Would I have to feed into the chart blocks a msg.payload only? I think I am trying to feed in a msg.payload.pv its from a an API response JSON data. Is this why it isnt working?
I was trying to add in a function block to the flow to change the name, basically trim off the .pv at the end. But have something wrong in the javascript code below if its even needed at all...?
Got it so as long as the browser is open for the Node Red dashboard data will display? Else no data is being stored right if the browser isnt being used..?
Not correct, it is also stored in the server so when the browser is opened the data will immediately be visible. However the processor overhead in the browser is much greater as it has to display the data and shuffle it down each time a new point is added.