React Sankey - Tooltip
customizeLinkTooltip
Customizes link tooltips' appearance.
The current tooltip's text or markup and appearance settings.
customizeNodeTooltip
Customizes node tooltips' appearance.
Information about a sankey node being pressed or hovered over.
The tooltip's text or markup and appearance settings.
linkTooltipTemplate
Specifies a custom template for a link's tooltip.
Information about a sankey link being pressed or hovered over.
| Name | Type | Description |
|---|---|---|
| source | ||
| target |
The label of the link's target node. |
|
| weight |
The link's weight. |
The tooltip's container. It is an HTML Element or a jQuery Element when you use jQuery.
nodeTooltipTemplate
Specifies a custom template for a node's tooltip.
Information about a sankey node being pressed or hovered over.
| 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. |
The tooltip's container. It is an HTML Element or a jQuery Element when you use jQuery.
If you have technical questions, please create a support ticket in the DevExpress Support Center.