igniteui-webcomponents-charts 4.0.2 → 4.0.4
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 +1016 -891
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/AnchoredCategorySeries_combined.js +3 -2
- package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +4 -3
- package/esm2015/lib/BubbleSeries_combined.js +20 -15
- package/esm2015/lib/CategoryToolTipLayer_combined.js +3 -1
- package/esm2015/lib/DataLegendContent_combined.js +470 -457
- package/esm2015/lib/DataLegendStylingColumnEventArgs.js +2 -1
- package/esm2015/lib/DataToolTipLayer_combined.js +3 -1
- package/esm2015/lib/FinancialPriceSeries_combined.js +33 -26
- package/esm2015/lib/HighDensityScatterSeries_combined.js +8 -6
- package/esm2015/lib/HorizontalRangeCategorySeries.js +12 -8
- package/esm2015/lib/ItemToolTipLayer_combined.js +3 -1
- package/esm2015/lib/PolarBase_combined.js +8 -6
- package/esm2015/lib/ScatterAreaSeries_combined.js +12 -9
- package/esm2015/lib/ScatterBase_combined.js +8 -6
- package/esm2015/lib/ScatterContourSeries_combined.js +12 -9
- package/esm2015/lib/ScatterTriangulationSeries.js +8 -8
- package/esm2015/lib/SeriesViewer_combined.js +2 -1
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +21 -9
- package/esm2015/lib/igc-assigning-series-style-event-args-base.js +5 -3
- package/esm2015/lib/igc-data-legend-component.js +256 -256
- package/esm2015/lib/igc-data-legend-styling-column-event-args.js +19 -10
- package/esm2015/lib/igc-domain-chart-component.js +45 -27
- package/esm2015/lib/igc-financial-event-args.js +10 -6
- package/esm2015/lib/igc-ring-series-component.js +5 -3
- package/esm2015/lib/igc-scatter-polygon-series-component.js +5 -3
- package/esm2015/lib/igc-scatter-polyline-series-component.js +5 -3
- package/esm2015/lib/igc-stacked-series-created-event-args.js +5 -3
- package/esm5/lib/AnchoredCategorySeries_combined.js +3 -2
- package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +4 -3
- package/esm5/lib/BubbleSeries_combined.js +20 -15
- package/esm5/lib/CategoryToolTipLayer_combined.js +3 -1
- package/esm5/lib/DataLegendContent_combined.js +474 -461
- package/esm5/lib/DataLegendStylingColumnEventArgs.js +2 -1
- package/esm5/lib/DataToolTipLayer_combined.js +3 -1
- package/esm5/lib/FinancialPriceSeries_combined.js +33 -26
- package/esm5/lib/HighDensityScatterSeries_combined.js +8 -6
- package/esm5/lib/HorizontalRangeCategorySeries.js +12 -8
- package/esm5/lib/ItemToolTipLayer_combined.js +3 -1
- package/esm5/lib/PolarBase_combined.js +8 -6
- package/esm5/lib/ScatterAreaSeries_combined.js +12 -9
- package/esm5/lib/ScatterBase_combined.js +8 -6
- package/esm5/lib/ScatterContourSeries_combined.js +12 -9
- package/esm5/lib/ScatterTriangulationSeries.js +8 -8
- package/esm5/lib/SeriesViewer_combined.js +2 -1
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +43 -14
- package/esm5/lib/igc-assigning-series-style-event-args-base.js +5 -3
- package/esm5/lib/igc-data-legend-component.js +256 -256
- package/esm5/lib/igc-data-legend-styling-column-event-args.js +22 -9
- package/esm5/lib/igc-domain-chart-component.js +45 -27
- package/esm5/lib/igc-financial-event-args.js +10 -6
- package/esm5/lib/igc-ring-series-component.js +5 -3
- package/esm5/lib/igc-scatter-polygon-series-component.js +5 -3
- package/esm5/lib/igc-scatter-polyline-series-component.js +5 -3
- package/esm5/lib/igc-stacked-series-created-event-args.js +5 -3
- package/fesm2015/igniteui-webcomponents-charts.js +987 -883
- package/fesm5/igniteui-webcomponents-charts.js +1016 -891
- package/lib/DataLegendContent_combined.d.ts +111 -109
- package/lib/DataLegendStylingColumnEventArgs.d.ts +3 -2
- package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +3 -2
- package/lib/igc-data-legend-styling-column-event-args.d.ts +5 -1
- package/package.json +2 -2
|
@@ -16,14 +16,15 @@ export let DataLegendStylingColumnEventArgs = /*@__PURE__*/ (() => {
|
|
|
16
16
|
this.d = 0;
|
|
17
17
|
this.f = null;
|
|
18
18
|
this.b = 0;
|
|
19
|
+
this.i = null;
|
|
19
20
|
this.h = null;
|
|
20
21
|
this.a = 0;
|
|
21
22
|
this.e = null;
|
|
22
23
|
this.g = null;
|
|
23
|
-
this.i = null;
|
|
24
24
|
this.j = null;
|
|
25
25
|
this.k = null;
|
|
26
26
|
this.l = null;
|
|
27
|
+
this.m = null;
|
|
27
28
|
}
|
|
28
29
|
}
|
|
29
30
|
DataLegendStylingColumnEventArgs.$t = /*@__PURE__*/ markType(DataLegendStylingColumnEventArgs, 'DataLegendStylingColumnEventArgs');
|
|
@@ -1334,7 +1334,9 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1334
1334
|
let q = Math.min(c.g._inner[i], c.m._inner[i]);
|
|
1335
1335
|
let r = c.l._inner[i] - c.f._inner[i];
|
|
1336
1336
|
let s = c.m._inner[i] - c.g._inner[i];
|
|
1337
|
-
|
|
1337
|
+
if (o != null) {
|
|
1338
|
+
this.r5.ch(o, p, q, r, s);
|
|
1339
|
+
}
|
|
1338
1340
|
}
|
|
1339
1341
|
}
|
|
1340
1342
|
en() {
|
|
@@ -807,27 +807,30 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
807
807
|
let f = new DataLegendSeriesValueInfo();
|
|
808
808
|
f.a = 4;
|
|
809
809
|
f.l = this.r8(c, false, false);
|
|
810
|
-
f.p =
|
|
811
|
-
f.q = this.
|
|
812
|
-
f.r = this.
|
|
810
|
+
f.p = "Close";
|
|
811
|
+
f.q = this.sk != null ? this.sk : "Close";
|
|
812
|
+
f.r = this.tw != null ? this.tw : "C:";
|
|
813
|
+
f.s = this.ty != null ? this.ty : "";
|
|
813
814
|
let g = new DataLegendSeriesValueInfo();
|
|
814
815
|
g.l = this.r9(c, false, false);
|
|
815
816
|
g.a = 3;
|
|
816
|
-
g.p =
|
|
817
|
-
g.q = this.
|
|
818
|
-
g.r = this.
|
|
817
|
+
g.p = "Open";
|
|
818
|
+
g.q = this.sw != null ? this.sw : "Open";
|
|
819
|
+
g.r = this.ua != null ? this.ua : "O:";
|
|
820
|
+
g.s = this.uc != null ? this.uc : "";
|
|
819
821
|
g.k = true;
|
|
820
822
|
let h = new DataLegendSeriesValueInfo();
|
|
821
823
|
h.l = (f.l - g.l) / g.l * 100;
|
|
822
824
|
h.l = round10N(h.l, 1);
|
|
823
825
|
h.a = 9;
|
|
824
826
|
h.p = "Change";
|
|
825
|
-
h.q = "";
|
|
826
|
-
h.
|
|
827
|
-
h.
|
|
828
|
-
h.
|
|
829
|
-
h.
|
|
830
|
-
h.
|
|
827
|
+
h.q = "Change";
|
|
828
|
+
h.r = "";
|
|
829
|
+
h.u = "";
|
|
830
|
+
h.w = "+";
|
|
831
|
+
h.v = "%";
|
|
832
|
+
h.x = "%";
|
|
833
|
+
h.s = null;
|
|
831
834
|
h.c = false;
|
|
832
835
|
h.k = true;
|
|
833
836
|
h.e = false;
|
|
@@ -837,37 +840,41 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
837
840
|
h.d = false;
|
|
838
841
|
h.n = 1;
|
|
839
842
|
h.m = 1;
|
|
840
|
-
g.
|
|
841
|
-
f.
|
|
842
|
-
h.
|
|
843
|
+
g.y = h.l >= 0 ? this.o3 : this.tm;
|
|
844
|
+
f.y = h.l >= 0 ? this.o3 : this.tm;
|
|
845
|
+
h.y = h.l >= 0 ? this.o3 : this.tm;
|
|
843
846
|
let i = new DataLegendSeriesValueInfo();
|
|
844
847
|
i.l = e > d ? d : e;
|
|
845
848
|
i.a = 1;
|
|
846
|
-
i.p =
|
|
847
|
-
i.q = this.
|
|
848
|
-
i.r = this.
|
|
849
|
+
i.p = "Low";
|
|
850
|
+
i.q = this.ss != null ? this.ss : "Low";
|
|
851
|
+
i.r = this.t5 != null ? this.t5 : "L:";
|
|
852
|
+
i.s = this.t7 != null ? this.t7 : "";
|
|
849
853
|
i.k = true;
|
|
850
854
|
let j = new DataLegendSeriesValueInfo();
|
|
851
855
|
j.l = e > d ? e : d;
|
|
852
856
|
j.a = 2;
|
|
853
|
-
j.p =
|
|
854
|
-
j.q = this.
|
|
855
|
-
j.r = this.
|
|
857
|
+
j.p = "High";
|
|
858
|
+
j.q = this.sn != null ? this.sn : "High";
|
|
859
|
+
j.r = this.t1 != null ? this.t1 : "H:";
|
|
860
|
+
j.s = this.t3 != null ? this.t3 : "";
|
|
856
861
|
j.k = true;
|
|
857
862
|
let k = new DataLegendSeriesValueInfo();
|
|
858
863
|
k.l = (j.l + i.l + f.l) / 3;
|
|
859
864
|
k.l = round10N(k.l, 2);
|
|
860
865
|
k.a = 5;
|
|
861
866
|
k.p = "TypicalPrice";
|
|
862
|
-
k.q = "
|
|
863
|
-
k.r = "";
|
|
867
|
+
k.q = "TypicalPrice";
|
|
868
|
+
k.r = "TP:";
|
|
869
|
+
k.s = "";
|
|
864
870
|
k.k = true;
|
|
865
871
|
let l = new DataLegendSeriesValueInfo();
|
|
866
872
|
l.l = this.sa(c, false, false);
|
|
867
873
|
l.a = 8;
|
|
868
|
-
l.p =
|
|
869
|
-
l.q =
|
|
870
|
-
l.r = "";
|
|
874
|
+
l.p = "Volume";
|
|
875
|
+
l.q = this.s0 != null ? this.s0 : "Volume";
|
|
876
|
+
l.r = "VOL:";
|
|
877
|
+
l.s = "";
|
|
871
878
|
l.k = true;
|
|
872
879
|
l.n = 0;
|
|
873
880
|
l.m = 0;
|
|
@@ -121,15 +121,17 @@ export let HighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
|
121
121
|
let g = new DataLegendSeriesValueInfo();
|
|
122
122
|
g.l = e;
|
|
123
123
|
g.a = 13;
|
|
124
|
-
g.p =
|
|
125
|
-
g.q = this.
|
|
126
|
-
g.r = this.
|
|
124
|
+
g.p = "X";
|
|
125
|
+
g.q = this.si != null ? this.si : "X";
|
|
126
|
+
g.r = this.se != null ? this.se : "X:";
|
|
127
|
+
g.s = this.sg != null ? this.sg : "";
|
|
127
128
|
let h = new DataLegendSeriesValueInfo();
|
|
128
129
|
h.l = f;
|
|
129
130
|
h.a = 14;
|
|
130
|
-
h.p =
|
|
131
|
-
h.q = this.
|
|
132
|
-
|
|
131
|
+
h.p = "Y";
|
|
132
|
+
h.q = this.sq != null ? this.sq : "Y";
|
|
133
|
+
h.r = this.sm != null ? this.sm : "Y:";
|
|
134
|
+
h.s = this.so != null ? this.so : "";
|
|
133
135
|
let i = new DataLegendSeriesContext();
|
|
134
136
|
i.f = ((() => {
|
|
135
137
|
let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -169,26 +169,30 @@ export let HorizontalRangeCategorySeries = /*@__PURE__*/ (() => {
|
|
|
169
169
|
let f = new DataLegendSeriesValueInfo();
|
|
170
170
|
f.a = 1;
|
|
171
171
|
f.l = e > d ? d : e;
|
|
172
|
-
f.p =
|
|
173
|
-
f.q = this.
|
|
174
|
-
f.r = this.
|
|
172
|
+
f.p = "Low";
|
|
173
|
+
f.q = this.tt != null ? this.tt : "Low";
|
|
174
|
+
f.r = this.t6 != null ? this.t6 : "L:";
|
|
175
|
+
f.s = this.t8 != null ? this.t8 : "";
|
|
175
176
|
let g = new DataLegendSeriesValueInfo();
|
|
176
177
|
g.a = 2;
|
|
177
178
|
g.l = e > d ? e : d;
|
|
178
|
-
g.p =
|
|
179
|
-
g.q = this.
|
|
180
|
-
g.r = this.
|
|
179
|
+
g.p = "High";
|
|
180
|
+
g.q = this.tq != null ? this.tq : "High";
|
|
181
|
+
g.r = this.t2 != null ? this.t2 : "H:";
|
|
182
|
+
g.s = this.t4 != null ? this.t4 : "";
|
|
181
183
|
let h = new DataLegendSeriesValueInfo();
|
|
182
184
|
h.a = 7;
|
|
183
185
|
h.l = Math.abs(g.l - f.l);
|
|
184
186
|
h.p = "Range";
|
|
185
|
-
h.q = "
|
|
187
|
+
h.q = "Range";
|
|
188
|
+
h.r = "R:";
|
|
186
189
|
h.k = true;
|
|
187
190
|
let i = new DataLegendSeriesValueInfo();
|
|
188
191
|
i.a = 6;
|
|
189
192
|
i.l = f.l + (h.l / 2);
|
|
190
193
|
i.p = "Average";
|
|
191
|
-
i.q = "
|
|
194
|
+
i.q = "Average";
|
|
195
|
+
i.r = "A:";
|
|
192
196
|
i.k = true;
|
|
193
197
|
let j = new DataLegendSeriesContext();
|
|
194
198
|
j.f = ((() => {
|
|
@@ -340,7 +340,9 @@ export let ItemToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
340
340
|
let q = Math.min(c.g._inner[i], c.o._inner[i]);
|
|
341
341
|
let r = c.n._inner[i] - c.f._inner[i];
|
|
342
342
|
let s = c.o._inner[i] - c.g._inner[i];
|
|
343
|
-
|
|
343
|
+
if (o != null) {
|
|
344
|
+
this.rc.cf(o, p, q, r, s);
|
|
345
|
+
}
|
|
344
346
|
}
|
|
345
347
|
}
|
|
346
348
|
en() {
|
|
@@ -1014,15 +1014,17 @@ export let PolarBase = /*@__PURE__*/ (() => {
|
|
|
1014
1014
|
let g = new DataLegendSeriesValueInfo();
|
|
1015
1015
|
g.l = e;
|
|
1016
1016
|
g.a = 11;
|
|
1017
|
-
g.
|
|
1018
|
-
g.
|
|
1019
|
-
g.r = this.
|
|
1017
|
+
g.q = this.tw != null ? this.tw : "Radius";
|
|
1018
|
+
g.p = "Radius";
|
|
1019
|
+
g.r = this.ts != null ? this.ts : "R:";
|
|
1020
|
+
g.s = this.tu != null ? this.tu : "";
|
|
1020
1021
|
let h = new DataLegendSeriesValueInfo();
|
|
1021
1022
|
h.l = f;
|
|
1022
1023
|
h.a = 10;
|
|
1023
|
-
h.
|
|
1024
|
-
h.
|
|
1025
|
-
h.r = this.
|
|
1024
|
+
h.q = this.ti != null ? this.ti : "Angle";
|
|
1025
|
+
h.p = "Angle";
|
|
1026
|
+
h.r = this.te != null ? this.te : "A:";
|
|
1027
|
+
h.s = this.tg != null ? this.tg : "";
|
|
1026
1028
|
let i = new DataLegendSeriesContext();
|
|
1027
1029
|
i.f = ((() => {
|
|
1028
1030
|
let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -374,21 +374,24 @@ export let ScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
374
374
|
let h = new DataLegendSeriesValueInfo();
|
|
375
375
|
h.l = e;
|
|
376
376
|
h.a = 13;
|
|
377
|
-
h.p =
|
|
378
|
-
h.q = this.
|
|
379
|
-
h.r = this.
|
|
377
|
+
h.p = "X";
|
|
378
|
+
h.q = this.ra != null ? this.ra : "X";
|
|
379
|
+
h.r = this.q6 != null ? this.q6 : "X:";
|
|
380
|
+
h.s = this.q8 != null ? this.q8 : "";
|
|
380
381
|
let i = new DataLegendSeriesValueInfo();
|
|
381
382
|
i.l = f;
|
|
382
383
|
i.a = 14;
|
|
383
|
-
i.p =
|
|
384
|
-
i.q = this.
|
|
385
|
-
i.r = this.
|
|
384
|
+
i.p = "Y";
|
|
385
|
+
i.q = this.ri != null ? this.ri : "Y";
|
|
386
|
+
i.r = this.re != null ? this.re : "Y:";
|
|
387
|
+
i.s = this.rg != null ? this.rg : "";
|
|
386
388
|
let j = new DataLegendSeriesValueInfo();
|
|
387
389
|
j.l = g;
|
|
388
390
|
j.a = 0;
|
|
389
|
-
j.p =
|
|
390
|
-
j.q = this.
|
|
391
|
-
j.r = this.
|
|
391
|
+
j.p = "Value";
|
|
392
|
+
j.q = this.sh != null ? this.sh : "Value";
|
|
393
|
+
j.r = this.sd != null ? this.sd : "V:";
|
|
394
|
+
j.s = this.sf != null ? this.sf : "";
|
|
392
395
|
let k = new DataLegendSeriesContext();
|
|
393
396
|
k.f = ((() => {
|
|
394
397
|
let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -1515,15 +1515,17 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1515
1515
|
let g = new DataLegendSeriesValueInfo();
|
|
1516
1516
|
g.l = e;
|
|
1517
1517
|
g.a = 13;
|
|
1518
|
-
g.p =
|
|
1519
|
-
g.q = this.
|
|
1520
|
-
g.r = this.
|
|
1518
|
+
g.p = "X";
|
|
1519
|
+
g.q = this.ti != null ? this.ti : "X";
|
|
1520
|
+
g.r = this.te != null ? this.te : "X:";
|
|
1521
|
+
g.s = this.tg != null ? this.tg : "";
|
|
1521
1522
|
let h = new DataLegendSeriesValueInfo();
|
|
1522
1523
|
h.l = f;
|
|
1523
1524
|
h.a = 14;
|
|
1524
|
-
h.p =
|
|
1525
|
-
h.q = this.
|
|
1526
|
-
h.r = this.
|
|
1525
|
+
h.p = "Y";
|
|
1526
|
+
h.q = this.tq != null ? this.tq : "Y";
|
|
1527
|
+
h.r = this.tm != null ? this.tm : "Y:";
|
|
1528
|
+
h.s = this.to != null ? this.to : "";
|
|
1527
1529
|
let i = new DataLegendSeriesContext();
|
|
1528
1530
|
i.f = ((() => {
|
|
1529
1531
|
let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -82,21 +82,24 @@ export let ScatterContourSeries = /*@__PURE__*/ (() => {
|
|
|
82
82
|
let h = new DataLegendSeriesValueInfo();
|
|
83
83
|
h.a = 13;
|
|
84
84
|
h.l = e;
|
|
85
|
-
h.p =
|
|
86
|
-
h.q = this.
|
|
87
|
-
h.r = this.
|
|
85
|
+
h.p = "X";
|
|
86
|
+
h.q = this.ra != null ? this.ra : "X";
|
|
87
|
+
h.r = this.q6 != null ? this.q6 : "X:";
|
|
88
|
+
h.s = this.q8 != null ? this.q8 : "";
|
|
88
89
|
let i = new DataLegendSeriesValueInfo();
|
|
89
90
|
i.a = 14;
|
|
90
91
|
i.l = f;
|
|
91
|
-
i.p =
|
|
92
|
-
i.q = this.
|
|
93
|
-
i.r = this.
|
|
92
|
+
i.p = "Y";
|
|
93
|
+
i.q = this.ri != null ? this.ri : "Y";
|
|
94
|
+
i.r = this.re != null ? this.re : "Y:";
|
|
95
|
+
i.s = this.rg != null ? this.rg : "";
|
|
94
96
|
let j = new DataLegendSeriesValueInfo();
|
|
95
97
|
j.a = 0;
|
|
96
98
|
j.l = g;
|
|
97
|
-
j.p =
|
|
98
|
-
j.q = this.
|
|
99
|
-
j.r = this.
|
|
99
|
+
j.p = "Value";
|
|
100
|
+
j.q = this.sf != null ? this.sf : "Value";
|
|
101
|
+
j.r = this.sb != null ? this.sb : "V:";
|
|
102
|
+
j.s = this.sd != null ? this.sd : "";
|
|
100
103
|
let k = new DataLegendSeriesContext();
|
|
101
104
|
k.f = ((() => {
|
|
102
105
|
let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -357,17 +357,17 @@ export let ScatterTriangulationSeries = /*@__PURE__*/ (() => {
|
|
|
357
357
|
let g = new DataLegendSeriesValueInfo();
|
|
358
358
|
g.l = e;
|
|
359
359
|
g.a = 13;
|
|
360
|
-
g.p =
|
|
361
|
-
;
|
|
362
|
-
g.
|
|
363
|
-
g.
|
|
360
|
+
g.p = "X";
|
|
361
|
+
g.q = this.ra != null ? this.ra : "X";
|
|
362
|
+
g.r = this.q6 != null ? this.q6 : "X:";
|
|
363
|
+
g.s = this.q8 != null ? this.q8 : "";
|
|
364
364
|
let h = new DataLegendSeriesValueInfo();
|
|
365
365
|
h.l = f;
|
|
366
366
|
h.a = 14;
|
|
367
|
-
h.p =
|
|
368
|
-
;
|
|
369
|
-
h.
|
|
370
|
-
h.
|
|
367
|
+
h.p = "Y";
|
|
368
|
+
h.q = this.ri != null ? this.ri : "Y";
|
|
369
|
+
h.r = this.re != null ? this.re : "Y:";
|
|
370
|
+
h.s = this.rg != null ? this.rg : "";
|
|
371
371
|
let i = new DataLegendSeriesContext();
|
|
372
372
|
i.f = ((() => {
|
|
373
373
|
let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -15370,7 +15370,8 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
15370
15370
|
c.l = this.gl({ $type: Point_$type, x: a, y: b }, false, false);
|
|
15371
15371
|
c.a = 0;
|
|
15372
15372
|
c.p = "Value";
|
|
15373
|
-
c.q = "";
|
|
15373
|
+
c.q = "Value";
|
|
15374
|
+
c.r = "";
|
|
15374
15375
|
let d = new DataLegendSeriesContext();
|
|
15375
15376
|
d.f = ((() => {
|
|
15376
15377
|
let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -3400,6 +3400,9 @@ export let HorizontalStackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3400
3400
|
l7(a, b, c, d) {
|
|
3401
3401
|
super.l7(a, b, c, d);
|
|
3402
3402
|
switch (b) {
|
|
3403
|
+
case "Resolution":
|
|
3404
|
+
this.tq.j();
|
|
3405
|
+
break;
|
|
3403
3406
|
case HorizontalStackedSeriesBase.$$p[0]:
|
|
3404
3407
|
if (c != d) {
|
|
3405
3408
|
this.k4(typeCast(Axis.$, c));
|
|
@@ -4244,8 +4247,9 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4244
4247
|
let c = new DataLegendSeriesValueInfo();
|
|
4245
4248
|
c.l = this.br({ $type: Point_$type, x: a, y: b }, false, false);
|
|
4246
4249
|
c.p = "Value";
|
|
4247
|
-
c.q = this.
|
|
4248
|
-
c.r = this.
|
|
4250
|
+
c.q = this.fi != null ? this.fi : "Value";
|
|
4251
|
+
c.r = this.fe != null ? this.fe : "";
|
|
4252
|
+
c.s = this.fg != null ? this.fg : "";
|
|
4249
4253
|
let d = new DataLegendSeriesContext();
|
|
4250
4254
|
d.f = ((() => {
|
|
4251
4255
|
let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -6008,8 +6012,8 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
6008
6012
|
this.c = null;
|
|
6009
6013
|
this.e = null;
|
|
6010
6014
|
this.d = null;
|
|
6011
|
-
this.j = null;
|
|
6012
6015
|
this.k = null;
|
|
6016
|
+
this.l = null;
|
|
6013
6017
|
if (a == null) {
|
|
6014
6018
|
return;
|
|
6015
6019
|
}
|
|
@@ -6018,8 +6022,8 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
6018
6022
|
this.c = new StackedSeriesCollection();
|
|
6019
6023
|
this.e = new ObservableCollection$1(AnchoredCategorySeries.$, 0);
|
|
6020
6024
|
this.d = new ObservableCollection$1(AnchoredCategorySeries.$, 0);
|
|
6021
|
-
this.
|
|
6022
|
-
this.
|
|
6025
|
+
this.k = this.b.tr.c2;
|
|
6026
|
+
this.l = this.b.tr.c4;
|
|
6023
6027
|
let b = this.c;
|
|
6024
6028
|
b.collectionChanged = delegateCombine(b.collectionChanged, (b, c) => {
|
|
6025
6029
|
if (c.oldItems != null) {
|
|
@@ -6047,8 +6051,8 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
6047
6051
|
e.b8 = null;
|
|
6048
6052
|
e.itemsSource = null;
|
|
6049
6053
|
e.legend = null;
|
|
6050
|
-
if (this.
|
|
6051
|
-
this.
|
|
6054
|
+
if (this.l != null && this.l.ab.contains(e)) {
|
|
6055
|
+
this.l.ab.remove(e);
|
|
6052
6056
|
}
|
|
6053
6057
|
if (this.b.cd != null) {
|
|
6054
6058
|
this.b.cd.op(e);
|
|
@@ -6059,8 +6063,8 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
6059
6063
|
for (let f of fromEn(d.newItems)) {
|
|
6060
6064
|
f.cd = this.b.cd;
|
|
6061
6065
|
f.b8 = this.b.b8;
|
|
6062
|
-
if (!this.
|
|
6063
|
-
this.
|
|
6066
|
+
if (!this.l.ab.contains(f)) {
|
|
6067
|
+
this.l.ab.add(f);
|
|
6064
6068
|
}
|
|
6065
6069
|
if (this.b.cd != null) {
|
|
6066
6070
|
this.b.cd.lk(f);
|
|
@@ -6139,6 +6143,14 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
6139
6143
|
}
|
|
6140
6144
|
return null;
|
|
6141
6145
|
}
|
|
6146
|
+
j() {
|
|
6147
|
+
if (this.b == null) {
|
|
6148
|
+
return;
|
|
6149
|
+
}
|
|
6150
|
+
for (let a of fromEnum(this.f)) {
|
|
6151
|
+
a.gv = this.b.fv;
|
|
6152
|
+
}
|
|
6153
|
+
}
|
|
6142
6154
|
i(a, b) {
|
|
6143
6155
|
if (b.itemsSource == null) {
|
|
6144
6156
|
a.itemsSource = this.b.itemsSource;
|
|
@@ -133,11 +133,13 @@ export class IgcAssigningSeriesStyleEventArgsBase {
|
|
|
133
133
|
}
|
|
134
134
|
if (!r.externalObject) {
|
|
135
135
|
let e = new IgcHighlightingInfo();
|
|
136
|
-
if (
|
|
137
|
-
e.
|
|
136
|
+
if (r.$type) {
|
|
137
|
+
e._implementation = r;
|
|
138
138
|
}
|
|
139
139
|
else {
|
|
140
|
-
e.
|
|
140
|
+
if (e.i.setNativeElement) {
|
|
141
|
+
e.i.setNativeElement(r);
|
|
142
|
+
}
|
|
141
143
|
}
|
|
142
144
|
r.externalObject = e;
|
|
143
145
|
}
|