plainheart commented on issue #18145: URL: https://github.com/apache/echarts/issues/18145#issuecomment-1378338230
ECharts 事件只有在点击图形元素时才会触发,设置 symbol: 'none' 则不会绘制拐点,如果希望点击折现也触发事件可以尝试设置 [`triggerLineEvent`](https://echarts.apache.org/option.html#series-line.triggerLineEvent) 为 true,或者按你说的直接监听 zrender 的事件。 -- 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]
