UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

86 lines (85 loc) 2.54 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 { Frame } from "./Frame"; import { markType } from "igniteui-react-core"; import { isNaN_ } from "igniteui-react-core"; /** * @hidden */ var CategoryToolTipLayerFrame = /** @class */ /*@__PURE__*/ (function (_super) { __extends(CategoryToolTipLayerFrame, _super); function CategoryToolTipLayerFrame() { var _this = _super.call(this) || this; _this.i = 0; _this.n = 0; _this.k = 0; _this.j = 0; _this.m = 0; _this.l = 0; _this.n = NaN; _this.o = NaN; _this.j = NaN; _this.k = NaN; _this.m = NaN; _this.l = NaN; return _this; } Object.defineProperty(CategoryToolTipLayerFrame.prototype, "o", { get: function () { return this.i; }, set: function (a) { this.i = a; }, enumerable: false, configurable: true }); CategoryToolTipLayerFrame.prototype.d = function (a, b, c) { var d = b; var e = c; if (isNaN_(d.n)) { this.n = e.n; } else { this.n = d.n + (e.n - d.n) * a; } if (isNaN_(d.o)) { this.o = e.o; } else { this.o = d.o + (e.o - d.o) * a; } if (isNaN_(d.j)) { this.j = e.j; } else { this.j = d.j + (e.j - d.j) * a; } if (isNaN_(d.k)) { this.k = e.k; } else { this.k = d.k + (e.k - d.k) * a; } if (isNaN_(d.m)) { this.m = e.m; } else { this.m = d.m + (e.m - d.m) * a; } if (isNaN_(d.l)) { this.l = e.n; } else { this.l = d.l + (e.l - d.l) * a; } }; CategoryToolTipLayerFrame.$t = markType(CategoryToolTipLayerFrame, 'CategoryToolTipLayerFrame', Frame.$); return CategoryToolTipLayerFrame; }(Frame)); export { CategoryToolTipLayerFrame };