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
fillStyle : String/Common.Gradient
Specifies the fill style. ...
Specifies the fill style.
Defaults to: 'black'
lineWidth : Number
Specifies the width of the line. ...
Specifies the width of the line.
Defaults to: 0.0
radius : 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
strokeStyle : String/Common.Gradient
Specifies the stroke style. ...
Specifies the stroke style.
Defaults to: 'black'
visible : Boolean
Specifies the visibility of the anchor object. ...
Specifies the visibility of the anchor object.
Defaults to: false
zIndex : 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