Hello all,
I want to create a single line graph for multiple columns (lines) whose x axis should be datetime object and the y axis is some integer number for every column.
Example:
So say I have two lines (can be more) - Line 1, Line 2
And the data being -->
Line 1 -> [['2014-01-13 00:05:51', 50], ['2014-05-15 13:12:10', 100], ['2015-01-04 04:11:50', 10], ['2015-05-11 23:11:10', 180]]
Line 2 -> [['2014-02-11 02:56:33', 10], ['2015-01-15 02:50:18', 80], ['2016-01-24 11:12:10', 100]]
So as you may have figured out there may not be common x values for both the lines. But the example on the Line Chart
page requires value corresponding to each column.
Is there any such chart option that I am missing?
Any help would be appreciated.
Thanks.