MindFusion.Charting for Java Swing V1.0.1
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.