Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for creating charts #93

Closed
dborovcanin opened this issue Jan 23, 2024 · 1 comment
Closed

Add support for creating charts #93

dborovcanin opened this issue Jan 23, 2024 · 1 comment
Assignees
Labels
dashboards Dashboards

Comments

@dborovcanin
Copy link
Contributor

No description provided.

@ianmuchyri
Copy link
Contributor

  • Based on the research in this issue [FEATURE] Dashboards Technologies Research #81, and this PoC Apache echarts #89, You should create configurable chart templates.

  • The chart templates will be added to the widgets we will have created in the layout.

  • All the charts should be able to use the SENML data format used in Magistrala

  • Configuration of the data being used by the chart widget:
    1. Source (channel, and publisher)
    2. Fetch interval (last 1minute, 1hr, 1day e.t.c.)
    3. Data aggregation to be used (min, max, average, sum, count, none)
    4. Grouping interval (based on the fetch interval)
    5. User to choose which data to display (ie. realtime, or historical)
    6. Data name (key), label, color, units, decimals
    7. titles, axis naming, e.t.c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dashboards Dashboards
Projects
None yet
Development

No branches or pull requests

3 participants