igniteui-webcomponents-charts 6.3.1 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (770) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +23327 -22964
  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 +14 -14
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +226 -226
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +341 -335
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +629 -575
  9. package/esm2015/lib/AnnotationLayerProxy.js +71 -71
  10. package/esm2015/lib/AnnotationLayer_combined.js +182 -182
  11. package/esm2015/lib/AreaSeries_combined.js +47 -47
  12. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  13. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  14. package/esm2015/lib/AxisAnnotationFrameManager.js +9 -9
  15. package/esm2015/lib/AxisAnnotationManager.js +50 -36
  16. package/esm2015/lib/AxisLabelVisualData.js +54 -2
  17. package/esm2015/lib/AxisVisualData.js +1 -1
  18. package/esm2015/lib/AxisVisualDataManager.js +40 -32
  19. package/esm2015/lib/BarSeries_combined.js +118 -118
  20. package/esm2015/lib/BollingerBandWidthIndicator.js +19 -19
  21. package/esm2015/lib/BollingerBandsOverlay_combined.js +99 -99
  22. package/esm2015/lib/BrushScale.js +7 -7
  23. package/esm2015/lib/BubbleSeries_combined.js +269 -269
  24. package/esm2015/lib/CalloutLayer_combined.js +637 -637
  25. package/esm2015/lib/CategoryBucketCalculator_combined.js +331 -331
  26. package/esm2015/lib/CategoryChart.js +48 -48
  27. package/esm2015/lib/CategoryDateTimeXAxis_combined.js +141 -141
  28. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  29. package/esm2015/lib/CategoryHighlightLayer_combined.js +59 -59
  30. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +117 -117
  31. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  32. package/esm2015/lib/CategorySeriesInteractionManager.js +16 -16
  33. package/esm2015/lib/CategorySeriesRenderManager.js +4 -4
  34. package/esm2015/lib/CategoryToolTipLayer_combined.js +75 -75
  35. package/esm2015/lib/CategoryTransitionSourceFramePreparer.js +1 -1
  36. package/esm2015/lib/CategoryTrendLineManagerBase.js +1 -1
  37. package/esm2015/lib/CategoryTrendLineManagerFactory.js +1 -1
  38. package/esm2015/lib/CategoryXAxis_combined.js +216 -216
  39. package/esm2015/lib/CategoryYAxis_combined.js +200 -200
  40. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  41. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  42. package/esm2015/lib/ColumnSeries_combined.js +70 -70
  43. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  44. package/esm2015/lib/CrosshairLayer_combined.js +146 -146
  45. package/esm2015/lib/CustomIndicator.js +22 -22
  46. package/esm2015/lib/DataAnnotationAxisLayer.js +13 -13
  47. package/esm2015/lib/DataAnnotationBandLayer.js +51 -51
  48. package/esm2015/lib/DataAnnotationLineLayer.js +31 -31
  49. package/esm2015/lib/DataAnnotationPointLayer.js +176 -176
  50. package/esm2015/lib/DataAnnotationRangeLayer.js +6 -6
  51. package/esm2015/lib/DataAnnotationRectLayer.js +30 -30
  52. package/esm2015/lib/DataAnnotationShapeFrameManager.js +4 -4
  53. package/esm2015/lib/DataAnnotationShapeLayer_combined.js +305 -305
  54. package/esm2015/lib/DataAnnotationSliceLayer.js +88 -88
  55. package/esm2015/lib/DataAnnotationStripLayer.js +117 -117
  56. package/esm2015/lib/DataChartToolbarProvider.js +12 -12
  57. package/esm2015/lib/DataChartVisualDataManager.js +13 -6
  58. package/esm2015/lib/DataLegendContent_combined.js +1 -1
  59. package/esm2015/lib/DataPieBaseChart.js +167 -137
  60. package/esm2015/lib/DataPieChart.js +73 -73
  61. package/esm2015/lib/DataToolTipLayer_combined.js +477 -457
  62. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  63. package/esm2015/lib/DomainChart.js +32 -32
  64. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  65. package/esm2015/lib/ErrorBarsHelper.js +17 -17
  66. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  67. package/esm2015/lib/FinalValueLayer_combined.js +90 -90
  68. package/esm2015/lib/FinancialChart_combined.js +66 -66
  69. package/esm2015/lib/FinancialEventArgs_combined.js +674 -671
  70. package/esm2015/lib/FinancialIndicator_combined.js +209 -209
  71. package/esm2015/lib/FinancialOverlay.js +35 -35
  72. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  73. package/esm2015/lib/FinancialPriceSeriesProxy.js +14 -14
  74. package/esm2015/lib/FinancialPriceSeries_combined.js +326 -326
  75. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  76. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  77. package/esm2015/lib/HighDensityScatterSeries_combined.js +433 -433
  78. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +111 -111
  79. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +4 -4
  80. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +4 -4
  81. package/esm2015/lib/HorizontalRangeCategorySeries.js +53 -53
  82. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  83. package/esm2015/lib/IndicatorProxy.js +10 -10
  84. package/esm2015/lib/ItemToolTipLayer_combined.js +85 -85
  85. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +8 -8
  86. package/esm2015/lib/LegendBaseViewManager_combined.js +19 -5
  87. package/esm2015/lib/LineSeries_combined.js +44 -44
  88. package/esm2015/lib/LogarithmicScaler.js +1 -1
  89. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  90. package/esm2015/lib/MassIndexIndicator.js +6 -6
  91. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  92. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  93. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  94. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  95. package/esm2015/lib/NumericXAxis_combined.js +67 -67
  96. package/esm2015/lib/NumericYAxis_combined.js +66 -66
  97. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  98. package/esm2015/lib/OrdinalTimeXAxis.js +198 -198
  99. package/esm2015/lib/OverlayProxy.js +7 -7
  100. package/esm2015/lib/PercentChangeYAxis_combined.js +15 -15
  101. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  102. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  103. package/esm2015/lib/PointSeries_combined.js +21 -21
  104. package/esm2015/lib/PolarAreaSeries_combined.js +31 -31
  105. package/esm2015/lib/PolarAxes.js +11 -11
  106. package/esm2015/lib/PolarAxisInfoCache.js +4 -4
  107. package/esm2015/lib/PolarBase_combined.js +447 -447
  108. package/esm2015/lib/PolarLineSeriesBase_combined.js +54 -54
  109. package/esm2015/lib/PolarLineSeries_combined.js +27 -27
  110. package/esm2015/lib/PolarScatterSeries_combined.js +12 -12
  111. package/esm2015/lib/PolarSplineAreaSeries_combined.js +32 -32
  112. package/esm2015/lib/PolarSplineSeries_combined.js +27 -27
  113. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  114. package/esm2015/lib/PriceChannelOverlay_combined.js +80 -80
  115. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  116. package/esm2015/lib/ProportionalCategoryAngleAxis.js +208 -208
  117. package/esm2015/lib/RadialAreaSeries_combined.js +43 -43
  118. package/esm2015/lib/RadialAxes.js +4 -4
  119. package/esm2015/lib/RadialAxisLabelPanel_combined.js +10 -1
  120. package/esm2015/lib/RadialBaseChart.js +76 -76
  121. package/esm2015/lib/RadialBucketCalculator_combined.js +405 -398
  122. package/esm2015/lib/RadialColumnSeries_combined.js +88 -88
  123. package/esm2015/lib/RadialLineSeries_combined.js +41 -41
  124. package/esm2015/lib/RadialPieSeries_combined.js +229 -203
  125. package/esm2015/lib/RangeAreaSeries_combined.js +25 -25
  126. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +132 -132
  127. package/esm2015/lib/RangeColumnSeries_combined.js +42 -42
  128. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  129. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  130. package/esm2015/lib/ScatterAreaSeries_combined.js +136 -136
  131. package/esm2015/lib/ScatterBase_combined.js +536 -536
  132. package/esm2015/lib/ScatterContourSeries_combined.js +120 -120
  133. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  134. package/esm2015/lib/ScatterLineSeries.js +57 -57
  135. package/esm2015/lib/ScatterLineSeriesView.js +7 -7
  136. package/esm2015/lib/ScatterPolygonSeries_combined.js +230 -230
  137. package/esm2015/lib/ScatterPolylineSeries_combined.js +25 -25
  138. package/esm2015/lib/ScatterSeries_combined.js +15 -15
  139. package/esm2015/lib/ScatterSplineSeries.js +44 -44
  140. package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
  141. package/esm2015/lib/ScatterTriangulationSeries.js +164 -164
  142. package/esm2015/lib/SeriesInteractionManager.js +148 -137
  143. package/esm2015/lib/SeriesRenderManager.js +12 -12
  144. package/esm2015/lib/SeriesRenderingArguments.js +1 -1
  145. package/esm2015/lib/SeriesViewerInteractionManager.js +19 -19
  146. package/esm2015/lib/SeriesViewer_combined.js +3506 -3468
  147. package/esm2015/lib/SeriesVisualDataManager.js +4 -4
  148. package/esm2015/lib/ShapeSeriesBase_combined.js +383 -383
  149. package/esm2015/lib/SizeScale.js +2 -2
  150. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  151. package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
  152. package/esm2015/lib/SplineSeriesBase_combined.js +145 -145
  153. package/esm2015/lib/SplineSeries_combined.js +26 -26
  154. package/esm2015/lib/Stacked100AreaSeries_combined.js +10 -10
  155. package/esm2015/lib/Stacked100BarBucketCalculator.js +3 -3
  156. package/esm2015/lib/Stacked100BarSeries_combined.js +16 -16
  157. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +3 -3
  158. package/esm2015/lib/Stacked100ColumnSeries_combined.js +16 -16
  159. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  160. package/esm2015/lib/Stacked100LineSeries_combined.js +10 -10
  161. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +10 -10
  162. package/esm2015/lib/Stacked100SplineSeries_combined.js +10 -10
  163. package/esm2015/lib/StackedLineSeries_combined.js +12 -12
  164. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1138 -1134
  165. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  166. package/esm2015/lib/StepAreaSeries_combined.js +74 -74
  167. package/esm2015/lib/StepLineSeries_combined.js +76 -76
  168. package/esm2015/lib/StochRSIIndicator.js +15 -15
  169. package/esm2015/lib/StraightNumericAxisBase_combined.js +80 -80
  170. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  171. package/esm2015/lib/TRIXIndicator.js +16 -16
  172. package/esm2015/lib/TimeAxisBase.js +209 -209
  173. package/esm2015/lib/TimeXAxis.js +249 -249
  174. package/esm2015/lib/TrendLineLayer_combined.js +105 -105
  175. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  176. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  177. package/esm2015/lib/UserAnnotationLayer_combined.js +327 -327
  178. package/esm2015/lib/UserAnnotationToolTipLayerView_combined.js +195 -195
  179. package/esm2015/lib/ValueLayer_combined.js +247 -247
  180. package/esm2015/lib/ValueOverlay_combined.js +192 -192
  181. package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
  182. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +4 -4
  183. package/esm2015/lib/WaterfallSeries_combined.js +112 -112
  184. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  185. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  186. package/esm2015/lib/XYChart.js +76 -76
  187. package/esm2015/lib/igc-anchored-category-series-component.js +26 -26
  188. package/esm2015/lib/igc-anchored-radial-series-component.js +40 -40
  189. package/esm2015/lib/igc-annotation-layer-component.js +72 -72
  190. package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
  191. package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
  192. package/esm2015/lib/igc-axis-component.js +154 -154
  193. package/esm2015/lib/igc-bar-fragment-component.js +4 -4
  194. package/esm2015/lib/igc-bar-series-component.js +10 -10
  195. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  196. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +9 -9
  197. package/esm2015/lib/igc-bubble-series-component.js +35 -35
  198. package/esm2015/lib/igc-callout-layer-component.js +174 -174
  199. package/esm2015/lib/igc-category-angle-axis-component.js +32 -32
  200. package/esm2015/lib/igc-category-axis-base-component.js +26 -26
  201. package/esm2015/lib/igc-category-chart-module.js +6 -0
  202. package/esm2015/lib/igc-category-date-time-x-axis-component.js +21 -21
  203. package/esm2015/lib/igc-category-highlight-layer-component.js +8 -8
  204. package/esm2015/lib/igc-category-item-highlight-layer-component.js +27 -27
  205. package/esm2015/lib/igc-category-series-component.js +22 -22
  206. package/esm2015/lib/igc-category-tool-tip-layer-component.js +19 -19
  207. package/esm2015/lib/igc-category-x-axis-component.js +22 -22
  208. package/esm2015/lib/igc-category-y-axis-component.js +24 -24
  209. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  210. package/esm2015/lib/igc-column-fragment-component.js +10 -10
  211. package/esm2015/lib/igc-column-series-component.js +12 -12
  212. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  213. package/esm2015/lib/igc-crosshair-layer-component.js +91 -91
  214. package/esm2015/lib/igc-data-annotation-axis-layer-component.js +100 -100
  215. package/esm2015/lib/igc-data-annotation-band-layer-component.js +2 -2
  216. package/esm2015/lib/igc-data-annotation-point-layer-component.js +54 -54
  217. package/esm2015/lib/igc-data-annotation-range-layer-component.js +27 -27
  218. package/esm2015/lib/igc-data-annotation-shape-layer-component.js +86 -86
  219. package/esm2015/lib/igc-data-annotation-slice-layer-component.js +12 -12
  220. package/esm2015/lib/igc-data-annotation-strip-layer-component.js +27 -27
  221. package/esm2015/lib/igc-data-chart-default-tooltips-component.js +0 -1
  222. package/esm2015/lib/igc-data-pie-base-chart-component.js +36 -16
  223. package/esm2015/lib/igc-data-pie-chart-component.js +23 -23
  224. package/esm2015/lib/igc-data-pie-chart-module.js +6 -0
  225. package/esm2015/lib/igc-data-tool-tip-layer-component.js +416 -416
  226. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  227. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  228. package/esm2015/lib/igc-final-value-layer-component.js +37 -37
  229. package/esm2015/lib/igc-financial-chart-module.js +6 -0
  230. package/esm2015/lib/igc-financial-indicator-component.js +18 -18
  231. package/esm2015/lib/igc-financial-overlay-component.js +4 -4
  232. package/esm2015/lib/igc-financial-price-series-component.js +37 -37
  233. package/esm2015/lib/igc-financial-series-component.js +60 -60
  234. package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
  235. package/esm2015/lib/igc-fragment-base-component.js +1 -1
  236. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  237. package/esm2015/lib/igc-high-density-scatter-series-component.js +48 -48
  238. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  239. package/esm2015/lib/igc-horizontal-range-category-series-component.js +19 -19
  240. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  241. package/esm2015/lib/igc-item-tool-tip-layer-component.js +22 -22
  242. package/esm2015/lib/igc-itemwise-strategy-based-indicator-component.js +1 -1
  243. package/esm2015/lib/igc-line-fragment-component.js +1 -1
  244. package/esm2015/lib/igc-line-series-component.js +1 -1
  245. package/esm2015/lib/igc-marker-series-component.js +35 -35
  246. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  247. package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
  248. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  249. package/esm2015/lib/igc-numeric-angle-axis-component.js +12 -12
  250. package/esm2015/lib/igc-numeric-axis-base-component.js +94 -94
  251. package/esm2015/lib/igc-numeric-radius-axis-component.js +9 -9
  252. package/esm2015/lib/igc-numeric-x-axis-component.js +1 -1
  253. package/esm2015/lib/igc-numeric-y-axis-component.js +2 -2
  254. package/esm2015/lib/igc-ordinal-time-x-axis-component.js +6 -6
  255. package/esm2015/lib/igc-polar-area-series-component.js +3 -3
  256. package/esm2015/lib/igc-polar-base-component.js +77 -77
  257. package/esm2015/lib/igc-polar-line-series-component.js +4 -4
  258. package/esm2015/lib/igc-polar-spline-area-series-component.js +4 -4
  259. package/esm2015/lib/igc-polar-spline-series-component.js +4 -4
  260. package/esm2015/lib/igc-price-channel-overlay-component.js +6 -6
  261. package/esm2015/lib/igc-proportional-category-angle-axis-component.js +13 -13
  262. package/esm2015/lib/igc-radial-area-series-component.js +3 -3
  263. package/esm2015/lib/igc-radial-base-component.js +86 -66
  264. package/esm2015/lib/igc-radial-column-series-component.js +8 -8
  265. package/esm2015/lib/igc-radial-line-series-component.js +4 -4
  266. package/esm2015/lib/igc-radial-pie-series-component.js +18 -18
  267. package/esm2015/lib/igc-range-category-series-component.js +11 -11
  268. package/esm2015/lib/igc-range-column-series-component.js +9 -9
  269. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  270. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
  271. package/esm2015/lib/igc-scatter-area-series-component.js +15 -15
  272. package/esm2015/lib/igc-scatter-base-component.js +59 -59
  273. package/esm2015/lib/igc-scatter-contour-series-component.js +15 -15
  274. package/esm2015/lib/igc-scatter-line-series-component.js +4 -4
  275. package/esm2015/lib/igc-scatter-polygon-series-component.js +36 -36
  276. package/esm2015/lib/igc-scatter-polyline-series-component.js +3 -3
  277. package/esm2015/lib/igc-scatter-spline-series-component.js +4 -4
  278. package/esm2015/lib/igc-scatter-triangulation-series-component.js +28 -28
  279. package/esm2015/lib/igc-series-component.js +229 -229
  280. package/esm2015/lib/igc-shape-series-base-component.js +45 -45
  281. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  282. package/esm2015/lib/igc-spline-area-fragment-component.js +1 -1
  283. package/esm2015/lib/igc-spline-area-series-component.js +1 -1
  284. package/esm2015/lib/igc-spline-fragment-base-component.js +1 -1
  285. package/esm2015/lib/igc-spline-fragment-component.js +1 -1
  286. package/esm2015/lib/igc-spline-series-base-component.js +6 -6
  287. package/esm2015/lib/igc-spline-series-component.js +1 -1
  288. package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
  289. package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
  290. package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
  291. package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
  292. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  293. package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
  294. package/esm2015/lib/igc-stacked-bar-series-component.js +11 -11
  295. package/esm2015/lib/igc-stacked-column-series-component.js +8 -8
  296. package/esm2015/lib/igc-stacked-line-series-component.js +1 -1
  297. package/esm2015/lib/igc-stacked-series-base-component.js +11 -11
  298. package/esm2015/lib/igc-stacked-spline-area-series-component.js +4 -4
  299. package/esm2015/lib/igc-stacked-spline-series-component.js +4 -4
  300. package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
  301. package/esm2015/lib/igc-step-area-series-component.js +2 -2
  302. package/esm2015/lib/igc-step-line-series-component.js +3 -3
  303. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
  304. package/esm2015/lib/igc-straight-numeric-axis-base-component.js +3 -3
  305. package/esm2015/lib/igc-time-axis-base-component.js +6 -6
  306. package/esm2015/lib/igc-time-x-axis-component.js +4 -4
  307. package/esm2015/lib/igc-trend-line-layer-component.js +12 -12
  308. package/esm2015/lib/igc-trix-indicator-component.js +3 -3
  309. package/esm2015/lib/igc-user-annotation-layer-component.js +5 -5
  310. package/esm2015/lib/igc-user-annotation-tool-tip-layer-component.js +11 -11
  311. package/esm2015/lib/igc-value-layer-component.js +159 -159
  312. package/esm2015/lib/igc-value-overlay-component.js +118 -118
  313. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +10 -10
  314. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
  315. package/esm2015/lib/igc-waterfall-series-component.js +18 -18
  316. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
  317. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  318. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  319. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +14 -14
  320. package/esm5/lib/AnchoredCategorySeries_combined.js +225 -225
  321. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +336 -330
  322. package/esm5/lib/AngleAxisLabelPanel_combined.js +620 -566
  323. package/esm5/lib/AnnotationLayerProxy.js +71 -71
  324. package/esm5/lib/AnnotationLayer_combined.js +181 -181
  325. package/esm5/lib/AreaSeries_combined.js +47 -47
  326. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  327. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  328. package/esm5/lib/AxisAnnotationFrameManager.js +9 -9
  329. package/esm5/lib/AxisAnnotationManager.js +50 -36
  330. package/esm5/lib/AxisLabelVisualData.js +62 -2
  331. package/esm5/lib/AxisVisualData.js +1 -1
  332. package/esm5/lib/AxisVisualDataManager.js +40 -32
  333. package/esm5/lib/BarSeries_combined.js +118 -118
  334. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  335. package/esm5/lib/BollingerBandsOverlay_combined.js +99 -99
  336. package/esm5/lib/BrushScale.js +7 -7
  337. package/esm5/lib/BubbleSeries_combined.js +272 -272
  338. package/esm5/lib/CalloutLayer_combined.js +637 -637
  339. package/esm5/lib/CategoryBucketCalculator_combined.js +331 -331
  340. package/esm5/lib/CategoryChart.js +48 -48
  341. package/esm5/lib/CategoryDateTimeXAxis_combined.js +138 -138
  342. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  343. package/esm5/lib/CategoryHighlightLayer_combined.js +58 -58
  344. package/esm5/lib/CategoryItemHighlightLayer_combined.js +117 -117
  345. package/esm5/lib/CategoryMarkerManager.js +1 -1
  346. package/esm5/lib/CategorySeriesInteractionManager.js +16 -16
  347. package/esm5/lib/CategorySeriesRenderManager.js +4 -4
  348. package/esm5/lib/CategoryToolTipLayer_combined.js +75 -75
  349. package/esm5/lib/CategoryTransitionSourceFramePreparer.js +1 -1
  350. package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
  351. package/esm5/lib/CategoryTrendLineManagerFactory.js +1 -1
  352. package/esm5/lib/CategoryXAxis_combined.js +210 -210
  353. package/esm5/lib/CategoryYAxis_combined.js +194 -194
  354. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  355. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  356. package/esm5/lib/ColumnSeries_combined.js +69 -69
  357. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  358. package/esm5/lib/CrosshairLayer_combined.js +146 -146
  359. package/esm5/lib/CustomIndicator.js +22 -22
  360. package/esm5/lib/DataAnnotationAxisLayer.js +13 -13
  361. package/esm5/lib/DataAnnotationBandLayer.js +50 -50
  362. package/esm5/lib/DataAnnotationLineLayer.js +31 -31
  363. package/esm5/lib/DataAnnotationPointLayer.js +172 -172
  364. package/esm5/lib/DataAnnotationRangeLayer.js +6 -6
  365. package/esm5/lib/DataAnnotationRectLayer.js +30 -30
  366. package/esm5/lib/DataAnnotationShapeFrameManager.js +4 -4
  367. package/esm5/lib/DataAnnotationShapeLayer_combined.js +303 -303
  368. package/esm5/lib/DataAnnotationSliceLayer.js +90 -90
  369. package/esm5/lib/DataAnnotationStripLayer.js +119 -119
  370. package/esm5/lib/DataChartToolbarProvider.js +12 -12
  371. package/esm5/lib/DataChartVisualDataManager.js +13 -6
  372. package/esm5/lib/DataLegendContent_combined.js +1 -1
  373. package/esm5/lib/DataPieBaseChart.js +167 -129
  374. package/esm5/lib/DataPieChart.js +67 -67
  375. package/esm5/lib/DataToolTipLayer_combined.js +478 -458
  376. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  377. package/esm5/lib/DomainChart.js +32 -32
  378. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  379. package/esm5/lib/ErrorBarsHelper.js +17 -17
  380. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  381. package/esm5/lib/FinalValueLayer_combined.js +90 -90
  382. package/esm5/lib/FinancialChart_combined.js +66 -66
  383. package/esm5/lib/FinancialEventArgs_combined.js +674 -671
  384. package/esm5/lib/FinancialIndicator_combined.js +208 -208
  385. package/esm5/lib/FinancialOverlay.js +35 -35
  386. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  387. package/esm5/lib/FinancialPriceSeriesProxy.js +14 -14
  388. package/esm5/lib/FinancialPriceSeries_combined.js +325 -325
  389. package/esm5/lib/ForceIndexIndicator.js +15 -15
  390. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  391. package/esm5/lib/HighDensityScatterSeries_combined.js +434 -434
  392. package/esm5/lib/HorizontalAnchoredCategorySeries.js +109 -109
  393. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +4 -4
  394. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +4 -4
  395. package/esm5/lib/HorizontalRangeCategorySeries.js +53 -53
  396. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  397. package/esm5/lib/IndicatorProxy.js +10 -10
  398. package/esm5/lib/ItemToolTipLayer_combined.js +85 -85
  399. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +8 -8
  400. package/esm5/lib/LegendBaseViewManager_combined.js +19 -5
  401. package/esm5/lib/LineSeries_combined.js +44 -44
  402. package/esm5/lib/LogarithmicScaler.js +1 -1
  403. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  404. package/esm5/lib/MassIndexIndicator.js +6 -6
  405. package/esm5/lib/MedianPriceIndicator.js +6 -6
  406. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  407. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  408. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  409. package/esm5/lib/NumericXAxis_combined.js +67 -67
  410. package/esm5/lib/NumericYAxis_combined.js +66 -66
  411. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  412. package/esm5/lib/OrdinalTimeXAxis.js +194 -194
  413. package/esm5/lib/OverlayProxy.js +7 -7
  414. package/esm5/lib/PercentChangeYAxis_combined.js +15 -15
  415. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  416. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  417. package/esm5/lib/PointSeries_combined.js +21 -21
  418. package/esm5/lib/PolarAreaSeries_combined.js +31 -31
  419. package/esm5/lib/PolarAxes.js +11 -11
  420. package/esm5/lib/PolarAxisInfoCache.js +4 -4
  421. package/esm5/lib/PolarBase_combined.js +446 -446
  422. package/esm5/lib/PolarLineSeriesBase_combined.js +54 -54
  423. package/esm5/lib/PolarLineSeries_combined.js +27 -27
  424. package/esm5/lib/PolarScatterSeries_combined.js +12 -12
  425. package/esm5/lib/PolarSplineAreaSeries_combined.js +32 -32
  426. package/esm5/lib/PolarSplineSeries_combined.js +27 -27
  427. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  428. package/esm5/lib/PriceChannelOverlay_combined.js +80 -80
  429. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  430. package/esm5/lib/ProportionalCategoryAngleAxis.js +201 -201
  431. package/esm5/lib/RadialAreaSeries_combined.js +43 -43
  432. package/esm5/lib/RadialAxes.js +4 -4
  433. package/esm5/lib/RadialAxisLabelPanel_combined.js +10 -1
  434. package/esm5/lib/RadialBaseChart.js +76 -76
  435. package/esm5/lib/RadialBucketCalculator_combined.js +404 -397
  436. package/esm5/lib/RadialColumnSeries_combined.js +88 -88
  437. package/esm5/lib/RadialLineSeries_combined.js +41 -41
  438. package/esm5/lib/RadialPieSeries_combined.js +225 -199
  439. package/esm5/lib/RangeAreaSeries_combined.js +25 -25
  440. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +133 -133
  441. package/esm5/lib/RangeColumnSeries_combined.js +42 -42
  442. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  443. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  444. package/esm5/lib/ScatterAreaSeries_combined.js +134 -134
  445. package/esm5/lib/ScatterBase_combined.js +535 -535
  446. package/esm5/lib/ScatterContourSeries_combined.js +118 -118
  447. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  448. package/esm5/lib/ScatterLineSeries.js +57 -57
  449. package/esm5/lib/ScatterLineSeriesView.js +7 -7
  450. package/esm5/lib/ScatterPolygonSeries_combined.js +228 -228
  451. package/esm5/lib/ScatterPolylineSeries_combined.js +25 -25
  452. package/esm5/lib/ScatterSeries_combined.js +15 -15
  453. package/esm5/lib/ScatterSplineSeries.js +44 -44
  454. package/esm5/lib/ScatterSplineSeriesView.js +7 -7
  455. package/esm5/lib/ScatterTriangulationSeries.js +168 -168
  456. package/esm5/lib/SeriesInteractionManager.js +148 -137
  457. package/esm5/lib/SeriesRenderManager.js +12 -12
  458. package/esm5/lib/SeriesRenderingArguments.js +1 -1
  459. package/esm5/lib/SeriesViewerInteractionManager.js +19 -19
  460. package/esm5/lib/SeriesViewer_combined.js +3746 -3724
  461. package/esm5/lib/SeriesVisualDataManager.js +4 -4
  462. package/esm5/lib/ShapeSeriesBase_combined.js +379 -379
  463. package/esm5/lib/SizeScale.js +2 -2
  464. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  465. package/esm5/lib/SplineAreaSeries_combined.js +38 -38
  466. package/esm5/lib/SplineSeriesBase_combined.js +145 -145
  467. package/esm5/lib/SplineSeries_combined.js +26 -26
  468. package/esm5/lib/Stacked100AreaSeries_combined.js +10 -10
  469. package/esm5/lib/Stacked100BarBucketCalculator.js +3 -3
  470. package/esm5/lib/Stacked100BarSeries_combined.js +16 -16
  471. package/esm5/lib/Stacked100ColumnBucketCalculator.js +3 -3
  472. package/esm5/lib/Stacked100ColumnSeries_combined.js +16 -16
  473. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  474. package/esm5/lib/Stacked100LineSeries_combined.js +10 -10
  475. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +10 -10
  476. package/esm5/lib/Stacked100SplineSeries_combined.js +10 -10
  477. package/esm5/lib/StackedLineSeries_combined.js +12 -12
  478. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1136 -1132
  479. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  480. package/esm5/lib/StepAreaSeries_combined.js +74 -74
  481. package/esm5/lib/StepLineSeries_combined.js +76 -76
  482. package/esm5/lib/StochRSIIndicator.js +14 -14
  483. package/esm5/lib/StraightNumericAxisBase_combined.js +78 -78
  484. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  485. package/esm5/lib/TRIXIndicator.js +15 -15
  486. package/esm5/lib/TimeAxisBase.js +206 -206
  487. package/esm5/lib/TimeXAxis.js +246 -246
  488. package/esm5/lib/TrendLineLayer_combined.js +105 -105
  489. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  490. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  491. package/esm5/lib/UserAnnotationLayer_combined.js +327 -327
  492. package/esm5/lib/UserAnnotationToolTipLayerView_combined.js +195 -195
  493. package/esm5/lib/ValueLayer_combined.js +246 -246
  494. package/esm5/lib/ValueOverlay_combined.js +190 -190
  495. package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
  496. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +4 -4
  497. package/esm5/lib/WaterfallSeries_combined.js +112 -112
  498. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  499. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  500. package/esm5/lib/XYChart.js +76 -76
  501. package/esm5/lib/igc-anchored-category-series-component.js +26 -26
  502. package/esm5/lib/igc-anchored-radial-series-component.js +40 -40
  503. package/esm5/lib/igc-annotation-layer-component.js +72 -72
  504. package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
  505. package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
  506. package/esm5/lib/igc-axis-component.js +154 -154
  507. package/esm5/lib/igc-bar-fragment-component.js +4 -4
  508. package/esm5/lib/igc-bar-series-component.js +10 -10
  509. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  510. package/esm5/lib/igc-bollinger-bands-overlay-component.js +9 -9
  511. package/esm5/lib/igc-bubble-series-component.js +35 -35
  512. package/esm5/lib/igc-callout-layer-component.js +174 -174
  513. package/esm5/lib/igc-category-angle-axis-component.js +32 -32
  514. package/esm5/lib/igc-category-axis-base-component.js +26 -26
  515. package/esm5/lib/igc-category-chart-module.js +6 -0
  516. package/esm5/lib/igc-category-date-time-x-axis-component.js +21 -21
  517. package/esm5/lib/igc-category-highlight-layer-component.js +8 -8
  518. package/esm5/lib/igc-category-item-highlight-layer-component.js +27 -27
  519. package/esm5/lib/igc-category-series-component.js +22 -22
  520. package/esm5/lib/igc-category-tool-tip-layer-component.js +19 -19
  521. package/esm5/lib/igc-category-x-axis-component.js +22 -22
  522. package/esm5/lib/igc-category-y-axis-component.js +24 -24
  523. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  524. package/esm5/lib/igc-column-fragment-component.js +10 -10
  525. package/esm5/lib/igc-column-series-component.js +12 -12
  526. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  527. package/esm5/lib/igc-crosshair-layer-component.js +91 -91
  528. package/esm5/lib/igc-data-annotation-axis-layer-component.js +100 -100
  529. package/esm5/lib/igc-data-annotation-band-layer-component.js +2 -2
  530. package/esm5/lib/igc-data-annotation-point-layer-component.js +54 -54
  531. package/esm5/lib/igc-data-annotation-range-layer-component.js +27 -27
  532. package/esm5/lib/igc-data-annotation-shape-layer-component.js +86 -86
  533. package/esm5/lib/igc-data-annotation-slice-layer-component.js +12 -12
  534. package/esm5/lib/igc-data-annotation-strip-layer-component.js +27 -27
  535. package/esm5/lib/igc-data-chart-default-tooltips-component.js +0 -1
  536. package/esm5/lib/igc-data-pie-base-chart-component.js +44 -16
  537. package/esm5/lib/igc-data-pie-chart-component.js +23 -23
  538. package/esm5/lib/igc-data-pie-chart-module.js +6 -0
  539. package/esm5/lib/igc-data-tool-tip-layer-component.js +416 -416
  540. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  541. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  542. package/esm5/lib/igc-final-value-layer-component.js +37 -37
  543. package/esm5/lib/igc-financial-chart-module.js +6 -0
  544. package/esm5/lib/igc-financial-indicator-component.js +18 -18
  545. package/esm5/lib/igc-financial-overlay-component.js +4 -4
  546. package/esm5/lib/igc-financial-price-series-component.js +37 -37
  547. package/esm5/lib/igc-financial-series-component.js +60 -60
  548. package/esm5/lib/igc-force-index-indicator-component.js +4 -4
  549. package/esm5/lib/igc-fragment-base-component.js +1 -1
  550. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  551. package/esm5/lib/igc-high-density-scatter-series-component.js +48 -48
  552. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  553. package/esm5/lib/igc-horizontal-range-category-series-component.js +19 -19
  554. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  555. package/esm5/lib/igc-item-tool-tip-layer-component.js +22 -22
  556. package/esm5/lib/igc-itemwise-strategy-based-indicator-component.js +1 -1
  557. package/esm5/lib/igc-line-fragment-component.js +1 -1
  558. package/esm5/lib/igc-line-series-component.js +1 -1
  559. package/esm5/lib/igc-marker-series-component.js +35 -35
  560. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  561. package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
  562. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  563. package/esm5/lib/igc-numeric-angle-axis-component.js +12 -12
  564. package/esm5/lib/igc-numeric-axis-base-component.js +94 -94
  565. package/esm5/lib/igc-numeric-radius-axis-component.js +9 -9
  566. package/esm5/lib/igc-numeric-x-axis-component.js +1 -1
  567. package/esm5/lib/igc-numeric-y-axis-component.js +2 -2
  568. package/esm5/lib/igc-ordinal-time-x-axis-component.js +6 -6
  569. package/esm5/lib/igc-polar-area-series-component.js +3 -3
  570. package/esm5/lib/igc-polar-base-component.js +77 -77
  571. package/esm5/lib/igc-polar-line-series-component.js +4 -4
  572. package/esm5/lib/igc-polar-spline-area-series-component.js +4 -4
  573. package/esm5/lib/igc-polar-spline-series-component.js +4 -4
  574. package/esm5/lib/igc-price-channel-overlay-component.js +6 -6
  575. package/esm5/lib/igc-proportional-category-angle-axis-component.js +13 -13
  576. package/esm5/lib/igc-radial-area-series-component.js +3 -3
  577. package/esm5/lib/igc-radial-base-component.js +94 -66
  578. package/esm5/lib/igc-radial-column-series-component.js +8 -8
  579. package/esm5/lib/igc-radial-line-series-component.js +4 -4
  580. package/esm5/lib/igc-radial-pie-series-component.js +18 -18
  581. package/esm5/lib/igc-range-category-series-component.js +11 -11
  582. package/esm5/lib/igc-range-column-series-component.js +9 -9
  583. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  584. package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
  585. package/esm5/lib/igc-scatter-area-series-component.js +15 -15
  586. package/esm5/lib/igc-scatter-base-component.js +59 -59
  587. package/esm5/lib/igc-scatter-contour-series-component.js +15 -15
  588. package/esm5/lib/igc-scatter-line-series-component.js +4 -4
  589. package/esm5/lib/igc-scatter-polygon-series-component.js +36 -36
  590. package/esm5/lib/igc-scatter-polyline-series-component.js +3 -3
  591. package/esm5/lib/igc-scatter-spline-series-component.js +4 -4
  592. package/esm5/lib/igc-scatter-triangulation-series-component.js +28 -28
  593. package/esm5/lib/igc-series-component.js +229 -229
  594. package/esm5/lib/igc-shape-series-base-component.js +45 -45
  595. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  596. package/esm5/lib/igc-spline-area-fragment-component.js +1 -1
  597. package/esm5/lib/igc-spline-area-series-component.js +1 -1
  598. package/esm5/lib/igc-spline-fragment-base-component.js +1 -1
  599. package/esm5/lib/igc-spline-fragment-component.js +1 -1
  600. package/esm5/lib/igc-spline-series-base-component.js +6 -6
  601. package/esm5/lib/igc-spline-series-component.js +1 -1
  602. package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
  603. package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
  604. package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
  605. package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
  606. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  607. package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
  608. package/esm5/lib/igc-stacked-bar-series-component.js +11 -11
  609. package/esm5/lib/igc-stacked-column-series-component.js +8 -8
  610. package/esm5/lib/igc-stacked-line-series-component.js +1 -1
  611. package/esm5/lib/igc-stacked-series-base-component.js +11 -11
  612. package/esm5/lib/igc-stacked-spline-area-series-component.js +4 -4
  613. package/esm5/lib/igc-stacked-spline-series-component.js +4 -4
  614. package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
  615. package/esm5/lib/igc-step-area-series-component.js +2 -2
  616. package/esm5/lib/igc-step-line-series-component.js +3 -3
  617. package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
  618. package/esm5/lib/igc-straight-numeric-axis-base-component.js +3 -3
  619. package/esm5/lib/igc-time-axis-base-component.js +6 -6
  620. package/esm5/lib/igc-time-x-axis-component.js +4 -4
  621. package/esm5/lib/igc-trend-line-layer-component.js +12 -12
  622. package/esm5/lib/igc-trix-indicator-component.js +3 -3
  623. package/esm5/lib/igc-user-annotation-layer-component.js +5 -5
  624. package/esm5/lib/igc-user-annotation-tool-tip-layer-component.js +11 -11
  625. package/esm5/lib/igc-value-layer-component.js +159 -159
  626. package/esm5/lib/igc-value-overlay-component.js +118 -118
  627. package/esm5/lib/igc-vertical-anchored-category-series-component.js +10 -10
  628. package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
  629. package/esm5/lib/igc-waterfall-series-component.js +18 -18
  630. package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
  631. package/fesm2015/igniteui-webcomponents-charts.js +23120 -22773
  632. package/fesm5/igniteui-webcomponents-charts.js +23327 -22964
  633. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  634. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  635. package/lib/AnchoredCategorySeries_combined.d.ts +60 -60
  636. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +77 -76
  637. package/lib/AngleAxisLabelPanel_combined.d.ts +140 -136
  638. package/lib/AnnotationLayer_combined.d.ts +58 -58
  639. package/lib/AreaSeries_combined.d.ts +9 -9
  640. package/lib/AverageDirectionalIndexIndicator.d.ts +9 -9
  641. package/lib/AverageTrueRangeIndicator.d.ts +9 -9
  642. package/lib/AxisLabelVisualData.d.ts +14 -1
  643. package/lib/BarSeries_combined.d.ts +18 -18
  644. package/lib/BollingerBandWidthIndicator.d.ts +9 -9
  645. package/lib/BollingerBandsOverlay_combined.d.ts +16 -16
  646. package/lib/BubbleSeries_combined.d.ts +48 -48
  647. package/lib/CalloutLayer_combined.d.ts +136 -136
  648. package/lib/CategoryBucketCalculator_combined.d.ts +73 -73
  649. package/lib/CategoryDateTimeXAxis_combined.d.ts +33 -33
  650. package/lib/CategoryHighlightLayer_combined.d.ts +16 -16
  651. package/lib/CategoryItemHighlightLayer_combined.d.ts +25 -25
  652. package/lib/CategoryToolTipLayer_combined.d.ts +18 -18
  653. package/lib/CategoryXAxis_combined.d.ts +50 -50
  654. package/lib/CategoryYAxis_combined.d.ts +48 -48
  655. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  656. package/lib/ChaikinVolatilityIndicator.d.ts +9 -9
  657. package/lib/ColumnSeries_combined.d.ts +17 -17
  658. package/lib/CommodityChannelIndexIndicator.d.ts +9 -9
  659. package/lib/CrosshairLayer_combined.d.ts +44 -44
  660. package/lib/CustomIndicator.d.ts +8 -8
  661. package/lib/DataAnnotationAxisLayer.d.ts +26 -26
  662. package/lib/DataAnnotationBandLayer.d.ts +7 -7
  663. package/lib/DataAnnotationLineLayer.d.ts +2 -2
  664. package/lib/DataAnnotationPointLayer.d.ts +55 -55
  665. package/lib/DataAnnotationRangeLayer.d.ts +5 -5
  666. package/lib/DataAnnotationRectLayer.d.ts +1 -1
  667. package/lib/DataAnnotationShapeLayer_combined.d.ts +75 -75
  668. package/lib/DataAnnotationSliceLayer.d.ts +25 -25
  669. package/lib/DataAnnotationStripLayer.d.ts +33 -33
  670. package/lib/DataPieBaseChart.d.ts +28 -22
  671. package/lib/DataPieChart.d.ts +22 -22
  672. package/lib/DataToolTipLayer_combined.d.ts +146 -144
  673. package/lib/DetrendedPriceOscillatorIndicator.d.ts +9 -9
  674. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  675. package/lib/FastStochasticOscillatorIndicator.d.ts +9 -9
  676. package/lib/FinalValueLayer_combined.d.ts +27 -27
  677. package/lib/FinancialEventArgs_combined.d.ts +129 -129
  678. package/lib/FinancialIndicator_combined.d.ts +38 -38
  679. package/lib/FinancialOverlay.d.ts +8 -8
  680. package/lib/FinancialPriceSeries_combined.d.ts +55 -55
  681. package/lib/ForceIndexIndicator.d.ts +10 -10
  682. package/lib/FullStochasticOscillatorIndicator.d.ts +15 -15
  683. package/lib/HighDensityScatterSeries_combined.d.ts +91 -91
  684. package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
  685. package/lib/HorizontalRangeCategorySeries.d.ts +18 -18
  686. package/lib/ItemToolTipLayer_combined.d.ts +19 -19
  687. package/lib/ItemwiseStrategyBasedIndicator.d.ts +6 -6
  688. package/lib/LineSeries_combined.d.ts +10 -10
  689. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  690. package/lib/MassIndexIndicator.d.ts +4 -4
  691. package/lib/MedianPriceIndicator.d.ts +4 -4
  692. package/lib/MoneyFlowIndexIndicator.d.ts +10 -10
  693. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  694. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  695. package/lib/NumericXAxis_combined.d.ts +15 -15
  696. package/lib/NumericYAxis_combined.d.ts +15 -15
  697. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  698. package/lib/OrdinalTimeXAxis.d.ts +52 -52
  699. package/lib/PercentChangeYAxis_combined.d.ts +4 -4
  700. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  701. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  702. package/lib/PointSeries_combined.d.ts +7 -7
  703. package/lib/PolarAreaSeries_combined.d.ts +10 -10
  704. package/lib/PolarBase_combined.d.ts +107 -107
  705. package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
  706. package/lib/PolarLineSeries_combined.d.ts +10 -10
  707. package/lib/PolarScatterSeries_combined.d.ts +4 -4
  708. package/lib/PolarSplineAreaSeries_combined.d.ts +11 -11
  709. package/lib/PolarSplineSeries_combined.d.ts +8 -8
  710. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  711. package/lib/PriceChannelOverlay_combined.d.ts +14 -14
  712. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  713. package/lib/ProportionalCategoryAngleAxis.d.ts +40 -40
  714. package/lib/RadialAreaSeries_combined.d.ts +9 -9
  715. package/lib/RadialAxisLabelPanel_combined.d.ts +7 -0
  716. package/lib/RadialBucketCalculator_combined.d.ts +73 -70
  717. package/lib/RadialColumnSeries_combined.d.ts +13 -13
  718. package/lib/RadialLineSeries_combined.d.ts +10 -10
  719. package/lib/RadialPieSeries_combined.d.ts +38 -35
  720. package/lib/RangeAreaSeries_combined.d.ts +7 -7
  721. package/lib/RangeCategoryBucketCalculator_combined.d.ts +27 -27
  722. package/lib/RangeColumnSeries_combined.d.ts +11 -11
  723. package/lib/RateOfChangeAndMomentumIndicator.d.ts +9 -9
  724. package/lib/RelativeStrengthIndexIndicator.d.ts +10 -10
  725. package/lib/ScatterAreaSeries_combined.d.ts +31 -31
  726. package/lib/ScatterBase_combined.d.ts +114 -114
  727. package/lib/ScatterContourSeries_combined.d.ts +22 -22
  728. package/lib/ScatterLineSeries.d.ts +13 -13
  729. package/lib/ScatterPolygonSeries_combined.d.ts +48 -48
  730. package/lib/ScatterPolylineSeries_combined.d.ts +10 -10
  731. package/lib/ScatterSeries_combined.d.ts +4 -4
  732. package/lib/ScatterSplineSeries.d.ts +12 -12
  733. package/lib/ScatterTriangulationSeries.d.ts +38 -38
  734. package/lib/SeriesViewer_combined.d.ts +1011 -1004
  735. package/lib/ShapeSeriesBase_combined.d.ts +101 -101
  736. package/lib/SlowStochasticOscillatorIndicator.d.ts +9 -9
  737. package/lib/SplineAreaSeries_combined.d.ts +8 -8
  738. package/lib/SplineSeriesBase_combined.d.ts +22 -22
  739. package/lib/SplineSeries_combined.d.ts +7 -7
  740. package/lib/Stacked100AreaSeries_combined.d.ts +5 -5
  741. package/lib/Stacked100BarSeries_combined.d.ts +7 -7
  742. package/lib/Stacked100ColumnSeries_combined.d.ts +7 -7
  743. package/lib/Stacked100LineSeries_combined.d.ts +5 -5
  744. package/lib/Stacked100SplineAreaSeries_combined.d.ts +5 -5
  745. package/lib/Stacked100SplineSeries_combined.d.ts +5 -5
  746. package/lib/StackedLineSeries_combined.d.ts +4 -4
  747. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +225 -224
  748. package/lib/StandardDeviationIndicator.d.ts +9 -9
  749. package/lib/StepAreaSeries_combined.d.ts +13 -13
  750. package/lib/StepLineSeries_combined.d.ts +13 -13
  751. package/lib/StochRSIIndicator.d.ts +9 -9
  752. package/lib/StraightNumericAxisBase_combined.d.ts +25 -25
  753. package/lib/StrategyBasedIndicator.d.ts +19 -19
  754. package/lib/TRIXIndicator.d.ts +9 -9
  755. package/lib/TimeAxisBase.d.ts +47 -47
  756. package/lib/TimeXAxis.d.ts +59 -59
  757. package/lib/TrendLineLayer_combined.d.ts +24 -24
  758. package/lib/TypicalPriceIndicator.d.ts +4 -4
  759. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  760. package/lib/UserAnnotationLayer_combined.d.ts +59 -59
  761. package/lib/UserAnnotationToolTipLayerView_combined.d.ts +44 -44
  762. package/lib/ValueLayer_combined.d.ts +73 -73
  763. package/lib/ValueOverlay_combined.d.ts +59 -59
  764. package/lib/VerticalAnchoredCategorySeries.d.ts +22 -22
  765. package/lib/WaterfallSeries_combined.d.ts +23 -23
  766. package/lib/WeightedCloseIndicator.d.ts +4 -4
  767. package/lib/WilliamsPercentRIndicator.d.ts +9 -9
  768. package/lib/igc-data-pie-base-chart-component.d.ts +10 -0
  769. package/lib/igc-radial-base-component.d.ts +10 -0
  770. package/package.json +2 -2
