AxisTicks
The appearance configuration for the major and minor axis ticks (see the basic usage example).
color?
string
The color of the tick lines. Accepts a valid CSS color string, including hex and rgb.
size?
number
The length of the tick line in pixels.
skip?
number
The tick-rendering step. Renders every nth tick, where n
is the step.
step?
number
The number of ticks to skip at the beginning.
visible?
boolean
If set to true,
the Chart displays the axis ticks. By default, only the major axis ticks are visible.
width?
number
The width of the ticks in pixels.