New to Kendo UI for Vue? Start a free 30-day trial
SankeyTooltip
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. |
linkContent? |
|
The content component of the Sankey link tooltip. Can be string that is pointing to a namedSlot or a render function; | |
nodeContent? |
|
The content component of the Sankey node tooltip. Can be string that is pointing to a namedSlot or a render function; | |
offset? |
|
|
The distance between the tooltip and the mouse pointer in pixels. |
visible? |
|
Indicates whether the Sankey tooltips will be rendered. |