-
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
[Lens] Selecting a suggested visualization doesn't switch the current visualization title #92624
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
That's by design at the moment - but I understand your confusion. The idea here is on switching to a suggestion, you are "peeking" into this suggestion. As soon as you hit refresh (or start editing something in the chart), it "commits" the suggestion, and it becomes the new "Current visualization". People were confused about this a bunch of times (especially what "Refresh" means here). I'm going to relabel as enhancement for now. |
Yes, I believe I mentioned experiencing similar confusion regarding this behavior when we were updating the suggestion buttons' focus states. I completely agree with @markov00's take here. @flash1293, you mention this is done intentionally as a means to preview a suggestion before committing to it. Is this because committing to a suggestion currently updates the available suggestions (thus potentially leaving the user in a position where they cannot go back to their previous visualization state)? If so, I imagine such concerns could be remedied by 1) the inclusion of an undo feature and/or 2) preventing the suggestions from updating until additional modifications have been made the visualization to warrant new suggestions being presented. Thoughts? |
@MichaelMarcialis Your intuition is exactly right, we didn't want users to get stuck. To respond to your ideas specifically:
|
We wanted to user to be able to switch around suggestions quickly - an undo/redo feature would help with this and be a useful feature in itself, but it's not exactly the same because the flow would become "select suggestion - undo - select next suggestion" instead of "select suggestion - select next suggestion". If we don't think clicking through the suggestions is a thing we want to highlight, then we could remove this feature once we have undo/redo, but I hope we can come up with a better system that's more intuitive. |
In order to provide better transparency of priorities, issues that will not be prioritized within the next 24 months are being closed. Tracking request in Lens general improvements ice box #184459 |
Kibana version:
7.12
Original install method (e.g. download page, yum, from source, etc.):
cloud
Describe the bug:
When you select and click a suggested visualization, the
current visualization
title on the suggestion panel doesn't change to the selected one, creating confusion. ARefresh
button appears and will "cleaup" the state, but seems a bit strange that this need a another user interaction to get the title correctly positioned to the current visualizationSteps to reproduce:
current visualization
title remain displayed on the first visualization on the left.Expected behavior:
The
current visualization
title should be placed exactly on the selected visualization, not only on the first visualization on the left.Screenshots (if relevant):
Errors in browser console (if relevant):
n/a
The text was updated successfully, but these errors were encountered: