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
@@ -100,9 +100,10 @@ export let AnchoredCategorySeries = /*@__PURE__*/ (() => {
100
100
  let c = new DataLegendSeriesValueInfo();
101
101
  c.a = 0;
102
102
  c.l = this.gl({ $type: Point_$type, x: a, y: b }, false, false);
103
+ c.q = this.t5 != null ? this.t5 : "Value";
103
104
  c.p = "Value";
104
- c.q = this.t1 != null ? this.t1 : "V:";
105
- c.r = this.t3 != null ? this.t3 : "";
105
+ c.r = this.t1 != null ? this.t1 : "V:";
106
+ c.s = this.t3 != null ? this.t3 : "";
106
107
  let d = new DataLegendSeriesContext();
107
108
  d.f = ((() => {
108
109
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -573,7 +574,7 @@ export let AnchoredCategorySeriesView = /*@__PURE__*/ (() => {
573
574
  c._stroke = this.c0.up;
574
575
  c.ai = this.c0.uq;
575
576
  c.ad = this.c0.ur;
576
- a.u(c);
577
+ a.v(c);
577
578
  }
578
579
  }
579
580
  super.a5(a, b);
@@ -165,9 +165,10 @@ export let AnchoredRadialSeries = /*@__PURE__*/ (() => {
165
165
  let c = new DataLegendSeriesValueInfo();
166
166
  c.a = 0;
167
167
  c.l = this.gl({ $type: Point_$type, x: a, y: b }, false, false);
168
- c.p = this.to != null ? this.to : "Value";
169
- c.q = this.tk != null ? this.tk : "V:";
170
- c.r = this.tm != null ? this.tm : "";
168
+ c.p = "Value";
169
+ c.q = this.to != null ? this.to : "Value";
170
+ c.r = this.tk != null ? this.tk : "V:";
171
+ c.s = this.tm != null ? this.tm : "";
171
172
  let d = new DataLegendSeriesContext();
172
173
  d.f = ((() => {
173
174
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -696,7 +697,7 @@ export let AnchoredRadialSeriesView = /*@__PURE__*/ (() => {
696
697
  c._stroke = this.cw.t6;
697
698
  c.ai = this.cw.t8;
698
699
  c.ad = this.cw.t9;
699
- a.u(c);
700
+ a.v(c);
700
701
  }
701
702
  }
702
703
  super.a5(a, b);
@@ -192,16 +192,16 @@ export let AreaSeriesView = /*@__PURE__*/ (() => {
192
192
  a6(a, b) {
193
193
  super.a6(a, b);
194
194
  if (b) {
195
- a.s(this.de);
196
- a.s(this.df);
197
- a.s(this.dg);
198
- a.s(this.dh);
195
+ a.t(this.de);
196
+ a.t(this.df);
197
+ a.t(this.dg);
198
+ a.t(this.dh);
199
199
  }
200
200
  else {
201
- a.s(this.di);
202
- a.s(this.dj);
203
- a.s(this.dk);
204
- a.s(this.dl);
201
+ a.t(this.di);
202
+ a.t(this.dj);
203
+ a.t(this.dk);
204
+ a.t(this.dl);
205
205
  }
206
206
  }
207
207
  al(a) {
@@ -587,7 +587,7 @@ export let BarSeriesView = /*@__PURE__*/ (() => {
587
587
  for (let c = 0; c < this.dc.count; c++) {
588
588
  let d = this.aa(c, b);
589
589
  this.bd(d, c, b);
590
- a.v(d);
590
+ a.w(d);
591
591
  }
592
592
  }
593
593
  }
@@ -376,16 +376,16 @@ export let BollingerBandsOverlayView = /*@__PURE__*/ (() => {
376
376
  super.a6(a, b);
377
377
  if (a.d) {
378
378
  if (b) {
379
- a.t(this.b6);
380
- a.u(this.b9);
381
- a.u(this.ca);
382
- a.u(this.cb);
379
+ a.u(this.b6);
380
+ a.v(this.b9);
381
+ a.v(this.ca);
382
+ a.v(this.cb);
383
383
  }
384
384
  else {
385
- a.t(this.b8);
386
- a.u(this.cf);
387
- a.u(this.cg);
388
- a.u(this.ch);
385
+ a.u(this.b8);
386
+ a.v(this.cf);
387
+ a.v(this.cg);
388
+ a.v(this.ch);
389
389
  }
390
390
  }
391
391
  }
@@ -701,15 +701,17 @@ export let BubbleSeries = /*@__PURE__*/ (() => {
701
701
  let g = new DataLegendSeriesValueInfo();
702
702
  g.a = 13;
703
703
  g.l = e;
704
- g.p = this.ti != null ? this.ti : "X";
705
- g.q = this.te != null ? this.te : "X:";
706
- g.r = this.tg != null ? this.tg : "";
704
+ g.p = "X";
705
+ g.q = this.ti != null ? this.ti : "X";
706
+ g.r = this.te != null ? this.te : "X:";
707
+ g.s = this.tg != null ? this.tg : "";
707
708
  let h = new DataLegendSeriesValueInfo();
708
709
  h.l = f;
709
710
  h.a = 14;
710
- h.p = this.tq != null ? this.tq : "Y";
711
- h.q = this.tm != null ? this.tm : "Y:";
712
- h.r = this.to != null ? this.to : "";
711
+ h.p = "Y";
712
+ h.q = this.tq != null ? this.tq : "Y";
713
+ h.r = this.tm != null ? this.tm : "Y:";
714
+ h.s = this.to != null ? this.to : "";
713
715
  let i = new DataLegendSeriesContext();
714
716
  i.f = ((() => {
715
717
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -723,18 +725,20 @@ export let BubbleSeries = /*@__PURE__*/ (() => {
723
725
  let k = new DataLegendSeriesValueInfo();
724
726
  k.l = j;
725
727
  k.a = 11;
726
- k.p = this.wb != null ? this.wb : "Radius";
727
- k.q = this.v7 != null ? this.v7 : "R:";
728
- k.r = this.v9 != null ? this.v9 : "";
728
+ k.p = "Radius";
729
+ k.q = this.wb != null ? this.wb : "Radius";
730
+ k.r = this.v7 != null ? this.v7 : "R:";
731
+ k.s = this.v9 != null ? this.v9 : "";
729
732
  i.f.add(k);
730
733
  }
731
734
  else if (this.va != null) {
732
735
  let l = new DataLegendSeriesValueInfo();
733
736
  l.l = this.va.maximumValue;
734
737
  l.a = 11;
735
- l.p = this.wb != null ? this.wb : "Radius";
736
- l.q = this.v7 != null ? this.v7 : "R:";
737
- l.r = this.v9 != null ? this.v9 : "";
738
+ l.p = "Radius";
739
+ l.q = this.wb != null ? this.wb : "Radius";
740
+ l.r = this.v7 != null ? this.v7 : "R:";
741
+ l.s = this.v9 != null ? this.v9 : "";
738
742
  i.f.add(l);
739
743
  }
740
744
  if (!stringIsNullOrEmpty(this.vw)) {
@@ -742,9 +746,10 @@ export let BubbleSeries = /*@__PURE__*/ (() => {
742
746
  let n = new DataLegendSeriesValueInfo();
743
747
  n.l = m;
744
748
  n.a = 12;
745
- n.p = this.vw != null ? this.vw : "Fill";
746
- n.q = this.vs != null ? this.vs : "F:";
747
- n.r = this.vu != null ? this.vu : "";
749
+ n.p = "Fill";
750
+ n.q = this.vw != null ? this.vw : "Fill";
751
+ n.r = this.vs != null ? this.vs : "F:";
752
+ n.s = this.vu != null ? this.vu : "";
748
753
  i.f.add(n);
749
754
  }
750
755
  return i;
@@ -1437,7 +1437,7 @@ export let CalloutLayerView = /*@__PURE__*/ (() => {
1437
1437
  }
1438
1438
  a6(a, b) {
1439
1439
  super.a6(a, b);
1440
- a.ac(this.b7());
1440
+ a.ad(this.b7());
1441
1441
  if (a.d && !b) {
1442
1442
  for (let c = 0; c < this.b9.count; c++) {
1443
1443
  let d = this.b9._inner[c];
@@ -1464,9 +1464,9 @@ export let CalloutLayerView = /*@__PURE__*/ (() => {
1464
1464
  }
1465
1465
  }
1466
1466
  co(a) {
1467
- this.k.ac(this.b7());
1467
+ this.k.ad(this.b7());
1468
1468
  this.ca = this.cb();
1469
- let b = this.k.ag(a, this.ca, true);
1469
+ let b = this.k.ah(a, this.ca, true);
1470
1470
  return new Size(1, b.c, b.b);
1471
1471
  }
1472
1472
  cb() {
@@ -1566,26 +1566,26 @@ export let CalloutView = /*@__PURE__*/ (() => {
1566
1566
  this.y = 0;
1567
1567
  }
1568
1568
  j(a) {
1569
- a.z();
1570
- a.af(this.f, this.g);
1569
+ a.aa();
1570
+ a.ag(this.f, this.g);
1571
1571
  let b = new TranslateTransform();
1572
1572
  b.j = this.v.left;
1573
1573
  b.k = this.v.top;
1574
1574
  this.t.j = b;
1575
- a.r(this.s);
1576
- a.z();
1575
+ a.s(this.s);
1576
+ a.aa();
1577
1577
  this.t.width = this.l.m + this.w.left + this.w.right;
1578
1578
  this.t.height = this.l.l + this.w.top + this.w.bottom;
1579
1579
  this.t.am = this.c;
1580
1580
  this.t.an = this.c;
1581
- a.j(this.t.j);
1582
- a.v(this.t);
1581
+ a.k(this.t.j);
1582
+ a.w(this.t);
1583
1583
  this.l.ag = true;
1584
1584
  this.l.o = this.w.top;
1585
1585
  this.l.n = this.w.left;
1586
- a.w(this.l);
1587
- a.y();
1588
- a.y();
1586
+ a.x(this.l);
1587
+ a.z();
1588
+ a.z();
1589
1589
  }
1590
1590
  get r() {
1591
1591
  return this.q;
@@ -253,7 +253,7 @@ export let CategoryHighlightLayerView = /*@__PURE__*/ (() => {
253
253
  for (let c = 0; c < this.b6.count; c++) {
254
254
  let d = this.b6._inner[c];
255
255
  if (d._visibility == 0) {
256
- a.v(d);
256
+ a.w(d);
257
257
  }
258
258
  }
259
259
  }
@@ -537,13 +537,13 @@ export let CategoryItemHighlightLayerView = /*@__PURE__*/ (() => {
537
537
  for (let c = 0; c < this.b8.count; c++) {
538
538
  let d = this.b8._inner[c];
539
539
  if (d._visibility == 0) {
540
- a.v(d);
540
+ a.w(d);
541
541
  }
542
542
  }
543
543
  if (this.b7.count > 0) {
544
544
  let e = new DataTemplatePassInfo();
545
545
  e.isHitTestRender = b;
546
- e.context = a.g();
546
+ e.context = a.h();
547
547
  e.viewportTop = this.bu.top;
548
548
  e.viewportLeft = this.bu.left;
549
549
  e.viewportWidth = this.bu.width;
@@ -555,7 +555,7 @@ export let CategoryItemHighlightLayerView = /*@__PURE__*/ (() => {
555
555
  let g = new DataTemplateMeasureInfo();
556
556
  g.passInfo = e;
557
557
  let h = false;
558
- let i = a.g();
558
+ let i = a.h();
559
559
  g.context = i;
560
560
  f.context = i;
561
561
  g.renderContext = a;
@@ -605,7 +605,7 @@ export let CategoryItemHighlightLayerView = /*@__PURE__*/ (() => {
605
605
  if (!isNaN_(n.height) && !isInfinity(n.height)) {
606
606
  f.availableHeight = n.height;
607
607
  }
608
- a.p(f, n);
608
+ a.q(f, n);
609
609
  n.m = f.availableWidth;
610
610
  n.l = f.availableHeight;
611
611
  }
@@ -380,7 +380,9 @@ export let CategoryToolTipLayer = /*@__PURE__*/ (() => {
380
380
  let j = c.l;
381
381
  let k = c.g;
382
382
  let l = c.h;
383
- this.re.ce(h, i, j, k, l);
383
+ if (h != null) {
384
+ this.re.ce(h, i, j, k, l);
385
+ }
384
386
  }
385
387
  en() {
386
388
  return true;
@@ -244,7 +244,7 @@ export let CategoryXAxis = /*@__PURE__*/ (() => {
244
244
  return e * f;
245
245
  }
246
246
  m7(a, b) {
247
- if (a == NaN || b == NaN || this.kq == null || this.kq.count == 0) {
247
+ if (isNaN_(a) || isNaN_(b) || this.kq == null || this.kq.count == 0) {
248
248
  return;
249
249
  }
250
250
  let c = a / this.kq.count;
@@ -213,7 +213,7 @@ export let CategoryYAxis = /*@__PURE__*/ (() => {
213
213
  return e * f;
214
214
  }
215
215
  m3(a, b) {
216
- if (a == NaN || b == NaN || this.kq == null || this.kq.count == 0) {
216
+ if (isNaN_(a) || isNaN_(b) || this.kq == null || this.kq.count == 0) {
217
217
  return;
218
218
  }
219
219
  let c = a / this.kq.count;
@@ -486,9 +486,7 @@ export let CategoryYAxis = /*@__PURE__*/ (() => {
486
486
  let u = Math.max(n, o);
487
487
  let v = new LinearCategorySnapper(1, t, u, e.height, this.mn, this.categoryMode, this.ex());
488
488
  let w = v.g;
489
- while (!this.mh() && w < 10 && this.cy(w, b, c, d)) {
490
- w--;
491
- }
489
+ w = this.d1(w, this.mh(), b, c, d);
492
490
  if (v.g != w) {
493
491
  v = new LinearCategorySnapper(1, t, u, e.height, w, this.categoryMode, this.ex());
494
492
  }
@@ -291,7 +291,7 @@ export let ColumnSeriesView = /*@__PURE__*/ (() => {
291
291
  for (let c = 0; c < this.dc.count; c++) {
292
292
  let d = this.aa(c, b);
293
293
  this.bd(d, c, b);
294
- a.v(d);
294
+ a.w(d);
295
295
  }
296
296
  }
297
297
  }
@@ -386,7 +386,7 @@ export let CrosshairLayerView = /*@__PURE__*/ (() => {
386
386
  for (let c = 0; c < this.b6.count; c++) {
387
387
  let d = this.b6._inner[c];
388
388
  if (d._visibility == 0) {
389
- a.s(d);
389
+ a.t(d);
390
390
  }
391
391
  }
392
392
  }