Skip to content

v1.4.55

Compare
Choose a tag to compare
@Abhinandan-Kushwaha Abhinandan-Kushwaha released this 19 Jan 15:42
· 8 commits to master since this release
02f8727

🎉 1.4.55

✨ Features added-

  1. 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

  1. Fixed the issue - Pie chart onPress, focusOnPress event is not working on expo web. See #969 and #800

  2. Fixed the issue- Unable to use the Gifted Charts Pointer within a React Native Tab View (using onTouchStart and onTouchEnd in the pointerConfig object). See #968

--