I am using a Scatter Line to display a bunch of points. The format coming to me is TimeSpan/double so my JS data currently looks like this:
How would I plot this? It doesn't plot correctly right now because the X-axis is a string. Do I need to translate the time to a Date object? (that doesn't feel right, since I don't know the day) Or do I need to translate this to seconds/minutes/ect?
Any thoughts?
Brian
[[
"00:02:25",
8.5], ["00:03:06", 9.4]]
Any thoughts?
Brian