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
@@ -41,54 +41,54 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
41
41
  tslib_1.__extends(HighDensityScatterSeries, _super);
42
42
  function HighDensityScatterSeries() {
43
43
  var _this = _super.call(this) || this;
44
- _this.qg = null;
45
- _this.qi = null;
46
- _this.rr = 0;
47
- _this.qk = false;
48
- _this.q6 = Defaults.aq.o;
49
- _this.q5 = Defaults.aq.n;
50
- _this.q4 = Defaults.aq.m;
51
- _this.q3 = Defaults.aq.l;
52
- _this.q2 = Defaults.ap.o;
53
- _this.q1 = Defaults.ap.n;
54
- _this.q0 = Defaults.ap.m;
55
- _this.qz = Defaults.ap.l;
56
- _this.p8 = null;
57
- _this.qd = null;
58
- _this.qe = null;
59
- _this.p9 = null;
60
- _this.qb = null;
61
- _this.qm = false;
44
+ _this.qh = null;
45
+ _this.qj = null;
62
46
  _this.rs = 0;
63
- _this.ru = 0;
47
+ _this.ql = false;
48
+ _this.q7 = Defaults.aq.o;
49
+ _this.q6 = Defaults.aq.n;
50
+ _this.q5 = Defaults.aq.m;
51
+ _this.q4 = Defaults.aq.l;
52
+ _this.q3 = Defaults.ap.o;
53
+ _this.q2 = Defaults.ap.n;
54
+ _this.q1 = Defaults.ap.m;
55
+ _this.q0 = Defaults.ap.l;
56
+ _this.p9 = null;
57
+ _this.qe = null;
58
+ _this.qf = null;
59
+ _this.qa = null;
60
+ _this.qc = null;
61
+ _this.qn = false;
62
+ _this.rt = 0;
63
+ _this.rv = 0;
64
+ _this.rp = 0;
64
65
  _this.ro = 0;
65
- _this.rn = 0;
66
66
  _this.progressiveLoadStatusChanged = null;
67
- _this.qr = null;
68
- _this.qx = 0;
69
- _this.qw = 0;
67
+ _this.qs = null;
70
68
  _this.qy = 0;
71
- _this.rd = 0;
72
- _this.rb = 0;
73
- _this.rc = 0;
69
+ _this.qx = 0;
70
+ _this.qz = 0;
74
71
  _this.re = 0;
75
- _this.rg = 0;
76
- _this.ri = 0;
77
- _this.rh = 0;
72
+ _this.rc = 0;
73
+ _this.rd = 0;
78
74
  _this.rf = 0;
79
- _this.qt = 0;
75
+ _this.rh = 0;
76
+ _this.rj = 0;
77
+ _this.ri = 0;
78
+ _this.rg = 0;
80
79
  _this.qu = 0;
81
80
  _this.qv = 0;
82
- _this.qs = 0;
81
+ _this.qw = 0;
82
+ _this.qt = 0;
83
+ _this.rr = 0;
83
84
  _this.rq = 0;
84
- _this.rp = 0;
85
- _this.p5 = null;
86
- _this.rt = 0;
87
- _this.ql = false;
88
- _this._itemIndexes = null;
89
85
  _this.p6 = null;
90
- _this.p3 = null;
91
- _this.qf = null;
86
+ _this.ru = 0;
87
+ _this.qm = false;
88
+ _this._itemIndexes = null;
89
+ _this.p7 = null;
90
+ _this.p4 = null;
91
+ _this.qg = null;
92
92
  _this.ab = HighDensityScatterSeries.$;
93
93
  _this.el = false;
94
94
  return _this;
@@ -105,15 +105,15 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
105
105
  HighDensityScatterSeries.prototype.get_ec = function () {
106
106
  return true;
107
107
  };
108
- Object.defineProperty(HighDensityScatterSeries.prototype, "qh", {
108
+ Object.defineProperty(HighDensityScatterSeries.prototype, "qi", {
109
109
  get: function () {
110
- return this.qg;
110
+ return this.qh;
111
111
  },
112
112
  set: function (a) {
113
- if (this.qg != a) {
114
- var b = this.qh;
115
- this.qg = a;
116
- this.raisePropertyChanged("XColumn", b, this.qh);
113
+ if (this.qh != a) {
114
+ var b = this.qi;
115
+ this.qh = a;
116
+ this.raisePropertyChanged("XColumn", b, this.qi);
117
117
  }
118
118
  },
119
119
  enumerable: true,
@@ -127,15 +127,15 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
127
127
  var g = new DataLegendSeriesValueInfo();
128
128
  g.l = e;
129
129
  g.a = 13;
130
- g.p = this.sd != null ? this.sd : "X";
131
- g.q = this.r9 != null ? this.r9 : "X:";
132
- g.r = this.sb != null ? this.sb : "";
130
+ g.p = this.se != null ? this.se : "X";
131
+ g.q = this.sa != null ? this.sa : "X:";
132
+ g.r = this.sc != null ? this.sc : "";
133
133
  var h = new DataLegendSeriesValueInfo();
134
134
  h.l = f;
135
135
  h.a = 14;
136
- h.p = this.sl != null ? this.sl : "Y";
137
- h.q = this.sh != null ? this.sh : "Y:";
138
- g.r = this.sj != null ? this.sj : "";
136
+ h.p = this.sm != null ? this.sm : "Y";
137
+ h.q = this.si != null ? this.si : "Y:";
138
+ g.r = this.sk != null ? this.sk : "";
139
139
  var i = new DataLegendSeriesContext();
140
140
  i.f = ((function () {
141
141
  var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -149,72 +149,72 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
149
149
  HighDensityScatterSeries.prototype.hw = function (a, b) {
150
150
  var c = this.jq(b);
151
151
  if (c == HighDensityScatterSeries.$$p[10]) {
152
- return this.hx(a, b, this.sd);
152
+ return this.hx(a, b, this.se);
153
153
  }
154
154
  if (c == HighDensityScatterSeries.$$p[14]) {
155
- return this.hx(a, b, this.sl);
155
+ return this.hx(a, b, this.sm);
156
156
  }
157
157
  return _super.prototype.hw.call(this, a, b);
158
158
  };
159
- Object.defineProperty(HighDensityScatterSeries.prototype, "qj", {
159
+ Object.defineProperty(HighDensityScatterSeries.prototype, "qk", {
160
160
  get: function () {
161
- return this.qi;
161
+ return this.qj;
162
162
  },
163
163
  set: function (a) {
164
- if (this.qi != a) {
165
- var b = this.qj;
166
- this.qi = a;
167
- this.raisePropertyChanged("YColumn", b, this.qj);
164
+ if (this.qj != a) {
165
+ var b = this.qk;
166
+ this.qj = a;
167
+ this.raisePropertyChanged("YColumn", b, this.qk);
168
168
  }
169
169
  },
170
170
  enumerable: true,
171
171
  configurable: true
172
172
  });
173
- HighDensityScatterSeries.prototype.s0 = function () {
174
- if (this.p8 == null) {
173
+ HighDensityScatterSeries.prototype.s1 = function () {
174
+ if (this.p9 == null) {
175
175
  return;
176
176
  }
177
- this.p8.s();
178
- var a = this.p8;
179
- a.progressiveThunkCompleted = delegateRemove(a.progressiveThunkCompleted, runOn(this, this.sn));
180
- this.p8 = null;
177
+ this.p9.s();
178
+ var a = this.p9;
179
+ a.progressiveThunkCompleted = delegateRemove(a.progressiveThunkCompleted, runOn(this, this.so));
180
+ this.p9 = null;
181
181
  };
182
- HighDensityScatterSeries.prototype.l3 = function (a, b, c, d) {
183
- _super.prototype.l3.call(this, a, b, c, d);
182
+ HighDensityScatterSeries.prototype.l4 = function (a, b, c, d) {
183
+ _super.prototype.l4.call(this, a, b, c, d);
184
184
  switch (b) {
185
185
  case "SeriesViewer":
186
186
  if (this.cd != null) {
187
187
  var e = this.getEffectiveViewport1(this.b0);
188
- this.ql = !e.isEmpty;
188
+ this.qm = !e.isEmpty;
189
189
  }
190
190
  break;
191
191
  case "FastItemsSource":
192
- this.s0();
192
+ this.s1();
193
193
  if (typeCast(IFastItemsSource_$type, c) != null) {
194
- c.deregisterColumn(this.qh);
195
- c.deregisterColumn(this.qj);
196
- this.qh = null;
197
- this.qj = null;
194
+ c.deregisterColumn(this.qi);
195
+ c.deregisterColumn(this.qk);
196
+ this.qi = null;
197
+ this.qk = null;
198
198
  }
199
199
  if (typeCast(IFastItemsSource_$type, d) != null) {
200
- this.qh = this.ch(this.sd);
201
- this.qj = this.ch(this.sl);
200
+ this.qi = this.ch(this.se);
201
+ this.qk = this.ch(this.sm);
202
202
  }
203
- if ((this.qc != null && !this.qc.c0()) || (this.qa != null && !this.qa.c0())) {
204
- this.mh(false);
203
+ if ((this.qd != null && !this.qd.c0()) || (this.qb != null && !this.qb.c0())) {
204
+ this.mi(false);
205
205
  }
206
- this.lp();
206
+ this.lq();
207
207
  break;
208
208
  case HighDensityScatterSeries.$$p[7]:
209
- var f = this.p9;
210
- this.p9 = this.qa;
211
- this.s0();
209
+ var f = this.qa;
210
+ this.qa = this.qb;
211
+ this.s1();
212
212
  if (f != null) {
213
- f.rangeChanged = delegateRemove(f.rangeChanged, runOn(this, this.sq));
213
+ f.rangeChanged = delegateRemove(f.rangeChanged, runOn(this, this.sr));
214
214
  }
215
- if (this.p9 != null) {
216
- var g = this.p9;
217
- g.rangeChanged = delegateCombine(g.rangeChanged, runOn(this, this.sq));
215
+ if (this.qa != null) {
216
+ var g = this.qa;
217
+ g.rangeChanged = delegateCombine(g.rangeChanged, runOn(this, this.sr));
218
218
  }
219
219
  if (c != null) {
220
220
  c.bz(this);
@@ -222,20 +222,20 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
222
222
  if (d != null) {
223
223
  d.cs(this);
224
224
  }
225
- if ((this.qa != null && !this.qa.c0()) || (d == null && c != null)) {
226
- this.mh(false);
225
+ if ((this.qb != null && !this.qb.c0()) || (d == null && c != null)) {
226
+ this.mi(false);
227
227
  }
228
228
  break;
229
229
  case HighDensityScatterSeries.$$p[11]:
230
- var h = this.qb;
231
- this.qb = this.qc;
232
- this.s0();
230
+ var h = this.qc;
231
+ this.qc = this.qd;
232
+ this.s1();
233
233
  if (h != null) {
234
- h.rangeChanged = delegateRemove(h.rangeChanged, runOn(this, this.sq));
234
+ h.rangeChanged = delegateRemove(h.rangeChanged, runOn(this, this.sr));
235
235
  }
236
- if (this.qb != null) {
237
- var i = this.qb;
238
- i.rangeChanged = delegateCombine(i.rangeChanged, runOn(this, this.sq));
236
+ if (this.qc != null) {
237
+ var i = this.qc;
238
+ i.rangeChanged = delegateCombine(i.rangeChanged, runOn(this, this.sr));
239
239
  }
240
240
  if (c != null) {
241
241
  c.bz(this);
@@ -243,102 +243,109 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
243
243
  if (d != null) {
244
244
  d.cs(this);
245
245
  }
246
- if ((this.qc != null && !this.qc.c0()) || (d == null && c != null)) {
247
- this.mh(false);
246
+ if ((this.qd != null && !this.qd.c0()) || (d == null && c != null)) {
247
+ this.mi(false);
248
248
  }
249
249
  break;
250
250
  case "MouseOverEnabled":
251
- this.qm = this.el;
252
- this.mh(false);
251
+ this.qn = this.el;
252
+ this.mi(false);
253
253
  break;
254
254
  case HighDensityScatterSeries.$$p[10]:
255
255
  if (this.ck != null) {
256
- this.ck.deregisterColumn(this.qh);
257
- this.qh = this.ch(this.sd);
256
+ this.ck.deregisterColumn(this.qi);
257
+ this.qi = this.ch(this.se);
258
258
  }
259
259
  break;
260
260
  case "XColumn":
261
- this.s0();
262
- if (this.qa != null && !this.qa.c0()) {
263
- this.mh(false);
261
+ this.s1();
262
+ if (this.qb != null && !this.qb.c0()) {
263
+ this.mi(false);
264
264
  }
265
- this.lp();
265
+ this.lq();
266
266
  break;
267
267
  case HighDensityScatterSeries.$$p[14]:
268
268
  if (this.ck != null) {
269
- this.ck.deregisterColumn(this.qj);
270
- this.qj = this.ch(this.sl);
269
+ this.ck.deregisterColumn(this.qk);
270
+ this.qk = this.ch(this.sm);
271
271
  }
272
272
  break;
273
273
  case "YColumn":
274
- this.s0();
275
- if (this.qc != null && !this.qc.c0()) {
276
- this.mh(false);
274
+ this.s1();
275
+ if (this.qd != null && !this.qd.c0()) {
276
+ this.mi(false);
277
277
  }
278
- this.lp();
278
+ this.lq();
279
279
  break;
280
280
  case HighDensityScatterSeries.$$p[6]:
281
- this.s0();
282
- this.mh(false);
283
- this.lo();
281
+ this.s1();
282
+ this.mi(false);
283
+ this.lp();
284
284
  break;
285
285
  case HighDensityScatterSeries.$$p[3]:
286
- this.mh(false);
287
- this.lo();
286
+ this.mi(false);
287
+ this.lp();
288
288
  break;
289
289
  case HighDensityScatterSeries.$$p[1]:
290
- this.mh(false);
291
- this.lo();
290
+ this.mi(false);
291
+ this.lp();
292
292
  break;
293
293
  case HighDensityScatterSeries.$$p[0]:
294
294
  case HighDensityScatterSeries.$$p[2]:
295
- if (!this.p7.b1(this.tj, this.ti)) {
295
+ if (!this.p8.b1(this.tk, this.tj)) {
296
296
  return;
297
297
  }
298
- this.su();
299
- this.mh(false);
300
- this.lo();
298
+ this.sv();
299
+ this.mi(false);
300
+ this.lp();
301
301
  break;
302
302
  case HighDensityScatterSeries.$$p[4]:
303
- this.rr = Math.max(typeGetValue(d) - 1, 0);
304
- this.qk = this.rr > 0;
305
- this.mh(false);
306
- this.lo();
303
+ this.rs = Math.max(typeGetValue(d) - 1, 0);
304
+ this.ql = this.rs > 0;
305
+ this.mi(false);
306
+ this.lp();
307
307
  break;
308
308
  case HighDensityScatterSeries.$$p[5]:
309
- this.mh(false);
310
- this.lo();
309
+ this.mi(false);
310
+ this.lp();
311
311
  break;
312
312
  }
313
313
  };
314
- HighDensityScatterSeries.prototype.su = function () {
315
- this.q3 = this.tj.l;
316
- this.q6 = this.tj.o;
317
- this.q5 = this.tj.n;
318
- this.q4 = this.tj.m;
319
- this.qz = this.ti.l;
320
- this.q2 = this.ti.o;
321
- this.q1 = this.ti.n;
322
- this.q0 = this.ti.m;
323
- this.o7 = BrushUtil.g(truncate(this.q3), truncate(this.q6), truncate(this.q5), truncate(this.q4));
324
- this.o2 = BrushUtil.g(truncate(this.qz), truncate(this.q2), truncate(this.q1), truncate(this.q0));
314
+ HighDensityScatterSeries.prototype.sv = function () {
315
+ this.q4 = this.tk.l;
316
+ this.q7 = this.tk.o;
317
+ this.q6 = this.tk.n;
318
+ this.q5 = this.tk.m;
319
+ this.q0 = this.tj.l;
320
+ this.q3 = this.tj.o;
321
+ this.q2 = this.tj.n;
322
+ this.q1 = this.tj.m;
323
+ this.o8 = BrushUtil.g(truncate(this.q4), truncate(this.q7), truncate(this.q6), truncate(this.q5));
324
+ this.o3 = BrushUtil.g(truncate(this.q0), truncate(this.q3), truncate(this.q2), truncate(this.q1));
325
325
  };
326
- HighDensityScatterSeries.prototype.qo = function (a) {
326
+ HighDensityScatterSeries.prototype.qp = function (a) {
327
327
  if (typeCast(NumericYAxis.$, a) !== null) {
328
328
  return true;
329
329
  }
330
330
  return false;
331
331
  };
332
- HighDensityScatterSeries.prototype.qn = function (a) {
332
+ HighDensityScatterSeries.prototype.qo = function (a) {
333
333
  if (typeCast(NumericXAxis.$, a) !== null) {
334
334
  return true;
335
335
  }
336
336
  return false;
337
337
  };
338
- HighDensityScatterSeries.prototype.sq = function (a, b) {
339
- this.s0();
340
- this.mh(false);
338
+ HighDensityScatterSeries.prototype.sr = function (a, b) {
339
+ this.s1();
340
+ this.mi(false);
341
341
  };
342
+ Object.defineProperty(HighDensityScatterSeries.prototype, "rb", {
343
+ get: function () {
344
+ return this.q3 - this.q7;
345
+ },
346
+ enumerable: true,
347
+ configurable: true
348
+ });
342
349
  Object.defineProperty(HighDensityScatterSeries.prototype, "ra", {
343
350
  get: function () {
344
351
  return this.q2 - this.q6;
@@ -360,44 +367,37 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
360
367
  enumerable: true,
361
368
  configurable: true
362
369
  });
363
- Object.defineProperty(HighDensityScatterSeries.prototype, "q7", {
364
- get: function () {
365
- return this.qz - this.q3;
366
- },
367
- enumerable: true,
368
- configurable: true
369
- });
370
370
  HighDensityScatterSeries.prototype.e9 = function (a, b, c) {
371
371
  var d = _super.prototype.e9.call(this, a, b, c);
372
- if (this.qc == null || this.qa == null || this.qa.bh == null || this.qc.bh == null || this.qj == null || this.qh == null || this.qj.count < 1 || this.qh.count < 1 || this.qj.count != this.qh.count || this.qa.lv == this.qa.lu || this.qc.lv == this.qc.lu || this.py.isEmpty) {
372
+ if (this.qd == null || this.qb == null || this.qb.bh == null || this.qd.bh == null || this.qk == null || this.qi == null || this.qk.count < 1 || this.qi.count < 1 || this.qk.count != this.qi.count || this.qb.lv == this.qb.lu || this.qd.lv == this.qd.lu || this.pz.isEmpty) {
373
373
  d = false;
374
374
  }
375
375
  return d;
376
376
  };
377
- Object.defineProperty(HighDensityScatterSeries.prototype, "ry", {
377
+ Object.defineProperty(HighDensityScatterSeries.prototype, "rz", {
378
378
  get: function () {
379
- return this.rs;
379
+ return this.rt;
380
380
  },
381
381
  set: function (a) {
382
- var b = this.rs;
383
- this.rs = a;
384
- this.raisePropertyChanged("ProgressiveStatus", b, this.rs);
382
+ var b = this.rt;
383
+ this.rt = a;
384
+ this.raisePropertyChanged("ProgressiveStatus", b, this.rt);
385
385
  },
386
386
  enumerable: true,
387
387
  configurable: true
388
388
  });
389
- HighDensityScatterSeries.prototype.mi = function (a) {
390
- _super.prototype.mi.call(this, a);
391
- this.ss(a, this.b0);
389
+ HighDensityScatterSeries.prototype.mj = function (a) {
390
+ _super.prototype.mj.call(this, a);
391
+ this.st(a, this.b0);
392
392
  };
393
- HighDensityScatterSeries.prototype.ss = function (a, b) {
393
+ HighDensityScatterSeries.prototype.st = function (a, b) {
394
394
  if (this.cx(b)) {
395
395
  return;
396
396
  }
397
- if (this.p8 == null && !this.qq) {
398
- var c = new List$1(KDPointData.$, 2, this.qh.count);
399
- var d = this.qa;
400
- var e = this.qc;
397
+ if (this.p9 == null && !this.qr) {
398
+ var c = new List$1(KDPointData.$, 2, this.qi.count);
399
+ var d = this.qb;
400
+ var e = this.qd;
401
401
  var f = new Rect(0, 0, 0, 1, 1);
402
402
  var g = new Rect(0, 0, 0, 1, 1);
403
403
  var h = new ScalerParams(1, f, g, d.cg);
@@ -405,8 +405,8 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
405
405
  var j_1;
406
406
  var k_1;
407
407
  var _loop_1 = function (l) {
408
- j_1 = d.ei(this_1.qh.item(l), h);
409
- k_1 = e.ei(this_1.qj.item(l), i);
408
+ j_1 = d.ei(this_1.qi.item(l), h);
409
+ k_1 = e.ei(this_1.qk.item(l), i);
410
410
  if (!isNaN_(j_1) && !isNaN_(k_1) && !isInfinity(j_1) && !isInfinity(k_1)) {
411
411
  c.add(((function () {
412
412
  var $ret = new KDPointData();
@@ -418,57 +418,57 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
418
418
  }
419
419
  };
420
420
  var this_1 = this;
421
- for (var l = 0; l < this.qh.count; l++) {
421
+ for (var l = 0; l < this.qi.count; l++) {
422
422
  _loop_1(l);
423
423
  }
424
- if (this.qp) {
425
- this.rn = 1;
426
- this.ro = truncate(logBase(c.count, 2)) + 3;
427
- this.ry = truncate(((this.rn / this.ro) * 100));
424
+ if (this.qq) {
425
+ this.ro = 1;
426
+ this.rp = truncate(logBase(c.count, 2)) + 3;
427
+ this.rz = truncate(((this.ro / this.rp) * 100));
428
428
  if (this.progressiveLoadStatusChanged != null) {
429
- this.progressiveLoadStatusChanged(this, new ProgressiveLoadStatusEventArgs(this.ry));
429
+ this.progressiveLoadStatusChanged(this, new ProgressiveLoadStatusEventArgs(this.rz));
430
430
  }
431
- this.p8 = KDTree2D.b(c.toArray(), 1);
432
- var m = this.p8;
433
- m.progressiveThunkCompleted = delegateCombine(m.progressiveThunkCompleted, runOn(this, this.sn));
434
- if (!this.p8.f(this.g9)) {
435
- var n = this.p8;
436
- n.progressiveThunkCompleted = delegateRemove(n.progressiveThunkCompleted, runOn(this, this.sn));
431
+ this.p9 = KDTree2D.b(c.toArray(), 1);
432
+ var m = this.p9;
433
+ m.progressiveThunkCompleted = delegateCombine(m.progressiveThunkCompleted, runOn(this, this.so));
434
+ if (!this.p9.f(this.g9)) {
435
+ var n = this.p9;
436
+ n.progressiveThunkCompleted = delegateRemove(n.progressiveThunkCompleted, runOn(this, this.so));
437
437
  }
438
- this.lo();
438
+ this.lp();
439
439
  }
440
440
  else {
441
441
  var o = dateNow();
442
- this.p8 = new KDTree2D(0, c.toArray(), 1);
442
+ this.p9 = new KDTree2D(0, c.toArray(), 1);
443
443
  var p = dateNow();
444
444
  }
445
445
  }
446
- if (this.qp && !this.qq) {
447
- this.st(b);
446
+ if (this.qq && !this.qr) {
447
+ this.su(b);
448
448
  }
449
449
  else {
450
- this.sv(b);
450
+ this.sw(b);
451
451
  }
452
452
  };
453
453
  HighDensityScatterSeries.prototype.k0 = function (a, b, c, d) {
454
454
  _super.prototype.k0.call(this, a, b, c, d);
455
- this.s0();
455
+ this.s1();
456
456
  var e = false;
457
- if (this.qa != null && !this.qa.c0()) {
457
+ if (this.qb != null && !this.qb.c0()) {
458
458
  e = true;
459
459
  }
460
- if (this.qc != null && !this.qc.c0()) {
460
+ if (this.qd != null && !this.qd.c0()) {
461
461
  e = true;
462
462
  }
463
463
  if (e) {
464
- this.mh(false);
464
+ this.mi(false);
465
465
  }
466
- this.lp();
466
+ this.lq();
467
467
  };
468
- HighDensityScatterSeries.prototype.sp = function (a) {
468
+ HighDensityScatterSeries.prototype.sq = function (a) {
469
469
  var b = a;
470
- var c = this.rq * this.rp;
471
- if (this.qm) {
470
+ var c = this.rr * this.rq;
471
+ if (this.qn) {
472
472
  if (this._itemIndexes == null || this._itemIndexes.length != c) {
473
473
  this._itemIndexes = new Array(c);
474
474
  for (var d = 0; d < c; d++) {
@@ -482,7 +482,7 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
482
482
  }
483
483
  }
484
484
  };
485
- HighDensityScatterSeries.prototype.sv = function (a) {
485
+ HighDensityScatterSeries.prototype.sw = function (a) {
486
486
  var b;
487
487
  var c;
488
488
  var d = null;
@@ -494,179 +494,179 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
494
494
  b = e.p1;
495
495
  var f = a;
496
496
  var g = this.getEffectiveViewport1(a);
497
- this.qd = new ScalerParams(0, b, c, this.p9.cg, g);
498
- this.qe = new ScalerParams(0, b, c, this.qb.cg, g);
499
- this.so(a);
497
+ this.qe = new ScalerParams(0, b, c, this.qa.cg, g);
498
+ this.qf = new ScalerParams(0, b, c, this.qc.cg, g);
500
499
  this.sp(a);
501
- var h = this.rq * this.rp;
502
- if (this.p6 == null || this.p6.length != h) {
503
- this.p6 = new Array(h);
504
- this.p3 = new Array(h);
505
- }
506
- var i = this.p6.length;
507
- var j = this.p6;
508
- var k = this.p3;
500
+ this.sq(a);
501
+ var h = this.rr * this.rq;
502
+ if (this.p7 == null || this.p7.length != h) {
503
+ this.p7 = new Array(h);
504
+ this.p4 = new Array(h);
505
+ }
506
+ var i = this.p7.length;
507
+ var j = this.p7;
508
+ var k = this.p4;
509
509
  for (var l = 0; l < i; l++) {
510
510
  j[l] = 0;
511
511
  k[l] = 0;
512
512
  }
513
- this.ru = truncate(Math.round(this.ft));
514
- this.p5 = f.by();
515
- var m = this.p5.length;
516
- var n = this.p5;
513
+ this.rv = truncate(Math.round(this.ft));
514
+ this.p6 = f.by();
515
+ var m = this.p6.length;
516
+ var n = this.p6;
517
517
  for (var o = 0; o < m; o++) {
518
518
  n[o] = 0;
519
519
  }
520
- var p = this.rl;
521
- var q = this.rk;
520
+ var p = this.rm;
521
+ var q = this.rl;
522
522
  if (isNaN_(p) || isInfinity(p)) {
523
523
  p = 0;
524
524
  }
525
525
  if (isNaN_(q) || isInfinity(q)) {
526
526
  q = 50;
527
527
  }
528
- this.qx = Math.min(p, q);
529
- this.qw = Math.max(p, q);
528
+ this.qy = Math.min(p, q);
529
+ this.qx = Math.max(p, q);
530
+ if (this.qy < 0) {
531
+ this.qy = 0;
532
+ }
530
533
  if (this.qx < 0) {
531
534
  this.qx = 0;
532
535
  }
533
- if (this.qw < 0) {
534
- this.qw = 0;
535
- }
536
- this.qy = this.qw - this.qx;
537
- if (this.qq) {
538
- this.sr(a);
536
+ this.qz = this.qx - this.qy;
537
+ if (this.qr) {
538
+ this.ss(a);
539
539
  }
540
540
  else {
541
- this.s2(a);
541
+ this.s3(a);
542
542
  }
543
543
  f.b9();
544
544
  if (a.q) {
545
545
  this._itemIndexes = d;
546
- this.p7.ca();
546
+ this.p8.ca();
547
547
  }
548
548
  };
549
- HighDensityScatterSeries.prototype.st = function (a) {
550
- if (this.p8 == null) {
549
+ HighDensityScatterSeries.prototype.su = function (a) {
550
+ if (this.p9 == null) {
551
551
  return;
552
552
  }
553
- this.sv(a);
553
+ this.sw(a);
554
554
  };
555
- HighDensityScatterSeries.prototype.sn = function (a, b) {
555
+ HighDensityScatterSeries.prototype.so = function (a, b) {
556
556
  var _this = this;
557
- this.p7.b8(function () {
558
- if (_this.rn < _this.ro - 1) {
559
- _this.rn++;
557
+ this.p8.b8(function () {
558
+ if (_this.ro < _this.rp - 1) {
559
+ _this.ro++;
560
560
  }
561
- _this.ry = truncate(((_this.rn / _this.ro) * 100));
561
+ _this.rz = truncate(((_this.ro / _this.rp) * 100));
562
562
  if (_this.progressiveLoadStatusChanged != null) {
563
- _this.progressiveLoadStatusChanged(_this, new ProgressiveLoadStatusEventArgs(_this.ry));
563
+ _this.progressiveLoadStatusChanged(_this, new ProgressiveLoadStatusEventArgs(_this.rz));
564
564
  }
565
- _this.st(_this.b0);
566
- _this.lo();
567
- if (_this.p8 != null) {
568
- if (!_this.p8.f(_this.g9)) {
569
- var c = _this.p8;
570
- c.progressiveThunkCompleted = delegateRemove(c.progressiveThunkCompleted, runOn(_this, _this.sn));
571
- _this.ry = 100;
565
+ _this.su(_this.b0);
566
+ _this.lp();
567
+ if (_this.p9 != null) {
568
+ if (!_this.p9.f(_this.g9)) {
569
+ var c = _this.p9;
570
+ c.progressiveThunkCompleted = delegateRemove(c.progressiveThunkCompleted, runOn(_this, _this.so));
571
+ _this.rz = 100;
572
572
  if (_this.progressiveLoadStatusChanged != null) {
573
- _this.progressiveLoadStatusChanged(_this, new ProgressiveLoadStatusEventArgs(_this.ry));
573
+ _this.progressiveLoadStatusChanged(_this, new ProgressiveLoadStatusEventArgs(_this.rz));
574
574
  }
575
575
  }
576
576
  }
577
577
  });
578
578
  };
579
- HighDensityScatterSeries.prototype.sr = function (a) {
580
- var b = arrayShallowClone(this.qh.asArray());
581
- this.qa.hm(boxArray$1(b), 0, b.length, this.qd);
582
- var c = arrayShallowClone(this.qj.asArray());
583
- this.rt = 0;
584
- var d = this.rr;
585
- var e = this.qk;
586
- var f = this.p6.length;
587
- this.qc.hm(boxArray$1(c), 0, c.length, this.qe);
588
- var g = 255 << 24 | truncate(this.q6) << 16 | truncate(this.q5) << 8 | truncate(this.q4);
579
+ HighDensityScatterSeries.prototype.ss = function (a) {
580
+ var b = arrayShallowClone(this.qi.asArray());
581
+ this.qb.hm(boxArray$1(b), 0, b.length, this.qe);
582
+ var c = arrayShallowClone(this.qk.asArray());
583
+ this.ru = 0;
584
+ var d = this.rs;
585
+ var e = this.ql;
586
+ var f = this.p7.length;
587
+ this.qd.hm(boxArray$1(c), 0, c.length, this.qf);
588
+ var g = 255 << 24 | truncate(this.q7) << 16 | truncate(this.q6) << 8 | truncate(this.q5);
589
589
  for (var h = 0; h < b.length; h++) {
590
590
  var i = truncate(b[h]);
591
591
  var j = truncate(c[h]);
592
592
  i = truncate(Math.floor(i));
593
593
  j = truncate(Math.floor(j));
594
- if (i < 0 || i >= this.rq || j < 0 || j >= this.rp) {
594
+ if (i < 0 || i >= this.rr || j < 0 || j >= this.rq) {
595
595
  continue;
596
596
  }
597
597
  if (e) {
598
598
  var k = i - d;
599
599
  var l = i + d;
600
- l = l > (this.rq - 1) ? (this.rq - 1) : l;
600
+ l = l > (this.rr - 1) ? (this.rr - 1) : l;
601
601
  k = k < 0 ? 0 : k;
602
602
  var m = j + d;
603
603
  var n = j - d;
604
604
  for (var o = k; o <= l; o++) {
605
605
  for (var p = n; p <= m; p++) {
606
- var q = (p * this.rq) + o;
606
+ var q = (p * this.rr) + o;
607
607
  if (q < 0 || q > f - 1) {
608
608
  continue;
609
609
  }
610
- this.p6[q] = this.p6[q] + 1;
611
- this.p3[q] = 1;
612
- this.rt++;
613
- if (this.qm) {
610
+ this.p7[q] = this.p7[q] + 1;
611
+ this.p4[q] = 1;
612
+ this.ru++;
613
+ if (this.qn) {
614
614
  this._itemIndexes[q] = h + 1;
615
615
  }
616
616
  }
617
617
  }
618
618
  }
619
619
  else {
620
- var r = (j * this.rq) + i;
621
- this.p6[r] = this.p6[r] + 1;
622
- this.p3[r] = 1;
623
- this.rt++;
624
- if (this.qm) {
620
+ var r = (j * this.rr) + i;
621
+ this.p7[r] = this.p7[r] + 1;
622
+ this.p4[r] = 1;
623
+ this.ru++;
624
+ if (this.qn) {
625
625
  this._itemIndexes[r] = h + 1;
626
626
  }
627
627
  }
628
628
  }
629
- this.sw();
629
+ this.sx();
630
630
  };
631
- HighDensityScatterSeries.prototype.s2 = function (a) {
631
+ HighDensityScatterSeries.prototype.s3 = function (a) {
632
632
  var b;
633
633
  var c;
634
634
  var d = a.getViewInfo(b, c);
635
635
  b = d.p0;
636
636
  c = d.p1;
637
- if (this.p8 == null) {
637
+ if (this.p9 == null) {
638
638
  return;
639
639
  }
640
- if (this.qr == null) {
641
- this.qr = new List$1(KDTreeNode2D.$, 2, truncate(Math.round(b.width * b.height)));
640
+ if (this.qs == null) {
641
+ this.qs = new List$1(KDTreeNode2D.$, 2, truncate(Math.round(b.width * b.height)));
642
642
  }
643
643
  else {
644
- this.qr.clear();
644
+ this.qs.clear();
645
645
  }
646
646
  var e = c.left;
647
647
  var f = c.right;
648
648
  var g = c.top;
649
649
  var h = c.bottom;
650
- this.rh = c.top;
651
- this.rf = c.height;
652
- this.rg = c.left;
653
- this.ri = c.width;
654
- this.rd = b.top;
655
- this.rb = b.height;
656
- this.rc = b.left;
657
- this.re = b.width;
650
+ this.ri = c.top;
651
+ this.rg = c.height;
652
+ this.rh = c.left;
653
+ this.rj = c.width;
654
+ this.re = b.top;
655
+ this.rc = b.height;
656
+ this.rd = b.left;
657
+ this.rf = b.width;
658
658
  var i = this.getEffectiveViewport1(a);
659
- this.qt = (i.left - this.rc) / this.re;
660
- this.qu = (i.top - this.rd) / this.rb;
661
- var j = (i.right - this.rc) / this.re;
662
- this.qv = j - this.qt;
663
- var k = (i.bottom - this.rd) / this.rb;
664
- this.qs = k - this.qu;
665
- if (this.ql) {
666
- e = (e - this.qt) / this.qv;
667
- f = (f - this.qt) / this.qv;
668
- g = (g - this.qu) / this.qs;
669
- h = (h - this.qu) / this.qs;
659
+ this.qu = (i.left - this.rd) / this.rf;
660
+ this.qv = (i.top - this.re) / this.rc;
661
+ var j = (i.right - this.rd) / this.rf;
662
+ this.qw = j - this.qu;
663
+ var k = (i.bottom - this.re) / this.rc;
664
+ this.qt = k - this.qv;
665
+ if (this.qm) {
666
+ e = (e - this.qu) / this.qw;
667
+ f = (f - this.qu) / this.qw;
668
+ g = (g - this.qv) / this.qt;
669
+ h = (h - this.qv) / this.qt;
670
670
  }
671
671
  var l = this.ft / b.width * c.width;
672
672
  var m = this.ft / b.height * c.height;
@@ -682,16 +682,16 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
682
682
  $ret.g = 0x7FFFFFFF;
683
683
  return $ret;
684
684
  })());
685
- this.p8.t(this.qr, o, 0, 1, 0, 1);
685
+ this.p9.t(this.qs, o, 0, 1, 0, 1);
686
686
  var p;
687
- this.rt = 0;
688
- for (var q = 0; q < this.qr.count; q++) {
689
- p = this.qr._inner[q];
690
- this.sx(p);
687
+ this.ru = 0;
688
+ for (var q = 0; q < this.qs.count; q++) {
689
+ p = this.qs._inner[q];
690
+ this.sy(p);
691
691
  }
692
- this.sw();
692
+ this.sx();
693
693
  };
694
- HighDensityScatterSeries.prototype.sx = function (a) {
694
+ HighDensityScatterSeries.prototype.sy = function (a) {
695
695
  if (a.g) {
696
696
  return;
697
697
  }
@@ -703,12 +703,12 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
703
703
  else {
704
704
  d = 1;
705
705
  }
706
- this.sz(a.b, d, b, a.e);
706
+ this.s0(a.b, d, b, a.e);
707
707
  if (c > 0 && !b) {
708
708
  var e = void 0;
709
709
  for (var f = 0; f < c; f++) {
710
710
  e = a.a[f];
711
- this.sz(e, d, false, a.e);
711
+ this.s0(e, d, false, a.e);
712
712
  }
713
713
  }
714
714
  if (a.e != null) {
@@ -719,12 +719,12 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
719
719
  var b = this.cd != null ? this.cd.sf : Rect.empty;
720
720
  var c = this.cd != null ? this.cd.su : Rect.empty;
721
721
  var d = new Rect(0, 0, 0, 1, 1);
722
- var e = this.ps(this.b0);
723
- var f = new ScalerParams(0, d, d, this.qa.cg, e);
724
- var g = new ScalerParams(0, d, d, this.qc.cg, e);
722
+ var e = this.pt(this.b0);
723
+ var f = new ScalerParams(0, d, d, this.qb.cg, e);
724
+ var g = new ScalerParams(0, d, d, this.qd.cg, e);
725
725
  var h = !b.isEmpty && !c.isEmpty && this.ck != null ? this.ck.indexOf(a) : -1;
726
- var i = this.qa != null && this.qh != null && h < this.qh.count ? this.qa.ei(this.qh.item(h), f) : NaN;
727
- var j = this.qc != null && this.qj != null && h < this.qj.count ? this.qc.ei(this.qj.item(h), g) : NaN;
726
+ var i = this.qb != null && this.qi != null && h < this.qi.count ? this.qb.ei(this.qi.item(h), f) : NaN;
727
+ var j = this.qd != null && this.qk != null && h < this.qk.count ? this.qd.ei(this.qk.item(h), g) : NaN;
728
728
  if (!isNaN_(i)) {
729
729
  if (i < b.left + 0.1 * b.width) {
730
730
  i = i + 0.4 * b.width;
@@ -750,30 +750,30 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
750
750
  }
751
751
  return h >= 0;
752
752
  };
753
- HighDensityScatterSeries.prototype.sz = function (a, b, c, d) {
754
- var e = this.rw(b);
753
+ HighDensityScatterSeries.prototype.s0 = function (a, b, c, d) {
754
+ var e = this.rx(b);
755
755
  var f = a.c;
756
- var g = this.rr;
756
+ var g = this.rs;
757
757
  if (c) {
758
758
  var h = d.d;
759
759
  var i = d.b;
760
760
  var j = d.e;
761
761
  var k = d.c;
762
- if (this.ql) {
763
- h = this.qt + this.qv * h;
764
- i = this.qt + this.qv * i;
765
- j = this.qu + this.qs * j;
766
- k = this.qu + this.qs * k;
762
+ if (this.qm) {
763
+ h = this.qu + this.qw * h;
764
+ i = this.qu + this.qw * i;
765
+ j = this.qv + this.qt * j;
766
+ k = this.qv + this.qt * k;
767
767
  }
768
- var l = truncate((this.rc + this.re * (h - this.rg) / this.ri));
769
- var m = truncate((this.rc + this.re * (i - this.rg) / this.ri));
770
- var n = truncate((this.rd + this.rb * (j - this.rh) / this.rf));
771
- var o = truncate((this.rd + this.rb * (k - this.rh) / this.rf));
768
+ var l = truncate((this.rd + this.rf * (h - this.rh) / this.rj));
769
+ var m = truncate((this.rd + this.rf * (i - this.rh) / this.rj));
770
+ var n = truncate((this.re + this.rc * (j - this.ri) / this.rg));
771
+ var o = truncate((this.re + this.rc * (k - this.ri) / this.rg));
772
772
  l = truncate(Math.floor(l));
773
773
  m = truncate(Math.floor(m));
774
774
  n = truncate(Math.floor(n));
775
775
  o = truncate(Math.floor(o));
776
- if (this.qk) {
776
+ if (this.ql) {
777
777
  l -= g;
778
778
  m += g;
779
779
  n -= g;
@@ -784,22 +784,22 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
784
784
  var r = q;
785
785
  for (var s = l; s <= m; s++) {
786
786
  for (var t = n; t <= o; t++) {
787
- this.sy(f, s, t, q, r);
787
+ this.sz(f, s, t, q, r);
788
788
  }
789
789
  }
790
790
  }
791
791
  else {
792
792
  var u = a.a;
793
793
  var v = a.b;
794
- if (this.ql) {
795
- u = this.qt + this.qv * u;
796
- v = this.qu + this.qs * v;
794
+ if (this.qm) {
795
+ u = this.qu + this.qw * u;
796
+ v = this.qv + this.qt * v;
797
797
  }
798
- var w = truncate((this.rc + this.re * (u - this.rg) / this.ri));
799
- var x = truncate((this.rd + this.rb * (v - this.rh) / this.rf));
798
+ var w = truncate((this.rd + this.rf * (u - this.rh) / this.rj));
799
+ var x = truncate((this.re + this.rc * (v - this.ri) / this.rg));
800
800
  w = truncate(Math.floor(w));
801
801
  x = truncate(Math.floor(x));
802
- if (this.qk) {
802
+ if (this.ql) {
803
803
  var y = w - g;
804
804
  var z = w + g;
805
805
  var aa = x + g;
@@ -809,46 +809,46 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
809
809
  var ae = ad;
810
810
  for (var af = y; af <= z; af++) {
811
811
  for (var ag = ab; ag <= aa; ag++) {
812
- this.sy(f, af, ag, ad, ae);
812
+ this.sz(f, af, ag, ad, ae);
813
813
  }
814
814
  }
815
815
  }
816
816
  else {
817
- this.sy(f, w, x, b, 1);
817
+ this.sz(f, w, x, b, 1);
818
818
  }
819
819
  }
820
820
  };
821
- HighDensityScatterSeries.prototype.rv = function (a, b) {
822
- return truncate((Math.floor(255 * b))) << 24 | truncate(Math.floor(b * (this.q6 + a * this.ra))) << 16 | truncate(Math.floor(b * (this.q5 + a * this.q9))) << 8 | truncate(Math.floor(b * (this.q4 + a * this.q8)));
821
+ HighDensityScatterSeries.prototype.rw = function (a, b) {
822
+ return truncate((Math.floor(255 * b))) << 24 | truncate(Math.floor(b * (this.q7 + a * this.rb))) << 16 | truncate(Math.floor(b * (this.q6 + a * this.ra))) << 8 | truncate(Math.floor(b * (this.q5 + a * this.q9)));
823
823
  };
824
- HighDensityScatterSeries.prototype.rw = function (a) {
825
- return 255 << 24 | truncate(Math.floor((this.q6 + a * this.ra))) << 16 | truncate(Math.floor((this.q5 + a * this.q9))) << 8 | truncate(Math.floor((this.q4 + a * this.q8)));
824
+ HighDensityScatterSeries.prototype.rx = function (a) {
825
+ return 255 << 24 | truncate(Math.floor((this.q7 + a * this.rb))) << 16 | truncate(Math.floor((this.q6 + a * this.ra))) << 8 | truncate(Math.floor((this.q5 + a * this.q9)));
826
826
  };
827
- HighDensityScatterSeries.prototype.rj = function (a) {
827
+ HighDensityScatterSeries.prototype.rk = function (a) {
828
828
  return (a >> 24 & 255) / 255;
829
829
  };
830
- HighDensityScatterSeries.prototype.sy = function (a, b, c, d, e) {
831
- if (b < 0 || b >= this.rq || c < 0 || c >= this.rp) {
830
+ HighDensityScatterSeries.prototype.sz = function (a, b, c, d, e) {
831
+ if (b < 0 || b >= this.rr || c < 0 || c >= this.rq) {
832
832
  return;
833
833
  }
834
- var f = (c * this.rq) + b;
835
- this.p6[f] = this.p6[f] + d;
836
- this.p3[f] = this.p3[f] + e;
837
- if (this.qm) {
834
+ var f = (c * this.rr) + b;
835
+ this.p7[f] = this.p7[f] + d;
836
+ this.p4[f] = this.p4[f] + e;
837
+ if (this.qn) {
838
838
  this._itemIndexes[f] = a + 1;
839
839
  }
840
- this.rt += truncate(d);
840
+ this.ru += truncate(d);
841
841
  };
842
- HighDensityScatterSeries.prototype.sw = function () {
842
+ HighDensityScatterSeries.prototype.sx = function () {
843
843
  var a = 0;
844
844
  var b = 0;
845
- var c = this.qy;
846
- var d = this.qx;
847
- var e = this.qw;
848
- var f = this.p6.length;
849
- var g = this.p6;
850
- var h = this.p3;
851
- var i = this.p5;
845
+ var c = this.qz;
846
+ var d = this.qy;
847
+ var e = this.qx;
848
+ var f = this.p7.length;
849
+ var g = this.p7;
850
+ var h = this.p4;
851
+ var i = this.p6;
852
852
  var j = NaN;
853
853
  var k = NaN;
854
854
  var l = 0;
@@ -873,7 +873,7 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
873
873
  b = 0.2;
874
874
  }
875
875
  if (j != a || k != b) {
876
- l = this.rv(a, b);
876
+ l = this.rw(a, b);
877
877
  j = a;
878
878
  k = b;
879
879
  }
@@ -885,46 +885,46 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
885
885
  m += 4;
886
886
  }
887
887
  };
888
- HighDensityScatterSeries.prototype.so = function (a) {
888
+ HighDensityScatterSeries.prototype.sp = function (a) {
889
889
  var b = a;
890
890
  b.b6();
891
891
  };
892
892
  HighDensityScatterSeries.prototype.bx = function () {
893
893
  return new HighDensityScatterSeriesView(this);
894
894
  };
895
- HighDensityScatterSeries.prototype.ly = function (a) {
896
- _super.prototype.ly.call(this, a);
897
- this.p7 = a;
895
+ HighDensityScatterSeries.prototype.lz = function (a) {
896
+ _super.prototype.lz.call(this, a);
897
+ this.p8 = a;
898
898
  };
899
899
  HighDensityScatterSeries.prototype.ap = function (a) {
900
- if (a != null && a == this.qa && this.qh != null) {
901
- return new AxisRange(this.qh.minimum, this.qh.maximum);
900
+ if (a != null && a == this.qb && this.qi != null) {
901
+ return new AxisRange(this.qi.minimum, this.qi.maximum);
902
902
  }
903
- if (a != null && a == this.qc && this.qj != null) {
904
- return new AxisRange(this.qj.minimum, this.qj.maximum);
903
+ if (a != null && a == this.qd && this.qk != null) {
904
+ return new AxisRange(this.qk.minimum, this.qk.maximum);
905
905
  }
906
906
  return null;
907
907
  };
908
- HighDensityScatterSeries.prototype.m4 = function (a, b) {
908
+ HighDensityScatterSeries.prototype.m5 = function (a, b) {
909
909
  if (this.cd != null) {
910
910
  var c = this.getEffectiveViewport1(this.b0);
911
- this.ql = !c.isEmpty;
911
+ this.qm = !c.isEmpty;
912
912
  }
913
- this.mh(false);
913
+ this.mi(false);
914
914
  };
915
- HighDensityScatterSeries.prototype.m5 = function (a, b) {
916
- this.mh(false);
915
+ HighDensityScatterSeries.prototype.m6 = function (a, b) {
916
+ this.mi(false);
917
917
  };
918
918
  HighDensityScatterSeries.prototype.ht = function (a) {
919
- if (!this.qm || this._itemIndexes == null || this.cd == null || this.ck == null || this._itemIndexes.length != (this.rq * this.rp)) {
919
+ if (!this.qn || this._itemIndexes == null || this.cd == null || this.ck == null || this._itemIndexes.length != (this.rr * this.rq)) {
920
920
  return null;
921
921
  }
922
922
  var b = this.cd.sf;
923
923
  var c = (a.x - b.left) / b.width;
924
924
  var d = (a.y - b.top) / b.height;
925
- var e = truncate(Math.round(this.py.left + (this.py.width * c)));
926
- var f = truncate(Math.round(this.py.top + (this.py.height * d)));
927
- var g = this.rz(e, f);
925
+ var e = truncate(Math.round(this.pz.left + (this.pz.width * c)));
926
+ var f = truncate(Math.round(this.pz.top + (this.pz.height * d)));
927
+ var g = this.r0(e, f);
928
928
  if (g < 0 || g > this._itemIndexes.length - 1) {
929
929
  return null;
930
930
  }
@@ -934,50 +934,50 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
934
934
  }
935
935
  return this.ck.item(h);
936
936
  };
937
- HighDensityScatterSeries.prototype.rz = function (a, b) {
938
- var c = (this.rq * b) + a;
937
+ HighDensityScatterSeries.prototype.r0 = function (a, b) {
938
+ var c = (this.rr * b) + a;
939
939
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
940
940
  return c;
941
941
  }
942
942
  var d = 1;
943
- c = (this.rq * (b - d)) + a;
943
+ c = (this.rr * (b - d)) + a;
944
944
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
945
945
  return c;
946
946
  }
947
- c = (this.rq * (b + d)) + a;
947
+ c = (this.rr * (b + d)) + a;
948
948
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
949
949
  return c;
950
950
  }
951
- c = (this.rq * (b)) + a - 1;
951
+ c = (this.rr * (b)) + a - 1;
952
952
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
953
953
  return c;
954
954
  }
955
- c = (this.rq * (b)) + a + 1;
955
+ c = (this.rr * (b)) + a + 1;
956
956
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
957
957
  return c;
958
958
  }
959
- c = (this.rq * (b - d)) + a - 1;
959
+ c = (this.rr * (b - d)) + a - 1;
960
960
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
961
961
  return c;
962
962
  }
963
- c = (this.rq * (b + d)) + a + 1;
963
+ c = (this.rr * (b + d)) + a + 1;
964
964
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
965
965
  return c;
966
966
  }
967
- c = (this.rq * (b - d)) + a + 1;
967
+ c = (this.rr * (b - d)) + a + 1;
968
968
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
969
969
  return c;
970
970
  }
971
- c = (this.rq * (b + d)) + a - 1;
971
+ c = (this.rr * (b + d)) + a - 1;
972
972
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
973
973
  return c;
974
974
  }
975
975
  return 0;
976
976
  };
977
- HighDensityScatterSeries.prototype.s1 = function (a, b, c) {
978
- this.p5 = a;
979
- this.rq = b;
980
- this.rp = c;
977
+ HighDensityScatterSeries.prototype.s2 = function (a, b, c) {
978
+ this.p6 = a;
979
+ this.rr = b;
980
+ this.rq = c;
981
981
  };
982
982
  HighDensityScatterSeries.prototype.get_e3 = function () {
983
983
  return true;
@@ -987,14 +987,14 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
987
987
  };
988
988
  HighDensityScatterSeries.prototype.kx = function (a, b) {
989
989
  _super.prototype.kx.call(this, a, b);
990
- this.p7.b7();
990
+ this.p8.b7();
991
991
  if (this.bz != null) {
992
992
  this.bz.b7();
993
993
  }
994
- this.lo();
994
+ this.lp();
995
995
  };
996
- HighDensityScatterSeries.prototype.mj = function (a, b) {
997
- _super.prototype.mj.call(this, a, b);
996
+ HighDensityScatterSeries.prototype.mk = function (a, b) {
997
+ _super.prototype.mk.call(this, a, b);
998
998
  if (!this.ez) {
999
999
  this.b0.a2(b);
1000
1000
  return;
@@ -1005,29 +1005,29 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
1005
1005
  }
1006
1006
  var c = typeCast(HighDensityScatterSeriesView.$, this.bz);
1007
1007
  var d = new ScatterFrame();
1008
- this.ss(false, c);
1008
+ this.st(false, c);
1009
1009
  this.ez = false;
1010
1010
  };
1011
- HighDensityScatterSeries.prototype.mg = function (a, b, c, d, e) {
1012
- _super.prototype.mg.call(this, a, b, c, d, e);
1011
+ HighDensityScatterSeries.prototype.mh = function (a, b, c, d, e) {
1012
+ _super.prototype.mh.call(this, a, b, c, d, e);
1013
1013
  var f = this.a6.a$h.item(d);
1014
1014
  var g = f;
1015
1015
  f.a1(c);
1016
1016
  if (this.cx(g)) {
1017
1017
  return;
1018
1018
  }
1019
- if (this.qf == null) {
1020
- this.qf = new ScatterFrame();
1019
+ if (this.qg == null) {
1020
+ this.qg = new ScatterFrame();
1021
1021
  }
1022
- this.ss(false, f);
1022
+ this.st(false, f);
1023
1023
  };
1024
1024
  HighDensityScatterSeries.prototype.ku = function () {
1025
1025
  _super.prototype.ku.call(this);
1026
- this.qa = null;
1027
- this.qc = null;
1026
+ this.qb = null;
1027
+ this.qd = null;
1028
1028
  };
1029
1029
  HighDensityScatterSeries.$t = markType(HighDensityScatterSeries, 'HighDensityScatterSeries', Series.$);
1030
- HighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, HighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:ti:s3', [Color.$, Defaults.ap], 'HeatMaximum:rk:s4', [1, 50], 'HeatMinimumColor:tj:s5', [Color.$, Defaults.aq], 'HeatMinimum:rl:s6', [1, 0], 'PointExtent:rx:s7', [1, 1], 'ProgressiveLoad:qp:s8', [0, true], 'UseBruteForce:qq:s9', [0, false], 'XAxis:qa:ta', [NumericXAxis.$, null], 'XMemberAsLegendLabel:r9:tb', [2, null], 'XMemberAsLegendUnit:sb:tc', [2, null], 'XMemberPath:sd:td', [2, null], 'YAxis:qc:te', [NumericYAxis.$, null], 'YMemberAsLegendLabel:sh:tf', [2, null], 'YMemberAsLegendUnit:sj:tg', [2, null], 'YMemberPath:sl:th', [2, null]]);
1030
+ HighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, HighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:tj:s4', [Color.$, Defaults.ap], 'HeatMaximum:rl:s5', [1, 50], 'HeatMinimumColor:tk:s6', [Color.$, Defaults.aq], 'HeatMinimum:rm:s7', [1, 0], 'PointExtent:ry:s8', [1, 1], 'ProgressiveLoad:qq:s9', [0, true], 'UseBruteForce:qr:ta', [0, false], 'XAxis:qb:tb', [NumericXAxis.$, null], 'XMemberAsLegendLabel:sa:tc', [2, null], 'XMemberAsLegendUnit:sc:td', [2, null], 'XMemberPath:se:te', [2, null], 'YAxis:qd:tf', [NumericYAxis.$, null], 'YMemberAsLegendLabel:si:tg', [2, null], 'YMemberAsLegendUnit:sk:th', [2, null], 'YMemberPath:sm:ti', [2, null]]);
1031
1031
  return HighDensityScatterSeries;
1032
1032
  }(Series));
1033
1033
  export { HighDensityScatterSeries };
@@ -1051,14 +1051,14 @@ var HighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (function (_super
1051
1051
  HighDensityScatterSeriesView.prototype.as = function () {
1052
1052
  _super.prototype.as.call(this);
1053
1053
  if (!this.q) {
1054
- this.bz.tj = Defaults.aq;
1055
- this.bz.ti = Defaults.ap;
1056
- this.bz.o2 = Defaults.al;
1057
- this.bz.o7 = Defaults.ak;
1054
+ this.bz.tk = Defaults.aq;
1055
+ this.bz.tj = Defaults.ap;
1056
+ this.bz.o3 = Defaults.al;
1057
+ this.bz.o8 = Defaults.ak;
1058
1058
  }
1059
1059
  };
1060
1060
  HighDensityScatterSeriesView.prototype.ca = function () {
1061
- this.bz.s1(this.bx, this.b5, this.b4);
1061
+ this.bz.s2(this.bx, this.b5, this.b4);
1062
1062
  };
1063
1063
  HighDensityScatterSeriesView.prototype.b6 = function () {
1064
1064
  if (this.b2 == null) {
@@ -1088,7 +1088,7 @@ var HighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (function (_super
1088
1088
  var imageDataArray_ = this.b3.data;
1089
1089
  this.bx = imageDataArray_;
1090
1090
  }
1091
- this.bz.s1(this.bx, this.b5, this.b4);
1091
+ this.bz.s2(this.bx, this.b5, this.b4);
1092
1092
  };
1093
1093
  HighDensityScatterSeriesView.prototype.by = function () {
1094
1094
  return this.bx;