The null values in between data points are throwing it off. Either set the "interpolateNulls" option to true or sort the data so that no two adjacent points have a null in between them in the data set.
On Sunday, November 18, 2012 5:33:43 PM UTC-5, Ambientson wrote: > > Hello, > > I had a scatterchart graph that worked perfectly well, including the line > that connects the points, when the datatable had 2 columns (x and y). I had > to add a new series to the datatable so it now has 3 columns (x, y1 and > y2). The line connecting the data points has disappeared and I can't seem > to get it back. I tried specifying lineWidth for the entire graph, I tried > lineWidth for each series but to no avail... > > Here is the JFiddle: http://jsfiddle.net/ambientson/4hfqD/ > > Would anybody know what's happening? > > Thanks. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/6dEth-BTqcUJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
