Abhinandan-Kushwaha / react-native-gifted-charts

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.
https://www.npmjs.com/package/react-native-gifted-charts
MIT License
792 stars 153 forks source link

Use scrollAnimation when scrolling to index #860

Closed dannybit closed 1 month ago

dannybit commented 1 month ago

Setting scrollAnimation to false in a LineChart does not disable the initial animation for scrollToIndex. I am passing scrollAnimation to scrollRef.current.scrollTo so the scrollAnimation is applied for scrollToIndex.

Issue: https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/859

Abhinandan-Kushwaha commented 1 month ago

Thanks for the PR @dannybit Your changes are available from versions 1.4.44 onwards. 🎉