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
@@ -90,179 +90,179 @@ let IgcCalloutLayerComponent = /*@__PURE__*/ (() => {
90
90
  * Gets or sets whether or not callouts expand axis buffer for extra space for their render around data points.
91
91
  */
92
92
  get calloutExpandsAxisBufferEnabled() {
93
- return this.i.aca;
93
+ return this.i.acb;
94
94
  }
95
95
  set calloutExpandsAxisBufferEnabled(v) {
96
- this.i.aca = ensureBool(v);
97
- this._a("calloutExpandsAxisBufferEnabled", this.i.aca);
96
+ this.i.acb = ensureBool(v);
97
+ this._a("calloutExpandsAxisBufferEnabled", this.i.acb);
98
98
  }
99
99
  /**
100
100
  * Gets or sets whether or not callouts expand axis buffer only when callouts are visible in the chart.
101
101
  * This property is not used when the CalloutExpandsAxisBufferEnabled property is false or AutoCalloutVisibilityMode is not Dedicated.
102
102
  */
103
103
  get calloutExpandsAxisBufferOnlyWhenVisible() {
104
- return this.i.acc;
104
+ return this.i.acd;
105
105
  }
106
106
  set calloutExpandsAxisBufferOnlyWhenVisible(v) {
107
- this.i.acc = ensureBool(v);
108
- this._a("calloutExpandsAxisBufferOnlyWhenVisible", this.i.acc);
107
+ this.i.acd = ensureBool(v);
108
+ this._a("calloutExpandsAxisBufferOnlyWhenVisible", this.i.acd);
109
109
  }
110
110
  /**
111
111
  * Gets or sets whether or not recalculate callouts expand axis buffer on rendering frame.
112
112
  * This property is not used when the CalloutExpandsAxisBufferEnabled property is false or AutoCalloutVisibilityMode is not Dedicated.
113
113
  */
114
114
  get calloutExpandsAxisBufferOnInitialVisibility() {
115
- return this.i.acb;
115
+ return this.i.acc;
116
116
  }
117
117
  set calloutExpandsAxisBufferOnInitialVisibility(v) {
118
- this.i.acb = ensureBool(v);
119
- this._a("calloutExpandsAxisBufferOnInitialVisibility", this.i.acb);
118
+ this.i.acc = ensureBool(v);
119
+ this._a("calloutExpandsAxisBufferOnInitialVisibility", this.i.acc);
120
120
  }
121
121
  /**
122
122
  * Gets or sets whether or not suspend refresh of callouts while they shift from hidden to visible
123
123
  */
124
124
  get calloutSuspendedWhenShiftingToVisible() {
125
- return this.i.acd;
125
+ return this.i.ace;
126
126
  }
127
127
  set calloutSuspendedWhenShiftingToVisible(v) {
128
- this.i.acd = ensureBool(v);
129
- this._a("calloutSuspendedWhenShiftingToVisible", this.i.acd);
128
+ this.i.ace = ensureBool(v);
129
+ this._a("calloutSuspendedWhenShiftingToVisible", this.i.ace);
130
130
  }
131
131
  /**
132
132
  * Gets or sets the minimum vertical axis buffer for positioning callouts.
133
133
  * This property does not take precedence over the CalloutExpandsAxisBufferMaxHeight property.
134
134
  */
135
135
  get calloutExpandsAxisBufferMinHeight() {
136
- return this.i.ada;
136
+ return this.i.adb;
137
137
  }
138
138
  set calloutExpandsAxisBufferMinHeight(v) {
139
- this.i.ada = +v;
140
- this._a("calloutExpandsAxisBufferMinHeight", this.i.ada);
139
+ this.i.adb = +v;
140
+ this._a("calloutExpandsAxisBufferMinHeight", this.i.adb);
141
141
  }
142
142
  /**
143
143
  * Gets or sets the maximum vertical axis buffer for positioning callouts.
144
144
  * This property takes precedence over the CalloutExpandsAxisBufferMinHeight property.
145
145
  */
146
146
  get calloutExpandsAxisBufferMaxHeight() {
147
- return this.i.ac8;
147
+ return this.i.ac9;
148
148
  }
149
149
  set calloutExpandsAxisBufferMaxHeight(v) {
150
- this.i.ac8 = +v;
151
- this._a("calloutExpandsAxisBufferMaxHeight", this.i.ac8);
150
+ this.i.ac9 = +v;
151
+ this._a("calloutExpandsAxisBufferMaxHeight", this.i.ac9);
152
152
  }
153
153
  /**
154
154
  * Gets or sets the minimum horizontal axis buffer for positioning callouts.
155
155
  * This property does not take precedence over the CalloutExpandsAxisBufferMaxWidth property.
156
156
  */
157
157
  get calloutExpandsAxisBufferMinWidth() {
158
- return this.i.adb;
158
+ return this.i.adc;
159
159
  }
160
160
  set calloutExpandsAxisBufferMinWidth(v) {
161
- this.i.adb = +v;
162
- this._a("calloutExpandsAxisBufferMinWidth", this.i.adb);
161
+ this.i.adc = +v;
162
+ this._a("calloutExpandsAxisBufferMinWidth", this.i.adc);
163
163
  }
164
164
  /**
165
165
  * Gets or sets the maximum horizontal axis buffer for positioning callouts.
166
166
  * This property takes precedence over the CalloutExpandsAxisBufferMinWidth property.
167
167
  */
168
168
  get calloutExpandsAxisBufferMaxWidth() {
169
- return this.i.ac9;
169
+ return this.i.ada;
170
170
  }
171
171
  set calloutExpandsAxisBufferMaxWidth(v) {
172
- this.i.ac9 = +v;
173
- this._a("calloutExpandsAxisBufferMaxWidth", this.i.ac9);
172
+ this.i.ada = +v;
173
+ this._a("calloutExpandsAxisBufferMaxWidth", this.i.ada);
174
174
  }
175
175
  /**
176
176
  * Gets or sets the label mapping property for the callouts.
177
177
  */
178
178
  get labelMemberPath() {
179
- return this.i.afa;
179
+ return this.i.afb;
180
180
  }
181
181
  set labelMemberPath(v) {
182
- this.i.afa = v;
182
+ this.i.afb = v;
183
183
  }
184
184
  /**
185
185
  * Gets or sets the label mapping property for the callouts.
186
186
  */
187
187
  get xMemberPath() {
188
- return this.i.afq;
188
+ return this.i.afr;
189
189
  }
190
190
  set xMemberPath(v) {
191
- this.i.afq = v;
191
+ this.i.afr = v;
192
192
  }
193
193
  /**
194
194
  * Gets or sets the label mapping property for the callouts.
195
195
  */
196
196
  get yMemberPath() {
197
- return this.i.aft;
197
+ return this.i.afu;
198
198
  }
199
199
  set yMemberPath(v) {
200
- this.i.aft = v;
200
+ this.i.afu = v;
201
201
  }
202
202
  /**
203
203
  * Gets or sets the key mapping property for the callouts.
204
204
  */
205
205
  get keyMemberPath() {
206
- return this.i.ae4;
206
+ return this.i.ae5;
207
207
  }
208
208
  set keyMemberPath(v) {
209
- this.i.ae4 = v;
209
+ this.i.ae5 = v;
210
210
  }
211
211
  /**
212
212
  * Gets or sets whether to allow the callouts to be variable distances from the target points, for supporting collision modes.
213
213
  */
214
214
  get isCalloutOffsettingEnabled() {
215
- return this.i.acf;
215
+ return this.i.acg;
216
216
  }
217
217
  set isCalloutOffsettingEnabled(v) {
218
- this.i.acf = ensureBool(v);
219
- this._a("isCalloutOffsettingEnabled", this.i.acf);
218
+ this.i.acg = ensureBool(v);
219
+ this._a("isCalloutOffsettingEnabled", this.i.acg);
220
220
  }
221
221
  /**
222
222
  * Gets or sets the label format string to use for the label.
223
223
  */
224
224
  get labelFormat() {
225
- return this.i.ae7;
225
+ return this.i.ae8;
226
226
  }
227
227
  set labelFormat(v) {
228
- this.i.ae7 = v;
228
+ this.i.ae8 = v;
229
229
  }
230
230
  /**
231
231
  * Gets or sets the format specifiers to use with the LabelFormat string.
232
232
  */
233
233
  get labelFormatSpecifiers() {
234
- return this.i.aat;
234
+ return this.i.aau;
235
235
  }
236
236
  set labelFormatSpecifiers(v) {
237
237
  if (v && !Array.isArray(v) && typeof (v) == "string") {
238
238
  const re = /\s*(?:,|\s|$)\s*/gm;
239
239
  v = v.split(re);
240
240
  }
241
- this.i.aat = v;
241
+ this.i.aau = v;
242
242
  }
243
243
  /**
244
244
  * Gets or sets the content mapping property for the callouts.
245
245
  */
246
246
  get contentMemberPath() {
247
- return this.i.aev;
247
+ return this.i.aew;
248
248
  }
249
249
  set contentMemberPath(v) {
250
- this.i.aev = v;
250
+ this.i.aew = v;
251
251
  }
252
252
  /**
253
253
  * Gets or sets the name of the series series to target this annotation to. If null, this annotation targets all series simultaneously.
254
254
  */
255
255
  get targetSeriesName() {
256
- return this.i.afd;
256
+ return this.i.afe;
257
257
  }
258
258
  set targetSeriesName(v) {
259
- this.i.afd = v;
259
+ this.i.afe = v;
260
260
  }
261
261
  /**
262
262
  * Gets or sets the series to target this annotation to. If null, this annotation targets all series simultaneously.
263
263
  */
264
264
  get targetSeries() {
265
- const r = this.i.aba;
265
+ const r = this.i.abb;
266
266
  if (r == null) {
267
267
  return null;
268
268
  }
@@ -278,16 +278,16 @@ let IgcCalloutLayerComponent = /*@__PURE__*/ (() => {
278
278
  set targetSeries(v) {
279
279
  if (v != null && this._stylingContainer && v._styling)
280
280
  v._styling(this._stylingContainer, this, this);
281
- v == null ? this.i.aba = null : this.i.aba = v.i;
281
+ v == null ? this.i.abb = null : this.i.abb = v.i;
282
282
  }
283
283
  /**
284
284
  * Gets or sets a channel name to identify other callout layers within the chart to share collision information with.
285
285
  */
286
286
  get collisionChannel() {
287
- return this.i.aes;
287
+ return this.i.aet;
288
288
  }
289
289
  set collisionChannel(v) {
290
- this.i.aes = v;
290
+ this.i.aet = v;
291
291
  }
292
292
  /**
293
293
  * Gets or sets the allowed positions that the callout layer is allowed to use.
@@ -295,12 +295,12 @@ let IgcCalloutLayerComponent = /*@__PURE__*/ (() => {
295
295
  get allowedPositions() {
296
296
  if (this._allowedPositions === null) {
297
297
  let coll = new IgcCalloutPlacementPositionsCollection();
298
- let innerColl = this.i.aa5;
298
+ let innerColl = this.i.aa6;
299
299
  if (!innerColl) {
300
300
  innerColl = new CalloutPlacementPositionsCollection_internal();
301
301
  }
302
302
  this._allowedPositions = coll._fromInner(innerColl);
303
- this.i.aa5 = innerColl;
303
+ this.i.aa6 = innerColl;
304
304
  }
305
305
  return this._allowedPositions;
306
306
  }
@@ -312,204 +312,204 @@ let IgcCalloutLayerComponent = /*@__PURE__*/ (() => {
312
312
  let coll = new IgcCalloutPlacementPositionsCollection();
313
313
  this._allowedPositions = coll._fromOuter(v);
314
314
  let syncColl = new SyncableObservableCollection$1(CalloutPlacementPositions_$type);
315
- let innerColl = this.i.aa5;
315
+ let innerColl = this.i.aa6;
316
316
  if (!innerColl) {
317
317
  innerColl = new CalloutPlacementPositionsCollection_internal();
318
318
  }
319
319
  syncColl._inner = innerColl;
320
320
  syncColl.clear();
321
321
  this._allowedPositions._setSyncTarget(syncColl);
322
- this.i.aa5 = innerColl;
322
+ this.i.aa6 = innerColl;
323
323
  }
324
324
  /**
325
325
  * Gets or sets how to select the final value to annotate.
326
326
  */
327
327
  get isAutoCalloutBehaviorEnabled() {
328
- return this.i.ace;
328
+ return this.i.acf;
329
329
  }
330
330
  set isAutoCalloutBehaviorEnabled(v) {
331
- this.i.ace = ensureBool(v);
332
- this._a("isAutoCalloutBehaviorEnabled", this.i.ace);
331
+ this.i.acf = ensureBool(v);
332
+ this._a("isAutoCalloutBehaviorEnabled", this.i.acf);
333
333
  }
334
334
  /**
335
335
  * Gets or sets whether to use values, rather than labels for auto callout labels.
336
336
  */
337
337
  get useInterpolatedValueForAutoCalloutLabels() {
338
- return this.i.ack;
338
+ return this.i.acl;
339
339
  }
340
340
  set useInterpolatedValueForAutoCalloutLabels(v) {
341
- this.i.ack = ensureBool(v);
342
- this._a("useInterpolatedValueForAutoCalloutLabels", this.i.ack);
341
+ this.i.acl = ensureBool(v);
342
+ this._a("useInterpolatedValueForAutoCalloutLabels", this.i.acl);
343
343
  }
344
344
  /**
345
345
  * Gets or sets whether to the series color as the outline of the callout.
346
346
  */
347
347
  get useSeriesColorForOutline() {
348
- return this.i.acn;
348
+ return this.i.aco;
349
349
  }
350
350
  set useSeriesColorForOutline(v) {
351
- this.i.acn = ensureBool(v);
352
- this._a("useSeriesColorForOutline", this.i.acn);
351
+ this.i.aco = ensureBool(v);
352
+ this._a("useSeriesColorForOutline", this.i.aco);
353
353
  }
354
354
  /**
355
355
  * Gets or sets whether to the label color is automatically decided between a light and dark option for contrast.
356
356
  */
357
357
  get useAutoContrastingLabelColors() {
358
- return this.i.acj;
358
+ return this.i.ack;
359
359
  }
360
360
  set useAutoContrastingLabelColors(v) {
361
- this.i.acj = ensureBool(v);
362
- this._a("useAutoContrastingLabelColors", this.i.acj);
361
+ this.i.ack = ensureBool(v);
362
+ this._a("useAutoContrastingLabelColors", this.i.ack);
363
363
  }
364
364
  /**
365
365
  * Gets or sets whether to the series color as the outline of the callout.
366
366
  */
367
367
  get useItemColorForFill() {
368
- return this.i.acl;
368
+ return this.i.acm;
369
369
  }
370
370
  set useItemColorForFill(v) {
371
- this.i.acl = ensureBool(v);
372
- this._a("useItemColorForFill", this.i.acl);
371
+ this.i.acm = ensureBool(v);
372
+ this._a("useItemColorForFill", this.i.acm);
373
373
  }
374
374
  /**
375
375
  * Gets or sets whether to the series item color as the outline of the callout.
376
376
  */
377
377
  get useItemColorForOutline() {
378
- return this.i.acm;
378
+ return this.i.acn;
379
379
  }
380
380
  set useItemColorForOutline(v) {
381
- this.i.acm = ensureBool(v);
382
- this._a("useItemColorForOutline", this.i.acm);
381
+ this.i.acn = ensureBool(v);
382
+ this._a("useItemColorForOutline", this.i.acn);
383
383
  }
384
384
  /**
385
385
  * Gets or sets whether to use values, rather than labels for auto callout labels.
386
386
  */
387
387
  get useValueForAutoCalloutLabels() {
388
- return this.i.aco;
388
+ return this.i.acp;
389
389
  }
390
390
  set useValueForAutoCalloutLabels(v) {
391
- this.i.aco = ensureBool(v);
392
- this._a("useValueForAutoCalloutLabels", this.i.aco);
391
+ this.i.acp = ensureBool(v);
392
+ this._a("useValueForAutoCalloutLabels", this.i.acp);
393
393
  }
394
394
  /**
395
395
  * Gets or sets whether to use values, rather than labels for auto callout labels.
396
396
  */
397
397
  get highlightedValueLabelMode() {
398
- return this.i.aa9;
398
+ return this.i.aba;
399
399
  }
400
400
  set highlightedValueLabelMode(v) {
401
- this.i.aa9 = ensureEnum(HighlightedValueLabelMode_$type, v);
402
- this._a("highlightedValueLabelMode", enumToString(HighlightedValueLabelMode_$type, this.i.aa9));
401
+ this.i.aba = ensureEnum(HighlightedValueLabelMode_$type, v);
402
+ this._a("highlightedValueLabelMode", enumToString(HighlightedValueLabelMode_$type, this.i.aba));
403
403
  }
404
404
  /**
405
405
  * Gets or sets the rules for when the callouts should be visible.
406
406
  */
407
407
  get autoCalloutVisibilityMode() {
408
- return this.i.aay;
408
+ return this.i.aaz;
409
409
  }
410
410
  set autoCalloutVisibilityMode(v) {
411
- this.i.aay = ensureEnum(AutoCalloutVisibilityMode_$type, v);
412
- this._a("autoCalloutVisibilityMode", enumToString(AutoCalloutVisibilityMode_$type, this.i.aay));
411
+ this.i.aaz = ensureEnum(AutoCalloutVisibilityMode_$type, v);
412
+ this._a("autoCalloutVisibilityMode", enumToString(AutoCalloutVisibilityMode_$type, this.i.aaz));
413
413
  }
414
414
  /**
415
415
  * Gets or sets the corner radius to use for the callout borders.
416
416
  */
417
417
  get calloutCornerRadius() {
418
- return this.i.ac7;
418
+ return this.i.ac8;
419
419
  }
420
420
  set calloutCornerRadius(v) {
421
- this.i.ac7 = +v;
422
- this._a("calloutCornerRadius", this.i.ac7);
421
+ this.i.ac8 = +v;
422
+ this._a("calloutCornerRadius", this.i.ac8);
423
423
  }
424
424
  /**
425
425
  * Gets or sets the badge is visible in callout annotation.
426
426
  */
427
427
  get calloutBadgeVisible() {
428
- return this.i.ab9;
428
+ return this.i.aca;
429
429
  }
430
430
  set calloutBadgeVisible(v) {
431
- this.i.ab9 = ensureBool(v);
432
- this._a("calloutBadgeVisible", this.i.ab9);
431
+ this.i.aca = ensureBool(v);
432
+ this._a("calloutBadgeVisible", this.i.aca);
433
433
  }
434
434
  /**
435
435
  * Gets or sets the the badge width in callout annotation.
436
436
  */
437
437
  get calloutBadgeWidth() {
438
- return this.i.ac6;
438
+ return this.i.ac7;
439
439
  }
440
440
  set calloutBadgeWidth(v) {
441
- this.i.ac6 = +v;
442
- this._a("calloutBadgeWidth", this.i.ac6);
441
+ this.i.ac7 = +v;
442
+ this._a("calloutBadgeWidth", this.i.ac7);
443
443
  }
444
444
  /**
445
445
  * Gets or sets the the badge height in callout annotation.
446
446
  */
447
447
  get calloutBadgeHeight() {
448
- return this.i.ac4;
448
+ return this.i.ac5;
449
449
  }
450
450
  set calloutBadgeHeight(v) {
451
- this.i.ac4 = +v;
452
- this._a("calloutBadgeHeight", this.i.ac4);
451
+ this.i.ac5 = +v;
452
+ this._a("calloutBadgeHeight", this.i.ac5);
453
453
  }
454
454
  /**
455
455
  * Gets or sets the the badge thickness in callout annotation.
456
456
  */
457
457
  get calloutBadgeThickness() {
458
- return this.i.ac5;
458
+ return this.i.ac6;
459
459
  }
460
460
  set calloutBadgeThickness(v) {
461
- this.i.ac5 = +v;
462
- this._a("calloutBadgeThickness", this.i.ac5);
461
+ this.i.ac6 = +v;
462
+ this._a("calloutBadgeThickness", this.i.ac6);
463
463
  }
464
464
  /**
465
465
  * Gets or sets the badge outline in callout annotation.
466
466
  */
467
467
  get calloutBadgeOutline() {
468
- return brushToString(this.i.ah4);
468
+ return brushToString(this.i.ah5);
469
469
  }
470
470
  set calloutBadgeOutline(v) {
471
- this.i.ah4 = stringToBrush(v);
472
- this._a("calloutBadgeOutline", brushToString(this.i.ah4));
471
+ this.i.ah5 = stringToBrush(v);
472
+ this._a("calloutBadgeOutline", brushToString(this.i.ah5));
473
473
  }
474
474
  /**
475
475
  * Gets or sets the badge background in callout annotation.
476
476
  */
477
477
  get calloutBadgeBackground() {
478
- return brushToString(this.i.ah3);
478
+ return brushToString(this.i.ah4);
479
479
  }
480
480
  set calloutBadgeBackground(v) {
481
- this.i.ah3 = stringToBrush(v);
482
- this._a("calloutBadgeBackground", brushToString(this.i.ah3));
481
+ this.i.ah4 = stringToBrush(v);
482
+ this._a("calloutBadgeBackground", brushToString(this.i.ah4));
483
483
  }
484
484
  /**
485
485
  * Gets or sets whether or not the callout badge matches appearance of target series.
486
486
  */
487
487
  get calloutBadgeMatchSeries() {
488
- return this.i.ab8;
488
+ return this.i.ab9;
489
489
  }
490
490
  set calloutBadgeMatchSeries(v) {
491
- this.i.ab8 = ensureBool(v);
492
- this._a("calloutBadgeMatchSeries", this.i.ab8);
491
+ this.i.ab9 = ensureBool(v);
492
+ this._a("calloutBadgeMatchSeries", this.i.ab9);
493
493
  }
494
494
  /**
495
495
  * Gets or sets the gap between badge and text in callout annotation
496
496
  */
497
497
  get calloutBadgeGap() {
498
- return this.i.ac3;
498
+ return this.i.ac4;
499
499
  }
500
500
  set calloutBadgeGap(v) {
501
- this.i.ac3 = +v;
502
- this._a("calloutBadgeGap", this.i.ac3);
501
+ this.i.ac4 = +v;
502
+ this._a("calloutBadgeGap", this.i.ac4);
503
503
  }
504
504
  /**
505
505
  * Gets or sets the corner radius of badge in callout annotation
506
506
  */
507
507
  get calloutBadgeCorner() {
508
- return this.i.ac2;
508
+ return this.i.ac3;
509
509
  }
510
510
  set calloutBadgeCorner(v) {
511
- this.i.ac2 = +v;
512
- this._a("calloutBadgeCorner", this.i.ac2);
511
+ this.i.ac3 = +v;
512
+ this._a("calloutBadgeCorner", this.i.ac3);
513
513
  }
514
514
  /**
515
515
  * Gets or sets the mapping property for an image displayed in the badge of callout annotation
@@ -517,199 +517,199 @@ let IgcCalloutLayerComponent = /*@__PURE__*/ (() => {
517
517
  * Examples #2: "https://dl.infragistics.com/x/img/flags/{ISO3}.png" where "ISO3" is name of data column that contains image name: USA
518
518
  */
519
519
  get calloutBadgeImageMemberPath() {
520
- return this.i.adz;
520
+ return this.i.ad0;
521
521
  }
522
522
  set calloutBadgeImageMemberPath(v) {
523
- this.i.adz = v;
523
+ this.i.ad0 = v;
524
524
  }
525
525
  /**
526
526
  * Gets or sets whether to allow for custom callout styles.
527
527
  */
528
528
  get isCustomCalloutStyleEnabled() {
529
- return this.i.ach;
529
+ return this.i.aci;
530
530
  }
531
531
  set isCustomCalloutStyleEnabled(v) {
532
- this.i.ach = ensureBool(v);
533
- this._a("isCustomCalloutStyleEnabled", this.i.ach);
532
+ this.i.aci = ensureBool(v);
533
+ this._a("isCustomCalloutStyleEnabled", this.i.aci);
534
534
  }
535
535
  /**
536
536
  * Gets or sets whether to allow for custom callout styles.
537
537
  */
538
538
  get isCustomCalloutRenderStyleEnabled() {
539
- return this.i.acg;
539
+ return this.i.ach;
540
540
  }
541
541
  set isCustomCalloutRenderStyleEnabled(v) {
542
- this.i.acg = ensureBool(v);
543
- this._a("isCustomCalloutRenderStyleEnabled", this.i.acg);
542
+ this.i.ach = ensureBool(v);
543
+ this._a("isCustomCalloutRenderStyleEnabled", this.i.ach);
544
544
  }
545
545
  /**
546
546
  * Gets or sets the precision to use when values are used for the auto callout labels.
547
547
  */
548
548
  get autoCalloutLabelPrecision() {
549
- return this.i.adl;
549
+ return this.i.adm;
550
550
  }
551
551
  set autoCalloutLabelPrecision(v) {
552
- this.i.adl = +v;
553
- this._a("autoCalloutLabelPrecision", this.i.adl);
552
+ this.i.adm = +v;
553
+ this._a("autoCalloutLabelPrecision", this.i.adm);
554
554
  }
555
555
  /**
556
556
  * Gets or sets the color to use for the callout text. Leave unset for an automatic value.
557
557
  */
558
558
  get calloutTextColor() {
559
- return brushToString(this.i.ah9);
559
+ return brushToString(this.i.aia);
560
560
  }
561
561
  set calloutTextColor(v) {
562
- this.i.ah9 = stringToBrush(v);
563
- this._a("calloutTextColor", brushToString(this.i.ah9));
562
+ this.i.aia = stringToBrush(v);
563
+ this._a("calloutTextColor", brushToString(this.i.aia));
564
564
  }
565
565
  /**
566
566
  * Gets or sets the light color to use for the callout text. Leave unset for an automatic value.
567
567
  */
568
568
  get calloutLightTextColor() {
569
- return brushToString(this.i.ah7);
569
+ return brushToString(this.i.ah8);
570
570
  }
571
571
  set calloutLightTextColor(v) {
572
- this.i.ah7 = stringToBrush(v);
573
- this._a("calloutLightTextColor", brushToString(this.i.ah7));
572
+ this.i.ah8 = stringToBrush(v);
573
+ this._a("calloutLightTextColor", brushToString(this.i.ah8));
574
574
  }
575
575
  /**
576
576
  * Gets or sets the dark color to use for the callout text. Leave unset for an automatic value.
577
577
  */
578
578
  get calloutDarkTextColor() {
579
- return brushToString(this.i.ah5);
579
+ return brushToString(this.i.ah6);
580
580
  }
581
581
  set calloutDarkTextColor(v) {
582
- this.i.ah5 = stringToBrush(v);
583
- this._a("calloutDarkTextColor", brushToString(this.i.ah5));
582
+ this.i.ah6 = stringToBrush(v);
583
+ this._a("calloutDarkTextColor", brushToString(this.i.ah6));
584
584
  }
585
585
  /**
586
586
  * Gets or sets the brush that specifies how the backgrounds for the callouts of the layer are painted. Leave unset for an automatic value.
587
587
  */
588
588
  get calloutBackground() {
589
- return brushToString(this.i.ah2);
589
+ return brushToString(this.i.ah3);
590
590
  }
591
591
  set calloutBackground(v) {
592
- this.i.ah2 = stringToBrush(v);
593
- this._a("calloutBackground", brushToString(this.i.ah2));
592
+ this.i.ah3 = stringToBrush(v);
593
+ this._a("calloutBackground", brushToString(this.i.ah3));
594
594
  }
595
595
  /**
596
596
  * Gets or sets whether the callouts that collide with the boundary should be truncated.
597
597
  */
598
598
  get shouldTruncateOnBoundaryCollisions() {
599
- return this.i.aci;
599
+ return this.i.acj;
600
600
  }
601
601
  set shouldTruncateOnBoundaryCollisions(v) {
602
- this.i.aci = ensureBool(v);
603
- this._a("shouldTruncateOnBoundaryCollisions", this.i.aci);
602
+ this.i.acj = ensureBool(v);
603
+ this._a("shouldTruncateOnBoundaryCollisions", this.i.acj);
604
604
  }
605
605
  /**
606
606
  * Gets or sets the precision to use displaying values for interpolated crosshair positions.
607
607
  */
608
608
  get calloutInterpolatedValuePrecision() {
609
- return this.i.adm;
609
+ return this.i.adn;
610
610
  }
611
611
  set calloutInterpolatedValuePrecision(v) {
612
- this.i.adm = +v;
613
- this._a("calloutInterpolatedValuePrecision", this.i.adm);
612
+ this.i.adn = +v;
613
+ this._a("calloutInterpolatedValuePrecision", this.i.adn);
614
614
  }
615
615
  /**
616
616
  * Gets or sets the brush that specifies how the outlines for the callouts of the layer are painted.
617
617
  */
618
618
  get calloutOutline() {
619
- return brushToString(this.i.ah8);
619
+ return brushToString(this.i.ah9);
620
620
  }
621
621
  set calloutOutline(v) {
622
- this.i.ah8 = stringToBrush(v);
623
- this._a("calloutOutline", brushToString(this.i.ah8));
622
+ this.i.ah9 = stringToBrush(v);
623
+ this._a("calloutOutline", brushToString(this.i.ah9));
624
624
  }
625
625
  /**
626
626
  * Gets or sets the brush that specifies how the leader lines for the callouts of the layer are painted.
627
627
  */
628
628
  get calloutLeaderBrush() {
629
- return brushToString(this.i.ah6);
629
+ return brushToString(this.i.ah7);
630
630
  }
631
631
  set calloutLeaderBrush(v) {
632
- this.i.ah6 = stringToBrush(v);
633
- this._a("calloutLeaderBrush", brushToString(this.i.ah6));
632
+ this.i.ah7 = stringToBrush(v);
633
+ this._a("calloutLeaderBrush", brushToString(this.i.ah7));
634
634
  }
635
635
  /**
636
636
  * Gets or sets the left padding to use withing the callout. Leaving this NaN will use an automatic value related to the axis label margins.
637
637
  */
638
638
  get calloutPaddingLeft() {
639
- return this.i.add;
639
+ return this.i.ade;
640
640
  }
641
641
  set calloutPaddingLeft(v) {
642
- this.i.add = +v;
643
- this._a("calloutPaddingLeft", this.i.add);
642
+ this.i.ade = +v;
643
+ this._a("calloutPaddingLeft", this.i.ade);
644
644
  }
645
645
  /**
646
646
  * Gets or sets the top padding to use within the callout. Leaving this NaN will use an automatic value related to the axis label margins.
647
647
  */
648
648
  get calloutPaddingTop() {
649
- return this.i.adf;
649
+ return this.i.adg;
650
650
  }
651
651
  set calloutPaddingTop(v) {
652
- this.i.adf = +v;
653
- this._a("calloutPaddingTop", this.i.adf);
652
+ this.i.adg = +v;
653
+ this._a("calloutPaddingTop", this.i.adg);
654
654
  }
655
655
  /**
656
656
  * Gets or sets the right padding to use within the callout. Leaving this NaN will use an automatic value related to the axis label margins.
657
657
  */
658
658
  get calloutPaddingRight() {
659
- return this.i.ade;
659
+ return this.i.adf;
660
660
  }
661
661
  set calloutPaddingRight(v) {
662
- this.i.ade = +v;
663
- this._a("calloutPaddingRight", this.i.ade);
662
+ this.i.adf = +v;
663
+ this._a("calloutPaddingRight", this.i.adf);
664
664
  }
665
665
  /**
666
666
  * Gets or sets the bottom padding to use within the callout. Leaving this NaN will use an automatic value related to the axis label margins.
667
667
  */
668
668
  get calloutPaddingBottom() {
669
- return this.i.adc;
669
+ return this.i.add;
670
670
  }
671
671
  set calloutPaddingBottom(v) {
672
- this.i.adc = +v;
673
- this._a("calloutPaddingBottom", this.i.adc);
672
+ this.i.add = +v;
673
+ this._a("calloutPaddingBottom", this.i.add);
674
674
  }
675
675
  /**
676
676
  * Gets or sets the strategy to use for avoiding collisions between the callouts in this layer. Leave unset for an automatic value.
677
677
  */
678
678
  get calloutCollisionMode() {
679
- return this.i.aa0;
679
+ return this.i.aa1;
680
680
  }
681
681
  set calloutCollisionMode(v) {
682
- this.i.aa0 = ensureEnum(CalloutCollisionMode_$type, v);
683
- this._a("calloutCollisionMode", enumToString(CalloutCollisionMode_$type, this.i.aa0));
682
+ this.i.aa1 = ensureEnum(CalloutCollisionMode_$type, v);
683
+ this._a("calloutCollisionMode", enumToString(CalloutCollisionMode_$type, this.i.aa1));
684
684
  }
685
685
  /**
686
686
  * Gets or sets the padding to add to the callout positioning. Leave unset for an automatic value.
687
687
  */
688
688
  get calloutPositionPadding() {
689
- return this.i.adg;
689
+ return this.i.adh;
690
690
  }
691
691
  set calloutPositionPadding(v) {
692
- this.i.adg = +v;
693
- this._a("calloutPositionPadding", this.i.adg);
692
+ this.i.adh = +v;
693
+ this._a("calloutPositionPadding", this.i.adh);
694
694
  }
695
695
  /**
696
696
  * Gets or sets the stroke thickness for the callout backing. Leave unset for an automatic value.
697
697
  */
698
698
  get calloutStrokeThickness() {
699
- return this.i.adh;
699
+ return this.i.adi;
700
700
  }
701
701
  set calloutStrokeThickness(v) {
702
- this.i.adh = +v;
703
- this._a("calloutStrokeThickness", this.i.adh);
702
+ this.i.adi = +v;
703
+ this._a("calloutStrokeThickness", this.i.adi);
704
704
  }
705
705
  /**
706
706
  * Gets or sets the stroke thickness for the axis annotation backing. Leave unset for an automatic value.
707
707
  */
708
708
  get textStyle() {
709
- return this.i.afg;
709
+ return this.i.afh;
710
710
  }
711
711
  set textStyle(v) {
712
- this.i.afg = v;
712
+ this.i.afh = v;
713
713
  }
714
714
  findByName(name) {
715
715
  var baseResult = super.findByName(name);
@@ -736,7 +736,7 @@ let IgcCalloutLayerComponent = /*@__PURE__*/ (() => {
736
736
  this._inStyling = false;
737
737
  }
738
738
  getItemValue(item, memberPathName) {
739
- let iv = this.i.kz(item, memberPathName);
739
+ let iv = this.i.k0(item, memberPathName);
740
740
  return (iv);
741
741
  }
742
742
  /**
@@ -745,7 +745,7 @@ let IgcCalloutLayerComponent = /*@__PURE__*/ (() => {
745
745
  * @param memberPathName * The property name of a valid member path for the series
746
746
  */
747
747
  getMemberPathValue(memberPathName) {
748
- let iv = this.i.mo(memberPathName);
748
+ let iv = this.i.mp(memberPathName);
749
749
  return (iv);
750
750
  }
751
751
  /**
@@ -753,35 +753,35 @@ let IgcCalloutLayerComponent = /*@__PURE__*/ (() => {
753
753
 
754
754
  */
755
755
  invalidateCalloutContent() {
756
- this.i.af3();
756
+ this.i.af4();
757
757
  }
758
758
  /**
759
759
  * Resets actual visiable range margin
760
760
 
761
761
  */
762
762
  recalculateAxisRangeBuffer() {
763
- this.i.af7();
763
+ this.i.af8();
764
764
  }
765
765
  /**
766
766
  * Refresh axis buffer and callouts rendering
767
767
 
768
768
  */
769
769
  refreshAxisBufferAndCalloutPositions() {
770
- this.i.af8();
770
+ this.i.af9();
771
771
  }
772
772
  /**
773
773
  * Force the callout labels to reevaluate their positions.
774
774
 
775
775
  */
776
776
  refreshLabelPositions() {
777
- this.i.af9();
777
+ this.i.aga();
778
778
  }
779
779
  getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
780
- let iv = this.i.ww(toPoint(world), useInterpolation, skipUnknowns);
780
+ let iv = this.i.wx(toPoint(world), useInterpolation, skipUnknowns);
781
781
  return fromPoint(iv);
782
782
  }
783
783
  getItem(world) {
784
- let iv = this.i.kw(toPoint(world));
784
+ let iv = this.i.kx(toPoint(world));
785
785
  return (iv);
786
786
  }
787
787
  /**