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
|
@@ -50,9 +50,9 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
50
50
|
constructor() {
|
|
51
51
|
super();
|
|
52
52
|
this.ab = FinancialPriceSeries.$;
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
55
|
-
this.
|
|
53
|
+
this.qg = new CategoryFrame(5);
|
|
54
|
+
this.qi = new CategoryFrame(5);
|
|
55
|
+
this.qe = new CategoryFrame(5);
|
|
56
56
|
}
|
|
57
57
|
get_ds() {
|
|
58
58
|
return true;
|
|
@@ -66,29 +66,29 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
66
66
|
bx() {
|
|
67
67
|
return new FinancialPriceSeriesView(this);
|
|
68
68
|
}
|
|
69
|
-
|
|
70
|
-
super.
|
|
71
|
-
this.
|
|
69
|
+
lz(a) {
|
|
70
|
+
super.lz(a);
|
|
71
|
+
this.tn = a;
|
|
72
72
|
}
|
|
73
|
-
get
|
|
74
|
-
return this.c(FinancialPriceSeries.
|
|
73
|
+
get uv() {
|
|
74
|
+
return this.c(FinancialPriceSeries.ud);
|
|
75
75
|
}
|
|
76
|
-
set
|
|
77
|
-
this.h(FinancialPriceSeries.
|
|
76
|
+
set uv(a) {
|
|
77
|
+
this.h(FinancialPriceSeries.ud, a);
|
|
78
78
|
}
|
|
79
79
|
k0(a, b, c, d) {
|
|
80
80
|
super.k0(a, b, c, d);
|
|
81
|
-
if (this.
|
|
82
|
-
this.
|
|
81
|
+
if (this.qc != null && typeCast(ISortingAxis_$type, this.qc) !== null) {
|
|
82
|
+
this.qc.i$i();
|
|
83
83
|
}
|
|
84
|
-
this.
|
|
85
|
-
if (this.
|
|
86
|
-
this.
|
|
84
|
+
this.tn.bx.e(this.ft);
|
|
85
|
+
if (this.tn.b7) {
|
|
86
|
+
this.tn.b5.g$e(a, b, c, d);
|
|
87
87
|
}
|
|
88
|
-
if (this.
|
|
89
|
-
this.
|
|
88
|
+
if (this.qy != null) {
|
|
89
|
+
this.qy.c0();
|
|
90
90
|
}
|
|
91
|
-
this.
|
|
91
|
+
this.mi(true);
|
|
92
92
|
}
|
|
93
93
|
bp() {
|
|
94
94
|
if (this.bq == 0) {
|
|
@@ -98,20 +98,20 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
98
98
|
return super.bp();
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
|
-
|
|
102
|
-
if (this.
|
|
101
|
+
pv(a) {
|
|
102
|
+
if (this.qe == null || this.qe.f.count == 0) {
|
|
103
103
|
return Rect.empty;
|
|
104
104
|
}
|
|
105
|
-
let b = this.
|
|
105
|
+
let b = this.ph(a);
|
|
106
106
|
let c = this.b0.bv;
|
|
107
107
|
let d = this.b0.bu;
|
|
108
108
|
let e = this.getEffectiveViewport1(this.b0);
|
|
109
|
-
let f = this.aj(this.
|
|
109
|
+
let f = this.aj(this.qc, this.qe.f, this.r9(this.b0), this.sb(this.b0), a, true);
|
|
110
110
|
let g = f[0];
|
|
111
111
|
let h = f[1];
|
|
112
112
|
let i = Math.abs(b.x - g[0]);
|
|
113
113
|
let j = Math.abs(b.x - h[0]);
|
|
114
|
-
let k = this.
|
|
114
|
+
let k = this.tp(this.qt, e);
|
|
115
115
|
k = Math.max(k, 3);
|
|
116
116
|
let l = (k - 1) / 2;
|
|
117
117
|
if (i < j) {
|
|
@@ -139,7 +139,7 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
139
139
|
return new Rect(0, v, ac, Math.abs(x - v), ad - ac);
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
|
-
|
|
142
|
+
tm(a, b) {
|
|
143
143
|
let c = a[0] - b;
|
|
144
144
|
let d = a[0];
|
|
145
145
|
let e = a[0] + b;
|
|
@@ -153,7 +153,7 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
153
153
|
let m = Math.max(g, h);
|
|
154
154
|
let n = Math.min(f, i);
|
|
155
155
|
let o = Math.max(f, i);
|
|
156
|
-
if (this.
|
|
156
|
+
if (this.to == 1) {
|
|
157
157
|
let p = new Array(3);
|
|
158
158
|
let q = new Rect(0, c, f, b, 0);
|
|
159
159
|
let r = new Rect(0, d, i, b, 0);
|
|
@@ -174,23 +174,23 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
174
174
|
}
|
|
175
175
|
ak(a) {
|
|
176
176
|
let b = new List$1(Rect.$, 0);
|
|
177
|
-
let c = this.
|
|
177
|
+
let c = this.ph(a);
|
|
178
178
|
let d = this.b0.bv;
|
|
179
179
|
let e = this.b0.bu;
|
|
180
180
|
let f = this.getEffectiveViewport1(this.b0);
|
|
181
|
-
let g = this.aj(this.
|
|
181
|
+
let g = this.aj(this.qc, this.qe.f, this.r9(this.b0), this.sb(this.b0), a, true);
|
|
182
182
|
let h = g[0];
|
|
183
183
|
let i = g[1];
|
|
184
184
|
let j = Math.abs(c.x - h[0]);
|
|
185
185
|
let k = Math.abs(c.x - i[0]);
|
|
186
|
-
let l = this.
|
|
186
|
+
let l = this.tp(this.qt, f);
|
|
187
187
|
l = Math.max(l, 3);
|
|
188
188
|
let m = (l - 1) / 2;
|
|
189
189
|
if (j < k) {
|
|
190
|
-
return this.
|
|
190
|
+
return this.tm(h, m);
|
|
191
191
|
}
|
|
192
192
|
else {
|
|
193
|
-
return this.
|
|
193
|
+
return this.tm(i, m);
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
196
|
ev(a, b) {
|
|
@@ -200,7 +200,7 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
200
200
|
return false;
|
|
201
201
|
}
|
|
202
202
|
ey(a, b) {
|
|
203
|
-
let c = this.
|
|
203
|
+
let c = this.pw(a);
|
|
204
204
|
if (c.isEmpty) {
|
|
205
205
|
return false;
|
|
206
206
|
}
|
|
@@ -219,10 +219,10 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
219
219
|
}
|
|
220
220
|
return false;
|
|
221
221
|
}
|
|
222
|
-
|
|
222
|
+
l4(a, b, c, d) {
|
|
223
223
|
switch (b) {
|
|
224
224
|
case FinancialSeries.$$p[9]:
|
|
225
|
-
this.
|
|
225
|
+
this.tn.cd();
|
|
226
226
|
if (this.cd != null) {
|
|
227
227
|
this.cd.li();
|
|
228
228
|
}
|
|
@@ -230,49 +230,49 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
230
230
|
case "TrendLineType":
|
|
231
231
|
let e = EnumUtil.getEnumValue(TrendLineType_$type, d);
|
|
232
232
|
if (e != 0) {
|
|
233
|
-
this.
|
|
233
|
+
this.tn.b5 = CategoryTrendLineManagerFactory.a(this.tn.b5, this.qc, this.na, this, this.cn);
|
|
234
234
|
}
|
|
235
235
|
break;
|
|
236
236
|
}
|
|
237
|
-
super.
|
|
238
|
-
if (this.
|
|
239
|
-
this.
|
|
240
|
-
this.
|
|
237
|
+
super.l4(a, b, c, d);
|
|
238
|
+
if (this.tn.b7 && this.tn.b5 != null && this.tn.b5.g$b(a, b, c, d)) {
|
|
239
|
+
this.mi(false);
|
|
240
|
+
this.lp();
|
|
241
241
|
}
|
|
242
242
|
switch (b) {
|
|
243
243
|
case FinancialPriceSeries.$$p[2]:
|
|
244
|
-
if (this.
|
|
245
|
-
this.
|
|
246
|
-
this.
|
|
247
|
-
this.
|
|
248
|
-
this.
|
|
244
|
+
if (this.na != null) {
|
|
245
|
+
this.uc();
|
|
246
|
+
this.mx();
|
|
247
|
+
this.qe.w();
|
|
248
|
+
this.s5(this.qe, this.tn);
|
|
249
249
|
}
|
|
250
|
-
this.
|
|
250
|
+
this.lp();
|
|
251
251
|
break;
|
|
252
252
|
case "ActualHighlightingMode":
|
|
253
|
-
this.
|
|
253
|
+
this.mi(true);
|
|
254
254
|
break;
|
|
255
255
|
case "TrendLineBrush":
|
|
256
|
-
this.
|
|
256
|
+
this.mw();
|
|
257
257
|
break;
|
|
258
258
|
case "TrendLineType":
|
|
259
|
-
this.
|
|
259
|
+
this.lp();
|
|
260
260
|
break;
|
|
261
261
|
case FinancialSeries.$$p[5]:
|
|
262
262
|
case FinancialPriceSeries.$$p[7]:
|
|
263
|
-
this.
|
|
263
|
+
this.l1();
|
|
264
264
|
break;
|
|
265
265
|
}
|
|
266
266
|
}
|
|
267
|
-
|
|
268
|
-
this.
|
|
267
|
+
uc() {
|
|
268
|
+
this.tn.ch();
|
|
269
269
|
if (this.bz != null) {
|
|
270
270
|
this.bz.ch();
|
|
271
271
|
}
|
|
272
272
|
}
|
|
273
273
|
ap(a) {
|
|
274
|
-
if (a != null && a == this.
|
|
275
|
-
return new AxisRange(this.
|
|
274
|
+
if (a != null && a == this.qy && this.q7 != null && !isNaN_(this.q7.minimum) && this.q6 != null && !isNaN_(this.q6.maximum)) {
|
|
275
|
+
return new AxisRange(this.q7.minimum, this.q6.maximum);
|
|
276
276
|
}
|
|
277
277
|
return null;
|
|
278
278
|
}
|
|
@@ -280,21 +280,21 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
280
280
|
if (a.isEmpty && this.cd != null) {
|
|
281
281
|
a = this.cd.sf;
|
|
282
282
|
}
|
|
283
|
-
if (this.
|
|
283
|
+
if (this.q7 == null || this.q6 == null) {
|
|
284
284
|
return null;
|
|
285
285
|
}
|
|
286
|
-
let b = this.
|
|
287
|
-
let c = new ScalerParams(0, a, this.cd.su, this.
|
|
288
|
-
let d = (this.
|
|
289
|
-
let e = (this.
|
|
290
|
-
if (this.
|
|
286
|
+
let b = this.pr(this.b0);
|
|
287
|
+
let c = new ScalerParams(0, a, this.cd.su, this.qc.cg, this.getEffectiveViewport());
|
|
288
|
+
let d = (this.qc.el(b.left, c));
|
|
289
|
+
let e = (this.qc.el(b.right, c));
|
|
290
|
+
if (this.qc.cg) {
|
|
291
291
|
let f = d;
|
|
292
292
|
d = e;
|
|
293
293
|
e = f;
|
|
294
294
|
}
|
|
295
295
|
let g = null;
|
|
296
|
-
if (this.
|
|
297
|
-
g = this.
|
|
296
|
+
if (this.qc.cm) {
|
|
297
|
+
g = this.qc;
|
|
298
298
|
d = g.i$f(d);
|
|
299
299
|
e = g.i$f(e);
|
|
300
300
|
}
|
|
@@ -302,8 +302,8 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
302
302
|
d = Math.floor(d);
|
|
303
303
|
e = Math.ceil(e);
|
|
304
304
|
}
|
|
305
|
-
d = Math.max(0, Math.min(this.
|
|
306
|
-
e = Math.max(0, Math.min(this.
|
|
305
|
+
d = Math.max(0, Math.min(this.q7.count - 1, d));
|
|
306
|
+
e = Math.max(0, Math.min(this.q7.count - 1, e));
|
|
307
307
|
let h = 1.7976931348623157E+308;
|
|
308
308
|
let i = -1.7976931348623157E+308;
|
|
309
309
|
for (let j = truncate(d); j <= truncate(e); j++) {
|
|
@@ -311,14 +311,14 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
311
311
|
if (g != null) {
|
|
312
312
|
k = g.i$b._inner[j];
|
|
313
313
|
}
|
|
314
|
-
let l = this.
|
|
315
|
-
if (this.
|
|
314
|
+
let l = this.q7.item(k);
|
|
315
|
+
if (this.q7.mayContainUnknowns) {
|
|
316
316
|
if (isInfinity(l) || isNaN_(l)) {
|
|
317
317
|
continue;
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
|
-
let m = this.
|
|
321
|
-
if (this.
|
|
320
|
+
let m = this.q6.item(k);
|
|
321
|
+
if (this.q6.mayContainUnknowns) {
|
|
322
322
|
if (isInfinity(m) || isNaN_(m)) {
|
|
323
323
|
continue;
|
|
324
324
|
}
|
|
@@ -327,11 +327,11 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
327
327
|
i = Math.max(i, m);
|
|
328
328
|
}
|
|
329
329
|
let n = new AxisRange(h, i);
|
|
330
|
-
n = this.ao(n, this.
|
|
330
|
+
n = this.ao(n, this.qy, a);
|
|
331
331
|
return n;
|
|
332
332
|
}
|
|
333
333
|
gc() {
|
|
334
|
-
return Series.gd(this.
|
|
334
|
+
return Series.gd(this.q8, typeCast(ISortingAxis_$type, this.qc));
|
|
335
335
|
}
|
|
336
336
|
en(a) {
|
|
337
337
|
let b = this.ck != null ? this.ck.indexOf(a) : -1;
|
|
@@ -339,11 +339,11 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
339
339
|
c = c.copy();
|
|
340
340
|
let d = this.b0.bu;
|
|
341
341
|
let e = new Rect(0, 0, 0, 1, 1);
|
|
342
|
-
let f = this.
|
|
342
|
+
let f = this.pt(this.b0);
|
|
343
343
|
if (b >= 0 && Rect.l_op_Inequality(c, null) && Rect.l_op_Inequality(d, null)) {
|
|
344
|
-
if (this.
|
|
345
|
-
let g = new ScalerParams(0, e, e, this.
|
|
346
|
-
let h = this.
|
|
344
|
+
if (this.qc != null) {
|
|
345
|
+
let g = new ScalerParams(0, e, e, this.qc.cg, f);
|
|
346
|
+
let h = this.qc.ei(b, g);
|
|
347
347
|
if (h < c.left + 0.1 * c.width) {
|
|
348
348
|
h = h + 0.4 * c.width;
|
|
349
349
|
}
|
|
@@ -352,11 +352,11 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
352
352
|
}
|
|
353
353
|
c.x = h - 0.5 * c.width;
|
|
354
354
|
}
|
|
355
|
-
if (this.
|
|
356
|
-
let i = new ScalerParams(0, e, e, this.
|
|
355
|
+
if (this.qy != null && this.q7 != null && this.q6 != null && b < this.q7.count && b < this.q6.count) {
|
|
356
|
+
let i = new ScalerParams(0, e, e, this.qy.cg, f);
|
|
357
357
|
i.b = this.gc();
|
|
358
|
-
let j = this.
|
|
359
|
-
let k = this.
|
|
358
|
+
let j = this.qy.ei(this.q7.item(b), i);
|
|
359
|
+
let k = this.qy.ei(this.q6.item(b), i);
|
|
360
360
|
if (!isNaN_(j) && !isNaN_(k)) {
|
|
361
361
|
let l = Math.abs(j - k);
|
|
362
362
|
if (c.height < l) {
|
|
@@ -380,18 +380,18 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
380
380
|
}
|
|
381
381
|
e9(a, b, c) {
|
|
382
382
|
let d = super.e9(a, b, c);
|
|
383
|
-
if (this.
|
|
383
|
+
if (this.q8 == null || this.q5 == null || this.q6 == null || this.q7 == null) {
|
|
384
384
|
d = false;
|
|
385
385
|
}
|
|
386
386
|
return d;
|
|
387
387
|
}
|
|
388
|
-
|
|
389
|
-
super.
|
|
388
|
+
s3(a, b) {
|
|
389
|
+
super.s3(a, b);
|
|
390
390
|
let c = b.bv;
|
|
391
391
|
let d = b.bu;
|
|
392
392
|
let e = this.getEffectiveViewport1(b);
|
|
393
|
-
let f = this.
|
|
394
|
-
let g = this.
|
|
393
|
+
let f = this.qc;
|
|
394
|
+
let g = this.qy;
|
|
395
395
|
let h = new ScalerParams(0, c, d, f.cg, e);
|
|
396
396
|
let i = ((() => {
|
|
397
397
|
let $ret = new ScalerParams(0, c, d, g.cg, e);
|
|
@@ -402,22 +402,22 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
402
402
|
a.m.clear();
|
|
403
403
|
a.p.clear();
|
|
404
404
|
let j = 0;
|
|
405
|
-
let k = typeCast(ISortingAxis_$type, this.
|
|
405
|
+
let k = typeCast(ISortingAxis_$type, this.qc);
|
|
406
406
|
if (k != null && (k.i$b == null || k.i$b.count != this.ck.count)) {
|
|
407
407
|
return;
|
|
408
408
|
}
|
|
409
|
-
j = this.
|
|
409
|
+
j = this.r3(c, d, e);
|
|
410
410
|
let l = typeCast(FinancialPriceSeriesView.$, b);
|
|
411
411
|
let m = this.ft;
|
|
412
412
|
if (this.trendLineType != 0) {
|
|
413
413
|
let n = new Array(this.ck.count);
|
|
414
414
|
let o = 0;
|
|
415
|
-
for (let p of fromEnum(this.
|
|
415
|
+
for (let p of fromEnum(this.ru)) {
|
|
416
416
|
n[o] = p;
|
|
417
417
|
o++;
|
|
418
418
|
}
|
|
419
|
-
if (this.
|
|
420
|
-
this.
|
|
419
|
+
if (this.tn.b7) {
|
|
420
|
+
this.tn.b5.prepareLineCore(a.p, this.trendLineType, boxArray$1(n), this.trendLinePeriod, (q) => this.qc.ei(q, h), (q) => this.qy.ei(q, i), ((() => {
|
|
421
421
|
let $ret = new TrendResolutionParams();
|
|
422
422
|
$ret.c = b.bx.b;
|
|
423
423
|
$ret.d = b.bx.c;
|
|
@@ -429,7 +429,7 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
429
429
|
})()));
|
|
430
430
|
}
|
|
431
431
|
}
|
|
432
|
-
let q = this.
|
|
432
|
+
let q = this.qc.el(2, h) - this.qc.el(1, h);
|
|
433
433
|
for (let r = b.bx.c; r <= b.bx.d; ++r) {
|
|
434
434
|
let s;
|
|
435
435
|
if (k == null) {
|
|
@@ -438,10 +438,10 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
438
438
|
else {
|
|
439
439
|
let t = k.i$b._inner[r];
|
|
440
440
|
let u = k.i$d(t);
|
|
441
|
-
let v = this.
|
|
442
|
-
let w = this.
|
|
443
|
-
let x = this.
|
|
444
|
-
let y = this.
|
|
441
|
+
let v = this.q8.item(t);
|
|
442
|
+
let w = this.q6.item(t);
|
|
443
|
+
let x = this.q7.item(t);
|
|
444
|
+
let y = this.q5.item(t);
|
|
445
445
|
let z = v;
|
|
446
446
|
let aa = w;
|
|
447
447
|
let ab = x;
|
|
@@ -454,13 +454,13 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
454
454
|
break;
|
|
455
455
|
}
|
|
456
456
|
r++;
|
|
457
|
-
aa = Math.max(aa, this.
|
|
458
|
-
ab = Math.min(ab, this.
|
|
459
|
-
ac = this.
|
|
457
|
+
aa = Math.max(aa, this.q6.item(t));
|
|
458
|
+
ab = Math.min(ab, this.q7.item(t));
|
|
459
|
+
ac = this.q5.item(t);
|
|
460
460
|
}
|
|
461
461
|
let ae = NaN;
|
|
462
462
|
if (!isNaN_(u)) {
|
|
463
|
-
ae = this.
|
|
463
|
+
ae = this.qc.ei(u, h);
|
|
464
464
|
}
|
|
465
465
|
s = [ae, z, aa, ab, ac];
|
|
466
466
|
}
|
|
@@ -491,26 +491,26 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
491
491
|
c.b5.g$d();
|
|
492
492
|
}
|
|
493
493
|
}
|
|
494
|
-
|
|
495
|
-
super.
|
|
494
|
+
m5(a, b) {
|
|
495
|
+
super.m5(a, b);
|
|
496
496
|
if (this.cd != null) {
|
|
497
497
|
this.cd.li();
|
|
498
498
|
}
|
|
499
499
|
}
|
|
500
|
-
|
|
501
|
-
if (this.
|
|
500
|
+
p1(a, b) {
|
|
501
|
+
if (this.qc != null && this.qc.categoryMode == 0) {
|
|
502
502
|
let c = this.getEffectiveViewport1(this.b0);
|
|
503
|
-
let d = this.
|
|
503
|
+
let d = this.tp(this.qt, c) / 2;
|
|
504
504
|
return new Thickness(1, d, 0, d, 0);
|
|
505
505
|
}
|
|
506
|
-
return super.
|
|
506
|
+
return super.p1(a, b);
|
|
507
507
|
}
|
|
508
508
|
get_c2() {
|
|
509
509
|
return true;
|
|
510
510
|
}
|
|
511
|
-
|
|
512
|
-
super.
|
|
513
|
-
if (this.
|
|
511
|
+
s5(a, b) {
|
|
512
|
+
super.s5(a, b);
|
|
513
|
+
if (this.qc == null || this.qy == null) {
|
|
514
514
|
return;
|
|
515
515
|
}
|
|
516
516
|
let c = false;
|
|
@@ -518,9 +518,9 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
518
518
|
c = true;
|
|
519
519
|
b.b2(a);
|
|
520
520
|
}
|
|
521
|
-
this.
|
|
521
|
+
this.ql.a0(this, this.rk(), runOn(this, this.p4), this.r9(b), this.sb(b));
|
|
522
522
|
let d = false;
|
|
523
|
-
let e = this.
|
|
523
|
+
let e = this.ql.b;
|
|
524
524
|
if (e != null) {
|
|
525
525
|
d = true;
|
|
526
526
|
}
|
|
@@ -534,36 +534,36 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
534
534
|
f.b5.g$g(a.p);
|
|
535
535
|
}
|
|
536
536
|
if (d) {
|
|
537
|
-
this.
|
|
537
|
+
this.ub(a, b, c);
|
|
538
538
|
}
|
|
539
539
|
else {
|
|
540
540
|
f.b6.count = 0;
|
|
541
|
-
this.
|
|
541
|
+
this.ua(a, b);
|
|
542
542
|
}
|
|
543
543
|
}
|
|
544
544
|
ga() {
|
|
545
545
|
let a = this.getEffectiveViewport1(this.b0);
|
|
546
|
-
return this.
|
|
546
|
+
return this.tp(this.qt, a);
|
|
547
547
|
}
|
|
548
|
-
|
|
549
|
-
let d = this.
|
|
548
|
+
ub(a, b, c) {
|
|
549
|
+
let d = this.to;
|
|
550
550
|
let e = this.getEffectiveViewport1(b);
|
|
551
|
-
let f = this.
|
|
551
|
+
let f = this.tp(b, e);
|
|
552
552
|
let g = (f - 1) / 2;
|
|
553
553
|
let h = typeCast(FinancialPriceSeriesView.$, b);
|
|
554
554
|
h.b8 = true;
|
|
555
555
|
let i = a.f;
|
|
556
556
|
let j = 0;
|
|
557
557
|
let k = this.ck.count;
|
|
558
|
-
let l = this.
|
|
558
|
+
let l = this.qc;
|
|
559
559
|
let m = new ScalerParams(0, b.bv, b.bu, l.cg, e);
|
|
560
|
-
let n = this.
|
|
561
|
-
let o = this.
|
|
560
|
+
let n = this.oz;
|
|
561
|
+
let o = this.ti;
|
|
562
562
|
if (o == null) {
|
|
563
563
|
o = n;
|
|
564
564
|
}
|
|
565
|
-
let p = this.
|
|
566
|
-
let q = this.
|
|
565
|
+
let p = this.o2;
|
|
566
|
+
let q = this.uw;
|
|
567
567
|
if (q == null) {
|
|
568
568
|
q = p;
|
|
569
569
|
}
|
|
@@ -659,25 +659,25 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
659
659
|
}
|
|
660
660
|
}
|
|
661
661
|
if (aa) {
|
|
662
|
-
this.
|
|
663
|
-
this.
|
|
664
|
-
this.
|
|
665
|
-
this.
|
|
666
|
-
this.
|
|
662
|
+
this.ql.ak = o;
|
|
663
|
+
this.ql.ag = o;
|
|
664
|
+
this.ql.ah = q;
|
|
665
|
+
this.ql.al = q;
|
|
666
|
+
this.ql.f = true;
|
|
667
667
|
}
|
|
668
668
|
else {
|
|
669
|
-
this.
|
|
670
|
-
this.
|
|
671
|
-
this.
|
|
672
|
-
this.
|
|
673
|
-
this.
|
|
669
|
+
this.ql.ak = n;
|
|
670
|
+
this.ql.ag = n;
|
|
671
|
+
this.ql.ah = p;
|
|
672
|
+
this.ql.al = p;
|
|
673
|
+
this.ql.f = false;
|
|
674
674
|
}
|
|
675
|
-
this.
|
|
675
|
+
this.s2(i, r, k, l, m, b.q);
|
|
676
676
|
if (d == 1) {
|
|
677
|
-
this.
|
|
677
|
+
this.ql.ad(z, true, false, false, false);
|
|
678
678
|
}
|
|
679
679
|
else {
|
|
680
|
-
this.
|
|
680
|
+
this.ql.ad(z, false, false, false, false);
|
|
681
681
|
}
|
|
682
682
|
if (c) {
|
|
683
683
|
z.ak = ab;
|
|
@@ -686,16 +686,16 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
686
686
|
h.b6.count = j;
|
|
687
687
|
h.cc();
|
|
688
688
|
}
|
|
689
|
-
|
|
690
|
-
let c = this.
|
|
689
|
+
tp(a, b) {
|
|
690
|
+
let c = this.qc.k3(a.bv, a.bu, b);
|
|
691
691
|
c = Math.max(c, this.ft * 0.9);
|
|
692
692
|
c = Math.max(c, 3);
|
|
693
693
|
return c;
|
|
694
694
|
}
|
|
695
|
-
|
|
696
|
-
let c = this.
|
|
695
|
+
ua(a, b) {
|
|
696
|
+
let c = this.to;
|
|
697
697
|
let d = this.getEffectiveViewport1(b);
|
|
698
|
-
let e = this.
|
|
698
|
+
let e = this.tp(b, d);
|
|
699
699
|
let f = (e - 1) / 2;
|
|
700
700
|
let g = typeCast(FinancialPriceSeriesView.$, b);
|
|
701
701
|
let h = g.ck();
|
|
@@ -763,36 +763,36 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
763
763
|
}
|
|
764
764
|
}
|
|
765
765
|
hz(a, b) {
|
|
766
|
-
if (this.
|
|
766
|
+
if (this.tn.b7 && a == this.tn.b5.g$j) {
|
|
767
767
|
return null;
|
|
768
768
|
}
|
|
769
769
|
return super.hz(a, b);
|
|
770
770
|
}
|
|
771
|
-
|
|
772
|
-
super.
|
|
771
|
+
mw() {
|
|
772
|
+
super.mw();
|
|
773
773
|
if (this.index < 0) {
|
|
774
774
|
return;
|
|
775
775
|
}
|
|
776
|
-
this.
|
|
776
|
+
this.tn.ci();
|
|
777
777
|
}
|
|
778
778
|
k7(a) {
|
|
779
779
|
super.k7(a);
|
|
780
|
-
if (this.
|
|
781
|
-
this.a8.exportTrendlineData(this, a, this.
|
|
780
|
+
if (this.tn.b7) {
|
|
781
|
+
this.a8.exportTrendlineData(this, a, this.tn.b5.g$j);
|
|
782
782
|
}
|
|
783
783
|
}
|
|
784
|
-
|
|
785
|
-
return this.
|
|
784
|
+
pa() {
|
|
785
|
+
return this.uw;
|
|
786
786
|
}
|
|
787
|
-
|
|
788
|
-
super.
|
|
789
|
-
this.
|
|
787
|
+
mn(a, b) {
|
|
788
|
+
super.mn(a, b);
|
|
789
|
+
this.uw = b;
|
|
790
790
|
}
|
|
791
791
|
ba(a) {
|
|
792
|
-
if (this.
|
|
792
|
+
if (this.to == 0) {
|
|
793
793
|
return 3;
|
|
794
794
|
}
|
|
795
|
-
else if (this.
|
|
795
|
+
else if (this.to == 1) {
|
|
796
796
|
if (this.a9 == 1) {
|
|
797
797
|
return 3;
|
|
798
798
|
}
|
|
@@ -806,16 +806,16 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
806
806
|
let e = this.gf(c, false, false);
|
|
807
807
|
let f = new DataLegendSeriesValueInfo();
|
|
808
808
|
f.a = 4;
|
|
809
|
-
f.l = this.
|
|
810
|
-
f.p = this.
|
|
811
|
-
f.q = this.
|
|
812
|
-
f.r = this.
|
|
809
|
+
f.l = this.r4(c, false, false);
|
|
810
|
+
f.p = this.sg != null ? this.sg : "Close";
|
|
811
|
+
f.q = this.ts != null ? this.ts : "C:";
|
|
812
|
+
f.r = this.tu != null ? this.tu : "";
|
|
813
813
|
let g = new DataLegendSeriesValueInfo();
|
|
814
|
-
g.l = this.
|
|
814
|
+
g.l = this.r5(c, false, false);
|
|
815
815
|
g.a = 3;
|
|
816
|
-
g.p = this.
|
|
817
|
-
g.q = this.
|
|
818
|
-
g.r = this.
|
|
816
|
+
g.p = this.ss != null ? this.ss : "Open";
|
|
817
|
+
g.q = this.t6 != null ? this.t6 : "O:";
|
|
818
|
+
g.r = this.t8 != null ? this.t8 : "";
|
|
819
819
|
g.k = true;
|
|
820
820
|
let h = new DataLegendSeriesValueInfo();
|
|
821
821
|
h.l = (f.l - g.l) / g.l * 100;
|
|
@@ -837,22 +837,22 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
837
837
|
h.d = false;
|
|
838
838
|
h.n = 1;
|
|
839
839
|
h.m = 1;
|
|
840
|
-
g.x = h.l >= 0 ? this.
|
|
841
|
-
f.x = h.l >= 0 ? this.
|
|
842
|
-
h.x = h.l >= 0 ? this.
|
|
840
|
+
g.x = h.l >= 0 ? this.oz : this.ti;
|
|
841
|
+
f.x = h.l >= 0 ? this.oz : this.ti;
|
|
842
|
+
h.x = h.l >= 0 ? this.oz : this.ti;
|
|
843
843
|
let i = new DataLegendSeriesValueInfo();
|
|
844
844
|
i.l = e > d ? d : e;
|
|
845
845
|
i.a = 1;
|
|
846
|
-
i.p = this.
|
|
847
|
-
i.q = this.
|
|
848
|
-
i.r = this.
|
|
846
|
+
i.p = this.so != null ? this.so : "Low";
|
|
847
|
+
i.q = this.t1 != null ? this.t1 : "L:";
|
|
848
|
+
i.r = this.t3 != null ? this.t3 : "";
|
|
849
849
|
i.k = true;
|
|
850
850
|
let j = new DataLegendSeriesValueInfo();
|
|
851
851
|
j.l = e > d ? e : d;
|
|
852
852
|
j.a = 2;
|
|
853
|
-
j.p = this.
|
|
854
|
-
j.q = this.
|
|
855
|
-
j.r = this.
|
|
853
|
+
j.p = this.sj != null ? this.sj : "High";
|
|
854
|
+
j.q = this.tx != null ? this.tx : "H:";
|
|
855
|
+
j.r = this.tz != null ? this.tz : "";
|
|
856
856
|
j.k = true;
|
|
857
857
|
let k = new DataLegendSeriesValueInfo();
|
|
858
858
|
k.l = (j.l + i.l + f.l) / 3;
|
|
@@ -863,9 +863,9 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
863
863
|
k.r = "";
|
|
864
864
|
k.k = true;
|
|
865
865
|
let l = new DataLegendSeriesValueInfo();
|
|
866
|
-
l.l = this.
|
|
866
|
+
l.l = this.r6(c, false, false);
|
|
867
867
|
l.a = 8;
|
|
868
|
-
l.p = this.
|
|
868
|
+
l.p = this.sw != null ? this.sw : "Volume";
|
|
869
869
|
l.q = "VOL:";
|
|
870
870
|
l.r = "";
|
|
871
871
|
l.k = true;
|
|
@@ -889,8 +889,8 @@ export let FinancialPriceSeries = /*@__PURE__*/ (() => {
|
|
|
889
889
|
}
|
|
890
890
|
}
|
|
891
891
|
FinancialPriceSeries.$t = /*@__PURE__*/ markType(FinancialPriceSeries, 'FinancialPriceSeries', FinancialSeries.$, [ITrendLineSeries_$type]);
|
|
892
|
-
FinancialPriceSeries.
|
|
893
|
-
FinancialPriceSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, FinancialPriceSeries, 'raisePropertyChanged', ['CloseMemberAsLegendLabel:
|
|
892
|
+
FinancialPriceSeries.ud = /*@__PURE__*/ DependencyProperty.i("ActualTrendLineBrush", Brush.$, FinancialPriceSeries.$, /*@__PURE__*/ new PropertyMetadata(2, null, (a, b) => a.raisePropertyChanged("ActualTrendLineBrush", b.oldValue, b.newValue)));
|
|
893
|
+
FinancialPriceSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, FinancialPriceSeries, 'raisePropertyChanged', ['CloseMemberAsLegendLabel:ts:ue', [2, null], 'CloseMemberAsLegendUnit:tu:uf', [2, null], 'DisplayType:to:ug', [PriceDisplayType_$type, /*@__PURE__*/ enumGetBox(PriceDisplayType_$type, 0)], 'HighMemberAsLegendLabel:tx:uh', [2, null], 'HighMemberAsLegendUnit:tz:ui', [2, null], 'LowMemberAsLegendLabel:t1:uj', [2, null], 'LowMemberAsLegendUnit:t3:uk', [2, null], 'NegativeOutline:uw:ul', [Brush.$, null], 'OpenMemberAsLegendLabel:t6:um', [2, null], 'OpenMemberAsLegendUnit:t8:un', [2, null], 'TrendLineType::ut', [TrendLineType_$type, /*@__PURE__*/ enumGetBox(TrendLineType_$type, 0)], 'TrendLineThickness::us', [1, 1.5], 'TrendLinePeriod::ur', [1, 7], 'TrendLineBrush::uo', [Brush.$, null], 'TrendLineZIndex:tr:uu', [1, 1001], 'TrendLineDashArray:ux:up', [DoubleCollection.$], 'TrendLineDashCap:uy:uq', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 0)]]);
|
|
894
894
|
return FinancialPriceSeries;
|
|
895
895
|
})();
|
|
896
896
|
/**
|
|
@@ -948,16 +948,16 @@ export let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
|
|
|
948
948
|
as() {
|
|
949
949
|
super.as();
|
|
950
950
|
if (!this.q) {
|
|
951
|
-
this.b3.
|
|
952
|
-
this.b3.
|
|
953
|
-
this.b3.
|
|
951
|
+
this.b3.to = Defaults.g;
|
|
952
|
+
this.b3.ti = Defaults.ah;
|
|
953
|
+
this.b3.uw = Defaults.ai;
|
|
954
954
|
this.b3.gz = Defaults.l;
|
|
955
|
-
this.b3.
|
|
955
|
+
this.b3.o8 = this.b3.o2;
|
|
956
956
|
}
|
|
957
957
|
}
|
|
958
958
|
get b5() {
|
|
959
959
|
if (this.b4 == null) {
|
|
960
|
-
this.b4 = CategoryTrendLineManagerFactory.a(this.b4, this.e.ar(), this.e.
|
|
960
|
+
this.b4 = CategoryTrendLineManagerFactory.a(this.b4, this.e.ar(), this.e.na, this.e, this.e.cn);
|
|
961
961
|
}
|
|
962
962
|
return this.b4;
|
|
963
963
|
}
|
|
@@ -968,17 +968,17 @@ export let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
|
|
|
968
968
|
return this.b4 != null;
|
|
969
969
|
}
|
|
970
970
|
ch() {
|
|
971
|
-
if (this.b3.
|
|
972
|
-
this.cn._stroke = this.e.
|
|
971
|
+
if (this.b3.to == 1) {
|
|
972
|
+
this.cn._stroke = this.e.oz;
|
|
973
973
|
}
|
|
974
974
|
else {
|
|
975
|
-
this.cn._stroke = this.e.
|
|
975
|
+
this.cn._stroke = this.e.o2;
|
|
976
976
|
}
|
|
977
|
-
if (this.b3.
|
|
978
|
-
this.cm._stroke = this.bz.
|
|
977
|
+
if (this.b3.to == 1) {
|
|
978
|
+
this.cm._stroke = this.bz.ti;
|
|
979
979
|
}
|
|
980
980
|
else {
|
|
981
|
-
this.cm._stroke = this.b3.
|
|
981
|
+
this.cm._stroke = this.b3.uw;
|
|
982
982
|
}
|
|
983
983
|
}
|
|
984
984
|
cb() {
|
|
@@ -1001,42 +1001,42 @@ export let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
|
|
|
1001
1001
|
return typeCast(GeometryGroup.$, this.cm.ak);
|
|
1002
1002
|
}
|
|
1003
1003
|
ci() {
|
|
1004
|
-
this.b3.
|
|
1004
|
+
this.b3.uv = null;
|
|
1005
1005
|
if (this.b3.trendLineBrush != null) {
|
|
1006
|
-
this.b3.
|
|
1006
|
+
this.b3.uv = this.b3.trendLineBrush;
|
|
1007
1007
|
}
|
|
1008
1008
|
else {
|
|
1009
|
-
this.b3.
|
|
1009
|
+
this.b3.uv = this.b3.oz;
|
|
1010
1010
|
}
|
|
1011
1011
|
}
|
|
1012
1012
|
bb() {
|
|
1013
1013
|
super.bb();
|
|
1014
1014
|
this.cn.ac = this.e.fu;
|
|
1015
|
-
this.cn.ai = this.e.
|
|
1016
|
-
this.cn.ad = this.e.
|
|
1017
|
-
if (this.b3.
|
|
1018
|
-
this.cn._stroke = this.e.
|
|
1015
|
+
this.cn.ai = this.e.pc;
|
|
1016
|
+
this.cn.ad = this.e.pd;
|
|
1017
|
+
if (this.b3.to == 1) {
|
|
1018
|
+
this.cn._stroke = this.e.oz;
|
|
1019
1019
|
}
|
|
1020
1020
|
else {
|
|
1021
|
-
this.cn._stroke = this.e.
|
|
1022
|
-
this.cn._fill = this.e.
|
|
1021
|
+
this.cn._stroke = this.e.o2;
|
|
1022
|
+
this.cn._fill = this.e.oz;
|
|
1023
1023
|
}
|
|
1024
1024
|
this.cm.ac = this.e.fu;
|
|
1025
|
-
this.cm.ai = this.e.
|
|
1026
|
-
this.cm.ad = this.e.
|
|
1027
|
-
if (this.b3.
|
|
1028
|
-
this.cm._stroke = this.bz.
|
|
1025
|
+
this.cm.ai = this.e.pc;
|
|
1026
|
+
this.cm.ad = this.e.pd;
|
|
1027
|
+
if (this.b3.to == 1) {
|
|
1028
|
+
this.cm._stroke = this.bz.ti;
|
|
1029
1029
|
}
|
|
1030
1030
|
else {
|
|
1031
|
-
this.cm._stroke = this.b3.
|
|
1032
|
-
this.cm._fill = this.bz.
|
|
1031
|
+
this.cm._stroke = this.b3.uw;
|
|
1032
|
+
this.cm._fill = this.bz.ti;
|
|
1033
1033
|
}
|
|
1034
1034
|
}
|
|
1035
1035
|
bc() {
|
|
1036
1036
|
super.bc();
|
|
1037
1037
|
let a = this.bo();
|
|
1038
1038
|
this.cn.ac = this.e.fu + 3;
|
|
1039
|
-
if (this.b3.
|
|
1039
|
+
if (this.b3.to == 1) {
|
|
1040
1040
|
this.cn._stroke = a;
|
|
1041
1041
|
}
|
|
1042
1042
|
else {
|
|
@@ -1044,7 +1044,7 @@ export let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
|
|
|
1044
1044
|
this.cn._fill = a;
|
|
1045
1045
|
}
|
|
1046
1046
|
this.cm.ac = this.e.fu + 3;
|
|
1047
|
-
if (this.b3.
|
|
1047
|
+
if (this.b3.to == 1) {
|
|
1048
1048
|
this.cm._stroke = a;
|
|
1049
1049
|
}
|
|
1050
1050
|
else {
|
|
@@ -1087,9 +1087,9 @@ export let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
|
|
|
1087
1087
|
if (this.b3.trendLineType != 0 && !b) {
|
|
1088
1088
|
let c = this.b5.g$j;
|
|
1089
1089
|
c.ac = this.b3.trendLineThickness;
|
|
1090
|
-
c._stroke = this.b3.
|
|
1091
|
-
c.ai = this.b3.
|
|
1092
|
-
c.ad = this.b3.
|
|
1090
|
+
c._stroke = this.b3.uv;
|
|
1091
|
+
c.ai = this.b3.ux;
|
|
1092
|
+
c.ad = this.b3.uy;
|
|
1093
1093
|
a.u(c);
|
|
1094
1094
|
}
|
|
1095
1095
|
}
|
|
@@ -1097,10 +1097,10 @@ export let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
|
|
|
1097
1097
|
}
|
|
1098
1098
|
al(a) {
|
|
1099
1099
|
super.al(a);
|
|
1100
|
-
if (this.b3.
|
|
1100
|
+
if (this.b3.rk()) {
|
|
1101
1101
|
for (let b = 0; b < this.b9.count; b++) {
|
|
1102
1102
|
let c = this.b9._inner[b];
|
|
1103
|
-
if (c._fill == this.b3.
|
|
1103
|
+
if (c._fill == this.b3.ti) {
|
|
1104
1104
|
this.e.a8.exportPathData(a, c, "negativePathShape" + b, ["Negative"]);
|
|
1105
1105
|
}
|
|
1106
1106
|
else {
|
|
@@ -1118,7 +1118,7 @@ export let FinancialPriceSeriesView = /*@__PURE__*/ (() => {
|
|
|
1118
1118
|
}
|
|
1119
1119
|
cd() {
|
|
1120
1120
|
if (this.b7) {
|
|
1121
|
-
this.b4 = CategoryTrendLineManagerFactory.a(this.b4, this.e.ar(), this.e.
|
|
1121
|
+
this.b4 = CategoryTrendLineManagerFactory.a(this.b4, this.e.ar(), this.e.na, this.e, this.e.cn);
|
|
1122
1122
|
}
|
|
1123
1123
|
}
|
|
1124
1124
|
}
|