highcharts-android
highcharts-android copied to clipboard
Hi chart bar graph scrolling is not working inside android scrollview
Hello Team
We implement a bar graph with data scrollable if data exceed the screen, As we try to put a hichart bar graph view inside an android nested scroll view or scroll view in the XML file. the graph scrolling is not working. But in IOS similar functionality it's working smoothly.
For more clarity kindly Refer to the videos
Android
https://user-images.githubusercontent.com/37234913/210339031-bd9fcd27-217f-45e2-9290-50cda5806c11.mp4
As you can see in the above videos after we scrolled to the screen's bottom, the graph bar seems to freeze it was not scrolling. our expectation is the HI-Chart graph view should scroll on the scrolling like IOS please refer to the below video for more clarity about our expectations.
IOS
https://user-images.githubusercontent.com/37234913/210339189-752bc339-5f95-4cad-9efa-4f6714995254.mov
Hi @HanuKushwaha ! Thank you for the question. This works differently for iOS because android scrollview has a priority regarding the focus. This will always work like that however you can try to manually handle the focus. You can clear focus on scrollView on chart tap and check if that works for you.
Closing due to inactivity. Please feel free to reopen the ticket if you have any further questions.