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 -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/115c1dc6-be3d-4daf-a582-3fc43dafebb0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
