Ovilia commented on issue #10551: 绑定事件能够给定一个明确id URL: https://github.com/apache/incubator-echarts/issues/10551#issuecomment-496117173 正确的使用方式: ```js var a = function() {}; echartsInstance.on('click', a); ... echartsInstance.off('click', a); ```
---------------------------------------------------------------- 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]
