All docs
V19.2
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 23.1.
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
19.1
18.2
18.1
17.2
A newer version of this page is available. Switch to the current version.

jQuery Funnel - Methods

Methods used to control the funnel item.

getColor()

Gets the funnel item's color specified in the data source or palette.

Return Value:

String

The funnel item's color.

See Also

hover(state)

Changes the funnel item's hover state.

Parameters:
state:

Boolean

true sets the funnel item into the hover state; false sets it back.

See Also

isHovered()

Indicates whether the funnel item is in the hover state.

Return Value:

Boolean

true if the funnel item is in the hover state; otherwise false.

isSelected()

Indicates whether the funnel item is selected.

Return Value:

Boolean

true if the funnel item is selected; otherwise false.

See onItemClick to learn how to implement selection.

See Also

select(state)

Selects or cancels the funnel item's selection.

Parameters:
state:

Boolean

true selects the funnel item; false cancels the selection.

See onItemClick to learn how to implement selection.

See Also

showTooltip()

Shows the funnel item's tooltip.