igniteui-webcomponents-charts 3.2.1 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (567) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +10178 -10093
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  4. package/esm2015/lib/AccumulationDistributionIndicator.js +6 -6
  5. package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +3 -3
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +117 -117
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +185 -185
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +6 -6
  9. package/esm2015/lib/AnnotationLayerProxy.js +25 -25
  10. package/esm2015/lib/AnnotationLayer_combined.js +116 -116
  11. package/esm2015/lib/AreaSeries_combined.js +35 -35
  12. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  13. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  14. package/esm2015/lib/BarSeries_combined.js +69 -69
  15. package/esm2015/lib/BollingerBandWidthIndicator.js +19 -19
  16. package/esm2015/lib/BollingerBandsOverlay_combined.js +77 -77
  17. package/esm2015/lib/BrushScale.js +7 -7
  18. package/esm2015/lib/BubbleSeries_combined.js +227 -227
  19. package/esm2015/lib/CalloutLayer_combined.js +404 -404
  20. package/esm2015/lib/CategoryBucketCalculator_combined.js +180 -180
  21. package/esm2015/lib/CategoryChart.js +13 -13
  22. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  23. package/esm2015/lib/CategoryHighlightLayer_combined.js +49 -49
  24. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +96 -96
  25. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  26. package/esm2015/lib/CategorySeriesInteractionManager.js +3 -3
  27. package/esm2015/lib/CategoryToolTipLayer_combined.js +64 -64
  28. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  29. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  30. package/esm2015/lib/ColumnSeries_combined.js +50 -50
  31. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  32. package/esm2015/lib/CrosshairLayer_combined.js +77 -77
  33. package/esm2015/lib/CustomIndicator.js +22 -22
  34. package/esm2015/lib/DataToolTipLayer_combined.js +428 -410
  35. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  36. package/esm2015/lib/DomainChart.js +11 -8
  37. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  38. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  39. package/esm2015/lib/FinalValueLayer_combined.js +63 -63
  40. package/esm2015/lib/FinancialChart_combined.js +20 -20
  41. package/esm2015/lib/FinancialEventArgs_combined.js +509 -509
  42. package/esm2015/lib/FinancialIndicator_combined.js +168 -168
  43. package/esm2015/lib/FinancialOverlay.js +28 -28
  44. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  45. package/esm2015/lib/FinancialPriceSeriesProxy.js +14 -14
  46. package/esm2015/lib/FinancialPriceSeries_combined.js +203 -203
  47. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  48. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  49. package/esm2015/lib/HighDensityScatterSeries_combined.js +388 -388
  50. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +94 -94
  51. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  52. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  53. package/esm2015/lib/HorizontalRangeCategorySeries.js +36 -36
  54. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  55. package/esm2015/lib/IndicatorProxy.js +10 -10
  56. package/esm2015/lib/ItemToolTipLayer_combined.js +86 -68
  57. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  58. package/esm2015/lib/LineSeries_combined.js +29 -29
  59. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  60. package/esm2015/lib/MassIndexIndicator.js +6 -6
  61. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  62. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  63. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  64. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  65. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  66. package/esm2015/lib/OverlayProxy.js +7 -7
  67. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  68. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  69. package/esm2015/lib/PieChartViewManager_combined.js +1 -0
  70. package/esm2015/lib/PointSeries_combined.js +13 -13
  71. package/esm2015/lib/PointerTooltip_combined.js +75 -65
  72. package/esm2015/lib/PolarAreaSeries_combined.js +19 -19
  73. package/esm2015/lib/PolarBase_combined.js +334 -334
  74. package/esm2015/lib/PolarLineSeriesBase_combined.js +46 -46
  75. package/esm2015/lib/PolarLineSeries_combined.js +18 -18
  76. package/esm2015/lib/PolarScatterSeries_combined.js +8 -8
  77. package/esm2015/lib/PolarSplineAreaSeries_combined.js +20 -20
  78. package/esm2015/lib/PolarSplineSeries_combined.js +17 -17
  79. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  80. package/esm2015/lib/PriceChannelOverlay_combined.js +61 -61
  81. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  82. package/esm2015/lib/RadialAreaSeries_combined.js +31 -31
  83. package/esm2015/lib/RadialBucketCalculator_combined.js +129 -129
  84. package/esm2015/lib/RadialColumnSeries_combined.js +37 -37
  85. package/esm2015/lib/RadialLineSeries_combined.js +28 -28
  86. package/esm2015/lib/RadialPieSeries_combined.js +35 -35
  87. package/esm2015/lib/RangeAreaSeries_combined.js +16 -16
  88. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +77 -77
  89. package/esm2015/lib/RangeColumnSeries_combined.js +22 -22
  90. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  91. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  92. package/esm2015/lib/ScatterAreaSeries_combined.js +110 -110
  93. package/esm2015/lib/ScatterBase_combined.js +380 -380
  94. package/esm2015/lib/ScatterContourSeries_combined.js +98 -98
  95. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  96. package/esm2015/lib/ScatterLineSeries.js +43 -43
  97. package/esm2015/lib/ScatterLineSeriesView.js +2 -2
  98. package/esm2015/lib/ScatterPolygonSeries_combined.js +194 -194
  99. package/esm2015/lib/ScatterPolylineSeries_combined.js +20 -20
  100. package/esm2015/lib/ScatterSeries_combined.js +11 -11
  101. package/esm2015/lib/ScatterSplineSeries.js +30 -30
  102. package/esm2015/lib/ScatterSplineSeriesView.js +2 -2
  103. package/esm2015/lib/ScatterTriangulationSeries.js +141 -141
  104. package/esm2015/lib/SeriesInteractionManager.js +16 -16
  105. package/esm2015/lib/SeriesRenderManager.js +8 -8
  106. package/esm2015/lib/SeriesViewerInteractionManager.js +5 -5
  107. package/esm2015/lib/SeriesViewer_combined.js +462 -458
  108. package/esm2015/lib/SeriesVisualDataManager.js +2 -2
  109. package/esm2015/lib/ShapeSeriesBase_combined.js +264 -264
  110. package/esm2015/lib/SizeScale.js +2 -2
  111. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  112. package/esm2015/lib/SplineAreaSeries_combined.js +28 -28
  113. package/esm2015/lib/SplineSeriesBase_combined.js +101 -101
  114. package/esm2015/lib/SplineSeries_combined.js +20 -20
  115. package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
  116. package/esm2015/lib/Stacked100BarBucketCalculator.js +25 -23
  117. package/esm2015/lib/Stacked100BarSeries_combined.js +11 -11
  118. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +25 -23
  119. package/esm2015/lib/Stacked100ColumnSeries_combined.js +11 -11
  120. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  121. package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
  122. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  123. package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
  124. package/esm2015/lib/StackedLineSeries_combined.js +8 -8
  125. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +850 -844
  126. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  127. package/esm2015/lib/StepAreaSeries_combined.js +30 -30
  128. package/esm2015/lib/StepLineSeries_combined.js +31 -31
  129. package/esm2015/lib/StochRSIIndicator.js +15 -15
  130. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  131. package/esm2015/lib/TRIXIndicator.js +16 -16
  132. package/esm2015/lib/TimeAxisBase.js +1 -1
  133. package/esm2015/lib/TimeXAxis.js +1 -1
  134. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  135. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  136. package/esm2015/lib/ValueOverlay_combined.js +96 -96
  137. package/esm2015/lib/VerticalAnchoredCategorySeries.js +52 -52
  138. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
  139. package/esm2015/lib/WaterfallSeries_combined.js +88 -88
  140. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  141. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  142. package/esm2015/lib/igc-anchored-category-series-component.js +15 -15
  143. package/esm2015/lib/igc-anchored-radial-series-component.js +25 -25
  144. package/esm2015/lib/igc-annotation-layer-component.js +15 -15
  145. package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
  146. package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
  147. package/esm2015/lib/igc-bar-fragment-component.js +1 -1
  148. package/esm2015/lib/igc-bar-series-component.js +7 -7
  149. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  150. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +6 -6
  151. package/esm2015/lib/igc-bubble-series-component.js +43 -43
  152. package/esm2015/lib/igc-callout-layer-component.js +94 -94
  153. package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
  154. package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
  155. package/esm2015/lib/igc-category-series-component.js +15 -15
  156. package/esm2015/lib/igc-category-tool-tip-layer-component.js +10 -10
  157. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  158. package/esm2015/lib/igc-column-fragment-component.js +7 -7
  159. package/esm2015/lib/igc-column-series-component.js +10 -10
  160. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  161. package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
  162. package/esm2015/lib/igc-data-tool-tip-layer-component.js +367 -360
  163. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  164. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  165. package/esm2015/lib/igc-final-value-layer-component.js +42 -42
  166. package/esm2015/lib/igc-financial-indicator-component.js +11 -11
  167. package/esm2015/lib/igc-financial-overlay-component.js +3 -3
  168. package/esm2015/lib/igc-financial-price-series-component.js +27 -27
  169. package/esm2015/lib/igc-financial-series-component.js +48 -48
  170. package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
  171. package/esm2015/lib/igc-fragment-base-component.js +1 -1
  172. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  173. package/esm2015/lib/igc-high-density-scatter-series-component.js +52 -52
  174. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +4 -4
  175. package/esm2015/lib/igc-horizontal-range-category-series-component.js +13 -13
  176. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +2 -2
  177. package/esm2015/lib/igc-item-tool-tip-layer-component.js +22 -15
  178. package/esm2015/lib/igc-marker-series-component.js +28 -28
  179. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  180. package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
  181. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  182. package/esm2015/lib/igc-polar-area-series-component.js +3 -3
  183. package/esm2015/lib/igc-polar-base-component.js +71 -71
  184. package/esm2015/lib/igc-polar-line-series-component.js +3 -3
  185. package/esm2015/lib/igc-polar-spline-area-series-component.js +3 -3
  186. package/esm2015/lib/igc-polar-spline-series-component.js +3 -3
  187. package/esm2015/lib/igc-price-channel-overlay-component.js +3 -3
  188. package/esm2015/lib/igc-radial-area-series-component.js +3 -3
  189. package/esm2015/lib/igc-radial-base-component.js +26 -26
  190. package/esm2015/lib/igc-radial-column-series-component.js +6 -6
  191. package/esm2015/lib/igc-radial-line-series-component.js +3 -3
  192. package/esm2015/lib/igc-radial-pie-series-component.js +6 -6
  193. package/esm2015/lib/igc-range-category-series-component.js +4 -4
  194. package/esm2015/lib/igc-range-column-series-component.js +7 -7
  195. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  196. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
  197. package/esm2015/lib/igc-scatter-area-series-component.js +22 -22
  198. package/esm2015/lib/igc-scatter-base-component.js +43 -43
  199. package/esm2015/lib/igc-scatter-contour-series-component.js +27 -27
  200. package/esm2015/lib/igc-scatter-line-series-component.js +3 -3
  201. package/esm2015/lib/igc-scatter-polygon-series-component.js +37 -37
  202. package/esm2015/lib/igc-scatter-polyline-series-component.js +6 -6
  203. package/esm2015/lib/igc-scatter-spline-series-component.js +3 -3
  204. package/esm2015/lib/igc-scatter-triangulation-series-component.js +34 -34
  205. package/esm2015/lib/igc-series-component.js +54 -47
  206. package/esm2015/lib/igc-shape-series-base-component.js +40 -40
  207. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  208. package/esm2015/lib/igc-spline-fragment-base-component.js +1 -1
  209. package/esm2015/lib/igc-spline-series-base-component.js +6 -6
  210. package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
  211. package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
  212. package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
  213. package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
  214. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  215. package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
  216. package/esm2015/lib/igc-stacked-bar-series-component.js +6 -6
  217. package/esm2015/lib/igc-stacked-column-series-component.js +6 -6
  218. package/esm2015/lib/igc-stacked-series-base-component.js +10 -10
  219. package/esm2015/lib/igc-stacked-spline-area-series-component.js +3 -3
  220. package/esm2015/lib/igc-stacked-spline-series-component.js +3 -3
  221. package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
  222. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
  223. package/esm2015/lib/igc-trix-indicator-component.js +3 -3
  224. package/esm2015/lib/igc-value-overlay-component.js +48 -48
  225. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +4 -4
  226. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
  227. package/esm2015/lib/igc-waterfall-series-component.js +14 -14
  228. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
  229. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  230. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  231. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +3 -3
  232. package/esm5/lib/AnchoredCategorySeries_combined.js +116 -116
  233. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +183 -183
  234. package/esm5/lib/AngleAxisLabelPanel_combined.js +6 -6
  235. package/esm5/lib/AnnotationLayerProxy.js +25 -25
  236. package/esm5/lib/AnnotationLayer_combined.js +115 -115
  237. package/esm5/lib/AreaSeries_combined.js +35 -35
  238. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  239. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  240. package/esm5/lib/BarSeries_combined.js +69 -69
  241. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  242. package/esm5/lib/BollingerBandsOverlay_combined.js +77 -77
  243. package/esm5/lib/BrushScale.js +7 -7
  244. package/esm5/lib/BubbleSeries_combined.js +230 -230
  245. package/esm5/lib/CalloutLayer_combined.js +405 -405
  246. package/esm5/lib/CategoryBucketCalculator_combined.js +180 -180
  247. package/esm5/lib/CategoryChart.js +13 -13
  248. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  249. package/esm5/lib/CategoryHighlightLayer_combined.js +48 -48
  250. package/esm5/lib/CategoryItemHighlightLayer_combined.js +96 -96
  251. package/esm5/lib/CategoryMarkerManager.js +1 -1
  252. package/esm5/lib/CategorySeriesInteractionManager.js +3 -3
  253. package/esm5/lib/CategoryToolTipLayer_combined.js +64 -64
  254. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  255. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  256. package/esm5/lib/ColumnSeries_combined.js +49 -49
  257. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  258. package/esm5/lib/CrosshairLayer_combined.js +77 -77
  259. package/esm5/lib/CustomIndicator.js +22 -22
  260. package/esm5/lib/DataToolTipLayer_combined.js +428 -410
  261. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  262. package/esm5/lib/DomainChart.js +11 -8
  263. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  264. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  265. package/esm5/lib/FinalValueLayer_combined.js +63 -63
  266. package/esm5/lib/FinancialChart_combined.js +20 -20
  267. package/esm5/lib/FinancialEventArgs_combined.js +509 -509
  268. package/esm5/lib/FinancialIndicator_combined.js +167 -167
  269. package/esm5/lib/FinancialOverlay.js +28 -28
  270. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  271. package/esm5/lib/FinancialPriceSeriesProxy.js +14 -14
  272. package/esm5/lib/FinancialPriceSeries_combined.js +202 -202
  273. package/esm5/lib/ForceIndexIndicator.js +15 -15
  274. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  275. package/esm5/lib/HighDensityScatterSeries_combined.js +389 -389
  276. package/esm5/lib/HorizontalAnchoredCategorySeries.js +92 -92
  277. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  278. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  279. package/esm5/lib/HorizontalRangeCategorySeries.js +36 -36
  280. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  281. package/esm5/lib/IndicatorProxy.js +10 -10
  282. package/esm5/lib/ItemToolTipLayer_combined.js +86 -68
  283. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  284. package/esm5/lib/LineSeries_combined.js +29 -29
  285. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  286. package/esm5/lib/MassIndexIndicator.js +6 -6
  287. package/esm5/lib/MedianPriceIndicator.js +6 -6
  288. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  289. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  290. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  291. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  292. package/esm5/lib/OverlayProxy.js +7 -7
  293. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  294. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  295. package/esm5/lib/PieChartViewManager_combined.js +1 -0
  296. package/esm5/lib/PointSeries_combined.js +13 -13
  297. package/esm5/lib/PointerTooltip_combined.js +75 -65
  298. package/esm5/lib/PolarAreaSeries_combined.js +19 -19
  299. package/esm5/lib/PolarBase_combined.js +333 -333
  300. package/esm5/lib/PolarLineSeriesBase_combined.js +46 -46
  301. package/esm5/lib/PolarLineSeries_combined.js +18 -18
  302. package/esm5/lib/PolarScatterSeries_combined.js +8 -8
  303. package/esm5/lib/PolarSplineAreaSeries_combined.js +20 -20
  304. package/esm5/lib/PolarSplineSeries_combined.js +17 -17
  305. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  306. package/esm5/lib/PriceChannelOverlay_combined.js +61 -61
  307. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  308. package/esm5/lib/RadialAreaSeries_combined.js +31 -31
  309. package/esm5/lib/RadialBucketCalculator_combined.js +129 -129
  310. package/esm5/lib/RadialColumnSeries_combined.js +37 -37
  311. package/esm5/lib/RadialLineSeries_combined.js +28 -28
  312. package/esm5/lib/RadialPieSeries_combined.js +35 -35
  313. package/esm5/lib/RangeAreaSeries_combined.js +16 -16
  314. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +77 -77
  315. package/esm5/lib/RangeColumnSeries_combined.js +22 -22
  316. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  317. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  318. package/esm5/lib/ScatterAreaSeries_combined.js +108 -108
  319. package/esm5/lib/ScatterBase_combined.js +379 -379
  320. package/esm5/lib/ScatterContourSeries_combined.js +96 -96
  321. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  322. package/esm5/lib/ScatterLineSeries.js +43 -43
  323. package/esm5/lib/ScatterLineSeriesView.js +2 -2
  324. package/esm5/lib/ScatterPolygonSeries_combined.js +192 -192
  325. package/esm5/lib/ScatterPolylineSeries_combined.js +20 -20
  326. package/esm5/lib/ScatterSeries_combined.js +11 -11
  327. package/esm5/lib/ScatterSplineSeries.js +30 -30
  328. package/esm5/lib/ScatterSplineSeriesView.js +2 -2
  329. package/esm5/lib/ScatterTriangulationSeries.js +145 -145
  330. package/esm5/lib/SeriesInteractionManager.js +16 -16
  331. package/esm5/lib/SeriesRenderManager.js +8 -8
  332. package/esm5/lib/SeriesViewerInteractionManager.js +5 -5
  333. package/esm5/lib/SeriesViewer_combined.js +457 -453
  334. package/esm5/lib/SeriesVisualDataManager.js +2 -2
  335. package/esm5/lib/ShapeSeriesBase_combined.js +262 -262
  336. package/esm5/lib/SizeScale.js +2 -2
  337. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  338. package/esm5/lib/SplineAreaSeries_combined.js +28 -28
  339. package/esm5/lib/SplineSeriesBase_combined.js +101 -101
  340. package/esm5/lib/SplineSeries_combined.js +20 -20
  341. package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
  342. package/esm5/lib/Stacked100BarBucketCalculator.js +25 -23
  343. package/esm5/lib/Stacked100BarSeries_combined.js +11 -11
  344. package/esm5/lib/Stacked100ColumnBucketCalculator.js +25 -23
  345. package/esm5/lib/Stacked100ColumnSeries_combined.js +11 -11
  346. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  347. package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
  348. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  349. package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
  350. package/esm5/lib/StackedLineSeries_combined.js +8 -8
  351. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +849 -843
  352. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  353. package/esm5/lib/StepAreaSeries_combined.js +30 -30
  354. package/esm5/lib/StepLineSeries_combined.js +31 -31
  355. package/esm5/lib/StochRSIIndicator.js +14 -14
  356. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  357. package/esm5/lib/TRIXIndicator.js +15 -15
  358. package/esm5/lib/TimeAxisBase.js +1 -1
  359. package/esm5/lib/TimeXAxis.js +1 -1
  360. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  361. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  362. package/esm5/lib/ValueOverlay_combined.js +96 -96
  363. package/esm5/lib/VerticalAnchoredCategorySeries.js +52 -52
  364. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
  365. package/esm5/lib/WaterfallSeries_combined.js +88 -88
  366. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  367. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  368. package/esm5/lib/igc-anchored-category-series-component.js +15 -15
  369. package/esm5/lib/igc-anchored-radial-series-component.js +25 -25
  370. package/esm5/lib/igc-annotation-layer-component.js +15 -15
  371. package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
  372. package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
  373. package/esm5/lib/igc-bar-fragment-component.js +1 -1
  374. package/esm5/lib/igc-bar-series-component.js +7 -7
  375. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  376. package/esm5/lib/igc-bollinger-bands-overlay-component.js +6 -6
  377. package/esm5/lib/igc-bubble-series-component.js +43 -43
  378. package/esm5/lib/igc-callout-layer-component.js +94 -94
  379. package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
  380. package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
  381. package/esm5/lib/igc-category-series-component.js +15 -15
  382. package/esm5/lib/igc-category-tool-tip-layer-component.js +10 -10
  383. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  384. package/esm5/lib/igc-column-fragment-component.js +7 -7
  385. package/esm5/lib/igc-column-series-component.js +10 -10
  386. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  387. package/esm5/lib/igc-crosshair-layer-component.js +90 -90
  388. package/esm5/lib/igc-data-tool-tip-layer-component.js +367 -360
  389. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  390. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  391. package/esm5/lib/igc-final-value-layer-component.js +42 -42
  392. package/esm5/lib/igc-financial-indicator-component.js +11 -11
  393. package/esm5/lib/igc-financial-overlay-component.js +3 -3
  394. package/esm5/lib/igc-financial-price-series-component.js +27 -27
  395. package/esm5/lib/igc-financial-series-component.js +48 -48
  396. package/esm5/lib/igc-force-index-indicator-component.js +4 -4
  397. package/esm5/lib/igc-fragment-base-component.js +1 -1
  398. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  399. package/esm5/lib/igc-high-density-scatter-series-component.js +52 -52
  400. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +4 -4
  401. package/esm5/lib/igc-horizontal-range-category-series-component.js +13 -13
  402. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +2 -2
  403. package/esm5/lib/igc-item-tool-tip-layer-component.js +22 -15
  404. package/esm5/lib/igc-marker-series-component.js +28 -28
  405. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  406. package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
  407. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  408. package/esm5/lib/igc-polar-area-series-component.js +3 -3
  409. package/esm5/lib/igc-polar-base-component.js +71 -71
  410. package/esm5/lib/igc-polar-line-series-component.js +3 -3
  411. package/esm5/lib/igc-polar-spline-area-series-component.js +3 -3
  412. package/esm5/lib/igc-polar-spline-series-component.js +3 -3
  413. package/esm5/lib/igc-price-channel-overlay-component.js +3 -3
  414. package/esm5/lib/igc-radial-area-series-component.js +3 -3
  415. package/esm5/lib/igc-radial-base-component.js +26 -26
  416. package/esm5/lib/igc-radial-column-series-component.js +6 -6
  417. package/esm5/lib/igc-radial-line-series-component.js +3 -3
  418. package/esm5/lib/igc-radial-pie-series-component.js +6 -6
  419. package/esm5/lib/igc-range-category-series-component.js +4 -4
  420. package/esm5/lib/igc-range-column-series-component.js +7 -7
  421. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  422. package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
  423. package/esm5/lib/igc-scatter-area-series-component.js +22 -22
  424. package/esm5/lib/igc-scatter-base-component.js +43 -43
  425. package/esm5/lib/igc-scatter-contour-series-component.js +27 -27
  426. package/esm5/lib/igc-scatter-line-series-component.js +3 -3
  427. package/esm5/lib/igc-scatter-polygon-series-component.js +37 -37
  428. package/esm5/lib/igc-scatter-polyline-series-component.js +6 -6
  429. package/esm5/lib/igc-scatter-spline-series-component.js +3 -3
  430. package/esm5/lib/igc-scatter-triangulation-series-component.js +34 -34
  431. package/esm5/lib/igc-series-component.js +54 -47
  432. package/esm5/lib/igc-shape-series-base-component.js +40 -40
  433. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  434. package/esm5/lib/igc-spline-fragment-base-component.js +1 -1
  435. package/esm5/lib/igc-spline-series-base-component.js +6 -6
  436. package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
  437. package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
  438. package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
  439. package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
  440. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  441. package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
  442. package/esm5/lib/igc-stacked-bar-series-component.js +6 -6
  443. package/esm5/lib/igc-stacked-column-series-component.js +6 -6
  444. package/esm5/lib/igc-stacked-series-base-component.js +10 -10
  445. package/esm5/lib/igc-stacked-spline-area-series-component.js +3 -3
  446. package/esm5/lib/igc-stacked-spline-series-component.js +3 -3
  447. package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
  448. package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
  449. package/esm5/lib/igc-trix-indicator-component.js +3 -3
  450. package/esm5/lib/igc-value-overlay-component.js +48 -48
  451. package/esm5/lib/igc-vertical-anchored-category-series-component.js +4 -4
  452. package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
  453. package/esm5/lib/igc-waterfall-series-component.js +14 -14
  454. package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
  455. package/fesm2015/igniteui-webcomponents-charts.js +10211 -10126
  456. package/fesm5/igniteui-webcomponents-charts.js +10178 -10093
  457. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  458. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  459. package/lib/AnchoredCategorySeries_combined.d.ts +34 -34
  460. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +36 -36
  461. package/lib/AnnotationLayer_combined.d.ts +31 -31
  462. package/lib/AreaSeries_combined.d.ts +6 -6
  463. package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
  464. package/lib/AverageTrueRangeIndicator.d.ts +8 -8
  465. package/lib/BarSeries_combined.d.ts +10 -10
  466. package/lib/BollingerBandWidthIndicator.d.ts +8 -8
  467. package/lib/BollingerBandsOverlay_combined.d.ts +10 -10
  468. package/lib/BubbleSeries_combined.d.ts +38 -38
  469. package/lib/CalloutLayer_combined.d.ts +83 -83
  470. package/lib/CategoryBucketCalculator_combined.d.ts +49 -49
  471. package/lib/CategoryHighlightLayer_combined.d.ts +14 -14
  472. package/lib/CategoryItemHighlightLayer_combined.d.ts +24 -24
  473. package/lib/CategoryToolTipLayer_combined.d.ts +13 -13
  474. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  475. package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
  476. package/lib/ColumnSeries_combined.d.ts +10 -10
  477. package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
  478. package/lib/CrosshairLayer_combined.d.ts +37 -37
  479. package/lib/CustomIndicator.d.ts +8 -8
  480. package/lib/DataToolTipLayer_combined.d.ts +117 -115
  481. package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
  482. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  483. package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
  484. package/lib/FinalValueLayer_combined.d.ts +25 -25
  485. package/lib/FinancialEventArgs_combined.d.ts +90 -90
  486. package/lib/FinancialIndicator_combined.d.ts +26 -26
  487. package/lib/FinancialOverlay.d.ts +4 -4
  488. package/lib/FinancialPriceSeries_combined.d.ts +30 -30
  489. package/lib/ForceIndexIndicator.d.ts +9 -9
  490. package/lib/FullStochasticOscillatorIndicator.d.ts +13 -13
  491. package/lib/HighDensityScatterSeries_combined.d.ts +74 -74
  492. package/lib/HorizontalAnchoredCategorySeries.d.ts +19 -19
  493. package/lib/HorizontalRangeCategorySeries.d.ts +10 -10
  494. package/lib/ItemToolTipLayer_combined.d.ts +17 -15
  495. package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
  496. package/lib/LineSeries_combined.d.ts +5 -5
  497. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  498. package/lib/MassIndexIndicator.d.ts +4 -4
  499. package/lib/MedianPriceIndicator.d.ts +4 -4
  500. package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
  501. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  502. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  503. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  504. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  505. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  506. package/lib/PointSeries_combined.d.ts +4 -4
  507. package/lib/PointerTooltip_combined.d.ts +27 -25
  508. package/lib/PolarAreaSeries_combined.d.ts +7 -7
  509. package/lib/PolarBase_combined.d.ts +81 -81
  510. package/lib/PolarLineSeriesBase_combined.d.ts +18 -18
  511. package/lib/PolarLineSeries_combined.d.ts +7 -7
  512. package/lib/PolarScatterSeries_combined.d.ts +3 -3
  513. package/lib/PolarSplineAreaSeries_combined.d.ts +7 -7
  514. package/lib/PolarSplineSeries_combined.d.ts +6 -6
  515. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  516. package/lib/PriceChannelOverlay_combined.d.ts +8 -8
  517. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  518. package/lib/RadialAreaSeries_combined.d.ts +6 -6
  519. package/lib/RadialBucketCalculator_combined.d.ts +32 -32
  520. package/lib/RadialColumnSeries_combined.d.ts +5 -5
  521. package/lib/RadialLineSeries_combined.d.ts +6 -6
  522. package/lib/RadialPieSeries_combined.d.ts +6 -6
  523. package/lib/RangeAreaSeries_combined.d.ts +4 -4
  524. package/lib/RangeCategoryBucketCalculator_combined.d.ts +14 -14
  525. package/lib/RangeColumnSeries_combined.d.ts +5 -5
  526. package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
  527. package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
  528. package/lib/ScatterAreaSeries_combined.d.ts +21 -21
  529. package/lib/ScatterBase_combined.d.ts +80 -80
  530. package/lib/ScatterContourSeries_combined.d.ts +15 -15
  531. package/lib/ScatterLineSeries.d.ts +9 -9
  532. package/lib/ScatterPolygonSeries_combined.d.ts +36 -36
  533. package/lib/ScatterPolylineSeries_combined.d.ts +8 -8
  534. package/lib/ScatterSeries_combined.d.ts +3 -3
  535. package/lib/ScatterSplineSeries.d.ts +7 -7
  536. package/lib/ScatterTriangulationSeries.d.ts +29 -29
  537. package/lib/SeriesViewer_combined.d.ts +137 -136
  538. package/lib/ShapeSeriesBase_combined.d.ts +69 -69
  539. package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
  540. package/lib/SplineAreaSeries_combined.d.ts +5 -5
  541. package/lib/SplineSeriesBase_combined.d.ts +17 -17
  542. package/lib/SplineSeries_combined.d.ts +4 -4
  543. package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
  544. package/lib/Stacked100BarSeries_combined.d.ts +5 -5
  545. package/lib/Stacked100ColumnSeries_combined.d.ts +5 -5
  546. package/lib/Stacked100LineSeries_combined.d.ts +4 -4
  547. package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
  548. package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
  549. package/lib/StackedLineSeries_combined.d.ts +2 -2
  550. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +149 -149
  551. package/lib/StandardDeviationIndicator.d.ts +8 -8
  552. package/lib/StepAreaSeries_combined.d.ts +6 -6
  553. package/lib/StepLineSeries_combined.d.ts +5 -5
  554. package/lib/StochRSIIndicator.d.ts +8 -8
  555. package/lib/StrategyBasedIndicator.d.ts +19 -19
  556. package/lib/TRIXIndicator.d.ts +8 -8
  557. package/lib/TypicalPriceIndicator.d.ts +4 -4
  558. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  559. package/lib/ValueOverlay_combined.d.ts +31 -31
  560. package/lib/VerticalAnchoredCategorySeries.d.ts +13 -13
  561. package/lib/WaterfallSeries_combined.d.ts +13 -13
  562. package/lib/WeightedCloseIndicator.d.ts +4 -4
  563. package/lib/WilliamsPercentRIndicator.d.ts +8 -8
  564. package/lib/igc-data-tool-tip-layer-component.d.ts +5 -0
  565. package/lib/igc-item-tool-tip-layer-component.d.ts +5 -0
  566. package/lib/igc-series-component.d.ts +5 -0
  567. package/package.json +2 -2
