contentTemplate
Type:
| undefined
Function parameters:
scaleValue:
Object structure:
Name | Type | Description |
---|---|---|
index |
The index of the bar being pressed or hovered over. 0 for the bar closest to the gauge's center, 1 for the bar over it, etc. |
|
value |
The raw value. |
|
valueText |
The formatted value converted to a string. |
element:
The tooltip's container. It is an HTML Element or a jQuery Element when you use jQuery.
Default Value: undefined
Feedback