igniteui-webcomponents-charts 4.3.2 → 4.3.3-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/License +1 -1
- package/bundles/igniteui-webcomponents-charts.umd.js +12498 -11820
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +13 -13
- package/esm2015/lib/AnchoredCategorySeries_combined.js +25 -25
- package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +42 -42
- package/esm2015/lib/AngleAxisLabelPanel_combined.js +553 -550
- package/esm2015/lib/AnnotationLayer_combined.js +4 -4
- package/esm2015/lib/AreaSeries_combined.js +1 -1
- package/esm2015/lib/AxisAnnotationFrameManager.js +18 -18
- package/esm2015/lib/AxisAnnotationManager.js +28 -28
- package/esm2015/lib/AxisVisualDataManager.js +32 -32
- package/esm2015/lib/BarFramePreparer.js +8 -8
- package/esm2015/lib/BarSeries_combined.js +31 -31
- package/esm2015/lib/BarTrendFitCalculator.js +2 -2
- package/esm2015/lib/BarTrendLineManager.js +4 -4
- package/esm2015/lib/BollingerBandsOverlay_combined.js +12 -12
- package/esm2015/lib/BubbleSeries_combined.js +5 -5
- package/esm2015/lib/CalloutLayer_combined.js +13 -13
- package/esm2015/lib/CategoryBucketCalculator_combined.js +88 -86
- package/esm2015/lib/CategoryChart.js +380 -380
- package/esm2015/lib/CategoryChartToolbarProvider.js +14 -14
- package/esm2015/lib/CategoryDateTimeXAxis_combined.js +144 -141
- package/esm2015/lib/CategoryHighlightLayer_combined.js +6 -6
- package/esm2015/lib/CategoryItemHighlightLayer_combined.js +13 -13
- package/esm2015/lib/CategorySeriesInteractionManager.js +12 -12
- package/esm2015/lib/CategorySeriesRenderManager.js +5 -5
- package/esm2015/lib/CategoryToolTipLayer_combined.js +12 -12
- package/esm2015/lib/CategoryTransitionSourceFramePreparer.js +6 -6
- package/esm2015/lib/CategoryTrendLineManager.js +4 -4
- package/esm2015/lib/CategoryTrendLineManagerBase.js +20 -14
- package/esm2015/lib/CategoryTrendLineManagerFactory.js +2 -2
- package/esm2015/lib/CategoryXAxis_combined.js +240 -237
- package/esm2015/lib/CategoryYAxis_combined.js +220 -217
- package/esm2015/lib/ColumnSeries_combined.js +10 -10
- package/esm2015/lib/CustomIndicator.js +1 -1
- package/esm2015/lib/DataChartToolbarProvider.js +107 -82
- package/esm2015/lib/DataChartVisualDataManager.js +2 -2
- package/esm2015/lib/DataToolTipLayer_combined.js +17 -17
- package/esm2015/lib/DefaultProvidesViewport.js +3 -0
- package/esm2015/lib/DomainChartToolbarProvider.js +87 -64
- package/esm2015/lib/DomainChart_combined.js +678 -658
- package/esm2015/lib/ErrorBarsHelper.js +25 -25
- package/esm2015/lib/FinalValueLayer_combined.js +13 -11
- package/esm2015/lib/FinancialChart_combined.js +1260 -1260
- package/esm2015/lib/FinancialEventArgs_combined.js +52 -52
- package/esm2015/lib/FinancialIndicator_combined.js +68 -63
- package/esm2015/lib/FinancialOverlay.js +6 -6
- package/esm2015/lib/FinancialPriceSeries_combined.js +88 -83
- package/esm2015/lib/HighDensityScatterSeries_combined.js +28 -28
- package/esm2015/lib/HorizontalAnchoredCategorySeries.js +16 -16
- package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +2 -2
- package/esm2015/lib/HorizontalAxisView_combined.js +6 -6
- package/esm2015/lib/HorizontalRangeCategorySeries.js +9 -9
- package/esm2015/lib/ItemToolTipLayer_combined.js +1 -1
- package/esm2015/lib/LineSeries_combined.js +1 -1
- package/esm2015/lib/LogarithmicScaler.js +1 -1
- package/esm2015/lib/MarkerTemplates.js +4 -4
- package/esm2015/lib/NumericXAxis_combined.js +88 -85
- package/esm2015/lib/NumericYAxis_combined.js +89 -86
- package/esm2015/lib/OrdinalTimeXAxis.js +215 -212
- package/esm2015/lib/PercentChangeYAxis_combined.js +22 -19
- package/esm2015/lib/PolarAxes.js +13 -13
- package/esm2015/lib/PolarAxisInfoCache.js +6 -6
- package/esm2015/lib/PolarBase_combined.js +31 -31
- package/esm2015/lib/PolarLineSeriesBase_combined.js +3 -3
- package/esm2015/lib/PolarTrendLineManager.js +4 -4
- package/esm2015/lib/PreparationParams.js +9 -6
- package/esm2015/lib/PriceChannelOverlay_combined.js +10 -10
- package/esm2015/lib/RadialAreaSeries_combined.js +1 -1
- package/esm2015/lib/RadialAxes.js +2 -2
- package/esm2015/lib/RadialAxisLabelPanel_combined.js +3 -3
- package/esm2015/lib/RadialBucketCalculator_combined.js +23 -23
- package/esm2015/lib/RadialColumnSeries_combined.js +6 -6
- package/esm2015/lib/RadialLineSeries_combined.js +1 -1
- package/esm2015/lib/RadialPieSeries_combined.js +5 -5
- package/esm2015/lib/RadialTrendLineManager.js +8 -8
- package/esm2015/lib/RangeAreaSeries_combined.js +1 -1
- package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +16 -16
- package/esm2015/lib/RangeCategoryFramePreparer.js +8 -8
- package/esm2015/lib/RangeColumnSeries_combined.js +6 -6
- package/esm2015/lib/ScatterAreaSeries_combined.js +5 -5
- package/esm2015/lib/ScatterBase_combined.js +74 -74
- package/esm2015/lib/ScatterContourSeries_combined.js +4 -4
- package/esm2015/lib/ScatterLineSeries.js +2 -2
- package/esm2015/lib/ScatterPolygonSeries_combined.js +26 -26
- package/esm2015/lib/ScatterSplineSeries.js +2 -2
- package/esm2015/lib/ScatterTrendLineManager.js +1 -1
- package/esm2015/lib/ScatterTriangulationSeries.js +11 -11
- package/esm2015/lib/SeriesInteractionManager.js +57 -57
- package/esm2015/lib/SeriesViewerInteractionManager.js +124 -124
- package/esm2015/lib/SeriesViewerScrollbarManager.js +4 -4
- package/esm2015/lib/SeriesViewerSurfaceViewer.js +9 -9
- package/esm2015/lib/SeriesViewer_combined.js +3760 -3621
- package/esm2015/lib/SeriesVisualDataManager.js +20 -20
- package/esm2015/lib/ShapeSeriesBase_combined.js +20 -20
- package/esm2015/lib/SortedReadOnlyDoubleCollection.js +78 -0
- package/esm2015/lib/SortingTrendLineManager.js +12 -18
- package/esm2015/lib/SplineAreaSeries_combined.js +1 -1
- package/esm2015/lib/SplineSeriesBase_combined.js +28 -28
- package/esm2015/lib/SplineSeries_combined.js +1 -1
- package/esm2015/lib/Stacked100BarBucketCalculator.js +2 -2
- package/esm2015/lib/Stacked100ColumnBucketCalculator.js +2 -2
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +155 -155
- package/esm2015/lib/StepAreaSeries_combined.js +2 -2
- package/esm2015/lib/StepLineSeries_combined.js +3 -3
- package/esm2015/lib/StraightNumericAxisBase_combined.js +72 -72
- package/esm2015/lib/StrategyBasedIndicator.js +2 -2
- package/esm2015/lib/TileZoomManager_combined.js +4 -4
- package/esm2015/lib/TimeAxisBase.js +238 -232
- package/esm2015/lib/TimeXAxis.js +251 -248
- package/esm2015/lib/TrendFitCalculator.js +2 -2
- package/esm2015/lib/TrendLineManagerBase$1.js +1 -1
- package/esm2015/lib/TrendResolutionParams.js +6 -4
- package/esm2015/lib/ValueLayer_combined.js +4 -4
- package/esm2015/lib/ValueOverlay_combined.js +23 -23
- package/esm2015/lib/VerticalAnchoredCategorySeries.js +11 -11
- package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +5 -5
- package/esm2015/lib/WaterfallSeries_combined.js +5 -5
- package/esm2015/lib/XYChart.js +710 -710
- package/esm2015/lib/igc-assigning-series-style-event-args-base.js +6 -0
- package/esm2015/lib/igc-axis-annotation.js +6 -0
- package/esm2015/lib/igc-axis-component.js +213 -209
- package/esm2015/lib/igc-axis-range-changed-event-args.js +6 -0
- package/esm2015/lib/igc-brush-scale-component.js +3 -0
- package/esm2015/lib/igc-callout-annotation.js +6 -0
- package/esm2015/lib/igc-callout-content-updating-event-args.js +6 -0
- package/esm2015/lib/igc-callout-label-updating-event-args.js +6 -0
- package/esm2015/lib/igc-callout-render-style-updating-event-args.js +6 -0
- package/esm2015/lib/igc-callout-series-selecting-event-args.js +6 -0
- package/esm2015/lib/igc-callout-style-updating-event-args.js +6 -0
- package/esm2015/lib/igc-category-angle-axis-component.js +17 -17
- package/esm2015/lib/igc-category-axis-base-component.js +31 -27
- package/esm2015/lib/igc-category-chart-component.js +126 -126
- package/esm2015/lib/igc-category-date-time-x-axis-component.js +20 -20
- package/esm2015/lib/igc-category-x-axis-component.js +16 -16
- package/esm2015/lib/igc-category-y-axis-component.js +18 -18
- package/esm2015/lib/igc-chart-cursor-event-args.js +3 -0
- package/esm2015/lib/igc-chart-mouse-event-args.js +3 -0
- package/esm2015/lib/igc-chart-series-event-args.js +3 -0
- package/esm2015/lib/igc-chart-summary-description.js +6 -0
- package/esm2015/lib/igc-color-scale-component.js +3 -0
- package/esm2015/lib/igc-column-supporting-calculation.js +3 -0
- package/esm2015/lib/igc-contour-value-resolver-component.js +3 -0
- package/esm2015/lib/igc-custom-contour-value-resolver-event-args.js +3 -0
- package/esm2015/lib/igc-data-chart-component.js +95 -95
- package/esm2015/lib/igc-data-chart-mouse-button-event-args.js +3 -0
- package/esm2015/lib/igc-data-legend-styling-column-event-args.js +6 -0
- package/esm2015/lib/igc-data-legend-styling-row-event-args.js +6 -0
- package/esm2015/lib/igc-data-legend-summary-event-args.js +3 -0
- package/esm2015/lib/igc-data-source-supporting-calculation.js +3 -0
- package/esm2015/lib/igc-domain-chart-component.js +268 -271
- package/esm2015/lib/igc-domain-chart-series-pointer-event-args.js +3 -0
- package/esm2015/lib/igc-financial-calculation-supporting-calculations.js +6 -0
- package/esm2015/lib/igc-financial-chart-component.js +159 -159
- package/esm2015/lib/igc-funnel-data-context.js +6 -0
- package/esm2015/lib/igc-funnel-slice-clicked-event-args.js +6 -0
- package/esm2015/lib/igc-funnel-slice-event-args.js +6 -0
- package/esm2015/lib/igc-highlighting-info.js +6 -0
- package/esm2015/lib/igc-hole-dimensions-changed-event-args.js +3 -0
- package/esm2015/lib/igc-label-click-event-args.js +3 -0
- package/esm2015/lib/igc-legend-mouse-button-event-args.js +3 -0
- package/esm2015/lib/igc-legend-mouse-event-args.js +3 -0
- package/esm2015/lib/igc-numeric-angle-axis-component.js +4 -4
- package/esm2015/lib/igc-numeric-axis-base-component.js +72 -68
- package/esm2015/lib/igc-numeric-radius-axis-component.js +9 -9
- package/esm2015/lib/igc-numeric-x-axis-component.js +1 -1
- package/esm2015/lib/igc-numeric-y-axis-component.js +2 -2
- package/esm2015/lib/igc-ordinal-time-x-axis-component.js +7 -7
- package/esm2015/lib/igc-pie-chart-base-component.js +3 -0
- package/esm2015/lib/igc-pie-slice-others-context.js +6 -0
- package/esm2015/lib/igc-plot-area-mouse-button-event-args.js +3 -0
- package/esm2015/lib/igc-plot-area-mouse-event-args.js +3 -0
- package/esm2015/lib/igc-progressive-load-status-event-args.js +3 -0
- package/esm2015/lib/igc-refresh-completed-event-args.js +6 -0
- package/esm2015/lib/igc-render-requested-event-args.js +6 -0
- package/esm2015/lib/igc-ring.js +6 -0
- package/esm2015/lib/igc-scaler-params.js +3 -0
- package/esm2015/lib/igc-selected-item-changed-event-args.js +3 -0
- package/esm2015/lib/igc-selected-items-changed-event-args.js +3 -0
- package/esm2015/lib/igc-series-component.js +4 -0
- package/esm2015/lib/igc-series-viewer-component.js +289 -257
- package/esm2015/lib/igc-series-viewer-manipulation-event-args.js +6 -0
- package/esm2015/lib/igc-size-scale-component.js +3 -0
- package/esm2015/lib/igc-slice-click-event-args.js +3 -0
- package/esm2015/lib/igc-slice-event-args.js +3 -0
- package/esm2015/lib/igc-stacked-series-created-event-args.js +3 -0
- package/esm2015/lib/igc-straight-numeric-axis-base-component.js +3 -3
- package/esm2015/lib/igc-time-axis-base-component.js +10 -6
- package/esm2015/lib/igc-time-x-axis-component.js +6 -6
- package/esm2015/lib/igc-treemap-node-pointer-event-args.js +6 -0
- package/esm2015/lib/igc-treemap-node-style-component.js +3 -0
- package/esm2015/lib/igc-treemap-node-styling-event-args.js +6 -0
- package/esm2015/lib/igc-xy-chart-component.js +218 -218
- package/esm2015/lib/igc-zoom-slider-resolving-axis-value-event-args.js +6 -0
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +13 -13
- package/esm5/lib/AnchoredCategorySeries_combined.js +25 -25
- package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +42 -42
- package/esm5/lib/AngleAxisLabelPanel_combined.js +549 -546
- package/esm5/lib/AnnotationLayer_combined.js +4 -4
- package/esm5/lib/AreaSeries_combined.js +1 -1
- package/esm5/lib/AxisAnnotationFrameManager.js +18 -18
- package/esm5/lib/AxisAnnotationManager.js +28 -28
- package/esm5/lib/AxisVisualDataManager.js +32 -32
- package/esm5/lib/BarFramePreparer.js +8 -8
- package/esm5/lib/BarSeries_combined.js +31 -31
- package/esm5/lib/BarTrendFitCalculator.js +2 -2
- package/esm5/lib/BarTrendLineManager.js +4 -4
- package/esm5/lib/BollingerBandsOverlay_combined.js +12 -12
- package/esm5/lib/BubbleSeries_combined.js +5 -5
- package/esm5/lib/CalloutLayer_combined.js +13 -13
- package/esm5/lib/CategoryBucketCalculator_combined.js +88 -86
- package/esm5/lib/CategoryChart.js +371 -371
- package/esm5/lib/CategoryChartToolbarProvider.js +14 -14
- package/esm5/lib/CategoryDateTimeXAxis_combined.js +140 -137
- package/esm5/lib/CategoryHighlightLayer_combined.js +6 -6
- package/esm5/lib/CategoryItemHighlightLayer_combined.js +13 -13
- package/esm5/lib/CategorySeriesInteractionManager.js +12 -12
- package/esm5/lib/CategorySeriesRenderManager.js +5 -5
- package/esm5/lib/CategoryToolTipLayer_combined.js +12 -12
- package/esm5/lib/CategoryTransitionSourceFramePreparer.js +6 -6
- package/esm5/lib/CategoryTrendLineManager.js +4 -4
- package/esm5/lib/CategoryTrendLineManagerBase.js +20 -14
- package/esm5/lib/CategoryTrendLineManagerFactory.js +2 -2
- package/esm5/lib/CategoryXAxis_combined.js +239 -236
- package/esm5/lib/CategoryYAxis_combined.js +219 -216
- package/esm5/lib/ColumnSeries_combined.js +10 -10
- package/esm5/lib/CustomIndicator.js +1 -1
- package/esm5/lib/DataChartToolbarProvider.js +107 -82
- package/esm5/lib/DataChartVisualDataManager.js +2 -2
- package/esm5/lib/DataToolTipLayer_combined.js +17 -17
- package/esm5/lib/DefaultProvidesViewport.js +3 -0
- package/esm5/lib/DomainChartToolbarProvider.js +87 -64
- package/esm5/lib/DomainChart_combined.js +667 -639
- package/esm5/lib/ErrorBarsHelper.js +25 -25
- package/esm5/lib/FinalValueLayer_combined.js +13 -11
- package/esm5/lib/FinancialChart_combined.js +1239 -1239
- package/esm5/lib/FinancialEventArgs_combined.js +52 -52
- package/esm5/lib/FinancialIndicator_combined.js +68 -63
- package/esm5/lib/FinancialOverlay.js +6 -6
- package/esm5/lib/FinancialPriceSeries_combined.js +88 -83
- package/esm5/lib/HighDensityScatterSeries_combined.js +28 -28
- package/esm5/lib/HorizontalAnchoredCategorySeries.js +16 -16
- package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +2 -2
- package/esm5/lib/HorizontalAxisView_combined.js +6 -6
- package/esm5/lib/HorizontalRangeCategorySeries.js +9 -9
- package/esm5/lib/ItemToolTipLayer_combined.js +1 -1
- package/esm5/lib/LineSeries_combined.js +1 -1
- package/esm5/lib/LogarithmicScaler.js +1 -1
- package/esm5/lib/MarkerTemplates.js +4 -4
- package/esm5/lib/NumericXAxis_combined.js +88 -85
- package/esm5/lib/NumericYAxis_combined.js +89 -86
- package/esm5/lib/OrdinalTimeXAxis.js +213 -210
- package/esm5/lib/PercentChangeYAxis_combined.js +22 -19
- package/esm5/lib/PolarAxes.js +13 -13
- package/esm5/lib/PolarAxisInfoCache.js +6 -6
- package/esm5/lib/PolarBase_combined.js +31 -31
- package/esm5/lib/PolarLineSeriesBase_combined.js +3 -3
- package/esm5/lib/PolarTrendLineManager.js +4 -4
- package/esm5/lib/PreparationParams.js +9 -6
- package/esm5/lib/PriceChannelOverlay_combined.js +10 -10
- package/esm5/lib/RadialAreaSeries_combined.js +1 -1
- package/esm5/lib/RadialAxes.js +2 -2
- package/esm5/lib/RadialAxisLabelPanel_combined.js +3 -3
- package/esm5/lib/RadialBucketCalculator_combined.js +23 -23
- package/esm5/lib/RadialColumnSeries_combined.js +6 -6
- package/esm5/lib/RadialLineSeries_combined.js +1 -1
- package/esm5/lib/RadialPieSeries_combined.js +5 -5
- package/esm5/lib/RadialTrendLineManager.js +8 -8
- package/esm5/lib/RangeAreaSeries_combined.js +1 -1
- package/esm5/lib/RangeCategoryBucketCalculator_combined.js +16 -16
- package/esm5/lib/RangeCategoryFramePreparer.js +8 -8
- package/esm5/lib/RangeColumnSeries_combined.js +6 -6
- package/esm5/lib/ScatterAreaSeries_combined.js +5 -5
- package/esm5/lib/ScatterBase_combined.js +74 -74
- package/esm5/lib/ScatterContourSeries_combined.js +4 -4
- package/esm5/lib/ScatterLineSeries.js +2 -2
- package/esm5/lib/ScatterPolygonSeries_combined.js +26 -26
- package/esm5/lib/ScatterSplineSeries.js +2 -2
- package/esm5/lib/ScatterTrendLineManager.js +1 -1
- package/esm5/lib/ScatterTriangulationSeries.js +11 -11
- package/esm5/lib/SeriesInteractionManager.js +57 -57
- package/esm5/lib/SeriesViewerInteractionManager.js +124 -124
- package/esm5/lib/SeriesViewerScrollbarManager.js +4 -4
- package/esm5/lib/SeriesViewerSurfaceViewer.js +9 -9
- package/esm5/lib/SeriesViewer_combined.js +3730 -3570
- package/esm5/lib/SeriesVisualDataManager.js +20 -20
- package/esm5/lib/ShapeSeriesBase_combined.js +20 -20
- package/esm5/lib/SortedReadOnlyDoubleCollection.js +105 -0
- package/esm5/lib/SortingTrendLineManager.js +12 -18
- package/esm5/lib/SplineAreaSeries_combined.js +1 -1
- package/esm5/lib/SplineSeriesBase_combined.js +28 -28
- package/esm5/lib/SplineSeries_combined.js +1 -1
- package/esm5/lib/Stacked100BarBucketCalculator.js +2 -2
- package/esm5/lib/Stacked100ColumnBucketCalculator.js +2 -2
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +155 -155
- package/esm5/lib/StepAreaSeries_combined.js +2 -2
- package/esm5/lib/StepLineSeries_combined.js +3 -3
- package/esm5/lib/StraightNumericAxisBase_combined.js +70 -70
- package/esm5/lib/StrategyBasedIndicator.js +2 -2
- package/esm5/lib/TileZoomManager_combined.js +4 -4
- package/esm5/lib/TimeAxisBase.js +234 -228
- package/esm5/lib/TimeXAxis.js +249 -246
- package/esm5/lib/TrendFitCalculator.js +2 -2
- package/esm5/lib/TrendLineManagerBase$1.js +1 -1
- package/esm5/lib/TrendResolutionParams.js +6 -4
- package/esm5/lib/ValueLayer_combined.js +4 -4
- package/esm5/lib/ValueOverlay_combined.js +23 -23
- package/esm5/lib/VerticalAnchoredCategorySeries.js +11 -11
- package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +5 -5
- package/esm5/lib/WaterfallSeries_combined.js +5 -5
- package/esm5/lib/XYChart.js +675 -675
- package/esm5/lib/igc-assigning-series-style-event-args-base.js +6 -0
- package/esm5/lib/igc-axis-annotation.js +6 -0
- package/esm5/lib/igc-axis-component.js +213 -209
- package/esm5/lib/igc-axis-range-changed-event-args.js +6 -0
- package/esm5/lib/igc-brush-scale-component.js +3 -0
- package/esm5/lib/igc-callout-annotation.js +6 -0
- package/esm5/lib/igc-callout-content-updating-event-args.js +6 -0
- package/esm5/lib/igc-callout-label-updating-event-args.js +6 -0
- package/esm5/lib/igc-callout-render-style-updating-event-args.js +6 -0
- package/esm5/lib/igc-callout-series-selecting-event-args.js +6 -0
- package/esm5/lib/igc-callout-style-updating-event-args.js +6 -0
- package/esm5/lib/igc-category-angle-axis-component.js +17 -17
- package/esm5/lib/igc-category-axis-base-component.js +31 -27
- package/esm5/lib/igc-category-chart-component.js +126 -126
- package/esm5/lib/igc-category-date-time-x-axis-component.js +20 -20
- package/esm5/lib/igc-category-x-axis-component.js +16 -16
- package/esm5/lib/igc-category-y-axis-component.js +18 -18
- package/esm5/lib/igc-chart-cursor-event-args.js +3 -0
- package/esm5/lib/igc-chart-mouse-event-args.js +3 -0
- package/esm5/lib/igc-chart-series-event-args.js +3 -0
- package/esm5/lib/igc-chart-summary-description.js +6 -0
- package/esm5/lib/igc-color-scale-component.js +3 -0
- package/esm5/lib/igc-column-supporting-calculation.js +3 -0
- package/esm5/lib/igc-contour-value-resolver-component.js +3 -0
- package/esm5/lib/igc-custom-contour-value-resolver-event-args.js +3 -0
- package/esm5/lib/igc-data-chart-component.js +95 -95
- package/esm5/lib/igc-data-chart-mouse-button-event-args.js +3 -0
- package/esm5/lib/igc-data-legend-styling-column-event-args.js +6 -0
- package/esm5/lib/igc-data-legend-styling-row-event-args.js +6 -0
- package/esm5/lib/igc-data-legend-summary-event-args.js +3 -0
- package/esm5/lib/igc-data-source-supporting-calculation.js +3 -0
- package/esm5/lib/igc-domain-chart-component.js +268 -271
- package/esm5/lib/igc-domain-chart-series-pointer-event-args.js +3 -0
- package/esm5/lib/igc-financial-calculation-supporting-calculations.js +6 -0
- package/esm5/lib/igc-financial-chart-component.js +159 -159
- package/esm5/lib/igc-funnel-data-context.js +6 -0
- package/esm5/lib/igc-funnel-slice-clicked-event-args.js +6 -0
- package/esm5/lib/igc-funnel-slice-event-args.js +6 -0
- package/esm5/lib/igc-highlighting-info.js +6 -0
- package/esm5/lib/igc-hole-dimensions-changed-event-args.js +3 -0
- package/esm5/lib/igc-label-click-event-args.js +3 -0
- package/esm5/lib/igc-legend-mouse-button-event-args.js +3 -0
- package/esm5/lib/igc-legend-mouse-event-args.js +3 -0
- package/esm5/lib/igc-numeric-angle-axis-component.js +4 -4
- package/esm5/lib/igc-numeric-axis-base-component.js +72 -68
- package/esm5/lib/igc-numeric-radius-axis-component.js +9 -9
- package/esm5/lib/igc-numeric-x-axis-component.js +1 -1
- package/esm5/lib/igc-numeric-y-axis-component.js +2 -2
- package/esm5/lib/igc-ordinal-time-x-axis-component.js +7 -7
- package/esm5/lib/igc-pie-chart-base-component.js +3 -0
- package/esm5/lib/igc-pie-slice-others-context.js +6 -0
- package/esm5/lib/igc-plot-area-mouse-button-event-args.js +3 -0
- package/esm5/lib/igc-plot-area-mouse-event-args.js +3 -0
- package/esm5/lib/igc-progressive-load-status-event-args.js +3 -0
- package/esm5/lib/igc-refresh-completed-event-args.js +6 -0
- package/esm5/lib/igc-render-requested-event-args.js +6 -0
- package/esm5/lib/igc-ring.js +6 -0
- package/esm5/lib/igc-scaler-params.js +3 -0
- package/esm5/lib/igc-selected-item-changed-event-args.js +3 -0
- package/esm5/lib/igc-selected-items-changed-event-args.js +3 -0
- package/esm5/lib/igc-series-component.js +4 -0
- package/esm5/lib/igc-series-viewer-component.js +294 -257
- package/esm5/lib/igc-series-viewer-manipulation-event-args.js +6 -0
- package/esm5/lib/igc-size-scale-component.js +3 -0
- package/esm5/lib/igc-slice-click-event-args.js +3 -0
- package/esm5/lib/igc-slice-event-args.js +3 -0
- package/esm5/lib/igc-stacked-series-created-event-args.js +3 -0
- package/esm5/lib/igc-straight-numeric-axis-base-component.js +3 -3
- package/esm5/lib/igc-time-axis-base-component.js +10 -6
- package/esm5/lib/igc-time-x-axis-component.js +6 -6
- package/esm5/lib/igc-treemap-node-pointer-event-args.js +6 -0
- package/esm5/lib/igc-treemap-node-style-component.js +3 -0
- package/esm5/lib/igc-treemap-node-styling-event-args.js +6 -0
- package/esm5/lib/igc-xy-chart-component.js +218 -218
- package/esm5/lib/igc-zoom-slider-resolving-axis-value-event-args.js +6 -0
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-charts.js +12564 -11946
- package/fesm5/igniteui-webcomponents-charts.js +12499 -11822
- package/lib/AngleAxisLabelPanel_combined.d.ts +116 -115
- package/lib/CategoryChart.d.ts +100 -100
- package/lib/CategoryChartToolbarProvider.d.ts +4 -4
- package/lib/CategoryDateTimeXAxis_combined.d.ts +31 -30
- package/lib/CategoryXAxis_combined.d.ts +42 -41
- package/lib/CategoryYAxis_combined.d.ts +40 -39
- package/lib/DataChartToolbarProvider.d.ts +19 -15
- package/lib/DefaultProvidesViewport.d.ts +1 -0
- package/lib/DomainChartToolbarProvider.d.ts +21 -17
- package/lib/DomainChart_combined.d.ts +139 -131
- package/lib/FinancialChart_combined.d.ts +249 -249
- package/lib/IProvidesViewport.d.ts +1 -0
- package/lib/IScaler.d.ts +5 -4
- package/lib/NumericXAxis_combined.d.ts +21 -20
- package/lib/NumericYAxis_combined.d.ts +21 -20
- package/lib/OrdinalTimeXAxis.d.ts +51 -50
- package/lib/PercentChangeYAxis_combined.d.ts +9 -8
- package/lib/PreparationParams.d.ts +9 -6
- package/lib/SeriesViewer_combined.d.ts +1049 -1023
- package/lib/SortedReadOnlyDoubleCollection.d.ts +24 -0
- package/lib/SortingTrendLineManager.d.ts +2 -3
- package/lib/StraightNumericAxisBase_combined.d.ts +22 -22
- package/lib/TimeAxisBase.d.ts +51 -49
- package/lib/TimeXAxis.d.ts +59 -58
- package/lib/TrendResolutionParams.d.ts +6 -4
- package/lib/XYChart.d.ts +189 -189
- package/lib/igc-axis-component.d.ts +4 -3
- package/lib/igc-category-axis-base-component.d.ts +1 -0
- package/lib/igc-domain-chart-component.d.ts +0 -2
- package/lib/igc-numeric-axis-base-component.d.ts +1 -0
- package/lib/igc-series-component.d.ts +1 -0
- package/lib/igc-series-viewer-component.d.ts +10 -2
- package/lib/igc-time-axis-base-component.d.ts +1 -0
- package/package.json +2 -2
- package/public_api.d.ts +1 -0
|
@@ -66,99 +66,99 @@ import { FinancialChartRangeSelectorView } from "./FinancialChartRangeSelectorVi
|
|
|
66
66
|
*/
|
|
67
67
|
export let FinancialChart = /*@__PURE__*/ (() => {
|
|
68
68
|
class FinancialChart extends XYChart {
|
|
69
|
-
|
|
70
|
-
super.
|
|
69
|
+
s0(a, b, c) {
|
|
70
|
+
super.s0(a, b, c);
|
|
71
71
|
switch (a) {
|
|
72
72
|
case "ToolbarTemplate":
|
|
73
73
|
case "RangeSelectorTemplate":
|
|
74
|
-
this.
|
|
74
|
+
this.ad0 = new FinancialChartToolbar(this, this.aih);
|
|
75
75
|
break;
|
|
76
76
|
case "Toolbar":
|
|
77
77
|
let d = b;
|
|
78
78
|
if (d != null) {
|
|
79
|
-
d.chartTypeChanged = delegateRemove(d.chartTypeChanged, runOn(this, this.
|
|
80
|
-
d.trendLineTypeChanged = delegateRemove(d.trendLineTypeChanged, runOn(this, this.
|
|
81
|
-
d.volumeTypeChanged = delegateRemove(d.volumeTypeChanged, runOn(this, this.
|
|
79
|
+
d.chartTypeChanged = delegateRemove(d.chartTypeChanged, runOn(this, this.alb));
|
|
80
|
+
d.trendLineTypeChanged = delegateRemove(d.trendLineTypeChanged, runOn(this, this.ale));
|
|
81
|
+
d.volumeTypeChanged = delegateRemove(d.volumeTypeChanged, runOn(this, this.alf));
|
|
82
82
|
d.l(null);
|
|
83
83
|
}
|
|
84
|
-
if (this.
|
|
85
|
-
this.
|
|
86
|
-
this.
|
|
87
|
-
this.
|
|
88
|
-
this.
|
|
89
|
-
if (this.
|
|
90
|
-
this.
|
|
84
|
+
if (this.ad0 != null) {
|
|
85
|
+
this.ad0.ac = this.ad7;
|
|
86
|
+
this.ad0.ai = this.dq;
|
|
87
|
+
this.ad0.y = this.ad2;
|
|
88
|
+
this.ad0.al = this.af0;
|
|
89
|
+
if (this.aho != null) {
|
|
90
|
+
this.ad0.l(this.aho);
|
|
91
91
|
}
|
|
92
|
-
let e = this.
|
|
93
|
-
e.chartTypeChanged = delegateCombine(e.chartTypeChanged, runOn(this, this.
|
|
92
|
+
let e = this.ad0;
|
|
93
|
+
e.chartTypeChanged = delegateCombine(e.chartTypeChanged, runOn(this, this.alb));
|
|
94
94
|
;
|
|
95
|
-
let f = this.
|
|
96
|
-
f.trendLineTypeChanged = delegateCombine(f.trendLineTypeChanged, runOn(this, this.
|
|
97
|
-
let g = this.
|
|
98
|
-
g.volumeTypeChanged = delegateCombine(g.volumeTypeChanged, runOn(this, this.
|
|
95
|
+
let f = this.ad0;
|
|
96
|
+
f.trendLineTypeChanged = delegateCombine(f.trendLineTypeChanged, runOn(this, this.ale));
|
|
97
|
+
let g = this.ad0;
|
|
98
|
+
g.volumeTypeChanged = delegateCombine(g.volumeTypeChanged, runOn(this, this.alf));
|
|
99
99
|
}
|
|
100
100
|
break;
|
|
101
101
|
case "ChartType":
|
|
102
|
-
if (this.
|
|
103
|
-
this.
|
|
102
|
+
if (this.ad0 != null) {
|
|
103
|
+
this.ad0.y = this.ad2;
|
|
104
104
|
}
|
|
105
105
|
break;
|
|
106
106
|
case "VolumeType":
|
|
107
|
-
if (this.
|
|
108
|
-
this.
|
|
107
|
+
if (this.ad0 != null) {
|
|
108
|
+
this.ad0.ac = this.ad7;
|
|
109
109
|
}
|
|
110
110
|
break;
|
|
111
111
|
case "TrendLineType":
|
|
112
|
-
if (this.
|
|
113
|
-
this.
|
|
112
|
+
if (this.ad0 != null) {
|
|
113
|
+
this.ad0.ai = this.dq;
|
|
114
114
|
}
|
|
115
115
|
break;
|
|
116
116
|
case "IsToolbarVisible":
|
|
117
|
-
if (this.
|
|
117
|
+
if (this.ad0 == null) {
|
|
118
118
|
break;
|
|
119
119
|
}
|
|
120
|
-
this.
|
|
120
|
+
this.ad0.al = this.af0;
|
|
121
121
|
this.setGridRows();
|
|
122
122
|
break;
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
|
-
|
|
126
|
-
this.
|
|
125
|
+
alf(a, b) {
|
|
126
|
+
this.ad7 = this.ad0.ac;
|
|
127
127
|
}
|
|
128
|
-
|
|
129
|
-
this.dq = this.
|
|
128
|
+
ale(a, b) {
|
|
129
|
+
this.dq = this.ad0.ai;
|
|
130
130
|
}
|
|
131
|
-
|
|
132
|
-
this.
|
|
131
|
+
alb(a, b) {
|
|
132
|
+
this.ad2 = this.ad0.y;
|
|
133
133
|
}
|
|
134
|
-
|
|
135
|
-
this.
|
|
136
|
-
this.
|
|
134
|
+
alo() {
|
|
135
|
+
this.aet = new IndicatorPane();
|
|
136
|
+
this.aek = TypeRegistrar.create("FinancialLegend");
|
|
137
137
|
}
|
|
138
138
|
provideGrid(a) {
|
|
139
|
-
this.
|
|
140
|
-
this.
|
|
139
|
+
this.ahr = a;
|
|
140
|
+
this.al9();
|
|
141
141
|
this.setGridRows();
|
|
142
|
-
if (this.
|
|
143
|
-
this.
|
|
142
|
+
if (this.ad0 != null) {
|
|
143
|
+
this.ad0.bg(a);
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
onDocumentClick(a) {
|
|
147
|
-
if (this.
|
|
148
|
-
this.
|
|
147
|
+
if (this.ad0 != null) {
|
|
148
|
+
this.ad0.bl(a);
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
getContext() {
|
|
152
|
-
let a = this.
|
|
152
|
+
let a = this.ad0.v();
|
|
153
153
|
let b = new FinancialChartContext();
|
|
154
154
|
b.vm = new FinancialChartViewModel();
|
|
155
155
|
b.vm.toolbar = a;
|
|
156
156
|
b.container = this.j8;
|
|
157
|
-
b.toolbarContainer = this.
|
|
158
|
-
b.legendContainer = this.
|
|
159
|
-
b.indicatorsContainer = this.
|
|
160
|
-
b.volumeContainer = this.
|
|
161
|
-
b.zoomContainer = this.
|
|
157
|
+
b.toolbarContainer = this.aho;
|
|
158
|
+
b.legendContainer = this.ahn;
|
|
159
|
+
b.indicatorsContainer = this.ahm;
|
|
160
|
+
b.volumeContainer = this.ahp;
|
|
161
|
+
b.zoomContainer = this.ahq;
|
|
162
162
|
return b;
|
|
163
163
|
}
|
|
164
164
|
provideContainer(a) {
|
|
@@ -168,70 +168,70 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
168
168
|
let d = b.createElement("div");
|
|
169
169
|
d.setStyleProperty("width", "100%");
|
|
170
170
|
d.setStyleProperty("height", "100%");
|
|
171
|
-
if (this.
|
|
172
|
-
this.
|
|
171
|
+
if (this.ad0 == null) {
|
|
172
|
+
this.ad0 = new FinancialChartToolbar(this, this.aih);
|
|
173
173
|
}
|
|
174
|
-
this.
|
|
175
|
-
this.
|
|
176
|
-
this.
|
|
174
|
+
this.ad0.w.isIndicatorMenuVisible = this.afr && this.afs;
|
|
175
|
+
this.aho = b.getSubRenderer(d);
|
|
176
|
+
this.ad0.l(this.aho);
|
|
177
177
|
let e = b.createElement("div");
|
|
178
178
|
e.setStyleProperty("width", "100%");
|
|
179
179
|
e.setStyleProperty("height", "100%");
|
|
180
180
|
let f = b.createElement("div");
|
|
181
181
|
f.setStyleProperty("width", "100%");
|
|
182
182
|
f.setStyleProperty("height", "100%");
|
|
183
|
-
this.
|
|
183
|
+
this.ahn = b.getSubRenderer(f);
|
|
184
184
|
let g = b.createElement("div");
|
|
185
185
|
g.setStyleProperty("width", "100%");
|
|
186
186
|
g.setStyleProperty("height", "100%");
|
|
187
|
-
this.
|
|
187
|
+
this.ahm = b.getSubRenderer(g);
|
|
188
188
|
let h = b.createElement("div");
|
|
189
189
|
h.setStyleProperty("width", "100%");
|
|
190
190
|
h.setStyleProperty("height", "100%");
|
|
191
|
-
this.
|
|
191
|
+
this.ahp = b.getSubRenderer(h);
|
|
192
192
|
let i = b.createElement("div");
|
|
193
193
|
i.setStyleProperty("width", "100%");
|
|
194
194
|
i.setStyleProperty("height", "100%");
|
|
195
|
-
this.
|
|
195
|
+
this.ahq = b.getSubRenderer(i);
|
|
196
196
|
a = b.getSubRenderer(e);
|
|
197
197
|
}
|
|
198
198
|
else {
|
|
199
|
-
this.
|
|
200
|
-
if (this.
|
|
201
|
-
this.
|
|
199
|
+
this.aho = null;
|
|
200
|
+
if (this.ad0 != null) {
|
|
201
|
+
this.ad0.l(null);
|
|
202
202
|
}
|
|
203
|
-
if (this.
|
|
204
|
-
this.
|
|
205
|
-
this.
|
|
203
|
+
if (this.afi != null) {
|
|
204
|
+
this.afi.provideContainer(null);
|
|
205
|
+
this.afi = null;
|
|
206
206
|
}
|
|
207
|
-
if (this.
|
|
208
|
-
this.
|
|
207
|
+
if (this.aek != null) {
|
|
208
|
+
this.aek.provideContainer(null);
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
super.provideContainer(a);
|
|
212
212
|
if (b != null) {
|
|
213
213
|
if (this.volumeChart != null) {
|
|
214
|
-
this.volumeChart.provideContainer(this.
|
|
214
|
+
this.volumeChart.provideContainer(this.ahp);
|
|
215
215
|
}
|
|
216
|
-
if (this.
|
|
217
|
-
this.
|
|
216
|
+
if (this.aet != null) {
|
|
217
|
+
this.aet.h(this.ahm);
|
|
218
218
|
}
|
|
219
219
|
if (this.zoomSliderChart != null) {
|
|
220
|
-
this.zoomSliderChart.provideContainer(this.
|
|
220
|
+
this.zoomSliderChart.provideContainer(this.ahq);
|
|
221
221
|
if (a != null) {
|
|
222
|
-
this.
|
|
222
|
+
this.akv();
|
|
223
223
|
}
|
|
224
224
|
else {
|
|
225
|
-
this.
|
|
225
|
+
this.afi = null;
|
|
226
226
|
}
|
|
227
227
|
}
|
|
228
|
-
if (this.
|
|
229
|
-
this.
|
|
228
|
+
if (this.aek != null) {
|
|
229
|
+
this.aek.provideContainer(this.ahn);
|
|
230
230
|
}
|
|
231
231
|
this.setGridRows();
|
|
232
232
|
}
|
|
233
233
|
}
|
|
234
|
-
|
|
234
|
+
alz(a, b, c) {
|
|
235
235
|
if (a != null) {
|
|
236
236
|
a.provideContainer(null);
|
|
237
237
|
}
|
|
@@ -240,62 +240,62 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
240
240
|
}
|
|
241
241
|
this.setGridRows();
|
|
242
242
|
}
|
|
243
|
-
|
|
244
|
-
this.
|
|
243
|
+
amd(a, b) {
|
|
244
|
+
this.alz(a, b, this.ahq);
|
|
245
245
|
if (b == null) {
|
|
246
246
|
return;
|
|
247
247
|
}
|
|
248
|
-
this.
|
|
248
|
+
this.akv();
|
|
249
249
|
}
|
|
250
|
-
|
|
251
|
-
if (this.
|
|
250
|
+
akv() {
|
|
251
|
+
if (this.ahq == null) {
|
|
252
252
|
return;
|
|
253
253
|
}
|
|
254
|
-
if (this.
|
|
255
|
-
this.
|
|
254
|
+
if (this.afi != null) {
|
|
255
|
+
this.afi.provideContainer(null);
|
|
256
256
|
}
|
|
257
|
-
this.
|
|
258
|
-
this.
|
|
259
|
-
let a = this.
|
|
257
|
+
this.afi = TypeRegistrar.create("ZoomSlider");
|
|
258
|
+
this.afi.provideContainer(this.ahq);
|
|
259
|
+
let a = this.afi;
|
|
260
260
|
a.windowRectChanged = delegateCombine(a.windowRectChanged, (a, b) => {
|
|
261
261
|
if (this.dataChart != null) {
|
|
262
|
-
this.dataChart.
|
|
262
|
+
this.dataChart.tz = new Rect(0, this.afi.windowRect.left, this.dataChart.tj.top, this.afi.windowRect.width, this.dataChart.tj.height);
|
|
263
263
|
}
|
|
264
264
|
});
|
|
265
|
-
this.
|
|
265
|
+
this.akw();
|
|
266
266
|
}
|
|
267
|
-
|
|
268
|
-
this.
|
|
267
|
+
amb(a, b) {
|
|
268
|
+
this.alz(a, b, this.ahp);
|
|
269
269
|
}
|
|
270
270
|
setGridRows() {
|
|
271
|
-
if (this.
|
|
271
|
+
if (this.ahr == null) {
|
|
272
272
|
return;
|
|
273
273
|
}
|
|
274
274
|
let a = new Array(6);
|
|
275
|
-
a[0] = (this.
|
|
276
|
-
a[1] = this.
|
|
275
|
+
a[0] = (this.af0 ? this.ag8 : 0) + "px";
|
|
276
|
+
a[1] = this.afw ? "min-content" : "0px";
|
|
277
277
|
a[2] = "auto";
|
|
278
278
|
a[3] = this.indicatorCharts == null || this.indicatorCharts.count == 0 ? "0px" : this.indicatorCharts.count * 150 + "px";
|
|
279
279
|
a[4] = this.volumeChart == null ? "0px" : "100px";
|
|
280
280
|
a[5] = this.zoomSliderChart == null ? "0px" : "100px";
|
|
281
|
-
if (this.
|
|
281
|
+
if (this.afi != null) {
|
|
282
282
|
if (a[5] == "0px") {
|
|
283
|
-
this.
|
|
283
|
+
this.afi.hide();
|
|
284
284
|
}
|
|
285
285
|
else {
|
|
286
|
-
this.
|
|
286
|
+
this.afi.show();
|
|
287
287
|
}
|
|
288
288
|
}
|
|
289
|
-
this.
|
|
290
|
-
this.
|
|
289
|
+
this.ahr.setStyleProperty("-ms-grid-rows", stringReplace(stringJoin(" ", ...a), "auto", "1fr"));
|
|
290
|
+
this.ahr.setStyleProperty("grid-template-rows", stringJoin(" ", ...a));
|
|
291
291
|
if (this.j8 == null) {
|
|
292
292
|
return;
|
|
293
293
|
}
|
|
294
294
|
if (this.dataChart != null) {
|
|
295
295
|
this.dataChart.notifyContainerResized();
|
|
296
296
|
}
|
|
297
|
-
if (this.
|
|
298
|
-
this.
|
|
297
|
+
if (this.aet != null) {
|
|
298
|
+
this.aet.f();
|
|
299
299
|
}
|
|
300
300
|
if (this.volumeChart != null) {
|
|
301
301
|
this.volumeChart.notifyContainerResized();
|
|
@@ -303,41 +303,41 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
303
303
|
if (this.zoomSliderChart != null) {
|
|
304
304
|
this.zoomSliderChart.notifyContainerResized();
|
|
305
305
|
}
|
|
306
|
-
if (this.
|
|
307
|
-
this.
|
|
306
|
+
if (this.afi != null) {
|
|
307
|
+
this.afi.notifySizeChanged();
|
|
308
308
|
}
|
|
309
309
|
}
|
|
310
310
|
r9() {
|
|
311
311
|
super.r9();
|
|
312
|
-
this.
|
|
313
|
-
this.
|
|
314
|
-
this.
|
|
315
|
-
this.
|
|
316
|
-
this.
|
|
317
|
-
this.
|
|
318
|
-
this.
|
|
319
|
-
this.
|
|
320
|
-
this.
|
|
321
|
-
this.
|
|
322
|
-
this.
|
|
312
|
+
this.wf = 1;
|
|
313
|
+
this.abu = 0;
|
|
314
|
+
this.yc = 0;
|
|
315
|
+
this.aco = null;
|
|
316
|
+
this.ach = AxisDefaults.g;
|
|
317
|
+
this.xw = AxisDefaults.e;
|
|
318
|
+
this.xv = AxisDefaults.f;
|
|
319
|
+
this.aci = AxisDefaults.j;
|
|
320
|
+
this.ace = null;
|
|
321
|
+
this.amf = AxisDefaults.h;
|
|
322
|
+
this.ahl = AxisDefaults.b;
|
|
323
323
|
this.ft = true;
|
|
324
324
|
this.fm = true;
|
|
325
325
|
this.fn = false;
|
|
326
326
|
this.a9 = 0;
|
|
327
327
|
this.h9 = Defaults.j;
|
|
328
|
-
this.
|
|
329
|
-
this.
|
|
330
|
-
this.
|
|
328
|
+
this.up = Defaults.ae;
|
|
329
|
+
this.uk = Defaults.af;
|
|
330
|
+
this.ul = Defaults.ag;
|
|
331
331
|
this.iv = NaN;
|
|
332
332
|
this.im = 40;
|
|
333
333
|
this.f2 = true;
|
|
334
334
|
this.f9 = false;
|
|
335
335
|
if (this.dataChart != null) {
|
|
336
336
|
let a = this.dataChart.cu.j.e();
|
|
337
|
+
this.adb = a.d;
|
|
338
|
+
this.adc = a.e;
|
|
337
339
|
this.ada = a.d;
|
|
338
|
-
this.
|
|
339
|
-
this.ac9 = a.d;
|
|
340
|
-
this.ame = this.dataChart.xv;
|
|
340
|
+
this.amf = this.dataChart.x4;
|
|
341
341
|
}
|
|
342
342
|
let b = new BrushCollection();
|
|
343
343
|
b.add(((() => {
|
|
@@ -394,129 +394,119 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
394
394
|
for (let d of fromEnum(b)) {
|
|
395
395
|
c.add(BrushUtil.m(d, 0.3));
|
|
396
396
|
}
|
|
397
|
-
this.
|
|
398
|
-
this.
|
|
397
|
+
this.add = c;
|
|
398
|
+
this.ade = b;
|
|
399
399
|
}
|
|
400
|
-
|
|
401
|
-
if (this.
|
|
402
|
-
this.
|
|
403
|
-
this.
|
|
400
|
+
alv() {
|
|
401
|
+
if (this.aet != null) {
|
|
402
|
+
this.aet.b = null;
|
|
403
|
+
this.aet.b = this.indicatorCharts;
|
|
404
404
|
}
|
|
405
405
|
this.setGridRows();
|
|
406
406
|
}
|
|
407
|
-
|
|
407
|
+
alw() {
|
|
408
408
|
this.setGridRows();
|
|
409
409
|
}
|
|
410
|
-
|
|
411
|
-
this.
|
|
410
|
+
al5() {
|
|
411
|
+
this.alv();
|
|
412
412
|
}
|
|
413
|
-
|
|
414
|
-
if (this.
|
|
413
|
+
aku() {
|
|
414
|
+
if (this.afi == null || this.zoomSliderChart == null || this.dataChart == null || this.dataChart.series.count == 0) {
|
|
415
415
|
return;
|
|
416
416
|
}
|
|
417
417
|
let a = this.j8.rootWrapper.width();
|
|
418
|
-
let b = this.dataChart.
|
|
419
|
-
let c = this.dataChart.
|
|
418
|
+
let b = this.dataChart.ty.left + this.dataChart.ty.width;
|
|
419
|
+
let c = this.dataChart.ty.left;
|
|
420
420
|
let d = a - b;
|
|
421
|
-
this.
|
|
422
|
-
this.
|
|
423
|
-
if (this.
|
|
424
|
-
let e = this.
|
|
425
|
-
this.
|
|
426
|
-
this.dataChart.
|
|
427
|
-
}
|
|
428
|
-
if (this.
|
|
429
|
-
let f = this.
|
|
430
|
-
this.
|
|
431
|
-
this.dataChart.
|
|
432
|
-
}
|
|
433
|
-
this.zoomSliderChart.
|
|
434
|
-
this.zoomSliderChart.
|
|
435
|
-
this.zoomSliderChart.
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
this.
|
|
421
|
+
this.afi.startInset = c - this.afi.trackStartInset;
|
|
422
|
+
this.afi.endInset = d - this.afi.trackEndInset;
|
|
423
|
+
if (this.afi.endInset < 0) {
|
|
424
|
+
let e = this.afi.endInset;
|
|
425
|
+
this.afi.endInset = 0;
|
|
426
|
+
this.dataChart.g4 += (e * -1);
|
|
427
|
+
}
|
|
428
|
+
if (this.afi.startInset < 0) {
|
|
429
|
+
let f = this.afi.startInset;
|
|
430
|
+
this.afi.startInset = 0;
|
|
431
|
+
this.dataChart.gz += (f * -1);
|
|
432
|
+
}
|
|
433
|
+
this.zoomSliderChart.gz = c;
|
|
434
|
+
this.zoomSliderChart.g4 = d;
|
|
435
|
+
this.zoomSliderChart.gm = this.afi.barExtent;
|
|
436
|
+
}
|
|
437
|
+
all() {
|
|
438
|
+
this.aku();
|
|
439
439
|
}
|
|
440
440
|
r6(a) {
|
|
441
441
|
super.r6(a);
|
|
442
442
|
if (a != null) {
|
|
443
|
-
a.
|
|
443
|
+
a.gl = 0;
|
|
444
444
|
}
|
|
445
445
|
}
|
|
446
|
-
|
|
447
|
-
return a.
|
|
446
|
+
amg(a) {
|
|
447
|
+
return a.tc();
|
|
448
448
|
}
|
|
449
|
-
|
|
450
|
-
return this.
|
|
449
|
+
amj() {
|
|
450
|
+
return this.ahn == null ? null : this.ami(this.ahn.rootWrapper);
|
|
451
451
|
}
|
|
452
|
-
|
|
452
|
+
amh(a) {
|
|
453
453
|
if (a == null || a.d == null) {
|
|
454
454
|
return null;
|
|
455
455
|
}
|
|
456
|
-
return this.
|
|
456
|
+
return this.ami(a.d.rootWrapper);
|
|
457
457
|
}
|
|
458
|
-
|
|
458
|
+
ami(a) {
|
|
459
459
|
if (a == null) {
|
|
460
460
|
return null;
|
|
461
461
|
}
|
|
462
462
|
let b = a.getOffset();
|
|
463
463
|
return new Rect(0, b.left, b.top, a.width(), a.height());
|
|
464
464
|
}
|
|
465
|
-
|
|
466
|
-
if (this.
|
|
465
|
+
ag3() {
|
|
466
|
+
if (this.ahr == null) {
|
|
467
467
|
return NaN;
|
|
468
468
|
}
|
|
469
|
-
let a = this.
|
|
470
|
-
return this.
|
|
469
|
+
let a = this.ahr.getOffset();
|
|
470
|
+
return this.ahr.width() + (a == null ? 0 : a.left);
|
|
471
471
|
}
|
|
472
|
-
|
|
473
|
-
super.
|
|
472
|
+
si(source_, a, b) {
|
|
473
|
+
super.si(source_, a, b);
|
|
474
474
|
if (this.zoomSliderChart != null) {
|
|
475
|
-
this.zoomSliderChart.
|
|
475
|
+
this.zoomSliderChart.mo(source_, a, b);
|
|
476
476
|
}
|
|
477
477
|
}
|
|
478
|
-
|
|
479
|
-
super.
|
|
478
|
+
sj(source_, a, b) {
|
|
479
|
+
super.sj(source_, a, b);
|
|
480
480
|
if (this.zoomSliderChart != null) {
|
|
481
|
-
this.zoomSliderChart.
|
|
481
|
+
this.zoomSliderChart.mp(source_, a, b);
|
|
482
482
|
}
|
|
483
483
|
}
|
|
484
|
-
|
|
485
|
-
super.
|
|
484
|
+
sh(source_) {
|
|
485
|
+
super.sh(source_);
|
|
486
486
|
if (this.zoomSliderChart != null) {
|
|
487
|
-
this.zoomSliderChart.
|
|
487
|
+
this.zoomSliderChart.mh(source_);
|
|
488
488
|
}
|
|
489
489
|
}
|
|
490
|
-
|
|
491
|
-
super.
|
|
490
|
+
sl(source_, a, b, c) {
|
|
491
|
+
super.sl(source_, a, b, c);
|
|
492
492
|
if (this.zoomSliderChart != null) {
|
|
493
|
-
this.zoomSliderChart.
|
|
493
|
+
this.zoomSliderChart.mq(source_, a, b, c);
|
|
494
494
|
}
|
|
495
495
|
}
|
|
496
496
|
sc(a, b) {
|
|
497
497
|
super.sc(a, b);
|
|
498
|
-
if (this.
|
|
498
|
+
if (this.afx(a)) {
|
|
499
499
|
a.toolTip = null;
|
|
500
500
|
}
|
|
501
501
|
}
|
|
502
|
-
get
|
|
503
|
-
return this.
|
|
504
|
-
}
|
|
505
|
-
set adz(a) {
|
|
506
|
-
let b = this.adz;
|
|
507
|
-
if (a != b) {
|
|
508
|
-
this.ady = a;
|
|
509
|
-
this.sv("Toolbar", b, this.adz);
|
|
510
|
-
}
|
|
511
|
-
}
|
|
512
|
-
get aif() {
|
|
513
|
-
return this.ah8;
|
|
502
|
+
get ad0() {
|
|
503
|
+
return this.adz;
|
|
514
504
|
}
|
|
515
|
-
set
|
|
516
|
-
let b = this.
|
|
505
|
+
set ad0(a) {
|
|
506
|
+
let b = this.ad0;
|
|
517
507
|
if (a != b) {
|
|
518
|
-
this.
|
|
519
|
-
this.
|
|
508
|
+
this.adz = a;
|
|
509
|
+
this.sw("Toolbar", b, this.ad0);
|
|
520
510
|
}
|
|
521
511
|
}
|
|
522
512
|
get aig() {
|
|
@@ -526,17 +516,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
526
516
|
let b = this.aig;
|
|
527
517
|
if (a != b) {
|
|
528
518
|
this.ah9 = a;
|
|
529
|
-
this.
|
|
530
|
-
}
|
|
531
|
-
}
|
|
532
|
-
get aic() {
|
|
533
|
-
return this.ah5;
|
|
534
|
-
}
|
|
535
|
-
set aic(a) {
|
|
536
|
-
let b = this.aic;
|
|
537
|
-
if (a != b) {
|
|
538
|
-
this.ah5 = a;
|
|
539
|
-
this.sv("ChartTypePickerTemplate", b, this.aic);
|
|
519
|
+
this.sw("RangeSelectorTemplate", b, this.aig);
|
|
540
520
|
}
|
|
541
521
|
}
|
|
542
522
|
get aih() {
|
|
@@ -546,7 +526,17 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
546
526
|
let b = this.aih;
|
|
547
527
|
if (a != b) {
|
|
548
528
|
this.aia = a;
|
|
549
|
-
this.
|
|
529
|
+
this.sw("ToolbarTemplate", b, this.aih);
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
get aid() {
|
|
533
|
+
return this.ah6;
|
|
534
|
+
}
|
|
535
|
+
set aid(a) {
|
|
536
|
+
let b = this.aid;
|
|
537
|
+
if (a != b) {
|
|
538
|
+
this.ah6 = a;
|
|
539
|
+
this.sw("ChartTypePickerTemplate", b, this.aid);
|
|
550
540
|
}
|
|
551
541
|
}
|
|
552
542
|
get aii() {
|
|
@@ -556,17 +546,17 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
556
546
|
let b = this.aii;
|
|
557
547
|
if (a != b) {
|
|
558
548
|
this.aib = a;
|
|
559
|
-
this.
|
|
549
|
+
this.sw("TrendLineTypePickerTemplate", b, this.aii);
|
|
560
550
|
}
|
|
561
551
|
}
|
|
562
|
-
get
|
|
563
|
-
return this.
|
|
552
|
+
get aij() {
|
|
553
|
+
return this.aic;
|
|
564
554
|
}
|
|
565
|
-
set
|
|
566
|
-
let b = this.
|
|
555
|
+
set aij(a) {
|
|
556
|
+
let b = this.aij;
|
|
567
557
|
if (a != b) {
|
|
568
|
-
this.
|
|
569
|
-
this.
|
|
558
|
+
this.aic = a;
|
|
559
|
+
this.sw("VolumeTypePickerTemplate", b, this.aij);
|
|
570
560
|
}
|
|
571
561
|
}
|
|
572
562
|
get aie() {
|
|
@@ -576,17 +566,27 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
576
566
|
let b = this.aie;
|
|
577
567
|
if (a != b) {
|
|
578
568
|
this.ah7 = a;
|
|
579
|
-
this.
|
|
569
|
+
this.sw("IndicatorMenuTemplate", b, this.aie);
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
get aif() {
|
|
573
|
+
return this.ah8;
|
|
574
|
+
}
|
|
575
|
+
set aif(a) {
|
|
576
|
+
let b = this.aif;
|
|
577
|
+
if (a != b) {
|
|
578
|
+
this.ah8 = a;
|
|
579
|
+
this.sw("OverlayPickerTemplate", b, this.aif);
|
|
580
580
|
}
|
|
581
581
|
}
|
|
582
|
-
get
|
|
583
|
-
return this.
|
|
582
|
+
get afi() {
|
|
583
|
+
return this.afh;
|
|
584
584
|
}
|
|
585
|
-
set
|
|
586
|
-
let b = this.
|
|
585
|
+
set afi(a) {
|
|
586
|
+
let b = this.afi;
|
|
587
587
|
if (a != b) {
|
|
588
|
-
this.
|
|
589
|
-
this.
|
|
588
|
+
this.afh = a;
|
|
589
|
+
this.sw("ZoomSlider", b, this.afi);
|
|
590
590
|
}
|
|
591
591
|
}
|
|
592
592
|
get_im() {
|
|
@@ -601,123 +601,123 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
601
601
|
set_f2(a) {
|
|
602
602
|
super.set_f2(a);
|
|
603
603
|
}
|
|
604
|
-
get
|
|
605
|
-
return this.
|
|
604
|
+
get ag8() {
|
|
605
|
+
return this.agr;
|
|
606
606
|
}
|
|
607
|
-
set
|
|
608
|
-
let b = this.
|
|
607
|
+
set ag8(a) {
|
|
608
|
+
let b = this.ag8;
|
|
609
609
|
if (a != b) {
|
|
610
|
-
this.
|
|
611
|
-
this.
|
|
610
|
+
this.agr = a;
|
|
611
|
+
this.sw("ToolbarHeight", b, this.ag8);
|
|
612
612
|
}
|
|
613
613
|
}
|
|
614
614
|
constructor() {
|
|
615
615
|
super();
|
|
616
|
-
this.
|
|
617
|
-
this.
|
|
618
|
-
this.aho = null;
|
|
619
|
-
this.ahl = null;
|
|
620
|
-
this.ahn = null;
|
|
616
|
+
this.aet = null;
|
|
617
|
+
this.ahr = null;
|
|
621
618
|
this.ahp = null;
|
|
622
619
|
this.ahm = null;
|
|
623
|
-
this.
|
|
624
|
-
this.
|
|
620
|
+
this.aho = null;
|
|
621
|
+
this.ahq = null;
|
|
622
|
+
this.ahn = null;
|
|
623
|
+
this.adz = null;
|
|
625
624
|
this.ah9 = null;
|
|
626
|
-
this.ah5 = null;
|
|
627
625
|
this.aia = null;
|
|
628
|
-
this.aib = null;
|
|
629
626
|
this.ah6 = null;
|
|
627
|
+
this.aib = null;
|
|
628
|
+
this.aic = null;
|
|
630
629
|
this.ah7 = null;
|
|
631
|
-
this.
|
|
632
|
-
this.
|
|
633
|
-
this.
|
|
634
|
-
this.
|
|
635
|
-
this.
|
|
636
|
-
this.
|
|
637
|
-
this.
|
|
638
|
-
this.
|
|
630
|
+
this.ah8 = null;
|
|
631
|
+
this.afh = null;
|
|
632
|
+
this.agr = 40;
|
|
633
|
+
this.aen = null;
|
|
634
|
+
this.ael = null;
|
|
635
|
+
this.aep = null;
|
|
636
|
+
this.aeu = null;
|
|
637
|
+
this.aik = null;
|
|
638
|
+
this.afd = null;
|
|
639
|
+
this.af3 = false;
|
|
639
640
|
this.af2 = false;
|
|
640
|
-
this.
|
|
641
|
-
this.
|
|
642
|
-
this.
|
|
643
|
-
this.ahw = 10;
|
|
644
|
-
this.agx = NaN;
|
|
645
|
-
this.agz = NaN;
|
|
641
|
+
this.aga = false;
|
|
642
|
+
this.afp = false;
|
|
643
|
+
this.ahx = 10;
|
|
646
644
|
this.agy = NaN;
|
|
647
|
-
this.ag0 =
|
|
648
|
-
this.
|
|
649
|
-
this.
|
|
650
|
-
this.
|
|
651
|
-
this.
|
|
652
|
-
this.agt =
|
|
653
|
-
this.agu = NaN;
|
|
645
|
+
this.ag0 = NaN;
|
|
646
|
+
this.agz = NaN;
|
|
647
|
+
this.ag1 = 0;
|
|
648
|
+
this.ad5 = 0;
|
|
649
|
+
this.ad8 = 0;
|
|
650
|
+
this.agt = 3;
|
|
654
651
|
this.agw = NaN;
|
|
655
|
-
this.
|
|
656
|
-
this.
|
|
657
|
-
this.
|
|
658
|
-
this.
|
|
659
|
-
this.
|
|
660
|
-
this.
|
|
661
|
-
this.agb = null;
|
|
662
|
-
this.afm = true;
|
|
652
|
+
this.agu = NaN;
|
|
653
|
+
this.agv = NaN;
|
|
654
|
+
this.agx = NaN;
|
|
655
|
+
this.aea = 0;
|
|
656
|
+
this.afk = true;
|
|
657
|
+
this.ad1 = 0;
|
|
663
658
|
this.afl = false;
|
|
664
|
-
this.
|
|
665
|
-
this.
|
|
666
|
-
this.
|
|
667
|
-
this.
|
|
659
|
+
this.aef = null;
|
|
660
|
+
this.aeh = null;
|
|
661
|
+
this.agc = null;
|
|
662
|
+
this.afn = true;
|
|
663
|
+
this.afm = false;
|
|
664
|
+
this.afo = false;
|
|
665
|
+
this.afe = null;
|
|
666
|
+
this.aec = 1;
|
|
668
667
|
this.ac3 = null;
|
|
669
668
|
this.ac4 = null;
|
|
670
669
|
this.ac5 = null;
|
|
671
|
-
this.ac7 = null;
|
|
672
670
|
this.ac6 = null;
|
|
671
|
+
this.ac8 = null;
|
|
672
|
+
this.ac7 = null;
|
|
673
|
+
this.ac2 = null;
|
|
673
674
|
this.ac1 = null;
|
|
674
|
-
this.
|
|
675
|
-
this.
|
|
676
|
-
this.agp =
|
|
677
|
-
this.ago =
|
|
678
|
-
this.
|
|
679
|
-
this.
|
|
680
|
-
this.
|
|
681
|
-
this.
|
|
682
|
-
this.
|
|
683
|
-
this.
|
|
684
|
-
this.
|
|
685
|
-
this.ahu = 9;
|
|
686
|
-
this.adv = null;
|
|
675
|
+
this.ags = 1;
|
|
676
|
+
this.agq = 1;
|
|
677
|
+
this.agp = 2;
|
|
678
|
+
this.ago = 1;
|
|
679
|
+
this.aer = null;
|
|
680
|
+
this.aht = -2147483648;
|
|
681
|
+
this.agn = 2;
|
|
682
|
+
this.ahw = 3;
|
|
683
|
+
this.ahu = 10;
|
|
684
|
+
this.ahs = 30;
|
|
685
|
+
this.ahv = 9;
|
|
687
686
|
this.adw = null;
|
|
688
|
-
this.
|
|
687
|
+
this.adx = null;
|
|
688
|
+
this.ads = null;
|
|
689
689
|
this.applyCustomIndicators = null;
|
|
690
|
-
this.
|
|
691
|
-
this.
|
|
692
|
-
this.
|
|
693
|
-
this.
|
|
694
|
-
this.
|
|
695
|
-
this.
|
|
696
|
-
this.
|
|
690
|
+
this.ame = null;
|
|
691
|
+
this.ag2 = 1;
|
|
692
|
+
this.afj = false;
|
|
693
|
+
this.aej = null;
|
|
694
|
+
this.agk = dateMinValue();
|
|
695
|
+
this.agj = dateMaxValue();
|
|
696
|
+
this.agh = null;
|
|
697
697
|
this.rr();
|
|
698
|
-
this.
|
|
698
|
+
this.agh = new ObservableCollection$1(Base.$, 0);
|
|
699
699
|
if (this.xAxisBreaks != null) {
|
|
700
700
|
let a = this.xAxisBreaks;
|
|
701
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, (a, b) => this.
|
|
701
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, (a, b) => this.al3());
|
|
702
702
|
}
|
|
703
|
-
this.
|
|
703
|
+
this.alo();
|
|
704
704
|
}
|
|
705
|
-
|
|
705
|
+
v4() {
|
|
706
706
|
return this.xAxis;
|
|
707
707
|
}
|
|
708
|
-
|
|
708
|
+
v5() {
|
|
709
709
|
return this.yAxis;
|
|
710
710
|
}
|
|
711
711
|
onAttachedToUI() {
|
|
712
712
|
super.onAttachedToUI();
|
|
713
|
-
if (this.
|
|
714
|
-
this.
|
|
713
|
+
if (this.afi != null) {
|
|
714
|
+
this.afi.onAttachedToUI();
|
|
715
715
|
}
|
|
716
716
|
}
|
|
717
717
|
onDetachedFromUI() {
|
|
718
718
|
super.onDetachedFromUI();
|
|
719
|
-
if (this.
|
|
720
|
-
this.
|
|
719
|
+
if (this.afi != null) {
|
|
720
|
+
this.afi.onDetachedFromUI();
|
|
721
721
|
}
|
|
722
722
|
}
|
|
723
723
|
bc(a) {
|
|
@@ -744,57 +744,57 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
744
744
|
get gq() {
|
|
745
745
|
return this.get_gq();
|
|
746
746
|
}
|
|
747
|
-
|
|
748
|
-
return this.
|
|
747
|
+
adm(a) {
|
|
748
|
+
return this.adn(a);
|
|
749
749
|
}
|
|
750
|
-
|
|
751
|
-
return this.
|
|
750
|
+
ae0(a) {
|
|
751
|
+
return this.ae1(a);
|
|
752
752
|
}
|
|
753
|
-
|
|
754
|
-
let b = this.
|
|
753
|
+
adl(a) {
|
|
754
|
+
let b = this.adm(0);
|
|
755
755
|
b.name = a;
|
|
756
756
|
return b;
|
|
757
757
|
}
|
|
758
758
|
rn() {
|
|
759
|
-
this.xAxis = this.
|
|
760
|
-
this.yAxis = this.
|
|
759
|
+
this.xAxis = this.adl("xAxis");
|
|
760
|
+
this.yAxis = this.ae0(0);
|
|
761
761
|
this.yAxis.name = "yAxis";
|
|
762
|
-
this.volumeAxis = this.
|
|
762
|
+
this.volumeAxis = this.ae0(0);
|
|
763
763
|
this.volumeAxis.name = "volumeAxis";
|
|
764
|
-
this.volumeXAxis = this.
|
|
765
|
-
this.
|
|
766
|
-
this.
|
|
767
|
-
this.indicatorAxis = this.
|
|
764
|
+
this.volumeXAxis = this.adl("volumeXAxis");
|
|
765
|
+
this.age = new List$1(NumericYAxis.$, 0);
|
|
766
|
+
this.agg = new List$1(CategoryAxisBase.$, 0);
|
|
767
|
+
this.indicatorAxis = this.ae0(0);
|
|
768
768
|
this.indicatorAxis.name = "indicatorAxis";
|
|
769
|
-
this.indicatorXAxis = this.
|
|
770
|
-
this.
|
|
771
|
-
this.
|
|
772
|
-
if (this.xAxis.
|
|
773
|
-
this.xAxis.
|
|
769
|
+
this.indicatorXAxis = this.adl("indicatorXAxis_0");
|
|
770
|
+
this.age.add(this.indicatorAxis);
|
|
771
|
+
this.agg.add(this.indicatorXAxis);
|
|
772
|
+
if (this.xAxis.az == null) {
|
|
773
|
+
this.xAxis.az = new AxisLabelSettings();
|
|
774
774
|
}
|
|
775
|
-
if (this.yAxis.
|
|
776
|
-
this.yAxis.
|
|
775
|
+
if (this.yAxis.az == null) {
|
|
776
|
+
this.yAxis.az = new AxisLabelSettings();
|
|
777
777
|
}
|
|
778
|
-
if (this.volumeAxis.
|
|
779
|
-
this.volumeAxis.
|
|
778
|
+
if (this.volumeAxis.az == null) {
|
|
779
|
+
this.volumeAxis.az = new AxisLabelSettings();
|
|
780
780
|
}
|
|
781
|
-
if (this.volumeXAxis.
|
|
782
|
-
this.volumeAxis.
|
|
781
|
+
if (this.volumeXAxis.az == null) {
|
|
782
|
+
this.volumeAxis.az = new AxisLabelSettings();
|
|
783
783
|
}
|
|
784
|
-
if (this.indicatorAxis.
|
|
785
|
-
this.indicatorAxis.
|
|
784
|
+
if (this.indicatorAxis.az == null) {
|
|
785
|
+
this.indicatorAxis.az = new AxisLabelSettings();
|
|
786
786
|
}
|
|
787
|
-
if (this.indicatorXAxis.
|
|
788
|
-
this.indicatorXAxis.
|
|
787
|
+
if (this.indicatorXAxis.az == null) {
|
|
788
|
+
this.indicatorXAxis.az = new AxisLabelSettings();
|
|
789
789
|
}
|
|
790
|
-
this.zoomSliderAxis = this.
|
|
790
|
+
this.zoomSliderAxis = this.ae0(0);
|
|
791
791
|
this.zoomSliderAxis.name = "zoomSliderAxis";
|
|
792
|
-
this.zoomSliderXAxis = this.
|
|
793
|
-
if (this.zoomSliderAxis.
|
|
794
|
-
this.zoomSliderAxis.
|
|
792
|
+
this.zoomSliderXAxis = this.adl("zoomSliderXAxis");
|
|
793
|
+
if (this.zoomSliderAxis.az == null) {
|
|
794
|
+
this.zoomSliderAxis.az = new AxisLabelSettings();
|
|
795
795
|
}
|
|
796
|
-
if (this.zoomSliderXAxis.
|
|
797
|
-
this.zoomSliderXAxis.
|
|
796
|
+
if (this.zoomSliderXAxis.az == null) {
|
|
797
|
+
this.zoomSliderXAxis.az = new AxisLabelSettings();
|
|
798
798
|
}
|
|
799
799
|
}
|
|
800
800
|
rj(a, b) {
|
|
@@ -809,19 +809,19 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
809
809
|
}
|
|
810
810
|
return super.cq(a);
|
|
811
811
|
}
|
|
812
|
-
|
|
812
|
+
tg(a) {
|
|
813
813
|
if (a.suggestedSecondaryAxis == 2) {
|
|
814
|
-
this.yAxis.
|
|
815
|
-
this.yAxis.
|
|
814
|
+
this.yAxis.li = true;
|
|
815
|
+
this.yAxis.l9 = 10;
|
|
816
816
|
}
|
|
817
817
|
}
|
|
818
|
-
|
|
819
|
-
this.yAxis.
|
|
820
|
-
this.yAxis.
|
|
818
|
+
tj() {
|
|
819
|
+
this.yAxis.li = this.af7;
|
|
820
|
+
this.yAxis.l9 = this.ah5;
|
|
821
821
|
}
|
|
822
|
-
|
|
822
|
+
ad4(a) {
|
|
823
823
|
let b;
|
|
824
|
-
if (this.
|
|
824
|
+
if (this.ad2 == 0) {
|
|
825
825
|
if (a == null || a.index > 0 || stringIsNullOrEmpty(a.getMemberPathFor(12))) {
|
|
826
826
|
b = 4;
|
|
827
827
|
}
|
|
@@ -830,12 +830,12 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
830
830
|
}
|
|
831
831
|
}
|
|
832
832
|
else {
|
|
833
|
-
b = this.
|
|
833
|
+
b = this.ad2;
|
|
834
834
|
}
|
|
835
|
-
b = this.
|
|
835
|
+
b = this.ad3(b);
|
|
836
836
|
return b;
|
|
837
837
|
}
|
|
838
|
-
|
|
838
|
+
ad3(a) {
|
|
839
839
|
if ((a == 1 || a == 2)) {
|
|
840
840
|
if (TypeRegistrar.isRegistered("FinancialPriceSeries")) {
|
|
841
841
|
return a;
|
|
@@ -855,7 +855,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
855
855
|
}
|
|
856
856
|
return a;
|
|
857
857
|
}
|
|
858
|
-
|
|
858
|
+
aed(a) {
|
|
859
859
|
if ((a == 2 || a == 3)) {
|
|
860
860
|
if (TypeRegistrar.isRegistered("FinancialPriceSeries")) {
|
|
861
861
|
return a;
|
|
@@ -881,7 +881,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
881
881
|
}
|
|
882
882
|
return a;
|
|
883
883
|
}
|
|
884
|
-
|
|
884
|
+
ad6(a) {
|
|
885
885
|
if (a == 2) {
|
|
886
886
|
if (TypeRegistrar.isRegistered("LineSeries")) {
|
|
887
887
|
return a;
|
|
@@ -901,14 +901,14 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
901
901
|
}
|
|
902
902
|
return a;
|
|
903
903
|
}
|
|
904
|
-
|
|
904
|
+
ais(a) {
|
|
905
905
|
let b = a.getMemberPathFor(14);
|
|
906
906
|
if (stringIsNullOrEmpty(b)) {
|
|
907
907
|
b = a.getMemberPathFor(11);
|
|
908
908
|
}
|
|
909
909
|
return b;
|
|
910
910
|
}
|
|
911
|
-
|
|
911
|
+
adn(axisType_) {
|
|
912
912
|
if ((this.externalObject)) {
|
|
913
913
|
return (this.externalObject.createXAxis(axisType_).i);
|
|
914
914
|
}
|
|
@@ -941,7 +941,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
941
941
|
return null;
|
|
942
942
|
}
|
|
943
943
|
}
|
|
944
|
-
|
|
944
|
+
ae1(axisType_) {
|
|
945
945
|
if ((this.externalObject)) {
|
|
946
946
|
return (this.externalObject.createYAxis(axisType_).i);
|
|
947
947
|
}
|
|
@@ -974,22 +974,22 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
974
974
|
return null;
|
|
975
975
|
}
|
|
976
976
|
}
|
|
977
|
-
|
|
977
|
+
ae7() {
|
|
978
978
|
return this.c3(1);
|
|
979
979
|
}
|
|
980
|
-
|
|
980
|
+
ae8() {
|
|
981
981
|
return this.c3(0);
|
|
982
982
|
}
|
|
983
|
-
|
|
983
|
+
ae6() {
|
|
984
984
|
return this.c3(2);
|
|
985
985
|
}
|
|
986
|
-
|
|
986
|
+
ae9() {
|
|
987
987
|
return this.c3(20);
|
|
988
988
|
}
|
|
989
|
-
get
|
|
989
|
+
get afq() {
|
|
990
990
|
return (TypeRegistrar.isRegistered("HorizontalAnchoredCategorySeriesProxy"));
|
|
991
991
|
}
|
|
992
|
-
get
|
|
992
|
+
get aeo() {
|
|
993
993
|
if (TypeRegistrar.isRegistered("HorizontalAnchoredCategorySeriesProxy")) {
|
|
994
994
|
return TypeRegistrar.create("HorizontalAnchoredCategorySeriesProxy");
|
|
995
995
|
}
|
|
@@ -997,10 +997,10 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
997
997
|
throw new BaseError(1, "horizontal series module is not loaded, but is required.");
|
|
998
998
|
}
|
|
999
999
|
}
|
|
1000
|
-
get
|
|
1000
|
+
get aft() {
|
|
1001
1001
|
return (TypeRegistrar.isRegistered("FinancialPriceSeriesProxy"));
|
|
1002
1002
|
}
|
|
1003
|
-
get
|
|
1003
|
+
get aem() {
|
|
1004
1004
|
if (TypeRegistrar.isRegistered("FinancialPriceSeriesProxy")) {
|
|
1005
1005
|
return TypeRegistrar.create("FinancialPriceSeriesProxy");
|
|
1006
1006
|
}
|
|
@@ -1008,10 +1008,10 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1008
1008
|
throw new BaseError(1, "financial series module is not loaded, but is required.");
|
|
1009
1009
|
}
|
|
1010
1010
|
}
|
|
1011
|
-
get
|
|
1011
|
+
get afr() {
|
|
1012
1012
|
return (TypeRegistrar.isRegistered("IndicatorProxy"));
|
|
1013
1013
|
}
|
|
1014
|
-
get
|
|
1014
|
+
get aeq() {
|
|
1015
1015
|
if (TypeRegistrar.isRegistered("IndicatorProxy")) {
|
|
1016
1016
|
return TypeRegistrar.create("IndicatorProxy");
|
|
1017
1017
|
}
|
|
@@ -1019,10 +1019,10 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1019
1019
|
throw new BaseError(1, "financial series module is not loaded, but is required.");
|
|
1020
1020
|
}
|
|
1021
1021
|
}
|
|
1022
|
-
get
|
|
1022
|
+
get afs() {
|
|
1023
1023
|
return (TypeRegistrar.isRegistered("OverlayProxy"));
|
|
1024
1024
|
}
|
|
1025
|
-
get
|
|
1025
|
+
get aev() {
|
|
1026
1026
|
if (TypeRegistrar.isRegistered("OverlayProxy")) {
|
|
1027
1027
|
return TypeRegistrar.create("OverlayProxy");
|
|
1028
1028
|
}
|
|
@@ -1031,59 +1031,59 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1031
1031
|
}
|
|
1032
1032
|
}
|
|
1033
1033
|
c1(a, b) {
|
|
1034
|
-
let c = this.
|
|
1035
|
-
switch (this.
|
|
1034
|
+
let c = this.ais(a);
|
|
1035
|
+
switch (this.ad4(a)) {
|
|
1036
1036
|
case 3:
|
|
1037
|
-
let d = this.
|
|
1038
|
-
this.
|
|
1039
|
-
this.
|
|
1040
|
-
this.
|
|
1041
|
-
this.
|
|
1037
|
+
let d = this.ae7();
|
|
1038
|
+
this.aeo.setValueMemberPath(d, c);
|
|
1039
|
+
this.aeo.setXAxis(d, this.xAxis);
|
|
1040
|
+
this.aeo.setYAxis(d, this.yAxis);
|
|
1041
|
+
this.aeo.setCategoryMode(d, 1);
|
|
1042
1042
|
return d;
|
|
1043
1043
|
case 4:
|
|
1044
|
-
let e = this.
|
|
1045
|
-
this.
|
|
1046
|
-
this.
|
|
1047
|
-
this.
|
|
1048
|
-
this.
|
|
1044
|
+
let e = this.ae8();
|
|
1045
|
+
this.aeo.setValueMemberPath(e, c);
|
|
1046
|
+
this.aeo.setXAxis(e, this.xAxis);
|
|
1047
|
+
this.aeo.setYAxis(e, this.yAxis);
|
|
1048
|
+
this.aeo.setCategoryMode(e, 1);
|
|
1049
1049
|
return e;
|
|
1050
1050
|
default:
|
|
1051
1051
|
case 1:
|
|
1052
1052
|
case 2:
|
|
1053
|
-
let f = this.
|
|
1054
|
-
this.
|
|
1055
|
-
this.
|
|
1056
|
-
this.
|
|
1057
|
-
this.
|
|
1058
|
-
this.
|
|
1059
|
-
this.
|
|
1060
|
-
this.
|
|
1061
|
-
this.
|
|
1062
|
-
this.
|
|
1053
|
+
let f = this.ae9();
|
|
1054
|
+
this.aem.setOpenMemberPath(f, a.getMemberPathFor(11));
|
|
1055
|
+
this.aem.setHighMemberPath(f, a.getMemberPathFor(12));
|
|
1056
|
+
this.aem.setLowMemberPath(f, a.getMemberPathFor(13));
|
|
1057
|
+
this.aem.setCloseMemberPath(f, a.getMemberPathFor(14));
|
|
1058
|
+
this.aem.setVolumeMemberPath(f, a.getMemberPathFor(15));
|
|
1059
|
+
this.aem.setXAxis(f, this.xAxis);
|
|
1060
|
+
this.aem.setYAxis(f, this.yAxis);
|
|
1061
|
+
this.aem.setDisplayType(f, this.ad2 == 1 ? 1 : 0);
|
|
1062
|
+
this.aem.setCategoryMode(f, 1);
|
|
1063
1063
|
return f;
|
|
1064
1064
|
}
|
|
1065
1065
|
}
|
|
1066
|
-
|
|
1067
|
-
super.
|
|
1068
|
-
this.
|
|
1069
|
-
this.
|
|
1070
|
-
if (this.
|
|
1071
|
-
this.alp();
|
|
1072
|
-
}
|
|
1073
|
-
this.ali(this.volumeXAxis);
|
|
1074
|
-
this.ali(this.indicatorXAxis);
|
|
1075
|
-
this.al3();
|
|
1076
|
-
this.al5();
|
|
1077
|
-
if (this.aed != 0) {
|
|
1066
|
+
ti() {
|
|
1067
|
+
super.ti();
|
|
1068
|
+
this.alj(this.xAxis);
|
|
1069
|
+
this.al7(false);
|
|
1070
|
+
if (this.ad7 != 0 && this.volumeChart != null) {
|
|
1078
1071
|
this.alq();
|
|
1079
|
-
|
|
1072
|
+
}
|
|
1073
|
+
this.alj(this.volumeXAxis);
|
|
1074
|
+
this.alj(this.indicatorXAxis);
|
|
1075
|
+
this.al4();
|
|
1076
|
+
this.al6();
|
|
1077
|
+
if (this.aee != 0) {
|
|
1078
|
+
this.alr();
|
|
1079
|
+
this.alj(this.zoomSliderXAxis);
|
|
1080
1080
|
}
|
|
1081
1081
|
}
|
|
1082
|
-
|
|
1083
|
-
super.
|
|
1082
|
+
abg(a, b) {
|
|
1083
|
+
super.abg(a, b);
|
|
1084
1084
|
a(this.volumeXAxis);
|
|
1085
|
-
if (this.
|
|
1086
|
-
for (let c of fromEnum(this.
|
|
1085
|
+
if (this.agg != null) {
|
|
1086
|
+
for (let c of fromEnum(this.agg)) {
|
|
1087
1087
|
a(c);
|
|
1088
1088
|
}
|
|
1089
1089
|
}
|
|
@@ -1098,47 +1098,47 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1098
1098
|
a(this.zoomSliderXAxis);
|
|
1099
1099
|
}
|
|
1100
1100
|
}
|
|
1101
|
-
|
|
1102
|
-
super.
|
|
1101
|
+
abl(a, b) {
|
|
1102
|
+
super.abl(a, b);
|
|
1103
1103
|
if (b) {
|
|
1104
1104
|
a(this.volumeAxis);
|
|
1105
|
-
if (this.
|
|
1106
|
-
for (let c of fromEnum(this.
|
|
1105
|
+
if (this.age != null) {
|
|
1106
|
+
for (let c of fromEnum(this.age)) {
|
|
1107
1107
|
a(c);
|
|
1108
1108
|
}
|
|
1109
1109
|
}
|
|
1110
1110
|
a(this.zoomSliderAxis);
|
|
1111
1111
|
}
|
|
1112
1112
|
}
|
|
1113
|
-
|
|
1113
|
+
aln(a) {
|
|
1114
1114
|
let b = typeCast(IZoomableCategoryAxis_$type, this.xAxis);
|
|
1115
1115
|
if (b != null) {
|
|
1116
1116
|
a(b);
|
|
1117
1117
|
}
|
|
1118
1118
|
}
|
|
1119
|
-
|
|
1120
|
-
super.
|
|
1121
|
-
this.
|
|
1122
|
-
this.
|
|
1123
|
-
this.
|
|
1119
|
+
abj(a) {
|
|
1120
|
+
super.abj(a);
|
|
1121
|
+
this.aba(this.volumeXAxis, a);
|
|
1122
|
+
this.aba(this.indicatorXAxis, a);
|
|
1123
|
+
this.aba(this.zoomSliderXAxis, a);
|
|
1124
1124
|
}
|
|
1125
|
-
|
|
1126
|
-
super.
|
|
1125
|
+
abo(a) {
|
|
1126
|
+
super.abo(a);
|
|
1127
|
+
this.aba(this.volumeAxis, a);
|
|
1128
|
+
this.aba(this.indicatorAxis, a);
|
|
1129
|
+
this.aba(this.zoomSliderAxis, a);
|
|
1130
|
+
}
|
|
1131
|
+
abm(a) {
|
|
1132
|
+
super.abm(a);
|
|
1127
1133
|
this.aa9(this.volumeAxis, a);
|
|
1128
1134
|
this.aa9(this.indicatorAxis, a);
|
|
1129
1135
|
this.aa9(this.zoomSliderAxis, a);
|
|
1130
1136
|
}
|
|
1131
|
-
|
|
1132
|
-
super.
|
|
1133
|
-
this.
|
|
1134
|
-
this.
|
|
1135
|
-
this.
|
|
1136
|
-
}
|
|
1137
|
-
abg(a) {
|
|
1138
|
-
super.abg(a);
|
|
1139
|
-
this.aa8(this.volumeXAxis, a);
|
|
1140
|
-
this.aa8(this.indicatorXAxis, a);
|
|
1141
|
-
this.aa8(this.zoomSliderXAxis, a);
|
|
1137
|
+
abh(a) {
|
|
1138
|
+
super.abh(a);
|
|
1139
|
+
this.aa9(this.volumeXAxis, a);
|
|
1140
|
+
this.aa9(this.indicatorXAxis, a);
|
|
1141
|
+
this.aa9(this.zoomSliderXAxis, a);
|
|
1142
1142
|
}
|
|
1143
1143
|
r5(a) {
|
|
1144
1144
|
super.r5(a);
|
|
@@ -1146,7 +1146,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1146
1146
|
return;
|
|
1147
1147
|
}
|
|
1148
1148
|
if (a == this.zoomSliderChart) {
|
|
1149
|
-
a.
|
|
1149
|
+
a.uu = a.ux = false;
|
|
1150
1150
|
a.legend = null;
|
|
1151
1151
|
if (this.dataChart != null) {
|
|
1152
1152
|
a.ag = this.dataChart.ag;
|
|
@@ -1156,7 +1156,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1156
1156
|
else {
|
|
1157
1157
|
SyncManager.d(a, ((() => {
|
|
1158
1158
|
let $ret = new SyncSettings();
|
|
1159
|
-
$ret.syncChannel = this.
|
|
1159
|
+
$ret.syncChannel = this.ajn();
|
|
1160
1160
|
$ret.synchronizeHorizontally = true;
|
|
1161
1161
|
$ret.synchronizeVertically = false;
|
|
1162
1162
|
return $ret;
|
|
@@ -1165,41 +1165,41 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1165
1165
|
}
|
|
1166
1166
|
a.ci = 2;
|
|
1167
1167
|
}
|
|
1168
|
-
|
|
1169
|
-
if (this.
|
|
1170
|
-
FinancialChart.
|
|
1171
|
-
this.
|
|
1168
|
+
ajn() {
|
|
1169
|
+
if (this.aik == null) {
|
|
1170
|
+
FinancialChart.ah4++;
|
|
1171
|
+
this.aik = FinancialChart.ah4.toString();
|
|
1172
1172
|
}
|
|
1173
|
-
return this.
|
|
1173
|
+
return this.aik;
|
|
1174
1174
|
}
|
|
1175
|
-
|
|
1176
|
-
this.
|
|
1177
|
-
this.
|
|
1175
|
+
ak5(a, b) {
|
|
1176
|
+
this.akr();
|
|
1177
|
+
this.all();
|
|
1178
1178
|
}
|
|
1179
|
-
|
|
1180
|
-
if (this.yAxis.
|
|
1179
|
+
akr() {
|
|
1180
|
+
if (this.yAxis.b8()) {
|
|
1181
1181
|
return;
|
|
1182
1182
|
}
|
|
1183
|
-
let a = this.yAxis.
|
|
1184
|
-
if (this.
|
|
1185
|
-
a = Math.max(a, this.volumeAxis.
|
|
1183
|
+
let a = this.yAxis.aw.bd;
|
|
1184
|
+
if (this.ad7 != 0) {
|
|
1185
|
+
a = Math.max(a, this.volumeAxis.aw.bd);
|
|
1186
1186
|
}
|
|
1187
|
-
for (let b of fromEnum(this.
|
|
1188
|
-
a = Math.max(a, b.
|
|
1187
|
+
for (let b of fromEnum(this.age)) {
|
|
1188
|
+
a = Math.max(a, b.aw.bd);
|
|
1189
1189
|
}
|
|
1190
|
-
this.
|
|
1190
|
+
this.aks(a);
|
|
1191
1191
|
}
|
|
1192
|
-
|
|
1193
|
-
if (this.yAxis.
|
|
1192
|
+
aks(a) {
|
|
1193
|
+
if (this.yAxis.b8()) {
|
|
1194
1194
|
return;
|
|
1195
1195
|
}
|
|
1196
|
-
this.yAxis.
|
|
1197
|
-
for (let b of fromEnum(this.
|
|
1198
|
-
b.
|
|
1196
|
+
this.yAxis.es = this.volumeAxis.es = a;
|
|
1197
|
+
for (let b of fromEnum(this.age)) {
|
|
1198
|
+
b.es = a;
|
|
1199
1199
|
}
|
|
1200
|
-
this.zoomSliderAxis.
|
|
1200
|
+
this.zoomSliderAxis.es = this.yAxis.es;
|
|
1201
1201
|
}
|
|
1202
|
-
|
|
1202
|
+
akx(a) {
|
|
1203
1203
|
if (this.indicatorCharts == null) {
|
|
1204
1204
|
return;
|
|
1205
1205
|
}
|
|
@@ -1207,14 +1207,14 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1207
1207
|
let c = this.indicatorCharts._inner[b];
|
|
1208
1208
|
for (let d = 0; d < c.series.count; d++) {
|
|
1209
1209
|
let e = c.series._inner[d];
|
|
1210
|
-
if (!(this.
|
|
1210
|
+
if (!(this.afv(e))) {
|
|
1211
1211
|
continue;
|
|
1212
1212
|
}
|
|
1213
1213
|
a(c.series._inner[d], b);
|
|
1214
1214
|
}
|
|
1215
1215
|
}
|
|
1216
1216
|
}
|
|
1217
|
-
|
|
1217
|
+
ak0(a) {
|
|
1218
1218
|
if (this.volumeChart == null) {
|
|
1219
1219
|
return;
|
|
1220
1220
|
}
|
|
@@ -1226,35 +1226,35 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1226
1226
|
a(this.volumeChart.series._inner[b], b);
|
|
1227
1227
|
}
|
|
1228
1228
|
}
|
|
1229
|
-
|
|
1229
|
+
aky(a) {
|
|
1230
1230
|
if (this.dataChart == null) {
|
|
1231
1231
|
return;
|
|
1232
1232
|
}
|
|
1233
1233
|
for (let b = 0; b < this.dataChart.series.count; b++) {
|
|
1234
1234
|
let c = this.dataChart.series._inner[b];
|
|
1235
|
-
if (!this.
|
|
1235
|
+
if (!this.afx(c)) {
|
|
1236
1236
|
continue;
|
|
1237
1237
|
}
|
|
1238
1238
|
a(c, b);
|
|
1239
1239
|
}
|
|
1240
1240
|
}
|
|
1241
|
-
|
|
1241
|
+
akz(a, b) {
|
|
1242
1242
|
if (this.dataChart == null) {
|
|
1243
1243
|
return;
|
|
1244
1244
|
}
|
|
1245
1245
|
for (let c = 0; c < this.dataChart.series.count; c++) {
|
|
1246
1246
|
let d = this.dataChart.series._inner[c];
|
|
1247
|
-
if (this.
|
|
1247
|
+
if (this.afx(d)) {
|
|
1248
1248
|
continue;
|
|
1249
1249
|
}
|
|
1250
|
-
let e = this.
|
|
1250
|
+
let e = this.ahy(d, c);
|
|
1251
1251
|
a(d, e);
|
|
1252
1252
|
}
|
|
1253
1253
|
if (b) {
|
|
1254
|
-
this.
|
|
1254
|
+
this.ak1(a);
|
|
1255
1255
|
}
|
|
1256
1256
|
}
|
|
1257
|
-
|
|
1257
|
+
ak1(a) {
|
|
1258
1258
|
if (this.zoomSliderChart == null) {
|
|
1259
1259
|
return;
|
|
1260
1260
|
}
|
|
@@ -1266,31 +1266,31 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1266
1266
|
a(this.zoomSliderChart.series._inner[b], b);
|
|
1267
1267
|
}
|
|
1268
1268
|
}
|
|
1269
|
-
|
|
1269
|
+
ahy(a, b) {
|
|
1270
1270
|
if (a.cc != this.dataChart) {
|
|
1271
1271
|
return b;
|
|
1272
1272
|
}
|
|
1273
1273
|
let c = this.bd == null || this.bd.dataSeries == null ? 0 : this.bd.dataSeries.count;
|
|
1274
|
-
let d = this.
|
|
1274
|
+
let d = this.aei == null ? 0 : this.aei.count;
|
|
1275
1275
|
return b - (c * d);
|
|
1276
1276
|
}
|
|
1277
1277
|
rv(a) {
|
|
1278
1278
|
super.rv(a);
|
|
1279
|
-
this.akz(a);
|
|
1280
|
-
this.akw(a);
|
|
1281
1279
|
this.ak0(a);
|
|
1280
|
+
this.akx(a);
|
|
1281
|
+
this.ak1(a);
|
|
1282
1282
|
}
|
|
1283
1283
|
get volumeChart() {
|
|
1284
|
-
return this.
|
|
1284
|
+
return this.afd;
|
|
1285
1285
|
}
|
|
1286
1286
|
set volumeChart(a) {
|
|
1287
1287
|
let b = this.volumeChart;
|
|
1288
1288
|
if (a != b) {
|
|
1289
|
-
this.
|
|
1290
|
-
this.
|
|
1289
|
+
this.afd = a;
|
|
1290
|
+
this.sw("VolumeChart", b, this.volumeChart);
|
|
1291
1291
|
}
|
|
1292
1292
|
}
|
|
1293
|
-
|
|
1293
|
+
alq() {
|
|
1294
1294
|
if (this.dataChart == null) {
|
|
1295
1295
|
return;
|
|
1296
1296
|
}
|
|
@@ -1299,35 +1299,35 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1299
1299
|
let b = -1;
|
|
1300
1300
|
for (let c = 0; c < this.dataChart.series.count; c++) {
|
|
1301
1301
|
let d = this.dataChart.series._inner[c];
|
|
1302
|
-
if (this.
|
|
1302
|
+
if (this.afx(d) || d.dd) {
|
|
1303
1303
|
continue;
|
|
1304
1304
|
}
|
|
1305
1305
|
b++;
|
|
1306
1306
|
let e;
|
|
1307
|
-
let f = this.
|
|
1308
|
-
f = this.
|
|
1307
|
+
let f = this.ad7;
|
|
1308
|
+
f = this.ad6(f);
|
|
1309
1309
|
switch (f) {
|
|
1310
1310
|
case 2:
|
|
1311
|
-
e = this.
|
|
1311
|
+
e = this.ae8();
|
|
1312
1312
|
break;
|
|
1313
1313
|
case 3:
|
|
1314
|
-
e = this.
|
|
1314
|
+
e = this.ae6();
|
|
1315
1315
|
break;
|
|
1316
1316
|
default:
|
|
1317
1317
|
case 1:
|
|
1318
|
-
e = this.
|
|
1318
|
+
e = this.ae7();
|
|
1319
1319
|
break;
|
|
1320
1320
|
}
|
|
1321
|
-
this.
|
|
1321
|
+
this.aeo.setCategoryMode(e, 1);
|
|
1322
1322
|
e.name = "volumeSeries_" + b;
|
|
1323
1323
|
e.itemsSource = d.itemsSource;
|
|
1324
|
-
this.
|
|
1325
|
-
this.
|
|
1326
|
-
this.
|
|
1324
|
+
this.aeo.setXAxis(e, this.volumeXAxis);
|
|
1325
|
+
this.aeo.setYAxis(e, this.volumeAxis);
|
|
1326
|
+
this.aeo.setValueMemberPath(e, this.bd != null && this.bd.dataSeries != null && this.bd.dataSeries.count > b ? this.bd.dataSeries._inner[b].getMemberPathFor(15) : null);
|
|
1327
1327
|
e.title = d.title + " Volume";
|
|
1328
|
-
e.o9 = ArrayExtension.getModulus$1(Brush.$, this.
|
|
1329
|
-
e.pe = ArrayExtension.getModulus$1(Brush.$, this.
|
|
1330
|
-
e.g4 = this.
|
|
1328
|
+
e.o9 = ArrayExtension.getModulus$1(Brush.$, this.adf, b);
|
|
1329
|
+
e.pe = ArrayExtension.getModulus$1(Brush.$, this.adg, b);
|
|
1330
|
+
e.g4 = this.ag9;
|
|
1331
1331
|
a.add(e);
|
|
1332
1332
|
}
|
|
1333
1333
|
let g = this.gn("volume", false);
|
|
@@ -1340,90 +1340,90 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1340
1340
|
this.sa(i, h);
|
|
1341
1341
|
}
|
|
1342
1342
|
}
|
|
1343
|
-
|
|
1344
|
-
if (!this.
|
|
1343
|
+
afu(a) {
|
|
1344
|
+
if (!this.afq) {
|
|
1345
1345
|
return false;
|
|
1346
1346
|
}
|
|
1347
|
-
return this.
|
|
1347
|
+
return this.aeo.matchesType(a);
|
|
1348
1348
|
}
|
|
1349
|
-
|
|
1350
|
-
if (!this.
|
|
1349
|
+
afy(a) {
|
|
1350
|
+
if (!this.aft) {
|
|
1351
1351
|
return false;
|
|
1352
1352
|
}
|
|
1353
|
-
return this.
|
|
1353
|
+
return this.aem.matchesType(a);
|
|
1354
1354
|
}
|
|
1355
|
-
|
|
1356
|
-
if (!this.
|
|
1355
|
+
afv(a) {
|
|
1356
|
+
if (!this.afr) {
|
|
1357
1357
|
return false;
|
|
1358
1358
|
}
|
|
1359
|
-
return this.
|
|
1359
|
+
return this.aeq.matchesType(a);
|
|
1360
1360
|
}
|
|
1361
|
-
|
|
1362
|
-
if (!this.
|
|
1361
|
+
afx(a) {
|
|
1362
|
+
if (!this.afs) {
|
|
1363
1363
|
return false;
|
|
1364
1364
|
}
|
|
1365
|
-
return this.
|
|
1365
|
+
return this.aev.matchesType(a);
|
|
1366
1366
|
}
|
|
1367
|
-
|
|
1367
|
+
alp() {
|
|
1368
1368
|
if (this.dataChart == null) {
|
|
1369
1369
|
return;
|
|
1370
1370
|
}
|
|
1371
1371
|
let a = 0;
|
|
1372
|
-
let b = this.
|
|
1372
|
+
let b = this.aeg == null ? 0 : this.aeg.count;
|
|
1373
1373
|
let c = this.customIndicatorNames == null ? 0 : this.customIndicatorNames.count;
|
|
1374
1374
|
let d = b + c;
|
|
1375
1375
|
for (let e = 0; e < d; e++) {
|
|
1376
1376
|
let f = new List$1(Series.$, 0);
|
|
1377
1377
|
let g = this.indicatorCharts._inner[e];
|
|
1378
1378
|
let h = e >= b;
|
|
1379
|
-
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.aeg._inner[e]);
|
|
1380
1380
|
let j = -1;
|
|
1381
1381
|
for (let k = 0; k < this.dataChart.series.count; k++) {
|
|
1382
1382
|
let l = this.dataChart.series._inner[k];
|
|
1383
|
-
if (this.
|
|
1383
|
+
if (this.afx(l) || l.dd) {
|
|
1384
1384
|
continue;
|
|
1385
1385
|
}
|
|
1386
1386
|
j++;
|
|
1387
1387
|
let m;
|
|
1388
1388
|
if (h) {
|
|
1389
|
-
let n = this.
|
|
1390
|
-
this.
|
|
1389
|
+
let n = this.afa("Custom");
|
|
1390
|
+
this.aeq.handleCustomIndicatorEvent(n, runOn(this, this.ak3));
|
|
1391
1391
|
m = n;
|
|
1392
1392
|
}
|
|
1393
1393
|
else {
|
|
1394
|
-
m = this.
|
|
1394
|
+
m = this.afc(this.aeg._inner[e]);
|
|
1395
1395
|
}
|
|
1396
1396
|
if (m == null) {
|
|
1397
1397
|
continue;
|
|
1398
1398
|
}
|
|
1399
1399
|
m.name = "indicator_" + a++;
|
|
1400
|
-
this.
|
|
1401
|
-
this.
|
|
1400
|
+
this.aeq.setXAxis(m, this.agg._inner[e]);
|
|
1401
|
+
this.aeq.setYAxis(m, this.age._inner[e]);
|
|
1402
1402
|
m.itemsSource = l.itemsSource;
|
|
1403
|
-
this.
|
|
1404
|
-
this.
|
|
1405
|
-
this.
|
|
1406
|
-
this.
|
|
1407
|
-
this.
|
|
1403
|
+
this.aeq.setOpenMemberPath(m, this.bd.dataSeries._inner[j].getMemberPathFor(11));
|
|
1404
|
+
this.aeq.setHighMemberPath(m, this.bd.dataSeries._inner[j].getMemberPathFor(12));
|
|
1405
|
+
this.aeq.setLowMemberPath(m, this.bd.dataSeries._inner[j].getMemberPathFor(13));
|
|
1406
|
+
this.aeq.setCloseMemberPath(m, this.bd.dataSeries._inner[j].getMemberPathFor(14));
|
|
1407
|
+
this.aeq.setVolumeMemberPath(m, this.bd.dataSeries._inner[j].getMemberPathFor(15));
|
|
1408
1408
|
m.title = l.title + " " + i;
|
|
1409
|
-
m.o9 = ArrayExtension.getModulus$1(Brush.$, this.
|
|
1410
|
-
m.g4 = this.
|
|
1411
|
-
if (this.
|
|
1412
|
-
this.
|
|
1413
|
-
this.
|
|
1409
|
+
m.o9 = ArrayExtension.getModulus$1(Brush.$, this.ac9, e);
|
|
1410
|
+
m.g4 = this.ag5;
|
|
1411
|
+
if (this.afv(m)) {
|
|
1412
|
+
this.aeq.setNegativeBrush(m, ArrayExtension.getModulus$1(Brush.$, this.ada, e));
|
|
1413
|
+
this.aeq.setDisplayType(m, ArrayExtension.getModulus$1(IndicatorDisplayType_$type, this.aes, e));
|
|
1414
1414
|
}
|
|
1415
|
-
if (this.
|
|
1416
|
-
this.
|
|
1415
|
+
if (this.ah0 != -2147483648 && this.afv(m)) {
|
|
1416
|
+
this.aeq.setPeriodOverride(m, this.ah0);
|
|
1417
1417
|
}
|
|
1418
|
-
if (this.
|
|
1419
|
-
this.
|
|
1418
|
+
if (this.afv(m)) {
|
|
1419
|
+
this.aeq.setSmoothingPeriod(m, this.ah3);
|
|
1420
1420
|
}
|
|
1421
|
-
if (this.
|
|
1422
|
-
this.
|
|
1421
|
+
if (this.afv(m)) {
|
|
1422
|
+
this.aeq.setSignalPeriod(m, this.ah2);
|
|
1423
1423
|
}
|
|
1424
|
-
if (this.
|
|
1425
|
-
this.
|
|
1426
|
-
this.
|
|
1424
|
+
if (this.afv(m)) {
|
|
1425
|
+
this.aeq.setShortPeriod(m, this.ah1);
|
|
1426
|
+
this.aeq.setLongPeriod(m, this.ahz);
|
|
1427
1427
|
}
|
|
1428
1428
|
this.sa(m, e);
|
|
1429
1429
|
f.add(m);
|
|
@@ -1442,57 +1442,57 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1442
1442
|
}
|
|
1443
1443
|
}
|
|
1444
1444
|
}
|
|
1445
|
-
|
|
1445
|
+
afa(indicatorName_) {
|
|
1446
1446
|
return (this.externalObject.createIndicator(indicatorName_ + 'Indicator').i);
|
|
1447
1447
|
}
|
|
1448
|
-
|
|
1449
|
-
return this.
|
|
1448
|
+
afc(a) {
|
|
1449
|
+
return this.afa(EnumUtil.getName(FinancialIndicatorType_$type, a));
|
|
1450
1450
|
}
|
|
1451
|
-
|
|
1452
|
-
if (this.
|
|
1451
|
+
al7(a) {
|
|
1452
|
+
if (this.ad0 == null) {
|
|
1453
1453
|
return;
|
|
1454
1454
|
}
|
|
1455
1455
|
let b = this.xAxis;
|
|
1456
1456
|
if (b.actualMinimumValue > b.actualMaximumValue) {
|
|
1457
1457
|
return;
|
|
1458
1458
|
}
|
|
1459
|
-
this.
|
|
1460
|
-
this.
|
|
1459
|
+
this.ad0.as = b.actualMinimumValue;
|
|
1460
|
+
this.ad0.ar = b.actualMaximumValue;
|
|
1461
1461
|
if (a) {
|
|
1462
|
-
this.
|
|
1463
|
-
this.
|
|
1462
|
+
this.ad0.au = b.visibleMinimum;
|
|
1463
|
+
this.ad0.at = b.visibleMaximum;
|
|
1464
1464
|
}
|
|
1465
|
-
this.
|
|
1465
|
+
this.ad0.bn();
|
|
1466
1466
|
}
|
|
1467
1467
|
j9() {
|
|
1468
1468
|
let a = ((() => {
|
|
1469
1469
|
let $ret = new FinancialChartVisualData();
|
|
1470
1470
|
$ret.mainChart = super.j9();
|
|
1471
|
-
$ret.volumeChart = this.volumeChart == null ? null : this.volumeChart.
|
|
1472
|
-
$ret.toolbar = this.
|
|
1473
|
-
$ret.zoomChart = this.zoomSliderChart == null ? null : this.zoomSliderChart.
|
|
1471
|
+
$ret.volumeChart = this.volumeChart == null ? null : this.volumeChart.v6();
|
|
1472
|
+
$ret.toolbar = this.ad0 == null ? null : this.ad0.aj();
|
|
1473
|
+
$ret.zoomChart = this.zoomSliderChart == null ? null : this.zoomSliderChart.v6();
|
|
1474
1474
|
return $ret;
|
|
1475
1475
|
})());
|
|
1476
1476
|
if (this.indicatorCharts != null) {
|
|
1477
1477
|
a.indicatorCharts = new List$1(Base.$, 0);
|
|
1478
1478
|
for (let b of fromEnum(this.indicatorCharts)) {
|
|
1479
|
-
a.indicatorCharts.add1(b.
|
|
1479
|
+
a.indicatorCharts.add1(b.v6());
|
|
1480
1480
|
}
|
|
1481
1481
|
}
|
|
1482
1482
|
if (this.dataChart != null) {
|
|
1483
|
-
a.mainChartLeft = this.
|
|
1484
|
-
a.mainChartTop = this.
|
|
1483
|
+
a.mainChartLeft = this.amg(this.dataChart).x;
|
|
1484
|
+
a.mainChartTop = this.amg(this.dataChart).y;
|
|
1485
1485
|
}
|
|
1486
1486
|
if (this.volumeChart != null) {
|
|
1487
|
-
a.volumeChartLeft = this.
|
|
1488
|
-
a.volumeChartTop = this.
|
|
1487
|
+
a.volumeChartLeft = this.amg(this.volumeChart).x;
|
|
1488
|
+
a.volumeChartTop = this.amg(this.volumeChart).y;
|
|
1489
1489
|
}
|
|
1490
1490
|
if (this.zoomSliderChart != null) {
|
|
1491
|
-
a.zoomChartLeft = this.
|
|
1492
|
-
a.zoomChartTop = this.
|
|
1491
|
+
a.zoomChartLeft = this.amg(this.zoomSliderChart).x;
|
|
1492
|
+
a.zoomChartTop = this.amg(this.zoomSliderChart).y;
|
|
1493
1493
|
}
|
|
1494
|
-
if (this.
|
|
1495
|
-
let c = this.
|
|
1494
|
+
if (this.ad0 != null) {
|
|
1495
|
+
let c = this.amh(this.ad0);
|
|
1496
1496
|
a.toolbarLeft = c.left;
|
|
1497
1497
|
a.toolbarTop = c.top;
|
|
1498
1498
|
a.toolbarWidth = c.width;
|
|
@@ -1502,81 +1502,81 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1502
1502
|
a.indicatorChartLefts = new List$1(Number_$type, 0);
|
|
1503
1503
|
a.indicatorChartTops = new List$1(Number_$type, 0);
|
|
1504
1504
|
for (let d of fromEnum(this.indicatorCharts)) {
|
|
1505
|
-
a.indicatorChartLefts.add(this.
|
|
1506
|
-
a.indicatorChartTops.add(this.
|
|
1505
|
+
a.indicatorChartLefts.add(this.amg(d).x);
|
|
1506
|
+
a.indicatorChartTops.add(this.amg(d).y);
|
|
1507
1507
|
}
|
|
1508
1508
|
}
|
|
1509
|
-
let e = this.
|
|
1509
|
+
let e = this.amj();
|
|
1510
1510
|
a.legendLeft = e.left;
|
|
1511
1511
|
a.legendTop = e.top;
|
|
1512
1512
|
a.legendWidth = e.width;
|
|
1513
1513
|
a.legendHeight = e.height;
|
|
1514
|
-
a.legend = this.
|
|
1514
|
+
a.legend = this.aek == null ? null : this.aek.exportVisualData();
|
|
1515
1515
|
return a;
|
|
1516
1516
|
}
|
|
1517
|
-
|
|
1517
|
+
aip() {
|
|
1518
1518
|
let a = this.j9();
|
|
1519
1519
|
a.scaleByViewport();
|
|
1520
1520
|
return a.serialize();
|
|
1521
1521
|
}
|
|
1522
|
-
|
|
1522
|
+
afb(overlayName_) {
|
|
1523
1523
|
return (this.externalObject.createOverlay(overlayName_ + 'Overlay').i);
|
|
1524
1524
|
}
|
|
1525
|
-
|
|
1525
|
+
al6() {
|
|
1526
1526
|
if (this.dataChart == null) {
|
|
1527
1527
|
return;
|
|
1528
1528
|
}
|
|
1529
1529
|
let a = new List$1(Series.$, 0);
|
|
1530
1530
|
for (let b of fromEnum(this.dataChart.series)) {
|
|
1531
|
-
if (this.
|
|
1531
|
+
if (this.afx(b)) {
|
|
1532
1532
|
a.add(b);
|
|
1533
1533
|
}
|
|
1534
1534
|
}
|
|
1535
1535
|
for (let c of fromEnum(a)) {
|
|
1536
1536
|
this.dataChart.series.remove(c);
|
|
1537
1537
|
}
|
|
1538
|
-
if (this.
|
|
1538
|
+
if (this.aei == null) {
|
|
1539
1539
|
return;
|
|
1540
1540
|
}
|
|
1541
1541
|
let d = new List$1(Series.$, 0);
|
|
1542
1542
|
let e = -1;
|
|
1543
1543
|
for (let f = 0; f < this.dataChart.series.count; f++) {
|
|
1544
1544
|
let g = this.dataChart.series._inner[f];
|
|
1545
|
-
if (this.
|
|
1545
|
+
if (this.afx(g) || g.dd) {
|
|
1546
1546
|
continue;
|
|
1547
1547
|
}
|
|
1548
1548
|
e++;
|
|
1549
|
-
for (let h = 0; h < this.
|
|
1550
|
-
let i = this.
|
|
1549
|
+
for (let h = 0; h < this.aei.count; h++) {
|
|
1550
|
+
let i = this.aei._inner[h];
|
|
1551
1551
|
let j;
|
|
1552
1552
|
switch (i) {
|
|
1553
1553
|
case 1:
|
|
1554
|
-
j = this.
|
|
1554
|
+
j = this.afb(EnumUtil.getName(FinancialOverlayType_$type, i));
|
|
1555
1555
|
break;
|
|
1556
1556
|
default:
|
|
1557
1557
|
case 0:
|
|
1558
|
-
j = this.
|
|
1558
|
+
j = this.afb(EnumUtil.getName(FinancialOverlayType_$type, i));
|
|
1559
1559
|
break;
|
|
1560
1560
|
}
|
|
1561
1561
|
j.name = g.name + "_" + EnumUtil.getName(FinancialOverlayType_$type, i);
|
|
1562
|
-
this.
|
|
1563
|
-
this.
|
|
1562
|
+
this.aev.setXAxis(j, this.xAxis);
|
|
1563
|
+
this.aev.setYAxis(j, this.yAxis);
|
|
1564
1564
|
j.itemsSource = g.itemsSource;
|
|
1565
|
-
let k = e * this.
|
|
1566
|
-
j.o9 = ArrayExtension.getModulus$1(Brush.$, this.
|
|
1567
|
-
j.pe = ArrayExtension.getModulus$1(Brush.$, this.
|
|
1568
|
-
j.g4 = this.
|
|
1565
|
+
let k = e * this.aei.count + h;
|
|
1566
|
+
j.o9 = ArrayExtension.getModulus$1(Brush.$, this.add, k);
|
|
1567
|
+
j.pe = ArrayExtension.getModulus$1(Brush.$, this.ade, k);
|
|
1568
|
+
j.g4 = this.ag7;
|
|
1569
1569
|
j.title = g.title + " " + EnumUtil.getName(FinancialOverlayType_$type, i);
|
|
1570
1570
|
let l = g;
|
|
1571
1571
|
if (l == null) {
|
|
1572
1572
|
continue;
|
|
1573
1573
|
}
|
|
1574
1574
|
let m = this.bd.dataSeries._inner[e];
|
|
1575
|
-
this.
|
|
1576
|
-
this.
|
|
1577
|
-
this.
|
|
1578
|
-
this.
|
|
1579
|
-
this.
|
|
1575
|
+
this.aev.setOpenMemberPath(j, m.getMemberPathFor(11));
|
|
1576
|
+
this.aev.setHighMemberPath(j, m.getMemberPathFor(12));
|
|
1577
|
+
this.aev.setLowMemberPath(j, m.getMemberPathFor(13));
|
|
1578
|
+
this.aev.setCloseMemberPath(j, m.getMemberPathFor(14));
|
|
1579
|
+
this.aev.setVolumeMemberPath(j, m.getMemberPathFor(15));
|
|
1580
1580
|
d.add(j);
|
|
1581
1581
|
}
|
|
1582
1582
|
}
|
|
@@ -1595,50 +1595,50 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1595
1595
|
this.sa(q, p);
|
|
1596
1596
|
}
|
|
1597
1597
|
}
|
|
1598
|
-
|
|
1599
|
-
if (this.
|
|
1598
|
+
al4() {
|
|
1599
|
+
if (this.af3) {
|
|
1600
1600
|
return;
|
|
1601
1601
|
}
|
|
1602
|
-
this.
|
|
1602
|
+
this.af3 = true;
|
|
1603
1603
|
if (this.indicatorCharts != null) {
|
|
1604
1604
|
let a = this.indicatorCharts;
|
|
1605
1605
|
this.indicatorCharts = null;
|
|
1606
1606
|
for (let b of fromEnum(a)) {
|
|
1607
|
-
this.
|
|
1607
|
+
this.alk(b);
|
|
1608
1608
|
}
|
|
1609
1609
|
}
|
|
1610
|
-
if ((this.
|
|
1610
|
+
if ((this.aeg == null || this.aeg.count == 0) && (this.customIndicatorNames == null || this.customIndicatorNames.count == 0)) {
|
|
1611
1611
|
this.indicatorCharts = null;
|
|
1612
|
-
if (this.
|
|
1613
|
-
this.
|
|
1612
|
+
if (this.age != null) {
|
|
1613
|
+
this.age.clear();
|
|
1614
1614
|
}
|
|
1615
|
-
if (this.
|
|
1616
|
-
this.
|
|
1615
|
+
if (this.agg != null) {
|
|
1616
|
+
this.agg.clear();
|
|
1617
1617
|
}
|
|
1618
|
-
this.
|
|
1619
|
-
this.
|
|
1620
|
-
this.
|
|
1618
|
+
this.alv();
|
|
1619
|
+
this.al5();
|
|
1620
|
+
this.af3 = false;
|
|
1621
1621
|
return;
|
|
1622
1622
|
}
|
|
1623
1623
|
if (this.indicatorCharts == null) {
|
|
1624
1624
|
this.indicatorCharts = new List$1(XamDataChart.$, 0);
|
|
1625
1625
|
}
|
|
1626
1626
|
this.indicatorCharts.clear();
|
|
1627
|
-
this.
|
|
1628
|
-
this.
|
|
1629
|
-
let c = this.
|
|
1627
|
+
this.age.clear();
|
|
1628
|
+
this.agg.clear();
|
|
1629
|
+
let c = this.aeg == null ? 0 : this.aeg.count;
|
|
1630
1630
|
let d = this.customIndicatorNames == null ? 0 : this.customIndicatorNames.count;
|
|
1631
1631
|
let e = c + d;
|
|
1632
1632
|
for (let f = 0; f < e; f++) {
|
|
1633
1633
|
let g = new XamDataChart();
|
|
1634
1634
|
this.indicatorCharts.add(g);
|
|
1635
|
-
this.
|
|
1635
|
+
this.ali(g);
|
|
1636
1636
|
let h = f >= c;
|
|
1637
1637
|
if (h) {
|
|
1638
|
-
g.
|
|
1638
|
+
g.kk = this.customIndicatorNames._inner[f - c];
|
|
1639
1639
|
}
|
|
1640
1640
|
else {
|
|
1641
|
-
g.
|
|
1641
|
+
g.kk = this.air(this.aeg._inner[f]);
|
|
1642
1642
|
}
|
|
1643
1643
|
if (this.indicatorAxis != null) {
|
|
1644
1644
|
let i;
|
|
@@ -1649,74 +1649,74 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1649
1649
|
}
|
|
1650
1650
|
else {
|
|
1651
1651
|
i = new NumericYAxis();
|
|
1652
|
-
if (!this.indicatorXAxis.
|
|
1653
|
-
j = this.
|
|
1652
|
+
if (!this.indicatorXAxis.ce) {
|
|
1653
|
+
j = this.adm(0);
|
|
1654
1654
|
}
|
|
1655
1655
|
else {
|
|
1656
|
-
j = this.
|
|
1656
|
+
j = this.adm(1);
|
|
1657
1657
|
}
|
|
1658
1658
|
}
|
|
1659
1659
|
j.name = "indicatorXAxis_" + f;
|
|
1660
1660
|
i.name = "indicatorAxis_" + f;
|
|
1661
1661
|
g.axes.add(i);
|
|
1662
1662
|
g.axes.add(j);
|
|
1663
|
-
this.
|
|
1664
|
-
this.
|
|
1663
|
+
this.age.add(i);
|
|
1664
|
+
this.agg.add(j);
|
|
1665
1665
|
if (this.fi) {
|
|
1666
|
-
this.
|
|
1666
|
+
this.abd(i);
|
|
1667
1667
|
}
|
|
1668
1668
|
if (this.fi) {
|
|
1669
|
-
this.
|
|
1669
|
+
this.abb(j);
|
|
1670
1670
|
}
|
|
1671
1671
|
}
|
|
1672
1672
|
}
|
|
1673
|
-
this.
|
|
1674
|
-
this.
|
|
1675
|
-
if (this.
|
|
1676
|
-
this.
|
|
1673
|
+
this.alp();
|
|
1674
|
+
this.alv();
|
|
1675
|
+
if (this.ad0 != null) {
|
|
1676
|
+
this.ad0.ae = this.aeg;
|
|
1677
1677
|
}
|
|
1678
|
-
this.
|
|
1679
|
-
this.
|
|
1680
|
-
this.
|
|
1678
|
+
this.akt();
|
|
1679
|
+
this.al5();
|
|
1680
|
+
this.af3 = false;
|
|
1681
1681
|
}
|
|
1682
1682
|
r2() {
|
|
1683
1683
|
super.r2();
|
|
1684
|
-
this.
|
|
1685
|
-
this.
|
|
1686
|
-
if (this.
|
|
1687
|
-
for (let a of fromEnum(this.
|
|
1688
|
-
this.
|
|
1684
|
+
this.abb(this.xAxis);
|
|
1685
|
+
this.abb(this.volumeXAxis);
|
|
1686
|
+
if (this.agg != null) {
|
|
1687
|
+
for (let a of fromEnum(this.agg)) {
|
|
1688
|
+
this.abb(a);
|
|
1689
1689
|
}
|
|
1690
1690
|
}
|
|
1691
|
-
this.
|
|
1692
|
-
this.
|
|
1693
|
-
if (this.
|
|
1694
|
-
for (let b of fromEnum(this.
|
|
1695
|
-
this.
|
|
1691
|
+
this.abd(this.yAxis);
|
|
1692
|
+
this.abd(this.volumeAxis);
|
|
1693
|
+
if (this.age != null) {
|
|
1694
|
+
for (let b of fromEnum(this.age)) {
|
|
1695
|
+
this.abd(b);
|
|
1696
1696
|
}
|
|
1697
1697
|
}
|
|
1698
|
-
this.
|
|
1699
|
-
this.
|
|
1698
|
+
this.abb(this.zoomSliderXAxis);
|
|
1699
|
+
this.abd(this.zoomSliderAxis);
|
|
1700
1700
|
}
|
|
1701
1701
|
get_f8() {
|
|
1702
|
-
return !this.
|
|
1702
|
+
return !this.af1;
|
|
1703
1703
|
}
|
|
1704
|
-
get
|
|
1704
|
+
get af9() {
|
|
1705
1705
|
return (this.externalObject._dynamicContent);
|
|
1706
1706
|
}
|
|
1707
|
-
|
|
1708
|
-
this.
|
|
1709
|
-
this.
|
|
1707
|
+
amc(a, b) {
|
|
1708
|
+
this.aly(a, b);
|
|
1709
|
+
this.akt();
|
|
1710
1710
|
if (this.zoomSliderChart != null) {
|
|
1711
1711
|
this.zoomSliderChart.axes.add(this.zoomSliderAxis);
|
|
1712
1712
|
this.zoomSliderChart.axes.add(this.zoomSliderXAxis);
|
|
1713
1713
|
}
|
|
1714
|
-
this.
|
|
1714
|
+
this.alr();
|
|
1715
1715
|
this.zoomSliderXAxis.itemsSource = this.xAxis.itemsSource;
|
|
1716
|
-
this.
|
|
1717
|
-
this.
|
|
1716
|
+
this.alw();
|
|
1717
|
+
this.amd(a, b);
|
|
1718
1718
|
}
|
|
1719
|
-
|
|
1719
|
+
alr() {
|
|
1720
1720
|
if (this.dataChart == null || this.zoomSliderChart == null) {
|
|
1721
1721
|
return;
|
|
1722
1722
|
}
|
|
@@ -1724,15 +1724,15 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1724
1724
|
let a = new List$1(Series.$, 0);
|
|
1725
1725
|
for (let b = 0; b < this.dataChart.series.count; b++) {
|
|
1726
1726
|
let c = this.dataChart.series._inner[b];
|
|
1727
|
-
if (this.
|
|
1727
|
+
if (this.afx(c) || c.dd) {
|
|
1728
1728
|
continue;
|
|
1729
1729
|
}
|
|
1730
1730
|
let d;
|
|
1731
|
-
let e = this.
|
|
1732
|
-
e = this.
|
|
1733
|
-
let f = this.
|
|
1731
|
+
let e = this.aee;
|
|
1732
|
+
e = this.aed(e);
|
|
1733
|
+
let f = this.ahy(c, b);
|
|
1734
1734
|
if (e == 1) {
|
|
1735
|
-
switch (this.
|
|
1735
|
+
switch (this.ad4(this.bd != null && this.bd.dataSeries != null && this.bd.dataSeries.count > f ? this.bd.dataSeries._inner[f] : null)) {
|
|
1736
1736
|
case 1:
|
|
1737
1737
|
e = 2;
|
|
1738
1738
|
break;
|
|
@@ -1749,41 +1749,41 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1749
1749
|
}
|
|
1750
1750
|
switch (e) {
|
|
1751
1751
|
case 2:
|
|
1752
|
-
d = this.
|
|
1753
|
-
this.
|
|
1752
|
+
d = this.ae9();
|
|
1753
|
+
this.aem.setDisplayType(d, 1);
|
|
1754
1754
|
break;
|
|
1755
1755
|
case 3:
|
|
1756
|
-
d = this.
|
|
1757
|
-
this.
|
|
1756
|
+
d = this.ae9();
|
|
1757
|
+
this.aem.setDisplayType(d, 0);
|
|
1758
1758
|
break;
|
|
1759
1759
|
case 5:
|
|
1760
|
-
d = this.
|
|
1760
|
+
d = this.ae8();
|
|
1761
1761
|
break;
|
|
1762
1762
|
case 6:
|
|
1763
|
-
d = this.
|
|
1763
|
+
d = this.ae6();
|
|
1764
1764
|
break;
|
|
1765
1765
|
default:
|
|
1766
1766
|
case 4:
|
|
1767
|
-
d = this.
|
|
1767
|
+
d = this.ae7();
|
|
1768
1768
|
break;
|
|
1769
1769
|
}
|
|
1770
1770
|
let g = this.bd != null && this.bd.dataSeries != null && this.bd.dataSeries.count > f ? this.bd.dataSeries._inner[f] : null;
|
|
1771
1771
|
if (d.dj && !d.ds) {
|
|
1772
|
-
this.
|
|
1773
|
-
this.
|
|
1774
|
-
this.
|
|
1775
|
-
this.
|
|
1772
|
+
this.aeo.setCategoryMode(d, 1);
|
|
1773
|
+
this.aeo.setXAxis(d, this.zoomSliderXAxis);
|
|
1774
|
+
this.aeo.setYAxis(d, this.zoomSliderAxis);
|
|
1775
|
+
this.aeo.setValueMemberPath(d, g == null ? null : this.ais(g));
|
|
1776
1776
|
}
|
|
1777
1777
|
else if (d.ds) {
|
|
1778
|
-
this.
|
|
1779
|
-
this.
|
|
1780
|
-
this.
|
|
1778
|
+
this.aem.setCategoryMode(d, 1);
|
|
1779
|
+
this.aem.setXAxis(d, this.zoomSliderXAxis);
|
|
1780
|
+
this.aem.setYAxis(d, this.zoomSliderAxis);
|
|
1781
1781
|
if (g != null) {
|
|
1782
|
-
this.
|
|
1783
|
-
this.
|
|
1784
|
-
this.
|
|
1785
|
-
this.
|
|
1786
|
-
this.
|
|
1782
|
+
this.aem.setOpenMemberPath(d, g.getMemberPathFor(11));
|
|
1783
|
+
this.aem.setHighMemberPath(d, g.getMemberPathFor(12));
|
|
1784
|
+
this.aem.setLowMemberPath(d, g.getMemberPathFor(13));
|
|
1785
|
+
this.aem.setCloseMemberPath(d, g.getMemberPathFor(14));
|
|
1786
|
+
this.aem.setVolumeMemberPath(d, g.getMemberPathFor(15));
|
|
1787
1787
|
}
|
|
1788
1788
|
}
|
|
1789
1789
|
d.name = "zoomSliderSeries_" + f;
|
|
@@ -1798,8 +1798,8 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1798
1798
|
this.sa(i, h);
|
|
1799
1799
|
}
|
|
1800
1800
|
}
|
|
1801
|
-
|
|
1802
|
-
super.
|
|
1801
|
+
sq(a, b, c) {
|
|
1802
|
+
super.sq(a, b, c);
|
|
1803
1803
|
if (a == null || !b) {
|
|
1804
1804
|
return;
|
|
1805
1805
|
}
|
|
@@ -1823,19 +1823,19 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1823
1823
|
a(this.zoomSliderChart);
|
|
1824
1824
|
}
|
|
1825
1825
|
}
|
|
1826
|
-
|
|
1826
|
+
ak3(a, b) {
|
|
1827
1827
|
let c = b;
|
|
1828
1828
|
let d = a;
|
|
1829
1829
|
let e = -1;
|
|
1830
1830
|
if (this.indicatorCharts != null) {
|
|
1831
1831
|
e = this.indicatorCharts.indexOf(d.cc);
|
|
1832
1832
|
}
|
|
1833
|
-
e -= this.
|
|
1833
|
+
e -= this.aeg == null ? 0 : this.aeg.count;
|
|
1834
1834
|
if (this.applyCustomIndicators != null) {
|
|
1835
1835
|
this.applyCustomIndicators(this, new FinancialChartCustomIndicatorArgs(c, d, e));
|
|
1836
1836
|
}
|
|
1837
1837
|
}
|
|
1838
|
-
|
|
1838
|
+
al0(a, b, c) {
|
|
1839
1839
|
if (a != null) {
|
|
1840
1840
|
if (b != null) {
|
|
1841
1841
|
a.axes.remove(b);
|
|
@@ -1843,16 +1843,16 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1843
1843
|
a.axes.add(c);
|
|
1844
1844
|
}
|
|
1845
1845
|
if (this.fi) {
|
|
1846
|
-
this.
|
|
1846
|
+
this.abb(c);
|
|
1847
1847
|
}
|
|
1848
1848
|
}
|
|
1849
|
-
get
|
|
1849
|
+
get af8() {
|
|
1850
1850
|
return TypeRegistrar.isRegistered("IgxZoomSliderComponent");
|
|
1851
1851
|
}
|
|
1852
|
-
|
|
1853
|
-
this.
|
|
1852
|
+
ak4(a, b) {
|
|
1853
|
+
this.al4();
|
|
1854
1854
|
}
|
|
1855
|
-
|
|
1855
|
+
afz(a, b) {
|
|
1856
1856
|
if (b <= (0)) {
|
|
1857
1857
|
return false;
|
|
1858
1858
|
}
|
|
@@ -1866,61 +1866,61 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1866
1866
|
}
|
|
1867
1867
|
return false;
|
|
1868
1868
|
}
|
|
1869
|
-
|
|
1870
|
-
let a = this.
|
|
1869
|
+
alu() {
|
|
1870
|
+
let a = this.ady != null ? this.ady : new FinancialChartRangeSelectorOptionCollection(1, [5, 4, 3, 2, 1, 0]);
|
|
1871
1871
|
let b = new FinancialChartRangeSelectorOptionCollection(0);
|
|
1872
1872
|
let c = this.xAxis;
|
|
1873
1873
|
let d = +(c.actualMaximumValue) - +(c.actualMinimumValue);
|
|
1874
1874
|
for (let e of fromEnum(a)) {
|
|
1875
|
-
if (this.
|
|
1875
|
+
if (this.afz(e, d)) {
|
|
1876
1876
|
b.add(e);
|
|
1877
1877
|
}
|
|
1878
1878
|
}
|
|
1879
|
-
this.
|
|
1880
|
-
if (this.
|
|
1881
|
-
this.
|
|
1879
|
+
this.adx = b;
|
|
1880
|
+
if (this.ad0 != null) {
|
|
1881
|
+
this.ad0.u = this.adx;
|
|
1882
1882
|
}
|
|
1883
1883
|
}
|
|
1884
|
-
|
|
1885
|
-
this.
|
|
1886
|
-
}
|
|
1887
|
-
alc(a, b) {
|
|
1888
|
-
this.aeh = this.adz.ag;
|
|
1884
|
+
ak8(a, b) {
|
|
1885
|
+
this.alu();
|
|
1889
1886
|
}
|
|
1890
|
-
|
|
1891
|
-
this.
|
|
1887
|
+
ald(a, b) {
|
|
1888
|
+
this.aei = this.ad0.ag;
|
|
1892
1889
|
}
|
|
1893
|
-
|
|
1894
|
-
this.
|
|
1890
|
+
alc(a, b) {
|
|
1891
|
+
this.aeg = this.ad0.ae;
|
|
1895
1892
|
}
|
|
1896
1893
|
ak6(a, b) {
|
|
1897
|
-
this.
|
|
1894
|
+
this.al4();
|
|
1898
1895
|
}
|
|
1899
|
-
|
|
1896
|
+
ak7(a, b) {
|
|
1897
|
+
this.al6();
|
|
1898
|
+
}
|
|
1899
|
+
alh(a, b) {
|
|
1900
1900
|
let c = a;
|
|
1901
|
-
if (c.
|
|
1901
|
+
if (c.bg == null) {
|
|
1902
1902
|
return;
|
|
1903
1903
|
}
|
|
1904
|
-
if (this.
|
|
1905
|
-
this.
|
|
1904
|
+
if (this.af1) {
|
|
1905
|
+
this.alt(c.bg);
|
|
1906
1906
|
}
|
|
1907
1907
|
}
|
|
1908
|
-
|
|
1908
|
+
alk(a) {
|
|
1909
1909
|
SyncManager.e(a);
|
|
1910
1910
|
a.axes.clear();
|
|
1911
1911
|
a.series.clear();
|
|
1912
|
-
a.gridAreaRectChanged = delegateRemove(a.gridAreaRectChanged, runOn(this, this.
|
|
1912
|
+
a.gridAreaRectChanged = delegateRemove(a.gridAreaRectChanged, runOn(this, this.ak5));
|
|
1913
1913
|
a.provideContainer(null);
|
|
1914
1914
|
if (this.volumeChart == null && this.indicatorCharts == null) {
|
|
1915
|
-
this.yAxis.
|
|
1916
|
-
this.xAxis.
|
|
1915
|
+
this.yAxis.es = this.volumeAxis.es = this.indicatorAxis.es = 0;
|
|
1916
|
+
this.xAxis.az.visibility = this.acz;
|
|
1917
1917
|
}
|
|
1918
1918
|
}
|
|
1919
|
-
|
|
1919
|
+
ali(a) {
|
|
1920
1920
|
let b = a != this.zoomSliderChart;
|
|
1921
1921
|
if (b) {
|
|
1922
1922
|
if (this.dataChart != null) {
|
|
1923
|
-
a.
|
|
1923
|
+
a.tz = new Rect(0, this.dataChart.tj.x, a.tz.y, this.dataChart.tj.width, a.tz.height);
|
|
1924
1924
|
}
|
|
1925
1925
|
let c = ((() => {
|
|
1926
1926
|
let $ret = new SyncSettings();
|
|
@@ -1932,149 +1932,149 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1932
1932
|
SyncManager.d(a, c);
|
|
1933
1933
|
SyncManager.c(a);
|
|
1934
1934
|
}
|
|
1935
|
-
a.gridAreaRectChanged = delegateCombine(a.gridAreaRectChanged, runOn(this, this.
|
|
1935
|
+
a.gridAreaRectChanged = delegateCombine(a.gridAreaRectChanged, runOn(this, this.ak5));
|
|
1936
1936
|
this.r4(a);
|
|
1937
1937
|
}
|
|
1938
|
-
|
|
1938
|
+
akt() {
|
|
1939
1939
|
if (this.indicatorCharts != null || this.volumeChart != null) {
|
|
1940
|
-
this.
|
|
1940
|
+
this.aa9(this.xAxis, (a) => a.visibility = 1);
|
|
1941
1941
|
}
|
|
1942
|
-
for (let a = 0; a < this.
|
|
1943
|
-
let b = this.
|
|
1944
|
-
let c = a < this.
|
|
1945
|
-
this.
|
|
1942
|
+
for (let a = 0; a < this.agg.count; a++) {
|
|
1943
|
+
let b = this.agg._inner[a];
|
|
1944
|
+
let c = a < this.agg.count - 1 || this.volumeChart != null;
|
|
1945
|
+
this.aa9(b, (d) => d.visibility = c ? 1 : 0);
|
|
1946
1946
|
}
|
|
1947
1947
|
}
|
|
1948
|
-
|
|
1948
|
+
aly(a, b) {
|
|
1949
1949
|
if (a != null) {
|
|
1950
|
-
this.
|
|
1950
|
+
this.alk(a);
|
|
1951
1951
|
}
|
|
1952
1952
|
if (b != null) {
|
|
1953
|
-
this.
|
|
1953
|
+
this.ali(b);
|
|
1954
1954
|
}
|
|
1955
1955
|
}
|
|
1956
|
-
|
|
1957
|
-
this.
|
|
1958
|
-
this.
|
|
1956
|
+
ama(a, b) {
|
|
1957
|
+
this.aly(a, b);
|
|
1958
|
+
this.akt();
|
|
1959
1959
|
if (this.volumeChart != null) {
|
|
1960
1960
|
if (this.volumeAxis != null) {
|
|
1961
1961
|
this.volumeChart.axes.add(this.volumeAxis);
|
|
1962
1962
|
this.volumeChart.axes.add(this.volumeXAxis);
|
|
1963
1963
|
}
|
|
1964
|
-
this.
|
|
1964
|
+
this.alq();
|
|
1965
1965
|
this.volumeXAxis.itemsSource = this.xAxis.itemsSource;
|
|
1966
1966
|
}
|
|
1967
|
-
this.
|
|
1967
|
+
this.amb(a, b);
|
|
1968
1968
|
}
|
|
1969
|
-
|
|
1970
|
-
this.
|
|
1969
|
+
ak9(a, b) {
|
|
1970
|
+
this.al8();
|
|
1971
1971
|
}
|
|
1972
|
-
|
|
1973
|
-
if (this.
|
|
1972
|
+
al8() {
|
|
1973
|
+
if (this.ad0 == null || +(this.ad0.au) == +(dateMaxValue()) || +(this.ad0.at) == +(dateMinValue()) || this.dataChart == null) {
|
|
1974
1974
|
return;
|
|
1975
1975
|
}
|
|
1976
1976
|
let a = this.xAxis;
|
|
1977
|
-
let b = a.getWindowRectForSelection(this.
|
|
1977
|
+
let b = a.getWindowRectForSelection(this.ad0.au, this.ad0.at);
|
|
1978
1978
|
if (b.width == 0 || isNaN_(b.width) || isInfinity(b.width)) {
|
|
1979
1979
|
return;
|
|
1980
1980
|
}
|
|
1981
|
-
this.
|
|
1982
|
-
this.dataChart.
|
|
1983
|
-
if (this.
|
|
1984
|
-
this.
|
|
1981
|
+
this.af2 = true;
|
|
1982
|
+
this.dataChart.tz = new Rect(0, b.left, this.dataChart.tz.top, b.width, this.dataChart.tz.height);
|
|
1983
|
+
if (this.afi != null) {
|
|
1984
|
+
this.afi.windowRect = this.dataChart.tj;
|
|
1985
1985
|
}
|
|
1986
|
-
if (this.
|
|
1987
|
-
this.
|
|
1986
|
+
if (this.af1) {
|
|
1987
|
+
this.alt(this.dataChart);
|
|
1988
1988
|
}
|
|
1989
|
-
this.
|
|
1989
|
+
this.af2 = false;
|
|
1990
1990
|
}
|
|
1991
|
-
|
|
1992
|
-
this.
|
|
1993
|
-
this.
|
|
1991
|
+
alg(a, b) {
|
|
1992
|
+
this.alu();
|
|
1993
|
+
this.al7(!this.af2);
|
|
1994
1994
|
}
|
|
1995
|
-
|
|
1996
|
-
if (!this.
|
|
1997
|
-
if (this.
|
|
1998
|
-
this.
|
|
1995
|
+
ak2(a, b) {
|
|
1996
|
+
if (!this.af2) {
|
|
1997
|
+
if (this.af1) {
|
|
1998
|
+
this.alt(a);
|
|
1999
1999
|
}
|
|
2000
2000
|
let c = false;
|
|
2001
|
-
let d = this.
|
|
2001
|
+
let d = this.s3(() => this.al7(true), c);
|
|
2002
2002
|
c = d.p1;
|
|
2003
|
-
if (this.
|
|
2004
|
-
this.
|
|
2003
|
+
if (this.afi != null) {
|
|
2004
|
+
this.afi.windowRect = this.dataChart.tj;
|
|
2005
2005
|
}
|
|
2006
2006
|
}
|
|
2007
2007
|
}
|
|
2008
|
-
|
|
2008
|
+
al2(a, b, c, d) {
|
|
2009
2009
|
if (a == null || b == null) {
|
|
2010
2010
|
return;
|
|
2011
2011
|
}
|
|
2012
2012
|
if (c != -1) {
|
|
2013
|
-
this.
|
|
2014
|
-
a.
|
|
2015
|
-
this.
|
|
2013
|
+
this.af2 = true;
|
|
2014
|
+
a.tz = new Rect(0, d, a.tj.top, c, a.tj.height);
|
|
2015
|
+
this.af2 = false;
|
|
2016
2016
|
}
|
|
2017
2017
|
let e = 1.7976931348623157E+308;
|
|
2018
2018
|
let f = -1.7976931348623157E+308;
|
|
2019
2019
|
let g = new Rect(0, 0, 0, 1, 1);
|
|
2020
|
-
let h = new ScalerParams(0, g, g, this.yAxis.
|
|
2020
|
+
let h = new ScalerParams(0, g, g, this.yAxis.ch, a.tn);
|
|
2021
2021
|
for (let i of fromEnum(a.series)) {
|
|
2022
2022
|
h.b = i.gg();
|
|
2023
|
-
let j = i.ar(a.
|
|
2023
|
+
let j = i.ar(a.tj);
|
|
2024
2024
|
let k = j == null || j.c == 1.7976931348623157E+308 || isNaN_(j.c);
|
|
2025
2025
|
if (k) {
|
|
2026
2026
|
continue;
|
|
2027
2027
|
}
|
|
2028
|
-
let l = b.
|
|
2029
|
-
let m = b.
|
|
2028
|
+
let l = b.ej(j.c, h);
|
|
2029
|
+
let m = b.ej(j.b, h);
|
|
2030
2030
|
f = Math.max(f, l);
|
|
2031
2031
|
e = Math.min(e, m);
|
|
2032
2032
|
}
|
|
2033
|
-
let n = a.
|
|
2033
|
+
let n = a.tj.width;
|
|
2034
2034
|
if (c != -1) {
|
|
2035
2035
|
n = c;
|
|
2036
2036
|
}
|
|
2037
|
-
let o = a.
|
|
2037
|
+
let o = a.tj.left;
|
|
2038
2038
|
if (d != -1) {
|
|
2039
2039
|
o = d;
|
|
2040
2040
|
}
|
|
2041
2041
|
if (e == 1.7976931348623157E+308 || f == -1.7976931348623157E+308 || isNaN_(e) || isNaN_(f)) {
|
|
2042
2042
|
return;
|
|
2043
2043
|
}
|
|
2044
|
-
this.
|
|
2044
|
+
this.af2 = true;
|
|
2045
2045
|
let p = new Rect(0, o, e, n, f - e);
|
|
2046
|
-
a.
|
|
2047
|
-
this.
|
|
2046
|
+
a.tz = p;
|
|
2047
|
+
this.af2 = false;
|
|
2048
2048
|
}
|
|
2049
|
-
|
|
2049
|
+
al1(a) {
|
|
2050
2050
|
if (a == null) {
|
|
2051
2051
|
return;
|
|
2052
2052
|
}
|
|
2053
2053
|
if (a == this.dataChart) {
|
|
2054
|
-
this.
|
|
2054
|
+
this.al2(this.dataChart, this.yAxis, -1, -1);
|
|
2055
2055
|
if (this.volumeChart != null) {
|
|
2056
|
-
this.
|
|
2056
|
+
this.al2(this.volumeChart, this.volumeAxis, this.dataChart.tj.width, this.dataChart.tj.left);
|
|
2057
2057
|
}
|
|
2058
2058
|
}
|
|
2059
2059
|
else if (a == this.volumeChart) {
|
|
2060
|
-
this.
|
|
2061
|
-
this.
|
|
2060
|
+
this.al2(this.volumeChart, this.volumeAxis, -1, -1);
|
|
2061
|
+
this.al2(this.dataChart, this.yAxis, this.volumeChart.tj.width, this.volumeChart.tj.left);
|
|
2062
2062
|
}
|
|
2063
2063
|
}
|
|
2064
|
-
|
|
2065
|
-
this.
|
|
2064
|
+
alt(a) {
|
|
2065
|
+
this.s2(() => this.al1(a));
|
|
2066
2066
|
}
|
|
2067
|
-
|
|
2068
|
-
if (this.
|
|
2069
|
-
this.
|
|
2067
|
+
ala(a, b) {
|
|
2068
|
+
if (this.af1) {
|
|
2069
|
+
this.alt(a);
|
|
2070
2070
|
}
|
|
2071
2071
|
}
|
|
2072
|
-
|
|
2073
|
-
if (!this.
|
|
2072
|
+
al9() {
|
|
2073
|
+
if (!this.af9) {
|
|
2074
2074
|
return;
|
|
2075
2075
|
}
|
|
2076
|
-
this.
|
|
2077
|
-
if (this.
|
|
2076
|
+
this.akw();
|
|
2077
|
+
if (this.aee == 0) {
|
|
2078
2078
|
this.zoomSliderChart = null;
|
|
2079
2079
|
}
|
|
2080
2080
|
else if (this.zoomSliderChart == null) {
|
|
@@ -2085,16 +2085,16 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2085
2085
|
})());
|
|
2086
2086
|
}
|
|
2087
2087
|
else {
|
|
2088
|
-
this.
|
|
2088
|
+
this.alr();
|
|
2089
2089
|
}
|
|
2090
2090
|
}
|
|
2091
|
-
|
|
2092
|
-
let container_ = this.
|
|
2091
|
+
akw() {
|
|
2092
|
+
let container_ = this.ahq.rootWrapper.getNativeElement();
|
|
2093
2093
|
let containerParent_ = container_.parentElement;
|
|
2094
|
-
if (this.
|
|
2095
|
-
this.
|
|
2094
|
+
if (this.afi != null && containerParent_ != null && !this.aga) {
|
|
2095
|
+
this.aga = true;
|
|
2096
2096
|
if (TypeRegistrar.isRegistered("IgxZoomSliderComponent")) {
|
|
2097
|
-
let z_ = this.
|
|
2097
|
+
let z_ = this.afi;
|
|
2098
2098
|
let f_ = this.externalObject;
|
|
2099
2099
|
let sliderComponent_ = TypeRegistrar.get("IgxZoomSliderComponent");
|
|
2100
2100
|
let sliderInstance_ = TypeRegistrar.create("IgxZoomSliderComponent");
|
|
@@ -2103,11 +2103,11 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2103
2103
|
}
|
|
2104
2104
|
}
|
|
2105
2105
|
}
|
|
2106
|
-
|
|
2107
|
-
if (this.
|
|
2106
|
+
al3() {
|
|
2107
|
+
if (this.ad9 != 1) {
|
|
2108
2108
|
return;
|
|
2109
2109
|
}
|
|
2110
|
-
this.
|
|
2110
|
+
this.abf((a) => {
|
|
2111
2111
|
let b;
|
|
2112
2112
|
b = a.breaks;
|
|
2113
2113
|
b.clear();
|
|
@@ -2119,24 +2119,24 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2119
2119
|
}
|
|
2120
2120
|
});
|
|
2121
2121
|
}
|
|
2122
|
-
|
|
2123
|
-
super.
|
|
2122
|
+
to(a, b, c) {
|
|
2123
|
+
super.to(a, b, c);
|
|
2124
2124
|
if (this.bd.dataSeries.count > 0) {
|
|
2125
|
-
if (this.
|
|
2125
|
+
if (this.ad9 == 1 && stringIsNullOrEmpty(this.lm)) {
|
|
2126
2126
|
this.b3.setXMemberPath(a, c.getMemberPathFor(17));
|
|
2127
2127
|
}
|
|
2128
2128
|
if (stringIsNullOrEmpty(this.lo)) {
|
|
2129
|
-
this.b3.setYMemberPath(a, this.
|
|
2129
|
+
this.b3.setYMemberPath(a, this.ais(c));
|
|
2130
2130
|
}
|
|
2131
2131
|
if (stringIsNullOrEmpty(this.li)) {
|
|
2132
|
-
this.b3.setLabelMemberPath(a, this.
|
|
2132
|
+
this.b3.setLabelMemberPath(a, this.ais(c));
|
|
2133
2133
|
}
|
|
2134
2134
|
if (stringIsNullOrEmpty(this.lf)) {
|
|
2135
|
-
this.b3.setContentMemberPath(a, this.
|
|
2135
|
+
this.b3.setContentMemberPath(a, this.ais(c));
|
|
2136
2136
|
}
|
|
2137
2137
|
}
|
|
2138
2138
|
}
|
|
2139
|
-
|
|
2139
|
+
air(a) {
|
|
2140
2140
|
switch (a) {
|
|
2141
2141
|
case 0: return "Absolute Volume Oscillator";
|
|
2142
2142
|
case 1: return "Accumulation/Distribution Indicator";
|
|
@@ -2175,80 +2175,80 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2175
2175
|
default: return "Unknown";
|
|
2176
2176
|
}
|
|
2177
2177
|
}
|
|
2178
|
-
|
|
2179
|
-
super.
|
|
2178
|
+
abb(a) {
|
|
2179
|
+
super.abb(a);
|
|
2180
2180
|
let b = a;
|
|
2181
|
-
this.
|
|
2182
|
-
if (a.
|
|
2183
|
-
for (let c of fromEnum(a.
|
|
2184
|
-
if (this.
|
|
2185
|
-
this.
|
|
2181
|
+
this.alj(b);
|
|
2182
|
+
if (a.bg != null) {
|
|
2183
|
+
for (let c of fromEnum(a.bg.series)) {
|
|
2184
|
+
if (this.afu(c)) {
|
|
2185
|
+
this.aeo.setXAxis(c, b);
|
|
2186
2186
|
}
|
|
2187
|
-
else if (this.
|
|
2188
|
-
this.
|
|
2187
|
+
else if (this.afy(c)) {
|
|
2188
|
+
this.aem.setXAxis(c, b);
|
|
2189
2189
|
}
|
|
2190
|
-
else if (this.
|
|
2191
|
-
this.
|
|
2190
|
+
else if (this.afv(c)) {
|
|
2191
|
+
this.aeq.setXAxis(c, b);
|
|
2192
2192
|
}
|
|
2193
|
-
else if (this.
|
|
2194
|
-
this.
|
|
2193
|
+
else if (this.afx(c)) {
|
|
2194
|
+
this.aev.setXAxis(c, b);
|
|
2195
2195
|
}
|
|
2196
2196
|
}
|
|
2197
2197
|
}
|
|
2198
|
-
this.
|
|
2199
|
-
d.zoomMaximumCategoryRange = this.
|
|
2200
|
-
d.zoomMaximumItemSpan = this.
|
|
2201
|
-
d.zoomToCategoryRange = this.
|
|
2202
|
-
d.zoomToCategoryStart = this.
|
|
2203
|
-
d.zoomToItemSpan = this.
|
|
2198
|
+
this.aln((d) => {
|
|
2199
|
+
d.zoomMaximumCategoryRange = this.aha;
|
|
2200
|
+
d.zoomMaximumItemSpan = this.ahb;
|
|
2201
|
+
d.zoomToCategoryRange = this.ahc;
|
|
2202
|
+
d.zoomToCategoryStart = this.ahd;
|
|
2203
|
+
d.zoomToItemSpan = this.ahe;
|
|
2204
2204
|
});
|
|
2205
2205
|
let d = a == this.zoomSliderXAxis;
|
|
2206
2206
|
if (d) {
|
|
2207
|
-
a.
|
|
2208
|
-
a.
|
|
2209
|
-
this.
|
|
2207
|
+
a.jw = this.amf;
|
|
2208
|
+
a.er = this.ahl;
|
|
2209
|
+
this.aa9(a, (e) => e.visibility = 1);
|
|
2210
2210
|
}
|
|
2211
2211
|
let e = a;
|
|
2212
|
-
e.minimumValue = this.
|
|
2213
|
-
e.maximumValue = this.
|
|
2214
|
-
a.
|
|
2212
|
+
e.minimumValue = this.agm;
|
|
2213
|
+
e.maximumValue = this.agl;
|
|
2214
|
+
a.b1 = this.af4;
|
|
2215
2215
|
}
|
|
2216
|
-
|
|
2217
|
-
super.
|
|
2218
|
-
if (a.
|
|
2219
|
-
for (let b of fromEnum(a.
|
|
2220
|
-
if (this.
|
|
2221
|
-
this.
|
|
2216
|
+
abd(a) {
|
|
2217
|
+
super.abd(a);
|
|
2218
|
+
if (a.bg != null && a == this.yAxis) {
|
|
2219
|
+
for (let b of fromEnum(a.bg.series)) {
|
|
2220
|
+
if (this.afu(b)) {
|
|
2221
|
+
this.aeo.setYAxis(b, this.yAxis);
|
|
2222
2222
|
}
|
|
2223
|
-
else if (this.
|
|
2224
|
-
this.
|
|
2223
|
+
else if (this.afy(b)) {
|
|
2224
|
+
this.aem.setYAxis(b, this.yAxis);
|
|
2225
2225
|
}
|
|
2226
|
-
else if (this.
|
|
2227
|
-
this.
|
|
2226
|
+
else if (this.afv(b)) {
|
|
2227
|
+
this.aeq.setYAxis(b, this.yAxis);
|
|
2228
2228
|
}
|
|
2229
|
-
else if (this.
|
|
2230
|
-
this.
|
|
2229
|
+
else if (this.afx(b)) {
|
|
2230
|
+
this.aev.setYAxis(b, this.yAxis);
|
|
2231
2231
|
}
|
|
2232
2232
|
}
|
|
2233
2233
|
}
|
|
2234
|
-
a.
|
|
2234
|
+
a.la = this.af5;
|
|
2235
|
+
a.l5 = this.ahj;
|
|
2235
2236
|
a.l4 = this.ahi;
|
|
2236
|
-
a.l3 = this.ahh;
|
|
2237
2237
|
if (a == this.yAxis) {
|
|
2238
|
-
a.
|
|
2238
|
+
a.l1 = this.ahh;
|
|
2239
2239
|
}
|
|
2240
2240
|
let c = a == this.zoomSliderAxis;
|
|
2241
2241
|
if (c) {
|
|
2242
|
-
this.
|
|
2242
|
+
this.aa9(a, (d) => d.visibility = 1);
|
|
2243
2243
|
}
|
|
2244
|
-
a.
|
|
2244
|
+
a.b1 = this.af6;
|
|
2245
2245
|
}
|
|
2246
|
-
|
|
2246
|
+
alj(a) {
|
|
2247
2247
|
a.itemsSource = this.dataChart != null && this.dataChart.series.count > 0 ? this.dataChart.series._inner[0].itemsSource : null;
|
|
2248
|
-
a.
|
|
2248
|
+
a.f0 = XYChart.yy(a, this.bd.dataSeries);
|
|
2249
2249
|
if (this.bd.dataSeries.count > 0) {
|
|
2250
2250
|
let b = this.bd.dataSeries._inner[0].getMemberPathFor(17);
|
|
2251
|
-
a.
|
|
2251
|
+
a.hy(b);
|
|
2252
2252
|
}
|
|
2253
2253
|
}
|
|
2254
2254
|
sa(a, b) {
|
|
@@ -2259,17 +2259,17 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2259
2259
|
let c = this.zoomSliderChart == a.cc;
|
|
2260
2260
|
let d = this.dataChart != null && this.dataChart.series.contains(a);
|
|
2261
2261
|
if ((d || c) && a.d6) {
|
|
2262
|
-
a.ms(this.
|
|
2262
|
+
a.ms(this.adb != null ? ArrayExtension.getModulus$1(Brush.$, this.adb, b) : null, this.adc != null ? ArrayExtension.getModulus$1(Brush.$, this.adc, b) : null);
|
|
2263
2263
|
}
|
|
2264
|
-
let e = this.
|
|
2265
|
-
if (this.
|
|
2266
|
-
a.o9 = this.
|
|
2267
|
-
a.pe = this.
|
|
2268
|
-
a.g4 = this.
|
|
2264
|
+
let e = this.afv(a);
|
|
2265
|
+
if (this.afx(a)) {
|
|
2266
|
+
a.o9 = this.add != null ? ArrayExtension.getModulus$1(Brush.$, this.add, b) : null;
|
|
2267
|
+
a.pe = this.ade != null ? ArrayExtension.getModulus$1(Brush.$, this.ade, b) : null;
|
|
2268
|
+
a.g4 = this.ag7;
|
|
2269
2269
|
}
|
|
2270
2270
|
else if (e) {
|
|
2271
|
-
a.o9 = this.
|
|
2272
|
-
a.g4 = this.
|
|
2271
|
+
a.o9 = this.ac9 != null ? ArrayExtension.getModulus$1(Brush.$, this.ac9, b) : null;
|
|
2272
|
+
a.g4 = this.ag5;
|
|
2273
2273
|
}
|
|
2274
2274
|
else if (!a.dd && (d || c)) {
|
|
2275
2275
|
a.o9 = this.ab != null ? ArrayExtension.getModulus$1(Brush.$, this.ab, b) : null;
|
|
@@ -2277,34 +2277,34 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2277
2277
|
}
|
|
2278
2278
|
let f = this.volumeChart != null && this.volumeChart == a.cc;
|
|
2279
2279
|
if (f) {
|
|
2280
|
-
a.g4 = this.
|
|
2280
|
+
a.g4 = this.ag9;
|
|
2281
2281
|
}
|
|
2282
|
-
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.afw ? this.aek : null;
|
|
2283
2283
|
}
|
|
2284
|
-
|
|
2285
|
-
super.
|
|
2284
|
+
sw(a, b, c) {
|
|
2285
|
+
super.sw(a, b, c);
|
|
2286
2286
|
switch (a) {
|
|
2287
2287
|
case "YAxisIsLogarithmic":
|
|
2288
|
-
this.yAxis.
|
|
2288
|
+
this.yAxis.li = this.af7;
|
|
2289
2289
|
if (this.volumeAxis != null) {
|
|
2290
|
-
this.volumeAxis.
|
|
2290
|
+
this.volumeAxis.li = this.af7;
|
|
2291
2291
|
}
|
|
2292
2292
|
if (this.zoomSliderAxis != null) {
|
|
2293
|
-
this.zoomSliderAxis.
|
|
2293
|
+
this.zoomSliderAxis.li = this.af7;
|
|
2294
2294
|
}
|
|
2295
2295
|
break;
|
|
2296
2296
|
case "YAxisLogarithmBase":
|
|
2297
|
-
this.yAxis.
|
|
2297
|
+
this.yAxis.l9 = this.ah5;
|
|
2298
2298
|
if (this.volumeAxis != null) {
|
|
2299
|
-
this.volumeAxis.
|
|
2299
|
+
this.volumeAxis.l9 = this.ah5;
|
|
2300
2300
|
}
|
|
2301
2301
|
if (this.zoomSliderAxis != null) {
|
|
2302
|
-
this.zoomSliderAxis.
|
|
2302
|
+
this.zoomSliderAxis.l9 = this.ah5;
|
|
2303
2303
|
}
|
|
2304
2304
|
break;
|
|
2305
2305
|
case "VolumeType":
|
|
2306
2306
|
let d = EnumUtil.getEnumValue(FinancialChartVolumeType_$type, b);
|
|
2307
|
-
if (this.
|
|
2307
|
+
if (this.ad7 == 0) {
|
|
2308
2308
|
this.volumeChart = null;
|
|
2309
2309
|
}
|
|
2310
2310
|
else if (this.volumeChart == null) {
|
|
@@ -2315,70 +2315,70 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2315
2315
|
})());
|
|
2316
2316
|
}
|
|
2317
2317
|
else {
|
|
2318
|
-
this.
|
|
2318
|
+
this.alq();
|
|
2319
2319
|
}
|
|
2320
2320
|
break;
|
|
2321
2321
|
case "VolumeChart":
|
|
2322
|
-
this.
|
|
2322
|
+
this.ama(typeCast(XamDataChart.$, b), typeCast(XamDataChart.$, c));
|
|
2323
2323
|
break;
|
|
2324
2324
|
case "DataChart":
|
|
2325
2325
|
if (typeCast(XamDataChart.$, b) !== null) {
|
|
2326
2326
|
let e = b;
|
|
2327
|
-
e.gridAreaRectChanged = delegateRemove(e.gridAreaRectChanged, runOn(this, this.
|
|
2328
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
2329
|
-
e.seriesDataUpdated = delegateRemove(e.seriesDataUpdated, runOn(this, this.
|
|
2327
|
+
e.gridAreaRectChanged = delegateRemove(e.gridAreaRectChanged, runOn(this, this.ak5));
|
|
2328
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.ak2));
|
|
2329
|
+
e.seriesDataUpdated = delegateRemove(e.seriesDataUpdated, runOn(this, this.ala));
|
|
2330
2330
|
}
|
|
2331
2331
|
if (this.dataChart != null) {
|
|
2332
2332
|
let f = this.dataChart;
|
|
2333
|
-
f.gridAreaRectChanged = delegateCombine(f.gridAreaRectChanged, runOn(this, this.
|
|
2333
|
+
f.gridAreaRectChanged = delegateCombine(f.gridAreaRectChanged, runOn(this, this.ak5));
|
|
2334
2334
|
let g = this.dataChart;
|
|
2335
|
-
g.actualWindowRectChanged = delegateCombine(g.actualWindowRectChanged, runOn(this, this.
|
|
2335
|
+
g.actualWindowRectChanged = delegateCombine(g.actualWindowRectChanged, runOn(this, this.ak2));
|
|
2336
2336
|
let h = this.dataChart;
|
|
2337
|
-
h.seriesDataUpdated = delegateCombine(h.seriesDataUpdated, runOn(this, this.
|
|
2337
|
+
h.seriesDataUpdated = delegateCombine(h.seriesDataUpdated, runOn(this, this.ala));
|
|
2338
2338
|
}
|
|
2339
|
-
this.
|
|
2339
|
+
this.al9();
|
|
2340
2340
|
break;
|
|
2341
2341
|
case "XAxisMode":
|
|
2342
|
-
this.xAxis = this.
|
|
2342
|
+
this.xAxis = this.adm(this.ad9);
|
|
2343
2343
|
this.xAxis.name = "xAxis";
|
|
2344
|
-
this.volumeXAxis = this.
|
|
2344
|
+
this.volumeXAxis = this.adm(this.ad9);
|
|
2345
2345
|
this.volumeXAxis.name = "volumeXAxis";
|
|
2346
|
-
this.indicatorXAxis = this.
|
|
2346
|
+
this.indicatorXAxis = this.adm(this.ad9);
|
|
2347
2347
|
this.indicatorXAxis.name = "indicatorXAxis_0";
|
|
2348
|
-
this.zoomSliderXAxis = this.
|
|
2348
|
+
this.zoomSliderXAxis = this.adm(this.ad9);
|
|
2349
2349
|
this.zoomSliderXAxis.name = "zoomSliderXAxis";
|
|
2350
|
-
this.
|
|
2351
|
-
this.
|
|
2352
|
-
if (this.
|
|
2353
|
-
this.
|
|
2350
|
+
this.aa9(this.zoomSliderXAxis, (i) => i.visibility = 1);
|
|
2351
|
+
this.akt();
|
|
2352
|
+
if (this.ad9 == 1) {
|
|
2353
|
+
this.al3();
|
|
2354
2354
|
}
|
|
2355
2355
|
break;
|
|
2356
2356
|
case "YAxisMode":
|
|
2357
|
-
this.yAxis = this.
|
|
2357
|
+
this.yAxis = this.ae0(this.aeb);
|
|
2358
2358
|
this.yAxis.name = "yAxis";
|
|
2359
|
-
this.zoomSliderAxis = this.
|
|
2359
|
+
this.zoomSliderAxis = this.ae0(this.aeb);
|
|
2360
2360
|
this.zoomSliderAxis.name = "zoomSliderAxis";
|
|
2361
|
-
this.volumeAxis = this.
|
|
2361
|
+
this.volumeAxis = this.ae0(this.aeb);
|
|
2362
2362
|
this.volumeAxis.name = "volumeAxis";
|
|
2363
2363
|
break;
|
|
2364
2364
|
case "Toolbar":
|
|
2365
2365
|
let i = typeCast(FinancialChartToolbar.$, b);
|
|
2366
2366
|
if (i != null) {
|
|
2367
|
-
i.rangeChanged = delegateRemove(i.rangeChanged, runOn(this, this.
|
|
2368
|
-
i.indicatorTypesChanged = delegateRemove(i.indicatorTypesChanged, runOn(this, this.
|
|
2369
|
-
i.overlayTypesChanged = delegateRemove(i.overlayTypesChanged, runOn(this, this.
|
|
2370
|
-
}
|
|
2371
|
-
if (this.
|
|
2372
|
-
this.
|
|
2373
|
-
this.
|
|
2374
|
-
this.
|
|
2375
|
-
this.
|
|
2376
|
-
let j = this.
|
|
2377
|
-
j.rangeChanged = delegateCombine(j.rangeChanged, runOn(this, this.
|
|
2378
|
-
let k = this.
|
|
2379
|
-
k.indicatorTypesChanged = delegateCombine(k.indicatorTypesChanged, runOn(this, this.
|
|
2380
|
-
let l = this.
|
|
2381
|
-
l.overlayTypesChanged = delegateCombine(l.overlayTypesChanged, runOn(this, this.
|
|
2367
|
+
i.rangeChanged = delegateRemove(i.rangeChanged, runOn(this, this.ak9));
|
|
2368
|
+
i.indicatorTypesChanged = delegateRemove(i.indicatorTypesChanged, runOn(this, this.alc));
|
|
2369
|
+
i.overlayTypesChanged = delegateRemove(i.overlayTypesChanged, runOn(this, this.ald));
|
|
2370
|
+
}
|
|
2371
|
+
if (this.ad0 != null) {
|
|
2372
|
+
this.ad0.ae = this.aeg;
|
|
2373
|
+
this.ad0.ag = this.aei;
|
|
2374
|
+
this.ad0.u = this.adx;
|
|
2375
|
+
this.al7(true);
|
|
2376
|
+
let j = this.ad0;
|
|
2377
|
+
j.rangeChanged = delegateCombine(j.rangeChanged, runOn(this, this.ak9));
|
|
2378
|
+
let k = this.ad0;
|
|
2379
|
+
k.indicatorTypesChanged = delegateCombine(k.indicatorTypesChanged, runOn(this, this.alc));
|
|
2380
|
+
let l = this.ad0;
|
|
2381
|
+
l.overlayTypesChanged = delegateCombine(l.overlayTypesChanged, runOn(this, this.ald));
|
|
2382
2382
|
}
|
|
2383
2383
|
break;
|
|
2384
2384
|
case "XAxis":
|
|
@@ -2390,47 +2390,47 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2390
2390
|
}
|
|
2391
2391
|
let n = typeCast(ITimeRangeSelectorAxis_$type, b);
|
|
2392
2392
|
if (n != null) {
|
|
2393
|
-
n.visibleRangeChanged = delegateRemove(n.visibleRangeChanged, runOn(this, this.
|
|
2393
|
+
n.visibleRangeChanged = delegateRemove(n.visibleRangeChanged, runOn(this, this.alg));
|
|
2394
2394
|
}
|
|
2395
2395
|
if (this.dataChart != null) {
|
|
2396
2396
|
this.dataChart.axes.add(this.xAxis);
|
|
2397
2397
|
}
|
|
2398
2398
|
if (this.fi) {
|
|
2399
|
-
this.
|
|
2399
|
+
this.abb(this.xAxis);
|
|
2400
2400
|
this.rs();
|
|
2401
2401
|
}
|
|
2402
|
-
this.
|
|
2403
|
-
this.
|
|
2404
|
-
this.
|
|
2402
|
+
this.al7(false);
|
|
2403
|
+
this.al8();
|
|
2404
|
+
this.alu();
|
|
2405
2405
|
let o = this.xAxis;
|
|
2406
|
-
o.visibleRangeChanged = delegateCombine(o.visibleRangeChanged, runOn(this, this.
|
|
2406
|
+
o.visibleRangeChanged = delegateCombine(o.visibleRangeChanged, runOn(this, this.alg));
|
|
2407
2407
|
break;
|
|
2408
2408
|
case "XAxisZoomMaximumCategoryRange":
|
|
2409
|
-
this.
|
|
2409
|
+
this.aln((p) => p.zoomMaximumCategoryRange = this.aha);
|
|
2410
2410
|
break;
|
|
2411
2411
|
case "XAxisZoomMaximumItemSpan":
|
|
2412
|
-
this.
|
|
2412
|
+
this.aln((p) => p.zoomMaximumItemSpan = this.ahb);
|
|
2413
2413
|
break;
|
|
2414
2414
|
case "XAxisZoomToCategoryRange":
|
|
2415
|
-
this.
|
|
2415
|
+
this.aln((p) => p.zoomToCategoryRange = this.ahc);
|
|
2416
2416
|
break;
|
|
2417
2417
|
case "XAxisZoomToCategoryStart":
|
|
2418
|
-
this.
|
|
2418
|
+
this.aln((p) => p.zoomToCategoryStart = this.ahd);
|
|
2419
2419
|
break;
|
|
2420
2420
|
case "XAxisZoomToItemSpan":
|
|
2421
|
-
this.
|
|
2421
|
+
this.aln((p) => p.zoomToItemSpan = this.ahe);
|
|
2422
2422
|
break;
|
|
2423
2423
|
case "ChartType":
|
|
2424
|
-
this.
|
|
2424
|
+
this.ti();
|
|
2425
2425
|
break;
|
|
2426
2426
|
case "VolumeXAxis":
|
|
2427
|
-
this.
|
|
2427
|
+
this.al0(this.volumeChart, typeCast(Axis.$, b), this.volumeXAxis);
|
|
2428
2428
|
break;
|
|
2429
2429
|
case "ZoomSliderXAxis":
|
|
2430
|
-
this.
|
|
2430
|
+
this.al0(this.zoomSliderChart, typeCast(Axis.$, b), this.zoomSliderXAxis);
|
|
2431
2431
|
break;
|
|
2432
2432
|
case "IndicatorXAxis":
|
|
2433
|
-
this.
|
|
2433
|
+
this.al4();
|
|
2434
2434
|
break;
|
|
2435
2435
|
case "YAxis":
|
|
2436
2436
|
let p = typeCast(NumericYAxis.$, b);
|
|
@@ -2443,11 +2443,11 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2443
2443
|
this.dataChart.axes.add(this.yAxis);
|
|
2444
2444
|
}
|
|
2445
2445
|
if (this.fi) {
|
|
2446
|
-
this.
|
|
2447
|
-
this.
|
|
2446
|
+
this.abd(this.yAxis);
|
|
2447
|
+
this.abd(this.yAxis);
|
|
2448
2448
|
}
|
|
2449
2449
|
let q = this.yAxis;
|
|
2450
|
-
q.rangeChanged = delegateCombine(q.rangeChanged, runOn(this, this.
|
|
2450
|
+
q.rangeChanged = delegateCombine(q.rangeChanged, runOn(this, this.alh));
|
|
2451
2451
|
break;
|
|
2452
2452
|
case "VolumeAxis":
|
|
2453
2453
|
let r = typeCast(Axis.$, b);
|
|
@@ -2456,13 +2456,13 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2456
2456
|
}
|
|
2457
2457
|
if (this.volumeChart != null && this.volumeAxis != null) {
|
|
2458
2458
|
this.volumeChart.axes.add(this.volumeAxis);
|
|
2459
|
-
this.
|
|
2459
|
+
this.alq();
|
|
2460
2460
|
}
|
|
2461
2461
|
if (this.fi) {
|
|
2462
|
-
this.
|
|
2462
|
+
this.abd(this.volumeAxis);
|
|
2463
2463
|
}
|
|
2464
2464
|
let s = this.volumeAxis;
|
|
2465
|
-
s.rangeChanged = delegateCombine(s.rangeChanged, runOn(this, this.
|
|
2465
|
+
s.rangeChanged = delegateCombine(s.rangeChanged, runOn(this, this.alh));
|
|
2466
2466
|
break;
|
|
2467
2467
|
case "IndicatorAxis":
|
|
2468
2468
|
if (this.indicatorCharts != null) {
|
|
@@ -2481,8 +2481,8 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2481
2481
|
if (t == 0) {
|
|
2482
2482
|
y = this.indicatorAxis;
|
|
2483
2483
|
}
|
|
2484
|
-
else if (this.
|
|
2485
|
-
y = this.
|
|
2484
|
+
else if (this.aeb == 1) {
|
|
2485
|
+
y = this.ae0(this.aeb);
|
|
2486
2486
|
}
|
|
2487
2487
|
else if (typeCast(NumericYAxis.$, this.indicatorAxis) !== null) {
|
|
2488
2488
|
y = new NumericYAxis();
|
|
@@ -2491,154 +2491,154 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2491
2491
|
u.axes.add(y);
|
|
2492
2492
|
}
|
|
2493
2493
|
if (this.fi) {
|
|
2494
|
-
this.
|
|
2494
|
+
this.abd(y);
|
|
2495
2495
|
}
|
|
2496
2496
|
}
|
|
2497
2497
|
}
|
|
2498
2498
|
break;
|
|
2499
2499
|
case "IsWindowSyncedToVisibleRange":
|
|
2500
2500
|
if (this.dataChart != null) {
|
|
2501
|
-
this.dataChart.
|
|
2501
|
+
this.dataChart.ux = this.f9 && this.f8;
|
|
2502
2502
|
}
|
|
2503
2503
|
if (this.volumeChart != null) {
|
|
2504
|
-
this.volumeChart.
|
|
2504
|
+
this.volumeChart.ux = this.f9 && this.f8;
|
|
2505
2505
|
}
|
|
2506
|
-
if (this.
|
|
2507
|
-
this.
|
|
2506
|
+
if (this.af1) {
|
|
2507
|
+
this.al1(this.dataChart);
|
|
2508
2508
|
}
|
|
2509
2509
|
else {
|
|
2510
|
-
this.volumeChart.
|
|
2510
|
+
this.volumeChart.v4 = 1;
|
|
2511
2511
|
}
|
|
2512
2512
|
break;
|
|
2513
2513
|
case "IndicatorTypes":
|
|
2514
2514
|
let z = typeCast(ObservableCollection$1.$.specialize(FinancialIndicatorType_$type), b);
|
|
2515
2515
|
if (z != null) {
|
|
2516
|
-
z.collectionChanged = delegateRemove(z.collectionChanged, runOn(this, this.
|
|
2516
|
+
z.collectionChanged = delegateRemove(z.collectionChanged, runOn(this, this.ak6));
|
|
2517
2517
|
}
|
|
2518
2518
|
let aa = typeCast(ObservableCollection$1.$.specialize(FinancialIndicatorType_$type), c);
|
|
2519
2519
|
if (aa != null) {
|
|
2520
|
-
aa.collectionChanged = delegateCombine(aa.collectionChanged, runOn(this, this.
|
|
2520
|
+
aa.collectionChanged = delegateCombine(aa.collectionChanged, runOn(this, this.ak6));
|
|
2521
2521
|
}
|
|
2522
|
-
this.
|
|
2522
|
+
this.al4();
|
|
2523
2523
|
break;
|
|
2524
2524
|
case "OverlayTypes":
|
|
2525
2525
|
let ab = typeCast(ObservableCollection$1.$.specialize(FinancialOverlayType_$type), b);
|
|
2526
2526
|
if (ab != null) {
|
|
2527
|
-
ab.collectionChanged = delegateRemove(ab.collectionChanged, runOn(this, this.
|
|
2527
|
+
ab.collectionChanged = delegateRemove(ab.collectionChanged, runOn(this, this.ak7));
|
|
2528
2528
|
}
|
|
2529
2529
|
let ac = typeCast(ObservableCollection$1.$.specialize(FinancialOverlayType_$type), c);
|
|
2530
2530
|
if (ac != null) {
|
|
2531
|
-
ac.collectionChanged = delegateCombine(ac.collectionChanged, runOn(this, this.
|
|
2531
|
+
ac.collectionChanged = delegateCombine(ac.collectionChanged, runOn(this, this.ak7));
|
|
2532
2532
|
}
|
|
2533
|
-
this.
|
|
2533
|
+
this.al6();
|
|
2534
2534
|
break;
|
|
2535
2535
|
case "YAxisAbbreviateLargeNumbers":
|
|
2536
|
-
this.
|
|
2536
|
+
this.abk((ad) => ad.la = this.af5);
|
|
2537
2537
|
break;
|
|
2538
2538
|
case "YAxisMinimumValue":
|
|
2539
|
-
this.
|
|
2539
|
+
this.abl((ad) => ad.l5 = this.ahj, false);
|
|
2540
2540
|
break;
|
|
2541
2541
|
case "YAxisMaximumValue":
|
|
2542
|
-
this.
|
|
2542
|
+
this.abl((ad) => ad.l4 = this.ahi, false);
|
|
2543
2543
|
break;
|
|
2544
2544
|
case "YAxisInterval":
|
|
2545
|
-
this.
|
|
2545
|
+
this.abl((ad) => ad.l1 = this.ahh, false);
|
|
2546
2546
|
break;
|
|
2547
2547
|
case "Thickness":
|
|
2548
2548
|
case "ZoomSliderType":
|
|
2549
|
-
this.
|
|
2549
|
+
this.al9();
|
|
2550
2550
|
break;
|
|
2551
2551
|
case "ZoomSliderChart":
|
|
2552
|
-
if (!this.
|
|
2552
|
+
if (!this.af8) {
|
|
2553
2553
|
return;
|
|
2554
2554
|
}
|
|
2555
|
-
this.
|
|
2555
|
+
this.amc(typeCast(XamDataChart.$, b), typeCast(XamDataChart.$, c));
|
|
2556
2556
|
break;
|
|
2557
2557
|
case "NegativeBrushes":
|
|
2558
2558
|
case "NegativeOutlines":
|
|
2559
|
-
this.
|
|
2559
|
+
this.akz((ad, ae) => {
|
|
2560
2560
|
if (ad.d6) {
|
|
2561
|
-
ad.ms(this.
|
|
2561
|
+
ad.ms(this.adb != null ? ArrayExtension.getModulus$1(Brush.$, this.adb, ae) : null, this.adc != null ? ArrayExtension.getModulus$1(Brush.$, this.adc, ae) : null);
|
|
2562
2562
|
}
|
|
2563
2563
|
}, true);
|
|
2564
2564
|
break;
|
|
2565
2565
|
case "OverlayBrushes":
|
|
2566
|
-
this.
|
|
2566
|
+
this.aky((ad, ae) => ad.o9 = this.add != null ? ArrayExtension.getModulus$1(Brush.$, this.add, ae) : null);
|
|
2567
2567
|
break;
|
|
2568
2568
|
case "OverlayOutlines":
|
|
2569
|
-
this.
|
|
2569
|
+
this.aky((ad, ae) => ad.pe = this.ade != null ? ArrayExtension.getModulus$1(Brush.$, this.ade, ae) : null);
|
|
2570
2570
|
break;
|
|
2571
2571
|
case "OverlayThickness":
|
|
2572
|
-
this.
|
|
2572
|
+
this.aky((ad, ae) => ad.g4 = this.ag7);
|
|
2573
2573
|
break;
|
|
2574
2574
|
case "OverlayMultiplier":
|
|
2575
|
-
this.
|
|
2575
|
+
this.aky((ad, ae) => this.aev.setMultiplier(ad, this.ag6));
|
|
2576
2576
|
break;
|
|
2577
2577
|
case "VolumeBrushes":
|
|
2578
|
-
this.
|
|
2578
|
+
this.ak0((ad, ae) => ad.o9 = ArrayExtension.getModulus$1(Brush.$, this.adf, ae));
|
|
2579
2579
|
break;
|
|
2580
2580
|
case "VolumeOutlines":
|
|
2581
|
-
this.
|
|
2581
|
+
this.ak0((ad, ae) => ad.pe = ArrayExtension.getModulus$1(Brush.$, this.adg, ae));
|
|
2582
2582
|
break;
|
|
2583
2583
|
case "VolumeThickness":
|
|
2584
|
-
this.
|
|
2584
|
+
this.ak0((ad, ae) => ad.g4 = this.ag9);
|
|
2585
2585
|
break;
|
|
2586
2586
|
case "IndicatorNegativeBrushes":
|
|
2587
|
-
this.
|
|
2587
|
+
this.akx((ad, ae) => this.aeq.setNegativeBrush(ad, ArrayExtension.getModulus$1(Brush.$, this.ada, ae)));
|
|
2588
2588
|
break;
|
|
2589
2589
|
case "IndicatorBrushes":
|
|
2590
|
-
this.
|
|
2590
|
+
this.akx((ad, ae) => ad.o9 = ArrayExtension.getModulus$1(Brush.$, this.ac9, ae));
|
|
2591
2591
|
break;
|
|
2592
2592
|
case "IndicatorThickness":
|
|
2593
|
-
this.
|
|
2593
|
+
this.akx((ad, ae) => ad.g4 = this.ag5);
|
|
2594
2594
|
break;
|
|
2595
2595
|
case "IndicatorDisplayTypes":
|
|
2596
|
-
this.
|
|
2596
|
+
this.akx((ad, ae) => this.aeq.setDisplayType(ad, ArrayExtension.getModulus$1(IndicatorDisplayType_$type, this.aes, ae)));
|
|
2597
2597
|
break;
|
|
2598
2598
|
case "IndicatorPeriod":
|
|
2599
|
-
this.
|
|
2600
|
-
if (this.
|
|
2599
|
+
this.akx((ad, ae) => {
|
|
2600
|
+
if (this.ah0 == -2147483648) {
|
|
2601
2601
|
return;
|
|
2602
2602
|
}
|
|
2603
|
-
this.
|
|
2603
|
+
this.aeq.setPeriodOverride(ad, this.ah0);
|
|
2604
2604
|
});
|
|
2605
2605
|
break;
|
|
2606
2606
|
case "IndicatorMultiplier":
|
|
2607
|
-
this.
|
|
2607
|
+
this.akx((ad, ae) => this.aeq.setMultiplier(ad, this.ag4));
|
|
2608
2608
|
break;
|
|
2609
2609
|
case "IndicatorSmoothingPeriod":
|
|
2610
|
-
this.
|
|
2610
|
+
this.akx((ad, ae) => this.aeq.setSmoothingPeriod(ad, this.ah3));
|
|
2611
2611
|
break;
|
|
2612
2612
|
case "IndicatorShortPeriod":
|
|
2613
|
-
this.
|
|
2613
|
+
this.akx((ad, ae) => this.aeq.setShortPeriod(ad, this.ah1));
|
|
2614
2614
|
break;
|
|
2615
2615
|
case "IndicatorLongPeriod":
|
|
2616
|
-
this.
|
|
2616
|
+
this.akx((ad, ae) => this.aeq.setLongPeriod(ad, this.ahz));
|
|
2617
2617
|
break;
|
|
2618
2618
|
case "IndicatorSignalPeriod":
|
|
2619
|
-
this.
|
|
2619
|
+
this.akx((ad, ae) => this.aeq.setSignalPeriod(ad, this.ah2));
|
|
2620
2620
|
break;
|
|
2621
2621
|
case "RangeSelectorOptions":
|
|
2622
2622
|
let ad = typeCast(FinancialChartRangeSelectorOptionCollection.$, b);
|
|
2623
2623
|
if (ad != null) {
|
|
2624
|
-
ad.collectionChanged = delegateRemove(ad.collectionChanged, runOn(this, this.
|
|
2624
|
+
ad.collectionChanged = delegateRemove(ad.collectionChanged, runOn(this, this.ak8));
|
|
2625
2625
|
}
|
|
2626
|
-
if (this.
|
|
2627
|
-
let ae = this.
|
|
2628
|
-
ae.collectionChanged = delegateCombine(ae.collectionChanged, runOn(this, this.
|
|
2626
|
+
if (this.ady != null) {
|
|
2627
|
+
let ae = this.ady;
|
|
2628
|
+
ae.collectionChanged = delegateCombine(ae.collectionChanged, runOn(this, this.ak8));
|
|
2629
2629
|
}
|
|
2630
|
-
this.
|
|
2630
|
+
this.alu();
|
|
2631
2631
|
break;
|
|
2632
2632
|
case "CustomIndicatorNames":
|
|
2633
2633
|
let af = typeCast(ObservableCollection$1.$.specialize(String_$type), b);
|
|
2634
2634
|
if (af != null) {
|
|
2635
|
-
af.collectionChanged = delegateRemove(af.collectionChanged, runOn(this, this.
|
|
2635
|
+
af.collectionChanged = delegateRemove(af.collectionChanged, runOn(this, this.ak4));
|
|
2636
2636
|
}
|
|
2637
2637
|
if (this.customIndicatorNames != null) {
|
|
2638
2638
|
let ag = this.customIndicatorNames;
|
|
2639
|
-
ag.collectionChanged = delegateCombine(ag.collectionChanged, runOn(this, this.
|
|
2639
|
+
ag.collectionChanged = delegateCombine(ag.collectionChanged, runOn(this, this.ak4));
|
|
2640
2640
|
}
|
|
2641
|
-
this.
|
|
2641
|
+
this.al4();
|
|
2642
2642
|
break;
|
|
2643
2643
|
case "Legend":
|
|
2644
2644
|
if (this.zoomSliderChart != null) {
|
|
@@ -2646,40 +2646,40 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2646
2646
|
}
|
|
2647
2647
|
break;
|
|
2648
2648
|
case "Brushes":
|
|
2649
|
-
this.
|
|
2649
|
+
this.akz((ah, ai) => ah.o9 = this.ab != null ? ArrayExtension.getModulus$1(Brush.$, this.ab, ai) : null, true);
|
|
2650
2650
|
break;
|
|
2651
2651
|
case "Outlines":
|
|
2652
|
-
this.
|
|
2652
|
+
this.akz((ah, ai) => ah.pe = this.af != null ? ArrayExtension.getModulus$1(Brush.$, this.af, ai) : null, true);
|
|
2653
2653
|
break;
|
|
2654
2654
|
case "XAxisLabelVisibility":
|
|
2655
|
-
if (this.
|
|
2656
|
-
this.
|
|
2655
|
+
if (this.acz == 0 && this.zoomSliderXAxis != null) {
|
|
2656
|
+
this.aa9(this.zoomSliderXAxis, (ah) => ah.visibility = 1);
|
|
2657
2657
|
}
|
|
2658
|
-
this.
|
|
2658
|
+
this.akt();
|
|
2659
2659
|
break;
|
|
2660
2660
|
case "YAxisLabelVisibility":
|
|
2661
|
-
if (this.
|
|
2661
|
+
if (this.ac0 != 0 || this.zoomSliderAxis == null) {
|
|
2662
2662
|
break;
|
|
2663
2663
|
}
|
|
2664
|
-
this.
|
|
2664
|
+
this.aa9(this.zoomSliderAxis, (ah) => ah.visibility = 1);
|
|
2665
2665
|
break;
|
|
2666
2666
|
case "ZoomSliderXAxisMajorStroke":
|
|
2667
|
-
this.zoomSliderXAxis.
|
|
2667
|
+
this.zoomSliderXAxis.jw = this.amf;
|
|
2668
2668
|
break;
|
|
2669
2669
|
case "ZoomSliderXAxisMajorStrokeThickness":
|
|
2670
|
-
this.zoomSliderXAxis.
|
|
2670
|
+
this.zoomSliderXAxis.er = this.ahl;
|
|
2671
2671
|
break;
|
|
2672
2672
|
case "FinancialChartLegend":
|
|
2673
2673
|
case "IsLegendVisible":
|
|
2674
|
-
let ah = this.
|
|
2674
|
+
let ah = this.afw && this.legend == null;
|
|
2675
2675
|
{
|
|
2676
2676
|
let ai = (aj, ak) => {
|
|
2677
2677
|
if (aj.isUsableInLegend) {
|
|
2678
|
-
aj.legend = ah ? this.
|
|
2678
|
+
aj.legend = ah ? this.aek : null;
|
|
2679
2679
|
}
|
|
2680
2680
|
};
|
|
2681
|
-
this.
|
|
2682
|
-
this.
|
|
2681
|
+
this.akz(ai, false);
|
|
2682
|
+
this.aky(ai);
|
|
2683
2683
|
}
|
|
2684
2684
|
break;
|
|
2685
2685
|
case "ZoomSliderAxis":
|
|
@@ -2690,36 +2690,36 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2690
2690
|
if (this.zoomSliderAxis != null) {
|
|
2691
2691
|
if (this.zoomSliderChart != null) {
|
|
2692
2692
|
this.zoomSliderChart.axes.add(this.zoomSliderAxis);
|
|
2693
|
-
this.
|
|
2693
|
+
this.alr();
|
|
2694
2694
|
this.zoomSliderXAxis.itemsSource = this.xAxis.itemsSource;
|
|
2695
2695
|
}
|
|
2696
2696
|
if (this.fi) {
|
|
2697
|
-
this.
|
|
2697
|
+
this.abd(this.zoomSliderAxis);
|
|
2698
2698
|
}
|
|
2699
|
-
this.
|
|
2699
|
+
this.aa9(this.zoomSliderAxis, (ak) => ak.visibility = 1);
|
|
2700
2700
|
}
|
|
2701
2701
|
break;
|
|
2702
2702
|
case "XAxisMinimumValue":
|
|
2703
|
-
this.
|
|
2703
|
+
this.abf((ak) => {
|
|
2704
2704
|
let al = typeCast(ITimeRangeSelectorAxis_$type, ak);
|
|
2705
2705
|
if (al != null) {
|
|
2706
|
-
al.minimumValue = this.
|
|
2706
|
+
al.minimumValue = this.agm;
|
|
2707
2707
|
}
|
|
2708
2708
|
});
|
|
2709
2709
|
break;
|
|
2710
2710
|
case "XAxisMaximumValue":
|
|
2711
|
-
this.
|
|
2711
|
+
this.abf((ak) => {
|
|
2712
2712
|
let al = typeCast(ITimeRangeSelectorAxis_$type, ak);
|
|
2713
2713
|
if (al != null) {
|
|
2714
|
-
al.maximumValue = this.
|
|
2714
|
+
al.maximumValue = this.agl;
|
|
2715
2715
|
}
|
|
2716
2716
|
});
|
|
2717
2717
|
break;
|
|
2718
|
-
case FinancialChart.
|
|
2719
|
-
this.
|
|
2718
|
+
case FinancialChart.aj0:
|
|
2719
|
+
this.abg((ak) => ak.b1 = this.af4, a);
|
|
2720
2720
|
break;
|
|
2721
|
-
case FinancialChart.
|
|
2722
|
-
this.
|
|
2721
|
+
case FinancialChart.akb:
|
|
2722
|
+
this.abk((ak) => ak.b1 = this.af6);
|
|
2723
2723
|
break;
|
|
2724
2724
|
}
|
|
2725
2725
|
}
|
|
@@ -2729,44 +2729,24 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2729
2729
|
get b1() {
|
|
2730
2730
|
return this.get_b1();
|
|
2731
2731
|
}
|
|
2732
|
-
get
|
|
2733
|
-
return this.
|
|
2734
|
-
}
|
|
2735
|
-
set af6(a) {
|
|
2736
|
-
let b = this.af6;
|
|
2737
|
-
if (a != b) {
|
|
2738
|
-
this.afo = a;
|
|
2739
|
-
this.sv("YAxisIsLogarithmic", b, this.af6);
|
|
2740
|
-
}
|
|
2741
|
-
}
|
|
2742
|
-
get ah4() {
|
|
2743
|
-
return this.ahw;
|
|
2744
|
-
}
|
|
2745
|
-
set ah4(a) {
|
|
2746
|
-
let b = this.ah4;
|
|
2747
|
-
if (a != b) {
|
|
2748
|
-
this.ahw = a;
|
|
2749
|
-
this.sv("YAxisLogarithmBase", b, this.ah4);
|
|
2750
|
-
}
|
|
2751
|
-
}
|
|
2752
|
-
get ahg() {
|
|
2753
|
-
return this.agx;
|
|
2732
|
+
get af7() {
|
|
2733
|
+
return this.afp;
|
|
2754
2734
|
}
|
|
2755
|
-
set
|
|
2756
|
-
let b = this.
|
|
2735
|
+
set af7(a) {
|
|
2736
|
+
let b = this.af7;
|
|
2757
2737
|
if (a != b) {
|
|
2758
|
-
this.
|
|
2759
|
-
this.
|
|
2738
|
+
this.afp = a;
|
|
2739
|
+
this.sw("YAxisIsLogarithmic", b, this.af7);
|
|
2760
2740
|
}
|
|
2761
2741
|
}
|
|
2762
|
-
get
|
|
2763
|
-
return this.
|
|
2742
|
+
get ah5() {
|
|
2743
|
+
return this.ahx;
|
|
2764
2744
|
}
|
|
2765
|
-
set
|
|
2766
|
-
let b = this.
|
|
2745
|
+
set ah5(a) {
|
|
2746
|
+
let b = this.ah5;
|
|
2767
2747
|
if (a != b) {
|
|
2768
|
-
this.
|
|
2769
|
-
this.
|
|
2748
|
+
this.ahx = a;
|
|
2749
|
+
this.sw("YAxisLogarithmBase", b, this.ah5);
|
|
2770
2750
|
}
|
|
2771
2751
|
}
|
|
2772
2752
|
get ahh() {
|
|
@@ -2776,7 +2756,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2776
2756
|
let b = this.ahh;
|
|
2777
2757
|
if (a != b) {
|
|
2778
2758
|
this.agy = a;
|
|
2779
|
-
this.
|
|
2759
|
+
this.sw("YAxisInterval", b, this.ahh);
|
|
2780
2760
|
}
|
|
2781
2761
|
}
|
|
2782
2762
|
get ahj() {
|
|
@@ -2786,53 +2766,53 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2786
2766
|
let b = this.ahj;
|
|
2787
2767
|
if (a != b) {
|
|
2788
2768
|
this.ag0 = a;
|
|
2789
|
-
this.
|
|
2769
|
+
this.sw("YAxisMinimumValue", b, this.ahj);
|
|
2790
2770
|
}
|
|
2791
2771
|
}
|
|
2792
|
-
get
|
|
2793
|
-
return this.
|
|
2794
|
-
}
|
|
2795
|
-
get ahe() {
|
|
2796
|
-
return this.yAxis.lv;
|
|
2797
|
-
}
|
|
2798
|
-
get ad6() {
|
|
2799
|
-
return this.ad4;
|
|
2772
|
+
get ahi() {
|
|
2773
|
+
return this.agz;
|
|
2800
2774
|
}
|
|
2801
|
-
set
|
|
2802
|
-
let b = this.
|
|
2775
|
+
set ahi(a) {
|
|
2776
|
+
let b = this.ahi;
|
|
2803
2777
|
if (a != b) {
|
|
2804
|
-
this.
|
|
2805
|
-
this.
|
|
2778
|
+
this.agz = a;
|
|
2779
|
+
this.sw("YAxisMaximumValue", b, this.ahi);
|
|
2806
2780
|
}
|
|
2807
2781
|
}
|
|
2808
|
-
get
|
|
2809
|
-
return this.
|
|
2782
|
+
get ahk() {
|
|
2783
|
+
return this.ag1;
|
|
2810
2784
|
}
|
|
2811
|
-
set
|
|
2812
|
-
let b = this.
|
|
2785
|
+
set ahk(a) {
|
|
2786
|
+
let b = this.ahk;
|
|
2813
2787
|
if (a != b) {
|
|
2814
|
-
this.
|
|
2815
|
-
this.
|
|
2788
|
+
this.ag1 = a;
|
|
2789
|
+
this.sw("YAxisMinorInterval", b, this.ahk);
|
|
2816
2790
|
}
|
|
2817
2791
|
}
|
|
2818
|
-
get
|
|
2819
|
-
return this.
|
|
2792
|
+
get ahg() {
|
|
2793
|
+
return this.yAxis.lx;
|
|
2820
2794
|
}
|
|
2821
|
-
|
|
2822
|
-
|
|
2795
|
+
get ahf() {
|
|
2796
|
+
return this.yAxis.lw;
|
|
2797
|
+
}
|
|
2798
|
+
get ad7() {
|
|
2799
|
+
return this.ad5;
|
|
2800
|
+
}
|
|
2801
|
+
set ad7(a) {
|
|
2802
|
+
let b = this.ad7;
|
|
2823
2803
|
if (a != b) {
|
|
2824
|
-
this.
|
|
2825
|
-
this.
|
|
2804
|
+
this.ad5 = a;
|
|
2805
|
+
this.sw("VolumeType", enumGetBox(FinancialChartVolumeType_$type, b), enumGetBox(FinancialChartVolumeType_$type, this.ad7));
|
|
2826
2806
|
}
|
|
2827
2807
|
}
|
|
2828
|
-
get
|
|
2829
|
-
return this.
|
|
2808
|
+
get ad9() {
|
|
2809
|
+
return this.ad8;
|
|
2830
2810
|
}
|
|
2831
|
-
set
|
|
2832
|
-
let b = this.
|
|
2811
|
+
set ad9(a) {
|
|
2812
|
+
let b = this.ad9;
|
|
2833
2813
|
if (a != b) {
|
|
2834
|
-
this.
|
|
2835
|
-
this.
|
|
2814
|
+
this.ad8 = a;
|
|
2815
|
+
this.sw("XAxisMode", enumGetBox(FinancialChartXAxisMode_$type, b), enumGetBox(FinancialChartXAxisMode_$type, this.ad9));
|
|
2836
2816
|
}
|
|
2837
2817
|
}
|
|
2838
2818
|
get aha() {
|
|
@@ -2842,17 +2822,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2842
2822
|
let b = this.aha;
|
|
2843
2823
|
if (a != b) {
|
|
2844
2824
|
this.agt = a;
|
|
2845
|
-
this.
|
|
2846
|
-
}
|
|
2847
|
-
}
|
|
2848
|
-
get ahb() {
|
|
2849
|
-
return this.agu;
|
|
2850
|
-
}
|
|
2851
|
-
set ahb(a) {
|
|
2852
|
-
let b = this.ahb;
|
|
2853
|
-
if (a != b) {
|
|
2854
|
-
this.agu = a;
|
|
2855
|
-
this.sv("XAxisZoomToCategoryRange", b, this.ahb);
|
|
2825
|
+
this.sw("XAxisZoomMaximumCategoryRange", b, this.aha);
|
|
2856
2826
|
}
|
|
2857
2827
|
}
|
|
2858
2828
|
get ahd() {
|
|
@@ -2862,44 +2832,48 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2862
2832
|
let b = this.ahd;
|
|
2863
2833
|
if (a != b) {
|
|
2864
2834
|
this.agw = a;
|
|
2865
|
-
this.
|
|
2835
|
+
this.sw("XAxisZoomToCategoryStart", b, this.ahd);
|
|
2866
2836
|
}
|
|
2867
2837
|
}
|
|
2868
|
-
get
|
|
2869
|
-
return this.
|
|
2838
|
+
get ahb() {
|
|
2839
|
+
return this.agu;
|
|
2870
2840
|
}
|
|
2871
|
-
set
|
|
2872
|
-
let b = this.
|
|
2841
|
+
set ahb(a) {
|
|
2842
|
+
let b = this.ahb;
|
|
2873
2843
|
if (a != b) {
|
|
2874
|
-
this.
|
|
2875
|
-
this.
|
|
2844
|
+
this.agu = a;
|
|
2845
|
+
this.sw("XAxisZoomMaximumItemSpan", b, this.ahb);
|
|
2876
2846
|
}
|
|
2877
2847
|
}
|
|
2878
|
-
get
|
|
2879
|
-
return this.
|
|
2848
|
+
get ahc() {
|
|
2849
|
+
return this.agv;
|
|
2880
2850
|
}
|
|
2881
|
-
set
|
|
2882
|
-
let b = this.
|
|
2851
|
+
set ahc(a) {
|
|
2852
|
+
let b = this.ahc;
|
|
2883
2853
|
if (a != b) {
|
|
2884
|
-
this.
|
|
2885
|
-
this.
|
|
2854
|
+
this.agv = a;
|
|
2855
|
+
this.sw("XAxisZoomToCategoryRange", b, this.ahc);
|
|
2886
2856
|
}
|
|
2887
2857
|
}
|
|
2888
|
-
get
|
|
2889
|
-
return this.
|
|
2858
|
+
get ahe() {
|
|
2859
|
+
return this.agx;
|
|
2890
2860
|
}
|
|
2891
|
-
set
|
|
2892
|
-
let b = this.
|
|
2861
|
+
set ahe(a) {
|
|
2862
|
+
let b = this.ahe;
|
|
2893
2863
|
if (a != b) {
|
|
2894
|
-
this.
|
|
2895
|
-
this.
|
|
2864
|
+
this.agx = a;
|
|
2865
|
+
this.sw("XAxisZoomToItemSpan", b, this.ahe);
|
|
2896
2866
|
}
|
|
2897
2867
|
}
|
|
2898
|
-
|
|
2899
|
-
return
|
|
2868
|
+
get aeb() {
|
|
2869
|
+
return this.aea;
|
|
2900
2870
|
}
|
|
2901
|
-
|
|
2902
|
-
|
|
2871
|
+
set aeb(a) {
|
|
2872
|
+
let b = this.aeb;
|
|
2873
|
+
if (a != b) {
|
|
2874
|
+
this.aea = a;
|
|
2875
|
+
this.sw("YAxisMode", enumGetBox(FinancialChartYAxisMode_$type, b), enumGetBox(FinancialChartYAxisMode_$type, this.aeb));
|
|
2876
|
+
}
|
|
2903
2877
|
}
|
|
2904
2878
|
get af0() {
|
|
2905
2879
|
return this.afk;
|
|
@@ -2908,47 +2882,73 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2908
2882
|
let b = this.af0;
|
|
2909
2883
|
if (a != b) {
|
|
2910
2884
|
this.afk = a;
|
|
2911
|
-
this.
|
|
2885
|
+
this.sw("IsToolbarVisible", b, this.af0);
|
|
2912
2886
|
}
|
|
2913
2887
|
}
|
|
2914
|
-
get
|
|
2915
|
-
return this.
|
|
2888
|
+
get ad2() {
|
|
2889
|
+
return this.ad1;
|
|
2916
2890
|
}
|
|
2917
|
-
set
|
|
2918
|
-
let b = this.
|
|
2891
|
+
set ad2(a) {
|
|
2892
|
+
let b = this.ad2;
|
|
2919
2893
|
if (a != b) {
|
|
2920
|
-
this.
|
|
2921
|
-
this.
|
|
2894
|
+
this.ad1 = a;
|
|
2895
|
+
this.sw("ChartType", enumGetBox(FinancialChartType_$type, b), enumGetBox(FinancialChartType_$type, this.ad2));
|
|
2922
2896
|
}
|
|
2923
2897
|
}
|
|
2924
|
-
|
|
2925
|
-
return
|
|
2898
|
+
get_abu() {
|
|
2899
|
+
return super.get_abu();
|
|
2900
|
+
}
|
|
2901
|
+
set_abu(a) {
|
|
2902
|
+
super.set_abu(a);
|
|
2903
|
+
}
|
|
2904
|
+
get af1() {
|
|
2905
|
+
return this.afl;
|
|
2926
2906
|
}
|
|
2927
|
-
set
|
|
2928
|
-
let b = this.
|
|
2907
|
+
set af1(a) {
|
|
2908
|
+
let b = this.af1;
|
|
2929
2909
|
if (a != b) {
|
|
2930
|
-
this.
|
|
2931
|
-
this.
|
|
2910
|
+
this.afl = a;
|
|
2911
|
+
this.sw("IsWindowSyncedToVisibleRange", b, this.af1);
|
|
2912
|
+
}
|
|
2913
|
+
}
|
|
2914
|
+
get aeg() {
|
|
2915
|
+
return this.aef;
|
|
2916
|
+
}
|
|
2917
|
+
set aeg(a) {
|
|
2918
|
+
let b = this.aeg;
|
|
2919
|
+
if (a != b) {
|
|
2920
|
+
this.aef = a;
|
|
2921
|
+
this.sw("IndicatorTypes", b, this.aeg);
|
|
2922
|
+
}
|
|
2923
|
+
}
|
|
2924
|
+
get aei() {
|
|
2925
|
+
return this.aeh;
|
|
2926
|
+
}
|
|
2927
|
+
set aei(a) {
|
|
2928
|
+
let b = this.aei;
|
|
2929
|
+
if (a != b) {
|
|
2930
|
+
this.aeh = a;
|
|
2931
|
+
this.sw("OverlayTypes", b, this.aei);
|
|
2932
2932
|
}
|
|
2933
2933
|
}
|
|
2934
2934
|
get indicatorCharts() {
|
|
2935
|
-
return this.
|
|
2935
|
+
return this.agc;
|
|
2936
2936
|
}
|
|
2937
2937
|
set indicatorCharts(a) {
|
|
2938
2938
|
let b = this.indicatorCharts;
|
|
2939
2939
|
if (a != b) {
|
|
2940
|
-
this.
|
|
2941
|
-
this.
|
|
2940
|
+
this.agc = a;
|
|
2941
|
+
this.sw("IndicatorCharts", b, this.indicatorCharts);
|
|
2942
2942
|
}
|
|
2943
2943
|
}
|
|
2944
|
-
get
|
|
2945
|
-
return this.
|
|
2944
|
+
get af5() {
|
|
2945
|
+
return this.afn;
|
|
2946
2946
|
}
|
|
2947
|
-
set
|
|
2948
|
-
let b = this.
|
|
2947
|
+
set af5(a) {
|
|
2948
|
+
let b = this.af5;
|
|
2949
2949
|
if (a != b) {
|
|
2950
|
-
this.
|
|
2951
|
-
this.
|
|
2950
|
+
this.afn = a;
|
|
2951
|
+
this.sw("YAxisAbbreviateLargeNumbers", b, this.af5);
|
|
2952
2952
|
}
|
|
2953
2953
|
}
|
|
2954
2954
|
get_iv() {
|
|
@@ -2957,74 +2957,64 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2957
2957
|
set_iv(a) {
|
|
2958
2958
|
super.set_iv(a);
|
|
2959
2959
|
}
|
|
2960
|
-
get
|
|
2961
|
-
return this.
|
|
2960
|
+
get af4() {
|
|
2961
|
+
return this.afm;
|
|
2962
2962
|
}
|
|
2963
|
-
set
|
|
2964
|
-
let b = this.
|
|
2963
|
+
set af4(a) {
|
|
2964
|
+
let b = this.af4;
|
|
2965
2965
|
if (a != b) {
|
|
2966
|
-
this.
|
|
2967
|
-
this.
|
|
2966
|
+
this.afm = a;
|
|
2967
|
+
this.sw(FinancialChart.aj0, b, this.af4);
|
|
2968
2968
|
}
|
|
2969
2969
|
}
|
|
2970
|
-
get
|
|
2971
|
-
return this.
|
|
2970
|
+
get af6() {
|
|
2971
|
+
return this.afo;
|
|
2972
2972
|
}
|
|
2973
|
-
set
|
|
2974
|
-
let b = this.
|
|
2973
|
+
set af6(a) {
|
|
2974
|
+
let b = this.af6;
|
|
2975
2975
|
if (a != b) {
|
|
2976
|
-
this.
|
|
2977
|
-
this.
|
|
2976
|
+
this.afo = a;
|
|
2977
|
+
this.sw(FinancialChart.akb, b, this.af6);
|
|
2978
2978
|
}
|
|
2979
2979
|
}
|
|
2980
2980
|
get zoomSliderChart() {
|
|
2981
|
-
return this.
|
|
2981
|
+
return this.afe;
|
|
2982
2982
|
}
|
|
2983
2983
|
set zoomSliderChart(a) {
|
|
2984
2984
|
let b = this.zoomSliderChart;
|
|
2985
2985
|
if (a != b) {
|
|
2986
|
-
this.
|
|
2987
|
-
this.
|
|
2986
|
+
this.afe = a;
|
|
2987
|
+
this.sw("ZoomSliderChart", b, this.zoomSliderChart);
|
|
2988
2988
|
}
|
|
2989
2989
|
}
|
|
2990
2990
|
get zoomSliderAxis() {
|
|
2991
|
-
return this.
|
|
2991
|
+
return this.aez;
|
|
2992
2992
|
}
|
|
2993
2993
|
set zoomSliderAxis(a) {
|
|
2994
2994
|
let b = this.zoomSliderAxis;
|
|
2995
2995
|
if (a != b) {
|
|
2996
|
-
this.
|
|
2997
|
-
this.
|
|
2996
|
+
this.aez = a;
|
|
2997
|
+
this.sw("ZoomSliderAxis", b, this.zoomSliderAxis);
|
|
2998
2998
|
}
|
|
2999
2999
|
}
|
|
3000
3000
|
get zoomSliderXAxis() {
|
|
3001
|
-
return this.
|
|
3001
|
+
return this.adk;
|
|
3002
3002
|
}
|
|
3003
3003
|
set zoomSliderXAxis(a) {
|
|
3004
3004
|
let b = this.zoomSliderXAxis;
|
|
3005
3005
|
if (a != b) {
|
|
3006
|
-
this.
|
|
3007
|
-
this.
|
|
3008
|
-
}
|
|
3009
|
-
}
|
|
3010
|
-
get aed() {
|
|
3011
|
-
return this.aeb;
|
|
3012
|
-
}
|
|
3013
|
-
set aed(a) {
|
|
3014
|
-
let b = this.aed;
|
|
3015
|
-
if (a != b) {
|
|
3016
|
-
this.aeb = a;
|
|
3017
|
-
this.sv("ZoomSliderType", enumGetBox(FinancialChartZoomSliderType_$type, b), enumGetBox(FinancialChartZoomSliderType_$type, this.aed));
|
|
3006
|
+
this.adk = a;
|
|
3007
|
+
this.sw("ZoomSliderXAxis", b, this.zoomSliderXAxis);
|
|
3018
3008
|
}
|
|
3019
3009
|
}
|
|
3020
|
-
get
|
|
3021
|
-
return this.
|
|
3010
|
+
get aee() {
|
|
3011
|
+
return this.aec;
|
|
3022
3012
|
}
|
|
3023
|
-
set
|
|
3024
|
-
let b = this.
|
|
3013
|
+
set aee(a) {
|
|
3014
|
+
let b = this.aee;
|
|
3025
3015
|
if (a != b) {
|
|
3026
|
-
this.
|
|
3027
|
-
this.
|
|
3016
|
+
this.aec = a;
|
|
3017
|
+
this.sw("ZoomSliderType", enumGetBox(FinancialChartZoomSliderType_$type, b), enumGetBox(FinancialChartZoomSliderType_$type, this.aee));
|
|
3028
3018
|
}
|
|
3029
3019
|
}
|
|
3030
3020
|
get adb() {
|
|
@@ -3034,7 +3024,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3034
3024
|
let b = this.adb;
|
|
3035
3025
|
if (a != b) {
|
|
3036
3026
|
this.ac3 = a;
|
|
3037
|
-
this.
|
|
3027
|
+
this.sw("NegativeBrushes", b, this.adb);
|
|
3038
3028
|
}
|
|
3039
3029
|
}
|
|
3040
3030
|
get adc() {
|
|
@@ -3044,7 +3034,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3044
3034
|
let b = this.adc;
|
|
3045
3035
|
if (a != b) {
|
|
3046
3036
|
this.ac4 = a;
|
|
3047
|
-
this.
|
|
3037
|
+
this.sw("NegativeOutlines", b, this.adc);
|
|
3048
3038
|
}
|
|
3049
3039
|
}
|
|
3050
3040
|
get add() {
|
|
@@ -3054,7 +3044,27 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3054
3044
|
let b = this.add;
|
|
3055
3045
|
if (a != b) {
|
|
3056
3046
|
this.ac5 = a;
|
|
3057
|
-
this.
|
|
3047
|
+
this.sw("OverlayBrushes", b, this.add);
|
|
3048
|
+
}
|
|
3049
|
+
}
|
|
3050
|
+
get ade() {
|
|
3051
|
+
return this.ac6;
|
|
3052
|
+
}
|
|
3053
|
+
set ade(a) {
|
|
3054
|
+
let b = this.ade;
|
|
3055
|
+
if (a != b) {
|
|
3056
|
+
this.ac6 = a;
|
|
3057
|
+
this.sw("OverlayOutlines", b, this.ade);
|
|
3058
|
+
}
|
|
3059
|
+
}
|
|
3060
|
+
get adg() {
|
|
3061
|
+
return this.ac8;
|
|
3062
|
+
}
|
|
3063
|
+
set adg(a) {
|
|
3064
|
+
let b = this.adg;
|
|
3065
|
+
if (a != b) {
|
|
3066
|
+
this.ac8 = a;
|
|
3067
|
+
this.sw("VolumeOutlines", b, this.adg);
|
|
3058
3068
|
}
|
|
3059
3069
|
}
|
|
3060
3070
|
get adf() {
|
|
@@ -3064,17 +3074,17 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3064
3074
|
let b = this.adf;
|
|
3065
3075
|
if (a != b) {
|
|
3066
3076
|
this.ac7 = a;
|
|
3067
|
-
this.
|
|
3077
|
+
this.sw("VolumeBrushes", b, this.adf);
|
|
3068
3078
|
}
|
|
3069
3079
|
}
|
|
3070
|
-
get
|
|
3071
|
-
return this.
|
|
3080
|
+
get ada() {
|
|
3081
|
+
return this.ac2;
|
|
3072
3082
|
}
|
|
3073
|
-
set
|
|
3074
|
-
let b = this.
|
|
3083
|
+
set ada(a) {
|
|
3084
|
+
let b = this.ada;
|
|
3075
3085
|
if (a != b) {
|
|
3076
|
-
this.
|
|
3077
|
-
this.
|
|
3086
|
+
this.ac2 = a;
|
|
3087
|
+
this.sw("IndicatorNegativeBrushes", b, this.ada);
|
|
3078
3088
|
}
|
|
3079
3089
|
}
|
|
3080
3090
|
get ac9() {
|
|
@@ -3084,27 +3094,27 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3084
3094
|
let b = this.ac9;
|
|
3085
3095
|
if (a != b) {
|
|
3086
3096
|
this.ac1 = a;
|
|
3087
|
-
this.
|
|
3097
|
+
this.sw("IndicatorBrushes", b, this.ac9);
|
|
3088
3098
|
}
|
|
3089
3099
|
}
|
|
3090
|
-
get
|
|
3091
|
-
return this.
|
|
3100
|
+
get ag9() {
|
|
3101
|
+
return this.ags;
|
|
3092
3102
|
}
|
|
3093
|
-
set
|
|
3094
|
-
let b = this.
|
|
3103
|
+
set ag9(a) {
|
|
3104
|
+
let b = this.ag9;
|
|
3095
3105
|
if (a != b) {
|
|
3096
|
-
this.
|
|
3097
|
-
this.
|
|
3106
|
+
this.ags = a;
|
|
3107
|
+
this.sw("VolumeThickness", b, this.ag9);
|
|
3098
3108
|
}
|
|
3099
3109
|
}
|
|
3100
|
-
get
|
|
3101
|
-
return this.
|
|
3110
|
+
get ag7() {
|
|
3111
|
+
return this.agq;
|
|
3102
3112
|
}
|
|
3103
|
-
set
|
|
3104
|
-
let b = this.
|
|
3113
|
+
set ag7(a) {
|
|
3114
|
+
let b = this.ag7;
|
|
3105
3115
|
if (a != b) {
|
|
3106
|
-
this.
|
|
3107
|
-
this.
|
|
3116
|
+
this.agq = a;
|
|
3117
|
+
this.sw("OverlayThickness", b, this.ag7);
|
|
3108
3118
|
}
|
|
3109
3119
|
}
|
|
3110
3120
|
get ag6() {
|
|
@@ -3114,7 +3124,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3114
3124
|
let b = this.ag6;
|
|
3115
3125
|
if (a != b) {
|
|
3116
3126
|
this.agp = a;
|
|
3117
|
-
this.
|
|
3127
|
+
this.sw("OverlayMultiplier", b, this.ag6);
|
|
3118
3128
|
}
|
|
3119
3129
|
}
|
|
3120
3130
|
get ag5() {
|
|
@@ -3124,7 +3134,27 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3124
3134
|
let b = this.ag5;
|
|
3125
3135
|
if (a != b) {
|
|
3126
3136
|
this.ago = a;
|
|
3127
|
-
this.
|
|
3137
|
+
this.sw("IndicatorThickness", b, this.ag5);
|
|
3138
|
+
}
|
|
3139
|
+
}
|
|
3140
|
+
get aes() {
|
|
3141
|
+
return this.aer;
|
|
3142
|
+
}
|
|
3143
|
+
set aes(a) {
|
|
3144
|
+
let b = this.aes;
|
|
3145
|
+
if (a != b) {
|
|
3146
|
+
this.aer = a;
|
|
3147
|
+
this.sw("IndicatorDisplayTypes", b, this.aes);
|
|
3148
|
+
}
|
|
3149
|
+
}
|
|
3150
|
+
get ah0() {
|
|
3151
|
+
return this.aht;
|
|
3152
|
+
}
|
|
3153
|
+
set ah0(a) {
|
|
3154
|
+
let b = this.ah0;
|
|
3155
|
+
if (a != b) {
|
|
3156
|
+
this.aht = a;
|
|
3157
|
+
this.sw("IndicatorPeriod", b, this.ah0);
|
|
3128
3158
|
}
|
|
3129
3159
|
}
|
|
3130
3160
|
get ag4() {
|
|
@@ -3134,17 +3164,27 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3134
3164
|
let b = this.ag4;
|
|
3135
3165
|
if (a != b) {
|
|
3136
3166
|
this.agn = a;
|
|
3137
|
-
this.
|
|
3167
|
+
this.sw("IndicatorMultiplier", b, this.ag4);
|
|
3138
3168
|
}
|
|
3139
3169
|
}
|
|
3140
|
-
get
|
|
3141
|
-
return this.
|
|
3170
|
+
get ah3() {
|
|
3171
|
+
return this.ahw;
|
|
3142
3172
|
}
|
|
3143
|
-
set
|
|
3144
|
-
let b = this.
|
|
3173
|
+
set ah3(a) {
|
|
3174
|
+
let b = this.ah3;
|
|
3145
3175
|
if (a != b) {
|
|
3146
|
-
this.
|
|
3147
|
-
this.
|
|
3176
|
+
this.ahw = a;
|
|
3177
|
+
this.sw("IndicatorSmoothingPeriod", b, this.ah3);
|
|
3178
|
+
}
|
|
3179
|
+
}
|
|
3180
|
+
get ah1() {
|
|
3181
|
+
return this.ahu;
|
|
3182
|
+
}
|
|
3183
|
+
set ah1(a) {
|
|
3184
|
+
let b = this.ah1;
|
|
3185
|
+
if (a != b) {
|
|
3186
|
+
this.ahu = a;
|
|
3187
|
+
this.sw("IndicatorShortPeriod", b, this.ah1);
|
|
3148
3188
|
}
|
|
3149
3189
|
}
|
|
3150
3190
|
get ahz() {
|
|
@@ -3154,17 +3194,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3154
3194
|
let b = this.ahz;
|
|
3155
3195
|
if (a != b) {
|
|
3156
3196
|
this.ahs = a;
|
|
3157
|
-
this.
|
|
3158
|
-
}
|
|
3159
|
-
}
|
|
3160
|
-
get ag3() {
|
|
3161
|
-
return this.agm;
|
|
3162
|
-
}
|
|
3163
|
-
set ag3(a) {
|
|
3164
|
-
let b = this.ag3;
|
|
3165
|
-
if (a != b) {
|
|
3166
|
-
this.agm = a;
|
|
3167
|
-
this.sv("IndicatorMultiplier", b, this.ag3);
|
|
3197
|
+
this.sw("IndicatorLongPeriod", b, this.ahz);
|
|
3168
3198
|
}
|
|
3169
3199
|
}
|
|
3170
3200
|
get ah2() {
|
|
@@ -3174,57 +3204,27 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3174
3204
|
let b = this.ah2;
|
|
3175
3205
|
if (a != b) {
|
|
3176
3206
|
this.ahv = a;
|
|
3177
|
-
this.
|
|
3207
|
+
this.sw("IndicatorSignalPeriod", b, this.ah2);
|
|
3178
3208
|
}
|
|
3179
3209
|
}
|
|
3180
|
-
get
|
|
3181
|
-
return this.
|
|
3210
|
+
get ady() {
|
|
3211
|
+
return this.adw;
|
|
3182
3212
|
}
|
|
3183
|
-
set
|
|
3184
|
-
let b = this.
|
|
3213
|
+
set ady(a) {
|
|
3214
|
+
let b = this.ady;
|
|
3185
3215
|
if (a != b) {
|
|
3186
|
-
this.
|
|
3187
|
-
this.
|
|
3188
|
-
}
|
|
3189
|
-
}
|
|
3190
|
-
get ahy() {
|
|
3191
|
-
return this.ahr;
|
|
3192
|
-
}
|
|
3193
|
-
set ahy(a) {
|
|
3194
|
-
let b = this.ahy;
|
|
3195
|
-
if (a != b) {
|
|
3196
|
-
this.ahr = a;
|
|
3197
|
-
this.sv("IndicatorLongPeriod", b, this.ahy);
|
|
3198
|
-
}
|
|
3199
|
-
}
|
|
3200
|
-
get ah1() {
|
|
3201
|
-
return this.ahu;
|
|
3202
|
-
}
|
|
3203
|
-
set ah1(a) {
|
|
3204
|
-
let b = this.ah1;
|
|
3205
|
-
if (a != b) {
|
|
3206
|
-
this.ahu = a;
|
|
3207
|
-
this.sv("IndicatorSignalPeriod", b, this.ah1);
|
|
3208
|
-
}
|
|
3209
|
-
}
|
|
3210
|
-
get adx() {
|
|
3211
|
-
return this.adv;
|
|
3212
|
-
}
|
|
3213
|
-
set adx(a) {
|
|
3214
|
-
let b = this.adx;
|
|
3215
|
-
if (a != b) {
|
|
3216
|
-
this.adv = a;
|
|
3217
|
-
this.sv("RangeSelectorOptions", b, this.adx);
|
|
3216
|
+
this.adw = a;
|
|
3217
|
+
this.sw("RangeSelectorOptions", b, this.ady);
|
|
3218
3218
|
}
|
|
3219
3219
|
}
|
|
3220
3220
|
get customIndicatorNames() {
|
|
3221
|
-
return this.
|
|
3221
|
+
return this.ads;
|
|
3222
3222
|
}
|
|
3223
3223
|
set customIndicatorNames(a) {
|
|
3224
|
-
let b = this.
|
|
3224
|
+
let b = this.ads;
|
|
3225
3225
|
if (a != b) {
|
|
3226
|
-
this.
|
|
3227
|
-
this.
|
|
3226
|
+
this.ads = a;
|
|
3227
|
+
this.sw("CustomIndicatorNames", b, this.customIndicatorNames);
|
|
3228
3228
|
}
|
|
3229
3229
|
}
|
|
3230
3230
|
get_f9() {
|
|
@@ -3233,124 +3233,134 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3233
3233
|
set_f9(a) {
|
|
3234
3234
|
super.set_f9(a);
|
|
3235
3235
|
}
|
|
3236
|
-
get
|
|
3237
|
-
return this.
|
|
3236
|
+
get amf() {
|
|
3237
|
+
return this.ame;
|
|
3238
3238
|
}
|
|
3239
|
-
set
|
|
3240
|
-
let b = this.
|
|
3239
|
+
set amf(a) {
|
|
3240
|
+
let b = this.amf;
|
|
3241
3241
|
if (a != b) {
|
|
3242
|
-
this.
|
|
3243
|
-
this.
|
|
3242
|
+
this.ame = a;
|
|
3243
|
+
this.sw("ZoomSliderXAxisMajorStroke", b, this.amf);
|
|
3244
3244
|
}
|
|
3245
3245
|
}
|
|
3246
|
-
get
|
|
3247
|
-
return this.
|
|
3246
|
+
get ahl() {
|
|
3247
|
+
return this.ag2;
|
|
3248
3248
|
}
|
|
3249
|
-
set
|
|
3250
|
-
let b = this.
|
|
3249
|
+
set ahl(a) {
|
|
3250
|
+
let b = this.ahl;
|
|
3251
3251
|
if (a != b) {
|
|
3252
|
-
this.
|
|
3253
|
-
this.
|
|
3252
|
+
this.ag2 = a;
|
|
3253
|
+
this.sw("ZoomSliderXAxisMajorStrokeThickness", b, this.ahl);
|
|
3254
3254
|
}
|
|
3255
3255
|
}
|
|
3256
|
-
get
|
|
3257
|
-
return this.
|
|
3256
|
+
get afw() {
|
|
3257
|
+
return this.afj;
|
|
3258
3258
|
}
|
|
3259
|
-
set
|
|
3260
|
-
let b = this.
|
|
3259
|
+
set afw(a) {
|
|
3260
|
+
let b = this.afw;
|
|
3261
3261
|
if (a != b) {
|
|
3262
|
-
this.
|
|
3263
|
-
this.
|
|
3262
|
+
this.afj = a;
|
|
3263
|
+
this.sw("IsLegendVisible", b, this.afw);
|
|
3264
3264
|
}
|
|
3265
3265
|
}
|
|
3266
|
-
get
|
|
3267
|
-
return this.
|
|
3266
|
+
get aek() {
|
|
3267
|
+
return this.aej;
|
|
3268
3268
|
}
|
|
3269
|
-
set
|
|
3270
|
-
let b = this.
|
|
3269
|
+
set aek(a) {
|
|
3270
|
+
let b = this.aek;
|
|
3271
3271
|
if (a != b) {
|
|
3272
|
-
this.
|
|
3273
|
-
this.
|
|
3272
|
+
this.aej = a;
|
|
3273
|
+
this.sw("FinancialChartLegend", b, this.aek);
|
|
3274
3274
|
}
|
|
3275
3275
|
}
|
|
3276
3276
|
get xAxis() {
|
|
3277
|
-
return this.
|
|
3277
|
+
return this.adj;
|
|
3278
3278
|
}
|
|
3279
3279
|
set xAxis(a) {
|
|
3280
3280
|
let b = this.xAxis;
|
|
3281
3281
|
if (a != b) {
|
|
3282
|
-
this.
|
|
3283
|
-
this.
|
|
3282
|
+
this.adj = a;
|
|
3283
|
+
this.sw("XAxis", b, this.xAxis);
|
|
3284
3284
|
}
|
|
3285
3285
|
}
|
|
3286
3286
|
get yAxis() {
|
|
3287
|
-
return this.
|
|
3287
|
+
return this.aey;
|
|
3288
3288
|
}
|
|
3289
3289
|
set yAxis(a) {
|
|
3290
3290
|
let b = this.yAxis;
|
|
3291
3291
|
if (a != b) {
|
|
3292
|
-
this.
|
|
3293
|
-
this.
|
|
3292
|
+
this.aey = a;
|
|
3293
|
+
this.sw("YAxis", b, this.yAxis);
|
|
3294
3294
|
}
|
|
3295
3295
|
}
|
|
3296
3296
|
get volumeAxis() {
|
|
3297
|
-
return this.
|
|
3297
|
+
return this.aex;
|
|
3298
3298
|
}
|
|
3299
3299
|
set volumeAxis(a) {
|
|
3300
3300
|
let b = this.volumeAxis;
|
|
3301
3301
|
if (a != b) {
|
|
3302
|
-
this.
|
|
3303
|
-
this.
|
|
3302
|
+
this.aex = a;
|
|
3303
|
+
this.sw("VolumeAxis", b, this.volumeAxis);
|
|
3304
3304
|
}
|
|
3305
3305
|
}
|
|
3306
3306
|
get volumeXAxis() {
|
|
3307
|
-
return this.
|
|
3307
|
+
return this.adi;
|
|
3308
3308
|
}
|
|
3309
3309
|
set volumeXAxis(a) {
|
|
3310
3310
|
let b = this.volumeXAxis;
|
|
3311
3311
|
if (a != b) {
|
|
3312
|
-
this.
|
|
3313
|
-
this.
|
|
3312
|
+
this.adi = a;
|
|
3313
|
+
this.sw("VolumeXAxis", b, this.volumeXAxis);
|
|
3314
3314
|
}
|
|
3315
3315
|
}
|
|
3316
3316
|
get indicatorAxis() {
|
|
3317
|
-
return this.
|
|
3317
|
+
return this.aew;
|
|
3318
3318
|
}
|
|
3319
3319
|
set indicatorAxis(a) {
|
|
3320
3320
|
let b = this.indicatorAxis;
|
|
3321
3321
|
if (a != b) {
|
|
3322
|
-
this.
|
|
3323
|
-
this.
|
|
3322
|
+
this.aew = a;
|
|
3323
|
+
this.sw("IndicatorAxis", b, this.indicatorAxis);
|
|
3324
3324
|
}
|
|
3325
3325
|
}
|
|
3326
3326
|
get indicatorXAxis() {
|
|
3327
|
-
return this.
|
|
3327
|
+
return this.adh;
|
|
3328
3328
|
}
|
|
3329
3329
|
set indicatorXAxis(a) {
|
|
3330
3330
|
let b = this.indicatorXAxis;
|
|
3331
3331
|
if (a != b) {
|
|
3332
|
-
this.
|
|
3333
|
-
this.
|
|
3332
|
+
this.adh = a;
|
|
3333
|
+
this.sw("IndicatorXAxis", b, this.indicatorXAxis);
|
|
3334
3334
|
}
|
|
3335
3335
|
}
|
|
3336
|
-
get
|
|
3337
|
-
return this.
|
|
3336
|
+
get age() {
|
|
3337
|
+
return this.agb;
|
|
3338
3338
|
}
|
|
3339
|
-
set
|
|
3340
|
-
let b = this.
|
|
3339
|
+
set age(a) {
|
|
3340
|
+
let b = this.age;
|
|
3341
3341
|
if (a != b) {
|
|
3342
|
-
this.
|
|
3343
|
-
this.
|
|
3342
|
+
this.agb = a;
|
|
3343
|
+
this.sw("IndicatorAxes", b, this.age);
|
|
3344
3344
|
}
|
|
3345
3345
|
}
|
|
3346
|
-
get
|
|
3347
|
-
return this.
|
|
3346
|
+
get agg() {
|
|
3347
|
+
return this.agd;
|
|
3348
3348
|
}
|
|
3349
|
-
set
|
|
3350
|
-
let b = this.
|
|
3349
|
+
set agg(a) {
|
|
3350
|
+
let b = this.agg;
|
|
3351
3351
|
if (a != b) {
|
|
3352
|
-
this.
|
|
3353
|
-
this.
|
|
3352
|
+
this.agd = a;
|
|
3353
|
+
this.sw("IndicatorXAxes", b, this.agg);
|
|
3354
|
+
}
|
|
3355
|
+
}
|
|
3356
|
+
get agm() {
|
|
3357
|
+
return this.agk;
|
|
3358
|
+
}
|
|
3359
|
+
set agm(a) {
|
|
3360
|
+
let b = this.agm;
|
|
3361
|
+
if (+a != +b) {
|
|
3362
|
+
this.agk = a;
|
|
3363
|
+
this.sw("XAxisMinimumValue", b, this.agm);
|
|
3354
3364
|
}
|
|
3355
3365
|
}
|
|
3356
3366
|
get agl() {
|
|
@@ -3360,27 +3370,17 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3360
3370
|
let b = this.agl;
|
|
3361
3371
|
if (+a != +b) {
|
|
3362
3372
|
this.agj = a;
|
|
3363
|
-
this.
|
|
3364
|
-
}
|
|
3365
|
-
}
|
|
3366
|
-
get agk() {
|
|
3367
|
-
return this.agi;
|
|
3368
|
-
}
|
|
3369
|
-
set agk(a) {
|
|
3370
|
-
let b = this.agk;
|
|
3371
|
-
if (+a != +b) {
|
|
3372
|
-
this.agi = a;
|
|
3373
|
-
this.sv("XAxisMaximumValue", b, this.agk);
|
|
3373
|
+
this.sw("XAxisMaximumValue", b, this.agl);
|
|
3374
3374
|
}
|
|
3375
3375
|
}
|
|
3376
3376
|
get xAxisBreaks() {
|
|
3377
|
-
return this.
|
|
3377
|
+
return this.agh;
|
|
3378
3378
|
}
|
|
3379
3379
|
}
|
|
3380
3380
|
FinancialChart.$t = /*@__PURE__*/ markType(FinancialChart, 'FinancialChart', XYChart.$);
|
|
3381
|
-
FinancialChart.
|
|
3382
|
-
FinancialChart.
|
|
3383
|
-
FinancialChart.
|
|
3381
|
+
FinancialChart.ah4 = 0;
|
|
3382
|
+
FinancialChart.aj0 = "XAxisEnhancedIntervalPreferMoreCategoryLabels";
|
|
3383
|
+
FinancialChart.akb = "YAxisEnhancedIntervalPreferMoreCategoryLabels";
|
|
3384
3384
|
return FinancialChart;
|
|
3385
3385
|
})();
|
|
3386
3386
|
/**
|
|
@@ -3439,9 +3439,9 @@ export let FinancialChartToolbar = /*@__PURE__*/ (() => {
|
|
|
3439
3439
|
this.ak = false;
|
|
3440
3440
|
this.o = a;
|
|
3441
3441
|
this.w = new FinancialChartToolbarViewModel();
|
|
3442
|
-
this.s = new FinancialChartRangeSelector(a != null ? a.
|
|
3443
|
-
this.aa = new FinancialChartTypePicker(a != null ? a.
|
|
3444
|
-
this.q = new FinancialChartIndicatorMenu(1, a != null ? a.
|
|
3442
|
+
this.s = new FinancialChartRangeSelector(a != null ? a.aig : null);
|
|
3443
|
+
this.aa = new FinancialChartTypePicker(a != null ? a.aid : null);
|
|
3444
|
+
this.q = new FinancialChartIndicatorMenu(1, a != null ? a.aie : null);
|
|
3445
3445
|
}
|
|
3446
3446
|
get s() {
|
|
3447
3447
|
return this.r;
|