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} 👇
Add
checkExactPoints
props, setting to false allows to skip the check for exact graph points so that all points can be plotted accuratelycheckExactPoints
defaults totrue
to be backwards compatiblecheckExactPoints={true}
vscheckExactPoints={false}
👇