[Lens as code] Cleanup api namings#259636
Merged
markov00 merged 11 commits intoelastic:mainfrom Mar 27, 2026
Merged
Conversation
markov00
commented
Mar 26, 2026
4 tasks
ddb1886 to
3cc13fc
Compare
Contributor
|
Pinging @elastic/kibana-visualizations (Team:Visualizations) |
nickofthyme
approved these changes
Mar 26, 2026
Contributor
nickofthyme
left a comment
There was a problem hiding this comment.
Code changes LGTM, so many satisfies! 😍 🫶
Removed test case for empty values array in categorical mapping.
Contributor
💚 Build Succeeded
Metrics [docs]Async chunks
History
|
kelvtanv
pushed a commit
to kelvtanv/kibana
that referenced
this pull request
Mar 27, 2026
## Summary Fix elastic#257034 Cleanup namings like: - Heatmap `axis` -> `axes` (like XY charts) - `unassignedColor` -> `unassigned` - axis `title.value` -> `title.text` --------- Co-authored-by: Nick Partridge <nicholas.partridge@elastic.co>
SoniaSanzV
pushed a commit
to SoniaSanzV/kibana
that referenced
this pull request
Mar 30, 2026
## Summary Fix elastic#257034 Cleanup namings like: - Heatmap `axis` -> `axes` (like XY charts) - `unassignedColor` -> `unassigned` - axis `title.value` -> `title.text` --------- Co-authored-by: Nick Partridge <nicholas.partridge@elastic.co>
jeramysoucy
pushed a commit
to jeramysoucy/kibana
that referenced
this pull request
Apr 1, 2026
## Summary Fix elastic#257034 Cleanup namings like: - Heatmap `axis` -> `axes` (like XY charts) - `unassignedColor` -> `unassigned` - axis `title.value` -> `title.text` --------- Co-authored-by: Nick Partridge <nicholas.partridge@elastic.co>
paulinashakirova
pushed a commit
to paulinashakirova/kibana
that referenced
this pull request
Apr 2, 2026
## Summary Fix elastic#257034 Cleanup namings like: - Heatmap `axis` -> `axes` (like XY charts) - `unassignedColor` -> `unassigned` - axis `title.value` -> `title.text` --------- Co-authored-by: Nick Partridge <nicholas.partridge@elastic.co>
walterra
added a commit
that referenced
this pull request
Apr 16, 2026
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)
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
Fix #257034
Cleanup namings like:
axis->axes(like XY charts)unassignedColor->unassignedtitle.value->title.text