New to KendoReactStart a free 30-day trial

SankeyTooltip
Premium

Represents the Sankey tooltip configuration.

NameTypeDefaultDescription

appendTo?

"null" | HTMLElement

Defines the container to which the Tooltip will be appended. Defaults to body.

delay?

number

200

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.

linkComponent?

ComponentType<TooltipContentProps>

The component that will be rendered as the content of the Sankey tooltip when the hovered element is a link.

nodeComponent?

ComponentType<TooltipContentProps>

The component that will be rendered as the content of the Sankey tooltip when the hovered element is a node.

offset?

number

12

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

visible?

boolean

Indicates whether the Sankey tooltips will be rendered.

Not finding the help you need?
Contact Support