Vue CircularGauge - valueIndicator.text
Specifies the appearance of the text displayed in an indicator of the rangeBar type.
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.
Type:
Return Value:
The text for the indicator to display.
Default Value: undefined
Cannot be used in themes.
NOTE
As an alternative to the function’s parameter you can use the
this keyword.