MindFusion.Charting for Java Swing V1.0.1

Released: Jun 8, 2020

Updates in V1.0.1

Features

  • Axis Origin - The setOrigin method lets you specify the origin of an axis. If set to a non-null value, the component renders an axis line inside the plot. Bars are drawn below that axis line if their values are smaller than the origin. For stacked bar charts, each bar length corresponds to the difference between bar's value and origin.
  • StemWidth property added to FunnelChart.
  • JavaFX dependencies removed.

Fixes

  • Fixed exception when applying zoom history.
  • Fixed rendering of zoom buttons.