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
|
@@ -44,12 +44,12 @@ var FinancialIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
44
44
|
function FinancialIndicator() {
|
|
45
45
|
var _this = _super.call(this) || this;
|
|
46
46
|
_this._indicatorColumn = null;
|
|
47
|
-
_this.
|
|
48
|
-
_this.
|
|
49
|
-
_this.
|
|
50
|
-
_this.
|
|
47
|
+
_this.tm = null;
|
|
48
|
+
_this.qg = new CategoryFrame(3);
|
|
49
|
+
_this.qi = new CategoryFrame(3);
|
|
50
|
+
_this.qe = new CategoryFrame(3);
|
|
51
51
|
_this.indicatorColumn = new List$1(Number_$type, 0);
|
|
52
|
-
_this.
|
|
52
|
+
_this.tm = new AxisRange(-100, 100);
|
|
53
53
|
return _this;
|
|
54
54
|
}
|
|
55
55
|
FinancialIndicator.prototype.get_dq = function () {
|
|
@@ -58,20 +58,20 @@ var FinancialIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
58
58
|
FinancialIndicator.prototype.bx = function () {
|
|
59
59
|
return new FinancialIndicatorView(this);
|
|
60
60
|
};
|
|
61
|
-
FinancialIndicator.prototype.
|
|
62
|
-
_super.prototype.
|
|
63
|
-
this.
|
|
61
|
+
FinancialIndicator.prototype.lz = function (a) {
|
|
62
|
+
_super.prototype.lz.call(this, a);
|
|
63
|
+
this.tn = a;
|
|
64
64
|
};
|
|
65
|
-
FinancialIndicator.prototype.
|
|
66
|
-
if (this.
|
|
67
|
-
this.
|
|
65
|
+
FinancialIndicator.prototype.t0 = function (a) {
|
|
66
|
+
if (this.qy != null && !this.qy.c0()) {
|
|
67
|
+
this.mi(true);
|
|
68
68
|
}
|
|
69
69
|
};
|
|
70
|
-
FinancialIndicator.prototype.
|
|
70
|
+
FinancialIndicator.prototype.ts = function (a, b, c) {
|
|
71
71
|
if (isNaN_(b.x) || isNaN_(b.y)) {
|
|
72
72
|
return false;
|
|
73
73
|
}
|
|
74
|
-
var d = this.
|
|
74
|
+
var d = this.qy;
|
|
75
75
|
var e = 0;
|
|
76
76
|
if (d != null) {
|
|
77
77
|
e = d.e3(d.l5);
|
|
@@ -89,17 +89,17 @@ var FinancialIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
89
89
|
return _super.prototype.bp.call(this);
|
|
90
90
|
}
|
|
91
91
|
};
|
|
92
|
-
FinancialIndicator.prototype.
|
|
93
|
-
if (this.
|
|
92
|
+
FinancialIndicator.prototype.pv = function (a) {
|
|
93
|
+
if (this.qc == null || this.qy == null) {
|
|
94
94
|
return Rect.empty;
|
|
95
95
|
}
|
|
96
|
-
var b = this.
|
|
96
|
+
var b = this.ph(a);
|
|
97
97
|
var c = this.b0.bv;
|
|
98
98
|
var d = this.b0.bu;
|
|
99
99
|
var e = this.getEffectiveViewport1(this.b0);
|
|
100
|
-
var f = new ScalerParams(0, c, d, this.
|
|
100
|
+
var f = new ScalerParams(0, c, d, this.qy.cg, e);
|
|
101
101
|
f.b = this.gc();
|
|
102
|
-
var g = this.aj(this.
|
|
102
|
+
var g = this.aj(this.qc, this.qe.f, this.r9(this.b0), this.sb(this.b0), a, true);
|
|
103
103
|
if (g == null) {
|
|
104
104
|
return Rect.empty;
|
|
105
105
|
}
|
|
@@ -107,7 +107,7 @@ var FinancialIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
107
107
|
var i = g[1];
|
|
108
108
|
var j = Math.abs(b.x - h[0]);
|
|
109
109
|
var k = Math.abs(b.x - i[0]);
|
|
110
|
-
var l = this.
|
|
110
|
+
var l = this.qy.ei(this.qy.l5, f);
|
|
111
111
|
var m = 1;
|
|
112
112
|
if (j < k) {
|
|
113
113
|
var n = h[0] - 0.5 * m;
|
|
@@ -123,18 +123,18 @@ var FinancialIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
123
123
|
}
|
|
124
124
|
};
|
|
125
125
|
FinancialIndicator.prototype.ev = function (a, b) {
|
|
126
|
-
var c = this.
|
|
127
|
-
if (this.
|
|
128
|
-
if (this.
|
|
126
|
+
var c = this.pm(this.pp(a), true, false);
|
|
127
|
+
if (this.tp == 1) {
|
|
128
|
+
if (this.ts(a, c, b)) {
|
|
129
129
|
return true;
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
|
-
if (this.
|
|
132
|
+
if (this.tp == 1 || this.tp == 0) {
|
|
133
133
|
if (this.eu(a, b)) {
|
|
134
134
|
return true;
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
|
-
if (this.
|
|
137
|
+
if (this.tp == 2) {
|
|
138
138
|
if (this.ey(a, b)) {
|
|
139
139
|
return true;
|
|
140
140
|
}
|
|
@@ -143,87 +143,87 @@ var FinancialIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
143
143
|
};
|
|
144
144
|
FinancialIndicator.prototype.k0 = function (a, b, c, d) {
|
|
145
145
|
_super.prototype.k0.call(this, a, b, c, d);
|
|
146
|
-
if (this.
|
|
147
|
-
this.
|
|
146
|
+
if (this.qc != null && typeCast(ISortingAxis_$type, this.qc) !== null) {
|
|
147
|
+
this.qc.i$i();
|
|
148
148
|
}
|
|
149
|
-
if (this.
|
|
150
|
-
this.
|
|
149
|
+
if (this.tn.b7) {
|
|
150
|
+
this.tn.b5.g$e(a, b, c, d);
|
|
151
151
|
}
|
|
152
|
-
if (d != null && this.
|
|
153
|
-
var e = this.
|
|
152
|
+
if (d != null && this.ro.containsKey(d)) {
|
|
153
|
+
var e = this.ro.tryGetValue(d, d);
|
|
154
154
|
d = e.p1;
|
|
155
155
|
}
|
|
156
|
-
if (this.
|
|
156
|
+
if (this.qc != null && typeCast(ISortingAxis_$type, this.qc) !== null) {
|
|
157
157
|
a = 4;
|
|
158
158
|
b = 0;
|
|
159
159
|
c = this.ck.count;
|
|
160
160
|
}
|
|
161
161
|
switch (a) {
|
|
162
162
|
case 3:
|
|
163
|
-
if (this.
|
|
164
|
-
this.
|
|
165
|
-
this.
|
|
163
|
+
if (this.tr(b, c, d)) {
|
|
164
|
+
this.t2(b, c, d);
|
|
165
|
+
this.t0(true);
|
|
166
166
|
}
|
|
167
167
|
break;
|
|
168
168
|
case 2:
|
|
169
|
-
if (this.
|
|
170
|
-
this.
|
|
171
|
-
this.
|
|
169
|
+
if (this.tr(b, this.ck.count - b, d)) {
|
|
170
|
+
this.t2(b, this.ck.count - b, d);
|
|
171
|
+
this.t0(true);
|
|
172
172
|
}
|
|
173
173
|
break;
|
|
174
174
|
case 1:
|
|
175
|
-
if (this.
|
|
175
|
+
if (this.tr(b, this.ck.count - b, d)) {
|
|
176
176
|
var f = new Array(c);
|
|
177
177
|
for (var g = 0; g < c; g++) {
|
|
178
178
|
f[g] = 0;
|
|
179
179
|
}
|
|
180
180
|
this.indicatorColumn.s(b, f);
|
|
181
|
-
this.
|
|
182
|
-
this.
|
|
181
|
+
this.t2(b, this.ck.count - b, d);
|
|
182
|
+
this.t0(true);
|
|
183
183
|
}
|
|
184
184
|
break;
|
|
185
185
|
case 0:
|
|
186
|
-
if (this.
|
|
186
|
+
if (this.tr(b, this.ck.count - b, d)) {
|
|
187
187
|
this.indicatorColumn.v(b, c);
|
|
188
|
-
this.
|
|
189
|
-
this.
|
|
188
|
+
this.t2(b, this.ck.count - b, d);
|
|
189
|
+
this.t0(true);
|
|
190
190
|
}
|
|
191
191
|
break;
|
|
192
192
|
case 4:
|
|
193
|
-
if (this.
|
|
193
|
+
if (this.tr(b, this.ck.count - b, d)) {
|
|
194
194
|
this.indicatorColumn = new List$1(Number_$type, 2, this.ck.count);
|
|
195
195
|
var h = new Array(c);
|
|
196
196
|
for (var i = 0; i < c; i++) {
|
|
197
197
|
h[i] = 0;
|
|
198
198
|
}
|
|
199
199
|
this.indicatorColumn.s(0, h);
|
|
200
|
-
this.
|
|
201
|
-
this.
|
|
200
|
+
this.t2(b, this.ck.count - b, d);
|
|
201
|
+
this.t0(true);
|
|
202
202
|
}
|
|
203
203
|
break;
|
|
204
204
|
}
|
|
205
205
|
};
|
|
206
|
-
FinancialIndicator.prototype.
|
|
206
|
+
FinancialIndicator.prototype.get_to = function () {
|
|
207
207
|
return 0;
|
|
208
208
|
};
|
|
209
|
-
Object.defineProperty(FinancialIndicator.prototype, "
|
|
209
|
+
Object.defineProperty(FinancialIndicator.prototype, "to", {
|
|
210
210
|
get: function () {
|
|
211
|
-
return this.
|
|
211
|
+
return this.get_to();
|
|
212
212
|
},
|
|
213
213
|
enumerable: true,
|
|
214
214
|
configurable: true
|
|
215
215
|
});
|
|
216
|
-
Object.defineProperty(FinancialIndicator.prototype, "
|
|
216
|
+
Object.defineProperty(FinancialIndicator.prototype, "ud", {
|
|
217
217
|
get: function () {
|
|
218
|
-
return this.c(FinancialIndicator.
|
|
218
|
+
return this.c(FinancialIndicator.t3);
|
|
219
219
|
},
|
|
220
220
|
set: function (a) {
|
|
221
|
-
this.h(FinancialIndicator.
|
|
221
|
+
this.h(FinancialIndicator.t3, a);
|
|
222
222
|
},
|
|
223
223
|
enumerable: true,
|
|
224
224
|
configurable: true
|
|
225
225
|
});
|
|
226
|
-
FinancialIndicator.prototype.
|
|
226
|
+
FinancialIndicator.prototype.tx = function () {
|
|
227
227
|
return -1;
|
|
228
228
|
};
|
|
229
229
|
Object.defineProperty(FinancialIndicator.prototype, "indicatorColumn", {
|
|
@@ -236,26 +236,26 @@ var FinancialIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
236
236
|
enumerable: true,
|
|
237
237
|
configurable: true
|
|
238
238
|
});
|
|
239
|
-
FinancialIndicator.prototype.
|
|
239
|
+
FinancialIndicator.prototype.l4 = function (a, b, c, d) {
|
|
240
240
|
switch (b) {
|
|
241
241
|
case "XAxis":
|
|
242
|
-
this.
|
|
242
|
+
this.tn.cd();
|
|
243
243
|
break;
|
|
244
244
|
case "TrendLineType":
|
|
245
245
|
var e = EnumUtil.getEnumValue(TrendLineType_$type, d);
|
|
246
246
|
if (e != 0) {
|
|
247
|
-
this.
|
|
247
|
+
this.tn.b5 = CategoryTrendLineManagerFactory.a(this.tn.b5, this.qc, this.na, this, this.cn);
|
|
248
248
|
}
|
|
249
249
|
break;
|
|
250
250
|
}
|
|
251
|
-
_super.prototype.
|
|
252
|
-
if (this.
|
|
253
|
-
this.
|
|
251
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
252
|
+
if (this.tn.b7 && this.tn.b5.g$b(a, b, c, d)) {
|
|
253
|
+
this.mi(false);
|
|
254
254
|
var f = typeCast(FinancialIndicatorView.$, this.bz);
|
|
255
255
|
if (f != null && f.b7) {
|
|
256
256
|
f.b5.g$b(a, b, c, d);
|
|
257
257
|
}
|
|
258
|
-
this.
|
|
258
|
+
this.lp();
|
|
259
259
|
}
|
|
260
260
|
switch (b) {
|
|
261
261
|
case "FastItemsSource":
|
|
@@ -266,21 +266,21 @@ var FinancialIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
266
266
|
g[h] = 0;
|
|
267
267
|
}
|
|
268
268
|
this.indicatorColumn.s(0, g);
|
|
269
|
-
this.
|
|
270
|
-
if (this.
|
|
271
|
-
this.
|
|
272
|
-
this.
|
|
269
|
+
this.t2(0, this.ck.count, null);
|
|
270
|
+
if (this.qy != null && !this.qy.c0()) {
|
|
271
|
+
this.qt.bx.e(this.ft);
|
|
272
|
+
this.mi(false);
|
|
273
273
|
}
|
|
274
274
|
}
|
|
275
275
|
break;
|
|
276
276
|
case "TrendLineBrush":
|
|
277
|
-
this.
|
|
277
|
+
this.mw();
|
|
278
278
|
break;
|
|
279
279
|
case FinancialIndicator.$$p[0]:
|
|
280
280
|
this.kx(true, this.b0);
|
|
281
|
-
this.
|
|
282
|
-
this.
|
|
283
|
-
this.
|
|
281
|
+
this.mx();
|
|
282
|
+
this.mi(false);
|
|
283
|
+
this.lp();
|
|
284
284
|
break;
|
|
285
285
|
case "OpenColumn":
|
|
286
286
|
case "HighColumn":
|
|
@@ -296,23 +296,23 @@ var FinancialIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
296
296
|
}
|
|
297
297
|
this.indicatorColumn.s(0, i);
|
|
298
298
|
}
|
|
299
|
-
if (this.
|
|
300
|
-
this.
|
|
299
|
+
if (this.tr(0, this.ck.count - 1, b)) {
|
|
300
|
+
this.t1();
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
303
|
break;
|
|
304
304
|
case "XAxis":
|
|
305
|
-
if (this.
|
|
306
|
-
this.
|
|
305
|
+
if (this.qc != null && (typeCast(ISortingAxis_$type, this.qc) !== null || typeCast(ISortingAxis_$type, c) !== null)) {
|
|
306
|
+
this.t1();
|
|
307
307
|
}
|
|
308
308
|
break;
|
|
309
309
|
case "YAxis":
|
|
310
310
|
case FinancialIndicator.$$p[1]:
|
|
311
|
-
this.
|
|
312
|
-
this.
|
|
311
|
+
this.t1();
|
|
312
|
+
this.lp();
|
|
313
313
|
break;
|
|
314
314
|
case "TrendLineType":
|
|
315
|
-
this.
|
|
315
|
+
this.lp();
|
|
316
316
|
break;
|
|
317
317
|
}
|
|
318
318
|
};
|
|
@@ -321,44 +321,44 @@ var FinancialIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
321
321
|
return _super.prototype.gj.call(this, a, b, c);
|
|
322
322
|
}
|
|
323
323
|
var d = this.getEffectiveViewport1(this.b0);
|
|
324
|
-
var e = this.
|
|
325
|
-
var f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.
|
|
324
|
+
var e = this.r3(this.b0.bv, this.b0.bu, d);
|
|
325
|
+
var f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.qc.cg, d);
|
|
326
326
|
f.c = this.cd.su;
|
|
327
|
-
return this.gl(this.indicatorColumn, a, this.
|
|
327
|
+
return this.gl(this.indicatorColumn, a, this.qc, f, e, runOn(this, this.r2), b, c);
|
|
328
328
|
};
|
|
329
329
|
FinancialIndicator.prototype.hj = function (a, b) {
|
|
330
330
|
if (this.indicatorColumn == null) {
|
|
331
331
|
return _super.prototype.hj.call(this, a, b);
|
|
332
332
|
}
|
|
333
|
-
return this.hk(a, b, this.
|
|
333
|
+
return this.hk(a, b, this.qc, runOn(this, this.r2), this.indicatorColumn);
|
|
334
334
|
};
|
|
335
335
|
FinancialIndicator.prototype.hh = function (a, b) {
|
|
336
336
|
if (this.indicatorColumn == null) {
|
|
337
337
|
return _super.prototype.hh.call(this, a, b);
|
|
338
338
|
}
|
|
339
|
-
return this.hi(a, b, this.
|
|
339
|
+
return this.hi(a, b, this.qc, runOn(this, this.r2), this.indicatorColumn);
|
|
340
340
|
};
|
|
341
341
|
FinancialIndicator.prototype.get_e8 = function () {
|
|
342
342
|
return true;
|
|
343
343
|
};
|
|
344
|
-
FinancialIndicator.prototype.
|
|
344
|
+
FinancialIndicator.prototype.tr = function (a, b, c) {
|
|
345
345
|
if (c == null) {
|
|
346
346
|
return true;
|
|
347
347
|
}
|
|
348
|
-
if (this.
|
|
348
|
+
if (this.tt(a, b).contains(c)) {
|
|
349
349
|
return true;
|
|
350
350
|
}
|
|
351
351
|
return false;
|
|
352
352
|
};
|
|
353
|
-
FinancialIndicator.prototype.
|
|
354
|
-
this.
|
|
353
|
+
FinancialIndicator.prototype.t2 = function (a, b, c) {
|
|
354
|
+
this.tq(a, b);
|
|
355
355
|
};
|
|
356
356
|
FinancialIndicator.prototype.ap = function (a) {
|
|
357
357
|
if (this.ck == null) {
|
|
358
358
|
return null;
|
|
359
359
|
}
|
|
360
|
-
if (a != null && a == this.
|
|
361
|
-
return this.
|
|
360
|
+
if (a != null && a == this.qy) {
|
|
361
|
+
return this.tm;
|
|
362
362
|
}
|
|
363
363
|
return null;
|
|
364
364
|
};
|
|
@@ -368,11 +368,11 @@ var FinancialIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
368
368
|
c = c.copy();
|
|
369
369
|
var d = this.b0.bu;
|
|
370
370
|
var e = new Rect(0, 0, 0, 1, 1);
|
|
371
|
-
var f = this.
|
|
371
|
+
var f = this.pt(this.b0);
|
|
372
372
|
if (b >= 0 && Rect.l_op_Inequality(c, null) && Rect.l_op_Inequality(d, null)) {
|
|
373
|
-
if (this.
|
|
374
|
-
var g = new ScalerParams(0, e, e, this.
|
|
375
|
-
var h = this.
|
|
373
|
+
if (this.qc != null) {
|
|
374
|
+
var g = new ScalerParams(0, e, e, this.qc.cg, f);
|
|
375
|
+
var h = this.qc.ei(b, g);
|
|
376
376
|
if (h < c.left + 0.1 * c.width) {
|
|
377
377
|
h = h + 0.4 * c.width;
|
|
378
378
|
}
|
|
@@ -381,10 +381,10 @@ var FinancialIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
381
381
|
}
|
|
382
382
|
c.x = h - 0.5 * c.width;
|
|
383
383
|
}
|
|
384
|
-
if (this.
|
|
385
|
-
var i = new ScalerParams(0, e, e, this.
|
|
384
|
+
if (this.qy != null && this.indicatorColumn != null && b < this.indicatorColumn.count) {
|
|
385
|
+
var i = new ScalerParams(0, e, e, this.qy.cg, f);
|
|
386
386
|
i.b = this.gc();
|
|
387
|
-
var j = this.
|
|
387
|
+
var j = this.qy.ei(this.indicatorColumn._inner[b], i);
|
|
388
388
|
if (j < c.top + 0.1 * c.height) {
|
|
389
389
|
j = j + 0.4 * c.height;
|
|
390
390
|
}
|
|
@@ -404,14 +404,14 @@ var FinancialIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
404
404
|
}
|
|
405
405
|
return d;
|
|
406
406
|
};
|
|
407
|
-
FinancialIndicator.prototype.
|
|
407
|
+
FinancialIndicator.prototype.s3 = function (a, b) {
|
|
408
408
|
var _this = this;
|
|
409
|
-
_super.prototype.
|
|
409
|
+
_super.prototype.s3.call(this, a, b);
|
|
410
410
|
var c = b.bv;
|
|
411
411
|
var d = b.bu;
|
|
412
412
|
var e = this.getEffectiveViewport1(b);
|
|
413
|
-
var f = this.
|
|
414
|
-
var g = this.
|
|
413
|
+
var f = this.qc;
|
|
414
|
+
var g = this.qy;
|
|
415
415
|
var h = new ScalerParams(0, c, d, f.cg, e);
|
|
416
416
|
var i = new ScalerParams(0, c, d, g.cg, e);
|
|
417
417
|
i.b = this.gc();
|
|
@@ -419,18 +419,18 @@ var FinancialIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
419
419
|
a.m.clear();
|
|
420
420
|
a.p.clear();
|
|
421
421
|
var j = 0;
|
|
422
|
-
var k = typeCast(ISortingAxis_$type, this.
|
|
422
|
+
var k = typeCast(ISortingAxis_$type, this.qc);
|
|
423
423
|
if (k != null && k.i$b.count != this.ck.count) {
|
|
424
424
|
return;
|
|
425
425
|
}
|
|
426
|
-
j = this.
|
|
427
|
-
var l = this.
|
|
426
|
+
j = this.r3(c, d, e);
|
|
427
|
+
var l = this.tx();
|
|
428
428
|
if (l == -1) {
|
|
429
429
|
l = this.trendLinePeriod;
|
|
430
430
|
}
|
|
431
431
|
var m = typeCast(FinancialIndicatorView.$, b);
|
|
432
432
|
if (m.b7) {
|
|
433
|
-
m.b5.prepareLineCore(a.p, this.trendLineType, this.indicatorColumn, l, function (n) { return _this.
|
|
433
|
+
m.b5.prepareLineCore(a.p, this.trendLineType, this.indicatorColumn, l, function (n) { return _this.qc.ei(n, h); }, function (n) { return _this.qy.ei(n, i); }, ((function () {
|
|
434
434
|
var $ret = new TrendResolutionParams();
|
|
435
435
|
$ret.c = b.bx.b;
|
|
436
436
|
$ret.d = b.bx.c;
|
|
@@ -442,7 +442,7 @@ var FinancialIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
442
442
|
return $ret;
|
|
443
443
|
})()));
|
|
444
444
|
}
|
|
445
|
-
var n = this.
|
|
445
|
+
var n = this.qc.el(2, h) - this.qc.el(1, h);
|
|
446
446
|
for (var o = b.bx.c; o <= b.bx.d; ++o) {
|
|
447
447
|
var p = void 0;
|
|
448
448
|
if (k == null) {
|
|
@@ -467,12 +467,12 @@ var FinancialIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
467
467
|
}
|
|
468
468
|
var w = NaN;
|
|
469
469
|
if (!isNaN_(r)) {
|
|
470
|
-
w = this.
|
|
470
|
+
w = this.qc.ei(r, h);
|
|
471
471
|
}
|
|
472
472
|
p = [w, s, t];
|
|
473
473
|
}
|
|
474
474
|
if (!isNaN_(p[0])) {
|
|
475
|
-
if (this.
|
|
475
|
+
if (this.qc != null && typeCast(ISortingAxis_$type, this.qc) !== null) {
|
|
476
476
|
p[0] = p[0] + j;
|
|
477
477
|
}
|
|
478
478
|
else {
|
|
@@ -498,16 +498,16 @@ var FinancialIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
498
498
|
c.b5.g$d();
|
|
499
499
|
}
|
|
500
500
|
};
|
|
501
|
-
FinancialIndicator.prototype.
|
|
502
|
-
switch (this.
|
|
501
|
+
FinancialIndicator.prototype.qm = function () {
|
|
502
|
+
switch (this.tp) {
|
|
503
503
|
case 1: return 1;
|
|
504
504
|
case 2: return 1;
|
|
505
505
|
case 0: return 12;
|
|
506
506
|
}
|
|
507
507
|
return 1;
|
|
508
508
|
};
|
|
509
|
-
FinancialIndicator.prototype.
|
|
510
|
-
_super.prototype.
|
|
509
|
+
FinancialIndicator.prototype.s5 = function (a, b) {
|
|
510
|
+
_super.prototype.s5.call(this, a, b);
|
|
511
511
|
var c = typeCast(FinancialIndicatorView.$, b);
|
|
512
512
|
var d = function (e) { return a.f._inner[e][0]; };
|
|
513
513
|
var e = function (f) { return a.f._inner[f][1]; };
|
|
@@ -518,28 +518,28 @@ var FinancialIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
518
518
|
var f = b.bu;
|
|
519
519
|
var g = this.getEffectiveViewport1(b);
|
|
520
520
|
var h = 0;
|
|
521
|
-
var i = this.
|
|
522
|
-
var j = this.
|
|
521
|
+
var i = this.oz;
|
|
522
|
+
var j = this.ti;
|
|
523
523
|
if (b.b0(a)) {
|
|
524
524
|
c.b8(false);
|
|
525
525
|
if (a.f.count > 0) {
|
|
526
|
-
switch (this.
|
|
526
|
+
switch (this.tp) {
|
|
527
527
|
case 0:
|
|
528
|
-
var k = CategorySeries.
|
|
528
|
+
var k = CategorySeries.rj(a.f, a.f.count - 1, f, b.bv, false);
|
|
529
529
|
c.cc(a.f.count, d, e, true, k);
|
|
530
530
|
break;
|
|
531
531
|
case 1:
|
|
532
|
-
if (this.
|
|
533
|
-
h = this.
|
|
532
|
+
if (this.qy != null) {
|
|
533
|
+
h = this.r7(b);
|
|
534
534
|
}
|
|
535
535
|
else {
|
|
536
536
|
h = 0.5 * (f.top + f.bottom);
|
|
537
537
|
}
|
|
538
|
-
var l = CategorySeries.
|
|
538
|
+
var l = CategorySeries.rj(a.f, a.f.count - 1, f, b.bv, false);
|
|
539
539
|
c.ca(a.f.count, d, e, true, h, l);
|
|
540
540
|
break;
|
|
541
541
|
case 2:
|
|
542
|
-
h = this.
|
|
542
|
+
h = this.r7(b);
|
|
543
543
|
c.cb(a.f.count, d, e, true, h);
|
|
544
544
|
break;
|
|
545
545
|
default: throw new NotImplementedException(0);
|
|
@@ -549,72 +549,72 @@ var FinancialIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
549
549
|
}
|
|
550
550
|
var m = a.f;
|
|
551
551
|
var n = this.ck.count;
|
|
552
|
-
this.
|
|
552
|
+
this.ql.a0(this, this.rk(), runOn(this, this.p4), this.r9(b), this.sb(b));
|
|
553
553
|
var o = false;
|
|
554
|
-
var p = this.
|
|
554
|
+
var p = this.ql.b;
|
|
555
555
|
if (p != null) {
|
|
556
556
|
o = true;
|
|
557
557
|
}
|
|
558
|
-
this.
|
|
559
|
-
this.
|
|
558
|
+
this.ql.ak = i;
|
|
559
|
+
this.ql.ag = i;
|
|
560
560
|
if (o) {
|
|
561
|
-
var q = new ScalerParams(0, b.bv, b.bu, this.
|
|
562
|
-
this.
|
|
563
|
-
this.
|
|
564
|
-
}
|
|
565
|
-
this.
|
|
566
|
-
this.
|
|
567
|
-
this.
|
|
568
|
-
c.cv._opacity = 0.8 * this.
|
|
569
|
-
this.
|
|
570
|
-
this.
|
|
571
|
-
this.
|
|
561
|
+
var q = new ScalerParams(0, b.bv, b.bu, this.qc.cg, g);
|
|
562
|
+
this.ql.f = false;
|
|
563
|
+
this.s2(m, -1, n, this.qc, q, b.q);
|
|
564
|
+
}
|
|
565
|
+
this.ql.ad(c.cu, true, false, true, false);
|
|
566
|
+
this.ql.ad(c.cw, true, false, true, false);
|
|
567
|
+
this.ql.ad(c.cv, false, true, false, false);
|
|
568
|
+
c.cv._opacity = 0.8 * this.ql.j * this.fq;
|
|
569
|
+
this.ql.ad(c.ct, true, false, false, false);
|
|
570
|
+
this.ql.ak = j;
|
|
571
|
+
this.ql.ag = j;
|
|
572
572
|
if (o) {
|
|
573
|
-
var r = new ScalerParams(0, b.bv, b.bu, this.
|
|
574
|
-
this.
|
|
575
|
-
this.
|
|
576
|
-
}
|
|
577
|
-
this.
|
|
578
|
-
this.
|
|
579
|
-
this.
|
|
580
|
-
c.cr._opacity = 0.8 * this.
|
|
581
|
-
this.
|
|
573
|
+
var r = new ScalerParams(0, b.bv, b.bu, this.qc.cg, g);
|
|
574
|
+
this.ql.f = true;
|
|
575
|
+
this.s2(m, -1, n, this.qc, r, b.q);
|
|
576
|
+
}
|
|
577
|
+
this.ql.ad(c.cq, true, false, true, false);
|
|
578
|
+
this.ql.ad(c.cs, true, false, true, false);
|
|
579
|
+
this.ql.ad(c.cr, false, true, false, false);
|
|
580
|
+
c.cr._opacity = 0.8 * this.ql.j * this.fq;
|
|
581
|
+
this.ql.ad(c.cp, true, false, false, false);
|
|
582
582
|
c.ce();
|
|
583
583
|
};
|
|
584
|
-
FinancialIndicator.prototype.
|
|
585
|
-
_super.prototype.
|
|
584
|
+
FinancialIndicator.prototype.mw = function () {
|
|
585
|
+
_super.prototype.mw.call(this);
|
|
586
586
|
if (this.index < 0) {
|
|
587
587
|
return;
|
|
588
588
|
}
|
|
589
|
-
if (this.
|
|
590
|
-
this.
|
|
589
|
+
if (this.tn.b7) {
|
|
590
|
+
this.tn.cf();
|
|
591
591
|
}
|
|
592
592
|
};
|
|
593
|
-
FinancialIndicator.prototype.
|
|
594
|
-
if (this.
|
|
595
|
-
this.
|
|
593
|
+
FinancialIndicator.prototype.t1 = function () {
|
|
594
|
+
if (this.tn.b7) {
|
|
595
|
+
this.tn.b5.g$i();
|
|
596
596
|
}
|
|
597
|
-
this.
|
|
598
|
-
if (this.
|
|
599
|
-
this.
|
|
597
|
+
this.tq(0, this.indicatorColumn.count);
|
|
598
|
+
if (this.qy != null && !this.qy.c0()) {
|
|
599
|
+
this.mi(false);
|
|
600
600
|
}
|
|
601
601
|
};
|
|
602
602
|
FinancialIndicator.prototype.k7 = function (a) {
|
|
603
603
|
_super.prototype.k7.call(this, a);
|
|
604
|
-
this.a8.exportTrendlineData(this, a, this.
|
|
604
|
+
this.a8.exportTrendlineData(this, a, this.tn.b5.g$j);
|
|
605
605
|
};
|
|
606
606
|
FinancialIndicator.prototype.ba = function (a) {
|
|
607
|
-
if (this.
|
|
607
|
+
if (this.tp == 1 || this.tp == 2) {
|
|
608
608
|
return 3;
|
|
609
609
|
}
|
|
610
|
-
else if (this.
|
|
610
|
+
else if (this.tp == 0) {
|
|
611
611
|
return 2;
|
|
612
612
|
}
|
|
613
613
|
return a;
|
|
614
614
|
};
|
|
615
615
|
FinancialIndicator.$t = markType(FinancialIndicator, 'FinancialIndicator', FinancialSeries.$, [ITrendLineSeries_$type]);
|
|
616
|
-
FinancialIndicator.
|
|
617
|
-
FinancialIndicator.$$p = markDep(DependencyProperty, PropertyMetadata, FinancialIndicator, 'raisePropertyChanged', ['DisplayType:
|
|
616
|
+
FinancialIndicator.t3 = DependencyProperty.i("ActualTrendLineBrush", Brush.$, FinancialIndicator.$, new PropertyMetadata(2, null, function (a, b) { return a.raisePropertyChanged("ActualTrendLineBrush", b.oldValue, b.newValue); }));
|
|
617
|
+
FinancialIndicator.$$p = markDep(DependencyProperty, PropertyMetadata, FinancialIndicator, 'raisePropertyChanged', ['DisplayType:tp:t4', [IndicatorDisplayType_$type, enumGetBox(IndicatorDisplayType_$type, 0)], 'IgnoreFirst:tv:t5', [1, 0], 'TrendLineType::ub', [TrendLineType_$type, enumGetBox(TrendLineType_$type, 0)], 'TrendLineThickness::ua', [1, 1.5], 'TrendLinePeriod::t9', [1, 7], 'TrendLineBrush::t6', [Brush.$, null], 'TrendLineZIndex:tw:uc', [1, 1001], 'TrendLineDashArray:ue:t7', [DoubleCollection.$], 'TrendLineDashCap:uf:t8', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 0)]]);
|
|
618
618
|
return FinancialIndicator;
|
|
619
619
|
}(FinancialSeries));
|
|
620
620
|
export { FinancialIndicator };
|
|
@@ -729,8 +729,8 @@ var FinancialIndicatorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
729
729
|
FinancialIndicatorView.prototype.as = function () {
|
|
730
730
|
_super.prototype.as.call(this);
|
|
731
731
|
if (!this.q) {
|
|
732
|
-
this.b3.
|
|
733
|
-
this.b3.
|
|
732
|
+
this.b3.ti = Defaults.ah;
|
|
733
|
+
this.b3.tp = this.b3.to;
|
|
734
734
|
}
|
|
735
735
|
};
|
|
736
736
|
FinancialIndicatorView.prototype.cg = function () {
|
|
@@ -741,7 +741,7 @@ var FinancialIndicatorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
741
741
|
Object.defineProperty(FinancialIndicatorView.prototype, "b5", {
|
|
742
742
|
get: function () {
|
|
743
743
|
if (this.b4 == null) {
|
|
744
|
-
this.b4 = CategoryTrendLineManagerFactory.a(this.b4, this.e.ar(), this.e.
|
|
744
|
+
this.b4 = CategoryTrendLineManagerFactory.a(this.b4, this.e.ar(), this.e.na, this.e, this.e.cn);
|
|
745
745
|
}
|
|
746
746
|
return this.b4;
|
|
747
747
|
},
|
|
@@ -787,12 +787,12 @@ var FinancialIndicatorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
787
787
|
this.aq();
|
|
788
788
|
};
|
|
789
789
|
FinancialIndicatorView.prototype.cf = function () {
|
|
790
|
-
this.b3.
|
|
790
|
+
this.b3.ud = null;
|
|
791
791
|
if (this.b3.trendLineBrush != null) {
|
|
792
|
-
this.b3.
|
|
792
|
+
this.b3.ud = this.b3.trendLineBrush;
|
|
793
793
|
}
|
|
794
794
|
else {
|
|
795
|
-
this.b3.
|
|
795
|
+
this.b3.ud = this.b3.oz;
|
|
796
796
|
}
|
|
797
797
|
};
|
|
798
798
|
FinancialIndicatorView.prototype.bc = function () {
|
|
@@ -827,7 +827,7 @@ var FinancialIndicatorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
827
827
|
_super.prototype.a6.call(this, a, b);
|
|
828
828
|
if (a.d) {
|
|
829
829
|
if (b) {
|
|
830
|
-
if (this.b3.
|
|
830
|
+
if (this.b3.tp == 2) {
|
|
831
831
|
a.s(this.cl);
|
|
832
832
|
a.s(this.ch);
|
|
833
833
|
}
|
|
@@ -841,7 +841,7 @@ var FinancialIndicatorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
841
841
|
}
|
|
842
842
|
}
|
|
843
843
|
else {
|
|
844
|
-
if (this.b3.
|
|
844
|
+
if (this.b3.tp == 2) {
|
|
845
845
|
a.s(this.ct);
|
|
846
846
|
a.s(this.cp);
|
|
847
847
|
}
|
|
@@ -861,9 +861,9 @@ var FinancialIndicatorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
861
861
|
if (this.b3.trendLineType != 0 && !b) {
|
|
862
862
|
var c = this.b5.g$j;
|
|
863
863
|
c.ac = this.b3.trendLineThickness;
|
|
864
|
-
c._stroke = this.b3.
|
|
865
|
-
c.ad = this.b3.
|
|
866
|
-
c.ai = this.b3.
|
|
864
|
+
c._stroke = this.b3.ud;
|
|
865
|
+
c.ad = this.b3.uf;
|
|
866
|
+
c.ai = this.b3.ue;
|
|
867
867
|
a.u(c);
|
|
868
868
|
}
|
|
869
869
|
}
|
|
@@ -882,7 +882,7 @@ var FinancialIndicatorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
882
882
|
};
|
|
883
883
|
FinancialIndicatorView.prototype.cd = function () {
|
|
884
884
|
if (this.b7) {
|
|
885
|
-
this.b4 = CategoryTrendLineManagerFactory.a(this.b4, this.e.ar(), this.e.
|
|
885
|
+
this.b4 = CategoryTrendLineManagerFactory.a(this.b4, this.e.ar(), this.e.na, this.e, this.e.cn);
|
|
886
886
|
}
|
|
887
887
|
};
|
|
888
888
|
FinancialIndicatorView.$t = markType(FinancialIndicatorView, 'FinancialIndicatorView', FinancialSeriesView.$);
|