Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 511 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 511 Bytes

gwt-jquery-sparklines-lib

JQuery Sparklines Library for GWT projects.

Usage

Add the dependency to your Maven POM:

<dependency>
	<groupId>com.bytebybyte.gwt</groupId>
	<artifactId>jquery-sparklines-lib</artifactId>
	<version>2.1.2</version>
	<scope>provided</scope>
</dependency>

And to your .gwt.xml file:

<module>
	...
	<inherits name="com.bytebybyte.gwt.jquery.sparklines.JQuerySparklinesLib" />
	...
</module>