Hi,
I am calling getImageURI to fetch the png data of LineChart, but the image 
data is returning slightly cropped image at the borders. Please let me know 
if anyone else faced the similar issue before.

var chart = new google.visualization.LineChart(container);

        google.visualization.events.addListener(chart, 'ready', function () 
{

        document.getElementById('dataHolder').innerHTML = 
chart.getImageURI();

      });

        chart.draw(data, options);

-- 
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/d/optout.

Reply via email to