Skip to content

Releases: ehsannarmani/ComposeCharts

0.2.5

12 Feb 18:12

Choose a tag to compare

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

03 Oct 21:26

Choose a tag to compare

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

28 Aug 21:34

Choose a tag to compare

  • Kotlin version updated to 2.2.10
  • Some other dependency updates

0.1.10

21 Aug 19:10

Choose a tag to compare

  • Fix IndicatorCount.StepBased not work as expected #96

0.1.9

10 Aug 13:08
a0f59c1

Choose a tag to compare

  • Improve line chart gestures and popup

0.1.8

03 Aug 09:14

Choose a tag to compare

0.1.7

06 May 21:24

Choose a tag to compare

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

14 Feb 19:37

Choose a tag to compare

  • Fix issues and crashes on ios

0.1.1

30 Jan 09:37

Choose a tag to compare

0.1.0

07 Dec 10:01

Choose a tag to compare

  • Label & Indicator overriding feature.
  • Builder feature for labels to build custom components for labels.
  • Improve labels and rotation improvements.