igniteui-webcomponents-charts 4.3.0 → 4.3.2
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/License +7 -7
- package/README.md +7 -13
- package/bundles/igniteui-webcomponents-charts.umd.js +14461 -14429
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/DataChartToolbarProvider.js +6 -4
- package/esm2015/lib/SortingTrendLineManager.js +4 -4
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +232 -218
- package/esm2015/lib/igc-financial-chart-module.js +2 -2
- package/esm2015/lib/igc-stacked-fragment-series-component.js +75 -75
- package/esm5/lib/DataChartToolbarProvider.js +6 -4
- package/esm5/lib/SortingTrendLineManager.js +4 -4
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +521 -491
- package/esm5/lib/igc-financial-chart-module.js +2 -2
- package/esm5/lib/igc-stacked-fragment-series-component.js +75 -75
- package/fesm2015/igniteui-webcomponents-charts.js +12847 -12831
- package/fesm5/igniteui-webcomponents-charts.js +13962 -13930
- package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +59 -58
- package/package.json +3 -2
|
@@ -88,46 +88,46 @@ export let StackedSeriesCreatedEventArgs = /*@__PURE__*/ (() => {
|
|
|
88
88
|
this.c = a;
|
|
89
89
|
}
|
|
90
90
|
get brush() {
|
|
91
|
-
return this.c.
|
|
91
|
+
return this.c.kc;
|
|
92
92
|
}
|
|
93
93
|
set brush(a) {
|
|
94
|
-
this.c.
|
|
94
|
+
this.c.kc = a;
|
|
95
95
|
}
|
|
96
96
|
get legendItemTemplate() {
|
|
97
|
-
return this.c.
|
|
97
|
+
return this.c.ha;
|
|
98
98
|
}
|
|
99
99
|
set legendItemTemplate(a) {
|
|
100
|
-
this.c.
|
|
100
|
+
this.c.ha = a;
|
|
101
101
|
}
|
|
102
102
|
get legendItemBadgeTemplate() {
|
|
103
|
-
return this.c.
|
|
103
|
+
return this.c.g9;
|
|
104
104
|
}
|
|
105
105
|
set legendItemBadgeTemplate(a) {
|
|
106
|
-
this.c.
|
|
106
|
+
this.c.g9 = a;
|
|
107
107
|
}
|
|
108
108
|
get legendItemVisibility() {
|
|
109
|
-
return this.c.
|
|
109
|
+
return this.c.k7;
|
|
110
110
|
}
|
|
111
111
|
set legendItemVisibility(a) {
|
|
112
|
-
this.c.
|
|
112
|
+
this.c.k7 = a;
|
|
113
113
|
}
|
|
114
114
|
get outline() {
|
|
115
|
-
return this.c.
|
|
115
|
+
return this.c.kg;
|
|
116
116
|
}
|
|
117
117
|
set outline(a) {
|
|
118
|
-
this.c.
|
|
118
|
+
this.c.kg = a;
|
|
119
119
|
}
|
|
120
120
|
get dashArray() {
|
|
121
|
-
return this.c.
|
|
121
|
+
return this.c.kl;
|
|
122
122
|
}
|
|
123
123
|
set dashArray(a) {
|
|
124
|
-
this.c.
|
|
124
|
+
this.c.kl = a;
|
|
125
125
|
}
|
|
126
126
|
get dashCap() {
|
|
127
|
-
return this.c.
|
|
127
|
+
return this.c.ko;
|
|
128
128
|
}
|
|
129
129
|
set dashCap(a) {
|
|
130
|
-
this.c.
|
|
130
|
+
this.c.ko = a;
|
|
131
131
|
}
|
|
132
132
|
get index() {
|
|
133
133
|
return this.c.ca;
|
|
@@ -157,28 +157,28 @@ export let StackedSeriesCreatedEventArgs = /*@__PURE__*/ (() => {
|
|
|
157
157
|
this.c.ah = a;
|
|
158
158
|
}
|
|
159
159
|
get markerBrush() {
|
|
160
|
-
return this.c.
|
|
160
|
+
return this.c.kd;
|
|
161
161
|
}
|
|
162
162
|
set markerBrush(a) {
|
|
163
|
-
this.c.
|
|
163
|
+
this.c.kd = a;
|
|
164
164
|
}
|
|
165
165
|
get markerOutline() {
|
|
166
|
-
return this.c.
|
|
166
|
+
return this.c.ke;
|
|
167
167
|
}
|
|
168
168
|
set markerOutline(a) {
|
|
169
|
-
this.c.
|
|
169
|
+
this.c.ke = a;
|
|
170
170
|
}
|
|
171
171
|
get markerStyle() {
|
|
172
|
-
return this.c.
|
|
172
|
+
return this.c.k4;
|
|
173
173
|
}
|
|
174
174
|
set markerStyle(a) {
|
|
175
|
-
this.c.
|
|
175
|
+
this.c.k4 = a;
|
|
176
176
|
}
|
|
177
177
|
get markerTemplate() {
|
|
178
|
-
return this.c.
|
|
178
|
+
return this.c.hb;
|
|
179
179
|
}
|
|
180
180
|
set markerTemplate(a) {
|
|
181
|
-
this.c.
|
|
181
|
+
this.c.hb = a;
|
|
182
182
|
}
|
|
183
183
|
get markerType() {
|
|
184
184
|
return this.c.x;
|
|
@@ -193,10 +193,10 @@ export let StackedSeriesCreatedEventArgs = /*@__PURE__*/ (() => {
|
|
|
193
193
|
this.c.bv = a;
|
|
194
194
|
}
|
|
195
195
|
get lineCap() {
|
|
196
|
-
return this.c.
|
|
196
|
+
return this.c.kn;
|
|
197
197
|
}
|
|
198
198
|
set lineCap(a) {
|
|
199
|
-
this.c.
|
|
199
|
+
this.c.kp = a;
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
202
|
StackedSeriesCreatedEventArgs.$t = /*@__PURE__*/ markType(StackedSeriesCreatedEventArgs, 'StackedSeriesCreatedEventArgs', EventArgs.$);
|
|
@@ -396,7 +396,7 @@ export let FragmentBase = /*@__PURE__*/ (() => {
|
|
|
396
396
|
if (e.visualSeriesLink == this) {
|
|
397
397
|
return a;
|
|
398
398
|
}
|
|
399
|
-
if (this.parentSeries.a2 == null || e.
|
|
399
|
+
if (this.parentSeries.a2 == null || e.k6 != 0 || e.k5 != 0) {
|
|
400
400
|
continue;
|
|
401
401
|
}
|
|
402
402
|
a++;
|
|
@@ -428,7 +428,7 @@ export let FragmentBase = /*@__PURE__*/ (() => {
|
|
|
428
428
|
break;
|
|
429
429
|
case "ActualBrush":
|
|
430
430
|
if (this.logicalSeriesLink != null) {
|
|
431
|
-
this.logicalSeriesLink.
|
|
431
|
+
this.logicalSeriesLink.j7 = this.o5;
|
|
432
432
|
}
|
|
433
433
|
break;
|
|
434
434
|
}
|
|
@@ -2161,7 +2161,7 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
2161
2161
|
switch (b) {
|
|
2162
2162
|
case "ActualBrush":
|
|
2163
2163
|
if (this.logicalSeriesLink != null) {
|
|
2164
|
-
this.logicalSeriesLink.
|
|
2164
|
+
this.logicalSeriesLink.j7 = this.o5;
|
|
2165
2165
|
}
|
|
2166
2166
|
break;
|
|
2167
2167
|
}
|
|
@@ -2535,7 +2535,7 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2535
2535
|
}
|
|
2536
2536
|
lp() {
|
|
2537
2537
|
for (let a of fromEnum(this.tq)) {
|
|
2538
|
-
a.
|
|
2538
|
+
a.gf();
|
|
2539
2539
|
}
|
|
2540
2540
|
super.lp();
|
|
2541
2541
|
}
|
|
@@ -2615,11 +2615,11 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2615
2615
|
if (this.tu != null && !this.tu.c.contains(e)) {
|
|
2616
2616
|
e.parentSeries = this;
|
|
2617
2617
|
e.fv();
|
|
2618
|
-
e.gl();
|
|
2619
2618
|
e.gm();
|
|
2620
|
-
e.g0();
|
|
2621
2619
|
e.gn();
|
|
2620
|
+
e.g1();
|
|
2622
2621
|
e.go();
|
|
2622
|
+
e.gp();
|
|
2623
2623
|
e.fr();
|
|
2624
2624
|
e.fs();
|
|
2625
2625
|
e.fu();
|
|
@@ -2628,37 +2628,38 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2628
2628
|
e.f2();
|
|
2629
2629
|
e.f3();
|
|
2630
2630
|
e.f4();
|
|
2631
|
+
e.gd();
|
|
2632
|
+
e.gf();
|
|
2633
|
+
e.f7();
|
|
2634
|
+
e.ga();
|
|
2631
2635
|
e.gc();
|
|
2636
|
+
e.gd();
|
|
2632
2637
|
e.ge();
|
|
2633
|
-
e.f6();
|
|
2634
|
-
e.f9();
|
|
2635
2638
|
e.gb();
|
|
2636
|
-
e.
|
|
2637
|
-
e.
|
|
2638
|
-
e.
|
|
2639
|
-
e.f7();
|
|
2640
|
-
e.gy();
|
|
2639
|
+
e.f8();
|
|
2640
|
+
e.gz();
|
|
2641
|
+
e.g3();
|
|
2641
2642
|
e.g2();
|
|
2642
|
-
e.g1();
|
|
2643
|
-
e.gf();
|
|
2644
2643
|
e.gg();
|
|
2645
2644
|
e.gh();
|
|
2645
|
+
e.gi();
|
|
2646
2646
|
e.fq();
|
|
2647
|
-
e.gj();
|
|
2648
2647
|
e.gk();
|
|
2648
|
+
e.gl();
|
|
2649
2649
|
e.f5();
|
|
2650
|
-
e.
|
|
2651
|
-
e.
|
|
2652
|
-
e.f8();
|
|
2653
|
-
e.gi();
|
|
2650
|
+
e.gq();
|
|
2651
|
+
e.f6();
|
|
2654
2652
|
e.gs();
|
|
2653
|
+
e.f9();
|
|
2654
|
+
e.gj();
|
|
2655
2655
|
e.gt();
|
|
2656
|
+
e.gu();
|
|
2656
2657
|
e.fy();
|
|
2658
|
+
e.gy();
|
|
2659
|
+
e.gv();
|
|
2657
2660
|
e.gx();
|
|
2658
|
-
e.
|
|
2659
|
-
e.
|
|
2660
|
-
e.gz();
|
|
2661
|
-
e.g4();
|
|
2661
|
+
e.g0();
|
|
2662
|
+
e.g5();
|
|
2662
2663
|
if (!this.tw) {
|
|
2663
2664
|
this.tu.c.insert(d, e);
|
|
2664
2665
|
d++;
|
|
@@ -3042,7 +3043,7 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3042
3043
|
break;
|
|
3043
3044
|
case StackedSeriesBase.$$p[2]:
|
|
3044
3045
|
for (let g of fromEnum(this.tq)) {
|
|
3045
|
-
g.
|
|
3046
|
+
g.g5();
|
|
3046
3047
|
}
|
|
3047
3048
|
break;
|
|
3048
3049
|
case "Brush":
|
|
@@ -3072,27 +3073,27 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3072
3073
|
break;
|
|
3073
3074
|
case "ShadowBlur":
|
|
3074
3075
|
for (let m of fromEnum(this.tq)) {
|
|
3075
|
-
m.
|
|
3076
|
+
m.gm();
|
|
3076
3077
|
}
|
|
3077
3078
|
break;
|
|
3078
3079
|
case "ShadowColor":
|
|
3079
3080
|
for (let n of fromEnum(this.tq)) {
|
|
3080
|
-
n.
|
|
3081
|
+
n.gn();
|
|
3081
3082
|
}
|
|
3082
3083
|
break;
|
|
3083
3084
|
case "UseSingleShadow":
|
|
3084
3085
|
for (let o of fromEnum(this.tq)) {
|
|
3085
|
-
o.
|
|
3086
|
+
o.g1();
|
|
3086
3087
|
}
|
|
3087
3088
|
break;
|
|
3088
3089
|
case "ShadowOffsetX":
|
|
3089
3090
|
for (let p of fromEnum(this.tq)) {
|
|
3090
|
-
p.
|
|
3091
|
+
p.go();
|
|
3091
3092
|
}
|
|
3092
3093
|
break;
|
|
3093
3094
|
case "ShadowOffsetY":
|
|
3094
3095
|
for (let q of fromEnum(this.tq)) {
|
|
3095
|
-
q.
|
|
3096
|
+
q.gp();
|
|
3096
3097
|
}
|
|
3097
3098
|
break;
|
|
3098
3099
|
case "IsHitTestVisible":
|
|
@@ -3127,52 +3128,52 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3127
3128
|
break;
|
|
3128
3129
|
case "MarkerTemplate":
|
|
3129
3130
|
for (let x of fromEnum(this.tq)) {
|
|
3130
|
-
x.
|
|
3131
|
+
x.gd();
|
|
3131
3132
|
}
|
|
3132
3133
|
break;
|
|
3133
3134
|
case "MarkerType":
|
|
3134
3135
|
for (let y of fromEnum(this.tq)) {
|
|
3135
|
-
y.
|
|
3136
|
+
y.gf();
|
|
3136
3137
|
}
|
|
3137
3138
|
break;
|
|
3138
3139
|
case "MarkerThickness":
|
|
3139
3140
|
for (let z of fromEnum(this.tq)) {
|
|
3140
|
-
z.
|
|
3141
|
+
z.ge();
|
|
3141
3142
|
}
|
|
3142
3143
|
break;
|
|
3143
3144
|
case "MarkerBrush":
|
|
3144
3145
|
for (let aa of fromEnum(this.tq)) {
|
|
3145
|
-
aa.
|
|
3146
|
+
aa.f7();
|
|
3146
3147
|
}
|
|
3147
3148
|
break;
|
|
3148
3149
|
case "MarkerOutline":
|
|
3149
3150
|
for (let ab of fromEnum(this.tq)) {
|
|
3150
|
-
ab.
|
|
3151
|
+
ab.ga();
|
|
3151
3152
|
}
|
|
3152
3153
|
break;
|
|
3153
3154
|
case "MarkerOutlineMode":
|
|
3154
3155
|
for (let ac of fromEnum(this.tq)) {
|
|
3155
|
-
ac.
|
|
3156
|
+
ac.gb();
|
|
3156
3157
|
}
|
|
3157
3158
|
break;
|
|
3158
3159
|
case "MarkerFillMode":
|
|
3159
3160
|
for (let ad of fromEnum(this.tq)) {
|
|
3160
|
-
ad.
|
|
3161
|
+
ad.f8();
|
|
3161
3162
|
}
|
|
3162
3163
|
break;
|
|
3163
3164
|
case "MarkerStyle":
|
|
3164
3165
|
for (let ae of fromEnum(this.tq)) {
|
|
3165
|
-
ae.
|
|
3166
|
+
ae.gc();
|
|
3166
3167
|
}
|
|
3167
3168
|
break;
|
|
3168
3169
|
case "Opacity":
|
|
3169
3170
|
for (let af of fromEnum(this.tq)) {
|
|
3170
|
-
af.
|
|
3171
|
+
af.gg();
|
|
3171
3172
|
}
|
|
3172
3173
|
break;
|
|
3173
3174
|
case "OpacityMask":
|
|
3174
3175
|
for (let ag of fromEnum(this.tq)) {
|
|
3175
|
-
ag.
|
|
3176
|
+
ag.gh();
|
|
3176
3177
|
}
|
|
3177
3178
|
break;
|
|
3178
3179
|
case "AreaFillOpacity":
|
|
@@ -3182,7 +3183,7 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3182
3183
|
break;
|
|
3183
3184
|
case "Outline":
|
|
3184
3185
|
for (let ai of fromEnum(this.tq)) {
|
|
3185
|
-
ai.
|
|
3186
|
+
ai.gi();
|
|
3186
3187
|
}
|
|
3187
3188
|
break;
|
|
3188
3189
|
case "LineCap":
|
|
@@ -3192,67 +3193,72 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3192
3193
|
break;
|
|
3193
3194
|
case "OutlineMode":
|
|
3194
3195
|
for (let ak of fromEnum(this.tq)) {
|
|
3195
|
-
ak.
|
|
3196
|
+
ak.gj();
|
|
3196
3197
|
}
|
|
3197
3198
|
break;
|
|
3198
3199
|
case "MarkerFillOpacity":
|
|
3199
3200
|
for (let al of fromEnum(this.tq)) {
|
|
3200
|
-
al.
|
|
3201
|
+
al.f9();
|
|
3201
3202
|
}
|
|
3202
3203
|
break;
|
|
3203
3204
|
case "Thickness":
|
|
3204
3205
|
for (let am of fromEnum(this.tq)) {
|
|
3205
|
-
am.
|
|
3206
|
+
am.gq();
|
|
3206
3207
|
}
|
|
3207
3208
|
break;
|
|
3208
|
-
case "
|
|
3209
|
+
case "LineJoin":
|
|
3209
3210
|
for (let an of fromEnum(this.tq)) {
|
|
3210
|
-
an.
|
|
3211
|
+
an.f6();
|
|
3211
3212
|
}
|
|
3212
3213
|
break;
|
|
3213
|
-
case "
|
|
3214
|
+
case "ToolTip":
|
|
3214
3215
|
for (let ao of fromEnum(this.tq)) {
|
|
3215
|
-
ao.
|
|
3216
|
+
ao.gs();
|
|
3216
3217
|
}
|
|
3217
3218
|
break;
|
|
3218
|
-
case "
|
|
3219
|
+
case "TransitionEasingFunction":
|
|
3219
3220
|
for (let ap of fromEnum(this.tq)) {
|
|
3220
|
-
ap.
|
|
3221
|
+
ap.gu();
|
|
3221
3222
|
}
|
|
3222
3223
|
break;
|
|
3223
|
-
case "
|
|
3224
|
+
case "TransitionDuration":
|
|
3224
3225
|
for (let aq of fromEnum(this.tq)) {
|
|
3225
|
-
aq.
|
|
3226
|
+
aq.gt();
|
|
3226
3227
|
}
|
|
3227
3228
|
break;
|
|
3228
|
-
case "
|
|
3229
|
+
case "IsTransitionInEnabled":
|
|
3229
3230
|
for (let ar of fromEnum(this.tq)) {
|
|
3230
|
-
ar.
|
|
3231
|
+
ar.fy();
|
|
3231
3232
|
}
|
|
3232
3233
|
break;
|
|
3233
|
-
case "
|
|
3234
|
+
case "TransitionInMode":
|
|
3234
3235
|
for (let as of fromEnum(this.tq)) {
|
|
3235
|
-
as.
|
|
3236
|
+
as.gx();
|
|
3236
3237
|
}
|
|
3237
3238
|
break;
|
|
3238
|
-
case "
|
|
3239
|
+
case "TransitionInDuration":
|
|
3239
3240
|
for (let at of fromEnum(this.tq)) {
|
|
3240
3241
|
at.fy();
|
|
3241
3242
|
}
|
|
3242
3243
|
break;
|
|
3243
|
-
case "
|
|
3244
|
+
case "TransitionInSpeedType":
|
|
3244
3245
|
for (let au of fromEnum(this.tq)) {
|
|
3245
|
-
au.
|
|
3246
|
+
au.fy();
|
|
3246
3247
|
}
|
|
3247
3248
|
break;
|
|
3248
|
-
case "
|
|
3249
|
+
case "TransitionInEasingFunction":
|
|
3249
3250
|
for (let av of fromEnum(this.tq)) {
|
|
3250
|
-
av.
|
|
3251
|
+
av.gw();
|
|
3251
3252
|
}
|
|
3252
3253
|
break;
|
|
3253
|
-
case "
|
|
3254
|
+
case "UseLightweightMarkers":
|
|
3254
3255
|
for (let aw of fromEnum(this.tq)) {
|
|
3255
|
-
aw.
|
|
3256
|
+
aw.g0();
|
|
3257
|
+
}
|
|
3258
|
+
break;
|
|
3259
|
+
case "UseHighMarkerFidelity":
|
|
3260
|
+
for (let ax of fromEnum(this.tq)) {
|
|
3261
|
+
ax.gz();
|
|
3256
3262
|
}
|
|
3257
3263
|
break;
|
|
3258
3264
|
}
|
|
@@ -3902,8 +3908,8 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
|
|
|
3902
3908
|
case StackedBarSeries.$$p[0]:
|
|
3903
3909
|
case StackedBarSeries.$$p[1]:
|
|
3904
3910
|
for (let e of fromEnum(this.tq)) {
|
|
3905
|
-
e.gj();
|
|
3906
3911
|
e.gk();
|
|
3912
|
+
e.gl();
|
|
3907
3913
|
}
|
|
3908
3914
|
this.mn(false);
|
|
3909
3915
|
break;
|
|
@@ -4062,8 +4068,8 @@ export let StackedColumnSeries = /*@__PURE__*/ (() => {
|
|
|
4062
4068
|
case StackedColumnSeries.$$p[0]:
|
|
4063
4069
|
case StackedColumnSeries.$$p[1]:
|
|
4064
4070
|
for (let e of fromEnum(this.tq)) {
|
|
4065
|
-
e.gj();
|
|
4066
4071
|
e.gk();
|
|
4072
|
+
e.gl();
|
|
4067
4073
|
}
|
|
4068
4074
|
this.mn(false);
|
|
4069
4075
|
break;
|
|
@@ -4289,13 +4295,13 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4289
4295
|
}
|
|
4290
4296
|
return NaN;
|
|
4291
4297
|
}
|
|
4292
|
-
|
|
4298
|
+
kv(a, b, c) {
|
|
4293
4299
|
if (this.visualSeriesLink != null) {
|
|
4294
4300
|
return this.visualSeriesLink.ps(a, b, c);
|
|
4295
4301
|
}
|
|
4296
4302
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
4297
4303
|
}
|
|
4298
|
-
|
|
4304
|
+
kz(a) {
|
|
4299
4305
|
if (this.visualSeriesLink != null) {
|
|
4300
4306
|
return this.visualSeriesLink.p3(a);
|
|
4301
4307
|
}
|
|
@@ -4307,7 +4313,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4307
4313
|
}
|
|
4308
4314
|
return null;
|
|
4309
4315
|
}
|
|
4310
|
-
|
|
4316
|
+
k0(a) {
|
|
4311
4317
|
if (this.visualSeriesLink != null) {
|
|
4312
4318
|
return this.visualSeriesLink.p4(a);
|
|
4313
4319
|
}
|
|
@@ -4319,13 +4325,13 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4319
4325
|
}
|
|
4320
4326
|
return null;
|
|
4321
4327
|
}
|
|
4322
|
-
|
|
4328
|
+
k1(a) {
|
|
4323
4329
|
if (this.visualSeriesLink != null) {
|
|
4324
4330
|
return this.visualSeriesLink.p5(a);
|
|
4325
4331
|
}
|
|
4326
4332
|
return Rect.empty;
|
|
4327
4333
|
}
|
|
4328
|
-
|
|
4334
|
+
k2(a) {
|
|
4329
4335
|
if (this.visualSeriesLink != null) {
|
|
4330
4336
|
return this.visualSeriesLink.p6(a);
|
|
4331
4337
|
}
|
|
@@ -4337,7 +4343,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4337
4343
|
}
|
|
4338
4344
|
return NaN;
|
|
4339
4345
|
}
|
|
4340
|
-
|
|
4346
|
+
kr(a, b, c) {
|
|
4341
4347
|
if (this.visualSeriesLink != null) {
|
|
4342
4348
|
return this.visualSeriesLink.po(a, b, c);
|
|
4343
4349
|
}
|
|
@@ -4349,13 +4355,13 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4349
4355
|
}
|
|
4350
4356
|
return NaN;
|
|
4351
4357
|
}
|
|
4352
|
-
|
|
4358
|
+
kt(a, b, c) {
|
|
4353
4359
|
if (this.visualSeriesLink != null) {
|
|
4354
4360
|
return this.visualSeriesLink.pq(a, b, c);
|
|
4355
4361
|
}
|
|
4356
4362
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
4357
4363
|
}
|
|
4358
|
-
|
|
4364
|
+
kw(a, b, c) {
|
|
4359
4365
|
if (this.visualSeriesLink != null) {
|
|
4360
4366
|
return this.visualSeriesLink.pt(a, b, c);
|
|
4361
4367
|
}
|
|
@@ -4367,7 +4373,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4367
4373
|
}
|
|
4368
4374
|
return NaN;
|
|
4369
4375
|
}
|
|
4370
|
-
|
|
4376
|
+
ks(a, b, c) {
|
|
4371
4377
|
if (this.visualSeriesLink != null) {
|
|
4372
4378
|
return this.visualSeriesLink.pp(a, b, c);
|
|
4373
4379
|
}
|
|
@@ -4379,7 +4385,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4379
4385
|
}
|
|
4380
4386
|
return NaN;
|
|
4381
4387
|
}
|
|
4382
|
-
|
|
4388
|
+
ku(a, b, c) {
|
|
4383
4389
|
if (this.visualSeriesLink != null) {
|
|
4384
4390
|
return this.visualSeriesLink.pr(a, b, c);
|
|
4385
4391
|
}
|
|
@@ -4421,13 +4427,13 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4421
4427
|
}
|
|
4422
4428
|
return false;
|
|
4423
4429
|
}
|
|
4424
|
-
|
|
4430
|
+
kx(a) {
|
|
4425
4431
|
if (this.visualSeriesLink != null) {
|
|
4426
4432
|
return this.visualSeriesLink.px(a);
|
|
4427
4433
|
}
|
|
4428
4434
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
4429
4435
|
}
|
|
4430
|
-
|
|
4436
|
+
kq(a) {
|
|
4431
4437
|
if (this.visualSeriesLink != null) {
|
|
4432
4438
|
return this.visualSeriesLink.pn(a);
|
|
4433
4439
|
}
|
|
@@ -4439,7 +4445,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4439
4445
|
}
|
|
4440
4446
|
return false;
|
|
4441
4447
|
}
|
|
4442
|
-
|
|
4448
|
+
ky() {
|
|
4443
4449
|
if (this.visualSeriesLink != null) {
|
|
4444
4450
|
return this.visualSeriesLink.getEffectiveViewport();
|
|
4445
4451
|
}
|
|
@@ -4472,25 +4478,25 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4472
4478
|
this.visualSeriesLink.provideRenderer(a);
|
|
4473
4479
|
}
|
|
4474
4480
|
}
|
|
4475
|
-
|
|
4481
|
+
g5() {
|
|
4476
4482
|
if (this.parentSeries == null) {
|
|
4477
4483
|
return;
|
|
4478
4484
|
}
|
|
4479
|
-
this.
|
|
4485
|
+
this.k6 = this.parentSeries._visibility != 0 ? 1 : this.k8;
|
|
4480
4486
|
if (this.visualSeriesLink != null) {
|
|
4481
|
-
this.visualSeriesLink._visibility = this.
|
|
4487
|
+
this.visualSeriesLink._visibility = this.k6;
|
|
4482
4488
|
}
|
|
4483
4489
|
}
|
|
4484
|
-
|
|
4490
|
+
gd() {
|
|
4485
4491
|
if (this.parentSeries == null) {
|
|
4486
4492
|
return;
|
|
4487
4493
|
}
|
|
4488
|
-
this.
|
|
4494
|
+
this.g8 = this.hb != null ? this.hb : this.parentSeries.q7;
|
|
4489
4495
|
if (this.visualSeriesLink != null) {
|
|
4490
|
-
this.visualSeriesLink.q7 = this.
|
|
4496
|
+
this.visualSeriesLink.q7 = this.g8;
|
|
4491
4497
|
}
|
|
4492
4498
|
}
|
|
4493
|
-
|
|
4499
|
+
gf() {
|
|
4494
4500
|
if (this.parentSeries == null) {
|
|
4495
4501
|
return;
|
|
4496
4502
|
}
|
|
@@ -4508,18 +4514,18 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4508
4514
|
if (this.parentSeries == null) {
|
|
4509
4515
|
return;
|
|
4510
4516
|
}
|
|
4511
|
-
this.
|
|
4517
|
+
this.kh = this.kc != null ? this.kc : this.parentSeries.o9;
|
|
4512
4518
|
if (this.visualSeriesLink != null) {
|
|
4513
|
-
this.visualSeriesLink.o9 = this.
|
|
4519
|
+
this.visualSeriesLink.o9 = this.kh;
|
|
4514
4520
|
}
|
|
4515
4521
|
}
|
|
4516
4522
|
fs() {
|
|
4517
4523
|
if (this.parentSeries == null) {
|
|
4518
4524
|
return;
|
|
4519
4525
|
}
|
|
4520
|
-
this.
|
|
4526
|
+
this.kk = this.kl != null ? this.kl : this.parentSeries.pi;
|
|
4521
4527
|
if (this.visualSeriesLink != null) {
|
|
4522
|
-
this.visualSeriesLink.pi = this.
|
|
4528
|
+
this.visualSeriesLink.pi = this.kk;
|
|
4523
4529
|
}
|
|
4524
4530
|
}
|
|
4525
4531
|
fu() {
|
|
@@ -4531,7 +4537,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4531
4537
|
this.visualSeriesLink.gu = this.ba;
|
|
4532
4538
|
}
|
|
4533
4539
|
}
|
|
4534
|
-
|
|
4540
|
+
gj() {
|
|
4535
4541
|
if (this.parentSeries == null) {
|
|
4536
4542
|
return;
|
|
4537
4543
|
}
|
|
@@ -4540,7 +4546,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4540
4546
|
this.visualSeriesLink.bu = this.z;
|
|
4541
4547
|
}
|
|
4542
4548
|
}
|
|
4543
|
-
|
|
4549
|
+
f9() {
|
|
4544
4550
|
if (this.parentSeries == null) {
|
|
4545
4551
|
return;
|
|
4546
4552
|
}
|
|
@@ -4553,9 +4559,9 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4553
4559
|
if (this.parentSeries == null) {
|
|
4554
4560
|
return;
|
|
4555
4561
|
}
|
|
4556
|
-
this.
|
|
4562
|
+
this.km = this.as("DashCap") ? this.parentSeries.pj : this.ko;
|
|
4557
4563
|
if (this.visualSeriesLink != null) {
|
|
4558
|
-
this.visualSeriesLink.pj = this.
|
|
4564
|
+
this.visualSeriesLink.pj = this.km;
|
|
4559
4565
|
}
|
|
4560
4566
|
}
|
|
4561
4567
|
fv() {
|
|
@@ -4567,7 +4573,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4567
4573
|
this.visualSeriesLink.dq = this.ak;
|
|
4568
4574
|
}
|
|
4569
4575
|
}
|
|
4570
|
-
|
|
4576
|
+
gm() {
|
|
4571
4577
|
if (this.parentSeries == null) {
|
|
4572
4578
|
return;
|
|
4573
4579
|
}
|
|
@@ -4576,16 +4582,16 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4576
4582
|
this.visualSeriesLink.g1 = this.bg;
|
|
4577
4583
|
}
|
|
4578
4584
|
}
|
|
4579
|
-
|
|
4585
|
+
gn() {
|
|
4580
4586
|
if (this.parentSeries == null) {
|
|
4581
4587
|
return;
|
|
4582
4588
|
}
|
|
4583
|
-
this.
|
|
4584
|
-
if (this.visualSeriesLink != null && Color.e(toNullable(Color.$, this.
|
|
4585
|
-
this.visualSeriesLink.ph = this.
|
|
4589
|
+
this.ki = Color.e(toNullable(Color.$, this.kj), toNullable(Color.$, null)) ? this.kj : this.parentSeries.ph;
|
|
4590
|
+
if (this.visualSeriesLink != null && Color.e(toNullable(Color.$, this.ki), toNullable(Color.$, null))) {
|
|
4591
|
+
this.visualSeriesLink.ph = this.ki;
|
|
4586
4592
|
}
|
|
4587
4593
|
}
|
|
4588
|
-
|
|
4594
|
+
g1() {
|
|
4589
4595
|
if (this.parentSeries == null) {
|
|
4590
4596
|
return;
|
|
4591
4597
|
}
|
|
@@ -4594,7 +4600,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4594
4600
|
this.visualSeriesLink.fb = this.aq;
|
|
4595
4601
|
}
|
|
4596
4602
|
}
|
|
4597
|
-
|
|
4603
|
+
go() {
|
|
4598
4604
|
if (this.parentSeries == null) {
|
|
4599
4605
|
return;
|
|
4600
4606
|
}
|
|
@@ -4603,7 +4609,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4603
4609
|
this.visualSeriesLink.g2 = this.bh;
|
|
4604
4610
|
}
|
|
4605
4611
|
}
|
|
4606
|
-
|
|
4612
|
+
gp() {
|
|
4607
4613
|
if (this.parentSeries == null) {
|
|
4608
4614
|
return;
|
|
4609
4615
|
}
|
|
@@ -4622,10 +4628,10 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4622
4628
|
if (this.parentSeries == null) {
|
|
4623
4629
|
return;
|
|
4624
4630
|
}
|
|
4625
|
-
this.
|
|
4631
|
+
this.g6 = this.g9 != null ? this.g9 : this.parentSeries.legendItemBadgeTemplate;
|
|
4626
4632
|
if (this.visualSeriesLink != null) {
|
|
4627
|
-
if (this.
|
|
4628
|
-
this.visualSeriesLink.legendItemBadgeTemplate = this.
|
|
4633
|
+
if (this.g6 != null) {
|
|
4634
|
+
this.visualSeriesLink.legendItemBadgeTemplate = this.g6;
|
|
4629
4635
|
}
|
|
4630
4636
|
else {
|
|
4631
4637
|
this.visualSeriesLink.legendItemBadgeTemplate = null;
|
|
@@ -4636,10 +4642,10 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4636
4642
|
if (this.parentSeries == null) {
|
|
4637
4643
|
return;
|
|
4638
4644
|
}
|
|
4639
|
-
this.
|
|
4645
|
+
this.g7 = this.ha != null ? this.ha : this.parentSeries.legendItemTemplate;
|
|
4640
4646
|
if (this.visualSeriesLink != null) {
|
|
4641
|
-
if (this.
|
|
4642
|
-
this.visualSeriesLink.legendItemTemplate = this.
|
|
4647
|
+
if (this.g7 != null) {
|
|
4648
|
+
this.visualSeriesLink.legendItemTemplate = this.g7;
|
|
4643
4649
|
}
|
|
4644
4650
|
else {
|
|
4645
4651
|
this.visualSeriesLink.legendItemTemplate = null;
|
|
@@ -4650,9 +4656,9 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4650
4656
|
if (this.parentSeries == null) {
|
|
4651
4657
|
return;
|
|
4652
4658
|
}
|
|
4653
|
-
this.
|
|
4659
|
+
this.k5 = this.parentSeries.qb != 0 ? 1 : this.k7;
|
|
4654
4660
|
if (this.visualSeriesLink != null) {
|
|
4655
|
-
this.visualSeriesLink.qb = this.
|
|
4661
|
+
this.visualSeriesLink.qb = this.k5;
|
|
4656
4662
|
}
|
|
4657
4663
|
}
|
|
4658
4664
|
f1() {
|
|
@@ -4683,39 +4689,39 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4683
4689
|
}
|
|
4684
4690
|
}
|
|
4685
4691
|
}
|
|
4686
|
-
|
|
4692
|
+
f7() {
|
|
4687
4693
|
if (this.parentSeries == null) {
|
|
4688
4694
|
return;
|
|
4689
4695
|
}
|
|
4690
|
-
this.
|
|
4696
|
+
this.j8 = this.kd != null ? this.kd : this.parentSeries.rn;
|
|
4691
4697
|
if (this.visualSeriesLink != null) {
|
|
4692
|
-
this.visualSeriesLink.rn = this.
|
|
4698
|
+
this.visualSeriesLink.rn = this.j8;
|
|
4693
4699
|
}
|
|
4694
4700
|
}
|
|
4695
|
-
|
|
4701
|
+
ga() {
|
|
4696
4702
|
if (this.parentSeries == null) {
|
|
4697
4703
|
return;
|
|
4698
4704
|
}
|
|
4699
|
-
this.
|
|
4705
|
+
this.j9 = this.ke != null ? this.ke : this.parentSeries.ro;
|
|
4700
4706
|
if (this.visualSeriesLink != null) {
|
|
4701
|
-
this.visualSeriesLink.ro = this.
|
|
4707
|
+
this.visualSeriesLink.ro = this.j9;
|
|
4702
4708
|
}
|
|
4703
4709
|
}
|
|
4704
|
-
|
|
4710
|
+
gc() {
|
|
4705
4711
|
if (this.parentSeries == null) {
|
|
4706
4712
|
return;
|
|
4707
4713
|
}
|
|
4708
|
-
this.
|
|
4714
|
+
this.k3 = this.k4 != null ? this.k4 : this.parentSeries.rp;
|
|
4709
4715
|
if (this.visualSeriesLink != null) {
|
|
4710
|
-
if (this.
|
|
4711
|
-
this.visualSeriesLink.rp = this.
|
|
4716
|
+
if (this.k3 != null) {
|
|
4717
|
+
this.visualSeriesLink.rp = this.k3;
|
|
4712
4718
|
}
|
|
4713
4719
|
else {
|
|
4714
4720
|
this.visualSeriesLink.rp = null;
|
|
4715
4721
|
}
|
|
4716
4722
|
}
|
|
4717
4723
|
}
|
|
4718
|
-
|
|
4724
|
+
gg() {
|
|
4719
4725
|
if (this.parentSeries == null) {
|
|
4720
4726
|
return;
|
|
4721
4727
|
}
|
|
@@ -4724,15 +4730,15 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4724
4730
|
this.visualSeriesLink._opacity = this.bd;
|
|
4725
4731
|
}
|
|
4726
4732
|
}
|
|
4727
|
-
gg() {
|
|
4728
|
-
}
|
|
4729
4733
|
gh() {
|
|
4734
|
+
}
|
|
4735
|
+
gi() {
|
|
4730
4736
|
if (this.parentSeries == null) {
|
|
4731
4737
|
return;
|
|
4732
4738
|
}
|
|
4733
|
-
this.
|
|
4739
|
+
this.kb = this.kg != null ? this.kg : this.parentSeries.pe;
|
|
4734
4740
|
if (this.visualSeriesLink != null) {
|
|
4735
|
-
this.visualSeriesLink.pe = this.
|
|
4741
|
+
this.visualSeriesLink.pe = this.kb;
|
|
4736
4742
|
}
|
|
4737
4743
|
}
|
|
4738
4744
|
fz() {
|
|
@@ -4782,7 +4788,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4782
4788
|
}
|
|
4783
4789
|
}
|
|
4784
4790
|
}
|
|
4785
|
-
|
|
4791
|
+
gk() {
|
|
4786
4792
|
if (this.parentSeries == null) {
|
|
4787
4793
|
return;
|
|
4788
4794
|
}
|
|
@@ -4803,7 +4809,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4803
4809
|
}
|
|
4804
4810
|
}
|
|
4805
4811
|
}
|
|
4806
|
-
|
|
4812
|
+
gl() {
|
|
4807
4813
|
if (this.parentSeries == null) {
|
|
4808
4814
|
return;
|
|
4809
4815
|
}
|
|
@@ -4828,12 +4834,12 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4828
4834
|
if (this.parentSeries == null) {
|
|
4829
4835
|
return;
|
|
4830
4836
|
}
|
|
4831
|
-
this.
|
|
4837
|
+
this.kn = this.as("StartCap") ? this.parentSeries.pk : this.kp;
|
|
4832
4838
|
if (this.visualSeriesLink != null) {
|
|
4833
|
-
this.visualSeriesLink.pk = this.
|
|
4839
|
+
this.visualSeriesLink.pk = this.kn;
|
|
4834
4840
|
}
|
|
4835
4841
|
}
|
|
4836
|
-
|
|
4842
|
+
gq() {
|
|
4837
4843
|
if (this.parentSeries == null) {
|
|
4838
4844
|
return;
|
|
4839
4845
|
}
|
|
@@ -4842,7 +4848,15 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4842
4848
|
this.visualSeriesLink.g4 = this.bj;
|
|
4843
4849
|
}
|
|
4844
4850
|
}
|
|
4845
|
-
|
|
4851
|
+
f6() {
|
|
4852
|
+
if (this.parentSeries == null) {
|
|
4853
|
+
return;
|
|
4854
|
+
}
|
|
4855
|
+
if (this.visualSeriesLink != null) {
|
|
4856
|
+
this.visualSeriesLink.pl = this.parentSeries.pl;
|
|
4857
|
+
}
|
|
4858
|
+
}
|
|
4859
|
+
ge() {
|
|
4846
4860
|
if (this.parentSeries == null) {
|
|
4847
4861
|
return;
|
|
4848
4862
|
}
|
|
@@ -4851,7 +4865,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4851
4865
|
this.visualSeriesLink.qq = this.bc;
|
|
4852
4866
|
}
|
|
4853
4867
|
}
|
|
4854
|
-
|
|
4868
|
+
gs() {
|
|
4855
4869
|
if (this.parentSeries == null) {
|
|
4856
4870
|
return;
|
|
4857
4871
|
}
|
|
@@ -4859,13 +4873,13 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4859
4873
|
this.visualSeriesLink.toolTip = this.ci;
|
|
4860
4874
|
}
|
|
4861
4875
|
}
|
|
4862
|
-
|
|
4876
|
+
gu() {
|
|
4863
4877
|
if (this.parentSeries == null) {
|
|
4864
4878
|
return;
|
|
4865
4879
|
}
|
|
4866
4880
|
this.af = this.ah || this.parentSeries.cg;
|
|
4867
4881
|
}
|
|
4868
|
-
|
|
4882
|
+
gt() {
|
|
4869
4883
|
if (this.parentSeries == null) {
|
|
4870
4884
|
return;
|
|
4871
4885
|
}
|
|
@@ -4875,13 +4889,13 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4875
4889
|
}
|
|
4876
4890
|
this.b4 = this.as("IsDropShadowEnabled") ? this.parentSeries.hr : this.cb;
|
|
4877
4891
|
}
|
|
4878
|
-
|
|
4892
|
+
gw() {
|
|
4879
4893
|
if (this.parentSeries == null) {
|
|
4880
4894
|
return;
|
|
4881
4895
|
}
|
|
4882
4896
|
this.ag = this.as("IsDropShadowEnabled") ? this.parentSeries.ch : this.ai;
|
|
4883
4897
|
}
|
|
4884
|
-
|
|
4898
|
+
gx() {
|
|
4885
4899
|
if (this.parentSeries == null) {
|
|
4886
4900
|
return;
|
|
4887
4901
|
}
|
|
@@ -4891,7 +4905,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4891
4905
|
}
|
|
4892
4906
|
this.m = this.n;
|
|
4893
4907
|
}
|
|
4894
|
-
|
|
4908
|
+
gy() {
|
|
4895
4909
|
if (this.parentSeries == null) {
|
|
4896
4910
|
return;
|
|
4897
4911
|
}
|
|
@@ -4911,7 +4925,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4911
4925
|
}
|
|
4912
4926
|
this.an = this.aw;
|
|
4913
4927
|
}
|
|
4914
|
-
|
|
4928
|
+
gv() {
|
|
4915
4929
|
if (this.parentSeries == null) {
|
|
4916
4930
|
return;
|
|
4917
4931
|
}
|
|
@@ -4921,7 +4935,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4921
4935
|
}
|
|
4922
4936
|
this.b5 = this.cc;
|
|
4923
4937
|
}
|
|
4924
|
-
|
|
4938
|
+
g0() {
|
|
4925
4939
|
if (this.parentSeries == null) {
|
|
4926
4940
|
return;
|
|
4927
4941
|
}
|
|
@@ -4930,7 +4944,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4930
4944
|
this.visualSeriesLink.qp = this.ap;
|
|
4931
4945
|
}
|
|
4932
4946
|
}
|
|
4933
|
-
|
|
4947
|
+
gr() {
|
|
4934
4948
|
if (this.parentSeries == null) {
|
|
4935
4949
|
return;
|
|
4936
4950
|
}
|
|
@@ -4938,7 +4952,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4938
4952
|
this.visualSeriesLink.title = this.ch;
|
|
4939
4953
|
}
|
|
4940
4954
|
}
|
|
4941
|
-
|
|
4955
|
+
f8() {
|
|
4942
4956
|
if (this.parentSeries == null) {
|
|
4943
4957
|
return;
|
|
4944
4958
|
}
|
|
@@ -4947,7 +4961,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4947
4961
|
this.visualSeriesLink.qe = this.s;
|
|
4948
4962
|
}
|
|
4949
4963
|
}
|
|
4950
|
-
|
|
4964
|
+
gb() {
|
|
4951
4965
|
if (this.parentSeries == null) {
|
|
4952
4966
|
return;
|
|
4953
4967
|
}
|
|
@@ -4956,7 +4970,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4956
4970
|
this.visualSeriesLink.qi = this.u;
|
|
4957
4971
|
}
|
|
4958
4972
|
}
|
|
4959
|
-
|
|
4973
|
+
gz() {
|
|
4960
4974
|
if (this.parentSeries == null) {
|
|
4961
4975
|
return;
|
|
4962
4976
|
}
|
|
@@ -4964,7 +4978,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4964
4978
|
this.visualSeriesLink.ss = this.ax("UseHighMarkerFidelity") ? this.a1 : this.parentSeries.ss;
|
|
4965
4979
|
}
|
|
4966
4980
|
}
|
|
4967
|
-
|
|
4981
|
+
g3() {
|
|
4968
4982
|
if (this.parentSeries == null) {
|
|
4969
4983
|
return;
|
|
4970
4984
|
}
|
|
@@ -4973,7 +4987,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4973
4987
|
this.visualSeriesLink.ua = this.fe;
|
|
4974
4988
|
}
|
|
4975
4989
|
}
|
|
4976
|
-
|
|
4990
|
+
g2() {
|
|
4977
4991
|
if (this.parentSeries == null) {
|
|
4978
4992
|
return;
|
|
4979
4993
|
}
|
|
@@ -4982,7 +4996,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4982
4996
|
this.visualSeriesLink.t8 = this.dt;
|
|
4983
4997
|
}
|
|
4984
4998
|
}
|
|
4985
|
-
|
|
4999
|
+
g4() {
|
|
4986
5000
|
if (this.parentSeries == null) {
|
|
4987
5001
|
return;
|
|
4988
5002
|
}
|
|
@@ -5013,19 +5027,19 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
5013
5027
|
}
|
|
5014
5028
|
switch (b) {
|
|
5015
5029
|
case StackedFragmentSeries.$$p[86]:
|
|
5016
|
-
this.
|
|
5030
|
+
this.gr();
|
|
5017
5031
|
break;
|
|
5018
5032
|
case StackedFragmentSeries.$$p[99]:
|
|
5019
|
-
this.
|
|
5033
|
+
this.g4();
|
|
5020
5034
|
break;
|
|
5021
5035
|
case StackedFragmentSeries.$$p[98]:
|
|
5022
|
-
this.
|
|
5036
|
+
this.g3();
|
|
5023
5037
|
break;
|
|
5024
5038
|
case StackedFragmentSeries.$$p[97]:
|
|
5025
|
-
this.
|
|
5039
|
+
this.g2();
|
|
5026
5040
|
break;
|
|
5027
5041
|
case StackedFragmentSeries.$$p[100]:
|
|
5028
|
-
this.
|
|
5042
|
+
this.g5();
|
|
5029
5043
|
break;
|
|
5030
5044
|
case StackedFragmentSeries.$$p[49]:
|
|
5031
5045
|
this.fr();
|
|
@@ -5040,19 +5054,19 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
5040
5054
|
this.fv();
|
|
5041
5055
|
break;
|
|
5042
5056
|
case StackedFragmentSeries.$$p[81]:
|
|
5043
|
-
this.
|
|
5057
|
+
this.gm();
|
|
5044
5058
|
break;
|
|
5045
5059
|
case StackedFragmentSeries.$$p[82]:
|
|
5046
|
-
this.
|
|
5060
|
+
this.gn();
|
|
5047
5061
|
break;
|
|
5048
5062
|
case StackedFragmentSeries.$$p[96]:
|
|
5049
|
-
this.
|
|
5063
|
+
this.g1();
|
|
5050
5064
|
break;
|
|
5051
5065
|
case StackedFragmentSeries.$$p[83]:
|
|
5052
|
-
this.
|
|
5066
|
+
this.go();
|
|
5053
5067
|
break;
|
|
5054
5068
|
case StackedFragmentSeries.$$p[84]:
|
|
5055
|
-
this.
|
|
5069
|
+
this.gp();
|
|
5056
5070
|
break;
|
|
5057
5071
|
case StackedFragmentSeries.$$p[63]:
|
|
5058
5072
|
this.f5();
|
|
@@ -5061,16 +5075,16 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
5061
5075
|
this.fw();
|
|
5062
5076
|
break;
|
|
5063
5077
|
case StackedFragmentSeries.$$p[70]:
|
|
5064
|
-
this.
|
|
5078
|
+
this.gd();
|
|
5065
5079
|
break;
|
|
5066
5080
|
case StackedFragmentSeries.$$p[72]:
|
|
5067
|
-
this.
|
|
5081
|
+
this.gf();
|
|
5068
5082
|
break;
|
|
5069
5083
|
case StackedFragmentSeries.$$p[65]:
|
|
5070
|
-
this.
|
|
5084
|
+
this.f8();
|
|
5071
5085
|
break;
|
|
5072
5086
|
case StackedFragmentSeries.$$p[67]:
|
|
5073
|
-
this.
|
|
5087
|
+
this.gb();
|
|
5074
5088
|
break;
|
|
5075
5089
|
case StackedFragmentSeries.$$p[60]:
|
|
5076
5090
|
this.f2();
|
|
@@ -5088,79 +5102,79 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
5088
5102
|
this.f0();
|
|
5089
5103
|
break;
|
|
5090
5104
|
case StackedFragmentSeries.$$p[64]:
|
|
5091
|
-
this.
|
|
5105
|
+
this.f7();
|
|
5092
5106
|
break;
|
|
5093
5107
|
case StackedFragmentSeries.$$p[68]:
|
|
5094
|
-
this.
|
|
5108
|
+
this.ga();
|
|
5095
5109
|
break;
|
|
5096
5110
|
case StackedFragmentSeries.$$p[69]:
|
|
5097
|
-
this.
|
|
5111
|
+
this.gc();
|
|
5098
5112
|
break;
|
|
5099
5113
|
case StackedFragmentSeries.$$p[71]:
|
|
5100
|
-
this.
|
|
5114
|
+
this.ge();
|
|
5101
5115
|
break;
|
|
5102
5116
|
case StackedFragmentSeries.$$p[75]:
|
|
5103
|
-
this.
|
|
5117
|
+
this.gg();
|
|
5104
5118
|
break;
|
|
5105
5119
|
case StackedFragmentSeries.$$p[74]:
|
|
5106
|
-
this.
|
|
5120
|
+
this.gh();
|
|
5107
5121
|
break;
|
|
5108
5122
|
case StackedFragmentSeries.$$p[57]:
|
|
5109
5123
|
this.fz();
|
|
5110
5124
|
break;
|
|
5111
5125
|
case StackedFragmentSeries.$$p[77]:
|
|
5112
|
-
this.
|
|
5126
|
+
this.gi();
|
|
5113
5127
|
break;
|
|
5114
5128
|
case StackedFragmentSeries.$$p[76]:
|
|
5115
|
-
this.
|
|
5129
|
+
this.gj();
|
|
5116
5130
|
break;
|
|
5117
5131
|
case StackedFragmentSeries.$$p[66]:
|
|
5118
|
-
this.
|
|
5132
|
+
this.f9();
|
|
5119
5133
|
break;
|
|
5120
5134
|
case StackedFragmentSeries.$$p[48]:
|
|
5121
5135
|
this.fq();
|
|
5122
5136
|
break;
|
|
5123
5137
|
case StackedFragmentSeries.$$p[79]:
|
|
5124
|
-
this.
|
|
5138
|
+
this.gk();
|
|
5125
5139
|
break;
|
|
5126
5140
|
case StackedFragmentSeries.$$p[80]:
|
|
5127
|
-
this.
|
|
5141
|
+
this.gl();
|
|
5128
5142
|
break;
|
|
5129
5143
|
case StackedFragmentSeries.$$p[55]:
|
|
5130
5144
|
this.fx();
|
|
5131
5145
|
break;
|
|
5132
5146
|
case StackedFragmentSeries.$$p[85]:
|
|
5133
|
-
this.
|
|
5147
|
+
this.gq();
|
|
5134
5148
|
break;
|
|
5135
5149
|
case StackedFragmentSeries.$$p[87]:
|
|
5136
|
-
this.
|
|
5150
|
+
this.gs();
|
|
5137
5151
|
break;
|
|
5138
5152
|
case StackedFragmentSeries.$$p[89]:
|
|
5139
|
-
this.
|
|
5153
|
+
this.gu();
|
|
5140
5154
|
break;
|
|
5141
5155
|
case StackedFragmentSeries.$$p[91]:
|
|
5142
|
-
this.
|
|
5156
|
+
this.gw();
|
|
5143
5157
|
break;
|
|
5144
5158
|
case StackedFragmentSeries.$$p[88]:
|
|
5145
|
-
this.
|
|
5159
|
+
this.gt();
|
|
5146
5160
|
break;
|
|
5147
5161
|
case StackedFragmentSeries.$$p[56]:
|
|
5148
5162
|
this.fy();
|
|
5149
5163
|
break;
|
|
5150
5164
|
case StackedFragmentSeries.$$p[92]:
|
|
5151
|
-
this.
|
|
5165
|
+
this.gx();
|
|
5152
5166
|
break;
|
|
5153
5167
|
case StackedFragmentSeries.$$p[93]:
|
|
5154
|
-
this.
|
|
5168
|
+
this.gy();
|
|
5155
5169
|
break;
|
|
5156
5170
|
case StackedFragmentSeries.$$p[90]:
|
|
5157
|
-
this.
|
|
5171
|
+
this.gv();
|
|
5158
5172
|
break;
|
|
5159
5173
|
case StackedFragmentSeries.$$p[95]:
|
|
5160
|
-
this.
|
|
5174
|
+
this.g0();
|
|
5161
5175
|
break;
|
|
5162
5176
|
case StackedFragmentSeries.$$p[94]:
|
|
5163
|
-
this.
|
|
5177
|
+
this.gz();
|
|
5164
5178
|
break;
|
|
5165
5179
|
}
|
|
5166
5180
|
this.parentSeries.mn(false);
|
|
@@ -5172,7 +5186,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
5172
5186
|
}
|
|
5173
5187
|
}
|
|
5174
5188
|
StackedFragmentSeries.$t = /*@__PURE__*/ markType(StackedFragmentSeries, 'StackedFragmentSeries', DependencyObject.$, [INotifyPropertyChanged_$type]);
|
|
5175
|
-
StackedFragmentSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedFragmentSeries, 'fn', ['ActualAreaFillOpacity:a9:
|
|
5189
|
+
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)]]);
|
|
5176
5190
|
return StackedFragmentSeries;
|
|
5177
5191
|
})();
|
|
5178
5192
|
/**
|
|
@@ -6135,15 +6149,15 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
6135
6149
|
a.itemsSource = b.itemsSource;
|
|
6136
6150
|
}
|
|
6137
6151
|
a.legend = this.b.a2;
|
|
6138
|
-
a.legendItemTemplate = b.
|
|
6139
|
-
a.qb = b.
|
|
6152
|
+
a.legendItemTemplate = b.g7;
|
|
6153
|
+
a.qb = b.k5;
|
|
6140
6154
|
a.gw = this.b.gw;
|
|
6141
|
-
a.pk = b.
|
|
6142
|
-
a.pi = b.
|
|
6143
|
-
a.pj = b.
|
|
6144
|
-
a.o9 = b.
|
|
6155
|
+
a.pk = b.kn;
|
|
6156
|
+
a.pi = b.kk;
|
|
6157
|
+
a.pj = b.km;
|
|
6158
|
+
a.o9 = b.kh;
|
|
6145
6159
|
a._opacity = b.bw;
|
|
6146
|
-
a.pe = b.
|
|
6160
|
+
a.pe = b.kb;
|
|
6147
6161
|
a.bu = b.z;
|
|
6148
6162
|
a.gy = this.b.gy;
|
|
6149
6163
|
a.g4 = b.bj;
|
|
@@ -6151,13 +6165,13 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
6151
6165
|
a.uc = b.fg;
|
|
6152
6166
|
a.t8 = b.fc;
|
|
6153
6167
|
a.ua = b.fe;
|
|
6154
|
-
a._visibility = b.
|
|
6168
|
+
a._visibility = b.k6;
|
|
6155
6169
|
a.gu = b.ba;
|
|
6156
|
-
a.rn = b.
|
|
6157
|
-
a.ro = b.
|
|
6170
|
+
a.rn = b.j8;
|
|
6171
|
+
a.ro = b.j9;
|
|
6158
6172
|
a.qi = b.u;
|
|
6159
|
-
a.rp = b.
|
|
6160
|
-
a.q7 = b.
|
|
6173
|
+
a.rp = b.k3;
|
|
6174
|
+
a.q7 = b.g8;
|
|
6161
6175
|
a.ql = b.w;
|
|
6162
6176
|
a.qq = b.bc;
|
|
6163
6177
|
a.gv = b.bb;
|
|
@@ -6193,10 +6207,10 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
6193
6207
|
a.toolTip = b.ci;
|
|
6194
6208
|
a.dq = b.ak;
|
|
6195
6209
|
a.fb = b.aq;
|
|
6196
|
-
b.gl();
|
|
6197
6210
|
b.gm();
|
|
6198
6211
|
b.gn();
|
|
6199
6212
|
b.go();
|
|
6213
|
+
b.gp();
|
|
6200
6214
|
}
|
|
6201
6215
|
h(a) {
|
|
6202
6216
|
this.e.clear();
|