JavaScript/jQuery RangeSelector - scale.tick
Specifies properties defining the appearance of scale ticks.
                        Type:
                    
        color
Specifies the color of scale ticks (both major and minor ticks).
                        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
 
Feedback