highcharts-android icon indicating copy to clipboard operation
highcharts-android copied to clipboard

Hi chart bar graph scrolling is not working inside android scrollview

Open HanuKushwaha opened this issue 2 years ago • 1 comments

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

HanuKushwaha avatar Jan 03 '23 10:01 HanuKushwaha

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.

soommy12 avatar Jan 09 '23 13:01 soommy12

Closing due to inactivity. Please feel free to reopen the ticket if you have any further questions.

MikolajMichalczak avatar Apr 04 '24 13:04 MikolajMichalczak