nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
1
2
3
4
5
//>>built
define("dojo/_base/lang dojo/_base/declare dojo/_base/Color ../../RectangularGauge ../../LinearScaler ../../RectangularScale ../../RectangularValueIndicator ../DefaultPropertiesMixin".split(" "),function(e,f,d,g,h,k,l,m){return f("dojox.dgauges.components.classic.HorizontalLinearGauge",[g,m],{borderColor:[121,126,134],fillColor:[148,152,161],indicatorColor:"#FFFFFF",constructor:function(){this.borderColor=new d(this.borderColor);this.fillColor=new d(this.fillColor);this.indicatorColor=new d(this.indicatorColor);
this.addElement("background",e.hitch(this,this.drawBackground));var b=new h,a=new k;a.set("scaler",b);a.set("labelPosition","leading");a.set("paddingLeft",30);a.set("paddingRight",30);a.set("paddingTop",32);a.set("labelGap",8);a.set("font",{family:"Helvetica",weight:"bold",size:"7pt"});a.set("tickShapeFunc",function(a,b,c){return a.createCircle({r:c.isMinor?.5:2}).setFill("black")});this.addElement("scale",a);var c=new l;c.set("interactionArea","gauge");c.set("value",b.minimum);c.set("paddingTop",
30);c.set("indicatorShapeFunc",e.hitch(this,function(a,b){return a.createPolyline([0,0,-10,-20,10,-20,0,0]).setFill(this.indicatorColor).setStroke({color:[121,126,134],width:1,style:"Solid",cap:"butt",join:20})}));a.addIndicator("indicator",c)},drawBackground:function(b,a,c){b.createRect({x:0,y:0,width:a,height:50,r:8}).setFill(this.borderColor);b.createRect({x:2,y:2,width:a-4,height:32,r:6}).setFill({type:"linear",x1:0,y1:2,x2:0,y2:15,colors:[{offset:0,color:[235,235,235]},{offset:1,color:this.borderColor}]});
b.createRect({x:6,y:6,width:a-12,height:38,r:5}).setFill({type:"linear",x1:0,y1:6,x2:0,y2:38,colors:[{offset:0,color:[220,220,220]},{offset:1,color:this.fillColor}]});b.createRect({x:7,y:7,width:a-14,height:36,r:3}).setFill({type:"linear",x1:0,y1:7,x2:0,y2:36,colors:[{offset:0,color:this.fillColor},{offset:1,color:[220,220,220]}]})}})});