mirror of https://github.com/grafana/grafana
Docs: share tooltip mode description between TimeSeries and PieChart (#33488)
* docs(tooltip): share tooltip mode docs between visualizations * docs(tooltip-mode): replace mentions of graph with visualizationpull/33720/head
parent
a9b218ff1e
commit
a90e3084b1
@ -0,0 +1,13 @@ |
||||
--- |
||||
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. |
||||
Loading…
Reference in new issue