MajorGridLines

12 Sep 20251 minute to read

Allows to configure the major grid lines such as line width, color and dashArray in the axis.

Properties

color string

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

Defaults to null

dashArray string

Allows to set the dash array of the grid lines.

Defaults to ’’

width number

Allows to set the width of the line in pixels.

Defaults to 1