JFreeChart 1.5.0

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

JFreeChart 1.5.0

Post by david.gilbert » Fri Nov 17, 2017 5:26 pm

A new release of JFreeChart is now available:

Code: Select all

Version 1.5.0 (5 November 2017)

all JavaFX classes moved to a separate project;
added cleaner method to create histograms in ChartFactory;
JCommon removed as a dependency, and required classes incorporated directly (including package rename);
pull request #4 improvements to XYStepRenderer;
bug #36 fix for crosshairs with multiple datasets / axes;
bug #25 fix for DateAxis.previousStandardDate() method;
bug #19 fix for default time zone in SegmentedDateAxis;
SourceForge #1147 improve performance of CategoryPlot mapping datasets to axes;
moved SWT code out into separate projects;
moved demo programs to a separate project;
dropped the Ant build;
Read about the demo applications here: https://jfree.github.io/jfreechart-demo-programs/

The source code is hosted at GitHub: https://github.com/jfree/jfreechart
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

cvillafuerte
Posts: 1
Joined: Fri Dec 27, 2019 4:35 pm
antibot: No, of course not.

Re: JFreeChart 1.5.0

Post by cvillafuerte » Fri Dec 27, 2019 4:39 pm

Will you add nested ring/pie chart?

Locked