contentTemplate
Specifies a custom template for a tooltip.
Type:
| undefined
Function parameters:
info:
Information on the funnel item being pressed or hovered over.
Object structure:
Name | Type | Description |
---|---|---|
item |
The Item object. |
|
percent |
The item's percentage value. |
|
percentText |
The item's formatted percentage value converted to a string. |
|
value |
The raw item value. |
|
valueText |
The item's 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
customizeTooltip
Customizes a specific tooltip's appearance.
Type:
| undefined
Function parameters:
info:
Information on the funnel item being pressed or hovered over with the mouse pointer.
Object structure:
Return Value:
The tooltip's text or markup and appearance settings.
Default Value: undefined
Feedback