In fact, I used some time ago the Open Flash Chart lib (http://
teethgrinder.co.uk/open-flash-chart-2/) to build some interactive
charts. The coponent is also flash based and has a "save as an image"
capability. I used this function to replace the div content with the
png equivalent content (flash is simply replaced by the same but
static representation). Printing is then a trivial task.

http://teethgrinder.co.uk/open-flash-chart-2/adv-upload-image.php

Fred.

On 9 juil, 07:37, 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.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to