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