New to Kendo UI for Angular? Start a free 30-day trial

SankeyNodeDataItem

Represents the Sankey dataItem of the node element.

NameTypeDefaultDescription

align?

"left" | "right" | "stretch"

'stretch'

The alignment of the node.

color?

string

The color of the node.

id

string | number

The ID of the node.

label

SankeyLabel

The label options of the node.

offset?

SankeyOffset

{ top: 0, left: 0 }

The offset applied to the node's position.

opacity?

number

1

The opacity of the node.

padding?

number

16

The minimum vertical space between two nodes.

SankeyLink[]

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

SankeyLink[]

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

width?

number

24

The width of the node.