JFreeChart Changelog

What's new in JFreeChart 1.0.19

Feb 6, 2015
  • fixed clipping issues for combined plots in JavaFX;
  • fix a memory leak in the new JavaFX ChartCanvas class;
  • CombinedDomainXYPlot and CombinedRangeXYPlot now take into account the pannable flags in the subplots;
  • FastScatterPlot panning direction is corrected;
  • added rendering hints to sharpen gridlines and borders in most output formats;
  • JFreeSVG updated to version 2.0.

New in JFreeChart 1.0.17 (Nov 25, 2013)

  • This version adds a notify flag to all datasets, key validation for the time series dataset, area fills for the XYSplineRenderer, a new axis label formatter, a new gradient paint transformer, improved handling of rotated text, and a number of bug fixes.

New in JFreeChart 1.0.14 (Nov 26, 2011)

  • This version contains support for multiple and logarithmic axes with PolarPlot, optional drop-shadows in plot rendering, fitting polynomial functions to a data series, some performance improvements in the TimeSeriesCollection class, mouse wheel rotation of pie charts, improved Maven support, and numerous bugfixes.

New in JFreeChart 1.0.12 (Jan 6, 2009)

  • API Adjustments:
  • CategoryPlot : added mapDatasetToDomainAxes() and mapDatasetToRangeAxes() methods;
  • Month : added a new constructor Month(Date, TimeZone, Locale) and deprecated Month(Date, TimeZone);
  • Quarter : added a new constructor Quarter(Date, TimeZone, Locale) and deprecated Quarter(Date, TimeZone);
  • XYPlot : added mapDatasetToDomainAxes() and mapDatasetToRangeAxes() methods;
  • Year : added a new constructor Year(Date, TimeZone, Locale) and deprecated Year(Date, TimeZone);
  • Bug Fixes:
  • 2471906 : XYAreaRenderer with dashed outline
  • performance problem;
  • 2452078 : StackedAreaChart has gaps;
  • 2275695 : NullPointerException for SubCategoryAxis on plot with null dataset;
  • 2221495 : XYLineAnnotation with dashed stroke;
  • 2216511 : SWTBarChartDemo1 throws RuntimeException;
  • 2201869 : DateAxis tick label position error;
  • 2121818 : Label link lines for very thin RingPlot;
  • 2113627 : XYStepRenderer item labels;
  • 1955483 : XYSeries.addOrUpdate() problem.