mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Add maxWidth
to tooltip docs (#88932)
This commit is contained in:
parent
81019f1669
commit
4b55776256
@ -128,6 +128,10 @@ Set the hover proximity (in pixels) to control how close the cursor must be to a
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### Max width
|
||||||
|
|
||||||
|
Set the maximum width of the tooltip box.
|
||||||
|
|
||||||
### Max height
|
### Max height
|
||||||
|
|
||||||
Set the maximum height of the tooltip box. The default is 600 pixels.
|
Set the maximum height of the tooltip box. The default is 600 pixels.
|
||||||
|
@ -187,6 +187,10 @@ When you hover your cursor over the visualization, Grafana can display tooltips.
|
|||||||
|
|
||||||
Use an override to hide individual series from the tooltip.
|
Use an override to hide individual series from the tooltip.
|
||||||
|
|
||||||
|
### Max width
|
||||||
|
|
||||||
|
Set the maximum width of the tooltip box.
|
||||||
|
|
||||||
### Max height
|
### Max height
|
||||||
|
|
||||||
Set the maximum height of the tooltip box. The default is 600 pixels.
|
Set the maximum height of the tooltip box. The default is 600 pixels.
|
||||||
|
@ -26,6 +26,10 @@ When you set the **Tooltip mode** to **All**, the **Values sort order** option i
|
|||||||
- **Ascending** - Values in the tooltip are listed from smallest to largest.
|
- **Ascending** - Values in the tooltip are listed from smallest to largest.
|
||||||
- **Descending** - Values in the tooltip are listed from largest to smallest.
|
- **Descending** - Values in the tooltip are listed from largest to smallest.
|
||||||
|
|
||||||
|
### Max width
|
||||||
|
|
||||||
|
Set the maximum width of the tooltip box.
|
||||||
|
|
||||||
### Max height
|
### Max height
|
||||||
|
|
||||||
Set the maximum height of the tooltip box. The default is 600 pixels.
|
Set the maximum height of the tooltip box. The default is 600 pixels.
|
||||||
|
@ -32,6 +32,10 @@ Set the hover proximity (in pixels) to control how close the cursor must be to a
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### Max width
|
||||||
|
|
||||||
|
Set the maximum width of the tooltip box.
|
||||||
|
|
||||||
### Max height
|
### Max height
|
||||||
|
|
||||||
Set the maximum height of the tooltip box. The default is 600 pixels.
|
Set the maximum height of the tooltip box. The default is 600 pixels.
|
||||||
|
Loading…
Reference in New Issue
Block a user