Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/_dashboards/gauge.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ max:
default: 100
needle:
required: false
description: Show the gauge as a needle gauge.
description: Show the gauge as a needle gauge. Required to be set to true, if using segments.
type: boolean
default: false
severity:
Expand All @@ -83,7 +83,7 @@ severity:
type: integer
segments:
required: false
description: List of colors and their corresponding start values. Segments will override the severity settings.
description: List of colors and their corresponding start values. Segments will override the severity settings. Needle required to be true.
type: list
keys:
from:
Expand Down