igniteui-webcomponents-charts 6.3.1 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (770) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +23327 -22964
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  4. package/esm2015/lib/AccumulationDistributionIndicator.js +6 -6
  5. package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +14 -14
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +226 -226
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +341 -335
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +629 -575
  9. package/esm2015/lib/AnnotationLayerProxy.js +71 -71
  10. package/esm2015/lib/AnnotationLayer_combined.js +182 -182
  11. package/esm2015/lib/AreaSeries_combined.js +47 -47
  12. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  13. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  14. package/esm2015/lib/AxisAnnotationFrameManager.js +9 -9
  15. package/esm2015/lib/AxisAnnotationManager.js +50 -36
  16. package/esm2015/lib/AxisLabelVisualData.js +54 -2
  17. package/esm2015/lib/AxisVisualData.js +1 -1
  18. package/esm2015/lib/AxisVisualDataManager.js +40 -32
  19. package/esm2015/lib/BarSeries_combined.js +118 -118
  20. package/esm2015/lib/BollingerBandWidthIndicator.js +19 -19
  21. package/esm2015/lib/BollingerBandsOverlay_combined.js +99 -99
  22. package/esm2015/lib/BrushScale.js +7 -7
  23. package/esm2015/lib/BubbleSeries_combined.js +269 -269
  24. package/esm2015/lib/CalloutLayer_combined.js +637 -637
  25. package/esm2015/lib/CategoryBucketCalculator_combined.js +331 -331
  26. package/esm2015/lib/CategoryChart.js +48 -48
  27. package/esm2015/lib/CategoryDateTimeXAxis_combined.js +141 -141
  28. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  29. package/esm2015/lib/CategoryHighlightLayer_combined.js +59 -59
  30. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +117 -117
  31. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  32. package/esm2015/lib/CategorySeriesInteractionManager.js +16 -16
  33. package/esm2015/lib/CategorySeriesRenderManager.js +4 -4
  34. package/esm2015/lib/CategoryToolTipLayer_combined.js +75 -75
  35. package/esm2015/lib/CategoryTransitionSourceFramePreparer.js +1 -1
  36. package/esm2015/lib/CategoryTrendLineManagerBase.js +1 -1
  37. package/esm2015/lib/CategoryTrendLineManagerFactory.js +1 -1
  38. package/esm2015/lib/CategoryXAxis_combined.js +216 -216
  39. package/esm2015/lib/CategoryYAxis_combined.js +200 -200
  40. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  41. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  42. package/esm2015/lib/ColumnSeries_combined.js +70 -70
  43. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  44. package/esm2015/lib/CrosshairLayer_combined.js +146 -146
  45. package/esm2015/lib/CustomIndicator.js +22 -22
  46. package/esm2015/lib/DataAnnotationAxisLayer.js +13 -13
  47. package/esm2015/lib/DataAnnotationBandLayer.js +51 -51
  48. package/esm2015/lib/DataAnnotationLineLayer.js +31 -31
  49. package/esm2015/lib/DataAnnotationPointLayer.js +176 -176
  50. package/esm2015/lib/DataAnnotationRangeLayer.js +6 -6
  51. package/esm2015/lib/DataAnnotationRectLayer.js +30 -30
  52. package/esm2015/lib/DataAnnotationShapeFrameManager.js +4 -4
  53. package/esm2015/lib/DataAnnotationShapeLayer_combined.js +305 -305
  54. package/esm2015/lib/DataAnnotationSliceLayer.js +88 -88
  55. package/esm2015/lib/DataAnnotationStripLayer.js +117 -117
  56. package/esm2015/lib/DataChartToolbarProvider.js +12 -12
  57. package/esm2015/lib/DataChartVisualDataManager.js +13 -6
  58. package/esm2015/lib/DataLegendContent_combined.js +1 -1
  59. package/esm2015/lib/DataPieBaseChart.js +167 -137
  60. package/esm2015/lib/DataPieChart.js +73 -73
  61. package/esm2015/lib/DataToolTipLayer_combined.js +477 -457
  62. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  63. package/esm2015/lib/DomainChart.js +32 -32
  64. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  65. package/esm2015/lib/ErrorBarsHelper.js +17 -17
  66. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  67. package/esm2015/lib/FinalValueLayer_combined.js +90 -90
  68. package/esm2015/lib/FinancialChart_combined.js +66 -66
  69. package/esm2015/lib/FinancialEventArgs_combined.js +674 -671
  70. package/esm2015/lib/FinancialIndicator_combined.js +209 -209
  71. package/esm2015/lib/FinancialOverlay.js +35 -35
  72. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  73. package/esm2015/lib/FinancialPriceSeriesProxy.js +14 -14
  74. package/esm2015/lib/FinancialPriceSeries_combined.js +326 -326
  75. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  76. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  77. package/esm2015/lib/HighDensityScatterSeries_combined.js +433 -433
  78. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +111 -111
  79. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +4 -4
  80. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +4 -4
  81. package/esm2015/lib/HorizontalRangeCategorySeries.js +53 -53
  82. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  83. package/esm2015/lib/IndicatorProxy.js +10 -10
  84. package/esm2015/lib/ItemToolTipLayer_combined.js +85 -85
  85. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +8 -8
  86. package/esm2015/lib/LegendBaseViewManager_combined.js +19 -5
  87. package/esm2015/lib/LineSeries_combined.js +44 -44
  88. package/esm2015/lib/LogarithmicScaler.js +1 -1
  89. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  90. package/esm2015/lib/MassIndexIndicator.js +6 -6
  91. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  92. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  93. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  94. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  95. package/esm2015/lib/NumericXAxis_combined.js +67 -67
  96. package/esm2015/lib/NumericYAxis_combined.js +66 -66
  97. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  98. package/esm2015/lib/OrdinalTimeXAxis.js +198 -198
  99. package/esm2015/lib/OverlayProxy.js +7 -7
  100. package/esm2015/lib/PercentChangeYAxis_combined.js +15 -15
  101. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  102. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  103. package/esm2015/lib/PointSeries_combined.js +21 -21
  104. package/esm2015/lib/PolarAreaSeries_combined.js +31 -31
  105. package/esm2015/lib/PolarAxes.js +11 -11
  106. package/esm2015/lib/PolarAxisInfoCache.js +4 -4
  107. package/esm2015/lib/PolarBase_combined.js +447 -447
  108. package/esm2015/lib/PolarLineSeriesBase_combined.js +54 -54
  109. package/esm2015/lib/PolarLineSeries_combined.js +27 -27
  110. package/esm2015/lib/PolarScatterSeries_combined.js +12 -12
  111. package/esm2015/lib/PolarSplineAreaSeries_combined.js +32 -32
  112. package/esm2015/lib/PolarSplineSeries_combined.js +27 -27
  113. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  114. package/esm2015/lib/PriceChannelOverlay_combined.js +80 -80
  115. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  116. package/esm2015/lib/ProportionalCategoryAngleAxis.js +208 -208
  117. package/esm2015/lib/RadialAreaSeries_combined.js +43 -43
  118. package/esm2015/lib/RadialAxes.js +4 -4
  119. package/esm2015/lib/RadialAxisLabelPanel_combined.js +10 -1
  120. package/esm2015/lib/RadialBaseChart.js +76 -76
  121. package/esm2015/lib/RadialBucketCalculator_combined.js +405 -398
  122. package/esm2015/lib/RadialColumnSeries_combined.js +88 -88
  123. package/esm2015/lib/RadialLineSeries_combined.js +41 -41
  124. package/esm2015/lib/RadialPieSeries_combined.js +229 -203
  125. package/esm2015/lib/RangeAreaSeries_combined.js +25 -25
  126. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +132 -132
  127. package/esm2015/lib/RangeColumnSeries_combined.js +42 -42
  128. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  129. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  130. package/esm2015/lib/ScatterAreaSeries_combined.js +136 -136
  131. package/esm2015/lib/ScatterBase_combined.js +536 -536
  132. package/esm2015/lib/ScatterContourSeries_combined.js +120 -120
  133. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  134. package/esm2015/lib/ScatterLineSeries.js +57 -57
  135. package/esm2015/lib/ScatterLineSeriesView.js +7 -7
  136. package/esm2015/lib/ScatterPolygonSeries_combined.js +230 -230
  137. package/esm2015/lib/ScatterPolylineSeries_combined.js +25 -25
  138. package/esm2015/lib/ScatterSeries_combined.js +15 -15
  139. package/esm2015/lib/ScatterSplineSeries.js +44 -44
  140. package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
  141. package/esm2015/lib/ScatterTriangulationSeries.js +164 -164
  142. package/esm2015/lib/SeriesInteractionManager.js +148 -137
  143. package/esm2015/lib/SeriesRenderManager.js +12 -12
  144. package/esm2015/lib/SeriesRenderingArguments.js +1 -1
  145. package/esm2015/lib/SeriesViewerInteractionManager.js +19 -19
  146. package/esm2015/lib/SeriesViewer_combined.js +3506 -3468
  147. package/esm2015/lib/SeriesVisualDataManager.js +4 -4
  148. package/esm2015/lib/ShapeSeriesBase_combined.js +383 -383
  149. package/esm2015/lib/SizeScale.js +2 -2
  150. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  151. package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
  152. package/esm2015/lib/SplineSeriesBase_combined.js +145 -145
  153. package/esm2015/lib/SplineSeries_combined.js +26 -26
  154. package/esm2015/lib/Stacked100AreaSeries_combined.js +10 -10
  155. package/esm2015/lib/Stacked100BarBucketCalculator.js +3 -3
  156. package/esm2015/lib/Stacked100BarSeries_combined.js +16 -16
  157. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +3 -3
  158. package/esm2015/lib/Stacked100ColumnSeries_combined.js +16 -16
  159. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  160. package/esm2015/lib/Stacked100LineSeries_combined.js +10 -10
  161. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +10 -10
  162. package/esm2015/lib/Stacked100SplineSeries_combined.js +10 -10
  163. package/esm2015/lib/StackedLineSeries_combined.js +12 -12
  164. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1138 -1134
  165. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  166. package/esm2015/lib/StepAreaSeries_combined.js +74 -74
  167. package/esm2015/lib/StepLineSeries_combined.js +76 -76
  168. package/esm2015/lib/StochRSIIndicator.js +15 -15
  169. package/esm2015/lib/StraightNumericAxisBase_combined.js +80 -80
  170. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  171. package/esm2015/lib/TRIXIndicator.js +16 -16
  172. package/esm2015/lib/TimeAxisBase.js +209 -209
  173. package/esm2015/lib/TimeXAxis.js +249 -249
  174. package/esm2015/lib/TrendLineLayer_combined.js +105 -105
  175. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  176. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  177. package/esm2015/lib/UserAnnotationLayer_combined.js +327 -327
  178. package/esm2015/lib/UserAnnotationToolTipLayerView_combined.js +195 -195
  179. package/esm2015/lib/ValueLayer_combined.js +247 -247
  180. package/esm2015/lib/ValueOverlay_combined.js +192 -192
  181. package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
  182. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +4 -4
  183. package/esm2015/lib/WaterfallSeries_combined.js +112 -112
  184. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  185. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  186. package/esm2015/lib/XYChart.js +76 -76
  187. package/esm2015/lib/igc-anchored-category-series-component.js +26 -26
  188. package/esm2015/lib/igc-anchored-radial-series-component.js +40 -40
  189. package/esm2015/lib/igc-annotation-layer-component.js +72 -72
  190. package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
  191. package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
  192. package/esm2015/lib/igc-axis-component.js +154 -154
  193. package/esm2015/lib/igc-bar-fragment-component.js +4 -4
  194. package/esm2015/lib/igc-bar-series-component.js +10 -10
  195. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  196. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +9 -9
  197. package/esm2015/lib/igc-bubble-series-component.js +35 -35
  198. package/esm2015/lib/igc-callout-layer-component.js +174 -174
  199. package/esm2015/lib/igc-category-angle-axis-component.js +32 -32
  200. package/esm2015/lib/igc-category-axis-base-component.js +26 -26
  201. package/esm2015/lib/igc-category-chart-module.js +6 -0
  202. package/esm2015/lib/igc-category-date-time-x-axis-component.js +21 -21
  203. package/esm2015/lib/igc-category-highlight-layer-component.js +8 -8
  204. package/esm2015/lib/igc-category-item-highlight-layer-component.js +27 -27
  205. package/esm2015/lib/igc-category-series-component.js +22 -22
  206. package/esm2015/lib/igc-category-tool-tip-layer-component.js +19 -19
  207. package/esm2015/lib/igc-category-x-axis-component.js +22 -22
  208. package/esm2015/lib/igc-category-y-axis-component.js +24 -24
  209. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  210. package/esm2015/lib/igc-column-fragment-component.js +10 -10
  211. package/esm2015/lib/igc-column-series-component.js +12 -12
  212. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  213. package/esm2015/lib/igc-crosshair-layer-component.js +91 -91
  214. package/esm2015/lib/igc-data-annotation-axis-layer-component.js +100 -100
  215. package/esm2015/lib/igc-data-annotation-band-layer-component.js +2 -2
  216. package/esm2015/lib/igc-data-annotation-point-layer-component.js +54 -54
  217. package/esm2015/lib/igc-data-annotation-range-layer-component.js +27 -27
  218. package/esm2015/lib/igc-data-annotation-shape-layer-component.js +86 -86
  219. package/esm2015/lib/igc-data-annotation-slice-layer-component.js +12 -12
  220. package/esm2015/lib/igc-data-annotation-strip-layer-component.js +27 -27
  221. package/esm2015/lib/igc-data-chart-default-tooltips-component.js +0 -1
  222. package/esm2015/lib/igc-data-pie-base-chart-component.js +36 -16
  223. package/esm2015/lib/igc-data-pie-chart-component.js +23 -23
  224. package/esm2015/lib/igc-data-pie-chart-module.js +6 -0
  225. package/esm2015/lib/igc-data-tool-tip-layer-component.js +416 -416
  226. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  227. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  228. package/esm2015/lib/igc-final-value-layer-component.js +37 -37
  229. package/esm2015/lib/igc-financial-chart-module.js +6 -0
  230. package/esm2015/lib/igc-financial-indicator-component.js +18 -18
  231. package/esm2015/lib/igc-financial-overlay-component.js +4 -4
  232. package/esm2015/lib/igc-financial-price-series-component.js +37 -37
  233. package/esm2015/lib/igc-financial-series-component.js +60 -60
  234. package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
  235. package/esm2015/lib/igc-fragment-base-component.js +1 -1
  236. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  237. package/esm2015/lib/igc-high-density-scatter-series-component.js +48 -48
  238. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  239. package/esm2015/lib/igc-horizontal-range-category-series-component.js +19 -19
  240. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  241. package/esm2015/lib/igc-item-tool-tip-layer-component.js +22 -22
  242. package/esm2015/lib/igc-itemwise-strategy-based-indicator-component.js +1 -1
  243. package/esm2015/lib/igc-line-fragment-component.js +1 -1
  244. package/esm2015/lib/igc-line-series-component.js +1 -1
  245. package/esm2015/lib/igc-marker-series-component.js +35 -35
  246. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  247. package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
  248. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  249. package/esm2015/lib/igc-numeric-angle-axis-component.js +12 -12
  250. package/esm2015/lib/igc-numeric-axis-base-component.js +94 -94
  251. package/esm2015/lib/igc-numeric-radius-axis-component.js +9 -9
  252. package/esm2015/lib/igc-numeric-x-axis-component.js +1 -1
  253. package/esm2015/lib/igc-numeric-y-axis-component.js +2 -2
  254. package/esm2015/lib/igc-ordinal-time-x-axis-component.js +6 -6
  255. package/esm2015/lib/igc-polar-area-series-component.js +3 -3
  256. package/esm2015/lib/igc-polar-base-component.js +77 -77
  257. package/esm2015/lib/igc-polar-line-series-component.js +4 -4
  258. package/esm2015/lib/igc-polar-spline-area-series-component.js +4 -4
  259. package/esm2015/lib/igc-polar-spline-series-component.js +4 -4
  260. package/esm2015/lib/igc-price-channel-overlay-component.js +6 -6
  261. package/esm2015/lib/igc-proportional-category-angle-axis-component.js +13 -13
  262. package/esm2015/lib/igc-radial-area-series-component.js +3 -3
  263. package/esm2015/lib/igc-radial-base-component.js +86 -66
  264. package/esm2015/lib/igc-radial-column-series-component.js +8 -8
  265. package/esm2015/lib/igc-radial-line-series-component.js +4 -4
  266. package/esm2015/lib/igc-radial-pie-series-component.js +18 -18
  267. package/esm2015/lib/igc-range-category-series-component.js +11 -11
  268. package/esm2015/lib/igc-range-column-series-component.js +9 -9
  269. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  270. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
  271. package/esm2015/lib/igc-scatter-area-series-component.js +15 -15
  272. package/esm2015/lib/igc-scatter-base-component.js +59 -59
  273. package/esm2015/lib/igc-scatter-contour-series-component.js +15 -15
  274. package/esm2015/lib/igc-scatter-line-series-component.js +4 -4
  275. package/esm2015/lib/igc-scatter-polygon-series-component.js +36 -36
  276. package/esm2015/lib/igc-scatter-polyline-series-component.js +3 -3
  277. package/esm2015/lib/igc-scatter-spline-series-component.js +4 -4
  278. package/esm2015/lib/igc-scatter-triangulation-series-component.js +28 -28
  279. package/esm2015/lib/igc-series-component.js +229 -229
  280. package/esm2015/lib/igc-shape-series-base-component.js +45 -45
  281. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  282. package/esm2015/lib/igc-spline-area-fragment-component.js +1 -1
  283. package/esm2015/lib/igc-spline-area-series-component.js +1 -1
  284. package/esm2015/lib/igc-spline-fragment-base-component.js +1 -1
  285. package/esm2015/lib/igc-spline-fragment-component.js +1 -1
  286. package/esm2015/lib/igc-spline-series-base-component.js +6 -6
  287. package/esm2015/lib/igc-spline-series-component.js +1 -1
  288. package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
  289. package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
  290. package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
  291. package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
  292. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  293. package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
  294. package/esm2015/lib/igc-stacked-bar-series-component.js +11 -11
  295. package/esm2015/lib/igc-stacked-column-series-component.js +8 -8
  296. package/esm2015/lib/igc-stacked-line-series-component.js +1 -1
  297. package/esm2015/lib/igc-stacked-series-base-component.js +11 -11
  298. package/esm2015/lib/igc-stacked-spline-area-series-component.js +4 -4
  299. package/esm2015/lib/igc-stacked-spline-series-component.js +4 -4
  300. package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
  301. package/esm2015/lib/igc-step-area-series-component.js +2 -2
  302. package/esm2015/lib/igc-step-line-series-component.js +3 -3
  303. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
  304. package/esm2015/lib/igc-straight-numeric-axis-base-component.js +3 -3
  305. package/esm2015/lib/igc-time-axis-base-component.js +6 -6
  306. package/esm2015/lib/igc-time-x-axis-component.js +4 -4
  307. package/esm2015/lib/igc-trend-line-layer-component.js +12 -12
  308. package/esm2015/lib/igc-trix-indicator-component.js +3 -3
  309. package/esm2015/lib/igc-user-annotation-layer-component.js +5 -5
  310. package/esm2015/lib/igc-user-annotation-tool-tip-layer-component.js +11 -11
  311. package/esm2015/lib/igc-value-layer-component.js +159 -159
  312. package/esm2015/lib/igc-value-overlay-component.js +118 -118
  313. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +10 -10
  314. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
  315. package/esm2015/lib/igc-waterfall-series-component.js +18 -18
  316. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
  317. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  318. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  319. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +14 -14
  320. package/esm5/lib/AnchoredCategorySeries_combined.js +225 -225
  321. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +336 -330
  322. package/esm5/lib/AngleAxisLabelPanel_combined.js +620 -566
  323. package/esm5/lib/AnnotationLayerProxy.js +71 -71
  324. package/esm5/lib/AnnotationLayer_combined.js +181 -181
  325. package/esm5/lib/AreaSeries_combined.js +47 -47
  326. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  327. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  328. package/esm5/lib/AxisAnnotationFrameManager.js +9 -9
  329. package/esm5/lib/AxisAnnotationManager.js +50 -36
  330. package/esm5/lib/AxisLabelVisualData.js +62 -2
  331. package/esm5/lib/AxisVisualData.js +1 -1
  332. package/esm5/lib/AxisVisualDataManager.js +40 -32
  333. package/esm5/lib/BarSeries_combined.js +118 -118
  334. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  335. package/esm5/lib/BollingerBandsOverlay_combined.js +99 -99
  336. package/esm5/lib/BrushScale.js +7 -7
  337. package/esm5/lib/BubbleSeries_combined.js +272 -272
  338. package/esm5/lib/CalloutLayer_combined.js +637 -637
  339. package/esm5/lib/CategoryBucketCalculator_combined.js +331 -331
  340. package/esm5/lib/CategoryChart.js +48 -48
  341. package/esm5/lib/CategoryDateTimeXAxis_combined.js +138 -138
  342. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  343. package/esm5/lib/CategoryHighlightLayer_combined.js +58 -58
  344. package/esm5/lib/CategoryItemHighlightLayer_combined.js +117 -117
  345. package/esm5/lib/CategoryMarkerManager.js +1 -1
  346. package/esm5/lib/CategorySeriesInteractionManager.js +16 -16
  347. package/esm5/lib/CategorySeriesRenderManager.js +4 -4
  348. package/esm5/lib/CategoryToolTipLayer_combined.js +75 -75
  349. package/esm5/lib/CategoryTransitionSourceFramePreparer.js +1 -1
  350. package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
  351. package/esm5/lib/CategoryTrendLineManagerFactory.js +1 -1
  352. package/esm5/lib/CategoryXAxis_combined.js +210 -210
  353. package/esm5/lib/CategoryYAxis_combined.js +194 -194
  354. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  355. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  356. package/esm5/lib/ColumnSeries_combined.js +69 -69
  357. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  358. package/esm5/lib/CrosshairLayer_combined.js +146 -146
  359. package/esm5/lib/CustomIndicator.js +22 -22
  360. package/esm5/lib/DataAnnotationAxisLayer.js +13 -13
  361. package/esm5/lib/DataAnnotationBandLayer.js +50 -50
  362. package/esm5/lib/DataAnnotationLineLayer.js +31 -31
  363. package/esm5/lib/DataAnnotationPointLayer.js +172 -172
  364. package/esm5/lib/DataAnnotationRangeLayer.js +6 -6
  365. package/esm5/lib/DataAnnotationRectLayer.js +30 -30
  366. package/esm5/lib/DataAnnotationShapeFrameManager.js +4 -4
  367. package/esm5/lib/DataAnnotationShapeLayer_combined.js +303 -303
  368. package/esm5/lib/DataAnnotationSliceLayer.js +90 -90
  369. package/esm5/lib/DataAnnotationStripLayer.js +119 -119
  370. package/esm5/lib/DataChartToolbarProvider.js +12 -12
  371. package/esm5/lib/DataChartVisualDataManager.js +13 -6
  372. package/esm5/lib/DataLegendContent_combined.js +1 -1
  373. package/esm5/lib/DataPieBaseChart.js +167 -129
  374. package/esm5/lib/DataPieChart.js +67 -67
  375. package/esm5/lib/DataToolTipLayer_combined.js +478 -458
  376. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  377. package/esm5/lib/DomainChart.js +32 -32
  378. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  379. package/esm5/lib/ErrorBarsHelper.js +17 -17
  380. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  381. package/esm5/lib/FinalValueLayer_combined.js +90 -90
  382. package/esm5/lib/FinancialChart_combined.js +66 -66
  383. package/esm5/lib/FinancialEventArgs_combined.js +674 -671
  384. package/esm5/lib/FinancialIndicator_combined.js +208 -208
  385. package/esm5/lib/FinancialOverlay.js +35 -35
  386. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  387. package/esm5/lib/FinancialPriceSeriesProxy.js +14 -14
  388. package/esm5/lib/FinancialPriceSeries_combined.js +325 -325
  389. package/esm5/lib/ForceIndexIndicator.js +15 -15
  390. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  391. package/esm5/lib/HighDensityScatterSeries_combined.js +434 -434
  392. package/esm5/lib/HorizontalAnchoredCategorySeries.js +109 -109
  393. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +4 -4
  394. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +4 -4
  395. package/esm5/lib/HorizontalRangeCategorySeries.js +53 -53
  396. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  397. package/esm5/lib/IndicatorProxy.js +10 -10
  398. package/esm5/lib/ItemToolTipLayer_combined.js +85 -85
  399. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +8 -8
  400. package/esm5/lib/LegendBaseViewManager_combined.js +19 -5
  401. package/esm5/lib/LineSeries_combined.js +44 -44
  402. package/esm5/lib/LogarithmicScaler.js +1 -1
  403. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  404. package/esm5/lib/MassIndexIndicator.js +6 -6
  405. package/esm5/lib/MedianPriceIndicator.js +6 -6
  406. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  407. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  408. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  409. package/esm5/lib/NumericXAxis_combined.js +67 -67
  410. package/esm5/lib/NumericYAxis_combined.js +66 -66
  411. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  412. package/esm5/lib/OrdinalTimeXAxis.js +194 -194
  413. package/esm5/lib/OverlayProxy.js +7 -7
  414. package/esm5/lib/PercentChangeYAxis_combined.js +15 -15
  415. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  416. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  417. package/esm5/lib/PointSeries_combined.js +21 -21
  418. package/esm5/lib/PolarAreaSeries_combined.js +31 -31
  419. package/esm5/lib/PolarAxes.js +11 -11
  420. package/esm5/lib/PolarAxisInfoCache.js +4 -4
  421. package/esm5/lib/PolarBase_combined.js +446 -446
  422. package/esm5/lib/PolarLineSeriesBase_combined.js +54 -54
  423. package/esm5/lib/PolarLineSeries_combined.js +27 -27
  424. package/esm5/lib/PolarScatterSeries_combined.js +12 -12
  425. package/esm5/lib/PolarSplineAreaSeries_combined.js +32 -32
  426. package/esm5/lib/PolarSplineSeries_combined.js +27 -27
  427. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  428. package/esm5/lib/PriceChannelOverlay_combined.js +80 -80
  429. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  430. package/esm5/lib/ProportionalCategoryAngleAxis.js +201 -201
  431. package/esm5/lib/RadialAreaSeries_combined.js +43 -43
  432. package/esm5/lib/RadialAxes.js +4 -4
  433. package/esm5/lib/RadialAxisLabelPanel_combined.js +10 -1
  434. package/esm5/lib/RadialBaseChart.js +76 -76
  435. package/esm5/lib/RadialBucketCalculator_combined.js +404 -397
  436. package/esm5/lib/RadialColumnSeries_combined.js +88 -88
  437. package/esm5/lib/RadialLineSeries_combined.js +41 -41
  438. package/esm5/lib/RadialPieSeries_combined.js +225 -199
  439. package/esm5/lib/RangeAreaSeries_combined.js +25 -25
  440. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +133 -133
  441. package/esm5/lib/RangeColumnSeries_combined.js +42 -42
  442. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  443. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  444. package/esm5/lib/ScatterAreaSeries_combined.js +134 -134
  445. package/esm5/lib/ScatterBase_combined.js +535 -535
  446. package/esm5/lib/ScatterContourSeries_combined.js +118 -118
  447. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  448. package/esm5/lib/ScatterLineSeries.js +57 -57
  449. package/esm5/lib/ScatterLineSeriesView.js +7 -7
  450. package/esm5/lib/ScatterPolygonSeries_combined.js +228 -228
  451. package/esm5/lib/ScatterPolylineSeries_combined.js +25 -25
  452. package/esm5/lib/ScatterSeries_combined.js +15 -15
  453. package/esm5/lib/ScatterSplineSeries.js +44 -44
  454. package/esm5/lib/ScatterSplineSeriesView.js +7 -7
  455. package/esm5/lib/ScatterTriangulationSeries.js +168 -168
  456. package/esm5/lib/SeriesInteractionManager.js +148 -137
  457. package/esm5/lib/SeriesRenderManager.js +12 -12
  458. package/esm5/lib/SeriesRenderingArguments.js +1 -1
  459. package/esm5/lib/SeriesViewerInteractionManager.js +19 -19
  460. package/esm5/lib/SeriesViewer_combined.js +3746 -3724
  461. package/esm5/lib/SeriesVisualDataManager.js +4 -4
  462. package/esm5/lib/ShapeSeriesBase_combined.js +379 -379
  463. package/esm5/lib/SizeScale.js +2 -2
  464. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  465. package/esm5/lib/SplineAreaSeries_combined.js +38 -38
  466. package/esm5/lib/SplineSeriesBase_combined.js +145 -145
  467. package/esm5/lib/SplineSeries_combined.js +26 -26
  468. package/esm5/lib/Stacked100AreaSeries_combined.js +10 -10
  469. package/esm5/lib/Stacked100BarBucketCalculator.js +3 -3
  470. package/esm5/lib/Stacked100BarSeries_combined.js +16 -16
  471. package/esm5/lib/Stacked100ColumnBucketCalculator.js +3 -3
  472. package/esm5/lib/Stacked100ColumnSeries_combined.js +16 -16
  473. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  474. package/esm5/lib/Stacked100LineSeries_combined.js +10 -10
  475. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +10 -10
  476. package/esm5/lib/Stacked100SplineSeries_combined.js +10 -10
  477. package/esm5/lib/StackedLineSeries_combined.js +12 -12
  478. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1136 -1132
  479. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  480. package/esm5/lib/StepAreaSeries_combined.js +74 -74
  481. package/esm5/lib/StepLineSeries_combined.js +76 -76
  482. package/esm5/lib/StochRSIIndicator.js +14 -14
  483. package/esm5/lib/StraightNumericAxisBase_combined.js +78 -78
  484. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  485. package/esm5/lib/TRIXIndicator.js +15 -15
  486. package/esm5/lib/TimeAxisBase.js +206 -206
  487. package/esm5/lib/TimeXAxis.js +246 -246
  488. package/esm5/lib/TrendLineLayer_combined.js +105 -105
  489. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  490. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  491. package/esm5/lib/UserAnnotationLayer_combined.js +327 -327
  492. package/esm5/lib/UserAnnotationToolTipLayerView_combined.js +195 -195
  493. package/esm5/lib/ValueLayer_combined.js +246 -246
  494. package/esm5/lib/ValueOverlay_combined.js +190 -190
  495. package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
  496. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +4 -4
  497. package/esm5/lib/WaterfallSeries_combined.js +112 -112
  498. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  499. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  500. package/esm5/lib/XYChart.js +76 -76
  501. package/esm5/lib/igc-anchored-category-series-component.js +26 -26
  502. package/esm5/lib/igc-anchored-radial-series-component.js +40 -40
  503. package/esm5/lib/igc-annotation-layer-component.js +72 -72
  504. package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
  505. package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
  506. package/esm5/lib/igc-axis-component.js +154 -154
  507. package/esm5/lib/igc-bar-fragment-component.js +4 -4
  508. package/esm5/lib/igc-bar-series-component.js +10 -10
  509. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  510. package/esm5/lib/igc-bollinger-bands-overlay-component.js +9 -9
  511. package/esm5/lib/igc-bubble-series-component.js +35 -35
  512. package/esm5/lib/igc-callout-layer-component.js +174 -174
  513. package/esm5/lib/igc-category-angle-axis-component.js +32 -32
  514. package/esm5/lib/igc-category-axis-base-component.js +26 -26
  515. package/esm5/lib/igc-category-chart-module.js +6 -0
  516. package/esm5/lib/igc-category-date-time-x-axis-component.js +21 -21
  517. package/esm5/lib/igc-category-highlight-layer-component.js +8 -8
  518. package/esm5/lib/igc-category-item-highlight-layer-component.js +27 -27
  519. package/esm5/lib/igc-category-series-component.js +22 -22
  520. package/esm5/lib/igc-category-tool-tip-layer-component.js +19 -19
  521. package/esm5/lib/igc-category-x-axis-component.js +22 -22
  522. package/esm5/lib/igc-category-y-axis-component.js +24 -24
  523. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  524. package/esm5/lib/igc-column-fragment-component.js +10 -10
  525. package/esm5/lib/igc-column-series-component.js +12 -12
  526. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  527. package/esm5/lib/igc-crosshair-layer-component.js +91 -91
  528. package/esm5/lib/igc-data-annotation-axis-layer-component.js +100 -100
  529. package/esm5/lib/igc-data-annotation-band-layer-component.js +2 -2
  530. package/esm5/lib/igc-data-annotation-point-layer-component.js +54 -54
  531. package/esm5/lib/igc-data-annotation-range-layer-component.js +27 -27
  532. package/esm5/lib/igc-data-annotation-shape-layer-component.js +86 -86
  533. package/esm5/lib/igc-data-annotation-slice-layer-component.js +12 -12
  534. package/esm5/lib/igc-data-annotation-strip-layer-component.js +27 -27
  535. package/esm5/lib/igc-data-chart-default-tooltips-component.js +0 -1
  536. package/esm5/lib/igc-data-pie-base-chart-component.js +44 -16
  537. package/esm5/lib/igc-data-pie-chart-component.js +23 -23
  538. package/esm5/lib/igc-data-pie-chart-module.js +6 -0
  539. package/esm5/lib/igc-data-tool-tip-layer-component.js +416 -416
  540. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  541. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  542. package/esm5/lib/igc-final-value-layer-component.js +37 -37
  543. package/esm5/lib/igc-financial-chart-module.js +6 -0
  544. package/esm5/lib/igc-financial-indicator-component.js +18 -18
  545. package/esm5/lib/igc-financial-overlay-component.js +4 -4
  546. package/esm5/lib/igc-financial-price-series-component.js +37 -37
  547. package/esm5/lib/igc-financial-series-component.js +60 -60
  548. package/esm5/lib/igc-force-index-indicator-component.js +4 -4
  549. package/esm5/lib/igc-fragment-base-component.js +1 -1
  550. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  551. package/esm5/lib/igc-high-density-scatter-series-component.js +48 -48
  552. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  553. package/esm5/lib/igc-horizontal-range-category-series-component.js +19 -19
  554. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  555. package/esm5/lib/igc-item-tool-tip-layer-component.js +22 -22
  556. package/esm5/lib/igc-itemwise-strategy-based-indicator-component.js +1 -1
  557. package/esm5/lib/igc-line-fragment-component.js +1 -1
  558. package/esm5/lib/igc-line-series-component.js +1 -1
  559. package/esm5/lib/igc-marker-series-component.js +35 -35
  560. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  561. package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
  562. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  563. package/esm5/lib/igc-numeric-angle-axis-component.js +12 -12
  564. package/esm5/lib/igc-numeric-axis-base-component.js +94 -94
  565. package/esm5/lib/igc-numeric-radius-axis-component.js +9 -9
  566. package/esm5/lib/igc-numeric-x-axis-component.js +1 -1
  567. package/esm5/lib/igc-numeric-y-axis-component.js +2 -2
  568. package/esm5/lib/igc-ordinal-time-x-axis-component.js +6 -6
  569. package/esm5/lib/igc-polar-area-series-component.js +3 -3
  570. package/esm5/lib/igc-polar-base-component.js +77 -77
  571. package/esm5/lib/igc-polar-line-series-component.js +4 -4
  572. package/esm5/lib/igc-polar-spline-area-series-component.js +4 -4
  573. package/esm5/lib/igc-polar-spline-series-component.js +4 -4
  574. package/esm5/lib/igc-price-channel-overlay-component.js +6 -6
  575. package/esm5/lib/igc-proportional-category-angle-axis-component.js +13 -13
  576. package/esm5/lib/igc-radial-area-series-component.js +3 -3
  577. package/esm5/lib/igc-radial-base-component.js +94 -66
  578. package/esm5/lib/igc-radial-column-series-component.js +8 -8
  579. package/esm5/lib/igc-radial-line-series-component.js +4 -4
  580. package/esm5/lib/igc-radial-pie-series-component.js +18 -18
  581. package/esm5/lib/igc-range-category-series-component.js +11 -11
  582. package/esm5/lib/igc-range-column-series-component.js +9 -9
  583. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  584. package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
  585. package/esm5/lib/igc-scatter-area-series-component.js +15 -15
  586. package/esm5/lib/igc-scatter-base-component.js +59 -59
  587. package/esm5/lib/igc-scatter-contour-series-component.js +15 -15
  588. package/esm5/lib/igc-scatter-line-series-component.js +4 -4
  589. package/esm5/lib/igc-scatter-polygon-series-component.js +36 -36
  590. package/esm5/lib/igc-scatter-polyline-series-component.js +3 -3
  591. package/esm5/lib/igc-scatter-spline-series-component.js +4 -4
  592. package/esm5/lib/igc-scatter-triangulation-series-component.js +28 -28
  593. package/esm5/lib/igc-series-component.js +229 -229
  594. package/esm5/lib/igc-shape-series-base-component.js +45 -45
  595. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  596. package/esm5/lib/igc-spline-area-fragment-component.js +1 -1
  597. package/esm5/lib/igc-spline-area-series-component.js +1 -1
  598. package/esm5/lib/igc-spline-fragment-base-component.js +1 -1
  599. package/esm5/lib/igc-spline-fragment-component.js +1 -1
  600. package/esm5/lib/igc-spline-series-base-component.js +6 -6
  601. package/esm5/lib/igc-spline-series-component.js +1 -1
  602. package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
  603. package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
  604. package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
  605. package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
  606. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  607. package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
  608. package/esm5/lib/igc-stacked-bar-series-component.js +11 -11
  609. package/esm5/lib/igc-stacked-column-series-component.js +8 -8
  610. package/esm5/lib/igc-stacked-line-series-component.js +1 -1
  611. package/esm5/lib/igc-stacked-series-base-component.js +11 -11
  612. package/esm5/lib/igc-stacked-spline-area-series-component.js +4 -4
  613. package/esm5/lib/igc-stacked-spline-series-component.js +4 -4
  614. package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
  615. package/esm5/lib/igc-step-area-series-component.js +2 -2
  616. package/esm5/lib/igc-step-line-series-component.js +3 -3
  617. package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
  618. package/esm5/lib/igc-straight-numeric-axis-base-component.js +3 -3
  619. package/esm5/lib/igc-time-axis-base-component.js +6 -6
  620. package/esm5/lib/igc-time-x-axis-component.js +4 -4
  621. package/esm5/lib/igc-trend-line-layer-component.js +12 -12
  622. package/esm5/lib/igc-trix-indicator-component.js +3 -3
  623. package/esm5/lib/igc-user-annotation-layer-component.js +5 -5
  624. package/esm5/lib/igc-user-annotation-tool-tip-layer-component.js +11 -11
  625. package/esm5/lib/igc-value-layer-component.js +159 -159
  626. package/esm5/lib/igc-value-overlay-component.js +118 -118
  627. package/esm5/lib/igc-vertical-anchored-category-series-component.js +10 -10
  628. package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
  629. package/esm5/lib/igc-waterfall-series-component.js +18 -18
  630. package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
  631. package/fesm2015/igniteui-webcomponents-charts.js +23120 -22773
  632. package/fesm5/igniteui-webcomponents-charts.js +23327 -22964
  633. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  634. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  635. package/lib/AnchoredCategorySeries_combined.d.ts +60 -60
  636. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +77 -76
  637. package/lib/AngleAxisLabelPanel_combined.d.ts +140 -136
  638. package/lib/AnnotationLayer_combined.d.ts +58 -58
  639. package/lib/AreaSeries_combined.d.ts +9 -9
  640. package/lib/AverageDirectionalIndexIndicator.d.ts +9 -9
  641. package/lib/AverageTrueRangeIndicator.d.ts +9 -9
  642. package/lib/AxisLabelVisualData.d.ts +14 -1
  643. package/lib/BarSeries_combined.d.ts +18 -18
  644. package/lib/BollingerBandWidthIndicator.d.ts +9 -9
  645. package/lib/BollingerBandsOverlay_combined.d.ts +16 -16
  646. package/lib/BubbleSeries_combined.d.ts +48 -48
  647. package/lib/CalloutLayer_combined.d.ts +136 -136
  648. package/lib/CategoryBucketCalculator_combined.d.ts +73 -73
  649. package/lib/CategoryDateTimeXAxis_combined.d.ts +33 -33
  650. package/lib/CategoryHighlightLayer_combined.d.ts +16 -16
  651. package/lib/CategoryItemHighlightLayer_combined.d.ts +25 -25
  652. package/lib/CategoryToolTipLayer_combined.d.ts +18 -18
  653. package/lib/CategoryXAxis_combined.d.ts +50 -50
  654. package/lib/CategoryYAxis_combined.d.ts +48 -48
  655. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  656. package/lib/ChaikinVolatilityIndicator.d.ts +9 -9
  657. package/lib/ColumnSeries_combined.d.ts +17 -17
  658. package/lib/CommodityChannelIndexIndicator.d.ts +9 -9
  659. package/lib/CrosshairLayer_combined.d.ts +44 -44
  660. package/lib/CustomIndicator.d.ts +8 -8
  661. package/lib/DataAnnotationAxisLayer.d.ts +26 -26
  662. package/lib/DataAnnotationBandLayer.d.ts +7 -7
  663. package/lib/DataAnnotationLineLayer.d.ts +2 -2
  664. package/lib/DataAnnotationPointLayer.d.ts +55 -55
  665. package/lib/DataAnnotationRangeLayer.d.ts +5 -5
  666. package/lib/DataAnnotationRectLayer.d.ts +1 -1
  667. package/lib/DataAnnotationShapeLayer_combined.d.ts +75 -75
  668. package/lib/DataAnnotationSliceLayer.d.ts +25 -25
  669. package/lib/DataAnnotationStripLayer.d.ts +33 -33
  670. package/lib/DataPieBaseChart.d.ts +28 -22
  671. package/lib/DataPieChart.d.ts +22 -22
  672. package/lib/DataToolTipLayer_combined.d.ts +146 -144
  673. package/lib/DetrendedPriceOscillatorIndicator.d.ts +9 -9
  674. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  675. package/lib/FastStochasticOscillatorIndicator.d.ts +9 -9
  676. package/lib/FinalValueLayer_combined.d.ts +27 -27
  677. package/lib/FinancialEventArgs_combined.d.ts +129 -129
  678. package/lib/FinancialIndicator_combined.d.ts +38 -38
  679. package/lib/FinancialOverlay.d.ts +8 -8
  680. package/lib/FinancialPriceSeries_combined.d.ts +55 -55
  681. package/lib/ForceIndexIndicator.d.ts +10 -10
  682. package/lib/FullStochasticOscillatorIndicator.d.ts +15 -15
  683. package/lib/HighDensityScatterSeries_combined.d.ts +91 -91
  684. package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
  685. package/lib/HorizontalRangeCategorySeries.d.ts +18 -18
  686. package/lib/ItemToolTipLayer_combined.d.ts +19 -19
  687. package/lib/ItemwiseStrategyBasedIndicator.d.ts +6 -6
  688. package/lib/LineSeries_combined.d.ts +10 -10
  689. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  690. package/lib/MassIndexIndicator.d.ts +4 -4
  691. package/lib/MedianPriceIndicator.d.ts +4 -4
  692. package/lib/MoneyFlowIndexIndicator.d.ts +10 -10
  693. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  694. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  695. package/lib/NumericXAxis_combined.d.ts +15 -15
  696. package/lib/NumericYAxis_combined.d.ts +15 -15
  697. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  698. package/lib/OrdinalTimeXAxis.d.ts +52 -52
  699. package/lib/PercentChangeYAxis_combined.d.ts +4 -4
  700. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  701. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  702. package/lib/PointSeries_combined.d.ts +7 -7
  703. package/lib/PolarAreaSeries_combined.d.ts +10 -10
  704. package/lib/PolarBase_combined.d.ts +107 -107
  705. package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
  706. package/lib/PolarLineSeries_combined.d.ts +10 -10
  707. package/lib/PolarScatterSeries_combined.d.ts +4 -4
  708. package/lib/PolarSplineAreaSeries_combined.d.ts +11 -11
  709. package/lib/PolarSplineSeries_combined.d.ts +8 -8
  710. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  711. package/lib/PriceChannelOverlay_combined.d.ts +14 -14
  712. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  713. package/lib/ProportionalCategoryAngleAxis.d.ts +40 -40
  714. package/lib/RadialAreaSeries_combined.d.ts +9 -9
  715. package/lib/RadialAxisLabelPanel_combined.d.ts +7 -0
  716. package/lib/RadialBucketCalculator_combined.d.ts +73 -70
  717. package/lib/RadialColumnSeries_combined.d.ts +13 -13
  718. package/lib/RadialLineSeries_combined.d.ts +10 -10
  719. package/lib/RadialPieSeries_combined.d.ts +38 -35
  720. package/lib/RangeAreaSeries_combined.d.ts +7 -7
  721. package/lib/RangeCategoryBucketCalculator_combined.d.ts +27 -27
  722. package/lib/RangeColumnSeries_combined.d.ts +11 -11
  723. package/lib/RateOfChangeAndMomentumIndicator.d.ts +9 -9
  724. package/lib/RelativeStrengthIndexIndicator.d.ts +10 -10
  725. package/lib/ScatterAreaSeries_combined.d.ts +31 -31
  726. package/lib/ScatterBase_combined.d.ts +114 -114
  727. package/lib/ScatterContourSeries_combined.d.ts +22 -22
  728. package/lib/ScatterLineSeries.d.ts +13 -13
  729. package/lib/ScatterPolygonSeries_combined.d.ts +48 -48
  730. package/lib/ScatterPolylineSeries_combined.d.ts +10 -10
  731. package/lib/ScatterSeries_combined.d.ts +4 -4
  732. package/lib/ScatterSplineSeries.d.ts +12 -12
  733. package/lib/ScatterTriangulationSeries.d.ts +38 -38
  734. package/lib/SeriesViewer_combined.d.ts +1011 -1004
  735. package/lib/ShapeSeriesBase_combined.d.ts +101 -101
  736. package/lib/SlowStochasticOscillatorIndicator.d.ts +9 -9
  737. package/lib/SplineAreaSeries_combined.d.ts +8 -8
  738. package/lib/SplineSeriesBase_combined.d.ts +22 -22
  739. package/lib/SplineSeries_combined.d.ts +7 -7
  740. package/lib/Stacked100AreaSeries_combined.d.ts +5 -5
  741. package/lib/Stacked100BarSeries_combined.d.ts +7 -7
  742. package/lib/Stacked100ColumnSeries_combined.d.ts +7 -7
  743. package/lib/Stacked100LineSeries_combined.d.ts +5 -5
  744. package/lib/Stacked100SplineAreaSeries_combined.d.ts +5 -5
  745. package/lib/Stacked100SplineSeries_combined.d.ts +5 -5
  746. package/lib/StackedLineSeries_combined.d.ts +4 -4
  747. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +225 -224
  748. package/lib/StandardDeviationIndicator.d.ts +9 -9
  749. package/lib/StepAreaSeries_combined.d.ts +13 -13
  750. package/lib/StepLineSeries_combined.d.ts +13 -13
  751. package/lib/StochRSIIndicator.d.ts +9 -9
  752. package/lib/StraightNumericAxisBase_combined.d.ts +25 -25
  753. package/lib/StrategyBasedIndicator.d.ts +19 -19
  754. package/lib/TRIXIndicator.d.ts +9 -9
  755. package/lib/TimeAxisBase.d.ts +47 -47
  756. package/lib/TimeXAxis.d.ts +59 -59
  757. package/lib/TrendLineLayer_combined.d.ts +24 -24
  758. package/lib/TypicalPriceIndicator.d.ts +4 -4
  759. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  760. package/lib/UserAnnotationLayer_combined.d.ts +59 -59
  761. package/lib/UserAnnotationToolTipLayerView_combined.d.ts +44 -44
  762. package/lib/ValueLayer_combined.d.ts +73 -73
  763. package/lib/ValueOverlay_combined.d.ts +59 -59
  764. package/lib/VerticalAnchoredCategorySeries.d.ts +22 -22
  765. package/lib/WaterfallSeries_combined.d.ts +23 -23
  766. package/lib/WeightedCloseIndicator.d.ts +4 -4
  767. package/lib/WilliamsPercentRIndicator.d.ts +9 -9
  768. package/lib/igc-data-pie-base-chart-component.d.ts +10 -0
  769. package/lib/igc-radial-base-component.d.ts +10 -0
  770. package/package.json +2 -2
