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
@@ -3968,53 +3968,61 @@ var PieChartBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
3968
3968
  var a = this.k == this.j;
3969
3969
  if (this.k != null && this.k.d && !a) {
3970
3970
  if (this.a.c0 != 1) {
3971
- this.k.z();
3972
- this.k.aa(this.a.c0, this.a.c0);
3971
+ this.k.aa();
3972
+ this.k.ab(this.a.c0, this.a.c0);
3973
3973
  }
3974
3974
  if (!this.b1.isEmpty) {
3975
- this.k.k(this.b1.left, this.b1.top, this.b1.width, this.b1.height);
3975
+ if (!this.k.e) {
3976
+ this.k.l(this.b1.left, this.b1.top, this.b1.width, this.b1.height);
3977
+ }
3976
3978
  }
3977
3979
  }
3978
3980
  if (this.i != null && this.i.d && !a) {
3979
3981
  if (this.a.c0 != 1) {
3980
- this.i.z();
3981
- this.i.aa(this.a.c0, this.a.c0);
3982
+ this.i.aa();
3983
+ this.i.ab(this.a.c0, this.a.c0);
3982
3984
  }
3983
3985
  if (!this.b1.isEmpty) {
3984
- this.i.k(this.b1.left, this.b1.top, this.b1.width, this.b1.height);
3986
+ if (!this.i.e) {
3987
+ this.i.l(this.b1.left, this.b1.top, this.b1.width, this.b1.height);
3988
+ }
3985
3989
  }
3986
3990
  }
3987
3991
  if (this.j != null && this.j.d) {
3988
3992
  if (this.a.c0 != 1) {
3989
- this.j.z();
3990
- this.j.aa(this.a.c0, this.a.c0);
3993
+ this.j.aa();
3994
+ this.j.ab(this.a.c0, this.a.c0);
3991
3995
  }
3992
3996
  if (!this.b1.isEmpty) {
3993
- this.j.k(this.b1.left, this.b1.top, this.b1.width, this.b1.height);
3997
+ if (!this.j.e) {
3998
+ this.j.l(this.b1.left, this.b1.top, this.b1.width, this.b1.height);
3999
+ }
3994
4000
  }
3995
4001
  }
3996
4002
  if (this.h != null && this.h.d && !a) {
3997
4003
  if (this.a.c0 != 1) {
3998
- this.h.z();
3999
- this.h.aa(this.a.c0, this.a.c0);
4004
+ this.h.aa();
4005
+ this.h.ab(this.a.c0, this.a.c0);
4000
4006
  }
4001
4007
  if (!this.b1.isEmpty) {
4002
- this.h.k(this.b1.left, this.b1.top, this.b1.width, this.b1.height);
4008
+ if (!this.h.e) {
4009
+ this.h.l(this.b1.left, this.b1.top, this.b1.width, this.b1.height);
4010
+ }
4003
4011
  }
4004
4012
  }
4005
4013
  this.a7();
4006
4014
  if (!this.b1.isEmpty && this.a.c0 != 1) {
4007
4015
  if (this.k != null && this.k.d && !a) {
4008
- this.k.y();
4016
+ this.k.z();
4009
4017
  }
4010
4018
  if (this.i != null && this.i.d && !a) {
4011
- this.i.y();
4019
+ this.i.z();
4012
4020
  }
4013
4021
  if (this.j != null && this.j.d) {
4014
- this.j.y();
4022
+ this.j.z();
4015
4023
  }
4016
4024
  if (this.h != null && this.h.d && !a) {
4017
- this.h.y();
4025
+ this.h.z();
4018
4026
  }
4019
4027
  }
4020
4028
  };
@@ -4030,7 +4038,7 @@ var PieChartBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
4030
4038
  if (this.a.fn != null) {
4031
4039
  a = this.a.bl();
4032
4040
  }
4033
- this.i.ac(a);
4041
+ this.i.ad(a);
4034
4042
  try {
4035
4043
  for (var _b = tslib_1.__values(fromEnum(this.u)), _c = _b.next(); !_c.done; _c = _b.next()) {
4036
4044
  var b = _c.value;
@@ -4049,13 +4057,13 @@ var PieChartBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
4049
4057
  else {
4050
4058
  c.ao = b.ah.b2;
4051
4059
  }
4052
- this.i.w(c);
4060
+ this.i.x(c);
4053
4061
  }
4054
4062
  }
