• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Java Charting libraries

I am currently tinkering with JFreeChart which seems to be a very good charting proejct.

I was wondering if there are any other projects out there that I should consider that are polished and easy to use. JFreechart has a few headaches with it so I thought I might want ot give one or two alternatives a go.

Thanks.




FYI: Others proejcts:
the JCCKit project (LGPL);
the QN Plot project (BSD);
the OpenChart2 project (LGPL);
the PtPlot project (UC Berkeley copyright);
the JRobin project (LGPL);
the Java Chart Construction Kit (LGPL, works with JDK 1.1.8);
the JOpenChart project (LGPL);
the jCharts project (BSD-style);
the JChart2D project (LGPL);
the Chart2D project (LGPL);
the ThunderGraph project (LGPL);
the E-Gantt project (Q Public License);
the MagPlot project (GPL);
 
I stumbled across JMathPlot a while ago because I was looking for something that would do 3d scatter or bar plots.
 
[FONT=Arial,Helvetica][FONT=Arial,Helvetica]perspective for Java is a definitely pure Java class library, javabean, and applet for creating dynamic charts from data in any java environment. perspective for java provides 86 distinct chart types , 13 chart editing tools, and over 350 properties and methods. [/FONT][/FONT]
 
Back
Top