|
|
|
@ -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'
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|