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