charts4j icon indicating copy to clipboard operation
charts4j copied to clipboard

Let the computer in the cloud build your charts

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.

com.googlecode.charts4j charts4j [VERSION]

For Leiningen Clojure, users please use:

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