I couldn't replicate the problem with that code, but if it is still
happening on your end, try wrapping the getImageURI call in a "ready" event
handler for the chart:
var chart = new
google.visualization.LineChart(document.getElementById('chart_div'));
google.visualization.events.addListener(chart, 'ready', function () {
chart_div.innerHTML = '<img src="' + chart.getImageURI() + '">';
});
chart.draw(data, options);
On Saturday, March 1, 2014 12:16:30 AM UTC-5, Sunny Daniel wrote:
>
> Hi ,
>
> I have attached the html file. Please run the file on Firefox and check
> the output.
>
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.