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.
gwt-d3 is a GWT wrapper library around the D3.js library
Google Visualization API has a GWT binding which is no longer under active development