Hi
I am using the html examples at
http://code.google.com/apis/ajax/playground/#line_chart
When I try to include the following code, I get unexpected Identifier
or unknown method getBlob.
First I hange the line
new google.visualization.LineChart( ...
to
var myChart = new google.visualization.LineChart(...
Then in the same function add the stanzas;
var chartBlob = myChart.getBlob().getBytes();
var chartFile = [{fileName: "chart.png",
mimeType: "image/png",
content: chartBlob}];
I would appreciate advice on how to implement this correctly.
Thank you
Eric Smith
--
You received this message because you are subscribed to the Google Groups
"Google Chart 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-chart-api?hl=en.