jQuery Sankey Node

A sankey node's structure.

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

You can use the getAllNodes() method and event handlers to access nodes, for example, onNodeClick.

Fields

Fields that provide information about the sankey node.

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

Methods

Methods used to control the sankey node.

Name Description
hideTooltip()

Hides the sankey node's tooltip.

hover(state)

Changes the sankey node's hover state.

isHovered()

Indicates whether the sankey node is in the hover state.

showTooltip()

Shows the sankey node's tooltip.