New to Kendo UI for AngularStart a free 30-day trial

SankeyTooltipComponent

Represents the Sankey tooltip (see example).

Selector

kendo-sankey-tooltip

Inputs

NameTypeDefaultDescription

delay?

number

100

Sets the delay of the tooltip displaying. The delay is measured in milliseconds.

followPointer?

boolean

false

Determines if the tooltip follows the mouse pointer.

offset

number

12

Sets the distance between the tooltip and the mouse pointer in pixels.

visible

boolean

false

Determines if the Sankey displays the link and node tooltips.

Methods

notifyChanges

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.

ts
item.notifyChanges({ visible: true });
Parameters

changes

any

An object containing the updated input fields.

In this article
SelectorInputsMethods
Not finding the help you need?
Contact Support