New to KendoReactStart a free 30-day trial

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

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.

The focus highlight options of the Sankey node elements.

The labels options of the Sankey 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

width?

number

The width of the node.

Default:

24