igniteui-webcomponents-charts 3.2.1 → 3.2.2

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 (567) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +10178 -10093
  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 +3 -3
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +117 -117
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +185 -185
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +6 -6
  9. package/esm2015/lib/AnnotationLayerProxy.js +25 -25
  10. package/esm2015/lib/AnnotationLayer_combined.js +116 -116
  11. package/esm2015/lib/AreaSeries_combined.js +35 -35
  12. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  13. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  14. package/esm2015/lib/BarSeries_combined.js +69 -69
  15. package/esm2015/lib/BollingerBandWidthIndicator.js +19 -19
  16. package/esm2015/lib/BollingerBandsOverlay_combined.js +77 -77
  17. package/esm2015/lib/BrushScale.js +7 -7
  18. package/esm2015/lib/BubbleSeries_combined.js +227 -227
  19. package/esm2015/lib/CalloutLayer_combined.js +404 -404
  20. package/esm2015/lib/CategoryBucketCalculator_combined.js +180 -180
  21. package/esm2015/lib/CategoryChart.js +13 -13
  22. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  23. package/esm2015/lib/CategoryHighlightLayer_combined.js +49 -49
  24. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +96 -96
  25. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  26. package/esm2015/lib/CategorySeriesInteractionManager.js +3 -3
  27. package/esm2015/lib/CategoryToolTipLayer_combined.js +64 -64
  28. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  29. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  30. package/esm2015/lib/ColumnSeries_combined.js +50 -50
  31. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  32. package/esm2015/lib/CrosshairLayer_combined.js +77 -77
  33. package/esm2015/lib/CustomIndicator.js +22 -22
  34. package/esm2015/lib/DataToolTipLayer_combined.js +428 -410
  35. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  36. package/esm2015/lib/DomainChart.js +11 -8
  37. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  38. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  39. package/esm2015/lib/FinalValueLayer_combined.js +63 -63
  40. package/esm2015/lib/FinancialChart_combined.js +20 -20
  41. package/esm2015/lib/FinancialEventArgs_combined.js +509 -509
  42. package/esm2015/lib/FinancialIndicator_combined.js +168 -168
  43. package/esm2015/lib/FinancialOverlay.js +28 -28
  44. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  45. package/esm2015/lib/FinancialPriceSeriesProxy.js +14 -14
  46. package/esm2015/lib/FinancialPriceSeries_combined.js +203 -203
  47. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  48. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  49. package/esm2015/lib/HighDensityScatterSeries_combined.js +388 -388
  50. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +94 -94
  51. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  52. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  53. package/esm2015/lib/HorizontalRangeCategorySeries.js +36 -36
  54. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  55. package/esm2015/lib/IndicatorProxy.js +10 -10
  56. package/esm2015/lib/ItemToolTipLayer_combined.js +86 -68
  57. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  58. package/esm2015/lib/LineSeries_combined.js +29 -29
  59. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  60. package/esm2015/lib/MassIndexIndicator.js +6 -6
  61. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  62. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  63. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  64. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  65. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  66. package/esm2015/lib/OverlayProxy.js +7 -7
  67. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  68. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  69. package/esm2015/lib/PieChartViewManager_combined.js +1 -0
  70. package/esm2015/lib/PointSeries_combined.js +13 -13
  71. package/esm2015/lib/PointerTooltip_combined.js +75 -65
  72. package/esm2015/lib/PolarAreaSeries_combined.js +19 -19
  73. package/esm2015/lib/PolarBase_combined.js +334 -334
  74. package/esm2015/lib/PolarLineSeriesBase_combined.js +46 -46
  75. package/esm2015/lib/PolarLineSeries_combined.js +18 -18
  76. package/esm2015/lib/PolarScatterSeries_combined.js +8 -8
  77. package/esm2015/lib/PolarSplineAreaSeries_combined.js +20 -20
  78. package/esm2015/lib/PolarSplineSeries_combined.js +17 -17
  79. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  80. package/esm2015/lib/PriceChannelOverlay_combined.js +61 -61
  81. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  82. package/esm2015/lib/RadialAreaSeries_combined.js +31 -31
  83. package/esm2015/lib/RadialBucketCalculator_combined.js +129 -129
  84. package/esm2015/lib/RadialColumnSeries_combined.js +37 -37
  85. package/esm2015/lib/RadialLineSeries_combined.js +28 -28
  86. package/esm2015/lib/RadialPieSeries_combined.js +35 -35
  87. package/esm2015/lib/RangeAreaSeries_combined.js +16 -16
  88. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +77 -77
  89. package/esm2015/lib/RangeColumnSeries_combined.js +22 -22
  90. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  91. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  92. package/esm2015/lib/ScatterAreaSeries_combined.js +110 -110
  93. package/esm2015/lib/ScatterBase_combined.js +380 -380
  94. package/esm2015/lib/ScatterContourSeries_combined.js +98 -98
  95. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  96. package/esm2015/lib/ScatterLineSeries.js +43 -43
  97. package/esm2015/lib/ScatterLineSeriesView.js +2 -2
  98. package/esm2015/lib/ScatterPolygonSeries_combined.js +194 -194
  99. package/esm2015/lib/ScatterPolylineSeries_combined.js +20 -20
  100. package/esm2015/lib/ScatterSeries_combined.js +11 -11
  101. package/esm2015/lib/ScatterSplineSeries.js +30 -30
  102. package/esm2015/lib/ScatterSplineSeriesView.js +2 -2
  103. package/esm2015/lib/ScatterTriangulationSeries.js +141 -141
  104. package/esm2015/lib/SeriesInteractionManager.js +16 -16
  105. package/esm2015/lib/SeriesRenderManager.js +8 -8
  106. package/esm2015/lib/SeriesViewerInteractionManager.js +5 -5
  107. package/esm2015/lib/SeriesViewer_combined.js +462 -458
  108. package/esm2015/lib/SeriesVisualDataManager.js +2 -2
  109. package/esm2015/lib/ShapeSeriesBase_combined.js +264 -264
  110. package/esm2015/lib/SizeScale.js +2 -2
  111. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  112. package/esm2015/lib/SplineAreaSeries_combined.js +28 -28
  113. package/esm2015/lib/SplineSeriesBase_combined.js +101 -101
  114. package/esm2015/lib/SplineSeries_combined.js +20 -20
  115. package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
  116. package/esm2015/lib/Stacked100BarBucketCalculator.js +25 -23
  117. package/esm2015/lib/Stacked100BarSeries_combined.js +11 -11
  118. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +25 -23
  119. package/esm2015/lib/Stacked100ColumnSeries_combined.js +11 -11
  120. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  121. package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
  122. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  123. package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
  124. package/esm2015/lib/StackedLineSeries_combined.js +8 -8
  125. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +850 -844
  126. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  127. package/esm2015/lib/StepAreaSeries_combined.js +30 -30
  128. package/esm2015/lib/StepLineSeries_combined.js +31 -31
  129. package/esm2015/lib/StochRSIIndicator.js +15 -15
  130. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  131. package/esm2015/lib/TRIXIndicator.js +16 -16
  132. package/esm2015/lib/TimeAxisBase.js +1 -1
  133. package/esm2015/lib/TimeXAxis.js +1 -1
  134. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  135. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  136. package/esm2015/lib/ValueOverlay_combined.js +96 -96
  137. package/esm2015/lib/VerticalAnchoredCategorySeries.js +52 -52
  138. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
  139. package/esm2015/lib/WaterfallSeries_combined.js +88 -88
  140. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  141. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  142. package/esm2015/lib/igc-anchored-category-series-component.js +15 -15
  143. package/esm2015/lib/igc-anchored-radial-series-component.js +25 -25
  144. package/esm2015/lib/igc-annotation-layer-component.js +15 -15
  145. package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
  146. package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
  147. package/esm2015/lib/igc-bar-fragment-component.js +1 -1
  148. package/esm2015/lib/igc-bar-series-component.js +7 -7
  149. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  150. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +6 -6
  151. package/esm2015/lib/igc-bubble-series-component.js +43 -43
  152. package/esm2015/lib/igc-callout-layer-component.js +94 -94
  153. package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
  154. package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
  155. package/esm2015/lib/igc-category-series-component.js +15 -15
  156. package/esm2015/lib/igc-category-tool-tip-layer-component.js +10 -10
  157. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  158. package/esm2015/lib/igc-column-fragment-component.js +7 -7
  159. package/esm2015/lib/igc-column-series-component.js +10 -10
  160. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  161. package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
  162. package/esm2015/lib/igc-data-tool-tip-layer-component.js +367 -360
  163. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  164. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  165. package/esm2015/lib/igc-final-value-layer-component.js +42 -42
  166. package/esm2015/lib/igc-financial-indicator-component.js +11 -11
  167. package/esm2015/lib/igc-financial-overlay-component.js +3 -3
  168. package/esm2015/lib/igc-financial-price-series-component.js +27 -27
  169. package/esm2015/lib/igc-financial-series-component.js +48 -48
  170. package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
  171. package/esm2015/lib/igc-fragment-base-component.js +1 -1
  172. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  173. package/esm2015/lib/igc-high-density-scatter-series-component.js +52 -52
  174. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +4 -4
  175. package/esm2015/lib/igc-horizontal-range-category-series-component.js +13 -13
  176. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +2 -2
  177. package/esm2015/lib/igc-item-tool-tip-layer-component.js +22 -15
  178. package/esm2015/lib/igc-marker-series-component.js +28 -28
  179. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  180. package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
  181. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  182. package/esm2015/lib/igc-polar-area-series-component.js +3 -3
  183. package/esm2015/lib/igc-polar-base-component.js +71 -71
  184. package/esm2015/lib/igc-polar-line-series-component.js +3 -3
  185. package/esm2015/lib/igc-polar-spline-area-series-component.js +3 -3
  186. package/esm2015/lib/igc-polar-spline-series-component.js +3 -3
  187. package/esm2015/lib/igc-price-channel-overlay-component.js +3 -3
  188. package/esm2015/lib/igc-radial-area-series-component.js +3 -3
  189. package/esm2015/lib/igc-radial-base-component.js +26 -26
  190. package/esm2015/lib/igc-radial-column-series-component.js +6 -6
  191. package/esm2015/lib/igc-radial-line-series-component.js +3 -3
  192. package/esm2015/lib/igc-radial-pie-series-component.js +6 -6
  193. package/esm2015/lib/igc-range-category-series-component.js +4 -4
  194. package/esm2015/lib/igc-range-column-series-component.js +7 -7
  195. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  196. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
  197. package/esm2015/lib/igc-scatter-area-series-component.js +22 -22
  198. package/esm2015/lib/igc-scatter-base-component.js +43 -43
  199. package/esm2015/lib/igc-scatter-contour-series-component.js +27 -27
  200. package/esm2015/lib/igc-scatter-line-series-component.js +3 -3
  201. package/esm2015/lib/igc-scatter-polygon-series-component.js +37 -37
  202. package/esm2015/lib/igc-scatter-polyline-series-component.js +6 -6
  203. package/esm2015/lib/igc-scatter-spline-series-component.js +3 -3
  204. package/esm2015/lib/igc-scatter-triangulation-series-component.js +34 -34
  205. package/esm2015/lib/igc-series-component.js +54 -47
  206. package/esm2015/lib/igc-shape-series-base-component.js +40 -40
  207. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  208. package/esm2015/lib/igc-spline-fragment-base-component.js +1 -1
  209. package/esm2015/lib/igc-spline-series-base-component.js +6 -6
  210. package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
  211. package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
  212. package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
  213. package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
  214. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  215. package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
  216. package/esm2015/lib/igc-stacked-bar-series-component.js +6 -6
  217. package/esm2015/lib/igc-stacked-column-series-component.js +6 -6
  218. package/esm2015/lib/igc-stacked-series-base-component.js +10 -10
  219. package/esm2015/lib/igc-stacked-spline-area-series-component.js +3 -3
  220. package/esm2015/lib/igc-stacked-spline-series-component.js +3 -3
  221. package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
  222. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
  223. package/esm2015/lib/igc-trix-indicator-component.js +3 -3
  224. package/esm2015/lib/igc-value-overlay-component.js +48 -48
  225. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +4 -4
  226. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
  227. package/esm2015/lib/igc-waterfall-series-component.js +14 -14
  228. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
  229. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  230. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  231. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +3 -3
  232. package/esm5/lib/AnchoredCategorySeries_combined.js +116 -116
  233. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +183 -183
  234. package/esm5/lib/AngleAxisLabelPanel_combined.js +6 -6
  235. package/esm5/lib/AnnotationLayerProxy.js +25 -25
  236. package/esm5/lib/AnnotationLayer_combined.js +115 -115
  237. package/esm5/lib/AreaSeries_combined.js +35 -35
  238. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  239. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  240. package/esm5/lib/BarSeries_combined.js +69 -69
  241. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  242. package/esm5/lib/BollingerBandsOverlay_combined.js +77 -77
  243. package/esm5/lib/BrushScale.js +7 -7
  244. package/esm5/lib/BubbleSeries_combined.js +230 -230
  245. package/esm5/lib/CalloutLayer_combined.js +405 -405
  246. package/esm5/lib/CategoryBucketCalculator_combined.js +180 -180
  247. package/esm5/lib/CategoryChart.js +13 -13
  248. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  249. package/esm5/lib/CategoryHighlightLayer_combined.js +48 -48
  250. package/esm5/lib/CategoryItemHighlightLayer_combined.js +96 -96
  251. package/esm5/lib/CategoryMarkerManager.js +1 -1
  252. package/esm5/lib/CategorySeriesInteractionManager.js +3 -3
  253. package/esm5/lib/CategoryToolTipLayer_combined.js +64 -64
  254. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  255. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  256. package/esm5/lib/ColumnSeries_combined.js +49 -49
  257. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  258. package/esm5/lib/CrosshairLayer_combined.js +77 -77
  259. package/esm5/lib/CustomIndicator.js +22 -22
  260. package/esm5/lib/DataToolTipLayer_combined.js +428 -410
  261. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  262. package/esm5/lib/DomainChart.js +11 -8
  263. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  264. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  265. package/esm5/lib/FinalValueLayer_combined.js +63 -63
  266. package/esm5/lib/FinancialChart_combined.js +20 -20
  267. package/esm5/lib/FinancialEventArgs_combined.js +509 -509
  268. package/esm5/lib/FinancialIndicator_combined.js +167 -167
  269. package/esm5/lib/FinancialOverlay.js +28 -28
  270. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  271. package/esm5/lib/FinancialPriceSeriesProxy.js +14 -14
  272. package/esm5/lib/FinancialPriceSeries_combined.js +202 -202
  273. package/esm5/lib/ForceIndexIndicator.js +15 -15
  274. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  275. package/esm5/lib/HighDensityScatterSeries_combined.js +389 -389
  276. package/esm5/lib/HorizontalAnchoredCategorySeries.js +92 -92
  277. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  278. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  279. package/esm5/lib/HorizontalRangeCategorySeries.js +36 -36
  280. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  281. package/esm5/lib/IndicatorProxy.js +10 -10
  282. package/esm5/lib/ItemToolTipLayer_combined.js +86 -68
  283. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  284. package/esm5/lib/LineSeries_combined.js +29 -29
  285. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  286. package/esm5/lib/MassIndexIndicator.js +6 -6
  287. package/esm5/lib/MedianPriceIndicator.js +6 -6
  288. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  289. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  290. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  291. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  292. package/esm5/lib/OverlayProxy.js +7 -7
  293. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  294. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  295. package/esm5/lib/PieChartViewManager_combined.js +1 -0
  296. package/esm5/lib/PointSeries_combined.js +13 -13
  297. package/esm5/lib/PointerTooltip_combined.js +75 -65
  298. package/esm5/lib/PolarAreaSeries_combined.js +19 -19
  299. package/esm5/lib/PolarBase_combined.js +333 -333
  300. package/esm5/lib/PolarLineSeriesBase_combined.js +46 -46
  301. package/esm5/lib/PolarLineSeries_combined.js +18 -18
  302. package/esm5/lib/PolarScatterSeries_combined.js +8 -8
  303. package/esm5/lib/PolarSplineAreaSeries_combined.js +20 -20
  304. package/esm5/lib/PolarSplineSeries_combined.js +17 -17
  305. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  306. package/esm5/lib/PriceChannelOverlay_combined.js +61 -61
  307. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  308. package/esm5/lib/RadialAreaSeries_combined.js +31 -31
  309. package/esm5/lib/RadialBucketCalculator_combined.js +129 -129
  310. package/esm5/lib/RadialColumnSeries_combined.js +37 -37
  311. package/esm5/lib/RadialLineSeries_combined.js +28 -28
  312. package/esm5/lib/RadialPieSeries_combined.js +35 -35
  313. package/esm5/lib/RangeAreaSeries_combined.js +16 -16
  314. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +77 -77
  315. package/esm5/lib/RangeColumnSeries_combined.js +22 -22
  316. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  317. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  318. package/esm5/lib/ScatterAreaSeries_combined.js +108 -108
  319. package/esm5/lib/ScatterBase_combined.js +379 -379
  320. package/esm5/lib/ScatterContourSeries_combined.js +96 -96
  321. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  322. package/esm5/lib/ScatterLineSeries.js +43 -43
  323. package/esm5/lib/ScatterLineSeriesView.js +2 -2
  324. package/esm5/lib/ScatterPolygonSeries_combined.js +192 -192
  325. package/esm5/lib/ScatterPolylineSeries_combined.js +20 -20
  326. package/esm5/lib/ScatterSeries_combined.js +11 -11
  327. package/esm5/lib/ScatterSplineSeries.js +30 -30
  328. package/esm5/lib/ScatterSplineSeriesView.js +2 -2
  329. package/esm5/lib/ScatterTriangulationSeries.js +145 -145
  330. package/esm5/lib/SeriesInteractionManager.js +16 -16
  331. package/esm5/lib/SeriesRenderManager.js +8 -8
  332. package/esm5/lib/SeriesViewerInteractionManager.js +5 -5
  333. package/esm5/lib/SeriesViewer_combined.js +457 -453
  334. package/esm5/lib/SeriesVisualDataManager.js +2 -2
  335. package/esm5/lib/ShapeSeriesBase_combined.js +262 -262
  336. package/esm5/lib/SizeScale.js +2 -2
  337. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  338. package/esm5/lib/SplineAreaSeries_combined.js +28 -28
  339. package/esm5/lib/SplineSeriesBase_combined.js +101 -101
  340. package/esm5/lib/SplineSeries_combined.js +20 -20
  341. package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
  342. package/esm5/lib/Stacked100BarBucketCalculator.js +25 -23
  343. package/esm5/lib/Stacked100BarSeries_combined.js +11 -11
  344. package/esm5/lib/Stacked100ColumnBucketCalculator.js +25 -23
  345. package/esm5/lib/Stacked100ColumnSeries_combined.js +11 -11
  346. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  347. package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
  348. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  349. package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
  350. package/esm5/lib/StackedLineSeries_combined.js +8 -8
  351. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +849 -843
  352. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  353. package/esm5/lib/StepAreaSeries_combined.js +30 -30
  354. package/esm5/lib/StepLineSeries_combined.js +31 -31
  355. package/esm5/lib/StochRSIIndicator.js +14 -14
  356. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  357. package/esm5/lib/TRIXIndicator.js +15 -15
  358. package/esm5/lib/TimeAxisBase.js +1 -1
  359. package/esm5/lib/TimeXAxis.js +1 -1
  360. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  361. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  362. package/esm5/lib/ValueOverlay_combined.js +96 -96
  363. package/esm5/lib/VerticalAnchoredCategorySeries.js +52 -52
  364. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
  365. package/esm5/lib/WaterfallSeries_combined.js +88 -88
  366. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  367. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  368. package/esm5/lib/igc-anchored-category-series-component.js +15 -15
  369. package/esm5/lib/igc-anchored-radial-series-component.js +25 -25
  370. package/esm5/lib/igc-annotation-layer-component.js +15 -15
  371. package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
  372. package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
  373. package/esm5/lib/igc-bar-fragment-component.js +1 -1
  374. package/esm5/lib/igc-bar-series-component.js +7 -7
  375. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  376. package/esm5/lib/igc-bollinger-bands-overlay-component.js +6 -6
  377. package/esm5/lib/igc-bubble-series-component.js +43 -43
  378. package/esm5/lib/igc-callout-layer-component.js +94 -94
  379. package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
  380. package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
  381. package/esm5/lib/igc-category-series-component.js +15 -15
  382. package/esm5/lib/igc-category-tool-tip-layer-component.js +10 -10
  383. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  384. package/esm5/lib/igc-column-fragment-component.js +7 -7
  385. package/esm5/lib/igc-column-series-component.js +10 -10
  386. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  387. package/esm5/lib/igc-crosshair-layer-component.js +90 -90
  388. package/esm5/lib/igc-data-tool-tip-layer-component.js +367 -360
  389. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  390. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  391. package/esm5/lib/igc-final-value-layer-component.js +42 -42
  392. package/esm5/lib/igc-financial-indicator-component.js +11 -11
  393. package/esm5/lib/igc-financial-overlay-component.js +3 -3
  394. package/esm5/lib/igc-financial-price-series-component.js +27 -27
  395. package/esm5/lib/igc-financial-series-component.js +48 -48
  396. package/esm5/lib/igc-force-index-indicator-component.js +4 -4
  397. package/esm5/lib/igc-fragment-base-component.js +1 -1
  398. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  399. package/esm5/lib/igc-high-density-scatter-series-component.js +52 -52
  400. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +4 -4
  401. package/esm5/lib/igc-horizontal-range-category-series-component.js +13 -13
  402. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +2 -2
  403. package/esm5/lib/igc-item-tool-tip-layer-component.js +22 -15
  404. package/esm5/lib/igc-marker-series-component.js +28 -28
  405. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  406. package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
  407. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  408. package/esm5/lib/igc-polar-area-series-component.js +3 -3
  409. package/esm5/lib/igc-polar-base-component.js +71 -71
  410. package/esm5/lib/igc-polar-line-series-component.js +3 -3
  411. package/esm5/lib/igc-polar-spline-area-series-component.js +3 -3
  412. package/esm5/lib/igc-polar-spline-series-component.js +3 -3
  413. package/esm5/lib/igc-price-channel-overlay-component.js +3 -3
  414. package/esm5/lib/igc-radial-area-series-component.js +3 -3
  415. package/esm5/lib/igc-radial-base-component.js +26 -26
  416. package/esm5/lib/igc-radial-column-series-component.js +6 -6
  417. package/esm5/lib/igc-radial-line-series-component.js +3 -3
  418. package/esm5/lib/igc-radial-pie-series-component.js +6 -6
  419. package/esm5/lib/igc-range-category-series-component.js +4 -4
  420. package/esm5/lib/igc-range-column-series-component.js +7 -7
  421. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  422. package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
  423. package/esm5/lib/igc-scatter-area-series-component.js +22 -22
  424. package/esm5/lib/igc-scatter-base-component.js +43 -43
  425. package/esm5/lib/igc-scatter-contour-series-component.js +27 -27
  426. package/esm5/lib/igc-scatter-line-series-component.js +3 -3
  427. package/esm5/lib/igc-scatter-polygon-series-component.js +37 -37
  428. package/esm5/lib/igc-scatter-polyline-series-component.js +6 -6
  429. package/esm5/lib/igc-scatter-spline-series-component.js +3 -3
  430. package/esm5/lib/igc-scatter-triangulation-series-component.js +34 -34
  431. package/esm5/lib/igc-series-component.js +54 -47
  432. package/esm5/lib/igc-shape-series-base-component.js +40 -40
  433. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  434. package/esm5/lib/igc-spline-fragment-base-component.js +1 -1
  435. package/esm5/lib/igc-spline-series-base-component.js +6 -6
  436. package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
  437. package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
  438. package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
  439. package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
  440. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  441. package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
  442. package/esm5/lib/igc-stacked-bar-series-component.js +6 -6
  443. package/esm5/lib/igc-stacked-column-series-component.js +6 -6
  444. package/esm5/lib/igc-stacked-series-base-component.js +10 -10
  445. package/esm5/lib/igc-stacked-spline-area-series-component.js +3 -3
  446. package/esm5/lib/igc-stacked-spline-series-component.js +3 -3
  447. package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
  448. package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
  449. package/esm5/lib/igc-trix-indicator-component.js +3 -3
  450. package/esm5/lib/igc-value-overlay-component.js +48 -48
  451. package/esm5/lib/igc-vertical-anchored-category-series-component.js +4 -4
  452. package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
  453. package/esm5/lib/igc-waterfall-series-component.js +14 -14
  454. package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
  455. package/fesm2015/igniteui-webcomponents-charts.js +10211 -10126
  456. package/fesm5/igniteui-webcomponents-charts.js +10178 -10093
  457. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  458. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  459. package/lib/AnchoredCategorySeries_combined.d.ts +34 -34
  460. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +36 -36
  461. package/lib/AnnotationLayer_combined.d.ts +31 -31
  462. package/lib/AreaSeries_combined.d.ts +6 -6
  463. package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
  464. package/lib/AverageTrueRangeIndicator.d.ts +8 -8
  465. package/lib/BarSeries_combined.d.ts +10 -10
  466. package/lib/BollingerBandWidthIndicator.d.ts +8 -8
  467. package/lib/BollingerBandsOverlay_combined.d.ts +10 -10
  468. package/lib/BubbleSeries_combined.d.ts +38 -38
  469. package/lib/CalloutLayer_combined.d.ts +83 -83
  470. package/lib/CategoryBucketCalculator_combined.d.ts +49 -49
  471. package/lib/CategoryHighlightLayer_combined.d.ts +14 -14
  472. package/lib/CategoryItemHighlightLayer_combined.d.ts +24 -24
  473. package/lib/CategoryToolTipLayer_combined.d.ts +13 -13
  474. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  475. package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
  476. package/lib/ColumnSeries_combined.d.ts +10 -10
  477. package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
  478. package/lib/CrosshairLayer_combined.d.ts +37 -37
  479. package/lib/CustomIndicator.d.ts +8 -8
  480. package/lib/DataToolTipLayer_combined.d.ts +117 -115
  481. package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
  482. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  483. package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
  484. package/lib/FinalValueLayer_combined.d.ts +25 -25
  485. package/lib/FinancialEventArgs_combined.d.ts +90 -90
  486. package/lib/FinancialIndicator_combined.d.ts +26 -26
  487. package/lib/FinancialOverlay.d.ts +4 -4
  488. package/lib/FinancialPriceSeries_combined.d.ts +30 -30
  489. package/lib/ForceIndexIndicator.d.ts +9 -9
  490. package/lib/FullStochasticOscillatorIndicator.d.ts +13 -13
  491. package/lib/HighDensityScatterSeries_combined.d.ts +74 -74
  492. package/lib/HorizontalAnchoredCategorySeries.d.ts +19 -19
  493. package/lib/HorizontalRangeCategorySeries.d.ts +10 -10
  494. package/lib/ItemToolTipLayer_combined.d.ts +17 -15
  495. package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
  496. package/lib/LineSeries_combined.d.ts +5 -5
  497. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  498. package/lib/MassIndexIndicator.d.ts +4 -4
  499. package/lib/MedianPriceIndicator.d.ts +4 -4
  500. package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
  501. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  502. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  503. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  504. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  505. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  506. package/lib/PointSeries_combined.d.ts +4 -4
  507. package/lib/PointerTooltip_combined.d.ts +27 -25
  508. package/lib/PolarAreaSeries_combined.d.ts +7 -7
  509. package/lib/PolarBase_combined.d.ts +81 -81
  510. package/lib/PolarLineSeriesBase_combined.d.ts +18 -18
  511. package/lib/PolarLineSeries_combined.d.ts +7 -7
  512. package/lib/PolarScatterSeries_combined.d.ts +3 -3
  513. package/lib/PolarSplineAreaSeries_combined.d.ts +7 -7
  514. package/lib/PolarSplineSeries_combined.d.ts +6 -6
  515. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  516. package/lib/PriceChannelOverlay_combined.d.ts +8 -8
  517. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  518. package/lib/RadialAreaSeries_combined.d.ts +6 -6
  519. package/lib/RadialBucketCalculator_combined.d.ts +32 -32
  520. package/lib/RadialColumnSeries_combined.d.ts +5 -5
  521. package/lib/RadialLineSeries_combined.d.ts +6 -6
  522. package/lib/RadialPieSeries_combined.d.ts +6 -6
  523. package/lib/RangeAreaSeries_combined.d.ts +4 -4
  524. package/lib/RangeCategoryBucketCalculator_combined.d.ts +14 -14
  525. package/lib/RangeColumnSeries_combined.d.ts +5 -5
  526. package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
  527. package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
  528. package/lib/ScatterAreaSeries_combined.d.ts +21 -21
  529. package/lib/ScatterBase_combined.d.ts +80 -80
  530. package/lib/ScatterContourSeries_combined.d.ts +15 -15
  531. package/lib/ScatterLineSeries.d.ts +9 -9
  532. package/lib/ScatterPolygonSeries_combined.d.ts +36 -36
  533. package/lib/ScatterPolylineSeries_combined.d.ts +8 -8
  534. package/lib/ScatterSeries_combined.d.ts +3 -3
  535. package/lib/ScatterSplineSeries.d.ts +7 -7
  536. package/lib/ScatterTriangulationSeries.d.ts +29 -29
  537. package/lib/SeriesViewer_combined.d.ts +137 -136
  538. package/lib/ShapeSeriesBase_combined.d.ts +69 -69
  539. package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
  540. package/lib/SplineAreaSeries_combined.d.ts +5 -5
  541. package/lib/SplineSeriesBase_combined.d.ts +17 -17
  542. package/lib/SplineSeries_combined.d.ts +4 -4
  543. package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
  544. package/lib/Stacked100BarSeries_combined.d.ts +5 -5
  545. package/lib/Stacked100ColumnSeries_combined.d.ts +5 -5
  546. package/lib/Stacked100LineSeries_combined.d.ts +4 -4
  547. package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
  548. package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
  549. package/lib/StackedLineSeries_combined.d.ts +2 -2
  550. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +149 -149
  551. package/lib/StandardDeviationIndicator.d.ts +8 -8
  552. package/lib/StepAreaSeries_combined.d.ts +6 -6
  553. package/lib/StepLineSeries_combined.d.ts +5 -5
  554. package/lib/StochRSIIndicator.d.ts +8 -8
  555. package/lib/StrategyBasedIndicator.d.ts +19 -19
  556. package/lib/TRIXIndicator.d.ts +8 -8
  557. package/lib/TypicalPriceIndicator.d.ts +4 -4
  558. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  559. package/lib/ValueOverlay_combined.d.ts +31 -31
  560. package/lib/VerticalAnchoredCategorySeries.d.ts +13 -13
  561. package/lib/WaterfallSeries_combined.d.ts +13 -13
  562. package/lib/WeightedCloseIndicator.d.ts +4 -4
  563. package/lib/WilliamsPercentRIndicator.d.ts +8 -8
  564. package/lib/igc-data-tool-tip-layer-component.d.ts +5 -0
  565. package/lib/igc-item-tool-tip-layer-component.d.ts +5 -0
  566. package/lib/igc-series-component.d.ts +5 -0
  567. package/package.json +2 -2
