UNPKG

igniteui-angular-charts

Version:

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

99 lines (98 loc) 3.1 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 { markType } from "igniteui-angular-core"; import { List$1 } from "igniteui-angular-core"; import { ChartSelection } from "./ChartSelection"; import { AnchoredCategorySeriesView } from "./AnchoredCategorySeriesView"; import { Defaults } from "./Defaults"; import { Color } from "igniteui-angular-core"; /** * @hidden */ export let PointSeries = /*@__PURE__*/ (() => { class PointSeries extends HorizontalAnchoredCategorySeries { constructor() { super(); this.ab = PointSeries.$; } bj() { return new PointSeries(); } get_ei() { return true; } cs() { return new PointSeriesView(this); } q0(a) { super.q0(a); this.acv = a; } jk() { return 0.7; } w0() { if (this.wz == 0) { return 2; } return super.w0(); } gv(a, b) { let c = this.wb(this.wg(a), true, false); if (this.xg(a, b)) { return true; } return false; } q8(a, b, c, d) { super.q8(a, b, c, d); } p3(a, b, c) { this.aab(a, b, c, this.ys, 0); } ak(a, b) { let c = new List$1(ChartSelection.$, 0); this.p3(a, c, b); return c.toArray(); } get useHighMarkerFidelity() { return this.zp; } } PointSeries.$t = markType(PointSeries, 'PointSeries', HorizontalAnchoredCategorySeries.$); return PointSeries; })(); /** * @hidden */ export let PointSeriesView = /*@__PURE__*/ (() => { class PointSeriesView extends AnchoredCategorySeriesView { constructor(a) { super(a); this.df = null; this.df = a; } au() { super.au(); if (!this.q) { this.b4.w9 = Defaults.e; } } af() { let a = new Color(); a.colorString = "rgba(95,95,95,0.5)"; this.e.v0 = a; this.e.jl = 3; this.e.jm = 2; this.e.jn = 2; this.e.hb = false; } } PointSeriesView.$t = markType(PointSeriesView, 'PointSeriesView', AnchoredCategorySeriesView.$); return PointSeriesView; })();