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

jQuery PolarChart - valueAxis.tick

An object defining the configuration properties for axis ticks.

Type:

Object

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

visible

Indicates whether or not ticks are visible on an axis.

Type:

Boolean

Default Value: false

width

Specifies tick width.

Type:

Number

Default Value: 1