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_fp() { return true; } jt() { if (!isNaN_(this.js)) { return super.jt(); } return Defaults.h; } ct() { return new ColumnSeriesView(this); } ri(a) { super.ri(a); this.adk = a; } cz() { if (this.c0 == 0) { return 2; } return super.cz(); } zq() { return 1; } constructor() { super(); this.adq = null; this.adl = 0; this.ab = ColumnSeries.$; this.ac4 = 2; } get_ef() { return true; } preferredCategoryMode(a) { return this.ac4; } w9(a) { if (this.adq == null) { this.adq = runOn(this, this.adn); } let b = this.ac7 != null ? this.ac7 : this.yAxis; let c = this.ac1; return this.abo.c$d(this, a, c, b, this.zg, this.aah(this.cw), this.aai(this.cw), this.adq); } g3(a, b) { if (this.g6(a, b)) { return true; } if (this.x3(a, b)) { return true; } return false; } pj(a, b) { super.pj(a, b); let c = b; if (a && c.du != null) { c.du.count = 0; } } i4() { return this.ac1.p1(this.cw.ca, this.cw.b9, this.getEffectiveViewport1(this.cw)); } ak(a, b) { let c = new List$1(ChartSelection.$, 0); this.qj(a, c, b); return c.toArray(); } qj(a, b, c) { this.aa1(a, b, c, this.zf, 1); } aa9(a, b) { super.aa9(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.ac7.dn, f); g.b = this.i6(); let h = new ScalerParams(0, d, e, this.ac1.dn, f); let i = this.ac7; let j = i.f7(i.rd, g); let k = this.ac1.p1(d, e, f); let l = this.ac1; let m = b; if (isNaN_(k) || isInfinity(k)) { m.du.count = 0; return; } this.zo.a2(this, this.z8(), runOn(this, this.y8), this.aah(b), this.aai(b)); this.zo.r = this.ado; this.zo.s = this.adp; this.zo.k = this.ado; this.zo.l = this.adp; let n = false; let o = this.zo.b; if (o != null) { n = true; } let p = this.ac1.dw; let q = p ? this.ac1 : null; let r = this.valueColumn.count; let s = this.aah(b); let t = 0; for (let u = 0; u < c.count; ++u) { let v = c._inner[u][0] - 0.5 * k; let w = this.adn(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.zo.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.aa5(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.zo.ad(z, false, false, false, false); z.ap = this.zo.k; z.aq = this.zo.l; m.dz(z, v, Math.min(x, w)); } m.du.count = t; b.dg(a); } get adm() { return this.adl; } set adm(a) { if (this.adm != a) { let b = this.adm; this.adl = a; this.raisePropertyChanged("ConsolidatedColumnVerticalPosition", enumGetBox(ConsolidatedItemsPosition_$type, b), enumGetBox(ConsolidatedItemsPosition_$type, this.adm)); } } adn(a) { if (a == null || a.length < 3) { return NaN; } switch (this.adm) { 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.ga(b, new ScalerParams(1, this.dc.zb, this.dc.za, this.yAxis.dn)); if (c < this.yAxis.rd) { return a[2]; } else { return a[1]; } case 4: let d = (a[1] + a[2]) / 2; let e = this.yAxis.ga(d, new ScalerParams(1, this.dc.zb, this.dc.za, this.yAxis.dn)); if (this.yAxis == null) { return d; } if (e < this.yAxis.rd) { return a[1]; } else { return a[2]; } default: return (a[1] + a[2]) / 2; } } get useHighMarkerFidelity() { return this.aac; } } ColumnSeries.$t = /*@__PURE__*/ markType(ColumnSeries, 'ColumnSeries', HorizontalAnchoredCategorySeries.$); ColumnSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, ColumnSeries, 'raisePropertyChanged', ['RadiusX:ado:adu', [1, 0], 'RadiusY:adp:adv', [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.jz = Defaults.i; this.dt.xw = 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.im + 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; })();