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
|
@@ -491,11 +491,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
491
491
|
* ```
|
|
492
492
|
*/
|
|
493
493
|
get: function () {
|
|
494
|
-
return this.i.
|
|
494
|
+
return this.i.uw;
|
|
495
495
|
},
|
|
496
496
|
set: function (v) {
|
|
497
|
-
this.i.
|
|
498
|
-
this._a("isSquare", this.i.
|
|
497
|
+
this.i.uw = ensureBool(v);
|
|
498
|
+
this._a("isSquare", this.i.uw);
|
|
499
499
|
},
|
|
500
500
|
enumerable: false,
|
|
501
501
|
configurable: true
|
|
@@ -512,11 +512,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
512
512
|
* ```
|
|
513
513
|
*/
|
|
514
514
|
get: function () {
|
|
515
|
-
return this.i.
|
|
515
|
+
return this.i.v3;
|
|
516
516
|
},
|
|
517
517
|
set: function (v) {
|
|
518
|
-
this.i.
|
|
519
|
-
this._a("windowScaleHorizontal", this.i.
|
|
518
|
+
this.i.v3 = +v;
|
|
519
|
+
this._a("windowScaleHorizontal", this.i.v3);
|
|
520
520
|
},
|
|
521
521
|
enumerable: false,
|
|
522
522
|
configurable: true
|
|
@@ -533,11 +533,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
533
533
|
* ```
|
|
534
534
|
*/
|
|
535
535
|
get: function () {
|
|
536
|
-
return this.i.
|
|
536
|
+
return this.i.v4;
|
|
537
537
|
},
|
|
538
538
|
set: function (v) {
|
|
539
|
-
this.i.
|
|
540
|
-
this._a("windowScaleVertical", this.i.
|
|
539
|
+
this.i.v4 = +v;
|
|
540
|
+
this._a("windowScaleVertical", this.i.v4);
|
|
541
541
|
},
|
|
542
542
|
enumerable: false,
|
|
543
543
|
configurable: true
|
|
@@ -548,11 +548,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
548
548
|
* This property is effectively a shortcut to the Width of the ActualWindowRect property.
|
|
549
549
|
*/
|
|
550
550
|
get: function () {
|
|
551
|
-
return this.i.
|
|
551
|
+
return this.i.vo;
|
|
552
552
|
},
|
|
553
553
|
set: function (v) {
|
|
554
|
-
this.i.
|
|
555
|
-
this._a("actualWindowScaleHorizontal", this.i.
|
|
554
|
+
this.i.vo = +v;
|
|
555
|
+
this._a("actualWindowScaleHorizontal", this.i.vo);
|
|
556
556
|
},
|
|
557
557
|
enumerable: false,
|
|
558
558
|
configurable: true
|
|
@@ -563,11 +563,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
563
563
|
* This property is effectively a shortcut to the Height of the ActualWindowRect property.
|
|
564
564
|
*/
|
|
565
565
|
get: function () {
|
|
566
|
-
return this.i.
|
|
566
|
+
return this.i.vp;
|
|
567
567
|
},
|
|
568
568
|
set: function (v) {
|
|
569
|
-
this.i.
|
|
570
|
-
this._a("actualWindowScaleVertical", this.i.
|
|
569
|
+
this.i.vp = +v;
|
|
570
|
+
this._a("actualWindowScaleVertical", this.i.vp);
|
|
571
571
|
},
|
|
572
572
|
enumerable: false,
|
|
573
573
|
configurable: true
|
|
@@ -583,11 +583,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
583
583
|
* ```
|
|
584
584
|
*/
|
|
585
585
|
get: function () {
|
|
586
|
-
return this.i.
|
|
586
|
+
return this.i.uu;
|
|
587
587
|
},
|
|
588
588
|
set: function (v) {
|
|
589
|
-
this.i.
|
|
590
|
-
this._a("isHorizontalZoomEnabled", this.i.
|
|
589
|
+
this.i.uu = ensureBool(v);
|
|
590
|
+
this._a("isHorizontalZoomEnabled", this.i.uu);
|
|
591
591
|
},
|
|
592
592
|
enumerable: false,
|
|
593
593
|
configurable: true
|
|
@@ -603,11 +603,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
603
603
|
* ```
|
|
604
604
|
*/
|
|
605
605
|
get: function () {
|
|
606
|
-
return this.i.
|
|
606
|
+
return this.i.ux;
|
|
607
607
|
},
|
|
608
608
|
set: function (v) {
|
|
609
|
-
this.i.
|
|
610
|
-
this._a("isVerticalZoomEnabled", this.i.
|
|
609
|
+
this.i.ux = ensureBool(v);
|
|
610
|
+
this._a("isVerticalZoomEnabled", this.i.ux);
|
|
611
611
|
},
|
|
612
612
|
enumerable: false,
|
|
613
613
|
configurable: true
|
|
@@ -619,11 +619,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
619
619
|
* Try setting the `GridMode` property to bring your grid lines in front of the data series.
|
|
620
620
|
*/
|
|
621
621
|
get: function () {
|
|
622
|
-
return this.i.
|
|
622
|
+
return this.i.ua;
|
|
623
623
|
},
|
|
624
624
|
set: function (v) {
|
|
625
|
-
this.i.
|
|
626
|
-
this._a("gridMode", enumToString(GridMode_$type, this.i.
|
|
625
|
+
this.i.ua = ensureEnum(GridMode_$type, v);
|
|
626
|
+
this._a("gridMode", enumToString(GridMode_$type, this.i.ua));
|
|
627
627
|
},
|
|
628
628
|
enumerable: false,
|
|
629
629
|
configurable: true
|
|
@@ -633,11 +633,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
633
633
|
* Gets or sets a value indicating whether grid and tick lines are aligned to device pixels.
|
|
634
634
|
*/
|
|
635
635
|
get: function () {
|
|
636
|
-
return this.i.
|
|
636
|
+
return this.i.uq;
|
|
637
637
|
},
|
|
638
638
|
set: function (v) {
|
|
639
|
-
this.i.
|
|
640
|
-
this._a("alignsGridLinesToPixels", this.i.
|
|
639
|
+
this.i.uq = ensureBool(v);
|
|
640
|
+
this._a("alignsGridLinesToPixels", this.i.uq);
|
|
641
641
|
},
|
|
642
642
|
enumerable: false,
|
|
643
643
|
configurable: true
|
|
@@ -647,11 +647,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
647
647
|
* Gets or sets the maximum amount the series viewer should auto expand margins to accomodate the initial horizontal axis labels.
|
|
648
648
|
*/
|
|
649
649
|
get: function () {
|
|
650
|
-
return this.i.
|
|
650
|
+
return this.i.vr;
|
|
651
651
|
},
|
|
652
652
|
set: function (v) {
|
|
653
|
-
this.i.
|
|
654
|
-
this._a("autoExpandMarginMaximumValue", this.i.
|
|
653
|
+
this.i.vr = +v;
|
|
654
|
+
this._a("autoExpandMarginMaximumValue", this.i.vr);
|
|
655
655
|
},
|
|
656
656
|
enumerable: false,
|
|
657
657
|
configurable: true
|
|
@@ -661,11 +661,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
661
661
|
* Gets or sets the extra amount the series viewer should auto expand margins to accomodate the initial horizontal axis labels.
|
|
662
662
|
*/
|
|
663
663
|
get: function () {
|
|
664
|
-
return this.i.
|
|
664
|
+
return this.i.vq;
|
|
665
665
|
},
|
|
666
666
|
set: function (v) {
|
|
667
|
-
this.i.
|
|
668
|
-
this._a("autoExpandMarginExtraPadding", this.i.
|
|
667
|
+
this.i.vq = +v;
|
|
668
|
+
this._a("autoExpandMarginExtraPadding", this.i.vq);
|
|
669
669
|
},
|
|
670
670
|
enumerable: false,
|
|
671
671
|
configurable: true
|
|
@@ -675,11 +675,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
675
675
|
* Gets or sets a whether the series viewer should suppress truncation of axis labels.
|
|
676
676
|
*/
|
|
677
677
|
get: function () {
|
|
678
|
-
return this.i.
|
|
678
|
+
return this.i.u4;
|
|
679
679
|
},
|
|
680
680
|
set: function (v) {
|
|
681
|
-
this.i.
|
|
682
|
-
this._a("shouldSuppressAxisLabelTruncation", this.i.
|
|
681
|
+
this.i.u4 = ensureBool(v);
|
|
682
|
+
this._a("shouldSuppressAxisLabelTruncation", this.i.u4);
|
|
683
683
|
},
|
|
684
684
|
enumerable: false,
|
|
685
685
|
configurable: true
|
|
@@ -689,11 +689,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
689
689
|
* Gets or sets a whether the series viewer should auto expand margins to accomodate the initial horizontal axis labels.
|
|
690
690
|
*/
|
|
691
691
|
get: function () {
|
|
692
|
-
return this.i.
|
|
692
|
+
return this.i.u0;
|
|
693
693
|
},
|
|
694
694
|
set: function (v) {
|
|
695
|
-
this.i.
|
|
696
|
-
this._a("shouldAutoExpandMarginForInitialLabels", this.i.
|
|
695
|
+
this.i.u0 = ensureBool(v);
|
|
696
|
+
this._a("shouldAutoExpandMarginForInitialLabels", this.i.u0);
|
|
697
697
|
},
|
|
698
698
|
enumerable: false,
|
|
699
699
|
configurable: true
|
|
@@ -703,11 +703,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
703
703
|
* Gets or sets a whether the series viewer should consider auto rotating labels to fit them in the initial view. This implies that ShouldAutoExpandMarginForInitialLabels is true.
|
|
704
704
|
*/
|
|
705
705
|
get: function () {
|
|
706
|
-
return this.i.
|
|
706
|
+
return this.i.u3;
|
|
707
707
|
},
|
|
708
708
|
set: function (v) {
|
|
709
|
-
this.i.
|
|
710
|
-
this._a("shouldConsiderAutoRotationForInitialLabels", this.i.
|
|
709
|
+
this.i.u3 = ensureBool(v);
|
|
710
|
+
this._a("shouldConsiderAutoRotationForInitialLabels", this.i.u3);
|
|
711
711
|
},
|
|
712
712
|
enumerable: false,
|
|
713
713
|
configurable: true
|
|
@@ -717,11 +717,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
717
717
|
* Gets or sets a whether the series viewer should suppress auto recalculating margin and axis label angles.
|
|
718
718
|
*/
|
|
719
719
|
get: function () {
|
|
720
|
-
return this.i.
|
|
720
|
+
return this.i.u5;
|
|
721
721
|
},
|
|
722
722
|
set: function (v) {
|
|
723
|
-
this.i.
|
|
724
|
-
this._a("suppressAutoMarginAndAngleRecalculation", this.i.
|
|
723
|
+
this.i.u5 = ensureBool(v);
|
|
724
|
+
this._a("suppressAutoMarginAndAngleRecalculation", this.i.u5);
|
|
725
725
|
},
|
|
726
726
|
enumerable: false,
|
|
727
727
|
configurable: true
|
|
@@ -731,11 +731,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
731
731
|
* Gets or sets a whether the series viewer should consider auto rotating labels to fit them in the initial view. This implies that ShouldAutoExpandMarginForInitialLabels is true.
|
|
732
732
|
*/
|
|
733
733
|
get: function () {
|
|
734
|
-
return this.i.
|
|
734
|
+
return this.i.t5;
|
|
735
735
|
},
|
|
736
736
|
set: function (v) {
|
|
737
|
-
this.i.
|
|
738
|
-
this._a("autoMarginAndAngleUpdateMode", enumToString(AutoMarginsAndAngleUpdateMode_$type, this.i.
|
|
737
|
+
this.i.t5 = ensureEnum(AutoMarginsAndAngleUpdateMode_$type, v);
|
|
738
|
+
this._a("autoMarginAndAngleUpdateMode", enumToString(AutoMarginsAndAngleUpdateMode_$type, this.i.t5));
|
|
739
739
|
},
|
|
740
740
|
enumerable: false,
|
|
741
741
|
configurable: true
|
|
@@ -747,11 +747,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
747
747
|
* Axis.Stroke is set.
|
|
748
748
|
*/
|
|
749
749
|
get: function () {
|
|
750
|
-
return brushToString(this.i.
|
|
750
|
+
return brushToString(this.i.x6);
|
|
751
751
|
},
|
|
752
752
|
set: function (v) {
|
|
753
|
-
this.i.
|
|
754
|
-
this._a("defaultAxisStroke", brushToString(this.i.
|
|
753
|
+
this.i.x6 = stringToBrush(v);
|
|
754
|
+
this._a("defaultAxisStroke", brushToString(this.i.x6));
|
|
755
755
|
},
|
|
756
756
|
enumerable: false,
|
|
757
757
|
configurable: true
|
|
@@ -763,11 +763,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
763
763
|
* Axis.MajorStroke is set.
|
|
764
764
|
*/
|
|
765
765
|
get: function () {
|
|
766
|
-
return brushToString(this.i.
|
|
766
|
+
return brushToString(this.i.x4);
|
|
767
767
|
},
|
|
768
768
|
set: function (v) {
|
|
769
|
-
this.i.
|
|
770
|
-
this._a("defaultAxisMajorStroke", brushToString(this.i.
|
|
769
|
+
this.i.x4 = stringToBrush(v);
|
|
770
|
+
this._a("defaultAxisMajorStroke", brushToString(this.i.x4));
|
|
771
771
|
},
|
|
772
772
|
enumerable: false,
|
|
773
773
|
configurable: true
|
|
@@ -779,11 +779,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
779
779
|
* Axis.MinorStroke is set.
|
|
780
780
|
*/
|
|
781
781
|
get: function () {
|
|
782
|
-
return brushToString(this.i.
|
|
782
|
+
return brushToString(this.i.x5);
|
|
783
783
|
},
|
|
784
784
|
set: function (v) {
|
|
785
|
-
this.i.
|
|
786
|
-
this._a("defaultAxisMinorStroke", brushToString(this.i.
|
|
785
|
+
this.i.x5 = stringToBrush(v);
|
|
786
|
+
this._a("defaultAxisMinorStroke", brushToString(this.i.x5));
|
|
787
787
|
},
|
|
788
788
|
enumerable: false,
|
|
789
789
|
configurable: true
|
|
@@ -793,11 +793,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
793
793
|
* Gets the actual resolved left plot area margin;
|
|
794
794
|
*/
|
|
795
795
|
get: function () {
|
|
796
|
-
return this.i.
|
|
796
|
+
return this.i.vl;
|
|
797
797
|
},
|
|
798
798
|
set: function (v) {
|
|
799
|
-
this.i.
|
|
800
|
-
this._a("actualPlotAreaMarginLeft", this.i.
|
|
799
|
+
this.i.vl = +v;
|
|
800
|
+
this._a("actualPlotAreaMarginLeft", this.i.vl);
|
|
801
801
|
},
|
|
802
802
|
enumerable: false,
|
|
803
803
|
configurable: true
|
|
@@ -807,11 +807,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
807
807
|
* Gets the actual resolved top plot area margin;
|
|
808
808
|
*/
|
|
809
809
|
get: function () {
|
|
810
|
-
return this.i.
|
|
810
|
+
return this.i.vn;
|
|
811
811
|
},
|
|
812
812
|
set: function (v) {
|
|
813
|
-
this.i.
|
|
814
|
-
this._a("actualPlotAreaMarginTop", this.i.
|
|
813
|
+
this.i.vn = +v;
|
|
814
|
+
this._a("actualPlotAreaMarginTop", this.i.vn);
|
|
815
815
|
},
|
|
816
816
|
enumerable: false,
|
|
817
817
|
configurable: true
|
|
@@ -821,11 +821,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
821
821
|
* Gets the actual resolved right plot area margin;
|
|
822
822
|
*/
|
|
823
823
|
get: function () {
|
|
824
|
-
return this.i.
|
|
824
|
+
return this.i.vm;
|
|
825
825
|
},
|
|
826
826
|
set: function (v) {
|
|
827
|
-
this.i.
|
|
828
|
-
this._a("actualPlotAreaMarginRight", this.i.
|
|
827
|
+
this.i.vm = +v;
|
|
828
|
+
this._a("actualPlotAreaMarginRight", this.i.vm);
|
|
829
829
|
},
|
|
830
830
|
enumerable: false,
|
|
831
831
|
configurable: true
|
|
@@ -835,11 +835,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
835
835
|
* Gets the actual resolved bottom plot area margin;
|
|
836
836
|
*/
|
|
837
837
|
get: function () {
|
|
838
|
-
return this.i.
|
|
838
|
+
return this.i.vk;
|
|
839
839
|
},
|
|
840
840
|
set: function (v) {
|
|
841
|
-
this.i.
|
|
842
|
-
this._a("actualPlotAreaMarginBottom", this.i.
|
|
841
|
+
this.i.vk = +v;
|
|
842
|
+
this._a("actualPlotAreaMarginBottom", this.i.vk);
|
|
843
843
|
},
|
|
844
844
|
enumerable: false,
|
|
845
845
|
configurable: true
|
|
@@ -849,11 +849,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
849
849
|
* Gets or sets mode to use for automatically calculating the plot area margin.
|
|
850
850
|
*/
|
|
851
851
|
get: function () {
|
|
852
|
-
return this.i.
|
|
852
|
+
return this.i.t8;
|
|
853
853
|
},
|
|
854
854
|
set: function (v) {
|
|
855
|
-
this.i.
|
|
856
|
-
this._a("computedPlotAreaMarginMode", enumToString(ComputedPlotAreaMarginMode_$type, this.i.
|
|
855
|
+
this.i.t8 = ensureEnum(ComputedPlotAreaMarginMode_$type, v);
|
|
856
|
+
this._a("computedPlotAreaMarginMode", enumToString(ComputedPlotAreaMarginMode_$type, this.i.t8));
|
|
857
857
|
},
|
|
858
858
|
enumerable: false,
|
|
859
859
|
configurable: true
|
|
@@ -863,11 +863,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
863
863
|
* Gets or sets horizontal mode to use for automatically calculating the plot area margin based ont the series.
|
|
864
864
|
*/
|
|
865
865
|
get: function () {
|
|
866
|
-
return this.i.
|
|
866
|
+
return this.i.uf;
|
|
867
867
|
},
|
|
868
868
|
set: function (v) {
|
|
869
|
-
this.i.
|
|
870
|
-
this._a("seriesPlotAreaMarginHorizontalMode", enumToString(SeriesPlotAreaMarginHorizontalMode_$type, this.i.
|
|
869
|
+
this.i.uf = ensureEnum(SeriesPlotAreaMarginHorizontalMode_$type, v);
|
|
870
|
+
this._a("seriesPlotAreaMarginHorizontalMode", enumToString(SeriesPlotAreaMarginHorizontalMode_$type, this.i.uf));
|
|
871
871
|
},
|
|
872
872
|
enumerable: false,
|
|
873
873
|
configurable: true
|
|
@@ -877,11 +877,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
877
877
|
* Gets or sets vertical mode to use for automatically calculating the plot area margin based ont the series.
|
|
878
878
|
*/
|
|
879
879
|
get: function () {
|
|
880
|
-
return this.i.
|
|
880
|
+
return this.i.ui;
|
|
881
881
|
},
|
|
882
882
|
set: function (v) {
|
|
883
|
-
this.i.
|
|
884
|
-
this._a("seriesPlotAreaMarginVerticalMode", enumToString(SeriesPlotAreaMarginVerticalMode_$type, this.i.
|
|
883
|
+
this.i.ui = ensureEnum(SeriesPlotAreaMarginVerticalMode_$type, v);
|
|
884
|
+
this._a("seriesPlotAreaMarginVerticalMode", enumToString(SeriesPlotAreaMarginVerticalMode_$type, this.i.ui));
|
|
885
885
|
},
|
|
886
886
|
enumerable: false,
|
|
887
887
|
configurable: true
|
|
@@ -891,11 +891,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
891
891
|
* Margin applied to the left of the plot area.
|
|
892
892
|
*/
|
|
893
893
|
get: function () {
|
|
894
|
-
return this.i.
|
|
894
|
+
return this.i.vz;
|
|
895
895
|
},
|
|
896
896
|
set: function (v) {
|
|
897
|
-
this.i.
|
|
898
|
-
this._a("plotAreaMarginLeft", this.i.
|
|
897
|
+
this.i.vz = +v;
|
|
898
|
+
this._a("plotAreaMarginLeft", this.i.vz);
|
|
899
899
|
},
|
|
900
900
|
enumerable: false,
|
|
901
901
|
configurable: true
|
|
@@ -905,11 +905,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
905
905
|
* Margin applied above the plot area.
|
|
906
906
|
*/
|
|
907
907
|
get: function () {
|
|
908
|
-
return this.i.
|
|
908
|
+
return this.i.v1;
|
|
909
909
|
},
|
|
910
910
|
set: function (v) {
|
|
911
|
-
this.i.
|
|
912
|
-
this._a("plotAreaMarginTop", this.i.
|
|
911
|
+
this.i.v1 = +v;
|
|
912
|
+
this._a("plotAreaMarginTop", this.i.v1);
|
|
913
913
|
},
|
|
914
914
|
enumerable: false,
|
|
915
915
|
configurable: true
|
|
@@ -919,11 +919,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
919
919
|
* Margin applied to the right of the plot area.
|
|
920
920
|
*/
|
|
921
921
|
get: function () {
|
|
922
|
-
return this.i.
|
|
922
|
+
return this.i.v0;
|
|
923
923
|
},
|
|
924
924
|
set: function (v) {
|
|
925
|
-
this.i.
|
|
926
|
-
this._a("plotAreaMarginRight", this.i.
|
|
925
|
+
this.i.v0 = +v;
|
|
926
|
+
this._a("plotAreaMarginRight", this.i.v0);
|
|
927
927
|
},
|
|
928
928
|
enumerable: false,
|
|
929
929
|
configurable: true
|
|
@@ -933,11 +933,11 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
933
933
|
* Margin applied below the plot area.
|
|
934
934
|
*/
|
|
935
935
|
get: function () {
|
|
936
|
-
return this.i.
|
|
936
|
+
return this.i.vy;
|
|
937
937
|
},
|
|
938
938
|
set: function (v) {
|
|
939
|
-
this.i.
|
|
940
|
-
this._a("plotAreaMarginBottom", this.i.
|
|
939
|
+
this.i.vy = +v;
|
|
940
|
+
this._a("plotAreaMarginBottom", this.i.vy);
|
|
941
941
|
},
|
|
942
942
|
enumerable: false,
|
|
943
943
|
configurable: true
|
|
@@ -953,27 +953,27 @@ var IgcDataChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
953
953
|
return null;
|
|
954
954
|
};
|
|
955
955
|
IgcDataChartComponent.prototype.refreshComputedPlotAreaMargin = function () {
|
|
956
|
-
this.i.
|
|
956
|
+
this.i.xc();
|
|
957
957
|
};
|
|
958
958
|
IgcDataChartComponent.prototype.recalculateMarginAutoExpansion = function () {
|
|
959
|
-
this.i.
|
|
959
|
+
this.i.xb();
|
|
960
960
|
};
|
|
961
961
|
IgcDataChartComponent.prototype.recalculateAutoLabelsAngle = function () {
|
|
962
|
-
this.i.
|
|
962
|
+
this.i.xa();
|
|
963
963
|
};
|
|
964
964
|
/**
|
|
965
965
|
* Notifies the chart that the CSS styles in effect have been updated.
|
|
966
966
|
|
|
967
967
|
*/
|
|
968
968
|
IgcDataChartComponent.prototype.styleUpdated = function () {
|
|
969
|
-
this.i.
|
|
969
|
+
this.i.xd();
|
|
970
970
|
};
|
|
971
971
|
/**
|
|
972
972
|
* Export serialized visual data.
|
|
973
973
|
|
|
974
974
|
*/
|
|
975
975
|
IgcDataChartComponent.prototype.exportSerializedVisualData = function () {
|
|
976
|
-
var iv = this.i.
|
|
976
|
+
var iv = this.i.wl();
|
|
977
977
|
return (iv);
|
|
978
978
|
};
|
|
979
979
|
IgcDataChartComponent._observedAttributesIgcDataChartComponent = null;
|
|
@@ -31,6 +31,9 @@ var IgcDataChartMouseButtonEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
31
31
|
this._implementation = i;
|
|
32
32
|
this._implementation.externalObject = this;
|
|
33
33
|
this.onImplementationCreated();
|
|
34
|
+
if (this._initializeAdapters) {
|
|
35
|
+
this._initializeAdapters();
|
|
36
|
+
}
|
|
34
37
|
};
|
|
35
38
|
Object.defineProperty(IgcDataChartMouseButtonEventArgs.prototype, "handled", {
|
|
36
39
|
/**
|
|
@@ -9,6 +9,9 @@ var IgcDataLegendStylingColumnEventArgs = /** @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
|
IgcDataLegendStylingColumnEventArgs.prototype.createImplementation = function () {
|
|
14
17
|
return new DataLegendStylingColumnEventArgs_internal();
|
|
@@ -29,6 +32,9 @@ var IgcDataLegendStylingColumnEventArgs = /** @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(IgcDataLegendStylingColumnEventArgs.prototype, "columnIndex", {
|
|
34
40
|
/**
|
|
@@ -9,6 +9,9 @@ var IgcDataLegendStylingRowEventArgs = /** @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
|
IgcDataLegendStylingRowEventArgs.prototype.createImplementation = function () {
|
|
14
17
|
return new DataLegendStylingRowEventArgs_internal();
|
|
@@ -29,6 +32,9 @@ var IgcDataLegendStylingRowEventArgs = /** @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(IgcDataLegendStylingRowEventArgs.prototype, "badgeShape", {
|
|
34
40
|
/**
|
|
@@ -20,6 +20,9 @@ var IgcDataLegendSummaryEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
20
20
|
this._implementation = i;
|
|
21
21
|
this._implementation.externalObject = this;
|
|
22
22
|
this.onImplementationCreated();
|
|
23
|
+
if (this._initializeAdapters) {
|
|
24
|
+
this._initializeAdapters();
|
|
25
|
+
}
|
|
23
26
|
};
|
|
24
27
|
Object.defineProperty(IgcDataLegendSummaryEventArgs.prototype, "columnValues", {
|
|
25
28
|
/**
|
|
@@ -25,6 +25,9 @@ var IgcDataSourceSupportingCalculation = /** @class */ /*@__PURE__*/ (function (
|
|
|
25
25
|
this._implementation = i;
|
|
26
26
|
this._implementation.externalObject = this;
|
|
27
27
|
this.onImplementationCreated();
|
|
28
|
+
if (this._initializeAdapters) {
|
|
29
|
+
this._initializeAdapters();
|
|
30
|
+
}
|
|
28
31
|
};
|
|
29
32
|
IgcDataSourceSupportingCalculation.prototype.findByName = function (name) {
|
|
30
33
|
if (this.findEphemera) {
|