According to the documentation image charts can only be used with Google Chart API. I have been using google.visualization.BarChart and is there a way to save this chart as an image?
On Jul 8, 10:37 pm, MC Get Vizzy <[email protected]> wrote: > in general, this is not possible. with the image charts the draw method > creates an img tag in the container that points to a png image. by > inspecting the dom you can get the src of the img and save the png. > > > > On Thu, Jul 9, 2009 at 2:07 AM, mram <[email protected]> wrote: > > > Hi, > > The graph is created and displayed on the html page. I would like to > > be able to save the generated image. The html page would have a button > > "Save the graph". On clicking this the user should be able to save the > > graph as an image file. Is this possible? > > > Thanks.- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
