You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
What problem does this feature solve?
当使用
myChart.dispatchAction({
type: "takeGlobalCursor",
key: "dataZoomSelect",
dataZoomSelectActive: true,
});移动端主动打开区域缩放功能后,手指在图表区域上下滑动均会触发缩放,
尝试过preventDefaultMouseMove: false等均无效
What does the proposed API look like?
能否根据手指滑动的方向来触发缩放
The text was updated successfully, but these errors were encountered: