categoryAxis.minorTicks Object

The minor ticks of the axis.

categoryAxis.minorTicks.size Number(default: 3)

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

categoryAxis.minorTicks.visible Boolean(default: false)

The visibility of the minor ticks.

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

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

categoryAxis.minorTicks.width Number (default: 1)

The width of the minor ticks in pixels.

categoryAxis.minorTicks.step Number (default: 1)

The step of the category axis minor ticks.

categoryAxis.minorTicks.skip Number (default: 0)

The skip of the category axis minor ticks.

In this article