UNPKG

igniteui-angular-charts

Version:

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

166 lines (165 loc) 5.46 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 { PolarLineSeriesBase } from "./PolarLineSeriesBase"; import { DependencyProperty } from "igniteui-angular-core"; import { runOn, markType, markDep } from "igniteui-angular-core"; import { Path } from "igniteui-angular-core"; import { CoreGeometryUtil } from "igniteui-angular-core"; import { PropertyMetadata } from "igniteui-angular-core"; import { PolarLineSeriesBaseView } from "./PolarLineSeriesBaseView"; import { PathGeometry } from "igniteui-angular-core"; import { Defaults } from "./Defaults"; import { PathFigure } from "igniteui-angular-core"; import { Extensions } from "igniteui-angular-core"; import { Numeric } from "igniteui-angular-core"; import { Color } from "igniteui-angular-core"; /** * @hidden */ export let PolarSplineSeries = /*@__PURE__*/ (() => { class PolarSplineSeries extends PolarLineSeriesBase { constructor() { super(); this.ab = PolarSplineSeries.$; } bk() { return new PolarSplineSeries(); } get_f3() { return true; } ct() { return new PolarSplineSeriesView(this); } rg(a) { super.rg(a); this.ade = a; } g2(a, b) { if (this.x1(a, b)) { return true; } if (this.dp.count <= this.aas) { let c = this.cw; let d = c.dr; if (CoreGeometryUtil.j(a, d, this.i1(b))) { return true; } } return false; } rp(a, b, c, d) { super.rp(a, b, c, d); switch (b) { case PolarSplineSeries.$$p[0]: this.r7(false); break; } } adc(a) { let b = a; b.dn(); } add(a, b) { this.adc(b); let c = b; c.dp(a.q, this.adf); this.zp.az(this, this.aah(), runOn(this, this.y7)); let d = false; let e = this.zp.b; if (e != null) { d = true; } if (d) { this.abw(-1, this.z3.count, b.t); } this.zp.ad(b.dr, true, false, true, false); } } PolarSplineSeries.$t = markType(PolarSplineSeries, 'PolarSplineSeries', PolarLineSeriesBase.$); PolarSplineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, PolarSplineSeries, 'raisePropertyChanged', ['Stiffness:adf:adh', [1, 0.5]]); return PolarSplineSeries; })(); /** * @hidden */ export let PolarSplineSeriesView = /*@__PURE__*/ (() => { class PolarSplineSeriesView extends PolarLineSeriesBaseView { constructor(a) { super(a); this.dm = null; this.dr = ((() => { let $ret = new Path(); $ret.an = new PathGeometry(); return $ret; })()); this.dq = ((() => { let $ret = new Path(); $ret.an = new PathGeometry(); return $ret; })()); this.dm = a; } a4() { super.a4(); if (!this.t) { this.ch.xu = Defaults.e; } let a = new PathGeometry(); a.c.add(((() => { let $ret = new PathFigure(); return $ret; })())); this.dr.an = a; } dn() { Extensions.e(this.dr.an); Extensions.e(this.dq.an); this.a2(); } dp(a, b) { this.dr.an.c = Numeric.h(a.count, (c) => a._inner[c].x, (c) => a._inner[c].y, b); this.a2(); } bp() { super.bp(); } bq() { super.bq(); let a = this.b3(); this.dq.an = this.dr.an; this.dq._stroke = a; this.dq.ad = this.f.il + 3; } bj(a, b) { super.bj(a, b); if (a.d) { if (b) { a.t(this.dq); } else { a.t(this.dr); } } } ax(a) { super.ax(a); this.f.bc.exportPathData(a, this.dr, "polarShape", ["Main"]); } an() { let a = new Color(); a.colorString = "rgba(95,95,95,0.5)"; this.f.wk = a; this.f.jv = 3; this.f.jw = 1; this.f.jx = 4; this.f.hi = false; } } PolarSplineSeriesView.$t = markType(PolarSplineSeriesView, 'PolarSplineSeriesView', PolarLineSeriesBaseView.$); return PolarSplineSeriesView; })();