A newer version of this page is available. Switch to the current version.

jQuery Sankey - Methods

Methods used to control the sankey link.

hideTooltip()

Hides the sankey link's tooltip.

See Also

hover(state)

Changes the sankey link's hover state.

Parameters:
state:

Boolean

true sets the sankey link's state to hovered; false - normal state.

isHovered()

Indicates whether the sankey link is in the hover state.

Return Value:

Boolean

true if the sankey link is in the hover state; otherwise false.

showTooltip()

Shows the sankey link's tooltip.

See Also