@@ -52,65 +52,65 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
52
52
  get_fd() {
53
53
  return true;
54
54
  }
55
- js() {
56
- if (!isNaN_(this.jr)) {
57
- return super.js();
55
+ jt() {
56
+ if (!isNaN_(this.js)) {
57
+ return super.jt();
58
58
  }
59
59
  return Defaults.financialSeries_Resolution;
60
60
  }
61
61
  ct() {
62
62
  return new FinancialPriceSeriesView(this);
63
63
  }
64
- rh(a) {
65
- super.rh(a);
66
- this.abn = a;
64
+ ri(a) {
65
+ super.ri(a);
66
+ this.abo = a;
67
67
  }
68
68
  constructor() {
69
69
  super();
70
- this.abp = true;
71
- this.abq = 0;
70
+ this.abq = true;
72
71
  this.abr = 0;
72
+ this.abs = 0;
73
73
  this.ab = FinancialPriceSeries.$;
74
- this.xv = new CategoryFrame(5);
75
- this.xx = new CategoryFrame(5);
76
- this.xt = new CategoryFrame(5);
74
+ this.xw = new CategoryFrame(5);
75
+ this.xy = new CategoryFrame(5);
76
+ this.xu = new CategoryFrame(5);
77
77
  }
78
- get ac6() {
79
- return this.c(FinancialPriceSeries.acn);
78
+ get ac7() {
79
+ return this.c(FinancialPriceSeries.aco);
80
80
  }
81
- set ac6(a) {
82
- this.h(FinancialPriceSeries.acn, a);
81
+ set ac7(a) {
82
+ this.h(FinancialPriceSeries.aco, a);
83
83
  }
84
- po(a, b, c, d) {
85
- super.po(a, b, c, d);
86
- if (this.xr != null && typeCast(ISortingAxis_$type, this.xr) !== null) {
87
- this.xr.i$i();
84
+ pp(a, b, c, d) {
85
+ super.pp(a, b, c, d);
86
+ if (this.xs != null && typeCast(ISortingAxis_$type, this.xs) !== null) {
87
+ this.xs.i$i();
88
88
  }
89
- this.abn.cd.e(this.ik);
90
- if (this.abn.cn) {
91
- this.abn.cl.g$i(a, b, c, d);
89
+ this.abo.cd.e(this.il);
90
+ if (this.abo.cn) {
91
+ this.abo.cl.g$i(a, b, c, d);
92
92
  }
93
- if (this.abn.aa.count > 0) {
94
- for (let e of fromEnum(this.abn.aa)) {
93
+ if (this.abo.aa.count > 0) {
94
+ for (let e of fromEnum(this.abo.aa)) {
95
95
  e.g$i(a, b, c, d);
96
96
  }
97
97
  }
98
- if (this.ya != null) {
99
- this.ya.ed();
98
+ if (this.yb != null) {
99
+ this.yb.ee();
100
100
  }
101
- this.r8(true);
101
+ this.r9(true);
102
102
  if (a == 0 || a == 2 || a == 3 || a == 4) {
103
- this.abp = true;
103
+ this.abq = true;
104
104
  }
105
105
  else if (a == 1) {
106
106
  for (let f = b; f < b + c; f++) {
107
107
  let g = 0;
108
- g += this.yl.item(f);
109
108
  g += this.ym.item(f);
110
- g += this.yk.item(f);
111
- this.abq += g / 3;
109
+ g += this.yn.item(f);
110
+ g += this.yl.item(f);
111
+ this.abr += g / 3;
112
112
  }
113
- this.abr = this.abq / this.yl.count;
113
+ this.abs = this.abr / this.ym.count;
114
114
  }
115
115
  }
116
116
  b3() {
@@ -121,20 +121,20 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
121
121
  return super.b3();
122
122
  }
123
123
  }
124
- w8(a) {
125
- if (this.xt == null || this.xt.k.count == 0) {
124
+ w9(a) {
125
+ if (this.xu == null || this.xu.k.count == 0) {
126
126
  return Rect.empty;
127
127
  }
128
- let b = this.wr(a);
128
+ let b = this.ws(a);
129
129
  let c = this.cw.ca;
130
130
  let d = this.cw.b9;
131
131
  let e = this.getEffectiveViewport1(this.cw);
132
- let f = this.an(this.xr, this.xt.k, this.zo(this.cw), this.zq(this.cw), a, true);
132
+ let f = this.an(this.xs, this.xu.k, this.zp(this.cw), this.zr(this.cw), a, true);
133
133
  let g = f[0];
134
134
  let h = f[1];
135
135
  let i = Math.abs(b.x - g[0]);
136
136
  let j = Math.abs(b.x - h[0]);
137
- let k = this.abs(this.x8, e);
137
+ let k = this.abt(this.x9, e);
138
138
  k = Math.max(k, 3);
139
139
  let l = (k - 1) / 2;
140
140
  if (i < j) {
@@ -162,7 +162,7 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
162
162
  return new Rect(0, v, ac, Math.abs(x - v), ad - ac);
163
163
  }
164
164
  }
165
- abl(a, b) {
165
+ abm(a, b) {
166
166
  let c = a[0] - b;
167
167
  let d = a[0];
168
168
  let e = a[0] + b;
@@ -176,7 +176,7 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
176
176
  let m = Math.max(g, h);
177
177
  let n = Math.min(f, i);
178
178
  let o = Math.max(f, i);
179
- if (this.abo == 1) {
179
+ if (this.abp == 1) {
180
180
  let p = new Array(3);
181
181
  let q = new Rect(0, c, f, b, 0);
182
182
  let r = new Rect(0, d, i, b, 0);
@@ -197,43 +197,43 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
197
197
  }
198
198
  ao(a) {
199
199
  let b = new List$1(Rect.$, 0);
200
- let c = this.wr(a);
200
+ let c = this.ws(a);
201
201
  let d = this.cw.ca;
202
202
  let e = this.cw.b9;
203
203
  let f = this.getEffectiveViewport1(this.cw);
204
- let g = this.an(this.xr, this.xt.k, this.zo(this.cw), this.zq(this.cw), a, true);
204
+ let g = this.an(this.xs, this.xu.k, this.zp(this.cw), this.zr(this.cw), a, true);
205
205
  let h = g[0];
206
206
  let i = g[1];
207
207
  let j = Math.abs(c.x - h[0]);
208
208
  let k = Math.abs(c.x - i[0]);
209
- let l = this.abs(this.x8, f);
209
+ let l = this.abt(this.x9, f);
210
210
  l = Math.max(l, 3);
211
211
  let m = (l - 1) / 2;
212
212
  if (j < k) {
213
- return this.abl(h, m);
213
+ return this.abm(h, m);
214
214
  }
215
215
  else {
216
- return this.abl(i, m);
216
+ return this.abm(i, m);
217
217
  }
218
218
  }
219
- g2(a, b) {
220
- if (this.g5(a, b)) {
219
+ g3(a, b) {
220
+ if (this.g6(a, b)) {
221
221
  return true;
222
222
  }
223
223
  return false;
224
224
  }
225
- g5(a, b) {
226
- let c = this.w9(a);
225
+ g6(a, b) {
226
+ let c = this.xa(a);
227
227
  if (c.isEmpty) {
228
228
  return false;
229
229
  }
230
- let d = RectUtil.r(c, (this.il / 2) + this.i1(b));
230
+ let d = RectUtil.r(c, (this.im / 2) + this.i2(b));
231
231
  if (d.containsPoint(a)) {
232
232
  let e = this.ap(a);
233
233
  if (e != null) {
234
234
  for (let f = 0; f < e.length; f++) {
235
235
  let g = e[f];
236
- let h = RectUtil.r(g, (this.il / 2) + this.i1(b));
236
+ let h = RectUtil.r(g, (this.im / 2) + this.i2(b));
237
237
  if (h.containsPoint(a)) {
238
238
  return true;
239
239
  }
@@ -242,7 +242,7 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
242
242
  }
243
243
  return false;
244
244
  }
245
- rq(a, b, c, d) {
245
+ rr(a, b, c, d) {
246
246
  switch (b) {
247
247
  case FinancialPriceSeries.$$p[4]:
248
248
  case FinancialPriceSeries.$$p[5]:
@@ -252,10 +252,10 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
252
252
  case FinancialPriceSeries.$$p[2]:
253
253
  case FinancialPriceSeries.$$p[9]:
254
254
  case FinancialPriceSeries.$$p[10]:
255
- this.qu();
255
+ this.qv();
256
256
  break;
257
257
  case FinancialSeries.$$p[14]:
258
- this.abn.ct();
258
+ this.abo.ct();
259
259
  if (this.dc != null) {
260
260
  this.dc.pq();
261
261
  }
@@ -263,51 +263,51 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
263
263
  case "TrendLineType":
264
264
  let e = EnumUtil.getEnumValue(TrendLineType_$type, d);
265
265
  if (e != 0) {
266
- this.abn.cl = CategoryTrendLineManagerFactory.a(this.abn.cl, this.xr, this.td, this, this.ds);
266
+ this.abo.cl = CategoryTrendLineManagerFactory.a(this.abo.cl, this.xs, this.te, this, this.ds);
267
267
  }
268
268
  break;
269
269
  }
270
- super.rq(a, b, c, d);
271
- if (this.abn.cn && this.abn.cl != null && this.abn.cl.g$e(a, b, c, d)) {
272
- this.r8(false);
273
- this.q0();
270
+ super.rr(a, b, c, d);
271
+ if (this.abo.cn && this.abo.cl != null && this.abo.cl.g$e(a, b, c, d)) {
272
+ this.r9(false);
273
+ this.q1();
274
274
  }
275
275
  switch (b) {
276
276
  case FinancialPriceSeries.$$p[3]:
277
- if (this.td != null) {
278
- this.acm();
279
- this.s0();
280
- this.xt.ac();
281
- this.aaz(this.xt, this.abn);
277
+ if (this.te != null) {
278
+ this.acn();
279
+ this.s1();
280
+ this.xu.ac();
281
+ this.aa0(this.xu, this.abo);
282
282
  }
283
- this.q0();
283
+ this.q1();
284
284
  break;
285
285
  case "ActualHighlightingMode":
286
286
  case "ActualSelectionMode":
287
287
  case "ActualFocusMode":
288
- this.r8(true);
288
+ this.r9(true);
289
289
  break;
290
290
  case "TrendLineBrush":
291
- this.rw(b);
291
+ this.rx(b);
292
292
  break;
293
293
  case "TrendLineType":
294
- this.q0();
294
+ this.q1();
295
295
  break;
296
296
  case FinancialSeries.$$p[10]:
297
297
  case FinancialPriceSeries.$$p[8]:
298
- this.rj();
298
+ this.rk();
299
299
  break;
300
300
  }
301
301
  }
302
- acm() {
303
- this.abn.cx();
302
+ acn() {
303
+ this.abo.cx();
304
304
  if (this.cv != null) {
305
305
  this.cv.cx();
306
306
  }
307
307
  }
308
308
  ay(a) {
309
- if (a != null && a == this.ya && this.ym != null && !isNaN_(this.ym.minimum) && this.yl != null && !isNaN_(this.yl.maximum)) {
310
- return new AxisRange(this.ym.minimum, this.yl.maximum);
309
+ if (a != null && a == this.yb && this.yn != null && !isNaN_(this.yn.minimum) && this.ym != null && !isNaN_(this.ym.maximum)) {
310
+ return new AxisRange(this.yn.minimum, this.ym.maximum);
311
311
  }
312
312
  return null;
313
313
  }
@@ -315,21 +315,21 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
315
315
  if (a.isEmpty && this.dc != null) {
316
316
  a = this.dc.yr;
317
317
  }
318
- if (this.ym == null || this.yl == null) {
318
+ if (this.yn == null || this.ym == null) {
319
319
  return null;
320
320
  }
321
- let b = this.w4(this.cw);
322
- let c = new ScalerParams(0, a, this.dc.y9, this.xr.dn, this.getEffectiveViewport());
323
- let d = (this.xr.f9(b.left, c));
324
- let e = (this.xr.f9(b.right, c));
325
- if (this.xr.dn) {
321
+ let b = this.w5(this.cw);
322
+ let c = new ScalerParams(0, a, this.dc.y9, this.xs.dn, this.getEffectiveViewport());
323
+ let d = (this.xs.ga(b.left, c));
324
+ let e = (this.xs.ga(b.right, c));
325
+ if (this.xs.dn) {
326
326
  let f = d;
327
327
  d = e;
328
328
  e = f;
329
329
  }
330
330
  let g = null;
331
- if (this.xr.dv) {
332
- g = this.xr;
331
+ if (this.xs.dw) {
332
+ g = this.xs;
333
333
  d = g.i$f(d);
334
334
  e = g.i$f(e);
335
335
  }
@@ -337,8 +337,8 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
337
337
  d = Math.floor(d);
338
338
  e = Math.ceil(e);
339
339
  }
340
- d = Math.max(0, Math.min(this.ym.count - 1, d));
341
- e = Math.max(0, Math.min(this.ym.count - 1, e));
340
+ d = Math.max(0, Math.min(this.yn.count - 1, d));
341
+ e = Math.max(0, Math.min(this.yn.count - 1, e));
342
342
  let h = 1.7976931348623157E+308;
343
343
  let i = -1.7976931348623157E+308;
344
344
  for (let j = truncate(d); j <= truncate(e); j++) {
@@ -346,14 +346,14 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
346
346
  if (g != null) {
347
347
  k = g.i$b._inner[j];
348
348
  }
349
- let l = this.ym.item(k);
350
- if (this.ym.mayContainUnknowns) {
349
+ let l = this.yn.item(k);
350
+ if (this.yn.mayContainUnknowns) {
351
351
  if (isInfinity(l) || isNaN_(l)) {
352
352
  continue;
353
353
  }
354
354
  }
355
- let m = this.yl.item(k);
356
- if (this.yl.mayContainUnknowns) {
355
+ let m = this.ym.item(k);
356
+ if (this.ym.mayContainUnknowns) {
357
357
  if (isInfinity(m) || isNaN_(m)) {
358
358
  continue;
359
359
  }
@@ -362,23 +362,23 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
362
362
  i = Math.max(i, m);
363
363
  }
364
364
  let n = new AxisRange(h, i);
365
- n = this.ax(n, this.ya, a);
365
+ n = this.ax(n, this.yb, a);
366
366
  return n;
367
367
  }
368
- i5() {
369
- return Series.i6(this.yn, typeCast(ISortingAxis_$type, this.xr));
368
+ i6() {
369
+ return Series.i7(this.yo, typeCast(ISortingAxis_$type, this.xs));
370
370
  }
371
- gj(a) {
371
+ gk(a) {
372
372
  let b = this.dp != null ? this.dp.indexOf(a) : -1;
373
373
  let c = this.cw.ca;
374
374
  c = c.copy();
375
375
  let d = this.cw.b9;
376
376
  let e = new Rect(0, 0, 0, 1, 1);
377
- let f = this.w6(this.cw);
377
+ let f = this.w7(this.cw);
378
378
  if (b >= 0 && Rect.l_op_Inequality(c, null) && Rect.l_op_Inequality(d, null)) {
379
- if (this.xr != null) {
380
- let g = new ScalerParams(0, e, e, this.xr.dn, f);
381
- let h = this.xr.f6(b, g);
379
+ if (this.xs != null) {
380
+ let g = new ScalerParams(0, e, e, this.xs.dn, f);
381
+ let h = this.xs.f7(b, g);
382
382
  if (h < c.left + 0.1 * c.width) {
383
383
  h = h + 0.4 * c.width;
384
384
  }
@@ -387,11 +387,11 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
387
387
  }
388
388
  c.x = h - 0.5 * c.width;
389
389
  }
390
- if (this.ya != null && this.ym != null && this.yl != null && b < this.ym.count && b < this.yl.count) {
391
- let i = new ScalerParams(0, e, e, this.ya.dn, f);
392
- i.b = this.i5();
393
- let j = this.ya.f6(this.ym.item(b), i);
394
- let k = this.ya.f6(this.yl.item(b), i);
390
+ if (this.yb != null && this.yn != null && this.ym != null && b < this.yn.count && b < this.ym.count) {
391
+ let i = new ScalerParams(0, e, e, this.yb.dn, f);
392
+ i.b = this.i6();
393
+ let j = this.yb.f7(this.yn.item(b), i);
394
+ let k = this.yb.f7(this.ym.item(b), i);
395
395
  if (!isNaN_(j) && !isNaN_(k)) {
396
396
  let l = Math.abs(j - k);
397
397
  if (c.height < l) {
@@ -413,27 +413,27 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
413
413
  }
414
414
  return b >= 0;
415
415
  }
416
- hk(a, b, c) {
417
- let d = super.hk(a, b, c);
418
- if (this.yn == null || this.yk == null || this.yl == null || this.ym == null) {
416
+ hl(a, b, c) {
417
+ let d = super.hl(a, b, c);
418
+ if (this.yo == null || this.yl == null || this.ym == null || this.yn == null) {
419
419
  d = false;
420
420
  }
421
421
  return d;
422
422
  }
423
- aax(a, b) {
424
- super.aax(a, b);
423
+ aay(a, b) {
424
+ super.aay(a, b);
425
425
  let c = b.ca;
426
426
  let d = b.b9;
427
427
  let e = this.getEffectiveViewport1(b);
428
- let f = this.xr;
429
- let g = this.ya;
428
+ let f = this.xs;
429
+ let g = this.yb;
430
430
  let h = new ScalerParams(0, c, d, f.dn, e);
431
431
  let i = ((() => {
432
432
  let $ret = new ScalerParams(0, c, d, g.dn, e);
433
- $ret.b = this.i5();
433
+ $ret.b = this.i6();
434
434
  return $ret;
435
435
  })());
436
- let j = this.xr.ag();
436
+ let j = this.xs.ag();
437
437
  let k = j[0];
438
438
  let l = j[1];
439
439
  a.k.clear();
@@ -443,23 +443,23 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
443
443
  a.s.clear();
444
444
  a.v.clear();
445
445
  let m = 0;
446
- let n = typeCast(ISortingAxis_$type, this.xr);
446
+ let n = typeCast(ISortingAxis_$type, this.xs);
447
447
  if (n != null && (n.i$b == null || n.i$b.count != this.dp.count)) {
448
448
  return;
449
449
  }
450
- m = this.zi(c, d, e);
450
+ m = this.zj(c, d, e);
451
451
  let o = typeCast(FinancialPriceSeriesView.$, b);
452
- let p = this.ik;
452
+ let p = this.il;
453
453
  let q = b.cd.b;
454
454
  if (this.trendLineType != 0) {
455
455
  let r = new Array(this.dp.count);
456
456
  let s = 0;
457
- for (let t of fromEnum(this.y9)) {
457
+ for (let t of fromEnum(this.za)) {
458
458
  r[s] = t;
459
459
  s++;
460
460
  }
461
- if (this.abn.cn) {
462
- this.abn.cl.prepareLineCore(a.v, this.trendLineType, boxArray$1(r), this.trendLinePeriod, (u) => this.xr.f6(u, h), (u) => this.ya.f6(u, i), ((() => {
461
+ if (this.abo.cn) {
462
+ this.abo.cl.prepareLineCore(a.v, this.trendLineType, boxArray$1(r), this.trendLinePeriod, (u) => this.xs.f7(u, h), (u) => this.yb.f7(u, i), ((() => {
463
463
  let $ret = new TrendResolutionParams();
464
464
  $ret.e = b.cd.b;
465
465
  $ret.f = b.cd.c;
@@ -477,7 +477,7 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
477
477
  if (b.aa.count > 0) {
478
478
  let u = new Array(this.dp.count);
479
479
  let v = 0;
480
- for (let w of fromEnum(this.y9)) {
480
+ for (let w of fromEnum(this.za)) {
481
481
  u[v] = w;
482
482
  v++;
483
483
  }
@@ -485,7 +485,7 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
485
485
  for (let x = 0; x < b.aa.count; x++) {
486
486
  a.i.add(new List$1(Point_$type, 0));
487
487
  let y = b.aa._inner[x];
488
- y.prepareLineCore(a.i._inner[x], y.g$b, boxArray$1(u), y.g$f, (z) => this.xr.f6(z, h), (z) => this.ya.f6(z, i), ((() => {
488
+ y.prepareLineCore(a.i._inner[x], y.g$b, boxArray$1(u), y.g$f, (z) => this.xs.f7(z, h), (z) => this.yb.f7(z, i), ((() => {
489
489
  let $ret = new TrendResolutionParams();
490
490
  $ret.e = b.cd.b;
491
491
  $ret.f = b.cd.c;
@@ -500,7 +500,7 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
500
500
  })()));
501
501
  }
502
502
  }
503
- let z = this.xr.f9(2, h) - this.xr.f9(1, h);
503
+ let z = this.xs.ga(2, h) - this.xs.ga(1, h);
504
504
  for (let aa = b.cd.c; aa <= b.cd.d; ++aa) {
505
505
  let ab;
506
506
  let ac = aa * q;
@@ -511,10 +511,10 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
511
511
  let ad = n.i$b._inner[aa];
512
512
  ac = ad;
513
513
  let ae = n.i$d(ad);
514
- let af = this.yn.item(ad);
515
- let ag = this.yl.item(ad);
516
- let ah = this.ym.item(ad);
517
- let ai = this.yk.item(ad);
514
+ let af = this.yo.item(ad);
515
+ let ag = this.ym.item(ad);
516
+ let ah = this.yn.item(ad);
517
+ let ai = this.yl.item(ad);
518
518
  let aj = af;
519
519
  let ak = ag;
520
520
  let al = ah;
@@ -528,13 +528,13 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
528
528
  }
529
529
  ac = ad;
530
530
  aa++;
531
- ak = Math.max(ak, this.yl.item(ad));
532
- al = Math.min(al, this.ym.item(ad));
533
- am = this.yk.item(ad);
531
+ ak = Math.max(ak, this.ym.item(ad));
532
+ al = Math.min(al, this.yn.item(ad));
533
+ am = this.yl.item(ad);
534
534
  }
535
535
  let ao = NaN;
536
536
  if (!isNaN_(ae)) {
537
- ao = this.xr.f6(ae, h);
537
+ ao = this.xs.f7(ae, h);
538
538
  }
539
539
  ab = [ao, aj, ak, al, am];
540
540
  }
@@ -543,12 +543,12 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
543
543
  ab[0] = ab[0] + m;
544
544
  }
545
545
  else {
546
- ab[0] = f.f6(ab[0], h) + m;
546
+ ab[0] = f.f7(ab[0], h) + m;
547
547
  }
548
- ab[1] = g.f6(ab[1], i);
549
- ab[2] = g.f6(ab[2], i);
550
- ab[3] = g.f6(ab[3], i);
551
- ab[4] = g.f6(ab[4], i);
548
+ ab[1] = g.f7(ab[1], i);
549
+ ab[2] = g.f7(ab[2], i);
550
+ ab[3] = g.f7(ab[3], i);
551
+ ab[4] = g.f7(ab[4], i);
552
552
  if (n != null) {
553
553
  if (a.r == null) {
554
554
  a.r = new List$1(Number_$type, 0);
@@ -560,8 +560,8 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
560
560
  }
561
561
  return;
562
562
  }
563
- pi(a, b) {
564
- super.pi(a, b);
563
+ pj(a, b) {
564
+ super.pj(a, b);
565
565
  let c = typeCast(FinancialPriceSeriesView.$, b);
566
566
  c.cr();
567
567
  if (a) {
@@ -571,26 +571,26 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
571
571
  c.cl.g$h();
572
572
  }
573
573
  }
574
- s8(a, b) {
575
- super.s8(a, b);
574
+ s9(a, b) {
575
+ super.s9(a, b);
576
576
  if (this.dc != null) {
577
577
  this.dc.pq();
578
578
  }
579
579
  }
580
- xg(a, b) {
581
- if (this.xr != null && this.xr.categoryMode == 0) {
580
+ xh(a, b) {
581
+ if (this.xs != null && this.xs.categoryMode == 0) {
582
582
  let c = this.getEffectiveViewport1(this.cw);
583
- let d = this.abs(this.x8, c) / 2;
583
+ let d = this.abt(this.x9, c) / 2;
584
584
  return new Thickness(1, d, 0, d, 0);
585
585
  }
586
- return super.xg(a, b);
586
+ return super.xh(a, b);
587
587
  }
588
588
  get_ef() {
589
589
  return true;
590
590
  }
591
- aaz(a, b) {
592
- super.aaz(a, b);
593
- if (this.xr == null || this.ya == null) {
591
+ aa0(a, b) {
592
+ super.aa0(a, b);
593
+ if (this.xs == null || this.yb == null) {
594
594
  return;
595
595
  }
596
596
  let c = false;
@@ -598,9 +598,9 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
598
598
  c = true;
599
599
  b.ci(a);
600
600
  }
601
- this.x0.a2(this, this.yz(), runOn(this, this.xj), this.zo(b), this.zq(b));
601
+ this.x1.a2(this, this.y0(), runOn(this, this.xk), this.zp(b), this.zr(b));
602
602
  let d = false;
603
- let e = this.x0.b;
603
+ let e = this.x1.b;
604
604
  if (e != null) {
605
605
  d = true;
606
606
  }
@@ -620,37 +620,37 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
620
620
  }
621
621
  }
622
622
  if (d) {
623
- this.ack(a, b, c);
623
+ this.acl(a, b, c);
624
624
  }
625
625
  else {
626
626
  f.cm.count = 0;
627
- this.acj(a, b);
627
+ this.ack(a, b);
628
628
  }
629
629
  }
630
- i3() {
630
+ i4() {
631
631
  let a = this.getEffectiveViewport1(this.cw);
632
- return this.abs(this.x8, a);
632
+ return this.abt(this.x9, a);
633
633
  }
634
- ack(a, b, c) {
635
- let d = this.abo;
634
+ acl(a, b, c) {
635
+ let d = this.abp;
636
636
  let e = this.getEffectiveViewport1(b);
637
- let f = this.abs(b, e);
637
+ let f = this.abt(b, e);
638
638
  let g = (f - 1) / 2;
639
- let h = typeCast(ISortingAxis_$type, this.xr) !== null;
639
+ let h = typeCast(ISortingAxis_$type, this.xs) !== null;
640
640
  let i = typeCast(FinancialPriceSeriesView.$, b);
641
641
  i.co = true;
642
642
  let j = a.k;
643
643
  let k = 0;
644
644
  let l = this.dp.count;
645
- let m = this.xr;
645
+ let m = this.xs;
646
646
  let n = new ScalerParams(0, b.ca, b.b9, m.dn, e);
647
- let o = this.vt;
648
- let p = this.abh;
647
+ let o = this.vu;
648
+ let p = this.abi;
649
649
  if (p == null) {
650
650
  p = o;
651
651
  }
652
- let q = this.vx;
653
- let r = this.ac7;
652
+ let q = this.vy;
653
+ let r = this.ac8;
654
654
  if (r == null) {
655
655
  r = q;
656
656
  }
@@ -746,29 +746,29 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
746
746
  }
747
747
  }
748
748
  if (ab) {
749
- this.x0.ak = p;
750
- this.x0.ag = p;
751
- this.x0.ah = r;
752
- this.x0.al = r;
753
- this.x0.f = true;
749
+ this.x1.ak = p;
750
+ this.x1.ag = p;
751
+ this.x1.ah = r;
752
+ this.x1.al = r;
753
+ this.x1.f = true;
754
754
  }
755
755
  else {
756
- this.x0.ak = o;
757
- this.x0.ag = o;
758
- this.x0.ah = q;
759
- this.x0.al = q;
760
- this.x0.f = false;
756
+ this.x1.ak = o;
757
+ this.x1.ag = o;
758
+ this.x1.ah = q;
759
+ this.x1.al = q;
760
+ this.x1.f = false;
761
761
  }
762
- let ak = this.x0.aw(l, s)[0];
762
+ let ak = this.x1.aw(l, s)[0];
763
763
  if (h && a.r != null && s >= 0 && s < a.r.count) {
764
764
  ak = truncate(Math.round(a.r._inner[s]));
765
765
  }
766
- this.aaw(j, s, l, m, n, b.t, ak);
766
+ this.aax(j, s, l, m, n, b.t, ak);
767
767
  if (d == 1) {
768
- this.x0.ad(aa, true, false, false, false);
768
+ this.x1.ad(aa, true, false, false, false);
769
769
  }
770
770
  else {
771
- this.x0.ad(aa, false, false, false, false);
771
+ this.x1.ad(aa, false, false, false, false);
772
772
  }
773
773
  if (c) {
774
774
  aa.an = ac;
@@ -777,16 +777,16 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
777
777
  i.cm.count = k;
778
778
  i.cs();
779
779
  }
780
- abs(a, b) {
781
- let c = this.xr.pz(a.ca, a.b9, b);
782
- c = Math.max(c, this.ik * 0.9);
780
+ abt(a, b) {
781
+ let c = this.xs.p1(a.ca, a.b9, b);
782
+ c = Math.max(c, this.il * 0.9);
783
783
  c = Math.max(c, 3);
784
784
  return c;
785
785
  }
786
- acj(a, b) {
787
- let c = this.abo;
786
+ ack(a, b) {
787
+ let c = this.abp;
788
788
  let d = this.getEffectiveViewport1(b);
789
- let e = this.abs(b, d);
789
+ let e = this.abt(b, d);
790
790
  let f = (e - 1) / 2;
791
791
  let g = typeCast(FinancialPriceSeriesView.$, b);
792
792
  let h = g.c0();
@@ -853,37 +853,37 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
853
853
  }
854
854
  }
855
855
  }
856
- k6(a, b) {
857
- if (this.abn.cn && a == this.abn.cl.g$n) {
856
+ k7(a, b) {
857
+ if (this.abo.cn && a == this.abo.cl.g$n) {
858
858
  return null;
859
859
  }
860
- return super.k6(a, b);
860
+ return super.k7(a, b);
861
861
  }
862
- sz() {
863
- super.sz();
862
+ s0() {
863
+ super.s0();
864
864
  if (this.index < 0) {
865
865
  return;
866
866
  }
867
- this.abn.cy();
867
+ this.abo.cy();
868
868
  }
869
- qd(a) {
870
- super.qd(a);
871
- if (this.abn.cn) {
872
- this.bc.exportTrendlineData(this, a, this.abn.cl.g$n);
869
+ qe(a) {
870
+ super.qe(a);
871
+ if (this.abo.cn) {
872
+ this.bc.exportTrendlineData(this, a, this.abo.cl.g$n);
873
873
  }
874
874
  }
875
- wh() {
876
- return this.ac7;
875
+ wi() {
876
+ return this.ac8;
877
877
  }
878
- sl(a, b) {
879
- super.sl(a, b);
880
- this.ac7 = b;
878
+ sm(a, b) {
879
+ super.sm(a, b);
880
+ this.ac8 = b;
881
881
  }
882
882
  bf(a) {
883
- if (this.abo == 0) {
883
+ if (this.abp == 0) {
884
884
  return 3;
885
885
  }
886
- else if (this.abo == 1) {
886
+ else if (this.abp == 1) {
887
887
  if (this.be == 1) {
888
888
  return 3;
889
889
  }
@@ -893,22 +893,22 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
893
893
  }
894
894
  getDataLegendSeriesContextAt(a, b) {
895
895
  let c = { $type: Point_$type, x: a, y: b };
896
- let d = this.jb(c, false, false);
897
- let e = this.i9(c, false, false);
896
+ let d = this.jc(c, false, false);
897
+ let e = this.ja(c, false, false);
898
898
  let f = new DataLegendSeriesValueInfo();
899
899
  f.a = 4;
900
- f.l = this.zj(c, false, false);
900
+ f.l = this.zk(c, false, false);
901
901
  f.q = "Close";
902
- f.r = this.zv != null ? this.zv : "Close";
903
- f.s = this.abw != null ? this.abw : "C:";
904
- f.t = this.aby != null ? this.aby : "";
902
+ f.r = this.zw != null ? this.zw : "Close";
903
+ f.s = this.abx != null ? this.abx : "C:";
904
+ f.t = this.abz != null ? this.abz : "";
905
905
  let g = new DataLegendSeriesValueInfo();
906
- g.l = this.zk(c, false, false);
906
+ g.l = this.zl(c, false, false);
907
907
  g.a = 3;
908
908
  g.q = "Open";
909
- g.r = this.aah != null ? this.aah : "Open";
910
- g.s = this.aca != null ? this.aca : "O:";
911
- g.t = this.acc != null ? this.acc : "";
909
+ g.r = this.aai != null ? this.aai : "Open";
910
+ g.s = this.acb != null ? this.acb : "O:";
911
+ g.t = this.acd != null ? this.acd : "";
912
912
  g.k = true;
913
913
  let h = new DataLegendSeriesValueInfo();
914
914
  h.l = (f.l - g.l) / g.l * 100;
@@ -931,24 +931,24 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
931
931
  h.d = false;
932
932
  h.n = 1;
933
933
  h.m = 1;
934
- g.z = h.l >= 0 ? this.vt : this.abh;
935
- f.z = h.l >= 0 ? this.vt : this.abh;
936
- h.z = h.l >= 0 ? this.vt : this.abh;
934
+ g.z = h.l >= 0 ? this.vu : this.abi;
935
+ f.z = h.l >= 0 ? this.vu : this.abi;
936
+ h.z = h.l >= 0 ? this.vu : this.abi;
937
937
  let i = new DataLegendSeriesValueInfo();
938
938
  i.l = e > d ? d : e;
939
939
  i.a = 1;
940
940
  i.q = "Low";
941
- i.r = this.aad != null ? this.aad : "Low";
942
- i.s = this.ab5 != null ? this.ab5 : "L:";
943
- i.t = this.ab7 != null ? this.ab7 : "";
941
+ i.r = this.aae != null ? this.aae : "Low";
942
+ i.s = this.ab6 != null ? this.ab6 : "L:";
943
+ i.t = this.ab8 != null ? this.ab8 : "";
944
944
  i.k = true;
945
945
  let j = new DataLegendSeriesValueInfo();
946
946
  j.l = e > d ? e : d;
947
947
  j.a = 2;
948
948
  j.q = "High";
949
- j.r = this.z8 != null ? this.z8 : "High";
950
- j.s = this.ab1 != null ? this.ab1 : "H:";
951
- j.t = this.ab3 != null ? this.ab3 : "";
949
+ j.r = this.z9 != null ? this.z9 : "High";
950
+ j.s = this.ab2 != null ? this.ab2 : "H:";
951
+ j.t = this.ab4 != null ? this.ab4 : "";
952
952
  j.k = true;
953
953
  let k = new DataLegendSeriesValueInfo();
954
954
  k.l = (j.l + i.l + f.l) / 3;
@@ -960,10 +960,10 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
960
960
  k.t = "";
961
961
  k.k = true;
962
962
  let l = new DataLegendSeriesValueInfo();
963
- l.l = this.zl(c, false, false);
963
+ l.l = this.zm(c, false, false);
964
964
  l.a = 8;
965
965
  l.q = "Volume";
966
- l.r = this.aal != null ? this.aal : "Volume";
966
+ l.r = this.aam != null ? this.aam : "Volume";
967
967
  l.s = "VOL:";
968
968
  l.t = "";
969
969
  l.k = true;
@@ -981,132 +981,132 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
981
981
  m.add(h);
982
982
  m.add(l);
983
983
  let n = new DataLegendSeriesContext();
984
- n.h = this.mn();
984
+ n.h = this.mo();
985
985
  n.e = m;
986
986
  return n;
987
987
  }
988
- acl() {
989
- if (this.abp) {
990
- this.abq = 0;
991
- for (let a = 0; a < this.yl.count; a++) {
988
+ acm() {
989
+ if (this.abq) {
990
+ this.abr = 0;
991
+ for (let a = 0; a < this.ym.count; a++) {
992
992
  let b = 0;
993
- b += this.yl.item(a);
994
993
  b += this.ym.item(a);
995
- b += this.yk.item(a);
996
- this.abq += b / 3;
994
+ b += this.yn.item(a);
995
+ b += this.yl.item(a);
996
+ this.abr += b / 3;
997
997
  }
998
- this.abr = this.abq / this.yl.count;
999
- this.abp = false;
998
+ this.abs = this.abr / this.ym.count;
999
+ this.abq = false;
1000
1000
  }
1001
1001
  }
1002
1002
  aq(a) {
1003
1003
  let b = NaN;
1004
1004
  switch (a) {
1005
1005
  case 2:
1006
- b = this.yl.maximum;
1006
+ b = this.ym.maximum;
1007
1007
  break;
1008
1008
  case 1:
1009
- b = this.ym.minimum;
1009
+ b = this.yn.minimum;
1010
1010
  break;
1011
1011
  case 3:
1012
- if (this.abp) {
1013
- this.acl();
1012
+ if (this.abq) {
1013
+ this.acm();
1014
1014
  }
1015
- b = this.abr;
1015
+ b = this.abs;
1016
1016
  break;
1017
1017
  }
1018
- let c = this.ya;
1019
- if (c.dy) {
1018
+ let c = this.yb;
1019
+ if (c.dz) {
1020
1020
  return [NaN, b];
1021
1021
  }
1022
1022
  else {
1023
1023
  return [b, NaN];
1024
1024
  }
1025
1025
  }
1026
- wz(a) {
1026
+ w0(a) {
1027
1027
  let b = NaN;
1028
1028
  switch (a) {
1029
1029
  case 2:
1030
- b = this.yl.maximum;
1030
+ b = this.ym.maximum;
1031
1031
  break;
1032
1032
  case 1:
1033
- b = this.ym.minimum;
1033
+ b = this.yn.minimum;
1034
1034
  break;
1035
1035
  case 3:
1036
- if (this.abp) {
1037
- this.acl();
1036
+ if (this.abq) {
1037
+ this.acm();
1038
1038
  }
1039
- b = this.abr;
1039
+ b = this.abs;
1040
1040
  break;
1041
1041
  }
1042
1042
  if (isNaN_(b)) {
1043
1043
  return { $type: Point_$type, x: NaN, y: NaN };
1044
1044
  }
1045
- let c = this.ya;
1045
+ let c = this.yb;
1046
1046
  let d = this.getEffectiveViewport1(this.cw);
1047
1047
  let e = new ScalerParams(0, this.cw.ca, this.cw.b9, c.dn, d);
1048
- if (c.dy) {
1049
- e.b = this.i5();
1048
+ if (c.dz) {
1049
+ e.b = this.i6();
1050
1050
  }
1051
1051
  e.c = d;
1052
- if (c.dy) {
1053
- return { $type: Point_$type, x: NaN, y: c.f6(b, e) };
1052
+ if (c.dz) {
1053
+ return { $type: Point_$type, x: NaN, y: c.f7(b, e) };
1054
1054
  }
1055
1055
  else {
1056
- return { $type: Point_$type, x: c.f6(b, e), y: NaN };
1056
+ return { $type: Point_$type, x: c.f7(b, e), y: NaN };
1057
1057
  }
1058
1058
  }
1059
- w0(a) {
1060
- let b = this.ya;
1059
+ w1(a) {
1060
+ let b = this.yb;
1061
1061
  let c = this.getEffectiveViewport1(this.cw);
1062
1062
  let d = new ScalerParams(0, this.cw.ca, this.cw.b9, b.dn, c);
1063
- if (b.dy) {
1064
- d.b = this.i5();
1063
+ if (b.dz) {
1064
+ d.b = this.i6();
1065
1065
  }
1066
1066
  d.c = c;
1067
- if (b.dy) {
1068
- return { $type: Point_$type, x: NaN, y: b.f6(a[1], d) };
1067
+ if (b.dz) {
1068
+ return { $type: Point_$type, x: NaN, y: b.f7(a[1], d) };
1069
1069
  }
1070
1070
  else {
1071
- return { $type: Point_$type, x: b.f6(a[0], d), y: NaN };
1071
+ return { $type: Point_$type, x: b.f7(a[0], d), y: NaN };
1072
1072
  }
1073
1073
  }
1074
1074
  ak(a, b) {
1075
1075
  let c = new List$1(ChartSelection.$, 0);
1076
- this.qi(a, c, b);
1076
+ this.qj(a, c, b);
1077
1077
  return c.toArray();
1078
1078
  }
1079
- qi(a, b, c) {
1079
+ qj(a, b, c) {
1080
1080
  let d = this.dc.y6(this.dc.yw(a));
1081
- let e = this.ya;
1082
- let f = this.xr;
1083
- let g = this.dc.yz(this.xd, this.getEffectiveViewport(), d);
1081
+ let e = this.yb;
1082
+ let f = this.xs;
1083
+ let g = this.dc.yz(this.xe, this.getEffectiveViewport(), d);
1084
1084
  let h, i;
1085
- let j = this.acg(d, f, true, g, h, i);
1085
+ let j = this.ach(d, f, true, g, h, i);
1086
1086
  h = j.p4;
1087
1087
  i = j.p5;
1088
- if (this.abm == 0) {
1089
- this.aci(b, h, i, c);
1088
+ if (this.abn == 0) {
1089
+ this.acj(b, h, i, c);
1090
1090
  }
1091
1091
  else {
1092
1092
  let k, l;
1093
- let m = this.acf(d, e, true, g, k, l);
1093
+ let m = this.acg(d, e, true, g, k, l);
1094
1094
  k = m.p4;
1095
1095
  l = m.p5;
1096
- this.ach(1, b, h, i, k, l, c);
1096
+ this.aci(1, b, h, i, k, l, c);
1097
1097
  }
1098
1098
  }
1099
- acg(a, b, c, d, e, f) {
1100
- let g = new ScalerParams(0, a, this.dc.y9, this.xr.dn, this.getEffectiveViewport());
1101
- let h = (this.xr.f9(d.left, g));
1102
- let i = (this.xr.f9(d.right, g));
1103
- if (this.xr.dn) {
1099
+ ach(a, b, c, d, e, f) {
1100
+ let g = new ScalerParams(0, a, this.dc.y9, this.xs.dn, this.getEffectiveViewport());
1101
+ let h = (this.xs.ga(d.left, g));
1102
+ let i = (this.xs.ga(d.right, g));
1103
+ if (this.xs.dn) {
1104
1104
  let j = h;
1105
1105
  h = i;
1106
1106
  i = j;
1107
1107
  }
1108
- if (this.xr.dv) {
1109
- let k = this.xr;
1108
+ if (this.xs.dw) {
1109
+ let k = this.xs;
1110
1110
  h = k.i$f(h);
1111
1111
  i = k.i$f(i);
1112
1112
  }
@@ -1114,25 +1114,25 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
1114
1114
  h = Math.floor(h);
1115
1115
  i = Math.ceil(i);
1116
1116
  }
1117
- e = truncate(Math.max(0, Math.min(this.ym.count - 1, h)));
1118
- f = truncate(Math.max(0, Math.min(this.ym.count - 1, i)));
1117
+ e = truncate(Math.max(0, Math.min(this.yn.count - 1, h)));
1118
+ f = truncate(Math.max(0, Math.min(this.yn.count - 1, i)));
1119
1119
  return {
1120
1120
  p4: e,
1121
1121
  p5: f
1122
1122
  };
1123
1123
  }
1124
- acf(a, b, c, d, e, f) {
1124
+ acg(a, b, c, d, e, f) {
1125
1125
  let g = new ScalerParams(0, a, this.dc.y9, b.dn, this.getEffectiveViewport());
1126
1126
  let h = c ? (b.dn ? d.top : d.bottom) : (b.dn ? d.left : d.right);
1127
1127
  let i = c ? (b.dn ? d.bottom : d.top) : (b.dn ? d.right : d.left);
1128
- e = b.f9(h, g);
1129
- f = b.f9(i, g);
1128
+ e = b.ga(h, g);
1129
+ f = b.ga(i, g);
1130
1130
  return {
1131
1131
  p4: e,
1132
1132
  p5: f
1133
1133
  };
1134
1134
  }
1135
- ace(a, b, c) {
1135
+ acf(a, b, c) {
1136
1136
  if (c == 2 || c == 1) {
1137
1137
  a.add(((() => {
1138
1138
  let $ret = new ChartSelection();
@@ -1149,7 +1149,7 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
1149
1149
  })()));
1150
1150
  }
1151
1151
  }
1152
- aci(a, b, c, d) {
1152
+ acj(a, b, c, d) {
1153
1153
  if (b == -1 || c == -1) {
1154
1154
  return;
1155
1155
  }
@@ -1162,16 +1162,16 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
1162
1162
  return;
1163
1163
  }
1164
1164
  for (let e = b; e <= c; e++) {
1165
- this.ace(a, e, d);
1165
+ this.acf(a, e, d);
1166
1166
  }
1167
1167
  }
1168
- ach(a, b, c, d, e, f, g) {
1168
+ aci(a, b, c, d, e, f, g) {
1169
1169
  if (c == -1 || d == -1) {
1170
1170
  return;
1171
1171
  }
1172
1172
  for (let h = c; h <= d; h++) {
1173
- let i = Math.min(this.yn.item(h), this.ym.item(h));
1174
- let j = Math.max(this.yk.item(h), this.yl.item(h));
1173
+ let i = Math.min(this.yo.item(h), this.yn.item(h));
1174
+ let j = Math.max(this.yl.item(h), this.ym.item(h));
1175
1175
  let k = Math.min(i, j);
1176
1176
  let l = Math.max(i, j);
1177
1177
  if (k < f && e < l) {
@@ -1183,23 +1183,23 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
1183
1183
  })()));
1184
1184
  return;
1185
1185
  }
1186
- this.ace(b, h, g);
1186
+ this.acf(b, h, g);
1187
1187
  }
1188
1188
  }
1189
1189
  }
1190
1190
  bd() {
1191
- return CategoryTrendLineManagerFactory.a(null, this.xr, null, null, this.ds);
1191
+ return CategoryTrendLineManagerFactory.a(null, this.xs, null, null, this.ds);
1192
1192
  }
1193
- qr() {
1194
- super.qr();
1195
- if (this.abn.cn) {
1196
- this.abn.cl.g$m();
1193
+ qs() {
1194
+ super.qs();
1195
+ if (this.abo.cn) {
1196
+ this.abo.cl.g$m();
1197
1197
  }
1198
1198
  }
1199
1199
  }
1200
1200
  FinancialPriceSeries.$t = /*@__PURE__*/ markType(FinancialPriceSeries, 'FinancialPriceSeries', FinancialSeries.$, [ITrendLineSeries_$type]);
1201
- FinancialPriceSeries.acn = /*@__PURE__*/ DependencyProperty.i("ActualTrendLineBrush", Brush.$, FinancialPriceSeries.$, /*@__PURE__*/ new PropertyMetadata(2, null, (a, b) => a.raisePropertyChanged("ActualTrendLineBrush", b.oldValue, b.newValue)));
1202
- FinancialPriceSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, FinancialPriceSeries, 'raisePropertyChanged', ['CategoryCollisionMode:abm:aco', [CategoryCollisionMode_$type, /*@__PURE__*/ enumGetBox(CategoryCollisionMode_$type, 0)], 'CloseMemberAsLegendLabel:abw:acp', [2, null], 'CloseMemberAsLegendUnit:aby:acq', [2, null], 'DisplayType:abo:acr', [PriceDisplayType_$type, /*@__PURE__*/ enumGetBox(PriceDisplayType_$type, 0)], 'HighMemberAsLegendLabel:ab1:acs', [2, null], 'HighMemberAsLegendUnit:ab3:act', [2, null], 'LowMemberAsLegendLabel:ab5:acu', [2, null], 'LowMemberAsLegendUnit:ab7:acv', [2, null], 'NegativeOutline:ac7:acw', [Brush.$, null], 'OpenMemberAsLegendLabel:aca:acx', [2, null], 'OpenMemberAsLegendUnit:acc:acy', [2, null], 'TrendLineType::ac4', [TrendLineType_$type, /*@__PURE__*/ enumGetBox(TrendLineType_$type, 0)], 'TrendLineThickness::ac3', [1, 1.5], 'TrendLinePeriod::ac2', [1, 7], 'TrendLineBrush::acz', [Brush.$, null], 'TrendLineZIndex:abu:ac5', [1, 1001], 'TrendLineDashArray:ac8:ac0', [DoubleCollection.$], 'TrendLineDashCap:ac9:ac1', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 0)]]);
1201
+ FinancialPriceSeries.aco = /*@__PURE__*/ DependencyProperty.i("ActualTrendLineBrush", Brush.$, FinancialPriceSeries.$, /*@__PURE__*/ new PropertyMetadata(2, null, (a, b) => a.raisePropertyChanged("ActualTrendLineBrush", b.oldValue, b.newValue)));
1202
+ FinancialPriceSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, FinancialPriceSeries, 'raisePropertyChanged', ['CategoryCollisionMode:abn:acp', [CategoryCollisionMode_$type, /*@__PURE__*/ enumGetBox(CategoryCollisionMode_$type, 0)], 'CloseMemberAsLegendLabel:abx:acq', [2, null], 'CloseMemberAsLegendUnit:abz:acr', [2, null], 'DisplayType:abp:acs', [PriceDisplayType_$type, /*@__PURE__*/ enumGetBox(PriceDisplayType_$type, 0)], 'HighMemberAsLegendLabel:ab2:act', [2, null], 'HighMemberAsLegendUnit:ab4:acu', [2, null], 'LowMemberAsLegendLabel:ab6:acv', [2, null], 'LowMemberAsLegendUnit:ab8:acw', [2, null], 'NegativeOutline:ac8:acx', [Brush.$, null], 'OpenMemberAsLegendLabel:acb:acy', [2, null], 'OpenMemberAsLegendUnit:acd:acz', [2, null], 'TrendLineType::ac5', [TrendLineType_$type, /*@__PURE__*/ enumGetBox(TrendLineType_$type, 0)], 'TrendLineThickness::ac4', [1, 1.5], 'TrendLinePeriod::ac3', [1, 7], 'TrendLineBrush::ac0', [Brush.$, null], 'TrendLineZIndex:abv:ac6', [1, 1001], 'TrendLineDashArray:ac9:ac1', [DoubleCollection.$], 'TrendLineDashCap:ada:ac2', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 0)]]);
1203
1203
  return FinancialPriceSeries;
1204
1204
  })();
1205
1205
  export { FinancialPriceSeries };
@@ -1255,16 +1255,16 @@ let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
1255
1255
  a4() {
1256
1256
  super.a4();
1257
1257
  if (!this.t) {
1258
- this.cj.abo = Defaults.g;
1259
- this.cj.abh = Defaults.financialSeries_NegativeBrush;
1260
- this.cj.ac7 = Defaults.financialSeries_NegativeOutline;
1261
- this.cj.jy = Defaults.financialSeries_Thickness;
1262
- this.cj.wf = this.cj.vx;
1258
+ this.cj.abp = Defaults.g;
1259
+ this.cj.abi = Defaults.financialSeries_NegativeBrush;
1260
+ this.cj.ac8 = Defaults.financialSeries_NegativeOutline;
1261
+ this.cj.jz = Defaults.financialSeries_Thickness;
1262
+ this.cj.wg = this.cj.vy;
1263
1263
  }
1264
1264
  }
1265
1265
  get cl() {
1266
1266
  if (this.ck == null) {
1267
- this.ck = CategoryTrendLineManagerFactory.a(this.ck, this.f.a0(), this.f.td, this.f, this.f.ds);
1267
+ this.ck = CategoryTrendLineManagerFactory.a(this.ck, this.f.a0(), this.f.te, this.f, this.f.ds);
1268
1268
  }
1269
1269
  return this.ck;
1270
1270
  }
@@ -1275,17 +1275,17 @@ let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
1275
1275
  return this.ck != null;
1276
1276
  }
1277
1277
  cx() {
1278
- if (this.cj.abo == 1) {
1279
- this.c3._stroke = this.f.vt;
1278
+ if (this.cj.abp == 1) {
1279
+ this.c3._stroke = this.f.vu;
1280
1280
  }
1281
1281
  else {
1282
- this.c3._stroke = this.f.vx;
1282
+ this.c3._stroke = this.f.vy;
1283
1283
  }
1284
- if (this.cj.abo == 1) {
1285
- this.c2._stroke = this.cf.abh;
1284
+ if (this.cj.abp == 1) {
1285
+ this.c2._stroke = this.cf.abi;
1286
1286
  }
1287
1287
  else {
1288
- this.c2._stroke = this.cj.ac7;
1288
+ this.c2._stroke = this.cj.ac8;
1289
1289
  }
1290
1290
  }
1291
1291
  cr() {
@@ -1308,50 +1308,50 @@ let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
1308
1308
  return typeCast(GeometryGroup.$, this.c2.an);
1309
1309
  }
1310
1310
  cy() {
1311
- this.cj.ac6 = null;
1311
+ this.cj.ac7 = null;
1312
1312
  if (this.cj.trendLineBrush != null) {
1313
- this.cj.ac6 = this.cj.trendLineBrush;
1313
+ this.cj.ac7 = this.cj.trendLineBrush;
1314
1314
  }
1315
1315
  else {
1316
- this.cj.ac6 = this.cj.vt;
1316
+ this.cj.ac7 = this.cj.vu;
1317
1317
  }
1318
1318
  }
1319
1319
  bp() {
1320
1320
  super.bp();
1321
- this.c3.ad = this.f.il;
1322
- this.c3.ai = this.f.wm;
1323
- this.c3.aj = this.f.wn;
1324
- if (this.cj.abo == 1) {
1325
- this.c3._stroke = this.f.vt;
1321
+ this.c3.ad = this.f.im;
1322
+ this.c3.ai = this.f.wn;
1323
+ this.c3.aj = this.f.wo;
1324
+ if (this.cj.abp == 1) {
1325
+ this.c3._stroke = this.f.vu;
1326
1326
  }
1327
1327
  else {
1328
- this.c3._stroke = this.f.vx;
1329
- this.c3._fill = this.f.vt;
1328
+ this.c3._stroke = this.f.vy;
1329
+ this.c3._fill = this.f.vu;
1330
1330
  }
1331
- this.c2.ad = this.f.il;
1332
- this.c2.ai = this.f.wm;
1333
- this.c2.aj = this.f.wn;
1334
- if (this.cj.abo == 1) {
1335
- this.c2._stroke = this.cf.abh;
1331
+ this.c2.ad = this.f.im;
1332
+ this.c2.ai = this.f.wn;
1333
+ this.c2.aj = this.f.wo;
1334
+ if (this.cj.abp == 1) {
1335
+ this.c2._stroke = this.cf.abi;
1336
1336
  }
1337
1337
  else {
1338
- this.c2._stroke = this.cj.ac7;
1339
- this.c2._fill = this.cf.abh;
1338
+ this.c2._stroke = this.cj.ac8;
1339
+ this.c2._fill = this.cf.abi;
1340
1340
  }
1341
1341
  }
1342
1342
  bq() {
1343
1343
  super.bq();
1344
1344
  let a = this.b3();
1345
- this.c3.ad = this.f.il + 3;
1346
- if (this.cj.abo == 1) {
1345
+ this.c3.ad = this.f.im + 3;
1346
+ if (this.cj.abp == 1) {
1347
1347
  this.c3._stroke = a;
1348
1348
  }
1349
1349
  else {
1350
1350
  this.c3._stroke = a;
1351
1351
  this.c3._fill = a;
1352
1352
  }
1353
- this.c2.ad = this.f.il + 3;
1354
- if (this.cj.abo == 1) {
1353
+ this.c2.ad = this.f.im + 3;
1354
+ if (this.cj.abp == 1) {
1355
1355
  this.c2._stroke = a;
1356
1356
  }
1357
1357
  else {
@@ -1369,7 +1369,7 @@ let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
1369
1369
  let c = this.b4(a);
1370
1370
  this.c1._fill = c;
1371
1371
  this.c1._stroke = c;
1372
- this.c1.ad = this.f.il + 3;
1372
+ this.c1.ad = this.f.im + 3;
1373
1373
  return this.c1;
1374
1374
  }
1375
1375
  bj(a, b) {
@@ -1394,9 +1394,9 @@ let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
1394
1394
  if (this.cj.trendLineType != 0 && !b) {
1395
1395
  let c = this.cl.g$n;
1396
1396
  c.ad = this.cj.trendLineThickness;
1397
- c._stroke = this.cj.ac6;
1398
- c.ai = this.cj.ac8;
1399
- c.aj = this.cj.ac9;
1397
+ c._stroke = this.cj.ac7;
1398
+ c.ai = this.cj.ac9;
1399
+ c.aj = this.cj.ada;
1400
1400
  a.v(c);
1401
1401
  }
1402
1402
  }
@@ -1404,10 +1404,10 @@ let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
1404
1404
  }
1405
1405
  ax(a) {
1406
1406
  super.ax(a);
1407
- if (this.cj.yz()) {
1407
+ if (this.cj.y0()) {
1408
1408
  for (let b = 0; b < this.cp.count; b++) {
1409
1409
  let c = this.cp._inner[b];
1410
- if (c._fill == this.cj.abh) {
1410
+ if (c._fill == this.cj.abi) {
1411
1411
  this.f.bc.exportPathData(a, c, "negativePathShape" + b, ["Negative"]);
1412
1412
  }
1413
1413
  else {
@@ -1425,7 +1425,7 @@ let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
1425
1425
  }
1426
1426
  ct() {
1427
1427
  if (this.cn) {
1428
- this.ck = CategoryTrendLineManagerFactory.a(this.ck, this.f.a0(), this.f.td, this.f, this.f.ds);
1428
+ this.ck = CategoryTrendLineManagerFactory.a(this.ck, this.f.a0(), this.f.te, this.f, this.f.ds);
1429
1429
  }
1430
1430
  }
1431
1431
  }