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
|
@@ -18,11 +18,17 @@ export class IgcFunnelDataContext {
|
|
|
18
18
|
this._implementation = this.createImplementation();
|
|
19
19
|
this._implementation.externalObject = this;
|
|
20
20
|
this.onImplementationCreated();
|
|
21
|
+
if (this._initializeAdapters) {
|
|
22
|
+
this._initializeAdapters();
|
|
23
|
+
}
|
|
21
24
|
}
|
|
22
25
|
_provideImplementation(i) {
|
|
23
26
|
this._implementation = i;
|
|
24
27
|
this._implementation.externalObject = this;
|
|
25
28
|
this.onImplementationCreated();
|
|
29
|
+
if (this._initializeAdapters) {
|
|
30
|
+
this._initializeAdapters();
|
|
31
|
+
}
|
|
26
32
|
}
|
|
27
33
|
/**
|
|
28
34
|
* The data item that is in context.
|
|
@@ -19,11 +19,17 @@ export class IgcFunnelSliceClickedEventArgs {
|
|
|
19
19
|
this._implementation = this.createImplementation();
|
|
20
20
|
this._implementation.externalObject = this;
|
|
21
21
|
this.onImplementationCreated();
|
|
22
|
+
if (this._initializeAdapters) {
|
|
23
|
+
this._initializeAdapters();
|
|
24
|
+
}
|
|
22
25
|
}
|
|
23
26
|
_provideImplementation(i) {
|
|
24
27
|
this._implementation = i;
|
|
25
28
|
this._implementation.externalObject = this;
|
|
26
29
|
this.onImplementationCreated();
|
|
30
|
+
if (this._initializeAdapters) {
|
|
31
|
+
this._initializeAdapters();
|
|
32
|
+
}
|
|
27
33
|
}
|
|
28
34
|
/**
|
|
29
35
|
* The index of the clicked slice.
|
|
@@ -19,11 +19,17 @@ export class IgcFunnelSliceEventArgs {
|
|
|
19
19
|
this._implementation = this.createImplementation();
|
|
20
20
|
this._implementation.externalObject = this;
|
|
21
21
|
this.onImplementationCreated();
|
|
22
|
+
if (this._initializeAdapters) {
|
|
23
|
+
this._initializeAdapters();
|
|
24
|
+
}
|
|
22
25
|
}
|
|
23
26
|
_provideImplementation(i) {
|
|
24
27
|
this._implementation = i;
|
|
25
28
|
this._implementation.externalObject = this;
|
|
26
29
|
this.onImplementationCreated();
|
|
30
|
+
if (this._initializeAdapters) {
|
|
31
|
+
this._initializeAdapters();
|
|
32
|
+
}
|
|
27
33
|
}
|
|
28
34
|
/**
|
|
29
35
|
* The index of the slice.
|
|
@@ -21,11 +21,17 @@ export class IgcHighlightingInfo {
|
|
|
21
21
|
this._implementation = this.createImplementation();
|
|
22
22
|
this._implementation.externalObject = this;
|
|
23
23
|
this.onImplementationCreated();
|
|
24
|
+
if (this._initializeAdapters) {
|
|
25
|
+
this._initializeAdapters();
|
|
26
|
+
}
|
|
24
27
|
}
|
|
25
28
|
_provideImplementation(i) {
|
|
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
|
/**
|
|
31
37
|
* The index of the first highlighted item.
|
|
@@ -17,6 +17,9 @@ export class IgcHoleDimensionsChangedEventArgs {
|
|
|
17
17
|
this._implementation = i;
|
|
18
18
|
this._implementation.externalObject = this;
|
|
19
19
|
this.onImplementationCreated();
|
|
20
|
+
if (this._initializeAdapters) {
|
|
21
|
+
this._initializeAdapters();
|
|
22
|
+
}
|
|
20
23
|
}
|
|
21
24
|
/**
|
|
22
25
|
* The center point of the hole.
|
|
@@ -17,6 +17,9 @@ export class IgcLabelClickEventArgs {
|
|
|
17
17
|
this._implementation = i;
|
|
18
18
|
this._implementation.externalObject = this;
|
|
19
19
|
this.onImplementationCreated();
|
|
20
|
+
if (this._initializeAdapters) {
|
|
21
|
+
this._initializeAdapters();
|
|
22
|
+
}
|
|
20
23
|
}
|
|
21
24
|
/**
|
|
22
25
|
* Gets the slice data context.
|
|
@@ -17,6 +17,9 @@ export class IgcLegendMouseButtonEventArgs {
|
|
|
17
17
|
this._implementation = i;
|
|
18
18
|
this._implementation.externalObject = this;
|
|
19
19
|
this.onImplementationCreated();
|
|
20
|
+
if (this._initializeAdapters) {
|
|
21
|
+
this._initializeAdapters();
|
|
22
|
+
}
|
|
20
23
|
}
|
|
21
24
|
/**
|
|
22
25
|
* Gets or sets a value that indicates the present state of the event handling for a routed
|
|
@@ -16,6 +16,9 @@ export class IgcLegendMouseEventArgs {
|
|
|
16
16
|
this._implementation = i;
|
|
17
17
|
this._implementation.externalObject = this;
|
|
18
18
|
this.onImplementationCreated();
|
|
19
|
+
if (this._initializeAdapters) {
|
|
20
|
+
this._initializeAdapters();
|
|
21
|
+
}
|
|
19
22
|
}
|
|
20
23
|
/**
|
|
21
24
|
* Gets a reference to the object that raised the event.
|
|
@@ -62,17 +62,17 @@ export let IgcNumericAngleAxisComponent = /*@__PURE__*/ (() => {
|
|
|
62
62
|
* Gets if the current axis is of angular axis type
|
|
63
63
|
*/
|
|
64
64
|
get isAngular() {
|
|
65
|
-
return this.i.
|
|
65
|
+
return this.i.b9;
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* Indicates the angle in degress that the chart's 0th angle should be offset.
|
|
69
69
|
*/
|
|
70
70
|
get startAngleOffset() {
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.nr;
|
|
72
72
|
}
|
|
73
73
|
set startAngleOffset(v) {
|
|
74
|
-
this.i.
|
|
75
|
-
this._a("startAngleOffset", this.i.
|
|
74
|
+
this.i.nr = +v;
|
|
75
|
+
this._a("startAngleOffset", this.i.nr);
|
|
76
76
|
}
|
|
77
77
|
/**
|
|
78
78
|
* Gets the scaled angle value in radians based on the raw input.
|
|
@@ -61,17 +61,17 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
61
61
|
* Gets or sets if the current axis is of numeric axis type
|
|
62
62
|
*/
|
|
63
63
|
get isNumeric() {
|
|
64
|
-
return this.i.
|
|
64
|
+
return this.i.cj;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
67
|
* Gets or sets how the numeric axis will adjust its range buffer to less closely fix the data from the series.
|
|
68
68
|
*/
|
|
69
69
|
get autoRangeBufferMode() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.ku;
|
|
71
71
|
}
|
|
72
72
|
set autoRangeBufferMode(v) {
|
|
73
|
-
this.i.
|
|
74
|
-
this._a("autoRangeBufferMode", enumToString(AxisRangeBufferMode_$type, this.i.
|
|
73
|
+
this.i.ku = ensureEnum(AxisRangeBufferMode_$type, v);
|
|
74
|
+
this._a("autoRangeBufferMode", enumToString(AxisRangeBufferMode_$type, this.i.ku));
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* Gets or sets the MinimumValue property.
|
|
@@ -83,11 +83,11 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
83
83
|
* ```
|
|
84
84
|
*/
|
|
85
85
|
get minimumValue() {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.l5;
|
|
87
87
|
}
|
|
88
88
|
set minimumValue(v) {
|
|
89
|
-
this.i.
|
|
90
|
-
this._a("minimumValue", this.i.
|
|
89
|
+
this.i.l5 = +v;
|
|
90
|
+
this._a("minimumValue", this.i.l5);
|
|
91
91
|
}
|
|
92
92
|
/**
|
|
93
93
|
* Gets the effective minimum value for the current numeric axis object.
|
|
@@ -97,11 +97,11 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
97
97
|
* ```
|
|
98
98
|
*/
|
|
99
99
|
get actualMinimumValue() {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.lx;
|
|
101
101
|
}
|
|
102
102
|
set actualMinimumValue(v) {
|
|
103
|
-
this.i.
|
|
104
|
-
this._a("actualMinimumValue", this.i.
|
|
103
|
+
this.i.lx = +v;
|
|
104
|
+
this._a("actualMinimumValue", this.i.lx);
|
|
105
105
|
}
|
|
106
106
|
/**
|
|
107
107
|
* Gets the effective minimum value for the current numeric axis object.
|
|
@@ -113,11 +113,11 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
113
113
|
* ```
|
|
114
114
|
*/
|
|
115
115
|
get actualVisibleMinimumValue() {
|
|
116
|
-
return this.i.
|
|
116
|
+
return this.i.l0;
|
|
117
117
|
}
|
|
118
118
|
set actualVisibleMinimumValue(v) {
|
|
119
|
-
this.i.
|
|
120
|
-
this._a("actualVisibleMinimumValue", this.i.
|
|
119
|
+
this.i.l0 = +v;
|
|
120
|
+
this._a("actualVisibleMinimumValue", this.i.l0);
|
|
121
121
|
}
|
|
122
122
|
/**
|
|
123
123
|
* Gets or sets the MaximumValue property.
|
|
@@ -129,11 +129,11 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
129
129
|
* ```
|
|
130
130
|
*/
|
|
131
131
|
get maximumValue() {
|
|
132
|
-
return this.i.
|
|
132
|
+
return this.i.l4;
|
|
133
133
|
}
|
|
134
134
|
set maximumValue(v) {
|
|
135
|
-
this.i.
|
|
136
|
-
this._a("maximumValue", this.i.
|
|
135
|
+
this.i.l4 = +v;
|
|
136
|
+
this._a("maximumValue", this.i.l4);
|
|
137
137
|
}
|
|
138
138
|
/**
|
|
139
139
|
* Gets the effective maximum value for the current numeric axis object.
|
|
@@ -143,11 +143,11 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
143
143
|
* ```
|
|
144
144
|
*/
|
|
145
145
|
get actualMaximumValue() {
|
|
146
|
-
return this.i.
|
|
146
|
+
return this.i.lw;
|
|
147
147
|
}
|
|
148
148
|
set actualMaximumValue(v) {
|
|
149
|
-
this.i.
|
|
150
|
-
this._a("actualMaximumValue", this.i.
|
|
149
|
+
this.i.lw = +v;
|
|
150
|
+
this._a("actualMaximumValue", this.i.lw);
|
|
151
151
|
}
|
|
152
152
|
/**
|
|
153
153
|
* Gets the effective visible maximum value for the current numeric axis object.
|
|
@@ -159,11 +159,11 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
159
159
|
* ```
|
|
160
160
|
*/
|
|
161
161
|
get actualVisibleMaximumValue() {
|
|
162
|
-
return this.i.
|
|
162
|
+
return this.i.lz;
|
|
163
163
|
}
|
|
164
164
|
set actualVisibleMaximumValue(v) {
|
|
165
|
-
this.i.
|
|
166
|
-
this._a("actualVisibleMaximumValue", this.i.
|
|
165
|
+
this.i.lz = +v;
|
|
166
|
+
this._a("actualVisibleMaximumValue", this.i.lz);
|
|
167
167
|
}
|
|
168
168
|
/**
|
|
169
169
|
* Gets or sets the Interval property.
|
|
@@ -175,11 +175,11 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
175
175
|
* ```
|
|
176
176
|
*/
|
|
177
177
|
get interval() {
|
|
178
|
-
return this.i.
|
|
178
|
+
return this.i.l1;
|
|
179
179
|
}
|
|
180
180
|
set interval(v) {
|
|
181
|
-
this.i.
|
|
182
|
-
this._a("interval", this.i.
|
|
181
|
+
this.i.l1 = +v;
|
|
182
|
+
this._a("interval", this.i.l1);
|
|
183
183
|
}
|
|
184
184
|
/**
|
|
185
185
|
* Gets the effective value for the current Interval.
|
|
@@ -189,11 +189,11 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
189
189
|
* ```
|
|
190
190
|
*/
|
|
191
191
|
get actualInterval() {
|
|
192
|
-
return this.i.
|
|
192
|
+
return this.i.lv;
|
|
193
193
|
}
|
|
194
194
|
set actualInterval(v) {
|
|
195
|
-
this.i.
|
|
196
|
-
this._a("actualInterval", this.i.
|
|
195
|
+
this.i.lv = +v;
|
|
196
|
+
this._a("actualInterval", this.i.lv);
|
|
197
197
|
}
|
|
198
198
|
/**
|
|
199
199
|
* Gets or sets the MinorInterval property.
|
|
@@ -207,11 +207,11 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
207
207
|
* ```
|
|
208
208
|
*/
|
|
209
209
|
get minorInterval() {
|
|
210
|
-
return this.i.
|
|
210
|
+
return this.i.l6;
|
|
211
211
|
}
|
|
212
212
|
set minorInterval(v) {
|
|
213
|
-
this.i.
|
|
214
|
-
this._a("minorInterval", this.i.
|
|
213
|
+
this.i.l6 = +v;
|
|
214
|
+
this._a("minorInterval", this.i.l6);
|
|
215
215
|
}
|
|
216
216
|
/**
|
|
217
217
|
* Gets the effective value for the current MinorInterval.
|
|
@@ -221,11 +221,11 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
221
221
|
* ```
|
|
222
222
|
*/
|
|
223
223
|
get actualMinorInterval() {
|
|
224
|
-
return this.i.
|
|
224
|
+
return this.i.ly;
|
|
225
225
|
}
|
|
226
226
|
set actualMinorInterval(v) {
|
|
227
|
-
this.i.
|
|
228
|
-
this._a("actualMinorInterval", this.i.
|
|
227
|
+
this.i.ly = +v;
|
|
228
|
+
this._a("actualMinorInterval", this.i.ly);
|
|
229
229
|
}
|
|
230
230
|
/**
|
|
231
231
|
* Gets or sets the ReferenceValue property.
|
|
@@ -237,11 +237,11 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
237
237
|
* ```
|
|
238
238
|
*/
|
|
239
239
|
get referenceValue() {
|
|
240
|
-
return this.i.
|
|
240
|
+
return this.i.l7;
|
|
241
241
|
}
|
|
242
242
|
set referenceValue(v) {
|
|
243
|
-
this.i.
|
|
244
|
-
this._a("referenceValue", this.i.
|
|
243
|
+
this.i.l7 = +v;
|
|
244
|
+
this._a("referenceValue", this.i.l7);
|
|
245
245
|
}
|
|
246
246
|
/**
|
|
247
247
|
* Gets or sets the IsLogarithmic property.
|
|
@@ -254,11 +254,11 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
254
254
|
* ```
|
|
255
255
|
*/
|
|
256
256
|
get isLogarithmic() {
|
|
257
|
-
return this.i.
|
|
257
|
+
return this.i.li;
|
|
258
258
|
}
|
|
259
259
|
set isLogarithmic(v) {
|
|
260
|
-
this.i.
|
|
261
|
-
this._a("isLogarithmic", this.i.
|
|
260
|
+
this.i.li = ensureBool(v);
|
|
261
|
+
this._a("isLogarithmic", this.i.li);
|
|
262
262
|
}
|
|
263
263
|
/**
|
|
264
264
|
* Determines if the axis has a valid logarithmic scale.
|
|
@@ -268,21 +268,21 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
268
268
|
* ```
|
|
269
269
|
*/
|
|
270
270
|
get actualIsLogarithmic() {
|
|
271
|
-
return this.i.
|
|
271
|
+
return this.i.lb;
|
|
272
272
|
}
|
|
273
273
|
set actualIsLogarithmic(v) {
|
|
274
|
-
this.i.
|
|
275
|
-
this._a("actualIsLogarithmic", this.i.
|
|
274
|
+
this.i.lb = ensureBool(v);
|
|
275
|
+
this._a("actualIsLogarithmic", this.i.lb);
|
|
276
276
|
}
|
|
277
277
|
/**
|
|
278
278
|
* Gets or sets whether the axis should favor emitting a label at the end of the scale.
|
|
279
279
|
*/
|
|
280
280
|
get favorLabellingScaleEnd() {
|
|
281
|
-
return this.i.
|
|
281
|
+
return this.i.ld;
|
|
282
282
|
}
|
|
283
283
|
set favorLabellingScaleEnd(v) {
|
|
284
|
-
this.i.
|
|
285
|
-
this._a("favorLabellingScaleEnd", this.i.
|
|
284
|
+
this.i.ld = ensureBool(v);
|
|
285
|
+
this._a("favorLabellingScaleEnd", this.i.ld);
|
|
286
286
|
}
|
|
287
287
|
/**
|
|
288
288
|
* Gets or sets the LogarithmBase property.
|
|
@@ -295,49 +295,49 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
295
295
|
* ```
|
|
296
296
|
*/
|
|
297
297
|
get logarithmBase() {
|
|
298
|
-
return this.i.
|
|
298
|
+
return this.i.l9;
|
|
299
299
|
}
|
|
300
300
|
set logarithmBase(v) {
|
|
301
|
-
this.i.
|
|
302
|
-
this._a("logarithmBase", this.i.
|
|
301
|
+
this.i.l9 = +v;
|
|
302
|
+
this._a("logarithmBase", this.i.l9);
|
|
303
303
|
}
|
|
304
304
|
/**
|
|
305
305
|
* Sets or gets a function which takes an object that produces a formatted label for displaying in the chart.
|
|
306
306
|
*/
|
|
307
307
|
get formatAbbreviatedLabel() {
|
|
308
|
-
return this.i.
|
|
308
|
+
return this.i.kp;
|
|
309
309
|
}
|
|
310
310
|
set formatAbbreviatedLabel(v) {
|
|
311
|
-
this.i.
|
|
311
|
+
this.i.kp = v;
|
|
312
312
|
}
|
|
313
313
|
/**
|
|
314
314
|
* Gets or sets the label format string to use for the label.
|
|
315
315
|
*/
|
|
316
316
|
get abbreviatedLabelFormat() {
|
|
317
|
-
return this.i.
|
|
317
|
+
return this.i.mb;
|
|
318
318
|
}
|
|
319
319
|
set abbreviatedLabelFormat(v) {
|
|
320
|
-
this.i.
|
|
320
|
+
this.i.mb = v;
|
|
321
321
|
}
|
|
322
322
|
/**
|
|
323
323
|
* Gets or sets the format specifiers to use with the AbbreviatedLabelFormat string.
|
|
324
324
|
*/
|
|
325
325
|
get abbreviatedLabelFormatSpecifiers() {
|
|
326
|
-
return this.i.
|
|
326
|
+
return this.i.kn;
|
|
327
327
|
}
|
|
328
328
|
set abbreviatedLabelFormatSpecifiers(v) {
|
|
329
329
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
330
330
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
331
331
|
v = v.split(re);
|
|
332
332
|
}
|
|
333
|
-
this.i.
|
|
333
|
+
this.i.kn = v;
|
|
334
334
|
}
|
|
335
335
|
get isFormattingAbbreviatedLargeNumber() {
|
|
336
|
-
return this.i.
|
|
336
|
+
return this.i.lh;
|
|
337
337
|
}
|
|
338
338
|
set isFormattingAbbreviatedLargeNumber(v) {
|
|
339
|
-
this.i.
|
|
340
|
-
this._a("isFormattingAbbreviatedLargeNumber", this.i.
|
|
339
|
+
this.i.lh = ensureBool(v);
|
|
340
|
+
this._a("isFormattingAbbreviatedLargeNumber", this.i.lh);
|
|
341
341
|
}
|
|
342
342
|
/**
|
|
343
343
|
* Determines if the axis has a user-defined minimum.
|
|
@@ -349,7 +349,7 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
349
349
|
* ```
|
|
350
350
|
*/
|
|
351
351
|
get hasUserMinimum() {
|
|
352
|
-
return this.i.
|
|
352
|
+
return this.i.lg;
|
|
353
353
|
}
|
|
354
354
|
/**
|
|
355
355
|
* Determines if the axis has a user-defined maximum.
|
|
@@ -361,17 +361,17 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
361
361
|
* ```
|
|
362
362
|
*/
|
|
363
363
|
get hasUserMaximum() {
|
|
364
|
-
return this.i.
|
|
364
|
+
return this.i.lf;
|
|
365
365
|
}
|
|
366
366
|
/**
|
|
367
367
|
* A boolean indicating whether or not to abbreviate large numbers.
|
|
368
368
|
*/
|
|
369
369
|
get abbreviateLargeNumbers() {
|
|
370
|
-
return this.i.
|
|
370
|
+
return this.i.la;
|
|
371
371
|
}
|
|
372
372
|
set abbreviateLargeNumbers(v) {
|
|
373
|
-
this.i.
|
|
374
|
-
this._a("abbreviateLargeNumbers", this.i.
|
|
373
|
+
this.i.la = ensureBool(v);
|
|
374
|
+
this._a("abbreviateLargeNumbers", this.i.la);
|
|
375
375
|
}
|
|
376
376
|
findByName(name) {
|
|
377
377
|
var baseResult = super.findByName(name);
|
|
@@ -383,6 +383,10 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
383
383
|
}
|
|
384
384
|
return null;
|
|
385
385
|
}
|
|
386
|
+
getFullRange() {
|
|
387
|
+
let iv = this.i.ag();
|
|
388
|
+
return (iv);
|
|
389
|
+
}
|
|
386
390
|
/**
|
|
387
391
|
* Unscales a value from screen space into axis space.
|
|
388
392
|
|
|
@@ -395,7 +399,7 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
395
399
|
* ```
|
|
396
400
|
*/
|
|
397
401
|
unscaleValue(unscaledValue) {
|
|
398
|
-
let iv = this.i.
|
|
402
|
+
let iv = this.i.l8(unscaledValue);
|
|
399
403
|
return (iv);
|
|
400
404
|
}
|
|
401
405
|
get actualMinimumValueChange() {
|
|
@@ -410,7 +414,7 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
410
414
|
this._actualMinimumValueChange = ev;
|
|
411
415
|
this._actualMinimumValueChange_wrapped = (o, e) => {
|
|
412
416
|
let ext = this.actualMinimumValue;
|
|
413
|
-
if (e.propertyName == '
|
|
417
|
+
if (e.propertyName == 'Lx') {
|
|
414
418
|
if (this.beforeActualMinimumValueChange) {
|
|
415
419
|
this.beforeActualMinimumValueChange(this, ext);
|
|
416
420
|
}
|
|
@@ -433,7 +437,7 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
433
437
|
this._actualMaximumValueChange = ev;
|
|
434
438
|
this._actualMaximumValueChange_wrapped = (o, e) => {
|
|
435
439
|
let ext = this.actualMaximumValue;
|
|
436
|
-
if (e.propertyName == '
|
|
440
|
+
if (e.propertyName == 'Lw') {
|
|
437
441
|
if (this.beforeActualMaximumValueChange) {
|
|
438
442
|
this.beforeActualMaximumValueChange(this, ext);
|
|
439
443
|
}
|
|
@@ -456,7 +460,7 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
456
460
|
this._actualIntervalChange = ev;
|
|
457
461
|
this._actualIntervalChange_wrapped = (o, e) => {
|
|
458
462
|
let ext = this.actualInterval;
|
|
459
|
-
if (e.propertyName == '
|
|
463
|
+
if (e.propertyName == 'Lv') {
|
|
460
464
|
if (this.beforeActualIntervalChange) {
|
|
461
465
|
this.beforeActualIntervalChange(this, ext);
|
|
462
466
|
}
|
|
@@ -479,7 +483,7 @@ export let IgcNumericAxisBaseComponent = /*@__PURE__*/ (() => {
|
|
|
479
483
|
this._actualMinorIntervalChange = ev;
|
|
480
484
|
this._actualMinorIntervalChange_wrapped = (o, e) => {
|
|
481
485
|
let ext = this.actualMinorInterval;
|
|
482
|
-
if (e.propertyName == '
|
|
486
|
+
if (e.propertyName == 'Ly') {
|
|
483
487
|
if (this.beforeActualMinorIntervalChange) {
|
|
484
488
|
this.beforeActualMinorIntervalChange(this, ext);
|
|
485
489
|
}
|
|
@@ -71,29 +71,29 @@ export let IgcNumericRadiusAxisComponent = /*@__PURE__*/ (() => {
|
|
|
71
71
|
* ```
|
|
72
72
|
*/
|
|
73
73
|
get isRadial() {
|
|
74
|
-
return this.i.
|
|
74
|
+
return this.i.cm;
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* Defines the percentage of the maximum radius extent to use as the maximum radius. Should be
|
|
78
78
|
* a value between 0.0 and 1.0.
|
|
79
79
|
*/
|
|
80
80
|
get radiusExtentScale() {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.ny;
|
|
82
82
|
}
|
|
83
83
|
set radiusExtentScale(v) {
|
|
84
|
-
this.i.
|
|
85
|
-
this._a("radiusExtentScale", this.i.
|
|
84
|
+
this.i.ny = +v;
|
|
85
|
+
this._a("radiusExtentScale", this.i.ny);
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
88
|
* Defines the percentage of the maximum radius extent to leave blank at the center of the chart. Should be
|
|
89
89
|
* a value between 0.0 and 1.0.
|
|
90
90
|
*/
|
|
91
91
|
get innerRadiusExtentScale() {
|
|
92
|
-
return this.i.
|
|
92
|
+
return this.i.nx;
|
|
93
93
|
}
|
|
94
94
|
set innerRadiusExtentScale(v) {
|
|
95
|
-
this.i.
|
|
96
|
-
this._a("innerRadiusExtentScale", this.i.
|
|
95
|
+
this.i.nx = +v;
|
|
96
|
+
this._a("innerRadiusExtentScale", this.i.nx);
|
|
97
97
|
}
|
|
98
98
|
/**
|
|
99
99
|
* Returns a world coordinates radius length (0 - 0.5) from a raw axis value.
|
|
@@ -101,7 +101,7 @@ export let IgcNumericRadiusAxisComponent = /*@__PURE__*/ (() => {
|
|
|
101
101
|
* @param unscaledValue * The raw axis value.
|
|
102
102
|
*/
|
|
103
103
|
getScaledValue(unscaledValue) {
|
|
104
|
-
let iv = this.i.
|
|
104
|
+
let iv = this.i.nu(unscaledValue);
|
|
105
105
|
return (iv);
|
|
106
106
|
}
|
|
107
107
|
/**
|
|
@@ -112,7 +112,7 @@ export let IgcNumericRadiusAxisComponent = /*@__PURE__*/ (() => {
|
|
|
112
112
|
* Class containing several properties which are used as parameters passed to scaling operations in a `SeriesViewer`.
|
|
113
113
|
*/
|
|
114
114
|
getUnscaledValue(scaledValue) {
|
|
115
|
-
let iv = this.i.
|
|
115
|
+
let iv = this.i.nw(scaledValue);
|
|
116
116
|
return (iv);
|
|
117
117
|
}
|
|
118
118
|
}
|
|
@@ -61,7 +61,7 @@ export let IgcNumericXAxisComponent = /*@__PURE__*/ (() => {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
scrollRangeIntoView(minimum, maximum) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.n1(minimum, maximum);
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
IgcNumericXAxisComponent._observedAttributesIgcNumericXAxisComponent = null;
|
|
@@ -64,10 +64,10 @@ export let IgcNumericYAxisComponent = /*@__PURE__*/ (() => {
|
|
|
64
64
|
* Gets if the current axis is of vertical axis
|
|
65
65
|
*/
|
|
66
66
|
get isVertical() {
|
|
67
|
-
return this.i.
|
|
67
|
+
return this.i.cp;
|
|
68
68
|
}
|
|
69
69
|
scrollRangeIntoView(minimum, maximum) {
|
|
70
|
-
this.i.
|
|
70
|
+
this.i.n0(minimum, maximum);
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
IgcNumericYAxisComponent._observedAttributesIgcNumericYAxisComponent = null;
|
|
@@ -87,17 +87,17 @@ export let IgcOrdinalTimeXAxisComponent = /*@__PURE__*/ (() => {
|
|
|
87
87
|
* Gets or sets the labelling mode to use when the automatic label formats are applied.
|
|
88
88
|
*/
|
|
89
89
|
get labellingMode() {
|
|
90
|
-
return this.i.
|
|
90
|
+
return this.i.nl;
|
|
91
91
|
}
|
|
92
92
|
set labellingMode(v) {
|
|
93
|
-
this.i.
|
|
94
|
-
this._a("labellingMode", enumToString(TimeAxisLabellingMode_$type, this.i.
|
|
93
|
+
this.i.nl = ensureEnum(TimeAxisLabellingMode_$type, v);
|
|
94
|
+
this._a("labellingMode", enumToString(TimeAxisLabellingMode_$type, this.i.nl));
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
97
|
* Gets or sets if the current axis is of ordinal axis type
|
|
98
98
|
*/
|
|
99
99
|
get isOrdinal() {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.ck;
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
103
103
|
* A list of axis label formats to apply, which are selected according to the visible axis range.
|
|
@@ -131,7 +131,7 @@ export let IgcOrdinalTimeXAxisComponent = /*@__PURE__*/ (() => {
|
|
|
131
131
|
get labelFormats() {
|
|
132
132
|
if (this._labelFormats === null) {
|
|
133
133
|
let coll = new IgcTimeAxisLabelFormatCollection();
|
|
134
|
-
let innerColl = this.i.
|
|
134
|
+
let innerColl = this.i.nj;
|
|
135
135
|
if (!innerColl) {
|
|
136
136
|
innerColl = new TimeAxisLabelFormatCollection_internal();
|
|
137
137
|
}
|
|
@@ -147,7 +147,7 @@ export let IgcOrdinalTimeXAxisComponent = /*@__PURE__*/ (() => {
|
|
|
147
147
|
let coll = new IgcTimeAxisLabelFormatCollection();
|
|
148
148
|
this._labelFormats = coll._fromOuter(v);
|
|
149
149
|
let syncColl = new SyncableObservableCollection$1(TimeAxisLabelFormat.$type);
|
|
150
|
-
let innerColl = this.i.
|
|
150
|
+
let innerColl = this.i.nj;
|
|
151
151
|
if (!innerColl) {
|
|
152
152
|
innerColl = new TimeAxisLabelFormatCollection_internal();
|
|
153
153
|
}
|
|
@@ -186,7 +186,7 @@ export let IgcOrdinalTimeXAxisComponent = /*@__PURE__*/ (() => {
|
|
|
186
186
|
return null;
|
|
187
187
|
}
|
|
188
188
|
getValueLabel(value) {
|
|
189
|
-
let iv = this.i.
|
|
189
|
+
let iv = this.i.gd(value);
|
|
190
190
|
return (iv);
|
|
191
191
|
}
|
|
192
192
|
}
|
|
@@ -91,6 +91,9 @@ export let IgcPieChartBaseComponent = /*@__PURE__*/ (() => {
|
|
|
91
91
|
this._implementation = this.createImplementation();
|
|
92
92
|
this._implementation.externalObject = this;
|
|
93
93
|
this.onImplementationCreated();
|
|
94
|
+
if (this._initializeAdapters) {
|
|
95
|
+
this._initializeAdapters();
|
|
96
|
+
}
|
|
94
97
|
}
|
|
95
98
|
_enqueueSetAttribute(attrName, attrValue) {
|
|
96
99
|
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
@@ -18,11 +18,17 @@ export class IgcPieSliceOthersContext {
|
|
|
18
18
|
this._implementation = this.createImplementation();
|
|
19
19
|
this._implementation.externalObject = this;
|
|
20
20
|
this.onImplementationCreated();
|
|
21
|
+
if (this._initializeAdapters) {
|
|
22
|
+
this._initializeAdapters();
|
|
23
|
+
}
|
|
21
24
|
}
|
|
22
25
|
_provideImplementation(i) {
|
|
23
26
|
this._implementation = i;
|
|
24
27
|
this._implementation.externalObject = this;
|
|
25
28
|
this.onImplementationCreated();
|
|
29
|
+
if (this._initializeAdapters) {
|
|
30
|
+
this._initializeAdapters();
|
|
31
|
+
}
|
|
26
32
|
}
|
|
27
33
|
/**
|
|
28
34
|
* The underlying data contained by the Others pie slice.
|