igniteui-webcomponents-charts 4.3.2 → 4.3.3-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/License +1 -1
- package/bundles/igniteui-webcomponents-charts.umd.js +12498 -11820
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +13 -13
- package/esm2015/lib/AnchoredCategorySeries_combined.js +25 -25
- package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +42 -42
- package/esm2015/lib/AngleAxisLabelPanel_combined.js +553 -550
- package/esm2015/lib/AnnotationLayer_combined.js +4 -4
- package/esm2015/lib/AreaSeries_combined.js +1 -1
- package/esm2015/lib/AxisAnnotationFrameManager.js +18 -18
- package/esm2015/lib/AxisAnnotationManager.js +28 -28
- package/esm2015/lib/AxisVisualDataManager.js +32 -32
- package/esm2015/lib/BarFramePreparer.js +8 -8
- package/esm2015/lib/BarSeries_combined.js +31 -31
- package/esm2015/lib/BarTrendFitCalculator.js +2 -2
- package/esm2015/lib/BarTrendLineManager.js +4 -4
- package/esm2015/lib/BollingerBandsOverlay_combined.js +12 -12
- package/esm2015/lib/BubbleSeries_combined.js +5 -5
- package/esm2015/lib/CalloutLayer_combined.js +13 -13
- package/esm2015/lib/CategoryBucketCalculator_combined.js +88 -86
- package/esm2015/lib/CategoryChart.js +380 -380
- package/esm2015/lib/CategoryChartToolbarProvider.js +14 -14
- package/esm2015/lib/CategoryDateTimeXAxis_combined.js +144 -141
- package/esm2015/lib/CategoryHighlightLayer_combined.js +6 -6
- package/esm2015/lib/CategoryItemHighlightLayer_combined.js +13 -13
- package/esm2015/lib/CategorySeriesInteractionManager.js +12 -12
- package/esm2015/lib/CategorySeriesRenderManager.js +5 -5
- package/esm2015/lib/CategoryToolTipLayer_combined.js +12 -12
- package/esm2015/lib/CategoryTransitionSourceFramePreparer.js +6 -6
- package/esm2015/lib/CategoryTrendLineManager.js +4 -4
- package/esm2015/lib/CategoryTrendLineManagerBase.js +20 -14
- package/esm2015/lib/CategoryTrendLineManagerFactory.js +2 -2
- package/esm2015/lib/CategoryXAxis_combined.js +240 -237
- package/esm2015/lib/CategoryYAxis_combined.js +220 -217
- package/esm2015/lib/ColumnSeries_combined.js +10 -10
- package/esm2015/lib/CustomIndicator.js +1 -1
- package/esm2015/lib/DataChartToolbarProvider.js +107 -82
- package/esm2015/lib/DataChartVisualDataManager.js +2 -2
- package/esm2015/lib/DataToolTipLayer_combined.js +17 -17
- package/esm2015/lib/DefaultProvidesViewport.js +3 -0
- package/esm2015/lib/DomainChartToolbarProvider.js +87 -64
- package/esm2015/lib/DomainChart_combined.js +678 -658
- package/esm2015/lib/ErrorBarsHelper.js +25 -25
- package/esm2015/lib/FinalValueLayer_combined.js +13 -11
- package/esm2015/lib/FinancialChart_combined.js +1260 -1260
- package/esm2015/lib/FinancialEventArgs_combined.js +52 -52
- package/esm2015/lib/FinancialIndicator_combined.js +68 -63
- package/esm2015/lib/FinancialOverlay.js +6 -6
- package/esm2015/lib/FinancialPriceSeries_combined.js +88 -83
- package/esm2015/lib/HighDensityScatterSeries_combined.js +28 -28
- package/esm2015/lib/HorizontalAnchoredCategorySeries.js +16 -16
- package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +2 -2
- package/esm2015/lib/HorizontalAxisView_combined.js +6 -6
- package/esm2015/lib/HorizontalRangeCategorySeries.js +9 -9
- package/esm2015/lib/ItemToolTipLayer_combined.js +1 -1
- package/esm2015/lib/LineSeries_combined.js +1 -1
- package/esm2015/lib/LogarithmicScaler.js +1 -1
- package/esm2015/lib/MarkerTemplates.js +4 -4
- package/esm2015/lib/NumericXAxis_combined.js +88 -85
- package/esm2015/lib/NumericYAxis_combined.js +89 -86
- package/esm2015/lib/OrdinalTimeXAxis.js +215 -212
- package/esm2015/lib/PercentChangeYAxis_combined.js +22 -19
- package/esm2015/lib/PolarAxes.js +13 -13
- package/esm2015/lib/PolarAxisInfoCache.js +6 -6
- package/esm2015/lib/PolarBase_combined.js +31 -31
- package/esm2015/lib/PolarLineSeriesBase_combined.js +3 -3
- package/esm2015/lib/PolarTrendLineManager.js +4 -4
- package/esm2015/lib/PreparationParams.js +9 -6
- package/esm2015/lib/PriceChannelOverlay_combined.js +10 -10
- package/esm2015/lib/RadialAreaSeries_combined.js +1 -1
- package/esm2015/lib/RadialAxes.js +2 -2
- package/esm2015/lib/RadialAxisLabelPanel_combined.js +3 -3
- package/esm2015/lib/RadialBucketCalculator_combined.js +23 -23
- package/esm2015/lib/RadialColumnSeries_combined.js +6 -6
- package/esm2015/lib/RadialLineSeries_combined.js +1 -1
- package/esm2015/lib/RadialPieSeries_combined.js +5 -5
- package/esm2015/lib/RadialTrendLineManager.js +8 -8
- package/esm2015/lib/RangeAreaSeries_combined.js +1 -1
- package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +16 -16
- package/esm2015/lib/RangeCategoryFramePreparer.js +8 -8
- package/esm2015/lib/RangeColumnSeries_combined.js +6 -6
- package/esm2015/lib/ScatterAreaSeries_combined.js +5 -5
- package/esm2015/lib/ScatterBase_combined.js +74 -74
- package/esm2015/lib/ScatterContourSeries_combined.js +4 -4
- package/esm2015/lib/ScatterLineSeries.js +2 -2
- package/esm2015/lib/ScatterPolygonSeries_combined.js +26 -26
- package/esm2015/lib/ScatterSplineSeries.js +2 -2
- package/esm2015/lib/ScatterTrendLineManager.js +1 -1
- package/esm2015/lib/ScatterTriangulationSeries.js +11 -11
- package/esm2015/lib/SeriesInteractionManager.js +57 -57
- package/esm2015/lib/SeriesViewerInteractionManager.js +124 -124
- package/esm2015/lib/SeriesViewerScrollbarManager.js +4 -4
- package/esm2015/lib/SeriesViewerSurfaceViewer.js +9 -9
- package/esm2015/lib/SeriesViewer_combined.js +3760 -3621
- package/esm2015/lib/SeriesVisualDataManager.js +20 -20
- package/esm2015/lib/ShapeSeriesBase_combined.js +20 -20
- package/esm2015/lib/SortedReadOnlyDoubleCollection.js +78 -0
- package/esm2015/lib/SortingTrendLineManager.js +12 -18
- package/esm2015/lib/SplineAreaSeries_combined.js +1 -1
- package/esm2015/lib/SplineSeriesBase_combined.js +28 -28
- package/esm2015/lib/SplineSeries_combined.js +1 -1
- package/esm2015/lib/Stacked100BarBucketCalculator.js +2 -2
- package/esm2015/lib/Stacked100ColumnBucketCalculator.js +2 -2
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +155 -155
- package/esm2015/lib/StepAreaSeries_combined.js +2 -2
- package/esm2015/lib/StepLineSeries_combined.js +3 -3
- package/esm2015/lib/StraightNumericAxisBase_combined.js +72 -72
- package/esm2015/lib/StrategyBasedIndicator.js +2 -2
- package/esm2015/lib/TileZoomManager_combined.js +4 -4
- package/esm2015/lib/TimeAxisBase.js +238 -232
- package/esm2015/lib/TimeXAxis.js +251 -248
- package/esm2015/lib/TrendFitCalculator.js +2 -2
- package/esm2015/lib/TrendLineManagerBase$1.js +1 -1
- package/esm2015/lib/TrendResolutionParams.js +6 -4
- package/esm2015/lib/ValueLayer_combined.js +4 -4
- package/esm2015/lib/ValueOverlay_combined.js +23 -23
- package/esm2015/lib/VerticalAnchoredCategorySeries.js +11 -11
- package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +5 -5
- package/esm2015/lib/WaterfallSeries_combined.js +5 -5
- package/esm2015/lib/XYChart.js +710 -710
- package/esm2015/lib/igc-assigning-series-style-event-args-base.js +6 -0
- package/esm2015/lib/igc-axis-annotation.js +6 -0
- package/esm2015/lib/igc-axis-component.js +213 -209
- package/esm2015/lib/igc-axis-range-changed-event-args.js +6 -0
- package/esm2015/lib/igc-brush-scale-component.js +3 -0
- package/esm2015/lib/igc-callout-annotation.js +6 -0
- package/esm2015/lib/igc-callout-content-updating-event-args.js +6 -0
- package/esm2015/lib/igc-callout-label-updating-event-args.js +6 -0
- package/esm2015/lib/igc-callout-render-style-updating-event-args.js +6 -0
- package/esm2015/lib/igc-callout-series-selecting-event-args.js +6 -0
- package/esm2015/lib/igc-callout-style-updating-event-args.js +6 -0
- package/esm2015/lib/igc-category-angle-axis-component.js +17 -17
- package/esm2015/lib/igc-category-axis-base-component.js +31 -27
- package/esm2015/lib/igc-category-chart-component.js +126 -126
- package/esm2015/lib/igc-category-date-time-x-axis-component.js +20 -20
- package/esm2015/lib/igc-category-x-axis-component.js +16 -16
- package/esm2015/lib/igc-category-y-axis-component.js +18 -18
- package/esm2015/lib/igc-chart-cursor-event-args.js +3 -0
- package/esm2015/lib/igc-chart-mouse-event-args.js +3 -0
- package/esm2015/lib/igc-chart-series-event-args.js +3 -0
- package/esm2015/lib/igc-chart-summary-description.js +6 -0
- package/esm2015/lib/igc-color-scale-component.js +3 -0
- package/esm2015/lib/igc-column-supporting-calculation.js +3 -0
- package/esm2015/lib/igc-contour-value-resolver-component.js +3 -0
- package/esm2015/lib/igc-custom-contour-value-resolver-event-args.js +3 -0
- package/esm2015/lib/igc-data-chart-component.js +95 -95
- package/esm2015/lib/igc-data-chart-mouse-button-event-args.js +3 -0
- package/esm2015/lib/igc-data-legend-styling-column-event-args.js +6 -0
- package/esm2015/lib/igc-data-legend-styling-row-event-args.js +6 -0
- package/esm2015/lib/igc-data-legend-summary-event-args.js +3 -0
- package/esm2015/lib/igc-data-source-supporting-calculation.js +3 -0
- package/esm2015/lib/igc-domain-chart-component.js +268 -271
- package/esm2015/lib/igc-domain-chart-series-pointer-event-args.js +3 -0
- package/esm2015/lib/igc-financial-calculation-supporting-calculations.js +6 -0
- package/esm2015/lib/igc-financial-chart-component.js +159 -159
- package/esm2015/lib/igc-funnel-data-context.js +6 -0
- package/esm2015/lib/igc-funnel-slice-clicked-event-args.js +6 -0
- package/esm2015/lib/igc-funnel-slice-event-args.js +6 -0
- package/esm2015/lib/igc-highlighting-info.js +6 -0
- package/esm2015/lib/igc-hole-dimensions-changed-event-args.js +3 -0
- package/esm2015/lib/igc-label-click-event-args.js +3 -0
- package/esm2015/lib/igc-legend-mouse-button-event-args.js +3 -0
- package/esm2015/lib/igc-legend-mouse-event-args.js +3 -0
- package/esm2015/lib/igc-numeric-angle-axis-component.js +4 -4
- package/esm2015/lib/igc-numeric-axis-base-component.js +72 -68
- package/esm2015/lib/igc-numeric-radius-axis-component.js +9 -9
- package/esm2015/lib/igc-numeric-x-axis-component.js +1 -1
- package/esm2015/lib/igc-numeric-y-axis-component.js +2 -2
- package/esm2015/lib/igc-ordinal-time-x-axis-component.js +7 -7
- package/esm2015/lib/igc-pie-chart-base-component.js +3 -0
- package/esm2015/lib/igc-pie-slice-others-context.js +6 -0
- package/esm2015/lib/igc-plot-area-mouse-button-event-args.js +3 -0
- package/esm2015/lib/igc-plot-area-mouse-event-args.js +3 -0
- package/esm2015/lib/igc-progressive-load-status-event-args.js +3 -0
- package/esm2015/lib/igc-refresh-completed-event-args.js +6 -0
- package/esm2015/lib/igc-render-requested-event-args.js +6 -0
- package/esm2015/lib/igc-ring.js +6 -0
- package/esm2015/lib/igc-scaler-params.js +3 -0
- package/esm2015/lib/igc-selected-item-changed-event-args.js +3 -0
- package/esm2015/lib/igc-selected-items-changed-event-args.js +3 -0
- package/esm2015/lib/igc-series-component.js +4 -0
- package/esm2015/lib/igc-series-viewer-component.js +289 -257
- package/esm2015/lib/igc-series-viewer-manipulation-event-args.js +6 -0
- package/esm2015/lib/igc-size-scale-component.js +3 -0
- package/esm2015/lib/igc-slice-click-event-args.js +3 -0
- package/esm2015/lib/igc-slice-event-args.js +3 -0
- package/esm2015/lib/igc-stacked-series-created-event-args.js +3 -0
- package/esm2015/lib/igc-straight-numeric-axis-base-component.js +3 -3
- package/esm2015/lib/igc-time-axis-base-component.js +10 -6
- package/esm2015/lib/igc-time-x-axis-component.js +6 -6
- package/esm2015/lib/igc-treemap-node-pointer-event-args.js +6 -0
- package/esm2015/lib/igc-treemap-node-style-component.js +3 -0
- package/esm2015/lib/igc-treemap-node-styling-event-args.js +6 -0
- package/esm2015/lib/igc-xy-chart-component.js +218 -218
- package/esm2015/lib/igc-zoom-slider-resolving-axis-value-event-args.js +6 -0
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +13 -13
- package/esm5/lib/AnchoredCategorySeries_combined.js +25 -25
- package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +42 -42
- package/esm5/lib/AngleAxisLabelPanel_combined.js +549 -546
- package/esm5/lib/AnnotationLayer_combined.js +4 -4
- package/esm5/lib/AreaSeries_combined.js +1 -1
- package/esm5/lib/AxisAnnotationFrameManager.js +18 -18
- package/esm5/lib/AxisAnnotationManager.js +28 -28
- package/esm5/lib/AxisVisualDataManager.js +32 -32
- package/esm5/lib/BarFramePreparer.js +8 -8
- package/esm5/lib/BarSeries_combined.js +31 -31
- package/esm5/lib/BarTrendFitCalculator.js +2 -2
- package/esm5/lib/BarTrendLineManager.js +4 -4
- package/esm5/lib/BollingerBandsOverlay_combined.js +12 -12
- package/esm5/lib/BubbleSeries_combined.js +5 -5
- package/esm5/lib/CalloutLayer_combined.js +13 -13
- package/esm5/lib/CategoryBucketCalculator_combined.js +88 -86
- package/esm5/lib/CategoryChart.js +371 -371
- package/esm5/lib/CategoryChartToolbarProvider.js +14 -14
- package/esm5/lib/CategoryDateTimeXAxis_combined.js +140 -137
- package/esm5/lib/CategoryHighlightLayer_combined.js +6 -6
- package/esm5/lib/CategoryItemHighlightLayer_combined.js +13 -13
- package/esm5/lib/CategorySeriesInteractionManager.js +12 -12
- package/esm5/lib/CategorySeriesRenderManager.js +5 -5
- package/esm5/lib/CategoryToolTipLayer_combined.js +12 -12
- package/esm5/lib/CategoryTransitionSourceFramePreparer.js +6 -6
- package/esm5/lib/CategoryTrendLineManager.js +4 -4
- package/esm5/lib/CategoryTrendLineManagerBase.js +20 -14
- package/esm5/lib/CategoryTrendLineManagerFactory.js +2 -2
- package/esm5/lib/CategoryXAxis_combined.js +239 -236
- package/esm5/lib/CategoryYAxis_combined.js +219 -216
- package/esm5/lib/ColumnSeries_combined.js +10 -10
- package/esm5/lib/CustomIndicator.js +1 -1
- package/esm5/lib/DataChartToolbarProvider.js +107 -82
- package/esm5/lib/DataChartVisualDataManager.js +2 -2
- package/esm5/lib/DataToolTipLayer_combined.js +17 -17
- package/esm5/lib/DefaultProvidesViewport.js +3 -0
- package/esm5/lib/DomainChartToolbarProvider.js +87 -64
- package/esm5/lib/DomainChart_combined.js +667 -639
- package/esm5/lib/ErrorBarsHelper.js +25 -25
- package/esm5/lib/FinalValueLayer_combined.js +13 -11
- package/esm5/lib/FinancialChart_combined.js +1239 -1239
- package/esm5/lib/FinancialEventArgs_combined.js +52 -52
- package/esm5/lib/FinancialIndicator_combined.js +68 -63
- package/esm5/lib/FinancialOverlay.js +6 -6
- package/esm5/lib/FinancialPriceSeries_combined.js +88 -83
- package/esm5/lib/HighDensityScatterSeries_combined.js +28 -28
- package/esm5/lib/HorizontalAnchoredCategorySeries.js +16 -16
- package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +2 -2
- package/esm5/lib/HorizontalAxisView_combined.js +6 -6
- package/esm5/lib/HorizontalRangeCategorySeries.js +9 -9
- package/esm5/lib/ItemToolTipLayer_combined.js +1 -1
- package/esm5/lib/LineSeries_combined.js +1 -1
- package/esm5/lib/LogarithmicScaler.js +1 -1
- package/esm5/lib/MarkerTemplates.js +4 -4
- package/esm5/lib/NumericXAxis_combined.js +88 -85
- package/esm5/lib/NumericYAxis_combined.js +89 -86
- package/esm5/lib/OrdinalTimeXAxis.js +213 -210
- package/esm5/lib/PercentChangeYAxis_combined.js +22 -19
- package/esm5/lib/PolarAxes.js +13 -13
- package/esm5/lib/PolarAxisInfoCache.js +6 -6
- package/esm5/lib/PolarBase_combined.js +31 -31
- package/esm5/lib/PolarLineSeriesBase_combined.js +3 -3
- package/esm5/lib/PolarTrendLineManager.js +4 -4
- package/esm5/lib/PreparationParams.js +9 -6
- package/esm5/lib/PriceChannelOverlay_combined.js +10 -10
- package/esm5/lib/RadialAreaSeries_combined.js +1 -1
- package/esm5/lib/RadialAxes.js +2 -2
- package/esm5/lib/RadialAxisLabelPanel_combined.js +3 -3
- package/esm5/lib/RadialBucketCalculator_combined.js +23 -23
- package/esm5/lib/RadialColumnSeries_combined.js +6 -6
- package/esm5/lib/RadialLineSeries_combined.js +1 -1
- package/esm5/lib/RadialPieSeries_combined.js +5 -5
- package/esm5/lib/RadialTrendLineManager.js +8 -8
- package/esm5/lib/RangeAreaSeries_combined.js +1 -1
- package/esm5/lib/RangeCategoryBucketCalculator_combined.js +16 -16
- package/esm5/lib/RangeCategoryFramePreparer.js +8 -8
- package/esm5/lib/RangeColumnSeries_combined.js +6 -6
- package/esm5/lib/ScatterAreaSeries_combined.js +5 -5
- package/esm5/lib/ScatterBase_combined.js +74 -74
- package/esm5/lib/ScatterContourSeries_combined.js +4 -4
- package/esm5/lib/ScatterLineSeries.js +2 -2
- package/esm5/lib/ScatterPolygonSeries_combined.js +26 -26
- package/esm5/lib/ScatterSplineSeries.js +2 -2
- package/esm5/lib/ScatterTrendLineManager.js +1 -1
- package/esm5/lib/ScatterTriangulationSeries.js +11 -11
- package/esm5/lib/SeriesInteractionManager.js +57 -57
- package/esm5/lib/SeriesViewerInteractionManager.js +124 -124
- package/esm5/lib/SeriesViewerScrollbarManager.js +4 -4
- package/esm5/lib/SeriesViewerSurfaceViewer.js +9 -9
- package/esm5/lib/SeriesViewer_combined.js +3730 -3570
- package/esm5/lib/SeriesVisualDataManager.js +20 -20
- package/esm5/lib/ShapeSeriesBase_combined.js +20 -20
- package/esm5/lib/SortedReadOnlyDoubleCollection.js +105 -0
- package/esm5/lib/SortingTrendLineManager.js +12 -18
- package/esm5/lib/SplineAreaSeries_combined.js +1 -1
- package/esm5/lib/SplineSeriesBase_combined.js +28 -28
- package/esm5/lib/SplineSeries_combined.js +1 -1
- package/esm5/lib/Stacked100BarBucketCalculator.js +2 -2
- package/esm5/lib/Stacked100ColumnBucketCalculator.js +2 -2
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +155 -155
- package/esm5/lib/StepAreaSeries_combined.js +2 -2
- package/esm5/lib/StepLineSeries_combined.js +3 -3
- package/esm5/lib/StraightNumericAxisBase_combined.js +70 -70
- package/esm5/lib/StrategyBasedIndicator.js +2 -2
- package/esm5/lib/TileZoomManager_combined.js +4 -4
- package/esm5/lib/TimeAxisBase.js +234 -228
- package/esm5/lib/TimeXAxis.js +249 -246
- package/esm5/lib/TrendFitCalculator.js +2 -2
- package/esm5/lib/TrendLineManagerBase$1.js +1 -1
- package/esm5/lib/TrendResolutionParams.js +6 -4
- package/esm5/lib/ValueLayer_combined.js +4 -4
- package/esm5/lib/ValueOverlay_combined.js +23 -23
- package/esm5/lib/VerticalAnchoredCategorySeries.js +11 -11
- package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +5 -5
- package/esm5/lib/WaterfallSeries_combined.js +5 -5
- package/esm5/lib/XYChart.js +675 -675
- package/esm5/lib/igc-assigning-series-style-event-args-base.js +6 -0
- package/esm5/lib/igc-axis-annotation.js +6 -0
- package/esm5/lib/igc-axis-component.js +213 -209
- package/esm5/lib/igc-axis-range-changed-event-args.js +6 -0
- package/esm5/lib/igc-brush-scale-component.js +3 -0
- package/esm5/lib/igc-callout-annotation.js +6 -0
- package/esm5/lib/igc-callout-content-updating-event-args.js +6 -0
- package/esm5/lib/igc-callout-label-updating-event-args.js +6 -0
- package/esm5/lib/igc-callout-render-style-updating-event-args.js +6 -0
- package/esm5/lib/igc-callout-series-selecting-event-args.js +6 -0
- package/esm5/lib/igc-callout-style-updating-event-args.js +6 -0
- package/esm5/lib/igc-category-angle-axis-component.js +17 -17
- package/esm5/lib/igc-category-axis-base-component.js +31 -27
- package/esm5/lib/igc-category-chart-component.js +126 -126
- package/esm5/lib/igc-category-date-time-x-axis-component.js +20 -20
- package/esm5/lib/igc-category-x-axis-component.js +16 -16
- package/esm5/lib/igc-category-y-axis-component.js +18 -18
- package/esm5/lib/igc-chart-cursor-event-args.js +3 -0
- package/esm5/lib/igc-chart-mouse-event-args.js +3 -0
- package/esm5/lib/igc-chart-series-event-args.js +3 -0
- package/esm5/lib/igc-chart-summary-description.js +6 -0
- package/esm5/lib/igc-color-scale-component.js +3 -0
- package/esm5/lib/igc-column-supporting-calculation.js +3 -0
- package/esm5/lib/igc-contour-value-resolver-component.js +3 -0
- package/esm5/lib/igc-custom-contour-value-resolver-event-args.js +3 -0
- package/esm5/lib/igc-data-chart-component.js +95 -95
- package/esm5/lib/igc-data-chart-mouse-button-event-args.js +3 -0
- package/esm5/lib/igc-data-legend-styling-column-event-args.js +6 -0
- package/esm5/lib/igc-data-legend-styling-row-event-args.js +6 -0
- package/esm5/lib/igc-data-legend-summary-event-args.js +3 -0
- package/esm5/lib/igc-data-source-supporting-calculation.js +3 -0
- package/esm5/lib/igc-domain-chart-component.js +268 -271
- package/esm5/lib/igc-domain-chart-series-pointer-event-args.js +3 -0
- package/esm5/lib/igc-financial-calculation-supporting-calculations.js +6 -0
- package/esm5/lib/igc-financial-chart-component.js +159 -159
- package/esm5/lib/igc-funnel-data-context.js +6 -0
- package/esm5/lib/igc-funnel-slice-clicked-event-args.js +6 -0
- package/esm5/lib/igc-funnel-slice-event-args.js +6 -0
- package/esm5/lib/igc-highlighting-info.js +6 -0
- package/esm5/lib/igc-hole-dimensions-changed-event-args.js +3 -0
- package/esm5/lib/igc-label-click-event-args.js +3 -0
- package/esm5/lib/igc-legend-mouse-button-event-args.js +3 -0
- package/esm5/lib/igc-legend-mouse-event-args.js +3 -0
- package/esm5/lib/igc-numeric-angle-axis-component.js +4 -4
- package/esm5/lib/igc-numeric-axis-base-component.js +72 -68
- package/esm5/lib/igc-numeric-radius-axis-component.js +9 -9
- package/esm5/lib/igc-numeric-x-axis-component.js +1 -1
- package/esm5/lib/igc-numeric-y-axis-component.js +2 -2
- package/esm5/lib/igc-ordinal-time-x-axis-component.js +7 -7
- package/esm5/lib/igc-pie-chart-base-component.js +3 -0
- package/esm5/lib/igc-pie-slice-others-context.js +6 -0
- package/esm5/lib/igc-plot-area-mouse-button-event-args.js +3 -0
- package/esm5/lib/igc-plot-area-mouse-event-args.js +3 -0
- package/esm5/lib/igc-progressive-load-status-event-args.js +3 -0
- package/esm5/lib/igc-refresh-completed-event-args.js +6 -0
- package/esm5/lib/igc-render-requested-event-args.js +6 -0
- package/esm5/lib/igc-ring.js +6 -0
- package/esm5/lib/igc-scaler-params.js +3 -0
- package/esm5/lib/igc-selected-item-changed-event-args.js +3 -0
- package/esm5/lib/igc-selected-items-changed-event-args.js +3 -0
- package/esm5/lib/igc-series-component.js +4 -0
- package/esm5/lib/igc-series-viewer-component.js +294 -257
- package/esm5/lib/igc-series-viewer-manipulation-event-args.js +6 -0
- package/esm5/lib/igc-size-scale-component.js +3 -0
- package/esm5/lib/igc-slice-click-event-args.js +3 -0
- package/esm5/lib/igc-slice-event-args.js +3 -0
- package/esm5/lib/igc-stacked-series-created-event-args.js +3 -0
- package/esm5/lib/igc-straight-numeric-axis-base-component.js +3 -3
- package/esm5/lib/igc-time-axis-base-component.js +10 -6
- package/esm5/lib/igc-time-x-axis-component.js +6 -6
- package/esm5/lib/igc-treemap-node-pointer-event-args.js +6 -0
- package/esm5/lib/igc-treemap-node-style-component.js +3 -0
- package/esm5/lib/igc-treemap-node-styling-event-args.js +6 -0
- package/esm5/lib/igc-xy-chart-component.js +218 -218
- package/esm5/lib/igc-zoom-slider-resolving-axis-value-event-args.js +6 -0
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-charts.js +12564 -11946
- package/fesm5/igniteui-webcomponents-charts.js +12499 -11822
- package/lib/AngleAxisLabelPanel_combined.d.ts +116 -115
- package/lib/CategoryChart.d.ts +100 -100
- package/lib/CategoryChartToolbarProvider.d.ts +4 -4
- package/lib/CategoryDateTimeXAxis_combined.d.ts +31 -30
- package/lib/CategoryXAxis_combined.d.ts +42 -41
- package/lib/CategoryYAxis_combined.d.ts +40 -39
- package/lib/DataChartToolbarProvider.d.ts +19 -15
- package/lib/DefaultProvidesViewport.d.ts +1 -0
- package/lib/DomainChartToolbarProvider.d.ts +21 -17
- package/lib/DomainChart_combined.d.ts +139 -131
- package/lib/FinancialChart_combined.d.ts +249 -249
- package/lib/IProvidesViewport.d.ts +1 -0
- package/lib/IScaler.d.ts +5 -4
- package/lib/NumericXAxis_combined.d.ts +21 -20
- package/lib/NumericYAxis_combined.d.ts +21 -20
- package/lib/OrdinalTimeXAxis.d.ts +51 -50
- package/lib/PercentChangeYAxis_combined.d.ts +9 -8
- package/lib/PreparationParams.d.ts +9 -6
- package/lib/SeriesViewer_combined.d.ts +1049 -1023
- package/lib/SortedReadOnlyDoubleCollection.d.ts +24 -0
- package/lib/SortingTrendLineManager.d.ts +2 -3
- package/lib/StraightNumericAxisBase_combined.d.ts +22 -22
- package/lib/TimeAxisBase.d.ts +51 -49
- package/lib/TimeXAxis.d.ts +59 -58
- package/lib/TrendResolutionParams.d.ts +6 -4
- package/lib/XYChart.d.ts +189 -189
- package/lib/igc-axis-component.d.ts +4 -3
- package/lib/igc-category-axis-base-component.d.ts +1 -0
- package/lib/igc-domain-chart-component.d.ts +0 -2
- package/lib/igc-numeric-axis-base-component.d.ts +1 -0
- package/lib/igc-series-component.d.ts +1 -0
- package/lib/igc-series-viewer-component.d.ts +10 -2
- package/lib/igc-time-axis-base-component.d.ts +1 -0
- package/package.json +2 -2
- package/public_api.d.ts +1 -0
|
@@ -38,46 +38,46 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38
38
|
__extends(CategoryChart, _super);
|
|
39
39
|
function CategoryChart() {
|
|
40
40
|
var _this = _super.call(this) || this;
|
|
41
|
-
_this.
|
|
42
|
-
_this.
|
|
43
|
-
_this.
|
|
44
|
-
_this.
|
|
45
|
-
_this.
|
|
46
|
-
_this.
|
|
47
|
-
_this.
|
|
48
|
-
_this.
|
|
41
|
+
_this.afk = 1000;
|
|
42
|
+
_this.adp = null;
|
|
43
|
+
_this.ac9 = 9;
|
|
44
|
+
_this.adb = 1;
|
|
45
|
+
_this.adt = false;
|
|
46
|
+
_this.adu = true;
|
|
47
|
+
_this.add = 0;
|
|
48
|
+
_this.adn = 0;
|
|
49
|
+
_this.aeh = 0;
|
|
50
|
+
_this.aek = 0;
|
|
49
51
|
_this.aeg = 0;
|
|
50
52
|
_this.aej = 0;
|
|
51
|
-
_this.
|
|
52
|
-
_this.
|
|
53
|
-
_this.
|
|
54
|
-
_this.
|
|
55
|
-
_this.aeq = NaN;
|
|
56
|
-
_this.ac4 = 1;
|
|
57
|
-
_this.adu = true;
|
|
53
|
+
_this.aei = 1;
|
|
54
|
+
_this.ael = 0;
|
|
55
|
+
_this.aer = NaN;
|
|
56
|
+
_this.ac5 = 1;
|
|
58
57
|
_this.adv = true;
|
|
59
|
-
_this.aed = DeviceUtils.g(2);
|
|
60
|
-
_this.aee = DeviceUtils.g(60);
|
|
61
|
-
_this.adz = true;
|
|
62
58
|
_this.adw = true;
|
|
63
|
-
_this.
|
|
64
|
-
_this.
|
|
65
|
-
_this.ad0 =
|
|
66
|
-
_this.
|
|
59
|
+
_this.aee = DeviceUtils.g(2);
|
|
60
|
+
_this.aef = DeviceUtils.g(60);
|
|
61
|
+
_this.ad0 = true;
|
|
62
|
+
_this.adx = true;
|
|
63
|
+
_this.adz = false;
|
|
64
|
+
_this.ac7 = 0;
|
|
65
|
+
_this.ad1 = false;
|
|
66
|
+
_this.afl = 10;
|
|
67
|
+
_this.aet = NaN;
|
|
67
68
|
_this.aes = NaN;
|
|
68
|
-
_this.
|
|
69
|
-
_this.aet = 0;
|
|
70
|
-
_this.ac0 = null;
|
|
69
|
+
_this.aeu = 0;
|
|
71
70
|
_this.ac1 = null;
|
|
72
|
-
_this.
|
|
73
|
-
_this.
|
|
74
|
-
_this.aem =
|
|
71
|
+
_this.ac2 = null;
|
|
72
|
+
_this.ady = true;
|
|
73
|
+
_this.aem = 3;
|
|
75
74
|
_this.aen = NaN;
|
|
76
75
|
_this.aeo = NaN;
|
|
77
76
|
_this.aep = NaN;
|
|
78
|
-
_this.
|
|
77
|
+
_this.aeq = NaN;
|
|
79
78
|
_this.adr = false;
|
|
80
|
-
_this.
|
|
79
|
+
_this.ads = false;
|
|
80
|
+
_this.aed = null;
|
|
81
81
|
DVContainer.instance.registerIfLoaded("CategoryChartToolbarFactoryManager");
|
|
82
82
|
_this.rr();
|
|
83
83
|
return _this;
|
|
@@ -88,89 +88,89 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
88
88
|
return;
|
|
89
89
|
}
|
|
90
90
|
var a = this.dataChart.cu.j.e();
|
|
91
|
-
this.
|
|
92
|
-
this.
|
|
93
|
-
if (this.
|
|
94
|
-
this.
|
|
91
|
+
this.ac3 = a.d;
|
|
92
|
+
this.ac4 = a.e;
|
|
93
|
+
if (this.acd == null) {
|
|
94
|
+
this.acd = a.k;
|
|
95
95
|
}
|
|
96
|
-
if (this.
|
|
97
|
-
this.
|
|
96
|
+
if (this.ack == null) {
|
|
97
|
+
this.ack = a.k;
|
|
98
98
|
}
|
|
99
|
-
this.
|
|
100
|
-
this.
|
|
101
|
-
this.
|
|
102
|
-
this.
|
|
103
|
-
this.
|
|
104
|
-
this.
|
|
105
|
-
this.
|
|
106
|
-
this.
|
|
99
|
+
this.yc = 0;
|
|
100
|
+
this.acl = AxisDefaults.h;
|
|
101
|
+
this.aco = null;
|
|
102
|
+
this.ach = AxisDefaults.g;
|
|
103
|
+
this.ace = null;
|
|
104
|
+
this.xv = AxisDefaults.f;
|
|
105
|
+
this.aci = AxisDefaults.j;
|
|
106
|
+
this.xw = AxisDefaults.e;
|
|
107
107
|
this.fm = true;
|
|
108
108
|
this.fn = true;
|
|
109
109
|
this.a9 = 0;
|
|
110
110
|
this.h9 = Defaults.j;
|
|
111
|
-
this.
|
|
112
|
-
this.
|
|
113
|
-
this.
|
|
114
|
-
this.
|
|
111
|
+
this.up = Defaults.ae;
|
|
112
|
+
this.uk = Defaults.af;
|
|
113
|
+
this.ul = Defaults.ag;
|
|
114
|
+
this.ad5 = true;
|
|
115
115
|
};
|
|
116
116
|
CategoryChart.prototype.sb = function (a, b) {
|
|
117
117
|
_super.prototype.sb.call(this, a, b);
|
|
118
|
-
a.hs = this.
|
|
119
|
-
a.ch = this.
|
|
118
|
+
a.hs = this.afm;
|
|
119
|
+
a.ch = this.adq;
|
|
120
120
|
};
|
|
121
|
-
CategoryChart.prototype.
|
|
121
|
+
CategoryChart.prototype.sz = function (a, b, c) {
|
|
122
122
|
var _this = this;
|
|
123
|
-
_super.prototype.
|
|
123
|
+
_super.prototype.sz.call(this, a, b, c);
|
|
124
124
|
switch (a) {
|
|
125
125
|
case "TransitionInDuration":
|
|
126
|
-
this.ry(function (d) { return d.hs = _this.
|
|
126
|
+
this.ry(function (d) { return d.hs = _this.afm; });
|
|
127
127
|
break;
|
|
128
128
|
case "TransitionInEasingFunction":
|
|
129
|
-
this.ry(function (d) { return d.ch = _this.
|
|
129
|
+
this.ry(function (d) { return d.ch = _this.adq; });
|
|
130
130
|
break;
|
|
131
131
|
}
|
|
132
132
|
};
|
|
133
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
133
|
+
Object.defineProperty(CategoryChart.prototype, "afm", {
|
|
134
134
|
get: function () {
|
|
135
|
-
return this.
|
|
135
|
+
return this.afk;
|
|
136
136
|
},
|
|
137
137
|
set: function (a) {
|
|
138
|
-
var b = this.
|
|
138
|
+
var b = this.afm;
|
|
139
139
|
if (a != b) {
|
|
140
|
-
this.
|
|
141
|
-
this.
|
|
140
|
+
this.afk = a;
|
|
141
|
+
this.sw("TransitionInDuration", b, this.afm);
|
|
142
142
|
}
|
|
143
143
|
},
|
|
144
144
|
enumerable: false,
|
|
145
145
|
configurable: true
|
|
146
146
|
});
|
|
147
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
147
|
+
Object.defineProperty(CategoryChart.prototype, "adq", {
|
|
148
148
|
get: function () {
|
|
149
|
-
return this.
|
|
149
|
+
return this.adp;
|
|
150
150
|
},
|
|
151
151
|
set: function (a) {
|
|
152
|
-
var b = this.
|
|
152
|
+
var b = this.adq;
|
|
153
153
|
if (a != b) {
|
|
154
|
-
this.
|
|
155
|
-
this.
|
|
154
|
+
this.adp = a;
|
|
155
|
+
this.sw("TransitionInEasingFunction", b, this.adq);
|
|
156
156
|
}
|
|
157
157
|
},
|
|
158
158
|
enumerable: false,
|
|
159
159
|
configurable: true
|
|
160
160
|
});
|
|
161
|
-
CategoryChart.prototype.
|
|
161
|
+
CategoryChart.prototype.afs = function () {
|
|
162
162
|
var cvd_ = this.j9();
|
|
163
163
|
cvd_.scaleByViewport();
|
|
164
164
|
return (cvd_.serialize());
|
|
165
165
|
};
|
|
166
166
|
CategoryChart.prototype.r4 = function (a) {
|
|
167
167
|
_super.prototype.r4.call(this, a);
|
|
168
|
-
a.
|
|
169
|
-
a.
|
|
170
|
-
a.
|
|
171
|
-
a.
|
|
172
|
-
a.
|
|
173
|
-
a.
|
|
168
|
+
a.dt = this.fh;
|
|
169
|
+
a.u0 = this.ad6;
|
|
170
|
+
a.u3 = this.ad7;
|
|
171
|
+
a.vq = this.aev;
|
|
172
|
+
a.vr = this.aew;
|
|
173
|
+
a.t5 = this.ac6;
|
|
174
174
|
};
|
|
175
175
|
CategoryChart.prototype.sa = function (a, b) {
|
|
176
176
|
_super.prototype.sa.call(this, a, b);
|
|
@@ -178,54 +178,54 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
178
178
|
if (c == null) {
|
|
179
179
|
return;
|
|
180
180
|
}
|
|
181
|
-
c.tr = this.
|
|
182
|
-
c.so = this.
|
|
183
|
-
c.r8 = this.
|
|
184
|
-
c.cb = this.
|
|
181
|
+
c.tr = this.adc;
|
|
182
|
+
c.so = this.ad5;
|
|
183
|
+
c.r8 = this.ade;
|
|
184
|
+
c.cb = this.ado;
|
|
185
185
|
c.trendLineBrush = ArrayExtension.getModulus$1(Brush.$, this.ah, b);
|
|
186
186
|
c.trendLineType = this.dq;
|
|
187
187
|
c.trendLineThickness = this.i7;
|
|
188
188
|
c.ql = this.cr(a, b);
|
|
189
189
|
if (a.d6) {
|
|
190
|
-
a.ms(ArrayExtension.getModulus$1(Brush.$, this.
|
|
190
|
+
a.ms(ArrayExtension.getModulus$1(Brush.$, this.ac3, b), ArrayExtension.getModulus$1(Brush.$, this.ac4, b));
|
|
191
191
|
}
|
|
192
192
|
};
|
|
193
|
-
CategoryChart.prototype.
|
|
193
|
+
CategoryChart.prototype.adf = function () {
|
|
194
194
|
return new CategoryXAxis();
|
|
195
195
|
};
|
|
196
|
-
CategoryChart.prototype.
|
|
196
|
+
CategoryChart.prototype.adj = function () {
|
|
197
197
|
return new NumericYAxis();
|
|
198
198
|
};
|
|
199
199
|
CategoryChart.prototype.rn = function () {
|
|
200
|
-
this.xAxis = this.
|
|
200
|
+
this.xAxis = this.adf();
|
|
201
201
|
this.xAxis.name = "xAxis";
|
|
202
202
|
var a = this.xAxis;
|
|
203
|
-
a.propertyChanged = delegateCombine(a.propertyChanged, runOn(this, this.
|
|
204
|
-
this.yAxis = this.
|
|
203
|
+
a.propertyChanged = delegateCombine(a.propertyChanged, runOn(this, this.agu));
|
|
204
|
+
this.yAxis = this.adj();
|
|
205
205
|
this.yAxis.name = "yAxis";
|
|
206
206
|
var b = this.yAxis;
|
|
207
|
-
b.propertyChanged = delegateCombine(b.propertyChanged, runOn(this, this.
|
|
208
|
-
if (this.xAxis.
|
|
209
|
-
this.xAxis.
|
|
207
|
+
b.propertyChanged = delegateCombine(b.propertyChanged, runOn(this, this.agv));
|
|
208
|
+
if (this.xAxis.az == null) {
|
|
209
|
+
this.xAxis.az = new AxisLabelSettings();
|
|
210
210
|
}
|
|
211
|
-
if (this.yAxis.
|
|
212
|
-
this.yAxis.
|
|
211
|
+
if (this.yAxis.az == null) {
|
|
212
|
+
this.yAxis.az = new AxisLabelSettings();
|
|
213
213
|
}
|
|
214
214
|
};
|
|
215
|
-
CategoryChart.prototype.
|
|
216
|
-
_super.prototype.
|
|
217
|
-
a.
|
|
218
|
-
a.
|
|
219
|
-
a.
|
|
215
|
+
CategoryChart.prototype.abd = function (a) {
|
|
216
|
+
_super.prototype.abd.call(this, a);
|
|
217
|
+
a.la = this.ad9;
|
|
218
|
+
a.ld = this.aeb;
|
|
219
|
+
a.b1 = this.aea;
|
|
220
220
|
};
|
|
221
|
-
CategoryChart.prototype.
|
|
222
|
-
_super.prototype.
|
|
223
|
-
a.
|
|
224
|
-
a.zoomMaximumCategoryRange = this.
|
|
225
|
-
a.zoomToCategoryRange = this.
|
|
226
|
-
a.zoomToCategoryStart = this.
|
|
227
|
-
a.zoomMaximumItemSpan = this.
|
|
228
|
-
a.zoomToItemSpan = this.
|
|
221
|
+
CategoryChart.prototype.abb = function (a) {
|
|
222
|
+
_super.prototype.abb.call(this, a);
|
|
223
|
+
a.b1 = this.ad8;
|
|
224
|
+
a.zoomMaximumCategoryRange = this.ae9;
|
|
225
|
+
a.zoomToCategoryRange = this.afb;
|
|
226
|
+
a.zoomToCategoryStart = this.afc;
|
|
227
|
+
a.zoomMaximumItemSpan = this.afa;
|
|
228
|
+
a.zoomToItemSpan = this.afd;
|
|
229
229
|
};
|
|
230
230
|
CategoryChart.prototype.get_b1 = function () {
|
|
231
231
|
return 0;
|
|
@@ -237,43 +237,29 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
237
237
|
enumerable: false,
|
|
238
238
|
configurable: true
|
|
239
239
|
});
|
|
240
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
240
|
+
Object.defineProperty(CategoryChart.prototype, "ada", {
|
|
241
241
|
get: function () {
|
|
242
|
-
return this.
|
|
242
|
+
return this.ac9;
|
|
243
243
|
},
|
|
244
244
|
set: function (a) {
|
|
245
|
-
if (a != this.
|
|
246
|
-
var b = this.
|
|
247
|
-
this.
|
|
248
|
-
this.
|
|
245
|
+
if (a != this.ac9) {
|
|
246
|
+
var b = this.ada;
|
|
247
|
+
this.ac9 = a;
|
|
248
|
+
this.sw("ChartType", enumGetBox(CategoryChartType_$type, b), enumGetBox(CategoryChartType_$type, this.ada));
|
|
249
249
|
}
|
|
250
250
|
},
|
|
251
251
|
enumerable: false,
|
|
252
252
|
configurable: true
|
|
253
253
|
});
|
|
254
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
254
|
+
Object.defineProperty(CategoryChart.prototype, "adc", {
|
|
255
255
|
get: function () {
|
|
256
|
-
return this.
|
|
256
|
+
return this.adb;
|
|
257
257
|
},
|
|
258
258
|
set: function (a) {
|
|
259
|
-
var b = this.
|
|
259
|
+
var b = this.adc;
|
|
260
260
|
if (a != b) {
|
|
261
|
-
this.
|
|
262
|
-
this.
|
|
263
|
-
}
|
|
264
|
-
},
|
|
265
|
-
enumerable: false,
|
|
266
|
-
configurable: true
|
|
267
|
-
});
|
|
268
|
-
Object.defineProperty(CategoryChart.prototype, "ad3", {
|
|
269
|
-
get: function () {
|
|
270
|
-
return this.ads;
|
|
271
|
-
},
|
|
272
|
-
set: function (a) {
|
|
273
|
-
var b = this.ad3;
|
|
274
|
-
if (a != b) {
|
|
275
|
-
this.ads = a;
|
|
276
|
-
this.sv("IsSplineShapePartOfRange", b, this.ad3);
|
|
261
|
+
this.adb = a;
|
|
262
|
+
this.sw("MarkerCollisionAvoidance", enumGetBox(CategorySeriesMarkerCollisionAvoidance_$type, b), enumGetBox(CategorySeriesMarkerCollisionAvoidance_$type, this.adc));
|
|
277
263
|
}
|
|
278
264
|
},
|
|
279
265
|
enumerable: false,
|
|
@@ -287,171 +273,171 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
287
273
|
var b = this.ad4;
|
|
288
274
|
if (a != b) {
|
|
289
275
|
this.adt = a;
|
|
290
|
-
this.
|
|
276
|
+
this.sw("IsSplineShapePartOfRange", b, this.ad4);
|
|
291
277
|
}
|
|
292
278
|
},
|
|
293
279
|
enumerable: false,
|
|
294
280
|
configurable: true
|
|
295
281
|
});
|
|
296
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
282
|
+
Object.defineProperty(CategoryChart.prototype, "ad5", {
|
|
297
283
|
get: function () {
|
|
298
|
-
return this.
|
|
284
|
+
return this.adu;
|
|
299
285
|
},
|
|
300
286
|
set: function (a) {
|
|
301
|
-
var b = this.
|
|
287
|
+
var b = this.ad5;
|
|
302
288
|
if (a != b) {
|
|
303
|
-
this.
|
|
304
|
-
this.
|
|
289
|
+
this.adu = a;
|
|
290
|
+
this.sw("IsTransitionInEnabled", b, this.ad5);
|
|
305
291
|
}
|
|
306
292
|
},
|
|
307
293
|
enumerable: false,
|
|
308
294
|
configurable: true
|
|
309
295
|
});
|
|
310
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
296
|
+
Object.defineProperty(CategoryChart.prototype, "ade", {
|
|
311
297
|
get: function () {
|
|
312
|
-
return this.
|
|
298
|
+
return this.add;
|
|
313
299
|
},
|
|
314
300
|
set: function (a) {
|
|
315
|
-
var b = this.
|
|
301
|
+
var b = this.ade;
|
|
316
302
|
if (a != b) {
|
|
317
|
-
this.
|
|
318
|
-
this.
|
|
303
|
+
this.add = a;
|
|
304
|
+
this.sw("TransitionInMode", enumGetBox(CategoryTransitionInMode_$type, b), enumGetBox(CategoryTransitionInMode_$type, this.ade));
|
|
319
305
|
}
|
|
320
306
|
},
|
|
321
307
|
enumerable: false,
|
|
322
308
|
configurable: true
|
|
323
309
|
});
|
|
324
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
310
|
+
Object.defineProperty(CategoryChart.prototype, "ado", {
|
|
325
311
|
get: function () {
|
|
326
|
-
return this.
|
|
312
|
+
return this.adn;
|
|
327
313
|
},
|
|
328
314
|
set: function (a) {
|
|
329
|
-
var b = this.
|
|
315
|
+
var b = this.ado;
|
|
330
316
|
if (a != b) {
|
|
331
|
-
this.
|
|
332
|
-
this.
|
|
317
|
+
this.adn = a;
|
|
318
|
+
this.sw("TransitionInSpeedType", enumGetBox(TransitionInSpeedType_$type, b), enumGetBox(TransitionInSpeedType_$type, this.ado));
|
|
333
319
|
}
|
|
334
320
|
},
|
|
335
321
|
enumerable: false,
|
|
336
322
|
configurable: true
|
|
337
323
|
});
|
|
338
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
324
|
+
Object.defineProperty(CategoryChart.prototype, "ae4", {
|
|
339
325
|
get: function () {
|
|
340
|
-
return this.
|
|
326
|
+
return this.aeh;
|
|
341
327
|
},
|
|
342
328
|
set: function (a) {
|
|
343
|
-
var b = this.
|
|
329
|
+
var b = this.ae4;
|
|
344
330
|
if (a != b) {
|
|
345
|
-
this.
|
|
346
|
-
this.
|
|
331
|
+
this.aeh = a;
|
|
332
|
+
this.sw("XAxisInterval", b, this.ae4);
|
|
347
333
|
}
|
|
348
334
|
},
|
|
349
335
|
enumerable: false,
|
|
350
336
|
configurable: true
|
|
351
337
|
});
|
|
352
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
338
|
+
Object.defineProperty(CategoryChart.prototype, "ae7", {
|
|
353
339
|
get: function () {
|
|
354
|
-
return this.
|
|
340
|
+
return this.aek;
|
|
355
341
|
},
|
|
356
342
|
set: function (a) {
|
|
357
|
-
var b = this.
|
|
343
|
+
var b = this.ae7;
|
|
358
344
|
if (a != b) {
|
|
359
|
-
this.
|
|
360
|
-
this.
|
|
345
|
+
this.aek = a;
|
|
346
|
+
this.sw("XAxisMinorInterval", b, this.ae7);
|
|
361
347
|
}
|
|
362
348
|
},
|
|
363
349
|
enumerable: false,
|
|
364
350
|
configurable: true
|
|
365
351
|
});
|
|
366
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
352
|
+
Object.defineProperty(CategoryChart.prototype, "ae3", {
|
|
367
353
|
get: function () {
|
|
368
|
-
return this.
|
|
354
|
+
return this.aeg;
|
|
369
355
|
},
|
|
370
356
|
set: function (a) {
|
|
371
|
-
var b = this.
|
|
357
|
+
var b = this.ae3;
|
|
372
358
|
if (a != b) {
|
|
373
|
-
this.
|
|
374
|
-
this.
|
|
359
|
+
this.aeg = a;
|
|
360
|
+
this.sw("XAxisGap", b, this.ae3);
|
|
375
361
|
}
|
|
376
362
|
},
|
|
377
363
|
enumerable: false,
|
|
378
364
|
configurable: true
|
|
379
365
|
});
|
|
380
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
366
|
+
Object.defineProperty(CategoryChart.prototype, "ae6", {
|
|
381
367
|
get: function () {
|
|
382
|
-
return this.
|
|
368
|
+
return this.aej;
|
|
383
369
|
},
|
|
384
370
|
set: function (a) {
|
|
385
|
-
var b = this.
|
|
371
|
+
var b = this.ae6;
|
|
386
372
|
if (a != b) {
|
|
387
|
-
this.
|
|
388
|
-
this.
|
|
373
|
+
this.aej = a;
|
|
374
|
+
this.sw("XAxisMinimumGapSize", b, this.ae6);
|
|
389
375
|
}
|
|
390
376
|
},
|
|
391
377
|
enumerable: false,
|
|
392
378
|
configurable: true
|
|
393
379
|
});
|
|
394
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
380
|
+
Object.defineProperty(CategoryChart.prototype, "ae5", {
|
|
395
381
|
get: function () {
|
|
396
|
-
return this.
|
|
382
|
+
return this.aei;
|
|
397
383
|
},
|
|
398
384
|
set: function (a) {
|
|
399
|
-
var b = this.
|
|
385
|
+
var b = this.ae5;
|
|
400
386
|
if (a != b) {
|
|
401
|
-
this.
|
|
402
|
-
this.
|
|
387
|
+
this.aei = a;
|
|
388
|
+
this.sw("XAxisMaximumGap", b, this.ae5);
|
|
403
389
|
}
|
|
404
390
|
},
|
|
405
391
|
enumerable: false,
|
|
406
392
|
configurable: true
|
|
407
393
|
});
|
|
408
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
394
|
+
Object.defineProperty(CategoryChart.prototype, "ae8", {
|
|
409
395
|
get: function () {
|
|
410
|
-
return this.
|
|
396
|
+
return this.ael;
|
|
411
397
|
},
|
|
412
398
|
set: function (a) {
|
|
413
|
-
var b = this.
|
|
399
|
+
var b = this.ae8;
|
|
414
400
|
if (a != b) {
|
|
415
|
-
this.
|
|
416
|
-
this.
|
|
401
|
+
this.ael = a;
|
|
402
|
+
this.sw("XAxisOverlap", b, this.ae8);
|
|
417
403
|
}
|
|
418
404
|
},
|
|
419
405
|
enumerable: false,
|
|
420
406
|
configurable: true
|
|
421
407
|
});
|
|
422
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
408
|
+
Object.defineProperty(CategoryChart.prototype, "afg", {
|
|
423
409
|
get: function () {
|
|
424
|
-
return this.
|
|
410
|
+
return this.aer;
|
|
425
411
|
},
|
|
426
412
|
set: function (a) {
|
|
427
|
-
var b = this.
|
|
413
|
+
var b = this.afg;
|
|
428
414
|
if (a != b) {
|
|
429
|
-
this.
|
|
430
|
-
this.
|
|
415
|
+
this.aer = a;
|
|
416
|
+
this.sw("YAxisInterval", b, this.afg);
|
|
431
417
|
}
|
|
432
418
|
},
|
|
433
419
|
enumerable: false,
|
|
434
420
|
configurable: true
|
|
435
421
|
});
|
|
436
|
-
CategoryChart.prototype
|
|
437
|
-
if (this.dataChart != null) {
|
|
438
|
-
this.dataChart.w2();
|
|
439
|
-
}
|
|
440
|
-
};
|
|
441
|
-
Object.defineProperty(CategoryChart.prototype, "ad5", {
|
|
422
|
+
Object.defineProperty(CategoryChart.prototype, "ac6", {
|
|
442
423
|
get: function () {
|
|
443
|
-
return this.
|
|
424
|
+
return this.ac5;
|
|
444
425
|
},
|
|
445
426
|
set: function (a) {
|
|
446
|
-
var b = this.
|
|
427
|
+
var b = this.ac6;
|
|
447
428
|
if (a != b) {
|
|
448
|
-
this.
|
|
449
|
-
this.
|
|
429
|
+
this.ac5 = a;
|
|
430
|
+
this.sw("AutoMarginAndAngleUpdateMode", enumGetBox(AutoMarginsAndAngleUpdateMode_$type, b), enumGetBox(AutoMarginsAndAngleUpdateMode_$type, this.ac6));
|
|
450
431
|
}
|
|
451
432
|
},
|
|
452
433
|
enumerable: false,
|
|
453
434
|
configurable: true
|
|
454
435
|
});
|
|
436
|
+
CategoryChart.prototype.agw = function () {
|
|
437
|
+
if (this.dataChart != null) {
|
|
438
|
+
this.dataChart.xb();
|
|
439
|
+
}
|
|
440
|
+
};
|
|
455
441
|
Object.defineProperty(CategoryChart.prototype, "ad6", {
|
|
456
442
|
get: function () {
|
|
457
443
|
return this.adv;
|
|
@@ -460,21 +446,21 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
460
446
|
var b = this.ad6;
|
|
461
447
|
if (a != b) {
|
|
462
448
|
this.adv = a;
|
|
463
|
-
this.
|
|
449
|
+
this.sw("ShouldAutoExpandMarginForInitialLabels", b, this.ad6);
|
|
464
450
|
}
|
|
465
451
|
},
|
|
466
452
|
enumerable: false,
|
|
467
453
|
configurable: true
|
|
468
454
|
});
|
|
469
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
455
|
+
Object.defineProperty(CategoryChart.prototype, "ad7", {
|
|
470
456
|
get: function () {
|
|
471
|
-
return this.
|
|
457
|
+
return this.adw;
|
|
472
458
|
},
|
|
473
459
|
set: function (a) {
|
|
474
|
-
var b = this.
|
|
460
|
+
var b = this.ad7;
|
|
475
461
|
if (a != b) {
|
|
476
|
-
this.
|
|
477
|
-
this.
|
|
462
|
+
this.adw = a;
|
|
463
|
+
this.sw(CategoryChart.af1, b, this.ad7);
|
|
478
464
|
}
|
|
479
465
|
},
|
|
480
466
|
enumerable: false,
|
|
@@ -488,188 +474,188 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
488
474
|
var b = this.aev;
|
|
489
475
|
if (a != b) {
|
|
490
476
|
this.aee = a;
|
|
491
|
-
this.
|
|
477
|
+
this.sw("AutoExpandMarginExtraPadding", b, this.aev);
|
|
492
478
|
}
|
|
493
479
|
},
|
|
494
480
|
enumerable: false,
|
|
495
481
|
configurable: true
|
|
496
482
|
});
|
|
497
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
483
|
+
Object.defineProperty(CategoryChart.prototype, "aew", {
|
|
498
484
|
get: function () {
|
|
499
|
-
return this.
|
|
485
|
+
return this.aef;
|
|
500
486
|
},
|
|
501
487
|
set: function (a) {
|
|
502
|
-
var b = this.
|
|
488
|
+
var b = this.aew;
|
|
503
489
|
if (a != b) {
|
|
504
|
-
this.
|
|
505
|
-
this.
|
|
490
|
+
this.aef = a;
|
|
491
|
+
this.sw("AutoExpandMarginMaximumValue", b, this.aew);
|
|
506
492
|
}
|
|
507
493
|
},
|
|
508
494
|
enumerable: false,
|
|
509
495
|
configurable: true
|
|
510
496
|
});
|
|
511
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
497
|
+
Object.defineProperty(CategoryChart.prototype, "aeb", {
|
|
512
498
|
get: function () {
|
|
513
|
-
return this.
|
|
499
|
+
return this.ad0;
|
|
514
500
|
},
|
|
515
501
|
set: function (a) {
|
|
516
|
-
var b = this.
|
|
502
|
+
var b = this.aeb;
|
|
517
503
|
if (a != b) {
|
|
518
|
-
this.
|
|
519
|
-
this.
|
|
504
|
+
this.ad0 = a;
|
|
505
|
+
this.sw("YAxisFavorLabellingScaleEnd", b, this.aeb);
|
|
520
506
|
}
|
|
521
507
|
},
|
|
522
508
|
enumerable: false,
|
|
523
509
|
configurable: true
|
|
524
510
|
});
|
|
525
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
511
|
+
Object.defineProperty(CategoryChart.prototype, "ad8", {
|
|
526
512
|
get: function () {
|
|
527
|
-
return this.
|
|
513
|
+
return this.adx;
|
|
528
514
|
},
|
|
529
515
|
set: function (a) {
|
|
530
|
-
var b = this.
|
|
516
|
+
var b = this.ad8;
|
|
531
517
|
if (a != b) {
|
|
532
|
-
this.
|
|
533
|
-
this.
|
|
518
|
+
this.adx = a;
|
|
519
|
+
this.sw(CategoryChart.af6, b, this.ad8);
|
|
534
520
|
}
|
|
535
521
|
},
|
|
536
522
|
enumerable: false,
|
|
537
523
|
configurable: true
|
|
538
524
|
});
|
|
539
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
525
|
+
Object.defineProperty(CategoryChart.prototype, "aea", {
|
|
540
526
|
get: function () {
|
|
541
|
-
return this.
|
|
527
|
+
return this.adz;
|
|
542
528
|
},
|
|
543
529
|
set: function (a) {
|
|
544
|
-
var b = this.
|
|
530
|
+
var b = this.aea;
|
|
545
531
|
if (a != b) {
|
|
546
|
-
this.
|
|
547
|
-
this.
|
|
532
|
+
this.adz = a;
|
|
533
|
+
this.sw(CategoryChart.agk, b, this.aea);
|
|
548
534
|
}
|
|
549
535
|
},
|
|
550
536
|
enumerable: false,
|
|
551
537
|
configurable: true
|
|
552
538
|
});
|
|
553
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
539
|
+
Object.defineProperty(CategoryChart.prototype, "ac8", {
|
|
554
540
|
get: function () {
|
|
555
|
-
return this.
|
|
541
|
+
return this.ac7;
|
|
556
542
|
},
|
|
557
543
|
set: function (a) {
|
|
558
|
-
var b = this.
|
|
544
|
+
var b = this.ac8;
|
|
559
545
|
if (a != b) {
|
|
560
|
-
this.
|
|
561
|
-
this.
|
|
546
|
+
this.ac7 = a;
|
|
547
|
+
this.sw("YAxisAutoRangeBufferMode", enumGetBox(AxisRangeBufferMode_$type, b), enumGetBox(AxisRangeBufferMode_$type, this.ac8));
|
|
562
548
|
}
|
|
563
549
|
},
|
|
564
550
|
enumerable: false,
|
|
565
551
|
configurable: true
|
|
566
552
|
});
|
|
567
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
553
|
+
Object.defineProperty(CategoryChart.prototype, "aec", {
|
|
568
554
|
get: function () {
|
|
569
|
-
return this.
|
|
555
|
+
return this.ad1;
|
|
570
556
|
},
|
|
571
557
|
set: function (a) {
|
|
572
|
-
var b = this.
|
|
558
|
+
var b = this.aec;
|
|
573
559
|
if (a != b) {
|
|
574
|
-
this.
|
|
575
|
-
this.
|
|
560
|
+
this.ad1 = a;
|
|
561
|
+
this.sw("YAxisIsLogarithmic", b, this.aec);
|
|
576
562
|
}
|
|
577
563
|
},
|
|
578
564
|
enumerable: false,
|
|
579
565
|
configurable: true
|
|
580
566
|
});
|
|
581
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
567
|
+
Object.defineProperty(CategoryChart.prototype, "afn", {
|
|
582
568
|
get: function () {
|
|
583
|
-
return this.
|
|
569
|
+
return this.afl;
|
|
584
570
|
},
|
|
585
571
|
set: function (a) {
|
|
586
|
-
var b = this.
|
|
572
|
+
var b = this.afn;
|
|
587
573
|
if (a != b) {
|
|
588
|
-
this.
|
|
589
|
-
this.
|
|
574
|
+
this.afl = a;
|
|
575
|
+
this.sw("YAxisLogarithmBase", b, this.afn);
|
|
590
576
|
}
|
|
591
577
|
},
|
|
592
578
|
enumerable: false,
|
|
593
579
|
configurable: true
|
|
594
580
|
});
|
|
595
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
581
|
+
Object.defineProperty(CategoryChart.prototype, "afi", {
|
|
596
582
|
get: function () {
|
|
597
|
-
return this.
|
|
583
|
+
return this.aet;
|
|
598
584
|
},
|
|
599
585
|
set: function (a) {
|
|
600
|
-
var b = this.
|
|
586
|
+
var b = this.afi;
|
|
601
587
|
if (a != b) {
|
|
602
|
-
this.
|
|
603
|
-
this.
|
|
588
|
+
this.aet = a;
|
|
589
|
+
this.sw("YAxisMinimumValue", b, this.afi);
|
|
604
590
|
}
|
|
605
591
|
},
|
|
606
592
|
enumerable: false,
|
|
607
593
|
configurable: true
|
|
608
594
|
});
|
|
609
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
595
|
+
Object.defineProperty(CategoryChart.prototype, "afh", {
|
|
610
596
|
get: function () {
|
|
611
|
-
return this.
|
|
597
|
+
return this.aes;
|
|
612
598
|
},
|
|
613
599
|
set: function (a) {
|
|
614
|
-
var b = this.
|
|
600
|
+
var b = this.afh;
|
|
615
601
|
if (a != b) {
|
|
616
|
-
this.
|
|
617
|
-
this.
|
|
602
|
+
this.aes = a;
|
|
603
|
+
this.sw("YAxisMaximumValue", b, this.afh);
|
|
618
604
|
}
|
|
619
605
|
},
|
|
620
606
|
enumerable: false,
|
|
621
607
|
configurable: true
|
|
622
608
|
});
|
|
623
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
609
|
+
Object.defineProperty(CategoryChart.prototype, "afj", {
|
|
624
610
|
get: function () {
|
|
625
|
-
return this.
|
|
611
|
+
return this.aeu;
|
|
612
|
+
},
|
|
613
|
+
set: function (a) {
|
|
614
|
+
var b = this.afj;
|
|
615
|
+
if (a != b) {
|
|
616
|
+
this.aeu = a;
|
|
617
|
+
this.sw("YAxisMinorInterval", b, this.afj);
|
|
618
|
+
}
|
|
626
619
|
},
|
|
627
620
|
enumerable: false,
|
|
628
621
|
configurable: true
|
|
629
622
|
});
|
|
630
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
623
|
+
Object.defineProperty(CategoryChart.prototype, "ae2", {
|
|
631
624
|
get: function () {
|
|
632
|
-
return this.xAxis.
|
|
625
|
+
return this.xAxis.mw;
|
|
633
626
|
},
|
|
634
627
|
enumerable: false,
|
|
635
628
|
configurable: true
|
|
636
629
|
});
|
|
630
|
+
Object.defineProperty(CategoryChart.prototype, "ae1", {
|
|
631
|
+
get: function () {
|
|
632
|
+
return this.xAxis.mv;
|
|
633
|
+
},
|
|
634
|
+
enumerable: false,
|
|
635
|
+
configurable: true
|
|
636
|
+
});
|
|
637
|
+
CategoryChart.prototype.aey = function () {
|
|
638
|
+
return this.ae2;
|
|
639
|
+
};
|
|
640
|
+
CategoryChart.prototype.ae0 = function () {
|
|
641
|
+
return this.aff;
|
|
642
|
+
};
|
|
637
643
|
CategoryChart.prototype.aex = function () {
|
|
638
644
|
return this.ae1;
|
|
639
645
|
};
|
|
640
646
|
CategoryChart.prototype.aez = function () {
|
|
641
647
|
return this.afe;
|
|
642
648
|
};
|
|
643
|
-
CategoryChart.prototype
|
|
644
|
-
return this.ae0;
|
|
645
|
-
};
|
|
646
|
-
CategoryChart.prototype.aey = function () {
|
|
647
|
-
return this.afd;
|
|
648
|
-
};
|
|
649
|
-
Object.defineProperty(CategoryChart.prototype, "afe", {
|
|
650
|
-
get: function () {
|
|
651
|
-
return this.yAxis.lw;
|
|
652
|
-
},
|
|
653
|
-
enumerable: false,
|
|
654
|
-
configurable: true
|
|
655
|
-
});
|
|
656
|
-
Object.defineProperty(CategoryChart.prototype, "afd", {
|
|
649
|
+
Object.defineProperty(CategoryChart.prototype, "aff", {
|
|
657
650
|
get: function () {
|
|
658
|
-
return this.yAxis.
|
|
651
|
+
return this.yAxis.lx;
|
|
659
652
|
},
|
|
660
653
|
enumerable: false,
|
|
661
654
|
configurable: true
|
|
662
655
|
});
|
|
663
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
656
|
+
Object.defineProperty(CategoryChart.prototype, "afe", {
|
|
664
657
|
get: function () {
|
|
665
|
-
return this.
|
|
666
|
-
},
|
|
667
|
-
set: function (a) {
|
|
668
|
-
var b = this.ac2;
|
|
669
|
-
if (a != b) {
|
|
670
|
-
this.ac0 = a;
|
|
671
|
-
this.sv("NegativeBrushes", b, this.ac2);
|
|
672
|
-
}
|
|
658
|
+
return this.yAxis.lw;
|
|
673
659
|
},
|
|
674
660
|
enumerable: false,
|
|
675
661
|
configurable: true
|
|
@@ -682,35 +668,35 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
682
668
|
var b = this.ac3;
|
|
683
669
|
if (a != b) {
|
|
684
670
|
this.ac1 = a;
|
|
685
|
-
this.
|
|
671
|
+
this.sw("NegativeBrushes", b, this.ac3);
|
|
686
672
|
}
|
|
687
673
|
},
|
|
688
674
|
enumerable: false,
|
|
689
675
|
configurable: true
|
|
690
676
|
});
|
|
691
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
677
|
+
Object.defineProperty(CategoryChart.prototype, "ac4", {
|
|
692
678
|
get: function () {
|
|
693
|
-
return this.
|
|
679
|
+
return this.ac2;
|
|
694
680
|
},
|
|
695
681
|
set: function (a) {
|
|
696
|
-
var b = this.
|
|
682
|
+
var b = this.ac4;
|
|
697
683
|
if (a != b) {
|
|
698
|
-
this.
|
|
699
|
-
this.
|
|
684
|
+
this.ac2 = a;
|
|
685
|
+
this.sw("NegativeOutlines", b, this.ac4);
|
|
700
686
|
}
|
|
701
687
|
},
|
|
702
688
|
enumerable: false,
|
|
703
689
|
configurable: true
|
|
704
690
|
});
|
|
705
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
691
|
+
Object.defineProperty(CategoryChart.prototype, "ad9", {
|
|
706
692
|
get: function () {
|
|
707
|
-
return this.
|
|
693
|
+
return this.ady;
|
|
708
694
|
},
|
|
709
695
|
set: function (a) {
|
|
710
|
-
var b = this.
|
|
696
|
+
var b = this.ad9;
|
|
711
697
|
if (a != b) {
|
|
712
|
-
this.
|
|
713
|
-
this.
|
|
698
|
+
this.ady = a;
|
|
699
|
+
this.sw("YAxisAbbreviateLargeNumbers", b, this.ad9);
|
|
714
700
|
}
|
|
715
701
|
},
|
|
716
702
|
enumerable: false,
|
|
@@ -724,7 +710,7 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
724
710
|
var b = this.ae9;
|
|
725
711
|
if (a != b) {
|
|
726
712
|
this.aem = a;
|
|
727
|
-
this.
|
|
713
|
+
this.sw("XAxisZoomMaximumCategoryRange", b, this.ae9);
|
|
728
714
|
}
|
|
729
715
|
},
|
|
730
716
|
enumerable: false,
|
|
@@ -738,7 +724,7 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
738
724
|
var b = this.afa;
|
|
739
725
|
if (a != b) {
|
|
740
726
|
this.aen = a;
|
|
741
|
-
this.
|
|
727
|
+
this.sw("XAxisZoomMaximumItemSpan", b, this.afa);
|
|
742
728
|
}
|
|
743
729
|
},
|
|
744
730
|
enumerable: false,
|
|
@@ -752,7 +738,7 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
752
738
|
var b = this.afb;
|
|
753
739
|
if (a != b) {
|
|
754
740
|
this.aeo = a;
|
|
755
|
-
this.
|
|
741
|
+
this.sw("XAxisZoomToCategoryRange", b, this.afb);
|
|
756
742
|
}
|
|
757
743
|
},
|
|
758
744
|
enumerable: false,
|
|
@@ -766,21 +752,21 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
766
752
|
var b = this.afc;
|
|
767
753
|
if (a != b) {
|
|
768
754
|
this.aep = a;
|
|
769
|
-
this.
|
|
755
|
+
this.sw("XAxisZoomToCategoryStart", b, this.afc);
|
|
770
756
|
}
|
|
771
757
|
},
|
|
772
758
|
enumerable: false,
|
|
773
759
|
configurable: true
|
|
774
760
|
});
|
|
775
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
761
|
+
Object.defineProperty(CategoryChart.prototype, "afd", {
|
|
776
762
|
get: function () {
|
|
777
|
-
return this.
|
|
763
|
+
return this.aeq;
|
|
778
764
|
},
|
|
779
765
|
set: function (a) {
|
|
780
|
-
var b = this.
|
|
766
|
+
var b = this.afd;
|
|
781
767
|
if (a != b) {
|
|
782
|
-
this.
|
|
783
|
-
this.
|
|
768
|
+
this.aeq = a;
|
|
769
|
+
this.sw("XAxisZoomToItemSpan", b, this.afd);
|
|
784
770
|
}
|
|
785
771
|
},
|
|
786
772
|
enumerable: false,
|
|
@@ -794,7 +780,21 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
794
780
|
var b = this.ad2;
|
|
795
781
|
if (a != b) {
|
|
796
782
|
this.adr = a;
|
|
797
|
-
this.
|
|
783
|
+
this.sw("IsCategoryHighlightingEnabled", b, this.ad2);
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
enumerable: false,
|
|
787
|
+
configurable: true
|
|
788
|
+
});
|
|
789
|
+
Object.defineProperty(CategoryChart.prototype, "ad3", {
|
|
790
|
+
get: function () {
|
|
791
|
+
return this.ads;
|
|
792
|
+
},
|
|
793
|
+
set: function (a) {
|
|
794
|
+
var b = this.ad3;
|
|
795
|
+
if (a != b) {
|
|
796
|
+
this.ads = a;
|
|
797
|
+
this.sw("IsItemHighlightingEnabled", b, this.ad3);
|
|
798
798
|
}
|
|
799
799
|
},
|
|
800
800
|
enumerable: false,
|
|
@@ -839,10 +839,10 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
839
839
|
configurable: true
|
|
840
840
|
});
|
|
841
841
|
CategoryChart.prototype.gv = function () {
|
|
842
|
-
if (this.
|
|
843
|
-
this.
|
|
842
|
+
if (this.aed == null) {
|
|
843
|
+
this.aed = CategoryChartMockDataGenerator.a();
|
|
844
844
|
}
|
|
845
|
-
return this.
|
|
845
|
+
return this.aed;
|
|
846
846
|
};
|
|
847
847
|
CategoryChart.prototype.cq = function (a) {
|
|
848
848
|
if (a != null) {
|
|
@@ -869,32 +869,32 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
869
869
|
CategoryChart.prototype.get_ge = function () {
|
|
870
870
|
return this.xAxis != null && this.xAxis.categoryMode != 0;
|
|
871
871
|
};
|
|
872
|
-
CategoryChart.prototype.
|
|
872
|
+
CategoryChart.prototype.agu = function (a, b) {
|
|
873
873
|
switch (b.propertyName) {
|
|
874
874
|
case "ActualMinimum":
|
|
875
|
-
this.
|
|
875
|
+
this.s6("XAxisActualMinimum");
|
|
876
876
|
break;
|
|
877
877
|
case "ActualMaximum":
|
|
878
|
-
this.
|
|
878
|
+
this.s6("XAxisActualMaximum");
|
|
879
879
|
break;
|
|
880
880
|
}
|
|
881
881
|
};
|
|
882
|
-
CategoryChart.prototype.
|
|
882
|
+
CategoryChart.prototype.agv = function (a, b) {
|
|
883
883
|
switch (b.propertyName) {
|
|
884
884
|
case "ActualMinimumValue":
|
|
885
|
-
this.
|
|
885
|
+
this.s6("YAxisActualMinimum");
|
|
886
886
|
break;
|
|
887
887
|
case "ActualMaximumValue":
|
|
888
|
-
this.
|
|
888
|
+
this.s6("YAxisActualMaximum");
|
|
889
889
|
break;
|
|
890
890
|
}
|
|
891
891
|
};
|
|
892
|
-
CategoryChart.prototype.
|
|
893
|
-
_super.prototype.
|
|
894
|
-
this.xAxis.
|
|
892
|
+
CategoryChart.prototype.ti = function () {
|
|
893
|
+
_super.prototype.ti.call(this);
|
|
894
|
+
this.xAxis.f0 = this.ym == null ? XYChart.yy(this.xAxis, this.bd.dataSeries) : this.ym;
|
|
895
895
|
this.xAxis.itemsSource = this.dataChart != null && this.dataChart.series.count > 0 ? this.dataChart.series._inner[0].itemsSource : null;
|
|
896
|
-
if (this.
|
|
897
|
-
this.
|
|
896
|
+
if (this.ad6) {
|
|
897
|
+
this.so(function (a) { return a.xb(); });
|
|
898
898
|
}
|
|
899
899
|
};
|
|
900
900
|
Object.defineProperty(CategoryChart.prototype, "xAxis", {
|
|
@@ -917,7 +917,7 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
917
917
|
enumerable: false,
|
|
918
918
|
configurable: true
|
|
919
919
|
});
|
|
920
|
-
CategoryChart.prototype.
|
|
920
|
+
CategoryChart.prototype.adi = function (a, b) {
|
|
921
921
|
switch (a) {
|
|
922
922
|
case 2: return this.c3(1);
|
|
923
923
|
case 3: return this.c3(10);
|
|
@@ -928,15 +928,15 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
928
928
|
case 4: return this.c3(4);
|
|
929
929
|
case 5: return this.c3(5);
|
|
930
930
|
case 8: return this.c3(8);
|
|
931
|
-
case 9: return this.
|
|
931
|
+
case 9: return this.adh(b);
|
|
932
932
|
default: return this.c3(1);
|
|
933
933
|
}
|
|
934
934
|
};
|
|
935
|
-
CategoryChart.prototype.
|
|
935
|
+
CategoryChart.prototype.adh = function (a) {
|
|
936
936
|
return this.c3(a);
|
|
937
937
|
};
|
|
938
938
|
CategoryChart.prototype.bc = function (a) {
|
|
939
|
-
switch (this.
|
|
939
|
+
switch (this.ada) {
|
|
940
940
|
case 1: return 2;
|
|
941
941
|
case 0: return 0;
|
|
942
942
|
case 3: return 10;
|
|
@@ -951,21 +951,21 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
951
951
|
}
|
|
952
952
|
};
|
|
953
953
|
CategoryChart.prototype.c1 = function (a, b) {
|
|
954
|
-
var c = this.
|
|
954
|
+
var c = this.adi(this.ada, a.suggestedSeries);
|
|
955
955
|
c.uc = a.findMatchingHint(0).path;
|
|
956
956
|
c.xAxis = this.xAxis;
|
|
957
957
|
c.yAxis = this.yAxis;
|
|
958
958
|
return c;
|
|
959
959
|
};
|
|
960
|
-
CategoryChart.prototype.
|
|
960
|
+
CategoryChart.prototype.tg = function (a) {
|
|
961
961
|
if (a.suggestedSecondaryAxis == 2) {
|
|
962
|
-
this.yAxis.
|
|
963
|
-
this.yAxis.
|
|
962
|
+
this.yAxis.li = true;
|
|
963
|
+
this.yAxis.l9 = 10;
|
|
964
964
|
}
|
|
965
965
|
};
|
|
966
|
-
CategoryChart.prototype.
|
|
967
|
-
this.yAxis.
|
|
968
|
-
this.yAxis.
|
|
966
|
+
CategoryChart.prototype.tj = function () {
|
|
967
|
+
this.yAxis.li = this.aec;
|
|
968
|
+
this.yAxis.l9 = this.afn;
|
|
969
969
|
};
|
|
970
970
|
CategoryChart.prototype.get_gq = function () {
|
|
971
971
|
return ((function () {
|
|
@@ -985,14 +985,14 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
985
985
|
CategoryChart.prototype.rj = function (a, b) {
|
|
986
986
|
var c = typeCast(HorizontalAnchoredCategorySeries.$, a);
|
|
987
987
|
if (c != null) {
|
|
988
|
-
c.tr = this.
|
|
988
|
+
c.tr = this.adc;
|
|
989
989
|
c.ql = this.cr(a, b);
|
|
990
990
|
}
|
|
991
991
|
};
|
|
992
|
-
CategoryChart.prototype.agr = function (a) {
|
|
993
|
-
this.ags(function (b, c) { return a(b); });
|
|
994
|
-
};
|
|
995
992
|
CategoryChart.prototype.ags = function (a) {
|
|
993
|
+
this.agt(function (b, c) { return a(b); });
|
|
994
|
+
};
|
|
995
|
+
CategoryChart.prototype.agt = function (a) {
|
|
996
996
|
if (this.dataChart == null) {
|
|
997
997
|
return;
|
|
998
998
|
}
|
|
@@ -1004,28 +1004,28 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1004
1004
|
a(c, b);
|
|
1005
1005
|
}
|
|
1006
1006
|
};
|
|
1007
|
-
CategoryChart.prototype.
|
|
1007
|
+
CategoryChart.prototype.v4 = function () {
|
|
1008
1008
|
return this.xAxis;
|
|
1009
1009
|
};
|
|
1010
|
-
CategoryChart.prototype.
|
|
1010
|
+
CategoryChart.prototype.v5 = function () {
|
|
1011
1011
|
return this.yAxis;
|
|
1012
1012
|
};
|
|
1013
|
-
CategoryChart.prototype.
|
|
1013
|
+
CategoryChart.prototype.adl = function () {
|
|
1014
1014
|
return this.c3(30);
|
|
1015
1015
|
};
|
|
1016
|
-
CategoryChart.prototype.
|
|
1016
|
+
CategoryChart.prototype.adm = function () {
|
|
1017
1017
|
return this.c3(31);
|
|
1018
1018
|
};
|
|
1019
1019
|
CategoryChart.prototype.gn = function (a, b) {
|
|
1020
1020
|
var c = _super.prototype.gn.call(this, a, b);
|
|
1021
1021
|
if (c != null) {
|
|
1022
1022
|
var d = new List$1(Series.$, 0);
|
|
1023
|
-
if (this.adq) {
|
|
1024
|
-
d.add(this.adk());
|
|
1025
|
-
}
|
|
1026
1023
|
if (this.adr) {
|
|
1027
1024
|
d.add(this.adl());
|
|
1028
1025
|
}
|
|
1026
|
+
if (this.ads) {
|
|
1027
|
+
d.add(this.adm());
|
|
1028
|
+
}
|
|
1029
1029
|
for (var e = 0; e < d.count; e++) {
|
|
1030
1030
|
var f = d._inner[e];
|
|
1031
1031
|
f.name = a + getInstanceType(f).typeName;
|
|
@@ -1042,8 +1042,8 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1042
1042
|
return this.a6;
|
|
1043
1043
|
}
|
|
1044
1044
|
};
|
|
1045
|
-
CategoryChart.prototype.
|
|
1046
|
-
_super.prototype.
|
|
1045
|
+
CategoryChart.prototype.to = function (a, b, c) {
|
|
1046
|
+
_super.prototype.to.call(this, a, b, c);
|
|
1047
1047
|
if (this.bd.dataSeries.count > 0) {
|
|
1048
1048
|
if (stringIsNullOrEmpty(this.lm)) {
|
|
1049
1049
|
this.b3.setXMemberPath(a, c.getMemberPathFor(16));
|
|
@@ -1064,10 +1064,10 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1064
1064
|
return true;
|
|
1065
1065
|
}
|
|
1066
1066
|
else if (this.a9 == 0) {
|
|
1067
|
-
if (this.
|
|
1067
|
+
if (this.ada == 2 || this.ada == 8) {
|
|
1068
1068
|
return false;
|
|
1069
1069
|
}
|
|
1070
|
-
else if (this.
|
|
1070
|
+
else if (this.ada == 9 && this.bd != null && this.bd.dataSeries != null && this.bd.dataSeries.count > 0) {
|
|
1071
1071
|
var a = this.bd.dataSeries._inner[0].suggestedSeries;
|
|
1072
1072
|
if (a == 1 || a == 8) {
|
|
1073
1073
|
return false;
|
|
@@ -1080,131 +1080,131 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1080
1080
|
CategoryChart.prototype.get_f6 = function () {
|
|
1081
1081
|
return DVContainer.instance.checkLoaded("CategoryChartToolbarFactoryManager");
|
|
1082
1082
|
};
|
|
1083
|
-
CategoryChart.prototype.
|
|
1083
|
+
CategoryChart.prototype.sw = function (a, b, c) {
|
|
1084
1084
|
var _this = this;
|
|
1085
|
-
_super.prototype.
|
|
1085
|
+
_super.prototype.sw.call(this, a, b, c);
|
|
1086
1086
|
switch (a) {
|
|
1087
1087
|
case "ChartType":
|
|
1088
|
-
this.
|
|
1088
|
+
this.ti();
|
|
1089
1089
|
break;
|
|
1090
1090
|
case "MarkerCollisionAvoidance":
|
|
1091
|
-
this.
|
|
1091
|
+
this.ags(function (d) { return d.tr = _this.adc; });
|
|
1092
1092
|
break;
|
|
1093
1093
|
case "IsTransitionInEnabled":
|
|
1094
|
-
this.
|
|
1094
|
+
this.ags(function (d) { return d.so = _this.ad5; });
|
|
1095
1095
|
break;
|
|
1096
1096
|
case "IsSplineShapePartOfRange":
|
|
1097
|
-
this.
|
|
1097
|
+
this.ags(function (d) {
|
|
1098
1098
|
if (d.ej) {
|
|
1099
|
-
d.mt(_this.
|
|
1099
|
+
d.mt(_this.ad4);
|
|
1100
1100
|
}
|
|
1101
1101
|
});
|
|
1102
1102
|
break;
|
|
1103
1103
|
case "TransitionInMode":
|
|
1104
|
-
this.
|
|
1104
|
+
this.ags(function (d) { return d.r8 = _this.ade; });
|
|
1105
1105
|
break;
|
|
1106
1106
|
case "TransitionInSpeedType":
|
|
1107
|
-
this.
|
|
1107
|
+
this.ags(function (d) { return d.cb = _this.ado; });
|
|
1108
1108
|
break;
|
|
1109
1109
|
case "XAxisInterval":
|
|
1110
|
-
this.xAxis.
|
|
1110
|
+
this.xAxis.mr = this.ae4;
|
|
1111
1111
|
break;
|
|
1112
1112
|
case "XAxisMinorInterval":
|
|
1113
|
-
this.xAxis.
|
|
1113
|
+
this.xAxis.ms = this.ae7;
|
|
1114
1114
|
break;
|
|
1115
1115
|
case "XAxisGap":
|
|
1116
|
-
this.xAxis.
|
|
1116
|
+
this.xAxis.k1 = this.ae3;
|
|
1117
1117
|
break;
|
|
1118
1118
|
case "XAxisOverlap":
|
|
1119
|
-
this.xAxis.
|
|
1119
|
+
this.xAxis.la = this.ae8;
|
|
1120
1120
|
break;
|
|
1121
1121
|
case "XAxisMinimumGapSize":
|
|
1122
|
-
this.xAxis.
|
|
1122
|
+
this.xAxis.k9 = this.ae6;
|
|
1123
1123
|
break;
|
|
1124
1124
|
case "XAxisMaximumGap":
|
|
1125
|
-
this.xAxis.
|
|
1125
|
+
this.xAxis.k8 = this.ae5;
|
|
1126
1126
|
break;
|
|
1127
1127
|
case "XAxisZoomMaximumCategoryRange":
|
|
1128
|
-
this.xAxis.zoomMaximumCategoryRange = this.
|
|
1128
|
+
this.xAxis.zoomMaximumCategoryRange = this.ae9;
|
|
1129
1129
|
break;
|
|
1130
1130
|
case "XAxisZoomMaximumItemSpan":
|
|
1131
|
-
this.xAxis.zoomMaximumItemSpan = this.
|
|
1131
|
+
this.xAxis.zoomMaximumItemSpan = this.afa;
|
|
1132
1132
|
break;
|
|
1133
1133
|
case "XAxisZoomToCategoryRange":
|
|
1134
|
-
this.xAxis.zoomToCategoryRange = this.
|
|
1134
|
+
this.xAxis.zoomToCategoryRange = this.afb;
|
|
1135
1135
|
break;
|
|
1136
1136
|
case "XAxisZoomToCategoryStart":
|
|
1137
|
-
this.xAxis.zoomToCategoryStart = this.
|
|
1137
|
+
this.xAxis.zoomToCategoryStart = this.afc;
|
|
1138
1138
|
break;
|
|
1139
1139
|
case "XAxisZoomToItemSpan":
|
|
1140
|
-
this.xAxis.zoomToItemSpan = this.
|
|
1140
|
+
this.xAxis.zoomToItemSpan = this.afd;
|
|
1141
1141
|
break;
|
|
1142
1142
|
case "YAxisInterval":
|
|
1143
|
-
this.yAxis.
|
|
1143
|
+
this.yAxis.l1 = this.afg;
|
|
1144
1144
|
break;
|
|
1145
1145
|
case "YAxisFavorLabellingScaleEnd":
|
|
1146
|
-
this.yAxis.
|
|
1146
|
+
this.yAxis.ld = this.aeb;
|
|
1147
1147
|
break;
|
|
1148
1148
|
case "YAxisAutoRangeBufferMode":
|
|
1149
|
-
this.yAxis.
|
|
1149
|
+
this.yAxis.ku = this.ac8;
|
|
1150
1150
|
break;
|
|
1151
1151
|
case "YAxisIsLogarithmic":
|
|
1152
|
-
this.yAxis.
|
|
1152
|
+
this.yAxis.li = this.aec;
|
|
1153
1153
|
break;
|
|
1154
1154
|
case "YAxisLogarithmBase":
|
|
1155
|
-
this.yAxis.
|
|
1155
|
+
this.yAxis.l9 = this.afn;
|
|
1156
1156
|
break;
|
|
1157
1157
|
case "YAxisMinimumValue":
|
|
1158
|
-
this.yAxis.
|
|
1158
|
+
this.yAxis.l5 = this.afi;
|
|
1159
1159
|
break;
|
|
1160
1160
|
case "YAxisMaximumValue":
|
|
1161
|
-
this.yAxis.
|
|
1161
|
+
this.yAxis.l4 = this.afh;
|
|
1162
1162
|
break;
|
|
1163
1163
|
case "YAxisMinorInterval":
|
|
1164
|
-
this.yAxis.
|
|
1164
|
+
this.yAxis.l6 = this.afj;
|
|
1165
1165
|
break;
|
|
1166
1166
|
case "NegativeBrushes":
|
|
1167
1167
|
case "NegativeOutlines":
|
|
1168
|
-
this.
|
|
1168
|
+
this.agt(function (d, e) {
|
|
1169
1169
|
if (d.d6) {
|
|
1170
|
-
d.ms(ArrayExtension.getModulus$1(Brush.$, _this.
|
|
1170
|
+
d.ms(ArrayExtension.getModulus$1(Brush.$, _this.ac3, e), ArrayExtension.getModulus$1(Brush.$, _this.ac4, e));
|
|
1171
1171
|
}
|
|
1172
1172
|
});
|
|
1173
1173
|
break;
|
|
1174
1174
|
case "YAxisAbbreviateLargeNumbers":
|
|
1175
|
-
this.
|
|
1175
|
+
this.abk(function (d) { return d.la = _this.ad9; });
|
|
1176
1176
|
break;
|
|
1177
1177
|
case "IsCategoryHighlightingEnabled":
|
|
1178
1178
|
case "IsItemHighlightingEnabled":
|
|
1179
|
-
this.
|
|
1179
|
+
this.ti();
|
|
1180
1180
|
break;
|
|
1181
1181
|
case "AutoMarginAndAngleUpdateMode":
|
|
1182
|
-
this.
|
|
1182
|
+
this.so(function (d) { return d.t5 = _this.ac6; });
|
|
1183
1183
|
break;
|
|
1184
1184
|
case "ShouldAutoExpandMarginForInitialLabels":
|
|
1185
|
-
this.
|
|
1185
|
+
this.so(function (d) { return d.u0 = _this.ad6; });
|
|
1186
1186
|
break;
|
|
1187
|
-
case CategoryChart.
|
|
1188
|
-
this.
|
|
1187
|
+
case CategoryChart.af1:
|
|
1188
|
+
this.so(function (d) { return d.u3 = _this.ad7; });
|
|
1189
1189
|
break;
|
|
1190
1190
|
case "AutoExpandMarginExtraPadding":
|
|
1191
|
-
this.
|
|
1191
|
+
this.so(function (d) { return d.vq = _this.aev; });
|
|
1192
1192
|
break;
|
|
1193
1193
|
case "AutoExpandMarginMaximumValue":
|
|
1194
|
-
this.
|
|
1194
|
+
this.so(function (d) { return d.vr = _this.aew; });
|
|
1195
1195
|
break;
|
|
1196
|
-
case CategoryChart.
|
|
1197
|
-
this.
|
|
1196
|
+
case CategoryChart.af6:
|
|
1197
|
+
this.abg(function (d) { return d.b1 = _this.ad8; }, a);
|
|
1198
1198
|
break;
|
|
1199
|
-
case CategoryChart.
|
|
1200
|
-
this.
|
|
1199
|
+
case CategoryChart.agk:
|
|
1200
|
+
this.abk(function (d) { return d.b1 = _this.aea; });
|
|
1201
1201
|
break;
|
|
1202
1202
|
}
|
|
1203
1203
|
};
|
|
1204
1204
|
CategoryChart.$t = markType(CategoryChart, 'CategoryChart', XYChart.$);
|
|
1205
|
-
CategoryChart.
|
|
1206
|
-
CategoryChart.
|
|
1207
|
-
CategoryChart.
|
|
1205
|
+
CategoryChart.af1 = "ShouldConsiderAutoRotationForInitialLabels";
|
|
1206
|
+
CategoryChart.af6 = "XAxisEnhancedIntervalPreferMoreCategoryLabels";
|
|
1207
|
+
CategoryChart.agk = "YAxisEnhancedIntervalPreferMoreCategoryLabels";
|
|
1208
1208
|
return CategoryChart;
|
|
1209
1209
|
}(XYChart));
|
|
1210
1210
|
export { CategoryChart };
|