Dygraphs-GWT is a wrapper for the dygraphs chart library. The wrapper makes it easy to use dygraphs in any GWT application by providing a type-safe abstraction of the dygraphs API.
TODO
If you're using Maven, you can add the following to your <dependencies>
section:
<dependency>
<groupId>com.github.timeu.dygraphs-gwt</groupId>
<artifactId>dygraphs-gwt</artifactId>
<version>1.0.0</version>
</dependency>
You can also download the jar directly or check out the source using git from https://github.com/timeu/dygraphs-gwt.git and build it yourself. Once you've installed Dygraphs-GWT, be sure to inherit the module in your .gwt.xml file like this:
<inherits name='com.github.timeu.Dygraphs'/>
- For more details on the Dygraphs-GWT API, consult the Javadoc.
- Check out the sample app for a full example of using Dygraphs-GWT.