Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.googlecode.gflot:gflot

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.googlecode.gflot:gflot

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

  • 3.3.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
2
Source

gflot

gflot is a GWT wrapper of the javascript libray flot.

Current stable version : 3.2.1

Current dev version : 3.2.2-SNAPSHOT

A demo is available here : http://gflot2.appspot.com/

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.2.1</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.

FAQs

Package last updated on 15 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc