categoryAxis.minorTicksObject
The minor ticks of the axis.
categoryAxis.minorTicks.sizeNumber
(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.visibleBoolean
(default: false)
The visibility of the minor ticks.
categoryAxis.minorTicks.colorString
(default: "black")
The color of the category axis minor ticks lines. Accepts a valid CSS color string, including hex and rgb.
categoryAxis.minorTicks.widthNumber
(default: 1)
The width of the minor ticks in pixels.
categoryAxis.minorTicks.stepNumber
(default: 1)
The step of the category axis minor ticks.
categoryAxis.minorTicks.skipNumber
(default: 0)
The skip of the category axis minor ticks.
In this article