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
@@ -44,7 +44,7 @@ let AnchoredRadialBucketCalculator = /*@__PURE__*/ (() => {
44
44
  this.f = a;
45
45
  }
46
46
  getBucket(a) {
47
- let b = this.f.de.acs;
47
+ let b = this.f.de.acz;
48
48
  let c = Math.min(a * this.b, b.count - 1);
49
49
  let d = Math.min(c + this.b - 1, b.count - 1);
50
50
  let e = NaN;
@@ -77,139 +77,139 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
77
77
  ct() {
78
78
  return new AnchoredRadialSeriesView(this);
79
79
  }
80
- pf() {
81
- super.pf();
82
- this.zk = null;
83
- this.zq = null;
80
+ pg() {
81
+ super.pg();
82
+ this.zl = null;
83
+ this.zr = null;
84
84
  }
85
- mp() {
85
+ mq() {
86
86
  return AnchoredRadialSeries.$$p[4];
87
87
  }
88
- kz(a, b) {
89
- let c = this.no(b);
88
+ k0(a, b) {
89
+ let c = this.np(b);
90
90
  if (c == AnchoredRadialSeries.$$p[4]) {
91
- return this.k0(a, b, this.adh);
91
+ return this.k1(a, b, this.ado);
92
92
  }
93
93
  if (c == AnchoredRadialSeries.$$p[0]) {
94
- return this.k0(a, b, this.ac9);
94
+ return this.k1(a, b, this.adg);
95
95
  }
96
- return super.kz(a, b);
96
+ return super.k0(a, b);
97
97
  }
98
- mo(a) {
99
- let b = this.no(a);
98
+ mp(a) {
99
+ let b = this.np(a);
100
100
  if (b == AnchoredRadialSeries.$$p[4]) {
101
- return this.adh;
101
+ return this.ado;
102
102
  }
103
103
  if (b == AnchoredRadialSeries.$$p[0]) {
104
- return this.ac9;
104
+ return this.adg;
105
105
  }
106
- return super.mo(a);
106
+ return super.mp(a);
107
107
  }
108
- jk(a) {
109
- if (this.zk.ds && this.zk.s9(a)) {
110
- return this.aat(this.acs.count - 1, this.acs.item(this.acs.count - 1));
108
+ jl(a) {
109
+ if (this.zl.ds && this.zl.tb(a)) {
110
+ return this.aau(this.acz.count - 1, this.acz.item(this.acz.count - 1));
111
111
  }
112
- return super.jk(a);
112
+ return super.jl(a);
113
113
  }
114
- k2(a) {
115
- if (this.zk != null && this.zk.ds) {
116
- if (a == this.zk.othersIndex) {
117
- return this.zk.tm(true);
114
+ k3(a) {
115
+ if (this.zl != null && this.zl.ds) {
116
+ if (a == this.zl.othersIndex) {
117
+ return this.zl.to(true);
118
118
  }
119
119
  }
120
- return super.k2(a);
120
+ return super.k3(a);
121
121
  }
122
- rh(a) {
123
- super.rh(a);
124
- this.acm = a;
122
+ ri(a) {
123
+ super.ri(a);
124
+ this.act = a;
125
125
  }
126
126
  constructor() {
127
127
  super();
128
- this.acn = null;
129
- this.acx = false;
130
- this.acr = null;
131
- this.ad8 = { $type: Point_$type, x: 0, y: 0 };
132
- this.acp = null;
133
- this.aco = null;
134
- this.act = false;
135
- this.acp = new RadialFrame(3);
136
- this.acn = new CategoryLineRasterizer();
137
- }
138
- kj(a, b) {
139
- return this.kk(a, b, this.zk, null, this.acs);
140
- }
141
- kh(a, b) {
142
- return this.ki(a, b, this.zk, null, this.acs);
143
- }
144
- iw(a, b, c, d, e) {
145
- if (this.acs == null) {
128
+ this.acu = null;
129
+ this.ac4 = false;
130
+ this.acy = null;
131
+ this.aef = { $type: Point_$type, x: 0, y: 0 };
132
+ this.acw = null;
133
+ this.acv = null;
134
+ this.ac0 = false;
135
+ this.acw = new RadialFrame(3);
136
+ this.acu = new CategoryLineRasterizer();
137
+ }
138
+ kk(a, b) {
139
+ return this.kl(a, b, this.zl, null, this.acz);
140
+ }
141
+ ki(a, b) {
142
+ return this.kj(a, b, this.zl, null, this.acz);
143
+ }
144
+ ix(a, b, c, d, e) {
145
+ if (this.acz == null) {
146
146
  return Number.POSITIVE_INFINITY;
147
147
  }
148
- return this.ix(a, b, this.zk, d, e, this.acs.count, null);
148
+ return this.iy(a, b, this.zl, d, e, this.acz.count, null);
149
149
  }
150
- jd(a, b, c) {
150
+ je(a, b, c) {
151
151
  let d = this.getEffectiveViewport1(this.cw);
152
- let e = this.ac3(this.zk, this.cw.ca, this.cw.b9, d);
153
- let f = new ScalerParams(0, this.cw.ca, this.cw.b9, this.zk.dn, d);
152
+ let e = this.ada(this.zl, this.cw.ca, this.cw.b9, d);
153
+ let f = new ScalerParams(0, this.cw.ca, this.cw.b9, this.zl.dn, d);
154
154
  f.c = this.dc.y9;
155
- let g = this.acs;
156
- if (this.acx && typeCast(FastItemCoalescingColumn.$, g) !== null && this.zk.ds) {
157
- g = new FastItemCoalescingColumn(this.zk, g.c, false);
155
+ let g = this.acz;
156
+ if (this.ac4 && typeCast(FastItemCoalescingColumn.$, g) !== null && this.zl.ds) {
157
+ g = new FastItemCoalescingColumn(this.zl, g.c, false);
158
158
  }
159
- return this.jf(g, a, this.zk, f, e, null, b, c);
159
+ return this.jg(g, a, this.zl, f, e, null, b, c);
160
160
  }
161
- ww(a, b, c) {
162
- if (this.zq == null || this.zk == null || this.cw == null || this.cw.ca.isEmpty || this.cw.b9.isEmpty) {
161
+ wx(a, b, c) {
162
+ if (this.zr == null || this.zl == null || this.cw == null || this.cw.ca.isEmpty || this.cw.b9.isEmpty) {
163
163
  return { $type: Point_$type, x: NaN, y: NaN };
164
164
  }
165
165
  let d = this.getEffectiveViewport1(this.cw);
166
- let e = new ScalerParams(0, this.cw.ca, this.cw.b9, this.zq.dn, d);
166
+ let e = new ScalerParams(0, this.cw.ca, this.cw.b9, this.zr.dn, d);
167
167
  e.c = this.getEffectiveViewport1(this.cw);
168
- let f = this.jd(a, b, c);
169
- f = this.zq.f6(f, e);
170
- let g = this.zr.c(a, this.cw.ca, this.cw.b9, d);
171
- if (!b && this.zk != null) {
172
- let h = this.kj(a, c);
173
- let i = this.kh(a, c);
174
- let j = this.ac3(this.zk, this.cw.ca, this.cw.b9, d);
175
- let k = new ScalerParams(0, this.cw.ca, this.cw.b9, this.zk.dn, d);
168
+ let f = this.je(a, b, c);
169
+ f = this.zr.f7(f, e);
170
+ let g = this.zs.c(a, this.cw.ca, this.cw.b9, d);
171
+ if (!b && this.zl != null) {
172
+ let h = this.kk(a, c);
173
+ let i = this.ki(a, c);
174
+ let j = this.ada(this.zl, this.cw.ca, this.cw.b9, d);
175
+ let k = new ScalerParams(0, this.cw.ca, this.cw.b9, this.zl.dn, d);
176
176
  k.c = this.dc.y9;
177
- let l = this.iw(a, h, this.zk, k, j);
178
- let m = this.iw(a, i, this.zk, k, j);
179
- if (this.zk.ds) {
177
+ let l = this.ix(a, h, this.zl, k, j);
178
+ let m = this.ix(a, i, this.zl, k, j);
179
+ if (this.zl.ds) {
180
180
  if (m <= l) {
181
- j = this.ac2(i, this.zk, this.cw.ca, this.cw.b9, d);
181
+ j = this.ac9(i, this.zl, this.cw.ca, this.cw.b9, d);
182
182
  if (isNaN_(j)) {
183
183
  j = 0;
184
184
  }
185
- g = this.zk.f6(i, k) + j;
185
+ g = this.zl.f7(i, k) + j;
186
186
  }
187
187
  else {
188
- j = this.ac2(h, this.zk, this.cw.ca, this.cw.b9, d);
188
+ j = this.ac9(h, this.zl, this.cw.ca, this.cw.b9, d);
189
189
  if (isNaN_(j)) {
190
190
  j = 0;
191
191
  }
192
- g = this.zk.f6(h, k) + j;
192
+ g = this.zl.f7(h, k) + j;
193
193
  }
194
194
  }
195
195
  else {
196
196
  if (m <= l) {
197
- g = this.zk.f6(i, k) + j;
197
+ g = this.zl.f7(i, k) + j;
198
198
  }
199
199
  else {
200
- g = this.zk.f6(h, k) + j;
200
+ g = this.zl.f7(h, k) + j;
201
201
  }
202
202
  }
203
203
  }
204
- let n = this.zr.d(g, f, this.cw.ca, this.cw.b9, this.cw.getEffectiveViewport());
205
- let o = this.zr.e(g, f, this.cw.ca, this.cw.b9, this.cw.getEffectiveViewport());
204
+ let n = this.zs.d(g, f, this.cw.ca, this.cw.b9, this.cw.getEffectiveViewport());
205
+ let o = this.zs.e(g, f, this.cw.ca, this.cw.b9, this.cw.getEffectiveViewport());
206
206
  return { $type: Point_$type, x: n, y: o };
207
207
  }
208
- gh() {
209
- return this.highlightedItemsSource != null || this.ac9 != null;
208
+ gi() {
209
+ return this.highlightedItemsSource != null || this.adg != null;
210
210
  }
211
- hz() {
212
- let a = super.hz();
211
+ h0() {
212
+ let a = super.h0();
213
213
  {
214
214
  let b = ((() => {
215
215
  let $ret = new SeriesLayerPropertyOverlay();
@@ -219,92 +219,92 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
219
219
  $ret.q = true;
220
220
  return $ret;
221
221
  })());
222
- b.valueResolving = delegateCombine(b.valueResolving, runOn(this, this.adn));
222
+ b.valueResolving = delegateCombine(b.valueResolving, runOn(this, this.adu));
223
223
  a.add(b);
224
224
  }
225
225
  return a;
226
226
  }
227
- adn(a, b) {
228
- if (this.ac9 != null) {
229
- b.value = this.ac9;
227
+ adu(a, b) {
228
+ if (this.adg != null) {
229
+ b.value = this.adg;
230
230
  return;
231
231
  }
232
- b.value = this.adh;
232
+ b.value = this.ado;
233
233
  }
234
- get acs() {
235
- return this.acr;
234
+ get acz() {
235
+ return this.acy;
236
236
  }
237
- set acs(a) {
238
- if (this.acr != a) {
239
- let b = this.acr;
240
- this.acr = a;
241
- this.raisePropertyChanged("ValueColumn", b, this.acr);
237
+ set acz(a) {
238
+ if (this.acy != a) {
239
+ let b = this.acy;
240
+ this.acy = a;
241
+ this.raisePropertyChanged("ValueColumn", b, this.acy);
242
242
  }
243
243
  }
244
244
  getDataLegendSeriesContextAt(a, b) {
245
245
  let c = new DataLegendSeriesValueInfo();
246
246
  c.a = 0;
247
- this.acx = true;
248
- c.l = this.jd({ $type: Point_$type, x: a, y: b }, false, false);
249
- this.acx = false;
247
+ this.ac4 = true;
248
+ c.l = this.je({ $type: Point_$type, x: a, y: b }, false, false);
249
+ this.ac4 = false;
250
250
  c.q = "Value";
251
- c.r = this.adh != null ? this.adh : "Value";
252
- c.s = this.add != null ? this.add : "V:";
253
- c.t = this.adf != null ? this.adf : "";
251
+ c.r = this.ado != null ? this.ado : "Value";
252
+ c.s = this.adk != null ? this.adk : "V:";
253
+ c.t = this.adm != null ? this.adm : "";
254
254
  let d = new DataLegendSeriesContext();
255
255
  d.e = ((() => {
256
256
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
257
257
  $ret.add(c);
258
258
  return $ret;
259
259
  })());
260
- d.h = this.mn();
260
+ d.h = this.mo();
261
261
  return d;
262
262
  }
263
- get ad4() {
264
- return this.c(AnchoredRadialSeries.adr);
263
+ get aeb() {
264
+ return this.c(AnchoredRadialSeries.ady);
265
265
  }
266
- set ad4(a) {
267
- this.h(AnchoredRadialSeries.adr, a);
266
+ set aeb(a) {
267
+ this.h(AnchoredRadialSeries.ady, a);
268
268
  }
269
269
  ay(a) {
270
- if (a != null && a == this.zk && this.acs != null && this.acs.count > 0) {
271
- return new AxisRange(0, this.acs.count - 1);
270
+ if (a != null && a == this.zl && this.acz != null && this.acz.count > 0) {
271
+ return new AxisRange(0, this.acz.count - 1);
272
272
  }
273
- if (a != null && a == this.zq && this.acs != null && this.acs.count > 0) {
274
- return new AxisRange(this.acs.minimum, this.acs.maximum);
273
+ if (a != null && a == this.zr && this.acz != null && this.acz.count > 0) {
274
+ return new AxisRange(this.acz.minimum, this.acz.maximum);
275
275
  }
276
276
  return null;
277
277
  }
278
- aat(a, b) {
279
- if (this.ac1) {
280
- let c = this.acs.c;
278
+ aau(a, b) {
279
+ if (this.ac8) {
280
+ let c = this.acz.c;
281
281
  if (a < 0) {
282
- return super.aat(a, b);
282
+ return super.aau(a, b);
283
283
  }
284
284
  if (a > c.count - 1) {
285
- if (typeCast(ProportionalCategoryAngleAxis.$, this.zk) !== null) {
286
- let d = this.acs;
285
+ if (typeCast(ProportionalCategoryAngleAxis.$, this.zl) !== null) {
286
+ let d = this.acz;
287
287
  return d.f;
288
288
  }
289
- return super.aat(a, b);
289
+ return super.aau(a, b);
290
290
  }
291
291
  return c.item(a);
292
292
  }
293
293
  else {
294
- return super.aat(a, b);
294
+ return super.aau(a, b);
295
295
  }
296
296
  }
297
297
  dl(a) {
298
298
  let b = super.dl(a);
299
- this.act = false;
300
- if (this.zk != null && this.zk.ds) {
301
- this.act = true;
302
- b = new FastItemCoalescingColumn(this.zk, b, this.ac1);
299
+ this.ac0 = false;
300
+ if (this.zl != null && this.zl.ds) {
301
+ this.ac0 = true;
302
+ b = new FastItemCoalescingColumn(this.zl, b, this.ac8);
303
303
  }
304
304
  return b;
305
305
  }
306
- adl(a, b) {
307
- if (this.act) {
306
+ ads(a, b) {
307
+ if (this.ac0) {
308
308
  let c = b;
309
309
  let d = c.c;
310
310
  a.deregisterColumn(d);
@@ -313,131 +313,131 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
313
313
  a.deregisterColumn(b);
314
314
  }
315
315
  }
316
- rq(a, b, c, d) {
317
- super.rq(a, b, c, d);
318
- if (this.acm.df.g$e(a, b, c, d)) {
319
- this.r8(false);
320
- this.q0();
316
+ rr(a, b, c, d) {
317
+ super.rr(a, b, c, d);
318
+ if (this.act.df.g$e(a, b, c, d)) {
319
+ this.r9(false);
320
+ this.q1();
321
321
  }
322
- let e = typeCast(NumericAxisBase.$, this.zq);
322
+ let e = typeCast(NumericAxisBase.$, this.zr);
323
323
  switch (b) {
324
324
  case AnchoredRadialSeries.$$p[2]:
325
325
  case AnchoredRadialSeries.$$p[3]:
326
- this.qu();
326
+ this.qv();
327
327
  break;
328
328
  case AnchoredRadialSeries.$$p[1]:
329
329
  case RadialBase.$$p[0]:
330
- if (this.acs != null) {
331
- this.adl(this.dp, this.acs);
332
- this.acs = this.dl(this.adh);
330
+ if (this.acz != null) {
331
+ this.ads(this.dp, this.acz);
332
+ this.acz = this.dl(this.ado);
333
333
  }
334
334
  break;
335
335
  case "FastItemsSource":
336
336
  if (typeCast(IFastItemsSource_$type, c) !== null) {
337
- this.adl(c, this.acs);
338
- this.acs = null;
337
+ this.ads(c, this.acz);
338
+ this.acz = null;
339
339
  }
340
340
  if (typeCast(IFastItemsSource_$type, d) !== null) {
341
- this.acs = this.dl(this.adh);
342
- this.acm.da.e(this.ik);
341
+ this.acz = this.dl(this.ado);
342
+ this.act.da.e(this.il);
343
343
  }
344
- if (e != null && !e.ed()) {
345
- this.acm.da.e(this.ik);
346
- this.r8(this.gm && c != null);
344
+ if (e != null && !e.ee()) {
345
+ this.act.da.e(this.il);
346
+ this.r9(this.gn && c != null);
347
347
  }
348
348
  break;
349
349
  case AnchoredRadialSeries.$$p[4]:
350
350
  if (this.dp != null) {
351
- this.adl(this.dp, this.acs);
352
- this.acs = this.dl(this.adh);
351
+ this.ads(this.dp, this.acz);
352
+ this.acz = this.dl(this.ado);
353
353
  }
354
354
  break;
355
355
  case "ValueColumn":
356
- if (e != null && !e.ed()) {
357
- this.acm.da.e(this.ik);
358
- this.r8(this.gm && this.d9);
356
+ if (e != null && !e.ee()) {
357
+ this.act.da.e(this.il);
358
+ this.r9(this.gn && this.d9);
359
359
  }
360
360
  break;
361
361
  case "TrendLineBrush":
362
- this.rw(b);
362
+ this.rx(b);
363
363
  break;
364
364
  case "TrendLineType":
365
- this.q0();
365
+ this.q1();
366
366
  break;
367
367
  }
368
368
  }
369
- po(a, b, c, d) {
370
- super.po(a, b, c, d);
369
+ pp(a, b, c, d) {
370
+ super.pp(a, b, c, d);
371
371
  switch (a) {
372
372
  case 4:
373
373
  case 1:
374
374
  case 0:
375
- this.acm.da.e(this.ik);
375
+ this.act.da.e(this.il);
376
376
  break;
377
377
  }
378
- this.acm.df.g$i(a, b, c, d);
379
- if (this.acm.aa.count > 0) {
380
- for (let e of fromEnum(this.acm.aa)) {
378
+ this.act.df.g$i(a, b, c, d);
379
+ if (this.act.aa.count > 0) {
380
+ for (let e of fromEnum(this.act.aa)) {
381
381
  e.g$i(a, b, c, d);
382
382
  }
383
383
  }
384
384
  switch (a) {
385
385
  case 4:
386
- if (this.zq != null && !this.zq.ed()) {
387
- this.r8(true);
386
+ if (this.zr != null && !this.zr.ee()) {
387
+ this.r9(true);
388
388
  }
389
389
  break;
390
390
  case 1:
391
- if (this.zq != null && !this.zq.ed()) {
392
- this.r8(true);
391
+ if (this.zr != null && !this.zr.ee()) {
392
+ this.r9(true);
393
393
  }
394
394
  break;
395
395
  case 0:
396
- if (this.zq != null && !this.zq.ed()) {
397
- this.r8(true);
396
+ if (this.zr != null && !this.zr.ee()) {
397
+ this.r9(true);
398
398
  }
399
399
  break;
400
400
  case 2:
401
- if (this.adh != null && this.acm.da.b > 0 && this.zq != null && !this.zq.ed()) {
402
- this.r8(true);
401
+ if (this.ado != null && this.act.da.b > 0 && this.zr != null && !this.zr.ee()) {
402
+ this.r9(true);
403
403
  }
404
404
  break;
405
405
  case 3:
406
- if (d == this.adh) {
407
- if (this.zq != null && !this.zq.ed()) {
408
- this.r8(true);
406
+ if (d == this.ado) {
407
+ if (this.zr != null && !this.zr.ee()) {
408
+ this.r9(true);
409
409
  }
410
410
  }
411
411
  break;
412
412
  }
413
413
  }
414
- hk(a, b, c) {
415
- let d = super.hk(a, b, c);
414
+ hl(a, b, c) {
415
+ let d = super.hl(a, b, c);
416
416
  let e = c;
417
- if (this.dp == null || this.dp.count == 0 || this.zk == null || this.acs == null || this.zk.qa == 0 || this.zq == null || isInfinity(this.zq.qw) || isInfinity(this.zq.qv) || e.da.b < 1) {
417
+ if (this.dp == null || this.dp.count == 0 || this.zl == null || this.acz == null || this.zl.qc == 0 || this.zr == null || isInfinity(this.zr.qy) || isInfinity(this.zr.qx) || e.da.b < 1) {
418
418
  d = false;
419
419
  }
420
420
  return d;
421
421
  }
422
422
  getOffsetValue() {
423
- return this.ac3(this.zk, this.cw.ca, this.cw.b9, this.getEffectiveViewport1(this.cw));
423
+ return this.ada(this.zl, this.cw.ca, this.cw.b9, this.getEffectiveViewport1(this.cw));
424
424
  }
425
425
  getCategoryWidth() {
426
- return this.zk.getCategorySize(this.cw.ca, this.cw.b9, this.getEffectiveViewport1(this.cw));
426
+ return this.zl.getCategorySize(this.cw.ca, this.cw.b9, this.getEffectiveViewport1(this.cw));
427
427
  }
428
- get_acy() {
428
+ get_ac5() {
429
429
  return false;
430
430
  }
431
- get acy() {
432
- return this.get_acy();
431
+ get ac5() {
432
+ return this.get_ac5();
433
433
  }
434
434
  get_em() {
435
435
  return true;
436
436
  }
437
- get_gb() {
438
- return this.zq != null && this.zq.dn;
437
+ get_gc() {
438
+ return this.zr != null && this.zr.dn;
439
439
  }
440
- ac3(a, b, c, d) {
440
+ ada(a, b, c, d) {
441
441
  let e = 0;
442
442
  let f = this.preferredCategoryMode(a);
443
443
  if (f == 0 && a.categoryMode != 0) {
@@ -451,7 +451,7 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
451
451
  e = 0.5 * a.getCategorySize(b, c, d);
452
452
  break;
453
453
  case 2:
454
- e = a.getGroupCenter(this.aas(), b, c, d);
454
+ e = a.getGroupCenter(this.aat(), b, c, d);
455
455
  break;
456
456
  }
457
457
  if (a.dn) {
@@ -459,7 +459,7 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
459
459
  }
460
460
  return e;
461
461
  }
462
- ac2(a, b, c, d, e) {
462
+ ac9(a, b, c, d, e) {
463
463
  let f = 0;
464
464
  let g = this.preferredCategoryMode(b);
465
465
  if (g == 0 && b.categoryMode != 0) {
@@ -470,10 +470,10 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
470
470
  f = 0;
471
471
  break;
472
472
  case 1:
473
- f = 0.5 * b.r2(a, c, d, e);
473
+ f = 0.5 * b.r4(a, c, d, e);
474
474
  break;
475
475
  case 2:
476
- f = b.r1(a, this.aas(), c, d, e);
476
+ f = b.r3(a, this.aat(), c, d, e);
477
477
  break;
478
478
  }
479
479
  if (b.dn) {
@@ -481,32 +481,32 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
481
481
  }
482
482
  return f;
483
483
  }
484
- adm(a, b, c, d) {
484
+ adt(a, b, c, d) {
485
485
  if (d == 0) {
486
- this.qi(a, b, c);
486
+ this.qj(a, b, c);
487
487
  return;
488
488
  }
489
489
  let e = this.cw.ca;
490
490
  let f = this.cw.b9;
491
491
  let g = this.getEffectiveViewport1(this.cw);
492
- let h = this.dc.yz(this.xd, this.getEffectiveViewport(), e);
493
- let i = this.zq.px(f, e, g, h);
494
- let j = this.zk != null && this.zk.ds;
492
+ let h = this.dc.yz(this.xe, this.getEffectiveViewport(), e);
493
+ let i = this.zr.pz(f, e, g, h);
494
+ let j = this.zl != null && this.zl.ds;
495
495
  let k = new CollisionRect(0, this.dc.yw(a));
496
496
  for (let l = 0; l < this.dp.count; l++) {
497
497
  let m = typeCast(RadialBaseView.$, this.cw);
498
498
  let n = m.da.getBucket(l);
499
- let o = this.ac3(this.zk, e, f, g);
499
+ let o = this.ada(this.zl, e, f, g);
500
500
  if (j) {
501
- o = this.ac2(l, this.zk, e, f, g);
501
+ o = this.ac9(l, this.zl, e, f, g);
502
502
  if (isNaN_(o)) {
503
503
  o = 0;
504
504
  }
505
505
  }
506
- n[0] = this.zk.getScaledAngle(n[0]) + o;
507
- let p = Math.min(this.zr.b.tm(n[2]), i.maxLength);
508
- let q = this.zr.d(n[0], p, e, f, g);
509
- let r = this.zr.e(n[0], p, e, f, g);
506
+ n[0] = this.zl.getScaledAngle(n[0]) + o;
507
+ let p = Math.min(this.zs.b.to(n[2]), i.maxLength);
508
+ let q = this.zs.d(n[0], p, e, f, g);
509
+ let r = this.zs.e(n[0], p, e, f, g);
510
510
  if (k.containsLocation(q, r)) {
511
511
  if (c == 7 || c == 6) {
512
512
  b.add(((() => {
@@ -534,30 +534,30 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
534
534
  }
535
535
  }
536
536
  }
537
- get_ac0() {
537
+ get_ac7() {
538
538
  return false;
539
539
  }
540
- get ac0() {
541
- return this.get_ac0();
540
+ get ac7() {
541
+ return this.get_ac7();
542
542
  }
543
- get_acu() {
543
+ get_ac1() {
544
544
  return false;
545
545
  }
546
- get acu() {
547
- return this.get_acu();
546
+ get ac1() {
547
+ return this.get_ac1();
548
548
  }
549
- abt(a, b) {
549
+ abw(a, b) {
550
550
  let c = b.ca;
551
551
  let d = b.b9;
552
552
  let e = this.getEffectiveViewport1(b);
553
- let f = this.zk;
554
- let g = this.zq;
555
- let h = g.qw;
556
- let i = g.qv;
553
+ let f = this.zl;
554
+ let g = this.zr;
555
+ let h = g.qy;
556
+ let i = g.qx;
557
557
  a.k.clear();
558
558
  a.s.clear();
559
559
  a.v.clear();
560
- let j = this.x1();
560
+ let j = this.x2();
561
561
  let k = 0;
562
562
  let l = b;
563
563
  let m = f.ds;
@@ -565,11 +565,11 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
565
565
  let o = 0;
566
566
  let p = 0;
567
567
  let q = b.da.d;
568
- o = this.ac3(f, c, d, e);
569
- l.df.k = this.zq.tg;
570
- l.df.j = this.zq.tf;
571
- l.df.l = (r, s) => this.ac4(r, s, c, d, e);
572
- l.df.m = (r, s) => this.ac5(r, s, c, d, e);
568
+ o = this.ada(f, c, d, e);
569
+ l.df.k = this.zr.ti;
570
+ l.df.j = this.zr.th;
571
+ l.df.l = (r, s) => this.adb(r, s, c, d, e);
572
+ l.df.m = (r, s) => this.adc(r, s, c, d, e);
573
573
  let r = ((() => {
574
574
  let $ret = new Clipper(0, d, false);
575
575
  $ret.i = a.v;
@@ -581,42 +581,42 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
581
581
  $ret.f = b.da.c;
582
582
  $ret.g = q;
583
583
  $ret.a = o;
584
- $ret.d = this.ik;
584
+ $ret.d = this.il;
585
585
  $ret.i = d;
586
586
  $ret.h = e;
587
587
  $ret.j = c;
588
588
  return $ret;
589
589
  })());
590
- l.df.n(a.v, this.acq, this.acs, this.ac7, (t) => this.zk.getScaledAngle(t), (t) => this.zq.tm(t), s, r);
590
+ l.df.n(a.v, this.acx, this.acz, this.ade, (t) => this.zl.getScaledAngle(t), (t) => this.zr.to(t), s, r);
591
591
  a.i.clear();
592
592
  for (let t = 0; t < b.aa.count; t++) {
593
593
  a.i.add(new List$1(Point_$type, 0));
594
594
  let u = b.aa._inner[t];
595
- u.k = this.zq.tg;
596
- u.j = this.zq.tf;
597
- u.l = (v, w) => this.ac4(v, w, c, d, e);
598
- u.m = (v, w) => this.ac5(v, w, c, d, e);
599
- u.n(a.i._inner[t], u.g$b, this.acs, u.g$f, (v) => this.zk.getScaledAngle(v), (v) => this.zq.tm(v), s, r);
595
+ u.k = this.zr.ti;
596
+ u.j = this.zr.th;
597
+ u.l = (v, w) => this.adb(v, w, c, d, e);
598
+ u.m = (v, w) => this.adc(v, w, c, d, e);
599
+ u.n(a.i._inner[t], u.g$b, this.acz, u.g$f, (v) => this.zl.getScaledAngle(v), (v) => this.zr.to(v), s, r);
600
600
  }
601
601
  let v = true;
602
- if (this.acz(b)) {
602
+ if (this.ac6(b)) {
603
603
  q--;
604
604
  }
605
605
  for (let w = b.da.c; w <= q; ++w) {
606
606
  let x = w;
607
- if (x * b.da.b >= this.zk.qa) {
608
- x -= intDivide((this.zk.qa), b.da.b);
607
+ if (x * b.da.b >= this.zl.qc) {
608
+ x -= intDivide((this.zl.qc), b.da.b);
609
609
  }
610
610
  let y = b.da.getBucket(x);
611
611
  p = 0;
612
612
  if (m) {
613
- p = this.aak(x, c, d, e);
613
+ p = this.aal(x, c, d, e);
614
614
  }
615
615
  y[3] = p;
616
616
  if (!isNaN_(y[0])) {
617
617
  let z = false;
618
618
  if (m) {
619
- o = this.ac2(x, f, c, d, e);
619
+ o = this.ac9(x, f, c, d, e);
620
620
  if (isNaN_(o)) {
621
621
  o = 0;
622
622
  z = true;
@@ -624,15 +624,15 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
624
624
  }
625
625
  y[0] = f.getScaledAngle(y[0]) + o;
626
626
  if (y[1] < h || y[1] > i) {
627
- if (this.ac0) {
628
- if (y[1] > i && this.acu) {
627
+ if (this.ac7) {
628
+ if (y[1] > i && this.ac1) {
629
629
  }
630
630
  else {
631
631
  z = true;
632
632
  }
633
633
  }
634
634
  else {
635
- if (y[1] > i && this.acu) {
635
+ if (y[1] > i && this.ac1) {
636
636
  }
637
637
  else {
638
638
  continue;
@@ -643,17 +643,17 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
643
643
  y[1] = NaN;
644
644
  y[2] = NaN;
645
645
  }
646
- y[1] = g.tm(y[1]);
646
+ y[1] = g.to(y[1]);
647
647
  if (b.da.b > 1) {
648
648
  if (y[2] < h || y[2] > i) {
649
649
  continue;
650
650
  }
651
- y[2] = g.tm(y[2]);
651
+ y[2] = g.to(y[2]);
652
652
  }
653
653
  else {
654
654
  y[2] = y[1];
655
655
  }
656
- if ((isNaN_(y[1]) || isNaN_(y[2])) && v && this.acy && this.acw()) {
656
+ if ((isNaN_(y[1]) || isNaN_(y[2])) && v && this.ac5 && this.ac3()) {
657
657
  q++;
658
658
  }
659
659
  else {
@@ -663,13 +663,13 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
663
663
  if (j) {
664
664
  let aa = Math.min(x * b.da.b, this.dp.count - 1);
665
665
  let ab = false;
666
- if (this.zk.ds) {
667
- let ac = this.zk;
668
- let ad = ac.hasOthersCategory && (x * b.da.b) == this.zk.qa - 1;
666
+ if (this.zl.ds) {
667
+ let ac = this.zl;
668
+ let ad = ac.hasOthersCategory && (x * b.da.b) == this.zl.qc - 1;
669
669
  ab = ad;
670
670
  }
671
- let ae = this.zr.d(y[0], y[1], c, d, e);
672
- let af = this.zr.e(y[0], y[1], c, d, e);
671
+ let ae = this.zs.d(y[0], y[1], c, d, e);
672
+ let af = this.zs.e(y[0], y[1], c, d, e);
673
673
  let ag = new Rect(0, ae - 5, af - 5, 11, 11);
674
674
  if (!isNaN_(ae) && !isNaN_(af) && !isInfinity(ae) && !isInfinity(af) && n.tryAdd(ag)) {
675
675
  a.s.add({ $type: Point_$type, x: y[0], y: y[1] });
@@ -679,15 +679,15 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
679
679
  ah.content.item = this.dp.item(aa);
680
680
  if (ab) {
681
681
  ah.ak = this.dp.count;
682
- let ai = this.zk;
683
- ah.content.item = this.zk.tm(true);
682
+ let ai = this.zl;
683
+ ah.content.item = this.zl.to(true);
684
684
  }
685
685
  ++k;
686
686
  }
687
687
  }
688
688
  }
689
689
  else {
690
- if (v && this.acy && this.acw()) {
690
+ if (v && this.ac5 && this.ac3()) {
691
691
  q++;
692
692
  }
693
693
  }
@@ -695,17 +695,17 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
695
695
  b.db.count = k;
696
696
  return;
697
697
  }
698
- ac4(a, b, c, d, e) {
699
- return this.zr.d(a, b, c, d, e);
698
+ adb(a, b, c, d, e) {
699
+ return this.zs.d(a, b, c, d, e);
700
700
  }
701
- ac5(a, b, c, d, e) {
702
- return this.zr.e(a, b, c, d, e);
701
+ adc(a, b, c, d, e) {
702
+ return this.zs.e(a, b, c, d, e);
703
703
  }
704
- acz(a) {
704
+ ac6(a) {
705
705
  let b = a;
706
- return !this.acy && b.da.c == 0 && b.da.d == this.zk.qa;
706
+ return !this.ac5 && b.da.c == 0 && b.da.d == this.zl.qc;
707
707
  }
708
- acl(a, b, c) {
708
+ acs(a, b, c) {
709
709
  let d = null;
710
710
  let e = c.ca;
711
711
  let f = c.b9;
@@ -718,37 +718,37 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
718
718
  }
719
719
  return d;
720
720
  }
721
- adq(a, b, c, d, e) {
721
+ adx(a, b, c, d, e) {
722
722
  if (a.count > 0 && d.count > 0) {
723
- if (!e || this.acv()) {
724
- a.add(this.ad8);
723
+ if (!e || this.ac2()) {
724
+ a.add(this.aef);
725
725
  a.add(a._inner[0]);
726
- d.add(this.ad8);
726
+ d.add(this.aef);
727
727
  d.add(d._inner[0]);
728
728
  }
729
729
  }
730
730
  }
731
- acw() {
732
- return !this.acv();
731
+ ac3() {
732
+ return !this.ac2();
733
733
  }
734
- acv() {
734
+ ac2() {
735
735
  let a = this.cw.ca;
736
736
  return !a.containsPoint({ $type: Point_$type, x: 0.5, y: 0.5 });
737
737
  }
738
- pi(a, b) {
739
- super.pi(a, b);
738
+ pj(a, b) {
739
+ super.pj(a, b);
740
740
  let c = b;
741
741
  if (a) {
742
742
  c.db.clear();
743
743
  }
744
744
  c.df.g$h();
745
745
  }
746
- abw(a, b) {
747
- this.rd();
746
+ abz(a, b) {
747
+ this.re();
748
748
  let c = b.ca;
749
749
  let d = b.b9;
750
750
  let e = this.getEffectiveViewport1(b);
751
- let f = this.w4(b);
751
+ let f = this.w5(b);
752
752
  let g = b;
753
753
  g.df.g$k(a.v);
754
754
  for (let h = 0; h < b.aa.count; h++) {
@@ -758,22 +758,22 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
758
758
  let j = new List$1(Point_$type, 0);
759
759
  for (let k = 0; k < a.s.count; k++) {
760
760
  let l = a.s._inner[k];
761
- let m = this.zr.d(l.x, l.y, c, d, e);
762
- let n = this.zr.e(l.x, l.y, c, d, e);
761
+ let m = this.zs.d(l.x, l.y, c, d, e);
762
+ let n = this.zs.e(l.x, l.y, c, d, e);
763
763
  let o = { $type: Point_$type, x: m, y: n };
764
764
  j.add(o);
765
765
  }
766
- CategoryMarkerManager.e(this, j, g.db, this.x3);
767
- this.adk(b, a);
766
+ CategoryMarkerManager.e(this, j, g.db, this.x4);
767
+ this.adr(b, a);
768
768
  g.c4();
769
- this.adj(d, c, e, f, g);
769
+ this.adq(d, c, e, f, g);
770
770
  }
771
- ack(a, b, c) {
772
- if (b < a || a < 0 || a > this.acs.count || b < 0 || b > this.acs.count || c == null) {
771
+ acr(a, b, c) {
772
+ if (b < a || a < 0 || a > this.acz.count || b < 0 || b > this.acz.count || c == null) {
773
773
  return null;
774
774
  }
775
775
  let d = new Array((b - a) + 1);
776
- let e = c.dv;
776
+ let e = c.dw;
777
777
  let f = null;
778
778
  if (e) {
779
779
  f = c.i$b;
@@ -787,14 +787,14 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
787
787
  }
788
788
  return d;
789
789
  }
790
- ado(a, b, c, d, e, f) {
790
+ adv(a, b, c, d, e, f) {
791
791
  let g = this.by != 1;
792
792
  let h = this.cq != 1;
793
793
  let i = this.cp != 1;
794
794
  let j = this.d3;
795
- this.zz.a3(this.zz.d, d.dv, a, b, c, d, e, f, true);
796
- this.zz.aa(this.ii);
797
- let k = this.zz.ax;
795
+ this.z0.a3(this.z0.d, d.dw, a, b, c, d, e, f, true);
796
+ this.z0.aa(this.ij);
797
+ let k = this.z0.ax;
798
798
  let l = null;
799
799
  let m = null;
800
800
  let n = null;
@@ -803,10 +803,10 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
803
803
  let q = null;
804
804
  let r = null;
805
805
  if (j && this.dc != null && !k.e) {
806
- let s = this.v8(k.z);
807
- let t = this.v9(k.z);
808
- this.zz.ag = s;
809
- this.zz.ah = t;
806
+ let s = this.v9(k.z);
807
+ let t = this.wa(k.z);
808
+ this.z0.ag = s;
809
+ this.z0.ah = t;
810
810
  k.aa = s;
811
811
  k.ab = t;
812
812
  }
@@ -835,26 +835,26 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
835
835
  k.b = n;
836
836
  }
837
837
  k.h = f;
838
- this.abu(k);
839
- this.zz.y(this, l, m, n, f, g, h, i, k.v, this.dc.d7.totalHighWaterMark, k.x, this.dc.d8.totalHighWaterMark, k.t, this.dc.d6.totalHighWaterMark);
838
+ this.abx(k);
839
+ this.z0.y(this, l, m, n, f, g, h, i, k.v, this.dc.d7.totalHighWaterMark, k.x, this.dc.d8.totalHighWaterMark, k.t, this.dc.d6.totalHighWaterMark);
840
840
  }
841
- adp(a, b, c, d, e, f) {
841
+ adw(a, b, c, d, e, f) {
842
842
  let g = this.by != 1;
843
843
  let h = this.cq != 1;
844
844
  let i = this.cq != 1;
845
845
  let j = this.d3;
846
- this.zz.a3(this.zz.b, d.dv, a, b, c, d, e, f, false);
847
- this.zz.ab(this.ii);
848
- let k = this.zz.ay;
846
+ this.z0.a3(this.z0.b, d.dw, a, b, c, d, e, f, false);
847
+ this.z0.ab(this.ij);
848
+ let k = this.z0.ay;
849
849
  let l = null;
850
850
  let m = null;
851
851
  let n = null;
852
852
  let o = this.dp;
853
853
  if (j && this.dc != null && !k.e) {
854
- let p = this.v7(k.z);
855
- let q = this.wa(k.z);
856
- this.zz.ag = p;
857
- this.zz.ah = q;
854
+ let p = this.v8(k.z);
855
+ let q = this.wb(k.z);
856
+ this.z0.ag = p;
857
+ this.z0.ah = q;
858
858
  k.aa = p;
859
859
  k.ab = q;
860
860
  }
@@ -870,15 +870,15 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
870
870
  k.d = m;
871
871
  }
872
872
  k.h = f;
873
- this.abv(k);
874
- this.zz.z(this, l, m, n, f, g, h, i, b < 0);
873
+ this.aby(k);
874
+ this.z0.z(this, l, m, n, f, g, h, i, b < 0);
875
875
  }
876
- adk(a, b) {
876
+ adr(a, b) {
877
877
  a.ck = true;
878
- this.zz.a1(this, this.aaf(), runOn(this, this.y8), this.aaq(a), this.aar(a));
879
- let c = this.zz.d;
878
+ this.z0.a1(this, this.aag(), runOn(this, this.y9), this.aar(a), this.aas(a));
879
+ let c = this.z0.d;
880
880
  let d = c != null;
881
- let e = this.zk;
881
+ let e = this.zl;
882
882
  if (e == null) {
883
883
  return;
884
884
  }
@@ -896,42 +896,42 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
896
896
  let q = p.content;
897
897
  if (d) {
898
898
  let r = p.al;
899
- this.ado(j, r, h, e, g, a.t);
899
+ this.adv(j, r, h, e, g, a.t);
900
900
  }
901
- this.zz.ac(p, q);
901
+ this.z0.ac(p, q);
902
902
  }
903
903
  }
904
- adj(a, b, c, d, e) {
904
+ adq(a, b, c, d, e) {
905
905
  e.dg(a, b, c, d);
906
906
  }
907
- sz() {
908
- super.sz();
907
+ s0() {
908
+ super.s0();
909
909
  if (this.index < 0) {
910
910
  return;
911
911
  }
912
- this.acm.dh();
912
+ this.act.dh();
913
913
  }
914
- k6(a, b) {
915
- if (a == this.acm.df.g$n) {
914
+ k7(a, b) {
915
+ if (a == this.act.df.g$n) {
916
916
  return null;
917
917
  }
918
- return super.k6(a, b);
918
+ return super.k7(a, b);
919
919
  }
920
- gj(a) {
920
+ gk(a) {
921
921
  let b = this.cw.ca;
922
922
  b = b.copy();
923
923
  let c = this.cw.b9;
924
924
  let d = !b.isEmpty && !c.isEmpty && this.dp != null ? this.dp.indexOf(a) : -1;
925
- if (this.zk == null || this.acs == null || this.zq == null) {
925
+ if (this.zl == null || this.acz == null || this.zr == null) {
926
926
  return false;
927
927
  }
928
- if (d < 0 || d > this.acs.count - 1) {
928
+ if (d < 0 || d > this.acz.count - 1) {
929
929
  return false;
930
930
  }
931
- let e = this.zk.getScaledAngle(d);
932
- let f = this.zq.tm(this.acs.item(d));
931
+ let e = this.zl.getScaledAngle(d);
932
+ let f = this.zr.to(this.acz.item(d));
933
933
  if (isNaN_(f)) {
934
- f = (this.zq.tf + this.zq.tg) / 2;
934
+ f = (this.zr.th + this.zr.ti) / 2;
935
935
  }
936
936
  let g = 0.5 + (Math.cos(e) * f);
937
937
  let h = 0.5 + (Math.sin(e) * f);
@@ -960,58 +960,64 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
960
960
  }
961
961
  return d >= 0;
962
962
  }
963
- sa(a, b) {
964
- super.sa(a, b);
965
- if (!this.g6) {
963
+ sb(a, b) {
964
+ super.sb(a, b);
965
+ if (!this.g7) {
966
966
  this.cw.be(b);
967
967
  return;
968
968
  }
969
969
  this.cw.be(b);
970
970
  let c = typeCast(AnchoredRadialSeriesView.$, this.cv);
971
- c.da.e(this.ik);
971
+ c.da.e(this.il);
972
972
  if (this.d7(this.cv)) {
973
973
  return;
974
974
  }
975
- this.sb();
976
- this.g6 = false;
975
+ this.sc();
976
+ this.g7 = false;
977
977
  }
978
- sb() {
979
- super.sb();
978
+ sc() {
979
+ super.sc();
980
980
  let a = typeCast(AnchoredRadialSeriesView.$, this.cv);
981
- if (!this.gy) {
982
- this.acp = new RadialFrame(3);
983
- this.abt(this.acp, a);
981
+ if (!this.gz) {
982
+ this.acw = new RadialFrame(3);
983
+ this.abw(this.acw, a);
984
984
  }
985
- this.gy = false;
986
- this.abw(this.acp, a);
985
+ this.gz = false;
986
+ this.abz(this.acw, a);
987
987
  }
988
- r7(a, b, c, d, e) {
989
- super.r7(a, b, c, d, e);
988
+ r8(a, b, c, d, e) {
989
+ super.r8(a, b, c, d, e);
990
990
  let f = this.ba.a$k.item(d);
991
991
  let g = f;
992
- g.da.e(this.ik);
992
+ g.da.e(this.il);
993
993
  f.bd(c);
994
994
  if (this.d7(g)) {
995
995
  return;
996
996
  }
997
- if (this.aco == null) {
998
- this.aco = new RadialFrame(3);
997
+ if (this.acv == null) {
998
+ this.acv = new RadialFrame(3);
999
999
  }
1000
- this.aco.aa();
1001
- this.abt(this.aco, g);
1002
- this.abw(this.aco, g);
1000
+ this.acv.aa();
1001
+ this.abw(this.acv, g);
1002
+ this.abz(this.acv, g);
1003
+ }
1004
+ qe(a) {
1005
+ super.qe(a);
1006
+ this.bc.exportTrendlineData(this, a, this.act.df.g$n);
1003
1007
  }
1004
- qd(a) {
1005
- super.qd(a);
1006
- this.bc.exportTrendlineData(this, a, this.acm.df.g$n);
1008
+ fm(a) {
1009
+ if (this.zl.ds && this.zl.hasOthersCategory && this.zl.othersIndex == a) {
1010
+ return true;
1011
+ }
1012
+ return super.fm(a);
1007
1013
  }
1008
1014
  bd() {
1009
1015
  return new RadialTrendLineManager();
1010
1016
  }
1011
1017
  }
1012
1018
  AnchoredRadialSeries.$t = /*@__PURE__*/ markType(AnchoredRadialSeries, 'AnchoredRadialSeries', RadialBase.$);
1013
- AnchoredRadialSeries.adr = /*@__PURE__*/ DependencyProperty.i("ActualTrendLineBrush", Brush.$, AnchoredRadialSeries.$, /*@__PURE__*/ new PropertyMetadata(2, null, (a, b) => a.raisePropertyChanged("ActualTrendLineBrush", b.oldValue, b.newValue)));
1014
- AnchoredRadialSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, AnchoredRadialSeries, 'raisePropertyChanged', ['HighlightedValueMemberPath:ac9:ads', [2, null], 'UseCategoryNormalizedValues:ac1:ad0', [0, false], 'ValueMemberAsLegendLabel:add:ad1', [2, null], 'ValueMemberAsLegendUnit:adf:ad2', [2, null], 'ValueMemberPath:adh:ad3', [2, null], 'TrendLineType:acq:ady', [TrendLineType_$type, /*@__PURE__*/ enumGetBox(TrendLineType_$type, 0)], 'TrendLineThickness:ac6:adx', [1, 1.5], 'TrendLinePeriod:ac7:adw', [1, 7], 'TrendLineZIndex:ac8:adz', [1, 1], 'TrendLineBrush:ad5:adt', [Brush.$, null], 'TrendLineDashArray:ad6:adu', [DoubleCollection.$], 'TrendLineDashCap:ad7:adv', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 0)]]);
1019
+ AnchoredRadialSeries.ady = /*@__PURE__*/ DependencyProperty.i("ActualTrendLineBrush", Brush.$, AnchoredRadialSeries.$, /*@__PURE__*/ new PropertyMetadata(2, null, (a, b) => a.raisePropertyChanged("ActualTrendLineBrush", b.oldValue, b.newValue)));
1020
+ AnchoredRadialSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, AnchoredRadialSeries, 'raisePropertyChanged', ['HighlightedValueMemberPath:adg:adz', [2, null], 'UseCategoryNormalizedValues:ac8:ad7', [0, false], 'ValueMemberAsLegendLabel:adk:ad8', [2, null], 'ValueMemberAsLegendUnit:adm:ad9', [2, null], 'ValueMemberPath:ado:aea', [2, null], 'TrendLineType:acx:ad5', [TrendLineType_$type, /*@__PURE__*/ enumGetBox(TrendLineType_$type, 0)], 'TrendLineThickness:add:ad4', [1, 1.5], 'TrendLinePeriod:ade:ad3', [1, 7], 'TrendLineZIndex:adf:ad6', [1, 1], 'TrendLineBrush:aec:ad0', [Brush.$, null], 'TrendLineDashArray:aed:ad1', [DoubleCollection.$], 'TrendLineDashCap:aee:ad2', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 0)]]);
1015
1021
  return AnchoredRadialSeries;
1016
1022
  })();
1017
1023
  export { AnchoredRadialSeries };
@@ -1028,24 +1034,24 @@ let AnchoredRadialSeriesView = /*@__PURE__*/ (() => {
1028
1034
  dg(a, b, c, d) {
1029
1035
  }
1030
1036
  dh() {
1031
- this.de.ad4 = null;
1032
- if (this.de.ad5 != null) {
1033
- this.de.ad4 = this.de.ad5;
1037
+ this.de.aeb = null;
1038
+ if (this.de.aec != null) {
1039
+ this.de.aeb = this.de.aec;
1034
1040
  }
1035
1041
  else {
1036
- this.de.ad4 = this.de.vt;
1042
+ this.de.aeb = this.de.vu;
1037
1043
  }
1038
1044
  }
1039
1045
  bi(a, b) {
1040
1046
  if (a.d) {
1041
1047
  if (!b) {
1042
1048
  }
1043
- if (this.de.acq != 0 && !b) {
1049
+ if (this.de.acx != 0 && !b) {
1044
1050
  let c = this.df.g$n;
1045
- c.ad = this.de.ac6;
1046
- c._stroke = this.de.ad4;
1047
- c.ai = this.de.ad6;
1048
- c.aj = this.de.ad7;
1051
+ c.ad = this.de.add;
1052
+ c._stroke = this.de.aeb;
1053
+ c.ai = this.de.aed;
1054
+ c.aj = this.de.aee;
1049
1055
  a.v(c);
1050
1056
  }
1051
1057
  }
@@ -1053,15 +1059,15 @@ let AnchoredRadialSeriesView = /*@__PURE__*/ (() => {
1053
1059
  }
1054
1060
  getDefaultTooltipTemplate() {
1055
1061
  let a = "<div class='ui-chart-default-tooltip-content'>";
1056
- if (this.de.zk.hx != null) {
1057
- a += "<span>${item." + this.de.zk.hx + "}</span><br/>";
1062
+ if (this.de.zl.hz != null) {
1063
+ a += "<span>${item." + this.de.zl.hz + "}</span><br/>";
1058
1064
  }
1059
1065
  a += "<span";
1060
1066
  let b = this.f.ba.a$v(this.f);
1061
1067
  if (!stringIsNullOrEmpty(b)) {
1062
1068
  a += " style='color:" + b + "'";
1063
1069
  }
1064
- a += ">" + this.de.title + ": </span><span class='ui-priority-primary'>" + "${item." + this.de.adh + "}</span></div>";
1070
+ a += ">" + this.de.title + ": </span><span class='ui-priority-primary'>" + "${item." + this.de.ado + "}</span></div>";
1065
1071
  return a;
1066
1072
  }
1067
1073
  }