|
Project Information
Featured
Downloads
Links
|
"Flot is a pure Javascript plotting library". GFlot is a GWT adaptation of Flot which combines the high quality charting capabilities of Flot with the power of GWT. In addition, GFlot provides an MVC abstraction layer that ease the development of complex charts and integrates nicely with the GWT RPC infrastructure. SamplesSamples source code is available here : http://code.google.com/p/gflot/source/browse/#svn%2Ftrunk%2Fexamples They are deployed on appengine : http://gflot2.appspot.com/ News
DocumentationUsing the JAR file
MavenSince 2.4.0Since 2.4.0, GFlot is available on Maven Central. To use it, declare the following dependency : <dependency> <groupId>com.googlecode.gflot</groupId> <artifactId>gflot</artifactId> <version>2.4.0</version> <scope>provided</scope> </dependency> Prior to 2.4.0Older GFlot releases are available on this repository : <repository> <id>gflot</id> <url>https://gflot.googlecode.com/svn/repo/releases</url> </repository> with the following dependency : <dependency> <groupId>ca.nanometrics</groupId> <artifactId>gflot</artifactId> <version>2.4.0</version> <scope>provided</scope> </dependency>
This project was developed by Nanometrics Inc. Seismological Instruments. |