Box
Map

jQuery RangeSelector - scale.minorTick

Specifies properties of the range selector's minor ticks.

Type:

Object

Major and minor ticks are calculated automatically based on the scale's startValue and endValue property values. Major ticks are made visible by default. You can make minor ticks visible as well, using their visible property. You can set a custom minor tick interval using the tickInterval property. You can also specify the length, width and color of the minor ticks using corresponding properties.

color

Specifies the color of the scale's minor ticks.

Type:

String

Default Value: '#000000'

This property supports the following colors:

opacity

Specifies the opacity of the scale's minor ticks.

Type:

Number

Default Value: 0.06

visible

Indicates whether scale minor ticks are visible or not.

Type:

Boolean

Default Value: true

width

Specifies the width of the scale's minor ticks.

Type:

Number

Default Value: 1