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
@@ -3184,7 +3184,9 @@ export let SeriesViewerView = /*@__PURE__*/ (() => {
3184
3184
  for (let e of fromEnum(this.p.series)) {
3185
3185
  if (d && e.e1) {
3186
3186
  d = false;
3187
- c.a.k(0, 0, a, b);
3187
+ if (!c.a.e) {
3188
+ c.a.l(0, 0, a, b);
3189
+ }
3188
3190
  }
3189
3191
  e.mn(new Rect(0, 0, 0, a, b), c);
3190
3192
  }
@@ -3242,12 +3244,14 @@ export let SeriesViewerView = /*@__PURE__*/ (() => {
3242
3244
  }
3243
3245
  if (this.y != null && Rect.l_op_Inequality(this.p.to, null) && !this.p.to.isEmpty) {
3244
3246
  if (this.p.gc != 1) {
3245
- this.y.z();
3246
- this.y.aa(this.p.gc, this.p.gc);
3247
+ this.y.aa();
3248
+ this.y.ab(this.p.gc, this.p.gc);
3249
+ }
3250
+ if (!this.y.e) {
3251
+ this.y.l(this.p.to.left, this.p.to.top, this.p.to.width, this.p.to.height);
3247
3252
  }
3248
- this.y.k(this.p.to.left, this.p.to.top, this.p.to.width, this.p.to.height);
3249
3253
  if (this.p.gc != 1) {
3250
- this.y.y();
3254
+ this.y.z();
3251
3255
  }
3252
3256
  }
3253
3257
  }
@@ -3897,19 +3901,21 @@ export let SeriesViewerView = /*@__PURE__*/ (() => {
3897
3901
  }
3898
3902
  if (this.z.d) {
3899
3903
  if (this.p.gc != 1) {
3900
- this.z.z();
3901
- this.z.aa(this.p.gc, this.p.gc);
3904
+ this.z.aa();
3905
+ this.z.ab(this.p.gc, this.p.gc);
3902
3906
  }
3903
3907
  if (!this.fa.isEmpty) {
3904
3908
  if (!this.au) {
3905
- this.z.k(this.fa.left, this.fa.top, this.fa.width, this.fa.height);
3909
+ if (!this.z.e) {
3910
+ this.z.l(this.fa.left, this.fa.top, this.fa.width, this.fa.height);
3911
+ }
3906
3912
  }
3907
3913
  }
3908
3914
  }
3909
3915
  this.d1();
3910
3916
  if (this.z.d) {
3911
3917
  if (this.p.gc != 1) {
3912
- this.z.y();
3918
+ this.z.z();
3913
3919
  }
3914
3920
  }
3915
3921
  }
@@ -3927,29 +3933,31 @@ export let SeriesViewerView = /*@__PURE__*/ (() => {
3927
3933
  this.fa = new Rect(0, 0, 0, this.a8, this.a7);
3928
3934
  if (this.ax != null && this.ax.count > 0) {
3929
3935
  this.ci();
3930
- this.z.z();
3931
- this.z.ae(this.p.to);
3936
+ this.z.aa();
3937
+ this.z.af(this.p.to);
3932
3938
  if (!this.au) {
3933
- this.z.k(this.p.to.left, this.p.to.top, this.p.to.width, this.p.to.height);
3939
+ if (!this.z.e) {
3940
+ this.z.l(this.p.to.left, this.p.to.top, this.p.to.width, this.p.to.height);
3941
+ }
3934
3942
  }
3935
3943
  }
3936
- this.z.r(this.fd);
3937
- this.z.r(this.fe);
3938
- this.z.s(this.ff);
3939
- this.z.v(this.fi);
3940
- this.z.ac(this.v());
3944
+ this.z.s(this.fd);
3945
+ this.z.s(this.fe);
3946
+ this.z.t(this.ff);
3947
+ this.z.w(this.fi);
3948
+ this.z.ad(this.v());
3941
3949
  if (this.et != null) {
3942
3950
  this.et.ao = this.e5();
3943
- this.z.w(this.et);
3951
+ this.z.x(this.et);
3944
3952
  }
3945
- this.z.ac(this.u());
3953
+ this.z.ad(this.u());
3946
3954
  if (this.es != null) {
3947
3955
  this.es.ao = this.e4();
3948
- this.z.w(this.es);
3956
+ this.z.x(this.es);
3949
3957
  }
3950
3958
  if (this.ax != null && this.ax.count > 0) {
3951
3959
  this.j.bk(this.ax);
3952
- this.z.y();
3960
+ this.z.z();
3953
3961
  }
3954
3962
  if (this.ar) {
3955
3963
  this.eb();
@@ -3960,10 +3968,10 @@ export let SeriesViewerView = /*@__PURE__*/ (() => {
3960
3968
  }
3961
3969
  if (this.p.du) {
3962
3970
  if (this.fh != null) {
3963
- this.z.v(this.fh);
3971
+ this.z.w(this.fh);
3964
3972
  }
3965
3973
  if (this.fg != null) {
3966
- this.z.v(this.fg);
3974
+ this.z.w(this.fg);
3967
3975
  }
3968
3976
  }
3969
3977
  }
@@ -4170,8 +4178,8 @@ export let SeriesViewerView = /*@__PURE__*/ (() => {
4170
4178
  if (a == null || this.z == null) {
4171
4179
  return 0;
4172
4180
  }
4173
- this.z.ac(b);
4174
- return this.z.e(a);
4181
+ this.z.ad(b);
4182
+ return this.z.f(a);
4175
4183
  }
4176
4184
  ba(a, b) {
4177
4185
  if (a == null) {
@@ -4500,7 +4508,9 @@ export let SeriesViewerView = /*@__PURE__*/ (() => {
4500
4508
  ci() {
4501
4509
  if (this.ah) {
4502
4510
  this.ah = false;
4503
- this.y.k(this.p.to.left, this.p.to.top, this.p.to.width, this.p.to.height);
4511
+ if (!this.y.e) {
4512
+ this.y.l(this.p.to.left, this.p.to.top, this.p.to.width, this.p.to.height);
4513
+ }
4504
4514
  this.p.al.c = true;
4505
4515
  }
4506
4516
  }
@@ -4646,7 +4656,7 @@ export let LegendTemplates = /*@__PURE__*/ (() => {
4646
4656
  q._stroke = c;
4647
4657
  q._fill = d;
4648
4658
  let r = LegendTemplates.a(a);
4649
- r.s(q);
4659
+ r.t(q);
4650
4660
  }
4651
4661
  static s(a) {
4652
4662
  let b = a.data;
@@ -4667,7 +4677,7 @@ export let LegendTemplates = /*@__PURE__*/ (() => {
4667
4677
  f.ac = c.fw;
4668
4678
  }
4669
4679
  let g = LegendTemplates.a(a);
4670
- g.r(f);
4680
+ g.s(f);
4671
4681
  }
4672
4682
  static r(a, b, c) {
4673
4683
  let d = a.data;
@@ -4688,7 +4698,7 @@ export let LegendTemplates = /*@__PURE__*/ (() => {
4688
4698
  l._stroke = d.outline;
4689
4699
  l._fill = d.actualItemBrush;
4690
4700
  let m = LegendTemplates.a(a);
4691
- m.s(l);
4701
+ m.t(l);
4692
4702
  }
4693
4703
  static t(a, b = 0) {
4694
4704
  let c = a.data;
@@ -5739,7 +5749,7 @@ export let SeriesViewerViewManager = /*@__PURE__*/ (() => {
5739
5749
  for (let b = 0; b < a.count; b++) {
5740
5750
  let c = a._inner[b];
5741
5751
  let d = c.content;
5742
- 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);
5752
+ 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);
5743
5753
  }
5744
5754
  }
5745
5755
  az() {
@@ -15370,7 +15380,8 @@ export let Series = /*@__PURE__*/ (() => {
15370
15380
  c.l = this.gl({ $type: Point_$type, x: a, y: b }, false, false);
15371
15381
  c.a = 0;
15372
15382
  c.p = "Value";
15373
- c.q = "";
15383
+ c.q = "Value";
15384
+ c.r = "";
15374
15385
  let d = new DataLegendSeriesContext();
15375
15386
  d.f = ((() => {
15376
15387
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -16833,7 +16844,7 @@ export let AxisLabelPanelBaseView = /*@__PURE__*/ (() => {
16833
16844
  else {
16834
16845
  let b = a;
16835
16846
  if (b != null && b.al != null) {
16836
- return this.e.e(b);
16847
+ return this.e.f(b);
16837
16848
  }
16838
16849
  return 0;
16839
16850
  }
@@ -16849,7 +16860,7 @@ export let AxisLabelPanelBaseView = /*@__PURE__*/ (() => {
16849
16860
  let b = a;
16850
16861
  if (b != null && b.al != null) {
16851
16862
  b.ag = true;
16852
- let c = this.e.ag(b, this.h, true);
16863
+ let c = this.e.ah(b, this.h, true);
16853
16864
  return new Size(1, c.c, c.b);
16854
16865
  }
16855
16866
  return new Size(1, 0, 0);
@@ -16881,7 +16892,7 @@ export let AxisLabelPanelBaseView = /*@__PURE__*/ (() => {
16881
16892
  am() {
16882
16893
  }
16883
16894
  ap(a) {
16884
- this.e.w(a);
16895
+ this.e.x(a);
16885
16896
  }
16886
16897
  ao() {
16887
16898
  if (this.e == null) {
@@ -16889,8 +16900,8 @@ export let AxisLabelPanelBaseView = /*@__PURE__*/ (() => {
16889
16900
  }
16890
16901
  if (this.e.d) {
16891
16902
  if (this.a.ad.bh != null && this.a.ad.bh.gc != 1) {
16892
- this.e.z();
16893
- this.e.aa(this.a.ad.bh.gc, this.a.ad.bh.gc);
16903
+ this.e.aa();
16904
+ this.e.ab(this.a.ad.bh.gc, this.a.ad.bh.gc);
16894
16905
  }
16895
16906
  this.ag();
16896
16907
  this.av = this.a.c1;
@@ -16899,8 +16910,8 @@ export let AxisLabelPanelBaseView = /*@__PURE__*/ (() => {
16899
16910
  a = this.a.ag.textColor;
16900
16911
  }
16901
16912
  if (this.a.j != null) {
16902
- this.e.z();
16903
- this.e.j(this.a.j);
16913
+ this.e.aa();
16914
+ this.e.k(this.a.j);
16904
16915
  }
16905
16916
  let b = false;
16906
16917
  for (let c of fromEnum(this.g())) {
@@ -16912,12 +16923,12 @@ export let AxisLabelPanelBaseView = /*@__PURE__*/ (() => {
16912
16923
  }
16913
16924
  d.ao = a;
16914
16925
  if (d.j != null) {
16915
- this.e.z();
16916
- this.e.j(d.j);
16926
+ this.e.aa();
16927
+ this.e.k(d.j);
16917
16928
  }
16918
16929
  this.ap(d);
16919
16930
  if (d.j != null) {
16920
- this.e.y();
16931
+ this.e.z();
16921
16932
  }
16922
16933
  }
16923
16934
  }
@@ -16929,12 +16940,12 @@ export let AxisLabelPanelBaseView = /*@__PURE__*/ (() => {
16929
16940
  continue;
16930
16941
  }
16931
16942
  if (f.j != null) {
16932
- this.e.z();
16933
- this.e.j(f.j);
16943
+ this.e.aa();
16944
+ this.e.k(f.j);
16934
16945
  }
16935
- this.e.v(f);
16946
+ this.e.w(f);
16936
16947
  if (f.j != null) {
16937
- this.e.y();
16948
+ this.e.z();
16938
16949
  }
16939
16950
  }
16940
16951
  let g = typeCast(TextBlock.$, e);
@@ -16943,39 +16954,39 @@ export let AxisLabelPanelBaseView = /*@__PURE__*/ (() => {
16943
16954
  continue;
16944
16955
  }
16945
16956
  if (g.j != null) {
16946
- this.e.z();
16947
- this.e.j(g.j);
16957
+ this.e.aa();
16958
+ this.e.k(g.j);
16948
16959
  }
16949
16960
  if (g.ao == null) {
16950
16961
  g.ao = a;
16951
16962
  }
16952
- this.e.w(g);
16963
+ this.e.x(g);
16953
16964
  if (g.j != null) {
16954
- this.e.y();
16965
+ this.e.z();
16955
16966
  }
16956
16967
  }
16957
16968
  }
16958
16969
  }
16959
16970
  if (this.a.j != null) {
16960
- this.e.y();
16971
+ this.e.z();
16961
16972
  }
16962
16973
  this.aq();
16963
16974
  a = this.at();
16964
- this.e.ac(this.d());
16975
+ this.e.ad(this.d());
16965
16976
  let h = this.a.ad.ir;
16966
16977
  if (h != null) {
16967
16978
  h.ao = a;
16968
16979
  if (h.j != null) {
16969
- this.e.z();
16970
- this.e.j(h.j);
16980
+ this.e.aa();
16981
+ this.e.k(h.j);
16971
16982
  }
16972
- this.e.w(h);
16983
+ this.e.x(h);
16973
16984
  if (h.j != null) {
16974
- this.e.y();
16985
+ this.e.z();
16975
16986
  }
16976
16987
  }
16977
16988
  if (this.a.ad.bh != null && this.a.ad.bh.gc != 1) {
16978
- this.e.y();
16989
+ this.e.z();
16979
16990
  }
16980
16991
  }
16981
16992
  }
@@ -17017,7 +17028,7 @@ export let AxisLabelPanelBaseView = /*@__PURE__*/ (() => {
17017
17028
  this.c = a;
17018
17029
  this.as();
17019
17030
  }
17020
- this.e.ac(a);
17031
+ this.e.ad(a);
17021
17032
  }
17022
17033
  as() {
17023
17034
  if (this.a.ad != null && this.a.ad.bh != null) {
@@ -17066,8 +17077,8 @@ export let AxisLabelPanelBaseView = /*@__PURE__*/ (() => {
17066
17077
  }
17067
17078
  let a = this.a.ad.ir;
17068
17079
  if (a != null && a.al != null) {
17069
- this.e.ac(this.d());
17070
- let b = this.e.e(a);
17080
+ this.e.ad(this.d());
17081
+ let b = this.e.f(a);
17071
17082
  this.ag();
17072
17083
  return b;
17073
17084
  }
@@ -17084,7 +17095,7 @@ export let AxisLabelPanelBaseView = /*@__PURE__*/ (() => {
17084
17095
  this.aw._stroke = this.a.ad.jz;
17085
17096
  }
17086
17097
  this.aw.ac = this.a.ad.fh;
17087
- this.e.s(this.aw);
17098
+ this.e.t(this.aw);
17088
17099
  }
17089
17100
  ab(a) {
17090
17101
  }
@@ -17500,12 +17511,14 @@ export let AxisView = /*@__PURE__*/ (() => {
17500
17511
  }
17501
17512
  if (this.j.d) {
17502
17513
  if (this.a.bh != null && this.a.bh.gc != 1) {
17503
- this.j.z();
17504
- this.j.aa(this.a.bh.gc, this.a.bh.gc);
17514
+ this.j.aa();
17515
+ this.j.ab(this.a.bh.gc, this.a.bh.gc);
17505
17516
  }
17506
17517
  let b = this.a.bf.te();
17507
17518
  if (a) {
17508
- this.j.k(b.left, b.top, b.width, b.height);
17519
+ if (!this.j.e) {
17520
+ this.j.l(b.left, b.top, b.width, b.height);
17521
+ }
17509
17522
  }
17510
17523
  if (a) {
17511
17524
  if (this.a.bh.sq != null && !this.a.kc.isEmpty) {
@@ -17514,29 +17527,31 @@ export let AxisView = /*@__PURE__*/ (() => {
17514
17527
  this.be.width = this.a.kc.width;
17515
17528
  this.be.height = this.a.kc.height;
17516
17529
  this.be._fill = this.a.bh.sq;
17517
- this.j.v(this.be);
17530
+ this.j.w(this.be);
17518
17531
  }
17519
17532
  }
17520
- this.j.z();
17521
- this.j.ae(this.a.kc);
17533
+ this.j.aa();
17534
+ this.j.af(this.a.kc);
17522
17535
  this.ap();
17523
- this.j.y();
17536
+ this.j.z();
17524
17537
  if (this.a.bh != null && this.a.bh.gc != 1) {
17525
- this.j.y();
17538
+ this.j.z();
17526
17539
  }
17527
17540
  }
17528
17541
  if (this.k.d) {
17529
17542
  if (this.a.bh != null && this.a.bh.gc != 1) {
17530
- this.k.z();
17531
- this.k.aa(this.a.bh.gc, this.a.bh.gc);
17543
+ this.k.aa();
17544
+ this.k.ab(this.a.bh.gc, this.a.bh.gc);
17532
17545
  }
17533
17546
  let c = this.a8;
17534
17547
  let d = this.a.bf.te();
17535
17548
  if (!c.isEmpty && a) {
17536
- this.k.k(d.left, d.top, d.width, d.height);
17549
+ if (!this.k.e) {
17550
+ this.k.l(d.left, d.top, d.width, d.height);
17551
+ }
17537
17552
  }
17538
17553
  if (this.a.bh != null && this.a.bh.gc != 1) {
17539
- this.k.y();
17554
+ this.k.z();
17540
17555
  }
17541
17556
  }
17542
17557
  }
@@ -17556,10 +17571,10 @@ export let AxisView = /*@__PURE__*/ (() => {
17556
17571
  this.bb.ai = this.a.j0;
17557
17572
  this.ba.ai = this.a.j2;
17558
17573
  this.a8 = this.a.kc;
17559
- this.j.s(this.ba);
17560
- this.j.s(this.bd);
17561
- this.j.s(this.bb);
17562
- this.j.s(this.bc);
17574
+ this.j.t(this.ba);
17575
+ this.j.t(this.bd);
17576
+ this.j.t(this.bb);
17577
+ this.j.t(this.bc);
17563
17578
  }
17564
17579
  }
17565
17580
  af() {
@@ -18003,12 +18018,14 @@ export let XamDataChartView = /*@__PURE__*/ (() => {
18003
18018
  super.ds();
18004
18019
  if (this.b.count == 0 && this.y != null) {
18005
18020
  if (this.p.gc != 1) {
18006
- this.y.z();
18007
- this.y.aa(this.p.gc, this.p.gc);
18021
+ this.y.aa();
18022
+ this.y.ab(this.p.gc, this.p.gc);
18023
+ }
18024
+ if (!this.y.e) {
18025
+ this.y.l(0, 0, this.a8, this.a7);
18008
18026
  }
18009
- this.y.k(0, 0, this.a8, this.a7);
18010
18027
  if (this.p.gc != 1) {
18011
- this.y.y();
18028
+ this.y.z();
18012
18029
  }
18013
18030
  }
18014
18031
  }
@@ -18268,11 +18285,13 @@ export let SeriesView = /*@__PURE__*/ (() => {
18268
18285
  }
18269
18286
  if (this.k.d) {
18270
18287
  if (h != 1) {
18271
- this.k.z();
18272
- this.k.aa(h, h);
18288
+ this.k.aa();
18289
+ this.k.ab(h, h);
18273
18290
  }
18274
18291
  if (a) {
18275
- this.k.k(d, e, f, g);
18292
+ if (!this.k.e) {
18293
+ this.k.l(d, e, f, g);
18294
+ }
18276
18295
  }
18277
18296
  if (a) {
18278
18297
  if (this.e.cd.sq != null && !this.bu.isEmpty) {
@@ -18281,76 +18300,80 @@ export let SeriesView = /*@__PURE__*/ (() => {
18281
18300
  this.bw.width = this.bu.width;
18282
18301
  this.bw.height = this.bu.height;
18283
18302
  this.bw._fill = this.e.cd.sq;
18284
- this.k.v(this.bw);
18303
+ this.k.w(this.bw);
18285
18304
  }
18286
18305
  }
18287
18306
  if (h != 1) {
18288
- this.k.y();
18307
+ this.k.z();
18289
18308
  }
18290
18309
  }
18291
18310
  if (this.l != null && this.r) {
18292
18311
  if (this.l.d) {
18293
18312
  if (this.e.cd != null && h != 1) {
18294
- this.l.z();
18295
- this.l.aa(h, h);
18313
+ this.l.aa();
18314
+ this.l.ab(h, h);
18296
18315
  }
18297
18316
  if (!b.isEmpty && a) {
18298
- this.l.k(b.left, b.top, b.width, b.height);
18317
+ if (!this.l.e) {
18318
+ this.l.l(b.left, b.top, b.width, b.height);
18319
+ }
18299
18320
  }
18300
18321
  this.ba(true);
18301
18322
  this.a6(this.l, true);
18302
18323
  this.a5(this.l, true);
18303
18324
  if (h != 1) {
18304
- this.l.y();
18325
+ this.l.z();
18305
18326
  }
18306
18327
  }
18307
18328
  }
18308
18329
  if (this.k.d && this.r) {
18309
18330
  if (h != 1) {
18310
- this.k.z();
18311
- this.k.aa(h, h);
18331
+ this.k.aa();
18332
+ this.k.ab(h, h);
18312
18333
  }
18313
- this.k.z();
18334
+ this.k.aa();
18314
18335
  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)) {
18315
- 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));
18336
+ 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));
18316
18337
  }
18317
18338
  else {
18318
- this.k.ae(this.bu);
18339
+ this.k.af(this.bu);
18319
18340
  }
18320
18341
  this.ba(false);
18321
- this.k.ad(this.e._opacity);
18342
+ this.k.ae(this.e._opacity);
18322
18343
  if (this.e.dn && this.e.dp && !this.q) {
18323
18344
  if (this.e.e9) {
18324
- this.k.o(this.e.pf.colorString, 0, this.e.gz, this.e.g0);
18345
+ this.k.p(this.e.pf.colorString, 0, this.e.gz, this.e.g0);
18325
18346
  let i = this.e.cd.cu.j.x;
18326
18347
  let j = this.e.cd.cu.j.ak;
18327
18348
  if (h != 1) {
18328
- i.z();
18329
- i.aa(h, h);
18349
+ i.aa();
18350
+ i.ab(h, h);
18351
+ }
18352
+ if (!i.e) {
18353
+ i.l(c.left, c.top, c.width, c.height);
18330
18354
  }
18331
- i.k(c.left, c.top, c.width, c.height);
18332
18355
  this.a6(i, false);
18333
18356
  this.a5(i, false);
18334
- this.k.m(j.getNativeElement(), 1, 0, 0, c.width, c.height);
18357
+ this.k.n(j.getNativeElement(), 1, 0, 0, c.width, c.height);
18335
18358
  if (h != 1) {
18336
- i.y();
18359
+ i.z();
18337
18360
  }
18338
18361
  }
18339
18362
  else {
18340
- this.k.o(this.e.pf.colorString, this.e.gy, this.e.gz, this.e.g0);
18363
+ this.k.p(this.e.pf.colorString, this.e.gy, this.e.gz, this.e.g0);
18341
18364
  this.a6(this.k, false);
18342
18365
  this.a5(this.k, false);
18343
18366
  }
18344
- this.k.l();
18367
+ this.k.m();
18345
18368
  }
18346
18369
  else {
18347
18370
  this.a6(this.k, false);
18348
18371
  this.a5(this.k, false);
18349
18372
  }
18350
- this.k.ad(1);
18351
- this.k.y();
18373
+ this.k.ae(1);
18374
+ this.k.z();
18352
18375
  if (h != 1) {
18353
- this.k.y();
18376
+ this.k.z();
18354
18377
  }
18355
18378
  }
18356
18379
  }
@@ -18648,7 +18671,7 @@ export let MarkerSeriesView = /*@__PURE__*/ (() => {
18648
18671
  }
18649
18672
  let a = new DataTemplatePassInfo();
18650
18673
  a.isHitTestRender = false;
18651
- a.context = this.k.g();
18674
+ a.context = this.k.h();
18652
18675
  a.viewportTop = this.bu.top;
18653
18676
  a.viewportLeft = this.bu.left;
18654
18677
  a.viewportWidth = this.bu.width;
@@ -18659,7 +18682,7 @@ export let MarkerSeriesView = /*@__PURE__*/ (() => {
18659
18682
  b.passInfo = a;
18660
18683
  let c = new DataTemplateMeasureInfo();
18661
18684
  c.passInfo = a;
18662
- let d = this.k.g();
18685
+ let d = this.k.h();
18663
18686
  c.context = d;
18664
18687
  b.context = d;
18665
18688
  let e = 0;
@@ -18832,7 +18855,7 @@ export let MarkerSeriesView = /*@__PURE__*/ (() => {
18832
18855
  if (a.d) {
18833
18856
  let c = new DataTemplatePassInfo();
18834
18857
  c.isHitTestRender = b;
18835
- c.context = a.g();
18858
+ c.context = a.h();
18836
18859
  c.viewportTop = this.bu.top;
18837
18860
  c.viewportLeft = this.bu.left;
18838
18861
  c.viewportWidth = this.bu.width;
@@ -18844,7 +18867,7 @@ export let MarkerSeriesView = /*@__PURE__*/ (() => {
18844
18867
  let e = new DataTemplateMeasureInfo();
18845
18868
  e.passInfo = c;
18846
18869
  let f = false;
18847
- let g = a.g();
18870
+ let g = a.h();
18848
18871
  e.context = g;
18849
18872
  d.context = g;
18850
18873
  let h = 0;
@@ -18894,7 +18917,7 @@ export let MarkerSeriesView = /*@__PURE__*/ (() => {
18894
18917
  if (!isNaN_(k.height) && !isInfinity(k.height)) {
18895
18918
  d.availableHeight = k.height;
18896
18919
  }
18897
- a.p(d, k);
18920
+ a.q(d, k);
18898
18921
  k.m = d.availableWidth;
18899
18922
  k.l = d.availableHeight;
18900
18923
  k.ai = d.renderOffsetX;
@@ -1309,19 +1309,19 @@ export let ShapeSeriesViewBase = /*@__PURE__*/ (() => {
1309
1309
  }
1310
1310
  if (a.y != e) {
1311
1311
  a.y = e;
1312
- this.k.i(a, a.y);
1312
+ this.k.j(a, a.y);
1313
1313
  }
1314
1314
  }
1315
1315
  if (!d) {
1316
1316
  if (a.y != this.c5) {
1317
1317
  a.y = this.c5;
1318
- this.k.i(a, a.y);
1318
+ this.k.j(a, a.y);
1319
1319
  }
1320
1320
  }
1321
1321
  let f = this.b3.su(b, a, a.y);
1322
1322
  if (a.y != f) {
1323
1323
  a.y = f;
1324
- this.k.i(a, a.y);
1324
+ this.k.j(a, a.y);
1325
1325
  }
1326
1326
  }
1327
1327
  cl(a, b) {
@@ -1417,7 +1417,7 @@ export let ShapeSeriesViewBase = /*@__PURE__*/ (() => {
1417
1417
  for (let c = 0; c < this.cd.count; c++) {
1418
1418
  let d = this.aa(c, b);
1419
1419
  if (d._visibility != 1) {
1420
- a.s(d);
1420
+ a.t(d);
1421
1421
  }
1422
1422
  }
1423
1423
  }
@@ -1486,7 +1486,7 @@ export let ShapeSeriesViewBase = /*@__PURE__*/ (() => {
1486
1486
  })());
1487
1487
  b.ac = 1;
1488
1488
  if (this.k != null) {
1489
- this.k.i(b, b.y);
1489
+ this.k.j(b, b.y);
1490
1490
  }
1491
1491
  this.b3.ss = RectUtil.r(a, b.ac);
1492
1492
  }
@@ -176,16 +176,16 @@ export let SplineAreaSeriesView = /*@__PURE__*/ (() => {
176
176
  a6(a, b) {
177
177
  super.a6(a, b);
178
178
  if (b) {
179
- a.s(this.dg);
180
- a.s(this.dh);
181
- a.s(this.di);
182
- a.s(this.dj);
179
+ a.t(this.dg);
180
+ a.t(this.dh);
181
+ a.t(this.di);
182
+ a.t(this.dj);
183
183
  }
184
184
  else {
185
- a.s(this.dk);
186
- a.s(this.dl);
187
- a.s(this.dm);
188
- a.s(this.dn);
185
+ a.t(this.dk);
186
+ a.t(this.dl);
187
+ a.t(this.dm);
188
+ a.t(this.dn);
189
189
  }
190
190
  }
191
191
  al(a) {