i feel funny and baffled because i am able to skip the data using
javascript as shown below by not passing anything for column1 but
could not find any answer using java data source library.
data.addColumn('date', 'Date');
data.addColumn('number', 'Sold Pencils');
data.addColumn('number', 'Sold Pens');
data.addRows([
[new Date(2008, 1 ,1), 30000,200],
[new Date(2008, 1 ,2), ,300],
[new Date(2008, 1 ,3), 55022,400],
[new Date(2008, 1 ,4), ,450],
]);
data.addRowFromValues(,,null,);
--
For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To post to this group, send email to google-visua...@googlegroups.com.
To unsubscribe from this group, send email to google-visualizati...@googlegroups.com.