GFlot :: API

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

Лицензия

Лицензия

Группа

Группа

com.googlecode.gflot
Идентификатор

Идентификатор

gflot
Последняя версия

Последняя версия

3.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

GFlot :: API
A GWT module that provides widgets for creation and manipulation of charts based on the Flot JavaScript library.
Система контроля версий

Система контроля версий

https://github.com/nmorel/gflot

Скачать gflot

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.google.gwt : gwt-user jar 2.2.0

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
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