Chartjs-How make more advanced charts in node-red? How can I make live chart in Node-red with two or more y axis?

0👍

After while I found best solution for me. I made flow and make it public for everyone: https://flows.nodered.org/flow/138cbddaf5ecda8f36cf4dcd1bcf9d5d
Grafana with influx is best for historical data. For real time data (refresh 4Hz) Grafana is to heavy. In my solution I used chart.js, luxon, luxon adapter for chart.js and chartjs-plugin-streaming implemented in Node-Red. With this I can make chart with multiline, multi axis with full trend configuration. This work fine
my chart

Leave a comment