react-native-pure-chart
react-native-pure-chart copied to clipboard
Ability to disable drawSelected rendering
Users will have the ability to not render selected point by setting new Prop "drawSelected" to false. The default prop is set to true. This changed is made so that onPress Prop will still work as usual even if drawSelected is false.