oldYan opened a new issue #12486:
URL: https://github.com/apache/incubator-echarts/issues/12486


   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' + 
鼠标滚轮滚动才触发缩放事件(可正产触发),是否阻止了鼠标滚轮的事件冒泡。请问应该如何处理呢?
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to