MindFusion.Charting for Java Swing Releases

Released: Feb 26, 2022

Updates in V1.1

Features

  • Tower charts - Added new TowerChart and TowerRenderer components which allow users to draw tower charts, render series side-by-side and compare data sequence and size. Tower charts require three-dimensional series:
    • The first dimension specifies event order or timing and is used to sort or position segments.
    • The second dimension specifies duration and is rendered as segment length along the main axis.
    • The third dimension specifies a value rendered as segment width along the cross axis...

Released: Nov 3, 2020

Updates in V1.0.2

Features

  • Added the FunctionSeries class which represents a series that calculates its values from a mathematical expression.
  • Added ToolTips property to the SimpleSeries class which specifies the tooltips for data values.
  • Added DataLabelsBackground property to Theme class which specifies the background of data labels.
  • Added DataLabelsBorderStroke, DataLabelsBorderDashStyle, DataLabelsBorderThickness properties to the Theme class which allows you to display and customize borders around data...

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.