Y vs X line plot using Dashboard 2 chart

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.

Hi @peterwasatjet - welcome to Node-RED and the forums!

There is no fixed schema requirment, instead, the chart node itself allows you to define your own schema.

It sounds like you may want to change the "X Axis Type" to Liner, instead of Timestamp as a first port of call.

After that, depending on the data you are feeding in, you can configure the chart node accordingly. Do you have an example of what you're trying to send?