igniteui-webcomponents-charts 3.2.3 → 3.2.4
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 +24938 -21547
- 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 +110 -103
- 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 +545 -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 +2162 -1903
- 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 +1443 -1359
- 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 +197 -197
- 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 +2 -2
- package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
- package/esm2015/lib/Stacked100ColumnBucketCalculator.js +2 -2
- 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 +1026 -1026
- 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-anchored-category-series-component.js +18 -18
- package/esm2015/lib/igc-anchored-radial-series-component.js +31 -31
- package/esm2015/lib/igc-annotation-layer-component.js +17 -17
- package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
- package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
- package/esm2015/lib/igc-bar-fragment-component.js +6 -6
- package/esm2015/lib/igc-bar-series-component.js +11 -11
- package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
- package/esm2015/lib/igc-bollinger-bands-overlay-component.js +9 -9
- package/esm2015/lib/igc-bubble-series-component.js +44 -44
- package/esm2015/lib/igc-callout-label-updating-event-args.js +35 -6
- package/esm2015/lib/igc-callout-layer-component.js +95 -95
- package/esm2015/lib/igc-category-chart-component.js +169 -112
- package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
- package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
- package/esm2015/lib/igc-category-series-component.js +20 -20
- package/esm2015/lib/igc-category-tool-tip-layer-component.js +12 -12
- package/esm2015/lib/igc-category-x-axis-component.js +75 -2
- package/esm2015/lib/igc-category-y-axis-component.js +75 -2
- package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
- package/esm2015/lib/igc-chart-group-description-collection.js +88 -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-sort-description-collection.js +98 -0
- package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
- package/esm2015/lib/igc-chart-sort-description.js +61 -0
- package/esm2015/lib/igc-chart-summary-description-collection.js +95 -0
- package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
- package/esm2015/lib/igc-chart-summary-description.js +95 -0
- package/esm2015/lib/igc-column-fragment-component.js +11 -11
- package/esm2015/lib/igc-column-series-component.js +13 -13
- package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
- package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
- package/esm2015/lib/igc-data-chart-component.js +95 -95
- package/esm2015/lib/igc-data-legend-component.js +1 -1
- package/esm2015/lib/igc-data-tool-tip-layer-component.js +364 -364
- package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-domain-chart-component.js +901 -650
- package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-final-value-layer-component.js +42 -42
- package/esm2015/lib/igc-financial-chart-component.js +214 -157
- package/esm2015/lib/igc-financial-indicator-component.js +16 -16
- package/esm2015/lib/igc-financial-overlay-component.js +5 -5
- package/esm2015/lib/igc-financial-price-series-component.js +30 -30
- package/esm2015/lib/igc-financial-series-component.js +60 -60
- package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-fragment-base-component.js +2 -2
- package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
- package/esm2015/lib/igc-high-density-scatter-series-component.js +57 -57
- package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +7 -7
- package/esm2015/lib/igc-horizontal-range-category-series-component.js +19 -19
- package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +3 -3
- package/esm2015/lib/igc-item-tool-tip-layer-component.js +18 -18
- package/esm2015/lib/igc-line-fragment-component.js +1 -1
- package/esm2015/lib/igc-line-series-component.js +1 -1
- package/esm2015/lib/igc-marker-series-component.js +28 -28
- package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
- package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
- package/esm2015/lib/igc-ordinal-time-x-axis-component.js +5 -5
- package/esm2015/lib/igc-polar-area-series-component.js +3 -3
- package/esm2015/lib/igc-polar-base-component.js +77 -77
- package/esm2015/lib/igc-polar-line-series-component.js +4 -4
- package/esm2015/lib/igc-polar-spline-area-series-component.js +4 -4
- package/esm2015/lib/igc-polar-spline-series-component.js +4 -4
- package/esm2015/lib/igc-price-channel-overlay-component.js +6 -6
- package/esm2015/lib/igc-radial-area-series-component.js +3 -3
- package/esm2015/lib/igc-radial-base-component.js +31 -31
- package/esm2015/lib/igc-radial-column-series-component.js +9 -9
- package/esm2015/lib/igc-radial-line-series-component.js +4 -4
- package/esm2015/lib/igc-radial-pie-series-component.js +9 -9
- package/esm2015/lib/igc-range-category-series-component.js +6 -6
- package/esm2015/lib/igc-range-column-series-component.js +10 -10
- package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
- package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-scatter-area-series-component.js +24 -24
- package/esm2015/lib/igc-scatter-base-component.js +49 -49
- package/esm2015/lib/igc-scatter-contour-series-component.js +29 -29
- package/esm2015/lib/igc-scatter-line-series-component.js +4 -4
- package/esm2015/lib/igc-scatter-polygon-series-component.js +39 -39
- package/esm2015/lib/igc-scatter-polyline-series-component.js +7 -7
- package/esm2015/lib/igc-scatter-spline-series-component.js +4 -4
- package/esm2015/lib/igc-scatter-triangulation-series-component.js +37 -37
- package/esm2015/lib/igc-series-component.js +195 -185
- package/esm2015/lib/igc-series-viewer-component.js +379 -282
- package/esm2015/lib/igc-shape-series-base-component.js +45 -45
- package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-spline-area-fragment-component.js +1 -1
- package/esm2015/lib/igc-spline-area-series-component.js +1 -1
- package/esm2015/lib/igc-spline-fragment-base-component.js +2 -2
- package/esm2015/lib/igc-spline-fragment-component.js +1 -1
- package/esm2015/lib/igc-spline-series-base-component.js +6 -6
- package/esm2015/lib/igc-spline-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-bar-series-component.js +12 -12
- package/esm2015/lib/igc-stacked-column-series-component.js +9 -9
- package/esm2015/lib/igc-stacked-line-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-series-base-component.js +11 -11
- package/esm2015/lib/igc-stacked-spline-area-series-component.js +4 -4
- package/esm2015/lib/igc-stacked-spline-series-component.js +4 -4
- package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
- package/esm2015/lib/igc-step-area-series-component.js +2 -2
- package/esm2015/lib/igc-step-line-series-component.js +3 -3
- package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
- package/esm2015/lib/igc-trix-indicator-component.js +3 -3
- package/esm2015/lib/igc-value-overlay-component.js +52 -52
- package/esm2015/lib/igc-vertical-anchored-category-series-component.js +10 -10
- package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
- package/esm2015/lib/igc-waterfall-series-component.js +19 -19
- package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
- package/esm2015/lib/igc-xy-chart-component.js +218 -218
- package/esm2015/lib/igc-zoom-slider-component.js +0 -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 +110 -103
- 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 +522 -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 +2098 -1753
- 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 +1405 -1300
- 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 +197 -197
- 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 +2 -2
- package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
- package/esm5/lib/Stacked100ColumnBucketCalculator.js +2 -2
- 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 +1025 -1025
- 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-anchored-category-series-component.js +18 -18
- package/esm5/lib/igc-anchored-radial-series-component.js +31 -31
- package/esm5/lib/igc-annotation-layer-component.js +17 -17
- package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
- package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
- package/esm5/lib/igc-bar-fragment-component.js +6 -6
- package/esm5/lib/igc-bar-series-component.js +11 -11
- package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
- package/esm5/lib/igc-bollinger-bands-overlay-component.js +9 -9
- package/esm5/lib/igc-bubble-series-component.js +44 -44
- package/esm5/lib/igc-callout-label-updating-event-args.js +43 -6
- package/esm5/lib/igc-callout-layer-component.js +95 -95
- package/esm5/lib/igc-category-chart-component.js +189 -112
- package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
- package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
- package/esm5/lib/igc-category-series-component.js +20 -20
- package/esm5/lib/igc-category-tool-tip-layer-component.js +12 -12
- package/esm5/lib/igc-category-x-axis-component.js +95 -2
- package/esm5/lib/igc-category-y-axis-component.js +95 -2
- package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
- package/esm5/lib/igc-chart-group-description-collection.js +115 -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-sort-description-collection.js +129 -0
- package/esm5/lib/igc-chart-sort-description-module.js +19 -0
- package/esm5/lib/igc-chart-sort-description.js +81 -0
- package/esm5/lib/igc-chart-summary-description-collection.js +126 -0
- package/esm5/lib/igc-chart-summary-description-module.js +19 -0
- package/esm5/lib/igc-chart-summary-description.js +122 -0
- package/esm5/lib/igc-column-fragment-component.js +11 -11
- package/esm5/lib/igc-column-series-component.js +13 -13
- package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
- package/esm5/lib/igc-crosshair-layer-component.js +90 -90
- package/esm5/lib/igc-data-chart-component.js +95 -95
- package/esm5/lib/igc-data-legend-component.js +1 -1
- package/esm5/lib/igc-data-tool-tip-layer-component.js +364 -364
- package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-domain-chart-component.js +973 -650
- package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-final-value-layer-component.js +42 -42
- package/esm5/lib/igc-financial-chart-component.js +234 -157
- package/esm5/lib/igc-financial-indicator-component.js +16 -16
- package/esm5/lib/igc-financial-overlay-component.js +5 -5
- package/esm5/lib/igc-financial-price-series-component.js +30 -30
- package/esm5/lib/igc-financial-series-component.js +60 -60
- package/esm5/lib/igc-force-index-indicator-component.js +4 -4
- package/esm5/lib/igc-fragment-base-component.js +2 -2
- package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
- package/esm5/lib/igc-high-density-scatter-series-component.js +57 -57
- package/esm5/lib/igc-horizontal-anchored-category-series-component.js +7 -7
- package/esm5/lib/igc-horizontal-range-category-series-component.js +19 -19
- package/esm5/lib/igc-horizontal-stacked-series-base-component.js +3 -3
- package/esm5/lib/igc-item-tool-tip-layer-component.js +18 -18
- package/esm5/lib/igc-line-fragment-component.js +1 -1
- package/esm5/lib/igc-line-series-component.js +1 -1
- package/esm5/lib/igc-marker-series-component.js +28 -28
- package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
- package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
- package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
- package/esm5/lib/igc-ordinal-time-x-axis-component.js +5 -5
- package/esm5/lib/igc-polar-area-series-component.js +3 -3
- package/esm5/lib/igc-polar-base-component.js +77 -77
- package/esm5/lib/igc-polar-line-series-component.js +4 -4
- package/esm5/lib/igc-polar-spline-area-series-component.js +4 -4
- package/esm5/lib/igc-polar-spline-series-component.js +4 -4
- package/esm5/lib/igc-price-channel-overlay-component.js +6 -6
- package/esm5/lib/igc-radial-area-series-component.js +3 -3
- package/esm5/lib/igc-radial-base-component.js +31 -31
- package/esm5/lib/igc-radial-column-series-component.js +9 -9
- package/esm5/lib/igc-radial-line-series-component.js +4 -4
- package/esm5/lib/igc-radial-pie-series-component.js +9 -9
- package/esm5/lib/igc-range-category-series-component.js +6 -6
- package/esm5/lib/igc-range-column-series-component.js +10 -10
- package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
- package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
- package/esm5/lib/igc-scatter-area-series-component.js +24 -24
- package/esm5/lib/igc-scatter-base-component.js +49 -49
- package/esm5/lib/igc-scatter-contour-series-component.js +29 -29
- package/esm5/lib/igc-scatter-line-series-component.js +4 -4
- package/esm5/lib/igc-scatter-polygon-series-component.js +39 -39
- package/esm5/lib/igc-scatter-polyline-series-component.js +7 -7
- package/esm5/lib/igc-scatter-spline-series-component.js +4 -4
- package/esm5/lib/igc-scatter-triangulation-series-component.js +37 -37
- package/esm5/lib/igc-series-component.js +199 -185
- package/esm5/lib/igc-series-viewer-component.js +403 -282
- package/esm5/lib/igc-shape-series-base-component.js +45 -45
- package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-spline-area-fragment-component.js +1 -1
- package/esm5/lib/igc-spline-area-series-component.js +1 -1
- package/esm5/lib/igc-spline-fragment-base-component.js +2 -2
- package/esm5/lib/igc-spline-fragment-component.js +1 -1
- package/esm5/lib/igc-spline-series-base-component.js +6 -6
- package/esm5/lib/igc-spline-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
- package/esm5/lib/igc-stacked-bar-series-component.js +12 -12
- package/esm5/lib/igc-stacked-column-series-component.js +9 -9
- package/esm5/lib/igc-stacked-line-series-component.js +1 -1
- package/esm5/lib/igc-stacked-series-base-component.js +11 -11
- package/esm5/lib/igc-stacked-spline-area-series-component.js +4 -4
- package/esm5/lib/igc-stacked-spline-series-component.js +4 -4
- package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
- package/esm5/lib/igc-step-area-series-component.js +2 -2
- package/esm5/lib/igc-step-line-series-component.js +3 -3
- package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
- package/esm5/lib/igc-trix-indicator-component.js +3 -3
- package/esm5/lib/igc-value-overlay-component.js +52 -52
- package/esm5/lib/igc-vertical-anchored-category-series-component.js +10 -10
- package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
- package/esm5/lib/igc-waterfall-series-component.js +19 -19
- package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
- package/esm5/lib/igc-xy-chart-component.js +218 -218
- package/esm5/lib/igc-zoom-slider-component.js +0 -7
- package/esm5/public_api.js +23 -0
- package/fesm2015/igniteui-webcomponents-charts.js +24809 -22008
- package/fesm5/igniteui-webcomponents-charts.js +24917 -21549
- 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 +129 -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 +538 -487
- 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 +230 -230
- 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 +189 -189
- package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
- package/lib/igc-category-chart-component.d.ts +27 -0
- package/lib/igc-category-x-axis-component.d.ts +37 -0
- package/lib/igc-category-y-axis-component.d.ts +37 -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-data-legend-component.d.ts +1 -1
- package/lib/igc-data-tool-tip-layer-component.d.ts +1 -1
- package/lib/igc-domain-chart-component.d.ts +85 -1
- package/lib/igc-financial-chart-component.d.ts +27 -0
- package/lib/igc-series-component.d.ts +4 -0
- package/lib/igc-series-viewer-component.d.ts +51 -0
- package/lib/igc-zoom-slider-component.d.ts +0 -5
- package/package.json +2 -2
- package/public_api.d.ts +23 -0
|
@@ -37,6 +37,7 @@ import { Rect } from "igniteui-webcomponents-core";
|
|
|
37
37
|
import { Axis } from "./Axis";
|
|
38
38
|
import { AxisLabelSettings } from "./AxisLabelSettings";
|
|
39
39
|
import { MarkerSeries } from "./MarkerSeries";
|
|
40
|
+
import { IZoomableCategoryAxis_$type } from "./IZoomableCategoryAxis";
|
|
40
41
|
import { SyncSettings } from "./SyncSettings";
|
|
41
42
|
import { SyncManager } from "./SyncManager";
|
|
42
43
|
import { FinancialOverlayType_$type } from "./FinancialOverlayType";
|
|
@@ -67,183 +68,188 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
67
68
|
class FinancialChart extends XYChart {
|
|
68
69
|
constructor() {
|
|
69
70
|
super();
|
|
70
|
-
this.
|
|
71
|
-
this.
|
|
72
|
-
this.
|
|
73
|
-
this.
|
|
74
|
-
this.
|
|
75
|
-
this.
|
|
76
|
-
this.
|
|
77
|
-
this.
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
81
|
-
this.
|
|
82
|
-
this.
|
|
83
|
-
this.
|
|
84
|
-
this.
|
|
85
|
-
this.
|
|
86
|
-
this.
|
|
71
|
+
this.ad4 = null;
|
|
72
|
+
this.ag2 = null;
|
|
73
|
+
this.ag0 = null;
|
|
74
|
+
this.agx = null;
|
|
75
|
+
this.agz = null;
|
|
76
|
+
this.ag1 = null;
|
|
77
|
+
this.agy = null;
|
|
78
|
+
this.ada = null;
|
|
79
|
+
this.ahk = null;
|
|
80
|
+
this.ahl = null;
|
|
81
|
+
this.ahh = null;
|
|
82
|
+
this.ahm = null;
|
|
83
|
+
this.ahn = null;
|
|
84
|
+
this.ahi = null;
|
|
85
|
+
this.ahj = null;
|
|
86
|
+
this.aes = null;
|
|
87
|
+
this.af2 = 40;
|
|
88
|
+
this.ady = null;
|
|
89
|
+
this.adw = null;
|
|
90
|
+
this.ad0 = null;
|
|
91
|
+
this.ad5 = null;
|
|
92
|
+
this.ahv = null;
|
|
93
|
+
this.aeo = null;
|
|
94
|
+
this.afe = false;
|
|
95
|
+
this.afd = false;
|
|
96
|
+
this.afl = false;
|
|
97
|
+
this.ae0 = false;
|
|
98
|
+
this.ag8 = 10;
|
|
99
|
+
this.af9 = NaN;
|
|
100
|
+
this.agb = NaN;
|
|
101
|
+
this.aga = NaN;
|
|
102
|
+
this.agc = 0;
|
|
103
|
+
this.adg = 0;
|
|
104
|
+
this.adj = 0;
|
|
105
|
+
this.af4 = 3;
|
|
106
|
+
this.af7 = NaN;
|
|
107
|
+
this.af5 = NaN;
|
|
108
|
+
this.af6 = NaN;
|
|
109
|
+
this.af8 = NaN;
|
|
110
|
+
this.adl = 0;
|
|
111
|
+
this.aev = true;
|
|
112
|
+
this.adc = 0;
|
|
113
|
+
this.aew = false;
|
|
114
|
+
this.adq = null;
|
|
115
|
+
this.ads = null;
|
|
116
|
+
this.afn = null;
|
|
117
|
+
this.aey = true;
|
|
118
|
+
this.aex = false;
|
|
119
|
+
this.aez = false;
|
|
120
|
+
this.aep = null;
|
|
121
|
+
this.adn = 1;
|
|
122
|
+
this.ace = null;
|
|
87
123
|
this.acf = null;
|
|
88
|
-
this.
|
|
124
|
+
this.acg = null;
|
|
89
125
|
this.ach = null;
|
|
90
|
-
this.acm = null;
|
|
91
|
-
this.af2 = null;
|
|
92
|
-
this.ac5 = null;
|
|
93
|
-
this.adv = false;
|
|
94
|
-
this.adu = false;
|
|
95
|
-
this.ad2 = false;
|
|
96
|
-
this.adh = false;
|
|
97
|
-
this.aff = 10;
|
|
98
|
-
this.ael = NaN;
|
|
99
|
-
this.aen = NaN;
|
|
100
|
-
this.aem = NaN;
|
|
101
|
-
this.aeo = 0;
|
|
102
|
-
this.abx = 0;
|
|
103
|
-
this.ab0 = 0;
|
|
104
|
-
this.ab2 = 0;
|
|
105
|
-
this.adc = true;
|
|
106
|
-
this.abt = 0;
|
|
107
|
-
this.add = false;
|
|
108
|
-
this.ab7 = null;
|
|
109
|
-
this.ab9 = null;
|
|
110
|
-
this.ad4 = null;
|
|
111
|
-
this.adf = true;
|
|
112
|
-
this.ade = false;
|
|
113
|
-
this.adg = false;
|
|
114
|
-
this.ac6 = null;
|
|
115
|
-
this.ab4 = 1;
|
|
116
|
-
this.aav = null;
|
|
117
|
-
this.aaw = null;
|
|
118
|
-
this.aax = null;
|
|
119
|
-
this.aay = null;
|
|
120
|
-
this.aa0 = null;
|
|
121
|
-
this.aaz = null;
|
|
122
|
-
this.aau = null;
|
|
123
|
-
this.aat = null;
|
|
124
|
-
this.aek = 1;
|
|
125
|
-
this.aei = 1;
|
|
126
|
-
this.aeh = 2;
|
|
127
|
-
this.aeg = 1;
|
|
128
126
|
this.acj = null;
|
|
129
|
-
this.
|
|
130
|
-
this.
|
|
131
|
-
this.
|
|
132
|
-
this.
|
|
133
|
-
this.
|
|
134
|
-
this.
|
|
135
|
-
this.
|
|
136
|
-
this.
|
|
137
|
-
this.
|
|
127
|
+
this.aci = null;
|
|
128
|
+
this.acd = null;
|
|
129
|
+
this.acc = null;
|
|
130
|
+
this.af3 = 1;
|
|
131
|
+
this.af1 = 1;
|
|
132
|
+
this.af0 = 2;
|
|
133
|
+
this.afz = 1;
|
|
134
|
+
this.ad2 = null;
|
|
135
|
+
this.ag4 = -2147483648;
|
|
136
|
+
this.afy = 2;
|
|
137
|
+
this.ag7 = 3;
|
|
138
|
+
this.ag5 = 10;
|
|
139
|
+
this.ag3 = 30;
|
|
140
|
+
this.ag6 = 9;
|
|
141
|
+
this.ac7 = null;
|
|
142
|
+
this.ac8 = null;
|
|
143
|
+
this.ac3 = null;
|
|
138
144
|
this.applyCustomIndicators = null;
|
|
139
|
-
this.
|
|
140
|
-
this.
|
|
141
|
-
this.
|
|
142
|
-
this.
|
|
143
|
-
this.
|
|
144
|
-
this.
|
|
145
|
-
this.
|
|
146
|
-
this.
|
|
147
|
-
this.
|
|
145
|
+
this.alp = null;
|
|
146
|
+
this.agd = 1;
|
|
147
|
+
this.aeu = false;
|
|
148
|
+
this.adu = null;
|
|
149
|
+
this.afv = dateMinValue();
|
|
150
|
+
this.afu = dateMaxValue();
|
|
151
|
+
this.afs = null;
|
|
152
|
+
this.q8();
|
|
153
|
+
this.afs = new ObservableCollection$1(Base.$, 0);
|
|
148
154
|
if (this.xAxisBreaks != null) {
|
|
149
155
|
let a = this.xAxisBreaks;
|
|
150
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, (a, b) => this.
|
|
156
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, (a, b) => this.ale());
|
|
151
157
|
}
|
|
152
|
-
this.
|
|
158
|
+
this.akz();
|
|
153
159
|
}
|
|
154
|
-
|
|
155
|
-
super.
|
|
160
|
+
se(a, b, c) {
|
|
161
|
+
super.se(a, b, c);
|
|
156
162
|
switch (a) {
|
|
157
163
|
case "ToolbarTemplate":
|
|
158
164
|
case "RangeSelectorTemplate":
|
|
159
|
-
this.
|
|
165
|
+
this.adb = new FinancialChartToolbar(this, this.ahs);
|
|
160
166
|
break;
|
|
161
167
|
case "Toolbar":
|
|
162
168
|
let d = b;
|
|
163
169
|
if (d != null) {
|
|
164
|
-
d.chartTypeChanged = delegateRemove(d.chartTypeChanged, runOn(this, this.
|
|
165
|
-
d.trendLineTypeChanged = delegateRemove(d.trendLineTypeChanged, runOn(this, this.
|
|
166
|
-
d.volumeTypeChanged = delegateRemove(d.volumeTypeChanged, runOn(this, this.
|
|
170
|
+
d.chartTypeChanged = delegateRemove(d.chartTypeChanged, runOn(this, this.akm));
|
|
171
|
+
d.trendLineTypeChanged = delegateRemove(d.trendLineTypeChanged, runOn(this, this.akp));
|
|
172
|
+
d.volumeTypeChanged = delegateRemove(d.volumeTypeChanged, runOn(this, this.akq));
|
|
167
173
|
d.l(null);
|
|
168
174
|
}
|
|
169
|
-
if (this.
|
|
170
|
-
this.
|
|
171
|
-
this.
|
|
172
|
-
this.
|
|
173
|
-
this.
|
|
174
|
-
if (this.
|
|
175
|
-
this.
|
|
175
|
+
if (this.adb != null) {
|
|
176
|
+
this.adb.ac = this.adi;
|
|
177
|
+
this.adb.ai = this.di;
|
|
178
|
+
this.adb.y = this.add;
|
|
179
|
+
this.adb.al = this.afb;
|
|
180
|
+
if (this.agz != null) {
|
|
181
|
+
this.adb.l(this.agz);
|
|
176
182
|
}
|
|
177
|
-
let e = this.
|
|
178
|
-
e.chartTypeChanged = delegateCombine(e.chartTypeChanged, runOn(this, this.
|
|
183
|
+
let e = this.adb;
|
|
184
|
+
e.chartTypeChanged = delegateCombine(e.chartTypeChanged, runOn(this, this.akm));
|
|
179
185
|
;
|
|
180
|
-
let f = this.
|
|
181
|
-
f.trendLineTypeChanged = delegateCombine(f.trendLineTypeChanged, runOn(this, this.
|
|
182
|
-
let g = this.
|
|
183
|
-
g.volumeTypeChanged = delegateCombine(g.volumeTypeChanged, runOn(this, this.
|
|
186
|
+
let f = this.adb;
|
|
187
|
+
f.trendLineTypeChanged = delegateCombine(f.trendLineTypeChanged, runOn(this, this.akp));
|
|
188
|
+
let g = this.adb;
|
|
189
|
+
g.volumeTypeChanged = delegateCombine(g.volumeTypeChanged, runOn(this, this.akq));
|
|
184
190
|
}
|
|
185
191
|
break;
|
|
186
192
|
case "ChartType":
|
|
187
|
-
if (this.
|
|
188
|
-
this.
|
|
193
|
+
if (this.adb != null) {
|
|
194
|
+
this.adb.y = this.add;
|
|
189
195
|
}
|
|
190
196
|
break;
|
|
191
197
|
case "VolumeType":
|
|
192
|
-
if (this.
|
|
193
|
-
this.
|
|
198
|
+
if (this.adb != null) {
|
|
199
|
+
this.adb.ac = this.adi;
|
|
194
200
|
}
|
|
195
201
|
break;
|
|
196
202
|
case "TrendLineType":
|
|
197
|
-
if (this.
|
|
198
|
-
this.
|
|
203
|
+
if (this.adb != null) {
|
|
204
|
+
this.adb.ai = this.di;
|
|
199
205
|
}
|
|
200
206
|
break;
|
|
201
207
|
case "IsToolbarVisible":
|
|
202
|
-
if (this.
|
|
208
|
+
if (this.adb == null) {
|
|
203
209
|
break;
|
|
204
210
|
}
|
|
205
|
-
this.
|
|
211
|
+
this.adb.al = this.afb;
|
|
206
212
|
this.setGridRows();
|
|
207
213
|
break;
|
|
208
214
|
}
|
|
209
215
|
}
|
|
210
|
-
|
|
211
|
-
this.
|
|
216
|
+
akq(a, b) {
|
|
217
|
+
this.adi = this.adb.ac;
|
|
212
218
|
}
|
|
213
|
-
|
|
214
|
-
this.
|
|
219
|
+
akp(a, b) {
|
|
220
|
+
this.di = this.adb.ai;
|
|
215
221
|
}
|
|
216
|
-
|
|
217
|
-
this.
|
|
222
|
+
akm(a, b) {
|
|
223
|
+
this.add = this.adb.y;
|
|
218
224
|
}
|
|
219
|
-
|
|
220
|
-
this.
|
|
221
|
-
this.
|
|
225
|
+
akz() {
|
|
226
|
+
this.ad4 = new IndicatorPane();
|
|
227
|
+
this.adv = TypeRegistrar.create("FinancialLegend");
|
|
222
228
|
}
|
|
223
229
|
provideGrid(a) {
|
|
224
|
-
this.
|
|
225
|
-
this.
|
|
230
|
+
this.ag2 = a;
|
|
231
|
+
this.alk();
|
|
226
232
|
this.setGridRows();
|
|
227
|
-
if (this.
|
|
228
|
-
this.
|
|
233
|
+
if (this.adb != null) {
|
|
234
|
+
this.adb.bg(a);
|
|
229
235
|
}
|
|
230
236
|
}
|
|
231
237
|
onDocumentClick(a) {
|
|
232
|
-
if (this.
|
|
233
|
-
this.
|
|
238
|
+
if (this.adb != null) {
|
|
239
|
+
this.adb.bl(a);
|
|
234
240
|
}
|
|
235
241
|
}
|
|
236
242
|
getContext() {
|
|
237
|
-
let a = this.
|
|
243
|
+
let a = this.adb.v();
|
|
238
244
|
let b = new FinancialChartContext();
|
|
239
245
|
b.vm = new FinancialChartViewModel();
|
|
240
246
|
b.vm.toolbar = a;
|
|
241
|
-
b.container = this.
|
|
242
|
-
b.toolbarContainer = this.
|
|
243
|
-
b.legendContainer = this.
|
|
244
|
-
b.indicatorsContainer = this.
|
|
245
|
-
b.volumeContainer = this.
|
|
246
|
-
b.zoomContainer = this.
|
|
247
|
+
b.container = this.jt;
|
|
248
|
+
b.toolbarContainer = this.agz;
|
|
249
|
+
b.legendContainer = this.agy;
|
|
250
|
+
b.indicatorsContainer = this.agx;
|
|
251
|
+
b.volumeContainer = this.ag0;
|
|
252
|
+
b.zoomContainer = this.ag1;
|
|
247
253
|
return b;
|
|
248
254
|
}
|
|
249
255
|
provideContainer(a) {
|
|
@@ -253,70 +259,70 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
253
259
|
let d = b.createElement("div");
|
|
254
260
|
d.setStyleProperty("width", "100%");
|
|
255
261
|
d.setStyleProperty("height", "100%");
|
|
256
|
-
if (this.
|
|
257
|
-
this.
|
|
262
|
+
if (this.adb == null) {
|
|
263
|
+
this.adb = new FinancialChartToolbar(this, this.ahs);
|
|
258
264
|
}
|
|
259
|
-
this.
|
|
260
|
-
this.
|
|
261
|
-
this.
|
|
265
|
+
this.adb.w.isIndicatorMenuVisible = this.ae2 && this.ae3;
|
|
266
|
+
this.agz = b.getSubRenderer(d);
|
|
267
|
+
this.adb.l(this.agz);
|
|
262
268
|
let e = b.createElement("div");
|
|
263
269
|
e.setStyleProperty("width", "100%");
|
|
264
270
|
e.setStyleProperty("height", "100%");
|
|
265
271
|
let f = b.createElement("div");
|
|
266
272
|
f.setStyleProperty("width", "100%");
|
|
267
273
|
f.setStyleProperty("height", "100%");
|
|
268
|
-
this.
|
|
274
|
+
this.agy = b.getSubRenderer(f);
|
|
269
275
|
let g = b.createElement("div");
|
|
270
276
|
g.setStyleProperty("width", "100%");
|
|
271
277
|
g.setStyleProperty("height", "100%");
|
|
272
|
-
this.
|
|
278
|
+
this.agx = b.getSubRenderer(g);
|
|
273
279
|
let h = b.createElement("div");
|
|
274
280
|
h.setStyleProperty("width", "100%");
|
|
275
281
|
h.setStyleProperty("height", "100%");
|
|
276
|
-
this.
|
|
282
|
+
this.ag0 = b.getSubRenderer(h);
|
|
277
283
|
let i = b.createElement("div");
|
|
278
284
|
i.setStyleProperty("width", "100%");
|
|
279
285
|
i.setStyleProperty("height", "100%");
|
|
280
|
-
this.
|
|
286
|
+
this.ag1 = b.getSubRenderer(i);
|
|
281
287
|
a = b.getSubRenderer(e);
|
|
282
288
|
}
|
|
283
289
|
else {
|
|
284
|
-
this.
|
|
285
|
-
if (this.
|
|
286
|
-
this.
|
|
290
|
+
this.agz = null;
|
|
291
|
+
if (this.adb != null) {
|
|
292
|
+
this.adb.l(null);
|
|
287
293
|
}
|
|
288
|
-
if (this.
|
|
289
|
-
this.
|
|
290
|
-
this.
|
|
294
|
+
if (this.aet != null) {
|
|
295
|
+
this.aet.provideContainer(null);
|
|
296
|
+
this.aet = null;
|
|
291
297
|
}
|
|
292
|
-
if (this.
|
|
293
|
-
this.
|
|
298
|
+
if (this.adv != null) {
|
|
299
|
+
this.adv.provideContainer(null);
|
|
294
300
|
}
|
|
295
301
|
}
|
|
296
302
|
super.provideContainer(a);
|
|
297
303
|
if (b != null) {
|
|
298
304
|
if (this.volumeChart != null) {
|
|
299
|
-
this.volumeChart.provideContainer(this.
|
|
305
|
+
this.volumeChart.provideContainer(this.ag0);
|
|
300
306
|
}
|
|
301
|
-
if (this.
|
|
302
|
-
this.
|
|
307
|
+
if (this.ad4 != null) {
|
|
308
|
+
this.ad4.h(this.agx);
|
|
303
309
|
}
|
|
304
310
|
if (this.zoomSliderChart != null) {
|
|
305
|
-
this.zoomSliderChart.provideContainer(this.
|
|
311
|
+
this.zoomSliderChart.provideContainer(this.ag1);
|
|
306
312
|
if (a != null) {
|
|
307
|
-
this.
|
|
313
|
+
this.aj6();
|
|
308
314
|
}
|
|
309
315
|
else {
|
|
310
|
-
this.
|
|
316
|
+
this.aet = null;
|
|
311
317
|
}
|
|
312
318
|
}
|
|
313
|
-
if (this.
|
|
314
|
-
this.
|
|
319
|
+
if (this.adv != null) {
|
|
320
|
+
this.adv.provideContainer(this.agy);
|
|
315
321
|
}
|
|
316
322
|
this.setGridRows();
|
|
317
323
|
}
|
|
318
324
|
}
|
|
319
|
-
|
|
325
|
+
ala(a, b, c) {
|
|
320
326
|
if (a != null) {
|
|
321
327
|
a.provideContainer(null);
|
|
322
328
|
}
|
|
@@ -325,62 +331,62 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
325
331
|
}
|
|
326
332
|
this.setGridRows();
|
|
327
333
|
}
|
|
328
|
-
|
|
329
|
-
this.
|
|
334
|
+
alo(a, b) {
|
|
335
|
+
this.ala(a, b, this.ag1);
|
|
330
336
|
if (b == null) {
|
|
331
337
|
return;
|
|
332
338
|
}
|
|
333
|
-
this.
|
|
339
|
+
this.aj6();
|
|
334
340
|
}
|
|
335
|
-
|
|
336
|
-
if (this.
|
|
341
|
+
aj6() {
|
|
342
|
+
if (this.ag1 == null) {
|
|
337
343
|
return;
|
|
338
344
|
}
|
|
339
|
-
if (this.
|
|
340
|
-
this.
|
|
345
|
+
if (this.aet != null) {
|
|
346
|
+
this.aet.provideContainer(null);
|
|
341
347
|
}
|
|
342
|
-
this.
|
|
343
|
-
this.
|
|
344
|
-
let a = this.
|
|
348
|
+
this.aet = TypeRegistrar.create("ZoomSlider");
|
|
349
|
+
this.aet.provideContainer(this.ag1);
|
|
350
|
+
let a = this.aet;
|
|
345
351
|
a.windowRectChanged = delegateCombine(a.windowRectChanged, (a, b) => {
|
|
346
352
|
if (this.dataChart != null) {
|
|
347
|
-
this.dataChart.
|
|
353
|
+
this.dataChart.tp = new Rect(0, this.aet.windowRect.left, this.dataChart.s9.top, this.aet.windowRect.width, this.dataChart.s9.height);
|
|
348
354
|
}
|
|
349
355
|
});
|
|
350
|
-
this.
|
|
356
|
+
this.aj7();
|
|
351
357
|
}
|
|
352
|
-
|
|
353
|
-
this.
|
|
358
|
+
alm(a, b) {
|
|
359
|
+
this.ala(a, b, this.ag0);
|
|
354
360
|
}
|
|
355
361
|
setGridRows() {
|
|
356
|
-
if (this.
|
|
362
|
+
if (this.ag2 == null) {
|
|
357
363
|
return;
|
|
358
364
|
}
|
|
359
365
|
let a = new Array(6);
|
|
360
|
-
a[0] = (this.
|
|
361
|
-
a[1] = this.
|
|
366
|
+
a[0] = (this.afb ? this.agj : 0) + "px";
|
|
367
|
+
a[1] = this.ae7 ? "min-content" : "0px";
|
|
362
368
|
a[2] = "auto";
|
|
363
369
|
a[3] = this.indicatorCharts == null || this.indicatorCharts.count == 0 ? "0px" : this.indicatorCharts.count * 150 + "px";
|
|
364
370
|
a[4] = this.volumeChart == null ? "0px" : "100px";
|
|
365
371
|
a[5] = this.zoomSliderChart == null ? "0px" : "100px";
|
|
366
|
-
if (this.
|
|
372
|
+
if (this.aet != null) {
|
|
367
373
|
if (a[5] == "0px") {
|
|
368
|
-
this.
|
|
374
|
+
this.aet.hide();
|
|
369
375
|
}
|
|
370
376
|
else {
|
|
371
|
-
this.
|
|
377
|
+
this.aet.show();
|
|
372
378
|
}
|
|
373
379
|
}
|
|
374
|
-
this.
|
|
375
|
-
this.
|
|
376
|
-
if (this.
|
|
380
|
+
this.ag2.setStyleProperty("-ms-grid-rows", stringReplace(stringJoin(" ", ...a), "auto", "1fr"));
|
|
381
|
+
this.ag2.setStyleProperty("grid-template-rows", stringJoin(" ", ...a));
|
|
382
|
+
if (this.jt == null) {
|
|
377
383
|
return;
|
|
378
384
|
}
|
|
379
385
|
if (this.dataChart != null) {
|
|
380
386
|
this.dataChart.notifyContainerResized();
|
|
381
387
|
}
|
|
382
|
-
if (this.
|
|
383
|
-
this.
|
|
388
|
+
if (this.ad4 != null) {
|
|
389
|
+
this.ad4.f();
|
|
384
390
|
}
|
|
385
391
|
if (this.volumeChart != null) {
|
|
386
392
|
this.volumeChart.notifyContainerResized();
|
|
@@ -388,41 +394,41 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
388
394
|
if (this.zoomSliderChart != null) {
|
|
389
395
|
this.zoomSliderChart.notifyContainerResized();
|
|
390
396
|
}
|
|
391
|
-
if (this.
|
|
392
|
-
this.
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
super.
|
|
397
|
-
this.
|
|
398
|
-
this.
|
|
399
|
-
this.
|
|
400
|
-
this.
|
|
401
|
-
this.
|
|
402
|
-
this.
|
|
403
|
-
this.
|
|
404
|
-
this.
|
|
405
|
-
this.
|
|
406
|
-
this.
|
|
407
|
-
this.
|
|
408
|
-
this.
|
|
409
|
-
this.
|
|
410
|
-
this.
|
|
411
|
-
this.
|
|
412
|
-
this.
|
|
413
|
-
this.
|
|
414
|
-
this.
|
|
415
|
-
this.
|
|
416
|
-
this.
|
|
417
|
-
this.
|
|
418
|
-
this.
|
|
419
|
-
this.
|
|
397
|
+
if (this.aet != null) {
|
|
398
|
+
this.aet.notifySizeChanged();
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
rq() {
|
|
402
|
+
super.rq();
|
|
403
|
+
this.vq = 1;
|
|
404
|
+
this.aa5 = 0;
|
|
405
|
+
this.xn = 0;
|
|
406
|
+
this.abz = null;
|
|
407
|
+
this.abs = AxisDefaults.g;
|
|
408
|
+
this.w7 = AxisDefaults.e;
|
|
409
|
+
this.w6 = AxisDefaults.f;
|
|
410
|
+
this.abt = AxisDefaults.j;
|
|
411
|
+
this.abp = null;
|
|
412
|
+
this.alq = AxisDefaults.h;
|
|
413
|
+
this.agw = AxisDefaults.b;
|
|
414
|
+
this.fi = true;
|
|
415
|
+
this.fb = true;
|
|
416
|
+
this.fc = false;
|
|
417
|
+
this.a6 = 0;
|
|
418
|
+
this.hv = Defaults.j;
|
|
419
|
+
this.t0 = Defaults.ae;
|
|
420
|
+
this.tv = Defaults.af;
|
|
421
|
+
this.tw = Defaults.ag;
|
|
422
|
+
this.ig = NaN;
|
|
423
|
+
this.h7 = 40;
|
|
424
|
+
this.fr = true;
|
|
425
|
+
this.fx = false;
|
|
420
426
|
if (this.dataChart != null) {
|
|
421
|
-
let a = this.dataChart.
|
|
422
|
-
this.
|
|
423
|
-
this.
|
|
424
|
-
this.
|
|
425
|
-
this.
|
|
427
|
+
let a = this.dataChart.cu.j.e();
|
|
428
|
+
this.acm = a.d;
|
|
429
|
+
this.acn = a.e;
|
|
430
|
+
this.acl = a.d;
|
|
431
|
+
this.alq = this.dataChart.xu;
|
|
426
432
|
}
|
|
427
433
|
let b = new BrushCollection();
|
|
428
434
|
b.add(((() => {
|
|
@@ -479,255 +485,255 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
479
485
|
for (let d of fromEnum(b)) {
|
|
480
486
|
c.add(BrushUtil.m(d, 0.3));
|
|
481
487
|
}
|
|
482
|
-
this.
|
|
483
|
-
this.
|
|
488
|
+
this.aco = c;
|
|
489
|
+
this.acp = b;
|
|
484
490
|
}
|
|
485
|
-
|
|
486
|
-
if (this.
|
|
487
|
-
this.
|
|
488
|
-
this.
|
|
491
|
+
ak6() {
|
|
492
|
+
if (this.ad4 != null) {
|
|
493
|
+
this.ad4.b = null;
|
|
494
|
+
this.ad4.b = this.indicatorCharts;
|
|
489
495
|
}
|
|
490
496
|
this.setGridRows();
|
|
491
497
|
}
|
|
492
|
-
|
|
498
|
+
ak7() {
|
|
493
499
|
this.setGridRows();
|
|
494
500
|
}
|
|
495
|
-
|
|
496
|
-
this.
|
|
501
|
+
alg() {
|
|
502
|
+
this.ak6();
|
|
497
503
|
}
|
|
498
|
-
|
|
499
|
-
if (this.
|
|
504
|
+
aj5() {
|
|
505
|
+
if (this.aet == null || this.zoomSliderChart == null || this.dataChart == null || this.dataChart.series.count == 0) {
|
|
500
506
|
return;
|
|
501
507
|
}
|
|
502
|
-
let a = this.
|
|
503
|
-
let b = this.dataChart.
|
|
504
|
-
let c = this.dataChart.
|
|
508
|
+
let a = this.jt.rootWrapper.width();
|
|
509
|
+
let b = this.dataChart.to.left + this.dataChart.to.width;
|
|
510
|
+
let c = this.dataChart.to.left;
|
|
505
511
|
let d = a - b;
|
|
506
|
-
this.
|
|
507
|
-
this.
|
|
508
|
-
if (this.
|
|
509
|
-
let e = this.
|
|
510
|
-
this.
|
|
511
|
-
this.dataChart.
|
|
512
|
-
}
|
|
513
|
-
if (this.
|
|
514
|
-
let f = this.
|
|
515
|
-
this.
|
|
516
|
-
this.dataChart.
|
|
517
|
-
}
|
|
518
|
-
this.zoomSliderChart.
|
|
519
|
-
this.zoomSliderChart.
|
|
520
|
-
this.zoomSliderChart.
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
this.
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
super.
|
|
512
|
+
this.aet.startInset = c - this.aet.trackStartInset;
|
|
513
|
+
this.aet.endInset = d - this.aet.trackEndInset;
|
|
514
|
+
if (this.aet.endInset < 0) {
|
|
515
|
+
let e = this.aet.endInset;
|
|
516
|
+
this.aet.endInset = 0;
|
|
517
|
+
this.dataChart.g1 += (e * -1);
|
|
518
|
+
}
|
|
519
|
+
if (this.aet.startInset < 0) {
|
|
520
|
+
let f = this.aet.startInset;
|
|
521
|
+
this.aet.startInset = 0;
|
|
522
|
+
this.dataChart.gw += (f * -1);
|
|
523
|
+
}
|
|
524
|
+
this.zoomSliderChart.gw = c;
|
|
525
|
+
this.zoomSliderChart.g1 = d;
|
|
526
|
+
this.zoomSliderChart.gj = this.aet.barExtent;
|
|
527
|
+
}
|
|
528
|
+
akw() {
|
|
529
|
+
this.aj5();
|
|
530
|
+
}
|
|
531
|
+
rn(a) {
|
|
532
|
+
super.rn(a);
|
|
527
533
|
if (a != null) {
|
|
528
|
-
a.
|
|
534
|
+
a.gi = 0;
|
|
529
535
|
}
|
|
530
536
|
}
|
|
531
|
-
|
|
532
|
-
return a.
|
|
537
|
+
alr(a) {
|
|
538
|
+
return a.s2();
|
|
533
539
|
}
|
|
534
|
-
|
|
535
|
-
return this.
|
|
540
|
+
alu() {
|
|
541
|
+
return this.agy == null ? null : this.alt(this.agy.rootWrapper);
|
|
536
542
|
}
|
|
537
|
-
|
|
543
|
+
als(a) {
|
|
538
544
|
if (a == null || a.d == null) {
|
|
539
545
|
return null;
|
|
540
546
|
}
|
|
541
|
-
return this.
|
|
547
|
+
return this.alt(a.d.rootWrapper);
|
|
542
548
|
}
|
|
543
|
-
|
|
549
|
+
alt(a) {
|
|
544
550
|
if (a == null) {
|
|
545
551
|
return null;
|
|
546
552
|
}
|
|
547
553
|
let b = a.getOffset();
|
|
548
554
|
return new Rect(0, b.left, b.top, a.width(), a.height());
|
|
549
555
|
}
|
|
550
|
-
|
|
551
|
-
if (this.
|
|
556
|
+
age() {
|
|
557
|
+
if (this.ag2 == null) {
|
|
552
558
|
return NaN;
|
|
553
559
|
}
|
|
554
|
-
let a = this.
|
|
555
|
-
return this.
|
|
560
|
+
let a = this.ag2.getOffset();
|
|
561
|
+
return this.ag2.width() + (a == null ? 0 : a.left);
|
|
556
562
|
}
|
|
557
|
-
|
|
558
|
-
super.
|
|
563
|
+
ry(source_, a, b) {
|
|
564
|
+
super.ry(source_, a, b);
|
|
559
565
|
if (this.zoomSliderChart != null) {
|
|
560
|
-
this.zoomSliderChart.
|
|
566
|
+
this.zoomSliderChart.mg(source_, a, b);
|
|
561
567
|
}
|
|
562
568
|
}
|
|
563
|
-
|
|
564
|
-
super.
|
|
569
|
+
rz(source_, a, b) {
|
|
570
|
+
super.rz(source_, a, b);
|
|
565
571
|
if (this.zoomSliderChart != null) {
|
|
566
|
-
this.zoomSliderChart.
|
|
572
|
+
this.zoomSliderChart.mh(source_, a, b);
|
|
567
573
|
}
|
|
568
574
|
}
|
|
569
|
-
|
|
570
|
-
super.
|
|
575
|
+
rx(source_) {
|
|
576
|
+
super.rx(source_);
|
|
571
577
|
if (this.zoomSliderChart != null) {
|
|
572
|
-
this.zoomSliderChart.
|
|
578
|
+
this.zoomSliderChart.l9(source_);
|
|
573
579
|
}
|
|
574
580
|
}
|
|
575
|
-
|
|
576
|
-
super.
|
|
581
|
+
r1(source_, a, b, c) {
|
|
582
|
+
super.r1(source_, a, b, c);
|
|
577
583
|
if (this.zoomSliderChart != null) {
|
|
578
|
-
this.zoomSliderChart.
|
|
584
|
+
this.zoomSliderChart.mi(source_, a, b, c);
|
|
579
585
|
}
|
|
580
586
|
}
|
|
581
|
-
|
|
582
|
-
super.
|
|
583
|
-
if (this.
|
|
587
|
+
rt(a, b) {
|
|
588
|
+
super.rt(a, b);
|
|
589
|
+
if (this.ae8(a)) {
|
|
584
590
|
a.toolTip = null;
|
|
585
591
|
}
|
|
586
592
|
}
|
|
587
|
-
get
|
|
588
|
-
return this.
|
|
593
|
+
get adb() {
|
|
594
|
+
return this.ada;
|
|
589
595
|
}
|
|
590
|
-
set
|
|
591
|
-
let b = this.
|
|
596
|
+
set adb(a) {
|
|
597
|
+
let b = this.adb;
|
|
592
598
|
if (a != b) {
|
|
593
|
-
this.
|
|
594
|
-
this.
|
|
599
|
+
this.ada = a;
|
|
600
|
+
this.sc("Toolbar", b, this.adb);
|
|
595
601
|
}
|
|
596
602
|
}
|
|
597
|
-
get
|
|
598
|
-
return this.
|
|
603
|
+
get ahr() {
|
|
604
|
+
return this.ahk;
|
|
599
605
|
}
|
|
600
|
-
set
|
|
601
|
-
let b = this.
|
|
606
|
+
set ahr(a) {
|
|
607
|
+
let b = this.ahr;
|
|
602
608
|
if (a != b) {
|
|
603
|
-
this.
|
|
604
|
-
this.
|
|
609
|
+
this.ahk = a;
|
|
610
|
+
this.sc("RangeSelectorTemplate", b, this.ahr);
|
|
605
611
|
}
|
|
606
612
|
}
|
|
607
|
-
get
|
|
608
|
-
return this.
|
|
613
|
+
get ahs() {
|
|
614
|
+
return this.ahl;
|
|
609
615
|
}
|
|
610
|
-
set
|
|
611
|
-
let b = this.
|
|
616
|
+
set ahs(a) {
|
|
617
|
+
let b = this.ahs;
|
|
612
618
|
if (a != b) {
|
|
613
|
-
this.
|
|
614
|
-
this.
|
|
619
|
+
this.ahl = a;
|
|
620
|
+
this.sc("ToolbarTemplate", b, this.ahs);
|
|
615
621
|
}
|
|
616
622
|
}
|
|
617
|
-
get
|
|
618
|
-
return this.
|
|
623
|
+
get aho() {
|
|
624
|
+
return this.ahh;
|
|
619
625
|
}
|
|
620
|
-
set
|
|
621
|
-
let b = this.
|
|
626
|
+
set aho(a) {
|
|
627
|
+
let b = this.aho;
|
|
622
628
|
if (a != b) {
|
|
623
|
-
this.
|
|
624
|
-
this.
|
|
629
|
+
this.ahh = a;
|
|
630
|
+
this.sc("ChartTypePickerTemplate", b, this.aho);
|
|
625
631
|
}
|
|
626
632
|
}
|
|
627
|
-
get
|
|
628
|
-
return this.
|
|
633
|
+
get aht() {
|
|
634
|
+
return this.ahm;
|
|
629
635
|
}
|
|
630
|
-
set
|
|
631
|
-
let b = this.
|
|
636
|
+
set aht(a) {
|
|
637
|
+
let b = this.aht;
|
|
632
638
|
if (a != b) {
|
|
633
|
-
this.
|
|
634
|
-
this.
|
|
639
|
+
this.ahm = a;
|
|
640
|
+
this.sc("TrendLineTypePickerTemplate", b, this.aht);
|
|
635
641
|
}
|
|
636
642
|
}
|
|
637
|
-
get
|
|
638
|
-
return this.
|
|
643
|
+
get ahu() {
|
|
644
|
+
return this.ahn;
|
|
639
645
|
}
|
|
640
|
-
set
|
|
641
|
-
let b = this.
|
|
646
|
+
set ahu(a) {
|
|
647
|
+
let b = this.ahu;
|
|
642
648
|
if (a != b) {
|
|
643
|
-
this.
|
|
644
|
-
this.
|
|
649
|
+
this.ahn = a;
|
|
650
|
+
this.sc("VolumeTypePickerTemplate", b, this.ahu);
|
|
645
651
|
}
|
|
646
652
|
}
|
|
647
|
-
get
|
|
648
|
-
return this.
|
|
653
|
+
get ahp() {
|
|
654
|
+
return this.ahi;
|
|
649
655
|
}
|
|
650
|
-
set
|
|
651
|
-
let b = this.
|
|
656
|
+
set ahp(a) {
|
|
657
|
+
let b = this.ahp;
|
|
652
658
|
if (a != b) {
|
|
653
|
-
this.
|
|
654
|
-
this.
|
|
659
|
+
this.ahi = a;
|
|
660
|
+
this.sc("IndicatorMenuTemplate", b, this.ahp);
|
|
655
661
|
}
|
|
656
662
|
}
|
|
657
|
-
get
|
|
658
|
-
return this.
|
|
663
|
+
get ahq() {
|
|
664
|
+
return this.ahj;
|
|
659
665
|
}
|
|
660
|
-
set
|
|
661
|
-
let b = this.
|
|
666
|
+
set ahq(a) {
|
|
667
|
+
let b = this.ahq;
|
|
662
668
|
if (a != b) {
|
|
663
|
-
this.
|
|
664
|
-
this.
|
|
669
|
+
this.ahj = a;
|
|
670
|
+
this.sc("OverlayPickerTemplate", b, this.ahq);
|
|
665
671
|
}
|
|
666
672
|
}
|
|
667
|
-
get
|
|
668
|
-
return this.
|
|
673
|
+
get aet() {
|
|
674
|
+
return this.aes;
|
|
669
675
|
}
|
|
670
|
-
set
|
|
671
|
-
let b = this.
|
|
676
|
+
set aet(a) {
|
|
677
|
+
let b = this.aet;
|
|
672
678
|
if (a != b) {
|
|
673
|
-
this.
|
|
674
|
-
this.
|
|
679
|
+
this.aes = a;
|
|
680
|
+
this.sc("ZoomSlider", b, this.aet);
|
|
675
681
|
}
|
|
676
682
|
}
|
|
677
|
-
|
|
678
|
-
return super.
|
|
683
|
+
get_h7() {
|
|
684
|
+
return super.get_h7();
|
|
679
685
|
}
|
|
680
|
-
|
|
681
|
-
super.
|
|
686
|
+
set_h7(a) {
|
|
687
|
+
super.set_h7(a);
|
|
682
688
|
}
|
|
683
|
-
|
|
684
|
-
return super.
|
|
689
|
+
get_fr() {
|
|
690
|
+
return super.get_fr();
|
|
685
691
|
}
|
|
686
|
-
|
|
687
|
-
super.
|
|
692
|
+
set_fr(a) {
|
|
693
|
+
super.set_fr(a);
|
|
688
694
|
}
|
|
689
|
-
get
|
|
690
|
-
return this.
|
|
695
|
+
get agj() {
|
|
696
|
+
return this.af2;
|
|
691
697
|
}
|
|
692
|
-
set
|
|
693
|
-
let b = this.
|
|
698
|
+
set agj(a) {
|
|
699
|
+
let b = this.agj;
|
|
694
700
|
if (a != b) {
|
|
695
|
-
this.
|
|
696
|
-
this.
|
|
701
|
+
this.af2 = a;
|
|
702
|
+
this.sc("ToolbarHeight", b, this.agj);
|
|
697
703
|
}
|
|
698
704
|
}
|
|
699
|
-
|
|
705
|
+
vf() {
|
|
700
706
|
return this.xAxis;
|
|
701
707
|
}
|
|
702
|
-
|
|
708
|
+
vg() {
|
|
703
709
|
return this.yAxis;
|
|
704
710
|
}
|
|
705
711
|
onAttachedToUI() {
|
|
706
712
|
super.onAttachedToUI();
|
|
707
|
-
if (this.
|
|
708
|
-
this.
|
|
713
|
+
if (this.aet != null) {
|
|
714
|
+
this.aet.onAttachedToUI();
|
|
709
715
|
}
|
|
710
716
|
}
|
|
711
717
|
onDetachedFromUI() {
|
|
712
718
|
super.onDetachedFromUI();
|
|
713
|
-
if (this.
|
|
714
|
-
this.
|
|
719
|
+
if (this.aet != null) {
|
|
720
|
+
this.aet.onDetachedFromUI();
|
|
715
721
|
}
|
|
716
722
|
}
|
|
717
|
-
|
|
723
|
+
a9(a) {
|
|
718
724
|
return 20;
|
|
719
725
|
}
|
|
720
|
-
|
|
726
|
+
get_ge() {
|
|
721
727
|
return ((() => {
|
|
722
728
|
let $ret = new List$1(DataSeriesType_$type, 0);
|
|
723
729
|
$ret.add(20);
|
|
724
730
|
return $ret;
|
|
725
731
|
})());
|
|
726
732
|
}
|
|
727
|
-
get
|
|
728
|
-
return this.
|
|
733
|
+
get ge() {
|
|
734
|
+
return this.get_ge();
|
|
729
735
|
}
|
|
730
|
-
|
|
736
|
+
get_gd() {
|
|
731
737
|
return ((() => {
|
|
732
738
|
let $ret = new List$1(IDataSeriesAdapterRule_$type, 0);
|
|
733
739
|
$ret.add(new SimpleFinancialPriceSeriesRule());
|
|
@@ -735,34 +741,34 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
735
741
|
return $ret;
|
|
736
742
|
})());
|
|
737
743
|
}
|
|
738
|
-
get
|
|
739
|
-
return this.
|
|
744
|
+
get gd() {
|
|
745
|
+
return this.get_gd();
|
|
740
746
|
}
|
|
741
|
-
|
|
742
|
-
return this.
|
|
747
|
+
acx(a) {
|
|
748
|
+
return this.acy(a);
|
|
743
749
|
}
|
|
744
|
-
|
|
745
|
-
return this.
|
|
750
|
+
aeb(a) {
|
|
751
|
+
return this.aec(a);
|
|
746
752
|
}
|
|
747
|
-
|
|
748
|
-
let b = this.
|
|
753
|
+
acw(a) {
|
|
754
|
+
let b = this.acx(0);
|
|
749
755
|
b.name = a;
|
|
750
756
|
return b;
|
|
751
757
|
}
|
|
752
|
-
|
|
753
|
-
this.xAxis = this.
|
|
754
|
-
this.yAxis = this.
|
|
758
|
+
q4() {
|
|
759
|
+
this.xAxis = this.acw("xAxis");
|
|
760
|
+
this.yAxis = this.aeb(0);
|
|
755
761
|
this.yAxis.name = "yAxis";
|
|
756
|
-
this.volumeAxis = this.
|
|
762
|
+
this.volumeAxis = this.aeb(0);
|
|
757
763
|
this.volumeAxis.name = "volumeAxis";
|
|
758
|
-
this.volumeXAxis = this.
|
|
759
|
-
this.
|
|
760
|
-
this.
|
|
761
|
-
this.indicatorAxis = this.
|
|
764
|
+
this.volumeXAxis = this.acw("volumeXAxis");
|
|
765
|
+
this.afp = new List$1(NumericYAxis.$, 0);
|
|
766
|
+
this.afr = new List$1(CategoryAxisBase.$, 0);
|
|
767
|
+
this.indicatorAxis = this.aeb(0);
|
|
762
768
|
this.indicatorAxis.name = "indicatorAxis";
|
|
763
|
-
this.indicatorXAxis = this.
|
|
764
|
-
this.
|
|
765
|
-
this.
|
|
769
|
+
this.indicatorXAxis = this.acw("indicatorXAxis_0");
|
|
770
|
+
this.afp.add(this.indicatorAxis);
|
|
771
|
+
this.afr.add(this.indicatorXAxis);
|
|
766
772
|
if (this.xAxis.ay == null) {
|
|
767
773
|
this.xAxis.ay = new AxisLabelSettings();
|
|
768
774
|
}
|
|
@@ -781,9 +787,9 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
781
787
|
if (this.indicatorXAxis.ay == null) {
|
|
782
788
|
this.indicatorXAxis.ay = new AxisLabelSettings();
|
|
783
789
|
}
|
|
784
|
-
this.zoomSliderAxis = this.
|
|
790
|
+
this.zoomSliderAxis = this.aeb(0);
|
|
785
791
|
this.zoomSliderAxis.name = "zoomSliderAxis";
|
|
786
|
-
this.zoomSliderXAxis = this.
|
|
792
|
+
this.zoomSliderXAxis = this.acw("zoomSliderXAxis");
|
|
787
793
|
if (this.zoomSliderAxis.ay == null) {
|
|
788
794
|
this.zoomSliderAxis.ay = new AxisLabelSettings();
|
|
789
795
|
}
|
|
@@ -791,31 +797,31 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
791
797
|
this.zoomSliderXAxis.ay = new AxisLabelSettings();
|
|
792
798
|
}
|
|
793
799
|
}
|
|
794
|
-
|
|
800
|
+
q0(a, b) {
|
|
795
801
|
let c = typeCast(MarkerSeries.$, a);
|
|
796
802
|
if (c != null) {
|
|
797
|
-
c.
|
|
803
|
+
c.qh = this.cm(a, b);
|
|
798
804
|
}
|
|
799
805
|
}
|
|
800
|
-
|
|
806
|
+
cl(a) {
|
|
801
807
|
if (a != null) {
|
|
802
808
|
return 1;
|
|
803
809
|
}
|
|
804
|
-
return super.
|
|
810
|
+
return super.cl(a);
|
|
805
811
|
}
|
|
806
|
-
|
|
812
|
+
su(a) {
|
|
807
813
|
if (a.suggestedSecondaryAxis == 2) {
|
|
808
814
|
this.yAxis.lg = true;
|
|
809
815
|
this.yAxis.l7 = 10;
|
|
810
816
|
}
|
|
811
817
|
}
|
|
812
|
-
|
|
813
|
-
this.yAxis.lg = this.
|
|
814
|
-
this.yAxis.l7 = this.
|
|
818
|
+
sx() {
|
|
819
|
+
this.yAxis.lg = this.afi;
|
|
820
|
+
this.yAxis.l7 = this.ahg;
|
|
815
821
|
}
|
|
816
|
-
|
|
822
|
+
adf(a) {
|
|
817
823
|
let b;
|
|
818
|
-
if (this.
|
|
824
|
+
if (this.add == 0) {
|
|
819
825
|
if (a == null || a.index > 0 || stringIsNullOrEmpty(a.getMemberPathFor(12))) {
|
|
820
826
|
b = 4;
|
|
821
827
|
}
|
|
@@ -824,12 +830,12 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
824
830
|
}
|
|
825
831
|
}
|
|
826
832
|
else {
|
|
827
|
-
b = this.
|
|
833
|
+
b = this.add;
|
|
828
834
|
}
|
|
829
|
-
b = this.
|
|
835
|
+
b = this.ade(b);
|
|
830
836
|
return b;
|
|
831
837
|
}
|
|
832
|
-
|
|
838
|
+
ade(a) {
|
|
833
839
|
if ((a == 1 || a == 2)) {
|
|
834
840
|
if (TypeRegistrar.isRegistered("FinancialPriceSeries")) {
|
|
835
841
|
return a;
|
|
@@ -849,7 +855,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
849
855
|
}
|
|
850
856
|
return a;
|
|
851
857
|
}
|
|
852
|
-
|
|
858
|
+
ado(a) {
|
|
853
859
|
if ((a == 2 || a == 3)) {
|
|
854
860
|
if (TypeRegistrar.isRegistered("FinancialPriceSeries")) {
|
|
855
861
|
return a;
|
|
@@ -875,7 +881,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
875
881
|
}
|
|
876
882
|
return a;
|
|
877
883
|
}
|
|
878
|
-
|
|
884
|
+
adh(a) {
|
|
879
885
|
if (a == 2) {
|
|
880
886
|
if (TypeRegistrar.isRegistered("LineSeries")) {
|
|
881
887
|
return a;
|
|
@@ -895,14 +901,14 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
895
901
|
}
|
|
896
902
|
return a;
|
|
897
903
|
}
|
|
898
|
-
|
|
904
|
+
ah3(a) {
|
|
899
905
|
let b = a.getMemberPathFor(14);
|
|
900
906
|
if (stringIsNullOrEmpty(b)) {
|
|
901
907
|
b = a.getMemberPathFor(11);
|
|
902
908
|
}
|
|
903
909
|
return b;
|
|
904
910
|
}
|
|
905
|
-
|
|
911
|
+
acy(axisType_) {
|
|
906
912
|
if ((this.externalObject)) {
|
|
907
913
|
return (this.externalObject.createXAxis(axisType_).i);
|
|
908
914
|
}
|
|
@@ -935,7 +941,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
935
941
|
return null;
|
|
936
942
|
}
|
|
937
943
|
}
|
|
938
|
-
|
|
944
|
+
aec(axisType_) {
|
|
939
945
|
if ((this.externalObject)) {
|
|
940
946
|
return (this.externalObject.createYAxis(axisType_).i);
|
|
941
947
|
}
|
|
@@ -968,22 +974,22 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
968
974
|
return null;
|
|
969
975
|
}
|
|
970
976
|
}
|
|
971
|
-
|
|
972
|
-
return this.
|
|
977
|
+
aei() {
|
|
978
|
+
return this.cw(1);
|
|
973
979
|
}
|
|
974
|
-
|
|
975
|
-
return this.
|
|
980
|
+
aej() {
|
|
981
|
+
return this.cw(0);
|
|
976
982
|
}
|
|
977
|
-
|
|
978
|
-
return this.
|
|
983
|
+
aeh() {
|
|
984
|
+
return this.cw(2);
|
|
979
985
|
}
|
|
980
|
-
|
|
981
|
-
return this.
|
|
986
|
+
aek() {
|
|
987
|
+
return this.cw(20);
|
|
982
988
|
}
|
|
983
|
-
get
|
|
989
|
+
get ae1() {
|
|
984
990
|
return (TypeRegistrar.isRegistered("HorizontalAnchoredCategorySeriesProxy"));
|
|
985
991
|
}
|
|
986
|
-
get
|
|
992
|
+
get adz() {
|
|
987
993
|
if (TypeRegistrar.isRegistered("HorizontalAnchoredCategorySeriesProxy")) {
|
|
988
994
|
return TypeRegistrar.create("HorizontalAnchoredCategorySeriesProxy");
|
|
989
995
|
}
|
|
@@ -991,10 +997,10 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
991
997
|
throw new BaseError(1, "horizontal series module is not loaded, but is required.");
|
|
992
998
|
}
|
|
993
999
|
}
|
|
994
|
-
get
|
|
1000
|
+
get ae4() {
|
|
995
1001
|
return (TypeRegistrar.isRegistered("FinancialPriceSeriesProxy"));
|
|
996
1002
|
}
|
|
997
|
-
get
|
|
1003
|
+
get adx() {
|
|
998
1004
|
if (TypeRegistrar.isRegistered("FinancialPriceSeriesProxy")) {
|
|
999
1005
|
return TypeRegistrar.create("FinancialPriceSeriesProxy");
|
|
1000
1006
|
}
|
|
@@ -1002,10 +1008,10 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1002
1008
|
throw new BaseError(1, "financial series module is not loaded, but is required.");
|
|
1003
1009
|
}
|
|
1004
1010
|
}
|
|
1005
|
-
get
|
|
1011
|
+
get ae2() {
|
|
1006
1012
|
return (TypeRegistrar.isRegistered("IndicatorProxy"));
|
|
1007
1013
|
}
|
|
1008
|
-
get
|
|
1014
|
+
get ad1() {
|
|
1009
1015
|
if (TypeRegistrar.isRegistered("IndicatorProxy")) {
|
|
1010
1016
|
return TypeRegistrar.create("IndicatorProxy");
|
|
1011
1017
|
}
|
|
@@ -1013,10 +1019,10 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1013
1019
|
throw new BaseError(1, "financial series module is not loaded, but is required.");
|
|
1014
1020
|
}
|
|
1015
1021
|
}
|
|
1016
|
-
get
|
|
1022
|
+
get ae3() {
|
|
1017
1023
|
return (TypeRegistrar.isRegistered("OverlayProxy"));
|
|
1018
1024
|
}
|
|
1019
|
-
get
|
|
1025
|
+
get ad6() {
|
|
1020
1026
|
if (TypeRegistrar.isRegistered("OverlayProxy")) {
|
|
1021
1027
|
return TypeRegistrar.create("OverlayProxy");
|
|
1022
1028
|
}
|
|
@@ -1024,60 +1030,60 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1024
1030
|
throw new BaseError(1, "overlay series module is not loaded, but is required.");
|
|
1025
1031
|
}
|
|
1026
1032
|
}
|
|
1027
|
-
|
|
1028
|
-
let c = this.
|
|
1029
|
-
switch (this.
|
|
1033
|
+
cv(a, b) {
|
|
1034
|
+
let c = this.ah3(a);
|
|
1035
|
+
switch (this.adf(a)) {
|
|
1030
1036
|
case 3:
|
|
1031
|
-
let d = this.
|
|
1032
|
-
this.
|
|
1033
|
-
this.
|
|
1034
|
-
this.
|
|
1035
|
-
this.
|
|
1037
|
+
let d = this.aei();
|
|
1038
|
+
this.adz.setValueMemberPath(d, c);
|
|
1039
|
+
this.adz.setXAxis(d, this.xAxis);
|
|
1040
|
+
this.adz.setYAxis(d, this.yAxis);
|
|
1041
|
+
this.adz.setCategoryMode(d, 1);
|
|
1036
1042
|
return d;
|
|
1037
1043
|
case 4:
|
|
1038
|
-
let e = this.
|
|
1039
|
-
this.
|
|
1040
|
-
this.
|
|
1041
|
-
this.
|
|
1042
|
-
this.
|
|
1044
|
+
let e = this.aej();
|
|
1045
|
+
this.adz.setValueMemberPath(e, c);
|
|
1046
|
+
this.adz.setXAxis(e, this.xAxis);
|
|
1047
|
+
this.adz.setYAxis(e, this.yAxis);
|
|
1048
|
+
this.adz.setCategoryMode(e, 1);
|
|
1043
1049
|
return e;
|
|
1044
1050
|
default:
|
|
1045
1051
|
case 1:
|
|
1046
1052
|
case 2:
|
|
1047
|
-
let f = this.
|
|
1048
|
-
this.
|
|
1049
|
-
this.
|
|
1050
|
-
this.
|
|
1051
|
-
this.
|
|
1052
|
-
this.
|
|
1053
|
-
this.
|
|
1054
|
-
this.
|
|
1055
|
-
this.
|
|
1056
|
-
this.
|
|
1053
|
+
let f = this.aek();
|
|
1054
|
+
this.adx.setOpenMemberPath(f, a.getMemberPathFor(11));
|
|
1055
|
+
this.adx.setHighMemberPath(f, a.getMemberPathFor(12));
|
|
1056
|
+
this.adx.setLowMemberPath(f, a.getMemberPathFor(13));
|
|
1057
|
+
this.adx.setCloseMemberPath(f, a.getMemberPathFor(14));
|
|
1058
|
+
this.adx.setVolumeMemberPath(f, a.getMemberPathFor(15));
|
|
1059
|
+
this.adx.setXAxis(f, this.xAxis);
|
|
1060
|
+
this.adx.setYAxis(f, this.yAxis);
|
|
1061
|
+
this.adx.setDisplayType(f, this.add == 1 ? 1 : 0);
|
|
1062
|
+
this.adx.setCategoryMode(f, 1);
|
|
1057
1063
|
return f;
|
|
1058
1064
|
}
|
|
1059
1065
|
}
|
|
1060
|
-
|
|
1061
|
-
super.
|
|
1062
|
-
this.
|
|
1063
|
-
this.
|
|
1064
|
-
if (this.
|
|
1065
|
-
this.
|
|
1066
|
+
sw() {
|
|
1067
|
+
super.sw();
|
|
1068
|
+
this.aku(this.xAxis);
|
|
1069
|
+
this.ali(false);
|
|
1070
|
+
if (this.adi != 0 && this.volumeChart != null) {
|
|
1071
|
+
this.ak1();
|
|
1066
1072
|
}
|
|
1067
|
-
this.
|
|
1068
|
-
this.
|
|
1069
|
-
this.
|
|
1070
|
-
this.
|
|
1071
|
-
if (this.
|
|
1072
|
-
this.
|
|
1073
|
-
this.
|
|
1073
|
+
this.aku(this.volumeXAxis);
|
|
1074
|
+
this.aku(this.indicatorXAxis);
|
|
1075
|
+
this.alf();
|
|
1076
|
+
this.alh();
|
|
1077
|
+
if (this.adp != 0) {
|
|
1078
|
+
this.ak2();
|
|
1079
|
+
this.aku(this.zoomSliderXAxis);
|
|
1074
1080
|
}
|
|
1075
1081
|
}
|
|
1076
|
-
|
|
1077
|
-
super.
|
|
1082
|
+
aar(a, b) {
|
|
1083
|
+
super.aar(a, b);
|
|
1078
1084
|
a(this.volumeXAxis);
|
|
1079
|
-
if (this.
|
|
1080
|
-
for (let c of fromEnum(this.
|
|
1085
|
+
if (this.afr != null) {
|
|
1086
|
+
for (let c of fromEnum(this.afr)) {
|
|
1081
1087
|
a(c);
|
|
1082
1088
|
}
|
|
1083
1089
|
}
|
|
@@ -1092,49 +1098,55 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1092
1098
|
a(this.zoomSliderXAxis);
|
|
1093
1099
|
}
|
|
1094
1100
|
}
|
|
1095
|
-
|
|
1096
|
-
super.
|
|
1101
|
+
aaw(a, b) {
|
|
1102
|
+
super.aaw(a, b);
|
|
1097
1103
|
if (b) {
|
|
1098
1104
|
a(this.volumeAxis);
|
|
1099
|
-
if (this.
|
|
1100
|
-
for (let c of fromEnum(this.
|
|
1105
|
+
if (this.afp != null) {
|
|
1106
|
+
for (let c of fromEnum(this.afp)) {
|
|
1101
1107
|
a(c);
|
|
1102
1108
|
}
|
|
1103
1109
|
}
|
|
1104
1110
|
a(this.zoomSliderAxis);
|
|
1105
1111
|
}
|
|
1106
1112
|
}
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
}
|
|
1113
|
-
|
|
1114
|
-
super.
|
|
1115
|
-
this.
|
|
1116
|
-
this.
|
|
1117
|
-
this.
|
|
1118
|
-
}
|
|
1119
|
-
|
|
1120
|
-
super.
|
|
1121
|
-
this.
|
|
1122
|
-
this.
|
|
1123
|
-
this.
|
|
1124
|
-
}
|
|
1125
|
-
|
|
1126
|
-
super.
|
|
1127
|
-
this.
|
|
1128
|
-
this.
|
|
1129
|
-
this.
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
super.
|
|
1113
|
+
aky(a) {
|
|
1114
|
+
let b = typeCast(IZoomableCategoryAxis_$type, this.xAxis);
|
|
1115
|
+
if (b != null) {
|
|
1116
|
+
a(b);
|
|
1117
|
+
}
|
|
1118
|
+
}
|
|
1119
|
+
aau(a) {
|
|
1120
|
+
super.aau(a);
|
|
1121
|
+
this.aal(this.volumeXAxis, a);
|
|
1122
|
+
this.aal(this.indicatorXAxis, a);
|
|
1123
|
+
this.aal(this.zoomSliderXAxis, a);
|
|
1124
|
+
}
|
|
1125
|
+
aaz(a) {
|
|
1126
|
+
super.aaz(a);
|
|
1127
|
+
this.aal(this.volumeAxis, a);
|
|
1128
|
+
this.aal(this.indicatorAxis, a);
|
|
1129
|
+
this.aal(this.zoomSliderAxis, a);
|
|
1130
|
+
}
|
|
1131
|
+
aax(a) {
|
|
1132
|
+
super.aax(a);
|
|
1133
|
+
this.aak(this.volumeAxis, a);
|
|
1134
|
+
this.aak(this.indicatorAxis, a);
|
|
1135
|
+
this.aak(this.zoomSliderAxis, a);
|
|
1136
|
+
}
|
|
1137
|
+
aas(a) {
|
|
1138
|
+
super.aas(a);
|
|
1139
|
+
this.aak(this.volumeXAxis, a);
|
|
1140
|
+
this.aak(this.indicatorXAxis, a);
|
|
1141
|
+
this.aak(this.zoomSliderXAxis, a);
|
|
1142
|
+
}
|
|
1143
|
+
rm(a) {
|
|
1144
|
+
super.rm(a);
|
|
1133
1145
|
if (a == null) {
|
|
1134
1146
|
return;
|
|
1135
1147
|
}
|
|
1136
1148
|
if (a == this.zoomSliderChart) {
|
|
1137
|
-
a.
|
|
1149
|
+
a.uk = a.un = false;
|
|
1138
1150
|
a.legend = null;
|
|
1139
1151
|
if (this.dataChart != null) {
|
|
1140
1152
|
a.ag = this.dataChart.ag;
|
|
@@ -1144,50 +1156,50 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1144
1156
|
else {
|
|
1145
1157
|
SyncManager.d(a, ((() => {
|
|
1146
1158
|
let $ret = new SyncSettings();
|
|
1147
|
-
$ret.syncChannel = this.
|
|
1159
|
+
$ret.syncChannel = this.aiy();
|
|
1148
1160
|
$ret.synchronizeHorizontally = true;
|
|
1149
1161
|
$ret.synchronizeVertically = false;
|
|
1150
1162
|
return $ret;
|
|
1151
1163
|
})()));
|
|
1152
1164
|
SyncManager.c(a);
|
|
1153
1165
|
}
|
|
1154
|
-
a.
|
|
1166
|
+
a.ci = 2;
|
|
1155
1167
|
}
|
|
1156
|
-
|
|
1157
|
-
if (this.
|
|
1158
|
-
FinancialChart.
|
|
1159
|
-
this.
|
|
1168
|
+
aiy() {
|
|
1169
|
+
if (this.ahv == null) {
|
|
1170
|
+
FinancialChart.ahf++;
|
|
1171
|
+
this.ahv = FinancialChart.ahf.toString();
|
|
1160
1172
|
}
|
|
1161
|
-
return this.
|
|
1173
|
+
return this.ahv;
|
|
1162
1174
|
}
|
|
1163
|
-
|
|
1164
|
-
this.
|
|
1165
|
-
this.
|
|
1175
|
+
akg(a, b) {
|
|
1176
|
+
this.aj2();
|
|
1177
|
+
this.akw();
|
|
1166
1178
|
}
|
|
1167
|
-
|
|
1179
|
+
aj2() {
|
|
1168
1180
|
if (this.yAxis.b7()) {
|
|
1169
1181
|
return;
|
|
1170
1182
|
}
|
|
1171
1183
|
let a = this.yAxis.av.bd;
|
|
1172
|
-
if (this.
|
|
1184
|
+
if (this.adi != 0) {
|
|
1173
1185
|
a = Math.max(a, this.volumeAxis.av.bd);
|
|
1174
1186
|
}
|
|
1175
|
-
for (let b of fromEnum(this.
|
|
1187
|
+
for (let b of fromEnum(this.afp)) {
|
|
1176
1188
|
a = Math.max(a, b.av.bd);
|
|
1177
1189
|
}
|
|
1178
|
-
this.
|
|
1190
|
+
this.aj3(a);
|
|
1179
1191
|
}
|
|
1180
|
-
|
|
1192
|
+
aj3(a) {
|
|
1181
1193
|
if (this.yAxis.b7()) {
|
|
1182
1194
|
return;
|
|
1183
1195
|
}
|
|
1184
1196
|
this.yAxis.er = this.volumeAxis.er = a;
|
|
1185
|
-
for (let b of fromEnum(this.
|
|
1197
|
+
for (let b of fromEnum(this.afp)) {
|
|
1186
1198
|
b.er = a;
|
|
1187
1199
|
}
|
|
1188
1200
|
this.zoomSliderAxis.er = this.yAxis.er;
|
|
1189
1201
|
}
|
|
1190
|
-
|
|
1202
|
+
aj8(a) {
|
|
1191
1203
|
if (this.indicatorCharts == null) {
|
|
1192
1204
|
return;
|
|
1193
1205
|
}
|
|
@@ -1195,14 +1207,14 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1195
1207
|
let c = this.indicatorCharts._inner[b];
|
|
1196
1208
|
for (let d = 0; d < c.series.count; d++) {
|
|
1197
1209
|
let e = c.series._inner[d];
|
|
1198
|
-
if (!(this.
|
|
1210
|
+
if (!(this.ae6(e))) {
|
|
1199
1211
|
continue;
|
|
1200
1212
|
}
|
|
1201
1213
|
a(c.series._inner[d], b);
|
|
1202
1214
|
}
|
|
1203
1215
|
}
|
|
1204
1216
|
}
|
|
1205
|
-
|
|
1217
|
+
akb(a) {
|
|
1206
1218
|
if (this.volumeChart == null) {
|
|
1207
1219
|
return;
|
|
1208
1220
|
}
|
|
@@ -1214,35 +1226,35 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1214
1226
|
a(this.volumeChart.series._inner[b], b);
|
|
1215
1227
|
}
|
|
1216
1228
|
}
|
|
1217
|
-
|
|
1229
|
+
aj9(a) {
|
|
1218
1230
|
if (this.dataChart == null) {
|
|
1219
1231
|
return;
|
|
1220
1232
|
}
|
|
1221
1233
|
for (let b = 0; b < this.dataChart.series.count; b++) {
|
|
1222
1234
|
let c = this.dataChart.series._inner[b];
|
|
1223
|
-
if (!this.
|
|
1235
|
+
if (!this.ae8(c)) {
|
|
1224
1236
|
continue;
|
|
1225
1237
|
}
|
|
1226
1238
|
a(c, b);
|
|
1227
1239
|
}
|
|
1228
1240
|
}
|
|
1229
|
-
|
|
1241
|
+
aka(a, b) {
|
|
1230
1242
|
if (this.dataChart == null) {
|
|
1231
1243
|
return;
|
|
1232
1244
|
}
|
|
1233
1245
|
for (let c = 0; c < this.dataChart.series.count; c++) {
|
|
1234
1246
|
let d = this.dataChart.series._inner[c];
|
|
1235
|
-
if (this.
|
|
1247
|
+
if (this.ae8(d)) {
|
|
1236
1248
|
continue;
|
|
1237
1249
|
}
|
|
1238
|
-
let e = this.
|
|
1250
|
+
let e = this.ag9(d, c);
|
|
1239
1251
|
a(d, e);
|
|
1240
1252
|
}
|
|
1241
1253
|
if (b) {
|
|
1242
|
-
this.
|
|
1254
|
+
this.akc(a);
|
|
1243
1255
|
}
|
|
1244
1256
|
}
|
|
1245
|
-
|
|
1257
|
+
akc(a) {
|
|
1246
1258
|
if (this.zoomSliderChart == null) {
|
|
1247
1259
|
return;
|
|
1248
1260
|
}
|
|
@@ -1254,31 +1266,31 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1254
1266
|
a(this.zoomSliderChart.series._inner[b], b);
|
|
1255
1267
|
}
|
|
1256
1268
|
}
|
|
1257
|
-
|
|
1269
|
+
ag9(a, b) {
|
|
1258
1270
|
if (a.cb != this.dataChart) {
|
|
1259
1271
|
return b;
|
|
1260
1272
|
}
|
|
1261
|
-
let c = this.
|
|
1262
|
-
let d = this.
|
|
1273
|
+
let c = this.ba == null || this.ba.dataSeries == null ? 0 : this.ba.dataSeries.count;
|
|
1274
|
+
let d = this.adt == null ? 0 : this.adt.count;
|
|
1263
1275
|
return b - (c * d);
|
|
1264
1276
|
}
|
|
1265
|
-
|
|
1266
|
-
super.
|
|
1267
|
-
this.
|
|
1268
|
-
this.
|
|
1269
|
-
this.
|
|
1277
|
+
rc(a) {
|
|
1278
|
+
super.rc(a);
|
|
1279
|
+
this.akb(a);
|
|
1280
|
+
this.aj8(a);
|
|
1281
|
+
this.akc(a);
|
|
1270
1282
|
}
|
|
1271
1283
|
get volumeChart() {
|
|
1272
|
-
return this.
|
|
1284
|
+
return this.aeo;
|
|
1273
1285
|
}
|
|
1274
1286
|
set volumeChart(a) {
|
|
1275
1287
|
let b = this.volumeChart;
|
|
1276
1288
|
if (a != b) {
|
|
1277
|
-
this.
|
|
1278
|
-
this.
|
|
1289
|
+
this.aeo = a;
|
|
1290
|
+
this.sc("VolumeChart", b, this.volumeChart);
|
|
1279
1291
|
}
|
|
1280
1292
|
}
|
|
1281
|
-
|
|
1293
|
+
ak1() {
|
|
1282
1294
|
if (this.dataChart == null) {
|
|
1283
1295
|
return;
|
|
1284
1296
|
}
|
|
@@ -1287,136 +1299,136 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1287
1299
|
let b = -1;
|
|
1288
1300
|
for (let c = 0; c < this.dataChart.series.count; c++) {
|
|
1289
1301
|
let d = this.dataChart.series._inner[c];
|
|
1290
|
-
if (this.
|
|
1302
|
+
if (this.ae8(d) || d.dc) {
|
|
1291
1303
|
continue;
|
|
1292
1304
|
}
|
|
1293
1305
|
b++;
|
|
1294
1306
|
let e;
|
|
1295
|
-
let f = this.
|
|
1296
|
-
f = this.
|
|
1307
|
+
let f = this.adi;
|
|
1308
|
+
f = this.adh(f);
|
|
1297
1309
|
switch (f) {
|
|
1298
1310
|
case 2:
|
|
1299
|
-
e = this.
|
|
1311
|
+
e = this.aej();
|
|
1300
1312
|
break;
|
|
1301
1313
|
case 3:
|
|
1302
|
-
e = this.
|
|
1314
|
+
e = this.aeh();
|
|
1303
1315
|
break;
|
|
1304
1316
|
default:
|
|
1305
1317
|
case 1:
|
|
1306
|
-
e = this.
|
|
1318
|
+
e = this.aei();
|
|
1307
1319
|
break;
|
|
1308
1320
|
}
|
|
1309
|
-
this.
|
|
1321
|
+
this.adz.setCategoryMode(e, 1);
|
|
1310
1322
|
e.name = "volumeSeries_" + b;
|
|
1311
1323
|
e.itemsSource = d.itemsSource;
|
|
1312
|
-
this.
|
|
1313
|
-
this.
|
|
1314
|
-
this.
|
|
1324
|
+
this.adz.setXAxis(e, this.volumeXAxis);
|
|
1325
|
+
this.adz.setYAxis(e, this.volumeAxis);
|
|
1326
|
+
this.adz.setValueMemberPath(e, this.ba != null && this.ba.dataSeries != null && this.ba.dataSeries.count > b ? this.ba.dataSeries._inner[b].getMemberPathFor(15) : null);
|
|
1315
1327
|
e.title = d.title + " Volume";
|
|
1316
|
-
e.
|
|
1317
|
-
e.
|
|
1318
|
-
e.
|
|
1328
|
+
e.o7 = ArrayExtension.getModulus$1(Brush.$, this.acq, b);
|
|
1329
|
+
e.pc = ArrayExtension.getModulus$1(Brush.$, this.acr, b);
|
|
1330
|
+
e.g1 = this.agk;
|
|
1319
1331
|
a.add(e);
|
|
1320
1332
|
}
|
|
1321
|
-
let g = this.
|
|
1333
|
+
let g = this.ga("volume", false);
|
|
1322
1334
|
if (g != null) {
|
|
1323
1335
|
a.o(g);
|
|
1324
1336
|
}
|
|
1325
1337
|
for (let h = 0; h < a.count; h++) {
|
|
1326
1338
|
let i = a._inner[h];
|
|
1327
1339
|
this.volumeChart.series.add(i);
|
|
1328
|
-
this.
|
|
1340
|
+
this.rr(i, h);
|
|
1329
1341
|
}
|
|
1330
1342
|
}
|
|
1331
|
-
|
|
1332
|
-
if (!this.
|
|
1343
|
+
ae5(a) {
|
|
1344
|
+
if (!this.ae1) {
|
|
1333
1345
|
return false;
|
|
1334
1346
|
}
|
|
1335
|
-
return this.
|
|
1347
|
+
return this.adz.matchesType(a);
|
|
1336
1348
|
}
|
|
1337
|
-
|
|
1338
|
-
if (!this.
|
|
1349
|
+
ae9(a) {
|
|
1350
|
+
if (!this.ae4) {
|
|
1339
1351
|
return false;
|
|
1340
1352
|
}
|
|
1341
|
-
return this.
|
|
1353
|
+
return this.adx.matchesType(a);
|
|
1342
1354
|
}
|
|
1343
|
-
|
|
1344
|
-
if (!this.
|
|
1355
|
+
ae6(a) {
|
|
1356
|
+
if (!this.ae2) {
|
|
1345
1357
|
return false;
|
|
1346
1358
|
}
|
|
1347
|
-
return this.
|
|
1359
|
+
return this.ad1.matchesType(a);
|
|
1348
1360
|
}
|
|
1349
|
-
|
|
1350
|
-
if (!this.
|
|
1361
|
+
ae8(a) {
|
|
1362
|
+
if (!this.ae3) {
|
|
1351
1363
|
return false;
|
|
1352
1364
|
}
|
|
1353
|
-
return this.
|
|
1365
|
+
return this.ad6.matchesType(a);
|
|
1354
1366
|
}
|
|
1355
|
-
|
|
1367
|
+
ak0() {
|
|
1356
1368
|
if (this.dataChart == null) {
|
|
1357
1369
|
return;
|
|
1358
1370
|
}
|
|
1359
1371
|
let a = 0;
|
|
1360
|
-
let b = this.
|
|
1372
|
+
let b = this.adr == null ? 0 : this.adr.count;
|
|
1361
1373
|
let c = this.customIndicatorNames == null ? 0 : this.customIndicatorNames.count;
|
|
1362
1374
|
let d = b + c;
|
|
1363
1375
|
for (let e = 0; e < d; e++) {
|
|
1364
1376
|
let f = new List$1(Series.$, 0);
|
|
1365
1377
|
let g = this.indicatorCharts._inner[e];
|
|
1366
1378
|
let h = e >= b;
|
|
1367
|
-
let i = h ? this.customIndicatorNames._inner[e - b] : EnumUtil.getName(FinancialIndicatorType_$type, this.
|
|
1379
|
+
let i = h ? this.customIndicatorNames._inner[e - b] : EnumUtil.getName(FinancialIndicatorType_$type, this.adr._inner[e]);
|
|
1368
1380
|
let j = -1;
|
|
1369
1381
|
for (let k = 0; k < this.dataChart.series.count; k++) {
|
|
1370
1382
|
let l = this.dataChart.series._inner[k];
|
|
1371
|
-
if (this.
|
|
1383
|
+
if (this.ae8(l) || l.dc) {
|
|
1372
1384
|
continue;
|
|
1373
1385
|
}
|
|
1374
1386
|
j++;
|
|
1375
1387
|
let m;
|
|
1376
1388
|
if (h) {
|
|
1377
|
-
let n = this.
|
|
1378
|
-
this.
|
|
1389
|
+
let n = this.ael("Custom");
|
|
1390
|
+
this.ad1.handleCustomIndicatorEvent(n, runOn(this, this.ake));
|
|
1379
1391
|
m = n;
|
|
1380
1392
|
}
|
|
1381
1393
|
else {
|
|
1382
|
-
m = this.
|
|
1394
|
+
m = this.aen(this.adr._inner[e]);
|
|
1383
1395
|
}
|
|
1384
1396
|
if (m == null) {
|
|
1385
1397
|
continue;
|
|
1386
1398
|
}
|
|
1387
1399
|
m.name = "indicator_" + a++;
|
|
1388
|
-
this.
|
|
1389
|
-
this.
|
|
1400
|
+
this.ad1.setXAxis(m, this.afr._inner[e]);
|
|
1401
|
+
this.ad1.setYAxis(m, this.afp._inner[e]);
|
|
1390
1402
|
m.itemsSource = l.itemsSource;
|
|
1391
|
-
this.
|
|
1392
|
-
this.
|
|
1393
|
-
this.
|
|
1394
|
-
this.
|
|
1395
|
-
this.
|
|
1403
|
+
this.ad1.setOpenMemberPath(m, this.ba.dataSeries._inner[j].getMemberPathFor(11));
|
|
1404
|
+
this.ad1.setHighMemberPath(m, this.ba.dataSeries._inner[j].getMemberPathFor(12));
|
|
1405
|
+
this.ad1.setLowMemberPath(m, this.ba.dataSeries._inner[j].getMemberPathFor(13));
|
|
1406
|
+
this.ad1.setCloseMemberPath(m, this.ba.dataSeries._inner[j].getMemberPathFor(14));
|
|
1407
|
+
this.ad1.setVolumeMemberPath(m, this.ba.dataSeries._inner[j].getMemberPathFor(15));
|
|
1396
1408
|
m.title = l.title + " " + i;
|
|
1397
|
-
m.
|
|
1398
|
-
m.
|
|
1399
|
-
if (this.
|
|
1400
|
-
this.
|
|
1401
|
-
this.
|
|
1409
|
+
m.o7 = ArrayExtension.getModulus$1(Brush.$, this.ack, e);
|
|
1410
|
+
m.g1 = this.agg;
|
|
1411
|
+
if (this.ae6(m)) {
|
|
1412
|
+
this.ad1.setNegativeBrush(m, ArrayExtension.getModulus$1(Brush.$, this.acl, e));
|
|
1413
|
+
this.ad1.setDisplayType(m, ArrayExtension.getModulus$1(IndicatorDisplayType_$type, this.ad3, e));
|
|
1402
1414
|
}
|
|
1403
|
-
if (this.
|
|
1404
|
-
this.
|
|
1415
|
+
if (this.ahb != -2147483648 && this.ae6(m)) {
|
|
1416
|
+
this.ad1.setPeriodOverride(m, this.ahb);
|
|
1405
1417
|
}
|
|
1406
|
-
if (this.
|
|
1407
|
-
this.
|
|
1418
|
+
if (this.ae6(m)) {
|
|
1419
|
+
this.ad1.setSmoothingPeriod(m, this.ahe);
|
|
1408
1420
|
}
|
|
1409
|
-
if (this.
|
|
1410
|
-
this.
|
|
1421
|
+
if (this.ae6(m)) {
|
|
1422
|
+
this.ad1.setSignalPeriod(m, this.ahd);
|
|
1411
1423
|
}
|
|
1412
|
-
if (this.
|
|
1413
|
-
this.
|
|
1414
|
-
this.
|
|
1424
|
+
if (this.ae6(m)) {
|
|
1425
|
+
this.ad1.setShortPeriod(m, this.ahc);
|
|
1426
|
+
this.ad1.setLongPeriod(m, this.aha);
|
|
1415
1427
|
}
|
|
1416
|
-
this.
|
|
1428
|
+
this.rr(m, e);
|
|
1417
1429
|
f.add(m);
|
|
1418
1430
|
}
|
|
1419
|
-
let o = this.
|
|
1431
|
+
let o = this.ga(i, false);
|
|
1420
1432
|
for (let p = 0; p < f.count; p++) {
|
|
1421
1433
|
let q = f._inner[p];
|
|
1422
1434
|
g.series.add(q);
|
|
@@ -1425,62 +1437,62 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1425
1437
|
for (let r = 0; r < o.count; r++) {
|
|
1426
1438
|
let s = o._inner[r];
|
|
1427
1439
|
g.series.add(s);
|
|
1428
|
-
this.
|
|
1440
|
+
this.rr(s, r);
|
|
1429
1441
|
}
|
|
1430
1442
|
}
|
|
1431
1443
|
}
|
|
1432
1444
|
}
|
|
1433
|
-
|
|
1445
|
+
ael(indicatorName_) {
|
|
1434
1446
|
return (this.externalObject.createIndicator(indicatorName_ + 'Indicator').i);
|
|
1435
1447
|
}
|
|
1436
|
-
|
|
1437
|
-
return this.
|
|
1448
|
+
aen(a) {
|
|
1449
|
+
return this.ael(EnumUtil.getName(FinancialIndicatorType_$type, a));
|
|
1438
1450
|
}
|
|
1439
|
-
|
|
1440
|
-
if (this.
|
|
1451
|
+
ali(a) {
|
|
1452
|
+
if (this.adb == null) {
|
|
1441
1453
|
return;
|
|
1442
1454
|
}
|
|
1443
1455
|
let b = this.xAxis;
|
|
1444
1456
|
if (b.actualMinimumValue > b.actualMaximumValue) {
|
|
1445
1457
|
return;
|
|
1446
1458
|
}
|
|
1447
|
-
this.
|
|
1448
|
-
this.
|
|
1459
|
+
this.adb.as = b.actualMinimumValue;
|
|
1460
|
+
this.adb.ar = b.actualMaximumValue;
|
|
1449
1461
|
if (a) {
|
|
1450
|
-
this.
|
|
1451
|
-
this.
|
|
1462
|
+
this.adb.au = b.visibleMinimum;
|
|
1463
|
+
this.adb.at = b.visibleMaximum;
|
|
1452
1464
|
}
|
|
1453
|
-
this.
|
|
1465
|
+
this.adb.bn();
|
|
1454
1466
|
}
|
|
1455
|
-
|
|
1467
|
+
ju() {
|
|
1456
1468
|
let a = ((() => {
|
|
1457
1469
|
let $ret = new FinancialChartVisualData();
|
|
1458
|
-
$ret.mainChart = super.
|
|
1459
|
-
$ret.volumeChart = this.volumeChart == null ? null : this.volumeChart.
|
|
1460
|
-
$ret.toolbar = this.
|
|
1461
|
-
$ret.zoomChart = this.zoomSliderChart == null ? null : this.zoomSliderChart.
|
|
1470
|
+
$ret.mainChart = super.ju();
|
|
1471
|
+
$ret.volumeChart = this.volumeChart == null ? null : this.volumeChart.vw();
|
|
1472
|
+
$ret.toolbar = this.adb == null ? null : this.adb.aj();
|
|
1473
|
+
$ret.zoomChart = this.zoomSliderChart == null ? null : this.zoomSliderChart.vw();
|
|
1462
1474
|
return $ret;
|
|
1463
1475
|
})());
|
|
1464
1476
|
if (this.indicatorCharts != null) {
|
|
1465
1477
|
a.indicatorCharts = new List$1(Base.$, 0);
|
|
1466
1478
|
for (let b of fromEnum(this.indicatorCharts)) {
|
|
1467
|
-
a.indicatorCharts.add1(b.
|
|
1479
|
+
a.indicatorCharts.add1(b.vw());
|
|
1468
1480
|
}
|
|
1469
1481
|
}
|
|
1470
1482
|
if (this.dataChart != null) {
|
|
1471
|
-
a.mainChartLeft = this.
|
|
1472
|
-
a.mainChartTop = this.
|
|
1483
|
+
a.mainChartLeft = this.alr(this.dataChart).x;
|
|
1484
|
+
a.mainChartTop = this.alr(this.dataChart).y;
|
|
1473
1485
|
}
|
|
1474
1486
|
if (this.volumeChart != null) {
|
|
1475
|
-
a.volumeChartLeft = this.
|
|
1476
|
-
a.volumeChartTop = this.
|
|
1487
|
+
a.volumeChartLeft = this.alr(this.volumeChart).x;
|
|
1488
|
+
a.volumeChartTop = this.alr(this.volumeChart).y;
|
|
1477
1489
|
}
|
|
1478
1490
|
if (this.zoomSliderChart != null) {
|
|
1479
|
-
a.zoomChartLeft = this.
|
|
1480
|
-
a.zoomChartTop = this.
|
|
1491
|
+
a.zoomChartLeft = this.alr(this.zoomSliderChart).x;
|
|
1492
|
+
a.zoomChartTop = this.alr(this.zoomSliderChart).y;
|
|
1481
1493
|
}
|
|
1482
|
-
if (this.
|
|
1483
|
-
let c = this.
|
|
1494
|
+
if (this.adb != null) {
|
|
1495
|
+
let c = this.als(this.adb);
|
|
1484
1496
|
a.toolbarLeft = c.left;
|
|
1485
1497
|
a.toolbarTop = c.top;
|
|
1486
1498
|
a.toolbarWidth = c.width;
|
|
@@ -1490,81 +1502,81 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1490
1502
|
a.indicatorChartLefts = new List$1(Number_$type, 0);
|
|
1491
1503
|
a.indicatorChartTops = new List$1(Number_$type, 0);
|
|
1492
1504
|
for (let d of fromEnum(this.indicatorCharts)) {
|
|
1493
|
-
a.indicatorChartLefts.add(this.
|
|
1494
|
-
a.indicatorChartTops.add(this.
|
|
1505
|
+
a.indicatorChartLefts.add(this.alr(d).x);
|
|
1506
|
+
a.indicatorChartTops.add(this.alr(d).y);
|
|
1495
1507
|
}
|
|
1496
1508
|
}
|
|
1497
|
-
let e = this.
|
|
1509
|
+
let e = this.alu();
|
|
1498
1510
|
a.legendLeft = e.left;
|
|
1499
1511
|
a.legendTop = e.top;
|
|
1500
1512
|
a.legendWidth = e.width;
|
|
1501
1513
|
a.legendHeight = e.height;
|
|
1502
|
-
a.legend = this.
|
|
1514
|
+
a.legend = this.adv == null ? null : this.adv.exportVisualData();
|
|
1503
1515
|
return a;
|
|
1504
1516
|
}
|
|
1505
|
-
|
|
1506
|
-
let a = this.
|
|
1517
|
+
ah0() {
|
|
1518
|
+
let a = this.ju();
|
|
1507
1519
|
a.scaleByViewport();
|
|
1508
1520
|
return a.serialize();
|
|
1509
1521
|
}
|
|
1510
|
-
|
|
1522
|
+
aem(overlayName_) {
|
|
1511
1523
|
return (this.externalObject.createOverlay(overlayName_ + 'Overlay').i);
|
|
1512
1524
|
}
|
|
1513
|
-
|
|
1525
|
+
alh() {
|
|
1514
1526
|
if (this.dataChart == null) {
|
|
1515
1527
|
return;
|
|
1516
1528
|
}
|
|
1517
1529
|
let a = new List$1(Series.$, 0);
|
|
1518
1530
|
for (let b of fromEnum(this.dataChart.series)) {
|
|
1519
|
-
if (this.
|
|
1531
|
+
if (this.ae8(b)) {
|
|
1520
1532
|
a.add(b);
|
|
1521
1533
|
}
|
|
1522
1534
|
}
|
|
1523
1535
|
for (let c of fromEnum(a)) {
|
|
1524
1536
|
this.dataChart.series.remove(c);
|
|
1525
1537
|
}
|
|
1526
|
-
if (this.
|
|
1538
|
+
if (this.adt == null) {
|
|
1527
1539
|
return;
|
|
1528
1540
|
}
|
|
1529
1541
|
let d = new List$1(Series.$, 0);
|
|
1530
1542
|
let e = -1;
|
|
1531
1543
|
for (let f = 0; f < this.dataChart.series.count; f++) {
|
|
1532
1544
|
let g = this.dataChart.series._inner[f];
|
|
1533
|
-
if (this.
|
|
1545
|
+
if (this.ae8(g) || g.dc) {
|
|
1534
1546
|
continue;
|
|
1535
1547
|
}
|
|
1536
1548
|
e++;
|
|
1537
|
-
for (let h = 0; h < this.
|
|
1538
|
-
let i = this.
|
|
1549
|
+
for (let h = 0; h < this.adt.count; h++) {
|
|
1550
|
+
let i = this.adt._inner[h];
|
|
1539
1551
|
let j;
|
|
1540
1552
|
switch (i) {
|
|
1541
1553
|
case 1:
|
|
1542
|
-
j = this.
|
|
1554
|
+
j = this.aem(EnumUtil.getName(FinancialOverlayType_$type, i));
|
|
1543
1555
|
break;
|
|
1544
1556
|
default:
|
|
1545
1557
|
case 0:
|
|
1546
|
-
j = this.
|
|
1558
|
+
j = this.aem(EnumUtil.getName(FinancialOverlayType_$type, i));
|
|
1547
1559
|
break;
|
|
1548
1560
|
}
|
|
1549
1561
|
j.name = g.name + "_" + EnumUtil.getName(FinancialOverlayType_$type, i);
|
|
1550
|
-
this.
|
|
1551
|
-
this.
|
|
1562
|
+
this.ad6.setXAxis(j, this.xAxis);
|
|
1563
|
+
this.ad6.setYAxis(j, this.yAxis);
|
|
1552
1564
|
j.itemsSource = g.itemsSource;
|
|
1553
|
-
let k = e * this.
|
|
1554
|
-
j.
|
|
1555
|
-
j.
|
|
1556
|
-
j.
|
|
1565
|
+
let k = e * this.adt.count + h;
|
|
1566
|
+
j.o7 = ArrayExtension.getModulus$1(Brush.$, this.aco, k);
|
|
1567
|
+
j.pc = ArrayExtension.getModulus$1(Brush.$, this.acp, k);
|
|
1568
|
+
j.g1 = this.agi;
|
|
1557
1569
|
j.title = g.title + " " + EnumUtil.getName(FinancialOverlayType_$type, i);
|
|
1558
1570
|
let l = g;
|
|
1559
1571
|
if (l == null) {
|
|
1560
1572
|
continue;
|
|
1561
1573
|
}
|
|
1562
|
-
let m = this.
|
|
1563
|
-
this.
|
|
1564
|
-
this.
|
|
1565
|
-
this.
|
|
1566
|
-
this.
|
|
1567
|
-
this.
|
|
1574
|
+
let m = this.ba.dataSeries._inner[e];
|
|
1575
|
+
this.ad6.setOpenMemberPath(j, m.getMemberPathFor(11));
|
|
1576
|
+
this.ad6.setHighMemberPath(j, m.getMemberPathFor(12));
|
|
1577
|
+
this.ad6.setLowMemberPath(j, m.getMemberPathFor(13));
|
|
1578
|
+
this.ad6.setCloseMemberPath(j, m.getMemberPathFor(14));
|
|
1579
|
+
this.ad6.setVolumeMemberPath(j, m.getMemberPathFor(15));
|
|
1568
1580
|
d.add(j);
|
|
1569
1581
|
}
|
|
1570
1582
|
}
|
|
@@ -1580,53 +1592,53 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1580
1592
|
for (let p = 0; p < d.count; p++) {
|
|
1581
1593
|
let q = d._inner[p];
|
|
1582
1594
|
this.dataChart.series.add(q);
|
|
1583
|
-
this.
|
|
1595
|
+
this.rr(q, p);
|
|
1584
1596
|
}
|
|
1585
1597
|
}
|
|
1586
|
-
|
|
1587
|
-
if (this.
|
|
1598
|
+
alf() {
|
|
1599
|
+
if (this.afe) {
|
|
1588
1600
|
return;
|
|
1589
1601
|
}
|
|
1590
|
-
this.
|
|
1602
|
+
this.afe = true;
|
|
1591
1603
|
if (this.indicatorCharts != null) {
|
|
1592
1604
|
let a = this.indicatorCharts;
|
|
1593
1605
|
this.indicatorCharts = null;
|
|
1594
1606
|
for (let b of fromEnum(a)) {
|
|
1595
|
-
this.
|
|
1607
|
+
this.akv(b);
|
|
1596
1608
|
}
|
|
1597
1609
|
}
|
|
1598
|
-
if ((this.
|
|
1610
|
+
if ((this.adr == null || this.adr.count == 0) && (this.customIndicatorNames == null || this.customIndicatorNames.count == 0)) {
|
|
1599
1611
|
this.indicatorCharts = null;
|
|
1600
|
-
if (this.
|
|
1601
|
-
this.
|
|
1612
|
+
if (this.afp != null) {
|
|
1613
|
+
this.afp.clear();
|
|
1602
1614
|
}
|
|
1603
|
-
if (this.
|
|
1604
|
-
this.
|
|
1615
|
+
if (this.afr != null) {
|
|
1616
|
+
this.afr.clear();
|
|
1605
1617
|
}
|
|
1606
|
-
this.
|
|
1607
|
-
this.
|
|
1608
|
-
this.
|
|
1618
|
+
this.ak6();
|
|
1619
|
+
this.alg();
|
|
1620
|
+
this.afe = false;
|
|
1609
1621
|
return;
|
|
1610
1622
|
}
|
|
1611
1623
|
if (this.indicatorCharts == null) {
|
|
1612
1624
|
this.indicatorCharts = new List$1(XamDataChart.$, 0);
|
|
1613
1625
|
}
|
|
1614
1626
|
this.indicatorCharts.clear();
|
|
1615
|
-
this.
|
|
1616
|
-
this.
|
|
1617
|
-
let c = this.
|
|
1627
|
+
this.afp.clear();
|
|
1628
|
+
this.afr.clear();
|
|
1629
|
+
let c = this.adr == null ? 0 : this.adr.count;
|
|
1618
1630
|
let d = this.customIndicatorNames == null ? 0 : this.customIndicatorNames.count;
|
|
1619
1631
|
let e = c + d;
|
|
1620
1632
|
for (let f = 0; f < e; f++) {
|
|
1621
1633
|
let g = new XamDataChart();
|
|
1622
1634
|
this.indicatorCharts.add(g);
|
|
1623
|
-
this.
|
|
1635
|
+
this.akt(g);
|
|
1624
1636
|
let h = f >= c;
|
|
1625
1637
|
if (h) {
|
|
1626
|
-
g.
|
|
1638
|
+
g.kg = this.customIndicatorNames._inner[f - c];
|
|
1627
1639
|
}
|
|
1628
1640
|
else {
|
|
1629
|
-
g.
|
|
1641
|
+
g.kg = this.ah2(this.adr._inner[f]);
|
|
1630
1642
|
}
|
|
1631
1643
|
if (this.indicatorAxis != null) {
|
|
1632
1644
|
let i;
|
|
@@ -1638,73 +1650,73 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1638
1650
|
else {
|
|
1639
1651
|
i = new NumericYAxis();
|
|
1640
1652
|
if (!this.indicatorXAxis.cd) {
|
|
1641
|
-
j = this.
|
|
1653
|
+
j = this.acx(0);
|
|
1642
1654
|
}
|
|
1643
1655
|
else {
|
|
1644
|
-
j = this.
|
|
1656
|
+
j = this.acx(1);
|
|
1645
1657
|
}
|
|
1646
1658
|
}
|
|
1647
1659
|
j.name = "indicatorXAxis_" + f;
|
|
1648
1660
|
i.name = "indicatorAxis_" + f;
|
|
1649
1661
|
g.axes.add(i);
|
|
1650
1662
|
g.axes.add(j);
|
|
1651
|
-
this.
|
|
1652
|
-
this.
|
|
1653
|
-
if (this.
|
|
1654
|
-
this.
|
|
1663
|
+
this.afp.add(i);
|
|
1664
|
+
this.afr.add(j);
|
|
1665
|
+
if (this.e8) {
|
|
1666
|
+
this.aao(i);
|
|
1655
1667
|
}
|
|
1656
|
-
if (this.
|
|
1657
|
-
this.
|
|
1668
|
+
if (this.e8) {
|
|
1669
|
+
this.aam(j);
|
|
1658
1670
|
}
|
|
1659
1671
|
}
|
|
1660
1672
|
}
|
|
1661
|
-
this.
|
|
1662
|
-
this.
|
|
1663
|
-
if (this.
|
|
1664
|
-
this.
|
|
1673
|
+
this.ak0();
|
|
1674
|
+
this.ak6();
|
|
1675
|
+
if (this.adb != null) {
|
|
1676
|
+
this.adb.ae = this.adr;
|
|
1665
1677
|
}
|
|
1666
|
-
this.
|
|
1667
|
-
this.
|
|
1668
|
-
this.
|
|
1678
|
+
this.aj4();
|
|
1679
|
+
this.alg();
|
|
1680
|
+
this.afe = false;
|
|
1669
1681
|
}
|
|
1670
|
-
|
|
1671
|
-
super.
|
|
1672
|
-
this.
|
|
1673
|
-
this.
|
|
1674
|
-
if (this.
|
|
1675
|
-
for (let a of fromEnum(this.
|
|
1676
|
-
this.
|
|
1682
|
+
rj() {
|
|
1683
|
+
super.rj();
|
|
1684
|
+
this.aam(this.xAxis);
|
|
1685
|
+
this.aam(this.volumeXAxis);
|
|
1686
|
+
if (this.afr != null) {
|
|
1687
|
+
for (let a of fromEnum(this.afr)) {
|
|
1688
|
+
this.aam(a);
|
|
1677
1689
|
}
|
|
1678
1690
|
}
|
|
1679
|
-
this.
|
|
1680
|
-
this.
|
|
1681
|
-
if (this.
|
|
1682
|
-
for (let b of fromEnum(this.
|
|
1683
|
-
this.
|
|
1691
|
+
this.aao(this.yAxis);
|
|
1692
|
+
this.aao(this.volumeAxis);
|
|
1693
|
+
if (this.afp != null) {
|
|
1694
|
+
for (let b of fromEnum(this.afp)) {
|
|
1695
|
+
this.aao(b);
|
|
1684
1696
|
}
|
|
1685
1697
|
}
|
|
1686
|
-
this.
|
|
1687
|
-
this.
|
|
1698
|
+
this.aam(this.zoomSliderXAxis);
|
|
1699
|
+
this.aao(this.zoomSliderAxis);
|
|
1688
1700
|
}
|
|
1689
|
-
|
|
1690
|
-
return !this.
|
|
1701
|
+
get_fw() {
|
|
1702
|
+
return !this.afc;
|
|
1691
1703
|
}
|
|
1692
|
-
get
|
|
1704
|
+
get afk() {
|
|
1693
1705
|
return (this.externalObject._dynamicContent);
|
|
1694
1706
|
}
|
|
1695
|
-
|
|
1696
|
-
this.
|
|
1697
|
-
this.
|
|
1707
|
+
aln(a, b) {
|
|
1708
|
+
this.ak9(a, b);
|
|
1709
|
+
this.aj4();
|
|
1698
1710
|
if (this.zoomSliderChart != null) {
|
|
1699
1711
|
this.zoomSliderChart.axes.add(this.zoomSliderAxis);
|
|
1700
1712
|
this.zoomSliderChart.axes.add(this.zoomSliderXAxis);
|
|
1701
1713
|
}
|
|
1702
|
-
this.
|
|
1714
|
+
this.ak2();
|
|
1703
1715
|
this.zoomSliderXAxis.itemsSource = this.xAxis.itemsSource;
|
|
1704
|
-
this.
|
|
1705
|
-
this.
|
|
1716
|
+
this.ak7();
|
|
1717
|
+
this.alo(a, b);
|
|
1706
1718
|
}
|
|
1707
|
-
|
|
1719
|
+
ak2() {
|
|
1708
1720
|
if (this.dataChart == null || this.zoomSliderChart == null) {
|
|
1709
1721
|
return;
|
|
1710
1722
|
}
|
|
@@ -1712,15 +1724,15 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1712
1724
|
let a = new List$1(Series.$, 0);
|
|
1713
1725
|
for (let b = 0; b < this.dataChart.series.count; b++) {
|
|
1714
1726
|
let c = this.dataChart.series._inner[b];
|
|
1715
|
-
if (this.
|
|
1727
|
+
if (this.ae8(c) || c.dc) {
|
|
1716
1728
|
continue;
|
|
1717
1729
|
}
|
|
1718
1730
|
let d;
|
|
1719
|
-
let e = this.
|
|
1720
|
-
e = this.
|
|
1721
|
-
let f = this.
|
|
1731
|
+
let e = this.adp;
|
|
1732
|
+
e = this.ado(e);
|
|
1733
|
+
let f = this.ag9(c, b);
|
|
1722
1734
|
if (e == 1) {
|
|
1723
|
-
switch (this.
|
|
1735
|
+
switch (this.adf(this.ba != null && this.ba.dataSeries != null && this.ba.dataSeries.count > f ? this.ba.dataSeries._inner[f] : null)) {
|
|
1724
1736
|
case 1:
|
|
1725
1737
|
e = 2;
|
|
1726
1738
|
break;
|
|
@@ -1737,57 +1749,57 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1737
1749
|
}
|
|
1738
1750
|
switch (e) {
|
|
1739
1751
|
case 2:
|
|
1740
|
-
d = this.
|
|
1741
|
-
this.
|
|
1752
|
+
d = this.aek();
|
|
1753
|
+
this.adx.setDisplayType(d, 1);
|
|
1742
1754
|
break;
|
|
1743
1755
|
case 3:
|
|
1744
|
-
d = this.
|
|
1745
|
-
this.
|
|
1756
|
+
d = this.aek();
|
|
1757
|
+
this.adx.setDisplayType(d, 0);
|
|
1746
1758
|
break;
|
|
1747
1759
|
case 5:
|
|
1748
|
-
d = this.
|
|
1760
|
+
d = this.aej();
|
|
1749
1761
|
break;
|
|
1750
1762
|
case 6:
|
|
1751
|
-
d = this.
|
|
1763
|
+
d = this.aeh();
|
|
1752
1764
|
break;
|
|
1753
1765
|
default:
|
|
1754
1766
|
case 4:
|
|
1755
|
-
d = this.
|
|
1767
|
+
d = this.aei();
|
|
1756
1768
|
break;
|
|
1757
1769
|
}
|
|
1758
|
-
let g = this.
|
|
1759
|
-
if (d.
|
|
1760
|
-
this.
|
|
1761
|
-
this.
|
|
1762
|
-
this.
|
|
1763
|
-
this.
|
|
1764
|
-
}
|
|
1765
|
-
else if (d.
|
|
1766
|
-
this.
|
|
1767
|
-
this.
|
|
1768
|
-
this.
|
|
1770
|
+
let g = this.ba != null && this.ba.dataSeries != null && this.ba.dataSeries.count > f ? this.ba.dataSeries._inner[f] : null;
|
|
1771
|
+
if (d.dh && !d.dq) {
|
|
1772
|
+
this.adz.setCategoryMode(d, 1);
|
|
1773
|
+
this.adz.setXAxis(d, this.zoomSliderXAxis);
|
|
1774
|
+
this.adz.setYAxis(d, this.zoomSliderAxis);
|
|
1775
|
+
this.adz.setValueMemberPath(d, g == null ? null : this.ah3(g));
|
|
1776
|
+
}
|
|
1777
|
+
else if (d.dq) {
|
|
1778
|
+
this.adx.setCategoryMode(d, 1);
|
|
1779
|
+
this.adx.setXAxis(d, this.zoomSliderXAxis);
|
|
1780
|
+
this.adx.setYAxis(d, this.zoomSliderAxis);
|
|
1769
1781
|
if (g != null) {
|
|
1770
|
-
this.
|
|
1771
|
-
this.
|
|
1772
|
-
this.
|
|
1773
|
-
this.
|
|
1774
|
-
this.
|
|
1782
|
+
this.adx.setOpenMemberPath(d, g.getMemberPathFor(11));
|
|
1783
|
+
this.adx.setHighMemberPath(d, g.getMemberPathFor(12));
|
|
1784
|
+
this.adx.setLowMemberPath(d, g.getMemberPathFor(13));
|
|
1785
|
+
this.adx.setCloseMemberPath(d, g.getMemberPathFor(14));
|
|
1786
|
+
this.adx.setVolumeMemberPath(d, g.getMemberPathFor(15));
|
|
1775
1787
|
}
|
|
1776
1788
|
}
|
|
1777
1789
|
d.name = "zoomSliderSeries_" + f;
|
|
1778
1790
|
d.itemsSource = c.itemsSource;
|
|
1779
1791
|
d.title = c.title;
|
|
1780
|
-
d.
|
|
1792
|
+
d.g1 = this.im;
|
|
1781
1793
|
a.add(d);
|
|
1782
1794
|
}
|
|
1783
1795
|
for (let h = 0; h < a.count; h++) {
|
|
1784
1796
|
let i = a._inner[h];
|
|
1785
1797
|
this.zoomSliderChart.series.add(i);
|
|
1786
|
-
this.
|
|
1798
|
+
this.rr(i, h);
|
|
1787
1799
|
}
|
|
1788
1800
|
}
|
|
1789
|
-
|
|
1790
|
-
super.
|
|
1801
|
+
r6(a, b, c) {
|
|
1802
|
+
super.r6(a, b, c);
|
|
1791
1803
|
if (a == null || !b) {
|
|
1792
1804
|
return;
|
|
1793
1805
|
}
|
|
@@ -1811,36 +1823,36 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1811
1823
|
a(this.zoomSliderChart);
|
|
1812
1824
|
}
|
|
1813
1825
|
}
|
|
1814
|
-
|
|
1826
|
+
ake(a, b) {
|
|
1815
1827
|
let c = b;
|
|
1816
1828
|
let d = a;
|
|
1817
1829
|
let e = -1;
|
|
1818
1830
|
if (this.indicatorCharts != null) {
|
|
1819
1831
|
e = this.indicatorCharts.indexOf(d.cb);
|
|
1820
1832
|
}
|
|
1821
|
-
e -= this.
|
|
1833
|
+
e -= this.adr == null ? 0 : this.adr.count;
|
|
1822
1834
|
if (this.applyCustomIndicators != null) {
|
|
1823
1835
|
this.applyCustomIndicators(this, new FinancialChartCustomIndicatorArgs(c, d, e));
|
|
1824
1836
|
}
|
|
1825
1837
|
}
|
|
1826
|
-
|
|
1838
|
+
alb(a, b, c) {
|
|
1827
1839
|
if (a != null) {
|
|
1828
1840
|
if (b != null) {
|
|
1829
1841
|
a.axes.remove(b);
|
|
1830
1842
|
}
|
|
1831
1843
|
a.axes.add(c);
|
|
1832
1844
|
}
|
|
1833
|
-
if (this.
|
|
1834
|
-
this.
|
|
1845
|
+
if (this.e8) {
|
|
1846
|
+
this.aam(c);
|
|
1835
1847
|
}
|
|
1836
1848
|
}
|
|
1837
|
-
get
|
|
1849
|
+
get afj() {
|
|
1838
1850
|
return TypeRegistrar.isRegistered("IgxZoomSliderComponent");
|
|
1839
1851
|
}
|
|
1840
|
-
|
|
1841
|
-
this.
|
|
1852
|
+
akf(a, b) {
|
|
1853
|
+
this.alf();
|
|
1842
1854
|
}
|
|
1843
|
-
|
|
1855
|
+
afa(a, b) {
|
|
1844
1856
|
if (b <= (0)) {
|
|
1845
1857
|
return false;
|
|
1846
1858
|
}
|
|
@@ -1854,61 +1866,61 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1854
1866
|
}
|
|
1855
1867
|
return false;
|
|
1856
1868
|
}
|
|
1857
|
-
|
|
1858
|
-
let a = this.
|
|
1869
|
+
ak5() {
|
|
1870
|
+
let a = this.ac9 != null ? this.ac9 : new FinancialChartRangeSelectorOptionCollection(1, [5, 4, 3, 2, 1, 0]);
|
|
1859
1871
|
let b = new FinancialChartRangeSelectorOptionCollection(0);
|
|
1860
1872
|
let c = this.xAxis;
|
|
1861
1873
|
let d = +(c.actualMaximumValue) - +(c.actualMinimumValue);
|
|
1862
1874
|
for (let e of fromEnum(a)) {
|
|
1863
|
-
if (this.
|
|
1875
|
+
if (this.afa(e, d)) {
|
|
1864
1876
|
b.add(e);
|
|
1865
1877
|
}
|
|
1866
1878
|
}
|
|
1867
|
-
this.
|
|
1868
|
-
if (this.
|
|
1869
|
-
this.
|
|
1879
|
+
this.ac8 = b;
|
|
1880
|
+
if (this.adb != null) {
|
|
1881
|
+
this.adb.u = this.ac8;
|
|
1870
1882
|
}
|
|
1871
1883
|
}
|
|
1872
|
-
|
|
1873
|
-
this.
|
|
1884
|
+
akj(a, b) {
|
|
1885
|
+
this.ak5();
|
|
1874
1886
|
}
|
|
1875
|
-
|
|
1876
|
-
this.
|
|
1887
|
+
ako(a, b) {
|
|
1888
|
+
this.adt = this.adb.ag;
|
|
1877
1889
|
}
|
|
1878
|
-
|
|
1879
|
-
this.
|
|
1890
|
+
akn(a, b) {
|
|
1891
|
+
this.adr = this.adb.ae;
|
|
1880
1892
|
}
|
|
1881
|
-
|
|
1882
|
-
this.
|
|
1893
|
+
akh(a, b) {
|
|
1894
|
+
this.alf();
|
|
1883
1895
|
}
|
|
1884
|
-
|
|
1885
|
-
this.
|
|
1896
|
+
aki(a, b) {
|
|
1897
|
+
this.alh();
|
|
1886
1898
|
}
|
|
1887
|
-
|
|
1899
|
+
aks(a, b) {
|
|
1888
1900
|
let c = a;
|
|
1889
1901
|
if (c.bf == null) {
|
|
1890
1902
|
return;
|
|
1891
1903
|
}
|
|
1892
|
-
if (this.
|
|
1893
|
-
this.
|
|
1904
|
+
if (this.afc) {
|
|
1905
|
+
this.ak4(c.bf);
|
|
1894
1906
|
}
|
|
1895
1907
|
}
|
|
1896
|
-
|
|
1908
|
+
akv(a) {
|
|
1897
1909
|
SyncManager.e(a);
|
|
1898
1910
|
a.axes.clear();
|
|
1899
1911
|
a.series.clear();
|
|
1900
|
-
a.gridAreaRectChanged = delegateRemove(a.gridAreaRectChanged, runOn(this, this.
|
|
1912
|
+
a.gridAreaRectChanged = delegateRemove(a.gridAreaRectChanged, runOn(this, this.akg));
|
|
1901
1913
|
a.provideContainer(null);
|
|
1902
1914
|
if (this.volumeChart == null && this.indicatorCharts == null) {
|
|
1903
1915
|
this.yAxis.er = this.volumeAxis.er = this.indicatorAxis.er = 0;
|
|
1904
|
-
this.xAxis.ay.visibility = this.
|
|
1916
|
+
this.xAxis.ay.visibility = this.aca;
|
|
1905
1917
|
}
|
|
1906
1918
|
}
|
|
1907
|
-
|
|
1919
|
+
akt(a) {
|
|
1908
1920
|
let b = a != this.zoomSliderChart;
|
|
1909
1921
|
if (b) {
|
|
1910
1922
|
if (this.dataChart != null) {
|
|
1911
|
-
a.
|
|
1923
|
+
a.tp = new Rect(0, this.dataChart.s9.x, a.tp.y, this.dataChart.s9.width, a.tp.height);
|
|
1912
1924
|
}
|
|
1913
1925
|
let c = ((() => {
|
|
1914
1926
|
let $ret = new SyncSettings();
|
|
@@ -1920,95 +1932,95 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1920
1932
|
SyncManager.d(a, c);
|
|
1921
1933
|
SyncManager.c(a);
|
|
1922
1934
|
}
|
|
1923
|
-
a.gridAreaRectChanged = delegateCombine(a.gridAreaRectChanged, runOn(this, this.
|
|
1924
|
-
this.
|
|
1935
|
+
a.gridAreaRectChanged = delegateCombine(a.gridAreaRectChanged, runOn(this, this.akg));
|
|
1936
|
+
this.rl(a);
|
|
1925
1937
|
}
|
|
1926
|
-
|
|
1938
|
+
aj4() {
|
|
1927
1939
|
if (this.indicatorCharts != null || this.volumeChart != null) {
|
|
1928
|
-
this.
|
|
1940
|
+
this.aak(this.xAxis, (a) => a.visibility = 1);
|
|
1929
1941
|
}
|
|
1930
|
-
for (let a = 0; a < this.
|
|
1931
|
-
let b = this.
|
|
1932
|
-
let c = a < this.
|
|
1933
|
-
this.
|
|
1942
|
+
for (let a = 0; a < this.afr.count; a++) {
|
|
1943
|
+
let b = this.afr._inner[a];
|
|
1944
|
+
let c = a < this.afr.count - 1 || this.volumeChart != null;
|
|
1945
|
+
this.aak(b, (d) => d.visibility = c ? 1 : 0);
|
|
1934
1946
|
}
|
|
1935
1947
|
}
|
|
1936
|
-
|
|
1948
|
+
ak9(a, b) {
|
|
1937
1949
|
if (a != null) {
|
|
1938
|
-
this.
|
|
1950
|
+
this.akv(a);
|
|
1939
1951
|
}
|
|
1940
1952
|
if (b != null) {
|
|
1941
|
-
this.
|
|
1953
|
+
this.akt(b);
|
|
1942
1954
|
}
|
|
1943
1955
|
}
|
|
1944
|
-
|
|
1945
|
-
this.
|
|
1946
|
-
this.
|
|
1956
|
+
all(a, b) {
|
|
1957
|
+
this.ak9(a, b);
|
|
1958
|
+
this.aj4();
|
|
1947
1959
|
if (this.volumeChart != null) {
|
|
1948
1960
|
if (this.volumeAxis != null) {
|
|
1949
1961
|
this.volumeChart.axes.add(this.volumeAxis);
|
|
1950
1962
|
this.volumeChart.axes.add(this.volumeXAxis);
|
|
1951
1963
|
}
|
|
1952
|
-
this.
|
|
1964
|
+
this.ak1();
|
|
1953
1965
|
this.volumeXAxis.itemsSource = this.xAxis.itemsSource;
|
|
1954
1966
|
}
|
|
1955
|
-
this.
|
|
1967
|
+
this.alm(a, b);
|
|
1956
1968
|
}
|
|
1957
|
-
|
|
1958
|
-
this.
|
|
1969
|
+
akk(a, b) {
|
|
1970
|
+
this.alj();
|
|
1959
1971
|
}
|
|
1960
|
-
|
|
1961
|
-
if (this.
|
|
1972
|
+
alj() {
|
|
1973
|
+
if (this.adb == null || +(this.adb.au) == +(dateMaxValue()) || +(this.adb.at) == +(dateMinValue()) || this.dataChart == null) {
|
|
1962
1974
|
return;
|
|
1963
1975
|
}
|
|
1964
1976
|
let a = this.xAxis;
|
|
1965
|
-
let b = a.getWindowRectForSelection(this.
|
|
1977
|
+
let b = a.getWindowRectForSelection(this.adb.au, this.adb.at);
|
|
1966
1978
|
if (b.width == 0 || isNaN_(b.width) || isInfinity(b.width)) {
|
|
1967
1979
|
return;
|
|
1968
1980
|
}
|
|
1969
|
-
this.
|
|
1970
|
-
this.dataChart.
|
|
1971
|
-
if (this.
|
|
1972
|
-
this.
|
|
1981
|
+
this.afd = true;
|
|
1982
|
+
this.dataChart.tp = new Rect(0, b.left, this.dataChart.tp.top, b.width, this.dataChart.tp.height);
|
|
1983
|
+
if (this.aet != null) {
|
|
1984
|
+
this.aet.windowRect = this.dataChart.s9;
|
|
1973
1985
|
}
|
|
1974
|
-
if (this.
|
|
1975
|
-
this.
|
|
1986
|
+
if (this.afc) {
|
|
1987
|
+
this.ak4(this.dataChart);
|
|
1976
1988
|
}
|
|
1977
|
-
this.
|
|
1989
|
+
this.afd = false;
|
|
1978
1990
|
}
|
|
1979
|
-
|
|
1980
|
-
this.
|
|
1981
|
-
this.
|
|
1991
|
+
akr(a, b) {
|
|
1992
|
+
this.ak5();
|
|
1993
|
+
this.ali(!this.afd);
|
|
1982
1994
|
}
|
|
1983
|
-
|
|
1984
|
-
if (!this.
|
|
1985
|
-
if (this.
|
|
1986
|
-
this.
|
|
1995
|
+
akd(a, b) {
|
|
1996
|
+
if (!this.afd) {
|
|
1997
|
+
if (this.afc) {
|
|
1998
|
+
this.ak4(a);
|
|
1987
1999
|
}
|
|
1988
2000
|
let c = false;
|
|
1989
|
-
let d = this.
|
|
2001
|
+
let d = this.sh(() => this.ali(true), c);
|
|
1990
2002
|
c = d.p1;
|
|
1991
|
-
if (this.
|
|
1992
|
-
this.
|
|
2003
|
+
if (this.aet != null) {
|
|
2004
|
+
this.aet.windowRect = this.dataChart.s9;
|
|
1993
2005
|
}
|
|
1994
2006
|
}
|
|
1995
2007
|
}
|
|
1996
|
-
|
|
2008
|
+
ald(a, b, c, d) {
|
|
1997
2009
|
if (a == null || b == null) {
|
|
1998
2010
|
return;
|
|
1999
2011
|
}
|
|
2000
2012
|
if (c != -1) {
|
|
2001
|
-
this.
|
|
2002
|
-
a.
|
|
2003
|
-
this.
|
|
2013
|
+
this.afd = true;
|
|
2014
|
+
a.tp = new Rect(0, d, a.s9.top, c, a.s9.height);
|
|
2015
|
+
this.afd = false;
|
|
2004
2016
|
}
|
|
2005
2017
|
let e = 1.7976931348623157E+308;
|
|
2006
2018
|
let f = -1.7976931348623157E+308;
|
|
2007
2019
|
let g = new Rect(0, 0, 0, 1, 1);
|
|
2008
|
-
let h = new ScalerParams(0, g, g, this.yAxis.cg, a.
|
|
2020
|
+
let h = new ScalerParams(0, g, g, this.yAxis.cg, a.td);
|
|
2009
2021
|
for (let i of fromEnum(a.series)) {
|
|
2010
|
-
h.b = i.
|
|
2011
|
-
let j = i.aq(a.
|
|
2022
|
+
h.b = i.ge();
|
|
2023
|
+
let j = i.aq(a.s9);
|
|
2012
2024
|
let k = j == null || j.c == 1.7976931348623157E+308 || isNaN_(j.c);
|
|
2013
2025
|
if (k) {
|
|
2014
2026
|
continue;
|
|
@@ -2018,51 +2030,51 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2018
2030
|
f = Math.max(f, l);
|
|
2019
2031
|
e = Math.min(e, m);
|
|
2020
2032
|
}
|
|
2021
|
-
let n = a.
|
|
2033
|
+
let n = a.s9.width;
|
|
2022
2034
|
if (c != -1) {
|
|
2023
2035
|
n = c;
|
|
2024
2036
|
}
|
|
2025
|
-
let o = a.
|
|
2037
|
+
let o = a.s9.left;
|
|
2026
2038
|
if (d != -1) {
|
|
2027
2039
|
o = d;
|
|
2028
2040
|
}
|
|
2029
2041
|
if (e == 1.7976931348623157E+308 || f == -1.7976931348623157E+308 || isNaN_(e) || isNaN_(f)) {
|
|
2030
2042
|
return;
|
|
2031
2043
|
}
|
|
2032
|
-
this.
|
|
2044
|
+
this.afd = true;
|
|
2033
2045
|
let p = new Rect(0, o, e, n, f - e);
|
|
2034
|
-
a.
|
|
2035
|
-
this.
|
|
2046
|
+
a.tp = p;
|
|
2047
|
+
this.afd = false;
|
|
2036
2048
|
}
|
|
2037
|
-
|
|
2049
|
+
alc(a) {
|
|
2038
2050
|
if (a == null) {
|
|
2039
2051
|
return;
|
|
2040
2052
|
}
|
|
2041
2053
|
if (a == this.dataChart) {
|
|
2042
|
-
this.
|
|
2054
|
+
this.ald(this.dataChart, this.yAxis, -1, -1);
|
|
2043
2055
|
if (this.volumeChart != null) {
|
|
2044
|
-
this.
|
|
2056
|
+
this.ald(this.volumeChart, this.volumeAxis, this.dataChart.s9.width, this.dataChart.s9.left);
|
|
2045
2057
|
}
|
|
2046
2058
|
}
|
|
2047
2059
|
else if (a == this.volumeChart) {
|
|
2048
|
-
this.
|
|
2049
|
-
this.
|
|
2060
|
+
this.ald(this.volumeChart, this.volumeAxis, -1, -1);
|
|
2061
|
+
this.ald(this.dataChart, this.yAxis, this.volumeChart.s9.width, this.volumeChart.s9.left);
|
|
2050
2062
|
}
|
|
2051
2063
|
}
|
|
2052
|
-
|
|
2053
|
-
this.
|
|
2064
|
+
ak4(a) {
|
|
2065
|
+
this.sg(() => this.alc(a));
|
|
2054
2066
|
}
|
|
2055
|
-
|
|
2056
|
-
if (this.
|
|
2057
|
-
this.
|
|
2067
|
+
akl(a, b) {
|
|
2068
|
+
if (this.afc) {
|
|
2069
|
+
this.ak4(a);
|
|
2058
2070
|
}
|
|
2059
2071
|
}
|
|
2060
|
-
|
|
2061
|
-
if (!this.
|
|
2072
|
+
alk() {
|
|
2073
|
+
if (!this.afk) {
|
|
2062
2074
|
return;
|
|
2063
2075
|
}
|
|
2064
|
-
this.
|
|
2065
|
-
if (this.
|
|
2076
|
+
this.aj7();
|
|
2077
|
+
if (this.adp == 0) {
|
|
2066
2078
|
this.zoomSliderChart = null;
|
|
2067
2079
|
}
|
|
2068
2080
|
else if (this.zoomSliderChart == null) {
|
|
@@ -2073,16 +2085,16 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2073
2085
|
})());
|
|
2074
2086
|
}
|
|
2075
2087
|
else {
|
|
2076
|
-
this.
|
|
2088
|
+
this.ak2();
|
|
2077
2089
|
}
|
|
2078
2090
|
}
|
|
2079
|
-
|
|
2080
|
-
let container_ = this.
|
|
2091
|
+
aj7() {
|
|
2092
|
+
let container_ = this.ag1.rootWrapper.getNativeElement();
|
|
2081
2093
|
let containerParent_ = container_.parentElement;
|
|
2082
|
-
if (this.
|
|
2083
|
-
this.
|
|
2094
|
+
if (this.aet != null && containerParent_ != null && !this.afl) {
|
|
2095
|
+
this.afl = true;
|
|
2084
2096
|
if (TypeRegistrar.isRegistered("IgxZoomSliderComponent")) {
|
|
2085
|
-
let z_ = this.
|
|
2097
|
+
let z_ = this.aet;
|
|
2086
2098
|
let f_ = this.externalObject;
|
|
2087
2099
|
let sliderComponent_ = TypeRegistrar.get("IgxZoomSliderComponent");
|
|
2088
2100
|
let sliderInstance_ = TypeRegistrar.create("IgxZoomSliderComponent");
|
|
@@ -2091,11 +2103,11 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2091
2103
|
}
|
|
2092
2104
|
}
|
|
2093
2105
|
}
|
|
2094
|
-
|
|
2095
|
-
if (this.
|
|
2106
|
+
ale() {
|
|
2107
|
+
if (this.adk != 1) {
|
|
2096
2108
|
return;
|
|
2097
2109
|
}
|
|
2098
|
-
this.
|
|
2110
|
+
this.aaq((a) => {
|
|
2099
2111
|
let b;
|
|
2100
2112
|
b = a.breaks;
|
|
2101
2113
|
b.clear();
|
|
@@ -2107,24 +2119,24 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2107
2119
|
}
|
|
2108
2120
|
});
|
|
2109
2121
|
}
|
|
2110
|
-
|
|
2111
|
-
super.
|
|
2112
|
-
if (this.
|
|
2113
|
-
if (this.
|
|
2114
|
-
this.
|
|
2122
|
+
s1(a, b, c) {
|
|
2123
|
+
super.s1(a, b, c);
|
|
2124
|
+
if (this.ba.dataSeries.count > 0) {
|
|
2125
|
+
if (this.adk == 1 && stringIsNullOrEmpty(this.k6)) {
|
|
2126
|
+
this.b0.setXMemberPath(a, c.getMemberPathFor(17));
|
|
2115
2127
|
}
|
|
2116
|
-
if (stringIsNullOrEmpty(this.
|
|
2117
|
-
this.
|
|
2128
|
+
if (stringIsNullOrEmpty(this.k8)) {
|
|
2129
|
+
this.b0.setYMemberPath(a, this.ah3(c));
|
|
2118
2130
|
}
|
|
2119
|
-
if (stringIsNullOrEmpty(this.
|
|
2120
|
-
this.
|
|
2131
|
+
if (stringIsNullOrEmpty(this.k2)) {
|
|
2132
|
+
this.b0.setLabelMemberPath(a, this.ah3(c));
|
|
2121
2133
|
}
|
|
2122
|
-
if (stringIsNullOrEmpty(this.
|
|
2123
|
-
this.
|
|
2134
|
+
if (stringIsNullOrEmpty(this.kz)) {
|
|
2135
|
+
this.b0.setContentMemberPath(a, this.ah3(c));
|
|
2124
2136
|
}
|
|
2125
2137
|
}
|
|
2126
2138
|
}
|
|
2127
|
-
|
|
2139
|
+
ah2(a) {
|
|
2128
2140
|
switch (a) {
|
|
2129
2141
|
case 0: return "Absolute Volume Oscillator";
|
|
2130
2142
|
case 1: return "Accumulation/Distribution Indicator";
|
|
@@ -2163,129 +2175,136 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2163
2175
|
default: return "Unknown";
|
|
2164
2176
|
}
|
|
2165
2177
|
}
|
|
2166
|
-
|
|
2167
|
-
super.
|
|
2178
|
+
aam(a) {
|
|
2179
|
+
super.aam(a);
|
|
2168
2180
|
let b = a;
|
|
2169
|
-
this.
|
|
2181
|
+
this.aku(b);
|
|
2170
2182
|
if (a.bf != null) {
|
|
2171
2183
|
for (let c of fromEnum(a.bf.series)) {
|
|
2172
|
-
if (this.
|
|
2173
|
-
this.
|
|
2184
|
+
if (this.ae5(c)) {
|
|
2185
|
+
this.adz.setXAxis(c, b);
|
|
2174
2186
|
}
|
|
2175
|
-
else if (this.
|
|
2176
|
-
this.
|
|
2187
|
+
else if (this.ae9(c)) {
|
|
2188
|
+
this.adx.setXAxis(c, b);
|
|
2177
2189
|
}
|
|
2178
|
-
else if (this.
|
|
2179
|
-
this.
|
|
2190
|
+
else if (this.ae6(c)) {
|
|
2191
|
+
this.ad1.setXAxis(c, b);
|
|
2180
2192
|
}
|
|
2181
|
-
else if (this.
|
|
2182
|
-
this.
|
|
2193
|
+
else if (this.ae8(c)) {
|
|
2194
|
+
this.ad6.setXAxis(c, b);
|
|
2183
2195
|
}
|
|
2184
2196
|
}
|
|
2185
2197
|
}
|
|
2198
|
+
this.aky((d) => {
|
|
2199
|
+
d.zoomMaximumCategoryRange = this.agl;
|
|
2200
|
+
d.zoomMaximumItemSpan = this.agm;
|
|
2201
|
+
d.zoomToCategoryRange = this.agn;
|
|
2202
|
+
d.zoomToCategoryStart = this.ago;
|
|
2203
|
+
d.zoomToItemSpan = this.agp;
|
|
2204
|
+
});
|
|
2186
2205
|
let d = a == this.zoomSliderXAxis;
|
|
2187
2206
|
if (d) {
|
|
2188
|
-
a.jv = this.
|
|
2189
|
-
a.eq = this.
|
|
2190
|
-
this.
|
|
2207
|
+
a.jv = this.alq;
|
|
2208
|
+
a.eq = this.agw;
|
|
2209
|
+
this.aak(a, (e) => e.visibility = 1);
|
|
2191
2210
|
}
|
|
2192
2211
|
let e = a;
|
|
2193
|
-
e.minimumValue = this.
|
|
2194
|
-
e.maximumValue = this.
|
|
2195
|
-
a.b0 = this.
|
|
2212
|
+
e.minimumValue = this.afx;
|
|
2213
|
+
e.maximumValue = this.afw;
|
|
2214
|
+
a.b0 = this.aff;
|
|
2196
2215
|
}
|
|
2197
|
-
|
|
2198
|
-
super.
|
|
2216
|
+
aao(a) {
|
|
2217
|
+
super.aao(a);
|
|
2199
2218
|
if (a.bf != null && a == this.yAxis) {
|
|
2200
2219
|
for (let b of fromEnum(a.bf.series)) {
|
|
2201
|
-
if (this.
|
|
2202
|
-
this.
|
|
2220
|
+
if (this.ae5(b)) {
|
|
2221
|
+
this.adz.setYAxis(b, this.yAxis);
|
|
2203
2222
|
}
|
|
2204
|
-
else if (this.
|
|
2205
|
-
this.
|
|
2223
|
+
else if (this.ae9(b)) {
|
|
2224
|
+
this.adx.setYAxis(b, this.yAxis);
|
|
2206
2225
|
}
|
|
2207
|
-
else if (this.
|
|
2208
|
-
this.
|
|
2226
|
+
else if (this.ae6(b)) {
|
|
2227
|
+
this.ad1.setYAxis(b, this.yAxis);
|
|
2209
2228
|
}
|
|
2210
|
-
else if (this.
|
|
2211
|
-
this.
|
|
2229
|
+
else if (this.ae8(b)) {
|
|
2230
|
+
this.ad6.setYAxis(b, this.yAxis);
|
|
2212
2231
|
}
|
|
2213
2232
|
}
|
|
2214
2233
|
}
|
|
2215
|
-
a.k8 = this.
|
|
2216
|
-
a.l3 = this.
|
|
2217
|
-
a.l2 = this.
|
|
2234
|
+
a.k8 = this.afg;
|
|
2235
|
+
a.l3 = this.agu;
|
|
2236
|
+
a.l2 = this.agt;
|
|
2218
2237
|
if (a == this.yAxis) {
|
|
2219
|
-
a.lz = this.
|
|
2238
|
+
a.lz = this.ags;
|
|
2220
2239
|
}
|
|
2221
2240
|
let c = a == this.zoomSliderAxis;
|
|
2222
2241
|
if (c) {
|
|
2223
|
-
this.
|
|
2242
|
+
this.aak(a, (d) => d.visibility = 1);
|
|
2224
2243
|
}
|
|
2225
|
-
a.b0 = this.
|
|
2244
|
+
a.b0 = this.afh;
|
|
2226
2245
|
}
|
|
2227
|
-
|
|
2246
|
+
aku(a) {
|
|
2228
2247
|
a.itemsSource = this.dataChart != null && this.dataChart.series.count > 0 ? this.dataChart.series._inner[0].itemsSource : null;
|
|
2229
|
-
a.fz = XYChart.
|
|
2230
|
-
if (this.
|
|
2231
|
-
let b = this.
|
|
2248
|
+
a.fz = XYChart.x9(a, this.ba.dataSeries);
|
|
2249
|
+
if (this.ba.dataSeries.count > 0) {
|
|
2250
|
+
let b = this.ba.dataSeries._inner[0].getMemberPathFor(17);
|
|
2232
2251
|
a.hx(b);
|
|
2233
2252
|
}
|
|
2234
2253
|
}
|
|
2235
|
-
|
|
2236
|
-
super.
|
|
2254
|
+
rr(a, b) {
|
|
2255
|
+
super.rr(a, b);
|
|
2237
2256
|
if (a == null) {
|
|
2238
2257
|
return;
|
|
2239
2258
|
}
|
|
2240
2259
|
let c = this.zoomSliderChart == a.cb;
|
|
2241
2260
|
let d = this.dataChart != null && this.dataChart.series.contains(a);
|
|
2242
|
-
if ((d || c) && a.
|
|
2243
|
-
a.
|
|
2261
|
+
if ((d || c) && a.d4) {
|
|
2262
|
+
a.mq(this.acm != null ? ArrayExtension.getModulus$1(Brush.$, this.acm, b) : null, this.acn != null ? ArrayExtension.getModulus$1(Brush.$, this.acn, b) : null);
|
|
2244
2263
|
}
|
|
2245
|
-
let e = this.
|
|
2246
|
-
if (this.
|
|
2247
|
-
a.
|
|
2248
|
-
a.
|
|
2249
|
-
a.
|
|
2264
|
+
let e = this.ae6(a);
|
|
2265
|
+
if (this.ae8(a)) {
|
|
2266
|
+
a.o7 = this.aco != null ? ArrayExtension.getModulus$1(Brush.$, this.aco, b) : null;
|
|
2267
|
+
a.pc = this.acp != null ? ArrayExtension.getModulus$1(Brush.$, this.acp, b) : null;
|
|
2268
|
+
a.g1 = this.agi;
|
|
2250
2269
|
}
|
|
2251
2270
|
else if (e) {
|
|
2252
|
-
a.
|
|
2253
|
-
a.
|
|
2271
|
+
a.o7 = this.ack != null ? ArrayExtension.getModulus$1(Brush.$, this.ack, b) : null;
|
|
2272
|
+
a.g1 = this.agg;
|
|
2254
2273
|
}
|
|
2255
2274
|
else if (!a.dc && (d || c)) {
|
|
2256
|
-
a.
|
|
2257
|
-
a.
|
|
2275
|
+
a.o7 = this.aa != null ? ArrayExtension.getModulus$1(Brush.$, this.aa, b) : null;
|
|
2276
|
+
a.pc = this.ae != null ? ArrayExtension.getModulus$1(Brush.$, this.ae, b) : null;
|
|
2258
2277
|
}
|
|
2259
2278
|
let f = this.volumeChart != null && this.volumeChart == a.cb;
|
|
2260
2279
|
if (f) {
|
|
2261
|
-
a.
|
|
2280
|
+
a.g1 = this.agk;
|
|
2262
2281
|
}
|
|
2263
|
-
a.legend = c || f || e || !a.isUsableInLegend ? null : this.legend != null ? this.legend : this.
|
|
2282
|
+
a.legend = c || f || e || !a.isUsableInLegend ? null : this.legend != null ? this.legend : this.ae7 ? this.adv : null;
|
|
2264
2283
|
}
|
|
2265
|
-
|
|
2266
|
-
super.
|
|
2284
|
+
sc(a, b, c) {
|
|
2285
|
+
super.sc(a, b, c);
|
|
2267
2286
|
switch (a) {
|
|
2268
2287
|
case "YAxisIsLogarithmic":
|
|
2269
|
-
this.yAxis.lg = this.
|
|
2288
|
+
this.yAxis.lg = this.afi;
|
|
2270
2289
|
if (this.volumeAxis != null) {
|
|
2271
|
-
this.volumeAxis.lg = this.
|
|
2290
|
+
this.volumeAxis.lg = this.afi;
|
|
2272
2291
|
}
|
|
2273
2292
|
if (this.zoomSliderAxis != null) {
|
|
2274
|
-
this.zoomSliderAxis.lg = this.
|
|
2293
|
+
this.zoomSliderAxis.lg = this.afi;
|
|
2275
2294
|
}
|
|
2276
2295
|
break;
|
|
2277
2296
|
case "YAxisLogarithmBase":
|
|
2278
|
-
this.yAxis.l7 = this.
|
|
2297
|
+
this.yAxis.l7 = this.ahg;
|
|
2279
2298
|
if (this.volumeAxis != null) {
|
|
2280
|
-
this.volumeAxis.l7 = this.
|
|
2299
|
+
this.volumeAxis.l7 = this.ahg;
|
|
2281
2300
|
}
|
|
2282
2301
|
if (this.zoomSliderAxis != null) {
|
|
2283
|
-
this.zoomSliderAxis.l7 = this.
|
|
2302
|
+
this.zoomSliderAxis.l7 = this.ahg;
|
|
2284
2303
|
}
|
|
2285
2304
|
break;
|
|
2286
2305
|
case "VolumeType":
|
|
2287
2306
|
let d = EnumUtil.getEnumValue(FinancialChartVolumeType_$type, b);
|
|
2288
|
-
if (this.
|
|
2307
|
+
if (this.adi == 0) {
|
|
2289
2308
|
this.volumeChart = null;
|
|
2290
2309
|
}
|
|
2291
2310
|
else if (this.volumeChart == null) {
|
|
@@ -2296,70 +2315,70 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2296
2315
|
})());
|
|
2297
2316
|
}
|
|
2298
2317
|
else {
|
|
2299
|
-
this.
|
|
2318
|
+
this.ak1();
|
|
2300
2319
|
}
|
|
2301
2320
|
break;
|
|
2302
2321
|
case "VolumeChart":
|
|
2303
|
-
this.
|
|
2322
|
+
this.all(typeCast(XamDataChart.$, b), typeCast(XamDataChart.$, c));
|
|
2304
2323
|
break;
|
|
2305
2324
|
case "DataChart":
|
|
2306
2325
|
if (typeCast(XamDataChart.$, b) !== null) {
|
|
2307
2326
|
let e = b;
|
|
2308
|
-
e.gridAreaRectChanged = delegateRemove(e.gridAreaRectChanged, runOn(this, this.
|
|
2309
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
2310
|
-
e.seriesDataUpdated = delegateRemove(e.seriesDataUpdated, runOn(this, this.
|
|
2327
|
+
e.gridAreaRectChanged = delegateRemove(e.gridAreaRectChanged, runOn(this, this.akg));
|
|
2328
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.akd));
|
|
2329
|
+
e.seriesDataUpdated = delegateRemove(e.seriesDataUpdated, runOn(this, this.akl));
|
|
2311
2330
|
}
|
|
2312
2331
|
if (this.dataChart != null) {
|
|
2313
2332
|
let f = this.dataChart;
|
|
2314
|
-
f.gridAreaRectChanged = delegateCombine(f.gridAreaRectChanged, runOn(this, this.
|
|
2333
|
+
f.gridAreaRectChanged = delegateCombine(f.gridAreaRectChanged, runOn(this, this.akg));
|
|
2315
2334
|
let g = this.dataChart;
|
|
2316
|
-
g.actualWindowRectChanged = delegateCombine(g.actualWindowRectChanged, runOn(this, this.
|
|
2335
|
+
g.actualWindowRectChanged = delegateCombine(g.actualWindowRectChanged, runOn(this, this.akd));
|
|
2317
2336
|
let h = this.dataChart;
|
|
2318
|
-
h.seriesDataUpdated = delegateCombine(h.seriesDataUpdated, runOn(this, this.
|
|
2337
|
+
h.seriesDataUpdated = delegateCombine(h.seriesDataUpdated, runOn(this, this.akl));
|
|
2319
2338
|
}
|
|
2320
|
-
this.
|
|
2339
|
+
this.alk();
|
|
2321
2340
|
break;
|
|
2322
2341
|
case "XAxisMode":
|
|
2323
|
-
this.xAxis = this.
|
|
2342
|
+
this.xAxis = this.acx(this.adk);
|
|
2324
2343
|
this.xAxis.name = "xAxis";
|
|
2325
|
-
this.volumeXAxis = this.
|
|
2344
|
+
this.volumeXAxis = this.acx(this.adk);
|
|
2326
2345
|
this.volumeXAxis.name = "volumeXAxis";
|
|
2327
|
-
this.indicatorXAxis = this.
|
|
2346
|
+
this.indicatorXAxis = this.acx(this.adk);
|
|
2328
2347
|
this.indicatorXAxis.name = "indicatorXAxis_0";
|
|
2329
|
-
this.zoomSliderXAxis = this.
|
|
2348
|
+
this.zoomSliderXAxis = this.acx(this.adk);
|
|
2330
2349
|
this.zoomSliderXAxis.name = "zoomSliderXAxis";
|
|
2331
|
-
this.
|
|
2332
|
-
this.
|
|
2333
|
-
if (this.
|
|
2334
|
-
this.
|
|
2350
|
+
this.aak(this.zoomSliderXAxis, (i) => i.visibility = 1);
|
|
2351
|
+
this.aj4();
|
|
2352
|
+
if (this.adk == 1) {
|
|
2353
|
+
this.ale();
|
|
2335
2354
|
}
|
|
2336
2355
|
break;
|
|
2337
2356
|
case "YAxisMode":
|
|
2338
|
-
this.yAxis = this.
|
|
2357
|
+
this.yAxis = this.aeb(this.adm);
|
|
2339
2358
|
this.yAxis.name = "yAxis";
|
|
2340
|
-
this.zoomSliderAxis = this.
|
|
2359
|
+
this.zoomSliderAxis = this.aeb(this.adm);
|
|
2341
2360
|
this.zoomSliderAxis.name = "zoomSliderAxis";
|
|
2342
|
-
this.volumeAxis = this.
|
|
2361
|
+
this.volumeAxis = this.aeb(this.adm);
|
|
2343
2362
|
this.volumeAxis.name = "volumeAxis";
|
|
2344
2363
|
break;
|
|
2345
2364
|
case "Toolbar":
|
|
2346
2365
|
let i = typeCast(FinancialChartToolbar.$, b);
|
|
2347
2366
|
if (i != null) {
|
|
2348
|
-
i.rangeChanged = delegateRemove(i.rangeChanged, runOn(this, this.
|
|
2349
|
-
i.indicatorTypesChanged = delegateRemove(i.indicatorTypesChanged, runOn(this, this.
|
|
2350
|
-
i.overlayTypesChanged = delegateRemove(i.overlayTypesChanged, runOn(this, this.
|
|
2351
|
-
}
|
|
2352
|
-
if (this.
|
|
2353
|
-
this.
|
|
2354
|
-
this.
|
|
2355
|
-
this.
|
|
2356
|
-
this.
|
|
2357
|
-
let j = this.
|
|
2358
|
-
j.rangeChanged = delegateCombine(j.rangeChanged, runOn(this, this.
|
|
2359
|
-
let k = this.
|
|
2360
|
-
k.indicatorTypesChanged = delegateCombine(k.indicatorTypesChanged, runOn(this, this.
|
|
2361
|
-
let l = this.
|
|
2362
|
-
l.overlayTypesChanged = delegateCombine(l.overlayTypesChanged, runOn(this, this.
|
|
2367
|
+
i.rangeChanged = delegateRemove(i.rangeChanged, runOn(this, this.akk));
|
|
2368
|
+
i.indicatorTypesChanged = delegateRemove(i.indicatorTypesChanged, runOn(this, this.akn));
|
|
2369
|
+
i.overlayTypesChanged = delegateRemove(i.overlayTypesChanged, runOn(this, this.ako));
|
|
2370
|
+
}
|
|
2371
|
+
if (this.adb != null) {
|
|
2372
|
+
this.adb.ae = this.adr;
|
|
2373
|
+
this.adb.ag = this.adt;
|
|
2374
|
+
this.adb.u = this.ac8;
|
|
2375
|
+
this.ali(true);
|
|
2376
|
+
let j = this.adb;
|
|
2377
|
+
j.rangeChanged = delegateCombine(j.rangeChanged, runOn(this, this.akk));
|
|
2378
|
+
let k = this.adb;
|
|
2379
|
+
k.indicatorTypesChanged = delegateCombine(k.indicatorTypesChanged, runOn(this, this.akn));
|
|
2380
|
+
let l = this.adb;
|
|
2381
|
+
l.overlayTypesChanged = delegateCombine(l.overlayTypesChanged, runOn(this, this.ako));
|
|
2363
2382
|
}
|
|
2364
2383
|
break;
|
|
2365
2384
|
case "XAxis":
|
|
@@ -2371,32 +2390,47 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2371
2390
|
}
|
|
2372
2391
|
let n = typeCast(ITimeRangeSelectorAxis_$type, b);
|
|
2373
2392
|
if (n != null) {
|
|
2374
|
-
n.visibleRangeChanged = delegateRemove(n.visibleRangeChanged, runOn(this, this.
|
|
2393
|
+
n.visibleRangeChanged = delegateRemove(n.visibleRangeChanged, runOn(this, this.akr));
|
|
2375
2394
|
}
|
|
2376
2395
|
if (this.dataChart != null) {
|
|
2377
2396
|
this.dataChart.axes.add(this.xAxis);
|
|
2378
2397
|
}
|
|
2379
|
-
if (this.
|
|
2380
|
-
this.
|
|
2381
|
-
this.
|
|
2398
|
+
if (this.e8) {
|
|
2399
|
+
this.aam(this.xAxis);
|
|
2400
|
+
this.q9();
|
|
2382
2401
|
}
|
|
2383
|
-
this.
|
|
2384
|
-
this.
|
|
2385
|
-
this.
|
|
2402
|
+
this.ali(false);
|
|
2403
|
+
this.alj();
|
|
2404
|
+
this.ak5();
|
|
2386
2405
|
let o = this.xAxis;
|
|
2387
|
-
o.visibleRangeChanged = delegateCombine(o.visibleRangeChanged, runOn(this, this.
|
|
2406
|
+
o.visibleRangeChanged = delegateCombine(o.visibleRangeChanged, runOn(this, this.akr));
|
|
2407
|
+
break;
|
|
2408
|
+
case "XAxisZoomMaximumCategoryRange":
|
|
2409
|
+
this.aky((p) => p.zoomMaximumCategoryRange = this.agl);
|
|
2410
|
+
break;
|
|
2411
|
+
case "XAxisZoomMaximumItemSpan":
|
|
2412
|
+
this.aky((p) => p.zoomMaximumItemSpan = this.agm);
|
|
2413
|
+
break;
|
|
2414
|
+
case "XAxisZoomToCategoryRange":
|
|
2415
|
+
this.aky((p) => p.zoomToCategoryRange = this.agn);
|
|
2416
|
+
break;
|
|
2417
|
+
case "XAxisZoomToCategoryStart":
|
|
2418
|
+
this.aky((p) => p.zoomToCategoryStart = this.ago);
|
|
2419
|
+
break;
|
|
2420
|
+
case "XAxisZoomToItemSpan":
|
|
2421
|
+
this.aky((p) => p.zoomToItemSpan = this.agp);
|
|
2388
2422
|
break;
|
|
2389
2423
|
case "ChartType":
|
|
2390
|
-
this.
|
|
2424
|
+
this.sw();
|
|
2391
2425
|
break;
|
|
2392
2426
|
case "VolumeXAxis":
|
|
2393
|
-
this.
|
|
2427
|
+
this.alb(this.volumeChart, typeCast(Axis.$, b), this.volumeXAxis);
|
|
2394
2428
|
break;
|
|
2395
2429
|
case "ZoomSliderXAxis":
|
|
2396
|
-
this.
|
|
2430
|
+
this.alb(this.zoomSliderChart, typeCast(Axis.$, b), this.zoomSliderXAxis);
|
|
2397
2431
|
break;
|
|
2398
2432
|
case "IndicatorXAxis":
|
|
2399
|
-
this.
|
|
2433
|
+
this.alf();
|
|
2400
2434
|
break;
|
|
2401
2435
|
case "YAxis":
|
|
2402
2436
|
let p = typeCast(NumericYAxis.$, b);
|
|
@@ -2408,12 +2442,12 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2408
2442
|
if (this.dataChart != null) {
|
|
2409
2443
|
this.dataChart.axes.add(this.yAxis);
|
|
2410
2444
|
}
|
|
2411
|
-
if (this.
|
|
2412
|
-
this.
|
|
2413
|
-
this.
|
|
2445
|
+
if (this.e8) {
|
|
2446
|
+
this.aao(this.yAxis);
|
|
2447
|
+
this.aao(this.yAxis);
|
|
2414
2448
|
}
|
|
2415
2449
|
let q = this.yAxis;
|
|
2416
|
-
q.rangeChanged = delegateCombine(q.rangeChanged, runOn(this, this.
|
|
2450
|
+
q.rangeChanged = delegateCombine(q.rangeChanged, runOn(this, this.aks));
|
|
2417
2451
|
break;
|
|
2418
2452
|
case "VolumeAxis":
|
|
2419
2453
|
let r = typeCast(Axis.$, b);
|
|
@@ -2422,13 +2456,13 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2422
2456
|
}
|
|
2423
2457
|
if (this.volumeChart != null && this.volumeAxis != null) {
|
|
2424
2458
|
this.volumeChart.axes.add(this.volumeAxis);
|
|
2425
|
-
this.
|
|
2459
|
+
this.ak1();
|
|
2426
2460
|
}
|
|
2427
|
-
if (this.
|
|
2428
|
-
this.
|
|
2461
|
+
if (this.e8) {
|
|
2462
|
+
this.aao(this.volumeAxis);
|
|
2429
2463
|
}
|
|
2430
2464
|
let s = this.volumeAxis;
|
|
2431
|
-
s.rangeChanged = delegateCombine(s.rangeChanged, runOn(this, this.
|
|
2465
|
+
s.rangeChanged = delegateCombine(s.rangeChanged, runOn(this, this.aks));
|
|
2432
2466
|
break;
|
|
2433
2467
|
case "IndicatorAxis":
|
|
2434
2468
|
if (this.indicatorCharts != null) {
|
|
@@ -2447,8 +2481,8 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2447
2481
|
if (t == 0) {
|
|
2448
2482
|
y = this.indicatorAxis;
|
|
2449
2483
|
}
|
|
2450
|
-
else if (this.
|
|
2451
|
-
y = this.
|
|
2484
|
+
else if (this.adm == 1) {
|
|
2485
|
+
y = this.aeb(this.adm);
|
|
2452
2486
|
}
|
|
2453
2487
|
else if (typeCast(NumericYAxis.$, this.indicatorAxis) !== null) {
|
|
2454
2488
|
y = new NumericYAxis();
|
|
@@ -2456,155 +2490,155 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2456
2490
|
if (y != null) {
|
|
2457
2491
|
u.axes.add(y);
|
|
2458
2492
|
}
|
|
2459
|
-
if (this.
|
|
2460
|
-
this.
|
|
2493
|
+
if (this.e8) {
|
|
2494
|
+
this.aao(y);
|
|
2461
2495
|
}
|
|
2462
2496
|
}
|
|
2463
2497
|
}
|
|
2464
2498
|
break;
|
|
2465
2499
|
case "IsWindowSyncedToVisibleRange":
|
|
2466
2500
|
if (this.dataChart != null) {
|
|
2467
|
-
this.dataChart.
|
|
2501
|
+
this.dataChart.un = this.fx && this.fw;
|
|
2468
2502
|
}
|
|
2469
2503
|
if (this.volumeChart != null) {
|
|
2470
|
-
this.volumeChart.
|
|
2504
|
+
this.volumeChart.un = this.fx && this.fw;
|
|
2471
2505
|
}
|
|
2472
|
-
if (this.
|
|
2473
|
-
this.
|
|
2506
|
+
if (this.afc) {
|
|
2507
|
+
this.alc(this.dataChart);
|
|
2474
2508
|
}
|
|
2475
2509
|
else {
|
|
2476
|
-
this.volumeChart.
|
|
2510
|
+
this.volumeChart.vu = 1;
|
|
2477
2511
|
}
|
|
2478
2512
|
break;
|
|
2479
2513
|
case "IndicatorTypes":
|
|
2480
2514
|
let z = typeCast(ObservableCollection$1.$.specialize(FinancialIndicatorType_$type), b);
|
|
2481
2515
|
if (z != null) {
|
|
2482
|
-
z.collectionChanged = delegateRemove(z.collectionChanged, runOn(this, this.
|
|
2516
|
+
z.collectionChanged = delegateRemove(z.collectionChanged, runOn(this, this.akh));
|
|
2483
2517
|
}
|
|
2484
2518
|
let aa = typeCast(ObservableCollection$1.$.specialize(FinancialIndicatorType_$type), c);
|
|
2485
2519
|
if (aa != null) {
|
|
2486
|
-
aa.collectionChanged = delegateCombine(aa.collectionChanged, runOn(this, this.
|
|
2520
|
+
aa.collectionChanged = delegateCombine(aa.collectionChanged, runOn(this, this.akh));
|
|
2487
2521
|
}
|
|
2488
|
-
this.
|
|
2522
|
+
this.alf();
|
|
2489
2523
|
break;
|
|
2490
2524
|
case "OverlayTypes":
|
|
2491
2525
|
let ab = typeCast(ObservableCollection$1.$.specialize(FinancialOverlayType_$type), b);
|
|
2492
2526
|
if (ab != null) {
|
|
2493
|
-
ab.collectionChanged = delegateRemove(ab.collectionChanged, runOn(this, this.
|
|
2527
|
+
ab.collectionChanged = delegateRemove(ab.collectionChanged, runOn(this, this.aki));
|
|
2494
2528
|
}
|
|
2495
2529
|
let ac = typeCast(ObservableCollection$1.$.specialize(FinancialOverlayType_$type), c);
|
|
2496
2530
|
if (ac != null) {
|
|
2497
|
-
ac.collectionChanged = delegateCombine(ac.collectionChanged, runOn(this, this.
|
|
2531
|
+
ac.collectionChanged = delegateCombine(ac.collectionChanged, runOn(this, this.aki));
|
|
2498
2532
|
}
|
|
2499
|
-
this.
|
|
2533
|
+
this.alh();
|
|
2500
2534
|
break;
|
|
2501
2535
|
case "YAxisAbbreviateLargeNumbers":
|
|
2502
|
-
this.
|
|
2536
|
+
this.aav((ad) => ad.k8 = this.afg);
|
|
2503
2537
|
break;
|
|
2504
2538
|
case "YAxisMinimumValue":
|
|
2505
|
-
this.
|
|
2539
|
+
this.aaw((ad) => ad.l3 = this.agu, false);
|
|
2506
2540
|
break;
|
|
2507
2541
|
case "YAxisMaximumValue":
|
|
2508
|
-
this.
|
|
2542
|
+
this.aaw((ad) => ad.l2 = this.agt, false);
|
|
2509
2543
|
break;
|
|
2510
2544
|
case "YAxisInterval":
|
|
2511
|
-
this.
|
|
2545
|
+
this.aaw((ad) => ad.lz = this.ags, false);
|
|
2512
2546
|
break;
|
|
2513
2547
|
case "Thickness":
|
|
2514
2548
|
case "ZoomSliderType":
|
|
2515
|
-
this.
|
|
2549
|
+
this.alk();
|
|
2516
2550
|
break;
|
|
2517
2551
|
case "ZoomSliderChart":
|
|
2518
|
-
if (!this.
|
|
2552
|
+
if (!this.afj) {
|
|
2519
2553
|
return;
|
|
2520
2554
|
}
|
|
2521
|
-
this.
|
|
2555
|
+
this.aln(typeCast(XamDataChart.$, b), typeCast(XamDataChart.$, c));
|
|
2522
2556
|
break;
|
|
2523
2557
|
case "NegativeBrushes":
|
|
2524
2558
|
case "NegativeOutlines":
|
|
2525
|
-
this.
|
|
2526
|
-
if (ad.
|
|
2527
|
-
ad.
|
|
2559
|
+
this.aka((ad, ae) => {
|
|
2560
|
+
if (ad.d4) {
|
|
2561
|
+
ad.mq(this.acm != null ? ArrayExtension.getModulus$1(Brush.$, this.acm, ae) : null, this.acn != null ? ArrayExtension.getModulus$1(Brush.$, this.acn, ae) : null);
|
|
2528
2562
|
}
|
|
2529
2563
|
}, true);
|
|
2530
2564
|
break;
|
|
2531
2565
|
case "OverlayBrushes":
|
|
2532
|
-
this.
|
|
2566
|
+
this.aj9((ad, ae) => ad.o7 = this.aco != null ? ArrayExtension.getModulus$1(Brush.$, this.aco, ae) : null);
|
|
2533
2567
|
break;
|
|
2534
2568
|
case "OverlayOutlines":
|
|
2535
|
-
this.
|
|
2569
|
+
this.aj9((ad, ae) => ad.pc = this.acp != null ? ArrayExtension.getModulus$1(Brush.$, this.acp, ae) : null);
|
|
2536
2570
|
break;
|
|
2537
2571
|
case "OverlayThickness":
|
|
2538
|
-
this.
|
|
2572
|
+
this.aj9((ad, ae) => ad.g1 = this.agi);
|
|
2539
2573
|
break;
|
|
2540
2574
|
case "OverlayMultiplier":
|
|
2541
|
-
this.
|
|
2575
|
+
this.aj9((ad, ae) => this.ad6.setMultiplier(ad, this.agh));
|
|
2542
2576
|
break;
|
|
2543
2577
|
case "VolumeBrushes":
|
|
2544
|
-
this.
|
|
2578
|
+
this.akb((ad, ae) => ad.o7 = ArrayExtension.getModulus$1(Brush.$, this.acq, ae));
|
|
2545
2579
|
break;
|
|
2546
2580
|
case "VolumeOutlines":
|
|
2547
|
-
this.
|
|
2581
|
+
this.akb((ad, ae) => ad.pc = ArrayExtension.getModulus$1(Brush.$, this.acr, ae));
|
|
2548
2582
|
break;
|
|
2549
2583
|
case "VolumeThickness":
|
|
2550
|
-
this.
|
|
2584
|
+
this.akb((ad, ae) => ad.g1 = this.agk);
|
|
2551
2585
|
break;
|
|
2552
2586
|
case "IndicatorNegativeBrushes":
|
|
2553
|
-
this.
|
|
2587
|
+
this.aj8((ad, ae) => this.ad1.setNegativeBrush(ad, ArrayExtension.getModulus$1(Brush.$, this.acl, ae)));
|
|
2554
2588
|
break;
|
|
2555
2589
|
case "IndicatorBrushes":
|
|
2556
|
-
this.
|
|
2590
|
+
this.aj8((ad, ae) => ad.o7 = ArrayExtension.getModulus$1(Brush.$, this.ack, ae));
|
|
2557
2591
|
break;
|
|
2558
2592
|
case "IndicatorThickness":
|
|
2559
|
-
this.
|
|
2593
|
+
this.aj8((ad, ae) => ad.g1 = this.agg);
|
|
2560
2594
|
break;
|
|
2561
2595
|
case "IndicatorDisplayTypes":
|
|
2562
|
-
this.
|
|
2596
|
+
this.aj8((ad, ae) => this.ad1.setDisplayType(ad, ArrayExtension.getModulus$1(IndicatorDisplayType_$type, this.ad3, ae)));
|
|
2563
2597
|
break;
|
|
2564
2598
|
case "IndicatorPeriod":
|
|
2565
|
-
this.
|
|
2566
|
-
if (this.
|
|
2599
|
+
this.aj8((ad, ae) => {
|
|
2600
|
+
if (this.ahb == -2147483648) {
|
|
2567
2601
|
return;
|
|
2568
2602
|
}
|
|
2569
|
-
this.
|
|
2603
|
+
this.ad1.setPeriodOverride(ad, this.ahb);
|
|
2570
2604
|
});
|
|
2571
2605
|
break;
|
|
2572
2606
|
case "IndicatorMultiplier":
|
|
2573
|
-
this.
|
|
2607
|
+
this.aj8((ad, ae) => this.ad1.setMultiplier(ad, this.agf));
|
|
2574
2608
|
break;
|
|
2575
2609
|
case "IndicatorSmoothingPeriod":
|
|
2576
|
-
this.
|
|
2610
|
+
this.aj8((ad, ae) => this.ad1.setSmoothingPeriod(ad, this.ahe));
|
|
2577
2611
|
break;
|
|
2578
2612
|
case "IndicatorShortPeriod":
|
|
2579
|
-
this.
|
|
2613
|
+
this.aj8((ad, ae) => this.ad1.setShortPeriod(ad, this.ahc));
|
|
2580
2614
|
break;
|
|
2581
2615
|
case "IndicatorLongPeriod":
|
|
2582
|
-
this.
|
|
2616
|
+
this.aj8((ad, ae) => this.ad1.setLongPeriod(ad, this.aha));
|
|
2583
2617
|
break;
|
|
2584
2618
|
case "IndicatorSignalPeriod":
|
|
2585
|
-
this.
|
|
2619
|
+
this.aj8((ad, ae) => this.ad1.setSignalPeriod(ad, this.ahd));
|
|
2586
2620
|
break;
|
|
2587
2621
|
case "RangeSelectorOptions":
|
|
2588
2622
|
let ad = typeCast(FinancialChartRangeSelectorOptionCollection.$, b);
|
|
2589
2623
|
if (ad != null) {
|
|
2590
|
-
ad.collectionChanged = delegateRemove(ad.collectionChanged, runOn(this, this.
|
|
2624
|
+
ad.collectionChanged = delegateRemove(ad.collectionChanged, runOn(this, this.akj));
|
|
2591
2625
|
}
|
|
2592
|
-
if (this.
|
|
2593
|
-
let ae = this.
|
|
2594
|
-
ae.collectionChanged = delegateCombine(ae.collectionChanged, runOn(this, this.
|
|
2626
|
+
if (this.ac9 != null) {
|
|
2627
|
+
let ae = this.ac9;
|
|
2628
|
+
ae.collectionChanged = delegateCombine(ae.collectionChanged, runOn(this, this.akj));
|
|
2595
2629
|
}
|
|
2596
|
-
this.
|
|
2630
|
+
this.ak5();
|
|
2597
2631
|
break;
|
|
2598
2632
|
case "CustomIndicatorNames":
|
|
2599
2633
|
let af = typeCast(ObservableCollection$1.$.specialize(String_$type), b);
|
|
2600
2634
|
if (af != null) {
|
|
2601
|
-
af.collectionChanged = delegateRemove(af.collectionChanged, runOn(this, this.
|
|
2635
|
+
af.collectionChanged = delegateRemove(af.collectionChanged, runOn(this, this.akf));
|
|
2602
2636
|
}
|
|
2603
2637
|
if (this.customIndicatorNames != null) {
|
|
2604
2638
|
let ag = this.customIndicatorNames;
|
|
2605
|
-
ag.collectionChanged = delegateCombine(ag.collectionChanged, runOn(this, this.
|
|
2639
|
+
ag.collectionChanged = delegateCombine(ag.collectionChanged, runOn(this, this.akf));
|
|
2606
2640
|
}
|
|
2607
|
-
this.
|
|
2641
|
+
this.alf();
|
|
2608
2642
|
break;
|
|
2609
2643
|
case "Legend":
|
|
2610
2644
|
if (this.zoomSliderChart != null) {
|
|
@@ -2612,40 +2646,40 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2612
2646
|
}
|
|
2613
2647
|
break;
|
|
2614
2648
|
case "Brushes":
|
|
2615
|
-
this.
|
|
2649
|
+
this.aka((ah, ai) => ah.o7 = this.aa != null ? ArrayExtension.getModulus$1(Brush.$, this.aa, ai) : null, true);
|
|
2616
2650
|
break;
|
|
2617
2651
|
case "Outlines":
|
|
2618
|
-
this.
|
|
2652
|
+
this.aka((ah, ai) => ah.pc = this.ae != null ? ArrayExtension.getModulus$1(Brush.$, this.ae, ai) : null, true);
|
|
2619
2653
|
break;
|
|
2620
2654
|
case "XAxisLabelVisibility":
|
|
2621
|
-
if (this.
|
|
2622
|
-
this.
|
|
2655
|
+
if (this.aca == 0 && this.zoomSliderXAxis != null) {
|
|
2656
|
+
this.aak(this.zoomSliderXAxis, (ah) => ah.visibility = 1);
|
|
2623
2657
|
}
|
|
2624
|
-
this.
|
|
2658
|
+
this.aj4();
|
|
2625
2659
|
break;
|
|
2626
2660
|
case "YAxisLabelVisibility":
|
|
2627
|
-
if (this.
|
|
2661
|
+
if (this.acb != 0 || this.zoomSliderAxis == null) {
|
|
2628
2662
|
break;
|
|
2629
2663
|
}
|
|
2630
|
-
this.
|
|
2664
|
+
this.aak(this.zoomSliderAxis, (ah) => ah.visibility = 1);
|
|
2631
2665
|
break;
|
|
2632
2666
|
case "ZoomSliderXAxisMajorStroke":
|
|
2633
|
-
this.zoomSliderXAxis.jv = this.
|
|
2667
|
+
this.zoomSliderXAxis.jv = this.alq;
|
|
2634
2668
|
break;
|
|
2635
2669
|
case "ZoomSliderXAxisMajorStrokeThickness":
|
|
2636
|
-
this.zoomSliderXAxis.eq = this.
|
|
2670
|
+
this.zoomSliderXAxis.eq = this.agw;
|
|
2637
2671
|
break;
|
|
2638
2672
|
case "FinancialChartLegend":
|
|
2639
2673
|
case "IsLegendVisible":
|
|
2640
|
-
let ah = this.
|
|
2674
|
+
let ah = this.ae7 && this.legend == null;
|
|
2641
2675
|
{
|
|
2642
2676
|
let ai = (aj, ak) => {
|
|
2643
2677
|
if (aj.isUsableInLegend) {
|
|
2644
|
-
aj.legend = ah ? this.
|
|
2678
|
+
aj.legend = ah ? this.adv : null;
|
|
2645
2679
|
}
|
|
2646
2680
|
};
|
|
2647
|
-
this.
|
|
2648
|
-
this.
|
|
2681
|
+
this.aka(ai, false);
|
|
2682
|
+
this.aj9(ai);
|
|
2649
2683
|
}
|
|
2650
2684
|
break;
|
|
2651
2685
|
case "ZoomSliderAxis":
|
|
@@ -2656,647 +2690,697 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2656
2690
|
if (this.zoomSliderAxis != null) {
|
|
2657
2691
|
if (this.zoomSliderChart != null) {
|
|
2658
2692
|
this.zoomSliderChart.axes.add(this.zoomSliderAxis);
|
|
2659
|
-
this.
|
|
2693
|
+
this.ak2();
|
|
2660
2694
|
this.zoomSliderXAxis.itemsSource = this.xAxis.itemsSource;
|
|
2661
2695
|
}
|
|
2662
|
-
if (this.
|
|
2663
|
-
this.
|
|
2696
|
+
if (this.e8) {
|
|
2697
|
+
this.aao(this.zoomSliderAxis);
|
|
2664
2698
|
}
|
|
2665
|
-
this.
|
|
2699
|
+
this.aak(this.zoomSliderAxis, (ak) => ak.visibility = 1);
|
|
2666
2700
|
}
|
|
2667
2701
|
break;
|
|
2668
2702
|
case "XAxisMinimumValue":
|
|
2669
|
-
this.
|
|
2703
|
+
this.aaq((ak) => {
|
|
2670
2704
|
let al = typeCast(ITimeRangeSelectorAxis_$type, ak);
|
|
2671
2705
|
if (al != null) {
|
|
2672
|
-
al.minimumValue = this.
|
|
2706
|
+
al.minimumValue = this.afx;
|
|
2673
2707
|
}
|
|
2674
2708
|
});
|
|
2675
2709
|
break;
|
|
2676
2710
|
case "XAxisMaximumValue":
|
|
2677
|
-
this.
|
|
2711
|
+
this.aaq((ak) => {
|
|
2678
2712
|
let al = typeCast(ITimeRangeSelectorAxis_$type, ak);
|
|
2679
2713
|
if (al != null) {
|
|
2680
|
-
al.maximumValue = this.
|
|
2714
|
+
al.maximumValue = this.afw;
|
|
2681
2715
|
}
|
|
2682
2716
|
});
|
|
2683
2717
|
break;
|
|
2684
|
-
case FinancialChart.
|
|
2685
|
-
this.
|
|
2718
|
+
case FinancialChart.ajb:
|
|
2719
|
+
this.aar((ak) => ak.b0 = this.aff, a);
|
|
2686
2720
|
break;
|
|
2687
|
-
case FinancialChart.
|
|
2688
|
-
this.
|
|
2721
|
+
case FinancialChart.ajm:
|
|
2722
|
+
this.aav((ak) => ak.b0 = this.afh);
|
|
2689
2723
|
break;
|
|
2690
2724
|
}
|
|
2691
2725
|
}
|
|
2692
|
-
|
|
2726
|
+
get_by() {
|
|
2693
2727
|
return 1;
|
|
2694
2728
|
}
|
|
2695
|
-
get
|
|
2696
|
-
return this.
|
|
2729
|
+
get by() {
|
|
2730
|
+
return this.get_by();
|
|
2697
2731
|
}
|
|
2698
|
-
get
|
|
2699
|
-
return this.
|
|
2732
|
+
get afi() {
|
|
2733
|
+
return this.ae0;
|
|
2700
2734
|
}
|
|
2701
|
-
set
|
|
2702
|
-
let b = this.
|
|
2735
|
+
set afi(a) {
|
|
2736
|
+
let b = this.afi;
|
|
2703
2737
|
if (a != b) {
|
|
2704
|
-
this.
|
|
2705
|
-
this.
|
|
2738
|
+
this.ae0 = a;
|
|
2739
|
+
this.sc("YAxisIsLogarithmic", b, this.afi);
|
|
2706
2740
|
}
|
|
2707
2741
|
}
|
|
2708
|
-
get
|
|
2709
|
-
return this.
|
|
2742
|
+
get ahg() {
|
|
2743
|
+
return this.ag8;
|
|
2710
2744
|
}
|
|
2711
|
-
set
|
|
2712
|
-
let b = this.
|
|
2745
|
+
set ahg(a) {
|
|
2746
|
+
let b = this.ahg;
|
|
2713
2747
|
if (a != b) {
|
|
2714
|
-
this.
|
|
2715
|
-
this.
|
|
2748
|
+
this.ag8 = a;
|
|
2749
|
+
this.sc("YAxisLogarithmBase", b, this.ahg);
|
|
2716
2750
|
}
|
|
2717
2751
|
}
|
|
2718
|
-
get
|
|
2719
|
-
return this.
|
|
2752
|
+
get ags() {
|
|
2753
|
+
return this.af9;
|
|
2720
2754
|
}
|
|
2721
|
-
set
|
|
2722
|
-
let b = this.
|
|
2755
|
+
set ags(a) {
|
|
2756
|
+
let b = this.ags;
|
|
2723
2757
|
if (a != b) {
|
|
2724
|
-
this.
|
|
2725
|
-
this.
|
|
2758
|
+
this.af9 = a;
|
|
2759
|
+
this.sc("YAxisInterval", b, this.ags);
|
|
2726
2760
|
}
|
|
2727
2761
|
}
|
|
2728
|
-
get
|
|
2729
|
-
return this.
|
|
2762
|
+
get agu() {
|
|
2763
|
+
return this.agb;
|
|
2730
2764
|
}
|
|
2731
|
-
set
|
|
2732
|
-
let b = this.
|
|
2765
|
+
set agu(a) {
|
|
2766
|
+
let b = this.agu;
|
|
2733
2767
|
if (a != b) {
|
|
2734
|
-
this.
|
|
2735
|
-
this.
|
|
2768
|
+
this.agb = a;
|
|
2769
|
+
this.sc("YAxisMinimumValue", b, this.agu);
|
|
2736
2770
|
}
|
|
2737
2771
|
}
|
|
2738
|
-
get
|
|
2739
|
-
return this.
|
|
2772
|
+
get agt() {
|
|
2773
|
+
return this.aga;
|
|
2740
2774
|
}
|
|
2741
|
-
set
|
|
2742
|
-
let b = this.
|
|
2775
|
+
set agt(a) {
|
|
2776
|
+
let b = this.agt;
|
|
2743
2777
|
if (a != b) {
|
|
2744
|
-
this.
|
|
2745
|
-
this.
|
|
2778
|
+
this.aga = a;
|
|
2779
|
+
this.sc("YAxisMaximumValue", b, this.agt);
|
|
2746
2780
|
}
|
|
2747
2781
|
}
|
|
2748
|
-
get
|
|
2749
|
-
return this.
|
|
2782
|
+
get agv() {
|
|
2783
|
+
return this.agc;
|
|
2750
2784
|
}
|
|
2751
|
-
set
|
|
2752
|
-
let b = this.
|
|
2785
|
+
set agv(a) {
|
|
2786
|
+
let b = this.agv;
|
|
2753
2787
|
if (a != b) {
|
|
2754
|
-
this.
|
|
2755
|
-
this.
|
|
2788
|
+
this.agc = a;
|
|
2789
|
+
this.sc("YAxisMinorInterval", b, this.agv);
|
|
2756
2790
|
}
|
|
2757
2791
|
}
|
|
2758
|
-
get
|
|
2792
|
+
get agr() {
|
|
2759
2793
|
return this.yAxis.lv;
|
|
2760
2794
|
}
|
|
2761
|
-
get
|
|
2795
|
+
get agq() {
|
|
2762
2796
|
return this.yAxis.lu;
|
|
2763
2797
|
}
|
|
2764
|
-
get
|
|
2765
|
-
return this.
|
|
2798
|
+
get adi() {
|
|
2799
|
+
return this.adg;
|
|
2766
2800
|
}
|
|
2767
|
-
set
|
|
2768
|
-
let b = this.
|
|
2801
|
+
set adi(a) {
|
|
2802
|
+
let b = this.adi;
|
|
2769
2803
|
if (a != b) {
|
|
2770
|
-
this.
|
|
2771
|
-
this.
|
|
2804
|
+
this.adg = a;
|
|
2805
|
+
this.sc("VolumeType", enumGetBox(FinancialChartVolumeType_$type, b), enumGetBox(FinancialChartVolumeType_$type, this.adi));
|
|
2772
2806
|
}
|
|
2773
2807
|
}
|
|
2774
|
-
get
|
|
2775
|
-
return this.
|
|
2808
|
+
get adk() {
|
|
2809
|
+
return this.adj;
|
|
2776
2810
|
}
|
|
2777
|
-
set
|
|
2778
|
-
let b = this.
|
|
2811
|
+
set adk(a) {
|
|
2812
|
+
let b = this.adk;
|
|
2779
2813
|
if (a != b) {
|
|
2780
|
-
this.
|
|
2781
|
-
this.
|
|
2814
|
+
this.adj = a;
|
|
2815
|
+
this.sc("XAxisMode", enumGetBox(FinancialChartXAxisMode_$type, b), enumGetBox(FinancialChartXAxisMode_$type, this.adk));
|
|
2782
2816
|
}
|
|
2783
2817
|
}
|
|
2784
|
-
get
|
|
2785
|
-
return this.
|
|
2818
|
+
get agl() {
|
|
2819
|
+
return this.af4;
|
|
2786
2820
|
}
|
|
2787
|
-
set
|
|
2788
|
-
let b = this.
|
|
2821
|
+
set agl(a) {
|
|
2822
|
+
let b = this.agl;
|
|
2789
2823
|
if (a != b) {
|
|
2790
|
-
this.
|
|
2791
|
-
this.
|
|
2824
|
+
this.af4 = a;
|
|
2825
|
+
this.sc("XAxisZoomMaximumCategoryRange", b, this.agl);
|
|
2792
2826
|
}
|
|
2793
2827
|
}
|
|
2794
|
-
get
|
|
2795
|
-
return this.
|
|
2828
|
+
get ago() {
|
|
2829
|
+
return this.af7;
|
|
2796
2830
|
}
|
|
2797
|
-
set
|
|
2798
|
-
let b = this.
|
|
2831
|
+
set ago(a) {
|
|
2832
|
+
let b = this.ago;
|
|
2799
2833
|
if (a != b) {
|
|
2800
|
-
this.
|
|
2801
|
-
this.
|
|
2834
|
+
this.af7 = a;
|
|
2835
|
+
this.sc("XAxisZoomToCategoryStart", b, this.ago);
|
|
2802
2836
|
}
|
|
2803
2837
|
}
|
|
2804
|
-
get
|
|
2805
|
-
return this.
|
|
2838
|
+
get agm() {
|
|
2839
|
+
return this.af5;
|
|
2806
2840
|
}
|
|
2807
|
-
set
|
|
2808
|
-
let b = this.
|
|
2841
|
+
set agm(a) {
|
|
2842
|
+
let b = this.agm;
|
|
2809
2843
|
if (a != b) {
|
|
2810
|
-
this.
|
|
2811
|
-
this.
|
|
2844
|
+
this.af5 = a;
|
|
2845
|
+
this.sc("XAxisZoomMaximumItemSpan", b, this.agm);
|
|
2812
2846
|
}
|
|
2813
2847
|
}
|
|
2814
|
-
|
|
2815
|
-
return
|
|
2848
|
+
get agn() {
|
|
2849
|
+
return this.af6;
|
|
2816
2850
|
}
|
|
2817
|
-
|
|
2818
|
-
|
|
2851
|
+
set agn(a) {
|
|
2852
|
+
let b = this.agn;
|
|
2853
|
+
if (a != b) {
|
|
2854
|
+
this.af6 = a;
|
|
2855
|
+
this.sc("XAxisZoomToCategoryRange", b, this.agn);
|
|
2856
|
+
}
|
|
2819
2857
|
}
|
|
2820
|
-
get
|
|
2821
|
-
return this.
|
|
2858
|
+
get agp() {
|
|
2859
|
+
return this.af8;
|
|
2822
2860
|
}
|
|
2823
|
-
set
|
|
2824
|
-
let b = this.
|
|
2861
|
+
set agp(a) {
|
|
2862
|
+
let b = this.agp;
|
|
2825
2863
|
if (a != b) {
|
|
2826
|
-
this.
|
|
2827
|
-
this.
|
|
2864
|
+
this.af8 = a;
|
|
2865
|
+
this.sc("XAxisZoomToItemSpan", b, this.agp);
|
|
2828
2866
|
}
|
|
2829
2867
|
}
|
|
2830
|
-
get
|
|
2831
|
-
return this.
|
|
2868
|
+
get adm() {
|
|
2869
|
+
return this.adl;
|
|
2832
2870
|
}
|
|
2833
|
-
set
|
|
2834
|
-
let b = this.
|
|
2871
|
+
set adm(a) {
|
|
2872
|
+
let b = this.adm;
|
|
2835
2873
|
if (a != b) {
|
|
2836
|
-
this.
|
|
2837
|
-
this.
|
|
2874
|
+
this.adl = a;
|
|
2875
|
+
this.sc("YAxisMode", enumGetBox(FinancialChartYAxisMode_$type, b), enumGetBox(FinancialChartYAxisMode_$type, this.adm));
|
|
2838
2876
|
}
|
|
2839
2877
|
}
|
|
2840
|
-
get
|
|
2841
|
-
return this.
|
|
2878
|
+
get afb() {
|
|
2879
|
+
return this.aev;
|
|
2842
2880
|
}
|
|
2843
|
-
set
|
|
2844
|
-
let b = this.
|
|
2881
|
+
set afb(a) {
|
|
2882
|
+
let b = this.afb;
|
|
2845
2883
|
if (a != b) {
|
|
2846
|
-
this.
|
|
2847
|
-
this.
|
|
2884
|
+
this.aev = a;
|
|
2885
|
+
this.sc("IsToolbarVisible", b, this.afb);
|
|
2886
|
+
}
|
|
2887
|
+
}
|
|
2888
|
+
get add() {
|
|
2889
|
+
return this.adc;
|
|
2890
|
+
}
|
|
2891
|
+
set add(a) {
|
|
2892
|
+
let b = this.add;
|
|
2893
|
+
if (a != b) {
|
|
2894
|
+
this.adc = a;
|
|
2895
|
+
this.sc("ChartType", enumGetBox(FinancialChartType_$type, b), enumGetBox(FinancialChartType_$type, this.add));
|
|
2896
|
+
}
|
|
2897
|
+
}
|
|
2898
|
+
get_aa5() {
|
|
2899
|
+
return super.get_aa5();
|
|
2900
|
+
}
|
|
2901
|
+
set_aa5(a) {
|
|
2902
|
+
super.set_aa5(a);
|
|
2903
|
+
}
|
|
2904
|
+
get afc() {
|
|
2905
|
+
return this.aew;
|
|
2906
|
+
}
|
|
2907
|
+
set afc(a) {
|
|
2908
|
+
let b = this.afc;
|
|
2909
|
+
if (a != b) {
|
|
2910
|
+
this.aew = a;
|
|
2911
|
+
this.sc("IsWindowSyncedToVisibleRange", b, this.afc);
|
|
2912
|
+
}
|
|
2913
|
+
}
|
|
2914
|
+
get adr() {
|
|
2915
|
+
return this.adq;
|
|
2916
|
+
}
|
|
2917
|
+
set adr(a) {
|
|
2918
|
+
let b = this.adr;
|
|
2919
|
+
if (a != b) {
|
|
2920
|
+
this.adq = a;
|
|
2921
|
+
this.sc("IndicatorTypes", b, this.adr);
|
|
2922
|
+
}
|
|
2923
|
+
}
|
|
2924
|
+
get adt() {
|
|
2925
|
+
return this.ads;
|
|
2926
|
+
}
|
|
2927
|
+
set adt(a) {
|
|
2928
|
+
let b = this.adt;
|
|
2929
|
+
if (a != b) {
|
|
2930
|
+
this.ads = a;
|
|
2931
|
+
this.sc("OverlayTypes", b, this.adt);
|
|
2848
2932
|
}
|
|
2849
2933
|
}
|
|
2850
2934
|
get indicatorCharts() {
|
|
2851
|
-
return this.
|
|
2935
|
+
return this.afn;
|
|
2852
2936
|
}
|
|
2853
2937
|
set indicatorCharts(a) {
|
|
2854
2938
|
let b = this.indicatorCharts;
|
|
2855
2939
|
if (a != b) {
|
|
2856
|
-
this.
|
|
2857
|
-
this.
|
|
2940
|
+
this.afn = a;
|
|
2941
|
+
this.sc("IndicatorCharts", b, this.indicatorCharts);
|
|
2858
2942
|
}
|
|
2859
2943
|
}
|
|
2860
|
-
get
|
|
2861
|
-
return this.
|
|
2944
|
+
get afg() {
|
|
2945
|
+
return this.aey;
|
|
2862
2946
|
}
|
|
2863
|
-
set
|
|
2864
|
-
let b = this.
|
|
2947
|
+
set afg(a) {
|
|
2948
|
+
let b = this.afg;
|
|
2865
2949
|
if (a != b) {
|
|
2866
|
-
this.
|
|
2867
|
-
this.
|
|
2950
|
+
this.aey = a;
|
|
2951
|
+
this.sc("YAxisAbbreviateLargeNumbers", b, this.afg);
|
|
2868
2952
|
}
|
|
2869
2953
|
}
|
|
2870
|
-
|
|
2871
|
-
return super.
|
|
2954
|
+
get_ig() {
|
|
2955
|
+
return super.get_ig();
|
|
2872
2956
|
}
|
|
2873
|
-
|
|
2874
|
-
super.
|
|
2957
|
+
set_ig(a) {
|
|
2958
|
+
super.set_ig(a);
|
|
2875
2959
|
}
|
|
2876
|
-
get
|
|
2877
|
-
return this.
|
|
2960
|
+
get aff() {
|
|
2961
|
+
return this.aex;
|
|
2878
2962
|
}
|
|
2879
|
-
set
|
|
2880
|
-
let b = this.
|
|
2963
|
+
set aff(a) {
|
|
2964
|
+
let b = this.aff;
|
|
2881
2965
|
if (a != b) {
|
|
2882
|
-
this.
|
|
2883
|
-
this.
|
|
2966
|
+
this.aex = a;
|
|
2967
|
+
this.sc(FinancialChart.ajb, b, this.aff);
|
|
2884
2968
|
}
|
|
2885
2969
|
}
|
|
2886
|
-
get
|
|
2887
|
-
return this.
|
|
2970
|
+
get afh() {
|
|
2971
|
+
return this.aez;
|
|
2888
2972
|
}
|
|
2889
|
-
set
|
|
2890
|
-
let b = this.
|
|
2973
|
+
set afh(a) {
|
|
2974
|
+
let b = this.afh;
|
|
2891
2975
|
if (a != b) {
|
|
2892
|
-
this.
|
|
2893
|
-
this.
|
|
2976
|
+
this.aez = a;
|
|
2977
|
+
this.sc(FinancialChart.ajm, b, this.afh);
|
|
2894
2978
|
}
|
|
2895
2979
|
}
|
|
2896
2980
|
get zoomSliderChart() {
|
|
2897
|
-
return this.
|
|
2981
|
+
return this.aep;
|
|
2898
2982
|
}
|
|
2899
2983
|
set zoomSliderChart(a) {
|
|
2900
2984
|
let b = this.zoomSliderChart;
|
|
2901
2985
|
if (a != b) {
|
|
2902
|
-
this.
|
|
2903
|
-
this.
|
|
2986
|
+
this.aep = a;
|
|
2987
|
+
this.sc("ZoomSliderChart", b, this.zoomSliderChart);
|
|
2904
2988
|
}
|
|
2905
2989
|
}
|
|
2906
2990
|
get zoomSliderAxis() {
|
|
2907
|
-
return this.
|
|
2991
|
+
return this.aea;
|
|
2908
2992
|
}
|
|
2909
2993
|
set zoomSliderAxis(a) {
|
|
2910
2994
|
let b = this.zoomSliderAxis;
|
|
2911
2995
|
if (a != b) {
|
|
2912
|
-
this.
|
|
2913
|
-
this.
|
|
2996
|
+
this.aea = a;
|
|
2997
|
+
this.sc("ZoomSliderAxis", b, this.zoomSliderAxis);
|
|
2914
2998
|
}
|
|
2915
2999
|
}
|
|
2916
3000
|
get zoomSliderXAxis() {
|
|
2917
|
-
return this.
|
|
3001
|
+
return this.acv;
|
|
2918
3002
|
}
|
|
2919
3003
|
set zoomSliderXAxis(a) {
|
|
2920
3004
|
let b = this.zoomSliderXAxis;
|
|
2921
3005
|
if (a != b) {
|
|
2922
|
-
this.
|
|
2923
|
-
this.
|
|
3006
|
+
this.acv = a;
|
|
3007
|
+
this.sc("ZoomSliderXAxis", b, this.zoomSliderXAxis);
|
|
2924
3008
|
}
|
|
2925
3009
|
}
|
|
2926
|
-
get
|
|
2927
|
-
return this.
|
|
3010
|
+
get adp() {
|
|
3011
|
+
return this.adn;
|
|
2928
3012
|
}
|
|
2929
|
-
set
|
|
2930
|
-
let b = this.
|
|
3013
|
+
set adp(a) {
|
|
3014
|
+
let b = this.adp;
|
|
2931
3015
|
if (a != b) {
|
|
2932
|
-
this.
|
|
2933
|
-
this.
|
|
3016
|
+
this.adn = a;
|
|
3017
|
+
this.sc("ZoomSliderType", enumGetBox(FinancialChartZoomSliderType_$type, b), enumGetBox(FinancialChartZoomSliderType_$type, this.adp));
|
|
2934
3018
|
}
|
|
2935
3019
|
}
|
|
2936
|
-
get
|
|
2937
|
-
return this.
|
|
3020
|
+
get acm() {
|
|
3021
|
+
return this.ace;
|
|
2938
3022
|
}
|
|
2939
|
-
set
|
|
2940
|
-
let b = this.
|
|
3023
|
+
set acm(a) {
|
|
3024
|
+
let b = this.acm;
|
|
2941
3025
|
if (a != b) {
|
|
2942
|
-
this.
|
|
2943
|
-
this.
|
|
3026
|
+
this.ace = a;
|
|
3027
|
+
this.sc("NegativeBrushes", b, this.acm);
|
|
2944
3028
|
}
|
|
2945
3029
|
}
|
|
2946
|
-
get
|
|
2947
|
-
return this.
|
|
3030
|
+
get acn() {
|
|
3031
|
+
return this.acf;
|
|
2948
3032
|
}
|
|
2949
|
-
set
|
|
2950
|
-
let b = this.
|
|
3033
|
+
set acn(a) {
|
|
3034
|
+
let b = this.acn;
|
|
2951
3035
|
if (a != b) {
|
|
2952
|
-
this.
|
|
2953
|
-
this.
|
|
3036
|
+
this.acf = a;
|
|
3037
|
+
this.sc("NegativeOutlines", b, this.acn);
|
|
2954
3038
|
}
|
|
2955
3039
|
}
|
|
2956
|
-
get
|
|
2957
|
-
return this.
|
|
3040
|
+
get aco() {
|
|
3041
|
+
return this.acg;
|
|
2958
3042
|
}
|
|
2959
|
-
set
|
|
2960
|
-
let b = this.
|
|
3043
|
+
set aco(a) {
|
|
3044
|
+
let b = this.aco;
|
|
2961
3045
|
if (a != b) {
|
|
2962
|
-
this.
|
|
2963
|
-
this.
|
|
3046
|
+
this.acg = a;
|
|
3047
|
+
this.sc("OverlayBrushes", b, this.aco);
|
|
2964
3048
|
}
|
|
2965
3049
|
}
|
|
2966
|
-
get
|
|
2967
|
-
return this.
|
|
3050
|
+
get acp() {
|
|
3051
|
+
return this.ach;
|
|
2968
3052
|
}
|
|
2969
|
-
set
|
|
2970
|
-
let b = this.
|
|
3053
|
+
set acp(a) {
|
|
3054
|
+
let b = this.acp;
|
|
2971
3055
|
if (a != b) {
|
|
2972
|
-
this.
|
|
2973
|
-
this.
|
|
3056
|
+
this.ach = a;
|
|
3057
|
+
this.sc("OverlayOutlines", b, this.acp);
|
|
2974
3058
|
}
|
|
2975
3059
|
}
|
|
2976
|
-
get
|
|
2977
|
-
return this.
|
|
3060
|
+
get acr() {
|
|
3061
|
+
return this.acj;
|
|
2978
3062
|
}
|
|
2979
|
-
set
|
|
2980
|
-
let b = this.
|
|
3063
|
+
set acr(a) {
|
|
3064
|
+
let b = this.acr;
|
|
2981
3065
|
if (a != b) {
|
|
2982
|
-
this.
|
|
2983
|
-
this.
|
|
3066
|
+
this.acj = a;
|
|
3067
|
+
this.sc("VolumeOutlines", b, this.acr);
|
|
2984
3068
|
}
|
|
2985
3069
|
}
|
|
2986
|
-
get
|
|
2987
|
-
return this.
|
|
3070
|
+
get acq() {
|
|
3071
|
+
return this.aci;
|
|
2988
3072
|
}
|
|
2989
|
-
set
|
|
2990
|
-
let b = this.
|
|
3073
|
+
set acq(a) {
|
|
3074
|
+
let b = this.acq;
|
|
2991
3075
|
if (a != b) {
|
|
2992
|
-
this.
|
|
2993
|
-
this.
|
|
3076
|
+
this.aci = a;
|
|
3077
|
+
this.sc("VolumeBrushes", b, this.acq);
|
|
2994
3078
|
}
|
|
2995
3079
|
}
|
|
2996
|
-
get
|
|
2997
|
-
return this.
|
|
3080
|
+
get acl() {
|
|
3081
|
+
return this.acd;
|
|
2998
3082
|
}
|
|
2999
|
-
set
|
|
3000
|
-
let b = this.
|
|
3083
|
+
set acl(a) {
|
|
3084
|
+
let b = this.acl;
|
|
3001
3085
|
if (a != b) {
|
|
3002
|
-
this.
|
|
3003
|
-
this.
|
|
3086
|
+
this.acd = a;
|
|
3087
|
+
this.sc("IndicatorNegativeBrushes", b, this.acl);
|
|
3004
3088
|
}
|
|
3005
3089
|
}
|
|
3006
|
-
get
|
|
3007
|
-
return this.
|
|
3090
|
+
get ack() {
|
|
3091
|
+
return this.acc;
|
|
3008
3092
|
}
|
|
3009
|
-
set
|
|
3010
|
-
let b = this.
|
|
3093
|
+
set ack(a) {
|
|
3094
|
+
let b = this.ack;
|
|
3011
3095
|
if (a != b) {
|
|
3012
|
-
this.
|
|
3013
|
-
this.
|
|
3096
|
+
this.acc = a;
|
|
3097
|
+
this.sc("IndicatorBrushes", b, this.ack);
|
|
3014
3098
|
}
|
|
3015
3099
|
}
|
|
3016
|
-
get
|
|
3017
|
-
return this.
|
|
3100
|
+
get agk() {
|
|
3101
|
+
return this.af3;
|
|
3018
3102
|
}
|
|
3019
|
-
set
|
|
3020
|
-
let b = this.
|
|
3103
|
+
set agk(a) {
|
|
3104
|
+
let b = this.agk;
|
|
3021
3105
|
if (a != b) {
|
|
3022
|
-
this.
|
|
3023
|
-
this.
|
|
3106
|
+
this.af3 = a;
|
|
3107
|
+
this.sc("VolumeThickness", b, this.agk);
|
|
3024
3108
|
}
|
|
3025
3109
|
}
|
|
3026
|
-
get
|
|
3027
|
-
return this.
|
|
3110
|
+
get agi() {
|
|
3111
|
+
return this.af1;
|
|
3028
3112
|
}
|
|
3029
|
-
set
|
|
3030
|
-
let b = this.
|
|
3113
|
+
set agi(a) {
|
|
3114
|
+
let b = this.agi;
|
|
3031
3115
|
if (a != b) {
|
|
3032
|
-
this.
|
|
3033
|
-
this.
|
|
3116
|
+
this.af1 = a;
|
|
3117
|
+
this.sc("OverlayThickness", b, this.agi);
|
|
3034
3118
|
}
|
|
3035
3119
|
}
|
|
3036
|
-
get
|
|
3037
|
-
return this.
|
|
3120
|
+
get agh() {
|
|
3121
|
+
return this.af0;
|
|
3038
3122
|
}
|
|
3039
|
-
set
|
|
3040
|
-
let b = this.
|
|
3123
|
+
set agh(a) {
|
|
3124
|
+
let b = this.agh;
|
|
3041
3125
|
if (a != b) {
|
|
3042
|
-
this.
|
|
3043
|
-
this.
|
|
3126
|
+
this.af0 = a;
|
|
3127
|
+
this.sc("OverlayMultiplier", b, this.agh);
|
|
3044
3128
|
}
|
|
3045
3129
|
}
|
|
3046
|
-
get
|
|
3047
|
-
return this.
|
|
3130
|
+
get agg() {
|
|
3131
|
+
return this.afz;
|
|
3048
3132
|
}
|
|
3049
|
-
set
|
|
3050
|
-
let b = this.
|
|
3133
|
+
set agg(a) {
|
|
3134
|
+
let b = this.agg;
|
|
3051
3135
|
if (a != b) {
|
|
3052
|
-
this.
|
|
3053
|
-
this.
|
|
3136
|
+
this.afz = a;
|
|
3137
|
+
this.sc("IndicatorThickness", b, this.agg);
|
|
3054
3138
|
}
|
|
3055
3139
|
}
|
|
3056
|
-
get
|
|
3057
|
-
return this.
|
|
3140
|
+
get ad3() {
|
|
3141
|
+
return this.ad2;
|
|
3058
3142
|
}
|
|
3059
|
-
set
|
|
3060
|
-
let b = this.
|
|
3143
|
+
set ad3(a) {
|
|
3144
|
+
let b = this.ad3;
|
|
3061
3145
|
if (a != b) {
|
|
3062
|
-
this.
|
|
3063
|
-
this.
|
|
3146
|
+
this.ad2 = a;
|
|
3147
|
+
this.sc("IndicatorDisplayTypes", b, this.ad3);
|
|
3064
3148
|
}
|
|
3065
3149
|
}
|
|
3066
|
-
get
|
|
3067
|
-
return this.
|
|
3150
|
+
get ahb() {
|
|
3151
|
+
return this.ag4;
|
|
3068
3152
|
}
|
|
3069
|
-
set
|
|
3070
|
-
let b = this.
|
|
3153
|
+
set ahb(a) {
|
|
3154
|
+
let b = this.ahb;
|
|
3071
3155
|
if (a != b) {
|
|
3072
|
-
this.
|
|
3073
|
-
this.
|
|
3156
|
+
this.ag4 = a;
|
|
3157
|
+
this.sc("IndicatorPeriod", b, this.ahb);
|
|
3074
3158
|
}
|
|
3075
3159
|
}
|
|
3076
|
-
get
|
|
3077
|
-
return this.
|
|
3160
|
+
get agf() {
|
|
3161
|
+
return this.afy;
|
|
3078
3162
|
}
|
|
3079
|
-
set
|
|
3080
|
-
let b = this.
|
|
3163
|
+
set agf(a) {
|
|
3164
|
+
let b = this.agf;
|
|
3081
3165
|
if (a != b) {
|
|
3082
|
-
this.
|
|
3083
|
-
this.
|
|
3166
|
+
this.afy = a;
|
|
3167
|
+
this.sc("IndicatorMultiplier", b, this.agf);
|
|
3084
3168
|
}
|
|
3085
3169
|
}
|
|
3086
|
-
get
|
|
3087
|
-
return this.
|
|
3170
|
+
get ahe() {
|
|
3171
|
+
return this.ag7;
|
|
3088
3172
|
}
|
|
3089
|
-
set
|
|
3090
|
-
let b = this.
|
|
3173
|
+
set ahe(a) {
|
|
3174
|
+
let b = this.ahe;
|
|
3091
3175
|
if (a != b) {
|
|
3092
|
-
this.
|
|
3093
|
-
this.
|
|
3176
|
+
this.ag7 = a;
|
|
3177
|
+
this.sc("IndicatorSmoothingPeriod", b, this.ahe);
|
|
3094
3178
|
}
|
|
3095
3179
|
}
|
|
3096
|
-
get
|
|
3097
|
-
return this.
|
|
3180
|
+
get ahc() {
|
|
3181
|
+
return this.ag5;
|
|
3098
3182
|
}
|
|
3099
|
-
set
|
|
3100
|
-
let b = this.
|
|
3183
|
+
set ahc(a) {
|
|
3184
|
+
let b = this.ahc;
|
|
3101
3185
|
if (a != b) {
|
|
3102
|
-
this.
|
|
3103
|
-
this.
|
|
3186
|
+
this.ag5 = a;
|
|
3187
|
+
this.sc("IndicatorShortPeriod", b, this.ahc);
|
|
3104
3188
|
}
|
|
3105
3189
|
}
|
|
3106
|
-
get
|
|
3107
|
-
return this.
|
|
3190
|
+
get aha() {
|
|
3191
|
+
return this.ag3;
|
|
3108
3192
|
}
|
|
3109
|
-
set
|
|
3110
|
-
let b = this.
|
|
3193
|
+
set aha(a) {
|
|
3194
|
+
let b = this.aha;
|
|
3111
3195
|
if (a != b) {
|
|
3112
|
-
this.
|
|
3113
|
-
this.
|
|
3196
|
+
this.ag3 = a;
|
|
3197
|
+
this.sc("IndicatorLongPeriod", b, this.aha);
|
|
3114
3198
|
}
|
|
3115
3199
|
}
|
|
3116
|
-
get
|
|
3117
|
-
return this.
|
|
3200
|
+
get ahd() {
|
|
3201
|
+
return this.ag6;
|
|
3118
3202
|
}
|
|
3119
|
-
set
|
|
3120
|
-
let b = this.
|
|
3203
|
+
set ahd(a) {
|
|
3204
|
+
let b = this.ahd;
|
|
3121
3205
|
if (a != b) {
|
|
3122
|
-
this.
|
|
3123
|
-
this.
|
|
3206
|
+
this.ag6 = a;
|
|
3207
|
+
this.sc("IndicatorSignalPeriod", b, this.ahd);
|
|
3124
3208
|
}
|
|
3125
3209
|
}
|
|
3126
|
-
get
|
|
3127
|
-
return this.
|
|
3210
|
+
get ac9() {
|
|
3211
|
+
return this.ac7;
|
|
3128
3212
|
}
|
|
3129
|
-
set
|
|
3130
|
-
let b = this.
|
|
3213
|
+
set ac9(a) {
|
|
3214
|
+
let b = this.ac9;
|
|
3131
3215
|
if (a != b) {
|
|
3132
|
-
this.
|
|
3133
|
-
this.
|
|
3216
|
+
this.ac7 = a;
|
|
3217
|
+
this.sc("RangeSelectorOptions", b, this.ac9);
|
|
3134
3218
|
}
|
|
3135
3219
|
}
|
|
3136
3220
|
get customIndicatorNames() {
|
|
3137
|
-
return this.
|
|
3221
|
+
return this.ac3;
|
|
3138
3222
|
}
|
|
3139
3223
|
set customIndicatorNames(a) {
|
|
3140
|
-
let b = this.
|
|
3224
|
+
let b = this.ac3;
|
|
3141
3225
|
if (a != b) {
|
|
3142
|
-
this.
|
|
3143
|
-
this.
|
|
3226
|
+
this.ac3 = a;
|
|
3227
|
+
this.sc("CustomIndicatorNames", b, this.customIndicatorNames);
|
|
3144
3228
|
}
|
|
3145
3229
|
}
|
|
3146
|
-
|
|
3147
|
-
return super.
|
|
3230
|
+
get_fx() {
|
|
3231
|
+
return super.get_fx();
|
|
3148
3232
|
}
|
|
3149
|
-
|
|
3150
|
-
super.
|
|
3233
|
+
set_fx(a) {
|
|
3234
|
+
super.set_fx(a);
|
|
3151
3235
|
}
|
|
3152
|
-
get
|
|
3153
|
-
return this.
|
|
3236
|
+
get alq() {
|
|
3237
|
+
return this.alp;
|
|
3154
3238
|
}
|
|
3155
|
-
set
|
|
3156
|
-
let b = this.
|
|
3239
|
+
set alq(a) {
|
|
3240
|
+
let b = this.alq;
|
|
3157
3241
|
if (a != b) {
|
|
3158
|
-
this.
|
|
3159
|
-
this.
|
|
3242
|
+
this.alp = a;
|
|
3243
|
+
this.sc("ZoomSliderXAxisMajorStroke", b, this.alq);
|
|
3160
3244
|
}
|
|
3161
3245
|
}
|
|
3162
|
-
get
|
|
3163
|
-
return this.
|
|
3246
|
+
get agw() {
|
|
3247
|
+
return this.agd;
|
|
3164
3248
|
}
|
|
3165
|
-
set
|
|
3166
|
-
let b = this.
|
|
3249
|
+
set agw(a) {
|
|
3250
|
+
let b = this.agw;
|
|
3167
3251
|
if (a != b) {
|
|
3168
|
-
this.
|
|
3169
|
-
this.
|
|
3252
|
+
this.agd = a;
|
|
3253
|
+
this.sc("ZoomSliderXAxisMajorStrokeThickness", b, this.agw);
|
|
3170
3254
|
}
|
|
3171
3255
|
}
|
|
3172
|
-
get
|
|
3173
|
-
return this.
|
|
3256
|
+
get ae7() {
|
|
3257
|
+
return this.aeu;
|
|
3174
3258
|
}
|
|
3175
|
-
set
|
|
3176
|
-
let b = this.
|
|
3259
|
+
set ae7(a) {
|
|
3260
|
+
let b = this.ae7;
|
|
3177
3261
|
if (a != b) {
|
|
3178
|
-
this.
|
|
3179
|
-
this.
|
|
3262
|
+
this.aeu = a;
|
|
3263
|
+
this.sc("IsLegendVisible", b, this.ae7);
|
|
3180
3264
|
}
|
|
3181
3265
|
}
|
|
3182
|
-
get
|
|
3183
|
-
return this.
|
|
3266
|
+
get adv() {
|
|
3267
|
+
return this.adu;
|
|
3184
3268
|
}
|
|
3185
|
-
set
|
|
3186
|
-
let b = this.
|
|
3269
|
+
set adv(a) {
|
|
3270
|
+
let b = this.adv;
|
|
3187
3271
|
if (a != b) {
|
|
3188
|
-
this.
|
|
3189
|
-
this.
|
|
3272
|
+
this.adu = a;
|
|
3273
|
+
this.sc("FinancialChartLegend", b, this.adv);
|
|
3190
3274
|
}
|
|
3191
3275
|
}
|
|
3192
3276
|
get xAxis() {
|
|
3193
|
-
return this.
|
|
3277
|
+
return this.acu;
|
|
3194
3278
|
}
|
|
3195
3279
|
set xAxis(a) {
|
|
3196
3280
|
let b = this.xAxis;
|
|
3197
3281
|
if (a != b) {
|
|
3198
|
-
this.
|
|
3199
|
-
this.
|
|
3282
|
+
this.acu = a;
|
|
3283
|
+
this.sc("XAxis", b, this.xAxis);
|
|
3200
3284
|
}
|
|
3201
3285
|
}
|
|
3202
3286
|
get yAxis() {
|
|
3203
|
-
return this.
|
|
3287
|
+
return this.ad9;
|
|
3204
3288
|
}
|
|
3205
3289
|
set yAxis(a) {
|
|
3206
3290
|
let b = this.yAxis;
|
|
3207
3291
|
if (a != b) {
|
|
3208
|
-
this.
|
|
3209
|
-
this.
|
|
3292
|
+
this.ad9 = a;
|
|
3293
|
+
this.sc("YAxis", b, this.yAxis);
|
|
3210
3294
|
}
|
|
3211
3295
|
}
|
|
3212
3296
|
get volumeAxis() {
|
|
3213
|
-
return this.
|
|
3297
|
+
return this.ad8;
|
|
3214
3298
|
}
|
|
3215
3299
|
set volumeAxis(a) {
|
|
3216
3300
|
let b = this.volumeAxis;
|
|
3217
3301
|
if (a != b) {
|
|
3218
|
-
this.
|
|
3219
|
-
this.
|
|
3302
|
+
this.ad8 = a;
|
|
3303
|
+
this.sc("VolumeAxis", b, this.volumeAxis);
|
|
3220
3304
|
}
|
|
3221
3305
|
}
|
|
3222
3306
|
get volumeXAxis() {
|
|
3223
|
-
return this.
|
|
3307
|
+
return this.act;
|
|
3224
3308
|
}
|
|
3225
3309
|
set volumeXAxis(a) {
|
|
3226
3310
|
let b = this.volumeXAxis;
|
|
3227
3311
|
if (a != b) {
|
|
3228
|
-
this.
|
|
3229
|
-
this.
|
|
3312
|
+
this.act = a;
|
|
3313
|
+
this.sc("VolumeXAxis", b, this.volumeXAxis);
|
|
3230
3314
|
}
|
|
3231
3315
|
}
|
|
3232
3316
|
get indicatorAxis() {
|
|
3233
|
-
return this.
|
|
3317
|
+
return this.ad7;
|
|
3234
3318
|
}
|
|
3235
3319
|
set indicatorAxis(a) {
|
|
3236
3320
|
let b = this.indicatorAxis;
|
|
3237
3321
|
if (a != b) {
|
|
3238
|
-
this.
|
|
3239
|
-
this.
|
|
3322
|
+
this.ad7 = a;
|
|
3323
|
+
this.sc("IndicatorAxis", b, this.indicatorAxis);
|
|
3240
3324
|
}
|
|
3241
3325
|
}
|
|
3242
3326
|
get indicatorXAxis() {
|
|
3243
|
-
return this.
|
|
3327
|
+
return this.acs;
|
|
3244
3328
|
}
|
|
3245
3329
|
set indicatorXAxis(a) {
|
|
3246
3330
|
let b = this.indicatorXAxis;
|
|
3247
3331
|
if (a != b) {
|
|
3248
|
-
this.
|
|
3249
|
-
this.
|
|
3332
|
+
this.acs = a;
|
|
3333
|
+
this.sc("IndicatorXAxis", b, this.indicatorXAxis);
|
|
3250
3334
|
}
|
|
3251
3335
|
}
|
|
3252
|
-
get
|
|
3253
|
-
return this.
|
|
3336
|
+
get afp() {
|
|
3337
|
+
return this.afm;
|
|
3254
3338
|
}
|
|
3255
|
-
set
|
|
3256
|
-
let b = this.
|
|
3339
|
+
set afp(a) {
|
|
3340
|
+
let b = this.afp;
|
|
3257
3341
|
if (a != b) {
|
|
3258
|
-
this.
|
|
3259
|
-
this.
|
|
3342
|
+
this.afm = a;
|
|
3343
|
+
this.sc("IndicatorAxes", b, this.afp);
|
|
3260
3344
|
}
|
|
3261
3345
|
}
|
|
3262
|
-
get
|
|
3263
|
-
return this.
|
|
3346
|
+
get afr() {
|
|
3347
|
+
return this.afo;
|
|
3264
3348
|
}
|
|
3265
|
-
set
|
|
3266
|
-
let b = this.
|
|
3349
|
+
set afr(a) {
|
|
3350
|
+
let b = this.afr;
|
|
3267
3351
|
if (a != b) {
|
|
3268
|
-
this.
|
|
3269
|
-
this.
|
|
3352
|
+
this.afo = a;
|
|
3353
|
+
this.sc("IndicatorXAxes", b, this.afr);
|
|
3270
3354
|
}
|
|
3271
3355
|
}
|
|
3272
|
-
get
|
|
3273
|
-
return this.
|
|
3356
|
+
get afx() {
|
|
3357
|
+
return this.afv;
|
|
3274
3358
|
}
|
|
3275
|
-
set
|
|
3276
|
-
let b = this.
|
|
3359
|
+
set afx(a) {
|
|
3360
|
+
let b = this.afx;
|
|
3277
3361
|
if (+a != +b) {
|
|
3278
|
-
this.
|
|
3279
|
-
this.
|
|
3362
|
+
this.afv = a;
|
|
3363
|
+
this.sc("XAxisMinimumValue", b, this.afx);
|
|
3280
3364
|
}
|
|
3281
3365
|
}
|
|
3282
|
-
get
|
|
3283
|
-
return this.
|
|
3366
|
+
get afw() {
|
|
3367
|
+
return this.afu;
|
|
3284
3368
|
}
|
|
3285
|
-
set
|
|
3286
|
-
let b = this.
|
|
3369
|
+
set afw(a) {
|
|
3370
|
+
let b = this.afw;
|
|
3287
3371
|
if (+a != +b) {
|
|
3288
|
-
this.
|
|
3289
|
-
this.
|
|
3372
|
+
this.afu = a;
|
|
3373
|
+
this.sc("XAxisMaximumValue", b, this.afw);
|
|
3290
3374
|
}
|
|
3291
3375
|
}
|
|
3292
3376
|
get xAxisBreaks() {
|
|
3293
|
-
return this.
|
|
3377
|
+
return this.afs;
|
|
3294
3378
|
}
|
|
3295
3379
|
}
|
|
3296
3380
|
FinancialChart.$t = /*@__PURE__*/ markType(FinancialChart, 'FinancialChart', XYChart.$);
|
|
3297
|
-
FinancialChart.
|
|
3298
|
-
FinancialChart.
|
|
3299
|
-
FinancialChart.
|
|
3381
|
+
FinancialChart.ahf = 0;
|
|
3382
|
+
FinancialChart.ajb = "XAxisEnhancedIntervalPreferMoreCategoryLabels";
|
|
3383
|
+
FinancialChart.ajm = "YAxisEnhancedIntervalPreferMoreCategoryLabels";
|
|
3300
3384
|
return FinancialChart;
|
|
3301
3385
|
})();
|
|
3302
3386
|
/**
|
|
@@ -3330,9 +3414,9 @@ export let FinancialChartToolbar = /*@__PURE__*/ (() => {
|
|
|
3330
3414
|
this.ak = false;
|
|
3331
3415
|
this.o = a;
|
|
3332
3416
|
this.w = new FinancialChartToolbarViewModel();
|
|
3333
|
-
this.s = new FinancialChartRangeSelector(a != null ? a.
|
|
3334
|
-
this.aa = new FinancialChartTypePicker(a != null ? a.
|
|
3335
|
-
this.q = new FinancialChartIndicatorMenu(1, a != null ? a.
|
|
3417
|
+
this.s = new FinancialChartRangeSelector(a != null ? a.ahr : null);
|
|
3418
|
+
this.aa = new FinancialChartTypePicker(a != null ? a.aho : null);
|
|
3419
|
+
this.q = new FinancialChartIndicatorMenu(1, a != null ? a.ahp : null);
|
|
3336
3420
|
}
|
|
3337
3421
|
bg(a) {
|
|
3338
3422
|
let b = a.querySelectorAll(".financialChartToolbarArea");
|