New to Kendo UI for AngularStart a free 30-day trial

Represents the configuration options of the Sankey nodes (see example).

Definition

Package:@progress/kendo-angular-charts

Selector:kendo-sankey-nodes

Inputs

align?

"left" | "right" | "stretch"

The alignment of the node.

Default:

'stretch'

color?

string

The color of the node.

colorType?

"static" | "source" | "target"

Sets the color type of the link. Use static for static link color determined by the link's color option. Use source for link color that matches the source node color. Use target for link color that matches the target node color.

Default:

'static'

The focus highlight options of the Sankey node elements.

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

Methods

Updates the component fields with the specified values and refreshes the Chart.

Use this method when the configuration values cannot be set through the template.

Parameters:changesany

An object containing the updated input fields.