MinorTickLines

12 Sep 20251 minute to read

Allows to configure the minor tick lines such as width, height and color in the chart.

Properties

color string

Allows to set the color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.

Defaults to null

height number

Allows to set the height of the ticks in pixels.

Defaults to 5

width number

Allows to set the width of the tick line in pixels.

Defaults to 0.7