The most complete library for Bar, Line, Area, Pie, Donut, Stacked Bar and Population Pyramid charts in React Native. Allows 2D, 3D, gradient, animations and live data updates.
Describe the bug
On the Donut PieChart when focusOnPress is true and the circle has been expanded by pressing on it, if you then tap on the edge of the expanded circle it crashes with the error: "undefined is not a function"
To Reproduce
Create a PieChart with at least 2 items.
Set donut true, focusOnPress true, and toggleFocusOnPress true
Tap the circle once to select an item.
Once the item has been selected and that portion of the circle has expanded to show the selection, tap the very edge of the expanded circle.
Expected behavior
When pressing on the circle anywhere after the circle has expanded, the focusOnPress handles unexpanding correctly and does not throw an exception.
Screenshots
Tested on both Android and iOS
Package version 1.2.42
Describe the bug On the Donut PieChart when focusOnPress is true and the circle has been expanded by pressing on it, if you then tap on the edge of the expanded circle it crashes with the error: "undefined is not a function"
To Reproduce Create a PieChart with at least 2 items. Set donut true, focusOnPress true, and toggleFocusOnPress true Tap the circle once to select an item. Once the item has been selected and that portion of the circle has expanded to show the selection, tap the very edge of the expanded circle.
Expected behavior When pressing on the circle anywhere after the circle has expanded, the focusOnPress handles unexpanding correctly and does not throw an exception.
Screenshots
Tested on both Android and iOS Package version 1.2.42