facingcheer opened a new issue, #19815: URL: https://github.com/apache/echarts/issues/19815
### Version 5.5.0 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/beautiful-cdn-forked-tshhlx?file=%2Fsrc%2Findex.mjs ### Steps to Reproduce 在柱状图中进行水平刷选 注意刷选的范围的最大值稍微超过某个柱子的中点(即时序图时间的点位) 观看刷选后的高亮状态 <img width="772" alt="image" src="https://github.com/apache/echarts/assets/5510657/1e89592e-8a32-4f49-85ec-5b78f40528a3"> 如这个case中所示,我刷选的时间已经超过10:43:00 这个时间 但是这个时间的柱子并没有被高亮显示 相反 其实10:42:00 这个点位按照常识来说 不该高亮的实际高亮了 ### Current Behavior 如这个case中所示,我刷选的时间已经超过10:43:00 这个时间 但是这个时间的柱子并没有被高亮显示 相反 其实10:42:00 这个点位按照常识来说 不该高亮的实际高亮了 ### 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]