@@ -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.rw = 1;
52
- _this.sy = new Dictionary$2(String_$type, Base.$, 0);
53
- _this.sz = new List$1(String_$type, 0);
54
- _this.ro = 8;
55
- _this.rs = 11;
56
- _this.sb = null;
57
- _this.r3 = null;
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;
58
60
  _this.r6 = null;
59
61
  _this.r8 = null;
60
- _this.r5 = null;
61
- _this.r7 = null;
62
+ _this.sb = null;
62
63
  _this.sa = null;
63
- _this.r9 = null;
64
- _this.r4 = null;
64
+ _this.r5 = null;
65
65
  var a = new DataToolTipLayerFrame();
66
66
  var b = new DataToolTipLayerFrame();
67
67
  var c = new DataToolTipLayerFrame();
68
- _this.p5 = a;
69
- _this.p4 = b;
70
- _this.p6 = c;
68
+ _this.p6 = a;
69
+ _this.p5 = b;
70
+ _this.p7 = c;
71
71
  _this.ab = DataToolTipLayer.$;
72
72
  return _this;
73
73
  }
@@ -77,37 +77,37 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
77
77
  DataToolTipLayer.prototype.bx = function () {
78
78
  return new DataToolTipLayerView(this);
79
79
  };
80
- DataToolTipLayer.prototype.ly = function (a) {
81
- _super.prototype.ly.call(this, a);
82
- this.r0 = a;
80
+ DataToolTipLayer.prototype.lz = function (a) {
81
+ _super.prototype.lz.call(this, a);
82
+ this.r1 = a;
83
83
  };
84
84
  DataToolTipLayer.prototype.get_dk = function () {
85
85
  return true;
86
86
  };
87
- Object.defineProperty(DataToolTipLayer.prototype, "rx", {
87
+ Object.defineProperty(DataToolTipLayer.prototype, "ry", {
88
88
  get: function () {
89
- return this.rw;
89
+ return this.rx;
90
90
  },
91
91
  set: function (a) {
92
- var b = this.rw;
93
- this.rw = a;
94
- if (b != this.rw) {
95
- this.raisePropertyChanged("ActualGroupingMode", enumGetBox(DataToolTipLayerGroupingMode_$type, b), enumGetBox(DataToolTipLayerGroupingMode_$type, this.rw));
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));
96
96
  }
97
97
  },
98
98
  enumerable: true,
99
99
  configurable: true
100
100
  });
101
- DataToolTipLayer.prototype.rz = function () {
101
+ DataToolTipLayer.prototype.r0 = 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.ry != 0) {
108
- return this.ry;
107
+ if (this.rz != 0) {
108
+ return this.rz;
109
109
  }
110
- var e = this.rf();
110
+ var e = this.rg();
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()) {
@@ -145,29 +145,29 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
145
145
  }
146
146
  return 1;
147
147
  };
