customizeNodeTooltip
Type:
| undefined
Function parameters:
info:
Object structure:
Return Value:
Default Value: undefined
linkTooltipTemplate
Specifies a custom template for a link's tooltip.
Type:
| undefined
Function parameters:
info:
Object structure:
Name | Type | Description |
---|---|---|
source | ||
target |
The label of the link's target node. |
|
weight |
The link's weight. |
element:
The tooltip's container. It is an HTML Element or a jQuery Element when you use jQuery.
Default Value: undefined
nodeTooltipTemplate
Specifies a custom template for a node's tooltip.
Type:
| undefined
Function parameters:
info:
Object structure:
Name | Type | Description |
---|---|---|
label |
The node's label. |
|
weightIn |
The total weight of the node's incoming links. |
|
weightOut |
The total weight of the node's outgoing links. |
element:
The tooltip's container. It is an HTML Element or a jQuery Element when you use jQuery.
Default Value: undefined
Feedback