New to KendoReactStart a free 30-day trial

Represents the Sankey dataItem of the node element.

Definition

Package:@progress/kendo-react-charts

Properties

align?

"left" | "right" | "stretch"

The alignment of the node.

Default:

'stretch'

color?

string

The color of the node.

id

string | number

The ID of the node.

The label options of the node.

offset?

SankeyOffset

The offset applied to the node's position.

Default:

{ top: 0, left: 0 }

opacity?

number

The opacity of the node.

Default:

1

padding?

number

The minimum vertical space between two nodes.

Default:

16

The source links that are connected to the node. Contains the sourceId, targetId and value of the links.

The target links that are connected to the node. Contains the sourceId, targetId and value of the links.

width?

number

The width of the node.

Default:

24