Do you have any suggestions of graphing libraries to use with a GWT project? I need to graph a set of data points and several lines. Also some shading of the area under a line. I am open to suggestions of straight Javascript libraries or Java that I can just use with GWT.
Asked
Active
Viewed 2,654 times
3 Answers
2
D3.js
gwt-d3 is a GWT wrapper library around the D3.js library
Google Visualization API
Google Visualization API has a GWT binding which is no longer under active development

bakkal
- 54,350
- 12
- 131
- 107
-
This project is no longer under development as of 2015 September. – Joel Handwell Sep 29 '15 at 16:53
-
@JoelHandwell Thanks! is there a replacement? If there is feel free to edit, I haven't used GWT in a very long time! – bakkal Sep 29 '15 at 17:01
-
I would suggest gwt-d3, last commit is Jun 8, 2015, so we can safely say it's maintained. Though development is not super active. – Joel Handwell Sep 29 '15 at 20:07
-
Thanks, bumped up D3.j3 – bakkal Sep 29 '15 at 20:17
0
I'm currently using Google Visualization API but just wanted to bring attention to:
raphaelGWT (http://code.google.com/p/raphaelgwt/)
Ext-GWT (http://www.extjs.com/products/gwt/)
Keep in mind not ALL of the Google Visualization charts are completely javascript (ie The Motion Chart which is flashed based).

mudface
- 15
- 2
- 5