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

SankeyNodesComponent

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

Selector

kendo-sankey-nodes

Inputs

NameTypeDefaultDescription

align?

"left" | "right" | "stretch"

'stretch'

The alignment of the node.

color?

string

The color of the node.

colorType?

"static" | "source" | "target"

'static'

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.

focusHighlight?

FocusHighlight

The focus highlight options of the Sankey node elements.

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.

Methods

notifyChanges

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.

ts
item.notifyChanges({ visible: true });
Parameters

changes

any

An object containing the updated input fields.

In this article
SelectorInputsMethods
Not finding the help you need?
Contact Support