New to nodeRED, I want to create an xy line graph in chart Dashboard2, from a JSON structure. The x axis could be any real value, but in the first instance would be elapsed time in seconds, say 0.0 to 2.5 seconds.
The chart object seems happy to plot time series with absolute times, but that's not what I need.
Also, are there published schema for the data structure[s] chart accepts? The online documentation is a bit vague.