UNPKG

igniteui-angular-charts

Version:

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

143 lines (142 loc) 4.83 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.$; } bk() { return new ScatterPolylineSeries(); } get_fu() { return true; } ct() { return new ScatterPolylineSeriesView(this); } get_yk() { return false; } rg(a) { super.rg(a); this.aar = a; } get_yq() { return false; } rp(a, b, c, d) { super.rp(a, b, c, d); switch (b) { case ScatterPolylineSeries.$$p[0]: this.aar.db(this.aax); this.r7(false); this.qz(); break; case ScatterPolylineSeries.$$p[1]: this.aar.dc(this.aas); this.r7(false); this.qz(); break; } } z7(a) { let b = a; b.db(this.aax); b.dc(this.aas); super.z7(a); } a2(a, b) { let c = this.aar.dg(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.qh(a, c, b); return c.toArray(); } qh(a, b, c) { this.zz(a, b, c); } } ScatterPolylineSeries.$t = markType(ScatterPolylineSeries, 'ScatterPolylineSeries', ShapeSeriesBase.$); ScatterPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, ScatterPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:aax:aav', [Style.$, null], 'ShapeStyleSelector:aas:aaw', [StyleSelector.$, null]]); return ScatterPolylineSeries; })(); /** * @hidden */ export let ScatterPolylineSeriesView = /*@__PURE__*/ (() => { class ScatterPolylineSeriesView extends ShapeSeriesViewBase { constructor(a) { super(a); } a4() { super.a4(); if (!this.t) { this.cj.jy = Defaults.an; } } di(a, b) { return this.dj(a, b, false); } cz(a, b, c) { super.cz(a, b, c); ShapeSeriesViewBase.cy(this, a, b); } cx(a, b) { let c = typeCast(Path.$, a); if (c == null) { return; } c.an = b; } ak(a) { let b = super.ak(a); b._fill = null; return b; } aj(a) { let b = super.aj(a); b._fill = null; return b; } co(a) { return a.width >= this.cj.y7 || a.height >= this.cj.y7; } getDefaultTooltipTemplate() { let a = "<div class='ui-chart-default-tooltip-content'><span"; let b = this.f.ba.a$v(this.f); if (!stringIsNullOrEmpty(b)) { a += " style='color:" + b + "'"; } a += ">" + this.cj.title + "</span><br/>"; a += "</div>"; return a; } } ScatterPolylineSeriesView.$t = markType(ScatterPolylineSeriesView, 'ScatterPolylineSeriesView', ShapeSeriesViewBase.$); return ScatterPolylineSeriesView; })();