Skip to content

gjordi/gwt-highcharts-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gwt-highcharts-lib

Highcharts library for GWT projects.

Usage

Add the dependencies to your Maven POM:

<dependency>
	<groupId>com.bytebybyte.gwt</groupId>
	<artifactId>jquery-lib</artifactId>
	<version>2.1.3</version>
	<scope>provided</scope>
</dependency>
<dependency>
	<groupId>com.bytebybyte.gwt</groupId>
	<artifactId>highcharts-lib</artifactId>
	<version>4.0.4</version>
	<scope>provided</scope>
</dependency>

And to your .gwt.xml file:

<module>
	...
	<inherits name="com.bytebybyte.gwt.highcharts.HighchartsLib" />
	...
</module>

About

Highcharts library for GWT projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published