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