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
@@ -15,6 +15,7 @@ import { IHasCategoryModePreference_$type } from "./IHasCategoryModePreference";
15
15
  import { DependencyProperty } from "igniteui-webcomponents-core";
16
16
  import { RadialLabelMode_$type } from "igniteui-webcomponents-core";
17
17
  import { CategoryCollisionMode_$type } from "./CategoryCollisionMode";
18
+ import { Brush } from "igniteui-webcomponents-core";
18
19
  import { CategoryTransitionInMode_$type } from "./CategoryTransitionInMode";
19
20
  import { HighlightingInfo } from "igniteui-webcomponents-core";
20
21
  import { BindingFormatter } from "igniteui-webcomponents-core";
@@ -62,7 +63,7 @@ let RadialBucketCalculator = /*@__PURE__*/ (() => {
62
63
  a = this.c;
63
64
  b = this.d;
64
65
  c = this.b;
65
- d = this.a.c9.ik;
66
+ d = this.a.c9.il;
66
67
  return {
67
68
  p0: a,
68
69
  p1: b,
@@ -74,22 +75,22 @@ let RadialBucketCalculator = /*@__PURE__*/ (() => {
74
75
  let b = this.a.ca;
75
76
  let c = this.a.b9;
76
77
  let d = this.a.getEffectiveViewport();
77
- let e = this.a.c9.zk;
78
+ let e = this.a.c9.zl;
78
79
  if (b.isEmpty || c.isEmpty || e == null || this.a.c9.dp == null || this.a.c9.dp.count == 0) {
79
80
  this.b = 0;
80
81
  return;
81
82
  }
82
- let f = Math.floor(e.r4(c, d, b));
83
- let g = Math.ceil(e.r3(c, d, b));
83
+ let f = Math.floor(e.r6(c, d, b));
84
+ let g = Math.ceil(e.r5(c, d, b));
84
85
  if (e.dn) {
85
- g = Math.ceil(e.r4(c, d, b));
86
- f = Math.floor(e.r3(c, d, b));
86
+ g = Math.ceil(e.r6(c, d, b));
87
+ f = Math.floor(e.r5(c, d, b));
87
88
  }
88
89
  if (g < f) {
89
- g = e.qa + g;
90
+ g = e.qc + g;
90
91
  }
91
- let h = this.a.c9.zq;
92
- let i = h != null ? h.tg : 0.75;
92
+ let h = this.a.c9.zr;
93
+ let i = h != null ? h.ti : 0.75;
93
94
  let j = Math.min(c.width, c.height) * 0.5 * (i) * 2 * Math.PI;
94
95
  let k = Math.floor((g - f + 1) * a / j);
95
96
  this.b = truncate(Math.max(1, k));
@@ -112,42 +113,42 @@ let RadialBucketCalculator = /*@__PURE__*/ (() => {
112
113
  export { RadialBucketCalculator };
113
114
  let RadialBase = /*@__PURE__*/ (() => {
114
115
  class RadialBase extends MarkerSeries {
115
- rh(a) {
116
- super.rh(a);
117
- this.zs = a;
116
+ ri(a) {
117
+ super.ri(a);
118
+ this.zt = a;
118
119
  }
119
120
  constructor() {
120
121
  super();
121
- this.zz = null;
122
+ this.z0 = null;
123
+ this.z7 = false;
122
124
  this.z6 = false;
123
- this.z5 = false;
124
- this.z3 = null;
125
125
  this.z4 = null;
126
+ this.z5 = null;
126
127
  this.assigningRadialStyle = null;
127
128
  this.assigningRadialMarkerStyle = null;
128
- this.zd = null;
129
- this.zh = null;
130
129
  this.ze = null;
131
- this.zg = null;
130
+ this.zi = null;
132
131
  this.zf = null;
133
- this.zv = new RadialFrame(4);
132
+ this.zh = null;
133
+ this.zg = null;
134
134
  this.zw = new RadialFrame(4);
135
- this.zt = new RadialFrame(4);
136
- this.zr = null;
137
- this.zp = null;
138
- this.zp = new CategoryTransitionSourceFramePreparer();
139
- this.zz = new RadialSeriesRenderManager();
140
- }
141
- abs() {
135
+ this.zx = new RadialFrame(4);
136
+ this.zu = new RadialFrame(4);
137
+ this.zs = null;
138
+ this.zq = null;
139
+ this.zq = new CategoryTransitionSourceFramePreparer();
140
+ this.z0 = new RadialSeriesRenderManager();
141
+ }
142
+ abv() {
142
143
  if (this.dd.g) {
143
144
  this.dd.t();
144
145
  }
145
146
  }
146
147
  get categoryAxis() {
147
- return this.zk;
148
+ return this.zl;
148
149
  }
149
150
  a0() {
150
- return this.zk;
151
+ return this.zl;
151
152
  }
152
153
  b3() {
153
154
  if (this.b4 == 0) {
@@ -157,13 +158,13 @@ let RadialBase = /*@__PURE__*/ (() => {
157
158
  return super.b3();
158
159
  }
159
160
  }
160
- aai(a, b, c) {
161
+ aaj(a, b, c) {
161
162
  let d = this.cw.ca;
162
163
  let e = this.cw.b9;
163
164
  let f = this.cw.getEffectiveViewport();
164
165
  let g = this.al(a);
165
- let h = this.zr.d(0, this.zq.tp, d, e, f);
166
- let i = this.zr.e(0, this.zq.tp, d, e, f);
166
+ let h = this.zs.d(0, this.zr.tr, d, e, f);
167
+ let i = this.zs.e(0, this.zr.tr, d, e, f);
167
168
  if (g == null) {
168
169
  return false;
169
170
  }
@@ -173,13 +174,13 @@ let RadialBase = /*@__PURE__*/ (() => {
173
174
  continue;
174
175
  }
175
176
  if (k.length != 2) {
176
- if (CoreGeometryUtil.l(a, k[0], boxArray$1(k), this.il / 2 + this.i1(c))) {
177
+ if (CoreGeometryUtil.l(a, k[0], boxArray$1(k), this.im / 2 + this.i2(c))) {
177
178
  return true;
178
179
  }
179
- if (CoreGeometryUtil.i(a, { $type: Point_$type, x: h, y: i }, k[0], this.il / 2 + this.i1(c))) {
180
+ if (CoreGeometryUtil.i(a, { $type: Point_$type, x: h, y: i }, k[0], this.im / 2 + this.i2(c))) {
180
181
  return true;
181
182
  }
182
- if (CoreGeometryUtil.i(a, k[k.length - 1], { $type: Point_$type, x: h, y: i }, this.il / 2 + this.i1(c))) {
183
+ if (CoreGeometryUtil.i(a, k[k.length - 1], { $type: Point_$type, x: h, y: i }, this.im / 2 + this.i2(c))) {
183
184
  return true;
184
185
  }
185
186
  let l = new Array(k.length + 2);
@@ -193,13 +194,13 @@ let RadialBase = /*@__PURE__*/ (() => {
193
194
  }
194
195
  }
195
196
  else {
196
- if (CoreGeometryUtil.i(a, k[0], k[1], this.il / 2 + this.i1(c))) {
197
+ if (CoreGeometryUtil.i(a, k[0], k[1], this.im / 2 + this.i2(c))) {
197
198
  return true;
198
199
  }
199
- if (CoreGeometryUtil.i(a, { $type: Point_$type, x: h, y: i }, k[0], this.il / 2 + this.i1(c))) {
200
+ if (CoreGeometryUtil.i(a, { $type: Point_$type, x: h, y: i }, k[0], this.im / 2 + this.i2(c))) {
200
201
  return true;
201
202
  }
202
- if (CoreGeometryUtil.i(a, k[1], { $type: Point_$type, x: h, y: i }, this.il / 2 + this.i1(c))) {
203
+ if (CoreGeometryUtil.i(a, k[1], { $type: Point_$type, x: h, y: i }, this.im / 2 + this.i2(c))) {
203
204
  return true;
204
205
  }
205
206
  let n = new Array(4);
@@ -215,20 +216,20 @@ let RadialBase = /*@__PURE__*/ (() => {
215
216
  return false;
216
217
  }
217
218
  aj(a) {
218
- let b = this.zu();
219
+ let b = this.zv();
219
220
  let c = this.cw.ca;
220
221
  let d = this.cw.b9;
221
222
  let e = this.cw.getEffectiveViewport();
222
- let f = this.an(this.a0(), b.k, this.aaq(this.cw), this.aar(this.cw), this.w2(a), true);
223
+ let f = this.an(this.a0(), b.k, this.aar(this.cw), this.aas(this.cw), this.w3(a), true);
223
224
  if (f == null) {
224
225
  return null;
225
226
  }
226
227
  let g = f[0];
227
228
  let h = f[1];
228
- let i = this.zr.d(g[0], g[2], c, d, e);
229
- let j = this.zr.e(g[0], g[2], c, d, e);
230
- let k = this.zr.d(h[0], h[2], c, d, e);
231
- let l = this.zr.e(h[0], h[2], c, d, e);
229
+ let i = this.zs.d(g[0], g[2], c, d, e);
230
+ let j = this.zs.e(g[0], g[2], c, d, e);
231
+ let k = this.zs.d(h[0], h[2], c, d, e);
232
+ let l = this.zs.e(h[0], h[2], c, d, e);
232
233
  let m = new Array(1);
233
234
  let n = new Array(2);
234
235
  n[0] = { $type: Point_$type, x: i, y: j };
@@ -237,11 +238,11 @@ let RadialBase = /*@__PURE__*/ (() => {
237
238
  return m;
238
239
  }
239
240
  al(a) {
240
- let b = this.zu();
241
+ let b = this.zv();
241
242
  let c = this.cw.ca;
242
243
  let d = this.cw.b9;
243
244
  let e = this.cw.getEffectiveViewport();
244
- let f = this.an(this.a0(), b.k, this.aaq(this.cw), this.aar(this.cw), this.w2(a), true);
245
+ let f = this.an(this.a0(), b.k, this.aar(this.cw), this.aas(this.cw), this.w3(a), true);
245
246
  if (f == null) {
246
247
  return null;
247
248
  }
@@ -249,84 +250,84 @@ let RadialBase = /*@__PURE__*/ (() => {
249
250
  let h = f[1];
250
251
  let i = new Array(1);
251
252
  let j = new Array(2);
252
- let k = this.zr.d(g[0], g[1], c, d, e);
253
- let l = this.zr.e(g[0], g[1], c, d, e);
254
- let m = this.zr.d(h[0], h[1], c, d, e);
255
- let n = this.zr.e(h[0], h[1], c, d, e);
253
+ let k = this.zs.d(g[0], g[1], c, d, e);
254
+ let l = this.zs.e(g[0], g[1], c, d, e);
255
+ let m = this.zs.d(h[0], h[1], c, d, e);
256
+ let n = this.zs.e(h[0], h[1], c, d, e);
256
257
  j[0] = { $type: Point_$type, x: k, y: l };
257
258
  j[1] = { $type: Point_$type, x: m, y: n };
258
259
  i[0] = j;
259
260
  return i;
260
261
  }
261
- g2(a, b) {
262
- if (this.g1(a, b)) {
262
+ g3(a, b) {
263
+ if (this.g2(a, b)) {
263
264
  return true;
264
265
  }
265
- if (this.x2(a, b)) {
266
+ if (this.x3(a, b)) {
266
267
  return true;
267
268
  }
268
269
  return false;
269
270
  }
270
- y8(a, b) {
271
+ y9(a, b) {
271
272
  return null;
272
273
  }
273
- w1(a) {
274
- let b = this.zk;
275
- let c = this.zq;
274
+ w2(a) {
275
+ let b = this.zl;
276
+ let c = this.zr;
276
277
  if (b == null || c == null || this.dc == null) {
277
278
  return { $type: Point_$type, x: NaN, y: NaN };
278
279
  }
279
280
  let d = NaN;
280
281
  let e = NaN;
281
- let f = this.zr.h(a.x, a.y, this.dc.yr, this.dc.y9, this.getEffectiveViewport(), d, e);
282
+ let f = this.zs.h(a.x, a.y, this.dc.yr, this.dc.y9, this.getEffectiveViewport(), d, e);
282
283
  d = f.p5;
283
284
  e = f.p6;
284
285
  return { $type: Point_$type, x: d, y: e };
285
286
  }
286
- p6(a) {
287
- if (this.zk != null && this.zk.ds && this.zk.s9(a)) {
287
+ p7(a) {
288
+ if (this.zl != null && this.zl.ds && this.zl.tb(a)) {
288
289
  if (this.fl) {
289
- this.ba.a$y(this, a, this.zk.qb - 1);
290
+ this.ba.a$y(this, a, this.zl.qd - 1);
290
291
  }
291
292
  return;
292
293
  }
293
- super.p6(a);
294
+ super.p7(a);
294
295
  }
295
296
  eg(a) {
296
- if (this.zk != null && this.zk.ds && this.zk.hasOthersCategory) {
297
- if (this.zk.s9(a)) {
297
+ if (this.zl != null && this.zl.ds && this.zl.hasOthersCategory) {
298
+ if (this.zl.tb(a)) {
298
299
  return true;
299
300
  }
300
301
  }
301
302
  return super.eg(a);
302
303
  }
303
- p4(a) {
304
- if (this.zk != null && this.zk.ds && this.zk.s9(a)) {
304
+ p5(a) {
305
+ if (this.zl != null && this.zl.ds && this.zl.tb(a)) {
305
306
  if (this.fl) {
306
307
  this.ba.a$ao(this, a, this.dp.count - 1);
307
308
  }
308
309
  return;
309
310
  }
310
- super.p4(a);
311
+ super.p5(a);
311
312
  }
312
313
  ed(a, b, c, d, e) {
313
314
  if (!this.hasMarkers) {
314
315
  return false;
315
316
  }
316
- let f = this.zk;
317
- let g = new ScalerParams(1, this.dc.yr, this.xd, f.dn);
317
+ let f = this.zl;
318
+ let g = new ScalerParams(1, this.dc.yr, this.xe, f.dn);
318
319
  g.c = this.getEffectiveViewport1(this.cw);
319
- let h = this.zq;
320
- let i = new ScalerParams(1, this.dc.yr, this.xd, h.dn);
320
+ let h = this.zr;
321
+ let i = new ScalerParams(1, this.dc.yr, this.xe, h.dn);
321
322
  i.c = this.getEffectiveViewport1(this.cw);
322
- let j = this.aap;
323
+ let j = this.aaq;
323
324
  a.clear();
324
- this.xr.cw((k) => {
325
+ this.xs.cw((k) => {
325
326
  if (k._visibility == 0) {
326
327
  let l = new SeriesPointOfInterest();
327
328
  let m = k.n;
328
329
  let n = k.o;
329
- if (!e && (m < this.xd.left || m > this.xd.right || n < this.xd.top || n > this.xd.bottom)) {
330
+ if (!e && (m < this.xe.left || m > this.xe.right || n < this.xe.top || n > this.xe.bottom)) {
330
331
  return;
331
332
  }
332
333
  let o = null;
@@ -335,19 +336,19 @@ let RadialBase = /*@__PURE__*/ (() => {
335
336
  }
336
337
  let p;
337
338
  let q;
338
- let r = this.zr.h(m, n, this.cw.ca, this.cw.b9, this.cw.getEffectiveViewport(), p, q);
339
+ let r = this.zs.h(m, n, this.cw.ca, this.cw.b9, this.cw.getEffectiveViewport(), p, q);
339
340
  p = r.p5;
340
341
  q = r.p6;
341
342
  l.d = p;
342
343
  l.e = q;
343
344
  let s = l.e;
344
345
  let t = k.ak;
345
- l.f = this.abp(s, o, t, d, j, c, b, false);
346
+ l.f = this.abs(s, o, t, d, j, c, b, false);
346
347
  l.b = k.content;
347
- l.g = this.v0;
348
+ l.g = this.v1;
348
349
  l.c = k.ak;
349
- if (this.hf) {
350
- l.g = this.v7(k.ak);
350
+ if (this.hg) {
351
+ l.g = this.v8(k.ak);
351
352
  }
352
353
  l.a = this.ar(k.ak, k.al);
353
354
  a.add(l);
@@ -355,32 +356,32 @@ let RadialBase = /*@__PURE__*/ (() => {
355
356
  });
356
357
  return true;
357
358
  }
358
- k1(a, b) {
359
+ k2(a, b) {
359
360
  let c = null;
360
361
  if (this.dp != null) {
361
362
  if (a >= 0 && a < this.dp.count) {
362
363
  c = this.dp.item(a);
363
364
  }
364
- if (this.zk != null && this.zk.ds && a == this.zk.othersIndex) {
365
- c = this.zk.tm(false);
365
+ if (this.zl != null && this.zl.ds && a == this.zl.othersIndex) {
366
+ c = this.zl.to(false);
366
367
  }
367
368
  }
368
369
  let d = NaN;
369
370
  if (c != null) {
370
- d = this.jk(c);
371
+ d = this.jl(c);
371
372
  }
372
- let e = this.abp(d, c, a, this.aao >= 0 ? this.aao : 5, this.aap, false, false, b);
373
+ let e = this.abs(d, c, a, this.aap >= 0 ? this.aap : 5, this.aaq, false, false, b);
373
374
  if (e != null) {
374
375
  return e;
375
376
  }
376
- return super.k1(a, b);
377
+ return super.k2(a, b);
377
378
  }
378
- abp(a, b, c, d, e, f, g, h) {
379
+ abs(a, b, c, d, e, f, g, h) {
379
380
  let i = null;
380
- let j = this.zk.ds && this.zk.s9(b);
381
- let k = this.zx;
381
+ let j = this.zl.ds && this.zl.tb(b);
382
+ let k = this.zy;
382
383
  if (h) {
383
- k = this.zy;
384
+ k = this.zz;
384
385
  }
385
386
  if (k == 0) {
386
387
  if (h) {
@@ -390,10 +391,10 @@ let RadialBase = /*@__PURE__*/ (() => {
390
391
  k = 6;
391
392
  }
392
393
  }
393
- if ((h && ((this.ze != null) || (j && this.zf != null))) || (!h && ((this.zh != null) || (j && this.zg != null)))) {
394
- let l = this.aal(a, b, c, d, f);
395
- let m = this.aam(a, b, c, e, f);
396
- let n = this.aa6(c);
394
+ if ((h && ((this.zf != null) || (j && this.zg != null))) || (!h && ((this.zi != null) || (j && this.zh != null)))) {
395
+ let l = this.aam(a, b, c, d, f);
396
+ let m = this.aan(a, b, c, e, f);
397
+ let n = this.aa7(c);
397
398
  let o = ((() => {
398
399
  let $ret = new ProportionalRadialLabelContext();
399
400
  $ret.value = l;
@@ -405,26 +406,26 @@ let RadialBase = /*@__PURE__*/ (() => {
405
406
  let p = null;
406
407
  if (j) {
407
408
  if (h) {
408
- p = this.zf;
409
+ p = this.zg;
409
410
  }
410
411
  else {
411
- p = this.zg;
412
+ p = this.zh;
412
413
  }
413
414
  if (p == null) {
414
415
  if (h) {
415
- p = this.ze;
416
+ p = this.zf;
416
417
  }
417
418
  else {
418
- p = this.zh;
419
+ p = this.zi;
419
420
  }
420
421
  }
421
422
  }
422
423
  else {
423
424
  if (h) {
424
- p = this.ze;
425
+ p = this.zf;
425
426
  }
426
427
  else {
427
- p = this.zh;
428
+ p = this.zi;
428
429
  }
429
430
  }
430
431
  i = p.i(o);
@@ -432,65 +433,65 @@ let RadialBase = /*@__PURE__*/ (() => {
432
433
  else if (k != 1) {
433
434
  switch (k) {
434
435
  case 2:
435
- i = this.aa7(a, b, c, d, f);
436
+ i = this.aa8(a, b, c, d, f);
436
437
  break;
437
438
  case 3:
438
- i = this.aa8(a, b, c, e, f);
439
+ i = this.aa9(a, b, c, e, f);
439
440
  break;
440
441
  case 4:
441
442
  {
442
- let q = this.aa7(a, b, c, d, f);
443
- let r = this.aa8(a, b, c, e, f);
444
- i = q + this.aax + r;
443
+ let q = this.aa8(a, b, c, d, f);
444
+ let r = this.aa9(a, b, c, e, f);
445
+ i = q + this.aay + r;
445
446
  }
446
447
  break;
447
448
  case 5:
448
- i = this.aa6(c);
449
+ i = this.aa7(c);
449
450
  break;
450
451
  case 6:
451
452
  {
452
- let s = this.aa7(a, b, c, d, f);
453
- let t = this.aa6(c);
454
- i = t + this.aax + s;
453
+ let s = this.aa8(a, b, c, d, f);
454
+ let t = this.aa7(c);
455
+ i = t + this.aay + s;
455
456
  }
456
457
  break;
457
458
  case 7:
458
459
  {
459
- let u = this.aa8(a, b, c, e, f);
460
- let v = this.aa6(c);
461
- i = v + this.aax + u;
460
+ let u = this.aa9(a, b, c, e, f);
461
+ let v = this.aa7(c);
462
+ i = v + this.aay + u;
462
463
  }
463
464
  break;
464
465
  case 8:
465
466
  {
466
- let w = this.aa7(a, b, c, d, f);
467
- let x = this.aa8(a, b, c, e, f);
468
- let y = this.aa6(c);
469
- i = y + this.aax + w + this.aax + x;
467
+ let w = this.aa8(a, b, c, d, f);
468
+ let x = this.aa9(a, b, c, e, f);
469
+ let y = this.aa7(c);
470
+ i = y + this.aay + w + this.aay + x;
470
471
  }
471
472
  break;
472
473
  }
473
474
  }
474
475
  else {
475
476
  if (g) {
476
- i = this.aa7(a, b, c, d, f);
477
+ i = this.aa8(a, b, c, d, f);
477
478
  }
478
479
  else {
479
- i = this.aa6(c);
480
+ i = this.aa7(c);
480
481
  }
481
482
  }
482
483
  return i;
483
484
  }
484
- aa6(a) {
485
- let b = this.zk;
485
+ aa7(a) {
486
+ let b = this.zl;
486
487
  let c = this.au(true);
487
- if (this.zk != null && this.zk.ds && this.zk.hasOthersCategory && a == this.zk.othersIndex) {
488
- if (this.zd != null) {
489
- c = this.zd;
488
+ if (this.zl != null && this.zl.ds && this.zl.hasOthersCategory && a == this.zl.othersIndex) {
489
+ if (this.ze != null) {
490
+ c = this.ze;
490
491
  }
491
492
  }
492
493
  if (c != null) {
493
- let d = super.k1(a, false);
494
+ let d = super.k2(a, false);
494
495
  if (d != null) {
495
496
  return c.i(d);
496
497
  }
@@ -499,33 +500,33 @@ let RadialBase = /*@__PURE__*/ (() => {
499
500
  }
500
501
  }
501
502
  else {
502
- return b.i8(a);
503
+ return b.ja(a);
503
504
  }
504
505
  }
505
- aa7(a, b, c, d, e) {
506
+ aa8(a, b, c, d, e) {
506
507
  let f = a;
507
- f = this.aat(c, f);
508
+ f = this.aau(c, f);
508
509
  if (e) {
509
- return this.aav(f, d);
510
+ return this.aaw(f, d);
510
511
  }
511
512
  else {
512
- a = this.jk(b);
513
+ a = this.jl(b);
513
514
  if (!isNaN_(a)) {
514
- return this.aav(a, d);
515
+ return this.aaw(a, d);
515
516
  }
516
517
  else {
517
- return this.aav(f, d);
518
+ return this.aaw(f, d);
518
519
  }
519
520
  }
520
521
  }
521
- aal(a, b, c, d, e) {
522
+ aam(a, b, c, d, e) {
522
523
  let f = a;
523
- f = this.aat(c, f);
524
+ f = this.aau(c, f);
524
525
  if (e) {
525
526
  return f;
526
527
  }
527
528
  else {
528
- a = this.jk(b);
529
+ a = this.jl(b);
529
530
  if (!isNaN_(a)) {
530
531
  return a;
531
532
  }
@@ -534,34 +535,34 @@ let RadialBase = /*@__PURE__*/ (() => {
534
535
  }
535
536
  }
536
537
  }
537
- aa8(a, b, c, d, e) {
538
- if (this.zk == null || !this.zk.ds) {
539
- return this.aa7(a, b, c, d, e);
538
+ aa9(a, b, c, d, e) {
539
+ if (this.zl == null || !this.zl.ds) {
540
+ return this.aa8(a, b, c, d, e);
540
541
  }
541
- let f = this.zk.tg(c);
542
+ let f = this.zl.ti(c);
542
543
  if (e) {
543
- return this.aav(f, d) + "%";
544
+ return this.aaw(f, d) + "%";
544
545
  }
545
546
  else {
546
- a = this.zk.tg(c);
547
+ a = this.zl.ti(c);
547
548
  if (!isNaN_(a)) {
548
- return this.aav(a, d) + "%";
549
+ return this.aaw(a, d) + "%";
549
550
  }
550
551
  else {
551
- return this.aav(f, d) + "%";
552
+ return this.aaw(f, d) + "%";
552
553
  }
553
554
  }
554
555
  }
555
- aam(a, b, c, d, e) {
556
- if (this.zk == null || !this.zk.ds) {
557
- return this.aal(a, b, c, d, e);
556
+ aan(a, b, c, d, e) {
557
+ if (this.zl == null || !this.zl.ds) {
558
+ return this.aam(a, b, c, d, e);
558
559
  }
559
- let f = this.zk.tg(c);
560
+ let f = this.zl.ti(c);
560
561
  if (e) {
561
562
  return f;
562
563
  }
563
564
  else {
564
- a = this.zk.tg(c);
565
+ a = this.zl.ti(c);
565
566
  if (!isNaN_(a)) {
566
567
  return a;
567
568
  }
@@ -570,10 +571,10 @@ let RadialBase = /*@__PURE__*/ (() => {
570
571
  }
571
572
  }
572
573
  }
573
- aat(a, b) {
574
+ aau(a, b) {
574
575
  return b;
575
576
  }
576
- aav(a, b) {
577
+ aaw(a, b) {
577
578
  let c;
578
579
  if (b >= 0) {
579
580
  c = round10N(a, b);
@@ -590,13 +591,13 @@ let RadialBase = /*@__PURE__*/ (() => {
590
591
  return MathUtil.t(c);
591
592
  }
592
593
  }
593
- get_fw() {
594
+ get_fx() {
594
595
  return true;
595
596
  }
596
597
  get_fh() {
597
598
  return true;
598
599
  }
599
- z0(a, b, c) {
600
+ z1(a, b, c) {
600
601
  let d = new HighlightingInfo();
601
602
  d.i = this;
602
603
  d.g = 0;
@@ -607,12 +608,12 @@ let RadialBase = /*@__PURE__*/ (() => {
607
608
  }
608
609
  return d;
609
610
  }
610
- aah() {
611
+ aai() {
611
612
  return false;
612
613
  }
613
- hz() {
614
- let a = super.hz();
615
- if (this.aah()) {
614
+ h0() {
615
+ let a = super.h0();
616
+ if (this.aai()) {
616
617
  let b = ((() => {
617
618
  let $ret = new SeriesLayerPropertyOverlay();
618
619
  $ret.r = true;
@@ -629,7 +630,7 @@ let RadialBase = /*@__PURE__*/ (() => {
629
630
  })());
630
631
  a.add(b);
631
632
  }
632
- if (!this.aah()) {
633
+ if (!this.aai()) {
633
634
  let c = ((() => {
634
635
  let $ret = new SeriesLayerPropertyOverlay();
635
636
  $ret.r = true;
@@ -639,10 +640,10 @@ let RadialBase = /*@__PURE__*/ (() => {
639
640
  $ret.q = true;
640
641
  return $ret;
641
642
  })());
642
- c.valueResolving = delegateCombine(c.valueResolving, runOn(this, this.si));
643
+ c.valueResolving = delegateCombine(c.valueResolving, runOn(this, this.sj));
643
644
  a.add(c);
644
645
  }
645
- if (!this.aah()) {
646
+ if (!this.aai()) {
646
647
  let d = ((() => {
647
648
  let $ret = new SeriesLayerPropertyOverlay();
648
649
  $ret.r = true;
@@ -652,7 +653,7 @@ let RadialBase = /*@__PURE__*/ (() => {
652
653
  $ret.q = true;
653
654
  return $ret;
654
655
  })());
655
- d.valueResolving = delegateCombine(d.valueResolving, runOn(this, this.si));
656
+ d.valueResolving = delegateCombine(d.valueResolving, runOn(this, this.sj));
656
657
  a.add(d);
657
658
  }
658
659
  let e = ((() => {
@@ -675,31 +676,34 @@ let RadialBase = /*@__PURE__*/ (() => {
675
676
  a.add(f);
676
677
  return a;
677
678
  }
678
- k4() {
679
+ k5() {
679
680
  if (this.d4()) {
680
- return this.bo.zw;
681
+ return this.bo.zx;
681
682
  }
682
683
  else {
683
- return this.bo.zt;
684
+ return this.bo.zu;
684
685
  }
685
686
  }
686
- z1(a, b, c) {
687
+ z2(a, b, c) {
687
688
  if (this.dp == null) {
688
689
  return null;
689
690
  }
690
- let d = this.zs.da.c;
691
- let e = this.zs.da.d;
692
- let f = this.zs.da.b;
693
- let g = this.zu();
691
+ let d = this.zt.da.c;
692
+ let e = this.zt.da.d;
693
+ let f = this.zt.da.b;
694
+ if (f == 0) {
695
+ return null;
696
+ }
697
+ let g = this.zv();
694
698
  let h = this.dp.count;
695
- let i = this.zk;
699
+ let i = this.zl;
696
700
  let j = -1;
697
701
  let k = -1;
698
- let l = this.kc(b);
702
+ let l = this.kd(b);
699
703
  if (isNaN_(b.x) || isNaN_(b.y)) {
700
704
  if (a != null && this.dp != null) {
701
- if (this.zk.ds && this.zk.s9(a)) {
702
- l = this.zk.othersIndex;
705
+ if (this.zl.ds && this.zl.tb(a)) {
706
+ l = this.zl.othersIndex;
703
707
  }
704
708
  else {
705
709
  l = this.dp.indexOf(a);
@@ -717,23 +721,26 @@ let RadialBase = /*@__PURE__*/ (() => {
717
721
  m.f = k;
718
722
  return m;
719
723
  }
720
- z2(a, b, c) {
724
+ z3(a, b, c) {
721
725
  if (this.dp == null) {
722
726
  return null;
723
727
  }
724
- let d = this.zs.da.c;
725
- let e = this.zs.da.d;
726
- let f = this.zs.da.b;
727
- let g = this.zu();
728
+ let d = this.zt.da.c;
729
+ let e = this.zt.da.d;
730
+ let f = this.zt.da.b;
731
+ if (f == 0) {
732
+ return null;
733
+ }
734
+ let g = this.zv();
728
735
  let h = this.dp.count;
729
- let i = this.zk;
736
+ let i = this.zl;
730
737
  let j = -1;
731
738
  let k = -1;
732
- let l = this.kc(b);
739
+ let l = this.kd(b);
733
740
  if (isNaN_(b.x) || isNaN_(b.y)) {
734
741
  if (a != null && this.dp != null) {
735
- if (this.zk.ds && this.zk.s9(a)) {
736
- l = this.zk.othersIndex;
742
+ if (this.zl.ds && this.zl.tb(a)) {
743
+ l = this.zl.othersIndex;
737
744
  }
738
745
  else {
739
746
  l = this.dp.indexOf(a);
@@ -753,162 +760,173 @@ let RadialBase = /*@__PURE__*/ (() => {
753
760
  return m;
754
761
  }
755
762
  dh(a, b, c) {
756
- if (this.ef && this.f2(this.by) && !c) {
757
- let d = this.z1(a, b, this.z3);
758
- this.z3 = d;
763
+ if (this.ef && this.f3(this.by) && !c) {
764
+ let d = this.z2(a, b, this.z4);
765
+ this.z4 = d;
759
766
  return d;
760
767
  }
761
768
  else {
762
- let e = this.z0(a, b, this.z3);
763
- this.z3 = e;
769
+ let e = this.z1(a, b, this.z4);
770
+ this.z4 = e;
764
771
  return e;
765
772
  }
766
773
  }
767
774
  di(a, b, c) {
768
- if (this.f2(this.by) && !c) {
769
- let d = this.z2(a, b, this.z4);
770
- this.z4 = d;
775
+ if (this.f3(this.by) && !c) {
776
+ let d = this.z3(a, b, this.z5);
777
+ this.z5 = d;
771
778
  return d;
772
779
  }
773
780
  else {
774
- let e = this.z0(a, b, this.z4);
781
+ let e = this.z1(a, b, this.z5);
775
782
  e.d = true;
776
- this.z4 = e;
783
+ this.z5 = e;
777
784
  return e;
778
785
  }
779
786
  }
780
- aag() {
781
- return (this.assigningRadialStyle != null && this.z6) || this.d3 || (this.by != 1) || (this.cq != 1) || (this.cp != 1);
787
+ aah() {
788
+ return (this.assigningRadialStyle != null && this.z7) || this.d3 || (this.by != 1) || (this.cq != 1) || (this.cp != 1);
782
789
  }
783
- aaf() {
784
- return (this.assigningRadialMarkerStyle != null && this.z5) || this.d3 || (this.by != 1) || (this.cq != 1) || (this.cp != 1);
790
+ aag() {
791
+ return (this.assigningRadialMarkerStyle != null && this.z6) || this.d3 || (this.by != 1) || (this.cq != 1) || (this.cp != 1);
785
792
  }
786
- abv(a) {
787
- if (this.assigningRadialStyle != null && this.z6) {
793
+ aby(a) {
794
+ if (this.assigningRadialStyle != null && this.z7) {
788
795
  this.assigningRadialStyle(this, a);
789
796
  }
790
797
  }
791
- abu(a) {
792
- if (this.assigningRadialMarkerStyle != null && this.z5) {
798
+ abx(a) {
799
+ if (this.assigningRadialMarkerStyle != null && this.z6) {
793
800
  this.assigningRadialMarkerStyle(this, a);
794
801
  }
795
802
  }
796
- aaq(a) {
803
+ aar(a) {
797
804
  return a.da.b;
798
805
  }
799
- aar(a) {
806
+ aas(a) {
800
807
  return a.da.c;
801
808
  }
802
809
  ai() {
803
- return [this.zk, this.zq];
810
+ return [this.zl, this.zr];
804
811
  }
805
- s9(a, b) {
806
- this.zs.da.e(this.ik);
807
- this.r8(false);
812
+ ta(a, b) {
813
+ this.zt.da.e(this.il);
814
+ this.r9(false);
808
815
  }
809
- s8(a, b) {
810
- if (this.g7 && this.jz < 0.05 && (this.dc == null || !this.dc.gi())) {
811
- this.g8 = true;
812
- this.hb = false;
813
- this.gq = false;
816
+ s9(a, b) {
817
+ if (this.g8 && this.j0 < 0.05 && (this.dc == null || !this.dc.gi())) {
818
+ this.g9 = true;
819
+ this.hc = false;
820
+ this.gr = false;
814
821
  }
815
- this.zs.da.e(this.ik);
816
- this.r8(false);
822
+ this.zt.da.e(this.il);
823
+ this.r9(false);
817
824
  }
818
- rq(a, b, c, d) {
819
- super.rq(a, b, c, d);
825
+ rr(a, b, c, d) {
826
+ super.rr(a, b, c, d);
820
827
  switch (b) {
821
828
  case RadialBase.$$p[6]:
822
- this.r8(false);
829
+ this.r9(false);
823
830
  break;
824
831
  case RadialBase.$$p[14]:
825
- this.pr();
826
- this.r8(false);
832
+ this.ps();
833
+ this.r9(false);
827
834
  break;
828
835
  case "SeriesViewer":
829
836
  if (c != null && d == null) {
830
- if (this.zk != null) {
831
- this.zk.cx(this);
837
+ if (this.zl != null) {
838
+ this.zl.cx(this);
832
839
  }
833
- if (this.zq != null) {
834
- this.zq.cx(this);
840
+ if (this.zr != null) {
841
+ this.zr.cx(this);
835
842
  }
836
843
  }
837
844
  if (c == null && d != null) {
838
- if (this.zk != null) {
839
- this.zk.d3(this);
845
+ if (this.zl != null) {
846
+ this.zl.d4(this);
840
847
  }
841
- if (this.zq != null) {
842
- this.zq.d3(this);
848
+ if (this.zr != null) {
849
+ this.zr.d4(this);
843
850
  }
844
851
  }
845
- this.zs.da.e(this.ik);
846
- this.r8(false);
852
+ this.zt.da.e(this.il);
853
+ this.r9(false);
847
854
  break;
848
855
  case RadialBase.$$p[0]:
849
- if (this.zk != null && this.zq != null) {
850
- this.zr = new RadialAxes(this.zq, this.zk);
856
+ if (this.zl != null && this.zr != null) {
857
+ this.zs = new RadialAxes(this.zr, this.zl);
851
858
  }
852
859
  if (c != null) {
853
860
  c.cx(this);
854
861
  }
855
862
  if (d != null) {
856
- d.d3(this);
863
+ d.d4(this);
857
864
  }
858
- this.zs.da.e(this.ik);
859
- this.r8(false);
865
+ this.zt.da.e(this.il);
866
+ this.r9(false);
860
867
  break;
861
- case RadialBase.$$p[22]:
862
- if (this.zk != null && this.zq != null) {
863
- this.zr = new RadialAxes(this.zq, this.zk);
868
+ case RadialBase.$$p[24]:
869
+ if (this.zl != null && this.zr != null) {
870
+ this.zs = new RadialAxes(this.zr, this.zl);
864
871
  }
865
872
  if (c != null) {
866
873
  c.cx(this);
867
874
  }
868
875
  if (d != null) {
869
- d.d3(this);
876
+ d.d4(this);
870
877
  }
871
- this.zs.da.e(this.ik);
872
- if (this.zq == null || !this.zq.ed()) {
873
- this.r8(false);
878
+ this.zt.da.e(this.il);
879
+ if (this.zr == null || !this.zr.ee()) {
880
+ this.r9(false);
874
881
  }
875
882
  break;
876
883
  case RadialBase.$$p[3]:
877
884
  case RadialBase.$$p[4]:
878
- if (this.aaz != null) {
879
- this.zd = new BindingFormatter();
880
- this.zd.j = this.aaz;
881
- this.zd.d = this.y7;
885
+ if (this.aa0 != null) {
886
+ this.ze = new BindingFormatter();
887
+ this.ze.j = this.aa0;
888
+ this.ze.d = this.y8;
882
889
  }
883
890
  else {
884
- this.zd = null;
891
+ this.ze = null;
885
892
  }
886
893
  break;
887
- case RadialBase.$$p[19]:
888
- case RadialBase.$$p[20]:
889
- if (this.abm != null) {
890
- this.zh = new BindingFormatter();
891
- this.zh.j = this.abm;
892
- this.zh.d = this.zc;
894
+ case RadialBase.$$p[21]:
895
+ case RadialBase.$$p[22]:
896
+ if (this.abp != null) {
897
+ this.zi = new BindingFormatter();
898
+ this.zi.j = this.abp;
899
+ this.zi.d = this.zd;
893
900
  }
894
901
  else {
895
- this.zh = null;
902
+ this.zi = null;
896
903
  }
897
904
  break;
898
905
  case RadialBase.$$p[12]:
899
906
  case RadialBase.$$p[13]:
900
- if (this.abc != null) {
901
- this.ze = new BindingFormatter();
902
- this.ze.j = this.abc;
903
- this.ze.d = this.y9;
907
+ if (this.abd != null) {
908
+ this.zf = new BindingFormatter();
909
+ this.zf.j = this.abd;
910
+ this.zf.d = this.za;
904
911
  }
905
912
  else {
906
- this.ze = null;
913
+ this.zf = null;
914
+ }
915
+ break;
916
+ case RadialBase.$$p[19]:
917
+ case RadialBase.$$p[20]:
918
+ if (this.abp != null) {
919
+ this.zh = new BindingFormatter();
920
+ this.zh.j = this.abm;
921
+ this.zh.d = this.zc;
922
+ }
923
+ else {
924
+ this.zh = null;
907
925
  }
908
926
  break;
909
927
  case RadialBase.$$p[17]:
910
928
  case RadialBase.$$p[18]:
911
- if (this.abm != null) {
929
+ if (this.abd != null) {
912
930
  this.zg = new BindingFormatter();
913
931
  this.zg.j = this.abj;
914
932
  this.zg.d = this.zb;
@@ -917,109 +935,98 @@ let RadialBase = /*@__PURE__*/ (() => {
917
935
  this.zg = null;
918
936
  }
919
937
  break;
920
- case RadialBase.$$p[15]:
921
- case RadialBase.$$p[16]:
922
- if (this.abc != null) {
923
- this.zf = new BindingFormatter();
924
- this.zf.j = this.abg;
925
- this.zf.d = this.za;
926
- }
927
- else {
928
- this.zf = null;
929
- }
930
- break;
931
938
  case "SyncLink":
932
939
  if (this.c4 != null && this.dc != null) {
933
- this.zs.da.e(this.ik);
934
- this.r8(false);
940
+ this.zt.da.e(this.il);
941
+ this.r9(false);
935
942
  }
936
943
  break;
937
944
  case "TransitionProgress":
938
- this.zw.d(this.jz, this.zv, this.zt);
945
+ this.zx.d(this.j0, this.zw, this.zu);
939
946
  if (this.d7(this.cw)) {
940
947
  return;
941
948
  }
942
- if (this.jz == 1) {
943
- this.zt.ab();
944
- this.abw(this.zt, this.zs);
945
- if (this.g7) {
946
- this.g7 = false;
947
- this.pj();
948
- this.dd.r = truncate(this.jh());
949
+ if (this.j0 == 1) {
950
+ this.zu.ab();
951
+ this.abz(this.zu, this.zt);
952
+ if (this.g8) {
953
+ this.g8 = false;
954
+ this.pk();
955
+ this.dd.r = truncate(this.ji());
949
956
  this.dd.b = this.de;
950
957
  }
951
- if (this.ha) {
952
- this.ha = false;
953
- this.pj();
954
- this.dd.r = truncate(this.jh());
958
+ if (this.hb) {
959
+ this.hb = false;
960
+ this.pk();
961
+ this.dd.r = truncate(this.ji());
955
962
  this.dd.b = this.de;
956
- this.rg();
963
+ this.rh();
957
964
  }
958
- this.q3();
965
+ this.q4();
959
966
  }
960
967
  else {
961
- this.abw(this.zw, this.zs);
968
+ this.abz(this.zx, this.zt);
962
969
  }
963
970
  if (this.dc != null) {
964
971
  this.dc.st(this);
965
972
  }
966
973
  break;
967
974
  case RadialBase.$$p[8]:
968
- this.r8(false);
969
- this.q0();
975
+ this.r9(false);
976
+ this.q1();
970
977
  break;
971
978
  case "VisibilityProxy":
972
979
  if (EnumUtil.getEnumValue(Visibility_$type, c) != 0 && EnumUtil.getEnumValue(Visibility_$type, d) == 0) {
973
- this.zs.da.e(this.ik);
980
+ this.zt.da.e(this.il);
974
981
  }
975
982
  break;
976
983
  case RadialBase.$$p[10]:
977
- this.z6 = this.aae();
978
- this.r8(false);
984
+ this.z7 = this.aaf();
985
+ this.r9(false);
979
986
  break;
980
987
  case RadialBase.$$p[9]:
981
- this.z5 = this.aad();
982
- this.r8(false);
988
+ this.z6 = this.aae();
989
+ this.r9(false);
983
990
  break;
984
991
  }
985
992
  }
993
+ aaf() {
994
+ return this.aac;
995
+ }
986
996
  aae() {
987
997
  return this.aab;
988
998
  }
989
- aad() {
990
- return this.aaa;
991
- }
992
- z8(a) {
999
+ z9(a) {
993
1000
  if (typeCast(NumericRadiusAxis.$, a) !== null) {
994
1001
  return true;
995
1002
  }
996
1003
  return false;
997
1004
  }
998
- z7(a) {
1005
+ z8(a) {
999
1006
  if (typeCast(CategoryAngleAxis.$, a) !== null) {
1000
1007
  return true;
1001
1008
  }
1002
1009
  return false;
1003
1010
  }
1004
- kw(a) {
1005
- let b = this.kc(a);
1011
+ kx(a) {
1012
+ let b = this.kd(a);
1006
1013
  let c = false;
1007
- if (this.zk != null && this.zk.ds) {
1008
- let d = this.zk;
1009
- let e = d.hasOthersCategory && b == this.zk.qa - 1;
1014
+ if (this.zl != null && this.zl.ds) {
1015
+ let d = this.zl;
1016
+ let e = d.hasOthersCategory && b == this.zl.qc - 1;
1010
1017
  c = e;
1011
1018
  }
1012
1019
  if (c) {
1013
- return this.zk.tm(true);
1020
+ return this.zl.to(true);
1014
1021
  }
1015
1022
  return b >= 0 && this.dp != null && b < this.dp.count ? this.dp.item(b) : null;
1016
1023
  }
1017
- aaj(a) {
1024
+ aak(a) {
1018
1025
  let b = this.cw.ca;
1019
1026
  let c = this.cw.b9;
1020
1027
  let d = this.cw.getEffectiveViewport();
1021
- if (this.zk != null && !b.isEmpty && !c.isEmpty && this.zr != null) {
1022
- let e = this.zr.c(a, b, c, d);
1028
+ if (this.zl != null && !b.isEmpty && !c.isEmpty && this.zs != null) {
1029
+ let e = this.zs.c(a, b, c, d);
1023
1030
  if (e < 0) {
1024
1031
  e += Math.PI * 2;
1025
1032
  }
@@ -1030,188 +1037,188 @@ let RadialBase = /*@__PURE__*/ (() => {
1030
1037
  }
1031
1038
  return NaN;
1032
1039
  }
1033
- iy(a) {
1040
+ iz(a) {
1034
1041
  let b = this.cw.ca;
1035
1042
  let c = this.cw.b9;
1036
1043
  let d = this.getEffectiveViewport1(this.cw);
1037
1044
  let e = -1;
1038
- if (this.zk != null && !b.isEmpty && !c.isEmpty && this.zr != null) {
1039
- let f = this.zr.c(a, b, c, d);
1045
+ if (this.zl != null && !b.isEmpty && !c.isEmpty && this.zs != null) {
1046
+ let f = this.zs.c(a, b, c, d);
1040
1047
  if (f < 0) {
1041
1048
  f += Math.PI * 2;
1042
1049
  }
1043
1050
  if (f > Math.PI * 2) {
1044
1051
  f -= Math.PI * 2;
1045
1052
  }
1046
- let g = this.zk.getUnscaledAngle(f);
1047
- if (this.zk.categoryMode != 0) {
1053
+ let g = this.zl.getUnscaledAngle(f);
1054
+ if (this.zl.categoryMode != 0) {
1048
1055
  g -= 0.5;
1049
1056
  }
1050
1057
  e = g;
1051
1058
  }
1052
1059
  return e;
1053
1060
  }
1054
- aak(a, b, c, d) {
1055
- return this.zk.r2(a, b, c, d);
1061
+ aal(a, b, c, d) {
1062
+ return this.zl.r4(a, b, c, d);
1056
1063
  }
1057
- kc(a) {
1058
- let b = truncate(Math.round(this.iy(a)));
1064
+ kd(a) {
1065
+ let b = truncate(Math.round(this.iz(a)));
1059
1066
  let c = false;
1060
- if (this.zk != null && this.zk.ds) {
1061
- let d = this.zk;
1062
- let e = d.hasOthersCategory && b == this.zk.qa - 1;
1067
+ if (this.zl != null && this.zl.ds) {
1068
+ let d = this.zl;
1069
+ let e = d.hasOthersCategory && b == this.zl.qc - 1;
1063
1070
  c = e;
1064
1071
  }
1065
1072
  if (c) {
1066
- let f = this.zk;
1067
- return this.zk.qa - 1;
1073
+ let f = this.zl;
1074
+ return this.zl.qc - 1;
1068
1075
  }
1069
1076
  if (this.dp != null && b == this.dp.count) {
1070
1077
  b = 0;
1071
1078
  }
1072
1079
  return b;
1073
1080
  }
1074
- gj(a) {
1081
+ gk(a) {
1075
1082
  return false;
1076
1083
  }
1077
- zu() {
1078
- let a = this.zt;
1084
+ zv() {
1085
+ let a = this.zu;
1079
1086
  if (this.d4()) {
1080
1087
  if (this.dd.g) {
1081
1088
  this.dd.t();
1082
1089
  }
1083
- a = this.zw;
1090
+ a = this.zx;
1084
1091
  }
1085
1092
  return a;
1086
1093
  }
1087
- qp() {
1088
- super.qp();
1089
- if (this.zk != null) {
1090
- this.zk.ly(false);
1094
+ qq() {
1095
+ super.qq();
1096
+ if (this.zl != null) {
1097
+ this.zl.l0(false);
1091
1098
  }
1092
- if (this.zq != null) {
1093
- this.zq.ly(false);
1099
+ if (this.zr != null) {
1100
+ this.zr.l0(false);
1094
1101
  }
1095
1102
  }
1096
- hk(a, b, c) {
1103
+ hl(a, b, c) {
1097
1104
  let d = true;
1098
1105
  let e = c;
1099
- if (!super.hk(a, b, c) || !c.r() || b.isEmpty || a.isEmpty || this.zk == null || this.zk.itemsSource == null || this.zq == null || this.zr == null || this.dp == null || this.zk.b7 == null || this.zq.b7 == null || this.zq.qw == this.zq.qv) {
1106
+ if (!super.hl(a, b, c) || !c.r() || b.isEmpty || a.isEmpty || this.zl == null || this.zl.itemsSource == null || this.zr == null || this.zs == null || this.dp == null || this.zl.b7 == null || this.zr.b7 == null || this.zr.qy == this.zr.qx) {
1100
1107
  e.da.b = 0;
1101
1108
  d = false;
1102
1109
  }
1103
1110
  return d;
1104
1111
  }
1105
- zn() {
1112
+ zo() {
1106
1113
  return 1;
1107
1114
  }
1108
- aan() {
1109
- return Math.max(0, 0.5 * this.zq.tf);
1110
- }
1111
- gt() {
1112
- return this.aac;
1115
+ aao() {
1116
+ return Math.max(0, 0.5 * this.zr.th);
1113
1117
  }
1114
1118
  gu() {
1119
+ return this.aad;
1120
+ }
1121
+ gv() {
1115
1122
  return true;
1116
1123
  }
1117
- r9(a) {
1118
- super.r9(a);
1119
- this.zs.da.e(this.ik);
1124
+ sa(a) {
1125
+ super.sa(a);
1126
+ this.zt.da.e(this.il);
1120
1127
  if (this.d7(this.cw)) {
1121
- this.zt.ae();
1128
+ this.zu.ae();
1129
+ this.zx.ae();
1122
1130
  this.zw.ae();
1123
- this.zv.ae();
1124
1131
  return;
1125
1132
  }
1126
- if (this.gx) {
1133
+ if (this.gy) {
1127
1134
  if (this.d4()) {
1128
1135
  if (this.dd.g) {
1129
1136
  this.dd.t();
1130
1137
  }
1131
- this.abw(this.zw, this.zs);
1138
+ this.abz(this.zx, this.zt);
1132
1139
  }
1133
1140
  else {
1134
- this.abw(this.zt, this.zs);
1141
+ this.abz(this.zu, this.zt);
1135
1142
  }
1136
1143
  return;
1137
1144
  }
1138
- if (this.gl(a)) {
1139
- let b = this.zv;
1145
+ if (this.gm(a)) {
1146
+ let b = this.zw;
1140
1147
  if (this.d4()) {
1141
1148
  if (this.dd.g) {
1142
1149
  this.dd.t();
1143
1150
  }
1144
- this.zv = this.zw;
1145
- this.zw = b;
1151
+ this.zw = this.zx;
1152
+ this.zx = b;
1146
1153
  }
1147
1154
  else {
1148
- this.zv = this.zt;
1149
- this.zt = b;
1155
+ this.zw = this.zu;
1156
+ this.zu = b;
1150
1157
  }
1151
1158
  let c = false;
1152
- this.abt(this.zt, this.zs);
1153
- if (this.g9) {
1159
+ this.abw(this.zu, this.zt);
1160
+ if (this.ha) {
1154
1161
  this.dd.w();
1155
- this.dd.r = truncate(this.ji());
1162
+ this.dd.r = truncate(this.jj());
1156
1163
  this.dd.b = this.df != null ? this.df : this.de;
1157
- if (this.ha) {
1158
- let d = this.zw;
1159
- this.zw = this.zv;
1160
- this.zv = d;
1164
+ if (this.hb) {
1165
+ let d = this.zx;
1166
+ this.zx = this.zw;
1167
+ this.zw = d;
1161
1168
  c = true;
1162
1169
  }
1163
- this.zp.x(this, this.zv, this.zt, this.isVertical, this.zk, this.zq, this.zo, this.zn(), this.c6, this.c5(), runOn(this, this.aan), this.zs.b9);
1164
- if (this.ha) {
1165
- let e = this.zw;
1166
- this.zw = this.zv;
1167
- this.zv = e;
1170
+ this.zq.x(this, this.zw, this.zu, this.isVertical, this.zl, this.zr, this.zp, this.zo(), this.c6, this.c5(), runOn(this, this.aao), this.zt.b9);
1171
+ if (this.hb) {
1172
+ let e = this.zx;
1173
+ this.zx = this.zw;
1174
+ this.zw = e;
1168
1175
  }
1169
- this.ha = false;
1176
+ this.hb = false;
1170
1177
  }
1171
- if (this.hc) {
1178
+ if (this.hd) {
1172
1179
  this.dd.w();
1173
- this.dd.r = truncate(this.jj());
1180
+ this.dd.r = truncate(this.jk());
1174
1181
  this.dd.b = this.dg != null ? this.dg : this.de;
1175
- if (this.g7) {
1176
- let f = this.zw;
1177
- this.zw = this.zv;
1178
- this.zv = f;
1182
+ if (this.g8) {
1183
+ let f = this.zx;
1184
+ this.zx = this.zw;
1185
+ this.zw = f;
1179
1186
  c = true;
1180
1187
  }
1181
- this.zp.x(this, this.zv, this.zt, this.isVertical, this.zk, this.zq, this.zo, this.zn(), this.c6, this.c5(), runOn(this, this.aan), this.zs.b9);
1182
- let g = this.zt;
1183
- this.zt = this.zv;
1184
- this.zv = g;
1185
- if (this.g7) {
1186
- let h = this.zw;
1187
- this.zw = this.zv;
1188
- this.zv = h;
1188
+ this.zq.x(this, this.zw, this.zu, this.isVertical, this.zl, this.zr, this.zp, this.zo(), this.c6, this.c5(), runOn(this, this.aao), this.zt.b9);
1189
+ let g = this.zu;
1190
+ this.zu = this.zw;
1191
+ this.zw = g;
1192
+ if (this.g8) {
1193
+ let h = this.zx;
1194
+ this.zx = this.zw;
1195
+ this.zw = h;
1189
1196
  }
1190
- this.g7 = false;
1197
+ this.g8 = false;
1191
1198
  }
1192
1199
  this.eb = false;
1193
1200
  if (!c) {
1194
- this.pe();
1201
+ this.pf();
1195
1202
  }
1196
- this.sp();
1197
- if (this.g9) {
1198
- this.g8 = false;
1199
- this.g7 = true;
1203
+ this.sq();
1204
+ if (this.ha) {
1205
+ this.g9 = false;
1206
+ this.g8 = true;
1200
1207
  }
1201
- if (this.hc) {
1202
- this.hb = false;
1203
- this.ha = true;
1208
+ if (this.hd) {
1209
+ this.hc = false;
1210
+ this.hb = true;
1204
1211
  }
1205
1212
  }
1206
1213
  else {
1207
- this.abt(this.zt, this.zs);
1208
- this.abw(this.zt, this.zs);
1214
+ this.abw(this.zu, this.zt);
1215
+ this.abz(this.zu, this.zt);
1209
1216
  }
1210
1217
  }
1211
- aas() {
1218
+ aat() {
1212
1219
  if (this.bo != null) {
1213
1220
  let a = this.bo;
1214
- return a.aas();
1221
+ return a.aat();
1215
1222
  }
1216
1223
  let b = 0;
1217
1224
  for (let c of fromEnum(this.dc.b9)) {
@@ -1219,7 +1226,7 @@ let RadialBase = /*@__PURE__*/ (() => {
1219
1226
  return b;
1220
1227
  }
1221
1228
  let d = typeCast(RadialBase.$, c);
1222
- if (d != null && d.zk == this.zk && d.preferredCategoryMode(d.zk) == 2) {
1229
+ if (d != null && d.zl == this.zl && d.preferredCategoryMode(d.zl) == 2) {
1223
1230
  b++;
1224
1231
  }
1225
1232
  }
@@ -1227,15 +1234,15 @@ let RadialBase = /*@__PURE__*/ (() => {
1227
1234
  }
1228
1235
  ak(a, b) {
1229
1236
  let c = new List$1(ChartSelection.$, 0);
1230
- this.qi(a, c, b);
1237
+ this.qj(a, c, b);
1231
1238
  return c.toArray();
1232
1239
  }
1233
- qi(a, b, c) {
1240
+ qj(a, b, c) {
1234
1241
  let d = this.cw.ca;
1235
1242
  let e = this.cw.b9;
1236
1243
  let f = this.cw.getEffectiveViewport();
1237
1244
  let g, h;
1238
- let i = this.zr.f(this.dc.yw(a), d, e, f, g, h);
1245
+ let i = this.zs.f(this.dc.yw(a), d, e, f, g, h);
1239
1246
  g = i.p4;
1240
1247
  h = i.p5;
1241
1248
  if (g == -1 || h == -1) {
@@ -1243,7 +1250,7 @@ let RadialBase = /*@__PURE__*/ (() => {
1243
1250
  }
1244
1251
  let j = h - g + 1;
1245
1252
  if (g > h) {
1246
- j = this.zk.qb - g + h + 1;
1253
+ j = this.zl.qd - g + h + 1;
1247
1254
  }
1248
1255
  if (j > 0 && (c == 7 || c == 6)) {
1249
1256
  b.add(((() => {
@@ -1254,18 +1261,18 @@ let RadialBase = /*@__PURE__*/ (() => {
1254
1261
  return;
1255
1262
  }
1256
1263
  for (let k = 0; k < j; k++) {
1257
- let l = (k + g) % (this.zk.qb);
1264
+ let l = (k + g) % (this.zl.qd);
1258
1265
  if (c == 2 || c == 1) {
1259
1266
  b.add(((() => {
1260
1267
  let $ret = new ChartSelection();
1261
- $ret.item = this.zk.pm.item(l);
1268
+ $ret.item = this.zl.po.item(l);
1262
1269
  return $ret;
1263
1270
  })()));
1264
1271
  }
1265
1272
  else {
1266
1273
  b.add(((() => {
1267
1274
  let $ret = new ChartSelection();
1268
- $ret.item = this.zk.pm.item(l);
1275
+ $ret.item = this.zl.po.item(l);
1269
1276
  $ret.series = this;
1270
1277
  return $ret;
1271
1278
  })()));
@@ -1274,7 +1281,7 @@ let RadialBase = /*@__PURE__*/ (() => {
1274
1281
  }
1275
1282
  }
1276
1283
  RadialBase.$t = /*@__PURE__*/ markType(RadialBase, 'RadialBase', MarkerSeries.$, [IHasCategoryModePreference_$type]);
1277
- RadialBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, RadialBase, 'raisePropertyChanged', ['AngleAxis:zk:abx', [CategoryAngleAxis.$, null], 'AutoCalloutLabelPrecision:aao:aby', [1, -1], 'AutoCalloutLabelValueSeparator:aax:abz', [2, " - "], 'AutoCalloutOthersLabelFormat:aaz:ab0', [2, null], 'AutoCalloutOthersLabelFormatSpecifiers:y7:ab1', [Array_$type, null], 'AutoCalloutPercentagePrecision:aap:ab2', [1, 2], 'AutoCalloutRadialLabelMode:zx:ab3', [RadialLabelMode_$type, /*@__PURE__*/ enumGetBox(RadialLabelMode_$type, 0)], 'CategoryCollisionMode:zl:ab4', [CategoryCollisionMode_$type, /*@__PURE__*/ enumGetBox(CategoryCollisionMode_$type, 1)], 'ClipSeriesToBounds:z9:ab5', [0, false], 'IsCustomRadialMarkerStyleAllowed:aaa:ab6', [0, false], 'IsCustomRadialStyleAllowed:aab:ab7', [0, false], 'IsTransitionInEnabled:aac:ab8', [0, false], 'LegendProportionalRadialLabelFormat:abc:ab9', [2, null], 'LegendProportionalRadialLabelFormatSpecifiers:y9:aca', [Array_$type, null], 'LegendRadialLabelMode:zy:acb', [RadialLabelMode_$type, /*@__PURE__*/ enumGetBox(RadialLabelMode_$type, 0)], 'OthersLegendProportionalRadialLabelFormat:abg:acc', [2, null], 'OthersLegendProportionalRadialLabelFormatSpecifiers:za:acd', [Array_$type, null], 'OthersProportionalRadialLabelFormat:abj:ace', [2, null], 'OthersProportionalRadialLabelFormatSpecifiers:zb:acf', [Array_$type, null], 'ProportionalRadialLabelFormat:abm:acg', [2, null], 'ProportionalRadialLabelFormatSpecifiers:zc:ach', [Array_$type, null], 'TransitionInMode:zo:aci', [CategoryTransitionInMode_$type, /*@__PURE__*/ enumGetBox(CategoryTransitionInMode_$type, 0)], 'ValueAxis:zq:acj', [NumericRadiusAxis.$, null]]);
1284
+ RadialBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, RadialBase, 'raisePropertyChanged', ['AngleAxis:zl:ab0', [CategoryAngleAxis.$, null], 'AutoCalloutLabelPrecision:aap:ab1', [1, -1], 'AutoCalloutLabelValueSeparator:aay:ab2', [2, " - "], 'AutoCalloutOthersLabelFormat:aa0:ab3', [2, null], 'AutoCalloutOthersLabelFormatSpecifiers:y8:ab4', [Array_$type, null], 'AutoCalloutPercentagePrecision:aaq:ab5', [1, 2], 'AutoCalloutRadialLabelMode:zy:ab6', [RadialLabelMode_$type, /*@__PURE__*/ enumGetBox(RadialLabelMode_$type, 0)], 'CategoryCollisionMode:zm:ab7', [CategoryCollisionMode_$type, /*@__PURE__*/ enumGetBox(CategoryCollisionMode_$type, 1)], 'ClipSeriesToBounds:aaa:ab8', [0, false], 'IsCustomRadialMarkerStyleAllowed:aab:ab9', [0, false], 'IsCustomRadialStyleAllowed:aac:aca', [0, false], 'IsTransitionInEnabled:aad:acb', [0, false], 'LegendProportionalRadialLabelFormat:abd:acc', [2, null], 'LegendProportionalRadialLabelFormatSpecifiers:za:acd', [Array_$type, null], 'LegendRadialLabelMode:zz:ace', [RadialLabelMode_$type, /*@__PURE__*/ enumGetBox(RadialLabelMode_$type, 0)], 'OthersCategoryBrush:acp:acf', [Brush.$, null], 'OthersCategoryOutline:acq:acg', [Brush.$, null], 'OthersLegendProportionalRadialLabelFormat:abj:ach', [2, null], 'OthersLegendProportionalRadialLabelFormatSpecifiers:zb:aci', [Array_$type, null], 'OthersProportionalRadialLabelFormat:abm:acj', [2, null], 'OthersProportionalRadialLabelFormatSpecifiers:zc:ack', [Array_$type, null], 'ProportionalRadialLabelFormat:abp:acl', [2, null], 'ProportionalRadialLabelFormatSpecifiers:zd:acm', [Array_$type, null], 'TransitionInMode:zp:acn', [CategoryTransitionInMode_$type, /*@__PURE__*/ enumGetBox(CategoryTransitionInMode_$type, 0)], 'ValueAxis:zr:aco', [NumericRadiusAxis.$, null]]);
1278
1285
  return RadialBase;
1279
1286
  })();
1280
1287
  export { RadialBase };