Simplest Java chart library?

java

Solution

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

Problem

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.

Original source