mcfly001 commented on issue #18911:
URL: https://github.com/apache/echarts/issues/18911#issuecomment-2056604118
我尝试直接throw一个错误,发现可以阻止事件冒泡
```
/** 阻止底部被拖拽 */
myChart.on('datazoom', function () {
throw new Error('主动上报一个错误');
});
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]