Skip to content

Releases: ehsannarmani/ComposeCharts

1.0.0

Choose a tag to compare

@ehsannarmani ehsannarmani released this 21 Jul 20:20

🎉 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

Choose a tag to compare

@ehsannarmani ehsannarmani released this 12 Feb 18:12

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.1 compose, 2.3.10 kotlin

0.2.0

Choose a tag to compare

@ehsannarmani ehsannarmani released this 03 Oct 21:26

Added

  • Ability to specify what dots should be drawn #139
  • Allow Line.label to be null #137
  • Ability to specify what popups should be drawn #134

Other Modifications

  • Code cleanup & Refactor

0.1.11

Choose a tag to compare

@ehsannarmani ehsannarmani released this 28 Aug 21:34
  • Kotlin version updated to 2.2.10
  • Some other dependency updates

0.1.10

Choose a tag to compare

@ehsannarmani ehsannarmani released this 21 Aug 19:10
  • Fix IndicatorCount.StepBased not work as expected #96

0.1.9

Choose a tag to compare

@ehsannarmani ehsannarmani released this 10 Aug 13:08
a0f59c1
  • Improve line chart gestures and popup

0.1.8

Choose a tag to compare

@ehsannarmani ehsannarmani released this 03 Aug 09:14

0.1.7

Choose a tag to compare

@ehsannarmani ehsannarmani released this 06 May 21:24

New Feature:

  • Added new details for popup builder which specifies exact data & value index for popup by @TheNephilim88

Fixes:

  • Fix per line popup enable/disable issue
  • Fix grid properties issue in y axsis by @kwadkore
  • Fix column/row chart crash on iOS by @658jjh

0.1.2

Choose a tag to compare

@ehsannarmani ehsannarmani released this 14 Feb 19:37
  • Fix issues and crashes on ios

0.1.1

Choose a tag to compare

@ehsannarmani ehsannarmani released this 30 Jan 09:37