igniteui-webcomponents-charts 3.2.0 → 3.2.3
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.
- package/bundles/igniteui-webcomponents-charts.umd.js +10356 -10171
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
- package/esm2015/lib/AccumulationDistributionIndicator.js +6 -6
- package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/AnchoredCategorySeries_combined.js +117 -117
- package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +185 -185
- package/esm2015/lib/AngleAxisLabelPanel_combined.js +6 -6
- package/esm2015/lib/AnnotationLayerProxy.js +25 -25
- package/esm2015/lib/AnnotationLayer_combined.js +116 -116
- package/esm2015/lib/AreaSeries_combined.js +35 -35
- package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
- package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
- package/esm2015/lib/BarSeries_combined.js +69 -69
- package/esm2015/lib/BollingerBandWidthIndicator.js +19 -19
- package/esm2015/lib/BollingerBandsOverlay_combined.js +77 -77
- package/esm2015/lib/BrushScale.js +7 -7
- package/esm2015/lib/BubbleSeries_combined.js +227 -227
- package/esm2015/lib/CalloutLayer_combined.js +404 -404
- package/esm2015/lib/CategoryBucketCalculator_combined.js +180 -180
- package/esm2015/lib/CategoryChart.js +13 -13
- package/esm2015/lib/CategoryDateTimeXAxis_combined.js +1 -1
- package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
- package/esm2015/lib/CategoryHighlightLayer_combined.js +49 -49
- package/esm2015/lib/CategoryItemHighlightLayer_combined.js +96 -96
- package/esm2015/lib/CategoryMarkerManager.js +1 -1
- package/esm2015/lib/CategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/CategoryToolTipLayer_combined.js +64 -64
- package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
- package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
- package/esm2015/lib/ColumnSeries_combined.js +50 -50
- package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
- package/esm2015/lib/CrosshairLayer_combined.js +77 -77
- package/esm2015/lib/CustomIndicator.js +22 -22
- package/esm2015/lib/DataAbbreviator.js +2 -2
- package/esm2015/lib/DataLegendVisualData_combined.js +1 -1
- package/esm2015/lib/DataToolTipLayer_combined.js +500 -463
- package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
- package/esm2015/lib/DomainChart.js +11 -8
- package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
- package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
- package/esm2015/lib/FinalValueLayer_combined.js +63 -63
- package/esm2015/lib/FinancialChart_combined.js +20 -20
- package/esm2015/lib/FinancialEventArgs_combined.js +509 -509
- package/esm2015/lib/FinancialIndicator_combined.js +168 -168
- package/esm2015/lib/FinancialOverlay.js +28 -28
- package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
- package/esm2015/lib/FinancialPriceSeriesProxy.js +14 -14
- package/esm2015/lib/FinancialPriceSeries_combined.js +203 -203
- package/esm2015/lib/ForceIndexIndicator.js +16 -16
- package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
- package/esm2015/lib/HighDensityScatterSeries_combined.js +388 -388
- package/esm2015/lib/HorizontalAnchoredCategorySeries.js +94 -94
- package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
- package/esm2015/lib/HorizontalRangeCategorySeries.js +36 -36
- package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
- package/esm2015/lib/IndicatorProxy.js +10 -10
- package/esm2015/lib/ItemLegend_combined.js +17 -5
- package/esm2015/lib/ItemToolTipLayer_combined.js +86 -68
- package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
- package/esm2015/lib/LineSeries_combined.js +29 -29
- package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
- package/esm2015/lib/MassIndexIndicator.js +6 -6
- package/esm2015/lib/MedianPriceIndicator.js +6 -6
- package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
- package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
- package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
- package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
- package/esm2015/lib/OverlayProxy.js +7 -7
- package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
- package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
- package/esm2015/lib/PieChartViewManager_combined.js +1 -0
- package/esm2015/lib/PointSeries_combined.js +13 -13
- package/esm2015/lib/PointerTooltip_combined.js +75 -65
- package/esm2015/lib/PolarAreaSeries_combined.js +19 -19
- package/esm2015/lib/PolarBase_combined.js +334 -334
- package/esm2015/lib/PolarLineSeriesBase_combined.js +46 -46
- package/esm2015/lib/PolarLineSeries_combined.js +18 -18
- package/esm2015/lib/PolarScatterSeries_combined.js +8 -8
- package/esm2015/lib/PolarSplineAreaSeries_combined.js +20 -20
- package/esm2015/lib/PolarSplineSeries_combined.js +17 -17
- package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
- package/esm2015/lib/PriceChannelOverlay_combined.js +61 -61
- package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
- package/esm2015/lib/RadialAreaSeries_combined.js +31 -31
- package/esm2015/lib/RadialBucketCalculator_combined.js +129 -129
- package/esm2015/lib/RadialColumnSeries_combined.js +37 -37
- package/esm2015/lib/RadialLineSeries_combined.js +28 -28
- package/esm2015/lib/RadialPieSeries_combined.js +35 -35
- package/esm2015/lib/RangeAreaSeries_combined.js +16 -16
- package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +77 -77
- package/esm2015/lib/RangeColumnSeries_combined.js +22 -22
- package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
- package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
- package/esm2015/lib/ScatterAreaSeries_combined.js +110 -110
- package/esm2015/lib/ScatterBase_combined.js +380 -380
- package/esm2015/lib/ScatterContourSeries_combined.js +98 -98
- package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
- package/esm2015/lib/ScatterLineSeries.js +43 -43
- package/esm2015/lib/ScatterLineSeriesView.js +2 -2
- package/esm2015/lib/ScatterPolygonSeries_combined.js +194 -194
- package/esm2015/lib/ScatterPolylineSeries_combined.js +20 -20
- package/esm2015/lib/ScatterSeries_combined.js +11 -11
- package/esm2015/lib/ScatterSplineSeries.js +30 -30
- package/esm2015/lib/ScatterSplineSeriesView.js +2 -2
- package/esm2015/lib/ScatterTriangulationSeries.js +141 -141
- package/esm2015/lib/SeriesInteractionManager.js +24 -16
- package/esm2015/lib/SeriesRenderManager.js +8 -8
- package/esm2015/lib/SeriesViewerInteractionManager.js +5 -5
- package/esm2015/lib/SeriesViewer_combined.js +497 -467
- package/esm2015/lib/SeriesVisualDataManager.js +2 -2
- package/esm2015/lib/ShapeSeriesBase_combined.js +264 -264
- package/esm2015/lib/SizeScale.js +2 -2
- package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
- package/esm2015/lib/SplineAreaSeries_combined.js +28 -28
- package/esm2015/lib/SplineSeriesBase_combined.js +101 -101
- package/esm2015/lib/SplineSeries_combined.js +20 -20
- package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100BarBucketCalculator.js +25 -23
- package/esm2015/lib/Stacked100BarSeries_combined.js +11 -11
- package/esm2015/lib/Stacked100ColumnBucketCalculator.js +25 -23
- package/esm2015/lib/Stacked100ColumnSeries_combined.js +11 -11
- package/esm2015/lib/Stacked100DataPreparer.js +5 -5
- package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
- package/esm2015/lib/StackedLineSeries_combined.js +8 -8
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +850 -844
- package/esm2015/lib/StandardDeviationIndicator.js +15 -15
- package/esm2015/lib/StepAreaSeries_combined.js +30 -30
- package/esm2015/lib/StepLineSeries_combined.js +31 -31
- package/esm2015/lib/StochRSIIndicator.js +15 -15
- package/esm2015/lib/StrategyBasedIndicator.js +59 -59
- package/esm2015/lib/TRIXIndicator.js +16 -16
- package/esm2015/lib/TimeAxisBase.js +1 -1
- package/esm2015/lib/TimeXAxis.js +1 -1
- package/esm2015/lib/TypicalPriceIndicator.js +6 -6
- package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
- package/esm2015/lib/ValueOverlay_combined.js +96 -96
- package/esm2015/lib/VerticalAnchoredCategorySeries.js +52 -52
- package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
- package/esm2015/lib/WaterfallSeries_combined.js +88 -88
- package/esm2015/lib/WeightedCloseIndicator.js +6 -6
- package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
- package/esm2015/lib/igc-anchored-category-series-component.js +15 -15
- package/esm2015/lib/igc-anchored-radial-series-component.js +25 -25
- package/esm2015/lib/igc-annotation-layer-component.js +15 -15
- package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
- package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
- package/esm2015/lib/igc-bar-fragment-component.js +1 -1
- package/esm2015/lib/igc-bar-series-component.js +7 -7
- package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
- package/esm2015/lib/igc-bollinger-bands-overlay-component.js +6 -6
- package/esm2015/lib/igc-bubble-series-component.js +43 -43
- package/esm2015/lib/igc-callout-layer-component.js +94 -94
- package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
- package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
- package/esm2015/lib/igc-category-series-component.js +15 -15
- package/esm2015/lib/igc-category-tool-tip-layer-component.js +10 -10
- package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
- package/esm2015/lib/igc-column-fragment-component.js +7 -7
- package/esm2015/lib/igc-column-series-component.js +10 -10
- package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
- package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
- package/esm2015/lib/igc-data-legend-component.js +4 -1
- package/esm2015/lib/igc-data-tool-tip-layer-component.js +367 -360
- package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-final-value-layer-component.js +42 -42
- package/esm2015/lib/igc-financial-indicator-component.js +11 -11
- package/esm2015/lib/igc-financial-overlay-component.js +3 -3
- package/esm2015/lib/igc-financial-price-series-component.js +27 -27
- package/esm2015/lib/igc-financial-series-component.js +48 -48
- package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-fragment-base-component.js +1 -1
- package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
- package/esm2015/lib/igc-high-density-scatter-series-component.js +52 -52
- package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +4 -4
- package/esm2015/lib/igc-horizontal-range-category-series-component.js +13 -13
- package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +2 -2
- package/esm2015/lib/igc-item-legend-component.js +18 -0
- package/esm2015/lib/igc-item-tool-tip-layer-component.js +22 -15
- package/esm2015/lib/igc-marker-series-component.js +28 -28
- package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
- package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
- package/esm2015/lib/igc-polar-area-series-component.js +3 -3
- package/esm2015/lib/igc-polar-base-component.js +71 -71
- package/esm2015/lib/igc-polar-line-series-component.js +3 -3
- package/esm2015/lib/igc-polar-spline-area-series-component.js +3 -3
- package/esm2015/lib/igc-polar-spline-series-component.js +3 -3
- package/esm2015/lib/igc-price-channel-overlay-component.js +3 -3
- package/esm2015/lib/igc-radial-area-series-component.js +3 -3
- package/esm2015/lib/igc-radial-base-component.js +26 -26
- package/esm2015/lib/igc-radial-column-series-component.js +6 -6
- package/esm2015/lib/igc-radial-line-series-component.js +3 -3
- package/esm2015/lib/igc-radial-pie-series-component.js +6 -6
- package/esm2015/lib/igc-range-category-series-component.js +4 -4
- package/esm2015/lib/igc-range-column-series-component.js +7 -7
- package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
- package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-scatter-area-series-component.js +22 -22
- package/esm2015/lib/igc-scatter-base-component.js +43 -43
- package/esm2015/lib/igc-scatter-contour-series-component.js +27 -27
- package/esm2015/lib/igc-scatter-line-series-component.js +3 -3
- package/esm2015/lib/igc-scatter-polygon-series-component.js +37 -37
- package/esm2015/lib/igc-scatter-polyline-series-component.js +6 -6
- package/esm2015/lib/igc-scatter-spline-series-component.js +3 -3
- package/esm2015/lib/igc-scatter-triangulation-series-component.js +34 -34
- package/esm2015/lib/igc-series-component.js +54 -47
- package/esm2015/lib/igc-shape-series-base-component.js +40 -40
- package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-spline-fragment-base-component.js +1 -1
- package/esm2015/lib/igc-spline-series-base-component.js +6 -6
- package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-bar-series-component.js +6 -6
- package/esm2015/lib/igc-stacked-column-series-component.js +6 -6
- package/esm2015/lib/igc-stacked-series-base-component.js +10 -10
- package/esm2015/lib/igc-stacked-spline-area-series-component.js +3 -3
- package/esm2015/lib/igc-stacked-spline-series-component.js +3 -3
- package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
- package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
- package/esm2015/lib/igc-trix-indicator-component.js +3 -3
- package/esm2015/lib/igc-value-overlay-component.js +48 -48
- package/esm2015/lib/igc-vertical-anchored-category-series-component.js +4 -4
- package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
- package/esm2015/lib/igc-waterfall-series-component.js +14 -14
- package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
- package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
- package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
- package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/AnchoredCategorySeries_combined.js +116 -116
- package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +183 -183
- package/esm5/lib/AngleAxisLabelPanel_combined.js +6 -6
- package/esm5/lib/AnnotationLayerProxy.js +25 -25
- package/esm5/lib/AnnotationLayer_combined.js +115 -115
- package/esm5/lib/AreaSeries_combined.js +35 -35
- package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
- package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
- package/esm5/lib/BarSeries_combined.js +69 -69
- package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
- package/esm5/lib/BollingerBandsOverlay_combined.js +77 -77
- package/esm5/lib/BrushScale.js +7 -7
- package/esm5/lib/BubbleSeries_combined.js +230 -230
- package/esm5/lib/CalloutLayer_combined.js +405 -405
- package/esm5/lib/CategoryBucketCalculator_combined.js +180 -180
- package/esm5/lib/CategoryChart.js +13 -13
- package/esm5/lib/CategoryDateTimeXAxis_combined.js +1 -1
- package/esm5/lib/CategoryErrorBarSettings.js +5 -5
- package/esm5/lib/CategoryHighlightLayer_combined.js +48 -48
- package/esm5/lib/CategoryItemHighlightLayer_combined.js +96 -96
- package/esm5/lib/CategoryMarkerManager.js +1 -1
- package/esm5/lib/CategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/CategoryToolTipLayer_combined.js +64 -64
- package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
- package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
- package/esm5/lib/ColumnSeries_combined.js +49 -49
- package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
- package/esm5/lib/CrosshairLayer_combined.js +77 -77
- package/esm5/lib/CustomIndicator.js +22 -22
- package/esm5/lib/DataAbbreviator.js +1 -7
- package/esm5/lib/DataLegendVisualData_combined.js +1 -1
- package/esm5/lib/DataToolTipLayer_combined.js +505 -464
- package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
- package/esm5/lib/DomainChart.js +11 -8
- package/esm5/lib/EaseOfMovementIndicator.js +6 -6
- package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
- package/esm5/lib/FinalValueLayer_combined.js +63 -63
- package/esm5/lib/FinancialChart_combined.js +20 -20
- package/esm5/lib/FinancialEventArgs_combined.js +509 -509
- package/esm5/lib/FinancialIndicator_combined.js +167 -167
- package/esm5/lib/FinancialOverlay.js +28 -28
- package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
- package/esm5/lib/FinancialPriceSeriesProxy.js +14 -14
- package/esm5/lib/FinancialPriceSeries_combined.js +202 -202
- package/esm5/lib/ForceIndexIndicator.js +15 -15
- package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
- package/esm5/lib/HighDensityScatterSeries_combined.js +389 -389
- package/esm5/lib/HorizontalAnchoredCategorySeries.js +92 -92
- package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
- package/esm5/lib/HorizontalRangeCategorySeries.js +36 -36
- package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
- package/esm5/lib/IndicatorProxy.js +10 -10
- package/esm5/lib/ItemLegend_combined.js +25 -5
- package/esm5/lib/ItemToolTipLayer_combined.js +86 -68
- package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
- package/esm5/lib/LineSeries_combined.js +29 -29
- package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
- package/esm5/lib/MassIndexIndicator.js +6 -6
- package/esm5/lib/MedianPriceIndicator.js +6 -6
- package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
- package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
- package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
- package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
- package/esm5/lib/OverlayProxy.js +7 -7
- package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
- package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
- package/esm5/lib/PieChartViewManager_combined.js +1 -0
- package/esm5/lib/PointSeries_combined.js +13 -13
- package/esm5/lib/PointerTooltip_combined.js +75 -65
- package/esm5/lib/PolarAreaSeries_combined.js +19 -19
- package/esm5/lib/PolarBase_combined.js +333 -333
- package/esm5/lib/PolarLineSeriesBase_combined.js +46 -46
- package/esm5/lib/PolarLineSeries_combined.js +18 -18
- package/esm5/lib/PolarScatterSeries_combined.js +8 -8
- package/esm5/lib/PolarSplineAreaSeries_combined.js +20 -20
- package/esm5/lib/PolarSplineSeries_combined.js +17 -17
- package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
- package/esm5/lib/PriceChannelOverlay_combined.js +61 -61
- package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
- package/esm5/lib/RadialAreaSeries_combined.js +31 -31
- package/esm5/lib/RadialBucketCalculator_combined.js +129 -129
- package/esm5/lib/RadialColumnSeries_combined.js +37 -37
- package/esm5/lib/RadialLineSeries_combined.js +28 -28
- package/esm5/lib/RadialPieSeries_combined.js +35 -35
- package/esm5/lib/RangeAreaSeries_combined.js +16 -16
- package/esm5/lib/RangeCategoryBucketCalculator_combined.js +77 -77
- package/esm5/lib/RangeColumnSeries_combined.js +22 -22
- package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
- package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
- package/esm5/lib/ScatterAreaSeries_combined.js +108 -108
- package/esm5/lib/ScatterBase_combined.js +379 -379
- package/esm5/lib/ScatterContourSeries_combined.js +96 -96
- package/esm5/lib/ScatterErrorBarSettings.js +5 -5
- package/esm5/lib/ScatterLineSeries.js +43 -43
- package/esm5/lib/ScatterLineSeriesView.js +2 -2
- package/esm5/lib/ScatterPolygonSeries_combined.js +192 -192
- package/esm5/lib/ScatterPolylineSeries_combined.js +20 -20
- package/esm5/lib/ScatterSeries_combined.js +11 -11
- package/esm5/lib/ScatterSplineSeries.js +30 -30
- package/esm5/lib/ScatterSplineSeriesView.js +2 -2
- package/esm5/lib/ScatterTriangulationSeries.js +145 -145
- package/esm5/lib/SeriesInteractionManager.js +24 -16
- package/esm5/lib/SeriesRenderManager.js +8 -8
- package/esm5/lib/SeriesViewerInteractionManager.js +5 -5
- package/esm5/lib/SeriesViewer_combined.js +492 -462
- package/esm5/lib/SeriesVisualDataManager.js +2 -2
- package/esm5/lib/ShapeSeriesBase_combined.js +262 -262
- package/esm5/lib/SizeScale.js +2 -2
- package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
- package/esm5/lib/SplineAreaSeries_combined.js +28 -28
- package/esm5/lib/SplineSeriesBase_combined.js +101 -101
- package/esm5/lib/SplineSeries_combined.js +20 -20
- package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
- package/esm5/lib/Stacked100BarBucketCalculator.js +25 -23
- package/esm5/lib/Stacked100BarSeries_combined.js +11 -11
- package/esm5/lib/Stacked100ColumnBucketCalculator.js +25 -23
- package/esm5/lib/Stacked100ColumnSeries_combined.js +11 -11
- package/esm5/lib/Stacked100DataPreparer.js +5 -5
- package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
- package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
- package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
- package/esm5/lib/StackedLineSeries_combined.js +8 -8
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +849 -843
- package/esm5/lib/StandardDeviationIndicator.js +14 -14
- package/esm5/lib/StepAreaSeries_combined.js +30 -30
- package/esm5/lib/StepLineSeries_combined.js +31 -31
- package/esm5/lib/StochRSIIndicator.js +14 -14
- package/esm5/lib/StrategyBasedIndicator.js +59 -59
- package/esm5/lib/TRIXIndicator.js +15 -15
- package/esm5/lib/TimeAxisBase.js +1 -1
- package/esm5/lib/TimeXAxis.js +1 -1
- package/esm5/lib/TypicalPriceIndicator.js +6 -6
- package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
- package/esm5/lib/ValueOverlay_combined.js +96 -96
- package/esm5/lib/VerticalAnchoredCategorySeries.js +52 -52
- package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
- package/esm5/lib/WaterfallSeries_combined.js +88 -88
- package/esm5/lib/WeightedCloseIndicator.js +6 -6
- package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
- package/esm5/lib/igc-anchored-category-series-component.js +15 -15
- package/esm5/lib/igc-anchored-radial-series-component.js +25 -25
- package/esm5/lib/igc-annotation-layer-component.js +15 -15
- package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
- package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
- package/esm5/lib/igc-bar-fragment-component.js +1 -1
- package/esm5/lib/igc-bar-series-component.js +7 -7
- package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
- package/esm5/lib/igc-bollinger-bands-overlay-component.js +6 -6
- package/esm5/lib/igc-bubble-series-component.js +43 -43
- package/esm5/lib/igc-callout-layer-component.js +94 -94
- package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
- package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
- package/esm5/lib/igc-category-series-component.js +15 -15
- package/esm5/lib/igc-category-tool-tip-layer-component.js +10 -10
- package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
- package/esm5/lib/igc-column-fragment-component.js +7 -7
- package/esm5/lib/igc-column-series-component.js +10 -10
- package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
- package/esm5/lib/igc-crosshair-layer-component.js +90 -90
- package/esm5/lib/igc-data-legend-component.js +4 -1
- package/esm5/lib/igc-data-tool-tip-layer-component.js +367 -360
- package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-final-value-layer-component.js +42 -42
- package/esm5/lib/igc-financial-indicator-component.js +11 -11
- package/esm5/lib/igc-financial-overlay-component.js +3 -3
- package/esm5/lib/igc-financial-price-series-component.js +27 -27
- package/esm5/lib/igc-financial-series-component.js +48 -48
- package/esm5/lib/igc-force-index-indicator-component.js +4 -4
- package/esm5/lib/igc-fragment-base-component.js +1 -1
- package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
- package/esm5/lib/igc-high-density-scatter-series-component.js +52 -52
- package/esm5/lib/igc-horizontal-anchored-category-series-component.js +4 -4
- package/esm5/lib/igc-horizontal-range-category-series-component.js +13 -13
- package/esm5/lib/igc-horizontal-stacked-series-base-component.js +2 -2
- package/esm5/lib/igc-item-legend-component.js +26 -0
- package/esm5/lib/igc-item-tool-tip-layer-component.js +22 -15
- package/esm5/lib/igc-marker-series-component.js +28 -28
- package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
- package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
- package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
- package/esm5/lib/igc-polar-area-series-component.js +3 -3
- package/esm5/lib/igc-polar-base-component.js +71 -71
- package/esm5/lib/igc-polar-line-series-component.js +3 -3
- package/esm5/lib/igc-polar-spline-area-series-component.js +3 -3
- package/esm5/lib/igc-polar-spline-series-component.js +3 -3
- package/esm5/lib/igc-price-channel-overlay-component.js +3 -3
- package/esm5/lib/igc-radial-area-series-component.js +3 -3
- package/esm5/lib/igc-radial-base-component.js +26 -26
- package/esm5/lib/igc-radial-column-series-component.js +6 -6
- package/esm5/lib/igc-radial-line-series-component.js +3 -3
- package/esm5/lib/igc-radial-pie-series-component.js +6 -6
- package/esm5/lib/igc-range-category-series-component.js +4 -4
- package/esm5/lib/igc-range-column-series-component.js +7 -7
- package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
- package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
- package/esm5/lib/igc-scatter-area-series-component.js +22 -22
- package/esm5/lib/igc-scatter-base-component.js +43 -43
- package/esm5/lib/igc-scatter-contour-series-component.js +27 -27
- package/esm5/lib/igc-scatter-line-series-component.js +3 -3
- package/esm5/lib/igc-scatter-polygon-series-component.js +37 -37
- package/esm5/lib/igc-scatter-polyline-series-component.js +6 -6
- package/esm5/lib/igc-scatter-spline-series-component.js +3 -3
- package/esm5/lib/igc-scatter-triangulation-series-component.js +34 -34
- package/esm5/lib/igc-series-component.js +54 -47
- package/esm5/lib/igc-shape-series-base-component.js +40 -40
- package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-spline-fragment-base-component.js +1 -1
- package/esm5/lib/igc-spline-series-base-component.js +6 -6
- package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
- package/esm5/lib/igc-stacked-bar-series-component.js +6 -6
- package/esm5/lib/igc-stacked-column-series-component.js +6 -6
- package/esm5/lib/igc-stacked-series-base-component.js +10 -10
- package/esm5/lib/igc-stacked-spline-area-series-component.js +3 -3
- package/esm5/lib/igc-stacked-spline-series-component.js +3 -3
- package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
- package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
- package/esm5/lib/igc-trix-indicator-component.js +3 -3
- package/esm5/lib/igc-value-overlay-component.js +48 -48
- package/esm5/lib/igc-vertical-anchored-category-series-component.js +4 -4
- package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
- package/esm5/lib/igc-waterfall-series-component.js +14 -14
- package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-charts.js +10369 -10198
- package/fesm5/igniteui-webcomponents-charts.js +10356 -10171
- package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
- package/lib/AccumulationDistributionIndicator.d.ts +4 -4
- package/lib/AnchoredCategorySeries_combined.d.ts +34 -34
- package/lib/AnchoredRadialBucketCalculator_combined.d.ts +36 -36
- package/lib/AnnotationLayer_combined.d.ts +31 -31
- package/lib/AreaSeries_combined.d.ts +6 -6
- package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
- package/lib/AverageTrueRangeIndicator.d.ts +8 -8
- package/lib/BarSeries_combined.d.ts +10 -10
- package/lib/BollingerBandWidthIndicator.d.ts +8 -8
- package/lib/BollingerBandsOverlay_combined.d.ts +10 -10
- package/lib/BubbleSeries_combined.d.ts +38 -38
- package/lib/CalloutLayer_combined.d.ts +83 -83
- package/lib/CategoryBucketCalculator_combined.d.ts +49 -49
- package/lib/CategoryHighlightLayer_combined.d.ts +14 -14
- package/lib/CategoryItemHighlightLayer_combined.d.ts +24 -24
- package/lib/CategoryToolTipLayer_combined.d.ts +13 -13
- package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
- package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
- package/lib/ColumnSeries_combined.d.ts +10 -10
- package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
- package/lib/CrosshairLayer_combined.d.ts +37 -37
- package/lib/CustomIndicator.d.ts +8 -8
- package/lib/DataAbbreviator.d.ts +1 -1
- package/lib/DataToolTipLayer_combined.d.ts +117 -115
- package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
- package/lib/EaseOfMovementIndicator.d.ts +4 -4
- package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
- package/lib/FinalValueLayer_combined.d.ts +25 -25
- package/lib/FinancialEventArgs_combined.d.ts +90 -90
- package/lib/FinancialIndicator_combined.d.ts +26 -26
- package/lib/FinancialOverlay.d.ts +4 -4
- package/lib/FinancialPriceSeries_combined.d.ts +30 -30
- package/lib/ForceIndexIndicator.d.ts +9 -9
- package/lib/FullStochasticOscillatorIndicator.d.ts +13 -13
- package/lib/HighDensityScatterSeries_combined.d.ts +74 -74
- package/lib/HorizontalAnchoredCategorySeries.d.ts +19 -19
- package/lib/HorizontalRangeCategorySeries.d.ts +10 -10
- package/lib/ItemLegend_combined.d.ts +4 -2
- package/lib/ItemToolTipLayer_combined.d.ts +17 -15
- package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
- package/lib/LineSeries_combined.d.ts +5 -5
- package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
- package/lib/MassIndexIndicator.d.ts +4 -4
- package/lib/MedianPriceIndicator.d.ts +4 -4
- package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
- package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
- package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
- package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
- package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
- package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
- package/lib/PointSeries_combined.d.ts +4 -4
- package/lib/PointerTooltip_combined.d.ts +27 -25
- package/lib/PolarAreaSeries_combined.d.ts +7 -7
- package/lib/PolarBase_combined.d.ts +81 -81
- package/lib/PolarLineSeriesBase_combined.d.ts +18 -18
- package/lib/PolarLineSeries_combined.d.ts +7 -7
- package/lib/PolarScatterSeries_combined.d.ts +3 -3
- package/lib/PolarSplineAreaSeries_combined.d.ts +7 -7
- package/lib/PolarSplineSeries_combined.d.ts +6 -6
- package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
- package/lib/PriceChannelOverlay_combined.d.ts +8 -8
- package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
- package/lib/RadialAreaSeries_combined.d.ts +6 -6
- package/lib/RadialBucketCalculator_combined.d.ts +32 -32
- package/lib/RadialColumnSeries_combined.d.ts +5 -5
- package/lib/RadialLineSeries_combined.d.ts +6 -6
- package/lib/RadialPieSeries_combined.d.ts +6 -6
- package/lib/RangeAreaSeries_combined.d.ts +4 -4
- package/lib/RangeCategoryBucketCalculator_combined.d.ts +14 -14
- package/lib/RangeColumnSeries_combined.d.ts +5 -5
- package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
- package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
- package/lib/ScatterAreaSeries_combined.d.ts +21 -21
- package/lib/ScatterBase_combined.d.ts +80 -80
- package/lib/ScatterContourSeries_combined.d.ts +15 -15
- package/lib/ScatterLineSeries.d.ts +9 -9
- package/lib/ScatterPolygonSeries_combined.d.ts +36 -36
- package/lib/ScatterPolylineSeries_combined.d.ts +8 -8
- package/lib/ScatterSeries_combined.d.ts +3 -3
- package/lib/ScatterSplineSeries.d.ts +7 -7
- package/lib/ScatterTriangulationSeries.d.ts +29 -29
- package/lib/SeriesViewer_combined.d.ts +138 -137
- package/lib/ShapeSeriesBase_combined.d.ts +69 -69
- package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
- package/lib/SplineAreaSeries_combined.d.ts +5 -5
- package/lib/SplineSeriesBase_combined.d.ts +17 -17
- package/lib/SplineSeries_combined.d.ts +4 -4
- package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
- package/lib/Stacked100BarSeries_combined.d.ts +5 -5
- package/lib/Stacked100ColumnSeries_combined.d.ts +5 -5
- package/lib/Stacked100LineSeries_combined.d.ts +4 -4
- package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
- package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
- package/lib/StackedLineSeries_combined.d.ts +2 -2
- package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +149 -149
- package/lib/StandardDeviationIndicator.d.ts +8 -8
- package/lib/StepAreaSeries_combined.d.ts +6 -6
- package/lib/StepLineSeries_combined.d.ts +5 -5
- package/lib/StochRSIIndicator.d.ts +8 -8
- package/lib/StrategyBasedIndicator.d.ts +19 -19
- package/lib/TRIXIndicator.d.ts +8 -8
- package/lib/TypicalPriceIndicator.d.ts +4 -4
- package/lib/UltimateOscillatorIndicator.d.ts +4 -4
- package/lib/ValueOverlay_combined.d.ts +31 -31
- package/lib/VerticalAnchoredCategorySeries.d.ts +13 -13
- package/lib/WaterfallSeries_combined.d.ts +13 -13
- package/lib/WeightedCloseIndicator.d.ts +4 -4
- package/lib/WilliamsPercentRIndicator.d.ts +8 -8
- package/lib/igc-data-tool-tip-layer-component.d.ts +5 -0
- package/lib/igc-item-legend-component.d.ts +8 -0
- package/lib/igc-item-tool-tip-layer-component.d.ts +5 -0
- package/lib/igc-series-component.d.ts +5 -0
- package/package.json +2 -2
|
@@ -212,10 +212,10 @@ var RangeCategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
212
212
|
function RangeCategorySeries() {
|
|
213
213
|
var _this = _super.call(this) || this;
|
|
214
214
|
_this._RangeFramePreparer = null;
|
|
215
|
+
_this.ti = null;
|
|
215
216
|
_this.th = null;
|
|
216
|
-
_this.
|
|
217
|
-
_this.
|
|
218
|
-
_this.RangeFramePreparer = new RangeCategoryFramePreparer(1, _this, _this.tf, _this, _this, _this.tf.cr);
|
|
217
|
+
_this.te = null;
|
|
218
|
+
_this.RangeFramePreparer = new RangeCategoryFramePreparer(1, _this, _this.tg, _this, _this, _this.tg.cr);
|
|
219
219
|
return _this;
|
|
220
220
|
}
|
|
221
221
|
RangeCategorySeries.prototype.bx = function () {
|
|
@@ -224,9 +224,9 @@ var RangeCategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
224
224
|
RangeCategorySeries.prototype.getHostReferenceValue = function () {
|
|
225
225
|
return this.gc();
|
|
226
226
|
};
|
|
227
|
-
RangeCategorySeries.prototype.
|
|
228
|
-
_super.prototype.
|
|
229
|
-
this.
|
|
227
|
+
RangeCategorySeries.prototype.lz = function (a) {
|
|
228
|
+
_super.prototype.lz.call(this, a);
|
|
229
|
+
this.tg = a;
|
|
230
230
|
};
|
|
231
231
|
Object.defineProperty(RangeCategorySeries.prototype, "RangeFramePreparer", {
|
|
232
232
|
get: function () {
|
|
@@ -241,22 +241,22 @@ var RangeCategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
241
241
|
RangeCategorySeries.prototype.hw = function (a, b) {
|
|
242
242
|
var c = this.jq(b);
|
|
243
243
|
if (c == RangeCategorySeries.$$p[0]) {
|
|
244
|
-
return this.hx(a, b, this.
|
|
244
|
+
return this.hx(a, b, this.tm);
|
|
245
245
|
}
|
|
246
246
|
if (c == RangeCategorySeries.$$p[0]) {
|
|
247
|
-
return this.hx(a, b, this.
|
|
247
|
+
return this.hx(a, b, this.tm);
|
|
248
248
|
}
|
|
249
249
|
return _super.prototype.hw.call(this, a, b);
|
|
250
250
|
};
|
|
251
251
|
Object.defineProperty(RangeCategorySeries.prototype, "lowColumn", {
|
|
252
252
|
get: function () {
|
|
253
|
-
return this.
|
|
253
|
+
return this.ti;
|
|
254
254
|
},
|
|
255
255
|
set: function (a) {
|
|
256
|
-
if (this.
|
|
257
|
-
var b = this.
|
|
258
|
-
this.
|
|
259
|
-
this.raisePropertyChanged("LowColumn", b, this.
|
|
256
|
+
if (this.ti != a) {
|
|
257
|
+
var b = this.ti;
|
|
258
|
+
this.ti = a;
|
|
259
|
+
this.raisePropertyChanged("LowColumn", b, this.ti);
|
|
260
260
|
}
|
|
261
261
|
},
|
|
262
262
|
enumerable: true,
|
|
@@ -264,39 +264,39 @@ var RangeCategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
264
264
|
});
|
|
265
265
|
Object.defineProperty(RangeCategorySeries.prototype, "highColumn", {
|
|
266
266
|
get: function () {
|
|
267
|
-
return this.
|
|
267
|
+
return this.th;
|
|
268
268
|
},
|
|
269
269
|
set: function (a) {
|
|
270
|
-
if (this.
|
|
271
|
-
var b = this.
|
|
272
|
-
this.
|
|
273
|
-
this.raisePropertyChanged("HighColumn", b, this.
|
|
270
|
+
if (this.th != a) {
|
|
271
|
+
var b = this.th;
|
|
272
|
+
this.th = a;
|
|
273
|
+
this.raisePropertyChanged("HighColumn", b, this.th);
|
|
274
274
|
}
|
|
275
275
|
},
|
|
276
276
|
enumerable: true,
|
|
277
277
|
configurable: true
|
|
278
278
|
});
|
|
279
|
-
RangeCategorySeries.prototype.
|
|
279
|
+
RangeCategorySeries.prototype.rz = function () {
|
|
280
280
|
return 11;
|
|
281
281
|
};
|
|
282
|
-
RangeCategorySeries.prototype.
|
|
283
|
-
_super.prototype.
|
|
282
|
+
RangeCategorySeries.prototype.s7 = function (a, b) {
|
|
283
|
+
_super.prototype.s7.call(this, a, b);
|
|
284
284
|
b.b3 = true;
|
|
285
|
-
CategoryMarkerManager.e(this, a.m, b.cu, this.
|
|
286
|
-
this.
|
|
285
|
+
CategoryMarkerManager.e(this, a.m, b.cu, this.qh);
|
|
286
|
+
this.s1(b, a);
|
|
287
287
|
};
|
|
288
|
-
RangeCategorySeries.prototype.
|
|
289
|
-
this.
|
|
288
|
+
RangeCategorySeries.prototype.tr = function (a, b, c, d, e, f) {
|
|
289
|
+
this.tg.c1(a, b, c, d, e, f);
|
|
290
290
|
};
|
|
291
291
|
RangeCategorySeries.prototype.aq = function (a) {
|
|
292
292
|
if (a.isEmpty && this.cd != null) {
|
|
293
293
|
a = this.cd.sf;
|
|
294
294
|
}
|
|
295
|
-
var b = this.
|
|
295
|
+
var b = this.ro();
|
|
296
296
|
if (this.lowColumn == null || this.highColumn == null) {
|
|
297
297
|
return null;
|
|
298
298
|
}
|
|
299
|
-
var c = this.
|
|
299
|
+
var c = this.pr(this.b0);
|
|
300
300
|
var d = new ScalerParams(0, a, this.cd.su, b.cg, this.getEffectiveViewport());
|
|
301
301
|
var e = (b.el(c.left, d));
|
|
302
302
|
var f = (b.el(c.right, d));
|
|
@@ -340,7 +340,7 @@ var RangeCategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
340
340
|
j = Math.max(j, n);
|
|
341
341
|
}
|
|
342
342
|
var o = new AxisRange(i, j);
|
|
343
|
-
var p = this.
|
|
343
|
+
var p = this.r9();
|
|
344
344
|
o = this.ao(o, p, a);
|
|
345
345
|
return o;
|
|
346
346
|
};
|
|
@@ -352,7 +352,7 @@ var RangeCategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
352
352
|
var e = !c.isEmpty && !d.isEmpty && this.ck != null ? this.ck.indexOf(a) : -1;
|
|
353
353
|
var f = this.fetchXAxis();
|
|
354
354
|
var g = this.fetchYAxis();
|
|
355
|
-
var h = this.
|
|
355
|
+
var h = this.pt(this.b0);
|
|
356
356
|
var i;
|
|
357
357
|
if (f != null) {
|
|
358
358
|
var j = new ScalerParams(0, b, b, f.cg, h);
|
|
@@ -401,8 +401,8 @@ var RangeCategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
401
401
|
}
|
|
402
402
|
return e >= 0;
|
|
403
403
|
};
|
|
404
|
-
RangeCategorySeries.prototype.
|
|
405
|
-
_super.prototype.
|
|
404
|
+
RangeCategorySeries.prototype.l4 = function (a, b, c, d) {
|
|
405
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
406
406
|
switch (b) {
|
|
407
407
|
case "FastItemsSource":
|
|
408
408
|
if (typeCast(IFastItemsSource_$type, c) != null) {
|
|
@@ -412,36 +412,36 @@ var RangeCategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
412
412
|
this.highColumn = null;
|
|
413
413
|
}
|
|
414
414
|
if (typeCast(IFastItemsSource_$type, d) != null) {
|
|
415
|
-
this.lowColumn = this.ch(this.
|
|
416
|
-
this.highColumn = this.ch(this.
|
|
415
|
+
this.lowColumn = this.ch(this.tp);
|
|
416
|
+
this.highColumn = this.ch(this.tm);
|
|
417
417
|
}
|
|
418
|
-
if (!this.
|
|
419
|
-
this.
|
|
420
|
-
this.
|
|
418
|
+
if (!this.sj()) {
|
|
419
|
+
this.ry.cr.g(this.ft);
|
|
420
|
+
this.mi(false);
|
|
421
421
|
}
|
|
422
422
|
break;
|
|
423
423
|
case RangeCategorySeries.$$p[1]:
|
|
424
424
|
if (this.ck != null) {
|
|
425
425
|
this.ck.deregisterColumn(this.lowColumn);
|
|
426
|
-
this.lowColumn = this.ch(this.
|
|
426
|
+
this.lowColumn = this.ch(this.tp);
|
|
427
427
|
}
|
|
428
428
|
break;
|
|
429
429
|
case "LowColumn":
|
|
430
|
-
if (!this.
|
|
431
|
-
this.
|
|
432
|
-
this.
|
|
430
|
+
if (!this.sj()) {
|
|
431
|
+
this.ry.cr.g(this.ft);
|
|
432
|
+
this.mi(false);
|
|
433
433
|
}
|
|
434
434
|
break;
|
|
435
435
|
case RangeCategorySeries.$$p[0]:
|
|
436
436
|
if (this.ck != null) {
|
|
437
437
|
this.ck.deregisterColumn(this.highColumn);
|
|
438
|
-
this.highColumn = this.ch(this.
|
|
438
|
+
this.highColumn = this.ch(this.tm);
|
|
439
439
|
}
|
|
440
440
|
break;
|
|
441
441
|
case "HighColumn":
|
|
442
|
-
if (!this.
|
|
443
|
-
this.
|
|
444
|
-
this.
|
|
442
|
+
if (!this.sj()) {
|
|
443
|
+
this.ry.cr.g(this.ft);
|
|
444
|
+
this.mi(false);
|
|
445
445
|
}
|
|
446
446
|
break;
|
|
447
447
|
}
|
|
@@ -468,12 +468,12 @@ var RangeCategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
468
468
|
var e = this.fetchXAxis();
|
|
469
469
|
switch (a) {
|
|
470
470
|
case 3:
|
|
471
|
-
if (d == this.
|
|
471
|
+
if (d == this.tp || d == this.tm) {
|
|
472
472
|
if (e != null) {
|
|
473
473
|
e.c0();
|
|
474
474
|
}
|
|
475
|
-
if (!this.
|
|
476
|
-
this.
|
|
475
|
+
if (!this.sj()) {
|
|
476
|
+
this.mi(true);
|
|
477
477
|
}
|
|
478
478
|
}
|
|
479
479
|
break;
|
|
@@ -481,35 +481,35 @@ var RangeCategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
481
481
|
if (e != null) {
|
|
482
482
|
e.c0();
|
|
483
483
|
}
|
|
484
|
-
this.
|
|
485
|
-
if (!this.
|
|
486
|
-
this.
|
|
484
|
+
this.ry.cr.g(this.ft);
|
|
485
|
+
if (!this.sj()) {
|
|
486
|
+
this.mi(true);
|
|
487
487
|
}
|
|
488
488
|
break;
|
|
489
489
|
case 0:
|
|
490
490
|
if (e != null) {
|
|
491
491
|
e.c0();
|
|
492
492
|
}
|
|
493
|
-
this.
|
|
494
|
-
if (!this.
|
|
495
|
-
this.
|
|
493
|
+
this.ry.cr.g(this.ft);
|
|
494
|
+
if (!this.sj()) {
|
|
495
|
+
this.mi(true);
|
|
496
496
|
}
|
|
497
497
|
break;
|
|
498
498
|
case 2:
|
|
499
499
|
if (e != null) {
|
|
500
500
|
e.c0();
|
|
501
501
|
}
|
|
502
|
-
if (this.
|
|
503
|
-
this.
|
|
502
|
+
if (this.tp != null && this.tm != null && this.ry.cr.d > 0 && !this.sj()) {
|
|
503
|
+
this.mi(true);
|
|
504
504
|
}
|
|
505
505
|
break;
|
|
506
506
|
case 4:
|
|
507
507
|
if (e != null) {
|
|
508
508
|
e.c0();
|
|
509
509
|
}
|
|
510
|
-
this.
|
|
511
|
-
if (!this.
|
|
512
|
-
this.
|
|
510
|
+
this.ry.cr.g(this.ft);
|
|
511
|
+
if (!this.sj()) {
|
|
512
|
+
this.mi(true);
|
|
513
513
|
}
|
|
514
514
|
break;
|
|
515
515
|
}
|
|
@@ -521,8 +521,8 @@ var RangeCategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
521
521
|
}
|
|
522
522
|
return d;
|
|
523
523
|
};
|
|
524
|
-
RangeCategorySeries.prototype.
|
|
525
|
-
_super.prototype.
|
|
524
|
+
RangeCategorySeries.prototype.s4 = function (a, b) {
|
|
525
|
+
_super.prototype.s4.call(this, a, b);
|
|
526
526
|
this.RangeFramePreparer.d(a, b);
|
|
527
527
|
};
|
|
528
528
|
Object.defineProperty(RangeCategorySeries.prototype, "currentCategoryMode", {
|
|
@@ -548,14 +548,14 @@ var RangeCategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
548
548
|
});
|
|
549
549
|
Object.defineProperty(RangeCategorySeries.prototype, "bucketizer", {
|
|
550
550
|
get: function () {
|
|
551
|
-
return this.
|
|
551
|
+
return this.ry.cr;
|
|
552
552
|
},
|
|
553
553
|
enumerable: true,
|
|
554
554
|
configurable: true
|
|
555
555
|
});
|
|
556
556
|
Object.defineProperty(RangeCategorySeries.prototype, "currentMode2Index", {
|
|
557
557
|
get: function () {
|
|
558
|
-
return this.
|
|
558
|
+
return this.ss();
|
|
559
559
|
},
|
|
560
560
|
enumerable: true,
|
|
561
561
|
configurable: true
|
|
@@ -570,9 +570,9 @@ var RangeCategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
570
570
|
enumerable: true,
|
|
571
571
|
configurable: true
|
|
572
572
|
});
|
|
573
|
-
RangeCategorySeries.prototype.
|
|
573
|
+
RangeCategorySeries.prototype.mk = function (a, b) {
|
|
574
574
|
var c = this.ez;
|
|
575
|
-
_super.prototype.
|
|
575
|
+
_super.prototype.mk.call(this, a, b);
|
|
576
576
|
if (!c) {
|
|
577
577
|
this.b0.a2(b);
|
|
578
578
|
return;
|
|
@@ -583,16 +583,16 @@ var RangeCategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
583
583
|
}
|
|
584
584
|
var d = new RangeCategoryFramePreparer(1, this, typeCast(ISupportsMarkers_$type, this.bz), this.cd.cq.o, this, this.bz.cr);
|
|
585
585
|
if (!this.et) {
|
|
586
|
-
this.
|
|
587
|
-
this.
|
|
588
|
-
d.d(this.
|
|
586
|
+
this.rs = new CategoryFrame(3);
|
|
587
|
+
this.rs.u();
|
|
588
|
+
d.d(this.rs, this.bz);
|
|
589
589
|
}
|
|
590
590
|
this.et = false;
|
|
591
|
-
this.
|
|
591
|
+
this.s7(this.rs, this.bz);
|
|
592
592
|
this.ez = false;
|
|
593
593
|
};
|
|
594
|
-
RangeCategorySeries.prototype.
|
|
595
|
-
_super.prototype.
|
|
594
|
+
RangeCategorySeries.prototype.mh = function (a, b, c, d, e) {
|
|
595
|
+
_super.prototype.mh.call(this, a, b, c, d, e);
|
|
596
596
|
var f = this.a6.a$h.item(d);
|
|
597
597
|
var g = f;
|
|
598
598
|
g.cr.g(this.ft);
|
|
@@ -601,25 +601,25 @@ var RangeCategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
601
601
|
return;
|
|
602
602
|
}
|
|
603
603
|
var h = new RangeCategoryFramePreparer(1, this, typeCast(ISupportsMarkers_$type, f), f, this, f.cr);
|
|
604
|
-
if (this.
|
|
605
|
-
this.
|
|
604
|
+
if (this.te == null) {
|
|
605
|
+
this.te = new CategoryFrame(3);
|
|
606
606
|
}
|
|
607
|
-
this.
|
|
608
|
-
h.d(this.
|
|
609
|
-
this.
|
|
607
|
+
this.te.u();
|
|
608
|
+
h.d(this.te, g);
|
|
609
|
+
this.s7(this.te, g);
|
|
610
610
|
};
|
|
611
611
|
RangeCategorySeries.prototype.gc = function () {
|
|
612
612
|
return Series.gd(this.lowColumn, typeCast(ISortingAxis_$type, this.fetchXAxis()));
|
|
613
613
|
};
|
|
614
614
|
Object.defineProperty(RangeCategorySeries.prototype, "useHighMarkerFidelity", {
|
|
615
615
|
get: function () {
|
|
616
|
-
return this.
|
|
616
|
+
return this.sk;
|
|
617
617
|
},
|
|
618
618
|
enumerable: true,
|
|
619
619
|
configurable: true
|
|
620
620
|
});
|
|
621
621
|
RangeCategorySeries.$t = markType(RangeCategorySeries, 'RangeCategorySeries', CategorySeries.$, [IIsCategoryBased_$type, IHasHighLowValueCategory_$type]);
|
|
622
|
-
RangeCategorySeries.$$p = markDep(DependencyProperty, PropertyMetadata, RangeCategorySeries, 'raisePropertyChanged', ['HighMemberPath:
|
|
622
|
+
RangeCategorySeries.$$p = markDep(DependencyProperty, PropertyMetadata, RangeCategorySeries, 'raisePropertyChanged', ['HighMemberPath:tm:ts', [2, null], 'LowMemberPath:tp:tt', [2, null]]);
|
|
623
623
|
return RangeCategorySeries;
|
|
624
624
|
}(CategorySeries));
|
|
625
625
|
export { RangeCategorySeries };
|
|
@@ -42,9 +42,9 @@ var RangeColumnSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
42
42
|
RangeColumnSeries.prototype.bx = function () {
|
|
43
43
|
return new RangeColumnSeriesView(this);
|
|
44
44
|
};
|
|
45
|
-
RangeColumnSeries.prototype.
|
|
46
|
-
_super.prototype.
|
|
47
|
-
this.
|
|
45
|
+
RangeColumnSeries.prototype.lz = function (a) {
|
|
46
|
+
_super.prototype.lz.call(this, a);
|
|
47
|
+
this.ue = a;
|
|
48
48
|
};
|
|
49
49
|
RangeColumnSeries.prototype.get_c2 = function () {
|
|
50
50
|
return true;
|
|
@@ -52,17 +52,17 @@ var RangeColumnSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
52
52
|
RangeColumnSeries.prototype.preferredCategoryMode = function (a) {
|
|
53
53
|
return 2;
|
|
54
54
|
};
|
|
55
|
-
RangeColumnSeries.prototype.
|
|
55
|
+
RangeColumnSeries.prototype.pv = function (a) {
|
|
56
56
|
if (this.xAxis == null || this.yAxis == null) {
|
|
57
57
|
return Rect.empty;
|
|
58
58
|
}
|
|
59
|
-
var b = this.
|
|
59
|
+
var b = this.ph(a);
|
|
60
60
|
var c = this.b0.bv;
|
|
61
61
|
var d = this.b0.bu;
|
|
62
62
|
var e = this.getEffectiveViewport1(this.b0);
|
|
63
63
|
var f = new ScalerParams(0, c, d, this.yAxis.cg, e);
|
|
64
64
|
f.b = this.gc();
|
|
65
|
-
var g = this.aj(this.
|
|
65
|
+
var g = this.aj(this.ro(), this.rp.f, this.sp(this.b0), this.sq(this.b0), a, true);
|
|
66
66
|
if (g == null) {
|
|
67
67
|
return Rect.empty;
|
|
68
68
|
}
|
|
@@ -88,7 +88,7 @@ var RangeColumnSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
88
88
|
if (this.ey(a, b)) {
|
|
89
89
|
return true;
|
|
90
90
|
}
|
|
91
|
-
if (this.
|
|
91
|
+
if (this.qg(a, b)) {
|
|
92
92
|
return true;
|
|
93
93
|
}
|
|
94
94
|
return false;
|
|
@@ -103,8 +103,8 @@ var RangeColumnSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
103
103
|
RangeColumnSeries.prototype.ga = function () {
|
|
104
104
|
return this.xAxis.k3(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
|
|
105
105
|
};
|
|
106
|
-
RangeColumnSeries.prototype.
|
|
107
|
-
_super.prototype.
|
|
106
|
+
RangeColumnSeries.prototype.s7 = function (a, b) {
|
|
107
|
+
_super.prototype.s7.call(this, a, b);
|
|
108
108
|
var c = typeCast(RangeColumnSeriesView.$, b);
|
|
109
109
|
var d = a.f;
|
|
110
110
|
var e = b.bv;
|
|
@@ -115,13 +115,13 @@ var RangeColumnSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
115
115
|
c.c3.count = 0;
|
|
116
116
|
return;
|
|
117
117
|
}
|
|
118
|
-
this.
|
|
119
|
-
this.
|
|
120
|
-
this.
|
|
121
|
-
this.
|
|
122
|
-
this.
|
|
118
|
+
this.rx.a0(this, this.sh(), runOn(this, this.ri), this.sp(b), this.sq(b));
|
|
119
|
+
this.rx.r = this.uf;
|
|
120
|
+
this.rx.s = this.ug;
|
|
121
|
+
this.rx.k = this.uf;
|
|
122
|
+
this.rx.l = this.ug;
|
|
123
123
|
var i = false;
|
|
124
|
-
var j = this.
|
|
124
|
+
var j = this.rx.b;
|
|
125
125
|
if (j != null) {
|
|
126
126
|
i = true;
|
|
127
127
|
}
|
|
@@ -143,11 +143,11 @@ var RangeColumnSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
143
143
|
u.width = h;
|
|
144
144
|
u.height = t;
|
|
145
145
|
if (i) {
|
|
146
|
-
this.
|
|
146
|
+
this.s3(d, p, l, m, n, b.q);
|
|
147
147
|
}
|
|
148
|
-
this.
|
|
149
|
-
u.am = this.
|
|
150
|
-
u.an = this.
|
|
148
|
+
this.rx.ad(u, false, false, false, false);
|
|
149
|
+
u.am = this.rx.k;
|
|
150
|
+
u.an = this.rx.l;
|
|
151
151
|
c.c8(u, q, r);
|
|
152
152
|
}
|
|
153
153
|
c.c3.count = o;
|
|
@@ -155,13 +155,13 @@ var RangeColumnSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
155
155
|
};
|
|
156
156
|
Object.defineProperty(RangeColumnSeries.prototype, "useHighMarkerFidelity", {
|
|
157
157
|
get: function () {
|
|
158
|
-
return this.
|
|
158
|
+
return this.sk;
|
|
159
159
|
},
|
|
160
160
|
enumerable: true,
|
|
161
161
|
configurable: true
|
|
162
162
|
});
|
|
163
163
|
RangeColumnSeries.$t = markType(RangeColumnSeries, 'RangeColumnSeries', HorizontalRangeCategorySeries.$);
|
|
164
|
-
RangeColumnSeries.$$p = markDep(DependencyProperty, PropertyMetadata, RangeColumnSeries, 'raisePropertyChanged', ['RadiusX:
|
|
164
|
+
RangeColumnSeries.$$p = markDep(DependencyProperty, PropertyMetadata, RangeColumnSeries, 'raisePropertyChanged', ['RadiusX:uf:uj', [1, 0], 'RadiusY:ug:uk', [1, 0]]);
|
|
165
165
|
return RangeColumnSeries;
|
|
166
166
|
}(HorizontalRangeCategorySeries));
|
|
167
167
|
export { RangeColumnSeries };
|
|
@@ -191,7 +191,7 @@ var RangeColumnSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
191
191
|
_super.prototype.as.call(this);
|
|
192
192
|
this.c4 = new List$1(Rectangle.$, 0);
|
|
193
193
|
if (!this.q) {
|
|
194
|
-
this.c2.
|
|
194
|
+
this.c2.qd = Defaults.c;
|
|
195
195
|
this.c2.gz = Defaults.i;
|
|
196
196
|
}
|
|
197
197
|
};
|
|
@@ -16,44 +16,44 @@ var RateOfChangeAndMomentumIndicator = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
16
16
|
function RateOfChangeAndMomentumIndicator() {
|
|
17
17
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
18
18
|
}
|
|
19
|
-
RateOfChangeAndMomentumIndicator.prototype.
|
|
19
|
+
RateOfChangeAndMomentumIndicator.prototype.get_uh = function () {
|
|
20
20
|
return new RateOfChangeAndMomentumIndicatorStrategy();
|
|
21
21
|
};
|
|
22
|
-
Object.defineProperty(RateOfChangeAndMomentumIndicator.prototype, "
|
|
22
|
+
Object.defineProperty(RateOfChangeAndMomentumIndicator.prototype, "uh", {
|
|
23
23
|
get: function () {
|
|
24
|
-
return this.
|
|
24
|
+
return this.get_uh();
|
|
25
25
|
},
|
|
26
26
|
enumerable: true,
|
|
27
27
|
configurable: true
|
|
28
28
|
});
|
|
29
|
-
RateOfChangeAndMomentumIndicator.prototype.
|
|
29
|
+
RateOfChangeAndMomentumIndicator.prototype.get_uu = function () {
|
|
30
30
|
return RateOfChangeAndMomentumIndicator.$;
|
|
31
31
|
};
|
|
32
|
-
Object.defineProperty(RateOfChangeAndMomentumIndicator.prototype, "
|
|
32
|
+
Object.defineProperty(RateOfChangeAndMomentumIndicator.prototype, "uu", {
|
|
33
33
|
get: function () {
|
|
34
|
-
return this.
|
|
34
|
+
return this.get_uu();
|
|
35
35
|
},
|
|
36
36
|
enumerable: true,
|
|
37
37
|
configurable: true
|
|
38
38
|
});
|
|
39
|
-
Object.defineProperty(RateOfChangeAndMomentumIndicator.prototype, "
|
|
39
|
+
Object.defineProperty(RateOfChangeAndMomentumIndicator.prototype, "u2", {
|
|
40
40
|
get: function () {
|
|
41
|
-
return typeGetValue(this.c(RateOfChangeAndMomentumIndicator.
|
|
41
|
+
return typeGetValue(this.c(RateOfChangeAndMomentumIndicator.u3));
|
|
42
42
|
},
|
|
43
43
|
set: function (a) {
|
|
44
|
-
this.h(RateOfChangeAndMomentumIndicator.
|
|
44
|
+
this.h(RateOfChangeAndMomentumIndicator.u3, a);
|
|
45
45
|
},
|
|
46
46
|
enumerable: true,
|
|
47
47
|
configurable: true
|
|
48
48
|
});
|
|
49
|
-
RateOfChangeAndMomentumIndicator.prototype.
|
|
50
|
-
return this.
|
|
49
|
+
RateOfChangeAndMomentumIndicator.prototype.un = function () {
|
|
50
|
+
return this.u2;
|
|
51
51
|
};
|
|
52
|
-
RateOfChangeAndMomentumIndicator.prototype.
|
|
53
|
-
this.
|
|
52
|
+
RateOfChangeAndMomentumIndicator.prototype.uw = function (a) {
|
|
53
|
+
this.u2 = a;
|
|
54
54
|
};
|
|
55
55
|
RateOfChangeAndMomentumIndicator.$t = markType(RateOfChangeAndMomentumIndicator, 'RateOfChangeAndMomentumIndicator', StrategyBasedIndicator.$);
|
|
56
|
-
RateOfChangeAndMomentumIndicator.
|
|
56
|
+
RateOfChangeAndMomentumIndicator.u3 = StrategyBasedIndicator.uz(14, RateOfChangeAndMomentumIndicator.$);
|
|
57
57
|
return RateOfChangeAndMomentumIndicator;
|
|
58
58
|
}(StrategyBasedIndicator));
|
|
59
59
|
export { RateOfChangeAndMomentumIndicator };
|
|
@@ -16,47 +16,47 @@ var RelativeStrengthIndexIndicator = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
16
16
|
function RelativeStrengthIndexIndicator() {
|
|
17
17
|
return _super.call(this) || this;
|
|
18
18
|
}
|
|
19
|
-
RelativeStrengthIndexIndicator.prototype.
|
|
19
|
+
RelativeStrengthIndexIndicator.prototype.get_to = function () {
|
|
20
20
|
return 1;
|
|
21
21
|
};
|
|
22
|
-
RelativeStrengthIndexIndicator.prototype.
|
|
22
|
+
RelativeStrengthIndexIndicator.prototype.get_uh = function () {
|
|
23
23
|
return new RelativeStrengthIndexIndicatorStrategy();
|
|
24
24
|
};
|
|
25
|
-
Object.defineProperty(RelativeStrengthIndexIndicator.prototype, "
|
|
25
|
+
Object.defineProperty(RelativeStrengthIndexIndicator.prototype, "uh", {
|
|
26
26
|
get: function () {
|
|
27
|
-
return this.
|
|
27
|
+
return this.get_uh();
|
|
28
28
|
},
|
|
29
29
|
enumerable: true,
|
|
30
30
|
configurable: true
|
|
31
31
|
});
|
|
32
|
-
RelativeStrengthIndexIndicator.prototype.
|
|
32
|
+
RelativeStrengthIndexIndicator.prototype.get_uu = function () {
|
|
33
33
|
return RelativeStrengthIndexIndicator.$;
|
|
34
34
|
};
|
|
35
|
-
Object.defineProperty(RelativeStrengthIndexIndicator.prototype, "
|
|
35
|
+
Object.defineProperty(RelativeStrengthIndexIndicator.prototype, "uu", {
|
|
36
36
|
get: function () {
|
|
37
|
-
return this.
|
|
37
|
+
return this.get_uu();
|
|
38
38
|
},
|
|
39
39
|
enumerable: true,
|
|
40
40
|
configurable: true
|
|
41
41
|
});
|
|
42
|
-
Object.defineProperty(RelativeStrengthIndexIndicator.prototype, "
|
|
42
|
+
Object.defineProperty(RelativeStrengthIndexIndicator.prototype, "u2", {
|
|
43
43
|
get: function () {
|
|
44
|
-
return typeGetValue(this.c(RelativeStrengthIndexIndicator.
|
|
44
|
+
return typeGetValue(this.c(RelativeStrengthIndexIndicator.u3));
|
|
45
45
|
},
|
|
46
46
|
set: function (a) {
|
|
47
|
-
this.h(RelativeStrengthIndexIndicator.
|
|
47
|
+
this.h(RelativeStrengthIndexIndicator.u3, a);
|
|
48
48
|
},
|
|
49
49
|
enumerable: true,
|
|
50
50
|
configurable: true
|
|
51
51
|
});
|
|
52
|
-
RelativeStrengthIndexIndicator.prototype.
|
|
53
|
-
return this.
|
|
52
|
+
RelativeStrengthIndexIndicator.prototype.un = function () {
|
|
53
|
+
return this.u2;
|
|
54
54
|
};
|
|
55
|
-
RelativeStrengthIndexIndicator.prototype.
|
|
56
|
-
this.
|
|
55
|
+
RelativeStrengthIndexIndicator.prototype.uw = function (a) {
|
|
56
|
+
this.u2 = a;
|
|
57
57
|
};
|
|
58
58
|
RelativeStrengthIndexIndicator.$t = markType(RelativeStrengthIndexIndicator, 'RelativeStrengthIndexIndicator', StrategyBasedIndicator.$);
|
|
59
|
-
RelativeStrengthIndexIndicator.
|
|
59
|
+
RelativeStrengthIndexIndicator.u3 = StrategyBasedIndicator.uz(14, RelativeStrengthIndexIndicator.$);
|
|
60
60
|
return RelativeStrengthIndexIndicator;
|
|
61
61
|
}(StrategyBasedIndicator));
|
|
62
62
|
export { RelativeStrengthIndexIndicator };
|