igniteui-webcomponents-charts 3.2.3 → 3.5.0
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 +29124 -22745
- 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 +7 -7
- package/esm2015/lib/AnchoredCategorySeries_combined.js +141 -141
- package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +222 -222
- package/esm2015/lib/AngleAxisLabelPanel_combined.js +18 -18
- package/esm2015/lib/AnnotationLayerProxy.js +39 -26
- package/esm2015/lib/AnnotationLayer_combined.js +133 -133
- package/esm2015/lib/AreaSeries_combined.js +44 -44
- package/esm2015/lib/AutomaticSeriesManager.js +7 -0
- package/esm2015/lib/AutomaticSeriesPurpose.js +11 -0
- package/esm2015/lib/AutomaticSeriesRequest.js +7 -0
- package/esm2015/lib/AutomaticSeriesRequestCollection.js +7 -0
- package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
- package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
- package/esm2015/lib/AxisAnnotationFrameManager.js +2 -2
- package/esm2015/lib/AxisAnnotationManager.js +1 -1
- package/esm2015/lib/AxisVisualDataManager.js +2 -2
- package/esm2015/lib/BarSeries_combined.js +127 -104
- package/esm2015/lib/BollingerBandWidthIndicator.js +20 -20
- package/esm2015/lib/BollingerBandsOverlay_combined.js +98 -98
- package/esm2015/lib/BrushScale.js +7 -7
- package/esm2015/lib/BubbleSeries_combined.js +255 -255
- package/esm2015/lib/CalloutLabelUpdatingEventArgs.js +4 -2
- package/esm2015/lib/CalloutLayer_combined.js +451 -449
- package/esm2015/lib/CategoryBucketCalculator_combined.js +241 -240
- package/esm2015/lib/CategoryChart.js +554 -456
- package/esm2015/lib/CategoryDateTimeXAxis_combined.js +4 -4
- package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
- package/esm2015/lib/CategoryHighlightLayer_combined.js +52 -52
- package/esm2015/lib/CategoryItemHighlightLayer_combined.js +121 -118
- package/esm2015/lib/CategoryMarkerManager.js +1 -1
- package/esm2015/lib/CategorySeriesInteractionManager.js +8 -8
- package/esm2015/lib/CategoryToolTipLayer_combined.js +74 -74
- package/esm2015/lib/CategoryTrendLineManagerBase.js +1 -1
- package/esm2015/lib/CategoryXAxis_combined.js +140 -23
- package/esm2015/lib/CategoryYAxis_combined.js +140 -23
- package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
- package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
- package/esm2015/lib/ChartGroupDescription.js +52 -0
- package/esm2015/lib/ChartGroupDescriptionCollection.js +84 -0
- package/esm2015/lib/ChartSortDescription.js +61 -0
- package/esm2015/lib/ChartSortDescriptionCollection.js +90 -0
- package/esm2015/lib/ChartSummaryDescription.js +123 -0
- package/esm2015/lib/ChartSummaryDescriptionCollection.js +96 -0
- package/esm2015/lib/ColumnSeries_combined.js +65 -65
- package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
- package/esm2015/lib/CrosshairLayer_combined.js +85 -85
- package/esm2015/lib/CustomIndicator.js +23 -23
- package/esm2015/lib/DataChartToolbarFactoryManager.js +27 -0
- package/esm2015/lib/DataChartToolbarProvider.js +107 -0
- package/esm2015/lib/DataChartVisualDataManager.js +4 -4
- package/esm2015/lib/DataLegendSummaryCalculationAverage.js +1 -1
- package/esm2015/lib/DataLegendSummaryCalculationMax.js +1 -1
- package/esm2015/lib/DataLegendSummaryCalculationMin.js +1 -1
- package/esm2015/lib/DataLegendSummaryCalculationTotal.js +1 -1
- package/esm2015/lib/DataToolTipLayer_combined.js +442 -440
- package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
- package/esm2015/lib/DomainChart.js +2165 -1902
- package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
- package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
- package/esm2015/lib/FinalValueLayer_combined.js +70 -70
- package/esm2015/lib/FinancialChart_combined.js +1440 -1356
- package/esm2015/lib/FinancialEventArgs_combined.js +586 -586
- package/esm2015/lib/FinancialIndicator_combined.js +201 -201
- package/esm2015/lib/FinancialOverlay.js +36 -36
- package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
- package/esm2015/lib/FinancialPriceSeriesProxy.js +16 -16
- package/esm2015/lib/FinancialPriceSeries_combined.js +239 -239
- package/esm2015/lib/ForceIndexIndicator.js +16 -16
- package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
- package/esm2015/lib/HighDensityScatterSeries_combined.js +436 -436
- package/esm2015/lib/HorizontalAnchoredCategorySeries.js +106 -106
- package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
- package/esm2015/lib/HorizontalRangeCategorySeries.js +55 -55
- package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
- package/esm2015/lib/IDataChartToolbarProvider.js +7 -0
- package/esm2015/lib/IZoomableCategoryAxis.js +11 -0
- package/esm2015/lib/IndicatorProxy.js +11 -11
- package/esm2015/lib/ItemToolTipLayer_combined.js +79 -79
- package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
- package/esm2015/lib/LineSeries_combined.js +38 -38
- 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/NumberAbbreviator.js +1 -1
- package/esm2015/lib/NumericXAxis_combined.js +3 -3
- package/esm2015/lib/NumericYAxis_combined.js +3 -3
- package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
- package/esm2015/lib/OrdinalTimeXAxis.js +113 -113
- package/esm2015/lib/OverlayProxy.js +8 -8
- package/esm2015/lib/PercentChangeYAxis_combined.js +1 -1
- package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
- package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
- package/esm2015/lib/PieChartViewManager_combined.js +9 -9
- package/esm2015/lib/PointSeries_combined.js +19 -19
- package/esm2015/lib/PolarAreaSeries_combined.js +23 -23
- package/esm2015/lib/PolarBase_combined.js +388 -388
- package/esm2015/lib/PolarLineSeriesBase_combined.js +55 -55
- package/esm2015/lib/PolarLineSeries_combined.js +21 -21
- package/esm2015/lib/PolarScatterSeries_combined.js +13 -13
- package/esm2015/lib/PolarSplineAreaSeries_combined.js +24 -24
- package/esm2015/lib/PolarSplineSeries_combined.js +23 -23
- package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
- package/esm2015/lib/PriceChannelOverlay_combined.js +78 -78
- package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
- package/esm2015/lib/RadialAreaSeries_combined.js +35 -35
- package/esm2015/lib/RadialAxisLabelPanel_combined.js +1 -1
- package/esm2015/lib/RadialBucketCalculator_combined.js +156 -156
- package/esm2015/lib/RadialColumnSeries_combined.js +47 -47
- package/esm2015/lib/RadialLineSeries_combined.js +37 -37
- package/esm2015/lib/RadialPieSeries_combined.js +45 -45
- package/esm2015/lib/RangeAreaSeries_combined.js +22 -22
- package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +99 -99
- package/esm2015/lib/RangeColumnSeries_combined.js +35 -35
- package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
- package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
- package/esm2015/lib/ScatterAreaSeries_combined.js +128 -128
- package/esm2015/lib/ScatterBase_combined.js +445 -445
- package/esm2015/lib/ScatterContourSeries_combined.js +112 -112
- package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
- package/esm2015/lib/ScatterLineSeries.js +51 -51
- package/esm2015/lib/ScatterLineSeriesView.js +7 -7
- package/esm2015/lib/ScatterPolygonSeries_combined.js +206 -206
- package/esm2015/lib/ScatterPolylineSeries_combined.js +22 -22
- package/esm2015/lib/ScatterSeries_combined.js +15 -15
- package/esm2015/lib/ScatterSplineSeries.js +38 -38
- package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
- package/esm2015/lib/ScatterTriangulationSeries.js +177 -177
- package/esm2015/lib/SeriesInteractionManager.js +80 -80
- package/esm2015/lib/SeriesRenderManager.js +17 -17
- package/esm2015/lib/SeriesRenderingArguments.js +1 -1
- package/esm2015/lib/SeriesViewerInteractionManager.js +198 -198
- package/esm2015/lib/SeriesViewerScrollbarManager.js +7 -7
- package/esm2015/lib/SeriesViewerSurfaceViewer.js +14 -14
- package/esm2015/lib/SeriesViewer_combined.js +3505 -3171
- package/esm2015/lib/SeriesVisualDataManager.js +23 -23
- package/esm2015/lib/ShapeSeriesBase_combined.js +303 -303
- package/esm2015/lib/SizeScale.js +3 -3
- package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
- package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
- package/esm2015/lib/SplineSeriesBase_combined.js +123 -123
- package/esm2015/lib/SplineSeries_combined.js +25 -25
- package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100BarBucketCalculator.js +6 -6
- package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
- package/esm2015/lib/Stacked100ColumnBucketCalculator.js +6 -6
- package/esm2015/lib/Stacked100ColumnSeries_combined.js +15 -15
- 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 +9 -9
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1556 -1455
- package/esm2015/lib/StandardDeviationIndicator.js +15 -15
- package/esm2015/lib/StepAreaSeries_combined.js +37 -37
- package/esm2015/lib/StepLineSeries_combined.js +43 -43
- package/esm2015/lib/StochRSIIndicator.js +15 -15
- package/esm2015/lib/StrategyBasedIndicator.js +59 -59
- package/esm2015/lib/TRIXIndicator.js +16 -16
- package/esm2015/lib/TileZoomManager_combined.js +9 -9
- package/esm2015/lib/TimeAxisBase.js +8 -8
- package/esm2015/lib/TimeXAxis.js +10 -10
- package/esm2015/lib/TypicalPriceIndicator.js +6 -6
- package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
- package/esm2015/lib/ValueOverlay_combined.js +115 -115
- package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
- package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/WaterfallSeries_combined.js +103 -103
- package/esm2015/lib/WeightedCloseIndicator.js +6 -6
- package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
- package/esm2015/lib/XYChart.js +802 -802
- package/esm2015/lib/igc-absolute-volume-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-accumulation-distribution-indicator-component.js +14 -0
- package/esm2015/lib/igc-anchored-category-series-component.js +32 -18
- package/esm2015/lib/igc-anchored-radial-series-component.js +45 -31
- package/esm2015/lib/igc-annotation-layer-component.js +31 -17
- package/esm2015/lib/igc-area-fragment-component.js +14 -0
- package/esm2015/lib/igc-area-series-component.js +14 -0
- package/esm2015/lib/igc-assigning-series-style-event-args-base.js +33 -5
- package/esm2015/lib/igc-average-directional-index-indicator-component.js +17 -3
- package/esm2015/lib/igc-average-true-range-indicator-component.js +17 -3
- package/esm2015/lib/igc-axis-annotation.js +5 -0
- package/esm2015/lib/igc-axis-component.js +28 -6
- package/esm2015/lib/igc-bar-fragment-component.js +34 -18
- package/esm2015/lib/igc-bar-series-component.js +25 -11
- package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +20 -6
- package/esm2015/lib/igc-bollinger-bands-overlay-component.js +23 -9
- package/esm2015/lib/igc-brush-scale-component.js +20 -0
- package/esm2015/lib/igc-bubble-series-component.js +60 -44
- package/esm2015/lib/igc-calculated-column.js +5 -0
- package/esm2015/lib/igc-callout-annotation.js +12 -6
- package/esm2015/lib/igc-callout-label-updating-event-args.js +36 -6
- package/esm2015/lib/igc-callout-layer-component.js +115 -95
- package/esm2015/lib/igc-callout-render-style-updating-event-args.js +7 -6
- package/esm2015/lib/igc-callout-series-selecting-event-args.js +7 -6
- package/esm2015/lib/igc-callout-style-updating-event-args.js +7 -6
- package/esm2015/lib/igc-category-angle-axis-component.js +14 -0
- package/esm2015/lib/igc-category-axis-base-component.js +14 -0
- package/esm2015/lib/igc-category-chart-component.js +169 -112
- package/esm2015/lib/igc-category-date-time-x-axis-component.js +14 -0
- package/esm2015/lib/igc-category-highlight-layer-component.js +28 -13
- package/esm2015/lib/igc-category-item-highlight-layer-component.js +47 -32
- package/esm2015/lib/igc-category-series-component.js +36 -20
- package/esm2015/lib/igc-category-tool-tip-layer-component.js +27 -12
- package/esm2015/lib/igc-category-x-axis-component.js +89 -2
- package/esm2015/lib/igc-category-y-axis-component.js +89 -2
- package/esm2015/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +17 -3
- package/esm2015/lib/igc-chart-cursor-event-args.js +10 -8
- package/esm2015/lib/igc-chart-group-description-collection.js +105 -0
- package/esm2015/lib/igc-chart-group-description-module.js +15 -0
- package/esm2015/lib/igc-chart-group-description.js +20 -0
- package/esm2015/lib/igc-chart-mouse-event-args.js +10 -8
- package/esm2015/lib/igc-chart-series-event-args.js +7 -6
- package/esm2015/lib/igc-chart-sort-description-collection.js +115 -0
- package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
- package/esm2015/lib/igc-chart-sort-description.js +66 -0
- package/esm2015/lib/igc-chart-summary-description-collection.js +112 -0
- package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
- package/esm2015/lib/igc-chart-summary-description.js +101 -0
- package/esm2015/lib/igc-color-scale-component.js +20 -0
- package/esm2015/lib/igc-column-fragment-component.js +39 -23
- package/esm2015/lib/igc-column-series-component.js +27 -13
- package/esm2015/lib/igc-column-supporting-calculation.js +5 -0
- package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +17 -3
- package/esm2015/lib/igc-contour-value-resolver-component.js +19 -0
- package/esm2015/lib/igc-crosshair-layer-component.js +105 -90
- package/esm2015/lib/igc-custom-contour-value-resolver-component.js +15 -0
- package/esm2015/lib/igc-custom-indicator-component.js +14 -0
- package/esm2015/lib/igc-custom-palette-brush-scale-component.js +14 -0
- package/esm2015/lib/igc-custom-palette-color-scale-component.js +14 -0
- package/esm2015/lib/igc-data-chart-component.js +95 -95
- package/esm2015/lib/igc-data-chart-mouse-button-event-args.js +10 -8
- package/esm2015/lib/igc-data-legend-component.js +12 -1
- package/esm2015/lib/igc-data-source-supporting-calculation.js +5 -0
- package/esm2015/lib/igc-data-tool-tip-layer-component.js +379 -364
- package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +17 -3
- package/esm2015/lib/igc-domain-chart-component.js +969 -650
- package/esm2015/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
- package/esm2015/lib/igc-doughnut-chart-component.js +7 -0
- package/esm2015/lib/igc-ease-of-movement-indicator-component.js +14 -0
- package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +17 -3
- package/esm2015/lib/igc-final-value-layer-component.js +57 -42
- package/esm2015/lib/igc-financial-calculation-data-source.js +14 -6
- package/esm2015/lib/igc-financial-calculation-supporting-calculations.js +29 -16
- package/esm2015/lib/igc-financial-chart-component.js +215 -157
- package/esm2015/lib/igc-financial-chart-custom-indicator-args.js +7 -6
- package/esm2015/lib/igc-financial-event-args.js +22 -10
- package/esm2015/lib/igc-financial-indicator-component.js +30 -16
- package/esm2015/lib/igc-financial-overlay-component.js +19 -5
- package/esm2015/lib/igc-financial-price-series-component.js +44 -30
- package/esm2015/lib/igc-financial-series-component.js +79 -60
- package/esm2015/lib/igc-force-index-indicator-component.js +18 -4
- package/esm2015/lib/igc-fragment-base-component.js +16 -2
- package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +20 -6
- package/esm2015/lib/igc-funnel-chart-component.js +9 -0
- package/esm2015/lib/igc-funnel-data-context.js +5 -0
- package/esm2015/lib/igc-hierarchical-ring-series-component.js +14 -0
- package/esm2015/lib/igc-high-density-scatter-series-component.js +74 -57
- package/esm2015/lib/igc-highlighting-info.js +12 -6
- package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +35 -19
- package/esm2015/lib/igc-horizontal-range-category-series-component.js +47 -31
- package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +31 -15
- package/esm2015/lib/igc-item-tool-tip-layer-component.js +33 -18
- package/esm2015/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
- package/esm2015/lib/igc-legend-base-component.js +10 -0
- package/esm2015/lib/igc-line-fragment-component.js +15 -1
- package/esm2015/lib/igc-line-series-component.js +15 -1
- package/esm2015/lib/igc-linear-contour-value-resolver-component.js +14 -0
- package/esm2015/lib/igc-marker-series-component.js +42 -28
- package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +15 -1
- package/esm2015/lib/igc-mass-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-median-price-indicator-component.js +14 -0
- package/esm2015/lib/igc-money-flow-index-indicator-component.js +18 -4
- package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +15 -1
- package/esm2015/lib/igc-negative-volume-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-numeric-angle-axis-component.js +14 -0
- package/esm2015/lib/igc-numeric-axis-base-component.js +14 -0
- package/esm2015/lib/igc-numeric-radius-axis-component.js +14 -0
- package/esm2015/lib/igc-numeric-x-axis-component.js +14 -0
- package/esm2015/lib/igc-numeric-y-axis-component.js +14 -0
- package/esm2015/lib/igc-on-balance-volume-indicator-component.js +14 -0
- package/esm2015/lib/igc-ordinal-time-x-axis-component.js +19 -5
- package/esm2015/lib/igc-percent-change-y-axis-component.js +14 -0
- package/esm2015/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-pie-chart-base-component.js +28 -0
- package/esm2015/lib/igc-pie-slice-others-context.js +5 -0
- package/esm2015/lib/igc-plot-area-mouse-button-event-args.js +3 -2
- package/esm2015/lib/igc-plot-area-mouse-event-args.js +3 -2
- package/esm2015/lib/igc-point-series-component.js +14 -0
- package/esm2015/lib/igc-polar-area-series-component.js +17 -3
- package/esm2015/lib/igc-polar-base-component.js +95 -77
- package/esm2015/lib/igc-polar-line-series-base-component.js +14 -0
- package/esm2015/lib/igc-polar-line-series-component.js +18 -4
- package/esm2015/lib/igc-polar-scatter-series-component.js +14 -0
- package/esm2015/lib/igc-polar-spline-area-series-component.js +18 -4
- package/esm2015/lib/igc-polar-spline-series-component.js +18 -4
- package/esm2015/lib/igc-positive-volume-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-price-channel-overlay-component.js +20 -6
- package/esm2015/lib/igc-price-volume-trend-indicator-component.js +14 -0
- package/esm2015/lib/igc-radial-area-series-component.js +17 -3
- package/esm2015/lib/igc-radial-base-component.js +49 -31
- package/esm2015/lib/igc-radial-column-series-component.js +23 -9
- package/esm2015/lib/igc-radial-line-series-component.js +18 -4
- package/esm2015/lib/igc-radial-pie-series-component.js +23 -9
- package/esm2015/lib/igc-range-area-series-component.js +14 -0
- package/esm2015/lib/igc-range-category-series-component.js +20 -6
- package/esm2015/lib/igc-range-column-series-component.js +24 -10
- package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +17 -3
- package/esm2015/lib/igc-relative-strength-index-indicator-component.js +18 -4
- package/esm2015/lib/igc-ring-series-base-component.js +20 -0
- package/esm2015/lib/igc-ring-series-component.js +25 -5
- package/esm2015/lib/igc-ring.js +12 -6
- package/esm2015/lib/igc-scale-legend-component.js +14 -0
- package/esm2015/lib/igc-scaler-params.js +5 -0
- package/esm2015/lib/igc-scatter-area-series-component.js +40 -24
- package/esm2015/lib/igc-scatter-base-component.js +79 -61
- package/esm2015/lib/igc-scatter-contour-series-component.js +46 -29
- package/esm2015/lib/igc-scatter-line-series-component.js +18 -4
- package/esm2015/lib/igc-scatter-polygon-series-component.js +59 -39
- package/esm2015/lib/igc-scatter-polyline-series-component.js +27 -7
- package/esm2015/lib/igc-scatter-series-component.js +14 -0
- package/esm2015/lib/igc-scatter-spline-series-component.js +18 -4
- package/esm2015/lib/igc-scatter-triangulation-series-component.js +54 -37
- package/esm2015/lib/igc-series-component.js +215 -185
- package/esm2015/lib/igc-series-viewer-component.js +417 -282
- package/esm2015/lib/igc-shape-series-base-component.js +64 -45
- package/esm2015/lib/igc-size-scale-component.js +20 -0
- package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +17 -3
- package/esm2015/lib/igc-sparkline-component.js +5 -0
- package/esm2015/lib/igc-spline-area-fragment-component.js +15 -1
- package/esm2015/lib/igc-spline-area-series-component.js +15 -1
- package/esm2015/lib/igc-spline-fragment-base-component.js +16 -2
- package/esm2015/lib/igc-spline-fragment-component.js +15 -1
- package/esm2015/lib/igc-spline-series-base-component.js +20 -6
- package/esm2015/lib/igc-spline-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-100-area-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-100-bar-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-100-column-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-100-line-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-100-spline-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-area-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-bar-series-component.js +26 -12
- package/esm2015/lib/igc-stacked-column-series-component.js +23 -9
- package/esm2015/lib/igc-stacked-fragment-series-component.js +284 -218
- package/esm2015/lib/igc-stacked-line-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-series-base-component.js +12 -11
- package/esm2015/lib/igc-stacked-series-created-event-args.js +11 -5
- package/esm2015/lib/igc-stacked-spline-area-series-component.js +18 -4
- package/esm2015/lib/igc-stacked-spline-series-component.js +18 -4
- package/esm2015/lib/igc-standard-deviation-indicator-component.js +17 -3
- package/esm2015/lib/igc-step-area-series-component.js +16 -2
- package/esm2015/lib/igc-step-line-series-component.js +17 -3
- package/esm2015/lib/igc-stoch-rsi-indicator-component.js +17 -3
- package/esm2015/lib/igc-straight-numeric-axis-base-component.js +14 -0
- package/esm2015/lib/igc-strategy-based-indicator-component.js +14 -0
- package/esm2015/lib/igc-time-axis-base-component.js +14 -0
- package/esm2015/lib/igc-time-axis-break-component.js +19 -0
- package/esm2015/lib/igc-time-axis-interval-component.js +19 -0
- package/esm2015/lib/igc-time-axis-label-format-component.js +19 -0
- package/esm2015/lib/igc-time-x-axis-component.js +14 -0
- package/esm2015/lib/igc-treemap-component.js +11 -0
- package/esm2015/lib/igc-treemap-node-style-component.js +19 -0
- package/esm2015/lib/igc-treemap-node-style-mapping-component.js +14 -0
- package/esm2015/lib/igc-treemap-node-styling-event-args.js +7 -6
- package/esm2015/lib/igc-trix-indicator-component.js +17 -3
- package/esm2015/lib/igc-typical-price-indicator-component.js +14 -0
- package/esm2015/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-value-brush-scale-component.js +14 -0
- package/esm2015/lib/igc-value-overlay-component.js +67 -52
- package/esm2015/lib/igc-vertical-anchored-category-series-component.js +38 -22
- package/esm2015/lib/igc-vertical-stacked-series-base-component.js +30 -14
- package/esm2015/lib/igc-waterfall-series-component.js +33 -19
- package/esm2015/lib/igc-weighted-close-indicator-component.js +14 -0
- package/esm2015/lib/igc-williams-percent-r-indicator-component.js +17 -3
- package/esm2015/lib/igc-xy-chart-component.js +232 -218
- package/esm2015/lib/igc-zoom-slider-component.js +7 -7
- package/esm2015/public_api.js +23 -0
- package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
- package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
- package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
- package/esm5/lib/AnchoredCategorySeries_combined.js +140 -140
- package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +220 -220
- package/esm5/lib/AngleAxisLabelPanel_combined.js +18 -18
- package/esm5/lib/AnnotationLayerProxy.js +39 -26
- package/esm5/lib/AnnotationLayer_combined.js +132 -132
- package/esm5/lib/AreaSeries_combined.js +44 -44
- package/esm5/lib/AutomaticSeriesManager.js +7 -0
- package/esm5/lib/AutomaticSeriesPurpose.js +11 -0
- package/esm5/lib/AutomaticSeriesRequest.js +7 -0
- package/esm5/lib/AutomaticSeriesRequestCollection.js +7 -0
- package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
- package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
- package/esm5/lib/AxisAnnotationFrameManager.js +2 -2
- package/esm5/lib/AxisAnnotationManager.js +1 -1
- package/esm5/lib/AxisVisualDataManager.js +2 -2
- package/esm5/lib/BarSeries_combined.js +127 -104
- package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
- package/esm5/lib/BollingerBandsOverlay_combined.js +98 -98
- package/esm5/lib/BrushScale.js +7 -7
- package/esm5/lib/BubbleSeries_combined.js +252 -252
- package/esm5/lib/CalloutLabelUpdatingEventArgs.js +4 -2
- package/esm5/lib/CalloutLayer_combined.js +442 -440
- package/esm5/lib/CategoryBucketCalculator_combined.js +241 -240
- package/esm5/lib/CategoryChart.js +531 -413
- package/esm5/lib/CategoryDateTimeXAxis_combined.js +4 -4
- package/esm5/lib/CategoryErrorBarSettings.js +5 -5
- package/esm5/lib/CategoryHighlightLayer_combined.js +51 -51
- package/esm5/lib/CategoryItemHighlightLayer_combined.js +121 -118
- package/esm5/lib/CategoryMarkerManager.js +1 -1
- package/esm5/lib/CategorySeriesInteractionManager.js +8 -8
- package/esm5/lib/CategoryToolTipLayer_combined.js +74 -74
- package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
- package/esm5/lib/CategoryXAxis_combined.js +140 -23
- package/esm5/lib/CategoryYAxis_combined.js +140 -23
- package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
- package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
- package/esm5/lib/ChartGroupDescription.js +59 -0
- package/esm5/lib/ChartGroupDescriptionCollection.js +94 -0
- package/esm5/lib/ChartSortDescription.js +75 -0
- package/esm5/lib/ChartSortDescriptionCollection.js +104 -0
- package/esm5/lib/ChartSummaryDescription.js +149 -0
- package/esm5/lib/ChartSummaryDescriptionCollection.js +110 -0
- package/esm5/lib/ColumnSeries_combined.js +64 -64
- package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
- package/esm5/lib/CrosshairLayer_combined.js +85 -85
- package/esm5/lib/CustomIndicator.js +23 -23
- package/esm5/lib/DataChartToolbarFactoryManager.js +31 -0
- package/esm5/lib/DataChartToolbarProvider.js +117 -0
- package/esm5/lib/DataChartVisualDataManager.js +4 -4
- package/esm5/lib/DataLegendSummaryCalculationAverage.js +1 -1
- package/esm5/lib/DataLegendSummaryCalculationMax.js +1 -1
- package/esm5/lib/DataLegendSummaryCalculationMin.js +1 -1
- package/esm5/lib/DataLegendSummaryCalculationTotal.js +1 -1
- package/esm5/lib/DataToolTipLayer_combined.js +436 -434
- package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
- package/esm5/lib/DomainChart.js +2101 -1752
- package/esm5/lib/EaseOfMovementIndicator.js +6 -6
- package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
- package/esm5/lib/FinalValueLayer_combined.js +70 -70
- package/esm5/lib/FinancialChart_combined.js +1404 -1299
- package/esm5/lib/FinancialEventArgs_combined.js +581 -581
- package/esm5/lib/FinancialIndicator_combined.js +200 -200
- package/esm5/lib/FinancialOverlay.js +36 -36
- package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
- package/esm5/lib/FinancialPriceSeriesProxy.js +16 -16
- package/esm5/lib/FinancialPriceSeries_combined.js +238 -238
- package/esm5/lib/ForceIndexIndicator.js +15 -15
- package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
- package/esm5/lib/HighDensityScatterSeries_combined.js +433 -433
- package/esm5/lib/HorizontalAnchoredCategorySeries.js +105 -105
- package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
- package/esm5/lib/HorizontalRangeCategorySeries.js +55 -55
- package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
- package/esm5/lib/IDataChartToolbarProvider.js +7 -0
- package/esm5/lib/IZoomableCategoryAxis.js +11 -0
- package/esm5/lib/IndicatorProxy.js +11 -11
- package/esm5/lib/ItemToolTipLayer_combined.js +79 -79
- package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
- package/esm5/lib/LineSeries_combined.js +38 -38
- 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/NumberAbbreviator.js +1 -1
- package/esm5/lib/NumericXAxis_combined.js +3 -3
- package/esm5/lib/NumericYAxis_combined.js +3 -3
- package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
- package/esm5/lib/OrdinalTimeXAxis.js +109 -109
- package/esm5/lib/OverlayProxy.js +8 -8
- package/esm5/lib/PercentChangeYAxis_combined.js +1 -1
- package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
- package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
- package/esm5/lib/PieChartViewManager_combined.js +9 -9
- package/esm5/lib/PointSeries_combined.js +19 -19
- package/esm5/lib/PolarAreaSeries_combined.js +23 -23
- package/esm5/lib/PolarBase_combined.js +384 -384
- package/esm5/lib/PolarLineSeriesBase_combined.js +55 -55
- package/esm5/lib/PolarLineSeries_combined.js +21 -21
- package/esm5/lib/PolarScatterSeries_combined.js +13 -13
- package/esm5/lib/PolarSplineAreaSeries_combined.js +24 -24
- package/esm5/lib/PolarSplineSeries_combined.js +23 -23
- package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
- package/esm5/lib/PriceChannelOverlay_combined.js +78 -78
- package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
- package/esm5/lib/RadialAreaSeries_combined.js +35 -35
- package/esm5/lib/RadialAxisLabelPanel_combined.js +1 -1
- package/esm5/lib/RadialBucketCalculator_combined.js +154 -154
- package/esm5/lib/RadialColumnSeries_combined.js +47 -47
- package/esm5/lib/RadialLineSeries_combined.js +37 -37
- package/esm5/lib/RadialPieSeries_combined.js +45 -45
- package/esm5/lib/RangeAreaSeries_combined.js +22 -22
- package/esm5/lib/RangeCategoryBucketCalculator_combined.js +99 -99
- package/esm5/lib/RangeColumnSeries_combined.js +35 -35
- package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
- package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
- package/esm5/lib/ScatterAreaSeries_combined.js +126 -126
- package/esm5/lib/ScatterBase_combined.js +441 -441
- package/esm5/lib/ScatterContourSeries_combined.js +110 -110
- package/esm5/lib/ScatterErrorBarSettings.js +5 -5
- package/esm5/lib/ScatterLineSeries.js +51 -51
- package/esm5/lib/ScatterLineSeriesView.js +7 -7
- package/esm5/lib/ScatterPolygonSeries_combined.js +205 -205
- package/esm5/lib/ScatterPolylineSeries_combined.js +22 -22
- package/esm5/lib/ScatterSeries_combined.js +15 -15
- package/esm5/lib/ScatterSplineSeries.js +38 -38
- package/esm5/lib/ScatterSplineSeriesView.js +7 -7
- package/esm5/lib/ScatterTriangulationSeries.js +173 -173
- package/esm5/lib/SeriesInteractionManager.js +80 -80
- package/esm5/lib/SeriesRenderManager.js +17 -17
- package/esm5/lib/SeriesRenderingArguments.js +1 -1
- package/esm5/lib/SeriesViewerInteractionManager.js +198 -198
- package/esm5/lib/SeriesViewerScrollbarManager.js +7 -7
- package/esm5/lib/SeriesViewerSurfaceViewer.js +14 -14
- package/esm5/lib/SeriesViewer_combined.js +3458 -3101
- package/esm5/lib/SeriesVisualDataManager.js +23 -23
- package/esm5/lib/ShapeSeriesBase_combined.js +301 -301
- package/esm5/lib/SizeScale.js +3 -3
- package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
- package/esm5/lib/SplineAreaSeries_combined.js +38 -38
- package/esm5/lib/SplineSeriesBase_combined.js +121 -121
- package/esm5/lib/SplineSeries_combined.js +25 -25
- package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
- package/esm5/lib/Stacked100BarBucketCalculator.js +6 -6
- package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
- package/esm5/lib/Stacked100ColumnBucketCalculator.js +6 -6
- package/esm5/lib/Stacked100ColumnSeries_combined.js +15 -15
- 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 +9 -9
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1835 -1686
- package/esm5/lib/StandardDeviationIndicator.js +14 -14
- package/esm5/lib/StepAreaSeries_combined.js +37 -37
- package/esm5/lib/StepLineSeries_combined.js +43 -43
- package/esm5/lib/StochRSIIndicator.js +14 -14
- package/esm5/lib/StrategyBasedIndicator.js +59 -59
- package/esm5/lib/TRIXIndicator.js +15 -15
- package/esm5/lib/TileZoomManager_combined.js +9 -9
- package/esm5/lib/TimeAxisBase.js +8 -8
- package/esm5/lib/TimeXAxis.js +10 -10
- package/esm5/lib/TypicalPriceIndicator.js +6 -6
- package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
- package/esm5/lib/ValueOverlay_combined.js +115 -115
- package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
- package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/WaterfallSeries_combined.js +103 -103
- package/esm5/lib/WeightedCloseIndicator.js +6 -6
- package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
- package/esm5/lib/XYChart.js +717 -717
- package/esm5/lib/igc-absolute-volume-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-accumulation-distribution-indicator-component.js +14 -0
- package/esm5/lib/igc-anchored-category-series-component.js +32 -18
- package/esm5/lib/igc-anchored-radial-series-component.js +45 -31
- package/esm5/lib/igc-annotation-layer-component.js +31 -17
- package/esm5/lib/igc-area-fragment-component.js +14 -0
- package/esm5/lib/igc-area-series-component.js +14 -0
- package/esm5/lib/igc-assigning-series-style-event-args-base.js +34 -6
- package/esm5/lib/igc-average-directional-index-indicator-component.js +17 -3
- package/esm5/lib/igc-average-true-range-indicator-component.js +17 -3
- package/esm5/lib/igc-axis-annotation.js +5 -0
- package/esm5/lib/igc-axis-component.js +28 -6
- package/esm5/lib/igc-bar-fragment-component.js +34 -18
- package/esm5/lib/igc-bar-series-component.js +25 -11
- package/esm5/lib/igc-bollinger-band-width-indicator-component.js +20 -6
- package/esm5/lib/igc-bollinger-bands-overlay-component.js +23 -9
- package/esm5/lib/igc-brush-scale-component.js +20 -0
- package/esm5/lib/igc-bubble-series-component.js +60 -44
- package/esm5/lib/igc-calculated-column.js +5 -0
- package/esm5/lib/igc-callout-annotation.js +12 -6
- package/esm5/lib/igc-callout-label-updating-event-args.js +44 -6
- package/esm5/lib/igc-callout-layer-component.js +115 -95
- package/esm5/lib/igc-callout-render-style-updating-event-args.js +7 -6
- package/esm5/lib/igc-callout-series-selecting-event-args.js +7 -6
- package/esm5/lib/igc-callout-style-updating-event-args.js +7 -6
- package/esm5/lib/igc-category-angle-axis-component.js +14 -0
- package/esm5/lib/igc-category-axis-base-component.js +14 -0
- package/esm5/lib/igc-category-chart-component.js +189 -112
- package/esm5/lib/igc-category-date-time-x-axis-component.js +14 -0
- package/esm5/lib/igc-category-highlight-layer-component.js +28 -13
- package/esm5/lib/igc-category-item-highlight-layer-component.js +47 -32
- package/esm5/lib/igc-category-series-component.js +36 -20
- package/esm5/lib/igc-category-tool-tip-layer-component.js +27 -12
- package/esm5/lib/igc-category-x-axis-component.js +109 -2
- package/esm5/lib/igc-category-y-axis-component.js +109 -2
- package/esm5/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-chaikin-volatility-indicator-component.js +17 -3
- package/esm5/lib/igc-chart-cursor-event-args.js +10 -8
- package/esm5/lib/igc-chart-group-description-collection.js +132 -0
- package/esm5/lib/igc-chart-group-description-module.js +19 -0
- package/esm5/lib/igc-chart-group-description.js +34 -0
- package/esm5/lib/igc-chart-mouse-event-args.js +10 -8
- package/esm5/lib/igc-chart-series-event-args.js +7 -6
- package/esm5/lib/igc-chart-sort-description-collection.js +146 -0
- package/esm5/lib/igc-chart-sort-description-module.js +19 -0
- package/esm5/lib/igc-chart-sort-description.js +86 -0
- package/esm5/lib/igc-chart-summary-description-collection.js +143 -0
- package/esm5/lib/igc-chart-summary-description-module.js +19 -0
- package/esm5/lib/igc-chart-summary-description.js +128 -0
- package/esm5/lib/igc-color-scale-component.js +20 -0
- package/esm5/lib/igc-column-fragment-component.js +39 -23
- package/esm5/lib/igc-column-series-component.js +27 -13
- package/esm5/lib/igc-column-supporting-calculation.js +5 -0
- package/esm5/lib/igc-commodity-channel-index-indicator-component.js +17 -3
- package/esm5/lib/igc-contour-value-resolver-component.js +19 -0
- package/esm5/lib/igc-crosshair-layer-component.js +105 -90
- package/esm5/lib/igc-custom-contour-value-resolver-component.js +15 -0
- package/esm5/lib/igc-custom-indicator-component.js +14 -0
- package/esm5/lib/igc-custom-palette-brush-scale-component.js +14 -0
- package/esm5/lib/igc-custom-palette-color-scale-component.js +14 -0
- package/esm5/lib/igc-data-chart-component.js +95 -95
- package/esm5/lib/igc-data-chart-mouse-button-event-args.js +10 -8
- package/esm5/lib/igc-data-legend-component.js +12 -1
- package/esm5/lib/igc-data-source-supporting-calculation.js +5 -0
- package/esm5/lib/igc-data-tool-tip-layer-component.js +379 -364
- package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +17 -3
- package/esm5/lib/igc-domain-chart-component.js +1041 -650
- package/esm5/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
- package/esm5/lib/igc-doughnut-chart-component.js +7 -0
- package/esm5/lib/igc-ease-of-movement-indicator-component.js +14 -0
- package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +17 -3
- package/esm5/lib/igc-final-value-layer-component.js +57 -42
- package/esm5/lib/igc-financial-calculation-data-source.js +14 -6
- package/esm5/lib/igc-financial-calculation-supporting-calculations.js +29 -16
- package/esm5/lib/igc-financial-chart-component.js +235 -157
- package/esm5/lib/igc-financial-chart-custom-indicator-args.js +7 -6
- package/esm5/lib/igc-financial-event-args.js +22 -10
- package/esm5/lib/igc-financial-indicator-component.js +30 -16
- package/esm5/lib/igc-financial-overlay-component.js +19 -5
- package/esm5/lib/igc-financial-price-series-component.js +44 -30
- package/esm5/lib/igc-financial-series-component.js +79 -60
- package/esm5/lib/igc-force-index-indicator-component.js +18 -4
- package/esm5/lib/igc-fragment-base-component.js +16 -2
- package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +20 -6
- package/esm5/lib/igc-funnel-chart-component.js +9 -0
- package/esm5/lib/igc-funnel-data-context.js +5 -0
- package/esm5/lib/igc-hierarchical-ring-series-component.js +14 -0
- package/esm5/lib/igc-high-density-scatter-series-component.js +74 -57
- package/esm5/lib/igc-highlighting-info.js +12 -6
- package/esm5/lib/igc-horizontal-anchored-category-series-component.js +35 -19
- package/esm5/lib/igc-horizontal-range-category-series-component.js +47 -31
- package/esm5/lib/igc-horizontal-stacked-series-base-component.js +31 -15
- package/esm5/lib/igc-item-tool-tip-layer-component.js +33 -18
- package/esm5/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
- package/esm5/lib/igc-legend-base-component.js +10 -0
- package/esm5/lib/igc-line-fragment-component.js +15 -1
- package/esm5/lib/igc-line-series-component.js +15 -1
- package/esm5/lib/igc-linear-contour-value-resolver-component.js +14 -0
- package/esm5/lib/igc-marker-series-component.js +42 -28
- package/esm5/lib/igc-market-facilitation-index-indicator-component.js +15 -1
- package/esm5/lib/igc-mass-index-indicator-component.js +14 -0
- package/esm5/lib/igc-median-price-indicator-component.js +14 -0
- package/esm5/lib/igc-money-flow-index-indicator-component.js +18 -4
- package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +15 -1
- package/esm5/lib/igc-negative-volume-index-indicator-component.js +14 -0
- package/esm5/lib/igc-numeric-angle-axis-component.js +14 -0
- package/esm5/lib/igc-numeric-axis-base-component.js +14 -0
- package/esm5/lib/igc-numeric-radius-axis-component.js +14 -0
- package/esm5/lib/igc-numeric-x-axis-component.js +14 -0
- package/esm5/lib/igc-numeric-y-axis-component.js +14 -0
- package/esm5/lib/igc-on-balance-volume-indicator-component.js +14 -0
- package/esm5/lib/igc-ordinal-time-x-axis-component.js +19 -5
- package/esm5/lib/igc-percent-change-y-axis-component.js +14 -0
- package/esm5/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-pie-chart-base-component.js +28 -0
- package/esm5/lib/igc-pie-slice-others-context.js +5 -0
- package/esm5/lib/igc-plot-area-mouse-button-event-args.js +3 -2
- package/esm5/lib/igc-plot-area-mouse-event-args.js +3 -2
- package/esm5/lib/igc-point-series-component.js +14 -0
- package/esm5/lib/igc-polar-area-series-component.js +17 -3
- package/esm5/lib/igc-polar-base-component.js +95 -77
- package/esm5/lib/igc-polar-line-series-base-component.js +14 -0
- package/esm5/lib/igc-polar-line-series-component.js +18 -4
- package/esm5/lib/igc-polar-scatter-series-component.js +14 -0
- package/esm5/lib/igc-polar-spline-area-series-component.js +18 -4
- package/esm5/lib/igc-polar-spline-series-component.js +18 -4
- package/esm5/lib/igc-positive-volume-index-indicator-component.js +14 -0
- package/esm5/lib/igc-price-channel-overlay-component.js +20 -6
- package/esm5/lib/igc-price-volume-trend-indicator-component.js +14 -0
- package/esm5/lib/igc-radial-area-series-component.js +17 -3
- package/esm5/lib/igc-radial-base-component.js +49 -31
- package/esm5/lib/igc-radial-column-series-component.js +23 -9
- package/esm5/lib/igc-radial-line-series-component.js +18 -4
- package/esm5/lib/igc-radial-pie-series-component.js +23 -9
- package/esm5/lib/igc-range-area-series-component.js +14 -0
- package/esm5/lib/igc-range-category-series-component.js +20 -6
- package/esm5/lib/igc-range-column-series-component.js +24 -10
- package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +17 -3
- package/esm5/lib/igc-relative-strength-index-indicator-component.js +18 -4
- package/esm5/lib/igc-ring-series-base-component.js +20 -0
- package/esm5/lib/igc-ring-series-component.js +25 -5
- package/esm5/lib/igc-ring.js +12 -6
- package/esm5/lib/igc-scale-legend-component.js +14 -0
- package/esm5/lib/igc-scaler-params.js +5 -0
- package/esm5/lib/igc-scatter-area-series-component.js +40 -24
- package/esm5/lib/igc-scatter-base-component.js +79 -61
- package/esm5/lib/igc-scatter-contour-series-component.js +46 -29
- package/esm5/lib/igc-scatter-line-series-component.js +18 -4
- package/esm5/lib/igc-scatter-polygon-series-component.js +59 -39
- package/esm5/lib/igc-scatter-polyline-series-component.js +27 -7
- package/esm5/lib/igc-scatter-series-component.js +14 -0
- package/esm5/lib/igc-scatter-spline-series-component.js +18 -4
- package/esm5/lib/igc-scatter-triangulation-series-component.js +54 -37
- package/esm5/lib/igc-series-component.js +219 -185
- package/esm5/lib/igc-series-viewer-component.js +441 -282
- package/esm5/lib/igc-shape-series-base-component.js +64 -45
- package/esm5/lib/igc-size-scale-component.js +20 -0
- package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +17 -3
- package/esm5/lib/igc-sparkline-component.js +5 -0
- package/esm5/lib/igc-spline-area-fragment-component.js +15 -1
- package/esm5/lib/igc-spline-area-series-component.js +15 -1
- package/esm5/lib/igc-spline-fragment-base-component.js +16 -2
- package/esm5/lib/igc-spline-fragment-component.js +15 -1
- package/esm5/lib/igc-spline-series-base-component.js +20 -6
- package/esm5/lib/igc-spline-series-component.js +15 -1
- package/esm5/lib/igc-stacked-100-area-series-component.js +15 -1
- package/esm5/lib/igc-stacked-100-bar-series-component.js +15 -1
- package/esm5/lib/igc-stacked-100-column-series-component.js +15 -1
- package/esm5/lib/igc-stacked-100-line-series-component.js +15 -1
- package/esm5/lib/igc-stacked-100-spline-area-series-component.js +15 -1
- package/esm5/lib/igc-stacked-100-spline-series-component.js +15 -1
- package/esm5/lib/igc-stacked-area-series-component.js +14 -0
- package/esm5/lib/igc-stacked-bar-series-component.js +26 -12
- package/esm5/lib/igc-stacked-column-series-component.js +23 -9
- package/esm5/lib/igc-stacked-fragment-series-component.js +307 -217
- package/esm5/lib/igc-stacked-line-series-component.js +15 -1
- package/esm5/lib/igc-stacked-series-base-component.js +12 -11
- package/esm5/lib/igc-stacked-series-created-event-args.js +11 -5
- package/esm5/lib/igc-stacked-spline-area-series-component.js +18 -4
- package/esm5/lib/igc-stacked-spline-series-component.js +18 -4
- package/esm5/lib/igc-standard-deviation-indicator-component.js +17 -3
- package/esm5/lib/igc-step-area-series-component.js +16 -2
- package/esm5/lib/igc-step-line-series-component.js +17 -3
- package/esm5/lib/igc-stoch-rsi-indicator-component.js +17 -3
- package/esm5/lib/igc-straight-numeric-axis-base-component.js +14 -0
- package/esm5/lib/igc-strategy-based-indicator-component.js +14 -0
- package/esm5/lib/igc-time-axis-base-component.js +14 -0
- package/esm5/lib/igc-time-axis-break-component.js +19 -0
- package/esm5/lib/igc-time-axis-interval-component.js +19 -0
- package/esm5/lib/igc-time-axis-label-format-component.js +19 -0
- package/esm5/lib/igc-time-x-axis-component.js +14 -0
- package/esm5/lib/igc-treemap-component.js +11 -0
- package/esm5/lib/igc-treemap-node-style-component.js +19 -0
- package/esm5/lib/igc-treemap-node-style-mapping-component.js +14 -0
- package/esm5/lib/igc-treemap-node-styling-event-args.js +7 -6
- package/esm5/lib/igc-trix-indicator-component.js +17 -3
- package/esm5/lib/igc-typical-price-indicator-component.js +14 -0
- package/esm5/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-value-brush-scale-component.js +14 -0
- package/esm5/lib/igc-value-overlay-component.js +67 -52
- package/esm5/lib/igc-vertical-anchored-category-series-component.js +38 -22
- package/esm5/lib/igc-vertical-stacked-series-base-component.js +30 -14
- package/esm5/lib/igc-waterfall-series-component.js +33 -19
- package/esm5/lib/igc-weighted-close-indicator-component.js +14 -0
- package/esm5/lib/igc-williams-percent-r-indicator-component.js +17 -3
- package/esm5/lib/igc-xy-chart-component.js +232 -218
- package/esm5/lib/igc-zoom-slider-component.js +7 -7
- package/esm5/public_api.js +23 -0
- package/fesm2015/igniteui-webcomponents-charts.js +28613 -22896
- package/fesm5/igniteui-webcomponents-charts.js +29103 -22747
- package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
- package/lib/AccumulationDistributionIndicator.d.ts +4 -4
- package/lib/AnchoredCategorySeries_combined.d.ts +45 -45
- package/lib/AnchoredRadialBucketCalculator_combined.d.ts +52 -52
- package/lib/AnnotationLayerProxy.d.ts +4 -0
- package/lib/AnnotationLayer_combined.d.ts +40 -40
- package/lib/AreaSeries_combined.d.ts +8 -8
- package/lib/AutomaticSeriesManager.d.ts +1 -0
- package/lib/AutomaticSeriesPurpose.d.ts +11 -0
- package/lib/AutomaticSeriesRequest.d.ts +1 -0
- package/lib/AutomaticSeriesRequestCollection.d.ts +1 -0
- package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
- package/lib/AverageTrueRangeIndicator.d.ts +8 -8
- package/lib/BarSeries_combined.d.ts +19 -19
- package/lib/BollingerBandWidthIndicator.d.ts +10 -10
- package/lib/BollingerBandsOverlay_combined.d.ts +18 -18
- package/lib/BubbleSeries_combined.d.ts +48 -48
- package/lib/CalloutLabelUpdatingEventArgs.d.ts +5 -2
- package/lib/CalloutLayer_combined.d.ts +101 -101
- package/lib/CategoryBucketCalculator_combined.d.ts +71 -71
- package/lib/CategoryChart.d.ts +131 -116
- package/lib/CategoryHighlightLayer_combined.d.ts +15 -15
- package/lib/CategoryItemHighlightLayer_combined.d.ts +26 -26
- package/lib/CategoryToolTipLayer_combined.d.ts +15 -15
- package/lib/CategoryXAxis_combined.d.ts +17 -5
- package/lib/CategoryYAxis_combined.d.ts +17 -5
- package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
- package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
- package/lib/ChartGroupDescription.d.ts +16 -0
- package/lib/ChartGroupDescriptionCollection.d.ts +26 -0
- package/lib/ChartSortDescription.d.ts +18 -0
- package/lib/ChartSortDescriptionCollection.d.ts +27 -0
- package/lib/ChartSummaryDescription.d.ts +33 -0
- package/lib/ChartSummaryDescriptionCollection.d.ts +27 -0
- package/lib/ColumnSeries_combined.d.ts +17 -17
- package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
- package/lib/CrosshairLayer_combined.d.ts +41 -41
- package/lib/CustomIndicator.d.ts +8 -8
- package/lib/DataChartToolbarFactoryManager.d.ts +9 -0
- package/lib/DataChartToolbarProvider.d.ts +21 -0
- package/lib/DataToolTipLayer_combined.d.ts +138 -138
- package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
- package/lib/DomainChart.d.ts +541 -489
- package/lib/EaseOfMovementIndicator.d.ts +4 -4
- package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
- package/lib/FinalValueLayer_combined.d.ts +28 -28
- package/lib/FinancialChart_combined.d.ts +299 -287
- package/lib/FinancialEventArgs_combined.d.ts +123 -123
- package/lib/FinancialIndicator_combined.d.ts +36 -36
- package/lib/FinancialOverlay.d.ts +9 -9
- package/lib/FinancialPriceSeries_combined.d.ts +41 -41
- package/lib/ForceIndexIndicator.d.ts +9 -9
- package/lib/FullStochasticOscillatorIndicator.d.ts +14 -14
- package/lib/HighDensityScatterSeries_combined.d.ts +96 -96
- package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
- package/lib/HorizontalRangeCategorySeries.d.ts +13 -13
- package/lib/IAnnotationLayerProxy.d.ts +4 -0
- package/lib/IDataChartToolbarProvider.d.ts +1 -0
- package/lib/IZoomableCategoryAxis.d.ts +17 -0
- package/lib/ItemToolTipLayer_combined.d.ts +19 -19
- package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
- package/lib/LineSeries_combined.d.ts +7 -7
- 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/OrdinalTimeXAxis.d.ts +26 -26
- package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
- package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
- package/lib/PointSeries_combined.d.ts +6 -6
- package/lib/PolarAreaSeries_combined.d.ts +7 -7
- package/lib/PolarBase_combined.d.ts +107 -107
- package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
- package/lib/PolarLineSeries_combined.d.ts +8 -8
- package/lib/PolarScatterSeries_combined.d.ts +4 -4
- package/lib/PolarSplineAreaSeries_combined.d.ts +8 -8
- package/lib/PolarSplineSeries_combined.d.ts +7 -7
- package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
- package/lib/PriceChannelOverlay_combined.d.ts +14 -14
- package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
- package/lib/RadialAreaSeries_combined.d.ts +7 -7
- package/lib/RadialBucketCalculator_combined.d.ts +50 -50
- package/lib/RadialColumnSeries_combined.d.ts +11 -11
- package/lib/RadialLineSeries_combined.d.ts +8 -8
- package/lib/RadialPieSeries_combined.d.ts +13 -13
- package/lib/RangeAreaSeries_combined.d.ts +6 -6
- package/lib/RangeCategoryBucketCalculator_combined.d.ts +19 -19
- package/lib/RangeColumnSeries_combined.d.ts +12 -12
- package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
- package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
- package/lib/ScatterAreaSeries_combined.d.ts +28 -28
- package/lib/ScatterBase_combined.d.ts +108 -108
- package/lib/ScatterContourSeries_combined.d.ts +20 -20
- package/lib/ScatterLineSeries.d.ts +12 -12
- package/lib/ScatterPolygonSeries_combined.d.ts +46 -46
- package/lib/ScatterPolylineSeries_combined.d.ts +9 -9
- package/lib/ScatterSeries_combined.d.ts +4 -4
- package/lib/ScatterSplineSeries.d.ts +9 -9
- package/lib/ScatterTriangulationSeries.d.ts +40 -40
- package/lib/SeriesViewer_combined.d.ts +1036 -956
- package/lib/ShapeSeriesBase_combined.d.ts +91 -91
- package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
- package/lib/SplineAreaSeries_combined.d.ts +8 -8
- package/lib/SplineSeriesBase_combined.d.ts +23 -23
- package/lib/SplineSeries_combined.d.ts +6 -6
- package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
- package/lib/Stacked100BarSeries_combined.d.ts +6 -6
- package/lib/Stacked100ColumnSeries_combined.d.ts +6 -6
- 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 +3 -3
- package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +415 -397
- package/lib/StandardDeviationIndicator.d.ts +8 -8
- package/lib/StepAreaSeries_combined.d.ts +10 -10
- package/lib/StepLineSeries_combined.d.ts +9 -9
- package/lib/StochRSIIndicator.d.ts +8 -8
- package/lib/StrategyBasedIndicator.d.ts +21 -21
- 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 +41 -41
- package/lib/VerticalAnchoredCategorySeries.d.ts +23 -23
- package/lib/WaterfallSeries_combined.d.ts +23 -23
- package/lib/WeightedCloseIndicator.d.ts +4 -4
- package/lib/WilliamsPercentRIndicator.d.ts +8 -8
- package/lib/XYChart.d.ts +187 -187
- package/lib/igc-absolute-volume-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-accumulation-distribution-indicator-component.d.ts +1 -0
- package/lib/igc-anchored-category-series-component.d.ts +1 -0
- package/lib/igc-anchored-radial-series-component.d.ts +1 -0
- package/lib/igc-annotation-layer-component.d.ts +1 -0
- package/lib/igc-area-fragment-component.d.ts +1 -0
- package/lib/igc-area-series-component.d.ts +1 -0
- package/lib/igc-assigning-series-style-event-args-base.d.ts +4 -1
- package/lib/igc-average-directional-index-indicator-component.d.ts +1 -0
- package/lib/igc-average-true-range-indicator-component.d.ts +1 -0
- package/lib/igc-axis-component.d.ts +1 -0
- package/lib/igc-bar-fragment-component.d.ts +1 -0
- package/lib/igc-bar-series-component.d.ts +1 -0
- package/lib/igc-bollinger-band-width-indicator-component.d.ts +1 -0
- package/lib/igc-bollinger-bands-overlay-component.d.ts +1 -0
- package/lib/igc-brush-scale-component.d.ts +1 -0
- package/lib/igc-bubble-series-component.d.ts +1 -0
- package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
- package/lib/igc-callout-layer-component.d.ts +1 -0
- package/lib/igc-category-angle-axis-component.d.ts +1 -0
- package/lib/igc-category-axis-base-component.d.ts +1 -0
- package/lib/igc-category-chart-component.d.ts +27 -0
- package/lib/igc-category-date-time-x-axis-component.d.ts +1 -0
- package/lib/igc-category-highlight-layer-component.d.ts +1 -0
- package/lib/igc-category-item-highlight-layer-component.d.ts +1 -0
- package/lib/igc-category-series-component.d.ts +1 -0
- package/lib/igc-category-tool-tip-layer-component.d.ts +1 -0
- package/lib/igc-category-x-axis-component.d.ts +38 -0
- package/lib/igc-category-y-axis-component.d.ts +38 -0
- package/lib/igc-chaikin-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-chaikin-volatility-indicator-component.d.ts +1 -0
- package/lib/igc-chart-group-description-collection.d.ts +24 -0
- package/lib/igc-chart-group-description-module.d.ts +3 -0
- package/lib/igc-chart-group-description.d.ts +14 -0
- package/lib/igc-chart-sort-description-collection.d.ts +28 -0
- package/lib/igc-chart-sort-description-module.d.ts +3 -0
- package/lib/igc-chart-sort-description.d.ts +31 -0
- package/lib/igc-chart-summary-description-collection.d.ts +25 -0
- package/lib/igc-chart-summary-description-module.d.ts +3 -0
- package/lib/igc-chart-summary-description.d.ts +35 -0
- package/lib/igc-color-scale-component.d.ts +1 -0
- package/lib/igc-column-fragment-component.d.ts +1 -0
- package/lib/igc-column-series-component.d.ts +1 -0
- package/lib/igc-commodity-channel-index-indicator-component.d.ts +1 -0
- package/lib/igc-contour-value-resolver-component.d.ts +1 -0
- package/lib/igc-crosshair-layer-component.d.ts +1 -0
- package/lib/igc-custom-contour-value-resolver-component.d.ts +1 -0
- package/lib/igc-custom-indicator-component.d.ts +1 -0
- package/lib/igc-custom-palette-brush-scale-component.d.ts +1 -0
- package/lib/igc-custom-palette-color-scale-component.d.ts +1 -0
- package/lib/igc-data-legend-component.d.ts +1 -1
- package/lib/igc-data-tool-tip-layer-component.d.ts +2 -1
- package/lib/igc-detrended-price-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-domain-chart-component.d.ts +85 -1
- package/lib/igc-ease-of-movement-indicator-component.d.ts +1 -0
- package/lib/igc-fast-stochastic-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-final-value-layer-component.d.ts +1 -0
- package/lib/igc-financial-chart-component.d.ts +27 -0
- package/lib/igc-financial-indicator-component.d.ts +1 -0
- package/lib/igc-financial-overlay-component.d.ts +1 -0
- package/lib/igc-financial-price-series-component.d.ts +1 -0
- package/lib/igc-financial-series-component.d.ts +1 -0
- package/lib/igc-force-index-indicator-component.d.ts +1 -0
- package/lib/igc-fragment-base-component.d.ts +1 -0
- package/lib/igc-full-stochastic-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-hierarchical-ring-series-component.d.ts +1 -0
- package/lib/igc-high-density-scatter-series-component.d.ts +1 -0
- package/lib/igc-horizontal-anchored-category-series-component.d.ts +1 -0
- package/lib/igc-horizontal-range-category-series-component.d.ts +1 -0
- package/lib/igc-horizontal-stacked-series-base-component.d.ts +1 -0
- package/lib/igc-item-tool-tip-layer-component.d.ts +1 -0
- package/lib/igc-itemwise-strategy-based-indicator-component.d.ts +1 -0
- package/lib/igc-line-fragment-component.d.ts +1 -0
- package/lib/igc-line-series-component.d.ts +1 -0
- package/lib/igc-linear-contour-value-resolver-component.d.ts +1 -0
- package/lib/igc-marker-series-component.d.ts +1 -0
- package/lib/igc-market-facilitation-index-indicator-component.d.ts +1 -0
- package/lib/igc-mass-index-indicator-component.d.ts +1 -0
- package/lib/igc-median-price-indicator-component.d.ts +1 -0
- package/lib/igc-money-flow-index-indicator-component.d.ts +1 -0
- package/lib/igc-moving-average-convergence-divergence-indicator-component.d.ts +1 -0
- package/lib/igc-negative-volume-index-indicator-component.d.ts +1 -0
- package/lib/igc-numeric-angle-axis-component.d.ts +1 -0
- package/lib/igc-numeric-axis-base-component.d.ts +1 -0
- package/lib/igc-numeric-radius-axis-component.d.ts +1 -0
- package/lib/igc-numeric-x-axis-component.d.ts +1 -0
- package/lib/igc-numeric-y-axis-component.d.ts +1 -0
- package/lib/igc-on-balance-volume-indicator-component.d.ts +1 -0
- package/lib/igc-ordinal-time-x-axis-component.d.ts +1 -0
- package/lib/igc-percent-change-y-axis-component.d.ts +1 -0
- package/lib/igc-percentage-price-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-percentage-volume-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-pie-chart-base-component.d.ts +1 -0
- package/lib/igc-point-series-component.d.ts +1 -0
- package/lib/igc-polar-area-series-component.d.ts +1 -0
- package/lib/igc-polar-base-component.d.ts +1 -0
- package/lib/igc-polar-line-series-base-component.d.ts +1 -0
- package/lib/igc-polar-line-series-component.d.ts +1 -0
- package/lib/igc-polar-scatter-series-component.d.ts +1 -0
- package/lib/igc-polar-spline-area-series-component.d.ts +1 -0
- package/lib/igc-polar-spline-series-component.d.ts +1 -0
- package/lib/igc-positive-volume-index-indicator-component.d.ts +1 -0
- package/lib/igc-price-channel-overlay-component.d.ts +1 -0
- package/lib/igc-price-volume-trend-indicator-component.d.ts +1 -0
- package/lib/igc-radial-area-series-component.d.ts +1 -0
- package/lib/igc-radial-base-component.d.ts +1 -0
- package/lib/igc-radial-column-series-component.d.ts +1 -0
- package/lib/igc-radial-line-series-component.d.ts +1 -0
- package/lib/igc-radial-pie-series-component.d.ts +1 -0
- package/lib/igc-range-area-series-component.d.ts +1 -0
- package/lib/igc-range-category-series-component.d.ts +1 -0
- package/lib/igc-range-column-series-component.d.ts +1 -0
- package/lib/igc-rate-of-change-and-momentum-indicator-component.d.ts +1 -0
- package/lib/igc-relative-strength-index-indicator-component.d.ts +1 -0
- package/lib/igc-ring-series-base-component.d.ts +1 -0
- package/lib/igc-ring-series-component.d.ts +1 -0
- package/lib/igc-scale-legend-component.d.ts +1 -0
- package/lib/igc-scatter-area-series-component.d.ts +1 -0
- package/lib/igc-scatter-base-component.d.ts +1 -0
- package/lib/igc-scatter-contour-series-component.d.ts +1 -0
- package/lib/igc-scatter-line-series-component.d.ts +1 -0
- package/lib/igc-scatter-polygon-series-component.d.ts +1 -0
- package/lib/igc-scatter-polyline-series-component.d.ts +1 -0
- package/lib/igc-scatter-series-component.d.ts +1 -0
- package/lib/igc-scatter-spline-series-component.d.ts +1 -0
- package/lib/igc-scatter-triangulation-series-component.d.ts +1 -0
- package/lib/igc-series-component.d.ts +5 -0
- package/lib/igc-series-viewer-component.d.ts +52 -0
- package/lib/igc-shape-series-base-component.d.ts +1 -0
- package/lib/igc-size-scale-component.d.ts +1 -0
- package/lib/igc-slow-stochastic-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-spline-area-fragment-component.d.ts +1 -0
- package/lib/igc-spline-area-series-component.d.ts +1 -0
- package/lib/igc-spline-fragment-base-component.d.ts +1 -0
- package/lib/igc-spline-fragment-component.d.ts +1 -0
- package/lib/igc-spline-series-base-component.d.ts +1 -0
- package/lib/igc-spline-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-area-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-bar-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-column-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-line-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-spline-area-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-spline-series-component.d.ts +1 -0
- package/lib/igc-stacked-area-series-component.d.ts +1 -0
- package/lib/igc-stacked-bar-series-component.d.ts +1 -0
- package/lib/igc-stacked-column-series-component.d.ts +1 -0
- package/lib/igc-stacked-fragment-series-component.d.ts +26 -0
- package/lib/igc-stacked-line-series-component.d.ts +1 -0
- package/lib/igc-stacked-spline-area-series-component.d.ts +1 -0
- package/lib/igc-stacked-spline-series-component.d.ts +1 -0
- package/lib/igc-standard-deviation-indicator-component.d.ts +1 -0
- package/lib/igc-step-area-series-component.d.ts +1 -0
- package/lib/igc-step-line-series-component.d.ts +1 -0
- package/lib/igc-stoch-rsi-indicator-component.d.ts +1 -0
- package/lib/igc-straight-numeric-axis-base-component.d.ts +1 -0
- package/lib/igc-strategy-based-indicator-component.d.ts +1 -0
- package/lib/igc-time-axis-base-component.d.ts +1 -0
- package/lib/igc-time-axis-break-component.d.ts +1 -0
- package/lib/igc-time-axis-interval-component.d.ts +1 -0
- package/lib/igc-time-axis-label-format-component.d.ts +1 -0
- package/lib/igc-time-x-axis-component.d.ts +1 -0
- package/lib/igc-treemap-node-style-component.d.ts +1 -0
- package/lib/igc-treemap-node-style-mapping-component.d.ts +1 -0
- package/lib/igc-trix-indicator-component.d.ts +1 -0
- package/lib/igc-typical-price-indicator-component.d.ts +1 -0
- package/lib/igc-ultimate-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-value-brush-scale-component.d.ts +1 -0
- package/lib/igc-value-overlay-component.d.ts +1 -0
- package/lib/igc-vertical-anchored-category-series-component.d.ts +1 -0
- package/lib/igc-vertical-stacked-series-base-component.d.ts +1 -0
- package/lib/igc-waterfall-series-component.d.ts +1 -0
- package/lib/igc-weighted-close-indicator-component.d.ts +1 -0
- package/lib/igc-williams-percent-r-indicator-component.d.ts +1 -0
- package/lib/igc-xy-chart-component.d.ts +1 -0
- package/lib/igc-zoom-slider-component.d.ts +0 -5
- package/package.json +2 -2
- package/public_api.d.ts +23 -0
|
@@ -155,7 +155,7 @@ var FinancialBucketCalculator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
155
155
|
a = this.c;
|
|
156
156
|
b = this.d;
|
|
157
157
|
c = this.b;
|
|
158
|
-
d = this.a.bz.
|
|
158
|
+
d = this.a.bz.fv;
|
|
159
159
|
return {
|
|
160
160
|
p0: a,
|
|
161
161
|
p1: b,
|
|
@@ -170,20 +170,20 @@ var FinancialBucketCalculator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
170
170
|
if (this.a.bz != null) {
|
|
171
171
|
d = this.a.bz.getEffectiveViewport1(this.a);
|
|
172
172
|
}
|
|
173
|
-
if (b.isEmpty || c.isEmpty || this.a.bz.
|
|
173
|
+
if (b.isEmpty || c.isEmpty || this.a.bz.qg == null) {
|
|
174
174
|
this.b = 0;
|
|
175
175
|
return;
|
|
176
176
|
}
|
|
177
|
-
var e = (this.a.bz.
|
|
177
|
+
var e = (this.a.bz.qg != null) ? this.a.bz.qg.cg : false;
|
|
178
178
|
var f = new ScalerParams(0, b, c, e, d);
|
|
179
|
-
var g = this.a.bz.
|
|
180
|
-
var h = typeCast(ISortingAxis_$type, this.a.bz.
|
|
179
|
+
var g = this.a.bz.pv(this.a);
|
|
180
|
+
var h = typeCast(ISortingAxis_$type, this.a.bz.qg);
|
|
181
181
|
if (h == null || h.i$b == null) {
|
|
182
|
-
var i = Math.floor(this.a.bz.
|
|
183
|
-
var j = Math.ceil(this.a.bz.
|
|
184
|
-
if (this.a.bz.
|
|
185
|
-
j = Math.ceil(this.a.bz.
|
|
186
|
-
i = Math.floor(this.a.bz.
|
|
182
|
+
var i = Math.floor(this.a.bz.qg.el(g.left, f));
|
|
183
|
+
var j = Math.ceil(this.a.bz.qg.el(g.right, f));
|
|
184
|
+
if (this.a.bz.qg.cg) {
|
|
185
|
+
j = Math.ceil(this.a.bz.qg.el(g.left, f));
|
|
186
|
+
i = Math.floor(this.a.bz.qg.el(g.right, f));
|
|
187
187
|
}
|
|
188
188
|
var k = Math.floor((j - i + 1) * a / g.width);
|
|
189
189
|
this.b = truncate(Math.max(1, k));
|
|
@@ -211,80 +211,80 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
211
211
|
tslib_1.__extends(FinancialSeries, _super);
|
|
212
212
|
function FinancialSeries() {
|
|
213
213
|
var _this = _super.call(this) || this;
|
|
214
|
-
_this.
|
|
215
|
-
_this.
|
|
216
|
-
_this.
|
|
217
|
-
_this.q0 = null;
|
|
214
|
+
_this.q7 = null;
|
|
215
|
+
_this.q5 = null;
|
|
216
|
+
_this.q6 = null;
|
|
218
217
|
_this.q4 = null;
|
|
219
|
-
_this.
|
|
218
|
+
_this.q8 = null;
|
|
219
|
+
_this.rh = false;
|
|
220
220
|
_this.assigningCategoryStyle = null;
|
|
221
|
-
_this.
|
|
222
|
-
_this.
|
|
223
|
-
_this.
|
|
224
|
-
_this.
|
|
225
|
-
_this.
|
|
226
|
-
_this.
|
|
221
|
+
_this.qp = null;
|
|
222
|
+
_this.rr = new Dictionary$2(IFastItemColumn$1_$type.specialize(Number_$type), String_$type, 0);
|
|
223
|
+
_this.rs = new Dictionary$2(String_$type, String_$type, 0);
|
|
224
|
+
_this.rg = false;
|
|
225
|
+
_this.q0 = null;
|
|
226
|
+
_this.qk = null;
|
|
227
|
+
_this.qm = null;
|
|
227
228
|
_this.qi = null;
|
|
228
|
-
_this.
|
|
229
|
-
_this.qo = null;
|
|
229
|
+
_this.qs = null;
|
|
230
230
|
_this.typical = null;
|
|
231
231
|
_this.typicalBasedOn = null;
|
|
232
|
-
_this.
|
|
233
|
-
_this.
|
|
234
|
-
_this.
|
|
235
|
-
_this.
|
|
236
|
-
_this.rx = null;
|
|
232
|
+
_this.rf = false;
|
|
233
|
+
_this.r4 = null;
|
|
234
|
+
_this.r2 = null;
|
|
235
|
+
_this.r3 = null;
|
|
237
236
|
_this.r1 = null;
|
|
237
|
+
_this.r5 = null;
|
|
238
|
+
_this.ql = null;
|
|
238
239
|
_this.qh = null;
|
|
239
|
-
_this.
|
|
240
|
-
_this.
|
|
241
|
-
_this.
|
|
242
|
-
_this.
|
|
243
|
-
_this.
|
|
244
|
-
_this.
|
|
245
|
-
_this.
|
|
246
|
-
_this.qh = new CategoryFrame(3);
|
|
240
|
+
_this.qn = 0;
|
|
241
|
+
_this.q1 = null;
|
|
242
|
+
_this.q3 = null;
|
|
243
|
+
_this.qp = new CategorySeriesRenderManager();
|
|
244
|
+
_this.rh = false;
|
|
245
|
+
_this.qs = new CategoryTransitionSourceFramePreparer();
|
|
246
|
+
_this.ql = new CategoryFrame(3);
|
|
247
247
|
_this.ab = FinancialSeries.$;
|
|
248
|
-
_this.
|
|
248
|
+
_this.qo = 0;
|
|
249
249
|
return _this;
|
|
250
250
|
}
|
|
251
|
-
FinancialSeries.prototype.
|
|
252
|
-
_super.prototype.
|
|
253
|
-
this.
|
|
251
|
+
FinancialSeries.prototype.l2 = function (a) {
|
|
252
|
+
_super.prototype.l2.call(this, a);
|
|
253
|
+
this.qx = a;
|
|
254
254
|
};
|
|
255
|
-
FinancialSeries.prototype.
|
|
255
|
+
FinancialSeries.prototype.get_dq = function () {
|
|
256
256
|
return true;
|
|
257
257
|
};
|
|
258
258
|
FinancialSeries.prototype.ag = function () {
|
|
259
|
-
return [this.
|
|
259
|
+
return [this.qg, this.q2];
|
|
260
260
|
};
|
|
261
|
-
FinancialSeries.prototype.
|
|
262
|
-
var c = this.
|
|
261
|
+
FinancialSeries.prototype.hy = function (a, b) {
|
|
262
|
+
var c = this.js(b);
|
|
263
263
|
if (c == FinancialSeries.$$p[6]) {
|
|
264
|
-
return this.
|
|
264
|
+
return this.hz(a, b, this.sw);
|
|
265
265
|
}
|
|
266
266
|
if (c == FinancialSeries.$$p[1]) {
|
|
267
|
-
return this.
|
|
267
|
+
return this.hz(a, b, this.sn);
|
|
268
268
|
}
|
|
269
269
|
if (c == FinancialSeries.$$p[4]) {
|
|
270
|
-
return this.
|
|
270
|
+
return this.hz(a, b, this.ss);
|
|
271
271
|
}
|
|
272
272
|
if (c == FinancialSeries.$$p[0]) {
|
|
273
|
-
return this.
|
|
273
|
+
return this.hz(a, b, this.sk);
|
|
274
274
|
}
|
|
275
275
|
if (c == FinancialSeries.$$p[8]) {
|
|
276
|
-
return this.
|
|
276
|
+
return this.hz(a, b, this.s0);
|
|
277
277
|
}
|
|
278
|
-
return _super.prototype.
|
|
278
|
+
return _super.prototype.hy.call(this, a, b);
|
|
279
279
|
};
|
|
280
|
-
FinancialSeries.prototype.
|
|
280
|
+
FinancialSeries.prototype.sg = function () {
|
|
281
281
|
return 2;
|
|
282
282
|
};
|
|
283
|
-
FinancialSeries.prototype.
|
|
283
|
+
FinancialSeries.prototype.se = function () {
|
|
284
284
|
return 4;
|
|
285
285
|
};
|
|
286
286
|
FinancialSeries.prototype.ah = function (a) {
|
|
287
|
-
var b = this.aj(this.
|
|
287
|
+
var b = this.aj(this.qg, this.qi.f, this.sd(this.b0), this.sf(this.b0), this.pt(a), true);
|
|
288
288
|
if (b == null) {
|
|
289
289
|
return null;
|
|
290
290
|
}
|
|
@@ -292,14 +292,14 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
292
292
|
var d = b[1];
|
|
293
293
|
var e = new Array(1);
|
|
294
294
|
var f = new Array(2);
|
|
295
|
-
var g = this.
|
|
295
|
+
var g = this.sg();
|
|
296
296
|
f[0] = { $type: Point_$type, x: c[0], y: c[g] };
|
|
297
297
|
f[1] = { $type: Point_$type, x: d[0], y: d[g] };
|
|
298
298
|
e[0] = f;
|
|
299
299
|
return e;
|
|
300
300
|
};
|
|
301
301
|
FinancialSeries.prototype.ai = function (a) {
|
|
302
|
-
var b = this.aj(this.
|
|
302
|
+
var b = this.aj(this.qg, this.qi.f, this.sd(this.b0), this.sf(this.b0), this.pt(a), true);
|
|
303
303
|
if (b == null) {
|
|
304
304
|
return null;
|
|
305
305
|
}
|
|
@@ -312,357 +312,357 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
312
312
|
e[0] = f;
|
|
313
313
|
return e;
|
|
314
314
|
};
|
|
315
|
-
FinancialSeries.prototype.
|
|
316
|
-
return this.
|
|
315
|
+
FinancialSeries.prototype.pd = function () {
|
|
316
|
+
return this.tm;
|
|
317
317
|
};
|
|
318
|
-
FinancialSeries.prototype.
|
|
319
|
-
return this.
|
|
318
|
+
FinancialSeries.prototype.pe = function () {
|
|
319
|
+
return this.tm;
|
|
320
320
|
};
|
|
321
|
-
FinancialSeries.prototype.
|
|
322
|
-
_super.prototype.
|
|
323
|
-
this.
|
|
324
|
-
this.
|
|
321
|
+
FinancialSeries.prototype.kx = function () {
|
|
322
|
+
_super.prototype.kx.call(this);
|
|
323
|
+
this.qg = null;
|
|
324
|
+
this.q2 = null;
|
|
325
325
|
};
|
|
326
326
|
FinancialSeries.prototype.get_c6 = function () {
|
|
327
327
|
return true;
|
|
328
328
|
};
|
|
329
|
-
FinancialSeries.prototype.
|
|
330
|
-
return this.
|
|
329
|
+
FinancialSeries.prototype.get_ek = function () {
|
|
330
|
+
return this.q2 != null && this.q2.cg;
|
|
331
331
|
};
|
|
332
|
-
Object.defineProperty(FinancialSeries.prototype, "
|
|
332
|
+
Object.defineProperty(FinancialSeries.prototype, "rc", {
|
|
333
333
|
get: function () {
|
|
334
|
-
return this.
|
|
334
|
+
return this.q7;
|
|
335
335
|
},
|
|
336
336
|
set: function (a) {
|
|
337
|
-
if (this.
|
|
338
|
-
var b = this.
|
|
339
|
-
this.
|
|
340
|
-
this.raisePropertyChanged("OpenColumn", b, this.
|
|
337
|
+
if (this.q7 != a) {
|
|
338
|
+
var b = this.q7;
|
|
339
|
+
this.q7 = a;
|
|
340
|
+
this.raisePropertyChanged("OpenColumn", b, this.q7);
|
|
341
341
|
}
|
|
342
342
|
},
|
|
343
343
|
enumerable: true,
|
|
344
344
|
configurable: true
|
|
345
345
|
});
|
|
346
|
-
Object.defineProperty(FinancialSeries.prototype, "
|
|
346
|
+
Object.defineProperty(FinancialSeries.prototype, "ra", {
|
|
347
347
|
get: function () {
|
|
348
|
-
return this.
|
|
348
|
+
return this.q5;
|
|
349
349
|
},
|
|
350
350
|
set: function (a) {
|
|
351
|
-
if (this.
|
|
352
|
-
var b = this.
|
|
353
|
-
this.
|
|
354
|
-
this.raisePropertyChanged("HighColumn", b, this.
|
|
351
|
+
if (this.q5 != a) {
|
|
352
|
+
var b = this.q5;
|
|
353
|
+
this.q5 = a;
|
|
354
|
+
this.raisePropertyChanged("HighColumn", b, this.q5);
|
|
355
355
|
}
|
|
356
356
|
},
|
|
357
357
|
enumerable: true,
|
|
358
358
|
configurable: true
|
|
359
359
|
});
|
|
360
|
-
Object.defineProperty(FinancialSeries.prototype, "
|
|
360
|
+
Object.defineProperty(FinancialSeries.prototype, "rb", {
|
|
361
361
|
get: function () {
|
|
362
|
-
return this.
|
|
362
|
+
return this.q6;
|
|
363
363
|
},
|
|
364
364
|
set: function (a) {
|
|
365
|
-
if (this.
|
|
366
|
-
var b = this.
|
|
367
|
-
this.
|
|
368
|
-
this.raisePropertyChanged("LowColumn", b, this.
|
|
365
|
+
if (this.q6 != a) {
|
|
366
|
+
var b = this.q6;
|
|
367
|
+
this.q6 = a;
|
|
368
|
+
this.raisePropertyChanged("LowColumn", b, this.q6);
|
|
369
369
|
}
|
|
370
370
|
},
|
|
371
371
|
enumerable: true,
|
|
372
372
|
configurable: true
|
|
373
373
|
});
|
|
374
|
-
Object.defineProperty(FinancialSeries.prototype, "
|
|
374
|
+
Object.defineProperty(FinancialSeries.prototype, "q9", {
|
|
375
375
|
get: function () {
|
|
376
|
-
return this.
|
|
376
|
+
return this.q4;
|
|
377
377
|
},
|
|
378
378
|
set: function (a) {
|
|
379
|
-
if (this.
|
|
380
|
-
var b = this.
|
|
381
|
-
this.
|
|
382
|
-
this.raisePropertyChanged("CloseColumn", b, this.
|
|
379
|
+
if (this.q4 != a) {
|
|
380
|
+
var b = this.q4;
|
|
381
|
+
this.q4 = a;
|
|
382
|
+
this.raisePropertyChanged("CloseColumn", b, this.q4);
|
|
383
383
|
}
|
|
384
384
|
},
|
|
385
385
|
enumerable: true,
|
|
386
386
|
configurable: true
|
|
387
387
|
});
|
|
388
|
-
Object.defineProperty(FinancialSeries.prototype, "
|
|
388
|
+
Object.defineProperty(FinancialSeries.prototype, "re", {
|
|
389
389
|
get: function () {
|
|
390
|
-
return this.
|
|
390
|
+
return this.q8;
|
|
391
391
|
},
|
|
392
392
|
set: function (a) {
|
|
393
|
-
if (this.
|
|
394
|
-
var b = this.
|
|
395
|
-
this.
|
|
396
|
-
this.raisePropertyChanged("VolumeColumn", b, this.
|
|
393
|
+
if (this.q8 != a) {
|
|
394
|
+
var b = this.q8;
|
|
395
|
+
this.q8 = a;
|
|
396
|
+
this.raisePropertyChanged("VolumeColumn", b, this.q8);
|
|
397
397
|
}
|
|
398
398
|
},
|
|
399
399
|
enumerable: true,
|
|
400
400
|
configurable: true
|
|
401
401
|
});
|
|
402
|
-
FinancialSeries.prototype.
|
|
403
|
-
return (this.assigningCategoryStyle != null && this.
|
|
402
|
+
FinancialSeries.prototype.ro = function () {
|
|
403
|
+
return (this.assigningCategoryStyle != null && this.rh) || this.bk != 1;
|
|
404
404
|
};
|
|
405
|
-
FinancialSeries.prototype.
|
|
406
|
-
if (this.assigningCategoryStyle != null && this.
|
|
405
|
+
FinancialSeries.prototype.s8 = function (a) {
|
|
406
|
+
if (this.assigningCategoryStyle != null && this.rh) {
|
|
407
407
|
this.assigningCategoryStyle(this, a);
|
|
408
408
|
}
|
|
409
409
|
};
|
|
410
|
-
FinancialSeries.prototype.
|
|
410
|
+
FinancialSeries.prototype.s6 = function (a, b, c, d, e, f) {
|
|
411
411
|
var g = this.bk != 1;
|
|
412
|
-
this.
|
|
413
|
-
this.
|
|
414
|
-
var h = this.
|
|
412
|
+
this.qp.a1(this.qp.b, d.cm, a, b, c, d, e, f, false);
|
|
413
|
+
this.qp.ab(this.ft);
|
|
414
|
+
var h = this.qp.aw;
|
|
415
415
|
var i = null;
|
|
416
416
|
var j = this.ck;
|
|
417
417
|
if (g && this.cd != null) {
|
|
418
|
-
i = this.cd.
|
|
418
|
+
i = this.cd.a7.getHighlightingInfo(this, j, h.o, h.n, false);
|
|
419
419
|
h.b = i;
|
|
420
420
|
}
|
|
421
421
|
h.f = f;
|
|
422
|
-
this.
|
|
423
|
-
this.
|
|
422
|
+
this.s8(h);
|
|
423
|
+
this.qp.z(this, i, f, g, b < 0);
|
|
424
424
|
};
|
|
425
|
-
FinancialSeries.prototype.
|
|
426
|
-
return this.
|
|
425
|
+
FinancialSeries.prototype.r6 = function (a) {
|
|
426
|
+
return this.f9(a, this.qg);
|
|
427
427
|
};
|
|
428
|
-
FinancialSeries.prototype.
|
|
429
|
-
return this.
|
|
428
|
+
FinancialSeries.prototype.hl = function (a, b) {
|
|
429
|
+
return this.hm(a, b, this.qg, runOn(this, this.r6), new FinancialValueList(this.rc, this.ra, this.rb, this.q9, this.re));
|
|
430
430
|
};
|
|
431
|
-
FinancialSeries.prototype.
|
|
432
|
-
return this.
|
|
431
|
+
FinancialSeries.prototype.hj = function (a, b) {
|
|
432
|
+
return this.hk(a, b, this.qg, runOn(this, this.r6), new FinancialValueList(this.rc, this.ra, this.rb, this.q9, this.re));
|
|
433
433
|
};
|
|
434
|
-
FinancialSeries.prototype.
|
|
434
|
+
FinancialSeries.prototype.f5 = function (a, b, c, d, e) {
|
|
435
435
|
if (c == null) {
|
|
436
436
|
return Number.POSITIVE_INFINITY;
|
|
437
437
|
}
|
|
438
|
-
var f = this.
|
|
439
|
-
return this.
|
|
438
|
+
var f = this.qg.le;
|
|
439
|
+
return this.f6(a, b, this.qg, d, e, f, runOn(this, this.r6));
|
|
440
440
|
};
|
|
441
441
|
FinancialSeries.prototype.getOffsetValue = function () {
|
|
442
|
-
return this.
|
|
442
|
+
return this.r7(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
|
|
443
443
|
};
|
|
444
444
|
FinancialSeries.prototype.getCategoryWidth = function () {
|
|
445
|
-
return this.
|
|
445
|
+
return this.qg.getCategorySize(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
|
|
446
446
|
};
|
|
447
|
-
FinancialSeries.prototype.
|
|
448
|
-
return this.
|
|
447
|
+
FinancialSeries.prototype.pq = function (a, b, c) {
|
|
448
|
+
return this.ps(a, b, c, this.r7(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.q2, this.qg, null, null, null);
|
|
449
449
|
};
|
|
450
|
-
FinancialSeries.prototype.
|
|
450
|
+
FinancialSeries.prototype.gl = function (a, b, c) {
|
|
451
451
|
var d = this.getEffectiveViewport1(this.b0);
|
|
452
|
-
var e = this.
|
|
453
|
-
var f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.
|
|
454
|
-
return this.
|
|
452
|
+
var e = this.r7(this.b0.bv, this.b0.bu, d);
|
|
453
|
+
var f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.qg.cg, d);
|
|
454
|
+
return this.gn(new FinancialValueList(this.rc, this.ra, this.rb, this.q9, this.re), a, this.qg, f, e, runOn(this, this.r6), b, c);
|
|
455
455
|
};
|
|
456
|
-
FinancialSeries.prototype.
|
|
456
|
+
FinancialSeries.prototype.gh = function (a, b, c) {
|
|
457
457
|
var d = this.getEffectiveViewport1(this.b0);
|
|
458
|
-
var e = this.
|
|
459
|
-
var f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.
|
|
460
|
-
return this.
|
|
458
|
+
var e = this.r7(this.b0.bv, this.b0.bu, d);
|
|
459
|
+
var f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.qg.cg, d);
|
|
460
|
+
return this.gn(this.ra, a, this.qg, f, e, runOn(this, this.r6), b, c);
|
|
461
461
|
};
|
|
462
|
-
FinancialSeries.prototype.
|
|
462
|
+
FinancialSeries.prototype.gj = function (a, b, c) {
|
|
463
463
|
var d = this.getEffectiveViewport1(this.b0);
|
|
464
|
-
var e = this.
|
|
465
|
-
var f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.
|
|
466
|
-
return this.
|
|
464
|
+
var e = this.r7(this.b0.bv, this.b0.bu, d);
|
|
465
|
+
var f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.qg.cg, d);
|
|
466
|
+
return this.gn(this.rb, a, this.qg, f, e, runOn(this, this.r6), b, c);
|
|
467
467
|
};
|
|
468
|
-
FinancialSeries.prototype.
|
|
468
|
+
FinancialSeries.prototype.r8 = function (a, b, c) {
|
|
469
469
|
var d = this.getEffectiveViewport1(this.b0);
|
|
470
|
-
var e = this.
|
|
471
|
-
var f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.
|
|
472
|
-
return this.
|
|
470
|
+
var e = this.r7(this.b0.bv, this.b0.bu, d);
|
|
471
|
+
var f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.qg.cg, d);
|
|
472
|
+
return this.gn(this.q9, a, this.qg, f, e, runOn(this, this.r6), b, c);
|
|
473
473
|
};
|
|
474
|
-
FinancialSeries.prototype.
|
|
474
|
+
FinancialSeries.prototype.r9 = function (a, b, c) {
|
|
475
475
|
var d = this.getEffectiveViewport1(this.b0);
|
|
476
|
-
var e = this.
|
|
477
|
-
var f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.
|
|
478
|
-
return this.
|
|
476
|
+
var e = this.r7(this.b0.bv, this.b0.bu, d);
|
|
477
|
+
var f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.qg.cg, d);
|
|
478
|
+
return this.gn(this.rc, a, this.qg, f, e, runOn(this, this.r6), b, c);
|
|
479
479
|
};
|
|
480
|
-
FinancialSeries.prototype.
|
|
480
|
+
FinancialSeries.prototype.sa = function (a, b, c) {
|
|
481
481
|
var d = this.getEffectiveViewport1(this.b0);
|
|
482
|
-
var e = this.
|
|
483
|
-
var f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.
|
|
484
|
-
return this.
|
|
482
|
+
var e = this.r7(this.b0.bv, this.b0.bu, d);
|
|
483
|
+
var f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.qg.cg, d);
|
|
484
|
+
return this.gn(this.re, a, this.qg, f, e, runOn(this, this.r6), b, c);
|
|
485
485
|
};
|
|
486
|
-
FinancialSeries.prototype.
|
|
486
|
+
FinancialSeries.prototype.pm = function (a, b, c) {
|
|
487
487
|
var _this = this;
|
|
488
|
-
return this.
|
|
488
|
+
return this.ps(a, b, c, this.r7(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.q2, this.qg, runOn(this, this.gh), function (d, e) { return _this.hm(d, e, _this.qg, runOn(_this, _this.r6), _this.ra); }, function (d, e) { return _this.hk(d, e, _this.qg, runOn(_this, _this.r6), _this.ra); });
|
|
489
489
|
};
|
|
490
|
-
FinancialSeries.prototype.
|
|
490
|
+
FinancialSeries.prototype.po = function (a, b, c) {
|
|
491
491
|
var _this = this;
|
|
492
|
-
return this.
|
|
492
|
+
return this.ps(a, b, c, this.r7(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.q2, this.qg, runOn(this, this.gj), function (d, e) { return _this.hm(d, e, _this.qg, runOn(_this, _this.r6), _this.rb); }, function (d, e) { return _this.hk(d, e, _this.qg, runOn(_this, _this.r6), _this.rb); });
|
|
493
493
|
};
|
|
494
|
-
FinancialSeries.prototype.
|
|
494
|
+
FinancialSeries.prototype.to = function (a, b, c) {
|
|
495
495
|
var _this = this;
|
|
496
|
-
return this.
|
|
496
|
+
return this.ps(a, b, c, this.r7(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.q2, this.qg, runOn(this, this.r9), function (d, e) { return _this.hm(d, e, _this.qg, runOn(_this, _this.r6), _this.rc); }, function (d, e) { return _this.hk(d, e, _this.qg, runOn(_this, _this.r6), _this.rc); });
|
|
497
497
|
};
|
|
498
|
-
FinancialSeries.prototype.
|
|
498
|
+
FinancialSeries.prototype.tn = function (a, b, c) {
|
|
499
499
|
var _this = this;
|
|
500
|
-
return this.
|
|
500
|
+
return this.ps(a, b, c, this.r7(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.q2, this.qg, runOn(this, this.r8), function (d, e) { return _this.hm(d, e, _this.qg, runOn(_this, _this.r6), _this.q9); }, function (d, e) { return _this.hk(d, e, _this.qg, runOn(_this, _this.r6), _this.q9); });
|
|
501
501
|
};
|
|
502
|
-
FinancialSeries.prototype.
|
|
502
|
+
FinancialSeries.prototype.tp = function (a, b, c) {
|
|
503
503
|
var _this = this;
|
|
504
|
-
return this.
|
|
504
|
+
return this.ps(a, b, c, this.r7(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.q2, this.qg, runOn(this, this.sa), function (d, e) { return _this.hm(d, e, _this.qg, runOn(_this, _this.r6), _this.re); }, function (d, e) { return _this.hk(d, e, _this.qg, runOn(_this, _this.r6), _this.re); });
|
|
505
505
|
};
|
|
506
|
-
FinancialSeries.prototype.
|
|
507
|
-
_super.prototype.
|
|
508
|
-
if (this.
|
|
509
|
-
this.
|
|
506
|
+
FinancialSeries.prototype.li = function () {
|
|
507
|
+
_super.prototype.li.call(this);
|
|
508
|
+
if (this.qg != null) {
|
|
509
|
+
this.qg.h7(false);
|
|
510
510
|
}
|
|
511
|
-
if (this.
|
|
512
|
-
this.
|
|
511
|
+
if (this.q2 != null) {
|
|
512
|
+
this.q2.h7(false);
|
|
513
513
|
}
|
|
514
514
|
};
|
|
515
|
-
FinancialSeries.prototype.
|
|
516
|
-
this.
|
|
517
|
-
this.
|
|
515
|
+
FinancialSeries.prototype.m9 = function (a, b) {
|
|
516
|
+
this.qx.bx.e(this.fv);
|
|
517
|
+
this.ml(false);
|
|
518
518
|
};
|
|
519
|
-
FinancialSeries.prototype.
|
|
520
|
-
if (this.
|
|
521
|
-
this.
|
|
519
|
+
FinancialSeries.prototype.m8 = function (a, b) {
|
|
520
|
+
if (this.e2 && this.g2 < 0.05) {
|
|
521
|
+
this.e3 = true;
|
|
522
522
|
}
|
|
523
|
-
this.
|
|
524
|
-
this.
|
|
523
|
+
this.qx.bx.e(this.fv);
|
|
524
|
+
this.ml(false);
|
|
525
525
|
};
|
|
526
|
-
FinancialSeries.prototype.
|
|
526
|
+
FinancialSeries.prototype.rd = function (a, b, c) {
|
|
527
527
|
var d = this.ch(b);
|
|
528
|
-
this.
|
|
529
|
-
this.
|
|
528
|
+
this.rr.addItem(d, b);
|
|
529
|
+
this.rs.addItem(b, c);
|
|
530
530
|
return d;
|
|
531
531
|
};
|
|
532
|
-
FinancialSeries.prototype.
|
|
532
|
+
FinancialSeries.prototype.s5 = function (a, b) {
|
|
533
533
|
if (b == null) {
|
|
534
534
|
return;
|
|
535
535
|
}
|
|
536
536
|
a.deregisterColumn(b);
|
|
537
|
-
var c = this.
|
|
538
|
-
this.
|
|
539
|
-
this.
|
|
537
|
+
var c = this.rr.item(b);
|
|
538
|
+
this.rs.removeItem(c);
|
|
539
|
+
this.rr.removeItem(b);
|
|
540
540
|
};
|
|
541
|
-
FinancialSeries.prototype.
|
|
542
|
-
_super.prototype.
|
|
541
|
+
FinancialSeries.prototype.l7 = function (a, b, c, d) {
|
|
542
|
+
_super.prototype.l7.call(this, a, b, c, d);
|
|
543
543
|
switch (b) {
|
|
544
544
|
case "SyncLink":
|
|
545
545
|
if (this.b8 != null && this.cd != null) {
|
|
546
|
-
this.
|
|
547
|
-
this.
|
|
546
|
+
this.qx.bx.e(this.fv);
|
|
547
|
+
this.ml(false);
|
|
548
548
|
}
|
|
549
549
|
break;
|
|
550
550
|
case "SeriesViewer":
|
|
551
551
|
if (c != null && d == null) {
|
|
552
|
-
if (this.
|
|
553
|
-
this.
|
|
552
|
+
if (this.qg != null) {
|
|
553
|
+
this.qg.bz(this);
|
|
554
554
|
}
|
|
555
|
-
if (this.
|
|
556
|
-
this.
|
|
555
|
+
if (this.q2 != null) {
|
|
556
|
+
this.q2.bz(this);
|
|
557
557
|
}
|
|
558
558
|
}
|
|
559
559
|
if (c == null && d != null) {
|
|
560
|
-
if (this.
|
|
561
|
-
this.
|
|
560
|
+
if (this.qg != null) {
|
|
561
|
+
this.qg.cs(this);
|
|
562
562
|
}
|
|
563
|
-
if (this.
|
|
564
|
-
this.
|
|
563
|
+
if (this.q2 != null) {
|
|
564
|
+
this.q2.cs(this);
|
|
565
565
|
}
|
|
566
566
|
}
|
|
567
|
-
this.
|
|
568
|
-
this.
|
|
567
|
+
this.qx.bx.e(this.fv);
|
|
568
|
+
this.ml(false);
|
|
569
569
|
break;
|
|
570
570
|
case "FastItemsSource":
|
|
571
|
-
this.
|
|
571
|
+
this.rg = true;
|
|
572
572
|
if (typeCast(IFastItemsSource_$type, c) != null) {
|
|
573
|
-
this.
|
|
574
|
-
this.
|
|
575
|
-
this.
|
|
576
|
-
this.
|
|
577
|
-
this.
|
|
578
|
-
this.
|
|
579
|
-
this.q6 = null;
|
|
580
|
-
this.q7 = null;
|
|
581
|
-
this.q5 = null;
|
|
573
|
+
this.s5(typeCast(IFastItemsSource_$type, c), this.rc);
|
|
574
|
+
this.s5(typeCast(IFastItemsSource_$type, c), this.ra);
|
|
575
|
+
this.s5(typeCast(IFastItemsSource_$type, c), this.rb);
|
|
576
|
+
this.s5(typeCast(IFastItemsSource_$type, c), this.q9);
|
|
577
|
+
this.s5(typeCast(IFastItemsSource_$type, c), this.re);
|
|
578
|
+
this.rc = null;
|
|
582
579
|
this.ra = null;
|
|
580
|
+
this.rb = null;
|
|
581
|
+
this.q9 = null;
|
|
582
|
+
this.re = null;
|
|
583
583
|
}
|
|
584
584
|
if (typeCast(IFastItemsSource_$type, d) != null) {
|
|
585
|
-
if (stringIsNullOrEmpty(this.
|
|
586
|
-
this.
|
|
585
|
+
if (stringIsNullOrEmpty(this.sw) == false) {
|
|
586
|
+
this.rc = this.rd(typeCast(IFastItemsSource_$type, d), this.sw, "OpenColumn");
|
|
587
587
|
}
|
|
588
|
-
if (stringIsNullOrEmpty(this.
|
|
589
|
-
this.
|
|
588
|
+
if (stringIsNullOrEmpty(this.sn) == false) {
|
|
589
|
+
this.ra = this.rd(typeCast(IFastItemsSource_$type, d), this.sn, "HighColumn");
|
|
590
590
|
}
|
|
591
|
-
if (stringIsNullOrEmpty(this.
|
|
592
|
-
this.
|
|
591
|
+
if (stringIsNullOrEmpty(this.ss) == false) {
|
|
592
|
+
this.rb = this.rd(typeCast(IFastItemsSource_$type, d), this.ss, "LowColumn");
|
|
593
593
|
}
|
|
594
|
-
if (stringIsNullOrEmpty(this.
|
|
595
|
-
this.
|
|
594
|
+
if (stringIsNullOrEmpty(this.sk) == false) {
|
|
595
|
+
this.q9 = this.rd(typeCast(IFastItemsSource_$type, d), this.sk, "CloseColumn");
|
|
596
596
|
}
|
|
597
|
-
if (stringIsNullOrEmpty(this.
|
|
598
|
-
this.
|
|
597
|
+
if (stringIsNullOrEmpty(this.s0) == false) {
|
|
598
|
+
this.re = this.rd(typeCast(IFastItemsSource_$type, d), this.s0, "VolumeColumn");
|
|
599
599
|
}
|
|
600
600
|
}
|
|
601
|
-
this.
|
|
602
|
-
if (this.
|
|
603
|
-
this.
|
|
604
|
-
this.
|
|
601
|
+
this.rg = false;
|
|
602
|
+
if (this.q2 != null && !this.q2.c0()) {
|
|
603
|
+
this.qx.bx.e(this.fv);
|
|
604
|
+
this.ml(false);
|
|
605
605
|
}
|
|
606
606
|
break;
|
|
607
607
|
case FinancialSeries.$$p[6]:
|
|
608
608
|
if (this.ck != null) {
|
|
609
|
-
this.
|
|
610
|
-
this.
|
|
609
|
+
this.s5(this.ck, this.rc);
|
|
610
|
+
this.rc = this.rd(this.ck, this.sw, "OpenColumn");
|
|
611
611
|
}
|
|
612
612
|
break;
|
|
613
613
|
case "OpenColumn":
|
|
614
|
-
if (this.
|
|
615
|
-
this.
|
|
616
|
-
this.
|
|
614
|
+
if (this.q2 != null && !this.q2.c0() && !this.rg) {
|
|
615
|
+
this.qx.bx.e(this.fv);
|
|
616
|
+
this.ml(false);
|
|
617
617
|
}
|
|
618
618
|
break;
|
|
619
619
|
case FinancialSeries.$$p[1]:
|
|
620
620
|
if (this.ck != null) {
|
|
621
|
-
this.
|
|
622
|
-
this.
|
|
621
|
+
this.s5(this.ck, this.ra);
|
|
622
|
+
this.ra = this.rd(this.ck, this.sn, "HighColumn");
|
|
623
623
|
}
|
|
624
624
|
break;
|
|
625
625
|
case "HighColumn":
|
|
626
|
-
if (this.
|
|
627
|
-
this.
|
|
628
|
-
this.
|
|
626
|
+
if (this.q2 != null && !this.q2.c0() && !this.rg) {
|
|
627
|
+
this.qx.bx.e(this.fv);
|
|
628
|
+
this.ml(false);
|
|
629
629
|
}
|
|
630
630
|
break;
|
|
631
631
|
case FinancialSeries.$$p[4]:
|
|
632
632
|
if (this.ck != null) {
|
|
633
|
-
this.
|
|
634
|
-
this.
|
|
633
|
+
this.s5(this.ck, this.rb);
|
|
634
|
+
this.rb = this.rd(this.ck, this.ss, "LowColumn");
|
|
635
635
|
}
|
|
636
636
|
break;
|
|
637
637
|
case "LowColumn":
|
|
638
|
-
if (this.
|
|
639
|
-
this.
|
|
640
|
-
this.
|
|
638
|
+
if (this.q2 != null && !this.q2.c0() && !this.rg) {
|
|
639
|
+
this.qx.bx.e(this.fv);
|
|
640
|
+
this.ml(false);
|
|
641
641
|
}
|
|
642
642
|
break;
|
|
643
643
|
case FinancialSeries.$$p[0]:
|
|
644
644
|
if (this.ck != null) {
|
|
645
|
-
this.
|
|
646
|
-
this.
|
|
645
|
+
this.s5(this.ck, this.q9);
|
|
646
|
+
this.q9 = this.rd(this.ck, this.sk, "CloseColumn");
|
|
647
647
|
}
|
|
648
648
|
break;
|
|
649
649
|
case "CloseColumn":
|
|
650
|
-
if (this.
|
|
651
|
-
this.
|
|
652
|
-
this.
|
|
650
|
+
if (this.q2 != null && !this.q2.c0() && !this.rg) {
|
|
651
|
+
this.qx.bx.e(this.fv);
|
|
652
|
+
this.ml(false);
|
|
653
653
|
}
|
|
654
|
-
this.
|
|
654
|
+
this.ta();
|
|
655
655
|
break;
|
|
656
656
|
case FinancialSeries.$$p[8]:
|
|
657
657
|
if (this.ck != null) {
|
|
658
|
-
this.
|
|
659
|
-
this.
|
|
658
|
+
this.s5(this.ck, this.re);
|
|
659
|
+
this.re = this.rd(this.ck, this.s0, "VolumeColumn");
|
|
660
660
|
}
|
|
661
661
|
break;
|
|
662
662
|
case "VolumeColumn":
|
|
663
|
-
if (this.
|
|
664
|
-
this.
|
|
665
|
-
this.
|
|
663
|
+
if (this.q2 != null && !this.q2.c0() && !this.rg) {
|
|
664
|
+
this.qx.bx.e(this.fv);
|
|
665
|
+
this.ml(false);
|
|
666
666
|
}
|
|
667
667
|
break;
|
|
668
668
|
case FinancialSeries.$$p[9]:
|
|
@@ -672,10 +672,10 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
672
672
|
if (d != null) {
|
|
673
673
|
d.cs(this);
|
|
674
674
|
}
|
|
675
|
-
this.
|
|
676
|
-
this.
|
|
677
|
-
this.
|
|
678
|
-
this.
|
|
675
|
+
this.qx.bx.e(this.fv);
|
|
676
|
+
this.ml(false);
|
|
677
|
+
this.ls();
|
|
678
|
+
this.q1 = typeCast(ITimeRangeSelectorAxis_$type, this.qg);
|
|
679
679
|
break;
|
|
680
680
|
case FinancialSeries.$$p[10]:
|
|
681
681
|
if (c != null) {
|
|
@@ -684,64 +684,64 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
684
684
|
if (d != null) {
|
|
685
685
|
d.cs(this);
|
|
686
686
|
}
|
|
687
|
-
this.
|
|
688
|
-
if (this.
|
|
689
|
-
this.
|
|
687
|
+
this.qx.bx.e(this.fv);
|
|
688
|
+
if (this.q2 != null) {
|
|
689
|
+
this.q2.c0();
|
|
690
690
|
}
|
|
691
691
|
{
|
|
692
|
-
this.
|
|
692
|
+
this.ml(false);
|
|
693
693
|
}
|
|
694
|
-
this.
|
|
694
|
+
this.ls();
|
|
695
695
|
break;
|
|
696
696
|
case "TransitionProgress":
|
|
697
|
-
this.
|
|
697
|
+
this.qm.c(this.g2, this.qk, this.qi);
|
|
698
698
|
if (this.cx(this.b0)) {
|
|
699
699
|
return;
|
|
700
700
|
}
|
|
701
|
-
if (this.
|
|
702
|
-
this.
|
|
703
|
-
this.
|
|
704
|
-
if (this.
|
|
705
|
-
this.
|
|
706
|
-
this.
|
|
707
|
-
this.ce.r = truncate(this.
|
|
701
|
+
if (this.g2 == 1) {
|
|
702
|
+
this.qi.v();
|
|
703
|
+
this.s9(this.qi, this.qx);
|
|
704
|
+
if (this.e2) {
|
|
705
|
+
this.e2 = false;
|
|
706
|
+
this.k1();
|
|
707
|
+
this.ce.r = truncate(this.go());
|
|
708
708
|
this.ce.b = this.cf;
|
|
709
709
|
}
|
|
710
710
|
}
|
|
711
711
|
else {
|
|
712
|
-
this.
|
|
712
|
+
this.s9(this.qm, this.qx);
|
|
713
713
|
}
|
|
714
714
|
if (this.cd != null) {
|
|
715
|
-
this.cd.
|
|
715
|
+
this.cd.oa(this);
|
|
716
716
|
}
|
|
717
717
|
break;
|
|
718
718
|
case FinancialSeries.$$p[5]:
|
|
719
|
-
this.
|
|
719
|
+
this.ml(false);
|
|
720
720
|
break;
|
|
721
721
|
case "IsCustomCategoryStyleAllowed":
|
|
722
|
-
this.
|
|
723
|
-
this.
|
|
722
|
+
this.rh = this.rk();
|
|
723
|
+
this.ml(false);
|
|
724
724
|
break;
|
|
725
725
|
case "CategoryMode":
|
|
726
|
-
if (this.
|
|
727
|
-
this.
|
|
726
|
+
if (this.qg != null) {
|
|
727
|
+
this.qg.l4(true);
|
|
728
728
|
}
|
|
729
729
|
break;
|
|
730
730
|
}
|
|
731
731
|
};
|
|
732
|
-
FinancialSeries.prototype.
|
|
732
|
+
FinancialSeries.prototype.rj = function (a) {
|
|
733
733
|
if (typeCast(NumericYAxis.$, a) !== null) {
|
|
734
734
|
return true;
|
|
735
735
|
}
|
|
736
736
|
return false;
|
|
737
737
|
};
|
|
738
|
-
FinancialSeries.prototype.
|
|
738
|
+
FinancialSeries.prototype.ri = function (a) {
|
|
739
739
|
if (typeCast(CategoryXAxis.$, a) !== null || a.cd) {
|
|
740
740
|
return true;
|
|
741
741
|
}
|
|
742
742
|
return false;
|
|
743
743
|
};
|
|
744
|
-
FinancialSeries.prototype.
|
|
744
|
+
FinancialSeries.prototype.p9 = function (a, b, c) {
|
|
745
745
|
if (b < a || a < 0 || a > this.ck.count || b < 0 || b > this.ck.count || c == null) {
|
|
746
746
|
return null;
|
|
747
747
|
}
|
|
@@ -760,39 +760,39 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
760
760
|
}
|
|
761
761
|
return d;
|
|
762
762
|
};
|
|
763
|
-
FinancialSeries.prototype.
|
|
763
|
+
FinancialSeries.prototype.sd = function (a) {
|
|
764
764
|
return a.bx.b;
|
|
765
765
|
};
|
|
766
|
-
FinancialSeries.prototype.
|
|
766
|
+
FinancialSeries.prototype.sf = function (a) {
|
|
767
767
|
return a.bx.c;
|
|
768
768
|
};
|
|
769
|
-
FinancialSeries.prototype.
|
|
770
|
-
return this.
|
|
769
|
+
FinancialSeries.prototype.p8 = function (a, b) {
|
|
770
|
+
return this.p9(a, b, this.q2);
|
|
771
771
|
};
|
|
772
|
-
FinancialSeries.prototype.
|
|
772
|
+
FinancialSeries.prototype.get_dy = function () {
|
|
773
773
|
return true;
|
|
774
774
|
};
|
|
775
|
-
FinancialSeries.prototype.
|
|
776
|
-
_super.prototype.
|
|
777
|
-
this.
|
|
775
|
+
FinancialSeries.prototype.ky = function () {
|
|
776
|
+
_super.prototype.ky.call(this);
|
|
777
|
+
this.q0 = null;
|
|
778
778
|
};
|
|
779
779
|
FinancialSeries.prototype.aw = function (a, b, c) {
|
|
780
|
-
if (this.c2 && this.
|
|
781
|
-
var d = this.
|
|
782
|
-
this.
|
|
780
|
+
if (this.c2 && this.eg(this.bk) && !c) {
|
|
781
|
+
var d = this.qz(a, b, this.q0);
|
|
782
|
+
this.q0 = d;
|
|
783
783
|
return d;
|
|
784
784
|
}
|
|
785
785
|
else {
|
|
786
|
-
var e = this.
|
|
787
|
-
this.
|
|
786
|
+
var e = this.qy(a, b, this.q0);
|
|
787
|
+
this.q0 = e;
|
|
788
788
|
return e;
|
|
789
789
|
}
|
|
790
790
|
};
|
|
791
|
-
FinancialSeries.prototype.
|
|
792
|
-
var b = this.
|
|
791
|
+
FinancialSeries.prototype.sh = function (a) {
|
|
792
|
+
var b = this.qj();
|
|
793
793
|
var c = this.b0.bu;
|
|
794
794
|
var d = this.b0.bv;
|
|
795
|
-
var e = this.
|
|
795
|
+
var e = this.qg;
|
|
796
796
|
var f = 0;
|
|
797
797
|
if (e.co) {
|
|
798
798
|
var g = (a.y - d.top) / d.height;
|
|
@@ -826,22 +826,22 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
826
826
|
}
|
|
827
827
|
return j;
|
|
828
828
|
};
|
|
829
|
-
FinancialSeries.prototype.
|
|
829
|
+
FinancialSeries.prototype.qz = function (a, b, c) {
|
|
830
830
|
var d = this.ck.count;
|
|
831
|
-
var e = this.
|
|
832
|
-
var f = this.
|
|
833
|
-
var g = this.
|
|
834
|
-
var h = this.
|
|
831
|
+
var e = this.qx.bx.c;
|
|
832
|
+
var f = this.qx.bx.d;
|
|
833
|
+
var g = this.qx.bx.b;
|
|
834
|
+
var h = this.qg;
|
|
835
835
|
var i = -1;
|
|
836
836
|
var j = -1;
|
|
837
837
|
if (h.cm) {
|
|
838
|
-
var k = this.
|
|
839
|
-
var l = this.
|
|
838
|
+
var k = this.qj();
|
|
839
|
+
var l = this.sh(b);
|
|
840
840
|
i = l;
|
|
841
841
|
j = l;
|
|
842
842
|
}
|
|
843
843
|
else {
|
|
844
|
-
var m = this.
|
|
844
|
+
var m = this.hf(b);
|
|
845
845
|
i = truncate(Math.floor((intDivide(m, g)))) * g;
|
|
846
846
|
j = i + (g - 1);
|
|
847
847
|
}
|
|
@@ -854,7 +854,7 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
854
854
|
n.g = j;
|
|
855
855
|
return n;
|
|
856
856
|
};
|
|
857
|
-
FinancialSeries.prototype.
|
|
857
|
+
FinancialSeries.prototype.qy = function (a, b, c) {
|
|
858
858
|
var d = new HighlightingInfo();
|
|
859
859
|
d.b = this;
|
|
860
860
|
d.h = 0;
|
|
@@ -865,38 +865,38 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
865
865
|
}
|
|
866
866
|
return d;
|
|
867
867
|
};
|
|
868
|
-
FinancialSeries.prototype.
|
|
869
|
-
return this.
|
|
868
|
+
FinancialSeries.prototype.rk = function () {
|
|
869
|
+
return this.rm;
|
|
870
870
|
};
|
|
871
|
-
FinancialSeries.prototype.
|
|
871
|
+
FinancialSeries.prototype.f7 = function (a) {
|
|
872
872
|
var b = this.b0.bv;
|
|
873
873
|
var c = this.b0.bu;
|
|
874
874
|
var d = -1;
|
|
875
|
-
if (!b.isEmpty && !c.isEmpty && this.
|
|
875
|
+
if (!b.isEmpty && !c.isEmpty && this.qg != null) {
|
|
876
876
|
var e = this.getEffectiveViewport1(this.b0);
|
|
877
|
-
var f = new ScalerParams(0, b, c, this.
|
|
878
|
-
var g = this.
|
|
879
|
-
var h = this.
|
|
880
|
-
var i = this.
|
|
877
|
+
var f = new ScalerParams(0, b, c, this.qg.cg, e);
|
|
878
|
+
var g = this.pv(this.b0);
|
|
879
|
+
var h = this.qg.el(g.left, f);
|
|
880
|
+
var i = this.qg.el(g.right, f);
|
|
881
881
|
var j = (a.x - b.left) / b.width;
|
|
882
882
|
var k = h + (j * (i - h));
|
|
883
|
-
if (this.
|
|
883
|
+
if (this.qg.categoryMode != 0) {
|
|
884
884
|
k -= 0.5;
|
|
885
885
|
}
|
|
886
886
|
d = k;
|
|
887
887
|
}
|
|
888
888
|
return d;
|
|
889
889
|
};
|
|
890
|
-
FinancialSeries.prototype.
|
|
891
|
-
return truncate(Math.round(this.
|
|
890
|
+
FinancialSeries.prototype.hf = function (a) {
|
|
891
|
+
return truncate(Math.round(this.f7(a)));
|
|
892
892
|
};
|
|
893
|
-
FinancialSeries.prototype.
|
|
894
|
-
return typeCast(ISortingAxis_$type, this.
|
|
893
|
+
FinancialSeries.prototype.get_ea = function () {
|
|
894
|
+
return typeCast(ISortingAxis_$type, this.qg) !== null;
|
|
895
895
|
};
|
|
896
896
|
FinancialSeries.prototype.ar = function () {
|
|
897
|
-
return this.
|
|
897
|
+
return this.qg;
|
|
898
898
|
};
|
|
899
|
-
FinancialSeries.prototype.
|
|
899
|
+
FinancialSeries.prototype.hh = function (a) {
|
|
900
900
|
var b = this.b0.bv;
|
|
901
901
|
var c = this.b0.bu;
|
|
902
902
|
var d = this.getEffectiveViewport1(this.b0);
|
|
@@ -904,68 +904,68 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
904
904
|
return -1;
|
|
905
905
|
}
|
|
906
906
|
var e = new Rect(0, 0, 0, 1, 1);
|
|
907
|
-
var f = new ScalerParams(0, b, c, this.
|
|
908
|
-
var g = typeCast(ISortingAxis_$type, this.
|
|
909
|
-
var h = this.
|
|
907
|
+
var f = new ScalerParams(0, b, c, this.qg.cg, d);
|
|
908
|
+
var g = typeCast(ISortingAxis_$type, this.qg);
|
|
909
|
+
var h = this.pv(this.b0);
|
|
910
910
|
var i = h.left;
|
|
911
911
|
var j = h.right;
|
|
912
|
-
var k = this.
|
|
913
|
-
var l = this.
|
|
914
|
-
var m = this.
|
|
915
|
-
var n = this.
|
|
912
|
+
var k = this.pl(a).x;
|
|
913
|
+
var l = this.qg.el(k, f);
|
|
914
|
+
var m = this.qg.el(i, f);
|
|
915
|
+
var n = this.qg.el(j, f);
|
|
916
916
|
l = Math.max(m, Math.min(n, l));
|
|
917
917
|
var o = g.i$f(l);
|
|
918
918
|
return o;
|
|
919
919
|
};
|
|
920
|
-
FinancialSeries.prototype.
|
|
920
|
+
FinancialSeries.prototype.hv = function (a) {
|
|
921
921
|
var b = 0;
|
|
922
|
-
if (typeCast(ISortingAxis_$type, this.
|
|
923
|
-
b = this.
|
|
922
|
+
if (typeCast(ISortingAxis_$type, this.qg) !== null) {
|
|
923
|
+
b = this.hh(a);
|
|
924
924
|
if (b == -1) {
|
|
925
925
|
return null;
|
|
926
926
|
}
|
|
927
927
|
}
|
|
928
928
|
else {
|
|
929
|
-
b = this.
|
|
929
|
+
b = this.hf(a);
|
|
930
930
|
}
|
|
931
931
|
return b >= 0 && this.ck != null && b < this.ck.count ? this.ck.item(b) : null;
|
|
932
932
|
};
|
|
933
|
-
FinancialSeries.prototype.
|
|
934
|
-
var a = this.
|
|
933
|
+
FinancialSeries.prototype.qj = function () {
|
|
934
|
+
var a = this.qi;
|
|
935
935
|
if (this.cv()) {
|
|
936
936
|
if (this.ce.g) {
|
|
937
937
|
this.ce.t();
|
|
938
938
|
}
|
|
939
|
-
a = this.
|
|
939
|
+
a = this.qm;
|
|
940
940
|
}
|
|
941
941
|
return a;
|
|
942
942
|
};
|
|
943
|
-
FinancialSeries.prototype.
|
|
944
|
-
if (this.
|
|
943
|
+
FinancialSeries.prototype.r7 = function (a, b, c) {
|
|
944
|
+
if (this.qg == null) {
|
|
945
945
|
return 0;
|
|
946
946
|
}
|
|
947
|
-
return this.
|
|
947
|
+
return this.qg.k4(a, b, c, this.index);
|
|
948
948
|
};
|
|
949
|
-
FinancialSeries.prototype.
|
|
950
|
-
return this.
|
|
949
|
+
FinancialSeries.prototype.es = function () {
|
|
950
|
+
return this.rn;
|
|
951
951
|
};
|
|
952
|
-
FinancialSeries.prototype.
|
|
952
|
+
FinancialSeries.prototype.qq = function () {
|
|
953
953
|
return 11;
|
|
954
954
|
};
|
|
955
955
|
FinancialSeries.prototype.b9 = function () {
|
|
956
956
|
return 3;
|
|
957
957
|
};
|
|
958
|
-
FinancialSeries.prototype.
|
|
959
|
-
this.
|
|
958
|
+
FinancialSeries.prototype.s9 = function (a, b) {
|
|
959
|
+
this.pu = a.aa;
|
|
960
960
|
b.au();
|
|
961
961
|
};
|
|
962
|
-
FinancialSeries.prototype.
|
|
962
|
+
FinancialSeries.prototype.s7 = function (a, b) {
|
|
963
963
|
a.u();
|
|
964
964
|
};
|
|
965
|
-
FinancialSeries.prototype.
|
|
966
|
-
var d = _super.prototype.
|
|
965
|
+
FinancialSeries.prototype.fb = function (a, b, c) {
|
|
966
|
+
var d = _super.prototype.fb.call(this, a, b, c);
|
|
967
967
|
var e = c;
|
|
968
|
-
if (this.ck == null || this.ck.count == 0 || !c.o() || b.isEmpty || a.isEmpty || this.
|
|
968
|
+
if (this.ck == null || this.ck.count == 0 || !c.o() || b.isEmpty || a.isEmpty || this.qg == null || this.q2 == null || e.bx.b < 1 || this.qg.bh == null || this.q2.bh == null || this.q2.lv == this.q2.lu || this.qg.itemsSource == null || this.qg.le < 1) {
|
|
969
969
|
e.bx.b = 0;
|
|
970
970
|
d = false;
|
|
971
971
|
}
|
|
@@ -979,100 +979,100 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
979
979
|
p1: b
|
|
980
980
|
};
|
|
981
981
|
};
|
|
982
|
-
FinancialSeries.prototype.
|
|
982
|
+
FinancialSeries.prototype.sb = function (a) {
|
|
983
983
|
var b = 0;
|
|
984
984
|
var c = a.bv;
|
|
985
985
|
var d = a.bu;
|
|
986
986
|
var e = this.getEffectiveViewport1(this.b0);
|
|
987
|
-
if (!c.isEmpty && !d.isEmpty && this.
|
|
988
|
-
var f = new ScalerParams(0, c, d, this.
|
|
989
|
-
f.b = this.
|
|
990
|
-
b = this.
|
|
987
|
+
if (!c.isEmpty && !d.isEmpty && this.q2 != null) {
|
|
988
|
+
var f = new ScalerParams(0, c, d, this.q2.cg, e);
|
|
989
|
+
f.b = this.ge();
|
|
990
|
+
b = this.q2.ei(this.q2.l5, f);
|
|
991
991
|
}
|
|
992
992
|
return b;
|
|
993
993
|
};
|
|
994
|
-
FinancialSeries.prototype.
|
|
995
|
-
_super.prototype.
|
|
996
|
-
this.
|
|
997
|
-
this.qe.v();
|
|
994
|
+
FinancialSeries.prototype.k1 = function () {
|
|
995
|
+
_super.prototype.k1.call(this);
|
|
996
|
+
this.qk.v();
|
|
998
997
|
this.qi.v();
|
|
998
|
+
this.qm.v();
|
|
999
999
|
};
|
|
1000
|
-
FinancialSeries.prototype.
|
|
1000
|
+
FinancialSeries.prototype.mm = function (a) {
|
|
1001
1001
|
var _this = this;
|
|
1002
|
-
_super.prototype.
|
|
1003
|
-
this.
|
|
1002
|
+
_super.prototype.mm.call(this, a);
|
|
1003
|
+
this.qx.bx.e(this.fv);
|
|
1004
1004
|
if (this.cx(this.b0)) {
|
|
1005
1005
|
return;
|
|
1006
1006
|
}
|
|
1007
|
-
if (this.
|
|
1007
|
+
if (this.eu) {
|
|
1008
1008
|
if (this.cv()) {
|
|
1009
|
-
this.
|
|
1009
|
+
this.s9(this.qm, this.qx);
|
|
1010
1010
|
}
|
|
1011
1011
|
else {
|
|
1012
|
-
this.
|
|
1012
|
+
this.s9(this.qi, this.qx);
|
|
1013
1013
|
}
|
|
1014
1014
|
return;
|
|
1015
1015
|
}
|
|
1016
|
-
if (this.
|
|
1017
|
-
var b = this.
|
|
1016
|
+
if (this.ep(a)) {
|
|
1017
|
+
var b = this.qk;
|
|
1018
1018
|
if (this.cv()) {
|
|
1019
1019
|
if (this.ce.g) {
|
|
1020
1020
|
this.ce.t();
|
|
1021
1021
|
}
|
|
1022
|
-
this.
|
|
1023
|
-
this.
|
|
1022
|
+
this.qk = this.qm;
|
|
1023
|
+
this.qm = b;
|
|
1024
1024
|
}
|
|
1025
1025
|
else {
|
|
1026
|
-
this.
|
|
1027
|
-
this.
|
|
1026
|
+
this.qk = this.qi;
|
|
1027
|
+
this.qi = b;
|
|
1028
1028
|
}
|
|
1029
|
-
this.
|
|
1030
|
-
if (this.
|
|
1029
|
+
this.s7(this.qi, this.qx);
|
|
1030
|
+
if (this.e4) {
|
|
1031
1031
|
this.ce.w();
|
|
1032
|
-
this.ce.r = truncate(this.
|
|
1032
|
+
this.ce.r = truncate(this.gp());
|
|
1033
1033
|
this.ce.b = this.cg != null ? this.cg : this.cf;
|
|
1034
|
-
this.
|
|
1034
|
+
this.qs.p(this.qk, this.qi, this.isVertical, this.qg, this.q2, this.qr, this.qq(), this.ca, this.b9(), function () { return _this.sb(_this.qx); }, this.qx.bu);
|
|
1035
1035
|
}
|
|
1036
|
-
this.
|
|
1037
|
-
this.
|
|
1038
|
-
if (this.
|
|
1039
|
-
this.
|
|
1040
|
-
this.
|
|
1036
|
+
this.kw();
|
|
1037
|
+
this.mu();
|
|
1038
|
+
if (this.e4) {
|
|
1039
|
+
this.e3 = false;
|
|
1040
|
+
this.e2 = true;
|
|
1041
1041
|
}
|
|
1042
1042
|
}
|
|
1043
1043
|
else {
|
|
1044
|
-
this.
|
|
1045
|
-
this.
|
|
1044
|
+
this.s7(this.qi, this.qx);
|
|
1045
|
+
this.s9(this.qi, this.qx);
|
|
1046
1046
|
}
|
|
1047
1047
|
};
|
|
1048
|
-
FinancialSeries.prototype.
|
|
1048
|
+
FinancialSeries.prototype.rp = function (a) {
|
|
1049
1049
|
var e_1, _a;
|
|
1050
1050
|
try {
|
|
1051
1051
|
for (var _b = tslib_1.__values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1052
1052
|
var b = _c.value;
|
|
1053
1053
|
switch (b) {
|
|
1054
1054
|
case "HighColumn":
|
|
1055
|
-
if (this.
|
|
1055
|
+
if (this.ra == null) {
|
|
1056
1056
|
return false;
|
|
1057
1057
|
}
|
|
1058
1058
|
break;
|
|
1059
1059
|
case "LowColumn":
|
|
1060
|
-
if (this.
|
|
1060
|
+
if (this.rb == null) {
|
|
1061
1061
|
return false;
|
|
1062
1062
|
}
|
|
1063
1063
|
break;
|
|
1064
1064
|
case "OpenColumn":
|
|
1065
|
-
if (this.
|
|
1065
|
+
if (this.rc == null) {
|
|
1066
1066
|
return false;
|
|
1067
1067
|
}
|
|
1068
1068
|
break;
|
|
1069
1069
|
case "CloseColumn":
|
|
1070
|
-
if (this.
|
|
1070
|
+
if (this.q9 == null) {
|
|
1071
1071
|
return false;
|
|
1072
1072
|
}
|
|
1073
1073
|
break;
|
|
1074
1074
|
case "VolumeColumn":
|
|
1075
|
-
if (this.
|
|
1075
|
+
if (this.re == null) {
|
|
1076
1076
|
return false;
|
|
1077
1077
|
}
|
|
1078
1078
|
break;
|
|
@@ -1094,37 +1094,37 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1094
1094
|
}
|
|
1095
1095
|
return true;
|
|
1096
1096
|
};
|
|
1097
|
-
Object.defineProperty(FinancialSeries.prototype, "
|
|
1097
|
+
Object.defineProperty(FinancialSeries.prototype, "rq", {
|
|
1098
1098
|
get: function () {
|
|
1099
|
-
return this.
|
|
1099
|
+
return this.qg != null && typeCast(ISortingAxis_$type, this.qg) !== null;
|
|
1100
1100
|
},
|
|
1101
1101
|
enumerable: true,
|
|
1102
1102
|
configurable: true
|
|
1103
1103
|
});
|
|
1104
|
-
FinancialSeries.prototype.
|
|
1104
|
+
FinancialSeries.prototype.rl = function () {
|
|
1105
1105
|
return this.typical != null;
|
|
1106
1106
|
};
|
|
1107
|
-
FinancialSeries.prototype.
|
|
1107
|
+
FinancialSeries.prototype.s4 = function (a) {
|
|
1108
1108
|
this.typical(this, a);
|
|
1109
1109
|
};
|
|
1110
|
-
Object.defineProperty(FinancialSeries.prototype, "
|
|
1110
|
+
Object.defineProperty(FinancialSeries.prototype, "ry", {
|
|
1111
1111
|
get: function () {
|
|
1112
|
-
return this.
|
|
1112
|
+
return this.rv();
|
|
1113
1113
|
},
|
|
1114
1114
|
enumerable: true,
|
|
1115
1115
|
configurable: true
|
|
1116
1116
|
});
|
|
1117
|
-
FinancialSeries.prototype.
|
|
1117
|
+
FinancialSeries.prototype._rv = function () {
|
|
1118
1118
|
var a, b, _a, _b, c, e_2_1, d, e, f, g, h;
|
|
1119
1119
|
var e_2, _c;
|
|
1120
1120
|
return tslib_1.__generator(this, function (_d) {
|
|
1121
1121
|
switch (_d.label) {
|
|
1122
1122
|
case 0:
|
|
1123
1123
|
a = false;
|
|
1124
|
-
if (!this.
|
|
1124
|
+
if (!this.rl())
|
|
1125
1125
|
return [3 /*break*/, 8];
|
|
1126
|
-
b = this.
|
|
1127
|
-
this.
|
|
1126
|
+
b = this.qt(0, this.ck.count);
|
|
1127
|
+
this.s4(new FinancialEventArgs(0, this.ck.count, b, this.qu(b), this));
|
|
1128
1128
|
if (!(b.typicalColumn != null))
|
|
1129
1129
|
return [3 /*break*/, 8];
|
|
1130
1130
|
a = true;
|
|
@@ -1162,16 +1162,16 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1162
1162
|
case 8:
|
|
1163
1163
|
if (!!a)
|
|
1164
1164
|
return [3 /*break*/, 17];
|
|
1165
|
-
if (!(this.
|
|
1165
|
+
if (!(this.rq && this.qg.i$b != null))
|
|
1166
1166
|
return [3 /*break*/, 13];
|
|
1167
1167
|
d = this.ck.count;
|
|
1168
|
-
e = this.
|
|
1168
|
+
e = this.qg.i$b;
|
|
1169
1169
|
f = 0;
|
|
1170
1170
|
_d.label = 9;
|
|
1171
1171
|
case 9:
|
|
1172
1172
|
if (!(f < d))
|
|
1173
1173
|
return [3 /*break*/, 12];
|
|
1174
|
-
return [4 /*yield*/, (this.
|
|
1174
|
+
return [4 /*yield*/, (this.ra.item(e.item(f)) + this.rb.item(e.item(f)) + this.q9.item(e.item(f))) / 3];
|
|
1175
1175
|
case 10:
|
|
1176
1176
|
_d.sent();
|
|
1177
1177
|
_d.label = 11;
|
|
@@ -1186,7 +1186,7 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1186
1186
|
case 14:
|
|
1187
1187
|
if (!(h < g))
|
|
1188
1188
|
return [3 /*break*/, 17];
|
|
1189
|
-
return [4 /*yield*/, (this.
|
|
1189
|
+
return [4 /*yield*/, (this.ra.item(h) + this.rb.item(h) + this.q9.item(h)) / 3];
|
|
1190
1190
|
case 15:
|
|
1191
1191
|
_d.sent();
|
|
1192
1192
|
_d.label = 16;
|
|
@@ -1197,29 +1197,29 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1197
1197
|
}
|
|
1198
1198
|
});
|
|
1199
1199
|
};
|
|
1200
|
-
FinancialSeries.prototype.
|
|
1200
|
+
FinancialSeries.prototype.rv = function () {
|
|
1201
1201
|
var _this = this;
|
|
1202
|
-
return toEnum(function () { return _this.
|
|
1202
|
+
return toEnum(function () { return _this._rv(); });
|
|
1203
1203
|
};
|
|
1204
|
-
Object.defineProperty(FinancialSeries.prototype, "
|
|
1204
|
+
Object.defineProperty(FinancialSeries.prototype, "rx", {
|
|
1205
1205
|
get: function () {
|
|
1206
|
-
return this.
|
|
1206
|
+
return this.ru();
|
|
1207
1207
|
},
|
|
1208
1208
|
enumerable: true,
|
|
1209
1209
|
configurable: true
|
|
1210
1210
|
});
|
|
1211
|
-
FinancialSeries.prototype.
|
|
1211
|
+
FinancialSeries.prototype._ru = function () {
|
|
1212
1212
|
var a, b, c, d, e;
|
|
1213
1213
|
return tslib_1.__generator(this, function (_a) {
|
|
1214
1214
|
switch (_a.label) {
|
|
1215
1215
|
case 0:
|
|
1216
|
-
if (!(this.
|
|
1216
|
+
if (!(this.rq && this.qg.i$b != null))
|
|
1217
1217
|
return [3 /*break*/, 7];
|
|
1218
|
-
a = this.
|
|
1219
|
-
b = this.
|
|
1218
|
+
a = this.ra.count;
|
|
1219
|
+
b = this.qg.i$b;
|
|
1220
1220
|
if (!(a > 0))
|
|
1221
1221
|
return [3 /*break*/, 2];
|
|
1222
|
-
return [4 /*yield*/, this.
|
|
1222
|
+
return [4 /*yield*/, this.sc(this.ra.item(b.item(0)) - this.rb.item(b.item(0)))];
|
|
1223
1223
|
case 1:
|
|
1224
1224
|
_a.sent();
|
|
1225
1225
|
_a.label = 2;
|
|
@@ -1229,7 +1229,7 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1229
1229
|
case 3:
|
|
1230
1230
|
if (!(c < a))
|
|
1231
1231
|
return [3 /*break*/, 6];
|
|
1232
|
-
return [4 /*yield*/, Math.max(this.
|
|
1232
|
+
return [4 /*yield*/, Math.max(this.sc(this.ra.item(b.item(c)) - this.rb.item(b.item(c))), Math.max(this.sc(Math.abs(this.ra.item(b.item(c)) - this.q9.item(b.item(c - 1)))), this.sc(Math.abs(this.rb.item(b.item(c)) - this.q9.item(b.item(c - 1))))))];
|
|
1233
1233
|
case 4:
|
|
1234
1234
|
_a.sent();
|
|
1235
1235
|
_a.label = 5;
|
|
@@ -1238,10 +1238,10 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1238
1238
|
return [3 /*break*/, 3];
|
|
1239
1239
|
case 6: return [3 /*break*/, 13];
|
|
1240
1240
|
case 7:
|
|
1241
|
-
d = this.
|
|
1241
|
+
d = this.ra.count;
|
|
1242
1242
|
if (!(d > 0))
|
|
1243
1243
|
return [3 /*break*/, 9];
|
|
1244
|
-
return [4 /*yield*/, this.
|
|
1244
|
+
return [4 /*yield*/, this.sc(this.ra.item(0) - this.rb.item(0))];
|
|
1245
1245
|
case 8:
|
|
1246
1246
|
_a.sent();
|
|
1247
1247
|
_a.label = 9;
|
|
@@ -1251,7 +1251,7 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1251
1251
|
case 10:
|
|
1252
1252
|
if (!(e < d))
|
|
1253
1253
|
return [3 /*break*/, 13];
|
|
1254
|
-
return [4 /*yield*/, Math.max(this.
|
|
1254
|
+
return [4 /*yield*/, Math.max(this.sc(this.ra.item(e) - this.rb.item(e)), Math.max(this.sc(Math.abs(this.ra.item(e) - this.q9.item(e - 1))), this.sc(Math.abs(this.rb.item(e) - this.q9.item(e - 1)))))];
|
|
1255
1255
|
case 11:
|
|
1256
1256
|
_a.sent();
|
|
1257
1257
|
_a.label = 12;
|
|
@@ -1262,29 +1262,29 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1262
1262
|
}
|
|
1263
1263
|
});
|
|
1264
1264
|
};
|
|
1265
|
-
FinancialSeries.prototype.
|
|
1265
|
+
FinancialSeries.prototype.ru = function () {
|
|
1266
1266
|
var _this = this;
|
|
1267
|
-
return toEnum(function () { return _this.
|
|
1267
|
+
return toEnum(function () { return _this._ru(); });
|
|
1268
1268
|
};
|
|
1269
|
-
Object.defineProperty(FinancialSeries.prototype, "
|
|
1269
|
+
Object.defineProperty(FinancialSeries.prototype, "rw", {
|
|
1270
1270
|
get: function () {
|
|
1271
|
-
return this.
|
|
1271
|
+
return this.rt();
|
|
1272
1272
|
},
|
|
1273
1273
|
enumerable: true,
|
|
1274
1274
|
configurable: true
|
|
1275
1275
|
});
|
|
1276
|
-
FinancialSeries.prototype.
|
|
1276
|
+
FinancialSeries.prototype._rt = function () {
|
|
1277
1277
|
var a, b, c, d, e;
|
|
1278
1278
|
return tslib_1.__generator(this, function (_a) {
|
|
1279
1279
|
switch (_a.label) {
|
|
1280
1280
|
case 0:
|
|
1281
|
-
if (!(this.
|
|
1281
|
+
if (!(this.rq && this.qg.i$b != null))
|
|
1282
1282
|
return [3 /*break*/, 7];
|
|
1283
|
-
a = this.
|
|
1284
|
-
b = this.
|
|
1283
|
+
a = this.rb.count;
|
|
1284
|
+
b = this.qg.i$b;
|
|
1285
1285
|
if (!(a > 0))
|
|
1286
1286
|
return [3 /*break*/, 2];
|
|
1287
|
-
return [4 /*yield*/, this.
|
|
1287
|
+
return [4 /*yield*/, this.sc(this.rb.item(b.item(0)))];
|
|
1288
1288
|
case 1:
|
|
1289
1289
|
_a.sent();
|
|
1290
1290
|
_a.label = 2;
|
|
@@ -1294,7 +1294,7 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1294
1294
|
case 3:
|
|
1295
1295
|
if (!(c < a))
|
|
1296
1296
|
return [3 /*break*/, 6];
|
|
1297
|
-
return [4 /*yield*/, Math.min(this.
|
|
1297
|
+
return [4 /*yield*/, Math.min(this.sc(this.rb.item(b.item(c))), this.sc(this.q9.item(b.item(c - 1))))];
|
|
1298
1298
|
case 4:
|
|
1299
1299
|
_a.sent();
|
|
1300
1300
|
_a.label = 5;
|
|
@@ -1303,10 +1303,10 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1303
1303
|
return [3 /*break*/, 3];
|
|
1304
1304
|
case 6: return [3 /*break*/, 13];
|
|
1305
1305
|
case 7:
|
|
1306
|
-
d = this.
|
|
1306
|
+
d = this.rb.count;
|
|
1307
1307
|
if (!(d > 0))
|
|
1308
1308
|
return [3 /*break*/, 9];
|
|
1309
|
-
return [4 /*yield*/, this.
|
|
1309
|
+
return [4 /*yield*/, this.sc(this.rb.item(0))];
|
|
1310
1310
|
case 8:
|
|
1311
1311
|
_a.sent();
|
|
1312
1312
|
_a.label = 9;
|
|
@@ -1316,7 +1316,7 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1316
1316
|
case 10:
|
|
1317
1317
|
if (!(e < d))
|
|
1318
1318
|
return [3 /*break*/, 13];
|
|
1319
|
-
return [4 /*yield*/, Math.min(this.
|
|
1319
|
+
return [4 /*yield*/, Math.min(this.sc(this.rb.item(e)), this.sc(this.q9.item(e - 1)))];
|
|
1320
1320
|
case 11:
|
|
1321
1321
|
_a.sent();
|
|
1322
1322
|
_a.label = 12;
|
|
@@ -1327,29 +1327,29 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1327
1327
|
}
|
|
1328
1328
|
});
|
|
1329
1329
|
};
|
|
1330
|
-
FinancialSeries.prototype.
|
|
1330
|
+
FinancialSeries.prototype.rt = function () {
|
|
1331
1331
|
var _this = this;
|
|
1332
|
-
return toEnum(function () { return _this.
|
|
1332
|
+
return toEnum(function () { return _this._rt(); });
|
|
1333
1333
|
};
|
|
1334
|
-
FinancialSeries.prototype.
|
|
1334
|
+
FinancialSeries.prototype.r0 = function (a) {
|
|
1335
1335
|
if (a == null) {
|
|
1336
1336
|
return null;
|
|
1337
1337
|
}
|
|
1338
|
-
if (this.
|
|
1339
|
-
return new SafeSortedReadOnlyDoubleCollection(0, a, this.
|
|
1338
|
+
if (this.rq && this.qg.i$b != null) {
|
|
1339
|
+
return new SafeSortedReadOnlyDoubleCollection(0, a, this.qg.i$b);
|
|
1340
1340
|
}
|
|
1341
1341
|
return new SafeReadOnlyDoubleCollection(0, a);
|
|
1342
1342
|
};
|
|
1343
|
-
FinancialSeries.prototype.
|
|
1343
|
+
FinancialSeries.prototype.rz = function () {
|
|
1344
1344
|
var a = new List$1(String_$type, 0);
|
|
1345
1345
|
a.add("HighColumn");
|
|
1346
1346
|
a.add("LowColumn");
|
|
1347
1347
|
a.add("CloseColumn");
|
|
1348
|
-
if (this.typicalBasedOn != null && this.ck != null && !this.
|
|
1349
|
-
this.
|
|
1350
|
-
var b = this.
|
|
1351
|
-
this.
|
|
1352
|
-
var c = new FinancialEventArgs(0, this.ck.count, b, this.
|
|
1348
|
+
if (this.typicalBasedOn != null && this.ck != null && !this.rf) {
|
|
1349
|
+
this.rf = true;
|
|
1350
|
+
var b = this.qt(0, this.ck.count);
|
|
1351
|
+
this.rf = false;
|
|
1352
|
+
var c = new FinancialEventArgs(0, this.ck.count, b, this.qu(b), this);
|
|
1353
1353
|
this.typicalBasedOn(this, c);
|
|
1354
1354
|
if (c.basedOn != null && c.basedOn.count > 0) {
|
|
1355
1355
|
return c.basedOn;
|
|
@@ -1358,214 +1358,214 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1358
1358
|
return a;
|
|
1359
1359
|
};
|
|
1360
1360
|
FinancialSeries.prototype.getOpenColumnAsArray = function () {
|
|
1361
|
-
if (this.
|
|
1361
|
+
if (this.rc == null) {
|
|
1362
1362
|
return null;
|
|
1363
1363
|
}
|
|
1364
|
-
if (this.
|
|
1365
|
-
if (this.
|
|
1366
|
-
return this.
|
|
1364
|
+
if (this.qg != null && typeCast(ISortingAxis_$type, this.qg) !== null) {
|
|
1365
|
+
if (this.r4 != null) {
|
|
1366
|
+
return this.r4.asArray();
|
|
1367
1367
|
}
|
|
1368
|
-
var a = new List$1(Number_$type, 2, this.
|
|
1369
|
-
var b = this.
|
|
1370
|
-
var c = this.
|
|
1368
|
+
var a = new List$1(Number_$type, 2, this.rc.count);
|
|
1369
|
+
var b = this.qg.i$b;
|
|
1370
|
+
var c = this.rc.asArray();
|
|
1371
1371
|
for (var d = 0; d < b.count; d++) {
|
|
1372
1372
|
a.add(c[b._inner[d]]);
|
|
1373
1373
|
}
|
|
1374
|
-
this.
|
|
1375
|
-
return this.
|
|
1374
|
+
this.r4 = a;
|
|
1375
|
+
return this.r4.asArray();
|
|
1376
1376
|
}
|
|
1377
1377
|
else {
|
|
1378
|
-
return this.
|
|
1378
|
+
return this.rc.asArray();
|
|
1379
1379
|
}
|
|
1380
1380
|
};
|
|
1381
1381
|
FinancialSeries.prototype.getHighColumnAsArray = function () {
|
|
1382
|
-
if (this.
|
|
1382
|
+
if (this.ra == null) {
|
|
1383
1383
|
return null;
|
|
1384
1384
|
}
|
|
1385
|
-
if (this.
|
|
1386
|
-
if (this.
|
|
1387
|
-
return this.
|
|
1385
|
+
if (this.qg != null && typeCast(ISortingAxis_$type, this.qg) !== null) {
|
|
1386
|
+
if (this.r2 != null) {
|
|
1387
|
+
return this.r2.asArray();
|
|
1388
1388
|
}
|
|
1389
|
-
var a = new List$1(Number_$type, 2, this.
|
|
1390
|
-
var b = this.
|
|
1391
|
-
var c = this.
|
|
1389
|
+
var a = new List$1(Number_$type, 2, this.ra.count);
|
|
1390
|
+
var b = this.qg.i$b;
|
|
1391
|
+
var c = this.ra.asArray();
|
|
1392
1392
|
for (var d = 0; d < b.count; d++) {
|
|
1393
1393
|
a.add(c[b._inner[d]]);
|
|
1394
1394
|
}
|
|
1395
|
-
this.
|
|
1396
|
-
return this.
|
|
1395
|
+
this.r2 = a;
|
|
1396
|
+
return this.r2.asArray();
|
|
1397
1397
|
}
|
|
1398
1398
|
else {
|
|
1399
|
-
return this.
|
|
1399
|
+
return this.ra.asArray();
|
|
1400
1400
|
}
|
|
1401
1401
|
};
|
|
1402
1402
|
FinancialSeries.prototype.getLowColumnAsArray = function () {
|
|
1403
|
-
if (this.
|
|
1403
|
+
if (this.rb == null) {
|
|
1404
1404
|
return null;
|
|
1405
1405
|
}
|
|
1406
|
-
if (this.
|
|
1407
|
-
if (this.
|
|
1408
|
-
return this.
|
|
1406
|
+
if (this.qg != null && typeCast(ISortingAxis_$type, this.qg) !== null) {
|
|
1407
|
+
if (this.r3 != null) {
|
|
1408
|
+
return this.r3.asArray();
|
|
1409
1409
|
}
|
|
1410
|
-
var a = new List$1(Number_$type, 2, this.
|
|
1411
|
-
var b = this.
|
|
1412
|
-
var c = this.
|
|
1410
|
+
var a = new List$1(Number_$type, 2, this.rb.count);
|
|
1411
|
+
var b = this.qg.i$b;
|
|
1412
|
+
var c = this.rb.asArray();
|
|
1413
1413
|
for (var d = 0; d < b.count; d++) {
|
|
1414
1414
|
a.add(c[b._inner[d]]);
|
|
1415
1415
|
}
|
|
1416
|
-
this.
|
|
1417
|
-
return this.
|
|
1416
|
+
this.r3 = a;
|
|
1417
|
+
return this.r3.asArray();
|
|
1418
1418
|
}
|
|
1419
1419
|
else {
|
|
1420
|
-
return this.
|
|
1420
|
+
return this.rb.asArray();
|
|
1421
1421
|
}
|
|
1422
1422
|
};
|
|
1423
1423
|
FinancialSeries.prototype.getCloseColumnAsArray = function () {
|
|
1424
|
-
if (this.
|
|
1424
|
+
if (this.q9 == null) {
|
|
1425
1425
|
return null;
|
|
1426
1426
|
}
|
|
1427
|
-
if (this.
|
|
1428
|
-
if (this.
|
|
1429
|
-
return this.
|
|
1427
|
+
if (this.qg != null && typeCast(ISortingAxis_$type, this.qg) !== null) {
|
|
1428
|
+
if (this.r1 != null) {
|
|
1429
|
+
return this.r1.asArray();
|
|
1430
1430
|
}
|
|
1431
|
-
var a = new List$1(Number_$type, 2, this.
|
|
1432
|
-
var b = this.
|
|
1433
|
-
var c = this.
|
|
1431
|
+
var a = new List$1(Number_$type, 2, this.q9.count);
|
|
1432
|
+
var b = this.qg.i$b;
|
|
1433
|
+
var c = this.q9.asArray();
|
|
1434
1434
|
for (var d = 0; d < b.count; d++) {
|
|
1435
1435
|
a.add(c[b._inner[d]]);
|
|
1436
1436
|
}
|
|
1437
|
-
this.
|
|
1438
|
-
return this.
|
|
1437
|
+
this.r1 = a;
|
|
1438
|
+
return this.r1.asArray();
|
|
1439
1439
|
}
|
|
1440
1440
|
else {
|
|
1441
|
-
return this.
|
|
1441
|
+
return this.q9.asArray();
|
|
1442
1442
|
}
|
|
1443
1443
|
};
|
|
1444
1444
|
FinancialSeries.prototype.getVolumeColumnAsArray = function () {
|
|
1445
|
-
if (this.
|
|
1445
|
+
if (this.re == null) {
|
|
1446
1446
|
return null;
|
|
1447
1447
|
}
|
|
1448
|
-
if (this.
|
|
1449
|
-
if (this.
|
|
1450
|
-
return this.
|
|
1448
|
+
if (this.qg != null && typeCast(ISortingAxis_$type, this.qg) !== null) {
|
|
1449
|
+
if (this.r5 != null) {
|
|
1450
|
+
return this.r5.asArray();
|
|
1451
1451
|
}
|
|
1452
|
-
var a = new List$1(Number_$type, 2, this.
|
|
1453
|
-
var b = this.
|
|
1454
|
-
var c = this.
|
|
1452
|
+
var a = new List$1(Number_$type, 2, this.re.count);
|
|
1453
|
+
var b = this.qg.i$b;
|
|
1454
|
+
var c = this.re.asArray();
|
|
1455
1455
|
for (var d = 0; d < b.count; d++) {
|
|
1456
1456
|
a.add(c[b._inner[d]]);
|
|
1457
1457
|
}
|
|
1458
|
-
this.
|
|
1459
|
-
return this.
|
|
1458
|
+
this.r5 = a;
|
|
1459
|
+
return this.r5.asArray();
|
|
1460
1460
|
}
|
|
1461
1461
|
else {
|
|
1462
|
-
return this.
|
|
1462
|
+
return this.re.asArray();
|
|
1463
1463
|
}
|
|
1464
1464
|
};
|
|
1465
|
-
FinancialSeries.prototype.
|
|
1466
|
-
_super.prototype.
|
|
1467
|
-
if (this.
|
|
1465
|
+
FinancialSeries.prototype.k3 = function (a, b, c, d) {
|
|
1466
|
+
_super.prototype.k3.call(this, a, b, c, d);
|
|
1467
|
+
if (this.qg == null || !(typeCast(ISortingAxis_$type, this.qg) !== null)) {
|
|
1468
1468
|
return;
|
|
1469
1469
|
}
|
|
1470
|
-
var e = this.
|
|
1470
|
+
var e = this.qg.i$b;
|
|
1471
1471
|
switch (a) {
|
|
1472
1472
|
case 1:
|
|
1473
1473
|
for (var f = b; f < c; f++) {
|
|
1474
1474
|
var g = e._inner[f];
|
|
1475
|
-
if (this.
|
|
1476
|
-
this.
|
|
1477
|
-
}
|
|
1478
|
-
if (this.ry != null) {
|
|
1479
|
-
this.ry.insert(f, this.q6.item(g));
|
|
1475
|
+
if (this.r4 != null) {
|
|
1476
|
+
this.r4.insert(f, this.rc.item(g));
|
|
1480
1477
|
}
|
|
1481
|
-
if (this.
|
|
1482
|
-
this.
|
|
1478
|
+
if (this.r2 != null) {
|
|
1479
|
+
this.r2.insert(f, this.ra.item(g));
|
|
1483
1480
|
}
|
|
1484
|
-
if (this.
|
|
1485
|
-
this.
|
|
1481
|
+
if (this.r3 != null) {
|
|
1482
|
+
this.r3.insert(f, this.rb.item(g));
|
|
1486
1483
|
}
|
|
1487
1484
|
if (this.r1 != null) {
|
|
1488
|
-
this.r1.insert(f, this.
|
|
1485
|
+
this.r1.insert(f, this.q9.item(g));
|
|
1486
|
+
}
|
|
1487
|
+
if (this.r5 != null) {
|
|
1488
|
+
this.r5.insert(f, this.re.item(g));
|
|
1489
1489
|
}
|
|
1490
1490
|
}
|
|
1491
1491
|
break;
|
|
1492
1492
|
case 0:
|
|
1493
|
-
if (this.
|
|
1494
|
-
this.
|
|
1493
|
+
if (this.r4 != null) {
|
|
1494
|
+
this.r4.v(b, c);
|
|
1495
1495
|
}
|
|
1496
|
-
if (this.
|
|
1497
|
-
this.
|
|
1496
|
+
if (this.r2 != null) {
|
|
1497
|
+
this.r2.v(b, c);
|
|
1498
1498
|
}
|
|
1499
|
-
if (this.
|
|
1500
|
-
this.
|
|
1501
|
-
}
|
|
1502
|
-
if (this.rx != null) {
|
|
1503
|
-
this.rx.v(b, c);
|
|
1499
|
+
if (this.r3 != null) {
|
|
1500
|
+
this.r3.v(b, c);
|
|
1504
1501
|
}
|
|
1505
1502
|
if (this.r1 != null) {
|
|
1506
1503
|
this.r1.v(b, c);
|
|
1507
1504
|
}
|
|
1505
|
+
if (this.r5 != null) {
|
|
1506
|
+
this.r5.v(b, c);
|
|
1507
|
+
}
|
|
1508
1508
|
break;
|
|
1509
1509
|
case 4:
|
|
1510
|
-
if (this.
|
|
1511
|
-
this.
|
|
1510
|
+
if (this.r4 != null) {
|
|
1511
|
+
this.r4 = new List$1(Number_$type, 0);
|
|
1512
1512
|
}
|
|
1513
|
-
if (this.
|
|
1514
|
-
this.
|
|
1513
|
+
if (this.r2 != null) {
|
|
1514
|
+
this.r2 = new List$1(Number_$type, 0);
|
|
1515
1515
|
}
|
|
1516
|
-
if (this.
|
|
1517
|
-
this.
|
|
1518
|
-
}
|
|
1519
|
-
if (this.rx != null) {
|
|
1520
|
-
this.rx = new List$1(Number_$type, 0);
|
|
1516
|
+
if (this.r3 != null) {
|
|
1517
|
+
this.r3 = new List$1(Number_$type, 0);
|
|
1521
1518
|
}
|
|
1522
1519
|
if (this.r1 != null) {
|
|
1523
1520
|
this.r1 = new List$1(Number_$type, 0);
|
|
1524
1521
|
}
|
|
1522
|
+
if (this.r5 != null) {
|
|
1523
|
+
this.r5 = new List$1(Number_$type, 0);
|
|
1524
|
+
}
|
|
1525
1525
|
break;
|
|
1526
1526
|
case 3:
|
|
1527
1527
|
case 2:
|
|
1528
1528
|
for (var h = b; h < c; h++) {
|
|
1529
1529
|
var i = e._inner[h];
|
|
1530
|
-
if (this.
|
|
1531
|
-
this.
|
|
1532
|
-
}
|
|
1533
|
-
if (this.ry != null) {
|
|
1534
|
-
this.ry._inner[h] = this.q6.item(i);
|
|
1530
|
+
if (this.r4 != null) {
|
|
1531
|
+
this.r4._inner[h] = this.rc.item(i);
|
|
1535
1532
|
}
|
|
1536
|
-
if (this.
|
|
1537
|
-
this.
|
|
1533
|
+
if (this.r2 != null) {
|
|
1534
|
+
this.r2._inner[h] = this.ra.item(i);
|
|
1538
1535
|
}
|
|
1539
|
-
if (this.
|
|
1540
|
-
this.
|
|
1536
|
+
if (this.r3 != null) {
|
|
1537
|
+
this.r3._inner[h] = this.rb.item(i);
|
|
1541
1538
|
}
|
|
1542
1539
|
if (this.r1 != null) {
|
|
1543
|
-
this.r1._inner[h] = this.
|
|
1540
|
+
this.r1._inner[h] = this.q9.item(i);
|
|
1541
|
+
}
|
|
1542
|
+
if (this.r5 != null) {
|
|
1543
|
+
this.r5._inner[h] = this.re.item(i);
|
|
1544
1544
|
}
|
|
1545
1545
|
}
|
|
1546
1546
|
break;
|
|
1547
1547
|
}
|
|
1548
|
-
this.
|
|
1549
|
-
this.
|
|
1548
|
+
this.ta();
|
|
1549
|
+
this.m5();
|
|
1550
1550
|
};
|
|
1551
|
-
FinancialSeries.prototype.
|
|
1551
|
+
FinancialSeries.prototype.qt = function (a, b) {
|
|
1552
1552
|
var _this = this;
|
|
1553
|
-
var c = this.
|
|
1554
|
-
var d = this.
|
|
1555
|
-
var e = this.
|
|
1556
|
-
var f = this.
|
|
1557
|
-
var g = this.
|
|
1553
|
+
var c = this.r0(this.rc);
|
|
1554
|
+
var d = this.r0(this.q9);
|
|
1555
|
+
var e = this.r0(this.ra);
|
|
1556
|
+
var f = this.r0(this.rb);
|
|
1557
|
+
var g = this.r0(this.re);
|
|
1558
1558
|
var h = ((function () {
|
|
1559
1559
|
var $ret = new FinancialCalculationDataSource();
|
|
1560
|
-
$ret.typicalColumn = new CalculatedColumn(1, new SafeEnumerable(_this.
|
|
1561
|
-
$ret.trueRange = new CalculatedColumn(1, new SafeEnumerable(_this.
|
|
1560
|
+
$ret.typicalColumn = new CalculatedColumn(1, new SafeEnumerable(_this.ry), _this.rz());
|
|
1561
|
+
$ret.trueRange = new CalculatedColumn(1, new SafeEnumerable(_this.rx), ((function () {
|
|
1562
1562
|
var $ret = new List$1(String_$type, 0);
|
|
1563
1563
|
$ret.add("HighColumn");
|
|
1564
1564
|
$ret.add("LowColumn");
|
|
1565
1565
|
$ret.add("CloseColumn");
|
|
1566
1566
|
return $ret;
|
|
1567
1567
|
})()));
|
|
1568
|
-
$ret.trueLow = new CalculatedColumn(1, new SafeEnumerable(_this.
|
|
1568
|
+
$ret.trueLow = new CalculatedColumn(1, new SafeEnumerable(_this.rw), ((function () {
|
|
1569
1569
|
var $ret = new List$1(String_$type, 0);
|
|
1570
1570
|
$ret.add("LowColumn");
|
|
1571
1571
|
$ret.add("CloseColumn");
|
|
@@ -1585,13 +1585,13 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1585
1585
|
})());
|
|
1586
1586
|
return h;
|
|
1587
1587
|
};
|
|
1588
|
-
FinancialSeries.prototype.
|
|
1588
|
+
FinancialSeries.prototype.sc = function (a) {
|
|
1589
1589
|
if (isInfinity(a) || isNaN_(a)) {
|
|
1590
1590
|
return 0;
|
|
1591
1591
|
}
|
|
1592
1592
|
return a;
|
|
1593
1593
|
};
|
|
1594
|
-
FinancialSeries.prototype.
|
|
1594
|
+
FinancialSeries.prototype.qu = function (a) {
|
|
1595
1595
|
var _this = this;
|
|
1596
1596
|
return ((function () {
|
|
1597
1597
|
var $ret = new FinancialCalculationSupportingCalculations();
|
|
@@ -1611,105 +1611,105 @@ var FinancialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1611
1611
|
})()));
|
|
1612
1612
|
$ret.g = new DataSourceSupportingCalculation(1, function (b) { return TrendCalculators.b(b.typicalColumn, b.shortPeriod); }, a.typicalColumn.basedOn);
|
|
1613
1613
|
$ret.e = new DataSourceSupportingCalculation(1, function (b) { return TrendCalculators.b(b.typicalColumn, b.longPeriod); }, a.typicalColumn.basedOn);
|
|
1614
|
-
$ret.k = Series.
|
|
1615
|
-
$ret.j = Series.
|
|
1616
|
-
$ret.i = runOn(_this, _this.
|
|
1614
|
+
$ret.k = Series.fg;
|
|
1615
|
+
$ret.j = Series.ff;
|
|
1616
|
+
$ret.i = runOn(_this, _this.sc);
|
|
1617
1617
|
return $ret;
|
|
1618
1618
|
})());
|
|
1619
1619
|
};
|
|
1620
1620
|
Object.defineProperty(FinancialSeries.prototype, "categoryAxis", {
|
|
1621
1621
|
get: function () {
|
|
1622
|
-
return this.
|
|
1622
|
+
return this.qg;
|
|
1623
1623
|
},
|
|
1624
1624
|
enumerable: true,
|
|
1625
1625
|
configurable: true
|
|
1626
1626
|
});
|
|
1627
|
-
FinancialSeries.prototype.
|
|
1628
|
-
_super.prototype.
|
|
1629
|
-
if (!this.
|
|
1627
|
+
FinancialSeries.prototype.mn = function (a, b) {
|
|
1628
|
+
_super.prototype.mn.call(this, a, b);
|
|
1629
|
+
if (!this.e1) {
|
|
1630
1630
|
this.b0.a2(b);
|
|
1631
1631
|
return;
|
|
1632
1632
|
}
|
|
1633
1633
|
var c = typeCast(FinancialSeriesView.$, this.bz);
|
|
1634
1634
|
this.b0.a2(b);
|
|
1635
|
-
c.bx.e(this.
|
|
1635
|
+
c.bx.e(this.fv);
|
|
1636
1636
|
if (this.cx(this.bz)) {
|
|
1637
1637
|
return;
|
|
1638
1638
|
}
|
|
1639
|
-
if (!this.
|
|
1640
|
-
this.
|
|
1639
|
+
if (!this.ev) {
|
|
1640
|
+
this.s7(this.ql, c);
|
|
1641
1641
|
}
|
|
1642
|
-
this.
|
|
1643
|
-
this.
|
|
1644
|
-
this.
|
|
1642
|
+
this.ev = false;
|
|
1643
|
+
this.s9(this.ql, c);
|
|
1644
|
+
this.e1 = false;
|
|
1645
1645
|
};
|
|
1646
|
-
FinancialSeries.prototype.
|
|
1647
|
-
_super.prototype.
|
|
1646
|
+
FinancialSeries.prototype.mk = function (a, b, c, d, e) {
|
|
1647
|
+
_super.prototype.mk.call(this, a, b, c, d, e);
|
|
1648
1648
|
var f = this.a6.a$h.item(d);
|
|
1649
1649
|
var g = f;
|
|
1650
|
-
g.bx.e(this.
|
|
1650
|
+
g.bx.e(this.fv);
|
|
1651
1651
|
f.a1(c);
|
|
1652
1652
|
if (this.cx(g)) {
|
|
1653
1653
|
return;
|
|
1654
1654
|
}
|
|
1655
|
-
if (this.
|
|
1656
|
-
this.
|
|
1655
|
+
if (this.qh == null) {
|
|
1656
|
+
this.qh = new CategoryFrame(3);
|
|
1657
1657
|
}
|
|
1658
|
-
this.
|
|
1659
|
-
this.
|
|
1660
|
-
this.
|
|
1658
|
+
this.qh.u();
|
|
1659
|
+
this.s7(this.qh, g);
|
|
1660
|
+
this.s9(this.qh, g);
|
|
1661
1661
|
};
|
|
1662
1662
|
FinancialSeries.prototype.an = function (a) {
|
|
1663
|
-
if (this.
|
|
1664
|
-
return this.
|
|
1663
|
+
if (this.qg == a) {
|
|
1664
|
+
return this.q2;
|
|
1665
1665
|
}
|
|
1666
|
-
if (this.
|
|
1667
|
-
return this.
|
|
1666
|
+
if (this.q2 == a) {
|
|
1667
|
+
return this.qg;
|
|
1668
1668
|
}
|
|
1669
1669
|
return null;
|
|
1670
1670
|
};
|
|
1671
1671
|
FinancialSeries.prototype.preferredCategoryMode = function (a) {
|
|
1672
|
-
var b = typeCast(IDateTimeAxis_$type, this.
|
|
1673
|
-
return b != null ? b.preferredCategoryMode(this) : this.
|
|
1672
|
+
var b = typeCast(IDateTimeAxis_$type, this.qg);
|
|
1673
|
+
return b != null ? b.preferredCategoryMode(this) : this.qo;
|
|
1674
1674
|
};
|
|
1675
|
-
Object.defineProperty(FinancialSeries.prototype, "
|
|
1675
|
+
Object.defineProperty(FinancialSeries.prototype, "qo", {
|
|
1676
1676
|
get: function () {
|
|
1677
|
-
return this.
|
|
1677
|
+
return this.qn;
|
|
1678
1678
|
},
|
|
1679
1679
|
set: function (a) {
|
|
1680
|
-
var b = this.
|
|
1680
|
+
var b = this.qo;
|
|
1681
1681
|
if (a != b) {
|
|
1682
|
-
this.
|
|
1683
|
-
this.raisePropertyChanged("CategoryMode", enumGetBox(CategoryMode_$type, b), enumGetBox(CategoryMode_$type, this.
|
|
1682
|
+
this.qn = a;
|
|
1683
|
+
this.raisePropertyChanged("CategoryMode", enumGetBox(CategoryMode_$type, b), enumGetBox(CategoryMode_$type, this.qo));
|
|
1684
1684
|
}
|
|
1685
1685
|
},
|
|
1686
1686
|
enumerable: true,
|
|
1687
1687
|
configurable: true
|
|
1688
1688
|
});
|
|
1689
|
-
FinancialSeries.prototype.
|
|
1689
|
+
FinancialSeries.prototype.get_d4 = function () {
|
|
1690
1690
|
return true;
|
|
1691
1691
|
};
|
|
1692
|
-
FinancialSeries.prototype.
|
|
1693
|
-
_super.prototype.
|
|
1694
|
-
this.
|
|
1692
|
+
FinancialSeries.prototype.mq = function (a, b) {
|
|
1693
|
+
_super.prototype.mq.call(this, a, b);
|
|
1694
|
+
this.tm = a;
|
|
1695
1695
|
};
|
|
1696
|
-
FinancialSeries.prototype.
|
|
1697
|
-
this.
|
|
1696
|
+
FinancialSeries.prototype.ta = function () {
|
|
1697
|
+
this.f3 = this.q9 == null || this.q9.count == 0 ? NaN : this.q9.item(this.q9.count - 1);
|
|
1698
1698
|
};
|
|
1699
|
-
FinancialSeries.prototype.
|
|
1700
|
-
if (this.
|
|
1701
|
-
if (this.
|
|
1702
|
-
this.
|
|
1699
|
+
FinancialSeries.prototype.hx = function (a) {
|
|
1700
|
+
if (this.q1 != null && a != null) {
|
|
1701
|
+
if (this.q3 == null || this.q3.propertyName != this.q1.dateTimeMemberPath) {
|
|
1702
|
+
this.q3 = new FastReflectionHelper(false, this.q1.dateTimeMemberPath);
|
|
1703
1703
|
}
|
|
1704
|
-
var b = this.
|
|
1704
|
+
var b = this.q3.getPropertyValue(a);
|
|
1705
1705
|
if (typeCast(Date_$type, b) !== null) {
|
|
1706
|
-
return dateToStringFormat(b, this.
|
|
1706
|
+
return dateToStringFormat(b, this.q1.itemLabelFormat());
|
|
1707
1707
|
}
|
|
1708
1708
|
}
|
|
1709
|
-
return _super.prototype.
|
|
1709
|
+
return _super.prototype.hx.call(this, a);
|
|
1710
1710
|
};
|
|
1711
1711
|
FinancialSeries.$t = markType(FinancialSeries, 'FinancialSeries', Series.$, [IHasCategoryAxis_$type, IHasCategoryModePreference_$type]);
|
|
1712
|
-
FinancialSeries.$$p = markDep(DependencyProperty, PropertyMetadata, FinancialSeries, 'raisePropertyChanged', ['CloseMemberPath:
|
|
1712
|
+
FinancialSeries.$$p = markDep(DependencyProperty, PropertyMetadata, FinancialSeries, 'raisePropertyChanged', ['CloseMemberPath:sk:tb', [2, null], 'HighMemberPath:sn:tc', [2, null], 'IsCustomCategoryStyleAllowed:rm:td', [0, false], 'IsTransitionInEnabled:rn:te', [0, false], 'LowMemberPath:ss:tf', [2, null], 'NegativeBrush:tm:tg', [Brush.$, null], 'OpenMemberPath:sw:th', [2, null], 'TransitionInMode:qr:ti', [CategoryTransitionInMode_$type, enumGetBox(CategoryTransitionInMode_$type, 0)], 'VolumeMemberPath:s0:tj', [2, null], 'XAxis:qg:tk', [CategoryAxisBase.$, null], 'YAxis:q2:tl', [NumericYAxis.$, null]]);
|
|
1713
1713
|
return FinancialSeries;
|
|
1714
1714
|
}(Series));
|
|
1715
1715
|
export { FinancialSeries };
|
|
@@ -2034,11 +2034,11 @@ var FinancialSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2034
2034
|
};
|
|
2035
2035
|
FinancialSeriesView.prototype.getDefaultTooltipTemplate = function () {
|
|
2036
2036
|
var a = "<div class='ui-chart-default-tooltip-content'>";
|
|
2037
|
-
if (this.bz.
|
|
2037
|
+
if (this.bz.qg.cd) {
|
|
2038
2038
|
a += "<span>${itemLabel}</span><br/>";
|
|
2039
2039
|
}
|
|
2040
|
-
else if (this.bz.
|
|
2041
|
-
a += "<span>${item." + this.bz.
|
|
2040
|
+
else if (this.bz.qg.fz != null) {
|
|
2041
|
+
a += "<span>${item." + this.bz.qg.fz + "}</span><br/>";
|
|
2042
2042
|
}
|
|
2043
2043
|
a += "<span class='ui-priority-primary'";
|
|
2044
2044
|
var b = this.e.a6.a$r(this.e);
|
|
@@ -2054,11 +2054,11 @@ var FinancialSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2054
2054
|
e = stringIsNullOrEmpty(e) ? "High" : e;
|
|
2055
2055
|
f = stringIsNullOrEmpty(f) ? "Low" : f;
|
|
2056
2056
|
g = stringIsNullOrEmpty(g) ? "Close" : g;
|
|
2057
|
-
a += ">" + this.bz.title + "</span><table><tr><td>" + d + ":</td><td>" + "${item." + this.bz.
|
|
2058
|
-
if (!stringIsNullOrEmpty(this.bz.
|
|
2057
|
+
a += ">" + this.bz.title + "</span><table><tr><td>" + d + ":</td><td>" + "${item." + this.bz.sw + "}</td></tr><tr><td>" + e + ":</td><td>" + "${item." + this.bz.sn + "}</td></tr><tr><td>" + f + ":</td><td>" + "${item." + this.bz.ss + "}</td></tr><tr><td>" + g + ":</td><td>" + "${item." + this.bz.sk + "}</td></tr>";
|
|
2058
|
+
if (!stringIsNullOrEmpty(this.bz.s0)) {
|
|
2059
2059
|
var h = c.b1("financialSeries_Volume");
|
|
2060
2060
|
h = stringIsNullOrEmpty(h) ? "Volume" : h;
|
|
2061
|
-
a += "<tr><td>" + h + ":</td><td>" + "${item." + this.bz.
|
|
2061
|
+
a += "<tr><td>" + h + ":</td><td>" + "${item." + this.bz.s0 + "}</td></tr>";
|
|
2062
2062
|
}
|
|
2063
2063
|
a += "</table></div>";
|
|
2064
2064
|
return a;
|
|
@@ -2066,10 +2066,10 @@ var FinancialSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2066
2066
|
FinancialSeriesView.prototype.af = function () {
|
|
2067
2067
|
var a = new Color();
|
|
2068
2068
|
a.colorString = "rgba(95,95,95,0.5)";
|
|
2069
|
-
this.e.
|
|
2070
|
-
this.e.
|
|
2071
|
-
this.e.
|
|
2072
|
-
this.e.
|
|
2069
|
+
this.e.pf = a;
|
|
2070
|
+
this.e.gy = 5;
|
|
2071
|
+
this.e.gz = 2;
|
|
2072
|
+
this.e.g0 = 2;
|
|
2073
2073
|
};
|
|
2074
2074
|
FinancialSeriesView.$t = markType(FinancialSeriesView, 'FinancialSeriesView', SeriesView.$);
|
|
2075
2075
|
return FinancialSeriesView;
|