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
|
@@ -41,80 +41,80 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
41
41
|
return;
|
|
42
42
|
}
|
|
43
43
|
let a = this.dataChart.cu.j.e();
|
|
44
|
-
this.
|
|
45
|
-
this.
|
|
46
|
-
if (this.
|
|
47
|
-
this.
|
|
48
|
-
}
|
|
49
|
-
if (this.
|
|
50
|
-
this.
|
|
51
|
-
}
|
|
52
|
-
this.
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
55
|
-
this.
|
|
56
|
-
this.
|
|
57
|
-
this.
|
|
58
|
-
this.
|
|
59
|
-
this.
|
|
44
|
+
this.ac3 = a.d;
|
|
45
|
+
this.ac4 = a.e;
|
|
46
|
+
if (this.acd == null) {
|
|
47
|
+
this.acd = a.k;
|
|
48
|
+
}
|
|
49
|
+
if (this.ack == null) {
|
|
50
|
+
this.ack = a.k;
|
|
51
|
+
}
|
|
52
|
+
this.yc = 0;
|
|
53
|
+
this.acl = AxisDefaults.h;
|
|
54
|
+
this.aco = null;
|
|
55
|
+
this.ach = AxisDefaults.g;
|
|
56
|
+
this.ace = null;
|
|
57
|
+
this.xv = AxisDefaults.f;
|
|
58
|
+
this.aci = AxisDefaults.j;
|
|
59
|
+
this.xw = AxisDefaults.e;
|
|
60
60
|
this.fm = true;
|
|
61
61
|
this.fn = true;
|
|
62
62
|
this.a9 = 0;
|
|
63
63
|
this.h9 = Defaults.j;
|
|
64
|
-
this.
|
|
65
|
-
this.
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
64
|
+
this.up = Defaults.ae;
|
|
65
|
+
this.uk = Defaults.af;
|
|
66
|
+
this.ul = Defaults.ag;
|
|
67
|
+
this.ad5 = true;
|
|
68
68
|
}
|
|
69
69
|
sb(a, b) {
|
|
70
70
|
super.sb(a, b);
|
|
71
|
-
a.hs = this.
|
|
72
|
-
a.ch = this.
|
|
71
|
+
a.hs = this.afm;
|
|
72
|
+
a.ch = this.adq;
|
|
73
73
|
}
|
|
74
|
-
|
|
75
|
-
super.
|
|
74
|
+
sz(a, b, c) {
|
|
75
|
+
super.sz(a, b, c);
|
|
76
76
|
switch (a) {
|
|
77
77
|
case "TransitionInDuration":
|
|
78
|
-
this.ry((d) => d.hs = this.
|
|
78
|
+
this.ry((d) => d.hs = this.afm);
|
|
79
79
|
break;
|
|
80
80
|
case "TransitionInEasingFunction":
|
|
81
|
-
this.ry((d) => d.ch = this.
|
|
81
|
+
this.ry((d) => d.ch = this.adq);
|
|
82
82
|
break;
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
|
-
get
|
|
86
|
-
return this.
|
|
85
|
+
get afm() {
|
|
86
|
+
return this.afk;
|
|
87
87
|
}
|
|
88
|
-
set
|
|
89
|
-
let b = this.
|
|
88
|
+
set afm(a) {
|
|
89
|
+
let b = this.afm;
|
|
90
90
|
if (a != b) {
|
|
91
|
-
this.
|
|
92
|
-
this.
|
|
91
|
+
this.afk = a;
|
|
92
|
+
this.sw("TransitionInDuration", b, this.afm);
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
|
-
get
|
|
96
|
-
return this.
|
|
95
|
+
get adq() {
|
|
96
|
+
return this.adp;
|
|
97
97
|
}
|
|
98
|
-
set
|
|
99
|
-
let b = this.
|
|
98
|
+
set adq(a) {
|
|
99
|
+
let b = this.adq;
|
|
100
100
|
if (a != b) {
|
|
101
|
-
this.
|
|
102
|
-
this.
|
|
101
|
+
this.adp = a;
|
|
102
|
+
this.sw("TransitionInEasingFunction", b, this.adq);
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
|
-
|
|
105
|
+
afs() {
|
|
106
106
|
let cvd_ = this.j9();
|
|
107
107
|
cvd_.scaleByViewport();
|
|
108
108
|
return (cvd_.serialize());
|
|
109
109
|
}
|
|
110
110
|
r4(a) {
|
|
111
111
|
super.r4(a);
|
|
112
|
-
a.
|
|
113
|
-
a.
|
|
114
|
-
a.
|
|
115
|
-
a.
|
|
116
|
-
a.
|
|
117
|
-
a.
|
|
112
|
+
a.dt = this.fh;
|
|
113
|
+
a.u0 = this.ad6;
|
|
114
|
+
a.u3 = this.ad7;
|
|
115
|
+
a.vq = this.aev;
|
|
116
|
+
a.vr = this.aew;
|
|
117
|
+
a.t5 = this.ac6;
|
|
118
118
|
}
|
|
119
119
|
sa(a, b) {
|
|
120
120
|
super.sa(a, b);
|
|
@@ -122,54 +122,54 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
122
122
|
if (c == null) {
|
|
123
123
|
return;
|
|
124
124
|
}
|
|
125
|
-
c.tr = this.
|
|
126
|
-
c.so = this.
|
|
127
|
-
c.r8 = this.
|
|
128
|
-
c.cb = this.
|
|
125
|
+
c.tr = this.adc;
|
|
126
|
+
c.so = this.ad5;
|
|
127
|
+
c.r8 = this.ade;
|
|
128
|
+
c.cb = this.ado;
|
|
129
129
|
c.trendLineBrush = ArrayExtension.getModulus$1(Brush.$, this.ah, b);
|
|
130
130
|
c.trendLineType = this.dq;
|
|
131
131
|
c.trendLineThickness = this.i7;
|
|
132
132
|
c.ql = this.cr(a, b);
|
|
133
133
|
if (a.d6) {
|
|
134
|
-
a.ms(ArrayExtension.getModulus$1(Brush.$, this.
|
|
134
|
+
a.ms(ArrayExtension.getModulus$1(Brush.$, this.ac3, b), ArrayExtension.getModulus$1(Brush.$, this.ac4, b));
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
|
-
|
|
137
|
+
adf() {
|
|
138
138
|
return new CategoryXAxis();
|
|
139
139
|
}
|
|
140
|
-
|
|
140
|
+
adj() {
|
|
141
141
|
return new NumericYAxis();
|
|
142
142
|
}
|
|
143
143
|
rn() {
|
|
144
|
-
this.xAxis = this.
|
|
144
|
+
this.xAxis = this.adf();
|
|
145
145
|
this.xAxis.name = "xAxis";
|
|
146
146
|
let a = this.xAxis;
|
|
147
|
-
a.propertyChanged = delegateCombine(a.propertyChanged, runOn(this, this.
|
|
148
|
-
this.yAxis = this.
|
|
147
|
+
a.propertyChanged = delegateCombine(a.propertyChanged, runOn(this, this.agu));
|
|
148
|
+
this.yAxis = this.adj();
|
|
149
149
|
this.yAxis.name = "yAxis";
|
|
150
150
|
let b = this.yAxis;
|
|
151
|
-
b.propertyChanged = delegateCombine(b.propertyChanged, runOn(this, this.
|
|
152
|
-
if (this.xAxis.
|
|
153
|
-
this.xAxis.
|
|
151
|
+
b.propertyChanged = delegateCombine(b.propertyChanged, runOn(this, this.agv));
|
|
152
|
+
if (this.xAxis.az == null) {
|
|
153
|
+
this.xAxis.az = new AxisLabelSettings();
|
|
154
154
|
}
|
|
155
|
-
if (this.yAxis.
|
|
156
|
-
this.yAxis.
|
|
155
|
+
if (this.yAxis.az == null) {
|
|
156
|
+
this.yAxis.az = new AxisLabelSettings();
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
|
-
|
|
160
|
-
super.
|
|
161
|
-
a.
|
|
162
|
-
a.
|
|
163
|
-
a.
|
|
159
|
+
abd(a) {
|
|
160
|
+
super.abd(a);
|
|
161
|
+
a.la = this.ad9;
|
|
162
|
+
a.ld = this.aeb;
|
|
163
|
+
a.b1 = this.aea;
|
|
164
164
|
}
|
|
165
|
-
|
|
166
|
-
super.
|
|
167
|
-
a.
|
|
168
|
-
a.zoomMaximumCategoryRange = this.
|
|
169
|
-
a.zoomToCategoryRange = this.
|
|
170
|
-
a.zoomToCategoryStart = this.
|
|
171
|
-
a.zoomMaximumItemSpan = this.
|
|
172
|
-
a.zoomToItemSpan = this.
|
|
165
|
+
abb(a) {
|
|
166
|
+
super.abb(a);
|
|
167
|
+
a.b1 = this.ad8;
|
|
168
|
+
a.zoomMaximumCategoryRange = this.ae9;
|
|
169
|
+
a.zoomToCategoryRange = this.afb;
|
|
170
|
+
a.zoomToCategoryStart = this.afc;
|
|
171
|
+
a.zoomMaximumItemSpan = this.afa;
|
|
172
|
+
a.zoomToItemSpan = this.afd;
|
|
173
173
|
}
|
|
174
174
|
get_b1() {
|
|
175
175
|
return 0;
|
|
@@ -177,34 +177,24 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
177
177
|
get b1() {
|
|
178
178
|
return this.get_b1();
|
|
179
179
|
}
|
|
180
|
-
get
|
|
181
|
-
return this.
|
|
180
|
+
get ada() {
|
|
181
|
+
return this.ac9;
|
|
182
182
|
}
|
|
183
|
-
set
|
|
184
|
-
if (a != this.
|
|
185
|
-
let b = this.
|
|
186
|
-
this.
|
|
187
|
-
this.
|
|
183
|
+
set ada(a) {
|
|
184
|
+
if (a != this.ac9) {
|
|
185
|
+
let b = this.ada;
|
|
186
|
+
this.ac9 = a;
|
|
187
|
+
this.sw("ChartType", enumGetBox(CategoryChartType_$type, b), enumGetBox(CategoryChartType_$type, this.ada));
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
|
-
get
|
|
191
|
-
return this.
|
|
190
|
+
get adc() {
|
|
191
|
+
return this.adb;
|
|
192
192
|
}
|
|
193
|
-
set
|
|
194
|
-
let b = this.
|
|
193
|
+
set adc(a) {
|
|
194
|
+
let b = this.adc;
|
|
195
195
|
if (a != b) {
|
|
196
|
-
this.
|
|
197
|
-
this.
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
get ad3() {
|
|
201
|
-
return this.ads;
|
|
202
|
-
}
|
|
203
|
-
set ad3(a) {
|
|
204
|
-
let b = this.ad3;
|
|
205
|
-
if (a != b) {
|
|
206
|
-
this.ads = a;
|
|
207
|
-
this.sv("IsSplineShapePartOfRange", b, this.ad3);
|
|
196
|
+
this.adb = a;
|
|
197
|
+
this.sw("MarkerCollisionAvoidance", enumGetBox(CategorySeriesMarkerCollisionAvoidance_$type, b), enumGetBox(CategorySeriesMarkerCollisionAvoidance_$type, this.adc));
|
|
208
198
|
}
|
|
209
199
|
}
|
|
210
200
|
get ad4() {
|
|
@@ -214,27 +204,57 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
214
204
|
let b = this.ad4;
|
|
215
205
|
if (a != b) {
|
|
216
206
|
this.adt = a;
|
|
217
|
-
this.
|
|
207
|
+
this.sw("IsSplineShapePartOfRange", b, this.ad4);
|
|
218
208
|
}
|
|
219
209
|
}
|
|
220
|
-
get
|
|
221
|
-
return this.
|
|
210
|
+
get ad5() {
|
|
211
|
+
return this.adu;
|
|
212
|
+
}
|
|
213
|
+
set ad5(a) {
|
|
214
|
+
let b = this.ad5;
|
|
215
|
+
if (a != b) {
|
|
216
|
+
this.adu = a;
|
|
217
|
+
this.sw("IsTransitionInEnabled", b, this.ad5);
|
|
218
|
+
}
|
|
222
219
|
}
|
|
223
|
-
|
|
224
|
-
|
|
220
|
+
get ade() {
|
|
221
|
+
return this.add;
|
|
222
|
+
}
|
|
223
|
+
set ade(a) {
|
|
224
|
+
let b = this.ade;
|
|
225
225
|
if (a != b) {
|
|
226
|
-
this.
|
|
227
|
-
this.
|
|
226
|
+
this.add = a;
|
|
227
|
+
this.sw("TransitionInMode", enumGetBox(CategoryTransitionInMode_$type, b), enumGetBox(CategoryTransitionInMode_$type, this.ade));
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
|
-
get
|
|
231
|
-
return this.
|
|
230
|
+
get ado() {
|
|
231
|
+
return this.adn;
|
|
232
232
|
}
|
|
233
|
-
set
|
|
234
|
-
let b = this.
|
|
233
|
+
set ado(a) {
|
|
234
|
+
let b = this.ado;
|
|
235
235
|
if (a != b) {
|
|
236
|
-
this.
|
|
237
|
-
this.
|
|
236
|
+
this.adn = a;
|
|
237
|
+
this.sw("TransitionInSpeedType", enumGetBox(TransitionInSpeedType_$type, b), enumGetBox(TransitionInSpeedType_$type, this.ado));
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
get ae4() {
|
|
241
|
+
return this.aeh;
|
|
242
|
+
}
|
|
243
|
+
set ae4(a) {
|
|
244
|
+
let b = this.ae4;
|
|
245
|
+
if (a != b) {
|
|
246
|
+
this.aeh = a;
|
|
247
|
+
this.sw("XAxisInterval", b, this.ae4);
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
get ae7() {
|
|
251
|
+
return this.aek;
|
|
252
|
+
}
|
|
253
|
+
set ae7(a) {
|
|
254
|
+
let b = this.ae7;
|
|
255
|
+
if (a != b) {
|
|
256
|
+
this.aek = a;
|
|
257
|
+
this.sw("XAxisMinorInterval", b, this.ae7);
|
|
238
258
|
}
|
|
239
259
|
}
|
|
240
260
|
get ae3() {
|
|
@@ -244,7 +264,7 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
244
264
|
let b = this.ae3;
|
|
245
265
|
if (a != b) {
|
|
246
266
|
this.aeg = a;
|
|
247
|
-
this.
|
|
267
|
+
this.sw("XAxisGap", b, this.ae3);
|
|
248
268
|
}
|
|
249
269
|
}
|
|
250
270
|
get ae6() {
|
|
@@ -254,17 +274,7 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
254
274
|
let b = this.ae6;
|
|
255
275
|
if (a != b) {
|
|
256
276
|
this.aej = a;
|
|
257
|
-
this.
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
get ae2() {
|
|
261
|
-
return this.aef;
|
|
262
|
-
}
|
|
263
|
-
set ae2(a) {
|
|
264
|
-
let b = this.ae2;
|
|
265
|
-
if (a != b) {
|
|
266
|
-
this.aef = a;
|
|
267
|
-
this.sv("XAxisGap", b, this.ae2);
|
|
277
|
+
this.sw("XAxisMinimumGapSize", b, this.ae6);
|
|
268
278
|
}
|
|
269
279
|
}
|
|
270
280
|
get ae5() {
|
|
@@ -274,62 +284,42 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
274
284
|
let b = this.ae5;
|
|
275
285
|
if (a != b) {
|
|
276
286
|
this.aei = a;
|
|
277
|
-
this.
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
get ae4() {
|
|
281
|
-
return this.aeh;
|
|
282
|
-
}
|
|
283
|
-
set ae4(a) {
|
|
284
|
-
let b = this.ae4;
|
|
285
|
-
if (a != b) {
|
|
286
|
-
this.aeh = a;
|
|
287
|
-
this.sv("XAxisMaximumGap", b, this.ae4);
|
|
287
|
+
this.sw("XAxisMaximumGap", b, this.ae5);
|
|
288
288
|
}
|
|
289
289
|
}
|
|
290
|
-
get
|
|
291
|
-
return this.
|
|
290
|
+
get ae8() {
|
|
291
|
+
return this.ael;
|
|
292
292
|
}
|
|
293
|
-
set
|
|
294
|
-
let b = this.
|
|
293
|
+
set ae8(a) {
|
|
294
|
+
let b = this.ae8;
|
|
295
295
|
if (a != b) {
|
|
296
|
-
this.
|
|
297
|
-
this.
|
|
296
|
+
this.ael = a;
|
|
297
|
+
this.sw("XAxisOverlap", b, this.ae8);
|
|
298
298
|
}
|
|
299
299
|
}
|
|
300
|
-
get
|
|
301
|
-
return this.
|
|
300
|
+
get afg() {
|
|
301
|
+
return this.aer;
|
|
302
302
|
}
|
|
303
|
-
set
|
|
304
|
-
let b = this.
|
|
303
|
+
set afg(a) {
|
|
304
|
+
let b = this.afg;
|
|
305
305
|
if (a != b) {
|
|
306
|
-
this.
|
|
307
|
-
this.
|
|
306
|
+
this.aer = a;
|
|
307
|
+
this.sw("YAxisInterval", b, this.afg);
|
|
308
308
|
}
|
|
309
309
|
}
|
|
310
|
-
get
|
|
311
|
-
return this.
|
|
310
|
+
get ac6() {
|
|
311
|
+
return this.ac5;
|
|
312
312
|
}
|
|
313
|
-
set
|
|
314
|
-
let b = this.
|
|
313
|
+
set ac6(a) {
|
|
314
|
+
let b = this.ac6;
|
|
315
315
|
if (a != b) {
|
|
316
|
-
this.
|
|
317
|
-
this.
|
|
316
|
+
this.ac5 = a;
|
|
317
|
+
this.sw("AutoMarginAndAngleUpdateMode", enumGetBox(AutoMarginsAndAngleUpdateMode_$type, b), enumGetBox(AutoMarginsAndAngleUpdateMode_$type, this.ac6));
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
|
-
|
|
320
|
+
agw() {
|
|
321
321
|
if (this.dataChart != null) {
|
|
322
|
-
this.dataChart.
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
get ad5() {
|
|
326
|
-
return this.adu;
|
|
327
|
-
}
|
|
328
|
-
set ad5(a) {
|
|
329
|
-
let b = this.ad5;
|
|
330
|
-
if (a != b) {
|
|
331
|
-
this.adu = a;
|
|
332
|
-
this.sv("ShouldAutoExpandMarginForInitialLabels", b, this.ad5);
|
|
322
|
+
this.dataChart.xb();
|
|
333
323
|
}
|
|
334
324
|
}
|
|
335
325
|
get ad6() {
|
|
@@ -339,17 +329,17 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
339
329
|
let b = this.ad6;
|
|
340
330
|
if (a != b) {
|
|
341
331
|
this.adv = a;
|
|
342
|
-
this.
|
|
332
|
+
this.sw("ShouldAutoExpandMarginForInitialLabels", b, this.ad6);
|
|
343
333
|
}
|
|
344
334
|
}
|
|
345
|
-
get
|
|
346
|
-
return this.
|
|
335
|
+
get ad7() {
|
|
336
|
+
return this.adw;
|
|
347
337
|
}
|
|
348
|
-
set
|
|
349
|
-
let b = this.
|
|
338
|
+
set ad7(a) {
|
|
339
|
+
let b = this.ad7;
|
|
350
340
|
if (a != b) {
|
|
351
|
-
this.
|
|
352
|
-
this.
|
|
341
|
+
this.adw = a;
|
|
342
|
+
this.sw(CategoryChart.af1, b, this.ad7);
|
|
353
343
|
}
|
|
354
344
|
}
|
|
355
345
|
get aev() {
|
|
@@ -359,7 +349,37 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
359
349
|
let b = this.aev;
|
|
360
350
|
if (a != b) {
|
|
361
351
|
this.aee = a;
|
|
362
|
-
this.
|
|
352
|
+
this.sw("AutoExpandMarginExtraPadding", b, this.aev);
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
get aew() {
|
|
356
|
+
return this.aef;
|
|
357
|
+
}
|
|
358
|
+
set aew(a) {
|
|
359
|
+
let b = this.aew;
|
|
360
|
+
if (a != b) {
|
|
361
|
+
this.aef = a;
|
|
362
|
+
this.sw("AutoExpandMarginMaximumValue", b, this.aew);
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
get aeb() {
|
|
366
|
+
return this.ad0;
|
|
367
|
+
}
|
|
368
|
+
set aeb(a) {
|
|
369
|
+
let b = this.aeb;
|
|
370
|
+
if (a != b) {
|
|
371
|
+
this.ad0 = a;
|
|
372
|
+
this.sw("YAxisFavorLabellingScaleEnd", b, this.aeb);
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
get ad8() {
|
|
376
|
+
return this.adx;
|
|
377
|
+
}
|
|
378
|
+
set ad8(a) {
|
|
379
|
+
let b = this.ad8;
|
|
380
|
+
if (a != b) {
|
|
381
|
+
this.adx = a;
|
|
382
|
+
this.sw(CategoryChart.af6, b, this.ad8);
|
|
363
383
|
}
|
|
364
384
|
}
|
|
365
385
|
get aea() {
|
|
@@ -369,57 +389,47 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
369
389
|
let b = this.aea;
|
|
370
390
|
if (a != b) {
|
|
371
391
|
this.adz = a;
|
|
372
|
-
this.
|
|
392
|
+
this.sw(CategoryChart.agk, b, this.aea);
|
|
373
393
|
}
|
|
374
394
|
}
|
|
375
|
-
get
|
|
376
|
-
return this.
|
|
395
|
+
get ac8() {
|
|
396
|
+
return this.ac7;
|
|
377
397
|
}
|
|
378
|
-
set
|
|
379
|
-
let b = this.
|
|
398
|
+
set ac8(a) {
|
|
399
|
+
let b = this.ac8;
|
|
380
400
|
if (a != b) {
|
|
381
|
-
this.
|
|
382
|
-
this.
|
|
401
|
+
this.ac7 = a;
|
|
402
|
+
this.sw("YAxisAutoRangeBufferMode", enumGetBox(AxisRangeBufferMode_$type, b), enumGetBox(AxisRangeBufferMode_$type, this.ac8));
|
|
383
403
|
}
|
|
384
404
|
}
|
|
385
|
-
get
|
|
386
|
-
return this.
|
|
405
|
+
get aec() {
|
|
406
|
+
return this.ad1;
|
|
387
407
|
}
|
|
388
|
-
set
|
|
389
|
-
let b = this.
|
|
408
|
+
set aec(a) {
|
|
409
|
+
let b = this.aec;
|
|
390
410
|
if (a != b) {
|
|
391
|
-
this.
|
|
392
|
-
this.
|
|
411
|
+
this.ad1 = a;
|
|
412
|
+
this.sw("YAxisIsLogarithmic", b, this.aec);
|
|
393
413
|
}
|
|
394
414
|
}
|
|
395
|
-
get
|
|
396
|
-
return this.
|
|
415
|
+
get afn() {
|
|
416
|
+
return this.afl;
|
|
397
417
|
}
|
|
398
|
-
set
|
|
399
|
-
let b = this.
|
|
418
|
+
set afn(a) {
|
|
419
|
+
let b = this.afn;
|
|
400
420
|
if (a != b) {
|
|
401
|
-
this.
|
|
402
|
-
this.
|
|
421
|
+
this.afl = a;
|
|
422
|
+
this.sw("YAxisLogarithmBase", b, this.afn);
|
|
403
423
|
}
|
|
404
424
|
}
|
|
405
|
-
get
|
|
406
|
-
return this.
|
|
407
|
-
}
|
|
408
|
-
set aeb(a) {
|
|
409
|
-
let b = this.aeb;
|
|
410
|
-
if (a != b) {
|
|
411
|
-
this.ad0 = a;
|
|
412
|
-
this.sv("YAxisIsLogarithmic", b, this.aeb);
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
get afm() {
|
|
416
|
-
return this.afk;
|
|
425
|
+
get afi() {
|
|
426
|
+
return this.aet;
|
|
417
427
|
}
|
|
418
|
-
set
|
|
419
|
-
let b = this.
|
|
428
|
+
set afi(a) {
|
|
429
|
+
let b = this.afi;
|
|
420
430
|
if (a != b) {
|
|
421
|
-
this.
|
|
422
|
-
this.
|
|
431
|
+
this.aet = a;
|
|
432
|
+
this.sw("YAxisMinimumValue", b, this.afi);
|
|
423
433
|
}
|
|
424
434
|
}
|
|
425
435
|
get afh() {
|
|
@@ -429,34 +439,30 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
429
439
|
let b = this.afh;
|
|
430
440
|
if (a != b) {
|
|
431
441
|
this.aes = a;
|
|
432
|
-
this.
|
|
442
|
+
this.sw("YAxisMaximumValue", b, this.afh);
|
|
433
443
|
}
|
|
434
444
|
}
|
|
435
|
-
get
|
|
436
|
-
return this.
|
|
445
|
+
get afj() {
|
|
446
|
+
return this.aeu;
|
|
437
447
|
}
|
|
438
|
-
set
|
|
439
|
-
let b = this.
|
|
448
|
+
set afj(a) {
|
|
449
|
+
let b = this.afj;
|
|
440
450
|
if (a != b) {
|
|
441
|
-
this.
|
|
442
|
-
this.
|
|
451
|
+
this.aeu = a;
|
|
452
|
+
this.sw("YAxisMinorInterval", b, this.afj);
|
|
443
453
|
}
|
|
444
454
|
}
|
|
445
|
-
get
|
|
446
|
-
return this.
|
|
447
|
-
}
|
|
448
|
-
set afi(a) {
|
|
449
|
-
let b = this.afi;
|
|
450
|
-
if (a != b) {
|
|
451
|
-
this.aet = a;
|
|
452
|
-
this.sv("YAxisMinorInterval", b, this.afi);
|
|
453
|
-
}
|
|
455
|
+
get ae2() {
|
|
456
|
+
return this.xAxis.mw;
|
|
454
457
|
}
|
|
455
458
|
get ae1() {
|
|
456
459
|
return this.xAxis.mv;
|
|
457
460
|
}
|
|
458
|
-
|
|
459
|
-
return this.
|
|
461
|
+
aey() {
|
|
462
|
+
return this.ae2;
|
|
463
|
+
}
|
|
464
|
+
ae0() {
|
|
465
|
+
return this.aff;
|
|
460
466
|
}
|
|
461
467
|
aex() {
|
|
462
468
|
return this.ae1;
|
|
@@ -464,28 +470,12 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
464
470
|
aez() {
|
|
465
471
|
return this.afe;
|
|
466
472
|
}
|
|
467
|
-
|
|
468
|
-
return this.
|
|
469
|
-
}
|
|
470
|
-
aey() {
|
|
471
|
-
return this.afd;
|
|
473
|
+
get aff() {
|
|
474
|
+
return this.yAxis.lx;
|
|
472
475
|
}
|
|
473
476
|
get afe() {
|
|
474
477
|
return this.yAxis.lw;
|
|
475
478
|
}
|
|
476
|
-
get afd() {
|
|
477
|
-
return this.yAxis.lv;
|
|
478
|
-
}
|
|
479
|
-
get ac2() {
|
|
480
|
-
return this.ac0;
|
|
481
|
-
}
|
|
482
|
-
set ac2(a) {
|
|
483
|
-
let b = this.ac2;
|
|
484
|
-
if (a != b) {
|
|
485
|
-
this.ac0 = a;
|
|
486
|
-
this.sv("NegativeBrushes", b, this.ac2);
|
|
487
|
-
}
|
|
488
|
-
}
|
|
489
479
|
get ac3() {
|
|
490
480
|
return this.ac1;
|
|
491
481
|
}
|
|
@@ -493,27 +483,27 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
493
483
|
let b = this.ac3;
|
|
494
484
|
if (a != b) {
|
|
495
485
|
this.ac1 = a;
|
|
496
|
-
this.
|
|
486
|
+
this.sw("NegativeBrushes", b, this.ac3);
|
|
497
487
|
}
|
|
498
488
|
}
|
|
499
|
-
get
|
|
500
|
-
return this.
|
|
489
|
+
get ac4() {
|
|
490
|
+
return this.ac2;
|
|
501
491
|
}
|
|
502
|
-
set
|
|
503
|
-
let b = this.
|
|
492
|
+
set ac4(a) {
|
|
493
|
+
let b = this.ac4;
|
|
504
494
|
if (a != b) {
|
|
505
|
-
this.
|
|
506
|
-
this.
|
|
495
|
+
this.ac2 = a;
|
|
496
|
+
this.sw("NegativeOutlines", b, this.ac4);
|
|
507
497
|
}
|
|
508
498
|
}
|
|
509
|
-
get
|
|
510
|
-
return this.
|
|
499
|
+
get ad9() {
|
|
500
|
+
return this.ady;
|
|
511
501
|
}
|
|
512
|
-
set
|
|
513
|
-
let b = this.
|
|
502
|
+
set ad9(a) {
|
|
503
|
+
let b = this.ad9;
|
|
514
504
|
if (a != b) {
|
|
515
|
-
this.
|
|
516
|
-
this.
|
|
505
|
+
this.ady = a;
|
|
506
|
+
this.sw("YAxisAbbreviateLargeNumbers", b, this.ad9);
|
|
517
507
|
}
|
|
518
508
|
}
|
|
519
509
|
get ae9() {
|
|
@@ -523,7 +513,7 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
523
513
|
let b = this.ae9;
|
|
524
514
|
if (a != b) {
|
|
525
515
|
this.aem = a;
|
|
526
|
-
this.
|
|
516
|
+
this.sw("XAxisZoomMaximumCategoryRange", b, this.ae9);
|
|
527
517
|
}
|
|
528
518
|
}
|
|
529
519
|
get afa() {
|
|
@@ -533,7 +523,7 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
533
523
|
let b = this.afa;
|
|
534
524
|
if (a != b) {
|
|
535
525
|
this.aen = a;
|
|
536
|
-
this.
|
|
526
|
+
this.sw("XAxisZoomMaximumItemSpan", b, this.afa);
|
|
537
527
|
}
|
|
538
528
|
}
|
|
539
529
|
get afb() {
|
|
@@ -543,7 +533,7 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
543
533
|
let b = this.afb;
|
|
544
534
|
if (a != b) {
|
|
545
535
|
this.aeo = a;
|
|
546
|
-
this.
|
|
536
|
+
this.sw("XAxisZoomToCategoryRange", b, this.afb);
|
|
547
537
|
}
|
|
548
538
|
}
|
|
549
539
|
get afc() {
|
|
@@ -553,17 +543,17 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
553
543
|
let b = this.afc;
|
|
554
544
|
if (a != b) {
|
|
555
545
|
this.aep = a;
|
|
556
|
-
this.
|
|
546
|
+
this.sw("XAxisZoomToCategoryStart", b, this.afc);
|
|
557
547
|
}
|
|
558
548
|
}
|
|
559
|
-
get
|
|
560
|
-
return this.
|
|
549
|
+
get afd() {
|
|
550
|
+
return this.aeq;
|
|
561
551
|
}
|
|
562
|
-
set
|
|
563
|
-
let b = this.
|
|
552
|
+
set afd(a) {
|
|
553
|
+
let b = this.afd;
|
|
564
554
|
if (a != b) {
|
|
565
|
-
this.
|
|
566
|
-
this.
|
|
555
|
+
this.aeq = a;
|
|
556
|
+
this.sw("XAxisZoomToItemSpan", b, this.afd);
|
|
567
557
|
}
|
|
568
558
|
}
|
|
569
559
|
get ad2() {
|
|
@@ -573,51 +563,61 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
573
563
|
let b = this.ad2;
|
|
574
564
|
if (a != b) {
|
|
575
565
|
this.adr = a;
|
|
576
|
-
this.
|
|
566
|
+
this.sw("IsCategoryHighlightingEnabled", b, this.ad2);
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
get ad3() {
|
|
570
|
+
return this.ads;
|
|
571
|
+
}
|
|
572
|
+
set ad3(a) {
|
|
573
|
+
let b = this.ad3;
|
|
574
|
+
if (a != b) {
|
|
575
|
+
this.ads = a;
|
|
576
|
+
this.sw("IsItemHighlightingEnabled", b, this.ad3);
|
|
577
577
|
}
|
|
578
578
|
}
|
|
579
579
|
constructor() {
|
|
580
580
|
super();
|
|
581
|
-
this.
|
|
582
|
-
this.
|
|
583
|
-
this.
|
|
584
|
-
this.
|
|
585
|
-
this.
|
|
586
|
-
this.
|
|
587
|
-
this.
|
|
588
|
-
this.
|
|
581
|
+
this.afk = 1000;
|
|
582
|
+
this.adp = null;
|
|
583
|
+
this.ac9 = 9;
|
|
584
|
+
this.adb = 1;
|
|
585
|
+
this.adt = false;
|
|
586
|
+
this.adu = true;
|
|
587
|
+
this.add = 0;
|
|
588
|
+
this.adn = 0;
|
|
589
|
+
this.aeh = 0;
|
|
590
|
+
this.aek = 0;
|
|
589
591
|
this.aeg = 0;
|
|
590
592
|
this.aej = 0;
|
|
591
|
-
this.
|
|
592
|
-
this.
|
|
593
|
-
this.
|
|
594
|
-
this.
|
|
595
|
-
this.aeq = NaN;
|
|
596
|
-
this.ac4 = 1;
|
|
597
|
-
this.adu = true;
|
|
593
|
+
this.aei = 1;
|
|
594
|
+
this.ael = 0;
|
|
595
|
+
this.aer = NaN;
|
|
596
|
+
this.ac5 = 1;
|
|
598
597
|
this.adv = true;
|
|
599
|
-
this.aed = DeviceUtils.g(2);
|
|
600
|
-
this.aee = DeviceUtils.g(60);
|
|
601
|
-
this.adz = true;
|
|
602
598
|
this.adw = true;
|
|
603
|
-
this.
|
|
604
|
-
this.
|
|
605
|
-
this.ad0 =
|
|
606
|
-
this.
|
|
599
|
+
this.aee = DeviceUtils.g(2);
|
|
600
|
+
this.aef = DeviceUtils.g(60);
|
|
601
|
+
this.ad0 = true;
|
|
602
|
+
this.adx = true;
|
|
603
|
+
this.adz = false;
|
|
604
|
+
this.ac7 = 0;
|
|
605
|
+
this.ad1 = false;
|
|
606
|
+
this.afl = 10;
|
|
607
|
+
this.aet = NaN;
|
|
607
608
|
this.aes = NaN;
|
|
608
|
-
this.
|
|
609
|
-
this.aet = 0;
|
|
610
|
-
this.ac0 = null;
|
|
609
|
+
this.aeu = 0;
|
|
611
610
|
this.ac1 = null;
|
|
612
|
-
this.
|
|
613
|
-
this.
|
|
614
|
-
this.aem =
|
|
611
|
+
this.ac2 = null;
|
|
612
|
+
this.ady = true;
|
|
613
|
+
this.aem = 3;
|
|
615
614
|
this.aen = NaN;
|
|
616
615
|
this.aeo = NaN;
|
|
617
616
|
this.aep = NaN;
|
|
618
|
-
this.
|
|
617
|
+
this.aeq = NaN;
|
|
619
618
|
this.adr = false;
|
|
620
|
-
this.
|
|
619
|
+
this.ads = false;
|
|
620
|
+
this.aed = null;
|
|
621
621
|
DVContainer.instance.registerIfLoaded("CategoryChartToolbarFactoryManager");
|
|
622
622
|
this.rr();
|
|
623
623
|
}
|
|
@@ -656,10 +656,10 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
656
656
|
return this.get_gr();
|
|
657
657
|
}
|
|
658
658
|
gv() {
|
|
659
|
-
if (this.
|
|
660
|
-
this.
|
|
659
|
+
if (this.aed == null) {
|
|
660
|
+
this.aed = CategoryChartMockDataGenerator.a();
|
|
661
661
|
}
|
|
662
|
-
return this.
|
|
662
|
+
return this.aed;
|
|
663
663
|
}
|
|
664
664
|
cq(a) {
|
|
665
665
|
if (a != null) {
|
|
@@ -686,32 +686,32 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
686
686
|
get_ge() {
|
|
687
687
|
return this.xAxis != null && this.xAxis.categoryMode != 0;
|
|
688
688
|
}
|
|
689
|
-
|
|
689
|
+
agu(a, b) {
|
|
690
690
|
switch (b.propertyName) {
|
|
691
691
|
case "ActualMinimum":
|
|
692
|
-
this.
|
|
692
|
+
this.s6("XAxisActualMinimum");
|
|
693
693
|
break;
|
|
694
694
|
case "ActualMaximum":
|
|
695
|
-
this.
|
|
695
|
+
this.s6("XAxisActualMaximum");
|
|
696
696
|
break;
|
|
697
697
|
}
|
|
698
698
|
}
|
|
699
|
-
|
|
699
|
+
agv(a, b) {
|
|
700
700
|
switch (b.propertyName) {
|
|
701
701
|
case "ActualMinimumValue":
|
|
702
|
-
this.
|
|
702
|
+
this.s6("YAxisActualMinimum");
|
|
703
703
|
break;
|
|
704
704
|
case "ActualMaximumValue":
|
|
705
|
-
this.
|
|
705
|
+
this.s6("YAxisActualMaximum");
|
|
706
706
|
break;
|
|
707
707
|
}
|
|
708
708
|
}
|
|
709
|
-
|
|
710
|
-
super.
|
|
711
|
-
this.xAxis.
|
|
709
|
+
ti() {
|
|
710
|
+
super.ti();
|
|
711
|
+
this.xAxis.f0 = this.ym == null ? XYChart.yy(this.xAxis, this.bd.dataSeries) : this.ym;
|
|
712
712
|
this.xAxis.itemsSource = this.dataChart != null && this.dataChart.series.count > 0 ? this.dataChart.series._inner[0].itemsSource : null;
|
|
713
|
-
if (this.
|
|
714
|
-
this.
|
|
713
|
+
if (this.ad6) {
|
|
714
|
+
this.so((a) => a.xb());
|
|
715
715
|
}
|
|
716
716
|
}
|
|
717
717
|
get xAxis() {
|
|
@@ -726,7 +726,7 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
726
726
|
set yAxis(a) {
|
|
727
727
|
this._yAxis = a;
|
|
728
728
|
}
|
|
729
|
-
|
|
729
|
+
adi(a, b) {
|
|
730
730
|
switch (a) {
|
|
731
731
|
case 2: return this.c3(1);
|
|
732
732
|
case 3: return this.c3(10);
|
|
@@ -737,15 +737,15 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
737
737
|
case 4: return this.c3(4);
|
|
738
738
|
case 5: return this.c3(5);
|
|
739
739
|
case 8: return this.c3(8);
|
|
740
|
-
case 9: return this.
|
|
740
|
+
case 9: return this.adh(b);
|
|
741
741
|
default: return this.c3(1);
|
|
742
742
|
}
|
|
743
743
|
}
|
|
744
|
-
|
|
744
|
+
adh(a) {
|
|
745
745
|
return this.c3(a);
|
|
746
746
|
}
|
|
747
747
|
bc(a) {
|
|
748
|
-
switch (this.
|
|
748
|
+
switch (this.ada) {
|
|
749
749
|
case 1: return 2;
|
|
750
750
|
case 0: return 0;
|
|
751
751
|
case 3: return 10;
|
|
@@ -760,21 +760,21 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
760
760
|
}
|
|
761
761
|
}
|
|
762
762
|
c1(a, b) {
|
|
763
|
-
let c = this.
|
|
763
|
+
let c = this.adi(this.ada, a.suggestedSeries);
|
|
764
764
|
c.uc = a.findMatchingHint(0).path;
|
|
765
765
|
c.xAxis = this.xAxis;
|
|
766
766
|
c.yAxis = this.yAxis;
|
|
767
767
|
return c;
|
|
768
768
|
}
|
|
769
|
-
|
|
769
|
+
tg(a) {
|
|
770
770
|
if (a.suggestedSecondaryAxis == 2) {
|
|
771
|
-
this.yAxis.
|
|
772
|
-
this.yAxis.
|
|
771
|
+
this.yAxis.li = true;
|
|
772
|
+
this.yAxis.l9 = 10;
|
|
773
773
|
}
|
|
774
774
|
}
|
|
775
|
-
|
|
776
|
-
this.yAxis.
|
|
777
|
-
this.yAxis.
|
|
775
|
+
tj() {
|
|
776
|
+
this.yAxis.li = this.aec;
|
|
777
|
+
this.yAxis.l9 = this.afn;
|
|
778
778
|
}
|
|
779
779
|
get_gq() {
|
|
780
780
|
return ((() => {
|
|
@@ -790,14 +790,14 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
790
790
|
rj(a, b) {
|
|
791
791
|
let c = typeCast(HorizontalAnchoredCategorySeries.$, a);
|
|
792
792
|
if (c != null) {
|
|
793
|
-
c.tr = this.
|
|
793
|
+
c.tr = this.adc;
|
|
794
794
|
c.ql = this.cr(a, b);
|
|
795
795
|
}
|
|
796
796
|
}
|
|
797
|
-
agr(a) {
|
|
798
|
-
this.ags((b, c) => a(b));
|
|
799
|
-
}
|
|
800
797
|
ags(a) {
|
|
798
|
+
this.agt((b, c) => a(b));
|
|
799
|
+
}
|
|
800
|
+
agt(a) {
|
|
801
801
|
if (this.dataChart == null) {
|
|
802
802
|
return;
|
|
803
803
|
}
|
|
@@ -809,28 +809,28 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
809
809
|
a(c, b);
|
|
810
810
|
}
|
|
811
811
|
}
|
|
812
|
-
|
|
812
|
+
v4() {
|
|
813
813
|
return this.xAxis;
|
|
814
814
|
}
|
|
815
|
-
|
|
815
|
+
v5() {
|
|
816
816
|
return this.yAxis;
|
|
817
817
|
}
|
|
818
|
-
|
|
818
|
+
adl() {
|
|
819
819
|
return this.c3(30);
|
|
820
820
|
}
|
|
821
|
-
|
|
821
|
+
adm() {
|
|
822
822
|
return this.c3(31);
|
|
823
823
|
}
|
|
824
824
|
gn(a, b) {
|
|
825
825
|
let c = super.gn(a, b);
|
|
826
826
|
if (c != null) {
|
|
827
827
|
let d = new List$1(Series.$, 0);
|
|
828
|
-
if (this.adq) {
|
|
829
|
-
d.add(this.adk());
|
|
830
|
-
}
|
|
831
828
|
if (this.adr) {
|
|
832
829
|
d.add(this.adl());
|
|
833
830
|
}
|
|
831
|
+
if (this.ads) {
|
|
832
|
+
d.add(this.adm());
|
|
833
|
+
}
|
|
834
834
|
for (let e = 0; e < d.count; e++) {
|
|
835
835
|
let f = d._inner[e];
|
|
836
836
|
f.name = a + getInstanceType(f).typeName;
|
|
@@ -847,8 +847,8 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
847
847
|
return this.a6;
|
|
848
848
|
}
|
|
849
849
|
}
|
|
850
|
-
|
|
851
|
-
super.
|
|
850
|
+
to(a, b, c) {
|
|
851
|
+
super.to(a, b, c);
|
|
852
852
|
if (this.bd.dataSeries.count > 0) {
|
|
853
853
|
if (stringIsNullOrEmpty(this.lm)) {
|
|
854
854
|
this.b3.setXMemberPath(a, c.getMemberPathFor(16));
|
|
@@ -869,10 +869,10 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
869
869
|
return true;
|
|
870
870
|
}
|
|
871
871
|
else if (this.a9 == 0) {
|
|
872
|
-
if (this.
|
|
872
|
+
if (this.ada == 2 || this.ada == 8) {
|
|
873
873
|
return false;
|
|
874
874
|
}
|
|
875
|
-
else if (this.
|
|
875
|
+
else if (this.ada == 9 && this.bd != null && this.bd.dataSeries != null && this.bd.dataSeries.count > 0) {
|
|
876
876
|
let a = this.bd.dataSeries._inner[0].suggestedSeries;
|
|
877
877
|
if (a == 1 || a == 8) {
|
|
878
878
|
return false;
|
|
@@ -885,130 +885,130 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
885
885
|
get_f6() {
|
|
886
886
|
return DVContainer.instance.checkLoaded("CategoryChartToolbarFactoryManager");
|
|
887
887
|
}
|
|
888
|
-
|
|
889
|
-
super.
|
|
888
|
+
sw(a, b, c) {
|
|
889
|
+
super.sw(a, b, c);
|
|
890
890
|
switch (a) {
|
|
891
891
|
case "ChartType":
|
|
892
|
-
this.
|
|
892
|
+
this.ti();
|
|
893
893
|
break;
|
|
894
894
|
case "MarkerCollisionAvoidance":
|
|
895
|
-
this.
|
|
895
|
+
this.ags((d) => d.tr = this.adc);
|
|
896
896
|
break;
|
|
897
897
|
case "IsTransitionInEnabled":
|
|
898
|
-
this.
|
|
898
|
+
this.ags((d) => d.so = this.ad5);
|
|
899
899
|
break;
|
|
900
900
|
case "IsSplineShapePartOfRange":
|
|
901
|
-
this.
|
|
901
|
+
this.ags((d) => {
|
|
902
902
|
if (d.ej) {
|
|
903
|
-
d.mt(this.
|
|
903
|
+
d.mt(this.ad4);
|
|
904
904
|
}
|
|
905
905
|
});
|
|
906
906
|
break;
|
|
907
907
|
case "TransitionInMode":
|
|
908
|
-
this.
|
|
908
|
+
this.ags((d) => d.r8 = this.ade);
|
|
909
909
|
break;
|
|
910
910
|
case "TransitionInSpeedType":
|
|
911
|
-
this.
|
|
911
|
+
this.ags((d) => d.cb = this.ado);
|
|
912
912
|
break;
|
|
913
913
|
case "XAxisInterval":
|
|
914
|
-
this.xAxis.
|
|
914
|
+
this.xAxis.mr = this.ae4;
|
|
915
915
|
break;
|
|
916
916
|
case "XAxisMinorInterval":
|
|
917
|
-
this.xAxis.
|
|
917
|
+
this.xAxis.ms = this.ae7;
|
|
918
918
|
break;
|
|
919
919
|
case "XAxisGap":
|
|
920
|
-
this.xAxis.
|
|
920
|
+
this.xAxis.k1 = this.ae3;
|
|
921
921
|
break;
|
|
922
922
|
case "XAxisOverlap":
|
|
923
|
-
this.xAxis.
|
|
923
|
+
this.xAxis.la = this.ae8;
|
|
924
924
|
break;
|
|
925
925
|
case "XAxisMinimumGapSize":
|
|
926
|
-
this.xAxis.
|
|
926
|
+
this.xAxis.k9 = this.ae6;
|
|
927
927
|
break;
|
|
928
928
|
case "XAxisMaximumGap":
|
|
929
|
-
this.xAxis.
|
|
929
|
+
this.xAxis.k8 = this.ae5;
|
|
930
930
|
break;
|
|
931
931
|
case "XAxisZoomMaximumCategoryRange":
|
|
932
|
-
this.xAxis.zoomMaximumCategoryRange = this.
|
|
932
|
+
this.xAxis.zoomMaximumCategoryRange = this.ae9;
|
|
933
933
|
break;
|
|
934
934
|
case "XAxisZoomMaximumItemSpan":
|
|
935
|
-
this.xAxis.zoomMaximumItemSpan = this.
|
|
935
|
+
this.xAxis.zoomMaximumItemSpan = this.afa;
|
|
936
936
|
break;
|
|
937
937
|
case "XAxisZoomToCategoryRange":
|
|
938
|
-
this.xAxis.zoomToCategoryRange = this.
|
|
938
|
+
this.xAxis.zoomToCategoryRange = this.afb;
|
|
939
939
|
break;
|
|
940
940
|
case "XAxisZoomToCategoryStart":
|
|
941
|
-
this.xAxis.zoomToCategoryStart = this.
|
|
941
|
+
this.xAxis.zoomToCategoryStart = this.afc;
|
|
942
942
|
break;
|
|
943
943
|
case "XAxisZoomToItemSpan":
|
|
944
|
-
this.xAxis.zoomToItemSpan = this.
|
|
944
|
+
this.xAxis.zoomToItemSpan = this.afd;
|
|
945
945
|
break;
|
|
946
946
|
case "YAxisInterval":
|
|
947
|
-
this.yAxis.
|
|
947
|
+
this.yAxis.l1 = this.afg;
|
|
948
948
|
break;
|
|
949
949
|
case "YAxisFavorLabellingScaleEnd":
|
|
950
|
-
this.yAxis.
|
|
950
|
+
this.yAxis.ld = this.aeb;
|
|
951
951
|
break;
|
|
952
952
|
case "YAxisAutoRangeBufferMode":
|
|
953
|
-
this.yAxis.
|
|
953
|
+
this.yAxis.ku = this.ac8;
|
|
954
954
|
break;
|
|
955
955
|
case "YAxisIsLogarithmic":
|
|
956
|
-
this.yAxis.
|
|
956
|
+
this.yAxis.li = this.aec;
|
|
957
957
|
break;
|
|
958
958
|
case "YAxisLogarithmBase":
|
|
959
|
-
this.yAxis.
|
|
959
|
+
this.yAxis.l9 = this.afn;
|
|
960
960
|
break;
|
|
961
961
|
case "YAxisMinimumValue":
|
|
962
|
-
this.yAxis.
|
|
962
|
+
this.yAxis.l5 = this.afi;
|
|
963
963
|
break;
|
|
964
964
|
case "YAxisMaximumValue":
|
|
965
|
-
this.yAxis.
|
|
965
|
+
this.yAxis.l4 = this.afh;
|
|
966
966
|
break;
|
|
967
967
|
case "YAxisMinorInterval":
|
|
968
|
-
this.yAxis.
|
|
968
|
+
this.yAxis.l6 = this.afj;
|
|
969
969
|
break;
|
|
970
970
|
case "NegativeBrushes":
|
|
971
971
|
case "NegativeOutlines":
|
|
972
|
-
this.
|
|
972
|
+
this.agt((d, e) => {
|
|
973
973
|
if (d.d6) {
|
|
974
|
-
d.ms(ArrayExtension.getModulus$1(Brush.$, this.
|
|
974
|
+
d.ms(ArrayExtension.getModulus$1(Brush.$, this.ac3, e), ArrayExtension.getModulus$1(Brush.$, this.ac4, e));
|
|
975
975
|
}
|
|
976
976
|
});
|
|
977
977
|
break;
|
|
978
978
|
case "YAxisAbbreviateLargeNumbers":
|
|
979
|
-
this.
|
|
979
|
+
this.abk((d) => d.la = this.ad9);
|
|
980
980
|
break;
|
|
981
981
|
case "IsCategoryHighlightingEnabled":
|
|
982
982
|
case "IsItemHighlightingEnabled":
|
|
983
|
-
this.
|
|
983
|
+
this.ti();
|
|
984
984
|
break;
|
|
985
985
|
case "AutoMarginAndAngleUpdateMode":
|
|
986
|
-
this.
|
|
986
|
+
this.so((d) => d.t5 = this.ac6);
|
|
987
987
|
break;
|
|
988
988
|
case "ShouldAutoExpandMarginForInitialLabels":
|
|
989
|
-
this.
|
|
989
|
+
this.so((d) => d.u0 = this.ad6);
|
|
990
990
|
break;
|
|
991
|
-
case CategoryChart.
|
|
992
|
-
this.
|
|
991
|
+
case CategoryChart.af1:
|
|
992
|
+
this.so((d) => d.u3 = this.ad7);
|
|
993
993
|
break;
|
|
994
994
|
case "AutoExpandMarginExtraPadding":
|
|
995
|
-
this.
|
|
995
|
+
this.so((d) => d.vq = this.aev);
|
|
996
996
|
break;
|
|
997
997
|
case "AutoExpandMarginMaximumValue":
|
|
998
|
-
this.
|
|
998
|
+
this.so((d) => d.vr = this.aew);
|
|
999
999
|
break;
|
|
1000
|
-
case CategoryChart.
|
|
1001
|
-
this.
|
|
1000
|
+
case CategoryChart.af6:
|
|
1001
|
+
this.abg((d) => d.b1 = this.ad8, a);
|
|
1002
1002
|
break;
|
|
1003
|
-
case CategoryChart.
|
|
1004
|
-
this.
|
|
1003
|
+
case CategoryChart.agk:
|
|
1004
|
+
this.abk((d) => d.b1 = this.aea);
|
|
1005
1005
|
break;
|
|
1006
1006
|
}
|
|
1007
1007
|
}
|
|
1008
1008
|
}
|
|
1009
1009
|
CategoryChart.$t = /*@__PURE__*/ markType(CategoryChart, 'CategoryChart', XYChart.$);
|
|
1010
|
-
CategoryChart.
|
|
1011
|
-
CategoryChart.
|
|
1012
|
-
CategoryChart.
|
|
1010
|
+
CategoryChart.af1 = "ShouldConsiderAutoRotationForInitialLabels";
|
|
1011
|
+
CategoryChart.af6 = "XAxisEnhancedIntervalPreferMoreCategoryLabels";
|
|
1012
|
+
CategoryChart.agk = "YAxisEnhancedIntervalPreferMoreCategoryLabels";
|
|
1013
1013
|
return CategoryChart;
|
|
1014
1014
|
})();
|