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
@@ -40,100 +40,100 @@ let HighDensityScatterSeries = /*@__PURE__*/ (() => {
40
40
  bk() {
41
41
  return new HighDensityScatterSeries();
42
42
  }
43
- get_fr() {
43
+ get_fs() {
44
44
  return true;
45
45
  }
46
- js() {
47
- if (!isNaN_(this.jr)) {
48
- return super.js();
46
+ jt() {
47
+ if (!isNaN_(this.js)) {
48
+ return super.jt();
49
49
  }
50
50
  return Defaults.ad;
51
51
  }
52
52
  constructor() {
53
53
  super();
54
- this.xw = null;
55
- this.xy = null;
56
- this.y8 = 0;
57
- this.x1 = false;
58
- this.yn = Defaults.bf.o;
59
- this.ym = Defaults.bf.n;
60
- this.yl = Defaults.bf.m;
61
- this.yk = Defaults.bf.l;
62
- this.yj = Defaults.be.o;
63
- this.yi = Defaults.be.n;
64
- this.yh = Defaults.be.m;
65
- this.yg = Defaults.be.l;
66
- this.xo = null;
67
- this.xt = null;
68
- this.xu = null;
69
- this.xp = null;
70
- this.xr = null;
71
- this.x3 = false;
54
+ this.xx = null;
55
+ this.xz = null;
72
56
  this.y9 = 0;
73
- this.zb = 0;
57
+ this.x2 = false;
58
+ this.yo = Defaults.bf.o;
59
+ this.yn = Defaults.bf.n;
60
+ this.ym = Defaults.bf.m;
61
+ this.yl = Defaults.bf.l;
62
+ this.yk = Defaults.be.o;
63
+ this.yj = Defaults.be.n;
64
+ this.yi = Defaults.be.m;
65
+ this.yh = Defaults.be.l;
66
+ this.xp = null;
67
+ this.xu = null;
68
+ this.xv = null;
69
+ this.xq = null;
70
+ this.xs = null;
71
+ this.x4 = false;
72
+ this.za = 0;
73
+ this.zc = 0;
74
+ this.y6 = 0;
74
75
  this.y5 = 0;
75
- this.y4 = 0;
76
76
  this.progressiveLoadStatusChanged = null;
77
- this.x8 = null;
78
- this.ye = 0;
79
- this.yd = 0;
77
+ this.x9 = null;
80
78
  this.yf = 0;
81
- this.yu = 0;
82
- this.ys = 0;
83
- this.yt = 0;
79
+ this.ye = 0;
80
+ this.yg = 0;
84
81
  this.yv = 0;
85
- this.yx = 0;
86
- this.yz = 0;
87
- this.yy = 0;
82
+ this.yt = 0;
83
+ this.yu = 0;
88
84
  this.yw = 0;
89
- this.ya = 0;
85
+ this.yy = 0;
86
+ this.y0 = 0;
87
+ this.yz = 0;
88
+ this.yx = 0;
90
89
  this.yb = 0;
91
90
  this.yc = 0;
92
- this.x9 = 0;
91
+ this.yd = 0;
92
+ this.ya = 0;
93
+ this.y8 = 0;
93
94
  this.y7 = 0;
94
- this.y6 = 0;
95
- this.xl = null;
96
- this.za = 0;
97
- this.x2 = false;
98
- this._itemIndexes = null;
99
95
  this.xm = null;
100
- this.xj = null;
101
- this.xv = null;
96
+ this.zb = 0;
97
+ this.x3 = false;
98
+ this._itemIndexes = null;
99
+ this.xn = null;
100
+ this.xk = null;
101
+ this.xw = null;
102
102
  this.ab = HighDensityScatterSeries.$;
103
- this.ge = false;
103
+ this.gf = false;
104
104
  }
105
- get_fz() {
105
+ get_f0() {
106
106
  return true;
107
107
  }
108
- get xx() {
109
- return this.xw;
108
+ get xy() {
109
+ return this.xx;
110
110
  }
111
- set xx(a) {
112
- if (this.xw != a) {
113
- let b = this.xx;
114
- this.xw = a;
115
- this.raisePropertyChanged("XColumn", b, this.xx);
111
+ set xy(a) {
112
+ if (this.xx != a) {
113
+ let b = this.xy;
114
+ this.xx = a;
115
+ this.raisePropertyChanged("XColumn", b, this.xy);
116
116
  }
117
117
  }
118
118
  getDataLegendSeriesContextAt(a, b) {
119
119
  let c = { $type: Point_$type, x: a, y: b };
120
- let d = this.kw(c);
121
- let e = d == null ? NaN : this.i4(d, "XMemberPath");
122
- let f = d == null ? NaN : this.i4(d, "YMemberPath");
120
+ let d = this.kx(c);
121
+ let e = d == null ? NaN : this.i5(d, "XMemberPath");
122
+ let f = d == null ? NaN : this.i5(d, "YMemberPath");
123
123
  let g = new DataLegendSeriesValueInfo();
124
124
  g.l = e;
125
125
  g.a = 13;
126
126
  g.q = "X";
127
- g.r = this.zu != null ? this.zu : "X";
128
- g.s = this.zq != null ? this.zq : "X:";
129
- g.t = this.zs != null ? this.zs : "";
127
+ g.r = this.zv != null ? this.zv : "X";
128
+ g.s = this.zr != null ? this.zr : "X:";
129
+ g.t = this.zt != null ? this.zt : "";
130
130
  let h = new DataLegendSeriesValueInfo();
131
131
  h.l = f;
132
132
  h.a = 14;
133
133
  h.q = "Y";
134
- h.r = this.z2 != null ? this.z2 : "Y";
135
- h.s = this.zy != null ? this.zy : "Y:";
136
- h.t = this.z0 != null ? this.z0 : "";
134
+ h.r = this.z3 != null ? this.z3 : "Y";
135
+ h.s = this.zz != null ? this.zz : "Y:";
136
+ h.t = this.z1 != null ? this.z1 : "";
137
137
  let i = new DataLegendSeriesContext();
138
138
  i.e = ((() => {
139
139
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -141,213 +141,216 @@ let HighDensityScatterSeries = /*@__PURE__*/ (() => {
141
141
  $ret.add(h);
142
142
  return $ret;
143
143
  })());
144
- i.h = this.mn();
144
+ i.h = this.mo();
145
145
  return i;
146
146
  }
147
- kz(a, b) {
148
- let c = this.no(b);
147
+ k0(a, b) {
148
+ let c = this.np(b);
149
149
  if (c == HighDensityScatterSeries.$$p[10]) {
150
- return this.k0(a, b, this.zu);
150
+ return this.k1(a, b, this.zv);
151
151
  }
152
152
  if (c == HighDensityScatterSeries.$$p[14]) {
153
- return this.k0(a, b, this.z2);
153
+ return this.k1(a, b, this.z3);
154
154
  }
155
- return super.kz(a, b);
155
+ return super.k0(a, b);
156
156
  }
157
- mo(a) {
158
- let b = this.no(a);
157
+ mp(a) {
158
+ let b = this.np(a);
159
159
  if (b == HighDensityScatterSeries.$$p[10]) {
160
- return this.zu;
160
+ return this.zv;
161
161
  }
162
162
  if (b == HighDensityScatterSeries.$$p[14]) {
163
- return this.z2;
163
+ return this.z3;
164
164
  }
165
- return super.mo(a);
165
+ return super.mp(a);
166
166
  }
167
- get xz() {
168
- return this.xy;
167
+ get x0() {
168
+ return this.xz;
169
169
  }
170
- set xz(a) {
171
- if (this.xy != a) {
172
- let b = this.xz;
173
- this.xy = a;
174
- this.raisePropertyChanged("YColumn", b, this.xz);
170
+ set x0(a) {
171
+ if (this.xz != a) {
172
+ let b = this.x0;
173
+ this.xz = a;
174
+ this.raisePropertyChanged("YColumn", b, this.x0);
175
175
  }
176
176
  }
177
- aah() {
178
- if (this.xo == null) {
177
+ aai() {
178
+ if (this.xp == null) {
179
179
  return;
180
180
  }
181
- this.xo.t();
182
- let a = this.xo;
183
- a.progressiveThunkCompleted = delegateRemove(a.progressiveThunkCompleted, runOn(this, this.z4));
184
- this.xo = null;
181
+ this.xp.t();
182
+ let a = this.xp;
183
+ a.progressiveThunkCompleted = delegateRemove(a.progressiveThunkCompleted, runOn(this, this.z5));
184
+ this.xp = null;
185
185
  }
186
- rq(a, b, c, d) {
187
- super.rq(a, b, c, d);
186
+ rr(a, b, c, d) {
187
+ super.rr(a, b, c, d);
188
188
  switch (b) {
189
189
  case HighDensityScatterSeries.$$p[8]:
190
190
  case HighDensityScatterSeries.$$p[12]:
191
191
  case HighDensityScatterSeries.$$p[9]:
192
192
  case HighDensityScatterSeries.$$p[13]:
193
- this.qu();
193
+ this.qv();
194
194
  break;
195
195
  case "SeriesViewer":
196
196
  if (this.dc != null) {
197
197
  let e = this.getEffectiveViewport1(this.cw);
198
- this.x2 = !e.isEmpty;
198
+ this.x3 = !e.isEmpty;
199
199
  }
200
200
  break;
201
201
  case "FastItemsSource":
202
- this.aah();
202
+ this.aai();
203
203
  if (typeCast(IFastItemsSource_$type, c) != null) {
204
- c.deregisterColumn(this.xx);
205
- c.deregisterColumn(this.xz);
206
- this.xx = null;
207
- this.xz = null;
204
+ c.deregisterColumn(this.xy);
205
+ c.deregisterColumn(this.x0);
206
+ this.xy = null;
207
+ this.x0 = null;
208
208
  }
209
209
  if (typeCast(IFastItemsSource_$type, d) != null) {
210
- this.xx = this.dl(this.zu);
211
- this.xz = this.dl(this.z2);
210
+ this.xy = this.dl(this.zv);
211
+ this.x0 = this.dl(this.z3);
212
212
  }
213
- if ((this.xs != null && !this.xs.ed()) || (this.xq != null && !this.xq.ed())) {
214
- this.r8(this.gm && c != null);
213
+ if ((this.xt != null && !this.xt.ee()) || (this.xr != null && !this.xr.ee())) {
214
+ this.r9(this.gn && c != null);
215
215
  }
216
- this.q1();
216
+ this.q2();
217
217
  break;
218
218
  case HighDensityScatterSeries.$$p[7]:
219
- let f = this.xp;
220
- this.xp = this.xq;
221
- this.aah();
219
+ let f = this.xq;
220
+ this.xq = this.xr;
221
+ this.aai();
222
222
  if (f != null) {
223
- f.rangeChanged = delegateRemove(f.rangeChanged, runOn(this, this.z7));
223
+ f.rangeChanged = delegateRemove(f.rangeChanged, runOn(this, this.z8));
224
224
  }
225
- if (this.xp != null) {
226
- let g = this.xp;
227
- g.rangeChanged = delegateCombine(g.rangeChanged, runOn(this, this.z7));
225
+ if (this.xq != null) {
226
+ let g = this.xq;
227
+ g.rangeChanged = delegateCombine(g.rangeChanged, runOn(this, this.z8));
228
228
  }
229
229
  if (c != null) {
230
230
  c.cx(this);
231
231
  }
232
232
  if (d != null) {
233
- d.d3(this);
233
+ d.d4(this);
234
234
  }
235
- if ((this.xq != null && !this.xq.ed()) || (d == null && c != null)) {
236
- this.r8(false);
235
+ if ((this.xr != null && !this.xr.ee()) || (d == null && c != null)) {
236
+ this.r9(false);
237
237
  }
238
238
  break;
239
239
  case HighDensityScatterSeries.$$p[11]:
240
- let h = this.xr;
241
- this.xr = this.xs;
242
- this.aah();
240
+ let h = this.xs;
241
+ this.xs = this.xt;
242
+ this.aai();
243
243
  if (h != null) {
244
- h.rangeChanged = delegateRemove(h.rangeChanged, runOn(this, this.z7));
244
+ h.rangeChanged = delegateRemove(h.rangeChanged, runOn(this, this.z8));
245
245
  }
246
- if (this.xr != null) {
247
- let i = this.xr;
248
- i.rangeChanged = delegateCombine(i.rangeChanged, runOn(this, this.z7));
246
+ if (this.xs != null) {
247
+ let i = this.xs;
248
+ i.rangeChanged = delegateCombine(i.rangeChanged, runOn(this, this.z8));
249
249
  }
250
250
  if (c != null) {
251
251
  c.cx(this);
252
252
  }
253
253
  if (d != null) {
254
- d.d3(this);
254
+ d.d4(this);
255
255
  }
256
- if ((this.xs != null && !this.xs.ed()) || (d == null && c != null)) {
257
- this.r8(false);
256
+ if ((this.xt != null && !this.xt.ee()) || (d == null && c != null)) {
257
+ this.r9(false);
258
258
  }
259
259
  break;
260
260
  case "MouseOverEnabled":
261
- this.x3 = this.ge;
262
- this.r8(false);
261
+ this.x4 = this.gf;
262
+ this.r9(false);
263
263
  break;
264
264
  case HighDensityScatterSeries.$$p[10]:
265
265
  if (this.dp != null) {
266
- this.dp.deregisterColumn(this.xx);
267
- this.xx = this.dl(this.zu);
266
+ this.dp.deregisterColumn(this.xy);
267
+ this.xy = this.dl(this.zv);
268
268
  }
269
269
  break;
270
270
  case "XColumn":
271
- this.aah();
272
- if (this.xq != null && !this.xq.ed()) {
273
- this.r8(false);
271
+ this.aai();
272
+ if (this.xr != null && !this.xr.ee()) {
273
+ this.r9(false);
274
274
  }
275
- this.q1();
275
+ this.q2();
276
276
  break;
277
277
  case HighDensityScatterSeries.$$p[14]:
278
278
  if (this.dp != null) {
279
- this.dp.deregisterColumn(this.xz);
280
- this.xz = this.dl(this.z2);
279
+ this.dp.deregisterColumn(this.x0);
280
+ this.x0 = this.dl(this.z3);
281
281
  }
282
282
  break;
283
283
  case "YColumn":
284
- this.aah();
285
- if (this.xs != null && !this.xs.ed()) {
286
- this.r8(false);
284
+ this.aai();
285
+ if (this.xt != null && !this.xt.ee()) {
286
+ this.r9(false);
287
287
  }
288
- this.q1();
288
+ this.q2();
289
289
  break;
290
290
  case HighDensityScatterSeries.$$p[6]:
291
- this.aah();
292
- this.r8(false);
293
- this.q0();
291
+ this.aai();
292
+ this.r9(false);
293
+ this.q1();
294
294
  break;
295
295
  case HighDensityScatterSeries.$$p[3]:
296
- this.r8(false);
297
- this.q0();
296
+ this.r9(false);
297
+ this.q1();
298
298
  break;
299
299
  case HighDensityScatterSeries.$$p[1]:
300
- this.r8(false);
301
- this.q0();
300
+ this.r9(false);
301
+ this.q1();
302
302
  break;
303
303
  case HighDensityScatterSeries.$$p[0]:
304
304
  case HighDensityScatterSeries.$$p[2]:
305
- if (!this.xn.ch(this.aa0, this.aaz)) {
305
+ if (!this.xo.ch(this.aa1, this.aa0)) {
306
306
  return;
307
307
  }
308
- this.aab();
309
- this.r8(false);
310
- this.q0();
308
+ this.aac();
309
+ this.r9(false);
310
+ this.q1();
311
311
  break;
312
312
  case HighDensityScatterSeries.$$p[4]:
313
- this.y8 = Math.max(typeGetValue(d) - 1, 0);
314
- this.x1 = this.y8 > 0;
315
- this.r8(false);
316
- this.q0();
313
+ this.y9 = Math.max(typeGetValue(d) - 1, 0);
314
+ this.x2 = this.y9 > 0;
315
+ this.r9(false);
316
+ this.q1();
317
317
  break;
318
318
  case HighDensityScatterSeries.$$p[5]:
319
- this.r8(false);
320
- this.q0();
319
+ this.r9(false);
320
+ this.q1();
321
321
  break;
322
322
  }
323
323
  }
324
- aab() {
325
- this.yk = this.aa0.l;
326
- this.yn = this.aa0.o;
327
- this.ym = this.aa0.n;
328
- this.yl = this.aa0.m;
329
- this.yg = this.aaz.l;
330
- this.yj = this.aaz.o;
331
- this.yi = this.aaz.n;
332
- this.yh = this.aaz.m;
333
- this.wf = BrushUtil.j(truncate(this.yk), truncate(this.yn), truncate(this.ym), truncate(this.yl));
334
- this.vz = BrushUtil.j(truncate(this.yg), truncate(this.yj), truncate(this.yi), truncate(this.yh));
324
+ aac() {
325
+ this.yl = this.aa1.l;
326
+ this.yo = this.aa1.o;
327
+ this.yn = this.aa1.n;
328
+ this.ym = this.aa1.m;
329
+ this.yh = this.aa0.l;
330
+ this.yk = this.aa0.o;
331
+ this.yj = this.aa0.n;
332
+ this.yi = this.aa0.m;
333
+ this.wg = BrushUtil.j(truncate(this.yl), truncate(this.yo), truncate(this.yn), truncate(this.ym));
334
+ this.v0 = BrushUtil.j(truncate(this.yh), truncate(this.yk), truncate(this.yj), truncate(this.yi));
335
335
  }
336
- x5(a) {
336
+ x6(a) {
337
337
  if (typeCast(NumericYAxis.$, a) !== null) {
338
338
  return true;
339
339
  }
340
340
  return false;
341
341
  }
342
- x4(a) {
342
+ x5(a) {
343
343
  if (typeCast(NumericXAxis.$, a) !== null) {
344
344
  return true;
345
345
  }
346
346
  return false;
347
347
  }
348
- z7(a, b) {
349
- this.aah();
350
- this.r8(false);
348
+ z8(a, b) {
349
+ this.aai();
350
+ this.r9(false);
351
+ }
352
+ get ys() {
353
+ return this.yk - this.yo;
351
354
  }
352
355
  get yr() {
353
356
  return this.yj - this.yn;
@@ -358,51 +361,48 @@ let HighDensityScatterSeries = /*@__PURE__*/ (() => {
358
361
  get yp() {
359
362
  return this.yh - this.yl;
360
363
  }
361
- get yo() {
362
- return this.yg - this.yk;
363
- }
364
- hk(a, b, c) {
365
- let d = super.hk(a, b, c);
366
- 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) {
364
+ hl(a, b, c) {
365
+ let d = super.hl(a, b, c);
366
+ 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) {
367
367
  d = false;
368
368
  }
369
369
  return d;
370
370
  }
371
- get zf() {
372
- return this.y9;
371
+ get zg() {
372
+ return this.za;
373
373
  }
374
- set zf(a) {
375
- let b = this.y9;
376
- this.y9 = a;
377
- this.raisePropertyChanged("ProgressiveStatus", b, this.y9);
374
+ set zg(a) {
375
+ let b = this.za;
376
+ this.za = a;
377
+ this.raisePropertyChanged("ProgressiveStatus", b, this.za);
378
378
  }
379
- r9(a) {
380
- super.r9(a);
381
- this.z9(a, this.cw);
379
+ sa(a) {
380
+ super.sa(a);
381
+ this.aaa(a, this.cw);
382
382
  }
383
- x0() {
383
+ x1() {
384
384
  if (TestRandomness.instance.testRandomnessSource != null) {
385
385
  return TestRandomness.instance.testRandomnessSource;
386
386
  }
387
387
  return new DefaultRandomnessSource(0);
388
388
  }
389
- z9(a, b) {
389
+ aaa(a, b) {
390
390
  if (this.d7(b)) {
391
391
  return;
392
392
  }
393
- if (this.xo == null && !this.x7) {
394
- let c = new List$1(KDPointData.$, 2, this.xx.count);
395
- let d = this.xq;
396
- let e = this.xs;
393
+ if (this.xp == null && !this.x8) {
394
+ let c = new List$1(KDPointData.$, 2, this.xy.count);
395
+ let d = this.xr;
396
+ let e = this.xt;
397
397
  let f = new Rect(0, 0, 0, 1, 1);
398
398
  let g = new Rect(0, 0, 0, 1, 1);
399
399
  let h = new ScalerParams(1, f, g, d.dn);
400
400
  let i = new ScalerParams(1, f, g, e.dn);
401
401
  let j;
402
402
  let k;
403
- for (let l = 0; l < this.xx.count; l++) {
404
- j = d.f6(this.xx.item(l), h);
405
- k = e.f6(this.xz.item(l), i);
403
+ for (let l = 0; l < this.xy.count; l++) {
404
+ j = d.f7(this.xy.item(l), h);
405
+ k = e.f7(this.x0.item(l), i);
406
406
  if (!isNaN_(j) && !isNaN_(k) && !isInfinity(j) && !isInfinity(k)) {
407
407
  c.add(((() => {
408
408
  let $ret = new KDPointData();
@@ -413,54 +413,54 @@ let HighDensityScatterSeries = /*@__PURE__*/ (() => {
413
413
  })()));
414
414
  }
415
415
  }
416
- if (this.x6) {
417
- this.y4 = 1;
418
- this.y5 = truncate(logBase(c.count, 2)) + 3;
419
- this.zf = truncate(((this.y4 / this.y5) * 100));
416
+ if (this.x7) {
417
+ this.y5 = 1;
418
+ this.y6 = truncate(logBase(c.count, 2)) + 3;
419
+ this.zg = truncate(((this.y5 / this.y6) * 100));
420
420
  if (this.progressiveLoadStatusChanged != null) {
421
- this.progressiveLoadStatusChanged(this, new ProgressiveLoadStatusEventArgs(this.zf));
421
+ this.progressiveLoadStatusChanged(this, new ProgressiveLoadStatusEventArgs(this.zg));
422
422
  }
423
- this.xo = KDTree2D.b(c.toArray(), 1, this.x0());
424
- let m = this.xo;
425
- m.progressiveThunkCompleted = delegateCombine(m.progressiveThunkCompleted, runOn(this, this.z4));
426
- if (!this.xo.h(this.j8)) {
427
- let n = this.xo;
428
- n.progressiveThunkCompleted = delegateRemove(n.progressiveThunkCompleted, runOn(this, this.z4));
423
+ this.xp = KDTree2D.b(c.toArray(), 1, this.x1());
424
+ let m = this.xp;
425
+ m.progressiveThunkCompleted = delegateCombine(m.progressiveThunkCompleted, runOn(this, this.z5));
426
+ if (!this.xp.h(this.j9)) {
427
+ let n = this.xp;
428
+ n.progressiveThunkCompleted = delegateRemove(n.progressiveThunkCompleted, runOn(this, this.z5));
429
429
  }
430
- this.q0();
430
+ this.q1();
431
431
  }
432
432
  else {
433
433
  let o = dateNow();
434
- this.xo = new KDTree2D(0, c.toArray(), 1, this.x0());
434
+ this.xp = new KDTree2D(0, c.toArray(), 1, this.x1());
435
435
  let p = dateNow();
436
436
  }
437
437
  }
438
- if (this.x6 && !this.x7) {
439
- this.aaa(b);
438
+ if (this.x7 && !this.x8) {
439
+ this.aab(b);
440
440
  }
441
441
  else {
442
- this.aac(b);
442
+ this.aad(b);
443
443
  }
444
444
  }
445
- po(a, b, c, d) {
446
- super.po(a, b, c, d);
447
- this.aah();
445
+ pp(a, b, c, d) {
446
+ super.pp(a, b, c, d);
447
+ this.aai();
448
448
  let e = false;
449
- if (this.xq != null && !this.xq.ed()) {
449
+ if (this.xr != null && !this.xr.ee()) {
450
450
  e = true;
451
451
  }
452
- if (this.xs != null && !this.xs.ed()) {
452
+ if (this.xt != null && !this.xt.ee()) {
453
453
  e = true;
454
454
  }
455
455
  if (e) {
456
- this.r8(false);
456
+ this.r9(false);
457
457
  }
458
- this.q1();
458
+ this.q2();
459
459
  }
460
- z6(a) {
460
+ z7(a) {
461
461
  let b = a;
462
- let c = this.y7 * this.y6;
463
- if (this.x3) {
462
+ let c = this.y8 * this.y7;
463
+ if (this.x4) {
464
464
  if (this._itemIndexes == null || this._itemIndexes.length != c) {
465
465
  this._itemIndexes = new Array(c);
466
466
  for (let d = 0; d < c; d++) {
@@ -474,7 +474,7 @@ let HighDensityScatterSeries = /*@__PURE__*/ (() => {
474
474
  }
475
475
  }
476
476
  }
477
- aac(a) {
477
+ aad(a) {
478
478
  let b;
479
479
  let c;
480
480
  let d = null;
@@ -486,181 +486,181 @@ let HighDensityScatterSeries = /*@__PURE__*/ (() => {
486
486
  b = e.p1;
487
487
  let f = a;
488
488
  let g = this.getEffectiveViewport1(a);
489
- this.xt = new ScalerParams(0, b, c, this.xp.dn, g);
490
- this.xu = new ScalerParams(0, b, c, this.xr.dn, g);
491
- this.z5(a);
489
+ this.xu = new ScalerParams(0, b, c, this.xq.dn, g);
490
+ this.xv = new ScalerParams(0, b, c, this.xs.dn, g);
492
491
  this.z6(a);
493
- let h = this.y7 * this.y6;
494
- if (this.xm == null || this.xm.length != h) {
495
- this.xm = new Array(h);
496
- this.xj = new Array(h);
497
- }
498
- let i = this.xm.length;
499
- let j = this.xm;
500
- let k = this.xj;
492
+ this.z7(a);
493
+ let h = this.y8 * this.y7;
494
+ if (this.xn == null || this.xn.length != h) {
495
+ this.xn = new Array(h);
496
+ this.xk = new Array(h);
497
+ }
498
+ let i = this.xn.length;
499
+ let j = this.xn;
500
+ let k = this.xk;
501
501
  for (let l = 0; l < i; l++) {
502
502
  j[l] = 0;
503
503
  k[l] = 0;
504
504
  }
505
- this.zb = truncate(Math.round(this.ik));
506
- this.xl = f.ce();
507
- let m = this.xl.length;
508
- let n = this.xl;
505
+ this.zc = truncate(Math.round(this.il));
506
+ this.xm = f.ce();
507
+ let m = this.xm.length;
508
+ let n = this.xm;
509
509
  for (let o = 0; o < m; o++) {
510
510
  n[o] = 0;
511
511
  }
512
- let p = this.y2;
513
- let q = this.y1;
512
+ let p = this.y3;
513
+ let q = this.y2;
514
514
  if (isNaN_(p) || isInfinity(p)) {
515
515
  p = 0;
516
516
  }
517
517
  if (isNaN_(q) || isInfinity(q)) {
518
518
  q = 50;
519
519
  }
520
- this.ye = Math.min(p, q);
521
- this.yd = Math.max(p, q);
520
+ this.yf = Math.min(p, q);
521
+ this.ye = Math.max(p, q);
522
+ if (this.yf < 0) {
523
+ this.yf = 0;
524
+ }
522
525
  if (this.ye < 0) {
523
526
  this.ye = 0;
524
527
  }
525
- if (this.yd < 0) {
526
- this.yd = 0;
527
- }
528
- this.yf = this.yd - this.ye;
529
- if (this.x7) {
530
- this.z8(a);
528
+ this.yg = this.ye - this.yf;
529
+ if (this.x8) {
530
+ this.z9(a);
531
531
  }
532
532
  else {
533
- this.aaj(a);
533
+ this.aak(a);
534
534
  }
535
535
  f.cp();
536
536
  if (a.t) {
537
537
  this._itemIndexes = d;
538
- this.xn.cq();
538
+ this.xo.cq();
539
539
  }
540
540
  }
541
- aaa(a) {
542
- if (this.xo == null) {
541
+ aab(a) {
542
+ if (this.xp == null) {
543
543
  return;
544
544
  }
545
- this.aac(a);
545
+ this.aad(a);
546
546
  }
547
- z4(a, b) {
548
- this.xn.co(() => {
549
- if (this.y4 < this.y5 - 1) {
550
- this.y4++;
547
+ z5(a, b) {
548
+ this.xo.co(() => {
549
+ if (this.y5 < this.y6 - 1) {
550
+ this.y5++;
551
551
  }
552
- this.zf = truncate(((this.y4 / this.y5) * 100));
552
+ this.zg = truncate(((this.y5 / this.y6) * 100));
553
553
  if (this.progressiveLoadStatusChanged != null) {
554
- this.progressiveLoadStatusChanged(this, new ProgressiveLoadStatusEventArgs(this.zf));
554
+ this.progressiveLoadStatusChanged(this, new ProgressiveLoadStatusEventArgs(this.zg));
555
555
  }
556
- this.aaa(this.cw);
557
- this.q0();
558
- if (this.xo != null) {
559
- if (!this.xo.h(this.j8)) {
560
- let c = this.xo;
561
- c.progressiveThunkCompleted = delegateRemove(c.progressiveThunkCompleted, runOn(this, this.z4));
562
- this.zf = 100;
556
+ this.aab(this.cw);
557
+ this.q1();
558
+ if (this.xp != null) {
559
+ if (!this.xp.h(this.j9)) {
560
+ let c = this.xp;
561
+ c.progressiveThunkCompleted = delegateRemove(c.progressiveThunkCompleted, runOn(this, this.z5));
562
+ this.zg = 100;
563
563
  if (this.progressiveLoadStatusChanged != null) {
564
- this.progressiveLoadStatusChanged(this, new ProgressiveLoadStatusEventArgs(this.zf));
564
+ this.progressiveLoadStatusChanged(this, new ProgressiveLoadStatusEventArgs(this.zg));
565
565
  }
566
566
  }
567
567
  }
568
568
  });
569
569
  }
570
- z8(a) {
571
- let b = arrayShallowClone(this.xx.asArray());
572
- this.xq.k1(boxArray$1(b), 0, b.length, this.xt);
573
- let c = arrayShallowClone(this.xz.asArray());
574
- this.za = 0;
575
- let d = this.y8;
576
- let e = this.x1;
577
- let f = this.xm.length;
578
- this.xs.k1(boxArray$1(c), 0, c.length, this.xu);
579
- let g = 255 << 24 | truncate(this.yn) << 16 | truncate(this.ym) << 8 | truncate(this.yl);
570
+ z9(a) {
571
+ let b = arrayShallowClone(this.xy.asArray());
572
+ this.xr.k3(boxArray$1(b), 0, b.length, this.xu);
573
+ let c = arrayShallowClone(this.x0.asArray());
574
+ this.zb = 0;
575
+ let d = this.y9;
576
+ let e = this.x2;
577
+ let f = this.xn.length;
578
+ this.xt.k3(boxArray$1(c), 0, c.length, this.xv);
579
+ let g = 255 << 24 | truncate(this.yo) << 16 | truncate(this.yn) << 8 | truncate(this.ym);
580
580
  for (let h = 0; h < b.length; h++) {
581
581
  let i = truncate(b[h]);
582
582
  let j = truncate(c[h]);
583
583
  i = truncate(Math.floor(i));
584
584
  j = truncate(Math.floor(j));
585
- if (i < 0 || i >= this.y7 || j < 0 || j >= this.y6) {
585
+ if (i < 0 || i >= this.y8 || j < 0 || j >= this.y7) {
586
586
  continue;
587
587
  }
588
588
  if (e) {
589
589
  let k = i - d;
590
590
  let l = i + d;
591
- l = l > (this.y7 - 1) ? (this.y7 - 1) : l;
591
+ l = l > (this.y8 - 1) ? (this.y8 - 1) : l;
592
592
  k = k < 0 ? 0 : k;
593
593
  let m = j + d;
594
594
  let n = j - d;
595
595
  for (let o = k; o <= l; o++) {
596
596
  for (let p = n; p <= m; p++) {
597
- let q = (p * this.y7) + o;
597
+ let q = (p * this.y8) + o;
598
598
  if (q < 0 || q > f - 1) {
599
599
  continue;
600
600
  }
601
- this.xm[q] = this.xm[q] + 1;
602
- this.xj[q] = 1;
603
- this.za++;
604
- if (this.x3) {
601
+ this.xn[q] = this.xn[q] + 1;
602
+ this.xk[q] = 1;
603
+ this.zb++;
604
+ if (this.x4) {
605
605
  this._itemIndexes[q] = h + 1;
606
606
  }
607
607
  }
608
608
  }
609
609
  }
610
610
  else {
611
- let r = (j * this.y7) + i;
612
- this.xm[r] = this.xm[r] + 1;
613
- this.xj[r] = 1;
614
- this.za++;
615
- if (this.x3) {
611
+ let r = (j * this.y8) + i;
612
+ this.xn[r] = this.xn[r] + 1;
613
+ this.xk[r] = 1;
614
+ this.zb++;
615
+ if (this.x4) {
616
616
  this._itemIndexes[r] = h + 1;
617
617
  }
618
618
  }
619
619
  }
620
- this.aad();
620
+ this.aae();
621
621
  }
622
- aaj(a) {
622
+ aak(a) {
623
623
  let b;
624
624
  let c;
625
625
  let d = a.getViewInfo(b, c);
626
626
  b = d.p0;
627
627
  c = d.p1;
628
- if (this.xo == null) {
628
+ if (this.xp == null) {
629
629
  return;
630
630
  }
631
- if (this.x8 == null) {
632
- this.x8 = new List$1(KDTreeNode2D.$, 2, truncate(Math.round(b.width * b.height)));
631
+ if (this.x9 == null) {
632
+ this.x9 = new List$1(KDTreeNode2D.$, 2, truncate(Math.round(b.width * b.height)));
633
633
  }
634
634
  else {
635
- this.x8.clear();
635
+ this.x9.clear();
636
636
  }
637
637
  let e = c.left;
638
638
  let f = c.right;
639
639
  let g = c.top;
640
640
  let h = c.bottom;
641
- this.yy = c.top;
642
- this.yw = c.height;
643
- this.yx = c.left;
644
- this.yz = c.width;
645
- this.yu = b.top;
646
- this.ys = b.height;
647
- this.yt = b.left;
648
- this.yv = b.width;
641
+ this.yz = c.top;
642
+ this.yx = c.height;
643
+ this.yy = c.left;
644
+ this.y0 = c.width;
645
+ this.yv = b.top;
646
+ this.yt = b.height;
647
+ this.yu = b.left;
648
+ this.yw = b.width;
649
649
  let i = this.getEffectiveViewport1(a);
650
- this.ya = (i.left - this.yt) / this.yv;
651
- this.yb = (i.top - this.yu) / this.ys;
652
- let j = (i.right - this.yt) / this.yv;
653
- this.yc = j - this.ya;
654
- let k = (i.bottom - this.yu) / this.ys;
655
- this.x9 = k - this.yb;
656
- if (this.x2) {
657
- e = (e - this.ya) / this.yc;
658
- f = (f - this.ya) / this.yc;
659
- g = (g - this.yb) / this.x9;
660
- h = (h - this.yb) / this.x9;
661
- }
662
- let l = this.ik / b.width * c.width;
663
- let m = this.ik / b.height * c.height;
650
+ this.yb = (i.left - this.yu) / this.yw;
651
+ this.yc = (i.top - this.yv) / this.yt;
652
+ let j = (i.right - this.yu) / this.yw;
653
+ this.yd = j - this.yb;
654
+ let k = (i.bottom - this.yv) / this.yt;
655
+ this.ya = k - this.yc;
656
+ if (this.x3) {
657
+ e = (e - this.yb) / this.yd;
658
+ f = (f - this.yb) / this.yd;
659
+ g = (g - this.yc) / this.ya;
660
+ h = (h - this.yc) / this.ya;
661
+ }
662
+ let l = this.il / b.width * c.width;
663
+ let m = this.il / b.height * c.height;
664
664
  let n = Math.min(l, m);
665
665
  let o = ((() => {
666
666
  let $ret = new SearchArgs();
@@ -673,16 +673,16 @@ let HighDensityScatterSeries = /*@__PURE__*/ (() => {
673
673
  $ret.g = 0x7FFFFFFF;
674
674
  return $ret;
675
675
  })());
676
- this.xo.u(this.x8, o, 0, 1, 0, 1);
676
+ this.xp.u(this.x9, o, 0, 1, 0, 1);
677
677
  let p;
678
- this.za = 0;
679
- for (let q = 0; q < this.x8.count; q++) {
680
- p = this.x8._inner[q];
681
- this.aae(p);
678
+ this.zb = 0;
679
+ for (let q = 0; q < this.x9.count; q++) {
680
+ p = this.x9._inner[q];
681
+ this.aaf(p);
682
682
  }
683
- this.aad();
683
+ this.aae();
684
684
  }
685
- aae(a) {
685
+ aaf(a) {
686
686
  if (a.g) {
687
687
  return;
688
688
  }
@@ -694,28 +694,28 @@ let HighDensityScatterSeries = /*@__PURE__*/ (() => {
694
694
  else {
695
695
  d = 1;
696
696
  }
697
- this.aag(a.b, d, b, a.e);
697
+ this.aah(a.b, d, b, a.e);
698
698
  if (c > 0 && !b) {
699
699
  let e;
700
700
  for (let f = 0; f < c; f++) {
701
701
  e = a.a[f];
702
- this.aag(e, d, false, a.e);
702
+ this.aah(e, d, false, a.e);
703
703
  }
704
704
  }
705
705
  if (a.e != null) {
706
706
  a.e.a = false;
707
707
  }
708
708
  }
709
- gj(a) {
709
+ gk(a) {
710
710
  let b = this.dc != null ? this.dc.yr : Rect.empty;
711
711
  let c = this.dc != null ? this.dc.y9 : Rect.empty;
712
712
  let d = new Rect(0, 0, 0, 1, 1);
713
- let e = this.w6(this.cw);
714
- let f = new ScalerParams(0, d, d, this.xq.dn, e);
715
- let g = new ScalerParams(0, d, d, this.xs.dn, e);
713
+ let e = this.w7(this.cw);
714
+ let f = new ScalerParams(0, d, d, this.xr.dn, e);
715
+ let g = new ScalerParams(0, d, d, this.xt.dn, e);
716
716
  let h = !b.isEmpty && !c.isEmpty && this.dp != null ? this.dp.indexOf(a) : -1;
717
- let i = this.xq != null && this.xx != null && h < this.xx.count ? this.xq.f6(this.xx.item(h), f) : NaN;
718
- let j = this.xs != null && this.xz != null && h < this.xz.count ? this.xs.f6(this.xz.item(h), g) : NaN;
717
+ let i = this.xr != null && this.xy != null && h < this.xy.count ? this.xr.f7(this.xy.item(h), f) : NaN;
718
+ let j = this.xt != null && this.x0 != null && h < this.x0.count ? this.xt.f7(this.x0.item(h), g) : NaN;
719
719
  if (!isNaN_(i)) {
720
720
  if (i < b.left + 0.1 * b.width) {
721
721
  i = i + 0.4 * b.width;
@@ -741,30 +741,30 @@ let HighDensityScatterSeries = /*@__PURE__*/ (() => {
741
741
  }
742
742
  return h >= 0;
743
743
  }
744
- aag(a, b, c, d) {
745
- let e = this.zd(b);
744
+ aah(a, b, c, d) {
745
+ let e = this.ze(b);
746
746
  let f = a.c;
747
- let g = this.y8;
747
+ let g = this.y9;
748
748
  if (c) {
749
749
  let h = d.d;
750
750
  let i = d.b;
751
751
  let j = d.e;
752
752
  let k = d.c;
753
- if (this.x2) {
754
- h = this.ya + this.yc * h;
755
- i = this.ya + this.yc * i;
756
- j = this.yb + this.x9 * j;
757
- k = this.yb + this.x9 * k;
753
+ if (this.x3) {
754
+ h = this.yb + this.yd * h;
755
+ i = this.yb + this.yd * i;
756
+ j = this.yc + this.ya * j;
757
+ k = this.yc + this.ya * k;
758
758
  }
759
- let l = truncate((this.yt + this.yv * (h - this.yx) / this.yz));
760
- let m = truncate((this.yt + this.yv * (i - this.yx) / this.yz));
761
- let n = truncate((this.yu + this.ys * (j - this.yy) / this.yw));
762
- let o = truncate((this.yu + this.ys * (k - this.yy) / this.yw));
759
+ let l = truncate((this.yu + this.yw * (h - this.yy) / this.y0));
760
+ let m = truncate((this.yu + this.yw * (i - this.yy) / this.y0));
761
+ let n = truncate((this.yv + this.yt * (j - this.yz) / this.yx));
762
+ let o = truncate((this.yv + this.yt * (k - this.yz) / this.yx));
763
763
  l = truncate(Math.floor(l));
764
764
  m = truncate(Math.floor(m));
765
765
  n = truncate(Math.floor(n));
766
766
  o = truncate(Math.floor(o));
767
- if (this.x1) {
767
+ if (this.x2) {
768
768
  l -= g;
769
769
  m += g;
770
770
  n -= g;
@@ -775,22 +775,22 @@ let HighDensityScatterSeries = /*@__PURE__*/ (() => {
775
775
  let r = q;
776
776
  for (let s = l; s <= m; s++) {
777
777
  for (let t = n; t <= o; t++) {
778
- this.aaf(f, s, t, q, r);
778
+ this.aag(f, s, t, q, r);
779
779
  }
780
780
  }
781
781
  }
782
782
  else {
783
783
  let u = a.a;
784
784
  let v = a.b;
785
- if (this.x2) {
786
- u = this.ya + this.yc * u;
787
- v = this.yb + this.x9 * v;
785
+ if (this.x3) {
786
+ u = this.yb + this.yd * u;
787
+ v = this.yc + this.ya * v;
788
788
  }
789
- let w = truncate((this.yt + this.yv * (u - this.yx) / this.yz));
790
- let x = truncate((this.yu + this.ys * (v - this.yy) / this.yw));
789
+ let w = truncate((this.yu + this.yw * (u - this.yy) / this.y0));
790
+ let x = truncate((this.yv + this.yt * (v - this.yz) / this.yx));
791
791
  w = truncate(Math.floor(w));
792
792
  x = truncate(Math.floor(x));
793
- if (this.x1) {
793
+ if (this.x2) {
794
794
  let y = w - g;
795
795
  let z = w + g;
796
796
  let aa = x + g;
@@ -800,46 +800,46 @@ let HighDensityScatterSeries = /*@__PURE__*/ (() => {
800
800
  let ae = ad;
801
801
  for (let af = y; af <= z; af++) {
802
802
  for (let ag = ab; ag <= aa; ag++) {
803
- this.aaf(f, af, ag, ad, ae);
803
+ this.aag(f, af, ag, ad, ae);
804
804
  }
805
805
  }
806
806
  }
807
807
  else {
808
- this.aaf(f, w, x, b, 1);
808
+ this.aag(f, w, x, b, 1);
809
809
  }
810
810
  }
811
811
  }
812
- zc(a, b) {
813
- 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)));
812
+ zd(a, b) {
813
+ 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)));
814
814
  }
815
- zd(a) {
816
- 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)));
815
+ ze(a) {
816
+ 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)));
817
817
  }
818
- y0(a) {
818
+ y1(a) {
819
819
  return (a >> 24 & 255) / 255;
820
820
  }
821
- aaf(a, b, c, d, e) {
822
- if (b < 0 || b >= this.y7 || c < 0 || c >= this.y6) {
821
+ aag(a, b, c, d, e) {
822
+ if (b < 0 || b >= this.y8 || c < 0 || c >= this.y7) {
823
823
  return;
824
824
  }
825
- let f = (c * this.y7) + b;
826
- this.xm[f] = this.xm[f] + d;
827
- this.xj[f] = this.xj[f] + e;
828
- if (this.x3) {
825
+ let f = (c * this.y8) + b;
826
+ this.xn[f] = this.xn[f] + d;
827
+ this.xk[f] = this.xk[f] + e;
828
+ if (this.x4) {
829
829
  this._itemIndexes[f] = a + 1;
830
830
  }
831
- this.za += truncate(d);
831
+ this.zb += truncate(d);
832
832
  }
833
- aad() {
833
+ aae() {
834
834
  let a = 0;
835
835
  let b = 0;
836
- let c = this.yf;
837
- let d = this.ye;
838
- let e = this.yd;
839
- let f = this.xm.length;
840
- let g = this.xm;
841
- let h = this.xj;
842
- let i = this.xl;
836
+ let c = this.yg;
837
+ let d = this.yf;
838
+ let e = this.ye;
839
+ let f = this.xn.length;
840
+ let g = this.xn;
841
+ let h = this.xk;
842
+ let i = this.xm;
843
843
  let j = NaN;
844
844
  let k = NaN;
845
845
  let l = 0;
@@ -864,7 +864,7 @@ let HighDensityScatterSeries = /*@__PURE__*/ (() => {
864
864
  b = 0.2;
865
865
  }
866
866
  if (j != a || k != b) {
867
- l = this.zc(a, b);
867
+ l = this.zd(a, b);
868
868
  j = a;
869
869
  k = b;
870
870
  }
@@ -876,46 +876,46 @@ let HighDensityScatterSeries = /*@__PURE__*/ (() => {
876
876
  m += 4;
877
877
  }
878
878
  }
879
- z5(a) {
879
+ z6(a) {
880
880
  let b = a;
881
881
  b.cm();
882
882
  }
883
883
  ct() {
884
884
  return new HighDensityScatterSeriesView(this);
885
885
  }
886
- rh(a) {
887
- super.rh(a);
888
- this.xn = a;
886
+ ri(a) {
887
+ super.ri(a);
888
+ this.xo = a;
889
889
  }
890
890
  ay(a) {
891
- if (a != null && a == this.xq && this.xx != null) {
892
- return new AxisRange(this.xx.minimum, this.xx.maximum);
891
+ if (a != null && a == this.xr && this.xy != null) {
892
+ return new AxisRange(this.xy.minimum, this.xy.maximum);
893
893
  }
894
- if (a != null && a == this.xs && this.xz != null) {
895
- return new AxisRange(this.xz.minimum, this.xz.maximum);
894
+ if (a != null && a == this.xt && this.x0 != null) {
895
+ return new AxisRange(this.x0.minimum, this.x0.maximum);
896
896
  }
897
897
  return null;
898
898
  }
899
- s8(a, b) {
899
+ s9(a, b) {
900
900
  if (this.dc != null) {
901
901
  let c = this.getEffectiveViewport1(this.cw);
902
- this.x2 = !c.isEmpty;
902
+ this.x3 = !c.isEmpty;
903
903
  }
904
- this.r8(false);
904
+ this.r9(false);
905
905
  }
906
- s9(a, b) {
907
- this.r8(false);
906
+ ta(a, b) {
907
+ this.r9(false);
908
908
  }
909
- kw(a) {
910
- if (!this.x3 || this._itemIndexes == null || this.dc == null || this.dp == null || this._itemIndexes.length != (this.y7 * this.y6)) {
909
+ kx(a) {
910
+ if (!this.x4 || this._itemIndexes == null || this.dc == null || this.dp == null || this._itemIndexes.length != (this.y8 * this.y7)) {
911
911
  return null;
912
912
  }
913
913
  let b = this.dc.yr;
914
914
  let c = (a.x - b.left) / b.width;
915
915
  let d = (a.y - b.top) / b.height;
916
- let e = truncate(Math.round(this.xd.left + (this.xd.width * c)));
917
- let f = truncate(Math.round(this.xd.top + (this.xd.height * d)));
918
- let g = this.zg(e, f);
916
+ let e = truncate(Math.round(this.xe.left + (this.xe.width * c)));
917
+ let f = truncate(Math.round(this.xe.top + (this.xe.height * d)));
918
+ let g = this.zh(e, f);
919
919
  if (g < 0 || g > this._itemIndexes.length - 1) {
920
920
  return null;
921
921
  }
@@ -925,68 +925,68 @@ let HighDensityScatterSeries = /*@__PURE__*/ (() => {
925
925
  }
926
926
  return this.dp.item(h);
927
927
  }
928
- zg(a, b) {
929
- let c = (this.y7 * b) + a;
928
+ zh(a, b) {
929
+ let c = (this.y8 * b) + a;
930
930
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
931
931
  return c;
932
932
  }
933
933
  let d = 1;
934
- c = (this.y7 * (b - d)) + a;
934
+ c = (this.y8 * (b - d)) + a;
935
935
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
936
936
  return c;
937
937
  }
938
- c = (this.y7 * (b + d)) + a;
938
+ c = (this.y8 * (b + d)) + a;
939
939
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
940
940
  return c;
941
941
  }
942
- c = (this.y7 * (b)) + a - 1;
942
+ c = (this.y8 * (b)) + a - 1;
943
943
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
944
944
  return c;
945
945
  }
946
- c = (this.y7 * (b)) + a + 1;
946
+ c = (this.y8 * (b)) + a + 1;
947
947
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
948
948
  return c;
949
949
  }
950
- c = (this.y7 * (b - d)) + a - 1;
950
+ c = (this.y8 * (b - d)) + a - 1;
951
951
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
952
952
  return c;
953
953
  }
954
- c = (this.y7 * (b + d)) + a + 1;
954
+ c = (this.y8 * (b + d)) + a + 1;
955
955
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
956
956
  return c;
957
957
  }
958
- c = (this.y7 * (b - d)) + a + 1;
958
+ c = (this.y8 * (b - d)) + a + 1;
959
959
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
960
960
  return c;
961
961
  }
962
- c = (this.y7 * (b + d)) + a - 1;
962
+ c = (this.y8 * (b + d)) + a - 1;
963
963
  if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
964
964
  return c;
965
965
  }
966
966
  return 0;
967
967
  }
968
- aai(a, b, c) {
969
- this.xl = a;
970
- this.y7 = b;
971
- this.y6 = c;
968
+ aaj(a, b, c) {
969
+ this.xm = a;
970
+ this.y8 = b;
971
+ this.y7 = c;
972
972
  }
973
- get_hd() {
973
+ get_he() {
974
974
  return true;
975
975
  }
976
- set_hd(a) {
977
- super.set_hd(a);
976
+ set_he(a) {
977
+ super.set_he(a);
978
978
  }
979
- pi(a, b) {
980
- super.pi(a, b);
981
- this.xn.cn();
979
+ pj(a, b) {
980
+ super.pj(a, b);
981
+ this.xo.cn();
982
982
  if (this.cv != null) {
983
983
  this.cv.cn();
984
984
  }
985
- this.q0();
985
+ this.q1();
986
986
  }
987
- sa(a, b) {
988
- super.sa(a, b);
989
- if (!this.g6) {
987
+ sb(a, b) {
988
+ super.sb(a, b);
989
+ if (!this.g7) {
990
990
  this.cw.be(b);
991
991
  return;
992
992
  }
@@ -996,30 +996,30 @@ let HighDensityScatterSeries = /*@__PURE__*/ (() => {
996
996
  }
997
997
  let c = typeCast(HighDensityScatterSeriesView.$, this.cv);
998
998
  let d = new ScatterFrame();
999
- this.z9(false, c);
1000
- this.g6 = false;
999
+ this.aaa(false, c);
1000
+ this.g7 = false;
1001
1001
  }
1002
- r7(a, b, c, d, e) {
1003
- super.r7(a, b, c, d, e);
1002
+ r8(a, b, c, d, e) {
1003
+ super.r8(a, b, c, d, e);
1004
1004
  let f = this.ba.a$k.item(d);
1005
1005
  let g = f;
1006
1006
  f.bd(c);
1007
1007
  if (this.d7(g)) {
1008
1008
  return;
1009
1009
  }
1010
- if (this.xv == null) {
1011
- this.xv = new ScatterFrame();
1010
+ if (this.xw == null) {
1011
+ this.xw = new ScatterFrame();
1012
1012
  }
1013
- this.z9(false, f);
1013
+ this.aaa(false, f);
1014
1014
  }
1015
- pf() {
1016
- super.pf();
1017
- this.xq = null;
1018
- this.xs = null;
1015
+ pg() {
1016
+ super.pg();
1017
+ this.xr = null;
1018
+ this.xt = null;
1019
1019
  }
1020
1020
  }
1021
1021
  HighDensityScatterSeries.$t = /*@__PURE__*/ markType(HighDensityScatterSeries, 'HighDensityScatterSeries', Series.$);
1022
- HighDensityScatterSeries.$$p = /*@__PURE__*/ 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]]);
1022
+ HighDensityScatterSeries.$$p = /*@__PURE__*/ 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]]);
1023
1023
  return HighDensityScatterSeries;
1024
1024
  })();
1025
1025
  export { HighDensityScatterSeries };
@@ -1039,19 +1039,19 @@ let HighDensityScatterSeriesView = /*@__PURE__*/ (() => {
1039
1039
  a4() {
1040
1040
  super.a4();
1041
1041
  if (!this.t) {
1042
- this.cf.aa0 = Defaults.bf;
1043
- this.cf.aaz = Defaults.be;
1044
- this.cf.vz = Defaults.ba;
1045
- this.cf.wf = Defaults.a9;
1042
+ this.cf.aa1 = Defaults.bf;
1043
+ this.cf.aa0 = Defaults.be;
1044
+ this.cf.v0 = Defaults.ba;
1045
+ this.cf.wg = Defaults.a9;
1046
1046
  }
1047
1047
  }
1048
1048
  cq() {
1049
- this.cf.aai(this.cd, this.cl, this.ck);
1049
+ this.cf.aaj(this.cd, this.cl, this.ck);
1050
1050
  }
1051
1051
  cm() {
1052
1052
  if (this.ci == null) {
1053
- this.ci = this.f.j8.createElement("canvas");
1054
- let a = this.f.j8.get2DCanvasContext(this.ci);
1053
+ this.ci = this.f.j9.createElement("canvas");
1054
+ let a = this.f.j9.get2DCanvasContext(this.ci);
1055
1055
  this.cg = new RenderingContext(new CanvasViewRenderer(), a);
1056
1056
  }
1057
1057
  let b;
@@ -1076,7 +1076,7 @@ let HighDensityScatterSeriesView = /*@__PURE__*/ (() => {
1076
1076
  let imageDataArray_ = this.cj.data;
1077
1077
  this.cd = imageDataArray_;
1078
1078
  }
1079
- this.cf.aai(this.cd, this.cl, this.ck);
1079
+ this.cf.aaj(this.cd, this.cl, this.ck);
1080
1080
  }
1081
1081
  ce() {
1082
1082
  return this.cd;
@@ -1090,8 +1090,8 @@ let HighDensityScatterSeriesView = /*@__PURE__*/ (() => {
1090
1090
  this.a2();
1091
1091
  }
1092
1092
  co(a) {
1093
- if (this.f.j8 != null) {
1094
- this.f.j8.setTimeout(a, 0);
1093
+ if (this.f.j9 != null) {
1094
+ this.f.j9.setTimeout(a, 0);
1095
1095
  }
1096
1096
  else {
1097
1097
  window.setTimeout(a, 0);
@@ -1100,7 +1100,7 @@ let HighDensityScatterSeriesView = /*@__PURE__*/ (() => {
1100
1100
  bj(a, b) {
1101
1101
  super.bj(a, b);
1102
1102
  if (b) {
1103
- if (!this.cf.ge) {
1103
+ if (!this.cf.gf) {
1104
1104
  return;
1105
1105
  }
1106
1106
  let c = new Rectangle();