jqDataVisualization for jQuery Documentation

Gauges.RadialGauge.Anchor


Defines an anchor object.

For example:

  anchor: {
      visible: false,
      fillStyle: 'black',
      strokeStyle: 'black',
      lineWidth: 0.0,
      radius: 0.1,
      zIndex: 5
  },
Defined By

Config options

Gauges.RadialGauge.Anchor
: String/Common.Gradient
Specifies the fill style. ...

Specifies the fill style.

Defaults to: 'black'

Gauges.RadialGauge.Anchor
: Number
Specifies the width of the line. ...

Specifies the width of the line.

Defaults to: 0.0

Gauges.RadialGauge.Anchor
: Number
Specifies the radius of the anchor object. ...

Specifies the radius of the anchor object. Please note that this number is a ratio to the radius of the scale which this anchor belongs to.

Defaults to: 0.1

Gauges.RadialGauge.Anchor
: String/Common.Gradient
Specifies the stroke style. ...

Specifies the stroke style.

Defaults to: 'black'

Gauges.RadialGauge.Anchor
: Boolean
Specifies the visibility of the anchor object. ...

Specifies the visibility of the anchor object.

Defaults to: false

Gauges.RadialGauge.Anchor
: Number
Specifies the zIndex of the anchor. ...

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

Defaults to: 5