JavaScript/jQuery Sankey Link
You can access links using the getAllLinks() method and within some event handlers, for example, onLinkClick.
Methods
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. |
Feedback