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