ValueAxis.line
configurationThe configuration of the axis lines. Also affects the major and minor ticks, but not the grid lines.
valueAxis.line
ObjectvalueAxis.line.color
StringThe color of the lines. Accepts a valid CSS color string, including hex and rgb.
Setting the
coloroption affects the major and minor ticks, but not the grid lines.
Default: "black"
valueAxis.line.dashType
StringThe dash type of the line.
The following dash types are supported:
- "dash" - a line consisting of dashes
- "dashDot" - a line consisting of a repeating pattern of dash-dot
- "dot" - a line consisting of dots
- "longDash" - a line consisting of a repeating pattern of long-dash
- "longDashDot" - a line consisting of a repeating pattern of long-dash-dot
- "longDashDotDot" - a line consisting of a repeating pattern of long-dash-dot-dot
- "solid" - a solid line
Default: "solid"
valueAxis.line.visible
BooleanIf set to true the chart will display the value axis lines. By default the value axis lines are visible.
Default: true
valueAxis.line.width
NumberThe width of the line in pixels. Also affects the major and minor ticks, but not the grid lines.
Default: 1