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

[Feature] 移动端网页将dataZoomSelectActive设为true,手指上下滑动与区域缩放冲突 #20590

Open
Iked4Elaiza opened this issue Dec 14, 2024 · 1 comment
Labels
new-feature pending We are not sure about whether this is a bug/new feature.

Comments

@Iked4Elaiza
Copy link

What problem does this feature solve?

当使用
myChart.dispatchAction({
type: "takeGlobalCursor",
key: "dataZoomSelect",
dataZoomSelectActive: true,
});移动端主动打开区域缩放功能后,手指在图表区域上下滑动均会触发缩放,
尝试过preventDefaultMouseMove: false等均无效

What does the proposed API look like?

能否根据手指滑动的方向来触发缩放

@echarts-bot echarts-bot bot added the pending We are not sure about whether this is a bug/new feature. label Dec 14, 2024
Copy link

echarts-bot bot commented Dec 14, 2024

@Iked4Elaiza It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗

TRANSLATED

TITLE

[Feature] Set dataZoomSelectActive to true on the mobile webpage, and sliding your finger up and down conflicts with area zooming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature pending We are not sure about whether this is a bug/new feature.
Projects
None yet
Development

No branches or pull requests

1 participant