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
Dashboard version: 1.6.1
Node-RED version: 3.1.8
Node.js version:
npm version:
Platform/OS:
Browser:
Have you provided an initial effort estimate for this issue?
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
andpayload
.Environment
Have you provided an initial effort estimate for this issue?
I am not a FlowFuse team member