Below is some code that keeps giving me errors.
var data2 = google.visualization.DataTable();
data2.addColumn('string', 'API Name');
data2.addColumn('string', 'Status');
data2.addRows([
['API Name','Status'],
['*****','*****************']
]);
I keep getting the error Cannot call method 'addColumn' of undefined.
I starred out the data in my rows (there are a lot more in the actual
code) as the data is somewhat confidential/protected.
I'm about ready to pull out my hair with this. I see no discernable
differences in syntax between this and the working samples google
provides (such as this:
http://code.google.com/apis/chart/interactive/docs/quick_start.html)
--
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.