jqDataVisualization for jQuery Documentation

Gauges.BulletGraph.QualitativeRange


Hierarchy

Gauges.LinearGauge.LinearGaugeBarMarker
Gauges.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.

Defined By

Config options

Gauges.BulletGraph.QualitativeRange
: String/Common.Gradient
Specifies the fill style. ...

Specifies the fill style.

Defaults to: '#808080'

Overrides: Gauges.LinearGauge.LinearGaugeBarMarker.fillStyle

Gauges.BulletGraph.QualitativeRange
: Number
Specifies the offset of the inner edge of the qualitative range to the top (in case of horizontal graph) or to the le...

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

Gauges.BulletGraph.QualitativeRange
: Number
Specifies the width of the lines. ...

Specifies the width of the lines.

Defaults to: 0

Overrides: Gauges.LinearGauge.LinearGaugeBarMarker.lineWidth

Gauges.BulletGraph.QualitativeRange
: Number
Specifies the offset of the outer edge of the qualitative range to the top (in case of horizontal graph) or to the le...

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

Gauges.BulletGraph.QualitativeRange
: String/Common.Gradient
Specifies the stroke style. ...

Specifies the stroke style.

Defaults to: '#808080'

Overrides: Gauges.LinearGauge.LinearGaugeBarMarker.strokeStyle

Gauges.BulletGraph.QualitativeRange
: Number
Specifies the value to which the qualitative range points to. ...

Specifies the value to which the qualitative range points to.

Defaults to: 50

Overrides: Gauges.LinearGauge.LinearGaugeBarMarker.value

Gauges.BulletGraph.QualitativeRange
: Number
Specifies the zIndex of the qualitative range. ...

Specifies the zIndex of the qualitative range. The higher number, the qualitative range goes above the other elements;

Defaults to: 2

Overrides: Gauges.LinearGauge.LinearGaugeBarMarker.zIndex