FormidableLabs / victory-native-xl

A charting library for React Native with a focus on performance and customization.
https://commerce.nearform.com/open-source/victory-native
644 stars 46 forks source link

Panning movement, highlight bar problem #331

Open Valli- opened 1 month ago

Valli- commented 1 month ago

Is this intended behaviour? This is from the example app, panning movement doesn't change the highlighted bar. Also in Android, if you accidentally scroll the screen vertically the pan event stop working.

help

zibs commented 1 month ago

Hey there! It's intended in as much as I don't think I had the time to implement it otherwise. I think if you take a look at the stock price demo it might update as you pan and you can use that as an example perhaps? PRs welcome if you want to fix this up! Thanks!