igniteui-webcomponents-charts 3.2.1 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (567) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +10178 -10093
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  4. package/esm2015/lib/AccumulationDistributionIndicator.js +6 -6
  5. package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +3 -3
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +117 -117
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +185 -185
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +6 -6
  9. package/esm2015/lib/AnnotationLayerProxy.js +25 -25
  10. package/esm2015/lib/AnnotationLayer_combined.js +116 -116
  11. package/esm2015/lib/AreaSeries_combined.js +35 -35
  12. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  13. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  14. package/esm2015/lib/BarSeries_combined.js +69 -69
  15. package/esm2015/lib/BollingerBandWidthIndicator.js +19 -19
  16. package/esm2015/lib/BollingerBandsOverlay_combined.js +77 -77
  17. package/esm2015/lib/BrushScale.js +7 -7
  18. package/esm2015/lib/BubbleSeries_combined.js +227 -227
  19. package/esm2015/lib/CalloutLayer_combined.js +404 -404
  20. package/esm2015/lib/CategoryBucketCalculator_combined.js +180 -180
  21. package/esm2015/lib/CategoryChart.js +13 -13
  22. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  23. package/esm2015/lib/CategoryHighlightLayer_combined.js +49 -49
  24. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +96 -96
  25. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  26. package/esm2015/lib/CategorySeriesInteractionManager.js +3 -3
  27. package/esm2015/lib/CategoryToolTipLayer_combined.js +64 -64
  28. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  29. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  30. package/esm2015/lib/ColumnSeries_combined.js +50 -50
  31. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  32. package/esm2015/lib/CrosshairLayer_combined.js +77 -77
  33. package/esm2015/lib/CustomIndicator.js +22 -22
  34. package/esm2015/lib/DataToolTipLayer_combined.js +428 -410
  35. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  36. package/esm2015/lib/DomainChart.js +11 -8
  37. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  38. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  39. package/esm2015/lib/FinalValueLayer_combined.js +63 -63
  40. package/esm2015/lib/FinancialChart_combined.js +20 -20
  41. package/esm2015/lib/FinancialEventArgs_combined.js +509 -509
  42. package/esm2015/lib/FinancialIndicator_combined.js +168 -168
  43. package/esm2015/lib/FinancialOverlay.js +28 -28
  44. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  45. package/esm2015/lib/FinancialPriceSeriesProxy.js +14 -14
  46. package/esm2015/lib/FinancialPriceSeries_combined.js +203 -203
  47. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  48. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  49. package/esm2015/lib/HighDensityScatterSeries_combined.js +388 -388
  50. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +94 -94
  51. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  52. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  53. package/esm2015/lib/HorizontalRangeCategorySeries.js +36 -36
  54. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  55. package/esm2015/lib/IndicatorProxy.js +10 -10
  56. package/esm2015/lib/ItemToolTipLayer_combined.js +86 -68
  57. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  58. package/esm2015/lib/LineSeries_combined.js +29 -29
  59. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  60. package/esm2015/lib/MassIndexIndicator.js +6 -6
  61. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  62. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  63. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  64. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  65. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  66. package/esm2015/lib/OverlayProxy.js +7 -7
  67. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  68. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  69. package/esm2015/lib/PieChartViewManager_combined.js +1 -0
  70. package/esm2015/lib/PointSeries_combined.js +13 -13
  71. package/esm2015/lib/PointerTooltip_combined.js +75 -65
  72. package/esm2015/lib/PolarAreaSeries_combined.js +19 -19
  73. package/esm2015/lib/PolarBase_combined.js +334 -334
  74. package/esm2015/lib/PolarLineSeriesBase_combined.js +46 -46
  75. package/esm2015/lib/PolarLineSeries_combined.js +18 -18
  76. package/esm2015/lib/PolarScatterSeries_combined.js +8 -8
  77. package/esm2015/lib/PolarSplineAreaSeries_combined.js +20 -20
  78. package/esm2015/lib/PolarSplineSeries_combined.js +17 -17
  79. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  80. package/esm2015/lib/PriceChannelOverlay_combined.js +61 -61
  81. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  82. package/esm2015/lib/RadialAreaSeries_combined.js +31 -31
  83. package/esm2015/lib/RadialBucketCalculator_combined.js +129 -129
  84. package/esm2015/lib/RadialColumnSeries_combined.js +37 -37
  85. package/esm2015/lib/RadialLineSeries_combined.js +28 -28
  86. package/esm2015/lib/RadialPieSeries_combined.js +35 -35
  87. package/esm2015/lib/RangeAreaSeries_combined.js +16 -16
  88. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +77 -77
  89. package/esm2015/lib/RangeColumnSeries_combined.js +22 -22
  90. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  91. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  92. package/esm2015/lib/ScatterAreaSeries_combined.js +110 -110
  93. package/esm2015/lib/ScatterBase_combined.js +380 -380
  94. package/esm2015/lib/ScatterContourSeries_combined.js +98 -98
  95. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  96. package/esm2015/lib/ScatterLineSeries.js +43 -43
  97. package/esm2015/lib/ScatterLineSeriesView.js +2 -2
  98. package/esm2015/lib/ScatterPolygonSeries_combined.js +194 -194
  99. package/esm2015/lib/ScatterPolylineSeries_combined.js +20 -20
  100. package/esm2015/lib/ScatterSeries_combined.js +11 -11
  101. package/esm2015/lib/ScatterSplineSeries.js +30 -30
  102. package/esm2015/lib/ScatterSplineSeriesView.js +2 -2
  103. package/esm2015/lib/ScatterTriangulationSeries.js +141 -141
  104. package/esm2015/lib/SeriesInteractionManager.js +16 -16
  105. package/esm2015/lib/SeriesRenderManager.js +8 -8
  106. package/esm2015/lib/SeriesViewerInteractionManager.js +5 -5
  107. package/esm2015/lib/SeriesViewer_combined.js +462 -458
  108. package/esm2015/lib/SeriesVisualDataManager.js +2 -2
  109. package/esm2015/lib/ShapeSeriesBase_combined.js +264 -264
  110. package/esm2015/lib/SizeScale.js +2 -2
  111. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  112. package/esm2015/lib/SplineAreaSeries_combined.js +28 -28
  113. package/esm2015/lib/SplineSeriesBase_combined.js +101 -101
  114. package/esm2015/lib/SplineSeries_combined.js +20 -20
  115. package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
  116. package/esm2015/lib/Stacked100BarBucketCalculator.js +25 -23
  117. package/esm2015/lib/Stacked100BarSeries_combined.js +11 -11
  118. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +25 -23
  119. package/esm2015/lib/Stacked100ColumnSeries_combined.js +11 -11
  120. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  121. package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
  122. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  123. package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
  124. package/esm2015/lib/StackedLineSeries_combined.js +8 -8
  125. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +850 -844
  126. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  127. package/esm2015/lib/StepAreaSeries_combined.js +30 -30
  128. package/esm2015/lib/StepLineSeries_combined.js +31 -31
  129. package/esm2015/lib/StochRSIIndicator.js +15 -15
  130. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  131. package/esm2015/lib/TRIXIndicator.js +16 -16
  132. package/esm2015/lib/TimeAxisBase.js +1 -1
  133. package/esm2015/lib/TimeXAxis.js +1 -1
  134. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  135. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  136. package/esm2015/lib/ValueOverlay_combined.js +96 -96
  137. package/esm2015/lib/VerticalAnchoredCategorySeries.js +52 -52
  138. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
  139. package/esm2015/lib/WaterfallSeries_combined.js +88 -88
  140. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  141. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  142. package/esm2015/lib/igc-anchored-category-series-component.js +15 -15
  143. package/esm2015/lib/igc-anchored-radial-series-component.js +25 -25
  144. package/esm2015/lib/igc-annotation-layer-component.js +15 -15
  145. package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
  146. package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
  147. package/esm2015/lib/igc-bar-fragment-component.js +1 -1
  148. package/esm2015/lib/igc-bar-series-component.js +7 -7
  149. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  150. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +6 -6
  151. package/esm2015/lib/igc-bubble-series-component.js +43 -43
  152. package/esm2015/lib/igc-callout-layer-component.js +94 -94
  153. package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
  154. package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
  155. package/esm2015/lib/igc-category-series-component.js +15 -15
  156. package/esm2015/lib/igc-category-tool-tip-layer-component.js +10 -10
  157. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  158. package/esm2015/lib/igc-column-fragment-component.js +7 -7
  159. package/esm2015/lib/igc-column-series-component.js +10 -10
  160. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  161. package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
  162. package/esm2015/lib/igc-data-tool-tip-layer-component.js +367 -360
  163. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  164. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  165. package/esm2015/lib/igc-final-value-layer-component.js +42 -42
  166. package/esm2015/lib/igc-financial-indicator-component.js +11 -11
  167. package/esm2015/lib/igc-financial-overlay-component.js +3 -3
  168. package/esm2015/lib/igc-financial-price-series-component.js +27 -27
  169. package/esm2015/lib/igc-financial-series-component.js +48 -48
  170. package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
  171. package/esm2015/lib/igc-fragment-base-component.js +1 -1
  172. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  173. package/esm2015/lib/igc-high-density-scatter-series-component.js +52 -52
  174. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +4 -4
  175. package/esm2015/lib/igc-horizontal-range-category-series-component.js +13 -13
  176. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +2 -2
  177. package/esm2015/lib/igc-item-tool-tip-layer-component.js +22 -15
  178. package/esm2015/lib/igc-marker-series-component.js +28 -28
  179. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  180. package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
  181. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  182. package/esm2015/lib/igc-polar-area-series-component.js +3 -3
  183. package/esm2015/lib/igc-polar-base-component.js +71 -71
  184. package/esm2015/lib/igc-polar-line-series-component.js +3 -3
  185. package/esm2015/lib/igc-polar-spline-area-series-component.js +3 -3
  186. package/esm2015/lib/igc-polar-spline-series-component.js +3 -3
  187. package/esm2015/lib/igc-price-channel-overlay-component.js +3 -3
  188. package/esm2015/lib/igc-radial-area-series-component.js +3 -3
  189. package/esm2015/lib/igc-radial-base-component.js +26 -26
  190. package/esm2015/lib/igc-radial-column-series-component.js +6 -6
  191. package/esm2015/lib/igc-radial-line-series-component.js +3 -3
  192. package/esm2015/lib/igc-radial-pie-series-component.js +6 -6
  193. package/esm2015/lib/igc-range-category-series-component.js +4 -4
  194. package/esm2015/lib/igc-range-column-series-component.js +7 -7
  195. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  196. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
  197. package/esm2015/lib/igc-scatter-area-series-component.js +22 -22
  198. package/esm2015/lib/igc-scatter-base-component.js +43 -43
  199. package/esm2015/lib/igc-scatter-contour-series-component.js +27 -27
  200. package/esm2015/lib/igc-scatter-line-series-component.js +3 -3
  201. package/esm2015/lib/igc-scatter-polygon-series-component.js +37 -37
  202. package/esm2015/lib/igc-scatter-polyline-series-component.js +6 -6
  203. package/esm2015/lib/igc-scatter-spline-series-component.js +3 -3
  204. package/esm2015/lib/igc-scatter-triangulation-series-component.js +34 -34
  205. package/esm2015/lib/igc-series-component.js +54 -47
  206. package/esm2015/lib/igc-shape-series-base-component.js +40 -40
  207. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  208. package/esm2015/lib/igc-spline-fragment-base-component.js +1 -1
  209. package/esm2015/lib/igc-spline-series-base-component.js +6 -6
  210. package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
  211. package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
  212. package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
  213. package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
  214. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  215. package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
  216. package/esm2015/lib/igc-stacked-bar-series-component.js +6 -6
  217. package/esm2015/lib/igc-stacked-column-series-component.js +6 -6
  218. package/esm2015/lib/igc-stacked-series-base-component.js +10 -10
  219. package/esm2015/lib/igc-stacked-spline-area-series-component.js +3 -3
  220. package/esm2015/lib/igc-stacked-spline-series-component.js +3 -3
  221. package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
  222. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
  223. package/esm2015/lib/igc-trix-indicator-component.js +3 -3
  224. package/esm2015/lib/igc-value-overlay-component.js +48 -48
  225. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +4 -4
  226. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
  227. package/esm2015/lib/igc-waterfall-series-component.js +14 -14
  228. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
  229. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  230. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  231. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +3 -3
  232. package/esm5/lib/AnchoredCategorySeries_combined.js +116 -116
  233. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +183 -183
  234. package/esm5/lib/AngleAxisLabelPanel_combined.js +6 -6
  235. package/esm5/lib/AnnotationLayerProxy.js +25 -25
  236. package/esm5/lib/AnnotationLayer_combined.js +115 -115
  237. package/esm5/lib/AreaSeries_combined.js +35 -35
  238. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  239. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  240. package/esm5/lib/BarSeries_combined.js +69 -69
  241. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  242. package/esm5/lib/BollingerBandsOverlay_combined.js +77 -77
  243. package/esm5/lib/BrushScale.js +7 -7
  244. package/esm5/lib/BubbleSeries_combined.js +230 -230
  245. package/esm5/lib/CalloutLayer_combined.js +405 -405
  246. package/esm5/lib/CategoryBucketCalculator_combined.js +180 -180
  247. package/esm5/lib/CategoryChart.js +13 -13
  248. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  249. package/esm5/lib/CategoryHighlightLayer_combined.js +48 -48
  250. package/esm5/lib/CategoryItemHighlightLayer_combined.js +96 -96
  251. package/esm5/lib/CategoryMarkerManager.js +1 -1
  252. package/esm5/lib/CategorySeriesInteractionManager.js +3 -3
  253. package/esm5/lib/CategoryToolTipLayer_combined.js +64 -64
  254. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  255. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  256. package/esm5/lib/ColumnSeries_combined.js +49 -49
  257. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  258. package/esm5/lib/CrosshairLayer_combined.js +77 -77
  259. package/esm5/lib/CustomIndicator.js +22 -22
  260. package/esm5/lib/DataToolTipLayer_combined.js +428 -410
  261. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  262. package/esm5/lib/DomainChart.js +11 -8
  263. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  264. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  265. package/esm5/lib/FinalValueLayer_combined.js +63 -63
  266. package/esm5/lib/FinancialChart_combined.js +20 -20
  267. package/esm5/lib/FinancialEventArgs_combined.js +509 -509
  268. package/esm5/lib/FinancialIndicator_combined.js +167 -167
  269. package/esm5/lib/FinancialOverlay.js +28 -28
  270. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  271. package/esm5/lib/FinancialPriceSeriesProxy.js +14 -14
  272. package/esm5/lib/FinancialPriceSeries_combined.js +202 -202
  273. package/esm5/lib/ForceIndexIndicator.js +15 -15
  274. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  275. package/esm5/lib/HighDensityScatterSeries_combined.js +389 -389
  276. package/esm5/lib/HorizontalAnchoredCategorySeries.js +92 -92
  277. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  278. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  279. package/esm5/lib/HorizontalRangeCategorySeries.js +36 -36
  280. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  281. package/esm5/lib/IndicatorProxy.js +10 -10
  282. package/esm5/lib/ItemToolTipLayer_combined.js +86 -68
  283. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  284. package/esm5/lib/LineSeries_combined.js +29 -29
  285. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  286. package/esm5/lib/MassIndexIndicator.js +6 -6
  287. package/esm5/lib/MedianPriceIndicator.js +6 -6
  288. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  289. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  290. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  291. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  292. package/esm5/lib/OverlayProxy.js +7 -7
  293. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  294. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  295. package/esm5/lib/PieChartViewManager_combined.js +1 -0
  296. package/esm5/lib/PointSeries_combined.js +13 -13
  297. package/esm5/lib/PointerTooltip_combined.js +75 -65
  298. package/esm5/lib/PolarAreaSeries_combined.js +19 -19
  299. package/esm5/lib/PolarBase_combined.js +333 -333
  300. package/esm5/lib/PolarLineSeriesBase_combined.js +46 -46
  301. package/esm5/lib/PolarLineSeries_combined.js +18 -18
  302. package/esm5/lib/PolarScatterSeries_combined.js +8 -8
  303. package/esm5/lib/PolarSplineAreaSeries_combined.js +20 -20
  304. package/esm5/lib/PolarSplineSeries_combined.js +17 -17
  305. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  306. package/esm5/lib/PriceChannelOverlay_combined.js +61 -61
  307. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  308. package/esm5/lib/RadialAreaSeries_combined.js +31 -31
  309. package/esm5/lib/RadialBucketCalculator_combined.js +129 -129
  310. package/esm5/lib/RadialColumnSeries_combined.js +37 -37
  311. package/esm5/lib/RadialLineSeries_combined.js +28 -28
  312. package/esm5/lib/RadialPieSeries_combined.js +35 -35
  313. package/esm5/lib/RangeAreaSeries_combined.js +16 -16
  314. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +77 -77
  315. package/esm5/lib/RangeColumnSeries_combined.js +22 -22
  316. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  317. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  318. package/esm5/lib/ScatterAreaSeries_combined.js +108 -108
  319. package/esm5/lib/ScatterBase_combined.js +379 -379
  320. package/esm5/lib/ScatterContourSeries_combined.js +96 -96
  321. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  322. package/esm5/lib/ScatterLineSeries.js +43 -43
  323. package/esm5/lib/ScatterLineSeriesView.js +2 -2
  324. package/esm5/lib/ScatterPolygonSeries_combined.js +192 -192
  325. package/esm5/lib/ScatterPolylineSeries_combined.js +20 -20
  326. package/esm5/lib/ScatterSeries_combined.js +11 -11
  327. package/esm5/lib/ScatterSplineSeries.js +30 -30
  328. package/esm5/lib/ScatterSplineSeriesView.js +2 -2
  329. package/esm5/lib/ScatterTriangulationSeries.js +145 -145
  330. package/esm5/lib/SeriesInteractionManager.js +16 -16
  331. package/esm5/lib/SeriesRenderManager.js +8 -8
  332. package/esm5/lib/SeriesViewerInteractionManager.js +5 -5
  333. package/esm5/lib/SeriesViewer_combined.js +457 -453
  334. package/esm5/lib/SeriesVisualDataManager.js +2 -2
  335. package/esm5/lib/ShapeSeriesBase_combined.js +262 -262
  336. package/esm5/lib/SizeScale.js +2 -2
  337. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  338. package/esm5/lib/SplineAreaSeries_combined.js +28 -28
  339. package/esm5/lib/SplineSeriesBase_combined.js +101 -101
  340. package/esm5/lib/SplineSeries_combined.js +20 -20
  341. package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
  342. package/esm5/lib/Stacked100BarBucketCalculator.js +25 -23
  343. package/esm5/lib/Stacked100BarSeries_combined.js +11 -11
  344. package/esm5/lib/Stacked100ColumnBucketCalculator.js +25 -23
  345. package/esm5/lib/Stacked100ColumnSeries_combined.js +11 -11
  346. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  347. package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
  348. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  349. package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
  350. package/esm5/lib/StackedLineSeries_combined.js +8 -8
  351. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +849 -843
  352. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  353. package/esm5/lib/StepAreaSeries_combined.js +30 -30
  354. package/esm5/lib/StepLineSeries_combined.js +31 -31
  355. package/esm5/lib/StochRSIIndicator.js +14 -14
  356. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  357. package/esm5/lib/TRIXIndicator.js +15 -15
  358. package/esm5/lib/TimeAxisBase.js +1 -1
  359. package/esm5/lib/TimeXAxis.js +1 -1
  360. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  361. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  362. package/esm5/lib/ValueOverlay_combined.js +96 -96
  363. package/esm5/lib/VerticalAnchoredCategorySeries.js +52 -52
  364. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
  365. package/esm5/lib/WaterfallSeries_combined.js +88 -88
  366. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  367. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  368. package/esm5/lib/igc-anchored-category-series-component.js +15 -15
  369. package/esm5/lib/igc-anchored-radial-series-component.js +25 -25
  370. package/esm5/lib/igc-annotation-layer-component.js +15 -15
  371. package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
  372. package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
  373. package/esm5/lib/igc-bar-fragment-component.js +1 -1
  374. package/esm5/lib/igc-bar-series-component.js +7 -7
  375. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  376. package/esm5/lib/igc-bollinger-bands-overlay-component.js +6 -6
  377. package/esm5/lib/igc-bubble-series-component.js +43 -43
  378. package/esm5/lib/igc-callout-layer-component.js +94 -94
  379. package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
  380. package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
  381. package/esm5/lib/igc-category-series-component.js +15 -15
  382. package/esm5/lib/igc-category-tool-tip-layer-component.js +10 -10
  383. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  384. package/esm5/lib/igc-column-fragment-component.js +7 -7
  385. package/esm5/lib/igc-column-series-component.js +10 -10
  386. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  387. package/esm5/lib/igc-crosshair-layer-component.js +90 -90
  388. package/esm5/lib/igc-data-tool-tip-layer-component.js +367 -360
  389. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  390. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  391. package/esm5/lib/igc-final-value-layer-component.js +42 -42
  392. package/esm5/lib/igc-financial-indicator-component.js +11 -11
  393. package/esm5/lib/igc-financial-overlay-component.js +3 -3
  394. package/esm5/lib/igc-financial-price-series-component.js +27 -27
  395. package/esm5/lib/igc-financial-series-component.js +48 -48
  396. package/esm5/lib/igc-force-index-indicator-component.js +4 -4
  397. package/esm5/lib/igc-fragment-base-component.js +1 -1
  398. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  399. package/esm5/lib/igc-high-density-scatter-series-component.js +52 -52
  400. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +4 -4
  401. package/esm5/lib/igc-horizontal-range-category-series-component.js +13 -13
  402. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +2 -2
  403. package/esm5/lib/igc-item-tool-tip-layer-component.js +22 -15
  404. package/esm5/lib/igc-marker-series-component.js +28 -28
  405. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  406. package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
  407. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  408. package/esm5/lib/igc-polar-area-series-component.js +3 -3
  409. package/esm5/lib/igc-polar-base-component.js +71 -71
  410. package/esm5/lib/igc-polar-line-series-component.js +3 -3
  411. package/esm5/lib/igc-polar-spline-area-series-component.js +3 -3
  412. package/esm5/lib/igc-polar-spline-series-component.js +3 -3
  413. package/esm5/lib/igc-price-channel-overlay-component.js +3 -3
  414. package/esm5/lib/igc-radial-area-series-component.js +3 -3
  415. package/esm5/lib/igc-radial-base-component.js +26 -26
  416. package/esm5/lib/igc-radial-column-series-component.js +6 -6
  417. package/esm5/lib/igc-radial-line-series-component.js +3 -3
  418. package/esm5/lib/igc-radial-pie-series-component.js +6 -6
  419. package/esm5/lib/igc-range-category-series-component.js +4 -4
  420. package/esm5/lib/igc-range-column-series-component.js +7 -7
  421. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  422. package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
  423. package/esm5/lib/igc-scatter-area-series-component.js +22 -22
  424. package/esm5/lib/igc-scatter-base-component.js +43 -43
  425. package/esm5/lib/igc-scatter-contour-series-component.js +27 -27
  426. package/esm5/lib/igc-scatter-line-series-component.js +3 -3
  427. package/esm5/lib/igc-scatter-polygon-series-component.js +37 -37
  428. package/esm5/lib/igc-scatter-polyline-series-component.js +6 -6
  429. package/esm5/lib/igc-scatter-spline-series-component.js +3 -3
  430. package/esm5/lib/igc-scatter-triangulation-series-component.js +34 -34
  431. package/esm5/lib/igc-series-component.js +54 -47
  432. package/esm5/lib/igc-shape-series-base-component.js +40 -40
  433. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  434. package/esm5/lib/igc-spline-fragment-base-component.js +1 -1
  435. package/esm5/lib/igc-spline-series-base-component.js +6 -6
  436. package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
  437. package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
  438. package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
  439. package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
  440. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  441. package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
  442. package/esm5/lib/igc-stacked-bar-series-component.js +6 -6
  443. package/esm5/lib/igc-stacked-column-series-component.js +6 -6
  444. package/esm5/lib/igc-stacked-series-base-component.js +10 -10
  445. package/esm5/lib/igc-stacked-spline-area-series-component.js +3 -3
  446. package/esm5/lib/igc-stacked-spline-series-component.js +3 -3
  447. package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
  448. package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
  449. package/esm5/lib/igc-trix-indicator-component.js +3 -3
  450. package/esm5/lib/igc-value-overlay-component.js +48 -48
  451. package/esm5/lib/igc-vertical-anchored-category-series-component.js +4 -4
  452. package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
  453. package/esm5/lib/igc-waterfall-series-component.js +14 -14
  454. package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
  455. package/fesm2015/igniteui-webcomponents-charts.js +10211 -10126
  456. package/fesm5/igniteui-webcomponents-charts.js +10178 -10093
  457. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  458. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  459. package/lib/AnchoredCategorySeries_combined.d.ts +34 -34
  460. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +36 -36
  461. package/lib/AnnotationLayer_combined.d.ts +31 -31
  462. package/lib/AreaSeries_combined.d.ts +6 -6
  463. package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
  464. package/lib/AverageTrueRangeIndicator.d.ts +8 -8
  465. package/lib/BarSeries_combined.d.ts +10 -10
  466. package/lib/BollingerBandWidthIndicator.d.ts +8 -8
  467. package/lib/BollingerBandsOverlay_combined.d.ts +10 -10
  468. package/lib/BubbleSeries_combined.d.ts +38 -38
  469. package/lib/CalloutLayer_combined.d.ts +83 -83
  470. package/lib/CategoryBucketCalculator_combined.d.ts +49 -49
  471. package/lib/CategoryHighlightLayer_combined.d.ts +14 -14
  472. package/lib/CategoryItemHighlightLayer_combined.d.ts +24 -24
  473. package/lib/CategoryToolTipLayer_combined.d.ts +13 -13
  474. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  475. package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
  476. package/lib/ColumnSeries_combined.d.ts +10 -10
  477. package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
  478. package/lib/CrosshairLayer_combined.d.ts +37 -37
  479. package/lib/CustomIndicator.d.ts +8 -8
  480. package/lib/DataToolTipLayer_combined.d.ts +117 -115
  481. package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
  482. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  483. package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
  484. package/lib/FinalValueLayer_combined.d.ts +25 -25
  485. package/lib/FinancialEventArgs_combined.d.ts +90 -90
  486. package/lib/FinancialIndicator_combined.d.ts +26 -26
  487. package/lib/FinancialOverlay.d.ts +4 -4
  488. package/lib/FinancialPriceSeries_combined.d.ts +30 -30
  489. package/lib/ForceIndexIndicator.d.ts +9 -9
  490. package/lib/FullStochasticOscillatorIndicator.d.ts +13 -13
  491. package/lib/HighDensityScatterSeries_combined.d.ts +74 -74
  492. package/lib/HorizontalAnchoredCategorySeries.d.ts +19 -19
  493. package/lib/HorizontalRangeCategorySeries.d.ts +10 -10
  494. package/lib/ItemToolTipLayer_combined.d.ts +17 -15
  495. package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
  496. package/lib/LineSeries_combined.d.ts +5 -5
  497. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  498. package/lib/MassIndexIndicator.d.ts +4 -4
  499. package/lib/MedianPriceIndicator.d.ts +4 -4
  500. package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
  501. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  502. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  503. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  504. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  505. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  506. package/lib/PointSeries_combined.d.ts +4 -4
  507. package/lib/PointerTooltip_combined.d.ts +27 -25
  508. package/lib/PolarAreaSeries_combined.d.ts +7 -7
  509. package/lib/PolarBase_combined.d.ts +81 -81
  510. package/lib/PolarLineSeriesBase_combined.d.ts +18 -18
  511. package/lib/PolarLineSeries_combined.d.ts +7 -7
  512. package/lib/PolarScatterSeries_combined.d.ts +3 -3
  513. package/lib/PolarSplineAreaSeries_combined.d.ts +7 -7
  514. package/lib/PolarSplineSeries_combined.d.ts +6 -6
  515. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  516. package/lib/PriceChannelOverlay_combined.d.ts +8 -8
  517. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  518. package/lib/RadialAreaSeries_combined.d.ts +6 -6
  519. package/lib/RadialBucketCalculator_combined.d.ts +32 -32
  520. package/lib/RadialColumnSeries_combined.d.ts +5 -5
  521. package/lib/RadialLineSeries_combined.d.ts +6 -6
  522. package/lib/RadialPieSeries_combined.d.ts +6 -6
  523. package/lib/RangeAreaSeries_combined.d.ts +4 -4
  524. package/lib/RangeCategoryBucketCalculator_combined.d.ts +14 -14
  525. package/lib/RangeColumnSeries_combined.d.ts +5 -5
  526. package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
  527. package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
  528. package/lib/ScatterAreaSeries_combined.d.ts +21 -21
  529. package/lib/ScatterBase_combined.d.ts +80 -80
  530. package/lib/ScatterContourSeries_combined.d.ts +15 -15
  531. package/lib/ScatterLineSeries.d.ts +9 -9
  532. package/lib/ScatterPolygonSeries_combined.d.ts +36 -36
  533. package/lib/ScatterPolylineSeries_combined.d.ts +8 -8
  534. package/lib/ScatterSeries_combined.d.ts +3 -3
  535. package/lib/ScatterSplineSeries.d.ts +7 -7
  536. package/lib/ScatterTriangulationSeries.d.ts +29 -29
  537. package/lib/SeriesViewer_combined.d.ts +137 -136
  538. package/lib/ShapeSeriesBase_combined.d.ts +69 -69
  539. package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
  540. package/lib/SplineAreaSeries_combined.d.ts +5 -5
  541. package/lib/SplineSeriesBase_combined.d.ts +17 -17
  542. package/lib/SplineSeries_combined.d.ts +4 -4
  543. package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
  544. package/lib/Stacked100BarSeries_combined.d.ts +5 -5
  545. package/lib/Stacked100ColumnSeries_combined.d.ts +5 -5
  546. package/lib/Stacked100LineSeries_combined.d.ts +4 -4
  547. package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
  548. package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
  549. package/lib/StackedLineSeries_combined.d.ts +2 -2
  550. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +149 -149
  551. package/lib/StandardDeviationIndicator.d.ts +8 -8
  552. package/lib/StepAreaSeries_combined.d.ts +6 -6
  553. package/lib/StepLineSeries_combined.d.ts +5 -5
  554. package/lib/StochRSIIndicator.d.ts +8 -8
  555. package/lib/StrategyBasedIndicator.d.ts +19 -19
  556. package/lib/TRIXIndicator.d.ts +8 -8
  557. package/lib/TypicalPriceIndicator.d.ts +4 -4
  558. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  559. package/lib/ValueOverlay_combined.d.ts +31 -31
  560. package/lib/VerticalAnchoredCategorySeries.d.ts +13 -13
  561. package/lib/WaterfallSeries_combined.d.ts +13 -13
  562. package/lib/WeightedCloseIndicator.d.ts +4 -4
  563. package/lib/WilliamsPercentRIndicator.d.ts +8 -8
  564. package/lib/igc-data-tool-tip-layer-component.d.ts +5 -0
  565. package/lib/igc-item-tool-tip-layer-component.d.ts +5 -0
  566. package/lib/igc-series-component.d.ts +5 -0
  567. package/package.json +2 -2
@@ -47,26 +47,26 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
47
47
  class DataToolTipLayer extends AnnotationLayer {
48
48
  constructor() {
49
49
  super();
50
- this.rw = 1;
51
- this.sy = new Dictionary$2(String_$type, Base.$, 0);
52
- this.sz = new List$1(String_$type, 0);
53
- this.ro = 8;
54
- this.rs = 11;
55
- this.sb = null;
56
- this.r3 = null;
50
+ this.rx = 1;
51
+ this.sz = new Dictionary$2(String_$type, Base.$, 0);
52
+ this.s0 = new List$1(String_$type, 0);
53
+ this.rp = 8;
54
+ this.rt = 11;
55
+ this.sc = null;
56
+ this.r4 = null;
57
+ this.r7 = null;
58
+ this.r9 = null;
57
59
  this.r6 = null;
58
60
  this.r8 = null;
59
- this.r5 = null;
60
- this.r7 = null;
61
+ this.sb = null;
61
62
  this.sa = null;
62
- this.r9 = null;
63
- this.r4 = null;
63
+ this.r5 = null;
64
64
  let a = new DataToolTipLayerFrame();
65
65
  let b = new DataToolTipLayerFrame();
66
66
  let c = new DataToolTipLayerFrame();
67
- this.p5 = a;
68
- this.p4 = b;
69
- this.p6 = c;
67
+ this.p6 = a;
68
+ this.p5 = b;
69
+ this.p7 = c;
70
70
  this.ab = DataToolTipLayer.$;
71
71
  }
72
72
  get_db() {
@@ -75,32 +75,32 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
75
75
  bx() {
76
76
  return new DataToolTipLayerView(this);
77
77
  }
78
- ly(a) {
79
- super.ly(a);
80
- this.r0 = a;
78
+ lz(a) {
79
+ super.lz(a);
80
+ this.r1 = a;
81
81
  }
82
82
  get_dk() {
83
83
  return true;
84
84
  }
85
- get rx() {
86
- return this.rw;
85
+ get ry() {
86
+ return this.rx;
87
87
  }
88
- set rx(a) {
89
- let b = this.rw;
90
- this.rw = a;
91
- if (b != this.rw) {
92
- this.raisePropertyChanged("ActualGroupingMode", enumGetBox(DataToolTipLayerGroupingMode_$type, b), enumGetBox(DataToolTipLayerGroupingMode_$type, this.rw));
88
+ set ry(a) {
89
+ let b = this.rx;
90
+ this.rx = a;
91
+ if (b != this.rx) {
92
+ this.raisePropertyChanged("ActualGroupingMode", enumGetBox(DataToolTipLayerGroupingMode_$type, b), enumGetBox(DataToolTipLayerGroupingMode_$type, this.rx));
93
93
  }
94
94
  }
95
- rz() {
95
+ r0() {
96
96
  let a = true;
97
97
  let b = true;
98
98
  let c = true;
99
99
  let d = true;
100
- if (this.ry != 0) {
101
- return this.ry;
100
+ if (this.rz != 0) {
101
+ return this.rz;
102
102
  }
103
- let e = this.rf();
103
+ let e = this.rg();
104
104
  if (e != null) {
105
105
  for (let f of fromEnum(e.da())) {
106
106
  if (!f.dc && !f.ec) {
@@ -122,29 +122,29 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
122
122
  }
123
123
  return 1;
124
124
  }
125
- l3(a, b, c, d) {
126
- super.l3(a, b, c, d);
125
+ l4(a, b, c, d) {
126
+ super.l4(a, b, c, d);
127
127
  switch (b) {
128
128
  case DataToolTipLayer.$$p[37]:
129
- this.mh(true);
129
+ this.mi(true);
130
130
  break;
131
131
  case DataToolTipLayer.$$p[44]:
132
- this.mh(true);
132
+ this.mi(true);
133
133
  break;
134
134
  case DataToolTipLayer.$$p[8]:
135
- this.rx = this.rz();
135
+ this.ry = this.r0();
136
136
  break;
137
137
  case "ActualGroupingMode":
138
- this.mh(true);
138
+ this.mi(true);
139
139
  break;
140
140
  case DataToolTipLayer.$$p[6]:
141
- this.rp = this.rr();
141
+ this.rq = this.rs();
142
142
  break;
143
143
  case DataToolTipLayer.$$p[7]:
144
- this.rt = this.rv();
144
+ this.ru = this.rw();
145
145
  break;
146
146
  case "SeriesViewer":
147
- this.r0.ch();
147
+ this.r1.ci();
148
148
  break;
149
149
  case DataToolTipLayer.$$p[26]:
150
150
  case DataToolTipLayer.$$p[20]:
@@ -205,246 +205,246 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
205
205
  case DataToolTipLayer.$$p[22]:
206
206
  case DataToolTipLayer.$$p[23]:
207
207
  case "LabelTextStyle":
208
- this.wg(b, c, d);
208
+ this.wh(b, c, d);
209
209
  break;
210
210
  }
211
211
  }
212
- wg(a, b, c) {
213
- if (!this.sy.containsKey(a)) {
214
- this.sz.add(a);
215
- this.sy.addItem(a, c);
212
+ wh(a, b, c) {
213
+ if (!this.sz.containsKey(a)) {
214
+ this.s0.add(a);
215
+ this.sz.addItem(a, c);
216
216
  }
217
217
  else {
218
- this.sy.item(a, c);
218
+ this.sz.item(a, c);
219
219
  }
220
- this.mh(true);
220
+ this.mi(true);
221
221
  }
222
- wk(a, b) {
222
+ wl(a, b) {
223
223
  switch (a) {
224
224
  case DataToolTipLayer.$$p[8]:
225
- this.ry = EnumUtil.getEnumValue(DataToolTipLayerGroupingMode_$type, b);
225
+ this.rz = EnumUtil.getEnumValue(DataToolTipLayerGroupingMode_$type, b);
226
226
  break;
227
227
  case DataToolTipLayer.$$p[24]:
228
- this.s3 = b;
228
+ this.s4 = b;
229
229
  break;
230
230
  case DataToolTipLayer.$$p[25]:
231
- this.s4 = b;
231
+ this.s5 = b;
232
232
  break;
233
233
  case DataToolTipLayer.$$p[2]:
234
- this.s1 = b;
234
+ this.s2 = b;
235
235
  break;
236
236
  case DataToolTipLayer.$$p[3]:
237
- this.s2 = b;
237
+ this.s3 = b;
238
238
  break;
239
239
  case DataToolTipLayer.$$p[6]:
240
- this.rq = EnumUtil.getEnumValue(DataTooltipGroupedPositionX_$type, b);
240
+ this.rr = EnumUtil.getEnumValue(DataTooltipGroupedPositionX_$type, b);
241
241
  break;
242
242
  case DataToolTipLayer.$$p[7]:
243
- this.ru = EnumUtil.getEnumValue(DataTooltipGroupedPositionY_$type, b);
243
+ this.rv = EnumUtil.getEnumValue(DataTooltipGroupedPositionY_$type, b);
244
244
  break;
245
245
  case DataToolTipLayer.$$p[26]:
246
- this.st = b;
246
+ this.su = b;
247
247
  break;
248
248
  case DataToolTipLayer.$$p[20]:
249
- this.rd = b;
249
+ this.re = b;
250
250
  break;
251
251
  case DataToolTipLayer.$$p[5]:
252
- this.q8 = b;
252
+ this.q9 = b;
253
253
  break;
254
254
  case DataToolTipLayer.$$p[19]:
255
- this.rc = b;
255
+ this.rd = b;
256
256
  break;
257
257
  case DataToolTipLayer.$$p[4]:
258
- this.q7 = b;
258
+ this.q8 = b;
259
259
  break;
260
260
  case DataToolTipLayer.$$p[45]:
261
- this.rh = EnumUtil.getEnumValue(DataAbbreviationMode_$type, b);
261
+ this.ri = EnumUtil.getEnumValue(DataAbbreviationMode_$type, b);
262
262
  break;
263
263
  case DataToolTipLayer.$$p[47]:
264
- this.t3 = typeGetValue(b);
264
+ this.t4 = typeGetValue(b);
265
265
  break;
266
266
  case DataToolTipLayer.$$p[48]:
267
- this.t4 = typeGetValue(b);
267
+ this.t5 = typeGetValue(b);
268
268
  break;
269
269
  case DataToolTipLayer.$$p[49]:
270
- this.rn = EnumUtil.getEnumValue(DataLegendValueMode_$type, b);
270
+ this.ro = EnumUtil.getEnumValue(DataLegendValueMode_$type, b);
271
271
  break;
272
272
  case DataToolTipLayer.$$p[46]:
273
- this.vy = b;
273
+ this.vz = b;
274
274
  break;
275
275
  case DataToolTipLayer.$$p[52]:
276
- this.sv = b;
276
+ this.sw = b;
277
277
  break;
278
278
  case DataToolTipLayer.$$p[51]:
279
- this.v4 = b;
279
+ this.v5 = b;
280
280
  break;
281
281
  case DataToolTipLayer.$$p[50]:
282
- this.re = b;
282
+ this.rf = b;
283
283
  break;
284
284
  case DataToolTipLayer.$$p[53]:
285
- this.yv = b;
285
+ this.yw = b;
286
286
  break;
287
287
  case DataToolTipLayer.$$p[54]:
288
- this.sw = b;
288
+ this.sx = b;
289
289
  break;
290
290
  case DataToolTipLayer.$$p[58]:
291
- this.wd = b;
291
+ this.we = b;
292
292
  break;
293
293
  case DataToolTipLayer.$$p[57]:
294
- this.sx = b;
294
+ this.sy = b;
295
295
  break;
296
296
  case DataToolTipLayer.$$p[56]:
297
- this.yw = b;
297
+ this.yx = b;
298
298
  break;
299
299
  case DataToolTipLayer.$$p[55]:
300
- this.yg = b;
300
+ this.yh = b;
301
301
  break;
302
302
  case "ValueTextStyle":
303
- this.sk = b;
303
+ this.sl = b;
304
304
  break;
305
305
  case DataToolTipLayer.$$p[12]:
306
- this.um = b;
306
+ this.un = b;
307
307
  break;
308
308
  case DataToolTipLayer.$$p[11]:
309
- this.rb = b;
309
+ this.rc = b;
310
310
  break;
311
311
  case DataToolTipLayer.$$p[9]:
312
- this.ui = b;
312
+ this.uj = b;
313
313
  break;
314
314
  case DataToolTipLayer.$$p[10]:
315
- this.ri = EnumUtil.getEnumValue(DataLegendHeaderDateMode_$type, b);
315
+ this.rj = EnumUtil.getEnumValue(DataLegendHeaderDateMode_$type, b);
316
316
  break;
317
317
  case DataToolTipLayer.$$p[13]:
318
- this.rj = EnumUtil.getEnumValue(DataLegendHeaderTimeMode_$type, b);
318
+ this.rk = EnumUtil.getEnumValue(DataLegendHeaderTimeMode_$type, b);
319
319
  break;
320
320
  case DataToolTipLayer.$$p[18]:
321
- this.ur = b;
321
+ this.us = b;
322
322
  break;
323
323
  case DataToolTipLayer.$$p[16]:
324
- this.x8 = b;
324
+ this.x9 = b;
325
325
  break;
326
326
  case DataToolTipLayer.$$p[17]:
327
- this.yp = b;
327
+ this.yq = b;
328
328
  break;
329
329
  case DataToolTipLayer.$$p[14]:
330
- this.yo = b;
330
+ this.yp = b;
331
331
  break;
332
332
  case DataToolTipLayer.$$p[15]:
333
- this.sm = b;
333
+ this.sn = b;
334
334
  break;
335
335
  case "HeaderTextStyle":
336
- this.sc = b;
336
+ this.sd = b;
337
337
  break;
338
338
  case DataToolTipLayer.$$p[30]:
339
- this.yb = b;
339
+ this.yc = b;
340
340
  break;
341
341
  case "SummaryTitleTextStyle":
342
- this.sf = b;
342
+ this.sg = b;
343
343
  break;
344
344
  case DataToolTipLayer.$$p[33]:
345
- this.rl = EnumUtil.getEnumValue(DataLegendSummaryType_$type, b);
345
+ this.rm = EnumUtil.getEnumValue(DataLegendSummaryType_$type, b);
346
346
  break;
347
347
  case DataToolTipLayer.$$p[32]:
348
- this.va = b;
348
+ this.vb = b;
349
349
  break;
350
350
  case DataToolTipLayer.$$p[31]:
351
- this.ys = b;
351
+ this.yt = b;
352
352
  break;
353
353
  case DataToolTipLayer.$$p[29]:
354
- this.yr = b;
354
+ this.ys = b;
355
355
  break;
356
356
  case DataToolTipLayer.$$p[36]:
357
- this.yd = b;
357
+ this.ye = b;
358
358
  break;
359
359
  case "SummaryValueTextStyle":
360
- this.sh = b;
360
+ this.si = b;
361
361
  break;
362
362
  case DataToolTipLayer.$$p[28]:
363
- this.u5 = b;
363
+ this.u6 = b;
364
364
  break;
365
365
  case DataToolTipLayer.$$p[27]:
366
- this.ya = b;
366
+ this.yb = b;
367
367
  break;
368
368
  case "SummaryLabelTextStyle":
369
- this.se = b;
369
+ this.sf = b;
370
370
  break;
371
371
  case DataToolTipLayer.$$p[35]:
372
- this.vg = b;
372
+ this.vh = b;
373
373
  break;
374
374
  case DataToolTipLayer.$$p[34]:
375
- this.yc = b;
375
+ this.yd = b;
376
376
  break;
377
377
  case "SummaryUnitsTextStyle":
378
- this.sg = b;
378
+ this.sh = b;
379
379
  break;
380
380
  case DataToolTipLayer.$$p[0]:
381
- this.yn = b;
381
+ this.yo = b;
382
382
  break;
383
383
  case DataToolTipLayer.$$p[1]:
384
- this.r2 = EnumUtil.getEnumValue(LegendItemBadgeShape_$type, b);
384
+ this.r3 = EnumUtil.getEnumValue(LegendItemBadgeShape_$type, b);
385
385
  break;
386
386
  case DataToolTipLayer.$$p[40]:
387
- this.rm = EnumUtil.getEnumValue(DataLegendUnitsMode_$type, b);
387
+ this.rn = EnumUtil.getEnumValue(DataLegendUnitsMode_$type, b);
388
388
  break;
389
389
  case DataToolTipLayer.$$p[43]:
390
- this.vr = b;
390
+ this.vs = b;
391
391
  break;
392
392
  case DataToolTipLayer.$$p[41]:
393
- this.yf = b;
393
+ this.yg = b;
394
394
  break;
395
395
  case DataToolTipLayer.$$p[42]:
396
- this.yu = b;
396
+ this.yv = b;
397
397
  break;
398
398
  case "UnitsTextStyle":
399
- this.sj = b;
399
+ this.sk = b;
400
400
  break;
401
401
  case DataToolTipLayer.$$p[39]:
402
- this.yt = b;
402
+ this.yu = b;
403
403
  break;
404
404
  case DataToolTipLayer.$$p[38]:
405
- this.ye = b;
405
+ this.yf = b;
406
406
  break;
407
407
  case "TitleTextStyle":
408
- this.si = b;
408
+ this.sj = b;
409
409
  break;
410
410
  case DataToolTipLayer.$$p[21]:
411
- this.rk = EnumUtil.getEnumValue(DataLegendLabelMode_$type, b);
411
+ this.rl = EnumUtil.getEnumValue(DataLegendLabelMode_$type, b);
412
412
  break;
413
413
  case DataToolTipLayer.$$p[22]:
414
- this.x9 = b;
414
+ this.ya = b;
415
415
  break;
416
416
  case DataToolTipLayer.$$p[23]:
417
- this.yq = b;
417
+ this.yr = b;
418
418
  break;
419
419
  case "LabelTextStyle":
420
- this.sd = b;
420
+ this.se = b;
421
421
  break;
422
422
  }
423
423
  }
424
- wh(a) {
425
- for (let b = 0; b < this.sz.count; b++) {
426
- let c = this.sz._inner[b];
427
- a.updatePropertyByName(c, this.sy.item(c));
424
+ wi(a) {
425
+ for (let b = 0; b < this.s0.count; b++) {
426
+ let c = this.s0._inner[b];
427
+ a.updatePropertyByName(c, this.sz.item(c));
428
428
  }
429
429
  }
430
- qn(a, b) {
430
+ qo(a, b) {
431
431
  {
432
432
  if (!this.as.c) {
433
- this.mh(b);
433
+ this.mi(b);
434
434
  }
435
435
  }
436
436
  }
437
- qo(a, b) {
437
+ qp(a, b) {
438
438
  if (!this.as.c) {
439
- this.mh(b);
439
+ this.mi(b);
440
440
  }
441
441
  }
442
- qq(a, b) {
443
- super.qq(a, b);
444
- this.rw = this.rz();
442
+ qr(a, b) {
443
+ super.qr(a, b);
444
+ this.rx = this.r0();
445
445
  let c = a;
446
- let d = this.r0.b6;
447
- let e = this.su;
446
+ let d = this.r1.b6;
447
+ let e = this.sv;
448
448
  let f = false;
449
449
  c.m.clear();
450
450
  c.i.clear();
@@ -454,42 +454,42 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
454
454
  c.k.clear();
455
455
  c.j.clear();
456
456
  c.h.clear();
457
- if (isNaN_(this.q4.x) && isNaN_(this.q4.y)) {
457
+ if (isNaN_(this.q5.x) && isNaN_(this.q5.y)) {
458
458
  d.count = 0;
459
459
  return;
460
460
  }
461
461
  {
462
- if (this.rx == 2) {
462
+ if (this.ry == 2) {
463
463
  let g = 0;
464
464
  {
465
465
  for (let h of fromEnum(this.cd.series)) {
466
- if (this.qb(h)) {
467
- this.wj(h, c, e, f, g);
466
+ if (this.qc(h)) {
467
+ this.wk(h, c, e, f, g);
468
468
  g++;
469
469
  }
470
470
  if (h.isStacked) {
471
471
  h.la((i) => {
472
- if (this.qb(i)) {
473
- this.wj(i, c, e, f, g);
472
+ if (this.qc(i)) {
473
+ this.wk(i, c, e, f, g);
474
474
  g++;
475
475
  }
476
476
  return true;
477
477
  });
478
478
  }
479
479
  }
480
- this.wf(c);
480
+ this.wg(c);
481
481
  }
482
482
  d.count = g;
483
483
  }
484
484
  else {
485
- let i = this.rf();
486
- let j = this.s0(i);
487
- let k = this.r1(i, j, e);
488
- this.wi(k, c, e);
485
+ let i = this.rg();
486
+ let j = this.s1(i);
487
+ let k = this.r2(i, j, e);
488
+ this.wj(k, c, e);
489
489
  }
490
490
  }
491
491
  }
492
- s0(a) {
492
+ s1(a) {
493
493
  let b = new List$1(Series.$, 0);
494
494
  if (a == null) {
495
495
  return b;
@@ -499,9 +499,9 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
499
499
  }
500
500
  return b;
501
501
  }
502
- rf() {
503
- if (this.rg != null) {
504
- return this.rg;
502
+ rg() {
503
+ if (this.rh != null) {
504
+ return this.rh;
505
505
  }
506
506
  if (this.cd == null) {
507
507
  return null;
@@ -525,7 +525,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
525
525
  }
526
526
  return null;
527
527
  }
528
- r1(a, b, c) {
528
+ r2(a, b, c) {
529
529
  let d = 1.7976931348623157E+308;
530
530
  let e = -1.7976931348623157E+308;
531
531
  let f = new List$1(DataContext.$, 0);
@@ -555,12 +555,12 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
555
555
  continue;
556
556
  }
557
557
  }
558
- let p = this.qj(n);
558
+ let p = this.qk(n);
559
559
  if (!p.c) {
560
560
  continue;
561
561
  }
562
- j = n.pg(p.d);
563
- let q = n.pl(p.d, c, false);
562
+ j = n.ph(p.d);
563
+ let q = n.pm(p.d, c, false);
564
564
  if (h) {
565
565
  if (!isNaN_(q.y)) {
566
566
  d = Math.min(d, q.y);
@@ -581,8 +581,8 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
581
581
  continue;
582
582
  }
583
583
  }
584
- let t = n.pl(this.q4, c, false);
585
- j = n.pg(this.q4);
584
+ let t = n.pm(this.q5, c, false);
585
+ j = n.ph(this.q5);
586
586
  if (h) {
587
587
  if (!isNaN_(t.y)) {
588
588
  d = Math.min(d, t.y);
@@ -597,7 +597,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
597
597
  }
598
598
  }
599
599
  let u = null;
600
- let v = n.ht(this.q4);
600
+ let v = n.ht(this.q5);
601
601
  if (n.dl && v != null) {
602
602
  u = n.au(v);
603
603
  }
@@ -612,11 +612,11 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
612
612
  let x = 0;
613
613
  if (h) {
614
614
  x = (d + e) / 2;
615
- w = this.py.right;
615
+ w = this.pz.right;
616
616
  if (!isNaN_(j.x)) {
617
617
  w = j.x;
618
618
  }
619
- if (x < 0 || x > this.py.bottom) {
619
+ if (x < 0 || x > this.pz.bottom) {
620
620
  x = NaN;
621
621
  }
622
622
  }
@@ -625,7 +625,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
625
625
  if (!isNaN_(j.y)) {
626
626
  x = j.y;
627
627
  }
628
- if (w < 0 || w > this.py.right) {
628
+ if (w < 0 || w > this.pz.right) {
629
629
  w = NaN;
630
630
  }
631
631
  }
@@ -637,358 +637,364 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
637
637
  return y;
638
638
  }
639
639
  ld() {
640
- this.q4 = { $type: Point_$type, x: NaN, y: NaN };
641
- this.b0.ap();
640
+ this.q5 = { $type: Point_$type, x: NaN, y: NaN };
641
+ this.mi(false);
642
+ this.r1.cg(false);
642
643
  }
643
- get yk() {
644
+ le() {
645
+ this.q5 = { $type: Point_$type, x: NaN, y: NaN };
646
+ this.mi(false);
647
+ this.r1.cg(true);
648
+ }
649
+ get yl() {
644
650
  let a = RectUtil.n(this.b0.bu);
645
651
  let b = new Size(1, this.b0.bu.width, this.b0.bu.height);
646
652
  return new Rect(3, a, b);
647
653
  }
648
- get yj() {
654
+ get yk() {
649
655
  let a = RectUtil.n(this.b0.bu);
650
656
  let b = new Size(1, this.b0.bu.width, this.b0.bu.height);
651
- return new Rect(3, this.r0.ci(a), b);
657
+ return new Rect(3, this.r1.cj(a), b);
652
658
  }
653
- get yi() {
659
+ get yj() {
654
660
  let a = new Rect(0, 0, 0, this.cd.m, this.cd.l);
655
661
  let b = RectUtil.n(a);
656
662
  let c = new Size(1, a.width, a.height);
657
- return new Rect(3, this.r0.ci(b), c);
663
+ return new Rect(3, this.r1.cj(b), c);
658
664
  }
659
- get ym() {
665
+ get yn() {
660
666
  let a = { $type: Point_$type, x: 0, y: 0 };
661
- return new Rect(3, a, this.r0.cn());
667
+ return new Rect(3, a, this.r1.co());
662
668
  }
663
- yl() {
664
- return this.yk;
669
+ ym() {
670
+ return this.yl;
665
671
  }
666
- sq(a, b, c) {
672
+ sr(a, b, c) {
667
673
  if (Rect.l_op_Equality(a, Rect.empty)) {
668
674
  return false;
669
675
  }
670
676
  let d = a.top;
671
677
  return c < d;
672
678
  }
673
- sn(a, b, c, d) {
679
+ so(a, b, c, d) {
674
680
  if (Rect.l_op_Equality(a, Rect.empty)) {
675
681
  return false;
676
682
  }
677
683
  let e = a.bottom;
678
684
  return c + d.height >= e;
679
685
  }
680
- so(a, b, c) {
686
+ sp(a, b, c) {
681
687
  if (Rect.l_op_Equality(a, Rect.empty)) {
682
688
  return false;
683
689
  }
684
690
  let d = a.left;
685
691
  return c < d;
686
692
  }
687
- sp(a, b, c, d) {
693
+ sq(a, b, c, d) {
688
694
  if (Rect.l_op_Equality(a, Rect.empty)) {
689
695
  return false;
690
696
  }
691
697
  let e = a.right;
692
698
  return c + d.width > e;
693
699
  }
694
- tt(a, b) {
700
+ tu(a, b) {
695
701
  return a.top + b;
696
702
  }
697
- tr(a, b, c) {
703
+ ts(a, b, c) {
698
704
  return a.bottom - c.height - b;
699
705
  }
700
- ts(a, b) {
706
+ tt(a, b) {
701
707
  return ((a.bottom + a.top) / 2) - (b.height / 2);
702
708
  }
703
- t2(a, b, c, d, e) {
709
+ t3(a, b, c, d, e) {
704
710
  let f = c.y - d.height - b;
705
711
  return f;
706
712
  }
707
- t0(a, b, c, d, e) {
713
+ t1(a, b, c, d, e) {
708
714
  let f = c.y + b;
709
715
  return f;
710
716
  }
711
- t1(a, b, c, d, e) {
717
+ t2(a, b, c, d, e) {
712
718
  let f = c.y - (d.height / 2);
713
719
  return f;
714
720
  }
715
- tw(a, b, c, d, e) {
721
+ tx(a, b, c, d, e) {
716
722
  let f = c.y - d.height;
717
723
  f = f - b;
718
724
  return f;
719
725
  }
720
- tu(a, b, c, d, e) {
726
+ tv(a, b, c, d, e) {
721
727
  let f = c.y;
722
728
  f = f + b;
723
729
  return f;
724
730
  }
725
- tv(a, b, c, d, e) {
731
+ tw(a, b, c, d, e) {
726
732
  let f = c.y - (d.height / 2);
727
733
  return f;
728
734
  }
729
- tc(a, b) {
735
+ td(a, b) {
730
736
  return a.left + b;
731
737
  }
732
- te(a, b, c) {
738
+ tf(a, b, c) {
733
739
  return (a.right - (c.width)) - b;
734
740
  }
735
- td(a, b, c) {
741
+ te(a, b, c) {
736
742
  return ((a.right + a.left) / 2) - (c.width / 2) + b;
737
743
  }
738
- tl(a, b, c, d, e) {
744
+ tm(a, b, c, d, e) {
739
745
  let f = (c.x - d.width) - b;
740
746
  return f;
741
747
  }
742
- tn(a, b, c, d, e) {
748
+ to(a, b, c, d, e) {
743
749
  let f = c.x + b;
744
750
  return f;
745
751
  }
746
- tm(a, b, c, d, e) {
752
+ tn(a, b, c, d, e) {
747
753
  let f = (c.x - (d.width / 2));
748
754
  f = f + b;
749
755
  return f;
750
756
  }
751
- ti(a, b, c, d, e) {
757
+ tj(a, b, c, d, e) {
752
758
  let f = c.x - d.width;
753
759
  f = f - b;
754
760
  return f;
755
761
  }
756
- tk(a, b, c, d, e) {
762
+ tl(a, b, c, d, e) {
757
763
  let f = c.x;
758
764
  f = f + b;
759
765
  return f;
760
766
  }
761
- tj(a, b, c, d, e) {
767
+ tk(a, b, c, d, e) {
762
768
  let f = c.x - (d.width / 2);
763
769
  f = f + b;
764
770
  return f;
765
771
  }
766
- s8(a, b, c, d, e, f, g, h) {
772
+ s9(a, b, c, d, e, f, g, h) {
767
773
  switch (a) {
768
774
  case 1:
769
775
  {
770
- return this.tw(e, b, h, f, true);
776
+ return this.tx(e, b, h, f, true);
771
777
  }
772
778
  case 2:
773
779
  {
774
- return this.tu(e, b, h, f, true);
780
+ return this.tv(e, b, h, f, true);
775
781
  }
776
782
  case 3:
777
783
  {
778
- return this.tv(e, b, h, f, true);
784
+ return this.tw(e, b, h, f, true);
779
785
  }
780
- case 5: return this.tx(e, c, b, h, f);
781
- case 6: return this.ty(e, c, b, h, f);
782
- case 4: return this.tz(e, c, b, h, f);
783
- case 8: return this.to(e, c, b, h, f);
784
- case 9: return this.tp(e, c, b, h, f);
785
- case 7: return this.tq(e, c, b, h, f);
786
- case 13: return this.tt(d, b);
787
- case 14: return this.tr(d, b, f);
788
- case 15: return this.ts(d, f);
789
- case 10: return this.t2(e, b, g, f, true);
790
- case 12: return this.t1(e, b, g, f, true);
786
+ case 5: return this.ty(e, c, b, h, f);
787
+ case 6: return this.tz(e, c, b, h, f);
788
+ case 4: return this.t0(e, c, b, h, f);
789
+ case 8: return this.tp(e, c, b, h, f);
790
+ case 9: return this.tq(e, c, b, h, f);
791
+ case 7: return this.tr(e, c, b, h, f);
792
+ case 13: return this.tu(d, b);
793
+ case 14: return this.ts(d, b, f);
794
+ case 15: return this.tt(d, f);
795
+ case 10: return this.t3(e, b, g, f, true);
796
+ case 12: return this.t2(e, b, g, f, true);
791
797
  case 11:
792
- default: return this.t0(e, b, g, f, true);
798
+ default: return this.t1(e, b, g, f, true);
793
799
  }
794
800
  }
795
- tf(a, b, c, d, e) {
801
+ tg(a, b, c, d, e) {
796
802
  let f = d.x;
797
803
  f = f + b / 2;
798
804
  f = f - e.width;
799
805
  f = f - c;
800
806
  return f;
801
807
  }
802
- tg(a, b, c, d, e) {
808
+ th(a, b, c, d, e) {
803
809
  let f = d.x;
804
810
  f = f + b / 2;
805
811
  f = f - e.width / 2;
806
812
  f = f + c;
807
813
  return f;
808
814
  }
809
- th(a, b, c, d, e) {
815
+ ti(a, b, c, d, e) {
810
816
  let f = d.x;
811
817
  f = f + b / 2;
812
818
  f = f + c;
813
819
  return f;
814
820
  }
815
- s9(a, b, c, d, e) {
821
+ ta(a, b, c, d, e) {
816
822
  let f = d.x;
817
823
  f = f - b / 2;
818
824
  f = f - e.width;
819
825
  f = f - c;
820
826
  return f;
821
827
  }
822
- ta(a, b, c, d, e) {
828
+ tb(a, b, c, d, e) {
823
829
  let f = d.x;
824
830
  f = f - b / 2;
825
831
  f = f - e.width / 2;
826
832
  f = f + c;
827
833
  return f;
828
834
  }
829
- tb(a, b, c, d, e) {
835
+ tc(a, b, c, d, e) {
830
836
  let f = d.x;
831
837
  f = f - b / 2;
832
838
  f = f + c;
833
839
  return f;
834
840
  }
835
- tq(a, b, c, d, e) {
841
+ tr(a, b, c, d, e) {
836
842
  let f = d.y;
837
843
  f = f + b / 2;
838
844
  f = f - e.height;
839
845
  f = f - c;
840
846
  return f;
841
847
  }
842
- tp(a, b, c, d, e) {
848
+ tq(a, b, c, d, e) {
843
849
  let f = d.y;
844
850
  f = f + b / 2;
845
851
  f = f - e.height / 2;
846
852
  f = f + c;
847
853
  return f;
848
854
  }
849
- to(a, b, c, d, e) {
855
+ tp(a, b, c, d, e) {
850
856
  let f = d.y;
851
857
  f = f + b / 2;
852
858
  f = f + c;
853
859
  return f;
854
860
  }
855
- tz(a, b, c, d, e) {
861
+ t0(a, b, c, d, e) {
856
862
  let f = d.y;
857
863
  f = f - b / 2;
858
864
  f = f - e.height;
859
865
  f = f - c;
860
866
  return f;
861
867
  }
862
- ty(a, b, c, d, e) {
868
+ tz(a, b, c, d, e) {
863
869
  let f = d.y;
864
870
  f = f - b / 2;
865
871
  f = f - e.height / 2;
866
872
  f = f + c;
867
873
  return f;
868
874
  }
869
- tx(a, b, c, d, e) {
875
+ ty(a, b, c, d, e) {
870
876
  let f = d.y;
871
877
  f = f - b / 2;
872
878
  f = f + c;
873
879
  return f;
874
880
  }
875
- s7(a, b, c, d, e, f, g, h) {
881
+ s8(a, b, c, d, e, f, g, h) {
876
882
  switch (a) {
877
- case 10: return this.tl(e, b, g, f, true);
878
- case 11: return this.tn(e, b, g, f, true);
879
- case 12: return this.tm(e, b, g, f, true);
880
- case 13: return this.tc(d, b);
881
- case 14: return this.te(e, b, f);
882
- case 15: return this.td(e, b, f);
883
- case 5: return this.tb(e, c, b, h, f);
884
- case 6: return this.ta(e, c, b, h, f);
885
- case 4: return this.s9(e, c, b, h, f);
886
- case 8: return this.th(e, c, b, h, f);
887
- case 9: return this.tg(e, c, b, h, f);
888
- case 7: return this.tf(e, c, b, h, f);
883
+ case 10: return this.tm(e, b, g, f, true);
884
+ case 11: return this.to(e, b, g, f, true);
885
+ case 12: return this.tn(e, b, g, f, true);
886
+ case 13: return this.td(d, b);
887
+ case 14: return this.tf(e, b, f);
888
+ case 15: return this.te(e, b, f);
889
+ case 5: return this.tc(e, c, b, h, f);
890
+ case 6: return this.tb(e, c, b, h, f);
891
+ case 4: return this.ta(e, c, b, h, f);
892
+ case 8: return this.ti(e, c, b, h, f);
893
+ case 9: return this.th(e, c, b, h, f);
894
+ case 7: return this.tg(e, c, b, h, f);
889
895
  case 1:
890
896
  {
891
- return this.ti(e, b, h, f, true);
897
+ return this.tj(e, b, h, f, true);
892
898
  }
893
899
  case 3:
894
900
  {
895
- return this.tj(e, b, h, f, true);
901
+ return this.tk(e, b, h, f, true);
896
902
  }
897
903
  case 2:
898
904
  default:
899
905
  {
900
- return this.tk(e, b, h, f, true);
906
+ return this.tl(e, b, h, f, true);
901
907
  }
902
908
  }
903
909
  }
904
- yh(a, b, c, d) {
905
- let e = this.rp;
906
- let f = this.rt;
907
- let g = this.rf();
910
+ yi(a, b, c, d) {
911
+ let e = this.rq;
912
+ let f = this.ru;
913
+ let g = this.rg();
908
914
  let h = 0;
909
915
  if (g != null && g.ca && this.cd != null) {
910
- h = g.getCategorySize(this.cd.sf, this.py, this.getEffectiveViewport());
916
+ h = g.getCategorySize(this.cd.sf, this.pz, this.getEffectiveViewport());
911
917
  if (g.categoryMode == 0) {
912
918
  h = 0;
913
919
  }
914
920
  }
915
- let i = this.s5(e);
916
- let j = this.s6(f);
917
- let k = this.s7(e, i, h, this.yk, a, b, c, d);
918
- let l = this.s8(f, j, h, this.yk, a, b, c, d);
919
- let m = this.sr(a, i, k, b);
920
- let n = this.ss(a, j, l, b);
921
+ let i = this.s6(e);
922
+ let j = this.s7(f);
923
+ let k = this.s8(e, i, h, this.yl, a, b, c, d);
924
+ let l = this.s9(f, j, h, this.yl, a, b, c, d);
925
+ let m = this.ss(a, i, k, b);
926
+ let n = this.st(a, j, l, b);
921
927
  if (!m) {
922
- let o = this.q9(e);
928
+ let o = this.ra(e);
923
929
  let p = 0;
924
930
  while (!m && p < o.length) {
925
931
  e = o[p];
926
- i = this.s5(e);
927
- k = this.s7(e, i, h, this.yk, a, b, c, d);
928
- m = this.sr(a, i, k, b);
932
+ i = this.s6(e);
933
+ k = this.s8(e, i, h, this.yl, a, b, c, d);
934
+ m = this.ss(a, i, k, b);
929
935
  p++;
930
936
  }
931
937
  }
932
938
  if (!n) {
933
- let q = this.ra(f);
939
+ let q = this.rb(f);
934
940
  let r = 0;
935
941
  while (!n && r < q.length) {
936
942
  f = q[r];
937
- j = this.s6(f);
938
- l = this.s8(f, j, h, this.yk, a, b, c, d);
939
- n = this.ss(a, j, l, b);
943
+ j = this.s7(f);
944
+ l = this.s9(f, j, h, this.yl, a, b, c, d);
945
+ n = this.st(a, j, l, b);
940
946
  r++;
941
947
  }
942
948
  }
943
949
  return { $type: Point_$type, x: k, y: l };
944
950
  }
945
- s6(a) {
946
- if (!isNaN_(this.s4)) {
947
- return this.s4;
951
+ s7(a) {
952
+ if (!isNaN_(this.s5)) {
953
+ return this.s5;
948
954
  }
949
955
  switch (a) {
950
- case 1: return this.s2;
951
- case 2: return this.s2;
956
+ case 1: return this.s3;
957
+ case 2: return this.s3;
952
958
  case 3: return 0;
953
- case 4: return this.s2;
954
- case 5: return this.s2;
955
- case 6: return this.s2;
956
- case 7: return this.s2;
957
- case 8: return this.s2;
959
+ case 4: return this.s3;
960
+ case 5: return this.s3;
961
+ case 6: return this.s3;
962
+ case 7: return this.s3;
963
+ case 8: return this.s3;
958
964
  case 9: return 0;
959
- case 10: return this.s2;
960
- case 11: return this.s2;
965
+ case 10: return this.s3;
966
+ case 11: return this.s3;
961
967
  case 12: return 0;
962
- case 13: return this.s2;
963
- case 14: return this.s2;
968
+ case 13: return this.s3;
969
+ case 14: return this.s3;
964
970
  case 15: return 0;
965
971
  }
966
- return this.s2;
972
+ return this.s3;
967
973
  }
968
- s5(a) {
969
- if (!isNaN_(this.s3)) {
970
- return this.s3;
974
+ s6(a) {
975
+ if (!isNaN_(this.s4)) {
976
+ return this.s4;
971
977
  }
972
978
  switch (a) {
973
- case 4: return this.s1;
979
+ case 4: return this.s2;
974
980
  case 6: return 0;
975
- case 5: return this.s1;
976
- case 13: return this.s1;
981
+ case 5: return this.s2;
982
+ case 13: return this.s2;
977
983
  case 15: return 0;
978
- case 14: return this.s1;
979
- case 7: return this.s1;
984
+ case 14: return this.s2;
985
+ case 7: return this.s2;
980
986
  case 9: return 0;
981
- case 8: return this.s1;
982
- case 1: return this.s1;
987
+ case 8: return this.s2;
988
+ case 1: return this.s2;
983
989
  case 3: return 0;
984
- case 2: return this.s1;
985
- case 10: return this.s1;
990
+ case 2: return this.s2;
991
+ case 10: return this.s2;
986
992
  case 12: return 0;
987
- case 11: return this.s1;
993
+ case 11: return this.s2;
988
994
  }
989
- return this.s1;
995
+ return this.s2;
990
996
  }
991
- ra(a) {
997
+ rb(a) {
992
998
  let b = [a];
993
999
  switch (a) {
994
1000
  case 1:
@@ -1033,7 +1039,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1033
1039
  }
1034
1040
  return b;
1035
1041
  }
1036
- q9(a) {
1042
+ ra(a) {
1037
1043
  let b = [a];
1038
1044
  switch (a) {
1039
1045
  case 1:
@@ -1078,13 +1084,13 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1078
1084
  }
1079
1085
  return b;
1080
1086
  }
1081
- sr(a, b, c, d) {
1082
- return !(this.so(a, b, c) || this.sp(a, b, c, d));
1083
- }
1084
1087
  ss(a, b, c, d) {
1085
- return !(this.sq(a, b, c) || this.sn(a, b, c, d));
1088
+ return !(this.sp(a, b, c) || this.sq(a, b, c, d));
1086
1089
  }
1087
- wf(a) {
1090
+ st(a, b, c, d) {
1091
+ return !(this.sr(a, b, c) || this.so(a, b, c, d));
1092
+ }
1093
+ wg(a) {
1088
1094
  let b = new List$1(DataTooltipCollisionInfo.$, 0);
1089
1095
  for (let c = 0; c < a.f.count; c++) {
1090
1096
  let d = new DataTooltipCollisionInfo();
@@ -1113,7 +1119,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1113
1119
  }
1114
1120
  return 0;
1115
1121
  });
1116
- let e = this.sl(b);
1122
+ let e = this.sm(b);
1117
1123
  if (!e) {
1118
1124
  return;
1119
1125
  }
@@ -1145,7 +1151,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1145
1151
  a.g._inner[q] = r.e.y;
1146
1152
  }
1147
1153
  }
1148
- sl(a) {
1154
+ sm(a) {
1149
1155
  if (a.count <= 1) {
1150
1156
  return false;
1151
1157
  }
@@ -1161,30 +1167,30 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1161
1167
  }
1162
1168
  return false;
1163
1169
  }
1164
- wj(a, b, c, d, e) {
1165
- let f = this.qj(a);
1170
+ wk(a, b, c, d, e) {
1171
+ let f = this.qk(a);
1166
1172
  if (!f.c) {
1167
1173
  return;
1168
1174
  }
1169
- let g = a.pl(f.d, c, d);
1170
- let h = this.r0.b6;
1171
- let i = this.q4;
1175
+ let g = a.pm(f.d, c, d);
1176
+ let h = this.r1.b6;
1177
+ let i = this.q5;
1172
1178
  if (!c) {
1173
- i = this.po(g);
1179
+ i = this.pp(g);
1174
1180
  }
1175
1181
  let j = a.ht(i);
1176
1182
  let k = h.item(e);
1177
1183
  let l = this.b0.bu;
1178
- let m = this.r0.b5(k);
1184
+ let m = this.r1.b5(k);
1179
1185
  if (!Base.equalsStatic(m.target, this.cd)) {
1180
1186
  m.target = this.cd;
1181
1187
  }
1182
1188
  m.includedSeries = [a.dataLegendKey];
1183
- this.wh(m);
1184
- if (!this.r0.b8(k, a)) {
1189
+ this.wi(m);
1190
+ if (!this.r1.b8(k, a)) {
1185
1191
  return;
1186
1192
  }
1187
- let n = this.r0.cm(k);
1193
+ let n = this.r1.cn(k);
1188
1194
  b.i.add1(k);
1189
1195
  let o = g.x;
1190
1196
  let p = g.x;
@@ -1214,29 +1220,29 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1214
1220
  b.g.add(t);
1215
1221
  b.k.add(n.width);
1216
1222
  b.j.add(n.height);
1217
- let u = this.oy;
1223
+ let u = this.oz;
1218
1224
  if (u == null) {
1219
- u = this.o2;
1225
+ u = this.o3;
1220
1226
  }
1221
1227
  if (u == null) {
1222
- u = a.oy;
1228
+ u = a.oz;
1223
1229
  }
1224
1230
  b.h.add(u);
1225
1231
  }
1226
- wi(a, b, c) {
1227
- this.ro = this.rr();
1228
- this.rs = this.rv();
1232
+ wj(a, b, c) {
1233
+ this.rp = this.rs();
1234
+ this.rt = this.rw();
1229
1235
  let d = a.f;
1230
1236
  let e = a.e;
1231
1237
  let f = 0;
1232
- let g = this.r0.b6.item(0);
1233
- this.r0.b8(g, null);
1234
- let h = this.r0.b5(g);
1238
+ let g = this.r1.b6.item(0);
1239
+ this.r1.b8(g, null);
1240
+ let h = this.r1.b5(g);
1235
1241
  if (!Base.equalsStatic(h.target, this.cd)) {
1236
1242
  h.target = this.cd;
1237
1243
  }
1238
1244
  let i = new List$1(String_$type, 0);
1239
- let j = this.rf();
1245
+ let j = this.rg();
1240
1246
  if (j != null) {
1241
1247
  for (let k of fromEnum(j.da())) {
1242
1248
  i.add(k.dataLegendKey);
@@ -1246,10 +1252,10 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1246
1252
  else {
1247
1253
  h.includedSeries = null;
1248
1254
  }
1249
- this.wh(h);
1250
- h.targetCursorPositionX = this.q4.x;
1251
- h.targetCursorPositionY = this.q4.y;
1252
- let l = this.r0.cm(g);
1255
+ this.wi(h);
1256
+ h.targetCursorPositionX = this.q5.x;
1257
+ h.targetCursorPositionY = this.q5.y;
1258
+ let l = this.r1.cn(g);
1253
1259
  let m = 0;
1254
1260
  let n = 0;
1255
1261
  let o = 0;
@@ -1259,9 +1265,9 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1259
1265
  o = d.x;
1260
1266
  p = d.y;
1261
1267
  let s = this.b0.bu;
1262
- let t = this.r0.cn();
1263
- let u = this.yl();
1264
- let v = this.yh(u, l, e, d);
1268
+ let t = this.r1.co();
1269
+ let u = this.ym();
1270
+ let v = this.yi(u, l, e, d);
1265
1271
  let w = v.x;
1266
1272
  let x = v.y;
1267
1273
  {
@@ -1275,13 +1281,13 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1275
1281
  b.i.add1(g);
1276
1282
  let y = null;
1277
1283
  b.h.add(y);
1278
- this.r0.b6.count = 1;
1284
+ this.r1.b6.count = 1;
1279
1285
  }
1280
- t5(a) {
1286
+ t6(a) {
1281
1287
  return a.toolTip;
1282
1288
  }
1283
- qt(a, b) {
1284
- super.qt(a, b);
1289
+ qu(a, b) {
1290
+ super.qu(a, b);
1285
1291
  let c = a;
1286
1292
  let d = c.m.count;
1287
1293
  let e = b.bu.left;
@@ -1290,7 +1296,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1290
1296
  let h = b.bu.bottom;
1291
1297
  for (let i = 0; i < d; i++) {
1292
1298
  if (isNaN_(c.l._inner[i]) || isNaN_(c.m._inner[i]) || isNaN_(c.f._inner[i]) || isNaN_(c.g._inner[i])) {
1293
- this.r0.cf(c.i._inner[i]);
1299
+ this.r1.cf(c.i._inner[i]);
1294
1300
  continue;
1295
1301
  }
1296
1302
  let j = c.f._inner[i];
@@ -1299,7 +1305,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1299
1305
  let m = c.j._inner[i];
1300
1306
  let n = false;
1301
1307
  if (n) {
1302
- this.r0.cf(c.i._inner[i]);
1308
+ this.r1.cf(c.i._inner[i]);
1303
1309
  continue;
1304
1310
  }
1305
1311
  let o = c.i._inner[i];
@@ -1307,23 +1313,23 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1307
1313
  let q = Math.min(c.g._inner[i], c.m._inner[i]);
1308
1314
  let r = c.l._inner[i] - c.f._inner[i];
1309
1315
  let s = c.m._inner[i] - c.g._inner[i];
1310
- this.r0.cg(o, p, q, r, s);
1316
+ this.r1.ch(o, p, q, r, s);
1311
1317
  }
1312
1318
  }
1313
1319
  em() {
1314
1320
  return true;
1315
1321
  }
1316
- get rp() {
1317
- return this.ro;
1322
+ get rq() {
1323
+ return this.rp;
1318
1324
  }
1319
- set rp(a) {
1320
- let b = this.ro;
1321
- this.ro = a;
1322
- if (b != this.ro) {
1323
- this.raisePropertyChanged("ActualGroupedPositionModeX", enumGetBox(DataTooltipGroupedPositionX_$type, b), enumGetBox(DataTooltipGroupedPositionX_$type, this.ro));
1325
+ set rq(a) {
1326
+ let b = this.rp;
1327
+ this.rp = a;
1328
+ if (b != this.rp) {
1329
+ this.raisePropertyChanged("ActualGroupedPositionModeX", enumGetBox(DataTooltipGroupedPositionX_$type, b), enumGetBox(DataTooltipGroupedPositionX_$type, this.rp));
1324
1330
  }
1325
1331
  }
1326
- rr() {
1332
+ rs() {
1327
1333
  if (this.cd == null) {
1328
1334
  return 2;
1329
1335
  }
@@ -1331,7 +1337,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1331
1337
  let b = false;
1332
1338
  let c = false;
1333
1339
  let d = false;
1334
- let e = this.rf();
1340
+ let e = this.rg();
1335
1341
  if (e == null) {
1336
1342
  return 2;
1337
1343
  }
@@ -1362,12 +1368,12 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1362
1368
  $ret.add_1(9);
1363
1369
  return $ret;
1364
1370
  })());
1365
- let h = g.contains(this.rq);
1366
- if (this.rq != 0) {
1371
+ let h = g.contains(this.rr);
1372
+ if (this.rr != 0) {
1367
1373
  if (h && b) {
1368
1374
  return 11;
1369
1375
  }
1370
- return this.rq;
1376
+ return this.rr;
1371
1377
  }
1372
1378
  if (c || d) {
1373
1379
  return 11;
@@ -1380,24 +1386,24 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1380
1386
  }
1381
1387
  return 8;
1382
1388
  }
1383
- get rt() {
1384
- return this.rs;
1389
+ get ru() {
1390
+ return this.rt;
1385
1391
  }
1386
- set rt(a) {
1387
- let b = this.rs;
1388
- this.rs = a;
1389
- if (b != this.rs) {
1390
- this.raisePropertyChanged("ActualPositionModeY", enumGetBox(DataTooltipGroupedPositionY_$type, b), enumGetBox(DataTooltipGroupedPositionY_$type, this.rs));
1392
+ set ru(a) {
1393
+ let b = this.rt;
1394
+ this.rt = a;
1395
+ if (b != this.rt) {
1396
+ this.raisePropertyChanged("ActualPositionModeY", enumGetBox(DataTooltipGroupedPositionY_$type, b), enumGetBox(DataTooltipGroupedPositionY_$type, this.rt));
1391
1397
  }
1392
1398
  }
1393
- rv() {
1399
+ rw() {
1394
1400
  if (this.cd == null) {
1395
1401
  return 11;
1396
1402
  }
1397
1403
  let a = false;
1398
1404
  let b = false;
1399
1405
  let c = false;
1400
- let d = this.rf();
1406
+ let d = this.rg();
1401
1407
  if (d == null) {
1402
1408
  return 11;
1403
1409
  }
@@ -1425,12 +1431,12 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1425
1431
  $ret.add_1(9);
1426
1432
  return $ret;
1427
1433
  })());
1428
- let g = f.contains(this.ru);
1429
- if (this.ru != 0) {
1434
+ let g = f.contains(this.rv);
1435
+ if (this.rv != 0) {
1430
1436
  if (g && !a) {
1431
1437
  return 11;
1432
1438
  }
1433
- return this.ru;
1439
+ return this.rv;
1434
1440
  }
1435
1441
  if (b || c) {
1436
1442
  return 11;
@@ -1443,24 +1449,44 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1443
1449
  }
1444
1450
  return 11;
1445
1451
  }
1446
- get sk() {
1447
- return this.sb;
1452
+ get sl() {
1453
+ return this.sc;
1448
1454
  }
1449
- set sk(a) {
1450
- let b = this.sb;
1451
- this.sb = a;
1452
- if (b != this.sb) {
1453
- this.raisePropertyChanged("ValueTextStyle", b, this.sb);
1455
+ set sl(a) {
1456
+ let b = this.sc;
1457
+ this.sc = a;
1458
+ if (b != this.sc) {
1459
+ this.raisePropertyChanged("ValueTextStyle", b, this.sc);
1460
+ }
1461
+ }
1462
+ get sd() {
1463
+ return this.r4;
1464
+ }
1465
+ set sd(a) {
1466
+ let b = this.r4;
1467
+ this.r4 = a;
1468
+ if (b != this.r4) {
1469
+ this.raisePropertyChanged("HeaderTextStyle", b, this.r4);
1470
+ }
1471
+ }
1472
+ get sg() {
1473
+ return this.r7;
1474
+ }
1475
+ set sg(a) {
1476
+ let b = this.r7;
1477
+ this.r7 = a;
1478
+ if (b != this.r7) {
1479
+ this.raisePropertyChanged("SummaryTitleTextStyle", b, this.r7);
1454
1480
  }
1455
1481
  }
1456
- get sc() {
1457
- return this.r3;
1482
+ get si() {
1483
+ return this.r9;
1458
1484
  }
1459
- set sc(a) {
1460
- let b = this.r3;
1461
- this.r3 = a;
1462
- if (b != this.r3) {
1463
- this.raisePropertyChanged("HeaderTextStyle", b, this.r3);
1485
+ set si(a) {
1486
+ let b = this.r9;
1487
+ this.r9 = a;
1488
+ if (b != this.r9) {
1489
+ this.raisePropertyChanged("SummaryValueTextStyle", b, this.r9);
1464
1490
  }
1465
1491
  }
1466
1492
  get sf() {
@@ -1470,7 +1496,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1470
1496
  let b = this.r6;
1471
1497
  this.r6 = a;
1472
1498
  if (b != this.r6) {
1473
- this.raisePropertyChanged("SummaryTitleTextStyle", b, this.r6);
1499
+ this.raisePropertyChanged("SummaryLabelTextStyle", b, this.r6);
1474
1500
  }
1475
1501
  }
1476
1502
  get sh() {
@@ -1480,27 +1506,17 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1480
1506
  let b = this.r8;
1481
1507
  this.r8 = a;
1482
1508
  if (b != this.r8) {
1483
- this.raisePropertyChanged("SummaryValueTextStyle", b, this.r8);
1484
- }
1485
- }
1486
- get se() {
1487
- return this.r5;
1488
- }
1489
- set se(a) {
1490
- let b = this.r5;
1491
- this.r5 = a;
1492
- if (b != this.r5) {
1493
- this.raisePropertyChanged("SummaryLabelTextStyle", b, this.r5);
1509
+ this.raisePropertyChanged("SummaryUnitsTextStyle", b, this.r8);
1494
1510
  }
1495
1511
  }
1496
- get sg() {
1497
- return this.r7;
1512
+ get sk() {
1513
+ return this.sb;
1498
1514
  }
1499
- set sg(a) {
1500
- let b = this.r7;
1501
- this.r7 = a;
1502
- if (b != this.r7) {
1503
- this.raisePropertyChanged("SummaryUnitsTextStyle", b, this.r7);
1515
+ set sk(a) {
1516
+ let b = this.sb;
1517
+ this.sb = a;
1518
+ if (b != this.sb) {
1519
+ this.raisePropertyChanged("UnitsTextStyle", b, this.sb);
1504
1520
  }
1505
1521
  }
1506
1522
  get sj() {
@@ -1510,32 +1526,22 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1510
1526
  let b = this.sa;
1511
1527
  this.sa = a;
1512
1528
  if (b != this.sa) {
1513
- this.raisePropertyChanged("UnitsTextStyle", b, this.sa);
1514
- }
1515
- }
1516
- get si() {
1517
- return this.r9;
1518
- }
1519
- set si(a) {
1520
- let b = this.r9;
1521
- this.r9 = a;
1522
- if (b != this.r9) {
1523
- this.raisePropertyChanged("TitleTextStyle", b, this.r9);
1529
+ this.raisePropertyChanged("TitleTextStyle", b, this.sa);
1524
1530
  }
1525
1531
  }
1526
- get sd() {
1527
- return this.r4;
1532
+ get se() {
1533
+ return this.r5;
1528
1534
  }
1529
- set sd(a) {
1530
- let b = this.r4;
1531
- this.r4 = a;
1532
- if (b != this.r4) {
1533
- this.raisePropertyChanged("LabelTextStyle", b, this.r4);
1535
+ set se(a) {
1536
+ let b = this.r5;
1537
+ this.r5 = a;
1538
+ if (b != this.r5) {
1539
+ this.raisePropertyChanged("LabelTextStyle", b, this.r5);
1534
1540
  }
1535
1541
  }
1536
1542
  }
1537
1543
  DataToolTipLayer.$t = /*@__PURE__*/ markType(DataToolTipLayer, 'DataToolTipLayer', AnnotationLayer.$);
1538
- DataToolTipLayer.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, DataToolTipLayer, 'raisePropertyChanged', ['BadgeMargin:yn:wl', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'BadgeShape:r2:wm', [LegendItemBadgeShape_$type, /*@__PURE__*/ enumGetBox(LegendItemBadgeShape_$type, 0)], 'DefaultPositionOffsetX:s1:wn', [1, /*@__PURE__*/ DeviceUtils.g(10)], 'DefaultPositionOffsetY:s2:wo', [1, /*@__PURE__*/ DeviceUtils.g(10)], 'ExcludedColumns:q7:wp', [Array_$type, null], 'ExcludedSeries:q8:wq', [Array_$type, null], 'GroupedPositionModeX:rq:wr', [DataTooltipGroupedPositionX_$type, /*@__PURE__*/ enumGetBox(DataTooltipGroupedPositionX_$type, 0)], 'GroupedPositionModeY:ru:ws', [DataTooltipGroupedPositionY_$type, /*@__PURE__*/ enumGetBox(DataTooltipGroupedPositionY_$type, 0)], 'GroupingMode:ry:wt', [DataToolTipLayerGroupingMode_$type, /*@__PURE__*/ enumGetBox(DataToolTipLayerGroupingMode_$type, 0)], 'HeaderFormatCulture:ui:wu', [2, /*@__PURE__*/ stringEmpty()], 'HeaderFormatDate:ri:wv', [DataLegendHeaderDateMode_$type, /*@__PURE__*/ enumGetBox(DataLegendHeaderDateMode_$type, 0)], 'HeaderFormatSpecifiers:rb:ww', [Array_$type, null], 'HeaderFormatString:um:wx', [2, null], 'HeaderFormatTime:rj:wy', [DataLegendHeaderTimeMode_$type, /*@__PURE__*/ enumGetBox(DataLegendHeaderTimeMode_$type, 0)], 'HeaderRowMargin:yo:wz', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'HeaderRowVisible:sm:w0', [0, true], 'HeaderTextColor:x8:w1', [Brush.$, null], 'HeaderTextMargin:yp:w2', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 0, 0)], 'HeaderText:ur:w3', [2, null], 'IncludedColumns:rc:w4', [Array_$type, null], 'IncludedSeries:rd:w5', [Array_$type, null], 'LabelDisplayMode:rk:w6', [DataLegendLabelMode_$type, /*@__PURE__*/ enumGetBox(DataLegendLabelMode_$type, 0)], 'LabelTextColor:x9:w7', [Brush.$, null], 'LabelTextMargin:yq:w8', [Thickness.$, /*@__PURE__*/ new Thickness(1, 8, 0, 0, 0)], 'PositionOffsetX:s3:w9', [1, NaN], 'PositionOffsetY:s4:xa', [1, NaN], 'ShouldUpdateWhenSeriesDataChanges:st:xb', [0, true], 'SummaryLabelTextColor:ya:xc', [Brush.$, null], 'SummaryLabelText:u5:xd', [2, null], 'SummaryRowMargin:yr:xe', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'SummaryTitleTextColor:yb:xf', [Brush.$, null], 'SummaryTitleTextMargin:ys:xg', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 0, 0)], 'SummaryTitleText:va:xh', [2, null], 'SummaryType:rl:xi', [DataLegendSummaryType_$type, /*@__PURE__*/ enumGetBox(DataLegendSummaryType_$type, 0)], 'SummaryUnitsTextColor:yc:xj', [Brush.$, null], 'SummaryUnitsText:vg:xk', [2, null], 'SummaryValueTextColor:yd:xl', [Brush.$, null], 'TargetAxis:rg:xm', [Axis.$, null], 'TitleTextColor:ye:xn', [Brush.$, null], 'TitleTextMargin:yt:xo', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'UnitsDisplayMode:rm:xp', [DataLegendUnitsMode_$type, /*@__PURE__*/ enumGetBox(DataLegendUnitsMode_$type, 0)], 'UnitsTextColor:yf:xq', [Brush.$, null], 'UnitsTextMargin:yu:xr', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'UnitsText:vr:xs', [2, null], 'UseInterpolation:su:xt', [0, false], 'ValueFormatAbbreviation:rh:xu', [DataAbbreviationMode_$type, /*@__PURE__*/ enumGetBox(DataAbbreviationMode_$type, 0)], 'ValueFormatCulture:vy:xv', [2, /*@__PURE__*/ stringEmpty()], 'ValueFormatMaxFractions:t3:xw', [1, -1], 'ValueFormatMinFractions:t4:xx', [1, -1], 'ValueFormatMode:rn:xy', [DataLegendValueMode_$type, /*@__PURE__*/ enumGetBox(DataLegendValueMode_$type, 0)], 'ValueFormatSpecifiers:re:xz', [Array_$type, null], 'ValueFormatString:v4:x0', [2, null], 'ValueFormatUseGrouping:sv:x1', [0, true], 'ValueRowMargin:yv:x2', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'ValueRowVisible:sw:x3', [0, true], 'ValueTextColor:yg:x4', [Brush.$, null], 'ValueTextMargin:yw:x5', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 2, 0)], 'ValueTextUseSeriesColors:sx:x6', [0, false], 'ValueTextWhenMissingData:wd:x7', [2, "N/A"]]);
1544
+ DataToolTipLayer.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, DataToolTipLayer, 'raisePropertyChanged', ['BadgeMargin:yo:wm', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'BadgeShape:r3:wn', [LegendItemBadgeShape_$type, /*@__PURE__*/ enumGetBox(LegendItemBadgeShape_$type, 0)], 'DefaultPositionOffsetX:s2:wo', [1, /*@__PURE__*/ DeviceUtils.g(10)], 'DefaultPositionOffsetY:s3:wp', [1, /*@__PURE__*/ DeviceUtils.g(10)], 'ExcludedColumns:q8:wq', [Array_$type, null], 'ExcludedSeries:q9:wr', [Array_$type, null], 'GroupedPositionModeX:rr:ws', [DataTooltipGroupedPositionX_$type, /*@__PURE__*/ enumGetBox(DataTooltipGroupedPositionX_$type, 0)], 'GroupedPositionModeY:rv:wt', [DataTooltipGroupedPositionY_$type, /*@__PURE__*/ enumGetBox(DataTooltipGroupedPositionY_$type, 0)], 'GroupingMode:rz:wu', [DataToolTipLayerGroupingMode_$type, /*@__PURE__*/ enumGetBox(DataToolTipLayerGroupingMode_$type, 0)], 'HeaderFormatCulture:uj:wv', [2, /*@__PURE__*/ stringEmpty()], 'HeaderFormatDate:rj:ww', [DataLegendHeaderDateMode_$type, /*@__PURE__*/ enumGetBox(DataLegendHeaderDateMode_$type, 0)], 'HeaderFormatSpecifiers:rc:wx', [Array_$type, null], 'HeaderFormatString:un:wy', [2, null], 'HeaderFormatTime:rk:wz', [DataLegendHeaderTimeMode_$type, /*@__PURE__*/ enumGetBox(DataLegendHeaderTimeMode_$type, 0)], 'HeaderRowMargin:yp:w0', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'HeaderRowVisible:sn:w1', [0, true], 'HeaderTextColor:x9:w2', [Brush.$, null], 'HeaderTextMargin:yq:w3', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 0, 0)], 'HeaderText:us:w4', [2, null], 'IncludedColumns:rd:w5', [Array_$type, null], 'IncludedSeries:re:w6', [Array_$type, null], 'LabelDisplayMode:rl:w7', [DataLegendLabelMode_$type, /*@__PURE__*/ enumGetBox(DataLegendLabelMode_$type, 0)], 'LabelTextColor:ya:w8', [Brush.$, null], 'LabelTextMargin:yr:w9', [Thickness.$, /*@__PURE__*/ new Thickness(1, 8, 0, 0, 0)], 'PositionOffsetX:s4:xa', [1, NaN], 'PositionOffsetY:s5:xb', [1, NaN], 'ShouldUpdateWhenSeriesDataChanges:su:xc', [0, true], 'SummaryLabelTextColor:yb:xd', [Brush.$, null], 'SummaryLabelText:u6:xe', [2, null], 'SummaryRowMargin:ys:xf', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'SummaryTitleTextColor:yc:xg', [Brush.$, null], 'SummaryTitleTextMargin:yt:xh', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 0, 0)], 'SummaryTitleText:vb:xi', [2, null], 'SummaryType:rm:xj', [DataLegendSummaryType_$type, /*@__PURE__*/ enumGetBox(DataLegendSummaryType_$type, 0)], 'SummaryUnitsTextColor:yd:xk', [Brush.$, null], 'SummaryUnitsText:vh:xl', [2, null], 'SummaryValueTextColor:ye:xm', [Brush.$, null], 'TargetAxis:rh:xn', [Axis.$, null], 'TitleTextColor:yf:xo', [Brush.$, null], 'TitleTextMargin:yu:xp', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'UnitsDisplayMode:rn:xq', [DataLegendUnitsMode_$type, /*@__PURE__*/ enumGetBox(DataLegendUnitsMode_$type, 0)], 'UnitsTextColor:yg:xr', [Brush.$, null], 'UnitsTextMargin:yv:xs', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'UnitsText:vs:xt', [2, null], 'UseInterpolation:sv:xu', [0, false], 'ValueFormatAbbreviation:ri:xv', [DataAbbreviationMode_$type, /*@__PURE__*/ enumGetBox(DataAbbreviationMode_$type, 0)], 'ValueFormatCulture:vz:xw', [2, /*@__PURE__*/ stringEmpty()], 'ValueFormatMaxFractions:t4:xx', [1, -1], 'ValueFormatMinFractions:t5:xy', [1, -1], 'ValueFormatMode:ro:xz', [DataLegendValueMode_$type, /*@__PURE__*/ enumGetBox(DataLegendValueMode_$type, 0)], 'ValueFormatSpecifiers:rf:x0', [Array_$type, null], 'ValueFormatString:v5:x1', [2, null], 'ValueFormatUseGrouping:sw:x2', [0, true], 'ValueRowMargin:yw:x3', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'ValueRowVisible:sx:x4', [0, true], 'ValueTextColor:yh:x5', [Brush.$, null], 'ValueTextMargin:yx:x6', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 2, 0)], 'ValueTextUseSeriesColors:sy:x7', [0, false], 'ValueTextWhenMissingData:we:x8', [2, "N/A"]]);
1539
1545
  return DataToolTipLayer;
1540
1546
  })();
1541
1547
  /**
@@ -1566,7 +1572,7 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
1566
1572
  }
1567
1573
  ca() {
1568
1574
  let a = new PointerTooltip();
1569
- a.bv(this.e.g9);
1575
+ a.bw(this.e.g9);
1570
1576
  a._visibility = 1;
1571
1577
  a.ap = this.e.cd.cq.k;
1572
1578
  let b = null;
@@ -1594,7 +1600,7 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
1594
1600
  }
1595
1601
  cd(a) {
1596
1602
  let b = a;
1597
- b.by();
1603
+ b.bz();
1598
1604
  b.content = null;
1599
1605
  this.b9.remove1(a);
1600
1606
  }
@@ -1620,15 +1626,15 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
1620
1626
  let d = c.ai;
1621
1627
  return true;
1622
1628
  }
1623
- cm(a) {
1629
+ cn(a) {
1624
1630
  let b = a;
1625
1631
  let c = new Size(1, Number.POSITIVE_INFINITY, Number.POSITIVE_INFINITY);
1626
- b.cx = 1;
1627
- let d = b.cw(new Size(1, Number.POSITIVE_INFINITY, Number.POSITIVE_INFINITY));
1628
- b.cx = 0;
1632
+ b.cy = 1;
1633
+ let d = b.cx(new Size(1, Number.POSITIVE_INFINITY, Number.POSITIVE_INFINITY));
1634
+ b.cy = 0;
1629
1635
  return d;
1630
1636
  }
1631
- cl() {
1637
+ cm() {
1632
1638
  if (this.e.cd != null) {
1633
1639
  let a = this.e.cd.r8();
1634
1640
  let b = this.e.cd.cq.a8;
@@ -1637,7 +1643,7 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
1637
1643
  }
1638
1644
  return Rect.empty;
1639
1645
  }
1640
- ck() {
1646
+ cl() {
1641
1647
  if (this.e.cd != null) {
1642
1648
  let a = this.e.cd.r8();
1643
1649
  let b = this.e.cd.cq.a8;
@@ -1646,7 +1652,7 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
1646
1652
  }
1647
1653
  return Rect.empty;
1648
1654
  }
1649
- cj() {
1655
+ ck() {
1650
1656
  let a = 0;
1651
1657
  let b = 0;
1652
1658
  if (this.e.cd != null) {
@@ -1659,7 +1665,7 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
1659
1665
  }
1660
1666
  return Rect.empty;
1661
1667
  }
1662
- ci(a) {
1668
+ cj(a) {
1663
1669
  let b = 0;
1664
1670
  let c = 0;
1665
1671
  if (this.e.cd != null) {
@@ -1669,7 +1675,7 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
1669
1675
  }
1670
1676
  return { $type: Point_$type, x: b + a.x, y: c + a.y };
1671
1677
  }
1672
- cg(a, b, c, d, e) {
1678
+ ch(a, b, c, d, e) {
1673
1679
  let f = null;
1674
1680
  if (this.e.cd != null) {
1675
1681
  f = this.e.cd.cq.j.i();
@@ -1679,18 +1685,18 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
1679
1685
  return;
1680
1686
  }
1681
1687
  if (d == 0 && e == 0) {
1682
- g.cx = 1;
1688
+ g.cy = 1;
1683
1689
  }
1684
1690
  else {
1685
- g.cx = 0;
1691
+ g.cy = 0;
1686
1692
  }
1687
1693
  g.aq = f;
1688
- g.cr = { $type: Point_$type, x: d, y: e };
1694
+ g.cs = { $type: Point_$type, x: d, y: e };
1689
1695
  g._visibility = 0;
1690
1696
  g.n = b;
1691
1697
  g.o = c;
1692
1698
  }
1693
- cn() {
1699
+ co() {
1694
1700
  let a = (window.innerWidth);
1695
1701
  let b = (window.innerHeight);
1696
1702
  return new Size(1, a, b);
@@ -1701,7 +1707,10 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
1701
1707
  b._visibility = 1;
1702
1708
  }
1703
1709
  }
1704
- ch() {
1710
+ ci() {
1711
+ if (this.e.cd == null) {
1712
+ this.cg(true);
1713
+ }
1705
1714
  }
1706
1715
  a6(a, b) {
1707
1716
  super.a6(a, b);
@@ -1717,7 +1726,7 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
1717
1726
  d += f.y;
1718
1727
  }
1719
1728
  for (let g = 0; g < this.b9.count; g++) {
1720
- this.b9._inner[g].bx(this.b9._inner[g].n + c, this.b9._inner[g].o + d);
1729
+ this.b9._inner[g].by(this.b9._inner[g].n + c, this.b9._inner[g].o + d);
1721
1730
  }
1722
1731
  }
1723
1732
  al(a) {
@@ -1746,6 +1755,15 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
1746
1755
  let b = a;
1747
1756
  return b.ai;
1748
1757
  }
1758
+ cg(a) {
1759
+ this.aq();
1760
+ for (let b = 0; b < this.b9.count; b++) {
1761
+ this.cf(this.b9._inner[b]);
1762
+ if (a) {
1763
+ this.b9._inner[b].bs();
1764
+ }
1765
+ }
1766
+ }
1749
1767
  }
1750
1768
  DataToolTipLayerView.$t = /*@__PURE__*/ markType(DataToolTipLayerView, 'DataToolTipLayerView', AnnotationLayerView.$);
1751
1769
  return DataToolTipLayerView;