@@ -61,108 +61,108 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
61
61
  super();
62
62
  this.calloutStyleUpdating = null;
63
63
  this.calloutRenderStyleUpdating = null;
64
- this.rr = null;
65
64
  this.rs = null;
66
65
  this.rt = null;
66
+ this.ru = null;
67
+ this.rr = null;
67
68
  this.rq = null;
68
- this.rp = null;
69
- this.sj = new HashSet$1(CalloutAnnotationWrapper.$, 0);
70
- this.sm = new List$1(CalloutAnnotationWrapper.$, 0);
69
+ this.sk = new HashSet$1(CalloutAnnotationWrapper.$, 0);
71
70
  this.sn = new List$1(CalloutAnnotationWrapper.$, 0);
72
- this.rh = null;
73
- this.q7 = null;
74
- this.rn = null;
75
- this.sk = new LinkedList$1(CalloutAnnotationWrapper.$);
76
- this.sh = new Dictionary$2(CalloutAnnotationWrapper.$, LinkedListNode$1.$.specialize(CalloutAnnotationWrapper.$), 0);
77
- this.rz = null;
78
- this.vt = new Rect(0, 0, 0, 1, 1);
79
- this.r6 = false;
80
- this.sy = 0;
81
- this.vs = Rect.empty;
82
- this.r4 = false;
71
+ this.so = new List$1(CalloutAnnotationWrapper.$, 0);
72
+ this.ri = null;
73
+ this.q8 = null;
74
+ this.ro = null;
75
+ this.sl = new LinkedList$1(CalloutAnnotationWrapper.$);
76
+ this.si = new Dictionary$2(CalloutAnnotationWrapper.$, LinkedListNode$1.$.specialize(CalloutAnnotationWrapper.$), 0);
77
+ this.r0 = null;
78
+ this.vu = new Rect(0, 0, 0, 1, 1);
79
+ this.r7 = false;
80
+ this.sz = 0;
81
+ this.vt = Rect.empty;
83
82
  this.r5 = false;
