UNPKG

igniteui-react-charts

Version:

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

99 lines (98 loc) 3.02 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-react-core"; import { List$1 } from "igniteui-react-core"; import { ChartSelection } from "./ChartSelection"; import { AnchoredCategorySeriesView } from "./AnchoredCategorySeriesView"; import { Defaults } from "./Defaults"; import { Color } from "igniteui-react-core"; /** * @hidden */ export let PointSeries = /*@__PURE__*/ (() => { class PointSeries extends HorizontalAnchoredCategorySeries { bk() { return new PointSeries(); } get_ej() { return true; } ct() { return new PointSeriesView(this); } q1(a) { super.q1(a); this.acx = a; } constructor() { super(); this.ab = PointSeries.$; } jl() { return 0.7; } w3() { if (this.w2 == 0) { return 2; } return super.w3(); } gw(a, b) { let c = this.we(this.wj(a), true, false); if (this.xj(a, b)) { return true; } return false; } ra(a, b, c, d) { super.ra(a, b, c, d); } p4(a, b, c) { this.aae(a, b, c, this.yv, 0); } ak(a, b) { let c = new List$1(ChartSelection.$, 0); this.p4(a, c, b); return c.toArray(); } get useHighMarkerFidelity() { return this.zs; } } PointSeries.$t = /*@__PURE__*/ markType(PointSeries, 'PointSeries', HorizontalAnchoredCategorySeries.$); return PointSeries; })(); /** * @hidden */ export let PointSeriesView = /*@__PURE__*/ (() => { class PointSeriesView extends AnchoredCategorySeriesView { constructor(a) { super(a); this.dj = null; this.dj = a; } ax() { super.ax(); if (!this.r) { this.b8.xc = Defaults.e; } } ai() { let a = new Color(); a.colorString = "rgba(95,95,95,0.5)"; this.f.v3 = a; this.f.jm = 3; this.f.jn = 2; this.f.jo = 2; this.f.hc = false; } } PointSeriesView.$t = /*@__PURE__*/ markType(PointSeriesView, 'PointSeriesView', AnchoredCategorySeriesView.$); return PointSeriesView; })();