igniteui-webcomponents-charts 3.2.1 → 3.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 (567) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +10178 -10093
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  4. package/esm2015/lib/AccumulationDistributionIndicator.js +6 -6
  5. package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +3 -3
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +117 -117
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +185 -185
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +6 -6
  9. package/esm2015/lib/AnnotationLayerProxy.js +25 -25
  10. package/esm2015/lib/AnnotationLayer_combined.js +116 -116
  11. package/esm2015/lib/AreaSeries_combined.js +35 -35
  12. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  13. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  14. package/esm2015/lib/BarSeries_combined.js +69 -69
  15. package/esm2015/lib/BollingerBandWidthIndicator.js +19 -19
  16. package/esm2015/lib/BollingerBandsOverlay_combined.js +77 -77
  17. package/esm2015/lib/BrushScale.js +7 -7
  18. package/esm2015/lib/BubbleSeries_combined.js +227 -227
  19. package/esm2015/lib/CalloutLayer_combined.js +404 -404
  20. package/esm2015/lib/CategoryBucketCalculator_combined.js +180 -180
  21. package/esm2015/lib/CategoryChart.js +13 -13
  22. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  23. package/esm2015/lib/CategoryHighlightLayer_combined.js +49 -49
  24. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +96 -96
  25. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  26. package/esm2015/lib/CategorySeriesInteractionManager.js +3 -3
  27. package/esm2015/lib/CategoryToolTipLayer_combined.js +64 -64
  28. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  29. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  30. package/esm2015/lib/ColumnSeries_combined.js +50 -50
  31. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  32. package/esm2015/lib/CrosshairLayer_combined.js +77 -77
  33. package/esm2015/lib/CustomIndicator.js +22 -22
  34. package/esm2015/lib/DataToolTipLayer_combined.js +428 -410
  35. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  36. package/esm2015/lib/DomainChart.js +11 -8
  37. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  38. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  39. package/esm2015/lib/FinalValueLayer_combined.js +63 -63
  40. package/esm2015/lib/FinancialChart_combined.js +20 -20
  41. package/esm2015/lib/FinancialEventArgs_combined.js +509 -509
  42. package/esm2015/lib/FinancialIndicator_combined.js +168 -168
  43. package/esm2015/lib/FinancialOverlay.js +28 -28
  44. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  45. package/esm2015/lib/FinancialPriceSeriesProxy.js +14 -14
  46. package/esm2015/lib/FinancialPriceSeries_combined.js +203 -203
  47. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  48. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  49. package/esm2015/lib/HighDensityScatterSeries_combined.js +388 -388
  50. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +94 -94
  51. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  52. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  53. package/esm2015/lib/HorizontalRangeCategorySeries.js +36 -36
  54. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  55. package/esm2015/lib/IndicatorProxy.js +10 -10
  56. package/esm2015/lib/ItemToolTipLayer_combined.js +86 -68
  57. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  58. package/esm2015/lib/LineSeries_combined.js +29 -29
  59. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  60. package/esm2015/lib/MassIndexIndicator.js +6 -6
  61. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  62. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  63. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  64. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  65. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  66. package/esm2015/lib/OverlayProxy.js +7 -7
  67. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  68. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  69. package/esm2015/lib/PieChartViewManager_combined.js +1 -0
  70. package/esm2015/lib/PointSeries_combined.js +13 -13
  71. package/esm2015/lib/PointerTooltip_combined.js +75 -65
  72. package/esm2015/lib/PolarAreaSeries_combined.js +19 -19
  73. package/esm2015/lib/PolarBase_combined.js +334 -334
  74. package/esm2015/lib/PolarLineSeriesBase_combined.js +46 -46
  75. package/esm2015/lib/PolarLineSeries_combined.js +18 -18
  76. package/esm2015/lib/PolarScatterSeries_combined.js +8 -8
  77. package/esm2015/lib/PolarSplineAreaSeries_combined.js +20 -20
  78. package/esm2015/lib/PolarSplineSeries_combined.js +17 -17
  79. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  80. package/esm2015/lib/PriceChannelOverlay_combined.js +61 -61
  81. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  82. package/esm2015/lib/RadialAreaSeries_combined.js +31 -31
  83. package/esm2015/lib/RadialBucketCalculator_combined.js +129 -129
  84. package/esm2015/lib/RadialColumnSeries_combined.js +37 -37
  85. package/esm2015/lib/RadialLineSeries_combined.js +28 -28
  86. package/esm2015/lib/RadialPieSeries_combined.js +35 -35
  87. package/esm2015/lib/RangeAreaSeries_combined.js +16 -16
  88. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +77 -77
  89. package/esm2015/lib/RangeColumnSeries_combined.js +22 -22
  90. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  91. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  92. package/esm2015/lib/ScatterAreaSeries_combined.js +110 -110
  93. package/esm2015/lib/ScatterBase_combined.js +380 -380
  94. package/esm2015/lib/ScatterContourSeries_combined.js +98 -98
  95. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  96. package/esm2015/lib/ScatterLineSeries.js +43 -43
  97. package/esm2015/lib/ScatterLineSeriesView.js +2 -2
  98. package/esm2015/lib/ScatterPolygonSeries_combined.js +194 -194
  99. package/esm2015/lib/ScatterPolylineSeries_combined.js +20 -20
  100. package/esm2015/lib/ScatterSeries_combined.js +11 -11
  101. package/esm2015/lib/ScatterSplineSeries.js +30 -30
  102. package/esm2015/lib/ScatterSplineSeriesView.js +2 -2
  103. package/esm2015/lib/ScatterTriangulationSeries.js +141 -141
  104. package/esm2015/lib/SeriesInteractionManager.js +16 -16
  105. package/esm2015/lib/SeriesRenderManager.js +8 -8
  106. package/esm2015/lib/SeriesViewerInteractionManager.js +5 -5
  107. package/esm2015/lib/SeriesViewer_combined.js +462 -458
  108. package/esm2015/lib/SeriesVisualDataManager.js +2 -2
  109. package/esm2015/lib/ShapeSeriesBase_combined.js +264 -264
  110. package/esm2015/lib/SizeScale.js +2 -2
  111. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  112. package/esm2015/lib/SplineAreaSeries_combined.js +28 -28
  113. package/esm2015/lib/SplineSeriesBase_combined.js +101 -101
  114. package/esm2015/lib/SplineSeries_combined.js +20 -20
  115. package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
  116. package/esm2015/lib/Stacked100BarBucketCalculator.js +25 -23
  117. package/esm2015/lib/Stacked100BarSeries_combined.js +11 -11
  118. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +25 -23
  119. package/esm2015/lib/Stacked100ColumnSeries_combined.js +11 -11
  120. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  121. package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
  122. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  123. package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
  124. package/esm2015/lib/StackedLineSeries_combined.js +8 -8
  125. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +850 -844
  126. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  127. package/esm2015/lib/StepAreaSeries_combined.js +30 -30
  128. package/esm2015/lib/StepLineSeries_combined.js +31 -31
  129. package/esm2015/lib/StochRSIIndicator.js +15 -15
  130. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  131. package/esm2015/lib/TRIXIndicator.js +16 -16
  132. package/esm2015/lib/TimeAxisBase.js +1 -1
  133. package/esm2015/lib/TimeXAxis.js +1 -1
  134. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  135. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  136. package/esm2015/lib/ValueOverlay_combined.js +96 -96
  137. package/esm2015/lib/VerticalAnchoredCategorySeries.js +52 -52
  138. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
  139. package/esm2015/lib/WaterfallSeries_combined.js +88 -88
  140. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  141. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  142. package/esm2015/lib/igc-anchored-category-series-component.js +15 -15
  143. package/esm2015/lib/igc-anchored-radial-series-component.js +25 -25
  144. package/esm2015/lib/igc-annotation-layer-component.js +15 -15
  145. package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
  146. package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
  147. package/esm2015/lib/igc-bar-fragment-component.js +1 -1
  148. package/esm2015/lib/igc-bar-series-component.js +7 -7
  149. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  150. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +6 -6
  151. package/esm2015/lib/igc-bubble-series-component.js +43 -43
  152. package/esm2015/lib/igc-callout-layer-component.js +94 -94
  153. package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
  154. package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
  155. package/esm2015/lib/igc-category-series-component.js +15 -15
  156. package/esm2015/lib/igc-category-tool-tip-layer-component.js +10 -10
  157. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  158. package/esm2015/lib/igc-column-fragment-component.js +7 -7
  159. package/esm2015/lib/igc-column-series-component.js +10 -10
  160. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  161. package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
  162. package/esm2015/lib/igc-data-tool-tip-layer-component.js +367 -360
  163. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  164. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  165. package/esm2015/lib/igc-final-value-layer-component.js +42 -42
  166. package/esm2015/lib/igc-financial-indicator-component.js +11 -11
  167. package/esm2015/lib/igc-financial-overlay-component.js +3 -3
  168. package/esm2015/lib/igc-financial-price-series-component.js +27 -27
  169. package/esm2015/lib/igc-financial-series-component.js +48 -48
  170. package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
  171. package/esm2015/lib/igc-fragment-base-component.js +1 -1
  172. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  173. package/esm2015/lib/igc-high-density-scatter-series-component.js +52 -52
  174. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +4 -4
  175. package/esm2015/lib/igc-horizontal-range-category-series-component.js +13 -13
  176. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +2 -2
  177. package/esm2015/lib/igc-item-tool-tip-layer-component.js +22 -15
  178. package/esm2015/lib/igc-marker-series-component.js +28 -28
  179. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  180. package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
  181. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  182. package/esm2015/lib/igc-polar-area-series-component.js +3 -3
  183. package/esm2015/lib/igc-polar-base-component.js +71 -71
  184. package/esm2015/lib/igc-polar-line-series-component.js +3 -3
  185. package/esm2015/lib/igc-polar-spline-area-series-component.js +3 -3
  186. package/esm2015/lib/igc-polar-spline-series-component.js +3 -3
  187. package/esm2015/lib/igc-price-channel-overlay-component.js +3 -3
  188. package/esm2015/lib/igc-radial-area-series-component.js +3 -3
  189. package/esm2015/lib/igc-radial-base-component.js +26 -26
  190. package/esm2015/lib/igc-radial-column-series-component.js +6 -6
  191. package/esm2015/lib/igc-radial-line-series-component.js +3 -3
  192. package/esm2015/lib/igc-radial-pie-series-component.js +6 -6
  193. package/esm2015/lib/igc-range-category-series-component.js +4 -4
  194. package/esm2015/lib/igc-range-column-series-component.js +7 -7
  195. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  196. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
  197. package/esm2015/lib/igc-scatter-area-series-component.js +22 -22
  198. package/esm2015/lib/igc-scatter-base-component.js +43 -43
  199. package/esm2015/lib/igc-scatter-contour-series-component.js +27 -27
  200. package/esm2015/lib/igc-scatter-line-series-component.js +3 -3
  201. package/esm2015/lib/igc-scatter-polygon-series-component.js +37 -37
  202. package/esm2015/lib/igc-scatter-polyline-series-component.js +6 -6
  203. package/esm2015/lib/igc-scatter-spline-series-component.js +3 -3
  204. package/esm2015/lib/igc-scatter-triangulation-series-component.js +34 -34
  205. package/esm2015/lib/igc-series-component.js +54 -47
  206. package/esm2015/lib/igc-shape-series-base-component.js +40 -40
  207. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  208. package/esm2015/lib/igc-spline-fragment-base-component.js +1 -1
  209. package/esm2015/lib/igc-spline-series-base-component.js +6 -6
  210. package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
  211. package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
  212. package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
  213. package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
  214. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  215. package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
  216. package/esm2015/lib/igc-stacked-bar-series-component.js +6 -6
  217. package/esm2015/lib/igc-stacked-column-series-component.js +6 -6
  218. package/esm2015/lib/igc-stacked-series-base-component.js +10 -10
  219. package/esm2015/lib/igc-stacked-spline-area-series-component.js +3 -3
  220. package/esm2015/lib/igc-stacked-spline-series-component.js +3 -3
  221. package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
  222. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
  223. package/esm2015/lib/igc-trix-indicator-component.js +3 -3
  224. package/esm2015/lib/igc-value-overlay-component.js +48 -48
  225. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +4 -4
  226. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
  227. package/esm2015/lib/igc-waterfall-series-component.js +14 -14
  228. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
  229. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  230. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  231. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +3 -3
  232. package/esm5/lib/AnchoredCategorySeries_combined.js +116 -116
  233. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +183 -183
  234. package/esm5/lib/AngleAxisLabelPanel_combined.js +6 -6
  235. package/esm5/lib/AnnotationLayerProxy.js +25 -25
  236. package/esm5/lib/AnnotationLayer_combined.js +115 -115
  237. package/esm5/lib/AreaSeries_combined.js +35 -35
  238. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  239. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  240. package/esm5/lib/BarSeries_combined.js +69 -69
  241. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  242. package/esm5/lib/BollingerBandsOverlay_combined.js +77 -77
  243. package/esm5/lib/BrushScale.js +7 -7
  244. package/esm5/lib/BubbleSeries_combined.js +230 -230
  245. package/esm5/lib/CalloutLayer_combined.js +405 -405
  246. package/esm5/lib/CategoryBucketCalculator_combined.js +180 -180
  247. package/esm5/lib/CategoryChart.js +13 -13
  248. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  249. package/esm5/lib/CategoryHighlightLayer_combined.js +48 -48
  250. package/esm5/lib/CategoryItemHighlightLayer_combined.js +96 -96
  251. package/esm5/lib/CategoryMarkerManager.js +1 -1
  252. package/esm5/lib/CategorySeriesInteractionManager.js +3 -3
  253. package/esm5/lib/CategoryToolTipLayer_combined.js +64 -64
  254. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  255. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  256. package/esm5/lib/ColumnSeries_combined.js +49 -49
  257. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  258. package/esm5/lib/CrosshairLayer_combined.js +77 -77
  259. package/esm5/lib/CustomIndicator.js +22 -22
  260. package/esm5/lib/DataToolTipLayer_combined.js +428 -410
  261. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  262. package/esm5/lib/DomainChart.js +11 -8
  263. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  264. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  265. package/esm5/lib/FinalValueLayer_combined.js +63 -63
  266. package/esm5/lib/FinancialChart_combined.js +20 -20
  267. package/esm5/lib/FinancialEventArgs_combined.js +509 -509
  268. package/esm5/lib/FinancialIndicator_combined.js +167 -167
  269. package/esm5/lib/FinancialOverlay.js +28 -28
  270. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  271. package/esm5/lib/FinancialPriceSeriesProxy.js +14 -14
  272. package/esm5/lib/FinancialPriceSeries_combined.js +202 -202
  273. package/esm5/lib/ForceIndexIndicator.js +15 -15
  274. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  275. package/esm5/lib/HighDensityScatterSeries_combined.js +389 -389
  276. package/esm5/lib/HorizontalAnchoredCategorySeries.js +92 -92
  277. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  278. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  279. package/esm5/lib/HorizontalRangeCategorySeries.js +36 -36
  280. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  281. package/esm5/lib/IndicatorProxy.js +10 -10
  282. package/esm5/lib/ItemToolTipLayer_combined.js +86 -68
  283. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  284. package/esm5/lib/LineSeries_combined.js +29 -29
  285. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  286. package/esm5/lib/MassIndexIndicator.js +6 -6
  287. package/esm5/lib/MedianPriceIndicator.js +6 -6
  288. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  289. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  290. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  291. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  292. package/esm5/lib/OverlayProxy.js +7 -7
  293. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  294. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  295. package/esm5/lib/PieChartViewManager_combined.js +1 -0
  296. package/esm5/lib/PointSeries_combined.js +13 -13
  297. package/esm5/lib/PointerTooltip_combined.js +75 -65
  298. package/esm5/lib/PolarAreaSeries_combined.js +19 -19
  299. package/esm5/lib/PolarBase_combined.js +333 -333
  300. package/esm5/lib/PolarLineSeriesBase_combined.js +46 -46
  301. package/esm5/lib/PolarLineSeries_combined.js +18 -18
  302. package/esm5/lib/PolarScatterSeries_combined.js +8 -8
  303. package/esm5/lib/PolarSplineAreaSeries_combined.js +20 -20
  304. package/esm5/lib/PolarSplineSeries_combined.js +17 -17
  305. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  306. package/esm5/lib/PriceChannelOverlay_combined.js +61 -61
  307. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  308. package/esm5/lib/RadialAreaSeries_combined.js +31 -31
  309. package/esm5/lib/RadialBucketCalculator_combined.js +129 -129
  310. package/esm5/lib/RadialColumnSeries_combined.js +37 -37
  311. package/esm5/lib/RadialLineSeries_combined.js +28 -28
  312. package/esm5/lib/RadialPieSeries_combined.js +35 -35
  313. package/esm5/lib/RangeAreaSeries_combined.js +16 -16
  314. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +77 -77
  315. package/esm5/lib/RangeColumnSeries_combined.js +22 -22
  316. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  317. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  318. package/esm5/lib/ScatterAreaSeries_combined.js +108 -108
  319. package/esm5/lib/ScatterBase_combined.js +379 -379
  320. package/esm5/lib/ScatterContourSeries_combined.js +96 -96
  321. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  322. package/esm5/lib/ScatterLineSeries.js +43 -43
  323. package/esm5/lib/ScatterLineSeriesView.js +2 -2
  324. package/esm5/lib/ScatterPolygonSeries_combined.js +192 -192
  325. package/esm5/lib/ScatterPolylineSeries_combined.js +20 -20
  326. package/esm5/lib/ScatterSeries_combined.js +11 -11
  327. package/esm5/lib/ScatterSplineSeries.js +30 -30
  328. package/esm5/lib/ScatterSplineSeriesView.js +2 -2
  329. package/esm5/lib/ScatterTriangulationSeries.js +145 -145
  330. package/esm5/lib/SeriesInteractionManager.js +16 -16
  331. package/esm5/lib/SeriesRenderManager.js +8 -8
  332. package/esm5/lib/SeriesViewerInteractionManager.js +5 -5
  333. package/esm5/lib/SeriesViewer_combined.js +457 -453
  334. package/esm5/lib/SeriesVisualDataManager.js +2 -2
  335. package/esm5/lib/ShapeSeriesBase_combined.js +262 -262
  336. package/esm5/lib/SizeScale.js +2 -2
  337. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  338. package/esm5/lib/SplineAreaSeries_combined.js +28 -28
  339. package/esm5/lib/SplineSeriesBase_combined.js +101 -101
  340. package/esm5/lib/SplineSeries_combined.js +20 -20
  341. package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
  342. package/esm5/lib/Stacked100BarBucketCalculator.js +25 -23
  343. package/esm5/lib/Stacked100BarSeries_combined.js +11 -11
  344. package/esm5/lib/Stacked100ColumnBucketCalculator.js +25 -23
  345. package/esm5/lib/Stacked100ColumnSeries_combined.js +11 -11
  346. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  347. package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
  348. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  349. package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
  350. package/esm5/lib/StackedLineSeries_combined.js +8 -8
  351. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +849 -843
  352. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  353. package/esm5/lib/StepAreaSeries_combined.js +30 -30
  354. package/esm5/lib/StepLineSeries_combined.js +31 -31
  355. package/esm5/lib/StochRSIIndicator.js +14 -14
  356. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  357. package/esm5/lib/TRIXIndicator.js +15 -15
  358. package/esm5/lib/TimeAxisBase.js +1 -1
  359. package/esm5/lib/TimeXAxis.js +1 -1
  360. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  361. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  362. package/esm5/lib/ValueOverlay_combined.js +96 -96
  363. package/esm5/lib/VerticalAnchoredCategorySeries.js +52 -52
  364. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
  365. package/esm5/lib/WaterfallSeries_combined.js +88 -88
  366. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  367. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  368. package/esm5/lib/igc-anchored-category-series-component.js +15 -15
  369. package/esm5/lib/igc-anchored-radial-series-component.js +25 -25
  370. package/esm5/lib/igc-annotation-layer-component.js +15 -15
  371. package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
  372. package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
  373. package/esm5/lib/igc-bar-fragment-component.js +1 -1
  374. package/esm5/lib/igc-bar-series-component.js +7 -7
  375. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  376. package/esm5/lib/igc-bollinger-bands-overlay-component.js +6 -6
  377. package/esm5/lib/igc-bubble-series-component.js +43 -43
  378. package/esm5/lib/igc-callout-layer-component.js +94 -94
  379. package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
  380. package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
  381. package/esm5/lib/igc-category-series-component.js +15 -15
  382. package/esm5/lib/igc-category-tool-tip-layer-component.js +10 -10
  383. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  384. package/esm5/lib/igc-column-fragment-component.js +7 -7
  385. package/esm5/lib/igc-column-series-component.js +10 -10
  386. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  387. package/esm5/lib/igc-crosshair-layer-component.js +90 -90
  388. package/esm5/lib/igc-data-tool-tip-layer-component.js +367 -360
  389. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  390. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  391. package/esm5/lib/igc-final-value-layer-component.js +42 -42
  392. package/esm5/lib/igc-financial-indicator-component.js +11 -11
  393. package/esm5/lib/igc-financial-overlay-component.js +3 -3
  394. package/esm5/lib/igc-financial-price-series-component.js +27 -27
  395. package/esm5/lib/igc-financial-series-component.js +48 -48
  396. package/esm5/lib/igc-force-index-indicator-component.js +4 -4
  397. package/esm5/lib/igc-fragment-base-component.js +1 -1
  398. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  399. package/esm5/lib/igc-high-density-scatter-series-component.js +52 -52
  400. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +4 -4
  401. package/esm5/lib/igc-horizontal-range-category-series-component.js +13 -13
  402. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +2 -2
  403. package/esm5/lib/igc-item-tool-tip-layer-component.js +22 -15
  404. package/esm5/lib/igc-marker-series-component.js +28 -28
  405. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  406. package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
  407. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  408. package/esm5/lib/igc-polar-area-series-component.js +3 -3
  409. package/esm5/lib/igc-polar-base-component.js +71 -71
  410. package/esm5/lib/igc-polar-line-series-component.js +3 -3
  411. package/esm5/lib/igc-polar-spline-area-series-component.js +3 -3
  412. package/esm5/lib/igc-polar-spline-series-component.js +3 -3
  413. package/esm5/lib/igc-price-channel-overlay-component.js +3 -3
  414. package/esm5/lib/igc-radial-area-series-component.js +3 -3
  415. package/esm5/lib/igc-radial-base-component.js +26 -26
  416. package/esm5/lib/igc-radial-column-series-component.js +6 -6
  417. package/esm5/lib/igc-radial-line-series-component.js +3 -3
  418. package/esm5/lib/igc-radial-pie-series-component.js +6 -6
  419. package/esm5/lib/igc-range-category-series-component.js +4 -4
  420. package/esm5/lib/igc-range-column-series-component.js +7 -7
  421. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  422. package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
  423. package/esm5/lib/igc-scatter-area-series-component.js +22 -22
  424. package/esm5/lib/igc-scatter-base-component.js +43 -43
  425. package/esm5/lib/igc-scatter-contour-series-component.js +27 -27
  426. package/esm5/lib/igc-scatter-line-series-component.js +3 -3
  427. package/esm5/lib/igc-scatter-polygon-series-component.js +37 -37
  428. package/esm5/lib/igc-scatter-polyline-series-component.js +6 -6
  429. package/esm5/lib/igc-scatter-spline-series-component.js +3 -3
  430. package/esm5/lib/igc-scatter-triangulation-series-component.js +34 -34
  431. package/esm5/lib/igc-series-component.js +54 -47
  432. package/esm5/lib/igc-shape-series-base-component.js +40 -40
  433. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  434. package/esm5/lib/igc-spline-fragment-base-component.js +1 -1
  435. package/esm5/lib/igc-spline-series-base-component.js +6 -6
  436. package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
  437. package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
  438. package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
  439. package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
  440. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  441. package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
  442. package/esm5/lib/igc-stacked-bar-series-component.js +6 -6
  443. package/esm5/lib/igc-stacked-column-series-component.js +6 -6
  444. package/esm5/lib/igc-stacked-series-base-component.js +10 -10
  445. package/esm5/lib/igc-stacked-spline-area-series-component.js +3 -3
  446. package/esm5/lib/igc-stacked-spline-series-component.js +3 -3
  447. package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
  448. package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
  449. package/esm5/lib/igc-trix-indicator-component.js +3 -3
  450. package/esm5/lib/igc-value-overlay-component.js +48 -48
  451. package/esm5/lib/igc-vertical-anchored-category-series-component.js +4 -4
  452. package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
  453. package/esm5/lib/igc-waterfall-series-component.js +14 -14
  454. package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
  455. package/fesm2015/igniteui-webcomponents-charts.js +10211 -10126
  456. package/fesm5/igniteui-webcomponents-charts.js +10178 -10093
  457. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  458. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  459. package/lib/AnchoredCategorySeries_combined.d.ts +34 -34
  460. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +36 -36
  461. package/lib/AnnotationLayer_combined.d.ts +31 -31
  462. package/lib/AreaSeries_combined.d.ts +6 -6
  463. package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
  464. package/lib/AverageTrueRangeIndicator.d.ts +8 -8
  465. package/lib/BarSeries_combined.d.ts +10 -10
  466. package/lib/BollingerBandWidthIndicator.d.ts +8 -8
  467. package/lib/BollingerBandsOverlay_combined.d.ts +10 -10
  468. package/lib/BubbleSeries_combined.d.ts +38 -38
  469. package/lib/CalloutLayer_combined.d.ts +83 -83
  470. package/lib/CategoryBucketCalculator_combined.d.ts +49 -49
  471. package/lib/CategoryHighlightLayer_combined.d.ts +14 -14
  472. package/lib/CategoryItemHighlightLayer_combined.d.ts +24 -24
  473. package/lib/CategoryToolTipLayer_combined.d.ts +13 -13
  474. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  475. package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
  476. package/lib/ColumnSeries_combined.d.ts +10 -10
  477. package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
  478. package/lib/CrosshairLayer_combined.d.ts +37 -37
  479. package/lib/CustomIndicator.d.ts +8 -8
  480. package/lib/DataToolTipLayer_combined.d.ts +117 -115
  481. package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
  482. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  483. package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
  484. package/lib/FinalValueLayer_combined.d.ts +25 -25
  485. package/lib/FinancialEventArgs_combined.d.ts +90 -90
  486. package/lib/FinancialIndicator_combined.d.ts +26 -26
  487. package/lib/FinancialOverlay.d.ts +4 -4
  488. package/lib/FinancialPriceSeries_combined.d.ts +30 -30
  489. package/lib/ForceIndexIndicator.d.ts +9 -9
  490. package/lib/FullStochasticOscillatorIndicator.d.ts +13 -13
  491. package/lib/HighDensityScatterSeries_combined.d.ts +74 -74
  492. package/lib/HorizontalAnchoredCategorySeries.d.ts +19 -19
  493. package/lib/HorizontalRangeCategorySeries.d.ts +10 -10
  494. package/lib/ItemToolTipLayer_combined.d.ts +17 -15
  495. package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
  496. package/lib/LineSeries_combined.d.ts +5 -5
  497. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  498. package/lib/MassIndexIndicator.d.ts +4 -4
  499. package/lib/MedianPriceIndicator.d.ts +4 -4
  500. package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
  501. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  502. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  503. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  504. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  505. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  506. package/lib/PointSeries_combined.d.ts +4 -4
  507. package/lib/PointerTooltip_combined.d.ts +27 -25
  508. package/lib/PolarAreaSeries_combined.d.ts +7 -7
  509. package/lib/PolarBase_combined.d.ts +81 -81
  510. package/lib/PolarLineSeriesBase_combined.d.ts +18 -18
  511. package/lib/PolarLineSeries_combined.d.ts +7 -7
  512. package/lib/PolarScatterSeries_combined.d.ts +3 -3
  513. package/lib/PolarSplineAreaSeries_combined.d.ts +7 -7
  514. package/lib/PolarSplineSeries_combined.d.ts +6 -6
  515. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  516. package/lib/PriceChannelOverlay_combined.d.ts +8 -8
  517. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  518. package/lib/RadialAreaSeries_combined.d.ts +6 -6
  519. package/lib/RadialBucketCalculator_combined.d.ts +32 -32
  520. package/lib/RadialColumnSeries_combined.d.ts +5 -5
  521. package/lib/RadialLineSeries_combined.d.ts +6 -6
  522. package/lib/RadialPieSeries_combined.d.ts +6 -6
  523. package/lib/RangeAreaSeries_combined.d.ts +4 -4
  524. package/lib/RangeCategoryBucketCalculator_combined.d.ts +14 -14
  525. package/lib/RangeColumnSeries_combined.d.ts +5 -5
  526. package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
  527. package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
  528. package/lib/ScatterAreaSeries_combined.d.ts +21 -21
  529. package/lib/ScatterBase_combined.d.ts +80 -80
  530. package/lib/ScatterContourSeries_combined.d.ts +15 -15
  531. package/lib/ScatterLineSeries.d.ts +9 -9
  532. package/lib/ScatterPolygonSeries_combined.d.ts +36 -36
  533. package/lib/ScatterPolylineSeries_combined.d.ts +8 -8
  534. package/lib/ScatterSeries_combined.d.ts +3 -3
  535. package/lib/ScatterSplineSeries.d.ts +7 -7
  536. package/lib/ScatterTriangulationSeries.d.ts +29 -29
  537. package/lib/SeriesViewer_combined.d.ts +137 -136
  538. package/lib/ShapeSeriesBase_combined.d.ts +69 -69
  539. package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
  540. package/lib/SplineAreaSeries_combined.d.ts +5 -5
  541. package/lib/SplineSeriesBase_combined.d.ts +17 -17
  542. package/lib/SplineSeries_combined.d.ts +4 -4
  543. package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
  544. package/lib/Stacked100BarSeries_combined.d.ts +5 -5
  545. package/lib/Stacked100ColumnSeries_combined.d.ts +5 -5
  546. package/lib/Stacked100LineSeries_combined.d.ts +4 -4
  547. package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
  548. package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
  549. package/lib/StackedLineSeries_combined.d.ts +2 -2
  550. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +149 -149
  551. package/lib/StandardDeviationIndicator.d.ts +8 -8
  552. package/lib/StepAreaSeries_combined.d.ts +6 -6
  553. package/lib/StepLineSeries_combined.d.ts +5 -5
  554. package/lib/StochRSIIndicator.d.ts +8 -8
  555. package/lib/StrategyBasedIndicator.d.ts +19 -19
  556. package/lib/TRIXIndicator.d.ts +8 -8
  557. package/lib/TypicalPriceIndicator.d.ts +4 -4
  558. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  559. package/lib/ValueOverlay_combined.d.ts +31 -31
  560. package/lib/VerticalAnchoredCategorySeries.d.ts +13 -13
  561. package/lib/WaterfallSeries_combined.d.ts +13 -13
  562. package/lib/WeightedCloseIndicator.d.ts +4 -4
  563. package/lib/WilliamsPercentRIndicator.d.ts +8 -8
  564. package/lib/igc-data-tool-tip-layer-component.d.ts +5 -0
  565. package/lib/igc-item-tool-tip-layer-component.d.ts +5 -0
  566. package/lib/igc-series-component.d.ts +5 -0
  567. package/package.json +2 -2
