MinorGridLines

Defines the appearance settings for minor grid lines in the chart.

Props

The following table outlines the props for the MinorGridLines:

NameTypeDefaultDescription
color
string
null

Specifies the color of the minor grid lines. Accepts any valid CSS color string.

dashArray
string
''

Defines the dash pattern for the minor grid lines. Accepts a string of comma-separated numbers (e.g., '2,2') to create dashed lines.

width
number
1

Specifies the width of the minor grid lines, in pixels. A value of 0 hides the grid lines.