Open sophiec20 opened 1 year ago
Pinging @elastic/kibana-presentation (Team:Presentation)
Pinging @elastic/kibana-visualizations @elastic/kibana-visualizations-external (Team:Visualizations)
This happens for by value panels in general that the panel title is not given. Not sure how we could tackle this, I am open to ideas :)
One idea is to add outline of the specific panel selected? cc @elastic/kibana-presentation
Few possible ideas here:
Thanks for the quick feedback. Interesting ideas. I like the simplicity of [3] and/or [1].
Even though I'm using a large high def monitor, I personally don't think there would be enough screen real-estate to embed the flyout or to show both, unless the viz was a thumbnail perhaps.
Even though I'm using a large high def monitor, I personally don't think there would be enough screen real-estate to embed the flyout or to show both, unless the viz was a thumbnail perhaps.
The embedded viz can just be resized to a small scale, but that definitely reduce the screen-real-estate. I like the thumbnail idea, it could be great to have that in any case, here in the flyout, but also in the Visualization Library or Dashboard list to have a quick look at what the visualization/dashboard looks like. Could help a lot the user recognize them without knowing their names.
I'm looking at this one, and out of the options that @markov00 highlighted, 1: Show a panel outline seems the most doable. That said, I'm adding this into our icebox for the time being, as I'm not sure if we should move forward with that solution when the dashboard itself is hidden by the flyout overlay.
I've been thinking about Dashboard flyouts more generally as part of Dashboard Usability, and wanted to open up a discussion about using a push flyout rather than the overlay, to create a context-sensitive sidebar that shows information related to the panel which is selected.
The main problem with this is that it would resize the dashboard. In most cases, dashboards are quite consistent in not shifting layout severely on resize, but there are some cases where scroll bars are created.
I am removing the visualizations team as with inline editing the panel which is edited is highlighted. The inspect flyout and the other flyouts would be awesome if they can follow the same logic but I leave this to the presentation team to decide!
Re-triaging this to be an loe:small
, because as @stratoula correctly pointed out, we have this capability already, we would only need to change the inspector to use a push flyout and highlight the panel.
Kibana version: 8.7.0-SNAPSHOT
Original install method (e.g. download page, yum, from source, etc.): tar.gz
Describe the usability bug: I have multiple visualizations within a dashboard. All showing similar, yet slightly differently filtered data. Many of these do not have a panel title.
When using inspect to view request statistics, I cannot easily tell which panel I am inspecting.
Steps to reproduce:
Expected behavior: I should be able to tell which visualization the fly-out is referring to.
Ideally the user should be able to remember, but because I had multiple metric viz (none of which had panel titles), I found myself never being quite sure which one I had definitely selected.
Screenshots (if relevant): na
Errors in browser console (if relevant): na
Provide logs and/or server output (if relevant): na
Any additional context: A low priority usability nit.