@@ -53,31 +53,33 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
53
53
  __extends(DataToolTipLayer, _super);
54
54
  function DataToolTipLayer() {
55
55
  var _this = _super.call(this) || this;
56
- _this.abi = 1;
57
- _this.acn = new Dictionary$2(String_$type, Base.$, 0);
58
- _this.aco = new List$1(String_$type, 0);
59
- _this.aba = 8;
60
- _this.abe = 11;
61
- _this.aby = null;
56
+ _this.abj = 1;
57
+ _this.acp = new Dictionary$2(String_$type, Base.$, 0);
58
+ _this.acr = new List$1(String_$type, 0);
59
+ _this.aco = new Dictionary$2(String_$type, Base.$, 0);
60
+ _this.acq = new List$1(String_$type, 0);
61
+ _this.abb = 8;
62
+ _this.abf = 11;
63
+ _this.abz = null;
64
+ _this.abr = null;
62
65
  _this.abq = null;
63
- _this.abp = null;
66
+ _this.abu = null;
67
+ _this.abw = null;
64
68
  _this.abt = null;
65
69
  _this.abv = null;
66
- _this.abs = null;
67
- _this.abu = null;
70
+ _this.aby = null;
68
71
  _this.abx = null;
69
- _this.abw = null;
70
- _this.abr = null;
72
+ _this.abs = null;
71
73
  var a = new DataToolTipLayerFrame();
72
74
  var b = new DataToolTipLayerFrame();
73
75
  var c = new DataToolTipLayerFrame();
74
- _this.xx = a;
75
- _this.xw = b;
76
- _this.xy = c;
76
+ _this.xy = a;
77
+ _this.xx = b;
78
+ _this.xz = c;
77
79
  _this.ab = DataToolTipLayer.$;
78
80
  return _this;
79
81
  }
