UNPKG

igniteui-angular-charts

Version:

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

213 lines (212 loc) 7.05 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 { SplineSeriesBase } from "./SplineSeriesBase"; import { CategoryLineRasterizer } from "./CategoryLineRasterizer"; import { typeCast, runOn, markType } from "igniteui-angular-core"; import { Path } from "igniteui-angular-core"; import { ScalerParams } from "./ScalerParams"; import { SplineSeriesBaseView } from "./SplineSeriesBaseView"; import { Defaults } from "./Defaults"; import { ISortingAxis_$type } from "./ISortingAxis"; import { Color } from "igniteui-angular-core"; /** * @hidden */ export let SplineAreaSeries = /*@__PURE__*/ (() => { class SplineAreaSeries extends SplineSeriesBase { constructor() { super(); this.adf = null; this.adf = new CategoryLineRasterizer(); this.ab = SplineAreaSeries.$; } bj() { return new SplineAreaSeries(); } get_eu() { return true; } get_fz() { return true; } cs() { return new SplineAreaSeriesView(this); } y3() { return 1; } q0(a) { super.q0(a); this.adg = a; } preferredCategoryMode(a) { return 0; } cy() { if (this.cz == 0) { return 2; } return super.cy(); } o4(a, b) { super.o4(a, b); let c = b; c.di(); } gv(a, b) { let c = this.wb(this.wg(a), true, false); if (this.acm(a, c, b)) { return true; } if (this.gu(a, b)) { return true; } if (this.xg(a, b)) { return true; } return false; } aaj(a, b) { super.aaj(a, b); let c = this.y2.cw.d; let d = typeCast(SplineAreaSeriesView.$, b); let e = a.f; let f = this.getEffectiveViewport1(b); this.y1.a2(this, this.zl(), runOn(this, this.yl), this.zu(b), this.zv(b)); let g = false; let h = this.y1.b; if (h != null) { g = true; } if (g) { let i = new ScalerParams(0, b.by, b.bx, this.acc.ch, f); this.aaf(e, -1, this.valueColumn.count, this.acc, i, b.q, -1); } let j = d.du; let k = d.dv; let l = d.dw; let m = d.dx; this.y1.ad(j, true, false, true, true); this.y1.ad(k, true, false, true, true); this.y1.ad(l, false, true, false, false); this.y1.ad(m, false, true, false, false); l._opacity = this.y1.j * this.h8; m._opacity = 0.5 * this.y1.j * this.h8; if (b.c0(a)) { d.dk(a.f.count, e, true, c, this.ic, (n, o, p, q, r) => this.abs(n, a.f.count, b), 1, a.f.count == 1 ? null : this.aat(e, e.count - 1, b.bx, b.by, true)); b.c3(a); } let n = this.fetchYAxis(); } get useHighMarkerFidelity() { return this.zp; } } SplineAreaSeries.$t = markType(SplineAreaSeries, 'SplineAreaSeries', SplineSeriesBase.$); return SplineAreaSeries; })(); /** * @hidden */ export let SplineAreaSeriesView = /*@__PURE__*/ (() => { class SplineAreaSeriesView extends SplineSeriesBaseView { constructor(a) { super(a); this.dh = null; this.dq = new Path(); this.ds = new Path(); this.dr = new Path(); this.dt = new Path(); this.dl = new Path(); this.dn = new Path(); this.dm = new Path(); this.dp = new Path(); this.dh = a; } au() { super.au(); if (!this.q) { this.dh.w9 = Defaults.e; } } get du() { return this.ds; } get dv() { return this.dt; } get dw() { return this.dq; } get dx() { return this.dr; } di() { this.dq.an = null; this.dr.an = null; this.ds.an = null; this.dt.an = null; this.as(); } dj(a, b, c, d, e, f, g) { this.dk(a, b, c, d, e, f, g, null); } dk(a, b, c, d, e, f, g, h) { this.dh.adf.a = typeCast(ISortingAxis_$type, this.cy.fetchXAxis()) !== null ? true : false; this.dh.adf.j(this.dq, this.ds, this.dr, this.dt, a, b, c, d, e, f, g, h); this.as(); } be() { super.be(); this.dl.an = this.dq.an; this.dn.an = this.ds.an; this.dm.an = this.dr.an; this.dp.an = this.dt.an; let a = this.br(); this.dl._fill = a; this.dl._opacity = 1; this.dm._fill = a; this.dm._opacity = 1; this.dn._stroke = a; this.dn.ad = this.e.id + 3; this.dp._stroke = a; this.dp.ad = this.e.id + 3; } a8(a, b) { super.a8(a, b); if (b) { a.t(this.dl); a.t(this.dm); a.t(this.dn); a.t(this.dp); } else { a.t(this.dq); a.t(this.dr); a.t(this.ds); a.t(this.dt); } } an(a) { super.an(a); this.e.bc.exportPathData(a, this.ds, "lowerShape", ["Lower"]); this.e.bc.exportPathData(a, this.dt, "upperShape", ["Upper", "Main"]); this.e.bc.exportPathData(a, this.dr, "translucentShape", ["Translucent"]); this.e.bc.exportPathData(a, this.dq, "fillShape", ["Fill"]); } af() { let a = new Color(); a.colorString = "rgba(95,95,95,0.5)"; this.e.v0 = a; this.e.jl = 5; this.e.jm = 1; this.e.jn = -3; } } SplineAreaSeriesView.$t = markType(SplineAreaSeriesView, 'SplineAreaSeriesView', SplineSeriesBaseView.$); return SplineAreaSeriesView; })();