up vote 0 down vote favorite
1
share [g+] share [fb]

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.

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 the author of charts4j is here in SO :)

Note

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

link|improve this question

78% accept rate
I don't see now what you really want. You rejected JFreeChart since Chart4J is easy to use, but you claim you now can't use it, and it doesn't (maybe) have the features of Chartle ? – Brian Agnew Oct 29 '09 at 19:02
feedback

2 Answers

up vote 2 down vote accepted

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.

link|improve this answer
feedback

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)

link|improve this answer
actually none of those are clickable like chartle.net/gallery. i am expecting something like that. – Rakesh Juyal Oct 29 '09 at 18:38
No part of your question mentions 'clickable' charts. – Brian Agnew Oct 29 '09 at 18:39
Edited the question, :) – Rakesh Juyal Oct 29 '09 at 18:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.