igniteui-webcomponents-charts 4.3.2 → 4.3.3-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/License +1 -1
- package/bundles/igniteui-webcomponents-charts.umd.js +12498 -11820
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +13 -13
- package/esm2015/lib/AnchoredCategorySeries_combined.js +25 -25
- package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +42 -42
- package/esm2015/lib/AngleAxisLabelPanel_combined.js +553 -550
- package/esm2015/lib/AnnotationLayer_combined.js +4 -4
- package/esm2015/lib/AreaSeries_combined.js +1 -1
- package/esm2015/lib/AxisAnnotationFrameManager.js +18 -18
- package/esm2015/lib/AxisAnnotationManager.js +28 -28
- package/esm2015/lib/AxisVisualDataManager.js +32 -32
- package/esm2015/lib/BarFramePreparer.js +8 -8
- package/esm2015/lib/BarSeries_combined.js +31 -31
- package/esm2015/lib/BarTrendFitCalculator.js +2 -2
- package/esm2015/lib/BarTrendLineManager.js +4 -4
- package/esm2015/lib/BollingerBandsOverlay_combined.js +12 -12
- package/esm2015/lib/BubbleSeries_combined.js +5 -5
- package/esm2015/lib/CalloutLayer_combined.js +13 -13
- package/esm2015/lib/CategoryBucketCalculator_combined.js +88 -86
- package/esm2015/lib/CategoryChart.js +380 -380
- package/esm2015/lib/CategoryChartToolbarProvider.js +14 -14
- package/esm2015/lib/CategoryDateTimeXAxis_combined.js +144 -141
- package/esm2015/lib/CategoryHighlightLayer_combined.js +6 -6
- package/esm2015/lib/CategoryItemHighlightLayer_combined.js +13 -13
- package/esm2015/lib/CategorySeriesInteractionManager.js +12 -12
- package/esm2015/lib/CategorySeriesRenderManager.js +5 -5
- package/esm2015/lib/CategoryToolTipLayer_combined.js +12 -12
- package/esm2015/lib/CategoryTransitionSourceFramePreparer.js +6 -6
- package/esm2015/lib/CategoryTrendLineManager.js +4 -4
- package/esm2015/lib/CategoryTrendLineManagerBase.js +20 -14
- package/esm2015/lib/CategoryTrendLineManagerFactory.js +2 -2
- package/esm2015/lib/CategoryXAxis_combined.js +240 -237
- package/esm2015/lib/CategoryYAxis_combined.js +220 -217
- package/esm2015/lib/ColumnSeries_combined.js +10 -10
- package/esm2015/lib/CustomIndicator.js +1 -1
- package/esm2015/lib/DataChartToolbarProvider.js +107 -82
- package/esm2015/lib/DataChartVisualDataManager.js +2 -2
- package/esm2015/lib/DataToolTipLayer_combined.js +17 -17
- package/esm2015/lib/DefaultProvidesViewport.js +3 -0
- package/esm2015/lib/DomainChartToolbarProvider.js +87 -64
- package/esm2015/lib/DomainChart_combined.js +678 -658
- package/esm2015/lib/ErrorBarsHelper.js +25 -25
- package/esm2015/lib/FinalValueLayer_combined.js +13 -11
- package/esm2015/lib/FinancialChart_combined.js +1260 -1260
- package/esm2015/lib/FinancialEventArgs_combined.js +52 -52
- package/esm2015/lib/FinancialIndicator_combined.js +68 -63
- package/esm2015/lib/FinancialOverlay.js +6 -6
- package/esm2015/lib/FinancialPriceSeries_combined.js +88 -83
- package/esm2015/lib/HighDensityScatterSeries_combined.js +28 -28
- package/esm2015/lib/HorizontalAnchoredCategorySeries.js +16 -16
- package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +2 -2
- package/esm2015/lib/HorizontalAxisView_combined.js +6 -6
- package/esm2015/lib/HorizontalRangeCategorySeries.js +9 -9
- package/esm2015/lib/ItemToolTipLayer_combined.js +1 -1
- package/esm2015/lib/LineSeries_combined.js +1 -1
- package/esm2015/lib/LogarithmicScaler.js +1 -1
- package/esm2015/lib/MarkerTemplates.js +4 -4
- package/esm2015/lib/NumericXAxis_combined.js +88 -85
- package/esm2015/lib/NumericYAxis_combined.js +89 -86
- package/esm2015/lib/OrdinalTimeXAxis.js +215 -212
- package/esm2015/lib/PercentChangeYAxis_combined.js +22 -19
- package/esm2015/lib/PolarAxes.js +13 -13
- package/esm2015/lib/PolarAxisInfoCache.js +6 -6
- package/esm2015/lib/PolarBase_combined.js +31 -31
- package/esm2015/lib/PolarLineSeriesBase_combined.js +3 -3
- package/esm2015/lib/PolarTrendLineManager.js +4 -4
- package/esm2015/lib/PreparationParams.js +9 -6
- package/esm2015/lib/PriceChannelOverlay_combined.js +10 -10
- package/esm2015/lib/RadialAreaSeries_combined.js +1 -1
- package/esm2015/lib/RadialAxes.js +2 -2
- package/esm2015/lib/RadialAxisLabelPanel_combined.js +3 -3
- package/esm2015/lib/RadialBucketCalculator_combined.js +23 -23
- package/esm2015/lib/RadialColumnSeries_combined.js +6 -6
- package/esm2015/lib/RadialLineSeries_combined.js +1 -1
- package/esm2015/lib/RadialPieSeries_combined.js +5 -5
- package/esm2015/lib/RadialTrendLineManager.js +8 -8
- package/esm2015/lib/RangeAreaSeries_combined.js +1 -1
- package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +16 -16
- package/esm2015/lib/RangeCategoryFramePreparer.js +8 -8
- package/esm2015/lib/RangeColumnSeries_combined.js +6 -6
- package/esm2015/lib/ScatterAreaSeries_combined.js +5 -5
- package/esm2015/lib/ScatterBase_combined.js +74 -74
- package/esm2015/lib/ScatterContourSeries_combined.js +4 -4
- package/esm2015/lib/ScatterLineSeries.js +2 -2
- package/esm2015/lib/ScatterPolygonSeries_combined.js +26 -26
- package/esm2015/lib/ScatterSplineSeries.js +2 -2
- package/esm2015/lib/ScatterTrendLineManager.js +1 -1
- package/esm2015/lib/ScatterTriangulationSeries.js +11 -11
- package/esm2015/lib/SeriesInteractionManager.js +57 -57
- package/esm2015/lib/SeriesViewerInteractionManager.js +124 -124
- package/esm2015/lib/SeriesViewerScrollbarManager.js +4 -4
- package/esm2015/lib/SeriesViewerSurfaceViewer.js +9 -9
- package/esm2015/lib/SeriesViewer_combined.js +3760 -3621
- package/esm2015/lib/SeriesVisualDataManager.js +20 -20
- package/esm2015/lib/ShapeSeriesBase_combined.js +20 -20
- package/esm2015/lib/SortedReadOnlyDoubleCollection.js +78 -0
- package/esm2015/lib/SortingTrendLineManager.js +12 -18
- package/esm2015/lib/SplineAreaSeries_combined.js +1 -1
- package/esm2015/lib/SplineSeriesBase_combined.js +28 -28
- package/esm2015/lib/SplineSeries_combined.js +1 -1
- package/esm2015/lib/Stacked100BarBucketCalculator.js +2 -2
- package/esm2015/lib/Stacked100ColumnBucketCalculator.js +2 -2
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +155 -155
- package/esm2015/lib/StepAreaSeries_combined.js +2 -2
- package/esm2015/lib/StepLineSeries_combined.js +3 -3
- package/esm2015/lib/StraightNumericAxisBase_combined.js +72 -72
- package/esm2015/lib/StrategyBasedIndicator.js +2 -2
- package/esm2015/lib/TileZoomManager_combined.js +4 -4
- package/esm2015/lib/TimeAxisBase.js +238 -232
- package/esm2015/lib/TimeXAxis.js +251 -248
- package/esm2015/lib/TrendFitCalculator.js +2 -2
- package/esm2015/lib/TrendLineManagerBase$1.js +1 -1
- package/esm2015/lib/TrendResolutionParams.js +6 -4
- package/esm2015/lib/ValueLayer_combined.js +4 -4
- package/esm2015/lib/ValueOverlay_combined.js +23 -23
- package/esm2015/lib/VerticalAnchoredCategorySeries.js +11 -11
- package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +5 -5
- package/esm2015/lib/WaterfallSeries_combined.js +5 -5
- package/esm2015/lib/XYChart.js +710 -710
- package/esm2015/lib/igc-assigning-series-style-event-args-base.js +6 -0
- package/esm2015/lib/igc-axis-annotation.js +6 -0
- package/esm2015/lib/igc-axis-component.js +213 -209
- package/esm2015/lib/igc-axis-range-changed-event-args.js +6 -0
- package/esm2015/lib/igc-brush-scale-component.js +3 -0
- package/esm2015/lib/igc-callout-annotation.js +6 -0
- package/esm2015/lib/igc-callout-content-updating-event-args.js +6 -0
- package/esm2015/lib/igc-callout-label-updating-event-args.js +6 -0
- package/esm2015/lib/igc-callout-render-style-updating-event-args.js +6 -0
- package/esm2015/lib/igc-callout-series-selecting-event-args.js +6 -0
- package/esm2015/lib/igc-callout-style-updating-event-args.js +6 -0
- package/esm2015/lib/igc-category-angle-axis-component.js +17 -17
- package/esm2015/lib/igc-category-axis-base-component.js +31 -27
- package/esm2015/lib/igc-category-chart-component.js +126 -126
- package/esm2015/lib/igc-category-date-time-x-axis-component.js +20 -20
- package/esm2015/lib/igc-category-x-axis-component.js +16 -16
- package/esm2015/lib/igc-category-y-axis-component.js +18 -18
- package/esm2015/lib/igc-chart-cursor-event-args.js +3 -0
- package/esm2015/lib/igc-chart-mouse-event-args.js +3 -0
- package/esm2015/lib/igc-chart-series-event-args.js +3 -0
- package/esm2015/lib/igc-chart-summary-description.js +6 -0
- package/esm2015/lib/igc-color-scale-component.js +3 -0
- package/esm2015/lib/igc-column-supporting-calculation.js +3 -0
- package/esm2015/lib/igc-contour-value-resolver-component.js +3 -0
- package/esm2015/lib/igc-custom-contour-value-resolver-event-args.js +3 -0
- package/esm2015/lib/igc-data-chart-component.js +95 -95
- package/esm2015/lib/igc-data-chart-mouse-button-event-args.js +3 -0
- package/esm2015/lib/igc-data-legend-styling-column-event-args.js +6 -0
- package/esm2015/lib/igc-data-legend-styling-row-event-args.js +6 -0
- package/esm2015/lib/igc-data-legend-summary-event-args.js +3 -0
- package/esm2015/lib/igc-data-source-supporting-calculation.js +3 -0
- package/esm2015/lib/igc-domain-chart-component.js +268 -271
- package/esm2015/lib/igc-domain-chart-series-pointer-event-args.js +3 -0
- package/esm2015/lib/igc-financial-calculation-supporting-calculations.js +6 -0
- package/esm2015/lib/igc-financial-chart-component.js +159 -159
- package/esm2015/lib/igc-funnel-data-context.js +6 -0
- package/esm2015/lib/igc-funnel-slice-clicked-event-args.js +6 -0
- package/esm2015/lib/igc-funnel-slice-event-args.js +6 -0
- package/esm2015/lib/igc-highlighting-info.js +6 -0
- package/esm2015/lib/igc-hole-dimensions-changed-event-args.js +3 -0
- package/esm2015/lib/igc-label-click-event-args.js +3 -0
- package/esm2015/lib/igc-legend-mouse-button-event-args.js +3 -0
- package/esm2015/lib/igc-legend-mouse-event-args.js +3 -0
- package/esm2015/lib/igc-numeric-angle-axis-component.js +4 -4
- package/esm2015/lib/igc-numeric-axis-base-component.js +72 -68
- package/esm2015/lib/igc-numeric-radius-axis-component.js +9 -9
- package/esm2015/lib/igc-numeric-x-axis-component.js +1 -1
- package/esm2015/lib/igc-numeric-y-axis-component.js +2 -2
- package/esm2015/lib/igc-ordinal-time-x-axis-component.js +7 -7
- package/esm2015/lib/igc-pie-chart-base-component.js +3 -0
- package/esm2015/lib/igc-pie-slice-others-context.js +6 -0
- package/esm2015/lib/igc-plot-area-mouse-button-event-args.js +3 -0
- package/esm2015/lib/igc-plot-area-mouse-event-args.js +3 -0
- package/esm2015/lib/igc-progressive-load-status-event-args.js +3 -0
- package/esm2015/lib/igc-refresh-completed-event-args.js +6 -0
- package/esm2015/lib/igc-render-requested-event-args.js +6 -0
- package/esm2015/lib/igc-ring.js +6 -0
- package/esm2015/lib/igc-scaler-params.js +3 -0
- package/esm2015/lib/igc-selected-item-changed-event-args.js +3 -0
- package/esm2015/lib/igc-selected-items-changed-event-args.js +3 -0
- package/esm2015/lib/igc-series-component.js +4 -0
- package/esm2015/lib/igc-series-viewer-component.js +289 -257
- package/esm2015/lib/igc-series-viewer-manipulation-event-args.js +6 -0
- package/esm2015/lib/igc-size-scale-component.js +3 -0
- package/esm2015/lib/igc-slice-click-event-args.js +3 -0
- package/esm2015/lib/igc-slice-event-args.js +3 -0
- package/esm2015/lib/igc-stacked-series-created-event-args.js +3 -0
- package/esm2015/lib/igc-straight-numeric-axis-base-component.js +3 -3
- package/esm2015/lib/igc-time-axis-base-component.js +10 -6
- package/esm2015/lib/igc-time-x-axis-component.js +6 -6
- package/esm2015/lib/igc-treemap-node-pointer-event-args.js +6 -0
- package/esm2015/lib/igc-treemap-node-style-component.js +3 -0
- package/esm2015/lib/igc-treemap-node-styling-event-args.js +6 -0
- package/esm2015/lib/igc-xy-chart-component.js +218 -218
- package/esm2015/lib/igc-zoom-slider-resolving-axis-value-event-args.js +6 -0
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +13 -13
- package/esm5/lib/AnchoredCategorySeries_combined.js +25 -25
- package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +42 -42
- package/esm5/lib/AngleAxisLabelPanel_combined.js +549 -546
- package/esm5/lib/AnnotationLayer_combined.js +4 -4
- package/esm5/lib/AreaSeries_combined.js +1 -1
- package/esm5/lib/AxisAnnotationFrameManager.js +18 -18
- package/esm5/lib/AxisAnnotationManager.js +28 -28
- package/esm5/lib/AxisVisualDataManager.js +32 -32
- package/esm5/lib/BarFramePreparer.js +8 -8
- package/esm5/lib/BarSeries_combined.js +31 -31
- package/esm5/lib/BarTrendFitCalculator.js +2 -2
- package/esm5/lib/BarTrendLineManager.js +4 -4
- package/esm5/lib/BollingerBandsOverlay_combined.js +12 -12
- package/esm5/lib/BubbleSeries_combined.js +5 -5
- package/esm5/lib/CalloutLayer_combined.js +13 -13
- package/esm5/lib/CategoryBucketCalculator_combined.js +88 -86
- package/esm5/lib/CategoryChart.js +371 -371
- package/esm5/lib/CategoryChartToolbarProvider.js +14 -14
- package/esm5/lib/CategoryDateTimeXAxis_combined.js +140 -137
- package/esm5/lib/CategoryHighlightLayer_combined.js +6 -6
- package/esm5/lib/CategoryItemHighlightLayer_combined.js +13 -13
- package/esm5/lib/CategorySeriesInteractionManager.js +12 -12
- package/esm5/lib/CategorySeriesRenderManager.js +5 -5
- package/esm5/lib/CategoryToolTipLayer_combined.js +12 -12
- package/esm5/lib/CategoryTransitionSourceFramePreparer.js +6 -6
- package/esm5/lib/CategoryTrendLineManager.js +4 -4
- package/esm5/lib/CategoryTrendLineManagerBase.js +20 -14
- package/esm5/lib/CategoryTrendLineManagerFactory.js +2 -2
- package/esm5/lib/CategoryXAxis_combined.js +239 -236
- package/esm5/lib/CategoryYAxis_combined.js +219 -216
- package/esm5/lib/ColumnSeries_combined.js +10 -10
- package/esm5/lib/CustomIndicator.js +1 -1
- package/esm5/lib/DataChartToolbarProvider.js +107 -82
- package/esm5/lib/DataChartVisualDataManager.js +2 -2
- package/esm5/lib/DataToolTipLayer_combined.js +17 -17
- package/esm5/lib/DefaultProvidesViewport.js +3 -0
- package/esm5/lib/DomainChartToolbarProvider.js +87 -64
- package/esm5/lib/DomainChart_combined.js +667 -639
- package/esm5/lib/ErrorBarsHelper.js +25 -25
- package/esm5/lib/FinalValueLayer_combined.js +13 -11
- package/esm5/lib/FinancialChart_combined.js +1239 -1239
- package/esm5/lib/FinancialEventArgs_combined.js +52 -52
- package/esm5/lib/FinancialIndicator_combined.js +68 -63
- package/esm5/lib/FinancialOverlay.js +6 -6
- package/esm5/lib/FinancialPriceSeries_combined.js +88 -83
- package/esm5/lib/HighDensityScatterSeries_combined.js +28 -28
- package/esm5/lib/HorizontalAnchoredCategorySeries.js +16 -16
- package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +2 -2
- package/esm5/lib/HorizontalAxisView_combined.js +6 -6
- package/esm5/lib/HorizontalRangeCategorySeries.js +9 -9
- package/esm5/lib/ItemToolTipLayer_combined.js +1 -1
- package/esm5/lib/LineSeries_combined.js +1 -1
- package/esm5/lib/LogarithmicScaler.js +1 -1
- package/esm5/lib/MarkerTemplates.js +4 -4
- package/esm5/lib/NumericXAxis_combined.js +88 -85
- package/esm5/lib/NumericYAxis_combined.js +89 -86
- package/esm5/lib/OrdinalTimeXAxis.js +213 -210
- package/esm5/lib/PercentChangeYAxis_combined.js +22 -19
- package/esm5/lib/PolarAxes.js +13 -13
- package/esm5/lib/PolarAxisInfoCache.js +6 -6
- package/esm5/lib/PolarBase_combined.js +31 -31
- package/esm5/lib/PolarLineSeriesBase_combined.js +3 -3
- package/esm5/lib/PolarTrendLineManager.js +4 -4
- package/esm5/lib/PreparationParams.js +9 -6
- package/esm5/lib/PriceChannelOverlay_combined.js +10 -10
- package/esm5/lib/RadialAreaSeries_combined.js +1 -1
- package/esm5/lib/RadialAxes.js +2 -2
- package/esm5/lib/RadialAxisLabelPanel_combined.js +3 -3
- package/esm5/lib/RadialBucketCalculator_combined.js +23 -23
- package/esm5/lib/RadialColumnSeries_combined.js +6 -6
- package/esm5/lib/RadialLineSeries_combined.js +1 -1
- package/esm5/lib/RadialPieSeries_combined.js +5 -5
- package/esm5/lib/RadialTrendLineManager.js +8 -8
- package/esm5/lib/RangeAreaSeries_combined.js +1 -1
- package/esm5/lib/RangeCategoryBucketCalculator_combined.js +16 -16
- package/esm5/lib/RangeCategoryFramePreparer.js +8 -8
- package/esm5/lib/RangeColumnSeries_combined.js +6 -6
- package/esm5/lib/ScatterAreaSeries_combined.js +5 -5
- package/esm5/lib/ScatterBase_combined.js +74 -74
- package/esm5/lib/ScatterContourSeries_combined.js +4 -4
- package/esm5/lib/ScatterLineSeries.js +2 -2
- package/esm5/lib/ScatterPolygonSeries_combined.js +26 -26
- package/esm5/lib/ScatterSplineSeries.js +2 -2
- package/esm5/lib/ScatterTrendLineManager.js +1 -1
- package/esm5/lib/ScatterTriangulationSeries.js +11 -11
- package/esm5/lib/SeriesInteractionManager.js +57 -57
- package/esm5/lib/SeriesViewerInteractionManager.js +124 -124
- package/esm5/lib/SeriesViewerScrollbarManager.js +4 -4
- package/esm5/lib/SeriesViewerSurfaceViewer.js +9 -9
- package/esm5/lib/SeriesViewer_combined.js +3730 -3570
- package/esm5/lib/SeriesVisualDataManager.js +20 -20
- package/esm5/lib/ShapeSeriesBase_combined.js +20 -20
- package/esm5/lib/SortedReadOnlyDoubleCollection.js +105 -0
- package/esm5/lib/SortingTrendLineManager.js +12 -18
- package/esm5/lib/SplineAreaSeries_combined.js +1 -1
- package/esm5/lib/SplineSeriesBase_combined.js +28 -28
- package/esm5/lib/SplineSeries_combined.js +1 -1
- package/esm5/lib/Stacked100BarBucketCalculator.js +2 -2
- package/esm5/lib/Stacked100ColumnBucketCalculator.js +2 -2
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +155 -155
- package/esm5/lib/StepAreaSeries_combined.js +2 -2
- package/esm5/lib/StepLineSeries_combined.js +3 -3
- package/esm5/lib/StraightNumericAxisBase_combined.js +70 -70
- package/esm5/lib/StrategyBasedIndicator.js +2 -2
- package/esm5/lib/TileZoomManager_combined.js +4 -4
- package/esm5/lib/TimeAxisBase.js +234 -228
- package/esm5/lib/TimeXAxis.js +249 -246
- package/esm5/lib/TrendFitCalculator.js +2 -2
- package/esm5/lib/TrendLineManagerBase$1.js +1 -1
- package/esm5/lib/TrendResolutionParams.js +6 -4
- package/esm5/lib/ValueLayer_combined.js +4 -4
- package/esm5/lib/ValueOverlay_combined.js +23 -23
- package/esm5/lib/VerticalAnchoredCategorySeries.js +11 -11
- package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +5 -5
- package/esm5/lib/WaterfallSeries_combined.js +5 -5
- package/esm5/lib/XYChart.js +675 -675
- package/esm5/lib/igc-assigning-series-style-event-args-base.js +6 -0
- package/esm5/lib/igc-axis-annotation.js +6 -0
- package/esm5/lib/igc-axis-component.js +213 -209
- package/esm5/lib/igc-axis-range-changed-event-args.js +6 -0
- package/esm5/lib/igc-brush-scale-component.js +3 -0
- package/esm5/lib/igc-callout-annotation.js +6 -0
- package/esm5/lib/igc-callout-content-updating-event-args.js +6 -0
- package/esm5/lib/igc-callout-label-updating-event-args.js +6 -0
- package/esm5/lib/igc-callout-render-style-updating-event-args.js +6 -0
- package/esm5/lib/igc-callout-series-selecting-event-args.js +6 -0
- package/esm5/lib/igc-callout-style-updating-event-args.js +6 -0
- package/esm5/lib/igc-category-angle-axis-component.js +17 -17
- package/esm5/lib/igc-category-axis-base-component.js +31 -27
- package/esm5/lib/igc-category-chart-component.js +126 -126
- package/esm5/lib/igc-category-date-time-x-axis-component.js +20 -20
- package/esm5/lib/igc-category-x-axis-component.js +16 -16
- package/esm5/lib/igc-category-y-axis-component.js +18 -18
- package/esm5/lib/igc-chart-cursor-event-args.js +3 -0
- package/esm5/lib/igc-chart-mouse-event-args.js +3 -0
- package/esm5/lib/igc-chart-series-event-args.js +3 -0
- package/esm5/lib/igc-chart-summary-description.js +6 -0
- package/esm5/lib/igc-color-scale-component.js +3 -0
- package/esm5/lib/igc-column-supporting-calculation.js +3 -0
- package/esm5/lib/igc-contour-value-resolver-component.js +3 -0
- package/esm5/lib/igc-custom-contour-value-resolver-event-args.js +3 -0
- package/esm5/lib/igc-data-chart-component.js +95 -95
- package/esm5/lib/igc-data-chart-mouse-button-event-args.js +3 -0
- package/esm5/lib/igc-data-legend-styling-column-event-args.js +6 -0
- package/esm5/lib/igc-data-legend-styling-row-event-args.js +6 -0
- package/esm5/lib/igc-data-legend-summary-event-args.js +3 -0
- package/esm5/lib/igc-data-source-supporting-calculation.js +3 -0
- package/esm5/lib/igc-domain-chart-component.js +268 -271
- package/esm5/lib/igc-domain-chart-series-pointer-event-args.js +3 -0
- package/esm5/lib/igc-financial-calculation-supporting-calculations.js +6 -0
- package/esm5/lib/igc-financial-chart-component.js +159 -159
- package/esm5/lib/igc-funnel-data-context.js +6 -0
- package/esm5/lib/igc-funnel-slice-clicked-event-args.js +6 -0
- package/esm5/lib/igc-funnel-slice-event-args.js +6 -0
- package/esm5/lib/igc-highlighting-info.js +6 -0
- package/esm5/lib/igc-hole-dimensions-changed-event-args.js +3 -0
- package/esm5/lib/igc-label-click-event-args.js +3 -0
- package/esm5/lib/igc-legend-mouse-button-event-args.js +3 -0
- package/esm5/lib/igc-legend-mouse-event-args.js +3 -0
- package/esm5/lib/igc-numeric-angle-axis-component.js +4 -4
- package/esm5/lib/igc-numeric-axis-base-component.js +72 -68
- package/esm5/lib/igc-numeric-radius-axis-component.js +9 -9
- package/esm5/lib/igc-numeric-x-axis-component.js +1 -1
- package/esm5/lib/igc-numeric-y-axis-component.js +2 -2
- package/esm5/lib/igc-ordinal-time-x-axis-component.js +7 -7
- package/esm5/lib/igc-pie-chart-base-component.js +3 -0
- package/esm5/lib/igc-pie-slice-others-context.js +6 -0
- package/esm5/lib/igc-plot-area-mouse-button-event-args.js +3 -0
- package/esm5/lib/igc-plot-area-mouse-event-args.js +3 -0
- package/esm5/lib/igc-progressive-load-status-event-args.js +3 -0
- package/esm5/lib/igc-refresh-completed-event-args.js +6 -0
- package/esm5/lib/igc-render-requested-event-args.js +6 -0
- package/esm5/lib/igc-ring.js +6 -0
- package/esm5/lib/igc-scaler-params.js +3 -0
- package/esm5/lib/igc-selected-item-changed-event-args.js +3 -0
- package/esm5/lib/igc-selected-items-changed-event-args.js +3 -0
- package/esm5/lib/igc-series-component.js +4 -0
- package/esm5/lib/igc-series-viewer-component.js +294 -257
- package/esm5/lib/igc-series-viewer-manipulation-event-args.js +6 -0
- package/esm5/lib/igc-size-scale-component.js +3 -0
- package/esm5/lib/igc-slice-click-event-args.js +3 -0
- package/esm5/lib/igc-slice-event-args.js +3 -0
- package/esm5/lib/igc-stacked-series-created-event-args.js +3 -0
- package/esm5/lib/igc-straight-numeric-axis-base-component.js +3 -3
- package/esm5/lib/igc-time-axis-base-component.js +10 -6
- package/esm5/lib/igc-time-x-axis-component.js +6 -6
- package/esm5/lib/igc-treemap-node-pointer-event-args.js +6 -0
- package/esm5/lib/igc-treemap-node-style-component.js +3 -0
- package/esm5/lib/igc-treemap-node-styling-event-args.js +6 -0
- package/esm5/lib/igc-xy-chart-component.js +218 -218
- package/esm5/lib/igc-zoom-slider-resolving-axis-value-event-args.js +6 -0
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-charts.js +12564 -11946
- package/fesm5/igniteui-webcomponents-charts.js +12499 -11822
- package/lib/AngleAxisLabelPanel_combined.d.ts +116 -115
- package/lib/CategoryChart.d.ts +100 -100
- package/lib/CategoryChartToolbarProvider.d.ts +4 -4
- package/lib/CategoryDateTimeXAxis_combined.d.ts +31 -30
- package/lib/CategoryXAxis_combined.d.ts +42 -41
- package/lib/CategoryYAxis_combined.d.ts +40 -39
- package/lib/DataChartToolbarProvider.d.ts +19 -15
- package/lib/DefaultProvidesViewport.d.ts +1 -0
- package/lib/DomainChartToolbarProvider.d.ts +21 -17
- package/lib/DomainChart_combined.d.ts +139 -131
- package/lib/FinancialChart_combined.d.ts +249 -249
- package/lib/IProvidesViewport.d.ts +1 -0
- package/lib/IScaler.d.ts +5 -4
- package/lib/NumericXAxis_combined.d.ts +21 -20
- package/lib/NumericYAxis_combined.d.ts +21 -20
- package/lib/OrdinalTimeXAxis.d.ts +51 -50
- package/lib/PercentChangeYAxis_combined.d.ts +9 -8
- package/lib/PreparationParams.d.ts +9 -6
- package/lib/SeriesViewer_combined.d.ts +1049 -1023
- package/lib/SortedReadOnlyDoubleCollection.d.ts +24 -0
- package/lib/SortingTrendLineManager.d.ts +2 -3
- package/lib/StraightNumericAxisBase_combined.d.ts +22 -22
- package/lib/TimeAxisBase.d.ts +51 -49
- package/lib/TimeXAxis.d.ts +59 -58
- package/lib/TrendResolutionParams.d.ts +6 -4
- package/lib/XYChart.d.ts +189 -189
- package/lib/igc-axis-component.d.ts +4 -3
- package/lib/igc-category-axis-base-component.d.ts +1 -0
- package/lib/igc-domain-chart-component.d.ts +0 -2
- package/lib/igc-numeric-axis-base-component.d.ts +1 -0
- package/lib/igc-series-component.d.ts +1 -0
- package/lib/igc-series-viewer-component.d.ts +10 -2
- package/lib/igc-time-axis-base-component.d.ts +1 -0
- package/package.json +2 -2
- package/public_api.d.ts +1 -0
|
@@ -320,11 +320,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
320
320
|
* `TransitionInDuration` controls the length of time taken by the transition-in animation. Try setting it to 2 seconds:
|
|
321
321
|
*/
|
|
322
322
|
get: function () {
|
|
323
|
-
return this.i.
|
|
323
|
+
return this.i.afm;
|
|
324
324
|
},
|
|
325
325
|
set: function (v) {
|
|
326
|
-
this.i.
|
|
327
|
-
this._a("transitionInDuration", this.i.
|
|
326
|
+
this.i.afm = +v;
|
|
327
|
+
this._a("transitionInDuration", this.i.afm);
|
|
328
328
|
},
|
|
329
329
|
enumerable: false,
|
|
330
330
|
configurable: true
|
|
@@ -335,10 +335,10 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
335
335
|
* 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.
|
|
336
336
|
*/
|
|
337
337
|
get: function () {
|
|
338
|
-
return this.i.
|
|
338
|
+
return this.i.adq;
|
|
339
339
|
},
|
|
340
340
|
set: function (v) {
|
|
341
|
-
this.i.
|
|
341
|
+
this.i.adq = v;
|
|
342
342
|
},
|
|
343
343
|
enumerable: false,
|
|
344
344
|
configurable: true
|
|
@@ -360,11 +360,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
360
360
|
* The `ChartType` property determines the type of data series to display.
|
|
361
361
|
*/
|
|
362
362
|
get: function () {
|
|
363
|
-
return this.i.
|
|
363
|
+
return this.i.ada;
|
|
364
364
|
},
|
|
365
365
|
set: function (v) {
|
|
366
|
-
this.i.
|
|
367
|
-
this._a("chartType", enumToString(CategoryChartType_$type, this.i.
|
|
366
|
+
this.i.ada = ensureEnum(CategoryChartType_$type, v);
|
|
367
|
+
this._a("chartType", enumToString(CategoryChartType_$type, this.i.ada));
|
|
368
368
|
},
|
|
369
369
|
enumerable: false,
|
|
370
370
|
configurable: true
|
|
@@ -376,11 +376,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
376
376
|
* `MarkerCollisionAvoidance` controls the technique the chart uses to avoid overlapping markers.
|
|
377
377
|
*/
|
|
378
378
|
get: function () {
|
|
379
|
-
return this.i.
|
|
379
|
+
return this.i.adc;
|
|
380
380
|
},
|
|
381
381
|
set: function (v) {
|
|
382
|
-
this.i.
|
|
383
|
-
this._a("markerCollisionAvoidance", enumToString(CategorySeriesMarkerCollisionAvoidance_$type, this.i.
|
|
382
|
+
this.i.adc = ensureEnum(CategorySeriesMarkerCollisionAvoidance_$type, v);
|
|
383
|
+
this._a("markerCollisionAvoidance", enumToString(CategorySeriesMarkerCollisionAvoidance_$type, this.i.adc));
|
|
384
384
|
},
|
|
385
385
|
enumerable: false,
|
|
386
386
|
configurable: true
|
|
@@ -390,11 +390,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
390
390
|
* Gets or sets whether to include the spline shape in the axis range requested of the axis for spline type series.
|
|
391
391
|
*/
|
|
392
392
|
get: function () {
|
|
393
|
-
return this.i.
|
|
393
|
+
return this.i.ad4;
|
|
394
394
|
},
|
|
395
395
|
set: function (v) {
|
|
396
|
-
this.i.
|
|
397
|
-
this._a("isSplineShapePartOfRange", this.i.
|
|
396
|
+
this.i.ad4 = ensureBool(v);
|
|
397
|
+
this._a("isSplineShapePartOfRange", this.i.ad4);
|
|
398
398
|
},
|
|
399
399
|
enumerable: false,
|
|
400
400
|
configurable: true
|
|
@@ -406,11 +406,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
406
406
|
* Set `IsTransitionInEnabled` to true if you want your chart series to animate into position when the chart is loading into view.
|
|
407
407
|
*/
|
|
408
408
|
get: function () {
|
|
409
|
-
return this.i.
|
|
409
|
+
return this.i.ad5;
|
|
410
410
|
},
|
|
411
411
|
set: function (v) {
|
|
412
|
-
this.i.
|
|
413
|
-
this._a("isTransitionInEnabled", this.i.
|
|
412
|
+
this.i.ad5 = ensureBool(v);
|
|
413
|
+
this._a("isTransitionInEnabled", this.i.ad5);
|
|
414
414
|
},
|
|
415
415
|
enumerable: false,
|
|
416
416
|
configurable: true
|
|
@@ -422,11 +422,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
422
422
|
* `TransitionInMode` controls the direction of the transition-in animation.
|
|
423
423
|
*/
|
|
424
424
|
get: function () {
|
|
425
|
-
return this.i.
|
|
425
|
+
return this.i.ade;
|
|
426
426
|
},
|
|
427
427
|
set: function (v) {
|
|
428
|
-
this.i.
|
|
429
|
-
this._a("transitionInMode", enumToString(CategoryTransitionInMode_$type, this.i.
|
|
428
|
+
this.i.ade = ensureEnum(CategoryTransitionInMode_$type, v);
|
|
429
|
+
this._a("transitionInMode", enumToString(CategoryTransitionInMode_$type, this.i.ade));
|
|
430
430
|
},
|
|
431
431
|
enumerable: false,
|
|
432
432
|
configurable: true
|
|
@@ -438,11 +438,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
438
438
|
* `TransitionInSpeedType` controls the speed of the transition-in animation.
|
|
439
439
|
*/
|
|
440
440
|
get: function () {
|
|
441
|
-
return this.i.
|
|
441
|
+
return this.i.ado;
|
|
442
442
|
},
|
|
443
443
|
set: function (v) {
|
|
444
|
-
this.i.
|
|
445
|
-
this._a("transitionInSpeedType", enumToString(TransitionInSpeedType_$type, this.i.
|
|
444
|
+
this.i.ado = ensureEnum(TransitionInSpeedType_$type, v);
|
|
445
|
+
this._a("transitionInSpeedType", enumToString(TransitionInSpeedType_$type, this.i.ado));
|
|
446
446
|
},
|
|
447
447
|
enumerable: false,
|
|
448
448
|
configurable: true
|
|
@@ -455,11 +455,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
455
455
|
* `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.
|
|
456
456
|
*/
|
|
457
457
|
get: function () {
|
|
458
|
-
return this.i.
|
|
458
|
+
return this.i.ae4;
|
|
459
459
|
},
|
|
460
460
|
set: function (v) {
|
|
461
|
-
this.i.
|
|
462
|
-
this._a("xAxisInterval", this.i.
|
|
461
|
+
this.i.ae4 = +v;
|
|
462
|
+
this._a("xAxisInterval", this.i.ae4);
|
|
463
463
|
},
|
|
464
464
|
enumerable: false,
|
|
465
465
|
configurable: true
|
|
@@ -474,11 +474,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
474
474
|
* `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.
|
|
475
475
|
*/
|
|
476
476
|
get: function () {
|
|
477
|
-
return this.i.
|
|
477
|
+
return this.i.ae7;
|
|
478
478
|
},
|
|
479
479
|
set: function (v) {
|
|
480
|
-
this.i.
|
|
481
|
-
this._a("xAxisMinorInterval", this.i.
|
|
480
|
+
this.i.ae7 = +v;
|
|
481
|
+
this._a("xAxisMinorInterval", this.i.ae7);
|
|
482
482
|
},
|
|
483
483
|
enumerable: false,
|
|
484
484
|
configurable: true
|
|
@@ -495,11 +495,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
495
495
|
* To set the item spacing to 75% the width of one item, set the `XAxisGap` to 0.75, as in this code:
|
|
496
496
|
*/
|
|
497
497
|
get: function () {
|
|
498
|
-
return this.i.
|
|
498
|
+
return this.i.ae3;
|
|
499
499
|
},
|
|
500
500
|
set: function (v) {
|
|
501
|
-
this.i.
|
|
502
|
-
this._a("xAxisGap", this.i.
|
|
501
|
+
this.i.ae3 = +v;
|
|
502
|
+
this._a("xAxisGap", this.i.ae3);
|
|
503
503
|
},
|
|
504
504
|
enumerable: false,
|
|
505
505
|
configurable: true
|
|
@@ -509,11 +509,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
509
509
|
* Gets or sets the minimum amount of pixels to use for the gap between categories, if possible.
|
|
510
510
|
*/
|
|
511
511
|
get: function () {
|
|
512
|
-
return this.i.
|
|
512
|
+
return this.i.ae6;
|
|
513
513
|
},
|
|
514
514
|
set: function (v) {
|
|
515
|
-
this.i.
|
|
516
|
-
this._a("xAxisMinimumGapSize", this.i.
|
|
515
|
+
this.i.ae6 = +v;
|
|
516
|
+
this._a("xAxisMinimumGapSize", this.i.ae6);
|
|
517
517
|
},
|
|
518
518
|
enumerable: false,
|
|
519
519
|
configurable: true
|
|
@@ -523,11 +523,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
523
523
|
* Gets or sets the maximum gap value to allow. This defaults to 1.0.
|
|
524
524
|
*/
|
|
525
525
|
get: function () {
|
|
526
|
-
return this.i.
|
|
526
|
+
return this.i.ae5;
|
|
527
527
|
},
|
|
528
528
|
set: function (v) {
|
|
529
|
-
this.i.
|
|
530
|
-
this._a("xAxisMaximumGap", this.i.
|
|
529
|
+
this.i.ae5 = +v;
|
|
530
|
+
this._a("xAxisMaximumGap", this.i.ae5);
|
|
531
531
|
},
|
|
532
532
|
enumerable: false,
|
|
533
533
|
configurable: true
|
|
@@ -544,11 +544,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
544
544
|
* To place grouped items with 75% overlap, set the `XAxisOverlap` to 0.75, as in this code:
|
|
545
545
|
*/
|
|
546
546
|
get: function () {
|
|
547
|
-
return this.i.
|
|
547
|
+
return this.i.ae8;
|
|
548
548
|
},
|
|
549
549
|
set: function (v) {
|
|
550
|
-
this.i.
|
|
551
|
-
this._a("xAxisOverlap", this.i.
|
|
550
|
+
this.i.ae8 = +v;
|
|
551
|
+
this._a("xAxisOverlap", this.i.ae8);
|
|
552
552
|
},
|
|
553
553
|
enumerable: false,
|
|
554
554
|
configurable: true
|
|
@@ -560,11 +560,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
560
560
|
* `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.
|
|
561
561
|
*/
|
|
562
562
|
get: function () {
|
|
563
|
-
return this.i.
|
|
563
|
+
return this.i.afg;
|
|
564
564
|
},
|
|
565
565
|
set: function (v) {
|
|
566
|
-
this.i.
|
|
567
|
-
this._a("yAxisInterval", this.i.
|
|
566
|
+
this.i.afg = +v;
|
|
567
|
+
this._a("yAxisInterval", this.i.afg);
|
|
568
568
|
},
|
|
569
569
|
enumerable: false,
|
|
570
570
|
configurable: true
|
|
@@ -574,11 +574,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
574
574
|
* Gets or sets a whether the series viewer should auto expand margins to accommodate the initial horizontal axis labels.
|
|
575
575
|
*/
|
|
576
576
|
get: function () {
|
|
577
|
-
return this.i.
|
|
577
|
+
return this.i.ac6;
|
|
578
578
|
},
|
|
579
579
|
set: function (v) {
|
|
580
|
-
this.i.
|
|
581
|
-
this._a("autoMarginAndAngleUpdateMode", enumToString(AutoMarginsAndAngleUpdateMode_$type, this.i.
|
|
580
|
+
this.i.ac6 = ensureEnum(AutoMarginsAndAngleUpdateMode_$type, v);
|
|
581
|
+
this._a("autoMarginAndAngleUpdateMode", enumToString(AutoMarginsAndAngleUpdateMode_$type, this.i.ac6));
|
|
582
582
|
},
|
|
583
583
|
enumerable: false,
|
|
584
584
|
configurable: true
|
|
@@ -588,11 +588,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
588
588
|
* Gets or sets a whether the series viewer should auto expand margins to accommodate the initial horizontal axis labels.
|
|
589
589
|
*/
|
|
590
590
|
get: function () {
|
|
591
|
-
return this.i.
|
|
591
|
+
return this.i.ad6;
|
|
592
592
|
},
|
|
593
593
|
set: function (v) {
|
|
594
|
-
this.i.
|
|
595
|
-
this._a("shouldAutoExpandMarginForInitialLabels", this.i.
|
|
594
|
+
this.i.ad6 = ensureBool(v);
|
|
595
|
+
this._a("shouldAutoExpandMarginForInitialLabels", this.i.ad6);
|
|
596
596
|
},
|
|
597
597
|
enumerable: false,
|
|
598
598
|
configurable: true
|
|
@@ -602,11 +602,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
602
602
|
* 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.
|
|
603
603
|
*/
|
|
604
604
|
get: function () {
|
|
605
|
-
return this.i.
|
|
605
|
+
return this.i.ad7;
|
|
606
606
|
},
|
|
607
607
|
set: function (v) {
|
|
608
|
-
this.i.
|
|
609
|
-
this._a("shouldConsiderAutoRotationForInitialLabels", this.i.
|
|
608
|
+
this.i.ad7 = ensureBool(v);
|
|
609
|
+
this._a("shouldConsiderAutoRotationForInitialLabels", this.i.ad7);
|
|
610
610
|
},
|
|
611
611
|
enumerable: false,
|
|
612
612
|
configurable: true
|
|
@@ -616,11 +616,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
616
616
|
* Gets or sets the extra amount the series viewer should auto expand margins to accommodate the initial horizontal axis labels.
|
|
617
617
|
*/
|
|
618
618
|
get: function () {
|
|
619
|
-
return this.i.
|
|
619
|
+
return this.i.aev;
|
|
620
620
|
},
|
|
621
621
|
set: function (v) {
|
|
622
|
-
this.i.
|
|
623
|
-
this._a("autoExpandMarginExtraPadding", this.i.
|
|
622
|
+
this.i.aev = +v;
|
|
623
|
+
this._a("autoExpandMarginExtraPadding", this.i.aev);
|
|
624
624
|
},
|
|
625
625
|
enumerable: false,
|
|
626
626
|
configurable: true
|
|
@@ -630,11 +630,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
630
630
|
* Gets or sets the maximum amount the series viewer should auto expand margins to accommodate the initial horizontal axis labels.
|
|
631
631
|
*/
|
|
632
632
|
get: function () {
|
|
633
|
-
return this.i.
|
|
633
|
+
return this.i.aew;
|
|
634
634
|
},
|
|
635
635
|
set: function (v) {
|
|
636
|
-
this.i.
|
|
637
|
-
this._a("autoExpandMarginMaximumValue", this.i.
|
|
636
|
+
this.i.aew = +v;
|
|
637
|
+
this._a("autoExpandMarginMaximumValue", this.i.aew);
|
|
638
638
|
},
|
|
639
639
|
enumerable: false,
|
|
640
640
|
configurable: true
|
|
@@ -644,11 +644,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
644
644
|
* Gets or sets whether the axis should favor emitting a label at the end of the scale.
|
|
645
645
|
*/
|
|
646
646
|
get: function () {
|
|
647
|
-
return this.i.
|
|
647
|
+
return this.i.aeb;
|
|
648
648
|
},
|
|
649
649
|
set: function (v) {
|
|
650
|
-
this.i.
|
|
651
|
-
this._a("yAxisFavorLabellingScaleEnd", this.i.
|
|
650
|
+
this.i.aeb = ensureBool(v);
|
|
651
|
+
this._a("yAxisFavorLabellingScaleEnd", this.i.aeb);
|
|
652
652
|
},
|
|
653
653
|
enumerable: false,
|
|
654
654
|
configurable: true
|
|
@@ -658,11 +658,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
658
658
|
* 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.
|
|
659
659
|
*/
|
|
660
660
|
get: function () {
|
|
661
|
-
return this.i.
|
|
661
|
+
return this.i.ad8;
|
|
662
662
|
},
|
|
663
663
|
set: function (v) {
|
|
664
|
-
this.i.
|
|
665
|
-
this._a("xAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.
|
|
664
|
+
this.i.ad8 = ensureBool(v);
|
|
665
|
+
this._a("xAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.ad8);
|
|
666
666
|
},
|
|
667
667
|
enumerable: false,
|
|
668
668
|
configurable: true
|
|
@@ -672,11 +672,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
672
672
|
* 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.
|
|
673
673
|
*/
|
|
674
674
|
get: function () {
|
|
675
|
-
return this.i.
|
|
675
|
+
return this.i.aea;
|
|
676
676
|
},
|
|
677
677
|
set: function (v) {
|
|
678
|
-
this.i.
|
|
679
|
-
this._a("yAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.
|
|
678
|
+
this.i.aea = ensureBool(v);
|
|
679
|
+
this._a("yAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.aea);
|
|
680
680
|
},
|
|
681
681
|
enumerable: false,
|
|
682
682
|
configurable: true
|
|
@@ -686,11 +686,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
686
686
|
* Gets or sets how the numeric axis will adjust its range buffer to less closely fix the data from the series.
|
|
687
687
|
*/
|
|
688
688
|
get: function () {
|
|
689
|
-
return this.i.
|
|
689
|
+
return this.i.ac8;
|
|
690
690
|
},
|
|
691
691
|
set: function (v) {
|
|
692
|
-
this.i.
|
|
693
|
-
this._a("yAxisAutoRangeBufferMode", enumToString(AxisRangeBufferMode_$type, this.i.
|
|
692
|
+
this.i.ac8 = ensureEnum(AxisRangeBufferMode_$type, v);
|
|
693
|
+
this._a("yAxisAutoRangeBufferMode", enumToString(AxisRangeBufferMode_$type, this.i.ac8));
|
|
694
694
|
},
|
|
695
695
|
enumerable: false,
|
|
696
696
|
configurable: true
|
|
@@ -703,11 +703,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
703
703
|
* Set `YAxisIsLogarithmic` to true if you want the y-axis to be a logarithmic scale.
|
|
704
704
|
*/
|
|
705
705
|
get: function () {
|
|
706
|
-
return this.i.
|
|
706
|
+
return this.i.aec;
|
|
707
707
|
},
|
|
708
708
|
set: function (v) {
|
|
709
|
-
this.i.
|
|
710
|
-
this._a("yAxisIsLogarithmic", this.i.
|
|
709
|
+
this.i.aec = ensureBool(v);
|
|
710
|
+
this._a("yAxisIsLogarithmic", this.i.aec);
|
|
711
711
|
},
|
|
712
712
|
enumerable: false,
|
|
713
713
|
configurable: true
|
|
@@ -720,11 +720,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
720
720
|
* When `YAxisIsLogarithmic` is true, `YAxisLogarithmBase` sets the logarithm base of the y-axis scale.
|
|
721
721
|
*/
|
|
722
722
|
get: function () {
|
|
723
|
-
return this.i.
|
|
723
|
+
return this.i.afn;
|
|
724
724
|
},
|
|
725
725
|
set: function (v) {
|
|
726
|
-
this.i.
|
|
727
|
-
this._a("yAxisLogarithmBase", this.i.
|
|
726
|
+
this.i.afn = +v;
|
|
727
|
+
this._a("yAxisLogarithmBase", this.i.afn);
|
|
728
728
|
},
|
|
729
729
|
enumerable: false,
|
|
730
730
|
configurable: true
|
|
@@ -736,11 +736,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
736
736
|
* `YAxisMaximumValue` determines the minimum of the y-axis.
|
|
737
737
|
*/
|
|
738
738
|
get: function () {
|
|
739
|
-
return this.i.
|
|
739
|
+
return this.i.afi;
|
|
740
740
|
},
|
|
741
741
|
set: function (v) {
|
|
742
|
-
this.i.
|
|
743
|
-
this._a("yAxisMinimumValue", this.i.
|
|
742
|
+
this.i.afi = +v;
|
|
743
|
+
this._a("yAxisMinimumValue", this.i.afi);
|
|
744
744
|
},
|
|
745
745
|
enumerable: false,
|
|
746
746
|
configurable: true
|
|
@@ -752,11 +752,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
752
752
|
* `YAxisMaximumValue` determines the maximum of the y-axis.
|
|
753
753
|
*/
|
|
754
754
|
get: function () {
|
|
755
|
-
return this.i.
|
|
755
|
+
return this.i.afh;
|
|
756
756
|
},
|
|
757
757
|
set: function (v) {
|
|
758
|
-
this.i.
|
|
759
|
-
this._a("yAxisMaximumValue", this.i.
|
|
758
|
+
this.i.afh = +v;
|
|
759
|
+
this._a("yAxisMaximumValue", this.i.afh);
|
|
760
760
|
},
|
|
761
761
|
enumerable: false,
|
|
762
762
|
configurable: true
|
|
@@ -768,11 +768,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
768
768
|
* `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.
|
|
769
769
|
*/
|
|
770
770
|
get: function () {
|
|
771
|
-
return this.i.
|
|
771
|
+
return this.i.afj;
|
|
772
772
|
},
|
|
773
773
|
set: function (v) {
|
|
774
|
-
this.i.
|
|
775
|
-
this._a("yAxisMinorInterval", this.i.
|
|
774
|
+
this.i.afj = +v;
|
|
775
|
+
this._a("yAxisMinorInterval", this.i.afj);
|
|
776
776
|
},
|
|
777
777
|
enumerable: false,
|
|
778
778
|
configurable: true
|
|
@@ -782,7 +782,7 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
782
782
|
* Gets the current minimum value for the X-axis.
|
|
783
783
|
*/
|
|
784
784
|
get: function () {
|
|
785
|
-
return this.i.
|
|
785
|
+
return this.i.ae2;
|
|
786
786
|
},
|
|
787
787
|
enumerable: false,
|
|
788
788
|
configurable: true
|
|
@@ -792,7 +792,7 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
792
792
|
* Gets the current maximum value for the X-axis.
|
|
793
793
|
*/
|
|
794
794
|
get: function () {
|
|
795
|
-
return this.i.
|
|
795
|
+
return this.i.ae1;
|
|
796
796
|
},
|
|
797
797
|
enumerable: false,
|
|
798
798
|
configurable: true
|
|
@@ -802,7 +802,7 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
802
802
|
* Gets the current minimum value for the Y-axis.
|
|
803
803
|
*/
|
|
804
804
|
get: function () {
|
|
805
|
-
return this.i.
|
|
805
|
+
return this.i.aff;
|
|
806
806
|
},
|
|
807
807
|
enumerable: false,
|
|
808
808
|
configurable: true
|
|
@@ -812,7 +812,7 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
812
812
|
* Gets the current maximum value for the Y-axis.
|
|
813
813
|
*/
|
|
814
814
|
get: function () {
|
|
815
|
-
return this.i.
|
|
815
|
+
return this.i.afe;
|
|
816
816
|
},
|
|
817
817
|
enumerable: false,
|
|
818
818
|
configurable: true
|
|
@@ -824,11 +824,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
824
824
|
* `NegativeBrushes` controls the brushes used by the chart for negative data, when the `ChartType` is one that supports negative brushes.
|
|
825
825
|
*/
|
|
826
826
|
get: function () {
|
|
827
|
-
return fromBrushCollection(this.i.
|
|
827
|
+
return fromBrushCollection(this.i.ac3);
|
|
828
828
|
},
|
|
829
829
|
set: function (v) {
|
|
830
|
-
this.i.
|
|
831
|
-
this._a("negativeBrushes", brushCollectionToString(this.i.
|
|
830
|
+
this.i.ac3 = toBrushCollection(v);
|
|
831
|
+
this._a("negativeBrushes", brushCollectionToString(this.i.ac3));
|
|
832
832
|
},
|
|
833
833
|
enumerable: false,
|
|
834
834
|
configurable: true
|
|
@@ -840,11 +840,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
840
840
|
* `NegativeOutlines` controls the outlines used by the chart for negative data, when the `ChartType` is one that supports negative brushes.
|
|
841
841
|
*/
|
|
842
842
|
get: function () {
|
|
843
|
-
return fromBrushCollection(this.i.
|
|
843
|
+
return fromBrushCollection(this.i.ac4);
|
|
844
844
|
},
|
|
845
845
|
set: function (v) {
|
|
846
|
-
this.i.
|
|
847
|
-
this._a("negativeOutlines", brushCollectionToString(this.i.
|
|
846
|
+
this.i.ac4 = toBrushCollection(v);
|
|
847
|
+
this._a("negativeOutlines", brushCollectionToString(this.i.ac4));
|
|
848
848
|
},
|
|
849
849
|
enumerable: false,
|
|
850
850
|
configurable: true
|
|
@@ -856,11 +856,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
856
856
|
* To abbreviate on the y-axis using formats like "1K" or "1M," set `YAxisAbbreviateLargeNumbers` to true.
|
|
857
857
|
*/
|
|
858
858
|
get: function () {
|
|
859
|
-
return this.i.
|
|
859
|
+
return this.i.ad9;
|
|
860
860
|
},
|
|
861
861
|
set: function (v) {
|
|
862
|
-
this.i.
|
|
863
|
-
this._a("yAxisAbbreviateLargeNumbers", this.i.
|
|
862
|
+
this.i.ad9 = ensureBool(v);
|
|
863
|
+
this._a("yAxisAbbreviateLargeNumbers", this.i.ad9);
|
|
864
864
|
},
|
|
865
865
|
enumerable: false,
|
|
866
866
|
configurable: true
|
|
@@ -871,11 +871,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
871
871
|
* This property is overridden by chart's WindowRectMinWidth property
|
|
872
872
|
*/
|
|
873
873
|
get: function () {
|
|
874
|
-
return this.i.
|
|
874
|
+
return this.i.ae9;
|
|
875
875
|
},
|
|
876
876
|
set: function (v) {
|
|
877
|
-
this.i.
|
|
878
|
-
this._a("xAxisZoomMaximumCategoryRange", this.i.
|
|
877
|
+
this.i.ae9 = +v;
|
|
878
|
+
this._a("xAxisZoomMaximumCategoryRange", this.i.ae9);
|
|
879
879
|
},
|
|
880
880
|
enumerable: false,
|
|
881
881
|
configurable: true
|
|
@@ -887,11 +887,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
887
887
|
* This property is overridden by chart's WindowRectMinWidth property
|
|
888
888
|
*/
|
|
889
889
|
get: function () {
|
|
890
|
-
return this.i.
|
|
890
|
+
return this.i.afa;
|
|
891
891
|
},
|
|
892
892
|
set: function (v) {
|
|
893
|
-
this.i.
|
|
894
|
-
this._a("xAxisZoomMaximumItemSpan", this.i.
|
|
893
|
+
this.i.afa = +v;
|
|
894
|
+
this._a("xAxisZoomMaximumItemSpan", this.i.afa);
|
|
895
895
|
},
|
|
896
896
|
enumerable: false,
|
|
897
897
|
configurable: true
|
|
@@ -902,11 +902,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
902
902
|
* This property is overridden by chart's WindowRect or WindowScaleHorizontal properties
|
|
903
903
|
*/
|
|
904
904
|
get: function () {
|
|
905
|
-
return this.i.
|
|
905
|
+
return this.i.afb;
|
|
906
906
|
},
|
|
907
907
|
set: function (v) {
|
|
908
|
-
this.i.
|
|
909
|
-
this._a("xAxisZoomToCategoryRange", this.i.
|
|
908
|
+
this.i.afb = +v;
|
|
909
|
+
this._a("xAxisZoomToCategoryRange", this.i.afb);
|
|
910
910
|
},
|
|
911
911
|
enumerable: false,
|
|
912
912
|
configurable: true
|
|
@@ -917,11 +917,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
917
917
|
* This property is overridden by chart's WindowRect or WindowScaleHorizontal properties
|
|
918
918
|
*/
|
|
919
919
|
get: function () {
|
|
920
|
-
return this.i.
|
|
920
|
+
return this.i.afc;
|
|
921
921
|
},
|
|
922
922
|
set: function (v) {
|
|
923
|
-
this.i.
|
|
924
|
-
this._a("xAxisZoomToCategoryStart", this.i.
|
|
923
|
+
this.i.afc = +v;
|
|
924
|
+
this._a("xAxisZoomToCategoryStart", this.i.afc);
|
|
925
925
|
},
|
|
926
926
|
enumerable: false,
|
|
927
927
|
configurable: true
|
|
@@ -933,11 +933,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
933
933
|
* This property is overridden by chart's WindowRect or WindowScaleHorizontal properties
|
|
934
934
|
*/
|
|
935
935
|
get: function () {
|
|
936
|
-
return this.i.
|
|
936
|
+
return this.i.afd;
|
|
937
937
|
},
|
|
938
938
|
set: function (v) {
|
|
939
|
-
this.i.
|
|
940
|
-
this._a("xAxisZoomToItemSpan", this.i.
|
|
939
|
+
this.i.afd = +v;
|
|
940
|
+
this._a("xAxisZoomToItemSpan", this.i.afd);
|
|
941
941
|
},
|
|
942
942
|
enumerable: false,
|
|
943
943
|
configurable: true
|
|
@@ -947,11 +947,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
947
947
|
* Gets or sets whether the category should be highlighted when hovered
|
|
948
948
|
*/
|
|
949
949
|
get: function () {
|
|
950
|
-
return this.i.
|
|
950
|
+
return this.i.ad2;
|
|
951
951
|
},
|
|
952
952
|
set: function (v) {
|
|
953
|
-
this.i.
|
|
954
|
-
this._a("isCategoryHighlightingEnabled", this.i.
|
|
953
|
+
this.i.ad2 = ensureBool(v);
|
|
954
|
+
this._a("isCategoryHighlightingEnabled", this.i.ad2);
|
|
955
955
|
},
|
|
956
956
|
enumerable: false,
|
|
957
957
|
configurable: true
|
|
@@ -961,11 +961,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
961
961
|
* Gets or sets whether the item should be highlighted when hovered
|
|
962
962
|
*/
|
|
963
963
|
get: function () {
|
|
964
|
-
return this.i.
|
|
964
|
+
return this.i.ad3;
|
|
965
965
|
},
|
|
966
966
|
set: function (v) {
|
|
967
|
-
this.i.
|
|
968
|
-
this._a("isItemHighlightingEnabled", this.i.
|
|
967
|
+
this.i.ad3 = ensureBool(v);
|
|
968
|
+
this._a("isItemHighlightingEnabled", this.i.ad3);
|
|
969
969
|
},
|
|
970
970
|
enumerable: false,
|
|
971
971
|
configurable: true
|
|
@@ -975,26 +975,26 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
975
975
|
|
|
976
976
|
*/
|
|
977
977
|
IgcCategoryChartComponent.prototype.exportSerializedVisualData = function () {
|
|
978
|
-
var iv = this.i.
|
|
978
|
+
var iv = this.i.afs();
|
|
979
979
|
return (iv);
|
|
980
980
|
};
|
|
981
981
|
IgcCategoryChartComponent.prototype.recalculateMarginAutoExpansion = function () {
|
|
982
|
-
this.i.
|
|
982
|
+
this.i.agw();
|
|
983
983
|
};
|
|
984
984
|
IgcCategoryChartComponent.prototype.getCurrentXAxisActualMinimum = function () {
|
|
985
|
-
var iv = this.i.
|
|
985
|
+
var iv = this.i.aey();
|
|
986
986
|
return (iv);
|
|
987
987
|
};
|
|
988
988
|
IgcCategoryChartComponent.prototype.getCurrentYAxisActualMinimum = function () {
|
|
989
|
-
var iv = this.i.
|
|
989
|
+
var iv = this.i.ae0();
|
|
990
990
|
return (iv);
|
|
991
991
|
};
|
|
992
992
|
IgcCategoryChartComponent.prototype.getCurrentXAxisActualMaximum = function () {
|
|
993
|
-
var iv = this.i.
|
|
993
|
+
var iv = this.i.aex();
|
|
994
994
|
return (iv);
|
|
995
995
|
};
|
|
996
996
|
IgcCategoryChartComponent.prototype.getCurrentYAxisActualMaximum = function () {
|
|
997
|
-
var iv = this.i.
|
|
997
|
+
var iv = this.i.aez();
|
|
998
998
|
return (iv);
|
|
999
999
|
};
|
|
1000
1000
|
IgcCategoryChartComponent._observedAttributesIgcCategoryChartComponent = null;
|