margelo / react-native-graph

📈 Beautiful, high-performance Graphs and Charts for React Native built with Skia
https://margelo.io
MIT License
2.08k stars 118 forks source link

fix: Add smoothing values as props & Fix inaccurate linear value points #55

Closed bored-yuns closed 1 year ago

bored-yuns commented 1 year ago

Add smoothing values as props in order to manage the values.

Fix inaccurate points when the min & max values are the same (if the points have all the same values).

Nodonisko commented 1 year ago

@chrispader It seems this PR collided with my PR #43 that also added prop for customizing pan gesture timeout.