80
- DataToolTipLayer.prototype.get_f7 = function () {
82
+ DataToolTipLayer.prototype.get_f8 = function () {
81
83
  return true;
82
84
  };
83
85
  DataToolTipLayer.prototype.bk = function () {
@@ -89,55 +91,55 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
89
91
  DataToolTipLayer.prototype.ct = function () {
90
92
  return new DataToolTipLayerView(this);
91
93
  };
92
- DataToolTipLayer.prototype.rh = function (a) {
93
- _super.prototype.rh.call(this, a);
94
- this.abm = a;
94
+ DataToolTipLayer.prototype.ri = function (a) {
95
+ _super.prototype.ri.call(this, a);
96
+ this.abn = a;
95
97
  };
96
- DataToolTipLayer.prototype.q7 = function () {
97
- _super.prototype.q7.call(this);
98
- this.abm.c1();
98
+ DataToolTipLayer.prototype.q8 = function () {
99
+ _super.prototype.q8.call(this);
100
+ this.abn.c1();
99
101
  };
100
102
  DataToolTipLayer.prototype.get_e5 = function () {
101
103
  return true;
102
104
  };
103
- Object.defineProperty(DataToolTipLayer.prototype, "abj", {
105
+ Object.defineProperty(DataToolTipLayer.prototype, "abk", {
104
106
  get: function () {
105
- return this.abi;
107
+ return this.abj;
106
108
  },
107
109
  set: function (a) {
108
- var b = this.abi;
109
- this.abi = a;
110
- if (b != this.abi) {
111
- this.raisePropertyChanged("ActualGroupingMode", enumGetBox(DataToolTipLayerGroupingMode_$type, b), enumGetBox(DataToolTipLayerGroupingMode_$type, this.abi));
110
+ var b = this.abj;
111
+ this.abj = a;
112
+ if (b != this.abj) {
113
+ this.raisePropertyChanged("ActualGroupingMode", enumGetBox(DataToolTipLayerGroupingMode_$type, b), enumGetBox(DataToolTipLayerGroupingMode_$type, this.abj));
112
114
  }
113
115
  },
114
116
  enumerable: false,
115
117
  configurable: true
116
118
  });
117
- DataToolTipLayer.prototype.abl = function () {
119
+ DataToolTipLayer.prototype.abm = function () {
118
120
  var e_1, _a;
119
121
  var a = true;
120
122
  var b = true;
121
123
  var c = true;
122
124
  var d = true;
123
- if (this.abk != 0) {
124
- return this.abk;
125
+ if (this.abl != 0) {
126
+ return this.abl;
125
127
  }
126
- var e = this.aa0();
128
+ var e = this.aa1();
127
129
  if (e != null) {
128
130
  try {
129
- for (var _b = __values(fromEnum(e.eo())), _c = _b.next(); !_c.done; _c = _b.next()) {
131
+ for (var _b = __values(fromEnum(e.ep())), _c = _b.next(); !_c.done; _c = _b.next()) {
130
132
  var f = _c.value;
131
- if (!f.ev && !f.fz) {
133
+ if (!f.ev && !f.f0) {
132
134
  a = false;
133
135
  }
134
- if (!f.ev && !f.fs) {
136
+ if (!f.ev && !f.ft) {
135
137
  b = false;
136
138
  }
137
- if (!f.ev && !f.f0) {
139
+ if (!f.ev && !f.f1) {
138
140
  c = false;
139
141
  }
140
- if (!f.ev && !f.fw) {
142
+ if (!f.ev && !f.fx) {
141
143
  d = false;
142
144
  }
143
145
  }
@@ -161,29 +163,29 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
161
163
  }
162
164
  return 1;
163
165
  };
164
- DataToolTipLayer.prototype.rq = function (a, b, c, d) {
165
- _super.prototype.rq.call(this, a, b, c, d);
166
+ DataToolTipLayer.prototype.rr = function (a, b, c, d) {
167
+ _super.prototype.rr.call(this, a, b, c, d);
166
168
  switch (b) {
167
169
  case DataToolTipLayer.$$p[42]:
168
- this.r8(true);
170
+ this.r9(true);
169
171
  break;
170
172
  case DataToolTipLayer.$$p[52]:
171
- this.r8(true);
173
+ this.r9(true);
172
174
  break;
173
175
  case DataToolTipLayer.$$p[12]:
174
- this.abj = this.abl();
176
+ this.abk = this.abm();
175
177
  break;
176
178
  case "ActualGroupingMode":
177
- this.r8(true);
179
+ this.r9(true);
178
180
  break;
179
181
  case DataToolTipLayer.$$p[10]:
180
- this.abb = this.abd();
182
+ this.abc = this.abe();
181
183
  break;
182
184
  case DataToolTipLayer.$$p[11]:
183
- this.abf = this.abh();
185
+ this.abg = this.abi();
184
186
  break;
185
187
  case "SeriesViewer":
186
- this.abm.c2();
188
+ this.abn.c2();
187
189
  break;
188
190
  case DataToolTipLayer.$$p[31]:
189
191
  case DataToolTipLayer.$$p[24]:
@@ -250,280 +252,298 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
250
252
  case DataToolTipLayer.$$p[26]:
251
253
  case DataToolTipLayer.$$p[27]:
252
254
  case "LabelTextStyle":
253
- this.agf(b, c, d);
255
+ this.agi(a, b, c, d);
254
256
  break;
255
257
  case DataToolTipLayer.$$p[45]:
256
258
  case DataToolTipLayer.$$p[46]:
257
259
  case DataToolTipLayer.$$p[47]:
258
- this.r8(true);
260
+ this.r9(true);
259
261
  break;
260
262
  }
261
263
  };
262
- DataToolTipLayer.prototype.agf = function (a, b, c) {
263
- if (!this.acn.containsKey(a)) {
264
- this.aco.add(a);
265
- this.acn.addItem(a, c);
264
+ DataToolTipLayer.prototype.agi = function (a, b, c, d) {
265
+ if (a == this) {
266
+ if (!this.acp.containsKey(b)) {
267
+ this.acr.add(b);
268
+ this.acp.addItem(b, d);
269
+ }
270
+ else {
271
+ this.acp.item(b, d);
272
+ }
266
273
  }
267
274
  else {
268
- this.acn.item(a, c);
275
+ if (!this.aco.containsKey(b)) {
276
+ this.acq.add(b);
277
+ this.aco.addItem(b, d);
278
+ }
279
+ else {
280
+ this.aco.item(b, d);
281
+ }
269
282
  }
270
- this.r8(true);
283
+ this.r9(true);
271
284
  };
272
- DataToolTipLayer.prototype.agj = function (a, b) {
285
+ DataToolTipLayer.prototype.agm = function (a, b) {
273
286
  switch (a) {
274
287
  case DataToolTipLayer.$$p[12]:
275
- this.abk = EnumUtil.getEnumValue(DataToolTipLayerGroupingMode_$type, b);
288
+ this.abl = EnumUtil.getEnumValue(DataToolTipLayerGroupingMode_$type, b);
276
289
  break;
277
290
  case DataToolTipLayer.$$p[29]:
278
- this.acs = b;
291
+ this.acv = b;
279
292
  break;
280
293
  case DataToolTipLayer.$$p[30]:
281
- this.act = b;
294
+ this.acw = b;
282
295
  break;
283
296
  case DataToolTipLayer.$$p[2]:
284
- this.acq = b;
297
+ this.act = b;
285
298
  break;
286
299
  case DataToolTipLayer.$$p[3]:
287
- this.acr = b;
300
+ this.acu = b;
288
301
  break;
289
302
  case DataToolTipLayer.$$p[10]:
290
- this.abc = EnumUtil.getEnumValue(DataTooltipGroupedPositionX_$type, b);
303
+ this.abd = EnumUtil.getEnumValue(DataTooltipGroupedPositionX_$type, b);
291
304
  break;
292
305
  case DataToolTipLayer.$$p[11]:
293
- this.abg = EnumUtil.getEnumValue(DataTooltipGroupedPositionY_$type, b);
306
+ this.abh = EnumUtil.getEnumValue(DataTooltipGroupedPositionY_$type, b);
294
307
  break;
295
308
  case DataToolTipLayer.$$p[31]:
296
- this.aci = b;
309
+ this.acj = b;
297
310
  break;
298
311
  case DataToolTipLayer.$$p[24]:
299
- this.aay = b;
312
+ this.aaz = b;
300
313
  break;
301
314
  case DataToolTipLayer.$$p[5]:
302
- this.aat = b;
315
+ this.aau = b;
303
316
  break;
304
317
  case DataToolTipLayer.$$p[23]:
305
- this.aax = b;
318
+ this.aay = b;
306
319
  break;
307
320
  case DataToolTipLayer.$$p[4]:
308
- this.aas = b;
321
+ this.aat = b;
309
322
  break;
310
323
  case DataToolTipLayer.$$p[53]:
311
- this.aa2 = EnumUtil.getEnumValue(DataAbbreviationMode_$type, b);
324
+ this.aa3 = EnumUtil.getEnumValue(DataAbbreviationMode_$type, b);
312
325
  break;
313
326
  case DataToolTipLayer.$$p[55]:
314
- this.adt = typeGetValue(b);
327
+ this.adw = typeGetValue(b);
315
328
  break;
316
329
  case DataToolTipLayer.$$p[56]:
317
- this.adu = typeGetValue(b);
330
+ this.adx = typeGetValue(b);
318
331
  break;
319
332
  case DataToolTipLayer.$$p[57]:
320
- this.aa9 = EnumUtil.getEnumValue(DataLegendValueMode_$type, b);
333
+ this.aba = EnumUtil.getEnumValue(DataLegendValueMode_$type, b);
321
334
  break;
322
335
  case DataToolTipLayer.$$p[54]:
323
- this.afx = b;
336
+ this.af0 = b;
324
337
  break;
325
338
  case DataToolTipLayer.$$p[60]:
326
- this.ack = b;
339
+ this.acl = b;
327
340
  break;
328
341
  case DataToolTipLayer.$$p[59]:
329
- this.af3 = b;
342
+ this.af6 = b;
330
343
  break;
331
344
  case DataToolTipLayer.$$p[58]:
332
- this.aaz = b;
345
+ this.aa0 = b;
333
346
  break;
334
347
  case DataToolTipLayer.$$p[61]:
335
- this.ai7 = b;
348
+ this.aja = b;
336
349
  break;
337
350
  case DataToolTipLayer.$$p[62]:
338
- this.acl = b;
351
+ this.acm = b;
339
352
  break;
340
353
  case DataToolTipLayer.$$p[66]:
341
- this.agc = b;
354
+ this.agf = b;
342
355
  break;
343
356
  case DataToolTipLayer.$$p[65]:
344
- this.acm = b;
357
+ this.acn = b;
345
358
  break;
346
359
  case DataToolTipLayer.$$p[64]:
347
- this.ai8 = b;
360
+ this.ajb = b;
348
361
  break;
349
362
  case DataToolTipLayer.$$p[63]:
350
- this.aiq = b;
363
+ this.ait = b;
351
364
  break;
352
365
  case "ValueTextStyle":
353
- this.ab8 = b;
366
+ this.ab9 = b;
354
367
  break;
355
368
  case DataToolTipLayer.$$p[16]:
356
- this.aeh = b;
369
+ this.aek = b;
357
370
  break;
358
371
  case DataToolTipLayer.$$p[15]:
359
- this.aaw = b;
372
+ this.aax = b;
360
373
  break;
361
374
  case DataToolTipLayer.$$p[13]:
362
- this.aed = b;
375
+ this.aeg = b;
363
376
  break;
364
377
  case DataToolTipLayer.$$p[14]:
365
- this.aa3 = EnumUtil.getEnumValue(DataLegendHeaderDateMode_$type, b);
378
+ this.aa4 = EnumUtil.getEnumValue(DataLegendHeaderDateMode_$type, b);
366
379
  break;
367
380
  case DataToolTipLayer.$$p[17]:
368
- this.aa4 = EnumUtil.getEnumValue(DataLegendHeaderTimeMode_$type, b);
381
+ this.aa5 = EnumUtil.getEnumValue(DataLegendHeaderTimeMode_$type, b);
369
382
  break;
370
383
  case DataToolTipLayer.$$p[22]:
371
- this.aem = b;
384
+ this.aep = b;
372
385
  break;
373
386
  case DataToolTipLayer.$$p[20]:
374
- this.aig = b;
387
+ this.aij = b;
375
388
  break;
376
389
  case DataToolTipLayer.$$p[21]:
377
- this.ai1 = b;
390
+ this.ai4 = b;
378
391
  break;
379
392
  case DataToolTipLayer.$$p[18]:
380
- this.ai0 = b;
393
+ this.ai3 = b;
381
394
  break;
382
395
  case DataToolTipLayer.$$p[19]:
383
- this.acb = b;
396
+ this.acc = b;
384
397
  break;
385
398
  case "HeaderTextStyle":
386
- this.ab0 = b;
399
+ this.ab1 = b;
387
400
  break;
388
401
  case DataToolTipLayer.$$p[28]:
389
- this.aa6 = EnumUtil.getEnumValue(DataLegendLayoutMode_$type, b);
402
+ this.aa7 = EnumUtil.getEnumValue(DataLegendLayoutMode_$type, b);
390
403
  break;
391
404
  case DataToolTipLayer.$$p[8]:
392
- this.aif = b;
405
+ this.aii = b;
393
406
  break;
394
407
  case DataToolTipLayer.$$p[9]:
395
- this.aiz = b;
408
+ this.ai2 = b;
396
409
  break;
397
410
  case DataToolTipLayer.$$p[6]:
398
- this.aiy = b;
411
+ this.ai1 = b;
399
412
  break;
400
413
  case DataToolTipLayer.$$p[7]:
401
- this.aca = b;
414
+ this.acb = b;
402
415
  break;
403
416
  case "GroupTextStyle":
404
- this.abz = b;
417
+ this.ab0 = b;
405
418
  break;
406
419
  case DataToolTipLayer.$$p[35]:
407
- this.aij = b;
420
+ this.aim = b;
408
421
  break;
409
422
  case "SummaryTitleTextStyle":
410
- this.ab3 = b;
423
+ this.ab4 = b;
411
424
  break;
412
425
  case DataToolTipLayer.$$p[38]:
413
- this.aa7 = EnumUtil.getEnumValue(DataLegendSummaryType_$type, b);
426
+ this.aa8 = EnumUtil.getEnumValue(DataLegendSummaryType_$type, b);
414
427
  break;
415
428
  case DataToolTipLayer.$$p[37]:
416
- this.ae6 = b;
429
+ this.ae9 = b;
417
430
  break;
418
431
  case DataToolTipLayer.$$p[36]:
419
- this.ai4 = b;
432
+ this.ai7 = b;
420
433
  break;
421
434
  case DataToolTipLayer.$$p[34]:
422
- this.ai3 = b;
435
+ this.ai6 = b;
423
436
  break;
424
437
  case DataToolTipLayer.$$p[41]:
425
- this.ail = b;
438
+ this.aio = b;
426
439
  break;
427
440
  case "SummaryValueTextStyle":
428
- this.ab5 = b;
441
+ this.ab6 = b;
429
442
  break;
430
443
  case DataToolTipLayer.$$p[33]:
431
- this.ae1 = b;
444
+ this.ae4 = b;
432
445
  break;
433
446
  case DataToolTipLayer.$$p[32]:
434
- this.aii = b;
447
+ this.ail = b;
435
448
  break;
436
449
  case "SummaryLabelTextStyle":
437
- this.ab2 = b;
450
+ this.ab3 = b;
438
451
  break;
439
452
  case DataToolTipLayer.$$p[40]:
440
- this.afc = b;
453
+ this.aff = b;
441
454
  break;
442
455
  case DataToolTipLayer.$$p[39]:
443
- this.aik = b;
456
+ this.ain = b;
444
457
  break;
445
458
  case "SummaryUnitsTextStyle":
446
- this.ab4 = b;
459
+ this.ab5 = b;
447
460
  break;
448
461
  case DataToolTipLayer.$$p[0]:
449
- this.aix = b;
462
+ this.ai0 = b;
450
463
  break;
451
464
  case DataToolTipLayer.$$p[1]:
452
- this.abo = EnumUtil.getEnumValue(LegendItemBadgeShape_$type, b);
465
+ this.abp = EnumUtil.getEnumValue(LegendItemBadgeShape_$type, b);
453
466
  break;
454
467
  case DataToolTipLayer.$$p[48]:
455
- this.aa8 = EnumUtil.getEnumValue(DataLegendUnitsMode_$type, b);
468
+ this.aa9 = EnumUtil.getEnumValue(DataLegendUnitsMode_$type, b);
456
469
  break;
457
470
  case DataToolTipLayer.$$p[51]:
458
- this.afq = b;
471
+ this.aft = b;
459
472
  break;
460
473
  case DataToolTipLayer.$$p[49]:
461
- this.aip = b;
474
+ this.ais = b;
462
475
  break;
463
476
  case DataToolTipLayer.$$p[50]:
464
- this.ai6 = b;
477
+ this.ai9 = b;
465
478
  break;
466
479
  case "UnitsTextStyle":
467
- this.ab7 = b;
480
+ this.ab8 = b;
468
481
  break;
469
482
  case DataToolTipLayer.$$p[44]:
470
- this.ai5 = b;
483
+ this.ai8 = b;
471
484
  break;
472
485
  case DataToolTipLayer.$$p[43]:
473
- this.aim = b;
486
+ this.aip = b;
474
487
  break;
475
488
  case "TitleTextStyle":
476
- this.ab6 = b;
489
+ this.ab7 = b;
477
490
  break;
478
491
  case DataToolTipLayer.$$p[25]:
479
- this.aa5 = EnumUtil.getEnumValue(DataLegendLabelMode_$type, b);
492
+ this.aa6 = EnumUtil.getEnumValue(DataLegendLabelMode_$type, b);
480
493
  break;
481
494
  case DataToolTipLayer.$$p[26]:
482
- this.aih = b;
495
+ this.aik = b;
483
496
  break;
484
497
  case DataToolTipLayer.$$p[27]:
485
- this.ai2 = b;
498
+ this.ai5 = b;
486
499
  break;
487
500
  case "LabelTextStyle":
488
- this.ab1 = b;
501
+ this.ab2 = b;
489
502
  break;
490
503
  case DataToolTipLayer.$$p[47]:
491
- this.acy = b;
504
+ this.ac1 = b;
492
505
  break;
493
506
  case DataToolTipLayer.$$p[46]:
494
- this.aio = b;
507
+ this.air = b;
495
508
  break;
496
509
  case DataToolTipLayer.$$p[45]:
497
- this.ain = b;
510
+ this.aiq = b;
498
511
  break;
499
512
  }
500
513
  };
501
- DataToolTipLayer.prototype.agg = function (a) {
502
- for (var b = 0; b < this.aco.count; b++) {
503
- var c = this.aco._inner[b];
504
- a.updatePropertyByName(c, this.acn.item(c));
514
+ DataToolTipLayer.prototype.agj = function (a) {
515
+ for (var b = 0; b < this.acr.count; b++) {
516
+ var c = this.acr._inner[b];
517
+ a.updatePropertyByName(c, this.acp.item(c));
518
+ }
519
+ for (var d = 0; d < this.acq.count; d++) {
520
+ var e = this.acq._inner[d];
521
+ if (this.acp.containsKey(e)) {
522
+ continue;
523
+ }
524
+ a.updatePropertyByName(e, this.aco.item(e));
505
525
  }
506
526
  };
507
- DataToolTipLayer.prototype.zc = function (a, b) {
527
+ DataToolTipLayer.prototype.zd = function (a, b) {
508
528
  {
509
529
  if (!this.a1.c) {
510
- this.r8(b);
530
+ this.r9(b);
511
531
  }
512
532
  }
513
533
  };
514
- DataToolTipLayer.prototype.zd = function (a, b) {
534
+ DataToolTipLayer.prototype.ze = function (a, b) {
515
535
  if (!this.a1.c) {
516
- this.r8(b);
536
+ this.r9(b);
517
537
  }
518
538
  };
519
- DataToolTipLayer.prototype.zf = function (a, b) {
539
+ DataToolTipLayer.prototype.zg = function (a, b) {
520
540
  var e_2, _a;
521
541
  var _this = this;
522
- _super.prototype.zf.call(this, a, b);
523
- this.abi = this.abl();
542
+ _super.prototype.zg.call(this, a, b);
543
+ this.abj = this.abm();
524
544
  var c = a;
525
- var d = this.abm.cp;
526
- var e = this.acj;
545
+ var d = this.abn.cp;
546
+ var e = this.ack;
527
547
  var f = false;
528
548
  c.p.clear();
529
549
  c.l.clear();
@@ -533,31 +553,31 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
533
553
  c.n.clear();
534
554
  c.m.clear();
535
555
  c.k.clear();
536
- if (isNaN_(this.aap.x) && isNaN_(this.aap.y)) {
556
+ if (isNaN_(this.aaq.x) && isNaN_(this.aaq.y)) {
537
557
  d.count = 0;
538
558
  return;
539
559
  }
540
560
  {
541
- if (this.abj == 2) {
561
+ if (this.abk == 2) {
542
562
  var g_1 = 0;
543
563
  {
544
564
  try {
545
565
  for (var _b = __values(fromEnum(this.dc.b9)), _c = _b.next(); !_c.done; _c = _b.next()) {
546
566
  var h = _c.value;
547
- if (this.x4(h)) {
548
- this.agi(h, c, e, f, g_1);
567
+ if (this.x5(h)) {
568
+ this.agl(h, c, e, f, g_1);
549
569
  g_1++;
550
570
  }
551
571
  if (h.isStacked) {
552
- h.qh(function (i) {
553
- if (_this.x4(i)) {
554
- _this.agi(i, c, e, f, g_1);
572
+ h.qi(function (i) {
573
+ if (_this.x5(i)) {
574
+ _this.agl(i, c, e, f, g_1);
555
575
  g_1++;
556
576
  }
557
577
  if (i.ei) {
558
- i.qf(function (j) {
559
- if (_this.x4(j)) {
560
- _this.agi(j, c, e, f, g_1);
578
+ i.qg(function (j) {
579
+ if (_this.x5(j)) {
580
+ _this.agl(j, c, e, f, g_1);
561
581
  g_1++;
562
582
  }
563
583
  return true;
@@ -567,9 +587,9 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
567
587
  });
568
588
  }
569
589
  if (h.ei) {
570
- h.qf(function (i) {
571
- if (_this.x4(i)) {
572
- _this.agi(i, c, e, f, g_1);
590
+ h.qg(function (i) {
591
+ if (_this.x5(i)) {
592
+ _this.agl(i, c, e, f, g_1);
573
593
  g_1++;
574
594
  }
575
595
  return true;
@@ -590,26 +610,26 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
590
610
  throw e_2.error;
591
611
  }
592
612
  }
593
- this.age(c);
613
+ this.agh(c);
594
614
  }
595
615
  d.count = g_1;
596
616
  }
597
617
  else {
598
- var i = this.aa0();
599
- var j = this.acp(i);
600
- var k = this.abn(i, j, e);
601
- this.agh(k, c, e);
618
+ var i = this.aa1();
619
+ var j = this.acs(i);
620
+ var k = this.abo(i, j, e);
621
+ this.agk(k, c, e);
602
622
  }
603
623
  }
604
624
  };
605
- DataToolTipLayer.prototype.acp = function (a) {
625
+ DataToolTipLayer.prototype.acs = function (a) {
606
626
  var e_3, _a;
607
627
  var b = new List$1(Series.$, 0);
608
628
  if (a == null) {
609
629
  return b;
610
630
  }
611
631
  try {
612
- for (var _b = __values(fromEnum(a.es)), _c = _b.next(); !_c.done; _c = _b.next()) {
632
+ for (var _b = __values(fromEnum(a.et)), _c = _b.next(); !_c.done; _c = _b.next()) {
613
633
  var c = _c.value;
614
634
  b.add(c);
615
635
  }
@@ -629,10 +649,10 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
629
649
  }
630
650
  return b;
631
651
  };
632
- DataToolTipLayer.prototype.aa0 = function () {
652
+ DataToolTipLayer.prototype.aa1 = function () {
633
653
  var e_4, _a, e_5, _b;
634
- if (this.aa1 != null) {
635
- return this.aa1;
654
+ if (this.aa2 != null) {
655
+ return this.aa2;
636
656
  }
637
657
  if (this.dc == null) {
638
658
  return null;
@@ -642,7 +662,7 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
642
662
  var a = _d.value;
643
663
  if (a.e1) {
644
664
  var b = a.a0();
645
- if (b != null && b.dx()) {
665
+ if (b != null && b.dy()) {
646
666
  return b;
647
667
  }
648
668
  }
@@ -667,7 +687,7 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
667
687
  if (!c.e1) {
668
688
  var d = c.ai();
669
689
  var e = d != null && d.length > 0 ? d[0] : null;
670
- if (e != null && e.dx()) {
690
+ if (e != null && e.dy()) {
671
691
  return e;
672
692
  }
673
693
  }
@@ -688,7 +708,7 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
688
708
  }
689
709
  return null;
690
710
  };
691
- DataToolTipLayer.prototype.abn = function (a, b, c) {
711
+ DataToolTipLayer.prototype.abo = function (a, b, c) {
692
712
  var d = 1.7976931348623157E+308;
693
713
  var e = -1.7976931348623157E+308;
694
714
  var f = new List$1(DataContext.$, 0);
@@ -706,10 +726,10 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
706
726
  var o = n;
707
727
  var p_1 = new List$1(Series.$, 0);
708
728
  if (o.isStacked) {
709
- o.qh(function (q) {
729
+ o.qi(function (q) {
710
730
  p_1.add(q);
711
731
  if (q.ei) {
712
- q.qf(function (r) {
732
+ q.qg(function (r) {
713
733
  p_1.add(r);
714
734
  return true;
715
735
  });
@@ -719,7 +739,7 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
719
739
  }
720
740
  else if (o.ei) {
721
741
  p_1.add(o);
722
- o.qf(function (q) {
742
+ o.qg(function (q) {
723
743
  p_1.add(q);
724
744
  return true;
725
745
  });
@@ -733,7 +753,7 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
733
753
  if (s.dc == null) {
734
754
  continue;
735
755
  }
736
- if (!r.categoryAxis.dx()) {
756
+ if (!r.categoryAxis.dy()) {
737
757
  continue;
738
758
  }
739
759
  if (i) {
@@ -744,12 +764,12 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
744
764
  continue;
745
765
  }
746
766
  }
747
- var t = this_1.oz(s, this_1.aap);
767
+ var t = this_1.o0(s, this_1.aaq);
748
768
  if (!t.c) {
749
769
  continue;
750
770
  }
751
- j = s.wr(t.d);
752
- var u = s.ww(t.d, c, false);
771
+ j = s.ws(t.d);
772
+ var u = s.wx(t.d, c, false);
753
773
  if (h) {
754
774
  if (!isNaN_(u.y)) {
755
775
  d = Math.min(d, u.y);
@@ -767,12 +787,12 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
767
787
  else {
768
788
  var v = n.ai();
769
789
  for (var w = 0; w < v.length; w++) {
770
- if (!v[w].dx()) {
790
+ if (!v[w].dy()) {
771
791
  continue;
772
792
  }
773
793
  }
774
- var x = n.ww(this_1.aap, c, false);
775
- j = n.wr(this_1.aap);
794
+ var x = n.wx(this_1.aaq, c, false);
795
+ j = n.ws(this_1.aaq);
776
796
  if (h) {
777
797
  if (!isNaN_(x.y)) {
778
798
  d = Math.min(d, x.y);
@@ -787,7 +807,7 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
787
807
  }
788
808
  }
789
809
  var y = null;
790
- var z = n.kw(this_1.aap);
810
+ var z = n.kx(this_1.aaq);
791
811
  if (n.e7 && z != null) {
792
812
  y = n.a3(z);
793
813
  }
@@ -806,11 +826,11 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
806
826
  var ab = 0;
807
827
  if (h) {
808
828
  ab = (d + e) / 2;
809
- aa = this.xd.right;
829
+ aa = this.xe.right;
810
830
  if (!isNaN_(j.x)) {
811
831
  aa = j.x;
812
832
  }
813
- if (ab < 0 || ab > this.xd.bottom) {
833
+ if (ab < 0 || ab > this.xe.bottom) {
814
834
  ab = NaN;
815
835
  }
816
836
  }
@@ -819,7 +839,7 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
819
839
  if (!isNaN_(j.y)) {
820
840
  ab = j.y;
821
841
  }
822
- if (aa < 0 || aa > this.xd.right) {
842
+ if (aa < 0 || aa > this.xe.right) {
823
843
  aa = NaN;
824
844
  }
825
845
  }
@@ -830,17 +850,17 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
830
850
  ac.a = h;
831
851
  return ac;
832
852
  };
833
- DataToolTipLayer.prototype.ql = function () {
834
- this.aap = { $type: Point_$type, x: NaN, y: NaN };
835
- this.r8(false);
836
- this.abm.cz(false);
837
- };
838
853
  DataToolTipLayer.prototype.qm = function () {
839
- this.aap = { $type: Point_$type, x: NaN, y: NaN };
840
- this.r8(false);
841
- this.abm.cz(true);
854
+ this.aaq = { $type: Point_$type, x: NaN, y: NaN };
855
+ this.r9(false);
856
+ this.abn.cz(false);
842
857
  };
843
- Object.defineProperty(DataToolTipLayer.prototype, "aiu", {
858
+ DataToolTipLayer.prototype.qn = function () {
859
+ this.aaq = { $type: Point_$type, x: NaN, y: NaN };
860
+ this.r9(false);
861
+ this.abn.cz(true);
862
+ };
863
+ Object.defineProperty(DataToolTipLayer.prototype, "aix", {
844
864
  get: function () {
845
865
  var a = RectUtil.n(this.cw.b9);
846
866
  var b = new Size(1, this.cw.b9.width, this.cw.b9.height);
@@ -849,362 +869,362 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
849
869
  enumerable: false,
850
870
  configurable: true
851
871
  });
852
- Object.defineProperty(DataToolTipLayer.prototype, "ait", {
872
+ Object.defineProperty(DataToolTipLayer.prototype, "aiw", {
853
873
  get: function () {
854
874
  var a = RectUtil.n(this.cw.b9);
855
875
  var b = new Size(1, this.cw.b9.width, this.cw.b9.height);
856
- return new Rect(3, this.abm.c3(a), b);
876
+ return new Rect(3, this.abn.c3(a), b);
857
877
  },
858
878
  enumerable: false,
859
879
  configurable: true
860
880
  });
861
- Object.defineProperty(DataToolTipLayer.prototype, "ais", {
881
+ Object.defineProperty(DataToolTipLayer.prototype, "aiv", {
862
882
  get: function () {
863
883
  var a = new Rect(0, 0, 0, this.dc.m, this.dc.l);
864
884
  var b = RectUtil.n(a);
865
885
  var c = new Size(1, a.width, a.height);
866
- return new Rect(3, this.abm.c3(b), c);
886
+ return new Rect(3, this.abn.c3(b), c);
867
887
  },
868
888
  enumerable: false,
869
889
  configurable: true
870
890
  });
871
- Object.defineProperty(DataToolTipLayer.prototype, "aiw", {
891
+ Object.defineProperty(DataToolTipLayer.prototype, "aiz", {
872
892
  get: function () {
873
893
  var a = { $type: Point_$type, x: 0, y: 0 };
874
- return new Rect(3, a, this.abm.c8());
894
+ return new Rect(3, a, this.abn.c8());
875
895
  },
876
896
  enumerable: false,
877
897
  configurable: true
878
898
  });
879
- DataToolTipLayer.prototype.aiv = function () {
880
- return this.aiu;
899
+ DataToolTipLayer.prototype.aiy = function () {
900
+ return this.aix;
881
901
  };
882
- DataToolTipLayer.prototype.acf = function (a, b, c) {
902
+ DataToolTipLayer.prototype.acg = function (a, b, c) {
883
903
  if (Rect.l_op_Equality(a, Rect.empty)) {
884
904
  return false;
885
905
  }
886
906
  var d = a.top;
887
907
  return c < d;
888
908
  };
889
- DataToolTipLayer.prototype.acc = function (a, b, c, d) {
909
+ DataToolTipLayer.prototype.acd = function (a, b, c, d) {
890
910
  if (Rect.l_op_Equality(a, Rect.empty)) {
891
911
  return false;
892
912
  }
893
913
  var e = a.bottom;
894
914
  return c + d.height >= e;
895
915
  };
896
- DataToolTipLayer.prototype.acd = function (a, b, c) {
916
+ DataToolTipLayer.prototype.ace = function (a, b, c) {
897
917
  if (Rect.l_op_Equality(a, Rect.empty)) {
898
918
  return false;
899
919
  }
900
920
  var d = a.left;
901
921
  return c < d;
902
922
  };
903
- DataToolTipLayer.prototype.ace = function (a, b, c, d) {
923
+ DataToolTipLayer.prototype.acf = function (a, b, c, d) {
904
924
  if (Rect.l_op_Equality(a, Rect.empty)) {
905
925
  return false;
906
926
  }
907
927
  var e = a.right;
908
928
  return c + d.width > e;
909
929
  };
910
- DataToolTipLayer.prototype.adj = function (a, b) {
930
+ DataToolTipLayer.prototype.adm = function (a, b) {
911
931
  return a.top + b;
912
932
  };
913
- DataToolTipLayer.prototype.adh = function (a, b, c) {
933
+ DataToolTipLayer.prototype.adk = function (a, b, c) {
914
934
  return a.bottom - c.height - b;
915
935
  };
916
- DataToolTipLayer.prototype.adi = function (a, b) {
936
+ DataToolTipLayer.prototype.adl = function (a, b) {
917
937
  return ((a.bottom + a.top) / 2) - (b.height / 2);
918
938
  };
919
- DataToolTipLayer.prototype.ads = function (a, b, c, d, e) {
939
+ DataToolTipLayer.prototype.adv = function (a, b, c, d, e) {
920
940
  var f = c.y - d.height - b;
921
941
  return f;
922
942
  };
923
- DataToolTipLayer.prototype.adq = function (a, b, c, d, e) {
943
+ DataToolTipLayer.prototype.adt = function (a, b, c, d, e) {
924
944
  var f = c.y + b;
925
945
  return f;
926
946
  };
927
- DataToolTipLayer.prototype.adr = function (a, b, c, d, e) {
947
+ DataToolTipLayer.prototype.adu = function (a, b, c, d, e) {
928
948
  var f = c.y - (d.height / 2);
929
949
  return f;
930
950
  };
931
- DataToolTipLayer.prototype.adm = function (a, b, c, d, e) {
951
+ DataToolTipLayer.prototype.adp = function (a, b, c, d, e) {
932
952
  var f = c.y - d.height;
933
953
  f = f - b;
934
954
  return f;
935
955
  };
936
- DataToolTipLayer.prototype.adk = function (a, b, c, d, e) {
956
+ DataToolTipLayer.prototype.adn = function (a, b, c, d, e) {
937
957
  var f = c.y;
938
958
  f = f + b;
939
959
  return f;
940
960
  };
941
- DataToolTipLayer.prototype.adl = function (a, b, c, d, e) {
961
+ DataToolTipLayer.prototype.ado = function (a, b, c, d, e) {
942
962
  var f = c.y - (d.height / 2);
943
963
  return f;
944
964
  };
945
- DataToolTipLayer.prototype.ac2 = function (a, b) {
965
+ DataToolTipLayer.prototype.ac5 = function (a, b) {
946
966
  return a.left + b;
947
967
  };
948
- DataToolTipLayer.prototype.ac4 = function (a, b, c) {
968
+ DataToolTipLayer.prototype.ac7 = function (a, b, c) {
949
969
  return (a.right - (c.width)) - b;
950
970
  };
951
- DataToolTipLayer.prototype.ac3 = function (a, b, c) {
971
+ DataToolTipLayer.prototype.ac6 = function (a, b, c) {
952
972
  return ((a.right + a.left) / 2) - (c.width / 2) + b;
953
973
  };
954
- DataToolTipLayer.prototype.adb = function (a, b, c, d, e) {
974
+ DataToolTipLayer.prototype.ade = function (a, b, c, d, e) {
955
975
  var f = (c.x - d.width) - b;
956
976
  return f;
957
977
  };
958
- DataToolTipLayer.prototype.add = function (a, b, c, d, e) {
978
+ DataToolTipLayer.prototype.adg = function (a, b, c, d, e) {
959
979
  var f = c.x + b;
960
980
  return f;
961
981
  };
962
- DataToolTipLayer.prototype.adc = function (a, b, c, d, e) {
982
+ DataToolTipLayer.prototype.adf = function (a, b, c, d, e) {
963
983
  var f = (c.x - (d.width / 2));
964
984
  f = f + b;
965
985
  return f;
966
986
  };
967
- DataToolTipLayer.prototype.ac8 = function (a, b, c, d, e) {
987
+ DataToolTipLayer.prototype.adb = function (a, b, c, d, e) {
968
988
  var f = c.x - d.width;
969
989
  f = f - b;
970
990
  return f;
971
991
  };
972
- DataToolTipLayer.prototype.ada = function (a, b, c, d, e) {
992
+ DataToolTipLayer.prototype.add = function (a, b, c, d, e) {
973
993
  var f = c.x;
974
994
  f = f + b;
975
995
  return f;
976
996
  };
977
- DataToolTipLayer.prototype.ac9 = function (a, b, c, d, e) {
997
+ DataToolTipLayer.prototype.adc = function (a, b, c, d, e) {
978
998
  var f = c.x - (d.width / 2);
979
999
  f = f + b;
980
1000
  return f;
981
1001
  };
982
- DataToolTipLayer.prototype.acx = function (a, b, c, d, e, f, g, h) {
1002
+ DataToolTipLayer.prototype.ac0 = function (a, b, c, d, e, f, g, h) {
983
1003
  switch (a) {
984
1004
  case 1:
985
1005
  {
986
- return this.adm(e, b, h, f, true);
1006
+ return this.adp(e, b, h, f, true);
987
1007
  }
988
1008
  case 2:
989
1009
  {
990
- return this.adk(e, b, h, f, true);
1010
+ return this.adn(e, b, h, f, true);
991
1011
  }
992
1012
  case 3:
993
1013
  {
994
- return this.adl(e, b, h, f, true);
1014
+ return this.ado(e, b, h, f, true);
995
1015
  }
996
- case 5: return this.adn(e, c, b, h, f);
997
- case 6: return this.ado(e, c, b, h, f);
998
- case 4: return this.adp(e, c, b, h, f);
999
- case 8: return this.ade(e, c, b, h, f);
1000
- case 9: return this.adf(e, c, b, h, f);
1001
- case 7: return this.adg(e, c, b, h, f);
1002
- case 13: return this.adj(d, b);
1003
- case 14: return this.adh(d, b, f);
1004
- case 15: return this.adi(d, f);
1005
- case 10: return this.ads(e, b, g, f, true);
1006
- case 12: return this.adr(e, b, g, f, true);
1016
+ case 5: return this.adq(e, c, b, h, f);
1017
+ case 6: return this.adr(e, c, b, h, f);
1018
+ case 4: return this.ads(e, c, b, h, f);
1019
+ case 8: return this.adh(e, c, b, h, f);
1020
+ case 9: return this.adi(e, c, b, h, f);
1021
+ case 7: return this.adj(e, c, b, h, f);
1022
+ case 13: return this.adm(d, b);
1023
+ case 14: return this.adk(d, b, f);
1024
+ case 15: return this.adl(d, f);
1025
+ case 10: return this.adv(e, b, g, f, true);
1026
+ case 12: return this.adu(e, b, g, f, true);
1007
1027
  case 11:
1008
- default: return this.adq(e, b, g, f, true);
1028
+ default: return this.adt(e, b, g, f, true);
1009
1029
  }
1010
1030
  };
1011
- DataToolTipLayer.prototype.ac5 = function (a, b, c, d, e) {
1031
+ DataToolTipLayer.prototype.ac8 = function (a, b, c, d, e) {
1012
1032
  var f = d.x;
1013
1033
  f = f + b / 2;
1014
1034
  f = f - e.width;
1015
1035
  f = f - c;
1016
1036
  return f;
1017
1037
  };
1018
- DataToolTipLayer.prototype.ac6 = function (a, b, c, d, e) {
1038
+ DataToolTipLayer.prototype.ac9 = function (a, b, c, d, e) {
1019
1039
  var f = d.x;
1020
1040
  f = f + b / 2;
1021
1041
  f = f - e.width / 2;
1022
1042
  f = f + c;
1023
1043
  return f;
1024
1044
  };
1025
- DataToolTipLayer.prototype.ac7 = function (a, b, c, d, e) {
1045
+ DataToolTipLayer.prototype.ada = function (a, b, c, d, e) {
1026
1046
  var f = d.x;
1027
1047
  f = f + b / 2;
1028
1048
  f = f + c;
1029
1049
  return f;
1030
1050
  };
1031
- DataToolTipLayer.prototype.acz = function (a, b, c, d, e) {
1051
+ DataToolTipLayer.prototype.ac2 = function (a, b, c, d, e) {
1032
1052
  var f = d.x;
1033
1053
  f = f - b / 2;
1034
1054
  f = f - e.width;
1035
1055
  f = f - c;
1036
1056
  return f;
1037
1057
  };
1038
- DataToolTipLayer.prototype.ac0 = function (a, b, c, d, e) {
1058
+ DataToolTipLayer.prototype.ac3 = function (a, b, c, d, e) {
1039
1059
  var f = d.x;
1040
1060
  f = f - b / 2;
1041
1061
  f = f - e.width / 2;
1042
1062
  f = f + c;
1043
1063
  return f;
1044
1064
  };
1045
- DataToolTipLayer.prototype.ac1 = function (a, b, c, d, e) {
1065
+ DataToolTipLayer.prototype.ac4 = function (a, b, c, d, e) {
1046
1066
  var f = d.x;
1047
1067
  f = f - b / 2;
1048
1068
  f = f + c;
1049
1069
  return f;
1050
1070
  };
1051
- DataToolTipLayer.prototype.adg = function (a, b, c, d, e) {
1071
+ DataToolTipLayer.prototype.adj = function (a, b, c, d, e) {
1052
1072
  var f = d.y;
1053
1073
  f = f + b / 2;
1054
1074
  f = f - e.height;
1055
1075
  f = f - c;
1056
1076
  return f;
1057
1077
  };
1058
- DataToolTipLayer.prototype.adf = function (a, b, c, d, e) {
1078
+ DataToolTipLayer.prototype.adi = function (a, b, c, d, e) {
1059
1079
  var f = d.y;
1060
1080
  f = f + b / 2;
1061
1081
  f = f - e.height / 2;
1062
1082
  f = f + c;
1063
1083
  return f;
1064
1084
  };
1065
- DataToolTipLayer.prototype.ade = function (a, b, c, d, e) {
1085
+ DataToolTipLayer.prototype.adh = function (a, b, c, d, e) {
1066
1086
  var f = d.y;
1067
1087
  f = f + b / 2;
1068
1088
  f = f + c;
1069
1089
  return f;
1070
1090
  };
1071
- DataToolTipLayer.prototype.adp = function (a, b, c, d, e) {
1091
+ DataToolTipLayer.prototype.ads = function (a, b, c, d, e) {
1072
1092
  var f = d.y;
1073
1093
  f = f - b / 2;
1074
1094
  f = f - e.height;
1075
1095
  f = f - c;
1076
1096
  return f;
1077
1097
  };
1078
- DataToolTipLayer.prototype.ado = function (a, b, c, d, e) {
1098
+ DataToolTipLayer.prototype.adr = function (a, b, c, d, e) {
1079
1099
  var f = d.y;
1080
1100
  f = f - b / 2;
1081
1101
  f = f - e.height / 2;
1082
1102
  f = f + c;
1083
1103
  return f;
1084
1104
  };
1085
- DataToolTipLayer.prototype.adn = function (a, b, c, d, e) {
1105
+ DataToolTipLayer.prototype.adq = function (a, b, c, d, e) {
1086
1106
  var f = d.y;
1087
1107
  f = f - b / 2;
1088
1108
  f = f + c;
1089
1109
  return f;
1090
1110
  };
1091
- DataToolTipLayer.prototype.acw = function (a, b, c, d, e, f, g, h) {
1111
+ DataToolTipLayer.prototype.acz = function (a, b, c, d, e, f, g, h) {
1092
1112
  switch (a) {
1093
- case 10: return this.adb(e, b, g, f, true);
1094
- case 11: return this.add(e, b, g, f, true);
1095
- case 12: return this.adc(e, b, g, f, true);
1096
- case 13: return this.ac2(d, b);
1097
- case 14: return this.ac4(e, b, f);
1098
- case 15: return this.ac3(e, b, f);
1099
- case 5: return this.ac1(e, c, b, h, f);
1100
- case 6: return this.ac0(e, c, b, h, f);
1101
- case 4: return this.acz(e, c, b, h, f);
1102
- case 8: return this.ac7(e, c, b, h, f);
1103
- case 9: return this.ac6(e, c, b, h, f);
1104
- case 7: return this.ac5(e, c, b, h, f);
1113
+ case 10: return this.ade(e, b, g, f, true);
1114
+ case 11: return this.adg(e, b, g, f, true);
1115
+ case 12: return this.adf(e, b, g, f, true);
1116
+ case 13: return this.ac5(d, b);
1117
+ case 14: return this.ac7(e, b, f);
1118
+ case 15: return this.ac6(e, b, f);
1119
+ case 5: return this.ac4(e, c, b, h, f);
1120
+ case 6: return this.ac3(e, c, b, h, f);
1121
+ case 4: return this.ac2(e, c, b, h, f);
1122
+ case 8: return this.ada(e, c, b, h, f);
1123
+ case 9: return this.ac9(e, c, b, h, f);
1124
+ case 7: return this.ac8(e, c, b, h, f);
1105
1125
  case 1:
1106
1126
  {
1107
- return this.ac8(e, b, h, f, true);
1127
+ return this.adb(e, b, h, f, true);
1108
1128
  }
1109
1129
  case 3:
1110
1130
  {
1111
- return this.ac9(e, b, h, f, true);
1131
+ return this.adc(e, b, h, f, true);
1112
1132
  }
1113
1133
  case 2:
1114
1134
  default:
1115
1135
  {
1116
- return this.ada(e, b, h, f, true);
1136
+ return this.add(e, b, h, f, true);
1117
1137
  }
1118
1138
  }
1119
1139
  };
1120
- DataToolTipLayer.prototype.air = function (a, b, c, d) {
1121
- var e = this.abb;
1122
- var f = this.abf;
1123
- var g = this.aa0();
1140
+ DataToolTipLayer.prototype.aiu = function (a, b, c, d) {
1141
+ var e = this.abc;
1142
+ var f = this.abg;
1143
+ var g = this.aa1();
1124
1144
  var h = 0;
1125
1145
  if (g != null && g.df && this.dc != null) {
1126
- h = g.getCategorySize(this.dc.yr, this.xd, this.getEffectiveViewport());
1146
+ h = g.getCategorySize(this.dc.yr, this.xe, this.getEffectiveViewport());
1127
1147
  if (g.categoryMode == 0) {
1128
1148
  h = 0;
1129
1149
  }
1130
1150
  }
1131
- var i = this.acu(e);
1132
- var j = this.acv(f);
1133
- var k = this.acw(e, i, h, this.aiu, a, b, c, d);
1134
- var l = this.acx(f, j, h, this.aiu, a, b, c, d);
1135
- var m = this.acg(a, i, k, b);
1136
- var n = this.ach(a, j, l, b);
1151
+ var i = this.acx(e);
1152
+ var j = this.acy(f);
1153
+ var k = this.acz(e, i, h, this.aix, a, b, c, d);
1154
+ var l = this.ac0(f, j, h, this.aix, a, b, c, d);
1155
+ var m = this.ach(a, i, k, b);
1156
+ var n = this.aci(a, j, l, b);
1137
1157
  if (!m) {
1138
- var o = this.aau(e);
1158
+ var o = this.aav(e);
1139
1159
  var p = 0;
1140
1160
  while (!m && p < o.length) {
1141
1161
  e = o[p];
1142
- i = this.acu(e);
1143
- k = this.acw(e, i, h, this.aiu, a, b, c, d);
1144
- m = this.acg(a, i, k, b);
1162
+ i = this.acx(e);
1163
+ k = this.acz(e, i, h, this.aix, a, b, c, d);
1164
+ m = this.ach(a, i, k, b);
1145
1165
  p++;
1146
1166
  }
1147
1167
  }
1148
1168
  if (!n) {
1149
- var q = this.aav(f);
1169
+ var q = this.aaw(f);
1150
1170
  var r = 0;
1151
1171
  while (!n && r < q.length) {
1152
1172
  f = q[r];
1153
- j = this.acv(f);
1154
- l = this.acx(f, j, h, this.aiu, a, b, c, d);
1155
- n = this.ach(a, j, l, b);
1173
+ j = this.acy(f);
1174
+ l = this.ac0(f, j, h, this.aix, a, b, c, d);
1175
+ n = this.aci(a, j, l, b);
1156
1176
  r++;
1157
1177
  }
1158
1178
  }
1159
1179
  return { $type: Point_$type, x: k, y: l };
1160
1180
  };
1161
- DataToolTipLayer.prototype.acv = function (a) {
1162
- if (!isNaN_(this.act)) {
1163
- return this.act;
1181
+ DataToolTipLayer.prototype.acy = function (a) {
1182
+ if (!isNaN_(this.acw)) {
1183
+ return this.acw;
1164
1184
  }
1165
1185
  switch (a) {
1166
- case 1: return this.acr;
1167
- case 2: return this.acr;
1186
+ case 1: return this.acu;
1187
+ case 2: return this.acu;
1168
1188
  case 3: return 0;
1169
- case 4: return this.acr;
1170
- case 5: return this.acr;
1171
- case 6: return this.acr;
1172
- case 7: return this.acr;
1173
- case 8: return this.acr;
1189
+ case 4: return this.acu;
1190
+ case 5: return this.acu;
1191
+ case 6: return this.acu;
1192
+ case 7: return this.acu;
1193
+ case 8: return this.acu;
1174
1194
  case 9: return 0;
1175
- case 10: return this.acr;
1176
- case 11: return this.acr;
1195
+ case 10: return this.acu;
1196
+ case 11: return this.acu;
1177
1197
  case 12: return 0;
1178
- case 13: return this.acr;
1179
- case 14: return this.acr;
1198
+ case 13: return this.acu;
1199
+ case 14: return this.acu;
1180
1200
  case 15: return 0;
1181
1201
  }
1182
- return this.acr;
1202
+ return this.acu;
1183
1203
  };
1184
- DataToolTipLayer.prototype.acu = function (a) {
1185
- if (!isNaN_(this.acs)) {
1186
- return this.acs;
1204
+ DataToolTipLayer.prototype.acx = function (a) {
1205
+ if (!isNaN_(this.acv)) {
1206
+ return this.acv;
1187
1207
  }
1188
1208
  switch (a) {
1189
- case 4: return this.acq;
1209
+ case 4: return this.act;
1190
1210
  case 6: return 0;
1191
- case 5: return this.acq;
1192
- case 13: return this.acq;
1211
+ case 5: return this.act;
1212
+ case 13: return this.act;
1193
1213
  case 15: return 0;
1194
- case 14: return this.acq;
1195
- case 7: return this.acq;
1214
+ case 14: return this.act;
1215
+ case 7: return this.act;
1196
1216
  case 9: return 0;
1197
- case 8: return this.acq;
1198
- case 1: return this.acq;
1217
+ case 8: return this.act;
1218
+ case 1: return this.act;
1199
1219
  case 3: return 0;
1200
- case 2: return this.acq;
1201
- case 10: return this.acq;
1220
+ case 2: return this.act;
1221
+ case 10: return this.act;
1202
1222
  case 12: return 0;
1203
- case 11: return this.acq;
1223
+ case 11: return this.act;
1204
1224
  }
1205
- return this.acq;
1225
+ return this.act;
1206
1226
  };
1207
- DataToolTipLayer.prototype.aav = function (a) {
1227
+ DataToolTipLayer.prototype.aaw = function (a) {
1208
1228
  var b = [a];
1209
1229
  switch (a) {
1210
1230
  case 1:
@@ -1249,7 +1269,7 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1249
1269
  }
1250
1270
  return b;
1251
1271
  };
1252
- DataToolTipLayer.prototype.aau = function (a) {
1272
+ DataToolTipLayer.prototype.aav = function (a) {
1253
1273
  var b = [a];
1254
1274
  switch (a) {
1255
1275
  case 1:
@@ -1294,13 +1314,13 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1294
1314
  }
1295
1315
  return b;
1296
1316
  };
1297
- DataToolTipLayer.prototype.acg = function (a, b, c, d) {
1298
- return !(this.acd(a, b, c) || this.ace(a, b, c, d));
1299
- };
1300
1317
  DataToolTipLayer.prototype.ach = function (a, b, c, d) {
1301
- return !(this.acf(a, b, c) || this.acc(a, b, c, d));
1318
+ return !(this.ace(a, b, c) || this.acf(a, b, c, d));
1319
+ };
1320
+ DataToolTipLayer.prototype.aci = function (a, b, c, d) {
1321
+ return !(this.acg(a, b, c) || this.acd(a, b, c, d));
1302
1322
  };
1303
- DataToolTipLayer.prototype.age = function (a) {
1323
+ DataToolTipLayer.prototype.agh = function (a) {
1304
1324
  var b = new List$1(DataTooltipCollisionInfo.$, 0);
1305
1325
  for (var c = 0; c < a.i.count; c++) {
1306
1326
  var d = new DataTooltipCollisionInfo();
@@ -1329,7 +1349,7 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1329
1349
  }
1330
1350
  return 0;
1331
1351
  });
1332
- var e = this.ab9(b);
1352
+ var e = this.aca(b);
1333
1353
  if (!e) {
1334
1354
  return;
1335
1355
  }
@@ -1361,7 +1381,7 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1361
1381
  a.j._inner[q] = r.e.y;
1362
1382
  }
1363
1383
  };
1364
- DataToolTipLayer.prototype.ab9 = function (a) {
1384
+ DataToolTipLayer.prototype.aca = function (a) {
1365
1385
  if (a.count <= 1) {
1366
1386
  return false;
1367
1387
  }
@@ -1377,29 +1397,29 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1377
1397
  }
1378
1398
  return false;
1379
1399
  };
1380
- DataToolTipLayer.prototype.agi = function (a, b, c, d, e) {
1400
+ DataToolTipLayer.prototype.agl = function (a, b, c, d, e) {
1381
1401
  var _this = this;
1382
- var f = this.oz(a, this.aap);
1402
+ var f = this.o0(a, this.aaq);
1383
1403
  if (!f.c) {
1384
1404
  return;
1385
1405
  }
1386
- var g = a.ww(f.d, c, d);
1387
- var h = this.abm.cp;
1388
- var i = this.aap;
1406
+ var g = a.wx(f.d, c, d);
1407
+ var h = this.abn.cp;
1408
+ var i = this.aaq;
1389
1409
  if (!c) {
1390
- i = this.w2(g);
1410
+ i = this.w3(g);
1391
1411
  }
1392
- var j = a.kw(i);
1412
+ var j = a.kx(i);
1393
1413
  var k = h.item(e);
1394
1414
  var l = this.cw.b9;
1395
- var m = this.abm.co(k);
1415
+ var m = this.abn.co(k);
1396
1416
  if (!Base.equalsStatic(m.target, this.dc)) {
1397
1417
  m.target = this.dc;
1398
1418
  }
1399
1419
  var n = new List$1(String_$type, 0);
1400
- if (a.ei && this.abj == 2) {
1401
- a.qf(function (o) {
1402
- if (_this.x4(o)) {
1420
+ if (a.ei && this.abk == 2) {
1421
+ a.qg(function (o) {
1422
+ if (_this.x5(o)) {
1403
1423
  n.add(o.dataLegendKey);
1404
1424
  }
1405
1425
  return true;
@@ -1407,13 +1427,13 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1407
1427
  }
1408
1428
  m.includedSeries = [a.dataLegendKey];
1409
1429
  m.excludedSeries = n.toArray();
1410
- this.agg(m);
1411
- m.targetCursorPositionX = this.aap.x;
1412
- m.targetCursorPositionY = this.aap.y;
1413
- if (!this.abm.cr(k, a)) {
1430
+ this.agj(m);
1431
+ m.targetCursorPositionX = this.aaq.x;
1432
+ m.targetCursorPositionY = this.aaq.y;
1433
+ if (!this.abn.cr(k, a)) {
1414
1434
  return;
1415
1435
  }
1416
- var o = this.abm.c7(k);
1436
+ var o = this.abn.c7(k);
1417
1437
  b.l.add1(k);
1418
1438
  var p = CanvasScalingHelpers.c(this.dc.dw.j.ae.rootWrapper);
1419
1439
  var q = g.x;
@@ -1444,39 +1464,39 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1444
1464
  b.j.add(v);
1445
1465
  b.n.add(o.width);
1446
1466
  b.m.add(o.height);
1447
- var w = this.vt;
1467
+ var w = this.vu;
1448
1468
  if (w == null) {
1449
- w = this.vz;
1469
+ w = this.v0;
1450
1470
  }
1451
1471
  if (w == null) {
1452
- w = a.vt;
1472
+ w = a.vu;
1453
1473
  }
1454
1474
  b.k.add(w);
1455
1475
  };
1456
- DataToolTipLayer.prototype.agh = function (a, b, c) {
1476
+ DataToolTipLayer.prototype.agk = function (a, b, c) {
1457
1477
  var e_6, _a;
1458
- this.aba = this.abd();
1459
- this.abe = this.abh();
1478
+ this.abb = this.abe();
1479
+ this.abf = this.abi();
1460
1480
  var d = a.f;
1461
1481
  var e = a.e;
1462
1482
  var f = 0;
1463
- var g = this.abm.cp.item(0);
1464
- this.abm.cr(g, null);
1465
- var h = this.abm.co(g);
1483
+ var g = this.abn.cp.item(0);
1484
+ this.abn.cr(g, null);
1485
+ var h = this.abn.co(g);
1466
1486
  if (!Base.equalsStatic(h.target, this.dc)) {
1467
1487
  h.target = this.dc;
1468
1488
  }
1469
1489
  var i = new List$1(String_$type, 0);
1470
- var j = this.aa0();
1490
+ var j = this.aa1();
1471
1491
  if (j != null) {
1472
1492
  try {
1473
- for (var _b = __values(fromEnum(j.eo())), _c = _b.next(); !_c.done; _c = _b.next()) {
1493
+ for (var _b = __values(fromEnum(j.ep())), _c = _b.next(); !_c.done; _c = _b.next()) {
1474
1494
  var k = _c.value;
1475
1495
  if (k.isStacked) {
1476
- k.qh(function (l) {
1496
+ k.qi(function (l) {
1477
1497
  i.add(l.dataLegendKey);
1478
1498
  if (l.ei) {
1479
- l.qf(function (m) {
1499
+ l.qg(function (m) {
1480
1500
  i.add(m.dataLegendKey);
1481
1501
  return true;
1482
1502
  });
@@ -1486,7 +1506,7 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1486
1506
  }
1487
1507
  else if (k.ei) {
1488
1508
  i.add(k.dataLegendKey);
1489
- k.qf(function (l) {
1509
+ k.qg(function (l) {
1490
1510
  i.add(l.dataLegendKey);
1491
1511
  return true;
1492
1512
  });
@@ -1516,10 +1536,10 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1516
1536
  h.includedSeries = null;
1517
1537
  h.excludedSeries = null;
1518
1538
  }
1519
- this.agg(h);
1520
- h.targetCursorPositionX = this.aap.x;
1521
- h.targetCursorPositionY = this.aap.y;
1522
- var l = this.abm.c7(g);
1539
+ this.agj(h);
1540
+ h.targetCursorPositionX = this.aaq.x;
1541
+ h.targetCursorPositionY = this.aaq.y;
1542
+ var l = this.abn.c7(g);
1523
1543
  var m = 0;
1524
1544
  var n = 0;
1525
1545
  var o = 0;
@@ -1529,8 +1549,8 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1529
1549
  o = d.x;
1530
1550
  p = d.y;
1531
1551
  var s = this.cw.b9;
1532
- var t = this.abm.c8();
1533
- var u = this.aiv();
1552
+ var t = this.abn.c8();
1553
+ var u = this.aiy();
1534
1554
  var v = CanvasScalingHelpers.c(this.dc.dw.j.ae.rootWrapper);
1535
1555
  d.x *= v;
1536
1556
  d.y *= v;
@@ -1540,7 +1560,7 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1540
1560
  u.height *= v;
1541
1561
  e.x *= v;
1542
1562
  e.y *= v;
1543
- var w = this.air(u, l, e, d);
1563
+ var w = this.aiu(u, l, e, d);
1544
1564
  var x = w.x;
1545
1565
  var y = w.y;
1546
1566
  {
@@ -1554,13 +1574,13 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1554
1574
  b.l.add1(g);
1555
1575
  var z = null;
1556
1576
  b.k.add(z);
1557
- this.abm.cp.count = 1;
1577
+ this.abn.cp.count = 1;
1558
1578
  };
1559
- DataToolTipLayer.prototype.adv = function (a) {
1579
+ DataToolTipLayer.prototype.ady = function (a) {
1560
1580
  return a.toolTip;
1561
1581
  };
1562
- DataToolTipLayer.prototype.zi = function (a, b) {
1563
- _super.prototype.zi.call(this, a, b);
1582
+ DataToolTipLayer.prototype.zj = function (a, b) {
1583
+ _super.prototype.zj.call(this, a, b);
1564
1584
  var c = a;
1565
1585
  var d = c.p.count;
1566
1586
  var e = b.b9.left;
@@ -1569,7 +1589,7 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1569
1589
  var h = b.b9.bottom;
1570
1590
  for (var i = 0; i < d; i++) {
1571
1591
  if (isNaN_(c.o._inner[i]) || isNaN_(c.p._inner[i]) || isNaN_(c.i._inner[i]) || isNaN_(c.j._inner[i])) {
1572
- this.abm.cy(c.l._inner[i]);
1592
+ this.abn.cy(c.l._inner[i]);
1573
1593
  continue;
1574
1594
  }
1575
1595
  var j = c.i._inner[i];
@@ -1578,7 +1598,7 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1578
1598
  var m = c.m._inner[i];
1579
1599
  var n = false;
1580
1600
  if (n) {
1581
- this.abm.cy(c.l._inner[i]);
1601
+ this.abn.cy(c.l._inner[i]);
1582
1602
  continue;
1583
1603
  }
1584
1604
  var o = c.l._inner[i];
@@ -1587,28 +1607,28 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1587
1607
  var r = c.o._inner[i] - c.i._inner[i];
1588
1608
  var s = c.p._inner[i] - c.j._inner[i];
1589
1609
  if (o != null) {
1590
- this.abm.c0(o, p, q, r, s);
1610
+ this.abn.c0(o, p, q, r, s);
1591
1611
  }
1592
1612
  }
1593
1613
  };
1594
- DataToolTipLayer.prototype.gg = function () {
1614
+ DataToolTipLayer.prototype.gh = function () {
1595
1615
  return true;
1596
1616
  };
1597
- Object.defineProperty(DataToolTipLayer.prototype, "abb", {
1617
+ Object.defineProperty(DataToolTipLayer.prototype, "abc", {
1598
1618
  get: function () {
1599
- return this.aba;
1619
+ return this.abb;
1600
1620
  },
1601
1621
  set: function (a) {
1602
- var b = this.aba;
1603
- this.aba = a;
1604
- if (b != this.aba) {
1605
- this.raisePropertyChanged("ActualGroupedPositionModeX", enumGetBox(DataTooltipGroupedPositionX_$type, b), enumGetBox(DataTooltipGroupedPositionX_$type, this.aba));
1622
+ var b = this.abb;
1623
+ this.abb = a;
1624
+ if (b != this.abb) {
1625
+ this.raisePropertyChanged("ActualGroupedPositionModeX", enumGetBox(DataTooltipGroupedPositionX_$type, b), enumGetBox(DataTooltipGroupedPositionX_$type, this.abb));
1606
1626
  }
1607
1627
  },
1608
1628
  enumerable: false,
1609
1629
  configurable: true
1610
1630
  });
1611
- DataToolTipLayer.prototype.abd = function () {
1631
+ DataToolTipLayer.prototype.abe = function () {
1612
1632
  var e_7, _a;
1613
1633
  if (this.dc == null) {
1614
1634
  return 2;
@@ -1617,17 +1637,17 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1617
1637
  var b = false;
1618
1638
  var c = false;
1619
1639
  var d = false;
1620
- var e = this.aa0();
1640
+ var e = this.aa1();
1621
1641
  if (e == null) {
1622
- if (this.abc != 0) {
1623
- return this.abc;
1642
+ if (this.abd != 0) {
1643
+ return this.abd;
1624
1644
  }
1625
1645
  else {
1626
1646
  return 2;
1627
1647
  }
1628
1648
  }
1629
1649
  try {
1630
- for (var _b = __values(fromEnum(e.es)), _c = _b.next(); !_c.done; _c = _b.next()) {
1650
+ for (var _b = __values(fromEnum(e.et)), _c = _b.next(); !_c.done; _c = _b.next()) {
1631
1651
  var f = _c.value;
1632
1652
  if (f.e2) {
1633
1653
  a = true;
@@ -1635,10 +1655,10 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1635
1655
  if (f.isVertical) {
1636
1656
  b = true;
1637
1657
  }
1638
- if (f.fs) {
1658
+ if (f.ft) {
1639
1659
  c = true;
1640
1660
  }
1641
- if (f.fz) {
1661
+ if (f.f0) {
1642
1662
  d = true;
1643
1663
  }
1644
1664
  }
@@ -1669,9 +1689,9 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1669
1689
  $ret.add_1(9);
1670
1690
  return $ret;
1671
1691
  })());
1672
- var h = g.contains(this.abc);
1673
- if (this.abc != 0) {
1674
- return this.abc;
1692
+ var h = g.contains(this.abd);
1693
+ if (this.abd != 0) {
1694
+ return this.abd;
1675
1695
  }
1676
1696
  if (h && b) {
1677
1697
  return 11;
@@ -1687,21 +1707,21 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1687
1707
  }
1688
1708
  return 8;
1689
1709
  };
1690
- Object.defineProperty(DataToolTipLayer.prototype, "abf", {
1710
+ Object.defineProperty(DataToolTipLayer.prototype, "abg", {
1691
1711
  get: function () {
1692
- return this.abe;
1712
+ return this.abf;
1693
1713
  },
1694
1714
  set: function (a) {
1695
- var b = this.abe;
1696
- this.abe = a;
1697
- if (b != this.abe) {
1698
- this.raisePropertyChanged("ActualPositionModeY", enumGetBox(DataTooltipGroupedPositionY_$type, b), enumGetBox(DataTooltipGroupedPositionY_$type, this.abe));
1715
+ var b = this.abf;
1716
+ this.abf = a;
1717
+ if (b != this.abf) {
1718
+ this.raisePropertyChanged("ActualPositionModeY", enumGetBox(DataTooltipGroupedPositionY_$type, b), enumGetBox(DataTooltipGroupedPositionY_$type, this.abf));
1699
1719
  }
1700
1720
  },
1701
1721
  enumerable: false,
1702
1722
  configurable: true
1703
1723
  });
1704
- DataToolTipLayer.prototype.abh = function () {
1724
+ DataToolTipLayer.prototype.abi = function () {
1705
1725
  var e_8, _a;
1706
1726
  if (this.dc == null) {
1707
1727
  return 11;
@@ -1709,25 +1729,25 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1709
1729
  var a = false;
1710
1730
  var b = false;
1711
1731
  var c = false;
1712
- var d = this.aa0();
1732
+ var d = this.aa1();
1713
1733
  if (d == null) {
1714
- if (this.abg != 0) {
1715
- return this.abg;
1734
+ if (this.abh != 0) {
1735
+ return this.abh;
1716
1736
  }
1717
1737
  else {
1718
1738
  return 11;
1719
1739
  }
1720
1740
  }
1721
1741
  try {
1722
- for (var _b = __values(fromEnum(d.eo())), _c = _b.next(); !_c.done; _c = _b.next()) {
1742
+ for (var _b = __values(fromEnum(d.ep())), _c = _b.next(); !_c.done; _c = _b.next()) {
1723
1743
  var e = _c.value;
1724
1744
  if (e.isVertical) {
1725
1745
  a = true;
1726
1746
  }
1727
- if (e.fs) {
1747
+ if (e.ft) {
1728
1748
  b = true;
1729
1749
  }
1730
- if (e.fz) {
1750
+ if (e.f0) {
1731
1751
  c = true;
1732
1752
  }
1733
1753
  }
@@ -1758,9 +1778,9 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1758
1778
  $ret.add_1(9);
1759
1779
  return $ret;
1760
1780
  })());
1761
- var g = f.contains(this.abg);
1762
- if (this.abg != 0) {
1763
- return this.abg;
1781
+ var g = f.contains(this.abh);
1782
+ if (this.abh != 0) {
1783
+ return this.abh;
1764
1784
  }
1765
1785
  if (g && !a) {
1766
1786
  return 11;
@@ -1776,15 +1796,29 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1776
1796
  }
1777
1797
  return 11;
1778
1798
  };
1779
- Object.defineProperty(DataToolTipLayer.prototype, "ab8", {
1799
+ Object.defineProperty(DataToolTipLayer.prototype, "ab9", {
1780
1800
  get: function () {
1781
- return this.aby;
1801
+ return this.abz;
1782
1802
  },
1783
1803
  set: function (a) {
1784
- var b = this.aby;
1785
- this.aby = a;
1786
- if (b != this.aby) {
1787
- this.raisePropertyChanged("ValueTextStyle", b, this.aby);
1804
+ var b = this.abz;
1805
+ this.abz = a;
1806
+ if (b != this.abz) {
1807
+ this.raisePropertyChanged("ValueTextStyle", b, this.abz);
1808
+ }
1809
+ },
1810
+ enumerable: false,
1811
+ configurable: true
1812
+ });
1813
+ Object.defineProperty(DataToolTipLayer.prototype, "ab1", {
1814
+ get: function () {
1815
+ return this.abr;
1816
+ },
1817
+ set: function (a) {
1818
+ var b = this.abr;
1819
+ this.abr = a;
1820
+ if (b != this.abr) {
1821
+ this.raisePropertyChanged("HeaderTextStyle", b, this.abr);
1788
1822
  }
1789
1823
  },
1790
1824
  enumerable: false,
@@ -1798,21 +1832,35 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1798
1832
  var b = this.abq;
1799
1833
  this.abq = a;
1800
1834
  if (b != this.abq) {
1801
- this.raisePropertyChanged("HeaderTextStyle", b, this.abq);
1835
+ this.raisePropertyChanged("GroupTextStyle", b, this.abq);
1836
+ }
1837
+ },
1838
+ enumerable: false,
1839
+ configurable: true
1840
+ });
1841
+ Object.defineProperty(DataToolTipLayer.prototype, "ab4", {
1842
+ get: function () {
1843
+ return this.abu;
1844
+ },
1845
+ set: function (a) {
1846
+ var b = this.abu;
1847
+ this.abu = a;
1848
+ if (b != this.abu) {
1849
+ this.raisePropertyChanged("SummaryTitleTextStyle", b, this.abu);
1802
1850
  }
1803
1851
  },
1804
1852
  enumerable: false,
1805
1853
  configurable: true
1806
1854
  });
1807
- Object.defineProperty(DataToolTipLayer.prototype, "abz", {
1855
+ Object.defineProperty(DataToolTipLayer.prototype, "ab6", {
1808
1856
  get: function () {
1809
- return this.abp;
1857
+ return this.abw;
1810
1858
  },
1811
1859
  set: function (a) {
1812
- var b = this.abp;
1813
- this.abp = a;
1814
- if (b != this.abp) {
1815
- this.raisePropertyChanged("GroupTextStyle", b, this.abp);
1860
+ var b = this.abw;
1861
+ this.abw = a;
1862
+ if (b != this.abw) {
1863
+ this.raisePropertyChanged("SummaryValueTextStyle", b, this.abw);
1816
1864
  }
1817
1865
  },
1818
1866
  enumerable: false,
@@ -1826,7 +1874,7 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1826
1874
  var b = this.abt;
1827
1875
  this.abt = a;
1828
1876
  if (b != this.abt) {
1829
- this.raisePropertyChanged("SummaryTitleTextStyle", b, this.abt);
1877
+ this.raisePropertyChanged("SummaryLabelTextStyle", b, this.abt);
1830
1878
  }
1831
1879
  },
1832
1880
  enumerable: false,
@@ -1840,35 +1888,21 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1840
1888
  var b = this.abv;
1841
1889
  this.abv = a;
1842
1890
  if (b != this.abv) {
1843
- this.raisePropertyChanged("SummaryValueTextStyle", b, this.abv);
1891
+ this.raisePropertyChanged("SummaryUnitsTextStyle", b, this.abv);
1844
1892
  }
1845
1893
  },
1846
1894
  enumerable: false,
1847
1895
  configurable: true
1848
1896
  });
1849
- Object.defineProperty(DataToolTipLayer.prototype, "ab2", {
1850
- get: function () {
1851
- return this.abs;
1852
- },
1853
- set: function (a) {
1854
- var b = this.abs;
1855
- this.abs = a;
1856
- if (b != this.abs) {
1857
- this.raisePropertyChanged("SummaryLabelTextStyle", b, this.abs);
1858
- }
1859
- },
1860
- enumerable: false,
1861
- configurable: true
1862
- });
1863
- Object.defineProperty(DataToolTipLayer.prototype, "ab4", {
1897
+ Object.defineProperty(DataToolTipLayer.prototype, "ab8", {
1864
1898
  get: function () {
1865
- return this.abu;
1899
+ return this.aby;
1866
1900
  },
1867
1901
  set: function (a) {
1868
- var b = this.abu;
1869
- this.abu = a;
1870
- if (b != this.abu) {
1871
- this.raisePropertyChanged("SummaryUnitsTextStyle", b, this.abu);
1902
+ var b = this.aby;
1903
+ this.aby = a;
1904
+ if (b != this.aby) {
1905
+ this.raisePropertyChanged("UnitsTextStyle", b, this.aby);
1872
1906
  }
1873
1907
  },
1874
1908
  enumerable: false,
@@ -1882,42 +1916,28 @@ export var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
1882
1916
  var b = this.abx;
1883
1917
  this.abx = a;
1884
1918
  if (b != this.abx) {
1885
- this.raisePropertyChanged("UnitsTextStyle", b, this.abx);
1886
- }
1887
- },
1888
- enumerable: false,
1889
- configurable: true
1890
- });
1891
- Object.defineProperty(DataToolTipLayer.prototype, "ab6", {
1892
- get: function () {
1893
- return this.abw;
1894
- },
1895
- set: function (a) {
1896
- var b = this.abw;
1897
- this.abw = a;
1898
- if (b != this.abw) {
1899
- this.raisePropertyChanged("TitleTextStyle", b, this.abw);
1919
+ this.raisePropertyChanged("TitleTextStyle", b, this.abx);
1900
1920
  }
1901
1921
  },
1902
1922
  enumerable: false,
1903
1923
  configurable: true
1904
1924
  });
1905
- Object.defineProperty(DataToolTipLayer.prototype, "ab1", {
1925
+ Object.defineProperty(DataToolTipLayer.prototype, "ab2", {
1906
1926
  get: function () {
1907
- return this.abr;
1927
+ return this.abs;
1908
1928
  },
1909
1929
  set: function (a) {
1910
- var b = this.abr;
1911
- this.abr = a;
1912
- if (b != this.abr) {
1913
- this.raisePropertyChanged("LabelTextStyle", b, this.abr);
1930
+ var b = this.abs;
1931
+ this.abs = a;
1932
+ if (b != this.abs) {
1933
+ this.raisePropertyChanged("LabelTextStyle", b, this.abs);
1914
1934
  }
1915
1935
  },
1916
1936
  enumerable: false,
1917
1937
  configurable: true
1918
1938
  });
1919
1939
  DataToolTipLayer.$t = markType(DataToolTipLayer, 'DataToolTipLayer', AnnotationLayer.$);
1920
- DataToolTipLayer.$$p = markDep(DependencyProperty, PropertyMetadata, DataToolTipLayer, 'raisePropertyChanged', ['BadgeMargin:aix:agk', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'BadgeShape:abo:agl', [LegendItemBadgeShape_$type, enumGetBox(LegendItemBadgeShape_$type, 0)], 'DefaultPositionOffsetX:acq:agm', [1, DeviceUtils.g(10)], 'DefaultPositionOffsetY:acr:agn', [1, DeviceUtils.g(10)], 'ExcludedColumns:aas:ago', [Array_$type, null], 'ExcludedSeries:aat:agp', [Array_$type, null], 'GroupRowMargin:aiy:agt', [Thickness.$, new Thickness(0, 5)], 'GroupRowVisible:aca:agu', [0, false], 'GroupTextColor:aif:agv', [Brush.$, null], 'GroupTextMargin:aiz:agw', [Thickness.$, new Thickness(1, 2, 0, 0, 0)], 'GroupedPositionModeX:abc:agq', [DataTooltipGroupedPositionX_$type, enumGetBox(DataTooltipGroupedPositionX_$type, 0)], 'GroupedPositionModeY:abg:agr', [DataTooltipGroupedPositionY_$type, enumGetBox(DataTooltipGroupedPositionY_$type, 0)], 'GroupingMode:abk:ags', [DataToolTipLayerGroupingMode_$type, enumGetBox(DataToolTipLayerGroupingMode_$type, 0)], 'HeaderFormatCulture:aed:agx', [2, stringEmpty()], 'HeaderFormatDate:aa3:agy', [DataLegendHeaderDateMode_$type, enumGetBox(DataLegendHeaderDateMode_$type, 0)], 'HeaderFormatSpecifiers:aaw:agz', [Array_$type, null], 'HeaderFormatString:aeh:ag0', [2, null], 'HeaderFormatTime:aa4:ag1', [DataLegendHeaderTimeMode_$type, enumGetBox(DataLegendHeaderTimeMode_$type, 0)], 'HeaderRowMargin:ai0:ag2', [Thickness.$, new Thickness(0, 5)], 'HeaderRowVisible:acb:ag3', [0, true], 'HeaderTextColor:aig:ag4', [Brush.$, null], 'HeaderTextMargin:ai1:ag5', [Thickness.$, new Thickness(1, 2, 0, 0, 0)], 'HeaderText:aem:ag6', [2, null], 'IncludedColumns:aax:ag7', [Array_$type, null], 'IncludedSeries:aay:ag8', [Array_$type, null], 'LabelDisplayMode:aa5:ag9', [DataLegendLabelMode_$type, enumGetBox(DataLegendLabelMode_$type, 0)], 'LabelTextColor:aih:aha', [Brush.$, null], 'LabelTextMargin:ai2:ahb', [Thickness.$, new Thickness(1, 8, 0, 0, 0)], 'LayoutMode:aa6:ahc', [DataLegendLayoutMode_$type, enumGetBox(DataLegendLayoutMode_$type, 0)], 'PositionOffsetX:acs:ahd', [1, NaN], 'PositionOffsetY:act:ahe', [1, NaN], 'ShouldUpdateWhenSeriesDataChanges:aci:ahf', [0, true], 'SummaryLabelTextColor:aii:ahg', [Brush.$, null], 'SummaryLabelText:ae1:ahh', [2, null], 'SummaryRowMargin:ai3:ahi', [Thickness.$, new Thickness(0, 5)], 'SummaryTitleTextColor:aij:ahj', [Brush.$, null], 'SummaryTitleTextMargin:ai4:ahk', [Thickness.$, new Thickness(1, 2, 0, 0, 0)], 'SummaryTitleText:ae6:ahl', [2, null], 'SummaryType:aa7:ahm', [DataLegendSummaryType_$type, enumGetBox(DataLegendSummaryType_$type, 0)], 'SummaryUnitsTextColor:aik:ahn', [Brush.$, null], 'SummaryUnitsText:afc:aho', [2, null], 'SummaryValueTextColor:ail:ahp', [Brush.$, null], 'TargetAxis:aa1:ahq', [Axis.$, null], 'TitleTextColor:aim:ahr', [Brush.$, null], 'TitleTextMargin:ai5:ahs', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'ToolTipBackground:ain:aht', [Brush.$, null], 'ToolTipBorderBrush:aio:ahu', [Brush.$, null], 'ToolTipBorderThickness:acy:ahv', [1, NaN], 'UnitsDisplayMode:aa8:ahw', [DataLegendUnitsMode_$type, enumGetBox(DataLegendUnitsMode_$type, 0)], 'UnitsTextColor:aip:ahx', [Brush.$, null], 'UnitsTextMargin:ai6:ahy', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'UnitsText:afq:ahz', [2, null], 'UseInterpolation:acj:ah0', [0, false], 'ValueFormatAbbreviation:aa2:ah1', [DataAbbreviationMode_$type, enumGetBox(DataAbbreviationMode_$type, 0)], 'ValueFormatCulture:afx:ah2', [2, stringEmpty()], 'ValueFormatMaxFractions:adt:ah3', [1, -1], 'ValueFormatMinFractions:adu:ah4', [1, -1], 'ValueFormatMode:aa9:ah5', [DataLegendValueMode_$type, enumGetBox(DataLegendValueMode_$type, 0)], 'ValueFormatSpecifiers:aaz:ah6', [Array_$type, null], 'ValueFormatString:af3:ah7', [2, null], 'ValueFormatUseGrouping:ack:ah8', [0, true], 'ValueRowMargin:ai7:ah9', [Thickness.$, new Thickness(0, 5)], 'ValueRowVisible:acl:aia', [0, true], 'ValueTextColor:aiq:aib', [Brush.$, null], 'ValueTextMargin:ai8:aic', [Thickness.$, new Thickness(1, 2, 0, 2, 0)], 'ValueTextUseSeriesColors:acm:aid', [0, false], 'ValueTextWhenMissingData:agc:aie', [2, "N/A"]]);
1940
+ DataToolTipLayer.$$p = markDep(DependencyProperty, PropertyMetadata, DataToolTipLayer, 'raisePropertyChanged', ['BadgeMargin:ai0:agn', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'BadgeShape:abp:ago', [LegendItemBadgeShape_$type, enumGetBox(LegendItemBadgeShape_$type, 0)], 'DefaultPositionOffsetX:act:agp', [1, DeviceUtils.g(10)], 'DefaultPositionOffsetY:acu:agq', [1, DeviceUtils.g(10)], 'ExcludedColumns:aat:agr', [Array_$type, null], 'ExcludedSeries:aau:ags', [Array_$type, null], 'GroupRowMargin:ai1:agw', [Thickness.$, new Thickness(0, 5)], 'GroupRowVisible:acb:agx', [0, false], 'GroupTextColor:aii:agy', [Brush.$, null], 'GroupTextMargin:ai2:agz', [Thickness.$, new Thickness(1, 2, 0, 0, 0)], 'GroupedPositionModeX:abd:agt', [DataTooltipGroupedPositionX_$type, enumGetBox(DataTooltipGroupedPositionX_$type, 0)], 'GroupedPositionModeY:abh:agu', [DataTooltipGroupedPositionY_$type, enumGetBox(DataTooltipGroupedPositionY_$type, 0)], 'GroupingMode:abl:agv', [DataToolTipLayerGroupingMode_$type, enumGetBox(DataToolTipLayerGroupingMode_$type, 0)], 'HeaderFormatCulture:aeg:ag0', [2, stringEmpty()], 'HeaderFormatDate:aa4:ag1', [DataLegendHeaderDateMode_$type, enumGetBox(DataLegendHeaderDateMode_$type, 0)], 'HeaderFormatSpecifiers:aax:ag2', [Array_$type, null], 'HeaderFormatString:aek:ag3', [2, null], 'HeaderFormatTime:aa5:ag4', [DataLegendHeaderTimeMode_$type, enumGetBox(DataLegendHeaderTimeMode_$type, 0)], 'HeaderRowMargin:ai3:ag5', [Thickness.$, new Thickness(0, 5)], 'HeaderRowVisible:acc:ag6', [0, true], 'HeaderTextColor:aij:ag7', [Brush.$, null], 'HeaderTextMargin:ai4:ag8', [Thickness.$, new Thickness(1, 2, 0, 0, 0)], 'HeaderText:aep:ag9', [2, null], 'IncludedColumns:aay:aha', [Array_$type, null], 'IncludedSeries:aaz:ahb', [Array_$type, null], 'LabelDisplayMode:aa6:ahc', [DataLegendLabelMode_$type, enumGetBox(DataLegendLabelMode_$type, 0)], 'LabelTextColor:aik:ahd', [Brush.$, null], 'LabelTextMargin:ai5:ahe', [Thickness.$, new Thickness(1, 8, 0, 0, 0)], 'LayoutMode:aa7:ahf', [DataLegendLayoutMode_$type, enumGetBox(DataLegendLayoutMode_$type, 0)], 'PositionOffsetX:acv:ahg', [1, NaN], 'PositionOffsetY:acw:ahh', [1, NaN], 'ShouldUpdateWhenSeriesDataChanges:acj:ahi', [0, true], 'SummaryLabelTextColor:ail:ahj', [Brush.$, null], 'SummaryLabelText:ae4:ahk', [2, null], 'SummaryRowMargin:ai6:ahl', [Thickness.$, new Thickness(0, 5)], 'SummaryTitleTextColor:aim:ahm', [Brush.$, null], 'SummaryTitleTextMargin:ai7:ahn', [Thickness.$, new Thickness(1, 2, 0, 0, 0)], 'SummaryTitleText:ae9:aho', [2, null], 'SummaryType:aa8:ahp', [DataLegendSummaryType_$type, enumGetBox(DataLegendSummaryType_$type, 0)], 'SummaryUnitsTextColor:ain:ahq', [Brush.$, null], 'SummaryUnitsText:aff:ahr', [2, null], 'SummaryValueTextColor:aio:ahs', [Brush.$, null], 'TargetAxis:aa2:aht', [Axis.$, null], 'TitleTextColor:aip:ahu', [Brush.$, null], 'TitleTextMargin:ai8:ahv', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'ToolTipBackground:aiq:ahw', [Brush.$, null], 'ToolTipBorderBrush:air:ahx', [Brush.$, null], 'ToolTipBorderThickness:ac1:ahy', [1, NaN], 'UnitsDisplayMode:aa9:ahz', [DataLegendUnitsMode_$type, enumGetBox(DataLegendUnitsMode_$type, 0)], 'UnitsTextColor:ais:ah0', [Brush.$, null], 'UnitsTextMargin:ai9:ah1', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'UnitsText:aft:ah2', [2, null], 'UseInterpolation:ack:ah3', [0, false], 'ValueFormatAbbreviation:aa3:ah4', [DataAbbreviationMode_$type, enumGetBox(DataAbbreviationMode_$type, 0)], 'ValueFormatCulture:af0:ah5', [2, stringEmpty()], 'ValueFormatMaxFractions:adw:ah6', [1, -1], 'ValueFormatMinFractions:adx:ah7', [1, -1], 'ValueFormatMode:aba:ah8', [DataLegendValueMode_$type, enumGetBox(DataLegendValueMode_$type, 0)], 'ValueFormatSpecifiers:aa0:ah9', [Array_$type, null], 'ValueFormatString:af6:aia', [2, null], 'ValueFormatUseGrouping:acl:aib', [0, true], 'ValueRowMargin:aja:aic', [Thickness.$, new Thickness(0, 5)], 'ValueRowVisible:acm:aid', [0, true], 'ValueTextColor:ait:aie', [Brush.$, null], 'ValueTextMargin:ajb:aif', [Thickness.$, new Thickness(1, 2, 0, 2, 0)], 'ValueTextUseSeriesColors:acn:aig', [0, false], 'ValueTextWhenMissingData:agf:aih', [2, "N/A"]]);
1921
1941
  return DataToolTipLayer;
1922
1942
  }(AnnotationLayer));
1923
1943
  /**
@@ -1960,7 +1980,7 @@ export var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super)
1960
1980
  };
1961
1981
  DataToolTipLayerView.prototype.ct = function () {
1962
1982
  var a = new PointerTooltip();
1963
- a.b0(this.f.j8);
1983
+ a.b0(this.f.j9);
1964
1984
  a._visibility = 1;
1965
1985
  a.ap = this.f.dc.dw.k;
1966
1986
  var b = null;
@@ -2073,7 +2093,7 @@ export var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super)
2073
2093
  var f = new PointerTooltipStyle();
2074
2094
  if (this.f.dc != null) {
2075
2095
  var g = this.f.dc.dw.j.i();
2076
- PointerTooltipUtils.a(g, f, this.cn.ain, this.cn.aio, this.cn.acy, 0);
2096
+ PointerTooltipUtils.a(g, f, this.cn.aiq, this.cn.air, this.cn.ac1, 0);
2077
2097
  }
2078
2098
  var h = a;
2079
2099
  if (h == null) {