Releases: Cumulocity-IoT/cumulocity-datapoints-charting-widget
Updated version info
v1.1.19 Updated version info
v1.1.18
Fixed chart for app builder 1.2.7 (delite and compatabilities with latest c8y version)
v1.1.17
removed console logs for deployment
v1.1.15
Added support for developing this with c8ycli
tidied layout of graph making it respond better to resizing and changes
improved caching , fixed bug that retrieved too much data in some cases.
v1.1.3 - fix firefox issue selecting chart type
When selecting chart type in firefox the widget would immediately reselect line, this was specific to firefox and has now been fixed.
v1.1.2 remove logging and fix error on realtime group data update
This is a minor change that fixes the verbosity of console output and an error (in console not operation) that occurred when group data was off.
Better support for Data caching, grouping and child devices
- If the user selects a large volume of data, it can delay the display of the chart for a considerable length of time as the data is requested from cumulocity. We have added a Caching mechanism so that minimal data is retrieved. This is stored in IndexDB and is per chart.
- Cumulocity gives the ability for the user to create groups and assign devices to them. This release gives the ability to select groups and the measurements from them.
- Additionally the user can choose to display a "group" series that can display a plot of the average or sum of the other series from the group.
- Minor wording changes in the config UI to clarify some options
- A refresh button is now present on the chart to force a redraw of the data
First release of the Datapoints Charting Widget
The Data Points Charting Widget allows you to create charts showing customizable amounts of data from one or more devices. You can plot your data Raw, aggregated by time and even one series fragment against another. It will allow you to create many chart types including line, spline, bar, radar, scatter and bubble. Moving averages and Bollinger bands are also included as options on some chart types. You can hide axes, show a legend and configure colours for your data. The charts are also interactive providing tooltips and the ability to hide a series when you have several on the same graph. See (opensource site?) for more details, search for datapoints charting widget.