categoryAxis.line Object

Configures the axis line. This will also effect major and minor ticks, but not gridlines.

categoryAxis.line.color String(default: "black")

The color of the lines. Any valid CSS color string will work here, including hex and rgb.

Note: This will also effect the major and minor ticks, but not the grid lines.

categoryAxis.line.dashType String(default: "solid")

The 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.

categoryAxis.line.visible Boolean(default: true)

The visibility of the lines.

categoryAxis.line.width Number(default: 1)

The width of the line. This will also effect the major and minor ticks, but not the grid lines.

In this article