New to KendoReactStart a free 30-day trial

SankeyTooltip

Interface

Represents the Sankey tooltip configuration.

Definition

Package:@progress/kendo-react-charts

Properties

appendTo?

null | HTMLElement

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

delay?

number

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

Default:

200

Indicates whether the tooltip will follow the mouse pointer.

Default:

false

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

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

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.