vote up 1 vote down star

Could someone please recommend a simple (as in very easy to understand) charting library for Java?

I just want to add a simple chart into my program and figured I might save some time by learning a library.

flag

Is it going to end up in a web page or a e.g. Swing UI? – Robert Munteanu Sep 5 at 21:30
In a desktop type application. (Swing UI) – CodeJustin.com Sep 5 at 21:54

3 Answers

vote up 6 vote down check

JFreeChart is one of the best open source charting packages for java.

link|flag
vote up 0 vote down

A litte outdated, but still working and with free documentation (JFreeChart has just the API for free, the devguide is saled) is jCharts.

A sample code for Swing is available here, if you don't need anything fancy or special it may be easier than JFreeChart because of the direct available documentation.

link|flag
vote up 0 vote down

JFreeChart is definitely the way to go. Although the (for-sale) manual is useful if you're doing a huge amount of work using this, it's instructive in the first instance to check out this huge selection of examples (screenshots and code). That will get you 90% of what you need.

link|flag

Your Answer

Get an OpenID
or
never shown

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