JavaScript/jQuery Funnel - label.connector
Configures label connectors.
                        Type:
                    
        A label is always displayed near its funnel item, but separately from it. Use a connector to make the relationship between the funnel item and its label evident.
Set the label.connector.visible property to true to make the label connectors visible.
color
Colors label connectors.
                        Type:
                    
                
                    Default Value: undefined
                
        This property supports the following colors:
- Hexadecimal colors
 - RGB colors
 - RGBA colors
 - Predefined/cross-browser color names
 - Predefined SVG colors
 - Paint server address
 
NOTE
  Make the label connectors visible by setting the label.connector.visible property to true.
opacity
Specifies the transparency of label connectors.
                        Type:
                    
                
                    Default Value: 0.5
                
        This property accepts a value from 0 to 1, where 0 makes the label connectors completely transparent, and 1 makes them opaque.
Feedback