Releases: ehsannarmani/ComposeCharts
Releases · ehsannarmani/ComposeCharts
Release list
1.0.0
🎉 Version 1.0.0 is Officially Here!
We are excited to announce the release of version 1.0.0! While the library has already been reliably powering your projects, this major milestone officially formalizes its maturity and solidified stability. Thank you for contributing to this journey!
🚀 New Features
- PieChart: Added the startDegree parameter to allow customization of the arc layout’s starting angle by @saadkhalidkhan
- ColumnChart & RowChart: Introduced the ZeroLineProperties parameter, adding support for drawing a zero line (baseline) by @saadkhalidkhan
🐛 Bug Fixes & Improvements
- LineChart:
- Corrected the valueIndex in PointMode to accurately match the nearest data point by @saadkhalidkhan
- Fixed a crash that occurred when attempting to show a popup with empty path data by @saadkhalidkhan, @NadeemIqbal
- Resolved a ClassCastException on iOS related to line gradients by @NadeemIqbal
- PieChart: Improved click detection accuracy and resolved issues occurring in stroke mode.
- Fixed rendering issues with popups and dots when charts are in single-value mode.
0.2.5
Added:
- Label helper to pie chart
- Option to disable animations
- JS Support
Fixed:
- Some issues on click listeners
- Chart drawn issues on resize
Improved:
- Line chart gradients and animations
- Code cleanup
Other:
- Update to
1.10.1compose,2.3.10kotlin
0.2.0
0.1.11
- Kotlin version updated to 2.2.10
- Some other dependency updates
0.1.10
- Fix IndicatorCount.StepBased not work as expected #96
0.1.9
0.1.8
0.1.7
New Feature:
- Added new details for popup builder which specifies exact data & value index for popup by @TheNephilim88
Fixes: