UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

48 lines (47 loc) 1.67 kB
/* 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 { isNaN_, isInfinity } from "igniteui-angular-core"; /** * @hidden */ var DataAbbreviation = /** @class */ /*@__PURE__*/ (function (_super) { __extends(DataAbbreviation, _super); function DataAbbreviation() { var _this = _super.call(this) || this; _this.g = 0; _this.m = null; _this.k = null; _this.d = 0; _this.j = null; _this.n = null; _this.f = 0; _this.e = 0; _this.a = 0; _this.l = null; _this.c = 0; _this.i = 0; _this.h = 0; _this.a = 9; _this.c = 1; _this.l = ""; _this.j = ""; _this.m = "N/A"; _this.g = NaN; _this.i = 5; _this.h = -5; _this.d = NaN; return _this; } DataAbbreviation.prototype.b = function () { return !isNaN_(this.d) && !isInfinity(this.d); }; DataAbbreviation.$t = markType(DataAbbreviation, 'DataAbbreviation'); return DataAbbreviation; }(Base)); export { DataAbbreviation };