
Adds the ability to set axis origin.
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.