igniteui-webcomponents-charts 3.2.3 → 3.5.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 (1081) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +29124 -22745
  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 +7 -7
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +141 -141
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +222 -222
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +18 -18
  9. package/esm2015/lib/AnnotationLayerProxy.js +39 -26
  10. package/esm2015/lib/AnnotationLayer_combined.js +133 -133
  11. package/esm2015/lib/AreaSeries_combined.js +44 -44
  12. package/esm2015/lib/AutomaticSeriesManager.js +7 -0
  13. package/esm2015/lib/AutomaticSeriesPurpose.js +11 -0
  14. package/esm2015/lib/AutomaticSeriesRequest.js +7 -0
  15. package/esm2015/lib/AutomaticSeriesRequestCollection.js +7 -0
  16. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  17. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  18. package/esm2015/lib/AxisAnnotationFrameManager.js +2 -2
  19. package/esm2015/lib/AxisAnnotationManager.js +1 -1
  20. package/esm2015/lib/AxisVisualDataManager.js +2 -2
  21. package/esm2015/lib/BarSeries_combined.js +127 -104
  22. package/esm2015/lib/BollingerBandWidthIndicator.js +20 -20
  23. package/esm2015/lib/BollingerBandsOverlay_combined.js +98 -98
  24. package/esm2015/lib/BrushScale.js +7 -7
  25. package/esm2015/lib/BubbleSeries_combined.js +255 -255
  26. package/esm2015/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  27. package/esm2015/lib/CalloutLayer_combined.js +451 -449
  28. package/esm2015/lib/CategoryBucketCalculator_combined.js +241 -240
  29. package/esm2015/lib/CategoryChart.js +554 -456
  30. package/esm2015/lib/CategoryDateTimeXAxis_combined.js +4 -4
  31. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  32. package/esm2015/lib/CategoryHighlightLayer_combined.js +52 -52
  33. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +121 -118
  34. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  35. package/esm2015/lib/CategorySeriesInteractionManager.js +8 -8
  36. package/esm2015/lib/CategoryToolTipLayer_combined.js +74 -74
  37. package/esm2015/lib/CategoryTrendLineManagerBase.js +1 -1
  38. package/esm2015/lib/CategoryXAxis_combined.js +140 -23
  39. package/esm2015/lib/CategoryYAxis_combined.js +140 -23
  40. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  41. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  42. package/esm2015/lib/ChartGroupDescription.js +52 -0
  43. package/esm2015/lib/ChartGroupDescriptionCollection.js +84 -0
  44. package/esm2015/lib/ChartSortDescription.js +61 -0
  45. package/esm2015/lib/ChartSortDescriptionCollection.js +90 -0
  46. package/esm2015/lib/ChartSummaryDescription.js +123 -0
  47. package/esm2015/lib/ChartSummaryDescriptionCollection.js +96 -0
  48. package/esm2015/lib/ColumnSeries_combined.js +65 -65
  49. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  50. package/esm2015/lib/CrosshairLayer_combined.js +85 -85
  51. package/esm2015/lib/CustomIndicator.js +23 -23
  52. package/esm2015/lib/DataChartToolbarFactoryManager.js +27 -0
  53. package/esm2015/lib/DataChartToolbarProvider.js +107 -0
  54. package/esm2015/lib/DataChartVisualDataManager.js +4 -4
  55. package/esm2015/lib/DataLegendSummaryCalculationAverage.js +1 -1
  56. package/esm2015/lib/DataLegendSummaryCalculationMax.js +1 -1
  57. package/esm2015/lib/DataLegendSummaryCalculationMin.js +1 -1
  58. package/esm2015/lib/DataLegendSummaryCalculationTotal.js +1 -1
  59. package/esm2015/lib/DataToolTipLayer_combined.js +442 -440
  60. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  61. package/esm2015/lib/DomainChart.js +2165 -1902
  62. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  63. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  64. package/esm2015/lib/FinalValueLayer_combined.js +70 -70
  65. package/esm2015/lib/FinancialChart_combined.js +1440 -1356
  66. package/esm2015/lib/FinancialEventArgs_combined.js +586 -586
  67. package/esm2015/lib/FinancialIndicator_combined.js +201 -201
  68. package/esm2015/lib/FinancialOverlay.js +36 -36
  69. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  70. package/esm2015/lib/FinancialPriceSeriesProxy.js +16 -16
  71. package/esm2015/lib/FinancialPriceSeries_combined.js +239 -239
  72. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  73. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  74. package/esm2015/lib/HighDensityScatterSeries_combined.js +436 -436
  75. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +106 -106
  76. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  77. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  78. package/esm2015/lib/HorizontalRangeCategorySeries.js +55 -55
  79. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  80. package/esm2015/lib/IDataChartToolbarProvider.js +7 -0
  81. package/esm2015/lib/IZoomableCategoryAxis.js +11 -0
  82. package/esm2015/lib/IndicatorProxy.js +11 -11
  83. package/esm2015/lib/ItemToolTipLayer_combined.js +79 -79
  84. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  85. package/esm2015/lib/LineSeries_combined.js +38 -38
  86. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  87. package/esm2015/lib/MassIndexIndicator.js +6 -6
  88. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  89. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  90. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  91. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  92. package/esm2015/lib/NumberAbbreviator.js +1 -1
  93. package/esm2015/lib/NumericXAxis_combined.js +3 -3
  94. package/esm2015/lib/NumericYAxis_combined.js +3 -3
  95. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  96. package/esm2015/lib/OrdinalTimeXAxis.js +113 -113
  97. package/esm2015/lib/OverlayProxy.js +8 -8
  98. package/esm2015/lib/PercentChangeYAxis_combined.js +1 -1
  99. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  100. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  101. package/esm2015/lib/PieChartViewManager_combined.js +9 -9
  102. package/esm2015/lib/PointSeries_combined.js +19 -19
  103. package/esm2015/lib/PolarAreaSeries_combined.js +23 -23
  104. package/esm2015/lib/PolarBase_combined.js +388 -388
  105. package/esm2015/lib/PolarLineSeriesBase_combined.js +55 -55
  106. package/esm2015/lib/PolarLineSeries_combined.js +21 -21
  107. package/esm2015/lib/PolarScatterSeries_combined.js +13 -13
  108. package/esm2015/lib/PolarSplineAreaSeries_combined.js +24 -24
  109. package/esm2015/lib/PolarSplineSeries_combined.js +23 -23
  110. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  111. package/esm2015/lib/PriceChannelOverlay_combined.js +78 -78
  112. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  113. package/esm2015/lib/RadialAreaSeries_combined.js +35 -35
  114. package/esm2015/lib/RadialAxisLabelPanel_combined.js +1 -1
  115. package/esm2015/lib/RadialBucketCalculator_combined.js +156 -156
  116. package/esm2015/lib/RadialColumnSeries_combined.js +47 -47
  117. package/esm2015/lib/RadialLineSeries_combined.js +37 -37
  118. package/esm2015/lib/RadialPieSeries_combined.js +45 -45
  119. package/esm2015/lib/RangeAreaSeries_combined.js +22 -22
  120. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  121. package/esm2015/lib/RangeColumnSeries_combined.js +35 -35
  122. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  123. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  124. package/esm2015/lib/ScatterAreaSeries_combined.js +128 -128
  125. package/esm2015/lib/ScatterBase_combined.js +445 -445
  126. package/esm2015/lib/ScatterContourSeries_combined.js +112 -112
  127. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  128. package/esm2015/lib/ScatterLineSeries.js +51 -51
  129. package/esm2015/lib/ScatterLineSeriesView.js +7 -7
  130. package/esm2015/lib/ScatterPolygonSeries_combined.js +206 -206
  131. package/esm2015/lib/ScatterPolylineSeries_combined.js +22 -22
  132. package/esm2015/lib/ScatterSeries_combined.js +15 -15
  133. package/esm2015/lib/ScatterSplineSeries.js +38 -38
  134. package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
  135. package/esm2015/lib/ScatterTriangulationSeries.js +177 -177
  136. package/esm2015/lib/SeriesInteractionManager.js +80 -80
  137. package/esm2015/lib/SeriesRenderManager.js +17 -17
  138. package/esm2015/lib/SeriesRenderingArguments.js +1 -1
  139. package/esm2015/lib/SeriesViewerInteractionManager.js +198 -198
  140. package/esm2015/lib/SeriesViewerScrollbarManager.js +7 -7
  141. package/esm2015/lib/SeriesViewerSurfaceViewer.js +14 -14
  142. package/esm2015/lib/SeriesViewer_combined.js +3505 -3171
  143. package/esm2015/lib/SeriesVisualDataManager.js +23 -23
  144. package/esm2015/lib/ShapeSeriesBase_combined.js +303 -303
  145. package/esm2015/lib/SizeScale.js +3 -3
  146. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  147. package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
  148. package/esm2015/lib/SplineSeriesBase_combined.js +123 -123
  149. package/esm2015/lib/SplineSeries_combined.js +25 -25
  150. package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
  151. package/esm2015/lib/Stacked100BarBucketCalculator.js +6 -6
  152. package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
  153. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +6 -6
  154. package/esm2015/lib/Stacked100ColumnSeries_combined.js +15 -15
  155. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  156. package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
  157. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  158. package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
  159. package/esm2015/lib/StackedLineSeries_combined.js +9 -9
  160. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1556 -1455
  161. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  162. package/esm2015/lib/StepAreaSeries_combined.js +37 -37
  163. package/esm2015/lib/StepLineSeries_combined.js +43 -43
  164. package/esm2015/lib/StochRSIIndicator.js +15 -15
  165. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  166. package/esm2015/lib/TRIXIndicator.js +16 -16
  167. package/esm2015/lib/TileZoomManager_combined.js +9 -9
  168. package/esm2015/lib/TimeAxisBase.js +8 -8
  169. package/esm2015/lib/TimeXAxis.js +10 -10
  170. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  171. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  172. package/esm2015/lib/ValueOverlay_combined.js +115 -115
  173. package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
  174. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  175. package/esm2015/lib/WaterfallSeries_combined.js +103 -103
  176. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  177. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  178. package/esm2015/lib/XYChart.js +802 -802
  179. package/esm2015/lib/igc-absolute-volume-oscillator-indicator-component.js +14 -0
  180. package/esm2015/lib/igc-accumulation-distribution-indicator-component.js +14 -0
  181. package/esm2015/lib/igc-anchored-category-series-component.js +32 -18
  182. package/esm2015/lib/igc-anchored-radial-series-component.js +45 -31
  183. package/esm2015/lib/igc-annotation-layer-component.js +31 -17
  184. package/esm2015/lib/igc-area-fragment-component.js +14 -0
  185. package/esm2015/lib/igc-area-series-component.js +14 -0
  186. package/esm2015/lib/igc-assigning-series-style-event-args-base.js +33 -5
  187. package/esm2015/lib/igc-average-directional-index-indicator-component.js +17 -3
  188. package/esm2015/lib/igc-average-true-range-indicator-component.js +17 -3
  189. package/esm2015/lib/igc-axis-annotation.js +5 -0
  190. package/esm2015/lib/igc-axis-component.js +28 -6
  191. package/esm2015/lib/igc-bar-fragment-component.js +34 -18
  192. package/esm2015/lib/igc-bar-series-component.js +25 -11
  193. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +20 -6
  194. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +23 -9
  195. package/esm2015/lib/igc-brush-scale-component.js +20 -0
  196. package/esm2015/lib/igc-bubble-series-component.js +60 -44
  197. package/esm2015/lib/igc-calculated-column.js +5 -0
  198. package/esm2015/lib/igc-callout-annotation.js +12 -6
  199. package/esm2015/lib/igc-callout-label-updating-event-args.js +36 -6
  200. package/esm2015/lib/igc-callout-layer-component.js +115 -95
  201. package/esm2015/lib/igc-callout-render-style-updating-event-args.js +7 -6
  202. package/esm2015/lib/igc-callout-series-selecting-event-args.js +7 -6
  203. package/esm2015/lib/igc-callout-style-updating-event-args.js +7 -6
  204. package/esm2015/lib/igc-category-angle-axis-component.js +14 -0
  205. package/esm2015/lib/igc-category-axis-base-component.js +14 -0
  206. package/esm2015/lib/igc-category-chart-component.js +169 -112
  207. package/esm2015/lib/igc-category-date-time-x-axis-component.js +14 -0
  208. package/esm2015/lib/igc-category-highlight-layer-component.js +28 -13
  209. package/esm2015/lib/igc-category-item-highlight-layer-component.js +47 -32
  210. package/esm2015/lib/igc-category-series-component.js +36 -20
  211. package/esm2015/lib/igc-category-tool-tip-layer-component.js +27 -12
  212. package/esm2015/lib/igc-category-x-axis-component.js +89 -2
  213. package/esm2015/lib/igc-category-y-axis-component.js +89 -2
  214. package/esm2015/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
  215. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +17 -3
  216. package/esm2015/lib/igc-chart-cursor-event-args.js +10 -8
  217. package/esm2015/lib/igc-chart-group-description-collection.js +105 -0
  218. package/esm2015/lib/igc-chart-group-description-module.js +15 -0
  219. package/esm2015/lib/igc-chart-group-description.js +20 -0
  220. package/esm2015/lib/igc-chart-mouse-event-args.js +10 -8
  221. package/esm2015/lib/igc-chart-series-event-args.js +7 -6
  222. package/esm2015/lib/igc-chart-sort-description-collection.js +115 -0
  223. package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
  224. package/esm2015/lib/igc-chart-sort-description.js +66 -0
  225. package/esm2015/lib/igc-chart-summary-description-collection.js +112 -0
  226. package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
  227. package/esm2015/lib/igc-chart-summary-description.js +101 -0
  228. package/esm2015/lib/igc-color-scale-component.js +20 -0
  229. package/esm2015/lib/igc-column-fragment-component.js +39 -23
  230. package/esm2015/lib/igc-column-series-component.js +27 -13
  231. package/esm2015/lib/igc-column-supporting-calculation.js +5 -0
  232. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +17 -3
  233. package/esm2015/lib/igc-contour-value-resolver-component.js +19 -0
  234. package/esm2015/lib/igc-crosshair-layer-component.js +105 -90
  235. package/esm2015/lib/igc-custom-contour-value-resolver-component.js +15 -0
  236. package/esm2015/lib/igc-custom-indicator-component.js +14 -0
  237. package/esm2015/lib/igc-custom-palette-brush-scale-component.js +14 -0
  238. package/esm2015/lib/igc-custom-palette-color-scale-component.js +14 -0
  239. package/esm2015/lib/igc-data-chart-component.js +95 -95
  240. package/esm2015/lib/igc-data-chart-mouse-button-event-args.js +10 -8
  241. package/esm2015/lib/igc-data-legend-component.js +12 -1
  242. package/esm2015/lib/igc-data-source-supporting-calculation.js +5 -0
  243. package/esm2015/lib/igc-data-tool-tip-layer-component.js +379 -364
  244. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +17 -3
  245. package/esm2015/lib/igc-domain-chart-component.js +969 -650
  246. package/esm2015/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
  247. package/esm2015/lib/igc-doughnut-chart-component.js +7 -0
  248. package/esm2015/lib/igc-ease-of-movement-indicator-component.js +14 -0
  249. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +17 -3
  250. package/esm2015/lib/igc-final-value-layer-component.js +57 -42
  251. package/esm2015/lib/igc-financial-calculation-data-source.js +14 -6
  252. package/esm2015/lib/igc-financial-calculation-supporting-calculations.js +29 -16
  253. package/esm2015/lib/igc-financial-chart-component.js +215 -157
  254. package/esm2015/lib/igc-financial-chart-custom-indicator-args.js +7 -6
  255. package/esm2015/lib/igc-financial-event-args.js +22 -10
  256. package/esm2015/lib/igc-financial-indicator-component.js +30 -16
  257. package/esm2015/lib/igc-financial-overlay-component.js +19 -5
  258. package/esm2015/lib/igc-financial-price-series-component.js +44 -30
  259. package/esm2015/lib/igc-financial-series-component.js +79 -60
  260. package/esm2015/lib/igc-force-index-indicator-component.js +18 -4
  261. package/esm2015/lib/igc-fragment-base-component.js +16 -2
  262. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +20 -6
  263. package/esm2015/lib/igc-funnel-chart-component.js +9 -0
  264. package/esm2015/lib/igc-funnel-data-context.js +5 -0
  265. package/esm2015/lib/igc-hierarchical-ring-series-component.js +14 -0
  266. package/esm2015/lib/igc-high-density-scatter-series-component.js +74 -57
  267. package/esm2015/lib/igc-highlighting-info.js +12 -6
  268. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +35 -19
  269. package/esm2015/lib/igc-horizontal-range-category-series-component.js +47 -31
  270. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +31 -15
  271. package/esm2015/lib/igc-item-tool-tip-layer-component.js +33 -18
  272. package/esm2015/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
  273. package/esm2015/lib/igc-legend-base-component.js +10 -0
  274. package/esm2015/lib/igc-line-fragment-component.js +15 -1
  275. package/esm2015/lib/igc-line-series-component.js +15 -1
  276. package/esm2015/lib/igc-linear-contour-value-resolver-component.js +14 -0
  277. package/esm2015/lib/igc-marker-series-component.js +42 -28
  278. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +15 -1
  279. package/esm2015/lib/igc-mass-index-indicator-component.js +14 -0
  280. package/esm2015/lib/igc-median-price-indicator-component.js +14 -0
  281. package/esm2015/lib/igc-money-flow-index-indicator-component.js +18 -4
  282. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +15 -1
  283. package/esm2015/lib/igc-negative-volume-index-indicator-component.js +14 -0
  284. package/esm2015/lib/igc-numeric-angle-axis-component.js +14 -0
  285. package/esm2015/lib/igc-numeric-axis-base-component.js +14 -0
  286. package/esm2015/lib/igc-numeric-radius-axis-component.js +14 -0
  287. package/esm2015/lib/igc-numeric-x-axis-component.js +14 -0
  288. package/esm2015/lib/igc-numeric-y-axis-component.js +14 -0
  289. package/esm2015/lib/igc-on-balance-volume-indicator-component.js +14 -0
  290. package/esm2015/lib/igc-ordinal-time-x-axis-component.js +19 -5
  291. package/esm2015/lib/igc-percent-change-y-axis-component.js +14 -0
  292. package/esm2015/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
  293. package/esm2015/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
  294. package/esm2015/lib/igc-pie-chart-base-component.js +28 -0
  295. package/esm2015/lib/igc-pie-slice-others-context.js +5 -0
  296. package/esm2015/lib/igc-plot-area-mouse-button-event-args.js +3 -2
  297. package/esm2015/lib/igc-plot-area-mouse-event-args.js +3 -2
  298. package/esm2015/lib/igc-point-series-component.js +14 -0
  299. package/esm2015/lib/igc-polar-area-series-component.js +17 -3
  300. package/esm2015/lib/igc-polar-base-component.js +95 -77
  301. package/esm2015/lib/igc-polar-line-series-base-component.js +14 -0
  302. package/esm2015/lib/igc-polar-line-series-component.js +18 -4
  303. package/esm2015/lib/igc-polar-scatter-series-component.js +14 -0
  304. package/esm2015/lib/igc-polar-spline-area-series-component.js +18 -4
  305. package/esm2015/lib/igc-polar-spline-series-component.js +18 -4
  306. package/esm2015/lib/igc-positive-volume-index-indicator-component.js +14 -0
  307. package/esm2015/lib/igc-price-channel-overlay-component.js +20 -6
  308. package/esm2015/lib/igc-price-volume-trend-indicator-component.js +14 -0
  309. package/esm2015/lib/igc-radial-area-series-component.js +17 -3
  310. package/esm2015/lib/igc-radial-base-component.js +49 -31
  311. package/esm2015/lib/igc-radial-column-series-component.js +23 -9
  312. package/esm2015/lib/igc-radial-line-series-component.js +18 -4
  313. package/esm2015/lib/igc-radial-pie-series-component.js +23 -9
  314. package/esm2015/lib/igc-range-area-series-component.js +14 -0
  315. package/esm2015/lib/igc-range-category-series-component.js +20 -6
  316. package/esm2015/lib/igc-range-column-series-component.js +24 -10
  317. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +17 -3
  318. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +18 -4
  319. package/esm2015/lib/igc-ring-series-base-component.js +20 -0
  320. package/esm2015/lib/igc-ring-series-component.js +25 -5
  321. package/esm2015/lib/igc-ring.js +12 -6
  322. package/esm2015/lib/igc-scale-legend-component.js +14 -0
  323. package/esm2015/lib/igc-scaler-params.js +5 -0
  324. package/esm2015/lib/igc-scatter-area-series-component.js +40 -24
  325. package/esm2015/lib/igc-scatter-base-component.js +79 -61
  326. package/esm2015/lib/igc-scatter-contour-series-component.js +46 -29
  327. package/esm2015/lib/igc-scatter-line-series-component.js +18 -4
  328. package/esm2015/lib/igc-scatter-polygon-series-component.js +59 -39
  329. package/esm2015/lib/igc-scatter-polyline-series-component.js +27 -7
  330. package/esm2015/lib/igc-scatter-series-component.js +14 -0
  331. package/esm2015/lib/igc-scatter-spline-series-component.js +18 -4
  332. package/esm2015/lib/igc-scatter-triangulation-series-component.js +54 -37
  333. package/esm2015/lib/igc-series-component.js +215 -185
  334. package/esm2015/lib/igc-series-viewer-component.js +417 -282
  335. package/esm2015/lib/igc-shape-series-base-component.js +64 -45
  336. package/esm2015/lib/igc-size-scale-component.js +20 -0
  337. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +17 -3
  338. package/esm2015/lib/igc-sparkline-component.js +5 -0
  339. package/esm2015/lib/igc-spline-area-fragment-component.js +15 -1
  340. package/esm2015/lib/igc-spline-area-series-component.js +15 -1
  341. package/esm2015/lib/igc-spline-fragment-base-component.js +16 -2
  342. package/esm2015/lib/igc-spline-fragment-component.js +15 -1
  343. package/esm2015/lib/igc-spline-series-base-component.js +20 -6
  344. package/esm2015/lib/igc-spline-series-component.js +15 -1
  345. package/esm2015/lib/igc-stacked-100-area-series-component.js +15 -1
  346. package/esm2015/lib/igc-stacked-100-bar-series-component.js +15 -1
  347. package/esm2015/lib/igc-stacked-100-column-series-component.js +15 -1
  348. package/esm2015/lib/igc-stacked-100-line-series-component.js +15 -1
  349. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +15 -1
  350. package/esm2015/lib/igc-stacked-100-spline-series-component.js +15 -1
  351. package/esm2015/lib/igc-stacked-area-series-component.js +14 -0
  352. package/esm2015/lib/igc-stacked-bar-series-component.js +26 -12
  353. package/esm2015/lib/igc-stacked-column-series-component.js +23 -9
  354. package/esm2015/lib/igc-stacked-fragment-series-component.js +284 -218
  355. package/esm2015/lib/igc-stacked-line-series-component.js +15 -1
  356. package/esm2015/lib/igc-stacked-series-base-component.js +12 -11
  357. package/esm2015/lib/igc-stacked-series-created-event-args.js +11 -5
  358. package/esm2015/lib/igc-stacked-spline-area-series-component.js +18 -4
  359. package/esm2015/lib/igc-stacked-spline-series-component.js +18 -4
  360. package/esm2015/lib/igc-standard-deviation-indicator-component.js +17 -3
  361. package/esm2015/lib/igc-step-area-series-component.js +16 -2
  362. package/esm2015/lib/igc-step-line-series-component.js +17 -3
  363. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +17 -3
  364. package/esm2015/lib/igc-straight-numeric-axis-base-component.js +14 -0
  365. package/esm2015/lib/igc-strategy-based-indicator-component.js +14 -0
  366. package/esm2015/lib/igc-time-axis-base-component.js +14 -0
  367. package/esm2015/lib/igc-time-axis-break-component.js +19 -0
  368. package/esm2015/lib/igc-time-axis-interval-component.js +19 -0
  369. package/esm2015/lib/igc-time-axis-label-format-component.js +19 -0
  370. package/esm2015/lib/igc-time-x-axis-component.js +14 -0
  371. package/esm2015/lib/igc-treemap-component.js +11 -0
  372. package/esm2015/lib/igc-treemap-node-style-component.js +19 -0
  373. package/esm2015/lib/igc-treemap-node-style-mapping-component.js +14 -0
  374. package/esm2015/lib/igc-treemap-node-styling-event-args.js +7 -6
  375. package/esm2015/lib/igc-trix-indicator-component.js +17 -3
  376. package/esm2015/lib/igc-typical-price-indicator-component.js +14 -0
  377. package/esm2015/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
  378. package/esm2015/lib/igc-value-brush-scale-component.js +14 -0
  379. package/esm2015/lib/igc-value-overlay-component.js +67 -52
  380. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +38 -22
  381. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +30 -14
  382. package/esm2015/lib/igc-waterfall-series-component.js +33 -19
  383. package/esm2015/lib/igc-weighted-close-indicator-component.js +14 -0
  384. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +17 -3
  385. package/esm2015/lib/igc-xy-chart-component.js +232 -218
  386. package/esm2015/lib/igc-zoom-slider-component.js +7 -7
  387. package/esm2015/public_api.js +23 -0
  388. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  389. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  390. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  391. package/esm5/lib/AnchoredCategorySeries_combined.js +140 -140
  392. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +220 -220
  393. package/esm5/lib/AngleAxisLabelPanel_combined.js +18 -18
  394. package/esm5/lib/AnnotationLayerProxy.js +39 -26
  395. package/esm5/lib/AnnotationLayer_combined.js +132 -132
  396. package/esm5/lib/AreaSeries_combined.js +44 -44
  397. package/esm5/lib/AutomaticSeriesManager.js +7 -0
  398. package/esm5/lib/AutomaticSeriesPurpose.js +11 -0
  399. package/esm5/lib/AutomaticSeriesRequest.js +7 -0
  400. package/esm5/lib/AutomaticSeriesRequestCollection.js +7 -0
  401. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  402. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  403. package/esm5/lib/AxisAnnotationFrameManager.js +2 -2
  404. package/esm5/lib/AxisAnnotationManager.js +1 -1
  405. package/esm5/lib/AxisVisualDataManager.js +2 -2
  406. package/esm5/lib/BarSeries_combined.js +127 -104
  407. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  408. package/esm5/lib/BollingerBandsOverlay_combined.js +98 -98
  409. package/esm5/lib/BrushScale.js +7 -7
  410. package/esm5/lib/BubbleSeries_combined.js +252 -252
  411. package/esm5/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  412. package/esm5/lib/CalloutLayer_combined.js +442 -440
  413. package/esm5/lib/CategoryBucketCalculator_combined.js +241 -240
  414. package/esm5/lib/CategoryChart.js +531 -413
  415. package/esm5/lib/CategoryDateTimeXAxis_combined.js +4 -4
  416. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  417. package/esm5/lib/CategoryHighlightLayer_combined.js +51 -51
  418. package/esm5/lib/CategoryItemHighlightLayer_combined.js +121 -118
  419. package/esm5/lib/CategoryMarkerManager.js +1 -1
  420. package/esm5/lib/CategorySeriesInteractionManager.js +8 -8
  421. package/esm5/lib/CategoryToolTipLayer_combined.js +74 -74
  422. package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
  423. package/esm5/lib/CategoryXAxis_combined.js +140 -23
  424. package/esm5/lib/CategoryYAxis_combined.js +140 -23
  425. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  426. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  427. package/esm5/lib/ChartGroupDescription.js +59 -0
  428. package/esm5/lib/ChartGroupDescriptionCollection.js +94 -0
  429. package/esm5/lib/ChartSortDescription.js +75 -0
  430. package/esm5/lib/ChartSortDescriptionCollection.js +104 -0
  431. package/esm5/lib/ChartSummaryDescription.js +149 -0
  432. package/esm5/lib/ChartSummaryDescriptionCollection.js +110 -0
  433. package/esm5/lib/ColumnSeries_combined.js +64 -64
  434. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  435. package/esm5/lib/CrosshairLayer_combined.js +85 -85
  436. package/esm5/lib/CustomIndicator.js +23 -23
  437. package/esm5/lib/DataChartToolbarFactoryManager.js +31 -0
  438. package/esm5/lib/DataChartToolbarProvider.js +117 -0
  439. package/esm5/lib/DataChartVisualDataManager.js +4 -4
  440. package/esm5/lib/DataLegendSummaryCalculationAverage.js +1 -1
  441. package/esm5/lib/DataLegendSummaryCalculationMax.js +1 -1
  442. package/esm5/lib/DataLegendSummaryCalculationMin.js +1 -1
  443. package/esm5/lib/DataLegendSummaryCalculationTotal.js +1 -1
  444. package/esm5/lib/DataToolTipLayer_combined.js +436 -434
  445. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  446. package/esm5/lib/DomainChart.js +2101 -1752
  447. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  448. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  449. package/esm5/lib/FinalValueLayer_combined.js +70 -70
  450. package/esm5/lib/FinancialChart_combined.js +1404 -1299
  451. package/esm5/lib/FinancialEventArgs_combined.js +581 -581
  452. package/esm5/lib/FinancialIndicator_combined.js +200 -200
  453. package/esm5/lib/FinancialOverlay.js +36 -36
  454. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  455. package/esm5/lib/FinancialPriceSeriesProxy.js +16 -16
  456. package/esm5/lib/FinancialPriceSeries_combined.js +238 -238
  457. package/esm5/lib/ForceIndexIndicator.js +15 -15
  458. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  459. package/esm5/lib/HighDensityScatterSeries_combined.js +433 -433
  460. package/esm5/lib/HorizontalAnchoredCategorySeries.js +105 -105
  461. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  462. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  463. package/esm5/lib/HorizontalRangeCategorySeries.js +55 -55
  464. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  465. package/esm5/lib/IDataChartToolbarProvider.js +7 -0
  466. package/esm5/lib/IZoomableCategoryAxis.js +11 -0
  467. package/esm5/lib/IndicatorProxy.js +11 -11
  468. package/esm5/lib/ItemToolTipLayer_combined.js +79 -79
  469. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  470. package/esm5/lib/LineSeries_combined.js +38 -38
  471. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  472. package/esm5/lib/MassIndexIndicator.js +6 -6
  473. package/esm5/lib/MedianPriceIndicator.js +6 -6
  474. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  475. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  476. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  477. package/esm5/lib/NumberAbbreviator.js +1 -1
  478. package/esm5/lib/NumericXAxis_combined.js +3 -3
  479. package/esm5/lib/NumericYAxis_combined.js +3 -3
  480. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  481. package/esm5/lib/OrdinalTimeXAxis.js +109 -109
  482. package/esm5/lib/OverlayProxy.js +8 -8
  483. package/esm5/lib/PercentChangeYAxis_combined.js +1 -1
  484. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  485. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  486. package/esm5/lib/PieChartViewManager_combined.js +9 -9
  487. package/esm5/lib/PointSeries_combined.js +19 -19
  488. package/esm5/lib/PolarAreaSeries_combined.js +23 -23
  489. package/esm5/lib/PolarBase_combined.js +384 -384
  490. package/esm5/lib/PolarLineSeriesBase_combined.js +55 -55
  491. package/esm5/lib/PolarLineSeries_combined.js +21 -21
  492. package/esm5/lib/PolarScatterSeries_combined.js +13 -13
  493. package/esm5/lib/PolarSplineAreaSeries_combined.js +24 -24
  494. package/esm5/lib/PolarSplineSeries_combined.js +23 -23
  495. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  496. package/esm5/lib/PriceChannelOverlay_combined.js +78 -78
  497. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  498. package/esm5/lib/RadialAreaSeries_combined.js +35 -35
  499. package/esm5/lib/RadialAxisLabelPanel_combined.js +1 -1
  500. package/esm5/lib/RadialBucketCalculator_combined.js +154 -154
  501. package/esm5/lib/RadialColumnSeries_combined.js +47 -47
  502. package/esm5/lib/RadialLineSeries_combined.js +37 -37
  503. package/esm5/lib/RadialPieSeries_combined.js +45 -45
  504. package/esm5/lib/RangeAreaSeries_combined.js +22 -22
  505. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  506. package/esm5/lib/RangeColumnSeries_combined.js +35 -35
  507. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  508. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  509. package/esm5/lib/ScatterAreaSeries_combined.js +126 -126
  510. package/esm5/lib/ScatterBase_combined.js +441 -441
  511. package/esm5/lib/ScatterContourSeries_combined.js +110 -110
  512. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  513. package/esm5/lib/ScatterLineSeries.js +51 -51
  514. package/esm5/lib/ScatterLineSeriesView.js +7 -7
  515. package/esm5/lib/ScatterPolygonSeries_combined.js +205 -205
  516. package/esm5/lib/ScatterPolylineSeries_combined.js +22 -22
  517. package/esm5/lib/ScatterSeries_combined.js +15 -15
  518. package/esm5/lib/ScatterSplineSeries.js +38 -38
  519. package/esm5/lib/ScatterSplineSeriesView.js +7 -7
  520. package/esm5/lib/ScatterTriangulationSeries.js +173 -173
  521. package/esm5/lib/SeriesInteractionManager.js +80 -80
  522. package/esm5/lib/SeriesRenderManager.js +17 -17
  523. package/esm5/lib/SeriesRenderingArguments.js +1 -1
  524. package/esm5/lib/SeriesViewerInteractionManager.js +198 -198
  525. package/esm5/lib/SeriesViewerScrollbarManager.js +7 -7
  526. package/esm5/lib/SeriesViewerSurfaceViewer.js +14 -14
  527. package/esm5/lib/SeriesViewer_combined.js +3458 -3101
  528. package/esm5/lib/SeriesVisualDataManager.js +23 -23
  529. package/esm5/lib/ShapeSeriesBase_combined.js +301 -301
  530. package/esm5/lib/SizeScale.js +3 -3
  531. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  532. package/esm5/lib/SplineAreaSeries_combined.js +38 -38
  533. package/esm5/lib/SplineSeriesBase_combined.js +121 -121
  534. package/esm5/lib/SplineSeries_combined.js +25 -25
  535. package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
  536. package/esm5/lib/Stacked100BarBucketCalculator.js +6 -6
  537. package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
  538. package/esm5/lib/Stacked100ColumnBucketCalculator.js +6 -6
  539. package/esm5/lib/Stacked100ColumnSeries_combined.js +15 -15
  540. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  541. package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
  542. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  543. package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
  544. package/esm5/lib/StackedLineSeries_combined.js +9 -9
  545. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1835 -1686
  546. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  547. package/esm5/lib/StepAreaSeries_combined.js +37 -37
  548. package/esm5/lib/StepLineSeries_combined.js +43 -43
  549. package/esm5/lib/StochRSIIndicator.js +14 -14
  550. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  551. package/esm5/lib/TRIXIndicator.js +15 -15
  552. package/esm5/lib/TileZoomManager_combined.js +9 -9
  553. package/esm5/lib/TimeAxisBase.js +8 -8
  554. package/esm5/lib/TimeXAxis.js +10 -10
  555. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  556. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  557. package/esm5/lib/ValueOverlay_combined.js +115 -115
  558. package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
  559. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  560. package/esm5/lib/WaterfallSeries_combined.js +103 -103
  561. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  562. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  563. package/esm5/lib/XYChart.js +717 -717
  564. package/esm5/lib/igc-absolute-volume-oscillator-indicator-component.js +14 -0
  565. package/esm5/lib/igc-accumulation-distribution-indicator-component.js +14 -0
  566. package/esm5/lib/igc-anchored-category-series-component.js +32 -18
  567. package/esm5/lib/igc-anchored-radial-series-component.js +45 -31
  568. package/esm5/lib/igc-annotation-layer-component.js +31 -17
  569. package/esm5/lib/igc-area-fragment-component.js +14 -0
  570. package/esm5/lib/igc-area-series-component.js +14 -0
  571. package/esm5/lib/igc-assigning-series-style-event-args-base.js +34 -6
  572. package/esm5/lib/igc-average-directional-index-indicator-component.js +17 -3
  573. package/esm5/lib/igc-average-true-range-indicator-component.js +17 -3
  574. package/esm5/lib/igc-axis-annotation.js +5 -0
  575. package/esm5/lib/igc-axis-component.js +28 -6
  576. package/esm5/lib/igc-bar-fragment-component.js +34 -18
  577. package/esm5/lib/igc-bar-series-component.js +25 -11
  578. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +20 -6
  579. package/esm5/lib/igc-bollinger-bands-overlay-component.js +23 -9
  580. package/esm5/lib/igc-brush-scale-component.js +20 -0
  581. package/esm5/lib/igc-bubble-series-component.js +60 -44
  582. package/esm5/lib/igc-calculated-column.js +5 -0
  583. package/esm5/lib/igc-callout-annotation.js +12 -6
  584. package/esm5/lib/igc-callout-label-updating-event-args.js +44 -6
  585. package/esm5/lib/igc-callout-layer-component.js +115 -95
  586. package/esm5/lib/igc-callout-render-style-updating-event-args.js +7 -6
  587. package/esm5/lib/igc-callout-series-selecting-event-args.js +7 -6
  588. package/esm5/lib/igc-callout-style-updating-event-args.js +7 -6
  589. package/esm5/lib/igc-category-angle-axis-component.js +14 -0
  590. package/esm5/lib/igc-category-axis-base-component.js +14 -0
  591. package/esm5/lib/igc-category-chart-component.js +189 -112
  592. package/esm5/lib/igc-category-date-time-x-axis-component.js +14 -0
  593. package/esm5/lib/igc-category-highlight-layer-component.js +28 -13
  594. package/esm5/lib/igc-category-item-highlight-layer-component.js +47 -32
  595. package/esm5/lib/igc-category-series-component.js +36 -20
  596. package/esm5/lib/igc-category-tool-tip-layer-component.js +27 -12
  597. package/esm5/lib/igc-category-x-axis-component.js +109 -2
  598. package/esm5/lib/igc-category-y-axis-component.js +109 -2
  599. package/esm5/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
  600. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +17 -3
  601. package/esm5/lib/igc-chart-cursor-event-args.js +10 -8
  602. package/esm5/lib/igc-chart-group-description-collection.js +132 -0
  603. package/esm5/lib/igc-chart-group-description-module.js +19 -0
  604. package/esm5/lib/igc-chart-group-description.js +34 -0
  605. package/esm5/lib/igc-chart-mouse-event-args.js +10 -8
  606. package/esm5/lib/igc-chart-series-event-args.js +7 -6
  607. package/esm5/lib/igc-chart-sort-description-collection.js +146 -0
  608. package/esm5/lib/igc-chart-sort-description-module.js +19 -0
  609. package/esm5/lib/igc-chart-sort-description.js +86 -0
  610. package/esm5/lib/igc-chart-summary-description-collection.js +143 -0
  611. package/esm5/lib/igc-chart-summary-description-module.js +19 -0
  612. package/esm5/lib/igc-chart-summary-description.js +128 -0
  613. package/esm5/lib/igc-color-scale-component.js +20 -0
  614. package/esm5/lib/igc-column-fragment-component.js +39 -23
  615. package/esm5/lib/igc-column-series-component.js +27 -13
  616. package/esm5/lib/igc-column-supporting-calculation.js +5 -0
  617. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +17 -3
  618. package/esm5/lib/igc-contour-value-resolver-component.js +19 -0
  619. package/esm5/lib/igc-crosshair-layer-component.js +105 -90
  620. package/esm5/lib/igc-custom-contour-value-resolver-component.js +15 -0
  621. package/esm5/lib/igc-custom-indicator-component.js +14 -0
  622. package/esm5/lib/igc-custom-palette-brush-scale-component.js +14 -0
  623. package/esm5/lib/igc-custom-palette-color-scale-component.js +14 -0
  624. package/esm5/lib/igc-data-chart-component.js +95 -95
  625. package/esm5/lib/igc-data-chart-mouse-button-event-args.js +10 -8
  626. package/esm5/lib/igc-data-legend-component.js +12 -1
  627. package/esm5/lib/igc-data-source-supporting-calculation.js +5 -0
  628. package/esm5/lib/igc-data-tool-tip-layer-component.js +379 -364
  629. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +17 -3
  630. package/esm5/lib/igc-domain-chart-component.js +1041 -650
  631. package/esm5/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
  632. package/esm5/lib/igc-doughnut-chart-component.js +7 -0
  633. package/esm5/lib/igc-ease-of-movement-indicator-component.js +14 -0
  634. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +17 -3
  635. package/esm5/lib/igc-final-value-layer-component.js +57 -42
  636. package/esm5/lib/igc-financial-calculation-data-source.js +14 -6
  637. package/esm5/lib/igc-financial-calculation-supporting-calculations.js +29 -16
  638. package/esm5/lib/igc-financial-chart-component.js +235 -157
  639. package/esm5/lib/igc-financial-chart-custom-indicator-args.js +7 -6
  640. package/esm5/lib/igc-financial-event-args.js +22 -10
  641. package/esm5/lib/igc-financial-indicator-component.js +30 -16
  642. package/esm5/lib/igc-financial-overlay-component.js +19 -5
  643. package/esm5/lib/igc-financial-price-series-component.js +44 -30
  644. package/esm5/lib/igc-financial-series-component.js +79 -60
  645. package/esm5/lib/igc-force-index-indicator-component.js +18 -4
  646. package/esm5/lib/igc-fragment-base-component.js +16 -2
  647. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +20 -6
  648. package/esm5/lib/igc-funnel-chart-component.js +9 -0
  649. package/esm5/lib/igc-funnel-data-context.js +5 -0
  650. package/esm5/lib/igc-hierarchical-ring-series-component.js +14 -0
  651. package/esm5/lib/igc-high-density-scatter-series-component.js +74 -57
  652. package/esm5/lib/igc-highlighting-info.js +12 -6
  653. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +35 -19
  654. package/esm5/lib/igc-horizontal-range-category-series-component.js +47 -31
  655. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +31 -15
  656. package/esm5/lib/igc-item-tool-tip-layer-component.js +33 -18
  657. package/esm5/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
  658. package/esm5/lib/igc-legend-base-component.js +10 -0
  659. package/esm5/lib/igc-line-fragment-component.js +15 -1
  660. package/esm5/lib/igc-line-series-component.js +15 -1
  661. package/esm5/lib/igc-linear-contour-value-resolver-component.js +14 -0
  662. package/esm5/lib/igc-marker-series-component.js +42 -28
  663. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +15 -1
  664. package/esm5/lib/igc-mass-index-indicator-component.js +14 -0
  665. package/esm5/lib/igc-median-price-indicator-component.js +14 -0
  666. package/esm5/lib/igc-money-flow-index-indicator-component.js +18 -4
  667. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +15 -1
  668. package/esm5/lib/igc-negative-volume-index-indicator-component.js +14 -0
  669. package/esm5/lib/igc-numeric-angle-axis-component.js +14 -0
  670. package/esm5/lib/igc-numeric-axis-base-component.js +14 -0
  671. package/esm5/lib/igc-numeric-radius-axis-component.js +14 -0
  672. package/esm5/lib/igc-numeric-x-axis-component.js +14 -0
  673. package/esm5/lib/igc-numeric-y-axis-component.js +14 -0
  674. package/esm5/lib/igc-on-balance-volume-indicator-component.js +14 -0
  675. package/esm5/lib/igc-ordinal-time-x-axis-component.js +19 -5
  676. package/esm5/lib/igc-percent-change-y-axis-component.js +14 -0
  677. package/esm5/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
  678. package/esm5/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
  679. package/esm5/lib/igc-pie-chart-base-component.js +28 -0
  680. package/esm5/lib/igc-pie-slice-others-context.js +5 -0
  681. package/esm5/lib/igc-plot-area-mouse-button-event-args.js +3 -2
  682. package/esm5/lib/igc-plot-area-mouse-event-args.js +3 -2
  683. package/esm5/lib/igc-point-series-component.js +14 -0
  684. package/esm5/lib/igc-polar-area-series-component.js +17 -3
  685. package/esm5/lib/igc-polar-base-component.js +95 -77
  686. package/esm5/lib/igc-polar-line-series-base-component.js +14 -0
  687. package/esm5/lib/igc-polar-line-series-component.js +18 -4
  688. package/esm5/lib/igc-polar-scatter-series-component.js +14 -0
  689. package/esm5/lib/igc-polar-spline-area-series-component.js +18 -4
  690. package/esm5/lib/igc-polar-spline-series-component.js +18 -4
  691. package/esm5/lib/igc-positive-volume-index-indicator-component.js +14 -0
  692. package/esm5/lib/igc-price-channel-overlay-component.js +20 -6
  693. package/esm5/lib/igc-price-volume-trend-indicator-component.js +14 -0
  694. package/esm5/lib/igc-radial-area-series-component.js +17 -3
  695. package/esm5/lib/igc-radial-base-component.js +49 -31
  696. package/esm5/lib/igc-radial-column-series-component.js +23 -9
  697. package/esm5/lib/igc-radial-line-series-component.js +18 -4
  698. package/esm5/lib/igc-radial-pie-series-component.js +23 -9
  699. package/esm5/lib/igc-range-area-series-component.js +14 -0
  700. package/esm5/lib/igc-range-category-series-component.js +20 -6
  701. package/esm5/lib/igc-range-column-series-component.js +24 -10
  702. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +17 -3
  703. package/esm5/lib/igc-relative-strength-index-indicator-component.js +18 -4
  704. package/esm5/lib/igc-ring-series-base-component.js +20 -0
  705. package/esm5/lib/igc-ring-series-component.js +25 -5
  706. package/esm5/lib/igc-ring.js +12 -6
  707. package/esm5/lib/igc-scale-legend-component.js +14 -0
  708. package/esm5/lib/igc-scaler-params.js +5 -0
  709. package/esm5/lib/igc-scatter-area-series-component.js +40 -24
  710. package/esm5/lib/igc-scatter-base-component.js +79 -61
  711. package/esm5/lib/igc-scatter-contour-series-component.js +46 -29
  712. package/esm5/lib/igc-scatter-line-series-component.js +18 -4
  713. package/esm5/lib/igc-scatter-polygon-series-component.js +59 -39
  714. package/esm5/lib/igc-scatter-polyline-series-component.js +27 -7
  715. package/esm5/lib/igc-scatter-series-component.js +14 -0
  716. package/esm5/lib/igc-scatter-spline-series-component.js +18 -4
  717. package/esm5/lib/igc-scatter-triangulation-series-component.js +54 -37
  718. package/esm5/lib/igc-series-component.js +219 -185
  719. package/esm5/lib/igc-series-viewer-component.js +441 -282
  720. package/esm5/lib/igc-shape-series-base-component.js +64 -45
  721. package/esm5/lib/igc-size-scale-component.js +20 -0
  722. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +17 -3
  723. package/esm5/lib/igc-sparkline-component.js +5 -0
  724. package/esm5/lib/igc-spline-area-fragment-component.js +15 -1
  725. package/esm5/lib/igc-spline-area-series-component.js +15 -1
  726. package/esm5/lib/igc-spline-fragment-base-component.js +16 -2
  727. package/esm5/lib/igc-spline-fragment-component.js +15 -1
  728. package/esm5/lib/igc-spline-series-base-component.js +20 -6
  729. package/esm5/lib/igc-spline-series-component.js +15 -1
  730. package/esm5/lib/igc-stacked-100-area-series-component.js +15 -1
  731. package/esm5/lib/igc-stacked-100-bar-series-component.js +15 -1
  732. package/esm5/lib/igc-stacked-100-column-series-component.js +15 -1
  733. package/esm5/lib/igc-stacked-100-line-series-component.js +15 -1
  734. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +15 -1
  735. package/esm5/lib/igc-stacked-100-spline-series-component.js +15 -1
  736. package/esm5/lib/igc-stacked-area-series-component.js +14 -0
  737. package/esm5/lib/igc-stacked-bar-series-component.js +26 -12
  738. package/esm5/lib/igc-stacked-column-series-component.js +23 -9
  739. package/esm5/lib/igc-stacked-fragment-series-component.js +307 -217
  740. package/esm5/lib/igc-stacked-line-series-component.js +15 -1
  741. package/esm5/lib/igc-stacked-series-base-component.js +12 -11
  742. package/esm5/lib/igc-stacked-series-created-event-args.js +11 -5
  743. package/esm5/lib/igc-stacked-spline-area-series-component.js +18 -4
  744. package/esm5/lib/igc-stacked-spline-series-component.js +18 -4
  745. package/esm5/lib/igc-standard-deviation-indicator-component.js +17 -3
  746. package/esm5/lib/igc-step-area-series-component.js +16 -2
  747. package/esm5/lib/igc-step-line-series-component.js +17 -3
  748. package/esm5/lib/igc-stoch-rsi-indicator-component.js +17 -3
  749. package/esm5/lib/igc-straight-numeric-axis-base-component.js +14 -0
  750. package/esm5/lib/igc-strategy-based-indicator-component.js +14 -0
  751. package/esm5/lib/igc-time-axis-base-component.js +14 -0
  752. package/esm5/lib/igc-time-axis-break-component.js +19 -0
  753. package/esm5/lib/igc-time-axis-interval-component.js +19 -0
  754. package/esm5/lib/igc-time-axis-label-format-component.js +19 -0
  755. package/esm5/lib/igc-time-x-axis-component.js +14 -0
  756. package/esm5/lib/igc-treemap-component.js +11 -0
  757. package/esm5/lib/igc-treemap-node-style-component.js +19 -0
  758. package/esm5/lib/igc-treemap-node-style-mapping-component.js +14 -0
  759. package/esm5/lib/igc-treemap-node-styling-event-args.js +7 -6
  760. package/esm5/lib/igc-trix-indicator-component.js +17 -3
  761. package/esm5/lib/igc-typical-price-indicator-component.js +14 -0
  762. package/esm5/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
  763. package/esm5/lib/igc-value-brush-scale-component.js +14 -0
  764. package/esm5/lib/igc-value-overlay-component.js +67 -52
  765. package/esm5/lib/igc-vertical-anchored-category-series-component.js +38 -22
  766. package/esm5/lib/igc-vertical-stacked-series-base-component.js +30 -14
  767. package/esm5/lib/igc-waterfall-series-component.js +33 -19
  768. package/esm5/lib/igc-weighted-close-indicator-component.js +14 -0
  769. package/esm5/lib/igc-williams-percent-r-indicator-component.js +17 -3
  770. package/esm5/lib/igc-xy-chart-component.js +232 -218
  771. package/esm5/lib/igc-zoom-slider-component.js +7 -7
  772. package/esm5/public_api.js +23 -0
  773. package/fesm2015/igniteui-webcomponents-charts.js +28613 -22896
  774. package/fesm5/igniteui-webcomponents-charts.js +29103 -22747
  775. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  776. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  777. package/lib/AnchoredCategorySeries_combined.d.ts +45 -45
  778. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +52 -52
  779. package/lib/AnnotationLayerProxy.d.ts +4 -0
  780. package/lib/AnnotationLayer_combined.d.ts +40 -40
  781. package/lib/AreaSeries_combined.d.ts +8 -8
  782. package/lib/AutomaticSeriesManager.d.ts +1 -0
  783. package/lib/AutomaticSeriesPurpose.d.ts +11 -0
  784. package/lib/AutomaticSeriesRequest.d.ts +1 -0
  785. package/lib/AutomaticSeriesRequestCollection.d.ts +1 -0
  786. package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
  787. package/lib/AverageTrueRangeIndicator.d.ts +8 -8
  788. package/lib/BarSeries_combined.d.ts +19 -19
  789. package/lib/BollingerBandWidthIndicator.d.ts +10 -10
  790. package/lib/BollingerBandsOverlay_combined.d.ts +18 -18
  791. package/lib/BubbleSeries_combined.d.ts +48 -48
  792. package/lib/CalloutLabelUpdatingEventArgs.d.ts +5 -2
  793. package/lib/CalloutLayer_combined.d.ts +101 -101
  794. package/lib/CategoryBucketCalculator_combined.d.ts +71 -71
  795. package/lib/CategoryChart.d.ts +131 -116
  796. package/lib/CategoryHighlightLayer_combined.d.ts +15 -15
  797. package/lib/CategoryItemHighlightLayer_combined.d.ts +26 -26
  798. package/lib/CategoryToolTipLayer_combined.d.ts +15 -15
  799. package/lib/CategoryXAxis_combined.d.ts +17 -5
  800. package/lib/CategoryYAxis_combined.d.ts +17 -5
  801. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  802. package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
  803. package/lib/ChartGroupDescription.d.ts +16 -0
  804. package/lib/ChartGroupDescriptionCollection.d.ts +26 -0
  805. package/lib/ChartSortDescription.d.ts +18 -0
  806. package/lib/ChartSortDescriptionCollection.d.ts +27 -0
  807. package/lib/ChartSummaryDescription.d.ts +33 -0
  808. package/lib/ChartSummaryDescriptionCollection.d.ts +27 -0
  809. package/lib/ColumnSeries_combined.d.ts +17 -17
  810. package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
  811. package/lib/CrosshairLayer_combined.d.ts +41 -41
  812. package/lib/CustomIndicator.d.ts +8 -8
  813. package/lib/DataChartToolbarFactoryManager.d.ts +9 -0
  814. package/lib/DataChartToolbarProvider.d.ts +21 -0
  815. package/lib/DataToolTipLayer_combined.d.ts +138 -138
  816. package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
  817. package/lib/DomainChart.d.ts +541 -489
  818. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  819. package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
  820. package/lib/FinalValueLayer_combined.d.ts +28 -28
  821. package/lib/FinancialChart_combined.d.ts +299 -287
  822. package/lib/FinancialEventArgs_combined.d.ts +123 -123
  823. package/lib/FinancialIndicator_combined.d.ts +36 -36
  824. package/lib/FinancialOverlay.d.ts +9 -9
  825. package/lib/FinancialPriceSeries_combined.d.ts +41 -41
  826. package/lib/ForceIndexIndicator.d.ts +9 -9
  827. package/lib/FullStochasticOscillatorIndicator.d.ts +14 -14
  828. package/lib/HighDensityScatterSeries_combined.d.ts +96 -96
  829. package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
  830. package/lib/HorizontalRangeCategorySeries.d.ts +13 -13
  831. package/lib/IAnnotationLayerProxy.d.ts +4 -0
  832. package/lib/IDataChartToolbarProvider.d.ts +1 -0
  833. package/lib/IZoomableCategoryAxis.d.ts +17 -0
  834. package/lib/ItemToolTipLayer_combined.d.ts +19 -19
  835. package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
  836. package/lib/LineSeries_combined.d.ts +7 -7
  837. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  838. package/lib/MassIndexIndicator.d.ts +4 -4
  839. package/lib/MedianPriceIndicator.d.ts +4 -4
  840. package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
  841. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  842. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  843. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  844. package/lib/OrdinalTimeXAxis.d.ts +26 -26
  845. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  846. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  847. package/lib/PointSeries_combined.d.ts +6 -6
  848. package/lib/PolarAreaSeries_combined.d.ts +7 -7
  849. package/lib/PolarBase_combined.d.ts +107 -107
  850. package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
  851. package/lib/PolarLineSeries_combined.d.ts +8 -8
  852. package/lib/PolarScatterSeries_combined.d.ts +4 -4
  853. package/lib/PolarSplineAreaSeries_combined.d.ts +8 -8
  854. package/lib/PolarSplineSeries_combined.d.ts +7 -7
  855. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  856. package/lib/PriceChannelOverlay_combined.d.ts +14 -14
  857. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  858. package/lib/RadialAreaSeries_combined.d.ts +7 -7
  859. package/lib/RadialBucketCalculator_combined.d.ts +50 -50
  860. package/lib/RadialColumnSeries_combined.d.ts +11 -11
  861. package/lib/RadialLineSeries_combined.d.ts +8 -8
  862. package/lib/RadialPieSeries_combined.d.ts +13 -13
  863. package/lib/RangeAreaSeries_combined.d.ts +6 -6
  864. package/lib/RangeCategoryBucketCalculator_combined.d.ts +19 -19
  865. package/lib/RangeColumnSeries_combined.d.ts +12 -12
  866. package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
  867. package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
  868. package/lib/ScatterAreaSeries_combined.d.ts +28 -28
  869. package/lib/ScatterBase_combined.d.ts +108 -108
  870. package/lib/ScatterContourSeries_combined.d.ts +20 -20
  871. package/lib/ScatterLineSeries.d.ts +12 -12
  872. package/lib/ScatterPolygonSeries_combined.d.ts +46 -46
  873. package/lib/ScatterPolylineSeries_combined.d.ts +9 -9
  874. package/lib/ScatterSeries_combined.d.ts +4 -4
  875. package/lib/ScatterSplineSeries.d.ts +9 -9
  876. package/lib/ScatterTriangulationSeries.d.ts +40 -40
  877. package/lib/SeriesViewer_combined.d.ts +1036 -956
  878. package/lib/ShapeSeriesBase_combined.d.ts +91 -91
  879. package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
  880. package/lib/SplineAreaSeries_combined.d.ts +8 -8
  881. package/lib/SplineSeriesBase_combined.d.ts +23 -23
  882. package/lib/SplineSeries_combined.d.ts +6 -6
  883. package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
  884. package/lib/Stacked100BarSeries_combined.d.ts +6 -6
  885. package/lib/Stacked100ColumnSeries_combined.d.ts +6 -6
  886. package/lib/Stacked100LineSeries_combined.d.ts +4 -4
  887. package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
  888. package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
  889. package/lib/StackedLineSeries_combined.d.ts +3 -3
  890. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +415 -397
  891. package/lib/StandardDeviationIndicator.d.ts +8 -8
  892. package/lib/StepAreaSeries_combined.d.ts +10 -10
  893. package/lib/StepLineSeries_combined.d.ts +9 -9
  894. package/lib/StochRSIIndicator.d.ts +8 -8
  895. package/lib/StrategyBasedIndicator.d.ts +21 -21
  896. package/lib/TRIXIndicator.d.ts +8 -8
  897. package/lib/TypicalPriceIndicator.d.ts +4 -4
  898. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  899. package/lib/ValueOverlay_combined.d.ts +41 -41
  900. package/lib/VerticalAnchoredCategorySeries.d.ts +23 -23
  901. package/lib/WaterfallSeries_combined.d.ts +23 -23
  902. package/lib/WeightedCloseIndicator.d.ts +4 -4
  903. package/lib/WilliamsPercentRIndicator.d.ts +8 -8
  904. package/lib/XYChart.d.ts +187 -187
  905. package/lib/igc-absolute-volume-oscillator-indicator-component.d.ts +1 -0
  906. package/lib/igc-accumulation-distribution-indicator-component.d.ts +1 -0
  907. package/lib/igc-anchored-category-series-component.d.ts +1 -0
  908. package/lib/igc-anchored-radial-series-component.d.ts +1 -0
  909. package/lib/igc-annotation-layer-component.d.ts +1 -0
  910. package/lib/igc-area-fragment-component.d.ts +1 -0
  911. package/lib/igc-area-series-component.d.ts +1 -0
  912. package/lib/igc-assigning-series-style-event-args-base.d.ts +4 -1
  913. package/lib/igc-average-directional-index-indicator-component.d.ts +1 -0
  914. package/lib/igc-average-true-range-indicator-component.d.ts +1 -0
  915. package/lib/igc-axis-component.d.ts +1 -0
  916. package/lib/igc-bar-fragment-component.d.ts +1 -0
  917. package/lib/igc-bar-series-component.d.ts +1 -0
  918. package/lib/igc-bollinger-band-width-indicator-component.d.ts +1 -0
  919. package/lib/igc-bollinger-bands-overlay-component.d.ts +1 -0
  920. package/lib/igc-brush-scale-component.d.ts +1 -0
  921. package/lib/igc-bubble-series-component.d.ts +1 -0
  922. package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
  923. package/lib/igc-callout-layer-component.d.ts +1 -0
  924. package/lib/igc-category-angle-axis-component.d.ts +1 -0
  925. package/lib/igc-category-axis-base-component.d.ts +1 -0
  926. package/lib/igc-category-chart-component.d.ts +27 -0
  927. package/lib/igc-category-date-time-x-axis-component.d.ts +1 -0
  928. package/lib/igc-category-highlight-layer-component.d.ts +1 -0
  929. package/lib/igc-category-item-highlight-layer-component.d.ts +1 -0
  930. package/lib/igc-category-series-component.d.ts +1 -0
  931. package/lib/igc-category-tool-tip-layer-component.d.ts +1 -0
  932. package/lib/igc-category-x-axis-component.d.ts +38 -0
  933. package/lib/igc-category-y-axis-component.d.ts +38 -0
  934. package/lib/igc-chaikin-oscillator-indicator-component.d.ts +1 -0
  935. package/lib/igc-chaikin-volatility-indicator-component.d.ts +1 -0
  936. package/lib/igc-chart-group-description-collection.d.ts +24 -0
  937. package/lib/igc-chart-group-description-module.d.ts +3 -0
  938. package/lib/igc-chart-group-description.d.ts +14 -0
  939. package/lib/igc-chart-sort-description-collection.d.ts +28 -0
  940. package/lib/igc-chart-sort-description-module.d.ts +3 -0
  941. package/lib/igc-chart-sort-description.d.ts +31 -0
  942. package/lib/igc-chart-summary-description-collection.d.ts +25 -0
  943. package/lib/igc-chart-summary-description-module.d.ts +3 -0
  944. package/lib/igc-chart-summary-description.d.ts +35 -0
  945. package/lib/igc-color-scale-component.d.ts +1 -0
  946. package/lib/igc-column-fragment-component.d.ts +1 -0
  947. package/lib/igc-column-series-component.d.ts +1 -0
  948. package/lib/igc-commodity-channel-index-indicator-component.d.ts +1 -0
  949. package/lib/igc-contour-value-resolver-component.d.ts +1 -0
  950. package/lib/igc-crosshair-layer-component.d.ts +1 -0
  951. package/lib/igc-custom-contour-value-resolver-component.d.ts +1 -0
  952. package/lib/igc-custom-indicator-component.d.ts +1 -0
  953. package/lib/igc-custom-palette-brush-scale-component.d.ts +1 -0
  954. package/lib/igc-custom-palette-color-scale-component.d.ts +1 -0
  955. package/lib/igc-data-legend-component.d.ts +1 -1
  956. package/lib/igc-data-tool-tip-layer-component.d.ts +2 -1
  957. package/lib/igc-detrended-price-oscillator-indicator-component.d.ts +1 -0
  958. package/lib/igc-domain-chart-component.d.ts +85 -1
  959. package/lib/igc-ease-of-movement-indicator-component.d.ts +1 -0
  960. package/lib/igc-fast-stochastic-oscillator-indicator-component.d.ts +1 -0
  961. package/lib/igc-final-value-layer-component.d.ts +1 -0
  962. package/lib/igc-financial-chart-component.d.ts +27 -0
  963. package/lib/igc-financial-indicator-component.d.ts +1 -0
  964. package/lib/igc-financial-overlay-component.d.ts +1 -0
  965. package/lib/igc-financial-price-series-component.d.ts +1 -0
  966. package/lib/igc-financial-series-component.d.ts +1 -0
  967. package/lib/igc-force-index-indicator-component.d.ts +1 -0
  968. package/lib/igc-fragment-base-component.d.ts +1 -0
  969. package/lib/igc-full-stochastic-oscillator-indicator-component.d.ts +1 -0
  970. package/lib/igc-hierarchical-ring-series-component.d.ts +1 -0
  971. package/lib/igc-high-density-scatter-series-component.d.ts +1 -0
  972. package/lib/igc-horizontal-anchored-category-series-component.d.ts +1 -0
  973. package/lib/igc-horizontal-range-category-series-component.d.ts +1 -0
  974. package/lib/igc-horizontal-stacked-series-base-component.d.ts +1 -0
  975. package/lib/igc-item-tool-tip-layer-component.d.ts +1 -0
  976. package/lib/igc-itemwise-strategy-based-indicator-component.d.ts +1 -0
  977. package/lib/igc-line-fragment-component.d.ts +1 -0
  978. package/lib/igc-line-series-component.d.ts +1 -0
  979. package/lib/igc-linear-contour-value-resolver-component.d.ts +1 -0
  980. package/lib/igc-marker-series-component.d.ts +1 -0
  981. package/lib/igc-market-facilitation-index-indicator-component.d.ts +1 -0
  982. package/lib/igc-mass-index-indicator-component.d.ts +1 -0
  983. package/lib/igc-median-price-indicator-component.d.ts +1 -0
  984. package/lib/igc-money-flow-index-indicator-component.d.ts +1 -0
  985. package/lib/igc-moving-average-convergence-divergence-indicator-component.d.ts +1 -0
  986. package/lib/igc-negative-volume-index-indicator-component.d.ts +1 -0
  987. package/lib/igc-numeric-angle-axis-component.d.ts +1 -0
  988. package/lib/igc-numeric-axis-base-component.d.ts +1 -0
  989. package/lib/igc-numeric-radius-axis-component.d.ts +1 -0
  990. package/lib/igc-numeric-x-axis-component.d.ts +1 -0
  991. package/lib/igc-numeric-y-axis-component.d.ts +1 -0
  992. package/lib/igc-on-balance-volume-indicator-component.d.ts +1 -0
  993. package/lib/igc-ordinal-time-x-axis-component.d.ts +1 -0
  994. package/lib/igc-percent-change-y-axis-component.d.ts +1 -0
  995. package/lib/igc-percentage-price-oscillator-indicator-component.d.ts +1 -0
  996. package/lib/igc-percentage-volume-oscillator-indicator-component.d.ts +1 -0
  997. package/lib/igc-pie-chart-base-component.d.ts +1 -0
  998. package/lib/igc-point-series-component.d.ts +1 -0
  999. package/lib/igc-polar-area-series-component.d.ts +1 -0
  1000. package/lib/igc-polar-base-component.d.ts +1 -0
  1001. package/lib/igc-polar-line-series-base-component.d.ts +1 -0
  1002. package/lib/igc-polar-line-series-component.d.ts +1 -0
  1003. package/lib/igc-polar-scatter-series-component.d.ts +1 -0
  1004. package/lib/igc-polar-spline-area-series-component.d.ts +1 -0
  1005. package/lib/igc-polar-spline-series-component.d.ts +1 -0
  1006. package/lib/igc-positive-volume-index-indicator-component.d.ts +1 -0
  1007. package/lib/igc-price-channel-overlay-component.d.ts +1 -0
  1008. package/lib/igc-price-volume-trend-indicator-component.d.ts +1 -0
  1009. package/lib/igc-radial-area-series-component.d.ts +1 -0
  1010. package/lib/igc-radial-base-component.d.ts +1 -0
  1011. package/lib/igc-radial-column-series-component.d.ts +1 -0
  1012. package/lib/igc-radial-line-series-component.d.ts +1 -0
  1013. package/lib/igc-radial-pie-series-component.d.ts +1 -0
  1014. package/lib/igc-range-area-series-component.d.ts +1 -0
  1015. package/lib/igc-range-category-series-component.d.ts +1 -0
  1016. package/lib/igc-range-column-series-component.d.ts +1 -0
  1017. package/lib/igc-rate-of-change-and-momentum-indicator-component.d.ts +1 -0
  1018. package/lib/igc-relative-strength-index-indicator-component.d.ts +1 -0
  1019. package/lib/igc-ring-series-base-component.d.ts +1 -0
  1020. package/lib/igc-ring-series-component.d.ts +1 -0
  1021. package/lib/igc-scale-legend-component.d.ts +1 -0
  1022. package/lib/igc-scatter-area-series-component.d.ts +1 -0
  1023. package/lib/igc-scatter-base-component.d.ts +1 -0
  1024. package/lib/igc-scatter-contour-series-component.d.ts +1 -0
  1025. package/lib/igc-scatter-line-series-component.d.ts +1 -0
  1026. package/lib/igc-scatter-polygon-series-component.d.ts +1 -0
  1027. package/lib/igc-scatter-polyline-series-component.d.ts +1 -0
  1028. package/lib/igc-scatter-series-component.d.ts +1 -0
  1029. package/lib/igc-scatter-spline-series-component.d.ts +1 -0
  1030. package/lib/igc-scatter-triangulation-series-component.d.ts +1 -0
  1031. package/lib/igc-series-component.d.ts +5 -0
  1032. package/lib/igc-series-viewer-component.d.ts +52 -0
  1033. package/lib/igc-shape-series-base-component.d.ts +1 -0
  1034. package/lib/igc-size-scale-component.d.ts +1 -0
  1035. package/lib/igc-slow-stochastic-oscillator-indicator-component.d.ts +1 -0
  1036. package/lib/igc-spline-area-fragment-component.d.ts +1 -0
  1037. package/lib/igc-spline-area-series-component.d.ts +1 -0
  1038. package/lib/igc-spline-fragment-base-component.d.ts +1 -0
  1039. package/lib/igc-spline-fragment-component.d.ts +1 -0
  1040. package/lib/igc-spline-series-base-component.d.ts +1 -0
  1041. package/lib/igc-spline-series-component.d.ts +1 -0
  1042. package/lib/igc-stacked-100-area-series-component.d.ts +1 -0
  1043. package/lib/igc-stacked-100-bar-series-component.d.ts +1 -0
  1044. package/lib/igc-stacked-100-column-series-component.d.ts +1 -0
  1045. package/lib/igc-stacked-100-line-series-component.d.ts +1 -0
  1046. package/lib/igc-stacked-100-spline-area-series-component.d.ts +1 -0
  1047. package/lib/igc-stacked-100-spline-series-component.d.ts +1 -0
  1048. package/lib/igc-stacked-area-series-component.d.ts +1 -0
  1049. package/lib/igc-stacked-bar-series-component.d.ts +1 -0
  1050. package/lib/igc-stacked-column-series-component.d.ts +1 -0
  1051. package/lib/igc-stacked-fragment-series-component.d.ts +26 -0
  1052. package/lib/igc-stacked-line-series-component.d.ts +1 -0
  1053. package/lib/igc-stacked-spline-area-series-component.d.ts +1 -0
  1054. package/lib/igc-stacked-spline-series-component.d.ts +1 -0
  1055. package/lib/igc-standard-deviation-indicator-component.d.ts +1 -0
  1056. package/lib/igc-step-area-series-component.d.ts +1 -0
  1057. package/lib/igc-step-line-series-component.d.ts +1 -0
  1058. package/lib/igc-stoch-rsi-indicator-component.d.ts +1 -0
  1059. package/lib/igc-straight-numeric-axis-base-component.d.ts +1 -0
  1060. package/lib/igc-strategy-based-indicator-component.d.ts +1 -0
  1061. package/lib/igc-time-axis-base-component.d.ts +1 -0
  1062. package/lib/igc-time-axis-break-component.d.ts +1 -0
  1063. package/lib/igc-time-axis-interval-component.d.ts +1 -0
  1064. package/lib/igc-time-axis-label-format-component.d.ts +1 -0
  1065. package/lib/igc-time-x-axis-component.d.ts +1 -0
  1066. package/lib/igc-treemap-node-style-component.d.ts +1 -0
  1067. package/lib/igc-treemap-node-style-mapping-component.d.ts +1 -0
  1068. package/lib/igc-trix-indicator-component.d.ts +1 -0
  1069. package/lib/igc-typical-price-indicator-component.d.ts +1 -0
  1070. package/lib/igc-ultimate-oscillator-indicator-component.d.ts +1 -0
  1071. package/lib/igc-value-brush-scale-component.d.ts +1 -0
  1072. package/lib/igc-value-overlay-component.d.ts +1 -0
  1073. package/lib/igc-vertical-anchored-category-series-component.d.ts +1 -0
  1074. package/lib/igc-vertical-stacked-series-base-component.d.ts +1 -0
  1075. package/lib/igc-waterfall-series-component.d.ts +1 -0
  1076. package/lib/igc-weighted-close-indicator-component.d.ts +1 -0
  1077. package/lib/igc-williams-percent-r-indicator-component.d.ts +1 -0
  1078. package/lib/igc-xy-chart-component.d.ts +1 -0
  1079. package/lib/igc-zoom-slider-component.d.ts +0 -5
  1080. package/package.json +2 -2
  1081. package/public_api.d.ts +23 -0
