jQuery Sankey Link

A sankey link's structure.

import { dxSankeyLink } from "devextreme/viz/sankey"

You can access links using the getAllLinks() method and within some event handlers, for example, onLinkClick.

Fields

Fields that provide information about the sankey link.

The link can have other fields in addition to the fields described in this section

Methods

Methods used to control the sankey link.

Name Description
hideTooltip()

Hides the sankey link's tooltip.

hover(state)

Changes the sankey link's hover state.

isHovered()

Indicates whether the sankey link is in the hover state.

showTooltip()

Shows the sankey link's tooltip.