igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
948 lines (947 loc) • 33 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 { ShapeSeriesBase } from "./ShapeSeriesBase";
import { ShapeAxisInfoCache } from "./ShapeAxisInfoCache";
import { StyleSelector } from "./StyleSelector";
import { DependencyProperty } from "igniteui-angular-core";
import { Style } from "igniteui-angular-core";
import { MarkerType_$type } from "./MarkerType";
import { DataTemplate } from "igniteui-angular-core";
import { Brush } from "igniteui-angular-core";
import { CollisionAvoidanceType_$type } from "./CollisionAvoidanceType";
import { MarkerOutlineMode_$type } from "./MarkerOutlineMode";
import { MarkerFillMode_$type } from "./MarkerFillMode";
import { Rect } from "igniteui-angular-core";
import { ScalerParams } from "./ScalerParams";
import { Base, runOn, enumGetBox, Number_$type, typeCast, fromEnum, markType, markDep, PointUtil } from "igniteui-angular-core";
import { Dictionary$2 } from "igniteui-angular-core";
import { OwnedPoint } from "./OwnedPoint";
import { ShapeSeriesViewBase } from "./ShapeSeriesViewBase";
import { Marker } from "./Marker";
import { MarkerSeries } from "./MarkerSeries";
import { BrushUtil } from "igniteui-angular-core";
import { DataContext } from "igniteui-angular-core";
import { HashPool$2 } from "igniteui-angular-core";
import { List$1 } from "igniteui-angular-core";
import { SeriesPointOfInterest } from "./SeriesPointOfInterest";
import { RectUtil } from "igniteui-angular-core";
import { ChartSelection } from "./ChartSelection";
import { PropertyMetadata } from "igniteui-angular-core";
import { DeviceUtils } from "igniteui-angular-core";
import { isNaN_, isInfinity } from "igniteui-angular-core";
import { NumericMarkerManager } from "./NumericMarkerManager";
import { DataTemplateMeasureInfo } from "igniteui-angular-core";
import { Size } from "igniteui-angular-core";
import { Defaults } from "./Defaults";
import { DataTemplatePassInfo } from "igniteui-angular-core";
import { DataTemplateRenderInfo } from "igniteui-angular-core";
import { MarkerVisualData } from "./MarkerVisualData";
import { stringIsNullOrEmpty } from "igniteui-angular-core";
/**
* @hidden
*/
var ScatterPolygonSeries = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(ScatterPolygonSeries, _super);
function ScatterPolygonSeries() {
var _this = _super.call(this) || this;
_this.aak = null;
_this.aah = new ScalerParams(1, ScatterPolygonSeries.abq, ScatterPolygonSeries.abq, false);
_this.aai = new ScalerParams(1, ScatterPolygonSeries.abq, ScatterPolygonSeries.abq, false);
_this.aa6 = null;
_this.aac = 1;
_this.z8 = 1;
_this.ab = ScatterPolygonSeries.$;
return _this;
}
ScatterPolygonSeries.prototype.bj = function () {
return new ScatterPolygonSeries();
};
ScatterPolygonSeries.prototype.get_fp = function () {
return true;
};
ScatterPolygonSeries.prototype.get_fk = function () {
return true;
};
ScatterPolygonSeries.prototype.ye = function () {
return this.aam();
};
ScatterPolygonSeries.prototype.zm = function (a) {
var _this = this;
var b = a;
b.cy(this.abs);
b.cz(this.aal);
_super.prototype.zm.call(this, a);
if (this.d5(a)) {
return;
}
var c, d;
var e = a.getViewInfo(c, d);
c = e.p0;
d = e.p1;
var f = this.getEffectiveViewport1(a);
this.aah = new ScalerParams(1, d, c, this.xd.ch);
this.aah.c = f;
this.aai = new ScalerParams(1, d, c, this.xf.ch);
this.aai.c = f;
if (c.width < 1 || c.height < 1) {
return;
}
this.aak = ((function () {
var $ret = new ShapeAxisInfoCache();
$ret.a = _this.xd;
$ret.b = _this.xf;
$ret.e = _this.xd.ch;
$ret.f = _this.xf.ch;
$ret.d = _this.dn;
$ret.c = _this.xv;
return $ret;
})());
if (this.aam()) {
var g = new Dictionary$2(Base.$, OwnedPoint.$, 0);
b.dg.l(g, 400, d, c, this.ic);
b.dg.j(g, false);
if (this.yc()) {
this.aa3(a);
}
}
};
ScatterPolygonSeries.prototype.aa3 = function (a) {
var _this = this;
a.dk = true;
this.xk.ay(this, this.yc(), runOn(this, this.w3));
var b = this.xk.d;
var c = b != null;
var d = this.getEffectiveViewport1(a);
var e = this.dn == null ? 0 : this.dn.count;
a.dw(function (f) {
if (f._visibility == 0) {
var g = f.ak;
var h = f.content;
if (h == null) {
h = new DataContext();
f.content = h;
}
if (c) {
_this.zh(g, e, a.q);
}
_this.xk.ac(f, h);
}
});
};
ScatterPolygonSeries.prototype.aam = function () {
return this.aa6 != null && ((this.aag != 1 && this.aag != 0) || this.aa7 != null);
};
ScatterPolygonSeries.prototype.cs = function () {
return new ScatterPolygonSeriesView(this);
};
ScatterPolygonSeries.prototype.q0 = function (a) {
_super.prototype.q0.call(this, a);
this.aaj = a;
};
ScatterPolygonSeries.prototype.get_hasMarkers = function () {
return true;
};
ScatterPolygonSeries.prototype.get_el = function () {
return this.aag != 13 && this.aag != 1;
};
ScatterPolygonSeries.prototype.vk = function () {
return this.abm;
};
ScatterPolygonSeries.prototype.vl = function () {
return this.abn;
};
ScatterPolygonSeries.prototype.sy = function () {
return this.aa5;
};
ScatterPolygonSeries.prototype.l9 = function () {
return this.ma(this, this.aa6);
};
ScatterPolygonSeries.prototype.im = function () {
return this.aao;
};
Object.defineProperty(ScatterPolygonSeries.prototype, "aad", {
get: function () {
return this.aac;
},
set: function (a) {
this.aac = a;
},
enumerable: false,
configurable: true
});
ScatterPolygonSeries.prototype.aaf = function () {
if (this.aae == 0) {
return 1;
}
return this.aae;
};
ScatterPolygonSeries.prototype.sk = function (a) {
_super.prototype.sk.call(this, a);
this.aae = a;
};
Object.defineProperty(ScatterPolygonSeries.prototype, "z9", {
get: function () {
return this.z8;
},
set: function (a) {
this.z8 = a;
},
enumerable: false,
configurable: true
});
ScatterPolygonSeries.prototype.aab = function () {
if (this.aaa == 0) {
return 2;
}
return this.aaa;
};
ScatterPolygonSeries.prototype.sj = function (a) {
_super.prototype.sj.call(this, a);
this.aaa = a;
};
ScatterPolygonSeries.prototype.sl = function (a) {
_super.prototype.sl.call(this, a);
this.aao = a;
};
ScatterPolygonSeries.prototype.sg = function () {
_super.prototype.sg.call(this);
if (this.index < 0) {
return;
}
if (this.aa7 != null) {
this.aaj.dv();
this.aaj.ds();
}
else {
var a = MarkerSeries.xa(this, this.aag);
var b = MarkerSeries.xn(a);
if (b == null) {
this.aa5 = MarkerSeries.x2;
}
else {
this.aaj.dp(b);
}
}
if (this.abo != null && this.aag != 13) {
this.r7("ActualMarkerBrush");
var c = this.abm;
this.aaj.dt();
this.aaj.dq();
var d = this.abm;
var e = this.fg("ActualMarkerBrush", this.hu.f > 0 ? this.hu.d() : null, c, d);
this.r9("ActualMarkerBrush", e);
}
else {
if (this.aag == 13) {
this.abm = this.cv.bt();
}
else {
if (this.z9 != 2) {
if (this.db != null) {
var f = this.db.ve(this.index);
if (!isNaN_(this.ib) && this.ib != 1) {
f = BrushUtil.q(f, this.ib);
}
this.abm = f;
}
else {
this.abm = null;
}
}
}
}
if (this.abp != null) {
this.aaj.du();
this.aaj.dr();
}
else {
if (this.aag == 13) {
this.abn = this.cv.bt();
}
else {
if (this.aae == 2) {
this.abn = this.abm;
}
else {
this.abn = this.db == null ? null : this.db.vf(this.index);
}
}
}
if (this.z9 == 2 && this.abo == null && this.aag != 13) {
if (this.abn != null) {
var g = this.abn;
if (!isNaN_(this.ib) && this.ib != 1) {
g = BrushUtil.q(g, this.ib);
}
this.abm = g;
}
else {
this.abm = null;
}
}
};
ScatterPolygonSeries.prototype.qr = function () {
_super.prototype.qr.call(this);
this.aad = this.aaf();
this.z9 = this.aab();
};
ScatterPolygonSeries.prototype.q8 = function (a, b, c, d) {
_super.prototype.q8.call(this, a, b, c, d);
switch (b) {
case ScatterPolygonSeries.$$p[3]:
case ScatterPolygonSeries.$$p[11]:
case ScatterPolygonSeries.$$p[7]:
case ScatterPolygonSeries.$$p[9]:
case ScatterPolygonSeries.$$p[10]:
this.re(b);
this.q2();
break;
case ScatterPolygonSeries.$$p[6]:
this.aad = this.aaf();
this.re(null);
this.q2();
break;
case ScatterPolygonSeries.$$p[5]:
this.z9 = this.aab();
this.re(null);
this.q2();
break;
case ScatterPolygonSeries.$$p[2]:
this.aa6 = d;
if (c == MarkerSeries.x2 || d == MarkerSeries.x2 || (c == null || d != null)) {
this.aaj.dx();
this.rq(false);
}
this.cv.bl();
if (this.toolTip != null && this.fh) {
this.ba.a$as(this, this.toolTip);
}
this.rq(false);
this.qk();
break;
case ScatterPolygonSeries.$$p[12]:
this.aaj.cy(this.abs);
this.rq(false);
this.qk();
break;
case ScatterPolygonSeries.$$p[13]:
this.aaj.cz(this.aal);
this.rq(false);
this.qk();
break;
case ScatterPolygonSeries.$$p[4]:
this.rq(false);
this.qk();
break;
case ScatterPolygonSeries.$$p[0]:
case ScatterPolygonSeries.$$p[1]:
if (this.aam()) {
this.rq(false);
}
break;
}
};
ScatterPolygonSeries.prototype.a2 = function (a, b) {
var c = this.aaj.b4(a);
var d = null;
if (c != null) {
d = c.content;
}
if (d != null) {
return d;
}
return _super.prototype.a2.call(this, a, b);
};
ScatterPolygonSeries.prototype.aa4 = function (a, b) {
var e_1, _a, e_2, _b;
var c = new List$1(Base.$, 0);
try {
for (var _c = __values(fromEnum(b.c)), _d = _c.next(); !_d.done; _d = _c.next()) {
var d = _d.value;
if (!a.containsKey(d)) {
c.add1(d);
}
}
}
catch (e_1_1) {
e_1 = { error: e_1_1 };
}
finally {
try {
if (_d && !_d.done && (_a = _c.return))
_a.call(_c);
}
finally {
if (e_1)
throw e_1.error;
}
}
try {
for (var _e = __values(fromEnum(c)), _f = _e.next(); !_f.done; _f = _e.next()) {
var e = _f.value;
b.h(e);
}
}
catch (e_2_1) {
e_2 = { error: e_2_1 };
}
finally {
try {
if (_f && !_f.done && (_b = _e.return))
_b.call(_e);
}
finally {
if (e_2)
throw e_2.error;
}
}
};
ScatterPolygonSeries.prototype.eb = function (a, b, c, d, e) {
var _this = this;
if (!this.hasMarkers) {
return false;
}
var f = this.xd;
var g = new ScalerParams(1, this.db.v4, this.wr, f.ch);
g.c = this.getEffectiveViewport1(this.cv);
var h = this.xf;
var i = new ScalerParams(1, this.db.v4, this.wr, h.ch);
i.c = this.getEffectiveViewport1(this.cv);
a.clear();
this.aaj.dw(function (j) {
if (j._visibility == 0) {
var k = new SeriesPointOfInterest();
var l = j.n;
var m = j.o;
if (l < _this.wr.left || l > _this.wr.right || m < _this.wr.top || m > _this.wr.bottom) {
return;
}
k.d = f.eo(l, g);
k.e = h.eo(m, i);
k.b = j.content;
k.g = _this.vf;
k.c = j.ak;
if (_this.g8) {
k.g = _this.vm(j.ak);
}
a.add(k);
}
});
return true;
};
ScatterPolygonSeries.prototype.z6 = function (a, b, c, d, e) {
var _this = this;
if (c == null || c.length != this.aak.d.count) {
c = new Array(this.aak.d.count);
for (var f = 0; f < this.aak.d.count; f++) {
c[f] = PointUtil.create();
}
}
var g = ((function () {
var $ret = new ScalerParams(1, d, e, _this.xd.ch);
$ret.c = _this.getEffectiveViewport1(a);
return $ret;
})());
var h = ((function () {
var $ret = new ScalerParams(1, d, e, _this.xf.ch);
$ret.c = _this.getEffectiveViewport1(a);
return $ret;
})());
var i = this.wi(a);
var j = this.aak.a.eo(i.left, g);
var k = this.aak.a.eo(i.right, g);
var l = this.aak.b.eo(i.bottom, h);
var m = this.aak.b.eo(i.top, h);
if (this.aak.e) {
var n = j;
j = k;
k = n;
}
if (this.aak.f) {
var o = l;
l = m;
m = o;
}
var p = this.aak;
var q = p.a;
var r = p.b;
var s;
var t;
var u = g.d.left;
var v = g.d.right;
var w = h.d.top;
var x = h.d.bottom;
for (var y = 0; y < this.aak.d.count; y++) {
s = 0;
t = 0;
var z = null;
var aa = a.cc.tryGetValue(y, z);
z = aa.p1;
if (z == null) {
c[y].x = NaN;
c[y].y = NaN;
}
else {
var ab = z.c;
var ac = RectUtil.l(ab);
s = ac.x;
t = ac.y;
if (s >= u && s <= v && t >= w && t <= x) {
c[y].x = s;
c[y].y = t;
}
else {
c[y].x = NaN;
c[y].y = NaN;
}
}
}
return c;
};
ScatterPolygonSeries.prototype.aan = function (a, b) {
var e_3, _a;
if (b == null) {
b = new List$1(Number_$type, 2, a.e);
}
else {
b.clear();
}
var c = 0;
var d = this.dn;
try {
for (var _b = __values(fromEnum(a.c)), _c = _b.next(); !_c.done; _c = _b.next()) {
var e = _c.value;
b.add(d.indexOf(e));
c++;
}
}
catch (e_3_1) {
e_3 = { error: e_3_1 };
}
finally {
try {
if (_c && !_c.done && (_a = _b.return))
_a.call(_b);
}
finally {
if (e_3)
throw e_3.error;
}
}
return b;
};
ScatterPolygonSeries.prototype.ak = function (a, b) {
var c = new List$1(ChartSelection.$, 0);
this.p3(a, c, b);
return c.toArray();
};
ScatterPolygonSeries.prototype.p3 = function (a, b, c) {
this.ze(a, b, c);
};
ScatterPolygonSeries.$t = markType(ScatterPolygonSeries, 'ScatterPolygonSeries', ShapeSeriesBase.$);
ScatterPolygonSeries.abq = new Rect(0, 0, 0, 1, 1);
ScatterPolygonSeries.$$p = markDep(DependencyProperty, PropertyMetadata, ScatterPolygonSeries, 'raisePropertyChanged', ['ActualMarkerBrush:abm:aa8', [Brush.$], 'ActualMarkerOutline:abn:aa9', [Brush.$], 'ActualMarkerTemplate:aa5:aba', [DataTemplate.$, null], 'MarkerBrush:abo:abb', [Brush.$], 'MarkerCollisionAvoidance:z7:abc', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:aaa:abd', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:aae:abe', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:abp:abf', [Brush.$], 'MarkerStyle:abr:abg', [Style.$], 'MarkerTemplate:aa7:abh', [DataTemplate.$, null], 'MarkerThickness:aao:abi', [1, DeviceUtils.g(2)], 'MarkerType:aag:abj', [MarkerType_$type, enumGetBox(MarkerType_$type, 1)], 'ShapeStyle:abs:abk', [Style.$, null], 'ShapeStyleSelector:aal:abl', [StyleSelector.$, null]]);
return ScatterPolygonSeries;
}(ShapeSeriesBase));
export { ScatterPolygonSeries };
/**
* @hidden
*/
var ScatterPolygonSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(ScatterPolygonSeriesView, _super);
function ScatterPolygonSeriesView(a) {
var _this = _super.call(this, a) || this;
_this.dk = false;
_this.db = null;
_this.dm = null;
_this.dh = null;
_this.df = null;
_this.dj = false;
_this.di = null;
_this.dn = null;
_this.dc = new Marker();
_this.d4 = null;
_this.dc = new Marker();
_this.dc.content = new DataContext();
_this.dh = a;
_this.di = new HashPool$2(Base.$, Marker.$);
_this.dn = new List$1(Marker.$, 0);
_this.dy(_this.di);
_this.df = new NumericMarkerManager(1, function (b) { return _this.di.item(b); }, function (b) { return _this.dh.aak.d.item(b); }, runOn(_this, _this.d2), runOn(_this, _this.da), runOn(_this, _this.dl), function () { return _this.dh.z7; });
_this.df.q = runOn(_this, _this.d5);
return _this;
}
ScatterPolygonSeriesView.prototype.au = function () {
_super.prototype.au.call(this);
if (!this.q) {
this.dh.abp = Defaults.am;
this.dh.jo = Defaults.z;
this.dh.aao = Defaults.y;
this.dh.aag = Defaults.f;
this.dh.aaa = Defaults.b;
}
};
Object.defineProperty(ScatterPolygonSeriesView.prototype, "dg", {
get: function () {
return this.df;
},
enumerable: false,
configurable: true
});
ScatterPolygonSeriesView.prototype.d2 = function (a) {
this.dh.aa4(a, this.di);
};
ScatterPolygonSeriesView.prototype.da = function () {
this.db = this.dh.z6(this, this.di, this.db, this.by, this.bx);
return this.db;
};
ScatterPolygonSeriesView.prototype.dl = function () {
this.dm = this.dh.aan(this.di, this.dm);
return this.dm;
};
ScatterPolygonSeriesView.prototype.c5 = function (a, b) {
return this.c6(a, b, true);
};
ScatterPolygonSeriesView.prototype.cm = function (a, b, c) {
_super.prototype.cm.call(this, a, b, c);
ShapeSeriesViewBase.cl(this, a, b);
};
ScatterPolygonSeriesView.prototype.ck = function (a, b) {
var c = a;
if (c == null) {
return;
}
c.an = b;
};
ScatterPolygonSeriesView.prototype.dw = function (a) {
this.di.f(a);
};
ScatterPolygonSeriesView.prototype.dy = function (a) {
a.create = runOn(this, this.de);
a.destroy = runOn(this, this.d0);
a.activate = runOn(this, this.dz);
a.disactivate = runOn(this, this.d1);
};
ScatterPolygonSeriesView.prototype.de = function () {
var _this = this;
var a = new Marker();
if (!this.dj) {
a.content = ((function () {
var $ret = new DataContext();
$ret.series = _this.e;
return $ret;
})());
}
a.ah = this.e.aa5;
this.dn.add(a);
return a;
};
ScatterPolygonSeriesView.prototype.b4 = function (a) {
var b = this.dd(a, 0);
if (b == null) {
b = this.dd(a, 3);
}
return b;
};
ScatterPolygonSeriesView.prototype.dd = function (a, b) {
var c;
var d;
var e;
var f;
for (var g = this.dn.count - 1; g >= 0; g--) {
var h = this.dn._inner[g];
if (h._visibility == 1 || h._opacity == 0) {
continue;
}
c = (h.m / 2) + b;
d = (h.l / 2) + b;
e = h.ai;
f = h.aj;
if ((h.n + e) - c <= a.x && (h.n + e) + c >= a.x && (h.o + f) - d <= a.y && (h.o + f) + d >= a.y) {
return h;
}
}
return null;
};
ScatterPolygonSeriesView.prototype.d0 = function (a) {
a.content = null;
this.dn.remove(a);
};
ScatterPolygonSeriesView.prototype.dz = function (a) {
a._visibility = 0;
};
ScatterPolygonSeriesView.prototype.d1 = function (a) {
if (a.content != null) {
(typeCast(DataContext.$, a.content)).item = null;
}
a._visibility = 1;
};
ScatterPolygonSeriesView.prototype.d3 = function (a) {
this.dj = a;
};
ScatterPolygonSeriesView.prototype.bj = function (a, b) {
_super.prototype.bj.call(this, a, b);
if (!this.dk) {
var c = a;
var d = c.content;
if (d != null) {
if (this.dh.abm != null) {
d.actualItemBrush = this.dh.abm;
}
else {
d.actualItemBrush = this.b6.u8;
}
if (this.dh.abm != null) {
d.outline = this.dh.abn;
}
else {
d.outline = this.b6.vc;
}
d.thickness = this.dh.aao;
}
}
};
ScatterPolygonSeriesView.prototype.bk = function (a, b) {
_super.prototype.bk.call(this, a, b);
var c = a;
this.dc._visibility = c._visibility;
this.dc.ah = c.ah;
this.dc.width = c.width;
this.dc.height = c.height;
this.dc.m = c.m;
this.dc.l = c.l;
this.dc.n = c.n;
this.dc.o = c.o;
var d = this.bs(b);
var e = this.dc.content;
var f = c.content;
e.item = f.item;
e.series = f.series;
e.thickness = f.thickness;
if (e != null) {
e.actualItemBrush = d;
e.outline = d;
e.thickness = this.dh.aao + 3;
}
};
ScatterPolygonSeriesView.prototype.a7 = function (a, b) {
_super.prototype.a7.call(this, a, b);
var c = new DataTemplatePassInfo();
c.isHitTestRender = b;
c.context = a.h();
c.viewportTop = this.bx.top;
c.viewportLeft = this.bx.left;
c.viewportWidth = this.bx.width;
c.viewportHeight = this.bx.height;
c.passID = "Markers";
var d = new DataTemplateRenderInfo();
d.passInfo = c;
d.isHitTestRender = b;
var e = new DataTemplateMeasureInfo();
e.passInfo = c;
var f = false;
var g = a.h();
e.context = g;
d.context = g;
var h = 0;
var i = 0;
if (this.dh.aa5 != null && this.dh.aa5.passStarting != null) {
this.dh.aa5.passStarting(c);
}
for (var j = 0; j < this.dn.count; j++) {
var k = this.dn._inner[j];
if (k._visibility == 1) {
continue;
}
this.bi(k, j, b);
if (b) {
k = this.dc;
}
if (!f) {
e.width = k.width;
e.height = k.height;
e.renderOffsetX = 0;
e.renderOffsetY = 0;
e.renderContext = a;
var l = k.ah;
if (l.measure != null) {
e.data = k.content;
l.measure(e);
f = e.isConstant;
if (f) {
h = e.width;
i = e.height;
}
}
d.availableWidth = e.width;
d.availableHeight = e.height;
d.renderOffsetX = e.renderOffsetX;
d.renderOffsetY = e.renderOffsetY;
d.renderContext = a;
}
else {
d.availableWidth = h;
d.availableHeight = i;
}
if (!isNaN_(k.width) && !isInfinity(k.width)) {
d.availableWidth = k.width;
}
if (!isNaN_(k.height) && !isInfinity(k.height)) {
d.availableHeight = k.height;
}
a.q(d, k);
k.m = d.availableWidth;
k.l = d.availableHeight;
k.ai = d.renderOffsetX;
k.aj = d.renderOffsetY;
}
if (this.dh.aa5 != null && this.dh.aa5.passCompleted != null) {
this.dh.aa5.passCompleted(c);
}
};
ScatterPolygonSeriesView.prototype.dv = function () {
this.dh.aa5 = null;
};
ScatterPolygonSeriesView.prototype.ds = function () {
this.dh.aa5 = null;
this.dh.aa5 = this.dh.aa7;
};
ScatterPolygonSeriesView.prototype.dt = function () {
this.dh.abm = null;
};
ScatterPolygonSeriesView.prototype.dq = function () {
this.dh.abm = null;
if (!isNaN_(this.e.ib) && this.e.ib != 1) {
var a = BrushUtil.q(this.dh.abo, this.e.ib);
this.dh.abm = a;
}
else {
this.dh.abm = this.dh.abo;
}
};
ScatterPolygonSeriesView.prototype.du = function () {
this.dh.abn = null;
};
ScatterPolygonSeriesView.prototype.dr = function () {
this.dh.abn = null;
this.dh.abn = this.dh.abp;
};
ScatterPolygonSeriesView.prototype.dp = function (a) {
switch (a) {
case "CircleMarkerTemplate":
this.dh.aa5 = this.dh.db.r1;
break;
case "TriangleMarkerTemplate":
this.dh.aa5 = this.dh.db.sa;
break;
case "PyramidMarkerTemplate":
this.dh.aa5 = this.dh.db.r7;
break;
case "SquareMarkerTemplate":
this.dh.aa5 = this.dh.db.r8;
break;
case "DiamondMarkerTemplate":
this.dh.aa5 = this.dh.db.r2;
break;
case "PentagonMarkerTemplate":
this.dh.aa5 = this.dh.db.r5;
break;
case "HexagonMarkerTemplate":
this.dh.aa5 = this.dh.db.r3;
break;
case "TetragramMarkerTemplate":
this.dh.aa5 = this.dh.db.r5;
break;
case "PentagramMarkerTemplate":
this.dh.aa5 = this.dh.db.r6;
break;
case "HexagramMarkerTemplate":
this.dh.aa5 = this.dh.db.r4;
break;
}
};
ScatterPolygonSeriesView.prototype.dx = function () {
var e_4, _a;
try {
for (var _b = __values(fromEnum(this.dn)), _c = _b.next(); !_c.done; _c = _b.next()) {
var a = _c.value;
a.ah = this.dh.aa5;
}
}
catch (e_4_1) {
e_4 = { error: e_4_1 };
}
finally {
try {
if (_c && !_c.done && (_a = _b.return))
_a.call(_b);
}
finally {
if (e_4)
throw e_4.error;
}
}
this.as();
};
ScatterPolygonSeriesView.prototype.d5 = function (a) {
if (this.d4 == null) {
this.d4 = new DataTemplateMeasureInfo();
this.d4.context = this.k.h();
}
this.d4.width = a.width;
this.d4.height = a.height;
this.d4.data = a.content;
var b = a.ah;
if (b.measure != null) {
b.measure(this.d4);
}
return new Size(1, this.d4.width, this.d4.height);
};
ScatterPolygonSeriesView.prototype.an = function (a) {
var e_5, _a;
var b = a;
_super.prototype.an.call(this, b);
try {
for (var _b = __values(fromEnum(this.di.c)), _c = _b.next(); !_c.done; _c = _b.next()) {
var c = _c.value;
var d = this.di.item(c);
if (d._visibility != 1) {
var e = typeCast(ScatterPolygonSeries.$, this.e);
var f = this.e.bc.getMarkerVisualData(e, d, e.aa5);
b.markerShapes.add(typeCast(MarkerVisualData.$, f));
}
}
}
catch (e_5_1) {
e_5 = { error: e_5_1 };
}
finally {
try {
if (_c && !_c.done && (_a = _b.return))
_a.call(_b);
}
finally {
if (e_5)
throw e_5.error;
}
}
};
ScatterPolygonSeriesView.prototype.getDefaultTooltipTemplate = function () {
var a = "<div class='ui-chart-default-tooltip-content'><span";
var b = this.e.ba.a$u(this.e);
if (!stringIsNullOrEmpty(b)) {
a += " style='color:" + b + "'";
}
a += ">" + this.dh.title + "</span><br/>";
a += "</div>";
return a;
};
ScatterPolygonSeriesView.$t = markType(ScatterPolygonSeriesView, 'ScatterPolygonSeriesView', ShapeSeriesViewBase.$);
return ScatterPolygonSeriesView;
}(ShapeSeriesViewBase));
export { ScatterPolygonSeriesView };