Skip to content

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

Release 0.39.0

29 Jul 09:54

Choose a tag to compare

0.39.0 (2025-07-29)

Features

  • add ability to switch leading/trailing opacity direction to vertical (638977e)

0.38.0

28 Jul 13:24
189483b

Choose a tag to compare

What's Changed

  • feat: add activeLineIndex prop by @aljadan in #10
  • Implement deep equality check for line chart props comparison by @aljadan in #11

New Contributors

Full Changelog: v0.36.2...v0.38.0

Release 0.37.0

17 Jul 10:49

Choose a tag to compare

Features

  • feat: add new prop for setting the active line. activeLineIndex @aljadan

Release 0.36.1

21 Jan 09:53

Choose a tag to compare

0.36.1 (2025-01-21)

Bug Fixes

  • animation flicker when applying leading/trailing opacity (9669a26)

Release 0.36.0

19 Jan 11:38

Choose a tag to compare

0.36.0 (2025-01-19)

Bug Fixes

  • calculations of min/max values after addition of ranged chart (cce1a6a)
  • chart trailing/leading opacity (256446c)
  • remove the default dash (d126b82)
  • zero index (e4fbd7c)

Features

  • add ability to create dashed (b4ec619)
  • add ability to support ranged line (b97990d)
  • add fillopacity option for area charts (84bd255)
  • attempt to make customizable leading/trailing opacity (68b304f)
  • better endSpacing defaults + add leading/trailing opacity options (c703ec6)
  • better trailing/leading opacity (c1e2a8c)
  • change the way area charts are defined/colored (366c0fe)
  • enable setting active index via ref (3e7c189)

0.35.1

18 Nov 17:05

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

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

Choose a tag to compare

Release 0.34.2

16 Jan 14:05

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

Choose a tag to compare

0.34.1 (2024-01-15)

Bug Fixes