mrakgr opened a new issue, #20156: URL: https://github.com/apache/echarts/issues/20156
### Version 5.5.1 ### Link to Minimal Reproduction https://stackblitz.com/edit/vitejs-vite-6qtah3?file=src%2Fmy-element.ts ### Steps to Reproduce Just hover over one of the bars after the web container boots up. All the libraries have been installed already. You'll see that the tooltip is way too large and gets displayed off screen. ### Current Behavior This is with lines 3-56 commented in and 58-87 commented out. It runs an Echart inside a Lit component.  ### Expected Behavior This is with lines 58-87 commented in and 3-56 commented out. It runs an Echart on a top level component.  ### Environment ```markdown - OS: Win 11 - Browser: Edge - Framework: Lit ``` ### 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]