@@ -43,11 +43,25 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
43
43
  if (_super.prototype["connectedCallback"]) {
44
44
  _super.prototype["connectedCallback"].call(this);
45
45
  }
46
+ if (this.i.connectedCallback) {
47
+ this.i.connectedCallback();
48
+ }
46
49
  if (!this._attached) {
47
50
  this._attached = true;
48
51
  this._flushQueuedAttributes();
49
52
  }
50
53
  };
54
+ IgcDataToolTipLayerComponent.prototype.disconnectedCallback = function () {
55
+ if (_super.prototype["disconnectedCallback"]) {
56
+ _super.prototype["disconnectedCallback"].call(this);
57
+ }
58
+ if (this.i.disconnectedCallback) {
59
+ this.i.disconnectedCallback();
60
+ }
61
+ if (this._attached) {
62
+ this._attached = false;
63
+ }
64
+ };
51
65
  Object.defineProperty(IgcDataToolTipLayerComponent, "observedAttributes", {
52
66
  get: function () {
53
67
  if (IgcDataToolTipLayerComponent._observedAttributesIgcDataToolTipLayerComponent == null) {
@@ -83,7 +97,7 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
83
97
  * Gets whether the default tooltip behaviors for the chart are disabled if this layer is present.
84
98
  */
85
99
  get: function () {
86
- return this.i.dk;
100
+ return this.i.dl;
87
101
  },
88
102
  enumerable: true,
89
103
  configurable: true
@@ -93,22 +107,23 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
93
107
  * Gets or sets the Axis to target this annotation to. If null, this annotation layer will not render content.
94
108
  */
95
109
  get: function () {
96
- if (this.i.rh == null) {
110
+ var r = this.i.rl;
111
+ if (r == null) {
97
112
  return null;
98
113
  }
99
- if (!this.i.rh.externalObject) {
100
- var e = IgcAxisComponent._createFromInternal(this.i.rh);
114
+ if (!r.externalObject) {
115
+ var e = IgcAxisComponent._createFromInternal(r);
101
116
  if (e) {
102
- e._implementation = this.i.rh;
117
+ e._implementation = r;
103
118
  }
104
- this.i.rh.externalObject = e;
119
+ r.externalObject = e;
105
120
  }
106
- return this.i.rh.externalObject;
121
+ return r.externalObject;
107
122
  },
108
123
  set: function (v) {
109
124
  if (v != null && this._stylingContainer && v._styling)
110
125
  v._styling(this._stylingContainer, this, this);
111
- v == null ? this.i.rh = null : this.i.rh = v.i;
126
+ v == null ? this.i.rl = null : this.i.rl = v.i;
112
127
  },
113
128
  enumerable: true,
114
129
  configurable: true
@@ -118,11 +133,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
118
133
  * Gets or sets whether to use value interpolation when drawing the tooltips.
119
134
  */
120
135
  get: function () {
121
- return this.i.sv;
136
+ return this.i.sz;
122
137
  },
123
138
  set: function (v) {
124
- this.i.sv = ensureBool(v);
125
- this._a("useInterpolation", this.i.sv);
139
+ this.i.sz = ensureBool(v);
140
+ this._a("useInterpolation", this.i.sz);
126
141
  },
127
142
  enumerable: true,
128
143
  configurable: true
@@ -132,11 +147,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
132
147
  * Gets or sets the grouping mode to apply to use for the tooltip layer.
133
148
  */
134
149
  get: function () {
135
- return this.i.rz;
150
+ return this.i.r3;
136
151
  },
137
152
  set: function (v) {
138
- this.i.rz = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
139
- this._a("groupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.rz));
153
+ this.i.r3 = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
154
+ this._a("groupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.r3));
140
155
  },
141
156
  enumerable: true,
142
157
  configurable: true
@@ -146,11 +161,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
146
161
  * Gets the actual resolved tooltip layer grouping mode.
147
162
  */
148
163
  get: function () {
149
- return this.i.ry;
164
+ return this.i.r2;
150
165
  },
151
166
  set: function (v) {
152
- this.i.ry = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
153
- this._a("actualGroupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.ry));
167
+ this.i.r2 = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
168
+ this._a("actualGroupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.r2));
154
169
  },
155
170
  enumerable: true,
156
171
  configurable: true
@@ -160,11 +175,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
160
175
  * Gets or sets the offset of the tooltip layer on the X axis.
161
176
  */
162
177
  get: function () {
163
- return this.i.s4;
178
+ return this.i.s8;
164
179
  },
165
180
  set: function (v) {
166
- this.i.s4 = +v;
167
- this._a("positionOffsetX", this.i.s4);
181
+ this.i.s8 = +v;
182
+ this._a("positionOffsetX", this.i.s8);
168
183
  },
169
184
  enumerable: true,
170
185
  configurable: true
@@ -174,11 +189,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
174
189
  * Gets or sets the offset of the tooltip layer on the Y axis.
175
190
  */
176
191
  get: function () {
177
- return this.i.s5;
192
+ return this.i.s9;
178
193
  },
179
194
  set: function (v) {
180
- this.i.s5 = +v;
181
- this._a("positionOffsetY", this.i.s5);
195
+ this.i.s9 = +v;
196
+ this._a("positionOffsetY", this.i.s9);
182
197
  },
183
198
  enumerable: true,
184
199
  configurable: true
@@ -188,11 +203,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
188
203
  * Gets or sets the default offset of the tooltip layer on the X axis.
189
204
  */
190
205
  get: function () {
191
- return this.i.s2;
206
+ return this.i.s6;
192
207
  },
193
208
  set: function (v) {
194
- this.i.s2 = +v;
195
- this._a("defaultPositionOffsetX", this.i.s2);
209
+ this.i.s6 = +v;
210
+ this._a("defaultPositionOffsetX", this.i.s6);
196
211
  },
197
212
  enumerable: true,
198
213
  configurable: true
@@ -202,11 +217,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
202
217
  * Gets or sets the default offset of the tooltip layer on the Y axis.
203
218
  */
204
219
  get: function () {
205
- return this.i.s3;
220
+ return this.i.s7;
206
221
  },
207
222
  set: function (v) {
208
- this.i.s3 = +v;
209
- this._a("defaultPositionOffsetY", this.i.s3);
223
+ this.i.s7 = +v;
224
+ this._a("defaultPositionOffsetY", this.i.s7);
210
225
  },
211
226
  enumerable: true,
212
227
  configurable: true
@@ -216,11 +231,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
216
231
  * Gets or sets the tooltip position mode on the X axis for grouped series.
217
232
  */
218
233
  get: function () {
219
- return this.i.rr;
234
+ return this.i.rv;
220
235
  },
221
236
  set: function (v) {
222
- this.i.rr = ensureEnum(DataTooltipGroupedPositionX_$type, v);
223
- this._a("groupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.rr));
237
+ this.i.rv = ensureEnum(DataTooltipGroupedPositionX_$type, v);
238
+ this._a("groupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.rv));
224
239
  },
225
240
  enumerable: true,
226
241
  configurable: true
@@ -230,11 +245,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
230
245
  * Gets the actual resolved tooltip position mode on the X axis for grouped series.
231
246
  */
232
247
  get: function () {
233
- return this.i.rq;
248
+ return this.i.ru;
234
249
  },
235
250
  set: function (v) {
236
- this.i.rq = ensureEnum(DataTooltipGroupedPositionX_$type, v);
237
- this._a("actualGroupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.rq));
251
+ this.i.ru = ensureEnum(DataTooltipGroupedPositionX_$type, v);
252
+ this._a("actualGroupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.ru));
238
253
  },
239
254
  enumerable: true,
240
255
  configurable: true
@@ -244,11 +259,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
244
259
  * Gets or sets the tooltip position mode on the Y axis for grouped series.
245
260
  */
246
261
  get: function () {
247
- return this.i.rv;
262
+ return this.i.rz;
248
263
  },
249
264
  set: function (v) {
250
- this.i.rv = ensureEnum(DataTooltipGroupedPositionY_$type, v);
251
- this._a("groupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.rv));
265
+ this.i.rz = ensureEnum(DataTooltipGroupedPositionY_$type, v);
266
+ this._a("groupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.rz));
252
267
  },
253
268
  enumerable: true,
254
269
  configurable: true
@@ -258,11 +273,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
258
273
  * Gets the actual resolved tooltip position mode on the Y axis for grouped series.
259
274
  */
260
275
  get: function () {
261
- return this.i.ru;
276
+ return this.i.ry;
262
277
  },
263
278
  set: function (v) {
264
- this.i.ru = ensureEnum(DataTooltipGroupedPositionY_$type, v);
265
- this._a("actualGroupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.ru));
279
+ this.i.ry = ensureEnum(DataTooltipGroupedPositionY_$type, v);
280
+ this._a("actualGroupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.ry));
266
281
  },
267
282
  enumerable: true,
268
283
  configurable: true
@@ -272,11 +287,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
272
287
  * Gets or sets whether the data legend should update when the series data is mutated.
273
288
  */
274
289
  get: function () {
275
- return this.i.su;
290
+ return this.i.sy;
276
291
  },
277
292
  set: function (v) {
278
- this.i.su = ensureBool(v);
279
- this._a("shouldUpdateWhenSeriesDataChanges", this.i.su);
293
+ this.i.sy = ensureBool(v);
294
+ this._a("shouldUpdateWhenSeriesDataChanges", this.i.sy);
280
295
  },
281
296
  enumerable: true,
282
297
  configurable: true
@@ -286,14 +301,14 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
286
301
  * Gets or sets indexes or names of series to include in displaying in the data legend, e.g. "0, 1"
287
302
  */
288
303
  get: function () {
289
- return this.i.re;
304
+ return this.i.ri;
290
305
  },
291
306
  set: function (v) {
292
307
  if (v && !Array.isArray(v) && typeof (v) == "string") {
293
308
  var re = /\s*(?:,|\s|$)\s*/gm;
294
309
  v = v.split(re);
295
310
  }
296
- this.i.re = v;
311
+ this.i.ri = v;
297
312
  },
298
313
  enumerable: true,
299
314
  configurable: true
@@ -304,14 +319,14 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
304
319
  * The ExcludedSeries property takes precedences over values of IncludedSeries property
305
320
  */
306
321
  get: function () {
307
- return this.i.q9;
322
+ return this.i.rd;
308
323
  },
309
324
  set: function (v) {
310
325
  if (v && !Array.isArray(v) && typeof (v) == "string") {
311
326
  var re = /\s*(?:,|\s|$)\s*/gm;
312
327
  v = v.split(re);
313
328
  }
314
- this.i.q9 = v;
329
+ this.i.rd = v;
315
330
  },
316
331
  enumerable: true,
317
332
  configurable: true
@@ -322,14 +337,14 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
322
337
  * The ExcludedColumns property takes precedences over values of IncludedColumns property
323
338
  */
324
339
  get: function () {
325
- return this.i.rd;
340
+ return this.i.rh;
326
341
  },
327
342
  set: function (v) {
328
343
  if (v && !Array.isArray(v) && typeof (v) == "string") {
329
344
  var re = /\s*(?:,|\s|$)\s*/gm;
330
345
  v = v.split(re);
331
346
  }
332
- this.i.rd = v;
347
+ this.i.rh = v;
333
348
  },
334
349
  enumerable: true,
335
350
  configurable: true
@@ -340,14 +355,14 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
340
355
  * The ExcludedColumns property takes precedences over values of IncludedColumns property
341
356
  */
342
357
  get: function () {
343
- return this.i.q8;
358
+ return this.i.rc;
344
359
  },
345
360
  set: function (v) {
346
361
  if (v && !Array.isArray(v) && typeof (v) == "string") {
347
362
  var re = /\s*(?:,|\s|$)\s*/gm;
348
363
  v = v.split(re);
349
364
  }
350
- this.i.q8 = v;
365
+ this.i.rc = v;
351
366
  },
352
367
  enumerable: true,
353
368
  configurable: true
@@ -358,11 +373,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
358
373
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
359
374
  */
360
375
  get: function () {
361
- return this.i.ri;
376
+ return this.i.rm;
362
377
  },
363
378
  set: function (v) {
364
- this.i.ri = ensureEnum(DataAbbreviationMode_$type, v);
365
- this._a("valueFormatAbbreviation", enumToString(DataAbbreviationMode_$type, this.i.ri));
379
+ this.i.rm = ensureEnum(DataAbbreviationMode_$type, v);
380
+ this._a("valueFormatAbbreviation", enumToString(DataAbbreviationMode_$type, this.i.rm));
366
381
  },
367
382
  enumerable: true,
368
383
  configurable: true
@@ -373,11 +388,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
373
388
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
374
389
  */
375
390
  get: function () {
376
- return this.i.t4;
391
+ return this.i.t8;
377
392
  },
378
393
  set: function (v) {
379
- this.i.t4 = +v;
380
- this._a("valueFormatMaxFractions", this.i.t4);
394
+ this.i.t8 = +v;
395
+ this._a("valueFormatMaxFractions", this.i.t8);
381
396
  },
382
397
  enumerable: true,
383
398
  configurable: true
@@ -388,11 +403,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
388
403
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
389
404
  */
390
405
  get: function () {
391
- return this.i.t5;
406
+ return this.i.t9;
392
407
  },
393
408
  set: function (v) {
394
- this.i.t5 = +v;
395
- this._a("valueFormatMinFractions", this.i.t5);
409
+ this.i.t9 = +v;
410
+ this._a("valueFormatMinFractions", this.i.t9);
396
411
  },
397
412
  enumerable: true,
398
413
  configurable: true
@@ -402,11 +417,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
402
417
  * Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)
403
418
  */
404
419
  get: function () {
405
- return this.i.ro;
420
+ return this.i.rs;
406
421
  },
407
422
  set: function (v) {
408
- this.i.ro = ensureEnum(DataLegendValueMode_$type, v);
409
- this._a("valueFormatMode", enumToString(DataLegendValueMode_$type, this.i.ro));
423
+ this.i.rs = ensureEnum(DataLegendValueMode_$type, v);
424
+ this._a("valueFormatMode", enumToString(DataLegendValueMode_$type, this.i.rs));
410
425
  },
411
426
  enumerable: true,
412
427
  configurable: true
@@ -417,25 +432,25 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
417
432
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
418
433
  */
419
434
  get: function () {
420
- return this.i.vz;
435
+ return this.i.v3;
421
436
  },
422
437
  set: function (v) {
423
- this.i.vz = v;
438
+ this.i.v3 = v;
424
439
  },
425
440
  enumerable: true,
426
441
  configurable: true
427
442
  });
428
443
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueFormatUseGrouping", {
429
444
  /**
430
- * Gets or sets whether or not use groupping sperator, e.g, 15,000 for 15000
445
+ * Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000
431
446
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
432
447
  */
433
448
  get: function () {
434
- return this.i.sw;
449
+ return this.i.s0;
435
450
  },
436
451
  set: function (v) {
437
- this.i.sw = ensureBool(v);
438
- this._a("valueFormatUseGrouping", this.i.sw);
452
+ this.i.s0 = ensureBool(v);
453
+ this._a("valueFormatUseGrouping", this.i.s0);
439
454
  },
440
455
  enumerable: true,
441
456
  configurable: true
@@ -445,10 +460,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
445
460
  * Gets or sets the format string for values displayed in the data legend.
446
461
  */
447
462
  get: function () {
448
- return this.i.v5;
463
+ return this.i.v9;
449
464
  },
450
465
  set: function (v) {
451
- this.i.v5 = v;
466
+ this.i.v9 = v;
452
467
  },
453
468
  enumerable: true,
454
469
  configurable: true
@@ -458,86 +473,86 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
458
473
  * Gets or sets the format specifiers to use with the ValueFormatString string.
459
474
  */
460
475
  get: function () {
461
- return this.i.rf;
476
+ return this.i.rj;
462
477
  },
463
478
  set: function (v) {
464
479
  if (v && !Array.isArray(v) && typeof (v) == "string") {
465
480
  var re = /\s*(?:,|\s|$)\s*/gm;
466
481
  v = v.split(re);
467
482
  }
468
- this.i.rf = v;
483
+ this.i.rj = v;
469
484
  },
470
485
  enumerable: true,
471
486
  configurable: true
472
487
  });
473
488
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueRowMarginBottom", {
474
489
  get: function () {
475
- return this.i.yw ? this.i.yw.bottom : NaN;
490
+ return this.i.y0 ? this.i.y0.bottom : NaN;
476
491
  },
477
492
  set: function (v) {
478
493
  this.ensureValueRowMargin();
479
- this.i.yw.bottom = +v;
480
- this._a("valueRowMarginBottom", this.i.yw.bottom);
481
- this.i.yw = this.i.yw;
494
+ this.i.y0.bottom = +v;
495
+ this._a("valueRowMarginBottom", this.i.y0.bottom);
496
+ this.i.y0 = this.i.y0;
482
497
  },
483
498
  enumerable: true,
484
499
  configurable: true
485
500
  });
486
501
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueRowMarginLeft", {
487
502
  get: function () {
488
- return this.i.yw ? this.i.yw.left : NaN;
503
+ return this.i.y0 ? this.i.y0.left : NaN;
489
504
  },
490
505
  set: function (v) {
491
506
  this.ensureValueRowMargin();
492
- this.i.yw.left = +v;
493
- this._a("valueRowMarginLeft", this.i.yw.left);
494
- this.i.yw = this.i.yw;
507
+ this.i.y0.left = +v;
508
+ this._a("valueRowMarginLeft", this.i.y0.left);
509
+ this.i.y0 = this.i.y0;
495
510
  },
496
511
  enumerable: true,
497
512
  configurable: true
498
513
  });
499
514
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueRowMarginRight", {
500
515
  get: function () {
501
- return this.i.yw ? this.i.yw.right : NaN;
516
+ return this.i.y0 ? this.i.y0.right : NaN;
502
517
  },
503
518
  set: function (v) {
504
519
  this.ensureValueRowMargin();
505
- this.i.yw.right = +v;
506
- this._a("valueRowMarginRight", this.i.yw.right);
507
- this.i.yw = this.i.yw;
520
+ this.i.y0.right = +v;
521
+ this._a("valueRowMarginRight", this.i.y0.right);
522
+ this.i.y0 = this.i.y0;
508
523
  },
509
524
  enumerable: true,
510
525
  configurable: true
511
526
  });
512
527
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueRowMarginTop", {
513
528
  get: function () {
514
- return this.i.yw ? this.i.yw.top : NaN;
529
+ return this.i.y0 ? this.i.y0.top : NaN;
515
530
  },
516
531
  set: function (v) {
517
532
  this.ensureValueRowMargin();
518
- this.i.yw.top = +v;
519
- this._a("valueRowMarginTop", this.i.yw.top);
520
- this.i.yw = this.i.yw;
533
+ this.i.y0.top = +v;
534
+ this._a("valueRowMarginTop", this.i.y0.top);
535
+ this.i.y0 = this.i.y0;
521
536
  },
522
537
  enumerable: true,
523
538
  configurable: true
524
539
  });
525
540
  IgcDataToolTipLayerComponent.prototype.ensureValueRowMargin = function () {
526
- if (this.i.yw) {
541
+ if (this.i.y0) {
527
542
  return;
528
543
  }
529
- this.i.yw = new Thickness(2);
544
+ this.i.y0 = new Thickness(2);
530
545
  };
531
546
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueRowVisible", {
532
547
  /**
533
548
  * Gets or sets whether to show series rows.
534
549
  */
535
550
  get: function () {
536
- return this.i.sx;
551
+ return this.i.s1;
537
552
  },
538
553
  set: function (v) {
539
- this.i.sx = ensureBool(v);
540
- this._a("valueRowVisible", this.i.sx);
554
+ this.i.s1 = ensureBool(v);
555
+ this._a("valueRowVisible", this.i.s1);
541
556
  },
542
557
  enumerable: true,
543
558
  configurable: true
@@ -547,10 +562,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
547
562
  * Gets or sets text displayed when data column is missing a value, e.g. "no data"
548
563
  */
549
564
  get: function () {
550
- return this.i.we;
565
+ return this.i.wi;
551
566
  },
552
567
  set: function (v) {
553
- this.i.we = v;
568
+ this.i.wi = v;
554
569
  },
555
570
  enumerable: true,
556
571
  configurable: true
@@ -560,83 +575,83 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
560
575
  * Gets or sets whether to use series colors when displaying values in the legend
561
576
  */
562
577
  get: function () {
563
- return this.i.sy;
578
+ return this.i.s2;
564
579
  },
565
580
  set: function (v) {
566
- this.i.sy = ensureBool(v);
567
- this._a("valueTextUseSeriesColors", this.i.sy);
581
+ this.i.s2 = ensureBool(v);
582
+ this._a("valueTextUseSeriesColors", this.i.s2);
568
583
  },
569
584
  enumerable: true,
570
585
  configurable: true
571
586
  });
572
587
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueTextMarginBottom", {
573
588
  get: function () {
574
- return this.i.yx ? this.i.yx.bottom : NaN;
589
+ return this.i.y1 ? this.i.y1.bottom : NaN;
575
590
  },
576
591
  set: function (v) {
577
592
  this.ensureValueTextMargin();
578
- this.i.yx.bottom = +v;
579
- this._a("valueTextMarginBottom", this.i.yx.bottom);
580
- this.i.yx = this.i.yx;
593
+ this.i.y1.bottom = +v;
594
+ this._a("valueTextMarginBottom", this.i.y1.bottom);
595
+ this.i.y1 = this.i.y1;
581
596
  },
582
597
  enumerable: true,
583
598
  configurable: true
584
599
  });
585
600
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueTextMarginLeft", {
586
601
  get: function () {
587
- return this.i.yx ? this.i.yx.left : NaN;
602
+ return this.i.y1 ? this.i.y1.left : NaN;
588
603
  },
589
604
  set: function (v) {
590
605
  this.ensureValueTextMargin();
591
- this.i.yx.left = +v;
592
- this._a("valueTextMarginLeft", this.i.yx.left);
593
- this.i.yx = this.i.yx;
606
+ this.i.y1.left = +v;
607
+ this._a("valueTextMarginLeft", this.i.y1.left);
608
+ this.i.y1 = this.i.y1;
594
609
  },
595
610
  enumerable: true,
596
611
  configurable: true
597
612
  });