4055
4063
  var d = b.ah.b0;
4056
4064
  if (b.ah.y != null) {
4057
4065
  var e = new Path();
4058
- this.j.i(e, b.ah.y);
4066
+ this.j.j(e, b.ah.y);
4059
4067
  if (e._fill != null) {
4060
4068
  d = e._fill;
4061
4069
  }
@@ -4064,17 +4072,17 @@ var PieChartBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
4064
4072
  b.aq._stroke = d;
4065
4073
  b.aq.ac = 1;
4066
4074
  if (this.a.i6 != null) {
4067
- this.i.i(b.aq, this.a.i6);
4075
+ this.i.j(b.aq, this.a.i6);
4068
4076
  }
4069
- this.i.s(b.aq);
4077
+ this.i.t(b.aq);
4070
4078
  }
4071
4079
  if (this.a.a0 == 0 && b.ap != null) {
4072
4080
  b.ap._stroke = d;
4073
4081
  b.ap.ac = 1;
4074
4082
  if (this.a.i6 != null) {
4075
- this.i.i(b.ap, this.a.i6);
4083
+ this.i.j(b.ap, this.a.i6);
4076
4084
  }
4077
- this.i.r(b.ap);
4085
+ this.i.s(b.ap);
4078
4086
  }
4079
4087
  }
4080
4088
  }
@@ -4109,22 +4117,22 @@ var PieChartBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
4109
4117
  b._stroke = a.b1;
4110
4118
  }
4111
4119
  if (a.y != null) {
4112
- this.j.i(b, a.y);
4120
+ this.j.j(b, a.y);
4113
4121
  }
4114
4122
  if (b.j != null) {
4115
- this.j.z();
4116
- this.j.j(b.j);
4123
+ this.j.aa();
4124
+ this.j.k(b.j);
4117
4125
  }
4118
4126
  var c = b._fill;
4119
4127
  var d = b._stroke;
4120
4128
  var e = this.n(a, b, this.j);
4121
- this.j.s(b);
4129
+ this.j.t(b);
4122
4130
  if (e) {
4123
4131
  b._fill = c;
4124
4132
  b._stroke = d;
4125
4133
  }
4126
4134
  if (b.j != null) {
4127
- this.j.y();
4135
+ this.j.z();
4128
4136
  }
4129
4137
  };
4130
4138
  PieChartBaseView.prototype.ba = function () {
@@ -4432,7 +4440,7 @@ var PieChartBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
4432
4440
  PieChartBaseView.prototype.z = function (a) {
4433
4441
  var b = typeCast(TextBlock.$, a);
4434
4442
  if (b != null && b.al != null && this.i != null) {
4435
- return this.i.e(b) + 0;
4443
+ return this.i.f(b) + 0;
4436
4444
  }
4437
4445
  return 0;
4438
4446
  };
@@ -4477,7 +4485,7 @@ var PieChartBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
4477
4485
  a = this.a.bl();
4478
4486
  }
4479
4487
  if (this.i != null) {
4480
- this.i.ac(a);
4488
+ this.i.ad(a);
4481
4489
  }
4482
4490
  };
