axisDefaults.majorTicks Object

The configuration of the axis major ticks.

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

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

axisDefaults.majorTicks.size Number (default: 4)

The length of the tick line in pixels.

axisDefaults.majorTicks.visible Boolean (default: true)

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

axisDefaults.majorTicks.width Number (default: 1)

The width of the major ticks in pixels.

axisDefaults.majorTicks.step Number (default: 1)

The step of the axis major ticks.

axisDefaults.majorTicks.skip Number (default: 0)

The skip of the axis major ticks.

In this article