598
613
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueTextMarginRight", {
599
614
  get: function () {
600
- return this.i.yx ? this.i.yx.right : NaN;
615
+ return this.i.y1 ? this.i.y1.right : NaN;
601
616
  },
602
617
  set: function (v) {
603
618
  this.ensureValueTextMargin();
604
- this.i.yx.right = +v;
605
- this._a("valueTextMarginRight", this.i.yx.right);
606
- this.i.yx = this.i.yx;
619
+ this.i.y1.right = +v;
620
+ this._a("valueTextMarginRight", this.i.y1.right);
621
+ this.i.y1 = this.i.y1;
607
622
  },
608
623
  enumerable: true,
609
624
  configurable: true
610
625
  });
611
626
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueTextMarginTop", {
612
627
  get: function () {
613
- return this.i.yx ? this.i.yx.top : NaN;
628
+ return this.i.y1 ? this.i.y1.top : NaN;
614
629
  },
615
630
  set: function (v) {
616
631
  this.ensureValueTextMargin();
617
- this.i.yx.top = +v;
618
- this._a("valueTextMarginTop", this.i.yx.top);
619
- this.i.yx = this.i.yx;
632
+ this.i.y1.top = +v;
633
+ this._a("valueTextMarginTop", this.i.y1.top);
634
+ this.i.y1 = this.i.y1;
620
635
  },
