-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Disable tooltips in Kibana #98134
Copy link
Copy link
Closed
Labels
Feature:LensTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:needs-assessmentProduct and/or Engineering needs to evaluate the impact of the change.Product and/or Engineering needs to evaluate the impact of the change.
Metadata
Metadata
Assignees
Labels
Feature:LensTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:needs-assessmentProduct and/or Engineering needs to evaluate the impact of the change.Product and/or Engineering needs to evaluate the impact of the change.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the feature:
Disable tooltips appearing when hovering on diagrams.
Describe a specific use case for the feature:
The tooltips are practically redundant information, the legend already contains most of the data anyway. But more importantly, the tooltips' design causes disturbance in the field of view and fast mouse movements may cause dizzynes. Additionally, under some circumstances, the appearing tooltips cause the change of the layout of the diagrams and mouse movements result in shaking content on the page.
In general, the tooltip seems to be used in a kind of abusive way. Tooltips should be visible only if the user may need them, e.g.: i) hovering over the data point, ii) selecting a data point. But even in this case, the tooltip must disappear after movement.
Workaround is to turn them off by scripting: https://discuss.elastic.co/t/disable-popups-on-kibana-visualizations/271064