Closed jeanniton-mnr closed 3 weeks ago
https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/854
The lines of code that reset the line chart pointer index to -1 upon releasing it were commented on. I have uncommented them.
-1
Now, the pointer index is correctly set to -1 when the pointer is released.
I am asking myself why these lines of code were commented on. Was it during testing or was this in conflict with other feature / behavior?
You can directly install the (npm package) branch with the fixes / removed comments from git using:
npx npm install git+https://github.com/jeanniton-mnr/react-native-gifted-charts.git
Best & happy coding!
https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/854
The lines of code that reset the line chart pointer index to
-1
upon releasing it were commented on. I have uncommented them.Now, the pointer index is correctly set to
-1
when the pointer is released.I am asking myself why these lines of code were commented on. Was it during testing or was this in conflict with other feature / behavior?
You can directly install the (npm package) branch with the fixes / removed comments from git using:
npx npm install git+https://github.com/jeanniton-mnr/react-native-gifted-charts.git
Best & happy coding!