igniteui-webcomponents-charts 3.2.1 → 3.2.2

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 (567) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +10178 -10093
  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 +3 -3
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +117 -117
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +185 -185
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +6 -6
  9. package/esm2015/lib/AnnotationLayerProxy.js +25 -25
  10. package/esm2015/lib/AnnotationLayer_combined.js +116 -116
  11. package/esm2015/lib/AreaSeries_combined.js +35 -35
  12. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  13. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  14. package/esm2015/lib/BarSeries_combined.js +69 -69
  15. package/esm2015/lib/BollingerBandWidthIndicator.js +19 -19
  16. package/esm2015/lib/BollingerBandsOverlay_combined.js +77 -77
  17. package/esm2015/lib/BrushScale.js +7 -7
  18. package/esm2015/lib/BubbleSeries_combined.js +227 -227
  19. package/esm2015/lib/CalloutLayer_combined.js +404 -404
  20. package/esm2015/lib/CategoryBucketCalculator_combined.js +180 -180
  21. package/esm2015/lib/CategoryChart.js +13 -13
  22. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  23. package/esm2015/lib/CategoryHighlightLayer_combined.js +49 -49
  24. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +96 -96
  25. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  26. package/esm2015/lib/CategorySeriesInteractionManager.js +3 -3
  27. package/esm2015/lib/CategoryToolTipLayer_combined.js +64 -64
  28. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  29. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  30. package/esm2015/lib/ColumnSeries_combined.js +50 -50
  31. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  32. package/esm2015/lib/CrosshairLayer_combined.js +77 -77
  33. package/esm2015/lib/CustomIndicator.js +22 -22
  34. package/esm2015/lib/DataToolTipLayer_combined.js +428 -410
  35. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  36. package/esm2015/lib/DomainChart.js +11 -8
  37. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  38. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  39. package/esm2015/lib/FinalValueLayer_combined.js +63 -63
  40. package/esm2015/lib/FinancialChart_combined.js +20 -20
  41. package/esm2015/lib/FinancialEventArgs_combined.js +509 -509
  42. package/esm2015/lib/FinancialIndicator_combined.js +168 -168
  43. package/esm2015/lib/FinancialOverlay.js +28 -28
  44. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  45. package/esm2015/lib/FinancialPriceSeriesProxy.js +14 -14
  46. package/esm2015/lib/FinancialPriceSeries_combined.js +203 -203
  47. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  48. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  49. package/esm2015/lib/HighDensityScatterSeries_combined.js +388 -388
  50. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +94 -94
  51. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  52. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  53. package/esm2015/lib/HorizontalRangeCategorySeries.js +36 -36
  54. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  55. package/esm2015/lib/IndicatorProxy.js +10 -10
  56. package/esm2015/lib/ItemToolTipLayer_combined.js +86 -68
  57. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  58. package/esm2015/lib/LineSeries_combined.js +29 -29
  59. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  60. package/esm2015/lib/MassIndexIndicator.js +6 -6
  61. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  62. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  63. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  64. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  65. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  66. package/esm2015/lib/OverlayProxy.js +7 -7
  67. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  68. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  69. package/esm2015/lib/PieChartViewManager_combined.js +1 -0
  70. package/esm2015/lib/PointSeries_combined.js +13 -13
  71. package/esm2015/lib/PointerTooltip_combined.js +75 -65
  72. package/esm2015/lib/PolarAreaSeries_combined.js +19 -19
  73. package/esm2015/lib/PolarBase_combined.js +334 -334
  74. package/esm2015/lib/PolarLineSeriesBase_combined.js +46 -46
  75. package/esm2015/lib/PolarLineSeries_combined.js +18 -18
  76. package/esm2015/lib/PolarScatterSeries_combined.js +8 -8
  77. package/esm2015/lib/PolarSplineAreaSeries_combined.js +20 -20
  78. package/esm2015/lib/PolarSplineSeries_combined.js +17 -17
  79. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  80. package/esm2015/lib/PriceChannelOverlay_combined.js +61 -61
  81. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  82. package/esm2015/lib/RadialAreaSeries_combined.js +31 -31
  83. package/esm2015/lib/RadialBucketCalculator_combined.js +129 -129
  84. package/esm2015/lib/RadialColumnSeries_combined.js +37 -37
  85. package/esm2015/lib/RadialLineSeries_combined.js +28 -28
  86. package/esm2015/lib/RadialPieSeries_combined.js +35 -35
  87. package/esm2015/lib/RangeAreaSeries_combined.js +16 -16
  88. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +77 -77
  89. package/esm2015/lib/RangeColumnSeries_combined.js +22 -22
  90. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  91. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  92. package/esm2015/lib/ScatterAreaSeries_combined.js +110 -110
  93. package/esm2015/lib/ScatterBase_combined.js +380 -380
  94. package/esm2015/lib/ScatterContourSeries_combined.js +98 -98
  95. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  96. package/esm2015/lib/ScatterLineSeries.js +43 -43
  97. package/esm2015/lib/ScatterLineSeriesView.js +2 -2
  98. package/esm2015/lib/ScatterPolygonSeries_combined.js +194 -194
  99. package/esm2015/lib/ScatterPolylineSeries_combined.js +20 -20
  100. package/esm2015/lib/ScatterSeries_combined.js +11 -11
  101. package/esm2015/lib/ScatterSplineSeries.js +30 -30
  102. package/esm2015/lib/ScatterSplineSeriesView.js +2 -2
  103. package/esm2015/lib/ScatterTriangulationSeries.js +141 -141
  104. package/esm2015/lib/SeriesInteractionManager.js +16 -16
  105. package/esm2015/lib/SeriesRenderManager.js +8 -8
  106. package/esm2015/lib/SeriesViewerInteractionManager.js +5 -5
  107. package/esm2015/lib/SeriesViewer_combined.js +462 -458
  108. package/esm2015/lib/SeriesVisualDataManager.js +2 -2
  109. package/esm2015/lib/ShapeSeriesBase_combined.js +264 -264
  110. package/esm2015/lib/SizeScale.js +2 -2
  111. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  112. package/esm2015/lib/SplineAreaSeries_combined.js +28 -28
  113. package/esm2015/lib/SplineSeriesBase_combined.js +101 -101
  114. package/esm2015/lib/SplineSeries_combined.js +20 -20
  115. package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
  116. package/esm2015/lib/Stacked100BarBucketCalculator.js +25 -23
  117. package/esm2015/lib/Stacked100BarSeries_combined.js +11 -11
  118. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +25 -23
  119. package/esm2015/lib/Stacked100ColumnSeries_combined.js +11 -11
  120. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  121. package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
  122. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  123. package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
  124. package/esm2015/lib/StackedLineSeries_combined.js +8 -8
  125. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +850 -844
  126. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  127. package/esm2015/lib/StepAreaSeries_combined.js +30 -30
  128. package/esm2015/lib/StepLineSeries_combined.js +31 -31
  129. package/esm2015/lib/StochRSIIndicator.js +15 -15
  130. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  131. package/esm2015/lib/TRIXIndicator.js +16 -16
  132. package/esm2015/lib/TimeAxisBase.js +1 -1
  133. package/esm2015/lib/TimeXAxis.js +1 -1
  134. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  135. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  136. package/esm2015/lib/ValueOverlay_combined.js +96 -96
  137. package/esm2015/lib/VerticalAnchoredCategorySeries.js +52 -52
  138. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
  139. package/esm2015/lib/WaterfallSeries_combined.js +88 -88
  140. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  141. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  142. package/esm2015/lib/igc-anchored-category-series-component.js +15 -15
  143. package/esm2015/lib/igc-anchored-radial-series-component.js +25 -25
  144. package/esm2015/lib/igc-annotation-layer-component.js +15 -15
  145. package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
  146. package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
  147. package/esm2015/lib/igc-bar-fragment-component.js +1 -1
  148. package/esm2015/lib/igc-bar-series-component.js +7 -7
  149. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  150. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +6 -6
  151. package/esm2015/lib/igc-bubble-series-component.js +43 -43
  152. package/esm2015/lib/igc-callout-layer-component.js +94 -94
  153. package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
  154. package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
  155. package/esm2015/lib/igc-category-series-component.js +15 -15
  156. package/esm2015/lib/igc-category-tool-tip-layer-component.js +10 -10
  157. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  158. package/esm2015/lib/igc-column-fragment-component.js +7 -7
  159. package/esm2015/lib/igc-column-series-component.js +10 -10
  160. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  161. package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
  162. package/esm2015/lib/igc-data-tool-tip-layer-component.js +367 -360
  163. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  164. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  165. package/esm2015/lib/igc-final-value-layer-component.js +42 -42
  166. package/esm2015/lib/igc-financial-indicator-component.js +11 -11
  167. package/esm2015/lib/igc-financial-overlay-component.js +3 -3
  168. package/esm2015/lib/igc-financial-price-series-component.js +27 -27
  169. package/esm2015/lib/igc-financial-series-component.js +48 -48
  170. package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
  171. package/esm2015/lib/igc-fragment-base-component.js +1 -1
  172. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  173. package/esm2015/lib/igc-high-density-scatter-series-component.js +52 -52
  174. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +4 -4
  175. package/esm2015/lib/igc-horizontal-range-category-series-component.js +13 -13
  176. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +2 -2
  177. package/esm2015/lib/igc-item-tool-tip-layer-component.js +22 -15
  178. package/esm2015/lib/igc-marker-series-component.js +28 -28
  179. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  180. package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
  181. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  182. package/esm2015/lib/igc-polar-area-series-component.js +3 -3
  183. package/esm2015/lib/igc-polar-base-component.js +71 -71
  184. package/esm2015/lib/igc-polar-line-series-component.js +3 -3
  185. package/esm2015/lib/igc-polar-spline-area-series-component.js +3 -3
  186. package/esm2015/lib/igc-polar-spline-series-component.js +3 -3
  187. package/esm2015/lib/igc-price-channel-overlay-component.js +3 -3
  188. package/esm2015/lib/igc-radial-area-series-component.js +3 -3
  189. package/esm2015/lib/igc-radial-base-component.js +26 -26
  190. package/esm2015/lib/igc-radial-column-series-component.js +6 -6
  191. package/esm2015/lib/igc-radial-line-series-component.js +3 -3
  192. package/esm2015/lib/igc-radial-pie-series-component.js +6 -6
  193. package/esm2015/lib/igc-range-category-series-component.js +4 -4
  194. package/esm2015/lib/igc-range-column-series-component.js +7 -7
  195. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  196. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
  197. package/esm2015/lib/igc-scatter-area-series-component.js +22 -22
  198. package/esm2015/lib/igc-scatter-base-component.js +43 -43
  199. package/esm2015/lib/igc-scatter-contour-series-component.js +27 -27
  200. package/esm2015/lib/igc-scatter-line-series-component.js +3 -3
  201. package/esm2015/lib/igc-scatter-polygon-series-component.js +37 -37
  202. package/esm2015/lib/igc-scatter-polyline-series-component.js +6 -6
  203. package/esm2015/lib/igc-scatter-spline-series-component.js +3 -3
  204. package/esm2015/lib/igc-scatter-triangulation-series-component.js +34 -34
  205. package/esm2015/lib/igc-series-component.js +54 -47
  206. package/esm2015/lib/igc-shape-series-base-component.js +40 -40
  207. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  208. package/esm2015/lib/igc-spline-fragment-base-component.js +1 -1
  209. package/esm2015/lib/igc-spline-series-base-component.js +6 -6
  210. package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
  211. package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
  212. package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
  213. package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
  214. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  215. package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
  216. package/esm2015/lib/igc-stacked-bar-series-component.js +6 -6
  217. package/esm2015/lib/igc-stacked-column-series-component.js +6 -6
  218. package/esm2015/lib/igc-stacked-series-base-component.js +10 -10
  219. package/esm2015/lib/igc-stacked-spline-area-series-component.js +3 -3
  220. package/esm2015/lib/igc-stacked-spline-series-component.js +3 -3
  221. package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
  222. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
  223. package/esm2015/lib/igc-trix-indicator-component.js +3 -3
  224. package/esm2015/lib/igc-value-overlay-component.js +48 -48
  225. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +4 -4
  226. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
  227. package/esm2015/lib/igc-waterfall-series-component.js +14 -14
  228. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
  229. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  230. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  231. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +3 -3
  232. package/esm5/lib/AnchoredCategorySeries_combined.js +116 -116
  233. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +183 -183
  234. package/esm5/lib/AngleAxisLabelPanel_combined.js +6 -6
  235. package/esm5/lib/AnnotationLayerProxy.js +25 -25
  236. package/esm5/lib/AnnotationLayer_combined.js +115 -115
  237. package/esm5/lib/AreaSeries_combined.js +35 -35
  238. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  239. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  240. package/esm5/lib/BarSeries_combined.js +69 -69
  241. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  242. package/esm5/lib/BollingerBandsOverlay_combined.js +77 -77
  243. package/esm5/lib/BrushScale.js +7 -7
  244. package/esm5/lib/BubbleSeries_combined.js +230 -230
  245. package/esm5/lib/CalloutLayer_combined.js +405 -405
  246. package/esm5/lib/CategoryBucketCalculator_combined.js +180 -180
  247. package/esm5/lib/CategoryChart.js +13 -13
  248. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  249. package/esm5/lib/CategoryHighlightLayer_combined.js +48 -48
  250. package/esm5/lib/CategoryItemHighlightLayer_combined.js +96 -96
  251. package/esm5/lib/CategoryMarkerManager.js +1 -1
  252. package/esm5/lib/CategorySeriesInteractionManager.js +3 -3
  253. package/esm5/lib/CategoryToolTipLayer_combined.js +64 -64
  254. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  255. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  256. package/esm5/lib/ColumnSeries_combined.js +49 -49
  257. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  258. package/esm5/lib/CrosshairLayer_combined.js +77 -77
  259. package/esm5/lib/CustomIndicator.js +22 -22
  260. package/esm5/lib/DataToolTipLayer_combined.js +428 -410
  261. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  262. package/esm5/lib/DomainChart.js +11 -8
  263. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  264. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  265. package/esm5/lib/FinalValueLayer_combined.js +63 -63
  266. package/esm5/lib/FinancialChart_combined.js +20 -20
  267. package/esm5/lib/FinancialEventArgs_combined.js +509 -509
  268. package/esm5/lib/FinancialIndicator_combined.js +167 -167
  269. package/esm5/lib/FinancialOverlay.js +28 -28
  270. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  271. package/esm5/lib/FinancialPriceSeriesProxy.js +14 -14
  272. package/esm5/lib/FinancialPriceSeries_combined.js +202 -202
  273. package/esm5/lib/ForceIndexIndicator.js +15 -15
  274. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  275. package/esm5/lib/HighDensityScatterSeries_combined.js +389 -389
  276. package/esm5/lib/HorizontalAnchoredCategorySeries.js +92 -92
  277. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  278. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  279. package/esm5/lib/HorizontalRangeCategorySeries.js +36 -36
  280. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  281. package/esm5/lib/IndicatorProxy.js +10 -10
  282. package/esm5/lib/ItemToolTipLayer_combined.js +86 -68
  283. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  284. package/esm5/lib/LineSeries_combined.js +29 -29
  285. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  286. package/esm5/lib/MassIndexIndicator.js +6 -6
  287. package/esm5/lib/MedianPriceIndicator.js +6 -6
  288. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  289. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  290. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  291. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  292. package/esm5/lib/OverlayProxy.js +7 -7
  293. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  294. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  295. package/esm5/lib/PieChartViewManager_combined.js +1 -0
  296. package/esm5/lib/PointSeries_combined.js +13 -13
  297. package/esm5/lib/PointerTooltip_combined.js +75 -65
  298. package/esm5/lib/PolarAreaSeries_combined.js +19 -19
  299. package/esm5/lib/PolarBase_combined.js +333 -333
  300. package/esm5/lib/PolarLineSeriesBase_combined.js +46 -46
  301. package/esm5/lib/PolarLineSeries_combined.js +18 -18
  302. package/esm5/lib/PolarScatterSeries_combined.js +8 -8
  303. package/esm5/lib/PolarSplineAreaSeries_combined.js +20 -20
  304. package/esm5/lib/PolarSplineSeries_combined.js +17 -17
  305. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  306. package/esm5/lib/PriceChannelOverlay_combined.js +61 -61
  307. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  308. package/esm5/lib/RadialAreaSeries_combined.js +31 -31
  309. package/esm5/lib/RadialBucketCalculator_combined.js +129 -129
  310. package/esm5/lib/RadialColumnSeries_combined.js +37 -37
  311. package/esm5/lib/RadialLineSeries_combined.js +28 -28
  312. package/esm5/lib/RadialPieSeries_combined.js +35 -35
  313. package/esm5/lib/RangeAreaSeries_combined.js +16 -16
  314. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +77 -77
  315. package/esm5/lib/RangeColumnSeries_combined.js +22 -22
  316. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  317. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  318. package/esm5/lib/ScatterAreaSeries_combined.js +108 -108
  319. package/esm5/lib/ScatterBase_combined.js +379 -379
  320. package/esm5/lib/ScatterContourSeries_combined.js +96 -96
  321. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  322. package/esm5/lib/ScatterLineSeries.js +43 -43
  323. package/esm5/lib/ScatterLineSeriesView.js +2 -2
  324. package/esm5/lib/ScatterPolygonSeries_combined.js +192 -192
  325. package/esm5/lib/ScatterPolylineSeries_combined.js +20 -20
  326. package/esm5/lib/ScatterSeries_combined.js +11 -11
  327. package/esm5/lib/ScatterSplineSeries.js +30 -30
  328. package/esm5/lib/ScatterSplineSeriesView.js +2 -2
  329. package/esm5/lib/ScatterTriangulationSeries.js +145 -145
  330. package/esm5/lib/SeriesInteractionManager.js +16 -16
  331. package/esm5/lib/SeriesRenderManager.js +8 -8
  332. package/esm5/lib/SeriesViewerInteractionManager.js +5 -5
  333. package/esm5/lib/SeriesViewer_combined.js +457 -453
  334. package/esm5/lib/SeriesVisualDataManager.js +2 -2
  335. package/esm5/lib/ShapeSeriesBase_combined.js +262 -262
  336. package/esm5/lib/SizeScale.js +2 -2
  337. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  338. package/esm5/lib/SplineAreaSeries_combined.js +28 -28
  339. package/esm5/lib/SplineSeriesBase_combined.js +101 -101
  340. package/esm5/lib/SplineSeries_combined.js +20 -20
  341. package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
  342. package/esm5/lib/Stacked100BarBucketCalculator.js +25 -23
  343. package/esm5/lib/Stacked100BarSeries_combined.js +11 -11
  344. package/esm5/lib/Stacked100ColumnBucketCalculator.js +25 -23
  345. package/esm5/lib/Stacked100ColumnSeries_combined.js +11 -11
  346. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  347. package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
  348. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  349. package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
  350. package/esm5/lib/StackedLineSeries_combined.js +8 -8
  351. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +849 -843
  352. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  353. package/esm5/lib/StepAreaSeries_combined.js +30 -30
  354. package/esm5/lib/StepLineSeries_combined.js +31 -31
  355. package/esm5/lib/StochRSIIndicator.js +14 -14
  356. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  357. package/esm5/lib/TRIXIndicator.js +15 -15
  358. package/esm5/lib/TimeAxisBase.js +1 -1
  359. package/esm5/lib/TimeXAxis.js +1 -1
  360. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  361. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  362. package/esm5/lib/ValueOverlay_combined.js +96 -96
  363. package/esm5/lib/VerticalAnchoredCategorySeries.js +52 -52
  364. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
  365. package/esm5/lib/WaterfallSeries_combined.js +88 -88
  366. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  367. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  368. package/esm5/lib/igc-anchored-category-series-component.js +15 -15
  369. package/esm5/lib/igc-anchored-radial-series-component.js +25 -25
  370. package/esm5/lib/igc-annotation-layer-component.js +15 -15
  371. package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
  372. package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
  373. package/esm5/lib/igc-bar-fragment-component.js +1 -1
  374. package/esm5/lib/igc-bar-series-component.js +7 -7
  375. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  376. package/esm5/lib/igc-bollinger-bands-overlay-component.js +6 -6
  377. package/esm5/lib/igc-bubble-series-component.js +43 -43
  378. package/esm5/lib/igc-callout-layer-component.js +94 -94
  379. package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
  380. package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
  381. package/esm5/lib/igc-category-series-component.js +15 -15
  382. package/esm5/lib/igc-category-tool-tip-layer-component.js +10 -10
  383. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  384. package/esm5/lib/igc-column-fragment-component.js +7 -7
  385. package/esm5/lib/igc-column-series-component.js +10 -10
  386. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  387. package/esm5/lib/igc-crosshair-layer-component.js +90 -90
  388. package/esm5/lib/igc-data-tool-tip-layer-component.js +367 -360
  389. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  390. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  391. package/esm5/lib/igc-final-value-layer-component.js +42 -42
  392. package/esm5/lib/igc-financial-indicator-component.js +11 -11
  393. package/esm5/lib/igc-financial-overlay-component.js +3 -3
  394. package/esm5/lib/igc-financial-price-series-component.js +27 -27
  395. package/esm5/lib/igc-financial-series-component.js +48 -48
  396. package/esm5/lib/igc-force-index-indicator-component.js +4 -4
  397. package/esm5/lib/igc-fragment-base-component.js +1 -1
  398. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  399. package/esm5/lib/igc-high-density-scatter-series-component.js +52 -52
  400. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +4 -4
  401. package/esm5/lib/igc-horizontal-range-category-series-component.js +13 -13
  402. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +2 -2
  403. package/esm5/lib/igc-item-tool-tip-layer-component.js +22 -15
  404. package/esm5/lib/igc-marker-series-component.js +28 -28
  405. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  406. package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
  407. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  408. package/esm5/lib/igc-polar-area-series-component.js +3 -3
  409. package/esm5/lib/igc-polar-base-component.js +71 -71
  410. package/esm5/lib/igc-polar-line-series-component.js +3 -3
  411. package/esm5/lib/igc-polar-spline-area-series-component.js +3 -3
  412. package/esm5/lib/igc-polar-spline-series-component.js +3 -3
  413. package/esm5/lib/igc-price-channel-overlay-component.js +3 -3
  414. package/esm5/lib/igc-radial-area-series-component.js +3 -3
  415. package/esm5/lib/igc-radial-base-component.js +26 -26
  416. package/esm5/lib/igc-radial-column-series-component.js +6 -6
  417. package/esm5/lib/igc-radial-line-series-component.js +3 -3
  418. package/esm5/lib/igc-radial-pie-series-component.js +6 -6
  419. package/esm5/lib/igc-range-category-series-component.js +4 -4
  420. package/esm5/lib/igc-range-column-series-component.js +7 -7
  421. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  422. package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
  423. package/esm5/lib/igc-scatter-area-series-component.js +22 -22
  424. package/esm5/lib/igc-scatter-base-component.js +43 -43
  425. package/esm5/lib/igc-scatter-contour-series-component.js +27 -27
  426. package/esm5/lib/igc-scatter-line-series-component.js +3 -3
  427. package/esm5/lib/igc-scatter-polygon-series-component.js +37 -37
  428. package/esm5/lib/igc-scatter-polyline-series-component.js +6 -6
  429. package/esm5/lib/igc-scatter-spline-series-component.js +3 -3
  430. package/esm5/lib/igc-scatter-triangulation-series-component.js +34 -34
  431. package/esm5/lib/igc-series-component.js +54 -47
  432. package/esm5/lib/igc-shape-series-base-component.js +40 -40
  433. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  434. package/esm5/lib/igc-spline-fragment-base-component.js +1 -1
  435. package/esm5/lib/igc-spline-series-base-component.js +6 -6
  436. package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
  437. package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
  438. package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
  439. package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
  440. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  441. package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
  442. package/esm5/lib/igc-stacked-bar-series-component.js +6 -6
  443. package/esm5/lib/igc-stacked-column-series-component.js +6 -6
  444. package/esm5/lib/igc-stacked-series-base-component.js +10 -10
  445. package/esm5/lib/igc-stacked-spline-area-series-component.js +3 -3
  446. package/esm5/lib/igc-stacked-spline-series-component.js +3 -3
  447. package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
  448. package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
  449. package/esm5/lib/igc-trix-indicator-component.js +3 -3
  450. package/esm5/lib/igc-value-overlay-component.js +48 -48
  451. package/esm5/lib/igc-vertical-anchored-category-series-component.js +4 -4
  452. package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
  453. package/esm5/lib/igc-waterfall-series-component.js +14 -14
  454. package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
  455. package/fesm2015/igniteui-webcomponents-charts.js +10211 -10126
  456. package/fesm5/igniteui-webcomponents-charts.js +10178 -10093
  457. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  458. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  459. package/lib/AnchoredCategorySeries_combined.d.ts +34 -34
  460. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +36 -36
  461. package/lib/AnnotationLayer_combined.d.ts +31 -31
  462. package/lib/AreaSeries_combined.d.ts +6 -6
  463. package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
  464. package/lib/AverageTrueRangeIndicator.d.ts +8 -8
  465. package/lib/BarSeries_combined.d.ts +10 -10
  466. package/lib/BollingerBandWidthIndicator.d.ts +8 -8
  467. package/lib/BollingerBandsOverlay_combined.d.ts +10 -10
  468. package/lib/BubbleSeries_combined.d.ts +38 -38
  469. package/lib/CalloutLayer_combined.d.ts +83 -83
  470. package/lib/CategoryBucketCalculator_combined.d.ts +49 -49
  471. package/lib/CategoryHighlightLayer_combined.d.ts +14 -14
  472. package/lib/CategoryItemHighlightLayer_combined.d.ts +24 -24
  473. package/lib/CategoryToolTipLayer_combined.d.ts +13 -13
  474. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  475. package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
  476. package/lib/ColumnSeries_combined.d.ts +10 -10
  477. package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
  478. package/lib/CrosshairLayer_combined.d.ts +37 -37
  479. package/lib/CustomIndicator.d.ts +8 -8
  480. package/lib/DataToolTipLayer_combined.d.ts +117 -115
  481. package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
  482. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  483. package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
  484. package/lib/FinalValueLayer_combined.d.ts +25 -25
  485. package/lib/FinancialEventArgs_combined.d.ts +90 -90
  486. package/lib/FinancialIndicator_combined.d.ts +26 -26
  487. package/lib/FinancialOverlay.d.ts +4 -4
  488. package/lib/FinancialPriceSeries_combined.d.ts +30 -30
  489. package/lib/ForceIndexIndicator.d.ts +9 -9
  490. package/lib/FullStochasticOscillatorIndicator.d.ts +13 -13
  491. package/lib/HighDensityScatterSeries_combined.d.ts +74 -74
  492. package/lib/HorizontalAnchoredCategorySeries.d.ts +19 -19
  493. package/lib/HorizontalRangeCategorySeries.d.ts +10 -10
  494. package/lib/ItemToolTipLayer_combined.d.ts +17 -15
  495. package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
  496. package/lib/LineSeries_combined.d.ts +5 -5
  497. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  498. package/lib/MassIndexIndicator.d.ts +4 -4
  499. package/lib/MedianPriceIndicator.d.ts +4 -4
  500. package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
  501. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  502. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  503. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  504. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  505. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  506. package/lib/PointSeries_combined.d.ts +4 -4
  507. package/lib/PointerTooltip_combined.d.ts +27 -25
  508. package/lib/PolarAreaSeries_combined.d.ts +7 -7
  509. package/lib/PolarBase_combined.d.ts +81 -81
  510. package/lib/PolarLineSeriesBase_combined.d.ts +18 -18
  511. package/lib/PolarLineSeries_combined.d.ts +7 -7
  512. package/lib/PolarScatterSeries_combined.d.ts +3 -3
  513. package/lib/PolarSplineAreaSeries_combined.d.ts +7 -7
  514. package/lib/PolarSplineSeries_combined.d.ts +6 -6
  515. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  516. package/lib/PriceChannelOverlay_combined.d.ts +8 -8
  517. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  518. package/lib/RadialAreaSeries_combined.d.ts +6 -6
  519. package/lib/RadialBucketCalculator_combined.d.ts +32 -32
  520. package/lib/RadialColumnSeries_combined.d.ts +5 -5
  521. package/lib/RadialLineSeries_combined.d.ts +6 -6
  522. package/lib/RadialPieSeries_combined.d.ts +6 -6
  523. package/lib/RangeAreaSeries_combined.d.ts +4 -4
  524. package/lib/RangeCategoryBucketCalculator_combined.d.ts +14 -14
  525. package/lib/RangeColumnSeries_combined.d.ts +5 -5
  526. package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
  527. package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
  528. package/lib/ScatterAreaSeries_combined.d.ts +21 -21
  529. package/lib/ScatterBase_combined.d.ts +80 -80
  530. package/lib/ScatterContourSeries_combined.d.ts +15 -15
  531. package/lib/ScatterLineSeries.d.ts +9 -9
  532. package/lib/ScatterPolygonSeries_combined.d.ts +36 -36
  533. package/lib/ScatterPolylineSeries_combined.d.ts +8 -8
  534. package/lib/ScatterSeries_combined.d.ts +3 -3
  535. package/lib/ScatterSplineSeries.d.ts +7 -7
  536. package/lib/ScatterTriangulationSeries.d.ts +29 -29
  537. package/lib/SeriesViewer_combined.d.ts +137 -136
  538. package/lib/ShapeSeriesBase_combined.d.ts +69 -69
  539. package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
  540. package/lib/SplineAreaSeries_combined.d.ts +5 -5
  541. package/lib/SplineSeriesBase_combined.d.ts +17 -17
  542. package/lib/SplineSeries_combined.d.ts +4 -4
  543. package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
  544. package/lib/Stacked100BarSeries_combined.d.ts +5 -5
  545. package/lib/Stacked100ColumnSeries_combined.d.ts +5 -5
  546. package/lib/Stacked100LineSeries_combined.d.ts +4 -4
  547. package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
  548. package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
  549. package/lib/StackedLineSeries_combined.d.ts +2 -2
  550. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +149 -149
  551. package/lib/StandardDeviationIndicator.d.ts +8 -8
  552. package/lib/StepAreaSeries_combined.d.ts +6 -6
  553. package/lib/StepLineSeries_combined.d.ts +5 -5
  554. package/lib/StochRSIIndicator.d.ts +8 -8
  555. package/lib/StrategyBasedIndicator.d.ts +19 -19
  556. package/lib/TRIXIndicator.d.ts +8 -8
  557. package/lib/TypicalPriceIndicator.d.ts +4 -4
  558. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  559. package/lib/ValueOverlay_combined.d.ts +31 -31
  560. package/lib/VerticalAnchoredCategorySeries.d.ts +13 -13
  561. package/lib/WaterfallSeries_combined.d.ts +13 -13
  562. package/lib/WeightedCloseIndicator.d.ts +4 -4
  563. package/lib/WilliamsPercentRIndicator.d.ts +8 -8
  564. package/lib/igc-data-tool-tip-layer-component.d.ts +5 -0
  565. package/lib/igc-item-tool-tip-layer-component.d.ts +5 -0
  566. package/lib/igc-series-component.d.ts +5 -0
  567. package/package.json +2 -2
