Tick

23 Sep 20251 minute to read

Sets and gets the options to customize the major and minor tick lines of an axis in circular gauge.

Properties

color string

Sets and gets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.

Defaults to null

dashArray string

Sets and gets the dash-array for the ticks in circular gauge.

Defaults to ‘0’

height number

Sets and gets the height of the ticks in circular gauge.

Defaults to null

interval number

Sets and gets the interval between the tick lines in circular gauge.

Defaults to null

offset number

Sets and gets the distance of the ticks from axis in circular gauge.

Defaults to 0

position Position

Sets and gets the position of the ticks in circular gauge.

Defaults to Inside

useRangeColor boolean

Enables and disables the tick lines to take the color from the range element that overlaps with the ticks.

Defaults to false

width number

Sets and gets the width of the ticks in circular gauge.

Defaults to 2