igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
1,452 lines (1,451 loc) • 75.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-angular-core";
import { Base, runOn, delegateCombine, String_$type, Array_$type, enumGetBox, EnumUtil, typeCast, fromEnum, delegateRemove, Point_$type, Date_$type, markType, markDep } from "igniteui-angular-core";
import { Series } from "./Series";
import { CalloutPlacementPositionsCollection } from "./CalloutPlacementPositionsCollection";
import { HighlightedValueLabelMode_$type } from "igniteui-angular-core";
import { AutoCalloutVisibilityMode_$type } from "./AutoCalloutVisibilityMode";
import { Brush } from "igniteui-angular-core";
import { Thickness } from "igniteui-angular-core";
import { CalloutCollisionMode_$type } from "igniteui-angular-core";
import { FontUtil } from "igniteui-angular-core";
import { Rect } from "igniteui-angular-core";
import { BindingFormatter } from "igniteui-angular-core";
import { CalloutLayerFrame } from "./CalloutLayerFrame";
import { Size } from "igniteui-angular-core";
import { HashSet$1 } from "igniteui-angular-core";
import { CalloutAnnotationWrapper } from "./CalloutAnnotationWrapper";
import { List$1 } from "igniteui-angular-core";
import { LinkedList$1 } from "igniteui-angular-core";
import { Dictionary$2 } from "igniteui-angular-core";
import { LinkedListNode$1 } from "igniteui-angular-core";
import { LabelCollisionManager } from "igniteui-angular-core";
import { SeriesPointOfInterest } from "./SeriesPointOfInterest";
import { CalloutAnnotation } from "./CalloutAnnotation";
import { IFastItemsSource_$type } from "igniteui-angular-core";
import { DeviceUtils } from "igniteui-angular-core";
import { CalloutLabelUpdatingEventArgs } from "./CalloutLabelUpdatingEventArgs";
import { CalloutSeriesSelectingEventArgs } from "./CalloutSeriesSelectingEventArgs";
import { CalloutStyleUpdatingEventArgs } from "./CalloutStyleUpdatingEventArgs";
import { BrushUtilCore } from "igniteui-angular-core";
import { LabelCollisionInfo } from "igniteui-angular-core";
import { BrushUtil } from "igniteui-angular-core";
import { CalloutRenderStyleUpdatingEventArgs } from "./CalloutRenderStyleUpdatingEventArgs";
import { IHasCategoryAxis_$type } from "./IHasCategoryAxis";
import { QuadTreeBoundingBox } from "igniteui-angular-core";
import { ScalerParams } from "./ScalerParams";
import { ViewportUtils } from "./ViewportUtils";
import { CalloutContentUpdatingEventArgs } from "./CalloutContentUpdatingEventArgs";
import { CalloutKey } from "./CalloutKey";
import { DataContext } from "igniteui-angular-core";
import { HashPool$2 } from "igniteui-angular-core";
import { AxisRange } from "./AxisRange";
import { PropertyMetadata } from "igniteui-angular-core";
import { isNaN_, isInfinity } from "igniteui-angular-core";
import { stringIsNullOrEmpty } from "igniteui-angular-core";
import { FastItemObjectColumn } from "igniteui-angular-core";
import { AnnotationLayerView } from "./AnnotationLayerView";
import { TextBlock } from "igniteui-angular-core";
import { Color } from "igniteui-angular-core";
import { Line } from "igniteui-angular-core";
import { CalloutViewHelper } from "./CalloutViewHelper";
import { Rectangle } from "igniteui-angular-core";
import { TranslateTransform } from "igniteui-angular-core";
/**
* @hidden
*/
var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(CalloutLayer, _super);
function CalloutLayer() {
var _this = _super.call(this) || this;
_this.aav = true;
_this.afu = new Size(1, 0, 0);
_this.calloutStyleUpdating = null;
_this.calloutRenderStyleUpdating = null;
_this.aaj = null;
_this.aak = null;
_this.aal = null;
_this.aai = null;
_this.aah = null;
_this.abh = new HashSet$1(CalloutAnnotationWrapper.$, 0);
_this.abk = new List$1(CalloutAnnotationWrapper.$, 0);
_this.abl = new List$1(CalloutAnnotationWrapper.$, 0);
_this.z8 = null;
_this.zw = null;
_this.aaf = null;
_this.abi = new LinkedList$1(CalloutAnnotationWrapper.$);
_this.abf = new Dictionary$2(CalloutAnnotationWrapper.$, LinkedListNode$1.$.specialize(CalloutAnnotationWrapper.$), 0);
_this.aar = null;
_this.afs = new Rect(0, 0, 0, 1, 1);
_this.aaz = false;
_this.ab0 = 0;
_this.afr = Rect.empty;
_this.aax = false;
_this.aay = false;
_this.calloutContentUpdating = null;
_this.calloutLabelUpdating = null;
_this.calloutSeriesSelecting = null;
_this.abj = new List$1(SeriesPointOfInterest.$, 0);
_this.aa1 = false;
_this.aa2 = false;
_this.abn = 0;
_this.aa0 = false;
_this.zz = null;
_this.aaw = true;
_this.z0 = 1;
FastItemObjectColumn.m();
_this.zw = null;
_this.z8 = new CalloutPlacementPositionsCollection();
var a = _this.z8;
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.adv));
_this.xj = true;
var b = new CalloutLayerFrame();
var c = new CalloutLayerFrame();
var d = new CalloutLayerFrame();
var e = _this.kc / 1000;
_this.xb = b;
_this.xa = c;
_this.xc = d;
_this.ab = CalloutLayer.$;
return _this;
}
CalloutLayer.prototype.bj = function () {
return new CalloutLayer();
};
CalloutLayer.prototype.get_eo = function () {
return true;
};
CalloutLayer.prototype.adv = function (a, b) {
this.ad4();
};
CalloutLayer.prototype.ad4 = function () {
this.zw = this.zy(this.z9);
this.ad1();
};
CalloutLayer.prototype.adw = function (a, b) {
this.abl.clear();
this.rq(false);
};
CalloutLayer.prototype.pa = function (a, b, c, d) {
_super.prototype.pa.call(this, a, b, c, d);
var e = this.abg();
switch (a) {
case 3:
this.aea(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.aae;
this.abl.insert(f, h);
this.aea(f, e);
}
break;
case 0:
this.abl.v(b, c);
break;
case 2:
for (var i = b; i < b + c; i++) {
this.aea(i, e);
}
break;
case 4:
this.abl.clear();
for (var j = 0; j < this.dn.count; j++) {
var k = new CalloutAnnotation();
var l = new CalloutAnnotationWrapper();
l.b = k;
l.b.series = this.aae;
this.abl.add(l);
this.aea(j, e);
}
break;
}
this.rq(true);
};
CalloutLayer.prototype.ge = function (a) {
return false;
};
CalloutLayer.prototype.afw = function () {
var a = new Thickness(0, DeviceUtils.g(3));
if (isNaN_(this.afv.left) || isNaN_(this.afv.top) || isNaN_(this.afv.right) || isNaN_(this.afv.bottom)) {
a = new Thickness(0, DeviceUtils.g(3));
}
else {
a = this.afv;
}
return a;
};
CalloutLayer.prototype.ws = function () {
var a = 0;
var b = 0;
if (!this.aa3) {
return new Size(1, b, a);
}
if (!this.aav) {
return this.afu;
}
var c = "Ig";
var d = this.afw();
var e = this.z7.cr(c, d);
if (!isNaN_(e.height)) {
a = Math.max(e.height, a);
}
if (!isNaN_(this.abx)) {
a += this.abx;
}
if (!isNaN_(this.abx)) {
b += this.abx;
}
if (!isNaN_(this.abr)) {
a = Math.max(a, this.abr);
}
if (!isNaN_(this.abp)) {
a = Math.min(a, this.abp);
}
if (!isNaN_(this.abs)) {
b = Math.max(b, this.abs);
}
if (!isNaN_(this.abq)) {
b = Math.min(b, this.abq);
}
this.aav = false;
this.afu = new Size(1, b, a);
return this.afu;
};
CalloutLayer.prototype.abg = function () {
var a = new Dictionary$2(String_$type, Series.$, 0);
if (this.db != null) {
for (var b = 0; b < this.db.series.count; b++) {
var c = this.db.series._inner[b];
if (c.name != null && !a.containsKey(c.name)) {
a.addItem(c.name, c);
}
}
}
return a;
};
CalloutLayer.prototype.aea = function (a, b) {
var _this = this;
if (this.aaq == null || this.aao == null) {
return;
}
var c = a;
if (this.aap != null) {
c = this.aap.item(a);
}
var d = this.aaq.item(a);
var e = this.aao.item(a);
var f = this.abl._inner[a];
if (this.aan != null) {
if (f.b.ab != this.aan.item(a)) {
f.b.key = this.aan.item(a);
}
}
if (this.abf.containsKey(f)) {
f.b = this.abf.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.dn.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.zz != null) {
f.b.text = this.zz.i(h);
}
else {
f.b.text = h != null ? h.toString() : "";
}
}
}
else {
if (this.zz != null) {
f.b.text = this.zz.i(e);
}
else {
f.b.text = e != null ? e.toString() : "";
}
}
if (this.aam != null) {
f.b.content = this.aam.item(a);
}
else {
f.b.content = this.dn.item(a);
}
if (this.calloutSeriesSelecting != null) {
var i = ((function () {
var $ret = new CalloutSeriesSelectingEventArgs();
$ret.c = c;
$ret.d = d;
$ret.item = _this.dn.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.aeb(f);
};
CalloutLayer.prototype.aeb = function (a) {
var b = new Thickness(0, DeviceUtils.g(3));
if (isNaN_(this.afv.left) || isNaN_(this.afv.top) || isNaN_(this.afv.right) || isNaN_(this.afv.bottom)) {
b = new Thickness(0, DeviceUtils.g(3));
}
else {
b = this.afv;
}
var c = DeviceUtils.g(3);
if (isNaN_(this.abo)) {
c = DeviceUtils.g(3);
}
else {
c = this.abo;
}
var d = this.afl != null && !this.abb ? this.afl : this.z7.cl(a.b.l, a.b.itemColor);
var e = this.afq != null ? this.afq : null;
var f = this.afo != null ? this.afo : this.z7.co();
var g = this.afm != null ? this.afm : this.z7.cm();
var h = this.afp != null && !this.abc ? this.afp : this.z7.cp(a.b.l, a.b.itemColor);
var i = this.afn != null ? this.afn : this.z7.cn(a.b.l, a.b.itemColor);
var j = isNaN_(this.aby) ? 0 : this.aby;
if (e == null && (this.aa9 || this.afo != null || this.afm != null)) {
var k = d;
if (k == null || BrushUtilCore.a(d)) {
k = this.db != null ? this.db.vk : 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.h(255, 255, 255, 255);
}
}
e = BrushUtil.j(k, g, f);
}
if (e == null) {
e = this.z7.co();
}
if (this.aa7 && 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.kp = function (a, b) {
var c = this.nc(b);
if (c == CalloutLayer.$$p[31]) {
return this.kq(a, b, this.ada);
}
if (c == CalloutLayer.$$p[42]) {
return this.kq(a, b, this.adq);
}
if (c == CalloutLayer.$$p[43]) {
return this.kq(a, b, this.adt);
}
if (c == CalloutLayer.$$p[28]) {
return this.kq(a, b, this.ac4);
}
if (c == CalloutLayer.$$p[22]) {
return this.kq(a, b, this.acw);
}
return _super.prototype.kp.call(this, a, b);
};
CalloutLayer.prototype.mc = function (a) {
var b = this.nc(a);
if (b == CalloutLayer.$$p[31]) {
return this.ada;
}
if (b == CalloutLayer.$$p[42]) {
return this.adq;
}
if (b == CalloutLayer.$$p[43]) {
return this.adt;
}
if (b == CalloutLayer.$$p[28]) {
return this.ac4;
}
if (b == CalloutLayer.$$p[22]) {
return this.acw;
}
return _super.prototype.mc.call(this, a);
};
Object.defineProperty(CalloutLayer.prototype, "aao", {
get: function () {
return this.aaj;
},
set: function (a) {
if (this.aaj != a) {
var b = this.aaj;
this.aaj = a;
this.raisePropertyChanged("LabelColumn", b, this.aaj);
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayer.prototype, "aap", {
get: function () {
return this.aak;
},
set: function (a) {
if (this.aak != a) {
var b = this.aak;
this.aak = a;
this.raisePropertyChanged("XColumn", b, this.aak);
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayer.prototype, "aaq", {
get: function () {
return this.aal;
},
set: function (a) {
if (this.aal != a) {
var b = this.aal;
this.aal = a;
this.raisePropertyChanged("YColumn", b, this.aal);
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayer.prototype, "aan", {
get: function () {
return this.aai;
},
set: function (a) {
if (this.aai != a) {
var b = this.aai;
this.aai = a;
this.raisePropertyChanged("KeyColumn", b, this.aai);
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayer.prototype, "aam", {
get: function () {
return this.aah;
},
set: function (a) {
if (this.aah != a) {
var b = this.aah;
this.aah = a;
this.raisePropertyChanged("ContentColumn", b, this.aah);
}
},
enumerable: false,
configurable: true
});
CalloutLayer.prototype.ady = function (a, b) {
if (b.propertyName == CalloutAnnotation.$$p[15] || b.propertyName == CalloutAnnotation.$$p[16]) {
var c = a.k;
if (!this.abh.contains(c)) {
this.abh.add_1(c);
this.abk.add(c);
this.rq(false);
}
}
};
CalloutLayer.prototype.cs = function () {
return new CalloutLayerView(this);
};
CalloutLayer.prototype.q0 = function (a) {
_super.prototype.q0.call(this, a);
this.z7 = a;
};
Object.defineProperty(CalloutLayer.prototype, "z9", {
get: function () {
return this.z8;
},
set: function (a) {
var b = this.z9;
if (a != b) {
this.z8 = a;
this.raisePropertyChanged("AllowedPositions", b, this.z9);
}
},
enumerable: false,
configurable: true
});
CalloutLayer.prototype.gt = function (a) {
if (this.aae == null) {
return true;
}
if (this.aae == a) {
return true;
}
return false;
};
Object.defineProperty(CalloutLayer.prototype, "z2", {
get: function () {
return EnumUtil.getEnumValue(AutoCalloutVisibilityMode_$type, this.c(CalloutLayer.aex));
},
set: function (a) {
this.h(CalloutLayer.aex, enumGetBox(AutoCalloutVisibilityMode_$type, a));
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayer.prototype, "z1", {
get: function () {
return this.z0;
},
set: function (a) {
this.z0 = a;
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayer.prototype, "afv", {
get: function () {
return new Thickness(1, this.abu, this.abw, this.abv, this.abt);
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayer.prototype, "aag", {
get: function () {
if (this.aaf == null) {
this.aaf = FontUtil.toFontInfo(this.jy, this.adg);
}
return this.aaf;
},
enumerable: false,
configurable: true
});
CalloutLayer.prototype.yo = function (a, b) {
if (this.aae == null || this.aae == a) {
if (!this.a1.c) {
this.rq(b);
}
}
};
CalloutLayer.prototype.yq = function (a, b) {
var e_1, _a;
var _this = this;
_super.prototype.yq.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.abm();
var e = new List$1(CalloutAnnotationWrapper.$, 0);
var f = Number.POSITIVE_INFINITY;
var g = true;
if (this.aa4) {
if (this.xh(this.aae)) {
if (typeCast(IHasCategoryAxis_$type, this.aae) !== null) {
var h = this.aae.getCategoryWidth();
if (!isNaN_(h) && !isInfinity(h) && h > 0) {
f = Math.min(f, h);
}
}
this.ad6(this.aae, c, e);
}
else {
try {
for (var _b = __values(fromEnum(this.db.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
var i = _c.value;
if (this.xh(i)) {
if (typeCast(IHasCategoryAxis_$type, i) !== null) {
var j = i.getCategoryWidth();
if (!isNaN_(j) && !isInfinity(j) && j > 0) {
f = Math.min(f, j);
}
}
if (!i.es) {
if (!i.isVertical) {
g = false;
}
}
var k = false;
if (i.eg && this.aad == 0 || this.aad == 3 || this.aad == 2) {
if (this.aad == 0 || this.aad == 2) {
k = true;
}
i.p0(function (l) {
_this.ad6(l, c, e);
return true;
});
}
if (!k) {
this.ad6(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.aa4 && this.z1 == 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.ad5(c, d, e);
};
CalloutLayer.prototype.sq = function (a, b) {
_super.prototype.sq.call(this, a, b);
var c = b.width - this.afs.width;
var d = b.height - this.afs.height;
var e = 0;
if (Math.abs(c) > Math.abs(d)) {
e = c;
this.abn = c * this.wr.width;
}
else {
e = d;
this.abn = d * this.wr.height;
}
if (e > 0 && this.abn > 5) {
this.aa2 = true;
}
if (e < 0 && this.abn > 5) {
this.aa1 = true;
}
};
CalloutLayer.prototype.sp = function (a, b) {
_super.prototype.sp.call(this, a, b);
if (!a.equals1(b)) {
this.aa0 = true;
}
};
Object.defineProperty(CalloutLayer.prototype, "aft", {
get: function () {
return this.afr;
},
set: function (a) {
this.afr = a;
},
enumerable: false,
configurable: true
});
CalloutLayer.prototype.ad5 = function (a, b, c) {
var e_2, _a;
if (this.db != null) {
this.afs = this.db.v4;
}
if (this.wr.isEmpty) {
return;
}
this.aft = new Rect(0, this.wr.left, this.wr.top, this.wr.width, this.wr.height);
if (this.aar != null && this.act != null && this.act != this.aar.bd) {
this.ad0();
}
if (this.aar != null && this.aar.j != this.aat()) {
this.ad0();
}
if (this.aar == null) {
var d = this.aas();
if (d != null) {
this.aar = d;
var e = this.aar;
e.labelsMoved = delegateCombine(e.labelsMoved, runOn(this, this.adx));
}
else {
var f = this.wi(this.cv);
var g = new Array(2);
g[0] = 0;
g[1] = 3;
if (this.aae != null) {
if (this.aae.isVertical) {
g = new Array(2);
g[0] = 2;
g[1] = 1;
}
}
else {
var h = false;
if (this.db != null && this.db.series.count > 0) {
h = true;
try {
for (var _b = __values(fromEnum(this.db.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
var i = _c.value;
if (!i.es) {
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.z4 == 4 || this.z4 == 6) {
g = new Array(4);
g[0] = 10;
g[1] = 11;
g[2] = 8;
g[3] = 9;
}
if (this.z4 == 5) {
g = new Array(4);
g[0] = 9;
g[1] = 10;
g[2] = 11;
g[3] = 8;
}
if (this.z4 == 7) {
g = new Array(4);
g = new Array(4);
g[0] = 8;
g[1] = 10;
g[2] = 11;
g[3] = 9;
}
this.aar = new LabelCollisionManager(this.wr.right, this.wr.bottom, this.wr, this.z7.j(), this.abx, this.aat(), g, this.ab4(), this.ab3(), this.aa5, this.zw);
this.aar.v = this.aa8;
if (this.act != null) {
this.aar.bd = this.act;
this.aar.bb = this;
}
var j = this.aar;
j.labelsMoved = delegateCombine(j.labelsMoved, runOn(this, this.adx));
}
}
if (this.aa1) {
this.aa1 = false;
if (this.aar.a9 > 2) {
this.aaz = true;
}
}
if (this.aa2) {
this.aa2 = false;
if (this.abn > 5) {
this.aaz = true;
}
}
if (this.aa0) {
this.aa0 = false;
this.aar.bs(this.wr.right, this.wr.bottom, this.wr);
this.aaz = 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.abi.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.ady));
this.abi.h(r);
this.abf.removeItem(r.c);
this.aar.br(r.c.c);
}
r = s;
}
for (var u = 0; u < b.count; u++) {
if (!this.abf.containsKey(b._inner[u])) {
this.abi.f(b._inner[u]);
var v = b._inner[u].b;
v.propertyChanged = delegateCombine(v.propertyChanged, runOn(this, this.ady));
this.abf.addItem(b._inner[u], this.abi.d);
m.add(b._inner[u]);
k.add_1(b._inner[u]);
this.aaz = true;
}
}
for (var w = 0; w < c.count; w++) {
if (!this.abf.containsKey(c._inner[w])) {
this.abi.f(c._inner[w]);
this.abf.addItem(c._inner[w], this.abi.d);
var x = c._inner[w].b;
x.propertyChanged = delegateCombine(x.propertyChanged, runOn(this, this.ady));
m.add(c._inner[w]);
k.add_1(c._inner[w]);
this.aaz = true;
}
}
if (this.aax == true) {
this.aax = false;
this.aaz = true;
}
var y = false;
if (this.abk.count > 0) {
y = true;
this.abk.clear();
this.abh.clear();
}
r = this.abi.c;
while (r != null) {
var z = this.aau(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.aar.ad(ab, false);
}
if (aa) {
this.aar.be(ab);
}
else {
this.aar.bo(ab);
}
}
}
r = r.a;
}
var ac = this.aar.ba();
var ad = this.aar.af();
if (!this.aaz && y && (ac != 0 || ad)) {
{
this.aaz = true;
}
}
if (ad) {
if (this.aar.x()) {
this.aaz = true;
}
}
if (this.aaz && (ac != 0 || ad)) {
this.aaz = false;
this.ab0 = 0x7FFFFFFF;
if (this.act != null) {
var ae = true;
for (var af = 0; af < this.db.series.count; af++) {
var ag = this.db.series._inner[af];
if (ag.es && typeCast(CalloutLayer.$, ag) !== null) {
var ah = ag;
if (ah.act == this.act) {
if (!ah.aft.equals1(this.aar.b0)) {
ae = false;
break;
}
}
}
}
if (ae) {
this.aar.bv();
}
else {
this.aar.bf();
this.aar.bg();
}
}
else {
this.aar.bv();
}
}
else {
this.aar.bg();
}
var ai = this.abi.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.aa6;
var a0 = this.aa8;
var a1 = this.cv.bt();
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.aar.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.adi(a2, at);
var a6 = this.aar.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.adi = function (a, b) {
var c = Math.max(this.aar.as(a.c.c), this.aar.at(a.c.c));
if (c <= 0) {
return b;
}
var d = b.length;
var e = this.z7.cr(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.z7.cr(b, a.b.backgroundPadding);
f = e.width;
}
return b;
};
CalloutLayer.prototype.ad0 = function () {
if (this.aar != null) {
var a = this.abi.c;
while (a != null) {
var b = a.c.c;
if (b != null) {
this.aar.br(b);
}
a = a.a;
}
var c = this.aar;
c.labelsMoved = delegateRemove(c.labelsMoved, runOn(this, this.adx));
this.aar = null;
}
this.adz();
};
CalloutLayer.prototype.aas = function () {
if (this.db == null) {
return null;
}
for (var a = 0; a < this.db.series.count; a++) {
var b = this.db.series._inner[a];
if (b.es && typeCast(CalloutLayer.$, b) !== null) {
var c = b;
if (c != this) {
if (c.act != null && c.act == this.act) {
if (c.aar != null) {
return c.aar;
}
}
}
}
}
return null;
};
CalloutLayer.prototype.ab3 = function () {
return 20000;
};
CalloutLayer.prototype.ab4 = function () {
return 300;
};
CalloutLayer.prototype.aat = function () {
switch (this.z4) {
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.adx = function (a) {
var b = this.aar.ba();
var c = this.ab0;
if (b < this.ab0) {
this.ab0 = b;
if (c != 0x7FFFFFFF) {
this.rq(false);
}
}
};
CalloutLayer.prototype.aau = function (a) {
var b = this.aae;
if (a.b.l != null) {
b = a.b.l;
}
if (b == null) {
for (var c = 0; c < this.db.series.count; c++) {
var d = this.db.series._inner[c];
if (!d.es) {
b = d;
break;
}
}
}
if (b == null) {
return null;
}
var e = b.ai();
var f = b.ix();
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.e6) {
k = b.getOffsetValue();
}
else if (b.ey) {
k = b.getOffsetValue();
}
}
if (h.cb && h.categoryMode != 0) {
if (b.ey) {
l = b.getOffsetValue();
}
}
var m = new ScalerParams(0, this.db.v4, g.kh, g.ch, g.kc());
m.b = f;
var n = new ScalerParams(0, this.db.v4, h.kh, h.ch, h.kc());
n.b = f;
var o = 0;
var p = 0;
if (i) {
o = g.el(this.abz(a.b.ac), m) + k;
p = h.el(this.abz(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.abz(a.b.ac), m) + k;
p = h.el(this.abz(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.abz = function (a) {
if (typeCast(Date_$type, a) !== null) {
return a.getTime();
}
if (a == null) {
return 0;
}
return a;
};
CalloutLayer.prototype.abm = function () {
var a = new List$1(CalloutAnnotationWrapper.$, 0);
for (var b = 0; b < this.abl.count; b++) {
if (stringIsNullOrEmpty(this.abl._inner[b].b.ao)) {
continue;
}
if (this.abl._inner[b].c == null) {
var c = new LabelCollisionInfo();
this.abl._inner[b].c = c;
var d = this.z7.cr(this.ab5(this.abl._inner[b]), this.abl._inner[b].b.backgroundPadding);
c.o = d.height / 2;
c.p = d.width / 2;
}
var e = this.aau(this.abl._inner[b]);
if (e == null || e.d < this.wr.left || e.d > this.wr.right || e.e < this.wr.top || e.e > this.wr.bottom) {
continue;
}
a.add(this.abl._inner[b]);
}
return a;
};
CalloutLayer.prototype.ab5 = function (a) {
return a.b.ao;
};
CalloutLayer.prototype.xh = function (a) {
if (!_super.prototype.xh.call(this, a)) {
return false;
}
if (this.add != null) {
if (a.isFragment) {
var b = a.nb();
if (!Base.equalsStatic(this.add, b)) {
return false;
}
}
else {
if (!Base.equalsStatic(this.add, a.name)) {
return false;
}
}
}
return true;
};
CalloutLayer.prototype.qo = function () {
_super.prototype.qo.call(this);
if (!this.a1.c && !this.d3()) {
return;
}
if (this.aaw) {
this.aaw = false;
this.ad7();
this.ad2();
}
if (this.d3()) {
this.ad9(this.xc, false);
}
else {
this.ad9(this.xa, false);
}
};
CalloutLayer.prototype.ad3 = function () {
if (!this.aay) {
this.aay = true;
this.rq(true);
}
};
CalloutLayer.prototype.ad6 = function (a, b, c) {
var d = false;
if (this.aay) {
this.aay = false;
d = true;
}
a.kh = this.zz;
if (!a.gh && a.eb(this.abj, this.abe, this.aba, this.ab1, false)) {
var e = this.abj;
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.abf.containsKey(m)) {
m = this_1.abf.item(m).c;
n = m.b;
o = d;
}
else {
o = true;
}
var p = n.ac;
var q = n.ad;
if (this_1.abz(p) != this_1.abz(g.d) && (!isNaN_(this_1.abz(p)) || !isNaN_(this_1.abz(g.d)))) {
n.xValue = g.d;
}
if (this_1.abz(q) != this_1.abz(g.e) && (!isNaN_(this_1.abz(q)) || !isNaN_(this_1.abz(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.zz != null) {
m.b.text = this_1.zz.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.aeb(m);
}
if (m.c == null) {
var v = new LabelCollisionInfo();
m.c = v;
var w = this_1.z7.cr(this_1.ab5(m), m.b.backgroundPadding);
v.o = w.height / 2;
v.p = w.width / 2;
}
var x = this_1.aau(m);
if (x == null || x.d < this_1.wr.left || x.d > this_1.wr.right || x.e < this_1.wr.top || x.e > this_1.wr.bottom) {
return "continue";
}
m.e = x.d;