navigator.categoryAxis.majorTicks Object
The configuration of the category axis major ticks.
navigator.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.
navigator.categoryAxis.majorTicks.size Number
(default: 4)
The length of the tick line in pixels.
navigator.categoryAxis.majorTicks.visible Boolean
(default: true)
If set to true
the chart will display the category axis major ticks. By default the category axis major ticks are visible.
navigator.categoryAxis.majorTicks.width Number
(default: 1)
The width of the major ticks in pixels.
navigator.categoryAxis.majorTicks.step Number
(default: 1)
The step of the category axis major ticks.
navigator.categoryAxis.majorTicks.skip Number
(default: 0)
The skip of the category axis major ticks.