mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 08:52:07 +08:00

* Add aliases to all files Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Prettify front matter Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
16 lines
671 B
Markdown
16 lines
671 B
Markdown
---
|
|
aliases:
|
|
- /docs/grafana/latest/shared/visualizations/tooltip-mode/
|
|
title: Tooltip mode
|
|
---
|
|
|
|
### Tooltip mode
|
|
|
|
When you hover your cursor over the visualization, Grafana can display tooltips. Choose how tooltips behave.
|
|
|
|
- **Single -** The hover tooltip shows only a single series, the one that you are hovering over on the visualization.
|
|
- **All -** The hover tooltip shows all series in the visualization. Grafana highlights the series that you are hovering over in bold in the series list in the tooltip.
|
|
- **Hidden -** Do not display the tooltip when you interact with the visualization.
|
|
|
|
> **Note:** Use an override to hide individual series from the tooltip.
|