v1.4.55
·
8 commits
to master
since this release
🎉 1.4.55
✨ Features added-
- Added the below properties to the
pointerConfig
prop in Line/Area charts, all of which are callback functions. See #968
- onTouchStart
- onTouchEnd
- onResponderGrant
- onResponderMove
- onResponderEnd
- onPointerEnter
- onPointerLeave
🐛 Bug fixes
-
Fixed the issue - Pie chart onPress, focusOnPress event is not working on expo web. See #969 and #800
-
Fixed the issue- Unable to use the Gifted Charts Pointer within a React Native Tab View (using
onTouchStart
andonTouchEnd
in the pointerConfig object). See #968
--