Skip to content

Releases: jfree/orson-charts

Orson Charts 2.1.0

23 Jan 18:01
Compare
Choose a tag to compare

Version 2.1.0 : 23-Jan-2022

  • bug fix - axis ranges not being updated correctly. See issue #9
  • clean-up - fix numerous warnings/hints highlighted by IntelliJ IDEA.
  • dependencies - upgraded JUnit to version 5;
  • build - set plugin versions in pom.xml.

Orson Charts 2.0

15 Mar 20:07
Compare
Choose a tag to compare
  • created a Java module (org.jfree.chart3d);
  • refactored into org.jfree.chart3d namespace.

Orson Charts 1.7

16 Nov 22:09
Compare
Choose a tag to compare
  • removed JavaFX support to a separate project Orson Charts FX;
  • fixed cell content bug in GridElement;
  • fixed bug in GradientColorScale;
  • protect from NullPointerException in AbstractValueAxis3D;
  • streamline build by removing Ant build support and moving demo code to external projects.