JFreeChart - Future State Edition (FSE)
This is a development version of JFreeChart that has been branched from the JFreeChart 1.0.x series. Here are some important notes:
-
the API has been changed and will continue to change until I (and the other contributors) feel it is ready to be frozen - that may be in 6 months, or it may be in 6 years;
-
Maven is used to build this edition of JFreeChart, and the default build requires JDK 1.8 (because we include JavaFX support in the build);
-
there is an Ant script that will build the code without the JavaFX support classes. This requires AT LEAST JDK 1.6.0 to compile and, depending on how I (and the other contributors) feel, in the future we may require JDK 1.7 or even a later version;
-
JCommon is no longer a dependency (the subset of classes from JCommon that are still used have been incorporated directly in the source tree);
The aim is to modernise the JFreeChart API and code and have some fun with new stuff and NOT to be constrained by backwards compatibility.
David Gilbert ([email protected])
JFreeChart Project Leader