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
JavaScript
/*
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.ach;
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.acc = null;
_this.acm = false;
_this.acg = null;
_this.adx = { $type: Point_$type, x: 0, y: 0 };
_this.ace = null;
_this.acd = null;
_this.aci = false;
_this.ace = new RadialFrame(3);
_this.acc = new CategoryLineRasterizer();
return _this;
}
AnchoredRadialSeries.prototype.ct = function () {
return new AnchoredRadialSeriesView(this);
};
AnchoredRadialSeries.prototype.o8 = function () {
_super.prototype.o8.call(this);
this.za = null;
this.zg = null;
};
AnchoredRadialSeries.prototype.mj = function () {
return AnchoredRadialSeries.$$p[4];
};
AnchoredRadialSeries.prototype.ku = function (a, b) {
var c = this.ni(b);
if (c == AnchoredRadialSeries.$$p[4]) {
return this.kv(a, b, this.ac6);
}
if (c == AnchoredRadialSeries.$$p[0]) {
return this.kv(a, b, this.acy);
}
return _super.prototype.ku.call(this, a, b);
};
AnchoredRadialSeries.prototype.mi = function (a) {
var b = this.ni(a);
if (b == AnchoredRadialSeries.$$p[4]) {
return this.ac6;
}
if (b == AnchoredRadialSeries.$$p[0]) {
return this.acy;
}
return _super.prototype.mi.call(this, a);
};
AnchoredRadialSeries.prototype.jf = function (a) {
if (this.za.dj && this.za.rs(a)) {
return this.aai(this.ach.count - 1, this.ach.item(this.ach.count - 1));
}
return _super.prototype.jf.call(this, a);
};
AnchoredRadialSeries.prototype.kx = function (a) {
if (this.za != null && this.za.dj) {
if (a == this.za.othersIndex) {
return this.za.r5(true);
}
}
return _super.prototype.kx.call(this, a);
};
AnchoredRadialSeries.prototype.q8 = function (a) {
_super.prototype.q8.call(this, a);
this.acb = a;
};
AnchoredRadialSeries.prototype.ke = function (a, b) {
return this.kf(a, b, this.za, null, this.ach);
};
AnchoredRadialSeries.prototype.kc = function (a, b) {
return this.kd(a, b, this.za, null, this.ach);
};
AnchoredRadialSeries.prototype.ir = function (a, b, c, d, e) {
if (this.ach == null) {
return Number.POSITIVE_INFINITY;
}
return this.is(a, b, this.za, d, e, this.ach.count, null);
};
AnchoredRadialSeries.prototype.i8 = function (a, b, c) {
var d = this.getEffectiveViewport1(this.cw);
var e = this.acs(this.za, this.cw.ca, this.cw.b9, d);
var f = new ScalerParams(0, this.cw.ca, this.cw.b9, this.za.df, d);
f.c = this.dc.x5;
var g = this.ach;
if (this.acm && typeCast(FastItemCoalescingColumn.$, g) !== null && this.za.dj) {
g = new FastItemCoalescingColumn(this.za, g.c, false);
}
return this.ja(g, a, this.za, f, e, null, b, c);
};
AnchoredRadialSeries.prototype.wn = function (a, b, c) {
if (this.zg == null || this.za == 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.zg.df, d);
e.c = this.getEffectiveViewport1(this.cw);
var f = this.i8(a, b, c);
f = this.zg.ft(f, e);
var g = this.zh.c(a, this.cw.ca, this.cw.b9, d);
if (!b && this.za != null) {
var h = this.ke(a, c);
var i = this.kc(a, c);
var j = this.acs(this.za, this.cw.ca, this.cw.b9, d);
var k = new ScalerParams(0, this.cw.ca, this.cw.b9, this.za.df, d);
k.c = this.dc.x5;
var l = this.ir(a, h, this.za, k, j);
var m = this.ir(a, i, this.za, k, j);
if (this.za.dj) {
if (m <= l) {
j = this.acr(i, this.za, this.cw.ca, this.cw.b9, d);
if (isNaN_(j)) {
j = 0;
}
g = this.za.ft(i, k) + j;
}
else {
j = this.acr(h, this.za, this.cw.ca, this.cw.b9, d);
if (isNaN_(j)) {
j = 0;
}
g = this.za.ft(h, k) + j;
}
}
else {
if (m <= l) {
g = this.za.ft(i, k) + j;
}
else {
g = this.za.ft(h, k) + j;
}
}
}
var n = this.zh.d(g, f, this.cw.ca, this.cw.b9, this.cw.getEffectiveViewport());
var o = this.zh.e(g, f, this.cw.ca, this.cw.b9, this.cw.getEffectiveViewport());
return { $type: Point_$type, x: n, y: o };
};
AnchoredRadialSeries.prototype.gc = function () {
return this.highlightedItemsSource != null || this.acy != null;
};
AnchoredRadialSeries.prototype.hu = function () {
var a = _super.prototype.hu.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.adc));
a.add(b);
}
return a;
};
AnchoredRadialSeries.prototype.adc = function (a, b) {
if (this.acy != null) {
b.value = this.acy;
return;
}
b.value = this.ac6;
};
Object.defineProperty(AnchoredRadialSeries.prototype, "ach", {
get: function () {
return this.acg;
},
set: function (a) {
if (this.acg != a) {
var b = this.acg;
this.acg = a;
this.raisePropertyChanged("ValueColumn", b, this.acg);
}
},
enumerable: false,
configurable: true
});
AnchoredRadialSeries.prototype.getDataLegendSeriesContextAt = function (a, b) {
var c = new DataLegendSeriesValueInfo();
c.a = 0;
this.acm = true;
c.l = this.i8({ $type: Point_$type, x: a, y: b }, false, false);
this.acm = false;
c.q = "Value";
c.r = this.ac6 != null ? this.ac6 : "Value";
c.s = this.ac2 != null ? this.ac2 : "V:";
c.t = this.ac4 != null ? this.ac4 : "";
var d = new DataLegendSeriesContext();
d.e = ((function () {
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
$ret.add(c);
return $ret;
})());
d.h = this.mh();
return d;
};
Object.defineProperty(AnchoredRadialSeries.prototype, "adt", {
get: function () {
return this.c(AnchoredRadialSeries.adg);
},
set: function (a) {
this.h(AnchoredRadialSeries.adg, a);
},
enumerable: false,
configurable: true
});
AnchoredRadialSeries.prototype.ay = function (a) {
if (a != null && a == this.za && this.ach != null && this.ach.count > 0) {
return new AxisRange(0, this.ach.count - 1);
}
if (a != null && a == this.zg && this.ach != null && this.ach.count > 0) {
return new AxisRange(this.ach.minimum, this.ach.maximum);
}
return null;
};
AnchoredRadialSeries.prototype.aai = function (a, b) {
if (this.acq) {
var c = this.ach.c;
if (a < 0) {
return _super.prototype.aai.call(this, a, b);
}
if (a > c.count - 1) {
if (typeCast(ProportionalCategoryAngleAxis.$, this.za) !== null) {
var d = this.ach;
return d.f;
}
return _super.prototype.aai.call(this, a, b);
}
return c.item(a);
}
else {
return _super.prototype.aai.call(this, a, b);
}
};
AnchoredRadialSeries.prototype.dl = function (a) {
var b = _super.prototype.dl.call(this, a);
this.aci = false;
if (this.za != null && this.za.dj) {
this.aci = true;
b = new FastItemCoalescingColumn(this.za, b, this.acq);
}
return b;
};
AnchoredRadialSeries.prototype.ada = function (a, b) {
if (this.aci) {
var c = b;
var d = c.c;
a.deregisterColumn(d);
}
else {
a.deregisterColumn(b);
}
};
AnchoredRadialSeries.prototype.rh = function (a, b, c, d) {
_super.prototype.rh.call(this, a, b, c, d);
if (this.acb.df.g$e(a, b, c, d)) {
this.rz(false);
this.qs();
}
var e = typeCast(NumericAxisBase.$, this.zg);
switch (b) {
case AnchoredRadialSeries.$$p[2]:
case AnchoredRadialSeries.$$p[3]:
this.qm();
break;
case AnchoredRadialSeries.$$p[1]:
case RadialBase.$$p[0]:
if (this.ach != null) {
this.ada(this.dp, this.ach);
this.ach = this.dl(this.ac6);
}
break;
case "FastItemsSource":
if (typeCast(IFastItemsSource_$type, c) !== null) {
this.ada(c, this.ach);
this.ach = null;
}
if (typeCast(IFastItemsSource_$type, d) !== null) {
this.ach = this.dl(this.ac6);
this.acb.da.e(this.ie);
}
if (e != null && !e.d2()) {
this.acb.da.e(this.ie);
this.rz(this.gh && c != null);
}
break;
case AnchoredRadialSeries.$$p[4]:
if (this.dp != null) {
this.ada(this.dp, this.ach);
this.ach = this.dl(this.ac6);
}
break;
case "ValueColumn":
if (e != null && !e.d2()) {
this.acb.da.e(this.ie);
this.rz(this.gh && this.d9);
}
break;
case "TrendLineBrush":
this.rn(b);
break;
case "TrendLineType":
this.qs();
break;
}
};
AnchoredRadialSeries.prototype.ph = function (a, b, c, d) {
var e_1, _a;
_super.prototype.ph.call(this, a, b, c, d);
switch (a) {
case 4:
case 1:
case 0:
this.acb.da.e(this.ie);
break;
}
this.acb.df.g$i(a, b, c, d);
if (this.acb.aa.count > 0) {
try {
for (var _b = __values(fromEnum(this.acb.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.zg != null && !this.zg.d2()) {
this.rz(true);
}
break;
case 1:
if (this.zg != null && !this.zg.d2()) {
this.rz(true);
}
break;
case 0:
if (this.zg != null && !this.zg.d2()) {
this.rz(true);
}
break;
case 2:
if (this.ac6 != null && this.acb.da.b > 0 && this.zg != null && !this.zg.d2()) {
this.rz(true);
}
break;
case 3:
if (d == this.ac6) {
if (this.zg != null && !this.zg.d2()) {
this.rz(true);
}
}
break;
}
};
AnchoredRadialSeries.prototype.hf = function (a, b, c) {
var d = _super.prototype.hf.call(this, a, b, c);
var e = c;
if (this.dp == null || this.dp.count == 0 || this.za == null || this.ach == null || this.za.o5 == 0 || this.zg == null || isInfinity(this.zg.pr) || isInfinity(this.zg.pq) || e.da.b < 1) {
d = false;
}
return d;
};
AnchoredRadialSeries.prototype.getOffsetValue = function () {
return this.acs(this.za, this.cw.ca, this.cw.b9, this.getEffectiveViewport1(this.cw));
};
AnchoredRadialSeries.prototype.getCategoryWidth = function () {
return this.za.getCategorySize(this.cw.ca, this.cw.b9, this.getEffectiveViewport1(this.cw));
};
AnchoredRadialSeries.prototype.get_acn = function () {
return false;
};
Object.defineProperty(AnchoredRadialSeries.prototype, "acn", {
get: function () {
return this.get_acn();
},
enumerable: false,
configurable: true
});
AnchoredRadialSeries.prototype.get_em = function () {
return true;
};
AnchoredRadialSeries.prototype.get_f6 = function () {
return this.zg != null && this.zg.df;
};
AnchoredRadialSeries.prototype.acs = 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.aah(), b, c, d);
break;
}
if (a.df) {
e = -e;
}
return e;
};
AnchoredRadialSeries.prototype.acr = 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.qt(a, c, d, e);
break;
case 2:
f = b.qs(a, this.aah(), c, d, e);
break;
}
if (b.df) {
f = -f;
}
return f;
};
AnchoredRadialSeries.prototype.adb = function (a, b, c, d) {
var _this = this;
if (d == 0) {
this.qa(a, b, c);
return;
}
var e = this.cw.ca;
var f = this.cw.b9;
var g = this.getEffectiveViewport1(this.cw);
var h = this.dc.xv(this.w3, this.getEffectiveViewport(), e);
var i = this.zg.or(f, e, g, h);
var j = this.za != null && this.za.dj;
var k = new CollisionRect(0, this.dc.xs(a));
var _loop_1 = function (l) {
var m = typeCast(RadialBaseView.$, this_1.cw);
var n = m.da.getBucket(l);
var o = this_1.acs(this_1.za, e, f, g);
if (j) {
o = this_1.acr(l, this_1.za, e, f, g);
if (isNaN_(o)) {
o = 0;
}
}
n[0] = this_1.za.getScaledAngle(n[0]) + o;
var p = Math.min(this_1.zh.b.sh(n[2]), i.maxLength);
var q = this_1.zh.d(n[0], p, e, f, g);
var r = this_1.zh.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_acp = function () {
return false;
};
Object.defineProperty(AnchoredRadialSeries.prototype, "acp", {
get: function () {
return this.get_acp();
},
enumerable: false,
configurable: true
});
AnchoredRadialSeries.prototype.get_acj = function () {
return false;
};
Object.defineProperty(AnchoredRadialSeries.prototype, "acj", {
get: function () {
return this.get_acj();
},
enumerable: false,
configurable: true
});
AnchoredRadialSeries.prototype.abi = function (a, b) {
var _this = this;
var c = b.ca;
var d = b.b9;
var e = this.getEffectiveViewport1(b);
var f = this.za;
var g = this.zg;
var h = g.pr;
var i = g.pq;
a.h.clear();
a.p.clear();
a.s.clear();
var j = this.xr();
var k = 0;
var l = b;
var m = f.dj;
var n = new CollisionAvoider();
var o = 0;
var p = 0;
var q = b.da.d;
o = this.acs(f, c, d, e);
l.df.k = this.zg.sb;
l.df.j = this.zg.sa;
l.df.l = function (r, s) { return _this.act(r, s, c, d, e); };
l.df.m = function (r, s) { return _this.acu(r, s, c, d, e); };
var r = ((function () {
var $ret = new Clipper(0, d, false);
$ret.i = a.s;
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.ie;
$ret.i = d;
$ret.h = e;
$ret.j = c;
return $ret;
})());
l.df.n(a.s, this.acf, this.ach, this.acw, function (t) { return _this.za.getScaledAngle(t); }, function (t) { return _this.zg.sh(t); }, s, r);
a.f.clear();
for (var t = 0; t < b.aa.count; t++) {
a.f.add(new List$1(Point_$type, 0));
var u = b.aa._inner[t];
u.k = this.zg.sb;
u.j = this.zg.sa;
u.l = function (v, w) { return _this.act(v, w, c, d, e); };
u.m = function (v, w) { return _this.acu(v, w, c, d, e); };
u.n(a.f._inner[t], u.g$b, this.ach, u.g$f, function (v) { return _this.za.getScaledAngle(v); }, function (v) { return _this.zg.sh(v); }, s, r);
}
var v = true;
if (this.aco(b)) {
q--;
}
for (var w = b.da.c; w <= q; ++w) {
var x = w;
if (x * b.da.b >= this.za.o5) {
x -= intDivide((this.za.o5), b.da.b);
}
var y = b.da.getBucket(x);
p = 0;
if (m) {
p = this.z9(x, c, d, e);
}
y[3] = p;
if (!isNaN_(y[0])) {
var z = false;
if (m) {
o = this.acr(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.acp) {
if (y[1] > i && this.acj) {
}
else {
z = true;
}
}
else {
if (y[1] > i && this.acj) {
}
else {
continue;
}
}
}
if (z) {
y[1] = NaN;
y[2] = NaN;
}
y[1] = g.sh(y[1]);
if (b.da.b > 1) {
if (y[2] < h || y[2] > i) {
continue;
}
y[2] = g.sh(y[2]);
}
else {
y[2] = y[1];
}
if ((isNaN_(y[1]) || isNaN_(y[2])) && v && this.acn && this.acl()) {
q++;
}
else {
v = false;
}
a.h.add(y);
if (j) {
var aa = Math.min(x * b.da.b, this.dp.count - 1);
var ab = false;
if (this.za.dj) {
var ac = this.za;
var ad = ac.hasOthersCategory && (x * b.da.b) == this.za.o5 - 1;
ab = ad;
}
var ae = this.zh.d(y[0], y[1], c, d, e);
var af = this.zh.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.p.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.za;
ah.content.item = this.za.r5(true);
}
++k;
}
}
}
else {
if (v && this.acn && this.acl()) {
q++;
}
}
}
b.db.count = k;
return;
};
AnchoredRadialSeries.prototype.act = function (a, b, c, d, e) {
return this.zh.d(a, b, c, d, e);
};
AnchoredRadialSeries.prototype.acu = function (a, b, c, d, e) {
return this.zh.e(a, b, c, d, e);
};
AnchoredRadialSeries.prototype.aco = function (a) {
var b = a;
return !this.acn && b.da.c == 0 && b.da.d == this.za.o5;
};
AnchoredRadialSeries.prototype.aca = 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.adf = function (a, b, c, d, e) {
if (a.count > 0 && d.count > 0) {
if (!e || this.ack()) {
a.add(this.adx);
a.add(a._inner[0]);
d.add(this.adx);
d.add(d._inner[0]);
}
}
};
AnchoredRadialSeries.prototype.acl = function () {
return !this.ack();
};
AnchoredRadialSeries.prototype.ack = function () {
var a = this.cw.ca;
return !a.containsPoint({ $type: Point_$type, x: 0.5, y: 0.5 });
};
AnchoredRadialSeries.prototype.pb = function (a, b) {
_super.prototype.pb.call(this, a, b);
var c = b;
if (a) {
c.db.clear();
}
c.df.g$h();
};
AnchoredRadialSeries.prototype.abl = function (a, b) {
this.q4();
var c = b.ca;
var d = b.b9;
var e = this.getEffectiveViewport1(b);
var f = this.wu(b);
var g = b;
g.df.g$k(a.s);
for (var h = 0; h < b.aa.count; h++) {
var i = b.aa._inner[h];
i.g$k(a.f._inner[h]);
}
var j = new List$1(Point_$type, 0);
for (var k = 0; k < a.p.count; k++) {
var l = a.p._inner[k];
var m = this.zh.d(l.x, l.y, c, d, e);
var n = this.zh.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.xt);
this.ac9(b, a);
g.c4();
this.ac8(d, c, e, f, g);
};
AnchoredRadialSeries.prototype.ab9 = function (a, b, c) {
if (b < a || a < 0 || a > this.ach.count || b < 0 || b > this.ach.count || c == null) {
return null;
}
var d = new Array((b - a) + 1);
var e = c.dm;
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.add = 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.zp.a3(this.zp.d, d.dm, a, b, c, d, e, f, true);
this.zp.aa(this.ic);
var k = this.zp.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.vz(k.z);
var t = this.v0(k.z);
this.zp.ag = s;
this.zp.ah = t;
k.aa = s;
k.ab = t;
}
if (g && this.dc != null) {
l = this.dc.d0.getHighlightingInfo(this, o, k.z, k.y, true);
if (this.dc.d0.isCrossContextHighlight(this)) {
p = this.dc.d0.getHighlightingInfo(this, o, k.z, k.y, true);
}
k.c = l;
}
if (h && this.dc != null) {
m = this.dc.d1.getHighlightingInfo(this, o, k.z, k.y, true);
if (m == null && this.bo != null) {
m = this.dc.d1.getHighlightingInfo(this.bo, this.bo.dp, k.z, k.y, true);
}
if (this.dc.d1.isCrossContextHighlight(this)) {
q = this.dc.d1.getHighlightingInfo(this, o, k.z, k.y, true);
}
k.d = m;
}
if (i && this.dc != null) {
n = this.dc.dz.getHighlightingInfo(this, o, k.z, k.y, true);
if (this.dc.dz.isCrossContextHighlight(this)) {
r = this.dc.dz.getHighlightingInfo(this, o, k.z, k.y, true);
}
k.b = n;
}
k.h = f;
this.abj(k);
this.zp.y(this, l, m, n, f, g, h, i, k.v, this.dc.d0.totalHighWaterMark, k.x, this.dc.d1.totalHighWaterMark, k.t, this.dc.dz.totalHighWaterMark);
};
AnchoredRadialSeries.prototype.ade = 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.zp.a3(this.zp.b, d.dm, a, b, c, d, e, f, false);
this.zp.ab(this.ic);
var k = this.zp.ay;
var l = null;
var m = null;
var n = null;
var o = this.dp;
if (j && this.dc != null && !k.e) {
var p = this.vy(k.z);
var q = this.v1(k.z);
this.zp.ag = p;
this.zp.ah = q;
k.aa = p;
k.ab = q;
}
if (g && this.dc != null) {
l = this.dc.d0.getHighlightingInfo(this, o, k.z, k.y, false);
k.c = l;
}
if (h && this.dc != null) {
m = this.dc.d1.getHighlightingInfo(this, o, k.z, k.y, false);
if (m == null && this.bo != null) {
m = this.dc.d1.getHighlightingInfo(this.bo, this.bo.dp, k.z, k.y, false);
}
k.d = m;
}
k.h = f;
this.abk(k);
this.zp.z(this, l, m, n, f, g, h, i, b < 0);
};
AnchoredRadialSeries.prototype.ac9 = function (a, b) {
a.ck = true;
this.zp.a1(this, this.z5(), runOn(this, this.yy), this.aaf(a), this.aag(a));
var c = this.zp.d;
var d = c != null;
var e = this.za;
if (e == null) {
return;
}
var f = this.getEffectiveViewport1(a);
var g = new ScalerParams(0, a.ca, a.b9, e.df, f);
var h = this.dp == null ? 0 : this.dp.count;
var i = a;
var j = b.h;
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.add(j, r, h, e, g, a.t);
}
this.zp.ac(p, q);
}
};
AnchoredRadialSeries.prototype.ac8 = function (a, b, c, d, e) {
e.dg(a, b, c, d);
};
AnchoredRadialSeries.prototype.sq = function () {
_super.prototype.sq.call(this);
if (this.index < 0) {
return;
}
this.acb.dh();
};
AnchoredRadialSeries.prototype.k1 = function (a, b) {
if (a == this.acb.df.g$n) {
return null;
}
return _super.prototype.k1.call(this, a, b);
};
AnchoredRadialSeries.prototype.ge = 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.za == null || this.ach == null || this.zg == null) {
return false;
}
if (d < 0 || d > this.ach.count - 1) {
return false;
}
var e = this.za.getScaledAngle(d);
var f = this.zg.sh(this.ach.item(d));
if (isNaN_(f)) {
f = (this.zg.sa + this.zg.sb) / 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.r1 = function (a, b) {
_super.prototype.r1.call(this, a, b);
if (!this.g1) {
this.cw.be(b);
return;
}
this.cw.be(b);
var c = typeCast(AnchoredRadialSeriesView.$, this.cv);
c.da.e(this.ie);
if (this.d7(this.cv)) {
return;
}
this.r2();
this.g1 = false;
};
AnchoredRadialSeries.prototype.r2 = function () {
_super.prototype.r2.call(this);
var a = typeCast(AnchoredRadialSeriesView.$, this.cv);
if (!this.gt) {
this.ace = new RadialFrame(3);
this.abi(this.ace, a);
}
this.gt = false;
this.abl(this.ace, a);
};
AnchoredRadialSeries.prototype.ry = function (a, b, c, d, e) {
_super.prototype.ry.call(this, a, b, c, d, e);
var f = this.ba.a$j.item(d);
var g = f;
g.da.e(this.ie);
f.bd(c);
if (this.d7(g)) {
return;
}
if (this.acd == null) {
this.acd = new RadialFrame(3);
}
this.acd.x();
this.abi(this.acd, g);
this.abl(this.acd, g);
};
AnchoredRadialSeries.prototype.p5 = function (a) {
_super.prototype.p5.call(this, a);
this.bc.exportTrendlineData(this, a, this.acb.df.g$n);
};
AnchoredRadialSeries.prototype.bd = function () {
return new RadialTrendLineManager();
};
AnchoredRadialSeries.$t = markType(AnchoredRadialSeries, 'AnchoredRadialSeries', RadialBase.$);
AnchoredRadialSeries.adg = 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:acy:adh', [2, null], 'UseCategoryNormalizedValues:acq:adp', [0, false], 'ValueMemberAsLegendLabel:ac2:adq', [2, null], 'ValueMemberAsLegendUnit:ac4:adr', [2, null], 'ValueMemberPath:ac6:ads', [2, null], 'TrendLineType:acf:adn', [TrendLineType_$type, enumGetBox(TrendLineType_$type, 0)], 'TrendLineThickness:acv:adm', [1, 1.5], 'TrendLinePeriod:acw:adl', [1, 7], 'TrendLineZIndex:acx:ado', [1, 1], 'TrendLineBrush:adu:adi', [Brush.$, null], 'TrendLineDashArray:adv:adj', [DoubleCollection.$], 'TrendLineDashCap:adw:adk', [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.adt = null;
if (this.de.adu != null) {
this.de.adt = this.de.adu;
}
else {
this.de.adt = this.de.vk;
}
};
AnchoredRadialSeriesView.prototype.bi = function (a, b) {
if (a.d) {
if (!b) {
}
if (this.de.acf != 0 && !b) {
var c = this.df.g$n;
c.ad = this.de.acv;
c._stroke = this.de.adt;
c.ai = this.de.adv;
c.aj = this.de.adw;
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.za.hg != null) {
a += "<span>${item." + this.de.za.hg + "}</span><br/>";
}
a += "<span";
var b = this.f.ba.a$u(this.f);
if (!stringIsNullOrEmpty(b)) {
a += " style='color:" + b + "'";
}
a += ">" + this.de.title + ": </span><span class='ui-priority-primary'>" + "${item." + this.de.ac6 + "}</span></div>";
return a;
};
AnchoredRadialSeriesView.$t = markType(AnchoredRadialSeriesView, 'AnchoredRadialSeriesView', RadialBaseView.$);
return AnchoredRadialSeriesView;
}(RadialBaseView));
export { AnchoredRadialSeriesView };