UNPKG

igniteui-angular-charts

Version:

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

80 lines (79 loc) 2.47 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 { Frame } from "./Frame"; import { markType } from "igniteui-angular-core"; import { isNaN_ } from "igniteui-angular-core"; /** * @hidden */ export let CategoryToolTipLayerFrame = /*@__PURE__*/ (() => { class CategoryToolTipLayerFrame extends Frame { constructor() { super(); 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; } get o() { return this.i; } set o(a) { this.i = a; } d(a, b, c) { let d = b; let 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; })();