-
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
[Lens] Fix tooltip size and partition rerendering #172802
[Lens] Fix tooltip size and partition rerendering #172802
Conversation
Pinging @elastic/kibana-visualizations (Team:Visualizations) |
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.
Looks great, changes LGTM!
💚 Build Succeeded
Metrics [docs]Page load bundle
History
To update your PR or re-run it, just comment with: |
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.
Snapshot change in uptime looks good 👍🏻
## Summary fix elastic#171408 improves the style of tooltip by enlarging its size see elastic/elastic-charts#2048 (cherry picked from commit f684005)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…172890) # Backport This will backport the following commits from `main` to `8.12`: - [[Lens] Fix tooltip size and partition rerendering (#172802)](#172802) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Marco Vettorello","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-12-07T20:55:24Z","message":"[Lens] Fix tooltip size and partition rerendering (#172802)\n\n## Summary\r\n\r\nfix https://github.com/elastic/kibana/issues/171408\r\nimproves the style of tooltip by enlarging its size see\r\nhttps://github.com/elastic/elastic-charts/issues/2048","sha":"f6840055d4c828787aab742ce082ab8911e8a5a9","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","Team:Visualizations","release_note:skip","backport:prev-minor","v8.12.0","v8.13.0"],"number":172802,"url":"https://github.com/elastic/kibana/pull/172802","mergeCommit":{"message":"[Lens] Fix tooltip size and partition rerendering (#172802)\n\n## Summary\r\n\r\nfix https://github.com/elastic/kibana/issues/171408\r\nimproves the style of tooltip by enlarging its size see\r\nhttps://github.com/elastic/elastic-charts/issues/2048","sha":"f6840055d4c828787aab742ce082ab8911e8a5a9"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/172802","number":172802,"mergeCommit":{"message":"[Lens] Fix tooltip size and partition rerendering (#172802)\n\n## Summary\r\n\r\nfix https://github.com/elastic/kibana/issues/171408\r\nimproves the style of tooltip by enlarging its size see\r\nhttps://github.com/elastic/elastic-charts/issues/2048","sha":"f6840055d4c828787aab742ce082ab8911e8a5a9"}}]}] BACKPORT--> Co-authored-by: Marco Vettorello <[email protected]>
Summary
fix #171408
improves the style of tooltip by enlarging its size see elastic/elastic-charts#2048