Scale.line
configurationConfigures the axis line.
scale.line
Objectscale.line.color
StringThe color of the lines. Any valid CSS color string will work here, including hex and rgb.
Default: "black"
scale.line.dashType
StringThe dash type of the line.
"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"
scale.line.visible
BooleanThe visibility of the lines.
Default: true
scale.line.width
NumberThe width of the line..
Default: 1