Custom Gis Application with Arcgis Javascript API with modern layouting
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

6 lines
1.3 KiB

// All material copyright Esri, All Rights Reserved, unless otherwise specified.
// See https://js.arcgis.com/4.30/esri/copyright.txt for details.
//>>built
define("../../chunks/tslib.es6 ../../core/Accessor ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/RandomLCG ../../core/accessorSupport/decorators/subclass".split(" "),function(c,b,d,g,h,k,f){b=class extends b{constructor(a){super(a);this.min=this.max=this.bins=this.average=null}get binRange(){const {bins:a}=this;return a&&1<a.length?a[a.length-1].maxValue-a[0].minValue:0}set labelFormatFunction(a){this._set("labelFormatFunction",a)}get range(){const {max:a,
min:e}=this;return null!=a&&null!=e?a-e:0}get state(){const {bins:a,range:e}=this;return 0<e&&a?.length?"ready":"disabled"}};c.__decorate([d.property()],b.prototype,"average",void 0);c.__decorate([d.property()],b.prototype,"bins",void 0);c.__decorate([d.property({readOnly:!0})],b.prototype,"binRange",null);c.__decorate([d.property()],b.prototype,"labelFormatFunction",null);c.__decorate([d.property()],b.prototype,"max",void 0);c.__decorate([d.property()],b.prototype,"min",void 0);c.__decorate([d.property({readOnly:!0})],
b.prototype,"range",null);c.__decorate([d.property({readOnly:!0})],b.prototype,"state",null);return b=c.__decorate([f.subclass("esri.widgets.Histogram.HistogramViewModel")],b)});