ZhengRui commented on issue #17015:
URL: https://github.com/apache/echarts/issues/17015#issuecomment-1148506898

   
我的问题是获取brush区域里面点的数据,这个区域的大小本身是可以通过brush的area里面的coordRange得到。关于你的问题,在点击折线图时,你可以监听鼠标事件,鼠标事件的params里面是有你要的数据的。
   
   chart.on('click', 'series', (params) => console.log(params.data))


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

Reply via email to