SankeyProps
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.
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.
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.
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.
The title configuration of the Sankey component.
The configuration of the Sankey tooltips.