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
|
@@ -17,14 +17,15 @@ var DataLegendStylingColumnEventArgs = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
17
17
|
_this.d = 0;
|
|
18
18
|
_this.f = null;
|
|
19
19
|
_this.b = 0;
|
|
20
|
+
_this.i = null;
|
|
20
21
|
_this.h = null;
|
|
21
22
|
_this.a = 0;
|
|
22
23
|
_this.e = null;
|
|
23
24
|
_this.g = null;
|
|
24
|
-
_this.i = null;
|
|
25
25
|
_this.j = null;
|
|
26
26
|
_this.k = null;
|
|
27
27
|
_this.l = null;
|
|
28
|
+
_this.m = null;
|
|
28
29
|
return _this;
|
|
29
30
|
}
|
|
30
31
|
DataLegendStylingColumnEventArgs.$t = markType(DataLegendStylingColumnEventArgs, 'DataLegendStylingColumnEventArgs');
|
|
@@ -1462,7 +1462,9 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1462
1462
|
var q = Math.min(c.g._inner[i], c.m._inner[i]);
|
|
1463
1463
|
var r = c.l._inner[i] - c.f._inner[i];
|
|
1464
1464
|
var s = c.m._inner[i] - c.g._inner[i];
|
|
1465
|
-
|
|
1465
|
+
if (o != null) {
|
|
1466
|
+
this.r5.ch(o, p, q, r, s);
|
|
1467
|
+
}
|
|
1466
1468
|
}
|
|
1467
1469
|
};
|
|
1468
1470
|
DataToolTipLayer.prototype.en = function () {
|
|
@@ -838,27 +838,30 @@ var FinancialPriceSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
838
838
|
var f = new DataLegendSeriesValueInfo();
|
|
839
839
|
f.a = 4;
|
|
840
840
|
f.l = this.r8(c, false, false);
|
|
841
|
-
f.p =
|
|
842
|
-
f.q = this.
|
|
843
|
-
f.r = this.
|
|
841
|
+
f.p = "Close";
|
|
842
|
+
f.q = this.sk != null ? this.sk : "Close";
|
|
843
|
+
f.r = this.tw != null ? this.tw : "C:";
|
|
844
|
+
f.s = this.ty != null ? this.ty : "";
|
|
844
845
|
var g = new DataLegendSeriesValueInfo();
|
|
845
846
|
g.l = this.r9(c, false, false);
|
|
846
847
|
g.a = 3;
|
|
847
|
-
g.p =
|
|
848
|
-
g.q = this.
|
|
849
|
-
g.r = this.
|
|
848
|
+
g.p = "Open";
|
|
849
|
+
g.q = this.sw != null ? this.sw : "Open";
|
|
850
|
+
g.r = this.ua != null ? this.ua : "O:";
|
|
851
|
+
g.s = this.uc != null ? this.uc : "";
|
|
850
852
|
g.k = true;
|
|
851
853
|
var h = new DataLegendSeriesValueInfo();
|
|
852
854
|
h.l = (f.l - g.l) / g.l * 100;
|
|
853
855
|
h.l = round10N(h.l, 1);
|
|
854
856
|
h.a = 9;
|
|
855
857
|
h.p = "Change";
|
|
856
|
-
h.q = "";
|
|
857
|
-
h.
|
|
858
|
-
h.
|
|
859
|
-
h.
|
|
860
|
-
h.
|
|
861
|
-
h.
|
|
858
|
+
h.q = "Change";
|
|
859
|
+
h.r = "";
|
|
860
|
+
h.u = "";
|
|
861
|
+
h.w = "+";
|
|
862
|
+
h.v = "%";
|
|
863
|
+
h.x = "%";
|
|
864
|
+
h.s = null;
|
|
862
865
|
h.c = false;
|
|
863
866
|
h.k = true;
|
|
864
867
|
h.e = false;
|
|
@@ -868,37 +871,41 @@ var FinancialPriceSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
868
871
|
h.d = false;
|
|
869
872
|
h.n = 1;
|
|
870
873
|
h.m = 1;
|
|
871
|
-
g.
|
|
872
|
-
f.
|
|
873
|
-
h.
|
|
874
|
+
g.y = h.l >= 0 ? this.o3 : this.tm;
|
|
875
|
+
f.y = h.l >= 0 ? this.o3 : this.tm;
|
|
876
|
+
h.y = h.l >= 0 ? this.o3 : this.tm;
|
|
874
877
|
var i = new DataLegendSeriesValueInfo();
|
|
875
878
|
i.l = e > d ? d : e;
|
|
876
879
|
i.a = 1;
|
|
877
|
-
i.p =
|
|
878
|
-
i.q = this.
|
|
879
|
-
i.r = this.
|
|
880
|
+
i.p = "Low";
|
|
881
|
+
i.q = this.ss != null ? this.ss : "Low";
|
|
882
|
+
i.r = this.t5 != null ? this.t5 : "L:";
|
|
883
|
+
i.s = this.t7 != null ? this.t7 : "";
|
|
880
884
|
i.k = true;
|
|
881
885
|
var j = new DataLegendSeriesValueInfo();
|
|
882
886
|
j.l = e > d ? e : d;
|
|
883
887
|
j.a = 2;
|
|
884
|
-
j.p =
|
|
885
|
-
j.q = this.
|
|
886
|
-
j.r = this.
|
|
888
|
+
j.p = "High";
|
|
889
|
+
j.q = this.sn != null ? this.sn : "High";
|
|
890
|
+
j.r = this.t1 != null ? this.t1 : "H:";
|
|
891
|
+
j.s = this.t3 != null ? this.t3 : "";
|
|
887
892
|
j.k = true;
|
|
888
893
|
var k = new DataLegendSeriesValueInfo();
|
|
889
894
|
k.l = (j.l + i.l + f.l) / 3;
|
|
890
895
|
k.l = round10N(k.l, 2);
|
|
891
896
|
k.a = 5;
|
|
892
897
|
k.p = "TypicalPrice";
|
|
893
|
-
k.q = "
|
|
894
|
-
k.r = "";
|
|
898
|
+
k.q = "TypicalPrice";
|
|
899
|
+
k.r = "TP:";
|
|
900
|
+
k.s = "";
|
|
895
901
|
k.k = true;
|
|
896
902
|
var l = new DataLegendSeriesValueInfo();
|
|
897
903
|
l.l = this.sa(c, false, false);
|
|
898
904
|
l.a = 8;
|
|
899
|
-
l.p =
|
|
900
|
-
l.q =
|
|
901
|
-
l.r = "";
|
|
905
|
+
l.p = "Volume";
|
|
906
|
+
l.q = this.s0 != null ? this.s0 : "Volume";
|
|
907
|
+
l.r = "VOL:";
|
|
908
|
+
l.s = "";
|
|
902
909
|
l.k = true;
|
|
903
910
|
l.n = 0;
|
|
904
911
|
l.m = 0;
|
|
@@ -127,15 +127,17 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
127
127
|
var g = new DataLegendSeriesValueInfo();
|
|
128
128
|
g.l = e;
|
|
129
129
|
g.a = 13;
|
|
130
|
-
g.p =
|
|
131
|
-
g.q = this.
|
|
132
|
-
g.r = this.
|
|
130
|
+
g.p = "X";
|
|
131
|
+
g.q = this.si != null ? this.si : "X";
|
|
132
|
+
g.r = this.se != null ? this.se : "X:";
|
|
133
|
+
g.s = this.sg != null ? this.sg : "";
|
|
133
134
|
var h = new DataLegendSeriesValueInfo();
|
|
134
135
|
h.l = f;
|
|
135
136
|
h.a = 14;
|
|
136
|
-
h.p =
|
|
137
|
-
h.q = this.
|
|
138
|
-
|
|
137
|
+
h.p = "Y";
|
|
138
|
+
h.q = this.sq != null ? this.sq : "Y";
|
|
139
|
+
h.r = this.sm != null ? this.sm : "Y:";
|
|
140
|
+
h.s = this.so != null ? this.so : "";
|
|
139
141
|
var i = new DataLegendSeriesContext();
|
|
140
142
|
i.f = ((function () {
|
|
141
143
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -175,26 +175,30 @@ var HorizontalRangeCategorySeries = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
175
175
|
var f = new DataLegendSeriesValueInfo();
|
|
176
176
|
f.a = 1;
|
|
177
177
|
f.l = e > d ? d : e;
|
|
178
|
-
f.p =
|
|
179
|
-
f.q = this.
|
|
180
|
-
f.r = this.
|
|
178
|
+
f.p = "Low";
|
|
179
|
+
f.q = this.tt != null ? this.tt : "Low";
|
|
180
|
+
f.r = this.t6 != null ? this.t6 : "L:";
|
|
181
|
+
f.s = this.t8 != null ? this.t8 : "";
|
|
181
182
|
var g = new DataLegendSeriesValueInfo();
|
|
182
183
|
g.a = 2;
|
|
183
184
|
g.l = e > d ? e : d;
|
|
184
|
-
g.p =
|
|
185
|
-
g.q = this.
|
|
186
|
-
g.r = this.
|
|
185
|
+
g.p = "High";
|
|
186
|
+
g.q = this.tq != null ? this.tq : "High";
|
|
187
|
+
g.r = this.t2 != null ? this.t2 : "H:";
|
|
188
|
+
g.s = this.t4 != null ? this.t4 : "";
|
|
187
189
|
var h = new DataLegendSeriesValueInfo();
|
|
188
190
|
h.a = 7;
|
|
189
191
|
h.l = Math.abs(g.l - f.l);
|
|
190
192
|
h.p = "Range";
|
|
191
|
-
h.q = "
|
|
193
|
+
h.q = "Range";
|
|
194
|
+
h.r = "R:";
|
|
192
195
|
h.k = true;
|
|
193
196
|
var i = new DataLegendSeriesValueInfo();
|
|
194
197
|
i.a = 6;
|
|
195
198
|
i.l = f.l + (h.l / 2);
|
|
196
199
|
i.p = "Average";
|
|
197
|
-
i.q = "
|
|
200
|
+
i.q = "Average";
|
|
201
|
+
i.r = "A:";
|
|
198
202
|
i.k = true;
|
|
199
203
|
var j = new DataLegendSeriesContext();
|
|
200
204
|
j.f = ((function () {
|
|
@@ -360,7 +360,9 @@ var ItemToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
360
360
|
var q = Math.min(c.g._inner[i], c.o._inner[i]);
|
|
361
361
|
var r = c.n._inner[i] - c.f._inner[i];
|
|
362
362
|
var s = c.o._inner[i] - c.g._inner[i];
|
|
363
|
-
|
|
363
|
+
if (o != null) {
|
|
364
|
+
this.rc.cf(o, p, q, r, s);
|
|
365
|
+
}
|
|
364
366
|
}
|
|
365
367
|
};
|
|
366
368
|
ItemToolTipLayer.prototype.en = function () {
|
|
@@ -1095,15 +1095,17 @@ var PolarBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1095
1095
|
var g = new DataLegendSeriesValueInfo();
|
|
1096
1096
|
g.l = e;
|
|
1097
1097
|
g.a = 11;
|
|
1098
|
-
g.
|
|
1099
|
-
g.
|
|
1100
|
-
g.r = this.
|
|
1098
|
+
g.q = this.tw != null ? this.tw : "Radius";
|
|
1099
|
+
g.p = "Radius";
|
|
1100
|
+
g.r = this.ts != null ? this.ts : "R:";
|
|
1101
|
+
g.s = this.tu != null ? this.tu : "";
|
|
1101
1102
|
var h = new DataLegendSeriesValueInfo();
|
|
1102
1103
|
h.l = f;
|
|
1103
1104
|
h.a = 10;
|
|
1104
|
-
h.
|
|
1105
|
-
h.
|
|
1106
|
-
h.r = this.
|
|
1105
|
+
h.q = this.ti != null ? this.ti : "Angle";
|
|
1106
|
+
h.p = "Angle";
|
|
1107
|
+
h.r = this.te != null ? this.te : "A:";
|
|
1108
|
+
h.s = this.tg != null ? this.tg : "";
|
|
1107
1109
|
var i = new DataLegendSeriesContext();
|
|
1108
1110
|
i.f = ((function () {
|
|
1109
1111
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -385,21 +385,24 @@ var ScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
385
385
|
var h = new DataLegendSeriesValueInfo();
|
|
386
386
|
h.l = e;
|
|
387
387
|
h.a = 13;
|
|
388
|
-
h.p =
|
|
389
|
-
h.q = this.
|
|
390
|
-
h.r = this.
|
|
388
|
+
h.p = "X";
|
|
389
|
+
h.q = this.ra != null ? this.ra : "X";
|
|
390
|
+
h.r = this.q6 != null ? this.q6 : "X:";
|
|
391
|
+
h.s = this.q8 != null ? this.q8 : "";
|
|
391
392
|
var i = new DataLegendSeriesValueInfo();
|
|
392
393
|
i.l = f;
|
|
393
394
|
i.a = 14;
|
|
394
|
-
i.p =
|
|
395
|
-
i.q = this.
|
|
396
|
-
i.r = this.
|
|
395
|
+
i.p = "Y";
|
|
396
|
+
i.q = this.ri != null ? this.ri : "Y";
|
|
397
|
+
i.r = this.re != null ? this.re : "Y:";
|
|
398
|
+
i.s = this.rg != null ? this.rg : "";
|
|
397
399
|
var j = new DataLegendSeriesValueInfo();
|
|
398
400
|
j.l = g;
|
|
399
401
|
j.a = 0;
|
|
400
|
-
j.p =
|
|
401
|
-
j.q = this.
|
|
402
|
-
j.r = this.
|
|
402
|
+
j.p = "Value";
|
|
403
|
+
j.q = this.sh != null ? this.sh : "Value";
|
|
404
|
+
j.r = this.sd != null ? this.sd : "V:";
|
|
405
|
+
j.s = this.sf != null ? this.sf : "";
|
|
403
406
|
var k = new DataLegendSeriesContext();
|
|
404
407
|
k.f = ((function () {
|
|
405
408
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -1693,15 +1693,17 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1693
1693
|
var g = new DataLegendSeriesValueInfo();
|
|
1694
1694
|
g.l = e;
|
|
1695
1695
|
g.a = 13;
|
|
1696
|
-
g.p =
|
|
1697
|
-
g.q = this.
|
|
1698
|
-
g.r = this.
|
|
1696
|
+
g.p = "X";
|
|
1697
|
+
g.q = this.ti != null ? this.ti : "X";
|
|
1698
|
+
g.r = this.te != null ? this.te : "X:";
|
|
1699
|
+
g.s = this.tg != null ? this.tg : "";
|
|
1699
1700
|
var h = new DataLegendSeriesValueInfo();
|
|
1700
1701
|
h.l = f;
|
|
1701
1702
|
h.a = 14;
|
|
1702
|
-
h.p =
|
|
1703
|
-
h.q = this.
|
|
1704
|
-
h.r = this.
|
|
1703
|
+
h.p = "Y";
|
|
1704
|
+
h.q = this.tq != null ? this.tq : "Y";
|
|
1705
|
+
h.r = this.tm != null ? this.tm : "Y:";
|
|
1706
|
+
h.s = this.to != null ? this.to : "";
|
|
1705
1707
|
var i = new DataLegendSeriesContext();
|
|
1706
1708
|
i.f = ((function () {
|
|
1707
1709
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -88,21 +88,24 @@ var ScatterContourSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
88
88
|
var h = new DataLegendSeriesValueInfo();
|
|
89
89
|
h.a = 13;
|
|
90
90
|
h.l = e;
|
|
91
|
-
h.p =
|
|
92
|
-
h.q = this.
|
|
93
|
-
h.r = this.
|
|
91
|
+
h.p = "X";
|
|
92
|
+
h.q = this.ra != null ? this.ra : "X";
|
|
93
|
+
h.r = this.q6 != null ? this.q6 : "X:";
|
|
94
|
+
h.s = this.q8 != null ? this.q8 : "";
|
|
94
95
|
var i = new DataLegendSeriesValueInfo();
|
|
95
96
|
i.a = 14;
|
|
96
97
|
i.l = f;
|
|
97
|
-
i.p =
|
|
98
|
-
i.q = this.
|
|
99
|
-
i.r = this.
|
|
98
|
+
i.p = "Y";
|
|
99
|
+
i.q = this.ri != null ? this.ri : "Y";
|
|
100
|
+
i.r = this.re != null ? this.re : "Y:";
|
|
101
|
+
i.s = this.rg != null ? this.rg : "";
|
|
100
102
|
var j = new DataLegendSeriesValueInfo();
|
|
101
103
|
j.a = 0;
|
|
102
104
|
j.l = g;
|
|
103
|
-
j.p =
|
|
104
|
-
j.q = this.
|
|
105
|
-
j.r = this.
|
|
105
|
+
j.p = "Value";
|
|
106
|
+
j.q = this.sf != null ? this.sf : "Value";
|
|
107
|
+
j.r = this.sb != null ? this.sb : "V:";
|
|
108
|
+
j.s = this.sd != null ? this.sd : "";
|
|
106
109
|
var k = new DataLegendSeriesContext();
|
|
107
110
|
k.f = ((function () {
|
|
108
111
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -381,17 +381,17 @@ var ScatterTriangulationSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
381
381
|
var g = new DataLegendSeriesValueInfo();
|
|
382
382
|
g.l = e;
|
|
383
383
|
g.a = 13;
|
|
384
|
-
g.p =
|
|
385
|
-
;
|
|
386
|
-
g.
|
|
387
|
-
g.
|
|
384
|
+
g.p = "X";
|
|
385
|
+
g.q = this.ra != null ? this.ra : "X";
|
|
386
|
+
g.r = this.q6 != null ? this.q6 : "X:";
|
|
387
|
+
g.s = this.q8 != null ? this.q8 : "";
|
|
388
388
|
var h = new DataLegendSeriesValueInfo();
|
|
389
389
|
h.l = f;
|
|
390
390
|
h.a = 14;
|
|
391
|
-
h.p =
|
|
392
|
-
;
|
|
393
|
-
h.
|
|
394
|
-
h.
|
|
391
|
+
h.p = "Y";
|
|
392
|
+
h.q = this.ri != null ? this.ri : "Y";
|
|
393
|
+
h.r = this.re != null ? this.re : "Y:";
|
|
394
|
+
h.s = this.rg != null ? this.rg : "";
|
|
395
395
|
var i = new DataLegendSeriesContext();
|
|
396
396
|
i.f = ((function () {
|
|
397
397
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -18455,7 +18455,8 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18455
18455
|
c.l = this.gl({ $type: Point_$type, x: a, y: b }, false, false);
|
|
18456
18456
|
c.a = 0;
|
|
18457
18457
|
c.p = "Value";
|
|
18458
|
-
c.q = "";
|
|
18458
|
+
c.q = "Value";
|
|
18459
|
+
c.r = "";
|
|
18459
18460
|
var d = new DataLegendSeriesContext();
|
|
18460
18461
|
d.f = ((function () {
|
|
18461
18462
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -4599,6 +4599,9 @@ var HorizontalStackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
4599
4599
|
HorizontalStackedSeriesBase.prototype.l7 = function (a, b, c, d) {
|
|
4600
4600
|
_super.prototype.l7.call(this, a, b, c, d);
|
|
4601
4601
|
switch (b) {
|
|
4602
|
+
case "Resolution":
|
|
4603
|
+
this.tq.j();
|
|
4604
|
+
break;
|
|
4602
4605
|
case HorizontalStackedSeriesBase.$$p[0]:
|
|
4603
4606
|
if (c != d) {
|
|
4604
4607
|
this.k4(typeCast(Axis.$, c));
|
|
@@ -5582,8 +5585,9 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5582
5585
|
var c = new DataLegendSeriesValueInfo();
|
|
5583
5586
|
c.l = this.br({ $type: Point_$type, x: a, y: b }, false, false);
|
|
5584
5587
|
c.p = "Value";
|
|
5585
|
-
c.q = this.
|
|
5586
|
-
c.r = this.
|
|
5588
|
+
c.q = this.fi != null ? this.fi : "Value";
|
|
5589
|
+
c.r = this.fe != null ? this.fe : "";
|
|
5590
|
+
c.s = this.fg != null ? this.fg : "";
|
|
5587
5591
|
var d = new DataLegendSeriesContext();
|
|
5588
5592
|
d.f = ((function () {
|
|
5589
5593
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -7434,8 +7438,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
7434
7438
|
_this.c = null;
|
|
7435
7439
|
_this.e = null;
|
|
7436
7440
|
_this.d = null;
|
|
7437
|
-
_this.j = null;
|
|
7438
7441
|
_this.k = null;
|
|
7442
|
+
_this.l = null;
|
|
7439
7443
|
if (a == null) {
|
|
7440
7444
|
return _this;
|
|
7441
7445
|
}
|
|
@@ -7444,8 +7448,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
7444
7448
|
_this.c = new StackedSeriesCollection();
|
|
7445
7449
|
_this.e = new ObservableCollection$1(AnchoredCategorySeries.$, 0);
|
|
7446
7450
|
_this.d = new ObservableCollection$1(AnchoredCategorySeries.$, 0);
|
|
7447
|
-
_this.
|
|
7448
|
-
_this.
|
|
7451
|
+
_this.k = _this.b.tr.c2;
|
|
7452
|
+
_this.l = _this.b.tr.c4;
|
|
7449
7453
|
var b = _this.c;
|
|
7450
7454
|
b.collectionChanged = delegateCombine(b.collectionChanged, function (b, c) {
|
|
7451
7455
|
var e_70, _a, e_71, _b;
|
|
@@ -7509,8 +7513,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
7509
7513
|
e.b8 = null;
|
|
7510
7514
|
e.itemsSource = null;
|
|
7511
7515
|
e.legend = null;
|
|
7512
|
-
if (_this.
|
|
7513
|
-
_this.
|
|
7516
|
+
if (_this.l != null && _this.l.ab.contains(e)) {
|
|
7517
|
+
_this.l.ab.remove(e);
|
|
7514
7518
|
}
|
|
7515
7519
|
if (_this.b.cd != null) {
|
|
7516
7520
|
_this.b.cd.op(e);
|
|
@@ -7537,8 +7541,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
7537
7541
|
var f = _f.value;
|
|
7538
7542
|
f.cd = _this.b.cd;
|
|
7539
7543
|
f.b8 = _this.b.b8;
|
|
7540
|
-
if (!_this.
|
|
7541
|
-
_this.
|
|
7544
|
+
if (!_this.l.ab.contains(f)) {
|
|
7545
|
+
_this.l.ab.add(f);
|
|
7542
7546
|
}
|
|
7543
7547
|
if (_this.b.cd != null) {
|
|
7544
7548
|
_this.b.cd.lk(f);
|
|
@@ -7632,6 +7636,31 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
7632
7636
|
}
|
|
7633
7637
|
return null;
|
|
7634
7638
|
};
|
|
7639
|
+
StackedSeriesManager.prototype.j = function () {
|
|
7640
|
+
var e_74, _a;
|
|
7641
|
+
if (this.b == null) {
|
|
7642
|
+
return;
|
|
7643
|
+
}
|
|
7644
|
+
try {
|
|
7645
|
+
for (var _b = tslib_1.__values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
7646
|
+
var a = _c.value;
|
|
7647
|
+
a.gv = this.b.fv;
|
|
7648
|
+
}
|
|
7649
|
+
}
|
|
7650
|
+
catch (e_74_1) {
|
|
7651
|
+
e_74 = { error: e_74_1 };
|
|
7652
|
+
}
|
|
7653
|
+
finally {
|
|
7654
|
+
try {
|
|
7655
|
+
if (_c && !_c.done && (_a = _b.return))
|
|
7656
|
+
_a.call(_b);
|
|
7657
|
+
}
|
|
7658
|
+
finally {
|
|
7659
|
+
if (e_74)
|
|
7660
|
+
throw e_74.error;
|
|
7661
|
+
}
|
|
7662
|
+
}
|
|
7663
|
+
};
|
|
7635
7664
|
StackedSeriesManager.prototype.i = function (a, b) {
|
|
7636
7665
|
if (b.itemsSource == null) {
|
|
7637
7666
|
a.itemsSource = this.b.itemsSource;
|
|
@@ -7705,7 +7734,7 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
7705
7734
|
b.gq();
|
|
7706
7735
|
};
|
|
7707
7736
|
StackedSeriesManager.prototype.h = function (a) {
|
|
7708
|
-
var
|
|
7737
|
+
var e_75, _a;
|
|
7709
7738
|
this.e.clear();
|
|
7710
7739
|
this.d.clear();
|
|
7711
7740
|
var b = 0;
|
|
@@ -7730,8 +7759,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
7730
7759
|
b++;
|
|
7731
7760
|
}
|
|
7732
7761
|
}
|
|
7733
|
-
catch (
|
|
7734
|
-
|
|
7762
|
+
catch (e_75_1) {
|
|
7763
|
+
e_75 = { error: e_75_1 };
|
|
7735
7764
|
}
|
|
7736
7765
|
finally {
|
|
7737
7766
|
try {
|
|
@@ -7739,8 +7768,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
7739
7768
|
_a.call(_b);
|
|
7740
7769
|
}
|
|
7741
7770
|
finally {
|
|
7742
|
-
if (
|
|
7743
|
-
throw
|
|
7771
|
+
if (e_75)
|
|
7772
|
+
throw e_75.error;
|
|
7744
7773
|
}
|
|
7745
7774
|
}
|
|
7746
7775
|
};
|
|
@@ -174,11 +174,13 @@ var IgcAssigningSeriesStyleEventArgsBase = /** @class */ /*@__PURE__*/ (function
|
|
|
174
174
|
}
|
|
175
175
|
if (!r.externalObject) {
|
|
176
176
|
var e = new IgcHighlightingInfo();
|
|
177
|
-
if (
|
|
178
|
-
e.
|
|
177
|
+
if (r.$type) {
|
|
178
|
+
e._implementation = r;
|
|
179
179
|
}
|
|
180
180
|
else {
|
|
181
|
-
e.
|
|
181
|
+
if (e.i.setNativeElement) {
|
|
182
|
+
e.i.setNativeElement(r);
|
|
183
|
+
}
|
|
182
184
|
}
|
|
183
185
|
r.externalObject = e;
|
|
184
186
|
}
|