igniteui-webcomponents-charts 6.3.1 → 7.0.0

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 (770) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +23327 -22964
  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 +14 -14
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +226 -226
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +341 -335
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +629 -575
  9. package/esm2015/lib/AnnotationLayerProxy.js +71 -71
  10. package/esm2015/lib/AnnotationLayer_combined.js +182 -182
  11. package/esm2015/lib/AreaSeries_combined.js +47 -47
  12. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  13. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  14. package/esm2015/lib/AxisAnnotationFrameManager.js +9 -9
  15. package/esm2015/lib/AxisAnnotationManager.js +50 -36
  16. package/esm2015/lib/AxisLabelVisualData.js +54 -2
  17. package/esm2015/lib/AxisVisualData.js +1 -1
  18. package/esm2015/lib/AxisVisualDataManager.js +40 -32
  19. package/esm2015/lib/BarSeries_combined.js +118 -118
  20. package/esm2015/lib/BollingerBandWidthIndicator.js +19 -19
  21. package/esm2015/lib/BollingerBandsOverlay_combined.js +99 -99
  22. package/esm2015/lib/BrushScale.js +7 -7
  23. package/esm2015/lib/BubbleSeries_combined.js +269 -269
  24. package/esm2015/lib/CalloutLayer_combined.js +637 -637
  25. package/esm2015/lib/CategoryBucketCalculator_combined.js +331 -331
  26. package/esm2015/lib/CategoryChart.js +48 -48
  27. package/esm2015/lib/CategoryDateTimeXAxis_combined.js +141 -141
  28. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  29. package/esm2015/lib/CategoryHighlightLayer_combined.js +59 -59
  30. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +117 -117
  31. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  32. package/esm2015/lib/CategorySeriesInteractionManager.js +16 -16
  33. package/esm2015/lib/CategorySeriesRenderManager.js +4 -4
  34. package/esm2015/lib/CategoryToolTipLayer_combined.js +75 -75
  35. package/esm2015/lib/CategoryTransitionSourceFramePreparer.js +1 -1
  36. package/esm2015/lib/CategoryTrendLineManagerBase.js +1 -1
  37. package/esm2015/lib/CategoryTrendLineManagerFactory.js +1 -1
  38. package/esm2015/lib/CategoryXAxis_combined.js +216 -216
  39. package/esm2015/lib/CategoryYAxis_combined.js +200 -200
  40. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  41. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  42. package/esm2015/lib/ColumnSeries_combined.js +70 -70
  43. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  44. package/esm2015/lib/CrosshairLayer_combined.js +146 -146
  45. package/esm2015/lib/CustomIndicator.js +22 -22
  46. package/esm2015/lib/DataAnnotationAxisLayer.js +13 -13
  47. package/esm2015/lib/DataAnnotationBandLayer.js +51 -51
  48. package/esm2015/lib/DataAnnotationLineLayer.js +31 -31
  49. package/esm2015/lib/DataAnnotationPointLayer.js +176 -176
  50. package/esm2015/lib/DataAnnotationRangeLayer.js +6 -6
  51. package/esm2015/lib/DataAnnotationRectLayer.js +30 -30
  52. package/esm2015/lib/DataAnnotationShapeFrameManager.js +4 -4
  53. package/esm2015/lib/DataAnnotationShapeLayer_combined.js +305 -305
  54. package/esm2015/lib/DataAnnotationSliceLayer.js +88 -88
  55. package/esm2015/lib/DataAnnotationStripLayer.js +117 -117
  56. package/esm2015/lib/DataChartToolbarProvider.js +12 -12
  57. package/esm2015/lib/DataChartVisualDataManager.js +13 -6
  58. package/esm2015/lib/DataLegendContent_combined.js +1 -1
  59. package/esm2015/lib/DataPieBaseChart.js +167 -137
  60. package/esm2015/lib/DataPieChart.js +73 -73
  61. package/esm2015/lib/DataToolTipLayer_combined.js +477 -457
  62. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  63. package/esm2015/lib/DomainChart.js +32 -32
  64. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  65. package/esm2015/lib/ErrorBarsHelper.js +17 -17
  66. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  67. package/esm2015/lib/FinalValueLayer_combined.js +90 -90
  68. package/esm2015/lib/FinancialChart_combined.js +66 -66
  69. package/esm2015/lib/FinancialEventArgs_combined.js +674 -671
  70. package/esm2015/lib/FinancialIndicator_combined.js +209 -209
  71. package/esm2015/lib/FinancialOverlay.js +35 -35
  72. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  73. package/esm2015/lib/FinancialPriceSeriesProxy.js +14 -14
  74. package/esm2015/lib/FinancialPriceSeries_combined.js +326 -326
  75. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  76. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  77. package/esm2015/lib/HighDensityScatterSeries_combined.js +433 -433
  78. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +111 -111
  79. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +4 -4
  80. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +4 -4
  81. package/esm2015/lib/HorizontalRangeCategorySeries.js +53 -53
  82. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  83. package/esm2015/lib/IndicatorProxy.js +10 -10
  84. package/esm2015/lib/ItemToolTipLayer_combined.js +85 -85
  85. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +8 -8
  86. package/esm2015/lib/LegendBaseViewManager_combined.js +19 -5
  87. package/esm2015/lib/LineSeries_combined.js +44 -44
  88. package/esm2015/lib/LogarithmicScaler.js +1 -1
  89. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  90. package/esm2015/lib/MassIndexIndicator.js +6 -6
  91. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  92. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  93. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  94. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  95. package/esm2015/lib/NumericXAxis_combined.js +67 -67
  96. package/esm2015/lib/NumericYAxis_combined.js +66 -66
  97. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  98. package/esm2015/lib/OrdinalTimeXAxis.js +198 -198
  99. package/esm2015/lib/OverlayProxy.js +7 -7
  100. package/esm2015/lib/PercentChangeYAxis_combined.js +15 -15
  101. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  102. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  103. package/esm2015/lib/PointSeries_combined.js +21 -21
  104. package/esm2015/lib/PolarAreaSeries_combined.js +31 -31
  105. package/esm2015/lib/PolarAxes.js +11 -11
  106. package/esm2015/lib/PolarAxisInfoCache.js +4 -4
  107. package/esm2015/lib/PolarBase_combined.js +447 -447
  108. package/esm2015/lib/PolarLineSeriesBase_combined.js +54 -54
  109. package/esm2015/lib/PolarLineSeries_combined.js +27 -27
  110. package/esm2015/lib/PolarScatterSeries_combined.js +12 -12
  111. package/esm2015/lib/PolarSplineAreaSeries_combined.js +32 -32
  112. package/esm2015/lib/PolarSplineSeries_combined.js +27 -27
  113. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  114. package/esm2015/lib/PriceChannelOverlay_combined.js +80 -80
  115. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  116. package/esm2015/lib/ProportionalCategoryAngleAxis.js +208 -208
  117. package/esm2015/lib/RadialAreaSeries_combined.js +43 -43
  118. package/esm2015/lib/RadialAxes.js +4 -4
  119. package/esm2015/lib/RadialAxisLabelPanel_combined.js +10 -1
  120. package/esm2015/lib/RadialBaseChart.js +76 -76
  121. package/esm2015/lib/RadialBucketCalculator_combined.js +405 -398
  122. package/esm2015/lib/RadialColumnSeries_combined.js +88 -88
  123. package/esm2015/lib/RadialLineSeries_combined.js +41 -41
  124. package/esm2015/lib/RadialPieSeries_combined.js +229 -203
  125. package/esm2015/lib/RangeAreaSeries_combined.js +25 -25
  126. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +132 -132
  127. package/esm2015/lib/RangeColumnSeries_combined.js +42 -42
  128. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  129. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  130. package/esm2015/lib/ScatterAreaSeries_combined.js +136 -136
  131. package/esm2015/lib/ScatterBase_combined.js +536 -536
  132. package/esm2015/lib/ScatterContourSeries_combined.js +120 -120
  133. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  134. package/esm2015/lib/ScatterLineSeries.js +57 -57
  135. package/esm2015/lib/ScatterLineSeriesView.js +7 -7
  136. package/esm2015/lib/ScatterPolygonSeries_combined.js +230 -230
  137. package/esm2015/lib/ScatterPolylineSeries_combined.js +25 -25
  138. package/esm2015/lib/ScatterSeries_combined.js +15 -15
  139. package/esm2015/lib/ScatterSplineSeries.js +44 -44
  140. package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
  141. package/esm2015/lib/ScatterTriangulationSeries.js +164 -164
  142. package/esm2015/lib/SeriesInteractionManager.js +148 -137
  143. package/esm2015/lib/SeriesRenderManager.js +12 -12
  144. package/esm2015/lib/SeriesRenderingArguments.js +1 -1
  145. package/esm2015/lib/SeriesViewerInteractionManager.js +19 -19
  146. package/esm2015/lib/SeriesViewer_combined.js +3506 -3468
  147. package/esm2015/lib/SeriesVisualDataManager.js +4 -4
  148. package/esm2015/lib/ShapeSeriesBase_combined.js +383 -383
  149. package/esm2015/lib/SizeScale.js +2 -2
  150. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  151. package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
  152. package/esm2015/lib/SplineSeriesBase_combined.js +145 -145
  153. package/esm2015/lib/SplineSeries_combined.js +26 -26
  154. package/esm2015/lib/Stacked100AreaSeries_combined.js +10 -10
  155. package/esm2015/lib/Stacked100BarBucketCalculator.js +3 -3
  156. package/esm2015/lib/Stacked100BarSeries_combined.js +16 -16
  157. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +3 -3
  158. package/esm2015/lib/Stacked100ColumnSeries_combined.js +16 -16
  159. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  160. package/esm2015/lib/Stacked100LineSeries_combined.js +10 -10
  161. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +10 -10
  162. package/esm2015/lib/Stacked100SplineSeries_combined.js +10 -10
  163. package/esm2015/lib/StackedLineSeries_combined.js +12 -12
  164. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1138 -1134
  165. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  166. package/esm2015/lib/StepAreaSeries_combined.js +74 -74
  167. package/esm2015/lib/StepLineSeries_combined.js +76 -76
  168. package/esm2015/lib/StochRSIIndicator.js +15 -15
  169. package/esm2015/lib/StraightNumericAxisBase_combined.js +80 -80
  170. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  171. package/esm2015/lib/TRIXIndicator.js +16 -16
  172. package/esm2015/lib/TimeAxisBase.js +209 -209
  173. package/esm2015/lib/TimeXAxis.js +249 -249
  174. package/esm2015/lib/TrendLineLayer_combined.js +105 -105
  175. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  176. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  177. package/esm2015/lib/UserAnnotationLayer_combined.js +327 -327
  178. package/esm2015/lib/UserAnnotationToolTipLayerView_combined.js +195 -195
  179. package/esm2015/lib/ValueLayer_combined.js +247 -247
  180. package/esm2015/lib/ValueOverlay_combined.js +192 -192
  181. package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
  182. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +4 -4
  183. package/esm2015/lib/WaterfallSeries_combined.js +112 -112
  184. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  185. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  186. package/esm2015/lib/XYChart.js +76 -76
  187. package/esm2015/lib/igc-anchored-category-series-component.js +26 -26
  188. package/esm2015/lib/igc-anchored-radial-series-component.js +40 -40
  189. package/esm2015/lib/igc-annotation-layer-component.js +72 -72
  190. package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
  191. package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
  192. package/esm2015/lib/igc-axis-component.js +154 -154
  193. package/esm2015/lib/igc-bar-fragment-component.js +4 -4
  194. package/esm2015/lib/igc-bar-series-component.js +10 -10
  195. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  196. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +9 -9
  197. package/esm2015/lib/igc-bubble-series-component.js +35 -35
  198. package/esm2015/lib/igc-callout-layer-component.js +174 -174
  199. package/esm2015/lib/igc-category-angle-axis-component.js +32 -32
  200. package/esm2015/lib/igc-category-axis-base-component.js +26 -26
  201. package/esm2015/lib/igc-category-chart-module.js +6 -0
  202. package/esm2015/lib/igc-category-date-time-x-axis-component.js +21 -21
  203. package/esm2015/lib/igc-category-highlight-layer-component.js +8 -8
  204. package/esm2015/lib/igc-category-item-highlight-layer-component.js +27 -27
  205. package/esm2015/lib/igc-category-series-component.js +22 -22
  206. package/esm2015/lib/igc-category-tool-tip-layer-component.js +19 -19
  207. package/esm2015/lib/igc-category-x-axis-component.js +22 -22
  208. package/esm2015/lib/igc-category-y-axis-component.js +24 -24
  209. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  210. package/esm2015/lib/igc-column-fragment-component.js +10 -10
  211. package/esm2015/lib/igc-column-series-component.js +12 -12
  212. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  213. package/esm2015/lib/igc-crosshair-layer-component.js +91 -91
  214. package/esm2015/lib/igc-data-annotation-axis-layer-component.js +100 -100
  215. package/esm2015/lib/igc-data-annotation-band-layer-component.js +2 -2
  216. package/esm2015/lib/igc-data-annotation-point-layer-component.js +54 -54
  217. package/esm2015/lib/igc-data-annotation-range-layer-component.js +27 -27
  218. package/esm2015/lib/igc-data-annotation-shape-layer-component.js +86 -86
  219. package/esm2015/lib/igc-data-annotation-slice-layer-component.js +12 -12
  220. package/esm2015/lib/igc-data-annotation-strip-layer-component.js +27 -27
  221. package/esm2015/lib/igc-data-chart-default-tooltips-component.js +0 -1
  222. package/esm2015/lib/igc-data-pie-base-chart-component.js +36 -16
  223. package/esm2015/lib/igc-data-pie-chart-component.js +23 -23
  224. package/esm2015/lib/igc-data-pie-chart-module.js +6 -0
  225. package/esm2015/lib/igc-data-tool-tip-layer-component.js +416 -416
  226. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  227. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  228. package/esm2015/lib/igc-final-value-layer-component.js +37 -37
  229. package/esm2015/lib/igc-financial-chart-module.js +6 -0
  230. package/esm2015/lib/igc-financial-indicator-component.js +18 -18
  231. package/esm2015/lib/igc-financial-overlay-component.js +4 -4
  232. package/esm2015/lib/igc-financial-price-series-component.js +37 -37
  233. package/esm2015/lib/igc-financial-series-component.js +60 -60
  234. package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
  235. package/esm2015/lib/igc-fragment-base-component.js +1 -1
  236. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  237. package/esm2015/lib/igc-high-density-scatter-series-component.js +48 -48
  238. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  239. package/esm2015/lib/igc-horizontal-range-category-series-component.js +19 -19
  240. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  241. package/esm2015/lib/igc-item-tool-tip-layer-component.js +22 -22
  242. package/esm2015/lib/igc-itemwise-strategy-based-indicator-component.js +1 -1
  243. package/esm2015/lib/igc-line-fragment-component.js +1 -1
  244. package/esm2015/lib/igc-line-series-component.js +1 -1
  245. package/esm2015/lib/igc-marker-series-component.js +35 -35
  246. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  247. package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
  248. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  249. package/esm2015/lib/igc-numeric-angle-axis-component.js +12 -12
  250. package/esm2015/lib/igc-numeric-axis-base-component.js +94 -94
  251. package/esm2015/lib/igc-numeric-radius-axis-component.js +9 -9
  252. package/esm2015/lib/igc-numeric-x-axis-component.js +1 -1
  253. package/esm2015/lib/igc-numeric-y-axis-component.js +2 -2
  254. package/esm2015/lib/igc-ordinal-time-x-axis-component.js +6 -6
  255. package/esm2015/lib/igc-polar-area-series-component.js +3 -3
  256. package/esm2015/lib/igc-polar-base-component.js +77 -77
  257. package/esm2015/lib/igc-polar-line-series-component.js +4 -4
  258. package/esm2015/lib/igc-polar-spline-area-series-component.js +4 -4
  259. package/esm2015/lib/igc-polar-spline-series-component.js +4 -4
  260. package/esm2015/lib/igc-price-channel-overlay-component.js +6 -6
  261. package/esm2015/lib/igc-proportional-category-angle-axis-component.js +13 -13
  262. package/esm2015/lib/igc-radial-area-series-component.js +3 -3
  263. package/esm2015/lib/igc-radial-base-component.js +86 -66
  264. package/esm2015/lib/igc-radial-column-series-component.js +8 -8
  265. package/esm2015/lib/igc-radial-line-series-component.js +4 -4
  266. package/esm2015/lib/igc-radial-pie-series-component.js +18 -18
  267. package/esm2015/lib/igc-range-category-series-component.js +11 -11
  268. package/esm2015/lib/igc-range-column-series-component.js +9 -9
  269. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  270. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
  271. package/esm2015/lib/igc-scatter-area-series-component.js +15 -15
  272. package/esm2015/lib/igc-scatter-base-component.js +59 -59
  273. package/esm2015/lib/igc-scatter-contour-series-component.js +15 -15
  274. package/esm2015/lib/igc-scatter-line-series-component.js +4 -4
  275. package/esm2015/lib/igc-scatter-polygon-series-component.js +36 -36
  276. package/esm2015/lib/igc-scatter-polyline-series-component.js +3 -3
  277. package/esm2015/lib/igc-scatter-spline-series-component.js +4 -4
  278. package/esm2015/lib/igc-scatter-triangulation-series-component.js +28 -28
  279. package/esm2015/lib/igc-series-component.js +229 -229
  280. package/esm2015/lib/igc-shape-series-base-component.js +45 -45
  281. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  282. package/esm2015/lib/igc-spline-area-fragment-component.js +1 -1
  283. package/esm2015/lib/igc-spline-area-series-component.js +1 -1
  284. package/esm2015/lib/igc-spline-fragment-base-component.js +1 -1
  285. package/esm2015/lib/igc-spline-fragment-component.js +1 -1
  286. package/esm2015/lib/igc-spline-series-base-component.js +6 -6
  287. package/esm2015/lib/igc-spline-series-component.js +1 -1
  288. package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
  289. package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
  290. package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
  291. package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
  292. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  293. package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
  294. package/esm2015/lib/igc-stacked-bar-series-component.js +11 -11
  295. package/esm2015/lib/igc-stacked-column-series-component.js +8 -8
  296. package/esm2015/lib/igc-stacked-line-series-component.js +1 -1
  297. package/esm2015/lib/igc-stacked-series-base-component.js +11 -11
  298. package/esm2015/lib/igc-stacked-spline-area-series-component.js +4 -4
  299. package/esm2015/lib/igc-stacked-spline-series-component.js +4 -4
  300. package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
  301. package/esm2015/lib/igc-step-area-series-component.js +2 -2
  302. package/esm2015/lib/igc-step-line-series-component.js +3 -3
  303. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
  304. package/esm2015/lib/igc-straight-numeric-axis-base-component.js +3 -3
  305. package/esm2015/lib/igc-time-axis-base-component.js +6 -6
  306. package/esm2015/lib/igc-time-x-axis-component.js +4 -4
  307. package/esm2015/lib/igc-trend-line-layer-component.js +12 -12
  308. package/esm2015/lib/igc-trix-indicator-component.js +3 -3
  309. package/esm2015/lib/igc-user-annotation-layer-component.js +5 -5
  310. package/esm2015/lib/igc-user-annotation-tool-tip-layer-component.js +11 -11
  311. package/esm2015/lib/igc-value-layer-component.js +159 -159
  312. package/esm2015/lib/igc-value-overlay-component.js +118 -118
  313. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +10 -10
  314. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
  315. package/esm2015/lib/igc-waterfall-series-component.js +18 -18
  316. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
  317. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  318. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  319. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +14 -14
  320. package/esm5/lib/AnchoredCategorySeries_combined.js +225 -225
  321. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +336 -330
  322. package/esm5/lib/AngleAxisLabelPanel_combined.js +620 -566
  323. package/esm5/lib/AnnotationLayerProxy.js +71 -71
  324. package/esm5/lib/AnnotationLayer_combined.js +181 -181
  325. package/esm5/lib/AreaSeries_combined.js +47 -47
  326. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  327. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  328. package/esm5/lib/AxisAnnotationFrameManager.js +9 -9
  329. package/esm5/lib/AxisAnnotationManager.js +50 -36
  330. package/esm5/lib/AxisLabelVisualData.js +62 -2
  331. package/esm5/lib/AxisVisualData.js +1 -1
  332. package/esm5/lib/AxisVisualDataManager.js +40 -32
  333. package/esm5/lib/BarSeries_combined.js +118 -118
  334. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  335. package/esm5/lib/BollingerBandsOverlay_combined.js +99 -99
  336. package/esm5/lib/BrushScale.js +7 -7
  337. package/esm5/lib/BubbleSeries_combined.js +272 -272
  338. package/esm5/lib/CalloutLayer_combined.js +637 -637
  339. package/esm5/lib/CategoryBucketCalculator_combined.js +331 -331
  340. package/esm5/lib/CategoryChart.js +48 -48
  341. package/esm5/lib/CategoryDateTimeXAxis_combined.js +138 -138
  342. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  343. package/esm5/lib/CategoryHighlightLayer_combined.js +58 -58
  344. package/esm5/lib/CategoryItemHighlightLayer_combined.js +117 -117
  345. package/esm5/lib/CategoryMarkerManager.js +1 -1
  346. package/esm5/lib/CategorySeriesInteractionManager.js +16 -16
  347. package/esm5/lib/CategorySeriesRenderManager.js +4 -4
  348. package/esm5/lib/CategoryToolTipLayer_combined.js +75 -75
  349. package/esm5/lib/CategoryTransitionSourceFramePreparer.js +1 -1
  350. package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
  351. package/esm5/lib/CategoryTrendLineManagerFactory.js +1 -1
  352. package/esm5/lib/CategoryXAxis_combined.js +210 -210
  353. package/esm5/lib/CategoryYAxis_combined.js +194 -194
  354. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  355. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  356. package/esm5/lib/ColumnSeries_combined.js +69 -69
  357. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  358. package/esm5/lib/CrosshairLayer_combined.js +146 -146
  359. package/esm5/lib/CustomIndicator.js +22 -22
  360. package/esm5/lib/DataAnnotationAxisLayer.js +13 -13
  361. package/esm5/lib/DataAnnotationBandLayer.js +50 -50
  362. package/esm5/lib/DataAnnotationLineLayer.js +31 -31
  363. package/esm5/lib/DataAnnotationPointLayer.js +172 -172
  364. package/esm5/lib/DataAnnotationRangeLayer.js +6 -6
  365. package/esm5/lib/DataAnnotationRectLayer.js +30 -30
  366. package/esm5/lib/DataAnnotationShapeFrameManager.js +4 -4
  367. package/esm5/lib/DataAnnotationShapeLayer_combined.js +303 -303
  368. package/esm5/lib/DataAnnotationSliceLayer.js +90 -90
  369. package/esm5/lib/DataAnnotationStripLayer.js +119 -119
  370. package/esm5/lib/DataChartToolbarProvider.js +12 -12
  371. package/esm5/lib/DataChartVisualDataManager.js +13 -6
  372. package/esm5/lib/DataLegendContent_combined.js +1 -1
  373. package/esm5/lib/DataPieBaseChart.js +167 -129
  374. package/esm5/lib/DataPieChart.js +67 -67
  375. package/esm5/lib/DataToolTipLayer_combined.js +478 -458
  376. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  377. package/esm5/lib/DomainChart.js +32 -32
  378. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  379. package/esm5/lib/ErrorBarsHelper.js +17 -17
  380. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  381. package/esm5/lib/FinalValueLayer_combined.js +90 -90
  382. package/esm5/lib/FinancialChart_combined.js +66 -66
  383. package/esm5/lib/FinancialEventArgs_combined.js +674 -671
  384. package/esm5/lib/FinancialIndicator_combined.js +208 -208
  385. package/esm5/lib/FinancialOverlay.js +35 -35
  386. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  387. package/esm5/lib/FinancialPriceSeriesProxy.js +14 -14
  388. package/esm5/lib/FinancialPriceSeries_combined.js +325 -325
  389. package/esm5/lib/ForceIndexIndicator.js +15 -15
  390. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  391. package/esm5/lib/HighDensityScatterSeries_combined.js +434 -434
  392. package/esm5/lib/HorizontalAnchoredCategorySeries.js +109 -109
  393. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +4 -4
  394. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +4 -4
  395. package/esm5/lib/HorizontalRangeCategorySeries.js +53 -53
  396. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  397. package/esm5/lib/IndicatorProxy.js +10 -10
  398. package/esm5/lib/ItemToolTipLayer_combined.js +85 -85
  399. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +8 -8
  400. package/esm5/lib/LegendBaseViewManager_combined.js +19 -5
  401. package/esm5/lib/LineSeries_combined.js +44 -44
  402. package/esm5/lib/LogarithmicScaler.js +1 -1
  403. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  404. package/esm5/lib/MassIndexIndicator.js +6 -6
  405. package/esm5/lib/MedianPriceIndicator.js +6 -6
  406. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  407. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  408. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  409. package/esm5/lib/NumericXAxis_combined.js +67 -67
  410. package/esm5/lib/NumericYAxis_combined.js +66 -66
  411. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  412. package/esm5/lib/OrdinalTimeXAxis.js +194 -194
  413. package/esm5/lib/OverlayProxy.js +7 -7
  414. package/esm5/lib/PercentChangeYAxis_combined.js +15 -15
  415. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  416. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  417. package/esm5/lib/PointSeries_combined.js +21 -21
  418. package/esm5/lib/PolarAreaSeries_combined.js +31 -31
  419. package/esm5/lib/PolarAxes.js +11 -11
  420. package/esm5/lib/PolarAxisInfoCache.js +4 -4
  421. package/esm5/lib/PolarBase_combined.js +446 -446
  422. package/esm5/lib/PolarLineSeriesBase_combined.js +54 -54
  423. package/esm5/lib/PolarLineSeries_combined.js +27 -27
  424. package/esm5/lib/PolarScatterSeries_combined.js +12 -12
  425. package/esm5/lib/PolarSplineAreaSeries_combined.js +32 -32
  426. package/esm5/lib/PolarSplineSeries_combined.js +27 -27
  427. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  428. package/esm5/lib/PriceChannelOverlay_combined.js +80 -80
  429. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  430. package/esm5/lib/ProportionalCategoryAngleAxis.js +201 -201
  431. package/esm5/lib/RadialAreaSeries_combined.js +43 -43
  432. package/esm5/lib/RadialAxes.js +4 -4
  433. package/esm5/lib/RadialAxisLabelPanel_combined.js +10 -1
  434. package/esm5/lib/RadialBaseChart.js +76 -76
  435. package/esm5/lib/RadialBucketCalculator_combined.js +404 -397
  436. package/esm5/lib/RadialColumnSeries_combined.js +88 -88
  437. package/esm5/lib/RadialLineSeries_combined.js +41 -41
  438. package/esm5/lib/RadialPieSeries_combined.js +225 -199
  439. package/esm5/lib/RangeAreaSeries_combined.js +25 -25
  440. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +133 -133
  441. package/esm5/lib/RangeColumnSeries_combined.js +42 -42
  442. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  443. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  444. package/esm5/lib/ScatterAreaSeries_combined.js +134 -134
  445. package/esm5/lib/ScatterBase_combined.js +535 -535
  446. package/esm5/lib/ScatterContourSeries_combined.js +118 -118
  447. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  448. package/esm5/lib/ScatterLineSeries.js +57 -57
  449. package/esm5/lib/ScatterLineSeriesView.js +7 -7
  450. package/esm5/lib/ScatterPolygonSeries_combined.js +228 -228
  451. package/esm5/lib/ScatterPolylineSeries_combined.js +25 -25
  452. package/esm5/lib/ScatterSeries_combined.js +15 -15
  453. package/esm5/lib/ScatterSplineSeries.js +44 -44
  454. package/esm5/lib/ScatterSplineSeriesView.js +7 -7
  455. package/esm5/lib/ScatterTriangulationSeries.js +168 -168
  456. package/esm5/lib/SeriesInteractionManager.js +148 -137
  457. package/esm5/lib/SeriesRenderManager.js +12 -12
  458. package/esm5/lib/SeriesRenderingArguments.js +1 -1
  459. package/esm5/lib/SeriesViewerInteractionManager.js +19 -19
  460. package/esm5/lib/SeriesViewer_combined.js +3746 -3724
  461. package/esm5/lib/SeriesVisualDataManager.js +4 -4
  462. package/esm5/lib/ShapeSeriesBase_combined.js +379 -379
  463. package/esm5/lib/SizeScale.js +2 -2
  464. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  465. package/esm5/lib/SplineAreaSeries_combined.js +38 -38
  466. package/esm5/lib/SplineSeriesBase_combined.js +145 -145
  467. package/esm5/lib/SplineSeries_combined.js +26 -26
  468. package/esm5/lib/Stacked100AreaSeries_combined.js +10 -10
  469. package/esm5/lib/Stacked100BarBucketCalculator.js +3 -3
  470. package/esm5/lib/Stacked100BarSeries_combined.js +16 -16
  471. package/esm5/lib/Stacked100ColumnBucketCalculator.js +3 -3
  472. package/esm5/lib/Stacked100ColumnSeries_combined.js +16 -16
  473. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  474. package/esm5/lib/Stacked100LineSeries_combined.js +10 -10
  475. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +10 -10
  476. package/esm5/lib/Stacked100SplineSeries_combined.js +10 -10
  477. package/esm5/lib/StackedLineSeries_combined.js +12 -12
  478. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1136 -1132
  479. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  480. package/esm5/lib/StepAreaSeries_combined.js +74 -74
  481. package/esm5/lib/StepLineSeries_combined.js +76 -76
  482. package/esm5/lib/StochRSIIndicator.js +14 -14
  483. package/esm5/lib/StraightNumericAxisBase_combined.js +78 -78
  484. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  485. package/esm5/lib/TRIXIndicator.js +15 -15
  486. package/esm5/lib/TimeAxisBase.js +206 -206
  487. package/esm5/lib/TimeXAxis.js +246 -246
  488. package/esm5/lib/TrendLineLayer_combined.js +105 -105
  489. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  490. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  491. package/esm5/lib/UserAnnotationLayer_combined.js +327 -327
  492. package/esm5/lib/UserAnnotationToolTipLayerView_combined.js +195 -195
  493. package/esm5/lib/ValueLayer_combined.js +246 -246
  494. package/esm5/lib/ValueOverlay_combined.js +190 -190
  495. package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
  496. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +4 -4
  497. package/esm5/lib/WaterfallSeries_combined.js +112 -112
  498. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  499. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  500. package/esm5/lib/XYChart.js +76 -76
  501. package/esm5/lib/igc-anchored-category-series-component.js +26 -26
  502. package/esm5/lib/igc-anchored-radial-series-component.js +40 -40
  503. package/esm5/lib/igc-annotation-layer-component.js +72 -72
  504. package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
  505. package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
  506. package/esm5/lib/igc-axis-component.js +154 -154
  507. package/esm5/lib/igc-bar-fragment-component.js +4 -4
  508. package/esm5/lib/igc-bar-series-component.js +10 -10
  509. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  510. package/esm5/lib/igc-bollinger-bands-overlay-component.js +9 -9
  511. package/esm5/lib/igc-bubble-series-component.js +35 -35
  512. package/esm5/lib/igc-callout-layer-component.js +174 -174
  513. package/esm5/lib/igc-category-angle-axis-component.js +32 -32
  514. package/esm5/lib/igc-category-axis-base-component.js +26 -26
  515. package/esm5/lib/igc-category-chart-module.js +6 -0
  516. package/esm5/lib/igc-category-date-time-x-axis-component.js +21 -21
  517. package/esm5/lib/igc-category-highlight-layer-component.js +8 -8
  518. package/esm5/lib/igc-category-item-highlight-layer-component.js +27 -27
  519. package/esm5/lib/igc-category-series-component.js +22 -22
  520. package/esm5/lib/igc-category-tool-tip-layer-component.js +19 -19
  521. package/esm5/lib/igc-category-x-axis-component.js +22 -22
  522. package/esm5/lib/igc-category-y-axis-component.js +24 -24
  523. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  524. package/esm5/lib/igc-column-fragment-component.js +10 -10
  525. package/esm5/lib/igc-column-series-component.js +12 -12
  526. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  527. package/esm5/lib/igc-crosshair-layer-component.js +91 -91
  528. package/esm5/lib/igc-data-annotation-axis-layer-component.js +100 -100
  529. package/esm5/lib/igc-data-annotation-band-layer-component.js +2 -2
  530. package/esm5/lib/igc-data-annotation-point-layer-component.js +54 -54
  531. package/esm5/lib/igc-data-annotation-range-layer-component.js +27 -27
  532. package/esm5/lib/igc-data-annotation-shape-layer-component.js +86 -86
  533. package/esm5/lib/igc-data-annotation-slice-layer-component.js +12 -12
  534. package/esm5/lib/igc-data-annotation-strip-layer-component.js +27 -27
  535. package/esm5/lib/igc-data-chart-default-tooltips-component.js +0 -1
  536. package/esm5/lib/igc-data-pie-base-chart-component.js +44 -16
  537. package/esm5/lib/igc-data-pie-chart-component.js +23 -23
  538. package/esm5/lib/igc-data-pie-chart-module.js +6 -0
  539. package/esm5/lib/igc-data-tool-tip-layer-component.js +416 -416
  540. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  541. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  542. package/esm5/lib/igc-final-value-layer-component.js +37 -37
  543. package/esm5/lib/igc-financial-chart-module.js +6 -0
  544. package/esm5/lib/igc-financial-indicator-component.js +18 -18
  545. package/esm5/lib/igc-financial-overlay-component.js +4 -4
  546. package/esm5/lib/igc-financial-price-series-component.js +37 -37
  547. package/esm5/lib/igc-financial-series-component.js +60 -60
  548. package/esm5/lib/igc-force-index-indicator-component.js +4 -4
  549. package/esm5/lib/igc-fragment-base-component.js +1 -1
  550. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  551. package/esm5/lib/igc-high-density-scatter-series-component.js +48 -48
  552. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  553. package/esm5/lib/igc-horizontal-range-category-series-component.js +19 -19
  554. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  555. package/esm5/lib/igc-item-tool-tip-layer-component.js +22 -22
  556. package/esm5/lib/igc-itemwise-strategy-based-indicator-component.js +1 -1
  557. package/esm5/lib/igc-line-fragment-component.js +1 -1
  558. package/esm5/lib/igc-line-series-component.js +1 -1
  559. package/esm5/lib/igc-marker-series-component.js +35 -35
  560. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  561. package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
  562. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  563. package/esm5/lib/igc-numeric-angle-axis-component.js +12 -12
  564. package/esm5/lib/igc-numeric-axis-base-component.js +94 -94
  565. package/esm5/lib/igc-numeric-radius-axis-component.js +9 -9
  566. package/esm5/lib/igc-numeric-x-axis-component.js +1 -1
  567. package/esm5/lib/igc-numeric-y-axis-component.js +2 -2
  568. package/esm5/lib/igc-ordinal-time-x-axis-component.js +6 -6
  569. package/esm5/lib/igc-polar-area-series-component.js +3 -3
  570. package/esm5/lib/igc-polar-base-component.js +77 -77
  571. package/esm5/lib/igc-polar-line-series-component.js +4 -4
  572. package/esm5/lib/igc-polar-spline-area-series-component.js +4 -4
  573. package/esm5/lib/igc-polar-spline-series-component.js +4 -4
  574. package/esm5/lib/igc-price-channel-overlay-component.js +6 -6
  575. package/esm5/lib/igc-proportional-category-angle-axis-component.js +13 -13
  576. package/esm5/lib/igc-radial-area-series-component.js +3 -3
  577. package/esm5/lib/igc-radial-base-component.js +94 -66
  578. package/esm5/lib/igc-radial-column-series-component.js +8 -8
  579. package/esm5/lib/igc-radial-line-series-component.js +4 -4
  580. package/esm5/lib/igc-radial-pie-series-component.js +18 -18
  581. package/esm5/lib/igc-range-category-series-component.js +11 -11
  582. package/esm5/lib/igc-range-column-series-component.js +9 -9
  583. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  584. package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
  585. package/esm5/lib/igc-scatter-area-series-component.js +15 -15
  586. package/esm5/lib/igc-scatter-base-component.js +59 -59
  587. package/esm5/lib/igc-scatter-contour-series-component.js +15 -15
  588. package/esm5/lib/igc-scatter-line-series-component.js +4 -4
  589. package/esm5/lib/igc-scatter-polygon-series-component.js +36 -36
  590. package/esm5/lib/igc-scatter-polyline-series-component.js +3 -3
  591. package/esm5/lib/igc-scatter-spline-series-component.js +4 -4
  592. package/esm5/lib/igc-scatter-triangulation-series-component.js +28 -28
  593. package/esm5/lib/igc-series-component.js +229 -229
  594. package/esm5/lib/igc-shape-series-base-component.js +45 -45
  595. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  596. package/esm5/lib/igc-spline-area-fragment-component.js +1 -1
  597. package/esm5/lib/igc-spline-area-series-component.js +1 -1
  598. package/esm5/lib/igc-spline-fragment-base-component.js +1 -1
  599. package/esm5/lib/igc-spline-fragment-component.js +1 -1
  600. package/esm5/lib/igc-spline-series-base-component.js +6 -6
  601. package/esm5/lib/igc-spline-series-component.js +1 -1
  602. package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
  603. package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
  604. package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
  605. package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
  606. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  607. package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
  608. package/esm5/lib/igc-stacked-bar-series-component.js +11 -11
  609. package/esm5/lib/igc-stacked-column-series-component.js +8 -8
  610. package/esm5/lib/igc-stacked-line-series-component.js +1 -1
  611. package/esm5/lib/igc-stacked-series-base-component.js +11 -11
  612. package/esm5/lib/igc-stacked-spline-area-series-component.js +4 -4
  613. package/esm5/lib/igc-stacked-spline-series-component.js +4 -4
  614. package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
  615. package/esm5/lib/igc-step-area-series-component.js +2 -2
  616. package/esm5/lib/igc-step-line-series-component.js +3 -3
  617. package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
  618. package/esm5/lib/igc-straight-numeric-axis-base-component.js +3 -3
  619. package/esm5/lib/igc-time-axis-base-component.js +6 -6
  620. package/esm5/lib/igc-time-x-axis-component.js +4 -4
  621. package/esm5/lib/igc-trend-line-layer-component.js +12 -12
  622. package/esm5/lib/igc-trix-indicator-component.js +3 -3
  623. package/esm5/lib/igc-user-annotation-layer-component.js +5 -5
  624. package/esm5/lib/igc-user-annotation-tool-tip-layer-component.js +11 -11
  625. package/esm5/lib/igc-value-layer-component.js +159 -159
  626. package/esm5/lib/igc-value-overlay-component.js +118 -118
  627. package/esm5/lib/igc-vertical-anchored-category-series-component.js +10 -10
  628. package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
  629. package/esm5/lib/igc-waterfall-series-component.js +18 -18
  630. package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
  631. package/fesm2015/igniteui-webcomponents-charts.js +23120 -22773
  632. package/fesm5/igniteui-webcomponents-charts.js +23327 -22964
  633. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  634. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  635. package/lib/AnchoredCategorySeries_combined.d.ts +60 -60
  636. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +77 -76
  637. package/lib/AngleAxisLabelPanel_combined.d.ts +140 -136
  638. package/lib/AnnotationLayer_combined.d.ts +58 -58
  639. package/lib/AreaSeries_combined.d.ts +9 -9
  640. package/lib/AverageDirectionalIndexIndicator.d.ts +9 -9
  641. package/lib/AverageTrueRangeIndicator.d.ts +9 -9
  642. package/lib/AxisLabelVisualData.d.ts +14 -1
  643. package/lib/BarSeries_combined.d.ts +18 -18
  644. package/lib/BollingerBandWidthIndicator.d.ts +9 -9
  645. package/lib/BollingerBandsOverlay_combined.d.ts +16 -16
  646. package/lib/BubbleSeries_combined.d.ts +48 -48
  647. package/lib/CalloutLayer_combined.d.ts +136 -136
  648. package/lib/CategoryBucketCalculator_combined.d.ts +73 -73
  649. package/lib/CategoryDateTimeXAxis_combined.d.ts +33 -33
  650. package/lib/CategoryHighlightLayer_combined.d.ts +16 -16
  651. package/lib/CategoryItemHighlightLayer_combined.d.ts +25 -25
  652. package/lib/CategoryToolTipLayer_combined.d.ts +18 -18
  653. package/lib/CategoryXAxis_combined.d.ts +50 -50
  654. package/lib/CategoryYAxis_combined.d.ts +48 -48
  655. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  656. package/lib/ChaikinVolatilityIndicator.d.ts +9 -9
  657. package/lib/ColumnSeries_combined.d.ts +17 -17
  658. package/lib/CommodityChannelIndexIndicator.d.ts +9 -9
  659. package/lib/CrosshairLayer_combined.d.ts +44 -44
  660. package/lib/CustomIndicator.d.ts +8 -8
  661. package/lib/DataAnnotationAxisLayer.d.ts +26 -26
  662. package/lib/DataAnnotationBandLayer.d.ts +7 -7
  663. package/lib/DataAnnotationLineLayer.d.ts +2 -2
  664. package/lib/DataAnnotationPointLayer.d.ts +55 -55
  665. package/lib/DataAnnotationRangeLayer.d.ts +5 -5
  666. package/lib/DataAnnotationRectLayer.d.ts +1 -1
  667. package/lib/DataAnnotationShapeLayer_combined.d.ts +75 -75
  668. package/lib/DataAnnotationSliceLayer.d.ts +25 -25
  669. package/lib/DataAnnotationStripLayer.d.ts +33 -33
  670. package/lib/DataPieBaseChart.d.ts +28 -22
  671. package/lib/DataPieChart.d.ts +22 -22
  672. package/lib/DataToolTipLayer_combined.d.ts +146 -144
  673. package/lib/DetrendedPriceOscillatorIndicator.d.ts +9 -9
  674. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  675. package/lib/FastStochasticOscillatorIndicator.d.ts +9 -9
  676. package/lib/FinalValueLayer_combined.d.ts +27 -27
  677. package/lib/FinancialEventArgs_combined.d.ts +129 -129
  678. package/lib/FinancialIndicator_combined.d.ts +38 -38
  679. package/lib/FinancialOverlay.d.ts +8 -8
  680. package/lib/FinancialPriceSeries_combined.d.ts +55 -55
  681. package/lib/ForceIndexIndicator.d.ts +10 -10
  682. package/lib/FullStochasticOscillatorIndicator.d.ts +15 -15
  683. package/lib/HighDensityScatterSeries_combined.d.ts +91 -91
  684. package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
  685. package/lib/HorizontalRangeCategorySeries.d.ts +18 -18
  686. package/lib/ItemToolTipLayer_combined.d.ts +19 -19
  687. package/lib/ItemwiseStrategyBasedIndicator.d.ts +6 -6
  688. package/lib/LineSeries_combined.d.ts +10 -10
  689. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  690. package/lib/MassIndexIndicator.d.ts +4 -4
  691. package/lib/MedianPriceIndicator.d.ts +4 -4
  692. package/lib/MoneyFlowIndexIndicator.d.ts +10 -10
  693. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  694. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  695. package/lib/NumericXAxis_combined.d.ts +15 -15
  696. package/lib/NumericYAxis_combined.d.ts +15 -15
  697. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  698. package/lib/OrdinalTimeXAxis.d.ts +52 -52
  699. package/lib/PercentChangeYAxis_combined.d.ts +4 -4
  700. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  701. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  702. package/lib/PointSeries_combined.d.ts +7 -7
  703. package/lib/PolarAreaSeries_combined.d.ts +10 -10
  704. package/lib/PolarBase_combined.d.ts +107 -107
  705. package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
  706. package/lib/PolarLineSeries_combined.d.ts +10 -10
  707. package/lib/PolarScatterSeries_combined.d.ts +4 -4
  708. package/lib/PolarSplineAreaSeries_combined.d.ts +11 -11
  709. package/lib/PolarSplineSeries_combined.d.ts +8 -8
  710. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  711. package/lib/PriceChannelOverlay_combined.d.ts +14 -14
  712. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  713. package/lib/ProportionalCategoryAngleAxis.d.ts +40 -40
  714. package/lib/RadialAreaSeries_combined.d.ts +9 -9
  715. package/lib/RadialAxisLabelPanel_combined.d.ts +7 -0
  716. package/lib/RadialBucketCalculator_combined.d.ts +73 -70
  717. package/lib/RadialColumnSeries_combined.d.ts +13 -13
  718. package/lib/RadialLineSeries_combined.d.ts +10 -10
  719. package/lib/RadialPieSeries_combined.d.ts +38 -35
  720. package/lib/RangeAreaSeries_combined.d.ts +7 -7
  721. package/lib/RangeCategoryBucketCalculator_combined.d.ts +27 -27
  722. package/lib/RangeColumnSeries_combined.d.ts +11 -11
  723. package/lib/RateOfChangeAndMomentumIndicator.d.ts +9 -9
  724. package/lib/RelativeStrengthIndexIndicator.d.ts +10 -10
  725. package/lib/ScatterAreaSeries_combined.d.ts +31 -31
  726. package/lib/ScatterBase_combined.d.ts +114 -114
  727. package/lib/ScatterContourSeries_combined.d.ts +22 -22
  728. package/lib/ScatterLineSeries.d.ts +13 -13
  729. package/lib/ScatterPolygonSeries_combined.d.ts +48 -48
  730. package/lib/ScatterPolylineSeries_combined.d.ts +10 -10
  731. package/lib/ScatterSeries_combined.d.ts +4 -4
  732. package/lib/ScatterSplineSeries.d.ts +12 -12
  733. package/lib/ScatterTriangulationSeries.d.ts +38 -38
  734. package/lib/SeriesViewer_combined.d.ts +1011 -1004
  735. package/lib/ShapeSeriesBase_combined.d.ts +101 -101
  736. package/lib/SlowStochasticOscillatorIndicator.d.ts +9 -9
  737. package/lib/SplineAreaSeries_combined.d.ts +8 -8
  738. package/lib/SplineSeriesBase_combined.d.ts +22 -22
  739. package/lib/SplineSeries_combined.d.ts +7 -7
  740. package/lib/Stacked100AreaSeries_combined.d.ts +5 -5
  741. package/lib/Stacked100BarSeries_combined.d.ts +7 -7
  742. package/lib/Stacked100ColumnSeries_combined.d.ts +7 -7
  743. package/lib/Stacked100LineSeries_combined.d.ts +5 -5
  744. package/lib/Stacked100SplineAreaSeries_combined.d.ts +5 -5
  745. package/lib/Stacked100SplineSeries_combined.d.ts +5 -5
  746. package/lib/StackedLineSeries_combined.d.ts +4 -4
  747. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +225 -224
  748. package/lib/StandardDeviationIndicator.d.ts +9 -9
  749. package/lib/StepAreaSeries_combined.d.ts +13 -13
  750. package/lib/StepLineSeries_combined.d.ts +13 -13
  751. package/lib/StochRSIIndicator.d.ts +9 -9
  752. package/lib/StraightNumericAxisBase_combined.d.ts +25 -25
  753. package/lib/StrategyBasedIndicator.d.ts +19 -19
  754. package/lib/TRIXIndicator.d.ts +9 -9
  755. package/lib/TimeAxisBase.d.ts +47 -47
  756. package/lib/TimeXAxis.d.ts +59 -59
  757. package/lib/TrendLineLayer_combined.d.ts +24 -24
  758. package/lib/TypicalPriceIndicator.d.ts +4 -4
  759. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  760. package/lib/UserAnnotationLayer_combined.d.ts +59 -59
  761. package/lib/UserAnnotationToolTipLayerView_combined.d.ts +44 -44
  762. package/lib/ValueLayer_combined.d.ts +73 -73
  763. package/lib/ValueOverlay_combined.d.ts +59 -59
  764. package/lib/VerticalAnchoredCategorySeries.d.ts +22 -22
  765. package/lib/WaterfallSeries_combined.d.ts +23 -23
  766. package/lib/WeightedCloseIndicator.d.ts +4 -4
  767. package/lib/WilliamsPercentRIndicator.d.ts +9 -9
  768. package/lib/igc-data-pie-base-chart-component.d.ts +10 -0
  769. package/lib/igc-radial-base-component.d.ts +10 -0
  770. package/package.json +2 -2
