SankeyProps
Represents the props of the Kendo UI for Vue Sankey component.
| Name | Type | Default | Description | 
|---|---|---|---|
| dataLinks? | 
 | The data of the Sankey component containing the  | |
| dataNodes? | 
 | The data of the Sankey component containing the  | |
| dir? | 
 | Represents the  | |
| disableAutoLayout? | 
 | If set to  | |
| disableKeyboardNavigation? | 
 | If set to  | |
| labels? | 
 | The  | |
| legend? | 
 | The legend configuration of the Sankey component. | |
| links? | 
 | The  | |
| nodes? | 
 | The  | |
| onLinkclick? | 
 | Fires when a link is clicked. | |
| onLinkenter? | 
 | Fires when the mouse pointer enters a link. Similar to the  | |
| onLinkleave? | 
 | Fires when the mouse pointer leaves a link. Similar to the  | |
| onNodeclick? | 
 | Fires when a node is clicked. | |
| onNodeenter? | 
 | Fires when the mouse pointer enters a node. Similar to the  | |
| onNodeleave? | 
 | Fires when the mouse pointer leaves a node. Similar to the  | |
| title? | 
 | The title configuration of the Sankey component. | |
| tooltip? | 
 | The configuration of the Sankey tooltips. |