MindFusion.Charting for Java Swing のリリース

Released: Feb 26, 2022

V1.1 での更新項目

機能

  • 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

V1.0.2 での更新項目

機能

  • 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 labels...

Released: Jun 8, 2020

V1.0.1 での更新項目

機能

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

不具合の修正

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