-
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 Heatmap in dashboard with numeric color stops #111117
Conversation
Pinging @elastic/kibana-vis-editors (Team:VisEditors) |
@elasticmachine merge upstream |
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.
Tested and the bug is fixed. Code LGTM 🆗 There is a small CI problem with types, but approving to not block you.
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
@dej611 this PR caused a lot of flakiness in the lens tests, which is kind of surprising based on the changes but was also evident in the failures which were occurring on the PR before merge. Please make sure you look at the failures which CI reports and that they are irrelevant before trying to get your PR green with |
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
1 similar comment
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
…111585) * 🐛 Fix heatmap numeric stops problem + tests * 🏷️ Fix type issue * ✅ Add dashboard functional tests for this issue * ✅ Simplify functional test * ✅ fix functional test Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Marco Liberati <dej611@users.noreply.github.com>
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
1 similar comment
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
Summary
Fixes #111104
This PR addresses an issue when using Heatmap with absolute numeric color stops, when used in Dashboard.
I've added a dedicated functional test for this issue to spot it in the future.
Checklist
Delete any items that are not applicable to this PR.