You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
We're using the Visualization API in a GWT application
and are generating some flash-based AnnotatedLine charts.
Now our users want to be able to print the charts. Silly users ;-0
So it there a way to generate an image (PNG/JPG,etc) from the contents
of a flash chart? We generate the DataTable on the fly from an SQL
backend
so I'm thinking it;s theoretically possible to re-used the same data
and generate
a image file on the backend but I'm not sure which API would provide
this?
Any ideas?
Regards
Alan
visigoth
unread,
Jan 19, 2012, 10:05:06 AM1/19/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
I am afraid I am not aware of any way to print Flash based charts. Maybe a solution that is not specific to charts is available online.
To print SVG based charts, please take a look at this thread.
Hope this helps,
Visigoth
alan
unread,
Jan 29, 2012, 3:30:37 AM1/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Thanks Visgoth, I'll have a look at that.
I also came across code.google.com/p/flash-print-fix project
which consists of a JavaScript and and ActionScript 3 library.
Not sure yet if this could be integrated into my GWT app.