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
|
@@ -9,6 +9,9 @@ var IgcAxisRangeChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
9
9
|
this._implementation = this.createImplementation();
|
|
10
10
|
this._implementation.externalObject = this;
|
|
11
11
|
this.onImplementationCreated();
|
|
12
|
+
if (this._initializeAdapters) {
|
|
13
|
+
this._initializeAdapters();
|
|
14
|
+
}
|
|
12
15
|
}
|
|
13
16
|
IgcAxisRangeChangedEventArgs.prototype.createImplementation = function () {
|
|
14
17
|
return new AxisRangeChangedEventArgs_internal(0);
|
|
@@ -29,6 +32,9 @@ var IgcAxisRangeChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
29
32
|
this._implementation = i;
|
|
30
33
|
this._implementation.externalObject = this;
|
|
31
34
|
this.onImplementationCreated();
|
|
35
|
+
if (this._initializeAdapters) {
|
|
36
|
+
this._initializeAdapters();
|
|
37
|
+
}
|
|
32
38
|
};
|
|
33
39
|
Object.defineProperty(IgcAxisRangeChangedEventArgs.prototype, "oldMinimumValue", {
|
|
34
40
|
/**
|
|
@@ -30,6 +30,9 @@ var IgcBrushScaleComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30
30
|
_this._implementation = _this.createImplementation();
|
|
31
31
|
_this._implementation.externalObject = _this;
|
|
32
32
|
_this.onImplementationCreated();
|
|
33
|
+
if (_this._initializeAdapters) {
|
|
34
|
+
_this._initializeAdapters();
|
|
35
|
+
}
|
|
33
36
|
return _this;
|
|
34
37
|
}
|
|
35
38
|
IgcBrushScaleComponent.prototype.createImplementation = function () {
|
|
@@ -9,6 +9,9 @@ var IgcCalloutAnnotation = /** @class */ /*@__PURE__*/ (function () {
|
|
|
9
9
|
this._implementation = this.createImplementation();
|
|
10
10
|
this._implementation.externalObject = this;
|
|
11
11
|
this.onImplementationCreated();
|
|
12
|
+
if (this._initializeAdapters) {
|
|
13
|
+
this._initializeAdapters();
|
|
14
|
+
}
|
|
12
15
|
}
|
|
13
16
|
IgcCalloutAnnotation.prototype.createImplementation = function () {
|
|
14
17
|
return new CalloutAnnotation_internal();
|
|
@@ -29,6 +32,9 @@ var IgcCalloutAnnotation = /** @class */ /*@__PURE__*/ (function () {
|
|
|
29
32
|
this._implementation = i;
|
|
30
33
|
this._implementation.externalObject = this;
|
|
31
34
|
this.onImplementationCreated();
|
|
35
|
+
if (this._initializeAdapters) {
|
|
36
|
+
this._initializeAdapters();
|
|
37
|
+
}
|
|
32
38
|
};
|
|
33
39
|
Object.defineProperty(IgcCalloutAnnotation.prototype, "xValue", {
|
|
34
40
|
/**
|
|
@@ -7,6 +7,9 @@ var IgcCalloutContentUpdatingEventArgs = /** @class */ /*@__PURE__*/ (function (
|
|
|
7
7
|
this._implementation = this.createImplementation();
|
|
8
8
|
this._implementation.externalObject = this;
|
|
9
9
|
this.onImplementationCreated();
|
|
10
|
+
if (this._initializeAdapters) {
|
|
11
|
+
this._initializeAdapters();
|
|
12
|
+
}
|
|
10
13
|
}
|
|
11
14
|
IgcCalloutContentUpdatingEventArgs.prototype.createImplementation = function () {
|
|
12
15
|
return new CalloutContentUpdatingEventArgs_internal();
|
|
@@ -27,6 +30,9 @@ var IgcCalloutContentUpdatingEventArgs = /** @class */ /*@__PURE__*/ (function (
|
|
|
27
30
|
this._implementation = i;
|
|
28
31
|
this._implementation.externalObject = this;
|
|
29
32
|
this.onImplementationCreated();
|
|
33
|
+
if (this._initializeAdapters) {
|
|
34
|
+
this._initializeAdapters();
|
|
35
|
+
}
|
|
30
36
|
};
|
|
31
37
|
Object.defineProperty(IgcCalloutContentUpdatingEventArgs.prototype, "xValue", {
|
|
32
38
|
/**
|
|
@@ -8,6 +8,9 @@ var IgcCalloutLabelUpdatingEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
8
8
|
this._implementation = this.createImplementation();
|
|
9
9
|
this._implementation.externalObject = this;
|
|
10
10
|
this.onImplementationCreated();
|
|
11
|
+
if (this._initializeAdapters) {
|
|
12
|
+
this._initializeAdapters();
|
|
13
|
+
}
|
|
11
14
|
}
|
|
12
15
|
IgcCalloutLabelUpdatingEventArgs.prototype.createImplementation = function () {
|
|
13
16
|
return new CalloutLabelUpdatingEventArgs_internal();
|
|
@@ -28,6 +31,9 @@ var IgcCalloutLabelUpdatingEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
28
31
|
this._implementation = i;
|
|
29
32
|
this._implementation.externalObject = this;
|
|
30
33
|
this.onImplementationCreated();
|
|
34
|
+
if (this._initializeAdapters) {
|
|
35
|
+
this._initializeAdapters();
|
|
36
|
+
}
|
|
31
37
|
};
|
|
32
38
|
Object.defineProperty(IgcCalloutLabelUpdatingEventArgs.prototype, "xValue", {
|
|
33
39
|
/**
|
|
@@ -7,6 +7,9 @@ var IgcCalloutRenderStyleUpdatingEventArgs = /** @class */ /*@__PURE__*/ (functi
|
|
|
7
7
|
this._implementation = this.createImplementation();
|
|
8
8
|
this._implementation.externalObject = this;
|
|
9
9
|
this.onImplementationCreated();
|
|
10
|
+
if (this._initializeAdapters) {
|
|
11
|
+
this._initializeAdapters();
|
|
12
|
+
}
|
|
10
13
|
}
|
|
11
14
|
IgcCalloutRenderStyleUpdatingEventArgs.prototype.createImplementation = function () {
|
|
12
15
|
return new CalloutRenderStyleUpdatingEventArgs_internal();
|
|
@@ -27,6 +30,9 @@ var IgcCalloutRenderStyleUpdatingEventArgs = /** @class */ /*@__PURE__*/ (functi
|
|
|
27
30
|
this._implementation = i;
|
|
28
31
|
this._implementation.externalObject = this;
|
|
29
32
|
this.onImplementationCreated();
|
|
33
|
+
if (this._initializeAdapters) {
|
|
34
|
+
this._initializeAdapters();
|
|
35
|
+
}
|
|
30
36
|
};
|
|
31
37
|
Object.defineProperty(IgcCalloutRenderStyleUpdatingEventArgs.prototype, "xValue", {
|
|
32
38
|
get: function () {
|
|
@@ -8,6 +8,9 @@ var IgcCalloutSeriesSelectingEventArgs = /** @class */ /*@__PURE__*/ (function (
|
|
|
8
8
|
this._implementation = this.createImplementation();
|
|
9
9
|
this._implementation.externalObject = this;
|
|
10
10
|
this.onImplementationCreated();
|
|
11
|
+
if (this._initializeAdapters) {
|
|
12
|
+
this._initializeAdapters();
|
|
13
|
+
}
|
|
11
14
|
}
|
|
12
15
|
IgcCalloutSeriesSelectingEventArgs.prototype.createImplementation = function () {
|
|
13
16
|
return new CalloutSeriesSelectingEventArgs_internal();
|
|
@@ -28,6 +31,9 @@ var IgcCalloutSeriesSelectingEventArgs = /** @class */ /*@__PURE__*/ (function (
|
|
|
28
31
|
this._implementation = i;
|
|
29
32
|
this._implementation.externalObject = this;
|
|
30
33
|
this.onImplementationCreated();
|
|
34
|
+
if (this._initializeAdapters) {
|
|
35
|
+
this._initializeAdapters();
|
|
36
|
+
}
|
|
31
37
|
};
|
|
32
38
|
Object.defineProperty(IgcCalloutSeriesSelectingEventArgs.prototype, "xValue", {
|
|
33
39
|
/**
|
|
@@ -6,6 +6,9 @@ var IgcCalloutStyleUpdatingEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
6
6
|
this._implementation = this.createImplementation();
|
|
7
7
|
this._implementation.externalObject = this;
|
|
8
8
|
this.onImplementationCreated();
|
|
9
|
+
if (this._initializeAdapters) {
|
|
10
|
+
this._initializeAdapters();
|
|
11
|
+
}
|
|
9
12
|
}
|
|
10
13
|
IgcCalloutStyleUpdatingEventArgs.prototype.createImplementation = function () {
|
|
11
14
|
return new CalloutStyleUpdatingEventArgs_internal();
|
|
@@ -26,6 +29,9 @@ var IgcCalloutStyleUpdatingEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
26
29
|
this._implementation = i;
|
|
27
30
|
this._implementation.externalObject = this;
|
|
28
31
|
this.onImplementationCreated();
|
|
32
|
+
if (this._initializeAdapters) {
|
|
33
|
+
this._initializeAdapters();
|
|
34
|
+
}
|
|
29
35
|
};
|
|
30
36
|
Object.defineProperty(IgcCalloutStyleUpdatingEventArgs.prototype, "xValue", {
|
|
31
37
|
get: function () {
|
|
@@ -78,7 +78,7 @@ var IgcCategoryAngleAxisComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
78
78
|
* Checks if the axis is of angular type
|
|
79
79
|
*/
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.b9;
|
|
82
82
|
},
|
|
83
83
|
enumerable: false,
|
|
84
84
|
configurable: true
|
|
@@ -90,11 +90,11 @@ var IgcCategoryAngleAxisComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
90
90
|
* Indicates the angle in degress that the chart's 0th angle should be offset.
|
|
91
91
|
*/
|
|
92
92
|
get: function () {
|
|
93
|
-
return this.i.
|
|
93
|
+
return this.i.m2;
|
|
94
94
|
},
|
|
95
95
|
set: function (v) {
|
|
96
|
-
this.i.
|
|
97
|
-
this._a("startAngleOffset", this.i.
|
|
96
|
+
this.i.m2 = +v;
|
|
97
|
+
this._a("startAngleOffset", this.i.m2);
|
|
98
98
|
},
|
|
99
99
|
enumerable: false,
|
|
100
100
|
configurable: true
|
|
@@ -108,11 +108,11 @@ var IgcCategoryAngleAxisComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
108
108
|
* For example, an interval of 2 will display every other label.
|
|
109
109
|
*/
|
|
110
110
|
get: function () {
|
|
111
|
-
return this.i.
|
|
111
|
+
return this.i.mz;
|
|
112
112
|
},
|
|
113
113
|
set: function (v) {
|
|
114
|
-
this.i.
|
|
115
|
-
this._a("interval", this.i.
|
|
114
|
+
this.i.mz = +v;
|
|
115
|
+
this._a("interval", this.i.mz);
|
|
116
116
|
},
|
|
117
117
|
enumerable: false,
|
|
118
118
|
configurable: true
|
|
@@ -124,11 +124,11 @@ var IgcCategoryAngleAxisComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
124
124
|
* Gets the effective value for the current Interval.
|
|
125
125
|
*/
|
|
126
126
|
get: function () {
|
|
127
|
-
return this.i.
|
|
127
|
+
return this.i.mt;
|
|
128
128
|
},
|
|
129
129
|
set: function (v) {
|
|
130
|
-
this.i.
|
|
131
|
-
this._a("actualInterval", this.i.
|
|
130
|
+
this.i.mt = +v;
|
|
131
|
+
this._a("actualInterval", this.i.mt);
|
|
132
132
|
},
|
|
133
133
|
enumerable: false,
|
|
134
134
|
configurable: true
|
|
@@ -141,11 +141,11 @@ var IgcCategoryAngleAxisComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
141
141
|
* Gets or sets the frequency of displayed minor lines. The set value is a factor that determines how the minor lines will be displayed.
|
|
142
142
|
*/
|
|
143
143
|
get: function () {
|
|
144
|
-
return this.i.
|
|
144
|
+
return this.i.m0;
|
|
145
145
|
},
|
|
146
146
|
set: function (v) {
|
|
147
|
-
this.i.
|
|
148
|
-
this._a("minorInterval", this.i.
|
|
147
|
+
this.i.m0 = +v;
|
|
148
|
+
this._a("minorInterval", this.i.m0);
|
|
149
149
|
},
|
|
150
150
|
enumerable: false,
|
|
151
151
|
configurable: true
|
|
@@ -157,11 +157,11 @@ var IgcCategoryAngleAxisComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
157
157
|
* Get the effective value for the current minorInterval.
|
|
158
158
|
*/
|
|
159
159
|
get: function () {
|
|
160
|
-
return this.i.
|
|
160
|
+
return this.i.mu;
|
|
161
161
|
},
|
|
162
162
|
set: function (v) {
|
|
163
|
-
this.i.
|
|
164
|
-
this._a("actualMinorInterval", this.i.
|
|
163
|
+
this.i.mu = +v;
|
|
164
|
+
this._a("actualMinorInterval", this.i.mu);
|
|
165
165
|
},
|
|
166
166
|
enumerable: false,
|
|
167
167
|
configurable: true
|
|
@@ -197,7 +197,7 @@ var IgcCategoryAngleAxisComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
197
197
|
this._actualIntervalChange = ev;
|
|
198
198
|
this._actualIntervalChange_wrapped = function (o, e) {
|
|
199
199
|
var ext = _this.actualInterval;
|
|
200
|
-
if (e.propertyName == '
|
|
200
|
+
if (e.propertyName == 'Mt') {
|
|
201
201
|
if (_this.beforeActualIntervalChange) {
|
|
202
202
|
_this.beforeActualIntervalChange(_this, ext);
|
|
203
203
|
}
|
|
@@ -97,7 +97,7 @@ var IgcCategoryAxisBaseComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
97
97
|
* Gets if the current axis is a continuous rather than a discrete scale
|
|
98
98
|
*/
|
|
99
99
|
get: function () {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.cd;
|
|
101
101
|
},
|
|
102
102
|
enumerable: false,
|
|
103
103
|
configurable: true
|
|
@@ -107,7 +107,7 @@ var IgcCategoryAxisBaseComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
107
107
|
* Checks if the axis is of category axis type
|
|
108
108
|
*/
|
|
109
109
|
get: function () {
|
|
110
|
-
return this.i.
|
|
110
|
+
return this.i.cb;
|
|
111
111
|
},
|
|
112
112
|
enumerable: false,
|
|
113
113
|
configurable: true
|
|
@@ -117,11 +117,11 @@ var IgcCategoryAxisBaseComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
117
117
|
* Gets the number of items in the current category axis items source.
|
|
118
118
|
*/
|
|
119
119
|
get: function () {
|
|
120
|
-
return this.i.
|
|
120
|
+
return this.i.lg;
|
|
121
121
|
},
|
|
122
122
|
set: function (v) {
|
|
123
|
-
this.i.
|
|
124
|
-
this._a("itemsCount", this.i.
|
|
123
|
+
this.i.lg = +v;
|
|
124
|
+
this._a("itemsCount", this.i.lg);
|
|
125
125
|
},
|
|
126
126
|
enumerable: false,
|
|
127
127
|
configurable: true
|
|
@@ -138,11 +138,11 @@ var IgcCategoryAxisBaseComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
138
138
|
* To set the item spacing to 75% the width of one item, set the `Gap` to 0.75, as in this code:
|
|
139
139
|
*/
|
|
140
140
|
get: function () {
|
|
141
|
-
return this.i.
|
|
141
|
+
return this.i.k1;
|
|
142
142
|
},
|
|
143
143
|
set: function (v) {
|
|
144
|
-
this.i.
|
|
145
|
-
this._a("gap", this.i.
|
|
144
|
+
this.i.k1 = +v;
|
|
145
|
+
this._a("gap", this.i.k1);
|
|
146
146
|
},
|
|
147
147
|
enumerable: false,
|
|
148
148
|
configurable: true
|
|
@@ -152,11 +152,11 @@ var IgcCategoryAxisBaseComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
152
152
|
* Gets or sets the maximum gap value to allow. This defaults to 1.0.
|
|
153
153
|
*/
|
|
154
154
|
get: function () {
|
|
155
|
-
return this.i.
|
|
155
|
+
return this.i.k8;
|
|
156
156
|
},
|
|
157
157
|
set: function (v) {
|
|
158
|
-
this.i.
|
|
159
|
-
this._a("maximumGap", this.i.
|
|
158
|
+
this.i.k8 = +v;
|
|
159
|
+
this._a("maximumGap", this.i.k8);
|
|
160
160
|
},
|
|
161
161
|
enumerable: false,
|
|
162
162
|
configurable: true
|
|
@@ -166,11 +166,11 @@ var IgcCategoryAxisBaseComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
166
166
|
* Gets or sets the minimum amount of pixels to use for the gap between categories, if possible.
|
|
167
167
|
*/
|
|
168
168
|
get: function () {
|
|
169
|
-
return this.i.
|
|
169
|
+
return this.i.k9;
|
|
170
170
|
},
|
|
171
171
|
set: function (v) {
|
|
172
|
-
this.i.
|
|
173
|
-
this._a("minimumGapSize", this.i.
|
|
172
|
+
this.i.k9 = +v;
|
|
173
|
+
this._a("minimumGapSize", this.i.k9);
|
|
174
174
|
},
|
|
175
175
|
enumerable: false,
|
|
176
176
|
configurable: true
|
|
@@ -187,11 +187,11 @@ var IgcCategoryAxisBaseComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
187
187
|
* To place grouped items with 75% overlap, set the `Overlap` to 0.75, as in this code:
|
|
188
188
|
*/
|
|
189
189
|
get: function () {
|
|
190
|
-
return this.i.
|
|
190
|
+
return this.i.la;
|
|
191
191
|
},
|
|
192
192
|
set: function (v) {
|
|
193
|
-
this.i.
|
|
194
|
-
this._a("overlap", this.i.
|
|
193
|
+
this.i.la = +v;
|
|
194
|
+
this._a("overlap", this.i.la);
|
|
195
195
|
},
|
|
196
196
|
enumerable: false,
|
|
197
197
|
configurable: true
|
|
@@ -205,21 +205,25 @@ var IgcCategoryAxisBaseComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
205
205
|
* Try setting it on an axis displaying financial series to adjust the spacing on the left and right sides of the axis:
|
|
206
206
|
*/
|
|
207
207
|
get: function () {
|
|
208
|
-
return this.i.
|
|
208
|
+
return this.i.kv;
|
|
209
209
|
},
|
|
210
210
|
set: function (v) {
|
|
211
|
-
this.i.
|
|
212
|
-
this._a("useClusteringMode", this.i.
|
|
211
|
+
this.i.kv = ensureBool(v);
|
|
212
|
+
this._a("useClusteringMode", this.i.kv);
|
|
213
213
|
},
|
|
214
214
|
enumerable: false,
|
|
215
215
|
configurable: true
|
|
216
216
|
});
|
|
217
|
+
IgcCategoryAxisBaseComponent.prototype.getFullRange = function () {
|
|
218
|
+
var iv = this.i.ag();
|
|
219
|
+
return (iv);
|
|
220
|
+
};
|
|
217
221
|
IgcCategoryAxisBaseComponent.prototype.getCategoryBoundingBox = function (point, useInterpolation, singularWidth) {
|
|
218
|
-
var iv = this.i.
|
|
222
|
+
var iv = this.i.me(toPoint(point), useInterpolation, singularWidth);
|
|
219
223
|
return fromRect(iv);
|
|
220
224
|
};
|
|
221
225
|
IgcCategoryAxisBaseComponent.prototype.getCategoryBoundingBoxHelper = function (point, useInterpolation, singularWidth, isVertical) {
|
|
222
|
-
var iv = this.i.
|
|
226
|
+
var iv = this.i.mf(toPoint(point), useInterpolation, singularWidth, isVertical);
|
|
223
227
|
return fromRect(iv);
|
|
224
228
|
};
|
|
225
229
|
/**
|
|
@@ -228,24 +232,24 @@ var IgcCategoryAxisBaseComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
228
232
|
* @param unscaledValue * The scaled value in screen coordinates to unscale into axis space.
|
|
229
233
|
*/
|
|
230
234
|
IgcCategoryAxisBaseComponent.prototype.unscaleValue = function (unscaledValue) {
|
|
231
|
-
var iv = this.i.
|
|
235
|
+
var iv = this.i.lc(unscaledValue);
|
|
232
236
|
return (iv);
|
|
233
237
|
};
|
|
234
238
|
IgcCategoryAxisBaseComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
|
|
235
|
-
this.i.
|
|
239
|
+
this.i.lz(index, oldItem, newItem);
|
|
236
240
|
};
|
|
237
241
|
/**
|
|
238
242
|
* Used to manually notify the axis that the data source has reset or cleared its items.
|
|
239
243
|
|
|
240
244
|
*/
|
|
241
245
|
IgcCategoryAxisBaseComponent.prototype.notifyClearItems = function () {
|
|
242
|
-
this.i.
|
|
246
|
+
this.i.lw();
|
|
243
247
|
};
|
|
244
248
|
IgcCategoryAxisBaseComponent.prototype.notifyInsertItem = function (index, newItem) {
|
|
245
|
-
this.i.
|
|
249
|
+
this.i.lx(index, newItem);
|
|
246
250
|
};
|
|
247
251
|
IgcCategoryAxisBaseComponent.prototype.notifyRemoveItem = function (index, oldItem) {
|
|
248
|
-
this.i.
|
|
252
|
+
this.i.ly(index, oldItem);
|
|
249
253
|
};
|
|
250
254
|
IgcCategoryAxisBaseComponent._observedAttributesIgcCategoryAxisBaseComponent = null;
|
|
251
255
|
return IgcCategoryAxisBaseComponent;
|