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
|
@@ -296,21 +296,21 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
296
296
|
* `TransitionInDuration` controls the length of time taken by the transition-in animation. Try setting it to 2 seconds:
|
|
297
297
|
*/
|
|
298
298
|
get transitionInDuration() {
|
|
299
|
-
return this.i.
|
|
299
|
+
return this.i.afm;
|
|
300
300
|
}
|
|
301
301
|
set transitionInDuration(v) {
|
|
302
|
-
this.i.
|
|
303
|
-
this._a("transitionInDuration", this.i.
|
|
302
|
+
this.i.afm = +v;
|
|
303
|
+
this._a("transitionInDuration", this.i.afm);
|
|
304
304
|
}
|
|
305
305
|
/**
|
|
306
306
|
* Gets or sets the easing function used for animating series plots when the chart is loading into view
|
|
307
307
|
* This can be set to one of the known values "linear" or "cubic," or it can be set to an easing function which takes a single numeric parameter and returns a number.
|
|
308
308
|
*/
|
|
309
309
|
get transitionInEasingFunction() {
|
|
310
|
-
return this.i.
|
|
310
|
+
return this.i.adq;
|
|
311
311
|
}
|
|
312
312
|
set transitionInEasingFunction(v) {
|
|
313
|
-
this.i.
|
|
313
|
+
this.i.adq = v;
|
|
314
314
|
}
|
|
315
315
|
/**
|
|
316
316
|
* Gets domain type of this chart
|
|
@@ -324,11 +324,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
324
324
|
* The `ChartType` property determines the type of data series to display.
|
|
325
325
|
*/
|
|
326
326
|
get chartType() {
|
|
327
|
-
return this.i.
|
|
327
|
+
return this.i.ada;
|
|
328
328
|
}
|
|
329
329
|
set chartType(v) {
|
|
330
|
-
this.i.
|
|
331
|
-
this._a("chartType", enumToString(CategoryChartType_$type, this.i.
|
|
330
|
+
this.i.ada = ensureEnum(CategoryChartType_$type, v);
|
|
331
|
+
this._a("chartType", enumToString(CategoryChartType_$type, this.i.ada));
|
|
332
332
|
}
|
|
333
333
|
/**
|
|
334
334
|
* Gets or sets the behavior for markers in each series which are placed too close together for the current view, resulting in a collision.
|
|
@@ -336,21 +336,21 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
336
336
|
* `MarkerCollisionAvoidance` controls the technique the chart uses to avoid overlapping markers.
|
|
337
337
|
*/
|
|
338
338
|
get markerCollisionAvoidance() {
|
|
339
|
-
return this.i.
|
|
339
|
+
return this.i.adc;
|
|
340
340
|
}
|
|
341
341
|
set markerCollisionAvoidance(v) {
|
|
342
|
-
this.i.
|
|
343
|
-
this._a("markerCollisionAvoidance", enumToString(CategorySeriesMarkerCollisionAvoidance_$type, this.i.
|
|
342
|
+
this.i.adc = ensureEnum(CategorySeriesMarkerCollisionAvoidance_$type, v);
|
|
343
|
+
this._a("markerCollisionAvoidance", enumToString(CategorySeriesMarkerCollisionAvoidance_$type, this.i.adc));
|
|
344
344
|
}
|
|
345
345
|
/**
|
|
346
346
|
* Gets or sets whether to include the spline shape in the axis range requested of the axis for spline type series.
|
|
347
347
|
*/
|
|
348
348
|
get isSplineShapePartOfRange() {
|
|
349
|
-
return this.i.
|
|
349
|
+
return this.i.ad4;
|
|
350
350
|
}
|
|
351
351
|
set isSplineShapePartOfRange(v) {
|
|
352
|
-
this.i.
|
|
353
|
-
this._a("isSplineShapePartOfRange", this.i.
|
|
352
|
+
this.i.ad4 = ensureBool(v);
|
|
353
|
+
this._a("isSplineShapePartOfRange", this.i.ad4);
|
|
354
354
|
}
|
|
355
355
|
/**
|
|
356
356
|
* Gets or sets whether animation of series plots is enabled when the chart is loading into view
|
|
@@ -358,11 +358,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
358
358
|
* Set `IsTransitionInEnabled` to true if you want your chart series to animate into position when the chart is loading into view.
|
|
359
359
|
*/
|
|
360
360
|
get isTransitionInEnabled() {
|
|
361
|
-
return this.i.
|
|
361
|
+
return this.i.ad5;
|
|
362
362
|
}
|
|
363
363
|
set isTransitionInEnabled(v) {
|
|
364
|
-
this.i.
|
|
365
|
-
this._a("isTransitionInEnabled", this.i.
|
|
364
|
+
this.i.ad5 = ensureBool(v);
|
|
365
|
+
this._a("isTransitionInEnabled", this.i.ad5);
|
|
366
366
|
}
|
|
367
367
|
/**
|
|
368
368
|
* Gets or sets the method that determines how to animate series plots when the chart is loading into view
|
|
@@ -370,11 +370,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
370
370
|
* `TransitionInMode` controls the direction of the transition-in animation.
|
|
371
371
|
*/
|
|
372
372
|
get transitionInMode() {
|
|
373
|
-
return this.i.
|
|
373
|
+
return this.i.ade;
|
|
374
374
|
}
|
|
375
375
|
set transitionInMode(v) {
|
|
376
|
-
this.i.
|
|
377
|
-
this._a("transitionInMode", enumToString(CategoryTransitionInMode_$type, this.i.
|
|
376
|
+
this.i.ade = ensureEnum(CategoryTransitionInMode_$type, v);
|
|
377
|
+
this._a("transitionInMode", enumToString(CategoryTransitionInMode_$type, this.i.ade));
|
|
378
378
|
}
|
|
379
379
|
/**
|
|
380
380
|
* Gets or sets the arrival speed used for animating series plots when the chart is loading into view
|
|
@@ -382,11 +382,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
382
382
|
* `TransitionInSpeedType` controls the speed of the transition-in animation.
|
|
383
383
|
*/
|
|
384
384
|
get transitionInSpeedType() {
|
|
385
|
-
return this.i.
|
|
385
|
+
return this.i.ado;
|
|
386
386
|
}
|
|
387
387
|
set transitionInSpeedType(v) {
|
|
388
|
-
this.i.
|
|
389
|
-
this._a("transitionInSpeedType", enumToString(TransitionInSpeedType_$type, this.i.
|
|
388
|
+
this.i.ado = ensureEnum(TransitionInSpeedType_$type, v);
|
|
389
|
+
this._a("transitionInSpeedType", enumToString(TransitionInSpeedType_$type, this.i.ado));
|
|
390
390
|
}
|
|
391
391
|
/**
|
|
392
392
|
* Gets or sets the frequency of displayed labels along the X-axis.
|
|
@@ -395,11 +395,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
395
395
|
* `XAxisInterval` determines how often to show a label, tickmark, and/or gridline along the x-axis. Set this property to _n_ to display a label every _nth_ item.
|
|
396
396
|
*/
|
|
397
397
|
get xAxisInterval() {
|
|
398
|
-
return this.i.
|
|
398
|
+
return this.i.ae4;
|
|
399
399
|
}
|
|
400
400
|
set xAxisInterval(v) {
|
|
401
|
-
this.i.
|
|
402
|
-
this._a("xAxisInterval", this.i.
|
|
401
|
+
this.i.ae4 = +v;
|
|
402
|
+
this._a("xAxisInterval", this.i.ae4);
|
|
403
403
|
}
|
|
404
404
|
/**
|
|
405
405
|
* Gets or sets the frequency of displayed minor lines along the X-axis.
|
|
@@ -410,11 +410,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
410
410
|
* `XAxisMinorInterval` is expressed as a number between 0 and 1, representing the frequency of the interval. To display minor gridlines representing 10ths of an item width, set `XAxisMinorInterval` to 0.1.
|
|
411
411
|
*/
|
|
412
412
|
get xAxisMinorInterval() {
|
|
413
|
-
return this.i.
|
|
413
|
+
return this.i.ae7;
|
|
414
414
|
}
|
|
415
415
|
set xAxisMinorInterval(v) {
|
|
416
|
-
this.i.
|
|
417
|
-
this._a("xAxisMinorInterval", this.i.
|
|
416
|
+
this.i.ae7 = +v;
|
|
417
|
+
this._a("xAxisMinorInterval", this.i.ae7);
|
|
418
418
|
}
|
|
419
419
|
/**
|
|
420
420
|
* Gets or sets the amount of space between adjacent categories for the X-axis.
|
|
@@ -427,31 +427,31 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
427
427
|
* To set the item spacing to 75% the width of one item, set the `XAxisGap` to 0.75, as in this code:
|
|
428
428
|
*/
|
|
429
429
|
get xAxisGap() {
|
|
430
|
-
return this.i.
|
|
430
|
+
return this.i.ae3;
|
|
431
431
|
}
|
|
432
432
|
set xAxisGap(v) {
|
|
433
|
-
this.i.
|
|
434
|
-
this._a("xAxisGap", this.i.
|
|
433
|
+
this.i.ae3 = +v;
|
|
434
|
+
this._a("xAxisGap", this.i.ae3);
|
|
435
435
|
}
|
|
436
436
|
/**
|
|
437
437
|
* Gets or sets the minimum amount of pixels to use for the gap between categories, if possible.
|
|
438
438
|
*/
|
|
439
439
|
get xAxisMinimumGapSize() {
|
|
440
|
-
return this.i.
|
|
440
|
+
return this.i.ae6;
|
|
441
441
|
}
|
|
442
442
|
set xAxisMinimumGapSize(v) {
|
|
443
|
-
this.i.
|
|
444
|
-
this._a("xAxisMinimumGapSize", this.i.
|
|
443
|
+
this.i.ae6 = +v;
|
|
444
|
+
this._a("xAxisMinimumGapSize", this.i.ae6);
|
|
445
445
|
}
|
|
446
446
|
/**
|
|
447
447
|
* Gets or sets the maximum gap value to allow. This defaults to 1.0.
|
|
448
448
|
*/
|
|
449
449
|
get xAxisMaximumGap() {
|
|
450
|
-
return this.i.
|
|
450
|
+
return this.i.ae5;
|
|
451
451
|
}
|
|
452
452
|
set xAxisMaximumGap(v) {
|
|
453
|
-
this.i.
|
|
454
|
-
this._a("xAxisMaximumGap", this.i.
|
|
453
|
+
this.i.ae5 = +v;
|
|
454
|
+
this._a("xAxisMaximumGap", this.i.ae5);
|
|
455
455
|
}
|
|
456
456
|
/**
|
|
457
457
|
* Gets or sets the amount of overlap between adjacent categories for the X-axis.
|
|
@@ -464,11 +464,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
464
464
|
* To place grouped items with 75% overlap, set the `XAxisOverlap` to 0.75, as in this code:
|
|
465
465
|
*/
|
|
466
466
|
get xAxisOverlap() {
|
|
467
|
-
return this.i.
|
|
467
|
+
return this.i.ae8;
|
|
468
468
|
}
|
|
469
469
|
set xAxisOverlap(v) {
|
|
470
|
-
this.i.
|
|
471
|
-
this._a("xAxisOverlap", this.i.
|
|
470
|
+
this.i.ae8 = +v;
|
|
471
|
+
this._a("xAxisOverlap", this.i.ae8);
|
|
472
472
|
}
|
|
473
473
|
/**
|
|
474
474
|
* Gets or sets the distance between each label and grid line along the Y-axis.
|
|
@@ -476,101 +476,101 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
476
476
|
* `YAxisInterval` determines how often to show a label, tickmark, and/or gridline along the y-axis. Set this property to a number less than the numeric range of the y-axis.
|
|
477
477
|
*/
|
|
478
478
|
get yAxisInterval() {
|
|
479
|
-
return this.i.
|
|
479
|
+
return this.i.afg;
|
|
480
480
|
}
|
|
481
481
|
set yAxisInterval(v) {
|
|
482
|
-
this.i.
|
|
483
|
-
this._a("yAxisInterval", this.i.
|
|
482
|
+
this.i.afg = +v;
|
|
483
|
+
this._a("yAxisInterval", this.i.afg);
|
|
484
484
|
}
|
|
485
485
|
/**
|
|
486
486
|
* Gets or sets a whether the series viewer should auto expand margins to accommodate the initial horizontal axis labels.
|
|
487
487
|
*/
|
|
488
488
|
get autoMarginAndAngleUpdateMode() {
|
|
489
|
-
return this.i.
|
|
489
|
+
return this.i.ac6;
|
|
490
490
|
}
|
|
491
491
|
set autoMarginAndAngleUpdateMode(v) {
|
|
492
|
-
this.i.
|
|
493
|
-
this._a("autoMarginAndAngleUpdateMode", enumToString(AutoMarginsAndAngleUpdateMode_$type, this.i.
|
|
492
|
+
this.i.ac6 = ensureEnum(AutoMarginsAndAngleUpdateMode_$type, v);
|
|
493
|
+
this._a("autoMarginAndAngleUpdateMode", enumToString(AutoMarginsAndAngleUpdateMode_$type, this.i.ac6));
|
|
494
494
|
}
|
|
495
495
|
/**
|
|
496
496
|
* Gets or sets a whether the series viewer should auto expand margins to accommodate the initial horizontal axis labels.
|
|
497
497
|
*/
|
|
498
498
|
get shouldAutoExpandMarginForInitialLabels() {
|
|
499
|
-
return this.i.
|
|
499
|
+
return this.i.ad6;
|
|
500
500
|
}
|
|
501
501
|
set shouldAutoExpandMarginForInitialLabels(v) {
|
|
502
|
-
this.i.
|
|
503
|
-
this._a("shouldAutoExpandMarginForInitialLabels", this.i.
|
|
502
|
+
this.i.ad6 = ensureBool(v);
|
|
503
|
+
this._a("shouldAutoExpandMarginForInitialLabels", this.i.ad6);
|
|
504
504
|
}
|
|
505
505
|
/**
|
|
506
506
|
* Gets or sets a whether the series viewer should consider auto rotating labels to fit them in the initial view. This implies that ShouldAutoExpandMarginForInitialLabels is true.
|
|
507
507
|
*/
|
|
508
508
|
get shouldConsiderAutoRotationForInitialLabels() {
|
|
509
|
-
return this.i.
|
|
509
|
+
return this.i.ad7;
|
|
510
510
|
}
|
|
511
511
|
set shouldConsiderAutoRotationForInitialLabels(v) {
|
|
512
|
-
this.i.
|
|
513
|
-
this._a("shouldConsiderAutoRotationForInitialLabels", this.i.
|
|
512
|
+
this.i.ad7 = ensureBool(v);
|
|
513
|
+
this._a("shouldConsiderAutoRotationForInitialLabels", this.i.ad7);
|
|
514
514
|
}
|
|
515
515
|
/**
|
|
516
516
|
* Gets or sets the extra amount the series viewer should auto expand margins to accommodate the initial horizontal axis labels.
|
|
517
517
|
*/
|
|
518
518
|
get autoExpandMarginExtraPadding() {
|
|
519
|
-
return this.i.
|
|
519
|
+
return this.i.aev;
|
|
520
520
|
}
|
|
521
521
|
set autoExpandMarginExtraPadding(v) {
|
|
522
|
-
this.i.
|
|
523
|
-
this._a("autoExpandMarginExtraPadding", this.i.
|
|
522
|
+
this.i.aev = +v;
|
|
523
|
+
this._a("autoExpandMarginExtraPadding", this.i.aev);
|
|
524
524
|
}
|
|
525
525
|
/**
|
|
526
526
|
* Gets or sets the maximum amount the series viewer should auto expand margins to accommodate the initial horizontal axis labels.
|
|
527
527
|
*/
|
|
528
528
|
get autoExpandMarginMaximumValue() {
|
|
529
|
-
return this.i.
|
|
529
|
+
return this.i.aew;
|
|
530
530
|
}
|
|
531
531
|
set autoExpandMarginMaximumValue(v) {
|
|
532
|
-
this.i.
|
|
533
|
-
this._a("autoExpandMarginMaximumValue", this.i.
|
|
532
|
+
this.i.aew = +v;
|
|
533
|
+
this._a("autoExpandMarginMaximumValue", this.i.aew);
|
|
534
534
|
}
|
|
535
535
|
/**
|
|
536
536
|
* Gets or sets whether the axis should favor emitting a label at the end of the scale.
|
|
537
537
|
*/
|
|
538
538
|
get yAxisFavorLabellingScaleEnd() {
|
|
539
|
-
return this.i.
|
|
539
|
+
return this.i.aeb;
|
|
540
540
|
}
|
|
541
541
|
set yAxisFavorLabellingScaleEnd(v) {
|
|
542
|
-
this.i.
|
|
543
|
-
this._a("yAxisFavorLabellingScaleEnd", this.i.
|
|
542
|
+
this.i.aeb = ensureBool(v);
|
|
543
|
+
this._a("yAxisFavorLabellingScaleEnd", this.i.aeb);
|
|
544
544
|
}
|
|
545
545
|
/**
|
|
546
546
|
* Gets or sets whether the x axis enhanced interval management should prefer to show all the labels if possible without collisions for supported types of category axes. This is for use with EnhancedIntervalMinimumCharacters = -1 and axes that have an integral interval.
|
|
547
547
|
*/
|
|
548
548
|
get xAxisEnhancedIntervalPreferMoreCategoryLabels() {
|
|
549
|
-
return this.i.
|
|
549
|
+
return this.i.ad8;
|
|
550
550
|
}
|
|
551
551
|
set xAxisEnhancedIntervalPreferMoreCategoryLabels(v) {
|
|
552
|
-
this.i.
|
|
553
|
-
this._a("xAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.
|
|
552
|
+
this.i.ad8 = ensureBool(v);
|
|
553
|
+
this._a("xAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.ad8);
|
|
554
554
|
}
|
|
555
555
|
/**
|
|
556
556
|
* Gets or sets whether the y axis enhanced interval management should prefer to show all the labels if possible without collisions for supported types of category axes. This is for use with EnhancedIntervalMinimumCharacters = -1 and axes that have an integral interval.
|
|
557
557
|
*/
|
|
558
558
|
get yAxisEnhancedIntervalPreferMoreCategoryLabels() {
|
|
559
|
-
return this.i.
|
|
559
|
+
return this.i.aea;
|
|
560
560
|
}
|
|
561
561
|
set yAxisEnhancedIntervalPreferMoreCategoryLabels(v) {
|
|
562
|
-
this.i.
|
|
563
|
-
this._a("yAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.
|
|
562
|
+
this.i.aea = ensureBool(v);
|
|
563
|
+
this._a("yAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.aea);
|
|
564
564
|
}
|
|
565
565
|
/**
|
|
566
566
|
* Gets or sets how the numeric axis will adjust its range buffer to less closely fix the data from the series.
|
|
567
567
|
*/
|
|
568
568
|
get yAxisAutoRangeBufferMode() {
|
|
569
|
-
return this.i.
|
|
569
|
+
return this.i.ac8;
|
|
570
570
|
}
|
|
571
571
|
set yAxisAutoRangeBufferMode(v) {
|
|
572
|
-
this.i.
|
|
573
|
-
this._a("yAxisAutoRangeBufferMode", enumToString(AxisRangeBufferMode_$type, this.i.
|
|
572
|
+
this.i.ac8 = ensureEnum(AxisRangeBufferMode_$type, v);
|
|
573
|
+
this._a("yAxisAutoRangeBufferMode", enumToString(AxisRangeBufferMode_$type, this.i.ac8));
|
|
574
574
|
}
|
|
575
575
|
/**
|
|
576
576
|
* Gets or sets whether the Y-axis should use a logarithmic scale instead of a linear one.
|
|
@@ -579,11 +579,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
579
579
|
* Set `YAxisIsLogarithmic` to true if you want the y-axis to be a logarithmic scale.
|
|
580
580
|
*/
|
|
581
581
|
get yAxisIsLogarithmic() {
|
|
582
|
-
return this.i.
|
|
582
|
+
return this.i.aec;
|
|
583
583
|
}
|
|
584
584
|
set yAxisIsLogarithmic(v) {
|
|
585
|
-
this.i.
|
|
586
|
-
this._a("yAxisIsLogarithmic", this.i.
|
|
585
|
+
this.i.aec = ensureBool(v);
|
|
586
|
+
this._a("yAxisIsLogarithmic", this.i.aec);
|
|
587
587
|
}
|
|
588
588
|
/**
|
|
589
589
|
* Gets or sets the base value to use in the log function when mapping the position of data items along the Y-axis.
|
|
@@ -592,11 +592,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
592
592
|
* When `YAxisIsLogarithmic` is true, `YAxisLogarithmBase` sets the logarithm base of the y-axis scale.
|
|
593
593
|
*/
|
|
594
594
|
get yAxisLogarithmBase() {
|
|
595
|
-
return this.i.
|
|
595
|
+
return this.i.afn;
|
|
596
596
|
}
|
|
597
597
|
set yAxisLogarithmBase(v) {
|
|
598
|
-
this.i.
|
|
599
|
-
this._a("yAxisLogarithmBase", this.i.
|
|
598
|
+
this.i.afn = +v;
|
|
599
|
+
this._a("yAxisLogarithmBase", this.i.afn);
|
|
600
600
|
}
|
|
601
601
|
/**
|
|
602
602
|
* Gets or sets the data value corresponding to the minimum value of the Y-axis.
|
|
@@ -604,11 +604,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
604
604
|
* `YAxisMaximumValue` determines the minimum of the y-axis.
|
|
605
605
|
*/
|
|
606
606
|
get yAxisMinimumValue() {
|
|
607
|
-
return this.i.
|
|
607
|
+
return this.i.afi;
|
|
608
608
|
}
|
|
609
609
|
set yAxisMinimumValue(v) {
|
|
610
|
-
this.i.
|
|
611
|
-
this._a("yAxisMinimumValue", this.i.
|
|
610
|
+
this.i.afi = +v;
|
|
611
|
+
this._a("yAxisMinimumValue", this.i.afi);
|
|
612
612
|
}
|
|
613
613
|
/**
|
|
614
614
|
* Gets or sets the data value corresponding to the maximum value of the Y-axis.
|
|
@@ -616,11 +616,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
616
616
|
* `YAxisMaximumValue` determines the maximum of the y-axis.
|
|
617
617
|
*/
|
|
618
618
|
get yAxisMaximumValue() {
|
|
619
|
-
return this.i.
|
|
619
|
+
return this.i.afh;
|
|
620
620
|
}
|
|
621
621
|
set yAxisMaximumValue(v) {
|
|
622
|
-
this.i.
|
|
623
|
-
this._a("yAxisMaximumValue", this.i.
|
|
622
|
+
this.i.afh = +v;
|
|
623
|
+
this._a("yAxisMaximumValue", this.i.afh);
|
|
624
624
|
}
|
|
625
625
|
/**
|
|
626
626
|
* Gets or sets the frequency of displayed minor lines along the Y-axis.
|
|
@@ -628,35 +628,35 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
628
628
|
* `YAxisMinorInterval` determines how often to show a minor gridline along the y-axis. Set this property to a number less than the y-axis interval.
|
|
629
629
|
*/
|
|
630
630
|
get yAxisMinorInterval() {
|
|
631
|
-
return this.i.
|
|
631
|
+
return this.i.afj;
|
|
632
632
|
}
|
|
633
633
|
set yAxisMinorInterval(v) {
|
|
634
|
-
this.i.
|
|
635
|
-
this._a("yAxisMinorInterval", this.i.
|
|
634
|
+
this.i.afj = +v;
|
|
635
|
+
this._a("yAxisMinorInterval", this.i.afj);
|
|
636
636
|
}
|
|
637
637
|
/**
|
|
638
638
|
* Gets the current minimum value for the X-axis.
|
|
639
639
|
*/
|
|
640
640
|
get xAxisActualMinimum() {
|
|
641
|
-
return this.i.
|
|
641
|
+
return this.i.ae2;
|
|
642
642
|
}
|
|
643
643
|
/**
|
|
644
644
|
* Gets the current maximum value for the X-axis.
|
|
645
645
|
*/
|
|
646
646
|
get xAxisActualMaximum() {
|
|
647
|
-
return this.i.
|
|
647
|
+
return this.i.ae1;
|
|
648
648
|
}
|
|
649
649
|
/**
|
|
650
650
|
* Gets the current minimum value for the Y-axis.
|
|
651
651
|
*/
|
|
652
652
|
get yAxisActualMinimum() {
|
|
653
|
-
return this.i.
|
|
653
|
+
return this.i.aff;
|
|
654
654
|
}
|
|
655
655
|
/**
|
|
656
656
|
* Gets the current maximum value for the Y-axis.
|
|
657
657
|
*/
|
|
658
658
|
get yAxisActualMaximum() {
|
|
659
|
-
return this.i.
|
|
659
|
+
return this.i.afe;
|
|
660
660
|
}
|
|
661
661
|
/**
|
|
662
662
|
* Gets or sets the palette used for coloring negative items of Waterfall chart type.
|
|
@@ -664,11 +664,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
664
664
|
* `NegativeBrushes` controls the brushes used by the chart for negative data, when the `ChartType` is one that supports negative brushes.
|
|
665
665
|
*/
|
|
666
666
|
get negativeBrushes() {
|
|
667
|
-
return fromBrushCollection(this.i.
|
|
667
|
+
return fromBrushCollection(this.i.ac3);
|
|
668
668
|
}
|
|
669
669
|
set negativeBrushes(v) {
|
|
670
|
-
this.i.
|
|
671
|
-
this._a("negativeBrushes", brushCollectionToString(this.i.
|
|
670
|
+
this.i.ac3 = toBrushCollection(v);
|
|
671
|
+
this._a("negativeBrushes", brushCollectionToString(this.i.ac3));
|
|
672
672
|
}
|
|
673
673
|
/**
|
|
674
674
|
* Brushes to use for drawing negative elements, when using a chart type with contextual coloring, such as Waterfall.
|
|
@@ -676,11 +676,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
676
676
|
* `NegativeOutlines` controls the outlines used by the chart for negative data, when the `ChartType` is one that supports negative brushes.
|
|
677
677
|
*/
|
|
678
678
|
get negativeOutlines() {
|
|
679
|
-
return fromBrushCollection(this.i.
|
|
679
|
+
return fromBrushCollection(this.i.ac4);
|
|
680
680
|
}
|
|
681
681
|
set negativeOutlines(v) {
|
|
682
|
-
this.i.
|
|
683
|
-
this._a("negativeOutlines", brushCollectionToString(this.i.
|
|
682
|
+
this.i.ac4 = toBrushCollection(v);
|
|
683
|
+
this._a("negativeOutlines", brushCollectionToString(this.i.ac4));
|
|
684
684
|
}
|
|
685
685
|
/**
|
|
686
686
|
* Gets or sets whether the large numbers on the Y-axis labels are abbreviated.
|
|
@@ -688,22 +688,22 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
688
688
|
* To abbreviate on the y-axis using formats like "1K" or "1M," set `YAxisAbbreviateLargeNumbers` to true.
|
|
689
689
|
*/
|
|
690
690
|
get yAxisAbbreviateLargeNumbers() {
|
|
691
|
-
return this.i.
|
|
691
|
+
return this.i.ad9;
|
|
692
692
|
}
|
|
693
693
|
set yAxisAbbreviateLargeNumbers(v) {
|
|
694
|
-
this.i.
|
|
695
|
-
this._a("yAxisAbbreviateLargeNumbers", this.i.
|
|
694
|
+
this.i.ad9 = ensureBool(v);
|
|
695
|
+
this._a("yAxisAbbreviateLargeNumbers", this.i.ad9);
|
|
696
696
|
}
|
|
697
697
|
/**
|
|
698
698
|
* Gets or sets number of visible categories at maximum zooming level
|
|
699
699
|
* This property is overridden by chart's WindowRectMinWidth property
|
|
700
700
|
*/
|
|
701
701
|
get xAxisZoomMaximumCategoryRange() {
|
|
702
|
-
return this.i.
|
|
702
|
+
return this.i.ae9;
|
|
703
703
|
}
|
|
704
704
|
set xAxisZoomMaximumCategoryRange(v) {
|
|
705
|
-
this.i.
|
|
706
|
-
this._a("xAxisZoomMaximumCategoryRange", this.i.
|
|
705
|
+
this.i.ae9 = +v;
|
|
706
|
+
this._a("xAxisZoomMaximumCategoryRange", this.i.ae9);
|
|
707
707
|
}
|
|
708
708
|
/**
|
|
709
709
|
* Gets or sets maximum pixel span of series item that will be visible at maximum zooming level
|
|
@@ -711,33 +711,33 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
711
711
|
* This property is overridden by chart's WindowRectMinWidth property
|
|
712
712
|
*/
|
|
713
713
|
get xAxisZoomMaximumItemSpan() {
|
|
714
|
-
return this.i.
|
|
714
|
+
return this.i.afa;
|
|
715
715
|
}
|
|
716
716
|
set xAxisZoomMaximumItemSpan(v) {
|
|
717
|
-
this.i.
|
|
718
|
-
this._a("xAxisZoomMaximumItemSpan", this.i.
|
|
717
|
+
this.i.afa = +v;
|
|
718
|
+
this._a("xAxisZoomMaximumItemSpan", this.i.afa);
|
|
719
719
|
}
|
|
720
720
|
/**
|
|
721
721
|
* Gets or sets number of categories that the chart will zoom in and fill plot area
|
|
722
722
|
* This property is overridden by chart's WindowRect or WindowScaleHorizontal properties
|
|
723
723
|
*/
|
|
724
724
|
get xAxisZoomToCategoryRange() {
|
|
725
|
-
return this.i.
|
|
725
|
+
return this.i.afb;
|
|
726
726
|
}
|
|
727
727
|
set xAxisZoomToCategoryRange(v) {
|
|
728
|
-
this.i.
|
|
729
|
-
this._a("xAxisZoomToCategoryRange", this.i.
|
|
728
|
+
this.i.afb = +v;
|
|
729
|
+
this._a("xAxisZoomToCategoryRange", this.i.afb);
|
|
730
730
|
}
|
|
731
731
|
/**
|
|
732
732
|
* Gets or sets starting category that chart will move its zoom window. Acceptable value is between 0 and number of data items
|
|
733
733
|
* This property is overridden by chart's WindowRect or WindowScaleHorizontal properties
|
|
734
734
|
*/
|
|
735
735
|
get xAxisZoomToCategoryStart() {
|
|
736
|
-
return this.i.
|
|
736
|
+
return this.i.afc;
|
|
737
737
|
}
|
|
738
738
|
set xAxisZoomToCategoryStart(v) {
|
|
739
|
-
this.i.
|
|
740
|
-
this._a("xAxisZoomToCategoryStart", this.i.
|
|
739
|
+
this.i.afc = +v;
|
|
740
|
+
this._a("xAxisZoomToCategoryStart", this.i.afc);
|
|
741
741
|
}
|
|
742
742
|
/**
|
|
743
743
|
* Gets or sets pixel span of series item that will be used to zoom chart such that the item has desired span
|
|
@@ -745,57 +745,57 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
745
745
|
* This property is overridden by chart's WindowRect or WindowScaleHorizontal properties
|
|
746
746
|
*/
|
|
747
747
|
get xAxisZoomToItemSpan() {
|
|
748
|
-
return this.i.
|
|
748
|
+
return this.i.afd;
|
|
749
749
|
}
|
|
750
750
|
set xAxisZoomToItemSpan(v) {
|
|
751
|
-
this.i.
|
|
752
|
-
this._a("xAxisZoomToItemSpan", this.i.
|
|
751
|
+
this.i.afd = +v;
|
|
752
|
+
this._a("xAxisZoomToItemSpan", this.i.afd);
|
|
753
753
|
}
|
|
754
754
|
/**
|
|
755
755
|
* Gets or sets whether the category should be highlighted when hovered
|
|
756
756
|
*/
|
|
757
757
|
get isCategoryHighlightingEnabled() {
|
|
758
|
-
return this.i.
|
|
758
|
+
return this.i.ad2;
|
|
759
759
|
}
|
|
760
760
|
set isCategoryHighlightingEnabled(v) {
|
|
761
|
-
this.i.
|
|
762
|
-
this._a("isCategoryHighlightingEnabled", this.i.
|
|
761
|
+
this.i.ad2 = ensureBool(v);
|
|
762
|
+
this._a("isCategoryHighlightingEnabled", this.i.ad2);
|
|
763
763
|
}
|
|
764
764
|
/**
|
|
765
765
|
* Gets or sets whether the item should be highlighted when hovered
|
|
766
766
|
*/
|
|
767
767
|
get isItemHighlightingEnabled() {
|
|
768
|
-
return this.i.
|
|
768
|
+
return this.i.ad3;
|
|
769
769
|
}
|
|
770
770
|
set isItemHighlightingEnabled(v) {
|
|
771
|
-
this.i.
|
|
772
|
-
this._a("isItemHighlightingEnabled", this.i.
|
|
771
|
+
this.i.ad3 = ensureBool(v);
|
|
772
|
+
this._a("isItemHighlightingEnabled", this.i.ad3);
|
|
773
773
|
}
|
|
774
774
|
/**
|
|
775
775
|
* Export serialized visual data.
|
|
776
776
|
|
|
777
777
|
*/
|
|
778
778
|
exportSerializedVisualData() {
|
|
779
|
-
let iv = this.i.
|
|
779
|
+
let iv = this.i.afs();
|
|
780
780
|
return (iv);
|
|
781
781
|
}
|
|
782
782
|
recalculateMarginAutoExpansion() {
|
|
783
|
-
this.i.
|
|
783
|
+
this.i.agw();
|
|
784
784
|
}
|
|
785
785
|
getCurrentXAxisActualMinimum() {
|
|
786
|
-
let iv = this.i.
|
|
786
|
+
let iv = this.i.aey();
|
|
787
787
|
return (iv);
|
|
788
788
|
}
|
|
789
789
|
getCurrentYAxisActualMinimum() {
|
|
790
|
-
let iv = this.i.
|
|
790
|
+
let iv = this.i.ae0();
|
|
791
791
|
return (iv);
|
|
792
792
|
}
|
|
793
793
|
getCurrentXAxisActualMaximum() {
|
|
794
|
-
let iv = this.i.
|
|
794
|
+
let iv = this.i.aex();
|
|
795
795
|
return (iv);
|
|
796
796
|
}
|
|
797
797
|
getCurrentYAxisActualMaximum() {
|
|
798
|
-
let iv = this.i.
|
|
798
|
+
let iv = this.i.aez();
|
|
799
799
|
return (iv);
|
|
800
800
|
}
|
|
801
801
|
}
|