xanderdeseyn / react-native-responsive-linechart

A customizable and responsive line or area chart for react-native
https://react-native-responsive-linechart.surge.sh
MIT License
202 stars 46 forks source link

Scrollable Chart Takes 1 Pan to "Wake Up" #117

Open patrickspafford opened 3 years ago

patrickspafford commented 3 years ago

Hello Responsive Linechart Team,

After playing around with a scrollable <Chart /> component on the physical device, I noticed that when you pan to scroll, it definitely works, but the user has to pan once before their second pan actually scrolls successfully. The first pan gesture event appears to do nothing from the user's perspective. The disableTouch prop seems to have no effect and no custom Tooltip is being used in my case.

Thanks