You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that my charts were moving up and down in a container when I was interacting with it. I looked in the source code and I found that the chart is wrapped in a ScrollView. Very surprising since it doesn't make sense and neither was it like that before. Is it possible to wrap the chart in a View so I can give it a 100% height and make it unable to be scrolled. Right now i can move it around in the container, making the interaction very weird and jumpy.
The text was updated successfully, but these errors were encountered:
@robotkala The implementation was intended since we support the scroll-view option, if you are facing a problem kindly make the necessary changes by cloning the repo.
I noticed that my charts were moving up and down in a container when I was interacting with it. I looked in the source code and I found that the chart is wrapped in a ScrollView. Very surprising since it doesn't make sense and neither was it like that before. Is it possible to wrap the chart in a View so I can give it a 100% height and make it unable to be scrolled. Right now i can move it around in the container, making the interaction very weird and jumpy.
The text was updated successfully, but these errors were encountered: