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

feat: add ability to plot non-exact points (`checkExactPoints` prop) #107

Open camchis opened 5 months ago

camchis commented 5 months ago

Add checkExactPoints props, setting to false allows to skip the check for exact graph points so that all points can be plotted accurately checkExactPoints defaults to true to be backwards compatible

checkExactPoints={true} vs checkExactPoints={false} 👇 imgonline-com-ua-twotoone-owbliWPCcpf3OI0v

camchis commented 1 week ago

Could we get a review pls? @chrispader @mrousavy ❤️