margelo / react-native-graph

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

fix: graph is not showing if all points have same value #68

Open Nodonisko opened 1 year ago

Nodonisko commented 1 year ago

If all points have same value and graph is just "straight line" it will cause function getYPositionInRange return NaN, which will cause that graph line is not displayed at all.

yakupozbaydar commented 9 months ago

would be great if we can merge this