igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
49 lines (48 loc) • 1.64 kB
JavaScript
/*
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
https://www.infragistics.com/legal/license/igultimate-la
https://www.infragistics.com/legal/license/igultimate-eula
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
*/
import { __extends } from "tslib";
import { Base, markType } from "igniteui-angular-core";
import { List$1 } from "igniteui-angular-core";
/**
* @hidden
*/
var TreemapVisual = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(TreemapVisual, _super);
function TreemapVisual() {
var _this = _super.call(this) || this;
_this.a = null;
_this.l = null;
_this.o = null;
_this.m = null;
_this.r = null;
_this.s = null;
_this.j = null;
_this.n = null;
_this.p = null;
_this.x = 0;
_this.c = null;
_this.i = 0;
_this.b = false;
_this.f = 0;
_this.e = 0;
_this.u = 0;
_this.w = 0;
_this.v = 0;
_this.k = 0;
_this.t = 0;
_this.h = 0;
_this.q = null;
_this.g = 0;
_this.d = 0;
_this.c = new List$1(Base.$, 0);
_this.h = 1;
return _this;
}
TreemapVisual.$t = markType(TreemapVisual, 'TreemapVisual');
return TreemapVisual;
}(Base));
export { TreemapVisual };