Gauges.BulletGraph.QuantitativeScale
Hierarchy
Common.AxisBaseGauges.LinearGauge.LinearScaleGauges.BulletGraph.QuantitativeScale
The QuantitativeScale object exposes the minimum and maximum properties that you can set to define a range of values.
It is also used to define some of the visual elements in the Bullet Graph - labels, tick marks and qualitative ranges.
Config options
Specifies the display background fill style.
Defaults to: '#D3D3D3'
Specifies the explicit distance between labels and tick marks on the scale.
Defaults to:
0 for horizontal bullet graph.
-6 for vertical Bullet Graph.
Specifies on which values on the scale to be plotted labels and tick marks.
Used for setting specific values (like [3, 5, 25, 93]) instead of an interval (like on every Nth value).
Specifies how often labels and tick marks are plotted along that scale.
Automatically calculated if it is not set.
Specifies the scale labels.
Defaults to:
{zIndex: 10, offset: 0.97} for horizontal bullet graph.
{zIndex: 10, offset: 0.0} for vertical bullet graph.
Overrides: Gauges.LinearGauge.LinearScale.labels
Specifies whether or not the axis scale is logarithmic.
Defaults to: false
Specifies the scale major tick marks.
Defaults to:
{zIndex: 10, length: 8, lineWidth: 1, offset: 0.81, edgeAlignment: 'outside'} for horizontal bullet graph.
{zIndex: 10, length: 8, lineWidth: 1, offset: 0.1, edgeAlignment: 'outside'} for vertical bullet graph.
Specifies the scale margin.
Defaults to: {top: 0, left: 0, bottom: 0, right: 0}
Overrides: Gauges.LinearGauge.LinearScale.margin
Specifies the maximum value of the scale.
Defaults to: 100
Overrides: Gauges.LinearGauge.LinearScale.maximum
Specifies the minimum value of the scale.
Defaults to: 0
Overrides: Gauges.LinearGauge.LinearScale.minimum
Specifies the scale minor tick marks.
Defaults to:
{zIndex: 10, visible: false, length: 5, offset: 0.74, edgeAlignment: 'outside'} for horizontal bullet graph
{zIndex: 10, visible: false, length: 5, offset: 0.12, edgeAlignment: 'outside'} for vertical bullet graph.
Specifies collection of qualitative ranges used to highlight domain of values on the scale.
Specifies collection of qualitative ranges used to highlight domain of values on the scale.
Overrides: Gauges.LinearGauge.LinearScale.ranges
Specifies whether or not the axis scale is reversed.
Defaults to: false
Specifies the zIndex of the scale. The higher number, the scale goes above the other elements;
Defaults to: 0
Overrides: Gauges.LinearGauge.LinearScale.zIndex