julienchastang / charts4j

Let the computer in the cloud build your charts

Home Page:charts4j.googlecode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To use the charts4j API, put the jar in your classpath:

charts4j-[VERSION].jar

To run the unit tests you will also need the junit jar.

For Maven, include this XML snippet in your pom.xml.

<dependency>                                                                                                                                                                                                                                
  <groupId>com.googlecode.charts4j</groupId>                                                                                                                                                                                                
  <artifactId>charts4j</artifactId>                                                                                                                                                                                                         
  <version>[VERSION]</version>                                                                                                                                                                                                           
</dependency>                                                                                                                                                                                                                               

For Leiningen Clojure, users please use:

[com.googlecode.charts4j/charts4j "[VERSION]"] 

About

Let the computer in the cloud build your charts

charts4j.googlecode.com

License:Other


Languages

Language:Java 99.5%Language:HTML 0.5%