shuishen
2021-06-15 4d8ef5d02421b1bb60f575e56b75d43a1ea4c2bb
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})]}})});