I think you have a problem to show both image and interactive chart to have the 
same L&F. You should use the same charting library for that. Some people in the 
past used JFreeChart creating the same chart image on the server and then 
interactive one on the browser applet. Nowadays you can use combination of 
Highcharts or  GWT charts on the browser side for interactive charts  and 
Node.js or some headless WebKit  (PhantomJs) on the server to make chart images 
from the same code

-Sergey


From: google-web-toolkit@googlegroups.com 
[mailto:google-web-toolkit@googlegroups.com] On Behalf Of George Agiasoglou
Sent: Monday, November 07, 2011 9:32 AM
To: google-web-toolkit@googlegroups.com
Subject: Re: Highcharts - updating chart with data

Thank you for your suggestion, but this is not what I need.

Let me give you an example, I have data and graphs in google spreadsheets and I 
publish them as interactive or as images. Publishing the charts as images is 
simple, I just create a gwt Image and pass in a url. My problem is when 
publishing a chart as interactive and I get a script tag. So what I want is to 
be able to embed the script tag in a DivElement and get the interactive chart.

Thanks,
G
--
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/azV2H7zXuf0J.
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.

_____________________________________________________
This electronic message and any files transmitted with it contains
information from iDirect, which may be privileged, proprietary
and/or confidential. It is intended solely for the use of the individual
or entity to whom they are addressed. If you are not the original
recipient or the person responsible for delivering the email to the
intended recipient, be advised that you have received this email
in error, and that any use, dissemination, forwarding, printing, or
copying of this email is strictly prohibited. If you received this email
in error, please delete it and immediately notify the sender.
_____________________________________________________

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