@@ -43,82 +43,82 @@ export var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_su
43
43
  __extends(HighDensityScatterSeries, _super);
44
44
  function HighDensityScatterSeries() {
45
45
  var _this = _super.call(this) || this;
46
- _this.xw = null;
47
- _this.xy = null;
48
- _this.y8 = 0;
49
- _this.x1 = false;
50
- _this.yn = Defaults.bf.o;
51
- _this.ym = Defaults.bf.n;
52
- _this.yl = Defaults.bf.m;
53
- _this.yk = Defaults.bf.l;
54
- _this.yj = Defaults.be.o;
55
- _this.yi = Defaults.be.n;
56
- _this.yh = Defaults.be.m;
57
- _this.yg = Defaults.be.l;
58
- _this.xo = null;
59
- _this.xt = null;
60
- _this.xu = null;
61
- _this.xp = null;
62
- _this.xr = null;
63
- _this.x3 = false;
46
+ _this.xx = null;
47
+ _this.xz = null;
64
48
  _this.y9 = 0;
65
- _this.zb = 0;
49
+ _this.x2 = false;
50
+ _this.yo = Defaults.bf.o;
51
+ _this.yn = Defaults.bf.n;
52
+ _this.ym = Defaults.bf.m;
53
+ _this.yl = Defaults.bf.l;
54
+ _this.yk = Defaults.be.o;
55
+ _this.yj = Defaults.be.n;
56
+ _this.yi = Defaults.be.m;
57
+ _this.yh = Defaults.be.l;
58
+ _this.xp = null;
59
+ _this.xu = null;
60
+ _this.xv = null;
61
+ _this.xq = null;
62
+ _this.xs = null;
63
+ _this.x4 = false;
64
+ _this.za = 0;
65
+ _this.zc = 0;
66
+ _this.y6 = 0;
66
67
  _this.y5 = 0;
67
- _this.y4 = 0;
68
68
  _this.progressiveLoadStatusChanged = null;
69
- _this.x8 = null;
70
- _this.ye = 0;
71
- _this.yd = 0;
69
+ _this.x9 = null;
72
70
  _this.yf = 0;
73
- _this.yu = 0;
74
- _this.ys = 0;
75
- _this.yt = 0;
71
+ _this.ye = 0;
72
+ _this.yg = 0;
76
73
  _this.yv = 0;
77
- _this.yx = 0;
78
- _this.yz = 0;
79
- _this.yy = 0;
74
+ _this.yt = 0;
75
+ _this.yu = 0;
80
76
  _this.yw = 0;
81
- _this.ya = 0;
77
+ _this.yy = 0;
78
+ _this.y0 = 0;
79
+ _this.yz = 0;
80
+ _this.yx = 0;
82
81
  _this.yb = 0;
83
82
  _this.yc = 0;
84
- _this.x9 = 0;
83
+ _this.yd = 0;
84
+ _this.ya = 0;
85
+ _this.y8 = 0;
85
86
  _this.y7 = 0;
86
- _this.y6 = 0;
87
- _this.xl = null;
88
- _this.za = 0;
89
- _this.x2 = false;
90
- _this._itemIndexes = null;
91
87
  _this.xm = null;
92
- _this.xj = null;
93
- _this.xv = null;
88
+ _this.zb = 0;
89
+ _this.x3 = false;
90
+ _this._itemIndexes = null;
91
+ _this.xn = null;
92
+ _this.xk = null;
93
+ _this.xw = null;
94
94
  _this.ab = HighDensityScatterSeries.$;
95
- _this.ge = false;
95
+ _this.gf = false;
96
96
  return _this;
97
97
  }