621
636
  enumerable: true,
622
637
  configurable: true
623
638
  });
624
639
  IgcDataToolTipLayerComponent.prototype.ensureValueTextMargin = function () {
625
- if (this.i.yx) {
640
+ if (this.i.y1) {
626
641
  return;
627
642
  }
628
- this.i.yx = new Thickness(2);
643
+ this.i.y1 = new Thickness(2);
629
644
  };
630
645
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueTextColor", {
631
646
  /**
632
647
  * Gets or sets the units text color.
633
648
  */
634
649
  get: function () {
635
- return brushToString(this.i.yh);
650
+ return brushToString(this.i.yl);
636
651
  },
637
652
  set: function (v) {
638
- this.i.yh = stringToBrush(v);
639
- this._a("valueTextColor", brushToString(this.i.yh));
653
+ this.i.yl = stringToBrush(v);
654
+ this._a("valueTextColor", brushToString(this.i.yl));
640
655
  },
641
656
  enumerable: true,
642
657
  configurable: true
@@ -646,16 +661,16 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
646
661
  * Gets or Sets the style to use for the units text.
647
662
  */
648
663
  get: function () {
649
- if (this.i.sl == null) {
664
+ if (this.i.sp == null) {
650
665
  return null;
651
666
  }
652
- return this.i.sl.fontString;
667
+ return this.i.sp.fontString;
653
668
  },
654
669
  set: function (v) {
655
670
  var fi = new FontInfo();
656
671
  fi.fontString = v;
657
- this.i.sl = fi;
658
- this._a("valueTextStyle", this.i.sl != null ? this.i.sl.fontString : "");
672
+ this.i.sp = fi;
673
+ this._a("valueTextStyle", this.i.sp != null ? this.i.sp.fontString : "");
659
674
  },
660
675
  enumerable: true,
661
676
  configurable: true
@@ -665,10 +680,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
665
680
  * Gets or sets the format string for header text displayed in the data legend.
666
681
  */
667
682
  get: function () {
668
- return this.i.un;
683
+ return this.i.ur;
669
684
  },
670
685
  set: function (v) {
671
- this.i.un = v;
686
+ this.i.ur = v;
672
687
  },
673
688
  enumerable: true,
674
689
  configurable: true
@@ -678,14 +693,14 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
678
693
  * Gets or sets the format specifiers to use with the HeaderFormatString string.
679
694
  */
680
695
  get: function () {
681
- return this.i.rc;
696
+ return this.i.rg;
682
697
  },
683
698
  set: function (v) {
684
699
  if (v && !Array.isArray(v) && typeof (v) == "string") {
685
700
  var re = /\s*(?:,|\s|$)\s*/gm;
686
701
  v = v.split(re);
687
702
  }
688
- this.i.rc = v;
703
+ this.i.rg = v;
689
704
  },
690
705
  enumerable: true,
691
706
  configurable: true
@@ -696,10 +711,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
696
711
  * This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
697
712
  */
698
713
  get: function () {
699
- return this.i.uj;
714
+ return this.i.un;
700
715
  },
701
716
  set: function (v) {
702
- this.i.uj = v;
717
+ this.i.un = v;
703
718
  },
704
719
  enumerable: true,
705
720
  configurable: true
@@ -710,11 +725,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
710
725
  * This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
711
726
  */
712
727
  get: function () {
713
- return this.i.rj;
728
+ return this.i.rn;
714
729
  },
715
730
  set: function (v) {
716
- this.i.rj = ensureEnum(DataLegendHeaderDateMode_$type, v);
717
- this._a("headerFormatDate", enumToString(DataLegendHeaderDateMode_$type, this.i.rj));
731
+ this.i.rn = ensureEnum(DataLegendHeaderDateMode_$type, v);
732
+ this._a("headerFormatDate", enumToString(DataLegendHeaderDateMode_$type, this.i.rn));
718
733
  },
719
734
  enumerable: true,
720
735
  configurable: true
@@ -725,11 +740,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
725
740
  * This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
726
741
  */
727
742
  get: function () {
728
- return this.i.rk;
743
+ return this.i.ro;
729
744
  },
730
745
  set: function (v) {
731
- this.i.rk = ensureEnum(DataLegendHeaderTimeMode_$type, v);
732
- this._a("headerFormatTime", enumToString(DataLegendHeaderTimeMode_$type, this.i.rk));
746
+ this.i.ro = ensureEnum(DataLegendHeaderTimeMode_$type, v);
747
+ this._a("headerFormatTime", enumToString(DataLegendHeaderTimeMode_$type, this.i.ro));
733
748
  },
734
749
  enumerable: true,
735
750
  configurable: true
@@ -739,10 +754,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
739
754
  * Gets or sets the HeaderText for the data legend.
740
755
  */
741
756
  get: function () {
742
- return this.i.us;
757
+ return this.i.uw;
743
758
  },
744
759
  set: function (v) {
745
- this.i.us = v;
760
+ this.i.uw = v;
746
761
  },
747
762
  enumerable: true,
748
763
  configurable: true
@@ -752,141 +767,141 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
752
767
  * Gets or sets the header text color.
753
768
  */
754
769
  get: function () {
755
- return brushToString(this.i.x9);
770
+ return brushToString(this.i.yd);
756
771
  },
757
772
  set: function (v) {
758
- this.i.x9 = stringToBrush(v);
759
- this._a("headerTextColor", brushToString(this.i.x9));
773
+ this.i.yd = stringToBrush(v);
774
+ this._a("headerTextColor", brushToString(this.i.yd));
760
775
  },
761
776
  enumerable: true,
762
777
  configurable: true
763
778
  });
