JavaScript/jQuery Sankey - Methods
Methods used to control the sankey node.
hover(state)
Changes the sankey node's hover state.
Parameters:
state:
true sets the sankey node's state to hovered; false - normal state.
See Also
isHovered()
Indicates whether the sankey node is in the hover state.
Return Value:
true if the sankey node is in the hover state; otherwise false.
See Also
Feedback