148
- DataToolTipLayer.prototype.l3 = function (a, b, c, d) {
149
- _super.prototype.l3.call(this, a, b, c, d);
148
+ DataToolTipLayer.prototype.l4 = function (a, b, c, d) {
149
+ _super.prototype.l4.call(this, a, b, c, d);
150
150
  switch (b) {
151
151
  case DataToolTipLayer.$$p[37]:
152
- this.mh(true);
152
+ this.mi(true);
153
153
  break;
154
154
  case DataToolTipLayer.$$p[44]:
155
- this.mh(true);
155
+ this.mi(true);
156
156
  break;
157
157
  case DataToolTipLayer.$$p[8]:
158
- this.rx = this.rz();
158
+ this.ry = this.r0();
159
159
  break;
160
160
  case "ActualGroupingMode":
161
- this.mh(true);
161
+ this.mi(true);
162
162
  break;
163
163
  case DataToolTipLayer.$$p[6]:
164
- this.rp = this.rr();
164
+ this.rq = this.rs();
165
165
  break;
166
166
  case DataToolTipLayer.$$p[7]:
167
- this.rt = this.rv();
167
+ this.ru = this.rw();
168
168
  break;
169
169
  case "SeriesViewer":
170
- this.r0.ch();
170
+ this.r1.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.wg(b, c, d);
231
+ this.wh(b, c, d);
232
232
  break;
233
233
  }
234
234
  };
235
- DataToolTipLayer.prototype.wg = function (a, b, c) {
236
- if (!this.sy.containsKey(a)) {
237
- this.sz.add(a);
238
- this.sy.addItem(a, c);
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);
239
239
  }
240
240
  else {
241
- this.sy.item(a, c);
241
+ this.sz.item(a, c);
242
242
  }
243
- this.mh(true);
243
+ this.mi(true);
244
244
  };
