jqDataVisualization for jQuery Documentation

Gauges.LinearGauge.LinearScale


Hierarchy

Common.AxisBase
Gauges.LinearGauge.LinearScale

Subclasses

The LinearScale object exposes the minimum and maximum properties that you can set to define a range of values. It is also used to define every visual element in the Linear Gauge - needles, labels, tick marks, ranges and so on.

Defined By

Config options

Gauges.LinearGauge.LinearScale
: Gauges.LinearGauge.LinearGaugeBarMarker[]
Specifies collection of bar markers used to point out values on the scale. ...

Specifies collection of bar markers used to point out values on the scale. These markers are displayed as bars that always start at the minimum value of the scale and end to an user set value.

Gauges.LinearGauge.LinearScale
: Number[]
Specifies on which values on the scale to be plotted labels and tick marks. ...

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).

Gauges.LinearGauge.LinearScale
: Number
Specifies how often labels and tick marks are plotted along that scale. ...

Specifies how often labels and tick marks are plotted along that scale.

Automatically calculated if it is not set.

Gauges.LinearGauge.LinearScale
: Common.AxisLabels
Specifies the scale labels. ...

Specifies the scale labels.

Defaults to: {zIndex: 3, offset: 0.21}

Overrides: Common.AxisBase.labels

Gauges.LinearGauge.LinearScale
: Number
Specifies logarithmic scale base. ...

Specifies logarithmic scale base.

Defaults to: 10

Gauges.LinearGauge.LinearScale
: Boolean
Specifies whether or not the axis scale is logarithmic. ...

Specifies whether or not the axis scale is logarithmic.

Defaults to: false

Gauges.LinearGauge.LinearScale
: Common.TickMark
Specifies the scale major tick marks. ...

Specifies the scale major tick marks.

Defaults to: {length: 12, offset: 0.33}

Overrides: Common.AxisBase.majorTickMarks

Gauges.LinearGauge.LinearScale
: Common.Margin
Specifies the scale margin. ...

Specifies the scale margin.

Defaults to: {top: 0, left: 0, bottom: 0, right: 0}

Gauges.LinearGauge.LinearScale
: Number
Specifies the maximum value of the scale. ...

Specifies the maximum value of the scale.

Defaults to: 100

Gauges.LinearGauge.LinearScale
: Number
Specifies the minimum value of the scale. ...

Specifies the minimum value of the scale.

Defaults to: 0

Gauges.LinearGauge.LinearScale
: Common.TickMark
Specifies the scale minor tick marks. ...

Specifies the scale minor tick marks.

Defaults to: {visible: false, length: 8, offset: 0.42}

Overrides: Common.AxisBase.minorTickMarks

Gauges.LinearGauge.LinearScale
: Gauges.LinearGauge.Needle[]
Specifies collection of needles used to point out values on the scale. ...

Specifies collection of needles used to point out values on the scale. The needles are displayed as pointers that indicate value on the scale.

Gauges.LinearGauge.LinearScale
: Gauges.LinearGauge.LinearGaugeRange[]

Specifies collection of ranges used to highlight diapason of values on the scale.

Specifies collection of ranges used to highlight diapason of values on the scale.

Specifies whether or not the axis scale is reversed. ...

Specifies whether or not the axis scale is reversed.

Defaults to: false

Gauges.LinearGauge.LinearScale
: Number
Specifies the zIndex of the scale. ...

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

Defaults to: 0