Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Releases: SoftwareAG/cumulocity-datapoints-charting-widget

Updated version info

07 Apr 07:39
Compare
Choose a tag to compare
v1.1.19

Updated version info

v1.1.18

15 Oct 09:30
Compare
Choose a tag to compare

Fixed chart for app builder 1.2.7 (delite and compatabilities with latest c8y version)

v1.1.17

07 Oct 11:57
Compare
Choose a tag to compare

removed console logs for deployment

v1.1.15

02 Sep 17:07
Compare
Choose a tag to compare

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

10 Jun 12:29
Compare
Choose a tag to compare

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

28 May 09:31
Compare
Choose a tag to compare

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

10 May 14:51
9b6ffcc
Compare
Choose a tag to compare
  • 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

30 Mar 15:48
Compare
Choose a tag to compare

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.