Wednesday, January 30, 2013

Re: use visualization javascript api in GWT

If you really need something not provided here:
or here:

(they're both GWT wrappers), look at the source code on how they've done it for the existing functionality.

On the other hand, if you're just missing some advanced options of existing charts, you can get away by using JSNI to implement them (but use the GWT wrapped library above for all other functionality). That's what we do successfully using gwt-visualization-1.1.2 (first library referenced above). I just recently learned of the gwt-charts project. Apparently it implements more (or all?) capabilities than gwt-visualization and it's more up-to-date, even if gwt-visualization comes from google.

On Tuesday, January 29, 2013 5:16:43 AM UTC-5, oussama abid wrote:
hi all,

i want to use the visualization javascript api in my gwt project, i use the JSNI methods but it didn't work, i want to use the javascript api because it contain more features and more charts, can anyone have an exemple or an idea to make it work ?

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

No comments:

Post a Comment