v7.0.2
[7.0.2] - 2025-02-18
Added
- Added
BarChart.setLabelFittingMargins- Allows controlling spacing of bar chart labels when auto fitting is enabled.
- Added
DataSetXYOptions.includesNaN- Can be set to
falseif you know that data will never include NaN values for slight performance increase.
- Can be set to
Removed
- Removed
ConstantLine.setInteractionMoveByDragging- This was supposed to have been removed already in v7.0.1. It was replaced by
setUserInteractions
- This was supposed to have been removed already in v7.0.1. It was replaced by
Fixed
- Fixed
PointLineAreaSerieswith ProgressiveX pattern points appearing too early in applications with large data gaps. - Fixed creating UI
ButtonBoxresulting in crash. - Fixed interaction APIs missing from
PointMarker - Fixed
BarChartpositive and negative variants rendering being cut off. - Fixed
BarChartvalue axis title sometimes mispositioned for 1 frame or until chart is interacted with. - Fixed cursor showing white color sometimes when pointing at dynamically colored series.
- Fixed
PointLineAreaSeriessometimes not displaying anything when data set contains a lot of data gaps (NaN) and view is zoomed out. - Fixed
ChartXYaxis title position being off on 1st frame - Fixed
ZoomBandChartsometimes not aligning itself to attached charts until interacted with.