New to Kendo UI for Angular? Start a free 30-day trial

SankeyTooltipComponent

The configuration options of the Sankey tooltip (see example).

Selector

kendo-sankey-tooltip

Inputs

NameTypeDefaultDescription

delay?

number

100

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

followPointer?

boolean

false

Indicates whether the tooltip will follow the mouse pointer.

offset

number

12

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

visible

boolean

false

If set to true, 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.

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

changes

any

An object containing the updated input fields.

In this article

Not finding the help you need?