react-native-fusioncharts
react-native-fusioncharts copied to clipboard
Chart wrapped in ScrollView
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.
@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.