JavaScript/jQuery Chart - zoomAndPan.dragBoxStyle
Configures the box that appears when users zoom the chart by selecting an area with the drag gesture. Applies only if dragToZoom is true.
                        Type:
                    
        
color
Specifies the drag box's color.
                        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
 
opacity
Specifies the drag box's transparency.
                        Type:
                    
                
                    Default Value: undefined
                
        This property accepts a value from 0 to 1: 0 makes the drag box transparent; 1 makes it opaque.
Feedback