igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
545 lines (544 loc) • 17.9 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 { HorizontalAnchoredCategorySeries } from "./HorizontalAnchoredCategorySeries";
import { Brush } from "igniteui-react-core";
import { DependencyProperty } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
import { SeriesLayerPropertyOverlay } from "./SeriesLayerPropertyOverlay";
import { runOn, delegateCombine, markType, markDep, fromEnum } from "igniteui-react-core";
import { Defaults } from "./Defaults";
import { Rect } from "igniteui-react-core";
import { Pool$1 } from "igniteui-react-core";
import { Rectangle } from "igniteui-react-core";
import { ArrayExtension } from "igniteui-react-core";
import { ScalerParams } from "./ScalerParams";
import { ChartSelection } from "./ChartSelection";
import { PropertyMetadata } from "igniteui-react-core";
import { truncate, isNaN_ } from "igniteui-react-core";
import { AnchoredCategorySeriesView } from "./AnchoredCategorySeriesView";
import { BrushUtil } from "igniteui-react-core";
/**
* @hidden
*/
var WaterfallSeries = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(WaterfallSeries, _super);
function WaterfallSeries() {
var _this = _super.call(this) || this;
_this.ab = WaterfallSeries.$;
return _this;
}
WaterfallSeries.prototype.bk = function () {
return new WaterfallSeries();
};
WaterfallSeries.prototype.get_f6 = function () {
return true;
};
WaterfallSeries.prototype.get_fl = function () {
return true;
};
WaterfallSeries.prototype.ht = function () {
var a = _super.prototype.ht.call(this);
{
var b = ((function () {
var $ret = new SeriesLayerPropertyOverlay();
$ret.r = true;
$ret.ad = "NegativeBrush";
$ret.p = true;
$ret.q = true;
return $ret;
})());
b.valueResolving = delegateCombine(b.valueResolving, runOn(this, this.r2));
a.add(b);
}
{
var c = ((function () {
var $ret = new SeriesLayerPropertyOverlay();
$ret.r = true;
$ret.ad = "NegativeOutline";
$ret.p = true;
$ret.q = true;
return $ret;
})());
c.valueResolving = delegateCombine(c.valueResolving, runOn(this, this.r2));
a.add(c);
}
return a;
};
WaterfallSeries.prototype.jk = function () {
if (!isNaN_(this.jj)) {
return _super.prototype.jk.call(this);
}
return Defaults.h;
};
WaterfallSeries.prototype.get_fb = function () {
return true;
};
WaterfallSeries.prototype.ct = function () {
return new WaterfallSeriesView(this);
};
WaterfallSeries.prototype.q1 = function (a) {
_super.prototype.q1.call(this, a);
this.acx = a;
};
WaterfallSeries.prototype.preferredCategoryMode = function (a) {
return 2;
};
WaterfallSeries.prototype.get_fm = function () {
return true;
};
WaterfallSeries.prototype.r5 = function (a, b) {
_super.prototype.r5.call(this, a, b);
this.ac8 = a;
this.ac9 = b;
};
WaterfallSeries.prototype.vy = function () {
return this.ac8;
};
WaterfallSeries.prototype.vz = function () {
return this.ac9;
};
WaterfallSeries.prototype.cz = function () {
if (this.c0 == 0) {
return 2;
}
return _super.prototype.cz.call(this);
};
WaterfallSeries.prototype.get_ee = function () {
return true;
};
WaterfallSeries.prototype.ra = function (a, b, c, d) {
_super.prototype.ra.call(this, a, b, c, d);
switch (b) {
case WaterfallSeries.$$p[3]:
case WaterfallSeries.$$p[2]:
case WaterfallSeries.$$p[0]:
case WaterfallSeries.$$p[1]:
this.rs(false);
break;
}
};
WaterfallSeries.prototype.gw = function (a, b) {
if (this.gz(a, b)) {
return true;
}
if (this.xj(a, b)) {
return true;
}
return false;
};
WaterfallSeries.prototype.wp = function (a) {
var _this = this;
if (this.acx == null || this.acx.dk == null || this.acx.dk.count == 0 || this.xAxis == null) {
return Rect.empty;
}
var b = this.acx.dk;
var c = this.v9(a);
var d = -1;
var e = this.xAxis.ch;
var f = this.wu.right * 2;
if (e) {
d = ArrayExtension.binarySearch$1(Rectangle.$, b, function (g) {
var h = _this.acx.ds(g);
return (f - c.x) < (f - (h.left + h.width / 2)) ? -1 : ((f - c.x) > (f - (h.left + h.width / 2)) ? 1 : 0);
});
}
else {
d = ArrayExtension.binarySearch$1(Rectangle.$, b, function (g) {
var h = _this.acx.ds(g);
return c.x < (h.left + h.width / 2) ? -1 : (c.x > (h.left + h.width / 2) ? 1 : 0);
});
}
if (d < 0) {
d = ~d;
d--;
}
if (d < 0) {
d = 0;
}
if (d > b.count - 1) {
d = b.count - 1;
}
var g = d;
var h = d;
if (g < 0) {
g--;
}
if (h < b.count - 1) {
h++;
}
var i = this.ada(g);
var j = this.ada(d);
var k = this.ada(h);
var l = i.left + i.width / 2;
var m = j.left + j.width / 2;
var n = k.left + k.width / 2;
var o = Math.abs(l - c.x);
var p = Math.abs(m - c.x);
var q = Math.abs(n - c.x);
var r = i.containsPoint(c);
var s = j.containsPoint(c);
var t = k.containsPoint(c);
if (p <= o && p <= q) {
if (!e && t) {
return k;
}
if (e && r) {
return i;
}
return j;
}
if (o <= p && o <= q) {
if (!e && s) {
return j;
}
return i;
}
if (q <= p && q <= o) {
if (e && s) {
return j;
}
return k;
}
return Rect.empty;
};
WaterfallSeries.prototype.ada = function (a) {
return this.acx.dr(a);
};
WaterfallSeries.prototype.y6 = function () {
return 1;
};
WaterfallSeries.prototype.o5 = function (a, b) {
_super.prototype.o5.call(this, a, b);
this.acx.dk.count = 0;
};
WaterfallSeries.prototype.get_abc = function () {
return 1;
};
WaterfallSeries.prototype.iw = function () {
return this.ace.k8(this.cw.b2, this.cw.b1, this.getEffectiveViewport1(this.cw));
};
WaterfallSeries.prototype.aam = function (a, b) {
var c = b;
_super.prototype.aam.call(this, a, b);
var d = b.b2;
var e = b.b1;
var f = this.getEffectiveViewport1(b);
var g = this.ace.k8(d, e, f);
var h = this.acy;
var i = this.acz;
var j;
var k = this.aba(b);
var l = NaN;
var m = c.dk;
var n;
var o = 0;
this.y4.a2(this, this.zo(), runOn(this, this.yo), this.zx(b), this.zy(b));
this.y4.r = this.acy;
this.y4.s = this.acz;
this.y4.k = this.acy;
this.y4.l = this.acz;
var p = false;
var q = this.y4.b;
if (q != null) {
p = true;
}
var r = this.ace.cn;
var s = this.valueColumn.count;
var t = a.h;
var u = this.ace;
var v = new ScalerParams(0, d, e, this.ace.ch, f);
var w = this.vb;
var x = this.ac8;
var y = this.vf;
var z = this.ac9 || y;
if (a.h.count > 0) {
j = a.h._inner[0][0] - 0.5 * g;
var aa = a.h._inner[0][1];
if (!isNaN_(aa)) {
if (aa > k) {
n = m.item(o);
o++;
c.dq(n, j, k);
n.width = g;
n.height = Math.abs(k - aa);
this.y4.ak = x;
this.y4.ag = x;
this.y4.al = z;
this.y4.ah = z;
this.y4.f = true;
var ab = this.y4.aw(s, 0)[0];
if (r && a.o != null && 0 < a.o.count) {
ab = truncate(Math.round(a.o._inner[0]));
}
if (p) {
this.aai(t, 0, s, u, v, b.r, ab);
}
this.y4.ad(n, false, false, false, false);
n.ap = this.y4.k;
n.aq = this.y4.l;
}
else {
n = m.item(o);
o++;
c.dq(n, j, aa);
n.width = g;
n.height = Math.abs(aa - k);
this.y4.ak = w;
this.y4.ag = w;
this.y4.al = y;
this.y4.ah = y;
this.y4.f = false;
var ac = this.y4.aw(s, o)[0];
if (r && a.o != null && o >= 0 && o < a.o.count) {
ac = truncate(Math.round(a.o._inner[o]));
}
if (p) {
this.aai(t, 0, s, u, v, b.r, ac);
}
this.y4.ad(n, false, false, false, false);
n.ap = this.y4.k;
n.aq = this.y4.l;
}
l = aa;
}
else {
l = k;
}
}
for (var ad = 1; ad < a.h.count; ++ad) {
var ae = a.h._inner[ad];
j = a.h._inner[ad][0] - 0.5 * g;
var af = ae[1];
if (!isNaN_(af)) {
n = m.item(o);
o++;
c.dq(n, j, Math.min(l, af));
n.width = g;
n.height = Math.abs(l - af);
this.y4.ak = w;
this.y4.ag = w;
this.y4.al = y;
this.y4.ah = y;
this.y4.f = false;
var ag = this.y4.aw(s, o)[0];
if (r && a.o != null && o >= 0 && o < a.o.count) {
ag = truncate(Math.round(a.o._inner[o]));
}
if (l > af) {
if (p) {
this.aai(t, ad, s, u, v, b.r, ag);
}
}
else {
this.y4.ak = x;
this.y4.ag = x;
this.y4.al = z;
this.y4.ah = z;
this.y4.f = true;
if (p) {
this.aai(t, ad, s, u, v, b.r, ag);
}
}
this.y4.ad(n, false, false, false, false);
n.ap = this.y4.k;
n.aq = this.y4.l;
l = af;
}
}
m.count = o;
b.c7(a);
};
WaterfallSeries.prototype.p4 = function (a, b, c) {
this.aae(a, b, c, this.yv, 1);
};
WaterfallSeries.prototype.ak = function (a, b) {
var c = new List$1(ChartSelection.$, 0);
this.p4(a, c, b);
return c.toArray();
};
WaterfallSeries.prototype.aa5 = function (a, b, c) {
if (c == 0) {
return 0 < b && a < this.valueColumn.item(c);
}
else {
var d = this.valueColumn.item(c - 1);
var e = Math.min(d, this.valueColumn.item(c));
var f = Math.max(d, this.valueColumn.item(c));
return e < b && a < f;
}
};
Object.defineProperty(WaterfallSeries.prototype, "useHighMarkerFidelity", {
get: function () {
return this.zs;
},
enumerable: false,
configurable: true
});
WaterfallSeries.$t = markType(WaterfallSeries, 'WaterfallSeries', HorizontalAnchoredCategorySeries.$);
WaterfallSeries.$$p = markDep(DependencyProperty, PropertyMetadata, WaterfallSeries, 'raisePropertyChanged', ['NegativeBrush:ac8:ac4', [Brush.$, null], 'NegativeOutline:ac9:ac5', [Brush.$, null], 'RadiusX:acy:ac6', [1, 0], 'RadiusY:acz:ac7', [1, 0]]);
return WaterfallSeries;
}(HorizontalAnchoredCategorySeries));
export { WaterfallSeries };
/**
* @hidden
*/
var WaterfallSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(WaterfallSeriesView, _super);
function WaterfallSeriesView(a) {
var _this = _super.call(this, a) || this;
_this.dj = null;
_this.dl = null;
_this.dt = new Rectangle();
_this.dk = null;
_this.dj = a;
_this.dk = ((function () {
var $ret = new Pool$1(Rectangle.$);
$ret.create = runOn(_this, _this.du);
$ret.activate = runOn(_this, _this.dm);
$ret.disactivate = runOn(_this, _this.dp);
$ret.destroy = runOn(_this, _this.dn);
return $ret;
})());
return _this;
}
WaterfallSeriesView.prototype.ax = function () {
_super.prototype.ax.call(this);
this.dl = new List$1(Rectangle.$, 0);
if (!this.r) {
this.dj.xc = Defaults.c;
this.dj.jp = Defaults.i;
this.dj.ac8 = Defaults.ah;
this.dj.ac9 = Defaults.ai;
}
};
WaterfallSeriesView.prototype.du = function () {
var a = new Rectangle();
this.dl.add(a);
a._visibility = 1;
return a;
};
WaterfallSeriesView.prototype.dm = function (a) {
a._visibility = 0;
};
WaterfallSeriesView.prototype.dp = function (a) {
a._visibility = 1;
};
WaterfallSeriesView.prototype.dn = function (a) {
this.dl.remove(a);
};
WaterfallSeriesView.prototype.dq = function (a, b, c) {
var d = false;
if (a.o != c) {
d = true;
a.o = c;
}
if (a.n != b) {
d = true;
a.n = b;
}
if (d) {
this.av();
}
};
WaterfallSeriesView.prototype.af = function (a) {
return this.dl._inner[a];
};
WaterfallSeriesView.prototype.ae = function (a) {
var b = this.dl._inner[a];
this.dt._visibility = b._visibility;
this.dt.n = b.n;
this.dt.o = b.o;
this.dt.width = b.width;
this.dt.height = b.height;
var c = this.bw(a);
this.dt._fill = c;
this.dt._stroke = c;
this.dt.ad = this.f.ie + 3;
return this.dt;
};
WaterfallSeriesView.prototype.bc = function (a, b) {
_super.prototype.bc.call(this, a, b);
if (a.d) {
for (var c = 0; c < this.dl.count; c++) {
var d = this.ad(c, b);
this.bj(d, c, b);
a.w(d);
}
}
};
WaterfallSeriesView.prototype.aq = function (a) {
var e_1, _a, e_2, _b;
_super.prototype.aq.call(this, a);
var b = 0;
var c = new List$1(Rectangle.$, 0);
try {
for (var _c = __values(fromEnum(this.dk.a)), _d = _c.next(); !_d.done; _d = _c.next()) {
var d = _d.value;
c.add(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;
}
}
c.aa(function (e, f) {
if (e.n < f.n) {
return -1;
}
else if (e.n > f.n) {
return 1;
}
else {
return 0;
}
});
try {
for (var _e = __values(fromEnum(c)), _f = _e.next(); !_f.done; _f = _e.next()) {
var e = _f.value;
var f = "Negative";
if (BrushUtil.d(e._fill, this.f.vb)) {
f = "Positive";
}
this.f.bc.exportRectangleData(a, e, "column" + b, ["Main", f]);
}
}
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;
}
}
b++;
};
WaterfallSeriesView.prototype.dr = function (a) {
var b = this.dk.item(a);
return new Rect(0, b.n, b.o, b.width, b.height);
};
WaterfallSeriesView.prototype.ds = function (a) {
return new Rect(0, a.n, a.o, a.width, a.height);
};
WaterfallSeriesView.$t = markType(WaterfallSeriesView, 'WaterfallSeriesView', AnchoredCategorySeriesView.$);
return WaterfallSeriesView;
}(AnchoredCategorySeriesView));
export { WaterfallSeriesView };