igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
1,501 lines (1,500 loc) • 73.5 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 { AnnotationLayer } from "./AnnotationLayer";
import { DependencyProperty } from "igniteui-react-core";
import { Base, runOn, delegateCombine, String_$type, Array_$type, enumGetBox, EnumUtil, typeCast, fromEnum, delegateRemove, Point_$type, Date_$type, markType, markDep } from "igniteui-react-core";
import { Series } from "./Series";
import { CalloutPlacementPositionsCollection } from "./CalloutPlacementPositionsCollection";
import { HighlightedValueLabelMode_$type } from "igniteui-react-core";
import { AutoCalloutVisibilityMode_$type } from "./AutoCalloutVisibilityMode";
import { Brush } from "igniteui-react-core";
import { Thickness } from "igniteui-react-core";
import { CalloutCollisionMode_$type } from "igniteui-react-core";
import { FontUtil } from "igniteui-react-core";
import { Rect } from "igniteui-react-core";
import { BindingFormatter } from "igniteui-react-core";
import { CalloutLayerFrame } from "./CalloutLayerFrame";
import { Size } from "igniteui-react-core";
import { HashSet$1 } from "igniteui-react-core";
import { CalloutAnnotationWrapper } from "./CalloutAnnotationWrapper";
import { List$1 } from "igniteui-react-core";
import { LinkedList$1 } from "igniteui-react-core";
import { Dictionary$2 } from "igniteui-react-core";
import { LinkedListNode$1 } from "igniteui-react-core";
import { LabelCollisionManager } from "igniteui-react-core";
import { SeriesPointOfInterest } from "./SeriesPointOfInterest";
import { CalloutAnnotation } from "./CalloutAnnotation";
import { IFastItemsSource_$type } from "igniteui-react-core";
import { DeviceUtils } from "igniteui-react-core";
import { CalloutLabelUpdatingEventArgs } from "./CalloutLabelUpdatingEventArgs";
import { CalloutSeriesSelectingEventArgs } from "./CalloutSeriesSelectingEventArgs";
import { CalloutStyleUpdatingEventArgs } from "./CalloutStyleUpdatingEventArgs";
import { BrushUtilCore } from "igniteui-react-core";
import { LabelCollisionInfo } from "igniteui-react-core";
import { BrushUtil } from "igniteui-react-core";
import { CalloutRenderStyleUpdatingEventArgs } from "./CalloutRenderStyleUpdatingEventArgs";
import { IHasCategoryAxis_$type } from "./IHasCategoryAxis";
import { QuadTreeBoundingBox } from "igniteui-react-core";
import { ScalerParams } from "./ScalerParams";
import { ViewportUtils } from "./ViewportUtils";
import { CalloutContentUpdatingEventArgs } from "./CalloutContentUpdatingEventArgs";
import { CalloutKey } from "./CalloutKey";
import { DataContext } from "igniteui-react-core";
import { HashPool$2 } from "igniteui-react-core";
import { AxisRange } from "./AxisRange";
import { PropertyMetadata } from "igniteui-react-core";
import { isNaN_, isInfinity } from "igniteui-react-core";
import { stringIsNullOrEmpty } from "igniteui-react-core";
import { FastItemObjectColumn } from "igniteui-react-core";
import { AnnotationLayerView } from "./AnnotationLayerView";
import { TextBlock } from "igniteui-react-core";
import { Color } from "igniteui-react-core";
import { Line } from "igniteui-react-core";
import { CalloutViewHelper } from "./CalloutViewHelper";
import { Rectangle } from "igniteui-react-core";
import { TranslateTransform } from "igniteui-react-core";
/**
* @hidden
*/
var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(CalloutLayer, _super);
function CalloutLayer() {
var _this = _super.call(this) || this;
_this.aa9 = true;
_this.aga = new Size(1, 0, 0);
_this.calloutStyleUpdating = null;
_this.calloutRenderStyleUpdating = null;
_this.aax = null;
_this.aay = null;
_this.aaz = null;
_this.aaw = null;
_this.aav = null;
_this.abw = new HashSet$1(CalloutAnnotationWrapper.$, 0);
_this.abz = new List$1(CalloutAnnotationWrapper.$, 0);
_this.ab0 = new List$1(CalloutAnnotationWrapper.$, 0);
_this.aam = null;
_this.aaa = null;
_this.aat = null;
_this.abx = new LinkedList$1(CalloutAnnotationWrapper.$);
_this.abu = new Dictionary$2(CalloutAnnotationWrapper.$, LinkedListNode$1.$.specialize(CalloutAnnotationWrapper.$), 0);
_this.aa5 = null;
_this.af8 = new Rect(0, 0, 0, 1, 1);
_this.abc = false;
_this.abe = false;
_this.acf = 0;
_this.af7 = Rect.empty;
_this.abb = false;
_this.abd = false;
_this.calloutContentUpdating = null;
_this.calloutLabelUpdating = null;
_this.calloutSeriesSelecting = null;
_this.aby = new List$1(SeriesPointOfInterest.$, 0);
_this.abg = false;
_this.abh = false;
_this.ab2 = 0;
_this.abf = false;
_this.aad = null;
_this.aba = true;
_this.aae = 1;
FastItemObjectColumn.m();
_this.aaa = null;
_this.aam = new CalloutPlacementPositionsCollection();
var a = _this.aam;
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.aea));
_this.xp = true;
var b = new CalloutLayerFrame();
var c = new CalloutLayerFrame();
var d = new CalloutLayerFrame();
var e = _this.ke / 1000;
_this.xh = b;
_this.xg = c;
_this.xi = d;
_this.ab = CalloutLayer.$;
return _this;
}
CalloutLayer.prototype.bk = function () {
return new CalloutLayer();
};
CalloutLayer.prototype.get_eq = function () {
return true;
};
CalloutLayer.prototype.aea = function (a, b) {
this.aej();
};
CalloutLayer.prototype.aej = function () {
this.aaa = this.aac(this.aan);
this.aeg();
};
CalloutLayer.prototype.aeb = function (a, b) {
this.ab0.clear();
this.ru(false);
};
CalloutLayer.prototype.pd = function (a, b, c, d) {
_super.prototype.pd.call(this, a, b, c, d);
var e = this.abv();
switch (a) {
case 3:
this.aeq(b, e);
break;
case 1:
for (var f = b; f < b + c; f++) {
var g = new CalloutAnnotation();
var h = new CalloutAnnotationWrapper();
h.b = g;
h.b.series = this.aas;
this.ab0.insert(f, h);
this.aeq(f, e);
}
break;
case 0:
this.ab0.v(b, c);
break;
case 2:
for (var i = b; i < b + c; i++) {
this.aeq(i, e);
}
break;
case 4:
this.ab0.clear();
for (var j = 0; j < this.dp.count; j++) {
var k = new CalloutAnnotation();
var l = new CalloutAnnotationWrapper();
l.b = k;
l.b.series = this.aas;
this.ab0.add(l);
this.aeq(j, e);
}
break;
}
this.ru(true);
};
CalloutLayer.prototype.gg = function (a) {
return false;
};
CalloutLayer.prototype.agc = function () {
var a = new Thickness(0, DeviceUtils.g(3));
if (isNaN_(this.agb.left) || isNaN_(this.agb.top) || isNaN_(this.agb.right) || isNaN_(this.agb.bottom)) {
a = new Thickness(0, DeviceUtils.g(3));
}
else {
a = this.agb;
}
return a;
};
CalloutLayer.prototype.wy = function () {
var a = 0;
var b = 0;
if (!this.abi) {
return new Size(1, b, a);
}
if (!this.aa9) {
return this.aga;
}
var c = "Ig";
var d = this.agc();
var e = this.aal.c7(c, d);
if (!isNaN_(e.height)) {
a = Math.max(e.height, a);
}
if (!isNaN_(this.acc)) {
a += this.acc;
}
if (!isNaN_(this.acc)) {
b += this.acc;
}
if (!isNaN_(this.ab6)) {
a = Math.max(a, this.ab6);
}
if (!isNaN_(this.ab4)) {
a = Math.min(a, this.ab4);
}
if (!isNaN_(this.ab7)) {
b = Math.max(b, this.ab7);
}
if (!isNaN_(this.ab5)) {
b = Math.min(b, this.ab5);
}
this.aa9 = false;
this.aga = new Size(1, b, a);
return this.aga;
};
CalloutLayer.prototype.abv = function () {
var a = new Dictionary$2(String_$type, Series.$, 0);
if (this.dc != null) {
for (var b = 0; b < this.dc.series.count; b++) {
var c = this.dc.series._inner[b];
if (c.name != null && !a.containsKey(c.name)) {
a.addItem(c.name, c);
}
}
}
return a;
};
CalloutLayer.prototype.aeq = function (a, b) {
var _this = this;
if (this.aa4 == null || this.aa2 == null) {
return;
}
var c = a;
if (this.aa3 != null) {
c = this.aa3.item(a);
}
var d = this.aa4.item(a);
var e = this.aa2.item(a);
var f = this.ab0._inner[a];
if (this.aa1 != null) {
if (f.b.ab != this.aa1.item(a)) {
f.b.key = this.aa1.item(a);
}
}
if (this.abu.containsKey(f)) {
f.b = this.abu.item(f).c.b;
}
f.b.xValue = c;
f.b.yValue = d;
if (this.calloutLabelUpdating != null) {
var g = ((function () {
var $ret = new CalloutLabelUpdatingEventArgs();
$ret.d = c;
$ret.e = d;
$ret.item = _this.dp.item(a);
return $ret;
})());
this.calloutLabelUpdating(this, g);
if (g.c != null && !Base.equalsStatic(g.c, f.b.ao)) {
var h = g.c;
if (this.aad != null) {
f.b.text = this.aad.i(h);
}
else {
f.b.text = h != null ? h.toString() : "";
}
}
}
else {
if (this.aad != null) {
f.b.text = this.aad.i(e);
}
else {
f.b.text = e != null ? e.toString() : "";
}
}
if (this.aa0 != null) {
f.b.content = this.aa0.item(a);
}
else {
f.b.content = this.dp.item(a);
}
if (this.calloutSeriesSelecting != null) {
var i = ((function () {
var $ret = new CalloutSeriesSelectingEventArgs();
$ret.c = c;
$ret.d = d;
$ret.item = _this.dp.item(a);
return $ret;
})());
this.calloutSeriesSelecting(this, i);
if (i.a != null) {
f.b.series = i.a;
}
else if (i.e != null) {
if (b.containsKey(i.e)) {
f.b.series = b.item(i.e);
}
}
}
this.aer(f);
};
CalloutLayer.prototype.aer = function (a) {
var b = new Thickness(0, DeviceUtils.g(3));
if (isNaN_(this.agb.left) || isNaN_(this.agb.top) || isNaN_(this.agb.right) || isNaN_(this.agb.bottom)) {
b = new Thickness(0, DeviceUtils.g(3));
}
else {
b = this.agb;
}
var c = DeviceUtils.g(3);
if (isNaN_(this.ab3)) {
c = DeviceUtils.g(3);
}
else {
c = this.ab3;
}
var d = this.af1 != null && !this.abq ? this.af1 : this.aal.c1(a.b.l, a.b.itemColor);
var e = this.af6 != null ? this.af6 : null;
var f = this.af4 != null ? this.af4 : this.aal.c4();
var g = this.af2 != null ? this.af2 : this.aal.c2();
var h = this.af5 != null && !this.abr ? this.af5 : this.aal.c5(a.b.l, a.b.itemColor);
var i = this.af3 != null ? this.af3 : this.aal.c3(a.b.l, a.b.itemColor);
var j = isNaN_(this.acd) ? 0 : this.acd;
if (e == null && (this.abo || this.af4 != null || this.af2 != null)) {
var k = d;
if (k == null || BrushUtilCore.a(d)) {
k = this.dc != null ? this.dc.vx : null;
if (a.c != null && (a.c.b == 8 || a.c.b == 9)) {
k = a.b.itemColor;
}
if (k == null || BrushUtilCore.a(d)) {
k = BrushUtil.j(255, 255, 255, 255);
}
}
e = BrushUtil.l(k, g, f);
}
if (e == null) {
e = this.aal.c4();
}
if (this.abm && this.calloutStyleUpdating != null) {
var l = new CalloutStyleUpdatingEventArgs();
l.item = a.b.aa;
l.xValue = a.b.ac;
l.yValue = a.b.ad;
l.series = a.b.l;
l.background = d;
l.textColor = e;
l.outline = h;
l.leaderBrush = i;
l.strokeThickness = j;
this.calloutStyleUpdating(this, l);
d = l.background;
e = l.textColor;
h = l.outline;
i = l.leaderBrush;
j = l.strokeThickness;
}
a.b.backgroundPadding = b;
a.b.backgroundCornerRadius = c;
a.b.background = d;
a.b.textColor = e;
a.b.outline = h;
a.b.leaderBrush = i;
a.b.strokeThickness = j;
};
CalloutLayer.prototype.kr = function (a, b) {
var c = this.nf(b);
if (c == CalloutLayer.$$p[31]) {
return this.ks(a, b, this.adp);
}
if (c == CalloutLayer.$$p[42]) {
return this.ks(a, b, this.ad5);
}
if (c == CalloutLayer.$$p[43]) {
return this.ks(a, b, this.ad8);
}
if (c == CalloutLayer.$$p[28]) {
return this.ks(a, b, this.adj);
}
if (c == CalloutLayer.$$p[22]) {
return this.ks(a, b, this.adb);
}
return _super.prototype.kr.call(this, a, b);
};
CalloutLayer.prototype.mf = function (a) {
var b = this.nf(a);
if (b == CalloutLayer.$$p[31]) {
return this.adp;
}
if (b == CalloutLayer.$$p[42]) {
return this.ad5;
}
if (b == CalloutLayer.$$p[43]) {
return this.ad8;
}
if (b == CalloutLayer.$$p[28]) {
return this.adj;
}
if (b == CalloutLayer.$$p[22]) {
return this.adb;
}
return _super.prototype.mf.call(this, a);
};
Object.defineProperty(CalloutLayer.prototype, "aa2", {
get: function () {
return this.aax;
},
set: function (a) {
if (this.aax != a) {
var b = this.aax;
this.aax = a;
this.raisePropertyChanged("LabelColumn", b, this.aax);
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayer.prototype, "aa3", {
get: function () {
return this.aay;
},
set: function (a) {
if (this.aay != a) {
var b = this.aay;
this.aay = a;
this.raisePropertyChanged("XColumn", b, this.aay);
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayer.prototype, "aa4", {
get: function () {
return this.aaz;
},
set: function (a) {
if (this.aaz != a) {
var b = this.aaz;
this.aaz = a;
this.raisePropertyChanged("YColumn", b, this.aaz);
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayer.prototype, "aa1", {
get: function () {
return this.aaw;
},
set: function (a) {
if (this.aaw != a) {
var b = this.aaw;
this.aaw = a;
this.raisePropertyChanged("KeyColumn", b, this.aaw);
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayer.prototype, "aa0", {
get: function () {
return this.aav;
},
set: function (a) {
if (this.aav != a) {
var b = this.aav;
this.aav = a;
this.raisePropertyChanged("ContentColumn", b, this.aav);
}
},
enumerable: false,
configurable: true
});
CalloutLayer.prototype.aed = function (a, b) {
if (b.propertyName == CalloutAnnotation.$$p[15] || b.propertyName == CalloutAnnotation.$$p[16]) {
var c = a.k;
if (!this.abw.contains(c)) {
this.abw.add_1(c);
this.abz.add(c);
this.ru(false);
}
}
};
CalloutLayer.prototype.ct = function () {
return new CalloutLayerView(this);
};
CalloutLayer.prototype.q3 = function (a) {
_super.prototype.q3.call(this, a);
this.aal = a;
};
Object.defineProperty(CalloutLayer.prototype, "aan", {
get: function () {
return this.aam;
},
set: function (a) {
var b = this.aan;
if (a != b) {
this.aam = a;
this.raisePropertyChanged("AllowedPositions", b, this.aan);
}
},
enumerable: false,
configurable: true
});
CalloutLayer.prototype.gv = function (a) {
if (this.aas == null) {
return true;
}
if (this.aas == a) {
return true;
}
return false;
};
Object.defineProperty(CalloutLayer.prototype, "aag", {
get: function () {
return EnumUtil.getEnumValue(AutoCalloutVisibilityMode_$type, this.c(CalloutLayer.afd));
},
set: function (a) {
this.h(CalloutLayer.afd, enumGetBox(AutoCalloutVisibilityMode_$type, a));
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayer.prototype, "aaf", {
get: function () {
return this.aae;
},
set: function (a) {
this.aae = a;
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayer.prototype, "agb", {
get: function () {
return new Thickness(1, this.ab9, this.acb, this.aca, this.ab8);
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayer.prototype, "aau", {
get: function () {
if (this.aat == null) {
this.aat = FontUtil.toFontInfo(this.j0, this.adv);
}
return this.aat;
},
enumerable: false,
configurable: true
});
CalloutLayer.prototype.yw = function (a, b) {
if (this.aas == null || this.aas == a) {
if (!this.a1.c) {
this.ru(b);
}
}
};
CalloutLayer.prototype.yy = function (a, b) {
var e_1, _a;
var _this = this;
_super.prototype.yy.call(this, a, b);
var c = a;
c.q.clear();
c.r.clear();
c.n.clear();
c.f.clear();
c.i.clear();
c.h.clear();
c.k.clear();
c.m.clear();
c.l.clear();
c.j.clear();
c.g.clear();
c.o.clear();
c.p.clear();
c.u.clear();
c.v.clear();
c.s.clear();
c.t.clear();
var d = this.ab1();
var e = new List$1(CalloutAnnotationWrapper.$, 0);
var f = Number.POSITIVE_INFINITY;
var g = true;
if (this.abj) {
if (this.xn(this.aas)) {
if (typeCast(IHasCategoryAxis_$type, this.aas) !== null) {
var h = this.aas.ix() > 0 ? this.aas.ix() : this.aas.getCategoryWidth();
if (!isNaN_(h) && !isInfinity(h) && h > 0) {
f = Math.min(f, h);
}
}
this.ael(this.aas, c, e);
}
else {
try {
for (var _b = __values(fromEnum(this.dc.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
var i = _c.value;
if (this.xn(i)) {
if (typeCast(IHasCategoryAxis_$type, i) !== null) {
var j = i.ix() > 0 ? i.ix() : i.getCategoryWidth();
if (!isNaN_(j) && !isInfinity(j) && j > 0) {
f = Math.min(f, j);
}
}
if (!i.eu) {
if (!i.isVertical) {
g = false;
}
}
var k = false;
if (i.ei && this.aar == 0 || this.aar == 3 || this.aar == 2) {
if (this.aar == 0 || this.aar == 2) {
k = true;
}
i.p3(function (l) {
_this.ael(l, c, e);
return true;
});
}
if (!k) {
this.ael(i, c, e);
}
}
}
}
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;
}
}
}
}
if (this.abj && this.aaf == 2) {
var l = 0;
var m = 0;
var n = 1.7976931348623157E+308;
var o = 1.7976931348623157E+308;
var p = -1.7976931348623157E+308;
var q = -1.7976931348623157E+308;
if (e.count > 0) {
if (e._inner[0].c != null) {
l = e._inner[0].e;
m = e._inner[0].f;
}
for (var r = 0; r < e.count; r++) {
var s = e._inner[r];
if (s.c != null) {
var t = s.e;
var u = s.f;
if (t != l) {
n = Math.min(n, Math.abs(t - l));
}
if (u != m) {
o = Math.min(o, Math.abs(u - m));
}
p = Math.max(s.c.p + s.c.p, p);
q = Math.max(s.c.o + s.c.o, q);
}
}
if (g) {
if (!isNaN_(f) && !isInfinity(f)) {
if (q > f) {
e.clear();
}
}
else {
if (q > o) {
e.clear();
}
}
}
else {
if (!isNaN_(f) && !isInfinity(f)) {
if (p > f) {
e.clear();
}
}
else {
if (p > n) {
e.clear();
}
}
}
}
}
this.aek(c, d, e);
};
CalloutLayer.prototype.sv = function (a, b) {
_super.prototype.sv.call(this, a, b);
var c = b.width - this.af8.width;
var d = b.height - this.af8.height;
var e = 0;
if (Math.abs(c) > Math.abs(d)) {
e = c;
this.ab2 = c * this.wx.width;
}
else {
e = d;
this.ab2 = d * this.wx.height;
}
if (e > 0 && this.ab2 > 5) {
this.abh = true;
}
if (e < 0 && this.ab2 > 5) {
this.abg = true;
}
};
CalloutLayer.prototype.su = function (a, b) {
_super.prototype.su.call(this, a, b);
if (!a.equals1(b)) {
this.abf = true;
}
};
Object.defineProperty(CalloutLayer.prototype, "af9", {
get: function () {
return this.af7;
},
set: function (a) {
this.af7 = a;
},
enumerable: false,
configurable: true
});
CalloutLayer.prototype.aek = function (a, b, c) {
var e_2, _a;
if (this.dc != null) {
this.af8 = this.dc.wh;
}
if (this.wx.isEmpty) {
return;
}
this.af9 = new Rect(0, this.wx.left, this.wx.top, this.wx.width, this.wx.height);
if (this.aa5 != null && this.ac8 != null && this.ac8 != this.aa5.bd) {
this.aef();
}
if (this.aa5 != null && this.aa5.j != this.aa7()) {
this.aef();
}
if (this.aa5 == null) {
var d = this.aa6();
if (d != null) {
this.aa5 = d;
var e = this.aa5;
e.labelsMoved = delegateCombine(e.labelsMoved, runOn(this, this.aec));
}
else {
var f = this.wo(this.cw);
var g = new Array(2);
g[0] = 0;
g[1] = 3;
if (this.aas != null) {
if (this.aas.isVertical) {
g = new Array(2);
g[0] = 2;
g[1] = 1;
}
}
else {
var h = false;
if (this.dc != null && this.dc.series.count > 0) {
h = true;
try {
for (var _b = __values(fromEnum(this.dc.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
var i = _c.value;
if (!i.eu) {
if (!i.isVertical) {
h = false;
}
}
}
}
catch (e_2_1) {
e_2 = { error: e_2_1 };
}
finally {
try {
if (_c && !_c.done && (_a = _b.return))
_a.call(_b);
}
finally {
if (e_2)
throw e_2.error;
}
}
}
if (h) {
g = new Array(2);
g[0] = 2;
g[1] = 1;
}
}
if (this.aai == 4 || this.aai == 6) {
g = new Array(4);
g[0] = 10;
g[1] = 11;
g[2] = 8;
g[3] = 9;
}
if (this.aai == 5) {
g = new Array(4);
g[0] = 9;
g[1] = 10;
g[2] = 11;
g[3] = 8;
}
if (this.aai == 7) {
g = new Array(4);
g = new Array(4);
g[0] = 8;
g[1] = 10;
g[2] = 11;
g[3] = 9;
}
this.aa5 = new LabelCollisionManager(this.wx.right, this.wx.bottom, this.wx, this.aal.k(), this.acc, this.aa7(), g, this.acj(), this.aci(), this.abk, this.aaa);
this.aa5.v = this.abn;
if (this.ac8 != null) {
this.aa5.bd = this.ac8;
this.aa5.bb = this;
}
var j = this.aa5;
j.labelsMoved = delegateCombine(j.labelsMoved, runOn(this, this.aec));
}
}
if (this.abg) {
this.abg = false;
if (this.aa5.a9 > 2) {
this.abe = true;
}
}
if (this.abh) {
this.abh = false;
if (this.ab2 > 5) {
this.abe = true;
}
}
if (this.abf) {
this.abf = false;
this.aa5.bs(this.wx.right, this.wx.bottom, this.wx);
this.abe = true;
}
var k = new HashSet$1(CalloutAnnotationWrapper.$, 0);
var l = new HashSet$1(CalloutAnnotationWrapper.$, 0);
var m = new List$1(CalloutAnnotationWrapper.$, 0);
var n = new List$1(CalloutAnnotationWrapper.$, 0);
var o = new HashSet$1(CalloutAnnotationWrapper.$, 0);
for (var p = 0; p < b.count; p++) {
o.add_1(b._inner[p]);
}
for (var q = 0; q < c.count; q++) {
o.add_1(c._inner[q]);
}
var r = this.abx.c;
while (r != null) {
var s = r.a;
if (!o.contains(r.c)) {
n.add(r.c);
l.add_1(r.c);
var t = r.c.b;
t.propertyChanged = delegateRemove(t.propertyChanged, runOn(this, this.aed));
this.abx.h(r);
this.abu.removeItem(r.c);
this.aa5.br(r.c.c);
}
r = s;
}
for (var u = 0; u < b.count; u++) {
if (!this.abu.containsKey(b._inner[u])) {
this.abx.f(b._inner[u]);
var v = b._inner[u].b;
v.propertyChanged = delegateCombine(v.propertyChanged, runOn(this, this.aed));
this.abu.addItem(b._inner[u], this.abx.d);
m.add(b._inner[u]);
k.add_1(b._inner[u]);
this.abe = true;
}
}
for (var w = 0; w < c.count; w++) {
if (!this.abu.containsKey(c._inner[w])) {
this.abx.f(c._inner[w]);
this.abu.addItem(c._inner[w], this.abx.d);
var x = c._inner[w].b;
x.propertyChanged = delegateCombine(x.propertyChanged, runOn(this, this.aed));
m.add(c._inner[w]);
k.add_1(c._inner[w]);
this.abe = true;
}
}
if (this.abb == true) {
this.abb = false;
this.abe = true;
}
var y = false;
if (this.abz.count > 0) {
y = true;
this.abz.clear();
this.abw.clear();
}
r = this.abx.c;
while (r != null) {
var z = this.aa8(r.c);
if (z == null) {
return;
}
if (!Base.equalsStatic(z, r.c.c.e)) {
var aa = false;
if (r.c.c.e == null) {
aa = true;
}
var ab = r.c.c;
ab.s = z.d;
ab.t = z.e;
if (!isNaN_(ab.s) && !isNaN_(ab.t)) {
ab.r = z.g;
ab.q = z.f;
if (ab.c == null) {
this.aa5.ad(ab, false);
}
if (aa) {
this.aa5.be(ab);
}
else {
this.aa5.bo(ab);
}
}
}
r = r.a;
}
var ac = this.aa5.ba();
var ad = this.aa5.af();
if (!this.abe && y && (ac != 0 || ad)) {
{
this.abe = true;
}
}
if (ad) {
if (this.aa5.x()) {
this.abe = true;
}
}
if (this.abe && (ac != 0 || ad || this.abc)) {
this.abc = false;
this.abe = false;
this.acf = 0x7FFFFFFF;
if (this.ac8 != null) {
var ae = true;
for (var af = 0; af < this.dc.series.count; af++) {
var ag = this.dc.series._inner[af];
if (ag.eu && typeCast(CalloutLayer.$, ag) !== null) {
var ah = ag;
if (ah.ac8 == this.ac8) {
if (!ah.af9.equals1(this.aa5.b0)) {
ae = false;
break;
}
}
}
}
if (ae) {
this.aa5.bv();
}
else {
this.aa5.bf();
this.aa5.bg();
}
}
else {
this.aa5.bv();
}
}
else {
this.aa5.bg();
}
var ai = this.abx.c;
var aj;
var ak;
var al;
var am;
var an;
var ao;
var ap;
var aq;
var ar;
var as;
var at;
var au;
var av;
var aw;
var ax;
var ay;
var az = this.abl;
var a0 = this.abn;
var a1 = this.cw.b5();
while (ai != null) {
var a2 = ai.c;
var a3 = a2.b;
aj = a3.bm;
ak = a3.bp;
al = a3.bo;
am = a3.backgroundPadding.left;
an = a3.backgroundPadding.top;
ao = a3.backgroundPadding.right;
ap = a3.backgroundPadding.bottom;
ar = a3.backgroundCornerRadius;
aq = a3.y;
as = a3.bq;
at = a3.ao;
au = a3.aa;
var a4 = a2.c;
av = a4.s - (a4.k - a4.p);
aw = a4.t - (a4.l - a4.o);
ax = a4.k - a4.p;
ay = a4.l - a4.o;
var a5 = false;
if (a0) {
if (a4.c != null && this.aa5.ab(a4.c)) {
a5 = true;
}
}
if (a2.c.h && !a5) {
av = NaN;
aw = NaN;
}
if (!a2.c.h && (a2.c.b == 8 || a2.c.b == 9)) {
al = a1;
av = a4.k;
aw = a4.l;
}
if (a5) {
at = this.adx(a2, at);
var a6 = this.aa5.as(a2.c.c);
if (a6 > 0) {
ax += a6;
av -= a6;
}
}
if (az) {
var a7 = new CalloutRenderStyleUpdatingEventArgs();
a7.background = aj;
a7.outline = ak;
a7.leaderBrush = al;
a7.strokeThickness = aq;
a7.textColor = as;
a7.item = au;
a7.series = a3.l;
a7.actualPosition = a4.b;
a7.xValue = a3.ac;
a7.yValue = a3.ad;
if (this.calloutRenderStyleUpdating != null) {
this.calloutRenderStyleUpdating(this, a7);
aj = a7.background;
ak = a7.outline;
al = a7.leaderBrush;
aq = a7.strokeThickness;
as = a7.textColor;
}
}
a.n.add1(a2);
a.f.add(aj);
a.i.add(ak);
a.h.add(al);
a.k.add(am);
a.m.add(an);
a.l.add(ao);
a.j.add(ap);
a.g.add(ar);
a.o.add(aq);
a.p.add(as);
a.q.add1(at);
a.r.add1(au);
a.u.add(av);
a.v.add(aw);
a.s.add(ax);
a.t.add(ay);
ai = ai.a;
}
};
CalloutLayer.prototype.adx = function (a, b) {
var c = Math.max(this.aa5.as(a.c.c), this.aa5.at(a.c.c));
if (c <= 0) {
return b;
}
var d = b.length;
var e = this.aal.c7(b, a.b.backgroundPadding);
var f = e.width;
var g = f - c;
while (f - g > 0.0001 && d > 0) {
d--;
b = b.substr(0, d) + "…";
e = this.aal.c7(b, a.b.backgroundPadding);
f = e.width;
}
return b;
};
CalloutLayer.prototype.aef = function () {
if (this.aa5 != null) {
var a = this.abx.c;
while (a != null) {
var b = a.c.c;
if (b != null) {
this.aa5.br(b);
}
a = a.a;
}
var c = this.aa5;
c.labelsMoved = delegateRemove(c.labelsMoved, runOn(this, this.aec));
this.aa5 = null;
}
this.aee();
};
CalloutLayer.prototype.aa6 = function () {
if (this.dc == null) {
return null;
}
for (var a = 0; a < this.dc.series.count; a++) {
var b = this.dc.series._inner[a];
if (b.eu && typeCast(CalloutLayer.$, b) !== null) {
var c = b;
if (c != this) {
if (c.ac8 != null && c.ac8 == this.ac8) {
if (c.aa5 != null) {
return c.aa5;
}
}
}
}
}
return null;
};
CalloutLayer.prototype.aci = function () {
return 20000;
};
CalloutLayer.prototype.acj = function () {
return 300;
};
CalloutLayer.prototype.aa7 = function () {
switch (this.aai) {
case 0: return 2;
case 2: return 1;
case 3: return 2;
case 1: return 0;
case 4: return 3;
case 7: return 7;
case 5: return 5;
case 6: return 6;
}
return 2;
};
CalloutLayer.prototype.aec = function (a) {
var b = this.aa5.ba();
var c = this.acf;
if (b < this.acf) {
this.acf = b;
if (c != 0x7FFFFFFF) {
this.ru(false);
}
}
};
CalloutLayer.prototype.aa8 = function (a) {
var b = this.aas;
if (a.b.l != null) {
b = a.b.l;
}
if (b == null) {
for (var c = 0; c < this.dc.series.count; c++) {
var d = this.dc.series._inner[c];
if (!d.eu) {
b = d;
break;
}
}
}
if (b == null) {
return null;
}
var e = b.ai();
var f = b.iz();
var g = null;
var h = null;
var i = false;
for (var j = 0; j < e.length; j++) {
if (e[j] == null) {
continue;
}
if (e[j].b9) {
i = true;
g = e[j];
}
else if (e[j].cm) {
i = true;
h = e[j];
}
else if (e[j].cp) {
h = e[j];
}
else {
g = e[j];
}
}
if (g == null || h == null) {
return null;
}
if (!g.co() || !h.co()) {
return null;
}
var k = 0;
var l = 0;
if (g.cb && g.categoryMode != 0) {
if (b.e8) {
k = b.getOffsetValue();
}
else if (b.e0) {
k = b.getOffsetValue();
}
}
if (h.cb && h.categoryMode != 0) {
if (b.e0) {
l = b.getOffsetValue();
}
}
var m = new ScalerParams(0, this.dc.wh, g.kh, g.ch, g.kc());
m.b = f;
var n = new ScalerParams(0, this.dc.wh, h.kh, h.ch, h.kc());
n.b = f;
var o = 0;
var p = 0;
if (i) {
o = g.el(this.ace(a.b.ac), m) + k;
p = h.el(this.ace(a.b.ad), n) + l;
var q = o;
var r = p;
var s = { $type: Point_$type, x: 0.5, y: 0.5 };
var t = s.x + (r * Math.cos(q));
o = ViewportUtils.e(t, m.e, m.d, m.c);
var u = s.y + (r * Math.sin(q));
p = ViewportUtils.i(u, n.e, n.d, n.c);
}
else {
o = g.el(this.ace(a.b.ac), m) + k;
p = h.el(this.ace(a.b.ad), n) + l;
}
var v = new QuadTreeBoundingBox();
v.d = o;
v.e = p;
v.g = 3;
v.f = 3;
v.i = a.b;
return v;
};
CalloutLayer.prototype.ace = function (a) {
if (typeCast(Date_$type, a) !== null) {
return a.getTime();
}
if (a == null) {
return 0;
}
return a;
};
CalloutLayer.prototype.ab1 = function () {
var a = new List$1(CalloutAnnotationWrapper.$, 0);
for (var b = 0; b < this.ab0.count; b++) {
if (stringIsNullOrEmpty(this.ab0._inner[b].b.ao)) {
continue;
}
if (this.ab0._inner[b].c == null) {
var c = new LabelCollisionInfo();
this.ab0._inner[b].c = c;
var d = this.aal.c7(this.ack(this.ab0._inner[b]), this.ab0._inner[b].b.backgroundPadding);
c.o = d.height / 2;
c.p = d.width / 2;
}
var e = this.aa8(this.ab0._inner[b]);
if (e == null || e.d < this.wx.left || e.d > this.wx.right || e.e < this.wx.top || e.e > this.wx.bottom) {
continue;
}
a.add(this.ab0._inner[b]);
}
return a;
};
CalloutLayer.prototype.ack = function (a) {
return a.b.ao;
};
CalloutLayer.prototype.xn = function (a) {
if (!_super.prototype.xn.call(this, a)) {
return false;
}
if (this.ads != null) {
if (a.isFragment) {
var b = a.ne();
if (!Base.equalsStatic(this.ads, b)) {
return false;
}
}
else {
if (!Base.equalsStatic(this.ads, a.name)) {
return false;
}
}
}
return true;
};
CalloutLayer.prototype.qr = function () {
_super.prototype.qr.call(this);
if (!this.a1.c && !this.d4()) {
return;
}
if (this.aba) {
this.aba = false;
this.aem();
this.aeh();
}
if (this.d4()) {
this.aep(this.xi, false);
}
else {
this.aep(this.xg, false);
}
};
CalloutLayer.prototype.aei = function () {
if (!this.abd) {
this.abd = true;
this.ru(true);
}
};
CalloutLayer.prototype.ael = function (a, b, c) {
var d = false;
if (this.abd) {
this.abd = false;
d = true;
}
a.kj = this.aad;
if (!a.gj && a.ed(this.aby, this.abt, this.abp, this.acg, false)) {
var e = this.aby;
var _loop_1 = function (f) {
var g = e._inner[f];
var h = g.b != null ? g.b.item : null;
var i = g.b.item != null ? g.b.item : g.b;
var j = g.g;
var k = a;
var l = new CalloutKey(i, k);
var m = new CalloutAnnotationWrapper();
var n = new CalloutAnnotation();
m.b = n;
n.key = l;
var o = false;
if (this_1.abu.containsKey(m)) {
m = this_1.abu.item(m).c;
n = m.b;
o = d;
}
else {
o = true;
}
var p = n.ac;
var q = n.ad;
if (this_1.ace(p) != this_1.ace(g.d) && (!isNaN_(this_1.ace(p)) || !isNaN_(this_1.ace(g.d)))) {
n.xValue = g.d;
}
if (this_1.ace(q) != this_1.ace(g.e) && (!isNaN_(this_1.ace(q)) || !isNaN_(this_1.ace(g.e)))) {
n.yValue = g.e;
}
n.itemColor = j;
n.series = a;
var r = false;
if (g.f != n.az) {
n.az = g.f;
r = true;
}
if (o || r) {
if (this_1.calloutLabelUpdating != null) {
var s = ((function () {
var $ret = new CalloutLabelUpdatingEventArgs();
$ret.d = n.ac;
$ret.e = n.ad;
$ret.item = h;
$ret.a = a;
$ret.f = a.name;
return $ret;
})());
this_1.calloutLabelUpdating(this_1, s);
if (s.c != null && !Base.equalsStatic(s.c, m.b.ao)) {
var t = s.c;
if (this_1.aad != null) {
m.b.text = this_1.aad.i(t);
}
else {
m.b.text = t != null ? t.toString() : "";
}
}
}
else {
if (g.f != null) {
n.text = g.f;
}
}
}
if (n.ao == null) {
return "continue";
}
if (o || r) {
if (this_1.calloutContentUpdating != null) {
var u = ((function () {
var $ret = new CalloutContentUpdatingEventArgs();
$ret.c = n.ac;
$ret.d = n.ad;
$ret.item = h;
$ret.a = i;
return $ret;
})());
this_1.calloutContentUpdating(this_1, u);
if (u.a != null && u.a != m.b.aa) {
m.b.content = u.a;
}
}
else {
if (i != null && i != m.b.aa) {
m.b.content = i;
}
}
}
if (o) {
this_1.aer(m);
}
if (m.c == null) {
var v = new LabelCollisionInfo();
m.c = v;
var w = this_1.aal.c7(this_1.ack(m), m.b.backgroundPadding);
v.o = w.height / 2;
v.p = w.width / 2;
}
var x = this_1.aa8(m);
if (x == null || x.d < this_1.wx.left || x.d > this_1.wx.right || x.e < this_1.wx.top || x.e > this_1.wx.bottom) {
return "continue";
}
m.e = x.d;
m.f = x.e;
if (g.a != null) {
m.c.a = g.a;
}
c.add(m);
};
var this_1 = this;
for (var f = 0; f < this.aby.count; f++) {
_loop_1(f);
}
}
a.kj = null;
};
CalloutLayer.prototype.b3 = function () {
return 1;
};
CalloutLayer.prototype.a2 = function (a, b) {
var c = this.aa5.i(a, b);
if (c == null) {
return null;
}
return c.y;
};
CalloutLayer.prototype.gx = function (a, b) {
if (this.aa5 == null) {
return false;
}
return this.aa5.i(a, b) != null;
};
CalloutLayer.prototype.aep = function (a, b) {
var e_3, _a;
var c = 0;
var d = new HashSet$1(CalloutAnnotationWrapper.$, 0);
for (c = 0; c < a.q.count; c++) {
var e = a.n._inner[c];
if (isNaN_(a.u._inner[c]) || isNaN_(a.v._inner[c])) {
continue;
}
var f = this.aal.cr.item(e);
d.add_1(e);
if (f.h != a.q._inner[c]) {
f.h = a.q._inner[c];
var g = f.u();
}
f.e = a.o._inner[c];
f.m = a.f._inner[c];
f.p = a.p._inner[c];