igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
310 lines (309 loc) • 10.8 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 } from "tslib";
import { HorizontalAnchoredCategorySeries } from "./HorizontalAnchoredCategorySeries";
import { CategoryLineRasterizer } from "./CategoryLineRasterizer";
import { typeCast, Array_$type, runOn, markType } from "igniteui-angular-core";
import { ISortingAxis_$type } from "./ISortingAxis";
import { List$1 } from "igniteui-angular-core";
import { Path } from "igniteui-angular-core";
import { ScalerParams } from "./ScalerParams";
import { ChartSelection } from "./ChartSelection";
import { intDivide, isNaN_ } from "igniteui-angular-core";
import { AnchoredCategorySeriesView } from "./AnchoredCategorySeriesView";
import { Defaults } from "./Defaults";
import { Color } from "igniteui-angular-core";
/**
* @hidden
*/
var StepLineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(StepLineSeries, _super);
function StepLineSeries() {
var _this = _super.call(this) || this;
_this.acv = null;
_this.acv = new CategoryLineRasterizer();
_this.ab = StepLineSeries.$;
return _this;
}
StepLineSeries.prototype.bj = function () {
return new StepLineSeries();
};
StepLineSeries.prototype.get_fj = function () {
return true;
};
StepLineSeries.prototype.get_f0 = function () {
return true;
};
StepLineSeries.prototype.get_fk = function () {
return true;
};
StepLineSeries.prototype.cs = function () {
return new StepLineSeriesView(this);
};
StepLineSeries.prototype.zn = function () {
return true;
};
StepLineSeries.prototype.q0 = function (a) {
_super.prototype.q0.call(this, a);
this.acw = a;
};
StepLineSeries.prototype.ac = function () {
_super.prototype.ac.call(this);
};
StepLineSeries.prototype.preferredCategoryMode = function (a) {
return typeCast(ISortingAxis_$type, a) !== null ? 0 : 1;
};
StepLineSeries.prototype.get_ev = function () {
return true;
};
StepLineSeries.prototype.o4 = function (a, b) {
_super.prototype.o4.call(this, a, b);
var c = b;
c.dg();
};
StepLineSeries.prototype.b2 = function () {
if (this.b3 == 0) {
return 2;
}
else {
return _super.prototype.b2.call(this);
}
};
StepLineSeries.prototype.iu = function (a, b, c, d, e, f, g, h) {
var i = NaN;
if (c >= 0 && c < b.count) {
i = b.item(c);
}
var j = NaN;
if (d >= 0 && d < b.count) {
j = b.item(d);
}
if (f == 0) {
return j;
}
if (e == b.count - 1) {
return i;
}
if (isNaN_(j) && g != 0 && a <= 0.5 && !h) {
return i;
}
if (isNaN_(i) && g != 0 && a >= 0.5 && !h) {
return j;
}
if (a > 0.5) {
return j;
}
return i;
};
StepLineSeries.prototype.acx = function (a, b, c, d, e, f) {
var g;
if (b) {
if (f) {
g = (a & 1) == 0;
if (g || (intDivide(a, 2)) + 1 < 0) {
return c.f._inner[(intDivide(a, 2))][0];
}
if (c.f.count == (intDivide(a, 2)) + 1) {
return c.f._inner[(intDivide(a, 2))][0];
}
return c.f._inner[(intDivide(a, 2)) + 1][0];
}
g = (a & 1) == 0;
return c.f._inner[(intDivide(a, 2))][0] + (g ? d : -d);
}
if (f) {
g = (a & 1) == 0;
if (g || ((intDivide(a, 2)) + 1) >= c.f.count) {
return c.f._inner[(intDivide(a, 2))][0];
}
if (c.f.count == (intDivide(a, 2)) + 1) {
return c.f._inner[(intDivide(a, 2))][0];
}
return c.f._inner[(intDivide(a, 2)) + 1][0];
}
g = (a & 1) == 0;
return c.f._inner[(intDivide(a, 2))][0] + (g ? -d : d);
};
StepLineSeries.prototype.aaj = function (a, b) {
_super.prototype.aaj.call(this, a, b);
var c = b.by;
var d = b.bx;
var e = this.getEffectiveViewport1(b);
var f = typeCast(ISortingAxis_$type, this.acc) != null;
var g = this.acc.ch;
var h = 0;
if (this.acc != null) {
h = 0.5 * this.acc.getCategorySize(c, d, e);
}
var i = a.f;
var j = 2 * i.count;
var k = new List$1(Array_$type, 2, j);
if (!this.acc.ch) {
for (var l = 0; l < j; l++) {
var m = new Array(4);
m[0] = this.acx(l, false, a, h, g, f);
m[1] = a.f._inner[(intDivide(l, 2))][1];
m[2] = this.acx(l, true, a, h, g, f);
m[3] = a.f._inner[(intDivide(l, 2))][2];
k.add(m);
}
}
else {
for (var n = 0; n < j; n++) {
var o = new Array(4);
o[0] = this.acx(n, true, a, h, g, f);
o[1] = a.f._inner[(intDivide(n, 2))][1];
o[2] = this.acx(n, true, a, h, g, f);
o[3] = a.f._inner[(intDivide(n, 2))][2];
k.add(o);
}
}
var p = typeCast(StepLineSeriesView.$, b);
var q = p.cw.d;
this.y1.a2(this, this.zl(), runOn(this, this.yl), this.zu(b), this.zv(b));
var r = false;
var s = this.y1.b;
if (s != null) {
r = true;
}
if (r) {
var t = new ScalerParams(0, b.by, b.bx, this.acc.ch, e);
this.aaf(i, -1, this.valueColumn.count, this.acc, t, b.q, -1);
}
var u = p.dm;
var v = p.dn;
var w = p.dl;
this.y1.ad(u, true, false, true, false);
this.y1.ad(v, true, false, true, false);
this.y1.ad(w, false, true, false, false);
w._opacity = 0.75 * this.y1.j;
if (b.c0(a)) {
p.dh(j, k, false, 1, this.aas(k, j - 1, b.bx, b.by), q, this.ic);
b.c3(a);
}
};
StepLineSeries.prototype.p3 = function (a, b, c) {
this.aab(a, b, c, this.ys, 0);
};
StepLineSeries.prototype.ak = function (a, b) {
var c = new List$1(ChartSelection.$, 0);
this.p3(a, c, b);
return c.toArray();
};
Object.defineProperty(StepLineSeries.prototype, "useHighMarkerFidelity", {
get: function () {
return this.zp;
},
enumerable: false,
configurable: true
});
StepLineSeries.$t = markType(StepLineSeries, 'StepLineSeries', HorizontalAnchoredCategorySeries.$);
return StepLineSeries;
}(HorizontalAnchoredCategorySeries));
export { StepLineSeries };
/**
* @hidden
*/
var StepLineSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(StepLineSeriesView, _super);
function StepLineSeriesView(a) {
var _this = _super.call(this, a) || this;
_this.df = null;
_this.dq = new Path();
_this.dp = new Path();
_this.dr = new Path();
_this.dk = new Path();
_this.dj = new Path();
_this.di = new Path();
_this.df = a;
return _this;
}
StepLineSeriesView.prototype.au = function () {
_super.prototype.au.call(this);
if (!this.q) {
this.df.w9 = Defaults.c;
}
};
Object.defineProperty(StepLineSeriesView.prototype, "dm", {
get: function () {
return this.dq;
},
enumerable: false,
configurable: true
});
Object.defineProperty(StepLineSeriesView.prototype, "dn", {
get: function () {
return this.dr;
},
enumerable: false,
configurable: true
});
Object.defineProperty(StepLineSeriesView.prototype, "dl", {
get: function () {
return this.dp;
},
enumerable: false,
configurable: true
});
StepLineSeriesView.prototype.dg = function () {
this.dp.an = null;
this.dq.an = null;
this.dr.an = null;
this.as();
};
StepLineSeriesView.prototype.dh = function (a, b, c, d, e, f, g) {
this.df.acv.a = typeCast(ISortingAxis_$type, this.cy.fetchXAxis()) !== null ? true : false;
this.df.acv.m(this.dq, this.dp, this.dr, a, b, c, d, e, f, g);
this.as();
};
StepLineSeriesView.prototype.be = function () {
_super.prototype.be.call(this);
this.dj.an = this.dq.an;
this.dk.an = this.dr.an;
this.di.an = this.dp.an;
var a = this.br();
this.dj._stroke = a;
this.dj.ad = this.e.id + 3;
this.dk._stroke = a;
this.dk.ad = this.e.id + 3;
this.di._fill = a;
this.di._opacity = 1;
};
StepLineSeriesView.prototype.a8 = function (a, b) {
_super.prototype.a8.call(this, a, b);
if (a.d) {
if (b) {
a.t(this.di);
a.t(this.dj);
a.t(this.dk);
}
else {
a.t(this.dp);
a.t(this.dq);
a.t(this.dr);
}
}
};
StepLineSeriesView.prototype.an = function (a) {
_super.prototype.an.call(this, a);
this.e.bc.exportPathData(a, this.dq, "lowerShape", ["Lower", "Main"]);
this.e.bc.exportPathData(a, this.dr, "upperShape", ["Upper"]);
this.e.bc.exportPathData(a, this.dp, "translucentShape", ["Translucent"]);
};
StepLineSeriesView.prototype.af = function () {
var a = new Color();
a.colorString = "rgba(95,95,95,0.5)";
this.e.v0 = a;
this.e.jl = 3;
this.e.jm = 1;
this.e.jn = 4;
this.e.hb = false;
};
StepLineSeriesView.$t = markType(StepLineSeriesView, 'StepLineSeriesView', AnchoredCategorySeriesView.$);
return StepLineSeriesView;
}(AnchoredCategorySeriesView));
export { StepLineSeriesView };