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

SankeyLinkDefaults

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

NameTypeDefaultDescription

color?

string

The color of the link. The color is used when the colorType option is set to static.

colorType?

"static" | "source" | "target"

'static'

The color type of the link. The supported values are:

  • static—The link color is static. The color is determined by the link's color option.
  • source—The link color is the same as the source node color.
  • target—The link color is the same as the target node color.

focusHighlight?

SankeyFocusHighlight

The focus highlight options of the Sankey link elements.

highlight?

SankeyLinkHighlight

{ opacity: 0.8, inactiveOpacity: 0.2 }

The highlight options of the link.

labels?

SankeyLinkLabel

The labels options of the Sankey link.

opacity?

number

0.4

The opacity of the link.

Not finding the help you need?
Contact Support