I have a chart that I was trying different variables (topics) on it and I am saving the chart data for 4 days, and I have made name changes (topics) how do I clear out the old ones that I no longer use that show up in the legend?
I think you send it an empty message like this:
(given it is using msg.payload
)
msg.payload = [ ]
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.