Skip to content

julienchastang/charts4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0820125 · Oct 19, 2020
May 15, 2009
May 19, 2009
Nov 1, 2008
Oct 25, 2008
Jan 13, 2012
Jan 2, 2011
Jan 1, 2011
Jan 2, 2011
Oct 8, 2011
Jan 18, 2011
Jan 2, 2011
Oct 19, 2020

Repository files navigation

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]"]