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
|
@@ -147,20 +147,20 @@ export let FinancialBucketCalculator = /*@__PURE__*/ (() => {
|
|
|
147
147
|
if (this.a.bz != null) {
|
|
148
148
|
d = this.a.bz.getEffectiveViewport1(this.a);
|
|
149
149
|
}
|
|
150
|
-
if (b.isEmpty || c.isEmpty || this.a.bz.
|
|
150
|
+
if (b.isEmpty || c.isEmpty || this.a.bz.qc == null) {
|
|
151
151
|
this.b = 0;
|
|
152
152
|
return;
|
|
153
153
|
}
|
|
154
|
-
let e = (this.a.bz.
|
|
154
|
+
let e = (this.a.bz.qc != null) ? this.a.bz.qc.cg : false;
|
|
155
155
|
let f = new ScalerParams(0, b, c, e, d);
|
|
156
|
-
let g = this.a.bz.
|
|
157
|
-
let h = typeCast(ISortingAxis_$type, this.a.bz.
|
|
156
|
+
let g = this.a.bz.pr(this.a);
|
|
157
|
+
let h = typeCast(ISortingAxis_$type, this.a.bz.qc);
|
|
158
158
|
if (h == null || h.i$b == null) {
|
|
159
|
-
let i = Math.floor(this.a.bz.
|
|
160
|
-
let j = Math.ceil(this.a.bz.
|
|
161
|
-
if (this.a.bz.
|
|
162
|
-
j = Math.ceil(this.a.bz.
|
|
163
|
-
i = Math.floor(this.a.bz.
|
|
159
|
+
let i = Math.floor(this.a.bz.qc.el(g.left, f));
|
|
160
|
+
let j = Math.ceil(this.a.bz.qc.el(g.right, f));
|
|
161
|
+
if (this.a.bz.qc.cg) {
|
|
162
|
+
j = Math.ceil(this.a.bz.qc.el(g.left, f));
|
|
163
|
+
i = Math.floor(this.a.bz.qc.el(g.right, f));
|
|
164
164
|
}
|
|
165
165
|
let k = Math.floor((j - i + 1) * a / g.width);
|
|
166
166
|
this.b = truncate(Math.max(1, k));
|
|
@@ -188,79 +188,79 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
188
188
|
class FinancialSeries extends Series {
|
|
189
189
|
constructor() {
|
|
190
190
|
super();
|
|
191
|
+
this.q3 = null;
|
|
192
|
+
this.q1 = null;
|
|
191
193
|
this.q2 = null;
|
|
192
194
|
this.q0 = null;
|
|
193
|
-
this.
|
|
194
|
-
this.
|
|
195
|
-
this.q3 = null;
|
|
196
|
-
this.rc = false;
|
|
195
|
+
this.q4 = null;
|
|
196
|
+
this.rd = false;
|
|
197
197
|
this.assigningCategoryStyle = null;
|
|
198
|
-
this.
|
|
199
|
-
this.
|
|
200
|
-
this.
|
|
201
|
-
this.
|
|
202
|
-
this.
|
|
203
|
-
this.
|
|
204
|
-
this.
|
|
205
|
-
this.
|
|
206
|
-
this.
|
|
198
|
+
this.ql = null;
|
|
199
|
+
this.rn = new Dictionary$2(IFastItemColumn$1_$type.specialize(Number_$type), String_$type, 0);
|
|
200
|
+
this.ro = new Dictionary$2(String_$type, String_$type, 0);
|
|
201
|
+
this.rc = false;
|
|
202
|
+
this.qw = null;
|
|
203
|
+
this.qg = null;
|
|
204
|
+
this.qi = null;
|
|
205
|
+
this.qe = null;
|
|
206
|
+
this.qo = null;
|
|
207
207
|
this.typical = null;
|
|
208
208
|
this.typicalBasedOn = null;
|
|
209
|
-
this.
|
|
209
|
+
this.rb = false;
|
|
210
|
+
this.r0 = null;
|
|
211
|
+
this.ry = null;
|
|
210
212
|
this.rz = null;
|
|
211
213
|
this.rx = null;
|
|
212
|
-
this.
|
|
213
|
-
this.
|
|
214
|
-
this.
|
|
215
|
-
this.qg = null;
|
|
216
|
-
this.qc = null;
|
|
217
|
-
this.qi = 0;
|
|
218
|
-
this.qw = null;
|
|
219
|
-
this.qy = null;
|
|
220
|
-
this.qk = new CategorySeriesRenderManager();
|
|
221
|
-
this.rc = false;
|
|
222
|
-
this.qn = new CategoryTransitionSourceFramePreparer();
|
|
223
|
-
this.qg = new CategoryFrame(3);
|
|
224
|
-
this.ab = FinancialSeries.$;
|
|
214
|
+
this.r1 = null;
|
|
215
|
+
this.qh = null;
|
|
216
|
+
this.qd = null;
|
|
225
217
|
this.qj = 0;
|
|
218
|
+
this.qx = null;
|
|
219
|
+
this.qz = null;
|
|
220
|
+
this.ql = new CategorySeriesRenderManager();
|
|
221
|
+
this.rd = false;
|
|
222
|
+
this.qo = new CategoryTransitionSourceFramePreparer();
|
|
223
|
+
this.qh = new CategoryFrame(3);
|
|
224
|
+
this.ab = FinancialSeries.$;
|
|
225
|
+
this.qk = 0;
|
|
226
226
|
}
|
|
227
|
-
|
|
228
|
-
super.
|
|
229
|
-
this.
|
|
227
|
+
lz(a) {
|
|
228
|
+
super.lz(a);
|
|
229
|
+
this.qt = a;
|
|
230
230
|
}
|
|
231
231
|
get_dp() {
|
|
232
232
|
return true;
|
|
233
233
|
}
|
|
234
234
|
ag() {
|
|
235
|
-
return [this.
|
|
235
|
+
return [this.qc, this.qy];
|
|
236
236
|
}
|
|
237
237
|
hw(a, b) {
|
|
238
238
|
let c = this.jq(b);
|
|
239
239
|
if (c == FinancialSeries.$$p[6]) {
|
|
240
|
-
return this.hx(a, b, this.
|
|
240
|
+
return this.hx(a, b, this.ss);
|
|
241
241
|
}
|
|
242
242
|
if (c == FinancialSeries.$$p[1]) {
|
|
243
|
-
return this.hx(a, b, this.
|
|
243
|
+
return this.hx(a, b, this.sj);
|
|
244
244
|
}
|
|
245
245
|
if (c == FinancialSeries.$$p[4]) {
|
|
246
|
-
return this.hx(a, b, this.
|
|
246
|
+
return this.hx(a, b, this.so);
|
|
247
247
|
}
|
|
248
248
|
if (c == FinancialSeries.$$p[0]) {
|
|
249
|
-
return this.hx(a, b, this.
|
|
249
|
+
return this.hx(a, b, this.sg);
|
|
250
250
|
}
|
|
251
251
|
if (c == FinancialSeries.$$p[8]) {
|
|
252
|
-
return this.hx(a, b, this.
|
|
252
|
+
return this.hx(a, b, this.sw);
|
|
253
253
|
}
|
|
254
254
|
return super.hw(a, b);
|
|
255
255
|
}
|
|
256
|
-
|
|
256
|
+
sc() {
|
|
257
257
|
return 2;
|
|
258
258
|
}
|
|
259
|
-
|
|
259
|
+
sa() {
|
|
260
260
|
return 4;
|
|
261
261
|
}
|
|
262
262
|
ah(a) {
|
|
263
|
-
let b = this.aj(this.
|
|
263
|
+
let b = this.aj(this.qc, this.qe.f, this.r9(this.b0), this.sb(this.b0), this.pp(a), true);
|
|
264
264
|
if (b == null) {
|
|
265
265
|
return null;
|
|
266
266
|
}
|
|
@@ -268,14 +268,14 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
268
268
|
let d = b[1];
|
|
269
269
|
let e = new Array(1);
|
|
270
270
|
let f = new Array(2);
|
|
271
|
-
let g = this.
|
|
271
|
+
let g = this.sc();
|
|
272
272
|
f[0] = { $type: Point_$type, x: c[0], y: c[g] };
|
|
273
273
|
f[1] = { $type: Point_$type, x: d[0], y: d[g] };
|
|
274
274
|
e[0] = f;
|
|
275
275
|
return e;
|
|
276
276
|
}
|
|
277
277
|
ai(a) {
|
|
278
|
-
let b = this.aj(this.
|
|
278
|
+
let b = this.aj(this.qc, this.qe.f, this.r9(this.b0), this.sb(this.b0), this.pp(a), true);
|
|
279
279
|
if (b == null) {
|
|
280
280
|
return null;
|
|
281
281
|
}
|
|
@@ -288,22 +288,42 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
288
288
|
e[0] = f;
|
|
289
289
|
return e;
|
|
290
290
|
}
|
|
291
|
-
o8() {
|
|
292
|
-
return this.th;
|
|
293
|
-
}
|
|
294
291
|
o9() {
|
|
295
|
-
return this.
|
|
292
|
+
return this.ti;
|
|
293
|
+
}
|
|
294
|
+
pa() {
|
|
295
|
+
return this.ti;
|
|
296
296
|
}
|
|
297
297
|
ku() {
|
|
298
298
|
super.ku();
|
|
299
|
-
this.
|
|
300
|
-
this.
|
|
299
|
+
this.qc = null;
|
|
300
|
+
this.qy = null;
|
|
301
301
|
}
|
|
302
302
|
get_c6() {
|
|
303
303
|
return true;
|
|
304
304
|
}
|
|
305
305
|
get_ej() {
|
|
306
|
-
return this.
|
|
306
|
+
return this.qy != null && this.qy.cg;
|
|
307
|
+
}
|
|
308
|
+
get q8() {
|
|
309
|
+
return this.q3;
|
|
310
|
+
}
|
|
311
|
+
set q8(a) {
|
|
312
|
+
if (this.q3 != a) {
|
|
313
|
+
let b = this.q3;
|
|
314
|
+
this.q3 = a;
|
|
315
|
+
this.raisePropertyChanged("OpenColumn", b, this.q3);
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
get q6() {
|
|
319
|
+
return this.q1;
|
|
320
|
+
}
|
|
321
|
+
set q6(a) {
|
|
322
|
+
if (this.q1 != a) {
|
|
323
|
+
let b = this.q1;
|
|
324
|
+
this.q1 = a;
|
|
325
|
+
this.raisePropertyChanged("HighColumn", b, this.q1);
|
|
326
|
+
}
|
|
307
327
|
}
|
|
308
328
|
get q7() {
|
|
309
329
|
return this.q2;
|
|
@@ -312,7 +332,7 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
312
332
|
if (this.q2 != a) {
|
|
313
333
|
let b = this.q2;
|
|
314
334
|
this.q2 = a;
|
|
315
|
-
this.raisePropertyChanged("
|
|
335
|
+
this.raisePropertyChanged("LowColumn", b, this.q2);
|
|
316
336
|
}
|
|
317
337
|
}
|
|
318
338
|
get q5() {
|
|
@@ -322,52 +342,32 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
322
342
|
if (this.q0 != a) {
|
|
323
343
|
let b = this.q0;
|
|
324
344
|
this.q0 = a;
|
|
325
|
-
this.raisePropertyChanged("
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
get q6() {
|
|
329
|
-
return this.q1;
|
|
330
|
-
}
|
|
331
|
-
set q6(a) {
|
|
332
|
-
if (this.q1 != a) {
|
|
333
|
-
let b = this.q1;
|
|
334
|
-
this.q1 = a;
|
|
335
|
-
this.raisePropertyChanged("LowColumn", b, this.q1);
|
|
345
|
+
this.raisePropertyChanged("CloseColumn", b, this.q0);
|
|
336
346
|
}
|
|
337
347
|
}
|
|
338
|
-
get
|
|
339
|
-
return this.
|
|
340
|
-
}
|
|
341
|
-
set q4(a) {
|
|
342
|
-
if (this.qz != a) {
|
|
343
|
-
let b = this.qz;
|
|
344
|
-
this.qz = a;
|
|
345
|
-
this.raisePropertyChanged("CloseColumn", b, this.qz);
|
|
346
|
-
}
|
|
348
|
+
get ra() {
|
|
349
|
+
return this.q4;
|
|
347
350
|
}
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
let b = this.q3;
|
|
354
|
-
this.q3 = a;
|
|
355
|
-
this.raisePropertyChanged("VolumeColumn", b, this.q3);
|
|
351
|
+
set ra(a) {
|
|
352
|
+
if (this.q4 != a) {
|
|
353
|
+
let b = this.q4;
|
|
354
|
+
this.q4 = a;
|
|
355
|
+
this.raisePropertyChanged("VolumeColumn", b, this.q4);
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
|
-
|
|
359
|
-
return (this.assigningCategoryStyle != null && this.
|
|
358
|
+
rk() {
|
|
359
|
+
return (this.assigningCategoryStyle != null && this.rd) || this.bk != 1;
|
|
360
360
|
}
|
|
361
|
-
|
|
362
|
-
if (this.assigningCategoryStyle != null && this.
|
|
361
|
+
s4(a) {
|
|
362
|
+
if (this.assigningCategoryStyle != null && this.rd) {
|
|
363
363
|
this.assigningCategoryStyle(this, a);
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
|
-
|
|
366
|
+
s2(a, b, c, d, e, f) {
|
|
367
367
|
let g = this.bk != 1;
|
|
368
|
-
this.
|
|
369
|
-
this.
|
|
370
|
-
let h = this.
|
|
368
|
+
this.ql.a1(this.ql.b, d.cm, a, b, c, d, e, f, false);
|
|
369
|
+
this.ql.ab(this.fr);
|
|
370
|
+
let h = this.ql.aw;
|
|
371
371
|
let i = null;
|
|
372
372
|
let j = this.ck;
|
|
373
373
|
if (g && this.cd != null) {
|
|
@@ -375,245 +375,245 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
375
375
|
h.b = i;
|
|
376
376
|
}
|
|
377
377
|
h.f = f;
|
|
378
|
-
this.
|
|
379
|
-
this.
|
|
378
|
+
this.s4(h);
|
|
379
|
+
this.ql.z(this, i, f, g, b < 0);
|
|
380
380
|
}
|
|
381
|
-
|
|
382
|
-
return this.f7(a, this.
|
|
381
|
+
r2(a) {
|
|
382
|
+
return this.f7(a, this.qc);
|
|
383
383
|
}
|
|
384
384
|
hj(a, b) {
|
|
385
|
-
return this.hk(a, b, this.
|
|
385
|
+
return this.hk(a, b, this.qc, runOn(this, this.r2), new FinancialValueList(this.q8, this.q6, this.q7, this.q5, this.ra));
|
|
386
386
|
}
|
|
387
387
|
hh(a, b) {
|
|
388
|
-
return this.hi(a, b, this.
|
|
388
|
+
return this.hi(a, b, this.qc, runOn(this, this.r2), new FinancialValueList(this.q8, this.q6, this.q7, this.q5, this.ra));
|
|
389
389
|
}
|
|
390
390
|
f3(a, b, c, d, e) {
|
|
391
391
|
if (c == null) {
|
|
392
392
|
return Number.POSITIVE_INFINITY;
|
|
393
393
|
}
|
|
394
|
-
let f = this.
|
|
395
|
-
return this.f4(a, b, this.
|
|
394
|
+
let f = this.qc.le;
|
|
395
|
+
return this.f4(a, b, this.qc, d, e, f, runOn(this, this.r2));
|
|
396
396
|
}
|
|
397
397
|
getOffsetValue() {
|
|
398
|
-
return this.
|
|
398
|
+
return this.r3(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
|
|
399
399
|
}
|
|
400
400
|
getCategoryWidth() {
|
|
401
|
-
return this.
|
|
401
|
+
return this.qc.getCategorySize(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
|
|
402
402
|
}
|
|
403
|
-
|
|
404
|
-
return this.
|
|
403
|
+
pm(a, b, c) {
|
|
404
|
+
return this.po(a, b, c, this.r3(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.qy, this.qc, null, null, null);
|
|
405
405
|
}
|
|
406
406
|
gj(a, b, c) {
|
|
407
407
|
let d = this.getEffectiveViewport1(this.b0);
|
|
408
|
-
let e = this.
|
|
409
|
-
let f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.
|
|
410
|
-
return this.gl(new FinancialValueList(this.
|
|
408
|
+
let e = this.r3(this.b0.bv, this.b0.bu, d);
|
|
409
|
+
let f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.qc.cg, d);
|
|
410
|
+
return this.gl(new FinancialValueList(this.q8, this.q6, this.q7, this.q5, this.ra), a, this.qc, f, e, runOn(this, this.r2), b, c);
|
|
411
411
|
}
|
|
412
412
|
gf(a, b, c) {
|
|
413
413
|
let d = this.getEffectiveViewport1(this.b0);
|
|
414
|
-
let e = this.
|
|
415
|
-
let f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.
|
|
416
|
-
return this.gl(this.
|
|
414
|
+
let e = this.r3(this.b0.bv, this.b0.bu, d);
|
|
415
|
+
let f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.qc.cg, d);
|
|
416
|
+
return this.gl(this.q6, a, this.qc, f, e, runOn(this, this.r2), b, c);
|
|
417
417
|
}
|
|
418
418
|
gh(a, b, c) {
|
|
419
419
|
let d = this.getEffectiveViewport1(this.b0);
|
|
420
|
-
let e = this.
|
|
421
|
-
let f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.
|
|
422
|
-
return this.gl(this.
|
|
423
|
-
}
|
|
424
|
-
r3(a, b, c) {
|
|
425
|
-
let d = this.getEffectiveViewport1(this.b0);
|
|
426
|
-
let e = this.r2(this.b0.bv, this.b0.bu, d);
|
|
427
|
-
let f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.qb.cg, d);
|
|
428
|
-
return this.gl(this.q4, a, this.qb, f, e, runOn(this, this.r1), b, c);
|
|
420
|
+
let e = this.r3(this.b0.bv, this.b0.bu, d);
|
|
421
|
+
let f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.qc.cg, d);
|
|
422
|
+
return this.gl(this.q7, a, this.qc, f, e, runOn(this, this.r2), b, c);
|
|
429
423
|
}
|
|
430
424
|
r4(a, b, c) {
|
|
431
425
|
let d = this.getEffectiveViewport1(this.b0);
|
|
432
|
-
let e = this.
|
|
433
|
-
let f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.
|
|
434
|
-
return this.gl(this.
|
|
426
|
+
let e = this.r3(this.b0.bv, this.b0.bu, d);
|
|
427
|
+
let f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.qc.cg, d);
|
|
428
|
+
return this.gl(this.q5, a, this.qc, f, e, runOn(this, this.r2), b, c);
|
|
435
429
|
}
|
|
436
430
|
r5(a, b, c) {
|
|
437
431
|
let d = this.getEffectiveViewport1(this.b0);
|
|
438
|
-
let e = this.
|
|
439
|
-
let f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.
|
|
440
|
-
return this.gl(this.
|
|
441
|
-
}
|
|
442
|
-
ph(a, b, c) {
|
|
443
|
-
return this.pn(a, b, c, this.r2(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.qx, this.qb, runOn(this, this.gf), (d, e) => this.hk(d, e, this.qb, runOn(this, this.r1), this.q5), (d, e) => this.hi(d, e, this.qb, runOn(this, this.r1), this.q5));
|
|
432
|
+
let e = this.r3(this.b0.bv, this.b0.bu, d);
|
|
433
|
+
let f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.qc.cg, d);
|
|
434
|
+
return this.gl(this.q8, a, this.qc, f, e, runOn(this, this.r2), b, c);
|
|
444
435
|
}
|
|
445
|
-
|
|
446
|
-
|
|
436
|
+
r6(a, b, c) {
|
|
437
|
+
let d = this.getEffectiveViewport1(this.b0);
|
|
438
|
+
let e = this.r3(this.b0.bv, this.b0.bu, d);
|
|
439
|
+
let f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.qc.cg, d);
|
|
440
|
+
return this.gl(this.ra, a, this.qc, f, e, runOn(this, this.r2), b, c);
|
|
447
441
|
}
|
|
448
|
-
|
|
449
|
-
return this.
|
|
442
|
+
pi(a, b, c) {
|
|
443
|
+
return this.po(a, b, c, this.r3(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.qy, this.qc, runOn(this, this.gf), (d, e) => this.hk(d, e, this.qc, runOn(this, this.r2), this.q6), (d, e) => this.hi(d, e, this.qc, runOn(this, this.r2), this.q6));
|
|
450
444
|
}
|
|
451
|
-
|
|
452
|
-
return this.
|
|
445
|
+
pk(a, b, c) {
|
|
446
|
+
return this.po(a, b, c, this.r3(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.qy, this.qc, runOn(this, this.gh), (d, e) => this.hk(d, e, this.qc, runOn(this, this.r2), this.q7), (d, e) => this.hi(d, e, this.qc, runOn(this, this.r2), this.q7));
|
|
453
447
|
}
|
|
454
448
|
tk(a, b, c) {
|
|
455
|
-
return this.
|
|
449
|
+
return this.po(a, b, c, this.r3(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.qy, this.qc, runOn(this, this.r5), (d, e) => this.hk(d, e, this.qc, runOn(this, this.r2), this.q8), (d, e) => this.hi(d, e, this.qc, runOn(this, this.r2), this.q8));
|
|
450
|
+
}
|
|
451
|
+
tj(a, b, c) {
|
|
452
|
+
return this.po(a, b, c, this.r3(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.qy, this.qc, runOn(this, this.r4), (d, e) => this.hk(d, e, this.qc, runOn(this, this.r2), this.q5), (d, e) => this.hi(d, e, this.qc, runOn(this, this.r2), this.q5));
|
|
453
|
+
}
|
|
454
|
+
tl(a, b, c) {
|
|
455
|
+
return this.po(a, b, c, this.r3(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.qy, this.qc, runOn(this, this.r6), (d, e) => this.hk(d, e, this.qc, runOn(this, this.r2), this.ra), (d, e) => this.hi(d, e, this.qc, runOn(this, this.r2), this.ra));
|
|
456
456
|
}
|
|
457
|
-
|
|
458
|
-
super.
|
|
459
|
-
if (this.
|
|
460
|
-
this.
|
|
457
|
+
lf() {
|
|
458
|
+
super.lf();
|
|
459
|
+
if (this.qc != null) {
|
|
460
|
+
this.qc.h7(false);
|
|
461
461
|
}
|
|
462
|
-
if (this.
|
|
463
|
-
this.
|
|
462
|
+
if (this.qy != null) {
|
|
463
|
+
this.qy.h7(false);
|
|
464
464
|
}
|
|
465
465
|
}
|
|
466
|
-
|
|
467
|
-
this.
|
|
468
|
-
this.
|
|
466
|
+
m6(a, b) {
|
|
467
|
+
this.qt.bx.e(this.ft);
|
|
468
|
+
this.mi(false);
|
|
469
469
|
}
|
|
470
|
-
|
|
470
|
+
m5(a, b) {
|
|
471
471
|
if (this.e0 && this.g0 < 0.05) {
|
|
472
472
|
this.e1 = true;
|
|
473
473
|
}
|
|
474
|
-
this.
|
|
475
|
-
this.
|
|
474
|
+
this.qt.bx.e(this.ft);
|
|
475
|
+
this.mi(false);
|
|
476
476
|
}
|
|
477
|
-
|
|
477
|
+
q9(a, b, c) {
|
|
478
478
|
let d = this.ch(b);
|
|
479
|
-
this.
|
|
480
|
-
this.
|
|
479
|
+
this.rn.addItem(d, b);
|
|
480
|
+
this.ro.addItem(b, c);
|
|
481
481
|
return d;
|
|
482
482
|
}
|
|
483
|
-
|
|
483
|
+
s1(a, b) {
|
|
484
484
|
if (b == null) {
|
|
485
485
|
return;
|
|
486
486
|
}
|
|
487
487
|
a.deregisterColumn(b);
|
|
488
|
-
let c = this.
|
|
489
|
-
this.
|
|
490
|
-
this.
|
|
488
|
+
let c = this.rn.item(b);
|
|
489
|
+
this.ro.removeItem(c);
|
|
490
|
+
this.rn.removeItem(b);
|
|
491
491
|
}
|
|
492
|
-
|
|
493
|
-
super.
|
|
492
|
+
l4(a, b, c, d) {
|
|
493
|
+
super.l4(a, b, c, d);
|
|
494
494
|
switch (b) {
|
|
495
495
|
case "SyncLink":
|
|
496
496
|
if (this.b8 != null && this.cd != null) {
|
|
497
|
-
this.
|
|
498
|
-
this.
|
|
497
|
+
this.qt.bx.e(this.ft);
|
|
498
|
+
this.mi(false);
|
|
499
499
|
}
|
|
500
500
|
break;
|
|
501
501
|
case "SeriesViewer":
|
|
502
502
|
if (c != null && d == null) {
|
|
503
|
-
if (this.
|
|
504
|
-
this.
|
|
503
|
+
if (this.qc != null) {
|
|
504
|
+
this.qc.bz(this);
|
|
505
505
|
}
|
|
506
|
-
if (this.
|
|
507
|
-
this.
|
|
506
|
+
if (this.qy != null) {
|
|
507
|
+
this.qy.bz(this);
|
|
508
508
|
}
|
|
509
509
|
}
|
|
510
510
|
if (c == null && d != null) {
|
|
511
|
-
if (this.
|
|
512
|
-
this.
|
|
511
|
+
if (this.qc != null) {
|
|
512
|
+
this.qc.cs(this);
|
|
513
513
|
}
|
|
514
|
-
if (this.
|
|
515
|
-
this.
|
|
514
|
+
if (this.qy != null) {
|
|
515
|
+
this.qy.cs(this);
|
|
516
516
|
}
|
|
517
517
|
}
|
|
518
|
-
this.
|
|
519
|
-
this.
|
|
518
|
+
this.qt.bx.e(this.ft);
|
|
519
|
+
this.mi(false);
|
|
520
520
|
break;
|
|
521
521
|
case "FastItemsSource":
|
|
522
|
-
this.
|
|
522
|
+
this.rc = true;
|
|
523
523
|
if (typeCast(IFastItemsSource_$type, c) != null) {
|
|
524
|
-
this.
|
|
525
|
-
this.
|
|
526
|
-
this.
|
|
527
|
-
this.
|
|
528
|
-
this.
|
|
524
|
+
this.s1(typeCast(IFastItemsSource_$type, c), this.q8);
|
|
525
|
+
this.s1(typeCast(IFastItemsSource_$type, c), this.q6);
|
|
526
|
+
this.s1(typeCast(IFastItemsSource_$type, c), this.q7);
|
|
527
|
+
this.s1(typeCast(IFastItemsSource_$type, c), this.q5);
|
|
528
|
+
this.s1(typeCast(IFastItemsSource_$type, c), this.ra);
|
|
529
|
+
this.q8 = null;
|
|
530
|
+
this.q6 = null;
|
|
529
531
|
this.q7 = null;
|
|
530
532
|
this.q5 = null;
|
|
531
|
-
this.
|
|
532
|
-
this.q4 = null;
|
|
533
|
-
this.q9 = null;
|
|
533
|
+
this.ra = null;
|
|
534
534
|
}
|
|
535
535
|
if (typeCast(IFastItemsSource_$type, d) != null) {
|
|
536
|
-
if (stringIsNullOrEmpty(this.
|
|
537
|
-
this.
|
|
536
|
+
if (stringIsNullOrEmpty(this.ss) == false) {
|
|
537
|
+
this.q8 = this.q9(typeCast(IFastItemsSource_$type, d), this.ss, "OpenColumn");
|
|
538
538
|
}
|
|
539
|
-
if (stringIsNullOrEmpty(this.
|
|
540
|
-
this.
|
|
539
|
+
if (stringIsNullOrEmpty(this.sj) == false) {
|
|
540
|
+
this.q6 = this.q9(typeCast(IFastItemsSource_$type, d), this.sj, "HighColumn");
|
|
541
541
|
}
|
|
542
|
-
if (stringIsNullOrEmpty(this.
|
|
543
|
-
this.
|
|
542
|
+
if (stringIsNullOrEmpty(this.so) == false) {
|
|
543
|
+
this.q7 = this.q9(typeCast(IFastItemsSource_$type, d), this.so, "LowColumn");
|
|
544
544
|
}
|
|
545
|
-
if (stringIsNullOrEmpty(this.
|
|
546
|
-
this.
|
|
545
|
+
if (stringIsNullOrEmpty(this.sg) == false) {
|
|
546
|
+
this.q5 = this.q9(typeCast(IFastItemsSource_$type, d), this.sg, "CloseColumn");
|
|
547
547
|
}
|
|
548
|
-
if (stringIsNullOrEmpty(this.
|
|
549
|
-
this.
|
|
548
|
+
if (stringIsNullOrEmpty(this.sw) == false) {
|
|
549
|
+
this.ra = this.q9(typeCast(IFastItemsSource_$type, d), this.sw, "VolumeColumn");
|
|
550
550
|
}
|
|
551
551
|
}
|
|
552
|
-
this.
|
|
553
|
-
if (this.
|
|
554
|
-
this.
|
|
555
|
-
this.
|
|
552
|
+
this.rc = false;
|
|
553
|
+
if (this.qy != null && !this.qy.c0()) {
|
|
554
|
+
this.qt.bx.e(this.ft);
|
|
555
|
+
this.mi(false);
|
|
556
556
|
}
|
|
557
557
|
break;
|
|
558
558
|
case FinancialSeries.$$p[6]:
|
|
559
559
|
if (this.ck != null) {
|
|
560
|
-
this.
|
|
561
|
-
this.
|
|
560
|
+
this.s1(this.ck, this.q8);
|
|
561
|
+
this.q8 = this.q9(this.ck, this.ss, "OpenColumn");
|
|
562
562
|
}
|
|
563
563
|
break;
|
|
564
564
|
case "OpenColumn":
|
|
565
|
-
if (this.
|
|
566
|
-
this.
|
|
567
|
-
this.
|
|
565
|
+
if (this.qy != null && !this.qy.c0() && !this.rc) {
|
|
566
|
+
this.qt.bx.e(this.ft);
|
|
567
|
+
this.mi(false);
|
|
568
568
|
}
|
|
569
569
|
break;
|
|
570
570
|
case FinancialSeries.$$p[1]:
|
|
571
571
|
if (this.ck != null) {
|
|
572
|
-
this.
|
|
573
|
-
this.
|
|
572
|
+
this.s1(this.ck, this.q6);
|
|
573
|
+
this.q6 = this.q9(this.ck, this.sj, "HighColumn");
|
|
574
574
|
}
|
|
575
575
|
break;
|
|
576
576
|
case "HighColumn":
|
|
577
|
-
if (this.
|
|
578
|
-
this.
|
|
579
|
-
this.
|
|
577
|
+
if (this.qy != null && !this.qy.c0() && !this.rc) {
|
|
578
|
+
this.qt.bx.e(this.ft);
|
|
579
|
+
this.mi(false);
|
|
580
580
|
}
|
|
581
581
|
break;
|
|
582
582
|
case FinancialSeries.$$p[4]:
|
|
583
583
|
if (this.ck != null) {
|
|
584
|
-
this.
|
|
585
|
-
this.
|
|
584
|
+
this.s1(this.ck, this.q7);
|
|
585
|
+
this.q7 = this.q9(this.ck, this.so, "LowColumn");
|
|
586
586
|
}
|
|
587
587
|
break;
|
|
588
588
|
case "LowColumn":
|
|
589
|
-
if (this.
|
|
590
|
-
this.
|
|
591
|
-
this.
|
|
589
|
+
if (this.qy != null && !this.qy.c0() && !this.rc) {
|
|
590
|
+
this.qt.bx.e(this.ft);
|
|
591
|
+
this.mi(false);
|
|
592
592
|
}
|
|
593
593
|
break;
|
|
594
594
|
case FinancialSeries.$$p[0]:
|
|
595
595
|
if (this.ck != null) {
|
|
596
|
-
this.
|
|
597
|
-
this.
|
|
596
|
+
this.s1(this.ck, this.q5);
|
|
597
|
+
this.q5 = this.q9(this.ck, this.sg, "CloseColumn");
|
|
598
598
|
}
|
|
599
599
|
break;
|
|
600
600
|
case "CloseColumn":
|
|
601
|
-
if (this.
|
|
602
|
-
this.
|
|
603
|
-
this.
|
|
601
|
+
if (this.qy != null && !this.qy.c0() && !this.rc) {
|
|
602
|
+
this.qt.bx.e(this.ft);
|
|
603
|
+
this.mi(false);
|
|
604
604
|
}
|
|
605
|
-
this.
|
|
605
|
+
this.s6();
|
|
606
606
|
break;
|
|
607
607
|
case FinancialSeries.$$p[8]:
|
|
608
608
|
if (this.ck != null) {
|
|
609
|
-
this.
|
|
610
|
-
this.
|
|
609
|
+
this.s1(this.ck, this.ra);
|
|
610
|
+
this.ra = this.q9(this.ck, this.sw, "VolumeColumn");
|
|
611
611
|
}
|
|
612
612
|
break;
|
|
613
613
|
case "VolumeColumn":
|
|
614
|
-
if (this.
|
|
615
|
-
this.
|
|
616
|
-
this.
|
|
614
|
+
if (this.qy != null && !this.qy.c0() && !this.rc) {
|
|
615
|
+
this.qt.bx.e(this.ft);
|
|
616
|
+
this.mi(false);
|
|
617
617
|
}
|
|
618
618
|
break;
|
|
619
619
|
case FinancialSeries.$$p[9]:
|
|
@@ -623,10 +623,10 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
623
623
|
if (d != null) {
|
|
624
624
|
d.cs(this);
|
|
625
625
|
}
|
|
626
|
-
this.
|
|
627
|
-
this.
|
|
628
|
-
this.
|
|
629
|
-
this.
|
|
626
|
+
this.qt.bx.e(this.ft);
|
|
627
|
+
this.mi(false);
|
|
628
|
+
this.lp();
|
|
629
|
+
this.qx = typeCast(ITimeRangeSelectorAxis_$type, this.qc);
|
|
630
630
|
break;
|
|
631
631
|
case FinancialSeries.$$p[10]:
|
|
632
632
|
if (c != null) {
|
|
@@ -635,23 +635,23 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
635
635
|
if (d != null) {
|
|
636
636
|
d.cs(this);
|
|
637
637
|
}
|
|
638
|
-
this.
|
|
639
|
-
if (this.
|
|
640
|
-
this.
|
|
638
|
+
this.qt.bx.e(this.ft);
|
|
639
|
+
if (this.qy != null) {
|
|
640
|
+
this.qy.c0();
|
|
641
641
|
}
|
|
642
642
|
{
|
|
643
|
-
this.
|
|
643
|
+
this.mi(false);
|
|
644
644
|
}
|
|
645
|
-
this.
|
|
645
|
+
this.lp();
|
|
646
646
|
break;
|
|
647
647
|
case "TransitionProgress":
|
|
648
|
-
this.
|
|
648
|
+
this.qi.c(this.g0, this.qg, this.qe);
|
|
649
649
|
if (this.cx(this.b0)) {
|
|
650
650
|
return;
|
|
651
651
|
}
|
|
652
652
|
if (this.g0 == 1) {
|
|
653
|
-
this.
|
|
654
|
-
this.
|
|
653
|
+
this.qe.v();
|
|
654
|
+
this.s5(this.qe, this.qt);
|
|
655
655
|
if (this.e0) {
|
|
656
656
|
this.e0 = false;
|
|
657
657
|
this.ky();
|
|
@@ -660,39 +660,39 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
660
660
|
}
|
|
661
661
|
}
|
|
662
662
|
else {
|
|
663
|
-
this.
|
|
663
|
+
this.s5(this.qi, this.qt);
|
|
664
664
|
}
|
|
665
665
|
if (this.cd != null) {
|
|
666
666
|
this.cd.nn(this);
|
|
667
667
|
}
|
|
668
668
|
break;
|
|
669
669
|
case FinancialSeries.$$p[5]:
|
|
670
|
-
this.
|
|
670
|
+
this.mi(false);
|
|
671
671
|
break;
|
|
672
672
|
case "IsCustomCategoryStyleAllowed":
|
|
673
|
-
this.
|
|
674
|
-
this.
|
|
673
|
+
this.rd = this.rg();
|
|
674
|
+
this.mi(false);
|
|
675
675
|
break;
|
|
676
676
|
case "CategoryMode":
|
|
677
|
-
if (this.
|
|
678
|
-
this.
|
|
677
|
+
if (this.qc != null) {
|
|
678
|
+
this.qc.l4(true);
|
|
679
679
|
}
|
|
680
680
|
break;
|
|
681
681
|
}
|
|
682
682
|
}
|
|
683
|
-
|
|
683
|
+
rf(a) {
|
|
684
684
|
if (typeCast(NumericYAxis.$, a) !== null) {
|
|
685
685
|
return true;
|
|
686
686
|
}
|
|
687
687
|
return false;
|
|
688
688
|
}
|
|
689
|
-
|
|
689
|
+
re(a) {
|
|
690
690
|
if (typeCast(CategoryXAxis.$, a) !== null || a.cd) {
|
|
691
691
|
return true;
|
|
692
692
|
}
|
|
693
693
|
return false;
|
|
694
694
|
}
|
|
695
|
-
|
|
695
|
+
p5(a, b, c) {
|
|
696
696
|
if (b < a || a < 0 || a > this.ck.count || b < 0 || b > this.ck.count || c == null) {
|
|
697
697
|
return null;
|
|
698
698
|
}
|
|
@@ -711,39 +711,39 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
711
711
|
}
|
|
712
712
|
return d;
|
|
713
713
|
}
|
|
714
|
-
|
|
714
|
+
r9(a) {
|
|
715
715
|
return a.bx.b;
|
|
716
716
|
}
|
|
717
|
-
|
|
717
|
+
sb(a) {
|
|
718
718
|
return a.bx.c;
|
|
719
719
|
}
|
|
720
|
-
|
|
721
|
-
return this.
|
|
720
|
+
p4(a, b) {
|
|
721
|
+
return this.p5(a, b, this.qy);
|
|
722
722
|
}
|
|
723
723
|
get_dx() {
|
|
724
724
|
return true;
|
|
725
725
|
}
|
|
726
726
|
kv() {
|
|
727
727
|
super.kv();
|
|
728
|
-
this.
|
|
728
|
+
this.qw = null;
|
|
729
729
|
}
|
|
730
730
|
aw(a, b, c) {
|
|
731
731
|
if (this.c2 && this.ef(this.bk) && !c) {
|
|
732
|
-
let d = this.
|
|
733
|
-
this.
|
|
732
|
+
let d = this.qv(a, b, this.qw);
|
|
733
|
+
this.qw = d;
|
|
734
734
|
return d;
|
|
735
735
|
}
|
|
736
736
|
else {
|
|
737
|
-
let e = this.
|
|
738
|
-
this.
|
|
737
|
+
let e = this.qu(a, b, this.qw);
|
|
738
|
+
this.qw = e;
|
|
739
739
|
return e;
|
|
740
740
|
}
|
|
741
741
|
}
|
|
742
|
-
|
|
743
|
-
let b = this.
|
|
742
|
+
sd(a) {
|
|
743
|
+
let b = this.qf();
|
|
744
744
|
let c = this.b0.bu;
|
|
745
745
|
let d = this.b0.bv;
|
|
746
|
-
let e = this.
|
|
746
|
+
let e = this.qc;
|
|
747
747
|
let f = 0;
|
|
748
748
|
if (e.co) {
|
|
749
749
|
let g = (a.y - d.top) / d.height;
|
|
@@ -777,17 +777,17 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
777
777
|
}
|
|
778
778
|
return j;
|
|
779
779
|
}
|
|
780
|
-
|
|
780
|
+
qv(a, b, c) {
|
|
781
781
|
let d = this.ck.count;
|
|
782
|
-
let e = this.
|
|
783
|
-
let f = this.
|
|
784
|
-
let g = this.
|
|
785
|
-
let h = this.
|
|
782
|
+
let e = this.qt.bx.c;
|
|
783
|
+
let f = this.qt.bx.d;
|
|
784
|
+
let g = this.qt.bx.b;
|
|
785
|
+
let h = this.qc;
|
|
786
786
|
let i = -1;
|
|
787
787
|
let j = -1;
|
|
788
788
|
if (h.cm) {
|
|
789
|
-
let k = this.
|
|
790
|
-
let l = this.
|
|
789
|
+
let k = this.qf();
|
|
790
|
+
let l = this.sd(b);
|
|
791
791
|
i = l;
|
|
792
792
|
j = l;
|
|
793
793
|
}
|
|
@@ -805,7 +805,7 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
805
805
|
n.g = j;
|
|
806
806
|
return n;
|
|
807
807
|
}
|
|
808
|
-
|
|
808
|
+
qu(a, b, c) {
|
|
809
809
|
let d = new HighlightingInfo();
|
|
810
810
|
d.b = this;
|
|
811
811
|
d.h = 0;
|
|
@@ -816,22 +816,22 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
816
816
|
}
|
|
817
817
|
return d;
|
|
818
818
|
}
|
|
819
|
-
|
|
820
|
-
return this.
|
|
819
|
+
rg() {
|
|
820
|
+
return this.ri;
|
|
821
821
|
}
|
|
822
822
|
f5(a) {
|
|
823
823
|
let b = this.b0.bv;
|
|
824
824
|
let c = this.b0.bu;
|
|
825
825
|
let d = -1;
|
|
826
|
-
if (!b.isEmpty && !c.isEmpty && this.
|
|
826
|
+
if (!b.isEmpty && !c.isEmpty && this.qc != null) {
|
|
827
827
|
let e = this.getEffectiveViewport1(this.b0);
|
|
828
|
-
let f = new ScalerParams(0, b, c, this.
|
|
829
|
-
let g = this.
|
|
830
|
-
let h = this.
|
|
831
|
-
let i = this.
|
|
828
|
+
let f = new ScalerParams(0, b, c, this.qc.cg, e);
|
|
829
|
+
let g = this.pr(this.b0);
|
|
830
|
+
let h = this.qc.el(g.left, f);
|
|
831
|
+
let i = this.qc.el(g.right, f);
|
|
832
832
|
let j = (a.x - b.left) / b.width;
|
|
833
833
|
let k = h + (j * (i - h));
|
|
834
|
-
if (this.
|
|
834
|
+
if (this.qc.categoryMode != 0) {
|
|
835
835
|
k -= 0.5;
|
|
836
836
|
}
|
|
837
837
|
d = k;
|
|
@@ -842,10 +842,10 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
842
842
|
return truncate(Math.round(this.f5(a)));
|
|
843
843
|
}
|
|
844
844
|
get_d9() {
|
|
845
|
-
return typeCast(ISortingAxis_$type, this.
|
|
845
|
+
return typeCast(ISortingAxis_$type, this.qc) !== null;
|
|
846
846
|
}
|
|
847
847
|
ar() {
|
|
848
|
-
return this.
|
|
848
|
+
return this.qc;
|
|
849
849
|
}
|
|
850
850
|
hf(a) {
|
|
851
851
|
let b = this.b0.bv;
|
|
@@ -855,22 +855,22 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
855
855
|
return -1;
|
|
856
856
|
}
|
|
857
857
|
let e = new Rect(0, 0, 0, 1, 1);
|
|
858
|
-
let f = new ScalerParams(0, b, c, this.
|
|
859
|
-
let g = typeCast(ISortingAxis_$type, this.
|
|
860
|
-
let h = this.
|
|
858
|
+
let f = new ScalerParams(0, b, c, this.qc.cg, d);
|
|
859
|
+
let g = typeCast(ISortingAxis_$type, this.qc);
|
|
860
|
+
let h = this.pr(this.b0);
|
|
861
861
|
let i = h.left;
|
|
862
862
|
let j = h.right;
|
|
863
|
-
let k = this.
|
|
864
|
-
let l = this.
|
|
865
|
-
let m = this.
|
|
866
|
-
let n = this.
|
|
863
|
+
let k = this.ph(a).x;
|
|
864
|
+
let l = this.qc.el(k, f);
|
|
865
|
+
let m = this.qc.el(i, f);
|
|
866
|
+
let n = this.qc.el(j, f);
|
|
867
867
|
l = Math.max(m, Math.min(n, l));
|
|
868
868
|
let o = g.i$f(l);
|
|
869
869
|
return o;
|
|
870
870
|
}
|
|
871
871
|
ht(a) {
|
|
872
872
|
let b = 0;
|
|
873
|
-
if (typeCast(ISortingAxis_$type, this.
|
|
873
|
+
if (typeCast(ISortingAxis_$type, this.qc) !== null) {
|
|
874
874
|
b = this.hf(a);
|
|
875
875
|
if (b == -1) {
|
|
876
876
|
return null;
|
|
@@ -881,42 +881,42 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
881
881
|
}
|
|
882
882
|
return b >= 0 && this.ck != null && b < this.ck.count ? this.ck.item(b) : null;
|
|
883
883
|
}
|
|
884
|
-
|
|
885
|
-
let a = this.
|
|
884
|
+
qf() {
|
|
885
|
+
let a = this.qe;
|
|
886
886
|
if (this.cv()) {
|
|
887
887
|
if (this.ce.g) {
|
|
888
888
|
this.ce.t();
|
|
889
889
|
}
|
|
890
|
-
a = this.
|
|
890
|
+
a = this.qi;
|
|
891
891
|
}
|
|
892
892
|
return a;
|
|
893
893
|
}
|
|
894
|
-
|
|
895
|
-
if (this.
|
|
894
|
+
r3(a, b, c) {
|
|
895
|
+
if (this.qc == null) {
|
|
896
896
|
return 0;
|
|
897
897
|
}
|
|
898
|
-
return this.
|
|
898
|
+
return this.qc.k4(a, b, c, this.index);
|
|
899
899
|
}
|
|
900
900
|
eq() {
|
|
901
|
-
return this.
|
|
901
|
+
return this.rj;
|
|
902
902
|
}
|
|
903
|
-
|
|
903
|
+
qm() {
|
|
904
904
|
return 11;
|
|
905
905
|
}
|
|
906
906
|
b9() {
|
|
907
907
|
return 3;
|
|
908
908
|
}
|
|
909
|
-
|
|
910
|
-
this.
|
|
909
|
+
s5(a, b) {
|
|
910
|
+
this.pq = a.aa;
|
|
911
911
|
b.au();
|
|
912
912
|
}
|
|
913
|
-
|
|
913
|
+
s3(a, b) {
|
|
914
914
|
a.u();
|
|
915
915
|
}
|
|
916
916
|
e9(a, b, c) {
|
|
917
917
|
let d = super.e9(a, b, c);
|
|
918
918
|
let e = c;
|
|
919
|
-
if (this.ck == null || this.ck.count == 0 || !c.o() || b.isEmpty || a.isEmpty || this.
|
|
919
|
+
if (this.ck == null || this.ck.count == 0 || !c.o() || b.isEmpty || a.isEmpty || this.qc == null || this.qy == null || e.bx.b < 1 || this.qc.bh == null || this.qy.bh == null || this.qy.lv == this.qy.lu || this.qc.itemsSource == null || this.qc.le < 1) {
|
|
920
920
|
e.bx.b = 0;
|
|
921
921
|
d = false;
|
|
922
922
|
}
|
|
@@ -930,96 +930,96 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
930
930
|
p1: b
|
|
931
931
|
};
|
|
932
932
|
}
|
|
933
|
-
|
|
933
|
+
r7(a) {
|
|
934
934
|
let b = 0;
|
|
935
935
|
let c = a.bv;
|
|
936
936
|
let d = a.bu;
|
|
937
937
|
let e = this.getEffectiveViewport1(this.b0);
|
|
938
|
-
if (!c.isEmpty && !d.isEmpty && this.
|
|
939
|
-
let f = new ScalerParams(0, c, d, this.
|
|
938
|
+
if (!c.isEmpty && !d.isEmpty && this.qy != null) {
|
|
939
|
+
let f = new ScalerParams(0, c, d, this.qy.cg, e);
|
|
940
940
|
f.b = this.gc();
|
|
941
|
-
b = this.
|
|
941
|
+
b = this.qy.ei(this.qy.l5, f);
|
|
942
942
|
}
|
|
943
943
|
return b;
|
|
944
944
|
}
|
|
945
945
|
ky() {
|
|
946
946
|
super.ky();
|
|
947
|
-
this.
|
|
948
|
-
this.
|
|
949
|
-
this.
|
|
947
|
+
this.qg.v();
|
|
948
|
+
this.qe.v();
|
|
949
|
+
this.qi.v();
|
|
950
950
|
}
|
|
951
|
-
|
|
952
|
-
super.
|
|
953
|
-
this.
|
|
951
|
+
mj(a) {
|
|
952
|
+
super.mj(a);
|
|
953
|
+
this.qt.bx.e(this.ft);
|
|
954
954
|
if (this.cx(this.b0)) {
|
|
955
955
|
return;
|
|
956
956
|
}
|
|
957
957
|
if (this.es) {
|
|
958
958
|
if (this.cv()) {
|
|
959
|
-
this.
|
|
959
|
+
this.s5(this.qi, this.qt);
|
|
960
960
|
}
|
|
961
961
|
else {
|
|
962
|
-
this.
|
|
962
|
+
this.s5(this.qe, this.qt);
|
|
963
963
|
}
|
|
964
964
|
return;
|
|
965
965
|
}
|
|
966
966
|
if (this.eo(a)) {
|
|
967
|
-
let b = this.
|
|
967
|
+
let b = this.qg;
|
|
968
968
|
if (this.cv()) {
|
|
969
969
|
if (this.ce.g) {
|
|
970
970
|
this.ce.t();
|
|
971
971
|
}
|
|
972
|
-
this.
|
|
973
|
-
this.
|
|
972
|
+
this.qg = this.qi;
|
|
973
|
+
this.qi = b;
|
|
974
974
|
}
|
|
975
975
|
else {
|
|
976
|
-
this.
|
|
977
|
-
this.
|
|
976
|
+
this.qg = this.qe;
|
|
977
|
+
this.qe = b;
|
|
978
978
|
}
|
|
979
|
-
this.
|
|
979
|
+
this.s3(this.qe, this.qt);
|
|
980
980
|
if (this.e2) {
|
|
981
981
|
this.ce.w();
|
|
982
982
|
this.ce.r = truncate(this.gn());
|
|
983
983
|
this.ce.b = this.cg != null ? this.cg : this.cf;
|
|
984
|
-
this.
|
|
984
|
+
this.qo.p(this.qg, this.qe, this.isVertical, this.qc, this.qy, this.qn, this.qm(), this.ca, this.b9(), () => this.r7(this.qt), this.qt.bu);
|
|
985
985
|
}
|
|
986
986
|
this.kt();
|
|
987
|
-
this.
|
|
987
|
+
this.mr();
|
|
988
988
|
if (this.e2) {
|
|
989
989
|
this.e1 = false;
|
|
990
990
|
this.e0 = true;
|
|
991
991
|
}
|
|
992
992
|
}
|
|
993
993
|
else {
|
|
994
|
-
this.
|
|
995
|
-
this.
|
|
994
|
+
this.s3(this.qe, this.qt);
|
|
995
|
+
this.s5(this.qe, this.qt);
|
|
996
996
|
}
|
|
997
997
|
}
|
|
998
|
-
|
|
998
|
+
rl(a) {
|
|
999
999
|
for (let b of fromEnum(a)) {
|
|
1000
1000
|
switch (b) {
|
|
1001
1001
|
case "HighColumn":
|
|
1002
|
-
if (this.
|
|
1002
|
+
if (this.q6 == null) {
|
|
1003
1003
|
return false;
|
|
1004
1004
|
}
|
|
1005
1005
|
break;
|
|
1006
1006
|
case "LowColumn":
|
|
1007
|
-
if (this.
|
|
1007
|
+
if (this.q7 == null) {
|
|
1008
1008
|
return false;
|
|
1009
1009
|
}
|
|
1010
1010
|
break;
|
|
1011
1011
|
case "OpenColumn":
|
|
1012
|
-
if (this.
|
|
1012
|
+
if (this.q8 == null) {
|
|
1013
1013
|
return false;
|
|
1014
1014
|
}
|
|
1015
1015
|
break;
|
|
1016
1016
|
case "CloseColumn":
|
|
1017
|
-
if (this.
|
|
1017
|
+
if (this.q5 == null) {
|
|
1018
1018
|
return false;
|
|
1019
1019
|
}
|
|
1020
1020
|
break;
|
|
1021
1021
|
case "VolumeColumn":
|
|
1022
|
-
if (this.
|
|
1022
|
+
if (this.ra == null) {
|
|
1023
1023
|
return false;
|
|
1024
1024
|
}
|
|
1025
1025
|
break;
|
|
@@ -1027,23 +1027,23 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
1027
1027
|
}
|
|
1028
1028
|
return true;
|
|
1029
1029
|
}
|
|
1030
|
-
get
|
|
1031
|
-
return this.
|
|
1030
|
+
get rm() {
|
|
1031
|
+
return this.qc != null && typeCast(ISortingAxis_$type, this.qc) !== null;
|
|
1032
1032
|
}
|
|
1033
|
-
|
|
1033
|
+
rh() {
|
|
1034
1034
|
return this.typical != null;
|
|
1035
1035
|
}
|
|
1036
|
-
|
|
1036
|
+
s0(a) {
|
|
1037
1037
|
this.typical(this, a);
|
|
1038
1038
|
}
|
|
1039
|
-
get
|
|
1040
|
-
return this.
|
|
1039
|
+
get ru() {
|
|
1040
|
+
return this.rr();
|
|
1041
1041
|
}
|
|
1042
|
-
*
|
|
1042
|
+
*_rr() {
|
|
1043
1043
|
let a = false;
|
|
1044
|
-
if (this.
|
|
1045
|
-
let b = this.
|
|
1046
|
-
this.
|
|
1044
|
+
if (this.rh()) {
|
|
1045
|
+
let b = this.qp(0, this.ck.count);
|
|
1046
|
+
this.s0(new FinancialEventArgs(0, this.ck.count, b, this.qq(b), this));
|
|
1047
1047
|
if (b.typicalColumn != null) {
|
|
1048
1048
|
a = true;
|
|
1049
1049
|
for (let c of fromEnum(b.typicalColumn)) {
|
|
@@ -1052,97 +1052,97 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
1052
1052
|
}
|
|
1053
1053
|
}
|
|
1054
1054
|
if (!a) {
|
|
1055
|
-
if (this.
|
|
1055
|
+
if (this.rm && this.qc.i$b != null) {
|
|
1056
1056
|
let d = this.ck.count;
|
|
1057
|
-
let e = this.
|
|
1057
|
+
let e = this.qc.i$b;
|
|
1058
1058
|
for (let f = 0; f < d; ++f) {
|
|
1059
|
-
yield (this.
|
|
1059
|
+
yield (this.q6.item(e.item(f)) + this.q7.item(e.item(f)) + this.q5.item(e.item(f))) / 3;
|
|
1060
1060
|
}
|
|
1061
1061
|
}
|
|
1062
1062
|
else {
|
|
1063
1063
|
let g = this.ck.count;
|
|
1064
1064
|
for (let h = 0; h < g; ++h) {
|
|
1065
|
-
yield (this.
|
|
1065
|
+
yield (this.q6.item(h) + this.q7.item(h) + this.q5.item(h)) / 3;
|
|
1066
1066
|
}
|
|
1067
1067
|
}
|
|
1068
1068
|
}
|
|
1069
1069
|
}
|
|
1070
|
-
|
|
1071
|
-
return toEnum(() => this.
|
|
1070
|
+
rr() {
|
|
1071
|
+
return toEnum(() => this._rr());
|
|
1072
1072
|
}
|
|
1073
|
-
get
|
|
1074
|
-
return this.
|
|
1073
|
+
get rt() {
|
|
1074
|
+
return this.rq();
|
|
1075
1075
|
}
|
|
1076
|
-
*
|
|
1077
|
-
if (this.
|
|
1078
|
-
let a = this.
|
|
1079
|
-
let b = this.
|
|
1076
|
+
*_rq() {
|
|
1077
|
+
if (this.rm && this.qc.i$b != null) {
|
|
1078
|
+
let a = this.q6.count;
|
|
1079
|
+
let b = this.qc.i$b;
|
|
1080
1080
|
if (a > 0) {
|
|
1081
|
-
yield this.
|
|
1081
|
+
yield this.r8(this.q6.item(b.item(0)) - this.q7.item(b.item(0)));
|
|
1082
1082
|
}
|
|
1083
1083
|
for (let c = 1; c < a; ++c) {
|
|
1084
|
-
yield Math.max(this.
|
|
1084
|
+
yield Math.max(this.r8(this.q6.item(b.item(c)) - this.q7.item(b.item(c))), Math.max(this.r8(Math.abs(this.q6.item(b.item(c)) - this.q5.item(b.item(c - 1)))), this.r8(Math.abs(this.q7.item(b.item(c)) - this.q5.item(b.item(c - 1))))));
|
|
1085
1085
|
}
|
|
1086
1086
|
}
|
|
1087
1087
|
else {
|
|
1088
|
-
let d = this.
|
|
1088
|
+
let d = this.q6.count;
|
|
1089
1089
|
if (d > 0) {
|
|
1090
|
-
yield this.
|
|
1090
|
+
yield this.r8(this.q6.item(0) - this.q7.item(0));
|
|
1091
1091
|
}
|
|
1092
1092
|
for (let e = 1; e < d; ++e) {
|
|
1093
|
-
yield Math.max(this.
|
|
1093
|
+
yield Math.max(this.r8(this.q6.item(e) - this.q7.item(e)), Math.max(this.r8(Math.abs(this.q6.item(e) - this.q5.item(e - 1))), this.r8(Math.abs(this.q7.item(e) - this.q5.item(e - 1)))));
|
|
1094
1094
|
}
|
|
1095
1095
|
}
|
|
1096
1096
|
}
|
|
1097
|
-
|
|
1098
|
-
return toEnum(() => this.
|
|
1097
|
+
rq() {
|
|
1098
|
+
return toEnum(() => this._rq());
|
|
1099
1099
|
}
|
|
1100
|
-
get
|
|
1101
|
-
return this.
|
|
1100
|
+
get rs() {
|
|
1101
|
+
return this.rp();
|
|
1102
1102
|
}
|
|
1103
|
-
*
|
|
1104
|
-
if (this.
|
|
1105
|
-
let a = this.
|
|
1106
|
-
let b = this.
|
|
1103
|
+
*_rp() {
|
|
1104
|
+
if (this.rm && this.qc.i$b != null) {
|
|
1105
|
+
let a = this.q7.count;
|
|
1106
|
+
let b = this.qc.i$b;
|
|
1107
1107
|
if (a > 0) {
|
|
1108
|
-
yield this.
|
|
1108
|
+
yield this.r8(this.q7.item(b.item(0)));
|
|
1109
1109
|
}
|
|
1110
1110
|
for (let c = 1; c < a; c++) {
|
|
1111
|
-
yield Math.min(this.
|
|
1111
|
+
yield Math.min(this.r8(this.q7.item(b.item(c))), this.r8(this.q5.item(b.item(c - 1))));
|
|
1112
1112
|
}
|
|
1113
1113
|
}
|
|
1114
1114
|
else {
|
|
1115
|
-
let d = this.
|
|
1115
|
+
let d = this.q7.count;
|
|
1116
1116
|
if (d > 0) {
|
|
1117
|
-
yield this.
|
|
1117
|
+
yield this.r8(this.q7.item(0));
|
|
1118
1118
|
}
|
|
1119
1119
|
for (let e = 1; e < d; e++) {
|
|
1120
|
-
yield Math.min(this.
|
|
1120
|
+
yield Math.min(this.r8(this.q7.item(e)), this.r8(this.q5.item(e - 1)));
|
|
1121
1121
|
}
|
|
1122
1122
|
}
|
|
1123
1123
|
}
|
|
1124
|
-
|
|
1125
|
-
return toEnum(() => this.
|
|
1124
|
+
rp() {
|
|
1125
|
+
return toEnum(() => this._rp());
|
|
1126
1126
|
}
|
|
1127
|
-
|
|
1127
|
+
rw(a) {
|
|
1128
1128
|
if (a == null) {
|
|
1129
1129
|
return null;
|
|
1130
1130
|
}
|
|
1131
|
-
if (this.
|
|
1132
|
-
return new SafeSortedReadOnlyDoubleCollection(0, a, this.
|
|
1131
|
+
if (this.rm && this.qc.i$b != null) {
|
|
1132
|
+
return new SafeSortedReadOnlyDoubleCollection(0, a, this.qc.i$b);
|
|
1133
1133
|
}
|
|
1134
1134
|
return new SafeReadOnlyDoubleCollection(0, a);
|
|
1135
1135
|
}
|
|
1136
|
-
|
|
1136
|
+
rv() {
|
|
1137
1137
|
let a = new List$1(String_$type, 0);
|
|
1138
1138
|
a.add("HighColumn");
|
|
1139
1139
|
a.add("LowColumn");
|
|
1140
1140
|
a.add("CloseColumn");
|
|
1141
|
-
if (this.typicalBasedOn != null && this.ck != null && !this.
|
|
1142
|
-
this.
|
|
1143
|
-
let b = this.
|
|
1144
|
-
this.
|
|
1145
|
-
let c = new FinancialEventArgs(0, this.ck.count, b, this.
|
|
1141
|
+
if (this.typicalBasedOn != null && this.ck != null && !this.rb) {
|
|
1142
|
+
this.rb = true;
|
|
1143
|
+
let b = this.qp(0, this.ck.count);
|
|
1144
|
+
this.rb = false;
|
|
1145
|
+
let c = new FinancialEventArgs(0, this.ck.count, b, this.qq(b), this);
|
|
1146
1146
|
this.typicalBasedOn(this, c);
|
|
1147
1147
|
if (c.basedOn != null && c.basedOn.count > 0) {
|
|
1148
1148
|
return c.basedOn;
|
|
@@ -1151,213 +1151,213 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
1151
1151
|
return a;
|
|
1152
1152
|
}
|
|
1153
1153
|
getOpenColumnAsArray() {
|
|
1154
|
-
if (this.
|
|
1154
|
+
if (this.q8 == null) {
|
|
1155
1155
|
return null;
|
|
1156
1156
|
}
|
|
1157
|
-
if (this.
|
|
1158
|
-
if (this.
|
|
1159
|
-
return this.
|
|
1157
|
+
if (this.qc != null && typeCast(ISortingAxis_$type, this.qc) !== null) {
|
|
1158
|
+
if (this.r0 != null) {
|
|
1159
|
+
return this.r0.asArray();
|
|
1160
1160
|
}
|
|
1161
|
-
let a = new List$1(Number_$type, 2, this.
|
|
1162
|
-
let b = this.
|
|
1163
|
-
let c = this.
|
|
1161
|
+
let a = new List$1(Number_$type, 2, this.q8.count);
|
|
1162
|
+
let b = this.qc.i$b;
|
|
1163
|
+
let c = this.q8.asArray();
|
|
1164
1164
|
for (let d = 0; d < b.count; d++) {
|
|
1165
1165
|
a.add(c[b._inner[d]]);
|
|
1166
1166
|
}
|
|
1167
|
-
this.
|
|
1168
|
-
return this.
|
|
1167
|
+
this.r0 = a;
|
|
1168
|
+
return this.r0.asArray();
|
|
1169
1169
|
}
|
|
1170
1170
|
else {
|
|
1171
|
-
return this.
|
|
1171
|
+
return this.q8.asArray();
|
|
1172
1172
|
}
|
|
1173
1173
|
}
|
|
1174
1174
|
getHighColumnAsArray() {
|
|
1175
|
-
if (this.
|
|
1175
|
+
if (this.q6 == null) {
|
|
1176
1176
|
return null;
|
|
1177
1177
|
}
|
|
1178
|
-
if (this.
|
|
1179
|
-
if (this.
|
|
1180
|
-
return this.
|
|
1178
|
+
if (this.qc != null && typeCast(ISortingAxis_$type, this.qc) !== null) {
|
|
1179
|
+
if (this.ry != null) {
|
|
1180
|
+
return this.ry.asArray();
|
|
1181
1181
|
}
|
|
1182
|
-
let a = new List$1(Number_$type, 2, this.
|
|
1183
|
-
let b = this.
|
|
1184
|
-
let c = this.
|
|
1182
|
+
let a = new List$1(Number_$type, 2, this.q6.count);
|
|
1183
|
+
let b = this.qc.i$b;
|
|
1184
|
+
let c = this.q6.asArray();
|
|
1185
1185
|
for (let d = 0; d < b.count; d++) {
|
|
1186
1186
|
a.add(c[b._inner[d]]);
|
|
1187
1187
|
}
|
|
1188
|
-
this.
|
|
1189
|
-
return this.
|
|
1188
|
+
this.ry = a;
|
|
1189
|
+
return this.ry.asArray();
|
|
1190
1190
|
}
|
|
1191
1191
|
else {
|
|
1192
|
-
return this.
|
|
1192
|
+
return this.q6.asArray();
|
|
1193
1193
|
}
|
|
1194
1194
|
}
|
|
1195
1195
|
getLowColumnAsArray() {
|
|
1196
|
-
if (this.
|
|
1196
|
+
if (this.q7 == null) {
|
|
1197
1197
|
return null;
|
|
1198
1198
|
}
|
|
1199
|
-
if (this.
|
|
1200
|
-
if (this.
|
|
1201
|
-
return this.
|
|
1199
|
+
if (this.qc != null && typeCast(ISortingAxis_$type, this.qc) !== null) {
|
|
1200
|
+
if (this.rz != null) {
|
|
1201
|
+
return this.rz.asArray();
|
|
1202
1202
|
}
|
|
1203
|
-
let a = new List$1(Number_$type, 2, this.
|
|
1204
|
-
let b = this.
|
|
1205
|
-
let c = this.
|
|
1203
|
+
let a = new List$1(Number_$type, 2, this.q7.count);
|
|
1204
|
+
let b = this.qc.i$b;
|
|
1205
|
+
let c = this.q7.asArray();
|
|
1206
1206
|
for (let d = 0; d < b.count; d++) {
|
|
1207
1207
|
a.add(c[b._inner[d]]);
|
|
1208
1208
|
}
|
|
1209
|
-
this.
|
|
1210
|
-
return this.
|
|
1209
|
+
this.rz = a;
|
|
1210
|
+
return this.rz.asArray();
|
|
1211
1211
|
}
|
|
1212
1212
|
else {
|
|
1213
|
-
return this.
|
|
1213
|
+
return this.q7.asArray();
|
|
1214
1214
|
}
|
|
1215
1215
|
}
|
|
1216
1216
|
getCloseColumnAsArray() {
|
|
1217
|
-
if (this.
|
|
1217
|
+
if (this.q5 == null) {
|
|
1218
1218
|
return null;
|
|
1219
1219
|
}
|
|
1220
|
-
if (this.
|
|
1221
|
-
if (this.
|
|
1222
|
-
return this.
|
|
1220
|
+
if (this.qc != null && typeCast(ISortingAxis_$type, this.qc) !== null) {
|
|
1221
|
+
if (this.rx != null) {
|
|
1222
|
+
return this.rx.asArray();
|
|
1223
1223
|
}
|
|
1224
|
-
let a = new List$1(Number_$type, 2, this.
|
|
1225
|
-
let b = this.
|
|
1226
|
-
let c = this.
|
|
1224
|
+
let a = new List$1(Number_$type, 2, this.q5.count);
|
|
1225
|
+
let b = this.qc.i$b;
|
|
1226
|
+
let c = this.q5.asArray();
|
|
1227
1227
|
for (let d = 0; d < b.count; d++) {
|
|
1228
1228
|
a.add(c[b._inner[d]]);
|
|
1229
1229
|
}
|
|
1230
|
-
this.
|
|
1231
|
-
return this.
|
|
1230
|
+
this.rx = a;
|
|
1231
|
+
return this.rx.asArray();
|
|
1232
1232
|
}
|
|
1233
1233
|
else {
|
|
1234
|
-
return this.
|
|
1234
|
+
return this.q5.asArray();
|
|
1235
1235
|
}
|
|
1236
1236
|
}
|
|
1237
1237
|
getVolumeColumnAsArray() {
|
|
1238
|
-
if (this.
|
|
1238
|
+
if (this.ra == null) {
|
|
1239
1239
|
return null;
|
|
1240
1240
|
}
|
|
1241
|
-
if (this.
|
|
1242
|
-
if (this.
|
|
1243
|
-
return this.
|
|
1241
|
+
if (this.qc != null && typeCast(ISortingAxis_$type, this.qc) !== null) {
|
|
1242
|
+
if (this.r1 != null) {
|
|
1243
|
+
return this.r1.asArray();
|
|
1244
1244
|
}
|
|
1245
|
-
let a = new List$1(Number_$type, 2, this.
|
|
1246
|
-
let b = this.
|
|
1247
|
-
let c = this.
|
|
1245
|
+
let a = new List$1(Number_$type, 2, this.ra.count);
|
|
1246
|
+
let b = this.qc.i$b;
|
|
1247
|
+
let c = this.ra.asArray();
|
|
1248
1248
|
for (let d = 0; d < b.count; d++) {
|
|
1249
1249
|
a.add(c[b._inner[d]]);
|
|
1250
1250
|
}
|
|
1251
|
-
this.
|
|
1252
|
-
return this.
|
|
1251
|
+
this.r1 = a;
|
|
1252
|
+
return this.r1.asArray();
|
|
1253
1253
|
}
|
|
1254
1254
|
else {
|
|
1255
|
-
return this.
|
|
1255
|
+
return this.ra.asArray();
|
|
1256
1256
|
}
|
|
1257
1257
|
}
|
|
1258
1258
|
k0(a, b, c, d) {
|
|
1259
1259
|
super.k0(a, b, c, d);
|
|
1260
|
-
if (this.
|
|
1260
|
+
if (this.qc == null || !(typeCast(ISortingAxis_$type, this.qc) !== null)) {
|
|
1261
1261
|
return;
|
|
1262
1262
|
}
|
|
1263
|
-
let e = this.
|
|
1263
|
+
let e = this.qc.i$b;
|
|
1264
1264
|
switch (a) {
|
|
1265
1265
|
case 1:
|
|
1266
1266
|
for (let f = b; f < c; f++) {
|
|
1267
1267
|
let g = e._inner[f];
|
|
1268
|
+
if (this.r0 != null) {
|
|
1269
|
+
this.r0.insert(f, this.q8.item(g));
|
|
1270
|
+
}
|
|
1271
|
+
if (this.ry != null) {
|
|
1272
|
+
this.ry.insert(f, this.q6.item(g));
|
|
1273
|
+
}
|
|
1268
1274
|
if (this.rz != null) {
|
|
1269
1275
|
this.rz.insert(f, this.q7.item(g));
|
|
1270
1276
|
}
|
|
1271
1277
|
if (this.rx != null) {
|
|
1272
1278
|
this.rx.insert(f, this.q5.item(g));
|
|
1273
1279
|
}
|
|
1274
|
-
if (this.
|
|
1275
|
-
this.
|
|
1276
|
-
}
|
|
1277
|
-
if (this.rw != null) {
|
|
1278
|
-
this.rw.insert(f, this.q4.item(g));
|
|
1279
|
-
}
|
|
1280
|
-
if (this.r0 != null) {
|
|
1281
|
-
this.r0.insert(f, this.q9.item(g));
|
|
1280
|
+
if (this.r1 != null) {
|
|
1281
|
+
this.r1.insert(f, this.ra.item(g));
|
|
1282
1282
|
}
|
|
1283
1283
|
}
|
|
1284
1284
|
break;
|
|
1285
1285
|
case 0:
|
|
1286
|
+
if (this.r0 != null) {
|
|
1287
|
+
this.r0.v(b, c);
|
|
1288
|
+
}
|
|
1289
|
+
if (this.ry != null) {
|
|
1290
|
+
this.ry.v(b, c);
|
|
1291
|
+
}
|
|
1286
1292
|
if (this.rz != null) {
|
|
1287
1293
|
this.rz.v(b, c);
|
|
1288
1294
|
}
|
|
1289
1295
|
if (this.rx != null) {
|
|
1290
1296
|
this.rx.v(b, c);
|
|
1291
1297
|
}
|
|
1292
|
-
if (this.
|
|
1293
|
-
this.
|
|
1294
|
-
}
|
|
1295
|
-
if (this.rw != null) {
|
|
1296
|
-
this.rw.v(b, c);
|
|
1297
|
-
}
|
|
1298
|
-
if (this.r0 != null) {
|
|
1299
|
-
this.r0.v(b, c);
|
|
1298
|
+
if (this.r1 != null) {
|
|
1299
|
+
this.r1.v(b, c);
|
|
1300
1300
|
}
|
|
1301
1301
|
break;
|
|
1302
1302
|
case 4:
|
|
1303
|
+
if (this.r0 != null) {
|
|
1304
|
+
this.r0 = new List$1(Number_$type, 0);
|
|
1305
|
+
}
|
|
1306
|
+
if (this.ry != null) {
|
|
1307
|
+
this.ry = new List$1(Number_$type, 0);
|
|
1308
|
+
}
|
|
1303
1309
|
if (this.rz != null) {
|
|
1304
1310
|
this.rz = new List$1(Number_$type, 0);
|
|
1305
1311
|
}
|
|
1306
1312
|
if (this.rx != null) {
|
|
1307
1313
|
this.rx = new List$1(Number_$type, 0);
|
|
1308
1314
|
}
|
|
1309
|
-
if (this.
|
|
1310
|
-
this.
|
|
1311
|
-
}
|
|
1312
|
-
if (this.rw != null) {
|
|
1313
|
-
this.rw = new List$1(Number_$type, 0);
|
|
1314
|
-
}
|
|
1315
|
-
if (this.r0 != null) {
|
|
1316
|
-
this.r0 = new List$1(Number_$type, 0);
|
|
1315
|
+
if (this.r1 != null) {
|
|
1316
|
+
this.r1 = new List$1(Number_$type, 0);
|
|
1317
1317
|
}
|
|
1318
1318
|
break;
|
|
1319
1319
|
case 3:
|
|
1320
1320
|
case 2:
|
|
1321
1321
|
for (let h = b; h < c; h++) {
|
|
1322
1322
|
let i = e._inner[h];
|
|
1323
|
+
if (this.r0 != null) {
|
|
1324
|
+
this.r0._inner[h] = this.q8.item(i);
|
|
1325
|
+
}
|
|
1326
|
+
if (this.ry != null) {
|
|
1327
|
+
this.ry._inner[h] = this.q6.item(i);
|
|
1328
|
+
}
|
|
1323
1329
|
if (this.rz != null) {
|
|
1324
1330
|
this.rz._inner[h] = this.q7.item(i);
|
|
1325
1331
|
}
|
|
1326
1332
|
if (this.rx != null) {
|
|
1327
1333
|
this.rx._inner[h] = this.q5.item(i);
|
|
1328
1334
|
}
|
|
1329
|
-
if (this.
|
|
1330
|
-
this.
|
|
1331
|
-
}
|
|
1332
|
-
if (this.rw != null) {
|
|
1333
|
-
this.rw._inner[h] = this.q4.item(i);
|
|
1334
|
-
}
|
|
1335
|
-
if (this.r0 != null) {
|
|
1336
|
-
this.r0._inner[h] = this.q9.item(i);
|
|
1335
|
+
if (this.r1 != null) {
|
|
1336
|
+
this.r1._inner[h] = this.ra.item(i);
|
|
1337
1337
|
}
|
|
1338
1338
|
}
|
|
1339
1339
|
break;
|
|
1340
1340
|
}
|
|
1341
|
-
this.
|
|
1342
|
-
this.
|
|
1341
|
+
this.s6();
|
|
1342
|
+
this.m2();
|
|
1343
1343
|
}
|
|
1344
|
-
|
|
1345
|
-
let c = this.
|
|
1346
|
-
let d = this.
|
|
1347
|
-
let e = this.
|
|
1348
|
-
let f = this.
|
|
1349
|
-
let g = this.
|
|
1344
|
+
qp(a, b) {
|
|
1345
|
+
let c = this.rw(this.q8);
|
|
1346
|
+
let d = this.rw(this.q5);
|
|
1347
|
+
let e = this.rw(this.q6);
|
|
1348
|
+
let f = this.rw(this.q7);
|
|
1349
|
+
let g = this.rw(this.ra);
|
|
1350
1350
|
let h = ((() => {
|
|
1351
1351
|
let $ret = new FinancialCalculationDataSource();
|
|
1352
|
-
$ret.typicalColumn = new CalculatedColumn(1, new SafeEnumerable(this.
|
|
1353
|
-
$ret.trueRange = new CalculatedColumn(1, new SafeEnumerable(this.
|
|
1352
|
+
$ret.typicalColumn = new CalculatedColumn(1, new SafeEnumerable(this.ru), this.rv());
|
|
1353
|
+
$ret.trueRange = new CalculatedColumn(1, new SafeEnumerable(this.rt), ((() => {
|
|
1354
1354
|
let $ret = new List$1(String_$type, 0);
|
|
1355
1355
|
$ret.add("HighColumn");
|
|
1356
1356
|
$ret.add("LowColumn");
|
|
1357
1357
|
$ret.add("CloseColumn");
|
|
1358
1358
|
return $ret;
|
|
1359
1359
|
})()));
|
|
1360
|
-
$ret.trueLow = new CalculatedColumn(1, new SafeEnumerable(this.
|
|
1360
|
+
$ret.trueLow = new CalculatedColumn(1, new SafeEnumerable(this.rs), ((() => {
|
|
1361
1361
|
let $ret = new List$1(String_$type, 0);
|
|
1362
1362
|
$ret.add("LowColumn");
|
|
1363
1363
|
$ret.add("CloseColumn");
|
|
@@ -1377,13 +1377,13 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
1377
1377
|
})());
|
|
1378
1378
|
return h;
|
|
1379
1379
|
}
|
|
1380
|
-
|
|
1380
|
+
r8(a) {
|
|
1381
1381
|
if (isInfinity(a) || isNaN_(a)) {
|
|
1382
1382
|
return 0;
|
|
1383
1383
|
}
|
|
1384
1384
|
return a;
|
|
1385
1385
|
}
|
|
1386
|
-
|
|
1386
|
+
qq(a) {
|
|
1387
1387
|
return ((() => {
|
|
1388
1388
|
let $ret = new FinancialCalculationSupportingCalculations();
|
|
1389
1389
|
$ret.a = new ColumnSupportingCalculation(1, TrendCalculators.b, new List$1(String_$type, 0));
|
|
@@ -1404,15 +1404,15 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
1404
1404
|
$ret.e = new DataSourceSupportingCalculation(1, (b) => TrendCalculators.b(b.typicalColumn, b.longPeriod), a.typicalColumn.basedOn);
|
|
1405
1405
|
$ret.k = Series.fe;
|
|
1406
1406
|
$ret.j = Series.fd;
|
|
1407
|
-
$ret.i = runOn(this, this.
|
|
1407
|
+
$ret.i = runOn(this, this.r8);
|
|
1408
1408
|
return $ret;
|
|
1409
1409
|
})());
|
|
1410
1410
|
}
|
|
1411
1411
|
get categoryAxis() {
|
|
1412
|
-
return this.
|
|
1412
|
+
return this.qc;
|
|
1413
1413
|
}
|
|
1414
|
-
|
|
1415
|
-
super.
|
|
1414
|
+
mk(a, b) {
|
|
1415
|
+
super.mk(a, b);
|
|
1416
1416
|
if (!this.ez) {
|
|
1417
1417
|
this.b0.a2(b);
|
|
1418
1418
|
return;
|
|
@@ -1424,14 +1424,14 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
1424
1424
|
return;
|
|
1425
1425
|
}
|
|
1426
1426
|
if (!this.et) {
|
|
1427
|
-
this.
|
|
1427
|
+
this.s3(this.qh, c);
|
|
1428
1428
|
}
|
|
1429
1429
|
this.et = false;
|
|
1430
|
-
this.
|
|
1430
|
+
this.s5(this.qh, c);
|
|
1431
1431
|
this.ez = false;
|
|
1432
1432
|
}
|
|
1433
|
-
|
|
1434
|
-
super.
|
|
1433
|
+
mh(a, b, c, d, e) {
|
|
1434
|
+
super.mh(a, b, c, d, e);
|
|
1435
1435
|
let f = this.a6.a$h.item(d);
|
|
1436
1436
|
let g = f;
|
|
1437
1437
|
g.bx.e(this.ft);
|
|
@@ -1439,61 +1439,61 @@ export let FinancialSeries = /*@__PURE__*/ (() => {
|
|
|
1439
1439
|
if (this.cx(g)) {
|
|
1440
1440
|
return;
|
|
1441
1441
|
}
|
|
1442
|
-
if (this.
|
|
1443
|
-
this.
|
|
1442
|
+
if (this.qd == null) {
|
|
1443
|
+
this.qd = new CategoryFrame(3);
|
|
1444
1444
|
}
|
|
1445
|
-
this.
|
|
1446
|
-
this.
|
|
1447
|
-
this.
|
|
1445
|
+
this.qd.u();
|
|
1446
|
+
this.s3(this.qd, g);
|
|
1447
|
+
this.s5(this.qd, g);
|
|
1448
1448
|
}
|
|
1449
1449
|
an(a) {
|
|
1450
|
-
if (this.
|
|
1451
|
-
return this.
|
|
1450
|
+
if (this.qc == a) {
|
|
1451
|
+
return this.qy;
|
|
1452
1452
|
}
|
|
1453
|
-
if (this.
|
|
1454
|
-
return this.
|
|
1453
|
+
if (this.qy == a) {
|
|
1454
|
+
return this.qc;
|
|
1455
1455
|
}
|
|
1456
1456
|
return null;
|
|
1457
1457
|
}
|
|
1458
1458
|
preferredCategoryMode(a) {
|
|
1459
|
-
let b = typeCast(IDateTimeAxis_$type, this.
|
|
1460
|
-
return b != null ? b.preferredCategoryMode(this) : this.
|
|
1459
|
+
let b = typeCast(IDateTimeAxis_$type, this.qc);
|
|
1460
|
+
return b != null ? b.preferredCategoryMode(this) : this.qk;
|
|
1461
1461
|
}
|
|
1462
|
-
get
|
|
1463
|
-
return this.
|
|
1462
|
+
get qk() {
|
|
1463
|
+
return this.qj;
|
|
1464
1464
|
}
|
|
1465
|
-
set
|
|
1466
|
-
let b = this.
|
|
1465
|
+
set qk(a) {
|
|
1466
|
+
let b = this.qk;
|
|
1467
1467
|
if (a != b) {
|
|
1468
|
-
this.
|
|
1469
|
-
this.raisePropertyChanged("CategoryMode", enumGetBox(CategoryMode_$type, b), enumGetBox(CategoryMode_$type, this.
|
|
1468
|
+
this.qj = a;
|
|
1469
|
+
this.raisePropertyChanged("CategoryMode", enumGetBox(CategoryMode_$type, b), enumGetBox(CategoryMode_$type, this.qk));
|
|
1470
1470
|
}
|
|
1471
1471
|
}
|
|
1472
1472
|
get_d3() {
|
|
1473
1473
|
return true;
|
|
1474
1474
|
}
|
|
1475
|
-
|
|
1476
|
-
super.
|
|
1477
|
-
this.
|
|
1475
|
+
mn(a, b) {
|
|
1476
|
+
super.mn(a, b);
|
|
1477
|
+
this.ti = a;
|
|
1478
1478
|
}
|
|
1479
|
-
|
|
1480
|
-
this.f1 = this.
|
|
1479
|
+
s6() {
|
|
1480
|
+
this.f1 = this.q5 == null || this.q5.count == 0 ? NaN : this.q5.item(this.q5.count - 1);
|
|
1481
1481
|
}
|
|
1482
1482
|
hv(a) {
|
|
1483
|
-
if (this.
|
|
1484
|
-
if (this.
|
|
1485
|
-
this.
|
|
1483
|
+
if (this.qx != null && a != null) {
|
|
1484
|
+
if (this.qz == null || this.qz.propertyName != this.qx.dateTimeMemberPath) {
|
|
1485
|
+
this.qz = new FastReflectionHelper(false, this.qx.dateTimeMemberPath);
|
|
1486
1486
|
}
|
|
1487
|
-
let b = this.
|
|
1487
|
+
let b = this.qz.getPropertyValue(a);
|
|
1488
1488
|
if (typeCast(Date_$type, b) !== null) {
|
|
1489
|
-
return dateToStringFormat(b, this.
|
|
1489
|
+
return dateToStringFormat(b, this.qx.itemLabelFormat());
|
|
1490
1490
|
}
|
|
1491
1491
|
}
|
|
1492
1492
|
return super.hv(a);
|
|
1493
1493
|
}
|
|
1494
1494
|
}
|
|
1495
1495
|
FinancialSeries.$t = /*@__PURE__*/ markType(FinancialSeries, 'FinancialSeries', Series.$, [IHasCategoryAxis_$type, IHasCategoryModePreference_$type]);
|
|
1496
|
-
FinancialSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, FinancialSeries, 'raisePropertyChanged', ['CloseMemberPath:
|
|
1496
|
+
FinancialSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, FinancialSeries, 'raisePropertyChanged', ['CloseMemberPath:sg:s7', [2, null], 'HighMemberPath:sj:s8', [2, null], 'IsCustomCategoryStyleAllowed:ri:s9', [0, false], 'IsTransitionInEnabled:rj:ta', [0, false], 'LowMemberPath:so:tb', [2, null], 'NegativeBrush:ti:tc', [Brush.$, null], 'OpenMemberPath:ss:td', [2, null], 'TransitionInMode:qn:te', [CategoryTransitionInMode_$type, /*@__PURE__*/ enumGetBox(CategoryTransitionInMode_$type, 0)], 'VolumeMemberPath:sw:tf', [2, null], 'XAxis:qc:tg', [CategoryAxisBase.$, null], 'YAxis:qy:th', [NumericYAxis.$, null]]);
|
|
1497
1497
|
return FinancialSeries;
|
|
1498
1498
|
})();
|
|
1499
1499
|
/**
|
|
@@ -1728,11 +1728,11 @@ export let FinancialSeriesView = /*@__PURE__*/ (() => {
|
|
|
1728
1728
|
}
|
|
1729
1729
|
getDefaultTooltipTemplate() {
|
|
1730
1730
|
let a = "<div class='ui-chart-default-tooltip-content'>";
|
|
1731
|
-
if (this.bz.
|
|
1731
|
+
if (this.bz.qc.cd) {
|
|
1732
1732
|
a += "<span>${itemLabel}</span><br/>";
|
|
1733
1733
|
}
|
|
1734
|
-
else if (this.bz.
|
|
1735
|
-
a += "<span>${item." + this.bz.
|
|
1734
|
+
else if (this.bz.qc.fz != null) {
|
|
1735
|
+
a += "<span>${item." + this.bz.qc.fz + "}</span><br/>";
|
|
1736
1736
|
}
|
|
1737
1737
|
a += "<span class='ui-priority-primary'";
|
|
1738
1738
|
let b = this.e.a6.a$r(this.e);
|
|
@@ -1748,11 +1748,11 @@ export let FinancialSeriesView = /*@__PURE__*/ (() => {
|
|
|
1748
1748
|
e = stringIsNullOrEmpty(e) ? "High" : e;
|
|
1749
1749
|
f = stringIsNullOrEmpty(f) ? "Low" : f;
|
|
1750
1750
|
g = stringIsNullOrEmpty(g) ? "Close" : g;
|
|
1751
|
-
a += ">" + this.bz.title + "</span><table><tr><td>" + d + ":</td><td>" + "${item." + this.bz.
|
|
1752
|
-
if (!stringIsNullOrEmpty(this.bz.
|
|
1751
|
+
a += ">" + this.bz.title + "</span><table><tr><td>" + d + ":</td><td>" + "${item." + this.bz.ss + "}</td></tr><tr><td>" + e + ":</td><td>" + "${item." + this.bz.sj + "}</td></tr><tr><td>" + f + ":</td><td>" + "${item." + this.bz.so + "}</td></tr><tr><td>" + g + ":</td><td>" + "${item." + this.bz.sg + "}</td></tr>";
|
|
1752
|
+
if (!stringIsNullOrEmpty(this.bz.sw)) {
|
|
1753
1753
|
let h = c.b1("financialSeries_Volume");
|
|
1754
1754
|
h = stringIsNullOrEmpty(h) ? "Volume" : h;
|
|
1755
|
-
a += "<tr><td>" + h + ":</td><td>" + "${item." + this.bz.
|
|
1755
|
+
a += "<tr><td>" + h + ":</td><td>" + "${item." + this.bz.sw + "}</td></tr>";
|
|
1756
1756
|
}
|
|
1757
1757
|
a += "</table></div>";
|
|
1758
1758
|
return a;
|
|
@@ -1760,7 +1760,7 @@ export let FinancialSeriesView = /*@__PURE__*/ (() => {
|
|
|
1760
1760
|
af() {
|
|
1761
1761
|
let a = new Color();
|
|
1762
1762
|
a.colorString = "rgba(95,95,95,0.5)";
|
|
1763
|
-
this.e.
|
|
1763
|
+
this.e.pb = a;
|
|
1764
1764
|
this.e.gw = 5;
|
|
1765
1765
|
this.e.gx = 2;
|
|
1766
1766
|
this.e.gy = 2;
|