MinorGridLines
Defines the appearance settings for minor grid lines in the chart.
Props
The following table outlines the props for the MinorGridLines:
| Name | Type | Default | Description |
|---|---|---|---|
| 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., |
| width | number | 1 | Specifies the width of the minor grid lines, in pixels.
A value of |