All docs
V19.2
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
Vue
A newer version of this page is available. Switch to the current version.

jQuery LinearGauge - scale.minorTick

Specifies options of the gauge'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 tick visible as well, using their visible property. In addition, you can set a custom minor tick interval or add custom minor ticks using the tickInterval and customTickValues properties respectively. You can also specify the length, width and color of the minor ticks using corresponding properties.

View Demo

color

Specifies the color of the scale's minor ticks.

Type:

String

Default Value: '#FFFFFF'

This option supports the following colors:

length

Specifies the length of the scale's minor ticks.

Type:

Number

Default Value: 3

opacity

Specifies the opacity of the scale's minor ticks.

Type:

Number

Default Value: 1

visible

Indicates whether scale minor ticks are visible or not.

Type:

Boolean

Default Value: false

width

Specifies the width of the scale's minor ticks.

Type:

Number

Default Value: 1