New to KendoReactStart a free 30-day trial

SankeyProps

Interface

Represents the props of the KendoReact Sankey component.

Definition

Package:@progress/kendo-react-charts

Properties

Sets additional CSS classes to the Sankey component.

The data of the Sankey component containing the links and nodes props.

dir?

string

Represents the dir attribute of the Sankey component.

If set to true, the Sankey component will not perform automatic layout.

If set to true, the Sankey keyboard navigation will be disabled.

The labels default props of the Sankey component. The value will be applied to all labels unless overridden by the nodes label prop of the data prop.

The legend configuration of the Sankey component.

The links default props of the Sankey component. The value will be applied to all links unless overridden by the links prop of the data prop.

The nodes default props of the Sankey component. The value will be applied to all nodes unless overridden by the nodes prop of the data prop.

onLinkClick?

(event: SankeyEvent) => void

Fires when a link is clicked.

Parameters:eventSankeyEvent

onLinkEnter?

(event: SankeyEvent) => void

Fires when the mouse pointer enters a link. Similar to the mouseenter event,

Parameters:eventSankeyEvent

onLinkLeave?

(event: SankeyEvent) => void

Fires when the mouse pointer leaves a link. Similar to the mouseleave event.

Parameters:eventSankeyEvent

onNodeClick?

(event: SankeyEvent) => void

Fires when a node is clicked.

Parameters:eventSankeyEvent

onNodeEnter?

(event: SankeyEvent) => void

Fires when the mouse pointer enters a node. Similar to the mouseenter event.

Parameters:eventSankeyEvent

onNodeLeave?

(event: SankeyEvent) => void

Fires when the mouse pointer leaves a node. Similar to the mouseleave event.

Parameters:eventSankeyEvent

style?

CSSProperties

The styles that are applied to the Sankey component.

The title configuration of the Sankey component.

The configuration of the Sankey tooltips.