4483
4491
  PieChartBaseView.prototype.a0 = function (a, b) {
@@ -58,7 +58,7 @@ var PieLegendTemplates = /** @class */ /*@__PURE__*/ (function (_super) {
58
58
  i.ac = h;
59
59
  i._fill = f;
60
60
  i._stroke = g;
61
- d.v(i);
61
+ d.w(i);
62
62
  };
63
63
  PieLegendTemplates.b = function (a) {
64
64
  var b = a.data;
@@ -75,7 +75,7 @@ var PieLegendTemplates = /** @class */ /*@__PURE__*/ (function (_super) {
75
75
  h.ac = g;
76
76
  h._fill = e;
77
77
  h._stroke = f;
78
- d.v(h);
78
+ d.w(h);
79
79
  };
80
80
  PieLegendTemplates.$t = markType(PieLegendTemplates, 'PieLegendTemplates');
81
81
  return PieLegendTemplates;
@@ -551,10 +551,10 @@ var PointerTooltipView = /** @class */ /*@__PURE__*/ (function (_super) {
551
551
  this.j = j;
552
552
  }
553
553
  if (this.b.d && this.f != 1) {
554
- this.b.z();
555
- this.b.aa(this.f, this.f);
554
+ this.b.aa();
555
+ this.b.ab(this.f, this.f);
556
556
  }
557
- this.b.k(0, 0, this.i, this.h);
557
+ this.b.l(0, 0, this.i, this.h);
558
558
  var k = new Rectangle();
559
559
  k.width = this.a.a1;
560
560
  k.height = this.a.a0;
@@ -593,15 +593,15 @@ var PointerTooltipView = /** @class */ /*@__PURE__*/ (function (_super) {
593
593
  var m = this.a.cw;
594
594
  l._fill = k._fill;
595
595
  m._stroke = k._stroke;
596
- this.b.v(k);
597
- this.b.t(l);
598
- this.b.u(m);
596
+ this.b.w(k);
597
+ this.b.u(l);
598
+ this.b.v(m);
599
599
  if (this.a.ai != null) {
600
- this.b.z();
601
- this.b.af(k.n, k.o);
600
+ this.b.aa();
601
+ this.b.ag(k.n, k.o);
602
602
  this.a.ai.ensureUpdated();
603
603
  this.a.ai.doRender(this.b, 1);
604
- this.b.y();
604
+ this.b.z();
605
605
  }
606
606
  var x_ = a + "px";
607
607
  var y_ = b + "px";
@@ -613,7 +613,7 @@ var PointerTooltipView = /** @class */ /*@__PURE__*/ (function (_super) {
613
613
  this.c = true;
614
614
  }
615
615
  if (this.b.d && this.f != 1) {
616
- this.b.y();
616
+ this.b.z();
617
617
  }
618
618
  };
619
619
  PointerTooltipView.prototype.s = function () {
@@ -141,12 +141,12 @@ var PolarAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
141
141
  _super.prototype.a6.call(this, a, b);
142
142
  if (a.d) {
143
143
  if (b) {
144
- a.s(this.c7);
145
- a.s(this.c8);
144
+ a.t(this.c7);
145
+ a.t(this.c8);
146
146
  }
147
147
  else {
148
- a.s(this.c9);
149
- a.s(this.da);
148
+ a.t(this.c9);
149
+ a.t(this.da);
150
150
  }
151
151
  }
152
152
  };
@@ -1095,15 +1095,17 @@ var PolarBase = /** @class */ /*@__PURE__*/ (function (_super) {
1095
1095
  var g = new DataLegendSeriesValueInfo();
1096
1096
  g.l = e;
1097
1097
  g.a = 11;
1098
- g.p = this.tw != null ? this.tw : "Radius";
1099
- g.q = this.ts != null ? this.ts : "R:";
1100
- g.r = this.tu != null ? this.tu : "";
1098
+ g.q = this.tw != null ? this.tw : "Radius";
1099
+ g.p = "Radius";
1100
+ g.r = this.ts != null ? this.ts : "R:";
1101
+ g.s = this.tu != null ? this.tu : "";
1101
1102
  var h = new DataLegendSeriesValueInfo();
1102
1103
  h.l = f;
1103
1104
  h.a = 10;
1104
- h.p = this.ti != null ? this.ti : "Angle";
1105
- h.q = this.te != null ? this.te : "A:";
1106
- h.r = this.tg != null ? this.tg : "";
1105
+ h.q = this.ti != null ? this.ti : "Angle";
1106
+ h.p = "Angle";
1107
+ h.r = this.te != null ? this.te : "A:";
1108
+ h.s = this.tg != null ? this.tg : "";
1107
1109
  var i = new DataLegendSeriesContext();
1108
1110
  i.f = ((function () {
1109
1111
  var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -1238,7 +1240,7 @@ var PolarBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
1238
1240
  c._stroke = this.cu.uy;
1239
1241
  c.ad = this.cu.u1;
1240
1242
  c.ai = this.cu.u0;
1241
- a.u(c);
1243
+ a.v(c);
1242
1244
  }
1243
1245
  }
1244
1246
  _super.prototype.a5.call(this, a, b);
@@ -110,10 +110,10 @@ var PolarLineSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
110
110
  _super.prototype.a6.call(this, a, b);
111
111
  if (a.d) {
112
112
  if (b) {
113
- a.s(this.c7);
113
+ a.t(this.c7);
114
114
  }
115
115
  else {
116
- a.s(this.c8);
116
+ a.t(this.c8);
117
117
  }
118
118
  }
119
119
  };
@@ -161,12 +161,12 @@ var PolarSplineAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
161
161
  _super.prototype.a6.call(this, a, b);
162
162
  if (a.d) {
163
163
  if (b) {
164
- a.s(this.c7);
165
- a.s(this.c8);
164
+ a.t(this.c7);
165
+ a.t(this.c8);
166
166
  }
167
167
  else {
168
- a.s(this.c9);
169
- a.s(this.da);
168
+ a.t(this.c9);
169
+ a.t(this.da);
170
170
  }
171
171
  }
172
172
  };
@@ -125,10 +125,10 @@ var PolarSplineSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
125
125
  _super.prototype.a6.call(this, a, b);
126
126
  if (a.d) {
127
127
  if (b) {
128
- a.s(this.c7);
128
+ a.t(this.c7);
129
129
  }
130
130
  else {
131
- a.s(this.c8);
131
+ a.t(this.c8);
132
132
  }
133
133
  }
134
134
  };
@@ -387,14 +387,14 @@ var PriceChannelOverlayView = /** @class */ /*@__PURE__*/ (function (_super) {
387
387
  _super.prototype.a6.call(this, a, b);
388
388
  if (a.d) {
389
389
  if (b) {
390
- a.t(this.b6);
391
- a.u(this.b9);
392
- a.u(this.ca);
390
+ a.u(this.b6);
391
+ a.v(this.b9);
392
+ a.v(this.ca);
393
393
  }
394
394
  else {
395
- a.t(this.b8);
396
- a.u(this.cd);
397
- a.u(this.ce);
395
+ a.u(this.b8);
396
+ a.v(this.cd);
397
+ a.v(this.ce);
398
398
  }
399
399
  }
400
400
  };
@@ -172,16 +172,16 @@ var RadialAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
172
172
  _super.prototype.a6.call(this, a, b);
173
173
  if (a.d) {
174
174
  if (b) {
175
- a.s(this.c3);
176
- a.s(this.c4);
177
- a.s(this.c5);
178
- a.s(this.c6);
175
+ a.t(this.c3);
176
+ a.t(this.c4);
177
+ a.t(this.c5);
178
+ a.t(this.c6);
179
179
  }
180
180
  else {
181
- a.s(this.c7);
182
- a.s(this.c8);
183
- a.s(this.c9);
184
- a.s(this.da);
181
+ a.t(this.c7);
182
+ a.t(this.c8);
183
+ a.t(this.c9);
184
+ a.t(this.da);
185
185
  }
186
186
  }
187
187
  };
@@ -233,7 +233,7 @@ var RadialColumnSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
233
233
  for (var c = 0; c < this.c2.count; c++) {
234
234
  var d = this.aa(c, b);
235
235
  this.bd(d, c, b);
236
- a.s(d);
236
+ a.t(d);
237
237
  }
238
238
  }
239
239
  };
@@ -182,14 +182,14 @@ var RadialLineSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
182
182
  _super.prototype.a6.call(this, a, b);
183
183
  if (a.d) {
184
184
  if (b) {
185
- a.s(this.c3);
186
- a.s(this.c4);
187
- a.s(this.c5);
185
+ a.t(this.c3);
186
+ a.t(this.c4);
187
+ a.t(this.c5);
188
188
  }
189
189
  else {
190
- a.s(this.c6);
191
- a.s(this.c7);
192
- a.s(this.c8);
190
+ a.t(this.c6);
191
+ a.t(this.c7);
192
+ a.t(this.c8);
193
193
  }
194
194
  }
195
195
  };
@@ -332,7 +332,7 @@ var RadialPieSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
332
332
  if (a.d) {
333
333
  for (var c = 0; c < this.c2.count; c++) {
334
334
  var d = this.aa(c, b);
335
- a.s(d);
335
+ a.t(d);
336
336
  }
337
337
  }
338
338
  };
@@ -184,14 +184,14 @@ var RangeAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
184
184
  _super.prototype.a6.call(this, a, b);
185
185
  if (a.d) {
186
186
  if (b) {
187
- a.t(this.c5);
188
- a.u(this.c8);
189
- a.u(this.c9);
187
+ a.u(this.c5);
188
+ a.v(this.c8);
189
+ a.v(this.c9);
190
190
  }
191
191
  else {
192
- a.t(this.c6);
193
- a.u(this.da);
194
- a.u(this.db);
192
+ a.u(this.c6);
193
+ a.v(this.da);
194
+ a.v(this.db);
195
195
  }
196
196
  }
197
197
  };
@@ -239,7 +239,7 @@ var RangeColumnSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
239
239
  for (var c = 0; c < this.c4.count; c++) {
240
240
  var d = this.aa(c, b);
241
241
  this.bd(d, c, b);
242
- a.v(d);
242
+ a.w(d);
243
243
  }
244
244
  }
245
245
  };
