igniteui-webcomponents-charts 3.2.2 → 3.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (755) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +25136 -21648
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  4. package/esm2015/lib/AccumulationDistributionIndicator.js +6 -6
  5. package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +141 -141
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +222 -222
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +18 -18
  9. package/esm2015/lib/AnnotationLayerProxy.js +39 -26
  10. package/esm2015/lib/AnnotationLayer_combined.js +133 -133
  11. package/esm2015/lib/AreaSeries_combined.js +44 -44
  12. package/esm2015/lib/AutomaticSeriesManager.js +7 -0
  13. package/esm2015/lib/AutomaticSeriesPurpose.js +11 -0
  14. package/esm2015/lib/AutomaticSeriesRequest.js +7 -0
  15. package/esm2015/lib/AutomaticSeriesRequestCollection.js +7 -0
  16. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  17. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  18. package/esm2015/lib/AxisAnnotationFrameManager.js +2 -2
  19. package/esm2015/lib/AxisAnnotationManager.js +1 -1
  20. package/esm2015/lib/AxisVisualDataManager.js +2 -2
  21. package/esm2015/lib/BarSeries_combined.js +110 -103
  22. package/esm2015/lib/BollingerBandWidthIndicator.js +20 -20
  23. package/esm2015/lib/BollingerBandsOverlay_combined.js +98 -98
  24. package/esm2015/lib/BrushScale.js +7 -7
  25. package/esm2015/lib/BubbleSeries_combined.js +255 -255
  26. package/esm2015/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  27. package/esm2015/lib/CalloutLayer_combined.js +451 -449
  28. package/esm2015/lib/CategoryBucketCalculator_combined.js +241 -240
  29. package/esm2015/lib/CategoryChart.js +545 -456
  30. package/esm2015/lib/CategoryDateTimeXAxis_combined.js +5 -5
  31. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  32. package/esm2015/lib/CategoryHighlightLayer_combined.js +52 -52
  33. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +121 -118
  34. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  35. package/esm2015/lib/CategorySeriesInteractionManager.js +8 -8
  36. package/esm2015/lib/CategoryToolTipLayer_combined.js +74 -74
  37. package/esm2015/lib/CategoryTrendLineManagerBase.js +1 -1
  38. package/esm2015/lib/CategoryXAxis_combined.js +140 -23
  39. package/esm2015/lib/CategoryYAxis_combined.js +140 -23
  40. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  41. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  42. package/esm2015/lib/ChartGroupDescription.js +52 -0
  43. package/esm2015/lib/ChartGroupDescriptionCollection.js +84 -0
  44. package/esm2015/lib/ChartSortDescription.js +61 -0
  45. package/esm2015/lib/ChartSortDescriptionCollection.js +90 -0
  46. package/esm2015/lib/ChartSummaryDescription.js +123 -0
  47. package/esm2015/lib/ChartSummaryDescriptionCollection.js +96 -0
  48. package/esm2015/lib/ColumnSeries_combined.js +65 -65
  49. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  50. package/esm2015/lib/CrosshairLayer_combined.js +85 -85
  51. package/esm2015/lib/CustomIndicator.js +23 -23
  52. package/esm2015/lib/DataAbbreviator.js +2 -2
  53. package/esm2015/lib/DataChartToolbarFactoryManager.js +27 -0
  54. package/esm2015/lib/DataChartToolbarProvider.js +107 -0
  55. package/esm2015/lib/DataChartVisualDataManager.js +4 -4
  56. package/esm2015/lib/DataLegendSummaryCalculationAverage.js +1 -1
  57. package/esm2015/lib/DataLegendSummaryCalculationMax.js +1 -1
  58. package/esm2015/lib/DataLegendSummaryCalculationMin.js +1 -1
  59. package/esm2015/lib/DataLegendSummaryCalculationTotal.js +1 -1
  60. package/esm2015/lib/DataLegendVisualData_combined.js +1 -1
  61. package/esm2015/lib/DataToolTipLayer_combined.js +511 -490
  62. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  63. package/esm2015/lib/DomainChart.js +2162 -1903
  64. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  65. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  66. package/esm2015/lib/FinalValueLayer_combined.js +70 -70
  67. package/esm2015/lib/FinancialChart_combined.js +1443 -1359
  68. package/esm2015/lib/FinancialEventArgs_combined.js +586 -586
  69. package/esm2015/lib/FinancialIndicator_combined.js +201 -201
  70. package/esm2015/lib/FinancialOverlay.js +36 -36
  71. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  72. package/esm2015/lib/FinancialPriceSeriesProxy.js +16 -16
  73. package/esm2015/lib/FinancialPriceSeries_combined.js +239 -239
  74. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  75. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  76. package/esm2015/lib/HighDensityScatterSeries_combined.js +436 -436
  77. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +106 -106
  78. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  79. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  80. package/esm2015/lib/HorizontalRangeCategorySeries.js +55 -55
  81. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  82. package/esm2015/lib/IDataChartToolbarProvider.js +7 -0
  83. package/esm2015/lib/IZoomableCategoryAxis.js +11 -0
  84. package/esm2015/lib/IndicatorProxy.js +11 -11
  85. package/esm2015/lib/ItemLegend_combined.js +17 -5
  86. package/esm2015/lib/ItemToolTipLayer_combined.js +79 -79
  87. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  88. package/esm2015/lib/LineSeries_combined.js +38 -38
  89. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  90. package/esm2015/lib/MassIndexIndicator.js +6 -6
  91. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  92. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  93. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  94. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  95. package/esm2015/lib/NumberAbbreviator.js +1 -1
  96. package/esm2015/lib/NumericXAxis_combined.js +3 -3
  97. package/esm2015/lib/NumericYAxis_combined.js +3 -3
  98. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  99. package/esm2015/lib/OrdinalTimeXAxis.js +113 -113
  100. package/esm2015/lib/OverlayProxy.js +8 -8
  101. package/esm2015/lib/PercentChangeYAxis_combined.js +1 -1
  102. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  103. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  104. package/esm2015/lib/PieChartViewManager_combined.js +9 -9
  105. package/esm2015/lib/PointSeries_combined.js +19 -19
  106. package/esm2015/lib/PolarAreaSeries_combined.js +23 -23
  107. package/esm2015/lib/PolarBase_combined.js +388 -388
  108. package/esm2015/lib/PolarLineSeriesBase_combined.js +55 -55
  109. package/esm2015/lib/PolarLineSeries_combined.js +21 -21
  110. package/esm2015/lib/PolarScatterSeries_combined.js +13 -13
  111. package/esm2015/lib/PolarSplineAreaSeries_combined.js +24 -24
  112. package/esm2015/lib/PolarSplineSeries_combined.js +23 -23
  113. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  114. package/esm2015/lib/PriceChannelOverlay_combined.js +78 -78
  115. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  116. package/esm2015/lib/RadialAreaSeries_combined.js +35 -35
  117. package/esm2015/lib/RadialAxisLabelPanel_combined.js +1 -1
  118. package/esm2015/lib/RadialBucketCalculator_combined.js +156 -156
  119. package/esm2015/lib/RadialColumnSeries_combined.js +47 -47
  120. package/esm2015/lib/RadialLineSeries_combined.js +37 -37
  121. package/esm2015/lib/RadialPieSeries_combined.js +45 -45
  122. package/esm2015/lib/RangeAreaSeries_combined.js +22 -22
  123. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  124. package/esm2015/lib/RangeColumnSeries_combined.js +35 -35
  125. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  126. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  127. package/esm2015/lib/ScatterAreaSeries_combined.js +128 -128
  128. package/esm2015/lib/ScatterBase_combined.js +445 -445
  129. package/esm2015/lib/ScatterContourSeries_combined.js +112 -112
  130. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  131. package/esm2015/lib/ScatterLineSeries.js +51 -51
  132. package/esm2015/lib/ScatterLineSeriesView.js +7 -7
  133. package/esm2015/lib/ScatterPolygonSeries_combined.js +206 -206
  134. package/esm2015/lib/ScatterPolylineSeries_combined.js +22 -22
  135. package/esm2015/lib/ScatterSeries_combined.js +15 -15
  136. package/esm2015/lib/ScatterSplineSeries.js +38 -38
  137. package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
  138. package/esm2015/lib/ScatterTriangulationSeries.js +177 -177
  139. package/esm2015/lib/SeriesInteractionManager.js +86 -78
  140. package/esm2015/lib/SeriesRenderManager.js +17 -17
  141. package/esm2015/lib/SeriesRenderingArguments.js +1 -1
  142. package/esm2015/lib/SeriesViewerInteractionManager.js +197 -197
  143. package/esm2015/lib/SeriesViewerScrollbarManager.js +7 -7
  144. package/esm2015/lib/SeriesViewerSurfaceViewer.js +14 -14
  145. package/esm2015/lib/SeriesViewer_combined.js +3539 -3179
  146. package/esm2015/lib/SeriesVisualDataManager.js +23 -23
  147. package/esm2015/lib/ShapeSeriesBase_combined.js +303 -303
  148. package/esm2015/lib/SizeScale.js +3 -3
  149. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  150. package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
  151. package/esm2015/lib/SplineSeriesBase_combined.js +123 -123
  152. package/esm2015/lib/SplineSeries_combined.js +25 -25
  153. package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
  154. package/esm2015/lib/Stacked100BarBucketCalculator.js +2 -2
  155. package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
  156. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +2 -2
  157. package/esm2015/lib/Stacked100ColumnSeries_combined.js +15 -15
  158. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  159. package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
  160. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  161. package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
  162. package/esm2015/lib/StackedLineSeries_combined.js +9 -9
  163. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1026 -1026
  164. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  165. package/esm2015/lib/StepAreaSeries_combined.js +37 -37
  166. package/esm2015/lib/StepLineSeries_combined.js +43 -43
  167. package/esm2015/lib/StochRSIIndicator.js +15 -15
  168. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  169. package/esm2015/lib/TRIXIndicator.js +16 -16
  170. package/esm2015/lib/TileZoomManager_combined.js +9 -9
  171. package/esm2015/lib/TimeAxisBase.js +8 -8
  172. package/esm2015/lib/TimeXAxis.js +10 -10
  173. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  174. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  175. package/esm2015/lib/ValueOverlay_combined.js +115 -115
  176. package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
  177. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  178. package/esm2015/lib/WaterfallSeries_combined.js +103 -103
  179. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  180. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  181. package/esm2015/lib/XYChart.js +802 -802
  182. package/esm2015/lib/igc-anchored-category-series-component.js +18 -18
  183. package/esm2015/lib/igc-anchored-radial-series-component.js +31 -31
  184. package/esm2015/lib/igc-annotation-layer-component.js +17 -17
  185. package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
  186. package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
  187. package/esm2015/lib/igc-bar-fragment-component.js +6 -6
  188. package/esm2015/lib/igc-bar-series-component.js +11 -11
  189. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  190. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +9 -9
  191. package/esm2015/lib/igc-bubble-series-component.js +44 -44
  192. package/esm2015/lib/igc-callout-label-updating-event-args.js +35 -6
  193. package/esm2015/lib/igc-callout-layer-component.js +95 -95
  194. package/esm2015/lib/igc-category-chart-component.js +169 -112
  195. package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
  196. package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
  197. package/esm2015/lib/igc-category-series-component.js +20 -20
  198. package/esm2015/lib/igc-category-tool-tip-layer-component.js +12 -12
  199. package/esm2015/lib/igc-category-x-axis-component.js +75 -2
  200. package/esm2015/lib/igc-category-y-axis-component.js +75 -2
  201. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  202. package/esm2015/lib/igc-chart-group-description-collection.js +88 -0
  203. package/esm2015/lib/igc-chart-group-description-module.js +15 -0
  204. package/esm2015/lib/igc-chart-group-description.js +20 -0
  205. package/esm2015/lib/igc-chart-sort-description-collection.js +98 -0
  206. package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
  207. package/esm2015/lib/igc-chart-sort-description.js +61 -0
  208. package/esm2015/lib/igc-chart-summary-description-collection.js +95 -0
  209. package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
  210. package/esm2015/lib/igc-chart-summary-description.js +95 -0
  211. package/esm2015/lib/igc-column-fragment-component.js +11 -11
  212. package/esm2015/lib/igc-column-series-component.js +13 -13
  213. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  214. package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
  215. package/esm2015/lib/igc-data-chart-component.js +95 -95
  216. package/esm2015/lib/igc-data-legend-component.js +1 -1
  217. package/esm2015/lib/igc-data-tool-tip-layer-component.js +364 -364
  218. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  219. package/esm2015/lib/igc-domain-chart-component.js +901 -650
  220. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  221. package/esm2015/lib/igc-final-value-layer-component.js +42 -42
  222. package/esm2015/lib/igc-financial-chart-component.js +214 -157
  223. package/esm2015/lib/igc-financial-indicator-component.js +16 -16
  224. package/esm2015/lib/igc-financial-overlay-component.js +5 -5
  225. package/esm2015/lib/igc-financial-price-series-component.js +30 -30
  226. package/esm2015/lib/igc-financial-series-component.js +60 -60
  227. package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
  228. package/esm2015/lib/igc-fragment-base-component.js +2 -2
  229. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  230. package/esm2015/lib/igc-high-density-scatter-series-component.js +57 -57
  231. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  232. package/esm2015/lib/igc-horizontal-range-category-series-component.js +19 -19
  233. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  234. package/esm2015/lib/igc-item-legend-component.js +18 -0
  235. package/esm2015/lib/igc-item-tool-tip-layer-component.js +18 -18
  236. package/esm2015/lib/igc-line-fragment-component.js +1 -1
  237. package/esm2015/lib/igc-line-series-component.js +1 -1
  238. package/esm2015/lib/igc-marker-series-component.js +28 -28
  239. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  240. package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
  241. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  242. package/esm2015/lib/igc-ordinal-time-x-axis-component.js +5 -5
  243. package/esm2015/lib/igc-polar-area-series-component.js +3 -3
  244. package/esm2015/lib/igc-polar-base-component.js +77 -77
  245. package/esm2015/lib/igc-polar-line-series-component.js +4 -4
  246. package/esm2015/lib/igc-polar-spline-area-series-component.js +4 -4
  247. package/esm2015/lib/igc-polar-spline-series-component.js +4 -4
  248. package/esm2015/lib/igc-price-channel-overlay-component.js +6 -6
  249. package/esm2015/lib/igc-radial-area-series-component.js +3 -3
  250. package/esm2015/lib/igc-radial-base-component.js +31 -31
  251. package/esm2015/lib/igc-radial-column-series-component.js +9 -9
  252. package/esm2015/lib/igc-radial-line-series-component.js +4 -4
  253. package/esm2015/lib/igc-radial-pie-series-component.js +9 -9
  254. package/esm2015/lib/igc-range-category-series-component.js +6 -6
  255. package/esm2015/lib/igc-range-column-series-component.js +10 -10
  256. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  257. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
  258. package/esm2015/lib/igc-scatter-area-series-component.js +24 -24
  259. package/esm2015/lib/igc-scatter-base-component.js +49 -49
  260. package/esm2015/lib/igc-scatter-contour-series-component.js +29 -29
  261. package/esm2015/lib/igc-scatter-line-series-component.js +4 -4
  262. package/esm2015/lib/igc-scatter-polygon-series-component.js +39 -39
  263. package/esm2015/lib/igc-scatter-polyline-series-component.js +7 -7
  264. package/esm2015/lib/igc-scatter-spline-series-component.js +4 -4
  265. package/esm2015/lib/igc-scatter-triangulation-series-component.js +37 -37
  266. package/esm2015/lib/igc-series-component.js +195 -185
  267. package/esm2015/lib/igc-series-viewer-component.js +379 -282
  268. package/esm2015/lib/igc-shape-series-base-component.js +45 -45
  269. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  270. package/esm2015/lib/igc-spline-area-fragment-component.js +1 -1
  271. package/esm2015/lib/igc-spline-area-series-component.js +1 -1
  272. package/esm2015/lib/igc-spline-fragment-base-component.js +2 -2
  273. package/esm2015/lib/igc-spline-fragment-component.js +1 -1
  274. package/esm2015/lib/igc-spline-series-base-component.js +6 -6
  275. package/esm2015/lib/igc-spline-series-component.js +1 -1
  276. package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
  277. package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
  278. package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
  279. package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
  280. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  281. package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
  282. package/esm2015/lib/igc-stacked-bar-series-component.js +12 -12
  283. package/esm2015/lib/igc-stacked-column-series-component.js +9 -9
  284. package/esm2015/lib/igc-stacked-line-series-component.js +1 -1
  285. package/esm2015/lib/igc-stacked-series-base-component.js +11 -11
  286. package/esm2015/lib/igc-stacked-spline-area-series-component.js +4 -4
  287. package/esm2015/lib/igc-stacked-spline-series-component.js +4 -4
  288. package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
  289. package/esm2015/lib/igc-step-area-series-component.js +2 -2
  290. package/esm2015/lib/igc-step-line-series-component.js +3 -3
  291. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
  292. package/esm2015/lib/igc-trix-indicator-component.js +3 -3
  293. package/esm2015/lib/igc-value-overlay-component.js +52 -52
  294. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +10 -10
  295. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
  296. package/esm2015/lib/igc-waterfall-series-component.js +19 -19
  297. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
  298. package/esm2015/lib/igc-xy-chart-component.js +218 -218
  299. package/esm2015/lib/igc-zoom-slider-component.js +0 -7
  300. package/esm2015/public_api.js +23 -0
  301. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  302. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  303. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  304. package/esm5/lib/AnchoredCategorySeries_combined.js +140 -140
  305. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +220 -220
  306. package/esm5/lib/AngleAxisLabelPanel_combined.js +18 -18
  307. package/esm5/lib/AnnotationLayerProxy.js +39 -26
  308. package/esm5/lib/AnnotationLayer_combined.js +132 -132
  309. package/esm5/lib/AreaSeries_combined.js +44 -44
  310. package/esm5/lib/AutomaticSeriesManager.js +7 -0
  311. package/esm5/lib/AutomaticSeriesPurpose.js +11 -0
  312. package/esm5/lib/AutomaticSeriesRequest.js +7 -0
  313. package/esm5/lib/AutomaticSeriesRequestCollection.js +7 -0
  314. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  315. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  316. package/esm5/lib/AxisAnnotationFrameManager.js +2 -2
  317. package/esm5/lib/AxisAnnotationManager.js +1 -1
  318. package/esm5/lib/AxisVisualDataManager.js +2 -2
  319. package/esm5/lib/BarSeries_combined.js +110 -103
  320. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  321. package/esm5/lib/BollingerBandsOverlay_combined.js +98 -98
  322. package/esm5/lib/BrushScale.js +7 -7
  323. package/esm5/lib/BubbleSeries_combined.js +252 -252
  324. package/esm5/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  325. package/esm5/lib/CalloutLayer_combined.js +442 -440
  326. package/esm5/lib/CategoryBucketCalculator_combined.js +241 -240
  327. package/esm5/lib/CategoryChart.js +522 -413
  328. package/esm5/lib/CategoryDateTimeXAxis_combined.js +5 -5
  329. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  330. package/esm5/lib/CategoryHighlightLayer_combined.js +51 -51
  331. package/esm5/lib/CategoryItemHighlightLayer_combined.js +121 -118
  332. package/esm5/lib/CategoryMarkerManager.js +1 -1
  333. package/esm5/lib/CategorySeriesInteractionManager.js +8 -8
  334. package/esm5/lib/CategoryToolTipLayer_combined.js +74 -74
  335. package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
  336. package/esm5/lib/CategoryXAxis_combined.js +140 -23
  337. package/esm5/lib/CategoryYAxis_combined.js +140 -23
  338. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  339. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  340. package/esm5/lib/ChartGroupDescription.js +59 -0
  341. package/esm5/lib/ChartGroupDescriptionCollection.js +94 -0
  342. package/esm5/lib/ChartSortDescription.js +75 -0
  343. package/esm5/lib/ChartSortDescriptionCollection.js +104 -0
  344. package/esm5/lib/ChartSummaryDescription.js +149 -0
  345. package/esm5/lib/ChartSummaryDescriptionCollection.js +110 -0
  346. package/esm5/lib/ColumnSeries_combined.js +64 -64
  347. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  348. package/esm5/lib/CrosshairLayer_combined.js +85 -85
  349. package/esm5/lib/CustomIndicator.js +23 -23
  350. package/esm5/lib/DataAbbreviator.js +1 -7
  351. package/esm5/lib/DataChartToolbarFactoryManager.js +31 -0
  352. package/esm5/lib/DataChartToolbarProvider.js +117 -0
  353. package/esm5/lib/DataChartVisualDataManager.js +4 -4
  354. package/esm5/lib/DataLegendSummaryCalculationAverage.js +1 -1
  355. package/esm5/lib/DataLegendSummaryCalculationMax.js +1 -1
  356. package/esm5/lib/DataLegendSummaryCalculationMin.js +1 -1
  357. package/esm5/lib/DataLegendSummaryCalculationTotal.js +1 -1
  358. package/esm5/lib/DataLegendVisualData_combined.js +1 -1
  359. package/esm5/lib/DataToolTipLayer_combined.js +510 -485
  360. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  361. package/esm5/lib/DomainChart.js +2098 -1753
  362. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  363. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  364. package/esm5/lib/FinalValueLayer_combined.js +70 -70
  365. package/esm5/lib/FinancialChart_combined.js +1405 -1300
  366. package/esm5/lib/FinancialEventArgs_combined.js +581 -581
  367. package/esm5/lib/FinancialIndicator_combined.js +200 -200
  368. package/esm5/lib/FinancialOverlay.js +36 -36
  369. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  370. package/esm5/lib/FinancialPriceSeriesProxy.js +16 -16
  371. package/esm5/lib/FinancialPriceSeries_combined.js +238 -238
  372. package/esm5/lib/ForceIndexIndicator.js +15 -15
  373. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  374. package/esm5/lib/HighDensityScatterSeries_combined.js +433 -433
  375. package/esm5/lib/HorizontalAnchoredCategorySeries.js +105 -105
  376. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  377. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  378. package/esm5/lib/HorizontalRangeCategorySeries.js +55 -55
  379. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  380. package/esm5/lib/IDataChartToolbarProvider.js +7 -0
  381. package/esm5/lib/IZoomableCategoryAxis.js +11 -0
  382. package/esm5/lib/IndicatorProxy.js +11 -11
  383. package/esm5/lib/ItemLegend_combined.js +25 -5
  384. package/esm5/lib/ItemToolTipLayer_combined.js +79 -79
  385. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  386. package/esm5/lib/LineSeries_combined.js +38 -38
  387. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  388. package/esm5/lib/MassIndexIndicator.js +6 -6
  389. package/esm5/lib/MedianPriceIndicator.js +6 -6
  390. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  391. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  392. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  393. package/esm5/lib/NumberAbbreviator.js +1 -1
  394. package/esm5/lib/NumericXAxis_combined.js +3 -3
  395. package/esm5/lib/NumericYAxis_combined.js +3 -3
  396. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  397. package/esm5/lib/OrdinalTimeXAxis.js +109 -109
  398. package/esm5/lib/OverlayProxy.js +8 -8
  399. package/esm5/lib/PercentChangeYAxis_combined.js +1 -1
  400. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  401. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  402. package/esm5/lib/PieChartViewManager_combined.js +9 -9
  403. package/esm5/lib/PointSeries_combined.js +19 -19
  404. package/esm5/lib/PolarAreaSeries_combined.js +23 -23
  405. package/esm5/lib/PolarBase_combined.js +384 -384
  406. package/esm5/lib/PolarLineSeriesBase_combined.js +55 -55
  407. package/esm5/lib/PolarLineSeries_combined.js +21 -21
  408. package/esm5/lib/PolarScatterSeries_combined.js +13 -13
  409. package/esm5/lib/PolarSplineAreaSeries_combined.js +24 -24
  410. package/esm5/lib/PolarSplineSeries_combined.js +23 -23
  411. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  412. package/esm5/lib/PriceChannelOverlay_combined.js +78 -78
  413. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  414. package/esm5/lib/RadialAreaSeries_combined.js +35 -35
  415. package/esm5/lib/RadialAxisLabelPanel_combined.js +1 -1
  416. package/esm5/lib/RadialBucketCalculator_combined.js +154 -154
  417. package/esm5/lib/RadialColumnSeries_combined.js +47 -47
  418. package/esm5/lib/RadialLineSeries_combined.js +37 -37
  419. package/esm5/lib/RadialPieSeries_combined.js +45 -45
  420. package/esm5/lib/RangeAreaSeries_combined.js +22 -22
  421. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  422. package/esm5/lib/RangeColumnSeries_combined.js +35 -35
  423. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  424. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  425. package/esm5/lib/ScatterAreaSeries_combined.js +126 -126
  426. package/esm5/lib/ScatterBase_combined.js +441 -441
  427. package/esm5/lib/ScatterContourSeries_combined.js +110 -110
  428. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  429. package/esm5/lib/ScatterLineSeries.js +51 -51
  430. package/esm5/lib/ScatterLineSeriesView.js +7 -7
  431. package/esm5/lib/ScatterPolygonSeries_combined.js +205 -205
  432. package/esm5/lib/ScatterPolylineSeries_combined.js +22 -22
  433. package/esm5/lib/ScatterSeries_combined.js +15 -15
  434. package/esm5/lib/ScatterSplineSeries.js +38 -38
  435. package/esm5/lib/ScatterSplineSeriesView.js +7 -7
  436. package/esm5/lib/ScatterTriangulationSeries.js +173 -173
  437. package/esm5/lib/SeriesInteractionManager.js +86 -78
  438. package/esm5/lib/SeriesRenderManager.js +17 -17
  439. package/esm5/lib/SeriesRenderingArguments.js +1 -1
  440. package/esm5/lib/SeriesViewerInteractionManager.js +197 -197
  441. package/esm5/lib/SeriesViewerScrollbarManager.js +7 -7
  442. package/esm5/lib/SeriesViewerSurfaceViewer.js +14 -14
  443. package/esm5/lib/SeriesViewer_combined.js +3484 -3101
  444. package/esm5/lib/SeriesVisualDataManager.js +23 -23
  445. package/esm5/lib/ShapeSeriesBase_combined.js +301 -301
  446. package/esm5/lib/SizeScale.js +3 -3
  447. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  448. package/esm5/lib/SplineAreaSeries_combined.js +38 -38
  449. package/esm5/lib/SplineSeriesBase_combined.js +121 -121
  450. package/esm5/lib/SplineSeries_combined.js +25 -25
  451. package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
  452. package/esm5/lib/Stacked100BarBucketCalculator.js +2 -2
  453. package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
  454. package/esm5/lib/Stacked100ColumnBucketCalculator.js +2 -2
  455. package/esm5/lib/Stacked100ColumnSeries_combined.js +15 -15
  456. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  457. package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
  458. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  459. package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
  460. package/esm5/lib/StackedLineSeries_combined.js +9 -9
  461. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1025 -1025
  462. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  463. package/esm5/lib/StepAreaSeries_combined.js +37 -37
  464. package/esm5/lib/StepLineSeries_combined.js +43 -43
  465. package/esm5/lib/StochRSIIndicator.js +14 -14
  466. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  467. package/esm5/lib/TRIXIndicator.js +15 -15
  468. package/esm5/lib/TileZoomManager_combined.js +9 -9
  469. package/esm5/lib/TimeAxisBase.js +8 -8
  470. package/esm5/lib/TimeXAxis.js +10 -10
  471. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  472. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  473. package/esm5/lib/ValueOverlay_combined.js +115 -115
  474. package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
  475. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  476. package/esm5/lib/WaterfallSeries_combined.js +103 -103
  477. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  478. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  479. package/esm5/lib/XYChart.js +717 -717
  480. package/esm5/lib/igc-anchored-category-series-component.js +18 -18
  481. package/esm5/lib/igc-anchored-radial-series-component.js +31 -31
  482. package/esm5/lib/igc-annotation-layer-component.js +17 -17
  483. package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
  484. package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
  485. package/esm5/lib/igc-bar-fragment-component.js +6 -6
  486. package/esm5/lib/igc-bar-series-component.js +11 -11
  487. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  488. package/esm5/lib/igc-bollinger-bands-overlay-component.js +9 -9
  489. package/esm5/lib/igc-bubble-series-component.js +44 -44
  490. package/esm5/lib/igc-callout-label-updating-event-args.js +43 -6
  491. package/esm5/lib/igc-callout-layer-component.js +95 -95
  492. package/esm5/lib/igc-category-chart-component.js +189 -112
  493. package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
  494. package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
  495. package/esm5/lib/igc-category-series-component.js +20 -20
  496. package/esm5/lib/igc-category-tool-tip-layer-component.js +12 -12
  497. package/esm5/lib/igc-category-x-axis-component.js +95 -2
  498. package/esm5/lib/igc-category-y-axis-component.js +95 -2
  499. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  500. package/esm5/lib/igc-chart-group-description-collection.js +115 -0
  501. package/esm5/lib/igc-chart-group-description-module.js +19 -0
  502. package/esm5/lib/igc-chart-group-description.js +34 -0
  503. package/esm5/lib/igc-chart-sort-description-collection.js +129 -0
  504. package/esm5/lib/igc-chart-sort-description-module.js +19 -0
  505. package/esm5/lib/igc-chart-sort-description.js +81 -0
  506. package/esm5/lib/igc-chart-summary-description-collection.js +126 -0
  507. package/esm5/lib/igc-chart-summary-description-module.js +19 -0
  508. package/esm5/lib/igc-chart-summary-description.js +122 -0
  509. package/esm5/lib/igc-column-fragment-component.js +11 -11
  510. package/esm5/lib/igc-column-series-component.js +13 -13
  511. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  512. package/esm5/lib/igc-crosshair-layer-component.js +90 -90
  513. package/esm5/lib/igc-data-chart-component.js +95 -95
  514. package/esm5/lib/igc-data-legend-component.js +1 -1
  515. package/esm5/lib/igc-data-tool-tip-layer-component.js +364 -364
  516. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  517. package/esm5/lib/igc-domain-chart-component.js +973 -650
  518. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  519. package/esm5/lib/igc-final-value-layer-component.js +42 -42
  520. package/esm5/lib/igc-financial-chart-component.js +234 -157
  521. package/esm5/lib/igc-financial-indicator-component.js +16 -16
  522. package/esm5/lib/igc-financial-overlay-component.js +5 -5
  523. package/esm5/lib/igc-financial-price-series-component.js +30 -30
  524. package/esm5/lib/igc-financial-series-component.js +60 -60
  525. package/esm5/lib/igc-force-index-indicator-component.js +4 -4
  526. package/esm5/lib/igc-fragment-base-component.js +2 -2
  527. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  528. package/esm5/lib/igc-high-density-scatter-series-component.js +57 -57
  529. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  530. package/esm5/lib/igc-horizontal-range-category-series-component.js +19 -19
  531. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  532. package/esm5/lib/igc-item-legend-component.js +26 -0
  533. package/esm5/lib/igc-item-tool-tip-layer-component.js +18 -18
  534. package/esm5/lib/igc-line-fragment-component.js +1 -1
  535. package/esm5/lib/igc-line-series-component.js +1 -1
  536. package/esm5/lib/igc-marker-series-component.js +28 -28
  537. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  538. package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
  539. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  540. package/esm5/lib/igc-ordinal-time-x-axis-component.js +5 -5
  541. package/esm5/lib/igc-polar-area-series-component.js +3 -3
  542. package/esm5/lib/igc-polar-base-component.js +77 -77
  543. package/esm5/lib/igc-polar-line-series-component.js +4 -4
  544. package/esm5/lib/igc-polar-spline-area-series-component.js +4 -4
  545. package/esm5/lib/igc-polar-spline-series-component.js +4 -4
  546. package/esm5/lib/igc-price-channel-overlay-component.js +6 -6
  547. package/esm5/lib/igc-radial-area-series-component.js +3 -3
  548. package/esm5/lib/igc-radial-base-component.js +31 -31
  549. package/esm5/lib/igc-radial-column-series-component.js +9 -9
  550. package/esm5/lib/igc-radial-line-series-component.js +4 -4
  551. package/esm5/lib/igc-radial-pie-series-component.js +9 -9
  552. package/esm5/lib/igc-range-category-series-component.js +6 -6
  553. package/esm5/lib/igc-range-column-series-component.js +10 -10
  554. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  555. package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
  556. package/esm5/lib/igc-scatter-area-series-component.js +24 -24
  557. package/esm5/lib/igc-scatter-base-component.js +49 -49
  558. package/esm5/lib/igc-scatter-contour-series-component.js +29 -29
  559. package/esm5/lib/igc-scatter-line-series-component.js +4 -4
  560. package/esm5/lib/igc-scatter-polygon-series-component.js +39 -39
  561. package/esm5/lib/igc-scatter-polyline-series-component.js +7 -7
  562. package/esm5/lib/igc-scatter-spline-series-component.js +4 -4
  563. package/esm5/lib/igc-scatter-triangulation-series-component.js +37 -37
  564. package/esm5/lib/igc-series-component.js +199 -185
  565. package/esm5/lib/igc-series-viewer-component.js +403 -282
  566. package/esm5/lib/igc-shape-series-base-component.js +45 -45
  567. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  568. package/esm5/lib/igc-spline-area-fragment-component.js +1 -1
  569. package/esm5/lib/igc-spline-area-series-component.js +1 -1
  570. package/esm5/lib/igc-spline-fragment-base-component.js +2 -2
  571. package/esm5/lib/igc-spline-fragment-component.js +1 -1
  572. package/esm5/lib/igc-spline-series-base-component.js +6 -6
  573. package/esm5/lib/igc-spline-series-component.js +1 -1
  574. package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
  575. package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
  576. package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
  577. package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
  578. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  579. package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
  580. package/esm5/lib/igc-stacked-bar-series-component.js +12 -12
  581. package/esm5/lib/igc-stacked-column-series-component.js +9 -9
  582. package/esm5/lib/igc-stacked-line-series-component.js +1 -1
  583. package/esm5/lib/igc-stacked-series-base-component.js +11 -11
  584. package/esm5/lib/igc-stacked-spline-area-series-component.js +4 -4
  585. package/esm5/lib/igc-stacked-spline-series-component.js +4 -4
  586. package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
  587. package/esm5/lib/igc-step-area-series-component.js +2 -2
  588. package/esm5/lib/igc-step-line-series-component.js +3 -3
  589. package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
  590. package/esm5/lib/igc-trix-indicator-component.js +3 -3
  591. package/esm5/lib/igc-value-overlay-component.js +52 -52
  592. package/esm5/lib/igc-vertical-anchored-category-series-component.js +10 -10
  593. package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
  594. package/esm5/lib/igc-waterfall-series-component.js +19 -19
  595. package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
  596. package/esm5/lib/igc-xy-chart-component.js +218 -218
  597. package/esm5/lib/igc-zoom-slider-component.js +0 -7
  598. package/esm5/public_api.js +23 -0
  599. package/fesm2015/igniteui-webcomponents-charts.js +24956 -22072
  600. package/fesm5/igniteui-webcomponents-charts.js +25115 -21650
  601. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  602. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  603. package/lib/AnchoredCategorySeries_combined.d.ts +45 -45
  604. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +52 -52
  605. package/lib/AnnotationLayerProxy.d.ts +4 -0
  606. package/lib/AnnotationLayer_combined.d.ts +40 -40
  607. package/lib/AreaSeries_combined.d.ts +8 -8
  608. package/lib/AutomaticSeriesManager.d.ts +1 -0
  609. package/lib/AutomaticSeriesPurpose.d.ts +11 -0
  610. package/lib/AutomaticSeriesRequest.d.ts +1 -0
  611. package/lib/AutomaticSeriesRequestCollection.d.ts +1 -0
  612. package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
  613. package/lib/AverageTrueRangeIndicator.d.ts +8 -8
  614. package/lib/BarSeries_combined.d.ts +19 -19
  615. package/lib/BollingerBandWidthIndicator.d.ts +10 -10
  616. package/lib/BollingerBandsOverlay_combined.d.ts +18 -18
  617. package/lib/BubbleSeries_combined.d.ts +48 -48
  618. package/lib/CalloutLabelUpdatingEventArgs.d.ts +5 -2
  619. package/lib/CalloutLayer_combined.d.ts +101 -101
  620. package/lib/CategoryBucketCalculator_combined.d.ts +71 -71
  621. package/lib/CategoryChart.d.ts +129 -116
  622. package/lib/CategoryHighlightLayer_combined.d.ts +15 -15
  623. package/lib/CategoryItemHighlightLayer_combined.d.ts +26 -26
  624. package/lib/CategoryToolTipLayer_combined.d.ts +15 -15
  625. package/lib/CategoryXAxis_combined.d.ts +17 -5
  626. package/lib/CategoryYAxis_combined.d.ts +17 -5
  627. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  628. package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
  629. package/lib/ChartGroupDescription.d.ts +16 -0
  630. package/lib/ChartGroupDescriptionCollection.d.ts +26 -0
  631. package/lib/ChartSortDescription.d.ts +18 -0
  632. package/lib/ChartSortDescriptionCollection.d.ts +27 -0
  633. package/lib/ChartSummaryDescription.d.ts +33 -0
  634. package/lib/ChartSummaryDescriptionCollection.d.ts +27 -0
  635. package/lib/ColumnSeries_combined.d.ts +17 -17
  636. package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
  637. package/lib/CrosshairLayer_combined.d.ts +41 -41
  638. package/lib/CustomIndicator.d.ts +8 -8
  639. package/lib/DataAbbreviator.d.ts +1 -1
  640. package/lib/DataChartToolbarFactoryManager.d.ts +9 -0
  641. package/lib/DataChartToolbarProvider.d.ts +21 -0
  642. package/lib/DataToolTipLayer_combined.d.ts +138 -138
  643. package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
  644. package/lib/DomainChart.d.ts +538 -487
  645. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  646. package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
  647. package/lib/FinalValueLayer_combined.d.ts +28 -28
  648. package/lib/FinancialChart_combined.d.ts +299 -287
  649. package/lib/FinancialEventArgs_combined.d.ts +123 -123
  650. package/lib/FinancialIndicator_combined.d.ts +36 -36
  651. package/lib/FinancialOverlay.d.ts +9 -9
  652. package/lib/FinancialPriceSeries_combined.d.ts +41 -41
  653. package/lib/ForceIndexIndicator.d.ts +9 -9
  654. package/lib/FullStochasticOscillatorIndicator.d.ts +14 -14
  655. package/lib/HighDensityScatterSeries_combined.d.ts +96 -96
  656. package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
  657. package/lib/HorizontalRangeCategorySeries.d.ts +13 -13
  658. package/lib/IAnnotationLayerProxy.d.ts +4 -0
  659. package/lib/IDataChartToolbarProvider.d.ts +1 -0
  660. package/lib/IZoomableCategoryAxis.d.ts +17 -0
  661. package/lib/ItemLegend_combined.d.ts +4 -2
  662. package/lib/ItemToolTipLayer_combined.d.ts +19 -19
  663. package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
  664. package/lib/LineSeries_combined.d.ts +7 -7
  665. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  666. package/lib/MassIndexIndicator.d.ts +4 -4
  667. package/lib/MedianPriceIndicator.d.ts +4 -4
  668. package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
  669. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  670. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  671. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  672. package/lib/OrdinalTimeXAxis.d.ts +26 -26
  673. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  674. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  675. package/lib/PointSeries_combined.d.ts +6 -6
  676. package/lib/PolarAreaSeries_combined.d.ts +7 -7
  677. package/lib/PolarBase_combined.d.ts +107 -107
  678. package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
  679. package/lib/PolarLineSeries_combined.d.ts +8 -8
  680. package/lib/PolarScatterSeries_combined.d.ts +4 -4
  681. package/lib/PolarSplineAreaSeries_combined.d.ts +8 -8
  682. package/lib/PolarSplineSeries_combined.d.ts +7 -7
  683. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  684. package/lib/PriceChannelOverlay_combined.d.ts +14 -14
  685. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  686. package/lib/RadialAreaSeries_combined.d.ts +7 -7
  687. package/lib/RadialBucketCalculator_combined.d.ts +50 -50
  688. package/lib/RadialColumnSeries_combined.d.ts +11 -11
  689. package/lib/RadialLineSeries_combined.d.ts +8 -8
  690. package/lib/RadialPieSeries_combined.d.ts +13 -13
  691. package/lib/RangeAreaSeries_combined.d.ts +6 -6
  692. package/lib/RangeCategoryBucketCalculator_combined.d.ts +19 -19
  693. package/lib/RangeColumnSeries_combined.d.ts +12 -12
  694. package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
  695. package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
  696. package/lib/ScatterAreaSeries_combined.d.ts +28 -28
  697. package/lib/ScatterBase_combined.d.ts +108 -108
  698. package/lib/ScatterContourSeries_combined.d.ts +20 -20
  699. package/lib/ScatterLineSeries.d.ts +12 -12
  700. package/lib/ScatterPolygonSeries_combined.d.ts +46 -46
  701. package/lib/ScatterPolylineSeries_combined.d.ts +9 -9
  702. package/lib/ScatterSeries_combined.d.ts +4 -4
  703. package/lib/ScatterSplineSeries.d.ts +9 -9
  704. package/lib/ScatterTriangulationSeries.d.ts +40 -40
  705. package/lib/SeriesViewer_combined.d.ts +1037 -957
  706. package/lib/ShapeSeriesBase_combined.d.ts +91 -91
  707. package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
  708. package/lib/SplineAreaSeries_combined.d.ts +8 -8
  709. package/lib/SplineSeriesBase_combined.d.ts +23 -23
  710. package/lib/SplineSeries_combined.d.ts +6 -6
  711. package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
  712. package/lib/Stacked100BarSeries_combined.d.ts +6 -6
  713. package/lib/Stacked100ColumnSeries_combined.d.ts +6 -6
  714. package/lib/Stacked100LineSeries_combined.d.ts +4 -4
  715. package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
  716. package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
  717. package/lib/StackedLineSeries_combined.d.ts +3 -3
  718. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +230 -230
  719. package/lib/StandardDeviationIndicator.d.ts +8 -8
  720. package/lib/StepAreaSeries_combined.d.ts +10 -10
  721. package/lib/StepLineSeries_combined.d.ts +9 -9
  722. package/lib/StochRSIIndicator.d.ts +8 -8
  723. package/lib/StrategyBasedIndicator.d.ts +21 -21
  724. package/lib/TRIXIndicator.d.ts +8 -8
  725. package/lib/TypicalPriceIndicator.d.ts +4 -4
  726. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  727. package/lib/ValueOverlay_combined.d.ts +41 -41
  728. package/lib/VerticalAnchoredCategorySeries.d.ts +23 -23
  729. package/lib/WaterfallSeries_combined.d.ts +23 -23
  730. package/lib/WeightedCloseIndicator.d.ts +4 -4
  731. package/lib/WilliamsPercentRIndicator.d.ts +8 -8
  732. package/lib/XYChart.d.ts +189 -189
  733. package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
  734. package/lib/igc-category-chart-component.d.ts +27 -0
  735. package/lib/igc-category-x-axis-component.d.ts +37 -0
  736. package/lib/igc-category-y-axis-component.d.ts +37 -0
  737. package/lib/igc-chart-group-description-collection.d.ts +24 -0
  738. package/lib/igc-chart-group-description-module.d.ts +3 -0
  739. package/lib/igc-chart-group-description.d.ts +14 -0
  740. package/lib/igc-chart-sort-description-collection.d.ts +28 -0
  741. package/lib/igc-chart-sort-description-module.d.ts +3 -0
  742. package/lib/igc-chart-sort-description.d.ts +31 -0
  743. package/lib/igc-chart-summary-description-collection.d.ts +25 -0
  744. package/lib/igc-chart-summary-description-module.d.ts +3 -0
  745. package/lib/igc-chart-summary-description.d.ts +35 -0
  746. package/lib/igc-data-legend-component.d.ts +1 -1
  747. package/lib/igc-data-tool-tip-layer-component.d.ts +1 -1
  748. package/lib/igc-domain-chart-component.d.ts +85 -1
  749. package/lib/igc-financial-chart-component.d.ts +27 -0
  750. package/lib/igc-item-legend-component.d.ts +8 -0
  751. package/lib/igc-series-component.d.ts +4 -0
  752. package/lib/igc-series-viewer-component.d.ts +51 -0
  753. package/lib/igc-zoom-slider-component.d.ts +0 -5
  754. package/package.json +2 -2
  755. package/public_api.d.ts +23 -0
