Hi,

I've searched the documentation and API etc - and I cant work out how to 
draw a line chart like the one below. I'm guessing I need a data source 
"like" this, but I've tried a few things and cant get it to work:

dataTable.addColumn('number', 'x');
dataTable.addColumn('number', 'line1');
dataTable.addColumn('number', 'line2');
dataTable.addRows([
                    [1, 1, 4],
                    [3, null, 6],
                    [4, 6, 4],                 
                  ]);

Is this type of line chart possible in Google Visulization API?

<https://lh3.googleusercontent.com/-TrKt5q8IAcQ/T80X9a4s89I/AAAAAAAAAAM/SG-TQdR6Adw/s1600/mychart.jpg>

-- 
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/-/7qRk6bqt3McJ.
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.

Reply via email to