AlwaysMing commented on issue #5755:
URL: https://github.com/apache/echarts/issues/5755#issuecomment-1546607729
> 我在移动端使用了echarts柱状图,但是为图表绑定点击事件的时候,只能绑定click,在手机上明显感觉又点反应慢
>
> ```js
> myChart.on('click', function (params) {
> console.log(params);
> })
> ```
>
> 能不能支持touch事件呢?
兄弟你这个on click事件在移动端能相应?
--
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]