igniteui-webcomponents-charts 4.0.3 → 4.2.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.
Files changed (157) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +1524 -1369
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AnchoredCategorySeries_combined.js +4 -3
  4. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +5 -4
  5. package/esm2015/lib/AreaSeries_combined.js +8 -8
  6. package/esm2015/lib/BarSeries_combined.js +1 -1
  7. package/esm2015/lib/BollingerBandsOverlay_combined.js +8 -8
  8. package/esm2015/lib/BubbleSeries_combined.js +20 -15
  9. package/esm2015/lib/CalloutLayer_combined.js +12 -12
  10. package/esm2015/lib/CategoryHighlightLayer_combined.js +1 -1
  11. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +4 -4
  12. package/esm2015/lib/CategoryToolTipLayer_combined.js +3 -1
  13. package/esm2015/lib/CategoryXAxis_combined.js +1 -1
  14. package/esm2015/lib/CategoryYAxis_combined.js +2 -4
  15. package/esm2015/lib/ColumnSeries_combined.js +1 -1
  16. package/esm2015/lib/CrosshairLayer_combined.js +1 -1
  17. package/esm2015/lib/DataLegendContent_combined.js +491 -476
  18. package/esm2015/lib/DataLegendStylingColumnEventArgs.js +2 -1
  19. package/esm2015/lib/DataToolTipLayer_combined.js +3 -1
  20. package/esm2015/lib/FinancialIndicator_combined.js +17 -17
  21. package/esm2015/lib/FinancialPriceSeries_combined.js +37 -30
  22. package/esm2015/lib/FunnelLegendTemplates.js +1 -1
  23. package/esm2015/lib/HighDensityScatterSeries_combined.js +12 -10
  24. package/esm2015/lib/HorizontalAxisView_combined.js +30 -30
  25. package/esm2015/lib/HorizontalRangeCategorySeries.js +12 -8
  26. package/esm2015/lib/ItemToolTipLayer_combined.js +3 -1
  27. package/esm2015/lib/LegendBaseViewManager_combined.js +1 -1
  28. package/esm2015/lib/LineSeries_combined.js +6 -6
  29. package/esm2015/lib/NumericXAxis_combined.js +2 -2
  30. package/esm2015/lib/NumericYAxis_combined.js +2 -2
  31. package/esm2015/lib/PieChartViewManager_combined.js +38 -30
  32. package/esm2015/lib/PieLegendTemplates.js +2 -2
  33. package/esm2015/lib/PointerTooltip_combined.js +10 -10
  34. package/esm2015/lib/PolarAreaSeries_combined.js +4 -4
  35. package/esm2015/lib/PolarBase_combined.js +9 -7
  36. package/esm2015/lib/PolarLineSeries_combined.js +2 -2
  37. package/esm2015/lib/PolarSplineAreaSeries_combined.js +4 -4
  38. package/esm2015/lib/PolarSplineSeries_combined.js +2 -2
  39. package/esm2015/lib/PriceChannelOverlay_combined.js +6 -6
  40. package/esm2015/lib/RadialAreaSeries_combined.js +8 -8
  41. package/esm2015/lib/RadialColumnSeries_combined.js +1 -1
  42. package/esm2015/lib/RadialLineSeries_combined.js +6 -6
  43. package/esm2015/lib/RadialPieSeries_combined.js +1 -1
  44. package/esm2015/lib/RangeAreaSeries_combined.js +6 -6
  45. package/esm2015/lib/RangeColumnSeries_combined.js +1 -1
  46. package/esm2015/lib/ScaleLegend_combined.js +8 -6
  47. package/esm2015/lib/ScatterAreaSeries_combined.js +17 -14
  48. package/esm2015/lib/ScatterBase_combined.js +10 -8
  49. package/esm2015/lib/ScatterContourSeries_combined.js +14 -11
  50. package/esm2015/lib/ScatterLineSeriesView.js +2 -2
  51. package/esm2015/lib/ScatterPolygonSeries_combined.js +4 -4
  52. package/esm2015/lib/ScatterSplineSeriesView.js +2 -2
  53. package/esm2015/lib/ScatterTriangulationSeries.js +8 -8
  54. package/esm2015/lib/SeriesViewer_combined.js +134 -111
  55. package/esm2015/lib/ShapeSeriesBase_combined.js +5 -5
  56. package/esm2015/lib/SplineAreaSeries_combined.js +8 -8
  57. package/esm2015/lib/SplineSeries_combined.js +6 -6
  58. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +50 -38
  59. package/esm2015/lib/StepAreaSeries_combined.js +8 -8
  60. package/esm2015/lib/StepLineSeries_combined.js +6 -6
  61. package/esm2015/lib/TreemapView_combined.js +21 -21
  62. package/esm2015/lib/ValueOverlay_combined.js +1 -1
  63. package/esm2015/lib/WaterfallSeries_combined.js +1 -1
  64. package/esm2015/lib/XamFunnelView_combined.js +22 -22
  65. package/esm2015/lib/ZoomSliderView_combined.js +23 -23
  66. package/esm2015/lib/igc-assigning-series-style-event-args-base.js +5 -3
  67. package/esm2015/lib/igc-data-legend-component.js +256 -257
  68. package/esm2015/lib/igc-data-legend-styling-column-event-args.js +19 -10
  69. package/esm2015/lib/igc-data-tool-tip-layer-component.js +0 -1
  70. package/esm2015/lib/igc-domain-chart-component.js +45 -27
  71. package/esm2015/lib/igc-financial-event-args.js +10 -6
  72. package/esm2015/lib/igc-ring-series-component.js +5 -3
  73. package/esm2015/lib/igc-scatter-polygon-series-component.js +5 -3
  74. package/esm2015/lib/igc-scatter-polyline-series-component.js +5 -3
  75. package/esm2015/lib/igc-stacked-series-created-event-args.js +5 -3
  76. package/esm5/lib/AnchoredCategorySeries_combined.js +4 -3
  77. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +5 -4
  78. package/esm5/lib/AreaSeries_combined.js +8 -8
  79. package/esm5/lib/BarSeries_combined.js +1 -1
  80. package/esm5/lib/BollingerBandsOverlay_combined.js +8 -8
  81. package/esm5/lib/BubbleSeries_combined.js +20 -15
  82. package/esm5/lib/CalloutLayer_combined.js +12 -12
  83. package/esm5/lib/CategoryHighlightLayer_combined.js +1 -1
  84. package/esm5/lib/CategoryItemHighlightLayer_combined.js +4 -4
  85. package/esm5/lib/CategoryToolTipLayer_combined.js +3 -1
  86. package/esm5/lib/CategoryXAxis_combined.js +1 -1
  87. package/esm5/lib/CategoryYAxis_combined.js +2 -4
  88. package/esm5/lib/ColumnSeries_combined.js +1 -1
  89. package/esm5/lib/CrosshairLayer_combined.js +1 -1
  90. package/esm5/lib/DataLegendContent_combined.js +495 -480
  91. package/esm5/lib/DataLegendStylingColumnEventArgs.js +2 -1
  92. package/esm5/lib/DataToolTipLayer_combined.js +3 -1
  93. package/esm5/lib/FinancialIndicator_combined.js +17 -17
  94. package/esm5/lib/FinancialPriceSeries_combined.js +37 -30
  95. package/esm5/lib/FunnelLegendTemplates.js +1 -1
  96. package/esm5/lib/HighDensityScatterSeries_combined.js +12 -10
  97. package/esm5/lib/HorizontalAxisView_combined.js +30 -30
  98. package/esm5/lib/HorizontalRangeCategorySeries.js +12 -8
  99. package/esm5/lib/ItemToolTipLayer_combined.js +3 -1
  100. package/esm5/lib/LegendBaseViewManager_combined.js +1 -1
  101. package/esm5/lib/LineSeries_combined.js +6 -6
  102. package/esm5/lib/NumericXAxis_combined.js +2 -2
  103. package/esm5/lib/NumericYAxis_combined.js +2 -2
  104. package/esm5/lib/PieChartViewManager_combined.js +38 -30
  105. package/esm5/lib/PieLegendTemplates.js +2 -2
  106. package/esm5/lib/PointerTooltip_combined.js +10 -10
  107. package/esm5/lib/PolarAreaSeries_combined.js +4 -4
  108. package/esm5/lib/PolarBase_combined.js +9 -7
  109. package/esm5/lib/PolarLineSeries_combined.js +2 -2
  110. package/esm5/lib/PolarSplineAreaSeries_combined.js +4 -4
  111. package/esm5/lib/PolarSplineSeries_combined.js +2 -2
  112. package/esm5/lib/PriceChannelOverlay_combined.js +6 -6
  113. package/esm5/lib/RadialAreaSeries_combined.js +8 -8
  114. package/esm5/lib/RadialColumnSeries_combined.js +1 -1
  115. package/esm5/lib/RadialLineSeries_combined.js +6 -6
  116. package/esm5/lib/RadialPieSeries_combined.js +1 -1
  117. package/esm5/lib/RangeAreaSeries_combined.js +6 -6
  118. package/esm5/lib/RangeColumnSeries_combined.js +1 -1
  119. package/esm5/lib/ScaleLegend_combined.js +8 -6
  120. package/esm5/lib/ScatterAreaSeries_combined.js +17 -14
  121. package/esm5/lib/ScatterBase_combined.js +10 -8
  122. package/esm5/lib/ScatterContourSeries_combined.js +14 -11
  123. package/esm5/lib/ScatterLineSeriesView.js +2 -2
  124. package/esm5/lib/ScatterPolygonSeries_combined.js +4 -4
  125. package/esm5/lib/ScatterSplineSeriesView.js +2 -2
  126. package/esm5/lib/ScatterTriangulationSeries.js +8 -8
  127. package/esm5/lib/SeriesViewer_combined.js +134 -111
  128. package/esm5/lib/ShapeSeriesBase_combined.js +5 -5
  129. package/esm5/lib/SplineAreaSeries_combined.js +8 -8
  130. package/esm5/lib/SplineSeries_combined.js +6 -6
  131. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +72 -43
  132. package/esm5/lib/StepAreaSeries_combined.js +8 -8
  133. package/esm5/lib/StepLineSeries_combined.js +6 -6
  134. package/esm5/lib/TreemapView_combined.js +21 -21
  135. package/esm5/lib/ValueOverlay_combined.js +1 -1
  136. package/esm5/lib/WaterfallSeries_combined.js +1 -1
  137. package/esm5/lib/XamFunnelView_combined.js +22 -22
  138. package/esm5/lib/ZoomSliderView_combined.js +23 -23
  139. package/esm5/lib/igc-assigning-series-style-event-args-base.js +5 -3
  140. package/esm5/lib/igc-data-legend-component.js +256 -257
  141. package/esm5/lib/igc-data-legend-styling-column-event-args.js +22 -9
  142. package/esm5/lib/igc-data-tool-tip-layer-component.js +0 -1
  143. package/esm5/lib/igc-domain-chart-component.js +45 -27
  144. package/esm5/lib/igc-financial-event-args.js +10 -6
  145. package/esm5/lib/igc-ring-series-component.js +5 -3
  146. package/esm5/lib/igc-scatter-polygon-series-component.js +5 -3
  147. package/esm5/lib/igc-scatter-polyline-series-component.js +5 -3
  148. package/esm5/lib/igc-stacked-series-created-event-args.js +5 -3
  149. package/fesm2015/igniteui-webcomponents-charts.js +1495 -1361
  150. package/fesm5/igniteui-webcomponents-charts.js +1524 -1369
  151. package/lib/DataLegendContent_combined.d.ts +111 -109
  152. package/lib/DataLegendStylingColumnEventArgs.d.ts +3 -2
  153. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +3 -2
  154. package/lib/igc-data-legend-component.d.ts +0 -1
  155. package/lib/igc-data-legend-styling-column-event-args.d.ts +5 -1
  156. package/lib/igc-data-tool-tip-layer-component.d.ts +0 -1
  157. 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
