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
@@ -16,14 +16,15 @@ export let DataLegendStylingColumnEventArgs = /*@__PURE__*/ (() => {
16
16
  this.d = 0;
17
17
  this.f = null;
18
18
  this.b = 0;
19
+ this.i = null;
19
20
  this.h = null;
20
21
  this.a = 0;
21
22
  this.e = null;
22
23
  this.g = null;
23
- this.i = null;
24
24
  this.j = null;
25
25
  this.k = null;
26
26
  this.l = null;
27
+ this.m = null;
27
28
  }
28
29
  }
29
30
  DataLegendStylingColumnEventArgs.$t = /*@__PURE__*/ markType(DataLegendStylingColumnEventArgs, 'DataLegendStylingColumnEventArgs');
@@ -1334,7 +1334,9 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1334
1334
  let q = Math.min(c.g._inner[i], c.m._inner[i]);
1335
1335
  let r = c.l._inner[i] - c.f._inner[i];
1336
1336
  let s = c.m._inner[i] - c.g._inner[i];
1337
- this.r5.ch(o, p, q, r, s);
1337
+ if (o != null) {
1338
+ this.r5.ch(o, p, q, r, s);
1339
+ }
1338
1340
  }
1339
1341
  }
1340
1342
  en() {
@@ -803,30 +803,30 @@ export let FinancialIndicatorView = /*@__PURE__*/ (() => {
803
803
  if (a.d) {
804
804
  if (b) {
805
805
  if (this.b3.tt == 2) {
806
- a.s(this.cl);
807
- a.s(this.ch);
806
+ a.t(this.cl);
807
+ a.t(this.ch);
808
808
  }
809
809
  else {
810
- a.s(this.cn);
811
- a.s(this.cm);
812
- a.s(this.co);
813
- a.s(this.cj);
814
- a.s(this.ci);
815
- a.s(this.ck);
810
+ a.t(this.cn);
811
+ a.t(this.cm);
812
+ a.t(this.co);
813
+ a.t(this.cj);
814
+ a.t(this.ci);
815
+ a.t(this.ck);
816
816
  }
817
817
  }
818
818
  else {
819
819
  if (this.b3.tt == 2) {
820
- a.s(this.ct);
821
- a.s(this.cp);
820
+ a.t(this.ct);
821
+ a.t(this.cp);
822
822
  }
823
823
  else {
824
- a.s(this.cv);
825
- a.s(this.cu);
826
- a.s(this.cw);
827
- a.s(this.cr);
828
- a.s(this.cq);
829
- a.s(this.cs);
824
+ a.t(this.cv);
825
+ a.t(this.cu);
826
+ a.t(this.cw);
827
+ a.t(this.cr);
828
+ a.t(this.cq);
829
+ a.t(this.cs);
830
830
  }
831
831
  }
832
832
  }
@@ -839,7 +839,7 @@ export let FinancialIndicatorView = /*@__PURE__*/ (() => {
839
839
  c._stroke = this.b3.uh;
840
840
  c.ad = this.b3.uj;
841
841
  c.ai = this.b3.ui;
842
- a.u(c);
842
+ a.v(c);
843
843
  }
844
844
  }
845
845
  super.a5(a, b);
@@ -807,27 +807,30 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
807
807
  let f = new DataLegendSeriesValueInfo();
808
808
  f.a = 4;
809
809
  f.l = this.r8(c, false, false);
810
- f.p = this.sk != null ? this.sk : "Close";
811
- f.q = this.tw != null ? this.tw : "C:";
812
- f.r = this.ty != null ? this.ty : "";
810
+ f.p = "Close";
811
+ f.q = this.sk != null ? this.sk : "Close";
812
+ f.r = this.tw != null ? this.tw : "C:";
813
+ f.s = this.ty != null ? this.ty : "";
813
814
  let g = new DataLegendSeriesValueInfo();
814
815
  g.l = this.r9(c, false, false);
815
816
  g.a = 3;
816
- g.p = this.sw != null ? this.sw : "Open";
817
- g.q = this.ua != null ? this.ua : "O:";
818
- g.r = this.uc != null ? this.uc : "";
817
+ g.p = "Open";
818
+ g.q = this.sw != null ? this.sw : "Open";
819
+ g.r = this.ua != null ? this.ua : "O:";
820
+ g.s = this.uc != null ? this.uc : "";
819
821
  g.k = true;
820
822
  let h = new DataLegendSeriesValueInfo();
821
823
  h.l = (f.l - g.l) / g.l * 100;
822
824
  h.l = round10N(h.l, 1);
823
825
  h.a = 9;
824
826
  h.p = "Change";
825
- h.q = "";
826
- h.t = "";
827
- h.v = "+";
828
- h.u = "%";
829
- h.w = "%";
830
- h.r = null;
827
+ h.q = "Change";
828
+ h.r = "";
829
+ h.u = "";
830
+ h.w = "+";
831
+ h.v = "%";
832
+ h.x = "%";
833
+ h.s = null;
831
834
  h.c = false;
832
835
  h.k = true;
833
836
  h.e = false;
@@ -837,37 +840,41 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
837
840
  h.d = false;
838
841
  h.n = 1;
839
842
  h.m = 1;
840
- g.x = h.l >= 0 ? this.o3 : this.tm;
841
- f.x = h.l >= 0 ? this.o3 : this.tm;
842
- h.x = h.l >= 0 ? this.o3 : this.tm;
843
+ g.y = h.l >= 0 ? this.o3 : this.tm;
844
+ f.y = h.l >= 0 ? this.o3 : this.tm;
845
+ h.y = h.l >= 0 ? this.o3 : this.tm;
843
846
  let i = new DataLegendSeriesValueInfo();
844
847
  i.l = e > d ? d : e;
845
848
  i.a = 1;
846
- i.p = this.ss != null ? this.ss : "Low";
847
- i.q = this.t5 != null ? this.t5 : "L:";
848
- i.r = this.t7 != null ? this.t7 : "";
849
+ i.p = "Low";
850
+ i.q = this.ss != null ? this.ss : "Low";
851
+ i.r = this.t5 != null ? this.t5 : "L:";
852
+ i.s = this.t7 != null ? this.t7 : "";
849
853
  i.k = true;
850
854
  let j = new DataLegendSeriesValueInfo();
851
855
  j.l = e > d ? e : d;
852
856
  j.a = 2;
853
- j.p = this.sn != null ? this.sn : "High";
854
- j.q = this.t1 != null ? this.t1 : "H:";
855
- j.r = this.t3 != null ? this.t3 : "";
857
+ j.p = "High";
858
+ j.q = this.sn != null ? this.sn : "High";
859
+ j.r = this.t1 != null ? this.t1 : "H:";
860
+ j.s = this.t3 != null ? this.t3 : "";
856
861
  j.k = true;
857
862
  let k = new DataLegendSeriesValueInfo();
858
863
  k.l = (j.l + i.l + f.l) / 3;
859
864
  k.l = round10N(k.l, 2);
860
865
  k.a = 5;
861
866
  k.p = "TypicalPrice";
862
- k.q = "TP:";
863
- k.r = "";
867
+ k.q = "TypicalPrice";
868
+ k.r = "TP:";
869
+ k.s = "";
864
870
  k.k = true;
865
871
  let l = new DataLegendSeriesValueInfo();
866
872
  l.l = this.sa(c, false, false);
867
873
  l.a = 8;
868
- l.p = this.s0 != null ? this.s0 : "Volume";
869
- l.q = "VOL:";
870
- l.r = "";
874
+ l.p = "Volume";
875
+ l.q = this.s0 != null ? this.s0 : "Volume";
876
+ l.r = "VOL:";
877
+ l.s = "";
871
878
  l.k = true;
872
879
  l.n = 0;
873
880
  l.m = 0;
@@ -1072,13 +1079,13 @@ export let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
1072
1079
  for (let c = 0; c < this.b9.count; c++) {
1073
1080
  let d = this.aa(c, b);
1074
1081
  if (d._visibility == 0) {
1075
- a.s(d);
1082
+ a.t(d);
1076
1083
  }
1077
1084
  }
1078
1085
  }
1079
1086
  else {
1080
- a.s(this.cn);
1081
- a.s(this.cm);
1087
+ a.t(this.cn);
1088
+ a.t(this.cm);
1082
1089
  }
1083
1090
  }
1084
1091
  }
