vincentfintend commented on issue #9047: dataZoom如何控制缩放start和end
URL: 
https://github.com/apache/incubator-echarts/issues/9047#issuecomment-420182734
 
 
   @pissang  
   ```js
   myChart.getZr().on('mousewheel', (e) => {})
   ```
   请问这个有阻止冒泡的方法么?因为我发现可以通过设置zoomLock:true, 
再通过此方法去监听滚轮事件,再调用dispatchAction以此满足我所需要的,但当滚轮滚动时,页面会跟着滚动。因为getZr方法似乎无文档可以查看相关配置项。。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to