| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-04-11 | 610 Bytes | |
| YCharts 2.0.0 source code.tar.gz | 2023-04-11 | 240.1 kB | |
| YCharts 2.0.0 source code.zip | 2023-04-11 | 349.8 kB | |
| Totals: 3 Items | 590.6 kB | 0 | |
- Fix for multiple line graph/chart has been added, now it can be used to plot multiple line graphs/line charts on a single canvas or a single line with multiple colors.
- Background color for Pie chart/Donut chart now can be set via backgroundColor parameter through PieChartConfig model, this is done to keep the behaviour consistent with current syntax pattern.
- Kotlin-library updates: Kotlin version has been upgraded to '1.8.10' along with agp, compose-compiler, core-ktx, target sdk, and other compatible library updates.
- Sample App has been updated to showcase more use-cases for each chart type.