- this.r5.ch(o, p, q, r, s);
1465
+ if (o != null) {
1466
+ this.r5.ch(o, p, q, r, s);
1467
+ }
1466
1468
  }
1467
1469
  };
1468
1470
  DataToolTipLayer.prototype.en = function () {
@@ -828,30 +828,30 @@ var FinancialIndicatorView = /** @class */ /*@__PURE__*/ (function (_super) {
828
828
  if (a.d) {
829
829
  if (b) {
830
830
  if (this.b3.tt == 2) {
831
- a.s(this.cl);
832
- a.s(this.ch);
831
+ a.t(this.cl);
832
+ a.t(this.ch);
833
833
  }
834
834
  else {
835
- a.s(this.cn);
836
- a.s(this.cm);
837
- a.s(this.co);
838
- a.s(this.cj);
839
- a.s(this.ci);
840
- a.s(this.ck);
835
+ a.t(this.cn);
836
+ a.t(this.cm);
837
+ a.t(this.co);
838
+ a.t(this.cj);
839
+ a.t(this.ci);
840
+ a.t(this.ck);
841
841
  }
842
842
  }
843
843
  else {
844
844
  if (this.b3.tt == 2) {
845
- a.s(this.ct);
846
- a.s(this.cp);
845
+ a.t(this.ct);
846
+ a.t(this.cp);
847
847
  }
848
848
  else {
849
- a.s(this.cv);
850
- a.s(this.cu);
851
- a.s(this.cw);
852
- a.s(this.cr);
853
- a.s(this.cq);
854
- a.s(this.cs);
849
+ a.t(this.cv);
850
+ a.t(this.cu);
851
+ a.t(this.cw);
852
+ a.t(this.cr);
853
+ a.t(this.cq);
854
+ a.t(this.cs);
855
855
  }
856
856
  }
857
857
  }
@@ -864,7 +864,7 @@ var FinancialIndicatorView = /** @class */ /*@__PURE__*/ (function (_super) {
864
864
  c._stroke = this.b3.uh;
865
865
  c.ad = this.b3.uj;
866
866
  c.ai = this.b3.ui;
867
- a.u(c);
867
+ a.v(c);
868
868
  }
869
869
  }
870
870
  _super.prototype.a5.call(this, a, b);
@@ -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 = this.sk != null ? this.sk : "Close";
842
- f.q = this.tw != null ? this.tw : "C:";
843
- f.r = this.ty != null ? this.ty : "";
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 = this.sw != null ? this.sw : "Open";
848
- g.q = this.ua != null ? this.ua : "O:";
849
- g.r = this.uc != null ? this.uc : "";
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.t = "";
858
- h.v = "+";
859
- h.u = "%";
860
- h.w = "%";
861
- h.r = null;
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.x = h.l >= 0 ? this.o3 : this.tm;
872
- f.x = h.l >= 0 ? this.o3 : this.tm;
873
- h.x = h.l >= 0 ? this.o3 : this.tm;
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 = this.ss != null ? this.ss : "Low";
878
- i.q = this.t5 != null ? this.t5 : "L:";
879
- i.r = this.t7 != null ? this.t7 : "";
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 = this.sn != null ? this.sn : "High";
885
- j.q = this.t1 != null ? this.t1 : "H:";
886
- j.r = this.t3 != null ? this.t3 : "";
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 = "TP:";
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 = this.s0 != null ? this.s0 : "Volume";
900
- l.q = "VOL:";
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;
@@ -1112,13 +1119,13 @@ var FinancialPriceSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
1112
1119
  for (var c = 0; c < this.b9.count; c++) {
1113
1120
  var d = this.aa(c, b);
1114
1121
  if (d._visibility == 0) {
1115
- a.s(d);
1122
+ a.t(d);
1116
1123
  }
1117
1124
  }
1118
1125
  }
1119
1126
  else {
1120
- a.s(this.cn);
1121
- a.s(this.cm);
1127
+ a.t(this.cn);
1128
+ a.t(this.cm);
1122
1129
  }
1123
1130
  }
1124
1131
  };
