UNPKG

igniteui-angular-charts

Version:

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

742 lines (741 loc) 23.3 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 { ICategoryScaler_$type } from "./ICategoryScaler"; import { IScaler_$type } from "./IScaler"; import { CategorySeriesView } from "./CategorySeriesView"; import { CategoryFrame } from "./CategoryFrame"; import { ISupportsMarkers_$type } from "./ISupportsMarkers"; import { SeriesLayerPropertyOverlay } from "./SeriesLayerPropertyOverlay"; import { CategoryMarkerManager } from "./CategoryMarkerManager"; import { AxisRange } from "./AxisRange"; import { Rect } from "igniteui-angular-core"; import { CategoryAxisBase } from "./CategoryAxisBase"; import { ScalerParams } from "./ScalerParams"; import { ISortingAxis_$type } from "./ISortingAxis"; import { IFastItemsSource_$type } from "igniteui-angular-core"; import { CollisionAvoider } from "./CollisionAvoider"; import { ChartSelection } from "./ChartSelection"; import { PropertyMetadata } from "igniteui-angular-core"; import { FastFlattener } from "igniteui-angular-core"; /** * @hidden */ export class RangeCategoryBucketCalculator extends CategoryBucketCalculator { static { this.$t = markType(RangeCategoryBucketCalculator, 'RangeCategoryBucketCalculator', 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; } } /** * @hidden */ export class RangeCategorySeries extends CategorySeries { static { this.$t = markType(RangeCategorySeries, 'RangeCategorySeries', CategorySeries.$, [IIsCategoryBased_$type, IHasHighLowValueCategory_$type]); } ct() { return new RangeCategorySeriesView(this); } getHostReferenceValue() { return this.i7(); } rj(a) { super.rj(a); this.ab9 = a; } constructor() { super(); this._RangeFramePreparer = null; this.acb = null; this.aca = null; this.ab6 = null; this.RangeFramePreparer = this.ab7(this.ab9, this, this, this.ab9.c9); } get RangeFramePreparer() { return this._RangeFramePreparer; } set RangeFramePreparer(a) { this._RangeFramePreparer = a; } ab7(a, b, c, d) { return new RangeCategoryFramePreparer(1, this, a, b, c, d); } gj() { return this.highlightedItemsSource != null || (this.ach != null && this.acf != null); } h1() { let a = super.h1(); { 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.aco)); 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.acp)); a.add(c); } return a; } acp(a, b) { if (this.ach != null) { b.value = this.ach; return; } b.value = this.acm; } aco(a, b) { if (this.acf != null) { b.value = this.acf; return; } b.value = this.acj; } k1(a, b) { let c = this.nq(b); if (c == RangeCategorySeries.$$p[0]) { return this.k2(a, b, this.acj); } if (c == RangeCategorySeries.$$p[3]) { return this.k2(a, b, this.acm); } if (c == RangeCategorySeries.$$p[2]) { return this.k2(a, b, this.ach); } if (c == RangeCategorySeries.$$p[1]) { return this.k2(a, b, this.acf); } return super.k1(a, b); } mq(a) { let b = this.nq(a); if (b == RangeCategorySeries.$$p[0]) { return this.acj; } if (b == RangeCategorySeries.$$p[3]) { return this.acm; } if (b == RangeCategorySeries.$$p[2]) { return this.ach; } if (b == RangeCategorySeries.$$p[1]) { return this.acf; } return super.mq(a); } get lowColumn() { return this.acb; } set lowColumn(a) { if (this.acb != a) { let b = this.acb; this.acb = a; this.raisePropertyChanged("LowColumn", b, this.acb); } } get highColumn() { return this.aca; } set highColumn(a) { if (this.aca != a) { let b = this.aca; this.aca = a; this.raisePropertyChanged("HighColumn", b, this.aca); } } aag() { return 11; } abz(a, b) { super.abz(a, b); b.ck = true; CategoryMarkerManager.e(this, a.s, b.dc, this.x6); this.abl(b, a); } acq(a, b, c, d, e, f) { this.ab9.dj(a, b, c, d, e, f); } az(a) { if (a.isEmpty && this.dc != null) { a = this.dc.yv; } let b = this.z4(); if (this.lowColumn == null || this.highColumn == null) { return null; } let c = this.w6(this.cw); let d = new ScalerParams(0, a, this.dc.zd, b.dr, this.getEffectiveViewport()); let e = (b.gf(c.left, d)); let f = (b.gf(c.right, d)); if (b.dr) { let g = e; e = f; f = g; } let h = null; if (b.d0) { 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.aal(); o = this.ax(o, p, a); return o; } gl(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.w8(this.cw); let i; if (f != null) { let j = new ScalerParams(0, b, b, f.dr, h); i = f.gc(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.dr, h); l.b = this.i7(); let m = g.gc(this.highColumn.item(e), l); let n = g.gc(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.at(this.dc, c, true); } } return e >= 0; } rs(a, b, c, d) { super.rs(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.acm); this.highColumn = this.dl(this.acj); } if (!this.aa1()) { this.aaf.c9.g(this.im); this.sa(this.go && c != null); } break; case RangeCategorySeries.$$p[3]: if (this.dp != null) { this.dp.deregisterColumn(this.lowColumn); this.lowColumn = this.dl(this.acm); } break; case "LowColumn": if (!this.aa1()) { this.aaf.c9.g(this.im); this.sa(this.go && this.d9); } break; case RangeCategorySeries.$$p[0]: if (this.dp != null) { this.dp.deregisterColumn(this.highColumn); this.highColumn = this.dl(this.acj); } break; case "HighColumn": if (!this.aa1()) { this.aaf.c9.g(this.im); this.sa(this.go && 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; } pq(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.acm || d == this.acj) { if (e != null) { e.ei(); } if (!this.aa1()) { this.sa(true); } } break; case 1: if (e != null) { e.ei(); } this.aaf.c9.g(this.im); if (!this.aa1()) { this.sa(true); } break; case 0: if (e != null) { e.ei(); } this.aaf.c9.g(this.im); if (!this.aa1()) { this.sa(true); } break; case 2: if (e != null) { e.ei(); } if (this.acm != null && this.acj != null && this.aaf.c9.d > 0 && !this.aa1()) { this.sa(true); } break; case 4: if (e != null) { e.ei(); } this.aaf.c9.g(this.im); if (!this.aa1()) { this.sa(true); } break; } } hm(a, b, c) { let d = super.hm(a, b, c); if (this.lowColumn == null || this.lowColumn.count == 0 || this.highColumn == null || this.highColumn.count == 0) { d = false; } return d; } abw(a, b) { super.abw(a, b); this.RangeFramePreparer.d(a, b); } get currentCategoryMode() { return this.preferredCategoryMode(typeCast(CategoryAxisBase.$, this.z4())); } get scaler() { return typeCast(ICategoryScaler_$type, this.z4()); } get yScaler() { return typeCast(IScaler_$type, this.aal()); } get bucketizer() { return this.aaf.c9; } get currentMode2Index() { return this.aba(); } provideCollisionDetector() { return new CollisionAvoider(); } get mayContainUnknowns() { return this.lowColumn == null || this.lowColumn.mayContainUnknowns || this.highColumn == null || this.highColumn.mayContainUnknowns; } sc(a, b) { let c = this.g8; super.sc(a, b); if (!c) { this.cw.be(b); return; } this.cw.be(b); if (this.d7(this.cv)) { return; } let d = this.ab7(typeCast(ISupportsMarkers_$type, this.cv), this.dc.dw.o, this, this.cv.c9); if (!this.g0) { this.z9 = new CategoryFrame(3); this.z9.aa(); d.d(this.z9, this.cv); } this.g0 = false; this.abz(this.z9, this.cv); this.g8 = false; } r9(a, b, c, d, e) { super.r9(a, b, c, d, e); let f = this.ba.a$k.item(d); let g = f; g.c9.g(this.im); f.bd(c); if (this.d7(g)) { return; } let h = this.ab7(typeCast(ISupportsMarkers_$type, f), f, this, f.c9); if (this.ab6 == null) { this.ab6 = new CategoryFrame(3); } this.ab6.aa(); h.d(this.ab6, g); this.abz(this.ab6, g); } i7() { return Series.i8(this.lowColumn, typeCast(ISortingAxis_$type, this.fetchXAxis())); } abs(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.abj(b, h, g); } } } abj(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.aa2; } static { this.$$p = markDep(DependencyProperty, PropertyMetadata, RangeCategorySeries, 'raisePropertyChanged', ['HighMemberPath:acj:act', [2, null], 'HighlightedHighMemberPath:acf:acr', [2, null], 'HighlightedLowMemberPath:ach:acs', [2, null], 'LowMemberPath:acm:acu', [2, null]]); } } /** * @hidden */ export class RangeCategorySeriesView extends CategorySeriesView { static { this.$t = markType(RangeCategorySeriesView, 'RangeCategorySeriesView', 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.im); let h = FastFlattener.b(d, e, false, f, this.f.im); 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); } }