Ranges : General parameters use in graphs that utilize ranges

# rangeColorTransparency
Transparency to apply to the range colors in bullet graphs
Type: float
Default: 0.6
Used in: Bar, Bullet, Meter

rangeColorTransparency : 0.2

rangeColorTransparency : 0.6

rangeColorTransparency : 1


# rangeColors
Colors for the background ranges in bullet and meter graphs
Type: array
Default: []
Used in: Bar, Bullet, Meter

# rangeSegments
Numeric top values for the qualitative range segments of an indicator (meter scale tops). Companion to rangeStack (variable-driven bands, used by bullets) in the shared indicator range model
Type: array
Default: []
Used in: Bar, Bullet, Meter

# rangeStack
Variable names defining the qualitative background ranges (bullet indicators, data-driven bands). If left empty, the entire graph area is used. Companion to rangeSegments (numeric scale tops, used by meters) in the shared indicator range model
Type: array
Default: []
Used in: Bar, Bullet, Meter

# rangeStackShow
Flag to show/hide the labels for the background ranges in bullet graphs
Type: boolean
Default: false
Used in: Bar, Bullet, Meter

rangeStackShow : true

rangeStackShow : false