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

缩放图表,页面跟着滚动 #3883

Closed
1 task done
sanwanliu opened this issue Apr 19, 2022 · 1 comment
Closed
1 task done

缩放图表,页面跟着滚动 #3883

sanwanliu opened this issue Apr 19, 2022 · 1 comment

Comments

@sanwanliu
Copy link

sanwanliu commented Apr 19, 2022

  • I have searched the issues of this repository and believe that this is not a duplicate.

Reproduction link

https://g2-v3.antv.vision/zh/examples/other/other#zoom-scatter

Steps to reproduce

缩放图表,页面跟着滚动

Environment Info
g2 3.5.19
System linux
Browser Chrome Version 100.0.4896.127 (Official Build) (64-bit)

有什么方法可以让页面不跟着滚动吗,4.1有看到相关api,3.X没有么

@sanwanliu
Copy link
Author

   document.getElementsByTagName('canvas')[0].addEventListener('mousewheel', function (event) {
        event.preventDefault();
    }, false);

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

1 participant