764
779
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerTextMarginBottom", {
765
780
  get: function () {
766
- return this.i.yq ? this.i.yq.bottom : NaN;
781
+ return this.i.yu ? this.i.yu.bottom : NaN;
767
782
  },
768
783
  set: function (v) {
769
784
  this.ensureHeaderTextMargin();
770
- this.i.yq.bottom = +v;
771
- this._a("headerTextMarginBottom", this.i.yq.bottom);
772
- this.i.yq = this.i.yq;
785
+ this.i.yu.bottom = +v;
786
+ this._a("headerTextMarginBottom", this.i.yu.bottom);
787
+ this.i.yu = this.i.yu;
773
788
  },
774
789
  enumerable: true,
775
790
  configurable: true
776
791
  });
777
792
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerTextMarginLeft", {
778
793
  get: function () {
779
- return this.i.yq ? this.i.yq.left : NaN;
794
+ return this.i.yu ? this.i.yu.left : NaN;
780
795
  },
781
796
  set: function (v) {
782
797
  this.ensureHeaderTextMargin();
783
- this.i.yq.left = +v;
784
- this._a("headerTextMarginLeft", this.i.yq.left);
785
- this.i.yq = this.i.yq;
798
+ this.i.yu.left = +v;
799
+ this._a("headerTextMarginLeft", this.i.yu.left);
800
+ this.i.yu = this.i.yu;
786
801
  },