@@ -1130,7 +1137,7 @@ var FinancialPriceSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
1130
1137
  c._stroke = this.b3.uz;
1131
1138
  c.ai = this.b3.u1;
1132
1139
  c.ad = this.b3.u2;
1133
- a.u(c);
1140
+ a.v(c);
1134
1141
  }
1135
1142
  }
1136
1143
  _super.prototype.a5.call(this, a, b);
@@ -48,7 +48,7 @@ var FunnelLegendTemplates = /** @class */ /*@__PURE__*/ (function (_super) {
48
48
  f.ac = e;
49
49
  f._fill = b.actualItemBrush;
50
50
  f._stroke = b.outline;
51
- d.v(f);
51
+ d.w(f);
52
52
  };
53
53
  FunnelLegendTemplates.a = function (a) {
54
54
  };
@@ -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 = this.si != null ? this.si : "X";
131
- g.q = this.se != null ? this.se : "X:";
132
- g.r = this.sg != null ? this.sg : "";
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 = this.sq != null ? this.sq : "Y";
137
- h.q = this.sm != null ? this.sm : "Y:";
138
- g.r = this.so != null ? this.so : "";
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);
@@ -1084,7 +1086,7 @@ var HighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (function (_super
1084
1086
  if (g != this.b5 || h != this.b4 || this.bx == null) {
1085
1087
  this.b2.setAttribute("width", e.toString());
1086
1088
  this.b2.setAttribute("height", f.toString());
1087
- this.b3 = this.b0.g().getImageData(0, 0, e, f);
1089
+ this.b3 = this.b0.h().getImageData(0, 0, e, f);
1088
1090
  var imageDataArray_ = this.b3.data;
1089
1091
  this.bx = imageDataArray_;
1090
1092
  }
@@ -1098,7 +1100,7 @@ var HighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (function (_super
1098
1100
  var b = truncate(Math.round(this.bu.left));
1099
1101
  var c = truncate(Math.round(this.bu.width));
1100
1102
  var d = truncate(Math.round(this.bu.height));
1101
- this.b0.g().putImageData(this.b3, 0, 0);
1103
+ this.b0.h().putImageData(this.b3, 0, 0);
1102
1104
  this.aq();
1103
1105
  };
1104
1106
  HighDensityScatterSeriesView.prototype.b8 = function (a) {
@@ -1121,7 +1123,7 @@ var HighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (function (_super
1121
1123
  c.width = this.bu.width;
1122
1124
  c.height = this.bu.height;
1123
1125
  c._fill = this.bo();
1124
- a.v(c);
1126
+ a.w(c);
1125
1127
  return;
1126
1128
  }
1127
1129
  if (this.b2 == null) {
@@ -1131,7 +1133,7 @@ var HighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (function (_super
1131
1133
  var e = truncate(Math.round(this.bu.top));
1132
1134
  var f = truncate(Math.round(this.bu.width));
1133
1135
  var g = truncate(Math.round(this.bu.height));
1134
- this.k.n(this.b2.getNativeElement(), this.e._opacity, d, e, f, g, d, e, f, g);
1136
+ this.k.o(this.b2.getNativeElement(), this.e._opacity, d, e, f, g, d, e, f, g);
1135
1137
  };
1136
1138
  HighDensityScatterSeriesView.prototype.b1 = function (a, b) {
1137
1139
  return Color.e(toNullable(Color.$, a), toNullable(Color.$, null)) && Color.e(toNullable(Color.$, b), toNullable(Color.$, null));
@@ -198,7 +198,7 @@ var HorizontalAxisView = /** @class */ /*@__PURE__*/ (function (_super) {
198
198
  this.l = FontUtil.getFont(a.h);
199
199
  }
200
200
  if (this.m != null) {
201
- this.m.ac(this.l);
201
+ this.m.ad(this.l);
202
202
  }
203
203
  this.s = FontUtil.getCurrentFontHeight(a.h, this.l);
204
204
  if (this.j != null && this.j.fm != 1) {
@@ -219,13 +219,13 @@ var HorizontalAxisView = /** @class */ /*@__PURE__*/ (function (_super) {
219
219
  if (b == null || !b.d) {
220
220
  return;
221
221
  }
222
- b.k(0, 0, this.v, this.u);
222
+ b.l(0, 0, this.v, this.u);
223
223
  if (this.l != null) {
224
- b.ac(this.l);
224
+ b.ad(this.l);
225
225
  }
226
226
  if (this.q != 1) {
227
- b.z();
228
- b.aa(this.q, this.q);
227
+ b.aa();
228
+ b.ab(this.q, this.q);
229
229
  }
230
230
  var c = this.t(), d = c / 2;
231
231
  var e = this.j.av == null || this.j.av.count == 0;
@@ -241,7 +241,7 @@ var HorizontalAxisView = /** @class */ /*@__PURE__*/ (function (_super) {
241
241
  var h = e ? null : this.x(this.j.av.item(this.j.av.count - 1));
242
242
  this.af.al = g = h == null ? "" : h.toString();
243
243
  this.af.o = this.ag.o = c;
244
- this.af.n = this.v - b.f(g) - 4;
244
+ this.af.n = this.v - b.g(g) - 4;
245
245
  var i = this.j.fb;
246
246
  var j = i == null ? null : i._fill;
247
247
  var k = new Color();
@@ -258,8 +258,8 @@ var HorizontalAxisView = /** @class */ /*@__PURE__*/ (function (_super) {
258
258
  i.color = k;
259
259
  }
260
260
  this.ag.ao = this.af.ao = i;
261
- b.w(this.ag);
262
- b.w(this.af);
261
+ b.x(this.ag);
262
+ b.x(this.af);
263
263
  if (c < 0.5) {
264
264
  return;
265
265
  }
@@ -275,9 +275,9 @@ var HorizontalAxisView = /** @class */ /*@__PURE__*/ (function (_super) {
275
275
  this.ah.an = d;
276
276
  this.ah._stroke = i;
277
277
  this.ah.ac = c;
278
- b.r(this.ah);
278
+ b.s(this.ah);
279
279
  if (this.q != 1) {
280
- b.y();
280
+ b.z();
281
281
  }
282
282
  };
283
283
  HorizontalAxisView.prototype.x = function (dataItem_) {
@@ -442,7 +442,7 @@ var VerticalAxisView = /** @class */ /*@__PURE__*/ (function (_super) {
442
442
  this.l = FontUtil.getFont(a.h);
443
443
  }
444
444
  if (this.m != null) {
445
- this.m.ac(this.l);
445
+ this.m.ad(this.l);
446
446
  }
447
447
  this.t = FontUtil.getCurrentFontHeight(a.h, this.l);
448
448
  if (this.j != null && this.j.ft != 1) {
@@ -469,11 +469,11 @@ var VerticalAxisView = /** @class */ /*@__PURE__*/ (function (_super) {
469
469
  }
470
470
  var b = this.m;
471
471
  if (a) {
472
- b.k(0, 0, this.z, this.y);
472
+ b.l(0, 0, this.z, this.y);
473
473
  }
474
474
  var c = false;
475
475
  if (b != null && this.l != null) {
476
- b.ac(this.l);
476
+ b.ad(this.l);
477
477
  }
478
478
  if (!a) {
479
479
  this.al = new TextBlock();
@@ -483,12 +483,12 @@ var VerticalAxisView = /** @class */ /*@__PURE__*/ (function (_super) {
483
483
  var e = this.ab(this.j.a3);
484
484
  this.ak.al = this.ac = e == null ? "" : e.toString();
485
485
  if (b != null) {
486
- this.w = b.f(this.ad) + 3;
486
+ this.w = b.g(this.ad) + 3;
487
487
  if (this.w > this.v) {
488
488
  c = true;
489
489
  this.v = this.w;
490
490
  }
491
- this.u = b.f(this.ac) + 3;
491
+ this.u = b.g(this.ac) + 3;
492
492
  if (this.u > this.v) {
493
493
  c = true;
494
494
  this.v = this.u;
@@ -507,8 +507,8 @@ var VerticalAxisView = /** @class */ /*@__PURE__*/ (function (_super) {
507
507
  }
508
508
  else if (b != null) {
509
509
  if (this.r != 1) {
510
- b.z();
511
- b.aa(this.r, this.r);
510
+ b.aa();
511
+ b.ab(this.r, this.r);
512
512
  }
513
513
  var g = this.j.fj;
514
514
  var h = 1;
@@ -538,8 +538,8 @@ var VerticalAxisView = /** @class */ /*@__PURE__*/ (function (_super) {
538
538
  g.color = k;
539
539
  }
540
540
  this.al.ao = this.ak.ao = g;
541
- b.w(this.al);
542
- b.w(this.ak);
541
+ b.x(this.al);
542
+ b.x(this.ak);
543
543
  var m = this.x(), n = m / 2;
544
544
  if (m >= 0.5) {
545
545
  g = new Brush();
@@ -554,10 +554,10 @@ var VerticalAxisView = /** @class */ /*@__PURE__*/ (function (_super) {
554
554
  this.am.an = this.y;
555
555
  this.am._stroke = g;
556
556
  this.am.ac = m;
557
- b.r(this.am);
557
+ b.s(this.am);
558
558
  }
559
559
  if (this.r != 1) {
560
- b.y();
560
+ b.z();
561
561
  }
562
562
  }
563
563
  return c;
@@ -1347,28 +1347,28 @@ var XamSparklineView = /** @class */ /*@__PURE__*/ (function (_super) {
1347
1347
  configurable: true
1348
1348
  });
1349
1349
  XamSparklineView.prototype.ay = function (a, b) {
1350
- b.s(a);
1350
+ b.t(a);
1351
1351
  };
1352
1352
  XamSparklineView.prototype.ax = function () {
1353
1353
  var a = this.p;
1354
1354
  if (a != null && a.d) {
1355
1355
  if (this.x != 1) {
1356
- a.z();
1357
- a.aa(this.x, this.x);
1356
+ a.aa();
1357
+ a.ab(this.x, this.x);
1358
1358
  }
1359
- a.k(this.bn.left, this.bn.top, this.bn.width, this.bn.height);
1360
- a.s(this.bw);
1361
- a.s(this.bu);
1359
+ a.l(this.bn.left, this.bn.top, this.bn.width, this.bn.height);
1360
+ a.t(this.bw);
1361
+ a.t(this.bu);
1362
1362
  this.ay(this.bs, a);
1363
1363
  this.ay(this.bt, a);
1364
1364
  this.ay(this.bp, a);
1365
1365
  this.ay(this.br, a);
1366
1366
  this.ay(this.bo, a);
1367
1367
  this.ay(this.bq, a);
1368
- a.s(this.bv);
1369
- a.s(this.bx);
1368
+ a.t(this.bv);
1369
+ a.t(this.bx);
1370
1370
  if (this.x != 1) {
1371
- a.y();
1371
+ a.z();
1372
1372
  }
1373
1373
  }
1374
1374
  var b = new AxisRenderMessage_Spark();
@@ -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 = this.tt != null ? this.tt : "High";
179
- f.q = this.t6 != null ? this.t6 : "L:";
180
- f.r = this.t8 != null ? this.t8 : "";
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 = this.tq != null ? this.tq : "High";
185
- g.q = this.t2 != null ? this.t2 : "H:";
186
- g.r = this.t4 != null ? this.t4 : "";
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 = "R:";
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 = "A:";
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
- this.rc.cf(o, p, q, r, s);
363
+ if (o != null) {
364
+ this.rc.cf(o, p, q, r, s);
365
+ }
364
366
  }
365
367
  };
366
368
  ItemToolTipLayer.prototype.en = function () {
@@ -238,7 +238,7 @@ var LegendBaseViewManager = /** @class */ /*@__PURE__*/ (function (_super) {
238
238
  };
239
239
  LegendBaseViewManager.prototype.y = function (a, b, c, d) {
240
240
  var e_3, _a;
241
- var e = a.g();
241
+ var e = a.h();
242
242
  e.beginPath();
243
243
  e.moveTo(b.ak._inner[0].x, b.ak._inner[0].y);
244
244
  for (var f = 1; f < b.ak.count; f++) {
@@ -177,14 +177,14 @@ var LineSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
177
177
  _super.prototype.a6.call(this, a, b);
178
178
  if (a.d) {
179
179
  if (b) {
180
- a.s(this.dd);
181
- a.s(this.de);
182
- a.s(this.df);
180
+ a.t(this.dd);
181
+ a.t(this.de);
182
+ a.t(this.df);
183
183
  }
184
184
  else {
185
- a.s(this.dj);
186
- a.s(this.dk);
187
- a.s(this.dl);
185
+ a.t(this.dj);
186
+ a.t(this.dk);
187
+ a.t(this.dl);
188
188
  }
189
189
  }
190
190
  };
@@ -115,12 +115,12 @@ var NumericXAxis = /** @class */ /*@__PURE__*/ (function (_super) {
115
115
  this.ng.j(a, b, c, d);
116
116
  };
117
117
  NumericXAxis.prototype.nz = function (a, b) {
118
- if (this.bh == null || a == NaN || b == NaN) {
118
+ if (this.bh == null || isNaN_(a) || isNaN_(b)) {
119
119
  return;
120
120
  }
121
121
  var c = this.nm(a, this);
122
122
  var d = this.nm(b, this);
123
- if (c == NaN || d == NaN) {
123
+ if (isNaN_(c) || isNaN_(d)) {
124
124
  return;
125
125
  }
126
126
  this.bh.tp = new Rect(0, c, this.bh.tp.y, d - c, this.bh.tp.height);
@@ -74,12 +74,12 @@ var NumericYAxis = /** @class */ /*@__PURE__*/ (function (_super) {
74
74
  this.ng.j(a, b, c, d);
75
75
  };
76
76
  NumericYAxis.prototype.ny = function (a, b) {
77
- if (this.bh == null || a == NaN || b == NaN) {
77
+ if (this.bh == null || isNaN_(a) || isNaN_(b)) {
78
78
  return;
79
79
  }
80
80
  var c = this.nm(a, this);
81
81
  var d = this.nm(b, this);
82
- if (c == NaN || d == NaN) {
82
+ if (isNaN_(c) || isNaN_(d)) {
83
83
  return;
84
84
  }
85
85
  this.bh.tp = new Rect(0, this.bh.tp.x, d, this.bh.tp.width, c - d);