PivotChartAxisMinorGridLines

12 Sep 20251 minute to read

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

Properties

color string

Allows to set the color of the minor 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 grid lines.

Defaults to ’’

width number

Allows to set the width of the line in pixels.

Defaults to 0.7