When you try to draw the chart, what is wrong? If you post your code, I can take a look and see what might need to be changed to make it look like what you want.
On Monday, June 4, 2012 4:19:34 PM UTC-4, theshiftexchange wrote:
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?
![]()