@@ -84,7 +84,7 @@ var CategoryBucketCalculator = /** @class */ /*@__PURE__*/ (function (_super) {
84
84
  return;
85
85
  }
86
86
  var g = d.getEffectiveViewport1(this.c);
87
- var h = d.pq(this.c);
87
+ var h = d.pr(this.c);
88
88
  var i = typeCast(ISortingAxis_$type, e);
89
89
  if (i == null || i.i$b == null) {
90
90
  var j = new ScalerParams(0, b, c, e.cg, g);
@@ -702,24 +702,24 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
702
702
  tslib_1.__extends(CategorySeries, _super);
703
703
  function CategorySeries() {
704
704
  var _this = _super.call(this) || this;
705
- _this.rt = null;
706
- _this.r6 = null;
705
+ _this.ru = null;
706
+ _this.r7 = null;
707
+ _this.sb = false;
707
708
  _this.sa = false;
708
- _this.r9 = false;
709
709
  _this.assigningCategoryStyle = null;
710
710
  _this.assigningCategoryMarkerStyle = null;
711
- _this.r4 = null;
712
711
  _this.r5 = null;
713
- _this.rq = new CategoryFrame(3);
714
- _this.rs = new CategoryFrame(3);
715
- _this.ro = new CategoryFrame(3);
712
+ _this.r6 = null;
716
713
  _this.rr = new CategoryFrame(3);
717
- _this.rw = null;
718
- _this.r0 = null;
719
- _this.rw = new CategorySeriesRenderManager();
720
- _this.r0 = new CategoryTransitionSourceFramePreparer();
714
+ _this.rt = new CategoryFrame(3);
715
+ _this.rp = new CategoryFrame(3);
716
+ _this.rs = new CategoryFrame(3);
717
+ _this.rx = null;
718
+ _this.r1 = null;
719
+ _this.rx = new CategorySeriesRenderManager();
720
+ _this.r1 = new CategoryTransitionSourceFramePreparer();
721
+ _this.sb = false;
721
722
  _this.sa = false;
722
- _this.r9 = false;
723
723
  _this.ab = CategorySeries.$;
724
724
  return _this;
725
725
  }
@@ -727,13 +727,13 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
727
727
  var a = new CategorySeriesView(this);
728
728
  return a;
729
729
  };
730
- Object.defineProperty(CategorySeries.prototype, "r7", {
730
+ Object.defineProperty(CategorySeries.prototype, "r8", {
731
731
  get: function () {
732
732
  var _this = this;
733
- if (this.r6 == null) {
734
- this.r6 = DVContainer.instance.createInstance(ICategorySeriesInteractionManager_$type, function () { return _this.cn.n; });
733
+ if (this.r7 == null) {
734
+ this.r7 = DVContainer.instance.createInstance(ICategorySeriesInteractionManager_$type, function () { return _this.cn.n; });
735
735
  }
736
- return this.r6;
736
+ return this.r7;
737
737
  },
738
738
  enumerable: true,
739
739
  configurable: true
@@ -744,26 +744,26 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
744
744
  return false;
745
745
  }
746
746
  var e = this.getEffectiveViewport1(this.b0);
747
- var f = this.rn();
748
- var g = new ScalerParams(1, this.cd.sf, this.py, f.cg);
747
+ var f = this.ro();
748
+ var g = new ScalerParams(1, this.cd.sf, this.pz, f.cg);
749
749
  g.c = e;
750
- var h = this.r8();
751
- var i = new ScalerParams(1, this.cd.sf, this.py, h.cg);
750
+ var h = this.r9();
751
+ var i = new ScalerParams(1, this.cd.sf, this.pz, h.cg);
752
752
  i.c = e;
753
753
  var j = this.cd.sf;
754
- var k = this.py;
754
+ var k = this.pz;
755
755
  var l = this.currentMode2Index;
756
756
  var m = 0;
757
757
  if (f.cd && f.cb) {
758
758
  m = f.getSeriesOffset(j, k, e, l, f.categoryMode);
759
759
  }
760
760
  a.clear();
761
- this.qb.cf(function (n) {
761
+ this.qc.cf(function (n) {
762
762
  if (n._visibility == 0) {
763
763
  var o = new SeriesPointOfInterest();
764
764
  var p = n.n;
765
765
  var q = n.o;
766
- if (p < _this.py.left || p > _this.py.right || q < _this.py.top || q > _this.py.bottom) {
766
+ if (p < _this.pz.left || p > _this.pz.right || q < _this.pz.top || q > _this.pz.bottom) {
767
767
  return;
768
768
  }
769
769
  if (_this.isVertical) {
@@ -788,29 +788,29 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
788
788
  if (b) {
789
789
  if (_this.isVertical) {
790
790
  if (c) {
791
- o.d = _this.ss(o.b, d);
791
+ o.d = _this.st(o.b, d);
792
792
  }
793
793
  else {
794
794
  var r = _this.go(n);
795
795
  if (!isNaN_(r)) {
796
- o.d = _this.ss(r, d);
796
+ o.d = _this.st(r, d);
797
797
  }
798
798
  else {
799
- o.d = _this.ss(o.b, d);
799
+ o.d = _this.st(o.b, d);
800
800
  }
801
801
  }
802
802
  }
803
803
  else {
804
804
  if (c) {
805
- o.d = _this.ss(o.c, d);
805
+ o.d = _this.st(o.c, d);
806
806
  }
807
807
  else {
808
808
  var s = _this.go(n);
809
809
  if (!isNaN_(s)) {
810
- o.d = _this.ss(s, d);
810
+ o.d = _this.st(s, d);
811
811
  }
812
812
  else {
813
- o.d = _this.ss(o.c, d);
813
+ o.d = _this.st(o.c, d);
814
814
  }
815
815
  }
816
816
  }
@@ -823,7 +823,7 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
823
823
  });
824
824
  return true;
825
825
  };
826
- CategorySeries.prototype.ss = function (a, b) {
826
+ CategorySeries.prototype.st = function (a, b) {
827
827
  if (b >= 0) {
828
828
  return round10N(a, b).toString();
829
829
  }
@@ -831,70 +831,70 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
831
831
  return a.toString();
832
832
  }
833
833
  };
834
- CategorySeries.prototype.ly = function (a) {
835
- _super.prototype.ly.call(this, a);
836
- this.rx = a;
834
+ CategorySeries.prototype.lz = function (a) {
835
+ _super.prototype.lz.call(this, a);
836
+ this.ry = a;
837
837
  };
838
838
  CategorySeries.prototype.preferredCategoryMode = function (a) {
839
839
  return 0;
840
840
  };
841
841
  Object.defineProperty(CategorySeries.prototype, "categoryAxis", {
842
842
  get: function () {
843
- return this.rn();
843
+ return this.ro();
844
844
  },
845
845
  enumerable: true,
846
846
  configurable: true
847
847
  });
848
- CategorySeries.prototype.rn = function () {
848
+ CategorySeries.prototype.ro = function () {
849
849
  return this.fetchXAxis();
850
850
  };
851
- CategorySeries.prototype.r8 = function () {
851
+ CategorySeries.prototype.r9 = function () {
852
852
  return this.fetchYAxis();
853
853
  };
854
854
  CategorySeries.prototype.get_c6 = function () {
855
855
  return true;
856
856
  };
857
857
  CategorySeries.prototype.get_ej = function () {
858
- return this.r8() != null && this.r8().cg;
858
+ return this.r9() != null && this.r9().cg;
859
859
  };
860
860
  CategorySeries.prototype.get_dg = function () {
861
861
  return true;
862
862
  };
863
863
  CategorySeries.prototype.ac = function () {
864
864
  _super.prototype.ac.call(this);
865
- this.rx.cr.g(this.ft);
866
- };
867
- CategorySeries.prototype.sg = function () {
868
- return (this.assigningCategoryStyle != null && this.sa) || (this.bk != 1);
865
+ this.ry.cr.g(this.ft);
869
866
  };
870
867
  CategorySeries.prototype.sh = function () {
871
- return (this.assigningCategoryMarkerStyle != null && this.r9) || (this.bk != 1);
868
+ return (this.assigningCategoryStyle != null && this.sb) || (this.bk != 1);
872
869
  };
873
- CategorySeries.prototype.s5 = function (a) {
874
- if (this.assigningCategoryStyle != null && this.sa) {
870
+ CategorySeries.prototype.si = function () {
871
+ return (this.assigningCategoryMarkerStyle != null && this.sa) || (this.bk != 1);
872
+ };
873
+ CategorySeries.prototype.s6 = function (a) {
874
+ if (this.assigningCategoryStyle != null && this.sb) {
875
875
  this.assigningCategoryStyle(this, a);
876
876
  }
877
877
  };
878
- CategorySeries.prototype.s4 = function (a) {
879
- if (this.assigningCategoryMarkerStyle != null && this.r9) {
878
+ CategorySeries.prototype.s5 = function (a) {
879
+ if (this.assigningCategoryMarkerStyle != null && this.sa) {
880
880
  this.assigningCategoryMarkerStyle(this, a);
881
881
  }
882
882
  };
883
- CategorySeries.prototype.rh = function (a, b) {
883
+ CategorySeries.prototype.ri = function (a, b) {
884
884
  return null;
885
885
  };
886
886
  CategorySeries.prototype.kx = function (a, b) {
887
887
  _super.prototype.kx.call(this, a, b);
888
888
  if (a) {
889
- this.sz(b);
889
+ this.s0(b);
890
890
  }
891
891
  };
892
892
  CategorySeries.prototype.bh = function () {
893
893
  var a = _super.prototype.bh.call(this);
894
894
  return a;
895
895
  };
896
- CategorySeries.prototype.le = function () {
897
- _super.prototype.le.call(this);
896
+ CategorySeries.prototype.lf = function () {
897
+ _super.prototype.lf.call(this);
898
898
  var a = this.fetchXAxis();
899
899
  if (a != null) {
900
900
  a.h7(false);
@@ -904,21 +904,21 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
904
904
  b.h7(false);
905
905
  }
906
906
  };
907
- CategorySeries.prototype.m5 = function (a, b) {
908
- _super.prototype.m5.call(this, a, b);
909
- this.rx.cr.g(this.ft);
910
- this.mh(false);
907
+ CategorySeries.prototype.m6 = function (a, b) {
908
+ _super.prototype.m6.call(this, a, b);
909
+ this.ry.cr.g(this.ft);
910
+ this.mi(false);
911
911
  };
912
- CategorySeries.prototype.m4 = function (a, b) {
912
+ CategorySeries.prototype.m5 = function (a, b) {
913
913
  if (this.e0 && this.g0 < 0.05 && (this.cd == null || !this.cd.eo())) {
914
914
  this.e1 = true;
915
915
  }
916
- _super.prototype.m4.call(this, a, b);
917
- this.rx.cr.g(this.ft);
918
- this.mh(false);
916
+ _super.prototype.m5.call(this, a, b);
917
+ this.ry.cr.g(this.ft);
918
+ this.mi(false);
919
919
  };
920
- CategorySeries.prototype.l3 = function (a, b, c, d) {
921
- _super.prototype.l3.call(this, a, b, c, d);
920
+ CategorySeries.prototype.l4 = function (a, b, c, d) {
921
+ _super.prototype.l4.call(this, a, b, c, d);
922
922
  switch (b) {
923
923
  case "SeriesViewer":
924
924
  var e = this.fetchYAxis();
@@ -928,26 +928,26 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
928
928
  this.k1(e);
929
929
  }
930
930
  if (c == null && d != null) {
931
- this.l8(f);
932
- this.l8(e);
931
+ this.l9(f);
932
+ this.l9(e);
933
933
  }
934
- this.rx.cr.g(this.ft);
935
- this.mh(false);
934
+ this.ry.cr.g(this.ft);
935
+ this.mi(false);
936
936
  break;
937
937
  case "SyncLink":
938
938
  if (this.b8 != null && this.cd != null) {
939
- this.rx.cr.g(this.ft);
939
+ this.ry.cr.g(this.ft);
940
940
  }
941
- this.mh(false);
941
+ this.mi(false);
942
942
  break;
943
943
  case "TransitionProgress":
944
- this.rs.c(this.g0, this.rq, this.ro);
944
+ this.rt.c(this.g0, this.rr, this.rp);
945
945
  if (this.cx(this.b0)) {
946
946
  return;
947
947
  }
948
948
  if (this.g0 == 1) {
949
- this.ro.v();
950
- this.s6(this.ro, this.rx);
949
+ this.rp.v();
950
+ this.s7(this.rp, this.ry);
951
951
  if (this.e0) {
952
952
  this.e0 = false;
953
953
  this.ky();
@@ -956,66 +956,66 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
956
956
  }
957
957
  }
958
958
  else {
959
- this.s6(this.rs, this.rx);
959
+ this.s7(this.rt, this.ry);
960
960
  }
961
961
  if (this.cd != null) {
962
962
  this.cd.nn(this);
963
963
  }
964
964
  break;
965
965
  case "ErrorBarSettings":
966
- this.lo();
966
+ this.lp();
967
967
  break;
968
968
  case CategorySeries.$$p[4]:
969
- this.mh(false);
969
+ this.mi(false);
970
970
  break;
971
971
  case CategorySeries.$$p[1]:
972
- this.sa = this.sc();
973
- this.mh(false);
972
+ this.sb = this.sd();
973
+ this.mi(false);
974
974
  break;
975
975
  case CategorySeries.$$p[0]:
976
- this.r9 = this.sb();
977
- this.mh(false);
976
+ this.sa = this.sc();
977
+ this.mi(false);
978
978
  break;
979
979
  }
980
980
  };
981
+ CategorySeries.prototype.sd = function () {
982
+ return this.sf;
983
+ };
981
984
  CategorySeries.prototype.sc = function () {
982
985
  return this.se;
983
986
  };
984
- CategorySeries.prototype.sb = function () {
985
- return this.sd;
986
- };
987
- CategorySeries.prototype.sm = function (a) {
987
+ CategorySeries.prototype.sn = function (a) {
988
988
  return this.f7(a, this.fetchXAxis());
989
989
  };
990
990
  CategorySeries.prototype.get_d9 = function () {
991
- return typeCast(ISortingAxis_$type, this.rn()) !== null;
991
+ return typeCast(ISortingAxis_$type, this.ro()) !== null;
992
992
  };
993
993
  CategorySeries.prototype.ar = function () {
994
- return this.rn();
994
+ return this.ro();
995
995
  };
996
996
  CategorySeries.prototype.hf = function (a) {
997
- return this.r7.b$d(this, a);
997
+ return this.r8.b$d(this, a);
998
998
  };
999
999
  CategorySeries.prototype.ht = function (a) {
1000
- return this.r7.b$f(this, a);
1000
+ return this.r8.b$f(this, a);
1001
1001
  };
1002
1002
  CategorySeries.prototype.hd = function (a) {
1003
1003
  var b = truncate(Math.round(this.f5(a)));
1004
1004
  return b;
1005
1005
  };
1006
1006
  CategorySeries.prototype.f5 = function (a) {
1007
- return this.r7.b$c(this, a);
1007
+ return this.r8.b$c(this, a);
1008
1008
  };
1009
1009
  CategorySeries.prototype.ax = function (a, b, c) {
1010
1010
  if (this.ef(this.bk) && !c) {
1011
- var d = this.r3(a, b, this.r5);
1012
- this.r5 = d;
1011
+ var d = this.r4(a, b, this.r6);
1012
+ this.r6 = d;
1013
1013
  return d;
1014
1014
  }
1015
1015
  else {
1016
- var e = this.r1(a, b, this.r5);
1016
+ var e = this.r2(a, b, this.r6);
1017
1017
  e.e = true;
1018
- this.r5 = e;
1018
+ this.r6 = e;
1019
1019
  return e;
1020
1020
  }
1021
1021
  };
@@ -1024,65 +1024,65 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
1024
1024
  };
1025
1025
  CategorySeries.prototype.kv = function () {
1026
1026
  _super.prototype.kv.call(this);
1027
- this.r4 = null;
1028
1027
  this.r5 = null;
1028
+ this.r6 = null;
1029
1029
  };
1030
1030
  CategorySeries.prototype.aw = function (a, b, c) {
1031
1031
  if (this.c2 && this.ef(this.bk) && !c) {
1032
- var d = this.r2(a, b, this.r4);
1033
- this.r4 = d;
1032
+ var d = this.r3(a, b, this.r5);
1033
+ this.r5 = d;
1034
1034
  return d;
1035
1035
  }
1036
1036
  else {
1037
- var e = this.r1(a, b, this.r4);
1038
- this.r4 = e;
1037
+ var e = this.r2(a, b, this.r5);
1038
+ this.r5 = e;
1039
1039
  return e;
1040
1040
  }
1041
1041
  };
1042
- CategorySeries.prototype.sl = function () {
1043
- return this.rx.cu.a;
1042
+ CategorySeries.prototype.sm = function () {
1043
+ return this.ry.cu.a;
1044
1044
  };
1045
- CategorySeries.prototype.r3 = function (a, b, c) {
1046
- if (!this.qe()) {
1045
+ CategorySeries.prototype.r4 = function (a, b, c) {
1046
+ if (!this.qf()) {
1047
1047
  return null;
1048
1048
  }
1049
- var d = this.rp();
1050
- var e = this.sl();
1051
- return this.r7.b$b(this, e, this.sp(this.b0), this.so(this.b0), d.f, a, b, c);
1049
+ var d = this.rq();
1050
+ var e = this.sm();
1051
+ return this.r8.b$b(this, e, this.sq(this.b0), this.sp(this.b0), d.f, a, b, c);
1052
1052
  };
1053
- CategorySeries.prototype.r2 = function (a, b, c) {
1054
- var d = this.sp(this.b0);
1055
- var e = this.sq(this.b0);
1056
- var f = this.so(this.b0);
1057
- var g = this.rp();
1058
- return this.r7.b$a(this, g.f, d, e, f, a, b, c);
1053
+ CategorySeries.prototype.r3 = function (a, b, c) {
1054
+ var d = this.sq(this.b0);
1055
+ var e = this.sr(this.b0);
1056
+ var f = this.sp(this.b0);
1057
+ var g = this.rq();
1058
+ return this.r8.b$a(this, g.f, d, e, f, a, b, c);
1059
1059
  };
1060
- CategorySeries.prototype.r1 = function (a, b, c) {
1060
+ CategorySeries.prototype.r2 = function (a, b, c) {
1061
1061
  var d = new HighlightingInfo();
1062
1062
  d.b = this;
1063
1063
  d.h = 0;
1064
- d.g = this.ck.count - 1;
1064
+ d.g = this.ck != null ? this.ck.count - 1 : 0;
1065
1065
  d.d = true;
1066
1066
  if (c != null && c.h == d.h && c.g == d.g) {
1067
1067
  return c;
1068
1068
  }
1069
1069
  return d;
1070
1070
  };
1071
- CategorySeries.prototype.rp = function () {
1072
- var a = this.ro;
1071
+ CategorySeries.prototype.rq = function () {
1072
+ var a = this.rp;
1073
1073
  if (this.cv()) {
1074
1074
  if (this.ce.g) {
1075
1075
  this.ce.t();
1076
1076
  }
1077
- a = this.rs;
1077
+ a = this.rt;
1078
1078
  }
1079
1079
  return a;
1080
1080
  };
1081
- CategorySeries.prototype.s1 = function (a, b, c, d, e, f) {
1081
+ CategorySeries.prototype.s2 = function (a, b, c, d, e, f) {
1082
1082
  var g = this.bk != 1;
1083
- this.rw.a1(this.rw.d, d.cm, a, b, c, d, e, f, true);
1084
- this.rw.aa(this.fr);
1085
- var h = this.rw.av;
1083
+ this.rx.a1(this.rx.d, d.cm, a, b, c, d, e, f, true);
1084
+ this.rx.aa(this.fr);
1085
+ var h = this.rx.av;
1086
1086
  var i = null;
1087
1087
  var j = this.ck;
1088
1088
  var k = null;
@@ -1094,14 +1094,14 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
1094
1094
  h.b = i;
1095
1095
  }
1096
1096
  h.f = f;
1097
- this.s4(h);
1098
- this.rw.y(this, i, f, g, h.m, this.cd.a3.totalHighlightingProgress);
1097
+ this.s5(h);
1098
+ this.rx.y(this, i, f, g, h.m, this.cd.a3.totalHighlightingProgress);
1099
1099
  };
1100
- CategorySeries.prototype.s2 = function (a, b, c, d, e, f) {
1100
+ CategorySeries.prototype.s3 = function (a, b, c, d, e, f) {
1101
1101
  var g = this.bk != 1;
1102
- this.rw.a1(this.rw.b, d.cm, a, b, c, d, e, f, false);
1103
- this.rw.ab(this.fr);
1104
- var h = this.rw.aw;
1102
+ this.rx.a1(this.rx.b, d.cm, a, b, c, d, e, f, false);
1103
+ this.rx.ab(this.fr);
1104
+ var h = this.rx.aw;
1105
1105
  var i = null;
1106
1106
  var j = this.ck;
1107
1107
  if (g && this.cd != null) {
@@ -1109,13 +1109,13 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
1109
1109
  h.b = i;
1110
1110
  }
1111
1111
  h.f = f;
1112
- this.s5(h);
1113
- this.rw.z(this, i, f, g, b < 0);
1112
+ this.s6(h);
1113
+ this.rx.z(this, i, f, g, b < 0);
1114
1114
  };
1115
1115
  CategorySeries.prototype.e9 = function (a, b, c) {
1116
1116
  var d = _super.prototype.e9.call(this, a, b, c);
1117
- d = d && this.sk(this.fetchXAxis());
1118
- d = d && this.sk(this.fetchYAxis());
1117
+ d = d && this.sl(this.fetchXAxis());
1118
+ d = d && this.sl(this.fetchYAxis());
1119
1119
  var e = c;
1120
1120
  if (!c.o() || b.isEmpty || a.isEmpty || this.ck == null) {
1121
1121
  d = false;
@@ -1125,7 +1125,7 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
1125
1125
  }
1126
1126
  return d;
1127
1127
  };
1128
- CategorySeries.prototype.sk = function (a) {
1128
+ CategorySeries.prototype.sl = function (a) {
1129
1129
  if (a == null || a.bh == null) {
1130
1130
  return false;
1131
1131
  }
@@ -1147,24 +1147,24 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
1147
1147
  return true;
1148
1148
  };
1149
1149
  CategorySeries.prototype.eq = function () {
1150
- return this.sf;
1150
+ return this.sg;
1151
1151
  };
1152
- CategorySeries.prototype.ry = function () {
1152
+ CategorySeries.prototype.rz = function () {
1153
1153
  return 12;
1154
1154
  };
1155
1155
  CategorySeries.prototype.ky = function () {
1156
1156
  _super.prototype.ky.call(this);
1157
- this.rq.v();
1158
- this.ro.v();
1159
- this.rs.v();
1157
+ this.rr.v();
1158
+ this.rp.v();
1159
+ this.rt.v();
1160
1160
  };
1161
- CategorySeries.prototype.mi = function (a) {
1162
- _super.prototype.mi.call(this, a);
1163
- this.rx.cr.g(this.ft);
1161
+ CategorySeries.prototype.mj = function (a) {
1162
+ _super.prototype.mj.call(this, a);
1163
+ this.ry.cr.g(this.ft);
1164
1164
  if (this.cx(this.b0)) {
1165
- this.ro.y();
1166
- this.rs.y();
1167
- this.rq.y();
1165
+ this.rp.y();
1166
+ this.rt.y();
1167
+ this.rr.y();
1168
1168
  return;
1169
1169
  }
1170
1170
  if (this.es) {
@@ -1172,55 +1172,55 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
1172
1172
  if (this.ce.g) {
1173
1173
  this.ce.t();
1174
1174
  }
1175
- this.s6(this.rs, this.rx);
1175
+ this.s7(this.rt, this.ry);
1176
1176
  }
1177
1177
  else {
1178
- this.s6(this.ro, this.rx);
1178
+ this.s7(this.rp, this.ry);
1179
1179
  }
1180
1180
  return;
1181
1181
  }
1182
1182
  if (this.eo(a)) {
1183
- var b = this.rq;
1183
+ var b = this.rr;
1184
1184
  if (this.cv()) {
1185
1185
  if (this.ce.g) {
1186
1186
  this.ce.t();
1187
1187
  }
1188
- this.rq = this.rs;
1189
- this.rs = b;
1188
+ this.rr = this.rt;
1189
+ this.rt = b;
1190
1190
  }
1191
1191
  else {
1192
- this.rq = this.ro;
1193
- this.ro = b;
1192
+ this.rr = this.rp;
1193
+ this.rp = b;
1194
1194
  }
1195
- this.s3(this.ro, this.rx);
1195
+ this.s4(this.rp, this.ry);
1196
1196
  if (this.e2) {
1197
1197
  this.ce.w();
1198
1198
  this.ce.r = truncate(this.gn());
1199
1199
  this.ce.b = this.cg != null ? this.cg : this.cf;
1200
- this.r0.p(this.rq, this.ro, this.isVertical, this.fetchXAxis(), this.fetchYAxis(), this.rz, this.ry(), this.ca, this.b9(), runOn(this, this.sn), this.rx.bu);
1200
+ this.r1.p(this.rr, this.rp, this.isVertical, this.fetchXAxis(), this.fetchYAxis(), this.r0, this.rz(), this.ca, this.b9(), runOn(this, this.so), this.ry.bu);
1201
1201
  }
1202
1202
  this.kt();
1203
- this.mq();
1203
+ this.mr();
1204
1204
  if (this.e2) {
1205
1205
  this.e1 = false;
1206
1206
  this.e0 = true;
1207
1207
  }
1208
1208
  }
1209
1209
  else {
1210
- this.s3(this.ro, this.rx);
1211
- this.s6(this.ro, this.rx);
1210
+ this.s4(this.rp, this.ry);
1211
+ this.s7(this.rp, this.ry);
1212
1212
  }
1213
1213
  };
1214
1214
  CategorySeries.prototype.b9 = function () {
1215
1215
  return 3;
1216
1216
  };
1217
- CategorySeries.prototype.sn = function () {
1217
+ CategorySeries.prototype.so = function () {
1218
1218
  if (this.isVertical) {
1219
- return this.py.left;
1219
+ return this.pz.left;
1220
1220
  }
1221
- return this.py.bottom;
1221
+ return this.pz.bottom;
1222
1222
  };
1223
- CategorySeries.prototype.sr = function () {
1223
+ CategorySeries.prototype.ss = function () {
1224
1224
  var e_1, _a;
1225
1225
  var a = 0;
1226
1226
  var b = this.fetchXAxis();
@@ -1268,11 +1268,11 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
1268
1268
  enumerable: true,
1269
1269
  configurable: true
1270
1270
  });
1271
- CategorySeries.prototype.s0 = function (a, b) {
1272
- this.rw.az(this, this.sh(), runOn(this, this.rh), this.so(a), this.sp(a));
1273
- var c = this.rw.d;
1271
+ CategorySeries.prototype.s1 = function (a, b) {
1272
+ this.rx.az(this, this.si(), runOn(this, this.ri), this.sp(a), this.sq(a));
1273
+ var c = this.rx.d;
1274
1274
  var d = c != null;
1275
- var e = this.rn();
1275
+ var e = this.ro();
1276
1276
  if (e == null) {
1277
1277
  return;
1278
1278
  }
@@ -1290,33 +1290,33 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
1290
1290
  var q = p.content;
1291
1291
  if (d) {
1292
1292
  var r = p.al;
1293
- this.s1(j, r, h, e, g, a.q);
1293
+ this.s2(j, r, h, e, g, a.q);
1294
1294
  }
1295
- this.rw.ac(p, q);
1295
+ this.rx.ac(p, q);
1296
1296
  }
1297
1297
  };
1298
- CategorySeries.prototype.s6 = function (a, b) {
1299
- this.pp = a.aa;
1298
+ CategorySeries.prototype.s7 = function (a, b) {
1299
+ this.pq = a.aa;
1300
1300
  b.au();
1301
1301
  };
1302
- CategorySeries.prototype.s3 = function (a, b) {
1302
+ CategorySeries.prototype.s4 = function (a, b) {
1303
1303
  a.u();
1304
1304
  };
1305
- CategorySeries.prototype.so = function (a) {
1305
+ CategorySeries.prototype.sp = function (a) {
1306
1306
  return a.cr.d;
1307
1307
  };
1308
- CategorySeries.prototype.sp = function (a) {
1308
+ CategorySeries.prototype.sq = function (a) {
1309
1309
  return a.cr.e;
1310
1310
  };
1311
- CategorySeries.prototype.sq = function (a) {
1311
+ CategorySeries.prototype.sr = function (a) {
1312
1312
  return a.cr.f;
1313
1313
  };
1314
- CategorySeries.prototype.sz = function (a) {
1314
+ CategorySeries.prototype.s0 = function (a) {
1315
1315
  var b = a;
1316
1316
  b.cu.count = 0;
1317
1317
  };
1318
- CategorySeries.prototype.mj = function (a, b) {
1319
- _super.prototype.mj.call(this, a, b);
1318
+ CategorySeries.prototype.mk = function (a, b) {
1319
+ _super.prototype.mk.call(this, a, b);
1320
1320
  if (!this.ez) {
1321
1321
  this.b0.a2(b);
1322
1322
  return;
@@ -1327,18 +1327,18 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
1327
1327
  if (this.cx(this.bz)) {
1328
1328
  return;
1329
1329
  }
1330
- this.s7();
1330
+ this.s8();
1331
1331
  this.ez = false;
1332
1332
  };
1333
- CategorySeries.prototype.s7 = function () {
1333
+ CategorySeries.prototype.s8 = function () {
1334
1334
  var a = typeCast(CategorySeriesView.$, this.bz);
1335
1335
  if (!this.et) {
1336
- this.s3(this.rr, a);
1336
+ this.s4(this.rs, a);
1337
1337
  }
1338
1338
  this.et = false;
1339
- this.s6(this.rr, a);
1339
+ this.s7(this.rs, a);
1340
1340
  };
1341
- CategorySeries.prototype.ru = function (a) {
1341
+ CategorySeries.prototype.rv = function (a) {
1342
1342
  var b = typeCast(CategorySeriesView.$, a);
1343
1343
  if (b != null && b.q) {
1344
1344
  if (b.p) {
@@ -1349,7 +1349,7 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
1349
1349
  }
1350
1350
  }
1351
1351
  else {
1352
- return this.rt;
1352
+ return this.ru;
1353
1353
  }
1354
1354
  };
1355
1355
  CategorySeries.prototype.an = function (a) {
@@ -1364,7 +1364,7 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
1364
1364
  CategorySeries.prototype.ag = function () {
1365
1365
  return [this.fetchXAxis(), this.fetchYAxis()];
1366
1366
  };
1367
- CategorySeries.ri = function (a, b, c, d, e) {
1367
+ CategorySeries.rj = function (a, b, c, d, e) {
1368
1368
  var f = null;
1369
1369
  if (b > -1 && !d.isEmpty && !c.isEmpty) {
1370
1370
  var g = a._inner[0][0] < c.left - 2000 ? c.left - 10 : NaN;
@@ -1376,7 +1376,7 @@ var CategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
1376
1376
  return f;
1377
1377
  };
1378
1378
  CategorySeries.$t = markType(CategorySeries, 'CategorySeries', MarkerSeries.$, [IHasCategoryModePreference_$type, ISupportsErrorBars_$type]);
1379
- CategorySeries.$$p = markDep(DependencyProperty, PropertyMetadata, CategorySeries, 'raisePropertyChanged', ['IsCustomCategoryMarkerStyleAllowed:sd:s8', [0, false], 'IsCustomCategoryStyleAllowed:se:s9', [0, false], 'IsTransitionInEnabled:sf:ta', [0, false], 'TransitionInMode:rz:tb', [CategoryTransitionInMode_$type, enumGetBox(CategoryTransitionInMode_$type, 0)], 'UseHighMarkerFidelity:sj:tc', [0, false]]);
1379
+ CategorySeries.$$p = markDep(DependencyProperty, PropertyMetadata, CategorySeries, 'raisePropertyChanged', ['IsCustomCategoryMarkerStyleAllowed:se:s9', [0, false], 'IsCustomCategoryStyleAllowed:sf:ta', [0, false], 'IsTransitionInEnabled:sg:tb', [0, false], 'TransitionInMode:r0:tc', [CategoryTransitionInMode_$type, enumGetBox(CategoryTransitionInMode_$type, 0)], 'UseHighMarkerFidelity:sk:td', [0, false]]);
1380
1380
  return CategorySeries;
1381
1381
  }(MarkerSeries));
1382
1382
  export { CategorySeries };
@@ -1414,7 +1414,7 @@ var CategorySeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
1414
1414
  this.cw = a.t;
1415
1415
  };
1416
1416
  CategorySeriesView.prototype.updateMarkerTemplate = function (a, b, c) {
1417
- if (!this.b1.qg) {
1417
+ if (!this.b1.qh) {
1418
1418
  var d = this.cu.item(a);
1419
1419
  var e = d.content;
1420
1420
  e.item = this.e.ck.item(b);
@@ -1427,7 +1427,7 @@ var CategorySeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
1427
1427
  };
1428
1428
  Object.defineProperty(CategorySeriesView.prototype, "shouldDisplayMarkers", {
1429
1429
  get: function () {
1430
- return this.ct.qe();
1430
+ return this.ct.qf();
1431
1431
  },
1432
1432
  enumerable: true,
1433
1433
  configurable: true