FlowFuse / node-red-dashboard

https://dashboard.flowfuse.com
Apache License 2.0
205 stars 49 forks source link

Chart: complete chart data is not send out #723

Closed m-schaeffler closed 7 months ago

m-schaeffler commented 7 months ago

Current Behavior

the chart outputs just the input message added with a datapoint but not the complete stored data of the chart.

Expected Behavior

the complete chart is sent out in a format that can be stored and, after a restart, could be fed into the chart again to get a persistent chart. Also this could help as a template in crafting complete charts.

Steps To Reproduce

write sensor data with each reading to to chart as a pair of topic and payload.

Environment

Have you provided an initial effort estimate for this issue?

I am not a FlowFuse team member

joepavitt commented 7 months ago

Duplicate of https://github.com/FlowFuse/node-red-dashboard/issues/229