Hello, in my GWT app to render some dynamics chart on client side I
used "Client Side GChart" project [1], everything work fine, but we're
going to "refresh" the application user interface and we like to have
a more "fresh" and "modern" chart system.
The structure of the project requires:

• the rendering of the charts can't use external servers, so we can
immediately exclude Google Visualisation API;

• we can't use any external plugin in the browser to render the charts
(like Flash);

• we need to interact with the charts (handle user clicks on the curves)

I started to evaluate some packages, but I have found some limits and
difficulties and I'd like to know your experience or if you have other
package to evaluate:

• GWT Highcharts [2] looks well structured, easy to use and has a good
documentation, but I have found a lot of troubles using it in our
project and I can't render any charts, I need to investigate the
source of the issue;

• gflot [3] I like this package, the problem is the documentation;

• D3js [4] this is the last resort, but using it require a lot of code
to render a simple chart


Thanks for any hints!

[1]https://code.google.com/p/clientsidegchart/
[2]http://www.moxiegroup.com/moxieapps/gwt-highcharts/
[3]https://github.com/nmorel/gflot
[4]https://github.com/gwtd3/gwt-d3

-- 
Luca Morettoni <luca(AT)morettoni.net> | http://www.morettoni.net
http://it.linkedin.com/in/morettoni/ | http://twitter.com/morettoni
Google+ profile: https://www.google.com/+LucaMorettoni
Member of GDG Perugia: http://perugia.gtugs.org

-- 
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+unsubscr...@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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to