fusioncharts-dist
fusioncharts-dist copied to clipboard
The entire page gets stuck when the scroll bar of the legends is scrolled on mobile devices
When FusionCharts is upgraded to version 3.19.0 or 3.18.0, once the scroll bar of the legends is scrolled on mobile devices, the whole page is stuck, and the user can no longer scroll the whole page to see the content at the bottom of the page.
This problem occurs on both Android and IOS devices and can be reproduced when you visit https://x79gzo.csb.app/ on your mobile devices.
We've noticed this problem too! Did you find any workarounds?
I ended up using disableLegendScroll: '1'
in the chart config.
Noted here: https://www.fusioncharts.com/dev/upgrading/change-log
This setting belongs inside the chart config - similar to other options: https://www.fusioncharts.com/dev/chart-guide/chart-configurations/legend e.g.
{
"chart": {
"disableLegendScroll": "1"
}
}
For us it does still cut off the legend a bit - but that is preferred over the scrolling getting messed up