shuishen
2021-06-18 d12e030d8a7690d79c5786bc2a786b6c21a24433
1
2
//>>built
define(["dojo/_base/declare","./AnalogIndicatorBase"],function(a,c){return a("dojox.gauges.AnalogLineIndicator",[c],{_getShapes:function(a){var b=this.length;"inside"==this.direction&&(b=-b);return[a.createLine({x1:0,y1:-this.offset,x2:0,y2:-b-this.offset}).setStroke({color:this.color,width:this.width})]}})});