xiaoxudoo opened a new issue #16251: URL: https://github.com/apache/echarts/issues/16251
### Version 5.2.2 ### Link to Minimal Reproduction https://codepen.io/xiaoxudoo/pen/QWqgZwb ### Steps to Reproduce 1. 设置tooltip: { trigger: 'item' } 2. 悬浮到markline label ### Current Behavior  当打开tooltip: { trigger: 'item' } , 悬浮到markline label会出现一个多余tooltip,此tooltip的值是markline所在数据的第一个data; 希望不显示这个tooltip,会出现误导。 ### Expected Behavior 当打开tooltip: { trigger: 'item' } , 悬浮到markline label会出现一个多余tooltip;希望不显示这个tooltip框。 ### Environment ```markdown - OS: macOS Big Sur - Browser: 96.0.4664.55 - Framework: -- ``` ### Any additional comments? _No response_ -- 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]
