valueAxis.minorGridLines Object

Configures the minor grid lines. These are the lines that are an extension of the minor ticks through the

valueAxis.minorGridLines.color String(default: "black")

The color of the lines.

Note that this has no effect if the visibility of the minor grid lines is not set to true.

valueAxis.minorGridLines.dashType String(default: "solid")

The dash type of the minor grid lines.

"solid"

Specifies a solid line.

"dot"

Specifies a line consisting of dots.

"dash"

Specifies a line consisting of dashes.

"longDash"

Specifies a line consisting of a repeating pattern of long-dash.

"dashDot"

Specifies a line consisting of a repeating pattern of dash-dot.

"longDashDot"

Specifies a line consisting of a repeating pattern of long-dash-dot.

"longDashDotDot"

Specifies a line consisting of a repeating pattern of long-dash-dot-dot. body of the chart.

Note that minor grid lines are not visible by default, therefore none of these settings will take effect without the minor grid lines visibility being set to true.

valueAxis.minorGridLines.visible Boolean(default: false)

The visibility of the lines.

valueAxis.minorGridLines.width Number(default: 1)

The width of the lines.

Note that this settings has no effect if the visibility of the minor grid lines is not set to true.

valueAxis.minorGridLines.step Number (default: 1)

The step of the value axis minor grid lines.

valueAxis.minorGridLines.skip Number (default: 0)

The skip of the value axis minor grid lines.

In this article