83
+ this.r6 = false;
84
84
  this.calloutContentUpdating = null;
85
85
  this.calloutLabelUpdating = null;
86
86
  this.calloutSeriesSelecting = null;
87
- this.sl = new List$1(SeriesPointOfInterest.$, 0);
88
- this.r8 = false;
87
+ this.sm = new List$1(SeriesPointOfInterest.$, 0);
89
88
  this.r9 = false;
90
- this.sp = 0;
91
- this.r7 = false;
92
- this.r3 = true;
93
- this.q9 = 1;
89
+ this.sa = false;
90
+ this.sq = 0;
91
+ this.r8 = false;
92
+ this.r4 = true;
93
+ this.ra = 1;
94
94
  FastItemObjectColumn.m();
95
- this.q7 = null;
96
- this.rh = new CalloutPlacementPositionsCollection();
97
- let a = this.rh;
98
- a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.ud));
99
- this.qd = true;
95
+ this.q8 = null;
96
+ this.ri = new CalloutPlacementPositionsCollection();
97
+ let a = this.ri;
98
+ a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.ue));
99
+ this.qe = true;
100
100
  let b = new CalloutLayerFrame();
101
101
  let c = new CalloutLayerFrame();
102
102
  let d = new CalloutLayerFrame();
103
103
  let e = this.hm / 1000;
