Skip to content

timeu/dygraphs-gwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Dygraphs-GWT?

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.

How do I use it?

TODO

How do I install it?

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'/>

Where can I learn more?

  • For more details on the Dygraphs-GWT API, consult the Javadoc.
  • Check out the sample app for a full example of using Dygraphs-GWT.

About

GWT wrapper for dygraphs

Resources

License

Stars

Watchers

Forks

Packages

No packages published