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

* combines time-series topics * makes prettier * Progress on new time series docs * Move annotation docs to dashboard annotation topic, simplify and update text for axis docs and color scheme docs * Minor tweaks * Move titles from shared files into the topic and add some intro paragraphs * Fix double axis headings * Test new image * starts copyedit * copy edit * Update docs/sources/visualizations/time-series/index.md Co-authored-by: Torkel Ödegaard <torkel@grafana.com> * Update docs/sources/visualizations/time-series/index.md Co-authored-by: Torkel Ödegaard <torkel@grafana.com> * fixes typos * adjust path to images Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
16 lines
659 B
Markdown
16 lines
659 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.
|
|
|
|
Use an override to hide individual series from the tooltip.
|