UNPKG

igniteui-react-charts

Version:

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

276 lines (275 loc) 9.13 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 { CategoryLineRasterizer } from "./CategoryLineRasterizer"; import { typeCast, Array_$type, runOn, markType } from "igniteui-react-core"; import { ISortingAxis_$type } from "./ISortingAxis"; import { List$1 } from "igniteui-react-core"; import { Path } from "igniteui-react-core"; import { ScalerParams } from "./ScalerParams"; import { ChartSelection } from "./ChartSelection"; import { intDivide, isNaN_ } from "igniteui-react-core"; import { AnchoredCategorySeriesView } from "./AnchoredCategorySeriesView"; import { Defaults } from "./Defaults"; /** * @hidden */ export let StepAreaSeries = /*@__PURE__*/ (() => { class StepAreaSeries extends HorizontalAnchoredCategorySeries { bk() { return new StepAreaSeries(); } ct() { return new StepAreaSeriesView(this); } q8(a) { super.q8(a); this.ada = a; } get_ex() { return true; } get_ew() { return true; } get_f2() { return true; } get_fm() { return true; } cz() { if (this.c0 == 0) { return 2; } return super.cz(); } constructor() { super(); this.ac9 = null; this.ac9 = new CategoryLineRasterizer(); this.ab = StepAreaSeries.$; } preferredCategoryMode(a) { return typeCast(ISortingAxis_$type, a) !== null ? 0 : 1; } pb(a, b) { super.pb(a, b); let c = b; c.du(); } adb(a, b, c, d, e) { if (b) { if (e) { if ((a & 1) == 0 || ((intDivide(a, 2)) + 1) >= c.h.count) { return c.h._inner[(intDivide(a, 2))][0]; } return c.h._inner[(intDivide(a, 2)) + 1][0]; } return c.h._inner[(intDivide(a, 2))][0] + ((a & 1) == 1 ? -d : d); } if (e) { if ((a & 1) == 0 || ((intDivide(a, 2)) + 1) >= c.h.count) { return c.h._inner[(intDivide(a, 2))][0]; } return c.h._inner[(intDivide(a, 2)) + 1][0]; } return c.h._inner[(intDivide(a, 2))][0] + ((a & 1) == 0 ? -d : d); } zf() { return 1; } ix(a, b, c, d, e, f, g, h) { let i = NaN; if (c >= 0 && c < b.count) { i = b.item(c); } let j = NaN; if (d >= 0 && d < b.count) { j = b.item(d); } if (f == 0) { return j; } if (e == b.count - 1) { return i; } if (isNaN_(j) && g != 0 && a <= 0.5 && !h) { return i; } if (isNaN_(i) && g != 0 && a >= 0.5 && !h) { return j; } if (a > 0.5) { return j; } return i; } b3() { if (this.b4 == 0) { return 2; } else { return super.b3(); } } aay(a, b) { super.aay(a, b); let c = b.ca; let d = b.b9; let e = this.getEffectiveViewport1(b); let f = typeCast(ISortingAxis_$type, this.acq) != null; let g = this.acq != null ? 0.5 * this.acq.getCategorySize(c, d, e) : 0; if (this.acq != null && this.acq.df) { g = -g; } let h = a.h.count * 2; let i = new List$1(Array_$type, 2, h); this.zd.a2(this, this.zx(), runOn(this, this.yx), this.z6(b), this.z7(b)); let j = false; let k = this.zd.b; if (k != null) { j = true; } for (let l = 0; l < h; l++) { let m = new Array(4); m[0] = this.adb(l, false, a, g, f); m[1] = a.h._inner[(intDivide(l, 2))][1]; m[2] = this.adb(l, true, a, g, f); m[3] = a.h._inner[(intDivide(l, 2))][2]; i.add(m); } let n = this.ze.c9.d; if (j) { let o = new ScalerParams(0, b.ca, b.b9, this.acq.df, e); this.aau(i, -1, this.valueColumn.count, this.acq, o, b.t, -1); } let p = typeCast(StepAreaSeriesView.$, b); let q = p.d7; let r = p.d8; let s = p.d5; let t = p.d6; this.zd.ad(q, true, false, true, true); this.zd.ad(r, true, false, true, true); this.zd.ad(s, false, true, false, false); this.zd.ad(t, false, true, false, false); if (b.dd(a)) { p.dw(h, i, false, n, this.ie, (u, v, w, x, y) => this.ab6(u, 2 * a.h.count, b), 1, this.aa7(i, i.count - 1, b.b9, b.ca, true)); b.dg(a); } let u = this.fetchYAxis(); p.d5._opacity = this.zd.j * this.ia; p.d6._opacity = 0.5 * this.zd.j * this.ia; } qa(a, b, c) { this.aaq(a, b, c, this.y4, 1); } ak(a, b) { let c = new List$1(ChartSelection.$, 0); this.qa(a, c, b); return c.toArray(); } get useHighMarkerFidelity() { return this.z1; } } StepAreaSeries.$t = /*@__PURE__*/ markType(StepAreaSeries, 'StepAreaSeries', HorizontalAnchoredCategorySeries.$); return StepAreaSeries; })(); /** * @hidden */ export let StepAreaSeriesView = /*@__PURE__*/ (() => { class StepAreaSeriesView extends AnchoredCategorySeriesView { constructor(a) { super(a); this.dt = null; this.d1 = new Path(); this.d3 = new Path(); this.d2 = new Path(); this.d4 = new Path(); this.dx = new Path(); this.dz = new Path(); this.dy = new Path(); this.d0 = new Path(); this.dt = a; } a4() { super.a4(); if (!this.t) { this.dt.xl = Defaults.c; } } get d5() { return this.d1; } get d7() { return this.d3; } get d6() { return this.d2; } get d8() { return this.d4; } du() { this.d1.an = null; this.d2.an = null; this.d3.an = null; this.d4.an = null; this.a2(); } dv(a, b, c, d, e, f, g) { this.dv(a, b, c, d, e, f, g); } dw(a, b, c, d, e, f, g, h) { this.dt.ac9.a = typeCast(ISortingAxis_$type, this.db.fetchXAxis()) !== null ? true : false; this.dt.ac9.j(this.d1, this.d3, this.d2, this.d4, a, b, c, d, e, f, g, h); this.a2(); } bq() { super.bq(); this.dx.an = this.d1.an; this.dz.an = this.d3.an; this.dy.an = this.d2.an; this.d0.an = this.d4.an; let a = this.b3(); this.dx._fill = a; this.dx._opacity = 1; this.dy._fill = a; this.dy._opacity = 1; this.dz._stroke = a; this.dz.ad = this.f.ig + 3; this.d0._stroke = a; this.d0.ad = this.f.ig + 3; } bj(a, b) { super.bj(a, b); if (b) { a.t(this.dx); a.t(this.dy); a.t(this.dz); a.t(this.d0); } else { a.t(this.d1); a.t(this.d2); a.t(this.d3); a.t(this.d4); } } ax(a) { super.ax(a); this.f.bc.exportPathData(a, this.d3, "lowerShape", ["Lower"]); this.f.bc.exportPathData(a, this.d4, "upperShape", ["Upper", "Main"]); this.f.bc.exportPathData(a, this.d2, "translucentShape", ["Translucent"]); this.f.bc.exportPathData(a, this.d1, "fillShape", ["Fill"]); } } StepAreaSeriesView.$t = /*@__PURE__*/ markType(StepAreaSeriesView, 'StepAreaSeriesView', AnchoredCategorySeriesView.$); return StepAreaSeriesView; })();