categoryAxis.majorTicks Object

The major ticks of the axis.

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

The color of the category axis major ticks lines. Accepts a valid CSS color string, including hex and rgb.

categoryAxis.majorTicks.size Number(default: 4)

The axis major tick size. This is the length of the line in pixels that is drawn to indicate the tick on the chart.

categoryAxis.majorTicks.width Number (default: 1)

The width of the major ticks in pixels.

categoryAxis.majorTicks.visible Boolean(default: true)

The visibility of the major ticks.

categoryAxis.majorTicks.step Number (default: 1)

The step of the category axis major ticks.

categoryAxis.majorTicks.skip Number (default: 0)

The skip of the category axis major ticks.

In this article