-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[XY] Fixes the detailed tooltip wrap problem #142818
Conversation
Pinging @elastic/kibana-vis-editors @elastic/kibana-vis-editors-external (Team:VisEditors) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌🏼
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, @stratoula! I've left you a few comments and suggestions for your review. Assuming you're able to implement those suggestions, I'm going to approve this now (as I'll be out on PTO next week and I don't want to leave you blocked). Let me know if you have any questions. Thanks!
src/plugins/chart_expressions/expression_xy/public/components/tooltip/tooltip.scss
Outdated
Show resolved
Hide resolved
src/plugins/chart_expressions/expression_xy/public/components/tooltip/tooltip.scss
Show resolved
Hide resolved
src/plugins/chart_expressions/expression_xy/public/components/tooltip/tooltip.scss
Outdated
Show resolved
Hide resolved
Thanx @MichaelMarcialis! I addressed all your comments and it works fine! |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
@stratoula Could you please backport this to 8.4.x and 8.5.x? |
* [XY] Fixes the detailed tooltip wrap problem * Add max width to the label container * Apply PR comments
@rpasche we can backport to 8.5.x as we are still doing patch releases there. |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
* [XY] Fixes the detailed tooltip wrap problem * Add max width to the label container * Apply PR comments (cherry picked from commit d7924aa)
* [XY] Fixes the detailed tooltip wrap problem * Add max width to the label container * Apply PR comments
Summary
Closes #142759
Fixes the wrap problem on the detailed tooltip of the aggregate based visualizations.
Before

After

Tested this on Chrome, Safari and FF and works fine.
Checklist