KOYR opened a new pull request, #3941: URL: https://github.com/apache/hertzbeat/pull/3941
## What's changed? Currently, the chart Tooltip is rendered inside the chart container or limited by the parent layout. This causes the Tooltip to be occluded or clipped by the global navigation Sidebar (on the left) and the Header (at the top) when the chart is positioned near the screen edges. - Moves the Tooltip DOM from the ECharts DOM hierarchy directly to the document.body. This ensures the Tooltip is no longer restricted by the chart's container size or the z-index of layout components like the Header and Sidebar. <img width="845" height="660" alt="11" src="https://github.com/user-attachments/assets/60fc09e0-3465-4a23-9b15-a2682a88b579" /> <img width="911" height="547" alt="33" src="https://github.com/user-attachments/assets/c6fc282e-769a-45e9-a05f-db2dde7f6dec" /> ## Checklist - [x] I have read the [Contributing Guide](https://hertzbeat.apache.org/docs/community/code_style_and_quality_guide) - [ ] I have written the necessary doc or comment. - [ ] I have added the necessary unit tests and all cases have passed. ## Add or update API - [ ] I have added the necessary [e2e tests](https://github.com/apache/hertzbeat/tree/master/e2e) and all cases have passed. -- 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]
