JavaScript/jQuery LinearGauge - valueIndicator.text
Specifies the appearance of the text displayed in an indicator of the rangeBar type.
Note that the indent property of the text configuration object must not be set to 0 if you need to show the text.
customizeText
Specifies a callback function that returns the text to be displayed in an indicator.
The text for the indicator to display.
this
keyword.format
Formats a value before it is displayed in an indicator. Accepts only numeric formats.
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
indent
Specifies the range bar's label indent in pixels.
If this property is set to 0, the range bar text is not shown.