zpf96126 opened a new issue #11058: charts.on("click",function(params){})中click事件无法触发的疑惑 URL: https://github.com/apache/incubator-echarts/issues/11058 ### Version 4.2.1 ### Steps to reproduce 项目里对mousedown,mouseup的鼠标操作进行了特别处理,所以在触发点击事件时,没有按charts.js中2231行代码执行的那样,一个点击操作会先执行mousedown,mouseup下的赋值,再进行click下的判断;而是直接运行click下的判断操作 ### What is expected? 为何要利用mousedown,mouseup来给click需要进行判断的字段赋值,这有助于我去解决项目中对这些事件的冲突 ### What is actually happening? 无法正确触发点击事件中的代码 <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org For additional commands, e-mail: dev-h...@echarts.apache.org