@@ -50,9 +50,9 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
50
50
  constructor() {
51
51
  super();
52
52
  this.ab = FinancialPriceSeries.$;
53
- this.qf = new CategoryFrame(5);
54
- this.qh = new CategoryFrame(5);
55
- this.qd = new CategoryFrame(5);
53
+ this.qg = new CategoryFrame(5);
54
+ this.qi = new CategoryFrame(5);
55
+ this.qe = new CategoryFrame(5);
56
56
  }
57
57
  get_ds() {
58
58
  return true;
@@ -66,29 +66,29 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
66
66
  bx() {
67
67
  return new FinancialPriceSeriesView(this);
68
68
  }
69
- ly(a) {
70
- super.ly(a);
71
- this.tm = a;
69
+ lz(a) {
70
+ super.lz(a);
71
+ this.tn = a;
72
72
  }
73
- get uu() {
74
- return this.c(FinancialPriceSeries.uc);
73
+ get uv() {
74
+ return this.c(FinancialPriceSeries.ud);
75
75
  }
76
- set uu(a) {
77
- this.h(FinancialPriceSeries.uc, a);
76
+ set uv(a) {
77
+ this.h(FinancialPriceSeries.ud, a);
78
78
  }
79
79
  k0(a, b, c, d) {
80
80
  super.k0(a, b, c, d);
81
- if (this.qb != null && typeCast(ISortingAxis_$type, this.qb) !== null) {
82
- this.qb.i$i();
81
+ if (this.qc != null && typeCast(ISortingAxis_$type, this.qc) !== null) {
82
+ this.qc.i$i();
83
83
  }
84
- this.tm.bx.e(this.ft);
85
- if (this.tm.b7) {
86
- this.tm.b5.g$e(a, b, c, d);
84
+ this.tn.bx.e(this.ft);
85
+ if (this.tn.b7) {
86
+ this.tn.b5.g$e(a, b, c, d);
87
87
  }
88
- if (this.qx != null) {
89
- this.qx.c0();
88
+ if (this.qy != null) {
89
+ this.qy.c0();
90
90
  }
91
- this.mh(true);
91
+ this.mi(true);
92
92
  }
93
93
  bp() {
94
94
  if (this.bq == 0) {
@@ -98,20 +98,20 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
98
98
  return super.bp();
99
99
  }
100
100
  }
101
- pu(a) {
102
- if (this.qd == null || this.qd.f.count == 0) {
101
+ pv(a) {
102
+ if (this.qe == null || this.qe.f.count == 0) {
103
103
  return Rect.empty;
104
104
  }
105
- let b = this.pg(a);
105
+ let b = this.ph(a);
106
106
  let c = this.b0.bv;
107
107
  let d = this.b0.bu;
108
108
  let e = this.getEffectiveViewport1(this.b0);
109
- let f = this.aj(this.qb, this.qd.f, this.r8(this.b0), this.sa(this.b0), a, true);
109
+ let f = this.aj(this.qc, this.qe.f, this.r9(this.b0), this.sb(this.b0), a, true);
110
110
  let g = f[0];
111
111
  let h = f[1];
112
112
  let i = Math.abs(b.x - g[0]);
113
113
  let j = Math.abs(b.x - h[0]);
114
- let k = this.to(this.qs, e);
114
+ let k = this.tp(this.qt, e);
115
115
  k = Math.max(k, 3);
116
116
  let l = (k - 1) / 2;
117
117
  if (i < j) {
@@ -139,7 +139,7 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
139
139
  return new Rect(0, v, ac, Math.abs(x - v), ad - ac);
140
140
  }
141
141
  }
142
- tl(a, b) {
142
+ tm(a, b) {
143
143
  let c = a[0] - b;
144
144
  let d = a[0];
145
145
  let e = a[0] + b;
@@ -153,7 +153,7 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
153
153
  let m = Math.max(g, h);
154
154
  let n = Math.min(f, i);
155
155
  let o = Math.max(f, i);
156
- if (this.tn == 1) {
156
+ if (this.to == 1) {
157
157
  let p = new Array(3);
158
158
  let q = new Rect(0, c, f, b, 0);
159
159
  let r = new Rect(0, d, i, b, 0);
@@ -174,23 +174,23 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
174
174
  }
175
175
  ak(a) {
176
176
  let b = new List$1(Rect.$, 0);
177
- let c = this.pg(a);
177
+ let c = this.ph(a);
178
178
  let d = this.b0.bv;
179
179
  let e = this.b0.bu;
180
180
  let f = this.getEffectiveViewport1(this.b0);
181
- let g = this.aj(this.qb, this.qd.f, this.r8(this.b0), this.sa(this.b0), a, true);
181
+ let g = this.aj(this.qc, this.qe.f, this.r9(this.b0), this.sb(this.b0), a, true);
182
182
  let h = g[0];
183
183
  let i = g[1];
184
184
  let j = Math.abs(c.x - h[0]);
185
185
  let k = Math.abs(c.x - i[0]);
186
- let l = this.to(this.qs, f);
186
+ let l = this.tp(this.qt, f);
187
187
  l = Math.max(l, 3);
188
188
  let m = (l - 1) / 2;
189
189
  if (j < k) {
190
- return this.tl(h, m);
190
+ return this.tm(h, m);
191
191
  }
192
192
  else {
193
- return this.tl(i, m);
193
+ return this.tm(i, m);
194
194
  }
195
195
  }
196
196
  ev(a, b) {
@@ -200,7 +200,7 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
200
200
  return false;
201
201
  }
202
202
  ey(a, b) {
203
- let c = this.pv(a);
203
+ let c = this.pw(a);
204
204
  if (c.isEmpty) {
205
205
  return false;
206
206
  }
@@ -219,10 +219,10 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
219
219
  }
220
220
  return false;
221
221
  }
222
- l3(a, b, c, d) {
222
+ l4(a, b, c, d) {
223
223
  switch (b) {
224
224
  case FinancialSeries.$$p[9]:
225
- this.tm.cd();
225
+ this.tn.cd();
226
226
  if (this.cd != null) {
227
227
  this.cd.li();
228
228
  }
@@ -230,49 +230,49 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
230
230
  case "TrendLineType":
231
231
  let e = EnumUtil.getEnumValue(TrendLineType_$type, d);
232
232
  if (e != 0) {
233
- this.tm.b5 = CategoryTrendLineManagerFactory.a(this.tm.b5, this.qb, this.m9, this, this.cn);
233
+ this.tn.b5 = CategoryTrendLineManagerFactory.a(this.tn.b5, this.qc, this.na, this, this.cn);
234
234
  }
235
235
  break;
236
236
  }
237
- super.l3(a, b, c, d);
238
- if (this.tm.b7 && this.tm.b5 != null && this.tm.b5.g$b(a, b, c, d)) {
239
- this.mh(false);
240
- this.lo();
237
+ super.l4(a, b, c, d);
238
+ if (this.tn.b7 && this.tn.b5 != null && this.tn.b5.g$b(a, b, c, d)) {
239
+ this.mi(false);
240
+ this.lp();
241
241
  }
242
242
  switch (b) {
243
243
  case FinancialPriceSeries.$$p[2]:
244
- if (this.m9 != null) {
245
- this.ub();
246
- this.mw();
247
- this.qd.w();
248
- this.s4(this.qd, this.tm);
244
+ if (this.na != null) {
245
+ this.uc();
246
+ this.mx();
247
+ this.qe.w();
248
+ this.s5(this.qe, this.tn);
249
249
  }
250
- this.lo();
250
+ this.lp();
251
251
  break;
252
252
  case "ActualHighlightingMode":
253
- this.mh(true);
253
+ this.mi(true);
254
254
  break;
255
255
  case "TrendLineBrush":
256
- this.mv();
256
+ this.mw();
257
257
  break;
258
258
  case "TrendLineType":
259
- this.lo();
259
+ this.lp();
260
260
  break;
261
261
  case FinancialSeries.$$p[5]:
262
262
  case FinancialPriceSeries.$$p[7]:
263
- this.l0();
263
+ this.l1();
264
264
  break;
265
265
  }
266
266
  }
267
- ub() {
268
- this.tm.ch();
267
+ uc() {
268
+ this.tn.ch();
269
269
  if (this.bz != null) {
270
270
  this.bz.ch();
271
271
  }
272
272
  }
273
273
  ap(a) {
274
- if (a != null && a == this.qx && this.q6 != null && !isNaN_(this.q6.minimum) && this.q5 != null && !isNaN_(this.q5.maximum)) {
275
- return new AxisRange(this.q6.minimum, this.q5.maximum);
274
+ if (a != null && a == this.qy && this.q7 != null && !isNaN_(this.q7.minimum) && this.q6 != null && !isNaN_(this.q6.maximum)) {
275
+ return new AxisRange(this.q7.minimum, this.q6.maximum);
276
276
  }
277
277
  return null;
278
278
  }
@@ -280,21 +280,21 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
280
280
  if (a.isEmpty && this.cd != null) {
281
281
  a = this.cd.sf;
282
282
  }
283
- if (this.q6 == null || this.q5 == null) {
283
+ if (this.q7 == null || this.q6 == null) {
284
284
  return null;
285
285
  }
286
- let b = this.pq(this.b0);
287
- let c = new ScalerParams(0, a, this.cd.su, this.qb.cg, this.getEffectiveViewport());
288
- let d = (this.qb.el(b.left, c));
289
- let e = (this.qb.el(b.right, c));
290
- if (this.qb.cg) {
286
+ let b = this.pr(this.b0);
287
+ let c = new ScalerParams(0, a, this.cd.su, this.qc.cg, this.getEffectiveViewport());
288
+ let d = (this.qc.el(b.left, c));
289
+ let e = (this.qc.el(b.right, c));
290
+ if (this.qc.cg) {
291
291
  let f = d;
292
292
  d = e;
293
293
  e = f;
294
294
  }
295
295
  let g = null;
296
- if (this.qb.cm) {
297
- g = this.qb;
296
+ if (this.qc.cm) {
297
+ g = this.qc;
298
298
  d = g.i$f(d);
299
299
  e = g.i$f(e);
300
300
  }
@@ -302,8 +302,8 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
302
302
  d = Math.floor(d);
303
303
  e = Math.ceil(e);
304
304
  }
305
- d = Math.max(0, Math.min(this.q6.count - 1, d));
306
- e = Math.max(0, Math.min(this.q6.count - 1, e));
305
+ d = Math.max(0, Math.min(this.q7.count - 1, d));
306
+ e = Math.max(0, Math.min(this.q7.count - 1, e));
307
307
  let h = 1.7976931348623157E+308;
308
308
  let i = -1.7976931348623157E+308;
309
309
  for (let j = truncate(d); j <= truncate(e); j++) {
@@ -311,14 +311,14 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
311
311
  if (g != null) {
312
312
  k = g.i$b._inner[j];
313
313
  }
314
- let l = this.q6.item(k);
315
- if (this.q6.mayContainUnknowns) {
314
+ let l = this.q7.item(k);
315
+ if (this.q7.mayContainUnknowns) {
316
316
  if (isInfinity(l) || isNaN_(l)) {
317
317
  continue;
318
318
  }
319
319
  }
320
- let m = this.q5.item(k);
321
- if (this.q5.mayContainUnknowns) {
320
+ let m = this.q6.item(k);
321
+ if (this.q6.mayContainUnknowns) {
322
322
  if (isInfinity(m) || isNaN_(m)) {
323
323
  continue;
324
324
  }
@@ -327,11 +327,11 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
327
327
  i = Math.max(i, m);
328
328
  }
329
329
  let n = new AxisRange(h, i);
330
- n = this.ao(n, this.qx, a);
330
+ n = this.ao(n, this.qy, a);
331
331
  return n;
332
332
  }
333
333
  gc() {
334
- return Series.gd(this.q7, typeCast(ISortingAxis_$type, this.qb));
334
+ return Series.gd(this.q8, typeCast(ISortingAxis_$type, this.qc));
335
335
  }
336
336
  en(a) {
337
337
  let b = this.ck != null ? this.ck.indexOf(a) : -1;
@@ -339,11 +339,11 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
339
339
  c = c.copy();
340
340
  let d = this.b0.bu;
341
341
  let e = new Rect(0, 0, 0, 1, 1);
342
- let f = this.ps(this.b0);
342
+ let f = this.pt(this.b0);
343
343
  if (b >= 0 && Rect.l_op_Inequality(c, null) && Rect.l_op_Inequality(d, null)) {
344
- if (this.qb != null) {
345
- let g = new ScalerParams(0, e, e, this.qb.cg, f);
346
- let h = this.qb.ei(b, g);
344
+ if (this.qc != null) {
345
+ let g = new ScalerParams(0, e, e, this.qc.cg, f);
346
+ let h = this.qc.ei(b, g);
347
347
  if (h < c.left + 0.1 * c.width) {
348
348
  h = h + 0.4 * c.width;
349
349
  }
@@ -352,11 +352,11 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
352
352
  }
353
353
  c.x = h - 0.5 * c.width;
354
354
  }
355
- if (this.qx != null && this.q6 != null && this.q5 != null && b < this.q6.count && b < this.q5.count) {
356
- let i = new ScalerParams(0, e, e, this.qx.cg, f);
355
+ if (this.qy != null && this.q7 != null && this.q6 != null && b < this.q7.count && b < this.q6.count) {
356
+ let i = new ScalerParams(0, e, e, this.qy.cg, f);
357
357
  i.b = this.gc();
358
- let j = this.qx.ei(this.q6.item(b), i);
359
- let k = this.qx.ei(this.q5.item(b), i);
358
+ let j = this.qy.ei(this.q7.item(b), i);
359
+ let k = this.qy.ei(this.q6.item(b), i);
360
360
  if (!isNaN_(j) && !isNaN_(k)) {
361
361
  let l = Math.abs(j - k);
362
362
  if (c.height < l) {
@@ -380,18 +380,18 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
380
380
  }
381
381
  e9(a, b, c) {
382
382
  let d = super.e9(a, b, c);
383
- if (this.q7 == null || this.q4 == null || this.q5 == null || this.q6 == null) {
383
+ if (this.q8 == null || this.q5 == null || this.q6 == null || this.q7 == null) {
384
384
  d = false;
385
385
  }
386
386
  return d;
387
387
  }
388
- s2(a, b) {
389
- super.s2(a, b);
388
+ s3(a, b) {
389
+ super.s3(a, b);
390
390
  let c = b.bv;
391
391
  let d = b.bu;
392
392
  let e = this.getEffectiveViewport1(b);
393
- let f = this.qb;
394
- let g = this.qx;
393
+ let f = this.qc;
394
+ let g = this.qy;
395
395
  let h = new ScalerParams(0, c, d, f.cg, e);
396
396
  let i = ((() => {
397
397
  let $ret = new ScalerParams(0, c, d, g.cg, e);
@@ -402,22 +402,22 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
402
402
  a.m.clear();
403
403
  a.p.clear();
404
404
  let j = 0;
405
- let k = typeCast(ISortingAxis_$type, this.qb);
405
+ let k = typeCast(ISortingAxis_$type, this.qc);
406
406
  if (k != null && (k.i$b == null || k.i$b.count != this.ck.count)) {
407
407
  return;
408
408
  }
409
- j = this.r2(c, d, e);
409
+ j = this.r3(c, d, e);
410
410
  let l = typeCast(FinancialPriceSeriesView.$, b);
411
411
  let m = this.ft;
412
412
  if (this.trendLineType != 0) {
413
413
  let n = new Array(this.ck.count);
414
414
  let o = 0;
415
- for (let p of fromEnum(this.rt)) {
415
+ for (let p of fromEnum(this.ru)) {
416
416
  n[o] = p;
417
417
  o++;
418
418
  }
419
- if (this.tm.b7) {
420
- this.tm.b5.prepareLineCore(a.p, this.trendLineType, boxArray$1(n), this.trendLinePeriod, (q) => this.qb.ei(q, h), (q) => this.qx.ei(q, i), ((() => {
419
+ if (this.tn.b7) {
420
+ this.tn.b5.prepareLineCore(a.p, this.trendLineType, boxArray$1(n), this.trendLinePeriod, (q) => this.qc.ei(q, h), (q) => this.qy.ei(q, i), ((() => {
421
421
  let $ret = new TrendResolutionParams();
422
422
  $ret.c = b.bx.b;
423
423
  $ret.d = b.bx.c;
@@ -429,7 +429,7 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
429
429
  })()));
430
430
  }
431
431
  }
432
- let q = this.qb.el(2, h) - this.qb.el(1, h);
432
+ let q = this.qc.el(2, h) - this.qc.el(1, h);
433
433
  for (let r = b.bx.c; r <= b.bx.d; ++r) {
434
434
  let s;
435
435
  if (k == null) {
@@ -438,10 +438,10 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
438
438
  else {
439
439
  let t = k.i$b._inner[r];
440
440
  let u = k.i$d(t);
441
- let v = this.q7.item(t);
442
- let w = this.q5.item(t);
443
- let x = this.q6.item(t);
444
- let y = this.q4.item(t);
441
+ let v = this.q8.item(t);
442
+ let w = this.q6.item(t);
443
+ let x = this.q7.item(t);
444
+ let y = this.q5.item(t);
445
445
  let z = v;
446
446
  let aa = w;
447
447
  let ab = x;
@@ -454,13 +454,13 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
454
454
  break;
455
455
  }
456
456
  r++;
457
- aa = Math.max(aa, this.q5.item(t));
458
- ab = Math.min(ab, this.q6.item(t));
459
- ac = this.q4.item(t);
457
+ aa = Math.max(aa, this.q6.item(t));
458
+ ab = Math.min(ab, this.q7.item(t));
459
+ ac = this.q5.item(t);
460
460
  }
461
461
  let ae = NaN;
462
462
  if (!isNaN_(u)) {
463
- ae = this.qb.ei(u, h);
463
+ ae = this.qc.ei(u, h);
464
464
  }
465
465
  s = [ae, z, aa, ab, ac];
466
466
  }
@@ -491,26 +491,26 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
491
491
  c.b5.g$d();
492
492
  }
493
493
  }
494
- m4(a, b) {
495
- super.m4(a, b);
494
+ m5(a, b) {
495
+ super.m5(a, b);
496
496
  if (this.cd != null) {
497
497
  this.cd.li();
498
498
  }
499
499
  }
500
- p0(a, b) {
501
- if (this.qb != null && this.qb.categoryMode == 0) {
500
+ p1(a, b) {
501
+ if (this.qc != null && this.qc.categoryMode == 0) {
502
502
  let c = this.getEffectiveViewport1(this.b0);
503
- let d = this.to(this.qs, c) / 2;
503
+ let d = this.tp(this.qt, c) / 2;
504
504
  return new Thickness(1, d, 0, d, 0);
505
505
  }
506
- return super.p0(a, b);
506
+ return super.p1(a, b);
507
507
  }
508
508
  get_c2() {
509
509
  return true;
510
510
  }
511
- s4(a, b) {
512
- super.s4(a, b);
513
- if (this.qb == null || this.qx == null) {
511
+ s5(a, b) {
512
+ super.s5(a, b);
513
+ if (this.qc == null || this.qy == null) {
514
514
  return;
515
515
  }
516
516
  let c = false;
@@ -518,9 +518,9 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
518
518
  c = true;
519
519
  b.b2(a);
520
520
  }
521
- this.qk.a0(this, this.rj(), runOn(this, this.p3), this.r8(b), this.sa(b));
521
+ this.ql.a0(this, this.rk(), runOn(this, this.p4), this.r9(b), this.sb(b));
522
522
  let d = false;
523
- let e = this.qk.b;
523
+ let e = this.ql.b;
524
524
  if (e != null) {
525
525
  d = true;
526
526
  }
@@ -534,36 +534,36 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
534
534
  f.b5.g$g(a.p);
535
535
  }
536
536
  if (d) {
537
- this.ua(a, b, c);
537
+ this.ub(a, b, c);
538
538
  }
539
539
  else {
540
540
  f.b6.count = 0;
541
- this.t9(a, b);
541
+ this.ua(a, b);
542
542
  }
543
543
  }
544
544
  ga() {
545
545
  let a = this.getEffectiveViewport1(this.b0);
546
- return this.to(this.qs, a);
546
+ return this.tp(this.qt, a);
547
547
  }
548
- ua(a, b, c) {
549
- let d = this.tn;
548
+ ub(a, b, c) {
549
+ let d = this.to;
550
550
  let e = this.getEffectiveViewport1(b);
551
- let f = this.to(b, e);
551
+ let f = this.tp(b, e);
552
552
  let g = (f - 1) / 2;
553
553
  let h = typeCast(FinancialPriceSeriesView.$, b);
554
554
  h.b8 = true;
555
555
  let i = a.f;
556
556
  let j = 0;
557
557
  let k = this.ck.count;
558
- let l = this.qb;
558
+ let l = this.qc;
559
559
  let m = new ScalerParams(0, b.bv, b.bu, l.cg, e);
560
- let n = this.oy;
561
- let o = this.th;
560
+ let n = this.oz;
561
+ let o = this.ti;
562
562
  if (o == null) {
563
563
  o = n;
564
564
  }
565
- let p = this.o1;
566
- let q = this.uv;
565
+ let p = this.o2;
566
+ let q = this.uw;
567
567
  if (q == null) {
568
568
  q = p;
569
569
  }
@@ -659,25 +659,25 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
659
659
  }
660
660
  }
661
661
  if (aa) {
662
- this.qk.ak = o;
663
- this.qk.ag = o;
664
- this.qk.ah = q;
665
- this.qk.al = q;
666
- this.qk.f = true;
662
+ this.ql.ak = o;
663
+ this.ql.ag = o;
664
+ this.ql.ah = q;
665
+ this.ql.al = q;
666
+ this.ql.f = true;
667
667
  }
668
668
  else {
669
- this.qk.ak = n;
670
- this.qk.ag = n;
671
- this.qk.ah = p;
672
- this.qk.al = p;
673
- this.qk.f = false;
669
+ this.ql.ak = n;
670
+ this.ql.ag = n;
671
+ this.ql.ah = p;
672
+ this.ql.al = p;
673
+ this.ql.f = false;
674
674
  }
675
- this.s1(i, r, k, l, m, b.q);
675
+ this.s2(i, r, k, l, m, b.q);
676
676
  if (d == 1) {
677
- this.qk.ad(z, true, false, false, false);
677
+ this.ql.ad(z, true, false, false, false);
678
678
  }
679
679
  else {
680
- this.qk.ad(z, false, false, false, false);
680
+ this.ql.ad(z, false, false, false, false);
681
681
  }
682
682
  if (c) {
683
683
  z.ak = ab;
@@ -686,16 +686,16 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
686
686
  h.b6.count = j;
687
687
  h.cc();
688
688
  }
689
- to(a, b) {
690
- let c = this.qb.k3(a.bv, a.bu, b);
689
+ tp(a, b) {
690
+ let c = this.qc.k3(a.bv, a.bu, b);
691
691
  c = Math.max(c, this.ft * 0.9);
692
692
  c = Math.max(c, 3);
693
693
  return c;
694
694
  }
695
- t9(a, b) {
696
- let c = this.tn;
695
+ ua(a, b) {
696
+ let c = this.to;
697
697
  let d = this.getEffectiveViewport1(b);
698
- let e = this.to(b, d);
698
+ let e = this.tp(b, d);
699
699
  let f = (e - 1) / 2;
700
700
  let g = typeCast(FinancialPriceSeriesView.$, b);
701
701
  let h = g.ck();
@@ -763,36 +763,36 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
763
763
  }
764
764
  }
765
765
  hz(a, b) {
766
- if (this.tm.b7 && a == this.tm.b5.g$j) {
766
+ if (this.tn.b7 && a == this.tn.b5.g$j) {
767
767
  return null;
768
768
  }
769
769
  return super.hz(a, b);
770
770
  }
771
- mv() {
772
- super.mv();
771
+ mw() {
772
+ super.mw();
773
773
  if (this.index < 0) {
774
774
  return;
775
775
  }
776
- this.tm.ci();
776
+ this.tn.ci();
777
777
  }
778
778
  k7(a) {
779
779
  super.k7(a);
780
- if (this.tm.b7) {
781
- this.a8.exportTrendlineData(this, a, this.tm.b5.g$j);
780
+ if (this.tn.b7) {
781
+ this.a8.exportTrendlineData(this, a, this.tn.b5.g$j);
782
782
  }
783
783
  }
784
- o9() {
785
- return this.uv;
784
+ pa() {
785
+ return this.uw;
786
786
  }
787
- mm(a, b) {
788
- super.mm(a, b);
789
- this.uv = b;
787
+ mn(a, b) {
788
+ super.mn(a, b);
789
+ this.uw = b;
790
790
  }
791
791
  ba(a) {
792
- if (this.tn == 0) {
792
+ if (this.to == 0) {
793
793
  return 3;
794
794
  }
795
- else if (this.tn == 1) {
795
+ else if (this.to == 1) {
796
796
  if (this.a9 == 1) {
797
797
  return 3;
798
798
  }
@@ -806,16 +806,16 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
806
806
  let e = this.gf(c, false, false);
807
807
  let f = new DataLegendSeriesValueInfo();
808
808
  f.a = 4;
809
- f.l = this.r3(c, false, false);
810
- f.p = this.sf != null ? this.sf : "Close";
811
- f.q = this.tr != null ? this.tr : "C:";
812
- f.r = this.tt != null ? this.tt : "";
809
+ f.l = this.r4(c, false, false);
810
+ f.p = this.sg != null ? this.sg : "Close";
811
+ f.q = this.ts != null ? this.ts : "C:";
812
+ f.r = this.tu != null ? this.tu : "";
813
813
  let g = new DataLegendSeriesValueInfo();
814
- g.l = this.r4(c, false, false);
814
+ g.l = this.r5(c, false, false);
815
815
  g.a = 3;
816
- g.p = this.sr != null ? this.sr : "Open";
817
- g.q = this.t5 != null ? this.t5 : "O:";
818
- g.r = this.t7 != null ? this.t7 : "";
816
+ g.p = this.ss != null ? this.ss : "Open";
817
+ g.q = this.t6 != null ? this.t6 : "O:";
818
+ g.r = this.t8 != null ? this.t8 : "";
819
819
  g.k = true;
820
820
  let h = new DataLegendSeriesValueInfo();
821
821
  h.l = (f.l - g.l) / g.l * 100;
@@ -837,22 +837,22 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
837
837
  h.d = false;
838
838
  h.n = 1;
839
839
  h.m = 1;
840
- g.x = h.l >= 0 ? this.oy : this.th;
841
- f.x = h.l >= 0 ? this.oy : this.th;
842
- h.x = h.l >= 0 ? this.oy : this.th;
840
+ g.x = h.l >= 0 ? this.oz : this.ti;
841
+ f.x = h.l >= 0 ? this.oz : this.ti;
842
+ h.x = h.l >= 0 ? this.oz : this.ti;
843
843
  let i = new DataLegendSeriesValueInfo();
844
844
  i.l = e > d ? d : e;
845
845
  i.a = 1;
846
- i.p = this.sn != null ? this.sn : "Low";
847
- i.q = this.t0 != null ? this.t0 : "L:";
848
- i.r = this.t2 != null ? this.t2 : "";
846
+ i.p = this.so != null ? this.so : "Low";
847
+ i.q = this.t1 != null ? this.t1 : "L:";
848
+ i.r = this.t3 != null ? this.t3 : "";
849
849
  i.k = true;
850
850
  let j = new DataLegendSeriesValueInfo();
851
851
  j.l = e > d ? e : d;
852
852
  j.a = 2;
853
- j.p = this.si != null ? this.si : "High";
854
- j.q = this.tw != null ? this.tw : "H:";
855
- j.r = this.ty != null ? this.ty : "";
853
+ j.p = this.sj != null ? this.sj : "High";
854
+ j.q = this.tx != null ? this.tx : "H:";
855
+ j.r = this.tz != null ? this.tz : "";
856
856
  j.k = true;
857
857
  let k = new DataLegendSeriesValueInfo();
858
858
  k.l = (j.l + i.l + f.l) / 3;
@@ -863,9 +863,9 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
863
863
  k.r = "";
864
864
  k.k = true;
865
865
  let l = new DataLegendSeriesValueInfo();
866
- l.l = this.r5(c, false, false);
866
+ l.l = this.r6(c, false, false);
867
867
  l.a = 8;
868
- l.p = this.sv != null ? this.sv : "Volume";
868
+ l.p = this.sw != null ? this.sw : "Volume";
869
869
  l.q = "VOL:";
870
870
  l.r = "";
871
871
  l.k = true;
@@ -889,8 +889,8 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
889
889
  }
890
890
  }
891
891
  FinancialPriceSeries.$t = /*@__PURE__*/ markType(FinancialPriceSeries, 'FinancialPriceSeries', FinancialSeries.$, [ITrendLineSeries_$type]);
892
- FinancialPriceSeries.uc = /*@__PURE__*/ DependencyProperty.i("ActualTrendLineBrush", Brush.$, FinancialPriceSeries.$, /*@__PURE__*/ new PropertyMetadata(2, null, (a, b) => a.raisePropertyChanged("ActualTrendLineBrush", b.oldValue, b.newValue)));
893
- FinancialPriceSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, FinancialPriceSeries, 'raisePropertyChanged', ['CloseMemberAsLegendLabel:tr:ud', [2, null], 'CloseMemberAsLegendUnit:tt:ue', [2, null], 'DisplayType:tn:uf', [PriceDisplayType_$type, /*@__PURE__*/ enumGetBox(PriceDisplayType_$type, 0)], 'HighMemberAsLegendLabel:tw:ug', [2, null], 'HighMemberAsLegendUnit:ty:uh', [2, null], 'LowMemberAsLegendLabel:t0:ui', [2, null], 'LowMemberAsLegendUnit:t2:uj', [2, null], 'NegativeOutline:uv:uk', [Brush.$, null], 'OpenMemberAsLegendLabel:t5:ul', [2, null], 'OpenMemberAsLegendUnit:t7:um', [2, null], 'TrendLineType::us', [TrendLineType_$type, /*@__PURE__*/ enumGetBox(TrendLineType_$type, 0)], 'TrendLineThickness::ur', [1, 1.5], 'TrendLinePeriod::uq', [1, 7], 'TrendLineBrush::un', [Brush.$, null], 'TrendLineZIndex:tq:ut', [1, 1001], 'TrendLineDashArray:uw:uo', [DoubleCollection.$], 'TrendLineDashCap:ux:up', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 0)]]);
892
+ FinancialPriceSeries.ud = /*@__PURE__*/ DependencyProperty.i("ActualTrendLineBrush", Brush.$, FinancialPriceSeries.$, /*@__PURE__*/ new PropertyMetadata(2, null, (a, b) => a.raisePropertyChanged("ActualTrendLineBrush", b.oldValue, b.newValue)));
893
+ FinancialPriceSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, FinancialPriceSeries, 'raisePropertyChanged', ['CloseMemberAsLegendLabel:ts:ue', [2, null], 'CloseMemberAsLegendUnit:tu:uf', [2, null], 'DisplayType:to:ug', [PriceDisplayType_$type, /*@__PURE__*/ enumGetBox(PriceDisplayType_$type, 0)], 'HighMemberAsLegendLabel:tx:uh', [2, null], 'HighMemberAsLegendUnit:tz:ui', [2, null], 'LowMemberAsLegendLabel:t1:uj', [2, null], 'LowMemberAsLegendUnit:t3:uk', [2, null], 'NegativeOutline:uw:ul', [Brush.$, null], 'OpenMemberAsLegendLabel:t6:um', [2, null], 'OpenMemberAsLegendUnit:t8:un', [2, null], 'TrendLineType::ut', [TrendLineType_$type, /*@__PURE__*/ enumGetBox(TrendLineType_$type, 0)], 'TrendLineThickness::us', [1, 1.5], 'TrendLinePeriod::ur', [1, 7], 'TrendLineBrush::uo', [Brush.$, null], 'TrendLineZIndex:tr:uu', [1, 1001], 'TrendLineDashArray:ux:up', [DoubleCollection.$], 'TrendLineDashCap:uy:uq', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 0)]]);
894
894
  return FinancialPriceSeries;
895
895
  })();
896
896
  /**
@@ -948,16 +948,16 @@ export let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
948
948
  as() {
949
949
  super.as();
950
950
  if (!this.q) {
951
- this.b3.tn = Defaults.g;
952
- this.b3.th = Defaults.ah;
953
- this.b3.uv = Defaults.ai;
951
+ this.b3.to = Defaults.g;
952
+ this.b3.ti = Defaults.ah;
953
+ this.b3.uw = Defaults.ai;
954
954
  this.b3.gz = Defaults.l;
955
- this.b3.o7 = this.b3.o1;
955
+ this.b3.o8 = this.b3.o2;
956
956
  }
957
957
  }
958
958
  get b5() {
959
959
  if (this.b4 == null) {
960
- this.b4 = CategoryTrendLineManagerFactory.a(this.b4, this.e.ar(), this.e.m9, this.e, this.e.cn);
960
+ this.b4 = CategoryTrendLineManagerFactory.a(this.b4, this.e.ar(), this.e.na, this.e, this.e.cn);
961
961
  }
962
962
  return this.b4;
963
963
  }
@@ -968,17 +968,17 @@ export let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
968
968
  return this.b4 != null;
969
969
  }
970
970
  ch() {
971
- if (this.b3.tn == 1) {
972
- this.cn._stroke = this.e.oy;
971
+ if (this.b3.to == 1) {
972
+ this.cn._stroke = this.e.oz;
973
973
  }
974
974
  else {
975
- this.cn._stroke = this.e.o1;
975
+ this.cn._stroke = this.e.o2;
976
976
  }
977
- if (this.b3.tn == 1) {
978
- this.cm._stroke = this.bz.th;
977
+ if (this.b3.to == 1) {
978
+ this.cm._stroke = this.bz.ti;
979
979
  }
980
980
  else {
981
- this.cm._stroke = this.b3.uv;
981
+ this.cm._stroke = this.b3.uw;
982
982
  }
983
983
  }
984
984
  cb() {
@@ -1001,42 +1001,42 @@ export let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
1001
1001
  return typeCast(GeometryGroup.$, this.cm.ak);
1002
1002
  }
1003
1003
  ci() {
1004
- this.b3.uu = null;
1004
+ this.b3.uv = null;
1005
1005
  if (this.b3.trendLineBrush != null) {
1006
- this.b3.uu = this.b3.trendLineBrush;
1006
+ this.b3.uv = this.b3.trendLineBrush;
1007
1007
  }
1008
1008
  else {
1009
- this.b3.uu = this.b3.oy;
1009
+ this.b3.uv = this.b3.oz;
1010
1010
  }
1011
1011
  }
1012
1012
  bb() {
1013
1013
  super.bb();
1014
1014
  this.cn.ac = this.e.fu;
1015
- this.cn.ai = this.e.pb;
1016
- this.cn.ad = this.e.pc;
1017
- if (this.b3.tn == 1) {
1018
- this.cn._stroke = this.e.oy;
1015
+ this.cn.ai = this.e.pc;
1016
+ this.cn.ad = this.e.pd;
1017
+ if (this.b3.to == 1) {
1018
+ this.cn._stroke = this.e.oz;
1019
1019
  }
1020
1020
  else {
1021
- this.cn._stroke = this.e.o1;
1022
- this.cn._fill = this.e.oy;
1021
+ this.cn._stroke = this.e.o2;
1022
+ this.cn._fill = this.e.oz;
1023
1023
  }
1024
1024
  this.cm.ac = this.e.fu;
1025
- this.cm.ai = this.e.pb;
1026
- this.cm.ad = this.e.pc;
1027
- if (this.b3.tn == 1) {
1028
- this.cm._stroke = this.bz.th;
1025
+ this.cm.ai = this.e.pc;
1026
+ this.cm.ad = this.e.pd;
1027
+ if (this.b3.to == 1) {
1028
+ this.cm._stroke = this.bz.ti;
1029
1029
  }
1030
1030
  else {
1031
- this.cm._stroke = this.b3.uv;
1032
- this.cm._fill = this.bz.th;
1031
+ this.cm._stroke = this.b3.uw;
1032
+ this.cm._fill = this.bz.ti;
1033
1033
  }
1034
1034
  }
1035
1035
  bc() {
1036
1036
  super.bc();
1037
1037
  let a = this.bo();
1038
1038
  this.cn.ac = this.e.fu + 3;
1039
- if (this.b3.tn == 1) {
1039
+ if (this.b3.to == 1) {
1040
1040
  this.cn._stroke = a;
1041
1041
  }
1042
1042
  else {
@@ -1044,7 +1044,7 @@ export let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
1044
1044
  this.cn._fill = a;
1045
1045
  }
1046
1046
  this.cm.ac = this.e.fu + 3;
1047
- if (this.b3.tn == 1) {
1047
+ if (this.b3.to == 1) {
1048
1048
  this.cm._stroke = a;
1049
1049
  }
1050
1050
  else {
@@ -1087,9 +1087,9 @@ export let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
1087
1087
  if (this.b3.trendLineType != 0 && !b) {
1088
1088
  let c = this.b5.g$j;
1089
1089
  c.ac = this.b3.trendLineThickness;
1090
- c._stroke = this.b3.uu;
1091
- c.ai = this.b3.uw;
1092
- c.ad = this.b3.ux;
1090
+ c._stroke = this.b3.uv;
1091
+ c.ai = this.b3.ux;
1092
+ c.ad = this.b3.uy;
1093
1093
  a.u(c);
1094
1094
  }
1095
1095
  }
@@ -1097,10 +1097,10 @@ export let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
1097
1097
  }
1098
1098
  al(a) {
1099
1099
  super.al(a);
1100
- if (this.b3.rj()) {
1100
+ if (this.b3.rk()) {
1101
1101
  for (let b = 0; b < this.b9.count; b++) {
1102
1102
  let c = this.b9._inner[b];
1103
- if (c._fill == this.b3.th) {
1103
+ if (c._fill == this.b3.ti) {
1104
1104
  this.e.a8.exportPathData(a, c, "negativePathShape" + b, ["Negative"]);
1105
1105
  }
1106
1106
  else {
@@ -1118,7 +1118,7 @@ export let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
1118
1118
  }
1119
1119
  cd() {
1120
1120
  if (this.b7) {
1121
- this.b4 = CategoryTrendLineManagerFactory.a(this.b4, this.e.ar(), this.e.m9, this.e, this.e.cn);
1121
+ this.b4 = CategoryTrendLineManagerFactory.a(this.b4, this.e.ar(), this.e.na, this.e, this.e.cn);
1122
1122
  }
1123
1123
  }
1124
1124
  }