Releases: jaikeerthick/Composable-Graphs
Releases · jaikeerthick/Composable-Graphs
1.2.5: Quick Bug Cleanup 🧽🐞
What's Changed?
- Fix donut chart rendering issue when last slice is the smallest by @jaikeerthick in #43
- [refactor] Use ceil to calculate y-axis step by @jaikeerthick in #44
Full Changelog: 1.2.4...1.2.5
1.2.4: DonutChart Enhancement 🍩
What's new?
- Minor visual enhancement in DonutChart.
- Other minor improvements
Description:
As you can see in the screenshots attached below (Before), The last segment's tail and head both are visible making the visual feels vague. This update enhances the visual quality of the Donut Chart by nicely placing the tail of last segment on top of the first segment (On DonutSliceType.Rounded mode). This prevents the first slice from overlapping the last one when DonutSliceType.Rounded is used.
Before vs After
| Before | After |
![]() | ![]() |
Full Changelog: v1.2.3...1.2.4
v1.2.3 : Added Pie & Donut Charts 🤩
What's New?
Added 2 new charts with beautiful customization options ❤️
- Pie Chart
- Donut Chart
v1.2.2 : Major upgrade - More efficient usage & customizations ✨
What's Changed
As part of v1.2.2, some major changes and package re-structures happened. Here's a list for quick review:
- Remove custom header option (un-necessary)
- Provide more flexible composable function for BarGraph
- Provide more flexible composable function for LineGraph
- Let BarGraph show respective X-Value
- Major Change: Package Restructure
- Rename: LinearGraphColors → LineGraphColors
- Rename: LinearGraphVisibility → LineGraphVisibility
- Migrate from android.graphics.Color → compose.ui.graphics.Color in some areas
- Provide better color fill types (NONE, SOLID, GRADIENT)
- BarGraph supports LabelPosition switch
Pull Requests
- Update Readme - Add Cover by @jaikeerthick in #13
- v1.2.2 changes: Major upgrade by @jaikeerthick in #14
- Update README.md by @jaikeerthick in #15
Full Changelog: v1.2.1...v1.2.2
v1.2.1 : Support Label position switching in LineGraph (Right,Left)
What's Changed
- Support LineGraph position switching
- Merge pull request #4 from jaikeerthick/readme by @jaikeerthick in #5
- Readme update by @jaikeerthick in #11
- Bug Fix: unwanted variable removed by @jaikeerthick in #12
Full Changelog: v1.2...v1.2.1
v1.1 : Feature: Value labels above points in Line Graph
Merge pull request #6 from ngallazzi/feature/provide_point_values feat(LineGraph): Add point value above points
Initial Release
Added Linear and Bar Graphs

