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

jQuery Funnel Item

This section describes the Item object, which represents a funnel item.

The Item object is passed to most event handlers and callback functions in an argument's field. You can also access Item objects using the getAllItems() method.

Fields

Fields that provide information on the funnel item.

Methods

Methods used to control the funnel item.

Name Description
getColor()

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

hover(state)

Changes the funnel item's hover state.

isHovered()

Indicates whether the funnel item is in the hover state.

isSelected()

Indicates whether the funnel item is selected.

select(state)

Selects or cancels the funnel item's selection.

showTooltip()

Shows the funnel item's tooltip.