How can you configure/set-options in order to get a line graph where you only see visuals where you have data.
See my images for better comparison between what I am getting now, and what is my goal.
Example data may be:
[25,0,30,0,0,0,0,0,0,0,0],
[26,0,28,0,0,0,0,0,0,0,0],
[27,0,0,0,26,0,0,0,0,0,0],
[28,0,0,0,30,0,0,0,0,0,0],
[29,0,0,0,0,30,0,0,0,0,0],
[30,0,0,0,0,31,0,0,0,0,0],
I tried sending no data, something like [25,,30,,,,,,,,]
But it results in an error; Can G-Visualization line graph can be setup to do it?