views:

278

answers:

2

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.

A: 

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