JavaScript/jQuery Chart - commonSeriesSettings.point.hoverStyle.border
Configures the appearance of the point border when a user pauses on the point.
                        Type:
                    
                    
                        This member is exposed by the following entities:
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                    
        color
Specifies the color of the point border when the point is in the hovered state.
                        Type:
 |  undefined                    
                
                    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 border visible when a user pauses on the series point.
                        Type:
                    
                
                    Default Value: true
                
                    
                        This member is exposed by the following entities:
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                    
        width
Specifies the width of the point border when the point is in the hovered state.
                        Type:
                    
                
                    Default Value: 4
                
                    
                        This member is exposed by the following entities:
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                    
        Feedback