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
@@ -56,9 +56,9 @@ let PolarBase = /*@__PURE__*/ (() => {
56
56
  ct() {
57
57
  return new PolarBaseView(this);
58
58
  }
59
- rh(a) {
60
- super.rh(a);
61
- this.zi = a;
59
+ ri(a) {
60
+ super.ri(a);
61
+ this.zj = a;
62
62
  }
63
63
  b3() {
64
64
  if (this.b4 == 0) {
@@ -70,39 +70,39 @@ let PolarBase = /*@__PURE__*/ (() => {
70
70
  return super.b3();
71
71
  }
72
72
  }
73
- xa(a) {
74
- if (!this.hasMarkers || !this.x1()) {
73
+ xb(a) {
74
+ if (!this.hasMarkers || !this.x2()) {
75
75
  return Rect.empty;
76
76
  }
77
- let b = this.xr.ce(this.wr(a));
77
+ let b = this.xs.ce(this.ws(a));
78
78
  if (b != null) {
79
- return this.xr.c7(b);
79
+ return this.xs.c7(b);
80
80
  }
81
81
  return Rect.empty;
82
82
  }
83
- g2(a, b) {
84
- if (this.x2(a, b)) {
83
+ g3(a, b) {
84
+ if (this.x3(a, b)) {
85
85
  return true;
86
86
  }
87
87
  return false;
88
88
  }
89
- pf() {
90
- super.pf();
91
- this.ze = null;
89
+ pg() {
90
+ super.pg();
92
91
  this.zf = null;
92
+ this.zg = null;
93
93
  }
94
- get_fs() {
94
+ get_ft() {
95
95
  return true;
96
96
  }
97
- w1(a) {
98
- let b = this.ze;
99
- let c = this.zf;
97
+ w2(a) {
98
+ let b = this.zf;
99
+ let c = this.zg;
100
100
  if (b == null || c == null || this.dc == null) {
101
101
  return { $type: Point_$type, x: NaN, y: NaN };
102
102
  }
103
103
  let d = NaN;
104
104
  let e = NaN;
105
- let f = this.zg.f(a.x, a.y, this.dc.yr, this.dc.y9, this.getEffectiveViewport(), d, e);
105
+ let f = this.zh.f(a.x, a.y, this.dc.yr, this.dc.y9, this.getEffectiveViewport(), d, e);
106
106
  d = f.p5;
107
107
  e = f.p6;
108
108
  return { $type: Point_$type, x: d, y: e };
@@ -111,33 +111,33 @@ let PolarBase = /*@__PURE__*/ (() => {
111
111
  if (!this.hasMarkers) {
112
112
  return false;
113
113
  }
114
- let f = this.ze;
115
- let g = new ScalerParams(1, this.dc.yr, this.xd, f.dn);
114
+ let f = this.zf;
115
+ let g = new ScalerParams(1, this.dc.yr, this.xe, f.dn);
116
116
  g.c = this.getEffectiveViewport1(this.cw);
117
- let h = this.zf;
118
- let i = new ScalerParams(1, this.dc.yr, this.xd, h.dn);
117
+ let h = this.zg;
118
+ let i = new ScalerParams(1, this.dc.yr, this.xe, h.dn);
119
119
  i.c = this.getEffectiveViewport1(this.cw);
120
120
  a.clear();
121
- this.xr.cw((j) => {
121
+ this.xs.cw((j) => {
122
122
  if (j._visibility == 0) {
123
123
  let k = new SeriesPointOfInterest();
124
124
  let l = j.n;
125
125
  let m = j.o;
126
- if (!e && (l < this.xd.left || l > this.xd.right || m < this.xd.top || m > this.xd.bottom)) {
126
+ if (!e && (l < this.xe.left || l > this.xe.right || m < this.xe.top || m > this.xe.bottom)) {
127
127
  return;
128
128
  }
129
129
  let n;
130
130
  let o;
131
- let p = this.zg.f(l, m, this.cw.ca, this.cw.b9, this.cw.getEffectiveViewport(), n, o);
131
+ let p = this.zh.f(l, m, this.cw.ca, this.cw.b9, this.cw.getEffectiveViewport(), n, o);
132
132
  n = p.p5;
133
133
  o = p.p6;
134
134
  k.d = n;
135
135
  k.e = o;
136
136
  k.b = j.content;
137
- k.g = this.v0;
137
+ k.g = this.v1;
138
138
  k.c = j.ak;
139
- if (this.hf) {
140
- k.g = this.v7(j.ak);
139
+ if (this.hg) {
140
+ k.g = this.v8(j.ak);
141
141
  }
142
142
  a.add(k);
143
143
  }
@@ -146,54 +146,54 @@ let PolarBase = /*@__PURE__*/ (() => {
146
146
  }
147
147
  constructor() {
148
148
  super();
149
- this.zj = null;
150
- this.za = null;
151
- this.zh = null;
149
+ this.zk = null;
150
+ this.zb = null;
151
+ this.zi = null;
152
+ this.ac1 = null;
152
153
  this.ac0 = null;
153
154
  this.acz = null;
154
- this.acy = null;
155
- this.zv = null;
156
- this.z2 = null;
155
+ this.zw = null;
157
156
  this.z3 = null;
158
- this.zn = new PolarFrame();
159
- this.zp = new PolarFrame();
160
- this.zl = new PolarFrame();
161
- this.zg = null;
162
- this.aal = null;
163
- this.zr = 1;
157
+ this.z4 = null;
158
+ this.zo = new PolarFrame();
159
+ this.zq = new PolarFrame();
160
+ this.zm = new PolarFrame();
161
+ this.zh = null;
162
+ this.aam = null;
163
+ this.zs = 1;
164
+ this.z8 = false;
164
165
  this.z7 = false;
165
- this.z6 = false;
166
- this.z0 = null;
167
166
  this.z1 = null;
167
+ this.z2 = null;
168
168
  this.assigningPolarStyle = null;
169
169
  this.assigningPolarMarkerStyle = null;
170
- this.zq = null;
171
- this.zo = null;
172
- this.zk = null;
173
- this.zq = new PolarSeriesRenderManager();
174
- this.zs = this.zt();
175
- this.zo = new PolarFrame();
176
- this.zp.ab = runOn(this, this.acx);
177
- this.zn.ab = runOn(this, this.acx);
178
- this.zl.ab = runOn(this, this.acx);
179
- this.zv = new SeriesRenderer$2(PolarFrame.$, PolarBaseView.$, 0, runOn(this, this.aby), runOn(this, this.ab2), runOn(this, this.d4), runOn(this, this.sp), runOn(this, this.abr));
170
+ this.zr = null;
171
+ this.zp = null;
172
+ this.zl = null;
173
+ this.zr = new PolarSeriesRenderManager();
174
+ this.zt = this.zu();
175
+ this.zp = new PolarFrame();
176
+ this.zq.ab = runOn(this, this.acy);
177
+ this.zo.ab = runOn(this, this.acy);
178
+ this.zm.ab = runOn(this, this.acy);
179
+ this.zw = new SeriesRenderer$2(PolarFrame.$, PolarBaseView.$, 0, runOn(this, this.abz), runOn(this, this.ab3), runOn(this, this.d4), runOn(this, this.sq), runOn(this, this.abs));
180
180
  }
181
- abr() {
181
+ abs() {
182
182
  if (this.dd.g) {
183
183
  this.dd.t();
184
184
  }
185
185
  }
186
- abt() {
187
- this.zg.e(this.zj.aa, this.z4, this.z5, this.ac0, this.acz, this.acy, (a, b) => Math.cos(b), (a, b) => Math.sin(b), true);
186
+ abu() {
187
+ this.zh.e(this.zk.aa, this.z5, this.z6, this.ac1, this.ac0, this.acz, (a, b) => Math.cos(b), (a, b) => Math.sin(b), true);
188
188
  }
189
- gh() {
190
- return this.highlightedItemsSource != null || (this.aa9 != null && this.aa7 != null);
189
+ gi() {
190
+ return this.highlightedItemsSource != null || (this.aba != null && this.aa8 != null);
191
191
  }
192
- aaj() {
192
+ aak() {
193
193
  return false;
194
194
  }
195
- hz() {
196
- let a = super.hz();
195
+ h0() {
196
+ let a = super.h0();
197
197
  {
198
198
  let b = ((() => {
199
199
  let $ret = new SeriesLayerPropertyOverlay();
@@ -203,7 +203,7 @@ let PolarBase = /*@__PURE__*/ (() => {
203
203
  $ret.q = true;
204
204
  return $ret;
205
205
  })());
206
- b.valueResolving = delegateCombine(b.valueResolving, runOn(this, this.abu));
206
+ b.valueResolving = delegateCombine(b.valueResolving, runOn(this, this.abv));
207
207
  a.add(b);
208
208
  }
209
209
  {
@@ -215,10 +215,10 @@ let PolarBase = /*@__PURE__*/ (() => {
215
215
  $ret.q = true;
216
216
  return $ret;
217
217
  })());
218
- c.valueResolving = delegateCombine(c.valueResolving, runOn(this, this.abv));
218
+ c.valueResolving = delegateCombine(c.valueResolving, runOn(this, this.abw));
219
219
  a.add(c);
220
220
  }
221
- if (this.aaj()) {
221
+ if (this.aak()) {
222
222
  let d = ((() => {
223
223
  let $ret = new SeriesLayerPropertyOverlay();
224
224
  $ret.r = true;
@@ -235,7 +235,7 @@ let PolarBase = /*@__PURE__*/ (() => {
235
235
  })());
236
236
  a.add(d);
237
237
  }
238
- if (!this.aaj()) {
238
+ if (!this.aak()) {
239
239
  let e = ((() => {
240
240
  let $ret = new SeriesLayerPropertyOverlay();
241
241
  $ret.r = true;
@@ -245,10 +245,10 @@ let PolarBase = /*@__PURE__*/ (() => {
245
245
  $ret.q = true;
246
246
  return $ret;
247
247
  })());
248
- e.valueResolving = delegateCombine(e.valueResolving, runOn(this, this.si));
248
+ e.valueResolving = delegateCombine(e.valueResolving, runOn(this, this.sj));
249
249
  a.add(e);
250
250
  }
251
- if (!this.aaj()) {
251
+ if (!this.aak()) {
252
252
  let f = ((() => {
253
253
  let $ret = new SeriesLayerPropertyOverlay();
254
254
  $ret.r = true;
@@ -258,34 +258,24 @@ let PolarBase = /*@__PURE__*/ (() => {
258
258
  $ret.q = true;
259
259
  return $ret;
260
260
  })());
261
- f.valueResolving = delegateCombine(f.valueResolving, runOn(this, this.si));
261
+ f.valueResolving = delegateCombine(f.valueResolving, runOn(this, this.sj));
262
262
  a.add(f);
263
263
  }
264
264
  return a;
265
265
  }
266
- abv(a, b) {
267
- if (this.aa9 != null) {
268
- b.value = this.aa9;
266
+ abw(a, b) {
267
+ if (this.aba != null) {
268
+ b.value = this.aba;
269
269
  return;
270
270
  }
271
- b.value = this.abm;
271
+ b.value = this.abn;
272
272
  }
273
- abu(a, b) {
274
- if (this.aa7 != null) {
275
- b.value = this.aa7;
273
+ abv(a, b) {
274
+ if (this.aa8 != null) {
275
+ b.value = this.aa8;
276
276
  return;
277
277
  }
278
- b.value = this.aa4;
279
- }
280
- get z4() {
281
- return this.z2;
282
- }
283
- set z4(a) {
284
- if (this.z2 != a) {
285
- let b = this.z4;
286
- this.z2 = a;
287
- this.raisePropertyChanged("AngleColumn", b, this.z4);
288
- }
278
+ b.value = this.aa5;
289
279
  }
290
280
  get z5() {
291
281
  return this.z3;
@@ -294,118 +284,128 @@ let PolarBase = /*@__PURE__*/ (() => {
294
284
  if (this.z3 != a) {
295
285
  let b = this.z5;
296
286
  this.z3 = a;
297
- this.raisePropertyChanged("RadiusColumn", b, this.z5);
287
+ this.raisePropertyChanged("AngleColumn", b, this.z5);
298
288
  }
299
289
  }
300
- get acs() {
301
- return this.c(PolarBase.ab3);
290
+ get z6() {
291
+ return this.z4;
302
292
  }
303
- set acs(a) {
304
- this.h(PolarBase.ab3, a);
293
+ set z6(a) {
294
+ if (this.z4 != a) {
295
+ let b = this.z6;
296
+ this.z4 = a;
297
+ this.raisePropertyChanged("RadiusColumn", b, this.z6);
298
+ }
299
+ }
300
+ get act() {
301
+ return this.c(PolarBase.ab4);
302
+ }
303
+ set act(a) {
304
+ this.h(PolarBase.ab4, a);
305
305
  }
306
- zm() {
307
- let a = this.zl;
306
+ zn() {
307
+ let a = this.zm;
308
308
  if (this.d4()) {
309
309
  if (this.dd.g) {
310
310
  this.dd.t();
311
311
  }
312
- a = this.zp;
312
+ a = this.zq;
313
313
  }
314
314
  return a;
315
315
  }
316
- qp() {
317
- super.qp();
318
- if (this.zf != null) {
319
- this.zf.ly(false);
316
+ qq() {
317
+ super.qq();
318
+ if (this.zg != null) {
319
+ this.zg.l0(false);
320
320
  }
321
- if (this.ze != null) {
322
- this.ze.ly(false);
321
+ if (this.zf != null) {
322
+ this.zf.l0(false);
323
323
  }
324
324
  }
325
- po(a, b, c, d) {
325
+ pp(a, b, c, d) {
326
326
  let e = false;
327
- this.zi.dd.g$i(a, b, c, d);
328
- if (this.zi.aa.count > 0) {
329
- for (let f of fromEnum(this.zi.aa)) {
327
+ this.zj.dd.g$i(a, b, c, d);
328
+ if (this.zj.aa.count > 0) {
329
+ for (let f of fromEnum(this.zj.aa)) {
330
330
  f.g$i(a, b, c, d);
331
331
  }
332
332
  }
333
- if (this.ze != null && !this.ze.ed()) {
333
+ if (this.zf != null && !this.zf.ee()) {
334
334
  e = true;
335
335
  }
336
- if (this.zf != null && !this.zf.ed()) {
336
+ if (this.zg != null && !this.zg.ee()) {
337
337
  e = true;
338
338
  }
339
339
  if (e) {
340
- this.r8(true);
340
+ this.r9(true);
341
341
  }
342
342
  }
343
- s8(a, b) {
344
- this.r8(false);
345
- }
346
343
  s9(a, b) {
347
- this.r8(false);
344
+ this.r9(false);
345
+ }
346
+ ta(a, b) {
347
+ this.r9(false);
348
348
  }
349
- hk(a, b, c) {
349
+ hl(a, b, c) {
350
350
  let d = true;
351
- if (!super.hk(a, b, c) || !c.r() || b.isEmpty || a.isEmpty || this.ze == null || this.zf == null || this.z4 == null || this.z5 == null || this.z4.count == 0 || this.z5.count == 0 || this.dp == null || this.dp.count != this.z4.count || this.dp.count != this.z5.count || this.zg == null || this.ze.b7 == null || this.zf.b7 == null || this.ze.qw == this.ze.qv || this.zf.qw == this.zf.qv) {
351
+ if (!super.hl(a, b, c) || !c.r() || b.isEmpty || a.isEmpty || this.zf == null || this.zg == null || this.z5 == null || this.z6 == null || this.z5.count == 0 || this.z6.count == 0 || this.dp == null || this.dp.count != this.z5.count || this.dp.count != this.z6.count || this.zh == null || this.zf.b7 == null || this.zg.b7 == null || this.zf.qy == this.zf.qx || this.zg.qy == this.zg.qx) {
352
352
  d = false;
353
353
  }
354
354
  return d;
355
355
  }
356
- r9(a) {
357
- super.r9(a);
356
+ sa(a) {
357
+ super.sa(a);
358
358
  let b;
359
359
  let c;
360
360
  let d = this.getViewInfo(c, b);
361
361
  c = d.p0;
362
362
  b = d.p1;
363
- if (!this.hk(c, b, this.cw)) {
364
- this.pi(true, this.cw);
363
+ if (!this.hl(c, b, this.cw)) {
364
+ this.pj(true, this.cw);
365
365
  return;
366
366
  }
367
- this.ac0 = b;
368
- this.acz = c;
369
- this.acy = this.cw.getEffectiveViewport();
370
- this.zh = new PolarAxisInfoCache(this.ze, this.zf, this.dp);
371
- let e = new SeriesRenderingArguments(this, c, b, a, this.gx);
372
- let f = this.zn;
373
- let g = this.zl;
374
- let h = this.zp;
375
- let i = this.zv.g(e, f, g, h, this.zi);
367
+ this.ac1 = b;
368
+ this.ac0 = c;
369
+ this.acz = this.cw.getEffectiveViewport();
370
+ this.zi = new PolarAxisInfoCache(this.zf, this.zg, this.dp);
371
+ let e = new SeriesRenderingArguments(this, c, b, a, this.gy);
372
+ let f = this.zo;
373
+ let g = this.zm;
374
+ let h = this.zq;
375
+ let i = this.zw.g(e, f, g, h, this.zj);
376
376
  f = i.p1;
377
377
  g = i.p2;
378
378
  h = i.p3;
379
- this.zn = f;
380
- this.zl = g;
381
- this.zp = h;
379
+ this.zo = f;
380
+ this.zm = g;
381
+ this.zq = h;
382
382
  }
383
- acx(a) {
384
- let b = this.zg.h(a.x, a.y, this.ac0, this.acz, this.acy, this.zh.e, this.zh.d, this.zh.g, this.zh.f, this.zh.i, this.zh.h);
383
+ acy(a) {
384
+ let b = this.zh.h(a.x, a.y, this.ac1, this.ac0, this.acz, this.zi.e, this.zi.d, this.zi.g, this.zi.f, this.zi.i, this.zi.h);
385
385
  return b;
386
386
  }
387
387
  ay(a) {
388
- if (a != null && a == this.ze && this.z4 != null) {
389
- return new AxisRange(this.z4.minimum, this.z4.maximum);
390
- }
391
388
  if (a != null && a == this.zf && this.z5 != null) {
392
389
  return new AxisRange(this.z5.minimum, this.z5.maximum);
393
390
  }
391
+ if (a != null && a == this.zg && this.z6 != null) {
392
+ return new AxisRange(this.z6.minimum, this.z6.maximum);
393
+ }
394
394
  return null;
395
395
  }
396
- gj(a) {
396
+ gk(a) {
397
397
  let b = this.cw.ca;
398
398
  b = b.copy();
399
399
  let c = this.cw.b9;
400
400
  let d = !b.isEmpty && !c.isEmpty && this.dp != null ? this.dp.indexOf(a) : -1;
401
- if (this.ze == null || this.z4 == null || this.zf == null || this.z5 == null) {
401
+ if (this.zf == null || this.z5 == null || this.zg == null || this.z6 == null) {
402
402
  return false;
403
403
  }
404
- if (d < 0 || d > this.z4.count - 1 || d > this.z5.count - 1) {
404
+ if (d < 0 || d > this.z5.count - 1 || d > this.z6.count - 1) {
405
405
  return false;
406
406
  }
407
- let e = this.ze.getScaledAngle(this.z4.item(d));
408
- let f = this.zf.tm(this.z5.item(d));
407
+ let e = this.zf.getScaledAngle(this.z5.item(d));
408
+ let f = this.zg.to(this.z6.item(d));
409
409
  let g = 0.5 + (Math.cos(e) * f);
410
410
  let h = 0.5 + (Math.sin(e) * f);
411
411
  if (!isNaN_(g)) {
@@ -433,46 +433,46 @@ let PolarBase = /*@__PURE__*/ (() => {
433
433
  }
434
434
  return d >= 0;
435
435
  }
436
- kw(a) {
437
- let b = this.kc(a);
436
+ kx(a) {
437
+ let b = this.kd(a);
438
438
  if (this.dp != null && b >= 0 && b < this.dp.count) {
439
439
  return this.dp.item(b);
440
440
  }
441
441
  return null;
442
442
  }
443
- kc(a) {
444
- let b = truncate(Math.round(this.iy(a)));
443
+ kd(a) {
444
+ let b = truncate(Math.round(this.iz(a)));
445
445
  return b;
446
446
  }
447
- iy(a) {
448
- switch (this.zs) {
449
- case 1: return this.aap(a);
450
- case 3: return this.aaq(a);
451
- case 2: return this.aan(a);
452
- case 4: return this.aao(a);
447
+ iz(a) {
448
+ switch (this.zt) {
449
+ case 1: return this.aaq(a);
450
+ case 3: return this.aar(a);
451
+ case 2: return this.aao(a);
452
+ case 4: return this.aap(a);
453
453
  }
454
454
  return -1;
455
455
  }
456
- aao(a) {
457
- return this.aar(a, false);
456
+ aap(a) {
457
+ return this.aas(a, false);
458
458
  }
459
- aan(a) {
460
- let b = this.wr(a);
459
+ aao(a) {
460
+ let b = this.ws(a);
461
461
  let c = b.x;
462
462
  let d = b.y;
463
- if (this.dp == null || this.ze == null || this.zf == null || this.z4 == null || this.z5 == null) {
463
+ if (this.dp == null || this.zf == null || this.zg == null || this.z5 == null || this.z6 == null) {
464
464
  return -1;
465
465
  }
466
- if (this.dp.count > this.aat) {
466
+ if (this.dp.count > this.aau) {
467
467
  return -1;
468
468
  }
469
- if (!this.aab()) {
469
+ if (!this.aac()) {
470
470
  return -1;
471
471
  }
472
- let e = this.aal;
472
+ let e = this.aam;
473
473
  let f = 1.7976931348623157E+308;
474
474
  let g = -1;
475
- for (let h = 0; h < this.z4.count; h++) {
475
+ for (let h = 0; h < this.z5.count; h++) {
476
476
  let i = e._inner[h].x;
477
477
  let j = e._inner[h].y;
478
478
  let k = (c - i) * (c - i) + (d - j) * (d - j);
@@ -483,26 +483,26 @@ let PolarBase = /*@__PURE__*/ (() => {
483
483
  }
484
484
  return g;
485
485
  }
486
- aab() {
487
- let a = this.zl;
486
+ aac() {
487
+ let a = this.zm;
488
488
  if (this.d4()) {
489
- a = this.zp;
489
+ a = this.zq;
490
490
  }
491
491
  if (a == null || a.aa.count == 0) {
492
492
  return false;
493
493
  }
494
- this.aal = a.aa;
494
+ this.aam = a.aa;
495
495
  return true;
496
496
  }
497
- aar(a, b) {
498
- if (!this.aae) {
497
+ aas(a, b) {
498
+ if (!this.aaf) {
499
499
  return -1;
500
500
  }
501
501
  let c = { $type: Point_$type, x: 0, y: 0 };
502
502
  let d = true;
503
- let e = this.zl;
503
+ let e = this.zm;
504
504
  if (this.d4()) {
505
- e = this.zp;
505
+ e = this.zq;
506
506
  }
507
507
  if (e == null) {
508
508
  return -1;
@@ -510,14 +510,14 @@ let PolarBase = /*@__PURE__*/ (() => {
510
510
  if (e.q == null) {
511
511
  return -1;
512
512
  }
513
- if (this.dp == null || this.dp.count > this.aat) {
513
+ if (this.dp == null || this.dp.count > this.aau) {
514
514
  return -1;
515
515
  }
516
- if (!this.aab()) {
516
+ if (!this.aac()) {
517
517
  return -1;
518
518
  }
519
- let f = this.aal;
520
- let g = this.wr(a);
519
+ let f = this.aam;
520
+ let g = this.ws(a);
521
521
  let h = 1.7976931348623157E+308;
522
522
  let i = -1;
523
523
  for (let j = 0; j < f.count; j++) {
@@ -553,21 +553,21 @@ let PolarBase = /*@__PURE__*/ (() => {
553
553
  }
554
554
  return -1;
555
555
  }
556
- aaq(a) {
557
- return this.aar(a, true);
556
+ aar(a) {
557
+ return this.aas(a, true);
558
558
  }
559
- aap(a) {
559
+ aaq(a) {
560
560
  let b = null;
561
561
  let c = 1.7976931348623157E+308;
562
- let d = this.wr(a);
562
+ let d = this.ws(a);
563
563
  let e = d.x;
564
564
  let f = d.y;
565
- if (this.zi.de.e > this.aat) {
565
+ if (this.zj.de.e > this.aau) {
566
566
  return -1;
567
567
  }
568
- this.zi.dh((g) => {
568
+ this.zj.dh((g) => {
569
569
  if (g._visibility == 0) {
570
- let h = this.zi.c7(g);
570
+ let h = this.zj.c7(g);
571
571
  let i = h.left + h.width / 2;
572
572
  let j = h.top + h.height / 2;
573
573
  let k = (e - i) * (e - i) + (f - j) * (f - j);
@@ -582,21 +582,21 @@ let PolarBase = /*@__PURE__*/ (() => {
582
582
  }
583
583
  return -1;
584
584
  }
585
- ww(a, b, c) {
586
- if (this.ze == null || this.zf == null || this.z4 == null || this.z5 == null) {
585
+ wx(a, b, c) {
586
+ if (this.zf == null || this.zg == null || this.z5 == null || this.z6 == null) {
587
587
  return { $type: Point_$type, x: NaN, y: NaN };
588
588
  }
589
589
  let d = this.cw.ca;
590
590
  let e = this.cw.b9;
591
591
  let f = this.getEffectiveViewport();
592
- let g = new ScalerParams(0, d, e, this.ze.dn, f);
592
+ let g = new ScalerParams(0, d, e, this.zf.dn, f);
593
593
  let h = ((() => {
594
- let $ret = new ScalerParams(0, d, e, this.zf.dn, f);
595
- $ret.b = this.i5();
594
+ let $ret = new ScalerParams(0, d, e, this.zg.dn, f);
595
+ $ret.b = this.i6();
596
596
  return $ret;
597
597
  })());
598
598
  if (b) {
599
- let i = this.iy(a);
599
+ let i = this.iz(a);
600
600
  if (i == -1) {
601
601
  return { $type: Point_$type, x: NaN, y: NaN };
602
602
  }
@@ -615,11 +615,11 @@ let PolarBase = /*@__PURE__*/ (() => {
615
615
  j = this.dp.count - 1;
616
616
  }
617
617
  if (k == j) {
618
- return this.zg.h(this.z4.item(j), this.z5.item(j), d, e, f, this.zh.e, this.zh.d, this.zh.g, this.zh.f, this.zh.i, this.zh.h);
618
+ return this.zh.h(this.z5.item(j), this.z6.item(j), d, e, f, this.zi.e, this.zi.d, this.zi.g, this.zi.f, this.zi.i, this.zi.h);
619
619
  }
620
620
  let l = i - Math.floor(i);
621
- let m = this.zg.h(this.z4.item(j), this.z5.item(j), d, e, f, this.zh.e, this.zh.d, this.zh.g, this.zh.f, this.zh.i, this.zh.h);
622
- let n = this.zg.h(this.z4.item(k), this.z5.item(k), d, e, f, this.zh.e, this.zh.d, this.zh.g, this.zh.f, this.zh.i, this.zh.h);
621
+ let m = this.zh.h(this.z5.item(j), this.z6.item(j), d, e, f, this.zi.e, this.zi.d, this.zi.g, this.zi.f, this.zi.i, this.zi.h);
622
+ let n = this.zh.h(this.z5.item(k), this.z6.item(k), d, e, f, this.zi.e, this.zi.d, this.zi.g, this.zi.f, this.zi.i, this.zi.h);
623
623
  let o = m.x;
624
624
  let p = m.y;
625
625
  let q = n.x;
@@ -629,238 +629,238 @@ let PolarBase = /*@__PURE__*/ (() => {
629
629
  return { $type: Point_$type, x: o + s * l, y: p + t * l };
630
630
  }
631
631
  else {
632
- let u = this.kc(a);
632
+ let u = this.kd(a);
633
633
  if (u == -1) {
634
634
  return { $type: Point_$type, x: NaN, y: NaN };
635
635
  }
636
- return this.zg.h(this.z4.item(u), this.z5.item(u), d, e, f, this.zh.e, this.zh.d, this.zh.g, this.zh.f, this.zh.i, this.zh.h);
636
+ return this.zh.h(this.z5.item(u), this.z6.item(u), d, e, f, this.zi.e, this.zi.d, this.zi.g, this.zi.f, this.zi.i, this.zi.h);
637
637
  }
638
638
  }
639
639
  ai() {
640
- return [this.ze, this.zf];
640
+ return [this.zf, this.zg];
641
641
  }
642
- kz(a, b) {
643
- let c = this.no(b);
642
+ k0(a, b) {
643
+ let c = this.np(b);
644
644
  if (c == PolarBase.$$p[3]) {
645
- return this.k0(a, b, this.aa4);
645
+ return this.k1(a, b, this.aa5);
646
646
  }
647
647
  if (c == PolarBase.$$p[15]) {
648
- return this.k0(a, b, this.abm);
648
+ return this.k1(a, b, this.abn);
649
649
  }
650
650
  if (c == PolarBase.$$p[5]) {
651
- return this.k0(a, b, this.aa7);
651
+ return this.k1(a, b, this.aa8);
652
652
  }
653
653
  if (c == PolarBase.$$p[6]) {
654
- return this.k0(a, b, this.aa9);
654
+ return this.k1(a, b, this.aba);
655
655
  }
656
- return super.kz(a, b);
656
+ return super.k0(a, b);
657
657
  }
658
- mo(a) {
659
- let b = this.no(a);
658
+ mp(a) {
659
+ let b = this.np(a);
660
660
  if (b == PolarBase.$$p[3]) {
661
- return this.aa4;
661
+ return this.aa5;
662
662
  }
663
663
  if (b == PolarBase.$$p[15]) {
664
- return this.abm;
664
+ return this.abn;
665
665
  }
666
666
  if (b == PolarBase.$$p[5]) {
667
- return this.aa7;
667
+ return this.aa8;
668
668
  }
669
669
  if (b == PolarBase.$$p[6]) {
670
- return this.aa9;
670
+ return this.aba;
671
671
  }
672
- return super.mo(a);
672
+ return super.mp(a);
673
673
  }
674
- rq(a, b, c, d) {
675
- super.rq(a, b, c, d);
676
- if (this.zi.dd.g$e(a, b, c, d)) {
677
- this.r8(false);
678
- this.q0();
674
+ rr(a, b, c, d) {
675
+ super.rr(a, b, c, d);
676
+ if (this.zj.dd.g$e(a, b, c, d)) {
677
+ this.r9(false);
678
+ this.q1();
679
679
  }
680
680
  switch (b) {
681
681
  case PolarBase.$$p[1]:
682
682
  case PolarBase.$$p[2]:
683
683
  case PolarBase.$$p[13]:
684
684
  case PolarBase.$$p[14]:
685
- this.qu();
685
+ this.qv();
686
686
  break;
687
687
  case "FastItemsSource":
688
688
  if (typeCast(IFastItemsSource_$type, c) != null) {
689
- c.deregisterColumn(this.z4);
690
689
  c.deregisterColumn(this.z5);
691
- this.z4 = null;
690
+ c.deregisterColumn(this.z6);
692
691
  this.z5 = null;
692
+ this.z6 = null;
693
693
  }
694
694
  if (typeCast(IFastItemsSource_$type, d) != null) {
695
- this.z4 = this.dl(this.aa4);
696
- this.z5 = this.dl(this.abm);
695
+ this.z5 = this.dl(this.aa5);
696
+ this.z6 = this.dl(this.abn);
697
697
  }
698
- if ((this.zf != null && !this.zf.ed()) || (this.ze != null && !this.ze.ed())) {
699
- this.r8(this.gm && c != null);
698
+ if ((this.zg != null && !this.zg.ee()) || (this.zf != null && !this.zf.ee())) {
699
+ this.r9(this.gn && c != null);
700
700
  }
701
701
  break;
702
702
  case PolarBase.$$p[0]:
703
- if (this.ze != null && this.zf != null) {
704
- this.zg = new PolarAxes(this.zf, this.ze);
703
+ if (this.zf != null && this.zg != null) {
704
+ this.zh = new PolarAxes(this.zg, this.zf);
705
705
  }
706
706
  if (c != null) {
707
707
  c.cx(this);
708
708
  }
709
709
  if (d != null) {
710
- d.d3(this);
710
+ d.d4(this);
711
711
  }
712
- if (this.ze != null && !this.ze.ed()) {
713
- this.r8(false);
712
+ if (this.zf != null && !this.zf.ee()) {
713
+ this.r9(false);
714
714
  }
715
715
  else if (c != null && d == null) {
716
- this.pi(true, this.cw);
716
+ this.pj(true, this.cw);
717
717
  }
718
718
  break;
719
719
  case PolarBase.$$p[12]:
720
- if (this.ze != null && this.zf != null) {
721
- this.zg = new PolarAxes(this.zf, this.ze);
720
+ if (this.zf != null && this.zg != null) {
721
+ this.zh = new PolarAxes(this.zg, this.zf);
722
722
  }
723
723
  if (c != null) {
724
724
  c.cx(this);
725
725
  }
726
726
  if (d != null) {
727
- d.d3(this);
727
+ d.d4(this);
728
728
  }
729
- if (this.zf != null && !this.zf.ed()) {
730
- this.r8(false);
729
+ if (this.zg != null && !this.zg.ee()) {
730
+ this.r9(false);
731
731
  }
732
732
  else if (c != null && d == null) {
733
- this.pi(true, this.cw);
733
+ this.pj(true, this.cw);
734
734
  }
735
- if (this.ze != null && !this.ze.ed()) {
736
- this.ze.lu();
735
+ if (this.zf != null && !this.zf.ee()) {
736
+ this.zf.lw();
737
737
  }
738
738
  break;
739
739
  case PolarBase.$$p[3]:
740
740
  if (this.dp != null) {
741
- this.dp.deregisterColumn(this.z4);
742
- this.z4 = this.dl(this.aa4);
741
+ this.dp.deregisterColumn(this.z5);
742
+ this.z5 = this.dl(this.aa5);
743
743
  }
744
744
  break;
745
745
  case "AngleColumn":
746
- this.zi.dd.g$m();
747
- if (this.ze != null && !this.ze.ed()) {
748
- this.r8(this.gm && this.d9);
746
+ this.zj.dd.g$m();
747
+ if (this.zf != null && !this.zf.ee()) {
748
+ this.r9(this.gn && this.d9);
749
749
  }
750
750
  break;
751
751
  case PolarBase.$$p[15]:
752
752
  if (this.dp != null) {
753
- this.dp.deregisterColumn(this.z5);
754
- this.z5 = this.dl(this.abm);
753
+ this.dp.deregisterColumn(this.z6);
754
+ this.z6 = this.dl(this.abn);
755
755
  }
756
756
  break;
757
757
  case "RadiusColumn":
758
- this.zi.dd.g$m();
759
- if (this.zf != null && !this.zf.ed()) {
760
- this.r8(this.gm && this.d9);
758
+ this.zj.dd.g$m();
759
+ if (this.zg != null && !this.zg.ee()) {
760
+ this.r9(this.gn && this.d9);
761
761
  }
762
762
  break;
763
763
  case PolarBase.$$p[16]:
764
- this.r8(false);
765
- this.q0();
764
+ this.r9(false);
765
+ this.q1();
766
766
  break;
767
767
  case PolarBase.$$p[11]:
768
- this.r8(false);
769
- this.q0();
768
+ this.r9(false);
769
+ this.q1();
770
770
  break;
771
771
  case "TransitionProgress":
772
- this.zh = new PolarAxisInfoCache(this.ze, this.zf, this.dp);
773
- this.ac0 = this.cw.ca;
774
- this.acz = this.cw.b9;
775
- this.acy = this.cw.getEffectiveViewport();
776
- this.zp.z = this.aak;
777
- this.zp.d(this.jz, this.zn, this.zl);
772
+ this.zi = new PolarAxisInfoCache(this.zf, this.zg, this.dp);
773
+ this.ac1 = this.cw.ca;
774
+ this.ac0 = this.cw.b9;
775
+ this.acz = this.cw.getEffectiveViewport();
776
+ this.zq.z = this.aal;
777
+ this.zq.d(this.j0, this.zo, this.zm);
778
778
  if (this.d7(this.cw)) {
779
779
  return;
780
780
  }
781
- if (this.jz == 1) {
782
- this.ab2(this.zl, this.zi);
783
- this.q3();
781
+ if (this.j0 == 1) {
782
+ this.ab3(this.zm, this.zj);
783
+ this.q4();
784
784
  }
785
785
  else {
786
- this.ab2(this.zp, this.zi);
786
+ this.ab3(this.zq, this.zj);
787
787
  }
788
788
  if (this.dc != null) {
789
789
  this.dc.st(this);
790
790
  }
791
791
  break;
792
792
  case "TrendLineBrush":
793
- this.rw(b);
793
+ this.rx(b);
794
794
  break;
795
795
  case PolarBase.$$p[4]:
796
- this.r8(false);
797
- this.q0();
796
+ this.r9(false);
797
+ this.q1();
798
798
  break;
799
799
  case "TrendLineType":
800
- this.q0();
800
+ this.q1();
801
801
  break;
802
802
  case PolarBase.$$p[8]:
803
- this.z7 = this.aag();
804
- this.r8(false);
803
+ this.z8 = this.aah();
804
+ this.r9(false);
805
805
  break;
806
806
  case PolarBase.$$p[7]:
807
- this.z6 = this.aaf();
808
- this.r8(false);
807
+ this.z7 = this.aag();
808
+ this.r9(false);
809
809
  break;
810
810
  case PolarBase.$$p[9]:
811
- this.zs = this.zt();
811
+ this.zt = this.zu();
812
812
  break;
813
813
  }
814
814
  }
815
- get zs() {
816
- return this.zr;
815
+ get zt() {
816
+ return this.zs;
817
817
  }
818
- set zs(a) {
819
- let b = this.zr;
820
- this.zr = a;
821
- if (b != this.zr) {
822
- this.raisePropertyChanged("ActualItemSearchMode", enumGetBox(ScatterItemSearchMode_$type, b), enumGetBox(ScatterItemSearchMode_$type, this.zr));
818
+ set zt(a) {
819
+ let b = this.zs;
820
+ this.zs = a;
821
+ if (b != this.zs) {
822
+ this.raisePropertyChanged("ActualItemSearchMode", enumGetBox(ScatterItemSearchMode_$type, b), enumGetBox(ScatterItemSearchMode_$type, this.zs));
823
823
  }
824
824
  }
825
- zt() {
826
- if (this.zu != 0) {
827
- return this.zu;
825
+ zu() {
826
+ if (this.zv != 0) {
827
+ return this.zv;
828
828
  }
829
- return this.aae ? 4 : 1;
829
+ return this.aaf ? 4 : 1;
830
830
  }
831
- get_aae() {
831
+ get_aaf() {
832
832
  return false;
833
833
  }
834
- get aae() {
835
- return this.get_aae();
834
+ get aaf() {
835
+ return this.get_aaf();
836
+ }
837
+ aah() {
838
+ return this.aae;
836
839
  }
837
840
  aag() {
838
841
  return this.aad;
839
842
  }
840
- aaf() {
841
- return this.aac;
842
- }
843
- z9(a) {
843
+ aaa(a) {
844
844
  if (typeCast(NumericRadiusAxis.$, a) !== null) {
845
845
  return true;
846
846
  }
847
847
  return false;
848
848
  }
849
- z8(a) {
849
+ z9(a) {
850
850
  if (typeCast(NumericAngleAxis.$, a) !== null) {
851
851
  return true;
852
852
  }
853
853
  return false;
854
854
  }
855
- pi(a, b) {
856
- super.pi(a, b);
855
+ pj(a, b) {
856
+ super.pj(a, b);
857
857
  let c = b;
858
858
  if (a) {
859
859
  c.de.clear();
860
860
  }
861
861
  c.dd.g$h();
862
862
  }
863
- zb(a, b) {
863
+ zc(a, b) {
864
864
  let c = a.top - 10;
865
865
  let d = a.bottom + 10;
866
866
  let e = a.left - 10;
@@ -872,13 +872,13 @@ let PolarBase = /*@__PURE__*/ (() => {
872
872
  })());
873
873
  return g;
874
874
  }
875
- abq(a, b, c, d) {
875
+ abr(a, b, c, d) {
876
876
  a.j = new Dictionary$2(Base.$, OwnedPoint.$, 1, b);
877
877
  let e = this.dp;
878
878
  for (let f = 0; f < b; f++) {
879
879
  let g = a.aa._inner[f];
880
880
  if (!isInfinity(g.x) && !isInfinity(g.y)) {
881
- let h = { $type: Point_$type, x: this.z4.item(f), y: this.z5.item(f) };
881
+ let h = { $type: Point_$type, x: this.z5.item(f), y: this.z6.item(f) };
882
882
  let i = { $type: Point_$type, x: g.x, y: g.y };
883
883
  a.j.addItem(e.item(f), ((() => {
884
884
  let $ret = new OwnedPoint();
@@ -890,52 +890,52 @@ let PolarBase = /*@__PURE__*/ (() => {
890
890
  }
891
891
  }
892
892
  }
893
- aby(a, b) {
893
+ abz(a, b) {
894
894
  let c = b.ca;
895
895
  let d = b.b9;
896
896
  let e = b.getEffectiveViewport();
897
897
  a.m.clear();
898
898
  a.r.clear();
899
- let f = Math.min(this.z4 != null ? this.z4.count : 0, this.z5 != null ? this.z5.count : 0);
899
+ let f = Math.min(this.z5 != null ? this.z5.count : 0, this.z6 != null ? this.z6.count : 0);
900
900
  if (f < 1) {
901
901
  return;
902
902
  }
903
- this.zh = new PolarAxisInfoCache(this.ze, this.zf, this.dp);
904
- this.zj = a;
905
- this.acz = d;
906
- this.ac0 = c;
907
- this.acy = b.getEffectiveViewport();
908
- b.db.l(a.m, this.aau, c, d, this.ik);
909
- if (f <= this.aau) {
910
- this.abq(a, f, c, d);
911
- }
912
- let g = this.zb(d, a.r);
913
- let h = Math.min(this.ze.qw, this.ze.qv);
914
- let i = Math.max(this.ze.qv, this.ze.qw);
915
- b.dd.k = this.aak;
903
+ this.zi = new PolarAxisInfoCache(this.zf, this.zg, this.dp);
904
+ this.zk = a;
905
+ this.ac0 = d;
906
+ this.ac1 = c;
907
+ this.acz = b.getEffectiveViewport();
908
+ b.db.l(a.m, this.aav, c, d, this.il);
909
+ if (f <= this.aav) {
910
+ this.abr(a, f, c, d);
911
+ }
912
+ let g = this.zc(d, a.r);
913
+ let h = Math.min(this.zf.qy, this.zf.qx);
914
+ let i = Math.max(this.zf.qx, this.zf.qy);
915
+ b.dd.k = this.aal;
916
916
  b.dd.j = 0;
917
- b.dd.m = this.zf.tg;
918
- b.dd.l = this.zf.tf;
919
- b.dd.n = (j, k) => this.zg.c(j, k, c, d, e, Math.cos);
920
- b.dd.o = (j, k) => this.zg.d(j, k, c, d, e, Math.sin);
917
+ b.dd.m = this.zg.ti;
918
+ b.dd.l = this.zg.th;
919
+ b.dd.n = (j, k) => this.zh.c(j, k, c, d, e, Math.cos);
920
+ b.dd.o = (j, k) => this.zh.d(j, k, c, d, e, Math.sin);
921
921
  let j = new List$1(Number_$type, 0);
922
- for (let k = 0; k < this.z4.count; k++) {
923
- if (this.z4.item(k) >= h && this.z4.item(k) <= i) {
924
- j.add(this.z4.item(k));
922
+ for (let k = 0; k < this.z5.count; k++) {
923
+ if (this.z5.item(k) >= h && this.z5.item(k) <= i) {
924
+ j.add(this.z5.item(k));
925
925
  }
926
926
  }
927
- let l = this.z5;
928
- if (j.count != this.z4.count) {
927
+ let l = this.z6;
928
+ if (j.count != this.z5.count) {
929
929
  l = new List$1(Number_$type, 0);
930
- for (let m = 0; m < this.z4.count; m++) {
931
- if (this.z4.item(m) >= h && this.z4.item(m) <= i) {
932
- l.add(this.z5.item(m));
930
+ for (let m = 0; m < this.z5.count; m++) {
931
+ if (this.z5.item(m) >= h && this.z5.item(m) <= i) {
932
+ l.add(this.z6.item(m));
933
933
  }
934
934
  }
935
935
  }
936
- b.dd.p(a.r, this.zw, j, l, this.aav, runOn(this.ze, this.ze.getScaledAngle), runOn(this.zf, this.zf.tm), ((() => {
936
+ b.dd.p(a.r, this.zx, j, l, this.aaw, runOn(this.zf, this.zf.getScaledAngle), runOn(this.zg, this.zg.to), ((() => {
937
937
  let $ret = new TrendResolutionParams();
938
- $ret.d = this.ik;
938
+ $ret.d = this.il;
939
939
  $ret.i = d;
940
940
  $ret.h = e;
941
941
  $ret.j = c;
@@ -946,15 +946,15 @@ let PolarBase = /*@__PURE__*/ (() => {
946
946
  for (let n = 0; n < b.aa.count; n++) {
947
947
  a.p.add(new List$1(Point_$type, 0));
948
948
  let o = b.aa._inner[n];
949
- o.k = this.aak;
949
+ o.k = this.aal;
950
950
  o.j = 0;
951
- o.m = this.zf.tg;
952
- o.l = this.zf.tf;
953
- o.n = (p, q) => this.zg.c(p, q, c, d, e, Math.cos);
954
- o.o = (p, q) => this.zg.d(p, q, c, d, e, Math.sin);
955
- o.p(a.p._inner[n], o.g$b, j, l, o.g$f, runOn(this.ze, this.ze.getScaledAngle), runOn(this.zf, this.zf.tm), ((() => {
951
+ o.m = this.zg.ti;
952
+ o.l = this.zg.th;
953
+ o.n = (p, q) => this.zh.c(p, q, c, d, e, Math.cos);
954
+ o.o = (p, q) => this.zh.d(p, q, c, d, e, Math.sin);
955
+ o.p(a.p._inner[n], o.g$b, j, l, o.g$f, runOn(this.zf, this.zf.getScaledAngle), runOn(this.zg, this.zg.to), ((() => {
956
956
  let $ret = new TrendResolutionParams();
957
- $ret.d = this.ik;
957
+ $ret.d = this.il;
958
958
  $ret.i = d;
959
959
  $ret.h = e;
960
960
  $ret.j = c;
@@ -966,15 +966,15 @@ let PolarBase = /*@__PURE__*/ (() => {
966
966
  get_fh() {
967
967
  return true;
968
968
  }
969
- zy(a, b, c) {
969
+ zz(a, b, c) {
970
970
  return null;
971
971
  }
972
- zz(a, b, c) {
972
+ z0(a, b, c) {
973
973
  if (this.dp == null) {
974
974
  return null;
975
975
  }
976
- let d = this.zm();
977
- let e = this.zi.ce(this.wr(b));
976
+ let d = this.zn();
977
+ let e = this.zj.ce(this.ws(b));
978
978
  let f = -1;
979
979
  if (e == null) {
980
980
  if (a != null) {
@@ -1001,7 +1001,7 @@ let PolarBase = /*@__PURE__*/ (() => {
1001
1001
  }
1002
1002
  return g;
1003
1003
  }
1004
- zx(a, b, c) {
1004
+ zy(a, b, c) {
1005
1005
  let d = new HighlightingInfo();
1006
1006
  d.i = this;
1007
1007
  d.g = 0;
@@ -1013,51 +1013,51 @@ let PolarBase = /*@__PURE__*/ (() => {
1013
1013
  return d;
1014
1014
  }
1015
1015
  dh(a, b, c) {
1016
- if (this.ef && this.f2(this.by) && !c) {
1017
- let d = this.zy(a, b, this.z0);
1018
- this.z0 = d;
1016
+ if (this.ef && this.f3(this.by) && !c) {
1017
+ let d = this.zz(a, b, this.z1);
1018
+ this.z1 = d;
1019
1019
  return d;
1020
1020
  }
1021
1021
  else {
1022
- let e = this.zx(a, b, this.z0);
1023
- this.z0 = e;
1022
+ let e = this.zy(a, b, this.z1);
1023
+ this.z1 = e;
1024
1024
  return e;
1025
1025
  }
1026
1026
  }
1027
1027
  di(a, b, c) {
1028
- if (this.f2(this.by) && !c) {
1029
- let d = this.zz(a, b, this.z1);
1030
- this.z1 = d;
1028
+ if (this.f3(this.by) && !c) {
1029
+ let d = this.z0(a, b, this.z2);
1030
+ this.z2 = d;
1031
1031
  return d;
1032
1032
  }
1033
1033
  else {
1034
- let e = this.zx(a, b, this.z1);
1034
+ let e = this.zy(a, b, this.z2);
1035
1035
  e.d = true;
1036
- this.z1 = e;
1036
+ this.z2 = e;
1037
1037
  return e;
1038
1038
  }
1039
1039
  }
1040
- aai() {
1041
- return (this.assigningPolarStyle != null && this.z7) || (this.by != 1) || this.d3 || (this.cq != 1) || (this.cp != 1);
1040
+ aaj() {
1041
+ return (this.assigningPolarStyle != null && this.z8) || (this.by != 1) || this.d3 || (this.cq != 1) || (this.cp != 1);
1042
1042
  }
1043
- aah() {
1044
- return (this.assigningPolarMarkerStyle != null && this.z6) || this.d3 || (this.by != 1) || (this.cq != 1) || (this.cp != 1);
1043
+ aai() {
1044
+ return (this.assigningPolarMarkerStyle != null && this.z7) || this.d3 || (this.by != 1) || (this.cq != 1) || (this.cp != 1);
1045
1045
  }
1046
- ab2(a, b) {
1047
- this.rd();
1046
+ ab3(a, b) {
1047
+ this.re();
1048
1048
  let c = b.ca;
1049
1049
  let d = b.b9;
1050
1050
  let e = this.getEffectiveViewport1(b);
1051
- let f = this.w4(b);
1052
- this.zh = new PolarAxisInfoCache(this.ze, this.zf, this.dp);
1053
- if (this.x1()) {
1054
- b.db.j(a.m, this.x3);
1055
- if (this.aah()) {
1056
- this.abs(b, a);
1051
+ let f = this.w5(b);
1052
+ this.zi = new PolarAxisInfoCache(this.zf, this.zg, this.dp);
1053
+ if (this.x2()) {
1054
+ b.db.j(a.m, this.x4);
1055
+ if (this.aai()) {
1056
+ this.abt(b, a);
1057
1057
  }
1058
1058
  }
1059
1059
  b.c4();
1060
- let g = this.zb(d, b.dd.g$n.an);
1060
+ let g = this.zc(d, b.dd.g$n.an);
1061
1061
  b.dd.g$l(a.r, g);
1062
1062
  if (b.aa.count > 0) {
1063
1063
  for (let h = 0; h < b.aa.count; h++) {
@@ -1065,13 +1065,13 @@ let PolarBase = /*@__PURE__*/ (() => {
1065
1065
  i.g$l(a.p._inner[h], g);
1066
1066
  }
1067
1067
  }
1068
- this.abp(d, c, e, f, b);
1069
- }
1070
- y8(a, b) {
1071
- return this.y9(a, b);
1068
+ this.abq(d, c, e, f, b);
1072
1069
  }
1073
1070
  y9(a, b) {
1074
- if (b < a || a < 0 || a > this.z4.count || b < 0 || b > this.z4.count) {
1071
+ return this.za(a, b);
1072
+ }
1073
+ za(a, b) {
1074
+ if (b < a || a < 0 || a > this.z5.count || b < 0 || b > this.z5.count) {
1075
1075
  return null;
1076
1076
  }
1077
1077
  let c = new Array((b - a) + 1);
@@ -1081,14 +1081,14 @@ let PolarBase = /*@__PURE__*/ (() => {
1081
1081
  }
1082
1082
  return c;
1083
1083
  }
1084
- abs(a, b) {
1084
+ abt(a, b) {
1085
1085
  a.ck = true;
1086
- this.zq.ay(this, this.aah(), runOn(this, this.y8));
1087
- let c = this.zq.d;
1086
+ this.zr.ay(this, this.aai(), runOn(this, this.y9));
1087
+ let c = this.zr.d;
1088
1088
  let d = c != null;
1089
1089
  let e = this.getEffectiveViewport1(a);
1090
1090
  let f = this.dp == null ? 0 : this.dp.count;
1091
- this.zi.cw((g) => {
1091
+ this.zj.cw((g) => {
1092
1092
  if (g._visibility == 0) {
1093
1093
  let h = g.ak;
1094
1094
  let i = g.content;
@@ -1097,19 +1097,19 @@ let PolarBase = /*@__PURE__*/ (() => {
1097
1097
  g.content = i;
1098
1098
  }
1099
1099
  if (d) {
1100
- this.abw(h, f, a.t);
1100
+ this.abx(h, f, a.t);
1101
1101
  }
1102
- this.zq.ac(g, i);
1102
+ this.zr.ac(g, i);
1103
1103
  }
1104
1104
  });
1105
1105
  }
1106
- abx(a, b, c) {
1106
+ aby(a, b, c) {
1107
1107
  let d = this.by != 1;
1108
1108
  let e = this.cq != 1;
1109
1109
  let f = this.cp != 1;
1110
- this.zq.a0(this.zq.b, a, b, false);
1111
- this.zq.ab(this.ii);
1112
- let g = this.zq.ax;
1110
+ this.zr.a0(this.zr.b, a, b, false);
1111
+ this.zr.ab(this.ij);
1112
+ let g = this.zr.ax;
1113
1113
  let h = null;
1114
1114
  let i = null;
1115
1115
  let j = null;
@@ -1130,16 +1130,16 @@ let PolarBase = /*@__PURE__*/ (() => {
1130
1130
  g.b = j;
1131
1131
  }
1132
1132
  g.h = c;
1133
- this.ab0(g);
1134
- this.zq.z(this, h, i, j, c, d, e, f, a < 0);
1133
+ this.ab1(g);
1134
+ this.zr.z(this, h, i, j, c, d, e, f, a < 0);
1135
1135
  }
1136
- abw(a, b, c) {
1136
+ abx(a, b, c) {
1137
1137
  let d = this.by != 1;
1138
1138
  let e = this.cq != 1;
1139
1139
  let f = this.cp != 1;
1140
- this.zq.a0(this.zq.d, a, b, true);
1141
- this.zq.aa(this.ii);
1142
- let g = this.zq.aw;
1140
+ this.zr.a0(this.zr.d, a, b, true);
1141
+ this.zr.aa(this.ij);
1142
+ let g = this.zr.aw;
1143
1143
  let h = null;
1144
1144
  let i = null;
1145
1145
  let j = null;
@@ -1172,32 +1172,32 @@ let PolarBase = /*@__PURE__*/ (() => {
1172
1172
  g.d = i;
1173
1173
  }
1174
1174
  g.h = c;
1175
- this.abz(g);
1176
- this.zq.y(this, h, i, j, c, d, e, f, g.v, this.dc.d7.totalHighWaterMark, g.x, this.dc.d8.totalHighWaterMark, g.t, this.dc.d6.totalHighWaterMark);
1175
+ this.ab0(g);
1176
+ this.zr.y(this, h, i, j, c, d, e, f, g.v, this.dc.d7.totalHighWaterMark, g.x, this.dc.d8.totalHighWaterMark, g.t, this.dc.d6.totalHighWaterMark);
1177
1177
  }
1178
- ab0(a) {
1179
- if (this.assigningPolarStyle != null && this.z7) {
1178
+ ab1(a) {
1179
+ if (this.assigningPolarStyle != null && this.z8) {
1180
1180
  this.assigningPolarStyle(this, a);
1181
1181
  }
1182
1182
  }
1183
- abz(a) {
1184
- if (this.assigningPolarMarkerStyle != null && this.z6) {
1183
+ ab0(a) {
1184
+ if (this.assigningPolarMarkerStyle != null && this.z7) {
1185
1185
  this.assigningPolarMarkerStyle(this, a);
1186
1186
  }
1187
1187
  }
1188
- abp(a, b, c, d, e) {
1188
+ abq(a, b, c, d, e) {
1189
1189
  e.dg(a, b, c, d);
1190
1190
  }
1191
- sz() {
1192
- super.sz();
1191
+ s0() {
1192
+ super.s0();
1193
1193
  if (this.index < 0) {
1194
1194
  return;
1195
1195
  }
1196
- this.zi.dj();
1196
+ this.zj.dj();
1197
1197
  }
1198
- sa(a, b) {
1199
- super.sa(a, b);
1200
- if (!this.g6) {
1198
+ sb(a, b) {
1199
+ super.sb(a, b);
1200
+ if (!this.g7) {
1201
1201
  this.cw.be(b);
1202
1202
  return;
1203
1203
  }
@@ -1205,34 +1205,34 @@ let PolarBase = /*@__PURE__*/ (() => {
1205
1205
  if (this.d7(this.cv)) {
1206
1206
  return;
1207
1207
  }
1208
- this.sb();
1209
- this.g6 = false;
1208
+ this.sc();
1209
+ this.g7 = false;
1210
1210
  }
1211
- sb() {
1212
- super.sb();
1211
+ sc() {
1212
+ super.sc();
1213
1213
  let a = this.cv;
1214
- if (!this.gy) {
1215
- this.zo = new PolarFrame();
1216
- this.aby(this.zo, a);
1214
+ if (!this.gz) {
1215
+ this.zp = new PolarFrame();
1216
+ this.abz(this.zp, a);
1217
1217
  }
1218
- this.gy = false;
1219
- this.ab2(this.zo, a);
1218
+ this.gz = false;
1219
+ this.ab3(this.zp, a);
1220
1220
  }
1221
- r7(a, b, c, d, e) {
1222
- super.r7(a, b, c, d, e);
1221
+ r8(a, b, c, d, e) {
1222
+ super.r8(a, b, c, d, e);
1223
1223
  let f = this.ba.a$k.item(d);
1224
1224
  let g = f;
1225
1225
  f.bd(c);
1226
1226
  if (this.d7(g)) {
1227
1227
  return;
1228
1228
  }
1229
- if (this.zk == null) {
1230
- this.zk = new PolarFrame();
1229
+ if (this.zl == null) {
1230
+ this.zl = new PolarFrame();
1231
1231
  }
1232
- this.aby(this.zk, g);
1233
- this.ab2(this.zk, g);
1232
+ this.abz(this.zl, g);
1233
+ this.ab3(this.zl, g);
1234
1234
  }
1235
- ab1(a, b) {
1235
+ ab2(a, b) {
1236
1236
  let c = new List$1(Base.$, 0);
1237
1237
  for (let d of fromEnum(b.c)) {
1238
1238
  if (!a.containsKey(d)) {
@@ -1243,44 +1243,44 @@ let PolarBase = /*@__PURE__*/ (() => {
1243
1243
  b.h(e);
1244
1244
  }
1245
1245
  }
1246
- y7(a, b, c) {
1247
- this.abt();
1248
- return this.zj.aa.toArray();
1246
+ y8(a, b, c) {
1247
+ this.abu();
1248
+ return this.zk.aa.toArray();
1249
1249
  }
1250
- aam(a) {
1250
+ aan(a) {
1251
1251
  let b = new List$1(Number_$type, 0);
1252
1252
  let c = this.dp;
1253
- for (let d of fromEnum(this.zi.de.c)) {
1253
+ for (let d of fromEnum(this.zj.de.c)) {
1254
1254
  b.add(c.indexOf(d));
1255
1255
  }
1256
1256
  return b;
1257
1257
  }
1258
- acw(a) {
1259
- return { $type: Point_$type, x: this.z4.item(a), y: this.z5.item(a) };
1258
+ acx(a) {
1259
+ return { $type: Point_$type, x: this.z5.item(a), y: this.z6.item(a) };
1260
1260
  }
1261
- qd(a) {
1262
- super.qd(a);
1263
- this.bc.exportTrendlineData(this, a, this.zi.dd.g$n);
1261
+ qe(a) {
1262
+ super.qe(a);
1263
+ this.bc.exportTrendlineData(this, a, this.zj.dd.g$n);
1264
1264
  }
1265
1265
  getDataLegendSeriesContextAt(a, b) {
1266
1266
  let c = { $type: Point_$type, x: a, y: b };
1267
- let d = this.kw(c);
1268
- let e = d == null ? NaN : this.i4(d, "RadiusMemberPath");
1269
- let f = d == null ? NaN : this.i4(d, "AngleMemberPath");
1267
+ let d = this.kx(c);
1268
+ let e = d == null ? NaN : this.i5(d, "RadiusMemberPath");
1269
+ let f = d == null ? NaN : this.i5(d, "AngleMemberPath");
1270
1270
  let g = new DataLegendSeriesValueInfo();
1271
1271
  g.l = e;
1272
1272
  g.a = 11;
1273
- g.r = this.abm != null ? this.abm : "Radius";
1273
+ g.r = this.abn != null ? this.abn : "Radius";
1274
1274
  g.q = "Radius";
1275
- g.s = this.abi != null ? this.abi : "R:";
1276
- g.t = this.abk != null ? this.abk : "";
1275
+ g.s = this.abj != null ? this.abj : "R:";
1276
+ g.t = this.abl != null ? this.abl : "";
1277
1277
  let h = new DataLegendSeriesValueInfo();
1278
1278
  h.l = f;
1279
1279
  h.a = 10;
1280
- h.r = this.aa4 != null ? this.aa4 : "Angle";
1280
+ h.r = this.aa5 != null ? this.aa5 : "Angle";
1281
1281
  h.q = "Angle";
1282
- h.s = this.aa0 != null ? this.aa0 : "A:";
1283
- h.t = this.aa2 != null ? this.aa2 : "";
1282
+ h.s = this.aa1 != null ? this.aa1 : "A:";
1283
+ h.t = this.aa3 != null ? this.aa3 : "";
1284
1284
  let i = new DataLegendSeriesContext();
1285
1285
  i.e = ((() => {
1286
1286
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -1288,26 +1288,26 @@ let PolarBase = /*@__PURE__*/ (() => {
1288
1288
  $ret.add(h);
1289
1289
  return $ret;
1290
1290
  })());
1291
- i.h = this.mn();
1291
+ i.h = this.mo();
1292
1292
  return i;
1293
1293
  }
1294
1294
  ak(a, b) {
1295
1295
  let c = new List$1(ChartSelection.$, 0);
1296
- this.qi(a, c, b);
1296
+ this.qj(a, c, b);
1297
1297
  return c.toArray();
1298
1298
  }
1299
- qi(a, b, c) {
1299
+ qj(a, b, c) {
1300
1300
  let d = this.cw.ca;
1301
1301
  let e = this.cw.b9;
1302
1302
  let f = this.getEffectiveViewport1(this.cw);
1303
- let g = this.dc.yz(this.xd, this.getEffectiveViewport(), d);
1303
+ let g = this.dc.yz(this.xe, this.getEffectiveViewport(), d);
1304
1304
  let h = new CollisionRect(0, this.dc.yw(a));
1305
- let i = this.zf.px(e, d, f, g);
1305
+ let i = this.zg.pz(e, d, f, g);
1306
1306
  for (let j = 0; j < this.dp.count; j++) {
1307
- let k = this.ze.getScaledAngle(this.z4.item(j));
1308
- let l = this.zf.tm(this.z5.item(j));
1309
- let m = this.zg.c(k, l, d, e, f, Math.cos);
1310
- let n = this.zg.d(k, l, d, e, f, Math.sin);
1307
+ let k = this.zf.getScaledAngle(this.z5.item(j));
1308
+ let l = this.zg.to(this.z6.item(j));
1309
+ let m = this.zh.c(k, l, d, e, f, Math.cos);
1310
+ let n = this.zh.d(k, l, d, e, f, Math.sin);
1311
1311
  if (h.containsLocation(m, n)) {
1312
1312
  if (c == 7 || c == 6) {
1313
1313
  b.add(((() => {
@@ -1340,8 +1340,8 @@ let PolarBase = /*@__PURE__*/ (() => {
1340
1340
  }
1341
1341
  }
1342
1342
  PolarBase.$t = /*@__PURE__*/ markType(PolarBase, 'PolarBase', MarkerSeries.$);
1343
- PolarBase.ab3 = /*@__PURE__*/ DependencyProperty.i("ActualTrendLineBrush", Brush.$, PolarBase.$, /*@__PURE__*/ new PropertyMetadata(2, null, (a, b) => a.raisePropertyChanged("ActualTrendLineBrush", b.oldValue, b.newValue)));
1344
- PolarBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, PolarBase, 'raisePropertyChanged', ['AngleAxis:ze:ab4', [NumericAngleAxis.$, null], 'AngleMemberAsLegendLabel:aa0:ab5', [2, null], 'AngleMemberAsLegendUnit:aa2:ab6', [2, null], 'AngleMemberPath:aa4:ab7', [2], 'ClipSeriesToBounds:aaa:ab8', [0, false], 'HighlightedAngleMemberPath:aa7:ab9', [2, null], 'HighlightedRadiusMemberPath:aa9:aca', [2, null], 'IsCustomPolarMarkerStyleAllowed:aac:acb', [0, false], 'IsCustomPolarStyleAllowed:aad:acc', [0, false], 'ItemSearchMode:zu:acd', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:aat:ace', [1, 10000], 'MaximumMarkers:aau:acf', [1, 400], 'RadiusAxis:zf:acg', [NumericRadiusAxis.$, null], 'RadiusMemberAsLegendLabel:abi:ach', [2, null], 'RadiusMemberAsLegendUnit:abk:aci', [2, null], 'RadiusMemberPath:abm:acj', [2], 'UseCartesianInterpolation:aak:acr', [0, true], 'TrendLineType:zw:acp', [TrendLineType_$type, /*@__PURE__*/ enumGetBox(TrendLineType_$type, 0)], 'TrendLineThickness:aas:aco', [1, 1.5], 'TrendLinePeriod:aav:acn', [1, 7], 'TrendLineZIndex:aaw:acq', [1, 1], 'TrendLineBrush:act:ack', [Brush.$, null], 'TrendLineDashArray:acu:acl', [DoubleCollection.$], 'TrendLineDashCap:acv:acm', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 0)]]);
1343
+ PolarBase.ab4 = /*@__PURE__*/ DependencyProperty.i("ActualTrendLineBrush", Brush.$, PolarBase.$, /*@__PURE__*/ new PropertyMetadata(2, null, (a, b) => a.raisePropertyChanged("ActualTrendLineBrush", b.oldValue, b.newValue)));
1344
+ PolarBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, PolarBase, 'raisePropertyChanged', ['AngleAxis:zf:ab5', [NumericAngleAxis.$, null], 'AngleMemberAsLegendLabel:aa1:ab6', [2, null], 'AngleMemberAsLegendUnit:aa3:ab7', [2, null], 'AngleMemberPath:aa5:ab8', [2], 'ClipSeriesToBounds:aab:ab9', [0, false], 'HighlightedAngleMemberPath:aa8:aca', [2, null], 'HighlightedRadiusMemberPath:aba:acb', [2, null], 'IsCustomPolarMarkerStyleAllowed:aad:acc', [0, false], 'IsCustomPolarStyleAllowed:aae:acd', [0, false], 'ItemSearchMode:zv:ace', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:aau:acf', [1, 10000], 'MaximumMarkers:aav:acg', [1, 400], 'RadiusAxis:zg:ach', [NumericRadiusAxis.$, null], 'RadiusMemberAsLegendLabel:abj:aci', [2, null], 'RadiusMemberAsLegendUnit:abl:acj', [2, null], 'RadiusMemberPath:abn:ack', [2], 'UseCartesianInterpolation:aal:acs', [0, true], 'TrendLineType:zx:acq', [TrendLineType_$type, /*@__PURE__*/ enumGetBox(TrendLineType_$type, 0)], 'TrendLineThickness:aat:acp', [1, 1.5], 'TrendLinePeriod:aaw:aco', [1, 7], 'TrendLineZIndex:aax:acr', [1, 1], 'TrendLineBrush:acu:acl', [Brush.$, null], 'TrendLineDashArray:acv:acm', [DoubleCollection.$], 'TrendLineDashCap:acw:acn', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 0)]]);
1345
1345
  return PolarBase;
1346
1346
  })();
1347
1347
  export { PolarBase };
@@ -1406,42 +1406,42 @@ let PolarBaseView = /*@__PURE__*/ (() => {
1406
1406
  super.a4();
1407
1407
  this.db = this.da();
1408
1408
  if (!this.t) {
1409
- this.dc.aau = 1000;
1410
- this.ch.xv = Defaults.e;
1409
+ this.dc.aav = 1000;
1410
+ this.ch.xw = Defaults.e;
1411
1411
  }
1412
1412
  }
1413
1413
  dh(a) {
1414
1414
  this.de.g(a);
1415
1415
  }
1416
1416
  da() {
1417
- let a = new NumericMarkerManager(0, (b) => this.de.item(b), (b) => this.dc.zh.c.item(b), runOn(this, this.di), runOn(this, this.c9), runOn(this, this.df));
1417
+ let a = new NumericMarkerManager(0, (b) => this.de.item(b), (b) => this.dc.zi.c.item(b), runOn(this, this.di), runOn(this, this.c9), runOn(this, this.df));
1418
1418
  a.n = true;
1419
- a.p = runOn(this.dc, this.dc.acw);
1419
+ a.p = runOn(this.dc, this.dc.acx);
1420
1420
  return a;
1421
1421
  }
1422
1422
  di(a) {
1423
- this.dc.ab1(a, this.de);
1423
+ this.dc.ab2(a, this.de);
1424
1424
  }
1425
1425
  c9() {
1426
- return this.dc.y7(this.de, this.ca, this.b9);
1426
+ return this.dc.y8(this.de, this.ca, this.b9);
1427
1427
  }
1428
1428
  df() {
1429
- return this.dc.aam(this.de);
1429
+ return this.dc.aan(this.de);
1430
1430
  }
1431
1431
  dg(a, b, c, d) {
1432
- if (this.dc.aaa) {
1432
+ if (this.dc.aab) {
1433
1433
  let e = new GeometryGroup();
1434
- this.dc.zf.tu(e, a, b, c, d);
1434
+ this.dc.zg.tw(e, a, b, c, d);
1435
1435
  }
1436
1436
  else {
1437
1437
  }
1438
1438
  }
1439
1439
  dj() {
1440
- if (this.dc.act != null) {
1441
- this.dc.acs = this.dc.act;
1440
+ if (this.dc.acu != null) {
1441
+ this.dc.act = this.dc.acu;
1442
1442
  }
1443
1443
  else {
1444
- this.dc.acs = this.dc.vt;
1444
+ this.dc.act = this.dc.vu;
1445
1445
  }
1446
1446
  }
1447
1447
  cw(a) {
@@ -1449,12 +1449,12 @@ let PolarBaseView = /*@__PURE__*/ (() => {
1449
1449
  }
1450
1450
  bi(a, b) {
1451
1451
  if (a.d) {
1452
- if (this.dc.zw != 0 && !b) {
1452
+ if (this.dc.zx != 0 && !b) {
1453
1453
  let c = this.dd.g$n;
1454
- c.ad = this.dc.aas;
1455
- c._stroke = this.dc.acs;
1456
- c.aj = this.dc.acv;
1457
- c.ai = this.dc.acu;
1454
+ c.ad = this.dc.aat;
1455
+ c._stroke = this.dc.act;
1456
+ c.aj = this.dc.acw;
1457
+ c.ai = this.dc.acv;
1458
1458
  a.v(c);
1459
1459
  }
1460
1460
  }
@@ -1464,12 +1464,12 @@ let PolarBaseView = /*@__PURE__*/ (() => {
1464
1464
  return Rect.empty;
1465
1465
  }
1466
1466
  getDefaultTooltipTemplate() {
1467
- let a = "<div class='ui-chart-default-tooltip-content'><span>" + "${item." + this.dc.aa4 + "}" + "</span><br/><span";
1467
+ let a = "<div class='ui-chart-default-tooltip-content'><span>" + "${item." + this.dc.aa5 + "}" + "</span><br/><span";
1468
1468
  let b = this.f.ba.a$v(this.f);
1469
1469
  if (!stringIsNullOrEmpty(b)) {
1470
1470
  a += " style='color:" + b + "'";
1471
1471
  }
1472
- a += ">" + this.dc.title + ": </span><span class='ui-priority-primary'>" + "${item." + this.dc.abm + "}</span></div>";
1472
+ a += ">" + this.dc.title + ": </span><span class='ui-priority-primary'>" + "${item." + this.dc.abn + "}</span></div>";
1473
1473
  return a;
1474
1474
  }
1475
1475
  }