UNPKG

igniteui-angular-charts

Version:

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

207 lines (206 loc) 7.16 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 { IUnknownValuePlotting_$type } from "igniteui-angular-core"; import { CategoryLineRasterizer } from "./CategoryLineRasterizer"; import { UnknownValuePlotting_$type } from "igniteui-angular-core"; import { DependencyProperty } from "igniteui-angular-core"; import { typeCast, runOn, enumGetBox, markType, markDep } from "igniteui-angular-core"; import { List$1 } from "igniteui-angular-core"; import { Path } from "igniteui-angular-core"; import { ScalerParams } from "./ScalerParams"; import { ChartSelection } from "./ChartSelection"; import { PropertyMetadata } from "igniteui-angular-core"; import { AnchoredCategorySeriesView } from "./AnchoredCategorySeriesView"; import { Defaults } from "./Defaults"; import { ISortingAxis_$type } from "./ISortingAxis"; import { Color } from "igniteui-angular-core"; /** * @hidden */ export let LineSeries = /*@__PURE__*/ (() => { class LineSeries extends HorizontalAnchoredCategorySeries { constructor() { super(); this.acv = null; this.acv = new CategoryLineRasterizer(); this.ab = LineSeries.$; this.acf = 0; } bj() { return new LineSeries(); } get_fj() { return true; } cs() { return new LineSeriesView(this); } q0(a) { super.q0(a); this.acw = a; } zn() { return true; } get_ev() { return true; } preferredCategoryMode(a) { return this.acf; } o4(a, b) { super.o4(a, b); let c = b; c.dg(); } aaj(a, b) { super.aaj(a, b); let c = b.cw.d; let d = typeCast(LineSeriesView.$, 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.dm; let k = d.dn; let l = d.dl; this.y1.ad(j, true, false, true, false); this.y1.ad(k, true, false, true, false); this.y1.ad(l, false, true, false, false); l._opacity = 0.75 * this.y1.j; if (b.c0(a)) { d.dh(e.count, e, true, this.unknownValuePlotting, this.aas(e, e.count - 1, b.bx, b.by), c, this.ic); b.c3(a); } } ak(a, b) { let c = new List$1(ChartSelection.$, 0); this.p3(a, c, b); return c.toArray(); } p3(a, b, c) { this.aab(a, b, c, this.ys, 0); } q8(a, b, c, d) { super.q8(a, b, c, d); switch (b) { case LineSeries.$$p[0]: this.yy.m = this.unknownValuePlotting == 0; this.rq(false); this.qk(); break; } } get useHighMarkerFidelity() { return this.zp; } } LineSeries.$t = markType(LineSeries, 'LineSeries', HorizontalAnchoredCategorySeries.$, [IUnknownValuePlotting_$type]); LineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, LineSeries, 'raisePropertyChanged', ['UnknownValuePlotting::acy', [UnknownValuePlotting_$type, enumGetBox(UnknownValuePlotting_$type, 1)]]); return LineSeries; })(); /** * @hidden */ export let LineSeriesView = /*@__PURE__*/ (() => { class LineSeriesView extends AnchoredCategorySeriesView { constructor(a) { super(a); this.df = null; this.dq = new Path(); this.dp = new Path(); this.dr = new Path(); this.dk = new Path(); this.dj = new Path(); this.di = new Path(); this.df = a; } au() { super.au(); if (!this.q) { this.df.w9 = Defaults.e; } } get dm() { return this.dq; } get dn() { return this.dr; } get dl() { return this.dp; } dg() { this.dp.an = null; this.dq.an = null; this.dr.an = null; this.as(); } dh(a, b, c, d, e, f, g) { this.df.acv.a = typeCast(ISortingAxis_$type, this.cy.fetchXAxis()) !== null ? true : false; this.df.acv.m(this.dq, this.dp, this.dr, a, b, c, d, e, f, g); this.as(); } bd() { super.bd(); } be() { super.be(); this.dj.an = this.dq.an; this.dk.an = this.dr.an; this.di.an = this.dp.an; let a = this.br(); this.dj._stroke = a; this.dj.ad = this.e.id + 3; this.dk._stroke = a; this.dk.ad = this.e.id + 3; this.di._fill = a; this.di._opacity = 1; } a8(a, b) { super.a8(a, b); if (a.d) { if (b) { a.t(this.di); a.t(this.dj); a.t(this.dk); } else { a.t(this.dp); a.t(this.dq); a.t(this.dr); } } } an(a) { super.an(a); this.e.bc.exportPathData(a, this.dq, "lowerShape", ["Lower", "Main"]); this.e.bc.exportPathData(a, this.dr, "upperShape", ["Upper"]); this.e.bc.exportPathData(a, this.dp, "translucentShape", ["Translucent"]); } af() { let a = new Color(); a.colorString = "rgba(95,95,95,0.5)"; this.e.v0 = a; this.e.jl = 3; this.e.jm = 1; this.e.jn = 4; this.e.hb = false; } } LineSeriesView.$t = markType(LineSeriesView, 'LineSeriesView', AnchoredCategorySeriesView.$); return LineSeriesView; })();