gwtchartjs

Simple HTML5 Charts using the canvas element from native chartjs with gwt/jsinterop

License

License

MIT
Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.github.acodrx
ArtifactId

ArtifactId

gwtchartjs
Last Version

Last Version

0.5.0-Beta1
Release Date

Release Date

Type

Type

jar
Description

Description

gwtchartjs
Simple HTML5 Charts using the canvas element from native chartjs with gwt/jsinterop
Project URL

Project URL

https://github.com/acodrx/gwtchartjs
Source Code Management

Source Code Management

https://github.com/acodrx/gwtchartjs

Download gwtchartjs

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.google.gwt : gwt-user jar 2.8.2
com.google.gwt : gwt-dev jar 2.8.2
com.google.elemental2 : elemental2-dom jar 1.0.0-RC1

Project Modules

There are no modules declared in this project.

gwtchartjs Build Status Maven Central

Simple HTML5 Charts using the canvas element from native chartjs with gwt/jsinterop

Add gwtchartjs to your project

Add the library as a Maven dependency.

<dependency>
    <groupId>com.github.acodrx</groupId>
    <artifactId>gwtchartjs</artifactId>
    <version>VERSION</version>
    <scope>provided</scope>
</dependency>

Current Release

  • 0.5.0-Beta1 - Released on 30 April 2018.
    • Based on chartjs 2.7.2

Versions

Version
0.5.0-Beta1