Gauges.BulletGraph.QualitativeRange
Hierarchy
Gauges.LinearGauge.LinearGaugeBarMarkerGauges.BulletGraph.QualitativeRange
A range is a visual element that highlights a specified domain of values on a scale in the jqBulletGraph.
The qualitative range is a rectangle of fill color. It is recommended not to have more than five ranges as it becomes unreadable. The ideal number of qualitative ranges is three.
Config options
Specifies the fill style.
Defaults to: '#808080'
Overrides: Gauges.LinearGauge.LinearGaugeBarMarker.fillStyle
Specifies the offset of the inner edge of the qualitative range to the top (in case of horizontal graph) or to the left (in case of vertical graph).
Please note that this number is ratio to the whole graph height (horizontal) or width (vertical) of the graph.
Defaults to: 0
Overrides: Gauges.LinearGauge.LinearGaugeBarMarker.innerOffset
Specifies the width of the lines.
Defaults to: 0
Overrides: Gauges.LinearGauge.LinearGaugeBarMarker.lineWidth
Specifies the offset of the outer edge of the qualitative range to the top (in case of horizontal graph) or to the left (in case of vertical graph).
Please note that this number is ratio to the whole graph height (horizontal) or width (vertical) of the graph.
Defaults to: 1
Overrides: Gauges.LinearGauge.LinearGaugeBarMarker.outerOffset
Specifies the stroke style.
Defaults to: '#808080'
Overrides: Gauges.LinearGauge.LinearGaugeBarMarker.strokeStyle
Specifies the value to which the qualitative range points to.
Defaults to: 50