Arhimondear opened a new issue, #18445: URL: https://github.com/apache/echarts/issues/18445
### Version from 5.3.0 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce Example: https://echarts.apache.org/examples/en/editor.html?c=bar-stack&version=5.4.2 1.On this example set data for "Email" to [20, 132, 101, 134, 90, 230, 210] and add BarMinHeight > 1  2.Now, if you're hover over green bar on first stack-bars it will overlap yellow bar ### Current Behavior Bars with BarMinHeight >1 dont take their all height and hiding behind other bar. This is visible if you point to green bar  ### Expected Behavior Expected Behavior can see on versions below 5.3.0, for example on 5.2.2. In this case green bar take all min height  ### 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]
