[Lens] Use flyout toolbar for visualization configuration: appearance, titles and text, axis, and legend settings#240804
Merged
mariairiartef merged 34 commits intoelastic:mainfrom Nov 4, 2025
Conversation
28d6c85 to
9393b59
Compare
mariairiartef
commented
Oct 27, 2025
5859b2f to
57a2472
Compare
Contributor
Author
|
/ci |
4 similar comments
Contributor
Author
|
/ci |
Contributor
Author
|
/ci |
Contributor
Author
|
/ci |
Contributor
Author
|
/ci |
Contributor
Author
Contributor
Author
|
/ci |
Contributor
Author
|
/ci |
Contributor
|
Pinging @elastic/kibana-visualizations (Team:Visualizations) |
…t toolbar when appears in Lens editor
markov00
approved these changes
Nov 3, 2025
andrimal
reviewed
Nov 3, 2025
andrimal
approved these changes
Nov 3, 2025
jesuswr
approved these changes
Nov 3, 2025
Contributor
💔 Build Failed
Failed CI StepsTest Failures
Metrics [docs]Module Count
Async chunks
History
|
wildemat
pushed a commit
to wildemat/kibana
that referenced
this pull request
Nov 5, 2025
…, titles and text, axis, and legend settings (elastic#240804) ## Summary Enables flyout toolbar in **dashboard visualization in-line editing** and **Lens workspace**, for appearance, titles and text, axis and legend settings configuration. Closes elastic#238794 > [!IMPORTANT] > In elastic#240088, we will delete all the deprecated components related to the previously used toolbar popover. ### Dashboard visualization in-line editing https://github.com/user-attachments/assets/a2e54633-bb1a-4796-8682-70b2c9beb1be ### Lens workspace https://github.com/user-attachments/assets/7eb2d165-180e-491c-a1d3-ea461d7c6a7e ## Checklist - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [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 - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed - [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 Notes In **dashboard visualization in-line editing** and **Lens workspace**, the 'Appearance', 'Titles and text', 'Axis', and 'Legend' settings have been moved from a popover into a dedicated flyout panel. --------- 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
Enables flyout toolbar in dashboard visualization in-line editing and Lens workspace, for appearance, titles and text, axis and legend settings configuration.
Closes #238794
Important
In #240088, we will delete all the deprecated components related to the previously used toolbar popover.
Dashboard visualization in-line editing
Screen.Recording.2025-10-31.at.07.44.54.mov
Lens workspace
Screen.Recording.2025-10-31.at.07.43.08.mov
Checklist
release_note:*label is applied per the guidelinesbackport:*labels.Release Notes
In dashboard visualization in-line editing and Lens workspace, the 'Appearance', 'Titles and text', 'Axis', and 'Legend' settings have been moved from a popover into a dedicated flyout panel.