View on GitHub

Jsfcharts

JSF Implementation of Highcharts

Download this project as a .zip file Download this project as a tar.gz file

Welcome to Jsfcharts GitHub Pages.

To download releases with Maven, add this repository to your pom.xml or settings.xml :

			<repository>
			  <id>jsfcharts-repo</id>
			  <name>Jsfcharts Maven Repository</name>
			  <url>http://yanlanglois.github.io/jsfcharts/repository</url>
			  <layout>default</layout>
			</repository>
		

			<dependency>
			  <groupId>org.eiw</groupId>
			  <artifactId>jsfcharts-core</artifactId>
			  <version>0.0.1</version>
			</dependency>
			
			<dependency>
			  <groupId>org.eiw</groupId>
			  <artifactId>jsfcharts-jslib</artifactId>
			  <version>0.0.1</version>
			</dependency>
		

Actual releases :

Version Highcharts Binary Sources
0.0.1 v3.0.1 jsfcharts-core-0.0.1.jar
jsfcharts-jslib-0.0.1.jar
jsfcharts-core-0.0.1-sources.jar
jsfcharts-jslib-0.0.1-sources.jar

Showcase

Please visit the showcase on OpenShift.