787
802
  enumerable: true,
788
803
  configurable: true
789
804
  });
790
805
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerTextMarginRight", {
791
806
  get: function () {
792
- return this.i.yq ? this.i.yq.right : NaN;
807
+ return this.i.yu ? this.i.yu.right : NaN;
793
808
  },
794
809
  set: function (v) {
795
810
  this.ensureHeaderTextMargin();
796
- this.i.yq.right = +v;
797
- this._a("headerTextMarginRight", this.i.yq.right);
798
- this.i.yq = this.i.yq;
811
+ this.i.yu.right = +v;
812
+ this._a("headerTextMarginRight", this.i.yu.right);
813
+ this.i.yu = this.i.yu;
799
814
  },
800
815
  enumerable: true,
801
816
  configurable: true
802
817
  });
803
818
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerTextMarginTop", {
804
819
  get: function () {
805
- return this.i.yq ? this.i.yq.top : NaN;
820
+ return this.i.yu ? this.i.yu.top : NaN;
806
821
  },
807
822
  set: function (v) {
808
823
  this.ensureHeaderTextMargin();
809
- this.i.yq.top = +v;
810
- this._a("headerTextMarginTop", this.i.yq.top);
811
- this.i.yq = this.i.yq;
824
+ this.i.yu.top = +v;
825
+ this._a("headerTextMarginTop", this.i.yu.top);
826
+ this.i.yu = this.i.yu;
812
827
  },
813
828
  enumerable: true,
814
829
  configurable: true
815
830
  });
816
831
  IgcDataToolTipLayerComponent.prototype.ensureHeaderTextMargin = function () {
817
- if (this.i.yq) {
832
+ if (this.i.yu) {
818
833
  return;
819
834
  }
820
- this.i.yq = new Thickness(2);
835
+ this.i.yu = new Thickness(2);
821
836
  };
822
837
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerRowMarginBottom", {
823
838
  get: function () {
824
- return this.i.yp ? this.i.yp.bottom : NaN;
839
+ return this.i.yt ? this.i.yt.bottom : NaN;
825
840
  },
826
841
  set: function (v) {
827
842
  this.ensureHeaderRowMargin();
828
- this.i.yp.bottom = +v;
829
- this._a("headerRowMarginBottom", this.i.yp.bottom);
830
- this.i.yp = this.i.yp;
843
+ this.i.yt.bottom = +v;
844
+ this._a("headerRowMarginBottom", this.i.yt.bottom);
845
+ this.i.yt = this.i.yt;
831
846
  },
832
847
  enumerable: true,
833
848
  configurable: true
834
849
  });
835
850
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerRowMarginLeft", {
836
851
  get: function () {
837
- return this.i.yp ? this.i.yp.left : NaN;
852
+ return this.i.yt ? this.i.yt.left : NaN;
838
853
  },
839
854
  set: function (v) {
840
855
  this.ensureHeaderRowMargin();
841
- this.i.yp.left = +v;
842
- this._a("headerRowMarginLeft", this.i.yp.left);
843
- this.i.yp = this.i.yp;
856
+ this.i.yt.left = +v;
857
+ this._a("headerRowMarginLeft", this.i.yt.left);
858
+ this.i.yt = this.i.yt;
844
859
  },
845
860
  enumerable: true,
846
861
  configurable: true
847
862
  });
848
863
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerRowMarginRight", {
849
864
  get: function () {
850
- return this.i.yp ? this.i.yp.right : NaN;
865
+ return this.i.yt ? this.i.yt.right : NaN;
851
866
  },
852
867
  set: function (v) {
853
868
  this.ensureHeaderRowMargin();
854
- this.i.yp.right = +v;
855
- this._a("headerRowMarginRight", this.i.yp.right);
856
- this.i.yp = this.i.yp;
869
+ this.i.yt.right = +v;
870
+ this._a("headerRowMarginRight", this.i.yt.right);
871
+ this.i.yt = this.i.yt;
857
872
  },
858
873
  enumerable: true,
859
874
  configurable: true
860
875
  });
861
876
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerRowMarginTop", {
862
877
  get: function () {
863
- return this.i.yp ? this.i.yp.top : NaN;
878
+ return this.i.yt ? this.i.yt.top : NaN;
864
879
  },
865
880
  set: function (v) {
866
881
  this.ensureHeaderRowMargin();
867
- this.i.yp.top = +v;
868
- this._a("headerRowMarginTop", this.i.yp.top);
869
- this.i.yp = this.i.yp;
882
+ this.i.yt.top = +v;
883
+ this._a("headerRowMarginTop", this.i.yt.top);
884
+ this.i.yt = this.i.yt;
870
885
  },
871
886
  enumerable: true,
872
887
  configurable: true
873
888
  });