@@ -213,7 +213,7 @@ var ScaleLegendView = /** @class */ /*@__PURE__*/ (function (_super) {
213
213
  ScaleLegendView.prototype.au = function (a) {
214
214
  var b = typeCast(TextBlock.$, a);
215
215
  if (b != null && b.al != null) {
216
- return this.aq.e(b) + 0;
216
+ return this.aq.f(b) + 0;
217
217
  }
218
218
  return 0;
219
219
  };
@@ -226,7 +226,7 @@ var ScaleLegendView = /** @class */ /*@__PURE__*/ (function (_super) {
226
226
  }
227
227
  if (this.aq.d) {
228
228
  var a = typeCast(IInternalLegendOwner_$type, this.ap.bc.container);
229
- this.aq.ac(a.getFontInfo());
229
+ this.aq.ad(a.getFontInfo());
230
230
  this.as = a.getFontHeight();
231
231
  this.a8 = a.getFontBrush();
232
232
  var b = this.au(this.a6);
@@ -259,17 +259,19 @@ var ScaleLegendView = /** @class */ /*@__PURE__*/ (function (_super) {
259
259
  this.a5.n = i;
260
260
  this.a5.o = j + k - (this.at(this.a6));
261
261
  this.a5.ao = this.a8;
262
- this.aq.k(0, 0, this.bb.width, this.bb.height);
262
+ if (!this.aq.e) {
263
+ this.aq.l(0, 0, this.bb.width, this.bb.height);
264
+ }
263
265
  if (this.ao == null && this.a7 != null) {
264
266
  p._fill = this.a7;
265
- this.aq.t(p);
267
+ this.aq.u(p);
266
268
  }
267
269
  else {
268
270
  this.c.y(this.aq, p, this.ao, new Rect(0, g, f, e, h));
269
271
  }
270
272
  if (d > 0) {
271
- this.aq.w(this.a6);
272
- this.aq.w(this.a5);
273
+ this.aq.x(this.a6);
274
+ this.aq.x(this.a5);
273
275
  }
274
276
  }
275
277
  };
@@ -385,21 +385,24 @@ var ScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super) {
385
385
  var h = new DataLegendSeriesValueInfo();
386
386
  h.l = e;
387
387
  h.a = 13;
388
- h.p = this.ra != null ? this.ra : "X";
389
- h.q = this.q6 != null ? this.q6 : "X:";
390
- h.r = this.q8 != null ? this.q8 : "";
388
+ h.p = "X";
389
+ h.q = this.ra != null ? this.ra : "X";
390
+ h.r = this.q6 != null ? this.q6 : "X:";
391
+ h.s = this.q8 != null ? this.q8 : "";
391
392
  var i = new DataLegendSeriesValueInfo();
392
393
  i.l = f;
393
394
  i.a = 14;
394
- i.p = this.ri != null ? this.ri : "Y";
395
- i.q = this.re != null ? this.re : "Y:";
396
- i.r = this.rg != null ? this.rg : "";
395
+ i.p = "Y";
396
+ i.q = this.ri != null ? this.ri : "Y";
397
+ i.r = this.re != null ? this.re : "Y:";
398
+ i.s = this.rg != null ? this.rg : "";
397
399
  var j = new DataLegendSeriesValueInfo();
398
400
  j.l = g;
399
401
  j.a = 0;
400
- j.p = this.sh != null ? this.sh : "Value";
401
- j.q = this.sd != null ? this.sd : "V:";
402
- j.r = this.sf != null ? this.sf : "";
402
+ j.p = "Value";
403
+ j.q = this.sh != null ? this.sh : "Value";
404
+ j.r = this.sd != null ? this.sd : "V:";
405
+ j.s = this.sf != null ? this.sf : "";
403
406
  var k = new DataLegendSeriesContext();
404
407
  k.f = ((function () {
405
408
  var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -462,7 +465,7 @@ var ScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
462
465
  if (this.b4.getAttribute("height") != g) {
463
466
  this.b4.setAttribute("height", e.toString());
464
467
  }
465
- var h = this.b3.g();
468
+ var h = this.b3.h();
466
469
  if (a) {
467
470
  h.clearRect(0, 0, d, e);
468
471
  }
@@ -489,7 +492,7 @@ var ScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
489
492
  };
490
493
  ScatterAreaSeriesView.prototype.b7 = function () {
491
494
  if (this.b3 != null) {
492
- this.b3.k(this.bu.left, this.bu.top, this.bu.width, this.bu.height);
495
+ this.b3.l(this.bu.left, this.bu.top, this.bu.width, this.bu.height);
493
496
  }
494
497
  this.aq();
495
498
  };
@@ -505,14 +508,14 @@ var ScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
505
508
  c.width = this.bu.width;
506
509
  c.height = this.bu.height;
507
510
  c._fill = this.bo();
508
- a.v(c);
511
+ a.w(c);
509
512
  }
510
513
  else {
511
514
  var d = truncate(Math.round(this.bu.left));
512
515
  var e = truncate(Math.round(this.bu.top));
513
516
  var f = truncate(Math.round(this.bu.width));
514
517
  var g = truncate(Math.round(this.bu.height));
515
- a.m(this.b4.getNativeElement(), 1, d, e, f, g);
518
+ a.n(this.b4.getNativeElement(), 1, d, e, f, g);
516
519
  }
517
520
  };
518
521
  ScatterAreaSeriesView.prototype.cb = function (a) {
@@ -521,7 +524,7 @@ var ScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
521
524
  var d = truncate(Math.round(this.bu.width));
522
525
  var e = truncate(Math.round(this.bu.height));
523
526
  this.b9();
524
- this.b3.g().putImageData(this.b5, 0, 0);
527
+ this.b3.h().putImageData(this.b5, 0, 0);
525
528
  this.aq();
526
529
  };
527
530
  ScatterAreaSeriesView.prototype.al = function (a) {
@@ -1693,15 +1693,17 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
1693
1693
  var g = new DataLegendSeriesValueInfo();
1694
1694
  g.l = e;
1695
1695
  g.a = 13;
1696
- g.p = this.ti != null ? this.ti : "X:";
1697
- g.q = this.te != null ? this.te : "X:";
1698
- g.r = this.tg != null ? this.tg : "";
1696
+ g.p = "X";
1697
+ g.q = this.ti != null ? this.ti : "X";
1698
+ g.r = this.te != null ? this.te : "X:";
1699
+ g.s = this.tg != null ? this.tg : "";
1699
1700
  var h = new DataLegendSeriesValueInfo();
1700
1701
  h.l = f;
1701
1702
  h.a = 14;
1702
- h.p = this.tq != null ? this.tq : "Y:";
1703
- h.q = this.tm != null ? this.tm : "Y:";
1704
- h.r = this.to != null ? this.to : "";
1703
+ h.p = "Y";
1704
+ h.q = this.tq != null ? this.tq : "Y";
1705
+ h.r = this.tm != null ? this.tm : "Y:";
1706
+ h.s = this.to != null ? this.to : "";
1705
1707
  var i = new DataLegendSeriesContext();
1706
1708
  i.f = ((function () {
1707
1709
  var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -1799,7 +1801,7 @@ var ScatterBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
1799
1801
  ScatterBaseView.prototype.de = function (a) {
1800
1802
  if (this.db == null) {
1801
1803
  this.db = new DataTemplateMeasureInfo();
1802
- this.db.context = this.k.g();
1804
+ this.db.context = this.k.h();
1803
1805
  }
1804
1806
  this.db.width = a.width;
1805
1807
  this.db.height = a.height;
@@ -1866,7 +1868,7 @@ var ScatterBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
1866
1868
  c._stroke = this.cw.u1;
1867
1869
  c.ai = this.cw.u2;
1868
1870
  c.ad = this.cw.u3;
1869
- a.u(c);
1871
+ a.v(c);
1870
1872
  }
1871
1873
  }
1872
1874
  };