JavaScript/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: 
                
                The funnel item's color.
See Also
hover(state)
Changes the funnel item's hover state.
                            Parameters:
                            
                                            
                            
                        
                    
                state: 
            true sets the funnel item into the hover state; false sets it back.
See Also
- item.hoverStyle
 - onHoverChanged
 
isHovered()
Indicates whether the funnel item is in the hover state.
                    Return Value: 
                
                true if the funnel item is in the hover state; otherwise false.
See Also
isSelected()
Indicates whether the funnel item is selected.
                    Return Value: 
                
                true if the funnel item is selected; otherwise false.
select(state)
Selects or cancels the funnel item's selection.
                            Parameters:
                            
                                            
                            
                        
                    
                state: 
            true selects the funnel item; false cancels the selection.
See onItemClick to learn how to implement selection.
See Also
Feedback