UNPKG

igniteui-react-charts

Version:

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

340 lines (339 loc) 11.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 { HorizontalAnchoredCategorySeries } from "./HorizontalAnchoredCategorySeries"; import { DependencyProperty } from "igniteui-react-core"; import { ConsolidatedItemsPosition_$type } from "./ConsolidatedItemsPosition"; import { Defaults } from "./Defaults"; import { runOn, enumGetBox, markType, markDep, fromEnum } from "igniteui-react-core"; import { Pool$1 } from "igniteui-react-core"; import { Rectangle } from "igniteui-react-core"; import { ChartSelection } from "./ChartSelection"; import { List$1 } from "igniteui-react-core"; import { ScalerParams } from "./ScalerParams"; import { PropertyMetadata } from "igniteui-react-core"; import { truncate, isNaN_, isInfinity } from "igniteui-react-core"; import { AnchoredCategorySeriesView } from "./AnchoredCategorySeriesView"; /** * @hidden */ export let ColumnSeries = /*@__PURE__*/ (() => { class ColumnSeries extends HorizontalAnchoredCategorySeries { bk() { return new ColumnSeries(); } get_e2() { return true; } get_fo() { return true; } js() { if (!isNaN_(this.jr)) { return super.js(); } return Defaults.h; } ct() { return new ColumnSeriesView(this); } rh(a) { super.rh(a); this.adj = a; } cz() { if (this.c0 == 0) { return 2; } return super.cz(); } zp() { return 1; } constructor() { super(); this.adp = null; this.adk = 0; this.ab = ColumnSeries.$; this.ac3 = 2; } get_ef() { return true; } preferredCategoryMode(a) { return this.ac3; } w8(a) { if (this.adp == null) { this.adp = runOn(this, this.adm); } let b = this.ac6 != null ? this.ac6 : this.yAxis; let c = this.ac0; return this.abn.c$d(this, a, c, b, this.zf, this.aag(this.cw), this.aah(this.cw), this.adp); } g2(a, b) { if (this.g5(a, b)) { return true; } if (this.x2(a, b)) { return true; } return false; } pi(a, b) { super.pi(a, b); let c = b; if (a && c.du != null) { c.du.count = 0; } } i3() { return this.ac0.pz(this.cw.ca, this.cw.b9, this.getEffectiveViewport1(this.cw)); } ak(a, b) { let c = new List$1(ChartSelection.$, 0); this.qi(a, c, b); return c.toArray(); } qi(a, b, c) { this.aa0(a, b, c, this.ze, 1); } aa8(a, b) { super.aa8(a, b); let c = a.k; if (!b.w()) { return; } let d = b.ca; let e = b.b9; let f = this.getEffectiveViewport1(b); let g = new ScalerParams(0, d, e, this.ac6.dn, f); g.b = this.i5(); let h = new ScalerParams(0, d, e, this.ac0.dn, f); let i = this.ac6; let j = i.f6(i.rb, g); let k = this.ac0.pz(d, e, f); let l = this.ac0; let m = b; if (isNaN_(k) || isInfinity(k)) { m.du.count = 0; return; } this.zn.a2(this, this.z7(), runOn(this, this.y7), this.aag(b), this.aah(b)); this.zn.r = this.adn; this.zn.s = this.ado; this.zn.k = this.adn; this.zn.l = this.ado; let n = false; let o = this.zn.b; if (o != null) { n = true; } let p = this.ac0.dv; let q = p ? this.ac0 : null; let r = this.valueColumn.count; let s = this.aag(b); let t = 0; for (let u = 0; u < c.count; ++u) { let v = c._inner[u][0] - 0.5 * k; let w = this.adm(c._inner[u]); let x = j; w = Math.max(w, -100); x = Math.min(x, e.bottom + 100); let y = Math.abs(x - w); if (isInfinity(y) || isNaN_(y)) { continue; } let z = m.du.item(t); t++; z.width = k; z.height = y; let aa = this.zn.aw(r, u)[0]; if (p && a.r != null && u >= 0 && u < a.r.count) { aa = truncate(Math.round(a.r._inner[u])); } if (n) { this.aa4(c, u, r, l, h, b.t, aa); } if (z.dataContext != null) { let ab = z.dataContext; if (s == 1) { if (aa >= 0 && aa < this.dp.count) { if (q != null && q.i$b != null && q.i$b.count > aa) { aa = q.i$b._inner[aa]; } ab.item = this.dp.item(aa); } } else { ab.item = null; } } this.zn.ad(z, false, false, false, false); z.ap = this.zn.k; z.aq = this.zn.l; m.dz(z, v, Math.min(x, w)); } m.du.count = t; b.dg(a); } get adl() { return this.adk; } set adl(a) { if (this.adl != a) { let b = this.adl; this.adk = a; this.raisePropertyChanged("ConsolidatedColumnVerticalPosition", enumGetBox(ConsolidatedItemsPosition_$type, b), enumGetBox(ConsolidatedItemsPosition_$type, this.adl)); } } adm(a) { if (a == null || a.length < 3) { return NaN; } switch (this.adl) { case 0: return a[1]; case 1: return a[2]; case 2: return (a[1] + a[2]) / 2; case 3: let b = (a[1] + a[2]) / 2; if (this.yAxis == null) { return b; } let c = this.yAxis.f9(b, new ScalerParams(1, this.dc.za, this.dc.y9, this.yAxis.dn)); if (c < this.yAxis.rb) { return a[2]; } else { return a[1]; } case 4: let d = (a[1] + a[2]) / 2; let e = this.yAxis.f9(d, new ScalerParams(1, this.dc.za, this.dc.y9, this.yAxis.dn)); if (this.yAxis == null) { return d; } if (e < this.yAxis.rb) { return a[1]; } else { return a[2]; } default: return (a[1] + a[2]) / 2; } } get useHighMarkerFidelity() { return this.aab; } } ColumnSeries.$t = /*@__PURE__*/ markType(ColumnSeries, 'ColumnSeries', HorizontalAnchoredCategorySeries.$); ColumnSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, ColumnSeries, 'raisePropertyChanged', ['RadiusX:adn:adt', [1, 0], 'RadiusY:ado:adu', [1, 0]]); return ColumnSeries; })(); /** * @hidden */ export let ColumnSeriesView = /*@__PURE__*/ (() => { class ColumnSeriesView extends AnchoredCategorySeriesView { a4() { super.a4(); this.dv = new List$1(Rectangle.$, 0); if (!this.t) { this.dt.jy = Defaults.i; this.dt.xv = Defaults.c; } } constructor(a) { super(a); this.dt = null; this.dv = null; this.d0 = new Rectangle(); this.du = null; this.dt = a; this.du = ((() => { let $ret = new Pool$1(Rectangle.$); $ret.create = runOn(this, this.d1); $ret.activate = runOn(this, this.dw); $ret.disactivate = runOn(this, this.dy); $ret.destroy = runOn(this, this.dx); return $ret; })()); } d1() { let a = new Rectangle(); this.dv.add(a); a._visibility = 1; return a; } dw(a) { a._visibility = 0; } dy(a) { a._visibility = 1; } dx(a) { this.dv.remove(a); } dz(a, b, c) { if (!this.isDirty) { this.a2(); } a.o = c; a.n = b; } ak(a) { return this.dv._inner[a]; } aj(a) { let b = this.dv._inner[a]; this.d0._visibility = b._visibility; this.d0.n = b.n; this.d0.o = b.o; this.d0.width = b.width; this.d0.height = b.height; let c = this.b4(a); this.d0._fill = c; this.d0._stroke = c; this.d0.ad = this.f.il + 3; return this.d0; } bj(a, b) { super.bj(a, b); if (a.d) { for (let c = 0; c < this.dv.count; c++) { let d = this.ai(c, b); this.br(d, c, b); a.w(d); } } } ax(a) { super.ax(a); let b = 0; let c = new List$1(Rectangle.$, 0); for (let d of fromEnum(this.du.a)) { c.add(d); } c.aa((e, f) => { if (e.n < f.n) { return -1; } else if (e.n > f.n) { return 1; } else { return 0; } }); for (let e of fromEnum(c)) { this.f.bc.exportRectangleData(a, e, "column" + b, ["Main", "Fill"]); } b++; } } ColumnSeriesView.$t = /*@__PURE__*/ markType(ColumnSeriesView, 'ColumnSeriesView', AnchoredCategorySeriesView.$); return ColumnSeriesView; })();