@@ -48,26 +48,26 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
48
48
  tslib_1.__extends(DataToolTipLayer, _super);
49
49
  function DataToolTipLayer() {
50
50
  var _this = _super.call(this) || this;
51
- _this.rx = 1;
52
- _this.sz = new Dictionary$2(String_$type, Base.$, 0);
53
- _this.s0 = new List$1(String_$type, 0);
54
- _this.rp = 8;
55
- _this.rt = 11;
56
- _this.sc = null;
57
- _this.r4 = null;
58
- _this.r7 = null;
59
- _this.r9 = null;
60
- _this.r6 = null;
51
+ _this.r1 = 1;
52
+ _this.s3 = new Dictionary$2(String_$type, Base.$, 0);
53
+ _this.s4 = new List$1(String_$type, 0);
54
+ _this.rt = 8;
55
+ _this.rx = 11;
56
+ _this.sg = null;
61
57
  _this.r8 = null;
62
58
  _this.sb = null;
59
+ _this.sd = null;
63
60
  _this.sa = null;
64
- _this.r5 = null;
61
+ _this.sc = null;
62
+ _this.sf = null;
63
+ _this.se = null;
64
+ _this.r9 = null;
65
65
  var a = new DataToolTipLayerFrame();
66
66
  var b = new DataToolTipLayerFrame();
67
67
  var c = new DataToolTipLayerFrame();
68
- _this.p6 = a;
69
- _this.p5 = b;
70
- _this.p7 = c;
68
+ _this.qa = a;
69
+ _this.p9 = b;
70
+ _this.qb = c;
71
71
  _this.ab = DataToolTipLayer.$;
72
72
  return _this;
73
73
  }
