Closed yifengYan1024 closed 4 years ago
This issue is not created using issue template so I'm going to close it. 🙊 Sorry for this, but it helps save our maintainers' time so that more developers get helped. Feel free to create another issue using the issue template.
If you think you have already made your point clear without the template, or your problem cannot be covered by it, you may re-open this issue again.
这个 issue 未使用 issue 模板 创建,所以我将关闭此 issue。 为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。 如果您愿意,可以请使用 issue 模板重新创建 issue。
如果你认为虽然没有使用模板,但你已经提供了复现问题的充分描述,或者你的问题无法使用模板表达,也可以重新 open 这个 issue。
你好,你有解决这个问题吗
angular: 8.2.x echarts:4.6.0 ngx-echarts: 4.2.2
一个有四个echarts实例,进行了图表联动。 每个echarts都设置了如下属性: dataZoom : { { type: 'inside', realtime: true, start: 0, end: 100, zoomOnMouseWheel: 'ctrl', moveOnMouseMove: 'ctrl', moveOnMouseWheel: 'ctrl', preventDefaultMouseMove: false } } 这种情况下,当鼠标置于图表中进行滚轮滚动时,页面无法滚动,已经设置'ctrl' + 鼠标滚轮滚动才触发缩放事件(可正产触发),是否阻止了鼠标滚轮的事件冒泡。请问应该如何处理呢?