views:

180

answers:

2

I have to generate charts on my Web application, and after getting the answer of Is there any free library which can be used to generate Graphs in J2EE environment?, i chose Chart4j for this purpose. The reason behind picking this api over JFreeChart is, its ease of use, and also i am tempted with chartle, which is using Chart4j.
But the problem is, there is no or say very little matter i found on chart4j, if you have some tutorial links for this API then please post them. The best part is, author of charts4j is here in SO :)

Note

I would like to have clickable charts like http://www.chartle.net/gallery is having.

A: 

Is the gallery not of use ? Each example chart has the sample code linked below it.

(I really wouldn't discount JFreeChart though, if you're looking for examples. I could do everything I needed after checking the samples here)

Brian Agnew
actually none of those are clickable like http://www.chartle.net/gallery. i am expecting something like that.
Rakesh Juyal
No part of your question mentions 'clickable' charts.
Brian Agnew
Edited the question, :)
Rakesh Juyal
+1  A: 

I am sorry this took me so long to find. You two choices:

  1. Example code. The gallery has code samples under each image.
  2. Javadoc. I put a lot of effort into making the javadoc, clear and complete (hopefully).

I hope that works for you.

Julien Chastang