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
@@ -3845,7 +3845,9 @@ var SeriesViewerView = /** @class */ /*@__PURE__*/ (function (_super) {
3845
3845
  var e = _c.value;
3846
3846
  if (d && e.e1) {
3847
3847
  d = false;
3848
- c.a.k(0, 0, a, b);
3848
+ if (!c.a.e) {
3849
+ c.a.l(0, 0, a, b);
3850
+ }
3849
3851
  }
3850
3852
  e.mn(new Rect(0, 0, 0, a, b), c);
3851
3853
  }
@@ -3918,12 +3920,14 @@ var SeriesViewerView = /** @class */ /*@__PURE__*/ (function (_super) {
3918
3920
  }
3919
3921
  if (this.y != null && Rect.l_op_Inequality(this.p.to, null) && !this.p.to.isEmpty) {
3920
3922
  if (this.p.gc != 1) {
3921
- this.y.z();
3922
- this.y.aa(this.p.gc, this.p.gc);
3923
+ this.y.aa();
3924
+ this.y.ab(this.p.gc, this.p.gc);
3925
+ }
3926
+ if (!this.y.e) {
3927
+ this.y.l(this.p.to.left, this.p.to.top, this.p.to.width, this.p.to.height);
3923
3928
  }
3924
- this.y.k(this.p.to.left, this.p.to.top, this.p.to.width, this.p.to.height);
3925
3929
  if (this.p.gc != 1) {
3926
- this.y.y();
3930
+ this.y.z();
3927
3931
  }
3928
3932
  }
3929
3933
  };
@@ -4683,19 +4687,21 @@ var SeriesViewerView = /** @class */ /*@__PURE__*/ (function (_super) {
4683
4687
  }
4684
4688
  if (this.z.d) {
4685
4689
  if (this.p.gc != 1) {
4686
- this.z.z();
4687
- this.z.aa(this.p.gc, this.p.gc);
4690
+ this.z.aa();
4691
+ this.z.ab(this.p.gc, this.p.gc);
4688
4692
  }
4689
4693
  if (!this.fa.isEmpty) {
4690
4694
  if (!this.au) {
4691
- this.z.k(this.fa.left, this.fa.top, this.fa.width, this.fa.height);
4695
+ if (!this.z.e) {
4696
+ this.z.l(this.fa.left, this.fa.top, this.fa.width, this.fa.height);
4697
+ }
4692
4698
  }
4693
4699
  }
4694
4700
  }
4695
4701
  this.d1();
4696
4702
  if (this.z.d) {
4697
4703
  if (this.p.gc != 1) {
4698
- this.z.y();
4704
+ this.z.z();
4699
4705
  }
4700
4706
  }
4701
4707
  };
@@ -4713,29 +4719,31 @@ var SeriesViewerView = /** @class */ /*@__PURE__*/ (function (_super) {
4713
4719
  this.fa = new Rect(0, 0, 0, this.a8, this.a7);
4714
4720
  if (this.ax != null && this.ax.count > 0) {
4715
4721
  this.ci();
4716
- this.z.z();
4717
- this.z.ae(this.p.to);
4722
+ this.z.aa();
4723
+ this.z.af(this.p.to);
4718
4724
  if (!this.au) {
4719
- this.z.k(this.p.to.left, this.p.to.top, this.p.to.width, this.p.to.height);
4725
+ if (!this.z.e) {
4726
+ this.z.l(this.p.to.left, this.p.to.top, this.p.to.width, this.p.to.height);
4727
+ }
4720
4728
  }
4721
4729
  }
4722
- this.z.r(this.fd);
4723
- this.z.r(this.fe);
4724
- this.z.s(this.ff);
4725
- this.z.v(this.fi);
4726
- this.z.ac(this.v());
4730
+ this.z.s(this.fd);
4731
+ this.z.s(this.fe);
4732
+ this.z.t(this.ff);
4733
+ this.z.w(this.fi);
4734
+ this.z.ad(this.v());
4727
4735
  if (this.et != null) {
4728
4736
  this.et.ao = this.e5();
4729
- this.z.w(this.et);
4737
+ this.z.x(this.et);
4730
4738
  }
4731
- this.z.ac(this.u());
4739
+ this.z.ad(this.u());
4732
4740
  if (this.es != null) {
4733
4741
  this.es.ao = this.e4();
4734
- this.z.w(this.es);
4742
+ this.z.x(this.es);
4735
4743
  }
4736
4744
  if (this.ax != null && this.ax.count > 0) {
4737
4745
  this.j.bk(this.ax);
4738
- this.z.y();
4746
+ this.z.z();
4739
4747
  }
4740
4748
  if (this.ar) {
4741
4749
  this.eb();
@@ -4746,10 +4754,10 @@ var SeriesViewerView = /** @class */ /*@__PURE__*/ (function (_super) {
4746
4754
  }
4747
4755
  if (this.p.du) {
4748
4756
  if (this.fh != null) {
4749
- this.z.v(this.fh);
4757
+ this.z.w(this.fh);
4750
4758
  }
4751
4759
  if (this.fg != null) {
4752
- this.z.v(this.fg);
4760
+ this.z.w(this.fg);
4753
4761
  }
4754
4762
  }
4755
4763
  }
@@ -4968,8 +4976,8 @@ var SeriesViewerView = /** @class */ /*@__PURE__*/ (function (_super) {
4968
4976
  if (a == null || this.z == null) {
4969
4977
  return 0;
4970
4978
  }
4971
- this.z.ac(b);
4972
- return this.z.e(a);
4979
+ this.z.ad(b);
4980
+ return this.z.f(a);
4973
4981
  };
4974
4982
  SeriesViewerView.prototype.ba = function (a, b) {
4975
4983
  if (a == null) {
@@ -5322,7 +5330,9 @@ var SeriesViewerView = /** @class */ /*@__PURE__*/ (function (_super) {
5322
5330
  SeriesViewerView.prototype.ci = function () {
5323
5331
  if (this.ah) {
5324
5332
  this.ah = false;
5325
- this.y.k(this.p.to.left, this.p.to.top, this.p.to.width, this.p.to.height);
5333
+ if (!this.y.e) {
5334
+ this.y.l(this.p.to.left, this.p.to.top, this.p.to.width, this.p.to.height);
5335
+ }
5326
5336
  this.p.al.c = true;
5327
5337
  }
5328
5338
  };
@@ -5472,7 +5482,7 @@ var LegendTemplates = /** @class */ /*@__PURE__*/ (function (_super) {
5472
5482
  q._stroke = c;
5473
5483
  q._fill = d;
5474
5484
  var r = LegendTemplates.a(a);
5475
- r.s(q);
5485
+ r.t(q);
5476
5486
  };
5477
5487
  LegendTemplates.s = function (a) {
5478
5488
  var b = a.data;
@@ -5493,7 +5503,7 @@ var LegendTemplates = /** @class */ /*@__PURE__*/ (function (_super) {
5493
5503
  f.ac = c.fw;
5494
5504
  }
5495
5505
  var g = LegendTemplates.a(a);
5496
- g.r(f);
5506
+ g.s(f);
5497
5507
  };
5498
5508
  LegendTemplates.r = function (a, b, c) {
5499
5509
  var d = a.data;
@@ -5514,7 +5524,7 @@ var LegendTemplates = /** @class */ /*@__PURE__*/ (function (_super) {
5514
5524
  l._stroke = d.outline;
5515
5525
  l._fill = d.actualItemBrush;
5516
5526
  var m = LegendTemplates.a(a);
5517
- m.s(l);
5527
+ m.t(l);
5518
5528
  };
5519
5529
  LegendTemplates.t = function (a, b) {
5520
5530
  if (b === void 0) {
@@ -6597,7 +6607,7 @@ var SeriesViewerViewManager = /** @class */ /*@__PURE__*/ (function (_super) {
6597
6607
  for (var b = 0; b < a.count; b++) {
6598
6608
  var c = a._inner[b];
6599
6609
  var d = c.content;
6600
- this.j.z.m(d.getNativeElement(), 1, c.xPosition + this.j.p.to.left, c.yPosition + this.j.p.to.top, c.width, c.height);
6610
+ this.j.z.n(d.getNativeElement(), 1, c.xPosition + this.j.p.to.left, c.yPosition + this.j.p.to.top, c.width, c.height);
6601
6611
  }
6602
6612
  };
6603
6613
  SeriesViewerViewManager.prototype.az = function () {
@@ -18455,7 +18465,8 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
18455
18465
  c.l = this.gl({ $type: Point_$type, x: a, y: b }, false, false);
18456
18466
  c.a = 0;
18457
18467
  c.p = "Value";
18458
- c.q = "";
18468
+ c.q = "Value";
18469
+ c.r = "";
18459
18470
  var d = new DataLegendSeriesContext();
18460
18471
  d.f = ((function () {
18461
18472
  var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -20147,7 +20158,7 @@ var AxisLabelPanelBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
20147
20158
  else {
20148
20159
  var b = a;
20149
20160
  if (b != null && b.al != null) {
20150
- return this.e.e(b);
20161
+ return this.e.f(b);
20151
20162
  }
20152
20163
  return 0;
20153
20164
  }
@@ -20163,7 +20174,7 @@ var AxisLabelPanelBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
20163
20174
  var b = a;
20164
20175
  if (b != null && b.al != null) {
20165
20176
  b.ag = true;
20166
- var c = this.e.ag(b, this.h, true);
20177
+ var c = this.e.ah(b, this.h, true);
20167
20178
  return new Size(1, c.c, c.b);
20168
20179
  }
20169
20180
  return new Size(1, 0, 0);
@@ -20195,7 +20206,7 @@ var AxisLabelPanelBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
20195
20206
  AxisLabelPanelBaseView.prototype.am = function () {
20196
20207
  };
20197
20208
  AxisLabelPanelBaseView.prototype.ap = function (a) {
20198
- this.e.w(a);
20209
+ this.e.x(a);
20199
20210
  };
20200
20211
  AxisLabelPanelBaseView.prototype.ao = function () {
20201
20212
  var e_91, _a, e_92, _b;
@@ -20204,8 +20215,8 @@ var AxisLabelPanelBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
20204
20215
  }
20205
20216
  if (this.e.d) {
20206
20217
  if (this.a.ad.bh != null && this.a.ad.bh.gc != 1) {
20207
- this.e.z();
20208
- this.e.aa(this.a.ad.bh.gc, this.a.ad.bh.gc);
20218
+ this.e.aa();
20219
+ this.e.ab(this.a.ad.bh.gc, this.a.ad.bh.gc);
20209
20220
  }
20210
20221
  this.ag();
20211
20222
  this.av = this.a.c1;
@@ -20214,8 +20225,8 @@ var AxisLabelPanelBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
20214
20225
  a = this.a.ag.textColor;
20215
20226
  }
20216
20227
  if (this.a.j != null) {
20217
- this.e.z();
20218
- this.e.j(this.a.j);
20228
+ this.e.aa();
20229
+ this.e.k(this.a.j);
20219
20230
  }
20220
20231
  var b = false;
20221
20232
  try {
@@ -20229,12 +20240,12 @@ var AxisLabelPanelBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
20229
20240
  }
20230
20241
  d.ao = a;
20231
20242
  if (d.j != null) {
20232
- this.e.z();
20233
- this.e.j(d.j);
20243
+ this.e.aa();
20244
+ this.e.k(d.j);
20234
20245
  }
20235
20246
  this.ap(d);
20236
20247
  if (d.j != null) {
20237
- this.e.y();
20248
+ this.e.z();
20238
20249
  }
20239
20250
  }
20240
20251
  }
@@ -20262,12 +20273,12 @@ var AxisLabelPanelBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
20262
20273
  continue;
20263
20274
  }
20264
20275
  if (f.j != null) {
20265
- this.e.z();
20266
- this.e.j(f.j);
20276
+ this.e.aa();
20277
+ this.e.k(f.j);
20267
20278
  }
20268
- this.e.v(f);
20279
+ this.e.w(f);
20269
20280
  if (f.j != null) {
20270
- this.e.y();
20281
+ this.e.z();
20271
20282
  }
20272
20283
  }
20273
20284
  var g = typeCast(TextBlock.$, e);
@@ -20276,15 +20287,15 @@ var AxisLabelPanelBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
20276
20287
  continue;
20277
20288
  }
20278
20289
  if (g.j != null) {
20279
- this.e.z();
20280
- this.e.j(g.j);
20290
+ this.e.aa();
20291
+ this.e.k(g.j);
20281
20292
  }
20282
20293
  if (g.ao == null) {
20283
20294
  g.ao = a;
20284
20295
  }
20285
- this.e.w(g);
20296
+ this.e.x(g);
20286
20297
  if (g.j != null) {
20287
- this.e.y();
20298
+ this.e.z();
20288
20299
  }
20289
20300
  }
20290
20301
  }
@@ -20304,25 +20315,25 @@ var AxisLabelPanelBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
20304
20315
  }
20305
20316
  }
20306
20317
  if (this.a.j != null) {
20307
- this.e.y();
20318
+ this.e.z();
20308
20319
  }
20309
20320
  this.aq();
20310
20321
  a = this.at();
20311
- this.e.ac(this.d());
20322
+ this.e.ad(this.d());
20312
20323
  var h = this.a.ad.ir;
20313
20324
  if (h != null) {
20314
20325
  h.ao = a;
20315
20326
  if (h.j != null) {
20316
- this.e.z();
20317
- this.e.j(h.j);
20327
+ this.e.aa();
20328
+ this.e.k(h.j);
20318
20329
  }
20319
- this.e.w(h);
20330
+ this.e.x(h);
20320
20331
  if (h.j != null) {
20321
- this.e.y();
20332
+ this.e.z();
20322
20333
  }
20323
20334
  }
20324
20335
  if (this.a.ad.bh != null && this.a.ad.bh.gc != 1) {
20325
- this.e.y();
20336
+ this.e.z();
20326
20337
  }
20327
20338
  }
20328
20339
  };
@@ -20364,7 +20375,7 @@ var AxisLabelPanelBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
20364
20375
  this.c = a;
20365
20376
  this.as();
20366
20377
  }
20367
- this.e.ac(a);
20378
+ this.e.ad(a);
20368
20379
  };
20369
20380
  AxisLabelPanelBaseView.prototype.as = function () {
20370
20381
  if (this.a.ad != null && this.a.ad.bh != null) {
@@ -20413,8 +20424,8 @@ var AxisLabelPanelBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
20413
20424
  }
20414
20425
  var a = this.a.ad.ir;
20415
20426
  if (a != null && a.al != null) {
20416
- this.e.ac(this.d());
20417
- var b = this.e.e(a);
20427
+ this.e.ad(this.d());
20428
+ var b = this.e.f(a);
20418
20429
  this.ag();
20419
20430
  return b;
20420
20431
  }
@@ -20431,7 +20442,7 @@ var AxisLabelPanelBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
20431
20442
  this.aw._stroke = this.a.ad.jz;
20432
20443
  }
20433
20444
  this.aw.ac = this.a.ad.fh;
20434
- this.e.s(this.aw);
20445
+ this.e.t(this.aw);
20435
20446
  };
20436
20447
  AxisLabelPanelBaseView.prototype.ab = function (a) {
20437
20448
  };
@@ -20864,12 +20875,14 @@ var AxisView = /** @class */ /*@__PURE__*/ (function (_super) {
20864
20875
  }
20865
20876
  if (this.j.d) {
20866
20877
  if (this.a.bh != null && this.a.bh.gc != 1) {
20867
- this.j.z();
20868
- this.j.aa(this.a.bh.gc, this.a.bh.gc);
20878
+ this.j.aa();
20879
+ this.j.ab(this.a.bh.gc, this.a.bh.gc);
20869
20880
  }
20870
20881
  var b = this.a.bf.te();
20871
20882
  if (a) {
20872
- this.j.k(b.left, b.top, b.width, b.height);
20883
+ if (!this.j.e) {
20884
+ this.j.l(b.left, b.top, b.width, b.height);
20885
+ }
20873
20886
  }
20874
20887
  if (a) {
20875
20888
  if (this.a.bh.sq != null && !this.a.kc.isEmpty) {
@@ -20878,29 +20891,31 @@ var AxisView = /** @class */ /*@__PURE__*/ (function (_super) {
20878
20891
  this.be.width = this.a.kc.width;
20879
20892
  this.be.height = this.a.kc.height;
20880
20893
  this.be._fill = this.a.bh.sq;
20881
- this.j.v(this.be);
20894
+ this.j.w(this.be);
20882
20895
  }
20883
20896
  }
20884
- this.j.z();
20885
- this.j.ae(this.a.kc);
20897
+ this.j.aa();
20898
+ this.j.af(this.a.kc);
20886
20899
  this.ap();
20887
- this.j.y();
20900
+ this.j.z();
20888
20901
  if (this.a.bh != null && this.a.bh.gc != 1) {
20889
- this.j.y();
20902
+ this.j.z();
20890
20903
  }
20891
20904
  }
20892
20905
  if (this.k.d) {
20893
20906
  if (this.a.bh != null && this.a.bh.gc != 1) {
20894
- this.k.z();
20895
- this.k.aa(this.a.bh.gc, this.a.bh.gc);
20907
+ this.k.aa();
20908
+ this.k.ab(this.a.bh.gc, this.a.bh.gc);
20896
20909
  }
20897
20910
  var c = this.a8;
20898
20911
  var d = this.a.bf.te();
20899
20912
  if (!c.isEmpty && a) {
20900
- this.k.k(d.left, d.top, d.width, d.height);
20913
+ if (!this.k.e) {
20914
+ this.k.l(d.left, d.top, d.width, d.height);
20915
+ }
20901
20916
  }
20902
20917
  if (this.a.bh != null && this.a.bh.gc != 1) {
20903
- this.k.y();
20918
+ this.k.z();
20904
20919
  }
20905
20920
  }
20906
20921
  };
@@ -20920,10 +20935,10 @@ var AxisView = /** @class */ /*@__PURE__*/ (function (_super) {
20920
20935
  this.bb.ai = this.a.j0;
20921
20936
  this.ba.ai = this.a.j2;
20922
20937
  this.a8 = this.a.kc;
20923
- this.j.s(this.ba);
20924
- this.j.s(this.bd);
20925
- this.j.s(this.bb);
20926
- this.j.s(this.bc);
20938
+ this.j.t(this.ba);
20939
+ this.j.t(this.bd);
20940
+ this.j.t(this.bb);
20941
+ this.j.t(this.bc);
20927
20942
  }
20928
20943
  };
20929
20944
  AxisView.prototype.af = function () {
@@ -21372,12 +21387,14 @@ var XamDataChartView = /** @class */ /*@__PURE__*/ (function (_super) {
21372
21387
  _super.prototype.ds.call(this);
21373
21388
  if (this.b.count == 0 && this.y != null) {
21374
21389
  if (this.p.gc != 1) {
21375
- this.y.z();
21376
- this.y.aa(this.p.gc, this.p.gc);
21390
+ this.y.aa();
21391
+ this.y.ab(this.p.gc, this.p.gc);
21392
+ }
21393
+ if (!this.y.e) {
21394
+ this.y.l(0, 0, this.a8, this.a7);
21377
21395
  }
21378
- this.y.k(0, 0, this.a8, this.a7);
21379
21396
  if (this.p.gc != 1) {
21380
- this.y.y();
21397
+ this.y.z();
21381
21398
  }
21382
21399
  }
21383
21400
  };
@@ -21671,11 +21688,13 @@ var SeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21671
21688
  }
21672
21689
  if (this.k.d) {
21673
21690
  if (h != 1) {
21674
- this.k.z();
21675
- this.k.aa(h, h);
21691
+ this.k.aa();
21692
+ this.k.ab(h, h);
21676
21693
  }
21677
21694
  if (a) {
21678
- this.k.k(d, e, f, g);
21695
+ if (!this.k.e) {
21696
+ this.k.l(d, e, f, g);
21697
+ }
21679
21698
  }
21680
21699
  if (a) {
21681
21700
  if (this.e.cd.sq != null && !this.bu.isEmpty) {
@@ -21684,76 +21703,80 @@ var SeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21684
21703
  this.bw.width = this.bu.width;
21685
21704
  this.bw.height = this.bu.height;
21686
21705
  this.bw._fill = this.e.cd.sq;
21687
- this.k.v(this.bw);
21706
+ this.k.w(this.bw);
21688
21707
  }
21689
21708
  }
21690
21709
  if (h != 1) {
21691
- this.k.y();
21710
+ this.k.z();
21692
21711
  }
21693
21712
  }
21694
21713
  if (this.l != null && this.r) {
21695
21714
  if (this.l.d) {
21696
21715
  if (this.e.cd != null && h != 1) {
21697
- this.l.z();
21698
- this.l.aa(h, h);
21716
+ this.l.aa();
21717
+ this.l.ab(h, h);
21699
21718
  }
21700
21719
  if (!b.isEmpty && a) {
21701
- this.l.k(b.left, b.top, b.width, b.height);
21720
+ if (!this.l.e) {
21721
+ this.l.l(b.left, b.top, b.width, b.height);
21722
+ }
21702
21723
  }
21703
21724
  this.ba(true);
21704
21725
  this.a6(this.l, true);
21705
21726
  this.a5(this.l, true);
21706
21727
  if (h != 1) {
21707
- this.l.y();
21728
+ this.l.z();
21708
21729
  }
21709
21730
  }
21710
21731
  }
21711
21732
  if (this.k.d && this.r) {
21712
21733
  if (h != 1) {
21713
- this.k.z();
21714
- this.k.aa(h, h);
21734
+ this.k.aa();
21735
+ this.k.ab(h, h);
21715
21736
  }
21716
- this.k.z();
21737
+ this.k.aa();
21717
21738
  if (!this.q && Rect.l_op_Inequality(this.e.pu, null) && !this.e.pu.isEmpty && (this.e.pu.width != 1 || this.e.pu.height != 1)) {
21718
- this.k.ae(new Rect(0, this.bu.left + this.bu.width * this.e.pu.left, this.bu.top + this.bu.height * this.e.pu.top, this.bu.width * this.e.pu.width, this.bu.height * this.e.pu.height));
21739
+ this.k.af(new Rect(0, this.bu.left + this.bu.width * this.e.pu.left, this.bu.top + this.bu.height * this.e.pu.top, this.bu.width * this.e.pu.width, this.bu.height * this.e.pu.height));
21719
21740
  }
21720
21741
  else {
21721
- this.k.ae(this.bu);
21742
+ this.k.af(this.bu);
21722
21743
  }
21723
21744
  this.ba(false);
21724
- this.k.ad(this.e._opacity);
21745
+ this.k.ae(this.e._opacity);
21725
21746
  if (this.e.dn && this.e.dp && !this.q) {
21726
21747
  if (this.e.e9) {
21727
- this.k.o(this.e.pf.colorString, 0, this.e.gz, this.e.g0);
21748
+ this.k.p(this.e.pf.colorString, 0, this.e.gz, this.e.g0);
21728
21749
  var i = this.e.cd.cu.j.x;
21729
21750
  var j = this.e.cd.cu.j.ak;
21730
21751
  if (h != 1) {
21731
- i.z();
21732
- i.aa(h, h);
21752
+ i.aa();
21753
+ i.ab(h, h);
21754
+ }
21755
+ if (!i.e) {
21756
+ i.l(c.left, c.top, c.width, c.height);
21733
21757
  }
21734
- i.k(c.left, c.top, c.width, c.height);
21735
21758
  this.a6(i, false);
21736
21759
  this.a5(i, false);
21737
- this.k.m(j.getNativeElement(), 1, 0, 0, c.width, c.height);
21760
+ this.k.n(j.getNativeElement(), 1, 0, 0, c.width, c.height);
21738
21761
  if (h != 1) {
21739
- i.y();
21762
+ i.z();
21740
21763
  }
21741
21764
  }
21742
21765
  else {
21743
- this.k.o(this.e.pf.colorString, this.e.gy, this.e.gz, this.e.g0);
21766
+ this.k.p(this.e.pf.colorString, this.e.gy, this.e.gz, this.e.g0);
21744
21767
  this.a6(this.k, false);
21745
21768
  this.a5(this.k, false);
21746
21769
  }
21747
- this.k.l();
21770
+ this.k.m();
21748
21771
  }
21749
21772
  else {
21750
21773
  this.a6(this.k, false);
21751
21774
  this.a5(this.k, false);
21752
21775
  }
21753
- this.k.ad(1);
21754
- this.k.y();
21776
+ this.k.ae(1);
21777
+ this.k.z();
21755
21778
  if (h != 1) {
21756
- this.k.y();
21779
+ this.k.z();
21757
21780
  }
21758
21781
  }
21759
21782
  };
@@ -22098,7 +22121,7 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
22098
22121
  }
22099
22122
  var a = new DataTemplatePassInfo();
22100
22123
  a.isHitTestRender = false;
22101
- a.context = this.k.g();
22124
+ a.context = this.k.h();
22102
22125
  a.viewportTop = this.bu.top;
22103
22126
  a.viewportLeft = this.bu.left;
22104
22127
  a.viewportWidth = this.bu.width;
@@ -22109,7 +22132,7 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
22109
22132
  b.passInfo = a;
22110
22133
  var c = new DataTemplateMeasureInfo();
22111
22134
  c.passInfo = a;
22112
- var d = this.k.g();
22135
+ var d = this.k.h();
22113
22136
  c.context = d;
22114
22137
  b.context = d;
22115
22138
  var e = 0;
@@ -22283,7 +22306,7 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
22283
22306
  if (a.d) {
22284
22307
  var c = new DataTemplatePassInfo();
22285
22308
  c.isHitTestRender = b;
22286
- c.context = a.g();
22309
+ c.context = a.h();
22287
22310
  c.viewportTop = this.bu.top;
22288
22311
  c.viewportLeft = this.bu.left;
22289
22312
  c.viewportWidth = this.bu.width;
@@ -22295,7 +22318,7 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
22295
22318
  var e = new DataTemplateMeasureInfo();
22296
22319
  e.passInfo = c;
22297
22320
  var f = false;
22298
- var g = a.g();
22321
+ var g = a.h();
22299
22322
  e.context = g;
22300
22323
  d.context = g;
22301
22324
  var h = 0;
@@ -22345,7 +22368,7 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
22345
22368
  if (!isNaN_(k.height) && !isInfinity(k.height)) {
22346
22369
  d.availableHeight = k.height;
22347
22370
  }
22348
- a.p(d, k);
22371
+ a.q(d, k);
22349
22372
  k.m = d.availableWidth;
22350
22373
  k.l = d.availableHeight;
22351
22374
  k.ai = d.renderOffsetX;
@@ -1397,19 +1397,19 @@ var ShapeSeriesViewBase = /** @class */ /*@__PURE__*/ (function (_super) {
1397
1397
  }
1398
1398
  if (a.y != e) {
1399
1399
  a.y = e;
1400
- this.k.i(a, a.y);
1400
+ this.k.j(a, a.y);
1401
1401
  }
1402
1402
  }
1403
1403
  if (!d) {
1404
1404
  if (a.y != this.c5) {
1405
1405
  a.y = this.c5;
1406
- this.k.i(a, a.y);
1406
+ this.k.j(a, a.y);
1407
1407
  }
1408
1408
  }
1409
1409
  var f = this.b3.su(b, a, a.y);
1410
1410
  if (a.y != f) {
1411
1411
  a.y = f;
1412
- this.k.i(a, a.y);
1412
+ this.k.j(a, a.y);
1413
1413
  }
1414
1414
  };
1415
1415
  ShapeSeriesViewBase.prototype.cl = function (a, b) {
@@ -1505,7 +1505,7 @@ var ShapeSeriesViewBase = /** @class */ /*@__PURE__*/ (function (_super) {
1505
1505
  for (var c = 0; c < this.cd.count; c++) {
1506
1506
  var d = this.aa(c, b);
1507
1507
  if (d._visibility != 1) {
1508
- a.s(d);
1508
+ a.t(d);
1509
1509
  }
1510
1510
  }
1511
1511
  };
@@ -1579,7 +1579,7 @@ var ShapeSeriesViewBase = /** @class */ /*@__PURE__*/ (function (_super) {
1579
1579
  })());
1580
1580
  b.ac = 1;
1581
1581
  if (this.k != null) {
1582
- this.k.i(b, b.y);
1582
+ this.k.j(b, b.y);
1583
1583
  }
1584
1584
  this.b3.ss = RectUtil.r(a, b.ac);
1585
1585
  };
@@ -200,16 +200,16 @@ var SplineAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
200
200
  SplineAreaSeriesView.prototype.a6 = function (a, b) {
201
201
  _super.prototype.a6.call(this, a, b);
202
202
  if (b) {
203
- a.s(this.dg);
204
- a.s(this.dh);
205
- a.s(this.di);
206
- a.s(this.dj);
203
+ a.t(this.dg);
204
+ a.t(this.dh);
205
+ a.t(this.di);
206
+ a.t(this.dj);
207
207
  }
208
208
  else {
209
- a.s(this.dk);
210
- a.s(this.dl);
211
- a.s(this.dm);
212
- a.s(this.dn);
209
+ a.t(this.dk);
210
+ a.t(this.dl);
211
+ a.t(this.dm);
212
+ a.t(this.dn);
213
213
  }
214
214
  };
215
215
  SplineAreaSeriesView.prototype.al = function (a) {