igniteui-webcomponents-charts 4.3.2 → 4.3.3-beta.1
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
package/esm5/lib/XYChart.js
CHANGED
|
@@ -24,88 +24,88 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
24
24
|
__extends(XYChart, _super);
|
|
25
25
|
function XYChart() {
|
|
26
26
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
27
|
-
_this.v5 = null;
|
|
28
27
|
_this.v6 = null;
|
|
29
|
-
_this.
|
|
30
|
-
_this.wo = 5;
|
|
28
|
+
_this.v7 = null;
|
|
31
29
|
_this.wn = 0;
|
|
32
|
-
_this.
|
|
33
|
-
_this.
|
|
34
|
-
_this.
|
|
30
|
+
_this.wp = 5;
|
|
31
|
+
_this.wo = 0;
|
|
32
|
+
_this.wm = 5;
|
|
35
33
|
_this.w4 = 5;
|
|
36
|
-
_this.
|
|
37
|
-
_this.
|
|
38
|
-
_this.
|
|
39
|
-
_this.
|
|
34
|
+
_this.w6 = 0;
|
|
35
|
+
_this.w5 = 5;
|
|
36
|
+
_this.w3 = 0;
|
|
37
|
+
_this.abx = null;
|
|
38
|
+
_this.ab4 = null;
|
|
40
39
|
_this.abv = null;
|
|
41
|
-
_this.
|
|
42
|
-
_this.
|
|
43
|
-
_this.
|
|
44
|
-
_this.
|
|
40
|
+
_this.abw = null;
|
|
41
|
+
_this.wy = 0;
|
|
42
|
+
_this.xf = 0;
|
|
43
|
+
_this.wx = NaN;
|
|
44
|
+
_this.xe = NaN;
|
|
45
|
+
_this.w0 = NaN;
|
|
46
|
+
_this.xh = NaN;
|
|
45
47
|
_this.wz = NaN;
|
|
46
48
|
_this.xg = NaN;
|
|
47
|
-
_this.
|
|
48
|
-
_this.
|
|
49
|
-
_this.
|
|
50
|
-
_this.
|
|
51
|
-
_this.
|
|
52
|
-
_this.
|
|
53
|
-
_this.
|
|
54
|
-
_this.
|
|
55
|
-
_this.yq = null;
|
|
56
|
-
_this.yu = null;
|
|
57
|
-
_this.yj = null;
|
|
49
|
+
_this.ww = NaN;
|
|
50
|
+
_this.xd = NaN;
|
|
51
|
+
_this.ab3 = null;
|
|
52
|
+
_this.aca = null;
|
|
53
|
+
_this.yp = null;
|
|
54
|
+
_this.yt = null;
|
|
55
|
+
_this.yr = null;
|
|
56
|
+
_this.yv = null;
|
|
58
57
|
_this.yk = null;
|
|
59
|
-
_this.
|
|
60
|
-
_this.
|
|
61
|
-
_this.
|
|
62
|
-
_this.w6 = DeviceUtils.g(1);
|
|
58
|
+
_this.yl = null;
|
|
59
|
+
_this.aby = null;
|
|
60
|
+
_this.ab5 = null;
|
|
63
61
|
_this.wq = DeviceUtils.g(1);
|
|
64
62
|
_this.w7 = DeviceUtils.g(1);
|
|
65
|
-
_this.abz = null;
|
|
66
|
-
_this.ab6 = null;
|
|
67
|
-
_this.ab0 = null;
|
|
68
|
-
_this.ab7 = null;
|
|
69
63
|
_this.wr = DeviceUtils.g(1);
|
|
70
64
|
_this.w8 = DeviceUtils.g(1);
|
|
71
|
-
_this.
|
|
72
|
-
_this.
|
|
65
|
+
_this.ab0 = null;
|
|
66
|
+
_this.ab7 = null;
|
|
73
67
|
_this.ab1 = null;
|
|
74
68
|
_this.ab8 = null;
|
|
75
|
-
_this.
|
|
76
|
-
_this.
|
|
77
|
-
_this.
|
|
78
|
-
_this.
|
|
79
|
-
_this.
|
|
80
|
-
_this.
|
|
81
|
-
_this.
|
|
82
|
-
_this.
|
|
83
|
-
_this.
|
|
84
|
-
_this.
|
|
85
|
-
_this.
|
|
86
|
-
_this.
|
|
87
|
-
_this.
|
|
69
|
+
_this.ws = DeviceUtils.g(1);
|
|
70
|
+
_this.w9 = DeviceUtils.g(1);
|
|
71
|
+
_this.wt = DeviceUtils.g(8);
|
|
72
|
+
_this.xa = 0;
|
|
73
|
+
_this.ab2 = null;
|
|
74
|
+
_this.ab9 = null;
|
|
75
|
+
_this.wu = DeviceUtils.g(1);
|
|
76
|
+
_this.xb = DeviceUtils.g(1);
|
|
77
|
+
_this.yq = null;
|
|
78
|
+
_this.yu = null;
|
|
79
|
+
_this.abz = null;
|
|
80
|
+
_this.ab6 = null;
|
|
81
|
+
_this.wl = 0;
|
|
82
|
+
_this.w2 = 0;
|
|
83
|
+
_this.wk = NaN;
|
|
84
|
+
_this.w1 = NaN;
|
|
85
|
+
_this.wv = 0;
|
|
86
|
+
_this.xc = -90;
|
|
88
87
|
_this.wg = false;
|
|
88
|
+
_this.wh = false;
|
|
89
|
+
_this.abq = 1;
|
|
90
|
+
_this.act = 1;
|
|
89
91
|
_this.abp = 1;
|
|
92
|
+
_this.abr = 2;
|
|
93
|
+
_this.acr = 0;
|
|
90
94
|
_this.acs = 1;
|
|
91
|
-
_this.abo = 1;
|
|
92
|
-
_this.abq = 2;
|
|
93
|
-
_this.acq = 0;
|
|
94
|
-
_this.acr = 1;
|
|
95
|
-
_this.acw = 0;
|
|
96
95
|
_this.acx = 0;
|
|
97
|
-
_this.
|
|
98
|
-
_this.
|
|
99
|
-
_this.
|
|
100
|
-
_this.
|
|
101
|
-
_this.yr = null;
|
|
96
|
+
_this.acy = 0;
|
|
97
|
+
_this.we = 4;
|
|
98
|
+
_this.wc = 4;
|
|
99
|
+
_this.yo = null;
|
|
102
100
|
_this.v0 = null;
|
|
101
|
+
_this.ys = null;
|
|
102
|
+
_this.v1 = null;
|
|
103
103
|
return _this;
|
|
104
104
|
}
|
|
105
105
|
XYChart.prototype.provideContainer = function (a) {
|
|
106
106
|
if (a != null) {
|
|
107
|
-
var b = this.
|
|
108
|
-
var c = this.
|
|
107
|
+
var b = this.v4();
|
|
108
|
+
var c = this.v5();
|
|
109
109
|
if (b != null) {
|
|
110
110
|
b.provideRenderer(a);
|
|
111
111
|
}
|
|
@@ -117,148 +117,162 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
117
117
|
};
|
|
118
118
|
XYChart.prototype.r9 = function () {
|
|
119
119
|
_super.prototype.r9.call(this);
|
|
120
|
-
var a = this.
|
|
121
|
-
var b = this.
|
|
122
|
-
if (a != null && a.
|
|
123
|
-
this.
|
|
120
|
+
var a = this.v4();
|
|
121
|
+
var b = this.v5();
|
|
122
|
+
if (a != null && a.az != null) {
|
|
123
|
+
this.acd = a.az.textColor;
|
|
124
124
|
}
|
|
125
|
-
if (b != null && b.
|
|
126
|
-
this.
|
|
125
|
+
if (b != null && b.az != null) {
|
|
126
|
+
this.ack = b.az.textColor;
|
|
127
127
|
}
|
|
128
|
-
this.
|
|
129
|
-
this.
|
|
130
|
-
this.
|
|
131
|
-
this.
|
|
132
|
-
this.
|
|
133
|
-
this.
|
|
128
|
+
this.aci = AxisDefaults.j;
|
|
129
|
+
this.acp = AxisDefaults.j;
|
|
130
|
+
this.ace = AxisDefaults.h;
|
|
131
|
+
this.acl = AxisDefaults.h;
|
|
132
|
+
this.ach = AxisDefaults.g;
|
|
133
|
+
this.aco = AxisDefaults.g;
|
|
134
134
|
};
|
|
135
|
-
XYChart.prototype.
|
|
135
|
+
XYChart.prototype.sz = function (a, b, c) {
|
|
136
136
|
var _this = this;
|
|
137
|
-
_super.prototype.
|
|
137
|
+
_super.prototype.sz.call(this, a, b, c);
|
|
138
138
|
switch (a) {
|
|
139
139
|
case "XAxisLabelLeftMargin":
|
|
140
|
-
this.
|
|
140
|
+
this.abh(function (d) { return d.leftMargin = _this.xp; });
|
|
141
141
|
break;
|
|
142
142
|
case "XAxisLabelTopMargin":
|
|
143
|
-
this.
|
|
143
|
+
this.abh(function (d) { return d.topMargin = _this.xr; });
|
|
144
144
|
break;
|
|
145
145
|
case "XAxisLabelRightMargin":
|
|
146
|
-
this.
|
|
146
|
+
this.abh(function (d) { return d.rightMargin = _this.xq; });
|
|
147
147
|
break;
|
|
148
148
|
case "XAxisLabelBottomMargin":
|
|
149
|
-
this.
|
|
149
|
+
this.abh(function (d) { return d.bottomMargin = _this.xo; });
|
|
150
150
|
break;
|
|
151
151
|
case "YAxisLabelLeftMargin":
|
|
152
|
-
this.
|
|
152
|
+
this.abm(function (d) { return d.leftMargin = _this.x6; });
|
|
153
153
|
break;
|
|
154
154
|
case "YAxisLabelTopMargin":
|
|
155
|
-
this.
|
|
155
|
+
this.abm(function (d) { return d.topMargin = _this.x8; });
|
|
156
156
|
break;
|
|
157
157
|
case "YAxisLabelRightMargin":
|
|
158
|
-
this.
|
|
158
|
+
this.abm(function (d) { return d.rightMargin = _this.x7; });
|
|
159
159
|
break;
|
|
160
160
|
case "YAxisLabelBottomMargin":
|
|
161
|
-
this.
|
|
161
|
+
this.abm(function (d) { return d.bottomMargin = _this.x5; });
|
|
162
162
|
break;
|
|
163
163
|
case "ActualItemsSource":
|
|
164
164
|
case "ShouldDisplayMockData":
|
|
165
165
|
case "ShouldUseSkeletonStyleForMockData":
|
|
166
|
-
this.
|
|
167
|
-
this.
|
|
166
|
+
this.acb = this.u7(this.acd);
|
|
167
|
+
this.acc = this.u7(this.ack);
|
|
168
168
|
break;
|
|
169
169
|
case "XAxisLabelTextColor":
|
|
170
|
-
this.
|
|
170
|
+
this.acb = this.u7(this.acd);
|
|
171
171
|
break;
|
|
172
172
|
case "YAxisLabelTextColor":
|
|
173
|
-
this.
|
|
173
|
+
this.acc = this.u7(this.ack);
|
|
174
174
|
break;
|
|
175
175
|
case "ActualXAxisLabelTextColor":
|
|
176
|
-
this.
|
|
176
|
+
this.abh(function (d) { return d.textColor = _this.acb; });
|
|
177
177
|
break;
|
|
178
178
|
case "ActualYAxisLabelTextColor":
|
|
179
|
-
this.
|
|
179
|
+
this.abm(function (d) { return d.textColor = _this.acc; });
|
|
180
180
|
break;
|
|
181
181
|
case "XAxisTitleMargin":
|
|
182
|
-
this.
|
|
182
|
+
this.abj(function (d) { return d.margin = _this.x0; });
|
|
183
183
|
break;
|
|
184
184
|
case "YAxisTitleMargin":
|
|
185
|
-
this.
|
|
185
|
+
this.abo(function (d) { return d.margin = _this.yh; });
|
|
186
186
|
break;
|
|
187
187
|
case "XAxisTitleLeftMargin":
|
|
188
|
-
this.
|
|
188
|
+
this.abj(function (d) { return d.leftMargin = _this.xz; });
|
|
189
189
|
break;
|
|
190
190
|
case "YAxisTitleLeftMargin":
|
|
191
|
-
this.
|
|
191
|
+
this.abo(function (d) { return d.leftMargin = _this.yg; });
|
|
192
192
|
break;
|
|
193
193
|
case "XAxisTitleTopMargin":
|
|
194
|
-
this.
|
|
194
|
+
this.abj(function (d) { return d.topMargin = _this.x2; });
|
|
195
195
|
break;
|
|
196
196
|
case "YAxisTitleTopMargin":
|
|
197
|
-
this.
|
|
197
|
+
this.abo(function (d) { return d.topMargin = _this.yj; });
|
|
198
198
|
break;
|
|
199
199
|
case "XAxisTitleRightMargin":
|
|
200
|
-
this.
|
|
200
|
+
this.abj(function (d) { return d.rightMargin = _this.x1; });
|
|
201
201
|
break;
|
|
202
202
|
case "YAxisTitleRightMargin":
|
|
203
|
-
this.
|
|
203
|
+
this.abo(function (d) { return d.rightMargin = _this.yi; });
|
|
204
204
|
break;
|
|
205
205
|
case "XAxisTitleBottomMargin":
|
|
206
|
-
this.
|
|
206
|
+
this.abj(function (d) { return d.bottomMargin = _this.xy; });
|
|
207
207
|
break;
|
|
208
208
|
case "YAxisTitleBottomMargin":
|
|
209
|
-
this.
|
|
209
|
+
this.abo(function (d) { return d.bottomMargin = _this.yf; });
|
|
210
210
|
break;
|
|
211
211
|
case "XAxisTitleTextColor":
|
|
212
|
-
this.
|
|
212
|
+
this.abj(function (d) { return d.textColor = _this.acj; });
|
|
213
213
|
break;
|
|
214
214
|
case "YAxisTitleTextColor":
|
|
215
|
-
this.
|
|
215
|
+
this.abo(function (d) { return d.textColor = _this.acq; });
|
|
216
216
|
break;
|
|
217
217
|
case "XAxisFormatLabel":
|
|
218
|
-
this.
|
|
218
|
+
this.abf(function (d) { return d.au = _this.v8; });
|
|
219
219
|
break;
|
|
220
220
|
case "YAxisFormatLabel":
|
|
221
|
-
this.
|
|
221
|
+
this.abk(function (d) { return d.au = _this.v9; });
|
|
222
222
|
break;
|
|
223
223
|
}
|
|
224
224
|
};
|
|
225
|
-
Object.defineProperty(XYChart.prototype, "
|
|
225
|
+
Object.defineProperty(XYChart.prototype, "v8", {
|
|
226
226
|
get: function () {
|
|
227
|
-
return this.
|
|
227
|
+
return this.v6;
|
|
228
228
|
},
|
|
229
229
|
set: function (a) {
|
|
230
|
-
var b = this.
|
|
230
|
+
var b = this.v8;
|
|
231
231
|
if (a != b) {
|
|
232
|
-
this.
|
|
233
|
-
this.
|
|
232
|
+
this.v6 = a;
|
|
233
|
+
this.sw("XAxisFormatLabel", b, this.v8);
|
|
234
234
|
}
|
|
235
235
|
},
|
|
236
236
|
enumerable: false,
|
|
237
237
|
configurable: true
|
|
238
238
|
});
|
|
239
|
-
Object.defineProperty(XYChart.prototype, "
|
|
239
|
+
Object.defineProperty(XYChart.prototype, "v9", {
|
|
240
240
|
get: function () {
|
|
241
|
-
return this.
|
|
241
|
+
return this.v7;
|
|
242
242
|
},
|
|
243
243
|
set: function (a) {
|
|
244
|
-
var b = this.
|
|
244
|
+
var b = this.v9;
|
|
245
245
|
if (a != b) {
|
|
246
|
-
this.
|
|
247
|
-
this.
|
|
246
|
+
this.v7 = a;
|
|
247
|
+
this.sw("YAxisFormatLabel", b, this.v9);
|
|
248
248
|
}
|
|
249
249
|
},
|
|
250
250
|
enumerable: false,
|
|
251
251
|
configurable: true
|
|
252
252
|
});
|
|
253
|
-
Object.defineProperty(XYChart.prototype, "
|
|
253
|
+
Object.defineProperty(XYChart.prototype, "xp", {
|
|
254
254
|
get: function () {
|
|
255
|
-
return this.
|
|
255
|
+
return this.wn;
|
|
256
256
|
},
|
|
257
257
|
set: function (a) {
|
|
258
|
-
var b = this.
|
|
258
|
+
var b = this.xp;
|
|
259
259
|
if (a != b) {
|
|
260
|
-
this.
|
|
261
|
-
this.
|
|
260
|
+
this.wn = a;
|
|
261
|
+
this.sw("XAxisLabelLeftMargin", b, this.xp);
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
enumerable: false,
|
|
265
|
+
configurable: true
|
|
266
|
+
});
|
|
267
|
+
Object.defineProperty(XYChart.prototype, "xr", {
|
|
268
|
+
get: function () {
|
|
269
|
+
return this.wp;
|
|
270
|
+
},
|
|
271
|
+
set: function (a) {
|
|
272
|
+
var b = this.xr;
|
|
273
|
+
if (a != b) {
|
|
274
|
+
this.wp = a;
|
|
275
|
+
this.sw("XAxisLabelTopMargin", b, this.xr);
|
|
262
276
|
}
|
|
263
277
|
},
|
|
264
278
|
enumerable: false,
|
|
@@ -272,49 +286,49 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
272
286
|
var b = this.xq;
|
|
273
287
|
if (a != b) {
|
|
274
288
|
this.wo = a;
|
|
275
|
-
this.
|
|
289
|
+
this.sw("XAxisLabelRightMargin", b, this.xq);
|
|
276
290
|
}
|
|
277
291
|
},
|
|
278
292
|
enumerable: false,
|
|
279
293
|
configurable: true
|
|
280
294
|
});
|
|
281
|
-
Object.defineProperty(XYChart.prototype, "
|
|
295
|
+
Object.defineProperty(XYChart.prototype, "xo", {
|
|
282
296
|
get: function () {
|
|
283
|
-
return this.
|
|
297
|
+
return this.wm;
|
|
284
298
|
},
|
|
285
299
|
set: function (a) {
|
|
286
|
-
var b = this.
|
|
300
|
+
var b = this.xo;
|
|
287
301
|
if (a != b) {
|
|
288
|
-
this.
|
|
289
|
-
this.
|
|
302
|
+
this.wm = a;
|
|
303
|
+
this.sw("XAxisLabelBottomMargin", b, this.xo);
|
|
290
304
|
}
|
|
291
305
|
},
|
|
292
306
|
enumerable: false,
|
|
293
307
|
configurable: true
|
|
294
308
|
});
|
|
295
|
-
Object.defineProperty(XYChart.prototype, "
|
|
309
|
+
Object.defineProperty(XYChart.prototype, "x6", {
|
|
296
310
|
get: function () {
|
|
297
|
-
return this.
|
|
311
|
+
return this.w4;
|
|
298
312
|
},
|
|
299
313
|
set: function (a) {
|
|
300
|
-
var b = this.
|
|
314
|
+
var b = this.x6;
|
|
301
315
|
if (a != b) {
|
|
302
|
-
this.
|
|
303
|
-
this.
|
|
316
|
+
this.w4 = a;
|
|
317
|
+
this.sw("YAxisLabelLeftMargin", b, this.x6);
|
|
304
318
|
}
|
|
305
319
|
},
|
|
306
320
|
enumerable: false,
|
|
307
321
|
configurable: true
|
|
308
322
|
});
|
|
309
|
-
Object.defineProperty(XYChart.prototype, "
|
|
323
|
+
Object.defineProperty(XYChart.prototype, "x8", {
|
|
310
324
|
get: function () {
|
|
311
|
-
return this.
|
|
325
|
+
return this.w6;
|
|
312
326
|
},
|
|
313
327
|
set: function (a) {
|
|
314
|
-
var b = this.
|
|
328
|
+
var b = this.x8;
|
|
315
329
|
if (a != b) {
|
|
316
|
-
this.
|
|
317
|
-
this.
|
|
330
|
+
this.w6 = a;
|
|
331
|
+
this.sw("YAxisLabelTopMargin", b, this.x8);
|
|
318
332
|
}
|
|
319
333
|
},
|
|
320
334
|
enumerable: false,
|
|
@@ -328,91 +342,105 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
328
342
|
var b = this.x7;
|
|
329
343
|
if (a != b) {
|
|
330
344
|
this.w5 = a;
|
|
331
|
-
this.
|
|
345
|
+
this.sw("YAxisLabelRightMargin", b, this.x7);
|
|
332
346
|
}
|
|
333
347
|
},
|
|
334
348
|
enumerable: false,
|
|
335
349
|
configurable: true
|
|
336
350
|
});
|
|
337
|
-
Object.defineProperty(XYChart.prototype, "
|
|
351
|
+
Object.defineProperty(XYChart.prototype, "x5", {
|
|
338
352
|
get: function () {
|
|
339
|
-
return this.
|
|
353
|
+
return this.w3;
|
|
340
354
|
},
|
|
341
355
|
set: function (a) {
|
|
342
|
-
var b = this.
|
|
356
|
+
var b = this.x5;
|
|
343
357
|
if (a != b) {
|
|
344
|
-
this.
|
|
345
|
-
this.
|
|
358
|
+
this.w3 = a;
|
|
359
|
+
this.sw("YAxisLabelBottomMargin", b, this.x5);
|
|
346
360
|
}
|
|
347
361
|
},
|
|
348
362
|
enumerable: false,
|
|
349
363
|
configurable: true
|
|
350
364
|
});
|
|
351
|
-
Object.defineProperty(XYChart.prototype, "
|
|
365
|
+
Object.defineProperty(XYChart.prototype, "acd", {
|
|
352
366
|
get: function () {
|
|
353
|
-
return this.
|
|
367
|
+
return this.abx;
|
|
354
368
|
},
|
|
355
369
|
set: function (a) {
|
|
356
|
-
var b = this.
|
|
370
|
+
var b = this.acd;
|
|
357
371
|
if (a != b) {
|
|
358
|
-
this.
|
|
359
|
-
this.
|
|
372
|
+
this.abx = a;
|
|
373
|
+
this.sw("XAxisLabelTextColor", b, this.acd);
|
|
360
374
|
}
|
|
361
375
|
},
|
|
362
376
|
enumerable: false,
|
|
363
377
|
configurable: true
|
|
364
378
|
});
|
|
365
|
-
Object.defineProperty(XYChart.prototype, "
|
|
379
|
+
Object.defineProperty(XYChart.prototype, "ack", {
|
|
366
380
|
get: function () {
|
|
367
|
-
return this.
|
|
381
|
+
return this.ab4;
|
|
368
382
|
},
|
|
369
383
|
set: function (a) {
|
|
370
|
-
var b = this.
|
|
384
|
+
var b = this.ack;
|
|
371
385
|
if (a != b) {
|
|
372
|
-
this.
|
|
373
|
-
this.
|
|
386
|
+
this.ab4 = a;
|
|
387
|
+
this.sw("YAxisLabelTextColor", b, this.ack);
|
|
374
388
|
}
|
|
375
389
|
},
|
|
376
390
|
enumerable: false,
|
|
377
391
|
configurable: true
|
|
378
392
|
});
|
|
379
|
-
Object.defineProperty(XYChart.prototype, "
|
|
393
|
+
Object.defineProperty(XYChart.prototype, "acb", {
|
|
380
394
|
get: function () {
|
|
381
|
-
return this.
|
|
395
|
+
return this.abv;
|
|
382
396
|
},
|
|
383
397
|
set: function (a) {
|
|
384
|
-
var b = this.
|
|
398
|
+
var b = this.abv;
|
|
385
399
|
if (a != b) {
|
|
386
|
-
this.
|
|
387
|
-
this.
|
|
400
|
+
this.abv = a;
|
|
401
|
+
this.sw("ActualXAxisLabelTextColor", b, this.acb);
|
|
388
402
|
}
|
|
389
403
|
},
|
|
390
404
|
enumerable: false,
|
|
391
405
|
configurable: true
|
|
392
406
|
});
|
|
393
|
-
Object.defineProperty(XYChart.prototype, "
|
|
407
|
+
Object.defineProperty(XYChart.prototype, "acc", {
|
|
394
408
|
get: function () {
|
|
395
|
-
return this.
|
|
409
|
+
return this.abw;
|
|
396
410
|
},
|
|
397
411
|
set: function (a) {
|
|
398
|
-
var b = this.
|
|
412
|
+
var b = this.abw;
|
|
399
413
|
if (a != b) {
|
|
400
|
-
this.
|
|
401
|
-
this.
|
|
414
|
+
this.abw = a;
|
|
415
|
+
this.sw("ActualYAxisLabelTextColor", b, this.acc);
|
|
402
416
|
}
|
|
403
417
|
},
|
|
404
418
|
enumerable: false,
|
|
405
419
|
configurable: true
|
|
406
420
|
});
|
|
407
|
-
Object.defineProperty(XYChart.prototype, "
|
|
421
|
+
Object.defineProperty(XYChart.prototype, "x0", {
|
|
408
422
|
get: function () {
|
|
409
|
-
return this.
|
|
423
|
+
return this.wy;
|
|
410
424
|
},
|
|
411
425
|
set: function (a) {
|
|
412
|
-
var b = this.
|
|
426
|
+
var b = this.x0;
|
|
413
427
|
if (a != b) {
|
|
414
|
-
this.
|
|
415
|
-
this.
|
|
428
|
+
this.wy = a;
|
|
429
|
+
this.sw("XAxisTitleMargin", b, this.x0);
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
enumerable: false,
|
|
433
|
+
configurable: true
|
|
434
|
+
});
|
|
435
|
+
Object.defineProperty(XYChart.prototype, "yh", {
|
|
436
|
+
get: function () {
|
|
437
|
+
return this.xf;
|
|
438
|
+
},
|
|
439
|
+
set: function (a) {
|
|
440
|
+
var b = this.yh;
|
|
441
|
+
if (a != b) {
|
|
442
|
+
this.xf = a;
|
|
443
|
+
this.sw("YAxisTitleMargin", b, this.yh);
|
|
416
444
|
}
|
|
417
445
|
},
|
|
418
446
|
enumerable: false,
|
|
@@ -426,7 +454,7 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
426
454
|
var b = this.xz;
|
|
427
455
|
if (a != b) {
|
|
428
456
|
this.wx = a;
|
|
429
|
-
this.
|
|
457
|
+
this.sw("XAxisTitleLeftMargin", b, this.xz);
|
|
430
458
|
}
|
|
431
459
|
},
|
|
432
460
|
enumerable: false,
|
|
@@ -440,35 +468,35 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
440
468
|
var b = this.yg;
|
|
441
469
|
if (a != b) {
|
|
442
470
|
this.xe = a;
|
|
443
|
-
this.
|
|
471
|
+
this.sw("YAxisTitleLeftMargin", b, this.yg);
|
|
444
472
|
}
|
|
445
473
|
},
|
|
446
474
|
enumerable: false,
|
|
447
475
|
configurable: true
|
|
448
476
|
});
|
|
449
|
-
Object.defineProperty(XYChart.prototype, "
|
|
477
|
+
Object.defineProperty(XYChart.prototype, "x2", {
|
|
450
478
|
get: function () {
|
|
451
|
-
return this.
|
|
479
|
+
return this.w0;
|
|
452
480
|
},
|
|
453
481
|
set: function (a) {
|
|
454
|
-
var b = this.
|
|
482
|
+
var b = this.x2;
|
|
455
483
|
if (a != b) {
|
|
456
|
-
this.
|
|
457
|
-
this.
|
|
484
|
+
this.w0 = a;
|
|
485
|
+
this.sw("XAxisTitleTopMargin", b, this.x2);
|
|
458
486
|
}
|
|
459
487
|
},
|
|
460
488
|
enumerable: false,
|
|
461
489
|
configurable: true
|
|
462
490
|
});
|
|
463
|
-
Object.defineProperty(XYChart.prototype, "
|
|
491
|
+
Object.defineProperty(XYChart.prototype, "yj", {
|
|
464
492
|
get: function () {
|
|
465
|
-
return this.
|
|
493
|
+
return this.xh;
|
|
466
494
|
},
|
|
467
495
|
set: function (a) {
|
|
468
|
-
var b = this.
|
|
496
|
+
var b = this.yj;
|
|
469
497
|
if (a != b) {
|
|
470
|
-
this.
|
|
471
|
-
this.
|
|
498
|
+
this.xh = a;
|
|
499
|
+
this.sw("YAxisTitleTopMargin", b, this.yj);
|
|
472
500
|
}
|
|
473
501
|
},
|
|
474
502
|
enumerable: false,
|
|
@@ -482,7 +510,7 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
482
510
|
var b = this.x1;
|
|
483
511
|
if (a != b) {
|
|
484
512
|
this.wz = a;
|
|
485
|
-
this.
|
|
513
|
+
this.sw("XAxisTitleRightMargin", b, this.x1);
|
|
486
514
|
}
|
|
487
515
|
},
|
|
488
516
|
enumerable: false,
|
|
@@ -496,201 +524,173 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
496
524
|
var b = this.yi;
|
|
497
525
|
if (a != b) {
|
|
498
526
|
this.xg = a;
|
|
499
|
-
this.
|
|
527
|
+
this.sw("YAxisTitleRightMargin", b, this.yi);
|
|
500
528
|
}
|
|
501
529
|
},
|
|
502
530
|
enumerable: false,
|
|
503
531
|
configurable: true
|
|
504
532
|
});
|
|
505
|
-
Object.defineProperty(XYChart.prototype, "
|
|
506
|
-
get: function () {
|
|
507
|
-
return this.wy;
|
|
508
|
-
},
|
|
509
|
-
set: function (a) {
|
|
510
|
-
var b = this.x0;
|
|
511
|
-
if (a != b) {
|
|
512
|
-
this.wy = a;
|
|
513
|
-
this.sv("XAxisTitleRightMargin", b, this.x0);
|
|
514
|
-
}
|
|
515
|
-
},
|
|
516
|
-
enumerable: false,
|
|
517
|
-
configurable: true
|
|
518
|
-
});
|
|
519
|
-
Object.defineProperty(XYChart.prototype, "yh", {
|
|
520
|
-
get: function () {
|
|
521
|
-
return this.xf;
|
|
522
|
-
},
|
|
523
|
-
set: function (a) {
|
|
524
|
-
var b = this.yh;
|
|
525
|
-
if (a != b) {
|
|
526
|
-
this.xf = a;
|
|
527
|
-
this.sv("YAxisTitleRightMargin", b, this.yh);
|
|
528
|
-
}
|
|
529
|
-
},
|
|
530
|
-
enumerable: false,
|
|
531
|
-
configurable: true
|
|
532
|
-
});
|
|
533
|
-
Object.defineProperty(XYChart.prototype, "xx", {
|
|
533
|
+
Object.defineProperty(XYChart.prototype, "xy", {
|
|
534
534
|
get: function () {
|
|
535
|
-
return this.
|
|
535
|
+
return this.ww;
|
|
536
536
|
},
|
|
537
537
|
set: function (a) {
|
|
538
|
-
var b = this.
|
|
538
|
+
var b = this.xy;
|
|
539
539
|
if (a != b) {
|
|
540
|
-
this.
|
|
541
|
-
this.
|
|
540
|
+
this.ww = a;
|
|
541
|
+
this.sw("XAxisTitleBottomMargin", b, this.xy);
|
|
542
542
|
}
|
|
543
543
|
},
|
|
544
544
|
enumerable: false,
|
|
545
545
|
configurable: true
|
|
546
546
|
});
|
|
547
|
-
Object.defineProperty(XYChart.prototype, "
|
|
547
|
+
Object.defineProperty(XYChart.prototype, "yf", {
|
|
548
548
|
get: function () {
|
|
549
|
-
return this.
|
|
549
|
+
return this.xd;
|
|
550
550
|
},
|
|
551
551
|
set: function (a) {
|
|
552
|
-
var b = this.
|
|
552
|
+
var b = this.yf;
|
|
553
553
|
if (a != b) {
|
|
554
|
-
this.
|
|
555
|
-
this.
|
|
554
|
+
this.xd = a;
|
|
555
|
+
this.sw("YAxisTitleBottomMargin", b, this.yf);
|
|
556
556
|
}
|
|
557
557
|
},
|
|
558
558
|
enumerable: false,
|
|
559
559
|
configurable: true
|
|
560
560
|
});
|
|
561
|
-
Object.defineProperty(XYChart.prototype, "
|
|
561
|
+
Object.defineProperty(XYChart.prototype, "acj", {
|
|
562
562
|
get: function () {
|
|
563
|
-
return this.
|
|
563
|
+
return this.ab3;
|
|
564
564
|
},
|
|
565
565
|
set: function (a) {
|
|
566
|
-
var b = this.
|
|
566
|
+
var b = this.acj;
|
|
567
567
|
if (a != b) {
|
|
568
|
-
this.
|
|
569
|
-
this.
|
|
568
|
+
this.ab3 = a;
|
|
569
|
+
this.sw("XAxisTitleTextColor", b, this.acj);
|
|
570
570
|
}
|
|
571
571
|
},
|
|
572
572
|
enumerable: false,
|
|
573
573
|
configurable: true
|
|
574
574
|
});
|
|
575
|
-
Object.defineProperty(XYChart.prototype, "
|
|
575
|
+
Object.defineProperty(XYChart.prototype, "acq", {
|
|
576
576
|
get: function () {
|
|
577
|
-
return this.
|
|
577
|
+
return this.aca;
|
|
578
578
|
},
|
|
579
579
|
set: function (a) {
|
|
580
|
-
var b = this.
|
|
580
|
+
var b = this.acq;
|
|
581
581
|
if (a != b) {
|
|
582
|
-
this.
|
|
583
|
-
this.
|
|
582
|
+
this.aca = a;
|
|
583
|
+
this.sw("YAxisTitleTextColor", b, this.acq);
|
|
584
584
|
}
|
|
585
585
|
},
|
|
586
586
|
enumerable: false,
|
|
587
587
|
configurable: true
|
|
588
588
|
});
|
|
589
|
-
XYChart.prototype.
|
|
589
|
+
XYChart.prototype.s0 = function (a, b, c) {
|
|
590
590
|
var _this = this;
|
|
591
|
-
_super.prototype.
|
|
591
|
+
_super.prototype.s0.call(this, a, b, c);
|
|
592
592
|
switch (a) {
|
|
593
593
|
case "XAxisLabelTextStyle":
|
|
594
|
-
this.
|
|
594
|
+
this.abh(function (d) { return d.textStyle = _this.zd; });
|
|
595
595
|
break;
|
|
596
596
|
case "YAxisLabelTextStyle":
|
|
597
|
-
this.
|
|
597
|
+
this.abm(function (d) { return d.textStyle = _this.aai; });
|
|
598
598
|
break;
|
|
599
599
|
case "XAxisTitleTextStyle":
|
|
600
|
-
this.
|
|
600
|
+
this.abj(function (d) { return d.textStyle = _this.z1; });
|
|
601
601
|
break;
|
|
602
602
|
case "YAxisTitleTextStyle":
|
|
603
|
-
this.
|
|
603
|
+
this.abo(function (d) { return d.textStyle = _this.aa6; });
|
|
604
604
|
break;
|
|
605
605
|
}
|
|
606
606
|
};
|
|
607
|
-
Object.defineProperty(XYChart.prototype, "
|
|
607
|
+
Object.defineProperty(XYChart.prototype, "zd", {
|
|
608
608
|
get: function () {
|
|
609
|
-
return this.
|
|
609
|
+
return this.yp;
|
|
610
610
|
},
|
|
611
611
|
set: function (a) {
|
|
612
|
-
var b = this.
|
|
612
|
+
var b = this.zd;
|
|
613
613
|
if (a != b) {
|
|
614
|
-
this.
|
|
615
|
-
this.
|
|
614
|
+
this.yp = a;
|
|
615
|
+
this.sw("XAxisLabelTextStyle", b, this.zd);
|
|
616
616
|
}
|
|
617
617
|
},
|
|
618
618
|
enumerable: false,
|
|
619
619
|
configurable: true
|
|
620
620
|
});
|
|
621
|
-
Object.defineProperty(XYChart.prototype, "
|
|
621
|
+
Object.defineProperty(XYChart.prototype, "aai", {
|
|
622
622
|
get: function () {
|
|
623
|
-
return this.
|
|
623
|
+
return this.yt;
|
|
624
624
|
},
|
|
625
625
|
set: function (a) {
|
|
626
|
-
var b = this.
|
|
626
|
+
var b = this.aai;
|
|
627
627
|
if (a != b) {
|
|
628
|
-
this.
|
|
629
|
-
this.
|
|
628
|
+
this.yt = a;
|
|
629
|
+
this.sw("YAxisLabelTextStyle", b, this.aai);
|
|
630
630
|
}
|
|
631
631
|
},
|
|
632
632
|
enumerable: false,
|
|
633
633
|
configurable: true
|
|
634
634
|
});
|
|
635
|
-
Object.defineProperty(XYChart.prototype, "
|
|
635
|
+
Object.defineProperty(XYChart.prototype, "z1", {
|
|
636
636
|
get: function () {
|
|
637
|
-
return this.
|
|
637
|
+
return this.yr;
|
|
638
638
|
},
|
|
639
639
|
set: function (a) {
|
|
640
|
-
var b = this.
|
|
640
|
+
var b = this.z1;
|
|
641
641
|
if (a != b) {
|
|
642
|
-
this.
|
|
643
|
-
this.
|
|
642
|
+
this.yr = a;
|
|
643
|
+
this.sw("XAxisTitleTextStyle", b, this.z1);
|
|
644
644
|
}
|
|
645
645
|
},
|
|
646
646
|
enumerable: false,
|
|
647
647
|
configurable: true
|
|
648
648
|
});
|
|
649
|
-
Object.defineProperty(XYChart.prototype, "
|
|
649
|
+
Object.defineProperty(XYChart.prototype, "aa6", {
|
|
650
650
|
get: function () {
|
|
651
|
-
return this.
|
|
651
|
+
return this.yv;
|
|
652
652
|
},
|
|
653
653
|
set: function (a) {
|
|
654
|
-
var b = this.
|
|
654
|
+
var b = this.aa6;
|
|
655
655
|
if (a != b) {
|
|
656
|
-
this.
|
|
657
|
-
this.
|
|
656
|
+
this.yv = a;
|
|
657
|
+
this.sw("YAxisTitleTextStyle", b, this.aa6);
|
|
658
658
|
}
|
|
659
659
|
},
|
|
660
660
|
enumerable: false,
|
|
661
661
|
configurable: true
|
|
662
662
|
});
|
|
663
|
-
XYChart.prototype.
|
|
663
|
+
XYChart.prototype.abc = function (a) {
|
|
664
664
|
var _this = this;
|
|
665
|
-
this.
|
|
666
|
-
this.
|
|
667
|
-
this.
|
|
668
|
-
this.
|
|
669
|
-
this.
|
|
670
|
-
this.
|
|
671
|
-
this.
|
|
672
|
-
this.
|
|
673
|
-
this.
|
|
674
|
-
this.
|
|
675
|
-
this.
|
|
676
|
-
this.
|
|
665
|
+
this.aa9(a, function (b) { return b.leftMargin = _this.xp; });
|
|
666
|
+
this.aa9(a, function (b) { return b.topMargin = _this.xr; });
|
|
667
|
+
this.aa9(a, function (b) { return b.rightMargin = _this.xq; });
|
|
668
|
+
this.aa9(a, function (b) { return b.bottomMargin = _this.xo; });
|
|
669
|
+
this.aa9(a, function (b) { return b.textColor = _this.acb; });
|
|
670
|
+
this.aba(a, function (b) { return b.textColor = _this.acj; });
|
|
671
|
+
this.aba(a, function (b) { return b.leftMargin = _this.xz; });
|
|
672
|
+
this.aba(a, function (b) { return b.topMargin = _this.x2; });
|
|
673
|
+
this.aba(a, function (b) { return b.rightMargin = _this.x1; });
|
|
674
|
+
this.aba(a, function (b) { return b.bottomMargin = _this.xy; });
|
|
675
|
+
this.aa9(a, function (b) { return b.textStyle = _this.zd; });
|
|
676
|
+
this.aba(a, function (b) { return b.textStyle = _this.z1; });
|
|
677
677
|
};
|
|
678
|
-
XYChart.prototype.
|
|
678
|
+
XYChart.prototype.abe = function (a) {
|
|
679
679
|
var _this = this;
|
|
680
|
-
this.
|
|
681
|
-
this.
|
|
682
|
-
this.
|
|
683
|
-
this.
|
|
684
|
-
this.
|
|
685
|
-
this.
|
|
686
|
-
this.
|
|
687
|
-
this.
|
|
688
|
-
this.
|
|
689
|
-
this.
|
|
690
|
-
this.
|
|
691
|
-
this.
|
|
680
|
+
this.aa9(a, function (b) { return b.leftMargin = _this.x6; });
|
|
681
|
+
this.aa9(a, function (b) { return b.topMargin = _this.x8; });
|
|
682
|
+
this.aa9(a, function (b) { return b.rightMargin = _this.x7; });
|
|
683
|
+
this.aa9(a, function (b) { return b.bottomMargin = _this.x5; });
|
|
684
|
+
this.aa9(a, function (b) { return b.textColor = _this.acc; });
|
|
685
|
+
this.aba(a, function (b) { return b.textColor = _this.acq; });
|
|
686
|
+
this.aba(a, function (b) { return b.leftMargin = _this.yg; });
|
|
687
|
+
this.aba(a, function (b) { return b.topMargin = _this.yj; });
|
|
688
|
+
this.aba(a, function (b) { return b.rightMargin = _this.yi; });
|
|
689
|
+
this.aba(a, function (b) { return b.bottomMargin = _this.yf; });
|
|
690
|
+
this.aa9(a, function (b) { return b.textStyle = _this.aai; });
|
|
691
|
+
this.aba(a, function (b) { return b.textStyle = _this.aa6; });
|
|
692
692
|
};
|
|
693
|
-
XYChart.prototype.
|
|
693
|
+
XYChart.prototype.th = function (a) {
|
|
694
694
|
var b = this.bc(a);
|
|
695
695
|
var c = this.c1(a, b);
|
|
696
696
|
if (c == null) {
|
|
@@ -701,58 +701,58 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
701
701
|
c.title = this.of(a, b);
|
|
702
702
|
this.dataChart.series.add(c);
|
|
703
703
|
};
|
|
704
|
-
XYChart.prototype.
|
|
705
|
-
this.
|
|
706
|
-
};
|
|
707
|
-
XYChart.prototype.abf = function (a, b) {
|
|
708
|
-
a(this.v3());
|
|
704
|
+
XYChart.prototype.abf = function (a) {
|
|
705
|
+
this.abg(a, null);
|
|
709
706
|
};
|
|
710
|
-
XYChart.prototype.
|
|
707
|
+
XYChart.prototype.abg = function (a, b) {
|
|
711
708
|
a(this.v4());
|
|
712
709
|
};
|
|
713
|
-
XYChart.prototype.
|
|
714
|
-
this.
|
|
715
|
-
};
|
|
716
|
-
XYChart.prototype.rt = function (a, b) {
|
|
717
|
-
this.abe(a);
|
|
718
|
-
this.abk(a, b);
|
|
710
|
+
XYChart.prototype.abl = function (a, b) {
|
|
711
|
+
a(this.v5());
|
|
719
712
|
};
|
|
720
|
-
XYChart.prototype.
|
|
721
|
-
this.
|
|
713
|
+
XYChart.prototype.abk = function (a) {
|
|
714
|
+
this.abl(a, true);
|
|
722
715
|
};
|
|
723
|
-
XYChart.prototype.
|
|
724
|
-
this.
|
|
716
|
+
XYChart.prototype.rt = function (a, b) {
|
|
717
|
+
this.abf(a);
|
|
718
|
+
this.abl(a, b);
|
|
725
719
|
};
|
|
726
|
-
XYChart.prototype.
|
|
727
|
-
this.
|
|
720
|
+
XYChart.prototype.abj = function (a) {
|
|
721
|
+
this.aba(this.v4(), a);
|
|
728
722
|
};
|
|
729
|
-
XYChart.prototype.
|
|
730
|
-
this.
|
|
723
|
+
XYChart.prototype.abo = function (a) {
|
|
724
|
+
this.aba(this.v5(), a);
|
|
731
725
|
};
|
|
732
|
-
XYChart.prototype.
|
|
733
|
-
|
|
734
|
-
return b.ei(a, new ScalerParams(1, this.ve, this.vd, b.cg));
|
|
726
|
+
XYChart.prototype.abm = function (a) {
|
|
727
|
+
this.aa9(this.v5(), a);
|
|
735
728
|
};
|
|
736
|
-
XYChart.prototype.
|
|
737
|
-
|
|
738
|
-
return b.el(a, new ScalerParams(1, this.ve, this.vd, b.cg));
|
|
729
|
+
XYChart.prototype.abh = function (a) {
|
|
730
|
+
this.aa9(this.v4(), a);
|
|
739
731
|
};
|
|
740
732
|
XYChart.prototype.xi = function (a) {
|
|
741
733
|
var b = this.v4();
|
|
742
|
-
return b.
|
|
734
|
+
return b.ej(a, new ScalerParams(1, this.vf, this.ve, b.ch));
|
|
743
735
|
};
|
|
744
736
|
XYChart.prototype.xk = function (a) {
|
|
745
737
|
var b = this.v4();
|
|
746
|
-
return b.
|
|
738
|
+
return b.em(a, new ScalerParams(1, this.vf, this.ve, b.ch));
|
|
739
|
+
};
|
|
740
|
+
XYChart.prototype.xj = function (a) {
|
|
741
|
+
var b = this.v5();
|
|
742
|
+
return b.ej(a, new ScalerParams(1, this.vf, this.ve, b.ch));
|
|
743
|
+
};
|
|
744
|
+
XYChart.prototype.xl = function (a) {
|
|
745
|
+
var b = this.v5();
|
|
746
|
+
return b.em(a, new ScalerParams(1, this.vf, this.ve, b.ch));
|
|
747
747
|
};
|
|
748
|
-
XYChart.prototype.
|
|
749
|
-
_super.prototype.
|
|
748
|
+
XYChart.prototype.te = function (a) {
|
|
749
|
+
_super.prototype.te.call(this, a);
|
|
750
750
|
if (a == null) {
|
|
751
751
|
return;
|
|
752
752
|
}
|
|
753
753
|
if (a.axes != null) {
|
|
754
|
-
var b = this.
|
|
755
|
-
var c = this.
|
|
754
|
+
var b = this.v4();
|
|
755
|
+
var c = this.v5();
|
|
756
756
|
if (a.axes.contains(b)) {
|
|
757
757
|
a.axes.remove(b);
|
|
758
758
|
}
|
|
@@ -761,7 +761,7 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
761
761
|
}
|
|
762
762
|
}
|
|
763
763
|
};
|
|
764
|
-
XYChart.
|
|
764
|
+
XYChart.yy = function (a, b) {
|
|
765
765
|
var e_1, _a;
|
|
766
766
|
try {
|
|
767
767
|
for (var _b = __values(fromEnum(b)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -791,293 +791,293 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
791
791
|
XYChart.prototype.r4 = function (a) {
|
|
792
792
|
_super.prototype.r4.call(this, a);
|
|
793
793
|
if (a == this.dataChart) {
|
|
794
|
-
this.dataChart.axes.add(this.v3());
|
|
795
794
|
this.dataChart.axes.add(this.v4());
|
|
795
|
+
this.dataChart.axes.add(this.v5());
|
|
796
796
|
}
|
|
797
797
|
};
|
|
798
|
-
XYChart.prototype.
|
|
798
|
+
XYChart.prototype.abb = function (a) {
|
|
799
799
|
var _this = this;
|
|
800
|
-
if (a != null && this.j8 != null && a.
|
|
800
|
+
if (a != null && this.j8 != null && a.fl == null) {
|
|
801
801
|
a.provideRenderer(this.j8);
|
|
802
802
|
}
|
|
803
|
-
a.jv = this.acd;
|
|
804
|
-
a.eq = this.xr;
|
|
805
803
|
a.jw = this.ace;
|
|
806
|
-
a.
|
|
807
|
-
a.jy = this.acg;
|
|
808
|
-
a.ff = this.xt;
|
|
804
|
+
a.er = this.xs;
|
|
809
805
|
a.jx = this.acf;
|
|
810
|
-
a.
|
|
806
|
+
a.eu = this.xt;
|
|
811
807
|
a.jz = this.ach;
|
|
808
|
+
a.fg = this.xu;
|
|
809
|
+
a.jy = this.acg;
|
|
812
810
|
a.fh = this.xv;
|
|
813
|
-
a.
|
|
814
|
-
a.
|
|
815
|
-
a.
|
|
816
|
-
|
|
811
|
+
a.j0 = this.aci;
|
|
812
|
+
a.fi = this.xw;
|
|
813
|
+
a.c4 = true;
|
|
814
|
+
a.cu = this.gb;
|
|
815
|
+
a.cw = this.gb;
|
|
816
|
+
var b = a == this.v4();
|
|
817
817
|
if (b) {
|
|
818
|
-
a.
|
|
818
|
+
a.g6 = this.zs;
|
|
819
819
|
}
|
|
820
|
-
a.
|
|
821
|
-
a.
|
|
822
|
-
a.
|
|
823
|
-
this.
|
|
824
|
-
this.
|
|
825
|
-
if (c.extent != _this.
|
|
826
|
-
c.extent = _this.
|
|
820
|
+
a.f0 = this.ym;
|
|
821
|
+
a.gg = this.y4;
|
|
822
|
+
a.ah = this.v2;
|
|
823
|
+
this.aa9(a, function (c) { return c.angle = _this.xn; });
|
|
824
|
+
this.aa9(a, function (c) {
|
|
825
|
+
if (c.extent != _this.xm) {
|
|
826
|
+
c.extent = _this.xm;
|
|
827
827
|
}
|
|
828
828
|
});
|
|
829
|
-
this.aa8(a, function (c) { return c.horizontalAlignment = _this.abr; });
|
|
830
|
-
this.aa8(a, function (c) { return c.verticalAlignment = _this.act; });
|
|
831
|
-
this.aa8(a, function (c) { return c.visibility = _this.acy; });
|
|
832
|
-
this.aa8(a, function (c) { return c.location = _this.v9(_this.wc); });
|
|
833
829
|
this.aa9(a, function (c) { return c.horizontalAlignment = _this.abs; });
|
|
834
|
-
this.aa9(a, function (c) { return c.
|
|
835
|
-
this.
|
|
830
|
+
this.aa9(a, function (c) { return c.verticalAlignment = _this.acu; });
|
|
831
|
+
this.aa9(a, function (c) { return c.visibility = _this.acz; });
|
|
832
|
+
this.aa9(a, function (c) { return c.location = _this.wa(_this.wd); });
|
|
833
|
+
this.aba(a, function (c) { return c.horizontalAlignment = _this.abt; });
|
|
834
|
+
this.aba(a, function (c) { return c.angle = _this.xx; });
|
|
835
|
+
this.abc(a);
|
|
836
836
|
};
|
|
837
|
-
XYChart.prototype.
|
|
837
|
+
XYChart.prototype.abd = function (a) {
|
|
838
838
|
var _this = this;
|
|
839
839
|
if (a == null) {
|
|
840
840
|
return;
|
|
841
841
|
}
|
|
842
|
-
if (this.j8 != null && a.
|
|
842
|
+
if (this.j8 != null && a.fl == null) {
|
|
843
843
|
a.provideRenderer(this.j8);
|
|
844
844
|
}
|
|
845
|
-
a.
|
|
846
|
-
a.
|
|
847
|
-
this.
|
|
848
|
-
this.
|
|
849
|
-
if (b.extent != _this.
|
|
850
|
-
b.extent = _this.
|
|
845
|
+
a.cu = this.gb;
|
|
846
|
+
a.cw = this.gb;
|
|
847
|
+
this.aa9(a, function (b) { return b.angle = _this.x4; });
|
|
848
|
+
this.aa9(a, function (b) {
|
|
849
|
+
if (b.extent != _this.x3) {
|
|
850
|
+
b.extent = _this.x3;
|
|
851
851
|
}
|
|
852
852
|
});
|
|
853
|
-
this.
|
|
854
|
-
this.aa8(a, function (b) { return b.verticalAlignment = _this.acu; });
|
|
855
|
-
this.aa8(a, function (b) { return b.visibility = _this.acz; });
|
|
856
|
-
this.aa8(a, function (b) { return b.location = _this.wa(_this.we); });
|
|
853
|
+
this.aa9(a, function (b) { return b.horizontalAlignment = _this.abu; });
|
|
857
854
|
this.aa9(a, function (b) { return b.verticalAlignment = _this.acv; });
|
|
858
|
-
this.aa9(a, function (b) { return b.
|
|
859
|
-
a.
|
|
860
|
-
a.
|
|
855
|
+
this.aa9(a, function (b) { return b.visibility = _this.ac0; });
|
|
856
|
+
this.aa9(a, function (b) { return b.location = _this.wb(_this.wf); });
|
|
857
|
+
this.aba(a, function (b) { return b.verticalAlignment = _this.acw; });
|
|
858
|
+
this.aba(a, function (b) { return b.angle = _this.ye; });
|
|
861
859
|
a.jw = this.acl;
|
|
862
|
-
a.
|
|
863
|
-
a.jy = this.acn;
|
|
864
|
-
a.ff = this.ya;
|
|
860
|
+
a.er = this.x9;
|
|
865
861
|
a.jx = this.acm;
|
|
866
|
-
a.
|
|
862
|
+
a.eu = this.ya;
|
|
867
863
|
a.jz = this.aco;
|
|
864
|
+
a.fg = this.yb;
|
|
865
|
+
a.jy = this.acn;
|
|
868
866
|
a.fh = this.yc;
|
|
869
|
-
|
|
867
|
+
a.j0 = this.acp;
|
|
868
|
+
a.fi = this.yd;
|
|
869
|
+
var b = a == this.v5();
|
|
870
870
|
if (b) {
|
|
871
|
-
a.
|
|
871
|
+
a.g6 = this.aax;
|
|
872
872
|
}
|
|
873
|
-
a.
|
|
874
|
-
a.
|
|
875
|
-
this.
|
|
873
|
+
a.gg = this.z9;
|
|
874
|
+
a.ah = this.v3;
|
|
875
|
+
this.abe(a);
|
|
876
876
|
};
|
|
877
877
|
XYChart.prototype.r1 = function () {
|
|
878
878
|
_super.prototype.r1.call(this);
|
|
879
|
-
this.
|
|
880
|
-
this.
|
|
879
|
+
this.abb(this.v4());
|
|
880
|
+
this.abd(this.v5());
|
|
881
881
|
};
|
|
882
|
-
XYChart.prototype.
|
|
882
|
+
XYChart.prototype.aa9 = function (a, b) {
|
|
883
883
|
if (a == null) {
|
|
884
884
|
return;
|
|
885
885
|
}
|
|
886
|
-
if (a.
|
|
887
|
-
a.
|
|
888
|
-
a.
|
|
889
|
-
a.
|
|
890
|
-
a.
|
|
891
|
-
a.
|
|
892
|
-
a.
|
|
893
|
-
a.
|
|
894
|
-
a.
|
|
895
|
-
a.
|
|
886
|
+
if (a.az == null) {
|
|
887
|
+
a.az = new AxisLabelSettings();
|
|
888
|
+
a.az.angle = a.d5();
|
|
889
|
+
a.az.bottomMargin = a.d6();
|
|
890
|
+
a.az.leftMargin = a.d7();
|
|
891
|
+
a.az.rightMargin = a.d8();
|
|
892
|
+
a.az.topMargin = a.d9();
|
|
893
|
+
a.az.horizontalAlignment = a.jr();
|
|
894
|
+
a.az.location = a.a0();
|
|
895
|
+
a.az.verticalAlignment = a.kk();
|
|
896
896
|
}
|
|
897
|
-
b(a.
|
|
897
|
+
b(a.az);
|
|
898
898
|
};
|
|
899
|
-
XYChart.prototype.
|
|
899
|
+
XYChart.prototype.aba = function (a, b) {
|
|
900
900
|
if (a == null) {
|
|
901
901
|
return;
|
|
902
902
|
}
|
|
903
|
-
if (a.
|
|
904
|
-
a.
|
|
905
|
-
a.
|
|
906
|
-
a.
|
|
907
|
-
a.
|
|
908
|
-
a.
|
|
909
|
-
a.
|
|
910
|
-
a.
|
|
911
|
-
a.
|
|
912
|
-
a.
|
|
903
|
+
if (a.bf == null) {
|
|
904
|
+
a.bf = new TitleSettings();
|
|
905
|
+
a.bf.bottomMargin = a.eb();
|
|
906
|
+
a.bf.leftMargin = a.ec();
|
|
907
|
+
a.bf.rightMargin = a.ed();
|
|
908
|
+
a.bf.topMargin = a.ee();
|
|
909
|
+
a.bf.location = a.a1();
|
|
910
|
+
a.bf.angle = a.ea();
|
|
911
|
+
a.bf.horizontalAlignment = a.js();
|
|
912
|
+
a.bf.verticalAlignment = a.kl();
|
|
913
913
|
}
|
|
914
|
-
b(a.
|
|
914
|
+
b(a.bf);
|
|
915
915
|
};
|
|
916
|
-
XYChart.prototype.
|
|
916
|
+
XYChart.prototype.sw = function (a, b, c) {
|
|
917
917
|
var _this = this;
|
|
918
|
-
_super.prototype.
|
|
918
|
+
_super.prototype.sw.call(this, a, b, c);
|
|
919
919
|
switch (a) {
|
|
920
920
|
case "XAxisLabelAngle":
|
|
921
|
-
this.
|
|
921
|
+
this.abh(function (d) { return d.angle = _this.xn; });
|
|
922
922
|
break;
|
|
923
923
|
case "YAxisLabelAngle":
|
|
924
|
-
this.
|
|
924
|
+
this.abm(function (d) { return d.angle = _this.x4; });
|
|
925
925
|
break;
|
|
926
926
|
case "XAxisLabelHorizontalAlignment":
|
|
927
|
-
this.
|
|
927
|
+
this.abh(function (d) { return d.horizontalAlignment = _this.abs; });
|
|
928
928
|
break;
|
|
929
929
|
case "YAxisLabelHorizontalAlignment":
|
|
930
|
-
this.
|
|
930
|
+
this.abm(function (d) { return d.horizontalAlignment = _this.abu; });
|
|
931
931
|
break;
|
|
932
932
|
case "XAxisLabelVerticalAlignment":
|
|
933
|
-
this.
|
|
933
|
+
this.abh(function (d) { return d.verticalAlignment = _this.acu; });
|
|
934
934
|
break;
|
|
935
935
|
case "YAxisLabelVerticalAlignment":
|
|
936
|
-
this.
|
|
936
|
+
this.abm(function (d) { return d.verticalAlignment = _this.acv; });
|
|
937
937
|
break;
|
|
938
938
|
case "XAxisLabelVisibility":
|
|
939
|
-
this.
|
|
939
|
+
this.abh(function (d) { return d.visibility = _this.acz; });
|
|
940
940
|
break;
|
|
941
941
|
case "YAxisLabelVisibility":
|
|
942
|
-
this.
|
|
942
|
+
this.abm(function (d) { return d.visibility = _this.ac0; });
|
|
943
943
|
break;
|
|
944
944
|
case "XAxisLabel":
|
|
945
|
-
this.
|
|
945
|
+
this.abf(function (d) { return d.f0 = _this.ym; });
|
|
946
946
|
break;
|
|
947
947
|
case "YAxisLabel":
|
|
948
|
-
this.
|
|
948
|
+
this.abk(function (d) { return d.f0 = _this.yn; });
|
|
949
949
|
break;
|
|
950
950
|
case "XAxisLabelFormat":
|
|
951
|
-
this.
|
|
951
|
+
this.abf(function (d) { return d.gg = _this.y4; });
|
|
952
952
|
break;
|
|
953
953
|
case "XAxisLabelFormatSpecifiers":
|
|
954
|
-
this.
|
|
954
|
+
this.abf(function (d) { return d.ah = _this.v2; });
|
|
955
955
|
break;
|
|
956
956
|
case "YAxisLabelFormat":
|
|
957
|
-
this.
|
|
957
|
+
this.abk(function (d) { return d.gg = _this.z9; });
|
|
958
958
|
break;
|
|
959
959
|
case "YAxisLabelFormatSpecifiers":
|
|
960
|
-
this.
|
|
960
|
+
this.abk(function (d) { return d.ah = _this.v3; });
|
|
961
961
|
break;
|
|
962
962
|
case "XAxisTitleAngle":
|
|
963
|
-
this.
|
|
963
|
+
this.abj(function (d) { return d.angle = _this.xx; });
|
|
964
964
|
break;
|
|
965
965
|
case "YAxisTitleAngle":
|
|
966
|
-
this.
|
|
966
|
+
this.abo(function (d) { return d.angle = _this.ye; });
|
|
967
967
|
break;
|
|
968
968
|
case "XAxisTitleAlignment":
|
|
969
|
-
this.
|
|
969
|
+
this.abj(function (d) { return d.horizontalAlignment = _this.abt; });
|
|
970
970
|
break;
|
|
971
971
|
case "YAxisTitleAlignment":
|
|
972
|
-
this.
|
|
972
|
+
this.abo(function (d) { return d.verticalAlignment = _this.acw; });
|
|
973
973
|
break;
|
|
974
974
|
case "XAxisTitle":
|
|
975
|
-
this.
|
|
975
|
+
this.abf(function (d) { return d.g6 = _this.zs; });
|
|
976
976
|
break;
|
|
977
977
|
case "YAxisTitle":
|
|
978
|
-
this.
|
|
978
|
+
this.abl(function (d) { return d.g6 = _this.aax; }, false);
|
|
979
979
|
break;
|
|
980
980
|
case "XAxisMajorStroke":
|
|
981
|
-
this.
|
|
981
|
+
this.abg(function (d) { return d.jw = _this.ace; }, a);
|
|
982
982
|
break;
|
|
983
983
|
case "YAxisMajorStroke":
|
|
984
|
-
this.
|
|
984
|
+
this.abk(function (d) { return d.jw = _this.acl; });
|
|
985
985
|
break;
|
|
986
986
|
case "XAxisMajorStrokeThickness":
|
|
987
|
-
this.
|
|
987
|
+
this.abg(function (d) { return d.er = _this.xs; }, a);
|
|
988
988
|
break;
|
|
989
989
|
case "YAxisMajorStrokeThickness":
|
|
990
|
-
this.
|
|
990
|
+
this.abk(function (d) { return d.er = _this.x9; });
|
|
991
991
|
break;
|
|
992
992
|
case "XAxisMinorStroke":
|
|
993
|
-
this.
|
|
993
|
+
this.abf(function (d) { return d.jx = _this.acf; });
|
|
994
994
|
break;
|
|
995
995
|
case "YAxisMinorStroke":
|
|
996
|
-
this.
|
|
996
|
+
this.abk(function (d) { return d.jx = _this.acm; });
|
|
997
997
|
break;
|
|
998
998
|
case "XAxisMinorStrokeThickness":
|
|
999
|
-
this.
|
|
999
|
+
this.abf(function (d) { return d.eu = _this.xt; });
|
|
1000
1000
|
break;
|
|
1001
1001
|
case "YAxisMinorStrokeThickness":
|
|
1002
|
-
this.
|
|
1002
|
+
this.abk(function (d) { return d.eu = _this.ya; });
|
|
1003
1003
|
break;
|
|
1004
1004
|
case "XAxisTickLength":
|
|
1005
|
-
this.
|
|
1005
|
+
this.abf(function (d) { return d.fh = _this.xv; });
|
|
1006
1006
|
break;
|
|
1007
1007
|
case "YAxisTickLength":
|
|
1008
|
-
this.
|
|
1008
|
+
this.abk(function (d) { return d.fh = _this.yc; });
|
|
1009
1009
|
break;
|
|
1010
1010
|
case "XAxisTickStroke":
|
|
1011
|
-
this.
|
|
1011
|
+
this.abf(function (d) { return d.j0 = _this.aci; });
|
|
1012
1012
|
break;
|
|
1013
1013
|
case "YAxisTickStroke":
|
|
1014
|
-
this.
|
|
1014
|
+
this.abk(function (d) { return d.j0 = _this.acp; });
|
|
1015
1015
|
break;
|
|
1016
1016
|
case "XAxisTickStrokeThickness":
|
|
1017
|
-
this.
|
|
1017
|
+
this.abf(function (d) { return d.fi = _this.xw; });
|
|
1018
1018
|
break;
|
|
1019
1019
|
case "YAxisTickStrokeThickness":
|
|
1020
|
-
this.
|
|
1020
|
+
this.abk(function (d) { return d.fi = _this.yd; });
|
|
1021
1021
|
break;
|
|
1022
1022
|
case "XAxisStroke":
|
|
1023
|
-
this.
|
|
1023
|
+
this.abf(function (d) { return d.jz = _this.ach; });
|
|
1024
1024
|
break;
|
|
1025
1025
|
case "YAxisStroke":
|
|
1026
|
-
this.
|
|
1026
|
+
this.abk(function (d) { return d.jz = _this.aco; });
|
|
1027
1027
|
break;
|
|
1028
1028
|
case "XAxisStrokeThickness":
|
|
1029
|
-
this.
|
|
1029
|
+
this.abf(function (d) { return d.fg = _this.xu; });
|
|
1030
1030
|
break;
|
|
1031
1031
|
case "YAxisStrokeThickness":
|
|
1032
|
-
this.
|
|
1032
|
+
this.abk(function (d) { return d.fg = _this.yb; });
|
|
1033
1033
|
break;
|
|
1034
1034
|
case "XAxisExtent":
|
|
1035
|
-
this.
|
|
1035
|
+
this.abh(function (d) { return d.extent = _this.xm; });
|
|
1036
1036
|
break;
|
|
1037
1037
|
case "YAxisExtent":
|
|
1038
|
-
this.
|
|
1038
|
+
this.abm(function (d) { return d.extent = _this.x3; });
|
|
1039
1039
|
break;
|
|
1040
1040
|
case "XAxisStrip":
|
|
1041
|
-
this.
|
|
1041
|
+
this.abf(function (d) { return d.jy = _this.acg; });
|
|
1042
1042
|
break;
|
|
1043
1043
|
case "YAxisStrip":
|
|
1044
|
-
this.
|
|
1044
|
+
this.abk(function (d) { return d.jy = _this.acn; });
|
|
1045
1045
|
break;
|
|
1046
1046
|
case "XAxisInverted":
|
|
1047
|
-
this.
|
|
1047
|
+
this.abf(function (d) { return d.ch = _this.wi; });
|
|
1048
1048
|
break;
|
|
1049
1049
|
case "YAxisInverted":
|
|
1050
|
-
this.
|
|
1050
|
+
this.abk(function (d) { return d.ch = _this.wj; });
|
|
1051
1051
|
break;
|
|
1052
1052
|
case "YAxisLabelLocation":
|
|
1053
|
-
this.
|
|
1053
|
+
this.abn();
|
|
1054
1054
|
break;
|
|
1055
1055
|
case "XAxisLabelLocation":
|
|
1056
|
-
this.
|
|
1056
|
+
this.abi();
|
|
1057
1057
|
break;
|
|
1058
1058
|
}
|
|
1059
1059
|
};
|
|
1060
|
-
XYChart.prototype.
|
|
1061
|
-
var a = this.
|
|
1060
|
+
XYChart.prototype.abn = function () {
|
|
1061
|
+
var a = this.wb(this.wf);
|
|
1062
1062
|
if (a == 2 || a == 7) {
|
|
1063
|
-
this.
|
|
1063
|
+
this.abu = 2;
|
|
1064
1064
|
}
|
|
1065
1065
|
else {
|
|
1066
|
-
this.
|
|
1066
|
+
this.abu = 0;
|
|
1067
1067
|
}
|
|
1068
|
-
this.
|
|
1068
|
+
this.abm(function (b) { return b.location = a; });
|
|
1069
1069
|
};
|
|
1070
|
-
XYChart.prototype.
|
|
1071
|
-
var a = this.
|
|
1070
|
+
XYChart.prototype.abi = function () {
|
|
1071
|
+
var a = this.wa(this.wd);
|
|
1072
1072
|
if (a == 1 || a == 5) {
|
|
1073
|
-
this.
|
|
1073
|
+
this.acu = 0;
|
|
1074
1074
|
}
|
|
1075
1075
|
else {
|
|
1076
|
-
this.
|
|
1076
|
+
this.acu = 2;
|
|
1077
1077
|
}
|
|
1078
|
-
this.
|
|
1078
|
+
this.abh(function (b) { return b.location = a; });
|
|
1079
1079
|
};
|
|
1080
|
-
XYChart.prototype.
|
|
1080
|
+
XYChart.prototype.wb = function (a) {
|
|
1081
1081
|
if (a == 0) {
|
|
1082
1082
|
return 2;
|
|
1083
1083
|
}
|
|
@@ -1099,7 +1099,7 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1099
1099
|
}
|
|
1100
1100
|
}
|
|
1101
1101
|
};
|
|
1102
|
-
XYChart.prototype.
|
|
1102
|
+
XYChart.prototype.wa = function (a) {
|
|
1103
1103
|
if (a == 1) {
|
|
1104
1104
|
return 1;
|
|
1105
1105
|
}
|
|
@@ -1116,20 +1116,6 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1116
1116
|
return 1;
|
|
1117
1117
|
}
|
|
1118
1118
|
};
|
|
1119
|
-
Object.defineProperty(XYChart.prototype, "yl", {
|
|
1120
|
-
get: function () {
|
|
1121
|
-
return this.yj;
|
|
1122
|
-
},
|
|
1123
|
-
set: function (a) {
|
|
1124
|
-
var b = this.yl;
|
|
1125
|
-
if (a != b) {
|
|
1126
|
-
this.yj = a;
|
|
1127
|
-
this.sv("XAxisLabel", b, this.yl);
|
|
1128
|
-
}
|
|
1129
|
-
},
|
|
1130
|
-
enumerable: false,
|
|
1131
|
-
configurable: true
|
|
1132
|
-
});
|
|
1133
1119
|
Object.defineProperty(XYChart.prototype, "ym", {
|
|
1134
1120
|
get: function () {
|
|
1135
1121
|
return this.yk;
|
|
@@ -1138,63 +1124,49 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1138
1124
|
var b = this.ym;
|
|
1139
1125
|
if (a != b) {
|
|
1140
1126
|
this.yk = a;
|
|
1141
|
-
this.
|
|
1142
|
-
}
|
|
1143
|
-
},
|
|
1144
|
-
enumerable: false,
|
|
1145
|
-
configurable: true
|
|
1146
|
-
});
|
|
1147
|
-
Object.defineProperty(XYChart.prototype, "acd", {
|
|
1148
|
-
get: function () {
|
|
1149
|
-
return this.abx;
|
|
1150
|
-
},
|
|
1151
|
-
set: function (a) {
|
|
1152
|
-
var b = this.acd;
|
|
1153
|
-
if (a != b) {
|
|
1154
|
-
this.abx = a;
|
|
1155
|
-
this.sv("XAxisMajorStroke", b, this.acd);
|
|
1127
|
+
this.sw("XAxisLabel", b, this.ym);
|
|
1156
1128
|
}
|
|
1157
1129
|
},
|
|
1158
1130
|
enumerable: false,
|
|
1159
1131
|
configurable: true
|
|
1160
1132
|
});
|
|
1161
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1133
|
+
Object.defineProperty(XYChart.prototype, "yn", {
|
|
1162
1134
|
get: function () {
|
|
1163
|
-
return this.
|
|
1135
|
+
return this.yl;
|
|
1164
1136
|
},
|
|
1165
1137
|
set: function (a) {
|
|
1166
|
-
var b = this.
|
|
1138
|
+
var b = this.yn;
|
|
1167
1139
|
if (a != b) {
|
|
1168
|
-
this.
|
|
1169
|
-
this.
|
|
1140
|
+
this.yl = a;
|
|
1141
|
+
this.sw("YAxisLabel", b, this.yn);
|
|
1170
1142
|
}
|
|
1171
1143
|
},
|
|
1172
1144
|
enumerable: false,
|
|
1173
1145
|
configurable: true
|
|
1174
1146
|
});
|
|
1175
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1147
|
+
Object.defineProperty(XYChart.prototype, "ace", {
|
|
1176
1148
|
get: function () {
|
|
1177
|
-
return this.
|
|
1149
|
+
return this.aby;
|
|
1178
1150
|
},
|
|
1179
1151
|
set: function (a) {
|
|
1180
|
-
var b = this.
|
|
1152
|
+
var b = this.ace;
|
|
1181
1153
|
if (a != b) {
|
|
1182
|
-
this.
|
|
1183
|
-
this.
|
|
1154
|
+
this.aby = a;
|
|
1155
|
+
this.sw("XAxisMajorStroke", b, this.ace);
|
|
1184
1156
|
}
|
|
1185
1157
|
},
|
|
1186
1158
|
enumerable: false,
|
|
1187
1159
|
configurable: true
|
|
1188
1160
|
});
|
|
1189
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1161
|
+
Object.defineProperty(XYChart.prototype, "acl", {
|
|
1190
1162
|
get: function () {
|
|
1191
|
-
return this.
|
|
1163
|
+
return this.ab5;
|
|
1192
1164
|
},
|
|
1193
1165
|
set: function (a) {
|
|
1194
|
-
var b = this.
|
|
1166
|
+
var b = this.acl;
|
|
1195
1167
|
if (a != b) {
|
|
1196
|
-
this.
|
|
1197
|
-
this.
|
|
1168
|
+
this.ab5 = a;
|
|
1169
|
+
this.sw("YAxisMajorStroke", b, this.acl);
|
|
1198
1170
|
}
|
|
1199
1171
|
},
|
|
1200
1172
|
enumerable: false,
|
|
@@ -1208,7 +1180,7 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1208
1180
|
var b = this.xs;
|
|
1209
1181
|
if (a != b) {
|
|
1210
1182
|
this.wq = a;
|
|
1211
|
-
this.
|
|
1183
|
+
this.sw("XAxisMajorStrokeThickness", b, this.xs);
|
|
1212
1184
|
}
|
|
1213
1185
|
},
|
|
1214
1186
|
enumerable: false,
|
|
@@ -1222,35 +1194,35 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1222
1194
|
var b = this.x9;
|
|
1223
1195
|
if (a != b) {
|
|
1224
1196
|
this.w7 = a;
|
|
1225
|
-
this.
|
|
1197
|
+
this.sw("YAxisMajorStrokeThickness", b, this.x9);
|
|
1226
1198
|
}
|
|
1227
1199
|
},
|
|
1228
1200
|
enumerable: false,
|
|
1229
1201
|
configurable: true
|
|
1230
1202
|
});
|
|
1231
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1203
|
+
Object.defineProperty(XYChart.prototype, "xt", {
|
|
1232
1204
|
get: function () {
|
|
1233
|
-
return this.
|
|
1205
|
+
return this.wr;
|
|
1234
1206
|
},
|
|
1235
1207
|
set: function (a) {
|
|
1236
|
-
var b = this.
|
|
1208
|
+
var b = this.xt;
|
|
1237
1209
|
if (a != b) {
|
|
1238
|
-
this.
|
|
1239
|
-
this.
|
|
1210
|
+
this.wr = a;
|
|
1211
|
+
this.sw("XAxisMinorStrokeThickness", b, this.xt);
|
|
1240
1212
|
}
|
|
1241
1213
|
},
|
|
1242
1214
|
enumerable: false,
|
|
1243
1215
|
configurable: true
|
|
1244
1216
|
});
|
|
1245
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1217
|
+
Object.defineProperty(XYChart.prototype, "ya", {
|
|
1246
1218
|
get: function () {
|
|
1247
|
-
return this.
|
|
1219
|
+
return this.w8;
|
|
1248
1220
|
},
|
|
1249
1221
|
set: function (a) {
|
|
1250
|
-
var b = this.
|
|
1222
|
+
var b = this.ya;
|
|
1251
1223
|
if (a != b) {
|
|
1252
|
-
this.
|
|
1253
|
-
this.
|
|
1224
|
+
this.w8 = a;
|
|
1225
|
+
this.sw("YAxisMinorStrokeThickness", b, this.ya);
|
|
1254
1226
|
}
|
|
1255
1227
|
},
|
|
1256
1228
|
enumerable: false,
|
|
@@ -1264,7 +1236,7 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1264
1236
|
var b = this.acg;
|
|
1265
1237
|
if (a != b) {
|
|
1266
1238
|
this.ab0 = a;
|
|
1267
|
-
this.
|
|
1239
|
+
this.sw("XAxisStrip", b, this.acg);
|
|
1268
1240
|
}
|
|
1269
1241
|
},
|
|
1270
1242
|
enumerable: false,
|
|
@@ -1278,35 +1250,35 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1278
1250
|
var b = this.acn;
|
|
1279
1251
|
if (a != b) {
|
|
1280
1252
|
this.ab7 = a;
|
|
1281
|
-
this.
|
|
1253
|
+
this.sw("YAxisStrip", b, this.acn);
|
|
1282
1254
|
}
|
|
1283
1255
|
},
|
|
1284
1256
|
enumerable: false,
|
|
1285
1257
|
configurable: true
|
|
1286
1258
|
});
|
|
1287
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1259
|
+
Object.defineProperty(XYChart.prototype, "ach", {
|
|
1288
1260
|
get: function () {
|
|
1289
|
-
return this.
|
|
1261
|
+
return this.ab1;
|
|
1290
1262
|
},
|
|
1291
1263
|
set: function (a) {
|
|
1292
|
-
var b = this.
|
|
1264
|
+
var b = this.ach;
|
|
1293
1265
|
if (a != b) {
|
|
1294
|
-
this.
|
|
1295
|
-
this.
|
|
1266
|
+
this.ab1 = a;
|
|
1267
|
+
this.sw("XAxisStroke", b, this.ach);
|
|
1296
1268
|
}
|
|
1297
1269
|
},
|
|
1298
1270
|
enumerable: false,
|
|
1299
1271
|
configurable: true
|
|
1300
1272
|
});
|
|
1301
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1273
|
+
Object.defineProperty(XYChart.prototype, "aco", {
|
|
1302
1274
|
get: function () {
|
|
1303
|
-
return this.
|
|
1275
|
+
return this.ab8;
|
|
1304
1276
|
},
|
|
1305
1277
|
set: function (a) {
|
|
1306
|
-
var b = this.
|
|
1278
|
+
var b = this.aco;
|
|
1307
1279
|
if (a != b) {
|
|
1308
|
-
this.
|
|
1309
|
-
this.
|
|
1280
|
+
this.ab8 = a;
|
|
1281
|
+
this.sw("YAxisStroke", b, this.aco);
|
|
1310
1282
|
}
|
|
1311
1283
|
},
|
|
1312
1284
|
enumerable: false,
|
|
@@ -1320,7 +1292,7 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1320
1292
|
var b = this.xu;
|
|
1321
1293
|
if (a != b) {
|
|
1322
1294
|
this.ws = a;
|
|
1323
|
-
this.
|
|
1295
|
+
this.sw("XAxisStrokeThickness", b, this.xu);
|
|
1324
1296
|
}
|
|
1325
1297
|
},
|
|
1326
1298
|
enumerable: false,
|
|
@@ -1334,217 +1306,231 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1334
1306
|
var b = this.yb;
|
|
1335
1307
|
if (a != b) {
|
|
1336
1308
|
this.w9 = a;
|
|
1337
|
-
this.
|
|
1309
|
+
this.sw("YAxisStrokeThickness", b, this.yb);
|
|
1338
1310
|
}
|
|
1339
1311
|
},
|
|
1340
1312
|
enumerable: false,
|
|
1341
1313
|
configurable: true
|
|
1342
1314
|
});
|
|
1343
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1315
|
+
Object.defineProperty(XYChart.prototype, "xv", {
|
|
1344
1316
|
get: function () {
|
|
1345
|
-
return this.
|
|
1317
|
+
return this.wt;
|
|
1346
1318
|
},
|
|
1347
1319
|
set: function (a) {
|
|
1348
|
-
var b = this.
|
|
1320
|
+
var b = this.xv;
|
|
1349
1321
|
if (a != b) {
|
|
1350
|
-
this.
|
|
1351
|
-
this.
|
|
1322
|
+
this.wt = a;
|
|
1323
|
+
this.sw("XAxisTickLength", b, this.xv);
|
|
1352
1324
|
}
|
|
1353
1325
|
},
|
|
1354
1326
|
enumerable: false,
|
|
1355
1327
|
configurable: true
|
|
1356
1328
|
});
|
|
1357
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1329
|
+
Object.defineProperty(XYChart.prototype, "yc", {
|
|
1358
1330
|
get: function () {
|
|
1359
|
-
return this.
|
|
1331
|
+
return this.xa;
|
|
1360
1332
|
},
|
|
1361
1333
|
set: function (a) {
|
|
1362
|
-
var b = this.
|
|
1334
|
+
var b = this.yc;
|
|
1363
1335
|
if (a != b) {
|
|
1364
|
-
this.
|
|
1365
|
-
this.
|
|
1336
|
+
this.xa = a;
|
|
1337
|
+
this.sw("YAxisTickLength", b, this.yc);
|
|
1366
1338
|
}
|
|
1367
1339
|
},
|
|
1368
1340
|
enumerable: false,
|
|
1369
1341
|
configurable: true
|
|
1370
1342
|
});
|
|
1371
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1343
|
+
Object.defineProperty(XYChart.prototype, "aci", {
|
|
1372
1344
|
get: function () {
|
|
1373
|
-
return this.
|
|
1345
|
+
return this.ab2;
|
|
1374
1346
|
},
|
|
1375
1347
|
set: function (a) {
|
|
1376
|
-
var b = this.
|
|
1348
|
+
var b = this.aci;
|
|
1377
1349
|
if (a != b) {
|
|
1378
|
-
this.
|
|
1379
|
-
this.
|
|
1350
|
+
this.ab2 = a;
|
|
1351
|
+
this.sw("XAxisTickStroke", b, this.aci);
|
|
1380
1352
|
}
|
|
1381
1353
|
},
|
|
1382
1354
|
enumerable: false,
|
|
1383
1355
|
configurable: true
|
|
1384
1356
|
});
|
|
1385
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1357
|
+
Object.defineProperty(XYChart.prototype, "acp", {
|
|
1386
1358
|
get: function () {
|
|
1387
|
-
return this.
|
|
1359
|
+
return this.ab9;
|
|
1388
1360
|
},
|
|
1389
1361
|
set: function (a) {
|
|
1390
|
-
var b = this.
|
|
1362
|
+
var b = this.acp;
|
|
1391
1363
|
if (a != b) {
|
|
1392
|
-
this.
|
|
1393
|
-
this.
|
|
1364
|
+
this.ab9 = a;
|
|
1365
|
+
this.sw("YAxisTickStroke", b, this.acp);
|
|
1394
1366
|
}
|
|
1395
1367
|
},
|
|
1396
1368
|
enumerable: false,
|
|
1397
1369
|
configurable: true
|
|
1398
1370
|
});
|
|
1399
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1371
|
+
Object.defineProperty(XYChart.prototype, "xw", {
|
|
1400
1372
|
get: function () {
|
|
1401
|
-
return this.
|
|
1373
|
+
return this.wu;
|
|
1402
1374
|
},
|
|
1403
1375
|
set: function (a) {
|
|
1404
|
-
var b = this.
|
|
1376
|
+
var b = this.xw;
|
|
1405
1377
|
if (a != b) {
|
|
1406
|
-
this.
|
|
1407
|
-
this.
|
|
1378
|
+
this.wu = a;
|
|
1379
|
+
this.sw("XAxisTickStrokeThickness", b, this.xw);
|
|
1408
1380
|
}
|
|
1409
1381
|
},
|
|
1410
1382
|
enumerable: false,
|
|
1411
1383
|
configurable: true
|
|
1412
1384
|
});
|
|
1413
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1385
|
+
Object.defineProperty(XYChart.prototype, "yd", {
|
|
1414
1386
|
get: function () {
|
|
1415
|
-
return this.
|
|
1387
|
+
return this.xb;
|
|
1416
1388
|
},
|
|
1417
1389
|
set: function (a) {
|
|
1418
|
-
var b = this.
|
|
1390
|
+
var b = this.yd;
|
|
1419
1391
|
if (a != b) {
|
|
1420
|
-
this.
|
|
1421
|
-
this.
|
|
1392
|
+
this.xb = a;
|
|
1393
|
+
this.sw("YAxisTickStrokeThickness", b, this.yd);
|
|
1422
1394
|
}
|
|
1423
1395
|
},
|
|
1424
1396
|
enumerable: false,
|
|
1425
1397
|
configurable: true
|
|
1426
1398
|
});
|
|
1427
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1399
|
+
Object.defineProperty(XYChart.prototype, "zs", {
|
|
1428
1400
|
get: function () {
|
|
1429
|
-
return this.
|
|
1401
|
+
return this.yq;
|
|
1430
1402
|
},
|
|
1431
1403
|
set: function (a) {
|
|
1432
|
-
var b = this.
|
|
1404
|
+
var b = this.zs;
|
|
1433
1405
|
if (a != b) {
|
|
1434
|
-
this.
|
|
1435
|
-
this.
|
|
1406
|
+
this.yq = a;
|
|
1407
|
+
this.sw("XAxisTitle", b, this.zs);
|
|
1436
1408
|
}
|
|
1437
1409
|
},
|
|
1438
1410
|
enumerable: false,
|
|
1439
1411
|
configurable: true
|
|
1440
1412
|
});
|
|
1441
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1413
|
+
Object.defineProperty(XYChart.prototype, "aax", {
|
|
1442
1414
|
get: function () {
|
|
1443
|
-
return this.
|
|
1415
|
+
return this.yu;
|
|
1444
1416
|
},
|
|
1445
1417
|
set: function (a) {
|
|
1446
|
-
var b = this.
|
|
1418
|
+
var b = this.aax;
|
|
1447
1419
|
if (a != b) {
|
|
1448
|
-
this.
|
|
1449
|
-
this.
|
|
1420
|
+
this.yu = a;
|
|
1421
|
+
this.sw("YAxisTitle", b, this.aax);
|
|
1450
1422
|
}
|
|
1451
1423
|
},
|
|
1452
1424
|
enumerable: false,
|
|
1453
1425
|
configurable: true
|
|
1454
1426
|
});
|
|
1455
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1427
|
+
Object.defineProperty(XYChart.prototype, "acf", {
|
|
1456
1428
|
get: function () {
|
|
1457
|
-
return this.
|
|
1429
|
+
return this.abz;
|
|
1458
1430
|
},
|
|
1459
1431
|
set: function (a) {
|
|
1460
|
-
var b = this.
|
|
1432
|
+
var b = this.acf;
|
|
1461
1433
|
if (a != b) {
|
|
1462
|
-
this.
|
|
1463
|
-
this.
|
|
1434
|
+
this.abz = a;
|
|
1435
|
+
this.sw("XAxisMinorStroke", b, this.acf);
|
|
1464
1436
|
}
|
|
1465
1437
|
},
|
|
1466
1438
|
enumerable: false,
|
|
1467
1439
|
configurable: true
|
|
1468
1440
|
});
|
|
1469
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1441
|
+
Object.defineProperty(XYChart.prototype, "acm", {
|
|
1470
1442
|
get: function () {
|
|
1471
|
-
return this.
|
|
1443
|
+
return this.ab6;
|
|
1472
1444
|
},
|
|
1473
1445
|
set: function (a) {
|
|
1474
|
-
var b = this.
|
|
1446
|
+
var b = this.acm;
|
|
1475
1447
|
if (a != b) {
|
|
1476
|
-
this.
|
|
1477
|
-
this.
|
|
1448
|
+
this.ab6 = a;
|
|
1449
|
+
this.sw("YAxisMinorStroke", b, this.acm);
|
|
1478
1450
|
}
|
|
1479
1451
|
},
|
|
1480
1452
|
enumerable: false,
|
|
1481
1453
|
configurable: true
|
|
1482
1454
|
});
|
|
1483
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1455
|
+
Object.defineProperty(XYChart.prototype, "xn", {
|
|
1484
1456
|
get: function () {
|
|
1485
|
-
return this.
|
|
1457
|
+
return this.wl;
|
|
1486
1458
|
},
|
|
1487
1459
|
set: function (a) {
|
|
1488
|
-
var b = this.
|
|
1460
|
+
var b = this.xn;
|
|
1489
1461
|
if (a != b) {
|
|
1490
|
-
this.
|
|
1491
|
-
this.
|
|
1462
|
+
this.wl = a;
|
|
1463
|
+
this.sw("XAxisLabelAngle", b, this.xn);
|
|
1492
1464
|
}
|
|
1493
1465
|
},
|
|
1494
1466
|
enumerable: false,
|
|
1495
1467
|
configurable: true
|
|
1496
1468
|
});
|
|
1497
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1469
|
+
Object.defineProperty(XYChart.prototype, "x4", {
|
|
1498
1470
|
get: function () {
|
|
1499
|
-
return this.
|
|
1471
|
+
return this.w2;
|
|
1500
1472
|
},
|
|
1501
1473
|
set: function (a) {
|
|
1502
|
-
var b = this.
|
|
1474
|
+
var b = this.x4;
|
|
1503
1475
|
if (a != b) {
|
|
1504
|
-
this.
|
|
1505
|
-
this.
|
|
1476
|
+
this.w2 = a;
|
|
1477
|
+
this.sw("YAxisLabelAngle", b, this.x4);
|
|
1506
1478
|
}
|
|
1507
1479
|
},
|
|
1508
1480
|
enumerable: false,
|
|
1509
1481
|
configurable: true
|
|
1510
1482
|
});
|
|
1511
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1483
|
+
Object.defineProperty(XYChart.prototype, "xm", {
|
|
1512
1484
|
get: function () {
|
|
1513
|
-
return this.
|
|
1485
|
+
return this.wk;
|
|
1514
1486
|
},
|
|
1515
1487
|
set: function (a) {
|
|
1516
|
-
var b = this.
|
|
1488
|
+
var b = this.xm;
|
|
1517
1489
|
if (a != b) {
|
|
1518
|
-
this.
|
|
1519
|
-
this.
|
|
1490
|
+
this.wk = a;
|
|
1491
|
+
this.sw("XAxisExtent", b, this.xm);
|
|
1520
1492
|
}
|
|
1521
1493
|
},
|
|
1522
1494
|
enumerable: false,
|
|
1523
1495
|
configurable: true
|
|
1524
1496
|
});
|
|
1525
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1497
|
+
Object.defineProperty(XYChart.prototype, "x3", {
|
|
1526
1498
|
get: function () {
|
|
1527
|
-
return this.
|
|
1499
|
+
return this.w1;
|
|
1528
1500
|
},
|
|
1529
1501
|
set: function (a) {
|
|
1530
|
-
var b = this.
|
|
1502
|
+
var b = this.x3;
|
|
1531
1503
|
if (a != b) {
|
|
1532
|
-
this.
|
|
1533
|
-
this.
|
|
1504
|
+
this.w1 = a;
|
|
1505
|
+
this.sw("YAxisExtent", b, this.x3);
|
|
1506
|
+
}
|
|
1507
|
+
},
|
|
1508
|
+
enumerable: false,
|
|
1509
|
+
configurable: true
|
|
1510
|
+
});
|
|
1511
|
+
Object.defineProperty(XYChart.prototype, "xx", {
|
|
1512
|
+
get: function () {
|
|
1513
|
+
return this.wv;
|
|
1514
|
+
},
|
|
1515
|
+
set: function (a) {
|
|
1516
|
+
var b = this.xx;
|
|
1517
|
+
if (a != b) {
|
|
1518
|
+
this.wv = a;
|
|
1519
|
+
this.sw("XAxisTitleAngle", b, this.xx);
|
|
1534
1520
|
}
|
|
1535
1521
|
},
|
|
1536
1522
|
enumerable: false,
|
|
1537
1523
|
configurable: true
|
|
1538
1524
|
});
|
|
1539
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1525
|
+
Object.defineProperty(XYChart.prototype, "ye", {
|
|
1540
1526
|
get: function () {
|
|
1541
|
-
return this.
|
|
1527
|
+
return this.xc;
|
|
1542
1528
|
},
|
|
1543
1529
|
set: function (a) {
|
|
1544
|
-
var b = this.
|
|
1530
|
+
var b = this.ye;
|
|
1545
1531
|
if (a != b) {
|
|
1546
|
-
this.
|
|
1547
|
-
this.
|
|
1532
|
+
this.xc = a;
|
|
1533
|
+
this.sw("YAxisTitleAngle", b, this.ye);
|
|
1548
1534
|
}
|
|
1549
1535
|
},
|
|
1550
1536
|
enumerable: false,
|
|
@@ -1558,84 +1544,84 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1558
1544
|
var b = this.wi;
|
|
1559
1545
|
if (a != b) {
|
|
1560
1546
|
this.wg = a;
|
|
1561
|
-
this.
|
|
1547
|
+
this.sw("XAxisInverted", b, this.wi);
|
|
1562
1548
|
}
|
|
1563
1549
|
},
|
|
1564
1550
|
enumerable: false,
|
|
1565
1551
|
configurable: true
|
|
1566
1552
|
});
|
|
1567
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1553
|
+
Object.defineProperty(XYChart.prototype, "wj", {
|
|
1568
1554
|
get: function () {
|
|
1569
|
-
return this.
|
|
1555
|
+
return this.wh;
|
|
1570
1556
|
},
|
|
1571
1557
|
set: function (a) {
|
|
1572
|
-
var b = this.
|
|
1558
|
+
var b = this.wj;
|
|
1573
1559
|
if (a != b) {
|
|
1574
|
-
this.
|
|
1575
|
-
this.
|
|
1560
|
+
this.wh = a;
|
|
1561
|
+
this.sw("YAxisInverted", b, this.wj);
|
|
1576
1562
|
}
|
|
1577
1563
|
},
|
|
1578
1564
|
enumerable: false,
|
|
1579
1565
|
configurable: true
|
|
1580
1566
|
});
|
|
1581
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1567
|
+
Object.defineProperty(XYChart.prototype, "abt", {
|
|
1582
1568
|
get: function () {
|
|
1583
|
-
return this.
|
|
1569
|
+
return this.abq;
|
|
1584
1570
|
},
|
|
1585
1571
|
set: function (a) {
|
|
1586
|
-
var b = this.
|
|
1572
|
+
var b = this.abt;
|
|
1587
1573
|
if (a != b) {
|
|
1588
|
-
this.
|
|
1589
|
-
this.
|
|
1574
|
+
this.abq = a;
|
|
1575
|
+
this.sw("XAxisTitleAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.abt));
|
|
1590
1576
|
}
|
|
1591
1577
|
},
|
|
1592
1578
|
enumerable: false,
|
|
1593
1579
|
configurable: true
|
|
1594
1580
|
});
|
|
1595
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1581
|
+
Object.defineProperty(XYChart.prototype, "acw", {
|
|
1596
1582
|
get: function () {
|
|
1597
|
-
return this.
|
|
1583
|
+
return this.act;
|
|
1598
1584
|
},
|
|
1599
1585
|
set: function (a) {
|
|
1600
|
-
var b = this.
|
|
1586
|
+
var b = this.acw;
|
|
1601
1587
|
if (a != b) {
|
|
1602
|
-
this.
|
|
1603
|
-
this.
|
|
1588
|
+
this.act = a;
|
|
1589
|
+
this.sw("YAxisTitleAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.acw));
|
|
1604
1590
|
}
|
|
1605
1591
|
},
|
|
1606
1592
|
enumerable: false,
|
|
1607
1593
|
configurable: true
|
|
1608
1594
|
});
|
|
1609
|
-
XYChart.prototype
|
|
1610
|
-
return this.abq;
|
|
1611
|
-
};
|
|
1612
|
-
XYChart.prototype.set_abt = function (a) {
|
|
1613
|
-
var b = this.abt;
|
|
1614
|
-
if (a != b) {
|
|
1615
|
-
this.abq = a;
|
|
1616
|
-
this.sv("YAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.abt));
|
|
1617
|
-
}
|
|
1618
|
-
};
|
|
1619
|
-
Object.defineProperty(XYChart.prototype, "abt", {
|
|
1595
|
+
Object.defineProperty(XYChart.prototype, "abs", {
|
|
1620
1596
|
get: function () {
|
|
1621
|
-
return this.
|
|
1597
|
+
return this.abp;
|
|
1622
1598
|
},
|
|
1623
1599
|
set: function (a) {
|
|
1624
|
-
this.
|
|
1600
|
+
var b = this.abs;
|
|
1601
|
+
if (a != b) {
|
|
1602
|
+
this.abp = a;
|
|
1603
|
+
this.sw("XAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.abs));
|
|
1604
|
+
}
|
|
1625
1605
|
},
|
|
1626
1606
|
enumerable: false,
|
|
1627
1607
|
configurable: true
|
|
1628
1608
|
});
|
|
1629
|
-
|
|
1609
|
+
XYChart.prototype.get_abu = function () {
|
|
1610
|
+
return this.abr;
|
|
1611
|
+
};
|
|
1612
|
+
XYChart.prototype.set_abu = function (a) {
|
|
1613
|
+
var b = this.abu;
|
|
1614
|
+
if (a != b) {
|
|
1615
|
+
this.abr = a;
|
|
1616
|
+
this.sw("YAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.abu));
|
|
1617
|
+
}
|
|
1618
|
+
};
|
|
1619
|
+
Object.defineProperty(XYChart.prototype, "abu", {
|
|
1630
1620
|
get: function () {
|
|
1631
|
-
return this.
|
|
1621
|
+
return this.get_abu();
|
|
1632
1622
|
},
|
|
1633
1623
|
set: function (a) {
|
|
1634
|
-
|
|
1635
|
-
if (a != b) {
|
|
1636
|
-
this.acq = a;
|
|
1637
|
-
this.sv("XAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.act));
|
|
1638
|
-
}
|
|
1624
|
+
this.set_abu(a);
|
|
1639
1625
|
},
|
|
1640
1626
|
enumerable: false,
|
|
1641
1627
|
configurable: true
|
|
@@ -1648,21 +1634,21 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1648
1634
|
var b = this.acu;
|
|
1649
1635
|
if (a != b) {
|
|
1650
1636
|
this.acr = a;
|
|
1651
|
-
this.
|
|
1637
|
+
this.sw("XAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.acu));
|
|
1652
1638
|
}
|
|
1653
1639
|
},
|
|
1654
1640
|
enumerable: false,
|
|
1655
1641
|
configurable: true
|
|
1656
1642
|
});
|
|
1657
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1643
|
+
Object.defineProperty(XYChart.prototype, "acv", {
|
|
1658
1644
|
get: function () {
|
|
1659
|
-
return this.
|
|
1645
|
+
return this.acs;
|
|
1660
1646
|
},
|
|
1661
1647
|
set: function (a) {
|
|
1662
|
-
var b = this.
|
|
1648
|
+
var b = this.acv;
|
|
1663
1649
|
if (a != b) {
|
|
1664
|
-
this.
|
|
1665
|
-
this.
|
|
1650
|
+
this.acs = a;
|
|
1651
|
+
this.sw("YAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.acv));
|
|
1666
1652
|
}
|
|
1667
1653
|
},
|
|
1668
1654
|
enumerable: false,
|
|
@@ -1676,103 +1662,117 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1676
1662
|
var b = this.acz;
|
|
1677
1663
|
if (a != b) {
|
|
1678
1664
|
this.acx = a;
|
|
1679
|
-
this.
|
|
1665
|
+
this.sw("XAxisLabelVisibility", enumGetBox(Visibility_$type, b), enumGetBox(Visibility_$type, this.acz));
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
enumerable: false,
|
|
1669
|
+
configurable: true
|
|
1670
|
+
});
|
|
1671
|
+
Object.defineProperty(XYChart.prototype, "ac0", {
|
|
1672
|
+
get: function () {
|
|
1673
|
+
return this.acy;
|
|
1674
|
+
},
|
|
1675
|
+
set: function (a) {
|
|
1676
|
+
var b = this.ac0;
|
|
1677
|
+
if (a != b) {
|
|
1678
|
+
this.acy = a;
|
|
1679
|
+
this.sw("YAxisLabelVisibility", enumGetBox(Visibility_$type, b), enumGetBox(Visibility_$type, this.ac0));
|
|
1680
1680
|
}
|
|
1681
1681
|
},
|
|
1682
1682
|
enumerable: false,
|
|
1683
1683
|
configurable: true
|
|
1684
1684
|
});
|
|
1685
|
-
XYChart.prototype.
|
|
1686
|
-
return this.
|
|
1685
|
+
XYChart.prototype.get_wf = function () {
|
|
1686
|
+
return this.we;
|
|
1687
1687
|
};
|
|
1688
|
-
XYChart.prototype.
|
|
1689
|
-
var b = this.
|
|
1688
|
+
XYChart.prototype.set_wf = function (a) {
|
|
1689
|
+
var b = this.wf;
|
|
1690
1690
|
if (a != b) {
|
|
1691
|
-
this.
|
|
1692
|
-
this.
|
|
1691
|
+
this.we = a;
|
|
1692
|
+
this.sw("YAxisLabelLocation", enumGetBox(YAxisLabelLocation_$type, b), enumGetBox(YAxisLabelLocation_$type, this.wf));
|
|
1693
1693
|
}
|
|
1694
1694
|
};
|
|
1695
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1695
|
+
Object.defineProperty(XYChart.prototype, "wf", {
|
|
1696
1696
|
get: function () {
|
|
1697
|
-
return this.
|
|
1697
|
+
return this.get_wf();
|
|
1698
1698
|
},
|
|
1699
1699
|
set: function (a) {
|
|
1700
|
-
this.
|
|
1700
|
+
this.set_wf(a);
|
|
1701
1701
|
},
|
|
1702
1702
|
enumerable: false,
|
|
1703
1703
|
configurable: true
|
|
1704
1704
|
});
|
|
1705
|
-
XYChart.prototype.
|
|
1706
|
-
return this.
|
|
1705
|
+
XYChart.prototype.get_wd = function () {
|
|
1706
|
+
return this.wc;
|
|
1707
1707
|
};
|
|
1708
|
-
XYChart.prototype.
|
|
1709
|
-
var b = this.
|
|
1708
|
+
XYChart.prototype.set_wd = function (a) {
|
|
1709
|
+
var b = this.wd;
|
|
1710
1710
|
if (a != b) {
|
|
1711
|
-
this.
|
|
1712
|
-
this.
|
|
1711
|
+
this.wc = a;
|
|
1712
|
+
this.sw("XAxisLabelLocation", enumGetBox(XAxisLabelLocation_$type, b), enumGetBox(XAxisLabelLocation_$type, this.wd));
|
|
1713
1713
|
}
|
|
1714
1714
|
};
|
|
1715
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1715
|
+
Object.defineProperty(XYChart.prototype, "wd", {
|
|
1716
1716
|
get: function () {
|
|
1717
|
-
return this.
|
|
1717
|
+
return this.get_wd();
|
|
1718
1718
|
},
|
|
1719
1719
|
set: function (a) {
|
|
1720
|
-
this.
|
|
1720
|
+
this.set_wd(a);
|
|
1721
1721
|
},
|
|
1722
1722
|
enumerable: false,
|
|
1723
1723
|
configurable: true
|
|
1724
1724
|
});
|
|
1725
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1725
|
+
Object.defineProperty(XYChart.prototype, "y4", {
|
|
1726
1726
|
get: function () {
|
|
1727
|
-
return this.
|
|
1727
|
+
return this.yo;
|
|
1728
1728
|
},
|
|
1729
1729
|
set: function (a) {
|
|
1730
|
-
var b = this.
|
|
1730
|
+
var b = this.yo;
|
|
1731
1731
|
if (a != b) {
|
|
1732
|
-
this.
|
|
1733
|
-
this.
|
|
1732
|
+
this.yo = a;
|
|
1733
|
+
this.sw("XAxisLabelFormat", b, this.yo);
|
|
1734
1734
|
}
|
|
1735
1735
|
},
|
|
1736
1736
|
enumerable: false,
|
|
1737
1737
|
configurable: true
|
|
1738
1738
|
});
|
|
1739
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1739
|
+
Object.defineProperty(XYChart.prototype, "v2", {
|
|
1740
1740
|
get: function () {
|
|
1741
|
-
return this.
|
|
1741
|
+
return this.v0;
|
|
1742
1742
|
},
|
|
1743
1743
|
set: function (a) {
|
|
1744
|
-
var b = this.
|
|
1744
|
+
var b = this.v0;
|
|
1745
1745
|
if (a != b) {
|
|
1746
|
-
this.
|
|
1747
|
-
this.
|
|
1746
|
+
this.v0 = a;
|
|
1747
|
+
this.sw("XAxisLabelFormatSpecifiers", b, this.v0);
|
|
1748
1748
|
}
|
|
1749
1749
|
},
|
|
1750
1750
|
enumerable: false,
|
|
1751
1751
|
configurable: true
|
|
1752
1752
|
});
|
|
1753
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1753
|
+
Object.defineProperty(XYChart.prototype, "z9", {
|
|
1754
1754
|
get: function () {
|
|
1755
|
-
return this.
|
|
1755
|
+
return this.ys;
|
|
1756
1756
|
},
|
|
1757
1757
|
set: function (a) {
|
|
1758
|
-
var b = this.
|
|
1758
|
+
var b = this.ys;
|
|
1759
1759
|
if (a != b) {
|
|
1760
|
-
this.
|
|
1761
|
-
this.
|
|
1760
|
+
this.ys = a;
|
|
1761
|
+
this.sw("YAxisLabelFormat", b, this.ys);
|
|
1762
1762
|
}
|
|
1763
1763
|
},
|
|
1764
1764
|
enumerable: false,
|
|
1765
1765
|
configurable: true
|
|
1766
1766
|
});
|
|
1767
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1767
|
+
Object.defineProperty(XYChart.prototype, "v3", {
|
|
1768
1768
|
get: function () {
|
|
1769
|
-
return this.
|
|
1769
|
+
return this.v1;
|
|
1770
1770
|
},
|
|
1771
1771
|
set: function (a) {
|
|
1772
|
-
var b = this.
|
|
1772
|
+
var b = this.v1;
|
|
1773
1773
|
if (a != b) {
|
|
1774
|
-
this.
|
|
1775
|
-
this.
|
|
1774
|
+
this.v1 = a;
|
|
1775
|
+
this.sw("YAxisLabelFormatSpecifiers", b, this.v1);
|
|
1776
1776
|
}
|
|
1777
1777
|
},
|
|
1778
1778
|
enumerable: false,
|