Search code examples
javascriptgwtgraphing

What is a good Javascript graphing library to use with GWT application?


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.


Solution

  • 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