Non time-based charts in Flow Creator

0
Hi Edge community, does anybody know how to render charts with custom values in x and y axes in flow creator UI (dashboard)? I currently use the UI elements that are available in the dashboard node plugin. The chart here can only accept values for Y axis and the X axis is always timestamp.  I have checked this chart-js based plugin which is not working on an edge device (the path in the node is the address suffixed to server running the node-red service). On an IED, this chart cannot be accessed using the IP address as shown in the example. Thanks!
asked
1 answers
0

Hi Anirudh,

Yes you are correct, the X-axis is used as the time axis and that is the default case for the Performance Insight as well.  You can check the link below it might help you in what you are trying to do:

https://github.com/node-red/node-red-dashboard/blob/master/Charts.md

answered