Box
Map
A newer version of this page is available. Switch to the current version.

jQuery PolarChart - commonAxisSettings.grid

An object defining the configuration properties for the grid lines of an axis in the PolarChart UI component.

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 properties, refer to the Grid topic.

PolarChart Grid Lines

color

Specifies a color for grid lines.

Type:

String

Default Value: '#d3d3d3'

This property 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