JavaScript/jQuery PolarChart - series.label.connector
Specifies connector options for series point labels.
                        Type:
                    
                    
                        This member is exposed by the following entities:
                            
                            
                            
                            
                            
                    
        A series point label can be placed separately, near the represented point. To make the relationship between a label and its respective point clear, use a connector. Set the connector's visibility and appearance options using the connector object.
color
Specifies the color of label connectors.
                        Type:
                    
                
                    Default Value: undefined
                
                    
                        This member is exposed by the following entities:
                            
                            
                            
                            
                            
                    
        This option supports the following colors:
- Hexadecimal colors
 - RGB colors
 - RGBA colors
 - Predefined/cross-browser color names
 - Predefined SVG colors
 - Paint server address
 
visible
Indicates whether or not label connectors are visible.
                        Type:
                    
                
                    Default Value: false
                
                    
                        This member is exposed by the following entities:
                            
                            
                            
                            
                            
                    
        width
Specifies the width of label connectors.
                        Type:
                    
                
                    Default Value: 1
                
                    
                        This member is exposed by the following entities:
                            
                            
                            
                            
                            
                    
        Feedback