Renato Beserra <renatobeserra@...> writes:

> 
> 
> Hi guys,My team is working on an application that uses Google Image Chart api 
to generate a few charts. We are finishing a new analysis component and the 
number of generated charts will increase a lot. So, we'd like to use a more 
sofisticated solution. The new google visualization api appeared to be perfect 
for us. But we noticed there is not a feature to export the SVG chart as an 
image which is necessary for us. We could continue to use the Image Chart Api 
to 
provide the export feature, but the problem is that it seems to be deprecated. 
If we make the same call to a ImageLineChart and to a LineChart, for example, 
we 
see that the labels of the Image Chart are overlapped. Therefore, it doesn't 
seem smart to use both apis.So, I would like to know if there is a workaround 
for this problem.I would also be thankful for suggestions of other non-flash 
solutions for charts, that can be easily exported.Thanks in advance.
> []'s -- Renato Beserra Sousa
> 
> 


Hi Renato,

i've been using the new aka Visualization API for displaying interactive graphs 
in my GWT application. Now, i have the need to export these graphs to a PDF 
report, so i need to convert them to image format. I'm planning to use both 
APIS 
(aka Visualization API for interactive charts and Imagen Chart API for printing 
charts in PDF format) as I don't find any better solution.

Looking for other options i've seen you had such a problem some mounths ago, 
but 
i don't see any responses to your message...Did you finally come up with a 
better solution than using different APIS for different purposes? Other options 
i've seen are 

a) convert SVG charts to images using JavaScript code
http://www.battlehorse.net/page/topics/charts/save_google_charts_as_image.html

b) making a screenshot of the browser using a tool like this one
http://code.google.com/p/speak-
lib/source/browse/#svn/trunk/WebShot%3Fstate%3Dclosed

Thanks in advance! 

Victor

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to