Skip to content

Releases: jaikeerthick/Composable-Graphs

1.2.5: Quick Bug Cleanup 🧽🐞

21 Nov 15:29
77587aa

Choose a tag to compare

What's Changed?

Full Changelog: 1.2.4...1.2.5

1.2.4: DonutChart Enhancement 🍩

18 Nov 16:52
c2866b6

Choose a tag to compare

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 🤩

26 Jan 18:26

Choose a tag to compare

What's New?

Added 2 new charts with beautiful customization options ❤️

  • Pie Chart
  • Donut Chart

v1.2.2 : Major upgrade - More efficient usage & customizations ✨

26 Nov 20:01
079bfdb

Choose a tag to compare

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

Full Changelog: v1.2.1...v1.2.2

v1.2.1 : Support Label position switching in LineGraph (Right,Left)

23 Feb 09:01
89995d8

Choose a tag to compare

What's Changed

Full Changelog: v1.2...v1.2.1

v1.1 : Feature: Value labels above points in Line Graph

03 Nov 15:02
9190eeb

Choose a tag to compare

Merge pull request #6 from ngallazzi/feature/provide_point_values

feat(LineGraph): Add point value above points

Initial Release

12 Aug 12:17

Choose a tag to compare

Added Linear and Bar Graphs