SankeyProps
Represents the props of the KendoReact Sankey component.
Name | Type | Default | Description |
---|---|---|---|
className? |
|
Sets additional CSS classes to the Sankey component. | |
data |
|
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 | |
style? |
|
The styles that are applied to the Sankey component. | |
title? |
|
The title configuration of the Sankey component. | |
tooltip? |
|
The configuration of the Sankey tooltips. |