dev
xiaowen 3 years ago
parent d4859665d1
commit b23f498f34

@ -245,16 +245,19 @@ methods: {
zrY: touch.y,
preventDefault: () => {},
stopImmediatePropagation: () => {},
stopPropagation: () => {}
stopPropagation: () => {},
});
handler.dispatch('click', {
zrX: touch.x,
zrY: touch.y,
preventDefault: () => {},
stopImmediatePropagation: () => {},
stopPropagation: () => {}
stopPropagation: () => {},
});
handler.processGesture(wrapTouch(e), 'end');
this.chart.dispatchAction({
type:'hideTip'
})
}
}
}

Loading…
Cancel
Save