UNPKG

igniteui-webcomponents-charts

Version:

Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.

95 lines (94 loc) 3.04 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-webcomponents-core"; import { List$1 } from "igniteui-webcomponents-core"; import { ChartSelection } from "./ChartSelection"; import { AnchoredCategorySeriesView } from "./AnchoredCategorySeriesView"; import { Defaults } from "./Defaults"; import { Color } from "igniteui-webcomponents-core"; let PointSeries = /*@__PURE__*/ (() => { class PointSeries extends HorizontalAnchoredCategorySeries { bk() { return new PointSeries(); } get_ek() { return true; } ct() { return new PointSeriesView(this); } rh(a) { super.rh(a); this.adj = a; } constructor() { super(); this.ab = PointSeries.$; } jt() { return 0.7; } xm() { if (this.xl == 0) { return 2; } return super.xm(); } g2(a, b) { let c = this.ww(this.w2(a), true, false); if (this.x2(a, b)) { return true; } return false; } rq(a, b, c, d) { super.rq(a, b, c, d); } qi(a, b, c) { this.aa0(a, b, c, this.ze, 0); } ak(a, b) { let c = new List$1(ChartSelection.$, 0); this.qi(a, c, b); return c.toArray(); } get useHighMarkerFidelity() { return this.aab; } } PointSeries.$t = /*@__PURE__*/ markType(PointSeries, 'PointSeries', HorizontalAnchoredCategorySeries.$); return PointSeries; })(); export { PointSeries }; let PointSeriesView = /*@__PURE__*/ (() => { class PointSeriesView extends AnchoredCategorySeriesView { constructor(a) { super(a); this.dt = null; this.dt = a; } a4() { super.a4(); if (!this.t) { this.ch.xv = Defaults.e; } } an() { let a = new Color(); a.colorString = "rgba(95,95,95,0.5)"; this.f.wl = a; this.f.jv = 3; this.f.jw = 2; this.f.jx = 2; this.f.hi = false; } } PointSeriesView.$t = /*@__PURE__*/ markType(PointSeriesView, 'PointSeriesView', AnchoredCategorySeriesView.$); return PointSeriesView; })(); export { PointSeriesView };