Box
Map

jQuery PolarChart - argumentAxis.tick

Ticks divide an axis into equal sections by a step whose value is determined automatically, or by the tickInterval and axisDivisionFactor properties of an axis. Ticks improve the readability of charts, but are not visible in the PolarChart UI component by default. To set up tick configuration properties, define the tick object within the argumentAxis or valueAxis configuration object. To set common properties for all ticks in a chart, define the tick object within the commonAxisSettings configuration object. Note that the values that are set for an individual axis override the corresponding common values.

color

Specifies ticks color.

Type:

String

Default Value: '#767676'

This property supports the following colors:

length

Specifies tick length.

Type:

Number

Default Value: 7

opacity

Specifies tick opacity.

Type:

Number

Default Value: undefined

shift

Shifts ticks from the reference position.

Type:

Number

Default Value: 3

visible

Indicates whether or not ticks are visible on an axis.

Type:

Boolean

Default Value: true

width

Specifies tick width.

Type:

Number

Default Value: 1