Hello, I have been working on an UD project for the last weeks and came across some improvements and bugs in the UDChart.
I would like to start this thread to summaries my outcome and discuss a little bit about it.
Basically I would like to see this component in a way Grafan is doing it (https://play.grafana.org/d/000000074/alerting?orgId=1&from=1575098670428&to=1575109470428&panelId=4&fullscreen - not noting mainly on the alert feature more on the annotations).
At the beginning of my project I thought of integrating grafana via IFrame into the UD dashboard but if it is possible to have it native in the UDChart would be a huge improvement in my opinion.
Features
-
more data on an OnClick event - Getting useful information from $eventdata in UDChart onclick
example: forward to an separate page for this eventdata and show additional information (or in a modal) -
add annotations - https://github.com/ironmansoftware/universal-dashboard/issues/1327
details: vertical and horizontal annotations; on click event; label text
examples: show max memory of an server in a memory usage chart; show events in an memory usage chart like start/stop of a service - zoom - https://github.com/chartjs/chartjs-plugin-zoom
- candle stick chart type - https://github.com/chartjs/chartjs-chart-financial
Bugs
- nullable data value - https://github.com/ironmansoftware/universal-dashboard/issues/1331
- time aware - https://github.com/ironmansoftware/universal-dashboard/issues/1337