UNPKG

igniteui-angular-charts

Version:

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

748 lines (747 loc) 27.2 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 { CategoryBucketCalculator } from "./CategoryBucketCalculator"; import { markType, runOn, delegateCombine, typeCast, markDep, Point_$type } from "igniteui-angular-core"; import { isNaN_, truncate, isInfinity } from "igniteui-angular-core"; import { CategorySeries } from "./CategorySeries"; import { IIsCategoryBased_$type } from "./IIsCategoryBased"; import { IHasHighLowValueCategory_$type } from "./IHasHighLowValueCategory"; import { RangeCategoryFramePreparer } from "./RangeCategoryFramePreparer"; import { DependencyProperty } from "igniteui-angular-core"; import { Series } from "./Series"; import { CategoryAxisBase } from "./CategoryAxisBase"; import { ICategoryScaler_$type } from "./ICategoryScaler"; import { IScaler_$type } from "./IScaler"; import { CategorySeriesView } from "./CategorySeriesView"; import { CategoryFrame } from "./CategoryFrame"; import { SeriesLayerPropertyOverlay } from "./SeriesLayerPropertyOverlay"; import { CategoryMarkerManager } from "./CategoryMarkerManager"; import { AxisRange } from "./AxisRange"; import { Rect } from "igniteui-angular-core"; import { ScalerParams } from "./ScalerParams"; import { ISortingAxis_$type } from "./ISortingAxis"; import { IFastItemsSource_$type } from "igniteui-angular-core"; import { CollisionAvoider } from "./CollisionAvoider"; import { ISupportsMarkers_$type } from "./ISupportsMarkers"; import { ChartSelection } from "./ChartSelection"; import { PropertyMetadata } from "igniteui-angular-core"; import { FastFlattener } from "igniteui-angular-core"; /** * @hidden */ export let RangeCategoryBucketCalculator = /*@__PURE__*/ (() => { class RangeCategoryBucketCalculator extends CategoryBucketCalculator { constructor(a) { super(a); this.j = null; this.l = 0; this.k = 0; this.i = null; this.h = null; this.j = a; } getBucketWithoutUnknowns(a) { let b = false; let c = this.i; let d = this.h; let e = this.l; let f = this.k; let g = Math.min(e, f); let h = a * this.d; let i = Math.min(h + this.d - 1, g - 1); let j = 1.7976931348623157E+308; let k = -1.7976931348623157E+308; let l = true; let m = 0; let n = 0; let o; let p; if (h <= i) { for (let q = h; q <= i; ++q) { m = c[q]; n = d[q]; if (m < n) { o = m; p = n; } else { p = m; o = n; } if (!l) { j = j < o ? j : o; k = k > o ? k : o; j = j < p ? j : p; k = k > p ? k : p; } else { j = Math.min(j, o); k = Math.max(k, o); k = Math.max(k, p); j = Math.min(j, p); l = false; } } } if (b && n < m) { let r = j; j = k; k = r; } if (!l) { let s = new Array(3); s[0] = 0.5 * (h + i); s[1] = j; s[2] = k; return s; } let t = new Array(3); t[0] = NaN; t[1] = NaN; t[2] = NaN; return t; } getBucket(a) { let b = false; let c = this.i; let d = this.h; let e = this.l; let f = this.k; let g = Math.min(e, f); let h = a * this.d; let i = Math.min(h + this.d - 1, g - 1); let j = NaN; let k = NaN; let l = true; let m = 0; let n = 0; let o; let p; if (h <= i) { for (let q = h; q <= i; ++q) { m = c[q]; n = d[q]; if (m < n) { o = m; p = n; } else { p = m; o = n; } if (!l) { if (!isNaN_(o)) { j = j < o ? j : o; k = k > o ? k : o; } if (!isNaN_(p)) { j = j < p ? j : p; k = k > p ? k : p; } } else { if (!isNaN_(o)) { if (isNaN_(j)) { j = o; } else { j = Math.min(j, o); } if (!isNaN_(k)) { k = Math.max(k, o); } } if (!isNaN_(p)) { if (isNaN_(k)) { k = p; } else { k = Math.max(k, p); } if (!isNaN_(j)) { j = Math.min(j, p); } } if (!isNaN_(j) && !isNaN_(k)) { l = false; } } } } if (n < m && b) { let r = j; j = k; k = r; } if (!l) { let s = new Array(3); s[0] = 0.5 * (h + i); s[1] = j; s[2] = k; return s; } let t = new Array(3); t[0] = NaN; t[1] = NaN; t[2] = NaN; return t; } cacheValues() { this.l = this.j.di.lowColumn.count; this.k = this.j.di.highColumn.count; this.i = this.j.di.lowColumn.asArray(); this.h = this.j.di.highColumn.asArray(); } unCacheValues() { this.i = null; this.h = null; } } RangeCategoryBucketCalculator.$t = markType(RangeCategoryBucketCalculator, 'RangeCategoryBucketCalculator', CategoryBucketCalculator.$); return RangeCategoryBucketCalculator; })(); /** * @hidden */ export let RangeCategorySeries = /*@__PURE__*/ (() => { class RangeCategorySeries extends CategorySeries { constructor() { super(); this._RangeFramePreparer = null; this.abi = null; this.abh = null; this.abe = null; this.RangeFramePreparer = new RangeCategoryFramePreparer(1, this, this.abg, this, this, this.abg.c9); } ct() { return new RangeCategorySeriesView(this); } getHostReferenceValue() { return this.i5(); } rg(a) { super.rg(a); this.abg = a; } get RangeFramePreparer() { return this._RangeFramePreparer; } set RangeFramePreparer(a) { this._RangeFramePreparer = a; } gh() { return this.highlightedItemsSource != null || (this.abo != null && this.abm != null); } hz() { let a = super.hz(); { let b = ((() => { let $ret = new SeriesLayerPropertyOverlay(); $ret.ad = "HighMemberPath"; $ret.p = true; $ret.y = "HighlightedHighMemberPath"; $ret.q = true; return $ret; })()); b.valueResolving = delegateCombine(b.valueResolving, runOn(this, this.abv)); a.add(b); } { let c = ((() => { let $ret = new SeriesLayerPropertyOverlay(); $ret.ad = "LowMemberPath"; $ret.p = true; $ret.y = "HighlightedLowMemberPath"; $ret.q = true; return $ret; })()); c.valueResolving = delegateCombine(c.valueResolving, runOn(this, this.abw)); a.add(c); } return a; } abw(a, b) { if (this.abo != null) { b.value = this.abo; return; } b.value = this.abt; } abv(a, b) { if (this.abm != null) { b.value = this.abm; return; } b.value = this.abq; } kz(a, b) { let c = this.no(b); if (c == RangeCategorySeries.$$p[0]) { return this.k0(a, b, this.abq); } if (c == RangeCategorySeries.$$p[3]) { return this.k0(a, b, this.abt); } if (c == RangeCategorySeries.$$p[2]) { return this.k0(a, b, this.abo); } if (c == RangeCategorySeries.$$p[1]) { return this.k0(a, b, this.abm); } return super.kz(a, b); } mo(a) { let b = this.no(a); if (b == RangeCategorySeries.$$p[0]) { return this.abq; } if (b == RangeCategorySeries.$$p[3]) { return this.abt; } if (b == RangeCategorySeries.$$p[2]) { return this.abo; } if (b == RangeCategorySeries.$$p[1]) { return this.abm; } return super.mo(a); } get lowColumn() { return this.abi; } set lowColumn(a) { if (this.abi != a) { let b = this.abi; this.abi = a; this.raisePropertyChanged("LowColumn", b, this.abi); } } get highColumn() { return this.abh; } set highColumn(a) { if (this.abh != a) { let b = this.abh; this.abh = a; this.raisePropertyChanged("HighColumn", b, this.abh); } } zo() { return 11; } aa7(a, b) { super.aa7(a, b); b.ck = true; CategoryMarkerManager.e(this, a.s, b.dc, this.x2); this.aat(b, a); } abx(a, b, c, d, e, f) { this.abg.dj(a, b, c, d, e, f); } az(a) { if (a.isEmpty && this.dc != null) { a = this.dc.yr; } let b = this.zc(); if (this.lowColumn == null || this.highColumn == null) { return null; } let c = this.w3(this.cw); let d = new ScalerParams(0, a, this.dc.y9, b.dn, this.getEffectiveViewport()); let e = (b.f8(c.left, d)); let f = (b.f8(c.right, d)); if (b.dn) { let g = e; e = f; f = g; } let h = null; if (b.dv) { h = b; e = h.i$f(e); f = h.i$f(f); } else { e = Math.floor(e); f = Math.ceil(f); } e = Math.max(0, Math.min(this.lowColumn.count - 1, e)); f = Math.max(0, Math.min(this.lowColumn.count - 1, f)); let i = 1.7976931348623157E+308; let j = -1.7976931348623157E+308; for (let k = truncate(e); k <= truncate(f); k++) { let l = k; if (h != null) { l = h.i$b._inner[k]; } let m = this.lowColumn.item(l); if (this.lowColumn.mayContainUnknowns) { if (isInfinity(m) || isNaN_(m)) { continue; } } let n = this.highColumn.item(l); if (this.highColumn.mayContainUnknowns) { if (isInfinity(n) || isNaN_(n)) { continue; } } i = Math.min(i, m); j = Math.max(j, n); } let o = new AxisRange(i, j); let p = this.zt(); o = this.ax(o, p, a); return o; } gj(a) { let b = new Rect(0, 0, 0, 1, 1); let c = this.cw != null ? this.cw.ca : Rect.empty; c = c.copy(); let d = this.cw != null ? this.cw.b9 : Rect.empty; let e = !c.isEmpty && !d.isEmpty && this.dp != null ? this.dp.indexOf(a) : -1; let f = this.fetchXAxis(); let g = this.fetchYAxis(); let h = this.w5(this.cw); let i; if (f != null) { let j = new ScalerParams(0, b, b, f.dn, h); i = f.f5(e, j); } else { i = NaN; } let k = f != null ? this.RangeFramePreparer.r(typeCast(ICategoryScaler_$type, f), b, b, h) : 0; i += k; if (e >= 0 && Rect.l_op_Inequality(c, null) && Rect.l_op_Inequality(d, null)) { if (!isNaN_(i)) { if (i < c.left + 0.1 * c.width) { i = i + 0.4 * c.width; } if (i > c.right - 0.1 * c.width) { i = i - 0.4 * c.width; } c.x = i - 0.5 * c.width; } if (g != null && this.highColumn != null && e < this.highColumn.count) { let l = new ScalerParams(0, b, b, g.dn, h); l.b = this.i5(); let m = g.f5(this.highColumn.item(e), l); let n = g.f5(this.lowColumn.item(e), l); if (!isNaN_(m) && !isNaN_(n)) { let o = Math.abs(n - m); if (c.height < o) { c.height = o; c.y = Math.min(n, m); } else { if (n < c.top + 0.1 * c.height) { n = n + 0.4 * c.height; } if (n > c.bottom - 0.1 * c.height) { n = n - 0.4 * c.height; } c.y = n - 0.5 * c.height; } } } if (this.c4 != null) { this.c4.au(this.dc, c, true); } } return e >= 0; } rp(a, b, c, d) { super.rp(a, b, c, d); switch (b) { case "FastItemsSource": if (typeCast(IFastItemsSource_$type, c) != null) { c.deregisterColumn(this.lowColumn); c.deregisterColumn(this.highColumn); this.lowColumn = null; this.highColumn = null; } if (typeCast(IFastItemsSource_$type, d) != null) { this.lowColumn = this.dl(this.abt); this.highColumn = this.dl(this.abq); } if (!this.z9()) { this.zn.c9.g(this.ik); this.r7(this.gm && c != null); } break; case RangeCategorySeries.$$p[3]: if (this.dp != null) { this.dp.deregisterColumn(this.lowColumn); this.lowColumn = this.dl(this.abt); } break; case "LowColumn": if (!this.z9()) { this.zn.c9.g(this.ik); this.r7(this.gm && this.d9); } break; case RangeCategorySeries.$$p[0]: if (this.dp != null) { this.dp.deregisterColumn(this.highColumn); this.highColumn = this.dl(this.abq); } break; case "HighColumn": if (!this.z9()) { this.zn.c9.g(this.ik); this.r7(this.gm && this.d9); } break; } } ay(a) { if (this.lowColumn == null || this.lowColumn.count == 0 || this.highColumn == null || this.highColumn.count == 0) { return null; } if (a == this.fetchXAxis()) { let b = Math.min(this.lowColumn.count, this.highColumn.count); return new AxisRange(0, b - 1); } if (a == this.fetchYAxis()) { let c = Math.min(this.lowColumn.minimum, this.highColumn.minimum); let d = Math.max(this.lowColumn.maximum, this.highColumn.maximum); return new AxisRange(Math.min(c, d), Math.max(c, d)); } return null; } pn(a, b, c, d) { if (this.fetchXAxis() != null && typeCast(ISortingAxis_$type, this.fetchXAxis()) !== null) { this.fetchXAxis().i$i(); } let e = this.fetchXAxis(); switch (a) { case 3: if (d == this.abt || d == this.abq) { if (e != null) { e.ec(); } if (!this.z9()) { this.r7(true); } } break; case 1: if (e != null) { e.ec(); } this.zn.c9.g(this.ik); if (!this.z9()) { this.r7(true); } break; case 0: if (e != null) { e.ec(); } this.zn.c9.g(this.ik); if (!this.z9()) { this.r7(true); } break; case 2: if (e != null) { e.ec(); } if (this.abt != null && this.abq != null && this.zn.c9.d > 0 && !this.z9()) { this.r7(true); } break; case 4: if (e != null) { e.ec(); } this.zn.c9.g(this.ik); if (!this.z9()) { this.r7(true); } break; } } hk(a, b, c) { let d = super.hk(a, b, c); if (this.lowColumn == null || this.lowColumn.count == 0 || this.highColumn == null || this.highColumn.count == 0) { d = false; } return d; } aa4(a, b) { super.aa4(a, b); this.RangeFramePreparer.d(a, b); } get currentCategoryMode() { return this.preferredCategoryMode(typeCast(CategoryAxisBase.$, this.fetchXAxis())); } get scaler() { return typeCast(ICategoryScaler_$type, this.fetchXAxis()); } get yScaler() { return typeCast(IScaler_$type, this.fetchYAxis()); } get bucketizer() { return this.zn.c9; } get currentMode2Index() { return this.aai(); } provideCollisionDetector() { return new CollisionAvoider(); } get mayContainUnknowns() { return this.lowColumn == null || this.lowColumn.mayContainUnknowns || this.highColumn == null || this.highColumn.mayContainUnknowns; } r9(a, b) { let c = this.g6; super.r9(a, b); if (!c) { this.cw.be(b); return; } this.cw.be(b); if (this.d7(this.cv)) { return; } let d = new RangeCategoryFramePreparer(1, this, typeCast(ISupportsMarkers_$type, this.cv), this.dc.dw.o, this, this.cv.c9); if (!this.gy) { this.zh = new CategoryFrame(3); this.zh.aa(); d.d(this.zh, this.cv); } this.gy = false; this.aa7(this.zh, this.cv); this.g6 = false; } r6(a, b, c, d, e) { super.r6(a, b, c, d, e); let f = this.ba.a$k.item(d); let g = f; g.c9.g(this.ik); f.bd(c); if (this.d7(g)) { return; } let h = new RangeCategoryFramePreparer(1, this, typeCast(ISupportsMarkers_$type, f), f, this, f.c9); if (this.abe == null) { this.abe = new CategoryFrame(3); } this.abe.aa(); h.d(this.abe, g); this.aa7(this.abe, g); } i5() { return Series.i6(this.lowColumn, typeCast(ISortingAxis_$type, this.fetchXAxis())); } aa0(a, b, c, d, e, f, g) { if (c == -1 || d == -1) { return; } for (let h = c; h <= d; h++) { let i = this.lowColumn.item(h); let j = this.highColumn.item(h); let k = Math.min(i, j); let l = Math.max(i, j); if (k < f && e < l) { if (g == 7 || g == 6) { b.add(((() => { let $ret = new ChartSelection(); $ret.series = this; return $ret; })())); return; } this.aar(b, h, g); } } } aar(a, b, c) { if (c == 2 || c == 1) { a.add(((() => { let $ret = new ChartSelection(); $ret.item = this.dp.item(b); return $ret; })())); } else { a.add(((() => { let $ret = new ChartSelection(); $ret.item = this.dp.item(b); $ret.series = this; return $ret; })())); } } get useHighMarkerFidelity() { return this.aaa; } } RangeCategorySeries.$t = markType(RangeCategorySeries, 'RangeCategorySeries', CategorySeries.$, [IIsCategoryBased_$type, IHasHighLowValueCategory_$type]); RangeCategorySeries.$$p = markDep(DependencyProperty, PropertyMetadata, RangeCategorySeries, 'raisePropertyChanged', ['HighMemberPath:abq:ab0', [2, null], 'HighlightedHighMemberPath:abm:aby', [2, null], 'HighlightedLowMemberPath:abo:abz', [2, null], 'LowMemberPath:abt:ab1', [2, null]]); return RangeCategorySeries; })(); /** * @hidden */ export let RangeCategorySeriesView = /*@__PURE__*/ (() => { class RangeCategorySeriesView extends CategorySeriesView { constructor(a) { super(a); this.di = null; this.di = a; } dj(a, b, c, d, e, f) { a.an.clear(); b.an.clear(); c.an.clear(); let g = FastFlattener.b(d, e, true, f, this.f.ik); let h = FastFlattener.b(d, e, false, f, this.f.ik); let i = g.count; let j = h.count; let k; let l; let m; let n; for (let o = 0; o < i; o++) { k = g.item(o); l = e._inner[k]; m = l[0]; n = l[1]; a.an.add({ $type: Point_$type, x: m, y: n }); b.an.add({ $type: Point_$type, x: m, y: n }); } let p; let q; for (let r = 0; r < j; r++) { k = h.item(r); l = e._inner[k]; if (f) { p = l[0]; q = l[2]; } else { p = l[2]; q = l[3]; } c.an.add({ $type: Point_$type, x: p, y: q }); b.an.add({ $type: Point_$type, x: p, y: q }); } a.ab = a.an.count > 0; b.ab = b.an.count > 0; c.ab = c.an.count > 0; } da() { return new RangeCategoryBucketCalculator(this); } } RangeCategorySeriesView.$t = markType(RangeCategorySeriesView, 'RangeCategorySeriesView', CategorySeriesView.$); return RangeCategorySeriesView; })();