JFreeChart 1.5.3

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.3

Post by david.gilbert » Mon Feb 22, 2021 8:17 pm

JFreeChart 1.5.3 is now available to download. This release features a new FlowPlot class that is used to create Sankey charts:

https://github.com/jfree/jfreechart/releases/tag/v1.5.3

Code: Select all

Version 1.5.3 (21 February 2021)
- add new FlowPlot class for drawing Sankey charts;
- throw exception in DefaultPieDataset for invalid index (#212);
- fix isJFreeSVGAvailable() method (bug #207);
- replaced some usages of ObjectUtils with the JDK Objects class;
- remove unused URLUtilities class;
- removed @since 1.0.x Javadoc tags since these do not provide useful information anymore.
David Gilbert
JFreeChart Project Leader

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

Locked