GFlot :: API

A GWT module that provides widgets for creation and manipulation of charts based on the Flot JavaScript library.

License

License

GroupId

GroupId

com.googlecode.gflot
ArtifactId

ArtifactId

gflot
Last Version

Last Version

3.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

GFlot :: API
A GWT module that provides widgets for creation and manipulation of charts based on the Flot JavaScript library.
Source Code Management

Source Code Management

https://github.com/nmorel/gflot

Download gflot

How to add to project

<!-- https://jarcasting.com/artifacts/com.googlecode.gflot/gflot/ -->
<dependency>
    <groupId>com.googlecode.gflot</groupId>
    <artifactId>gflot</artifactId>
    <version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gflot/gflot/
implementation 'com.googlecode.gflot:gflot:3.3.0'
// https://jarcasting.com/artifacts/com.googlecode.gflot/gflot/
implementation ("com.googlecode.gflot:gflot:3.3.0")
'com.googlecode.gflot:gflot:jar:3.3.0'
<dependency org="com.googlecode.gflot" name="gflot" rev="3.3.0">
  <artifact name="gflot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gflot', module='gflot', version='3.3.0')
)
libraryDependencies += "com.googlecode.gflot" % "gflot" % "3.3.0"
[com.googlecode.gflot/gflot "3.3.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.gwt : gwt-user jar 2.2.0

Project Modules

There are no modules declared in this project.

gflot

gflot is a GWT wrapper of the javascript libray flot.

Current stable version : 3.3.0

Current dev version : 3.3.1-SNAPSHOT

A demo is available here : http://gflot2.appspot.com/ or here : http://nmorel.github.io/gflot

You can check the last release notes here : https://github.com/nmorel/gflot/releases

Documentation

You can find more documentation here : https://github.com/nmorel/gflot/wiki

Forum

If you have any questions, you can ask them on the discussion group.

Usage

Download the last version here : https://github.com/nmorel/gflot/releases

Or use Maven :

<dependency>
  <groupId>com.googlecode.gflot</groupId>
  <artifactId>gflot</artifactId>
  <version>3.3.0</version>
  <scope>provided</scope>
</dependency>

Snapshots are available through the OSS Sonatype Snapshot Repository. You can use them by adding the following to your own projects pom.xml :

<repository>
    <id>oss-sonatype-snapshots</id>
    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
</repository>

Then add <inherits name='com.googlecode.gflot.GFlot'/> to your module descriptor XML file.

Versions

Version
3.3.0
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.0.3
3.0.1
3.0.0
2.4.3
2.4.2
2.4.1
2.4.0