245
- DataToolTipLayer.prototype.wk = function (a, b) {
245
+ DataToolTipLayer.prototype.wl = function (a, b) {
246
246
  switch (a) {
247
247
  case DataToolTipLayer.$$p[8]:
248
- this.ry = EnumUtil.getEnumValue(DataToolTipLayerGroupingMode_$type, b);
248
+ this.rz = EnumUtil.getEnumValue(DataToolTipLayerGroupingMode_$type, b);
249
249
  break;
250
250
  case DataToolTipLayer.$$p[24]:
251
- this.s3 = b;
251
+ this.s4 = b;
252
252
  break;
253
253
  case DataToolTipLayer.$$p[25]:
254
- this.s4 = b;
254
+ this.s5 = b;
255
255
  break;
256
256
  case DataToolTipLayer.$$p[2]:
257
- this.s1 = b;
257
+ this.s2 = b;
258
258
  break;
259
259
  case DataToolTipLayer.$$p[3]:
260
- this.s2 = b;
260
+ this.s3 = b;
261
261
  break;
262
262
  case DataToolTipLayer.$$p[6]:
263
- this.rq = EnumUtil.getEnumValue(DataTooltipGroupedPositionX_$type, b);
263
+ this.rr = EnumUtil.getEnumValue(DataTooltipGroupedPositionX_$type, b);
264
264
  break;
265
265
  case DataToolTipLayer.$$p[7]:
266
- this.ru = EnumUtil.getEnumValue(DataTooltipGroupedPositionY_$type, b);
266
+ this.rv = EnumUtil.getEnumValue(DataTooltipGroupedPositionY_$type, b);
267
267
  break;
268
268
  case DataToolTipLayer.$$p[26]:
269
- this.st = b;
269
+ this.su = b;
270
270
  break;
271
271
  case DataToolTipLayer.$$p[20]:
272
- this.rd = b;
272
+ this.re = b;
273
273
  break;
274
274
  case DataToolTipLayer.$$p[5]:
275
- this.q8 = b;
275
+ this.q9 = b;
276
276
  break;
277
277
  case DataToolTipLayer.$$p[19]:
278
- this.rc = b;
278
+ this.rd = b;
279
279
  break;
280
280
  case DataToolTipLayer.$$p[4]:
281
- this.q7 = b;
281
+ this.q8 = b;
282
282
  break;
283
283
  case DataToolTipLayer.$$p[45]:
284
- this.rh = EnumUtil.getEnumValue(DataAbbreviationMode_$type, b);
284
+ this.ri = EnumUtil.getEnumValue(DataAbbreviationMode_$type, b);
285
285
  break;
286
286
  case DataToolTipLayer.$$p[47]:
287
- this.t3 = typeGetValue(b);
287
+ this.t4 = typeGetValue(b);
288
288
  break;
289
289
  case DataToolTipLayer.$$p[48]:
290
- this.t4 = typeGetValue(b);
290
+ this.t5 = typeGetValue(b);
291
291
  break;
292
292
  case DataToolTipLayer.$$p[49]:
293
- this.rn = EnumUtil.getEnumValue(DataLegendValueMode_$type, b);
293
+ this.ro = EnumUtil.getEnumValue(DataLegendValueMode_$type, b);
294
294
  break;
295
295
  case DataToolTipLayer.$$p[46]:
296
- this.vy = b;
296
+ this.vz = b;
297
297
  break;
298
298
  case DataToolTipLayer.$$p[52]:
299
- this.sv = b;
299
+ this.sw = b;
300
300
  break;
301
301
  case DataToolTipLayer.$$p[51]:
302
- this.v4 = b;
302
+ this.v5 = b;
303
303
  break;
304
304
  case DataToolTipLayer.$$p[50]:
305
- this.re = b;
305
+ this.rf = b;
306
306
  break;
307
307
  case DataToolTipLayer.$$p[53]:
308
- this.yv = b;
308
+ this.yw = b;
309
309
  break;
310
310
  case DataToolTipLayer.$$p[54]:
311
- this.sw = b;
311
+ this.sx = b;
312
312
  break;
313
313
  case DataToolTipLayer.$$p[58]:
314
- this.wd = b;
314
+ this.we = b;
315
315
  break;
316
316
  case DataToolTipLayer.$$p[57]:
317
- this.sx = b;
317
+ this.sy = b;
318
318
  break;
319
319
  case DataToolTipLayer.$$p[56]:
320
- this.yw = b;
320
+ this.yx = b;
321
321
  break;
322
322
  case DataToolTipLayer.$$p[55]:
323
- this.yg = b;
323
+ this.yh = b;
324
324
  break;
325
325
  case "ValueTextStyle":
326
- this.sk = b;
326
+ this.sl = b;
327
327
  break;
328
328
  case DataToolTipLayer.$$p[12]:
329
- this.um = b;
329
+ this.un = b;
330
330
  break;
331
331
  case DataToolTipLayer.$$p[11]:
332
- this.rb = b;
332
+ this.rc = b;
333
333
  break;
334
334
  case DataToolTipLayer.$$p[9]:
335
- this.ui = b;
335
+ this.uj = b;
336
336
  break;
337
337
  case DataToolTipLayer.$$p[10]:
338
- this.ri = EnumUtil.getEnumValue(DataLegendHeaderDateMode_$type, b);
338
+ this.rj = EnumUtil.getEnumValue(DataLegendHeaderDateMode_$type, b);
339
339
  break;
340
340
  case DataToolTipLayer.$$p[13]:
341
- this.rj = EnumUtil.getEnumValue(DataLegendHeaderTimeMode_$type, b);
341
+ this.rk = EnumUtil.getEnumValue(DataLegendHeaderTimeMode_$type, b);
342
342
  break;
343
343
  case DataToolTipLayer.$$p[18]:
344
- this.ur = b;
344
+ this.us = b;
345
345
  break;
346
346
  case DataToolTipLayer.$$p[16]:
347
- this.x8 = b;
347
+ this.x9 = b;
348
348
  break;
349
349
  case DataToolTipLayer.$$p[17]:
350
- this.yp = b;
350
+ this.yq = b;
351
351
  break;
352
352
  case DataToolTipLayer.$$p[14]:
353
- this.yo = b;
353
+ this.yp = b;
354
354
  break;
355
355
  case DataToolTipLayer.$$p[15]:
356
- this.sm = b;
356
+ this.sn = b;
357
357
  break;
358
358
  case "HeaderTextStyle":
359
- this.sc = b;
359
+ this.sd = b;
360
360
  break;
361
361
  case DataToolTipLayer.$$p[30]:
362
- this.yb = b;
362
+ this.yc = b;
363
363
  break;
364
364
  case "SummaryTitleTextStyle":
365
- this.sf = b;
365
+ this.sg = b;
366
366
  break;
367
367
  case DataToolTipLayer.$$p[33]:
368
- this.rl = EnumUtil.getEnumValue(DataLegendSummaryType_$type, b);
368
+ this.rm = EnumUtil.getEnumValue(DataLegendSummaryType_$type, b);
369
369
  break;
370
370
  case DataToolTipLayer.$$p[32]:
371
- this.va = b;
371
+ this.vb = b;
372
372
  break;
373
373
  case DataToolTipLayer.$$p[31]:
374
- this.ys = b;
374
+ this.yt = b;
375
375
  break;
376
376
  case DataToolTipLayer.$$p[29]:
377
- this.yr = b;
377
+ this.ys = b;
378
378
  break;
379
379
  case DataToolTipLayer.$$p[36]:
380
- this.yd = b;
380
+ this.ye = b;
381
381
  break;
382
382
  case "SummaryValueTextStyle":
383
- this.sh = b;
383
+ this.si = b;
384
384
  break;
385
385
  case DataToolTipLayer.$$p[28]:
386
- this.u5 = b;
386
+ this.u6 = b;
387
387
  break;
388
388
  case DataToolTipLayer.$$p[27]:
389
- this.ya = b;
389
+ this.yb = b;
390
390
  break;
391
391
  case "SummaryLabelTextStyle":
392
- this.se = b;
392
+ this.sf = b;
393
393
  break;
394
394
  case DataToolTipLayer.$$p[35]:
395
- this.vg = b;
395
+ this.vh = b;
396
396
  break;
397
397
  case DataToolTipLayer.$$p[34]:
398
- this.yc = b;
398
+ this.yd = b;
399
399
  break;
400
400
  case "SummaryUnitsTextStyle":
401
- this.sg = b;
401
+ this.sh = b;
402
402
  break;
403
403
  case DataToolTipLayer.$$p[0]:
404
- this.yn = b;
404
+ this.yo = b;
405
405
  break;
406
406
  case DataToolTipLayer.$$p[1]:
407
- this.r2 = EnumUtil.getEnumValue(LegendItemBadgeShape_$type, b);
407
+ this.r3 = EnumUtil.getEnumValue(LegendItemBadgeShape_$type, b);
408
408
  break;
409
409
  case DataToolTipLayer.$$p[40]:
410
- this.rm = EnumUtil.getEnumValue(DataLegendUnitsMode_$type, b);
410
+ this.rn = EnumUtil.getEnumValue(DataLegendUnitsMode_$type, b);
411
411
  break;
412
412
  case DataToolTipLayer.$$p[43]:
413
- this.vr = b;
413
+ this.vs = b;
414
414
  break;
415
415
  case DataToolTipLayer.$$p[41]:
416
- this.yf = b;
416
+ this.yg = b;
417
417
  break;
418
418
  case DataToolTipLayer.$$p[42]:
419
- this.yu = b;
419
+ this.yv = b;
420
420
  break;
421
421
  case "UnitsTextStyle":
422
- this.sj = b;
422
+ this.sk = b;
423
423
  break;
424
424
  case DataToolTipLayer.$$p[39]:
425
- this.yt = b;
425
+ this.yu = b;
426
426
  break;
427
427
  case DataToolTipLayer.$$p[38]:
428
- this.ye = b;
428
+ this.yf = b;
429
429
  break;
430
430
  case "TitleTextStyle":
431
- this.si = b;
431
+ this.sj = b;
432
432
  break;
433
433
  case DataToolTipLayer.$$p[21]:
434
- this.rk = EnumUtil.getEnumValue(DataLegendLabelMode_$type, b);
434
+ this.rl = EnumUtil.getEnumValue(DataLegendLabelMode_$type, b);
435
435
  break;
436
436
  case DataToolTipLayer.$$p[22]:
437
- this.x9 = b;
437
+ this.ya = b;
438
438
  break;
439
439
  case DataToolTipLayer.$$p[23]:
440
- this.yq = b;
440
+ this.yr = b;
441
441
  break;
442
442
  case "LabelTextStyle":
443
- this.sd = b;
443
+ this.se = b;
444
444
  break;
445
445
  }
446
446
  };
447
- DataToolTipLayer.prototype.wh = function (a) {
448
- for (var b = 0; b < this.sz.count; b++) {
449
- var c = this.sz._inner[b];
450
- a.updatePropertyByName(c, this.sy.item(c));
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));
451
451
  }
452
452
  };
