igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
647 lines (646 loc) • 23.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 { HorizontalAnchoredCategorySeries } from "./HorizontalAnchoredCategorySeries";
import { DependencyProperty } from "igniteui-angular-core";
import { SplineType_$type } from "./SplineType";
import { AxisRange } from "./AxisRange";
import { Array_$type, typeCast, Point_$type, enumGetBox, markType, markDep } from "igniteui-angular-core";
import { List$1 } from "igniteui-angular-core";
import { Rect } from "igniteui-angular-core";
import { CategoryAxisBase } from "./CategoryAxisBase";
import { ISortingAxis_$type } from "./ISortingAxis";
import { CollisionAvoider } from "./CollisionAvoider";
import { AnchoredCategorySeriesView } from "./AnchoredCategorySeriesView";
import { ScalerParams } from "./ScalerParams";
import { SafeSortedReadOnlyDoubleCollection } from "./SafeSortedReadOnlyDoubleCollection";
import { Numeric } from "igniteui-angular-core";
import { ChartSelection } from "./ChartSelection";
import { PropertyMetadata } from "igniteui-angular-core";
import { truncate, isNaN_ } from "igniteui-angular-core";
import { Color } from "igniteui-angular-core";
/**
* @hidden
*/
export let SplineSeriesBase = /*@__PURE__*/ (() => {
class SplineSeriesBase extends HorizontalAnchoredCategorySeries {
constructor() {
super(...arguments);
this.acx = null;
this.ac3 = NaN;
this.ac2 = NaN;
}
jj() {
if (!isNaN_(this.ji)) {
return super.jj();
}
return this.acy.dg();
}
cs() {
return new SplineSeriesBaseView(this);
}
q0(a) {
super.q0(a);
this.acy = a;
}
r3(a) {
super.r3(a);
this.ac0 = true;
}
ay(a) {
if (!this.ac0 || this.acx == null || this.acx.length == 0) {
return super.ay(a);
}
if (this.valueColumn == null || this.valueColumn.count == 0) {
return null;
}
if (a == this.fetchXAxis()) {
return new AxisRange(0, this.valueColumn.count - 1);
}
this.ada(this.acy);
if (this.acx == null || this.acx.length == 0) {
return null;
}
if (a == this.fetchYAxis()) {
if (isNaN_(this.ac6) || isNaN_(this.ac7)) {
return null;
}
return new AxisRange(this.ac7, this.ac6);
}
return null;
}
get_ev() {
return true;
}
acv(a) {
if (a.cw.d == 0) {
return null;
}
let b = new List$1(Array_$type, 0);
let c = a.by;
let d = a.bx;
let e = this.getEffectiveViewport1(a);
let f = 0;
let g = 0;
let h = 0;
let i = this;
let j = typeCast(CategoryAxisBase.$, i.fetchXAxis());
let k = i.wi(this.cv);
let l = i.dn;
if (c.isEmpty || d.isEmpty || j == null || l == null || l.count == 0) {
f = 0;
return null;
}
let m = this.ic;
let n = typeCast(ISortingAxis_$type, j);
if (n == null || n.i$b == null) {
let o = new ScalerParams(0, c, d, j.ch, e);
let p = 0;
let q = j.lk - 1;
let r = Math.floor((q - p + 1) * m / k.width);
f = truncate(Math.max(1, r));
g = truncate(Math.max(0, Math.floor(p / f) - 1));
h = truncate(Math.ceil(q / f));
}
else {
g = 0;
h = j.lk - 1;
f = 1;
}
if (n != null && n.i$b.count != this.dn.count) {
return null;
}
this.ada(a);
let s = truncate(Math.ceil(d.width / (h - g)));
let t = new CollisionAvoider();
if (n != null) {
return this.acw(a);
}
let u = (v) => v;
let v = (w) => this.valueColumn.item(w);
let w = a;
w.db();
for (let x = g; x <= h; ++x) {
let y = null;
if (f == 1) {
if (x >= (this.valueColumn.count - 1)) {
break;
}
let z = u(x);
let aa = v(x);
let ab = u(x + 1);
let ac = v(x + 1);
let ad = ab - z;
let ae = this.acx[x];
let af = this.acx[x + 1];
b.add([aa, ac]);
for (let ag = 1; ag < s; ++ag) {
let ah = z + ad * ag / s;
let ai = (ab - ah) / ad;
let aj = (ah - z) / ad;
let ak = ai * aa + aj * ac + ((ai * ai * ai - ai) * ae + (aj * aj * aj - aj) * af) * (ad * ad) / 6;
b.add([ak, ak]);
}
}
else {
y = a.cw.getBucket(x);
if (!isNaN_(y[0])) {
b.add([y[1], y[2]]);
}
}
}
w.dd();
return b.toArray();
}
acw(a) {
let b = typeCast(ISortingAxis_$type, this.acc);
let c = this.getEffectiveViewport1(a);
let d = a.by;
let e = a.bx;
let f = new List$1(Array_$type, 0);
if (b == null) {
return null;
}
let g = this.acc;
let h = 0;
let i = 0;
let j = 0;
let k = this.ic;
let l = this.wi(this.cv);
if (b == null || b.i$b == null) {
let m = new ScalerParams(0, d, e, g.ch, c);
let n = 0;
let o = g.lk - 1;
let p = Math.floor((o - n + 1) * k / l.width);
h = truncate(Math.max(1, p));
i = truncate(Math.max(0, Math.floor(n / h) - 1));
j = truncate(Math.ceil(o / h));
}
else {
i = 0;
j = g.lk - 1;
h = 1;
}
let q = (r) => r;
let r = (s) => this.valueColumn.item(b.i$b._inner[s]);
let s = truncate(Math.ceil(e.width / (j - i)));
let t = new CollisionAvoider();
if (h <= 0 || (i <= 0 && j <= 0)) {
return null;
}
for (let u = i; u < j + 1; ++u) {
let v = null;
let w = u * h;
if (b != null && b.i$b != null && w >= 0 && w < b.i$b.count) {
w = b.i$b._inner[w];
}
if (u >= (this.valueColumn.count - 1)) {
break;
}
let x = q(u);
let y = r(u);
let z = q(u + 1);
let aa = r(u + 1);
let ab = z - x;
let ac = this.acx[u];
let ad = this.acx[u + 1];
f.add([y, y]);
for (let ae = 1; ae < s; ++ae) {
let af = ae / s;
let ag = x + ab * af;
let ah = (z - ag) / ab;
let ai = (ag - x) / ab;
let aj = ah * y + ai * aa + ((ah * ah * ah - ah) * ac + (ai * ai * ai - ai) * ad) * (ab * ab) / 6;
f.add([aj, aj]);
}
}
return f.toArray();
}
adb(a, b, c, d, e, f) {
let g = typeCast(ISortingAxis_$type, d);
let h = this.getEffectiveViewport1(f);
if (g == null) {
return;
}
let i = new ScalerParams(0, b, c, d.ch, h);
let j = new ScalerParams(0, b, c, e.ch, h);
j.b = this.ix();
let k = this.xf();
let l = 0;
let m = this.ac5(d, b, c, h);
let n = (o) => o;
let o = (p) => this.valueColumn.item(g.i$b._inner[p]);
let p = this.y2.cw.f;
let q = this.y2.cw.e;
let r = truncate(Math.ceil(c.width / (p - q)));
let s = new CollisionAvoider();
let t = this.y2.cw.d;
if (t <= 0 || (q <= 0 && p <= 0)) {
this.y2.cz.count = l;
return;
}
let u = 0;
let v = 0;
for (let w = q; w < p + 1; ++w) {
let x = null;
let y = w * t;
if (g != null && g.i$b != null && y >= 0 && y < g.i$b.count) {
y = g.i$b._inner[y];
}
if (w >= (this.valueColumn.count - 1)) {
if (k && this.ac1(a, a.f._inner[a.f.count - 1], s, Math.min(y, this.dn.count - 1), l, f, u - 1)) {
++l;
}
break;
}
let z = n(w);
let aa = o(w);
let ab = n(w + 1);
let ac = o(w + 1);
let ad = ab - z;
let ae = this.acx[w];
let af = this.acx[w + 1];
let ag = g.i$d(g.i$b._inner[w]);
let ah = d.el(ag, i) + m;
let ai = e.el(aa, j);
a.f.add([ah, ai, ai]);
u++;
v = u;
for (let aj = 1; aj < r; ++aj) {
let ak = aj / r;
let al = z + ad * ak;
let am = (ab - al) / ad;
let an = (al - z) / ad;
let ao = am * aa + an * ac + ((am * am * am - am) * ae + (an * an * an - an) * af) * (ad * ad) / 6;
let ap = g.i$d(g.i$b._inner[w]);
let aq = g.i$d(g.i$b._inner[w + 1]);
let ar = ap + (aq - ap) * ak;
al = d.el(ar, i) + m;
ao = e.el(ao, j);
a.f.add([al, ao, ao]);
u++;
}
if (k) {
x = [ah, ai, ai];
}
if (k && this.ac1(a, x, s, Math.min(y, this.dn.count - 1), l, f, v - 1)) {
++l;
}
}
f.cz.count = l;
}
ac1(a, b, c, d, e, f, g) {
let h = b[0];
let i = b[1];
let j = new Rect(0, h - 5, i - 5, 11, 11);
if (!isNaN_(h) && !isNaN_(i) && c.tryAdd(j)) {
a.n.add({ $type: Point_$type, x: h, y: i });
let k = f.cz.item(e);
k.content.item = this.dn.item(d);
k.al = g;
k.ak = d;
return true;
}
return false;
}
an(a, b, c, d, e, f) {
if (a == null || a.cn || this.zu(this.cv) > 1 || this.zu(this.cv) == 0) {
return super.an(this.yr(), this.yt.f, this.zu(this.cv), this.zv(this.cv), e, f);
}
if (this.yt.f.count == 0) {
return null;
}
let g = this.acy.cw.f;
let h = this.cv.bx;
let i = truncate(Math.ceil(h.width));
if (g != d) {
i = truncate(Math.ceil(h.width / (g - d)));
}
let j = -1;
let k = -1;
let l = this.iq(e);
let m = this.j9(e, f);
let n = this.j7(e, f);
let o = truncate(Math.floor(m / this.zu(this.cv)));
let p = truncate(Math.floor(n / this.zu(this.cv)));
j = o - this.zv(this.cv);
k = p - this.zv(this.cv);
let q = j * i;
let r = k * i;
let s = 0;
if (m != n) {
s = (l - m) / (n - m);
}
let t = truncate(Math.floor(q + s * (r - q)));
j = t;
k = t + 1;
if (j < 0) {
j = 0;
}
if (j > this.yt.f.count - 1) {
j = this.yt.f.count - 1;
}
if (k < 0) {
k = 0;
}
if (k > this.yt.f.count - 1) {
k = this.yt.f.count - 1;
}
let u = this.yt.f._inner[j];
let v = this.yt.f._inner[k];
let w = new Array(2);
w[0] = u;
w[1] = v;
return w;
}
aag(a, b) {
super.aag(a, b);
if (a.f.count <= 1) {
return;
}
if (b.cw.d == 0) {
return;
}
let c = b.by;
let d = b.bx;
let e = this.getEffectiveViewport1(b);
let f = this.acc;
let g = this.aci;
let h = new ScalerParams(0, c, d, f.ch, e);
let i = ((() => {
let $ret = new ScalerParams(0, c, d, g.ch, e);
$ret.b = this.ix();
return $ret;
})());
a.f.clear();
a.n.clear();
let j = this.xf();
let k = 0;
let l = typeCast(ISortingAxis_$type, this.acc);
if (l != null && l.i$b.count != this.dn.count) {
return;
}
let m = this.ac5(f, c, d, e);
let n = b.cw.d;
this.ada(b);
let o = b.cw.f;
let p = b.cw.e;
let q = truncate(Math.ceil(d.width / (o - p)));
let r = new CollisionAvoider();
if (l != null) {
this.adb(a, c, d, f, g, b);
return;
}
let s = (t) => t;
let t = (u) => this.valueColumn.item(u);
let u = b;
u.db();
let v = 0;
let w = 0;
for (let x = p; x <= o; ++x) {
let y = null;
if (n == 1) {
if (x >= (this.valueColumn.count - 1)) {
if (j && this.ac1(a, a.f._inner[a.f.count - 1], r, Math.min(x * n, this.dn.count - 1), k, b, v - 1)) {
++k;
}
break;
}
let z = s(x);
let aa = t(x);
let ab = s(x + 1);
let ac = t(x + 1);
let ad = ab - z;
let ae = this.acx[x];
let af = this.acx[x + 1];
let ag = f.el(z, h) + m;
let ah = g.el(aa, i);
a.f.add([ag, ah, ah]);
v++;
w = v;
for (let ai = 1; ai < q; ++ai) {
let aj = z + ad * ai / q;
let ak = (ab - aj) / ad;
let al = (aj - z) / ad;
let am = ak * aa + al * ac + ((ak * ak * ak - ak) * ae + (al * al * al - al) * af) * (ad * ad) / 6;
aj = f.el(aj, h) + m;
am = g.el(am, i);
a.f.add([aj, am, am]);
v++;
}
if (j) {
y = b.cw.getBucket(x);
y[0] = (f.el(y[0], h) + m);
y[1] = g.el(y[1], i);
y[2] = g.el(y[2], i);
}
}
else {
y = b.cw.getBucket(x);
if (!isNaN_(y[0])) {
y[0] = (f.el(y[0], h) + m);
y[1] = g.el(y[1], i);
y[2] = g.el(y[2], i);
a.f.add(y);
v++;
w = v;
}
}
if (j && this.ac1(a, y, r, Math.min(x * n, this.dn.count - 1), k, b, w - 1)) {
++k;
}
}
u.dd();
b.cz.count = k;
}
ada(a) {
let b = a.cw.d;
let c = (d) => d;
let d = (e) => this.valueColumn.item(e);
if (b < 1 || this.valueColumn == null || this.valueColumn.count == 0) {
return;
}
if ((this.acx == null || this.acx.length != this.valueColumn.count) && b == 1) {
let e = this.acz == 0 ? NaN : 0;
if (this.acc != null && typeCast(ISortingAxis_$type, this.acc) !== null && this.acc.i$b != null) {
let f = new SafeSortedReadOnlyDoubleCollection(1, this.valueColumn, this.acc.i$b, NaN);
d = (g) => f.item(g);
}
this.acx = Numeric.c(this.valueColumn.count, c, d, e, e);
if (this.ac0) {
let g = -1.7976931348623157E+308;
let h = 1.7976931348623157E+308;
let i = this.acv(a);
if (i == null) {
return;
}
for (let j = 0; j < i.length; j++) {
if (isNaN_(i[j][0]) || isNaN_(i[j][1])) {
continue;
}
if (i[j][1] > g) {
g = i[j][1];
}
if (i[j][0] < h) {
h = i[j][0];
}
}
this.ac7 = h;
this.ac6 = g;
}
}
}
ac4(a, b, c, d, e, f, g) {
let h = d - b;
let i = b + h * a;
let j = (d - i) / h;
let k = (i - b) / h;
let l = j * c + k * e + ((j * j * j - j) * f + (k * k * k - k) * g) * (h * h) / 6;
return l;
}
iu(a, b, c, d, e, f, g, h) {
let i = NaN;
if (c >= 0 && c < b.count) {
i = b.item(c);
}
let 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;
}
let k = e;
let l = f;
let m = i;
let n = j;
let o = NaN;
let p = NaN;
if (this.acx != null && e >= 0 && e < this.acx.length) {
o = this.acx[e];
}
if (this.acx != null && f >= 0 && f < this.acx.length) {
p = this.acx[f];
}
return this.ac4(a, k, m, l, n, o, p);
}
ac5(a, b, c, d) {
let e = this.preferredCategoryMode(a);
if (e == 0 && a.categoryMode != 0) {
e = 1;
}
let f = 0;
switch (e) {
case 0:
f = 0;
break;
case 1:
f = 0.5 * a.getCategorySize(b, c, d);
break;
case 2:
f = a.getGroupCenter(this.index, b, c, d);
break;
}
if (a.ch) {
f = -f;
}
return f;
}
get ac7() {
return this.ac3;
}
set ac7(a) {
this.ac3 = a;
}
get ac6() {
return this.ac2;
}
set ac6(a) {
this.ac2 = a;
}
adc() {
this.acx = null;
this.ac7 = NaN;
this.ac6 = NaN;
if (this.yAxis != null) {
this.yAxis.c1();
}
}
q8(a, b, c, d) {
switch (b) {
case "ValueColumn":
case "FastItemsSource":
this.adc();
break;
}
super.q8(a, b, c, d);
switch (b) {
case SplineSeriesBase.$$p[1]:
this.adc();
this.rq(false);
this.qk();
break;
}
}
pa(a, b, c, d) {
this.adc();
super.pa(a, b, c, d);
}
p3(a, b, c) {
this.aab(a, b, c, this.ys, 0);
}
ak(a, b) {
let c = new List$1(ChartSelection.$, 0);
this.p3(a, c, b);
return c.toArray();
}
get useHighMarkerFidelity() {
return this.zp;
}
}
SplineSeriesBase.$t = markType(SplineSeriesBase, 'SplineSeriesBase', HorizontalAnchoredCategorySeries.$);
SplineSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, SplineSeriesBase, 'raisePropertyChanged', ['IsSplineShapePartOfRange:ac0:add', [0, false], 'SplineType:acz:ade', [SplineType_$type, enumGetBox(SplineType_$type, 0)]]);
return SplineSeriesBase;
})();
/**
* @hidden
*/
export let SplineSeriesBaseView = /*@__PURE__*/ (() => {
class SplineSeriesBaseView extends AnchoredCategorySeriesView {
constructor(a) {
super(a);
this.df = null;
this.df = a;
}
dg() {
let a = 1;
if (this.df.db != null) {
a = this.df.db.hi;
}
return Math.max(1 / (a * 3), 0.3);
}
af() {
let 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;
}
}
SplineSeriesBaseView.$t = markType(SplineSeriesBaseView, 'SplineSeriesBaseView', AnchoredCategorySeriesView.$);
return SplineSeriesBaseView;
})();