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
@@ -62,109 +62,109 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
62
62
  var _this = _super.call(this) || this;
63
63
  _this.calloutStyleUpdating = null;
64
64
  _this.calloutRenderStyleUpdating = null;
65
- _this.rr = null;
66
65
  _this.rs = null;
67
66
  _this.rt = null;
67
+ _this.ru = null;
68
+ _this.rr = null;
68
69
  _this.rq = null;
69
- _this.rp = null;
70
- _this.sj = new HashSet$1(CalloutAnnotationWrapper.$, 0);
71
- _this.sm = new List$1(CalloutAnnotationWrapper.$, 0);
70
+ _this.sk = new HashSet$1(CalloutAnnotationWrapper.$, 0);
72
71
  _this.sn = new List$1(CalloutAnnotationWrapper.$, 0);
73
- _this.rh = null;
74
- _this.q7 = null;
75
- _this.rn = null;
76
- _this.sk = new LinkedList$1(CalloutAnnotationWrapper.$);
77
- _this.sh = new Dictionary$2(CalloutAnnotationWrapper.$, LinkedListNode$1.$.specialize(CalloutAnnotationWrapper.$), 0);
78
- _this.rz = null;
79
- _this.vt = new Rect(0, 0, 0, 1, 1);
80
- _this.r6 = false;
81
- _this.sy = 0;
82
- _this.vs = Rect.empty;
83
- _this.r4 = false;
72
+ _this.so = new List$1(CalloutAnnotationWrapper.$, 0);
73
+ _this.ri = null;
74
+ _this.q8 = null;
75
+ _this.ro = null;
76
+ _this.sl = new LinkedList$1(CalloutAnnotationWrapper.$);
77
+ _this.si = new Dictionary$2(CalloutAnnotationWrapper.$, LinkedListNode$1.$.specialize(CalloutAnnotationWrapper.$), 0);
78
+ _this.r0 = null;
79
+ _this.vu = new Rect(0, 0, 0, 1, 1);
80
+ _this.r7 = false;
81
+ _this.sz = 0;
82
+ _this.vt = Rect.empty;
84
83
  _this.r5 = false;
84
+ _this.r6 = false;
85
85
  _this.calloutContentUpdating = null;
86
86
  _this.calloutLabelUpdating = null;
87
87
  _this.calloutSeriesSelecting = null;
88
- _this.sl = new List$1(SeriesPointOfInterest.$, 0);
89
- _this.r8 = false;
88
+ _this.sm = new List$1(SeriesPointOfInterest.$, 0);
90
89
  _this.r9 = false;
91
- _this.sp = 0;
92
- _this.r7 = false;
93
- _this.r3 = true;
94
- _this.q9 = 1;
90
+ _this.sa = false;
91
+ _this.sq = 0;
92
+ _this.r8 = false;
93
+ _this.r4 = true;
94
+ _this.ra = 1;
95
95
  FastItemObjectColumn.m();
96
- _this.q7 = null;
97
- _this.rh = new CalloutPlacementPositionsCollection();
98
- var a = _this.rh;
99
- a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.ud));
100
- _this.qd = true;
96
+ _this.q8 = null;
97
+ _this.ri = new CalloutPlacementPositionsCollection();
98
+ var a = _this.ri;
99
+ a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.ue));
100
+ _this.qe = true;
101
101
  var b = new CalloutLayerFrame();
102
102
  var c = new CalloutLayerFrame();
103
103
  var d = new CalloutLayerFrame();
104
104
  var e = _this.hm / 1000;
105
- _this.p5 = b;
106
- _this.p4 = c;
107
- _this.p6 = d;
105
+ _this.p6 = b;
106
+ _this.p5 = c;
107
+ _this.p7 = d;
108
108
  _this.ab = CalloutLayer.$;
109
109
  return _this;
110
110
  }
111
111
  CalloutLayer.prototype.get_c8 = function () {
112
112
  return true;
113
113
  };
