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
@@ -155,14 +155,14 @@ var SplineSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
155
155
  _super.prototype.a6.call(this, a, b);
156
156
  if (a.d) {
157
157
  if (b) {
158
- a.s(this.df);
159
- a.s(this.dg);
160
- a.s(this.dh);
158
+ a.t(this.df);
159
+ a.t(this.dg);
160
+ a.t(this.dh);
161
161
  }
162
162
  else {
163
- a.s(this.dl);
164
- a.s(this.dm);
165
- a.s(this.dn);
163
+ a.t(this.dl);
164
+ a.t(this.dm);
165
+ a.t(this.dn);
166
166
  }
167
167
  }
168
168
  };
@@ -4599,6 +4599,9 @@ var HorizontalStackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super)
4599
4599
  HorizontalStackedSeriesBase.prototype.l7 = function (a, b, c, d) {
4600
4600
  _super.prototype.l7.call(this, a, b, c, d);
4601
4601
  switch (b) {
4602
+ case "Resolution":
4603
+ this.tq.j();
4604
+ break;
4602
4605
  case HorizontalStackedSeriesBase.$$p[0]:
4603
4606
  if (c != d) {
4604
4607
  this.k4(typeCast(Axis.$, c));
@@ -5582,8 +5585,9 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5582
5585
  var c = new DataLegendSeriesValueInfo();
5583
5586
  c.l = this.br({ $type: Point_$type, x: a, y: b }, false, false);
5584
5587
  c.p = "Value";
5585
- c.q = this.fe != null ? this.fe : "";
5586
- c.r = this.fg != null ? this.fg : "";
5588
+ c.q = this.fi != null ? this.fi : "Value";
5589
+ c.r = this.fe != null ? this.fe : "";
5590
+ c.s = this.fg != null ? this.fg : "";
5587
5591
  var d = new DataLegendSeriesContext();
5588
5592
  d.f = ((function () {
5589
5593
  var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -6747,16 +6751,16 @@ var AreaFragmentView = /** @class */ /*@__PURE__*/ (function (_super) {
6747
6751
  _super.prototype.a6.call(this, a, b);
6748
6752
  if (a.d) {
6749
6753
  if (b) {
6750
- a.s(this.dc);
6751
- a.s(this.dd);
6752
- a.s(this.de);
6753
- a.s(this.df);
6754
+ a.t(this.dc);
6755
+ a.t(this.dd);
6756
+ a.t(this.de);
6757
+ a.t(this.df);
6754
6758
  }
6755
6759
  else {
6756
- a.s(this.dg);
6757
- a.s(this.dh);
6758
- a.s(this.di);
6759
- a.s(this.dj);
6760
+ a.t(this.dg);
6761
+ a.t(this.dh);
6762
+ a.t(this.di);
6763
+ a.t(this.dj);
6760
6764
  }
6761
6765
  }
6762
6766
  };
@@ -6878,7 +6882,7 @@ var ColumnFragmentView = /** @class */ /*@__PURE__*/ (function (_super) {
6878
6882
  for (var c = 0; c < this.de.count; c++) {
6879
6883
  var d = this.aa(c, b);
6880
6884
  this.bd(d, c, b);
6881
- a.v(d);
6885
+ a.w(d);
6882
6886
  }
6883
6887
  }
6884
6888
  };
@@ -7022,14 +7026,14 @@ var LineFragmentView = /** @class */ /*@__PURE__*/ (function (_super) {
7022
7026
  _super.prototype.a6.call(this, a, b);
7023
7027
  if (a.d) {
7024
7028
  if (b) {
7025
- a.s(this.dc);
7026
- a.s(this.dd);
7027
- a.s(this.de);
7029
+ a.t(this.dc);
7030
+ a.t(this.dd);
7031
+ a.t(this.de);
7028
7032
  }
7029
7033
  else {
7030
- a.s(this.df);
7031
- a.s(this.dg);
7032
- a.s(this.dh);
7034
+ a.t(this.df);
7035
+ a.t(this.dg);
7036
+ a.t(this.dh);
7033
7037
  }
7034
7038
  }
7035
7039
  };
@@ -7108,16 +7112,16 @@ var SplineAreaFragmentView = /** @class */ /*@__PURE__*/ (function (_super) {
7108
7112
  _super.prototype.a6.call(this, a, b);
7109
7113
  if (a.d) {
7110
7114
  if (b) {
7111
- a.s(this.de);
7112
- a.s(this.df);
7113
- a.s(this.dg);
7114
- a.s(this.dh);
7115
+ a.t(this.de);
7116
+ a.t(this.df);
7117
+ a.t(this.dg);
7118
+ a.t(this.dh);
7115
7119
  }
7116
7120
  else {
7117
- a.s(this.di);
7118
- a.s(this.dj);
7119
- a.s(this.dk);
7120
- a.s(this.dl);
7121
+ a.t(this.di);
7122
+ a.t(this.dj);
7123
+ a.t(this.dk);
7124
+ a.t(this.dl);
7121
7125
  }
7122
7126
  }
7123
7127
  };
@@ -7188,14 +7192,14 @@ var SplineFragmentView = /** @class */ /*@__PURE__*/ (function (_super) {
7188
7192
  _super.prototype.a6.call(this, a, b);
7189
7193
  if (a.d) {
7190
7194
  if (b) {
7191
- a.s(this.de);
7192
- a.s(this.df);
7193
- a.s(this.dg);
7195
+ a.t(this.de);
7196
+ a.t(this.df);
7197
+ a.t(this.dg);
7194
7198
  }
7195
7199
  else {
7196
- a.s(this.dh);
7197
- a.s(this.di);
7198
- a.s(this.dj);
7200
+ a.t(this.dh);
7201
+ a.t(this.di);
7202
+ a.t(this.dj);
7199
7203
  }
7200
7204
  }
7201
7205
  };
@@ -7434,8 +7438,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
7434
7438
  _this.c = null;
7435
7439
  _this.e = null;
7436
7440
  _this.d = null;
7437
- _this.j = null;
7438
7441
  _this.k = null;
7442
+ _this.l = null;
7439
7443
  if (a == null) {
7440
7444
  return _this;
7441
7445
  }
@@ -7444,8 +7448,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
7444
7448
  _this.c = new StackedSeriesCollection();
7445
7449
  _this.e = new ObservableCollection$1(AnchoredCategorySeries.$, 0);
7446
7450
  _this.d = new ObservableCollection$1(AnchoredCategorySeries.$, 0);
7447
- _this.j = _this.b.tr.c2;
7448
- _this.k = _this.b.tr.c4;
7451
+ _this.k = _this.b.tr.c2;
7452
+ _this.l = _this.b.tr.c4;
7449
7453
  var b = _this.c;
7450
7454
  b.collectionChanged = delegateCombine(b.collectionChanged, function (b, c) {
7451
7455
  var e_70, _a, e_71, _b;
@@ -7509,8 +7513,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
7509
7513
  e.b8 = null;
7510
7514
  e.itemsSource = null;
7511
7515
  e.legend = null;
7512
- if (_this.k != null && _this.k.ab.contains(e)) {
7513
- _this.k.ab.remove(e);
7516
+ if (_this.l != null && _this.l.ab.contains(e)) {
7517
+ _this.l.ab.remove(e);
7514
7518
  }
7515
7519
  if (_this.b.cd != null) {
7516
7520
  _this.b.cd.op(e);
@@ -7537,8 +7541,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
7537
7541
  var f = _f.value;
7538
7542
  f.cd = _this.b.cd;
7539
7543
  f.b8 = _this.b.b8;
7540
- if (!_this.k.ab.contains(f)) {
7541
- _this.k.ab.add(f);
7544
+ if (!_this.l.ab.contains(f)) {
7545
+ _this.l.ab.add(f);
7542
7546
  }
7543
7547
  if (_this.b.cd != null) {
7544
7548
  _this.b.cd.lk(f);
@@ -7632,6 +7636,31 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
7632
7636
  }
7633
7637
  return null;
7634
7638
  };
7639
+ StackedSeriesManager.prototype.j = function () {
7640
+ var e_74, _a;
7641
+ if (this.b == null) {
7642
+ return;
7643
+ }
7644
+ try {
7645
+ for (var _b = tslib_1.__values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
7646
+ var a = _c.value;
7647
+ a.gv = this.b.fv;
7648
+ }
7649
+ }
7650
+ catch (e_74_1) {
7651
+ e_74 = { error: e_74_1 };
7652
+ }
7653
+ finally {
7654
+ try {
7655
+ if (_c && !_c.done && (_a = _b.return))
7656
+ _a.call(_b);
7657
+ }
7658
+ finally {
7659
+ if (e_74)
7660
+ throw e_74.error;
7661
+ }
7662
+ }
7663
+ };
7635
7664
  StackedSeriesManager.prototype.i = function (a, b) {
7636
7665
  if (b.itemsSource == null) {
7637
7666
  a.itemsSource = this.b.itemsSource;
@@ -7705,7 +7734,7 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
7705
7734
  b.gq();
7706
7735
  };
7707
7736
  StackedSeriesManager.prototype.h = function (a) {
7708
- var e_74, _a;
7737
+ var e_75, _a;
7709
7738
  this.e.clear();
7710
7739
  this.d.clear();
7711
7740
  var b = 0;
@@ -7730,8 +7759,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
7730
7759
  b++;
7731
7760
  }
7732
7761
  }
7733
- catch (e_74_1) {
7734
- e_74 = { error: e_74_1 };
7762
+ catch (e_75_1) {
7763
+ e_75 = { error: e_75_1 };
7735
7764
  }
7736
7765
  finally {
7737
7766
  try {
@@ -7739,8 +7768,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
7739
7768
  _a.call(_b);
7740
7769
  }
7741
7770
  finally {
7742
- if (e_74)
7743
- throw e_74.error;
7771
+ if (e_75)
7772
+ throw e_75.error;
7744
7773
  }
7745
7774
  }
7746
7775
  };
@@ -262,16 +262,16 @@ var StepAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
262
262
  StepAreaSeriesView.prototype.a6 = function (a, b) {
263
263
  _super.prototype.a6.call(this, a, b);
264
264
  if (b) {
265
- a.s(this.de);
266
- a.s(this.df);
267
- a.s(this.dg);
268
- a.s(this.dh);
265
+ a.t(this.de);
266
+ a.t(this.df);
267
+ a.t(this.dg);
268
+ a.t(this.dh);
269
269
  }
270
270
  else {
271
- a.s(this.di);
272
- a.s(this.dj);
273
- a.s(this.dk);
274
- a.s(this.dl);
271
+ a.t(this.di);
272
+ a.t(this.dj);
273
+ a.t(this.dk);
274
+ a.t(this.dl);
275
275
  }
276
276
  };
277
277
  StepAreaSeriesView.prototype.al = function (a) {
@@ -262,14 +262,14 @@ var StepLineSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
262
262
  _super.prototype.a6.call(this, a, b);
263
263
  if (a.d) {
264
264
  if (b) {
265
- a.s(this.dd);
266
- a.s(this.de);
267
- a.s(this.df);
265
+ a.t(this.dd);
266
+ a.t(this.de);
267
+ a.t(this.df);
268
268
  }
269
269
  else {
270
- a.s(this.dj);
271
- a.s(this.dk);
272
- a.s(this.dl);
270
+ a.t(this.dj);
271
+ a.t(this.dk);
272
+ a.t(this.dl);
273
273
  }
274
274
  }
275
275
  };
@@ -187,7 +187,7 @@ var TreemapView = /** @class */ /*@__PURE__*/ (function (_super) {
187
187
  this.l = new RenderingContext(new CanvasViewRenderer(), j);
188
188
  this.ap();
189
189
  this.a2();
190
- this.l.ac(this.f);
190
+ this.l.ad(this.f);
191
191
  this.az();
192
192
  this.c = new CanvasGestureDOMEventProxy(this.ae, this.ac, true);
193
193
  this.c.ao = function (k) { return true; };
@@ -291,7 +291,7 @@ var TreemapView = /** @class */ /*@__PURE__*/ (function (_super) {
291
291
  this.a3 = new Brush();
292
292
  this.a3._fill = this.ac.rootWrapper.getStyleProperty("color");
293
293
  if (this.l != null) {
294
- this.l.ac(this.f);
294
+ this.l.ad(this.f);
295
295
  }
296
296
  };
297
297
  TreemapView.prototype.ar = function () {
@@ -322,12 +322,12 @@ var TreemapView = /** @class */ /*@__PURE__*/ (function (_super) {
322
322
  this.r = truncate(Math.round(d));
323
323
  }
324
324
  if (this.l.d && this.v != 1) {
325
- this.l.z();
326
- this.l.aa(this.v, this.v);
325
+ this.l.aa();
326
+ this.l.ab(this.v, this.v);
327
327
  }
328
328
  this.b.f(this.l, this.a.ip, this.q, this.t);
329
329
  if (this.l.d && this.v != 1) {
330
- this.l.y();
330
+ this.l.z();
331
331
  }
332
332
  };
333
333
  TreemapView.prototype.av = function (a) {
@@ -361,24 +361,24 @@ var TreemapView = /** @class */ /*@__PURE__*/ (function (_super) {
361
361
  TreemapView.prototype.aa = function (a) {
362
362
  if (a != null) {
363
363
  if (this.g != null) {
364
- this.l.ac(this.g);
364
+ this.l.ad(this.g);
365
365
  }
366
366
  else {
367
- this.l.ac(this.e);
367
+ this.l.ad(this.e);
368
368
  }
369
- return this.l.f(a);
369
+ return this.l.g(a);
370
370
  }
371
371
  return 0;
372
372
  };
373
373
  TreemapView.prototype.y = function (a) {
374
374
  if (a != null) {
375
375
  if (this.h != null) {
376
- this.l.ac(this.h);
376
+ this.l.ad(this.h);
377
377
  }
378
378
  else {
379
- this.l.ac(this.e);
379
+ this.l.ad(this.e);
380
380
  }
381
- return this.l.f(a);
381
+ return this.l.g(a);
382
382
  }
383
383
  return 0;
384
384
  };
@@ -515,7 +515,7 @@ var TreemapViewRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
515
515
  }
516
516
  };
517
517
  TreemapViewRenderer.prototype.f = function (a, b, c, d) {
518
- a.k(b.left, b.top, b.width, b.height);
518
+ a.l(b.left, b.top, b.width, b.height);
519
519
  if (c != null) {
520
520
  for (var e = 0; e < c.count; e++) {
521
521
  var f = c._inner[e];
@@ -530,8 +530,8 @@ var TreemapViewRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
530
530
  g.height = f.m.height;
531
531
  g.n = f.m.left;
532
532
  g.o = f.m.top;
533
- a.ac(f.a);
534
- var j = a.f(f.g);
533
+ a.ad(f.a);
534
+ var j = a.g(f.g);
535
535
  if (f.b) {
536
536
  i.al = f.g;
537
537
  switch (f.h) {
@@ -576,21 +576,21 @@ var TreemapViewRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
576
576
  i.al = f.g;
577
577
  i.ao = f.k;
578
578
  }
579
- a.v(g);
579
+ a.w(g);
580
580
  if (f.s != 0) {
581
581
  if (!f.b) {
582
- a.v(h);
582
+ a.w(h);
583
583
  }
584
584
  }
585
- a.z();
586
- a.ae(f.m);
585
+ a.aa();
586
+ a.af(f.m);
587
587
  if (f.s == 0) {
588
588
  if (!f.b) {
589
- a.v(h);
589
+ a.w(h);
590
590
  }
591
591
  }
592
- a.w(i);
593
- a.y();
592
+ a.x(i);
593
+ a.z();
594
594
  }
595
595
  }
596
596
  };
@@ -421,7 +421,7 @@ var ValueOverlayView = /** @class */ /*@__PURE__*/ (function (_super) {
421
421
  ValueOverlayView.prototype.a6 = function (a, b) {
422
422
  _super.prototype.a6.call(this, a, b);
423
423
  if (a.d) {
424
- a.s(this.bz);
424
+ a.t(this.bz);
425
425
  }
426
426
  };
427
427
  ValueOverlayView.prototype.al = function (a) {
@@ -402,7 +402,7 @@ var WaterfallSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
402
402
  for (var c = 0; c < this.dc.count; c++) {
403
403
  var d = this.aa(c, b);
404
404
  this.bd(d, c, b);
405
- a.v(d);
405
+ a.w(d);
406
406
  }
407
407
  }
408
408
  };
@@ -190,12 +190,12 @@ var XamFunnelView = /** @class */ /*@__PURE__*/ (function (_super) {
190
190
  XamFunnelView.prototype.aq = function (a, b, c, d, e) {
191
191
  if (a != null) {
192
192
  if (a.d && this.t != 1) {
193
- a.z();
194
- a.aa(this.t, this.t);
193
+ a.aa();
194
+ a.ab(this.t, this.t);
195
195
  }
196
- a.k(b, c, d, e);
196
+ a.l(b, c, d, e);
197
197
  if (a.d && this.t != 1) {
198
- a.y();
198
+ a.z();
199
199
  }
200
200
  }
201
201
  };
@@ -213,8 +213,8 @@ var XamFunnelView = /** @class */ /*@__PURE__*/ (function (_super) {
213
213
  var b = a.g;
214
214
  var c = this.q;
215
215
  if (c.d && this.t != 1) {
216
- c.z();
217
- c.aa(this.t, this.t);
216
+ c.aa();
217
+ c.ab(this.t, this.t);
218
218
  }
219
219
  var d = new Polygon();
220
220
  var e = new PointCollection(0);
@@ -228,13 +228,13 @@ var XamFunnelView = /** @class */ /*@__PURE__*/ (function (_super) {
228
228
  d._fill = b.ad;
229
229
  d._stroke = a.h < 1 ? b.ad : b.ag;
230
230
  if (b.a0 != null) {
231
- c.i(d, b.a0);
231
+ c.j(d, b.a0);
232
232
  b.ad = d._fill;
233
233
  b.ag = d._stroke;
234
234
  b.q = d.ac;
235
235
  b.p = d._opacity;
236
236
  }
237
- c.t(d);
237
+ c.u(d);
238
238
  b.q = d.ac;
239
239
  if (b.i) {
240
240
  var h = new TextBlock();
@@ -243,19 +243,19 @@ var XamFunnelView = /** @class */ /*@__PURE__*/ (function (_super) {
243
243
  this.bf._fill = this.ak("ui-funnel-slice", "color", -1);
244
244
  }
245
245
  h.ao = this.bf;
246
- c.ac(this.m());
246
+ c.ad(this.m());
247
247
  var i = b.v.toString();
248
- var j = c.f(i);
248
+ var j = c.g(i);
249
249
  var k = this.ab();
250
250
  h.al = i;
251
251
  h.o = b.an.y + b.aq.y - (k / 2);
252
252
  h.n = b.an.x + this.u + b.aq.x - (j / 2);
253
253
  b.ax = new Rect(0, h.n, h.o, j, k);
254
254
  b.a2 = h._visibility;
255
- c.w(h);
255
+ c.x(h);
256
256
  }
257
257
  if (c.d && this.t != 1) {
258
- c.y();
258
+ c.z();
259
259
  }
260
260
  };
261
261
  XamFunnelView.prototype.a5 = function (a) {
@@ -266,12 +266,12 @@ var XamFunnelView = /** @class */ /*@__PURE__*/ (function (_super) {
266
266
  var c = a;
267
267
  var d = this.p;
268
268
  if (d.d && this.t != 1) {
269
- d.z();
270
- d.aa(this.t, this.t);
269
+ d.aa();
270
+ d.ab(this.t, this.t);
271
271
  }
272
272
  var e = new TextBlock();
273
273
  e.al = c.j.toString();
274
- d.ac(this.n());
274
+ d.ad(this.n());
275
275
  if (this.be == null) {
276
276
  this.be = new Brush();
277
277
  this.be._fill = this.ad.rootWrapper.getStyleProperty("color");
@@ -279,13 +279,13 @@ var XamFunnelView = /** @class */ /*@__PURE__*/ (function (_super) {
279
279
  e.ao = this.be;
280
280
  var f = this.ac();
281
281
  var g = c.l.y - f / 2;
282
- var h = d.f(e.al);
282
+ var h = d.g(e.al);
283
283
  e.n = b;
284
284
  e.o = g;
285
285
  c.f.b.ay = new Rect(0, b, g, h, f);
286
- d.w(e);
286
+ d.x(e);
287
287
  if (d.d && this.t != 1) {
288
- d.y();
288
+ d.z();
289
289
  }
290
290
  };
291
291
  XamFunnelView.prototype.az = function () {
@@ -587,12 +587,12 @@ var XamFunnelView = /** @class */ /*@__PURE__*/ (function (_super) {
587
587
  return 0;
588
588
  }
589
589
  var c = 0;
590
- this.p.ac(this.n());
590
+ this.p.ad(this.n());
591
591
  try {
592
592
  for (var _b = tslib_1.__values(fromEnum(b)), _c = _b.next(); !_c.done; _c = _b.next()) {
593
593
  var d = _c.value;
594
594
  if (d != null) {
595
- c = Math.max(this.p.f(d.toString()), c);
595
+ c = Math.max(this.p.g(d.toString()), c);
596
596
  }
597
597
  }
598
598
  }
@@ -614,8 +614,8 @@ var XamFunnelView = /** @class */ /*@__PURE__*/ (function (_super) {
614
614
  XamFunnelView.prototype.decideLabelSize = function (a, b) {
615
615
  var c = 0;
616
616
  if (a.b.i) {
617
- this.p.ac(this.m());
618
- c = this.p.f(a.b.v.toString());
617
+ this.p.ad(this.m());
618
+ c = this.p.g(a.b.v.toString());
619
619
  }
620
620
  return new Size(1, c, b ? this.ab() : this.ac());
621
621
  };