453
- DataToolTipLayer.prototype.qn = function (a, b) {
453
+ DataToolTipLayer.prototype.qo = function (a, b) {
454
454
  {
455
455
  if (!this.as.c) {
456
- this.mh(b);
456
+ this.mi(b);
457
457
  }
458
458
  }
459
459
  };
460
- DataToolTipLayer.prototype.qo = function (a, b) {
460
+ DataToolTipLayer.prototype.qp = function (a, b) {
461
461
  if (!this.as.c) {
462
- this.mh(b);
462
+ this.mi(b);
463
463
  }
464
464
  };
465
- DataToolTipLayer.prototype.qq = function (a, b) {
465
+ DataToolTipLayer.prototype.qr = function (a, b) {
466
466
  var e_2, _a;
467
467
  var _this = this;
468
- _super.prototype.qq.call(this, a, b);
469
- this.rw = this.rz();
468
+ _super.prototype.qr.call(this, a, b);
469
+ this.rx = this.r0();
470
470
  var c = a;
471
- var d = this.r0.b6;
472
- var e = this.su;
471
+ var d = this.r1.b6;
472
+ var e = this.sv;
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.q4.x) && isNaN_(this.q4.y)) {
482
+ if (isNaN_(this.q5.x) && isNaN_(this.q5.y)) {
483
483
  d.count = 0;
484
484
  return;
485
485
  }
486
486
  {
487
- if (this.rx == 2) {
487
+ if (this.ry == 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.qb(h)) {
494
- this.wj(h, c, e, f, g_1);
493
+ if (this.qc(h)) {
494
+ this.wk(h, c, e, f, g_1);
495
495
  g_1++;
496
496
  }
497
497
  if (h.isStacked) {
498
498
  h.la(function (i) {
499
- if (_this.qb(i)) {
500
- _this.wj(i, c, e, f, g_1);
499
+ if (_this.qc(i)) {
500
+ _this.wk(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.wf(c);
521
+ this.wg(c);
522
522
  }
523
523
  d.count = g_1;
524
524
  }
525
525
  else {
526
- var i = this.rf();
527
- var j = this.s0(i);
528
- var k = this.r1(i, j, e);
529
- this.wi(k, c, e);
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);
530
530
  }
531
531
  }
532
532
  };
533
- DataToolTipLayer.prototype.s0 = function (a) {
533
+ DataToolTipLayer.prototype.s1 = 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.rf = function () {
560
+ DataToolTipLayer.prototype.rg = function () {
561
561
  var e_4, _a, e_5, _b;
562
- if (this.rg != null) {
563
- return this.rg;
562
+ if (this.rh != null) {
563
+ return this.rh;
564
564
  }
565
565
  if (this.cd == null) {
566
566
  return null;
@@ -616,7 +616,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
616
616
  }
617
617
  return null;
618
618
  };
619
- DataToolTipLayer.prototype.r1 = function (a, b, c) {
619
+ DataToolTipLayer.prototype.r2 = 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);
@@ -646,12 +646,12 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
646
646
  continue;
647
647
  }
648
648
  }
649
- var p = this.qj(n);
649
+ var p = this.qk(n);
650
650
  if (!p.c) {
651
651
  continue;
652
652
  }
653
- j = n.pg(p.d);
654
- var q = n.pl(p.d, c, false);
653
+ j = n.ph(p.d);
654
+ var q = n.pm(p.d, c, false);
655
655
  if (h) {
656
656
  if (!isNaN_(q.y)) {
657
657
  d = Math.min(d, q.y);
@@ -672,8 +672,8 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
672
672
  continue;
673
673
  }
674
674
  }
675
- var t = n.pl(this.q4, c, false);
676
- j = n.pg(this.q4);
675
+ var t = n.pm(this.q5, c, false);
676
+ j = n.ph(this.q5);
677
677
  if (h) {
678
678
  if (!isNaN_(t.y)) {
679
679
  d = Math.min(d, t.y);
@@ -688,7 +688,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
688
688
  }
689
689
  }
690
690
  var u = null;
691
- var v = n.ht(this.q4);
691
+ var v = n.ht(this.q5);
692
692
  if (n.dl && v != null) {
693
693
  u = n.au(v);
694
694
  }
@@ -703,11 +703,11 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
703
703
  var x = 0;
704
704
  if (h) {
705
705
  x = (d + e) / 2;
706
- w = this.py.right;
706
+ w = this.pz.right;
707
707
  if (!isNaN_(j.x)) {
708
708
  w = j.x;
709
709
  }
710
- if (x < 0 || x > this.py.bottom) {
710
+ if (x < 0 || x > this.pz.bottom) {
711
711
  x = NaN;
712
712
  }
713
713
  }
@@ -716,7 +716,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
716
716
  if (!isNaN_(j.y)) {
717
717
  x = j.y;
718
718
  }
719
- if (w < 0 || w > this.py.right) {
719
+ if (w < 0 || w > this.pz.right) {
720
720
  w = NaN;
721
721
  }
722
722
  }
@@ -728,10 +728,16 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
728
728
  return y;
729
729
  };
730
730
  DataToolTipLayer.prototype.ld = function () {
731
- this.q4 = { $type: Point_$type, x: NaN, y: NaN };
732
- this.b0.ap();
731
+ this.q5 = { $type: Point_$type, x: NaN, y: NaN };
732
+ this.mi(false);
733
+ this.r1.cg(false);
733
734
  };
734
- Object.defineProperty(DataToolTipLayer.prototype, "yk", {
735
+ DataToolTipLayer.prototype.le = function () {
736
+ this.q5 = { $type: Point_$type, x: NaN, y: NaN };
737
+ this.mi(false);
738
+ this.r1.cg(true);
739
+ };
740
+ Object.defineProperty(DataToolTipLayer.prototype, "yl", {
735
741
  get: function () {
736
742
  var a = RectUtil.n(this.b0.bu);
737
743
  var b = new Size(1, this.b0.bu.width, this.b0.bu.height);
@@ -740,362 +746,362 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
740
746
  enumerable: true,
741
747
  configurable: true
742
748
  });
743
- Object.defineProperty(DataToolTipLayer.prototype, "yj", {
749
+ Object.defineProperty(DataToolTipLayer.prototype, "yk", {
744
750
  get: function () {
745
751
  var a = RectUtil.n(this.b0.bu);
746
752
  var b = new Size(1, this.b0.bu.width, this.b0.bu.height);
747
- return new Rect(3, this.r0.ci(a), b);
753
+ return new Rect(3, this.r1.cj(a), b);
748
754
  },
749
755
  enumerable: true,
750
756
  configurable: true
751
757
  });
752
- Object.defineProperty(DataToolTipLayer.prototype, "yi", {
758
+ Object.defineProperty(DataToolTipLayer.prototype, "yj", {
753
759
  get: function () {
754
760
  var a = new Rect(0, 0, 0, this.cd.m, this.cd.l);
755
761
  var b = RectUtil.n(a);
756
762
  var c = new Size(1, a.width, a.height);
757
- return new Rect(3, this.r0.ci(b), c);
763
+ return new Rect(3, this.r1.cj(b), c);
758
764
  },
759
765
  enumerable: true,
760
766
  configurable: true
761
767
  });
762
- Object.defineProperty(DataToolTipLayer.prototype, "ym", {
768
+ Object.defineProperty(DataToolTipLayer.prototype, "yn", {
763
769
  get: function () {
764
770
  var a = { $type: Point_$type, x: 0, y: 0 };
765
- return new Rect(3, a, this.r0.cn());
771
+ return new Rect(3, a, this.r1.co());
766
772
  },
767
773
  enumerable: true,
768
774
  configurable: true
769
775
  });
770
- DataToolTipLayer.prototype.yl = function () {
771
- return this.yk;
776
+ DataToolTipLayer.prototype.ym = function () {
777
+ return this.yl;
772
778
  };
773
- DataToolTipLayer.prototype.sq = function (a, b, c) {
779
+ DataToolTipLayer.prototype.sr = function (a, b, c) {
774
780
  if (Rect.l_op_Equality(a, Rect.empty)) {
775
781
  return false;
776
782
  }
777
783
  var d = a.top;
778
784
  return c < d;
779
785
  };
780
- DataToolTipLayer.prototype.sn = function (a, b, c, d) {
786
+ DataToolTipLayer.prototype.so = function (a, b, c, d) {
781
787
  if (Rect.l_op_Equality(a, Rect.empty)) {
782
788
  return false;
783
789
  }
784
790
  var e = a.bottom;
785
791
  return c + d.height >= e;
786
792
  };
787
- DataToolTipLayer.prototype.so = function (a, b, c) {
793
+ DataToolTipLayer.prototype.sp = function (a, b, c) {
788
794
  if (Rect.l_op_Equality(a, Rect.empty)) {
789
795
  return false;
790
796
  }
791
797
  var d = a.left;
792
798
  return c < d;
793
799
  };
794
- DataToolTipLayer.prototype.sp = function (a, b, c, d) {
800
+ DataToolTipLayer.prototype.sq = function (a, b, c, d) {
795
801
  if (Rect.l_op_Equality(a, Rect.empty)) {
796
802
  return false;
797
803
  }
798
804
  var e = a.right;
799
805
  return c + d.width > e;
800
806
  };
801
- DataToolTipLayer.prototype.tt = function (a, b) {
807
+ DataToolTipLayer.prototype.tu = function (a, b) {
802
808
  return a.top + b;
803
809
  };
804
- DataToolTipLayer.prototype.tr = function (a, b, c) {
810
+ DataToolTipLayer.prototype.ts = function (a, b, c) {
805
811
  return a.bottom - c.height - b;
806
812
  };
807
- DataToolTipLayer.prototype.ts = function (a, b) {
813
+ DataToolTipLayer.prototype.tt = function (a, b) {
808
814
  return ((a.bottom + a.top) / 2) - (b.height / 2);
809
815
  };
810
- DataToolTipLayer.prototype.t2 = function (a, b, c, d, e) {
816
+ DataToolTipLayer.prototype.t3 = function (a, b, c, d, e) {
811
817
  var f = c.y - d.height - b;
812
818
  return f;
813
819
  };
814
- DataToolTipLayer.prototype.t0 = function (a, b, c, d, e) {
820
+ DataToolTipLayer.prototype.t1 = function (a, b, c, d, e) {
815
821
  var f = c.y + b;
816
822
  return f;
817
823
  };
818
- DataToolTipLayer.prototype.t1 = function (a, b, c, d, e) {
824
+ DataToolTipLayer.prototype.t2 = function (a, b, c, d, e) {
819
825
  var f = c.y - (d.height / 2);
820
826
  return f;
821
827
  };
822
- DataToolTipLayer.prototype.tw = function (a, b, c, d, e) {
828
+ DataToolTipLayer.prototype.tx = function (a, b, c, d, e) {
823
829
  var f = c.y - d.height;
824
830
  f = f - b;
825
831
  return f;
826
832
  };
827
- DataToolTipLayer.prototype.tu = function (a, b, c, d, e) {
833
+ DataToolTipLayer.prototype.tv = function (a, b, c, d, e) {
828
834
  var f = c.y;
829
835
  f = f + b;
830
836
  return f;
831
837
  };
832
- DataToolTipLayer.prototype.tv = function (a, b, c, d, e) {
838
+ DataToolTipLayer.prototype.tw = function (a, b, c, d, e) {
833
839
  var f = c.y - (d.height / 2);
834
840
  return f;
835
841
  };
836
- DataToolTipLayer.prototype.tc = function (a, b) {
842
+ DataToolTipLayer.prototype.td = function (a, b) {
837
843
  return a.left + b;
838
844
  };
839
- DataToolTipLayer.prototype.te = function (a, b, c) {
845
+ DataToolTipLayer.prototype.tf = function (a, b, c) {
840
846
  return (a.right - (c.width)) - b;
841
847
  };
842
- DataToolTipLayer.prototype.td = function (a, b, c) {
848
+ DataToolTipLayer.prototype.te = function (a, b, c) {
843
849
  return ((a.right + a.left) / 2) - (c.width / 2) + b;
844
850
  };
845
- DataToolTipLayer.prototype.tl = function (a, b, c, d, e) {
851
+ DataToolTipLayer.prototype.tm = function (a, b, c, d, e) {
846
852
  var f = (c.x - d.width) - b;
847
853
  return f;
848
854
  };
849
- DataToolTipLayer.prototype.tn = function (a, b, c, d, e) {
855
+ DataToolTipLayer.prototype.to = function (a, b, c, d, e) {
850
856
  var f = c.x + b;
851
857
  return f;
852
858
  };
853
- DataToolTipLayer.prototype.tm = function (a, b, c, d, e) {
859
+ DataToolTipLayer.prototype.tn = function (a, b, c, d, e) {
854
860
  var f = (c.x - (d.width / 2));
855
861
  f = f + b;
856
862
  return f;
857
863
  };
858
- DataToolTipLayer.prototype.ti = function (a, b, c, d, e) {
864
+ DataToolTipLayer.prototype.tj = function (a, b, c, d, e) {
859
865
  var f = c.x - d.width;
860
866
  f = f - b;
861
867
  return f;
862
868
  };
863
- DataToolTipLayer.prototype.tk = function (a, b, c, d, e) {
869
+ DataToolTipLayer.prototype.tl = function (a, b, c, d, e) {
864
870
  var f = c.x;
865
871
  f = f + b;
866
872
  return f;
867
873
  };
868
- DataToolTipLayer.prototype.tj = function (a, b, c, d, e) {
874
+ DataToolTipLayer.prototype.tk = function (a, b, c, d, e) {
869
875
  var f = c.x - (d.width / 2);
870
876
  f = f + b;
871
877
  return f;
872
878
  };
873
- DataToolTipLayer.prototype.s8 = function (a, b, c, d, e, f, g, h) {
879
+ DataToolTipLayer.prototype.s9 = function (a, b, c, d, e, f, g, h) {
874
880
  switch (a) {
875
881
  case 1:
876
882
  {
877
- return this.tw(e, b, h, f, true);
883
+ return this.tx(e, b, h, f, true);
878
884
  }
879
885
  case 2:
880
886
  {
881
- return this.tu(e, b, h, f, true);
887
+ return this.tv(e, b, h, f, true);
882
888
  }
883
889
  case 3:
884
890
  {
885
- return this.tv(e, b, h, f, true);
891
+ return this.tw(e, b, h, f, true);
886
892
  }
887
- case 5: return this.tx(e, c, b, h, f);
888
- case 6: return this.ty(e, c, b, h, f);
889
- case 4: return this.tz(e, c, b, h, f);
890
- case 8: return this.to(e, c, b, h, f);
891
- case 9: return this.tp(e, c, b, h, f);
892
- case 7: return this.tq(e, c, b, h, f);
893
- case 13: return this.tt(d, b);
894
- case 14: return this.tr(d, b, f);
895
- case 15: return this.ts(d, f);
896
- case 10: return this.t2(e, b, g, f, true);
897
- case 12: return this.t1(e, b, g, f, true);
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);
898
904
  case 11:
899
- default: return this.t0(e, b, g, f, true);
905
+ default: return this.t1(e, b, g, f, true);
900
906
  }
901
907
  };
902
- DataToolTipLayer.prototype.tf = function (a, b, c, d, e) {
908
+ DataToolTipLayer.prototype.tg = function (a, b, c, d, e) {
903
909
  var f = d.x;
904
910
  f = f + b / 2;
905
911
  f = f - e.width;
906
912
  f = f - c;
907
913
  return f;
908
914
  };
909
- DataToolTipLayer.prototype.tg = function (a, b, c, d, e) {
915
+ DataToolTipLayer.prototype.th = function (a, b, c, d, e) {
910
916
  var f = d.x;
911
917
  f = f + b / 2;
912
918
  f = f - e.width / 2;
913
919
  f = f + c;
914
920
  return f;
915
921
  };
916
- DataToolTipLayer.prototype.th = function (a, b, c, d, e) {
922
+ DataToolTipLayer.prototype.ti = function (a, b, c, d, e) {
917
923
  var f = d.x;
918
924
  f = f + b / 2;
919
925
  f = f + c;
920
926
  return f;
921
927
  };
922
- DataToolTipLayer.prototype.s9 = function (a, b, c, d, e) {
928
+ DataToolTipLayer.prototype.ta = function (a, b, c, d, e) {
923
929
  var f = d.x;
924
930
  f = f - b / 2;
925
931
  f = f - e.width;
926
932
  f = f - c;
927
933
  return f;
928
934
  };
929
- DataToolTipLayer.prototype.ta = function (a, b, c, d, e) {
935
+ DataToolTipLayer.prototype.tb = function (a, b, c, d, e) {
930
936
  var f = d.x;
931
937
  f = f - b / 2;
932
938
  f = f - e.width / 2;
933
939
  f = f + c;
934
940
  return f;
935
941
  };
936
- DataToolTipLayer.prototype.tb = function (a, b, c, d, e) {
942
+ DataToolTipLayer.prototype.tc = function (a, b, c, d, e) {
937
943
  var f = d.x;
938
944
  f = f - b / 2;
939
945
  f = f + c;
940
946
  return f;
941
947
  };
942
- DataToolTipLayer.prototype.tq = function (a, b, c, d, e) {
948
+ DataToolTipLayer.prototype.tr = function (a, b, c, d, e) {
943
949
  var f = d.y;
944
950
  f = f + b / 2;
945
951
  f = f - e.height;
946
952
  f = f - c;
947
953
  return f;
948
954
  };
949
- DataToolTipLayer.prototype.tp = function (a, b, c, d, e) {
955
+ DataToolTipLayer.prototype.tq = function (a, b, c, d, e) {
950
956
  var f = d.y;
951
957
  f = f + b / 2;
952
958
  f = f - e.height / 2;
953
959
  f = f + c;
954
960
  return f;
955
961
  };
956
- DataToolTipLayer.prototype.to = function (a, b, c, d, e) {
962
+ DataToolTipLayer.prototype.tp = function (a, b, c, d, e) {
957
963
  var f = d.y;
958
964
  f = f + b / 2;
959
965
  f = f + c;
960
966
  return f;
961
967
  };
962
- DataToolTipLayer.prototype.tz = function (a, b, c, d, e) {
968
+ DataToolTipLayer.prototype.t0 = function (a, b, c, d, e) {
963
969
  var f = d.y;
964
970
  f = f - b / 2;
965
971
  f = f - e.height;
966
972
  f = f - c;
967
973
  return f;
968
974
  };
969
- DataToolTipLayer.prototype.ty = function (a, b, c, d, e) {
975
+ DataToolTipLayer.prototype.tz = function (a, b, c, d, e) {
970
976
  var f = d.y;
971
977
  f = f - b / 2;
972
978
  f = f - e.height / 2;
973
979
  f = f + c;
974
980
  return f;
975
981
  };
976
- DataToolTipLayer.prototype.tx = function (a, b, c, d, e) {
982
+ DataToolTipLayer.prototype.ty = function (a, b, c, d, e) {
977
983
  var f = d.y;
978
984
  f = f - b / 2;
979
985
  f = f + c;
980
986
  return f;
981
987
  };
982
- DataToolTipLayer.prototype.s7 = function (a, b, c, d, e, f, g, h) {
988
+ DataToolTipLayer.prototype.s8 = function (a, b, c, d, e, f, g, h) {
983
989
  switch (a) {
984
- case 10: return this.tl(e, b, g, f, true);
985
- case 11: return this.tn(e, b, g, f, true);
986
- case 12: return this.tm(e, b, g, f, true);
987
- case 13: return this.tc(d, b);
988
- case 14: return this.te(e, b, f);
989
- case 15: return this.td(e, b, f);
990
- case 5: return this.tb(e, c, b, h, f);
991
- case 6: return this.ta(e, c, b, h, f);
992
- case 4: return this.s9(e, c, b, h, f);
993
- case 8: return this.th(e, c, b, h, f);
994
- case 9: return this.tg(e, c, b, h, f);
995
- case 7: return this.tf(e, c, b, h, f);
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);
996
1002
  case 1:
997
1003
  {
998
- return this.ti(e, b, h, f, true);
1004
+ return this.tj(e, b, h, f, true);
999
1005
  }
1000
1006
  case 3:
1001
1007
  {
1002
- return this.tj(e, b, h, f, true);
1008
+ return this.tk(e, b, h, f, true);
1003
1009
  }
1004
1010
  case 2:
1005
1011
  default:
1006
1012
  {
1007
- return this.tk(e, b, h, f, true);
1013
+ return this.tl(e, b, h, f, true);
1008
1014
  }
1009
1015
  }
1010
1016
  };
1011
- DataToolTipLayer.prototype.yh = function (a, b, c, d) {
1012
- var e = this.rp;
1013
- var f = this.rt;
1014
- var g = this.rf();
1017
+ DataToolTipLayer.prototype.yi = function (a, b, c, d) {
1018
+ var e = this.rq;
1019
+ var f = this.ru;
1020
+ var g = this.rg();
1015
1021
  var h = 0;
1016
1022
  if (g != null && g.ca && this.cd != null) {
1017
- h = g.getCategorySize(this.cd.sf, this.py, this.getEffectiveViewport());
1023
+ h = g.getCategorySize(this.cd.sf, this.pz, this.getEffectiveViewport());
1018
1024
  if (g.categoryMode == 0) {
1019
1025
  h = 0;
1020
1026
  }
1021
1027
  }
1022
- var i = this.s5(e);
1023
- var j = this.s6(f);
1024
- var k = this.s7(e, i, h, this.yk, a, b, c, d);
1025
- var l = this.s8(f, j, h, this.yk, a, b, c, d);
1026
- var m = this.sr(a, i, k, b);
1027
- var n = this.ss(a, j, l, b);
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);
1028
1034
  if (!m) {
1029
- var o = this.q9(e);
1035
+ var o = this.ra(e);
1030
1036
  var p = 0;
1031
1037
  while (!m && p < o.length) {
1032
1038
  e = o[p];
1033
- i = this.s5(e);
1034
- k = this.s7(e, i, h, this.yk, a, b, c, d);
1035
- m = this.sr(a, i, k, b);
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);
1036
1042
  p++;
1037
1043
  }
1038
1044
  }
1039
1045
  if (!n) {
1040
- var q = this.ra(f);
1046
+ var q = this.rb(f);
1041
1047
  var r = 0;
1042
1048
  while (!n && r < q.length) {
1043
1049
  f = q[r];
1044
- j = this.s6(f);
1045
- l = this.s8(f, j, h, this.yk, a, b, c, d);
1046
- n = this.ss(a, j, l, b);
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);
1047
1053
  r++;
1048
1054
  }
1049
1055
  }
1050
1056
  return { $type: Point_$type, x: k, y: l };
1051
1057
  };
1052
- DataToolTipLayer.prototype.s6 = function (a) {
1053
- if (!isNaN_(this.s4)) {
1054
- return this.s4;
1058
+ DataToolTipLayer.prototype.s7 = function (a) {
1059
+ if (!isNaN_(this.s5)) {
1060
+ return this.s5;
1055
1061
  }
1056
1062
  switch (a) {
1057
- case 1: return this.s2;
1058
- case 2: return this.s2;
1063
+ case 1: return this.s3;
1064
+ case 2: return this.s3;
1059
1065
  case 3: return 0;
1060
- case 4: return this.s2;
1061
- case 5: return this.s2;
1062
- case 6: return this.s2;
1063
- case 7: return this.s2;
1064
- case 8: return this.s2;
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;
1065
1071
  case 9: return 0;
1066
- case 10: return this.s2;
1067
- case 11: return this.s2;
1072
+ case 10: return this.s3;
1073
+ case 11: return this.s3;
1068
1074
  case 12: return 0;
1069
- case 13: return this.s2;
1070
- case 14: return this.s2;
1075
+ case 13: return this.s3;
1076
+ case 14: return this.s3;
1071
1077
  case 15: return 0;
1072
1078
  }
1073
- return this.s2;
1079
+ return this.s3;
1074
1080
  };
1075
- DataToolTipLayer.prototype.s5 = function (a) {
1076
- if (!isNaN_(this.s3)) {
1077
- return this.s3;
1081
+ DataToolTipLayer.prototype.s6 = function (a) {
1082
+ if (!isNaN_(this.s4)) {
1083
+ return this.s4;
1078
1084
  }
1079
1085
  switch (a) {
1080
- case 4: return this.s1;
1086
+ case 4: return this.s2;
1081
1087
  case 6: return 0;
1082
- case 5: return this.s1;
1083
- case 13: return this.s1;
1088
+ case 5: return this.s2;
1089
+ case 13: return this.s2;
1084
1090
  case 15: return 0;
1085
- case 14: return this.s1;
1086
- case 7: return this.s1;
1091
+ case 14: return this.s2;
1092
+ case 7: return this.s2;
1087
1093
  case 9: return 0;
1088
- case 8: return this.s1;
1089
- case 1: return this.s1;
1094
+ case 8: return this.s2;
1095
+ case 1: return this.s2;
1090
1096
  case 3: return 0;
1091
- case 2: return this.s1;
1092
- case 10: return this.s1;
1097
+ case 2: return this.s2;
1098
+ case 10: return this.s2;
1093
1099
  case 12: return 0;
1094
- case 11: return this.s1;
1100
+ case 11: return this.s2;
1095
1101
  }
1096
- return this.s1;
1102
+ return this.s2;
1097
1103
  };
1098
- DataToolTipLayer.prototype.ra = function (a) {
1104
+ DataToolTipLayer.prototype.rb = function (a) {
1099
1105
  var b = [a];
1100
1106
  switch (a) {
1101
1107
  case 1:
@@ -1140,7 +1146,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1140
1146
  }
1141
1147
  return b;
1142
1148
  };
1143
- DataToolTipLayer.prototype.q9 = function (a) {
1149
+ DataToolTipLayer.prototype.ra = function (a) {
1144
1150
  var b = [a];
1145
1151
  switch (a) {
1146
1152
  case 1:
@@ -1185,13 +1191,13 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1185
1191
  }
1186
1192
  return b;
1187
1193
  };
1188
- DataToolTipLayer.prototype.sr = function (a, b, c, d) {
1189
- return !(this.so(a, b, c) || this.sp(a, b, c, d));
1190
- };
1191
1194
  DataToolTipLayer.prototype.ss = function (a, b, c, d) {
1192
- return !(this.sq(a, b, c) || this.sn(a, b, c, d));
1195
+ return !(this.sp(a, b, c) || this.sq(a, b, c, d));
1193
1196
  };
1194
- DataToolTipLayer.prototype.wf = function (a) {
1197
+ DataToolTipLayer.prototype.st = function (a, b, c, d) {
1198
+ return !(this.sr(a, b, c) || this.so(a, b, c, d));
1199
+ };
1200
+ DataToolTipLayer.prototype.wg = function (a) {
1195
1201
  var b = new List$1(DataTooltipCollisionInfo.$, 0);
1196
1202
  for (var c = 0; c < a.f.count; c++) {
1197
1203
  var d = new DataTooltipCollisionInfo();
@@ -1220,7 +1226,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1220
1226
  }
1221
1227
  return 0;
1222
1228
  });
1223
- var e = this.sl(b);
1229
+ var e = this.sm(b);
1224
1230
  if (!e) {
1225
1231
  return;
1226
1232
  }
@@ -1252,7 +1258,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1252
1258
  a.g._inner[q] = r.e.y;
1253
1259
  }
1254
1260
  };
1255
- DataToolTipLayer.prototype.sl = function (a) {
1261
+ DataToolTipLayer.prototype.sm = function (a) {
1256
1262
  if (a.count <= 1) {
1257
1263
  return false;
1258
1264
  }
@@ -1268,30 +1274,30 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1268
1274
  }
1269
1275
  return false;
1270
1276
  };
1271
- DataToolTipLayer.prototype.wj = function (a, b, c, d, e) {
1272
- var f = this.qj(a);
1277
+ DataToolTipLayer.prototype.wk = function (a, b, c, d, e) {
1278
+ var f = this.qk(a);
1273
1279
  if (!f.c) {
1274
1280
  return;
1275
1281
  }
1276
- var g = a.pl(f.d, c, d);
1277
- var h = this.r0.b6;
1278
- var i = this.q4;
1282
+ var g = a.pm(f.d, c, d);
1283
+ var h = this.r1.b6;
1284
+ var i = this.q5;
1279
1285
  if (!c) {
1280
- i = this.po(g);
1286
+ i = this.pp(g);
1281
1287
  }
1282
1288
  var j = a.ht(i);
1283
1289
  var k = h.item(e);
1284
1290
  var l = this.b0.bu;
1285
- var m = this.r0.b5(k);
1291
+ var m = this.r1.b5(k);
1286
1292
  if (!Base.equalsStatic(m.target, this.cd)) {
1287
1293
  m.target = this.cd;
1288
1294
  }
1289
1295
  m.includedSeries = [a.dataLegendKey];
1290
- this.wh(m);
1291
- if (!this.r0.b8(k, a)) {
1296
+ this.wi(m);
1297
+ if (!this.r1.b8(k, a)) {
1292
1298
  return;
1293
1299
  }
1294
- var n = this.r0.cm(k);
1300
+ var n = this.r1.cn(k);
1295
1301
  b.i.add1(k);
1296
1302
  var o = g.x;
1297
1303
  var p = g.x;
@@ -1321,30 +1327,30 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1321
1327
  b.g.add(t);
1322
1328
  b.k.add(n.width);
1323
1329
  b.j.add(n.height);
1324
- var u = this.oy;
1330
+ var u = this.oz;
1325
1331
  if (u == null) {
1326
- u = this.o2;
1332
+ u = this.o3;
1327
1333
  }
1328
1334
  if (u == null) {
1329
- u = a.oy;
1335
+ u = a.oz;
1330
1336
  }
1331
1337
  b.h.add(u);
1332
1338
  };
1333
- DataToolTipLayer.prototype.wi = function (a, b, c) {
1339
+ DataToolTipLayer.prototype.wj = function (a, b, c) {
1334
1340
  var e_6, _a;
1335
- this.ro = this.rr();
1336
- this.rs = this.rv();
1341
+ this.rp = this.rs();
1342
+ this.rt = this.rw();
1337
1343
  var d = a.f;
1338
1344
  var e = a.e;
1339
1345
  var f = 0;
1340
- var g = this.r0.b6.item(0);
1341
- this.r0.b8(g, null);
1342
- var h = this.r0.b5(g);
1346
+ var g = this.r1.b6.item(0);
1347
+ this.r1.b8(g, null);
1348
+ var h = this.r1.b5(g);
1343
1349
  if (!Base.equalsStatic(h.target, this.cd)) {
1344
1350
  h.target = this.cd;
1345
1351
  }
1346
1352
  var i = new List$1(String_$type, 0);
1347
- var j = this.rf();
1353
+ var j = this.rg();
1348
1354
  if (j != null) {
1349
1355
  try {
1350
1356
  for (var _b = tslib_1.__values(fromEnum(j.da())), _c = _b.next(); !_c.done; _c = _b.next()) {
@@ -1370,10 +1376,10 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1370
1376
  else {
1371
1377
  h.includedSeries = null;
1372
1378
  }
1373
- this.wh(h);
1374
- h.targetCursorPositionX = this.q4.x;
1375
- h.targetCursorPositionY = this.q4.y;
1376
- var l = this.r0.cm(g);
1379
+ this.wi(h);
1380
+ h.targetCursorPositionX = this.q5.x;
1381
+ h.targetCursorPositionY = this.q5.y;
1382
+ var l = this.r1.cn(g);
1377
1383
  var m = 0;
1378
1384
  var n = 0;
1379
1385
  var o = 0;
@@ -1383,9 +1389,9 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1383
1389
  o = d.x;
1384
1390
  p = d.y;
1385
1391
  var s = this.b0.bu;
1386
- var t = this.r0.cn();
1387
- var u = this.yl();
1388
- var v = this.yh(u, l, e, d);
1392
+ var t = this.r1.co();
1393
+ var u = this.ym();
1394
+ var v = this.yi(u, l, e, d);
1389
1395
  var w = v.x;
1390
1396
  var x = v.y;
1391
1397
  {
@@ -1399,13 +1405,13 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1399
1405
  b.i.add1(g);
1400
1406
  var y = null;
1401
1407
  b.h.add(y);
1402
- this.r0.b6.count = 1;
1408
+ this.r1.b6.count = 1;
1403
1409
  };
1404
- DataToolTipLayer.prototype.t5 = function (a) {
1410
+ DataToolTipLayer.prototype.t6 = function (a) {
1405
1411
  return a.toolTip;
1406
1412
  };
1407
- DataToolTipLayer.prototype.qt = function (a, b) {
1408
- _super.prototype.qt.call(this, a, b);
1413
+ DataToolTipLayer.prototype.qu = function (a, b) {
1414
+ _super.prototype.qu.call(this, a, b);
1409
1415
  var c = a;
1410
1416
  var d = c.m.count;
1411
1417
  var e = b.bu.left;
@@ -1414,7 +1420,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1414
1420
  var h = b.bu.bottom;
1415
1421
  for (var i = 0; i < d; i++) {
1416
1422
  if (isNaN_(c.l._inner[i]) || isNaN_(c.m._inner[i]) || isNaN_(c.f._inner[i]) || isNaN_(c.g._inner[i])) {
1417
- this.r0.cf(c.i._inner[i]);
1423
+ this.r1.cf(c.i._inner[i]);
1418
1424
  continue;
1419
1425
  }
1420
1426
  var j = c.f._inner[i];
@@ -1423,7 +1429,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1423
1429
  var m = c.j._inner[i];
1424
1430
  var n = false;
1425
1431
  if (n) {
1426
- this.r0.cf(c.i._inner[i]);
1432
+ this.r1.cf(c.i._inner[i]);
1427
1433
  continue;
1428
1434
  }
1429
1435
  var o = c.i._inner[i];
@@ -1431,27 +1437,27 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1431
1437
  var q = Math.min(c.g._inner[i], c.m._inner[i]);
1432
1438
  var r = c.l._inner[i] - c.f._inner[i];
1433
1439
  var s = c.m._inner[i] - c.g._inner[i];
1434
- this.r0.cg(o, p, q, r, s);
1440
+ this.r1.ch(o, p, q, r, s);
1435
1441
  }
1436
1442
  };
1437
1443
  DataToolTipLayer.prototype.em = function () {
1438
1444
  return true;
1439
1445
  };
1440
- Object.defineProperty(DataToolTipLayer.prototype, "rp", {
1446
+ Object.defineProperty(DataToolTipLayer.prototype, "rq", {
1441
1447
  get: function () {
1442
- return this.ro;
1448
+ return this.rp;
1443
1449
  },
1444
1450
  set: function (a) {
1445
- var b = this.ro;
1446
- this.ro = a;
1447
- if (b != this.ro) {
1448
- this.raisePropertyChanged("ActualGroupedPositionModeX", enumGetBox(DataTooltipGroupedPositionX_$type, b), enumGetBox(DataTooltipGroupedPositionX_$type, this.ro));
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));
1449
1455
  }
1450
1456
  },
1451
1457
  enumerable: true,
1452
1458
  configurable: true
1453
1459
  });
1454
- DataToolTipLayer.prototype.rr = function () {
1460
+ DataToolTipLayer.prototype.rs = function () {
1455
1461
  var e_7, _a;
1456
1462
  if (this.cd == null) {
1457
1463
  return 2;
@@ -1460,7 +1466,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1460
1466
  var b = false;
1461
1467
  var c = false;
1462
1468
  var d = false;
1463
- var e = this.rf();
1469
+ var e = this.rg();
1464
1470
  if (e == null) {
1465
1471
  return 2;
1466
1472
  }
@@ -1507,12 +1513,12 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1507
1513
  $ret.add_1(9);
1508
1514
  return $ret;
1509
1515
  })());
1510
- var h = g.contains(this.rq);
1511
- if (this.rq != 0) {
1516
+ var h = g.contains(this.rr);
1517
+ if (this.rr != 0) {
1512
1518
  if (h && b) {
1513
1519
  return 11;
1514
1520
  }
1515
- return this.rq;
1521
+ return this.rr;
1516
1522
  }
1517
1523
  if (c || d) {
1518
1524
  return 11;
@@ -1525,21 +1531,21 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1525
1531
  }
1526
1532
  return 8;
1527
1533
  };
1528
- Object.defineProperty(DataToolTipLayer.prototype, "rt", {
1534
+ Object.defineProperty(DataToolTipLayer.prototype, "ru", {
1529
1535
  get: function () {
1530
- return this.rs;
1536
+ return this.rt;
1531
1537
  },
1532
1538
  set: function (a) {
1533
- var b = this.rs;
1534
- this.rs = a;
1535
- if (b != this.rs) {
1536
- this.raisePropertyChanged("ActualPositionModeY", enumGetBox(DataTooltipGroupedPositionY_$type, b), enumGetBox(DataTooltipGroupedPositionY_$type, this.rs));
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));
1537
1543
  }
1538
1544
  },
1539
1545
  enumerable: true,
1540
1546
  configurable: true
1541
1547
  });
1542
- DataToolTipLayer.prototype.rv = function () {
1548
+ DataToolTipLayer.prototype.rw = function () {
1543
1549
  var e_8, _a;
1544
1550
  if (this.cd == null) {
1545
1551
  return 11;
@@ -1547,7 +1553,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1547
1553
  var a = false;
1548
1554
  var b = false;
1549
1555
  var c = false;
1550
- var d = this.rf();
1556
+ var d = this.rg();
1551
1557
  if (d == null) {
1552
1558
  return 11;
1553
1559
  }
@@ -1591,12 +1597,12 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1591
1597
  $ret.add_1(9);
1592
1598
  return $ret;
1593
1599
  })());
1594
- var g = f.contains(this.ru);
1595
- if (this.ru != 0) {
1600
+ var g = f.contains(this.rv);
1601
+ if (this.rv != 0) {
1596
1602
  if (g && !a) {
1597
1603
  return 11;
1598
1604
  }
1599
- return this.ru;
1605
+ return this.rv;
1600
1606
  }
1601
1607
  if (b || c) {
1602
1608
  return 11;
@@ -1609,134 +1615,134 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1609
1615
  }
1610
1616
  return 11;
1611
1617
  };
1612
- Object.defineProperty(DataToolTipLayer.prototype, "sk", {
1618
+ Object.defineProperty(DataToolTipLayer.prototype, "sl", {
1613
1619
  get: function () {
1614
- return this.sb;
1620
+ return this.sc;
1615
1621
  },
1616
1622
  set: function (a) {
1617
- var b = this.sb;
1618
- this.sb = a;
1619
- if (b != this.sb) {
1620
- this.raisePropertyChanged("ValueTextStyle", b, this.sb);
1623
+ var b = this.sc;
1624
+ this.sc = a;
1625
+ if (b != this.sc) {
1626
+ this.raisePropertyChanged("ValueTextStyle", b, this.sc);
1621
1627
  }
1622
1628
  },
1623
1629
  enumerable: true,
1624
1630
  configurable: true
1625
1631
  });
1626
- Object.defineProperty(DataToolTipLayer.prototype, "sc", {
1632
+ Object.defineProperty(DataToolTipLayer.prototype, "sd", {
1627
1633
  get: function () {
1628
- return this.r3;
1634
+ return this.r4;
1629
1635
  },
1630
1636
  set: function (a) {
1631
- var b = this.r3;
1632
- this.r3 = a;
1633
- if (b != this.r3) {
1634
- this.raisePropertyChanged("HeaderTextStyle", b, this.r3);
1637
+ var b = this.r4;
1638
+ this.r4 = a;
1639
+ if (b != this.r4) {
1640
+ this.raisePropertyChanged("HeaderTextStyle", b, this.r4);
1635
1641
  }
1636
1642
  },
1637
1643
  enumerable: true,
1638
1644
  configurable: true
1639
1645
  });
1640
- Object.defineProperty(DataToolTipLayer.prototype, "sf", {
1646
+ Object.defineProperty(DataToolTipLayer.prototype, "sg", {
1641
1647
  get: function () {
1642
- return this.r6;
1648
+ return this.r7;
1643
1649
  },
1644
1650
  set: function (a) {
1645
- var b = this.r6;
1646
- this.r6 = a;
1647
- if (b != this.r6) {
1648
- this.raisePropertyChanged("SummaryTitleTextStyle", b, this.r6);
1651
+ var b = this.r7;
1652
+ this.r7 = a;
1653
+ if (b != this.r7) {
1654
+ this.raisePropertyChanged("SummaryTitleTextStyle", b, this.r7);
1649
1655
  }
1650
1656
  },
1651
1657
  enumerable: true,
1652
1658
  configurable: true
1653
1659
  });
1654
- Object.defineProperty(DataToolTipLayer.prototype, "sh", {
1660
+ Object.defineProperty(DataToolTipLayer.prototype, "si", {
1655
1661
  get: function () {
1656
- return this.r8;
1662
+ return this.r9;
1657
1663
  },
1658
1664
  set: function (a) {
1659
- var b = this.r8;
1660
- this.r8 = a;
1661
- if (b != this.r8) {
1662
- this.raisePropertyChanged("SummaryValueTextStyle", b, this.r8);
1665
+ var b = this.r9;
1666
+ this.r9 = a;
1667
+ if (b != this.r9) {
1668
+ this.raisePropertyChanged("SummaryValueTextStyle", b, this.r9);
1663
1669
  }
1664
1670
  },
1665
1671
  enumerable: true,
1666
1672
  configurable: true
1667
1673
  });
1668
- Object.defineProperty(DataToolTipLayer.prototype, "se", {
1674
+ Object.defineProperty(DataToolTipLayer.prototype, "sf", {
1669
1675
  get: function () {
1670
- return this.r5;
1676
+ return this.r6;
1671
1677
  },
1672
1678
  set: function (a) {
1673
- var b = this.r5;
1674
- this.r5 = a;
1675
- if (b != this.r5) {
1676
- this.raisePropertyChanged("SummaryLabelTextStyle", b, this.r5);
1679
+ var b = this.r6;
1680
+ this.r6 = a;
1681
+ if (b != this.r6) {
1682
+ this.raisePropertyChanged("SummaryLabelTextStyle", b, this.r6);
1677
1683
  }
1678
1684
  },
1679
1685
  enumerable: true,
1680
1686
  configurable: true
1681
1687
  });
1682
- Object.defineProperty(DataToolTipLayer.prototype, "sg", {
1688
+ Object.defineProperty(DataToolTipLayer.prototype, "sh", {
1683
1689
  get: function () {
1684
- return this.r7;
1690
+ return this.r8;
1685
1691
  },
1686
1692
  set: function (a) {
1687
- var b = this.r7;
1688
- this.r7 = a;
1689
- if (b != this.r7) {
1690
- this.raisePropertyChanged("SummaryUnitsTextStyle", b, this.r7);
1693
+ var b = this.r8;
1694
+ this.r8 = a;
1695
+ if (b != this.r8) {
1696
+ this.raisePropertyChanged("SummaryUnitsTextStyle", b, this.r8);
1691
1697
  }
1692
1698
  },
1693
1699
  enumerable: true,
1694
1700
  configurable: true
1695
1701
  });
1696
- Object.defineProperty(DataToolTipLayer.prototype, "sj", {
1702
+ Object.defineProperty(DataToolTipLayer.prototype, "sk", {
1697
1703
  get: function () {
1698
- return this.sa;
1704
+ return this.sb;
1699
1705
  },
1700
1706
  set: function (a) {
1701
- var b = this.sa;
1702
- this.sa = a;
1703
- if (b != this.sa) {
1704
- this.raisePropertyChanged("UnitsTextStyle", b, this.sa);
1707
+ var b = this.sb;
1708
+ this.sb = a;
1709
+ if (b != this.sb) {
1710
+ this.raisePropertyChanged("UnitsTextStyle", b, this.sb);
1705
1711
  }
1706
1712
  },
1707
1713
  enumerable: true,
1708
1714
  configurable: true
1709
1715
  });
1710
- Object.defineProperty(DataToolTipLayer.prototype, "si", {
1716
+ Object.defineProperty(DataToolTipLayer.prototype, "sj", {
1711
1717
  get: function () {
1712
- return this.r9;
1718
+ return this.sa;
1713
1719
  },
1714
1720
  set: function (a) {
1715
- var b = this.r9;
1716
- this.r9 = a;
1717
- if (b != this.r9) {
1718
- this.raisePropertyChanged("TitleTextStyle", b, this.r9);
1721
+ var b = this.sa;
1722
+ this.sa = a;
1723
+ if (b != this.sa) {
1724
+ this.raisePropertyChanged("TitleTextStyle", b, this.sa);
1719
1725
  }
1720
1726
  },
1721
1727
  enumerable: true,
1722
1728
  configurable: true
1723
1729
  });
1724
- Object.defineProperty(DataToolTipLayer.prototype, "sd", {
1730
+ Object.defineProperty(DataToolTipLayer.prototype, "se", {
1725
1731
  get: function () {
1726
- return this.r4;
1732
+ return this.r5;
1727
1733
  },
1728
1734
  set: function (a) {
1729
- var b = this.r4;
1730
- this.r4 = a;
1731
- if (b != this.r4) {
1732
- this.raisePropertyChanged("LabelTextStyle", b, this.r4);
1735
+ var b = this.r5;
1736
+ this.r5 = a;
1737
+ if (b != this.r5) {
1738
+ this.raisePropertyChanged("LabelTextStyle", b, this.r5);
1733
1739
  }
1734
1740
  },
1735
1741
  enumerable: true,
1736
1742
  configurable: true
1737
1743
  });
1738
1744
  DataToolTipLayer.$t = markType(DataToolTipLayer, 'DataToolTipLayer', AnnotationLayer.$);
1739
- DataToolTipLayer.$$p = markDep(DependencyProperty, PropertyMetadata, DataToolTipLayer, 'raisePropertyChanged', ['BadgeMargin:yn:wl', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'BadgeShape:r2:wm', [LegendItemBadgeShape_$type, enumGetBox(LegendItemBadgeShape_$type, 0)], 'DefaultPositionOffsetX:s1:wn', [1, DeviceUtils.g(10)], 'DefaultPositionOffsetY:s2:wo', [1, DeviceUtils.g(10)], 'ExcludedColumns:q7:wp', [Array_$type, null], 'ExcludedSeries:q8:wq', [Array_$type, null], 'GroupedPositionModeX:rq:wr', [DataTooltipGroupedPositionX_$type, enumGetBox(DataTooltipGroupedPositionX_$type, 0)], 'GroupedPositionModeY:ru:ws', [DataTooltipGroupedPositionY_$type, enumGetBox(DataTooltipGroupedPositionY_$type, 0)], 'GroupingMode:ry:wt', [DataToolTipLayerGroupingMode_$type, enumGetBox(DataToolTipLayerGroupingMode_$type, 0)], 'HeaderFormatCulture:ui:wu', [2, stringEmpty()], 'HeaderFormatDate:ri:wv', [DataLegendHeaderDateMode_$type, enumGetBox(DataLegendHeaderDateMode_$type, 0)], 'HeaderFormatSpecifiers:rb:ww', [Array_$type, null], 'HeaderFormatString:um:wx', [2, null], 'HeaderFormatTime:rj:wy', [DataLegendHeaderTimeMode_$type, enumGetBox(DataLegendHeaderTimeMode_$type, 0)], 'HeaderRowMargin:yo:wz', [Thickness.$, new Thickness(0, 5)], 'HeaderRowVisible:sm:w0', [0, true], 'HeaderTextColor:x8:w1', [Brush.$, null], 'HeaderTextMargin:yp:w2', [Thickness.$, new Thickness(1, 2, 0, 0, 0)], 'HeaderText:ur:w3', [2, null], 'IncludedColumns:rc:w4', [Array_$type, null], 'IncludedSeries:rd:w5', [Array_$type, null], 'LabelDisplayMode:rk:w6', [DataLegendLabelMode_$type, enumGetBox(DataLegendLabelMode_$type, 0)], 'LabelTextColor:x9:w7', [Brush.$, null], 'LabelTextMargin:yq:w8', [Thickness.$, new Thickness(1, 8, 0, 0, 0)], 'PositionOffsetX:s3:w9', [1, NaN], 'PositionOffsetY:s4:xa', [1, NaN], 'ShouldUpdateWhenSeriesDataChanges:st:xb', [0, true], 'SummaryLabelTextColor:ya:xc', [Brush.$, null], 'SummaryLabelText:u5:xd', [2, null], 'SummaryRowMargin:yr:xe', [Thickness.$, new Thickness(0, 5)], 'SummaryTitleTextColor:yb:xf', [Brush.$, null], 'SummaryTitleTextMargin:ys:xg', [Thickness.$, new Thickness(1, 2, 0, 0, 0)], 'SummaryTitleText:va:xh', [2, null], 'SummaryType:rl:xi', [DataLegendSummaryType_$type, enumGetBox(DataLegendSummaryType_$type, 0)], 'SummaryUnitsTextColor:yc:xj', [Brush.$, null], 'SummaryUnitsText:vg:xk', [2, null], 'SummaryValueTextColor:yd:xl', [Brush.$, null], 'TargetAxis:rg:xm', [Axis.$, null], 'TitleTextColor:ye:xn', [Brush.$, null], 'TitleTextMargin:yt:xo', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'UnitsDisplayMode:rm:xp', [DataLegendUnitsMode_$type, enumGetBox(DataLegendUnitsMode_$type, 0)], 'UnitsTextColor:yf:xq', [Brush.$, null], 'UnitsTextMargin:yu:xr', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'UnitsText:vr:xs', [2, null], 'UseInterpolation:su:xt', [0, false], 'ValueFormatAbbreviation:rh:xu', [DataAbbreviationMode_$type, enumGetBox(DataAbbreviationMode_$type, 0)], 'ValueFormatCulture:vy:xv', [2, stringEmpty()], 'ValueFormatMaxFractions:t3:xw', [1, -1], 'ValueFormatMinFractions:t4:xx', [1, -1], 'ValueFormatMode:rn:xy', [DataLegendValueMode_$type, enumGetBox(DataLegendValueMode_$type, 0)], 'ValueFormatSpecifiers:re:xz', [Array_$type, null], 'ValueFormatString:v4:x0', [2, null], 'ValueFormatUseGrouping:sv:x1', [0, true], 'ValueRowMargin:yv:x2', [Thickness.$, new Thickness(0, 5)], 'ValueRowVisible:sw:x3', [0, true], 'ValueTextColor:yg:x4', [Brush.$, null], 'ValueTextMargin:yw:x5', [Thickness.$, new Thickness(1, 2, 0, 2, 0)], 'ValueTextUseSeriesColors:sx:x6', [0, false], 'ValueTextWhenMissingData:wd:x7', [2, "N/A"]]);
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"]]);
1740
1746
  return DataToolTipLayer;
1741
1747
  }(AnnotationLayer));
1742
1748
  export { DataToolTipLayer };
@@ -1769,7 +1775,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1769
1775
  };
1770
1776
  DataToolTipLayerView.prototype.ca = function () {
1771
1777
  var a = new PointerTooltip();
1772
- a.bv(this.e.g9);
1778
+ a.bw(this.e.g9);
1773
1779
  a._visibility = 1;
1774
1780
  a.ap = this.e.cd.cq.k;
1775
1781
  var b = null;
@@ -1797,7 +1803,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1797
1803
  };
1798
1804
  DataToolTipLayerView.prototype.cd = function (a) {
1799
1805
  var b = a;
1800
- b.by();
1806
+ b.bz();
1801
1807
  b.content = null;
1802
1808
  this.b9.remove1(a);
1803
1809
  };
@@ -1828,15 +1834,15 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1828
1834
  var d = c.ai;
1829
1835
  return true;
1830
1836
  };
1831
- DataToolTipLayerView.prototype.cm = function (a) {
1837
+ DataToolTipLayerView.prototype.cn = function (a) {
1832
1838
  var b = a;
1833
1839
  var c = new Size(1, Number.POSITIVE_INFINITY, Number.POSITIVE_INFINITY);
1834
- b.cx = 1;
1835
- var d = b.cw(new Size(1, Number.POSITIVE_INFINITY, Number.POSITIVE_INFINITY));
1836
- b.cx = 0;
1840
+ b.cy = 1;
1841
+ var d = b.cx(new Size(1, Number.POSITIVE_INFINITY, Number.POSITIVE_INFINITY));
1842
+ b.cy = 0;
1837
1843
  return d;
1838
1844
  };
1839
- DataToolTipLayerView.prototype.cl = function () {
1845
+ DataToolTipLayerView.prototype.cm = function () {
1840
1846
  if (this.e.cd != null) {
1841
1847
  var a = this.e.cd.r8();
1842
1848
  var b = this.e.cd.cq.a8;
@@ -1845,7 +1851,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1845
1851
  }
1846
1852
  return Rect.empty;
1847
1853
  };
1848
- DataToolTipLayerView.prototype.ck = function () {
1854
+ DataToolTipLayerView.prototype.cl = function () {
1849
1855
  if (this.e.cd != null) {
1850
1856
  var a = this.e.cd.r8();
1851
1857
  var b = this.e.cd.cq.a8;
@@ -1854,7 +1860,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1854
1860
  }
1855
1861
  return Rect.empty;
1856
1862
  };
1857
- DataToolTipLayerView.prototype.cj = function () {
1863
+ DataToolTipLayerView.prototype.ck = function () {
1858
1864
  var a = 0;
1859
1865
  var b = 0;
1860
1866
  if (this.e.cd != null) {
@@ -1867,7 +1873,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1867
1873
  }
1868
1874
  return Rect.empty;
1869
1875
  };
1870
- DataToolTipLayerView.prototype.ci = function (a) {
1876
+ DataToolTipLayerView.prototype.cj = function (a) {
1871
1877
  var b = 0;
1872
1878
  var c = 0;
1873
1879
  if (this.e.cd != null) {
@@ -1877,7 +1883,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1877
1883
  }
1878
1884
  return { $type: Point_$type, x: b + a.x, y: c + a.y };
1879
1885
  };
1880
- DataToolTipLayerView.prototype.cg = function (a, b, c, d, e) {
1886
+ DataToolTipLayerView.prototype.ch = function (a, b, c, d, e) {
1881
1887
  var f = null;
1882
1888
  if (this.e.cd != null) {
1883
1889
  f = this.e.cd.cq.j.i();
@@ -1887,18 +1893,18 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1887
1893
  return;
1888
1894
  }
1889
1895
  if (d == 0 && e == 0) {
1890
- g.cx = 1;
1896
+ g.cy = 1;
1891
1897
  }
1892
1898
  else {
1893
- g.cx = 0;
1899
+ g.cy = 0;
1894
1900
  }
1895
1901
  g.aq = f;
1896
- g.cr = { $type: Point_$type, x: d, y: e };
1902
+ g.cs = { $type: Point_$type, x: d, y: e };
1897
1903
  g._visibility = 0;
1898
1904
  g.n = b;
1899
1905
  g.o = c;
1900
1906
  };
1901
- DataToolTipLayerView.prototype.cn = function () {
1907
+ DataToolTipLayerView.prototype.co = function () {
1902
1908
  var a = (window.innerWidth);
1903
1909
  var b = (window.innerHeight);
1904
1910
  return new Size(1, a, b);
@@ -1909,7 +1915,10 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1909
1915
  b._visibility = 1;
1910
1916
  }
1911
1917
  };
1912
- DataToolTipLayerView.prototype.ch = function () {
1918
+ DataToolTipLayerView.prototype.ci = function () {
1919
+ if (this.e.cd == null) {
1920
+ this.cg(true);
1921
+ }
1913
1922
  };
1914
1923
  DataToolTipLayerView.prototype.a6 = function (a, b) {
1915
1924
  _super.prototype.a6.call(this, a, b);
@@ -1925,7 +1934,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1925
1934
  d += f.y;
1926
1935
  }
1927
1936
  for (var g = 0; g < this.b9.count; g++) {
1928
- this.b9._inner[g].bx(this.b9._inner[g].n + c, this.b9._inner[g].o + d);
1937
+ this.b9._inner[g].by(this.b9._inner[g].n + c, this.b9._inner[g].o + d);
1929
1938
  }
1930
1939
  };
1931
1940
  DataToolTipLayerView.prototype.al = function (a) {
@@ -1954,6 +1963,15 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1954
1963
  var b = a;
1955
1964
  return b.ai;
1956
1965
  };
1966
+ DataToolTipLayerView.prototype.cg = function (a) {
1967
+ this.aq();
1968
+ for (var b = 0; b < this.b9.count; b++) {
1969
+ this.cf(this.b9._inner[b]);
1970
+ if (a) {
1971
+ this.b9._inner[b].bs();
1972
+ }
1973
+ }
1974
+ };
1957
1975
  DataToolTipLayerView.$t = markType(DataToolTipLayerView, 'DataToolTipLayerView', AnnotationLayerView.$);
1958
1976
  return DataToolTipLayerView;
1959
1977
  }(AnnotationLayerView));