赣州市洪水风险预警系统三维版本
guoshilong
2023-02-22 650c96db3d8bd4a3fdcde7a0b80112e45e352146
1
2
//>>built
define(["dojo/_base/declare","dojo/_base/array","./Bars","./common"],function(c,d,e,f){return c("dojox.charting.plot2d.ClusteredBars",e,{getBarProperties:function(){var b=this.series.length;d.forEach(this.series,function(a){a.hidden&&b--});var a=f.calculateBarSize(this._vScaler.bounds.scale,this.opt,b);return{gap:a.gap,height:a.size,thickness:a.size}}})});