You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a JavaScript example which allows to choose a sensor and to plot a chart for the given interval. The example should also display min, max and average values.
All data should be displayed along with units and sensor names.
The example should use cloud.astarte.genericsensors.Values properties interface and cloud.astarte.genericsensors.AvailableSensors (when available). It would be useful to implement it using React as well.
Implement graph which enables choose a sensor and the display chart for the given interval
Closes: astarte-platform#101
Signed-off-by: rifa sofic <rifa.sofic@secomind.com>
Implement a JavaScript example which allows to choose a sensor and to plot a chart for the given interval. The example should also display min, max and average values.
All data should be displayed along with units and sensor names.
The example should use
cloud.astarte.genericsensors.Values
properties interface andcloud.astarte.genericsensors.AvailableSensors
(when available). It would be useful to implement it using React as well.See also #86
The text was updated successfully, but these errors were encountered: