-
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
[heatmap] Fix x time scale with calendar intervals #117619
Conversation
3ead173
to
12cf9ff
Compare
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/datavis (Feature:ElasticCharts) |
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.
Code review 👍
Tested locally on Safari ✅
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.
Swim lane changes LGTM
💔 Backport failed
To backport manually run: |
The commit fixes the Lens heatmap time axis when used with calendars time intervals in date_histogram aggs # Conflicts: # package.json # yarn.lock
The commit fixes the Lens heatmap time axis when used with calendars time intervals in date_histogram aggs
Summary
The PR will introduce a fix from
elastic-charts
add the ability to use both calendars and fixed intervals as described in Elasticserach date_histogram aggregationThis fix was required to cover the Lens usage when calendar intervals are used in conjunction with the date_histogram aggs.
In ML Swimlane, the fix only covers the API changes in elastic-charts but doesn't cause any differences in the chart behaviour.
To do: