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
|
@@ -12,32 +12,32 @@ import { typeGetValue, markType } from "igniteui-webcomponents-core";
|
|
|
12
12
|
*/
|
|
13
13
|
export let StandardDeviationIndicator = /*@__PURE__*/ (() => {
|
|
14
14
|
class StandardDeviationIndicator extends StrategyBasedIndicator {
|
|
15
|
-
|
|
15
|
+
get_uh() {
|
|
16
16
|
return new StandardDeviationIndicatorStrategy();
|
|
17
17
|
}
|
|
18
|
-
get
|
|
19
|
-
return this.
|
|
18
|
+
get uh() {
|
|
19
|
+
return this.get_uh();
|
|
20
20
|
}
|
|
21
|
-
|
|
21
|
+
get_uu() {
|
|
22
22
|
return StandardDeviationIndicator.$;
|
|
23
23
|
}
|
|
24
|
-
get
|
|
25
|
-
return this.
|
|
24
|
+
get uu() {
|
|
25
|
+
return this.get_uu();
|
|
26
26
|
}
|
|
27
|
-
get
|
|
28
|
-
return typeGetValue(this.c(StandardDeviationIndicator.
|
|
27
|
+
get u2() {
|
|
28
|
+
return typeGetValue(this.c(StandardDeviationIndicator.u3));
|
|
29
29
|
}
|
|
30
|
-
set
|
|
31
|
-
this.h(StandardDeviationIndicator.
|
|
30
|
+
set u2(a) {
|
|
31
|
+
this.h(StandardDeviationIndicator.u3, a);
|
|
32
32
|
}
|
|
33
|
-
|
|
34
|
-
return this.
|
|
33
|
+
un() {
|
|
34
|
+
return this.u2;
|
|
35
35
|
}
|
|
36
|
-
|
|
37
|
-
this.
|
|
36
|
+
uw(a) {
|
|
37
|
+
this.u2 = a;
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
StandardDeviationIndicator.$t = /*@__PURE__*/ markType(StandardDeviationIndicator, 'StandardDeviationIndicator', StrategyBasedIndicator.$);
|
|
41
|
-
StandardDeviationIndicator.
|
|
41
|
+
StandardDeviationIndicator.u3 = /*@__PURE__*/ StrategyBasedIndicator.uz(20, StandardDeviationIndicator.$);
|
|
42
42
|
return StandardDeviationIndicator;
|
|
43
43
|
})();
|
|
@@ -21,16 +21,16 @@ export let StepAreaSeries = /*@__PURE__*/ (() => {
|
|
|
21
21
|
class StepAreaSeries extends HorizontalAnchoredCategorySeries {
|
|
22
22
|
constructor() {
|
|
23
23
|
super();
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
24
|
+
this.u7 = null;
|
|
25
|
+
this.u7 = new CategoryLineRasterizer();
|
|
26
26
|
this.ab = StepAreaSeries.$;
|
|
27
27
|
}
|
|
28
28
|
bx() {
|
|
29
29
|
return new StepAreaSeriesView(this);
|
|
30
30
|
}
|
|
31
|
-
|
|
32
|
-
super.
|
|
33
|
-
this.
|
|
31
|
+
lz(a) {
|
|
32
|
+
super.lz(a);
|
|
33
|
+
this.u8 = a;
|
|
34
34
|
}
|
|
35
35
|
get_de() {
|
|
36
36
|
return true;
|
|
@@ -58,7 +58,7 @@ export let StepAreaSeries = /*@__PURE__*/ (() => {
|
|
|
58
58
|
let c = b;
|
|
59
59
|
c.db();
|
|
60
60
|
}
|
|
61
|
-
|
|
61
|
+
u9(a, b, c, d, e) {
|
|
62
62
|
if (b) {
|
|
63
63
|
if (e) {
|
|
64
64
|
if ((a & 1) == 0 || ((intDivide(a, 2)) + 1) >= c.f.count) {
|
|
@@ -76,7 +76,7 @@ export let StepAreaSeries = /*@__PURE__*/ (() => {
|
|
|
76
76
|
}
|
|
77
77
|
return c.f._inner[(intDivide(a, 2))][0] + ((a & 1) == 0 ? -d : d);
|
|
78
78
|
}
|
|
79
|
-
|
|
79
|
+
rz() {
|
|
80
80
|
return 1;
|
|
81
81
|
}
|
|
82
82
|
f9(a, b, c, d, e, f, g, h) {
|
|
@@ -113,56 +113,56 @@ export let StepAreaSeries = /*@__PURE__*/ (() => {
|
|
|
113
113
|
return super.bp();
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
|
-
|
|
117
|
-
super.
|
|
116
|
+
s7(a, b) {
|
|
117
|
+
super.s7(a, b);
|
|
118
118
|
let c = b.bv;
|
|
119
119
|
let d = b.bu;
|
|
120
120
|
let e = this.getEffectiveViewport1(b);
|
|
121
|
-
let f = typeCast(ISortingAxis_$type, this.
|
|
122
|
-
let g = this.
|
|
123
|
-
if (this.
|
|
121
|
+
let f = typeCast(ISortingAxis_$type, this.uo) != null;
|
|
122
|
+
let g = this.uo != null ? 0.5 * this.uo.getCategorySize(c, d, e) : 0;
|
|
123
|
+
if (this.uo != null && this.uo.cg) {
|
|
124
124
|
g = -g;
|
|
125
125
|
}
|
|
126
126
|
let h = a.f.count * 2;
|
|
127
127
|
let i = new List$1(Array_$type, 2, h);
|
|
128
|
-
this.
|
|
128
|
+
this.rx.a0(this, this.sh(), runOn(this, this.ri), this.sp(b), this.sq(b));
|
|
129
129
|
let j = false;
|
|
130
|
-
let k = this.
|
|
130
|
+
let k = this.rx.b;
|
|
131
131
|
if (k != null) {
|
|
132
132
|
j = true;
|
|
133
133
|
}
|
|
134
134
|
for (let l = 0; l < h; l++) {
|
|
135
135
|
let m = new Array(4);
|
|
136
|
-
m[0] = this.
|
|
136
|
+
m[0] = this.u9(l, false, a, g, f);
|
|
137
137
|
m[1] = a.f._inner[(intDivide(l, 2))][1];
|
|
138
|
-
m[2] = this.
|
|
138
|
+
m[2] = this.u9(l, true, a, g, f);
|
|
139
139
|
m[3] = a.f._inner[(intDivide(l, 2))][2];
|
|
140
140
|
i.add(m);
|
|
141
141
|
}
|
|
142
|
-
let n = this.
|
|
142
|
+
let n = this.ry.cr.d;
|
|
143
143
|
if (j) {
|
|
144
|
-
let o = new ScalerParams(0, b.bv, b.bu, this.
|
|
145
|
-
this.
|
|
144
|
+
let o = new ScalerParams(0, b.bv, b.bu, this.uo.cg, e);
|
|
145
|
+
this.s3(i, -1, this.valueColumn.count, this.uo, o, b.q);
|
|
146
146
|
}
|
|
147
147
|
let p = typeCast(StepAreaSeriesView.$, b);
|
|
148
148
|
let q = p.dp;
|
|
149
149
|
let r = p.dq;
|
|
150
150
|
let s = p.dm;
|
|
151
151
|
let t = p.dn;
|
|
152
|
-
this.
|
|
153
|
-
this.
|
|
154
|
-
this.
|
|
155
|
-
this.
|
|
152
|
+
this.rx.ad(q, true, false, true, true);
|
|
153
|
+
this.rx.ad(r, true, false, true, true);
|
|
154
|
+
this.rx.ad(s, false, true, false, false);
|
|
155
|
+
this.rx.ad(t, false, true, false, false);
|
|
156
156
|
if (b.cv(a)) {
|
|
157
|
-
p.dd(h, i, false, n, this.ft, (u, v, w, x, y) => this.
|
|
157
|
+
p.dd(h, i, false, n, this.ft, (u, v, w, x, y) => this.t6(u, 2 * a.f.count, b), 1, this.tg(i, i.count - 1, b.bu, b.bv, true));
|
|
158
158
|
b.cy(a);
|
|
159
159
|
}
|
|
160
160
|
let u = this.fetchYAxis();
|
|
161
|
-
p.dm._opacity = this.
|
|
162
|
-
p.dn._opacity = 0.5 * this.
|
|
161
|
+
p.dm._opacity = this.rx.j * this.fq;
|
|
162
|
+
p.dn._opacity = 0.5 * this.rx.j * this.fq;
|
|
163
163
|
}
|
|
164
164
|
get useHighMarkerFidelity() {
|
|
165
|
-
return this.
|
|
165
|
+
return this.sk;
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
168
|
StepAreaSeries.$t = /*@__PURE__*/ markType(StepAreaSeries, 'StepAreaSeries', HorizontalAnchoredCategorySeries.$);
|
|
@@ -189,7 +189,7 @@ export let StepAreaSeriesView = /*@__PURE__*/ (() => {
|
|
|
189
189
|
as() {
|
|
190
190
|
super.as();
|
|
191
191
|
if (!this.q) {
|
|
192
|
-
this.da.
|
|
192
|
+
this.da.qd = Defaults.c;
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
195
|
get dm() {
|
|
@@ -215,8 +215,8 @@ export let StepAreaSeriesView = /*@__PURE__*/ (() => {
|
|
|
215
215
|
this.dc(a, b, c, d, e, f, g);
|
|
216
216
|
}
|
|
217
217
|
dd(a, b, c, d, e, f, g, h) {
|
|
218
|
-
this.da.
|
|
219
|
-
this.da.
|
|
218
|
+
this.da.u7.a = typeCast(ISortingAxis_$type, this.ct.fetchXAxis()) !== null ? true : false;
|
|
219
|
+
this.da.u7.j(this.di, this.dk, this.dj, this.dl, a, b, c, d, e, f, g, h);
|
|
220
220
|
this.aq();
|
|
221
221
|
}
|
|
222
222
|
bc() {
|
|
@@ -22,8 +22,8 @@ export let StepLineSeries = /*@__PURE__*/ (() => {
|
|
|
22
22
|
class StepLineSeries extends HorizontalAnchoredCategorySeries {
|
|
23
23
|
constructor() {
|
|
24
24
|
super();
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
25
|
+
this.u7 = null;
|
|
26
|
+
this.u7 = new CategoryLineRasterizer();
|
|
27
27
|
this.ab = StepLineSeries.$;
|
|
28
28
|
}
|
|
29
29
|
get_d1() {
|
|
@@ -38,9 +38,9 @@ export let StepLineSeries = /*@__PURE__*/ (() => {
|
|
|
38
38
|
bx() {
|
|
39
39
|
return new StepLineSeriesView(this);
|
|
40
40
|
}
|
|
41
|
-
|
|
42
|
-
super.
|
|
43
|
-
this.
|
|
41
|
+
lz(a) {
|
|
42
|
+
super.lz(a);
|
|
43
|
+
this.u8 = a;
|
|
44
44
|
}
|
|
45
45
|
ac() {
|
|
46
46
|
super.ac();
|
|
@@ -90,7 +90,7 @@ export let StepLineSeries = /*@__PURE__*/ (() => {
|
|
|
90
90
|
}
|
|
91
91
|
return i;
|
|
92
92
|
}
|
|
93
|
-
|
|
93
|
+
u9(a, b, c, d, e, f) {
|
|
94
94
|
let g;
|
|
95
95
|
if (b) {
|
|
96
96
|
if (f) {
|
|
@@ -119,26 +119,26 @@ export let StepLineSeries = /*@__PURE__*/ (() => {
|
|
|
119
119
|
g = (a & 1) == 0;
|
|
120
120
|
return c.f._inner[(intDivide(a, 2))][0] + (g ? -d : d);
|
|
121
121
|
}
|
|
122
|
-
|
|
123
|
-
super.
|
|
122
|
+
s7(a, b) {
|
|
123
|
+
super.s7(a, b);
|
|
124
124
|
let c = b.bv;
|
|
125
125
|
let d = b.bu;
|
|
126
126
|
let e = this.getEffectiveViewport1(b);
|
|
127
|
-
let f = typeCast(ISortingAxis_$type, this.
|
|
128
|
-
let g = this.
|
|
127
|
+
let f = typeCast(ISortingAxis_$type, this.uo) != null;
|
|
128
|
+
let g = this.uo.cg;
|
|
129
129
|
let h = 0;
|
|
130
|
-
if (this.
|
|
131
|
-
h = 0.5 * this.
|
|
130
|
+
if (this.uo != null) {
|
|
131
|
+
h = 0.5 * this.uo.getCategorySize(c, d, e);
|
|
132
132
|
}
|
|
133
133
|
let i = a.f;
|
|
134
134
|
let j = 2 * i.count;
|
|
135
135
|
let k = new List$1(Array_$type, 2, j);
|
|
136
|
-
if (!this.
|
|
136
|
+
if (!this.uo.cg) {
|
|
137
137
|
for (let l = 0; l < j; l++) {
|
|
138
138
|
let m = new Array(4);
|
|
139
|
-
m[0] = this.
|
|
139
|
+
m[0] = this.u9(l, false, a, h, g, f);
|
|
140
140
|
m[1] = a.f._inner[(intDivide(l, 2))][1];
|
|
141
|
-
m[2] = this.
|
|
141
|
+
m[2] = this.u9(l, true, a, h, g, f);
|
|
142
142
|
m[3] = a.f._inner[(intDivide(l, 2))][2];
|
|
143
143
|
k.add(m);
|
|
144
144
|
}
|
|
@@ -146,39 +146,39 @@ export let StepLineSeries = /*@__PURE__*/ (() => {
|
|
|
146
146
|
else {
|
|
147
147
|
for (let n = 0; n < j; n++) {
|
|
148
148
|
let o = new Array(4);
|
|
149
|
-
o[0] = this.
|
|
149
|
+
o[0] = this.u9(n, true, a, h, g, f);
|
|
150
150
|
o[1] = a.f._inner[(intDivide(n, 2))][1];
|
|
151
|
-
o[2] = this.
|
|
151
|
+
o[2] = this.u9(n, true, a, h, g, f);
|
|
152
152
|
o[3] = a.f._inner[(intDivide(n, 2))][2];
|
|
153
153
|
k.add(o);
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
let p = typeCast(StepLineSeriesView.$, b);
|
|
157
157
|
let q = p.cr.d;
|
|
158
|
-
this.
|
|
158
|
+
this.rx.a0(this, this.sh(), runOn(this, this.ri), this.sp(b), this.sq(b));
|
|
159
159
|
let r = false;
|
|
160
|
-
let s = this.
|
|
160
|
+
let s = this.rx.b;
|
|
161
161
|
if (s != null) {
|
|
162
162
|
r = true;
|
|
163
163
|
}
|
|
164
164
|
if (r) {
|
|
165
|
-
let t = new ScalerParams(0, b.bv, b.bu, this.
|
|
166
|
-
this.
|
|
165
|
+
let t = new ScalerParams(0, b.bv, b.bu, this.uo.cg, e);
|
|
166
|
+
this.s3(i, -1, this.valueColumn.count, this.uo, t, b.q);
|
|
167
167
|
}
|
|
168
168
|
let u = p.dh;
|
|
169
169
|
let v = p.di;
|
|
170
170
|
let w = p.dg;
|
|
171
|
-
this.
|
|
172
|
-
this.
|
|
173
|
-
this.
|
|
174
|
-
w._opacity = 0.75 * this.
|
|
171
|
+
this.rx.ad(u, true, false, true, false);
|
|
172
|
+
this.rx.ad(v, true, false, true, false);
|
|
173
|
+
this.rx.ad(w, false, true, false, false);
|
|
174
|
+
w._opacity = 0.75 * this.rx.j;
|
|
175
175
|
if (b.cv(a)) {
|
|
176
|
-
p.dc(j, k, false, 1, this.
|
|
176
|
+
p.dc(j, k, false, 1, this.tf(k, j - 1, b.bu, b.bv), q, this.ft);
|
|
177
177
|
b.cy(a);
|
|
178
178
|
}
|
|
179
179
|
}
|
|
180
180
|
get useHighMarkerFidelity() {
|
|
181
|
-
return this.
|
|
181
|
+
return this.sk;
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
184
|
StepLineSeries.$t = /*@__PURE__*/ markType(StepLineSeries, 'StepLineSeries', HorizontalAnchoredCategorySeries.$);
|
|
@@ -203,7 +203,7 @@ export let StepLineSeriesView = /*@__PURE__*/ (() => {
|
|
|
203
203
|
as() {
|
|
204
204
|
super.as();
|
|
205
205
|
if (!this.q) {
|
|
206
|
-
this.da.
|
|
206
|
+
this.da.qd = Defaults.c;
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
209
|
get dh() {
|
|
@@ -222,8 +222,8 @@ export let StepLineSeriesView = /*@__PURE__*/ (() => {
|
|
|
222
222
|
this.aq();
|
|
223
223
|
}
|
|
224
224
|
dc(a, b, c, d, e, f, g) {
|
|
225
|
-
this.da.
|
|
226
|
-
this.da.
|
|
225
|
+
this.da.u7.a = typeCast(ISortingAxis_$type, this.ct.fetchXAxis()) !== null ? true : false;
|
|
226
|
+
this.da.u7.m(this.dk, this.dj, this.dl, a, b, c, d, e, f, g);
|
|
227
227
|
this.aq();
|
|
228
228
|
}
|
|
229
229
|
bc() {
|
|
@@ -263,7 +263,7 @@ export let StepLineSeriesView = /*@__PURE__*/ (() => {
|
|
|
263
263
|
af() {
|
|
264
264
|
let a = new Color();
|
|
265
265
|
a.colorString = "rgba(95,95,95,0.5)";
|
|
266
|
-
this.e.
|
|
266
|
+
this.e.pb = a;
|
|
267
267
|
this.e.gw = 3;
|
|
268
268
|
this.e.gx = 1;
|
|
269
269
|
this.e.gy = 4;
|
|
@@ -12,32 +12,32 @@ import { typeGetValue, markType } from "igniteui-webcomponents-core";
|
|
|
12
12
|
*/
|
|
13
13
|
export let StochRSIIndicator = /*@__PURE__*/ (() => {
|
|
14
14
|
class StochRSIIndicator extends StrategyBasedIndicator {
|
|
15
|
-
|
|
15
|
+
get_uh() {
|
|
16
16
|
return new StochRSIIndicatorStrategy();
|
|
17
17
|
}
|
|
18
|
-
get
|
|
19
|
-
return this.
|
|
18
|
+
get uh() {
|
|
19
|
+
return this.get_uh();
|
|
20
20
|
}
|
|
21
|
-
|
|
21
|
+
get_uu() {
|
|
22
22
|
return StochRSIIndicator.$;
|
|
23
23
|
}
|
|
24
|
-
get
|
|
25
|
-
return this.
|
|
24
|
+
get uu() {
|
|
25
|
+
return this.get_uu();
|
|
26
26
|
}
|
|
27
|
-
get
|
|
28
|
-
return typeGetValue(this.c(StochRSIIndicator.
|
|
27
|
+
get u2() {
|
|
28
|
+
return typeGetValue(this.c(StochRSIIndicator.u3));
|
|
29
29
|
}
|
|
30
|
-
set
|
|
31
|
-
this.h(StochRSIIndicator.
|
|
30
|
+
set u2(a) {
|
|
31
|
+
this.h(StochRSIIndicator.u3, a);
|
|
32
32
|
}
|
|
33
|
-
|
|
34
|
-
return this.
|
|
33
|
+
un() {
|
|
34
|
+
return this.u2;
|
|
35
35
|
}
|
|
36
|
-
|
|
37
|
-
this.
|
|
36
|
+
uw(a) {
|
|
37
|
+
this.u2 = a;
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
StochRSIIndicator.$t = /*@__PURE__*/ markType(StochRSIIndicator, 'StochRSIIndicator', StrategyBasedIndicator.$);
|
|
41
|
-
StochRSIIndicator.
|
|
41
|
+
StochRSIIndicator.u3 = /*@__PURE__*/ StrategyBasedIndicator.uz(14, StochRSIIndicator.$);
|
|
42
42
|
return StochRSIIndicator;
|
|
43
43
|
})();
|
|
@@ -18,69 +18,69 @@ export let StrategyBasedIndicator = /*@__PURE__*/ (() => {
|
|
|
18
18
|
class StrategyBasedIndicator extends FinancialIndicator {
|
|
19
19
|
constructor() {
|
|
20
20
|
super();
|
|
21
|
-
this.
|
|
21
|
+
this.uv();
|
|
22
22
|
}
|
|
23
|
-
|
|
24
|
-
this.
|
|
25
|
-
this.ab = this.
|
|
23
|
+
uv() {
|
|
24
|
+
this.ug = this.uh;
|
|
25
|
+
this.ab = this.uu;
|
|
26
26
|
}
|
|
27
|
-
|
|
27
|
+
un() {
|
|
28
28
|
return -2147483648;
|
|
29
29
|
}
|
|
30
|
-
|
|
30
|
+
uw(a) {
|
|
31
31
|
}
|
|
32
|
-
|
|
32
|
+
up() {
|
|
33
33
|
return -2147483648;
|
|
34
34
|
}
|
|
35
|
-
|
|
35
|
+
um() {
|
|
36
36
|
return -2147483648;
|
|
37
37
|
}
|
|
38
|
-
static
|
|
38
|
+
static u0(a, b, c) {
|
|
39
39
|
let d = DependencyProperty.i(c, Number_$type, b, new PropertyMetadata(2, a, (e, f) => (typeCast(StrategyBasedIndicator.$, e)).raisePropertyChanged(c, f.oldValue, f.newValue)));
|
|
40
|
-
StrategyBasedIndicator.
|
|
40
|
+
StrategyBasedIndicator.uk.add(c);
|
|
41
41
|
return d;
|
|
42
42
|
}
|
|
43
|
-
static
|
|
44
|
-
return StrategyBasedIndicator.
|
|
43
|
+
static uz(a, b) {
|
|
44
|
+
return StrategyBasedIndicator.u0(a, b, "Period");
|
|
45
45
|
}
|
|
46
|
-
static
|
|
47
|
-
return StrategyBasedIndicator.
|
|
46
|
+
static ux(a, b) {
|
|
47
|
+
return StrategyBasedIndicator.u0(a, b, "LongPeriod");
|
|
48
48
|
}
|
|
49
|
-
static
|
|
50
|
-
return StrategyBasedIndicator.
|
|
49
|
+
static u1(a, b) {
|
|
50
|
+
return StrategyBasedIndicator.u0(a, b, "ShortPeriod");
|
|
51
51
|
}
|
|
52
|
-
|
|
53
|
-
let c = this.
|
|
54
|
-
let d = this.
|
|
55
|
-
return this.
|
|
52
|
+
tt(a, b) {
|
|
53
|
+
let c = this.qp(a, b);
|
|
54
|
+
let d = this.qq(c);
|
|
55
|
+
return this.ug.b(c, d);
|
|
56
56
|
}
|
|
57
|
-
|
|
58
|
-
let c = this.
|
|
57
|
+
tq(a, b) {
|
|
58
|
+
let c = this.qp(a, b);
|
|
59
59
|
if (b == 0) {
|
|
60
60
|
return false;
|
|
61
61
|
}
|
|
62
|
-
if (!this.
|
|
62
|
+
if (!this.rl(this.tt(a, b))) {
|
|
63
63
|
return false;
|
|
64
64
|
}
|
|
65
|
-
let d = this.
|
|
66
|
-
if (this.
|
|
67
|
-
c.minimumValue = this.
|
|
68
|
-
c.maximumValue = this.
|
|
65
|
+
let d = this.qq(c);
|
|
66
|
+
if (this.tm != null) {
|
|
67
|
+
c.minimumValue = this.tm.c;
|
|
68
|
+
c.maximumValue = this.tm.b;
|
|
69
69
|
}
|
|
70
|
-
let e = this.
|
|
71
|
-
for (let f = 0; f < this.
|
|
70
|
+
let e = this.ug.a(c, d);
|
|
71
|
+
for (let f = 0; f < this.tv && f < c.indicatorColumn.count; f++) {
|
|
72
72
|
c.indicatorColumn.item(f, NaN);
|
|
73
73
|
}
|
|
74
|
-
if (this.
|
|
75
|
-
this.
|
|
74
|
+
if (this.qy != null && this.uj(c)) {
|
|
75
|
+
this.qy.c0();
|
|
76
76
|
}
|
|
77
77
|
return e;
|
|
78
78
|
}
|
|
79
|
-
|
|
79
|
+
uj(a) {
|
|
80
80
|
if (!isNaN_(a.minimumValue) && !isNaN_(a.maximumValue) && a.specifiesRange) {
|
|
81
|
-
let b = this.
|
|
82
|
-
this.
|
|
83
|
-
return this.
|
|
81
|
+
let b = this.tm;
|
|
82
|
+
this.tm = new AxisRange(a.minimumValue, a.maximumValue);
|
|
83
|
+
return this.ui(b, this.tm);
|
|
84
84
|
}
|
|
85
85
|
let c = 1.7976931348623157E+308;
|
|
86
86
|
let d = -1.7976931348623157E+308;
|
|
@@ -90,11 +90,11 @@ export let StrategyBasedIndicator = /*@__PURE__*/ (() => {
|
|
|
90
90
|
d = Math.max(d, e);
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
|
-
let f = this.
|
|
94
|
-
this.
|
|
95
|
-
return this.
|
|
93
|
+
let f = this.tm;
|
|
94
|
+
this.tm = new AxisRange(c, d);
|
|
95
|
+
return this.ui(f, this.tm);
|
|
96
96
|
}
|
|
97
|
-
|
|
97
|
+
ui(a, b) {
|
|
98
98
|
if (a == null || b == null) {
|
|
99
99
|
return true;
|
|
100
100
|
}
|
|
@@ -106,7 +106,7 @@ export let StrategyBasedIndicator = /*@__PURE__*/ (() => {
|
|
|
106
106
|
}
|
|
107
107
|
return false;
|
|
108
108
|
}
|
|
109
|
-
|
|
109
|
+
uo(a) {
|
|
110
110
|
if (a == -2147483648) {
|
|
111
111
|
return 0;
|
|
112
112
|
}
|
|
@@ -118,38 +118,38 @@ export let StrategyBasedIndicator = /*@__PURE__*/ (() => {
|
|
|
118
118
|
}
|
|
119
119
|
return a;
|
|
120
120
|
}
|
|
121
|
-
|
|
122
|
-
let c = super.
|
|
121
|
+
qp(a, b) {
|
|
122
|
+
let c = super.qp(a, b);
|
|
123
123
|
c.indicatorColumn = this.indicatorColumn;
|
|
124
|
-
c.period = this.
|
|
125
|
-
c.shortPeriod = this.
|
|
126
|
-
c.longPeriod = this.
|
|
127
|
-
c.multiplier = this.
|
|
124
|
+
c.period = this.uo(this.un());
|
|
125
|
+
c.shortPeriod = this.uo(this.up());
|
|
126
|
+
c.longPeriod = this.uo(this.um());
|
|
127
|
+
c.multiplier = this.ul();
|
|
128
128
|
return c;
|
|
129
129
|
}
|
|
130
|
-
|
|
130
|
+
ul() {
|
|
131
131
|
return 1;
|
|
132
132
|
}
|
|
133
|
-
static
|
|
133
|
+
static uy(a, b) {
|
|
134
134
|
let c = DependencyProperty.i("Multiplier", Number_$type, b, new PropertyMetadata(2, a, (d, e) => (typeCast(StrategyBasedIndicator.$, d)).raisePropertyChanged("Multiplier", e.oldValue, e.newValue)));
|
|
135
|
-
StrategyBasedIndicator.
|
|
135
|
+
StrategyBasedIndicator.uk.add("Multiplier");
|
|
136
136
|
return c;
|
|
137
137
|
}
|
|
138
|
-
|
|
139
|
-
super.
|
|
140
|
-
if (StrategyBasedIndicator.
|
|
141
|
-
if (this.
|
|
142
|
-
this.
|
|
143
|
-
this.
|
|
144
|
-
if (this.
|
|
145
|
-
this.
|
|
138
|
+
l4(a, b, c, d) {
|
|
139
|
+
super.l4(a, b, c, d);
|
|
140
|
+
if (StrategyBasedIndicator.uk.contains(b)) {
|
|
141
|
+
if (this.qy != null && !this.qy.c0()) {
|
|
142
|
+
this.qt.bx.e(this.ft);
|
|
143
|
+
this.tq(0, this.indicatorColumn.count);
|
|
144
|
+
if (this.tn.b7) {
|
|
145
|
+
this.tn.b5.g$i();
|
|
146
146
|
}
|
|
147
|
-
this.
|
|
147
|
+
this.mi(false);
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
StrategyBasedIndicator.$t = /*@__PURE__*/ markType(StrategyBasedIndicator, 'StrategyBasedIndicator', FinancialIndicator.$);
|
|
153
|
-
StrategyBasedIndicator.
|
|
153
|
+
StrategyBasedIndicator.uk = /*@__PURE__*/ new List$1(String_$type, 0);
|
|
154
154
|
return StrategyBasedIndicator;
|
|
155
155
|
})();
|
|
@@ -15,7 +15,7 @@ export let TRIXIndicator = /*@__PURE__*/ (() => {
|
|
|
15
15
|
class TRIXIndicator extends StrategyBasedIndicator {
|
|
16
16
|
constructor() {
|
|
17
17
|
super();
|
|
18
|
-
this.
|
|
18
|
+
this.tp = 0;
|
|
19
19
|
this.trendLineBrush = ((() => {
|
|
20
20
|
let $ret = new Brush();
|
|
21
21
|
$ret.fill = "#565656";
|
|
@@ -24,32 +24,32 @@ export let TRIXIndicator = /*@__PURE__*/ (() => {
|
|
|
24
24
|
this.trendLineType = 9;
|
|
25
25
|
this.trendLinePeriod = 9;
|
|
26
26
|
}
|
|
27
|
-
|
|
27
|
+
get_uh() {
|
|
28
28
|
return new TRIXIndicatorStrategy();
|
|
29
29
|
}
|
|
30
|
-
get
|
|
31
|
-
return this.
|
|
30
|
+
get uh() {
|
|
31
|
+
return this.get_uh();
|
|
32
32
|
}
|
|
33
|
-
|
|
33
|
+
get_uu() {
|
|
34
34
|
return TRIXIndicator.$;
|
|
35
35
|
}
|
|
36
|
-
get
|
|
37
|
-
return this.
|
|
36
|
+
get uu() {
|
|
37
|
+
return this.get_uu();
|
|
38
38
|
}
|
|
39
|
-
get
|
|
40
|
-
return typeGetValue(this.c(TRIXIndicator.
|
|
39
|
+
get u2() {
|
|
40
|
+
return typeGetValue(this.c(TRIXIndicator.u3));
|
|
41
41
|
}
|
|
42
|
-
set
|
|
43
|
-
this.h(TRIXIndicator.
|
|
42
|
+
set u2(a) {
|
|
43
|
+
this.h(TRIXIndicator.u3, a);
|
|
44
44
|
}
|
|
45
|
-
|
|
46
|
-
return this.
|
|
45
|
+
un() {
|
|
46
|
+
return this.u2;
|
|
47
47
|
}
|
|
48
|
-
|
|
49
|
-
this.
|
|
48
|
+
uw(a) {
|
|
49
|
+
this.u2 = a;
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
TRIXIndicator.$t = /*@__PURE__*/ markType(TRIXIndicator, 'TRIXIndicator', StrategyBasedIndicator.$);
|
|
53
|
-
TRIXIndicator.
|
|
53
|
+
TRIXIndicator.u3 = /*@__PURE__*/ StrategyBasedIndicator.uz(15, TRIXIndicator.$);
|
|
54
54
|
return TRIXIndicator;
|
|
55
55
|
})();
|