igniteui-webcomponents-charts 3.2.2 → 3.2.4

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 (755) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +25136 -21648
  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 +7 -7
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +141 -141
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +222 -222
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +18 -18
  9. package/esm2015/lib/AnnotationLayerProxy.js +39 -26
  10. package/esm2015/lib/AnnotationLayer_combined.js +133 -133
  11. package/esm2015/lib/AreaSeries_combined.js +44 -44
  12. package/esm2015/lib/AutomaticSeriesManager.js +7 -0
  13. package/esm2015/lib/AutomaticSeriesPurpose.js +11 -0
  14. package/esm2015/lib/AutomaticSeriesRequest.js +7 -0
  15. package/esm2015/lib/AutomaticSeriesRequestCollection.js +7 -0
  16. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  17. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  18. package/esm2015/lib/AxisAnnotationFrameManager.js +2 -2
  19. package/esm2015/lib/AxisAnnotationManager.js +1 -1
  20. package/esm2015/lib/AxisVisualDataManager.js +2 -2
  21. package/esm2015/lib/BarSeries_combined.js +110 -103
  22. package/esm2015/lib/BollingerBandWidthIndicator.js +20 -20
  23. package/esm2015/lib/BollingerBandsOverlay_combined.js +98 -98
  24. package/esm2015/lib/BrushScale.js +7 -7
  25. package/esm2015/lib/BubbleSeries_combined.js +255 -255
  26. package/esm2015/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  27. package/esm2015/lib/CalloutLayer_combined.js +451 -449
  28. package/esm2015/lib/CategoryBucketCalculator_combined.js +241 -240
  29. package/esm2015/lib/CategoryChart.js +545 -456
  30. package/esm2015/lib/CategoryDateTimeXAxis_combined.js +5 -5
  31. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  32. package/esm2015/lib/CategoryHighlightLayer_combined.js +52 -52
  33. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +121 -118
  34. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  35. package/esm2015/lib/CategorySeriesInteractionManager.js +8 -8
  36. package/esm2015/lib/CategoryToolTipLayer_combined.js +74 -74
  37. package/esm2015/lib/CategoryTrendLineManagerBase.js +1 -1
  38. package/esm2015/lib/CategoryXAxis_combined.js +140 -23
  39. package/esm2015/lib/CategoryYAxis_combined.js +140 -23
  40. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  41. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  42. package/esm2015/lib/ChartGroupDescription.js +52 -0
  43. package/esm2015/lib/ChartGroupDescriptionCollection.js +84 -0
  44. package/esm2015/lib/ChartSortDescription.js +61 -0
  45. package/esm2015/lib/ChartSortDescriptionCollection.js +90 -0
  46. package/esm2015/lib/ChartSummaryDescription.js +123 -0
  47. package/esm2015/lib/ChartSummaryDescriptionCollection.js +96 -0
  48. package/esm2015/lib/ColumnSeries_combined.js +65 -65
  49. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  50. package/esm2015/lib/CrosshairLayer_combined.js +85 -85
  51. package/esm2015/lib/CustomIndicator.js +23 -23
  52. package/esm2015/lib/DataAbbreviator.js +2 -2
  53. package/esm2015/lib/DataChartToolbarFactoryManager.js +27 -0
  54. package/esm2015/lib/DataChartToolbarProvider.js +107 -0
  55. package/esm2015/lib/DataChartVisualDataManager.js +4 -4
  56. package/esm2015/lib/DataLegendSummaryCalculationAverage.js +1 -1
  57. package/esm2015/lib/DataLegendSummaryCalculationMax.js +1 -1
  58. package/esm2015/lib/DataLegendSummaryCalculationMin.js +1 -1
  59. package/esm2015/lib/DataLegendSummaryCalculationTotal.js +1 -1
  60. package/esm2015/lib/DataLegendVisualData_combined.js +1 -1
  61. package/esm2015/lib/DataToolTipLayer_combined.js +511 -490
  62. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  63. package/esm2015/lib/DomainChart.js +2162 -1903
  64. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  65. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  66. package/esm2015/lib/FinalValueLayer_combined.js +70 -70
  67. package/esm2015/lib/FinancialChart_combined.js +1443 -1359
  68. package/esm2015/lib/FinancialEventArgs_combined.js +586 -586
  69. package/esm2015/lib/FinancialIndicator_combined.js +201 -201
  70. package/esm2015/lib/FinancialOverlay.js +36 -36
  71. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  72. package/esm2015/lib/FinancialPriceSeriesProxy.js +16 -16
  73. package/esm2015/lib/FinancialPriceSeries_combined.js +239 -239
  74. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  75. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  76. package/esm2015/lib/HighDensityScatterSeries_combined.js +436 -436
  77. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +106 -106
  78. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  79. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  80. package/esm2015/lib/HorizontalRangeCategorySeries.js +55 -55
  81. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  82. package/esm2015/lib/IDataChartToolbarProvider.js +7 -0
  83. package/esm2015/lib/IZoomableCategoryAxis.js +11 -0
  84. package/esm2015/lib/IndicatorProxy.js +11 -11
  85. package/esm2015/lib/ItemLegend_combined.js +17 -5
  86. package/esm2015/lib/ItemToolTipLayer_combined.js +79 -79
  87. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  88. package/esm2015/lib/LineSeries_combined.js +38 -38
  89. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  90. package/esm2015/lib/MassIndexIndicator.js +6 -6
  91. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  92. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  93. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  94. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  95. package/esm2015/lib/NumberAbbreviator.js +1 -1
  96. package/esm2015/lib/NumericXAxis_combined.js +3 -3
  97. package/esm2015/lib/NumericYAxis_combined.js +3 -3
  98. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  99. package/esm2015/lib/OrdinalTimeXAxis.js +113 -113
  100. package/esm2015/lib/OverlayProxy.js +8 -8
  101. package/esm2015/lib/PercentChangeYAxis_combined.js +1 -1
  102. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  103. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  104. package/esm2015/lib/PieChartViewManager_combined.js +9 -9
  105. package/esm2015/lib/PointSeries_combined.js +19 -19
  106. package/esm2015/lib/PolarAreaSeries_combined.js +23 -23
  107. package/esm2015/lib/PolarBase_combined.js +388 -388
  108. package/esm2015/lib/PolarLineSeriesBase_combined.js +55 -55
  109. package/esm2015/lib/PolarLineSeries_combined.js +21 -21
  110. package/esm2015/lib/PolarScatterSeries_combined.js +13 -13
  111. package/esm2015/lib/PolarSplineAreaSeries_combined.js +24 -24
  112. package/esm2015/lib/PolarSplineSeries_combined.js +23 -23
  113. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  114. package/esm2015/lib/PriceChannelOverlay_combined.js +78 -78
  115. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  116. package/esm2015/lib/RadialAreaSeries_combined.js +35 -35
  117. package/esm2015/lib/RadialAxisLabelPanel_combined.js +1 -1
  118. package/esm2015/lib/RadialBucketCalculator_combined.js +156 -156
  119. package/esm2015/lib/RadialColumnSeries_combined.js +47 -47
  120. package/esm2015/lib/RadialLineSeries_combined.js +37 -37
  121. package/esm2015/lib/RadialPieSeries_combined.js +45 -45
  122. package/esm2015/lib/RangeAreaSeries_combined.js +22 -22
  123. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  124. package/esm2015/lib/RangeColumnSeries_combined.js +35 -35
  125. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  126. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  127. package/esm2015/lib/ScatterAreaSeries_combined.js +128 -128
  128. package/esm2015/lib/ScatterBase_combined.js +445 -445
  129. package/esm2015/lib/ScatterContourSeries_combined.js +112 -112
  130. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  131. package/esm2015/lib/ScatterLineSeries.js +51 -51
  132. package/esm2015/lib/ScatterLineSeriesView.js +7 -7
  133. package/esm2015/lib/ScatterPolygonSeries_combined.js +206 -206
  134. package/esm2015/lib/ScatterPolylineSeries_combined.js +22 -22
  135. package/esm2015/lib/ScatterSeries_combined.js +15 -15
  136. package/esm2015/lib/ScatterSplineSeries.js +38 -38
  137. package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
  138. package/esm2015/lib/ScatterTriangulationSeries.js +177 -177
  139. package/esm2015/lib/SeriesInteractionManager.js +86 -78
  140. package/esm2015/lib/SeriesRenderManager.js +17 -17
  141. package/esm2015/lib/SeriesRenderingArguments.js +1 -1
  142. package/esm2015/lib/SeriesViewerInteractionManager.js +197 -197
  143. package/esm2015/lib/SeriesViewerScrollbarManager.js +7 -7
  144. package/esm2015/lib/SeriesViewerSurfaceViewer.js +14 -14
  145. package/esm2015/lib/SeriesViewer_combined.js +3539 -3179
  146. package/esm2015/lib/SeriesVisualDataManager.js +23 -23
  147. package/esm2015/lib/ShapeSeriesBase_combined.js +303 -303
  148. package/esm2015/lib/SizeScale.js +3 -3
  149. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  150. package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
  151. package/esm2015/lib/SplineSeriesBase_combined.js +123 -123
  152. package/esm2015/lib/SplineSeries_combined.js +25 -25
  153. package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
  154. package/esm2015/lib/Stacked100BarBucketCalculator.js +2 -2
  155. package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
  156. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +2 -2
  157. package/esm2015/lib/Stacked100ColumnSeries_combined.js +15 -15
  158. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  159. package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
  160. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  161. package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
  162. package/esm2015/lib/StackedLineSeries_combined.js +9 -9
  163. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1026 -1026
  164. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  165. package/esm2015/lib/StepAreaSeries_combined.js +37 -37
  166. package/esm2015/lib/StepLineSeries_combined.js +43 -43
  167. package/esm2015/lib/StochRSIIndicator.js +15 -15
  168. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  169. package/esm2015/lib/TRIXIndicator.js +16 -16
  170. package/esm2015/lib/TileZoomManager_combined.js +9 -9
  171. package/esm2015/lib/TimeAxisBase.js +8 -8
  172. package/esm2015/lib/TimeXAxis.js +10 -10
  173. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  174. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  175. package/esm2015/lib/ValueOverlay_combined.js +115 -115
  176. package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
  177. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  178. package/esm2015/lib/WaterfallSeries_combined.js +103 -103
  179. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  180. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  181. package/esm2015/lib/XYChart.js +802 -802
  182. package/esm2015/lib/igc-anchored-category-series-component.js +18 -18
  183. package/esm2015/lib/igc-anchored-radial-series-component.js +31 -31
  184. package/esm2015/lib/igc-annotation-layer-component.js +17 -17
  185. package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
  186. package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
  187. package/esm2015/lib/igc-bar-fragment-component.js +6 -6
  188. package/esm2015/lib/igc-bar-series-component.js +11 -11
  189. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  190. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +9 -9
  191. package/esm2015/lib/igc-bubble-series-component.js +44 -44
  192. package/esm2015/lib/igc-callout-label-updating-event-args.js +35 -6
  193. package/esm2015/lib/igc-callout-layer-component.js +95 -95
  194. package/esm2015/lib/igc-category-chart-component.js +169 -112
  195. package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
  196. package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
  197. package/esm2015/lib/igc-category-series-component.js +20 -20
  198. package/esm2015/lib/igc-category-tool-tip-layer-component.js +12 -12
  199. package/esm2015/lib/igc-category-x-axis-component.js +75 -2
  200. package/esm2015/lib/igc-category-y-axis-component.js +75 -2
  201. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  202. package/esm2015/lib/igc-chart-group-description-collection.js +88 -0
  203. package/esm2015/lib/igc-chart-group-description-module.js +15 -0
  204. package/esm2015/lib/igc-chart-group-description.js +20 -0
  205. package/esm2015/lib/igc-chart-sort-description-collection.js +98 -0
  206. package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
  207. package/esm2015/lib/igc-chart-sort-description.js +61 -0
  208. package/esm2015/lib/igc-chart-summary-description-collection.js +95 -0
  209. package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
  210. package/esm2015/lib/igc-chart-summary-description.js +95 -0
  211. package/esm2015/lib/igc-column-fragment-component.js +11 -11
  212. package/esm2015/lib/igc-column-series-component.js +13 -13
  213. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  214. package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
  215. package/esm2015/lib/igc-data-chart-component.js +95 -95
  216. package/esm2015/lib/igc-data-legend-component.js +1 -1
  217. package/esm2015/lib/igc-data-tool-tip-layer-component.js +364 -364
  218. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  219. package/esm2015/lib/igc-domain-chart-component.js +901 -650
  220. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  221. package/esm2015/lib/igc-final-value-layer-component.js +42 -42
  222. package/esm2015/lib/igc-financial-chart-component.js +214 -157
  223. package/esm2015/lib/igc-financial-indicator-component.js +16 -16
  224. package/esm2015/lib/igc-financial-overlay-component.js +5 -5
  225. package/esm2015/lib/igc-financial-price-series-component.js +30 -30
  226. package/esm2015/lib/igc-financial-series-component.js +60 -60
  227. package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
  228. package/esm2015/lib/igc-fragment-base-component.js +2 -2
  229. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  230. package/esm2015/lib/igc-high-density-scatter-series-component.js +57 -57
  231. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  232. package/esm2015/lib/igc-horizontal-range-category-series-component.js +19 -19
  233. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  234. package/esm2015/lib/igc-item-legend-component.js +18 -0
  235. package/esm2015/lib/igc-item-tool-tip-layer-component.js +18 -18
  236. package/esm2015/lib/igc-line-fragment-component.js +1 -1
  237. package/esm2015/lib/igc-line-series-component.js +1 -1
  238. package/esm2015/lib/igc-marker-series-component.js +28 -28
  239. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  240. package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
  241. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  242. package/esm2015/lib/igc-ordinal-time-x-axis-component.js +5 -5
  243. package/esm2015/lib/igc-polar-area-series-component.js +3 -3
  244. package/esm2015/lib/igc-polar-base-component.js +77 -77
  245. package/esm2015/lib/igc-polar-line-series-component.js +4 -4
  246. package/esm2015/lib/igc-polar-spline-area-series-component.js +4 -4
  247. package/esm2015/lib/igc-polar-spline-series-component.js +4 -4
  248. package/esm2015/lib/igc-price-channel-overlay-component.js +6 -6
  249. package/esm2015/lib/igc-radial-area-series-component.js +3 -3
  250. package/esm2015/lib/igc-radial-base-component.js +31 -31
  251. package/esm2015/lib/igc-radial-column-series-component.js +9 -9
  252. package/esm2015/lib/igc-radial-line-series-component.js +4 -4
  253. package/esm2015/lib/igc-radial-pie-series-component.js +9 -9
  254. package/esm2015/lib/igc-range-category-series-component.js +6 -6
  255. package/esm2015/lib/igc-range-column-series-component.js +10 -10
  256. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  257. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
  258. package/esm2015/lib/igc-scatter-area-series-component.js +24 -24
  259. package/esm2015/lib/igc-scatter-base-component.js +49 -49
  260. package/esm2015/lib/igc-scatter-contour-series-component.js +29 -29
  261. package/esm2015/lib/igc-scatter-line-series-component.js +4 -4
  262. package/esm2015/lib/igc-scatter-polygon-series-component.js +39 -39
  263. package/esm2015/lib/igc-scatter-polyline-series-component.js +7 -7
  264. package/esm2015/lib/igc-scatter-spline-series-component.js +4 -4
  265. package/esm2015/lib/igc-scatter-triangulation-series-component.js +37 -37
  266. package/esm2015/lib/igc-series-component.js +195 -185
  267. package/esm2015/lib/igc-series-viewer-component.js +379 -282
  268. package/esm2015/lib/igc-shape-series-base-component.js +45 -45
  269. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  270. package/esm2015/lib/igc-spline-area-fragment-component.js +1 -1
  271. package/esm2015/lib/igc-spline-area-series-component.js +1 -1
  272. package/esm2015/lib/igc-spline-fragment-base-component.js +2 -2
  273. package/esm2015/lib/igc-spline-fragment-component.js +1 -1
  274. package/esm2015/lib/igc-spline-series-base-component.js +6 -6
  275. package/esm2015/lib/igc-spline-series-component.js +1 -1
  276. package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
  277. package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
  278. package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
  279. package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
  280. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  281. package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
  282. package/esm2015/lib/igc-stacked-bar-series-component.js +12 -12
  283. package/esm2015/lib/igc-stacked-column-series-component.js +9 -9
  284. package/esm2015/lib/igc-stacked-line-series-component.js +1 -1
  285. package/esm2015/lib/igc-stacked-series-base-component.js +11 -11
  286. package/esm2015/lib/igc-stacked-spline-area-series-component.js +4 -4
  287. package/esm2015/lib/igc-stacked-spline-series-component.js +4 -4
  288. package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
  289. package/esm2015/lib/igc-step-area-series-component.js +2 -2
  290. package/esm2015/lib/igc-step-line-series-component.js +3 -3
  291. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
  292. package/esm2015/lib/igc-trix-indicator-component.js +3 -3
  293. package/esm2015/lib/igc-value-overlay-component.js +52 -52
  294. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +10 -10
  295. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
  296. package/esm2015/lib/igc-waterfall-series-component.js +19 -19
  297. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
  298. package/esm2015/lib/igc-xy-chart-component.js +218 -218
  299. package/esm2015/lib/igc-zoom-slider-component.js +0 -7
  300. package/esm2015/public_api.js +23 -0
  301. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  302. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  303. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  304. package/esm5/lib/AnchoredCategorySeries_combined.js +140 -140
  305. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +220 -220
  306. package/esm5/lib/AngleAxisLabelPanel_combined.js +18 -18
  307. package/esm5/lib/AnnotationLayerProxy.js +39 -26
  308. package/esm5/lib/AnnotationLayer_combined.js +132 -132
  309. package/esm5/lib/AreaSeries_combined.js +44 -44
  310. package/esm5/lib/AutomaticSeriesManager.js +7 -0
  311. package/esm5/lib/AutomaticSeriesPurpose.js +11 -0
  312. package/esm5/lib/AutomaticSeriesRequest.js +7 -0
  313. package/esm5/lib/AutomaticSeriesRequestCollection.js +7 -0
  314. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  315. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  316. package/esm5/lib/AxisAnnotationFrameManager.js +2 -2
  317. package/esm5/lib/AxisAnnotationManager.js +1 -1
  318. package/esm5/lib/AxisVisualDataManager.js +2 -2
  319. package/esm5/lib/BarSeries_combined.js +110 -103
  320. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  321. package/esm5/lib/BollingerBandsOverlay_combined.js +98 -98
  322. package/esm5/lib/BrushScale.js +7 -7
  323. package/esm5/lib/BubbleSeries_combined.js +252 -252
  324. package/esm5/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  325. package/esm5/lib/CalloutLayer_combined.js +442 -440
  326. package/esm5/lib/CategoryBucketCalculator_combined.js +241 -240
  327. package/esm5/lib/CategoryChart.js +522 -413
  328. package/esm5/lib/CategoryDateTimeXAxis_combined.js +5 -5
  329. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  330. package/esm5/lib/CategoryHighlightLayer_combined.js +51 -51
  331. package/esm5/lib/CategoryItemHighlightLayer_combined.js +121 -118
  332. package/esm5/lib/CategoryMarkerManager.js +1 -1
  333. package/esm5/lib/CategorySeriesInteractionManager.js +8 -8
  334. package/esm5/lib/CategoryToolTipLayer_combined.js +74 -74
  335. package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
  336. package/esm5/lib/CategoryXAxis_combined.js +140 -23
  337. package/esm5/lib/CategoryYAxis_combined.js +140 -23
  338. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  339. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  340. package/esm5/lib/ChartGroupDescription.js +59 -0
  341. package/esm5/lib/ChartGroupDescriptionCollection.js +94 -0
  342. package/esm5/lib/ChartSortDescription.js +75 -0
  343. package/esm5/lib/ChartSortDescriptionCollection.js +104 -0
  344. package/esm5/lib/ChartSummaryDescription.js +149 -0
  345. package/esm5/lib/ChartSummaryDescriptionCollection.js +110 -0
  346. package/esm5/lib/ColumnSeries_combined.js +64 -64
  347. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  348. package/esm5/lib/CrosshairLayer_combined.js +85 -85
  349. package/esm5/lib/CustomIndicator.js +23 -23
  350. package/esm5/lib/DataAbbreviator.js +1 -7
  351. package/esm5/lib/DataChartToolbarFactoryManager.js +31 -0
  352. package/esm5/lib/DataChartToolbarProvider.js +117 -0
  353. package/esm5/lib/DataChartVisualDataManager.js +4 -4
  354. package/esm5/lib/DataLegendSummaryCalculationAverage.js +1 -1
  355. package/esm5/lib/DataLegendSummaryCalculationMax.js +1 -1
  356. package/esm5/lib/DataLegendSummaryCalculationMin.js +1 -1
  357. package/esm5/lib/DataLegendSummaryCalculationTotal.js +1 -1
  358. package/esm5/lib/DataLegendVisualData_combined.js +1 -1
  359. package/esm5/lib/DataToolTipLayer_combined.js +510 -485
  360. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  361. package/esm5/lib/DomainChart.js +2098 -1753
  362. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  363. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  364. package/esm5/lib/FinalValueLayer_combined.js +70 -70
  365. package/esm5/lib/FinancialChart_combined.js +1405 -1300
  366. package/esm5/lib/FinancialEventArgs_combined.js +581 -581
  367. package/esm5/lib/FinancialIndicator_combined.js +200 -200
  368. package/esm5/lib/FinancialOverlay.js +36 -36
  369. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  370. package/esm5/lib/FinancialPriceSeriesProxy.js +16 -16
  371. package/esm5/lib/FinancialPriceSeries_combined.js +238 -238
  372. package/esm5/lib/ForceIndexIndicator.js +15 -15
  373. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  374. package/esm5/lib/HighDensityScatterSeries_combined.js +433 -433
  375. package/esm5/lib/HorizontalAnchoredCategorySeries.js +105 -105
  376. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  377. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  378. package/esm5/lib/HorizontalRangeCategorySeries.js +55 -55
  379. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  380. package/esm5/lib/IDataChartToolbarProvider.js +7 -0
  381. package/esm5/lib/IZoomableCategoryAxis.js +11 -0
  382. package/esm5/lib/IndicatorProxy.js +11 -11
  383. package/esm5/lib/ItemLegend_combined.js +25 -5
  384. package/esm5/lib/ItemToolTipLayer_combined.js +79 -79
  385. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  386. package/esm5/lib/LineSeries_combined.js +38 -38
  387. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  388. package/esm5/lib/MassIndexIndicator.js +6 -6
  389. package/esm5/lib/MedianPriceIndicator.js +6 -6
  390. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  391. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  392. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  393. package/esm5/lib/NumberAbbreviator.js +1 -1
  394. package/esm5/lib/NumericXAxis_combined.js +3 -3
  395. package/esm5/lib/NumericYAxis_combined.js +3 -3
  396. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  397. package/esm5/lib/OrdinalTimeXAxis.js +109 -109
  398. package/esm5/lib/OverlayProxy.js +8 -8
  399. package/esm5/lib/PercentChangeYAxis_combined.js +1 -1
  400. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  401. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  402. package/esm5/lib/PieChartViewManager_combined.js +9 -9
  403. package/esm5/lib/PointSeries_combined.js +19 -19
  404. package/esm5/lib/PolarAreaSeries_combined.js +23 -23
  405. package/esm5/lib/PolarBase_combined.js +384 -384
  406. package/esm5/lib/PolarLineSeriesBase_combined.js +55 -55
  407. package/esm5/lib/PolarLineSeries_combined.js +21 -21
  408. package/esm5/lib/PolarScatterSeries_combined.js +13 -13
  409. package/esm5/lib/PolarSplineAreaSeries_combined.js +24 -24
  410. package/esm5/lib/PolarSplineSeries_combined.js +23 -23
  411. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  412. package/esm5/lib/PriceChannelOverlay_combined.js +78 -78
  413. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  414. package/esm5/lib/RadialAreaSeries_combined.js +35 -35
  415. package/esm5/lib/RadialAxisLabelPanel_combined.js +1 -1
  416. package/esm5/lib/RadialBucketCalculator_combined.js +154 -154
  417. package/esm5/lib/RadialColumnSeries_combined.js +47 -47
  418. package/esm5/lib/RadialLineSeries_combined.js +37 -37
  419. package/esm5/lib/RadialPieSeries_combined.js +45 -45
  420. package/esm5/lib/RangeAreaSeries_combined.js +22 -22
  421. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  422. package/esm5/lib/RangeColumnSeries_combined.js +35 -35
  423. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  424. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  425. package/esm5/lib/ScatterAreaSeries_combined.js +126 -126
  426. package/esm5/lib/ScatterBase_combined.js +441 -441
  427. package/esm5/lib/ScatterContourSeries_combined.js +110 -110
  428. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  429. package/esm5/lib/ScatterLineSeries.js +51 -51
  430. package/esm5/lib/ScatterLineSeriesView.js +7 -7
  431. package/esm5/lib/ScatterPolygonSeries_combined.js +205 -205
  432. package/esm5/lib/ScatterPolylineSeries_combined.js +22 -22
  433. package/esm5/lib/ScatterSeries_combined.js +15 -15
  434. package/esm5/lib/ScatterSplineSeries.js +38 -38
  435. package/esm5/lib/ScatterSplineSeriesView.js +7 -7
  436. package/esm5/lib/ScatterTriangulationSeries.js +173 -173
  437. package/esm5/lib/SeriesInteractionManager.js +86 -78
  438. package/esm5/lib/SeriesRenderManager.js +17 -17
  439. package/esm5/lib/SeriesRenderingArguments.js +1 -1
  440. package/esm5/lib/SeriesViewerInteractionManager.js +197 -197
  441. package/esm5/lib/SeriesViewerScrollbarManager.js +7 -7
  442. package/esm5/lib/SeriesViewerSurfaceViewer.js +14 -14
  443. package/esm5/lib/SeriesViewer_combined.js +3484 -3101
  444. package/esm5/lib/SeriesVisualDataManager.js +23 -23
  445. package/esm5/lib/ShapeSeriesBase_combined.js +301 -301
  446. package/esm5/lib/SizeScale.js +3 -3
  447. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  448. package/esm5/lib/SplineAreaSeries_combined.js +38 -38
  449. package/esm5/lib/SplineSeriesBase_combined.js +121 -121
  450. package/esm5/lib/SplineSeries_combined.js +25 -25
  451. package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
  452. package/esm5/lib/Stacked100BarBucketCalculator.js +2 -2
  453. package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
  454. package/esm5/lib/Stacked100ColumnBucketCalculator.js +2 -2
  455. package/esm5/lib/Stacked100ColumnSeries_combined.js +15 -15
  456. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  457. package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
  458. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  459. package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
  460. package/esm5/lib/StackedLineSeries_combined.js +9 -9
  461. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1025 -1025
  462. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  463. package/esm5/lib/StepAreaSeries_combined.js +37 -37
  464. package/esm5/lib/StepLineSeries_combined.js +43 -43
  465. package/esm5/lib/StochRSIIndicator.js +14 -14
  466. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  467. package/esm5/lib/TRIXIndicator.js +15 -15
  468. package/esm5/lib/TileZoomManager_combined.js +9 -9
  469. package/esm5/lib/TimeAxisBase.js +8 -8
  470. package/esm5/lib/TimeXAxis.js +10 -10
  471. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  472. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  473. package/esm5/lib/ValueOverlay_combined.js +115 -115
  474. package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
  475. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  476. package/esm5/lib/WaterfallSeries_combined.js +103 -103
  477. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  478. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  479. package/esm5/lib/XYChart.js +717 -717
  480. package/esm5/lib/igc-anchored-category-series-component.js +18 -18
  481. package/esm5/lib/igc-anchored-radial-series-component.js +31 -31
  482. package/esm5/lib/igc-annotation-layer-component.js +17 -17
  483. package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
  484. package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
  485. package/esm5/lib/igc-bar-fragment-component.js +6 -6
  486. package/esm5/lib/igc-bar-series-component.js +11 -11
  487. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  488. package/esm5/lib/igc-bollinger-bands-overlay-component.js +9 -9
  489. package/esm5/lib/igc-bubble-series-component.js +44 -44
  490. package/esm5/lib/igc-callout-label-updating-event-args.js +43 -6
  491. package/esm5/lib/igc-callout-layer-component.js +95 -95
  492. package/esm5/lib/igc-category-chart-component.js +189 -112
  493. package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
  494. package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
  495. package/esm5/lib/igc-category-series-component.js +20 -20
  496. package/esm5/lib/igc-category-tool-tip-layer-component.js +12 -12
  497. package/esm5/lib/igc-category-x-axis-component.js +95 -2
  498. package/esm5/lib/igc-category-y-axis-component.js +95 -2
  499. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  500. package/esm5/lib/igc-chart-group-description-collection.js +115 -0
  501. package/esm5/lib/igc-chart-group-description-module.js +19 -0
  502. package/esm5/lib/igc-chart-group-description.js +34 -0
  503. package/esm5/lib/igc-chart-sort-description-collection.js +129 -0
  504. package/esm5/lib/igc-chart-sort-description-module.js +19 -0
  505. package/esm5/lib/igc-chart-sort-description.js +81 -0
  506. package/esm5/lib/igc-chart-summary-description-collection.js +126 -0
  507. package/esm5/lib/igc-chart-summary-description-module.js +19 -0
  508. package/esm5/lib/igc-chart-summary-description.js +122 -0
  509. package/esm5/lib/igc-column-fragment-component.js +11 -11
  510. package/esm5/lib/igc-column-series-component.js +13 -13
  511. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  512. package/esm5/lib/igc-crosshair-layer-component.js +90 -90
  513. package/esm5/lib/igc-data-chart-component.js +95 -95
  514. package/esm5/lib/igc-data-legend-component.js +1 -1
  515. package/esm5/lib/igc-data-tool-tip-layer-component.js +364 -364
  516. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  517. package/esm5/lib/igc-domain-chart-component.js +973 -650
  518. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  519. package/esm5/lib/igc-final-value-layer-component.js +42 -42
  520. package/esm5/lib/igc-financial-chart-component.js +234 -157
  521. package/esm5/lib/igc-financial-indicator-component.js +16 -16
  522. package/esm5/lib/igc-financial-overlay-component.js +5 -5
  523. package/esm5/lib/igc-financial-price-series-component.js +30 -30
  524. package/esm5/lib/igc-financial-series-component.js +60 -60
  525. package/esm5/lib/igc-force-index-indicator-component.js +4 -4
  526. package/esm5/lib/igc-fragment-base-component.js +2 -2
  527. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  528. package/esm5/lib/igc-high-density-scatter-series-component.js +57 -57
  529. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  530. package/esm5/lib/igc-horizontal-range-category-series-component.js +19 -19
  531. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  532. package/esm5/lib/igc-item-legend-component.js +26 -0
  533. package/esm5/lib/igc-item-tool-tip-layer-component.js +18 -18
  534. package/esm5/lib/igc-line-fragment-component.js +1 -1
  535. package/esm5/lib/igc-line-series-component.js +1 -1
  536. package/esm5/lib/igc-marker-series-component.js +28 -28
  537. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  538. package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
  539. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  540. package/esm5/lib/igc-ordinal-time-x-axis-component.js +5 -5
  541. package/esm5/lib/igc-polar-area-series-component.js +3 -3
  542. package/esm5/lib/igc-polar-base-component.js +77 -77
  543. package/esm5/lib/igc-polar-line-series-component.js +4 -4
  544. package/esm5/lib/igc-polar-spline-area-series-component.js +4 -4
  545. package/esm5/lib/igc-polar-spline-series-component.js +4 -4
  546. package/esm5/lib/igc-price-channel-overlay-component.js +6 -6
  547. package/esm5/lib/igc-radial-area-series-component.js +3 -3
  548. package/esm5/lib/igc-radial-base-component.js +31 -31
  549. package/esm5/lib/igc-radial-column-series-component.js +9 -9
  550. package/esm5/lib/igc-radial-line-series-component.js +4 -4
  551. package/esm5/lib/igc-radial-pie-series-component.js +9 -9
  552. package/esm5/lib/igc-range-category-series-component.js +6 -6
  553. package/esm5/lib/igc-range-column-series-component.js +10 -10
  554. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  555. package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
  556. package/esm5/lib/igc-scatter-area-series-component.js +24 -24
  557. package/esm5/lib/igc-scatter-base-component.js +49 -49
  558. package/esm5/lib/igc-scatter-contour-series-component.js +29 -29
  559. package/esm5/lib/igc-scatter-line-series-component.js +4 -4
  560. package/esm5/lib/igc-scatter-polygon-series-component.js +39 -39
  561. package/esm5/lib/igc-scatter-polyline-series-component.js +7 -7
  562. package/esm5/lib/igc-scatter-spline-series-component.js +4 -4
  563. package/esm5/lib/igc-scatter-triangulation-series-component.js +37 -37
  564. package/esm5/lib/igc-series-component.js +199 -185
  565. package/esm5/lib/igc-series-viewer-component.js +403 -282
  566. package/esm5/lib/igc-shape-series-base-component.js +45 -45
  567. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  568. package/esm5/lib/igc-spline-area-fragment-component.js +1 -1
  569. package/esm5/lib/igc-spline-area-series-component.js +1 -1
  570. package/esm5/lib/igc-spline-fragment-base-component.js +2 -2
  571. package/esm5/lib/igc-spline-fragment-component.js +1 -1
  572. package/esm5/lib/igc-spline-series-base-component.js +6 -6
  573. package/esm5/lib/igc-spline-series-component.js +1 -1
  574. package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
  575. package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
  576. package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
  577. package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
  578. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  579. package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
  580. package/esm5/lib/igc-stacked-bar-series-component.js +12 -12
  581. package/esm5/lib/igc-stacked-column-series-component.js +9 -9
  582. package/esm5/lib/igc-stacked-line-series-component.js +1 -1
  583. package/esm5/lib/igc-stacked-series-base-component.js +11 -11
  584. package/esm5/lib/igc-stacked-spline-area-series-component.js +4 -4
  585. package/esm5/lib/igc-stacked-spline-series-component.js +4 -4
  586. package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
  587. package/esm5/lib/igc-step-area-series-component.js +2 -2
  588. package/esm5/lib/igc-step-line-series-component.js +3 -3
  589. package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
  590. package/esm5/lib/igc-trix-indicator-component.js +3 -3
  591. package/esm5/lib/igc-value-overlay-component.js +52 -52
  592. package/esm5/lib/igc-vertical-anchored-category-series-component.js +10 -10
  593. package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
  594. package/esm5/lib/igc-waterfall-series-component.js +19 -19
  595. package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
  596. package/esm5/lib/igc-xy-chart-component.js +218 -218
  597. package/esm5/lib/igc-zoom-slider-component.js +0 -7
  598. package/esm5/public_api.js +23 -0
  599. package/fesm2015/igniteui-webcomponents-charts.js +24956 -22072
  600. package/fesm5/igniteui-webcomponents-charts.js +25115 -21650
  601. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  602. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  603. package/lib/AnchoredCategorySeries_combined.d.ts +45 -45
  604. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +52 -52
  605. package/lib/AnnotationLayerProxy.d.ts +4 -0
  606. package/lib/AnnotationLayer_combined.d.ts +40 -40
  607. package/lib/AreaSeries_combined.d.ts +8 -8
  608. package/lib/AutomaticSeriesManager.d.ts +1 -0
  609. package/lib/AutomaticSeriesPurpose.d.ts +11 -0
  610. package/lib/AutomaticSeriesRequest.d.ts +1 -0
  611. package/lib/AutomaticSeriesRequestCollection.d.ts +1 -0
  612. package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
  613. package/lib/AverageTrueRangeIndicator.d.ts +8 -8
  614. package/lib/BarSeries_combined.d.ts +19 -19
  615. package/lib/BollingerBandWidthIndicator.d.ts +10 -10
  616. package/lib/BollingerBandsOverlay_combined.d.ts +18 -18
  617. package/lib/BubbleSeries_combined.d.ts +48 -48
  618. package/lib/CalloutLabelUpdatingEventArgs.d.ts +5 -2
  619. package/lib/CalloutLayer_combined.d.ts +101 -101
  620. package/lib/CategoryBucketCalculator_combined.d.ts +71 -71
  621. package/lib/CategoryChart.d.ts +129 -116
  622. package/lib/CategoryHighlightLayer_combined.d.ts +15 -15
  623. package/lib/CategoryItemHighlightLayer_combined.d.ts +26 -26
  624. package/lib/CategoryToolTipLayer_combined.d.ts +15 -15
  625. package/lib/CategoryXAxis_combined.d.ts +17 -5
  626. package/lib/CategoryYAxis_combined.d.ts +17 -5
  627. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  628. package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
  629. package/lib/ChartGroupDescription.d.ts +16 -0
  630. package/lib/ChartGroupDescriptionCollection.d.ts +26 -0
  631. package/lib/ChartSortDescription.d.ts +18 -0
  632. package/lib/ChartSortDescriptionCollection.d.ts +27 -0
  633. package/lib/ChartSummaryDescription.d.ts +33 -0
  634. package/lib/ChartSummaryDescriptionCollection.d.ts +27 -0
  635. package/lib/ColumnSeries_combined.d.ts +17 -17
  636. package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
  637. package/lib/CrosshairLayer_combined.d.ts +41 -41
  638. package/lib/CustomIndicator.d.ts +8 -8
  639. package/lib/DataAbbreviator.d.ts +1 -1
  640. package/lib/DataChartToolbarFactoryManager.d.ts +9 -0
  641. package/lib/DataChartToolbarProvider.d.ts +21 -0
  642. package/lib/DataToolTipLayer_combined.d.ts +138 -138
  643. package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
  644. package/lib/DomainChart.d.ts +538 -487
  645. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  646. package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
  647. package/lib/FinalValueLayer_combined.d.ts +28 -28
  648. package/lib/FinancialChart_combined.d.ts +299 -287
  649. package/lib/FinancialEventArgs_combined.d.ts +123 -123
  650. package/lib/FinancialIndicator_combined.d.ts +36 -36
  651. package/lib/FinancialOverlay.d.ts +9 -9
  652. package/lib/FinancialPriceSeries_combined.d.ts +41 -41
  653. package/lib/ForceIndexIndicator.d.ts +9 -9
  654. package/lib/FullStochasticOscillatorIndicator.d.ts +14 -14
  655. package/lib/HighDensityScatterSeries_combined.d.ts +96 -96
  656. package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
  657. package/lib/HorizontalRangeCategorySeries.d.ts +13 -13
  658. package/lib/IAnnotationLayerProxy.d.ts +4 -0
  659. package/lib/IDataChartToolbarProvider.d.ts +1 -0
  660. package/lib/IZoomableCategoryAxis.d.ts +17 -0
  661. package/lib/ItemLegend_combined.d.ts +4 -2
  662. package/lib/ItemToolTipLayer_combined.d.ts +19 -19
  663. package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
  664. package/lib/LineSeries_combined.d.ts +7 -7
  665. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  666. package/lib/MassIndexIndicator.d.ts +4 -4
  667. package/lib/MedianPriceIndicator.d.ts +4 -4
  668. package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
  669. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  670. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  671. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  672. package/lib/OrdinalTimeXAxis.d.ts +26 -26
  673. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  674. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  675. package/lib/PointSeries_combined.d.ts +6 -6
  676. package/lib/PolarAreaSeries_combined.d.ts +7 -7
  677. package/lib/PolarBase_combined.d.ts +107 -107
  678. package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
  679. package/lib/PolarLineSeries_combined.d.ts +8 -8
  680. package/lib/PolarScatterSeries_combined.d.ts +4 -4
  681. package/lib/PolarSplineAreaSeries_combined.d.ts +8 -8
  682. package/lib/PolarSplineSeries_combined.d.ts +7 -7
  683. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  684. package/lib/PriceChannelOverlay_combined.d.ts +14 -14
  685. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  686. package/lib/RadialAreaSeries_combined.d.ts +7 -7
  687. package/lib/RadialBucketCalculator_combined.d.ts +50 -50
  688. package/lib/RadialColumnSeries_combined.d.ts +11 -11
  689. package/lib/RadialLineSeries_combined.d.ts +8 -8
  690. package/lib/RadialPieSeries_combined.d.ts +13 -13
  691. package/lib/RangeAreaSeries_combined.d.ts +6 -6
  692. package/lib/RangeCategoryBucketCalculator_combined.d.ts +19 -19
  693. package/lib/RangeColumnSeries_combined.d.ts +12 -12
  694. package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
  695. package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
  696. package/lib/ScatterAreaSeries_combined.d.ts +28 -28
  697. package/lib/ScatterBase_combined.d.ts +108 -108
  698. package/lib/ScatterContourSeries_combined.d.ts +20 -20
  699. package/lib/ScatterLineSeries.d.ts +12 -12
  700. package/lib/ScatterPolygonSeries_combined.d.ts +46 -46
  701. package/lib/ScatterPolylineSeries_combined.d.ts +9 -9
  702. package/lib/ScatterSeries_combined.d.ts +4 -4
  703. package/lib/ScatterSplineSeries.d.ts +9 -9
  704. package/lib/ScatterTriangulationSeries.d.ts +40 -40
  705. package/lib/SeriesViewer_combined.d.ts +1037 -957
  706. package/lib/ShapeSeriesBase_combined.d.ts +91 -91
  707. package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
  708. package/lib/SplineAreaSeries_combined.d.ts +8 -8
  709. package/lib/SplineSeriesBase_combined.d.ts +23 -23
  710. package/lib/SplineSeries_combined.d.ts +6 -6
  711. package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
  712. package/lib/Stacked100BarSeries_combined.d.ts +6 -6
  713. package/lib/Stacked100ColumnSeries_combined.d.ts +6 -6
  714. package/lib/Stacked100LineSeries_combined.d.ts +4 -4
  715. package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
  716. package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
  717. package/lib/StackedLineSeries_combined.d.ts +3 -3
  718. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +230 -230
  719. package/lib/StandardDeviationIndicator.d.ts +8 -8
  720. package/lib/StepAreaSeries_combined.d.ts +10 -10
  721. package/lib/StepLineSeries_combined.d.ts +9 -9
  722. package/lib/StochRSIIndicator.d.ts +8 -8
  723. package/lib/StrategyBasedIndicator.d.ts +21 -21
  724. package/lib/TRIXIndicator.d.ts +8 -8
  725. package/lib/TypicalPriceIndicator.d.ts +4 -4
  726. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  727. package/lib/ValueOverlay_combined.d.ts +41 -41
  728. package/lib/VerticalAnchoredCategorySeries.d.ts +23 -23
  729. package/lib/WaterfallSeries_combined.d.ts +23 -23
  730. package/lib/WeightedCloseIndicator.d.ts +4 -4
  731. package/lib/WilliamsPercentRIndicator.d.ts +8 -8
  732. package/lib/XYChart.d.ts +189 -189
  733. package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
  734. package/lib/igc-category-chart-component.d.ts +27 -0
  735. package/lib/igc-category-x-axis-component.d.ts +37 -0
  736. package/lib/igc-category-y-axis-component.d.ts +37 -0
  737. package/lib/igc-chart-group-description-collection.d.ts +24 -0
  738. package/lib/igc-chart-group-description-module.d.ts +3 -0
  739. package/lib/igc-chart-group-description.d.ts +14 -0
  740. package/lib/igc-chart-sort-description-collection.d.ts +28 -0
  741. package/lib/igc-chart-sort-description-module.d.ts +3 -0
  742. package/lib/igc-chart-sort-description.d.ts +31 -0
  743. package/lib/igc-chart-summary-description-collection.d.ts +25 -0
  744. package/lib/igc-chart-summary-description-module.d.ts +3 -0
  745. package/lib/igc-chart-summary-description.d.ts +35 -0
  746. package/lib/igc-data-legend-component.d.ts +1 -1
  747. package/lib/igc-data-tool-tip-layer-component.d.ts +1 -1
  748. package/lib/igc-domain-chart-component.d.ts +85 -1
  749. package/lib/igc-financial-chart-component.d.ts +27 -0
  750. package/lib/igc-item-legend-component.d.ts +8 -0
  751. package/lib/igc-series-component.d.ts +4 -0
  752. package/lib/igc-series-viewer-component.d.ts +51 -0
  753. package/lib/igc-zoom-slider-component.d.ts +0 -5
  754. package/package.json +2 -2
  755. package/public_api.d.ts +23 -0
@@ -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.rs = null;
66
- _this.rt = null;
65
+ _this.rw = null;
66
+ _this.rx = null;
67
+ _this.ry = null;
68
+ _this.rv = null;
67
69
  _this.ru = null;
68
- _this.rr = null;
69
- _this.rq = null;
70
- _this.sk = new HashSet$1(CalloutAnnotationWrapper.$, 0);
71
- _this.sn = new List$1(CalloutAnnotationWrapper.$, 0);
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;
83
- _this.r5 = false;
84
- _this.r6 = false;
70
+ _this.so = new HashSet$1(CalloutAnnotationWrapper.$, 0);
71
+ _this.sr = new List$1(CalloutAnnotationWrapper.$, 0);
72
+ _this.ss = new List$1(CalloutAnnotationWrapper.$, 0);
73
+ _this.rm = null;
74
+ _this.rc = null;
75
+ _this.rs = null;
76
+ _this.sp = new LinkedList$1(CalloutAnnotationWrapper.$);
77
+ _this.sm = new Dictionary$2(CalloutAnnotationWrapper.$, LinkedListNode$1.$.specialize(CalloutAnnotationWrapper.$), 0);
78
+ _this.r4 = null;
79
+ _this.vy = new Rect(0, 0, 0, 1, 1);
80
+ _this.sb = false;
81
+ _this.s3 = 0;
82
+ _this.vx = Rect.empty;
83
+ _this.r9 = false;
84
+ _this.sa = false;
85
85
  _this.calloutContentUpdating = null;
86
86
  _this.calloutLabelUpdating = null;
87
87
  _this.calloutSeriesSelecting = null;
88
- _this.sm = new List$1(SeriesPointOfInterest.$, 0);
89
- _this.r9 = false;
90
- _this.sa = false;
91
- _this.sq = 0;
92
- _this.r8 = false;
93
- _this.r4 = true;
94
- _this.ra = 1;
88
+ _this.sq = new List$1(SeriesPointOfInterest.$, 0);
89
+ _this.sd = false;
90
+ _this.se = false;
91
+ _this.su = 0;
92
+ _this.sc = false;
93
+ _this.r8 = true;
94
+ _this.re = 1;
95
95
  FastItemObjectColumn.m();
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;
96
+ _this.rc = null;
97
+ _this.rm = new CalloutPlacementPositionsCollection();
98
+ var a = _this.rm;
99
+ a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.ui));
100
+ _this.qi = true;
101
101
  var b = new CalloutLayerFrame();
102
102
  var c = new CalloutLayerFrame();
103
103
  var d = new CalloutLayerFrame();
104
- var e = _this.hm / 1000;
105
- _this.p6 = b;
106
- _this.p5 = c;
107
- _this.p7 = d;
104
+ var e = _this.ho / 1000;
105
+ _this.qa = b;
106
+ _this.p9 = c;
107
+ _this.qb = 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.ue = function (a, b) {
115
- this.un();
114
+ CalloutLayer.prototype.ui = function (a, b) {
115
+ this.ur();
116
116
  };
117
- CalloutLayer.prototype.un = function () {
118
- this.q8 = this.q9(this.rj);
119
- this.uk();
117
+ CalloutLayer.prototype.ur = function () {
118
+ this.rc = this.rd(this.rn);
119
+ this.uo();
120
120
  };
121
- CalloutLayer.prototype.uf = function (a, b) {
122
- this.so.clear();
123
- this.mi(false);
121
+ CalloutLayer.prototype.uj = function (a, b) {
122
+ this.ss.clear();
123
+ this.ml(false);
124
124
  };
125
- CalloutLayer.prototype.k0 = function (a, b, c, d) {
126
- _super.prototype.k0.call(this, a, b, c, d);
127
- var e = this.sj();
125
+ CalloutLayer.prototype.k3 = function (a, b, c, d) {
126
+ _super.prototype.k3.call(this, a, b, c, d);
127
+ var e = this.sn();
128
128
  switch (a) {
129
129
  case 3:
130
- this.us(b, e);
130
+ this.uw(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.rn;
138
- this.so.insert(f, h);
139
- this.us(f, e);
137
+ h.b.series = this.rr;
138
+ this.ss.insert(f, h);
139
+ this.uw(f, e);
140
140
  }
141
141
  break;
142
142
  case 0:
143
- this.so.v(b, c);
143
+ this.ss.v(b, c);
144
144
  break;
145
145
  case 2:
146
146
  for (var i = b; i < b + c; i++) {
147
- this.us(i, e);
147
+ this.uw(i, e);
148
148
  }
149
149
  break;
150
150
  case 4:
151
- this.so.clear();
151
+ this.ss.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.rn;
157
- this.so.add(l);
158
- this.us(j, e);
156
+ l.b.series = this.rr;
157
+ this.ss.add(l);
158
+ this.uw(j, e);
159
159
  }
160
160
  break;
161
161
  }
162
- this.mi(true);
162
+ this.ml(true);
163
163
  };
164
- CalloutLayer.prototype.eo = function (a) {
164
+ CalloutLayer.prototype.ep = function (a) {
165
165
  return false;
166
166
  };
167
- CalloutLayer.prototype.sj = function () {
167
+ CalloutLayer.prototype.sn = 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,47 +176,47 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
176
176
  }
177
177
  return a;
178
178
  };
179
- CalloutLayer.prototype.us = function (a, b) {
179
+ CalloutLayer.prototype.uw = function (a, b) {
180
180
  var _this = this;
181
- if (this.rz == null || this.rx == null) {
181
+ if (this.r3 == null || this.r1 == null) {
182
182
  return;
183
183
  }
184
184
  var c = 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);
185
+ if (this.r2 != null) {
186
+ c = this.r2.item(a);
187
+ }
188
+ var d = this.r3.item(a);
189
+ var e = this.r1.item(a);
190
+ var f = this.ss._inner[a];
191
+ if (this.r0 != null) {
192
+ if (f.b.ab != this.r0.item(a)) {
193
+ f.b.key = this.r0.item(a);
194
194
  }
195
195
  }
196
- if (this.si.containsKey(f)) {
197
- f.b = this.si.item(f).c.b;
196
+ if (this.sm.containsKey(f)) {
197
+ f.b = this.sm.item(f).c.b;
198
198
  }
199
199
  f.b.xValue = c;
200
200
  f.b.yValue = d;
201
201
  if (this.calloutLabelUpdating != null) {
202
202
  var g = ((function () {
203
203
  var $ret = new CalloutLabelUpdatingEventArgs();
204
- $ret.c = c;
205
- $ret.d = d;
204
+ $ret.d = c;
205
+ $ret.e = d;
206
206
  $ret.item = _this.ck.item(a);
207
207
  return $ret;
208
208
  })());
209
209
  this.calloutLabelUpdating(this, g);
210
- if (g.b != null && !Base.equalsStatic(g.b, f.b.ao)) {
211
- var h = g.b;
210
+ if (g.c != null && !Base.equalsStatic(g.c, f.b.ao)) {
211
+ var h = g.c;
212
212
  f.b.text = h != null ? h.toString() : "";
213
213
  }
214
214
  }
215
215
  else {
216
216
  f.b.text = e != null ? e.toString() : "";
217
217
  }
218
- if (this.rv != null) {
219
- f.b.content = this.rv.item(a);
218
+ if (this.rz != null) {
219
+ f.b.content = this.rz.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.ut(f);
242
+ this.ux(f);
243
243
  };
244
- CalloutLayer.prototype.ut = function (a) {
244
+ CalloutLayer.prototype.ux = function (a) {
245
245
  var b = new Thickness(0, DeviceUtils.g(3));
246
- if (isNaN_(this.vw.left) || isNaN_(this.vw.top) || isNaN_(this.vw.right) || isNaN_(this.vw.bottom)) {
246
+ if (isNaN_(this.v0.left) || isNaN_(this.v0.top) || isNaN_(this.v0.right) || isNaN_(this.v0.bottom)) {
247
247
  b = new Thickness(0, DeviceUtils.g(3));
248
248
  }
249
249
  else {
250
- b = this.vw;
250
+ b = this.v0;
251
251
  }
252
252
  var c = DeviceUtils.g(3);
253
- if (isNaN_(this.sr)) {
253
+ if (isNaN_(this.sv)) {
254
254
  c = DeviceUtils.g(3);
255
255
  }
256
256
  else {
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) {
257
+ c = this.sv;
258
+ }
259
+ var d = this.vt != null ? this.vt : this.rl.ci(a.b.l);
260
+ var e = this.vw != null ? this.vw : this.rl.cl();
261
+ var f = this.vv != null ? this.vv : this.rl.ck(a.b.l);
262
+ var g = this.vu != null ? this.vu : this.rl.cj(a.b.l);
263
+ var h = isNaN_(this.s1) ? 0 : this.s1;
264
+ if (this.si && this.calloutStyleUpdating != null) {
265
265
  var i = new CalloutStyleUpdatingEventArgs();
266
266
  i.item = a.b.aa;
267
267
  i.xValue = a.b.ac;
@@ -287,173 +287,173 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
287
287
  a.b.leaderBrush = g;
288
288
  a.b.strokeThickness = h;
289
289
  };
290
- CalloutLayer.prototype.hw = function (a, b) {
291
- var c = this.jq(b);
290
+ CalloutLayer.prototype.hy = function (a, b) {
291
+ var c = this.js(b);
292
292
  if (c == CalloutLayer.$$p[21]) {
293
- return this.hx(a, b, this.ty);
293
+ return this.hz(a, b, this.t2);
294
294
  }
295
295
  if (c == CalloutLayer.$$p[28]) {
296
- return this.hx(a, b, this.t9);
296
+ return this.hz(a, b, this.ud);
297
297
  }
298
298
  if (c == CalloutLayer.$$p[29]) {
299
- return this.hx(a, b, this.uc);
299
+ return this.hz(a, b, this.ug);
300
300
  }
301
301
  if (c == CalloutLayer.$$p[20]) {
302
- return this.hx(a, b, this.tv);
302
+ return this.hz(a, b, this.tz);
303
303
  }
304
304
  if (c == CalloutLayer.$$p[15]) {
305
- return this.hx(a, b, this.to);
305
+ return this.hz(a, b, this.ts);
306
306
  }
307
- return _super.prototype.hw.call(this, a, b);
307
+ return _super.prototype.hy.call(this, a, b);
308
308
  };
309
- Object.defineProperty(CalloutLayer.prototype, "rx", {
309
+ Object.defineProperty(CalloutLayer.prototype, "r1", {
310
310
  get: function () {
311
- return this.rs;
311
+ return this.rw;
312
312
  },
313
313
  set: function (a) {
314
- if (this.rs != a) {
315
- var b = this.rs;
316
- this.rs = a;
317
- this.raisePropertyChanged("LabelColumn", b, this.rs);
314
+ if (this.rw != a) {
315
+ var b = this.rw;
316
+ this.rw = a;
317
+ this.raisePropertyChanged("LabelColumn", b, this.rw);
318
318
  }
319
319
  },
320
320
  enumerable: true,
321
321
  configurable: true
322
322
  });
323
- Object.defineProperty(CalloutLayer.prototype, "ry", {
323
+ Object.defineProperty(CalloutLayer.prototype, "r2", {
324
324
  get: function () {
325
- return this.rt;
325
+ return this.rx;
326
326
  },
327
327
  set: function (a) {
328
- if (this.rt != a) {
329
- var b = this.rt;
330
- this.rt = a;
331
- this.raisePropertyChanged("XColumn", b, this.rt);
328
+ if (this.rx != a) {
329
+ var b = this.rx;
330
+ this.rx = a;
331
+ this.raisePropertyChanged("XColumn", b, this.rx);
332
332
  }
333
333
  },
334
334
  enumerable: true,
335
335
  configurable: true
336
336
  });
337
- Object.defineProperty(CalloutLayer.prototype, "rz", {
337
+ Object.defineProperty(CalloutLayer.prototype, "r3", {
338
338
  get: function () {
339
- return this.ru;
339
+ return this.ry;
340
340
  },
341
341
  set: function (a) {
342
- if (this.ru != a) {
343
- var b = this.ru;
344
- this.ru = a;
345
- this.raisePropertyChanged("YColumn", b, this.ru);
342
+ if (this.ry != a) {
343
+ var b = this.ry;
344
+ this.ry = a;
345
+ this.raisePropertyChanged("YColumn", b, this.ry);
346
346
  }
347
347
  },
348
348
  enumerable: true,
349
349
  configurable: true
350
350
  });
351
- Object.defineProperty(CalloutLayer.prototype, "rw", {
351
+ Object.defineProperty(CalloutLayer.prototype, "r0", {
352
352
  get: function () {
353
- return this.rr;
353
+ return this.rv;
354
354
  },
355
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);
356
+ if (this.rv != a) {
357
+ var b = this.rv;
358
+ this.rv = a;
359
+ this.raisePropertyChanged("KeyColumn", b, this.rv);
360
360
  }
361
361
  },
362
362
  enumerable: true,
363
363
  configurable: true
364
364
  });
365
- Object.defineProperty(CalloutLayer.prototype, "rv", {
365
+ Object.defineProperty(CalloutLayer.prototype, "rz", {
366
366
  get: function () {
367
- return this.rq;
367
+ return this.ru;
368
368
  },
369
369
  set: function (a) {
370
- if (this.rq != a) {
371
- var b = this.rq;
372
- this.rq = a;
373
- this.raisePropertyChanged("ContentColumn", b, this.rq);
370
+ if (this.ru != a) {
371
+ var b = this.ru;
372
+ this.ru = a;
373
+ this.raisePropertyChanged("ContentColumn", b, this.ru);
374
374
  }
375
375
  },
376
376
  enumerable: true,
377
377
  configurable: true
378
378
  });
379
- CalloutLayer.prototype.uh = function (a, b) {
379
+ CalloutLayer.prototype.ul = 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.sk.contains(c)) {
383
- this.sk.add_1(c);
384
- this.sn.add(c);
385
- this.mi(false);
382
+ if (!this.so.contains(c)) {
383
+ this.so.add_1(c);
384
+ this.sr.add(c);
385
+ this.ml(false);
386
386
  }
387
387
  }
388
388
  };
389
389
  CalloutLayer.prototype.bx = function () {
390
390
  return new CalloutLayerView(this);
391
391
  };
392
- CalloutLayer.prototype.lz = function (a) {
393
- _super.prototype.lz.call(this, a);
394
- this.rh = a;
392
+ CalloutLayer.prototype.l2 = function (a) {
393
+ _super.prototype.l2.call(this, a);
394
+ this.rl = a;
395
395
  };
396
- Object.defineProperty(CalloutLayer.prototype, "rj", {
396
+ Object.defineProperty(CalloutLayer.prototype, "rn", {
397
397
  get: function () {
398
- return this.ri;
398
+ return this.rm;
399
399
  },
400
400
  set: function (a) {
401
- var b = this.rj;
401
+ var b = this.rn;
402
402
  if (a != b) {
403
- this.ri = a;
404
- this.raisePropertyChanged("AllowedPositions", b, this.rj);
403
+ this.rm = a;
404
+ this.raisePropertyChanged("AllowedPositions", b, this.rn);
405
405
  }
406
406
  },
407
407
  enumerable: true,
408
408
  configurable: true
409
409
  });
410
- Object.defineProperty(CalloutLayer.prototype, "rc", {
410
+ Object.defineProperty(CalloutLayer.prototype, "rg", {
411
411
  get: function () {
412
- return EnumUtil.getEnumValue(AutoCalloutVisibilityMode_$type, this.c(CalloutLayer.u8));
412
+ return EnumUtil.getEnumValue(AutoCalloutVisibilityMode_$type, this.c(CalloutLayer.vc));
413
413
  },
414
414
  set: function (a) {
415
- this.h(CalloutLayer.u8, enumGetBox(AutoCalloutVisibilityMode_$type, a));
415
+ this.h(CalloutLayer.vc, enumGetBox(AutoCalloutVisibilityMode_$type, a));
416
416
  },
417
417
  enumerable: true,
418
418
  configurable: true
419
419
  });
420
- Object.defineProperty(CalloutLayer.prototype, "rb", {
420
+ Object.defineProperty(CalloutLayer.prototype, "rf", {
421
421
  get: function () {
422
- return this.ra;
422
+ return this.re;
423
423
  },
424
424
  set: function (a) {
425
- this.ra = a;
425
+ this.re = a;
426
426
  },
427
427
  enumerable: true,
428
428
  configurable: true
429
429
  });
430
- Object.defineProperty(CalloutLayer.prototype, "vw", {
430
+ Object.defineProperty(CalloutLayer.prototype, "v0", {
431
431
  get: function () {
432
- return new Thickness(1, this.st, this.sv, this.su, this.ss);
432
+ return new Thickness(1, this.sx, this.sz, this.sy, this.sw);
433
433
  },
434
434
  enumerable: true,
435
435
  configurable: true
436
436
  });
437
- Object.defineProperty(CalloutLayer.prototype, "rp", {
437
+ Object.defineProperty(CalloutLayer.prototype, "rt", {
438
438
  get: function () {
439
- if (this.ro == null) {
440
- this.ro = FontUtil.toFontInfo(this.g9, this.t3);
439
+ if (this.rs == null) {
440
+ this.rs = FontUtil.toFontInfo(this.hb, this.t7);
441
441
  }
442
- return this.ro;
442
+ return this.rs;
443
443
  },
444
444
  enumerable: true,
445
445
  configurable: true
446
446
  });
447
- CalloutLayer.prototype.qp = function (a, b) {
448
- if (this.rn == null || this.rn == a) {
447
+ CalloutLayer.prototype.qt = function (a, b) {
448
+ if (this.rr == null || this.rr == a) {
449
449
  if (!this.as.c) {
450
- this.mi(b);
450
+ this.ml(b);
451
451
  }
452
452
  }
453
453
  };
454
- CalloutLayer.prototype.qr = function (a, b) {
454
+ CalloutLayer.prototype.qv = function (a, b) {
455
455
  var e_1, _a;
456
- _super.prototype.qr.call(this, a, b);
456
+ _super.prototype.qv.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.sp();
475
+ var d = this.st();
476
476
  var e = new List$1(CalloutAnnotationWrapper.$, 0);
477
477
  var f = true;
478
- if (this.sb) {
479
- if (this.qc(this.rn)) {
480
- this.up(this.rn, c, e);
478
+ if (this.sf) {
479
+ if (this.qg(this.rr)) {
480
+ this.ut(this.rr, 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.qc(g)) {
486
+ if (this.qg(g)) {
487
487
  if (!g.dc) {
488
488
  if (!g.isVertical) {
489
489
  f = false;
490
490
  }
491
491
  }
492
- this.up(g, c, e);
492
+ this.ut(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.sb && this.rb == 2) {
511
+ if (this.sf && this.rf == 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.uo(c, d, e);
550
+ this.us(c, d, e);
551
551
  };
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;
552
+ CalloutLayer.prototype.m9 = function (a, b) {
553
+ _super.prototype.m9.call(this, a, b);
554
+ var c = b.width - this.vy.width;
555
+ var d = b.height - this.vy.height;
556
556
  var e = 0;
557
557
  if (Math.abs(c) > Math.abs(d)) {
558
558
  e = c;
559
- this.sq = c * this.pz.width;
559
+ this.su = c * this.p3.width;
560
560
  }
561
561
  else {
562
562
  e = d;
563
- this.sq = d * this.pz.height;
563
+ this.su = d * this.p3.height;
564
564
  }
565
- if (e > 0 && this.sq > 5) {
566
- this.sa = true;
565
+ if (e > 0 && this.su > 5) {
566
+ this.se = true;
567
567
  }
568
- if (e < 0 && this.sq > 5) {
569
- this.r9 = true;
568
+ if (e < 0 && this.su > 5) {
569
+ this.sd = true;
570
570
  }
571
571
  };
572
- CalloutLayer.prototype.m5 = function (a, b) {
573
- _super.prototype.m5.call(this, a, b);
572
+ CalloutLayer.prototype.m8 = function (a, b) {
573
+ _super.prototype.m8.call(this, a, b);
574
574
  if (!a.equals1(b)) {
575
- this.r8 = true;
575
+ this.sc = true;
576
576
  }
577
577
  };
578
- Object.defineProperty(CalloutLayer.prototype, "vv", {
578
+ Object.defineProperty(CalloutLayer.prototype, "vz", {
579
579
  get: function () {
580
- return this.vt;
580
+ return this.vx;
581
581
  },
582
582
  set: function (a) {
583
- this.vt = a;
583
+ this.vx = a;
584
584
  },
585
585
  enumerable: true,
586
586
  configurable: true
587
587
  });
588
- CalloutLayer.prototype.uo = function (a, b, c) {
588
+ CalloutLayer.prototype.us = function (a, b, c) {
589
589
  var e_2, _a;
590
590
  if (this.cd != null) {
591
- this.vu = this.cd.sf;
591
+ this.vy = this.cd.s9;
592
592
  }
593
- if (this.pz.isEmpty) {
593
+ if (this.p3.isEmpty) {
594
594
  return;
595
595
  }
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();
596
+ this.vz = new Rect(0, this.p3.left, this.p3.top, this.p3.width, this.p3.height);
597
+ if (this.r4 != null && this.tp != null && this.tp != this.r4.ap) {
598
+ this.un();
599
599
  }
600
- if (this.r0 == null) {
601
- var d = this.r1();
600
+ if (this.r4 == null) {
601
+ var d = this.r5();
602
602
  if (d != null) {
603
- this.r0 = d;
604
- var e = this.r0;
605
- e.labelsMoved = delegateCombine(e.labelsMoved, runOn(this, this.ug));
603
+ this.r4 = d;
604
+ var e = this.r4;
605
+ e.labelsMoved = delegateCombine(e.labelsMoved, runOn(this, this.uk));
606
606
  }
607
607
  else {
608
- var f = this.pr(this.b0);
608
+ var f = this.pv(this.b0);
609
609
  var g = new Array(2);
610
610
  g[0] = 0;
611
611
  g[1] = 3;
612
- if (this.rn != null) {
613
- if (this.rn.isVertical) {
612
+ if (this.rr != null) {
613
+ if (this.rr.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.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;
653
+ this.r4 = new LabelCollisionManager(this.p3.right, this.p3.bottom, this.p3, this.rl.j(), this.s0, this.r6(), g, this.s7(), this.s6(), this.sg, this.rc);
654
+ if (this.tp != null) {
655
+ this.r4.ap = this.tp;
656
+ this.r4.an = this;
657
657
  }
658
- var j = this.r0;
659
- j.labelsMoved = delegateCombine(j.labelsMoved, runOn(this, this.ug));
658
+ var j = this.r4;
659
+ j.labelsMoved = delegateCombine(j.labelsMoved, runOn(this, this.uk));
660
660
  }
661
661
  }
662
- if (this.r9) {
663
- this.r9 = false;
664
- if (this.r0.al > 2) {
665
- this.r7 = true;
662
+ if (this.sd) {
663
+ this.sd = false;
664
+ if (this.r4.al > 2) {
665
+ this.sb = true;
666
666
  }
667
667
  }
668
- if (this.sa) {
669
- this.sa = false;
670
- if (this.sq > 5) {
671
- this.r7 = true;
668
+ if (this.se) {
669
+ this.se = false;
670
+ if (this.su > 5) {
671
+ this.sb = true;
672
672
  }
673
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;
674
+ if (this.sc) {
675
+ this.sc = false;
676
+ this.r4.a3(this.p3.right, this.p3.bottom, this.p3);
677
+ this.sb = 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.sl.c;
690
+ var r = this.sp.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.uh));
698
- this.sl.h(r);
699
- this.si.removeItem(r.c);
700
- this.r0.a2(r.c.c);
697
+ t.propertyChanged = delegateRemove(t.propertyChanged, runOn(this, this.ul));
698
+ this.sp.h(r);
699
+ this.sm.removeItem(r.c);
700
+ this.r4.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.si.containsKey(b._inner[u])) {
706
- this.sl.f(b._inner[u]);
705
+ if (!this.sm.containsKey(b._inner[u])) {
706
+ this.sp.f(b._inner[u]);
707
707
  var v = b._inner[u].b;
708
- v.propertyChanged = delegateCombine(v.propertyChanged, runOn(this, this.uh));
709
- this.si.addItem(b._inner[u], this.sl.d);
708
+ v.propertyChanged = delegateCombine(v.propertyChanged, runOn(this, this.ul));
709
+ this.sm.addItem(b._inner[u], this.sp.d);
710
710
  m.add(b._inner[u]);
711
711
  k.add_1(b._inner[u]);
712
- this.r7 = true;
712
+ this.sb = true;
713
713
  }
714
714
  }
715
715
  for (var w = 0; w < c.count; w++) {
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);
716
+ if (!this.sm.containsKey(c._inner[w])) {
717
+ this.sp.f(c._inner[w]);
718
+ this.sm.addItem(c._inner[w], this.sp.d);
719
719
  var x = c._inner[w].b;
720
- x.propertyChanged = delegateCombine(x.propertyChanged, runOn(this, this.uh));
720
+ x.propertyChanged = delegateCombine(x.propertyChanged, runOn(this, this.ul));
721
721
  m.add(c._inner[w]);
722
722
  k.add_1(c._inner[w]);
723
- this.r7 = true;
723
+ this.sb = true;
724
724
  }
725
725
  }
726
- if (this.r5 == true) {
727
- this.r5 = false;
728
- this.r7 = true;
726
+ if (this.r9 == true) {
727
+ this.r9 = false;
728
+ this.sb = true;
729
729
  }
730
- if (this.sn.count > 0) {
731
- this.r7 = true;
732
- this.sn.clear();
733
- this.sk.clear();
730
+ if (this.sr.count > 0) {
731
+ this.sb = true;
732
+ this.sr.clear();
733
+ this.so.clear();
734
734
  }
735
- r = this.sl.c;
735
+ r = this.sp.c;
736
736
  while (r != null) {
737
- var y = this.r3(r.c);
737
+ var y = this.r7(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.r0.t(aa, false);
753
+ this.r4.t(aa, false);
754
754
  }
755
755
  if (z) {
756
- this.r0.aq(aa);
756
+ this.r4.aq(aa);
757
757
  }
758
758
  else {
759
- this.r0.az(aa);
759
+ this.r4.az(aa);
760
760
  }
761
761
  }
762
762
  }
763
763
  r = r.a;
764
764
  }
765
- var ab = this.r0.am();
766
- var ac = this.r0.u();
765
+ var ab = this.r4.am();
766
+ var ac = this.r4.u();
767
767
  if (ac) {
768
- if (this.r0.q()) {
769
- this.r7 = true;
768
+ if (this.r4.q()) {
769
+ this.sb = true;
770
770
  }
771
771
  }
772
- if (this.r7 && (ab != 0 || ac)) {
773
- this.r7 = false;
774
- this.sz = 0x7FFFFFFF;
775
- if (this.tl != null) {
772
+ if (this.sb && (ab != 0 || ac)) {
773
+ this.sb = false;
774
+ this.s3 = 0x7FFFFFFF;
775
+ if (this.tp != 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.tl == this.tl) {
782
- if (!ag.vv.equals1(this.r0.a5)) {
781
+ if (ag.tp == this.tp) {
782
+ if (!ag.vz.equals1(this.r4.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.r0.a4();
790
+ this.r4.a4();
791
791
  }
792
792
  else {
793
- this.r0.ar();
794
- this.r0.as();
793
+ this.r4.ar();
794
+ this.r4.as();
795
795
  }
796
796
  }
797
797
  else {
798
- this.r0.a4();
798
+ this.r4.a4();
799
799
  }
800
800
  }
801
801
  else {
802
- this.r0.as();
802
+ this.r4.as();
803
803
  }
804
- var ah = this.sl.c;
804
+ var ah = this.sp.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.sd;
821
+ var ay = this.sh;
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.uj = function () {
884
- if (this.r0 != null) {
885
- var a = this.sl.c;
883
+ CalloutLayer.prototype.un = function () {
884
+ if (this.r4 != null) {
885
+ var a = this.sp.c;
886
886
  while (a != null) {
887
887
  var b = a.c.c;
888
888
  if (b != null) {
889
- this.r0.a2(b);
889
+ this.r4.a2(b);
890
890
  }
891
891
  a = a.a;
892
892
  }
893
- var c = this.r0;
894
- c.labelsMoved = delegateRemove(c.labelsMoved, runOn(this, this.ug));
895
- this.r0 = null;
893
+ var c = this.r4;
894
+ c.labelsMoved = delegateRemove(c.labelsMoved, runOn(this, this.uk));
895
+ this.r4 = null;
896
896
  }
897
- this.ui();
897
+ this.um();
898
898
  };
899
- CalloutLayer.prototype.r1 = function () {
899
+ CalloutLayer.prototype.r5 = 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.tl != null && c.tl == this.tl) {
909
- if (c.r0 != null) {
910
- return c.r0;
908
+ if (c.tp != null && c.tp == this.tp) {
909
+ if (c.r4 != null) {
910
+ return c.r4;
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.s2 = function () {
918
+ CalloutLayer.prototype.s6 = function () {
919
919
  return 20000;
920
920
  };
921
- CalloutLayer.prototype.s3 = function () {
921
+ CalloutLayer.prototype.s7 = function () {
922
922
  return 300;
923
923
  };
924
- CalloutLayer.prototype.r2 = function () {
925
- switch (this.re) {
924
+ CalloutLayer.prototype.r6 = function () {
925
+ switch (this.ri) {
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.ug = function (a) {
934
- var b = this.r0.am();
935
- if (b < this.sz) {
936
- this.sz = b;
937
- this.mi(false);
933
+ CalloutLayer.prototype.uk = function (a) {
934
+ var b = this.r4.am();
935
+ if (b < this.s3) {
936
+ this.s3 = b;
937
+ this.ml(false);
938
938
  }
939
939
  };
940
- CalloutLayer.prototype.r3 = function (a) {
941
- var b = this.rn;
940
+ CalloutLayer.prototype.r7 = function (a) {
941
+ var b = this.rr;
942
942
  if (a.b.l != null) {
943
943
  b = a.b.l;
944
944
  }
@@ -955,7 +955,7 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
955
955
  return null;
956
956
  }
957
957
  var e = b.ag();
958
- var f = b.gc();
958
+ var f = b.ge();
959
959
  var g = null;
960
960
  var h = null;
961
961
  var i = false;
@@ -984,27 +984,27 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
984
984
  var k = 0;
985
985
  var l = 0;
986
986
  if (g.ca && g.categoryMode != 0) {
987
- if (b.dp) {
987
+ if (b.dq) {
988
988
  k = b.getOffsetValue();
989
989
  }
990
- else if (b.dg) {
990
+ else if (b.dh) {
991
991
  k = b.getOffsetValue();
992
992
  }
993
993
  }
994
994
  if (h.ca && h.categoryMode != 0) {
995
- if (b.dg) {
995
+ if (b.dh) {
996
996
  l = b.getOffsetValue();
997
997
  }
998
998
  }
999
- var m = new ScalerParams(0, this.cd.sf, g.kc, g.cg, g.j7());
999
+ var m = new ScalerParams(0, this.cd.s9, g.kc, g.cg, g.j7());
1000
1000
  m.b = f;
1001
- var n = new ScalerParams(0, this.cd.sf, h.kc, h.cg, h.j7());
1001
+ var n = new ScalerParams(0, this.cd.s9, h.kc, h.cg, h.j7());
1002
1002
  n.b = f;
1003
1003
  var o = 0;
1004
1004
  var p = 0;
1005
1005
  if (i) {
1006
- o = g.ei(this.sy(a.b.ac), m) + k;
1007
- p = h.ei(this.sy(a.b.ad), n) + l;
1006
+ o = g.ei(this.s2(a.b.ac), m) + k;
1007
+ p = h.ei(this.s2(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.sy(a.b.ac), m) + k;
1018
- p = h.ei(this.sy(a.b.ad), n) + l;
1017
+ o = g.ei(this.s2(a.b.ac), m) + k;
1018
+ p = h.ei(this.s2(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.sy = function (a) {
1028
+ CalloutLayer.prototype.s2 = 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.sp = function () {
1037
+ CalloutLayer.prototype.st = function () {
1038
1038
  var a = new List$1(CalloutAnnotationWrapper.$, 0);
1039
- for (var b = 0; b < this.so.count; b++) {
1040
- if (stringIsNullOrEmpty(this.so._inner[b].b.ao)) {
1039
+ for (var b = 0; b < this.ss.count; b++) {
1040
+ if (stringIsNullOrEmpty(this.ss._inner[b].b.ao)) {
1041
1041
  continue;
1042
1042
  }
1043
- if (this.so._inner[b].c == null) {
1043
+ if (this.ss._inner[b].c == null) {
1044
1044
  var c = new LabelCollisionInfo();
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);
1045
+ this.ss._inner[b].c = c;
1046
+ var d = this.rl.cn(this.s8(this.ss._inner[b]), this.ss._inner[b].b.backgroundPadding);
1047
1047
  c.k = d.height / 2;
1048
1048
  c.l = d.width / 2;
1049
1049
  }
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) {
1050
+ var e = this.r7(this.ss._inner[b]);
1051
+ if (e == null || e.b < this.p3.left || e.b > this.p3.right || e.c < this.p3.top || e.c > this.p3.bottom) {
1052
1052
  continue;
1053
1053
  }
1054
- a.add(this.so._inner[b]);
1054
+ a.add(this.ss._inner[b]);
1055
1055
  }
1056
1056
  return a;
1057
1057
  };
1058
- CalloutLayer.prototype.s4 = function (a) {
1058
+ CalloutLayer.prototype.s8 = function (a) {
1059
1059
  return a.b.ao;
1060
1060
  };
1061
- CalloutLayer.prototype.qc = function (a) {
1062
- if (!_super.prototype.qc.call(this, a)) {
1061
+ CalloutLayer.prototype.qg = function (a) {
1062
+ if (!_super.prototype.qg.call(this, a)) {
1063
1063
  return false;
1064
1064
  }
1065
- if (this.t0 != null) {
1066
- if (a.du) {
1067
- var b = a.jp();
1068
- if (!Base.equalsStatic(this.t0, b)) {
1065
+ if (this.t4 != null) {
1066
+ if (a.dv) {
1067
+ var b = a.jr();
1068
+ if (!Base.equalsStatic(this.t4, b)) {
1069
1069
  return false;
1070
1070
  }
1071
1071
  }
1072
1072
  else {
1073
- if (!Base.equalsStatic(this.t0, a.name)) {
1073
+ if (!Base.equalsStatic(this.t4, a.name)) {
1074
1074
  return false;
1075
1075
  }
1076
1076
  }
1077
1077
  }
1078
1078
  return true;
1079
1079
  };
1080
- CalloutLayer.prototype.ls = function () {
1081
- _super.prototype.ls.call(this);
1080
+ CalloutLayer.prototype.lv = function () {
1081
+ _super.prototype.lv.call(this);
1082
1082
  if (!this.as.c && !this.cv()) {
1083
1083
  return;
1084
1084
  }
1085
- if (this.r4) {
1086
- this.r4 = false;
1087
- this.ul();
1085
+ if (this.r8) {
1086
+ this.r8 = false;
1087
+ this.up();
1088
1088
  }
1089
1089
  if (this.cv()) {
1090
- this.ur(this.p7, false);
1090
+ this.uv(this.qb, false);
1091
1091
  }
1092
1092
  else {
1093
- this.ur(this.p5, false);
1093
+ this.uv(this.p9, false);
1094
1094
  }
1095
1095
  };
1096
- CalloutLayer.prototype.um = function () {
1097
- if (!this.r6) {
1098
- this.r6 = true;
1099
- this.mi(true);
1096
+ CalloutLayer.prototype.uq = function () {
1097
+ if (!this.sa) {
1098
+ this.sa = true;
1099
+ this.ml(true);
1100
1100
  }
1101
1101
  };
1102
- CalloutLayer.prototype.up = function (a, b, c) {
1102
+ CalloutLayer.prototype.ut = function (a, b, c) {
1103
1103
  var d = false;
1104
- if (this.r6) {
1105
- this.r6 = false;
1104
+ if (this.sa) {
1105
+ this.sa = false;
1106
1106
  d = true;
1107
1107
  }
1108
- if (a.c1(this.sm, this.sh, this.sf, this.s0)) {
1109
- var e = this.sm;
1108
+ if (!a.er && a.c1(this.sq, this.sl, this.sj, this.s4)) {
1109
+ var e = this.sq;
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.si.containsKey(l)) {
1122
- l = this_1.si.item(l).c;
1121
+ if (this_1.sm.containsKey(l)) {
1122
+ l = this_1.sm.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.sy(o) != this_1.sy(g.b)) {
1131
+ if (this_1.s2(o) != this_1.s2(g.b)) {
1132
1132
  m.xValue = g.b;
1133
1133
  }
1134
- if (this_1.sy(p) != this_1.sy(g.c)) {
1134
+ if (this_1.s2(p) != this_1.s2(g.c)) {
1135
1135
  m.yValue = g.c;
1136
1136
  }
1137
1137
  m.series = a;
@@ -1144,14 +1144,16 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1144
1144
  if (this_1.calloutLabelUpdating != null) {
1145
1145
  var r = ((function () {
1146
1146
  var $ret = new CalloutLabelUpdatingEventArgs();
1147
- $ret.c = m.ac;
1148
- $ret.d = m.ad;
1147
+ $ret.d = m.ac;
1148
+ $ret.e = m.ad;
1149
1149
  $ret.item = h;
1150
+ $ret.a = a;
1151
+ $ret.f = a.name;
1150
1152
  return $ret;
1151
1153
  })());
1152
1154
  this_1.calloutLabelUpdating(this_1, r);
1153
- if (r.b != null && !Base.equalsStatic(r.b, l.b.ao)) {
1154
- var s = r.b;
1155
+ if (r.c != null && !Base.equalsStatic(r.c, l.b.ao)) {
1156
+ var s = r.c;
1155
1157
  l.b.text = s != null ? s.toString() : "";
1156
1158
  }
1157
1159
  }
@@ -1186,17 +1188,17 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1186
1188
  }
1187
1189
  }
1188
1190
  if (n) {
1189
- this_1.ut(l);
1191
+ this_1.ux(l);
1190
1192
  }
1191
1193
  if (l.c == null) {
1192
1194
  var u = new LabelCollisionInfo();
1193
1195
  l.c = u;
1194
- var v = this_1.rh.cn(this_1.s4(l), l.b.backgroundPadding);
1196
+ var v = this_1.rl.cn(this_1.s8(l), l.b.backgroundPadding);
1195
1197
  u.k = v.height / 2;
1196
1198
  u.l = v.width / 2;
1197
1199
  }
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
+ var w = this_1.r7(l);
1201
+ if (w == null || w.b < this_1.p3.left || w.b > this_1.p3.right || w.c < this_1.p3.top || w.c > this_1.p3.bottom) {
1200
1202
  return "continue";
1201
1203
  }
1202
1204
  l.e = w.b;
@@ -1204,7 +1206,7 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1204
1206
  c.add(l);
1205
1207
  };
1206
1208
  var this_1 = this;
1207
- for (var f = 0; f < this.sm.count; f++) {
1209
+ for (var f = 0; f < this.sq.count; f++) {
1208
1210
  _loop_1(f);
1209
1211
  }
1210
1212
  }
@@ -1213,19 +1215,19 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1213
1215
  return 1;
1214
1216
  };
1215
1217
  CalloutLayer.prototype.at = function (a, b) {
1216
- var c = this.r0.f(a, b);
1218
+ var c = this.r4.f(a, b);
1217
1219
  if (c == null) {
1218
1220
  return null;
1219
1221
  }
1220
1222
  return c.u;
1221
1223
  };
1222
- CalloutLayer.prototype.ev = function (a, b) {
1223
- if (this.r0 == null) {
1224
+ CalloutLayer.prototype.ex = function (a, b) {
1225
+ if (this.r4 == null) {
1224
1226
  return false;
1225
1227
  }
1226
- return this.r0.f(a, b) != null;
1228
+ return this.r4.f(a, b) != null;
1227
1229
  };
1228
- CalloutLayer.prototype.ur = function (a, b) {
1230
+ CalloutLayer.prototype.uv = function (a, b) {
1229
1231
  var e_3, _a;
1230
1232
  var c = 0;
1231
1233
  var d = new HashSet$1(CalloutAnnotationWrapper.$, 0);
@@ -1234,7 +1236,7 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1234
1236
  if (isNaN_(a.u._inner[c]) || isNaN_(a.v._inner[c])) {
1235
1237
  continue;
1236
1238
  }
1237
- var f = this.rh.b8.item(e);
1239
+ var f = this.rl.b8.item(e);
1238
1240
  d.add_1(e);
1239
1241
  if (f.h != a.q._inner[c]) {
1240
1242
  f.h = a.q._inner[c];
@@ -1247,13 +1249,13 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1247
1249
  f.n = a.h._inner[c];
1248
1250
  f.x = new Thickness(1, a.k._inner[c], a.m._inner[c], a.l._inner[c], a.j._inner[c]);
1249
1251
  f.d = a.g._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
+ this.rl.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]));
1253
+ this.rl.ch(f, e, a.r._inner[c]);
1252
1254
  f.r = { $type: Point_$type, x: a.u._inner[c], y: a.v._inner[c] };
1253
1255
  }
1254
1256
  var h = new List$1(CalloutAnnotationWrapper.$, 0);
1255
1257
  try {
1256
- for (var _b = tslib_1.__values(fromEnum(this.rh.b8.c)), _c = _b.next(); !_c.done; _c = _b.next()) {
1258
+ for (var _b = tslib_1.__values(fromEnum(this.rl.b8.c)), _c = _b.next(); !_c.done; _c = _b.next()) {
1257
1259
  var i = _c.value;
1258
1260
  if (!d.contains(i)) {
1259
1261
  h.add(i);
@@ -1274,64 +1276,64 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1274
1276
  }
1275
1277
  }
1276
1278
  for (var j = 0; j < h.count; j++) {
1277
- this.rh.b8.h(h._inner[j]);
1279
+ this.rl.b8.h(h._inner[j]);
1278
1280
  }
1279
1281
  };
1280
- CalloutLayer.prototype.qu = function (a, b) {
1281
- _super.prototype.qu.call(this, a, b);
1282
+ CalloutLayer.prototype.qy = function (a, b) {
1283
+ _super.prototype.qy.call(this, a, b);
1282
1284
  if (this.cv()) {
1283
- this.ur(this.p7, true);
1285
+ this.uv(this.qb, true);
1284
1286
  }
1285
1287
  else {
1286
- this.ur(this.p5, false);
1288
+ this.uv(this.p9, false);
1287
1289
  }
1288
1290
  };
1289
- CalloutLayer.prototype.em = function () {
1291
+ CalloutLayer.prototype.en = function () {
1290
1292
  return true;
1291
1293
  };
1292
- CalloutLayer.prototype.l4 = function (a, b, c, d) {
1293
- _super.prototype.l4.call(this, a, b, c, d);
1294
+ CalloutLayer.prototype.l7 = function (a, b, c, d) {
1295
+ _super.prototype.l7.call(this, a, b, c, d);
1294
1296
  switch (b) {
1295
1297
  case CalloutLayer.$$p[24]:
1296
- this.ro = null;
1297
- this.rh.cf();
1298
- this.mi(true);
1298
+ this.rs = null;
1299
+ this.rl.cf();
1300
+ this.ml(true);
1299
1301
  break;
1300
1302
  case CalloutLayer.$$p[22]:
1301
1303
  case CalloutLayer.$$p[23]:
1302
- this.mi(true);
1304
+ this.ml(true);
1303
1305
  break;
1304
1306
  case CalloutLayer.$$p[14]:
1305
- this.mi(true);
1307
+ this.ml(true);
1306
1308
  break;
1307
1309
  case "SeriesViewer":
1308
1310
  if (c != null) {
1309
1311
  var e = c;
1310
- e.seriesAnimating = delegateRemove(e.seriesAnimating, runOn(this, this.uq));
1312
+ e.seriesAnimating = delegateRemove(e.seriesAnimating, runOn(this, this.uu));
1311
1313
  }
1312
1314
  if (d != null) {
1313
1315
  var f = d;
1314
- f.seriesAnimating = delegateCombine(f.seriesAnimating, runOn(this, this.uq));
1316
+ f.seriesAnimating = delegateCombine(f.seriesAnimating, runOn(this, this.uu));
1315
1317
  }
1316
1318
  if (d == null) {
1317
- this.uj();
1319
+ this.un();
1318
1320
  }
1319
1321
  break;
1320
1322
  case "AutoCalloutVisibilityMode":
1321
- this.rb = this.rd();
1322
- this.uk();
1323
+ this.rf = this.rh();
1324
+ this.uo();
1323
1325
  break;
1324
1326
  case "AllowedPositions":
1325
1327
  if (c != null) {
1326
1328
  var g = c;
1327
- g.collectionChanged = delegateRemove(g.collectionChanged, runOn(this, this.ue));
1329
+ g.collectionChanged = delegateRemove(g.collectionChanged, runOn(this, this.ui));
1328
1330
  }
1329
1331
  if (d != null) {
1330
1332
  var h = d;
1331
- h.collectionChanged = delegateCombine(h.collectionChanged, runOn(this, this.ue));
1333
+ h.collectionChanged = delegateCombine(h.collectionChanged, runOn(this, this.ui));
1332
1334
  }
1333
- this.q8 = this.q9(this.rj);
1334
- this.uk();
1335
+ this.rc = this.rd(this.rn);
1336
+ this.uo();
1335
1337
  break;
1336
1338
  case CalloutLayer.$$p[16]:
1337
1339
  case CalloutLayer.$$p[17]:
@@ -1348,88 +1350,88 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1348
1350
  case CalloutLayer.$$p[7]:
1349
1351
  case CalloutLayer.$$p[12]:
1350
1352
  case CalloutLayer.$$p[13]:
1351
- this.uk();
1353
+ this.uo();
1352
1354
  break;
1353
1355
  case CalloutLayer.$$p[21]:
1354
1356
  if (this.ck != null) {
1355
- this.ck.deregisterColumn(this.rx);
1356
- this.rx = this.cj(this.ty);
1357
+ this.ck.deregisterColumn(this.r1);
1358
+ this.r1 = this.cj(this.t2);
1357
1359
  }
1358
1360
  break;
1359
1361
  case "LabelColumn":
1360
- this.uk();
1362
+ this.uo();
1361
1363
  break;
1362
1364
  case CalloutLayer.$$p[15]:
1363
1365
  if (this.ck != null) {
1364
- this.ck.deregisterColumn(this.rv);
1365
- this.rv = this.cj(this.to);
1366
+ this.ck.deregisterColumn(this.rz);
1367
+ this.rz = this.cj(this.ts);
1366
1368
  }
1367
1369
  break;
1368
1370
  case "ContentColumn":
1369
- this.uk();
1371
+ this.uo();
1370
1372
  break;
1371
1373
  case CalloutLayer.$$p[28]:
1372
1374
  if (this.ck != null) {
1373
- this.ck.deregisterColumn(this.ry);
1374
- this.ry = stringIsNullOrEmpty(this.t9) == false ? this.cj(this.t9) : null;
1375
+ this.ck.deregisterColumn(this.r2);
1376
+ this.r2 = stringIsNullOrEmpty(this.ud) == false ? this.cj(this.ud) : null;
1375
1377
  }
1376
1378
  break;
1377
1379
  case "XColumn":
1378
- this.uk();
1380
+ this.uo();
1379
1381
  break;
1380
1382
  case CalloutLayer.$$p[29]:
1381
1383
  if (this.ck != null) {
1382
- this.ck.deregisterColumn(this.rz);
1383
- this.rz = this.cj(this.uc);
1384
+ this.ck.deregisterColumn(this.r3);
1385
+ this.r3 = this.cj(this.ug);
1384
1386
  }
1385
1387
  break;
1386
1388
  case "YColumn":
1387
- this.uk();
1389
+ this.uo();
1388
1390
  break;
1389
1391
  case CalloutLayer.$$p[20]:
1390
1392
  if (this.ck != null) {
1391
- this.ck.deregisterColumn(this.rw);
1392
- this.rw = this.cj(this.tv);
1393
+ this.ck.deregisterColumn(this.r0);
1394
+ this.r0 = this.cj(this.tz);
1393
1395
  }
1394
1396
  break;
1395
1397
  case "KeyColumn":
1396
- this.uk();
1398
+ this.uo();
1397
1399
  break;
1398
1400
  case "FastItemsSource":
1399
- this.r5 = true;
1401
+ this.r9 = true;
1400
1402
  if (typeCast(IFastItemsSource_$type, c) != null) {
1401
- c.deregisterColumn(this.rx);
1402
- c.deregisterColumn(this.rv);
1403
- c.deregisterColumn(this.ry);
1403
+ c.deregisterColumn(this.r1);
1404
1404
  c.deregisterColumn(this.rz);
1405
- c.deregisterColumn(this.rw);
1406
- this.rx = null;
1407
- this.rv = null;
1408
- this.ry = null;
1405
+ c.deregisterColumn(this.r2);
1406
+ c.deregisterColumn(this.r3);
1407
+ c.deregisterColumn(this.r0);
1408
+ this.r1 = null;
1409
1409
  this.rz = null;
1410
- this.rw = null;
1411
- this.so.clear();
1410
+ this.r2 = null;
1411
+ this.r3 = null;
1412
+ this.r0 = null;
1413
+ this.ss.clear();
1412
1414
  }
1413
1415
  if (typeCast(IFastItemsSource_$type, d) != null) {
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);
1416
+ this.r1 = this.cj(this.t2);
1417
+ this.rz = this.cj(this.ts);
1418
+ if (stringIsNullOrEmpty(this.ud) == false) {
1419
+ this.r2 = this.cj(this.ud);
1418
1420
  }
1419
- this.rz = this.cj(this.uc);
1420
- this.rw = this.cj(this.tv);
1421
+ this.r3 = this.cj(this.ug);
1422
+ this.r0 = this.cj(this.tz);
1421
1423
  }
1422
- this.uk();
1424
+ this.uo();
1423
1425
  break;
1424
1426
  }
1425
1427
  };
1426
- CalloutLayer.prototype.rd = function () {
1427
- if (this.rc == 0) {
1428
+ CalloutLayer.prototype.rh = function () {
1429
+ if (this.rg == 0) {
1428
1430
  return 1;
1429
1431
  }
1430
- return this.rc;
1432
+ return this.rg;
1431
1433
  };
1432
- CalloutLayer.prototype.q9 = function (a) {
1434
+ CalloutLayer.prototype.rd = function (a) {
1433
1435
  if (a == null || a.count == 0) {
1434
1436
  return null;
1435
1437
  }
@@ -1439,53 +1441,53 @@ var CalloutLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1439
1441
  }
1440
1442
  return b;
1441
1443
  };
1442
- CalloutLayer.prototype.uq = function (a) {
1444
+ CalloutLayer.prototype.uu = function (a) {
1443
1445
  if (a.dc) {
1444
1446
  return;
1445
1447
  }
1446
- if ((a == this.rn || this.rn == null) && this.sb) {
1447
- this.mi(false);
1448
+ if ((a == this.rr || this.rr == null) && this.sf) {
1449
+ this.ml(false);
1448
1450
  }
1449
1451
  };
1450
- CalloutLayer.prototype.uk = function () {
1451
- if (this.r4 == false) {
1452
- this.r4 = true;
1453
- this.mi(false);
1452
+ CalloutLayer.prototype.uo = function () {
1453
+ if (this.r8 == false) {
1454
+ this.r8 = true;
1455
+ this.ml(false);
1454
1456
  }
1455
1457
  };
1456
- CalloutLayer.prototype.ui = function () {
1457
- this.rh.b8.clear();
1458
- this.sl.g();
1459
- this.si.clear();
1458
+ CalloutLayer.prototype.um = function () {
1459
+ this.rl.b8.clear();
1460
+ this.sp.g();
1461
+ this.sm.clear();
1460
1462
  };
1461
- CalloutLayer.prototype.ul = function () {
1462
- if (this.rz == null || this.rx == null) {
1463
- var a = this.sl.c;
1463
+ CalloutLayer.prototype.up = function () {
1464
+ if (this.r3 == null || this.r1 == null) {
1465
+ var a = this.sp.c;
1464
1466
  while (a != null) {
1465
- this.ut(a.c);
1467
+ this.ux(a.c);
1466
1468
  a = a.a;
1467
1469
  }
1468
1470
  return;
1469
1471
  }
1470
- var b = this.sj();
1471
- for (var c = 0; c < this.rz.count; c++) {
1472
+ var b = this.sn();
1473
+ for (var c = 0; c < this.r3.count; c++) {
1472
1474
  var d = void 0;
1473
- if (this.so.count <= c) {
1475
+ if (this.ss.count <= c) {
1474
1476
  var e = new CalloutAnnotation();
1475
1477
  d = new CalloutAnnotationWrapper();
1476
1478
  d.b = e;
1477
- d.b.series = this.rn;
1478
- this.so.add(d);
1479
+ d.b.series = this.rr;
1480
+ this.ss.add(d);
1479
1481
  }
1480
1482
  else {
1481
- d = this.so._inner[c];
1483
+ d = this.ss._inner[c];
1482
1484
  }
1483
- this.us(c, b);
1485
+ this.uw(c, b);
1484
1486
  }
1485
1487
  };
1486
1488
  CalloutLayer.$t = markType(CalloutLayer, 'CalloutLayer', AnnotationLayer.$);
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
+ CalloutLayer.vc = DependencyProperty.i("AutoCalloutVisibilityMode", AutoCalloutVisibilityMode_$type, CalloutLayer.$, new PropertyMetadata(2, enumGetBox(AutoCalloutVisibilityMode_$type, 0), function (a, b) { return a.raisePropertyChanged("AutoCalloutVisibilityMode", b.oldValue, b.newValue); }));
1490
+ CalloutLayer.$$p = markDep(DependencyProperty, PropertyMetadata, CalloutLayer, 'raisePropertyChanged', ['AutoCalloutLabelPrecision:s4:uy', [1, 5], 'CalloutBackground:vt:uz', [Brush.$, null], 'CalloutCollisionMode:ri:u0', [CalloutCollisionMode_$type, enumGetBox(CalloutCollisionMode_$type, 3)], 'CalloutCornerRadius:sv:u1', [1, NaN], 'CalloutInterpolatedValuePrecision:s5:u2', [1, -1], 'CalloutLeaderBrush:vu:u3', [Brush.$, null], 'CalloutOutline:vv:u4', [Brush.$, null], 'CalloutPaddingBottom:sw:u5', [1, NaN], 'CalloutPaddingLeft:sx:u6', [1, NaN], 'CalloutPaddingRight:sy:u7', [1, NaN], 'CalloutPaddingTop:sz:u8', [1, NaN], 'CalloutPositionPadding:s0:u9', [1, 10], 'CalloutStrokeThickness:s1:va', [1, NaN], 'CalloutTextColor:vw:vb', [Brush.$, null], 'CollisionChannel:tp:vd', [2, null], 'ContentMemberPath:ts:ve', [2, null], 'IsAutoCalloutBehaviorEnabled:sf:vf', [0, false], 'IsCalloutOffsettingEnabled:sg:vg', [0, true], 'IsCustomCalloutRenderStyleEnabled:sh:vh', [0, false], 'IsCustomCalloutStyleEnabled:si:vi', [0, false], 'KeyMemberPath:tz:vj', [2, null], 'LabelMemberPath:t2:vk', [2, null], 'TargetSeriesName:t4:vl', [2, null], 'TargetSeries:rr:vm', [Series.$, null], 'TextStyle:t7:vn', [2, null], 'UseInterpolatedValueForAutoCalloutLabels:sj:vo', [0, false], 'UseSeriesColorForOutline:sk:vp', [0, false], 'UseValueForAutoCalloutLabels:sl:vq', [0, true], 'XMemberPath:ud:vr', [2, null], 'YMemberPath:ug:vs', [2, null]]);
1489
1491
  return CalloutLayer;
1490
1492
  }(AnnotationLayer));
1491
1493
  export { CalloutLayer };
@@ -1550,8 +1552,8 @@ var CalloutLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1550
1552
  }
1551
1553
  };
1552
1554
  CalloutLayerView.prototype.b7 = function () {
1553
- if (this.b4.rp != null) {
1554
- return this.b4.rp;
1555
+ if (this.b4.rt != null) {
1556
+ return this.b4.rt;
1555
1557
  }
1556
1558
  return this.e.cd.getFontInfo();
1557
1559
  };
@@ -1574,7 +1576,7 @@ var CalloutLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1574
1576
  CalloutLayerView.prototype.cb = function () {
1575
1577
  var a = this.b7();
1576
1578
  if (isNaN_(this.ca)) {
1577
- var b = FontUtil.getCurrentFontHeight(this.e.cd.cq.j.ae, a);
1579
+ var b = FontUtil.getCurrentFontHeight(this.e.cd.cu.j.ae, a);
1578
1580
  this.ca = b;
1579
1581
  }
1580
1582
  return this.ca;
@@ -1598,9 +1600,9 @@ var CalloutLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1598
1600
  };
1599
1601
  CalloutLayerView.prototype.ci = function (a) {
1600
1602
  if (a != null) {
1601
- return this.cm(a.o4);
1603
+ return this.cm(a.o8);
1602
1604
  }
1603
- return this.e.o4;
1605
+ return this.e.o8;
1604
1606
  };
1605
1607
  CalloutLayerView.prototype.cl = function () {
1606
1608
  return ((function () {
@@ -1610,9 +1612,9 @@ var CalloutLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1610
1612
  })());
1611
1613
  };
1612
1614
  CalloutLayerView.prototype.ck = function (a) {
1613
- if (this.b4.sg) {
1615
+ if (this.b4.sk) {
1614
1616
  if (a != null) {
1615
- return this.cm(a.o4);
1617
+ return this.cm(a.o8);
1616
1618
  }
1617
1619
  }
1618
1620
  return ((function () {
@@ -1623,9 +1625,9 @@ var CalloutLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1623
1625
  };
1624
1626
  CalloutLayerView.prototype.cj = function (a) {
1625
1627
  if (a != null) {
1626
- return this.cm(a.oz);
1628
+ return this.cm(a.o3);
1627
1629
  }
1628
- return this.e.oz;
1630
+ return this.e.o3;
1629
1631
  };
1630
1632
  CalloutLayerView.prototype.cf = function () {
1631
1633
  this.ca = NaN;