[Lens as Code] Revert heatmap 'axes' property to 'axis'#263784
Merged
walterra merged 1 commit intoelastic:mainfrom Apr 16, 2026
Merged
[Lens as Code] Revert heatmap 'axes' property to 'axis'#263784walterra merged 1 commit intoelastic:mainfrom
walterra merged 1 commit intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/kibana-visualizations (Team:Visualizations) |
markov00
approved these changes
Apr 16, 2026
Contributor
💚 Build Succeeded
Metrics [docs]
cc @walterra |
Contributor
|
Starting backport for target branches: 9.4 https://github.com/elastic/kibana/actions/runs/24519676244 |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Apr 16, 2026
## Summary Part of elastic#257034. Follow up to elastic#259636. Reverts Heatmap `axes` -> `axis` to be actually in line with xy charts. (cherry picked from commit 4e1046d)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Contributor
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
4 tasks
kibanamachine
added a commit
that referenced
this pull request
Apr 20, 2026
… (#263834) # Backport This will backport the following commits from `main` to `9.4`: - [[Lens as Code] Revert heatmap 'axes' property to 'axis' (#263784)](#263784) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Walter M. Rafelsberger","email":"walter.rafelsberger@elastic.co"},"sourceCommit":{"committedDate":"2026-04-16T15:43:36Z","message":"[Lens as Code] Revert heatmap 'axes' property to 'axis' (#263784)\n\n## Summary\n\nPart of #257034. Follow up to #259636.\n\nReverts Heatmap `axes` -> `axis` to be actually in line with xy charts.","sha":"4e1046d084cf6e8d1340d22ebcd8f8d471389743","branchLabelMapping":{"^v9.5.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Visualizations","release_note:skip","backport:version","v9.4.0","v9.5.0"],"title":"[Lens as Code] Revert heatmap 'axes' property to 'axis'","number":263784,"url":"https://github.com/elastic/kibana/pull/263784","mergeCommit":{"message":"[Lens as Code] Revert heatmap 'axes' property to 'axis' (#263784)\n\n## Summary\n\nPart of #257034. Follow up to #259636.\n\nReverts Heatmap `axes` -> `axis` to be actually in line with xy charts.","sha":"4e1046d084cf6e8d1340d22ebcd8f8d471389743"}},"sourceBranch":"main","suggestedTargetBranches":["9.4"],"targetPullRequestStates":[{"branch":"9.4","label":"v9.4.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.5.0","branchLabelMappingKey":"^v9.5.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/263784","number":263784,"mergeCommit":{"message":"[Lens as Code] Revert heatmap 'axes' property to 'axis' (#263784)\n\n## Summary\n\nPart of #257034. Follow up to #259636.\n\nReverts Heatmap `axes` -> `axis` to be actually in line with xy charts.","sha":"4e1046d084cf6e8d1340d22ebcd8f8d471389743"}}]}] BACKPORT--> Co-authored-by: Walter M. Rafelsberger <walter.rafelsberger@elastic.co> Co-authored-by: Nick Partridge <nicholas.partridge@elastic.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Part of #257034. Follow up to #259636.
Reverts Heatmap
axes->axisto be actually in line with xy charts.