Description:
A chart widget using Apex Charts. The widget should be highly configurable, allow multiple series and data types. There should be export options and the ability to display the widget as a sparkline.
Small update, still working on getting the API correct for history rollup and aggregation so we can do some more advanced charting. I decided to move away from ApexCharts as it has some performance issues with large data sets.
Instead we are using Plotly which is built on D3 and has a lot of built in features that will save us time.
If there are any particular history chart types that you think are beneficial and should be included please let us know!
Plotly has an extensive collection of available chart types including heat map and pie chart options. I’m sure using the plotly framework all of what you’re looking for should be possible.
I’ve been after something like their simple indicator chart for dashboard usage.
@Giantsbane are you still using the n:history tag to gather the datasets or moving over to specifying the history data?
This is on the todo list once the core charting widget is completed
Still using the n:history tag to retrieve the history ord/id. Then we are making an API call to the history api with the history ids to retrieve the data. DDC-14 remote repo branch is a many commits behind the local version on my PC. I will be pushing it as soon as I work out the best way to achieve sampling and rollup.
Been bogged down unfortunately at the moment mate. My real job has to take priority, however the module is still I. The pipeline. As any hobby, it’s something we tend to when we have time slow and steady