JavaScript/jQuery Chart - series.label.connector
Configures the label connectors.
                        Type:
                    
                    
                        This member is exposed by the following entities:
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                    
        A point label is always displayed near its series point, though the label is placed separately. To make the relationship between the series point and its label evident, use a connector.
By default, label connectors are hidden. To make them visible, set the connector.visible property to true.
color
Colors the connectors.
                        Type:
                    
                
                    Default Value: undefined
                
                    
                        This member is exposed by the following entities:
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                    
        This property supports the following colors:
- Hexadecimal colors
 - RGB colors
 - RGBA colors
 - Predefined/cross-browser color names
 - Predefined SVG colors
 - Paint server address
 
visible
Makes the connectors visible. Applies only if label.visible is set to true.
                        Type:
                    
                
                    Default Value: false
                
                    
                        This member is exposed by the following entities:
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                    
        width
Specifies the width of the connectors in pixels.
                        Type:
                    
                
                    Default Value: 1
                
                    
                        This member is exposed by the following entities:
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                    
        Feedback