UNPKG

igniteui-angular-charts

Version:

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

143 lines (142 loc) 4.82 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 { ShapeSeriesBase } from "./ShapeSeriesBase"; import { StyleSelector } from "./StyleSelector"; import { DependencyProperty } from "igniteui-angular-core"; import { Style } from "igniteui-angular-core"; import { markType, markDep, typeCast } from "igniteui-angular-core"; import { ShapeSeriesViewBase } from "./ShapeSeriesViewBase"; import { ChartSelection } from "./ChartSelection"; import { List$1 } from "igniteui-angular-core"; import { PropertyMetadata } from "igniteui-angular-core"; import { Defaults } from "./Defaults"; import { Path } from "igniteui-angular-core"; import { stringIsNullOrEmpty } from "igniteui-angular-core"; /** * @hidden */ export let ScatterPolylineSeries = /*@__PURE__*/ (() => { class ScatterPolylineSeries extends ShapeSeriesBase { constructor() { super(); this.ab = ScatterPolylineSeries.$; } bj() { return new ScatterPolylineSeries(); } get_fq() { return true; } cs() { return new ScatterPolylineSeriesView(this); } get_xz() { return false; } q0(a) { super.q0(a); this.z6 = a; } get_x5() { return false; } q8(a, b, c, d) { super.q8(a, b, c, d); switch (b) { case ScatterPolylineSeries.$$p[0]: this.z6.cy(this.aac); this.rq(false); this.qk(); break; case ScatterPolylineSeries.$$p[1]: this.z6.cz(this.z7); this.rq(false); this.qk(); break; } } zm(a) { let b = a; b.cy(this.aac); b.cz(this.z7); super.zm(a); } a2(a, b) { let c = this.z6.c3(a, b, true); if (c != null) { return c.dataContext; } return super.a2(a, b); } ak(a, b) { let c = new List$1(ChartSelection.$, 0); this.p3(a, c, b); return c.toArray(); } p3(a, b, c) { this.ze(a, b, c); } } ScatterPolylineSeries.$t = markType(ScatterPolylineSeries, 'ScatterPolylineSeries', ShapeSeriesBase.$); ScatterPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, ScatterPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:aac:aaa', [Style.$, null], 'ShapeStyleSelector:z7:aab', [StyleSelector.$, null]]); return ScatterPolylineSeries; })(); /** * @hidden */ export let ScatterPolylineSeriesView = /*@__PURE__*/ (() => { class ScatterPolylineSeriesView extends ShapeSeriesViewBase { constructor(a) { super(a); } au() { super.au(); if (!this.q) { this.b6.jo = Defaults.aa; } } c5(a, b) { return this.c6(a, b, false); } cm(a, b, c) { super.cm(a, b, c); ShapeSeriesViewBase.cl(this, a, b); } ck(a, b) { let c = typeCast(Path.$, a); if (c == null) { return; } c.an = b; } ac(a) { let b = super.ac(a); b._fill = null; return b; } ab(a) { let b = super.ab(a); b._fill = null; return b; } cb(a) { return a.width >= this.b6.ym || a.height >= this.b6.ym; } getDefaultTooltipTemplate() { let a = "<div class='ui-chart-default-tooltip-content'><span"; let b = this.e.ba.a$u(this.e); if (!stringIsNullOrEmpty(b)) { a += " style='color:" + b + "'"; } a += ">" + this.b6.title + "</span><br/>"; a += "</div>"; return a; } } ScatterPolylineSeriesView.$t = markType(ScatterPolylineSeriesView, 'ScatterPolylineSeriesView', ShapeSeriesViewBase.$); return ScatterPolylineSeriesView; })();