JavaScript/jQuery Sankey Node
You can use the getAllNodes() method and event handlers to access nodes, for example, onNodeClick.
Methods
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. |
Feedback