igniteui-webcomponents-charts 4.3.0 → 4.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-charts.umd.js +600 -570
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/SortingTrendLineManager.js +4 -4
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +232 -218
- package/esm2015/lib/igc-stacked-fragment-series-component.js +75 -75
- package/esm5/lib/SortingTrendLineManager.js +4 -4
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +521 -491
- package/esm5/lib/igc-stacked-fragment-series-component.js +75 -75
- package/fesm2015/igniteui-webcomponents-charts.js +311 -297
- package/fesm5/igniteui-webcomponents-charts.js +600 -570
- package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +59 -58
- package/package.json +2 -2
|
@@ -79353,9 +79353,9 @@ let SortingTrendLineManager = /*@__PURE__*/ (() => {
|
|
|
79353
79353
|
if (this.c(b)) {
|
|
79354
79354
|
this.d.clear();
|
|
79355
79355
|
this.a = TrendFitCalculator.a(j, b, g, this.a, c.count, (k) => (k + 1), (k) => c.item(k), (k) => {
|
|
79356
|
-
let l = truncate(Math.floor(k));
|
|
79357
|
-
let m = truncate(Math.ceil(k));
|
|
79358
|
-
let n = k - l;
|
|
79356
|
+
let l = truncate(Math.floor(k - 1));
|
|
79357
|
+
let m = truncate(Math.ceil(k - 1));
|
|
79358
|
+
let n = (k - 1) - l;
|
|
79359
79359
|
let o;
|
|
79360
79360
|
if (m <= i) {
|
|
79361
79361
|
o = this.h(l) + n * (this.h(m) - this.h(l));
|
|
@@ -79364,7 +79364,7 @@ let SortingTrendLineManager = /*@__PURE__*/ (() => {
|
|
|
79364
79364
|
o = this.h(l) + n * (this.h(truncate(i)) - this.h(l));
|
|
79365
79365
|
}
|
|
79366
79366
|
return e(o);
|
|
79367
|
-
}, f, h, i);
|
|
79367
|
+
}, f, h + 1, i + 1);
|
|
79368
79368
|
}
|
|
79369
79369
|
if (this.b(b)) {
|
|
79370
79370
|
this.a = null;
|
|
@@ -168214,46 +168214,46 @@ let StackedSeriesCreatedEventArgs = /*@__PURE__*/ (() => {
|
|
|
168214
168214
|
this.c = a;
|
|
168215
168215
|
}
|
|
168216
168216
|
get brush() {
|
|
168217
|
-
return this.c.
|
|
168217
|
+
return this.c.kc;
|
|
168218
168218
|
}
|
|
168219
168219
|
set brush(a) {
|
|
168220
|
-
this.c.
|
|
168220
|
+
this.c.kc = a;
|
|
168221
168221
|
}
|
|
168222
168222
|
get legendItemTemplate() {
|
|
168223
|
-
return this.c.
|
|
168223
|
+
return this.c.ha;
|
|
168224
168224
|
}
|
|
168225
168225
|
set legendItemTemplate(a) {
|
|
168226
|
-
this.c.
|
|
168226
|
+
this.c.ha = a;
|
|
168227
168227
|
}
|
|
168228
168228
|
get legendItemBadgeTemplate() {
|
|
168229
|
-
return this.c.
|
|
168229
|
+
return this.c.g9;
|
|
168230
168230
|
}
|
|
168231
168231
|
set legendItemBadgeTemplate(a) {
|
|
168232
|
-
this.c.
|
|
168232
|
+
this.c.g9 = a;
|
|
168233
168233
|
}
|
|
168234
168234
|
get legendItemVisibility() {
|
|
168235
|
-
return this.c.
|
|
168235
|
+
return this.c.k7;
|
|
168236
168236
|
}
|
|
168237
168237
|
set legendItemVisibility(a) {
|
|
168238
|
-
this.c.
|
|
168238
|
+
this.c.k7 = a;
|
|
168239
168239
|
}
|
|
168240
168240
|
get outline() {
|
|
168241
|
-
return this.c.
|
|
168241
|
+
return this.c.kg;
|
|
168242
168242
|
}
|
|
168243
168243
|
set outline(a) {
|
|
168244
|
-
this.c.
|
|
168244
|
+
this.c.kg = a;
|
|
168245
168245
|
}
|
|
168246
168246
|
get dashArray() {
|
|
168247
|
-
return this.c.
|
|
168247
|
+
return this.c.kl;
|
|
168248
168248
|
}
|
|
168249
168249
|
set dashArray(a) {
|
|
168250
|
-
this.c.
|
|
168250
|
+
this.c.kl = a;
|
|
168251
168251
|
}
|
|
168252
168252
|
get dashCap() {
|
|
168253
|
-
return this.c.
|
|
168253
|
+
return this.c.ko;
|
|
168254
168254
|
}
|
|
168255
168255
|
set dashCap(a) {
|
|
168256
|
-
this.c.
|
|
168256
|
+
this.c.ko = a;
|
|
168257
168257
|
}
|
|
168258
168258
|
get index() {
|
|
168259
168259
|
return this.c.ca;
|
|
@@ -168283,28 +168283,28 @@ let StackedSeriesCreatedEventArgs = /*@__PURE__*/ (() => {
|
|
|
168283
168283
|
this.c.ah = a;
|
|
168284
168284
|
}
|
|
168285
168285
|
get markerBrush() {
|
|
168286
|
-
return this.c.
|
|
168286
|
+
return this.c.kd;
|
|
168287
168287
|
}
|
|
168288
168288
|
set markerBrush(a) {
|
|
168289
|
-
this.c.
|
|
168289
|
+
this.c.kd = a;
|
|
168290
168290
|
}
|
|
168291
168291
|
get markerOutline() {
|
|
168292
|
-
return this.c.
|
|
168292
|
+
return this.c.ke;
|
|
168293
168293
|
}
|
|
168294
168294
|
set markerOutline(a) {
|
|
168295
|
-
this.c.
|
|
168295
|
+
this.c.ke = a;
|
|
168296
168296
|
}
|
|
168297
168297
|
get markerStyle() {
|
|
168298
|
-
return this.c.
|
|
168298
|
+
return this.c.k4;
|
|
168299
168299
|
}
|
|
168300
168300
|
set markerStyle(a) {
|
|
168301
|
-
this.c.
|
|
168301
|
+
this.c.k4 = a;
|
|
168302
168302
|
}
|
|
168303
168303
|
get markerTemplate() {
|
|
168304
|
-
return this.c.
|
|
168304
|
+
return this.c.hb;
|
|
168305
168305
|
}
|
|
168306
168306
|
set markerTemplate(a) {
|
|
168307
|
-
this.c.
|
|
168307
|
+
this.c.hb = a;
|
|
168308
168308
|
}
|
|
168309
168309
|
get markerType() {
|
|
168310
168310
|
return this.c.x;
|
|
@@ -168319,10 +168319,10 @@ let StackedSeriesCreatedEventArgs = /*@__PURE__*/ (() => {
|
|
|
168319
168319
|
this.c.bv = a;
|
|
168320
168320
|
}
|
|
168321
168321
|
get lineCap() {
|
|
168322
|
-
return this.c.
|
|
168322
|
+
return this.c.kn;
|
|
168323
168323
|
}
|
|
168324
168324
|
set lineCap(a) {
|
|
168325
|
-
this.c.
|
|
168325
|
+
this.c.kp = a;
|
|
168326
168326
|
}
|
|
168327
168327
|
}
|
|
168328
168328
|
StackedSeriesCreatedEventArgs.$t = /*@__PURE__*/ markType(StackedSeriesCreatedEventArgs, 'StackedSeriesCreatedEventArgs', EventArgs.$);
|
|
@@ -168522,7 +168522,7 @@ let FragmentBase = /*@__PURE__*/ (() => {
|
|
|
168522
168522
|
if (e.visualSeriesLink == this) {
|
|
168523
168523
|
return a;
|
|
168524
168524
|
}
|
|
168525
|
-
if (this.parentSeries.a2 == null || e.
|
|
168525
|
+
if (this.parentSeries.a2 == null || e.k6 != 0 || e.k5 != 0) {
|
|
168526
168526
|
continue;
|
|
168527
168527
|
}
|
|
168528
168528
|
a++;
|
|
@@ -168554,7 +168554,7 @@ let FragmentBase = /*@__PURE__*/ (() => {
|
|
|
168554
168554
|
break;
|
|
168555
168555
|
case "ActualBrush":
|
|
168556
168556
|
if (this.logicalSeriesLink != null) {
|
|
168557
|
-
this.logicalSeriesLink.
|
|
168557
|
+
this.logicalSeriesLink.j7 = this.o5;
|
|
168558
168558
|
}
|
|
168559
168559
|
break;
|
|
168560
168560
|
}
|
|
@@ -170287,7 +170287,7 @@ let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
170287
170287
|
switch (b) {
|
|
170288
170288
|
case "ActualBrush":
|
|
170289
170289
|
if (this.logicalSeriesLink != null) {
|
|
170290
|
-
this.logicalSeriesLink.
|
|
170290
|
+
this.logicalSeriesLink.j7 = this.o5;
|
|
170291
170291
|
}
|
|
170292
170292
|
break;
|
|
170293
170293
|
}
|
|
@@ -170661,7 +170661,7 @@ let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
170661
170661
|
}
|
|
170662
170662
|
lp() {
|
|
170663
170663
|
for (let a of fromEnum(this.tq)) {
|
|
170664
|
-
a.
|
|
170664
|
+
a.gf();
|
|
170665
170665
|
}
|
|
170666
170666
|
super.lp();
|
|
170667
170667
|
}
|
|
@@ -170741,11 +170741,11 @@ let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
170741
170741
|
if (this.tu != null && !this.tu.c.contains(e)) {
|
|
170742
170742
|
e.parentSeries = this;
|
|
170743
170743
|
e.fv();
|
|
170744
|
-
e.gl();
|
|
170745
170744
|
e.gm();
|
|
170746
|
-
e.g0();
|
|
170747
170745
|
e.gn();
|
|
170746
|
+
e.g1();
|
|
170748
170747
|
e.go();
|
|
170748
|
+
e.gp();
|
|
170749
170749
|
e.fr();
|
|
170750
170750
|
e.fs();
|
|
170751
170751
|
e.fu();
|
|
@@ -170754,37 +170754,38 @@ let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
170754
170754
|
e.f2();
|
|
170755
170755
|
e.f3();
|
|
170756
170756
|
e.f4();
|
|
170757
|
+
e.gd();
|
|
170758
|
+
e.gf();
|
|
170759
|
+
e.f7();
|
|
170760
|
+
e.ga();
|
|
170757
170761
|
e.gc();
|
|
170762
|
+
e.gd();
|
|
170758
170763
|
e.ge();
|
|
170759
|
-
e.f6();
|
|
170760
|
-
e.f9();
|
|
170761
170764
|
e.gb();
|
|
170762
|
-
e.
|
|
170763
|
-
e.
|
|
170764
|
-
e.
|
|
170765
|
-
e.f7();
|
|
170766
|
-
e.gy();
|
|
170765
|
+
e.f8();
|
|
170766
|
+
e.gz();
|
|
170767
|
+
e.g3();
|
|
170767
170768
|
e.g2();
|
|
170768
|
-
e.g1();
|
|
170769
|
-
e.gf();
|
|
170770
170769
|
e.gg();
|
|
170771
170770
|
e.gh();
|
|
170771
|
+
e.gi();
|
|
170772
170772
|
e.fq();
|
|
170773
|
-
e.gj();
|
|
170774
170773
|
e.gk();
|
|
170774
|
+
e.gl();
|
|
170775
170775
|
e.f5();
|
|
170776
|
-
e.
|
|
170777
|
-
e.
|
|
170778
|
-
e.f8();
|
|
170779
|
-
e.gi();
|
|
170776
|
+
e.gq();
|
|
170777
|
+
e.f6();
|
|
170780
170778
|
e.gs();
|
|
170779
|
+
e.f9();
|
|
170780
|
+
e.gj();
|
|
170781
170781
|
e.gt();
|
|
170782
|
+
e.gu();
|
|
170782
170783
|
e.fy();
|
|
170784
|
+
e.gy();
|
|
170785
|
+
e.gv();
|
|
170783
170786
|
e.gx();
|
|
170784
|
-
e.
|
|
170785
|
-
e.
|
|
170786
|
-
e.gz();
|
|
170787
|
-
e.g4();
|
|
170787
|
+
e.g0();
|
|
170788
|
+
e.g5();
|
|
170788
170789
|
if (!this.tw) {
|
|
170789
170790
|
this.tu.c.insert(d, e);
|
|
170790
170791
|
d++;
|
|
@@ -171168,7 +171169,7 @@ let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
171168
171169
|
break;
|
|
171169
171170
|
case StackedSeriesBase.$$p[2]:
|
|
171170
171171
|
for (let g of fromEnum(this.tq)) {
|
|
171171
|
-
g.
|
|
171172
|
+
g.g5();
|
|
171172
171173
|
}
|
|
171173
171174
|
break;
|
|
171174
171175
|
case "Brush":
|
|
@@ -171198,27 +171199,27 @@ let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
171198
171199
|
break;
|
|
171199
171200
|
case "ShadowBlur":
|
|
171200
171201
|
for (let m of fromEnum(this.tq)) {
|
|
171201
|
-
m.
|
|
171202
|
+
m.gm();
|
|
171202
171203
|
}
|
|
171203
171204
|
break;
|
|
171204
171205
|
case "ShadowColor":
|
|
171205
171206
|
for (let n of fromEnum(this.tq)) {
|
|
171206
|
-
n.
|
|
171207
|
+
n.gn();
|
|
171207
171208
|
}
|
|
171208
171209
|
break;
|
|
171209
171210
|
case "UseSingleShadow":
|
|
171210
171211
|
for (let o of fromEnum(this.tq)) {
|
|
171211
|
-
o.
|
|
171212
|
+
o.g1();
|
|
171212
171213
|
}
|
|
171213
171214
|
break;
|
|
171214
171215
|
case "ShadowOffsetX":
|
|
171215
171216
|
for (let p of fromEnum(this.tq)) {
|
|
171216
|
-
p.
|
|
171217
|
+
p.go();
|
|
171217
171218
|
}
|
|
171218
171219
|
break;
|
|
171219
171220
|
case "ShadowOffsetY":
|
|
171220
171221
|
for (let q of fromEnum(this.tq)) {
|
|
171221
|
-
q.
|
|
171222
|
+
q.gp();
|
|
171222
171223
|
}
|
|
171223
171224
|
break;
|
|
171224
171225
|
case "IsHitTestVisible":
|
|
@@ -171253,52 +171254,52 @@ let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
171253
171254
|
break;
|
|
171254
171255
|
case "MarkerTemplate":
|
|
171255
171256
|
for (let x of fromEnum(this.tq)) {
|
|
171256
|
-
x.
|
|
171257
|
+
x.gd();
|
|
171257
171258
|
}
|
|
171258
171259
|
break;
|
|
171259
171260
|
case "MarkerType":
|
|
171260
171261
|
for (let y of fromEnum(this.tq)) {
|
|
171261
|
-
y.
|
|
171262
|
+
y.gf();
|
|
171262
171263
|
}
|
|
171263
171264
|
break;
|
|
171264
171265
|
case "MarkerThickness":
|
|
171265
171266
|
for (let z of fromEnum(this.tq)) {
|
|
171266
|
-
z.
|
|
171267
|
+
z.ge();
|
|
171267
171268
|
}
|
|
171268
171269
|
break;
|
|
171269
171270
|
case "MarkerBrush":
|
|
171270
171271
|
for (let aa of fromEnum(this.tq)) {
|
|
171271
|
-
aa.
|
|
171272
|
+
aa.f7();
|
|
171272
171273
|
}
|
|
171273
171274
|
break;
|
|
171274
171275
|
case "MarkerOutline":
|
|
171275
171276
|
for (let ab of fromEnum(this.tq)) {
|
|
171276
|
-
ab.
|
|
171277
|
+
ab.ga();
|
|
171277
171278
|
}
|
|
171278
171279
|
break;
|
|
171279
171280
|
case "MarkerOutlineMode":
|
|
171280
171281
|
for (let ac of fromEnum(this.tq)) {
|
|
171281
|
-
ac.
|
|
171282
|
+
ac.gb();
|
|
171282
171283
|
}
|
|
171283
171284
|
break;
|
|
171284
171285
|
case "MarkerFillMode":
|
|
171285
171286
|
for (let ad of fromEnum(this.tq)) {
|
|
171286
|
-
ad.
|
|
171287
|
+
ad.f8();
|
|
171287
171288
|
}
|
|
171288
171289
|
break;
|
|
171289
171290
|
case "MarkerStyle":
|
|
171290
171291
|
for (let ae of fromEnum(this.tq)) {
|
|
171291
|
-
ae.
|
|
171292
|
+
ae.gc();
|
|
171292
171293
|
}
|
|
171293
171294
|
break;
|
|
171294
171295
|
case "Opacity":
|
|
171295
171296
|
for (let af of fromEnum(this.tq)) {
|
|
171296
|
-
af.
|
|
171297
|
+
af.gg();
|
|
171297
171298
|
}
|
|
171298
171299
|
break;
|
|
171299
171300
|
case "OpacityMask":
|
|
171300
171301
|
for (let ag of fromEnum(this.tq)) {
|
|
171301
|
-
ag.
|
|
171302
|
+
ag.gh();
|
|
171302
171303
|
}
|
|
171303
171304
|
break;
|
|
171304
171305
|
case "AreaFillOpacity":
|
|
@@ -171308,7 +171309,7 @@ let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
171308
171309
|
break;
|
|
171309
171310
|
case "Outline":
|
|
171310
171311
|
for (let ai of fromEnum(this.tq)) {
|
|
171311
|
-
ai.
|
|
171312
|
+
ai.gi();
|
|
171312
171313
|
}
|
|
171313
171314
|
break;
|
|
171314
171315
|
case "LineCap":
|
|
@@ -171318,67 +171319,72 @@ let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
171318
171319
|
break;
|
|
171319
171320
|
case "OutlineMode":
|
|
171320
171321
|
for (let ak of fromEnum(this.tq)) {
|
|
171321
|
-
ak.
|
|
171322
|
+
ak.gj();
|
|
171322
171323
|
}
|
|
171323
171324
|
break;
|
|
171324
171325
|
case "MarkerFillOpacity":
|
|
171325
171326
|
for (let al of fromEnum(this.tq)) {
|
|
171326
|
-
al.
|
|
171327
|
+
al.f9();
|
|
171327
171328
|
}
|
|
171328
171329
|
break;
|
|
171329
171330
|
case "Thickness":
|
|
171330
171331
|
for (let am of fromEnum(this.tq)) {
|
|
171331
|
-
am.
|
|
171332
|
+
am.gq();
|
|
171332
171333
|
}
|
|
171333
171334
|
break;
|
|
171334
|
-
case "
|
|
171335
|
+
case "LineJoin":
|
|
171335
171336
|
for (let an of fromEnum(this.tq)) {
|
|
171336
|
-
an.
|
|
171337
|
+
an.f6();
|
|
171337
171338
|
}
|
|
171338
171339
|
break;
|
|
171339
|
-
case "
|
|
171340
|
+
case "ToolTip":
|
|
171340
171341
|
for (let ao of fromEnum(this.tq)) {
|
|
171341
|
-
ao.
|
|
171342
|
+
ao.gs();
|
|
171342
171343
|
}
|
|
171343
171344
|
break;
|
|
171344
|
-
case "
|
|
171345
|
+
case "TransitionEasingFunction":
|
|
171345
171346
|
for (let ap of fromEnum(this.tq)) {
|
|
171346
|
-
ap.
|
|
171347
|
+
ap.gu();
|
|
171347
171348
|
}
|
|
171348
171349
|
break;
|
|
171349
|
-
case "
|
|
171350
|
+
case "TransitionDuration":
|
|
171350
171351
|
for (let aq of fromEnum(this.tq)) {
|
|
171351
|
-
aq.
|
|
171352
|
+
aq.gt();
|
|
171352
171353
|
}
|
|
171353
171354
|
break;
|
|
171354
|
-
case "
|
|
171355
|
+
case "IsTransitionInEnabled":
|
|
171355
171356
|
for (let ar of fromEnum(this.tq)) {
|
|
171356
|
-
ar.
|
|
171357
|
+
ar.fy();
|
|
171357
171358
|
}
|
|
171358
171359
|
break;
|
|
171359
|
-
case "
|
|
171360
|
+
case "TransitionInMode":
|
|
171360
171361
|
for (let as of fromEnum(this.tq)) {
|
|
171361
|
-
as.
|
|
171362
|
+
as.gx();
|
|
171362
171363
|
}
|
|
171363
171364
|
break;
|
|
171364
|
-
case "
|
|
171365
|
+
case "TransitionInDuration":
|
|
171365
171366
|
for (let at of fromEnum(this.tq)) {
|
|
171366
171367
|
at.fy();
|
|
171367
171368
|
}
|
|
171368
171369
|
break;
|
|
171369
|
-
case "
|
|
171370
|
+
case "TransitionInSpeedType":
|
|
171370
171371
|
for (let au of fromEnum(this.tq)) {
|
|
171371
|
-
au.
|
|
171372
|
+
au.fy();
|
|
171372
171373
|
}
|
|
171373
171374
|
break;
|
|
171374
|
-
case "
|
|
171375
|
+
case "TransitionInEasingFunction":
|
|
171375
171376
|
for (let av of fromEnum(this.tq)) {
|
|
171376
|
-
av.
|
|
171377
|
+
av.gw();
|
|
171377
171378
|
}
|
|
171378
171379
|
break;
|
|
171379
|
-
case "
|
|
171380
|
+
case "UseLightweightMarkers":
|
|
171380
171381
|
for (let aw of fromEnum(this.tq)) {
|
|
171381
|
-
aw.
|
|
171382
|
+
aw.g0();
|
|
171383
|
+
}
|
|
171384
|
+
break;
|
|
171385
|
+
case "UseHighMarkerFidelity":
|
|
171386
|
+
for (let ax of fromEnum(this.tq)) {
|
|
171387
|
+
ax.gz();
|
|
171382
171388
|
}
|
|
171383
171389
|
break;
|
|
171384
171390
|
}
|
|
@@ -172028,8 +172034,8 @@ let StackedBarSeries = /*@__PURE__*/ (() => {
|
|
|
172028
172034
|
case StackedBarSeries.$$p[0]:
|
|
172029
172035
|
case StackedBarSeries.$$p[1]:
|
|
172030
172036
|
for (let e of fromEnum(this.tq)) {
|
|
172031
|
-
e.gj();
|
|
172032
172037
|
e.gk();
|
|
172038
|
+
e.gl();
|
|
172033
172039
|
}
|
|
172034
172040
|
this.mn(false);
|
|
172035
172041
|
break;
|
|
@@ -172188,8 +172194,8 @@ let StackedColumnSeries = /*@__PURE__*/ (() => {
|
|
|
172188
172194
|
case StackedColumnSeries.$$p[0]:
|
|
172189
172195
|
case StackedColumnSeries.$$p[1]:
|
|
172190
172196
|
for (let e of fromEnum(this.tq)) {
|
|
172191
|
-
e.gj();
|
|
172192
172197
|
e.gk();
|
|
172198
|
+
e.gl();
|
|
172193
172199
|
}
|
|
172194
172200
|
this.mn(false);
|
|
172195
172201
|
break;
|
|
@@ -172415,13 +172421,13 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172415
172421
|
}
|
|
172416
172422
|
return NaN;
|
|
172417
172423
|
}
|
|
172418
|
-
|
|
172424
|
+
kv(a, b, c) {
|
|
172419
172425
|
if (this.visualSeriesLink != null) {
|
|
172420
172426
|
return this.visualSeriesLink.ps(a, b, c);
|
|
172421
172427
|
}
|
|
172422
172428
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
172423
172429
|
}
|
|
172424
|
-
|
|
172430
|
+
kz(a) {
|
|
172425
172431
|
if (this.visualSeriesLink != null) {
|
|
172426
172432
|
return this.visualSeriesLink.p3(a);
|
|
172427
172433
|
}
|
|
@@ -172433,7 +172439,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172433
172439
|
}
|
|
172434
172440
|
return null;
|
|
172435
172441
|
}
|
|
172436
|
-
|
|
172442
|
+
k0(a) {
|
|
172437
172443
|
if (this.visualSeriesLink != null) {
|
|
172438
172444
|
return this.visualSeriesLink.p4(a);
|
|
172439
172445
|
}
|
|
@@ -172445,13 +172451,13 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172445
172451
|
}
|
|
172446
172452
|
return null;
|
|
172447
172453
|
}
|
|
172448
|
-
|
|
172454
|
+
k1(a) {
|
|
172449
172455
|
if (this.visualSeriesLink != null) {
|
|
172450
172456
|
return this.visualSeriesLink.p5(a);
|
|
172451
172457
|
}
|
|
172452
172458
|
return Rect.empty;
|
|
172453
172459
|
}
|
|
172454
|
-
|
|
172460
|
+
k2(a) {
|
|
172455
172461
|
if (this.visualSeriesLink != null) {
|
|
172456
172462
|
return this.visualSeriesLink.p6(a);
|
|
172457
172463
|
}
|
|
@@ -172463,7 +172469,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172463
172469
|
}
|
|
172464
172470
|
return NaN;
|
|
172465
172471
|
}
|
|
172466
|
-
|
|
172472
|
+
kr(a, b, c) {
|
|
172467
172473
|
if (this.visualSeriesLink != null) {
|
|
172468
172474
|
return this.visualSeriesLink.po(a, b, c);
|
|
172469
172475
|
}
|
|
@@ -172475,13 +172481,13 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172475
172481
|
}
|
|
172476
172482
|
return NaN;
|
|
172477
172483
|
}
|
|
172478
|
-
|
|
172484
|
+
kt(a, b, c) {
|
|
172479
172485
|
if (this.visualSeriesLink != null) {
|
|
172480
172486
|
return this.visualSeriesLink.pq(a, b, c);
|
|
172481
172487
|
}
|
|
172482
172488
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
172483
172489
|
}
|
|
172484
|
-
|
|
172490
|
+
kw(a, b, c) {
|
|
172485
172491
|
if (this.visualSeriesLink != null) {
|
|
172486
172492
|
return this.visualSeriesLink.pt(a, b, c);
|
|
172487
172493
|
}
|
|
@@ -172493,7 +172499,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172493
172499
|
}
|
|
172494
172500
|
return NaN;
|
|
172495
172501
|
}
|
|
172496
|
-
|
|
172502
|
+
ks(a, b, c) {
|
|
172497
172503
|
if (this.visualSeriesLink != null) {
|
|
172498
172504
|
return this.visualSeriesLink.pp(a, b, c);
|
|
172499
172505
|
}
|
|
@@ -172505,7 +172511,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172505
172511
|
}
|
|
172506
172512
|
return NaN;
|
|
172507
172513
|
}
|
|
172508
|
-
|
|
172514
|
+
ku(a, b, c) {
|
|
172509
172515
|
if (this.visualSeriesLink != null) {
|
|
172510
172516
|
return this.visualSeriesLink.pr(a, b, c);
|
|
172511
172517
|
}
|
|
@@ -172547,13 +172553,13 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172547
172553
|
}
|
|
172548
172554
|
return false;
|
|
172549
172555
|
}
|
|
172550
|
-
|
|
172556
|
+
kx(a) {
|
|
172551
172557
|
if (this.visualSeriesLink != null) {
|
|
172552
172558
|
return this.visualSeriesLink.px(a);
|
|
172553
172559
|
}
|
|
172554
172560
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
172555
172561
|
}
|
|
172556
|
-
|
|
172562
|
+
kq(a) {
|
|
172557
172563
|
if (this.visualSeriesLink != null) {
|
|
172558
172564
|
return this.visualSeriesLink.pn(a);
|
|
172559
172565
|
}
|
|
@@ -172565,7 +172571,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172565
172571
|
}
|
|
172566
172572
|
return false;
|
|
172567
172573
|
}
|
|
172568
|
-
|
|
172574
|
+
ky() {
|
|
172569
172575
|
if (this.visualSeriesLink != null) {
|
|
172570
172576
|
return this.visualSeriesLink.getEffectiveViewport();
|
|
172571
172577
|
}
|
|
@@ -172598,25 +172604,25 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172598
172604
|
this.visualSeriesLink.provideRenderer(a);
|
|
172599
172605
|
}
|
|
172600
172606
|
}
|
|
172601
|
-
|
|
172607
|
+
g5() {
|
|
172602
172608
|
if (this.parentSeries == null) {
|
|
172603
172609
|
return;
|
|
172604
172610
|
}
|
|
172605
|
-
this.
|
|
172611
|
+
this.k6 = this.parentSeries._visibility != 0 ? 1 : this.k8;
|
|
172606
172612
|
if (this.visualSeriesLink != null) {
|
|
172607
|
-
this.visualSeriesLink._visibility = this.
|
|
172613
|
+
this.visualSeriesLink._visibility = this.k6;
|
|
172608
172614
|
}
|
|
172609
172615
|
}
|
|
172610
|
-
|
|
172616
|
+
gd() {
|
|
172611
172617
|
if (this.parentSeries == null) {
|
|
172612
172618
|
return;
|
|
172613
172619
|
}
|
|
172614
|
-
this.
|
|
172620
|
+
this.g8 = this.hb != null ? this.hb : this.parentSeries.q7;
|
|
172615
172621
|
if (this.visualSeriesLink != null) {
|
|
172616
|
-
this.visualSeriesLink.q7 = this.
|
|
172622
|
+
this.visualSeriesLink.q7 = this.g8;
|
|
172617
172623
|
}
|
|
172618
172624
|
}
|
|
172619
|
-
|
|
172625
|
+
gf() {
|
|
172620
172626
|
if (this.parentSeries == null) {
|
|
172621
172627
|
return;
|
|
172622
172628
|
}
|
|
@@ -172634,18 +172640,18 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172634
172640
|
if (this.parentSeries == null) {
|
|
172635
172641
|
return;
|
|
172636
172642
|
}
|
|
172637
|
-
this.
|
|
172643
|
+
this.kh = this.kc != null ? this.kc : this.parentSeries.o9;
|
|
172638
172644
|
if (this.visualSeriesLink != null) {
|
|
172639
|
-
this.visualSeriesLink.o9 = this.
|
|
172645
|
+
this.visualSeriesLink.o9 = this.kh;
|
|
172640
172646
|
}
|
|
172641
172647
|
}
|
|
172642
172648
|
fs() {
|
|
172643
172649
|
if (this.parentSeries == null) {
|
|
172644
172650
|
return;
|
|
172645
172651
|
}
|
|
172646
|
-
this.
|
|
172652
|
+
this.kk = this.kl != null ? this.kl : this.parentSeries.pi;
|
|
172647
172653
|
if (this.visualSeriesLink != null) {
|
|
172648
|
-
this.visualSeriesLink.pi = this.
|
|
172654
|
+
this.visualSeriesLink.pi = this.kk;
|
|
172649
172655
|
}
|
|
172650
172656
|
}
|
|
172651
172657
|
fu() {
|
|
@@ -172657,7 +172663,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172657
172663
|
this.visualSeriesLink.gu = this.ba;
|
|
172658
172664
|
}
|
|
172659
172665
|
}
|
|
172660
|
-
|
|
172666
|
+
gj() {
|
|
172661
172667
|
if (this.parentSeries == null) {
|
|
172662
172668
|
return;
|
|
172663
172669
|
}
|
|
@@ -172666,7 +172672,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172666
172672
|
this.visualSeriesLink.bu = this.z;
|
|
172667
172673
|
}
|
|
172668
172674
|
}
|
|
172669
|
-
|
|
172675
|
+
f9() {
|
|
172670
172676
|
if (this.parentSeries == null) {
|
|
172671
172677
|
return;
|
|
172672
172678
|
}
|
|
@@ -172679,9 +172685,9 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172679
172685
|
if (this.parentSeries == null) {
|
|
172680
172686
|
return;
|
|
172681
172687
|
}
|
|
172682
|
-
this.
|
|
172688
|
+
this.km = this.as("DashCap") ? this.parentSeries.pj : this.ko;
|
|
172683
172689
|
if (this.visualSeriesLink != null) {
|
|
172684
|
-
this.visualSeriesLink.pj = this.
|
|
172690
|
+
this.visualSeriesLink.pj = this.km;
|
|
172685
172691
|
}
|
|
172686
172692
|
}
|
|
172687
172693
|
fv() {
|
|
@@ -172693,7 +172699,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172693
172699
|
this.visualSeriesLink.dq = this.ak;
|
|
172694
172700
|
}
|
|
172695
172701
|
}
|
|
172696
|
-
|
|
172702
|
+
gm() {
|
|
172697
172703
|
if (this.parentSeries == null) {
|
|
172698
172704
|
return;
|
|
172699
172705
|
}
|
|
@@ -172702,16 +172708,16 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172702
172708
|
this.visualSeriesLink.g1 = this.bg;
|
|
172703
172709
|
}
|
|
172704
172710
|
}
|
|
172705
|
-
|
|
172711
|
+
gn() {
|
|
172706
172712
|
if (this.parentSeries == null) {
|
|
172707
172713
|
return;
|
|
172708
172714
|
}
|
|
172709
|
-
this.
|
|
172710
|
-
if (this.visualSeriesLink != null && Color.e(toNullable(Color.$, this.
|
|
172711
|
-
this.visualSeriesLink.ph = this.
|
|
172715
|
+
this.ki = Color.e(toNullable(Color.$, this.kj), toNullable(Color.$, null)) ? this.kj : this.parentSeries.ph;
|
|
172716
|
+
if (this.visualSeriesLink != null && Color.e(toNullable(Color.$, this.ki), toNullable(Color.$, null))) {
|
|
172717
|
+
this.visualSeriesLink.ph = this.ki;
|
|
172712
172718
|
}
|
|
172713
172719
|
}
|
|
172714
|
-
|
|
172720
|
+
g1() {
|
|
172715
172721
|
if (this.parentSeries == null) {
|
|
172716
172722
|
return;
|
|
172717
172723
|
}
|
|
@@ -172720,7 +172726,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172720
172726
|
this.visualSeriesLink.fb = this.aq;
|
|
172721
172727
|
}
|
|
172722
172728
|
}
|
|
172723
|
-
|
|
172729
|
+
go() {
|
|
172724
172730
|
if (this.parentSeries == null) {
|
|
172725
172731
|
return;
|
|
172726
172732
|
}
|
|
@@ -172729,7 +172735,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172729
172735
|
this.visualSeriesLink.g2 = this.bh;
|
|
172730
172736
|
}
|
|
172731
172737
|
}
|
|
172732
|
-
|
|
172738
|
+
gp() {
|
|
172733
172739
|
if (this.parentSeries == null) {
|
|
172734
172740
|
return;
|
|
172735
172741
|
}
|
|
@@ -172748,10 +172754,10 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172748
172754
|
if (this.parentSeries == null) {
|
|
172749
172755
|
return;
|
|
172750
172756
|
}
|
|
172751
|
-
this.
|
|
172757
|
+
this.g6 = this.g9 != null ? this.g9 : this.parentSeries.legendItemBadgeTemplate;
|
|
172752
172758
|
if (this.visualSeriesLink != null) {
|
|
172753
|
-
if (this.
|
|
172754
|
-
this.visualSeriesLink.legendItemBadgeTemplate = this.
|
|
172759
|
+
if (this.g6 != null) {
|
|
172760
|
+
this.visualSeriesLink.legendItemBadgeTemplate = this.g6;
|
|
172755
172761
|
}
|
|
172756
172762
|
else {
|
|
172757
172763
|
this.visualSeriesLink.legendItemBadgeTemplate = null;
|
|
@@ -172762,10 +172768,10 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172762
172768
|
if (this.parentSeries == null) {
|
|
172763
172769
|
return;
|
|
172764
172770
|
}
|
|
172765
|
-
this.
|
|
172771
|
+
this.g7 = this.ha != null ? this.ha : this.parentSeries.legendItemTemplate;
|
|
172766
172772
|
if (this.visualSeriesLink != null) {
|
|
172767
|
-
if (this.
|
|
172768
|
-
this.visualSeriesLink.legendItemTemplate = this.
|
|
172773
|
+
if (this.g7 != null) {
|
|
172774
|
+
this.visualSeriesLink.legendItemTemplate = this.g7;
|
|
172769
172775
|
}
|
|
172770
172776
|
else {
|
|
172771
172777
|
this.visualSeriesLink.legendItemTemplate = null;
|
|
@@ -172776,9 +172782,9 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172776
172782
|
if (this.parentSeries == null) {
|
|
172777
172783
|
return;
|
|
172778
172784
|
}
|
|
172779
|
-
this.
|
|
172785
|
+
this.k5 = this.parentSeries.qb != 0 ? 1 : this.k7;
|
|
172780
172786
|
if (this.visualSeriesLink != null) {
|
|
172781
|
-
this.visualSeriesLink.qb = this.
|
|
172787
|
+
this.visualSeriesLink.qb = this.k5;
|
|
172782
172788
|
}
|
|
172783
172789
|
}
|
|
172784
172790
|
f1() {
|
|
@@ -172809,39 +172815,39 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172809
172815
|
}
|
|
172810
172816
|
}
|
|
172811
172817
|
}
|
|
172812
|
-
|
|
172818
|
+
f7() {
|
|
172813
172819
|
if (this.parentSeries == null) {
|
|
172814
172820
|
return;
|
|
172815
172821
|
}
|
|
172816
|
-
this.
|
|
172822
|
+
this.j8 = this.kd != null ? this.kd : this.parentSeries.rn;
|
|
172817
172823
|
if (this.visualSeriesLink != null) {
|
|
172818
|
-
this.visualSeriesLink.rn = this.
|
|
172824
|
+
this.visualSeriesLink.rn = this.j8;
|
|
172819
172825
|
}
|
|
172820
172826
|
}
|
|
172821
|
-
|
|
172827
|
+
ga() {
|
|
172822
172828
|
if (this.parentSeries == null) {
|
|
172823
172829
|
return;
|
|
172824
172830
|
}
|
|
172825
|
-
this.
|
|
172831
|
+
this.j9 = this.ke != null ? this.ke : this.parentSeries.ro;
|
|
172826
172832
|
if (this.visualSeriesLink != null) {
|
|
172827
|
-
this.visualSeriesLink.ro = this.
|
|
172833
|
+
this.visualSeriesLink.ro = this.j9;
|
|
172828
172834
|
}
|
|
172829
172835
|
}
|
|
172830
|
-
|
|
172836
|
+
gc() {
|
|
172831
172837
|
if (this.parentSeries == null) {
|
|
172832
172838
|
return;
|
|
172833
172839
|
}
|
|
172834
|
-
this.
|
|
172840
|
+
this.k3 = this.k4 != null ? this.k4 : this.parentSeries.rp;
|
|
172835
172841
|
if (this.visualSeriesLink != null) {
|
|
172836
|
-
if (this.
|
|
172837
|
-
this.visualSeriesLink.rp = this.
|
|
172842
|
+
if (this.k3 != null) {
|
|
172843
|
+
this.visualSeriesLink.rp = this.k3;
|
|
172838
172844
|
}
|
|
172839
172845
|
else {
|
|
172840
172846
|
this.visualSeriesLink.rp = null;
|
|
172841
172847
|
}
|
|
172842
172848
|
}
|
|
172843
172849
|
}
|
|
172844
|
-
|
|
172850
|
+
gg() {
|
|
172845
172851
|
if (this.parentSeries == null) {
|
|
172846
172852
|
return;
|
|
172847
172853
|
}
|
|
@@ -172850,15 +172856,15 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172850
172856
|
this.visualSeriesLink._opacity = this.bd;
|
|
172851
172857
|
}
|
|
172852
172858
|
}
|
|
172853
|
-
gg() {
|
|
172854
|
-
}
|
|
172855
172859
|
gh() {
|
|
172860
|
+
}
|
|
172861
|
+
gi() {
|
|
172856
172862
|
if (this.parentSeries == null) {
|
|
172857
172863
|
return;
|
|
172858
172864
|
}
|
|
172859
|
-
this.
|
|
172865
|
+
this.kb = this.kg != null ? this.kg : this.parentSeries.pe;
|
|
172860
172866
|
if (this.visualSeriesLink != null) {
|
|
172861
|
-
this.visualSeriesLink.pe = this.
|
|
172867
|
+
this.visualSeriesLink.pe = this.kb;
|
|
172862
172868
|
}
|
|
172863
172869
|
}
|
|
172864
172870
|
fz() {
|
|
@@ -172908,7 +172914,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172908
172914
|
}
|
|
172909
172915
|
}
|
|
172910
172916
|
}
|
|
172911
|
-
|
|
172917
|
+
gk() {
|
|
172912
172918
|
if (this.parentSeries == null) {
|
|
172913
172919
|
return;
|
|
172914
172920
|
}
|
|
@@ -172929,7 +172935,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172929
172935
|
}
|
|
172930
172936
|
}
|
|
172931
172937
|
}
|
|
172932
|
-
|
|
172938
|
+
gl() {
|
|
172933
172939
|
if (this.parentSeries == null) {
|
|
172934
172940
|
return;
|
|
172935
172941
|
}
|
|
@@ -172954,12 +172960,12 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172954
172960
|
if (this.parentSeries == null) {
|
|
172955
172961
|
return;
|
|
172956
172962
|
}
|
|
172957
|
-
this.
|
|
172963
|
+
this.kn = this.as("StartCap") ? this.parentSeries.pk : this.kp;
|
|
172958
172964
|
if (this.visualSeriesLink != null) {
|
|
172959
|
-
this.visualSeriesLink.pk = this.
|
|
172965
|
+
this.visualSeriesLink.pk = this.kn;
|
|
172960
172966
|
}
|
|
172961
172967
|
}
|
|
172962
|
-
|
|
172968
|
+
gq() {
|
|
172963
172969
|
if (this.parentSeries == null) {
|
|
172964
172970
|
return;
|
|
172965
172971
|
}
|
|
@@ -172968,7 +172974,15 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172968
172974
|
this.visualSeriesLink.g4 = this.bj;
|
|
172969
172975
|
}
|
|
172970
172976
|
}
|
|
172971
|
-
|
|
172977
|
+
f6() {
|
|
172978
|
+
if (this.parentSeries == null) {
|
|
172979
|
+
return;
|
|
172980
|
+
}
|
|
172981
|
+
if (this.visualSeriesLink != null) {
|
|
172982
|
+
this.visualSeriesLink.pl = this.parentSeries.pl;
|
|
172983
|
+
}
|
|
172984
|
+
}
|
|
172985
|
+
ge() {
|
|
172972
172986
|
if (this.parentSeries == null) {
|
|
172973
172987
|
return;
|
|
172974
172988
|
}
|
|
@@ -172977,7 +172991,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172977
172991
|
this.visualSeriesLink.qq = this.bc;
|
|
172978
172992
|
}
|
|
172979
172993
|
}
|
|
172980
|
-
|
|
172994
|
+
gs() {
|
|
172981
172995
|
if (this.parentSeries == null) {
|
|
172982
172996
|
return;
|
|
172983
172997
|
}
|
|
@@ -172985,13 +172999,13 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
172985
172999
|
this.visualSeriesLink.toolTip = this.ci;
|
|
172986
173000
|
}
|
|
172987
173001
|
}
|
|
172988
|
-
|
|
173002
|
+
gu() {
|
|
172989
173003
|
if (this.parentSeries == null) {
|
|
172990
173004
|
return;
|
|
172991
173005
|
}
|
|
172992
173006
|
this.af = this.ah || this.parentSeries.cg;
|
|
172993
173007
|
}
|
|
172994
|
-
|
|
173008
|
+
gt() {
|
|
172995
173009
|
if (this.parentSeries == null) {
|
|
172996
173010
|
return;
|
|
172997
173011
|
}
|
|
@@ -173001,13 +173015,13 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
173001
173015
|
}
|
|
173002
173016
|
this.b4 = this.as("IsDropShadowEnabled") ? this.parentSeries.hr : this.cb;
|
|
173003
173017
|
}
|
|
173004
|
-
|
|
173018
|
+
gw() {
|
|
173005
173019
|
if (this.parentSeries == null) {
|
|
173006
173020
|
return;
|
|
173007
173021
|
}
|
|
173008
173022
|
this.ag = this.as("IsDropShadowEnabled") ? this.parentSeries.ch : this.ai;
|
|
173009
173023
|
}
|
|
173010
|
-
|
|
173024
|
+
gx() {
|
|
173011
173025
|
if (this.parentSeries == null) {
|
|
173012
173026
|
return;
|
|
173013
173027
|
}
|
|
@@ -173017,7 +173031,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
173017
173031
|
}
|
|
173018
173032
|
this.m = this.n;
|
|
173019
173033
|
}
|
|
173020
|
-
|
|
173034
|
+
gy() {
|
|
173021
173035
|
if (this.parentSeries == null) {
|
|
173022
173036
|
return;
|
|
173023
173037
|
}
|
|
@@ -173037,7 +173051,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
173037
173051
|
}
|
|
173038
173052
|
this.an = this.aw;
|
|
173039
173053
|
}
|
|
173040
|
-
|
|
173054
|
+
gv() {
|
|
173041
173055
|
if (this.parentSeries == null) {
|
|
173042
173056
|
return;
|
|
173043
173057
|
}
|
|
@@ -173047,7 +173061,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
173047
173061
|
}
|
|
173048
173062
|
this.b5 = this.cc;
|
|
173049
173063
|
}
|
|
173050
|
-
|
|
173064
|
+
g0() {
|
|
173051
173065
|
if (this.parentSeries == null) {
|
|
173052
173066
|
return;
|
|
173053
173067
|
}
|
|
@@ -173056,7 +173070,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
173056
173070
|
this.visualSeriesLink.qp = this.ap;
|
|
173057
173071
|
}
|
|
173058
173072
|
}
|
|
173059
|
-
|
|
173073
|
+
gr() {
|
|
173060
173074
|
if (this.parentSeries == null) {
|
|
173061
173075
|
return;
|
|
173062
173076
|
}
|
|
@@ -173064,7 +173078,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
173064
173078
|
this.visualSeriesLink.title = this.ch;
|
|
173065
173079
|
}
|
|
173066
173080
|
}
|
|
173067
|
-
|
|
173081
|
+
f8() {
|
|
173068
173082
|
if (this.parentSeries == null) {
|
|
173069
173083
|
return;
|
|
173070
173084
|
}
|
|
@@ -173073,7 +173087,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
173073
173087
|
this.visualSeriesLink.qe = this.s;
|
|
173074
173088
|
}
|
|
173075
173089
|
}
|
|
173076
|
-
|
|
173090
|
+
gb() {
|
|
173077
173091
|
if (this.parentSeries == null) {
|
|
173078
173092
|
return;
|
|
173079
173093
|
}
|
|
@@ -173082,7 +173096,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
173082
173096
|
this.visualSeriesLink.qi = this.u;
|
|
173083
173097
|
}
|
|
173084
173098
|
}
|
|
173085
|
-
|
|
173099
|
+
gz() {
|
|
173086
173100
|
if (this.parentSeries == null) {
|
|
173087
173101
|
return;
|
|
173088
173102
|
}
|
|
@@ -173090,7 +173104,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
173090
173104
|
this.visualSeriesLink.ss = this.ax("UseHighMarkerFidelity") ? this.a1 : this.parentSeries.ss;
|
|
173091
173105
|
}
|
|
173092
173106
|
}
|
|
173093
|
-
|
|
173107
|
+
g3() {
|
|
173094
173108
|
if (this.parentSeries == null) {
|
|
173095
173109
|
return;
|
|
173096
173110
|
}
|
|
@@ -173099,7 +173113,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
173099
173113
|
this.visualSeriesLink.ua = this.fe;
|
|
173100
173114
|
}
|
|
173101
173115
|
}
|
|
173102
|
-
|
|
173116
|
+
g2() {
|
|
173103
173117
|
if (this.parentSeries == null) {
|
|
173104
173118
|
return;
|
|
173105
173119
|
}
|
|
@@ -173108,7 +173122,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
173108
173122
|
this.visualSeriesLink.t8 = this.dt;
|
|
173109
173123
|
}
|
|
173110
173124
|
}
|
|
173111
|
-
|
|
173125
|
+
g4() {
|
|
173112
173126
|
if (this.parentSeries == null) {
|
|
173113
173127
|
return;
|
|
173114
173128
|
}
|
|
@@ -173139,19 +173153,19 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
173139
173153
|
}
|
|
173140
173154
|
switch (b) {
|
|
173141
173155
|
case StackedFragmentSeries.$$p[86]:
|
|
173142
|
-
this.
|
|
173156
|
+
this.gr();
|
|
173143
173157
|
break;
|
|
173144
173158
|
case StackedFragmentSeries.$$p[99]:
|
|
173145
|
-
this.
|
|
173159
|
+
this.g4();
|
|
173146
173160
|
break;
|
|
173147
173161
|
case StackedFragmentSeries.$$p[98]:
|
|
173148
|
-
this.
|
|
173162
|
+
this.g3();
|
|
173149
173163
|
break;
|
|
173150
173164
|
case StackedFragmentSeries.$$p[97]:
|
|
173151
|
-
this.
|
|
173165
|
+
this.g2();
|
|
173152
173166
|
break;
|
|
173153
173167
|
case StackedFragmentSeries.$$p[100]:
|
|
173154
|
-
this.
|
|
173168
|
+
this.g5();
|
|
173155
173169
|
break;
|
|
173156
173170
|
case StackedFragmentSeries.$$p[49]:
|
|
173157
173171
|
this.fr();
|
|
@@ -173166,19 +173180,19 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
173166
173180
|
this.fv();
|
|
173167
173181
|
break;
|
|
173168
173182
|
case StackedFragmentSeries.$$p[81]:
|
|
173169
|
-
this.
|
|
173183
|
+
this.gm();
|
|
173170
173184
|
break;
|
|
173171
173185
|
case StackedFragmentSeries.$$p[82]:
|
|
173172
|
-
this.
|
|
173186
|
+
this.gn();
|
|
173173
173187
|
break;
|
|
173174
173188
|
case StackedFragmentSeries.$$p[96]:
|
|
173175
|
-
this.
|
|
173189
|
+
this.g1();
|
|
173176
173190
|
break;
|
|
173177
173191
|
case StackedFragmentSeries.$$p[83]:
|
|
173178
|
-
this.
|
|
173192
|
+
this.go();
|
|
173179
173193
|
break;
|
|
173180
173194
|
case StackedFragmentSeries.$$p[84]:
|
|
173181
|
-
this.
|
|
173195
|
+
this.gp();
|
|
173182
173196
|
break;
|
|
173183
173197
|
case StackedFragmentSeries.$$p[63]:
|
|
173184
173198
|
this.f5();
|
|
@@ -173187,16 +173201,16 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
173187
173201
|
this.fw();
|
|
173188
173202
|
break;
|
|
173189
173203
|
case StackedFragmentSeries.$$p[70]:
|
|
173190
|
-
this.
|
|
173204
|
+
this.gd();
|
|
173191
173205
|
break;
|
|
173192
173206
|
case StackedFragmentSeries.$$p[72]:
|
|
173193
|
-
this.
|
|
173207
|
+
this.gf();
|
|
173194
173208
|
break;
|
|
173195
173209
|
case StackedFragmentSeries.$$p[65]:
|
|
173196
|
-
this.
|
|
173210
|
+
this.f8();
|
|
173197
173211
|
break;
|
|
173198
173212
|
case StackedFragmentSeries.$$p[67]:
|
|
173199
|
-
this.
|
|
173213
|
+
this.gb();
|
|
173200
173214
|
break;
|
|
173201
173215
|
case StackedFragmentSeries.$$p[60]:
|
|
173202
173216
|
this.f2();
|
|
@@ -173214,79 +173228,79 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
173214
173228
|
this.f0();
|
|
173215
173229
|
break;
|
|
173216
173230
|
case StackedFragmentSeries.$$p[64]:
|
|
173217
|
-
this.
|
|
173231
|
+
this.f7();
|
|
173218
173232
|
break;
|
|
173219
173233
|
case StackedFragmentSeries.$$p[68]:
|
|
173220
|
-
this.
|
|
173234
|
+
this.ga();
|
|
173221
173235
|
break;
|
|
173222
173236
|
case StackedFragmentSeries.$$p[69]:
|
|
173223
|
-
this.
|
|
173237
|
+
this.gc();
|
|
173224
173238
|
break;
|
|
173225
173239
|
case StackedFragmentSeries.$$p[71]:
|
|
173226
|
-
this.
|
|
173240
|
+
this.ge();
|
|
173227
173241
|
break;
|
|
173228
173242
|
case StackedFragmentSeries.$$p[75]:
|
|
173229
|
-
this.
|
|
173243
|
+
this.gg();
|
|
173230
173244
|
break;
|
|
173231
173245
|
case StackedFragmentSeries.$$p[74]:
|
|
173232
|
-
this.
|
|
173246
|
+
this.gh();
|
|
173233
173247
|
break;
|
|
173234
173248
|
case StackedFragmentSeries.$$p[57]:
|
|
173235
173249
|
this.fz();
|
|
173236
173250
|
break;
|
|
173237
173251
|
case StackedFragmentSeries.$$p[77]:
|
|
173238
|
-
this.
|
|
173252
|
+
this.gi();
|
|
173239
173253
|
break;
|
|
173240
173254
|
case StackedFragmentSeries.$$p[76]:
|
|
173241
|
-
this.
|
|
173255
|
+
this.gj();
|
|
173242
173256
|
break;
|
|
173243
173257
|
case StackedFragmentSeries.$$p[66]:
|
|
173244
|
-
this.
|
|
173258
|
+
this.f9();
|
|
173245
173259
|
break;
|
|
173246
173260
|
case StackedFragmentSeries.$$p[48]:
|
|
173247
173261
|
this.fq();
|
|
173248
173262
|
break;
|
|
173249
173263
|
case StackedFragmentSeries.$$p[79]:
|
|
173250
|
-
this.
|
|
173264
|
+
this.gk();
|
|
173251
173265
|
break;
|
|
173252
173266
|
case StackedFragmentSeries.$$p[80]:
|
|
173253
|
-
this.
|
|
173267
|
+
this.gl();
|
|
173254
173268
|
break;
|
|
173255
173269
|
case StackedFragmentSeries.$$p[55]:
|
|
173256
173270
|
this.fx();
|
|
173257
173271
|
break;
|
|
173258
173272
|
case StackedFragmentSeries.$$p[85]:
|
|
173259
|
-
this.
|
|
173273
|
+
this.gq();
|
|
173260
173274
|
break;
|
|
173261
173275
|
case StackedFragmentSeries.$$p[87]:
|
|
173262
|
-
this.
|
|
173276
|
+
this.gs();
|
|
173263
173277
|
break;
|
|
173264
173278
|
case StackedFragmentSeries.$$p[89]:
|
|
173265
|
-
this.
|
|
173279
|
+
this.gu();
|
|
173266
173280
|
break;
|
|
173267
173281
|
case StackedFragmentSeries.$$p[91]:
|
|
173268
|
-
this.
|
|
173282
|
+
this.gw();
|
|
173269
173283
|
break;
|
|
173270
173284
|
case StackedFragmentSeries.$$p[88]:
|
|
173271
|
-
this.
|
|
173285
|
+
this.gt();
|
|
173272
173286
|
break;
|
|
173273
173287
|
case StackedFragmentSeries.$$p[56]:
|
|
173274
173288
|
this.fy();
|
|
173275
173289
|
break;
|
|
173276
173290
|
case StackedFragmentSeries.$$p[92]:
|
|
173277
|
-
this.
|
|
173291
|
+
this.gx();
|
|
173278
173292
|
break;
|
|
173279
173293
|
case StackedFragmentSeries.$$p[93]:
|
|
173280
|
-
this.
|
|
173294
|
+
this.gy();
|
|
173281
173295
|
break;
|
|
173282
173296
|
case StackedFragmentSeries.$$p[90]:
|
|
173283
|
-
this.
|
|
173297
|
+
this.gv();
|
|
173284
173298
|
break;
|
|
173285
173299
|
case StackedFragmentSeries.$$p[95]:
|
|
173286
|
-
this.
|
|
173300
|
+
this.g0();
|
|
173287
173301
|
break;
|
|
173288
173302
|
case StackedFragmentSeries.$$p[94]:
|
|
173289
|
-
this.
|
|
173303
|
+
this.gz();
|
|
173290
173304
|
break;
|
|
173291
173305
|
}
|
|
173292
173306
|
this.parentSeries.mn(false);
|
|
@@ -173298,7 +173312,7 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
173298
173312
|
}
|
|
173299
173313
|
}
|
|
173300
173314
|
StackedFragmentSeries.$t = /*@__PURE__*/ markType(StackedFragmentSeries, 'StackedFragmentSeries', DependencyObject.$, [INotifyPropertyChanged_$type]);
|
|
173301
|
-
StackedFragmentSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedFragmentSeries, 'fn', ['ActualAreaFillOpacity:a9:
|
|
173315
|
+
StackedFragmentSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedFragmentSeries, 'fn', ['ActualAreaFillOpacity:a9:hc', [1, NaN], 'ActualBrush:j7:hd', [Brush.$], 'ActualDashArray:kk:he', [DoubleCollection.$], 'ActualDashCap:km:hf', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 0)], 'ActualHighlightingFadeOpacity:ba:hg', [1, NaN], 'ActualIsDropShadowEnabled:ak:hh', [0, false], 'ActualIsHitTestVisible:al:hi', [0, true], 'ActualIsSplineShapePartOfRange:am:hj', [0, false], 'ActualIsTransitionInEnabled:an:hk', [0], 'ActualLegendItemBadgeMode:o:hl', [LegendItemBadgeMode_$type], 'ActualLegendItemBadgeShape:q:hm', [LegendItemBadgeShape_$type], 'ActualLegendItemBadgeTemplate:g6:hn', [DataTemplate.$], 'ActualLegendItemTemplate:g7:ho', [DataTemplate.$], 'ActualLegendItemVisibility:k5:hp', [Visibility_$type, /*@__PURE__*/ enumGetBox(Visibility_$type, 0)], 'ActualLineCap:kn:hq', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 0)], 'ActualMarkerBrush:j8:hr', [Brush.$], 'ActualMarkerFillMode:s:hs', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'ActualMarkerFillOpacity:bb:ht', [1, NaN], 'ActualMarkerOutlineMode:u:hu', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'ActualMarkerOutline:j9:hv', [Brush.$], 'ActualMarkerStyle:k3:hw', [Style.$], 'ActualMarkerTemplate:g8:hx', [DataTemplate.$], 'ActualMarkerThickness:bc:hy', [1, 1], 'ActualMarkerType:w:hz', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, 1)], 'ActualOpacityMask:ka:h0', [Brush.$], 'ActualOpacity:bd:h1', [1, NaN], 'ActualOutlineMode:z:h2', [SeriesOutlineMode_$type, /*@__PURE__*/ enumGetBox(SeriesOutlineMode_$type, 0)], 'ActualOutline:kb:h3', [Brush.$], 'ActualRadiusX:be:h4', [1, 0], 'ActualRadiusY:bf:h5', [1, 0], 'ActualShadowBlur:bg:h6', [1, NaN], 'ActualShadowColor:ki:h7', [Color.$], 'ActualShadowOffsetX:bh:h8', [1, NaN], 'ActualShadowOffsetY:bi:h9', [1, NaN], 'ActualThickness:bj:ia', [1, 1], 'ActualToolTip:cd:ib', [4], 'ActualTransitionDuration:b4:ic', [1], 'ActualTransitionEasingFunction:af:id', [Delegate_$type], 'ActualTransitionInDuration:b5:ie', [1], 'ActualTransitionInEasingFunction:ag:ig', [Delegate_$type], 'ActualTransitionInMode:m:ih', [CategoryTransitionInMode_$type], 'ActualTransitionInSpeedType:ac:ii', [TransitionInSpeedType_$type], 'ActualUseHighMarkerFidelity:ao:ij', [0, false], 'ActualUseLightweightMarkers:ap:ik', [0, false], 'ActualUseSingleShadow:aq:il', [0, true], 'ActualValueMemberAsLegendLabel:dt:im', [2, null], 'ActualValueMemberAsLegendUnit:dv:io', [2, null], 'ActualVisibility:k6:ip', [Visibility_$type, /*@__PURE__*/ enumGetBox(Visibility_$type, 0)], 'AreaFillOpacity:bk:iq', [1, NaN], 'Brush:kc:ir', [Brush.$], 'DashArray:kl:is', [DoubleCollection.$], 'DashCap:ko:it', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 0)], 'HighlightingFadeOpacity:bt:iu', [1, NaN], 'IsDropShadowEnabled:at:iv', [0], 'IsHitTestVisible:au:iw', [0, true], 'IsSplineShapePartOfRange:av:ix', [0, false], 'IsTransitionInEnabled:aw:iy', [0, false], 'ItemsSource::iz', [IEnumerable_$type, null], 'LegendItemBadgeMode:p:i0', [LegendItemBadgeMode_$type, /*@__PURE__*/ enumGetBox(LegendItemBadgeMode_$type, 0)], 'LegendItemBadgeShape:r:i1', [LegendItemBadgeShape_$type, /*@__PURE__*/ enumGetBox(LegendItemBadgeShape_$type, 0)], 'LegendItemBadgeTemplate:g9:i2', [DataTemplate.$, null], 'LegendItemTemplate:ha:i3', [DataTemplate.$, null], 'LegendItemVisibility:k7:i4', [Visibility_$type, /*@__PURE__*/ enumGetBox(Visibility_$type, 0)], 'LineCap:kp:i5', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 0)], 'MarkerBrush:kd:i6', [Brush.$], 'MarkerFillMode:t:i7', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerFillOpacity:bu:i8', [1, NaN], 'MarkerOutlineMode:v:i9', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:ke:ja', [Brush.$], 'MarkerStyle:k4:jb', [Style.$], 'MarkerTemplate:hb:jc', [DataTemplate.$, null], 'MarkerThickness:bv:jd', [1, NaN], 'MarkerType:x:je', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, 2)], 'Name:en:jf', [2], 'OpacityMask:kf:jg', [Brush.$], 'Opacity:bw:jh', [1, 1], 'OutlineMode:aa:ji', [SeriesOutlineMode_$type, /*@__PURE__*/ enumGetBox(SeriesOutlineMode_$type, 0)], 'Outline:kg:jj', [Brush.$, null], 'ParentOrLocalBrush:kh:jk', [Brush.$], 'RadiusX:bx:jl', [1, NaN], 'RadiusY:by:jm', [1, NaN], 'ShadowBlur:bz:jn', [1, NaN], 'ShadowColor:kj:jo', [Color.$], 'ShadowOffsetX:b0:jp', [1, NaN], 'ShadowOffsetY:b1:jq', [1, NaN], 'Thickness:b2:jr', [1, NaN], 'Title:ch:js', [4, "Series Title"], 'ToolTip:ci:jt', [4, null], 'TransitionDuration:cb:ju', [1, 0], 'TransitionEasingFunction:ah:jv', [Delegate_$type, null], 'TransitionInDuration:cc:jw', [1, 1000], 'TransitionInEasingFunction:ai:jx', [Delegate_$type, null], 'TransitionInMode:n:jy', [CategoryTransitionInMode_$type, /*@__PURE__*/ enumGetBox(CategoryTransitionInMode_$type, 0)], 'TransitionInSpeedType:ad:jz', [TransitionInSpeedType_$type, /*@__PURE__*/ enumGetBox(TransitionInSpeedType_$type, 0)], 'UseHighMarkerFidelity:a1:j0', [0, false], 'UseLightweightMarkers:a2:j1', [0, false], 'UseSingleShadow:a3:j2', [0], 'ValueMemberAsLegendLabel:fc:j3', [2, null], 'ValueMemberAsLegendUnit:fe:j4', [2, null], 'ValueMemberPath:fg:j5', [2, null], 'Visibility:k8:j6', [Visibility_$type, /*@__PURE__*/ enumGetBox(Visibility_$type, 0)]]);
|
|
173302
173316
|
return StackedFragmentSeries;
|
|
173303
173317
|
})();
|
|
173304
173318
|
/**
|
|
@@ -174261,15 +174275,15 @@ let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
174261
174275
|
a.itemsSource = b.itemsSource;
|
|
174262
174276
|
}
|
|
174263
174277
|
a.legend = this.b.a2;
|
|
174264
|
-
a.legendItemTemplate = b.
|
|
174265
|
-
a.qb = b.
|
|
174278
|
+
a.legendItemTemplate = b.g7;
|
|
174279
|
+
a.qb = b.k5;
|
|
174266
174280
|
a.gw = this.b.gw;
|
|
174267
|
-
a.pk = b.
|
|
174268
|
-
a.pi = b.
|
|
174269
|
-
a.pj = b.
|
|
174270
|
-
a.o9 = b.
|
|
174281
|
+
a.pk = b.kn;
|
|
174282
|
+
a.pi = b.kk;
|
|
174283
|
+
a.pj = b.km;
|
|
174284
|
+
a.o9 = b.kh;
|
|
174271
174285
|
a._opacity = b.bw;
|
|
174272
|
-
a.pe = b.
|
|
174286
|
+
a.pe = b.kb;
|
|
174273
174287
|
a.bu = b.z;
|
|
174274
174288
|
a.gy = this.b.gy;
|
|
174275
174289
|
a.g4 = b.bj;
|
|
@@ -174277,13 +174291,13 @@ let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
174277
174291
|
a.uc = b.fg;
|
|
174278
174292
|
a.t8 = b.fc;
|
|
174279
174293
|
a.ua = b.fe;
|
|
174280
|
-
a._visibility = b.
|
|
174294
|
+
a._visibility = b.k6;
|
|
174281
174295
|
a.gu = b.ba;
|
|
174282
|
-
a.rn = b.
|
|
174283
|
-
a.ro = b.
|
|
174296
|
+
a.rn = b.j8;
|
|
174297
|
+
a.ro = b.j9;
|
|
174284
174298
|
a.qi = b.u;
|
|
174285
|
-
a.rp = b.
|
|
174286
|
-
a.q7 = b.
|
|
174299
|
+
a.rp = b.k3;
|
|
174300
|
+
a.q7 = b.g8;
|
|
174287
174301
|
a.ql = b.w;
|
|
174288
174302
|
a.qq = b.bc;
|
|
174289
174303
|
a.gv = b.bb;
|
|
@@ -174319,10 +174333,10 @@ let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
174319
174333
|
a.toolTip = b.ci;
|
|
174320
174334
|
a.dq = b.ak;
|
|
174321
174335
|
a.fb = b.aq;
|
|
174322
|
-
b.gl();
|
|
174323
174336
|
b.gm();
|
|
174324
174337
|
b.gn();
|
|
174325
174338
|
b.go();
|
|
174339
|
+
b.gp();
|
|
174326
174340
|
}
|
|
174327
174341
|
h(a) {
|
|
174328
174342
|
this.e.clear();
|
|
@@ -174497,32 +174511,32 @@ let IgcStackedFragmentSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
174497
174511
|
* Gets or sets the brush of the stacked fragment.
|
|
174498
174512
|
*/
|
|
174499
174513
|
get brush() {
|
|
174500
|
-
return brushToString(this.i.
|
|
174514
|
+
return brushToString(this.i.kc);
|
|
174501
174515
|
}
|
|
174502
174516
|
set brush(v) {
|
|
174503
|
-
this.i.
|
|
174504
|
-
this._a("brush", brushToString(this.i.
|
|
174517
|
+
this.i.kc = stringToBrush(v);
|
|
174518
|
+
this._a("brush", brushToString(this.i.kc));
|
|
174505
174519
|
}
|
|
174506
174520
|
/**
|
|
174507
174521
|
* Gets the actual brush used by the series.
|
|
174508
174522
|
*/
|
|
174509
174523
|
get actualBrush() {
|
|
174510
|
-
return brushToString(this.i.
|
|
174524
|
+
return brushToString(this.i.j7);
|
|
174511
174525
|
}
|
|
174512
174526
|
set actualBrush(v) {
|
|
174513
|
-
this.i.
|
|
174514
|
-
this._a("actualBrush", brushToString(this.i.
|
|
174527
|
+
this.i.j7 = stringToBrush(v);
|
|
174528
|
+
this._a("actualBrush", brushToString(this.i.j7));
|
|
174515
174529
|
}
|
|
174516
174530
|
/**
|
|
174517
174531
|
* Gets or sets a collection of Double values that indicate the pattern of dashes and gaps that
|
|
174518
174532
|
* is used to outline the current series object.
|
|
174519
174533
|
*/
|
|
174520
174534
|
get dashArray() {
|
|
174521
|
-
return fromDoubleCollection(this.i.
|
|
174535
|
+
return fromDoubleCollection(this.i.kl);
|
|
174522
174536
|
}
|
|
174523
174537
|
set dashArray(v) {
|
|
174524
|
-
this.i.
|
|
174525
|
-
this._a("dashArray", doubleCollectionToString(this.i.
|
|
174538
|
+
this.i.kl = toDoubleCollection(v);
|
|
174539
|
+
this._a("dashArray", doubleCollectionToString(this.i.kl));
|
|
174526
174540
|
}
|
|
174527
174541
|
/**
|
|
174528
174542
|
* Gets or sets whether drop shadow should be enabled for this series.
|
|
@@ -174570,21 +174584,21 @@ let IgcStackedFragmentSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
174570
174584
|
* Gets or sets the drop shadow color.
|
|
174571
174585
|
*/
|
|
174572
174586
|
get shadowColor() {
|
|
174573
|
-
return colorToString(this.i.
|
|
174587
|
+
return colorToString(this.i.kj);
|
|
174574
174588
|
}
|
|
174575
174589
|
set shadowColor(v) {
|
|
174576
|
-
this.i.
|
|
174577
|
-
this._a("shadowColor", colorToString(this.i.
|
|
174590
|
+
this.i.kj = stringToColor(v);
|
|
174591
|
+
this._a("shadowColor", colorToString(this.i.kj));
|
|
174578
174592
|
}
|
|
174579
174593
|
/**
|
|
174580
174594
|
* Gets actual the drop shadow color used by the series.
|
|
174581
174595
|
*/
|
|
174582
174596
|
get actualShadowColor() {
|
|
174583
|
-
return colorToString(this.i.
|
|
174597
|
+
return colorToString(this.i.ki);
|
|
174584
174598
|
}
|
|
174585
174599
|
set actualShadowColor(v) {
|
|
174586
|
-
this.i.
|
|
174587
|
-
this._a("actualShadowColor", colorToString(this.i.
|
|
174600
|
+
this.i.ki = stringToColor(v);
|
|
174601
|
+
this._a("actualShadowColor", colorToString(this.i.ki));
|
|
174588
174602
|
}
|
|
174589
174603
|
/**
|
|
174590
174604
|
* Gets or sets whether drop shadow is applied to the whole StackedFragmentSeries visual or to each of the individual shapes forming the StackedFragmentSeries.
|
|
@@ -174653,21 +174667,21 @@ let IgcStackedFragmentSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
174653
174667
|
* Not every series type has a line at which it would be appropriate to display an end cap, so this property does not affect every series type. LineSeries, for example, is affected by EndCap, but ColumnSeries is not.
|
|
174654
174668
|
*/
|
|
174655
174669
|
get lineCap() {
|
|
174656
|
-
return this.i.
|
|
174670
|
+
return this.i.kp;
|
|
174657
174671
|
}
|
|
174658
174672
|
set lineCap(v) {
|
|
174659
|
-
this.i.
|
|
174660
|
-
this._a("lineCap", enumToString(PenLineCap_$type, this.i.
|
|
174673
|
+
this.i.kp = ensureEnum(PenLineCap_$type, v);
|
|
174674
|
+
this._a("lineCap", enumToString(PenLineCap_$type, this.i.kp));
|
|
174661
174675
|
}
|
|
174662
174676
|
/**
|
|
174663
174677
|
* Gets the actual end cap used by the series.
|
|
174664
174678
|
*/
|
|
174665
174679
|
get actualLineCap() {
|
|
174666
|
-
return this.i.
|
|
174680
|
+
return this.i.kn;
|
|
174667
174681
|
}
|
|
174668
174682
|
set actualLineCap(v) {
|
|
174669
|
-
this.i.
|
|
174670
|
-
this._a("actualLineCap", enumToString(PenLineCap_$type, this.i.
|
|
174683
|
+
this.i.kn = ensureEnum(PenLineCap_$type, v);
|
|
174684
|
+
this._a("actualLineCap", enumToString(PenLineCap_$type, this.i.kn));
|
|
174671
174685
|
}
|
|
174672
174686
|
/**
|
|
174673
174687
|
* Gets or sets the LegendItemBadgeTemplate property.
|
|
@@ -174675,19 +174689,19 @@ let IgcStackedFragmentSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
174675
174689
|
* the series object itself.
|
|
174676
174690
|
*/
|
|
174677
174691
|
get legendItemBadgeTemplate() {
|
|
174678
|
-
return this.i.
|
|
174692
|
+
return this.i.g9;
|
|
174679
174693
|
}
|
|
174680
174694
|
set legendItemBadgeTemplate(v) {
|
|
174681
|
-
this.i.
|
|
174695
|
+
this.i.g9 = v;
|
|
174682
174696
|
}
|
|
174683
174697
|
/**
|
|
174684
174698
|
* Gets the actual legend item badge template used by the series.
|
|
174685
174699
|
*/
|
|
174686
174700
|
get actualLegendItemBadgeTemplate() {
|
|
174687
|
-
return this.i.
|
|
174701
|
+
return this.i.g6;
|
|
174688
174702
|
}
|
|
174689
174703
|
set actualLegendItemBadgeTemplate(v) {
|
|
174690
|
-
this.i.
|
|
174704
|
+
this.i.g6 = v;
|
|
174691
174705
|
}
|
|
174692
174706
|
/**
|
|
174693
174707
|
* Gets or sets the LegendItemTemplate property.
|
|
@@ -174695,39 +174709,39 @@ let IgcStackedFragmentSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
174695
174709
|
* the series object itself.
|
|
174696
174710
|
*/
|
|
174697
174711
|
get legendItemTemplate() {
|
|
174698
|
-
return this.i.
|
|
174712
|
+
return this.i.ha;
|
|
174699
174713
|
}
|
|
174700
174714
|
set legendItemTemplate(v) {
|
|
174701
|
-
this.i.
|
|
174715
|
+
this.i.ha = v;
|
|
174702
174716
|
}
|
|
174703
174717
|
/**
|
|
174704
174718
|
* Gets the actual legend item template used by the series.
|
|
174705
174719
|
*/
|
|
174706
174720
|
get actualLegendItemTemplate() {
|
|
174707
|
-
return this.i.
|
|
174721
|
+
return this.i.g7;
|
|
174708
174722
|
}
|
|
174709
174723
|
set actualLegendItemTemplate(v) {
|
|
174710
|
-
this.i.
|
|
174724
|
+
this.i.g7 = v;
|
|
174711
174725
|
}
|
|
174712
174726
|
/**
|
|
174713
174727
|
* Gets or sets the legend item visibility for the current series object.
|
|
174714
174728
|
*/
|
|
174715
174729
|
get legendItemVisibility() {
|
|
174716
|
-
return this.i.
|
|
174730
|
+
return this.i.k7;
|
|
174717
174731
|
}
|
|
174718
174732
|
set legendItemVisibility(v) {
|
|
174719
|
-
this.i.
|
|
174720
|
-
this._a("legendItemVisibility", enumToString(Visibility_$type, this.i.
|
|
174733
|
+
this.i.k7 = ensureEnum(Visibility_$type, v);
|
|
174734
|
+
this._a("legendItemVisibility", enumToString(Visibility_$type, this.i.k7));
|
|
174721
174735
|
}
|
|
174722
174736
|
/**
|
|
174723
174737
|
* Gets the actual visibility of the legend items in the series.
|
|
174724
174738
|
*/
|
|
174725
174739
|
get actualLegendItemVisibility() {
|
|
174726
|
-
return this.i.
|
|
174740
|
+
return this.i.k5;
|
|
174727
174741
|
}
|
|
174728
174742
|
set actualLegendItemVisibility(v) {
|
|
174729
|
-
this.i.
|
|
174730
|
-
this._a("actualLegendItemVisibility", enumToString(Visibility_$type, this.i.
|
|
174743
|
+
this.i.k5 = ensureEnum(Visibility_$type, v);
|
|
174744
|
+
this._a("actualLegendItemVisibility", enumToString(Visibility_$type, this.i.k5));
|
|
174731
174745
|
}
|
|
174732
174746
|
/**
|
|
174733
174747
|
* Gets or sets the type of legend badge representing the current series in a legend.
|
|
@@ -174775,59 +174789,59 @@ let IgcStackedFragmentSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
174775
174789
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
174776
174790
|
*/
|
|
174777
174791
|
get markerBrush() {
|
|
174778
|
-
return brushToString(this.i.
|
|
174792
|
+
return brushToString(this.i.kd);
|
|
174779
174793
|
}
|
|
174780
174794
|
set markerBrush(v) {
|
|
174781
|
-
this.i.
|
|
174782
|
-
this._a("markerBrush", brushToString(this.i.
|
|
174795
|
+
this.i.kd = stringToBrush(v);
|
|
174796
|
+
this._a("markerBrush", brushToString(this.i.kd));
|
|
174783
174797
|
}
|
|
174784
174798
|
/**
|
|
174785
174799
|
* Gets the actual marker brush of the series.
|
|
174786
174800
|
*/
|
|
174787
174801
|
get actualMarkerBrush() {
|
|
174788
|
-
return brushToString(this.i.
|
|
174802
|
+
return brushToString(this.i.j8);
|
|
174789
174803
|
}
|
|
174790
174804
|
set actualMarkerBrush(v) {
|
|
174791
|
-
this.i.
|
|
174792
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
174805
|
+
this.i.j8 = stringToBrush(v);
|
|
174806
|
+
this._a("actualMarkerBrush", brushToString(this.i.j8));
|
|
174793
174807
|
}
|
|
174794
174808
|
/**
|
|
174795
174809
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
174796
174810
|
*/
|
|
174797
174811
|
get markerOutline() {
|
|
174798
|
-
return brushToString(this.i.
|
|
174812
|
+
return brushToString(this.i.ke);
|
|
174799
174813
|
}
|
|
174800
174814
|
set markerOutline(v) {
|
|
174801
|
-
this.i.
|
|
174802
|
-
this._a("markerOutline", brushToString(this.i.
|
|
174815
|
+
this.i.ke = stringToBrush(v);
|
|
174816
|
+
this._a("markerOutline", brushToString(this.i.ke));
|
|
174803
174817
|
}
|
|
174804
174818
|
/**
|
|
174805
174819
|
* Gets the actual marker outline of the series.
|
|
174806
174820
|
*/
|
|
174807
174821
|
get actualMarkerOutline() {
|
|
174808
|
-
return brushToString(this.i.
|
|
174822
|
+
return brushToString(this.i.j9);
|
|
174809
174823
|
}
|
|
174810
174824
|
set actualMarkerOutline(v) {
|
|
174811
|
-
this.i.
|
|
174812
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
174825
|
+
this.i.j9 = stringToBrush(v);
|
|
174826
|
+
this._a("actualMarkerOutline", brushToString(this.i.j9));
|
|
174813
174827
|
}
|
|
174814
174828
|
/**
|
|
174815
174829
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
174816
174830
|
*/
|
|
174817
174831
|
get markerTemplate() {
|
|
174818
|
-
return this.i.
|
|
174832
|
+
return this.i.hb;
|
|
174819
174833
|
}
|
|
174820
174834
|
set markerTemplate(v) {
|
|
174821
|
-
this.i.
|
|
174835
|
+
this.i.hb = v;
|
|
174822
174836
|
}
|
|
174823
174837
|
/**
|
|
174824
174838
|
* Gets the actual marker template used by the series.
|
|
174825
174839
|
*/
|
|
174826
174840
|
get actualMarkerTemplate() {
|
|
174827
|
-
return this.i.
|
|
174841
|
+
return this.i.g8;
|
|
174828
174842
|
}
|
|
174829
174843
|
set actualMarkerTemplate(v) {
|
|
174830
|
-
this.i.
|
|
174844
|
+
this.i.g8 = v;
|
|
174831
174845
|
}
|
|
174832
174846
|
/**
|
|
174833
174847
|
* Gets or sets the marker type for the current series object.
|
|
@@ -174924,21 +174938,21 @@ let IgcStackedFragmentSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
174924
174938
|
* Some series types, such as LineSeries, do not display outlines. Therefore, this property does not affect some charts.
|
|
174925
174939
|
*/
|
|
174926
174940
|
get outline() {
|
|
174927
|
-
return brushToString(this.i.
|
|
174941
|
+
return brushToString(this.i.kg);
|
|
174928
174942
|
}
|
|
174929
174943
|
set outline(v) {
|
|
174930
|
-
this.i.
|
|
174931
|
-
this._a("outline", brushToString(this.i.
|
|
174944
|
+
this.i.kg = stringToBrush(v);
|
|
174945
|
+
this._a("outline", brushToString(this.i.kg));
|
|
174932
174946
|
}
|
|
174933
174947
|
/**
|
|
174934
174948
|
* Gets the series outline.
|
|
174935
174949
|
*/
|
|
174936
174950
|
get actualOutline() {
|
|
174937
|
-
return brushToString(this.i.
|
|
174951
|
+
return brushToString(this.i.kb);
|
|
174938
174952
|
}
|
|
174939
174953
|
set actualOutline(v) {
|
|
174940
|
-
this.i.
|
|
174941
|
-
this._a("actualOutline", brushToString(this.i.
|
|
174954
|
+
this.i.kb = stringToBrush(v);
|
|
174955
|
+
this._a("actualOutline", brushToString(this.i.kb));
|
|
174942
174956
|
}
|
|
174943
174957
|
/**
|
|
174944
174958
|
* Gets or sets the AreaFillOpacity of the stacked fragment. This property only applies for area-like series.
|
|
@@ -175318,31 +175332,31 @@ let IgcStackedFragmentSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
175318
175332
|
* Gets or sets the Visibility of the stacked fragment.
|
|
175319
175333
|
*/
|
|
175320
175334
|
get visibility() {
|
|
175321
|
-
return this.i.
|
|
175335
|
+
return this.i.k8;
|
|
175322
175336
|
}
|
|
175323
175337
|
set visibility(v) {
|
|
175324
|
-
this.i.
|
|
175325
|
-
this._a("visibility", enumToString(Visibility_$type, this.i.
|
|
175338
|
+
this.i.k8 = ensureEnum(Visibility_$type, v);
|
|
175339
|
+
this._a("visibility", enumToString(Visibility_$type, this.i.k8));
|
|
175326
175340
|
}
|
|
175327
175341
|
/**
|
|
175328
175342
|
* Gets the actual visibility of the stacked fragment.
|
|
175329
175343
|
*/
|
|
175330
175344
|
get actualVisibility() {
|
|
175331
|
-
return this.i.
|
|
175345
|
+
return this.i.k6;
|
|
175332
175346
|
}
|
|
175333
175347
|
set actualVisibility(v) {
|
|
175334
|
-
this.i.
|
|
175335
|
-
this._a("actualVisibility", enumToString(Visibility_$type, this.i.
|
|
175348
|
+
this.i.k6 = ensureEnum(Visibility_$type, v);
|
|
175349
|
+
this._a("actualVisibility", enumToString(Visibility_$type, this.i.k6));
|
|
175336
175350
|
}
|
|
175337
175351
|
/**
|
|
175338
175352
|
* Gets the resolved brush used between the local series and the parent series.
|
|
175339
175353
|
*/
|
|
175340
175354
|
get parentOrLocalBrush() {
|
|
175341
|
-
return brushToString(this.i.
|
|
175355
|
+
return brushToString(this.i.kh);
|
|
175342
175356
|
}
|
|
175343
175357
|
set parentOrLocalBrush(v) {
|
|
175344
|
-
this.i.
|
|
175345
|
-
this._a("parentOrLocalBrush", brushToString(this.i.
|
|
175358
|
+
this.i.kh = stringToBrush(v);
|
|
175359
|
+
this._a("parentOrLocalBrush", brushToString(this.i.kh));
|
|
175346
175360
|
}
|
|
175347
175361
|
findByName(name) {
|
|
175348
175362
|
if (this.findEphemera) {
|
|
@@ -175435,7 +175449,7 @@ let IgcStackedFragmentSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
175435
175449
|
return (iv);
|
|
175436
175450
|
}
|
|
175437
175451
|
getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
|
|
175438
|
-
let iv = this.i.
|
|
175452
|
+
let iv = this.i.kv(toPoint(world), useInterpolation, skipUnknowns);
|
|
175439
175453
|
return fromPoint(iv);
|
|
175440
175454
|
}
|
|
175441
175455
|
/**
|
|
@@ -175444,7 +175458,7 @@ let IgcStackedFragmentSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
175444
175458
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
175445
175459
|
*/
|
|
175446
175460
|
getSeriesValueBoundingBox(world) {
|
|
175447
|
-
let iv = this.i.
|
|
175461
|
+
let iv = this.i.kz(toPoint(world));
|
|
175448
175462
|
return fromRect(iv);
|
|
175449
175463
|
}
|
|
175450
175464
|
/**
|
|
@@ -175453,7 +175467,7 @@ let IgcStackedFragmentSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
175453
175467
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
175454
175468
|
*/
|
|
175455
175469
|
getSeriesValueMarkerBoundingBox(world) {
|
|
175456
|
-
let iv = this.i.
|
|
175470
|
+
let iv = this.i.k1(toPoint(world));
|
|
175457
175471
|
return fromRect(iv);
|
|
175458
175472
|
}
|
|
175459
175473
|
getSeriesHighValue(world, useInterpolation, skipUnknowns) {
|
|
@@ -175461,7 +175475,7 @@ let IgcStackedFragmentSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
175461
175475
|
return (iv);
|
|
175462
175476
|
}
|
|
175463
175477
|
getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
|
|
175464
|
-
let iv = this.i.
|
|
175478
|
+
let iv = this.i.kr(toPoint(world), useInterpolation, skipUnknowns);
|
|
175465
175479
|
return fromPoint(iv);
|
|
175466
175480
|
}
|
|
175467
175481
|
getSeriesLowValue(world, useInterpolation, skipUnknowns) {
|
|
@@ -175469,11 +175483,11 @@ let IgcStackedFragmentSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
175469
175483
|
return (iv);
|
|
175470
175484
|
}
|
|
175471
175485
|
getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
|
|
175472
|
-
let iv = this.i.
|
|
175486
|
+
let iv = this.i.kt(toPoint(world), useInterpolation, skipUnknowns);
|
|
175473
175487
|
return fromPoint(iv);
|
|
175474
175488
|
}
|
|
175475
175489
|
getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
175476
|
-
let iv = this.i.
|
|
175490
|
+
let iv = this.i.kw(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
175477
175491
|
return fromPoint(iv);
|
|
175478
175492
|
}
|
|
175479
175493
|
getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
@@ -175494,7 +175508,7 @@ let IgcStackedFragmentSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
175494
175508
|
* @param seriesPoint * The pixel location within the plot area of the series.
|
|
175495
175509
|
*/
|
|
175496
175510
|
toWorldPosition(seriesPoint) {
|
|
175497
|
-
let iv = this.i.
|
|
175511
|
+
let iv = this.i.kx(toPoint(seriesPoint));
|
|
175498
175512
|
return fromPoint(iv);
|
|
175499
175513
|
}
|
|
175500
175514
|
/**
|
|
@@ -175503,7 +175517,7 @@ let IgcStackedFragmentSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
175503
175517
|
* @param world * The world position from which to convert.
|
|
175504
175518
|
*/
|
|
175505
175519
|
fromWorldPosition(world) {
|
|
175506
|
-
let iv = this.i.
|
|
175520
|
+
let iv = this.i.kq(toPoint(world));
|
|
175507
175521
|
return fromPoint(iv);
|
|
175508
175522
|
}
|
|
175509
175523
|
/**
|
|
@@ -175520,7 +175534,7 @@ let IgcStackedFragmentSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
175520
175534
|
|
|
175521
175535
|
*/
|
|
175522
175536
|
getEffectiveViewport() {
|
|
175523
|
-
let iv = this.i.
|
|
175537
|
+
let iv = this.i.ky();
|
|
175524
175538
|
return fromRect(iv);
|
|
175525
175539
|
}
|
|
175526
175540
|
/**
|