li-guanlong opened a new issue, #17910: URL: https://github.com/apache/echarts/issues/17910
### Version 5.3.0 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce  鼠标悬浮上去之后:  ### Current Behavior 配置代码: `{ data: [{ yAxis: 0.428 }, { yAxis: 0.372 }], label: { show: false, formatter: (value) => { return value.data.yAxis }, silent: true, position: 'insideEndBottom' }, lineStyle: { color: 'rgb(169 0 0)' }, tooltip: { formatter: (value) => { return value.data.yAxis + '' } } }` ### Expected Behavior 怎么配置让线悬浮状态别消失不见了 ### Environment ```markdown - OS: - Browser: - 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]
