scale.majorTicksObject
Configures the scale major ticks.
scale.majorTicks.colorString
The color of the major ticks. Any valid CSS color string will work here, including hex and rgb.
scale.majorTicks.sizeNumber
The major tick size. This is the length of the line in pixels that is drawn to indicate the tick on the scale.
scale.majorTicks.visibleBoolean
(default: true)
The visibility of the major ticks.
scale.majorTicks.widthNumber
(default: 0.5)
The width of the major ticks.
In this article