874
889
  IgcDataToolTipLayerComponent.prototype.ensureHeaderRowMargin = function () {
875
- if (this.i.yp) {
890
+ if (this.i.yt) {
876
891
  return;
877
892
  }
878
- this.i.yp = new Thickness(2);
893
+ this.i.yt = new Thickness(2);
879
894
  };
880
895
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerRowVisible", {
881
896
  /**
882
897
  * Gets or sets whether to show Header row.
883
898
  */
884
899
  get: function () {
885
- return this.i.sn;
900
+ return this.i.sr;
886
901
  },
887
902
  set: function (v) {
888
- this.i.sn = ensureBool(v);
889
- this._a("headerRowVisible", this.i.sn);
903
+ this.i.sr = ensureBool(v);
904
+ this._a("headerRowVisible", this.i.sr);
890
905
  },
891
906
  enumerable: true,
892
907
  configurable: true
@@ -896,16 +911,16 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
896
911
  * Gets or Sets the style to use for the header text.
897
912
  */
898
913
  get: function () {
899
- if (this.i.sd == null) {
914
+ if (this.i.sh == null) {
900
915
  return null;
901
916
  }
902
- return this.i.sd.fontString;
917
+ return this.i.sh.fontString;
903
918
  },
904
919
  set: function (v) {
905
920
  var fi = new FontInfo();
906
921
  fi.fontString = v;
907
- this.i.sd = fi;
908
- this._a("headerTextStyle", this.i.sd != null ? this.i.sd.fontString : "");
922
+ this.i.sh = fi;
923
+ this._a("headerTextStyle", this.i.sh != null ? this.i.sh.fontString : "");
909
924
  },
910
925
  enumerable: true,
911
926
  configurable: true
@@ -915,11 +930,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
915
930
  * Gets or sets the summary text color.
916
931
  */
917
932
  get: function () {
918
- return brushToString(this.i.yc);
933
+ return brushToString(this.i.yg);
919
934
  },
920
935
  set: function (v) {
921
- this.i.yc = stringToBrush(v);
922
- this._a("summaryTitleTextColor", brushToString(this.i.yc));
936
+ this.i.yg = stringToBrush(v);
937
+ this._a("summaryTitleTextColor", brushToString(this.i.yg));
923
938
  },
924
939
  enumerable: true,
925
940
  configurable: true
@@ -929,16 +944,16 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
929
944
  * Gets or Sets the style to use for the summary text.
930
945
  */
931
946
  get: function () {
932
- if (this.i.sg == null) {
947
+ if (this.i.sk == null) {
933
948
  return null;
934
949
  }
935
- return this.i.sg.fontString;
950
+ return this.i.sk.fontString;
936
951
  },
937
952
  set: function (v) {
938
953
  var fi = new FontInfo();
939
954
  fi.fontString = v;
940
- this.i.sg = fi;
941
- this._a("summaryTitleTextStyle", this.i.sg != null ? this.i.sg.fontString : "");
955
+ this.i.sk = fi;
956
+ this._a("summaryTitleTextStyle", this.i.sk != null ? this.i.sk.fontString : "");
942
957
  },
943
958
  enumerable: true,
944
959
  configurable: true
@@ -948,11 +963,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
948
963
  * Gets or sets the SummaryType for the data legend.
949
964
  */
950
965
  get: function () {
951
- return this.i.rm;
966
+ return this.i.rq;
952
967
  },
953
968
  set: function (v) {
954
- this.i.rm = ensureEnum(DataLegendSummaryType_$type, v);
955
- this._a("summaryType", enumToString(DataLegendSummaryType_$type, this.i.rm));
969
+ this.i.rq = ensureEnum(DataLegendSummaryType_$type, v);
970
+ this._a("summaryType", enumToString(DataLegendSummaryType_$type, this.i.rq));
956
971
  },
957
972
  enumerable: true,
958
973
  configurable: true
@@ -962,140 +977,140 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
962
977
  * Gets or sets the SummaryTitleText for the data legend.
963
978
  */
964
979
  get: function () {
965
- return this.i.vb;
980
+ return this.i.vf;
966
981
  },
967
982
  set: function (v) {
968
- this.i.vb = v;
983
+ this.i.vf = v;
969
984
  },
970
985
  enumerable: true,
971
986
  configurable: true
972
987
  });
973
988
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryTitleTextMarginBottom", {
974
989
  get: function () {
975
- return this.i.yt ? this.i.yt.bottom : NaN;
990
+ return this.i.yx ? this.i.yx.bottom : NaN;
976
991
  },
977
992
  set: function (v) {
978
993
  this.ensureSummaryTitleTextMargin();
979
- this.i.yt.bottom = +v;
980
- this._a("summaryTitleTextMarginBottom", this.i.yt.bottom);
981
- this.i.yt = this.i.yt;
994
+ this.i.yx.bottom = +v;
995
+ this._a("summaryTitleTextMarginBottom", this.i.yx.bottom);
996
+ this.i.yx = this.i.yx;
982
997
  },
983
998
  enumerable: true,
984
999
  configurable: true
985
1000
  });
986
1001
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryTitleTextMarginLeft", {
987
1002
  get: function () {
988
- return this.i.yt ? this.i.yt.left : NaN;
1003
+ return this.i.yx ? this.i.yx.left : NaN;
989
1004
  },
990
1005
  set: function (v) {
991
1006
  this.ensureSummaryTitleTextMargin();
992
- this.i.yt.left = +v;
993
- this._a("summaryTitleTextMarginLeft", this.i.yt.left);
994
- this.i.yt = this.i.yt;
1007
+ this.i.yx.left = +v;
1008
+ this._a("summaryTitleTextMarginLeft", this.i.yx.left);
1009
+ this.i.yx = this.i.yx;
995
1010
  },
996
1011
  enumerable: true,
997
1012
  configurable: true
998
1013
  });
999
1014
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryTitleTextMarginRight", {
1000
1015
  get: function () {
1001
- return this.i.yt ? this.i.yt.right : NaN;
1016
+ return this.i.yx ? this.i.yx.right : NaN;
1002
1017
  },
1003
1018
  set: function (v) {
1004
1019
  this.ensureSummaryTitleTextMargin();
1005
- this.i.yt.right = +v;
1006
- this._a("summaryTitleTextMarginRight", this.i.yt.right);
1007
- this.i.yt = this.i.yt;
1020
+ this.i.yx.right = +v;
1021
+ this._a("summaryTitleTextMarginRight", this.i.yx.right);
1022
+ this.i.yx = this.i.yx;
1008
1023
  },
1009
1024
  enumerable: true,
1010
1025
  configurable: true
1011
1026
  });
1012
1027
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryTitleTextMarginTop", {
1013
1028
  get: function () {
1014
- return this.i.yt ? this.i.yt.top : NaN;
1029
+ return this.i.yx ? this.i.yx.top : NaN;
1015
1030
  },
1016
1031
  set: function (v) {
1017
1032
  this.ensureSummaryTitleTextMargin();
1018
- this.i.yt.top = +v;
1019
- this._a("summaryTitleTextMarginTop", this.i.yt.top);
1020
- this.i.yt = this.i.yt;
1033
+ this.i.yx.top = +v;
1034
+ this._a("summaryTitleTextMarginTop", this.i.yx.top);
1035
+ this.i.yx = this.i.yx;
1021
1036
  },
1022
1037
  enumerable: true,
1023
1038
  configurable: true
1024
1039
  });
1025
1040
  IgcDataToolTipLayerComponent.prototype.ensureSummaryTitleTextMargin = function () {
1026
- if (this.i.yt) {
1041
+ if (this.i.yx) {
1027
1042
  return;
1028
1043
  }
1029
- this.i.yt = new Thickness(2);
1044
+ this.i.yx = new Thickness(2);
1030
1045
  };
1031
1046
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryRowMarginBottom", {
1032
1047
  get: function () {
1033
- return this.i.ys ? this.i.ys.bottom : NaN;
1048
+ return this.i.yw ? this.i.yw.bottom : NaN;
1034
1049
  },
1035
1050
  set: function (v) {
1036
1051
  this.ensureSummaryRowMargin();
1037
- this.i.ys.bottom = +v;
1038
- this._a("summaryRowMarginBottom", this.i.ys.bottom);
1039
- this.i.ys = this.i.ys;
1052
+ this.i.yw.bottom = +v;
1053
+ this._a("summaryRowMarginBottom", this.i.yw.bottom);
1054
+ this.i.yw = this.i.yw;
1040
1055
  },
1041
1056
  enumerable: true,
1042
1057
  configurable: true
1043
1058
  });
1044
1059
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryRowMarginLeft", {
1045
1060
  get: function () {
1046
- return this.i.ys ? this.i.ys.left : NaN;
1061
+ return this.i.yw ? this.i.yw.left : NaN;
1047
1062
  },
1048
1063
  set: function (v) {
1049
1064
  this.ensureSummaryRowMargin();
1050
- this.i.ys.left = +v;
1051
- this._a("summaryRowMarginLeft", this.i.ys.left);
1052
- this.i.ys = this.i.ys;
1065
+ this.i.yw.left = +v;
1066
+ this._a("summaryRowMarginLeft", this.i.yw.left);
1067
+ this.i.yw = this.i.yw;
1053
1068
  },
1054
1069
  enumerable: true,
1055
1070
  configurable: true
1056
1071
  });
1057
1072
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryRowMarginRight", {
1058
1073
  get: function () {
1059
- return this.i.ys ? this.i.ys.right : NaN;
1074
+ return this.i.yw ? this.i.yw.right : NaN;
1060
1075
  },
1061
1076
  set: function (v) {
1062
1077
  this.ensureSummaryRowMargin();
1063
- this.i.ys.right = +v;
1064
- this._a("summaryRowMarginRight", this.i.ys.right);
1065
- this.i.ys = this.i.ys;
1078
+ this.i.yw.right = +v;
1079
+ this._a("summaryRowMarginRight", this.i.yw.right);
1080
+ this.i.yw = this.i.yw;
1066
1081
  },
1067
1082
  enumerable: true,
1068
1083
  configurable: true
1069
1084
  });
1070
1085
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryRowMarginTop", {
1071
1086
  get: function () {
1072
- return this.i.ys ? this.i.ys.top : NaN;
1087
+ return this.i.yw ? this.i.yw.top : NaN;
1073
1088
  },
1074
1089
  set: function (v) {
1075
1090
  this.ensureSummaryRowMargin();
1076
- this.i.ys.top = +v;
1077
- this._a("summaryRowMarginTop", this.i.ys.top);
1078
- this.i.ys = this.i.ys;
1091
+ this.i.yw.top = +v;
1092
+ this._a("summaryRowMarginTop", this.i.yw.top);
1093
+ this.i.yw = this.i.yw;
1079
1094
  },
1080
1095
  enumerable: true,
1081
1096
  configurable: true
1082
1097
  });
1083
1098
  IgcDataToolTipLayerComponent.prototype.ensureSummaryRowMargin = function () {
1084
- if (this.i.ys) {
1099
+ if (this.i.yw) {
1085
1100
  return;
1086
1101
  }
1087
- this.i.ys = new Thickness(2);
1102
+ this.i.yw = new Thickness(2);
1088
1103
  };
1089
1104
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryValueTextColor", {
1090
1105
  /**
1091
1106
  * Gets or sets the units text color.
1092
1107
  */
1093
1108
  get: function () {
1094
- return brushToString(this.i.ye);
1109
+ return brushToString(this.i.yi);
1095
1110
  },
1096
1111
  set: function (v) {
1097
- this.i.ye = stringToBrush(v);
1098
- this._a("summaryValueTextColor", brushToString(this.i.ye));
1112
+ this.i.yi = stringToBrush(v);
1113
+ this._a("summaryValueTextColor", brushToString(this.i.yi));
1099
1114
  },
1100
1115
  enumerable: true,
1101
1116
  configurable: true
@@ -1105,16 +1120,16 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
1105
1120
  * Gets or Sets the style to use for the units text.
1106
1121
  */
1107
1122
  get: function () {
1108
- if (this.i.si == null) {
1123
+ if (this.i.sm == null) {
1109
1124
  return null;
1110
1125
  }
1111
- return this.i.si.fontString;
1126
+ return this.i.sm.fontString;
1112
1127
  },
1113
1128
  set: function (v) {
1114
1129
  var fi = new FontInfo();
1115
1130
  fi.fontString = v;
1116
- this.i.si = fi;
1117
- this._a("summaryValueTextStyle", this.i.si != null ? this.i.si.fontString : "");
1131
+ this.i.sm = fi;
1132
+ this._a("summaryValueTextStyle", this.i.sm != null ? this.i.sm.fontString : "");
1118
1133
  },
1119
1134
  enumerable: true,
1120
1135
  configurable: true
@@ -1124,10 +1139,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
1124
1139
  * Gets or sets the units text for the data legend.
1125
1140
  */
1126
1141
  get: function () {
1127
- return this.i.u6;
1142
+ return this.i.va;
1128
1143
  },
1129
1144
  set: function (v) {
1130
- this.i.u6 = v;
1145
+ this.i.va = v;
1131
1146
  },
1132
1147
  enumerable: true,
1133
1148
  configurable: true
@@ -1137,11 +1152,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
1137
1152
  * Gets or sets the units text color.
1138
1153
  */
1139
1154
  get: function () {
1140
- return brushToString(this.i.yb);
1155
+ return brushToString(this.i.yf);
1141
1156
  },
1142
1157
  set: function (v) {
1143
- this.i.yb = stringToBrush(v);
1144
- this._a("summaryLabelTextColor", brushToString(this.i.yb));
1158
+ this.i.yf = stringToBrush(v);
1159
+ this._a("summaryLabelTextColor", brushToString(this.i.yf));
1145
1160
  },
1146
1161
  enumerable: true,
1147
1162
  configurable: true
@@ -1151,16 +1166,16 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
1151
1166
  * Gets or Sets the style to use for the units text.
1152
1167
  */
1153
1168
  get: function () {
1154
- if (this.i.sf == null) {
1169
+ if (this.i.sj == null) {
1155
1170
  return null;
1156
1171
  }
1157
- return this.i.sf.fontString;
1172
+ return this.i.sj.fontString;
1158
1173
  },
1159
1174
  set: function (v) {
1160
1175
  var fi = new FontInfo();
1161
1176
  fi.fontString = v;
1162
- this.i.sf = fi;
1163
- this._a("summaryLabelTextStyle", this.i.sf != null ? this.i.sf.fontString : "");
1177
+ this.i.sj = fi;
1178
+ this._a("summaryLabelTextStyle", this.i.sj != null ? this.i.sj.fontString : "");
1164
1179
  },
1165
1180
  enumerable: true,
1166
1181
  configurable: true
@@ -1170,10 +1185,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
1170
1185
  * Gets or sets the units text for the data legend.
1171
1186
  */
1172
1187
  get: function () {
1173
- return this.i.vh;
1188
+ return this.i.vl;
1174
1189
  },
1175
1190
  set: function (v) {
1176
- this.i.vh = v;
1191
+ this.i.vl = v;
1177
1192
  },
1178
1193
  enumerable: true,
1179
1194
  configurable: true
@@ -1183,11 +1198,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
1183
1198
  * Gets or sets the units text color.
1184
1199
  */
1185
1200
  get: function () {
1186
- return brushToString(this.i.yd);
1201
+ return brushToString(this.i.yh);
1187
1202
  },
1188
1203
  set: function (v) {
1189
- this.i.yd = stringToBrush(v);
1190
- this._a("summaryUnitsTextColor", brushToString(this.i.yd));
1204
+ this.i.yh = stringToBrush(v);
1205
+ this._a("summaryUnitsTextColor", brushToString(this.i.yh));
1191
1206
  },
1192
1207
  enumerable: true,
1193
1208
  configurable: true
@@ -1197,88 +1212,88 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
1197
1212
  * Gets or Sets the style to use for the units text.
1198
1213
  */
1199
1214
  get: function () {
1200
- if (this.i.sh == null) {
1215
+ if (this.i.sl == null) {
1201
1216
  return null;
1202
1217
  }
1203
- return this.i.sh.fontString;
1218
+ return this.i.sl.fontString;
1204
1219
  },
1205
1220
  set: function (v) {
1206
1221
  var fi = new FontInfo();
1207
1222
  fi.fontString = v;
1208
- this.i.sh = fi;
1209
- this._a("summaryUnitsTextStyle", this.i.sh != null ? this.i.sh.fontString : "");
1223
+ this.i.sl = fi;
1224
+ this._a("summaryUnitsTextStyle", this.i.sl != null ? this.i.sl.fontString : "");
1210
1225
  },
1211
1226
  enumerable: true,
1212
1227
  configurable: true
1213
1228
  });
1214
1229
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "badgeMarginBottom", {
1215
1230
  get: function () {
1216
- return this.i.yo ? this.i.yo.bottom : NaN;
1231
+ return this.i.ys ? this.i.ys.bottom : NaN;
1217
1232
  },
1218
1233
  set: function (v) {
1219
1234
  this.ensureBadgeMargin();
1220
- this.i.yo.bottom = +v;
1221
- this._a("badgeMarginBottom", this.i.yo.bottom);
1222
- this.i.yo = this.i.yo;
1235
+ this.i.ys.bottom = +v;
1236
+ this._a("badgeMarginBottom", this.i.ys.bottom);
1237
+ this.i.ys = this.i.ys;
1223
1238
  },
1224
1239
  enumerable: true,
1225
1240
  configurable: true
1226
1241
  });
1227
1242
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "badgeMarginLeft", {
1228
1243
  get: function () {
1229
- return this.i.yo ? this.i.yo.left : NaN;
1244
+ return this.i.ys ? this.i.ys.left : NaN;
1230
1245
  },
1231
1246
  set: function (v) {
1232
1247
  this.ensureBadgeMargin();
1233
- this.i.yo.left = +v;
1234
- this._a("badgeMarginLeft", this.i.yo.left);
1235
- this.i.yo = this.i.yo;
1248
+ this.i.ys.left = +v;
1249
+ this._a("badgeMarginLeft", this.i.ys.left);
1250
+ this.i.ys = this.i.ys;
1236
1251
  },
1237
1252
  enumerable: true,
1238
1253
  configurable: true
1239
1254
  });
1240
1255
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "badgeMarginRight", {
1241
1256
  get: function () {
1242
- return this.i.yo ? this.i.yo.right : NaN;
1257
+ return this.i.ys ? this.i.ys.right : NaN;
1243
1258
  },
1244
1259
  set: function (v) {
1245
1260
  this.ensureBadgeMargin();
1246
- this.i.yo.right = +v;
1247
- this._a("badgeMarginRight", this.i.yo.right);
1248
- this.i.yo = this.i.yo;
1261
+ this.i.ys.right = +v;
1262
+ this._a("badgeMarginRight", this.i.ys.right);
1263
+ this.i.ys = this.i.ys;
1249
1264
  },
1250
1265
  enumerable: true,
1251
1266
  configurable: true
1252
1267
  });
1253
1268
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "badgeMarginTop", {
1254
1269
  get: function () {
1255
- return this.i.yo ? this.i.yo.top : NaN;
1270
+ return this.i.ys ? this.i.ys.top : NaN;
1256
1271
  },
1257
1272
  set: function (v) {
1258
1273
  this.ensureBadgeMargin();
1259
- this.i.yo.top = +v;
1260
- this._a("badgeMarginTop", this.i.yo.top);
1261
- this.i.yo = this.i.yo;
1274
+ this.i.ys.top = +v;
1275
+ this._a("badgeMarginTop", this.i.ys.top);
1276
+ this.i.ys = this.i.ys;
1262
1277
  },
1263
1278
  enumerable: true,
1264
1279
  configurable: true
1265
1280
  });
