GaugeArea.border
configurationThe border of the gauge area.
gaugeArea.border
ObjectgaugeArea.border.color
StringThe color of the border. Any valid CSS color string will work here, including hex and rgb.
Default: "black"
The dash type of the border.
"solid"
Specifies a solid line.
"dot"
Specifies a line consisting of dots.
"dash"
Specifies a line consisting of dashes.
"longDash"
Specifies a line consisting of a repeating pattern of long-dash.
"dashDot"
Specifies a line consisting of a repeating pattern of dash-dot.
"longDashDot"
Specifies a line consisting of a repeating pattern of long-dash-dot.
"longDashDotDot"
Specifies a line consisting of a repeating pattern of long-dash-dot-dot.
Default: "solid"
gaugeArea.border.opacity
NumberThe opacity of the border. By default the border is opaque.
Default: 1
gaugeArea.border.width
NumberThe width of the border.
Default: 0