blur
Specifies the shadows' blur distance. A larger value increases the blur distance.
                        Type:
                    
                
                    Default Value: 1
                
        color
Colors the labels' shadows.
                        Type:
                    
                
                    Default Value: '#000000'
                
        This property supports the following colors:
- Hexadecimal colors
 - RGB colors
 - RGBA colors
 - Predefined/cross-browser color names
 - Predefined SVG colors
 - Paint server address
 
offsetX
Moves the shadows horizontally from their initial positions.
                        Type:
                    
                
                    Default Value: 0
                
        The number assigned to this property specifies the shift in pixels. A negative number shifts the shadows to the left, a positive number - to the right.
offsetY
Moves the shadows vertically from their initial positions.
                        Type:
                    
                
                    Default Value: 1
                
        The number assigned to this property specifies the shift in pixels. A negative number shifts the shadows to the top, a positive number - to the bottom.
opacity
Specifies the shadows' transparency.
                        Type:
                    
                
                    Default Value: 0
                
        This property accepts a value from 0 to 1: 0 makes the shadows transparent; 1 makes them opaque.
Feedback