98
98
  HighDensityScatterSeries.prototype.bk = function () {
99
99
  return new HighDensityScatterSeries();
100
100
  };
101
- HighDensityScatterSeries.prototype.get_fr = function () {
101
+ HighDensityScatterSeries.prototype.get_fs = function () {
102
102
  return true;
103
103
  };
104
- HighDensityScatterSeries.prototype.js = function () {
105
- if (!isNaN_(this.jr)) {
106
- return _super.prototype.js.call(this);
104
+ HighDensityScatterSeries.prototype.jt = function () {
105
+ if (!isNaN_(this.js)) {
106
+ return _super.prototype.jt.call(this);
107
107
  }
108
108
  return Defaults.ad;
109
109
  };
110
- HighDensityScatterSeries.prototype.get_fz = function () {
110
+ HighDensityScatterSeries.prototype.get_f0 = function () {
111
111
  return true;
112
112
  };
113
- Object.defineProperty(HighDensityScatterSeries.prototype, "xx", {
113
+ Object.defineProperty(HighDensityScatterSeries.prototype, "xy", {
114
114
  get: function () {
115
- return this.xw;
115
+ return this.xx;
116
116
  },
117
117
  set: function (a) {
118
- if (this.xw != a) {
119
- var b = this.xx;
120
- this.xw = a;
121
- this.raisePropertyChanged("XColumn", b, this.xx);
118
+ if (this.xx != a) {
119
+ var b = this.xy;
120
+ this.xx = a;
121
+ this.raisePropertyChanged("XColumn", b, this.xy);
122
122
  }
123
123
  },
124
124
  enumerable: false,
@@ -126,23 +126,23 @@ export var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_su
126
126
  });
127
127
  HighDensityScatterSeries.prototype.getDataLegendSeriesContextAt = function (a, b) {
128
128
  var c = { $type: Point_$type, x: a, y: b };
129
- var d = this.kw(c);
130
- var e = d == null ? NaN : this.i4(d, "XMemberPath");
131
- var f = d == null ? NaN : this.i4(d, "YMemberPath");
129
+ var d = this.kx(c);
130
+ var e = d == null ? NaN : this.i5(d, "XMemberPath");
131
+ var f = d == null ? NaN : this.i5(d, "YMemberPath");
132
132
  var g = new DataLegendSeriesValueInfo();
133
133
  g.l = e;
134
134
  g.a = 13;
135
135
  g.q = "X";
136
- g.r = this.zu != null ? this.zu : "X";
137
- g.s = this.zq != null ? this.zq : "X:";
138
- g.t = this.zs != null ? this.zs : "";
136
+ g.r = this.zv != null ? this.zv : "X";
137
+ g.s = this.zr != null ? this.zr : "X:";
138
+ g.t = this.zt != null ? this.zt : "";
139
139
  var h = new DataLegendSeriesValueInfo();
140
140
  h.l = f;
141
141
  h.a = 14;
142
142
  h.q = "Y";
143
- h.r = this.z2 != null ? this.z2 : "Y";
144
- h.s = this.zy != null ? this.zy : "Y:";
145
- h.t = this.z0 != null ? this.z0 : "";
143
+ h.r = this.z3 != null ? this.z3 : "Y";
144
+ h.s = this.zz != null ? this.zz : "Y:";
145
+ h.t = this.z1 != null ? this.z1 : "";
146
146
  var i = new DataLegendSeriesContext();
147
147
  i.e = ((function () {
148
148
  var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -150,218 +150,225 @@ export var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_su
150
150
  $ret.add(h);
151
151
  return $ret;
152
152
  })());
153
- i.h = this.mn();
153
+ i.h = this.mo();
154
154
  return i;
155
155
  };
156
- HighDensityScatterSeries.prototype.kz = function (a, b) {
157
- var c = this.no(b);
156
+ HighDensityScatterSeries.prototype.k0 = function (a, b) {
157
+ var c = this.np(b);
158
158
  if (c == HighDensityScatterSeries.$$p[10]) {
159
- return this.k0(a, b, this.zu);
159
+ return this.k1(a, b, this.zv);
160
160
  }
161
161
  if (c == HighDensityScatterSeries.$$p[14]) {
162
- return this.k0(a, b, this.z2);
162
+ return this.k1(a, b, this.z3);
163
163
  }
164
- return _super.prototype.kz.call(this, a, b);
164
+ return _super.prototype.k0.call(this, a, b);
165
165
  };
166
- HighDensityScatterSeries.prototype.mo = function (a) {
167
- var b = this.no(a);
166
+ HighDensityScatterSeries.prototype.mp = function (a) {
167
+ var b = this.np(a);
168
168
  if (b == HighDensityScatterSeries.$$p[10]) {
169
- return this.zu;
169
+ return this.zv;
170
170
  }
171
171
  if (b == HighDensityScatterSeries.$$p[14]) {
172
- return this.z2;
172
+ return this.z3;
173
173
  }
174
- return _super.prototype.mo.call(this, a);
174
+ return _super.prototype.mp.call(this, a);
175
175
  };
176
- Object.defineProperty(HighDensityScatterSeries.prototype, "xz", {
176
+ Object.defineProperty(HighDensityScatterSeries.prototype, "x0", {
177
177
  get: function () {
178
- return this.xy;
178
+ return this.xz;
179
179
  },
180
180
  set: function (a) {
181
- if (this.xy != a) {
182
- var b = this.xz;
183
- this.xy = a;
184
- this.raisePropertyChanged("YColumn", b, this.xz);
181
+ if (this.xz != a) {
182
+ var b = this.x0;
183
+ this.xz = a;
184
+ this.raisePropertyChanged("YColumn", b, this.x0);
185
185
  }
186
186
  },
187
187
  enumerable: false,
188
188
  configurable: true
189
189
  });
190
- HighDensityScatterSeries.prototype.aah = function () {
191
- if (this.xo == null) {
190
+ HighDensityScatterSeries.prototype.aai = function () {
191
+ if (this.xp == null) {
192
192
  return;
193
193
  }
194
- this.xo.t();
195
- var a = this.xo;
196
- a.progressiveThunkCompleted = delegateRemove(a.progressiveThunkCompleted, runOn(this, this.z4));
197
- this.xo = null;
194
+ this.xp.t();
195
+ var a = this.xp;
196
+ a.progressiveThunkCompleted = delegateRemove(a.progressiveThunkCompleted, runOn(this, this.z5));
197
+ this.xp = null;
198
198
  };
199
- HighDensityScatterSeries.prototype.rq = function (a, b, c, d) {
200
- _super.prototype.rq.call(this, a, b, c, d);
199
+ HighDensityScatterSeries.prototype.rr = function (a, b, c, d) {
200
+ _super.prototype.rr.call(this, a, b, c, d);
201
201
  switch (b) {
202
202
  case HighDensityScatterSeries.$$p[8]:
203
203
  case HighDensityScatterSeries.$$p[12]:
204
204
  case HighDensityScatterSeries.$$p[9]:
205
205
  case HighDensityScatterSeries.$$p[13]:
206
- this.qu();
206
+ this.qv();
207
207
  break;
208
208
  case "SeriesViewer":
209
209
  if (this.dc != null) {
210
210
  var e = this.getEffectiveViewport1(this.cw);
211
- this.x2 = !e.isEmpty;
211
+ this.x3 = !e.isEmpty;
212
212
  }
213
213
  break;
214
214
  case "FastItemsSource":
215
- this.aah();
215
+ this.aai();
216
216
  if (typeCast(IFastItemsSource_$type, c) != null) {
217
- c.deregisterColumn(this.xx);
218
- c.deregisterColumn(this.xz);
219
- this.xx = null;
220
- this.xz = null;
217
+ c.deregisterColumn(this.xy);
218
+ c.deregisterColumn(this.x0);
219
+ this.xy = null;
220
+ this.x0 = null;
221
221
  }
222
222
  if (typeCast(IFastItemsSource_$type, d) != null) {
223
- this.xx = this.dl(this.zu);
224
- this.xz = this.dl(this.z2);
223
+ this.xy = this.dl(this.zv);
224
+ this.x0 = this.dl(this.z3);
225
225
  }
226
- if ((this.xs != null && !this.xs.ed()) || (this.xq != null && !this.xq.ed())) {
227
- this.r8(this.gm && c != null);
226
+ if ((this.xt != null && !this.xt.ee()) || (this.xr != null && !this.xr.ee())) {
227
+ this.r9(this.gn && c != null);
228
228
  }
229
- this.q1();
229
+ this.q2();
230
230
  break;
231
231
  case HighDensityScatterSeries.$$p[7]:
232
- var f = this.xp;
233
- this.xp = this.xq;
234
- this.aah();
232
+ var f = this.xq;
233
+ this.xq = this.xr;
234
+ this.aai();
235
235
  if (f != null) {
236
- f.rangeChanged = delegateRemove(f.rangeChanged, runOn(this, this.z7));
236
+ f.rangeChanged = delegateRemove(f.rangeChanged, runOn(this, this.z8));
237
237
  }
238
- if (this.xp != null) {
239
- var g = this.xp;
240
- g.rangeChanged = delegateCombine(g.rangeChanged, runOn(this, this.z7));
238
+ if (this.xq != null) {
239
+ var g = this.xq;
240
+ g.rangeChanged = delegateCombine(g.rangeChanged, runOn(this, this.z8));
241
241
  }
242
242
  if (c != null) {
243
243
  c.cx(this);
244
244
  }
245
245
  if (d != null) {
246
- d.d3(this);
246
+ d.d4(this);
247
247
  }
248
- if ((this.xq != null && !this.xq.ed()) || (d == null && c != null)) {
249
- this.r8(false);
248
+ if ((this.xr != null && !this.xr.ee()) || (d == null && c != null)) {
249
+ this.r9(false);
250
250
  }
251
251
  break;
252
252
  case HighDensityScatterSeries.$$p[11]:
253
- var h = this.xr;
254
- this.xr = this.xs;
255
- this.aah();
253
+ var h = this.xs;
254
+ this.xs = this.xt;
255
+ this.aai();
256
256
  if (h != null) {
257
- h.rangeChanged = delegateRemove(h.rangeChanged, runOn(this, this.z7));
257
+ h.rangeChanged = delegateRemove(h.rangeChanged, runOn(this, this.z8));
258
258
  }
259
- if (this.xr != null) {
260
- var i = this.xr;
261
- i.rangeChanged = delegateCombine(i.rangeChanged, runOn(this, this.z7));
259
+ if (this.xs != null) {
260
+ var i = this.xs;
261
+ i.rangeChanged = delegateCombine(i.rangeChanged, runOn(this, this.z8));
262
262
  }
263
263
  if (c != null) {
264
264
  c.cx(this);
265
265
  }
266
266
  if (d != null) {
267
- d.d3(this);
267
+ d.d4(this);
268
268
  }
269
- if ((this.xs != null && !this.xs.ed()) || (d == null && c != null)) {
270
- this.r8(false);
269
+ if ((this.xt != null && !this.xt.ee()) || (d == null && c != null)) {
270
+ this.r9(false);
271
271
  }
272
272
  break;
273
273
  case "MouseOverEnabled":
274
- this.x3 = this.ge;
275
- this.r8(false);
274
+ this.x4 = this.gf;
275
+ this.r9(false);
276
276
  break;
277
277
  case HighDensityScatterSeries.$$p[10]:
278
278
  if (this.dp != null) {
279
- this.dp.deregisterColumn(this.xx);
280
- this.xx = this.dl(this.zu);
279
+ this.dp.deregisterColumn(this.xy);
280
+ this.xy = this.dl(this.zv);
281
281
  }
282
282
  break;
283
283
  case "XColumn":
284
- this.aah();
285
- if (this.xq != null && !this.xq.ed()) {
286
- this.r8(false);
284
+ this.aai();
285
+ if (this.xr != null && !this.xr.ee()) {
286
+ this.r9(false);
287
287
  }
288
- this.q1();
288
+ this.q2();
289
289
  break;
290
290
  case HighDensityScatterSeries.$$p[14]:
291
291
  if (this.dp != null) {
292
- this.dp.deregisterColumn(this.xz);
293
- this.xz = this.dl(this.z2);
292
+ this.dp.deregisterColumn(this.x0);
293
+ this.x0 = this.dl(this.z3);
294
294
  }
295
295
  break;
296
296
  case "YColumn":
297
- this.aah();
298
- if (this.xs != null && !this.xs.ed()) {
299
- this.r8(false);
297
+ this.aai();
298
+ if (this.xt != null && !this.xt.ee()) {
299
+ this.r9(false);
300
300
  }
301
- this.q1();
301
+ this.q2();
302
302
  break;
303
303
  case HighDensityScatterSeries.$$p[6]:
304
- this.aah();
305
- this.r8(false);
306
- this.q0();
304
+ this.aai();
305
+ this.r9(false);
306
+ this.q1();
307
307
  break;
308
308
  case HighDensityScatterSeries.$$p[3]:
309
- this.r8(false);
310
- this.q0();
309
+ this.r9(false);
310
+ this.q1();
311
311
  break;
312
312
  case HighDensityScatterSeries.$$p[1]:
313
- this.r8(false);
314
- this.q0();
313
+ this.r9(false);
314
+ this.q1();
315
315
  break;
316
316
  case HighDensityScatterSeries.$$p[0]:
317
317
  case HighDensityScatterSeries.$$p[2]:
318
- if (!this.xn.ch(this.aa0, this.aaz)) {
318
+ if (!this.xo.ch(this.aa1, this.aa0)) {
319
319
  return;
320
320
  }
321
- this.aab();
322
- this.r8(false);
323
- this.q0();
321
+ this.aac();
322
+ this.r9(false);
323
+ this.q1();
324
324
  break;
325
325
  case HighDensityScatterSeries.$$p[4]:
326
- this.y8 = Math.max(typeGetValue(d) - 1, 0);
327
- this.x1 = this.y8 > 0;
328
- this.r8(false);
329
- this.q0();
326
+ this.y9 = Math.max(typeGetValue(d) - 1, 0);
327
+ this.x2 = this.y9 > 0;
328
+ this.r9(false);
329
+ this.q1();
330
330
  break;
331
331
  case HighDensityScatterSeries.$$p[5]:
332
- this.r8(false);
333
- this.q0();
332
+ this.r9(false);
333
+ this.q1();
334
334
  break;
335
335
  }
336
336
  };
337
- HighDensityScatterSeries.prototype.aab = function () {
338
- this.yk = this.aa0.l;
339
- this.yn = this.aa0.o;
340
- this.ym = this.aa0.n;
341
- this.yl = this.aa0.m;
342
- this.yg = this.aaz.l;
343
- this.yj = this.aaz.o;
344
- this.yi = this.aaz.n;
345
- this.yh = this.aaz.m;
346
- this.wf = BrushUtil.j(truncate(this.yk), truncate(this.yn), truncate(this.ym), truncate(this.yl));
347
- this.vz = BrushUtil.j(truncate(this.yg), truncate(this.yj), truncate(this.yi), truncate(this.yh));
337
+ HighDensityScatterSeries.prototype.aac = function () {
338
+ this.yl = this.aa1.l;
339
+ this.yo = this.aa1.o;
340
+ this.yn = this.aa1.n;
341
+ this.ym = this.aa1.m;
342
+ this.yh = this.aa0.l;
343
+ this.yk = this.aa0.o;
344
+ this.yj = this.aa0.n;
345
+ this.yi = this.aa0.m;
346
+ this.wg = BrushUtil.j(truncate(this.yl), truncate(this.yo), truncate(this.yn), truncate(this.ym));
347
+ this.v0 = BrushUtil.j(truncate(this.yh), truncate(this.yk), truncate(this.yj), truncate(this.yi));
348
348
  };
349
- HighDensityScatterSeries.prototype.x5 = function (a) {
349
+ HighDensityScatterSeries.prototype.x6 = function (a) {
350
350
  if (typeCast(NumericYAxis.$, a) !== null) {
351
351
  return true;
352
352
  }
353
353
  return false;
354
354
  };
355
- HighDensityScatterSeries.prototype.x4 = function (a) {
355
+ HighDensityScatterSeries.prototype.x5 = function (a) {
356
356
  if (typeCast(NumericXAxis.$, a) !== null) {
357
357
  return true;
358
358
  }
359
359
  return false;
360
360
  };
361
- HighDensityScatterSeries.prototype.z7 = function (a, b) {
362
- this.aah();
363
- this.r8(false);
361
+ HighDensityScatterSeries.prototype.z8 = function (a, b) {
362
+ this.aai();
363
+ this.r9(false);
364
364
  };
365
+ Object.defineProperty(HighDensityScatterSeries.prototype, "ys", {
366
+ get: function () {
367
+ return this.yk - this.yo;
368
+ },
369
+ enumerable: false,
370
+ configurable: true
371
+ });
365
372
  Object.defineProperty(HighDensityScatterSeries.prototype, "yr", {
366
373
  get: function () {
367
374
  return this.yj - this.yn;
@@ -383,50 +390,43 @@ export var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_su
383
390
  enumerable: false,
384
391
  configurable: true
385
392
  });
386
- Object.defineProperty(HighDensityScatterSeries.prototype, "yo", {
387
- get: function () {
388
- return this.yg - this.yk;
389
- },
390
- enumerable: false,
391
- configurable: true
392
- });
393
- HighDensityScatterSeries.prototype.hk = function (a, b, c) {
394
- var d = _super.prototype.hk.call(this, a, b, c);
395
- if (this.xs == null || this.xq == null || this.xq.b7 == null || this.xs.b7 == null || this.xz == null || this.xx == null || this.xz.count < 1 || this.xx.count < 1 || this.xz.count != this.xx.count || this.xq.qw == this.xq.qv || this.xs.qw == this.xs.qv || this.xd.isEmpty) {
393
+ HighDensityScatterSeries.prototype.hl = function (a, b, c) {
394
+ var d = _super.prototype.hl.call(this, a, b, c);
395
+ if (this.xt == null || this.xr == null || this.xr.b7 == null || this.xt.b7 == null || this.x0 == null || this.xy == null || this.x0.count < 1 || this.xy.count < 1 || this.x0.count != this.xy.count || this.xr.qy == this.xr.qx || this.xt.qy == this.xt.qx || this.xe.isEmpty) {
396
396
  d = false;
397
397
  }
398
398
  return d;
399
399
  };
400
- Object.defineProperty(HighDensityScatterSeries.prototype, "zf", {
400
+ Object.defineProperty(HighDensityScatterSeries.prototype, "zg", {
401
401
  get: function () {
402
- return this.y9;
402
+ return this.za;
403
403
  },
404
404
  set: function (a) {
405
- var b = this.y9;
406
- this.y9 = a;
407
- this.raisePropertyChanged("ProgressiveStatus", b, this.y9);
405
+ var b = this.za;
406
+ this.za = a;
407
+ this.raisePropertyChanged("ProgressiveStatus", b, this.za);
408
408
  },
409
409
  enumerable: false,
410
410
  configurable: true
411
411
  });
412
- HighDensityScatterSeries.prototype.r9 = function (a) {
413
- _super.prototype.r9.call(this, a);
414
- this.z9(a, this.cw);
412
+ HighDensityScatterSeries.prototype.sa = function (a) {
413
+ _super.prototype.sa.call(this, a);
414
+ this.aaa(a, this.cw);
415
415
  };
416
- HighDensityScatterSeries.prototype.x0 = function () {
416
+ HighDensityScatterSeries.prototype.x1 = function () {
417
417
  if (TestRandomness.instance.testRandomnessSource != null) {
418
418
  return TestRandomness.instance.testRandomnessSource;
419
419
  }
420
420
  return new DefaultRandomnessSource(0);
421
421
  };
422
- HighDensityScatterSeries.prototype.z9 = function (a, b) {
422
+ HighDensityScatterSeries.prototype.aaa = function (a, b) {
423
423
  if (this.d7(b)) {
424
424
  return;
425
425
  }
426
- if (this.xo == null && !this.x7) {
427
- var c = new List$1(KDPointData.$, 2, this.xx.count);
428
- var d = this.xq;
429
- var e = this.xs;
426
+ if (this.xp == null && !this.x8) {
427
+ var c = new List$1(KDPointData.$, 2, this.xy.count);
428
+ var d = this.xr;
429
+ var e = this.xt;
430
430
  var f = new Rect(0, 0, 0, 1, 1);
431
431
  var g = new Rect(0, 0, 0, 1, 1);
432
432
  var h = new ScalerParams(1, f, g, d.dn);
@@ -434,8 +434,8 @@ export var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_su
434
434
  var j_1;
435
435
  var k_1;
436
436
  var _loop_1 = function (l) {
437
- j_1 = d.f6(this_1.xx.item(l), h);
438
- k_1 = e.f6(this_1.xz.item(l), i);
437
+ j_1 = d.f7(this_1.xy.item(l), h);
438
+ k_1 = e.f7(this_1.x0.item(l), i);
439
439
  if (!isNaN_(j_1) && !isNaN_(k_1) && !isInfinity(j_1) && !isInfinity(k_1)) {
440
440
  c.add(((function () {
441
441
  var $ret = new KDPointData();
@@ -447,57 +447,57 @@ export var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_su
447
447
  }
448
448
  };
449
449
  var this_1 = this;
450
- for (var l = 0; l < this.xx.count; l++) {
450
+ for (var l = 0; l < this.xy.count; l++) {
451
451
  _loop_1(l);
452
452
  }
453
- if (this.x6) {
454
- this.y4 = 1;
455
- this.y5 = truncate(logBase(c.count, 2)) + 3;
456
- this.zf = truncate(((this.y4 / this.y5) * 100));
453
+ if (this.x7) {
454
+ this.y5 = 1;
455
+ this.y6 = truncate(logBase(c.count, 2)) + 3;
456
+ this.zg = truncate(((this.y5 / this.y6) * 100));
457
457
  if (this.progressiveLoadStatusChanged != null) {
458
- this.progressiveLoadStatusChanged(this, new ProgressiveLoadStatusEventArgs(this.zf));
458
+ this.progressiveLoadStatusChanged(this, new ProgressiveLoadStatusEventArgs(this.zg));
459
459
  }
460
- this.xo = KDTree2D.b(c.toArray(), 1, this.x0());
461
- var m = this.xo;
462
- m.progressiveThunkCompleted = delegateCombine(m.progressiveThunkCompleted, runOn(this, this.z4));
463
- if (!this.xo.h(this.j8)) {
464
- var n = this.xo;
465
- n.progressiveThunkCompleted = delegateRemove(n.progressiveThunkCompleted, runOn(this, this.z4));
460
+ this.xp = KDTree2D.b(c.toArray(), 1, this.x1());
461
+ var m = this.xp;
462
+ m.progressiveThunkCompleted = delegateCombine(m.progressiveThunkCompleted, runOn(this, this.z5));
463
+ if (!this.xp.h(this.j9)) {
464
+ var n = this.xp;
465
+ n.progressiveThunkCompleted = delegateRemove(n.progressiveThunkCompleted, runOn(this, this.z5));
466
466
  }
467
- this.q0();
467
+ this.q1();
468
468
  }
469
469
  else {
470
470
  var o = dateNow();
471
- this.xo = new KDTree2D(0, c.toArray(), 1, this.x0());
471
+ this.xp = new KDTree2D(0, c.toArray(), 1, this.x1());
472
472
  var p = dateNow();
473
473
  }
474
474
  }
475
- if (this.x6 && !this.x7) {
476
- this.aaa(b);
475
+ if (this.x7 && !this.x8) {
476
+ this.aab(b);
477
477
  }
478
478
  else {
479
- this.aac(b);
479
+ this.aad(b);
480
480
  }
481
481
  };
482
- HighDensityScatterSeries.prototype.po = function (a, b, c, d) {
483
- _super.prototype.po.call(this, a, b, c, d);
484
- this.aah();
482
+ HighDensityScatterSeries.prototype.pp = function (a, b, c, d) {
483
+ _super.prototype.pp.call(this, a, b, c, d);
484
+ this.aai();
485
485
  var e = false;
486
- if (this.xq != null && !this.xq.ed()) {
486
+ if (this.xr != null && !this.xr.ee()) {
487
487
  e = true;
488
488
  }
489
- if (this.xs != null && !this.xs.ed()) {
489
+ if (this.xt != null && !this.xt.ee()) {
490
490
  e = true;
491
491
  }
492
492
  if (e) {
493
- this.r8(false);
493
+ this.r9(false);
494
494
  }
495
- this.q1();
495
+ this.q2();
496
496
  };
497
- HighDensityScatterSeries.prototype.z6 = function (a) {
497
+ HighDensityScatterSeries.prototype.z7 = function (a) {
498
498
  var b = a;
499
- var c = this.y7 * this.y6;
500
- if (this.x3) {
499
+ var c = this.y8 * this.y7;
500
+ if (this.x4) {
501
501
  if (this._itemIndexes == null || this._itemIndexes.length != c) {
502
502
  this._itemIndexes = new Array(c);
503
503
  for (var d = 0; d < c; d++) {
@@ -511,7 +511,7 @@ export var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_su
511
511
  }
512
512
  }
513
513
  };
514
- HighDensityScatterSeries.prototype.aac = function (a) {
514
+ HighDensityScatterSeries.prototype.aad = function (a) {
515
515
  var b;
516
516
  var c;
517
517
  var d = null;
@@ -523,182 +523,182 @@ export var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_su
523
523
  b = e.p1;
524
524
  var f = a;
525
525
  var g = this.getEffectiveViewport1(a);
526
- this.xt = new ScalerParams(0, b, c, this.xp.dn, g);
527
- this.xu = new ScalerParams(0, b, c, this.xr.dn, g);
528
- this.z5(a);
526
+ this.xu = new ScalerParams(0, b, c, this.xq.dn, g);
527
+ this.xv = new ScalerParams(0, b, c, this.xs.dn, g);
529
528
  this.z6(a);
530
- var h = this.y7 * this.y6;
531
- if (this.xm == null || this.xm.length != h) {
532
- this.xm = new Array(h);
533
- this.xj = new Array(h);
534
- }
535
- var i = this.xm.length;
536
- var j = this.xm;
537
- var k = this.xj;
529
+ this.z7(a);
530
+ var h = this.y8 * this.y7;
531
+ if (this.xn == null || this.xn.length != h) {
532
+ this.xn = new Array(h);
533
+ this.xk = new Array(h);
534
+ }
535
+ var i = this.xn.length;
536
+ var j = this.xn;
537
+ var k = this.xk;
538
538
  for (var l = 0; l < i; l++) {
539
539
  j[l] = 0;
540
540
  k[l] = 0;
541
541
  }
542
- this.zb = truncate(Math.round(this.ik));
543
- this.xl = f.ce();
544
- var m = this.xl.length;
545
- var n = this.xl;
542
+ this.zc = truncate(Math.round(this.il));
543
+ this.xm = f.ce();
544
+ var m = this.xm.length;
545
+ var n = this.xm;
546
546
  for (var o = 0; o < m; o++) {
547
547
  n[o] = 0;
548
548
  }
549
- var p = this.y2;
550
- var q = this.y1;
549
+ var p = this.y3;
550
+ var q = this.y2;
551
551
  if (isNaN_(p) || isInfinity(p)) {
552
552
  p = 0;
553
553
  }
554
554
  if (isNaN_(q) || isInfinity(q)) {
555
555
  q = 50;
556
556
  }
557
- this.ye = Math.min(p, q);
558
- this.yd = Math.max(p, q);
557
+ this.yf = Math.min(p, q);
558
+ this.ye = Math.max(p, q);
559
+ if (this.yf < 0) {
560
+ this.yf = 0;
561
+ }
559
562
  if (this.ye < 0) {
560
563
  this.ye = 0;
561
564
  }
562
- if (this.yd < 0) {
563
- this.yd = 0;
564
- }
565
- this.yf = this.yd - this.ye;
566
- if (this.x7) {
567
- this.z8(a);
565
+ this.yg = this.ye - this.yf;
566
+ if (this.x8) {
567
+ this.z9(a);
568
568
  }
569
569
  else {
570
- this.aaj(a);
570
+ this.aak(a);
571
571
  }
572
572
  f.cp();
573
573
  if (a.t) {
574
574
  this._itemIndexes = d;
575
- this.xn.cq();
575
+ this.xo.cq();
576
576
  }
577
577
  };
578
- HighDensityScatterSeries.prototype.aaa = function (a) {
579
- if (this.xo == null) {
578
+ HighDensityScatterSeries.prototype.aab = function (a) {
579
+ if (this.xp == null) {
580
580
  return;
581
581
  }
582
- this.aac(a);
582
+ this.aad(a);
583
583
  };
584
- HighDensityScatterSeries.prototype.z4 = function (a, b) {
584
+ HighDensityScatterSeries.prototype.z5 = function (a, b) {
585
585
  var _this = this;
586
- this.xn.co(function () {
587
- if (_this.y4 < _this.y5 - 1) {
588
- _this.y4++;
586
+ this.xo.co(function () {
587
+ if (_this.y5 < _this.y6 - 1) {
588
+ _this.y5++;
589
589
  }
590
- _this.zf = truncate(((_this.y4 / _this.y5) * 100));
590
+ _this.zg = truncate(((_this.y5 / _this.y6) * 100));
591
591
  if (_this.progressiveLoadStatusChanged != null) {
592
- _this.progressiveLoadStatusChanged(_this, new ProgressiveLoadStatusEventArgs(_this.zf));
592
+ _this.progressiveLoadStatusChanged(_this, new ProgressiveLoadStatusEventArgs(_this.zg));
593
593
  }
594
- _this.aaa(_this.cw);
595
- _this.q0();
596
- if (_this.xo != null) {
597
- if (!_this.xo.h(_this.j8)) {
598
- var c = _this.xo;
599
- c.progressiveThunkCompleted = delegateRemove(c.progressiveThunkCompleted, runOn(_this, _this.z4));
600
- _this.zf = 100;
594
+ _this.aab(_this.cw);
595
+ _this.q1();
596
+ if (_this.xp != null) {
597
+ if (!_this.xp.h(_this.j9)) {
598
+ var c = _this.xp;
599
+ c.progressiveThunkCompleted = delegateRemove(c.progressiveThunkCompleted, runOn(_this, _this.z5));
600
+ _this.zg = 100;
601
601
  if (_this.progressiveLoadStatusChanged != null) {
602
- _this.progressiveLoadStatusChanged(_this, new ProgressiveLoadStatusEventArgs(_this.zf));
602
+ _this.progressiveLoadStatusChanged(_this, new ProgressiveLoadStatusEventArgs(_this.zg));
603
603
  }
604
604
  }
605
605
  }
606
606
  });
607
607
  };
608
- HighDensityScatterSeries.prototype.z8 = function (a) {
609
- var b = arrayShallowClone(this.xx.asArray());
610
- this.xq.k1(boxArray$1(b), 0, b.length, this.xt);
611
- var c = arrayShallowClone(this.xz.asArray());
612
- this.za = 0;
613
- var d = this.y8;
614
- var e = this.x1;
615
- var f = this.xm.length;
616
- this.xs.k1(boxArray$1(c), 0, c.length, this.xu);
617
- var g = 255 << 24 | truncate(this.yn) << 16 | truncate(this.ym) << 8 | truncate(this.yl);
608
+ HighDensityScatterSeries.prototype.z9 = function (a) {
609
+ var b = arrayShallowClone(this.xy.asArray());
610
+ this.xr.k3(boxArray$1(b), 0, b.length, this.xu);
611
+ var c = arrayShallowClone(this.x0.asArray());
612
+ this.zb = 0;
613
+ var d = this.y9;
614
+ var e = this.x2;
615
+ var f = this.xn.length;
616
+ this.xt.k3(boxArray$1(c), 0, c.length, this.xv);
617
+ var g = 255 << 24 | truncate(this.yo) << 16 | truncate(this.yn) << 8 | truncate(this.ym);
618
618
  for (var h = 0; h < b.length; h++) {
619
619
  var i = truncate(b[h]);
620
620
  var j = truncate(c[h]);
621
621
  i = truncate(Math.floor(i));
622
622
  j = truncate(Math.floor(j));
623
- if (i < 0 || i >= this.y7 || j < 0 || j >= this.y6) {
623
+ if (i < 0 || i >= this.y8 || j < 0 || j >= this.y7) {
624
624
  continue;
625
625
  }
626
626
  if (e) {
627
627
  var k = i - d;
628
628
  var l = i + d;
629
- l = l > (this.y7 - 1) ? (this.y7 - 1) : l;
629
+ l = l > (this.y8 - 1) ? (this.y8 - 1) : l;
630
630
  k = k < 0 ? 0 : k;
631
631
  var m = j + d;
632
632
  var n = j - d;
633
633
  for (var o = k; o <= l; o++) {
634
634
  for (var p = n; p <= m; p++) {
635
- var q = (p * this.y7) + o;
635
+ var q = (p * this.y8) + o;
636
636
  if (q < 0 || q > f - 1) {
637
637
  continue;
638
638
  }
639
- this.xm[q] = this.xm[q] + 1;
640
- this.xj[q] = 1;
641
- this.za++;
642
- if (this.x3) {
639
+ this.xn[q] = this.xn[q] + 1;
640
+ this.xk[q] = 1;
641
+ this.zb++;
642
+ if (this.x4) {
643
643
  this._itemIndexes[q] = h + 1;
644
644
  }
645
645
  }
646
646
  }
647
647
  }
648
648
  else {
649
- var r = (j * this.y7) + i;
650
- this.xm[r] = this.xm[r] + 1;
651
- this.xj[r] = 1;
652
- this.za++;
653
- if (this.x3) {
649
+ var r = (j * this.y8) + i;
650
+ this.xn[r] = this.xn[r] + 1;
651
+ this.xk[r] = 1;
652
+ this.zb++;
653
+ if (this.x4) {
654
654
  this._itemIndexes[r] = h + 1;
655
655
  }
656
656
  }
657
657
  }
658
- this.aad();
658
+ this.aae();
659
659
  };
660
- HighDensityScatterSeries.prototype.aaj = function (a) {
660
+ HighDensityScatterSeries.prototype.aak = function (a) {
661
661
  var b;
662
662
  var c;
663
663
  var d = a.getViewInfo(b, c);
664
664
  b = d.p0;
665
665
  c = d.p1;
666
- if (this.xo == null) {
666
+ if (this.xp == null) {
667
667
  return;
668
668
  }
669
- if (this.x8 == null) {
670
- this.x8 = new List$1(KDTreeNode2D.$, 2, truncate(Math.round(b.width * b.height)));
669
+ if (this.x9 == null) {
670
+ this.x9 = new List$1(KDTreeNode2D.$, 2, truncate(Math.round(b.width * b.height)));
671
671
  }
672
672
  else {
673
- this.x8.clear();
673
+ this.x9.clear();
674
674
  }
675
675
  var e = c.left;
676
676
  var f = c.right;
677
677
  var g = c.top;
678
678
  var h = c.bottom;
679
- this.yy = c.top;
680
- this.yw = c.height;
681
- this.yx = c.left;
682
- this.yz = c.width;
683
- this.yu = b.top;
684
- this.ys = b.height;
685
- this.yt = b.left;
686
- this.yv = b.width;
679
+ this.yz = c.top;
680
+ this.yx = c.height;
681
+ this.yy = c.left;
682
+ this.y0 = c.width;
683
+ this.yv = b.top;
684
+ this.yt = b.height;
685
+ this.yu = b.left;
686
+ this.yw = b.width;
687
687
  var i = this.getEffectiveViewport1(a);
688
- this.ya = (i.left - this.yt) / this.yv;
689
- this.yb = (i.top - this.yu) / this.ys;
690
- var j = (i.right - this.yt) / this.yv;
691
- this.yc = j - this.ya;
692
- var k = (i.bottom - this.yu) / this.ys;
693
- this.x9 = k - this.yb;
694
- if (this.x2) {
695
- e = (e - this.ya) / this.yc;
696
- f = (f - this.ya) / this.yc;
697
- g = (g - this.yb) / this.x9;
698
- h = (h - this.yb) / this.x9;
699
- }
700
- var l = this.ik / b.width * c.width;
701
- var m = this.ik / b.height * c.height;
688
+ this.yb = (i.left - this.yu) / this.yw;
689
+ this.yc = (i.top - this.yv) / this.yt;
690
+ var j = (i.right - this.yu) / this.yw;
691
+ this.yd = j - this.yb;
692
+ var k = (i.bottom - this.yv) / this.yt;
693
+ this.ya = k - this.yc;
694
+ if (this.x3) {
695
+ e = (e - this.yb) / this.yd;
696
+ f = (f - this.yb) / this.yd;
697
+ g = (g - this.yc) / this.ya;
698
+ h = (h - this.yc) / this.ya;
699
+ }
700
+ var l = this.il / b.width * c.width;
701
+ var m = this.il / b.height * c.height;
702
702
  var n = Math.min(l, m);
703
703
  var o = ((function () {
704
704
  var $ret = new SearchArgs();
@@ -711,16 +711,16 @@ export var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_su
711
711
  $ret.g = 0x7FFFFFFF;
712
712
  return $ret;
713
713
  })());
714
- this.xo.u(this.x8, o, 0, 1, 0, 1);
714
+ this.xp.u(this.x9, o, 0, 1, 0, 1);
715
715
  var p;
716
- this.za = 0;
717
- for (var q = 0; q < this.x8.count; q++) {
718
- p = this.x8._inner[q];
719
- this.aae(p);
716
+ this.zb = 0;
717
+ for (var q = 0; q < this.x9.count; q++) {
718
+ p = this.x9._inner[q];
719
+ this.aaf(p);
720
720
  }
721
- this.aad();
721
+ this.aae();
722
722
  };
723
- HighDensityScatterSeries.prototype.aae = function (a) {
723
+ HighDensityScatterSeries.prototype.aaf = function (a) {
724
724
  if (a.g) {
725
725
  return;
726
726
  }
@@ -732,28 +732,28 @@ export var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_su
732
732
  else {
733
733
  d = 1;
734
734
  }
735
- this.aag(a.b, d, b, a.e);
735
+ this.aah(a.b, d, b, a.e);
736
736
  if (c > 0 && !b) {
737
737
  var e = void 0;
738
738
  for (var f = 0; f < c; f++) {
739
739
  e = a.a[f];
740
- this.aag(e, d, false, a.e);
740
+ this.aah(e, d, false, a.e);
741
741
  }
742
742
  }
743
743
  if (a.e != null) {
744
744
  a.e.a = false;
745
745
  }
746
746
  };
747
- HighDensityScatterSeries.prototype.gj = function (a) {
747
+ HighDensityScatterSeries.prototype.gk = function (a) {
748
748
  var b = this.dc != null ? this.dc.yr : Rect.empty;
749
749
  var c = this.dc != null ? this.dc.y9 : Rect.empty;
750
750
  var d = new Rect(0, 0, 0, 1, 1);
751
- var e = this.w6(this.cw);
752
- var f = new ScalerParams(0, d, d, this.xq.dn, e);
753
- var g = new ScalerParams(0, d, d, this.xs.dn, e);
751
+ var e = this.w7(this.cw);
752
+ var f = new ScalerParams(0, d, d, this.xr.dn, e);
753
+ var g = new ScalerParams(0, d, d, this.xt.dn, e);
754
754
  var h = !b.isEmpty && !c.isEmpty && this.dp != null ? this.dp.indexOf(a) : -1;
755
- var i = this.xq != null && this.xx != null && h < this.xx.count ? this.xq.f6(this.xx.item(h), f) : NaN;
756
- var j = this.xs != null && this.xz != null && h < this.xz.count ? this.xs.f6(this.xz.item(h), g) : NaN;
755
+ var i = this.xr != null && this.xy != null && h < this.xy.count ? this.xr.f7(this.xy.item(h), f) : NaN;
756
+ var j = this.xt != null && this.x0 != null && h < this.x0.count ? this.xt.f7(this.x0.item(h), g) : NaN;
757
757
  if (!isNaN_(i)) {
758
758
  if (i < b.left + 0.1 * b.width) {
759
759
  i = i + 0.4 * b.width;
@@ -779,30 +779,30 @@ export var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_su
779
779
  }
780
780
  return h >= 0;
781
781
  };
782
- HighDensityScatterSeries.prototype.aag = function (a, b, c, d) {
783
- var e = this.zd(b);
782
+ HighDensityScatterSeries.prototype.aah = function (a, b, c, d) {
783
+ var e = this.ze(b);
784
784
  var f = a.c;
785
- var g = this.y8;
785
+ var g = this.y9;
786
786
  if (c) {
787
787
  var h = d.d;
788
788
  var i = d.b;
789
789
  var j = d.e;
790
790
  var k = d.c;
791
- if (this.x2) {
792
- h = this.ya + this.yc * h;
793
- i = this.ya + this.yc * i;
794
- j = this.yb + this.x9 * j;
795
- k = this.yb + this.x9 * k;
791
+ if (this.x3) {
792
+ h = this.yb + this.yd * h;
793
+ i = this.yb + this.yd * i;
794
+ j = this.yc + this.ya * j;
795
+ k = this.yc + this.ya * k;
796
796
  }
797
- var l = truncate((this.yt + this.yv * (h - this.yx) / this.yz));
798
- var m = truncate((this.yt + this.yv * (i - this.yx) / this.yz));
799
- var n = truncate((this.yu + this.ys * (j - this.yy) / this.yw));
800
- var o = truncate((this.yu + this.ys * (k - this.yy) / this.yw));
797
+ var l = truncate((this.yu + this.yw * (h - this.yy) / this.y0));
798
+ var m = truncate((this.yu + this.yw * (i - this.yy) / this.y0));
799
+ var n = truncate((this.yv + this.yt * (j - this.yz) / this.yx));
800
+ var o = truncate((this.yv + this.yt * (k - this.yz) / this.yx));
801
801
  l = truncate(Math.floor(l));
802
802
  m = truncate(Math.floor(m));
803
803
  n = truncate(Math.floor(n));
804
804
  o = truncate(Math.floor(o));
805
- if (this.x1) {
805
+ if (this.x2) {
806
806
  l -= g;
807
807
  m += g;
808
808
  n -= g;
@@ -813,22 +813,22 @@ export var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_su
813
813
  var r = q;
814
814
  for (var s = l; s <= m; s++) {
815
815
  for (var t = n; t <= o; t++) {
816
- this.aaf(f, s, t, q, r);
816
+ this.aag(f, s, t, q, r);
817
817
  }
818
818
  }
819
819
  }
820
820
  else {
821
821
  var u = a.a;
822
822
  var v = a.b;
823
- if (this.x2) {
824
- u = this.ya + this.yc * u;
825
- v = this.yb + this.x9 * v;
823
+ if (this.x3) {
824
+ u = this.yb + this.yd * u;
825
+ v = this.yc + this.ya * v;
826
826
  }
827
- var w = truncate((this.yt + this.yv * (u - this.yx) / this.yz));
828
- var x = truncate((this.yu + this.ys * (v - this.yy) / this.yw));
827
+ var w = truncate((this.yu + this.yw * (u - this.yy) / this.y0));
828
+ var x = truncate((this.yv + this.yt * (v - this.yz) / this.yx));
829
829
  w = truncate(Math.floor(w));
830
830
  x = truncate(Math.floor(x));
831
- if (this.x1) {
831
+ if (this.x2) {
832
832
  var y = w - g;
833
833
  var z = w + g;
834
834
  var aa = x + g;
@@ -838,46 +838,46 @@ export var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_su
838
838
  var ae = ad;
839
839
  for (var af = y; af <= z; af++) {
840
840
  for (var ag = ab; ag <= aa; ag++) {
841
- this.aaf(f, af, ag, ad, ae);
841
+ this.aag(f, af, ag, ad, ae);
842
842
  }
843
843
  }
844
844
  }
845
845
  else {
846
- this.aaf(f, w, x, b, 1);
846
+ this.aag(f, w, x, b, 1);
847
847
  }
848
848
  }
849
849
  };
850
- HighDensityScatterSeries.prototype.zc = function (a, b) {
851
- return truncate((Math.floor(255 * b))) << 24 | truncate(Math.floor(b * (this.yn + a * this.yr))) << 16 | truncate(Math.floor(b * (this.ym + a * this.yq))) << 8 | truncate(Math.floor(b * (this.yl + a * this.yp)));
850
+ HighDensityScatterSeries.prototype.zd = function (a, b) {
851
+ return truncate((Math.floor(255 * b))) << 24 | truncate(Math.floor(b * (this.yo + a * this.ys))) << 16 | truncate(Math.floor(b * (this.yn + a * this.yr))) << 8 | truncate(Math.floor(b * (this.ym + a * this.yq)));
852
852
  };
853
- HighDensityScatterSeries.prototype.zd = function (a) {
854
- return 255 << 24 | truncate(Math.floor((this.yn + a * this.yr))) << 16 | truncate(Math.floor((this.ym + a * this.yq))) << 8 | truncate(Math.floor((this.yl + a * this.yp)));
853
+ HighDensityScatterSeries.prototype.ze = function (a) {
854
+ return 255 << 24 | truncate(Math.floor((this.yo + a * this.ys))) << 16 | truncate(Math.floor((this.yn + a * this.yr))) << 8 | truncate(Math.floor((this.ym + a * this.yq)));
855
855
  };
856
- HighDensityScatterSeries.prototype.y0 = function (a) {
856
+ HighDensityScatterSeries.prototype.y1 = function (a) {
857
857
  return (a >> 24 & 255) / 255;
858
858
  };
859
- HighDensityScatterSeries.prototype.aaf = function (a, b, c, d, e) {
860
- if (b < 0 || b >= this.y7 || c < 0 || c >= this.y6) {
859
+ HighDensityScatterSeries.prototype.aag = function (a, b, c, d, e) {
860
+ if (b < 0 || b >= this.y8 || c < 0 || c >= this.y7) {
861
861
  return;
862
862
  }
863
- var f = (c * this.y7) + b;
864
- this.xm[f] = this.xm[f] + d;
865
- this.xj[f] = this.xj[f] + e;
866
- if (this.x3) {
863
+ var f = (c * this.y8) + b;
864
+ this.xn[f] = this.xn[f] + d;
865
+ this.xk[f] = this.xk[f] + e;
866
+ if (this.x4) {
867
867
  this._itemIndexes[f] = a + 1;
868
868
  }
869
- this.za += truncate(d);
869
+ this.zb += truncate(d);
870
870
  };
871
- HighDensityScatterSeries.prototype.aad = function () {
871
+ HighDensityScatterSeries.prototype.aae = function () {
872
872
  var a = 0;
873
873
  var b = 0;
874
- var c = this.yf;
875
- var d = this.ye;
876
- var e = this.yd;
877
- var f = this.xm.length;
878
- var g = this.xm;
879
- var h = this.xj;
880
- var i = this.xl;
874
+ var c = this.yg;
875
+ var d = this.yf;
876
+ var e = this.ye;
877
+ var f = this.xn.length;
878
+ var g = this.xn;
879
+ var h = this.xk;
880
+ var i = this.xm;
881
881
  var j = NaN;
882
882
  var k = NaN;
883
883
  var l = 0;
@@ -902,7 +902,7 @@ export var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_su
902
902
  b = 0.2;
903
903
  }
904
904
  if (j != a || k != b) {
905
- l = this.zc(a, b);
905
+ l = this.zd(a, b);
906
906
  j = a;
907
907
  k = b;
908
908
  }
@@ -914,46 +914,46 @@ export var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_su
914
914
  m += 4;
915
915
  }
916
916
  };
917
- HighDensityScatterSeries.prototype.z5 = function (a) {
917
+ HighDensityScatterSeries.prototype.z6 = function (a) {
918
918
  var b = a;
919
919
  b.cm();
920
920
  };
921
921
  HighDensityScatterSeries.prototype.ct = function () {
922
922
  return new HighDensityScatterSeriesView(this);
923
923
  };
924
- HighDensityScatterSeries.prototype.rh = function (a) {
925
- _super.prototype.rh.call(this, a);
926
- this.xn = a;
924
+ HighDensityScatterSeries.prototype.ri = function (a) {
925
+ _super.prototype.ri.call(this, a);
926
+ this.xo = a;
927
927
  };
928
928
  HighDensityScatterSeries.prototype.ay = function (a) {
929
- if (a != null && a == this.xq && this.xx != null) {
930
- return new AxisRange(this.xx.minimum, this.xx.maximum);
929
+ if (a != null && a == this.xr && this.xy != null) {
930
+ return new AxisRange(this.xy.minimum, this.xy.maximum);
931
931
  }
932
- if (a != null && a == this.xs && this.xz != null) {
933
- return new AxisRange(this.xz.minimum, this.xz.maximum);
932
+ if (a != null && a == this.xt && this.x0 != null) {
933
+ return new AxisRange(this.x0.minimum, this.x0.maximum);
934
934
  }
935
935
  return null;
936
936
  };
937
- HighDensityScatterSeries.prototype.s8 = function (a, b) {
937
+ HighDensityScatterSeries.prototype.s9 = function (a, b) {
938
938
  if (this.dc != null) {
939
939
  var c = this.getEffectiveViewport1(this.cw);
940
- this.x2 = !c.isEmpty;
940
+ this.x3 = !c.isEmpty;
941
941
  }
942
- this.r8(false);
942
+ this.r9(false);
943
943
  };
944
- HighDensityScatterSeries.prototype.s9 = function (a, b) {
945
- this.r8(false);
944
+ HighDensityScatterSeries.prototype.ta = function (a, b) {
945
+ this.r9(false);
946
946
  };
947
- HighDensityScatterSeries.prototype.kw = function (a) {
948
- if (!this.x3 || this._itemIndexes == null || this.dc == null || this.dp == null || this._itemIndexes.length != (this.y7 * this.y6)) {
947
+ HighDensityScatterSeries.prototype.kx = function (a) {
948
+ if (!this.x4 || this._itemIndexes == null || this.dc == null || this.dp == null || this._itemIndexes.length != (this.y8 * this.y7)) {
949
949
  return null;
950
950
  }
951
951
  var b = this.dc.yr;
952
952
  var c = (a.x - b.left) / b.width;
953
953
  var d = (a.y - b.top) / b.height;
954
- var e = truncate(Math.round(this.xd.left + (this.xd.width * c)));
955
- var f = truncate(Math.round(this.xd.top + (this.xd.height * d)));
956
- var g = this.zg(e, f);
954
+ var e = truncate(Math.round(this.xe.left + (this.xe.width * c)));
955
+ var f = truncate(Math.round(this.xe.top + (this.xe.height * d)));
956
+ var g = this.zh(e, f);
957
957
  if (g < 0 || g > this._itemIndexes.length - 1) {
958
958
  return null;
959
959
  }
@@ -963,68 +963,68 @@ export var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_su
963
963
  }
964
964
  return this.dp.item(h);
965
965
  };
966
- HighDensityScatterSeries.prototype.zg = function (a, b) {
967
- var c = (this.y7 * b) + a;
966
+ HighDensityScatterSeries.prototype.zh = function (a, b) {
967
+ var c = (this.y8 * b) + a;
968
968
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
969
969
  return c;
970
970
  }
971
971
  var d = 1;
972
- c = (this.y7 * (b - d)) + a;
972
+ c = (this.y8 * (b - d)) + a;
973
973
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
974
974
  return c;
975
975
  }
976
- c = (this.y7 * (b + d)) + a;
976
+ c = (this.y8 * (b + d)) + a;
977
977
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
978
978
  return c;
979
979
  }
980
- c = (this.y7 * (b)) + a - 1;
980
+ c = (this.y8 * (b)) + a - 1;
981
981
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
982
982
  return c;
983
983
  }
984
- c = (this.y7 * (b)) + a + 1;
984
+ c = (this.y8 * (b)) + a + 1;
985
985
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
986
986
  return c;
987
987
  }
988
- c = (this.y7 * (b - d)) + a - 1;
988
+ c = (this.y8 * (b - d)) + a - 1;
989
989
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
990
990
  return c;
991
991
  }
992
- c = (this.y7 * (b + d)) + a + 1;
992
+ c = (this.y8 * (b + d)) + a + 1;
993
993
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
994
994
  return c;
995
995
  }
996
- c = (this.y7 * (b - d)) + a + 1;
996
+ c = (this.y8 * (b - d)) + a + 1;
997
997
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
998
998
  return c;
999
999
  }
1000
- c = (this.y7 * (b + d)) + a - 1;
1000
+ c = (this.y8 * (b + d)) + a - 1;
1001
1001
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
1002
1002
  return c;
1003
1003
  }
1004
1004
  return 0;
1005
1005
  };
1006
- HighDensityScatterSeries.prototype.aai = function (a, b, c) {
1007
- this.xl = a;
1008
- this.y7 = b;
1009
- this.y6 = c;
1006
+ HighDensityScatterSeries.prototype.aaj = function (a, b, c) {
1007
+ this.xm = a;
1008
+ this.y8 = b;
1009
+ this.y7 = c;
1010
1010
  };
1011
- HighDensityScatterSeries.prototype.get_hd = function () {
1011
+ HighDensityScatterSeries.prototype.get_he = function () {
1012
1012
  return true;
1013
1013
  };
1014
- HighDensityScatterSeries.prototype.set_hd = function (a) {
1015
- _super.prototype.set_hd.call(this, a);
1014
+ HighDensityScatterSeries.prototype.set_he = function (a) {
1015
+ _super.prototype.set_he.call(this, a);
1016
1016
  };
1017
- HighDensityScatterSeries.prototype.pi = function (a, b) {
1018
- _super.prototype.pi.call(this, a, b);
1019
- this.xn.cn();
1017
+ HighDensityScatterSeries.prototype.pj = function (a, b) {
1018
+ _super.prototype.pj.call(this, a, b);
1019
+ this.xo.cn();
1020
1020
  if (this.cv != null) {
1021
1021
  this.cv.cn();
1022
1022
  }
1023
- this.q0();
1023
+ this.q1();
1024
1024
  };
1025
- HighDensityScatterSeries.prototype.sa = function (a, b) {
1026
- _super.prototype.sa.call(this, a, b);
1027
- if (!this.g6) {
1025
+ HighDensityScatterSeries.prototype.sb = function (a, b) {
1026
+ _super.prototype.sb.call(this, a, b);
1027
+ if (!this.g7) {
1028
1028
  this.cw.be(b);
1029
1029
  return;
1030
1030
  }
@@ -1034,29 +1034,29 @@ export var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_su
1034
1034
  }
1035
1035
  var c = typeCast(HighDensityScatterSeriesView.$, this.cv);
1036
1036
  var d = new ScatterFrame();
1037
- this.z9(false, c);
1038
- this.g6 = false;
1037
+ this.aaa(false, c);
1038
+ this.g7 = false;
1039
1039
  };
1040
- HighDensityScatterSeries.prototype.r7 = function (a, b, c, d, e) {
1041
- _super.prototype.r7.call(this, a, b, c, d, e);
1040
+ HighDensityScatterSeries.prototype.r8 = function (a, b, c, d, e) {
1041
+ _super.prototype.r8.call(this, a, b, c, d, e);
1042
1042
  var f = this.ba.a$k.item(d);
1043
1043
  var g = f;
1044
1044
  f.bd(c);
1045
1045
  if (this.d7(g)) {
1046
1046
  return;
1047
1047
  }
1048
- if (this.xv == null) {
1049
- this.xv = new ScatterFrame();
1048
+ if (this.xw == null) {
1049
+ this.xw = new ScatterFrame();
1050
1050
  }
1051
- this.z9(false, f);
1051
+ this.aaa(false, f);
1052
1052
  };
1053
- HighDensityScatterSeries.prototype.pf = function () {
1054
- _super.prototype.pf.call(this);
1055
- this.xq = null;
1056
- this.xs = null;
1053
+ HighDensityScatterSeries.prototype.pg = function () {
1054
+ _super.prototype.pg.call(this);
1055
+ this.xr = null;
1056
+ this.xt = null;
1057
1057
  };
1058
1058
  HighDensityScatterSeries.$t = markType(HighDensityScatterSeries, 'HighDensityScatterSeries', Series.$);
1059
- HighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, HighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:aaz:aak', [Color.$, Defaults.be], 'HeatMaximum:y1:aal', [1, 50], 'HeatMinimumColor:aa0:aam', [Color.$, Defaults.bf], 'HeatMinimum:y2:aan', [1, 0], 'PointExtent:ze:aao', [1, 1], 'ProgressiveLoad:x6:aap', [0, true], 'UseBruteForce:x7:aaq', [0, false], 'XAxis:xq:aar', [NumericXAxis.$, null], 'XMemberAsLegendLabel:zq:aas', [2, null], 'XMemberAsLegendUnit:zs:aat', [2, null], 'XMemberPath:zu:aau', [2, null], 'YAxis:xs:aav', [NumericYAxis.$, null], 'YMemberAsLegendLabel:zy:aaw', [2, null], 'YMemberAsLegendUnit:z0:aax', [2, null], 'YMemberPath:z2:aay', [2, null]]);
1059
+ HighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, HighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:aa0:aal', [Color.$, Defaults.be], 'HeatMaximum:y2:aam', [1, 50], 'HeatMinimumColor:aa1:aan', [Color.$, Defaults.bf], 'HeatMinimum:y3:aao', [1, 0], 'PointExtent:zf:aap', [1, 1], 'ProgressiveLoad:x7:aaq', [0, true], 'UseBruteForce:x8:aar', [0, false], 'XAxis:xr:aas', [NumericXAxis.$, null], 'XMemberAsLegendLabel:zr:aat', [2, null], 'XMemberAsLegendUnit:zt:aau', [2, null], 'XMemberPath:zv:aav', [2, null], 'YAxis:xt:aaw', [NumericYAxis.$, null], 'YMemberAsLegendLabel:zz:aax', [2, null], 'YMemberAsLegendUnit:z1:aay', [2, null], 'YMemberPath:z3:aaz', [2, null]]);
1060
1060
  return HighDensityScatterSeries;
1061
1061
  }(Series));
1062
1062
  /**
@@ -1079,19 +1079,19 @@ export var HighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (function
1079
1079
  HighDensityScatterSeriesView.prototype.a4 = function () {
1080
1080
  _super.prototype.a4.call(this);
1081
1081
  if (!this.t) {
1082
- this.cf.aa0 = Defaults.bf;
1083
- this.cf.aaz = Defaults.be;
1084
- this.cf.vz = Defaults.ba;
1085
- this.cf.wf = Defaults.a9;
1082
+ this.cf.aa1 = Defaults.bf;
1083
+ this.cf.aa0 = Defaults.be;
1084
+ this.cf.v0 = Defaults.ba;
1085
+ this.cf.wg = Defaults.a9;
1086
1086
  }
1087
1087
  };
1088
1088
  HighDensityScatterSeriesView.prototype.cq = function () {
1089
- this.cf.aai(this.cd, this.cl, this.ck);
1089
+ this.cf.aaj(this.cd, this.cl, this.ck);
1090
1090
  };
1091
1091
  HighDensityScatterSeriesView.prototype.cm = function () {
1092
1092
  if (this.ci == null) {
1093
- this.ci = this.f.j8.createElement("canvas");
1094
- var a = this.f.j8.get2DCanvasContext(this.ci);
1093
+ this.ci = this.f.j9.createElement("canvas");
1094
+ var a = this.f.j9.get2DCanvasContext(this.ci);
1095
1095
  this.cg = new RenderingContext(new CanvasViewRenderer(), a);
1096
1096
  }
1097
1097
  var b;
@@ -1116,7 +1116,7 @@ export var HighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (function
1116
1116
  var imageDataArray_ = this.cj.data;
1117
1117
  this.cd = imageDataArray_;
1118
1118
  }
1119
- this.cf.aai(this.cd, this.cl, this.ck);
1119
+ this.cf.aaj(this.cd, this.cl, this.ck);
1120
1120
  };
1121
1121
  HighDensityScatterSeriesView.prototype.ce = function () {
1122
1122
  return this.cd;
@@ -1130,8 +1130,8 @@ export var HighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (function
1130
1130
  this.a2();
1131
1131
  };
1132
1132
  HighDensityScatterSeriesView.prototype.co = function (a) {
1133
- if (this.f.j8 != null) {
1134
- this.f.j8.setTimeout(a, 0);
1133
+ if (this.f.j9 != null) {
1134
+ this.f.j9.setTimeout(a, 0);
1135
1135
  }
1136
1136
  else {
1137
1137
  window.setTimeout(a, 0);
@@ -1140,7 +1140,7 @@ export var HighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (function
1140
1140
  HighDensityScatterSeriesView.prototype.bj = function (a, b) {
1141
1141
  _super.prototype.bj.call(this, a, b);
1142
1142
  if (b) {
1143
- if (!this.cf.ge) {
1143
+ if (!this.cf.gf) {
1144
1144
  return;
1145
1145
  }
1146
1146
  var c = new Rectangle();