-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance tooltip placement #375
Labels
enhancement
New feature or request
:interactions
Interactions related issue
released
Issue released publicly
Comments
nickofthyme
added
enhancement
New feature or request
:interactions
Interactions related issue
labels
Sep 13, 2019
markov00
added a commit
to markov00/elastic-charts
that referenced
this issue
Oct 15, 2019
The current tooltip was rendered inside the chart container. If the chart is rendered inside a DOM element with an hidden overflow, then the tooltip will be cutted. I moved the tooltip element to render on the document body through a React portal. close elastic#375
5 tasks
markov00
added a commit
that referenced
this issue
Oct 31, 2019
This commit render the tooltips (crosshair and annotation) into a react-portal to avoid begin hidden by the container overflow settings. It will also enhance the current tooltip positioning reducing the jump from one position to another only if the tooltip is touching the edges of the chart. close #375
🎉 This issue has been resolved in version 13.5.11 🎉 The release is available on: Your semantic-release bot 📦🚀 |
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Feb 10, 2022
## [13.5.11](elastic/elastic-charts@v13.5.10...v13.5.11) (2019-10-31) ### Bug Fixes * **tooltip:** render tooltip on portal to avoid hidden overflows ([opensearch-project#418](elastic/elastic-charts#418)) ([b08e689](elastic/elastic-charts@b08e689)), closes [opensearch-project#375](elastic/elastic-charts#375)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
:interactions
Interactions related issue
released
Issue released publicly
Is your feature request related to a problem? Please describe.
Enhance tooltip placement to avoid janky placement especially on smaller charts.
Describe the solution you'd like
Have a bounding box tooltip that jumps only when needed (i.e. beyond the chart grids, beyond chart or beyond the browser window)
Kibana Cross Issues
Add any Kibana related issues/feature requests here.
Checklist
Kibana Cross Issues
listkibana cross issue
tag is associated to the issue if any kibana cross issue is presentThe text was updated successfully, but these errors were encountered: