navigator.categoryAxis.minorTicksObject
The configuration of the category axis minor ticks.
navigator.categoryAxis.minorTicks.colorString
(default: "black")
The color of the category axis minor ticks lines. Accepts a valid CSS color string, including hex and rgb.
navigator.categoryAxis.minorTicks.sizeNumber
(default: 4)
The length of the tick line in pixels.
navigator.categoryAxis.minorTicks.visibleBoolean
(default: true)
If set to true
the chart will display the category axis minor ticks. By default the category axis minor ticks are visible.
navigator.categoryAxis.minorTicks.widthNumber
(default: 1)
The width of the minor ticks in pixels.
navigator.categoryAxis.minorTicks.stepNumber
(default: 1)
The step of the category axis minor ticks.
navigator.categoryAxis.minorTicks.skipNumber
(default: 0)
The skip of the category axis minor ticks.
In this article