104
- this.p5 = b;
105
- this.p4 = c;
106
- this.p6 = d;
104
+ this.p6 = b;
105
+ this.p5 = c;
106
+ this.p7 = d;
107
107
  this.ab = CalloutLayer.$;
108
108
  }
109
109
  get_c8() {
110
110
  return true;
111
111
  }
112
- ud(a, b) {
113
- this.um();
112
+ ue(a, b) {
113
+ this.un();
114
114
  }
115
- um() {
116
- this.q7 = this.q8(this.ri);
117
- this.uj();
115
+ un() {
116
+ this.q8 = this.q9(this.rj);
117
+ this.uk();
118
118
  }
119
- ue(a, b) {
120
- this.sn.clear();
121
- this.mh(false);
119
+ uf(a, b) {
120
+ this.so.clear();
121
+ this.mi(false);
122
122
  }
123
123
  k0(a, b, c, d) {
124
124
  super.k0(a, b, c, d);
125
- let e = this.si();
125
+ let e = this.sj();
126
126
  switch (a) {
127
127
  case 3:
128
- this.ur(b, e);
128
+ this.us(b, e);
129
129
  break;
130
130
  case 1:
131
131
  for (let f = b; f < b + c; f++) {
132
132
  let g = new CalloutAnnotation();
133
133
  let h = new CalloutAnnotationWrapper();
134
134
  h.b = g;
135
- h.b.series = this.rm;
136
- this.sn.insert(f, h);
137
- this.ur(f, e);
135
+ h.b.series = this.rn;
136
+ this.so.insert(f, h);
137
+ this.us(f, e);
138
138
  }
139
139
  break;
140
140
  case 0:
141
- this.sn.v(b, c);
141
+ this.so.v(b, c);
142
142
  break;
143
143
  case 2:
144
144
  for (let i = b; i < b + c; i++) {
145
- this.ur(i, e);
145
+ this.us(i, e);
146
146
  }
147
147
  break;
148
148
  case 4:
149
- this.sn.clear();
149
+ this.so.clear();
150
150
  for (let j = 0; j < this.ck.count; j++) {
151
151
  let k = new CalloutAnnotation();
152
152
  let l = new CalloutAnnotationWrapper();
153
153
  l.b = k;
154
- l.b.series = this.rm;
155
- this.sn.add(l);
156
- this.ur(j, e);
154
+ l.b.series = this.rn;
155
+ this.so.add(l);
156
+ this.us(j, e);
157
157
  }
158
158
  break;
159
159
  }
160
- this.mh(true);
160
+ this.mi(true);
161
161
  }
162
162
  eo(a) {
163
163
  return false;
164
164
  }
165
- si() {
165
+ sj() {
166
166
  let a = new Dictionary$2(String_$type, Series.$, 0);
167
167
  if (this.cd != null) {
168
168
  for (let b = 0; b < this.cd.series.count; b++) {
@@ -174,24 +174,24 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
174
174
  }
175
175
  return a;
176
176
  }
177
- ur(a, b) {
178
- if (this.ry == null || this.rw == null) {
177
+ us(a, b) {
178
+ if (this.rz == null || this.rx == null) {
179
179
  return;
180
180
  }
181
181
  let c = a;
182
- if (this.rx != null) {
183
- c = this.rx.item(a);
184
- }
185
- let d = this.ry.item(a);
186
- let e = this.rw.item(a);
187
- let f = this.sn._inner[a];
188
- if (this.rv != null) {
189
- if (f.b.ab != this.rv.item(a)) {
190
- f.b.key = this.rv.item(a);
182
+ if (this.ry != null) {
183
+ c = this.ry.item(a);
184
+ }
185
+ let d = this.rz.item(a);
186
+ let e = this.rx.item(a);
187
+ let f = this.so._inner[a];
188
+ if (this.rw != null) {
189
+ if (f.b.ab != this.rw.item(a)) {
190
+ f.b.key = this.rw.item(a);
191
191
  }
192
192
  }
193
- if (this.sh.containsKey(f)) {
194
- f.b = this.sh.item(f).c.b;
193
+ if (this.si.containsKey(f)) {
194
+ f.b = this.si.item(f).c.b;
195
195
  }
196
196
  f.b.xValue = c;
197
197
  f.b.yValue = d;
@@ -212,8 +212,8 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
212
212
  else {
213
213
  f.b.text = e != null ? e.toString() : "";
214
214
  }
215
- if (this.ru != null) {
216
- f.b.content = this.ru.item(a);
215
+ if (this.rv != null) {
216
+ f.b.content = this.rv.item(a);
217
217
  }
218
218
  else {
219
219
  f.b.content = this.ck.item(a);
@@ -236,29 +236,29 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
236
236
  }
237
237
  }
238
238
  }
239
- this.us(f);
239
+ this.ut(f);
240
240
  }
241
- us(a) {
241
+ ut(a) {
242
242
  let b = new Thickness(0, DeviceUtils.g(3));
243
- if (isNaN_(this.vv.left) || isNaN_(this.vv.top) || isNaN_(this.vv.right) || isNaN_(this.vv.bottom)) {
243
+ if (isNaN_(this.vw.left) || isNaN_(this.vw.top) || isNaN_(this.vw.right) || isNaN_(this.vw.bottom)) {
244
244
  b = new Thickness(0, DeviceUtils.g(3));
245
245
  }
246
246
  else {
247
- b = this.vv;
247
+ b = this.vw;
248
248
  }
249
249
  let c = DeviceUtils.g(3);
250
- if (isNaN_(this.sq)) {
250
+ if (isNaN_(this.sr)) {
251
251
  c = DeviceUtils.g(3);
252
252
  }
253
253
  else {
254
- c = this.sq;
255
- }
256
- let d = this.vo != null ? this.vo : this.rg.ci(a.b.l);
257
- let e = this.vr != null ? this.vr : this.rg.cl();
258
- let f = this.vq != null ? this.vq : this.rg.ck(a.b.l);
259
- let g = this.vp != null ? this.vp : this.rg.cj(a.b.l);
260
- let h = isNaN_(this.sw) ? 0 : this.sw;
261
- if (this.sd && this.calloutStyleUpdating != null) {
254
+ c = this.sr;
255
+ }
256
+ let d = this.vp != null ? this.vp : this.rh.ci(a.b.l);
257
+ let e = this.vs != null ? this.vs : this.rh.cl();
258
+ let f = this.vr != null ? this.vr : this.rh.ck(a.b.l);
259
+ let g = this.vq != null ? this.vq : this.rh.cj(a.b.l);
260
+ let h = isNaN_(this.sx) ? 0 : this.sx;
261
+ if (this.se && this.calloutStyleUpdating != null) {
262
262
  let i = new CalloutStyleUpdatingEventArgs();
263
263
  i.item = a.b.aa;
264
264
  i.xValue = a.b.ac;
@@ -287,32 +287,22 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
287
287
  hw(a, b) {
288
288
  let c = this.jq(b);
289
289
  if (c == CalloutLayer.$$p[21]) {
290
- return this.hx(a, b, this.tx);
290
+ return this.hx(a, b, this.ty);
291
291
  }
292
292
  if (c == CalloutLayer.$$p[28]) {
293
- return this.hx(a, b, this.t8);
293
+ return this.hx(a, b, this.t9);
294
294
  }
295
295
  if (c == CalloutLayer.$$p[29]) {
296
- return this.hx(a, b, this.ub);
296
+ return this.hx(a, b, this.uc);
297
297
  }
298
298
  if (c == CalloutLayer.$$p[20]) {
299
- return this.hx(a, b, this.tu);
299
+ return this.hx(a, b, this.tv);
300
300
  }
301
301
  if (c == CalloutLayer.$$p[15]) {
302
- return this.hx(a, b, this.tn);
302
+ return this.hx(a, b, this.to);
303
303
  }
304
304
  return super.hw(a, b);
305
305
  }
306
- get rw() {
307
- return this.rr;
308
- }
309
- set rw(a) {
310
- if (this.rr != a) {
311
- let b = this.rr;
312
- this.rr = a;
313
- this.raisePropertyChanged("LabelColumn", b, this.rr);
314
- }
315
- }
316
306
  get rx() {
317
307
  return this.rs;
318
308
  }
@@ -320,7 +310,7 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
320
310
  if (this.rs != a) {
321
311
  let b = this.rs;
322
312
  this.rs = a;
323
- this.raisePropertyChanged("XColumn", b, this.rs);
313
+ this.raisePropertyChanged("LabelColumn", b, this.rs);
324
314
  }
325
315
  }
326
316
  get ry() {
@@ -330,7 +320,27 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
330
320
  if (this.rt != a) {
331
321
  let b = this.rt;
332
322
  this.rt = a;
333
- this.raisePropertyChanged("YColumn", b, this.rt);
323
+ this.raisePropertyChanged("XColumn", b, this.rt);
324
+ }
325
+ }
326
+ get rz() {
327
+ return this.ru;
328
+ }
329
+ set rz(a) {
330
+ if (this.ru != a) {
331
+ let b = this.ru;
332
+ this.ru = a;
333
+ this.raisePropertyChanged("YColumn", b, this.ru);
334
+ }
335
+ }
336
+ get rw() {
337
+ return this.rr;
338
+ }
339
+ set rw(a) {
340
+ if (this.rr != a) {
341
+ let b = this.rr;
342
+ this.rr = a;
343
+ this.raisePropertyChanged("KeyColumn", b, this.rr);
334
344
  }
335
345
  }
336
346
  get rv() {
@@ -340,76 +350,66 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
340
350
  if (this.rq != a) {
341
351
  let b = this.rq;
342
352
  this.rq = a;
343
- this.raisePropertyChanged("KeyColumn", b, this.rq);
344
- }
345
- }
346
- get ru() {
347
- return this.rp;
348
- }
349
- set ru(a) {
350
- if (this.rp != a) {
351
- let b = this.rp;
352
- this.rp = a;
353
- this.raisePropertyChanged("ContentColumn", b, this.rp);
353
+ this.raisePropertyChanged("ContentColumn", b, this.rq);
354
354
  }
355
355
  }
356
- ug(a, b) {
356
+ uh(a, b) {
357
357
  if (b.propertyName == CalloutAnnotation.$$p[14] || b.propertyName == CalloutAnnotation.$$p[15]) {
358
358
  let c = a.k;
359
- if (!this.sj.contains(c)) {
360
- this.sj.add_1(c);
361
- this.sm.add(c);
362
- this.mh(false);
359
+ if (!this.sk.contains(c)) {
360
+ this.sk.add_1(c);
361
+ this.sn.add(c);
362
+ this.mi(false);
363
363
  }
364
364
  }
365
365
  }
366
366
  bx() {
367
367
  return new CalloutLayerView(this);
368
368
  }
369
- ly(a) {
370
- super.ly(a);
371
- this.rg = a;
369
+ lz(a) {
370
+ super.lz(a);
371
+ this.rh = a;
372
372
  }
373
- get ri() {
374
- return this.rh;
373
+ get rj() {
374
+ return this.ri;
375
375
  }
376
- set ri(a) {
377
- let b = this.ri;
376
+ set rj(a) {
377
+ let b = this.rj;
378
378
  if (a != b) {
379
- this.rh = a;
380
- this.raisePropertyChanged("AllowedPositions", b, this.ri);
379
+ this.ri = a;
380
+ this.raisePropertyChanged("AllowedPositions", b, this.rj);
381
381
  }
382
382
  }
383
- get rb() {
384
- return EnumUtil.getEnumValue(AutoCalloutVisibilityMode_$type, this.c(CalloutLayer.u7));
383
+ get rc() {
384
+ return EnumUtil.getEnumValue(AutoCalloutVisibilityMode_$type, this.c(CalloutLayer.u8));
385
385
  }
386
- set rb(a) {
387
- this.h(CalloutLayer.u7, enumGetBox(AutoCalloutVisibilityMode_$type, a));
386
+ set rc(a) {
387
+ this.h(CalloutLayer.u8, enumGetBox(AutoCalloutVisibilityMode_$type, a));
388
388
  }
389
- get ra() {
390
- return this.q9;
389
+ get rb() {
390
+ return this.ra;
391
391
  }
392
- set ra(a) {
393
- this.q9 = a;
392
+ set rb(a) {
393
+ this.ra = a;
394
394
  }
395
- get vv() {
396
- return new Thickness(1, this.ss, this.su, this.st, this.sr);
395
+ get vw() {
396
+ return new Thickness(1, this.st, this.sv, this.su, this.ss);
397
397
  }
398
- get ro() {
399
- if (this.rn == null) {
400
- this.rn = FontUtil.toFontInfo(this.g9, this.t2);
398
+ get rp() {
399
+ if (this.ro == null) {
400
+ this.ro = FontUtil.toFontInfo(this.g9, this.t3);
401
401
  }
402
- return this.rn;
402
+ return this.ro;
403
403
  }
404
- qo(a, b) {
405
- if (this.rm == null || this.rm == a) {
404
+ qp(a, b) {
405
+ if (this.rn == null || this.rn == a) {
406
406
  if (!this.as.c) {
407
- this.mh(b);
407
+ this.mi(b);
408
408
  }
409
409
  }
410
410
  }
411
- qq(a, b) {
412
- super.qq(a, b);
411
+ qr(a, b) {
412
+ super.qr(a, b);
413
413
  let c = a;
414
414
  c.q.clear();
415
415
  c.r.clear();
@@ -428,27 +428,27 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
428
428
  c.v.clear();
429
429
  c.s.clear();
430
430
  c.t.clear();
431
- let d = this.so();
431
+ let d = this.sp();
432
432
  let e = new List$1(CalloutAnnotationWrapper.$, 0);
433
433
  let f = true;
434
- if (this.sa) {
435
- if (this.qb(this.rm)) {
436
- this.uo(this.rm, c, e);
434
+ if (this.sb) {
435
+ if (this.qc(this.rn)) {
436
+ this.up(this.rn, c, e);
437
437
  }
438
438
  else {
439
439
  for (let g of fromEnum(this.cd.series)) {
440
- if (this.qb(g)) {
440
+ if (this.qc(g)) {
441
441
  if (!g.dc) {
442
442
  if (!g.isVertical) {
443
443
  f = false;
444
444
  }
445
445
  }
446
- this.uo(g, c, e);
446
+ this.up(g, c, e);
447
447
  }
448
448
  }
449
449
  }
450
450
  }
451
- if (this.sa && this.ra == 2) {
451
+ if (this.sb && this.rb == 2) {
452
452
  let h = 0;
453
453
  let i = 0;
454
454
  let j = 1.7976931348623157E+308;
@@ -487,65 +487,65 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
487
487
  }
488
488
  }
489
489
  }
490
- this.un(c, d, e);
490
+ this.uo(c, d, e);
491
491
  }
492
- m5(a, b) {
493
- super.m5(a, b);
494
- let c = b.width - this.vt.width;
495
- let d = b.height - this.vt.height;
492
+ m6(a, b) {
493
+ super.m6(a, b);
494
+ let c = b.width - this.vu.width;
495
+ let d = b.height - this.vu.height;
496
496
  let e = 0;
497
497
  if (Math.abs(c) > Math.abs(d)) {
498
498
  e = c;
499
- this.sp = c * this.py.width;
499
+ this.sq = c * this.pz.width;
500
500
  }
501
501
  else {
502
502
  e = d;
503
- this.sp = d * this.py.height;
503
+ this.sq = d * this.pz.height;
504
504
  }
505
- if (e > 0 && this.sp > 5) {
506
- this.r9 = true;
505
+ if (e > 0 && this.sq > 5) {
506
+ this.sa = true;
507
507
  }
508
- if (e < 0 && this.sp > 5) {
509
- this.r8 = true;
508
+ if (e < 0 && this.sq > 5) {
509
+ this.r9 = true;
510
510
  }
511
511
  }
512
- m4(a, b) {
513
- super.m4(a, b);
512
+ m5(a, b) {
513
+ super.m5(a, b);
514
514
  if (!a.equals1(b)) {
515
- this.r7 = true;
515
+ this.r8 = true;
516
516
  }
517
517
  }
518
- get vu() {
519
- return this.vs;
518
+ get vv() {
519
+ return this.vt;
520
520
  }
521
- set vu(a) {
522
- this.vs = a;
521
+ set vv(a) {
522
+ this.vt = a;
523
523
  }
524
- un(a, b, c) {
524
+ uo(a, b, c) {
525
525
  if (this.cd != null) {
526
- this.vt = this.cd.sf;
526
+ this.vu = this.cd.sf;
527
527
  }
528
- if (this.py.isEmpty) {
528
+ if (this.pz.isEmpty) {
529
529
  return;
530
530
  }
531
- this.vu = new Rect(0, this.py.left, this.py.top, this.py.width, this.py.height);
532
- if (this.rz != null && this.tk != null && this.tk != this.rz.ap) {
533
- this.ui();
531
+ this.vv = new Rect(0, this.pz.left, this.pz.top, this.pz.width, this.pz.height);
532
+ if (this.r0 != null && this.tl != null && this.tl != this.r0.ap) {
533
+ this.uj();
534
534
  }
535
- if (this.rz == null) {
536
- let d = this.r0();
535
+ if (this.r0 == null) {
536
+ let d = this.r1();
537
537
  if (d != null) {
538
- this.rz = d;
539
- let e = this.rz;
540
- e.labelsMoved = delegateCombine(e.labelsMoved, runOn(this, this.uf));
538
+ this.r0 = d;
539
+ let e = this.r0;
540
+ e.labelsMoved = delegateCombine(e.labelsMoved, runOn(this, this.ug));
541
541
  }
542
542
  else {
543
- let f = this.pq(this.b0);
543
+ let f = this.pr(this.b0);
544
544
  let g = new Array(2);
545
545
  g[0] = 0;
546
546
  g[1] = 3;
547
- if (this.rm != null) {
548
- if (this.rm.isVertical) {
547
+ if (this.rn != null) {
548
+ if (this.rn.isVertical) {
549
549
  g = new Array(2);
550
550
  g[0] = 2;
551
551
  g[1] = 1;
@@ -569,31 +569,31 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
569
569
  g[1] = 1;
570
570
  }
571
571
  }
572
- this.rz = new LabelCollisionManager(this.py.right, this.py.bottom, this.py, this.rg.j(), this.sv, this.r1(), g, this.s2(), this.s1(), this.sb, this.q7);
573
- if (this.tk != null) {
574
- this.rz.ap = this.tk;
575
- this.rz.an = this;
572
+ this.r0 = new LabelCollisionManager(this.pz.right, this.pz.bottom, this.pz, this.rh.j(), this.sw, this.r2(), g, this.s3(), this.s2(), this.sc, this.q8);
573
+ if (this.tl != null) {
574
+ this.r0.ap = this.tl;
575
+ this.r0.an = this;
576
576
  }
577
- let j = this.rz;
578
- j.labelsMoved = delegateCombine(j.labelsMoved, runOn(this, this.uf));
579
- }
580
- }
581
- if (this.r8) {
582
- this.r8 = false;
583
- if (this.rz.al > 2) {
584
- this.r6 = true;
577
+ let j = this.r0;
578
+ j.labelsMoved = delegateCombine(j.labelsMoved, runOn(this, this.ug));
585
579
  }
586
580
  }
587
581
  if (this.r9) {
588
582
  this.r9 = false;
589
- if (this.sp > 5) {
590
- this.r6 = true;
583
+ if (this.r0.al > 2) {
584
+ this.r7 = true;
591
585
  }
592
586
  }
593
- if (this.r7) {
594
- this.r7 = false;
595
- this.rz.a3(this.py.right, this.py.bottom, this.py);
596
- this.r6 = true;
587
+ if (this.sa) {
588
+ this.sa = false;
589
+ if (this.sq > 5) {
590
+ this.r7 = true;
591
+ }
592
+ }
593
+ if (this.r8) {
594
+ this.r8 = false;
595
+ this.r0.a3(this.pz.right, this.pz.bottom, this.pz);
596
+ this.r7 = true;
597
597
  }
598
598
  let k = new HashSet$1(CalloutAnnotationWrapper.$, 0);
599
599
  let l = new HashSet$1(CalloutAnnotationWrapper.$, 0);
@@ -606,54 +606,54 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
606
606
  for (let q = 0; q < c.count; q++) {
607
607
  o.add_1(c._inner[q]);
608
608
  }
609
- let r = this.sk.c;
609
+ let r = this.sl.c;
610
610
  while (r != null) {
611
611
  let s = r.a;
612
612
  if (!o.contains(r.c)) {
613
613
  n.add(r.c);
614
614
  l.add_1(r.c);
615
615
  let t = r.c.b;
616
- t.propertyChanged = delegateRemove(t.propertyChanged, runOn(this, this.ug));
617
- this.sk.h(r);
618
- this.sh.removeItem(r.c);
619
- this.rz.a2(r.c.c);
616
+ t.propertyChanged = delegateRemove(t.propertyChanged, runOn(this, this.uh));
617
+ this.sl.h(r);
618
+ this.si.removeItem(r.c);
619
+ this.r0.a2(r.c.c);
620
620
  }
621
621
  r = s;
622
622
  }
623
623
  for (let u = 0; u < b.count; u++) {
624
- if (!this.sh.containsKey(b._inner[u])) {
625
- this.sk.f(b._inner[u]);
624
+ if (!this.si.containsKey(b._inner[u])) {
625
+ this.sl.f(b._inner[u]);
626
626
  let v = b._inner[u].b;
627
- v.propertyChanged = delegateCombine(v.propertyChanged, runOn(this, this.ug));
628
- this.sh.addItem(b._inner[u], this.sk.d);
627
+ v.propertyChanged = delegateCombine(v.propertyChanged, runOn(this, this.uh));
628
+ this.si.addItem(b._inner[u], this.sl.d);
629
629
  m.add(b._inner[u]);
630
630
  k.add_1(b._inner[u]);
631
- this.r6 = true;
631
+ this.r7 = true;
632
632
  }
633
633
  }
634
634
  for (let w = 0; w < c.count; w++) {
635
- if (!this.sh.containsKey(c._inner[w])) {
636
- this.sk.f(c._inner[w]);
637
- this.sh.addItem(c._inner[w], this.sk.d);
635
+ if (!this.si.containsKey(c._inner[w])) {
636
+ this.sl.f(c._inner[w]);
637
+ this.si.addItem(c._inner[w], this.sl.d);
638
638
  let x = c._inner[w].b;
639
- x.propertyChanged = delegateCombine(x.propertyChanged, runOn(this, this.ug));
639
+ x.propertyChanged = delegateCombine(x.propertyChanged, runOn(this, this.uh));
640
640
  m.add(c._inner[w]);
641
641
  k.add_1(c._inner[w]);
642
- this.r6 = true;
642
+ this.r7 = true;
643
643
  }
644
644
  }
645
- if (this.r4 == true) {
646
- this.r4 = false;
647
- this.r6 = true;
645
+ if (this.r5 == true) {
646
+ this.r5 = false;
647
+ this.r7 = true;
648
648
  }
649
- if (this.sm.count > 0) {
650
- this.r6 = true;
651
- this.sm.clear();
652
- this.sj.clear();
649
+ if (this.sn.count > 0) {
650
+ this.r7 = true;
651
+ this.sn.clear();
652
+ this.sk.clear();
653
653
  }
654
- r = this.sk.c;
654
+ r = this.sl.c;
655
655
  while (r != null) {
656
- let y = this.r2(r.c);
656
+ let y = this.r3(r.c);
657
657
  if (y == null) {
658
658
  return;
659
659
  }
@@ -669,36 +669,36 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
669
669
  aa.n = y.e;
670
670
  aa.m = y.d;
671
671
  if (aa.b == null) {
672
- this.rz.t(aa, false);
672
+ this.r0.t(aa, false);
673
673
  }
674
674
  if (z) {
675
- this.rz.aq(aa);
675
+ this.r0.aq(aa);
676
676
  }
677
677
  else {
678
- this.rz.az(aa);
678
+ this.r0.az(aa);
679
679
  }
680
680
  }
681
681
  }
682
682
  r = r.a;
683
683
  }
684
- let ab = this.rz.am();
685
- let ac = this.rz.u();
684
+ let ab = this.r0.am();
685
+ let ac = this.r0.u();
686
686
  if (ac) {
687
- if (this.rz.q()) {
688
- this.r6 = true;
687
+ if (this.r0.q()) {
688
+ this.r7 = true;
689
689
  }
690
690
  }
691
- if (this.r6 && (ab != 0 || ac)) {
692
- this.r6 = false;
693
- this.sy = 0x7FFFFFFF;
694
- if (this.tk != null) {
691
+ if (this.r7 && (ab != 0 || ac)) {
692
+ this.r7 = false;
693
+ this.sz = 0x7FFFFFFF;
694
+ if (this.tl != null) {
695
695
  let ad = true;
696
696
  for (let ae = 0; ae < this.cd.series.count; ae++) {
697
697
  let af = this.cd.series._inner[ae];
698
698
  if (af.dc && typeCast(CalloutLayer.$, af) !== null) {
699
699
  let ag = af;
700
- if (ag.tk == this.tk) {
701
- if (!ag.vu.equals1(this.rz.a5)) {
700
+ if (ag.tl == this.tl) {
701
+ if (!ag.vv.equals1(this.r0.a5)) {
702
702
  ad = false;
703
703
  break;
704
704
  }
@@ -706,21 +706,21 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
706
706
  }
707
707
  }
708
708
  if (ad) {
709
- this.rz.a4();
709
+ this.r0.a4();
710
710
  }
711
711
  else {
712
- this.rz.ar();
713
- this.rz.as();
712
+ this.r0.ar();
713
+ this.r0.as();
714
714
  }
715
715
  }
716
716
  else {
717
- this.rz.a4();
717
+ this.r0.a4();
718
718
  }
719
719
  }
720
720
  else {
721
- this.rz.as();
721
+ this.r0.as();
722
722
  }
723
- let ah = this.sk.c;
723
+ let ah = this.sl.c;
724
724
  let ai;
725
725
  let aj;
726
726
  let ak;
@@ -737,7 +737,7 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
737
737
  let av;
738
738
  let aw;
739
739
  let ax;
740
- let ay = this.sc;
740
+ let ay = this.sd;
741
741
  while (ah != null) {
742
742
  let az = ah.c;
743
743
  let a0 = az.b;
@@ -799,23 +799,23 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
799
799
  ah = ah.a;
800
800
  }
801
801
  }
802
- ui() {
803
- if (this.rz != null) {
804
- let a = this.sk.c;
802
+ uj() {
803
+ if (this.r0 != null) {
804
+ let a = this.sl.c;
805
805
  while (a != null) {
806
806
  let b = a.c.c;
807
807
  if (b != null) {
808
- this.rz.a2(b);
808
+ this.r0.a2(b);
809
809
  }
810
810
  a = a.a;
811
811
  }
812
- let c = this.rz;
813
- c.labelsMoved = delegateRemove(c.labelsMoved, runOn(this, this.uf));
814
- this.rz = null;
812
+ let c = this.r0;
813
+ c.labelsMoved = delegateRemove(c.labelsMoved, runOn(this, this.ug));
814
+ this.r0 = null;
815
815
  }
816
- this.uh();
816
+ this.ui();
817
817
  }
818
- r0() {
818
+ r1() {
819
819
  if (this.cd == null) {
820
820
  return null;
821
821
  }
@@ -824,9 +824,9 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
824
824
  if (b.dc && typeCast(CalloutLayer.$, b) !== null) {
825
825
  let c = b;
826
826
  if (c != this) {
827
- if (c.tk != null && c.tk == this.tk) {
828
- if (c.rz != null) {
829
- return c.rz;
827
+ if (c.tl != null && c.tl == this.tl) {
828
+ if (c.r0 != null) {
829
+ return c.r0;
830
830
  }
831
831
  }
832
832
  }
@@ -834,14 +834,14 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
834
834
  }
835
835
  return null;
836
836
  }
837
- s1() {
837
+ s2() {
838
838
  return 20000;
839
839
  }
840
- s2() {
840
+ s3() {
841
841
  return 300;
842
842
  }
843
- r1() {
844
- switch (this.rd) {
843
+ r2() {
844
+ switch (this.re) {
845
845
  case 0: return 2;
846
846
  case 2: return 1;
847
847
  case 3: return 2;
@@ -849,15 +849,15 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
849
849
  }
850
850
  return 2;
851
851
  }
852
- uf(a) {
853
- let b = this.rz.am();
854
- if (b < this.sy) {
855
- this.sy = b;
856
- this.mh(false);
852
+ ug(a) {
853
+ let b = this.r0.am();
854
+ if (b < this.sz) {
855
+ this.sz = b;
856
+ this.mi(false);
857
857
  }
858
858
  }
859
- r2(a) {
860
- let b = this.rm;
859
+ r3(a) {
860
+ let b = this.rn;
861
861
  if (a.b.l != null) {
862
862
  b = a.b.l;
863
863
  }
@@ -922,8 +922,8 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
922
922
  let o = 0;
923
923
  let p = 0;
924
924
  if (i) {
925
- o = g.ei(this.sx(a.b.ac), m) + k;
926
- p = h.ei(this.sx(a.b.ad), n) + l;
925
+ o = g.ei(this.sy(a.b.ac), m) + k;
926
+ p = h.ei(this.sy(a.b.ad), n) + l;
927
927
  let q = o;
928
928
  let r = p;
929
929
  let s = { $type: Point_$type, x: 0.5, y: 0.5 };
@@ -933,8 +933,8 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
933
933
  p = ViewportUtils.f(u, n.e, n.d);
934
934
  }
935
935
  else {
936
- o = g.ei(this.sx(a.b.ac), m) + k;
937
- p = h.ei(this.sx(a.b.ad), n) + l;
936
+ o = g.ei(this.sy(a.b.ac), m) + k;
937
+ p = h.ei(this.sy(a.b.ad), n) + l;
938
938
  }
939
939
  let v = new QuadTreeBoundingBox();
940
940
  v.b = o;
@@ -944,7 +944,7 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
944
944
  v.g = a.b;
945
945
  return v;
946
946
  }
947
- sx(a) {
947
+ sy(a) {
948
948
  if (typeCast(Date_$type, a) !== null) {
949
949
  return a.getTime();
950
950
  }
@@ -953,80 +953,80 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
953
953
  }
954
954
  return a;
955
955
  }
956
- so() {
956
+ sp() {
957
957
  let a = new List$1(CalloutAnnotationWrapper.$, 0);
958
- for (let b = 0; b < this.sn.count; b++) {
959
- if (stringIsNullOrEmpty(this.sn._inner[b].b.ao)) {
958
+ for (let b = 0; b < this.so.count; b++) {
959
+ if (stringIsNullOrEmpty(this.so._inner[b].b.ao)) {
960
960
  continue;
961
961
  }
962
- if (this.sn._inner[b].c == null) {
962
+ if (this.so._inner[b].c == null) {
963
963
  let c = new LabelCollisionInfo();
964
- this.sn._inner[b].c = c;
965
- let d = this.rg.cn(this.s3(this.sn._inner[b]), this.sn._inner[b].b.backgroundPadding);
964
+ this.so._inner[b].c = c;
965
+ let d = this.rh.cn(this.s4(this.so._inner[b]), this.so._inner[b].b.backgroundPadding);
966
966
  c.k = d.height / 2;
967
967
  c.l = d.width / 2;
968
968
  }
969
- let e = this.r2(this.sn._inner[b]);
970
- if (e == null || e.b < this.py.left || e.b > this.py.right || e.c < this.py.top || e.c > this.py.bottom) {
969
+ let e = this.r3(this.so._inner[b]);
970
+ if (e == null || e.b < this.pz.left || e.b > this.pz.right || e.c < this.pz.top || e.c > this.pz.bottom) {
971
971
  continue;
972
972
  }
973
- a.add(this.sn._inner[b]);
973
+ a.add(this.so._inner[b]);
974
974
  }
975
975
  return a;
976
976
  }
977
- s3(a) {
977
+ s4(a) {
978
978
  return a.b.ao;
979
979
  }
980
- qb(a) {
981
- if (!super.qb(a)) {
980
+ qc(a) {
981
+ if (!super.qc(a)) {
982
982
  return false;
983
983
  }
984
- if (this.tz != null) {
984
+ if (this.t0 != null) {
985
985
  if (a.du) {
986
986
  let b = a.jp();
987
- if (!Base.equalsStatic(this.tz, b)) {
987
+ if (!Base.equalsStatic(this.t0, b)) {
988
988
  return false;
989
989
  }
990
990
  }
991
991
  else {
992
- if (!Base.equalsStatic(this.tz, a.name)) {
992
+ if (!Base.equalsStatic(this.t0, a.name)) {
993
993
  return false;
994
994
  }
995
995
  }
996
996
  }
997
997
  return true;
998
998
  }
999
- lr() {
1000
- super.lr();
999
+ ls() {
1000
+ super.ls();
1001
1001
  if (!this.as.c && !this.cv()) {
1002
1002
  return;
1003
1003
  }
1004
- if (this.r3) {
1005
- this.r3 = false;
1006
- this.uk();
1004
+ if (this.r4) {
1005
+ this.r4 = false;
1006
+ this.ul();
1007
1007
  }
1008
1008
  if (this.cv()) {
1009
- this.uq(this.p6, false);
1009
+ this.ur(this.p7, false);
1010
1010
  }
1011
1011
  else {
1012
- this.uq(this.p4, false);
1012
+ this.ur(this.p5, false);
1013
1013
  }
1014
1014
  }
1015
- ul() {
1016
- if (!this.r5) {
1017
- this.r5 = true;
1018
- this.mh(true);
1015
+ um() {
1016
+ if (!this.r6) {
1017
+ this.r6 = true;
1018
+ this.mi(true);
1019
1019
  }
1020
1020
  }
1021
- uo(a, b, c) {
1021
+ up(a, b, c) {
1022
1022
  let d = false;
1023
- if (this.r5) {
1024
- this.r5 = false;
1023
+ if (this.r6) {
1024
+ this.r6 = false;
1025
1025
  d = true;
1026
1026
  }
1027
- if (a.c1(this.sl, this.sg, this.se, this.sz)) {
1028
- let e = this.sl;
1029
- for (let f = 0; f < this.sl.count; f++) {
1027
+ if (a.c1(this.sm, this.sh, this.sf, this.s0)) {
1028
+ let e = this.sm;
1029
+ for (let f = 0; f < this.sm.count; f++) {
1030
1030
  let g = e._inner[f];
1031
1031
  let h = g.a != null ? g.a.item : null;
1032
1032
  let i = g.a.item != null ? g.a.item : g.a;
@@ -1037,8 +1037,8 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
1037
1037
  l.b = m;
1038
1038
  m.key = k;
1039
1039
  let n = false;
1040
- if (this.sh.containsKey(l)) {
1041
- l = this.sh.item(l).c;
1040
+ if (this.si.containsKey(l)) {
1041
+ l = this.si.item(l).c;
1042
1042
  m = l.b;
1043
1043
  n = d;
1044
1044
  }
@@ -1047,10 +1047,10 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
1047
1047
  }
1048
1048
  let o = m.ac;
1049
1049
  let p = m.ad;
1050
- if (this.sx(o) != this.sx(g.b)) {
1050
+ if (this.sy(o) != this.sy(g.b)) {
1051
1051
  m.xValue = g.b;
1052
1052
  }
1053
- if (this.sx(p) != this.sx(g.c)) {
1053
+ if (this.sy(p) != this.sy(g.c)) {
1054
1054
  m.yValue = g.c;
1055
1055
  }
1056
1056
  m.series = a;
@@ -1105,17 +1105,17 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
1105
1105
  }
1106
1106
  }
1107
1107
  if (n) {
1108
- this.us(l);
1108
+ this.ut(l);
1109
1109
  }
1110
1110
  if (l.c == null) {
1111
1111
  let u = new LabelCollisionInfo();
1112
1112
  l.c = u;
1113
- let v = this.rg.cn(this.s3(l), l.b.backgroundPadding);
1113
+ let v = this.rh.cn(this.s4(l), l.b.backgroundPadding);
1114
1114
  u.k = v.height / 2;
1115
1115
  u.l = v.width / 2;
1116
1116
  }
1117
- let w = this.r2(l);
1118
- if (w == null || w.b < this.py.left || w.b > this.py.right || w.c < this.py.top || w.c > this.py.bottom) {
1117
+ let w = this.r3(l);
1118
+ if (w == null || w.b < this.pz.left || w.b > this.pz.right || w.c < this.pz.top || w.c > this.pz.bottom) {
1119
1119
  continue;
1120
1120
  }
1121
1121
  l.e = w.b;
@@ -1128,19 +1128,19 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
1128
1128
  return 1;
1129
1129
  }
1130
1130
  at(a, b) {
1131
- let c = this.rz.f(a, b);
1131
+ let c = this.r0.f(a, b);
1132
1132
  if (c == null) {
1133
1133
  return null;
1134
1134
  }
1135
1135
  return c.u;
1136
1136
  }
1137
1137
  ev(a, b) {
1138
- if (this.rz == null) {
1138
+ if (this.r0 == null) {
1139
1139
  return false;
1140
1140
  }
1141
- return this.rz.f(a, b) != null;
1141
+ return this.r0.f(a, b) != null;
1142
1142
  }
1143
- uq(a, b) {
1143
+ ur(a, b) {
1144
1144
  let c = 0;
1145
1145
  let d = new HashSet$1(CalloutAnnotationWrapper.$, 0);
1146
1146
  for (c = 0; c < a.q.count; c++) {
@@ -1148,7 +1148,7 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
1148
1148
  if (isNaN_(a.u._inner[c]) || isNaN_(a.v._inner[c])) {
1149
1149
  continue;
1150
1150
  }
1151
- let f = this.rg.b8.item(e);
1151
+ let f = this.rh.b8.item(e);
1152
1152
  d.add_1(e);
1153
1153
  if (f.h != a.q._inner[c]) {
1154
1154
  f.h = a.q._inner[c];
@@ -1161,75 +1161,75 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
1161
1161
  f.n = a.h._inner[c];
1162
1162
  f.x = new Thickness(1, a.k._inner[c], a.m._inner[c], a.l._inner[c], a.j._inner[c]);
1163
1163
  f.d = a.g._inner[c];
1164
- this.rg.cg(f, Math.min(a.s._inner[c], a.s._inner[c] + a.u._inner[c]), Math.min(a.t._inner[c], a.t._inner[c] + a.v._inner[c]));
1165
- this.rg.ch(f, e, a.r._inner[c]);
1164
+ this.rh.cg(f, Math.min(a.s._inner[c], a.s._inner[c] + a.u._inner[c]), Math.min(a.t._inner[c], a.t._inner[c] + a.v._inner[c]));
1165
+ this.rh.ch(f, e, a.r._inner[c]);
1166
1166
  f.r = { $type: Point_$type, x: a.u._inner[c], y: a.v._inner[c] };
1167
1167
  }
1168
1168
  let h = new List$1(CalloutAnnotationWrapper.$, 0);
1169
- for (let i of fromEnum(this.rg.b8.c)) {
1169
+ for (let i of fromEnum(this.rh.b8.c)) {
1170
1170
  if (!d.contains(i)) {
1171
1171
  h.add(i);
1172
1172
  }
1173
1173
  }
1174
1174
  for (let j = 0; j < h.count; j++) {
1175
- this.rg.b8.h(h._inner[j]);
1175
+ this.rh.b8.h(h._inner[j]);
1176
1176
  }
1177
1177
  }
1178
- qt(a, b) {
1179
- super.qt(a, b);
1178
+ qu(a, b) {
1179
+ super.qu(a, b);
1180
1180
  if (this.cv()) {
1181
- this.uq(this.p6, true);
1181
+ this.ur(this.p7, true);
1182
1182
  }
1183
1183
  else {
1184
- this.uq(this.p4, false);
1184
+ this.ur(this.p5, false);
1185
1185
  }
1186
1186
  }
1187
1187
  em() {
1188
1188
  return true;
1189
1189
  }
1190
- l3(a, b, c, d) {
1191
- super.l3(a, b, c, d);
1190
+ l4(a, b, c, d) {
1191
+ super.l4(a, b, c, d);
1192
1192
  switch (b) {
1193
1193
  case CalloutLayer.$$p[24]:
1194
- this.rn = null;
1195
- this.rg.cf();
1196
- this.mh(true);
1194
+ this.ro = null;
1195
+ this.rh.cf();
1196
+ this.mi(true);
1197
1197
  break;
1198
1198
  case CalloutLayer.$$p[22]:
1199
1199
  case CalloutLayer.$$p[23]:
1200
- this.mh(true);
1200
+ this.mi(true);
1201
1201
  break;
1202
1202
  case CalloutLayer.$$p[14]:
1203
- this.mh(true);
1203
+ this.mi(true);
1204
1204
  break;
1205
1205
  case "SeriesViewer":
1206
1206
  if (c != null) {
1207
1207
  let e = c;
1208
- e.seriesAnimating = delegateRemove(e.seriesAnimating, runOn(this, this.up));
1208
+ e.seriesAnimating = delegateRemove(e.seriesAnimating, runOn(this, this.uq));
1209
1209
  }
1210
1210
  if (d != null) {
1211
1211
  let f = d;
1212
- f.seriesAnimating = delegateCombine(f.seriesAnimating, runOn(this, this.up));
1212
+ f.seriesAnimating = delegateCombine(f.seriesAnimating, runOn(this, this.uq));
1213
1213
  }
1214
1214
  if (d == null) {
1215
- this.ui();
1215
+ this.uj();
1216
1216
  }
1217
1217
  break;
1218
1218
  case "AutoCalloutVisibilityMode":
1219
- this.ra = this.rc();
1220
- this.uj();
1219
+ this.rb = this.rd();
1220
+ this.uk();
1221
1221
  break;
1222
1222
  case "AllowedPositions":
1223
1223
  if (c != null) {
1224
1224
  let g = c;
1225
- g.collectionChanged = delegateRemove(g.collectionChanged, runOn(this, this.ud));
1225
+ g.collectionChanged = delegateRemove(g.collectionChanged, runOn(this, this.ue));
1226
1226
  }
1227
1227
  if (d != null) {
1228
1228
  let h = d;
1229
- h.collectionChanged = delegateCombine(h.collectionChanged, runOn(this, this.ud));
1229
+ h.collectionChanged = delegateCombine(h.collectionChanged, runOn(this, this.ue));
1230
1230
  }
1231
- this.q7 = this.q8(this.ri);
1232
- this.uj();
1231
+ this.q8 = this.q9(this.rj);
1232
+ this.uk();
1233
1233
  break;
1234
1234
  case CalloutLayer.$$p[16]:
1235
1235
  case CalloutLayer.$$p[17]:
@@ -1246,88 +1246,88 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
1246
1246
  case CalloutLayer.$$p[7]:
1247
1247
  case CalloutLayer.$$p[12]:
1248
1248
  case CalloutLayer.$$p[13]:
1249
- this.uj();
1249
+ this.uk();
1250
1250
  break;
1251
1251
  case CalloutLayer.$$p[21]:
1252
1252
  if (this.ck != null) {
1253
- this.ck.deregisterColumn(this.rw);
1254
- this.rw = this.cj(this.tx);
1253
+ this.ck.deregisterColumn(this.rx);
1254
+ this.rx = this.cj(this.ty);
1255
1255
  }
1256
1256
  break;
1257
1257
  case "LabelColumn":
1258
- this.uj();
1258
+ this.uk();
1259
1259
  break;
1260
1260
  case CalloutLayer.$$p[15]:
1261
1261
  if (this.ck != null) {
1262
- this.ck.deregisterColumn(this.ru);
1263
- this.ru = this.cj(this.tn);
1262
+ this.ck.deregisterColumn(this.rv);
1263
+ this.rv = this.cj(this.to);
1264
1264
  }
1265
1265
  break;
1266
1266
  case "ContentColumn":
1267
- this.uj();
1267
+ this.uk();
1268
1268
  break;
1269
1269
  case CalloutLayer.$$p[28]:
1270
1270
  if (this.ck != null) {
1271
- this.ck.deregisterColumn(this.rx);
1272
- this.rx = stringIsNullOrEmpty(this.t8) == false ? this.cj(this.t8) : null;
1271
+ this.ck.deregisterColumn(this.ry);
1272
+ this.ry = stringIsNullOrEmpty(this.t9) == false ? this.cj(this.t9) : null;
1273
1273
  }
1274
1274
  break;
1275
1275
  case "XColumn":
1276
- this.uj();
1276
+ this.uk();
1277
1277
  break;
1278
1278
  case CalloutLayer.$$p[29]:
1279
1279
  if (this.ck != null) {
1280
- this.ck.deregisterColumn(this.ry);
1281
- this.ry = this.cj(this.ub);
1280
+ this.ck.deregisterColumn(this.rz);
1281
+ this.rz = this.cj(this.uc);
1282
1282
  }
1283
1283
  break;
1284
1284
  case "YColumn":
1285
- this.uj();
1285
+ this.uk();
1286
1286
  break;
1287
1287
  case CalloutLayer.$$p[20]:
1288
1288
  if (this.ck != null) {
1289
- this.ck.deregisterColumn(this.rv);
1290
- this.rv = this.cj(this.tu);
1289
+ this.ck.deregisterColumn(this.rw);
1290
+ this.rw = this.cj(this.tv);
1291
1291
  }
1292
1292
  break;
1293
1293
  case "KeyColumn":
1294
- this.uj();
1294
+ this.uk();
1295
1295
  break;
1296
1296
  case "FastItemsSource":
1297
- this.r4 = true;
1297
+ this.r5 = true;
1298
1298
  if (typeCast(IFastItemsSource_$type, c) != null) {
1299
- c.deregisterColumn(this.rw);
1300
- c.deregisterColumn(this.ru);
1301
1299
  c.deregisterColumn(this.rx);
1302
- c.deregisterColumn(this.ry);
1303
1300
  c.deregisterColumn(this.rv);
1304
- this.rw = null;
1305
- this.ru = null;
1301
+ c.deregisterColumn(this.ry);
1302
+ c.deregisterColumn(this.rz);
1303
+ c.deregisterColumn(this.rw);
1306
1304
  this.rx = null;
1307
- this.ry = null;
1308
1305
  this.rv = null;
1309
- this.sn.clear();
1306
+ this.ry = null;
1307
+ this.rz = null;
1308
+ this.rw = null;
1309
+ this.so.clear();
1310
1310
  }
1311
1311
  if (typeCast(IFastItemsSource_$type, d) != null) {
1312
- this.rw = this.cj(this.tx);
1313
- this.ru = this.cj(this.tn);
1314
- if (stringIsNullOrEmpty(this.t8) == false) {
1315
- this.rx = this.cj(this.t8);
1312
+ this.rx = this.cj(this.ty);
1313
+ this.rv = this.cj(this.to);
1314
+ if (stringIsNullOrEmpty(this.t9) == false) {
1315
+ this.ry = this.cj(this.t9);
1316
1316
  }
1317
- this.ry = this.cj(this.ub);
1318
- this.rv = this.cj(this.tu);
1317
+ this.rz = this.cj(this.uc);
1318
+ this.rw = this.cj(this.tv);
1319
1319
  }
1320
- this.uj();
1320
+ this.uk();
1321
1321
  break;
1322
1322
  }
1323
1323
  }
1324
- rc() {
1325
- if (this.rb == 0) {
1324
+ rd() {
1325
+ if (this.rc == 0) {
1326
1326
  return 1;
1327
1327
  }
1328
- return this.rb;
1328
+ return this.rc;
1329
1329
  }
1330
- q8(a) {
1330
+ q9(a) {
1331
1331
  if (a == null || a.count == 0) {
1332
1332
  return null;
1333
1333
  }
@@ -1337,54 +1337,54 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
1337
1337
  }
1338
1338
  return b;
1339
1339
  }
1340
- up(a) {
1340
+ uq(a) {
1341
1341
  if (a.dc) {
1342
1342
  return;
1343
1343
  }
1344
- if ((a == this.rm || this.rm == null) && this.sa) {
1345
- this.mh(false);
1344
+ if ((a == this.rn || this.rn == null) && this.sb) {
1345
+ this.mi(false);
1346
1346
  }
1347
1347
  }
1348
- uj() {
1349
- if (this.r3 == false) {
1350
- this.r3 = true;
1351
- this.mh(false);
1348
+ uk() {
1349
+ if (this.r4 == false) {
1350
+ this.r4 = true;
1351
+ this.mi(false);
1352
1352
  }
1353
1353
  }
1354
- uh() {
1355
- this.rg.b8.clear();
1356
- this.sk.g();
1357
- this.sh.clear();
1354
+ ui() {
1355
+ this.rh.b8.clear();
1356
+ this.sl.g();
1357
+ this.si.clear();
1358
1358
  }
1359
- uk() {
1360
- if (this.ry == null || this.rw == null) {
1361
- let a = this.sk.c;
1359
+ ul() {
1360
+ if (this.rz == null || this.rx == null) {
1361
+ let a = this.sl.c;
1362
1362
  while (a != null) {
1363
- this.us(a.c);
1363
+ this.ut(a.c);
1364
1364
  a = a.a;
1365
1365
  }
1366
1366
  return;
1367
1367
  }
1368
- let b = this.si();
1369
- for (let c = 0; c < this.ry.count; c++) {
1368
+ let b = this.sj();
1369
+ for (let c = 0; c < this.rz.count; c++) {
1370
1370
  let d;
1371
- if (this.sn.count <= c) {
1371
+ if (this.so.count <= c) {
1372
1372
  let e = new CalloutAnnotation();
1373
1373
  d = new CalloutAnnotationWrapper();
1374
1374
  d.b = e;
1375
- d.b.series = this.rm;
1376
- this.sn.add(d);
1375
+ d.b.series = this.rn;
1376
+ this.so.add(d);
1377
1377
  }
1378
1378
  else {
1379
- d = this.sn._inner[c];
1379
+ d = this.so._inner[c];
1380
1380
  }
1381
- this.ur(c, b);
1381
+ this.us(c, b);
1382
1382
  }
1383
1383
  }
1384
1384
  }
1385
1385
  CalloutLayer.$t = /*@__PURE__*/ markType(CalloutLayer, 'CalloutLayer', AnnotationLayer.$);
1386
- CalloutLayer.u7 = /*@__PURE__*/ DependencyProperty.i("AutoCalloutVisibilityMode", AutoCalloutVisibilityMode_$type, CalloutLayer.$, /*@__PURE__*/ new PropertyMetadata(2, /*@__PURE__*/ enumGetBox(AutoCalloutVisibilityMode_$type, 0), (a, b) => a.raisePropertyChanged("AutoCalloutVisibilityMode", b.oldValue, b.newValue)));
1387
- CalloutLayer.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, CalloutLayer, 'raisePropertyChanged', ['AutoCalloutLabelPrecision:sz:ut', [1, 5], 'CalloutBackground:vo:uu', [Brush.$, null], 'CalloutCollisionMode:rd:uv', [CalloutCollisionMode_$type, /*@__PURE__*/ enumGetBox(CalloutCollisionMode_$type, 3)], 'CalloutCornerRadius:sq:uw', [1, NaN], 'CalloutInterpolatedValuePrecision:s0:ux', [1, -1], 'CalloutLeaderBrush:vp:uy', [Brush.$, null], 'CalloutOutline:vq:uz', [Brush.$, null], 'CalloutPaddingBottom:sr:u0', [1, NaN], 'CalloutPaddingLeft:ss:u1', [1, NaN], 'CalloutPaddingRight:st:u2', [1, NaN], 'CalloutPaddingTop:su:u3', [1, NaN], 'CalloutPositionPadding:sv:u4', [1, 10], 'CalloutStrokeThickness:sw:u5', [1, NaN], 'CalloutTextColor:vr:u6', [Brush.$, null], 'CollisionChannel:tk:u8', [2, null], 'ContentMemberPath:tn:u9', [2, null], 'IsAutoCalloutBehaviorEnabled:sa:va', [0, false], 'IsCalloutOffsettingEnabled:sb:vb', [0, true], 'IsCustomCalloutRenderStyleEnabled:sc:vc', [0, false], 'IsCustomCalloutStyleEnabled:sd:vd', [0, false], 'KeyMemberPath:tu:ve', [2, null], 'LabelMemberPath:tx:vf', [2, null], 'TargetSeriesName:tz:vg', [2, null], 'TargetSeries:rm:vh', [Series.$, null], 'TextStyle:t2:vi', [2, null], 'UseInterpolatedValueForAutoCalloutLabels:se:vj', [0, false], 'UseSeriesColorForOutline:sf:vk', [0, false], 'UseValueForAutoCalloutLabels:sg:vl', [0, true], 'XMemberPath:t8:vm', [2, null], 'YMemberPath:ub:vn', [2, null]]);
1386
+ CalloutLayer.u8 = /*@__PURE__*/ DependencyProperty.i("AutoCalloutVisibilityMode", AutoCalloutVisibilityMode_$type, CalloutLayer.$, /*@__PURE__*/ new PropertyMetadata(2, /*@__PURE__*/ enumGetBox(AutoCalloutVisibilityMode_$type, 0), (a, b) => a.raisePropertyChanged("AutoCalloutVisibilityMode", b.oldValue, b.newValue)));
1387
+ CalloutLayer.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, CalloutLayer, 'raisePropertyChanged', ['AutoCalloutLabelPrecision:s0:uu', [1, 5], 'CalloutBackground:vp:uv', [Brush.$, null], 'CalloutCollisionMode:re:uw', [CalloutCollisionMode_$type, /*@__PURE__*/ enumGetBox(CalloutCollisionMode_$type, 3)], 'CalloutCornerRadius:sr:ux', [1, NaN], 'CalloutInterpolatedValuePrecision:s1:uy', [1, -1], 'CalloutLeaderBrush:vq:uz', [Brush.$, null], 'CalloutOutline:vr:u0', [Brush.$, null], 'CalloutPaddingBottom:ss:u1', [1, NaN], 'CalloutPaddingLeft:st:u2', [1, NaN], 'CalloutPaddingRight:su:u3', [1, NaN], 'CalloutPaddingTop:sv:u4', [1, NaN], 'CalloutPositionPadding:sw:u5', [1, 10], 'CalloutStrokeThickness:sx:u6', [1, NaN], 'CalloutTextColor:vs:u7', [Brush.$, null], 'CollisionChannel:tl:u9', [2, null], 'ContentMemberPath:to:va', [2, null], 'IsAutoCalloutBehaviorEnabled:sb:vb', [0, false], 'IsCalloutOffsettingEnabled:sc:vc', [0, true], 'IsCustomCalloutRenderStyleEnabled:sd:vd', [0, false], 'IsCustomCalloutStyleEnabled:se:ve', [0, false], 'KeyMemberPath:tv:vf', [2, null], 'LabelMemberPath:ty:vg', [2, null], 'TargetSeriesName:t0:vh', [2, null], 'TargetSeries:rn:vi', [Series.$, null], 'TextStyle:t3:vj', [2, null], 'UseInterpolatedValueForAutoCalloutLabels:sf:vk', [0, false], 'UseSeriesColorForOutline:sg:vl', [0, false], 'UseValueForAutoCalloutLabels:sh:vm', [0, true], 'XMemberPath:t9:vn', [2, null], 'YMemberPath:uc:vo', [2, null]]);
1388
1388
  return CalloutLayer;
1389
1389
  })();
1390
1390
  /**
@@ -1446,8 +1446,8 @@ export let CalloutLayerView = /*@__PURE__*/ (() => {
1446
1446
  }
1447
1447
  }
1448
1448
  b7() {
1449
- if (this.b4.ro != null) {
1450
- return this.b4.ro;
1449
+ if (this.b4.rp != null) {
1450
+ return this.b4.rp;
1451
1451
  }
1452
1452
  return this.e.cd.getFontInfo();
1453
1453
  }
@@ -1494,9 +1494,9 @@ export let CalloutLayerView = /*@__PURE__*/ (() => {
1494
1494
  }
1495
1495
  ci(a) {
1496
1496
  if (a != null) {
1497
- return this.cm(a.o3);
1497
+ return this.cm(a.o4);
1498
1498
  }
1499
- return this.e.o3;
1499
+ return this.e.o4;
1500
1500
  }
1501
1501
  cl() {
1502
1502
  return ((() => {
@@ -1506,9 +1506,9 @@ export let CalloutLayerView = /*@__PURE__*/ (() => {
1506
1506
  })());
1507
1507
  }
1508
1508
  ck(a) {
1509
- if (this.b4.sf) {
1509
+ if (this.b4.sg) {
1510
1510
  if (a != null) {
1511
- return this.cm(a.o3);
1511
+ return this.cm(a.o4);
1512
1512
  }
1513
1513
  }
1514
1514
  return ((() => {
@@ -1519,9 +1519,9 @@ export let CalloutLayerView = /*@__PURE__*/ (() => {
1519
1519
  }
1520
1520
  cj(a) {
1521
1521
  if (a != null) {
1522
- return this.cm(a.oy);
1522
+ return this.cm(a.oz);
1523
1523
  }
1524
- return this.e.oy;
1524
+ return this.e.oz;
1525
1525
  }
1526
1526
  cf() {
1527
1527
  this.ca = NaN;