Christian-Me / node-red-contrib-ui-uplot-charts

Node-RED Chart UI node utilizing the uPlot.js library. BETA Version
Apache License 2.0
7 stars 0 forks source link

Enhancement: Ability to send data as an array instead of just payload/timestamp #3

Open jtheoret-hardt opened 1 year ago

jtheoret-hardt commented 1 year ago

It would be great to be able to send msg.payload[] and msg.timestamp[] instead of having to send one message for each datapoint.

HSPilot2008 commented 7 months ago

Fully agree. Sending an array of objects would be a huge improvement.