@@ -77,51 +77,51 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
77
77
  DataToolTipLayer.prototype.bx = function () {
78
78
  return new DataToolTipLayerView(this);
79
79
  };
80
- DataToolTipLayer.prototype.lz = function (a) {
81
- _super.prototype.lz.call(this, a);
82
- this.r1 = a;
80
+ DataToolTipLayer.prototype.l2 = function (a) {
81
+ _super.prototype.l2.call(this, a);
82
+ this.r5 = a;
83
83
  };
84
- DataToolTipLayer.prototype.get_dk = function () {
84
+ DataToolTipLayer.prototype.get_dl = function () {
85
85
  return true;
86
86
  };
87
- Object.defineProperty(DataToolTipLayer.prototype, "ry", {
87
+ Object.defineProperty(DataToolTipLayer.prototype, "r2", {
88
88
  get: function () {
89
- return this.rx;
89
+ return this.r1;
90
90
  },
91
91
  set: function (a) {
92
- var b = this.rx;
93
- this.rx = a;
94
- if (b != this.rx) {
95
- this.raisePropertyChanged("ActualGroupingMode", enumGetBox(DataToolTipLayerGroupingMode_$type, b), enumGetBox(DataToolTipLayerGroupingMode_$type, this.rx));
92
+ var b = this.r1;
93
+ this.r1 = a;
94
+ if (b != this.r1) {
95
+ this.raisePropertyChanged("ActualGroupingMode", enumGetBox(DataToolTipLayerGroupingMode_$type, b), enumGetBox(DataToolTipLayerGroupingMode_$type, this.r1));
96
96
  }
97
97
  },
98
98
  enumerable: true,
99
99
  configurable: true
100
100
  });
101
- DataToolTipLayer.prototype.r0 = function () {
101
+ DataToolTipLayer.prototype.r4 = function () {
102
102
  var e_1, _a;
103
103
  var a = true;
104
104
  var b = true;
105
105
  var c = true;
106
106
  var d = true;
107
- if (this.rz != 0) {
108
- return this.rz;
107
+ if (this.r3 != 0) {
108
+ return this.r3;
109
109
  }
110
- var e = this.rg();
110
+ var e = this.rk();
111
111
  if (e != null) {
112
112
  try {
113
113
  for (var _b = tslib_1.__values(fromEnum(e.da())), _c = _b.next(); !_c.done; _c = _b.next()) {
114
114
  var f = _c.value;
115
- if (!f.dc && !f.ec) {
115
+ if (!f.dc && !f.ed) {
116
116
  a = false;
117
117
  }
118
- if (!f.dc && !f.d6) {
118
+ if (!f.dc && !f.d7) {
119
119
  b = false;
120
120
  }
121
- if (!f.dc && !f.ed) {
121
+ if (!f.dc && !f.ee) {
122
122
  c = false;
123
123
  }
124
- if (!f.dc && !f.ea) {
124
+ if (!f.dc && !f.eb) {
125
125
  d = false;
126
126
  }
127
127
  }
@@ -145,29 +145,29 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
145
145
  }
146
146
  return 1;
147
147
  };
148
- DataToolTipLayer.prototype.l4 = function (a, b, c, d) {
149
- _super.prototype.l4.call(this, a, b, c, d);
148
+ DataToolTipLayer.prototype.l7 = function (a, b, c, d) {
149
+ _super.prototype.l7.call(this, a, b, c, d);
150
150
  switch (b) {
151
151
  case DataToolTipLayer.$$p[37]:
152
- this.mi(true);
152
+ this.ml(true);
153
153
  break;
154
154
  case DataToolTipLayer.$$p[44]:
155
- this.mi(true);
155
+ this.ml(true);
156
156
  break;
157
157
  case DataToolTipLayer.$$p[8]:
158
- this.ry = this.r0();
158
+ this.r2 = this.r4();
159
159
  break;
160
160
  case "ActualGroupingMode":
161
- this.mi(true);
161
+ this.ml(true);
162
162
  break;
163
163
  case DataToolTipLayer.$$p[6]:
164
- this.rq = this.rs();
164
+ this.ru = this.rw();
165
165
  break;
166
166
  case DataToolTipLayer.$$p[7]:
167
- this.ru = this.rw();
167
+ this.ry = this.r0();
168
168
  break;
169
169
  case "SeriesViewer":
170
- this.r1.ci();
170
+ this.r5.ci();
171
171
  break;
172
172
  case DataToolTipLayer.$$p[26]:
173
173
  case DataToolTipLayer.$$p[20]:
@@ -228,248 +228,248 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
228
228
  case DataToolTipLayer.$$p[22]:
229
229
  case DataToolTipLayer.$$p[23]:
230
230
  case "LabelTextStyle":
231
- this.wh(b, c, d);
231
+ this.wl(b, c, d);
232
232
  break;
233
233
  }
234
234
  };
235
- DataToolTipLayer.prototype.wh = function (a, b, c) {
236
- if (!this.sz.containsKey(a)) {
237
- this.s0.add(a);
238
- this.sz.addItem(a, c);
235
+ DataToolTipLayer.prototype.wl = function (a, b, c) {
236
+ if (!this.s3.containsKey(a)) {
237
+ this.s4.add(a);
238
+ this.s3.addItem(a, c);
239
239
  }
240
240
  else {
241
- this.sz.item(a, c);
241
+ this.s3.item(a, c);
242
242
  }
243
- this.mi(true);
243
+ this.ml(true);
244
244
  };
245
- DataToolTipLayer.prototype.wl = function (a, b) {
245
+ DataToolTipLayer.prototype.wp = function (a, b) {
246
246
  switch (a) {
247
247
  case DataToolTipLayer.$$p[8]:
248
- this.rz = EnumUtil.getEnumValue(DataToolTipLayerGroupingMode_$type, b);
248
+ this.r3 = EnumUtil.getEnumValue(DataToolTipLayerGroupingMode_$type, b);
249
249
  break;
250
250
  case DataToolTipLayer.$$p[24]:
251
- this.s4 = b;
251
+ this.s8 = b;
252
252
  break;
253
253
  case DataToolTipLayer.$$p[25]:
254
- this.s5 = b;
254
+ this.s9 = b;
255
255
  break;
256
256
  case DataToolTipLayer.$$p[2]:
257
- this.s2 = b;
257
+ this.s6 = b;
258
258
  break;
259
259
  case DataToolTipLayer.$$p[3]:
260
- this.s3 = b;
260
+ this.s7 = b;
261
261
  break;
262
262
  case DataToolTipLayer.$$p[6]:
263
- this.rr = EnumUtil.getEnumValue(DataTooltipGroupedPositionX_$type, b);
263
+ this.rv = EnumUtil.getEnumValue(DataTooltipGroupedPositionX_$type, b);
264
264
  break;
265
265
  case DataToolTipLayer.$$p[7]:
266
- this.rv = EnumUtil.getEnumValue(DataTooltipGroupedPositionY_$type, b);
266
+ this.rz = EnumUtil.getEnumValue(DataTooltipGroupedPositionY_$type, b);
267
267
  break;
268
268
  case DataToolTipLayer.$$p[26]:
269
- this.su = b;
269
+ this.sy = b;
270
270
  break;
271
271
  case DataToolTipLayer.$$p[20]:
272
- this.re = b;
272
+ this.ri = b;
273
273
  break;
274
274
  case DataToolTipLayer.$$p[5]:
275
- this.q9 = b;
275
+ this.rd = b;
276
276
  break;
277
277
  case DataToolTipLayer.$$p[19]:
278
- this.rd = b;
278
+ this.rh = b;
279
279
  break;
280
280
  case DataToolTipLayer.$$p[4]:
281
- this.q8 = b;
281
+ this.rc = b;
282
282
  break;
283
283
  case DataToolTipLayer.$$p[45]:
284
- this.ri = EnumUtil.getEnumValue(DataAbbreviationMode_$type, b);
284
+ this.rm = EnumUtil.getEnumValue(DataAbbreviationMode_$type, b);
285
285
  break;
286
286
  case DataToolTipLayer.$$p[47]:
287
- this.t4 = typeGetValue(b);
287
+ this.t8 = typeGetValue(b);
288
288
  break;
289
289
  case DataToolTipLayer.$$p[48]:
290
- this.t5 = typeGetValue(b);
290
+ this.t9 = typeGetValue(b);
291
291
  break;
292
292
  case DataToolTipLayer.$$p[49]:
293
- this.ro = EnumUtil.getEnumValue(DataLegendValueMode_$type, b);
293
+ this.rs = EnumUtil.getEnumValue(DataLegendValueMode_$type, b);
294
294
  break;
295
295
  case DataToolTipLayer.$$p[46]:
296
- this.vz = b;
296
+ this.v3 = b;
297
297
  break;
298
298
  case DataToolTipLayer.$$p[52]:
299
- this.sw = b;
299
+ this.s0 = b;
300
300
  break;
301
301
  case DataToolTipLayer.$$p[51]:
302
- this.v5 = b;
302
+ this.v9 = b;
303
303
  break;
304
304
  case DataToolTipLayer.$$p[50]:
305
- this.rf = b;
305
+ this.rj = b;
306
306
  break;
307
307
  case DataToolTipLayer.$$p[53]:
308
- this.yw = b;
308
+ this.y0 = b;
309
309
  break;
310
310
  case DataToolTipLayer.$$p[54]:
311
- this.sx = b;
311
+ this.s1 = b;
312
312
  break;
313
313
  case DataToolTipLayer.$$p[58]:
314
- this.we = b;
314
+ this.wi = b;
315
315
  break;
316
316
  case DataToolTipLayer.$$p[57]:
317
- this.sy = b;
317
+ this.s2 = b;
318
318
  break;
319
319
  case DataToolTipLayer.$$p[56]:
320
- this.yx = b;
320
+ this.y1 = b;
321
321
  break;
322
322
  case DataToolTipLayer.$$p[55]:
323
- this.yh = b;
323
+ this.yl = b;
324
324
  break;
325
325
  case "ValueTextStyle":
326
- this.sl = b;
326
+ this.sp = b;
327
327
  break;
328
328
  case DataToolTipLayer.$$p[12]:
329
- this.un = b;
329
+ this.ur = b;
330
330
  break;
331
331
  case DataToolTipLayer.$$p[11]:
332
- this.rc = b;
332
+ this.rg = b;
333
333
  break;
334
334
  case DataToolTipLayer.$$p[9]:
335
- this.uj = b;
335
+ this.un = b;
336
336
  break;
337
337
  case DataToolTipLayer.$$p[10]:
338
- this.rj = EnumUtil.getEnumValue(DataLegendHeaderDateMode_$type, b);
338
+ this.rn = EnumUtil.getEnumValue(DataLegendHeaderDateMode_$type, b);
339
339
  break;
340
340
  case DataToolTipLayer.$$p[13]:
341
- this.rk = EnumUtil.getEnumValue(DataLegendHeaderTimeMode_$type, b);
341
+ this.ro = EnumUtil.getEnumValue(DataLegendHeaderTimeMode_$type, b);
342
342
  break;
343
343
  case DataToolTipLayer.$$p[18]:
344
- this.us = b;
344
+ this.uw = b;
345
345
  break;
346
346
  case DataToolTipLayer.$$p[16]:
347
- this.x9 = b;
347
+ this.yd = b;
348
348
  break;
349
349
  case DataToolTipLayer.$$p[17]:
350
- this.yq = b;
350
+ this.yu = b;
351
351
  break;
352
352
  case DataToolTipLayer.$$p[14]:
353
- this.yp = b;
353
+ this.yt = b;
354
354
  break;
355
355
  case DataToolTipLayer.$$p[15]:
356
- this.sn = b;
356
+ this.sr = b;
357
357
  break;
358
358
  case "HeaderTextStyle":
359
- this.sd = b;
359
+ this.sh = b;
360
360
  break;
361
361
  case DataToolTipLayer.$$p[30]:
362
- this.yc = b;
362
+ this.yg = b;
363
363
  break;
364
364
  case "SummaryTitleTextStyle":
365
- this.sg = b;
365
+ this.sk = b;
366
366
  break;
367
367
  case DataToolTipLayer.$$p[33]:
368
- this.rm = EnumUtil.getEnumValue(DataLegendSummaryType_$type, b);
368
+ this.rq = EnumUtil.getEnumValue(DataLegendSummaryType_$type, b);
369
369
  break;
370
370
  case DataToolTipLayer.$$p[32]:
371
- this.vb = b;
371
+ this.vf = b;
372
372
  break;
373
373
  case DataToolTipLayer.$$p[31]:
374
- this.yt = b;
374
+ this.yx = b;
375
375
  break;
376
376
  case DataToolTipLayer.$$p[29]:
377
- this.ys = b;
377
+ this.yw = b;
378
378
  break;
379
379
  case DataToolTipLayer.$$p[36]:
380
- this.ye = b;
380
+ this.yi = b;
381
381
  break;
382
382
  case "SummaryValueTextStyle":
383
- this.si = b;
383
+ this.sm = b;
384
384
  break;
385
385
  case DataToolTipLayer.$$p[28]:
386
- this.u6 = b;
386
+ this.va = b;
387
387
  break;
388
388
  case DataToolTipLayer.$$p[27]:
389
- this.yb = b;
389
+ this.yf = b;
390
390
  break;
391
391
  case "SummaryLabelTextStyle":
392
- this.sf = b;
392
+ this.sj = b;
393
393
  break;
394
394
  case DataToolTipLayer.$$p[35]:
395
- this.vh = b;
395
+ this.vl = b;
396
396
  break;
397
397
  case DataToolTipLayer.$$p[34]:
398
- this.yd = b;
398
+ this.yh = b;
399
399
  break;
400
400
  case "SummaryUnitsTextStyle":
401
- this.sh = b;
401
+ this.sl = b;
402
402
  break;
403
403
  case DataToolTipLayer.$$p[0]:
404
- this.yo = b;
404
+ this.ys = b;
405
405
  break;
406
406
  case DataToolTipLayer.$$p[1]:
407
- this.r3 = EnumUtil.getEnumValue(LegendItemBadgeShape_$type, b);
407
+ this.r7 = EnumUtil.getEnumValue(LegendItemBadgeShape_$type, b);
408
408
  break;
409
409
  case DataToolTipLayer.$$p[40]:
410
- this.rn = EnumUtil.getEnumValue(DataLegendUnitsMode_$type, b);
410
+ this.rr = EnumUtil.getEnumValue(DataLegendUnitsMode_$type, b);
411
411
  break;
412
412
  case DataToolTipLayer.$$p[43]:
413
- this.vs = b;
413
+ this.vw = b;
414
414
  break;
415
415
  case DataToolTipLayer.$$p[41]:
416
- this.yg = b;
416
+ this.yk = b;
417
417
  break;
418
418
  case DataToolTipLayer.$$p[42]:
419
- this.yv = b;
419
+ this.yz = b;
420
420
  break;
421
421
  case "UnitsTextStyle":
422
- this.sk = b;
422
+ this.so = b;
423
423
  break;
424
424
  case DataToolTipLayer.$$p[39]:
425
- this.yu = b;
425
+ this.yy = b;
426
426
  break;
427
427
  case DataToolTipLayer.$$p[38]:
428
- this.yf = b;
428
+ this.yj = b;
429
429
  break;
430
430
  case "TitleTextStyle":
431
- this.sj = b;
431
+ this.sn = b;
432
432
  break;
433
433
  case DataToolTipLayer.$$p[21]:
434
- this.rl = EnumUtil.getEnumValue(DataLegendLabelMode_$type, b);
434
+ this.rp = EnumUtil.getEnumValue(DataLegendLabelMode_$type, b);
435
435
  break;
436
436
  case DataToolTipLayer.$$p[22]:
437
- this.ya = b;
437
+ this.ye = b;
438
438
  break;
439
439
  case DataToolTipLayer.$$p[23]:
440
- this.yr = b;
440
+ this.yv = b;
441
441
  break;
442
442
  case "LabelTextStyle":
443
- this.se = b;
443
+ this.si = b;
444
444
  break;
445
445
  }
446
446
  };
447
- DataToolTipLayer.prototype.wi = function (a) {
448
- for (var b = 0; b < this.s0.count; b++) {
449
- var c = this.s0._inner[b];
450
- a.updatePropertyByName(c, this.sz.item(c));
447
+ DataToolTipLayer.prototype.wm = function (a) {
448
+ for (var b = 0; b < this.s4.count; b++) {
449
+ var c = this.s4._inner[b];
450
+ a.updatePropertyByName(c, this.s3.item(c));
451
451
  }
452
452
  };
453
- DataToolTipLayer.prototype.qo = function (a, b) {
453
+ DataToolTipLayer.prototype.qs = function (a, b) {
454
454
  {
455
455
  if (!this.as.c) {
456
- this.mi(b);
456
+ this.ml(b);
457
457
  }
458
458
  }
459
459
  };
460
- DataToolTipLayer.prototype.qp = function (a, b) {
460
+ DataToolTipLayer.prototype.qt = function (a, b) {
461
461
  if (!this.as.c) {
462
- this.mi(b);
462
+ this.ml(b);
463
463
  }
464
464
  };
465
- DataToolTipLayer.prototype.qr = function (a, b) {
465
+ DataToolTipLayer.prototype.qv = function (a, b) {
466
466
  var e_2, _a;
467
467
  var _this = this;
468
- _super.prototype.qr.call(this, a, b);
469
- this.rx = this.r0();
468
+ _super.prototype.qv.call(this, a, b);
469
+ this.r1 = this.r4();
470
470
  var c = a;
471
- var d = this.r1.b6;
472
- var e = this.sv;
471
+ var d = this.r5.b6;
472
+ var e = this.sz;
473
473
  var f = false;
474
474
  c.m.clear();
475
475
  c.i.clear();
@@ -479,25 +479,25 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
479
479
  c.k.clear();
480
480
  c.j.clear();
481
481
  c.h.clear();
482
- if (isNaN_(this.q5.x) && isNaN_(this.q5.y)) {
482
+ if (isNaN_(this.q9.x) && isNaN_(this.q9.y)) {
483
483
  d.count = 0;
484
484
  return;
485
485
  }
486
486
  {
487
- if (this.ry == 2) {
487
+ if (this.r2 == 2) {
488
488
  var g_1 = 0;
489
489
  {
490
490
  try {
491
491
  for (var _b = tslib_1.__values(fromEnum(this.cd.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
492
492
  var h = _c.value;
493
- if (this.qc(h)) {
494
- this.wk(h, c, e, f, g_1);
493
+ if (this.qg(h)) {
494
+ this.wo(h, c, e, f, g_1);
495
495
  g_1++;
496
496
  }
497
497
  if (h.isStacked) {
498
- h.la(function (i) {
499
- if (_this.qc(i)) {
500
- _this.wk(i, c, e, f, g_1);
498
+ h.ld(function (i) {
499
+ if (_this.qg(i)) {
500
+ _this.wo(i, c, e, f, g_1);
501
501
  g_1++;
502
502
  }
503
503
  return true;
@@ -518,19 +518,19 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
518
518
  throw e_2.error;
519
519
  }
520
520
  }
521
- this.wg(c);
521
+ this.wk(c);
522
522
  }
523
523
  d.count = g_1;
524
524
  }
525
525
  else {
526
- var i = this.rg();
527
- var j = this.s1(i);
528
- var k = this.r2(i, j, e);
529
- this.wj(k, c, e);
526
+ var i = this.rk();
527
+ var j = this.s5(i);
528
+ var k = this.r6(i, j, e);
529
+ this.wn(k, c, e);
530
530
  }
531
531
  }
532
532
  };
533
- DataToolTipLayer.prototype.s1 = function (a) {
533
+ DataToolTipLayer.prototype.s5 = function (a) {
534
534
  var e_3, _a;
535
535
  var b = new List$1(Series.$, 0);
536
536
  if (a == null) {
@@ -557,10 +557,10 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
557
557
  }
558
558
  return b;
559
559
  };
560
- DataToolTipLayer.prototype.rg = function () {
560
+ DataToolTipLayer.prototype.rk = function () {
561
561
  var e_4, _a, e_5, _b;
562
- if (this.rh != null) {
563
- return this.rh;
562
+ if (this.rl != null) {
563
+ return this.rl;
564
564
  }
565
565
  if (this.cd == null) {
566
566
  return null;
@@ -568,7 +568,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
568
568
  try {
569
569
  for (var _c = tslib_1.__values(fromEnum(this.cd.series)), _d = _c.next(); !_d.done; _d = _c.next()) {
570
570
  var a = _d.value;
571
- if (a.dg) {
571
+ if (a.dh) {
572
572
  var b = a.ar();
573
573
  if (b != null && b.cn()) {
574
574
  return b;
@@ -592,7 +592,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
592
592
  try {
593
593
  for (var _e = tslib_1.__values(fromEnum(this.cd.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
594
594
  var c = _f.value;
595
- if (!c.dg) {
595
+ if (!c.dh) {
596
596
  var d = c.ag();
597
597
  var e = d != null && d.length > 0 ? d[0] : null;
598
598
  if (e != null && e.cn()) {
@@ -616,7 +616,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
616
616
  }
617
617
  return null;
618
618
  };
619
- DataToolTipLayer.prototype.r2 = function (a, b, c) {
619
+ DataToolTipLayer.prototype.r6 = function (a, b, c) {
620
620
  var d = 1.7976931348623157E+308;
621
621
  var e = -1.7976931348623157E+308;
622
622
  var f = new List$1(DataContext.$, 0);
@@ -626,118 +626,133 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
626
626
  var j = { $type: Point_$type, x: NaN, y: NaN };
627
627
  var k = 0;
628
628
  var l = 0;
629
- for (var m = 0; m < b.count; m++) {
629
+ var _loop_1 = function (m) {
630
630
  var n = b.item(m);
631
631
  k = n.cd.l;
632
632
  l = n.cd.m;
633
- if (n.dg) {
634
- if (n.isStacked) {
635
- continue;
636
- }
633
+ if (n.dh) {
637
634
  var o = n;
638
- if (!o.categoryAxis.cn()) {
639
- continue;
640
- }
641
- if (i) {
642
- h = n.isVertical;
635
+ var p_1 = new List$1(Series.$, 0);
636
+ if (o.isStacked) {
637
+ o.ld(function (q) {
638
+ p_1.add(q);
639
+ return true;
640
+ });
643
641
  }
644
642
  else {
645
- if (h != n.isVertical) {
643
+ p_1.add(o);
644
+ }
645
+ for (var q = 0; q < p_1.count; q++) {
646
+ var r = p_1._inner[q];
647
+ var s = p_1._inner[q];
648
+ if (!r.categoryAxis.cn()) {
646
649
  continue;
647
650
  }
648
- }
649
- var p = this.qk(n);
650
- if (!p.c) {
651
- continue;
652
- }
653
- j = n.ph(p.d);
654
- var q = n.pm(p.d, c, false);
655
- if (h) {
656
- if (!isNaN_(q.y)) {
657
- d = Math.min(d, q.y);
658
- e = Math.max(e, q.y);
651
+ if (i) {
652
+ h = s.isVertical;
659
653
  }
660
- }
661
- else {
662
- if (!isNaN_(q.x)) {
663
- d = Math.min(d, q.x);
664
- e = Math.max(e, q.x);
654
+ else {
655
+ if (h != s.isVertical) {
656
+ continue;
657
+ }
658
+ }
659
+ var t = this_1.qo(s);
660
+ if (!t.c) {
661
+ continue;
662
+ }
663
+ j = s.pl(t.d);
664
+ var u = s.pq(t.d, c, false);
665
+ if (h) {
666
+ if (!isNaN_(u.y)) {
667
+ d = Math.min(d, u.y);
668
+ e = Math.max(e, u.y);
669
+ }
670
+ }
671
+ else {
672
+ if (!isNaN_(u.x)) {
673
+ d = Math.min(d, u.x);
674
+ e = Math.max(e, u.x);
675
+ }
665
676
  }
666
677
  }
667
678
  }
668
679
  else {
669
- var r = n.ag();
670
- for (var s = 0; s < r.length; s++) {
671
- if (!r[s].cn()) {
680
+ var v = n.ag();
681
+ for (var w = 0; w < v.length; w++) {
682
+ if (!v[w].cn()) {
672
683
  continue;
673
684
  }
674
685
  }
675
- var t = n.pm(this.q5, c, false);
676
- j = n.ph(this.q5);
686
+ var x = n.pq(this_1.q9, c, false);
687
+ j = n.pl(this_1.q9);
677
688
  if (h) {
678
- if (!isNaN_(t.y)) {
679
- d = Math.min(d, t.y);
680
- e = Math.max(e, t.y);
689
+ if (!isNaN_(x.y)) {
690
+ d = Math.min(d, x.y);
691
+ e = Math.max(e, x.y);
681
692
  }
682
693
  }
683
694
  else {
684
- if (!isNaN_(t.x)) {
685
- d = Math.min(d, t.x);
686
- e = Math.max(e, t.x);
695
+ if (!isNaN_(x.x)) {
696
+ d = Math.min(d, x.x);
697
+ e = Math.max(e, x.x);
687
698
  }
688
699
  }
689
700
  }
690
- var u = null;
691
- var v = n.ht(this.q5);
692
- if (n.dl && v != null) {
693
- u = n.au(v);
701
+ var y = null;
702
+ var z = n.hv(this_1.q9);
703
+ if (n.dm && z != null) {
704
+ y = n.au(z);
694
705
  }
695
706
  else {
696
- u = new DataContext();
697
- u.item = v;
698
- u.series = n;
707
+ y = new DataContext();
708
+ y.item = z;
709
+ y.series = n;
699
710
  }
700
- f.add(u);
711
+ f.add(y);
712
+ };
713
+ var this_1 = this;
714
+ for (var m = 0; m < b.count; m++) {
715
+ _loop_1(m);
701
716
  }
702
- var w = 0;
703
- var x = 0;
717
+ var aa = 0;
718
+ var ab = 0;
704
719
  if (h) {
705
- x = (d + e) / 2;
706
- w = this.pz.right;
720
+ ab = (d + e) / 2;
721
+ aa = this.p3.right;
707
722
  if (!isNaN_(j.x)) {
708
- w = j.x;
723
+ aa = j.x;
709
724
  }
710
- if (x < 0 || x > this.pz.bottom) {
711
- x = NaN;
725
+ if (ab < 0 || ab > this.p3.bottom) {
726
+ ab = NaN;
712
727
  }
713
728
  }
714
729
  else {
715
- w = (d + e) / 2;
730
+ aa = (d + e) / 2;
716
731
  if (!isNaN_(j.y)) {
717
- x = j.y;
732
+ ab = j.y;
718
733
  }
719
- if (w < 0 || w > this.pz.right) {
720
- w = NaN;
734
+ if (aa < 0 || aa > this.p3.right) {
735
+ aa = NaN;
721
736
  }
722
737
  }
723
- var y = new DataToolTipSeriesInfo();
724
- y.f = { $type: Point_$type, x: w, y: x };
725
- y.e = { $type: Point_$type, x: j.x, y: j.y };
726
- y.b = f;
727
- y.a = h;
728
- return y;
738
+ var ac = new DataToolTipSeriesInfo();
739
+ ac.f = { $type: Point_$type, x: aa, y: ab };
740
+ ac.e = { $type: Point_$type, x: j.x, y: j.y };
741
+ ac.b = f;
742
+ ac.a = h;
743
+ return ac;
729
744
  };
730
- DataToolTipLayer.prototype.ld = function () {
731
- this.q5 = { $type: Point_$type, x: NaN, y: NaN };
732
- this.mi(false);
733
- this.r1.cg(false);
745
+ DataToolTipLayer.prototype.lg = function () {
746
+ this.q9 = { $type: Point_$type, x: NaN, y: NaN };
747
+ this.ml(false);
748
+ this.r5.cg(false);
734
749
  };
735
- DataToolTipLayer.prototype.le = function () {
736
- this.q5 = { $type: Point_$type, x: NaN, y: NaN };
737
- this.mi(false);
738
- this.r1.cg(true);
750
+ DataToolTipLayer.prototype.lh = function () {
751
+ this.q9 = { $type: Point_$type, x: NaN, y: NaN };
752
+ this.ml(false);
753
+ this.r5.cg(true);
739
754
  };
740
- Object.defineProperty(DataToolTipLayer.prototype, "yl", {
755
+ Object.defineProperty(DataToolTipLayer.prototype, "yp", {
741
756
  get: function () {
742
757
  var a = RectUtil.n(this.b0.bu);
743
758
  var b = new Size(1, this.b0.bu.width, this.b0.bu.height);
@@ -746,362 +761,362 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
746
761
  enumerable: true,
747
762
  configurable: true
748
763
  });
749
- Object.defineProperty(DataToolTipLayer.prototype, "yk", {
764
+ Object.defineProperty(DataToolTipLayer.prototype, "yo", {
750
765
  get: function () {
751
766
  var a = RectUtil.n(this.b0.bu);
752
767
  var b = new Size(1, this.b0.bu.width, this.b0.bu.height);
753
- return new Rect(3, this.r1.cj(a), b);
768
+ return new Rect(3, this.r5.cj(a), b);
754
769
  },
755
770
  enumerable: true,
756
771
  configurable: true
757
772
  });
758
- Object.defineProperty(DataToolTipLayer.prototype, "yj", {
773
+ Object.defineProperty(DataToolTipLayer.prototype, "yn", {
759
774
  get: function () {
760
775
  var a = new Rect(0, 0, 0, this.cd.m, this.cd.l);
761
776
  var b = RectUtil.n(a);
762
777
  var c = new Size(1, a.width, a.height);
763
- return new Rect(3, this.r1.cj(b), c);
778
+ return new Rect(3, this.r5.cj(b), c);
764
779
  },
765
780
  enumerable: true,
766
781
  configurable: true
767
782
  });
768
- Object.defineProperty(DataToolTipLayer.prototype, "yn", {
783
+ Object.defineProperty(DataToolTipLayer.prototype, "yr", {
769
784
  get: function () {
770
785
  var a = { $type: Point_$type, x: 0, y: 0 };
771
- return new Rect(3, a, this.r1.co());
786
+ return new Rect(3, a, this.r5.co());
772
787
  },
773
788
  enumerable: true,
774
789
  configurable: true
775
790
  });
776
- DataToolTipLayer.prototype.ym = function () {
777
- return this.yl;
791
+ DataToolTipLayer.prototype.yq = function () {
792
+ return this.yp;
778
793
  };
779
- DataToolTipLayer.prototype.sr = function (a, b, c) {
794
+ DataToolTipLayer.prototype.sv = function (a, b, c) {
780
795
  if (Rect.l_op_Equality(a, Rect.empty)) {
781
796
  return false;
782
797
  }
783
798
  var d = a.top;
784
799
  return c < d;
785
800
  };
786
- DataToolTipLayer.prototype.so = function (a, b, c, d) {
801
+ DataToolTipLayer.prototype.ss = function (a, b, c, d) {
787
802
  if (Rect.l_op_Equality(a, Rect.empty)) {
788
803
  return false;
789
804
  }
790
805
  var e = a.bottom;
791
806
  return c + d.height >= e;
792
807
  };
793
- DataToolTipLayer.prototype.sp = function (a, b, c) {
808
+ DataToolTipLayer.prototype.st = function (a, b, c) {
794
809
  if (Rect.l_op_Equality(a, Rect.empty)) {
795
810
  return false;
796
811
  }
797
812
  var d = a.left;
798
813
  return c < d;
799
814
  };
800
- DataToolTipLayer.prototype.sq = function (a, b, c, d) {
815
+ DataToolTipLayer.prototype.su = function (a, b, c, d) {
801
816
  if (Rect.l_op_Equality(a, Rect.empty)) {
802
817
  return false;
803
818
  }
804
819
  var e = a.right;
805
820
  return c + d.width > e;
806
821
  };
807
- DataToolTipLayer.prototype.tu = function (a, b) {
822
+ DataToolTipLayer.prototype.ty = function (a, b) {
808
823
  return a.top + b;
809
824
  };
810
- DataToolTipLayer.prototype.ts = function (a, b, c) {
825
+ DataToolTipLayer.prototype.tw = function (a, b, c) {
811
826
  return a.bottom - c.height - b;
812
827
  };
813
- DataToolTipLayer.prototype.tt = function (a, b) {
828
+ DataToolTipLayer.prototype.tx = function (a, b) {
814
829
  return ((a.bottom + a.top) / 2) - (b.height / 2);
815
830
  };
816
- DataToolTipLayer.prototype.t3 = function (a, b, c, d, e) {
831
+ DataToolTipLayer.prototype.t7 = function (a, b, c, d, e) {
817
832
  var f = c.y - d.height - b;
818
833
  return f;
819
834
  };
820
- DataToolTipLayer.prototype.t1 = function (a, b, c, d, e) {
835
+ DataToolTipLayer.prototype.t5 = function (a, b, c, d, e) {
821
836
  var f = c.y + b;
822
837
  return f;
823
838
  };
824
- DataToolTipLayer.prototype.t2 = function (a, b, c, d, e) {
839
+ DataToolTipLayer.prototype.t6 = function (a, b, c, d, e) {
825
840
  var f = c.y - (d.height / 2);
826
841
  return f;
827
842
  };
828
- DataToolTipLayer.prototype.tx = function (a, b, c, d, e) {
843
+ DataToolTipLayer.prototype.t1 = function (a, b, c, d, e) {
829
844
  var f = c.y - d.height;
830
845
  f = f - b;
831
846
  return f;
832
847
  };
833
- DataToolTipLayer.prototype.tv = function (a, b, c, d, e) {
848
+ DataToolTipLayer.prototype.tz = function (a, b, c, d, e) {
834
849
  var f = c.y;
835
850
  f = f + b;
836
851
  return f;
837
852
  };
838
- DataToolTipLayer.prototype.tw = function (a, b, c, d, e) {
853
+ DataToolTipLayer.prototype.t0 = function (a, b, c, d, e) {
839
854
  var f = c.y - (d.height / 2);
840
855
  return f;
841
856
  };
842
- DataToolTipLayer.prototype.td = function (a, b) {
857
+ DataToolTipLayer.prototype.th = function (a, b) {
843
858
  return a.left + b;
844
859
  };
845
- DataToolTipLayer.prototype.tf = function (a, b, c) {
860
+ DataToolTipLayer.prototype.tj = function (a, b, c) {
846
861
  return (a.right - (c.width)) - b;
847
862
  };
848
- DataToolTipLayer.prototype.te = function (a, b, c) {
863
+ DataToolTipLayer.prototype.ti = function (a, b, c) {
849
864
  return ((a.right + a.left) / 2) - (c.width / 2) + b;
850
865
  };
851
- DataToolTipLayer.prototype.tm = function (a, b, c, d, e) {
866
+ DataToolTipLayer.prototype.tq = function (a, b, c, d, e) {
852
867
  var f = (c.x - d.width) - b;
853
868
  return f;
854
869
  };
855
- DataToolTipLayer.prototype.to = function (a, b, c, d, e) {
870
+ DataToolTipLayer.prototype.ts = function (a, b, c, d, e) {
856
871
  var f = c.x + b;
857
872
  return f;
858
873
  };
859
- DataToolTipLayer.prototype.tn = function (a, b, c, d, e) {
874
+ DataToolTipLayer.prototype.tr = function (a, b, c, d, e) {
860
875
  var f = (c.x - (d.width / 2));
861
876
  f = f + b;
862
877
  return f;
863
878
  };
864
- DataToolTipLayer.prototype.tj = function (a, b, c, d, e) {
879
+ DataToolTipLayer.prototype.tn = function (a, b, c, d, e) {
865
880
  var f = c.x - d.width;
866
881
  f = f - b;
867
882
  return f;
868
883
  };
869
- DataToolTipLayer.prototype.tl = function (a, b, c, d, e) {
884
+ DataToolTipLayer.prototype.tp = function (a, b, c, d, e) {
870
885
  var f = c.x;
871
886
  f = f + b;
872
887
  return f;
873
888
  };
874
- DataToolTipLayer.prototype.tk = function (a, b, c, d, e) {
889
+ DataToolTipLayer.prototype.to = function (a, b, c, d, e) {
875
890
  var f = c.x - (d.width / 2);
876
891
  f = f + b;
877
892
  return f;
878
893
  };
879
- DataToolTipLayer.prototype.s9 = function (a, b, c, d, e, f, g, h) {
894
+ DataToolTipLayer.prototype.td = function (a, b, c, d, e, f, g, h) {
880
895
  switch (a) {
881
896
  case 1:
882
897
  {
883
- return this.tx(e, b, h, f, true);
898
+ return this.t1(e, b, h, f, true);
884
899
  }
885
900
  case 2:
886
901
  {
887
- return this.tv(e, b, h, f, true);
902
+ return this.tz(e, b, h, f, true);
888
903
  }
889
904
  case 3:
890
905
  {
891
- return this.tw(e, b, h, f, true);
906
+ return this.t0(e, b, h, f, true);
892
907
  }
893
- case 5: return this.ty(e, c, b, h, f);
894
- case 6: return this.tz(e, c, b, h, f);
895
- case 4: return this.t0(e, c, b, h, f);
896
- case 8: return this.tp(e, c, b, h, f);
897
- case 9: return this.tq(e, c, b, h, f);
898
- case 7: return this.tr(e, c, b, h, f);
899
- case 13: return this.tu(d, b);
900
- case 14: return this.ts(d, b, f);
901
- case 15: return this.tt(d, f);
902
- case 10: return this.t3(e, b, g, f, true);
903
- case 12: return this.t2(e, b, g, f, true);
908
+ case 5: return this.t2(e, c, b, h, f);
909
+ case 6: return this.t3(e, c, b, h, f);
910
+ case 4: return this.t4(e, c, b, h, f);
911
+ case 8: return this.tt(e, c, b, h, f);
912
+ case 9: return this.tu(e, c, b, h, f);
913
+ case 7: return this.tv(e, c, b, h, f);
914
+ case 13: return this.ty(d, b);
915
+ case 14: return this.tw(d, b, f);
916
+ case 15: return this.tx(d, f);
917
+ case 10: return this.t7(e, b, g, f, true);
918
+ case 12: return this.t6(e, b, g, f, true);
904
919
  case 11:
905
- default: return this.t1(e, b, g, f, true);
920
+ default: return this.t5(e, b, g, f, true);
906
921
  }
907
922
  };
908
- DataToolTipLayer.prototype.tg = function (a, b, c, d, e) {
923
+ DataToolTipLayer.prototype.tk = function (a, b, c, d, e) {
909
924
  var f = d.x;
910
925
  f = f + b / 2;
911
926
  f = f - e.width;
912
927
  f = f - c;
913
928
  return f;
914
929
  };
915
- DataToolTipLayer.prototype.th = function (a, b, c, d, e) {
930
+ DataToolTipLayer.prototype.tl = function (a, b, c, d, e) {
916
931
  var f = d.x;
917
932
  f = f + b / 2;
918
933
  f = f - e.width / 2;
919
934
  f = f + c;
920
935
  return f;
921
936
  };
922
- DataToolTipLayer.prototype.ti = function (a, b, c, d, e) {
937
+ DataToolTipLayer.prototype.tm = function (a, b, c, d, e) {
923
938
  var f = d.x;
924
939
  f = f + b / 2;
925
940
  f = f + c;
926
941
  return f;
927
942
  };
928
- DataToolTipLayer.prototype.ta = function (a, b, c, d, e) {
943
+ DataToolTipLayer.prototype.te = function (a, b, c, d, e) {
929
944
  var f = d.x;
930
945
  f = f - b / 2;
931
946
  f = f - e.width;
932
947
  f = f - c;
933
948
  return f;
934
949
  };
935
- DataToolTipLayer.prototype.tb = function (a, b, c, d, e) {
950
+ DataToolTipLayer.prototype.tf = function (a, b, c, d, e) {
936
951
  var f = d.x;
937
952
  f = f - b / 2;
938
953
  f = f - e.width / 2;
939
954
  f = f + c;
940
955
  return f;
941
956
  };
942
- DataToolTipLayer.prototype.tc = function (a, b, c, d, e) {
957
+ DataToolTipLayer.prototype.tg = function (a, b, c, d, e) {
943
958
  var f = d.x;
944
959
  f = f - b / 2;
945
960
  f = f + c;
946
961
  return f;
947
962
  };
948
- DataToolTipLayer.prototype.tr = function (a, b, c, d, e) {
963
+ DataToolTipLayer.prototype.tv = function (a, b, c, d, e) {
949
964
  var f = d.y;
950
965
  f = f + b / 2;
951
966
  f = f - e.height;
952
967
  f = f - c;
953
968
  return f;
954
969
  };
955
- DataToolTipLayer.prototype.tq = function (a, b, c, d, e) {
970
+ DataToolTipLayer.prototype.tu = function (a, b, c, d, e) {
956
971
  var f = d.y;
957
972
  f = f + b / 2;
958
973
  f = f - e.height / 2;
959
974
  f = f + c;
960
975
  return f;
961
976
  };
962
- DataToolTipLayer.prototype.tp = function (a, b, c, d, e) {
977
+ DataToolTipLayer.prototype.tt = function (a, b, c, d, e) {
963
978
  var f = d.y;
964
979
  f = f + b / 2;
965
980
  f = f + c;
966
981
  return f;
967
982
  };
968
- DataToolTipLayer.prototype.t0 = function (a, b, c, d, e) {
983
+ DataToolTipLayer.prototype.t4 = function (a, b, c, d, e) {
969
984
  var f = d.y;
970
985
  f = f - b / 2;
971
986
  f = f - e.height;
972
987
  f = f - c;
973
988
  return f;
974
989
  };
975
- DataToolTipLayer.prototype.tz = function (a, b, c, d, e) {
990
+ DataToolTipLayer.prototype.t3 = function (a, b, c, d, e) {
976
991
  var f = d.y;
977
992
  f = f - b / 2;
978
993
  f = f - e.height / 2;
979
994
  f = f + c;
980
995
  return f;
981
996
  };
982
- DataToolTipLayer.prototype.ty = function (a, b, c, d, e) {
997
+ DataToolTipLayer.prototype.t2 = function (a, b, c, d, e) {
983
998
  var f = d.y;
984
999
  f = f - b / 2;
985
1000
  f = f + c;
986
1001
  return f;
987
1002
  };
988
- DataToolTipLayer.prototype.s8 = function (a, b, c, d, e, f, g, h) {
1003
+ DataToolTipLayer.prototype.tc = function (a, b, c, d, e, f, g, h) {
989
1004
  switch (a) {
990
- case 10: return this.tm(e, b, g, f, true);
991
- case 11: return this.to(e, b, g, f, true);
992
- case 12: return this.tn(e, b, g, f, true);
993
- case 13: return this.td(d, b);
994
- case 14: return this.tf(e, b, f);
995
- case 15: return this.te(e, b, f);
996
- case 5: return this.tc(e, c, b, h, f);
997
- case 6: return this.tb(e, c, b, h, f);
998
- case 4: return this.ta(e, c, b, h, f);
999
- case 8: return this.ti(e, c, b, h, f);
1000
- case 9: return this.th(e, c, b, h, f);
1001
- case 7: return this.tg(e, c, b, h, f);
1005
+ case 10: return this.tq(e, b, g, f, true);
1006
+ case 11: return this.ts(e, b, g, f, true);
1007
+ case 12: return this.tr(e, b, g, f, true);
1008
+ case 13: return this.th(d, b);
1009
+ case 14: return this.tj(e, b, f);
1010
+ case 15: return this.ti(e, b, f);
1011
+ case 5: return this.tg(e, c, b, h, f);
1012
+ case 6: return this.tf(e, c, b, h, f);
1013
+ case 4: return this.te(e, c, b, h, f);
1014
+ case 8: return this.tm(e, c, b, h, f);
1015
+ case 9: return this.tl(e, c, b, h, f);
1016
+ case 7: return this.tk(e, c, b, h, f);
1002
1017
  case 1:
1003
1018
  {
1004
- return this.tj(e, b, h, f, true);
1019
+ return this.tn(e, b, h, f, true);
1005
1020
  }
1006
1021
  case 3:
1007
1022
  {
1008
- return this.tk(e, b, h, f, true);
1023
+ return this.to(e, b, h, f, true);
1009
1024
  }
1010
1025
  case 2:
1011
1026
  default:
1012
1027
  {
1013
- return this.tl(e, b, h, f, true);
1028
+ return this.tp(e, b, h, f, true);
1014
1029
  }
1015
1030
  }
1016
1031
  };
1017
- DataToolTipLayer.prototype.yi = function (a, b, c, d) {
1018
- var e = this.rq;
1019
- var f = this.ru;
1020
- var g = this.rg();
1032
+ DataToolTipLayer.prototype.ym = function (a, b, c, d) {
1033
+ var e = this.ru;
1034
+ var f = this.ry;
1035
+ var g = this.rk();
1021
1036
  var h = 0;
1022
1037
  if (g != null && g.ca && this.cd != null) {
1023
- h = g.getCategorySize(this.cd.sf, this.pz, this.getEffectiveViewport());
1038
+ h = g.getCategorySize(this.cd.s9, this.p3, this.getEffectiveViewport());
1024
1039
  if (g.categoryMode == 0) {
1025
1040
  h = 0;
1026
1041
  }
1027
1042
  }
1028
- var i = this.s6(e);
1029
- var j = this.s7(f);
1030
- var k = this.s8(e, i, h, this.yl, a, b, c, d);
1031
- var l = this.s9(f, j, h, this.yl, a, b, c, d);
1032
- var m = this.ss(a, i, k, b);
1033
- var n = this.st(a, j, l, b);
1043
+ var i = this.ta(e);
1044
+ var j = this.tb(f);
1045
+ var k = this.tc(e, i, h, this.yp, a, b, c, d);
1046
+ var l = this.td(f, j, h, this.yp, a, b, c, d);
1047
+ var m = this.sw(a, i, k, b);
1048
+ var n = this.sx(a, j, l, b);
1034
1049
  if (!m) {
1035
- var o = this.ra(e);
1050
+ var o = this.re(e);
1036
1051
  var p = 0;
1037
1052
  while (!m && p < o.length) {
1038
1053
  e = o[p];
1039
- i = this.s6(e);
1040
- k = this.s8(e, i, h, this.yl, a, b, c, d);
1041
- m = this.ss(a, i, k, b);
1054
+ i = this.ta(e);
1055
+ k = this.tc(e, i, h, this.yp, a, b, c, d);
1056
+ m = this.sw(a, i, k, b);
1042
1057
  p++;
1043
1058
  }
1044
1059
  }
1045
1060
  if (!n) {
1046
- var q = this.rb(f);
1061
+ var q = this.rf(f);
1047
1062
  var r = 0;
1048
1063
  while (!n && r < q.length) {
1049
1064
  f = q[r];
1050
- j = this.s7(f);
1051
- l = this.s9(f, j, h, this.yl, a, b, c, d);
1052
- n = this.st(a, j, l, b);
1065
+ j = this.tb(f);
1066
+ l = this.td(f, j, h, this.yp, a, b, c, d);
1067
+ n = this.sx(a, j, l, b);
1053
1068
  r++;
1054
1069
  }
1055
1070
  }
1056
1071
  return { $type: Point_$type, x: k, y: l };
1057
1072
  };
1058
- DataToolTipLayer.prototype.s7 = function (a) {
1059
- if (!isNaN_(this.s5)) {
1060
- return this.s5;
1073
+ DataToolTipLayer.prototype.tb = function (a) {
1074
+ if (!isNaN_(this.s9)) {
1075
+ return this.s9;
1061
1076
  }
1062
1077
  switch (a) {
1063
- case 1: return this.s3;
1064
- case 2: return this.s3;
1078
+ case 1: return this.s7;
1079
+ case 2: return this.s7;
1065
1080
  case 3: return 0;
1066
- case 4: return this.s3;
1067
- case 5: return this.s3;
1068
- case 6: return this.s3;
1069
- case 7: return this.s3;
1070
- case 8: return this.s3;
1081
+ case 4: return this.s7;
1082
+ case 5: return this.s7;
1083
+ case 6: return this.s7;
1084
+ case 7: return this.s7;
1085
+ case 8: return this.s7;
1071
1086
  case 9: return 0;
1072
- case 10: return this.s3;
1073
- case 11: return this.s3;
1087
+ case 10: return this.s7;
1088
+ case 11: return this.s7;
1074
1089
  case 12: return 0;
1075
- case 13: return this.s3;
1076
- case 14: return this.s3;
1090
+ case 13: return this.s7;
1091
+ case 14: return this.s7;
1077
1092
  case 15: return 0;
1078
1093
  }
1079
- return this.s3;
1094
+ return this.s7;
1080
1095
  };
1081
- DataToolTipLayer.prototype.s6 = function (a) {
1082
- if (!isNaN_(this.s4)) {
1083
- return this.s4;
1096
+ DataToolTipLayer.prototype.ta = function (a) {
1097
+ if (!isNaN_(this.s8)) {
1098
+ return this.s8;
1084
1099
  }
1085
1100
  switch (a) {
1086
- case 4: return this.s2;
1101
+ case 4: return this.s6;
1087
1102
  case 6: return 0;
1088
- case 5: return this.s2;
1089
- case 13: return this.s2;
1103
+ case 5: return this.s6;
1104
+ case 13: return this.s6;
1090
1105
  case 15: return 0;
1091
- case 14: return this.s2;
1092
- case 7: return this.s2;
1106
+ case 14: return this.s6;
1107
+ case 7: return this.s6;
1093
1108
  case 9: return 0;
1094
- case 8: return this.s2;
1095
- case 1: return this.s2;
1109
+ case 8: return this.s6;
1110
+ case 1: return this.s6;
1096
1111
  case 3: return 0;
1097
- case 2: return this.s2;
1098
- case 10: return this.s2;
1112
+ case 2: return this.s6;
1113
+ case 10: return this.s6;
1099
1114
  case 12: return 0;
1100
- case 11: return this.s2;
1115
+ case 11: return this.s6;
1101
1116
  }
1102
- return this.s2;
1117
+ return this.s6;
1103
1118
  };
1104
- DataToolTipLayer.prototype.rb = function (a) {
1119
+ DataToolTipLayer.prototype.rf = function (a) {
1105
1120
  var b = [a];
1106
1121
  switch (a) {
1107
1122
  case 1:
@@ -1146,7 +1161,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1146
1161
  }
1147
1162
  return b;
1148
1163
  };
1149
- DataToolTipLayer.prototype.ra = function (a) {
1164
+ DataToolTipLayer.prototype.re = function (a) {
1150
1165
  var b = [a];
1151
1166
  switch (a) {
1152
1167
  case 1:
@@ -1191,13 +1206,13 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1191
1206
  }
1192
1207
  return b;
1193
1208
  };
1194
- DataToolTipLayer.prototype.ss = function (a, b, c, d) {
1195
- return !(this.sp(a, b, c) || this.sq(a, b, c, d));
1209
+ DataToolTipLayer.prototype.sw = function (a, b, c, d) {
1210
+ return !(this.st(a, b, c) || this.su(a, b, c, d));
1196
1211
  };
1197
- DataToolTipLayer.prototype.st = function (a, b, c, d) {
1198
- return !(this.sr(a, b, c) || this.so(a, b, c, d));
1212
+ DataToolTipLayer.prototype.sx = function (a, b, c, d) {
1213
+ return !(this.sv(a, b, c) || this.ss(a, b, c, d));
1199
1214
  };
1200
- DataToolTipLayer.prototype.wg = function (a) {
1215
+ DataToolTipLayer.prototype.wk = function (a) {
1201
1216
  var b = new List$1(DataTooltipCollisionInfo.$, 0);
1202
1217
  for (var c = 0; c < a.f.count; c++) {
1203
1218
  var d = new DataTooltipCollisionInfo();
@@ -1226,7 +1241,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1226
1241
  }
1227
1242
  return 0;
1228
1243
  });
1229
- var e = this.sm(b);
1244
+ var e = this.sq(b);
1230
1245
  if (!e) {
1231
1246
  return;
1232
1247
  }
@@ -1258,7 +1273,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1258
1273
  a.g._inner[q] = r.e.y;
1259
1274
  }
1260
1275
  };
1261
- DataToolTipLayer.prototype.sm = function (a) {
1276
+ DataToolTipLayer.prototype.sq = function (a) {
1262
1277
  if (a.count <= 1) {
1263
1278
  return false;
1264
1279
  }
@@ -1274,30 +1289,32 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1274
1289
  }
1275
1290
  return false;
1276
1291
  };
1277
- DataToolTipLayer.prototype.wk = function (a, b, c, d, e) {
1278
- var f = this.qk(a);
1292
+ DataToolTipLayer.prototype.wo = function (a, b, c, d, e) {
1293
+ var f = this.qo(a);
1279
1294
  if (!f.c) {
1280
1295
  return;
1281
1296
  }
1282
- var g = a.pm(f.d, c, d);
1283
- var h = this.r1.b6;
1284
- var i = this.q5;
1297
+ var g = a.pq(f.d, c, d);
1298
+ var h = this.r5.b6;
1299
+ var i = this.q9;
1285
1300
  if (!c) {
1286
- i = this.pp(g);
1301
+ i = this.pt(g);
1287
1302
  }
1288
- var j = a.ht(i);
1303
+ var j = a.hv(i);
1289
1304
  var k = h.item(e);
1290
1305
  var l = this.b0.bu;
1291
- var m = this.r1.b5(k);
1306
+ var m = this.r5.b5(k);
1292
1307
  if (!Base.equalsStatic(m.target, this.cd)) {
1293
1308
  m.target = this.cd;
1294
1309
  }
1295
1310
  m.includedSeries = [a.dataLegendKey];
1296
- this.wi(m);
1297
- if (!this.r1.b8(k, a)) {
1311
+ this.wm(m);
1312
+ m.targetCursorPositionX = this.q9.x;
1313
+ m.targetCursorPositionY = this.q9.y;
1314
+ if (!this.r5.b8(k, a)) {
1298
1315
  return;
1299
1316
  }
1300
- var n = this.r1.cn(k);
1317
+ var n = this.r5.cn(k);
1301
1318
  b.i.add1(k);
1302
1319
  var o = g.x;
1303
1320
  var p = g.x;
@@ -1327,35 +1344,43 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1327
1344
  b.g.add(t);
1328
1345
  b.k.add(n.width);
1329
1346
  b.j.add(n.height);
1330
- var u = this.oz;
1347
+ var u = this.o3;
1331
1348
  if (u == null) {
1332
- u = this.o3;
1349
+ u = this.o7;
1333
1350
  }
1334
1351
  if (u == null) {
1335
- u = a.oz;
1352
+ u = a.o3;
1336
1353
  }
1337
1354
  b.h.add(u);
1338
1355
  };
1339
- DataToolTipLayer.prototype.wj = function (a, b, c) {
1356
+ DataToolTipLayer.prototype.wn = function (a, b, c) {
1340
1357
  var e_6, _a;
1341
- this.rp = this.rs();
1342
1358
  this.rt = this.rw();
1359
+ this.rx = this.r0();
1343
1360
  var d = a.f;
1344
1361
  var e = a.e;
1345
1362
  var f = 0;
1346
- var g = this.r1.b6.item(0);
1347
- this.r1.b8(g, null);
1348
- var h = this.r1.b5(g);
1363
+ var g = this.r5.b6.item(0);
1364
+ this.r5.b8(g, null);
1365
+ var h = this.r5.b5(g);
1349
1366
  if (!Base.equalsStatic(h.target, this.cd)) {
1350
1367
  h.target = this.cd;
1351
1368
  }
1352
1369
  var i = new List$1(String_$type, 0);
1353
- var j = this.rg();
1370
+ var j = this.rk();
1354
1371
  if (j != null) {
1355
1372
  try {
1356
1373
  for (var _b = tslib_1.__values(fromEnum(j.da())), _c = _b.next(); !_c.done; _c = _b.next()) {
1357
1374
  var k = _c.value;
1358
- i.add(k.dataLegendKey);
1375
+ if (k.isStacked) {
1376
+ k.ld(function (l) {
1377
+ i.add(l.dataLegendKey);
1378
+ return true;
1379
+ });
1380
+ }
1381
+ else {
1382
+ i.add(k.dataLegendKey);
1383
+ }
1359
1384
  }
1360
1385
  }
1361
1386
  catch (e_6_1) {
@@ -1376,10 +1401,10 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1376
1401
  else {
1377
1402
  h.includedSeries = null;
1378
1403
  }
1379
- this.wi(h);
1380
- h.targetCursorPositionX = this.q5.x;
1381
- h.targetCursorPositionY = this.q5.y;
1382
- var l = this.r1.cn(g);
1404
+ this.wm(h);
1405
+ h.targetCursorPositionX = this.q9.x;
1406
+ h.targetCursorPositionY = this.q9.y;
1407
+ var l = this.r5.cn(g);
1383
1408
  var m = 0;
1384
1409
  var n = 0;
1385
1410
  var o = 0;
@@ -1389,9 +1414,9 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1389
1414
  o = d.x;
1390
1415
  p = d.y;
1391
1416
  var s = this.b0.bu;
1392
- var t = this.r1.co();
1393
- var u = this.ym();
1394
- var v = this.yi(u, l, e, d);
1417
+ var t = this.r5.co();
1418
+ var u = this.yq();
1419
+ var v = this.ym(u, l, e, d);
1395
1420
  var w = v.x;
1396
1421
  var x = v.y;
1397
1422
  {
@@ -1405,13 +1430,13 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1405
1430
  b.i.add1(g);
1406
1431
  var y = null;
1407
1432
  b.h.add(y);
1408
- this.r1.b6.count = 1;
1433
+ this.r5.b6.count = 1;
1409
1434
  };
1410
- DataToolTipLayer.prototype.t6 = function (a) {
1435
+ DataToolTipLayer.prototype.ua = function (a) {
1411
1436
  return a.toolTip;
1412
1437
  };
1413
- DataToolTipLayer.prototype.qu = function (a, b) {
1414
- _super.prototype.qu.call(this, a, b);
1438
+ DataToolTipLayer.prototype.qy = function (a, b) {
1439
+ _super.prototype.qy.call(this, a, b);
1415
1440
  var c = a;
1416
1441
  var d = c.m.count;
1417
1442
  var e = b.bu.left;
@@ -1420,7 +1445,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1420
1445
  var h = b.bu.bottom;
1421
1446
  for (var i = 0; i < d; i++) {
1422
1447
  if (isNaN_(c.l._inner[i]) || isNaN_(c.m._inner[i]) || isNaN_(c.f._inner[i]) || isNaN_(c.g._inner[i])) {
1423
- this.r1.cf(c.i._inner[i]);
1448
+ this.r5.cf(c.i._inner[i]);
1424
1449
  continue;
1425
1450
  }
1426
1451
  var j = c.f._inner[i];
@@ -1429,7 +1454,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1429
1454
  var m = c.j._inner[i];
1430
1455
  var n = false;
1431
1456
  if (n) {
1432
- this.r1.cf(c.i._inner[i]);
1457
+ this.r5.cf(c.i._inner[i]);
1433
1458
  continue;
1434
1459
  }
1435
1460
  var o = c.i._inner[i];
@@ -1437,27 +1462,27 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1437
1462
  var q = Math.min(c.g._inner[i], c.m._inner[i]);
1438
1463
  var r = c.l._inner[i] - c.f._inner[i];
1439
1464
  var s = c.m._inner[i] - c.g._inner[i];
1440
- this.r1.ch(o, p, q, r, s);
1465
+ this.r5.ch(o, p, q, r, s);
1441
1466
  }
1442
1467
  };
1443
- DataToolTipLayer.prototype.em = function () {
1468
+ DataToolTipLayer.prototype.en = function () {
1444
1469
  return true;
1445
1470
  };
1446
- Object.defineProperty(DataToolTipLayer.prototype, "rq", {
1471
+ Object.defineProperty(DataToolTipLayer.prototype, "ru", {
1447
1472
  get: function () {
1448
- return this.rp;
1473
+ return this.rt;
1449
1474
  },
1450
1475
  set: function (a) {
1451
- var b = this.rp;
1452
- this.rp = a;
1453
- if (b != this.rp) {
1454
- this.raisePropertyChanged("ActualGroupedPositionModeX", enumGetBox(DataTooltipGroupedPositionX_$type, b), enumGetBox(DataTooltipGroupedPositionX_$type, this.rp));
1476
+ var b = this.rt;
1477
+ this.rt = a;
1478
+ if (b != this.rt) {
1479
+ this.raisePropertyChanged("ActualGroupedPositionModeX", enumGetBox(DataTooltipGroupedPositionX_$type, b), enumGetBox(DataTooltipGroupedPositionX_$type, this.rt));
1455
1480
  }
1456
1481
  },
1457
1482
  enumerable: true,
1458
1483
  configurable: true
1459
1484
  });
1460
- DataToolTipLayer.prototype.rs = function () {
1485
+ DataToolTipLayer.prototype.rw = function () {
1461
1486
  var e_7, _a;
1462
1487
  if (this.cd == null) {
1463
1488
  return 2;
@@ -1466,23 +1491,23 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1466
1491
  var b = false;
1467
1492
  var c = false;
1468
1493
  var d = false;
1469
- var e = this.rg();
1494
+ var e = this.rk();
1470
1495
  if (e == null) {
1471
1496
  return 2;
1472
1497
  }
1473
1498
  try {
1474
1499
  for (var _b = tslib_1.__values(fromEnum(e.dd)), _c = _b.next(); !_c.done; _c = _b.next()) {
1475
1500
  var f = _c.value;
1476
- if (f.dh) {
1501
+ if (f.di) {
1477
1502
  a = true;
1478
1503
  }
1479
1504
  if (f.isVertical) {
1480
1505
  b = true;
1481
1506
  }
1482
- if (f.d6) {
1507
+ if (f.d7) {
1483
1508
  c = true;
1484
1509
  }
1485
- if (f.ec) {
1510
+ if (f.ed) {
1486
1511
  d = true;
1487
1512
  }
1488
1513
  }
@@ -1513,12 +1538,12 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1513
1538
  $ret.add_1(9);
1514
1539
  return $ret;
1515
1540
  })());
1516
- var h = g.contains(this.rr);
1517
- if (this.rr != 0) {
1541
+ var h = g.contains(this.rv);
1542
+ if (this.rv != 0) {
1518
1543
  if (h && b) {
1519
1544
  return 11;
1520
1545
  }
1521
- return this.rr;
1546
+ return this.rv;
1522
1547
  }
1523
1548
  if (c || d) {
1524
1549
  return 11;
@@ -1531,21 +1556,21 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1531
1556
  }
1532
1557
  return 8;
1533
1558
  };
1534
- Object.defineProperty(DataToolTipLayer.prototype, "ru", {
1559
+ Object.defineProperty(DataToolTipLayer.prototype, "ry", {
1535
1560
  get: function () {
1536
- return this.rt;
1561
+ return this.rx;
1537
1562
  },
1538
1563
  set: function (a) {
1539
- var b = this.rt;
1540
- this.rt = a;
1541
- if (b != this.rt) {
1542
- this.raisePropertyChanged("ActualPositionModeY", enumGetBox(DataTooltipGroupedPositionY_$type, b), enumGetBox(DataTooltipGroupedPositionY_$type, this.rt));
1564
+ var b = this.rx;
1565
+ this.rx = a;
1566
+ if (b != this.rx) {
1567
+ this.raisePropertyChanged("ActualPositionModeY", enumGetBox(DataTooltipGroupedPositionY_$type, b), enumGetBox(DataTooltipGroupedPositionY_$type, this.rx));
1543
1568
  }
1544
1569
  },
1545
1570
  enumerable: true,
1546
1571
  configurable: true
1547
1572
  });
1548
- DataToolTipLayer.prototype.rw = function () {
1573
+ DataToolTipLayer.prototype.r0 = function () {
1549
1574
  var e_8, _a;
1550
1575
  if (this.cd == null) {
1551
1576
  return 11;
@@ -1553,7 +1578,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1553
1578
  var a = false;
1554
1579
  var b = false;
1555
1580
  var c = false;
1556
- var d = this.rg();
1581
+ var d = this.rk();
1557
1582
  if (d == null) {
1558
1583
  return 11;
1559
1584
  }
@@ -1563,10 +1588,10 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1563
1588
  if (e.isVertical) {
1564
1589
  a = true;
1565
1590
  }
1566
- if (e.d6) {
1591
+ if (e.d7) {
1567
1592
  b = true;
1568
1593
  }
1569
- if (e.ec) {
1594
+ if (e.ed) {
1570
1595
  c = true;
1571
1596
  }
1572
1597
  }
@@ -1597,12 +1622,12 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1597
1622
  $ret.add_1(9);
1598
1623
  return $ret;
1599
1624
  })());
1600
- var g = f.contains(this.rv);
1601
- if (this.rv != 0) {
1625
+ var g = f.contains(this.rz);
1626
+ if (this.rz != 0) {
1602
1627
  if (g && !a) {
1603
1628
  return 11;
1604
1629
  }
1605
- return this.rv;
1630
+ return this.rz;
1606
1631
  }
1607
1632
  if (b || c) {
1608
1633
  return 11;
@@ -1615,134 +1640,134 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1615
1640
  }
1616
1641
  return 11;
1617
1642
  };
1618
- Object.defineProperty(DataToolTipLayer.prototype, "sl", {
1643
+ Object.defineProperty(DataToolTipLayer.prototype, "sp", {
1619
1644
  get: function () {
1620
- return this.sc;
1645
+ return this.sg;
1621
1646
  },
1622
1647
  set: function (a) {
1623
- var b = this.sc;
1624
- this.sc = a;
1625
- if (b != this.sc) {
1626
- this.raisePropertyChanged("ValueTextStyle", b, this.sc);
1648
+ var b = this.sg;
1649
+ this.sg = a;
1650
+ if (b != this.sg) {
1651
+ this.raisePropertyChanged("ValueTextStyle", b, this.sg);
1627
1652
  }
1628
1653
  },
1629
1654
  enumerable: true,
1630
1655
  configurable: true
1631
1656
  });
1632
- Object.defineProperty(DataToolTipLayer.prototype, "sd", {
1657
+ Object.defineProperty(DataToolTipLayer.prototype, "sh", {
1633
1658
  get: function () {
1634
- return this.r4;
1659
+ return this.r8;
1635
1660
  },
1636
1661
  set: function (a) {
1637
- var b = this.r4;
1638
- this.r4 = a;
1639
- if (b != this.r4) {
1640
- this.raisePropertyChanged("HeaderTextStyle", b, this.r4);
1662
+ var b = this.r8;
1663
+ this.r8 = a;
1664
+ if (b != this.r8) {
1665
+ this.raisePropertyChanged("HeaderTextStyle", b, this.r8);
1641
1666
  }
1642
1667
  },
1643
1668
  enumerable: true,
1644
1669
  configurable: true
1645
1670
  });
1646
- Object.defineProperty(DataToolTipLayer.prototype, "sg", {
1671
+ Object.defineProperty(DataToolTipLayer.prototype, "sk", {
1647
1672
  get: function () {
1648
- return this.r7;
1673
+ return this.sb;
1649
1674
  },
1650
1675
  set: function (a) {
1651
- var b = this.r7;
1652
- this.r7 = a;
1653
- if (b != this.r7) {
1654
- this.raisePropertyChanged("SummaryTitleTextStyle", b, this.r7);
1676
+ var b = this.sb;
1677
+ this.sb = a;
1678
+ if (b != this.sb) {
1679
+ this.raisePropertyChanged("SummaryTitleTextStyle", b, this.sb);
1655
1680
  }
1656
1681
  },
1657
1682
  enumerable: true,
1658
1683
  configurable: true
1659
1684
  });
1660
- Object.defineProperty(DataToolTipLayer.prototype, "si", {
1685
+ Object.defineProperty(DataToolTipLayer.prototype, "sm", {
1661
1686
  get: function () {
1662
- return this.r9;
1687
+ return this.sd;
1663
1688
  },
1664
1689
  set: function (a) {
1665
- var b = this.r9;
1666
- this.r9 = a;
1667
- if (b != this.r9) {
1668
- this.raisePropertyChanged("SummaryValueTextStyle", b, this.r9);
1690
+ var b = this.sd;
1691
+ this.sd = a;
1692
+ if (b != this.sd) {
1693
+ this.raisePropertyChanged("SummaryValueTextStyle", b, this.sd);
1669
1694
  }
1670
1695
  },
1671
1696
  enumerable: true,
1672
1697
  configurable: true
1673
1698
  });
1674
- Object.defineProperty(DataToolTipLayer.prototype, "sf", {
1699
+ Object.defineProperty(DataToolTipLayer.prototype, "sj", {
1675
1700
  get: function () {
1676
- return this.r6;
1701
+ return this.sa;
1677
1702
  },
1678
1703
  set: function (a) {
1679
- var b = this.r6;
1680
- this.r6 = a;
1681
- if (b != this.r6) {
1682
- this.raisePropertyChanged("SummaryLabelTextStyle", b, this.r6);
1704
+ var b = this.sa;
1705
+ this.sa = a;
1706
+ if (b != this.sa) {
1707
+ this.raisePropertyChanged("SummaryLabelTextStyle", b, this.sa);
1683
1708
  }
1684
1709
  },
1685
1710
  enumerable: true,
1686
1711
  configurable: true
1687
1712
  });
1688
- Object.defineProperty(DataToolTipLayer.prototype, "sh", {
1713
+ Object.defineProperty(DataToolTipLayer.prototype, "sl", {
1689
1714
  get: function () {
1690
- return this.r8;
1715
+ return this.sc;
1691
1716
  },
1692
1717
  set: function (a) {
1693
- var b = this.r8;
1694
- this.r8 = a;
1695
- if (b != this.r8) {
1696
- this.raisePropertyChanged("SummaryUnitsTextStyle", b, this.r8);
1718
+ var b = this.sc;
1719
+ this.sc = a;
1720
+ if (b != this.sc) {
1721
+ this.raisePropertyChanged("SummaryUnitsTextStyle", b, this.sc);
1697
1722
  }
1698
1723
  },
1699
1724
  enumerable: true,
1700
1725
  configurable: true
1701
1726
  });
1702
- Object.defineProperty(DataToolTipLayer.prototype, "sk", {
1727
+ Object.defineProperty(DataToolTipLayer.prototype, "so", {
1703
1728
  get: function () {
1704
- return this.sb;
1729
+ return this.sf;
1705
1730
  },
1706
1731
  set: function (a) {
1707
- var b = this.sb;
1708
- this.sb = a;
1709
- if (b != this.sb) {
1710
- this.raisePropertyChanged("UnitsTextStyle", b, this.sb);
1732
+ var b = this.sf;
1733
+ this.sf = a;
1734
+ if (b != this.sf) {
1735
+ this.raisePropertyChanged("UnitsTextStyle", b, this.sf);
1711
1736
  }
1712
1737
  },
1713
1738
  enumerable: true,
1714
1739
  configurable: true
1715
1740
  });
1716
- Object.defineProperty(DataToolTipLayer.prototype, "sj", {
1741
+ Object.defineProperty(DataToolTipLayer.prototype, "sn", {
1717
1742
  get: function () {
1718
- return this.sa;
1743
+ return this.se;
1719
1744
  },
1720
1745
  set: function (a) {
1721
- var b = this.sa;
1722
- this.sa = a;
1723
- if (b != this.sa) {
1724
- this.raisePropertyChanged("TitleTextStyle", b, this.sa);
1746
+ var b = this.se;
1747
+ this.se = a;
1748
+ if (b != this.se) {
1749
+ this.raisePropertyChanged("TitleTextStyle", b, this.se);
1725
1750
  }
1726
1751
  },
1727
1752
  enumerable: true,
1728
1753
  configurable: true
1729
1754
  });
1730
- Object.defineProperty(DataToolTipLayer.prototype, "se", {
1755
+ Object.defineProperty(DataToolTipLayer.prototype, "si", {
1731
1756
  get: function () {
1732
- return this.r5;
1757
+ return this.r9;
1733
1758
  },
1734
1759
  set: function (a) {
1735
- var b = this.r5;
1736
- this.r5 = a;
1737
- if (b != this.r5) {
1738
- this.raisePropertyChanged("LabelTextStyle", b, this.r5);
1760
+ var b = this.r9;
1761
+ this.r9 = a;
1762
+ if (b != this.r9) {
1763
+ this.raisePropertyChanged("LabelTextStyle", b, this.r9);
1739
1764
  }
1740
1765
  },
1741
1766
  enumerable: true,
1742
1767
  configurable: true
1743
1768
  });
1744
1769
  DataToolTipLayer.$t = markType(DataToolTipLayer, 'DataToolTipLayer', AnnotationLayer.$);
1745
- DataToolTipLayer.$$p = markDep(DependencyProperty, PropertyMetadata, DataToolTipLayer, 'raisePropertyChanged', ['BadgeMargin:yo:wm', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'BadgeShape:r3:wn', [LegendItemBadgeShape_$type, enumGetBox(LegendItemBadgeShape_$type, 0)], 'DefaultPositionOffsetX:s2:wo', [1, DeviceUtils.g(10)], 'DefaultPositionOffsetY:s3:wp', [1, DeviceUtils.g(10)], 'ExcludedColumns:q8:wq', [Array_$type, null], 'ExcludedSeries:q9:wr', [Array_$type, null], 'GroupedPositionModeX:rr:ws', [DataTooltipGroupedPositionX_$type, enumGetBox(DataTooltipGroupedPositionX_$type, 0)], 'GroupedPositionModeY:rv:wt', [DataTooltipGroupedPositionY_$type, enumGetBox(DataTooltipGroupedPositionY_$type, 0)], 'GroupingMode:rz:wu', [DataToolTipLayerGroupingMode_$type, enumGetBox(DataToolTipLayerGroupingMode_$type, 0)], 'HeaderFormatCulture:uj:wv', [2, stringEmpty()], 'HeaderFormatDate:rj:ww', [DataLegendHeaderDateMode_$type, enumGetBox(DataLegendHeaderDateMode_$type, 0)], 'HeaderFormatSpecifiers:rc:wx', [Array_$type, null], 'HeaderFormatString:un:wy', [2, null], 'HeaderFormatTime:rk:wz', [DataLegendHeaderTimeMode_$type, enumGetBox(DataLegendHeaderTimeMode_$type, 0)], 'HeaderRowMargin:yp:w0', [Thickness.$, new Thickness(0, 5)], 'HeaderRowVisible:sn:w1', [0, true], 'HeaderTextColor:x9:w2', [Brush.$, null], 'HeaderTextMargin:yq:w3', [Thickness.$, new Thickness(1, 2, 0, 0, 0)], 'HeaderText:us:w4', [2, null], 'IncludedColumns:rd:w5', [Array_$type, null], 'IncludedSeries:re:w6', [Array_$type, null], 'LabelDisplayMode:rl:w7', [DataLegendLabelMode_$type, enumGetBox(DataLegendLabelMode_$type, 0)], 'LabelTextColor:ya:w8', [Brush.$, null], 'LabelTextMargin:yr:w9', [Thickness.$, new Thickness(1, 8, 0, 0, 0)], 'PositionOffsetX:s4:xa', [1, NaN], 'PositionOffsetY:s5:xb', [1, NaN], 'ShouldUpdateWhenSeriesDataChanges:su:xc', [0, true], 'SummaryLabelTextColor:yb:xd', [Brush.$, null], 'SummaryLabelText:u6:xe', [2, null], 'SummaryRowMargin:ys:xf', [Thickness.$, new Thickness(0, 5)], 'SummaryTitleTextColor:yc:xg', [Brush.$, null], 'SummaryTitleTextMargin:yt:xh', [Thickness.$, new Thickness(1, 2, 0, 0, 0)], 'SummaryTitleText:vb:xi', [2, null], 'SummaryType:rm:xj', [DataLegendSummaryType_$type, enumGetBox(DataLegendSummaryType_$type, 0)], 'SummaryUnitsTextColor:yd:xk', [Brush.$, null], 'SummaryUnitsText:vh:xl', [2, null], 'SummaryValueTextColor:ye:xm', [Brush.$, null], 'TargetAxis:rh:xn', [Axis.$, null], 'TitleTextColor:yf:xo', [Brush.$, null], 'TitleTextMargin:yu:xp', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'UnitsDisplayMode:rn:xq', [DataLegendUnitsMode_$type, enumGetBox(DataLegendUnitsMode_$type, 0)], 'UnitsTextColor:yg:xr', [Brush.$, null], 'UnitsTextMargin:yv:xs', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'UnitsText:vs:xt', [2, null], 'UseInterpolation:sv:xu', [0, false], 'ValueFormatAbbreviation:ri:xv', [DataAbbreviationMode_$type, enumGetBox(DataAbbreviationMode_$type, 0)], 'ValueFormatCulture:vz:xw', [2, stringEmpty()], 'ValueFormatMaxFractions:t4:xx', [1, -1], 'ValueFormatMinFractions:t5:xy', [1, -1], 'ValueFormatMode:ro:xz', [DataLegendValueMode_$type, enumGetBox(DataLegendValueMode_$type, 0)], 'ValueFormatSpecifiers:rf:x0', [Array_$type, null], 'ValueFormatString:v5:x1', [2, null], 'ValueFormatUseGrouping:sw:x2', [0, true], 'ValueRowMargin:yw:x3', [Thickness.$, new Thickness(0, 5)], 'ValueRowVisible:sx:x4', [0, true], 'ValueTextColor:yh:x5', [Brush.$, null], 'ValueTextMargin:yx:x6', [Thickness.$, new Thickness(1, 2, 0, 2, 0)], 'ValueTextUseSeriesColors:sy:x7', [0, false], 'ValueTextWhenMissingData:we:x8', [2, "N/A"]]);
1770
+ DataToolTipLayer.$$p = markDep(DependencyProperty, PropertyMetadata, DataToolTipLayer, 'raisePropertyChanged', ['BadgeMargin:ys:wq', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'BadgeShape:r7:wr', [LegendItemBadgeShape_$type, enumGetBox(LegendItemBadgeShape_$type, 0)], 'DefaultPositionOffsetX:s6:ws', [1, DeviceUtils.g(10)], 'DefaultPositionOffsetY:s7:wt', [1, DeviceUtils.g(10)], 'ExcludedColumns:rc:wu', [Array_$type, null], 'ExcludedSeries:rd:wv', [Array_$type, null], 'GroupedPositionModeX:rv:ww', [DataTooltipGroupedPositionX_$type, enumGetBox(DataTooltipGroupedPositionX_$type, 0)], 'GroupedPositionModeY:rz:wx', [DataTooltipGroupedPositionY_$type, enumGetBox(DataTooltipGroupedPositionY_$type, 0)], 'GroupingMode:r3:wy', [DataToolTipLayerGroupingMode_$type, enumGetBox(DataToolTipLayerGroupingMode_$type, 0)], 'HeaderFormatCulture:un:wz', [2, stringEmpty()], 'HeaderFormatDate:rn:w0', [DataLegendHeaderDateMode_$type, enumGetBox(DataLegendHeaderDateMode_$type, 0)], 'HeaderFormatSpecifiers:rg:w1', [Array_$type, null], 'HeaderFormatString:ur:w2', [2, null], 'HeaderFormatTime:ro:w3', [DataLegendHeaderTimeMode_$type, enumGetBox(DataLegendHeaderTimeMode_$type, 0)], 'HeaderRowMargin:yt:w4', [Thickness.$, new Thickness(0, 5)], 'HeaderRowVisible:sr:w5', [0, true], 'HeaderTextColor:yd:w6', [Brush.$, null], 'HeaderTextMargin:yu:w7', [Thickness.$, new Thickness(1, 2, 0, 0, 0)], 'HeaderText:uw:w8', [2, null], 'IncludedColumns:rh:w9', [Array_$type, null], 'IncludedSeries:ri:xa', [Array_$type, null], 'LabelDisplayMode:rp:xb', [DataLegendLabelMode_$type, enumGetBox(DataLegendLabelMode_$type, 0)], 'LabelTextColor:ye:xc', [Brush.$, null], 'LabelTextMargin:yv:xd', [Thickness.$, new Thickness(1, 8, 0, 0, 0)], 'PositionOffsetX:s8:xe', [1, NaN], 'PositionOffsetY:s9:xf', [1, NaN], 'ShouldUpdateWhenSeriesDataChanges:sy:xg', [0, true], 'SummaryLabelTextColor:yf:xh', [Brush.$, null], 'SummaryLabelText:va:xi', [2, null], 'SummaryRowMargin:yw:xj', [Thickness.$, new Thickness(0, 5)], 'SummaryTitleTextColor:yg:xk', [Brush.$, null], 'SummaryTitleTextMargin:yx:xl', [Thickness.$, new Thickness(1, 2, 0, 0, 0)], 'SummaryTitleText:vf:xm', [2, null], 'SummaryType:rq:xn', [DataLegendSummaryType_$type, enumGetBox(DataLegendSummaryType_$type, 0)], 'SummaryUnitsTextColor:yh:xo', [Brush.$, null], 'SummaryUnitsText:vl:xp', [2, null], 'SummaryValueTextColor:yi:xq', [Brush.$, null], 'TargetAxis:rl:xr', [Axis.$, null], 'TitleTextColor:yj:xs', [Brush.$, null], 'TitleTextMargin:yy:xt', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'UnitsDisplayMode:rr:xu', [DataLegendUnitsMode_$type, enumGetBox(DataLegendUnitsMode_$type, 0)], 'UnitsTextColor:yk:xv', [Brush.$, null], 'UnitsTextMargin:yz:xw', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'UnitsText:vw:xx', [2, null], 'UseInterpolation:sz:xy', [0, false], 'ValueFormatAbbreviation:rm:xz', [DataAbbreviationMode_$type, enumGetBox(DataAbbreviationMode_$type, 0)], 'ValueFormatCulture:v3:x0', [2, stringEmpty()], 'ValueFormatMaxFractions:t8:x1', [1, -1], 'ValueFormatMinFractions:t9:x2', [1, -1], 'ValueFormatMode:rs:x3', [DataLegendValueMode_$type, enumGetBox(DataLegendValueMode_$type, 0)], 'ValueFormatSpecifiers:rj:x4', [Array_$type, null], 'ValueFormatString:v9:x5', [2, null], 'ValueFormatUseGrouping:s0:x6', [0, true], 'ValueRowMargin:y0:x7', [Thickness.$, new Thickness(0, 5)], 'ValueRowVisible:s1:x8', [0, true], 'ValueTextColor:yl:x9', [Brush.$, null], 'ValueTextMargin:y1:ya', [Thickness.$, new Thickness(1, 2, 0, 2, 0)], 'ValueTextUseSeriesColors:s2:yb', [0, false], 'ValueTextWhenMissingData:wi:yc', [2, "N/A"]]);
1746
1771
  return DataToolTipLayer;
1747
1772
  }(AnnotationLayer));
1748
1773
  export { DataToolTipLayer };
@@ -1775,17 +1800,17 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1775
1800
  };
1776
1801
  DataToolTipLayerView.prototype.ca = function () {
1777
1802
  var a = new PointerTooltip();
1778
- a.bw(this.e.g9);
1803
+ a.bw(this.e.hb);
1779
1804
  a._visibility = 1;
1780
- a.ap = this.e.cd.cq.k;
1805
+ a.ap = this.e.cd.cu.k;
1781
1806
  var b = null;
1782
1807
  if (TypeRegistrar.isRegistered("XamDataLegend")) {
1783
1808
  b = TypeRegistrar.create("XamDataLegend");
1784
1809
  }
1785
1810
  b.pixelScalingRatio = 1;
1786
1811
  if (this.e.cd != null) {
1787
- var c = this.e.cd.cq.j.ae.createElement("div");
1788
- var ren_ = this.e.cd.cq.j.ae.getSubRenderer(c);
1812
+ var c = this.e.cd.cu.j.ae.createElement("div");
1813
+ var ren_ = this.e.cd.cu.j.ae.getSubRenderer(c);
1789
1814
  var len_ = b;
1790
1815
  len_.provideContainer(ren_);
1791
1816
  }
@@ -1844,18 +1869,18 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1844
1869
  };
1845
1870
  DataToolTipLayerView.prototype.cm = function () {
1846
1871
  if (this.e.cd != null) {
1847
- var a = this.e.cd.r8();
1848
- var b = this.e.cd.cq.a8;
1849
- var c = this.e.cd.cq.a7;
1872
+ var a = this.e.cd.s2();
1873
+ var b = this.e.cd.cu.a8;
1874
+ var c = this.e.cd.cu.a7;
1850
1875
  return new Rect(0, 0, 0, b, c);
1851
1876
  }
1852
1877
  return Rect.empty;
1853
1878
  };
1854
1879
  DataToolTipLayerView.prototype.cl = function () {
1855
1880
  if (this.e.cd != null) {
1856
- var a = this.e.cd.r8();
1857
- var b = this.e.cd.cq.a8;
1858
- var c = this.e.cd.cq.a7;
1881
+ var a = this.e.cd.s2();
1882
+ var b = this.e.cd.cu.a8;
1883
+ var c = this.e.cd.cu.a7;
1859
1884
  return new Rect(0, 0, 0, b, c);
1860
1885
  }
1861
1886
  return Rect.empty;
@@ -1864,11 +1889,11 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1864
1889
  var a = 0;
1865
1890
  var b = 0;
1866
1891
  if (this.e.cd != null) {
1867
- var c = this.e.cd.r8();
1892
+ var c = this.e.cd.s2();
1868
1893
  a += c.x;
1869
1894
  b += c.y;
1870
- var d = this.e.cd.cq.a8;
1871
- var e = this.e.cd.cq.a7;
1895
+ var d = this.e.cd.cu.a8;
1896
+ var e = this.e.cd.cu.a7;
1872
1897
  return new Rect(0, a, b, d, e);
1873
1898
  }
1874
1899
  return Rect.empty;
@@ -1877,7 +1902,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1877
1902
  var b = 0;
1878
1903
  var c = 0;
1879
1904
  if (this.e.cd != null) {
1880
- var d = this.e.cd.r8();
1905
+ var d = this.e.cd.s2();
1881
1906
  b += d.x;
1882
1907
  c += d.y;
1883
1908
  }
@@ -1886,7 +1911,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1886
1911
  DataToolTipLayerView.prototype.ch = function (a, b, c, d, e) {
1887
1912
  var f = null;
1888
1913
  if (this.e.cd != null) {
1889
- f = this.e.cd.cq.j.i();
1914
+ f = this.e.cd.cu.j.i();
1890
1915
  }
1891
1916
  var g = a;
1892
1917
  if (g == null) {
@@ -1929,7 +1954,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1929
1954
  var d = 0;
1930
1955
  var e = this.e.cd;
1931
1956
  if (e != null) {
1932
- var f = e.cq.j.b7();
1957
+ var f = e.cu.j.b7();
1933
1958
  c += f.x;
1934
1959
  d += f.y;
1935
1960
  }
@@ -1944,7 +1969,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1944
1969
  var d = 0;
1945
1970
  var e = 0;
1946
1971
  if (this.e.cd != null) {
1947
- var f = this.e.cd.r8();
1972
+ var f = this.e.cd.s2();
1948
1973
  d += f.x;
1949
1974
  e += f.y;
1950
1975
  }