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

SankeyProps

Interface

Represents the props of the Kendo UI for Vue Sankey component.

Definition

Package:@progress/kendo-vue-charts

Properties

The data of the Sankey component containing the links props.

The data of the Sankey component containing the nodes props.

dir?

string

Represents the dir HTML attribute.

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

The title configuration of the Sankey component.

The configuration of the Sankey tooltips.