SankeyProps
Represents the props of the KendoReact Sankey component.
Definition
Package:@progress/kendo-react-charts
Properties
className?
string
Sets additional CSS classes to the Sankey component.
The data of the Sankey component containing the links and nodes props.
dir?
string
Represents the dir attribute of the Sankey component.
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.
style?
CSSProperties
The styles that are applied to the Sankey component.
The title configuration of the Sankey component.
The configuration of the Sankey tooltips.