SankeyTooltip
Interface
Represents the Sankey tooltip configuration.
Definition
Package:@progress/kendo-vue-charts
Properties
delay?
number
Represents the delay of the tooltip displaying. The delay is measured in milliseconds.
Default:
200
followPointer?
boolean
Indicates whether the tooltip will follow the mouse pointer.
Default:
false
linkContent?
any
The content component of the Sankey link tooltip. Can be string that is pointing to a namedSlot or a render function;
nodeContent?
any
The content component of the Sankey node tooltip. Can be string that is pointing to a namedSlot or a render function;
offset?
number
The distance between the tooltip and the mouse pointer in pixels.
Default:
12
visible?
boolean
Indicates whether the Sankey tooltips will be rendered.