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

SankeyProps

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

NameTypeDefaultDescription

SankeyLink[]

The data of the Sankey component containing the links props.

dataNodes?

SankeyNode[]

The data of the Sankey component containing the nodes props.

dir?

string

Represents the dir HTML attribute.

disableAutoLayout?

boolean

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

disableKeyboardNavigation?

boolean

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

labels?

SankeyLabelDefaults

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.

legend?

SankeyLegend

The legend configuration of the Sankey component.

SankeyLinkDefaults

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.

nodes?

SankeyNodeDefaults

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.

onLinkenter?

(event: SankeyEvent) => void

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

onLinkleave?

(event: SankeyEvent) => void

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

onNodeclick?

(event: SankeyEvent) => void

Fires when a node is clicked.

onNodeenter?

(event: SankeyEvent) => void

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

onNodeleave?

(event: SankeyEvent) => void

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

title?

SankeyTitle

The title configuration of the Sankey component.

tooltip?

SankeyTooltip

The configuration of the Sankey tooltips.

Not finding the help you need?
Contact Support