Re: [visualization-api] odd behaviour with connecting data points in line graphs

2018-04-13 Thread Brad
Hi, Thanks, problem is solved now. My data was sorted except there was one NaN column being added to the x axis (so technically you can consider that as non sorted data). Once that was removed it graphs properly. On Thursday, 12 April 2018 18:30:48 UTC-6, Daniel LaLiberte wrote: > > Probably

Re: [visualization-api] odd behaviour with connecting data points in line graphs

2018-04-12 Thread 'Daniel LaLiberte' via Google Visualization API
Probably you have your points out of order. The points are not sorted by the chart, in case you intended this behavior. So each point is connected to the next one, no matter where it is plotted in the chart. On Thu, Apr 12, 2018 at 7:10 PM Brad Arshinoff wrote: > > I

[visualization-api] odd behaviour with connecting data points in line graphs

2018-04-12 Thread Brad Arshinoff
I sometimes see strange behaviour with how dots are connected in lines graphics, see image below for example. I am using the interpolateNulls option in the graph shown below as each line has data points available at different x intercepts. There should be 4 lines in the graph below but as