114
- CalloutLayer.prototype.ud = function (a, b) {
115
- this.um();
114
+ CalloutLayer.prototype.ue = function (a, b) {
115
+ this.un();
116
116
  };
117
- CalloutLayer.prototype.um = function () {
118
- this.q7 = this.q8(this.ri);
119
- this.uj();
117
+ CalloutLayer.prototype.un = function () {
118
+ this.q8 = this.q9(this.rj);
119
+ this.uk();
120
120
  };
121
- CalloutLayer.prototype.ue = function (a, b) {
122
- this.sn.clear();
123
- this.mh(false);
121
+ CalloutLayer.prototype.uf = function (a, b) {
122
+ this.so.clear();
123
+ this.mi(false);
124
124
  };
125
125
  CalloutLayer.prototype.k0 = function (a, b, c, d) {
126
126
  _super.prototype.k0.call(this, a, b, c, d);
127
- var e = this.si();
127
+ var e = this.sj();
128
128
  switch (a) {
129
129
  case 3:
130
- this.ur(b, e);
130
+ this.us(b, e);
131
131
  break;
132
132
  case 1:
133
133
  for (var f = b; f < b + c; f++) {
134
134
  var g = new CalloutAnnotation();
135
135
  var h = new CalloutAnnotationWrapper();
136
136
  h.b = g;
137
- h.b.series = this.rm;
138
- this.sn.insert(f, h);
139
- this.ur(f, e);
137
+ h.b.series = this.rn;
138
+ this.so.insert(f, h);
139
+ this.us(f, e);
140
140
  }
141
141
  break;
142
142
  case 0:
143
- this.sn.v(b, c);
143
+ this.so.v(b, c);
144
144
  break;
145
145
  case 2:
146
146
  for (var i = b; i < b + c; i++) {
147
- this.ur(i, e);
147
+ this.us(i, e);
148
148
  }
149
149
  break;
150
150
  case 4:
151
- this.sn.clear();
151
+ this.so.clear();
152
152
  for (var j = 0; j < this.ck.count; j++) {
153
153
  var k = new CalloutAnnotation();
154
154
  var l = new CalloutAnnotationWrapper();
155
155
  l.b = k;
156
- l.b.series = this.rm;
157
- this.sn.add(l);
158
- this.ur(j, e);
156
+ l.b.series = this.rn;
157
+ this.so.add(l);
158
+ this.us(j, e);
159
159
  }
160
160
  break;
161
161
  }
162
- this.mh(true);
162
+ this.mi(true);
163
163
  };
164
164
  CalloutLayer.prototype.eo = function (a) {
165
165
  return false;
166
166
  };
167
- CalloutLayer.prototype.si = function () {
167
+ CalloutLayer.prototype.sj = function () {
168
168
  var a = new Dictionary$2(String_$type, Series.$, 0);
169
169
  if (this.cd != null) {
170
170
  for (var b = 0; b < this.cd.series.count; b++) {
@@ -176,25 +176,25 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
176
176
  }
177
177
  return a;
178
178
  };
179
- CalloutLayer.prototype.ur = function (a, b) {
179
+ CalloutLayer.prototype.us = function (a, b) {
180
180
  var _this = this;
181
- if (this.ry == null || this.rw == null) {
181
+ if (this.rz == null || this.rx == null) {
182
182
  return;
183
183
  }
184
184
  var c = a;
185
- if (this.rx != null) {
186
- c = this.rx.item(a);
187
- }
188
- var d = this.ry.item(a);
189
- var e = this.rw.item(a);
190
- var f = this.sn._inner[a];
191
- if (this.rv != null) {
192
- if (f.b.ab != this.rv.item(a)) {
193
- f.b.key = this.rv.item(a);
185
+ if (this.ry != null) {
186
+ c = this.ry.item(a);
187
+ }
188
+ var d = this.rz.item(a);
189
+ var e = this.rx.item(a);
190
+ var f = this.so._inner[a];
191
+ if (this.rw != null) {
192
+ if (f.b.ab != this.rw.item(a)) {
193
+ f.b.key = this.rw.item(a);
194
194
  }
195
195
  }
196
- if (this.sh.containsKey(f)) {
197
- f.b = this.sh.item(f).c.b;
196
+ if (this.si.containsKey(f)) {
197
+ f.b = this.si.item(f).c.b;
198
198
  }
199
199
  f.b.xValue = c;
200
200
  f.b.yValue = d;
@@ -215,8 +215,8 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
215
215
  else {
216
216
  f.b.text = e != null ? e.toString() : "";
217
217
  }
218
- if (this.ru != null) {
219
- f.b.content = this.ru.item(a);
218
+ if (this.rv != null) {
219
+ f.b.content = this.rv.item(a);
220
220
  }
221
221
  else {
222
222
  f.b.content = this.ck.item(a);
@@ -239,29 +239,29 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
239
239
  }
240
240
  }
241
241
  }
242
- this.us(f);
242
+ this.ut(f);
243
243
  };
244
- CalloutLayer.prototype.us = function (a) {
244
+ CalloutLayer.prototype.ut = function (a) {
245
245
  var b = new Thickness(0, DeviceUtils.g(3));
246
- if (isNaN_(this.vv.left) || isNaN_(this.vv.top) || isNaN_(this.vv.right) || isNaN_(this.vv.bottom)) {
246
+ if (isNaN_(this.vw.left) || isNaN_(this.vw.top) || isNaN_(this.vw.right) || isNaN_(this.vw.bottom)) {
247
247
  b = new Thickness(0, DeviceUtils.g(3));
248
248
  }
249
249
  else {
250
- b = this.vv;
250
+ b = this.vw;
251
251
  }
252
252
  var c = DeviceUtils.g(3);
253
- if (isNaN_(this.sq)) {
253
+ if (isNaN_(this.sr)) {
254
254
  c = DeviceUtils.g(3);
255
255
  }
256
256
  else {
257
- c = this.sq;
258
- }
259
- var d = this.vo != null ? this.vo : this.rg.ci(a.b.l);
260
- var e = this.vr != null ? this.vr : this.rg.cl();
261
- var f = this.vq != null ? this.vq : this.rg.ck(a.b.l);
262
- var g = this.vp != null ? this.vp : this.rg.cj(a.b.l);
263
- var h = isNaN_(this.sw) ? 0 : this.sw;
264
- if (this.sd && this.calloutStyleUpdating != null) {
257
+ c = this.sr;
258
+ }
259
+ var d = this.vp != null ? this.vp : this.rh.ci(a.b.l);
260
+ var e = this.vs != null ? this.vs : this.rh.cl();
261
+ var f = this.vr != null ? this.vr : this.rh.ck(a.b.l);
262
+ var g = this.vq != null ? this.vq : this.rh.cj(a.b.l);
263
+ var h = isNaN_(this.sx) ? 0 : this.sx;
264
+ if (this.se && this.calloutStyleUpdating != null) {
265
265
  var i = new CalloutStyleUpdatingEventArgs();
266
266
  i.item = a.b.aa;
267
267
  i.xValue = a.b.ac;
@@ -290,36 +290,22 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
290
290
  CalloutLayer.prototype.hw = function (a, b) {
291
291
  var c = this.jq(b);
292
292
  if (c == CalloutLayer.$$p[21]) {
293
- return this.hx(a, b, this.tx);
293
+ return this.hx(a, b, this.ty);
294
294
  }
295
295
  if (c == CalloutLayer.$$p[28]) {
296
- return this.hx(a, b, this.t8);
296
+ return this.hx(a, b, this.t9);
297
297
  }
298
298
  if (c == CalloutLayer.$$p[29]) {
299
- return this.hx(a, b, this.ub);
299
+ return this.hx(a, b, this.uc);
300
300
  }
301
301
  if (c == CalloutLayer.$$p[20]) {
302
- return this.hx(a, b, this.tu);
302
+ return this.hx(a, b, this.tv);
303
303
  }
304
304
  if (c == CalloutLayer.$$p[15]) {
305
- return this.hx(a, b, this.tn);
305
+ return this.hx(a, b, this.to);
306
306
  }
307
307
  return _super.prototype.hw.call(this, a, b);
308
308
  };
309
- Object.defineProperty(CalloutLayer.prototype, "rw", {
310
- get: function () {
311
- return this.rr;
312
- },
313
- set: function (a) {
314
- if (this.rr != a) {
315
- var b = this.rr;
316
- this.rr = a;
317
- this.raisePropertyChanged("LabelColumn", b, this.rr);
318
- }
319
- },
320
- enumerable: true,
321
- configurable: true
322
- });
323
309
  Object.defineProperty(CalloutLayer.prototype, "rx", {
324
310
  get: function () {
325
311
  return this.rs;
@@ -328,7 +314,7 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
328
314
  if (this.rs != a) {
329
315
  var b = this.rs;
330
316
  this.rs = a;
331
- this.raisePropertyChanged("XColumn", b, this.rs);
317
+ this.raisePropertyChanged("LabelColumn", b, this.rs);
332
318
  }
333
319
  },
334
320
  enumerable: true,
@@ -342,118 +328,132 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
342
328
  if (this.rt != a) {
343
329
  var b = this.rt;
344
330
  this.rt = a;
345
- this.raisePropertyChanged("YColumn", b, this.rt);
331
+ this.raisePropertyChanged("XColumn", b, this.rt);
346
332
  }
347
333
  },
348
334
  enumerable: true,
349
335
  configurable: true
350
336
  });
351
- Object.defineProperty(CalloutLayer.prototype, "rv", {
337
+ Object.defineProperty(CalloutLayer.prototype, "rz", {
352
338
  get: function () {
353
- return this.rq;
339
+ return this.ru;
354
340
  },
355
341
  set: function (a) {
356
- if (this.rq != a) {
357
- var b = this.rq;
358
- this.rq = a;
359
- this.raisePropertyChanged("KeyColumn", b, this.rq);
342
+ if (this.ru != a) {
343
+ var b = this.ru;
344
+ this.ru = a;
345
+ this.raisePropertyChanged("YColumn", b, this.ru);
346
+ }
347
+ },
348
+ enumerable: true,
349
+ configurable: true
350
+ });
351
+ Object.defineProperty(CalloutLayer.prototype, "rw", {
352
+ get: function () {
353
+ return this.rr;
354
+ },
355
+ set: function (a) {
356
+ if (this.rr != a) {
357
+ var b = this.rr;
358
+ this.rr = a;
359
+ this.raisePropertyChanged("KeyColumn", b, this.rr);
360
360
  }
361
361
  },
362
362
  enumerable: true,
363
363
  configurable: true
364
364
  });
365
- Object.defineProperty(CalloutLayer.prototype, "ru", {
365
+ Object.defineProperty(CalloutLayer.prototype, "rv", {
366
366
  get: function () {
367
- return this.rp;
367
+ return this.rq;
368
368
  },
369
369
  set: function (a) {
370
- if (this.rp != a) {
371
- var b = this.rp;
372
- this.rp = a;
373
- this.raisePropertyChanged("ContentColumn", b, this.rp);
370
+ if (this.rq != a) {
371
+ var b = this.rq;
372
+ this.rq = a;
373
+ this.raisePropertyChanged("ContentColumn", b, this.rq);
374
374
  }
375
375
  },
376
376
  enumerable: true,
377
377
  configurable: true
378
378
  });
379
- CalloutLayer.prototype.ug = function (a, b) {
379
+ CalloutLayer.prototype.uh = function (a, b) {
380
380
  if (b.propertyName == CalloutAnnotation.$$p[14] || b.propertyName == CalloutAnnotation.$$p[15]) {
381
381
  var c = a.k;
382
- if (!this.sj.contains(c)) {
383
- this.sj.add_1(c);
384
- this.sm.add(c);
385
- this.mh(false);
382
+ if (!this.sk.contains(c)) {
383
+ this.sk.add_1(c);
384
+ this.sn.add(c);
385
+ this.mi(false);
386
386
  }
387
387
  }
388
388
  };
389
389
  CalloutLayer.prototype.bx = function () {
390
390
  return new CalloutLayerView(this);
391
391
  };
392
- CalloutLayer.prototype.ly = function (a) {
393
- _super.prototype.ly.call(this, a);
394
- this.rg = a;
392
+ CalloutLayer.prototype.lz = function (a) {
393
+ _super.prototype.lz.call(this, a);
394
+ this.rh = a;
395
395
  };
396
- Object.defineProperty(CalloutLayer.prototype, "ri", {
396
+ Object.defineProperty(CalloutLayer.prototype, "rj", {
397
397
  get: function () {
398
- return this.rh;
398
+ return this.ri;
399
399
  },
400
400
  set: function (a) {
401
- var b = this.ri;
401
+ var b = this.rj;
402
402
  if (a != b) {
403
- this.rh = a;
404
- this.raisePropertyChanged("AllowedPositions", b, this.ri);
403
+ this.ri = a;
404
+ this.raisePropertyChanged("AllowedPositions", b, this.rj);
405
405
  }
406
406
  },
407
407
  enumerable: true,
408
408
  configurable: true
409
409
  });
410
- Object.defineProperty(CalloutLayer.prototype, "rb", {
410
+ Object.defineProperty(CalloutLayer.prototype, "rc", {
411
411
  get: function () {
412
- return EnumUtil.getEnumValue(AutoCalloutVisibilityMode_$type, this.c(CalloutLayer.u7));
412
+ return EnumUtil.getEnumValue(AutoCalloutVisibilityMode_$type, this.c(CalloutLayer.u8));
413
413
  },
414
414
  set: function (a) {
415
- this.h(CalloutLayer.u7, enumGetBox(AutoCalloutVisibilityMode_$type, a));
415
+ this.h(CalloutLayer.u8, enumGetBox(AutoCalloutVisibilityMode_$type, a));
416
416
  },
417
417
  enumerable: true,
418
418
  configurable: true
419
419
  });
420
- Object.defineProperty(CalloutLayer.prototype, "ra", {
420
+ Object.defineProperty(CalloutLayer.prototype, "rb", {
421
421
  get: function () {
422
- return this.q9;
422
+ return this.ra;
423
423
  },
424
424
  set: function (a) {
425
- this.q9 = a;
425
+ this.ra = a;
426
426
  },
427
427
  enumerable: true,
428
428
  configurable: true
429
429
  });
430
- Object.defineProperty(CalloutLayer.prototype, "vv", {
430
+ Object.defineProperty(CalloutLayer.prototype, "vw", {
431
431
  get: function () {
432
- return new Thickness(1, this.ss, this.su, this.st, this.sr);
432
+ return new Thickness(1, this.st, this.sv, this.su, this.ss);
433
433
  },
434
434
  enumerable: true,
435
435
  configurable: true
436
436
  });
437
- Object.defineProperty(CalloutLayer.prototype, "ro", {
437
+ Object.defineProperty(CalloutLayer.prototype, "rp", {
438
438
  get: function () {
439
- if (this.rn == null) {
440
- this.rn = FontUtil.toFontInfo(this.g9, this.t2);
439
+ if (this.ro == null) {
440
+ this.ro = FontUtil.toFontInfo(this.g9, this.t3);
441
441
  }
442
- return this.rn;
442
+ return this.ro;
443
443
  },
444
444
  enumerable: true,
445
445
  configurable: true
446
446
  });
447
- CalloutLayer.prototype.qo = function (a, b) {
448
- if (this.rm == null || this.rm == a) {
447
+ CalloutLayer.prototype.qp = function (a, b) {
448
+ if (this.rn == null || this.rn == a) {
449
449
  if (!this.as.c) {
450
- this.mh(b);
450
+ this.mi(b);
451
451
  }
452
452
  }
453
453
  };
454
- CalloutLayer.prototype.qq = function (a, b) {
454
+ CalloutLayer.prototype.qr = function (a, b) {
455
455
  var e_1, _a;
456
- _super.prototype.qq.call(this, a, b);
456
+ _super.prototype.qr.call(this, a, b);
457
457
  var c = a;
458
458
  c.q.clear();
459
459
  c.r.clear();
@@ -472,24 +472,24 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
472
472
  c.v.clear();
473
473
  c.s.clear();
474
474
  c.t.clear();
475
- var d = this.so();
475
+ var d = this.sp();
476
476
  var e = new List$1(CalloutAnnotationWrapper.$, 0);
477
477
  var f = true;
478
- if (this.sa) {
479
- if (this.qb(this.rm)) {
480
- this.uo(this.rm, c, e);
478
+ if (this.sb) {
479
+ if (this.qc(this.rn)) {
480
+ this.up(this.rn, c, e);
481
481
  }
482
482
  else {
483
483
  try {
484
484
  for (var _b = tslib_1.__values(fromEnum(this.cd.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
485
485
  var g = _c.value;
486
- if (this.qb(g)) {
486
+ if (this.qc(g)) {
487
487
  if (!g.dc) {
488
488
  if (!g.isVertical) {
489
489
  f = false;
490
490
  }
491
491
  }
492
- this.uo(g, c, e);
492
+ this.up(g, c, e);
493
493
  }
494
494
  }
495
495
  }
@@ -508,7 +508,7 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
508
508
  }
509
509
  }
510
510
  }
511
- if (this.sa && this.ra == 2) {
511
+ if (this.sb && this.rb == 2) {
512
512
  var h = 0;
513
513
  var i = 0;
514
514
  var j = 1.7976931348623157E+308;
@@ -547,70 +547,70 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
547
547
  }
548
548
  }
549
549
  }
550
- this.un(c, d, e);
550
+ this.uo(c, d, e);
551
551
  };
552
- CalloutLayer.prototype.m5 = function (a, b) {
553
- _super.prototype.m5.call(this, a, b);
554
- var c = b.width - this.vt.width;
555
- var d = b.height - this.vt.height;
552
+ CalloutLayer.prototype.m6 = function (a, b) {
553
+ _super.prototype.m6.call(this, a, b);
554
+ var c = b.width - this.vu.width;
555
+ var d = b.height - this.vu.height;
556
556
  var e = 0;
557
557
  if (Math.abs(c) > Math.abs(d)) {
558
558
  e = c;
559
- this.sp = c * this.py.width;
559
+ this.sq = c * this.pz.width;
560
560
  }
561
561
  else {
562
562
  e = d;
563
- this.sp = d * this.py.height;
563
+ this.sq = d * this.pz.height;
564
564
  }
565
- if (e > 0 && this.sp > 5) {
566
- this.r9 = true;
565
+ if (e > 0 && this.sq > 5) {
566
+ this.sa = true;
567
567
  }
568
- if (e < 0 && this.sp > 5) {
569
- this.r8 = true;
568
+ if (e < 0 && this.sq > 5) {
569
+ this.r9 = true;
570
570
  }
571
571
  };
572
- CalloutLayer.prototype.m4 = function (a, b) {
573
- _super.prototype.m4.call(this, a, b);
572
+ CalloutLayer.prototype.m5 = function (a, b) {
573
+ _super.prototype.m5.call(this, a, b);
574
574
  if (!a.equals1(b)) {
575
- this.r7 = true;
575
+ this.r8 = true;
576
576
  }
577
577
  };
578
- Object.defineProperty(CalloutLayer.prototype, "vu", {
578
+ Object.defineProperty(CalloutLayer.prototype, "vv", {
579
579
  get: function () {
580
- return this.vs;
580
+ return this.vt;
581
581
  },
582
582
  set: function (a) {
583
- this.vs = a;
583
+ this.vt = a;
584
584
  },
585
585
  enumerable: true,
586
586
  configurable: true
587
587
  });
588
- CalloutLayer.prototype.un = function (a, b, c) {
588
+ CalloutLayer.prototype.uo = function (a, b, c) {
589
589
  var e_2, _a;
590
590
  if (this.cd != null) {
591
- this.vt = this.cd.sf;
591
+ this.vu = this.cd.sf;
592
592
  }
593
- if (this.py.isEmpty) {
593
+ if (this.pz.isEmpty) {
594
594
  return;
595
595
  }
596
- this.vu = new Rect(0, this.py.left, this.py.top, this.py.width, this.py.height);
597
- if (this.rz != null && this.tk != null && this.tk != this.rz.ap) {
598
- this.ui();
596
+ this.vv = new Rect(0, this.pz.left, this.pz.top, this.pz.width, this.pz.height);
597
+ if (this.r0 != null && this.tl != null && this.tl != this.r0.ap) {
598
+ this.uj();
599
599
  }
600
- if (this.rz == null) {
601
- var d = this.r0();
600
+ if (this.r0 == null) {
601
+ var d = this.r1();
602
602
  if (d != null) {
603
- this.rz = d;
604
- var e = this.rz;
605
- e.labelsMoved = delegateCombine(e.labelsMoved, runOn(this, this.uf));
603
+ this.r0 = d;
604
+ var e = this.r0;
605
+ e.labelsMoved = delegateCombine(e.labelsMoved, runOn(this, this.ug));
606
606
  }
607
607
  else {
608
- var f = this.pq(this.b0);
608
+ var f = this.pr(this.b0);
609
609
  var g = new Array(2);
610
610
  g[0] = 0;
611
611
  g[1] = 3;
612
- if (this.rm != null) {
613
- if (this.rm.isVertical) {
612
+ if (this.rn != null) {
613
+ if (this.rn.isVertical) {
614
614
  g = new Array(2);
615
615
  g[0] = 2;
616
616
  g[1] = 1;
@@ -650,31 +650,31 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
650
650
  g[1] = 1;
651
651
  }
652
652
  }
653
- 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);
654
- if (this.tk != null) {
655
- this.rz.ap = this.tk;
656
- this.rz.an = this;
653
+ 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);
654
+ if (this.tl != null) {
655
+ this.r0.ap = this.tl;
656
+ this.r0.an = this;
657
657
  }
658
- var j = this.rz;
659
- j.labelsMoved = delegateCombine(j.labelsMoved, runOn(this, this.uf));
660
- }
661
- }
662
- if (this.r8) {
663
- this.r8 = false;
664
- if (this.rz.al > 2) {
665
- this.r6 = true;
658
+ var j = this.r0;
659
+ j.labelsMoved = delegateCombine(j.labelsMoved, runOn(this, this.ug));
666
660
  }
667
661
  }
668
662
  if (this.r9) {
669
663
  this.r9 = false;
670
- if (this.sp > 5) {
671
- this.r6 = true;
664
+ if (this.r0.al > 2) {
665
+ this.r7 = true;
672
666
  }
673
667
  }
674
- if (this.r7) {
675
- this.r7 = false;
676
- this.rz.a3(this.py.right, this.py.bottom, this.py);
677
- this.r6 = true;
668
+ if (this.sa) {
669
+ this.sa = false;
670
+ if (this.sq > 5) {
671
+ this.r7 = true;
672
+ }
673
+ }
674
+ if (this.r8) {
675
+ this.r8 = false;
676
+ this.r0.a3(this.pz.right, this.pz.bottom, this.pz);
677
+ this.r7 = true;
678
678
  }
679
679
  var k = new HashSet$1(CalloutAnnotationWrapper.$, 0);
680
680
  var l = new HashSet$1(CalloutAnnotationWrapper.$, 0);
@@ -687,54 +687,54 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
687
687
  for (var q = 0; q < c.count; q++) {
688
688
  o.add_1(c._inner[q]);
689
689
  }
690
- var r = this.sk.c;
690
+ var r = this.sl.c;
691
691
  while (r != null) {
692
692
  var s = r.a;
693
693
  if (!o.contains(r.c)) {
694
694
  n.add(r.c);
695
695
  l.add_1(r.c);
696
696
  var t = r.c.b;
697
- t.propertyChanged = delegateRemove(t.propertyChanged, runOn(this, this.ug));
698
- this.sk.h(r);
699
- this.sh.removeItem(r.c);
700
- this.rz.a2(r.c.c);
697
+ t.propertyChanged = delegateRemove(t.propertyChanged, runOn(this, this.uh));
698
+ this.sl.h(r);
699
+ this.si.removeItem(r.c);
700
+ this.r0.a2(r.c.c);
701
701
  }
702
702
  r = s;
703
703
  }
704
704
  for (var u = 0; u < b.count; u++) {
705
- if (!this.sh.containsKey(b._inner[u])) {
706
- this.sk.f(b._inner[u]);
705
+ if (!this.si.containsKey(b._inner[u])) {
706
+ this.sl.f(b._inner[u]);
707
707
  var v = b._inner[u].b;
708
- v.propertyChanged = delegateCombine(v.propertyChanged, runOn(this, this.ug));
709
- this.sh.addItem(b._inner[u], this.sk.d);
708
+ v.propertyChanged = delegateCombine(v.propertyChanged, runOn(this, this.uh));
709
+ this.si.addItem(b._inner[u], this.sl.d);
710
710
  m.add(b._inner[u]);
711
711
  k.add_1(b._inner[u]);
712
- this.r6 = true;
712
+ this.r7 = true;
713
713
  }
714
714
  }
715
715
  for (var w = 0; w < c.count; w++) {
716
- if (!this.sh.containsKey(c._inner[w])) {
717
- this.sk.f(c._inner[w]);
718
- this.sh.addItem(c._inner[w], this.sk.d);
716
+ if (!this.si.containsKey(c._inner[w])) {
717
+ this.sl.f(c._inner[w]);
718
+ this.si.addItem(c._inner[w], this.sl.d);
719
719
  var x = c._inner[w].b;
720
- x.propertyChanged = delegateCombine(x.propertyChanged, runOn(this, this.ug));
720
+ x.propertyChanged = delegateCombine(x.propertyChanged, runOn(this, this.uh));
721
721
  m.add(c._inner[w]);
722
722
  k.add_1(c._inner[w]);
723
- this.r6 = true;
723
+ this.r7 = true;
724
724
  }
725
725
  }
726
- if (this.r4 == true) {
727
- this.r4 = false;
728
- this.r6 = true;
726
+ if (this.r5 == true) {
727
+ this.r5 = false;
728
+ this.r7 = true;
729
729
  }
730
- if (this.sm.count > 0) {
731
- this.r6 = true;
732
- this.sm.clear();
733
- this.sj.clear();
730
+ if (this.sn.count > 0) {
731
+ this.r7 = true;
732
+ this.sn.clear();
733
+ this.sk.clear();
734
734
  }
735
- r = this.sk.c;
735
+ r = this.sl.c;
736
736
  while (r != null) {
737
- var y = this.r2(r.c);
737
+ var y = this.r3(r.c);
738
738
  if (y == null) {
739
739
  return;
740
740
  }
@@ -750,36 +750,36 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
750
750
  aa.n = y.e;
751
751
  aa.m = y.d;
752
752
  if (aa.b == null) {
753
- this.rz.t(aa, false);
753
+ this.r0.t(aa, false);
754
754
  }
755
755
  if (z) {
756
- this.rz.aq(aa);
756
+ this.r0.aq(aa);
757
757
  }
758
758
  else {
759
- this.rz.az(aa);
759
+ this.r0.az(aa);
760
760
  }
761
761
  }
762
762
  }
763
763
  r = r.a;
764
764
  }
765
- var ab = this.rz.am();
766
- var ac = this.rz.u();
765
+ var ab = this.r0.am();
766
+ var ac = this.r0.u();
767
767
  if (ac) {
768
- if (this.rz.q()) {
769
- this.r6 = true;
768
+ if (this.r0.q()) {
769
+ this.r7 = true;
770
770
  }
771
771
  }
772
- if (this.r6 && (ab != 0 || ac)) {
773
- this.r6 = false;
774
- this.sy = 0x7FFFFFFF;
775
- if (this.tk != null) {
772
+ if (this.r7 && (ab != 0 || ac)) {
773
+ this.r7 = false;
774
+ this.sz = 0x7FFFFFFF;
775
+ if (this.tl != null) {
776
776
  var ad = true;
777
777
  for (var ae = 0; ae < this.cd.series.count; ae++) {
778
778
  var af = this.cd.series._inner[ae];
779
779
  if (af.dc && typeCast(CalloutLayer.$, af) !== null) {
780
780
  var ag = af;
781
- if (ag.tk == this.tk) {
782
- if (!ag.vu.equals1(this.rz.a5)) {
781
+ if (ag.tl == this.tl) {
782
+ if (!ag.vv.equals1(this.r0.a5)) {
783
783
  ad = false;
784
784
  break;
785
785
  }
@@ -787,21 +787,21 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
787
787
  }
788
788
  }
789
789
  if (ad) {
790
- this.rz.a4();
790
+ this.r0.a4();
791
791
  }
792
792
  else {
793
- this.rz.ar();
794
- this.rz.as();
793
+ this.r0.ar();
794
+ this.r0.as();
795
795
  }
796
796
  }
797
797
  else {
798
- this.rz.a4();
798
+ this.r0.a4();
799
799
  }
800
800
  }
801
801
  else {
802
- this.rz.as();
802
+ this.r0.as();
803
803
  }
804
- var ah = this.sk.c;
804
+ var ah = this.sl.c;
805
805
  var ai;
806
806
  var aj;
807
807
  var ak;
@@ -818,7 +818,7 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
818
818
  var av;
819
819
  var aw;
820
820
  var ax;
821
- var ay = this.sc;
821
+ var ay = this.sd;
822
822
  while (ah != null) {
823
823
  var az = ah.c;
824
824
  var a0 = az.b;
@@ -880,23 +880,23 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
880
880
  ah = ah.a;
881
881
  }
882
882
  };
883
- CalloutLayer.prototype.ui = function () {
884
- if (this.rz != null) {
885
- var a = this.sk.c;
883
+ CalloutLayer.prototype.uj = function () {
884
+ if (this.r0 != null) {
885
+ var a = this.sl.c;
886
886
  while (a != null) {
887
887
  var b = a.c.c;
888
888
  if (b != null) {
889
- this.rz.a2(b);
889
+ this.r0.a2(b);
890
890
  }
891
891
  a = a.a;
892
892
  }
893
- var c = this.rz;
894
- c.labelsMoved = delegateRemove(c.labelsMoved, runOn(this, this.uf));
895
- this.rz = null;
893
+ var c = this.r0;
894
+ c.labelsMoved = delegateRemove(c.labelsMoved, runOn(this, this.ug));
895
+ this.r0 = null;
896
896
  }
897
- this.uh();
897
+ this.ui();
898
898
  };
899
- CalloutLayer.prototype.r0 = function () {
899
+ CalloutLayer.prototype.r1 = function () {
900
900
  if (this.cd == null) {
901
901
  return null;
902
902
  }
@@ -905,9 +905,9 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
905
905
  if (b.dc && typeCast(CalloutLayer.$, b) !== null) {
906
906
  var c = b;
907
907
  if (c != this) {
908
- if (c.tk != null && c.tk == this.tk) {
909
- if (c.rz != null) {
910
- return c.rz;
908
+ if (c.tl != null && c.tl == this.tl) {
909
+ if (c.r0 != null) {
910
+ return c.r0;
911
911
  }
912
912
  }
913
913
  }
@@ -915,14 +915,14 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
915
915
  }
916
916
  return null;
917
917
  };
918
- CalloutLayer.prototype.s1 = function () {
918
+ CalloutLayer.prototype.s2 = function () {
919
919
  return 20000;
920
920
  };
921
- CalloutLayer.prototype.s2 = function () {
921
+ CalloutLayer.prototype.s3 = function () {
922
922
  return 300;
923
923
  };
924
- CalloutLayer.prototype.r1 = function () {
925
- switch (this.rd) {
924
+ CalloutLayer.prototype.r2 = function () {
925
+ switch (this.re) {
926
926
  case 0: return 2;
927
927
  case 2: return 1;
928
928
  case 3: return 2;
@@ -930,15 +930,15 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
930
930
  }
931
931
  return 2;
932
932
  };
933
- CalloutLayer.prototype.uf = function (a) {
934
- var b = this.rz.am();
935
- if (b < this.sy) {
936
- this.sy = b;
937
- this.mh(false);
933
+ CalloutLayer.prototype.ug = function (a) {
934
+ var b = this.r0.am();
935
+ if (b < this.sz) {
936
+ this.sz = b;
937
+ this.mi(false);
938
938
  }
939
939
  };
940
- CalloutLayer.prototype.r2 = function (a) {
941
- var b = this.rm;
940
+ CalloutLayer.prototype.r3 = function (a) {
941
+ var b = this.rn;
942
942
  if (a.b.l != null) {
943
943
  b = a.b.l;
944
944
  }
@@ -1003,8 +1003,8 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1003
1003
  var o = 0;
1004
1004
  var p = 0;
1005
1005
  if (i) {
1006
- o = g.ei(this.sx(a.b.ac), m) + k;
1007
- p = h.ei(this.sx(a.b.ad), n) + l;
1006
+ o = g.ei(this.sy(a.b.ac), m) + k;
1007
+ p = h.ei(this.sy(a.b.ad), n) + l;
1008
1008
  var q = o;
1009
1009
  var r = p;
1010
1010
  var s = { $type: Point_$type, x: 0.5, y: 0.5 };
@@ -1014,8 +1014,8 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1014
1014
  p = ViewportUtils.f(u, n.e, n.d);
1015
1015
  }
1016
1016
  else {
1017
- o = g.ei(this.sx(a.b.ac), m) + k;
1018
- p = h.ei(this.sx(a.b.ad), n) + l;
1017
+ o = g.ei(this.sy(a.b.ac), m) + k;
1018
+ p = h.ei(this.sy(a.b.ad), n) + l;
1019
1019
  }
1020
1020
  var v = new QuadTreeBoundingBox();
1021
1021
  v.b = o;
@@ -1025,7 +1025,7 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1025
1025
  v.g = a.b;
1026
1026
  return v;
1027
1027
  };
1028
- CalloutLayer.prototype.sx = function (a) {
1028
+ CalloutLayer.prototype.sy = function (a) {
1029
1029
  if (typeCast(Date_$type, a) !== null) {
1030
1030
  return a.getTime();
1031
1031
  }
@@ -1034,79 +1034,79 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1034
1034
  }
1035
1035
  return a;
1036
1036
  };
1037
- CalloutLayer.prototype.so = function () {
1037
+ CalloutLayer.prototype.sp = function () {
1038
1038
  var a = new List$1(CalloutAnnotationWrapper.$, 0);
1039
- for (var b = 0; b < this.sn.count; b++) {
1040
- if (stringIsNullOrEmpty(this.sn._inner[b].b.ao)) {
1039
+ for (var b = 0; b < this.so.count; b++) {
1040
+ if (stringIsNullOrEmpty(this.so._inner[b].b.ao)) {
1041
1041
  continue;
1042
1042
  }
1043
- if (this.sn._inner[b].c == null) {
1043
+ if (this.so._inner[b].c == null) {
1044
1044
  var c = new LabelCollisionInfo();
1045
- this.sn._inner[b].c = c;
1046
- var d = this.rg.cn(this.s3(this.sn._inner[b]), this.sn._inner[b].b.backgroundPadding);
1045
+ this.so._inner[b].c = c;
1046
+ var d = this.rh.cn(this.s4(this.so._inner[b]), this.so._inner[b].b.backgroundPadding);
1047
1047
  c.k = d.height / 2;
1048
1048
  c.l = d.width / 2;
1049
1049
  }
1050
- var e = this.r2(this.sn._inner[b]);
1051
- if (e == null || e.b < this.py.left || e.b > this.py.right || e.c < this.py.top || e.c > this.py.bottom) {
1050
+ var e = this.r3(this.so._inner[b]);
1051
+ if (e == null || e.b < this.pz.left || e.b > this.pz.right || e.c < this.pz.top || e.c > this.pz.bottom) {
1052
1052
  continue;
1053
1053
  }
1054
- a.add(this.sn._inner[b]);
1054
+ a.add(this.so._inner[b]);
1055
1055
  }
1056
1056
  return a;
1057
1057
  };
1058
- CalloutLayer.prototype.s3 = function (a) {
1058
+ CalloutLayer.prototype.s4 = function (a) {
1059
1059
  return a.b.ao;
1060
1060
  };
1061
- CalloutLayer.prototype.qb = function (a) {
1062
- if (!_super.prototype.qb.call(this, a)) {
1061
+ CalloutLayer.prototype.qc = function (a) {
1062
+ if (!_super.prototype.qc.call(this, a)) {
1063
1063
  return false;
1064
1064
  }
1065
- if (this.tz != null) {
1065
+ if (this.t0 != null) {
1066
1066
  if (a.du) {
1067
1067
  var b = a.jp();
1068
- if (!Base.equalsStatic(this.tz, b)) {
1068
+ if (!Base.equalsStatic(this.t0, b)) {
1069
1069
  return false;
1070
1070
  }
1071
1071
  }
1072
1072
  else {
1073
- if (!Base.equalsStatic(this.tz, a.name)) {
1073
+ if (!Base.equalsStatic(this.t0, a.name)) {
1074
1074
  return false;
1075
1075
  }
1076
1076
  }
1077
1077
  }
1078
1078
  return true;
1079
1079
  };
1080
- CalloutLayer.prototype.lr = function () {
1081
- _super.prototype.lr.call(this);
1080
+ CalloutLayer.prototype.ls = function () {
1081
+ _super.prototype.ls.call(this);
1082
1082
  if (!this.as.c && !this.cv()) {
1083
1083
  return;
1084
1084
  }
1085
- if (this.r3) {
1086
- this.r3 = false;
1087
- this.uk();
1085
+ if (this.r4) {
1086
+ this.r4 = false;
1087
+ this.ul();
1088
1088
  }
1089
1089
  if (this.cv()) {
1090
- this.uq(this.p6, false);
1090
+ this.ur(this.p7, false);
1091
1091
  }
1092
1092
  else {
1093
- this.uq(this.p4, false);
1093
+ this.ur(this.p5, false);
1094
1094
  }
1095
1095
  };
1096
- CalloutLayer.prototype.ul = function () {
1097
- if (!this.r5) {
1098
- this.r5 = true;
1099
- this.mh(true);
1096
+ CalloutLayer.prototype.um = function () {
1097
+ if (!this.r6) {
1098
+ this.r6 = true;
1099
+ this.mi(true);
1100
1100
  }
1101
1101
  };
1102
- CalloutLayer.prototype.uo = function (a, b, c) {
1102
+ CalloutLayer.prototype.up = function (a, b, c) {
1103
1103
  var d = false;
1104
- if (this.r5) {
1105
- this.r5 = false;
1104
+ if (this.r6) {
1105
+ this.r6 = false;
1106
1106
  d = true;
1107
1107
  }
1108
- if (a.c1(this.sl, this.sg, this.se, this.sz)) {
1109
- var e = this.sl;
1108
+ if (a.c1(this.sm, this.sh, this.sf, this.s0)) {
1109
+ var e = this.sm;
1110
1110
  var _loop_1 = function (f) {
1111
1111
  var g = e._inner[f];
1112
1112
  var h = g.a != null ? g.a.item : null;
@@ -1118,8 +1118,8 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1118
1118
  l.b = m;
1119
1119
  m.key = k;
1120
1120
  var n = false;
1121
- if (this_1.sh.containsKey(l)) {
1122
- l = this_1.sh.item(l).c;
1121
+ if (this_1.si.containsKey(l)) {
1122
+ l = this_1.si.item(l).c;
1123
1123
  m = l.b;
1124
1124
  n = d;
1125
1125
  }
@@ -1128,10 +1128,10 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1128
1128
  }
1129
1129
  var o = m.ac;
1130
1130
  var p = m.ad;
1131
- if (this_1.sx(o) != this_1.sx(g.b)) {
1131
+ if (this_1.sy(o) != this_1.sy(g.b)) {
1132
1132
  m.xValue = g.b;
1133
1133
  }
1134
- if (this_1.sx(p) != this_1.sx(g.c)) {
1134
+ if (this_1.sy(p) != this_1.sy(g.c)) {
1135
1135
  m.yValue = g.c;
1136
1136
  }
1137
1137
  m.series = a;
@@ -1186,17 +1186,17 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1186
1186
  }
1187
1187
  }
1188
1188
  if (n) {
1189
- this_1.us(l);
1189
+ this_1.ut(l);
1190
1190
  }
1191
1191
  if (l.c == null) {
1192
1192
  var u = new LabelCollisionInfo();
1193
1193
  l.c = u;
1194
- var v = this_1.rg.cn(this_1.s3(l), l.b.backgroundPadding);
1194
+ var v = this_1.rh.cn(this_1.s4(l), l.b.backgroundPadding);
1195
1195
  u.k = v.height / 2;
1196
1196
  u.l = v.width / 2;
1197
1197
  }
1198
- var w = this_1.r2(l);
1199
- if (w == null || w.b < this_1.py.left || w.b > this_1.py.right || w.c < this_1.py.top || w.c > this_1.py.bottom) {
1198
+ var w = this_1.r3(l);
1199
+ if (w == null || w.b < this_1.pz.left || w.b > this_1.pz.right || w.c < this_1.pz.top || w.c > this_1.pz.bottom) {
1200
1200
  return "continue";
1201
1201
  }
1202
1202
  l.e = w.b;
@@ -1204,7 +1204,7 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1204
1204
  c.add(l);
1205
1205
  };
1206
1206
  var this_1 = this;
1207
- for (var f = 0; f < this.sl.count; f++) {
1207
+ for (var f = 0; f < this.sm.count; f++) {
1208
1208
  _loop_1(f);
1209
1209
  }
1210
1210
  }
@@ -1213,19 +1213,19 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1213
1213
  return 1;
1214
1214
  };
1215
1215
  CalloutLayer.prototype.at = function (a, b) {
1216
- var c = this.rz.f(a, b);
1216
+ var c = this.r0.f(a, b);
1217
1217
  if (c == null) {
1218
1218
  return null;
1219
1219
  }
1220
1220
  return c.u;
1221
1221
  };
1222
1222
  CalloutLayer.prototype.ev = function (a, b) {
1223
- if (this.rz == null) {
1223
+ if (this.r0 == null) {
1224
1224
  return false;
1225
1225
  }
1226
- return this.rz.f(a, b) != null;
1226
+ return this.r0.f(a, b) != null;
1227
1227
  };
1228
- CalloutLayer.prototype.uq = function (a, b) {
1228
+ CalloutLayer.prototype.ur = function (a, b) {
1229
1229
  var e_3, _a;
1230
1230
  var c = 0;
1231
1231
  var d = new HashSet$1(CalloutAnnotationWrapper.$, 0);
@@ -1234,7 +1234,7 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1234
1234
  if (isNaN_(a.u._inner[c]) || isNaN_(a.v._inner[c])) {
1235
1235
  continue;
1236
1236
  }
1237
- var f = this.rg.b8.item(e);
1237
+ var f = this.rh.b8.item(e);
1238
1238
  d.add_1(e);
1239
1239
  if (f.h != a.q._inner[c]) {
1240
1240
  f.h = a.q._inner[c];
@@ -1247,13 +1247,13 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1247
1247
  f.n = a.h._inner[c];
1248
1248
  f.x = new Thickness(1, a.k._inner[c], a.m._inner[c], a.l._inner[c], a.j._inner[c]);
1249
1249
  f.d = a.g._inner[c];
1250
- 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]));
1251
- this.rg.ch(f, e, a.r._inner[c]);
1250
+ 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]));
1251
+ this.rh.ch(f, e, a.r._inner[c]);
1252
1252
  f.r = { $type: Point_$type, x: a.u._inner[c], y: a.v._inner[c] };
1253
1253
  }
1254
1254
  var h = new List$1(CalloutAnnotationWrapper.$, 0);
1255
1255
  try {
1256
- for (var _b = tslib_1.__values(fromEnum(this.rg.b8.c)), _c = _b.next(); !_c.done; _c = _b.next()) {
1256
+ for (var _b = tslib_1.__values(fromEnum(this.rh.b8.c)), _c = _b.next(); !_c.done; _c = _b.next()) {
1257
1257
  var i = _c.value;
1258
1258
  if (!d.contains(i)) {
1259
1259
  h.add(i);
@@ -1274,64 +1274,64 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1274
1274
  }
1275
1275
  }
1276
1276
  for (var j = 0; j < h.count; j++) {
1277
- this.rg.b8.h(h._inner[j]);
1277
+ this.rh.b8.h(h._inner[j]);
1278
1278
  }
1279
1279
  };
1280
- CalloutLayer.prototype.qt = function (a, b) {
1281
- _super.prototype.qt.call(this, a, b);
1280
+ CalloutLayer.prototype.qu = function (a, b) {
1281
+ _super.prototype.qu.call(this, a, b);
1282
1282
  if (this.cv()) {
1283
- this.uq(this.p6, true);
1283
+ this.ur(this.p7, true);
1284
1284
  }
1285
1285
  else {
1286
- this.uq(this.p4, false);
1286
+ this.ur(this.p5, false);
1287
1287
  }
1288
1288
  };
1289
1289
  CalloutLayer.prototype.em = function () {
1290
1290
  return true;
1291
1291
  };
1292
- CalloutLayer.prototype.l3 = function (a, b, c, d) {
1293
- _super.prototype.l3.call(this, a, b, c, d);
1292
+ CalloutLayer.prototype.l4 = function (a, b, c, d) {
1293
+ _super.prototype.l4.call(this, a, b, c, d);
1294
1294
  switch (b) {
1295
1295
  case CalloutLayer.$$p[24]:
1296
- this.rn = null;
1297
- this.rg.cf();
1298
- this.mh(true);
1296
+ this.ro = null;
1297
+ this.rh.cf();
1298
+ this.mi(true);
1299
1299
  break;
1300
1300
  case CalloutLayer.$$p[22]:
1301
1301
  case CalloutLayer.$$p[23]:
1302
- this.mh(true);
1302
+ this.mi(true);
1303
1303
  break;
1304
1304
  case CalloutLayer.$$p[14]:
1305
- this.mh(true);
1305
+ this.mi(true);
1306
1306
  break;
1307
1307
  case "SeriesViewer":
1308
1308
  if (c != null) {
1309
1309
  var e = c;
1310
- e.seriesAnimating = delegateRemove(e.seriesAnimating, runOn(this, this.up));
1310
+ e.seriesAnimating = delegateRemove(e.seriesAnimating, runOn(this, this.uq));
1311
1311
  }
1312
1312
  if (d != null) {
1313
1313
  var f = d;
1314
- f.seriesAnimating = delegateCombine(f.seriesAnimating, runOn(this, this.up));
1314
+ f.seriesAnimating = delegateCombine(f.seriesAnimating, runOn(this, this.uq));
1315
1315
  }
1316
1316
  if (d == null) {
1317
- this.ui();
1317
+ this.uj();
1318
1318
  }
1319
1319
  break;
1320
1320
  case "AutoCalloutVisibilityMode":
1321
- this.ra = this.rc();
1322
- this.uj();
1321
+ this.rb = this.rd();
1322
+ this.uk();
1323
1323
  break;
1324
1324
  case "AllowedPositions":
1325
1325
  if (c != null) {
1326
1326
  var g = c;
1327
- g.collectionChanged = delegateRemove(g.collectionChanged, runOn(this, this.ud));
1327
+ g.collectionChanged = delegateRemove(g.collectionChanged, runOn(this, this.ue));
1328
1328
  }
1329
1329
  if (d != null) {
1330
1330
  var h = d;
1331
- h.collectionChanged = delegateCombine(h.collectionChanged, runOn(this, this.ud));
1331
+ h.collectionChanged = delegateCombine(h.collectionChanged, runOn(this, this.ue));
1332
1332
  }
1333
- this.q7 = this.q8(this.ri);
1334
- this.uj();
1333
+ this.q8 = this.q9(this.rj);
1334
+ this.uk();
1335
1335
  break;
1336
1336
  case CalloutLayer.$$p[16]:
1337
1337
  case CalloutLayer.$$p[17]:
@@ -1348,88 +1348,88 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1348
1348
  case CalloutLayer.$$p[7]:
1349
1349
  case CalloutLayer.$$p[12]:
1350
1350
  case CalloutLayer.$$p[13]:
1351
- this.uj();
1351
+ this.uk();
1352
1352
  break;
1353
1353
  case CalloutLayer.$$p[21]:
1354
1354
  if (this.ck != null) {
1355
- this.ck.deregisterColumn(this.rw);
1356
- this.rw = this.cj(this.tx);
1355
+ this.ck.deregisterColumn(this.rx);
1356
+ this.rx = this.cj(this.ty);
1357
1357
  }
1358
1358
  break;
1359
1359
  case "LabelColumn":
1360
- this.uj();
1360
+ this.uk();
1361
1361
  break;
1362
1362
  case CalloutLayer.$$p[15]:
1363
1363
  if (this.ck != null) {
1364
- this.ck.deregisterColumn(this.ru);
1365
- this.ru = this.cj(this.tn);
1364
+ this.ck.deregisterColumn(this.rv);
1365
+ this.rv = this.cj(this.to);
1366
1366
  }
1367
1367
  break;
1368
1368
  case "ContentColumn":
1369
- this.uj();
1369
+ this.uk();
1370
1370
  break;
1371
1371
  case CalloutLayer.$$p[28]:
1372
1372
  if (this.ck != null) {
1373
- this.ck.deregisterColumn(this.rx);
1374
- this.rx = stringIsNullOrEmpty(this.t8) == false ? this.cj(this.t8) : null;
1373
+ this.ck.deregisterColumn(this.ry);
1374
+ this.ry = stringIsNullOrEmpty(this.t9) == false ? this.cj(this.t9) : null;
1375
1375
  }
1376
1376
  break;
1377
1377
  case "XColumn":
1378
- this.uj();
1378
+ this.uk();
1379
1379
  break;
1380
1380
  case CalloutLayer.$$p[29]:
1381
1381
  if (this.ck != null) {
1382
- this.ck.deregisterColumn(this.ry);
1383
- this.ry = this.cj(this.ub);
1382
+ this.ck.deregisterColumn(this.rz);
1383
+ this.rz = this.cj(this.uc);
1384
1384
  }
1385
1385
  break;
1386
1386
  case "YColumn":
1387
- this.uj();
1387
+ this.uk();
1388
1388
  break;
1389
1389
  case CalloutLayer.$$p[20]:
1390
1390
  if (this.ck != null) {
1391
- this.ck.deregisterColumn(this.rv);
1392
- this.rv = this.cj(this.tu);
1391
+ this.ck.deregisterColumn(this.rw);
1392
+ this.rw = this.cj(this.tv);
1393
1393
  }
1394
1394
  break;
1395
1395
  case "KeyColumn":
1396
- this.uj();
1396
+ this.uk();
1397
1397
  break;
1398
1398
  case "FastItemsSource":
1399
- this.r4 = true;
1399
+ this.r5 = true;
1400
1400
  if (typeCast(IFastItemsSource_$type, c) != null) {
1401
- c.deregisterColumn(this.rw);
1402
- c.deregisterColumn(this.ru);
1403
1401
  c.deregisterColumn(this.rx);
1404
- c.deregisterColumn(this.ry);
1405
1402
  c.deregisterColumn(this.rv);
1406
- this.rw = null;
1407
- this.ru = null;
1403
+ c.deregisterColumn(this.ry);
1404
+ c.deregisterColumn(this.rz);
1405
+ c.deregisterColumn(this.rw);
1408
1406
  this.rx = null;
1409
- this.ry = null;
1410
1407
  this.rv = null;
1411
- this.sn.clear();
1408
+ this.ry = null;
1409
+ this.rz = null;
1410
+ this.rw = null;
1411
+ this.so.clear();
1412
1412
  }
1413
1413
  if (typeCast(IFastItemsSource_$type, d) != null) {
1414
- this.rw = this.cj(this.tx);
1415
- this.ru = this.cj(this.tn);
1416
- if (stringIsNullOrEmpty(this.t8) == false) {
1417
- this.rx = this.cj(this.t8);
1414
+ this.rx = this.cj(this.ty);
1415
+ this.rv = this.cj(this.to);
1416
+ if (stringIsNullOrEmpty(this.t9) == false) {
1417
+ this.ry = this.cj(this.t9);
1418
1418
  }
1419
- this.ry = this.cj(this.ub);
1420
- this.rv = this.cj(this.tu);
1419
+ this.rz = this.cj(this.uc);
1420
+ this.rw = this.cj(this.tv);
1421
1421
  }
1422
- this.uj();
1422
+ this.uk();
1423
1423
  break;
1424
1424
  }
1425
1425
  };
1426
- CalloutLayer.prototype.rc = function () {
1427
- if (this.rb == 0) {
1426
+ CalloutLayer.prototype.rd = function () {
1427
+ if (this.rc == 0) {
1428
1428
  return 1;
1429
1429
  }
1430
- return this.rb;
1430
+ return this.rc;
1431
1431
  };
1432
- CalloutLayer.prototype.q8 = function (a) {
1432
+ CalloutLayer.prototype.q9 = function (a) {
1433
1433
  if (a == null || a.count == 0) {
1434
1434
  return null;
1435
1435
  }
@@ -1439,53 +1439,53 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1439
1439
  }
1440
1440
  return b;
1441
1441
  };
1442
- CalloutLayer.prototype.up = function (a) {
1442
+ CalloutLayer.prototype.uq = function (a) {
1443
1443
  if (a.dc) {
1444
1444
  return;
1445
1445
  }
1446
- if ((a == this.rm || this.rm == null) && this.sa) {
1447
- this.mh(false);
1446
+ if ((a == this.rn || this.rn == null) && this.sb) {
1447
+ this.mi(false);
1448
1448
  }
1449
1449
  };
1450
- CalloutLayer.prototype.uj = function () {
1451
- if (this.r3 == false) {
1452
- this.r3 = true;
1453
- this.mh(false);
1450
+ CalloutLayer.prototype.uk = function () {
1451
+ if (this.r4 == false) {
1452
+ this.r4 = true;
1453
+ this.mi(false);
1454
1454
  }
1455
1455
  };
1456
- CalloutLayer.prototype.uh = function () {
1457
- this.rg.b8.clear();
1458
- this.sk.g();
1459
- this.sh.clear();
1456
+ CalloutLayer.prototype.ui = function () {
1457
+ this.rh.b8.clear();
1458
+ this.sl.g();
1459
+ this.si.clear();
1460
1460
  };
1461
- CalloutLayer.prototype.uk = function () {
1462
- if (this.ry == null || this.rw == null) {
1463
- var a = this.sk.c;
1461
+ CalloutLayer.prototype.ul = function () {
1462
+ if (this.rz == null || this.rx == null) {
1463
+ var a = this.sl.c;
1464
1464
  while (a != null) {
1465
- this.us(a.c);
1465
+ this.ut(a.c);
1466
1466
  a = a.a;
1467
1467
  }
1468
1468
  return;
1469
1469
  }
1470
- var b = this.si();
1471
- for (var c = 0; c < this.ry.count; c++) {
1470
+ var b = this.sj();
1471
+ for (var c = 0; c < this.rz.count; c++) {
1472
1472
  var d = void 0;
1473
- if (this.sn.count <= c) {
1473
+ if (this.so.count <= c) {
1474
1474
  var e = new CalloutAnnotation();
1475
1475
  d = new CalloutAnnotationWrapper();
1476
1476
  d.b = e;
1477
- d.b.series = this.rm;
1478
- this.sn.add(d);
1477
+ d.b.series = this.rn;
1478
+ this.so.add(d);
1479
1479
  }
1480
1480
  else {
1481
- d = this.sn._inner[c];
1481
+ d = this.so._inner[c];
1482
1482
  }
1483
- this.ur(c, b);
1483
+ this.us(c, b);
1484
1484
  }
1485
1485
  };
1486
1486
  CalloutLayer.$t = markType(CalloutLayer, 'CalloutLayer', AnnotationLayer.$);
1487
- CalloutLayer.u7 = DependencyProperty.i("AutoCalloutVisibilityMode", AutoCalloutVisibilityMode_$type, CalloutLayer.$, new PropertyMetadata(2, enumGetBox(AutoCalloutVisibilityMode_$type, 0), function (a, b) { return a.raisePropertyChanged("AutoCalloutVisibilityMode", b.oldValue, b.newValue); }));
1488
- CalloutLayer.$$p = markDep(DependencyProperty, PropertyMetadata, CalloutLayer, 'raisePropertyChanged', ['AutoCalloutLabelPrecision:sz:ut', [1, 5], 'CalloutBackground:vo:uu', [Brush.$, null], 'CalloutCollisionMode:rd:uv', [CalloutCollisionMode_$type, 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]]);
1487
+ CalloutLayer.u8 = DependencyProperty.i("AutoCalloutVisibilityMode", AutoCalloutVisibilityMode_$type, CalloutLayer.$, new PropertyMetadata(2, enumGetBox(AutoCalloutVisibilityMode_$type, 0), function (a, b) { return a.raisePropertyChanged("AutoCalloutVisibilityMode", b.oldValue, b.newValue); }));
1488
+ CalloutLayer.$$p = markDep(DependencyProperty, PropertyMetadata, CalloutLayer, 'raisePropertyChanged', ['AutoCalloutLabelPrecision:s0:uu', [1, 5], 'CalloutBackground:vp:uv', [Brush.$, null], 'CalloutCollisionMode:re:uw', [CalloutCollisionMode_$type, 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]]);
1489
1489
  return CalloutLayer;
1490
1490
  }(AnnotationLayer));
1491
1491
  export { CalloutLayer };
@@ -1550,8 +1550,8 @@ var CalloutLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1550
1550
  }
1551
1551
  };
1552
1552
  CalloutLayerView.prototype.b7 = function () {
1553
- if (this.b4.ro != null) {
1554
- return this.b4.ro;
1553
+ if (this.b4.rp != null) {
1554
+ return this.b4.rp;
1555
1555
  }
1556
1556
  return this.e.cd.getFontInfo();
1557
1557
  };
@@ -1598,9 +1598,9 @@ var CalloutLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1598
1598
  };
1599
1599
  CalloutLayerView.prototype.ci = function (a) {
1600
1600
  if (a != null) {
1601
- return this.cm(a.o3);
1601
+ return this.cm(a.o4);
1602
1602
  }
1603
- return this.e.o3;
1603
+ return this.e.o4;
1604
1604
  };
1605
1605
  CalloutLayerView.prototype.cl = function () {
1606
1606
  return ((function () {
@@ -1610,9 +1610,9 @@ var CalloutLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1610
1610
  })());
1611
1611
  };
1612
1612
  CalloutLayerView.prototype.ck = function (a) {
1613
- if (this.b4.sf) {
1613
+ if (this.b4.sg) {
1614
1614
  if (a != null) {
1615
- return this.cm(a.o3);
1615
+ return this.cm(a.o4);
1616
1616
  }
1617
1617
  }
1618
1618
  return ((function () {
@@ -1623,9 +1623,9 @@ var CalloutLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1623
1623
  };
1624
1624
  CalloutLayerView.prototype.cj = function (a) {
1625
1625
  if (a != null) {
1626
- return this.cm(a.oy);
1626
+ return this.cm(a.oz);
1627
1627
  }
1628
- return this.e.oy;
1628
+ return this.e.oz;
1629
1629
  };
1630
1630
  CalloutLayerView.prototype.cf = function () {
1631
1631
  this.ca = NaN;