My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
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.

Samples

Samples 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

Mar 27, 2012 GFlot 2.4.0 is available on Maven Central
Jan 25, 2012 GFlot2 has been merged into GFlot! GFlot is now using flot 0.7 and GWT 2.x
Nov 30, 2009 gflot-1.0.0 Released. Thanks to everyone who reported bugs and provided feedback.
Nov 30, 2009 Thanks to Mohamed M. El-Kalioby for providing the Markings classes (example).
Apr 29, 2009 Added Bar Chart example to the demo.
Apr 29, 2009 GFlot is available through this Maven repository: http://codemonkey.dumontierlab.com/maven/repo/
Feb 11, 2009 New build 0.9.1 is available for download
Feb 10, 2009 The showcase demo has been updated.
Feb 04, 2009 Check out the showcase demo.
Feb 04, 2009 Pre-release version 0.0.2 is available for download
Jan 19, 2009 A pre-release version 0.0.1 is available for download. Try it out and let us know what you think!!

Documentation

Using the JAR file

  • Add the downloaded JAR file to the classpath of your GWT project.
  • Add: <inherits name='ca.nanometrics.gflot.GFlot'/> to your module descriptor XML file.

Maven

Since 2.4.0

Since 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.0

Older 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.

Powered by Google Project Hosting