React Native Graph Versions Save

📈 Beautiful, high-performance Graphs and Charts for React Native built with Skia

v1.1.0

1 month ago

1.1.0 (2024-03-12)

Features

v1.0.1

1 year ago

1.0.1 (2023-02-20)

This is the initial 1.0 release of react-native-graph! 🎉

We have re-written the line drawing algorithm from ground up to provide better performance and more flexibility. It ships with features such as custom paddings/insets, configurable pan timeout, and custom range!

Bug Fixes

  • adapt example range after graph data has been modified (cd16d26)
  • Add smoothing values as props & Fix inaccurate linear value points (0a546d0)
  • Enable android gesture handler and adjust hold duration for graph movements (7414a37)
  • Graph inaccuracies with range applied (#52) (e0fa6a3)
  • make smoothing mandatory in CreateGraphPath (89991f6)
  • Remove incorrect delta from pixel factor calculation (#56) (e327c9d)

Features

  • pan gesture timeout configurable by prop (#43) (278c2a8)

v1.0.0

1 year ago

1.0.0 (2023-02-20)

Bug Fixes

  • adapt example range after graph data has been modified (cd16d26)
  • Add smoothing values as props & Fix inaccurate linear value points (0a546d0)
  • Enable android gesture handler and adjust hold duration for graph movements (7414a37)
  • Graph inaccuracies with range applied (#52) (e0fa6a3)
  • make smoothing mandatory in CreateGraphPath (89991f6)
  • Remove incorrect delta from pixel factor calculation (#56) (e327c9d)

Features

  • pan gesture timeout configurable by prop (#43) (278c2a8)

v0.3.0

1 year ago

0.3.0 (2022-09-08)

Features

v0.2.0

1 year ago

0.2.0 (2022-09-08)

Bug Fixes

  • fingerX using last value instead of current (#32) (ecc93b5)
  • pathEnd should be equal to 1 initially (#16) (df0b8b2)
  • remove duplicate babel.config.js (#33) (51e41a6)
  • static line if values are the same (#29) (d71ca3a)

Features

v0.1.1

2 years ago

0.1.1 (2022-04-29)

Bug Fixes