axisDefaults.minorTicks Object

The configuration of the axis minor ticks.

axisDefaults.minorTicks.color String (default: "black")

The color of the axis minor ticks lines. Accepts a valid CSS color string, including hex and rgb.

axisDefaults.minorTicks.size Number (default: 4)

The length of the tick line in pixels.

axisDefaults.minorTicks.visible Boolean (default: true)

If set to true the chart will display the axis minor ticks. By default the axis minor ticks are visible.

axisDefaults.minorTicks.width Number (default: 1)

The width of the minor ticks in pixels.

axisDefaults.minorTicks.step Number (default: 1)

The step of the axis minor ticks.

axisDefaults.minorTicks.skip Number (default: 0)

The skip of the axis minor ticks.

In this article