JavaScript/jQuery CircularGauge - scale.label
Type:
customizeText
Type:
Return Value:
Cannot be used in themes.
NOTE
As an alternative to the function’s parameter you can use the
this
keyword.See Also
format
Type:
Default Value: undefined
See the format section for information on accepted values.
When this property value is undefined
, the date-time axes display larger date range boundaries in labels. For example, if an axis displays months, it also displays a year near each instance of January. If an axis displays days, it also displays a month name near each first visible day mark.
See Also
useRangeColors
Specifies whether or not scale labels should be colored similarly to their corresponding ranges in the range container.
Type:
Default Value: false
To paint all scale labels in a single color, you can use the color property of the font object. Alternatively, you can paint scale labels similarly to ranges in the range container. For this purpose, assign true to the useRangeColors property.
Feedback