Releases: KoalaPlot/koalaplot-core
Releases · KoalaPlot/koalaplot-core
v0.7.1
v0.7.0
Added
- setViewRange function on LinearAxisModel interface.
- zoom and pan support for all platforms within XYGraph
- labelAnimationSpec parameter for PieCharts
Changed
- Renamed ILinearAxisModel to LinearAxisModel
- Removed minimumMajorTickSpacing from AxisModel interface and added to LinearAxisModel
- Upgrade Kotlin to 2.0.21
- Upgrade com.android.library to 8.5.2
- Upgrade gradle wrapper to 8.10
- Upgrade Compose to 1.7.0
- Upgrade coroutines to 1.9.0
- Rename PieChart's animationSpec parameter to pieAnimationSpec
- zoomRangeLimit in LinearAxisModel implementations replaced with minViewExtent and maxViewExtent to control both the
allowed upper and lower bounds of the visible range
Fixed
- #81 Add coerceAtLeast to rememberIntLinearAxisModel to fix Zoom range limit when range is small
- BulletGraph vertical centering of ranges
Removed
- Removed deprecated LinearAxisModel class and rememberLinearAxisModel function