fusioncharts / react-fusioncharts-component

ReactJS component for FusionCharts JavaScript Charting library.
https://fusioncharts.github.io/react-fusioncharts-component/
MIT License
93 stars 33 forks source link

How to enable scrolling on mobile view, when the initial touch is over the chart area ? #70

Open dejan92 opened 3 years ago

dejan92 commented 3 years ago

I'm using the ReactFC component to build cross platform dashboard application with React and CapacitorJS. When we are in mobile view, the scroll is not working if the initial touch is inside the chart area, which causes bad UX (the user needs to search an area which outside chart boundaries to be able to scroll down to the next charts). Is there any option to change this behavior ?

I'm using licensed 3.1.2 react-fusioncharts version

corysmc commented 1 year ago

This is fixed in the latest version. See this bug: https://forum.fusioncharts.com/topic/25384-problem-scrolling-chart-area-on-mobile/

And the fix in https://www.fusioncharts.com/dev/upgrading/version-history/version-3-17-X

However, I did notice this happening when interacting with a legend on the latest version: https://github.com/fusioncharts/fusioncharts-dist/issues/51