Skip to content

Releases: Malaa-tech/react-native-simple-line-chart

0.35.1

18 Nov 17:05
Compare
Choose a tag to compare

0.35.1(2024-11-18)

Features

  • fix: crash where chart has only 16 points

Release 0.35.0

27 Aug 19:26
Compare
Choose a tag to compare

0.35.0 (2024-08-27)

Features

  • fix warnings appearing when using react native 75 & with gesture handler 2.18
  • upgrade packages in dev dependencies
  • upgrade expo packages in example
  • removed not needed type packages
  • fix typings
  • upgrade doctype and generate new docs

Release 0.34.4

18 Feb 11:12
Compare
Choose a tag to compare

Release 0.34.2

16 Jan 14:05
Compare
Choose a tag to compare

0.34.2 (2024-01-16)

Bug Fixes

  • chart crashes when data is undefined (95bb092)

Release 0.34.1

15 Jan 14:03
Compare
Choose a tag to compare

0.34.1 (2024-01-15)

Bug Fixes

Release 0.34.0

14 Jan 15:31
Compare
Choose a tag to compare

0.34.0 (2024-01-14)

Features

  • add calculateChartXAxisMinMax prop (d9a44a4)

Release 0.33.0

10 Jan 09:12
Compare
Choose a tag to compare

0.33.0 (2024-01-10)

Bug Fixes

  • interactivity of multiple lines
  • ios white flashes on mount (3844e52)
  • line not appearing for android on mount (b8d9545)

Features

  • add ability for multiple lines to have different number of points (477f93d)
  • add ability to disable a point on line chart (92726d0)
  • adding round linecap for line (5b40009)

Performance Improvements

  • more performant rounding (3268b99)

Release 0.32.0

15 Nov 14:33
Compare
Choose a tag to compare

0.32.0 (2023-11-15)

Features

  • adding ability to fade trailing line chart (6135b54)

Release 0.31.0

13 Nov 23:59
Compare
Choose a tag to compare

0.31.0 (2023-11-13)

Bug Fixes

  • another attempt to fix gradient line color on android (7f99da1)
  • area chart showing artifact at the begging of the chart (3fae75f)

Features

  • add ability to change active point border width or remove it (a8e1034)
  • add ability to hide active point circle (ebb7121)

Release 0.30.1

04 Oct 11:51
Compare
Choose a tag to compare

0.30.1 (2023-10-04)

Bug Fixes

  • identifier for linear gradient should be different from solid background (cc2707a)