• Stars
    star
    140
  • Rank 261,473 (Top 6 %)
  • Language
    Java
  • License
    Other
  • Created about 13 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

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

For Leiningen Clojure, users please use:

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