Docs: add tooltips shared content (#86553)

* Replaced shared tooltips file with text in xy chart

* Added tooltip info for heatmap

* Updated tooltip shared files, renamed one file, updated configure tooltips

* updated tooltip shared file paths

* Added tooltips shared files in relevant visualizations

* Added where shared file is used in tooltip-options-1

* Added where shared file is used in tooltip-options-2

* Added intro text and justifications to shared files

* Removed tooltips intro text from visualizations with shared files

* Added names of files to comments in shared files
This commit is contained in:
Isabel Matwawana
2024-04-24 12:40:27 -04:00
committed by GitHub
parent 53ead9904d
commit 0e81fdffbe
13 changed files with 116 additions and 32 deletions

View File

@@ -132,9 +132,20 @@ Set the width of the lines in pixels.
## Tooltip options
Tooltip options control the information overlay that appears when you hover over data points in the graph.
Tooltip options control the information overlay that appears when you hover over data points in the visualization.
{{< docs/shared lookup="visualizations/tooltip-options-2.md" source="grafana" version="<GRAFANA VERSION>" >}}
### 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.
- **Hidden -** Do not display the tooltip when you interact with the visualization.
Use an override to hide individual series from the tooltip.
### Max height
Set the maximum height of the tooltip box. The default is 600 pixels.
## Legend options