valueAxis.majorGridLines Object

Configures the major grid lines. These are the lines that are an extension of the major ticks through the body of the chart.

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

The color of the lines.

valueAxis.majorGridLines.visible Boolean(default: true)

The visibility of the lines.

valueAxis.majorGridLines.width Number(default: 1)

The width of the lines.

valueAxis.majorGridLines.step Number (default: 1)

The step of the value axis major grid lines.

valueAxis.majorGridLines.skip Number (default: 0)

The skip of the value axis major grid lines.

In this article