All docs
V19.1
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 23.1.
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
19.1
18.2
18.1
17.2
Box
Map
Vue
A newer version of this page is available. Switch to the current version.

jQuery PolarChart - commonAxisSettings.grid

An object defining the configuration options for the grid lines of an axis in the PolarChart widget.

Type:

Object

Grid lines are the reference lines used to improve the readability of a chart's visual data. The grid object exposes the properties that allow you to specify visibility and appearance settings for axis grid lines. To learn more about axis grid lines and their options, refer to the Grid topic.

PolarChart Grid Lines

color

Specifies a color for grid lines.

Type:

String

Default Value: '#d3d3d3'

This option supports the following colors:

opacity

Specifies an opacity for grid lines.

Type:

Number

Default Value: undefined

visible

Indicates whether or not the grid lines of an axis are visible.

Type:

Boolean

Default Value: true

width

Specifies the width of grid lines.

Type:

Number

Default Value: 1