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
@@ -44,18 +44,18 @@ import { stringIsNullOrEmpty } from "igniteui-webcomponents-core";
44
44
  let UserAnnotationLayer = /*@__PURE__*/ (() => {
45
45
  class UserAnnotationLayer extends Series {
46
46
  get annotations() {
47
- return this.xm;
47
+ return this.xn;
48
48
  }
49
49
  get_ev() {
50
50
  return true;
51
51
  }
52
- get_f9() {
52
+ get_ga() {
53
53
  return true;
54
54
  }
55
55
  get_isUsableInLegend() {
56
56
  return false;
57
57
  }
58
- y6(a) {
58
+ y7(a) {
59
59
  let b = new JsonDictionaryParser();
60
60
  let c = b.parse(a);
61
61
  if (typeCast(JsonDictionaryObject.$, c) !== null && c.g("annotations")) {
@@ -75,7 +75,7 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
75
75
  }
76
76
  }
77
77
  }
78
- yp() {
78
+ yq() {
79
79
  let a = new JsonDictionaryObject();
80
80
  let b = new JsonDictionaryArray();
81
81
  a.item("annotations", b);
@@ -89,41 +89,41 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
89
89
  }
90
90
  constructor() {
91
91
  super();
92
- this.yr = "UserLayer";
93
- this.xm = new UserAnnotationCollection();
94
- this.yi = new List$1(Axis.$, 0);
95
- this.yb = new Dictionary$2(Axis.$, Axis.$, 0);
96
- this.zp = BrushUtil.j(255, 255, 255, 255);
97
- this.zo = BrushUtil.j(255, 0, 0, 0);
98
- this.xj = null;
99
- this.x7 = new Dictionary$2(String_$type, UserAnnotationFlow.$, 0);
92
+ this.ys = "UserLayer";
93
+ this.xn = new UserAnnotationCollection();
94
+ this.yj = new List$1(Axis.$, 0);
95
+ this.yc = new Dictionary$2(Axis.$, Axis.$, 0);
96
+ this.zq = BrushUtil.j(255, 255, 255, 255);
97
+ this.zp = BrushUtil.j(255, 0, 0, 0);
98
+ this.xk = null;
99
+ this.x8 = new Dictionary$2(String_$type, UserAnnotationFlow.$, 0);
100
100
  this.userAnnotationInformationRequested = null;
101
- this.yj = new List$1(UserAnnotationItems.$, 0);
102
- this.x5 = new Dictionary$2(String_$type, UserBaseAnnotation.$, 0);
103
- this.yh = new HashSet$1(Axis.$, 0);
104
- this.yf = new HashSet$1(Axis.$, 0);
105
- this.ya = new Dictionary$2(Axis.$, DataAnnotationSliceLayer.$, 0);
106
- this.ye = new Dictionary$2(Axis.$, DataAnnotationStripLayer.$, 0);
107
- this.x9 = new Dictionary$2(Axis.$, HashSet$1.$.specialize(UserAnnotationDataContext.$), 0);
108
- this.x8 = new Dictionary$2(Axis.$, ObservableCollection$1.$.specialize(UserAnnotationDataContext.$), 0);
109
- this.yd = new Dictionary$2(Axis.$, HashSet$1.$.specialize(UserAnnotationDataContext.$), 0);
110
- this.yc = new Dictionary$2(Axis.$, ObservableCollection$1.$.specialize(UserAnnotationDataContext.$), 0);
111
- this.yg = new HashSet$1(UserAnnotationDataContext.$, 0);
112
- this.yl = new ObservableCollection$1(UserAnnotationDataContext.$, 0);
113
- this.x6 = new Dictionary$2(Axis.$, HashSet$1.$.specialize(UserAnnotationDataContext.$), 0);
114
- this.xl = null;
101
+ this.yk = new List$1(UserAnnotationItems.$, 0);
102
+ this.x6 = new Dictionary$2(String_$type, UserBaseAnnotation.$, 0);
103
+ this.yi = new HashSet$1(Axis.$, 0);
104
+ this.yg = new HashSet$1(Axis.$, 0);
105
+ this.yb = new Dictionary$2(Axis.$, DataAnnotationSliceLayer.$, 0);
106
+ this.yf = new Dictionary$2(Axis.$, DataAnnotationStripLayer.$, 0);
107
+ this.ya = new Dictionary$2(Axis.$, HashSet$1.$.specialize(UserAnnotationDataContext.$), 0);
108
+ this.x9 = new Dictionary$2(Axis.$, ObservableCollection$1.$.specialize(UserAnnotationDataContext.$), 0);
109
+ this.ye = new Dictionary$2(Axis.$, HashSet$1.$.specialize(UserAnnotationDataContext.$), 0);
110
+ this.yd = new Dictionary$2(Axis.$, ObservableCollection$1.$.specialize(UserAnnotationDataContext.$), 0);
111
+ this.yh = new HashSet$1(UserAnnotationDataContext.$, 0);
112
+ this.ym = new ObservableCollection$1(UserAnnotationDataContext.$, 0);
113
+ this.x7 = new Dictionary$2(Axis.$, HashSet$1.$.specialize(UserAnnotationDataContext.$), 0);
114
+ this.xm = null;
115
115
  this.stylingAxisAnnotation = null;
116
116
  this.stylingSliceAnnotation = null;
117
117
  this.stylingStripAnnotation = null;
118
118
  this.stylingPointAnnotation = null;
119
- UserAnnotationLayer.yo++;
120
- this.yr = "UserLayer" + UserAnnotationLayer.yo;
121
- let a = this.xm;
122
- a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.yt));
123
- let b = this.xm;
124
- b.collectionResetting = delegateCombine(b.collectionResetting, runOn(this, this.yu));
119
+ UserAnnotationLayer.yp++;
120
+ this.ys = "UserLayer" + UserAnnotationLayer.yp;
121
+ let a = this.xn;
122
+ a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.yu));
123
+ let b = this.xn;
124
+ b.collectionResetting = delegateCombine(b.collectionResetting, runOn(this, this.yv));
125
125
  }
126
- y0(a) {
126
+ y1(a) {
127
127
  if (this.da == null) {
128
128
  return;
129
129
  }
@@ -133,20 +133,20 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
133
133
  if (this.da.zq.count < 2) {
134
134
  return;
135
135
  }
136
- if (this.yb.containsKey(a)) {
136
+ if (this.yc.containsKey(a)) {
137
137
  return;
138
138
  }
139
- let b = this.xk(a);
139
+ let b = this.xl(a);
140
140
  if (b == null) {
141
141
  let c = a;
142
142
  c.ct = true;
143
- c.of = BrushUtil.j(0, 255, 255, 255);
144
- c.ok = BrushUtil.j(0, 255, 255, 255);
145
- c.fm = 0;
146
- this.yb.addItem(a, b);
143
+ c.oh = BrushUtil.j(0, 255, 255, 255);
144
+ c.om = BrushUtil.j(0, 255, 255, 255);
145
+ c.fn = 0;
146
+ this.yc.addItem(a, b);
147
147
  }
148
148
  }
149
- y1(a) {
149
+ y2(a) {
150
150
  if (this.da == null) {
151
151
  return;
152
152
  }
@@ -156,13 +156,13 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
156
156
  if (this.da.zq.count < 2) {
157
157
  return;
158
158
  }
159
- if (this.yb.containsKey(a)) {
160
- this.yb.removeItem(a);
161
- let b = this.xk(a);
159
+ if (this.yc.containsKey(a)) {
160
+ this.yc.removeItem(a);
161
+ let b = this.xl(a);
162
162
  a.ct = false;
163
163
  }
164
164
  }
165
- xk(a) {
165
+ xl(a) {
166
166
  for (let b = 0; b < this.da.zq.count; b++) {
167
167
  let c = this.da.zq._inner[b];
168
168
  if (c.dh && c.ao == a) {
@@ -171,10 +171,10 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
171
171
  }
172
172
  return null;
173
173
  }
174
- zq(a, b) {
174
+ zr(a, b) {
175
175
  return a != null ? a : b;
176
176
  }
177
- y5(a, b) {
177
+ y6(a, b) {
178
178
  let c = typeCast(UserAnnotationPointDataContext.$, b.item);
179
179
  if (c != null) {
180
180
  let d = c.b;
@@ -184,7 +184,7 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
184
184
  }
185
185
  }
186
186
  }
187
- y9(a, b) {
187
+ za(a, b) {
188
188
  let c = b.o;
189
189
  let d = c.b;
190
190
  if (d != null) {
@@ -235,7 +235,7 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
235
235
  b.badgeVisible = d.p;
236
236
  }
237
237
  }
238
- y8(a, b) {
238
+ y9(a, b) {
239
239
  let c = b.l;
240
240
  if (typeCast(UserAnnotationPointDataContext.$, c) !== null) {
241
241
  let d = c.b;
@@ -246,7 +246,7 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
246
246
  }
247
247
  }
248
248
  }
249
- y7(a, b) {
249
+ y8(a, b) {
250
250
  if (b != null) {
251
251
  a.textContent = b.overlayText;
252
252
  a.textVisible = b.overlayTextVisible;
@@ -283,29 +283,29 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
283
283
  }
284
284
  }
285
285
  }
286
- zb(a, b) {
286
+ zc(a, b) {
287
287
  let c = b.dataIndex;
288
288
  let d = typeCast(Series.$, a);
289
289
  if (d != null) {
290
290
  let e = typeCast(ObservableCollection$1.$.specialize(UserAnnotationDataContext.$), d.itemsSource);
291
291
  if (e != null && e.count > c) {
292
292
  let f = e._inner[c].b;
293
- this.y7(b, f);
293
+ this.y8(b, f);
294
294
  }
295
295
  }
296
296
  }
297
- ze(a, b) {
297
+ zf(a, b) {
298
298
  let c = b.dataIndex;
299
299
  let d = typeCast(Series.$, a);
300
300
  if (d != null) {
301
301
  let e = typeCast(ObservableCollection$1.$.specialize(UserAnnotationDataContext.$), d.itemsSource);
302
302
  if (e != null && e.count > c) {
303
303
  let f = e._inner[c].b;
304
- this.y7(b, f);
304
+ this.y8(b, f);
305
305
  }
306
306
  }
307
307
  }
308
- zc(a, b) {
308
+ zd(a, b) {
309
309
  let c = (b.dataIndex);
310
310
  let d = typeCast(Series.$, a);
311
311
  if (d != null) {
@@ -326,7 +326,7 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
326
326
  }
327
327
  }
328
328
  }
329
- za(a, b) {
329
+ zb(a, b) {
330
330
  let c = truncate((b.dataIndex));
331
331
  let d = typeCast(Series.$, a);
332
332
  if (d != null) {
@@ -363,7 +363,7 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
363
363
  }
364
364
  }
365
365
  }
366
- zd(a, b) {
366
+ ze(a, b) {
367
367
  let c = truncate((b.dataIndex));
368
368
  let d = typeCast(Series.$, a);
369
369
  if (d != null) {
@@ -454,7 +454,7 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
454
454
  }
455
455
  }
456
456
  }
457
- zf(a, b) {
457
+ zg(a, b) {
458
458
  let c = (b.dataIndex);
459
459
  let d = typeCast(Series.$, a);
460
460
  if (d != null) {
@@ -475,34 +475,34 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
475
475
  }
476
476
  }
477
477
  }
478
- rq(a, b, c, d) {
479
- super.rq(a, b, c, d);
478
+ rr(a, b, c, d) {
479
+ super.rr(a, b, c, d);
480
480
  if (b == "SeriesViewer") {
481
481
  if (c != null) {
482
- this.yz(c);
482
+ this.y0(c);
483
483
  }
484
484
  if (d != null) {
485
- this.yv(d);
485
+ this.yw(d);
486
486
  }
487
487
  }
488
488
  else {
489
- this.zg(b);
489
+ this.zh(b);
490
490
  }
491
491
  }
492
- yk(a) {
493
- return this.xj.j(this.yr, a);
492
+ yl(a) {
493
+ return this.xk.j(this.ys, a);
494
494
  }
495
- yv(a) {
496
- a.seriesClick = delegateCombine(a.seriesClick, runOn(this, this.zk));
497
- a.axisLabelMouseClick = delegateCombine(a.axisLabelMouseClick, runOn(this, this.zj));
498
- a.viewerManipulationEnding = delegateCombine(a.viewerManipulationEnding, runOn(this, this.zl));
499
- this.xj = this.dc.ao(this.dc);
500
- for (let b = 0; b < this.yj.count; b++) {
501
- this.y3(this.yj._inner[b]);
495
+ yw(a) {
496
+ a.seriesClick = delegateCombine(a.seriesClick, runOn(this, this.zl));
497
+ a.axisLabelMouseClick = delegateCombine(a.axisLabelMouseClick, runOn(this, this.zk));
498
+ a.viewerManipulationEnding = delegateCombine(a.viewerManipulationEnding, runOn(this, this.zm));
499
+ this.xk = this.dc.ao(this.dc);
500
+ for (let b = 0; b < this.yk.count; b++) {
501
+ this.y4(this.yk._inner[b]);
502
502
  }
503
503
  this.userAnnotationInformationRequested = delegateCombine(this.userAnnotationInformationRequested, runOn(this.dc, this.dc.ru));
504
504
  }
505
- zl(a, b) {
505
+ zm(a, b) {
506
506
  if (b.isDragSelect) {
507
507
  if (this.dc != null && this.dc.f0) {
508
508
  let c = b.dragSelectRectangle;
@@ -514,7 +514,7 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
514
514
  if (f.dh) {
515
515
  continue;
516
516
  }
517
- if (!f.dy) {
517
+ if (!f.dz) {
518
518
  d = f;
519
519
  break;
520
520
  }
@@ -524,8 +524,8 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
524
524
  let g = this.da.yw(c);
525
525
  let h = new ScalerParams(1, this.da.yr, this.da.y9, d.dn);
526
526
  h.c = this.getEffectiveViewport();
527
- let i = d.f9(g.left, h);
528
- let j = d.f9(g.right, h);
527
+ let i = d.ga(g.left, h);
528
+ let j = d.ga(g.right, h);
529
529
  if (d.dn) {
530
530
  let k = i;
531
531
  i = j;
@@ -533,12 +533,12 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
533
533
  }
534
534
  i = Math.floor(i);
535
535
  j = Math.ceil(j);
536
- let l = this.xo();
537
- let m = this.xz(d, i, j);
536
+ let l = this.xp();
537
+ let m = this.x0(d, i, j);
538
538
  l.b = m;
539
- this.zm(l);
540
- this.ys(l);
541
- this.zi(l);
539
+ this.zn(l);
540
+ this.yt(l);
541
+ this.zj(l);
542
542
  this.dc.uc(l.d);
543
543
  }
544
544
  }
@@ -546,7 +546,7 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
546
546
  }
547
547
  }
548
548
  }
549
- zj(a, b) {
549
+ zk(a, b) {
550
550
  let c = b.h;
551
551
  let d = b.a;
552
552
  let e = b.c;
@@ -555,12 +555,12 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
555
555
  let f = typeCast(CategoryAxisBase.$, d);
556
556
  e = f.categoryMode == 2 ? Math.floor(e) : Math.round(e);
557
557
  }
558
- let g = this.xo();
559
- let h = this.xy(d, c, e);
558
+ let g = this.xp();
559
+ let h = this.xz(d, c, e);
560
560
  g.b = h;
561
- this.zm(g);
562
- this.ys(g);
563
- this.zi(g);
561
+ this.zn(g);
562
+ this.yt(g);
563
+ this.zj(g);
564
564
  this.dc.uc(g.d);
565
565
  }
566
566
  if (this.dc.f1) {
@@ -568,10 +568,10 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
568
568
  let i = typeCast(CategoryAxisBase.$, d);
569
569
  e = i.categoryMode == 2 ? Math.floor(e) : Math.round(e);
570
570
  }
571
- let j = this.x0(d, c, e);
571
+ let j = this.x1(d, c, e);
572
572
  }
573
573
  }
574
- x0(a, b, c) {
574
+ x1(a, b, c) {
575
575
  for (let d = this.annotations.count - 1; d >= 0; d--) {
576
576
  let e = this.annotations._inner[d];
577
577
  if (e.k == 0) {
@@ -593,14 +593,14 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
593
593
  }
594
594
  return null;
595
595
  }
596
- xy(a, b, c) {
596
+ xz(a, b, c) {
597
597
  let d = new UserSliceAnnotation();
598
598
  d.targetAxisMatcher = a.a9();
599
599
  d.value = c;
600
600
  d.aq = " ";
601
601
  return d;
602
602
  }
603
- xz(a, b, c) {
603
+ x0(a, b, c) {
604
604
  let d = new UserStripAnnotation();
605
605
  d.targetAxisMatcher = a.a9();
606
606
  d.startValue = b;
@@ -608,7 +608,7 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
608
608
  d.aq = " ";
609
609
  return d;
610
610
  }
611
- zk(a, b) {
611
+ zl(a, b) {
612
612
  if (!this.dc.y9.containsPoint(b.chartPosition)) {
613
613
  return;
614
614
  }
@@ -617,63 +617,63 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
617
617
  let e = b.worldPosition;
618
618
  if (this.dc.f0) {
619
619
  b.cancelSelection = true;
620
- let f = this.xo();
621
- f.b = this.x1(c, d, e);
620
+ let f = this.xp();
621
+ f.b = this.x2(c, d, e);
622
622
  if (f.b == null) {
623
623
  return;
624
624
  }
625
- this.zm(f);
626
- this.ys(f);
627
- this.zi(f);
625
+ this.zn(f);
626
+ this.yt(f);
627
+ this.zj(f);
628
628
  this.dc.uc(f.d);
629
629
  }
630
630
  if (this.dc.f1) {
631
631
  b.cancelSelection = true;
632
- this.yy(c, d, e);
632
+ this.yz(c, d, e);
633
633
  this.dc.pa();
634
634
  }
635
635
  }
636
- zm(a) {
637
- if (!this.x7.containsKey(a.d)) {
638
- this.x7.addItem(a.d, a);
636
+ zn(a) {
637
+ if (!this.x8.containsKey(a.d)) {
638
+ this.x8.addItem(a.d, a);
639
639
  }
640
640
  if (a.b != null) {
641
641
  a.b.an = a.d;
642
642
  }
643
643
  }
644
- zi(a) {
644
+ zj(a) {
645
645
  if (this.userAnnotationInformationRequested != null) {
646
646
  this.userAnnotationInformationRequested(this, ((() => {
647
647
  let $ret = new UserAnnotationInformationEventArgs();
648
- $ret.annotationInfo = this.xq(a);
648
+ $ret.annotationInfo = this.xr(a);
649
649
  return $ret;
650
650
  })()));
651
651
  }
652
652
  }
653
- xq(a) {
653
+ xr(a) {
654
654
  return a.a;
655
655
  }
656
- yw(a) {
657
- if (this.x7.containsKey(a)) {
658
- let b = this.x7.item(a);
656
+ yx(a) {
657
+ if (this.x8.containsKey(a)) {
658
+ let b = this.x8.item(a);
659
659
  let c = b.b;
660
660
  if (this.annotations.contains(c)) {
661
661
  this.annotations.remove(c);
662
662
  }
663
- this.x7.removeItem(a);
663
+ this.x8.removeItem(a);
664
664
  }
665
665
  }
666
- y4(a) {
666
+ y5(a) {
667
667
  if (a.d != null) {
668
- if (this.x7.containsKey(a.d)) {
669
- let b = this.x7.item(a.d);
670
- this.yx(b, a);
671
- this.zn(b);
672
- this.x7.removeItem(a.d);
668
+ if (this.x8.containsKey(a.d)) {
669
+ let b = this.x8.item(a.d);
670
+ this.yy(b, a);
671
+ this.zo(b);
672
+ this.x8.removeItem(a.d);
673
673
  }
674
674
  }
675
675
  }
676
- zn(a) {
676
+ zo(a) {
677
677
  let b = a.a;
678
678
  let c = a.b;
679
679
  if (b != null && c != null) {
@@ -708,18 +708,18 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
708
708
  }
709
709
  }
710
710
  }
711
- yx(a, b) {
711
+ yy(a, b) {
712
712
  let c = a.a;
713
713
  c.g(b);
714
714
  }
715
- ys(a) {
715
+ yt(a) {
716
716
  this.annotations.add(a.b);
717
717
  }
718
- x1(a, b, c) {
718
+ x2(a, b, c) {
719
719
  let d = new UserPointAnnotation();
720
720
  d.targetSeriesMatcher = a.cg();
721
- let e = a.ww(c, false, false);
722
- let f = a.w1(e);
721
+ let e = a.wx(c, false, false);
722
+ let f = a.w2(e);
723
723
  if (isNaN_(f.x) || isNaN_(f.y)) {
724
724
  return null;
725
725
  }
@@ -728,10 +728,10 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
728
728
  d.aq = " ";
729
729
  return d;
730
730
  }
731
- yy(a, b, c) {
731
+ yz(a, b, c) {
732
732
  if (a.eq) {
733
- let d = this.oz(a, c);
734
- let e = typeCast(Tuple$2.$.specialize(CalloutAnnotationWrapper.$, CalloutView.$), a.kw(d.d));
733
+ let d = this.o0(a, c);
734
+ let e = typeCast(Tuple$2.$.specialize(CalloutAnnotationWrapper.$, CalloutView.$), a.kx(d.d));
735
735
  if (e == null || e.c == null || e.c.b == null || e.c.b.n == null) {
736
736
  return;
737
737
  }
@@ -748,8 +748,8 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
748
748
  }
749
749
  return;
750
750
  }
751
- let j = a.ww(c, false, false);
752
- let k = a.w1(j);
751
+ let j = a.wx(c, false, false);
752
+ let k = a.w2(j);
753
753
  if (isNaN_(k.x) || isNaN_(k.y)) {
754
754
  return;
755
755
  }
@@ -763,12 +763,12 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
763
763
  }
764
764
  }
765
765
  }
766
- xo() {
766
+ xp() {
767
767
  let a = new UserAnnotationFlow();
768
- a.a = this.xp(a.d);
768
+ a.a = this.xq(a.d);
769
769
  return a;
770
770
  }
771
- xp(a) {
771
+ xq(a) {
772
772
  let b = new UserAnnotationInformation();
773
773
  b.h = BrushUtil.j(255, 255, 255, 255);
774
774
  b.f = " ";
@@ -778,12 +778,12 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
778
778
  b.a = this.dc.y9.left + (this.dc.y9.width / 2);
779
779
  b.b = this.dc.y9.top + (this.dc.y9.height / 2);
780
780
  }
781
- let c = this.zr({ $type: Point_$type, x: b.a, y: b.b });
781
+ let c = this.zs({ $type: Point_$type, x: b.a, y: b.b });
782
782
  b.a = c.x;
783
783
  b.b = c.y;
784
784
  return b;
785
785
  }
786
- zr(a) {
786
+ zs(a) {
787
787
  let b = 0;
788
788
  let c = 0;
789
789
  if (this.dc != null) {
@@ -793,63 +793,63 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
793
793
  }
794
794
  return { $type: Point_$type, x: b + a.x, y: c + a.y };
795
795
  }
796
- yz(a) {
797
- a.seriesClick = delegateRemove(a.seriesClick, runOn(this, this.zk));
798
- a.axisLabelMouseClick = delegateRemove(a.axisLabelMouseClick, runOn(this, this.zj));
799
- for (let b = 0; b < this.yj.count; b++) {
800
- this.y3(this.yj._inner[b]);
796
+ y0(a) {
797
+ a.seriesClick = delegateRemove(a.seriesClick, runOn(this, this.zl));
798
+ a.axisLabelMouseClick = delegateRemove(a.axisLabelMouseClick, runOn(this, this.zk));
799
+ for (let b = 0; b < this.yk.count; b++) {
800
+ this.y4(this.yk._inner[b]);
801
801
  }
802
802
  this.userAnnotationInformationRequested = delegateRemove(this.userAnnotationInformationRequested, runOn(a, a.ru));
803
803
  }
804
- zg(a) {
805
- if (this.xj == null) {
804
+ zh(a) {
805
+ if (this.xk == null) {
806
806
  return;
807
807
  }
808
808
  let b = new List$1(Series.$, 0);
809
- b.o(this.yk(12));
810
- b.o(this.yk(13));
811
- b.o(this.yk(14));
809
+ b.o(this.yl(12));
810
+ b.o(this.yl(13));
811
+ b.o(this.yl(14));
812
812
  for (let c of fromEnum(b)) {
813
813
  if (a == "Brush") {
814
- c.vz = this.vz;
814
+ c.v0 = this.v0;
815
815
  }
816
816
  else if (a == "Outline") {
817
- c.wf = this.wf;
817
+ c.wg = this.wg;
818
818
  }
819
819
  else if (a == "OutlineMode") {
820
820
  c.cj = this.cj;
821
821
  }
822
822
  else if (a == "Thickness") {
823
- c.jy = this.jy;
823
+ c.jz = this.jz;
824
824
  }
825
825
  else if (a == "Resolution") {
826
- c.jr = this.jr;
826
+ c.js = this.js;
827
827
  }
828
828
  else if (a == "DashArray") {
829
- c.wm = this.wm;
829
+ c.wn = this.wn;
830
830
  }
831
831
  else if (a == "DashCap") {
832
- c.wn = this.wn;
832
+ c.wo = this.wo;
833
833
  }
834
834
  else if (a == "AreaFillOpacity") {
835
- c.ir = this.ir;
835
+ c.is = this.is;
836
836
  }
837
837
  }
838
838
  }
839
- yu(a, b) {
839
+ yv(a, b) {
840
840
  }
841
- yt(a, b) {
841
+ yu(a, b) {
842
842
  switch (b.action) {
843
843
  case 0:
844
844
  if (b.newItems != null) {
845
845
  for (let c = 0; c < b.newItems.count; c++) {
846
846
  let d = b.newItems.item(c);
847
- let e = this.xs(d);
847
+ let e = this.xt(d);
848
848
  if (d != null) {
849
- this.x5.item(d.an, d);
849
+ this.x6.item(d.an, d);
850
850
  }
851
- this.yj.insert(c + b.newStartingIndex, e);
852
- this.y2(e);
851
+ this.yk.insert(c + b.newStartingIndex, e);
852
+ this.y3(e);
853
853
  }
854
854
  }
855
855
  break;
@@ -858,13 +858,13 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
858
858
  for (let f = 0; f < b.oldItems.count; f++) {
859
859
  let g = b.oldItems.item(f);
860
860
  if (g != null) {
861
- if (this.x5.containsKey(g.an)) {
862
- this.x5.removeItem(g.an);
861
+ if (this.x6.containsKey(g.an)) {
862
+ this.x6.removeItem(g.an);
863
863
  }
864
864
  }
865
- let h = this.yj._inner[b.oldStartingIndex];
866
- this.yj.removeAt(b.oldStartingIndex);
867
- this.y3(h);
865
+ let h = this.yk._inner[b.oldStartingIndex];
866
+ this.yk.removeAt(b.oldStartingIndex);
867
+ this.y4(h);
868
868
  }
869
869
  }
870
870
  break;
@@ -873,46 +873,46 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
873
873
  for (let i = 0; i < b.oldItems.count; i++) {
874
874
  let j = b.oldItems.item(i);
875
875
  if (j != null) {
876
- if (this.x5.containsKey(j.an)) {
877
- this.x5.removeItem(j.an);
876
+ if (this.x6.containsKey(j.an)) {
877
+ this.x6.removeItem(j.an);
878
878
  }
879
879
  }
880
- let k = this.yj._inner[b.oldStartingIndex];
881
- this.yj.removeAt(b.oldStartingIndex);
882
- this.y3(k);
880
+ let k = this.yk._inner[b.oldStartingIndex];
881
+ this.yk.removeAt(b.oldStartingIndex);
882
+ this.y4(k);
883
883
  }
884
884
  }
885
885
  if (b.newItems != null) {
886
886
  for (let l = 0; l < b.newItems.count; l++) {
887
887
  let m = b.newItems.item(l);
888
- let n = this.xs(m);
888
+ let n = this.xt(m);
889
889
  if (m != null) {
890
- this.x5.item(m.an, m);
890
+ this.x6.item(m.an, m);
891
891
  }
892
- this.y2(n);
893
- this.yj.insert(l + b.newStartingIndex, n);
892
+ this.y3(n);
893
+ this.yk.insert(l + b.newStartingIndex, n);
894
894
  }
895
895
  }
896
896
  break;
897
897
  case 4:
898
- for (let o = this.yj.count - 1; o >= 0; o--) {
899
- let p = this.yj._inner[o];
898
+ for (let o = this.yk.count - 1; o >= 0; o--) {
899
+ let p = this.yk._inner[o];
900
900
  if (p.k != null) {
901
- if (this.x5.containsKey(p.k.an)) {
902
- this.x5.removeItem(p.k.an);
901
+ if (this.x6.containsKey(p.k.an)) {
902
+ this.x6.removeItem(p.k.an);
903
903
  }
904
904
  }
905
- this.yj.removeAt(o);
906
- this.y3(p);
905
+ this.yk.removeAt(o);
906
+ this.y4(p);
907
907
  }
908
- this.yj.clear();
908
+ this.yk.clear();
909
909
  break;
910
910
  }
911
911
  }
912
- yq(a) {
912
+ yr(a) {
913
913
  return PlatformAPIHelper.r(a);
914
914
  }
915
- y2(a) {
915
+ y3(a) {
916
916
  if (a == null) {
917
917
  return;
918
918
  }
@@ -925,125 +925,125 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
925
925
  let c = a.k.targetAxis;
926
926
  if (c != null) {
927
927
  if (a.h != null) {
928
- if (this.ya.containsKey(c)) {
929
- a.c = this.ya.item(c);
928
+ if (this.yb.containsKey(c)) {
929
+ a.c = this.yb.item(c);
930
930
  }
931
- if (!this.x9.containsKey(c)) {
932
- this.x9.addItem(c, new HashSet$1(UserAnnotationDataContext.$, 0));
931
+ if (!this.ya.containsKey(c)) {
932
+ this.ya.addItem(c, new HashSet$1(UserAnnotationDataContext.$, 0));
933
933
  }
934
- if (!this.x8.containsKey(c)) {
935
- this.x8.addItem(c, new ObservableCollection$1(UserAnnotationDataContext.$, 0));
934
+ if (!this.x9.containsKey(c)) {
935
+ this.x9.addItem(c, new ObservableCollection$1(UserAnnotationDataContext.$, 0));
936
936
  }
937
- let d = this.x9.item(c);
938
- let e = this.x8.item(c);
937
+ let d = this.ya.item(c);
938
+ let e = this.x9.item(c);
939
939
  if (!d.contains(a.h)) {
940
940
  d.add_1(a.h);
941
941
  e.add(a.h);
942
- if (this.ya.containsKey(c)) {
943
- this.ya.item(c).qw(e.count - 1, a.h);
942
+ if (this.yb.containsKey(c)) {
943
+ this.yb.item(c).qx(e.count - 1, a.h);
944
944
  }
945
945
  }
946
946
  }
947
- if (a.h != null && !this.ya.containsKey(c)) {
947
+ if (a.h != null && !this.yb.containsKey(c)) {
948
948
  let f = new DataAnnotationSliceLayer();
949
- f.p0(this.dc);
950
- this.ya.item(c, f);
949
+ f.p1(this.dc);
950
+ this.yb.item(c, f);
951
951
  a.c = f;
952
- f.vz = this.vz;
953
- f.wf = this.wf;
954
- f.jy = this.jy;
955
- f.wm = this.wm;
952
+ f.v0 = this.v0;
953
+ f.wg = this.wg;
954
+ f.jz = this.jz;
956
955
  f.wn = this.wn;
957
- let g = this.x9.item(c);
958
- let h = this.x8.item(c);
959
- f.mb = this.yr;
960
- f.name = this.yr + "_SliceAnnotation" + (UserAnnotationLayer.ym++);
961
- f.aff = this.yq("OverlayText");
962
- f.aaw = 3;
963
- f.ahl = this.yq("Label");
964
- f.aho = this.yq("Value");
965
- f.stylingAxisAnnotation = delegateCombine(f.stylingAxisAnnotation, runOn(this, this.za));
966
- f.stylingShapeAnnotation = delegateCombine(f.stylingShapeAnnotation, runOn(this, this.zc));
967
- f.stylingOverlayText = delegateCombine(f.stylingOverlayText, runOn(this, this.zb));
968
- f.aav = c;
956
+ f.wo = this.wo;
957
+ let g = this.ya.item(c);
958
+ let h = this.x9.item(c);
959
+ f.mc = this.ys;
960
+ f.name = this.ys + "_SliceAnnotation" + (UserAnnotationLayer.yn++);
961
+ f.afg = this.yr("OverlayText");
962
+ f.aax = 3;
963
+ f.ahm = this.yr("Label");
964
+ f.ahp = this.yr("Value");
965
+ f.stylingAxisAnnotation = delegateCombine(f.stylingAxisAnnotation, runOn(this, this.zb));
966
+ f.stylingShapeAnnotation = delegateCombine(f.stylingShapeAnnotation, runOn(this, this.zd));
967
+ f.stylingOverlayText = delegateCombine(f.stylingOverlayText, runOn(this, this.zc));
968
+ f.aaw = c;
969
969
  f.itemsSource = h;
970
- f.adn = a.k;
970
+ f.ado = a.k;
971
971
  let i = new AutomaticSeriesRequest();
972
972
  i.d = f;
973
973
  i.a = 12;
974
974
  i.g = true;
975
- this.xj.b.add(i);
975
+ this.xk.b.add(i);
976
976
  }
977
977
  if (a.i != null) {
978
- if (this.ye.containsKey(c)) {
979
- a.d = this.ye.item(c);
978
+ if (this.yf.containsKey(c)) {
979
+ a.d = this.yf.item(c);
980
980
  }
981
- if (!this.yd.containsKey(c)) {
982
- this.yd.addItem(c, new HashSet$1(UserAnnotationDataContext.$, 0));
981
+ if (!this.ye.containsKey(c)) {
982
+ this.ye.addItem(c, new HashSet$1(UserAnnotationDataContext.$, 0));
983
983
  }
984
- if (!this.yc.containsKey(c)) {
985
- this.yc.addItem(c, new ObservableCollection$1(UserAnnotationDataContext.$, 0));
984
+ if (!this.yd.containsKey(c)) {
985
+ this.yd.addItem(c, new ObservableCollection$1(UserAnnotationDataContext.$, 0));
986
986
  }
987
- let j = this.yd.item(c);
988
- let k = this.yc.item(c);
987
+ let j = this.ye.item(c);
988
+ let k = this.yd.item(c);
989
989
  if (!j.contains(a.i)) {
990
990
  j.add_1(a.i);
991
991
  k.add(a.i);
992
- if (this.ye.containsKey(c)) {
993
- this.ye.item(c).qw(k.count - 1, a.i);
992
+ if (this.yf.containsKey(c)) {
993
+ this.yf.item(c).qx(k.count - 1, a.i);
994
994
  }
995
995
  }
996
996
  }
997
- if (a.i != null && !this.ye.containsKey(c)) {
998
- let l = this.yd.item(c);
999
- let m = this.yc.item(c);
997
+ if (a.i != null && !this.yf.containsKey(c)) {
998
+ let l = this.ye.item(c);
999
+ let m = this.yd.item(c);
1000
1000
  let n = new DataAnnotationStripLayer();
1001
- n.p0(this.dc);
1002
- this.ye.item(c, n);
1001
+ n.p1(this.dc);
1002
+ this.yf.item(c, n);
1003
1003
  a.d = n;
1004
- n.vz = this.vz;
1005
- n.wf = this.wf;
1004
+ n.v0 = this.v0;
1005
+ n.wg = this.wg;
1006
1006
  n.cj = this.cj;
1007
- n.jy = this.jy;
1008
- n.jr = this.jr;
1009
- n.wm = this.wm;
1007
+ n.jz = this.jz;
1008
+ n.js = this.js;
1010
1009
  n.wn = this.wn;
1011
- n.mb = this.yr;
1012
- n.name = this.yr + "_StripAnnotation" + (UserAnnotationLayer.ym++);
1013
- n.aff = this.yq("OverlayText");
1010
+ n.wo = this.wo;
1011
+ n.mc = this.ys;
1012
+ n.name = this.ys + "_StripAnnotation" + (UserAnnotationLayer.yn++);
1013
+ n.afg = this.yr("OverlayText");
1014
+ n.ahq = 3;
1015
+ n.aiy = this.yr("StartLabel");
1016
+ n.ai1 = this.yr("StartValue");
1014
1017
  n.ahp = 3;
1015
- n.aix = this.yq("StartLabel");
1016
- n.ai0 = this.yq("StartValue");
1017
- n.aho = 3;
1018
- n.aiq = this.yq("EndLabel");
1019
- n.ait = this.yq("EndValue");
1020
- n.aim = this.yq("Label");
1021
- n.ahn = 6;
1022
- n.stylingAxisAnnotation = delegateCombine(n.stylingAxisAnnotation, runOn(this, this.zd));
1023
- n.stylingShapeAnnotation = delegateCombine(n.stylingShapeAnnotation, runOn(this, this.zf));
1024
- n.stylingOverlayText = delegateCombine(n.stylingOverlayText, runOn(this, this.ze));
1025
- n.aav = c;
1018
+ n.air = this.yr("EndLabel");
1019
+ n.aiu = this.yr("EndValue");
1020
+ n.ain = this.yr("Label");
1021
+ n.aho = 6;
1022
+ n.stylingAxisAnnotation = delegateCombine(n.stylingAxisAnnotation, runOn(this, this.ze));
1023
+ n.stylingShapeAnnotation = delegateCombine(n.stylingShapeAnnotation, runOn(this, this.zg));
1024
+ n.stylingOverlayText = delegateCombine(n.stylingOverlayText, runOn(this, this.zf));
1025
+ n.aaw = c;
1026
1026
  n.itemsSource = m;
1027
- n.adn = a.k;
1027
+ n.ado = a.k;
1028
1028
  let o = new AutomaticSeriesRequest();
1029
1029
  o.d = n;
1030
1030
  o.a = 13;
1031
1031
  o.g = true;
1032
- this.xj.b.add(o);
1032
+ this.xk.b.add(o);
1033
1033
  }
1034
1034
  if (a.e != null) {
1035
- if (!this.x6.containsKey(c)) {
1036
- this.x6.addItem(c, new HashSet$1(UserAnnotationDataContext.$, 0));
1035
+ if (!this.x7.containsKey(c)) {
1036
+ this.x7.addItem(c, new HashSet$1(UserAnnotationDataContext.$, 0));
1037
1037
  }
1038
- let p = this.x6.item(c);
1038
+ let p = this.x7.item(c);
1039
1039
  }
1040
1040
  if (a.e != null) {
1041
- this.yf.add_1(c);
1042
- this.y0(c);
1043
- let q = this.x6.item(c);
1041
+ this.yg.add_1(c);
1042
+ this.y1(c);
1043
+ let q = this.x7.item(c);
1044
1044
  if (!q.contains(a.e)) {
1045
1045
  q.add_1(a.e);
1046
- let r = this.xk(c);
1046
+ let r = this.xl(c);
1047
1047
  let s = new AxisAnnotation();
1048
1048
  a.a = s;
1049
1049
  a.o();
@@ -1059,51 +1059,51 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
1059
1059
  }
1060
1060
  }
1061
1061
  if (a.g != null) {
1062
- if (this.xl != null) {
1063
- a.b = this.xl;
1062
+ if (this.xm != null) {
1063
+ a.b = this.xm;
1064
1064
  }
1065
- if (!this.yg.contains(a.g)) {
1066
- this.yg.add_1(a.g);
1067
- this.yl.add(a.g);
1068
- if (this.xl != null) {
1069
- this.xl.qw(this.yl.count - 1, a.g);
1065
+ if (!this.yh.contains(a.g)) {
1066
+ this.yh.add_1(a.g);
1067
+ this.ym.add(a.g);
1068
+ if (this.xm != null) {
1069
+ this.xm.qx(this.ym.count - 1, a.g);
1070
1070
  }
1071
1071
  }
1072
1072
  }
1073
- if (a.g != null && this.xl == null) {
1073
+ if (a.g != null && this.xm == null) {
1074
1074
  let u = new CalloutLayer();
1075
- u.p0(this.dc);
1076
- this.xl = u;
1075
+ u.p1(this.dc);
1076
+ this.xm = u;
1077
1077
  a.b = u;
1078
- u.vz = this.vz;
1079
- u.wf = this.wf;
1078
+ u.v0 = this.v0;
1079
+ u.wg = this.wg;
1080
1080
  u.cj = this.cj;
1081
- u.jy = this.jy;
1082
- u.jr = this.jr;
1083
- u.wm = this.wm;
1081
+ u.jz = this.jz;
1082
+ u.js = this.js;
1084
1083
  u.wn = this.wn;
1085
- u.calloutSeriesSelecting = delegateCombine(u.calloutSeriesSelecting, runOn(this, this.y5));
1086
- u.mb = this.yr;
1087
- u.name = this.yr + "_CalloutAnnotation" + (UserAnnotationLayer.ym++);
1088
- u.afq = this.yq("XValue");
1089
- u.aft = this.yq("YValue");
1090
- u.aev = this.yq("Label");
1091
- u.afa = this.yq("Label");
1092
- u.ace = false;
1093
- u.aco = false;
1084
+ u.wo = this.wo;
1085
+ u.calloutSeriesSelecting = delegateCombine(u.calloutSeriesSelecting, runOn(this, this.y6));
1086
+ u.mc = this.ys;
1087
+ u.name = this.ys + "_CalloutAnnotation" + (UserAnnotationLayer.yn++);
1088
+ u.afr = this.yr("XValue");
1089
+ u.afu = this.yr("YValue");
1090
+ u.aew = this.yr("Label");
1091
+ u.afb = this.yr("Label");
1092
+ u.acf = false;
1093
+ u.acp = false;
1094
+ u.aci = true;
1094
1095
  u.ach = true;
1095
- u.acg = true;
1096
- u.calloutStyleUpdating = delegateCombine(u.calloutStyleUpdating, runOn(this, this.y9));
1097
- u.calloutRenderStyleUpdating = delegateCombine(u.calloutRenderStyleUpdating, runOn(this, this.y8));
1098
- u.itemsSource = this.yl;
1096
+ u.calloutStyleUpdating = delegateCombine(u.calloutStyleUpdating, runOn(this, this.za));
1097
+ u.calloutRenderStyleUpdating = delegateCombine(u.calloutRenderStyleUpdating, runOn(this, this.y9));
1098
+ u.itemsSource = this.ym;
1099
1099
  let v = new AutomaticSeriesRequest();
1100
1100
  v.d = u;
1101
1101
  v.a = 14;
1102
1102
  v.g = true;
1103
- this.xj.b.add(v);
1103
+ this.xk.b.add(v);
1104
1104
  }
1105
1105
  }
1106
- y3(a) {
1106
+ y4(a) {
1107
1107
  let b = a.k;
1108
1108
  if (b == null) {
1109
1109
  return;
@@ -1115,50 +1115,50 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
1115
1115
  }
1116
1116
  if (a.h != null) {
1117
1117
  a.c = null;
1118
- if (this.x9.containsKey(c)) {
1119
- let d = this.x9.item(c);
1120
- let e = this.x8.item(c);
1118
+ if (this.ya.containsKey(c)) {
1119
+ let d = this.ya.item(c);
1120
+ let e = this.x9.item(c);
1121
1121
  if (d.contains(a.h)) {
1122
1122
  d.remove(a.h);
1123
1123
  let f = e.indexOf(a.h);
1124
1124
  e.remove(a.h);
1125
- this.ya.item(c).qx(f, a.h);
1125
+ this.yb.item(c).qy(f, a.h);
1126
1126
  if (e.count == 0) {
1127
- this.x8.removeItem(c);
1128
1127
  this.x9.removeItem(c);
1129
- let g = this.ya.item(c);
1130
1128
  this.ya.removeItem(c);
1131
- this.zh(g);
1129
+ let g = this.yb.item(c);
1130
+ this.yb.removeItem(c);
1131
+ this.zi(g);
1132
1132
  }
1133
1133
  }
1134
1134
  }
1135
1135
  }
1136
1136
  if (a.i != null) {
1137
1137
  a.d = null;
1138
- if (this.yd.containsKey(c)) {
1139
- let h = this.yd.item(c);
1140
- let i = this.yc.item(c);
1138
+ if (this.ye.containsKey(c)) {
1139
+ let h = this.ye.item(c);
1140
+ let i = this.yd.item(c);
1141
1141
  if (h.contains(a.i)) {
1142
1142
  h.remove(a.i);
1143
1143
  let j = i.indexOf(a.i);
1144
1144
  i.remove(a.i);
1145
- this.ye.item(c).qx(j, a.i);
1145
+ this.yf.item(c).qy(j, a.i);
1146
1146
  if (i.count == 0) {
1147
- this.yc.removeItem(c);
1148
1147
  this.yd.removeItem(c);
1149
- let k = this.ye.item(c);
1150
1148
  this.ye.removeItem(c);
1151
- this.zh(k);
1149
+ let k = this.yf.item(c);
1150
+ this.yf.removeItem(c);
1151
+ this.zi(k);
1152
1152
  }
1153
1153
  }
1154
1154
  }
1155
1155
  }
1156
1156
  if (a.e != null) {
1157
- if (this.x6.containsKey(c)) {
1158
- let l = this.x6.item(c);
1157
+ if (this.x7.containsKey(c)) {
1158
+ let l = this.x7.item(c);
1159
1159
  if (l.contains(a.e)) {
1160
1160
  l.remove(a.e);
1161
- let m = this.xk(c);
1161
+ let m = this.xl(c);
1162
1162
  if (m != null) {
1163
1163
  if (m.at.contains(a.a)) {
1164
1164
  m.at.remove(a.a);
@@ -1166,58 +1166,58 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
1166
1166
  }
1167
1167
  }
1168
1168
  if (l.count == 0) {
1169
- this.y1(c);
1169
+ this.y2(c);
1170
1170
  }
1171
1171
  }
1172
1172
  }
1173
1173
  }
1174
1174
  }
1175
1175
  if (a.g != null) {
1176
- if (this.yg.contains(a.g)) {
1177
- this.yg.remove(a.g);
1178
- let n = this.yl.indexOf(a.g);
1179
- this.yl.remove(a.g);
1180
- this.xl.qx(n, a.g);
1176
+ if (this.yh.contains(a.g)) {
1177
+ this.yh.remove(a.g);
1178
+ let n = this.ym.indexOf(a.g);
1179
+ this.ym.remove(a.g);
1180
+ this.xm.qy(n, a.g);
1181
1181
  }
1182
- if (this.yg.count == 0) {
1183
- this.zh(this.xl);
1184
- this.xl = null;
1182
+ if (this.yh.count == 0) {
1183
+ this.zi(this.xm);
1184
+ this.xm = null;
1185
1185
  }
1186
1186
  }
1187
1187
  }
1188
- zh(a) {
1189
- this.xj.t(a);
1188
+ zi(a) {
1189
+ this.xk.t(a);
1190
1190
  }
1191
- xs(a) {
1191
+ xt(a) {
1192
1192
  switch (a.k) {
1193
- case 3: return this.xt(a);
1194
- case 0: return this.xv(a);
1195
- case 2: return this.xu(a);
1196
- case 1: return this.xw(a);
1193
+ case 3: return this.xu(a);
1194
+ case 0: return this.xw(a);
1195
+ case 2: return this.xv(a);
1196
+ case 1: return this.xx(a);
1197
1197
  }
1198
1198
  return null;
1199
1199
  }
1200
- xw(a) {
1200
+ xx(a) {
1201
1201
  let b = new UserAnnotationItems(this);
1202
1202
  b.k = a;
1203
1203
  b.i = new UserAnnotationStripDataContext(a);
1204
1204
  b.e = new UserAnnotationAxisDataContext(a);
1205
1205
  return b;
1206
1206
  }
1207
- xu(a) {
1207
+ xv(a) {
1208
1208
  let b = new UserAnnotationItems(this);
1209
1209
  b.k = a;
1210
1210
  b.g = new UserAnnotationPointDataContext(a);
1211
1211
  return b;
1212
1212
  }
1213
- xv(a) {
1213
+ xw(a) {
1214
1214
  let b = new UserAnnotationItems(this);
1215
1215
  b.k = a;
1216
1216
  b.h = new UserAnnotationSliceDataContext(a);
1217
1217
  b.e = new UserAnnotationAxisDataContext(a);
1218
1218
  return b;
1219
1219
  }
1220
- xt(a) {
1220
+ xu(a) {
1221
1221
  let b = new UserAnnotationItems(this);
1222
1222
  b.k = a;
1223
1223
  b.e = new UserAnnotationAxisDataContext(a);
@@ -1228,9 +1228,9 @@ let UserAnnotationLayer = /*@__PURE__*/ (() => {
1228
1228
  }
1229
1229
  }
1230
1230
  UserAnnotationLayer.$t = /*@__PURE__*/ markType(UserAnnotationLayer, 'UserAnnotationLayer', Series.$);
1231
- UserAnnotationLayer.yn = 0;
1232
1231
  UserAnnotationLayer.yo = 0;
1233
- UserAnnotationLayer.ym = 0;
1232
+ UserAnnotationLayer.yp = 0;
1233
+ UserAnnotationLayer.yn = 0;
1234
1234
  return UserAnnotationLayer;
1235
1235
  })();
1236
1236
  export { UserAnnotationLayer };
@@ -1268,19 +1268,19 @@ let UserAnnotationItems = /*@__PURE__*/ (() => {
1268
1268
  let b = this.k;
1269
1269
  a.k = this.k;
1270
1270
  a.o = true;
1271
- a.ag = this.f.yr;
1271
+ a.ag = this.f.ys;
1272
1272
  a.value = b.value;
1273
1273
  if (b.k == 1) {
1274
1274
  let c = b;
1275
1275
  a.value = (c.startValue + c.endValue) / 2;
1276
1276
  }
1277
1277
  a.text = b.aq;
1278
- a.textColor = this.f.zq(b.bo, this.f.zp);
1279
- a.background = this.f.zq(b.bm, this.f.zo);
1280
- a.outline = this.f.zq(b.bn, a.background);
1278
+ a.textColor = this.f.zr(b.bo, this.f.zq);
1279
+ a.background = this.f.zr(b.bm, this.f.zp);
1280
+ a.outline = this.f.zr(b.bn, a.background);
1281
1281
  a.isBadgeEnabled = b.p;
1282
- a.badgeOutline = this.f.zq(b.bl, a.textColor);
1283
- a.badgeBackground = this.f.zq(b.bk, a.textColor);
1282
+ a.badgeOutline = this.f.zr(b.bl, a.textColor);
1283
+ a.badgeBackground = this.f.zr(b.bk, a.textColor);
1284
1284
  a.isPillShaped = b.r;
1285
1285
  if (!stringIsNullOrEmpty(b.ag)) {
1286
1286
  a.badgeImagePath = b.ag;
@@ -1327,15 +1327,15 @@ let UserAnnotationItems = /*@__PURE__*/ (() => {
1327
1327
  n(a, b) {
1328
1328
  if (this.c != null) {
1329
1329
  let c = this.c.itemsSource.indexOf(this.h);
1330
- this.c.qy(c, this.h, this.h);
1330
+ this.c.qz(c, this.h, this.h);
1331
1331
  }
1332
1332
  if (this.d != null) {
1333
1333
  let d = this.d.itemsSource.indexOf(this.i);
1334
- this.d.qy(d, this.i, this.i);
1334
+ this.d.qz(d, this.i, this.i);
1335
1335
  }
1336
1336
  if (this.b != null) {
1337
1337
  let e = this.b.itemsSource.indexOf(this.g);
1338
- this.b.qy(e, this.g, this.g);
1338
+ this.b.qz(e, this.g, this.g);
1339
1339
  }
1340
1340
  if (this.a != null) {
1341
1341
  this.o();