UNPKG

igniteui-react-charts

Version:

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

1,127 lines (1,126 loc) 40.4 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, __values } from "tslib"; import { RadialBucketCalculator } from "./RadialBucketCalculator"; import { markType, typeCast, Point_$type, runOn, delegateCombine, enumGetBox, fromEnum, markDep } from "igniteui-react-core"; import { isNaN_, intDivide, isInfinity } from "igniteui-react-core"; import { RadialBase } from "./RadialBase"; import { CategoryLineRasterizer } from "./CategoryLineRasterizer"; import { DependencyProperty } from "igniteui-react-core"; import { TrendLineType_$type } from "igniteui-react-core"; import { Brush } from "igniteui-react-core"; import { PenLineCap_$type } from "igniteui-react-core"; import { DoubleCollection } from "igniteui-react-core"; import { RadialFrame } from "./RadialFrame"; import { ProportionalCategoryAngleAxis } from "./ProportionalCategoryAngleAxis"; import { ScalerParams } from "./ScalerParams"; import { Rect } from "igniteui-react-core"; import { FastItemCoalescingColumn } from "./FastItemCoalescingColumn"; import { List$1 } from "igniteui-react-core"; import { SeriesLayerPropertyOverlay } from "./SeriesLayerPropertyOverlay"; import { DataLegendSeriesValueInfo } from "igniteui-react-core"; import { DataLegendSeriesContext } from "igniteui-react-core"; import { AxisRange } from "./AxisRange"; import { IFastItemsSource_$type } from "igniteui-react-core"; import { NumericAxisBase } from "./NumericAxisBase"; import { RadialBaseView } from "./RadialBaseView"; import { ChartSelection } from "./ChartSelection"; import { CollisionRect } from "igniteui-react-core"; import { CollisionAvoider } from "./CollisionAvoider"; import { Clipper } from "igniteui-react-core"; import { TrendResolutionParams } from "./TrendResolutionParams"; import { RadialTrendLineManager } from "./RadialTrendLineManager"; import { CategoryMarkerManager } from "./CategoryMarkerManager"; import { PropertyMetadata } from "igniteui-react-core"; import { stringIsNullOrEmpty } from "igniteui-react-core"; /** * @hidden */ var AnchoredRadialBucketCalculator = /** @class */ /*@__PURE__*/ (function (_super) { __extends(AnchoredRadialBucketCalculator, _super); function AnchoredRadialBucketCalculator(a) { var _this = _super.call(this, a) || this; _this.f = null; _this.f = a; return _this; } AnchoredRadialBucketCalculator.prototype.getBucket = function (a) { var b = this.f.de.acs; var c = Math.min(a * this.b, b.count - 1); var d = Math.min(c + this.b - 1, b.count - 1); var e = NaN; var f = NaN; for (var g = c; g <= d; ++g) { var h = b.item(g); if (!isNaN_(e)) { if (!isNaN_(h)) { e = Math.min(e, h); f = Math.max(f, h); } } else { e = h; f = h; } } if (!isNaN_(e)) { return [0.5 * (c + d), e, f, 0]; } return [0.5 * (c + d), NaN, NaN, 0]; }; AnchoredRadialBucketCalculator.$t = markType(AnchoredRadialBucketCalculator, 'AnchoredRadialBucketCalculator', RadialBucketCalculator.$); return AnchoredRadialBucketCalculator; }(RadialBucketCalculator)); export { AnchoredRadialBucketCalculator }; /** * @hidden */ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) { __extends(AnchoredRadialSeries, _super); function AnchoredRadialSeries() { var _this = _super.call(this) || this; _this.acn = null; _this.acx = false; _this.acr = null; _this.ad8 = { $type: Point_$type, x: 0, y: 0 }; _this.acp = null; _this.aco = null; _this.act = false; _this.acp = new RadialFrame(3); _this.acn = new CategoryLineRasterizer(); return _this; } AnchoredRadialSeries.prototype.ct = function () { return new AnchoredRadialSeriesView(this); }; AnchoredRadialSeries.prototype.pf = function () { _super.prototype.pf.call(this); this.zk = null; this.zq = null; }; AnchoredRadialSeries.prototype.mp = function () { return AnchoredRadialSeries.$$p[4]; }; AnchoredRadialSeries.prototype.kz = function (a, b) { var c = this.no(b); if (c == AnchoredRadialSeries.$$p[4]) { return this.k0(a, b, this.adh); } if (c == AnchoredRadialSeries.$$p[0]) { return this.k0(a, b, this.ac9); } return _super.prototype.kz.call(this, a, b); }; AnchoredRadialSeries.prototype.mo = function (a) { var b = this.no(a); if (b == AnchoredRadialSeries.$$p[4]) { return this.adh; } if (b == AnchoredRadialSeries.$$p[0]) { return this.ac9; } return _super.prototype.mo.call(this, a); }; AnchoredRadialSeries.prototype.jk = function (a) { if (this.zk.ds && this.zk.s9(a)) { return this.aat(this.acs.count - 1, this.acs.item(this.acs.count - 1)); } return _super.prototype.jk.call(this, a); }; AnchoredRadialSeries.prototype.k2 = function (a) { if (this.zk != null && this.zk.ds) { if (a == this.zk.othersIndex) { return this.zk.tm(true); } } return _super.prototype.k2.call(this, a); }; AnchoredRadialSeries.prototype.rh = function (a) { _super.prototype.rh.call(this, a); this.acm = a; }; AnchoredRadialSeries.prototype.kj = function (a, b) { return this.kk(a, b, this.zk, null, this.acs); }; AnchoredRadialSeries.prototype.kh = function (a, b) { return this.ki(a, b, this.zk, null, this.acs); }; AnchoredRadialSeries.prototype.iw = function (a, b, c, d, e) { if (this.acs == null) { return Number.POSITIVE_INFINITY; } return this.ix(a, b, this.zk, d, e, this.acs.count, null); }; AnchoredRadialSeries.prototype.jd = function (a, b, c) { var d = this.getEffectiveViewport1(this.cw); var e = this.ac3(this.zk, this.cw.ca, this.cw.b9, d); var f = new ScalerParams(0, this.cw.ca, this.cw.b9, this.zk.dn, d); f.c = this.dc.y9; var g = this.acs; if (this.acx && typeCast(FastItemCoalescingColumn.$, g) !== null && this.zk.ds) { g = new FastItemCoalescingColumn(this.zk, g.c, false); } return this.jf(g, a, this.zk, f, e, null, b, c); }; AnchoredRadialSeries.prototype.ww = function (a, b, c) { if (this.zq == null || this.zk == null || this.cw == null || this.cw.ca.isEmpty || this.cw.b9.isEmpty) { return { $type: Point_$type, x: NaN, y: NaN }; } var d = this.getEffectiveViewport1(this.cw); var e = new ScalerParams(0, this.cw.ca, this.cw.b9, this.zq.dn, d); e.c = this.getEffectiveViewport1(this.cw); var f = this.jd(a, b, c); f = this.zq.f6(f, e); var g = this.zr.c(a, this.cw.ca, this.cw.b9, d); if (!b && this.zk != null) { var h = this.kj(a, c); var i = this.kh(a, c); var j = this.ac3(this.zk, this.cw.ca, this.cw.b9, d); var k = new ScalerParams(0, this.cw.ca, this.cw.b9, this.zk.dn, d); k.c = this.dc.y9; var l = this.iw(a, h, this.zk, k, j); var m = this.iw(a, i, this.zk, k, j); if (this.zk.ds) { if (m <= l) { j = this.ac2(i, this.zk, this.cw.ca, this.cw.b9, d); if (isNaN_(j)) { j = 0; } g = this.zk.f6(i, k) + j; } else { j = this.ac2(h, this.zk, this.cw.ca, this.cw.b9, d); if (isNaN_(j)) { j = 0; } g = this.zk.f6(h, k) + j; } } else { if (m <= l) { g = this.zk.f6(i, k) + j; } else { g = this.zk.f6(h, k) + j; } } } var n = this.zr.d(g, f, this.cw.ca, this.cw.b9, this.cw.getEffectiveViewport()); var o = this.zr.e(g, f, this.cw.ca, this.cw.b9, this.cw.getEffectiveViewport()); return { $type: Point_$type, x: n, y: o }; }; AnchoredRadialSeries.prototype.gh = function () { return this.highlightedItemsSource != null || this.ac9 != null; }; AnchoredRadialSeries.prototype.hz = function () { var a = _super.prototype.hz.call(this); { var b = ((function () { var $ret = new SeriesLayerPropertyOverlay(); $ret.ad = "ValueMemberPath"; $ret.p = true; $ret.y = "HighlightedValueMemberPath"; $ret.q = true; return $ret; })()); b.valueResolving = delegateCombine(b.valueResolving, runOn(this, this.adn)); a.add(b); } return a; }; AnchoredRadialSeries.prototype.adn = function (a, b) { if (this.ac9 != null) { b.value = this.ac9; return; } b.value = this.adh; }; Object.defineProperty(AnchoredRadialSeries.prototype, "acs", { get: function () { return this.acr; }, set: function (a) { if (this.acr != a) { var b = this.acr; this.acr = a; this.raisePropertyChanged("ValueColumn", b, this.acr); } }, enumerable: false, configurable: true }); AnchoredRadialSeries.prototype.getDataLegendSeriesContextAt = function (a, b) { var c = new DataLegendSeriesValueInfo(); c.a = 0; this.acx = true; c.l = this.jd({ $type: Point_$type, x: a, y: b }, false, false); this.acx = false; c.q = "Value"; c.r = this.adh != null ? this.adh : "Value"; c.s = this.add != null ? this.add : "V:"; c.t = this.adf != null ? this.adf : ""; var d = new DataLegendSeriesContext(); d.e = ((function () { var $ret = new List$1(DataLegendSeriesValueInfo.$, 0); $ret.add(c); return $ret; })()); d.h = this.mn(); return d; }; Object.defineProperty(AnchoredRadialSeries.prototype, "ad4", { get: function () { return this.c(AnchoredRadialSeries.adr); }, set: function (a) { this.h(AnchoredRadialSeries.adr, a); }, enumerable: false, configurable: true }); AnchoredRadialSeries.prototype.ay = function (a) { if (a != null && a == this.zk && this.acs != null && this.acs.count > 0) { return new AxisRange(0, this.acs.count - 1); } if (a != null && a == this.zq && this.acs != null && this.acs.count > 0) { return new AxisRange(this.acs.minimum, this.acs.maximum); } return null; }; AnchoredRadialSeries.prototype.aat = function (a, b) { if (this.ac1) { var c = this.acs.c; if (a < 0) { return _super.prototype.aat.call(this, a, b); } if (a > c.count - 1) { if (typeCast(ProportionalCategoryAngleAxis.$, this.zk) !== null) { var d = this.acs; return d.f; } return _super.prototype.aat.call(this, a, b); } return c.item(a); } else { return _super.prototype.aat.call(this, a, b); } }; AnchoredRadialSeries.prototype.dl = function (a) { var b = _super.prototype.dl.call(this, a); this.act = false; if (this.zk != null && this.zk.ds) { this.act = true; b = new FastItemCoalescingColumn(this.zk, b, this.ac1); } return b; }; AnchoredRadialSeries.prototype.adl = function (a, b) { if (this.act) { var c = b; var d = c.c; a.deregisterColumn(d); } else { a.deregisterColumn(b); } }; AnchoredRadialSeries.prototype.rq = function (a, b, c, d) { _super.prototype.rq.call(this, a, b, c, d); if (this.acm.df.g$e(a, b, c, d)) { this.r8(false); this.q0(); } var e = typeCast(NumericAxisBase.$, this.zq); switch (b) { case AnchoredRadialSeries.$$p[2]: case AnchoredRadialSeries.$$p[3]: this.qu(); break; case AnchoredRadialSeries.$$p[1]: case RadialBase.$$p[0]: if (this.acs != null) { this.adl(this.dp, this.acs); this.acs = this.dl(this.adh); } break; case "FastItemsSource": if (typeCast(IFastItemsSource_$type, c) !== null) { this.adl(c, this.acs); this.acs = null; } if (typeCast(IFastItemsSource_$type, d) !== null) { this.acs = this.dl(this.adh); this.acm.da.e(this.ik); } if (e != null && !e.ed()) { this.acm.da.e(this.ik); this.r8(this.gm && c != null); } break; case AnchoredRadialSeries.$$p[4]: if (this.dp != null) { this.adl(this.dp, this.acs); this.acs = this.dl(this.adh); } break; case "ValueColumn": if (e != null && !e.ed()) { this.acm.da.e(this.ik); this.r8(this.gm && this.d9); } break; case "TrendLineBrush": this.rw(b); break; case "TrendLineType": this.q0(); break; } }; AnchoredRadialSeries.prototype.po = function (a, b, c, d) { var e_1, _a; _super.prototype.po.call(this, a, b, c, d); switch (a) { case 4: case 1: case 0: this.acm.da.e(this.ik); break; } this.acm.df.g$i(a, b, c, d); if (this.acm.aa.count > 0) { try { for (var _b = __values(fromEnum(this.acm.aa)), _c = _b.next(); !_c.done; _c = _b.next()) { var e = _c.value; e.g$i(a, b, c, d); } } catch (e_1_1) { e_1 = { error: e_1_1 }; } finally { try { if (_c && !_c.done && (_a = _b.return)) _a.call(_b); } finally { if (e_1) throw e_1.error; } } } switch (a) { case 4: if (this.zq != null && !this.zq.ed()) { this.r8(true); } break; case 1: if (this.zq != null && !this.zq.ed()) { this.r8(true); } break; case 0: if (this.zq != null && !this.zq.ed()) { this.r8(true); } break; case 2: if (this.adh != null && this.acm.da.b > 0 && this.zq != null && !this.zq.ed()) { this.r8(true); } break; case 3: if (d == this.adh) { if (this.zq != null && !this.zq.ed()) { this.r8(true); } } break; } }; AnchoredRadialSeries.prototype.hk = function (a, b, c) { var d = _super.prototype.hk.call(this, a, b, c); var e = c; if (this.dp == null || this.dp.count == 0 || this.zk == null || this.acs == null || this.zk.qa == 0 || this.zq == null || isInfinity(this.zq.qw) || isInfinity(this.zq.qv) || e.da.b < 1) { d = false; } return d; }; AnchoredRadialSeries.prototype.getOffsetValue = function () { return this.ac3(this.zk, this.cw.ca, this.cw.b9, this.getEffectiveViewport1(this.cw)); }; AnchoredRadialSeries.prototype.getCategoryWidth = function () { return this.zk.getCategorySize(this.cw.ca, this.cw.b9, this.getEffectiveViewport1(this.cw)); }; AnchoredRadialSeries.prototype.get_acy = function () { return false; }; Object.defineProperty(AnchoredRadialSeries.prototype, "acy", { get: function () { return this.get_acy(); }, enumerable: false, configurable: true }); AnchoredRadialSeries.prototype.get_em = function () { return true; }; AnchoredRadialSeries.prototype.get_gb = function () { return this.zq != null && this.zq.dn; }; AnchoredRadialSeries.prototype.ac3 = function (a, b, c, d) { var e = 0; var f = this.preferredCategoryMode(a); if (f == 0 && a.categoryMode != 0) { f = 1; } switch (f) { case 0: e = 0; break; case 1: e = 0.5 * a.getCategorySize(b, c, d); break; case 2: e = a.getGroupCenter(this.aas(), b, c, d); break; } if (a.dn) { e = -e; } return e; }; AnchoredRadialSeries.prototype.ac2 = function (a, b, c, d, e) { var f = 0; var g = this.preferredCategoryMode(b); if (g == 0 && b.categoryMode != 0) { g = 1; } switch (g) { case 0: f = 0; break; case 1: f = 0.5 * b.r2(a, c, d, e); break; case 2: f = b.r1(a, this.aas(), c, d, e); break; } if (b.dn) { f = -f; } return f; }; AnchoredRadialSeries.prototype.adm = function (a, b, c, d) { var _this = this; if (d == 0) { this.qi(a, b, c); return; } var e = this.cw.ca; var f = this.cw.b9; var g = this.getEffectiveViewport1(this.cw); var h = this.dc.yz(this.xd, this.getEffectiveViewport(), e); var i = this.zq.px(f, e, g, h); var j = this.zk != null && this.zk.ds; var k = new CollisionRect(0, this.dc.yw(a)); var _loop_1 = function (l) { var m = typeCast(RadialBaseView.$, this_1.cw); var n = m.da.getBucket(l); var o = this_1.ac3(this_1.zk, e, f, g); if (j) { o = this_1.ac2(l, this_1.zk, e, f, g); if (isNaN_(o)) { o = 0; } } n[0] = this_1.zk.getScaledAngle(n[0]) + o; var p = Math.min(this_1.zr.b.tm(n[2]), i.maxLength); var q = this_1.zr.d(n[0], p, e, f, g); var r = this_1.zr.e(n[0], p, e, f, g); if (k.containsLocation(q, r)) { if (c == 7 || c == 6) { b.add(((function () { var $ret = new ChartSelection(); $ret.series = _this; return $ret; })())); return { value: void 0 }; } else if (c == 2 || c == 1) { b.add(((function () { var $ret = new ChartSelection(); $ret.item = _this.dp.item(l); return $ret; })())); } else { b.add(((function () { var $ret = new ChartSelection(); $ret.item = _this.dp.item(l); $ret.series = _this; return $ret; })())); } } }; var this_1 = this; for (var l = 0; l < this.dp.count; l++) { var state_1 = _loop_1(l); if (typeof state_1 === "object") return state_1.value; } }; AnchoredRadialSeries.prototype.get_ac0 = function () { return false; }; Object.defineProperty(AnchoredRadialSeries.prototype, "ac0", { get: function () { return this.get_ac0(); }, enumerable: false, configurable: true }); AnchoredRadialSeries.prototype.get_acu = function () { return false; }; Object.defineProperty(AnchoredRadialSeries.prototype, "acu", { get: function () { return this.get_acu(); }, enumerable: false, configurable: true }); AnchoredRadialSeries.prototype.abt = function (a, b) { var _this = this; var c = b.ca; var d = b.b9; var e = this.getEffectiveViewport1(b); var f = this.zk; var g = this.zq; var h = g.qw; var i = g.qv; a.k.clear(); a.s.clear(); a.v.clear(); var j = this.x1(); var k = 0; var l = b; var m = f.ds; var n = new CollisionAvoider(); var o = 0; var p = 0; var q = b.da.d; o = this.ac3(f, c, d, e); l.df.k = this.zq.tg; l.df.j = this.zq.tf; l.df.l = function (r, s) { return _this.ac4(r, s, c, d, e); }; l.df.m = function (r, s) { return _this.ac5(r, s, c, d, e); }; var r = ((function () { var $ret = new Clipper(0, d, false); $ret.i = a.v; return $ret; })()); var s = ((function () { var $ret = new TrendResolutionParams(); $ret.e = b.da.b; $ret.f = b.da.c; $ret.g = q; $ret.a = o; $ret.d = _this.ik; $ret.i = d; $ret.h = e; $ret.j = c; return $ret; })()); l.df.n(a.v, this.acq, this.acs, this.ac7, function (t) { return _this.zk.getScaledAngle(t); }, function (t) { return _this.zq.tm(t); }, s, r); a.i.clear(); for (var t = 0; t < b.aa.count; t++) { a.i.add(new List$1(Point_$type, 0)); var u = b.aa._inner[t]; u.k = this.zq.tg; u.j = this.zq.tf; u.l = function (v, w) { return _this.ac4(v, w, c, d, e); }; u.m = function (v, w) { return _this.ac5(v, w, c, d, e); }; u.n(a.i._inner[t], u.g$b, this.acs, u.g$f, function (v) { return _this.zk.getScaledAngle(v); }, function (v) { return _this.zq.tm(v); }, s, r); } var v = true; if (this.acz(b)) { q--; } for (var w = b.da.c; w <= q; ++w) { var x = w; if (x * b.da.b >= this.zk.qa) { x -= intDivide((this.zk.qa), b.da.b); } var y = b.da.getBucket(x); p = 0; if (m) { p = this.aak(x, c, d, e); } y[3] = p; if (!isNaN_(y[0])) { var z = false; if (m) { o = this.ac2(x, f, c, d, e); if (isNaN_(o)) { o = 0; z = true; } } y[0] = f.getScaledAngle(y[0]) + o; if (y[1] < h || y[1] > i) { if (this.ac0) { if (y[1] > i && this.acu) { } else { z = true; } } else { if (y[1] > i && this.acu) { } else { continue; } } } if (z) { y[1] = NaN; y[2] = NaN; } y[1] = g.tm(y[1]); if (b.da.b > 1) { if (y[2] < h || y[2] > i) { continue; } y[2] = g.tm(y[2]); } else { y[2] = y[1]; } if ((isNaN_(y[1]) || isNaN_(y[2])) && v && this.acy && this.acw()) { q++; } else { v = false; } a.k.add(y); if (j) { var aa = Math.min(x * b.da.b, this.dp.count - 1); var ab = false; if (this.zk.ds) { var ac = this.zk; var ad = ac.hasOthersCategory && (x * b.da.b) == this.zk.qa - 1; ab = ad; } var ae = this.zr.d(y[0], y[1], c, d, e); var af = this.zr.e(y[0], y[1], c, d, e); var ag = new Rect(0, ae - 5, af - 5, 11, 11); if (!isNaN_(ae) && !isNaN_(af) && !isInfinity(ae) && !isInfinity(af) && n.tryAdd(ag)) { a.s.add({ $type: Point_$type, x: y[0], y: y[1] }); var ah = b.db.item(k); ah.al = x; ah.ak = aa; ah.content.item = this.dp.item(aa); if (ab) { ah.ak = this.dp.count; var ai = this.zk; ah.content.item = this.zk.tm(true); } ++k; } } } else { if (v && this.acy && this.acw()) { q++; } } } b.db.count = k; return; }; AnchoredRadialSeries.prototype.ac4 = function (a, b, c, d, e) { return this.zr.d(a, b, c, d, e); }; AnchoredRadialSeries.prototype.ac5 = function (a, b, c, d, e) { return this.zr.e(a, b, c, d, e); }; AnchoredRadialSeries.prototype.acz = function (a) { var b = a; return !this.acy && b.da.c == 0 && b.da.d == this.zk.qa; }; AnchoredRadialSeries.prototype.acl = function (a, b, c) { var d = null; var e = c.ca; var f = c.b9; if (b > -1 && !e.isEmpty && !f.isEmpty) { var g = a._inner[0][0] < f.left - 2000 ? f.left - 10 : NaN; var h = f.bottom + 10; var i = a._inner[b][0] > f.right + 2000 ? f.right + 10 : NaN; var j = f.top - 10; d = new Clipper(1, g, h, i, j, false); } return d; }; AnchoredRadialSeries.prototype.adq = function (a, b, c, d, e) { if (a.count > 0 && d.count > 0) { if (!e || this.acv()) { a.add(this.ad8); a.add(a._inner[0]); d.add(this.ad8); d.add(d._inner[0]); } } }; AnchoredRadialSeries.prototype.acw = function () { return !this.acv(); }; AnchoredRadialSeries.prototype.acv = function () { var a = this.cw.ca; return !a.containsPoint({ $type: Point_$type, x: 0.5, y: 0.5 }); }; AnchoredRadialSeries.prototype.pi = function (a, b) { _super.prototype.pi.call(this, a, b); var c = b; if (a) { c.db.clear(); } c.df.g$h(); }; AnchoredRadialSeries.prototype.abw = function (a, b) { this.rd(); var c = b.ca; var d = b.b9; var e = this.getEffectiveViewport1(b); var f = this.w4(b); var g = b; g.df.g$k(a.v); for (var h = 0; h < b.aa.count; h++) { var i = b.aa._inner[h]; i.g$k(a.i._inner[h]); } var j = new List$1(Point_$type, 0); for (var k = 0; k < a.s.count; k++) { var l = a.s._inner[k]; var m = this.zr.d(l.x, l.y, c, d, e); var n = this.zr.e(l.x, l.y, c, d, e); var o = { $type: Point_$type, x: m, y: n }; j.add(o); } CategoryMarkerManager.e(this, j, g.db, this.x3); this.adk(b, a); g.c4(); this.adj(d, c, e, f, g); }; AnchoredRadialSeries.prototype.ack = function (a, b, c) { if (b < a || a < 0 || a > this.acs.count || b < 0 || b > this.acs.count || c == null) { return null; } var d = new Array((b - a) + 1); var e = c.dv; var f = null; if (e) { f = c.i$b; } for (var g = a; g <= b; g++) { var h = g; if (e) { h = f._inner[h]; } d[g - a] = this.dp.item(g); } return d; }; AnchoredRadialSeries.prototype.ado = function (a, b, c, d, e, f) { var g = this.by != 1; var h = this.cq != 1; var i = this.cp != 1; var j = this.d3; this.zz.a3(this.zz.d, d.dv, a, b, c, d, e, f, true); this.zz.aa(this.ii); var k = this.zz.ax; var l = null; var m = null; var n = null; var o = this.dp; var p = null; var q = null; var r = null; if (j && this.dc != null && !k.e) { var s = this.v8(k.z); var t = this.v9(k.z); this.zz.ag = s; this.zz.ah = t; k.aa = s; k.ab = t; } if (g && this.dc != null) { l = this.dc.d7.getHighlightingInfo(this, o, k.z, k.y, true); if (this.dc.d7.isCrossContextHighlight(this)) { p = this.dc.d7.getHighlightingInfo(this, o, k.z, k.y, true); } k.c = l; } if (h && this.dc != null) { m = this.dc.d8.getHighlightingInfo(this, o, k.z, k.y, true); if (m == null && this.bo != null) { m = this.dc.d8.getHighlightingInfo(this.bo, this.bo.dp, k.z, k.y, true); } if (this.dc.d8.isCrossContextHighlight(this)) { q = this.dc.d8.getHighlightingInfo(this, o, k.z, k.y, true); } k.d = m; } if (i && this.dc != null) { n = this.dc.d6.getHighlightingInfo(this, o, k.z, k.y, true); if (this.dc.d6.isCrossContextHighlight(this)) { r = this.dc.d6.getHighlightingInfo(this, o, k.z, k.y, true); } k.b = n; } k.h = f; this.abu(k); this.zz.y(this, l, m, n, f, g, h, i, k.v, this.dc.d7.totalHighWaterMark, k.x, this.dc.d8.totalHighWaterMark, k.t, this.dc.d6.totalHighWaterMark); }; AnchoredRadialSeries.prototype.adp = function (a, b, c, d, e, f) { var g = this.by != 1; var h = this.cq != 1; var i = this.cq != 1; var j = this.d3; this.zz.a3(this.zz.b, d.dv, a, b, c, d, e, f, false); this.zz.ab(this.ii); var k = this.zz.ay; var l = null; var m = null; var n = null; var o = this.dp; if (j && this.dc != null && !k.e) { var p = this.v7(k.z); var q = this.wa(k.z); this.zz.ag = p; this.zz.ah = q; k.aa = p; k.ab = q; } if (g && this.dc != null) { l = this.dc.d7.getHighlightingInfo(this, o, k.z, k.y, false); k.c = l; } if (h && this.dc != null) { m = this.dc.d8.getHighlightingInfo(this, o, k.z, k.y, false); if (m == null && this.bo != null) { m = this.dc.d8.getHighlightingInfo(this.bo, this.bo.dp, k.z, k.y, false); } k.d = m; } k.h = f; this.abv(k); this.zz.z(this, l, m, n, f, g, h, i, b < 0); }; AnchoredRadialSeries.prototype.adk = function (a, b) { a.ck = true; this.zz.a1(this, this.aaf(), runOn(this, this.y8), this.aaq(a), this.aar(a)); var c = this.zz.d; var d = c != null; var e = this.zk; if (e == null) { return; } var f = this.getEffectiveViewport1(a); var g = new ScalerParams(0, a.ca, a.b9, e.dn, f); var h = this.dp == null ? 0 : this.dp.count; var i = a; var j = b.k; var k = i.da.c; var l = i.da.d; var m = i.da.b; var n = k * m; for (var o = 0; o < a.db.count; o++) { var p = a.db.item(o); var q = p.content; if (d) { var r = p.al; this.ado(j, r, h, e, g, a.t); } this.zz.ac(p, q); } }; AnchoredRadialSeries.prototype.adj = function (a, b, c, d, e) { e.dg(a, b, c, d); }; AnchoredRadialSeries.prototype.sz = function () { _super.prototype.sz.call(this); if (this.index < 0) { return; } this.acm.dh(); }; AnchoredRadialSeries.prototype.k6 = function (a, b) { if (a == this.acm.df.g$n) { return null; } return _super.prototype.k6.call(this, a, b); }; AnchoredRadialSeries.prototype.gj = function (a) { var b = this.cw.ca; b = b.copy(); var c = this.cw.b9; var d = !b.isEmpty && !c.isEmpty && this.dp != null ? this.dp.indexOf(a) : -1; if (this.zk == null || this.acs == null || this.zq == null) { return false; } if (d < 0 || d > this.acs.count - 1) { return false; } var e = this.zk.getScaledAngle(d); var f = this.zq.tm(this.acs.item(d)); if (isNaN_(f)) { f = (this.zq.tf + this.zq.tg) / 2; } var g = 0.5 + (Math.cos(e) * f); var h = 0.5 + (Math.sin(e) * f); if (!isNaN_(g)) { if (g < b.left + 0.1 * b.width) { g = g + 0.4 * b.width; b.x = g - 0.5 * b.width; } if (g > b.right - 0.1 * b.width) { g = g - 0.4 * b.width; b.x = g - 0.5 * b.width; } } if (!isNaN_(h)) { if (h < b.top + 0.1 * b.height) { h = h + 0.4 * b.height; b.y = h - 0.5 * b.height; } if (h > b.bottom - 0.1 * b.height) { h = h - 0.4 * b.height; b.y = h - 0.5 * b.height; } } if (this.c4 != null) { this.c4.au(this.dc, b, true); } return d >= 0; }; AnchoredRadialSeries.prototype.sa = function (a, b) { _super.prototype.sa.call(this, a, b); if (!this.g6) { this.cw.be(b); return; } this.cw.be(b); var c = typeCast(AnchoredRadialSeriesView.$, this.cv); c.da.e(this.ik); if (this.d7(this.cv)) { return; } this.sb(); this.g6 = false; }; AnchoredRadialSeries.prototype.sb = function () { _super.prototype.sb.call(this); var a = typeCast(AnchoredRadialSeriesView.$, this.cv); if (!this.gy) { this.acp = new RadialFrame(3); this.abt(this.acp, a); } this.gy = false; this.abw(this.acp, a); }; AnchoredRadialSeries.prototype.r7 = function (a, b, c, d, e) { _super.prototype.r7.call(this, a, b, c, d, e); var f = this.ba.a$k.item(d); var g = f; g.da.e(this.ik); f.bd(c); if (this.d7(g)) { return; } if (this.aco == null) { this.aco = new RadialFrame(3); } this.aco.aa(); this.abt(this.aco, g); this.abw(this.aco, g); }; AnchoredRadialSeries.prototype.qd = function (a) { _super.prototype.qd.call(this, a); this.bc.exportTrendlineData(this, a, this.acm.df.g$n); }; AnchoredRadialSeries.prototype.bd = function () { return new RadialTrendLineManager(); }; AnchoredRadialSeries.$t = markType(AnchoredRadialSeries, 'AnchoredRadialSeries', RadialBase.$); AnchoredRadialSeries.adr = DependencyProperty.i("ActualTrendLineBrush", Brush.$, AnchoredRadialSeries.$, new PropertyMetadata(2, null, function (a, b) { return a.raisePropertyChanged("ActualTrendLineBrush", b.oldValue, b.newValue); })); AnchoredRadialSeries.$$p = markDep(DependencyProperty, PropertyMetadata, AnchoredRadialSeries, 'raisePropertyChanged', ['HighlightedValueMemberPath:ac9:ads', [2, null], 'UseCategoryNormalizedValues:ac1:ad0', [0, false], 'ValueMemberAsLegendLabel:add:ad1', [2, null], 'ValueMemberAsLegendUnit:adf:ad2', [2, null], 'ValueMemberPath:adh:ad3', [2, null], 'TrendLineType:acq:ady', [TrendLineType_$type, enumGetBox(TrendLineType_$type, 0)], 'TrendLineThickness:ac6:adx', [1, 1.5], 'TrendLinePeriod:ac7:adw', [1, 7], 'TrendLineZIndex:ac8:adz', [1, 1], 'TrendLineBrush:ad5:adt', [Brush.$, null], 'TrendLineDashArray:ad6:adu', [DoubleCollection.$], 'TrendLineDashCap:ad7:adv', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 0)]]); return AnchoredRadialSeries; }(RadialBase)); export { AnchoredRadialSeries }; /** * @hidden */ var AnchoredRadialSeriesView = /** @class */ /*@__PURE__*/ (function (_super) { __extends(AnchoredRadialSeriesView, _super); function AnchoredRadialSeriesView(a) { var _this = _super.call(this, a) || this; _this.de = null; _this.df = null; _this.da = new AnchoredRadialBucketCalculator(_this); _this.de = a; _this.df = new RadialTrendLineManager(); return _this; } AnchoredRadialSeriesView.prototype.dg = function (a, b, c, d) { }; AnchoredRadialSeriesView.prototype.dh = function () { this.de.ad4 = null; if (this.de.ad5 != null) { this.de.ad4 = this.de.ad5; } else { this.de.ad4 = this.de.vt; } }; AnchoredRadialSeriesView.prototype.bi = function (a, b) { if (a.d) { if (!b) { } if (this.de.acq != 0 && !b) { var c = this.df.g$n; c.ad = this.de.ac6; c._stroke = this.de.ad4; c.ai = this.de.ad6; c.aj = this.de.ad7; a.v(c); } } _super.prototype.bi.call(this, a, b); }; AnchoredRadialSeriesView.prototype.getDefaultTooltipTemplate = function () { var a = "<div class='ui-chart-default-tooltip-content'>"; if (this.de.zk.hx != null) { a += "<span>${item." + this.de.zk.hx + "}</span><br/>"; } a += "<span"; var b = this.f.ba.a$v(this.f); if (!stringIsNullOrEmpty(b)) { a += " style='color:" + b + "'"; } a += ">" + this.de.title + ": </span><span class='ui-priority-primary'>" + "${item." + this.de.adh + "}</span></div>"; return a; }; AnchoredRadialSeriesView.$t = markType(AnchoredRadialSeriesView, 'AnchoredRadialSeriesView', RadialBaseView.$); return AnchoredRadialSeriesView; }(RadialBaseView)); export { AnchoredRadialSeriesView };