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
@@ -47,7 +47,7 @@ import { PointerTooltipStyle } from "./PointerTooltipStyle";
47
47
  import { PointerTooltipUtils } from "./PointerTooltipUtils";
48
48
  let DataToolTipLayer = /*@__PURE__*/ (() => {
49
49
  class DataToolTipLayer extends AnnotationLayer {
50
- get_f7() {
50
+ get_f8() {
51
51
  return true;
52
52
  }
53
53
  bk() {
@@ -58,74 +58,76 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
58
58
  }
59
59
  constructor() {
60
60
  super();
61
- this.abi = 1;
62
- this.acn = new Dictionary$2(String_$type, Base.$, 0);
63
- this.aco = new List$1(String_$type, 0);
64
- this.aba = 8;
65
- this.abe = 11;
66
- this.aby = null;
61
+ this.abj = 1;
62
+ this.acp = new Dictionary$2(String_$type, Base.$, 0);
63
+ this.acr = new List$1(String_$type, 0);
64
+ this.aco = new Dictionary$2(String_$type, Base.$, 0);
65
+ this.acq = new List$1(String_$type, 0);
66
+ this.abb = 8;
67
+ this.abf = 11;
68
+ this.abz = null;
69
+ this.abr = null;
67
70
  this.abq = null;
68
- this.abp = null;
71
+ this.abu = null;
72
+ this.abw = null;
69
73
  this.abt = null;
70
74
  this.abv = null;
71
- this.abs = null;
72
- this.abu = null;
75
+ this.aby = null;
73
76
  this.abx = null;
74
- this.abw = null;
75
- this.abr = null;
77
+ this.abs = null;
76
78
  let a = new DataToolTipLayerFrame();
77
79
  let b = new DataToolTipLayerFrame();
78
80
  let c = new DataToolTipLayerFrame();
79
- this.xx = a;
80
- this.xw = b;
81
- this.xy = c;
81
+ this.xy = a;
82
+ this.xx = b;
83
+ this.xz = c;
82
84
  this.ab = DataToolTipLayer.$;
83
85
  }
84
86
  ct() {
85
87
  return new DataToolTipLayerView(this);
86
88
  }
87
- rh(a) {
88
- super.rh(a);
89
- this.abm = a;
89
+ ri(a) {
90
+ super.ri(a);
91
+ this.abn = a;
90
92
  }
91
- q7() {
92
- super.q7();
93
- this.abm.c1();
93
+ q8() {
94
+ super.q8();
95
+ this.abn.c1();
94
96
  }
95
97
  get_e5() {
96
98
  return true;
97
99
  }
98
- get abj() {
99
- return this.abi;
100
+ get abk() {
101
+ return this.abj;
100
102
  }
101
- set abj(a) {
102
- let b = this.abi;
103
- this.abi = a;
104
- if (b != this.abi) {
105
- this.raisePropertyChanged("ActualGroupingMode", enumGetBox(DataToolTipLayerGroupingMode_$type, b), enumGetBox(DataToolTipLayerGroupingMode_$type, this.abi));
103
+ set abk(a) {
104
+ let b = this.abj;
105
+ this.abj = a;
106
+ if (b != this.abj) {
107
+ this.raisePropertyChanged("ActualGroupingMode", enumGetBox(DataToolTipLayerGroupingMode_$type, b), enumGetBox(DataToolTipLayerGroupingMode_$type, this.abj));
106
108
  }
107
109
  }
108
- abl() {
110
+ abm() {
109
111
  let a = true;
110
112
  let b = true;
111
113
  let c = true;
112
114
  let d = true;
113
- if (this.abk != 0) {
114
- return this.abk;
115
+ if (this.abl != 0) {
116
+ return this.abl;
115
117
  }
116
- let e = this.aa0();
118
+ let e = this.aa1();
117
119
  if (e != null) {
118
- for (let f of fromEnum(e.eo())) {
119
- if (!f.ev && !f.fz) {
120
+ for (let f of fromEnum(e.ep())) {
121
+ if (!f.ev && !f.f0) {
120
122
  a = false;
121
123
  }
122
- if (!f.ev && !f.fs) {
124
+ if (!f.ev && !f.ft) {
123
125
  b = false;
124
126
  }
125
- if (!f.ev && !f.f0) {
127
+ if (!f.ev && !f.f1) {
126
128
  c = false;
127
129
  }
128
- if (!f.ev && !f.fw) {
130
+ if (!f.ev && !f.fx) {
129
131
  d = false;
130
132
  }
131
133
  }
@@ -135,29 +137,29 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
135
137
  }
136
138
  return 1;
137
139
  }
138
- rq(a, b, c, d) {
139
- super.rq(a, b, c, d);
140
+ rr(a, b, c, d) {
141
+ super.rr(a, b, c, d);
140
142
  switch (b) {
141
143
  case DataToolTipLayer.$$p[42]:
142
- this.r8(true);
144
+ this.r9(true);
143
145
  break;
144
146
  case DataToolTipLayer.$$p[52]:
145
- this.r8(true);
147
+ this.r9(true);
146
148
  break;
147
149
  case DataToolTipLayer.$$p[12]:
148
- this.abj = this.abl();
150
+ this.abk = this.abm();
149
151
  break;
150
152
  case "ActualGroupingMode":
151
- this.r8(true);
153
+ this.r9(true);
152
154
  break;
153
155
  case DataToolTipLayer.$$p[10]:
154
- this.abb = this.abd();
156
+ this.abc = this.abe();
155
157
  break;
156
158
  case DataToolTipLayer.$$p[11]:
157
- this.abf = this.abh();
159
+ this.abg = this.abi();
158
160
  break;
159
161
  case "SeriesViewer":
160
- this.abm.c2();
162
+ this.abn.c2();
161
163
  break;
162
164
  case DataToolTipLayer.$$p[31]:
163
165
  case DataToolTipLayer.$$p[24]:
@@ -224,278 +226,296 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
224
226
  case DataToolTipLayer.$$p[26]:
225
227
  case DataToolTipLayer.$$p[27]:
226
228
  case "LabelTextStyle":
227
- this.agf(b, c, d);
229
+ this.agi(a, b, c, d);
228
230
  break;
229
231
  case DataToolTipLayer.$$p[45]:
230
232
  case DataToolTipLayer.$$p[46]:
231
233
  case DataToolTipLayer.$$p[47]:
232
- this.r8(true);
234
+ this.r9(true);
233
235
  break;
234
236
  }
235
237
  }
236
- agf(a, b, c) {
237
- if (!this.acn.containsKey(a)) {
238
- this.aco.add(a);
239
- this.acn.addItem(a, c);
238
+ agi(a, b, c, d) {
239
+ if (a == this) {
240
+ if (!this.acp.containsKey(b)) {
241
+ this.acr.add(b);
242
+ this.acp.addItem(b, d);
243
+ }
244
+ else {
245
+ this.acp.item(b, d);
246
+ }
240
247
  }
241
248
  else {
242
- this.acn.item(a, c);
249
+ if (!this.aco.containsKey(b)) {
250
+ this.acq.add(b);
251
+ this.aco.addItem(b, d);
252
+ }
253
+ else {
254
+ this.aco.item(b, d);
255
+ }
243
256
  }
244
- this.r8(true);
257
+ this.r9(true);
245
258
  }
246
- agj(a, b) {
259
+ agm(a, b) {
247
260
  switch (a) {
248
261
  case DataToolTipLayer.$$p[12]:
249
- this.abk = EnumUtil.getEnumValue(DataToolTipLayerGroupingMode_$type, b);
262
+ this.abl = EnumUtil.getEnumValue(DataToolTipLayerGroupingMode_$type, b);
250
263
  break;
251
264
  case DataToolTipLayer.$$p[29]:
252
- this.acs = b;
265
+ this.acv = b;
253
266
  break;
254
267
  case DataToolTipLayer.$$p[30]:
255
- this.act = b;
268
+ this.acw = b;
256
269
  break;
257
270
  case DataToolTipLayer.$$p[2]:
258
- this.acq = b;
271
+ this.act = b;
259
272
  break;
260
273
  case DataToolTipLayer.$$p[3]:
261
- this.acr = b;
274
+ this.acu = b;
262
275
  break;
263
276
  case DataToolTipLayer.$$p[10]:
264
- this.abc = EnumUtil.getEnumValue(DataTooltipGroupedPositionX_$type, b);
277
+ this.abd = EnumUtil.getEnumValue(DataTooltipGroupedPositionX_$type, b);
265
278
  break;
266
279
  case DataToolTipLayer.$$p[11]:
267
- this.abg = EnumUtil.getEnumValue(DataTooltipGroupedPositionY_$type, b);
280
+ this.abh = EnumUtil.getEnumValue(DataTooltipGroupedPositionY_$type, b);
268
281
  break;
269
282
  case DataToolTipLayer.$$p[31]:
270
- this.aci = b;
283
+ this.acj = b;
271
284
  break;
272
285
  case DataToolTipLayer.$$p[24]:
273
- this.aay = b;
286
+ this.aaz = b;
274
287
  break;
275
288
  case DataToolTipLayer.$$p[5]:
276
- this.aat = b;
289
+ this.aau = b;
277
290
  break;
278
291
  case DataToolTipLayer.$$p[23]:
279
- this.aax = b;
292
+ this.aay = b;
280
293
  break;
281
294
  case DataToolTipLayer.$$p[4]:
282
- this.aas = b;
295
+ this.aat = b;
283
296
  break;
284
297
  case DataToolTipLayer.$$p[53]:
285
- this.aa2 = EnumUtil.getEnumValue(DataAbbreviationMode_$type, b);
298
+ this.aa3 = EnumUtil.getEnumValue(DataAbbreviationMode_$type, b);
286
299
  break;
287
300
  case DataToolTipLayer.$$p[55]:
288
- this.adt = typeGetValue(b);
301
+ this.adw = typeGetValue(b);
289
302
  break;
290
303
  case DataToolTipLayer.$$p[56]:
291
- this.adu = typeGetValue(b);
304
+ this.adx = typeGetValue(b);
292
305
  break;
293
306
  case DataToolTipLayer.$$p[57]:
294
- this.aa9 = EnumUtil.getEnumValue(DataLegendValueMode_$type, b);
307
+ this.aba = EnumUtil.getEnumValue(DataLegendValueMode_$type, b);
295
308
  break;
296
309
  case DataToolTipLayer.$$p[54]:
297
- this.afx = b;
310
+ this.af0 = b;
298
311
  break;
299
312
  case DataToolTipLayer.$$p[60]:
300
- this.ack = b;
313
+ this.acl = b;
301
314
  break;
302
315
  case DataToolTipLayer.$$p[59]:
303
- this.af3 = b;
316
+ this.af6 = b;
304
317
  break;
305
318
  case DataToolTipLayer.$$p[58]:
306
- this.aaz = b;
319
+ this.aa0 = b;
307
320
  break;
308
321
  case DataToolTipLayer.$$p[61]:
309
- this.ai7 = b;
322
+ this.aja = b;
310
323
  break;
311
324
  case DataToolTipLayer.$$p[62]:
312
- this.acl = b;
325
+ this.acm = b;
313
326
  break;
314
327
  case DataToolTipLayer.$$p[66]:
315
- this.agc = b;
328
+ this.agf = b;
316
329
  break;
317
330
  case DataToolTipLayer.$$p[65]:
318
- this.acm = b;
331
+ this.acn = b;
319
332
  break;
320
333
  case DataToolTipLayer.$$p[64]:
321
- this.ai8 = b;
334
+ this.ajb = b;
322
335
  break;
323
336
  case DataToolTipLayer.$$p[63]:
324
- this.aiq = b;
337
+ this.ait = b;
325
338
  break;
326
339
  case "ValueTextStyle":
327
- this.ab8 = b;
340
+ this.ab9 = b;
328
341
  break;
329
342
  case DataToolTipLayer.$$p[16]:
330
- this.aeh = b;
343
+ this.aek = b;
331
344
  break;
332
345
  case DataToolTipLayer.$$p[15]:
333
- this.aaw = b;
346
+ this.aax = b;
334
347
  break;
335
348
  case DataToolTipLayer.$$p[13]:
336
- this.aed = b;
349
+ this.aeg = b;
337
350
  break;
338
351
  case DataToolTipLayer.$$p[14]:
339
- this.aa3 = EnumUtil.getEnumValue(DataLegendHeaderDateMode_$type, b);
352
+ this.aa4 = EnumUtil.getEnumValue(DataLegendHeaderDateMode_$type, b);
340
353
  break;
341
354
  case DataToolTipLayer.$$p[17]:
342
- this.aa4 = EnumUtil.getEnumValue(DataLegendHeaderTimeMode_$type, b);
355
+ this.aa5 = EnumUtil.getEnumValue(DataLegendHeaderTimeMode_$type, b);
343
356
  break;
344
357
  case DataToolTipLayer.$$p[22]:
345
- this.aem = b;
358
+ this.aep = b;
346
359
  break;
347
360
  case DataToolTipLayer.$$p[20]:
348
- this.aig = b;
361
+ this.aij = b;
349
362
  break;
350
363
  case DataToolTipLayer.$$p[21]:
351
- this.ai1 = b;
364
+ this.ai4 = b;
352
365
  break;
353
366
  case DataToolTipLayer.$$p[18]:
354
- this.ai0 = b;
367
+ this.ai3 = b;
355
368
  break;
356
369
  case DataToolTipLayer.$$p[19]:
357
- this.acb = b;
370
+ this.acc = b;
358
371
  break;
359
372
  case "HeaderTextStyle":
360
- this.ab0 = b;
373
+ this.ab1 = b;
361
374
  break;
362
375
  case DataToolTipLayer.$$p[28]:
363
- this.aa6 = EnumUtil.getEnumValue(DataLegendLayoutMode_$type, b);
376
+ this.aa7 = EnumUtil.getEnumValue(DataLegendLayoutMode_$type, b);
364
377
  break;
365
378
  case DataToolTipLayer.$$p[8]:
366
- this.aif = b;
379
+ this.aii = b;
367
380
  break;
368
381
  case DataToolTipLayer.$$p[9]:
369
- this.aiz = b;
382
+ this.ai2 = b;
370
383
  break;
371
384
  case DataToolTipLayer.$$p[6]:
372
- this.aiy = b;
385
+ this.ai1 = b;
373
386
  break;
374
387
  case DataToolTipLayer.$$p[7]:
375
- this.aca = b;
388
+ this.acb = b;
376
389
  break;
377
390
  case "GroupTextStyle":
378
- this.abz = b;
391
+ this.ab0 = b;
379
392
  break;
380
393
  case DataToolTipLayer.$$p[35]:
381
- this.aij = b;
394
+ this.aim = b;
382
395
  break;
383
396
  case "SummaryTitleTextStyle":
384
- this.ab3 = b;
397
+ this.ab4 = b;
385
398
  break;
386
399
  case DataToolTipLayer.$$p[38]:
387
- this.aa7 = EnumUtil.getEnumValue(DataLegendSummaryType_$type, b);
400
+ this.aa8 = EnumUtil.getEnumValue(DataLegendSummaryType_$type, b);
388
401
  break;
389
402
  case DataToolTipLayer.$$p[37]:
390
- this.ae6 = b;
403
+ this.ae9 = b;
391
404
  break;
392
405
  case DataToolTipLayer.$$p[36]:
393
- this.ai4 = b;
406
+ this.ai7 = b;
394
407
  break;
395
408
  case DataToolTipLayer.$$p[34]:
396
- this.ai3 = b;
409
+ this.ai6 = b;
397
410
  break;
398
411
  case DataToolTipLayer.$$p[41]:
399
- this.ail = b;
412
+ this.aio = b;
400
413
  break;
401
414
  case "SummaryValueTextStyle":
402
- this.ab5 = b;
415
+ this.ab6 = b;
403
416
  break;
404
417
  case DataToolTipLayer.$$p[33]:
405
- this.ae1 = b;
418
+ this.ae4 = b;
406
419
  break;
407
420
  case DataToolTipLayer.$$p[32]:
408
- this.aii = b;
421
+ this.ail = b;
409
422
  break;
410
423
  case "SummaryLabelTextStyle":
411
- this.ab2 = b;
424
+ this.ab3 = b;
412
425
  break;
413
426
  case DataToolTipLayer.$$p[40]:
414
- this.afc = b;
427
+ this.aff = b;
415
428
  break;
416
429
  case DataToolTipLayer.$$p[39]:
417
- this.aik = b;
430
+ this.ain = b;
418
431
  break;
419
432
  case "SummaryUnitsTextStyle":
420
- this.ab4 = b;
433
+ this.ab5 = b;
421
434
  break;
422
435
  case DataToolTipLayer.$$p[0]:
423
- this.aix = b;
436
+ this.ai0 = b;
424
437
  break;
425
438
  case DataToolTipLayer.$$p[1]:
426
- this.abo = EnumUtil.getEnumValue(LegendItemBadgeShape_$type, b);
439
+ this.abp = EnumUtil.getEnumValue(LegendItemBadgeShape_$type, b);
427
440
  break;
428
441
  case DataToolTipLayer.$$p[48]:
429
- this.aa8 = EnumUtil.getEnumValue(DataLegendUnitsMode_$type, b);
442
+ this.aa9 = EnumUtil.getEnumValue(DataLegendUnitsMode_$type, b);
430
443
  break;
431
444
  case DataToolTipLayer.$$p[51]:
432
- this.afq = b;
445
+ this.aft = b;
433
446
  break;
434
447
  case DataToolTipLayer.$$p[49]:
435
- this.aip = b;
448
+ this.ais = b;
436
449
  break;
437
450
  case DataToolTipLayer.$$p[50]:
438
- this.ai6 = b;
451
+ this.ai9 = b;
439
452
  break;
440
453
  case "UnitsTextStyle":
441
- this.ab7 = b;
454
+ this.ab8 = b;
442
455
  break;
443
456
  case DataToolTipLayer.$$p[44]:
444
- this.ai5 = b;
457
+ this.ai8 = b;
445
458
  break;
446
459
  case DataToolTipLayer.$$p[43]:
447
- this.aim = b;
460
+ this.aip = b;
448
461
  break;
449
462
  case "TitleTextStyle":
450
- this.ab6 = b;
463
+ this.ab7 = b;
451
464
  break;
452
465
  case DataToolTipLayer.$$p[25]:
453
- this.aa5 = EnumUtil.getEnumValue(DataLegendLabelMode_$type, b);
466
+ this.aa6 = EnumUtil.getEnumValue(DataLegendLabelMode_$type, b);
454
467
  break;
455
468
  case DataToolTipLayer.$$p[26]:
456
- this.aih = b;
469
+ this.aik = b;
457
470
  break;
458
471
  case DataToolTipLayer.$$p[27]:
459
- this.ai2 = b;
472
+ this.ai5 = b;
460
473
  break;
461
474
  case "LabelTextStyle":
462
- this.ab1 = b;
475
+ this.ab2 = b;
463
476
  break;
464
477
  case DataToolTipLayer.$$p[47]:
465
- this.acy = b;
478
+ this.ac1 = b;
466
479
  break;
467
480
  case DataToolTipLayer.$$p[46]:
468
- this.aio = b;
481
+ this.air = b;
469
482
  break;
470
483
  case DataToolTipLayer.$$p[45]:
471
- this.ain = b;
484
+ this.aiq = b;
472
485
  break;
473
486
  }
474
487
  }
475
- agg(a) {
476
- for (let b = 0; b < this.aco.count; b++) {
477
- let c = this.aco._inner[b];
478
- a.updatePropertyByName(c, this.acn.item(c));
488
+ agj(a) {
489
+ for (let b = 0; b < this.acr.count; b++) {
490
+ let c = this.acr._inner[b];
491
+ a.updatePropertyByName(c, this.acp.item(c));
492
+ }
493
+ for (let d = 0; d < this.acq.count; d++) {
494
+ let e = this.acq._inner[d];
495
+ if (this.acp.containsKey(e)) {
496
+ continue;
497
+ }
498
+ a.updatePropertyByName(e, this.aco.item(e));
479
499
  }
480
500
  }
481
- zc(a, b) {
501
+ zd(a, b) {
482
502
  {
483
503
  if (!this.a1.c) {
484
- this.r8(b);
504
+ this.r9(b);
485
505
  }
486
506
  }
487
507
  }
488
- zd(a, b) {
508
+ ze(a, b) {
489
509
  if (!this.a1.c) {
490
- this.r8(b);
510
+ this.r9(b);
491
511
  }
492
512
  }
493
- zf(a, b) {
494
- super.zf(a, b);
495
- this.abi = this.abl();
513
+ zg(a, b) {
514
+ super.zg(a, b);
515
+ this.abj = this.abm();
496
516
  let c = a;
497
- let d = this.abm.cp;
498
- let e = this.acj;
517
+ let d = this.abn.cp;
518
+ let e = this.ack;
499
519
  let f = false;
500
520
  c.p.clear();
501
521
  c.l.clear();
@@ -505,29 +525,29 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
505
525
  c.n.clear();
506
526
  c.m.clear();
507
527
  c.k.clear();
508
- if (isNaN_(this.aap.x) && isNaN_(this.aap.y)) {
528
+ if (isNaN_(this.aaq.x) && isNaN_(this.aaq.y)) {
509
529
  d.count = 0;
510
530
  return;
511
531
  }
512
532
  {
513
- if (this.abj == 2) {
533
+ if (this.abk == 2) {
514
534
  let g = 0;
515
535
  {
516
536
  for (let h of fromEnum(this.dc.b9)) {
517
- if (this.x4(h)) {
518
- this.agi(h, c, e, f, g);
537
+ if (this.x5(h)) {
538
+ this.agl(h, c, e, f, g);
519
539
  g++;
520
540
  }
521
541
  if (h.isStacked) {
522
- h.qh((i) => {
523
- if (this.x4(i)) {
524
- this.agi(i, c, e, f, g);
542
+ h.qi((i) => {
543
+ if (this.x5(i)) {
544
+ this.agl(i, c, e, f, g);
525
545
  g++;
526
546
  }
527
547
  if (i.ei) {
528
- i.qf((j) => {
529
- if (this.x4(j)) {
530
- this.agi(j, c, e, f, g);
548
+ i.qg((j) => {
549
+ if (this.x5(j)) {
550
+ this.agl(j, c, e, f, g);
531
551
  g++;
532
552
  }
533
553
  return true;
@@ -537,40 +557,40 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
537
557
  });
538
558
  }
539
559
  if (h.ei) {
540
- h.qf((i) => {
541
- if (this.x4(i)) {
542
- this.agi(i, c, e, f, g);
560
+ h.qg((i) => {
561
+ if (this.x5(i)) {
562
+ this.agl(i, c, e, f, g);
543
563
  g++;
544
564
  }
545
565
  return true;
546
566
  });
547
567
  }
548
568
  }
549
- this.age(c);
569
+ this.agh(c);
550
570
  }
551
571
  d.count = g;
552
572
  }
553
573
  else {
554
- let i = this.aa0();
555
- let j = this.acp(i);
556
- let k = this.abn(i, j, e);
557
- this.agh(k, c, e);
574
+ let i = this.aa1();
575
+ let j = this.acs(i);
576
+ let k = this.abo(i, j, e);
577
+ this.agk(k, c, e);
558
578
  }
559
579
  }
560
580
  }
561
- acp(a) {
581
+ acs(a) {
562
582
  let b = new List$1(Series.$, 0);
563
583
  if (a == null) {
564
584
  return b;
565
585
  }
566
- for (let c of fromEnum(a.es)) {
586
+ for (let c of fromEnum(a.et)) {
567
587
  b.add(c);
568
588
  }
569
589
  return b;
570
590
  }
571
- aa0() {
572
- if (this.aa1 != null) {
573
- return this.aa1;
591
+ aa1() {
592
+ if (this.aa2 != null) {
593
+ return this.aa2;
574
594
  }
575
595
  if (this.dc == null) {
576
596
  return null;
@@ -578,7 +598,7 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
578
598
  for (let a of fromEnum(this.dc.b9)) {
579
599
  if (a.e1) {
580
600
  let b = a.a0();
581
- if (b != null && b.dx()) {
601
+ if (b != null && b.dy()) {
582
602
  return b;
583
603
  }
584
604
  }
@@ -587,14 +607,14 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
587
607
  if (!c.e1) {
588
608
  let d = c.ai();
589
609
  let e = d != null && d.length > 0 ? d[0] : null;
590
- if (e != null && e.dx()) {
610
+ if (e != null && e.dy()) {
591
611
  return e;
592
612
  }
593
613
  }
594
614
  }
595
615
  return null;
596
616
  }
597
- abn(a, b, c) {
617
+ abo(a, b, c) {
598
618
  let d = 1.7976931348623157E+308;
599
619
  let e = -1.7976931348623157E+308;
600
620
  let f = new List$1(DataContext.$, 0);
@@ -612,10 +632,10 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
612
632
  let o = n;
613
633
  let p = new List$1(Series.$, 0);
614
634
  if (o.isStacked) {
615
- o.qh((q) => {
635
+ o.qi((q) => {
616
636
  p.add(q);
617
637
  if (q.ei) {
618
- q.qf((r) => {
638
+ q.qg((r) => {
619
639
  p.add(r);
620
640
  return true;
621
641
  });
@@ -625,7 +645,7 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
625
645
  }
626
646
  else if (o.ei) {
627
647
  p.add(o);
628
- o.qf((q) => {
648
+ o.qg((q) => {
629
649
  p.add(q);
630
650
  return true;
631
651
  });
@@ -639,7 +659,7 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
639
659
  if (s.dc == null) {
640
660
  continue;
641
661
  }
642
- if (!r.categoryAxis.dx()) {
662
+ if (!r.categoryAxis.dy()) {
643
663
  continue;
644
664
  }
645
665
  if (i) {
@@ -650,12 +670,12 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
650
670
  continue;
651
671
  }
652
672
  }
653
- let t = this.oz(s, this.aap);
673
+ let t = this.o0(s, this.aaq);
654
674
  if (!t.c) {
655
675
  continue;
656
676
  }
657
- j = s.wr(t.d);
658
- let u = s.ww(t.d, c, false);
677
+ j = s.ws(t.d);
678
+ let u = s.wx(t.d, c, false);
659
679
  if (h) {
660
680
  if (!isNaN_(u.y)) {
661
681
  d = Math.min(d, u.y);
@@ -673,12 +693,12 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
673
693
  else {
674
694
  let v = n.ai();
675
695
  for (let w = 0; w < v.length; w++) {
676
- if (!v[w].dx()) {
696
+ if (!v[w].dy()) {
677
697
  continue;
678
698
  }
679
699
  }
680
- let x = n.ww(this.aap, c, false);
681
- j = n.wr(this.aap);
700
+ let x = n.wx(this.aaq, c, false);
701
+ j = n.ws(this.aaq);
682
702
  if (h) {
683
703
  if (!isNaN_(x.y)) {
684
704
  d = Math.min(d, x.y);
@@ -693,7 +713,7 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
693
713
  }
694
714
  }
695
715
  let y = null;
696
- let z = n.kw(this.aap);
716
+ let z = n.kx(this.aaq);
697
717
  if (n.e7 && z != null) {
698
718
  y = n.a3(z);
699
719
  }
@@ -708,11 +728,11 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
708
728
  let ab = 0;
709
729
  if (h) {
710
730
  ab = (d + e) / 2;
711
- aa = this.xd.right;
731
+ aa = this.xe.right;
712
732
  if (!isNaN_(j.x)) {
713
733
  aa = j.x;
714
734
  }
715
- if (ab < 0 || ab > this.xd.bottom) {
735
+ if (ab < 0 || ab > this.xe.bottom) {
716
736
  ab = NaN;
717
737
  }
718
738
  }
@@ -721,7 +741,7 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
721
741
  if (!isNaN_(j.y)) {
722
742
  ab = j.y;
723
743
  }
724
- if (aa < 0 || aa > this.xd.right) {
744
+ if (aa < 0 || aa > this.xe.right) {
725
745
  aa = NaN;
726
746
  }
727
747
  }
@@ -732,365 +752,365 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
732
752
  ac.a = h;
733
753
  return ac;
734
754
  }
735
- ql() {
736
- this.aap = { $type: Point_$type, x: NaN, y: NaN };
737
- this.r8(false);
738
- this.abm.cz(false);
739
- }
740
755
  qm() {
741
- this.aap = { $type: Point_$type, x: NaN, y: NaN };
742
- this.r8(false);
743
- this.abm.cz(true);
756
+ this.aaq = { $type: Point_$type, x: NaN, y: NaN };
757
+ this.r9(false);
758
+ this.abn.cz(false);
759
+ }
760
+ qn() {
761
+ this.aaq = { $type: Point_$type, x: NaN, y: NaN };
762
+ this.r9(false);
763
+ this.abn.cz(true);
744
764
  }
745
- get aiu() {
765
+ get aix() {
746
766
  let a = RectUtil.n(this.cw.b9);
747
767
  let b = new Size(1, this.cw.b9.width, this.cw.b9.height);
748
768
  return new Rect(3, a, b);
749
769
  }
750
- get ait() {
770
+ get aiw() {
751
771
  let a = RectUtil.n(this.cw.b9);
752
772
  let b = new Size(1, this.cw.b9.width, this.cw.b9.height);
753
- return new Rect(3, this.abm.c3(a), b);
773
+ return new Rect(3, this.abn.c3(a), b);
754
774
  }
755
- get ais() {
775
+ get aiv() {
756
776
  let a = new Rect(0, 0, 0, this.dc.m, this.dc.l);
757
777
  let b = RectUtil.n(a);
758
778
  let c = new Size(1, a.width, a.height);
759
- return new Rect(3, this.abm.c3(b), c);
779
+ return new Rect(3, this.abn.c3(b), c);
760
780
  }
761
- get aiw() {
781
+ get aiz() {
762
782
  let a = { $type: Point_$type, x: 0, y: 0 };
763
- return new Rect(3, a, this.abm.c8());
783
+ return new Rect(3, a, this.abn.c8());
764
784
  }
765
- aiv() {
766
- return this.aiu;
785
+ aiy() {
786
+ return this.aix;
767
787
  }
768
- acf(a, b, c) {
788
+ acg(a, b, c) {
769
789
  if (Rect.l_op_Equality(a, Rect.empty)) {
770
790
  return false;
771
791
  }
772
792
  let d = a.top;
773
793
  return c < d;
774
794
  }
775
- acc(a, b, c, d) {
795
+ acd(a, b, c, d) {
776
796
  if (Rect.l_op_Equality(a, Rect.empty)) {
777
797
  return false;
778
798
  }
779
799
  let e = a.bottom;
780
800
  return c + d.height >= e;
781
801
  }
782
- acd(a, b, c) {
802
+ ace(a, b, c) {
783
803
  if (Rect.l_op_Equality(a, Rect.empty)) {
784
804
  return false;
785
805
  }
786
806
  let d = a.left;
787
807
  return c < d;
788
808
  }
789
- ace(a, b, c, d) {
809
+ acf(a, b, c, d) {
790
810
  if (Rect.l_op_Equality(a, Rect.empty)) {
791
811
  return false;
792
812
  }
793
813
  let e = a.right;
794
814
  return c + d.width > e;
795
815
  }
796
- adj(a, b) {
816
+ adm(a, b) {
797
817
  return a.top + b;
798
818
  }
799
- adh(a, b, c) {
819
+ adk(a, b, c) {
800
820
  return a.bottom - c.height - b;
801
821
  }
802
- adi(a, b) {
822
+ adl(a, b) {
803
823
  return ((a.bottom + a.top) / 2) - (b.height / 2);
804
824
  }
805
- ads(a, b, c, d, e) {
825
+ adv(a, b, c, d, e) {
806
826
  let f = c.y - d.height - b;
807
827
  return f;
808
828
  }
809
- adq(a, b, c, d, e) {
829
+ adt(a, b, c, d, e) {
810
830
  let f = c.y + b;
811
831
  return f;
812
832
  }
813
- adr(a, b, c, d, e) {
833
+ adu(a, b, c, d, e) {
814
834
  let f = c.y - (d.height / 2);
815
835
  return f;
816
836
  }
817
- adm(a, b, c, d, e) {
837
+ adp(a, b, c, d, e) {
818
838
  let f = c.y - d.height;
819
839
  f = f - b;
820
840
  return f;
821
841
  }
822
- adk(a, b, c, d, e) {
842
+ adn(a, b, c, d, e) {
823
843
  let f = c.y;
824
844
  f = f + b;
825
845
  return f;
826
846
  }
827
- adl(a, b, c, d, e) {
847
+ ado(a, b, c, d, e) {
828
848
  let f = c.y - (d.height / 2);
829
849
  return f;
830
850
  }
831
- ac2(a, b) {
851
+ ac5(a, b) {
832
852
  return a.left + b;
833
853
  }
834
- ac4(a, b, c) {
854
+ ac7(a, b, c) {
835
855
  return (a.right - (c.width)) - b;
836
856
  }
837
- ac3(a, b, c) {
857
+ ac6(a, b, c) {
838
858
  return ((a.right + a.left) / 2) - (c.width / 2) + b;
839
859
  }
840
- adb(a, b, c, d, e) {
860
+ ade(a, b, c, d, e) {
841
861
  let f = (c.x - d.width) - b;
842
862
  return f;
843
863
  }
844
- add(a, b, c, d, e) {
864
+ adg(a, b, c, d, e) {
845
865
  let f = c.x + b;
846
866
  return f;
847
867
  }
848
- adc(a, b, c, d, e) {
868
+ adf(a, b, c, d, e) {
849
869
  let f = (c.x - (d.width / 2));
850
870
  f = f + b;
851
871
  return f;
852
872
  }
853
- ac8(a, b, c, d, e) {
873
+ adb(a, b, c, d, e) {
854
874
  let f = c.x - d.width;
855
875
  f = f - b;
856
876
  return f;
857
877
  }
858
- ada(a, b, c, d, e) {
878
+ add(a, b, c, d, e) {
859
879
  let f = c.x;
860
880
  f = f + b;
861
881
  return f;
862
882
  }
863
- ac9(a, b, c, d, e) {
883
+ adc(a, b, c, d, e) {
864
884
  let f = c.x - (d.width / 2);
865
885
  f = f + b;
866
886
  return f;
867
887
  }
868
- acx(a, b, c, d, e, f, g, h) {
888
+ ac0(a, b, c, d, e, f, g, h) {
869
889
  switch (a) {
870
890
  case 1:
871
891
  {
872
- return this.adm(e, b, h, f, true);
892
+ return this.adp(e, b, h, f, true);
873
893
  }
874
894
  case 2:
875
895
  {
876
- return this.adk(e, b, h, f, true);
896
+ return this.adn(e, b, h, f, true);
877
897
  }
878
898
  case 3:
879
899
  {
880
- return this.adl(e, b, h, f, true);
900
+ return this.ado(e, b, h, f, true);
881
901
  }
882
- case 5: return this.adn(e, c, b, h, f);
883
- case 6: return this.ado(e, c, b, h, f);
884
- case 4: return this.adp(e, c, b, h, f);
885
- case 8: return this.ade(e, c, b, h, f);
886
- case 9: return this.adf(e, c, b, h, f);
887
- case 7: return this.adg(e, c, b, h, f);
888
- case 13: return this.adj(d, b);
889
- case 14: return this.adh(d, b, f);
890
- case 15: return this.adi(d, f);
891
- case 10: return this.ads(e, b, g, f, true);
892
- case 12: return this.adr(e, b, g, f, true);
902
+ case 5: return this.adq(e, c, b, h, f);
903
+ case 6: return this.adr(e, c, b, h, f);
904
+ case 4: return this.ads(e, c, b, h, f);
905
+ case 8: return this.adh(e, c, b, h, f);
906
+ case 9: return this.adi(e, c, b, h, f);
907
+ case 7: return this.adj(e, c, b, h, f);
908
+ case 13: return this.adm(d, b);
909
+ case 14: return this.adk(d, b, f);
910
+ case 15: return this.adl(d, f);
911
+ case 10: return this.adv(e, b, g, f, true);
912
+ case 12: return this.adu(e, b, g, f, true);
893
913
  case 11:
894
- default: return this.adq(e, b, g, f, true);
914
+ default: return this.adt(e, b, g, f, true);
895
915
  }
896
916
  }
897
- ac5(a, b, c, d, e) {
917
+ ac8(a, b, c, d, e) {
898
918
  let f = d.x;
899
919
  f = f + b / 2;
900
920
  f = f - e.width;
901
921
  f = f - c;
902
922
  return f;
903
923
  }
904
- ac6(a, b, c, d, e) {
924
+ ac9(a, b, c, d, e) {
905
925
  let f = d.x;
906
926
  f = f + b / 2;
907
927
  f = f - e.width / 2;
908
928
  f = f + c;
909
929
  return f;
910
930
  }
911
- ac7(a, b, c, d, e) {
931
+ ada(a, b, c, d, e) {
912
932
  let f = d.x;
913
933
  f = f + b / 2;
914
934
  f = f + c;
915
935
  return f;
916
936
  }
917
- acz(a, b, c, d, e) {
937
+ ac2(a, b, c, d, e) {
918
938
  let f = d.x;
919
939
  f = f - b / 2;
920
940
  f = f - e.width;
921
941
  f = f - c;
922
942
  return f;
923
943
  }
924
- ac0(a, b, c, d, e) {
944
+ ac3(a, b, c, d, e) {
925
945
  let f = d.x;
926
946
  f = f - b / 2;
927
947
  f = f - e.width / 2;
928
948
  f = f + c;
929
949
  return f;
930
950
  }
931
- ac1(a, b, c, d, e) {
951
+ ac4(a, b, c, d, e) {
932
952
  let f = d.x;
933
953
  f = f - b / 2;
934
954
  f = f + c;
935
955
  return f;
936
956
  }
937
- adg(a, b, c, d, e) {
957
+ adj(a, b, c, d, e) {
938
958
  let f = d.y;
939
959
  f = f + b / 2;
940
960
  f = f - e.height;
941
961
  f = f - c;
942
962
  return f;
943
963
  }
944
- adf(a, b, c, d, e) {
964
+ adi(a, b, c, d, e) {
945
965
  let f = d.y;
946
966
  f = f + b / 2;
947
967
  f = f - e.height / 2;
948
968
  f = f + c;
949
969
  return f;
950
970
  }
951
- ade(a, b, c, d, e) {
971
+ adh(a, b, c, d, e) {
952
972
  let f = d.y;
953
973
  f = f + b / 2;
954
974
  f = f + c;
955
975
  return f;
956
976
  }
957
- adp(a, b, c, d, e) {
977
+ ads(a, b, c, d, e) {
958
978
  let f = d.y;
959
979
  f = f - b / 2;
960
980
  f = f - e.height;
961
981
  f = f - c;
962
982
  return f;
963
983
  }
964
- ado(a, b, c, d, e) {
984
+ adr(a, b, c, d, e) {
965
985
  let f = d.y;
966
986
  f = f - b / 2;
967
987
  f = f - e.height / 2;
968
988
  f = f + c;
969
989
  return f;
970
990
  }
971
- adn(a, b, c, d, e) {
991
+ adq(a, b, c, d, e) {
972
992
  let f = d.y;
973
993
  f = f - b / 2;
974
994
  f = f + c;
975
995
  return f;
976
996
  }
977
- acw(a, b, c, d, e, f, g, h) {
997
+ acz(a, b, c, d, e, f, g, h) {
978
998
  switch (a) {
979
- case 10: return this.adb(e, b, g, f, true);
980
- case 11: return this.add(e, b, g, f, true);
981
- case 12: return this.adc(e, b, g, f, true);
982
- case 13: return this.ac2(d, b);
983
- case 14: return this.ac4(e, b, f);
984
- case 15: return this.ac3(e, b, f);
985
- case 5: return this.ac1(e, c, b, h, f);
986
- case 6: return this.ac0(e, c, b, h, f);
987
- case 4: return this.acz(e, c, b, h, f);
988
- case 8: return this.ac7(e, c, b, h, f);
989
- case 9: return this.ac6(e, c, b, h, f);
990
- case 7: return this.ac5(e, c, b, h, f);
999
+ case 10: return this.ade(e, b, g, f, true);
1000
+ case 11: return this.adg(e, b, g, f, true);
1001
+ case 12: return this.adf(e, b, g, f, true);
1002
+ case 13: return this.ac5(d, b);
1003
+ case 14: return this.ac7(e, b, f);
1004
+ case 15: return this.ac6(e, b, f);
1005
+ case 5: return this.ac4(e, c, b, h, f);
1006
+ case 6: return this.ac3(e, c, b, h, f);
1007
+ case 4: return this.ac2(e, c, b, h, f);
1008
+ case 8: return this.ada(e, c, b, h, f);
1009
+ case 9: return this.ac9(e, c, b, h, f);
1010
+ case 7: return this.ac8(e, c, b, h, f);
991
1011
  case 1:
992
1012
  {
993
- return this.ac8(e, b, h, f, true);
1013
+ return this.adb(e, b, h, f, true);
994
1014
  }
995
1015
  case 3:
996
1016
  {
997
- return this.ac9(e, b, h, f, true);
1017
+ return this.adc(e, b, h, f, true);
998
1018
  }
999
1019
  case 2:
1000
1020
  default:
1001
1021
  {
1002
- return this.ada(e, b, h, f, true);
1022
+ return this.add(e, b, h, f, true);
1003
1023
  }
1004
1024
  }
1005
1025
  }
1006
- air(a, b, c, d) {
1007
- let e = this.abb;
1008
- let f = this.abf;
1009
- let g = this.aa0();
1026
+ aiu(a, b, c, d) {
1027
+ let e = this.abc;
1028
+ let f = this.abg;
1029
+ let g = this.aa1();
1010
1030
  let h = 0;
1011
1031
  if (g != null && g.df && this.dc != null) {
1012
- h = g.getCategorySize(this.dc.yr, this.xd, this.getEffectiveViewport());
1032
+ h = g.getCategorySize(this.dc.yr, this.xe, this.getEffectiveViewport());
1013
1033
  if (g.categoryMode == 0) {
1014
1034
  h = 0;
1015
1035
  }
1016
1036
  }
1017
- let i = this.acu(e);
1018
- let j = this.acv(f);
1019
- let k = this.acw(e, i, h, this.aiu, a, b, c, d);
1020
- let l = this.acx(f, j, h, this.aiu, a, b, c, d);
1021
- let m = this.acg(a, i, k, b);
1022
- let n = this.ach(a, j, l, b);
1037
+ let i = this.acx(e);
1038
+ let j = this.acy(f);
1039
+ let k = this.acz(e, i, h, this.aix, a, b, c, d);
1040
+ let l = this.ac0(f, j, h, this.aix, a, b, c, d);
1041
+ let m = this.ach(a, i, k, b);
1042
+ let n = this.aci(a, j, l, b);
1023
1043
  if (!m) {
1024
- let o = this.aau(e);
1044
+ let o = this.aav(e);
1025
1045
  let p = 0;
1026
1046
  while (!m && p < o.length) {
1027
1047
  e = o[p];
1028
- i = this.acu(e);
1029
- k = this.acw(e, i, h, this.aiu, a, b, c, d);
1030
- m = this.acg(a, i, k, b);
1048
+ i = this.acx(e);
1049
+ k = this.acz(e, i, h, this.aix, a, b, c, d);
1050
+ m = this.ach(a, i, k, b);
1031
1051
  p++;
1032
1052
  }
1033
1053
  }
1034
1054
  if (!n) {
1035
- let q = this.aav(f);
1055
+ let q = this.aaw(f);
1036
1056
  let r = 0;
1037
1057
  while (!n && r < q.length) {
1038
1058
  f = q[r];
1039
- j = this.acv(f);
1040
- l = this.acx(f, j, h, this.aiu, a, b, c, d);
1041
- n = this.ach(a, j, l, b);
1059
+ j = this.acy(f);
1060
+ l = this.ac0(f, j, h, this.aix, a, b, c, d);
1061
+ n = this.aci(a, j, l, b);
1042
1062
  r++;
1043
1063
  }
1044
1064
  }
1045
1065
  return { $type: Point_$type, x: k, y: l };
1046
1066
  }
1047
- acv(a) {
1048
- if (!isNaN_(this.act)) {
1049
- return this.act;
1067
+ acy(a) {
1068
+ if (!isNaN_(this.acw)) {
1069
+ return this.acw;
1050
1070
  }
1051
1071
  switch (a) {
1052
- case 1: return this.acr;
1053
- case 2: return this.acr;
1072
+ case 1: return this.acu;
1073
+ case 2: return this.acu;
1054
1074
  case 3: return 0;
1055
- case 4: return this.acr;
1056
- case 5: return this.acr;
1057
- case 6: return this.acr;
1058
- case 7: return this.acr;
1059
- case 8: return this.acr;
1075
+ case 4: return this.acu;
1076
+ case 5: return this.acu;
1077
+ case 6: return this.acu;
1078
+ case 7: return this.acu;
1079
+ case 8: return this.acu;
1060
1080
  case 9: return 0;
1061
- case 10: return this.acr;
1062
- case 11: return this.acr;
1081
+ case 10: return this.acu;
1082
+ case 11: return this.acu;
1063
1083
  case 12: return 0;
1064
- case 13: return this.acr;
1065
- case 14: return this.acr;
1084
+ case 13: return this.acu;
1085
+ case 14: return this.acu;
1066
1086
  case 15: return 0;
1067
1087
  }
1068
- return this.acr;
1088
+ return this.acu;
1069
1089
  }
1070
- acu(a) {
1071
- if (!isNaN_(this.acs)) {
1072
- return this.acs;
1090
+ acx(a) {
1091
+ if (!isNaN_(this.acv)) {
1092
+ return this.acv;
1073
1093
  }
1074
1094
  switch (a) {
1075
- case 4: return this.acq;
1095
+ case 4: return this.act;
1076
1096
  case 6: return 0;
1077
- case 5: return this.acq;
1078
- case 13: return this.acq;
1097
+ case 5: return this.act;
1098
+ case 13: return this.act;
1079
1099
  case 15: return 0;
1080
- case 14: return this.acq;
1081
- case 7: return this.acq;
1100
+ case 14: return this.act;
1101
+ case 7: return this.act;
1082
1102
  case 9: return 0;
1083
- case 8: return this.acq;
1084
- case 1: return this.acq;
1103
+ case 8: return this.act;
1104
+ case 1: return this.act;
1085
1105
  case 3: return 0;
1086
- case 2: return this.acq;
1087
- case 10: return this.acq;
1106
+ case 2: return this.act;
1107
+ case 10: return this.act;
1088
1108
  case 12: return 0;
1089
- case 11: return this.acq;
1109
+ case 11: return this.act;
1090
1110
  }
1091
- return this.acq;
1111
+ return this.act;
1092
1112
  }
1093
- aav(a) {
1113
+ aaw(a) {
1094
1114
  let b = [a];
1095
1115
  switch (a) {
1096
1116
  case 1:
@@ -1135,7 +1155,7 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1135
1155
  }
1136
1156
  return b;
1137
1157
  }
1138
- aau(a) {
1158
+ aav(a) {
1139
1159
  let b = [a];
1140
1160
  switch (a) {
1141
1161
  case 1:
@@ -1180,13 +1200,13 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1180
1200
  }
1181
1201
  return b;
1182
1202
  }
1183
- acg(a, b, c, d) {
1184
- return !(this.acd(a, b, c) || this.ace(a, b, c, d));
1185
- }
1186
1203
  ach(a, b, c, d) {
1187
- return !(this.acf(a, b, c) || this.acc(a, b, c, d));
1204
+ return !(this.ace(a, b, c) || this.acf(a, b, c, d));
1188
1205
  }
1189
- age(a) {
1206
+ aci(a, b, c, d) {
1207
+ return !(this.acg(a, b, c) || this.acd(a, b, c, d));
1208
+ }
1209
+ agh(a) {
1190
1210
  let b = new List$1(DataTooltipCollisionInfo.$, 0);
1191
1211
  for (let c = 0; c < a.i.count; c++) {
1192
1212
  let d = new DataTooltipCollisionInfo();
@@ -1215,7 +1235,7 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1215
1235
  }
1216
1236
  return 0;
1217
1237
  });
1218
- let e = this.ab9(b);
1238
+ let e = this.aca(b);
1219
1239
  if (!e) {
1220
1240
  return;
1221
1241
  }
@@ -1247,7 +1267,7 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1247
1267
  a.j._inner[q] = r.e.y;
1248
1268
  }
1249
1269
  }
1250
- ab9(a) {
1270
+ aca(a) {
1251
1271
  if (a.count <= 1) {
1252
1272
  return false;
1253
1273
  }
@@ -1263,28 +1283,28 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1263
1283
  }
1264
1284
  return false;
1265
1285
  }
1266
- agi(a, b, c, d, e) {
1267
- let f = this.oz(a, this.aap);
1286
+ agl(a, b, c, d, e) {
1287
+ let f = this.o0(a, this.aaq);
1268
1288
  if (!f.c) {
1269
1289
  return;
1270
1290
  }
1271
- let g = a.ww(f.d, c, d);
1272
- let h = this.abm.cp;
1273
- let i = this.aap;
1291
+ let g = a.wx(f.d, c, d);
1292
+ let h = this.abn.cp;
1293
+ let i = this.aaq;
1274
1294
  if (!c) {
1275
- i = this.w2(g);
1295
+ i = this.w3(g);
1276
1296
  }
1277
- let j = a.kw(i);
1297
+ let j = a.kx(i);
1278
1298
  let k = h.item(e);
1279
1299
  let l = this.cw.b9;
1280
- let m = this.abm.co(k);
1300
+ let m = this.abn.co(k);
1281
1301
  if (!Base.equalsStatic(m.target, this.dc)) {
1282
1302
  m.target = this.dc;
1283
1303
  }
1284
1304
  let n = new List$1(String_$type, 0);
1285
- if (a.ei && this.abj == 2) {
1286
- a.qf((o) => {
1287
- if (this.x4(o)) {
1305
+ if (a.ei && this.abk == 2) {
1306
+ a.qg((o) => {
1307
+ if (this.x5(o)) {
1288
1308
  n.add(o.dataLegendKey);
1289
1309
  }
1290
1310
  return true;
@@ -1292,13 +1312,13 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1292
1312
  }
1293
1313
  m.includedSeries = [a.dataLegendKey];
1294
1314
  m.excludedSeries = n.toArray();
1295
- this.agg(m);
1296
- m.targetCursorPositionX = this.aap.x;
1297
- m.targetCursorPositionY = this.aap.y;
1298
- if (!this.abm.cr(k, a)) {
1315
+ this.agj(m);
1316
+ m.targetCursorPositionX = this.aaq.x;
1317
+ m.targetCursorPositionY = this.aaq.y;
1318
+ if (!this.abn.cr(k, a)) {
1299
1319
  return;
1300
1320
  }
1301
- let o = this.abm.c7(k);
1321
+ let o = this.abn.c7(k);
1302
1322
  b.l.add1(k);
1303
1323
  let p = CanvasScalingHelpers.c(this.dc.dw.j.ae.rootWrapper);
1304
1324
  let q = g.x;
@@ -1329,36 +1349,36 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1329
1349
  b.j.add(v);
1330
1350
  b.n.add(o.width);
1331
1351
  b.m.add(o.height);
1332
- let w = this.vt;
1352
+ let w = this.vu;
1333
1353
  if (w == null) {
1334
- w = this.vz;
1354
+ w = this.v0;
1335
1355
  }
1336
1356
  if (w == null) {
1337
- w = a.vt;
1357
+ w = a.vu;
1338
1358
  }
1339
1359
  b.k.add(w);
1340
1360
  }
1341
- agh(a, b, c) {
1342
- this.aba = this.abd();
1343
- this.abe = this.abh();
1361
+ agk(a, b, c) {
1362
+ this.abb = this.abe();
1363
+ this.abf = this.abi();
1344
1364
  let d = a.f;
1345
1365
  let e = a.e;
1346
1366
  let f = 0;
1347
- let g = this.abm.cp.item(0);
1348
- this.abm.cr(g, null);
1349
- let h = this.abm.co(g);
1367
+ let g = this.abn.cp.item(0);
1368
+ this.abn.cr(g, null);
1369
+ let h = this.abn.co(g);
1350
1370
  if (!Base.equalsStatic(h.target, this.dc)) {
1351
1371
  h.target = this.dc;
1352
1372
  }
1353
1373
  let i = new List$1(String_$type, 0);
1354
- let j = this.aa0();
1374
+ let j = this.aa1();
1355
1375
  if (j != null) {
1356
- for (let k of fromEnum(j.eo())) {
1376
+ for (let k of fromEnum(j.ep())) {
1357
1377
  if (k.isStacked) {
1358
- k.qh((l) => {
1378
+ k.qi((l) => {
1359
1379
  i.add(l.dataLegendKey);
1360
1380
  if (l.ei) {
1361
- l.qf((m) => {
1381
+ l.qg((m) => {
1362
1382
  i.add(m.dataLegendKey);
1363
1383
  return true;
1364
1384
  });
@@ -1368,7 +1388,7 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1368
1388
  }
1369
1389
  else if (k.ei) {
1370
1390
  i.add(k.dataLegendKey);
1371
- k.qf((l) => {
1391
+ k.qg((l) => {
1372
1392
  i.add(l.dataLegendKey);
1373
1393
  return true;
1374
1394
  });
@@ -1384,10 +1404,10 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1384
1404
  h.includedSeries = null;
1385
1405
  h.excludedSeries = null;
1386
1406
  }
1387
- this.agg(h);
1388
- h.targetCursorPositionX = this.aap.x;
1389
- h.targetCursorPositionY = this.aap.y;
1390
- let l = this.abm.c7(g);
1407
+ this.agj(h);
1408
+ h.targetCursorPositionX = this.aaq.x;
1409
+ h.targetCursorPositionY = this.aaq.y;
1410
+ let l = this.abn.c7(g);
1391
1411
  let m = 0;
1392
1412
  let n = 0;
1393
1413
  let o = 0;
@@ -1397,8 +1417,8 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1397
1417
  o = d.x;
1398
1418
  p = d.y;
1399
1419
  let s = this.cw.b9;
1400
- let t = this.abm.c8();
1401
- let u = this.aiv();
1420
+ let t = this.abn.c8();
1421
+ let u = this.aiy();
1402
1422
  let v = CanvasScalingHelpers.c(this.dc.dw.j.ae.rootWrapper);
1403
1423
  d.x *= v;
1404
1424
  d.y *= v;
@@ -1408,7 +1428,7 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1408
1428
  u.height *= v;
1409
1429
  e.x *= v;
1410
1430
  e.y *= v;
1411
- let w = this.air(u, l, e, d);
1431
+ let w = this.aiu(u, l, e, d);
1412
1432
  let x = w.x;
1413
1433
  let y = w.y;
1414
1434
  {
@@ -1422,13 +1442,13 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1422
1442
  b.l.add1(g);
1423
1443
  let z = null;
1424
1444
  b.k.add(z);
1425
- this.abm.cp.count = 1;
1445
+ this.abn.cp.count = 1;
1426
1446
  }
1427
- adv(a) {
1447
+ ady(a) {
1428
1448
  return a.toolTip;
1429
1449
  }
1430
- zi(a, b) {
1431
- super.zi(a, b);
1450
+ zj(a, b) {
1451
+ super.zj(a, b);
1432
1452
  let c = a;
1433
1453
  let d = c.p.count;
1434
1454
  let e = b.b9.left;
@@ -1437,7 +1457,7 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1437
1457
  let h = b.b9.bottom;
1438
1458
  for (let i = 0; i < d; i++) {
1439
1459
  if (isNaN_(c.o._inner[i]) || isNaN_(c.p._inner[i]) || isNaN_(c.i._inner[i]) || isNaN_(c.j._inner[i])) {
1440
- this.abm.cy(c.l._inner[i]);
1460
+ this.abn.cy(c.l._inner[i]);
1441
1461
  continue;
1442
1462
  }
1443
1463
  let j = c.i._inner[i];
@@ -1446,7 +1466,7 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1446
1466
  let m = c.m._inner[i];
1447
1467
  let n = false;
1448
1468
  if (n) {
1449
- this.abm.cy(c.l._inner[i]);
1469
+ this.abn.cy(c.l._inner[i]);
1450
1470
  continue;
1451
1471
  }
1452
1472
  let o = c.l._inner[i];
@@ -1455,24 +1475,24 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1455
1475
  let r = c.o._inner[i] - c.i._inner[i];
1456
1476
  let s = c.p._inner[i] - c.j._inner[i];
1457
1477
  if (o != null) {
1458
- this.abm.c0(o, p, q, r, s);
1478
+ this.abn.c0(o, p, q, r, s);
1459
1479
  }
1460
1480
  }
1461
1481
  }
1462
- gg() {
1482
+ gh() {
1463
1483
  return true;
1464
1484
  }
1465
- get abb() {
1466
- return this.aba;
1485
+ get abc() {
1486
+ return this.abb;
1467
1487
  }
1468
- set abb(a) {
1469
- let b = this.aba;
1470
- this.aba = a;
1471
- if (b != this.aba) {
1472
- this.raisePropertyChanged("ActualGroupedPositionModeX", enumGetBox(DataTooltipGroupedPositionX_$type, b), enumGetBox(DataTooltipGroupedPositionX_$type, this.aba));
1488
+ set abc(a) {
1489
+ let b = this.abb;
1490
+ this.abb = a;
1491
+ if (b != this.abb) {
1492
+ this.raisePropertyChanged("ActualGroupedPositionModeX", enumGetBox(DataTooltipGroupedPositionX_$type, b), enumGetBox(DataTooltipGroupedPositionX_$type, this.abb));
1473
1493
  }
1474
1494
  }
1475
- abd() {
1495
+ abe() {
1476
1496
  if (this.dc == null) {
1477
1497
  return 2;
1478
1498
  }
@@ -1480,26 +1500,26 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1480
1500
  let b = false;
1481
1501
  let c = false;
1482
1502
  let d = false;
1483
- let e = this.aa0();
1503
+ let e = this.aa1();
1484
1504
  if (e == null) {
1485
- if (this.abc != 0) {
1486
- return this.abc;
1505
+ if (this.abd != 0) {
1506
+ return this.abd;
1487
1507
  }
1488
1508
  else {
1489
1509
  return 2;
1490
1510
  }
1491
1511
  }
1492
- for (let f of fromEnum(e.es)) {
1512
+ for (let f of fromEnum(e.et)) {
1493
1513
  if (f.e2) {
1494
1514
  a = true;
1495
1515
  }
1496
1516
  if (f.isVertical) {
1497
1517
  b = true;
1498
1518
  }
1499
- if (f.fs) {
1519
+ if (f.ft) {
1500
1520
  c = true;
1501
1521
  }
1502
- if (f.fz) {
1522
+ if (f.f0) {
1503
1523
  d = true;
1504
1524
  }
1505
1525
  }
@@ -1516,9 +1536,9 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1516
1536
  $ret.add_1(9);
1517
1537
  return $ret;
1518
1538
  })());
1519
- let h = g.contains(this.abc);
1520
- if (this.abc != 0) {
1521
- return this.abc;
1539
+ let h = g.contains(this.abd);
1540
+ if (this.abd != 0) {
1541
+ return this.abd;
1522
1542
  }
1523
1543
  if (h && b) {
1524
1544
  return 11;
@@ -1534,40 +1554,40 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1534
1554
  }
1535
1555
  return 8;
1536
1556
  }
1537
- get abf() {
1538
- return this.abe;
1557
+ get abg() {
1558
+ return this.abf;
1539
1559
  }
1540
- set abf(a) {
1541
- let b = this.abe;
1542
- this.abe = a;
1543
- if (b != this.abe) {
1544
- this.raisePropertyChanged("ActualPositionModeY", enumGetBox(DataTooltipGroupedPositionY_$type, b), enumGetBox(DataTooltipGroupedPositionY_$type, this.abe));
1560
+ set abg(a) {
1561
+ let b = this.abf;
1562
+ this.abf = a;
1563
+ if (b != this.abf) {
1564
+ this.raisePropertyChanged("ActualPositionModeY", enumGetBox(DataTooltipGroupedPositionY_$type, b), enumGetBox(DataTooltipGroupedPositionY_$type, this.abf));
1545
1565
  }
1546
1566
  }
1547
- abh() {
1567
+ abi() {
1548
1568
  if (this.dc == null) {
1549
1569
  return 11;
1550
1570
  }
1551
1571
  let a = false;
1552
1572
  let b = false;
1553
1573
  let c = false;
1554
- let d = this.aa0();
1574
+ let d = this.aa1();
1555
1575
  if (d == null) {
1556
- if (this.abg != 0) {
1557
- return this.abg;
1576
+ if (this.abh != 0) {
1577
+ return this.abh;
1558
1578
  }
1559
1579
  else {
1560
1580
  return 11;
1561
1581
  }
1562
1582
  }
1563
- for (let e of fromEnum(d.eo())) {
1583
+ for (let e of fromEnum(d.ep())) {
1564
1584
  if (e.isVertical) {
1565
1585
  a = true;
1566
1586
  }
1567
- if (e.fs) {
1587
+ if (e.ft) {
1568
1588
  b = true;
1569
1589
  }
1570
- if (e.fz) {
1590
+ if (e.f0) {
1571
1591
  c = true;
1572
1592
  }
1573
1593
  }
@@ -1584,9 +1604,9 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1584
1604
  $ret.add_1(9);
1585
1605
  return $ret;
1586
1606
  })());
1587
- let g = f.contains(this.abg);
1588
- if (this.abg != 0) {
1589
- return this.abg;
1607
+ let g = f.contains(this.abh);
1608
+ if (this.abh != 0) {
1609
+ return this.abh;
1590
1610
  }
1591
1611
  if (g && !a) {
1592
1612
  return 11;
@@ -1602,14 +1622,24 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1602
1622
  }
1603
1623
  return 11;
1604
1624
  }
1605
- get ab8() {
1606
- return this.aby;
1625
+ get ab9() {
1626
+ return this.abz;
1607
1627
  }
1608
- set ab8(a) {
1609
- let b = this.aby;
1610
- this.aby = a;
1611
- if (b != this.aby) {
1612
- this.raisePropertyChanged("ValueTextStyle", b, this.aby);
1628
+ set ab9(a) {
1629
+ let b = this.abz;
1630
+ this.abz = a;
1631
+ if (b != this.abz) {
1632
+ this.raisePropertyChanged("ValueTextStyle", b, this.abz);
1633
+ }
1634
+ }
1635
+ get ab1() {
1636
+ return this.abr;
1637
+ }
1638
+ set ab1(a) {
1639
+ let b = this.abr;
1640
+ this.abr = a;
1641
+ if (b != this.abr) {
1642
+ this.raisePropertyChanged("HeaderTextStyle", b, this.abr);
1613
1643
  }
1614
1644
  }
1615
1645
  get ab0() {
@@ -1619,17 +1649,27 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1619
1649
  let b = this.abq;
1620
1650
  this.abq = a;
1621
1651
  if (b != this.abq) {
1622
- this.raisePropertyChanged("HeaderTextStyle", b, this.abq);
1652
+ this.raisePropertyChanged("GroupTextStyle", b, this.abq);
1623
1653
  }
1624
1654
  }
1625
- get abz() {
1626
- return this.abp;
1655
+ get ab4() {
1656
+ return this.abu;
1627
1657
  }
1628
- set abz(a) {
1629
- let b = this.abp;
1630
- this.abp = a;
1631
- if (b != this.abp) {
1632
- this.raisePropertyChanged("GroupTextStyle", b, this.abp);
1658
+ set ab4(a) {
1659
+ let b = this.abu;
1660
+ this.abu = a;
1661
+ if (b != this.abu) {
1662
+ this.raisePropertyChanged("SummaryTitleTextStyle", b, this.abu);
1663
+ }
1664
+ }
1665
+ get ab6() {
1666
+ return this.abw;
1667
+ }
1668
+ set ab6(a) {
1669
+ let b = this.abw;
1670
+ this.abw = a;
1671
+ if (b != this.abw) {
1672
+ this.raisePropertyChanged("SummaryValueTextStyle", b, this.abw);
1633
1673
  }
1634
1674
  }
1635
1675
  get ab3() {
@@ -1639,7 +1679,7 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1639
1679
  let b = this.abt;
1640
1680
  this.abt = a;
1641
1681
  if (b != this.abt) {
1642
- this.raisePropertyChanged("SummaryTitleTextStyle", b, this.abt);
1682
+ this.raisePropertyChanged("SummaryLabelTextStyle", b, this.abt);
1643
1683
  }
1644
1684
  }
1645
1685
  get ab5() {
@@ -1649,27 +1689,17 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1649
1689
  let b = this.abv;
1650
1690
  this.abv = a;
1651
1691
  if (b != this.abv) {
1652
- this.raisePropertyChanged("SummaryValueTextStyle", b, this.abv);
1692
+ this.raisePropertyChanged("SummaryUnitsTextStyle", b, this.abv);
1653
1693
  }
1654
1694
  }
1655
- get ab2() {
1656
- return this.abs;
1657
- }
1658
- set ab2(a) {
1659
- let b = this.abs;
1660
- this.abs = a;
1661
- if (b != this.abs) {
1662
- this.raisePropertyChanged("SummaryLabelTextStyle", b, this.abs);
1663
- }
1664
- }
1665
- get ab4() {
1666
- return this.abu;
1695
+ get ab8() {
1696
+ return this.aby;
1667
1697
  }
1668
- set ab4(a) {
1669
- let b = this.abu;
1670
- this.abu = a;
1671
- if (b != this.abu) {
1672
- this.raisePropertyChanged("SummaryUnitsTextStyle", b, this.abu);
1698
+ set ab8(a) {
1699
+ let b = this.aby;
1700
+ this.aby = a;
1701
+ if (b != this.aby) {
1702
+ this.raisePropertyChanged("UnitsTextStyle", b, this.aby);
1673
1703
  }
1674
1704
  }
1675
1705
  get ab7() {
@@ -1679,32 +1709,22 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
1679
1709
  let b = this.abx;
1680
1710
  this.abx = a;
1681
1711
  if (b != this.abx) {
1682
- this.raisePropertyChanged("UnitsTextStyle", b, this.abx);
1683
- }
1684
- }
1685
- get ab6() {
1686
- return this.abw;
1687
- }
1688
- set ab6(a) {
1689
- let b = this.abw;
1690
- this.abw = a;
1691
- if (b != this.abw) {
1692
- this.raisePropertyChanged("TitleTextStyle", b, this.abw);
1712
+ this.raisePropertyChanged("TitleTextStyle", b, this.abx);
1693
1713
  }
1694
1714
  }
1695
- get ab1() {
1696
- return this.abr;
1715
+ get ab2() {
1716
+ return this.abs;
1697
1717
  }
1698
- set ab1(a) {
1699
- let b = this.abr;
1700
- this.abr = a;
1701
- if (b != this.abr) {
1702
- this.raisePropertyChanged("LabelTextStyle", b, this.abr);
1718
+ set ab2(a) {
1719
+ let b = this.abs;
1720
+ this.abs = a;
1721
+ if (b != this.abs) {
1722
+ this.raisePropertyChanged("LabelTextStyle", b, this.abs);
1703
1723
  }
1704
1724
  }
1705
1725
  }
1706
1726
  DataToolTipLayer.$t = /*@__PURE__*/ markType(DataToolTipLayer, 'DataToolTipLayer', AnnotationLayer.$);
1707
- DataToolTipLayer.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, DataToolTipLayer, 'raisePropertyChanged', ['BadgeMargin:aix:agk', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'BadgeShape:abo:agl', [LegendItemBadgeShape_$type, /*@__PURE__*/ enumGetBox(LegendItemBadgeShape_$type, 0)], 'DefaultPositionOffsetX:acq:agm', [1, /*@__PURE__*/ DeviceUtils.g(10)], 'DefaultPositionOffsetY:acr:agn', [1, /*@__PURE__*/ DeviceUtils.g(10)], 'ExcludedColumns:aas:ago', [Array_$type, null], 'ExcludedSeries:aat:agp', [Array_$type, null], 'GroupRowMargin:aiy:agt', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'GroupRowVisible:aca:agu', [0, false], 'GroupTextColor:aif:agv', [Brush.$, null], 'GroupTextMargin:aiz:agw', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 0, 0)], 'GroupedPositionModeX:abc:agq', [DataTooltipGroupedPositionX_$type, /*@__PURE__*/ enumGetBox(DataTooltipGroupedPositionX_$type, 0)], 'GroupedPositionModeY:abg:agr', [DataTooltipGroupedPositionY_$type, /*@__PURE__*/ enumGetBox(DataTooltipGroupedPositionY_$type, 0)], 'GroupingMode:abk:ags', [DataToolTipLayerGroupingMode_$type, /*@__PURE__*/ enumGetBox(DataToolTipLayerGroupingMode_$type, 0)], 'HeaderFormatCulture:aed:agx', [2, /*@__PURE__*/ stringEmpty()], 'HeaderFormatDate:aa3:agy', [DataLegendHeaderDateMode_$type, /*@__PURE__*/ enumGetBox(DataLegendHeaderDateMode_$type, 0)], 'HeaderFormatSpecifiers:aaw:agz', [Array_$type, null], 'HeaderFormatString:aeh:ag0', [2, null], 'HeaderFormatTime:aa4:ag1', [DataLegendHeaderTimeMode_$type, /*@__PURE__*/ enumGetBox(DataLegendHeaderTimeMode_$type, 0)], 'HeaderRowMargin:ai0:ag2', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'HeaderRowVisible:acb:ag3', [0, true], 'HeaderTextColor:aig:ag4', [Brush.$, null], 'HeaderTextMargin:ai1:ag5', [Thickness.$, /*@__PURE__*/ 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, /*@__PURE__*/ enumGetBox(DataLegendLabelMode_$type, 0)], 'LabelTextColor:aih:aha', [Brush.$, null], 'LabelTextMargin:ai2:ahb', [Thickness.$, /*@__PURE__*/ new Thickness(1, 8, 0, 0, 0)], 'LayoutMode:aa6:ahc', [DataLegendLayoutMode_$type, /*@__PURE__*/ 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.$, /*@__PURE__*/ new Thickness(0, 5)], 'SummaryTitleTextColor:aij:ahj', [Brush.$, null], 'SummaryTitleTextMargin:ai4:ahk', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 0, 0)], 'SummaryTitleText:ae6:ahl', [2, null], 'SummaryType:aa7:ahm', [DataLegendSummaryType_$type, /*@__PURE__*/ 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.$, /*@__PURE__*/ 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, /*@__PURE__*/ enumGetBox(DataLegendUnitsMode_$type, 0)], 'UnitsTextColor:aip:ahx', [Brush.$, null], 'UnitsTextMargin:ai6:ahy', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'UnitsText:afq:ahz', [2, null], 'UseInterpolation:acj:ah0', [0, false], 'ValueFormatAbbreviation:aa2:ah1', [DataAbbreviationMode_$type, /*@__PURE__*/ enumGetBox(DataAbbreviationMode_$type, 0)], 'ValueFormatCulture:afx:ah2', [2, /*@__PURE__*/ stringEmpty()], 'ValueFormatMaxFractions:adt:ah3', [1, -1], 'ValueFormatMinFractions:adu:ah4', [1, -1], 'ValueFormatMode:aa9:ah5', [DataLegendValueMode_$type, /*@__PURE__*/ enumGetBox(DataLegendValueMode_$type, 0)], 'ValueFormatSpecifiers:aaz:ah6', [Array_$type, null], 'ValueFormatString:af3:ah7', [2, null], 'ValueFormatUseGrouping:ack:ah8', [0, true], 'ValueRowMargin:ai7:ah9', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'ValueRowVisible:acl:aia', [0, true], 'ValueTextColor:aiq:aib', [Brush.$, null], 'ValueTextMargin:ai8:aic', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 2, 0)], 'ValueTextUseSeriesColors:acm:aid', [0, false], 'ValueTextWhenMissingData:agc:aie', [2, "N/A"]]);
1727
+ DataToolTipLayer.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, DataToolTipLayer, 'raisePropertyChanged', ['BadgeMargin:ai0:agn', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'BadgeShape:abp:ago', [LegendItemBadgeShape_$type, /*@__PURE__*/ enumGetBox(LegendItemBadgeShape_$type, 0)], 'DefaultPositionOffsetX:act:agp', [1, /*@__PURE__*/ DeviceUtils.g(10)], 'DefaultPositionOffsetY:acu:agq', [1, /*@__PURE__*/ DeviceUtils.g(10)], 'ExcludedColumns:aat:agr', [Array_$type, null], 'ExcludedSeries:aau:ags', [Array_$type, null], 'GroupRowMargin:ai1:agw', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'GroupRowVisible:acb:agx', [0, false], 'GroupTextColor:aii:agy', [Brush.$, null], 'GroupTextMargin:ai2:agz', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 0, 0)], 'GroupedPositionModeX:abd:agt', [DataTooltipGroupedPositionX_$type, /*@__PURE__*/ enumGetBox(DataTooltipGroupedPositionX_$type, 0)], 'GroupedPositionModeY:abh:agu', [DataTooltipGroupedPositionY_$type, /*@__PURE__*/ enumGetBox(DataTooltipGroupedPositionY_$type, 0)], 'GroupingMode:abl:agv', [DataToolTipLayerGroupingMode_$type, /*@__PURE__*/ enumGetBox(DataToolTipLayerGroupingMode_$type, 0)], 'HeaderFormatCulture:aeg:ag0', [2, /*@__PURE__*/ stringEmpty()], 'HeaderFormatDate:aa4:ag1', [DataLegendHeaderDateMode_$type, /*@__PURE__*/ enumGetBox(DataLegendHeaderDateMode_$type, 0)], 'HeaderFormatSpecifiers:aax:ag2', [Array_$type, null], 'HeaderFormatString:aek:ag3', [2, null], 'HeaderFormatTime:aa5:ag4', [DataLegendHeaderTimeMode_$type, /*@__PURE__*/ enumGetBox(DataLegendHeaderTimeMode_$type, 0)], 'HeaderRowMargin:ai3:ag5', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'HeaderRowVisible:acc:ag6', [0, true], 'HeaderTextColor:aij:ag7', [Brush.$, null], 'HeaderTextMargin:ai4:ag8', [Thickness.$, /*@__PURE__*/ 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, /*@__PURE__*/ enumGetBox(DataLegendLabelMode_$type, 0)], 'LabelTextColor:aik:ahd', [Brush.$, null], 'LabelTextMargin:ai5:ahe', [Thickness.$, /*@__PURE__*/ new Thickness(1, 8, 0, 0, 0)], 'LayoutMode:aa7:ahf', [DataLegendLayoutMode_$type, /*@__PURE__*/ 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.$, /*@__PURE__*/ new Thickness(0, 5)], 'SummaryTitleTextColor:aim:ahm', [Brush.$, null], 'SummaryTitleTextMargin:ai7:ahn', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 0, 0)], 'SummaryTitleText:ae9:aho', [2, null], 'SummaryType:aa8:ahp', [DataLegendSummaryType_$type, /*@__PURE__*/ 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.$, /*@__PURE__*/ 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, /*@__PURE__*/ enumGetBox(DataLegendUnitsMode_$type, 0)], 'UnitsTextColor:ais:ah0', [Brush.$, null], 'UnitsTextMargin:ai9:ah1', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'UnitsText:aft:ah2', [2, null], 'UseInterpolation:ack:ah3', [0, false], 'ValueFormatAbbreviation:aa3:ah4', [DataAbbreviationMode_$type, /*@__PURE__*/ enumGetBox(DataAbbreviationMode_$type, 0)], 'ValueFormatCulture:af0:ah5', [2, /*@__PURE__*/ stringEmpty()], 'ValueFormatMaxFractions:adw:ah6', [1, -1], 'ValueFormatMinFractions:adx:ah7', [1, -1], 'ValueFormatMode:aba:ah8', [DataLegendValueMode_$type, /*@__PURE__*/ enumGetBox(DataLegendValueMode_$type, 0)], 'ValueFormatSpecifiers:aa0:ah9', [Array_$type, null], 'ValueFormatString:af6:aia', [2, null], 'ValueFormatUseGrouping:acl:aib', [0, true], 'ValueRowMargin:aja:aic', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'ValueRowVisible:acm:aid', [0, true], 'ValueTextColor:ait:aie', [Brush.$, null], 'ValueTextMargin:ajb:aif', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 2, 0)], 'ValueTextUseSeriesColors:acn:aig', [0, false], 'ValueTextWhenMissingData:agf:aih', [2, "N/A"]]);
1708
1728
  return DataToolTipLayer;
1709
1729
  })();
1710
1730
  export { DataToolTipLayer };
@@ -1744,7 +1764,7 @@ let DataToolTipLayerView = /*@__PURE__*/ (() => {
1744
1764
  }
1745
1765
  ct() {
1746
1766
  let a = new PointerTooltip();
1747
- a.b0(this.f.j8);
1767
+ a.b0(this.f.j9);
1748
1768
  a._visibility = 1;
1749
1769
  a.ap = this.f.dc.dw.k;
1750
1770
  let b = null;
@@ -1852,7 +1872,7 @@ let DataToolTipLayerView = /*@__PURE__*/ (() => {
1852
1872
  let f = new PointerTooltipStyle();
1853
1873
  if (this.f.dc != null) {
1854
1874
  let g = this.f.dc.dw.j.i();
1855
- PointerTooltipUtils.a(g, f, this.cn.ain, this.cn.aio, this.cn.acy, 0);
1875
+ PointerTooltipUtils.a(g, f, this.cn.aiq, this.cn.air, this.cn.ac1, 0);
1856
1876
  }
1857
1877
  let h = a;
1858
1878
  if (h == null) {