Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The entire page gets stuck when the scroll bar of the legends is scrolled on mobile devices #51

Open
leon0leon opened this issue Feb 1, 2023 · 2 comments

Comments

@leon0leon
Copy link

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.
image

@corysmc
Copy link

corysmc commented Apr 27, 2023

We've noticed this problem too! Did you find any workarounds?

@corysmc
Copy link

corysmc commented Apr 27, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants