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: Graph inaccuracies with range applied #52

Closed chrispader closed 1 year ago

chrispader commented 1 year ago

When a range is applied to the graph, the onPointSelected() callback might be called at the wrong time.

This PR fixes this problem and also generally improves how and when onPointSelected() is triggered.