Skip to content
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

Dashboard configuration: Show / hide panel titles #12563

Closed
alexfrancoeur opened this issue Jun 29, 2017 · 9 comments · Fixed by #15006
Closed

Dashboard configuration: Show / hide panel titles #12563

alexfrancoeur opened this issue Jun 29, 2017 · 9 comments · Fixed by #15006
Labels

Comments

@alexfrancoeur
Copy link

As we begin to introduce features like full screen mode and dashboard only mode there becomes a need to control the experience a bit more.

The current state of dashboard automatically shows the visualization name on the dashboard. There are a few issues around customizing the title and modifying it's position in the past. This request is specifically for a dashboard level configuration option that allows you to hide all the dashboard panel titles to reduce clutter. This could be surfaced as an additional configuration option in edit mode.

screen shot 2017-06-29 at 9 41 28 am

cc: @elastic/kibana-sharing

@trevan
Copy link
Contributor

trevan commented Jun 29, 2017

This should really be per panel. Some panels need a title while others don't. I think it would fit better in the pull down menu that you have mocked up in #12560

@rgheleribefore
Copy link

Any news about it?

@aadicodes
Copy link

aadicodes commented Oct 27, 2017

Hello Team,
any info on when this feature will be made available ?
thanks

@stacey-gammon
Copy link
Contributor

stacey-gammon commented Nov 3, 2017

I started looking at adding this in at the dashboard level and now have a bit of a UX question (cc @elastic/kibana-design)

I'm assuming without showing the dashboard titles, people want that whole area at the top to go away. You can see what I'm talking about with maps and a TSVB chart with a colored background:

screen shot 2017-11-03 at 1 53 35 pm

If that's the case, where do we put the context menu on the right, or the expand toggle when in view mode? We can "float" it over the vis on hover, but I worry about accidentally hiding something important underneath. For instance, I ran into an issue when implementing drilldown links where the little link icon was to be in the bottom left corner - that would have ended up clobbering the spy panel toggle.

So if we want to not prevent anything from underneath getting clicked (for instance if someone wrote a custom visualization with it's own toggle in the top right corner), then where should we put these icons/menu? Or maybe we just don't care about potentially hiding something clickable underneath since it's just a small area, and plugin authors will just have to be careful of putting anything clickable there.

@snide
Copy link
Contributor

snide commented Nov 3, 2017

@stacey-gammon Float on hover.

@snide
Copy link
Contributor

snide commented Nov 3, 2017

Sorry, that was too quick. Floating on hover is how I'd imagine it working. FWIW, I think you could probably show the titles on hover as well (if they were indeed disabled) so that people always had a backup option for clarity.

@cjcenizal
Copy link
Contributor

I worry about accidentally hiding something important underneath

I think this is the tricky bit we need to figure out. Maybe we can add a small "X" button that the user can click to dismiss the overlay if it's covering up something they want to interact with.

@snide
Copy link
Contributor

snide commented Nov 3, 2017

Better to hover it outside the panel then. Just above. I'd probably see it as a "bar" that is statically positioned if default, or absolutely positioned (negative to top) if hidden.

@alexfrancoeur
Copy link
Author

Just thinking out loud here, but do we need to hide the title in edit mode? We could probably still place the context menu with a title when editing, no? I imagine the need to hide the titles is only in view mode. Then I would expect expand to be on hover as well, as long as it's still keyboard accessible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants