igniteui-webcomponents-charts 3.2.3 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1081) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +29124 -22745
  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 +127 -104
  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 +554 -456
  30. package/esm2015/lib/CategoryDateTimeXAxis_combined.js +4 -4
  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/DataChartToolbarFactoryManager.js +27 -0
  53. package/esm2015/lib/DataChartToolbarProvider.js +107 -0
  54. package/esm2015/lib/DataChartVisualDataManager.js +4 -4
  55. package/esm2015/lib/DataLegendSummaryCalculationAverage.js +1 -1
  56. package/esm2015/lib/DataLegendSummaryCalculationMax.js +1 -1
  57. package/esm2015/lib/DataLegendSummaryCalculationMin.js +1 -1
  58. package/esm2015/lib/DataLegendSummaryCalculationTotal.js +1 -1
  59. package/esm2015/lib/DataToolTipLayer_combined.js +442 -440
  60. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  61. package/esm2015/lib/DomainChart.js +2165 -1902
  62. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  63. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  64. package/esm2015/lib/FinalValueLayer_combined.js +70 -70
  65. package/esm2015/lib/FinancialChart_combined.js +1440 -1356
  66. package/esm2015/lib/FinancialEventArgs_combined.js +586 -586
  67. package/esm2015/lib/FinancialIndicator_combined.js +201 -201
  68. package/esm2015/lib/FinancialOverlay.js +36 -36
  69. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  70. package/esm2015/lib/FinancialPriceSeriesProxy.js +16 -16
  71. package/esm2015/lib/FinancialPriceSeries_combined.js +239 -239
  72. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  73. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  74. package/esm2015/lib/HighDensityScatterSeries_combined.js +436 -436
  75. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +106 -106
  76. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  77. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  78. package/esm2015/lib/HorizontalRangeCategorySeries.js +55 -55
  79. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  80. package/esm2015/lib/IDataChartToolbarProvider.js +7 -0
  81. package/esm2015/lib/IZoomableCategoryAxis.js +11 -0
  82. package/esm2015/lib/IndicatorProxy.js +11 -11
  83. package/esm2015/lib/ItemToolTipLayer_combined.js +79 -79
  84. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  85. package/esm2015/lib/LineSeries_combined.js +38 -38
  86. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  87. package/esm2015/lib/MassIndexIndicator.js +6 -6
  88. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  89. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  90. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  91. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  92. package/esm2015/lib/NumberAbbreviator.js +1 -1
  93. package/esm2015/lib/NumericXAxis_combined.js +3 -3
  94. package/esm2015/lib/NumericYAxis_combined.js +3 -3
  95. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  96. package/esm2015/lib/OrdinalTimeXAxis.js +113 -113
  97. package/esm2015/lib/OverlayProxy.js +8 -8
  98. package/esm2015/lib/PercentChangeYAxis_combined.js +1 -1
  99. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  100. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  101. package/esm2015/lib/PieChartViewManager_combined.js +9 -9
  102. package/esm2015/lib/PointSeries_combined.js +19 -19
  103. package/esm2015/lib/PolarAreaSeries_combined.js +23 -23
  104. package/esm2015/lib/PolarBase_combined.js +388 -388
  105. package/esm2015/lib/PolarLineSeriesBase_combined.js +55 -55
  106. package/esm2015/lib/PolarLineSeries_combined.js +21 -21
  107. package/esm2015/lib/PolarScatterSeries_combined.js +13 -13
  108. package/esm2015/lib/PolarSplineAreaSeries_combined.js +24 -24
  109. package/esm2015/lib/PolarSplineSeries_combined.js +23 -23
  110. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  111. package/esm2015/lib/PriceChannelOverlay_combined.js +78 -78
  112. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  113. package/esm2015/lib/RadialAreaSeries_combined.js +35 -35
  114. package/esm2015/lib/RadialAxisLabelPanel_combined.js +1 -1
  115. package/esm2015/lib/RadialBucketCalculator_combined.js +156 -156
  116. package/esm2015/lib/RadialColumnSeries_combined.js +47 -47
  117. package/esm2015/lib/RadialLineSeries_combined.js +37 -37
  118. package/esm2015/lib/RadialPieSeries_combined.js +45 -45
  119. package/esm2015/lib/RangeAreaSeries_combined.js +22 -22
  120. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  121. package/esm2015/lib/RangeColumnSeries_combined.js +35 -35
  122. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  123. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  124. package/esm2015/lib/ScatterAreaSeries_combined.js +128 -128
  125. package/esm2015/lib/ScatterBase_combined.js +445 -445
  126. package/esm2015/lib/ScatterContourSeries_combined.js +112 -112
  127. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  128. package/esm2015/lib/ScatterLineSeries.js +51 -51
  129. package/esm2015/lib/ScatterLineSeriesView.js +7 -7
  130. package/esm2015/lib/ScatterPolygonSeries_combined.js +206 -206
  131. package/esm2015/lib/ScatterPolylineSeries_combined.js +22 -22
  132. package/esm2015/lib/ScatterSeries_combined.js +15 -15
  133. package/esm2015/lib/ScatterSplineSeries.js +38 -38
  134. package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
  135. package/esm2015/lib/ScatterTriangulationSeries.js +177 -177
  136. package/esm2015/lib/SeriesInteractionManager.js +80 -80
  137. package/esm2015/lib/SeriesRenderManager.js +17 -17
  138. package/esm2015/lib/SeriesRenderingArguments.js +1 -1
  139. package/esm2015/lib/SeriesViewerInteractionManager.js +198 -198
  140. package/esm2015/lib/SeriesViewerScrollbarManager.js +7 -7
  141. package/esm2015/lib/SeriesViewerSurfaceViewer.js +14 -14
  142. package/esm2015/lib/SeriesViewer_combined.js +3505 -3171
  143. package/esm2015/lib/SeriesVisualDataManager.js +23 -23
  144. package/esm2015/lib/ShapeSeriesBase_combined.js +303 -303
  145. package/esm2015/lib/SizeScale.js +3 -3
  146. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  147. package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
  148. package/esm2015/lib/SplineSeriesBase_combined.js +123 -123
  149. package/esm2015/lib/SplineSeries_combined.js +25 -25
  150. package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
  151. package/esm2015/lib/Stacked100BarBucketCalculator.js +6 -6
  152. package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
  153. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +6 -6
  154. package/esm2015/lib/Stacked100ColumnSeries_combined.js +15 -15
  155. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  156. package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
  157. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  158. package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
  159. package/esm2015/lib/StackedLineSeries_combined.js +9 -9
  160. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1556 -1455
  161. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  162. package/esm2015/lib/StepAreaSeries_combined.js +37 -37
  163. package/esm2015/lib/StepLineSeries_combined.js +43 -43
  164. package/esm2015/lib/StochRSIIndicator.js +15 -15
  165. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  166. package/esm2015/lib/TRIXIndicator.js +16 -16
  167. package/esm2015/lib/TileZoomManager_combined.js +9 -9
  168. package/esm2015/lib/TimeAxisBase.js +8 -8
  169. package/esm2015/lib/TimeXAxis.js +10 -10
  170. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  171. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  172. package/esm2015/lib/ValueOverlay_combined.js +115 -115
  173. package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
  174. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  175. package/esm2015/lib/WaterfallSeries_combined.js +103 -103
  176. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  177. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  178. package/esm2015/lib/XYChart.js +802 -802
  179. package/esm2015/lib/igc-absolute-volume-oscillator-indicator-component.js +14 -0
  180. package/esm2015/lib/igc-accumulation-distribution-indicator-component.js +14 -0
  181. package/esm2015/lib/igc-anchored-category-series-component.js +32 -18
  182. package/esm2015/lib/igc-anchored-radial-series-component.js +45 -31
  183. package/esm2015/lib/igc-annotation-layer-component.js +31 -17
  184. package/esm2015/lib/igc-area-fragment-component.js +14 -0
  185. package/esm2015/lib/igc-area-series-component.js +14 -0
  186. package/esm2015/lib/igc-assigning-series-style-event-args-base.js +33 -5
  187. package/esm2015/lib/igc-average-directional-index-indicator-component.js +17 -3
  188. package/esm2015/lib/igc-average-true-range-indicator-component.js +17 -3
  189. package/esm2015/lib/igc-axis-annotation.js +5 -0
  190. package/esm2015/lib/igc-axis-component.js +28 -6
  191. package/esm2015/lib/igc-bar-fragment-component.js +34 -18
  192. package/esm2015/lib/igc-bar-series-component.js +25 -11
  193. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +20 -6
  194. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +23 -9
  195. package/esm2015/lib/igc-brush-scale-component.js +20 -0
  196. package/esm2015/lib/igc-bubble-series-component.js +60 -44
  197. package/esm2015/lib/igc-calculated-column.js +5 -0
  198. package/esm2015/lib/igc-callout-annotation.js +12 -6
  199. package/esm2015/lib/igc-callout-label-updating-event-args.js +36 -6
  200. package/esm2015/lib/igc-callout-layer-component.js +115 -95
  201. package/esm2015/lib/igc-callout-render-style-updating-event-args.js +7 -6
  202. package/esm2015/lib/igc-callout-series-selecting-event-args.js +7 -6
  203. package/esm2015/lib/igc-callout-style-updating-event-args.js +7 -6
  204. package/esm2015/lib/igc-category-angle-axis-component.js +14 -0
  205. package/esm2015/lib/igc-category-axis-base-component.js +14 -0
  206. package/esm2015/lib/igc-category-chart-component.js +169 -112
  207. package/esm2015/lib/igc-category-date-time-x-axis-component.js +14 -0
  208. package/esm2015/lib/igc-category-highlight-layer-component.js +28 -13
  209. package/esm2015/lib/igc-category-item-highlight-layer-component.js +47 -32
  210. package/esm2015/lib/igc-category-series-component.js +36 -20
  211. package/esm2015/lib/igc-category-tool-tip-layer-component.js +27 -12
  212. package/esm2015/lib/igc-category-x-axis-component.js +89 -2
  213. package/esm2015/lib/igc-category-y-axis-component.js +89 -2
  214. package/esm2015/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
  215. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +17 -3
  216. package/esm2015/lib/igc-chart-cursor-event-args.js +10 -8
  217. package/esm2015/lib/igc-chart-group-description-collection.js +105 -0
  218. package/esm2015/lib/igc-chart-group-description-module.js +15 -0
  219. package/esm2015/lib/igc-chart-group-description.js +20 -0
  220. package/esm2015/lib/igc-chart-mouse-event-args.js +10 -8
  221. package/esm2015/lib/igc-chart-series-event-args.js +7 -6
  222. package/esm2015/lib/igc-chart-sort-description-collection.js +115 -0
  223. package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
  224. package/esm2015/lib/igc-chart-sort-description.js +66 -0
  225. package/esm2015/lib/igc-chart-summary-description-collection.js +112 -0
  226. package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
  227. package/esm2015/lib/igc-chart-summary-description.js +101 -0
  228. package/esm2015/lib/igc-color-scale-component.js +20 -0
  229. package/esm2015/lib/igc-column-fragment-component.js +39 -23
  230. package/esm2015/lib/igc-column-series-component.js +27 -13
  231. package/esm2015/lib/igc-column-supporting-calculation.js +5 -0
  232. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +17 -3
  233. package/esm2015/lib/igc-contour-value-resolver-component.js +19 -0
  234. package/esm2015/lib/igc-crosshair-layer-component.js +105 -90
  235. package/esm2015/lib/igc-custom-contour-value-resolver-component.js +15 -0
  236. package/esm2015/lib/igc-custom-indicator-component.js +14 -0
  237. package/esm2015/lib/igc-custom-palette-brush-scale-component.js +14 -0
  238. package/esm2015/lib/igc-custom-palette-color-scale-component.js +14 -0
  239. package/esm2015/lib/igc-data-chart-component.js +95 -95
  240. package/esm2015/lib/igc-data-chart-mouse-button-event-args.js +10 -8
  241. package/esm2015/lib/igc-data-legend-component.js +12 -1
  242. package/esm2015/lib/igc-data-source-supporting-calculation.js +5 -0
  243. package/esm2015/lib/igc-data-tool-tip-layer-component.js +379 -364
  244. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +17 -3
  245. package/esm2015/lib/igc-domain-chart-component.js +969 -650
  246. package/esm2015/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
  247. package/esm2015/lib/igc-doughnut-chart-component.js +7 -0
  248. package/esm2015/lib/igc-ease-of-movement-indicator-component.js +14 -0
  249. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +17 -3
  250. package/esm2015/lib/igc-final-value-layer-component.js +57 -42
  251. package/esm2015/lib/igc-financial-calculation-data-source.js +14 -6
  252. package/esm2015/lib/igc-financial-calculation-supporting-calculations.js +29 -16
  253. package/esm2015/lib/igc-financial-chart-component.js +215 -157
  254. package/esm2015/lib/igc-financial-chart-custom-indicator-args.js +7 -6
  255. package/esm2015/lib/igc-financial-event-args.js +22 -10
  256. package/esm2015/lib/igc-financial-indicator-component.js +30 -16
  257. package/esm2015/lib/igc-financial-overlay-component.js +19 -5
  258. package/esm2015/lib/igc-financial-price-series-component.js +44 -30
  259. package/esm2015/lib/igc-financial-series-component.js +79 -60
  260. package/esm2015/lib/igc-force-index-indicator-component.js +18 -4
  261. package/esm2015/lib/igc-fragment-base-component.js +16 -2
  262. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +20 -6
  263. package/esm2015/lib/igc-funnel-chart-component.js +9 -0
  264. package/esm2015/lib/igc-funnel-data-context.js +5 -0
  265. package/esm2015/lib/igc-hierarchical-ring-series-component.js +14 -0
  266. package/esm2015/lib/igc-high-density-scatter-series-component.js +74 -57
  267. package/esm2015/lib/igc-highlighting-info.js +12 -6
  268. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +35 -19
  269. package/esm2015/lib/igc-horizontal-range-category-series-component.js +47 -31
  270. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +31 -15
  271. package/esm2015/lib/igc-item-tool-tip-layer-component.js +33 -18
  272. package/esm2015/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
  273. package/esm2015/lib/igc-legend-base-component.js +10 -0
  274. package/esm2015/lib/igc-line-fragment-component.js +15 -1
  275. package/esm2015/lib/igc-line-series-component.js +15 -1
  276. package/esm2015/lib/igc-linear-contour-value-resolver-component.js +14 -0
  277. package/esm2015/lib/igc-marker-series-component.js +42 -28
  278. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +15 -1
  279. package/esm2015/lib/igc-mass-index-indicator-component.js +14 -0
  280. package/esm2015/lib/igc-median-price-indicator-component.js +14 -0
  281. package/esm2015/lib/igc-money-flow-index-indicator-component.js +18 -4
  282. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +15 -1
  283. package/esm2015/lib/igc-negative-volume-index-indicator-component.js +14 -0
  284. package/esm2015/lib/igc-numeric-angle-axis-component.js +14 -0
  285. package/esm2015/lib/igc-numeric-axis-base-component.js +14 -0
  286. package/esm2015/lib/igc-numeric-radius-axis-component.js +14 -0
  287. package/esm2015/lib/igc-numeric-x-axis-component.js +14 -0
  288. package/esm2015/lib/igc-numeric-y-axis-component.js +14 -0
  289. package/esm2015/lib/igc-on-balance-volume-indicator-component.js +14 -0
  290. package/esm2015/lib/igc-ordinal-time-x-axis-component.js +19 -5
  291. package/esm2015/lib/igc-percent-change-y-axis-component.js +14 -0
  292. package/esm2015/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
  293. package/esm2015/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
  294. package/esm2015/lib/igc-pie-chart-base-component.js +28 -0
  295. package/esm2015/lib/igc-pie-slice-others-context.js +5 -0
  296. package/esm2015/lib/igc-plot-area-mouse-button-event-args.js +3 -2
  297. package/esm2015/lib/igc-plot-area-mouse-event-args.js +3 -2
  298. package/esm2015/lib/igc-point-series-component.js +14 -0
  299. package/esm2015/lib/igc-polar-area-series-component.js +17 -3
  300. package/esm2015/lib/igc-polar-base-component.js +95 -77
  301. package/esm2015/lib/igc-polar-line-series-base-component.js +14 -0
  302. package/esm2015/lib/igc-polar-line-series-component.js +18 -4
  303. package/esm2015/lib/igc-polar-scatter-series-component.js +14 -0
  304. package/esm2015/lib/igc-polar-spline-area-series-component.js +18 -4
  305. package/esm2015/lib/igc-polar-spline-series-component.js +18 -4
  306. package/esm2015/lib/igc-positive-volume-index-indicator-component.js +14 -0
  307. package/esm2015/lib/igc-price-channel-overlay-component.js +20 -6
  308. package/esm2015/lib/igc-price-volume-trend-indicator-component.js +14 -0
  309. package/esm2015/lib/igc-radial-area-series-component.js +17 -3
  310. package/esm2015/lib/igc-radial-base-component.js +49 -31
  311. package/esm2015/lib/igc-radial-column-series-component.js +23 -9
  312. package/esm2015/lib/igc-radial-line-series-component.js +18 -4
  313. package/esm2015/lib/igc-radial-pie-series-component.js +23 -9
  314. package/esm2015/lib/igc-range-area-series-component.js +14 -0
  315. package/esm2015/lib/igc-range-category-series-component.js +20 -6
  316. package/esm2015/lib/igc-range-column-series-component.js +24 -10
  317. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +17 -3
  318. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +18 -4
  319. package/esm2015/lib/igc-ring-series-base-component.js +20 -0
  320. package/esm2015/lib/igc-ring-series-component.js +25 -5
  321. package/esm2015/lib/igc-ring.js +12 -6
  322. package/esm2015/lib/igc-scale-legend-component.js +14 -0
  323. package/esm2015/lib/igc-scaler-params.js +5 -0
  324. package/esm2015/lib/igc-scatter-area-series-component.js +40 -24
  325. package/esm2015/lib/igc-scatter-base-component.js +79 -61
  326. package/esm2015/lib/igc-scatter-contour-series-component.js +46 -29
  327. package/esm2015/lib/igc-scatter-line-series-component.js +18 -4
  328. package/esm2015/lib/igc-scatter-polygon-series-component.js +59 -39
  329. package/esm2015/lib/igc-scatter-polyline-series-component.js +27 -7
  330. package/esm2015/lib/igc-scatter-series-component.js +14 -0
  331. package/esm2015/lib/igc-scatter-spline-series-component.js +18 -4
  332. package/esm2015/lib/igc-scatter-triangulation-series-component.js +54 -37
  333. package/esm2015/lib/igc-series-component.js +215 -185
  334. package/esm2015/lib/igc-series-viewer-component.js +417 -282
  335. package/esm2015/lib/igc-shape-series-base-component.js +64 -45
  336. package/esm2015/lib/igc-size-scale-component.js +20 -0
  337. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +17 -3
  338. package/esm2015/lib/igc-sparkline-component.js +5 -0
  339. package/esm2015/lib/igc-spline-area-fragment-component.js +15 -1
  340. package/esm2015/lib/igc-spline-area-series-component.js +15 -1
  341. package/esm2015/lib/igc-spline-fragment-base-component.js +16 -2
  342. package/esm2015/lib/igc-spline-fragment-component.js +15 -1
  343. package/esm2015/lib/igc-spline-series-base-component.js +20 -6
  344. package/esm2015/lib/igc-spline-series-component.js +15 -1
  345. package/esm2015/lib/igc-stacked-100-area-series-component.js +15 -1
  346. package/esm2015/lib/igc-stacked-100-bar-series-component.js +15 -1
  347. package/esm2015/lib/igc-stacked-100-column-series-component.js +15 -1
  348. package/esm2015/lib/igc-stacked-100-line-series-component.js +15 -1
  349. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +15 -1
  350. package/esm2015/lib/igc-stacked-100-spline-series-component.js +15 -1
  351. package/esm2015/lib/igc-stacked-area-series-component.js +14 -0
  352. package/esm2015/lib/igc-stacked-bar-series-component.js +26 -12
  353. package/esm2015/lib/igc-stacked-column-series-component.js +23 -9
  354. package/esm2015/lib/igc-stacked-fragment-series-component.js +284 -218
  355. package/esm2015/lib/igc-stacked-line-series-component.js +15 -1
  356. package/esm2015/lib/igc-stacked-series-base-component.js +12 -11
  357. package/esm2015/lib/igc-stacked-series-created-event-args.js +11 -5
  358. package/esm2015/lib/igc-stacked-spline-area-series-component.js +18 -4
  359. package/esm2015/lib/igc-stacked-spline-series-component.js +18 -4
  360. package/esm2015/lib/igc-standard-deviation-indicator-component.js +17 -3
  361. package/esm2015/lib/igc-step-area-series-component.js +16 -2
  362. package/esm2015/lib/igc-step-line-series-component.js +17 -3
  363. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +17 -3
  364. package/esm2015/lib/igc-straight-numeric-axis-base-component.js +14 -0
  365. package/esm2015/lib/igc-strategy-based-indicator-component.js +14 -0
  366. package/esm2015/lib/igc-time-axis-base-component.js +14 -0
  367. package/esm2015/lib/igc-time-axis-break-component.js +19 -0
  368. package/esm2015/lib/igc-time-axis-interval-component.js +19 -0
  369. package/esm2015/lib/igc-time-axis-label-format-component.js +19 -0
  370. package/esm2015/lib/igc-time-x-axis-component.js +14 -0
  371. package/esm2015/lib/igc-treemap-component.js +11 -0
  372. package/esm2015/lib/igc-treemap-node-style-component.js +19 -0
  373. package/esm2015/lib/igc-treemap-node-style-mapping-component.js +14 -0
  374. package/esm2015/lib/igc-treemap-node-styling-event-args.js +7 -6
  375. package/esm2015/lib/igc-trix-indicator-component.js +17 -3
  376. package/esm2015/lib/igc-typical-price-indicator-component.js +14 -0
  377. package/esm2015/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
  378. package/esm2015/lib/igc-value-brush-scale-component.js +14 -0
  379. package/esm2015/lib/igc-value-overlay-component.js +67 -52
  380. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +38 -22
  381. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +30 -14
  382. package/esm2015/lib/igc-waterfall-series-component.js +33 -19
  383. package/esm2015/lib/igc-weighted-close-indicator-component.js +14 -0
  384. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +17 -3
  385. package/esm2015/lib/igc-xy-chart-component.js +232 -218
  386. package/esm2015/lib/igc-zoom-slider-component.js +7 -7
  387. package/esm2015/public_api.js +23 -0
  388. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  389. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  390. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  391. package/esm5/lib/AnchoredCategorySeries_combined.js +140 -140
  392. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +220 -220
  393. package/esm5/lib/AngleAxisLabelPanel_combined.js +18 -18
  394. package/esm5/lib/AnnotationLayerProxy.js +39 -26
  395. package/esm5/lib/AnnotationLayer_combined.js +132 -132
  396. package/esm5/lib/AreaSeries_combined.js +44 -44
  397. package/esm5/lib/AutomaticSeriesManager.js +7 -0
  398. package/esm5/lib/AutomaticSeriesPurpose.js +11 -0
  399. package/esm5/lib/AutomaticSeriesRequest.js +7 -0
  400. package/esm5/lib/AutomaticSeriesRequestCollection.js +7 -0
  401. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  402. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  403. package/esm5/lib/AxisAnnotationFrameManager.js +2 -2
  404. package/esm5/lib/AxisAnnotationManager.js +1 -1
  405. package/esm5/lib/AxisVisualDataManager.js +2 -2
  406. package/esm5/lib/BarSeries_combined.js +127 -104
  407. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  408. package/esm5/lib/BollingerBandsOverlay_combined.js +98 -98
  409. package/esm5/lib/BrushScale.js +7 -7
  410. package/esm5/lib/BubbleSeries_combined.js +252 -252
  411. package/esm5/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  412. package/esm5/lib/CalloutLayer_combined.js +442 -440
  413. package/esm5/lib/CategoryBucketCalculator_combined.js +241 -240
  414. package/esm5/lib/CategoryChart.js +531 -413
  415. package/esm5/lib/CategoryDateTimeXAxis_combined.js +4 -4
  416. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  417. package/esm5/lib/CategoryHighlightLayer_combined.js +51 -51
  418. package/esm5/lib/CategoryItemHighlightLayer_combined.js +121 -118
  419. package/esm5/lib/CategoryMarkerManager.js +1 -1
  420. package/esm5/lib/CategorySeriesInteractionManager.js +8 -8
  421. package/esm5/lib/CategoryToolTipLayer_combined.js +74 -74
  422. package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
  423. package/esm5/lib/CategoryXAxis_combined.js +140 -23
  424. package/esm5/lib/CategoryYAxis_combined.js +140 -23
  425. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  426. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  427. package/esm5/lib/ChartGroupDescription.js +59 -0
  428. package/esm5/lib/ChartGroupDescriptionCollection.js +94 -0
  429. package/esm5/lib/ChartSortDescription.js +75 -0
  430. package/esm5/lib/ChartSortDescriptionCollection.js +104 -0
  431. package/esm5/lib/ChartSummaryDescription.js +149 -0
  432. package/esm5/lib/ChartSummaryDescriptionCollection.js +110 -0
  433. package/esm5/lib/ColumnSeries_combined.js +64 -64
  434. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  435. package/esm5/lib/CrosshairLayer_combined.js +85 -85
  436. package/esm5/lib/CustomIndicator.js +23 -23
  437. package/esm5/lib/DataChartToolbarFactoryManager.js +31 -0
  438. package/esm5/lib/DataChartToolbarProvider.js +117 -0
  439. package/esm5/lib/DataChartVisualDataManager.js +4 -4
  440. package/esm5/lib/DataLegendSummaryCalculationAverage.js +1 -1
  441. package/esm5/lib/DataLegendSummaryCalculationMax.js +1 -1
  442. package/esm5/lib/DataLegendSummaryCalculationMin.js +1 -1
  443. package/esm5/lib/DataLegendSummaryCalculationTotal.js +1 -1
  444. package/esm5/lib/DataToolTipLayer_combined.js +436 -434
  445. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  446. package/esm5/lib/DomainChart.js +2101 -1752
  447. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  448. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  449. package/esm5/lib/FinalValueLayer_combined.js +70 -70
  450. package/esm5/lib/FinancialChart_combined.js +1404 -1299
  451. package/esm5/lib/FinancialEventArgs_combined.js +581 -581
  452. package/esm5/lib/FinancialIndicator_combined.js +200 -200
  453. package/esm5/lib/FinancialOverlay.js +36 -36
  454. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  455. package/esm5/lib/FinancialPriceSeriesProxy.js +16 -16
  456. package/esm5/lib/FinancialPriceSeries_combined.js +238 -238
  457. package/esm5/lib/ForceIndexIndicator.js +15 -15
  458. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  459. package/esm5/lib/HighDensityScatterSeries_combined.js +433 -433
  460. package/esm5/lib/HorizontalAnchoredCategorySeries.js +105 -105
  461. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  462. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  463. package/esm5/lib/HorizontalRangeCategorySeries.js +55 -55
  464. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  465. package/esm5/lib/IDataChartToolbarProvider.js +7 -0
  466. package/esm5/lib/IZoomableCategoryAxis.js +11 -0
  467. package/esm5/lib/IndicatorProxy.js +11 -11
  468. package/esm5/lib/ItemToolTipLayer_combined.js +79 -79
  469. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  470. package/esm5/lib/LineSeries_combined.js +38 -38
  471. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  472. package/esm5/lib/MassIndexIndicator.js +6 -6
  473. package/esm5/lib/MedianPriceIndicator.js +6 -6
  474. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  475. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  476. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  477. package/esm5/lib/NumberAbbreviator.js +1 -1
  478. package/esm5/lib/NumericXAxis_combined.js +3 -3
  479. package/esm5/lib/NumericYAxis_combined.js +3 -3
  480. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  481. package/esm5/lib/OrdinalTimeXAxis.js +109 -109
  482. package/esm5/lib/OverlayProxy.js +8 -8
  483. package/esm5/lib/PercentChangeYAxis_combined.js +1 -1
  484. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  485. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  486. package/esm5/lib/PieChartViewManager_combined.js +9 -9
  487. package/esm5/lib/PointSeries_combined.js +19 -19
  488. package/esm5/lib/PolarAreaSeries_combined.js +23 -23
  489. package/esm5/lib/PolarBase_combined.js +384 -384
  490. package/esm5/lib/PolarLineSeriesBase_combined.js +55 -55
  491. package/esm5/lib/PolarLineSeries_combined.js +21 -21
  492. package/esm5/lib/PolarScatterSeries_combined.js +13 -13
  493. package/esm5/lib/PolarSplineAreaSeries_combined.js +24 -24
  494. package/esm5/lib/PolarSplineSeries_combined.js +23 -23
  495. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  496. package/esm5/lib/PriceChannelOverlay_combined.js +78 -78
  497. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  498. package/esm5/lib/RadialAreaSeries_combined.js +35 -35
  499. package/esm5/lib/RadialAxisLabelPanel_combined.js +1 -1
  500. package/esm5/lib/RadialBucketCalculator_combined.js +154 -154
  501. package/esm5/lib/RadialColumnSeries_combined.js +47 -47
  502. package/esm5/lib/RadialLineSeries_combined.js +37 -37
  503. package/esm5/lib/RadialPieSeries_combined.js +45 -45
  504. package/esm5/lib/RangeAreaSeries_combined.js +22 -22
  505. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  506. package/esm5/lib/RangeColumnSeries_combined.js +35 -35
  507. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  508. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  509. package/esm5/lib/ScatterAreaSeries_combined.js +126 -126
  510. package/esm5/lib/ScatterBase_combined.js +441 -441
  511. package/esm5/lib/ScatterContourSeries_combined.js +110 -110
  512. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  513. package/esm5/lib/ScatterLineSeries.js +51 -51
  514. package/esm5/lib/ScatterLineSeriesView.js +7 -7
  515. package/esm5/lib/ScatterPolygonSeries_combined.js +205 -205
  516. package/esm5/lib/ScatterPolylineSeries_combined.js +22 -22
  517. package/esm5/lib/ScatterSeries_combined.js +15 -15
  518. package/esm5/lib/ScatterSplineSeries.js +38 -38
  519. package/esm5/lib/ScatterSplineSeriesView.js +7 -7
  520. package/esm5/lib/ScatterTriangulationSeries.js +173 -173
  521. package/esm5/lib/SeriesInteractionManager.js +80 -80
  522. package/esm5/lib/SeriesRenderManager.js +17 -17
  523. package/esm5/lib/SeriesRenderingArguments.js +1 -1
  524. package/esm5/lib/SeriesViewerInteractionManager.js +198 -198
  525. package/esm5/lib/SeriesViewerScrollbarManager.js +7 -7
  526. package/esm5/lib/SeriesViewerSurfaceViewer.js +14 -14
  527. package/esm5/lib/SeriesViewer_combined.js +3458 -3101
  528. package/esm5/lib/SeriesVisualDataManager.js +23 -23
  529. package/esm5/lib/ShapeSeriesBase_combined.js +301 -301
  530. package/esm5/lib/SizeScale.js +3 -3
  531. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  532. package/esm5/lib/SplineAreaSeries_combined.js +38 -38
  533. package/esm5/lib/SplineSeriesBase_combined.js +121 -121
  534. package/esm5/lib/SplineSeries_combined.js +25 -25
  535. package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
  536. package/esm5/lib/Stacked100BarBucketCalculator.js +6 -6
  537. package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
  538. package/esm5/lib/Stacked100ColumnBucketCalculator.js +6 -6
  539. package/esm5/lib/Stacked100ColumnSeries_combined.js +15 -15
  540. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  541. package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
  542. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  543. package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
  544. package/esm5/lib/StackedLineSeries_combined.js +9 -9
  545. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1835 -1686
  546. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  547. package/esm5/lib/StepAreaSeries_combined.js +37 -37
  548. package/esm5/lib/StepLineSeries_combined.js +43 -43
  549. package/esm5/lib/StochRSIIndicator.js +14 -14
  550. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  551. package/esm5/lib/TRIXIndicator.js +15 -15
  552. package/esm5/lib/TileZoomManager_combined.js +9 -9
  553. package/esm5/lib/TimeAxisBase.js +8 -8
  554. package/esm5/lib/TimeXAxis.js +10 -10
  555. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  556. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  557. package/esm5/lib/ValueOverlay_combined.js +115 -115
  558. package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
  559. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  560. package/esm5/lib/WaterfallSeries_combined.js +103 -103
  561. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  562. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  563. package/esm5/lib/XYChart.js +717 -717
  564. package/esm5/lib/igc-absolute-volume-oscillator-indicator-component.js +14 -0
  565. package/esm5/lib/igc-accumulation-distribution-indicator-component.js +14 -0
  566. package/esm5/lib/igc-anchored-category-series-component.js +32 -18
  567. package/esm5/lib/igc-anchored-radial-series-component.js +45 -31
  568. package/esm5/lib/igc-annotation-layer-component.js +31 -17
  569. package/esm5/lib/igc-area-fragment-component.js +14 -0
  570. package/esm5/lib/igc-area-series-component.js +14 -0
  571. package/esm5/lib/igc-assigning-series-style-event-args-base.js +34 -6
  572. package/esm5/lib/igc-average-directional-index-indicator-component.js +17 -3
  573. package/esm5/lib/igc-average-true-range-indicator-component.js +17 -3
  574. package/esm5/lib/igc-axis-annotation.js +5 -0
  575. package/esm5/lib/igc-axis-component.js +28 -6
  576. package/esm5/lib/igc-bar-fragment-component.js +34 -18
  577. package/esm5/lib/igc-bar-series-component.js +25 -11
  578. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +20 -6
  579. package/esm5/lib/igc-bollinger-bands-overlay-component.js +23 -9
  580. package/esm5/lib/igc-brush-scale-component.js +20 -0
  581. package/esm5/lib/igc-bubble-series-component.js +60 -44
  582. package/esm5/lib/igc-calculated-column.js +5 -0
  583. package/esm5/lib/igc-callout-annotation.js +12 -6
  584. package/esm5/lib/igc-callout-label-updating-event-args.js +44 -6
  585. package/esm5/lib/igc-callout-layer-component.js +115 -95
  586. package/esm5/lib/igc-callout-render-style-updating-event-args.js +7 -6
  587. package/esm5/lib/igc-callout-series-selecting-event-args.js +7 -6
  588. package/esm5/lib/igc-callout-style-updating-event-args.js +7 -6
  589. package/esm5/lib/igc-category-angle-axis-component.js +14 -0
  590. package/esm5/lib/igc-category-axis-base-component.js +14 -0
  591. package/esm5/lib/igc-category-chart-component.js +189 -112
  592. package/esm5/lib/igc-category-date-time-x-axis-component.js +14 -0
  593. package/esm5/lib/igc-category-highlight-layer-component.js +28 -13
  594. package/esm5/lib/igc-category-item-highlight-layer-component.js +47 -32
  595. package/esm5/lib/igc-category-series-component.js +36 -20
  596. package/esm5/lib/igc-category-tool-tip-layer-component.js +27 -12
  597. package/esm5/lib/igc-category-x-axis-component.js +109 -2
  598. package/esm5/lib/igc-category-y-axis-component.js +109 -2
  599. package/esm5/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
  600. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +17 -3
  601. package/esm5/lib/igc-chart-cursor-event-args.js +10 -8
  602. package/esm5/lib/igc-chart-group-description-collection.js +132 -0
  603. package/esm5/lib/igc-chart-group-description-module.js +19 -0
  604. package/esm5/lib/igc-chart-group-description.js +34 -0
  605. package/esm5/lib/igc-chart-mouse-event-args.js +10 -8
  606. package/esm5/lib/igc-chart-series-event-args.js +7 -6
  607. package/esm5/lib/igc-chart-sort-description-collection.js +146 -0
  608. package/esm5/lib/igc-chart-sort-description-module.js +19 -0
  609. package/esm5/lib/igc-chart-sort-description.js +86 -0
  610. package/esm5/lib/igc-chart-summary-description-collection.js +143 -0
  611. package/esm5/lib/igc-chart-summary-description-module.js +19 -0
  612. package/esm5/lib/igc-chart-summary-description.js +128 -0
  613. package/esm5/lib/igc-color-scale-component.js +20 -0
  614. package/esm5/lib/igc-column-fragment-component.js +39 -23
  615. package/esm5/lib/igc-column-series-component.js +27 -13
  616. package/esm5/lib/igc-column-supporting-calculation.js +5 -0
  617. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +17 -3
  618. package/esm5/lib/igc-contour-value-resolver-component.js +19 -0
  619. package/esm5/lib/igc-crosshair-layer-component.js +105 -90
  620. package/esm5/lib/igc-custom-contour-value-resolver-component.js +15 -0
  621. package/esm5/lib/igc-custom-indicator-component.js +14 -0
  622. package/esm5/lib/igc-custom-palette-brush-scale-component.js +14 -0
  623. package/esm5/lib/igc-custom-palette-color-scale-component.js +14 -0
  624. package/esm5/lib/igc-data-chart-component.js +95 -95
  625. package/esm5/lib/igc-data-chart-mouse-button-event-args.js +10 -8
  626. package/esm5/lib/igc-data-legend-component.js +12 -1
  627. package/esm5/lib/igc-data-source-supporting-calculation.js +5 -0
  628. package/esm5/lib/igc-data-tool-tip-layer-component.js +379 -364
  629. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +17 -3
  630. package/esm5/lib/igc-domain-chart-component.js +1041 -650
  631. package/esm5/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
  632. package/esm5/lib/igc-doughnut-chart-component.js +7 -0
  633. package/esm5/lib/igc-ease-of-movement-indicator-component.js +14 -0
  634. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +17 -3
  635. package/esm5/lib/igc-final-value-layer-component.js +57 -42
  636. package/esm5/lib/igc-financial-calculation-data-source.js +14 -6
  637. package/esm5/lib/igc-financial-calculation-supporting-calculations.js +29 -16
  638. package/esm5/lib/igc-financial-chart-component.js +235 -157
  639. package/esm5/lib/igc-financial-chart-custom-indicator-args.js +7 -6
  640. package/esm5/lib/igc-financial-event-args.js +22 -10
  641. package/esm5/lib/igc-financial-indicator-component.js +30 -16
  642. package/esm5/lib/igc-financial-overlay-component.js +19 -5
  643. package/esm5/lib/igc-financial-price-series-component.js +44 -30
  644. package/esm5/lib/igc-financial-series-component.js +79 -60
  645. package/esm5/lib/igc-force-index-indicator-component.js +18 -4
  646. package/esm5/lib/igc-fragment-base-component.js +16 -2
  647. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +20 -6
  648. package/esm5/lib/igc-funnel-chart-component.js +9 -0
  649. package/esm5/lib/igc-funnel-data-context.js +5 -0
  650. package/esm5/lib/igc-hierarchical-ring-series-component.js +14 -0
  651. package/esm5/lib/igc-high-density-scatter-series-component.js +74 -57
  652. package/esm5/lib/igc-highlighting-info.js +12 -6
  653. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +35 -19
  654. package/esm5/lib/igc-horizontal-range-category-series-component.js +47 -31
  655. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +31 -15
  656. package/esm5/lib/igc-item-tool-tip-layer-component.js +33 -18
  657. package/esm5/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
  658. package/esm5/lib/igc-legend-base-component.js +10 -0
  659. package/esm5/lib/igc-line-fragment-component.js +15 -1
  660. package/esm5/lib/igc-line-series-component.js +15 -1
  661. package/esm5/lib/igc-linear-contour-value-resolver-component.js +14 -0
  662. package/esm5/lib/igc-marker-series-component.js +42 -28
  663. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +15 -1
  664. package/esm5/lib/igc-mass-index-indicator-component.js +14 -0
  665. package/esm5/lib/igc-median-price-indicator-component.js +14 -0
  666. package/esm5/lib/igc-money-flow-index-indicator-component.js +18 -4
  667. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +15 -1
  668. package/esm5/lib/igc-negative-volume-index-indicator-component.js +14 -0
  669. package/esm5/lib/igc-numeric-angle-axis-component.js +14 -0
  670. package/esm5/lib/igc-numeric-axis-base-component.js +14 -0
  671. package/esm5/lib/igc-numeric-radius-axis-component.js +14 -0
  672. package/esm5/lib/igc-numeric-x-axis-component.js +14 -0
  673. package/esm5/lib/igc-numeric-y-axis-component.js +14 -0
  674. package/esm5/lib/igc-on-balance-volume-indicator-component.js +14 -0
  675. package/esm5/lib/igc-ordinal-time-x-axis-component.js +19 -5
  676. package/esm5/lib/igc-percent-change-y-axis-component.js +14 -0
  677. package/esm5/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
  678. package/esm5/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
  679. package/esm5/lib/igc-pie-chart-base-component.js +28 -0
  680. package/esm5/lib/igc-pie-slice-others-context.js +5 -0
  681. package/esm5/lib/igc-plot-area-mouse-button-event-args.js +3 -2
  682. package/esm5/lib/igc-plot-area-mouse-event-args.js +3 -2
  683. package/esm5/lib/igc-point-series-component.js +14 -0
  684. package/esm5/lib/igc-polar-area-series-component.js +17 -3
  685. package/esm5/lib/igc-polar-base-component.js +95 -77
  686. package/esm5/lib/igc-polar-line-series-base-component.js +14 -0
  687. package/esm5/lib/igc-polar-line-series-component.js +18 -4
  688. package/esm5/lib/igc-polar-scatter-series-component.js +14 -0
  689. package/esm5/lib/igc-polar-spline-area-series-component.js +18 -4
  690. package/esm5/lib/igc-polar-spline-series-component.js +18 -4
  691. package/esm5/lib/igc-positive-volume-index-indicator-component.js +14 -0
  692. package/esm5/lib/igc-price-channel-overlay-component.js +20 -6
  693. package/esm5/lib/igc-price-volume-trend-indicator-component.js +14 -0
  694. package/esm5/lib/igc-radial-area-series-component.js +17 -3
  695. package/esm5/lib/igc-radial-base-component.js +49 -31
  696. package/esm5/lib/igc-radial-column-series-component.js +23 -9
  697. package/esm5/lib/igc-radial-line-series-component.js +18 -4
  698. package/esm5/lib/igc-radial-pie-series-component.js +23 -9
  699. package/esm5/lib/igc-range-area-series-component.js +14 -0
  700. package/esm5/lib/igc-range-category-series-component.js +20 -6
  701. package/esm5/lib/igc-range-column-series-component.js +24 -10
  702. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +17 -3
  703. package/esm5/lib/igc-relative-strength-index-indicator-component.js +18 -4
  704. package/esm5/lib/igc-ring-series-base-component.js +20 -0
  705. package/esm5/lib/igc-ring-series-component.js +25 -5
  706. package/esm5/lib/igc-ring.js +12 -6
  707. package/esm5/lib/igc-scale-legend-component.js +14 -0
  708. package/esm5/lib/igc-scaler-params.js +5 -0
  709. package/esm5/lib/igc-scatter-area-series-component.js +40 -24
  710. package/esm5/lib/igc-scatter-base-component.js +79 -61
  711. package/esm5/lib/igc-scatter-contour-series-component.js +46 -29
  712. package/esm5/lib/igc-scatter-line-series-component.js +18 -4
  713. package/esm5/lib/igc-scatter-polygon-series-component.js +59 -39
  714. package/esm5/lib/igc-scatter-polyline-series-component.js +27 -7
  715. package/esm5/lib/igc-scatter-series-component.js +14 -0
  716. package/esm5/lib/igc-scatter-spline-series-component.js +18 -4
  717. package/esm5/lib/igc-scatter-triangulation-series-component.js +54 -37
  718. package/esm5/lib/igc-series-component.js +219 -185
  719. package/esm5/lib/igc-series-viewer-component.js +441 -282
  720. package/esm5/lib/igc-shape-series-base-component.js +64 -45
  721. package/esm5/lib/igc-size-scale-component.js +20 -0
  722. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +17 -3
  723. package/esm5/lib/igc-sparkline-component.js +5 -0
  724. package/esm5/lib/igc-spline-area-fragment-component.js +15 -1
  725. package/esm5/lib/igc-spline-area-series-component.js +15 -1
  726. package/esm5/lib/igc-spline-fragment-base-component.js +16 -2
  727. package/esm5/lib/igc-spline-fragment-component.js +15 -1
  728. package/esm5/lib/igc-spline-series-base-component.js +20 -6
  729. package/esm5/lib/igc-spline-series-component.js +15 -1
  730. package/esm5/lib/igc-stacked-100-area-series-component.js +15 -1
  731. package/esm5/lib/igc-stacked-100-bar-series-component.js +15 -1
  732. package/esm5/lib/igc-stacked-100-column-series-component.js +15 -1
  733. package/esm5/lib/igc-stacked-100-line-series-component.js +15 -1
  734. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +15 -1
  735. package/esm5/lib/igc-stacked-100-spline-series-component.js +15 -1
  736. package/esm5/lib/igc-stacked-area-series-component.js +14 -0
  737. package/esm5/lib/igc-stacked-bar-series-component.js +26 -12
  738. package/esm5/lib/igc-stacked-column-series-component.js +23 -9
  739. package/esm5/lib/igc-stacked-fragment-series-component.js +307 -217
  740. package/esm5/lib/igc-stacked-line-series-component.js +15 -1
  741. package/esm5/lib/igc-stacked-series-base-component.js +12 -11
  742. package/esm5/lib/igc-stacked-series-created-event-args.js +11 -5
  743. package/esm5/lib/igc-stacked-spline-area-series-component.js +18 -4
  744. package/esm5/lib/igc-stacked-spline-series-component.js +18 -4
  745. package/esm5/lib/igc-standard-deviation-indicator-component.js +17 -3
  746. package/esm5/lib/igc-step-area-series-component.js +16 -2
  747. package/esm5/lib/igc-step-line-series-component.js +17 -3
  748. package/esm5/lib/igc-stoch-rsi-indicator-component.js +17 -3
  749. package/esm5/lib/igc-straight-numeric-axis-base-component.js +14 -0
  750. package/esm5/lib/igc-strategy-based-indicator-component.js +14 -0
  751. package/esm5/lib/igc-time-axis-base-component.js +14 -0
  752. package/esm5/lib/igc-time-axis-break-component.js +19 -0
  753. package/esm5/lib/igc-time-axis-interval-component.js +19 -0
  754. package/esm5/lib/igc-time-axis-label-format-component.js +19 -0
  755. package/esm5/lib/igc-time-x-axis-component.js +14 -0
  756. package/esm5/lib/igc-treemap-component.js +11 -0
  757. package/esm5/lib/igc-treemap-node-style-component.js +19 -0
  758. package/esm5/lib/igc-treemap-node-style-mapping-component.js +14 -0
  759. package/esm5/lib/igc-treemap-node-styling-event-args.js +7 -6
  760. package/esm5/lib/igc-trix-indicator-component.js +17 -3
  761. package/esm5/lib/igc-typical-price-indicator-component.js +14 -0
  762. package/esm5/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
  763. package/esm5/lib/igc-value-brush-scale-component.js +14 -0
  764. package/esm5/lib/igc-value-overlay-component.js +67 -52
  765. package/esm5/lib/igc-vertical-anchored-category-series-component.js +38 -22
  766. package/esm5/lib/igc-vertical-stacked-series-base-component.js +30 -14
  767. package/esm5/lib/igc-waterfall-series-component.js +33 -19
  768. package/esm5/lib/igc-weighted-close-indicator-component.js +14 -0
  769. package/esm5/lib/igc-williams-percent-r-indicator-component.js +17 -3
  770. package/esm5/lib/igc-xy-chart-component.js +232 -218
  771. package/esm5/lib/igc-zoom-slider-component.js +7 -7
  772. package/esm5/public_api.js +23 -0
  773. package/fesm2015/igniteui-webcomponents-charts.js +28613 -22896
  774. package/fesm5/igniteui-webcomponents-charts.js +29103 -22747
  775. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  776. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  777. package/lib/AnchoredCategorySeries_combined.d.ts +45 -45
  778. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +52 -52
  779. package/lib/AnnotationLayerProxy.d.ts +4 -0
  780. package/lib/AnnotationLayer_combined.d.ts +40 -40
  781. package/lib/AreaSeries_combined.d.ts +8 -8
  782. package/lib/AutomaticSeriesManager.d.ts +1 -0
  783. package/lib/AutomaticSeriesPurpose.d.ts +11 -0
  784. package/lib/AutomaticSeriesRequest.d.ts +1 -0
  785. package/lib/AutomaticSeriesRequestCollection.d.ts +1 -0
  786. package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
  787. package/lib/AverageTrueRangeIndicator.d.ts +8 -8
  788. package/lib/BarSeries_combined.d.ts +19 -19
  789. package/lib/BollingerBandWidthIndicator.d.ts +10 -10
  790. package/lib/BollingerBandsOverlay_combined.d.ts +18 -18
  791. package/lib/BubbleSeries_combined.d.ts +48 -48
  792. package/lib/CalloutLabelUpdatingEventArgs.d.ts +5 -2
  793. package/lib/CalloutLayer_combined.d.ts +101 -101
  794. package/lib/CategoryBucketCalculator_combined.d.ts +71 -71
  795. package/lib/CategoryChart.d.ts +131 -116
  796. package/lib/CategoryHighlightLayer_combined.d.ts +15 -15
  797. package/lib/CategoryItemHighlightLayer_combined.d.ts +26 -26
  798. package/lib/CategoryToolTipLayer_combined.d.ts +15 -15
  799. package/lib/CategoryXAxis_combined.d.ts +17 -5
  800. package/lib/CategoryYAxis_combined.d.ts +17 -5
  801. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  802. package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
  803. package/lib/ChartGroupDescription.d.ts +16 -0
  804. package/lib/ChartGroupDescriptionCollection.d.ts +26 -0
  805. package/lib/ChartSortDescription.d.ts +18 -0
  806. package/lib/ChartSortDescriptionCollection.d.ts +27 -0
  807. package/lib/ChartSummaryDescription.d.ts +33 -0
  808. package/lib/ChartSummaryDescriptionCollection.d.ts +27 -0
  809. package/lib/ColumnSeries_combined.d.ts +17 -17
  810. package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
  811. package/lib/CrosshairLayer_combined.d.ts +41 -41
  812. package/lib/CustomIndicator.d.ts +8 -8
  813. package/lib/DataChartToolbarFactoryManager.d.ts +9 -0
  814. package/lib/DataChartToolbarProvider.d.ts +21 -0
  815. package/lib/DataToolTipLayer_combined.d.ts +138 -138
  816. package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
  817. package/lib/DomainChart.d.ts +541 -489
  818. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  819. package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
  820. package/lib/FinalValueLayer_combined.d.ts +28 -28
  821. package/lib/FinancialChart_combined.d.ts +299 -287
  822. package/lib/FinancialEventArgs_combined.d.ts +123 -123
  823. package/lib/FinancialIndicator_combined.d.ts +36 -36
  824. package/lib/FinancialOverlay.d.ts +9 -9
  825. package/lib/FinancialPriceSeries_combined.d.ts +41 -41
  826. package/lib/ForceIndexIndicator.d.ts +9 -9
  827. package/lib/FullStochasticOscillatorIndicator.d.ts +14 -14
  828. package/lib/HighDensityScatterSeries_combined.d.ts +96 -96
  829. package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
  830. package/lib/HorizontalRangeCategorySeries.d.ts +13 -13
  831. package/lib/IAnnotationLayerProxy.d.ts +4 -0
  832. package/lib/IDataChartToolbarProvider.d.ts +1 -0
  833. package/lib/IZoomableCategoryAxis.d.ts +17 -0
  834. package/lib/ItemToolTipLayer_combined.d.ts +19 -19
  835. package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
  836. package/lib/LineSeries_combined.d.ts +7 -7
  837. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  838. package/lib/MassIndexIndicator.d.ts +4 -4
  839. package/lib/MedianPriceIndicator.d.ts +4 -4
  840. package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
  841. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  842. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  843. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  844. package/lib/OrdinalTimeXAxis.d.ts +26 -26
  845. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  846. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  847. package/lib/PointSeries_combined.d.ts +6 -6
  848. package/lib/PolarAreaSeries_combined.d.ts +7 -7
  849. package/lib/PolarBase_combined.d.ts +107 -107
  850. package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
  851. package/lib/PolarLineSeries_combined.d.ts +8 -8
  852. package/lib/PolarScatterSeries_combined.d.ts +4 -4
  853. package/lib/PolarSplineAreaSeries_combined.d.ts +8 -8
  854. package/lib/PolarSplineSeries_combined.d.ts +7 -7
  855. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  856. package/lib/PriceChannelOverlay_combined.d.ts +14 -14
  857. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  858. package/lib/RadialAreaSeries_combined.d.ts +7 -7
  859. package/lib/RadialBucketCalculator_combined.d.ts +50 -50
  860. package/lib/RadialColumnSeries_combined.d.ts +11 -11
  861. package/lib/RadialLineSeries_combined.d.ts +8 -8
  862. package/lib/RadialPieSeries_combined.d.ts +13 -13
  863. package/lib/RangeAreaSeries_combined.d.ts +6 -6
  864. package/lib/RangeCategoryBucketCalculator_combined.d.ts +19 -19
  865. package/lib/RangeColumnSeries_combined.d.ts +12 -12
  866. package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
  867. package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
  868. package/lib/ScatterAreaSeries_combined.d.ts +28 -28
  869. package/lib/ScatterBase_combined.d.ts +108 -108
  870. package/lib/ScatterContourSeries_combined.d.ts +20 -20
  871. package/lib/ScatterLineSeries.d.ts +12 -12
  872. package/lib/ScatterPolygonSeries_combined.d.ts +46 -46
  873. package/lib/ScatterPolylineSeries_combined.d.ts +9 -9
  874. package/lib/ScatterSeries_combined.d.ts +4 -4
  875. package/lib/ScatterSplineSeries.d.ts +9 -9
  876. package/lib/ScatterTriangulationSeries.d.ts +40 -40
  877. package/lib/SeriesViewer_combined.d.ts +1036 -956
  878. package/lib/ShapeSeriesBase_combined.d.ts +91 -91
  879. package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
  880. package/lib/SplineAreaSeries_combined.d.ts +8 -8
  881. package/lib/SplineSeriesBase_combined.d.ts +23 -23
  882. package/lib/SplineSeries_combined.d.ts +6 -6
  883. package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
  884. package/lib/Stacked100BarSeries_combined.d.ts +6 -6
  885. package/lib/Stacked100ColumnSeries_combined.d.ts +6 -6
  886. package/lib/Stacked100LineSeries_combined.d.ts +4 -4
  887. package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
  888. package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
  889. package/lib/StackedLineSeries_combined.d.ts +3 -3
  890. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +415 -397
  891. package/lib/StandardDeviationIndicator.d.ts +8 -8
  892. package/lib/StepAreaSeries_combined.d.ts +10 -10
  893. package/lib/StepLineSeries_combined.d.ts +9 -9
  894. package/lib/StochRSIIndicator.d.ts +8 -8
  895. package/lib/StrategyBasedIndicator.d.ts +21 -21
  896. package/lib/TRIXIndicator.d.ts +8 -8
  897. package/lib/TypicalPriceIndicator.d.ts +4 -4
  898. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  899. package/lib/ValueOverlay_combined.d.ts +41 -41
  900. package/lib/VerticalAnchoredCategorySeries.d.ts +23 -23
  901. package/lib/WaterfallSeries_combined.d.ts +23 -23
  902. package/lib/WeightedCloseIndicator.d.ts +4 -4
  903. package/lib/WilliamsPercentRIndicator.d.ts +8 -8
  904. package/lib/XYChart.d.ts +187 -187
  905. package/lib/igc-absolute-volume-oscillator-indicator-component.d.ts +1 -0
  906. package/lib/igc-accumulation-distribution-indicator-component.d.ts +1 -0
  907. package/lib/igc-anchored-category-series-component.d.ts +1 -0
  908. package/lib/igc-anchored-radial-series-component.d.ts +1 -0
  909. package/lib/igc-annotation-layer-component.d.ts +1 -0
  910. package/lib/igc-area-fragment-component.d.ts +1 -0
  911. package/lib/igc-area-series-component.d.ts +1 -0
  912. package/lib/igc-assigning-series-style-event-args-base.d.ts +4 -1
  913. package/lib/igc-average-directional-index-indicator-component.d.ts +1 -0
  914. package/lib/igc-average-true-range-indicator-component.d.ts +1 -0
  915. package/lib/igc-axis-component.d.ts +1 -0
  916. package/lib/igc-bar-fragment-component.d.ts +1 -0
  917. package/lib/igc-bar-series-component.d.ts +1 -0
  918. package/lib/igc-bollinger-band-width-indicator-component.d.ts +1 -0
  919. package/lib/igc-bollinger-bands-overlay-component.d.ts +1 -0
  920. package/lib/igc-brush-scale-component.d.ts +1 -0
  921. package/lib/igc-bubble-series-component.d.ts +1 -0
  922. package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
  923. package/lib/igc-callout-layer-component.d.ts +1 -0
  924. package/lib/igc-category-angle-axis-component.d.ts +1 -0
  925. package/lib/igc-category-axis-base-component.d.ts +1 -0
  926. package/lib/igc-category-chart-component.d.ts +27 -0
  927. package/lib/igc-category-date-time-x-axis-component.d.ts +1 -0
  928. package/lib/igc-category-highlight-layer-component.d.ts +1 -0
  929. package/lib/igc-category-item-highlight-layer-component.d.ts +1 -0
  930. package/lib/igc-category-series-component.d.ts +1 -0
  931. package/lib/igc-category-tool-tip-layer-component.d.ts +1 -0
  932. package/lib/igc-category-x-axis-component.d.ts +38 -0
  933. package/lib/igc-category-y-axis-component.d.ts +38 -0
  934. package/lib/igc-chaikin-oscillator-indicator-component.d.ts +1 -0
  935. package/lib/igc-chaikin-volatility-indicator-component.d.ts +1 -0
  936. package/lib/igc-chart-group-description-collection.d.ts +24 -0
  937. package/lib/igc-chart-group-description-module.d.ts +3 -0
  938. package/lib/igc-chart-group-description.d.ts +14 -0
  939. package/lib/igc-chart-sort-description-collection.d.ts +28 -0
  940. package/lib/igc-chart-sort-description-module.d.ts +3 -0
  941. package/lib/igc-chart-sort-description.d.ts +31 -0
  942. package/lib/igc-chart-summary-description-collection.d.ts +25 -0
  943. package/lib/igc-chart-summary-description-module.d.ts +3 -0
  944. package/lib/igc-chart-summary-description.d.ts +35 -0
  945. package/lib/igc-color-scale-component.d.ts +1 -0
  946. package/lib/igc-column-fragment-component.d.ts +1 -0
  947. package/lib/igc-column-series-component.d.ts +1 -0
  948. package/lib/igc-commodity-channel-index-indicator-component.d.ts +1 -0
  949. package/lib/igc-contour-value-resolver-component.d.ts +1 -0
  950. package/lib/igc-crosshair-layer-component.d.ts +1 -0
  951. package/lib/igc-custom-contour-value-resolver-component.d.ts +1 -0
  952. package/lib/igc-custom-indicator-component.d.ts +1 -0
  953. package/lib/igc-custom-palette-brush-scale-component.d.ts +1 -0
  954. package/lib/igc-custom-palette-color-scale-component.d.ts +1 -0
  955. package/lib/igc-data-legend-component.d.ts +1 -1
  956. package/lib/igc-data-tool-tip-layer-component.d.ts +2 -1
  957. package/lib/igc-detrended-price-oscillator-indicator-component.d.ts +1 -0
  958. package/lib/igc-domain-chart-component.d.ts +85 -1
  959. package/lib/igc-ease-of-movement-indicator-component.d.ts +1 -0
  960. package/lib/igc-fast-stochastic-oscillator-indicator-component.d.ts +1 -0
  961. package/lib/igc-final-value-layer-component.d.ts +1 -0
  962. package/lib/igc-financial-chart-component.d.ts +27 -0
  963. package/lib/igc-financial-indicator-component.d.ts +1 -0
  964. package/lib/igc-financial-overlay-component.d.ts +1 -0
  965. package/lib/igc-financial-price-series-component.d.ts +1 -0
  966. package/lib/igc-financial-series-component.d.ts +1 -0
  967. package/lib/igc-force-index-indicator-component.d.ts +1 -0
  968. package/lib/igc-fragment-base-component.d.ts +1 -0
  969. package/lib/igc-full-stochastic-oscillator-indicator-component.d.ts +1 -0
  970. package/lib/igc-hierarchical-ring-series-component.d.ts +1 -0
  971. package/lib/igc-high-density-scatter-series-component.d.ts +1 -0
  972. package/lib/igc-horizontal-anchored-category-series-component.d.ts +1 -0
  973. package/lib/igc-horizontal-range-category-series-component.d.ts +1 -0
  974. package/lib/igc-horizontal-stacked-series-base-component.d.ts +1 -0
  975. package/lib/igc-item-tool-tip-layer-component.d.ts +1 -0
  976. package/lib/igc-itemwise-strategy-based-indicator-component.d.ts +1 -0
  977. package/lib/igc-line-fragment-component.d.ts +1 -0
  978. package/lib/igc-line-series-component.d.ts +1 -0
  979. package/lib/igc-linear-contour-value-resolver-component.d.ts +1 -0
  980. package/lib/igc-marker-series-component.d.ts +1 -0
  981. package/lib/igc-market-facilitation-index-indicator-component.d.ts +1 -0
  982. package/lib/igc-mass-index-indicator-component.d.ts +1 -0
  983. package/lib/igc-median-price-indicator-component.d.ts +1 -0
  984. package/lib/igc-money-flow-index-indicator-component.d.ts +1 -0
  985. package/lib/igc-moving-average-convergence-divergence-indicator-component.d.ts +1 -0
  986. package/lib/igc-negative-volume-index-indicator-component.d.ts +1 -0
  987. package/lib/igc-numeric-angle-axis-component.d.ts +1 -0
  988. package/lib/igc-numeric-axis-base-component.d.ts +1 -0
  989. package/lib/igc-numeric-radius-axis-component.d.ts +1 -0
  990. package/lib/igc-numeric-x-axis-component.d.ts +1 -0
  991. package/lib/igc-numeric-y-axis-component.d.ts +1 -0
  992. package/lib/igc-on-balance-volume-indicator-component.d.ts +1 -0
  993. package/lib/igc-ordinal-time-x-axis-component.d.ts +1 -0
  994. package/lib/igc-percent-change-y-axis-component.d.ts +1 -0
  995. package/lib/igc-percentage-price-oscillator-indicator-component.d.ts +1 -0
  996. package/lib/igc-percentage-volume-oscillator-indicator-component.d.ts +1 -0
  997. package/lib/igc-pie-chart-base-component.d.ts +1 -0
  998. package/lib/igc-point-series-component.d.ts +1 -0
  999. package/lib/igc-polar-area-series-component.d.ts +1 -0
  1000. package/lib/igc-polar-base-component.d.ts +1 -0
  1001. package/lib/igc-polar-line-series-base-component.d.ts +1 -0
  1002. package/lib/igc-polar-line-series-component.d.ts +1 -0
  1003. package/lib/igc-polar-scatter-series-component.d.ts +1 -0
  1004. package/lib/igc-polar-spline-area-series-component.d.ts +1 -0
  1005. package/lib/igc-polar-spline-series-component.d.ts +1 -0
  1006. package/lib/igc-positive-volume-index-indicator-component.d.ts +1 -0
  1007. package/lib/igc-price-channel-overlay-component.d.ts +1 -0
  1008. package/lib/igc-price-volume-trend-indicator-component.d.ts +1 -0
  1009. package/lib/igc-radial-area-series-component.d.ts +1 -0
  1010. package/lib/igc-radial-base-component.d.ts +1 -0
  1011. package/lib/igc-radial-column-series-component.d.ts +1 -0
  1012. package/lib/igc-radial-line-series-component.d.ts +1 -0
  1013. package/lib/igc-radial-pie-series-component.d.ts +1 -0
  1014. package/lib/igc-range-area-series-component.d.ts +1 -0
  1015. package/lib/igc-range-category-series-component.d.ts +1 -0
  1016. package/lib/igc-range-column-series-component.d.ts +1 -0
  1017. package/lib/igc-rate-of-change-and-momentum-indicator-component.d.ts +1 -0
  1018. package/lib/igc-relative-strength-index-indicator-component.d.ts +1 -0
  1019. package/lib/igc-ring-series-base-component.d.ts +1 -0
  1020. package/lib/igc-ring-series-component.d.ts +1 -0
  1021. package/lib/igc-scale-legend-component.d.ts +1 -0
  1022. package/lib/igc-scatter-area-series-component.d.ts +1 -0
  1023. package/lib/igc-scatter-base-component.d.ts +1 -0
  1024. package/lib/igc-scatter-contour-series-component.d.ts +1 -0
  1025. package/lib/igc-scatter-line-series-component.d.ts +1 -0
  1026. package/lib/igc-scatter-polygon-series-component.d.ts +1 -0
  1027. package/lib/igc-scatter-polyline-series-component.d.ts +1 -0
  1028. package/lib/igc-scatter-series-component.d.ts +1 -0
  1029. package/lib/igc-scatter-spline-series-component.d.ts +1 -0
  1030. package/lib/igc-scatter-triangulation-series-component.d.ts +1 -0
  1031. package/lib/igc-series-component.d.ts +5 -0
  1032. package/lib/igc-series-viewer-component.d.ts +52 -0
  1033. package/lib/igc-shape-series-base-component.d.ts +1 -0
  1034. package/lib/igc-size-scale-component.d.ts +1 -0
  1035. package/lib/igc-slow-stochastic-oscillator-indicator-component.d.ts +1 -0
  1036. package/lib/igc-spline-area-fragment-component.d.ts +1 -0
  1037. package/lib/igc-spline-area-series-component.d.ts +1 -0
  1038. package/lib/igc-spline-fragment-base-component.d.ts +1 -0
  1039. package/lib/igc-spline-fragment-component.d.ts +1 -0
  1040. package/lib/igc-spline-series-base-component.d.ts +1 -0
  1041. package/lib/igc-spline-series-component.d.ts +1 -0
  1042. package/lib/igc-stacked-100-area-series-component.d.ts +1 -0
  1043. package/lib/igc-stacked-100-bar-series-component.d.ts +1 -0
  1044. package/lib/igc-stacked-100-column-series-component.d.ts +1 -0
  1045. package/lib/igc-stacked-100-line-series-component.d.ts +1 -0
  1046. package/lib/igc-stacked-100-spline-area-series-component.d.ts +1 -0
  1047. package/lib/igc-stacked-100-spline-series-component.d.ts +1 -0
  1048. package/lib/igc-stacked-area-series-component.d.ts +1 -0
  1049. package/lib/igc-stacked-bar-series-component.d.ts +1 -0
  1050. package/lib/igc-stacked-column-series-component.d.ts +1 -0
  1051. package/lib/igc-stacked-fragment-series-component.d.ts +26 -0
  1052. package/lib/igc-stacked-line-series-component.d.ts +1 -0
  1053. package/lib/igc-stacked-spline-area-series-component.d.ts +1 -0
  1054. package/lib/igc-stacked-spline-series-component.d.ts +1 -0
  1055. package/lib/igc-standard-deviation-indicator-component.d.ts +1 -0
  1056. package/lib/igc-step-area-series-component.d.ts +1 -0
  1057. package/lib/igc-step-line-series-component.d.ts +1 -0
  1058. package/lib/igc-stoch-rsi-indicator-component.d.ts +1 -0
  1059. package/lib/igc-straight-numeric-axis-base-component.d.ts +1 -0
  1060. package/lib/igc-strategy-based-indicator-component.d.ts +1 -0
  1061. package/lib/igc-time-axis-base-component.d.ts +1 -0
  1062. package/lib/igc-time-axis-break-component.d.ts +1 -0
  1063. package/lib/igc-time-axis-interval-component.d.ts +1 -0
  1064. package/lib/igc-time-axis-label-format-component.d.ts +1 -0
  1065. package/lib/igc-time-x-axis-component.d.ts +1 -0
  1066. package/lib/igc-treemap-node-style-component.d.ts +1 -0
  1067. package/lib/igc-treemap-node-style-mapping-component.d.ts +1 -0
  1068. package/lib/igc-trix-indicator-component.d.ts +1 -0
  1069. package/lib/igc-typical-price-indicator-component.d.ts +1 -0
  1070. package/lib/igc-ultimate-oscillator-indicator-component.d.ts +1 -0
  1071. package/lib/igc-value-brush-scale-component.d.ts +1 -0
  1072. package/lib/igc-value-overlay-component.d.ts +1 -0
  1073. package/lib/igc-vertical-anchored-category-series-component.d.ts +1 -0
  1074. package/lib/igc-vertical-stacked-series-base-component.d.ts +1 -0
  1075. package/lib/igc-waterfall-series-component.d.ts +1 -0
  1076. package/lib/igc-weighted-close-indicator-component.d.ts +1 -0
  1077. package/lib/igc-williams-percent-r-indicator-component.d.ts +1 -0
  1078. package/lib/igc-xy-chart-component.d.ts +1 -0
  1079. package/lib/igc-zoom-slider-component.d.ts +0 -5
  1080. package/package.json +2 -2
  1081. 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;