New to KendoReact? Start a free 30-day trial
SankeyTooltip
SankeyTooltipPremium
Represents the Sankey tooltip configuration.
Name | Type | Default | Description |
---|---|---|---|
appendTo? |
|
Defines the container to which the Tooltip will be appended. Defaults to | |
delay? |
|
|
Represents the delay of the tooltip displaying. The delay is measured in milliseconds. |
followPointer? |
|
|
Indicates whether the tooltip will follow the mouse pointer. |
linkComponent? |
|
The component that will be rendered as the content of the Sankey tooltip when the hovered element is a link. | |
nodeComponent? |
|
The component that will be rendered as the content of the Sankey tooltip when the hovered element is a node. | |
offset? |
|
|
The distance between the tooltip and the mouse pointer in pixels. |
visible? |
|
Indicates whether the Sankey tooltips will be rendered. |