hoosin edited a comment on issue #11084: Echarts 的 dataZoom 能否监听变化后,canvas 
可视区域的数据?
URL: 
https://github.com/apache/incubator-echarts/issues/11084#issuecomment-543576693
 
 
   @ningwy 
   
   ```js
   
       events.on('dataZoom', () => {
           const {dataZoom} =echarts.getOption();
       });
   
   ```
   然后到 dataZoom 去取

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


With regards,
Apache Git Services

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

Reply via email to