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

SankeyNodeDefaults

Represents the default node options of the Sankey widget. These settings will be applied to all nodes unless overridden by individual data items.

NameTypeDefaultDescription

align?

"left" | "right" | "stretch"

'stretch'

The alignment of the node.

color?

string

The color 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.

width?

number

24

The width of the node.

In this article

Not finding the help you need?