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