jqDataVisualization for jQuery Documentation

Gauges.RadialGauge.RadialScale


Hierarchy

Common.AxisBase
Gauges.RadialGauge.RadialScale

The RadialScale 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 Radial Gauge - needles, labels, tick marks, ranges and so on.

Defined By

Config options

Gauges.RadialGauge.RadialScale
: Gauges.RadialGauge.Anchor
Specifies the anchor of the scale. ...

Specifies the anchor of the scale.

Defaults to: {visible: false, fillStyle: 'black', strokeStyle: 'black', lineWidth: 0.0, radius: 0.1, zIndex: 5}

Gauges.RadialGauge.RadialScale
: 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.RadialGauge.RadialScale
: Number
Specifies the angle (in degrees) where the maximum value of the scale is positioned. ...

Specifies the angle (in degrees) where the maximum value of the scale is positioned.

Defaults to: 420

Gauges.RadialGauge.RadialScale
: Number
Specifies the horizontal offset of the scale center. ...

Specifies the horizontal offset of the scale center.

Please note that this number is a ratio to the gauge width.

Defaults to: 0.5

Gauges.RadialGauge.RadialScale
: 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.RadialGauge.RadialScale
: Common.AxisLabels
Specifies the scale labels. ...

Specifies the scale labels.

Defaults to: {zIndex: 3, offset: 1, orientation: 'horizontal'}

Overrides: Common.AxisBase.labels

Gauges.RadialGauge.RadialScale
: Number
Specifies logarithmic scale base. ...

Specifies logarithmic scale base.

Defaults to: 10

Gauges.RadialGauge.RadialScale
: Boolean
Specifies whether or not the axis scale is logarithmic. ...

Specifies whether or not the axis scale is logarithmic.

Defaults to: false

Gauges.RadialGauge.RadialScale
: Common.TickMark
Specifies the scale major tick marks. ...

Specifies the scale major tick marks.

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

Overrides: Common.AxisBase.majorTickMarks

Gauges.RadialGauge.RadialScale
: Common.Margin
Specifies the scale margin. ...

Specifies the scale margin.

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

Gauges.RadialGauge.RadialScale
: Number
Specifies the maximum value of the scale. ...

Specifies the maximum value of the scale.

Defaults to: 100

Gauges.RadialGauge.RadialScale
: Number
Specifies the minimum value of the scale. ...

Specifies the minimum value of the scale.

Defaults to: 0

Gauges.RadialGauge.RadialScale
: Common.TickMark
Specifies the scale minor tick marks. ...

Specifies the scale minor tick marks.

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

Overrides: Common.AxisBase.minorTickMarks

Gauges.RadialGauge.RadialScale
: Gauges.RadialGauge.RadialNeedle[]
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.RadialGauge.RadialScale
: Number
Specifies the radius of the scale. ...

Specifies the radius of the scale.

Automatically calculated if it is not set.

Gauges.RadialGauge.RadialScale
: Gauges.RadialGauge.RadialRange[]

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.RadialGauge.RadialScale
: Number
Specifies the angle (in degrees) where the minimum value of the scale is positioned. ...

Specifies the angle (in degrees) where the minimum value of the scale is positioned.

Defaults to: 120

Gauges.RadialGauge.RadialScale
: Number
Specifies the vertical offset of the scale center. ...

Specifies the vertical offset of the scale center.

Please note that this number is a ratio to the gauge height.

Defaults to: 0.5

Gauges.RadialGauge.RadialScale
: 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