1266
1281
  IgcDataToolTipLayerComponent.prototype.ensureBadgeMargin = function () {
1267
- if (this.i.yo) {
1282
+ if (this.i.ys) {
1268
1283
  return;
1269
1284
  }
1270
- this.i.yo = new Thickness(2);
1285
+ this.i.ys = new Thickness(2);
1271
1286
  };
1272
1287
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "badgeShape", {
1273
1288
  /**
1274
1289
  * Gets or sets the BadgeShape for the data legend.
1275
1290
  */
1276
1291
  get: function () {
1277
- return this.i.r3;
1292
+ return this.i.r7;
1278
1293
  },
1279
1294
  set: function (v) {
1280
- this.i.r3 = ensureEnum(LegendItemBadgeShape_$type, v);
1281
- this._a("badgeShape", enumToString(LegendItemBadgeShape_$type, this.i.r3));
1295
+ this.i.r7 = ensureEnum(LegendItemBadgeShape_$type, v);
1296
+ this._a("badgeShape", enumToString(LegendItemBadgeShape_$type, this.i.r7));
1282
1297
  },
1283
1298
  enumerable: true,
1284
1299
  configurable: true
@@ -1288,11 +1303,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
1288
1303
  * Gets or sets the UnitsMode for the data legend.
1289
1304
  */
1290
1305
  get: function () {
1291
- return this.i.rn;
1306
+ return this.i.rr;
1292
1307
  },
1293
1308
  set: function (v) {
1294
- this.i.rn = ensureEnum(DataLegendUnitsMode_$type, v);
1295
- this._a("unitsDisplayMode", enumToString(DataLegendUnitsMode_$type, this.i.rn));
1309
+ this.i.rr = ensureEnum(DataLegendUnitsMode_$type, v);
1310
+ this._a("unitsDisplayMode", enumToString(DataLegendUnitsMode_$type, this.i.rr));
1296
1311
  },
1297
1312
  enumerable: true,
1298
1313
  configurable: true
@@ -1302,10 +1317,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
1302
1317
  * Gets or sets the units text for the data legend.
1303
1318
  */
1304
1319
  get: function () {
1305
- return this.i.vs;
1320
+ return this.i.vw;
1306
1321
  },
1307
1322
  set: function (v) {
1308
- this.i.vs = v;
1323
+ this.i.vw = v;
1309
1324
  },
1310
1325
  enumerable: true,
1311
1326
  configurable: true
@@ -1315,160 +1330,160 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
1315
1330
  * Gets or sets the units text color.
1316
1331
  */
1317
1332
  get: function () {
1318
- return brushToString(this.i.yg);
1333
+ return brushToString(this.i.yk);
1319
1334
  },
1320
1335
  set: function (v) {
1321
- this.i.yg = stringToBrush(v);
1322
- this._a("unitsTextColor", brushToString(this.i.yg));
1336
+ this.i.yk = stringToBrush(v);
1337
+ this._a("unitsTextColor", brushToString(this.i.yk));
1323
1338
  },
1324
1339
  enumerable: true,
1325
1340
  configurable: true
1326
1341
  });
1327
1342
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "unitsTextMarginBottom", {
1328
1343
  get: function () {
1329
- return this.i.yv ? this.i.yv.bottom : NaN;
1344
+ return this.i.yz ? this.i.yz.bottom : NaN;
1330
1345
  },
1331
1346
  set: function (v) {
1332
1347
  this.ensureUnitsTextMargin();
1333
- this.i.yv.bottom = +v;
1334
- this._a("unitsTextMarginBottom", this.i.yv.bottom);
1335
- this.i.yv = this.i.yv;
1348
+ this.i.yz.bottom = +v;
1349
+ this._a("unitsTextMarginBottom", this.i.yz.bottom);
1350
+ this.i.yz = this.i.yz;
1336
1351
  },
1337
1352
  enumerable: true,
1338
1353
  configurable: true
1339
1354
  });
1340
1355
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "unitsTextMarginLeft", {
1341
1356
  get: function () {
1342
- return this.i.yv ? this.i.yv.left : NaN;
1357
+ return this.i.yz ? this.i.yz.left : NaN;
1343
1358
  },
1344
1359
  set: function (v) {
1345
1360
  this.ensureUnitsTextMargin();
1346
- this.i.yv.left = +v;
1347
- this._a("unitsTextMarginLeft", this.i.yv.left);
1348
- this.i.yv = this.i.yv;
1361
+ this.i.yz.left = +v;
1362
+ this._a("unitsTextMarginLeft", this.i.yz.left);
1363
+ this.i.yz = this.i.yz;
1349
1364
  },
1350
1365
  enumerable: true,
1351
1366
  configurable: true
1352
1367
  });
1353
1368
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "unitsTextMarginRight", {
1354
1369
  get: function () {
1355
- return this.i.yv ? this.i.yv.right : NaN;
1370
+ return this.i.yz ? this.i.yz.right : NaN;
1356
1371
  },
1357
1372
  set: function (v) {
1358
1373
  this.ensureUnitsTextMargin();
1359
- this.i.yv.right = +v;
1360
- this._a("unitsTextMarginRight", this.i.yv.right);
1361
- this.i.yv = this.i.yv;
1374
+ this.i.yz.right = +v;
1375
+ this._a("unitsTextMarginRight", this.i.yz.right);
1376
+ this.i.yz = this.i.yz;
1362
1377
  },
1363
1378
  enumerable: true,
1364
1379
  configurable: true
1365
1380
  });
1366
1381
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "unitsTextMarginTop", {
1367
1382
  get: function () {
1368
- return this.i.yv ? this.i.yv.top : NaN;
1383
+ return this.i.yz ? this.i.yz.top : NaN;
1369
1384
  },
1370
1385
  set: function (v) {
1371
1386
  this.ensureUnitsTextMargin();
1372
- this.i.yv.top = +v;
1373
- this._a("unitsTextMarginTop", this.i.yv.top);
1374
- this.i.yv = this.i.yv;
1387
+ this.i.yz.top = +v;
1388
+ this._a("unitsTextMarginTop", this.i.yz.top);
1389
+ this.i.yz = this.i.yz;
1375
1390
  },
1376
1391
  enumerable: true,
1377
1392
  configurable: true
1378
1393
  });
1379
1394
  IgcDataToolTipLayerComponent.prototype.ensureUnitsTextMargin = function () {
1380
- if (this.i.yv) {
1395
+ if (this.i.yz) {
1381
1396
  return;
1382
1397
  }
1383
- this.i.yv = new Thickness(2);
1398
+ this.i.yz = new Thickness(2);
1384
1399
  };
1385
1400
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "unitsTextStyle", {
1386
1401
  /**
1387
1402
  * Gets or Sets the style to use for the units text.
1388
1403
  */
1389
1404
  get: function () {
1390
- if (this.i.sk == null) {
1405
+ if (this.i.so == null) {
1391
1406
  return null;
1392
1407
  }
1393
- return this.i.sk.fontString;
1408
+ return this.i.so.fontString;
1394
1409
  },
1395
1410
  set: function (v) {
1396
1411
  var fi = new FontInfo();
1397
1412
  fi.fontString = v;
1398
- this.i.sk = fi;
1399
- this._a("unitsTextStyle", this.i.sk != null ? this.i.sk.fontString : "");
1413
+ this.i.so = fi;
1414
+ this._a("unitsTextStyle", this.i.so != null ? this.i.so.fontString : "");
1400
1415
  },
1401
1416
  enumerable: true,
1402
1417
  configurable: true
1403
1418
  });
1404
1419
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "titleTextMarginBottom", {
1405
1420
  get: function () {
1406
- return this.i.yu ? this.i.yu.bottom : NaN;
1421
+ return this.i.yy ? this.i.yy.bottom : NaN;
1407
1422
  },
1408
1423
  set: function (v) {
1409
1424
  this.ensureTitleTextMargin();
1410
- this.i.yu.bottom = +v;
1411
- this._a("titleTextMarginBottom", this.i.yu.bottom);
1412
- this.i.yu = this.i.yu;
1425
+ this.i.yy.bottom = +v;
1426
+ this._a("titleTextMarginBottom", this.i.yy.bottom);
1427
+ this.i.yy = this.i.yy;
1413
1428
  },
1414
1429
  enumerable: true,
1415
1430
  configurable: true
1416
1431
  });
1417
1432
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "titleTextMarginLeft", {
1418
1433
  get: function () {
1419
- return this.i.yu ? this.i.yu.left : NaN;
1434
+ return this.i.yy ? this.i.yy.left : NaN;
1420
1435
  },
1421
1436
  set: function (v) {
1422
1437
  this.ensureTitleTextMargin();
1423
- this.i.yu.left = +v;
1424
- this._a("titleTextMarginLeft", this.i.yu.left);
1425
- this.i.yu = this.i.yu;
1438
+ this.i.yy.left = +v;
1439
+ this._a("titleTextMarginLeft", this.i.yy.left);
1440
+ this.i.yy = this.i.yy;
1426
1441
  },
1427
1442
  enumerable: true,
1428
1443
  configurable: true
1429
1444
  });
1430
1445
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "titleTextMarginRight", {
1431
1446
  get: function () {
1432
- return this.i.yu ? this.i.yu.right : NaN;
1447
+ return this.i.yy ? this.i.yy.right : NaN;
1433
1448
  },
1434
1449
  set: function (v) {
1435
1450
  this.ensureTitleTextMargin();
1436
- this.i.yu.right = +v;
1437
- this._a("titleTextMarginRight", this.i.yu.right);
1438
- this.i.yu = this.i.yu;
1451
+ this.i.yy.right = +v;
1452
+ this._a("titleTextMarginRight", this.i.yy.right);
1453
+ this.i.yy = this.i.yy;
1439
1454
  },
1440
1455
  enumerable: true,
1441
1456
  configurable: true
1442
1457
  });
1443
1458
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "titleTextMarginTop", {
1444
1459
  get: function () {
1445
- return this.i.yu ? this.i.yu.top : NaN;
1460
+ return this.i.yy ? this.i.yy.top : NaN;
1446
1461
  },
1447
1462
  set: function (v) {
1448
1463
  this.ensureTitleTextMargin();
1449
- this.i.yu.top = +v;
1450
- this._a("titleTextMarginTop", this.i.yu.top);
1451
- this.i.yu = this.i.yu;
1464
+ this.i.yy.top = +v;
1465
+ this._a("titleTextMarginTop", this.i.yy.top);
1466
+ this.i.yy = this.i.yy;
1452
1467
  },
1453
1468
  enumerable: true,
1454
1469
  configurable: true
1455
1470
  });
1456
1471
  IgcDataToolTipLayerComponent.prototype.ensureTitleTextMargin = function () {
1457
- if (this.i.yu) {
1472
+ if (this.i.yy) {
1458
1473
  return;
1459
1474
  }
1460
- this.i.yu = new Thickness(2);
1475
+ this.i.yy = new Thickness(2);
1461
1476
  };
1462
1477
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "titleTextColor", {
1463
1478
  /**
1464
1479
  * Gets or sets the display text color.
1465
1480
  */
1466
1481
  get: function () {
1467
- return brushToString(this.i.yf);
1482
+ return brushToString(this.i.yj);
1468
1483
  },
1469
1484
  set: function (v) {
1470
- this.i.yf = stringToBrush(v);
1471
- this._a("titleTextColor", brushToString(this.i.yf));
1485
+ this.i.yj = stringToBrush(v);
1486
+ this._a("titleTextColor", brushToString(this.i.yj));
1472
1487
  },
1473
1488
  enumerable: true,
1474
1489
  configurable: true
@@ -1478,16 +1493,16 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
1478
1493
  * Gets or Sets the style to use for the display text.
1479
1494
  */
1480
1495
  get: function () {
1481
- if (this.i.sj == null) {
1496
+ if (this.i.sn == null) {
1482
1497
  return null;
1483
1498
  }
1484
- return this.i.sj.fontString;
1499
+ return this.i.sn.fontString;
1485
1500
  },
1486
1501
  set: function (v) {
1487
1502
  var fi = new FontInfo();
1488
1503
  fi.fontString = v;
1489
- this.i.sj = fi;
1490
- this._a("titleTextStyle", this.i.sj != null ? this.i.sj.fontString : "");
1504
+ this.i.sn = fi;
1505
+ this._a("titleTextStyle", this.i.sn != null ? this.i.sn.fontString : "");
1491
1506
  },
1492
1507
  enumerable: true,
1493
1508
  configurable: true
@@ -1497,11 +1512,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
1497
1512
  * Gets or sets the mode for displaying labels before series values in the data legend, e.g. O: H: L: C: for financial series
1498
1513
  */
1499
1514
  get: function () {
1500
- return this.i.rl;
1515
+ return this.i.rp;
1501
1516
  },
1502
1517
  set: function (v) {
1503
- this.i.rl = ensureEnum(DataLegendLabelMode_$type, v);
1504
- this._a("labelDisplayMode", enumToString(DataLegendLabelMode_$type, this.i.rl));
1518
+ this.i.rp = ensureEnum(DataLegendLabelMode_$type, v);
1519
+ this._a("labelDisplayMode", enumToString(DataLegendLabelMode_$type, this.i.rp));
1505
1520
  },
1506
1521
  enumerable: true,
1507
1522
  configurable: true
@@ -1511,88 +1526,88 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
1511
1526
  * Gets or sets the units text color.
1512
1527
  */
1513
1528
  get: function () {
1514
- return brushToString(this.i.ya);
1529
+ return brushToString(this.i.ye);
1515
1530
  },
1516
1531
  set: function (v) {
1517
- this.i.ya = stringToBrush(v);
1518
- this._a("labelTextColor", brushToString(this.i.ya));
1532
+ this.i.ye = stringToBrush(v);
1533
+ this._a("labelTextColor", brushToString(this.i.ye));
1519
1534
  },
1520
1535
  enumerable: true,
1521
1536
  configurable: true
1522
1537
  });
1523
1538
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "labelTextMarginBottom", {
1524
1539
  get: function () {
1525
- return this.i.yr ? this.i.yr.bottom : NaN;
1540
+ return this.i.yv ? this.i.yv.bottom : NaN;
1526
1541
  },
1527
1542
  set: function (v) {
1528
1543
  this.ensureLabelTextMargin();
1529
- this.i.yr.bottom = +v;
1530
- this._a("labelTextMarginBottom", this.i.yr.bottom);
1531
- this.i.yr = this.i.yr;
1544
+ this.i.yv.bottom = +v;
1545
+ this._a("labelTextMarginBottom", this.i.yv.bottom);
1546
+ this.i.yv = this.i.yv;
1532
1547
  },
1533
1548
  enumerable: true,
1534
1549
  configurable: true
1535
1550
  });
1536
1551
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "labelTextMarginLeft", {
1537
1552
  get: function () {
1538
- return this.i.yr ? this.i.yr.left : NaN;
1553
+ return this.i.yv ? this.i.yv.left : NaN;
1539
1554
  },
1540
1555
  set: function (v) {
1541
1556
  this.ensureLabelTextMargin();
1542
- this.i.yr.left = +v;
1543
- this._a("labelTextMarginLeft", this.i.yr.left);
1544
- this.i.yr = this.i.yr;
1557
+ this.i.yv.left = +v;
1558
+ this._a("labelTextMarginLeft", this.i.yv.left);
1559
+ this.i.yv = this.i.yv;
1545
1560
  },
1546
1561
  enumerable: true,
1547
1562
  configurable: true
1548
1563
  });
1549
1564
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "labelTextMarginRight", {
1550
1565
  get: function () {
1551
- return this.i.yr ? this.i.yr.right : NaN;
1566
+ return this.i.yv ? this.i.yv.right : NaN;
1552
1567
  },
1553
1568
  set: function (v) {
1554
1569
  this.ensureLabelTextMargin();
1555
- this.i.yr.right = +v;
1556
- this._a("labelTextMarginRight", this.i.yr.right);
1557
- this.i.yr = this.i.yr;
1570
+ this.i.yv.right = +v;
1571
+ this._a("labelTextMarginRight", this.i.yv.right);
1572
+ this.i.yv = this.i.yv;
1558
1573
  },
1559
1574
  enumerable: true,
1560
1575
  configurable: true
1561
1576
  });
1562
1577
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "labelTextMarginTop", {
1563
1578
  get: function () {
1564
- return this.i.yr ? this.i.yr.top : NaN;
1579
+ return this.i.yv ? this.i.yv.top : NaN;
1565
1580
  },
1566
1581
  set: function (v) {
1567
1582
  this.ensureLabelTextMargin();
1568
- this.i.yr.top = +v;
1569
- this._a("labelTextMarginTop", this.i.yr.top);
1570
- this.i.yr = this.i.yr;
1583
+ this.i.yv.top = +v;
1584
+ this._a("labelTextMarginTop", this.i.yv.top);
1585
+ this.i.yv = this.i.yv;
1571
1586
  },
1572
1587
  enumerable: true,
1573
1588
  configurable: true
1574
1589
  });
1575
1590
  IgcDataToolTipLayerComponent.prototype.ensureLabelTextMargin = function () {
1576
- if (this.i.yr) {
1591
+ if (this.i.yv) {
1577
1592
  return;
1578
1593
  }
1579
- this.i.yr = new Thickness(2);
1594
+ this.i.yv = new Thickness(2);
1580
1595
  };
1581
1596
  Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "labelTextStyle", {
1582
1597
  /**
1583
1598
  * Gets or Sets the style to use for the units text.
1584
1599
  */
1585
1600
  get: function () {
1586
- if (this.i.se == null) {
1601
+ if (this.i.si == null) {
1587
1602
  return null;
1588
1603
  }
1589
- return this.i.se.fontString;
1604
+ return this.i.si.fontString;
1590
1605
  },
1591
1606
  set: function (v) {
1592
1607
  var fi = new FontInfo();
1593
1608
  fi.fontString = v;
1594
- this.i.se = fi;
1595
- this._a("labelTextStyle", this.i.se != null ? this.i.se.fontString : "");
1609
+ this.i.si = fi;
1610
+ this._a("labelTextStyle", this.i.si != null ? this.i.si.fontString : "");
1596
1611
  },
1597
1612
  enumerable: true,
1598
1613
  configurable: true
@@ -1626,14 +1641,14 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
1626
1641
 
1627
1642
  */
1628
1643
  IgcDataToolTipLayerComponent.prototype.hideToolTips = function () {
1629
- this.i.ld();
1644
+ this.i.lg();
1630
1645
  };
1631
1646
  /**
1632
1647
  * Hides any tooltips presented by the layer, if any.
1633
1648
 
1634
1649
  */
1635
1650
  IgcDataToolTipLayerComponent.prototype.hideToolTipsImmediate = function () {
1636
- this.i.le();
1651
+ this.i.lh();
1637
1652
  };
1638
1653
  IgcDataToolTipLayerComponent._observedAttributesIgcDataToolTipLayerComponent = null;
1639
1654
  IgcDataToolTipLayerComponent.htmlTagName = "igc-data-tool-tip-layer";