SankeyTooltipComponent
Component
Represents the Sankey tooltip (see example).
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-sankey-tooltip
Inputs
delay?
number
Sets the delay of the tooltip displaying. The delay is measured in milliseconds.
Default:
100
followPointer?
boolean
Determines if the tooltip follows the mouse pointer.
Default:
false
offset
number
Sets the distance between the tooltip and the mouse pointer in pixels.
Default:
12
visible
boolean
Determines if the Sankey displays the link and node tooltips.
Default:
false
Methods
Updates the component fields with the specified values and refreshes the Chart.
Use this method when the configuration values cannot be set through the template.
Parameters:changesany
An object containing the updated input fields.