I've also tried init'd my data this way...

var data = new google.visualization.DataTable();
data.addColumn('number', 'Total');
data.addColumn('number', 'Group1');
data.addColumn('number', 'Group2');
data.addColumn('number', 'Group3');
data.addRows(json);


I don't know that this really has anything to do with my data though,
because no matter how I change my javascript the chart doesn't change.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
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