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
|
@@ -16,44 +16,44 @@ var StandardDeviationIndicator = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
16
16
|
function StandardDeviationIndicator() {
|
|
17
17
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
18
18
|
}
|
|
19
|
-
StandardDeviationIndicator.prototype.
|
|
19
|
+
StandardDeviationIndicator.prototype.get_uh = function () {
|
|
20
20
|
return new StandardDeviationIndicatorStrategy();
|
|
21
21
|
};
|
|
22
|
-
Object.defineProperty(StandardDeviationIndicator.prototype, "
|
|
22
|
+
Object.defineProperty(StandardDeviationIndicator.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
|
-
StandardDeviationIndicator.prototype.
|
|
29
|
+
StandardDeviationIndicator.prototype.get_uu = function () {
|
|
30
30
|
return StandardDeviationIndicator.$;
|
|
31
31
|
};
|
|
32
|
-
Object.defineProperty(StandardDeviationIndicator.prototype, "
|
|
32
|
+
Object.defineProperty(StandardDeviationIndicator.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(StandardDeviationIndicator.prototype, "
|
|
39
|
+
Object.defineProperty(StandardDeviationIndicator.prototype, "u2", {
|
|
40
40
|
get: function () {
|
|
41
|
-
return typeGetValue(this.c(StandardDeviationIndicator.
|
|
41
|
+
return typeGetValue(this.c(StandardDeviationIndicator.u3));
|
|
42
42
|
},
|
|
43
43
|
set: function (a) {
|
|
44
|
-
this.h(StandardDeviationIndicator.
|
|
44
|
+
this.h(StandardDeviationIndicator.u3, a);
|
|
45
45
|
},
|
|
46
46
|
enumerable: true,
|
|
47
47
|
configurable: true
|
|
48
48
|
});
|
|
49
|
-
StandardDeviationIndicator.prototype.
|
|
50
|
-
return this.
|
|
49
|
+
StandardDeviationIndicator.prototype.un = function () {
|
|
50
|
+
return this.u2;
|
|
51
51
|
};
|
|
52
|
-
StandardDeviationIndicator.prototype.
|
|
53
|
-
this.
|
|
52
|
+
StandardDeviationIndicator.prototype.uw = function (a) {
|
|
53
|
+
this.u2 = a;
|
|
54
54
|
};
|
|
55
55
|
StandardDeviationIndicator.$t = markType(StandardDeviationIndicator, 'StandardDeviationIndicator', StrategyBasedIndicator.$);
|
|
56
|
-
StandardDeviationIndicator.
|
|
56
|
+
StandardDeviationIndicator.u3 = StrategyBasedIndicator.uz(20, StandardDeviationIndicator.$);
|
|
57
57
|
return StandardDeviationIndicator;
|
|
58
58
|
}(StrategyBasedIndicator));
|
|
59
59
|
export { StandardDeviationIndicator };
|
|
@@ -22,17 +22,17 @@ var StepAreaSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
22
22
|
tslib_1.__extends(StepAreaSeries, _super);
|
|
23
23
|
function StepAreaSeries() {
|
|
24
24
|
var _this = _super.call(this) || this;
|
|
25
|
-
_this.
|
|
26
|
-
_this.
|
|
25
|
+
_this.u7 = null;
|
|
26
|
+
_this.u7 = new CategoryLineRasterizer();
|
|
27
27
|
_this.ab = StepAreaSeries.$;
|
|
28
28
|
return _this;
|
|
29
29
|
}
|
|
30
30
|
StepAreaSeries.prototype.bx = function () {
|
|
31
31
|
return new StepAreaSeriesView(this);
|
|
32
32
|
};
|
|
33
|
-
StepAreaSeries.prototype.
|
|
34
|
-
_super.prototype.
|
|
35
|
-
this.
|
|
33
|
+
StepAreaSeries.prototype.lz = function (a) {
|
|
34
|
+
_super.prototype.lz.call(this, a);
|
|
35
|
+
this.u8 = a;
|
|
36
36
|
};
|
|
37
37
|
StepAreaSeries.prototype.get_de = function () {
|
|
38
38
|
return true;
|
|
@@ -60,7 +60,7 @@ var StepAreaSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60
60
|
var c = b;
|
|
61
61
|
c.db();
|
|
62
62
|
};
|
|
63
|
-
StepAreaSeries.prototype.
|
|
63
|
+
StepAreaSeries.prototype.u9 = function (a, b, c, d, e) {
|
|
64
64
|
if (b) {
|
|
65
65
|
if (e) {
|
|
66
66
|
if ((a & 1) == 0 || ((intDivide(a, 2)) + 1) >= c.f.count) {
|
|
@@ -78,7 +78,7 @@ var StepAreaSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78
78
|
}
|
|
79
79
|
return c.f._inner[(intDivide(a, 2))][0] + ((a & 1) == 0 ? -d : d);
|
|
80
80
|
};
|
|
81
|
-
StepAreaSeries.prototype.
|
|
81
|
+
StepAreaSeries.prototype.rz = function () {
|
|
82
82
|
return 1;
|
|
83
83
|
};
|
|
84
84
|
StepAreaSeries.prototype.f9 = function (a, b, c, d, e, f, g, h) {
|
|
@@ -115,58 +115,58 @@ var StepAreaSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
115
115
|
return _super.prototype.bp.call(this);
|
|
116
116
|
}
|
|
117
117
|
};
|
|
118
|
-
StepAreaSeries.prototype.
|
|
118
|
+
StepAreaSeries.prototype.s7 = function (a, b) {
|
|
119
119
|
var _this = this;
|
|
120
|
-
_super.prototype.
|
|
120
|
+
_super.prototype.s7.call(this, a, b);
|
|
121
121
|
var c = b.bv;
|
|
122
122
|
var d = b.bu;
|
|
123
123
|
var e = this.getEffectiveViewport1(b);
|
|
124
|
-
var f = typeCast(ISortingAxis_$type, this.
|
|
125
|
-
var g = this.
|
|
126
|
-
if (this.
|
|
124
|
+
var f = typeCast(ISortingAxis_$type, this.uo) != null;
|
|
125
|
+
var g = this.uo != null ? 0.5 * this.uo.getCategorySize(c, d, e) : 0;
|
|
126
|
+
if (this.uo != null && this.uo.cg) {
|
|
127
127
|
g = -g;
|
|
128
128
|
}
|
|
129
129
|
var h = a.f.count * 2;
|
|
130
130
|
var i = new List$1(Array_$type, 2, h);
|
|
131
|
-
this.
|
|
131
|
+
this.rx.a0(this, this.sh(), runOn(this, this.ri), this.sp(b), this.sq(b));
|
|
132
132
|
var j = false;
|
|
133
|
-
var k = this.
|
|
133
|
+
var k = this.rx.b;
|
|
134
134
|
if (k != null) {
|
|
135
135
|
j = true;
|
|
136
136
|
}
|
|
137
137
|
for (var l = 0; l < h; l++) {
|
|
138
138
|
var m = new Array(4);
|
|
139
|
-
m[0] = this.
|
|
139
|
+
m[0] = this.u9(l, false, a, 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, g, f);
|
|
142
142
|
m[3] = a.f._inner[(intDivide(l, 2))][2];
|
|
143
143
|
i.add(m);
|
|
144
144
|
}
|
|
145
|
-
var n = this.
|
|
145
|
+
var n = this.ry.cr.d;
|
|
146
146
|
if (j) {
|
|
147
|
-
var o = new ScalerParams(0, b.bv, b.bu, this.
|
|
148
|
-
this.
|
|
147
|
+
var o = new ScalerParams(0, b.bv, b.bu, this.uo.cg, e);
|
|
148
|
+
this.s3(i, -1, this.valueColumn.count, this.uo, o, b.q);
|
|
149
149
|
}
|
|
150
150
|
var p = typeCast(StepAreaSeriesView.$, b);
|
|
151
151
|
var q = p.dp;
|
|
152
152
|
var r = p.dq;
|
|
153
153
|
var s = p.dm;
|
|
154
154
|
var t = p.dn;
|
|
155
|
-
this.
|
|
156
|
-
this.
|
|
157
|
-
this.
|
|
158
|
-
this.
|
|
155
|
+
this.rx.ad(q, true, false, true, true);
|
|
156
|
+
this.rx.ad(r, true, false, true, true);
|
|
157
|
+
this.rx.ad(s, false, true, false, false);
|
|
158
|
+
this.rx.ad(t, false, true, false, false);
|
|
159
159
|
if (b.cv(a)) {
|
|
160
|
-
p.dd(h, i, false, n, this.ft, function (u, v, w, x, y) { return _this.
|
|
160
|
+
p.dd(h, i, false, n, this.ft, function (u, v, w, x, y) { return _this.t6(u, 2 * a.f.count, b); }, 1, this.tg(i, i.count - 1, b.bu, b.bv, true));
|
|
161
161
|
b.cy(a);
|
|
162
162
|
}
|
|
163
163
|
var u = this.fetchYAxis();
|
|
164
|
-
p.dm._opacity = this.
|
|
165
|
-
p.dn._opacity = 0.5 * this.
|
|
164
|
+
p.dm._opacity = this.rx.j * this.fq;
|
|
165
|
+
p.dn._opacity = 0.5 * this.rx.j * this.fq;
|
|
166
166
|
};
|
|
167
167
|
Object.defineProperty(StepAreaSeries.prototype, "useHighMarkerFidelity", {
|
|
168
168
|
get: function () {
|
|
169
|
-
return this.
|
|
169
|
+
return this.sk;
|
|
170
170
|
},
|
|
171
171
|
enumerable: true,
|
|
172
172
|
configurable: true
|
|
@@ -197,7 +197,7 @@ var StepAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
197
197
|
StepAreaSeriesView.prototype.as = function () {
|
|
198
198
|
_super.prototype.as.call(this);
|
|
199
199
|
if (!this.q) {
|
|
200
|
-
this.da.
|
|
200
|
+
this.da.qd = Defaults.c;
|
|
201
201
|
}
|
|
202
202
|
};
|
|
203
203
|
Object.defineProperty(StepAreaSeriesView.prototype, "dm", {
|
|
@@ -239,8 +239,8 @@ var StepAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
239
239
|
this.dc(a, b, c, d, e, f, g);
|
|
240
240
|
};
|
|
241
241
|
StepAreaSeriesView.prototype.dd = function (a, b, c, d, e, f, g, h) {
|
|
242
|
-
this.da.
|
|
243
|
-
this.da.
|
|
242
|
+
this.da.u7.a = typeCast(ISortingAxis_$type, this.ct.fetchXAxis()) !== null ? true : false;
|
|
243
|
+
this.da.u7.j(this.di, this.dk, this.dj, this.dl, a, b, c, d, e, f, g, h);
|
|
244
244
|
this.aq();
|
|
245
245
|
};
|
|
246
246
|
StepAreaSeriesView.prototype.bc = function () {
|
|
@@ -23,8 +23,8 @@ var StepLineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23
23
|
tslib_1.__extends(StepLineSeries, _super);
|
|
24
24
|
function StepLineSeries() {
|
|
25
25
|
var _this = _super.call(this) || this;
|
|
26
|
-
_this.
|
|
27
|
-
_this.
|
|
26
|
+
_this.u7 = null;
|
|
27
|
+
_this.u7 = new CategoryLineRasterizer();
|
|
28
28
|
_this.ab = StepLineSeries.$;
|
|
29
29
|
return _this;
|
|
30
30
|
}
|
|
@@ -40,9 +40,9 @@ var StepLineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40
40
|
StepLineSeries.prototype.bx = function () {
|
|
41
41
|
return new StepLineSeriesView(this);
|
|
42
42
|
};
|
|
43
|
-
StepLineSeries.prototype.
|
|
44
|
-
_super.prototype.
|
|
45
|
-
this.
|
|
43
|
+
StepLineSeries.prototype.lz = function (a) {
|
|
44
|
+
_super.prototype.lz.call(this, a);
|
|
45
|
+
this.u8 = a;
|
|
46
46
|
};
|
|
47
47
|
StepLineSeries.prototype.ac = function () {
|
|
48
48
|
_super.prototype.ac.call(this);
|
|
@@ -92,7 +92,7 @@ var StepLineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92
92
|
}
|
|
93
93
|
return i;
|
|
94
94
|
};
|
|
95
|
-
StepLineSeries.prototype.
|
|
95
|
+
StepLineSeries.prototype.u9 = function (a, b, c, d, e, f) {
|
|
96
96
|
var g;
|
|
97
97
|
if (b) {
|
|
98
98
|
if (f) {
|
|
@@ -121,26 +121,26 @@ var StepLineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
121
121
|
g = (a & 1) == 0;
|
|
122
122
|
return c.f._inner[(intDivide(a, 2))][0] + (g ? -d : d);
|
|
123
123
|
};
|
|
124
|
-
StepLineSeries.prototype.
|
|
125
|
-
_super.prototype.
|
|
124
|
+
StepLineSeries.prototype.s7 = function (a, b) {
|
|
125
|
+
_super.prototype.s7.call(this, a, b);
|
|
126
126
|
var c = b.bv;
|
|
127
127
|
var d = b.bu;
|
|
128
128
|
var e = this.getEffectiveViewport1(b);
|
|
129
|
-
var f = typeCast(ISortingAxis_$type, this.
|
|
130
|
-
var g = this.
|
|
129
|
+
var f = typeCast(ISortingAxis_$type, this.uo) != null;
|
|
130
|
+
var g = this.uo.cg;
|
|
131
131
|
var h = 0;
|
|
132
|
-
if (this.
|
|
133
|
-
h = 0.5 * this.
|
|
132
|
+
if (this.uo != null) {
|
|
133
|
+
h = 0.5 * this.uo.getCategorySize(c, d, e);
|
|
134
134
|
}
|
|
135
135
|
var i = a.f;
|
|
136
136
|
var j = 2 * i.count;
|
|
137
137
|
var k = new List$1(Array_$type, 2, j);
|
|
138
|
-
if (!this.
|
|
138
|
+
if (!this.uo.cg) {
|
|
139
139
|
for (var l = 0; l < j; l++) {
|
|
140
140
|
var m = new Array(4);
|
|
141
|
-
m[0] = this.
|
|
141
|
+
m[0] = this.u9(l, false, a, h, g, f);
|
|
142
142
|
m[1] = a.f._inner[(intDivide(l, 2))][1];
|
|
143
|
-
m[2] = this.
|
|
143
|
+
m[2] = this.u9(l, true, a, h, g, f);
|
|
144
144
|
m[3] = a.f._inner[(intDivide(l, 2))][2];
|
|
145
145
|
k.add(m);
|
|
146
146
|
}
|
|
@@ -148,40 +148,40 @@ var StepLineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
148
148
|
else {
|
|
149
149
|
for (var n = 0; n < j; n++) {
|
|
150
150
|
var o = new Array(4);
|
|
151
|
-
o[0] = this.
|
|
151
|
+
o[0] = this.u9(n, true, a, h, g, f);
|
|
152
152
|
o[1] = a.f._inner[(intDivide(n, 2))][1];
|
|
153
|
-
o[2] = this.
|
|
153
|
+
o[2] = this.u9(n, true, a, h, g, f);
|
|
154
154
|
o[3] = a.f._inner[(intDivide(n, 2))][2];
|
|
155
155
|
k.add(o);
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
158
|
var p = typeCast(StepLineSeriesView.$, b);
|
|
159
159
|
var q = p.cr.d;
|
|
160
|
-
this.
|
|
160
|
+
this.rx.a0(this, this.sh(), runOn(this, this.ri), this.sp(b), this.sq(b));
|
|
161
161
|
var r = false;
|
|
162
|
-
var s = this.
|
|
162
|
+
var s = this.rx.b;
|
|
163
163
|
if (s != null) {
|
|
164
164
|
r = true;
|
|
165
165
|
}
|
|
166
166
|
if (r) {
|
|
167
|
-
var t = new ScalerParams(0, b.bv, b.bu, this.
|
|
168
|
-
this.
|
|
167
|
+
var t = new ScalerParams(0, b.bv, b.bu, this.uo.cg, e);
|
|
168
|
+
this.s3(i, -1, this.valueColumn.count, this.uo, t, b.q);
|
|
169
169
|
}
|
|
170
170
|
var u = p.dh;
|
|
171
171
|
var v = p.di;
|
|
172
172
|
var w = p.dg;
|
|
173
|
-
this.
|
|
174
|
-
this.
|
|
175
|
-
this.
|
|
176
|
-
w._opacity = 0.75 * this.
|
|
173
|
+
this.rx.ad(u, true, false, true, false);
|
|
174
|
+
this.rx.ad(v, true, false, true, false);
|
|
175
|
+
this.rx.ad(w, false, true, false, false);
|
|
176
|
+
w._opacity = 0.75 * this.rx.j;
|
|
177
177
|
if (b.cv(a)) {
|
|
178
|
-
p.dc(j, k, false, 1, this.
|
|
178
|
+
p.dc(j, k, false, 1, this.tf(k, j - 1, b.bu, b.bv), q, this.ft);
|
|
179
179
|
b.cy(a);
|
|
180
180
|
}
|
|
181
181
|
};
|
|
182
182
|
Object.defineProperty(StepLineSeries.prototype, "useHighMarkerFidelity", {
|
|
183
183
|
get: function () {
|
|
184
|
-
return this.
|
|
184
|
+
return this.sk;
|
|
185
185
|
},
|
|
186
186
|
enumerable: true,
|
|
187
187
|
configurable: true
|
|
@@ -210,7 +210,7 @@ var StepLineSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
210
210
|
StepLineSeriesView.prototype.as = function () {
|
|
211
211
|
_super.prototype.as.call(this);
|
|
212
212
|
if (!this.q) {
|
|
213
|
-
this.da.
|
|
213
|
+
this.da.qd = Defaults.c;
|
|
214
214
|
}
|
|
215
215
|
};
|
|
216
216
|
Object.defineProperty(StepLineSeriesView.prototype, "dh", {
|
|
@@ -241,8 +241,8 @@ var StepLineSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
241
241
|
this.aq();
|
|
242
242
|
};
|
|
243
243
|
StepLineSeriesView.prototype.dc = function (a, b, c, d, e, f, g) {
|
|
244
|
-
this.da.
|
|
245
|
-
this.da.
|
|
244
|
+
this.da.u7.a = typeCast(ISortingAxis_$type, this.ct.fetchXAxis()) !== null ? true : false;
|
|
245
|
+
this.da.u7.m(this.dk, this.dj, this.dl, a, b, c, d, e, f, g);
|
|
246
246
|
this.aq();
|
|
247
247
|
};
|
|
248
248
|
StepLineSeriesView.prototype.bc = function () {
|
|
@@ -282,7 +282,7 @@ var StepLineSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
282
282
|
StepLineSeriesView.prototype.af = function () {
|
|
283
283
|
var a = new Color();
|
|
284
284
|
a.colorString = "rgba(95,95,95,0.5)";
|
|
285
|
-
this.e.
|
|
285
|
+
this.e.pb = a;
|
|
286
286
|
this.e.gw = 3;
|
|
287
287
|
this.e.gx = 1;
|
|
288
288
|
this.e.gy = 4;
|
|
@@ -16,44 +16,44 @@ var StochRSIIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16
16
|
function StochRSIIndicator() {
|
|
17
17
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
18
18
|
}
|
|
19
|
-
StochRSIIndicator.prototype.
|
|
19
|
+
StochRSIIndicator.prototype.get_uh = function () {
|
|
20
20
|
return new StochRSIIndicatorStrategy();
|
|
21
21
|
};
|
|
22
|
-
Object.defineProperty(StochRSIIndicator.prototype, "
|
|
22
|
+
Object.defineProperty(StochRSIIndicator.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
|
-
StochRSIIndicator.prototype.
|
|
29
|
+
StochRSIIndicator.prototype.get_uu = function () {
|
|
30
30
|
return StochRSIIndicator.$;
|
|
31
31
|
};
|
|
32
|
-
Object.defineProperty(StochRSIIndicator.prototype, "
|
|
32
|
+
Object.defineProperty(StochRSIIndicator.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(StochRSIIndicator.prototype, "
|
|
39
|
+
Object.defineProperty(StochRSIIndicator.prototype, "u2", {
|
|
40
40
|
get: function () {
|
|
41
|
-
return typeGetValue(this.c(StochRSIIndicator.
|
|
41
|
+
return typeGetValue(this.c(StochRSIIndicator.u3));
|
|
42
42
|
},
|
|
43
43
|
set: function (a) {
|
|
44
|
-
this.h(StochRSIIndicator.
|
|
44
|
+
this.h(StochRSIIndicator.u3, a);
|
|
45
45
|
},
|
|
46
46
|
enumerable: true,
|
|
47
47
|
configurable: true
|
|
48
48
|
});
|
|
49
|
-
StochRSIIndicator.prototype.
|
|
50
|
-
return this.
|
|
49
|
+
StochRSIIndicator.prototype.un = function () {
|
|
50
|
+
return this.u2;
|
|
51
51
|
};
|
|
52
|
-
StochRSIIndicator.prototype.
|
|
53
|
-
this.
|
|
52
|
+
StochRSIIndicator.prototype.uw = function (a) {
|
|
53
|
+
this.u2 = a;
|
|
54
54
|
};
|
|
55
55
|
StochRSIIndicator.$t = markType(StochRSIIndicator, 'StochRSIIndicator', StrategyBasedIndicator.$);
|
|
56
|
-
StochRSIIndicator.
|
|
56
|
+
StochRSIIndicator.u3 = StrategyBasedIndicator.uz(14, StochRSIIndicator.$);
|
|
57
57
|
return StochRSIIndicator;
|
|
58
58
|
}(StrategyBasedIndicator));
|
|
59
59
|
export { StochRSIIndicator };
|
|
@@ -19,71 +19,71 @@ var StrategyBasedIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
19
19
|
tslib_1.__extends(StrategyBasedIndicator, _super);
|
|
20
20
|
function StrategyBasedIndicator() {
|
|
21
21
|
var _this = _super.call(this) || this;
|
|
22
|
-
_this.
|
|
22
|
+
_this.uv();
|
|
23
23
|
return _this;
|
|
24
24
|
}
|
|
25
|
-
StrategyBasedIndicator.prototype.
|
|
26
|
-
this.
|
|
27
|
-
this.ab = this.
|
|
25
|
+
StrategyBasedIndicator.prototype.uv = function () {
|
|
26
|
+
this.ug = this.uh;
|
|
27
|
+
this.ab = this.uu;
|
|
28
28
|
};
|
|
29
|
-
StrategyBasedIndicator.prototype.
|
|
29
|
+
StrategyBasedIndicator.prototype.un = function () {
|
|
30
30
|
return -2147483648;
|
|
31
31
|
};
|
|
32
|
-
StrategyBasedIndicator.prototype.
|
|
32
|
+
StrategyBasedIndicator.prototype.uw = function (a) {
|
|
33
33
|
};
|
|
34
|
-
StrategyBasedIndicator.prototype.
|
|
34
|
+
StrategyBasedIndicator.prototype.up = function () {
|
|
35
35
|
return -2147483648;
|
|
36
36
|
};
|
|
37
|
-
StrategyBasedIndicator.prototype.
|
|
37
|
+
StrategyBasedIndicator.prototype.um = function () {
|
|
38
38
|
return -2147483648;
|
|
39
39
|
};
|
|
40
|
-
StrategyBasedIndicator.
|
|
40
|
+
StrategyBasedIndicator.u0 = function (a, b, c) {
|
|
41
41
|
var d = DependencyProperty.i(c, Number_$type, b, new PropertyMetadata(2, a, function (e, f) { return (typeCast(StrategyBasedIndicator.$, e)).raisePropertyChanged(c, f.oldValue, f.newValue); }));
|
|
42
|
-
StrategyBasedIndicator.
|
|
42
|
+
StrategyBasedIndicator.uk.add(c);
|
|
43
43
|
return d;
|
|
44
44
|
};
|
|
45
|
-
StrategyBasedIndicator.
|
|
46
|
-
return StrategyBasedIndicator.
|
|
45
|
+
StrategyBasedIndicator.uz = function (a, b) {
|
|
46
|
+
return StrategyBasedIndicator.u0(a, b, "Period");
|
|
47
47
|
};
|
|
48
|
-
StrategyBasedIndicator.
|
|
49
|
-
return StrategyBasedIndicator.
|
|
48
|
+
StrategyBasedIndicator.ux = function (a, b) {
|
|
49
|
+
return StrategyBasedIndicator.u0(a, b, "LongPeriod");
|
|
50
50
|
};
|
|
51
|
-
StrategyBasedIndicator.
|
|
52
|
-
return StrategyBasedIndicator.
|
|
51
|
+
StrategyBasedIndicator.u1 = function (a, b) {
|
|
52
|
+
return StrategyBasedIndicator.u0(a, b, "ShortPeriod");
|
|
53
53
|
};
|
|
54
|
-
StrategyBasedIndicator.prototype.
|
|
55
|
-
var c = this.
|
|
56
|
-
var d = this.
|
|
57
|
-
return this.
|
|
54
|
+
StrategyBasedIndicator.prototype.tt = function (a, b) {
|
|
55
|
+
var c = this.qp(a, b);
|
|
56
|
+
var d = this.qq(c);
|
|
57
|
+
return this.ug.b(c, d);
|
|
58
58
|
};
|
|
59
|
-
StrategyBasedIndicator.prototype.
|
|
60
|
-
var c = this.
|
|
59
|
+
StrategyBasedIndicator.prototype.tq = function (a, b) {
|
|
60
|
+
var c = this.qp(a, b);
|
|
61
61
|
if (b == 0) {
|
|
62
62
|
return false;
|
|
63
63
|
}
|
|
64
|
-
if (!this.
|
|
64
|
+
if (!this.rl(this.tt(a, b))) {
|
|
65
65
|
return false;
|
|
66
66
|
}
|
|
67
|
-
var d = this.
|
|
68
|
-
if (this.
|
|
69
|
-
c.minimumValue = this.
|
|
70
|
-
c.maximumValue = this.
|
|
67
|
+
var d = this.qq(c);
|
|
68
|
+
if (this.tm != null) {
|
|
69
|
+
c.minimumValue = this.tm.c;
|
|
70
|
+
c.maximumValue = this.tm.b;
|
|
71
71
|
}
|
|
72
|
-
var e = this.
|
|
73
|
-
for (var f = 0; f < this.
|
|
72
|
+
var e = this.ug.a(c, d);
|
|
73
|
+
for (var f = 0; f < this.tv && f < c.indicatorColumn.count; f++) {
|
|
74
74
|
c.indicatorColumn.item(f, NaN);
|
|
75
75
|
}
|
|
76
|
-
if (this.
|
|
77
|
-
this.
|
|
76
|
+
if (this.qy != null && this.uj(c)) {
|
|
77
|
+
this.qy.c0();
|
|
78
78
|
}
|
|
79
79
|
return e;
|
|
80
80
|
};
|
|
81
|
-
StrategyBasedIndicator.prototype.
|
|
81
|
+
StrategyBasedIndicator.prototype.uj = function (a) {
|
|
82
82
|
var e_1, _a;
|
|
83
83
|
if (!isNaN_(a.minimumValue) && !isNaN_(a.maximumValue) && a.specifiesRange) {
|
|
84
|
-
var b = this.
|
|
85
|
-
this.
|
|
86
|
-
return this.
|
|
84
|
+
var b = this.tm;
|
|
85
|
+
this.tm = new AxisRange(a.minimumValue, a.maximumValue);
|
|
86
|
+
return this.ui(b, this.tm);
|
|
87
87
|
}
|
|
88
88
|
var c = 1.7976931348623157E+308;
|
|
89
89
|
var d = -1.7976931348623157E+308;
|
|
@@ -109,11 +109,11 @@ var StrategyBasedIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
109
109
|
throw e_1.error;
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
|
-
var f = this.
|
|
113
|
-
this.
|
|
114
|
-
return this.
|
|
112
|
+
var f = this.tm;
|
|
113
|
+
this.tm = new AxisRange(c, d);
|
|
114
|
+
return this.ui(f, this.tm);
|
|
115
115
|
};
|
|
116
|
-
StrategyBasedIndicator.prototype.
|
|
116
|
+
StrategyBasedIndicator.prototype.ui = function (a, b) {
|
|
117
117
|
if (a == null || b == null) {
|
|
118
118
|
return true;
|
|
119
119
|
}
|
|
@@ -125,7 +125,7 @@ var StrategyBasedIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
125
125
|
}
|
|
126
126
|
return false;
|
|
127
127
|
};
|
|
128
|
-
StrategyBasedIndicator.prototype.
|
|
128
|
+
StrategyBasedIndicator.prototype.uo = function (a) {
|
|
129
129
|
if (a == -2147483648) {
|
|
130
130
|
return 0;
|
|
131
131
|
}
|
|
@@ -137,38 +137,38 @@ var StrategyBasedIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
137
137
|
}
|
|
138
138
|
return a;
|
|
139
139
|
};
|
|
140
|
-
StrategyBasedIndicator.prototype.
|
|
141
|
-
var c = _super.prototype.
|
|
140
|
+
StrategyBasedIndicator.prototype.qp = function (a, b) {
|
|
141
|
+
var c = _super.prototype.qp.call(this, a, b);
|
|
142
142
|
c.indicatorColumn = this.indicatorColumn;
|
|
143
|
-
c.period = this.
|
|
144
|
-
c.shortPeriod = this.
|
|
145
|
-
c.longPeriod = this.
|
|
146
|
-
c.multiplier = this.
|
|
143
|
+
c.period = this.uo(this.un());
|
|
144
|
+
c.shortPeriod = this.uo(this.up());
|
|
145
|
+
c.longPeriod = this.uo(this.um());
|
|
146
|
+
c.multiplier = this.ul();
|
|
147
147
|
return c;
|
|
148
148
|
};
|
|
149
|
-
StrategyBasedIndicator.prototype.
|
|
149
|
+
StrategyBasedIndicator.prototype.ul = function () {
|
|
150
150
|
return 1;
|
|
151
151
|
};
|
|
152
|
-
StrategyBasedIndicator.
|
|
152
|
+
StrategyBasedIndicator.uy = function (a, b) {
|
|
153
153
|
var c = DependencyProperty.i("Multiplier", Number_$type, b, new PropertyMetadata(2, a, function (d, e) { return (typeCast(StrategyBasedIndicator.$, d)).raisePropertyChanged("Multiplier", e.oldValue, e.newValue); }));
|
|
154
|
-
StrategyBasedIndicator.
|
|
154
|
+
StrategyBasedIndicator.uk.add("Multiplier");
|
|
155
155
|
return c;
|
|
156
156
|
};
|
|
157
|
-
StrategyBasedIndicator.prototype.
|
|
158
|
-
_super.prototype.
|
|
159
|
-
if (StrategyBasedIndicator.
|
|
160
|
-
if (this.
|
|
161
|
-
this.
|
|
162
|
-
this.
|
|
163
|
-
if (this.
|
|
164
|
-
this.
|
|
157
|
+
StrategyBasedIndicator.prototype.l4 = function (a, b, c, d) {
|
|
158
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
159
|
+
if (StrategyBasedIndicator.uk.contains(b)) {
|
|
160
|
+
if (this.qy != null && !this.qy.c0()) {
|
|
161
|
+
this.qt.bx.e(this.ft);
|
|
162
|
+
this.tq(0, this.indicatorColumn.count);
|
|
163
|
+
if (this.tn.b7) {
|
|
164
|
+
this.tn.b5.g$i();
|
|
165
165
|
}
|
|
166
|
-
this.
|
|
166
|
+
this.mi(false);
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
};
|
|
170
170
|
StrategyBasedIndicator.$t = markType(StrategyBasedIndicator, 'StrategyBasedIndicator', FinancialIndicator.$);
|
|
171
|
-
StrategyBasedIndicator.
|
|
171
|
+
StrategyBasedIndicator.uk = new List$1(String_$type, 0);
|
|
172
172
|
return StrategyBasedIndicator;
|
|
173
173
|
}(FinancialIndicator));
|
|
174
174
|
export { StrategyBasedIndicator };
|
|
@@ -16,7 +16,7 @@ var TRIXIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16
16
|
tslib_1.__extends(TRIXIndicator, _super);
|
|
17
17
|
function TRIXIndicator() {
|
|
18
18
|
var _this = _super.call(this) || this;
|
|
19
|
-
_this.
|
|
19
|
+
_this.tp = 0;
|
|
20
20
|
_this.trendLineBrush = ((function () {
|
|
21
21
|
var $ret = new Brush();
|
|
22
22
|
$ret.fill = "#565656";
|
|
@@ -26,44 +26,44 @@ var TRIXIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26
26
|
_this.trendLinePeriod = 9;
|
|
27
27
|
return _this;
|
|
28
28
|
}
|
|
29
|
-
TRIXIndicator.prototype.
|
|
29
|
+
TRIXIndicator.prototype.get_uh = function () {
|
|
30
30
|
return new TRIXIndicatorStrategy();
|
|
31
31
|
};
|
|
32
|
-
Object.defineProperty(TRIXIndicator.prototype, "
|
|
32
|
+
Object.defineProperty(TRIXIndicator.prototype, "uh", {
|
|
33
33
|
get: function () {
|
|
34
|
-
return this.
|
|
34
|
+
return this.get_uh();
|
|
35
35
|
},
|
|
36
36
|
enumerable: true,
|
|
37
37
|
configurable: true
|
|
38
38
|
});
|
|
39
|
-
TRIXIndicator.prototype.
|
|
39
|
+
TRIXIndicator.prototype.get_uu = function () {
|
|
40
40
|
return TRIXIndicator.$;
|
|
41
41
|
};
|
|
42
|
-
Object.defineProperty(TRIXIndicator.prototype, "
|
|
42
|
+
Object.defineProperty(TRIXIndicator.prototype, "uu", {
|
|
43
43
|
get: function () {
|
|
44
|
-
return this.
|
|
44
|
+
return this.get_uu();
|
|
45
45
|
},
|
|
46
46
|
enumerable: true,
|
|
47
47
|
configurable: true
|
|
48
48
|
});
|
|
49
|
-
Object.defineProperty(TRIXIndicator.prototype, "
|
|
49
|
+
Object.defineProperty(TRIXIndicator.prototype, "u2", {
|
|
50
50
|
get: function () {
|
|
51
|
-
return typeGetValue(this.c(TRIXIndicator.
|
|
51
|
+
return typeGetValue(this.c(TRIXIndicator.u3));
|
|
52
52
|
},
|
|
53
53
|
set: function (a) {
|
|
54
|
-
this.h(TRIXIndicator.
|
|
54
|
+
this.h(TRIXIndicator.u3, a);
|
|
55
55
|
},
|
|
56
56
|
enumerable: true,
|
|
57
57
|
configurable: true
|
|
58
58
|
});
|
|
59
|
-
TRIXIndicator.prototype.
|
|
60
|
-
return this.
|
|
59
|
+
TRIXIndicator.prototype.un = function () {
|
|
60
|
+
return this.u2;
|
|
61
61
|
};
|
|
62
|
-
TRIXIndicator.prototype.
|
|
63
|
-
this.
|
|
62
|
+
TRIXIndicator.prototype.uw = function (a) {
|
|
63
|
+
this.u2 = a;
|
|
64
64
|
};
|
|
65
65
|
TRIXIndicator.$t = markType(TRIXIndicator, 'TRIXIndicator', StrategyBasedIndicator.$);
|
|
66
|
-
TRIXIndicator.
|
|
66
|
+
TRIXIndicator.u3 = StrategyBasedIndicator.uz(15, TRIXIndicator.$);
|
|
67
67
|
return TRIXIndicator;
|
|
68
68
|
}(StrategyBasedIndicator));
|
|
69
69
|
export { TRIXIndicator };
|