UNPKG

igniteui-react-charts

Version:

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

106 lines (105 loc) 3.63 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 { __extends } from "tslib"; 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 */ var PointSeries = /** @class */ /*@__PURE__*/ (function (_super) { __extends(PointSeries, _super); function PointSeries() { var _this = _super.call(this) || this; _this.ab = PointSeries.$; return _this; } PointSeries.prototype.bk = function () { return new PointSeries(); }; PointSeries.prototype.get_ej = function () { return true; }; PointSeries.prototype.ct = function () { return new PointSeriesView(this); }; PointSeries.prototype.q1 = function (a) { _super.prototype.q1.call(this, a); this.acx = a; }; PointSeries.prototype.jl = function () { return 0.7; }; PointSeries.prototype.w3 = function () { if (this.w2 == 0) { return 2; } return _super.prototype.w3.call(this); }; PointSeries.prototype.gw = function (a, b) { var c = this.we(this.wj(a), true, false); if (this.xj(a, b)) { return true; } return false; }; PointSeries.prototype.ra = function (a, b, c, d) { _super.prototype.ra.call(this, a, b, c, d); }; PointSeries.prototype.p4 = function (a, b, c) { this.aae(a, b, c, this.yv, 0); }; PointSeries.prototype.ak = function (a, b) { var c = new List$1(ChartSelection.$, 0); this.p4(a, c, b); return c.toArray(); }; Object.defineProperty(PointSeries.prototype, "useHighMarkerFidelity", { get: function () { return this.zs; }, enumerable: false, configurable: true }); PointSeries.$t = markType(PointSeries, 'PointSeries', HorizontalAnchoredCategorySeries.$); return PointSeries; }(HorizontalAnchoredCategorySeries)); export { PointSeries }; /** * @hidden */ var PointSeriesView = /** @class */ /*@__PURE__*/ (function (_super) { __extends(PointSeriesView, _super); function PointSeriesView(a) { var _this = _super.call(this, a) || this; _this.dj = null; _this.dj = a; return _this; } PointSeriesView.prototype.ax = function () { _super.prototype.ax.call(this); if (!this.r) { this.b8.xc = Defaults.e; } }; PointSeriesView.prototype.ai = function () { var 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 = markType(PointSeriesView, 'PointSeriesView', AnchoredCategorySeriesView.$); return PointSeriesView; }(AnchoredCategorySeriesView)); export { PointSeriesView };