[Lens] [Metric] Improve Primary Metric editor by removing "Supporting visualization" title#245979
Merged
mariairiartef merged 8 commits intoelastic:mainfrom Dec 15, 2025
Merged
Conversation
Contributor
|
Pinging @elastic/kibana-visualizations (Team:Visualizations) |
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Async chunks
History
|
markov00
approved these changes
Dec 15, 2025
seanrathier
pushed a commit
to seanrathier/kibana
that referenced
this pull request
Dec 15, 2025
… visualization" title (elastic#245979) ## Summary Follow up to elastic#243608 - Removes supporting visualization section title - Renames "Type" field to "Background chart" and the "Panel" option to "None" **Note** Internally, we don't remove the "Supporting visualization" section, that is the `DimensionEditorAdditionalSection`. We remove the "Supporting visualization" title and the line separator so it looks like it is only one section now. ### After #### Background chart "None" <img width="1404" height="1295" alt="Screenshot 2025-12-11 at 13 08 01" src="https://github.com/user-attachments/assets/b45b6756-1d42-4fcd-8258-4a88dd2937e7" /> #### Background chart "Line" <img width="1402" height="1294" alt="Screenshot 2025-12-11 at 13 09 49" src="https://github.com/user-attachments/assets/2854e33f-cbbf-4261-b4e0-82d6fda73c7e" /> #### Background chart "Line" and dynamic coloring <img width="1402" height="1294" alt="Screenshot 2025-12-11 at 13 08 35" src="https://github.com/user-attachments/assets/094759fc-56c7-47a1-ac00-f027906c6d12" /> #### Not numeric <img width="1403" height="1294" alt="Screenshot 2025-12-11 at 13 08 52" src="https://github.com/user-attachments/assets/1fb87b45-b3e2-490b-b7a8-0f969ac72fcc" /> ## Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. ## Release note Removed the "Supporting visualization" section heading from the Primary Metric editor. All configuration options remain fully accessible in the same location under "Appearance". The "Type" field has been renamed to "Background chart" and the "Panel" option has been renamed to "None". --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
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
Follow up to #243608
Note
Internally, we don't remove the "Supporting visualization" section, that is the
DimensionEditorAdditionalSection. We remove the "Supporting visualization" title and the line separator so it looks like it is only one section now.After
Background chart "None"
Background chart "Line"
Background chart "Line" and dynamic coloring
Not numeric
Checklist
release_note:*label is applied per the guidelinesbackport:*labels.Release note
Removed the "Supporting visualization" section heading from the Primary Metric editor. All configuration options remain fully accessible in the same location under "Appearance". The "Type" field has been renamed to "Background chart" and the "Panel" option has been renamed to "None".