@@ -1090,7 +1097,7 @@ export let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
1090
1097
  c._stroke = this.b3.uz;
1091
1098
  c.ai = this.b3.u1;
1092
1099
  c.ad = this.b3.u2;
1093
- a.u(c);
1100
+ a.v(c);
1094
1101
  }
1095
1102
  }
1096
1103
  super.a5(a, b);
@@ -44,7 +44,7 @@ export let FunnelLegendTemplates = /*@__PURE__*/ (() => {
44
44
  f.ac = e;
45
45
  f._fill = b.actualItemBrush;
46
46
  f._stroke = b.outline;
47
- d.v(f);
47
+ d.w(f);
48
48
  }
49
49
  static a(a) {
50
50
  }
@@ -121,15 +121,17 @@ export let HighDensityScatterSeries = /*@__PURE__*/ (() => {
121
121
  let g = new DataLegendSeriesValueInfo();
122
122
  g.l = e;
123
123
  g.a = 13;
124
- g.p = this.si != null ? this.si : "X";
125
- g.q = this.se != null ? this.se : "X:";
126
- g.r = this.sg != null ? this.sg : "";
124
+ g.p = "X";
125
+ g.q = this.si != null ? this.si : "X";
126
+ g.r = this.se != null ? this.se : "X:";
127
+ g.s = this.sg != null ? this.sg : "";
127
128
  let h = new DataLegendSeriesValueInfo();
128
129
  h.l = f;
129
130
  h.a = 14;
130
- h.p = this.sq != null ? this.sq : "Y";
131
- h.q = this.sm != null ? this.sm : "Y:";
132
- g.r = this.so != null ? this.so : "";
131
+ h.p = "Y";
132
+ h.q = this.sq != null ? this.sq : "Y";
133
+ h.r = this.sm != null ? this.sm : "Y:";
134
+ h.s = this.so != null ? this.so : "";
133
135
  let i = new DataLegendSeriesContext();
134
136
  i.f = ((() => {
135
137
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -1048,7 +1050,7 @@ export let HighDensityScatterSeriesView = /*@__PURE__*/ (() => {
1048
1050
  if (g != this.b5 || h != this.b4 || this.bx == null) {
1049
1051
  this.b2.setAttribute("width", e.toString());
1050
1052
  this.b2.setAttribute("height", f.toString());
1051
- this.b3 = this.b0.g().getImageData(0, 0, e, f);
1053
+ this.b3 = this.b0.h().getImageData(0, 0, e, f);
1052
1054
  let imageDataArray_ = this.b3.data;
1053
1055
  this.bx = imageDataArray_;
1054
1056
  }
@@ -1062,7 +1064,7 @@ export let HighDensityScatterSeriesView = /*@__PURE__*/ (() => {
1062
1064
  let b = truncate(Math.round(this.bu.left));
1063
1065
  let c = truncate(Math.round(this.bu.width));
1064
1066
  let d = truncate(Math.round(this.bu.height));
1065
- this.b0.g().putImageData(this.b3, 0, 0);
1067
+ this.b0.h().putImageData(this.b3, 0, 0);
1066
1068
  this.aq();
1067
1069
  }
1068
1070
  b8(a) {
@@ -1085,7 +1087,7 @@ export let HighDensityScatterSeriesView = /*@__PURE__*/ (() => {
1085
1087
  c.width = this.bu.width;
1086
1088
  c.height = this.bu.height;
1087
1089
  c._fill = this.bo();
1088
- a.v(c);
1090
+ a.w(c);
1089
1091
  return;
1090
1092
  }
1091
1093
  if (this.b2 == null) {
@@ -1095,7 +1097,7 @@ export let HighDensityScatterSeriesView = /*@__PURE__*/ (() => {
1095
1097
  let e = truncate(Math.round(this.bu.top));
1096
1098
  let f = truncate(Math.round(this.bu.width));
1097
1099
  let g = truncate(Math.round(this.bu.height));
1098
- this.k.n(this.b2.getNativeElement(), this.e._opacity, d, e, f, g, d, e, f, g);
1100
+ this.k.o(this.b2.getNativeElement(), this.e._opacity, d, e, f, g, d, e, f, g);
1099
1101
  }
1100
1102
  b1(a, b) {
1101
1103
  return Color.e(toNullable(Color.$, a), toNullable(Color.$, null)) && Color.e(toNullable(Color.$, b), toNullable(Color.$, null));
@@ -179,7 +179,7 @@ export let HorizontalAxisView = /*@__PURE__*/ (() => {
179
179
  this.l = FontUtil.getFont(a.h);
180
180
  }
181
181
  if (this.m != null) {
182
- this.m.ac(this.l);
182
+ this.m.ad(this.l);
183
183
  }
184
184
  this.s = FontUtil.getCurrentFontHeight(a.h, this.l);
185
185
  if (this.j != null && this.j.fm != 1) {
@@ -200,13 +200,13 @@ export let HorizontalAxisView = /*@__PURE__*/ (() => {
200
200
  if (b == null || !b.d) {
201
201
  return;
202
202
  }
203
- b.k(0, 0, this.v, this.u);
203
+ b.l(0, 0, this.v, this.u);
204
204
  if (this.l != null) {
205
- b.ac(this.l);
205
+ b.ad(this.l);
206
206
  }
207
207
  if (this.q != 1) {
208
- b.z();
209
- b.aa(this.q, this.q);
208
+ b.aa();
209
+ b.ab(this.q, this.q);
210
210
  }
211
211
  let c = this.t(), d = c / 2;
212
212
  let e = this.j.av == null || this.j.av.count == 0;
@@ -222,7 +222,7 @@ export let HorizontalAxisView = /*@__PURE__*/ (() => {
222
222
  let h = e ? null : this.x(this.j.av.item(this.j.av.count - 1));
223
223
  this.af.al = g = h == null ? "" : h.toString();
224
224
  this.af.o = this.ag.o = c;
225
- this.af.n = this.v - b.f(g) - 4;
225
+ this.af.n = this.v - b.g(g) - 4;
226
226
  let i = this.j.fb;
227
227
  let j = i == null ? null : i._fill;
228
228
  let k = new Color();
@@ -239,8 +239,8 @@ export let HorizontalAxisView = /*@__PURE__*/ (() => {
239
239
  i.color = k;
240
240
  }
241
241
  this.ag.ao = this.af.ao = i;
242
- b.w(this.ag);
243
- b.w(this.af);
242
+ b.x(this.ag);
243
+ b.x(this.af);
244
244
  if (c < 0.5) {
245
245
  return;
246
246
  }
@@ -256,9 +256,9 @@ export let HorizontalAxisView = /*@__PURE__*/ (() => {
256
256
  this.ah.an = d;
257
257
  this.ah._stroke = i;
258
258
  this.ah.ac = c;
259
- b.r(this.ah);
259
+ b.s(this.ah);
260
260
  if (this.q != 1) {
261
- b.y();
261
+ b.z();
262
262
  }
263
263
  }
264
264
  x(dataItem_) {
@@ -405,7 +405,7 @@ export let VerticalAxisView = /*@__PURE__*/ (() => {
405
405
  this.l = FontUtil.getFont(a.h);
406
406
  }
407
407
  if (this.m != null) {
408
- this.m.ac(this.l);
408
+ this.m.ad(this.l);
409
409
  }
410
410
  this.t = FontUtil.getCurrentFontHeight(a.h, this.l);
411
411
  if (this.j != null && this.j.ft != 1) {
@@ -432,11 +432,11 @@ export let VerticalAxisView = /*@__PURE__*/ (() => {
432
432
  }
433
433
  let b = this.m;
434
434
  if (a) {
435
- b.k(0, 0, this.z, this.y);
435
+ b.l(0, 0, this.z, this.y);
436
436
  }
437
437
  let c = false;
438
438
  if (b != null && this.l != null) {
439
- b.ac(this.l);
439
+ b.ad(this.l);
440
440
  }
441
441
  if (!a) {
442
442
  this.al = new TextBlock();
@@ -446,12 +446,12 @@ export let VerticalAxisView = /*@__PURE__*/ (() => {
446
446
  let e = this.ab(this.j.a3);
447
447
  this.ak.al = this.ac = e == null ? "" : e.toString();
448
448
  if (b != null) {
449
- this.w = b.f(this.ad) + 3;
449
+ this.w = b.g(this.ad) + 3;
450
450
  if (this.w > this.v) {
451
451
  c = true;
452
452
  this.v = this.w;
453
453
  }
454
- this.u = b.f(this.ac) + 3;
454
+ this.u = b.g(this.ac) + 3;
455
455
  if (this.u > this.v) {
456
456
  c = true;
457
457
  this.v = this.u;
@@ -470,8 +470,8 @@ export let VerticalAxisView = /*@__PURE__*/ (() => {
470
470
  }
471
471
  else if (b != null) {
472
472
  if (this.r != 1) {
473
- b.z();
474
- b.aa(this.r, this.r);
473
+ b.aa();
474
+ b.ab(this.r, this.r);
475
475
  }
476
476
  let g = this.j.fj;
477
477
  let h = 1;
@@ -501,8 +501,8 @@ export let VerticalAxisView = /*@__PURE__*/ (() => {
501
501
  g.color = k;
502
502
  }
503
503
  this.al.ao = this.ak.ao = g;
504
- b.w(this.al);
505
- b.w(this.ak);
504
+ b.x(this.al);
505
+ b.x(this.ak);
506
506
  let m = this.x(), n = m / 2;
507
507
  if (m >= 0.5) {
508
508
  g = new Brush();
@@ -517,10 +517,10 @@ export let VerticalAxisView = /*@__PURE__*/ (() => {
517
517
  this.am.an = this.y;
518
518
  this.am._stroke = g;
519
519
  this.am.ac = m;
520
- b.r(this.am);
520
+ b.s(this.am);
521
521
  }
522
522
  if (this.r != 1) {
523
- b.y();
523
+ b.z();
524
524
  }
525
525
  }
526
526
  return c;
@@ -1229,28 +1229,28 @@ export let XamSparklineView = /*@__PURE__*/ (() => {
1229
1229
  return 10;
1230
1230
  }
1231
1231
  ay(a, b) {
1232
- b.s(a);
1232
+ b.t(a);
1233
1233
  }
1234
1234
  ax() {
1235
1235
  let a = this.p;
1236
1236
  if (a != null && a.d) {
1237
1237
  if (this.x != 1) {
1238
- a.z();
1239
- a.aa(this.x, this.x);
1238
+ a.aa();
1239
+ a.ab(this.x, this.x);
1240
1240
  }
1241
- a.k(this.bn.left, this.bn.top, this.bn.width, this.bn.height);
1242
- a.s(this.bw);
1243
- a.s(this.bu);
1241
+ a.l(this.bn.left, this.bn.top, this.bn.width, this.bn.height);
1242
+ a.t(this.bw);
1243
+ a.t(this.bu);
1244
1244
  this.ay(this.bs, a);
1245
1245
  this.ay(this.bt, a);
1246
1246
  this.ay(this.bp, a);
1247
1247
  this.ay(this.br, a);
1248
1248
  this.ay(this.bo, a);
1249
1249
  this.ay(this.bq, a);
1250
- a.s(this.bv);
1251
- a.s(this.bx);
1250
+ a.t(this.bv);
1251
+ a.t(this.bx);
1252
1252
  if (this.x != 1) {
1253
- a.y();
1253
+ a.z();
1254
1254
  }
1255
1255
  }
1256
1256
  let b = new AxisRenderMessage_Spark();
@@ -169,26 +169,30 @@ export let HorizontalRangeCategorySeries = /*@__PURE__*/ (() => {
169
169
  let f = new DataLegendSeriesValueInfo();
170
170
  f.a = 1;
171
171
  f.l = e > d ? d : e;
172
- f.p = this.tt != null ? this.tt : "High";
173
- f.q = this.t6 != null ? this.t6 : "L:";
174
- f.r = this.t8 != null ? this.t8 : "";
172
+ f.p = "Low";
173
+ f.q = this.tt != null ? this.tt : "Low";
174
+ f.r = this.t6 != null ? this.t6 : "L:";
175
+ f.s = this.t8 != null ? this.t8 : "";
175
176
  let g = new DataLegendSeriesValueInfo();
176
177
  g.a = 2;
177
178
  g.l = e > d ? e : d;
178
- g.p = this.tq != null ? this.tq : "High";
179
- g.q = this.t2 != null ? this.t2 : "H:";
180
- g.r = this.t4 != null ? this.t4 : "";
179
+ g.p = "High";
180
+ g.q = this.tq != null ? this.tq : "High";
181
+ g.r = this.t2 != null ? this.t2 : "H:";
182
+ g.s = this.t4 != null ? this.t4 : "";
181
183
  let h = new DataLegendSeriesValueInfo();
182
184
  h.a = 7;
183
185
  h.l = Math.abs(g.l - f.l);
184
186
  h.p = "Range";
185
- h.q = "R:";
187
+ h.q = "Range";
188
+ h.r = "R:";
186
189
  h.k = true;
187
190
  let i = new DataLegendSeriesValueInfo();
188
191
  i.a = 6;
189
192
  i.l = f.l + (h.l / 2);
190
193
  i.p = "Average";
191
- i.q = "A:";
194
+ i.q = "Average";
195
+ i.r = "A:";
192
196
  i.k = true;
193
197
  let j = new DataLegendSeriesContext();
194
198
  j.f = ((() => {
@@ -340,7 +340,9 @@ export let ItemToolTipLayer = /*@__PURE__*/ (() => {
340
340
  let q = Math.min(c.g._inner[i], c.o._inner[i]);
341
341
  let r = c.n._inner[i] - c.f._inner[i];
342
342
  let s = c.o._inner[i] - c.g._inner[i];
343
- this.rc.cf(o, p, q, r, s);
343
+ if (o != null) {
344
+ this.rc.cf(o, p, q, r, s);
345
+ }
344
346
  }
345
347
  }
346
348
  en() {
@@ -200,7 +200,7 @@ export let LegendBaseViewManager = /*@__PURE__*/ (() => {
200
200
  return new Size(1, this.g.rootWrapper.width(), Math.max(10, this.g.rootWrapper.height() - 15));
201
201
  }
202
202
  y(a, b, c, d) {
203
- let e = a.g();
203
+ let e = a.h();
204
204
  e.beginPath();
205
205
  e.moveTo(b.ak._inner[0].x, b.ak._inner[0].y);
206
206
  for (let f = 1; f < b.ak.count; f++) {
@@ -158,14 +158,14 @@ export let LineSeriesView = /*@__PURE__*/ (() => {
158
158
  super.a6(a, b);
159
159
  if (a.d) {
160
160
  if (b) {
161
- a.s(this.dd);
162
- a.s(this.de);
163
- a.s(this.df);
161
+ a.t(this.dd);
162
+ a.t(this.de);
163
+ a.t(this.df);
164
164
  }
165
165
  else {
166
- a.s(this.dj);
167
- a.s(this.dk);
168
- a.s(this.dl);
166
+ a.t(this.dj);
167
+ a.t(this.dk);
168
+ a.t(this.dl);
169
169
  }
170
170
  }
171
171
  }
@@ -112,12 +112,12 @@ export let NumericXAxis = /*@__PURE__*/ (() => {
112
112
  this.ng.j(a, b, c, d);
113
113
  }
114
114
  nz(a, b) {
115
- if (this.bh == null || a == NaN || b == NaN) {
115
+ if (this.bh == null || isNaN_(a) || isNaN_(b)) {
116
116
  return;
117
117
  }
118
118
  let c = this.nm(a, this);
119
119
  let d = this.nm(b, this);
120
- if (c == NaN || d == NaN) {
120
+ if (isNaN_(c) || isNaN_(d)) {
121
121
  return;
122
122
  }
123
123
  this.bh.tp = new Rect(0, c, this.bh.tp.y, d - c, this.bh.tp.height);
@@ -72,12 +72,12 @@ export let NumericYAxis = /*@__PURE__*/ (() => {
72
72
  this.ng.j(a, b, c, d);
73
73
  }
74
74
  ny(a, b) {
75
- if (this.bh == null || a == NaN || b == NaN) {
75
+ if (this.bh == null || isNaN_(a) || isNaN_(b)) {
76
76
  return;
77
77
  }
78
78
  let c = this.nm(a, this);
79
79
  let d = this.nm(b, this);
80
- if (c == NaN || d == NaN) {
80
+ if (isNaN_(c) || isNaN_(d)) {
81
81
  return;
82
82
  }
83
83
  this.bh.tp = new Rect(0, this.bh.tp.x, d, this.bh.tp.width, c - d);