jqDataVisualization for jQuery Documentation

Gauges.BulletGraph.FeaturedMeasure


Hierarchy

Gauges.LinearGauge.LinearGaugeBarMarker
Gauges.BulletGraph.FeaturedMeasure

Featured measures display the primary performance measures of the graph.

The featured measure is usually displayed as a bar, similar to the bar on a bar graph. Depending on the orientation of the scale, the bar runs from right to left or bottom to top.

However, if the quantitative scale begins at a value greater than zero, then the featured measure is displayed as a small rectangle.

Defined By

Config options

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

Specifies the fill style.

Defaults to: 'black'

Overrides: Gauges.LinearGauge.LinearGaugeBarMarker.fillStyle

Gauges.BulletGraph.FeaturedMeasure
: Number
Specifies the height of the featured measure. ...

Specifies the height of the featured measure.

Please note that this is applicable only when the quantitative scale begins at a value greater than zero.

Defaults to: 4

Gauges.BulletGraph.FeaturedMeasure
: Number
Specifies the offset of the inner edge of the featured measure to the top (in case of horizontal graph) or to the lef...

Specifies the offset of the inner edge of the featured measure 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.32

Overrides: Gauges.LinearGauge.LinearGaugeBarMarker.innerOffset

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

Specifies the width of the lines.

Defaults to: 0

Overrides: Gauges.LinearGauge.LinearGaugeBarMarker.lineWidth

Gauges.BulletGraph.FeaturedMeasure
: Number
Specifies the offset of the outer edge of the featured measure to the top (in case of horizontal graph) or to the lef...

Specifies the offset of the outer edge of the featured measure 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.68

Overrides: Gauges.LinearGauge.LinearGaugeBarMarker.outerOffset

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

Specifies the stroke style.

Defaults to: 'black'

Overrides: Gauges.LinearGauge.LinearGaugeBarMarker.strokeStyle

Gauges.BulletGraph.FeaturedMeasure
: Number
Specifies the value to which the featured measure points to. ...

Specifies the value to which the featured measure points to.

Defaults to: 30

Overrides: Gauges.LinearGauge.LinearGaugeBarMarker.value

Gauges.BulletGraph.FeaturedMeasure
: Number
Specifies the width of the featured measure. ...

Specifies the width of the featured measure.

Please note that this is applicable only when the quantitative scale begins at a value greater than zero.

Defaults to: 4

Gauges.BulletGraph.FeaturedMeasure
: Number
Specifies the zIndex of the featured measure. ...

Specifies the zIndex of the featured measure. The higher number, the featured measure goes above the other elements;

Defaults to: 3

Overrides: Gauges.LinearGauge.LinearGaugeBarMarker.zIndex