Hello,
I have a time series sensor data that I am trying to plot.
I get a data point every 20 millisecond.
The data looks something like this:
Headers:
time_in_millisecond, top, bottom
0, [0,5e-324],[-1.8615894317627,-19.6355628967285]
20, [30,5e-324], [-1.8166675567627,-19.634729385376]
40, [40,5e-324], [-1.9432545567627,-19.543536555376].
.
As you can see, the data points are coordinates (x,y) for top and bottom readings from the sensor and it can be exponential as well.
Wondering what would be the best way to visualize this data? All the documentation I have seen so far does not support floating numbers with exponential form or does not support x,y representation.
Is this beyond the scope of google charts?
Looking forward to clarity on this.
Thanks
S