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
|
@@ -74,10 +74,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74
74
|
* ```
|
|
75
75
|
*/
|
|
76
76
|
get: function () {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.v8;
|
|
78
78
|
},
|
|
79
79
|
set: function (v) {
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.v8 = v;
|
|
81
81
|
},
|
|
82
82
|
enumerable: false,
|
|
83
83
|
configurable: true
|
|
@@ -95,10 +95,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
95
95
|
* ```
|
|
96
96
|
*/
|
|
97
97
|
get: function () {
|
|
98
|
-
return this.i.
|
|
98
|
+
return this.i.v9;
|
|
99
99
|
},
|
|
100
100
|
set: function (v) {
|
|
101
|
-
this.i.
|
|
101
|
+
this.i.v9 = v;
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
104
104
|
configurable: true
|
|
@@ -114,11 +114,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
114
114
|
* ```
|
|
115
115
|
*/
|
|
116
116
|
get: function () {
|
|
117
|
-
return this.i.
|
|
117
|
+
return this.i.xp;
|
|
118
118
|
},
|
|
119
119
|
set: function (v) {
|
|
120
|
-
this.i.
|
|
121
|
-
this._a("xAxisLabelLeftMargin", this.i.
|
|
120
|
+
this.i.xp = +v;
|
|
121
|
+
this._a("xAxisLabelLeftMargin", this.i.xp);
|
|
122
122
|
},
|
|
123
123
|
enumerable: false,
|
|
124
124
|
configurable: true
|
|
@@ -134,11 +134,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
134
134
|
* ```
|
|
135
135
|
*/
|
|
136
136
|
get: function () {
|
|
137
|
-
return this.i.
|
|
137
|
+
return this.i.xr;
|
|
138
138
|
},
|
|
139
139
|
set: function (v) {
|
|
140
|
-
this.i.
|
|
141
|
-
this._a("xAxisLabelTopMargin", this.i.
|
|
140
|
+
this.i.xr = +v;
|
|
141
|
+
this._a("xAxisLabelTopMargin", this.i.xr);
|
|
142
142
|
},
|
|
143
143
|
enumerable: false,
|
|
144
144
|
configurable: true
|
|
@@ -154,11 +154,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
154
154
|
* ```
|
|
155
155
|
*/
|
|
156
156
|
get: function () {
|
|
157
|
-
return this.i.
|
|
157
|
+
return this.i.xq;
|
|
158
158
|
},
|
|
159
159
|
set: function (v) {
|
|
160
|
-
this.i.
|
|
161
|
-
this._a("xAxisLabelRightMargin", this.i.
|
|
160
|
+
this.i.xq = +v;
|
|
161
|
+
this._a("xAxisLabelRightMargin", this.i.xq);
|
|
162
162
|
},
|
|
163
163
|
enumerable: false,
|
|
164
164
|
configurable: true
|
|
@@ -174,11 +174,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
174
174
|
* ```
|
|
175
175
|
*/
|
|
176
176
|
get: function () {
|
|
177
|
-
return this.i.
|
|
177
|
+
return this.i.xo;
|
|
178
178
|
},
|
|
179
179
|
set: function (v) {
|
|
180
|
-
this.i.
|
|
181
|
-
this._a("xAxisLabelBottomMargin", this.i.
|
|
180
|
+
this.i.xo = +v;
|
|
181
|
+
this._a("xAxisLabelBottomMargin", this.i.xo);
|
|
182
182
|
},
|
|
183
183
|
enumerable: false,
|
|
184
184
|
configurable: true
|
|
@@ -194,11 +194,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
194
194
|
* ```
|
|
195
195
|
*/
|
|
196
196
|
get: function () {
|
|
197
|
-
return this.i.
|
|
197
|
+
return this.i.x6;
|
|
198
198
|
},
|
|
199
199
|
set: function (v) {
|
|
200
|
-
this.i.
|
|
201
|
-
this._a("yAxisLabelLeftMargin", this.i.
|
|
200
|
+
this.i.x6 = +v;
|
|
201
|
+
this._a("yAxisLabelLeftMargin", this.i.x6);
|
|
202
202
|
},
|
|
203
203
|
enumerable: false,
|
|
204
204
|
configurable: true
|
|
@@ -214,11 +214,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
214
214
|
* ```
|
|
215
215
|
*/
|
|
216
216
|
get: function () {
|
|
217
|
-
return this.i.
|
|
217
|
+
return this.i.x8;
|
|
218
218
|
},
|
|
219
219
|
set: function (v) {
|
|
220
|
-
this.i.
|
|
221
|
-
this._a("yAxisLabelTopMargin", this.i.
|
|
220
|
+
this.i.x8 = +v;
|
|
221
|
+
this._a("yAxisLabelTopMargin", this.i.x8);
|
|
222
222
|
},
|
|
223
223
|
enumerable: false,
|
|
224
224
|
configurable: true
|
|
@@ -234,11 +234,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
234
234
|
* ```
|
|
235
235
|
*/
|
|
236
236
|
get: function () {
|
|
237
|
-
return this.i.
|
|
237
|
+
return this.i.x7;
|
|
238
238
|
},
|
|
239
239
|
set: function (v) {
|
|
240
|
-
this.i.
|
|
241
|
-
this._a("yAxisLabelRightMargin", this.i.
|
|
240
|
+
this.i.x7 = +v;
|
|
241
|
+
this._a("yAxisLabelRightMargin", this.i.x7);
|
|
242
242
|
},
|
|
243
243
|
enumerable: false,
|
|
244
244
|
configurable: true
|
|
@@ -254,11 +254,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
254
254
|
* ```
|
|
255
255
|
*/
|
|
256
256
|
get: function () {
|
|
257
|
-
return this.i.
|
|
257
|
+
return this.i.x5;
|
|
258
258
|
},
|
|
259
259
|
set: function (v) {
|
|
260
|
-
this.i.
|
|
261
|
-
this._a("yAxisLabelBottomMargin", this.i.
|
|
260
|
+
this.i.x5 = +v;
|
|
261
|
+
this._a("yAxisLabelBottomMargin", this.i.x5);
|
|
262
262
|
},
|
|
263
263
|
enumerable: false,
|
|
264
264
|
configurable: true
|
|
@@ -274,11 +274,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
274
274
|
* ```
|
|
275
275
|
*/
|
|
276
276
|
get: function () {
|
|
277
|
-
return brushToString(this.i.
|
|
277
|
+
return brushToString(this.i.acd);
|
|
278
278
|
},
|
|
279
279
|
set: function (v) {
|
|
280
|
-
this.i.
|
|
281
|
-
this._a("xAxisLabelTextColor", brushToString(this.i.
|
|
280
|
+
this.i.acd = stringToBrush(v);
|
|
281
|
+
this._a("xAxisLabelTextColor", brushToString(this.i.acd));
|
|
282
282
|
},
|
|
283
283
|
enumerable: false,
|
|
284
284
|
configurable: true
|
|
@@ -294,11 +294,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
294
294
|
* ```
|
|
295
295
|
*/
|
|
296
296
|
get: function () {
|
|
297
|
-
return brushToString(this.i.
|
|
297
|
+
return brushToString(this.i.ack);
|
|
298
298
|
},
|
|
299
299
|
set: function (v) {
|
|
300
|
-
this.i.
|
|
301
|
-
this._a("yAxisLabelTextColor", brushToString(this.i.
|
|
300
|
+
this.i.ack = stringToBrush(v);
|
|
301
|
+
this._a("yAxisLabelTextColor", brushToString(this.i.ack));
|
|
302
302
|
},
|
|
303
303
|
enumerable: false,
|
|
304
304
|
configurable: true
|
|
@@ -308,11 +308,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
308
308
|
* Gets the actual color of labels on the X-axis
|
|
309
309
|
*/
|
|
310
310
|
get: function () {
|
|
311
|
-
return brushToString(this.i.
|
|
311
|
+
return brushToString(this.i.acb);
|
|
312
312
|
},
|
|
313
313
|
set: function (v) {
|
|
314
|
-
this.i.
|
|
315
|
-
this._a("actualXAxisLabelTextColor", brushToString(this.i.
|
|
314
|
+
this.i.acb = stringToBrush(v);
|
|
315
|
+
this._a("actualXAxisLabelTextColor", brushToString(this.i.acb));
|
|
316
316
|
},
|
|
317
317
|
enumerable: false,
|
|
318
318
|
configurable: true
|
|
@@ -322,11 +322,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
322
322
|
* Gets the actual color of labels on the Y-axis
|
|
323
323
|
*/
|
|
324
324
|
get: function () {
|
|
325
|
-
return brushToString(this.i.
|
|
325
|
+
return brushToString(this.i.acc);
|
|
326
326
|
},
|
|
327
327
|
set: function (v) {
|
|
328
|
-
this.i.
|
|
329
|
-
this._a("actualYAxisLabelTextColor", brushToString(this.i.
|
|
328
|
+
this.i.acc = stringToBrush(v);
|
|
329
|
+
this._a("actualYAxisLabelTextColor", brushToString(this.i.acc));
|
|
330
330
|
},
|
|
331
331
|
enumerable: false,
|
|
332
332
|
configurable: true
|
|
@@ -338,11 +338,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
338
338
|
* Use the `XAxisTitleMargin` property to set a margin around the y-axis title.
|
|
339
339
|
*/
|
|
340
340
|
get: function () {
|
|
341
|
-
return this.i.
|
|
341
|
+
return this.i.x0;
|
|
342
342
|
},
|
|
343
343
|
set: function (v) {
|
|
344
|
-
this.i.
|
|
345
|
-
this._a("xAxisTitleMargin", this.i.
|
|
344
|
+
this.i.x0 = +v;
|
|
345
|
+
this._a("xAxisTitleMargin", this.i.x0);
|
|
346
346
|
},
|
|
347
347
|
enumerable: false,
|
|
348
348
|
configurable: true
|
|
@@ -354,11 +354,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
354
354
|
* Use the `YAxisTitleMargin` property to set a margin around the y-axis title.
|
|
355
355
|
*/
|
|
356
356
|
get: function () {
|
|
357
|
-
return this.i.
|
|
357
|
+
return this.i.yh;
|
|
358
358
|
},
|
|
359
359
|
set: function (v) {
|
|
360
|
-
this.i.
|
|
361
|
-
this._a("yAxisTitleMargin", this.i.
|
|
360
|
+
this.i.yh = +v;
|
|
361
|
+
this._a("yAxisTitleMargin", this.i.yh);
|
|
362
362
|
},
|
|
363
363
|
enumerable: false,
|
|
364
364
|
configurable: true
|
|
@@ -374,11 +374,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
374
374
|
* ```
|
|
375
375
|
*/
|
|
376
376
|
get: function () {
|
|
377
|
-
return this.i.
|
|
377
|
+
return this.i.xz;
|
|
378
378
|
},
|
|
379
379
|
set: function (v) {
|
|
380
|
-
this.i.
|
|
381
|
-
this._a("xAxisTitleLeftMargin", this.i.
|
|
380
|
+
this.i.xz = +v;
|
|
381
|
+
this._a("xAxisTitleLeftMargin", this.i.xz);
|
|
382
382
|
},
|
|
383
383
|
enumerable: false,
|
|
384
384
|
configurable: true
|
|
@@ -394,11 +394,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
394
394
|
* ```
|
|
395
395
|
*/
|
|
396
396
|
get: function () {
|
|
397
|
-
return this.i.
|
|
397
|
+
return this.i.yg;
|
|
398
398
|
},
|
|
399
399
|
set: function (v) {
|
|
400
|
-
this.i.
|
|
401
|
-
this._a("yAxisTitleLeftMargin", this.i.
|
|
400
|
+
this.i.yg = +v;
|
|
401
|
+
this._a("yAxisTitleLeftMargin", this.i.yg);
|
|
402
402
|
},
|
|
403
403
|
enumerable: false,
|
|
404
404
|
configurable: true
|
|
@@ -414,11 +414,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
414
414
|
* ```
|
|
415
415
|
*/
|
|
416
416
|
get: function () {
|
|
417
|
-
return this.i.
|
|
417
|
+
return this.i.x2;
|
|
418
418
|
},
|
|
419
419
|
set: function (v) {
|
|
420
|
-
this.i.
|
|
421
|
-
this._a("xAxisTitleTopMargin", this.i.
|
|
420
|
+
this.i.x2 = +v;
|
|
421
|
+
this._a("xAxisTitleTopMargin", this.i.x2);
|
|
422
422
|
},
|
|
423
423
|
enumerable: false,
|
|
424
424
|
configurable: true
|
|
@@ -434,11 +434,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
434
434
|
* ```
|
|
435
435
|
*/
|
|
436
436
|
get: function () {
|
|
437
|
-
return this.i.
|
|
437
|
+
return this.i.yj;
|
|
438
438
|
},
|
|
439
439
|
set: function (v) {
|
|
440
|
-
this.i.
|
|
441
|
-
this._a("yAxisTitleTopMargin", this.i.
|
|
440
|
+
this.i.yj = +v;
|
|
441
|
+
this._a("yAxisTitleTopMargin", this.i.yj);
|
|
442
442
|
},
|
|
443
443
|
enumerable: false,
|
|
444
444
|
configurable: true
|
|
@@ -454,11 +454,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
454
454
|
* ```
|
|
455
455
|
*/
|
|
456
456
|
get: function () {
|
|
457
|
-
return this.i.
|
|
457
|
+
return this.i.x1;
|
|
458
458
|
},
|
|
459
459
|
set: function (v) {
|
|
460
|
-
this.i.
|
|
461
|
-
this._a("xAxisTitleRightMargin", this.i.
|
|
460
|
+
this.i.x1 = +v;
|
|
461
|
+
this._a("xAxisTitleRightMargin", this.i.x1);
|
|
462
462
|
},
|
|
463
463
|
enumerable: false,
|
|
464
464
|
configurable: true
|
|
@@ -474,11 +474,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
474
474
|
* ```
|
|
475
475
|
*/
|
|
476
476
|
get: function () {
|
|
477
|
-
return this.i.
|
|
477
|
+
return this.i.yi;
|
|
478
478
|
},
|
|
479
479
|
set: function (v) {
|
|
480
|
-
this.i.
|
|
481
|
-
this._a("yAxisTitleRightMargin", this.i.
|
|
480
|
+
this.i.yi = +v;
|
|
481
|
+
this._a("yAxisTitleRightMargin", this.i.yi);
|
|
482
482
|
},
|
|
483
483
|
enumerable: false,
|
|
484
484
|
configurable: true
|
|
@@ -494,11 +494,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
494
494
|
* ```
|
|
495
495
|
*/
|
|
496
496
|
get: function () {
|
|
497
|
-
return this.i.
|
|
497
|
+
return this.i.xy;
|
|
498
498
|
},
|
|
499
499
|
set: function (v) {
|
|
500
|
-
this.i.
|
|
501
|
-
this._a("xAxisTitleBottomMargin", this.i.
|
|
500
|
+
this.i.xy = +v;
|
|
501
|
+
this._a("xAxisTitleBottomMargin", this.i.xy);
|
|
502
502
|
},
|
|
503
503
|
enumerable: false,
|
|
504
504
|
configurable: true
|
|
@@ -514,11 +514,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
514
514
|
* ```
|
|
515
515
|
*/
|
|
516
516
|
get: function () {
|
|
517
|
-
return this.i.
|
|
517
|
+
return this.i.yf;
|
|
518
518
|
},
|
|
519
519
|
set: function (v) {
|
|
520
|
-
this.i.
|
|
521
|
-
this._a("yAxisTitleBottomMargin", this.i.
|
|
520
|
+
this.i.yf = +v;
|
|
521
|
+
this._a("yAxisTitleBottomMargin", this.i.yf);
|
|
522
522
|
},
|
|
523
523
|
enumerable: false,
|
|
524
524
|
configurable: true
|
|
@@ -534,11 +534,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
534
534
|
* ```
|
|
535
535
|
*/
|
|
536
536
|
get: function () {
|
|
537
|
-
return brushToString(this.i.
|
|
537
|
+
return brushToString(this.i.acj);
|
|
538
538
|
},
|
|
539
539
|
set: function (v) {
|
|
540
|
-
this.i.
|
|
541
|
-
this._a("xAxisTitleTextColor", brushToString(this.i.
|
|
540
|
+
this.i.acj = stringToBrush(v);
|
|
541
|
+
this._a("xAxisTitleTextColor", brushToString(this.i.acj));
|
|
542
542
|
},
|
|
543
543
|
enumerable: false,
|
|
544
544
|
configurable: true
|
|
@@ -554,11 +554,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
554
554
|
* ```
|
|
555
555
|
*/
|
|
556
556
|
get: function () {
|
|
557
|
-
return brushToString(this.i.
|
|
557
|
+
return brushToString(this.i.acq);
|
|
558
558
|
},
|
|
559
559
|
set: function (v) {
|
|
560
|
-
this.i.
|
|
561
|
-
this._a("yAxisTitleTextColor", brushToString(this.i.
|
|
560
|
+
this.i.acq = stringToBrush(v);
|
|
561
|
+
this._a("yAxisTitleTextColor", brushToString(this.i.acq));
|
|
562
562
|
},
|
|
563
563
|
enumerable: false,
|
|
564
564
|
configurable: true
|
|
@@ -574,10 +574,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
574
574
|
* ```
|
|
575
575
|
*/
|
|
576
576
|
get: function () {
|
|
577
|
-
return this.i.
|
|
577
|
+
return this.i.zd;
|
|
578
578
|
},
|
|
579
579
|
set: function (v) {
|
|
580
|
-
this.i.
|
|
580
|
+
this.i.zd = v;
|
|
581
581
|
},
|
|
582
582
|
enumerable: false,
|
|
583
583
|
configurable: true
|
|
@@ -593,10 +593,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
593
593
|
* ```
|
|
594
594
|
*/
|
|
595
595
|
get: function () {
|
|
596
|
-
return this.i.
|
|
596
|
+
return this.i.aai;
|
|
597
597
|
},
|
|
598
598
|
set: function (v) {
|
|
599
|
-
this.i.
|
|
599
|
+
this.i.aai = v;
|
|
600
600
|
},
|
|
601
601
|
enumerable: false,
|
|
602
602
|
configurable: true
|
|
@@ -612,10 +612,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
612
612
|
* ```
|
|
613
613
|
*/
|
|
614
614
|
get: function () {
|
|
615
|
-
return this.i.
|
|
615
|
+
return this.i.z1;
|
|
616
616
|
},
|
|
617
617
|
set: function (v) {
|
|
618
|
-
this.i.
|
|
618
|
+
this.i.z1 = v;
|
|
619
619
|
},
|
|
620
620
|
enumerable: false,
|
|
621
621
|
configurable: true
|
|
@@ -631,10 +631,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
631
631
|
* ```
|
|
632
632
|
*/
|
|
633
633
|
get: function () {
|
|
634
|
-
return this.i.
|
|
634
|
+
return this.i.aa6;
|
|
635
635
|
},
|
|
636
636
|
set: function (v) {
|
|
637
|
-
this.i.
|
|
637
|
+
this.i.aa6 = v;
|
|
638
638
|
},
|
|
639
639
|
enumerable: false,
|
|
640
640
|
configurable: true
|
|
@@ -644,10 +644,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
644
644
|
* Gets or sets the format for labels along the X-axis.
|
|
645
645
|
*/
|
|
646
646
|
get: function () {
|
|
647
|
-
return this.i.
|
|
647
|
+
return this.i.ym;
|
|
648
648
|
},
|
|
649
649
|
set: function (v) {
|
|
650
|
-
this.i.
|
|
650
|
+
this.i.ym = v;
|
|
651
651
|
},
|
|
652
652
|
enumerable: false,
|
|
653
653
|
configurable: true
|
|
@@ -657,10 +657,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
657
657
|
* Gets or sets the property or string from which the labels are derived.
|
|
658
658
|
*/
|
|
659
659
|
get: function () {
|
|
660
|
-
return this.i.
|
|
660
|
+
return this.i.yn;
|
|
661
661
|
},
|
|
662
662
|
set: function (v) {
|
|
663
|
-
this.i.
|
|
663
|
+
this.i.yn = v;
|
|
664
664
|
},
|
|
665
665
|
enumerable: false,
|
|
666
666
|
configurable: true
|
|
@@ -676,11 +676,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
676
676
|
* ```
|
|
677
677
|
*/
|
|
678
678
|
get: function () {
|
|
679
|
-
return brushToString(this.i.
|
|
679
|
+
return brushToString(this.i.ace);
|
|
680
680
|
},
|
|
681
681
|
set: function (v) {
|
|
682
|
-
this.i.
|
|
683
|
-
this._a("xAxisMajorStroke", brushToString(this.i.
|
|
682
|
+
this.i.ace = stringToBrush(v);
|
|
683
|
+
this._a("xAxisMajorStroke", brushToString(this.i.ace));
|
|
684
684
|
},
|
|
685
685
|
enumerable: false,
|
|
686
686
|
configurable: true
|
|
@@ -696,11 +696,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
696
696
|
* ```
|
|
697
697
|
*/
|
|
698
698
|
get: function () {
|
|
699
|
-
return brushToString(this.i.
|
|
699
|
+
return brushToString(this.i.acl);
|
|
700
700
|
},
|
|
701
701
|
set: function (v) {
|
|
702
|
-
this.i.
|
|
703
|
-
this._a("yAxisMajorStroke", brushToString(this.i.
|
|
702
|
+
this.i.acl = stringToBrush(v);
|
|
703
|
+
this._a("yAxisMajorStroke", brushToString(this.i.acl));
|
|
704
704
|
},
|
|
705
705
|
enumerable: false,
|
|
706
706
|
configurable: true
|
|
@@ -716,11 +716,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
716
716
|
* ```
|
|
717
717
|
*/
|
|
718
718
|
get: function () {
|
|
719
|
-
return this.i.
|
|
719
|
+
return this.i.xs;
|
|
720
720
|
},
|
|
721
721
|
set: function (v) {
|
|
722
|
-
this.i.
|
|
723
|
-
this._a("xAxisMajorStrokeThickness", this.i.
|
|
722
|
+
this.i.xs = +v;
|
|
723
|
+
this._a("xAxisMajorStrokeThickness", this.i.xs);
|
|
724
724
|
},
|
|
725
725
|
enumerable: false,
|
|
726
726
|
configurable: true
|
|
@@ -736,11 +736,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
736
736
|
* ```
|
|
737
737
|
*/
|
|
738
738
|
get: function () {
|
|
739
|
-
return this.i.
|
|
739
|
+
return this.i.x9;
|
|
740
740
|
},
|
|
741
741
|
set: function (v) {
|
|
742
|
-
this.i.
|
|
743
|
-
this._a("yAxisMajorStrokeThickness", this.i.
|
|
742
|
+
this.i.x9 = +v;
|
|
743
|
+
this._a("yAxisMajorStrokeThickness", this.i.x9);
|
|
744
744
|
},
|
|
745
745
|
enumerable: false,
|
|
746
746
|
configurable: true
|
|
@@ -756,11 +756,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
756
756
|
* ```
|
|
757
757
|
*/
|
|
758
758
|
get: function () {
|
|
759
|
-
return this.i.
|
|
759
|
+
return this.i.xt;
|
|
760
760
|
},
|
|
761
761
|
set: function (v) {
|
|
762
|
-
this.i.
|
|
763
|
-
this._a("xAxisMinorStrokeThickness", this.i.
|
|
762
|
+
this.i.xt = +v;
|
|
763
|
+
this._a("xAxisMinorStrokeThickness", this.i.xt);
|
|
764
764
|
},
|
|
765
765
|
enumerable: false,
|
|
766
766
|
configurable: true
|
|
@@ -776,11 +776,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
776
776
|
* ```
|
|
777
777
|
*/
|
|
778
778
|
get: function () {
|
|
779
|
-
return this.i.
|
|
779
|
+
return this.i.ya;
|
|
780
780
|
},
|
|
781
781
|
set: function (v) {
|
|
782
|
-
this.i.
|
|
783
|
-
this._a("yAxisMinorStrokeThickness", this.i.
|
|
782
|
+
this.i.ya = +v;
|
|
783
|
+
this._a("yAxisMinorStrokeThickness", this.i.ya);
|
|
784
784
|
},
|
|
785
785
|
enumerable: false,
|
|
786
786
|
configurable: true
|
|
@@ -796,11 +796,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
796
796
|
* ```
|
|
797
797
|
*/
|
|
798
798
|
get: function () {
|
|
799
|
-
return brushToString(this.i.
|
|
799
|
+
return brushToString(this.i.acg);
|
|
800
800
|
},
|
|
801
801
|
set: function (v) {
|
|
802
|
-
this.i.
|
|
803
|
-
this._a("xAxisStrip", brushToString(this.i.
|
|
802
|
+
this.i.acg = stringToBrush(v);
|
|
803
|
+
this._a("xAxisStrip", brushToString(this.i.acg));
|
|
804
804
|
},
|
|
805
805
|
enumerable: false,
|
|
806
806
|
configurable: true
|
|
@@ -816,11 +816,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
816
816
|
* ```
|
|
817
817
|
*/
|
|
818
818
|
get: function () {
|
|
819
|
-
return brushToString(this.i.
|
|
819
|
+
return brushToString(this.i.acn);
|
|
820
820
|
},
|
|
821
821
|
set: function (v) {
|
|
822
|
-
this.i.
|
|
823
|
-
this._a("yAxisStrip", brushToString(this.i.
|
|
822
|
+
this.i.acn = stringToBrush(v);
|
|
823
|
+
this._a("yAxisStrip", brushToString(this.i.acn));
|
|
824
824
|
},
|
|
825
825
|
enumerable: false,
|
|
826
826
|
configurable: true
|
|
@@ -836,11 +836,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
836
836
|
* ```
|
|
837
837
|
*/
|
|
838
838
|
get: function () {
|
|
839
|
-
return brushToString(this.i.
|
|
839
|
+
return brushToString(this.i.ach);
|
|
840
840
|
},
|
|
841
841
|
set: function (v) {
|
|
842
|
-
this.i.
|
|
843
|
-
this._a("xAxisStroke", brushToString(this.i.
|
|
842
|
+
this.i.ach = stringToBrush(v);
|
|
843
|
+
this._a("xAxisStroke", brushToString(this.i.ach));
|
|
844
844
|
},
|
|
845
845
|
enumerable: false,
|
|
846
846
|
configurable: true
|
|
@@ -856,11 +856,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
856
856
|
* ```
|
|
857
857
|
*/
|
|
858
858
|
get: function () {
|
|
859
|
-
return brushToString(this.i.
|
|
859
|
+
return brushToString(this.i.aco);
|
|
860
860
|
},
|
|
861
861
|
set: function (v) {
|
|
862
|
-
this.i.
|
|
863
|
-
this._a("yAxisStroke", brushToString(this.i.
|
|
862
|
+
this.i.aco = stringToBrush(v);
|
|
863
|
+
this._a("yAxisStroke", brushToString(this.i.aco));
|
|
864
864
|
},
|
|
865
865
|
enumerable: false,
|
|
866
866
|
configurable: true
|
|
@@ -876,11 +876,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
876
876
|
* ```
|
|
877
877
|
*/
|
|
878
878
|
get: function () {
|
|
879
|
-
return this.i.
|
|
879
|
+
return this.i.xu;
|
|
880
880
|
},
|
|
881
881
|
set: function (v) {
|
|
882
|
-
this.i.
|
|
883
|
-
this._a("xAxisStrokeThickness", this.i.
|
|
882
|
+
this.i.xu = +v;
|
|
883
|
+
this._a("xAxisStrokeThickness", this.i.xu);
|
|
884
884
|
},
|
|
885
885
|
enumerable: false,
|
|
886
886
|
configurable: true
|
|
@@ -896,11 +896,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
896
896
|
* ```
|
|
897
897
|
*/
|
|
898
898
|
get: function () {
|
|
899
|
-
return this.i.
|
|
899
|
+
return this.i.yb;
|
|
900
900
|
},
|
|
901
901
|
set: function (v) {
|
|
902
|
-
this.i.
|
|
903
|
-
this._a("yAxisStrokeThickness", this.i.
|
|
902
|
+
this.i.yb = +v;
|
|
903
|
+
this._a("yAxisStrokeThickness", this.i.yb);
|
|
904
904
|
},
|
|
905
905
|
enumerable: false,
|
|
906
906
|
configurable: true
|
|
@@ -916,11 +916,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
916
916
|
* ```
|
|
917
917
|
*/
|
|
918
918
|
get: function () {
|
|
919
|
-
return this.i.
|
|
919
|
+
return this.i.xv;
|
|
920
920
|
},
|
|
921
921
|
set: function (v) {
|
|
922
|
-
this.i.
|
|
923
|
-
this._a("xAxisTickLength", this.i.
|
|
922
|
+
this.i.xv = +v;
|
|
923
|
+
this._a("xAxisTickLength", this.i.xv);
|
|
924
924
|
},
|
|
925
925
|
enumerable: false,
|
|
926
926
|
configurable: true
|
|
@@ -936,11 +936,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
936
936
|
* ```
|
|
937
937
|
*/
|
|
938
938
|
get: function () {
|
|
939
|
-
return this.i.
|
|
939
|
+
return this.i.yc;
|
|
940
940
|
},
|
|
941
941
|
set: function (v) {
|
|
942
|
-
this.i.
|
|
943
|
-
this._a("yAxisTickLength", this.i.
|
|
942
|
+
this.i.yc = +v;
|
|
943
|
+
this._a("yAxisTickLength", this.i.yc);
|
|
944
944
|
},
|
|
945
945
|
enumerable: false,
|
|
946
946
|
configurable: true
|
|
@@ -956,11 +956,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
956
956
|
* ```
|
|
957
957
|
*/
|
|
958
958
|
get: function () {
|
|
959
|
-
return brushToString(this.i.
|
|
959
|
+
return brushToString(this.i.aci);
|
|
960
960
|
},
|
|
961
961
|
set: function (v) {
|
|
962
|
-
this.i.
|
|
963
|
-
this._a("xAxisTickStroke", brushToString(this.i.
|
|
962
|
+
this.i.aci = stringToBrush(v);
|
|
963
|
+
this._a("xAxisTickStroke", brushToString(this.i.aci));
|
|
964
964
|
},
|
|
965
965
|
enumerable: false,
|
|
966
966
|
configurable: true
|
|
@@ -976,11 +976,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
976
976
|
* ```
|
|
977
977
|
*/
|
|
978
978
|
get: function () {
|
|
979
|
-
return brushToString(this.i.
|
|
979
|
+
return brushToString(this.i.acp);
|
|
980
980
|
},
|
|
981
981
|
set: function (v) {
|
|
982
|
-
this.i.
|
|
983
|
-
this._a("yAxisTickStroke", brushToString(this.i.
|
|
982
|
+
this.i.acp = stringToBrush(v);
|
|
983
|
+
this._a("yAxisTickStroke", brushToString(this.i.acp));
|
|
984
984
|
},
|
|
985
985
|
enumerable: false,
|
|
986
986
|
configurable: true
|
|
@@ -996,11 +996,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
996
996
|
* ```
|
|
997
997
|
*/
|
|
998
998
|
get: function () {
|
|
999
|
-
return this.i.
|
|
999
|
+
return this.i.xw;
|
|
1000
1000
|
},
|
|
1001
1001
|
set: function (v) {
|
|
1002
|
-
this.i.
|
|
1003
|
-
this._a("xAxisTickStrokeThickness", this.i.
|
|
1002
|
+
this.i.xw = +v;
|
|
1003
|
+
this._a("xAxisTickStrokeThickness", this.i.xw);
|
|
1004
1004
|
},
|
|
1005
1005
|
enumerable: false,
|
|
1006
1006
|
configurable: true
|
|
@@ -1016,11 +1016,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1016
1016
|
* ```
|
|
1017
1017
|
*/
|
|
1018
1018
|
get: function () {
|
|
1019
|
-
return this.i.
|
|
1019
|
+
return this.i.yd;
|
|
1020
1020
|
},
|
|
1021
1021
|
set: function (v) {
|
|
1022
|
-
this.i.
|
|
1023
|
-
this._a("yAxisTickStrokeThickness", this.i.
|
|
1022
|
+
this.i.yd = +v;
|
|
1023
|
+
this._a("yAxisTickStrokeThickness", this.i.yd);
|
|
1024
1024
|
},
|
|
1025
1025
|
enumerable: false,
|
|
1026
1026
|
configurable: true
|
|
@@ -1036,10 +1036,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1036
1036
|
* ```
|
|
1037
1037
|
*/
|
|
1038
1038
|
get: function () {
|
|
1039
|
-
return this.i.
|
|
1039
|
+
return this.i.zs;
|
|
1040
1040
|
},
|
|
1041
1041
|
set: function (v) {
|
|
1042
|
-
this.i.
|
|
1042
|
+
this.i.zs = v;
|
|
1043
1043
|
},
|
|
1044
1044
|
enumerable: false,
|
|
1045
1045
|
configurable: true
|
|
@@ -1055,10 +1055,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1055
1055
|
* ```
|
|
1056
1056
|
*/
|
|
1057
1057
|
get: function () {
|
|
1058
|
-
return this.i.
|
|
1058
|
+
return this.i.aax;
|
|
1059
1059
|
},
|
|
1060
1060
|
set: function (v) {
|
|
1061
|
-
this.i.
|
|
1061
|
+
this.i.aax = v;
|
|
1062
1062
|
},
|
|
1063
1063
|
enumerable: false,
|
|
1064
1064
|
configurable: true
|
|
@@ -1074,11 +1074,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1074
1074
|
* ```
|
|
1075
1075
|
*/
|
|
1076
1076
|
get: function () {
|
|
1077
|
-
return brushToString(this.i.
|
|
1077
|
+
return brushToString(this.i.acf);
|
|
1078
1078
|
},
|
|
1079
1079
|
set: function (v) {
|
|
1080
|
-
this.i.
|
|
1081
|
-
this._a("xAxisMinorStroke", brushToString(this.i.
|
|
1080
|
+
this.i.acf = stringToBrush(v);
|
|
1081
|
+
this._a("xAxisMinorStroke", brushToString(this.i.acf));
|
|
1082
1082
|
},
|
|
1083
1083
|
enumerable: false,
|
|
1084
1084
|
configurable: true
|
|
@@ -1094,11 +1094,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1094
1094
|
* ```
|
|
1095
1095
|
*/
|
|
1096
1096
|
get: function () {
|
|
1097
|
-
return brushToString(this.i.
|
|
1097
|
+
return brushToString(this.i.acm);
|
|
1098
1098
|
},
|
|
1099
1099
|
set: function (v) {
|
|
1100
|
-
this.i.
|
|
1101
|
-
this._a("yAxisMinorStroke", brushToString(this.i.
|
|
1100
|
+
this.i.acm = stringToBrush(v);
|
|
1101
|
+
this._a("yAxisMinorStroke", brushToString(this.i.acm));
|
|
1102
1102
|
},
|
|
1103
1103
|
enumerable: false,
|
|
1104
1104
|
configurable: true
|
|
@@ -1114,11 +1114,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1114
1114
|
* ```
|
|
1115
1115
|
*/
|
|
1116
1116
|
get: function () {
|
|
1117
|
-
return this.i.
|
|
1117
|
+
return this.i.xn;
|
|
1118
1118
|
},
|
|
1119
1119
|
set: function (v) {
|
|
1120
|
-
this.i.
|
|
1121
|
-
this._a("xAxisLabelAngle", this.i.
|
|
1120
|
+
this.i.xn = +v;
|
|
1121
|
+
this._a("xAxisLabelAngle", this.i.xn);
|
|
1122
1122
|
},
|
|
1123
1123
|
enumerable: false,
|
|
1124
1124
|
configurable: true
|
|
@@ -1134,11 +1134,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1134
1134
|
* ```
|
|
1135
1135
|
*/
|
|
1136
1136
|
get: function () {
|
|
1137
|
-
return this.i.
|
|
1137
|
+
return this.i.x4;
|
|
1138
1138
|
},
|
|
1139
1139
|
set: function (v) {
|
|
1140
|
-
this.i.
|
|
1141
|
-
this._a("yAxisLabelAngle", this.i.
|
|
1140
|
+
this.i.x4 = +v;
|
|
1141
|
+
this._a("yAxisLabelAngle", this.i.x4);
|
|
1142
1142
|
},
|
|
1143
1143
|
enumerable: false,
|
|
1144
1144
|
configurable: true
|
|
@@ -1154,11 +1154,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1154
1154
|
* ```
|
|
1155
1155
|
*/
|
|
1156
1156
|
get: function () {
|
|
1157
|
-
return this.i.
|
|
1157
|
+
return this.i.xm;
|
|
1158
1158
|
},
|
|
1159
1159
|
set: function (v) {
|
|
1160
|
-
this.i.
|
|
1161
|
-
this._a("xAxisExtent", this.i.
|
|
1160
|
+
this.i.xm = +v;
|
|
1161
|
+
this._a("xAxisExtent", this.i.xm);
|
|
1162
1162
|
},
|
|
1163
1163
|
enumerable: false,
|
|
1164
1164
|
configurable: true
|
|
@@ -1174,11 +1174,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1174
1174
|
* ```
|
|
1175
1175
|
*/
|
|
1176
1176
|
get: function () {
|
|
1177
|
-
return this.i.
|
|
1177
|
+
return this.i.x3;
|
|
1178
1178
|
},
|
|
1179
1179
|
set: function (v) {
|
|
1180
|
-
this.i.
|
|
1181
|
-
this._a("yAxisExtent", this.i.
|
|
1180
|
+
this.i.x3 = +v;
|
|
1181
|
+
this._a("yAxisExtent", this.i.x3);
|
|
1182
1182
|
},
|
|
1183
1183
|
enumerable: false,
|
|
1184
1184
|
configurable: true
|
|
@@ -1194,11 +1194,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1194
1194
|
* ```
|
|
1195
1195
|
*/
|
|
1196
1196
|
get: function () {
|
|
1197
|
-
return this.i.
|
|
1197
|
+
return this.i.xx;
|
|
1198
1198
|
},
|
|
1199
1199
|
set: function (v) {
|
|
1200
|
-
this.i.
|
|
1201
|
-
this._a("xAxisTitleAngle", this.i.
|
|
1200
|
+
this.i.xx = +v;
|
|
1201
|
+
this._a("xAxisTitleAngle", this.i.xx);
|
|
1202
1202
|
},
|
|
1203
1203
|
enumerable: false,
|
|
1204
1204
|
configurable: true
|
|
@@ -1214,11 +1214,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1214
1214
|
* ```
|
|
1215
1215
|
*/
|
|
1216
1216
|
get: function () {
|
|
1217
|
-
return this.i.
|
|
1217
|
+
return this.i.ye;
|
|
1218
1218
|
},
|
|
1219
1219
|
set: function (v) {
|
|
1220
|
-
this.i.
|
|
1221
|
-
this._a("yAxisTitleAngle", this.i.
|
|
1220
|
+
this.i.ye = +v;
|
|
1221
|
+
this._a("yAxisTitleAngle", this.i.ye);
|
|
1222
1222
|
},
|
|
1223
1223
|
enumerable: false,
|
|
1224
1224
|
configurable: true
|
|
@@ -1234,11 +1234,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1234
1234
|
* ```
|
|
1235
1235
|
*/
|
|
1236
1236
|
get: function () {
|
|
1237
|
-
return this.i.
|
|
1237
|
+
return this.i.wi;
|
|
1238
1238
|
},
|
|
1239
1239
|
set: function (v) {
|
|
1240
|
-
this.i.
|
|
1241
|
-
this._a("xAxisInverted", this.i.
|
|
1240
|
+
this.i.wi = ensureBool(v);
|
|
1241
|
+
this._a("xAxisInverted", this.i.wi);
|
|
1242
1242
|
},
|
|
1243
1243
|
enumerable: false,
|
|
1244
1244
|
configurable: true
|
|
@@ -1256,11 +1256,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1256
1256
|
* The default value of `YAxisInverted` is false.
|
|
1257
1257
|
*/
|
|
1258
1258
|
get: function () {
|
|
1259
|
-
return this.i.
|
|
1259
|
+
return this.i.wj;
|
|
1260
1260
|
},
|
|
1261
1261
|
set: function (v) {
|
|
1262
|
-
this.i.
|
|
1263
|
-
this._a("yAxisInverted", this.i.
|
|
1262
|
+
this.i.wj = ensureBool(v);
|
|
1263
|
+
this._a("yAxisInverted", this.i.wj);
|
|
1264
1264
|
},
|
|
1265
1265
|
enumerable: false,
|
|
1266
1266
|
configurable: true
|
|
@@ -1276,11 +1276,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1276
1276
|
* ```
|
|
1277
1277
|
*/
|
|
1278
1278
|
get: function () {
|
|
1279
|
-
return this.i.
|
|
1279
|
+
return this.i.abt;
|
|
1280
1280
|
},
|
|
1281
1281
|
set: function (v) {
|
|
1282
|
-
this.i.
|
|
1283
|
-
this._a("xAxisTitleAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
1282
|
+
this.i.abt = ensureEnum(HorizontalAlignment_$type, v);
|
|
1283
|
+
this._a("xAxisTitleAlignment", enumToString(HorizontalAlignment_$type, this.i.abt));
|
|
1284
1284
|
},
|
|
1285
1285
|
enumerable: false,
|
|
1286
1286
|
configurable: true
|
|
@@ -1296,11 +1296,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1296
1296
|
* ```
|
|
1297
1297
|
*/
|
|
1298
1298
|
get: function () {
|
|
1299
|
-
return this.i.
|
|
1299
|
+
return this.i.acw;
|
|
1300
1300
|
},
|
|
1301
1301
|
set: function (v) {
|
|
1302
|
-
this.i.
|
|
1303
|
-
this._a("yAxisTitleAlignment", enumToString(VerticalAlignment_$type, this.i.
|
|
1302
|
+
this.i.acw = ensureEnum(VerticalAlignment_$type, v);
|
|
1303
|
+
this._a("yAxisTitleAlignment", enumToString(VerticalAlignment_$type, this.i.acw));
|
|
1304
1304
|
},
|
|
1305
1305
|
enumerable: false,
|
|
1306
1306
|
configurable: true
|
|
@@ -1310,11 +1310,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1310
1310
|
* Gets or sets Horizontal alignment of X-axis labels.
|
|
1311
1311
|
*/
|
|
1312
1312
|
get: function () {
|
|
1313
|
-
return this.i.
|
|
1313
|
+
return this.i.abs;
|
|
1314
1314
|
},
|
|
1315
1315
|
set: function (v) {
|
|
1316
|
-
this.i.
|
|
1317
|
-
this._a("xAxisLabelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
1316
|
+
this.i.abs = ensureEnum(HorizontalAlignment_$type, v);
|
|
1317
|
+
this._a("xAxisLabelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.abs));
|
|
1318
1318
|
},
|
|
1319
1319
|
enumerable: false,
|
|
1320
1320
|
configurable: true
|
|
@@ -1326,11 +1326,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1326
1326
|
* Set the `YAxisLabelHorizontalAlignment` property to change the horizontal alignment of y-axis labels.
|
|
1327
1327
|
*/
|
|
1328
1328
|
get: function () {
|
|
1329
|
-
return this.i.
|
|
1329
|
+
return this.i.abu;
|
|
1330
1330
|
},
|
|
1331
1331
|
set: function (v) {
|
|
1332
|
-
this.i.
|
|
1333
|
-
this._a("yAxisLabelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
1332
|
+
this.i.abu = ensureEnum(HorizontalAlignment_$type, v);
|
|
1333
|
+
this._a("yAxisLabelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.abu));
|
|
1334
1334
|
},
|
|
1335
1335
|
enumerable: false,
|
|
1336
1336
|
configurable: true
|
|
@@ -1346,11 +1346,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1346
1346
|
* ```
|
|
1347
1347
|
*/
|
|
1348
1348
|
get: function () {
|
|
1349
|
-
return this.i.
|
|
1349
|
+
return this.i.acu;
|
|
1350
1350
|
},
|
|
1351
1351
|
set: function (v) {
|
|
1352
|
-
this.i.
|
|
1353
|
-
this._a("xAxisLabelVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.
|
|
1352
|
+
this.i.acu = ensureEnum(VerticalAlignment_$type, v);
|
|
1353
|
+
this._a("xAxisLabelVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.acu));
|
|
1354
1354
|
},
|
|
1355
1355
|
enumerable: false,
|
|
1356
1356
|
configurable: true
|
|
@@ -1360,11 +1360,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1360
1360
|
* Gets or sets Vertical alignment of Y-axis labels.
|
|
1361
1361
|
*/
|
|
1362
1362
|
get: function () {
|
|
1363
|
-
return this.i.
|
|
1363
|
+
return this.i.acv;
|
|
1364
1364
|
},
|
|
1365
1365
|
set: function (v) {
|
|
1366
|
-
this.i.
|
|
1367
|
-
this._a("yAxisLabelVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.
|
|
1366
|
+
this.i.acv = ensureEnum(VerticalAlignment_$type, v);
|
|
1367
|
+
this._a("yAxisLabelVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.acv));
|
|
1368
1368
|
},
|
|
1369
1369
|
enumerable: false,
|
|
1370
1370
|
configurable: true
|
|
@@ -1380,11 +1380,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1380
1380
|
* ```
|
|
1381
1381
|
*/
|
|
1382
1382
|
get: function () {
|
|
1383
|
-
return this.i.
|
|
1383
|
+
return this.i.acz;
|
|
1384
1384
|
},
|
|
1385
1385
|
set: function (v) {
|
|
1386
|
-
this.i.
|
|
1387
|
-
this._a("xAxisLabelVisibility", enumToString(Visibility_$type, this.i.
|
|
1386
|
+
this.i.acz = ensureEnum(Visibility_$type, v);
|
|
1387
|
+
this._a("xAxisLabelVisibility", enumToString(Visibility_$type, this.i.acz));
|
|
1388
1388
|
},
|
|
1389
1389
|
enumerable: false,
|
|
1390
1390
|
configurable: true
|
|
@@ -1400,11 +1400,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1400
1400
|
* ```
|
|
1401
1401
|
*/
|
|
1402
1402
|
get: function () {
|
|
1403
|
-
return this.i.
|
|
1403
|
+
return this.i.ac0;
|
|
1404
1404
|
},
|
|
1405
1405
|
set: function (v) {
|
|
1406
|
-
this.i.
|
|
1407
|
-
this._a("yAxisLabelVisibility", enumToString(Visibility_$type, this.i.
|
|
1406
|
+
this.i.ac0 = ensureEnum(Visibility_$type, v);
|
|
1407
|
+
this._a("yAxisLabelVisibility", enumToString(Visibility_$type, this.i.ac0));
|
|
1408
1408
|
},
|
|
1409
1409
|
enumerable: false,
|
|
1410
1410
|
configurable: true
|
|
@@ -1420,11 +1420,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1420
1420
|
* ```
|
|
1421
1421
|
*/
|
|
1422
1422
|
get: function () {
|
|
1423
|
-
return this.i.
|
|
1423
|
+
return this.i.wf;
|
|
1424
1424
|
},
|
|
1425
1425
|
set: function (v) {
|
|
1426
|
-
this.i.
|
|
1427
|
-
this._a("yAxisLabelLocation", enumToString(YAxisLabelLocation_$type, this.i.
|
|
1426
|
+
this.i.wf = ensureEnum(YAxisLabelLocation_$type, v);
|
|
1427
|
+
this._a("yAxisLabelLocation", enumToString(YAxisLabelLocation_$type, this.i.wf));
|
|
1428
1428
|
},
|
|
1429
1429
|
enumerable: false,
|
|
1430
1430
|
configurable: true
|
|
@@ -1434,11 +1434,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1434
1434
|
* Gets or sets location of X-axis labels, relative to the plot area.
|
|
1435
1435
|
*/
|
|
1436
1436
|
get: function () {
|
|
1437
|
-
return this.i.
|
|
1437
|
+
return this.i.wd;
|
|
1438
1438
|
},
|
|
1439
1439
|
set: function (v) {
|
|
1440
|
-
this.i.
|
|
1441
|
-
this._a("xAxisLabelLocation", enumToString(XAxisLabelLocation_$type, this.i.
|
|
1440
|
+
this.i.wd = ensureEnum(XAxisLabelLocation_$type, v);
|
|
1441
|
+
this._a("xAxisLabelLocation", enumToString(XAxisLabelLocation_$type, this.i.wd));
|
|
1442
1442
|
},
|
|
1443
1443
|
enumerable: false,
|
|
1444
1444
|
configurable: true
|
|
@@ -1448,10 +1448,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1448
1448
|
* Gets or sets the format string for the X axis label.
|
|
1449
1449
|
*/
|
|
1450
1450
|
get: function () {
|
|
1451
|
-
return this.i.
|
|
1451
|
+
return this.i.y4;
|
|
1452
1452
|
},
|
|
1453
1453
|
set: function (v) {
|
|
1454
|
-
this.i.
|
|
1454
|
+
this.i.y4 = v;
|
|
1455
1455
|
},
|
|
1456
1456
|
enumerable: false,
|
|
1457
1457
|
configurable: true
|
|
@@ -1461,14 +1461,14 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1461
1461
|
* Gets or sets the format specifiers to use with the XAxisLabelFormat string.
|
|
1462
1462
|
*/
|
|
1463
1463
|
get: function () {
|
|
1464
|
-
return this.i.
|
|
1464
|
+
return this.i.v2;
|
|
1465
1465
|
},
|
|
1466
1466
|
set: function (v) {
|
|
1467
1467
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
1468
1468
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
1469
1469
|
v = v.split(re);
|
|
1470
1470
|
}
|
|
1471
|
-
this.i.
|
|
1471
|
+
this.i.v2 = v;
|
|
1472
1472
|
},
|
|
1473
1473
|
enumerable: false,
|
|
1474
1474
|
configurable: true
|
|
@@ -1478,10 +1478,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1478
1478
|
* Gets or sets the format string for the Y axis label.
|
|
1479
1479
|
*/
|
|
1480
1480
|
get: function () {
|
|
1481
|
-
return this.i.
|
|
1481
|
+
return this.i.z9;
|
|
1482
1482
|
},
|
|
1483
1483
|
set: function (v) {
|
|
1484
|
-
this.i.
|
|
1484
|
+
this.i.z9 = v;
|
|
1485
1485
|
},
|
|
1486
1486
|
enumerable: false,
|
|
1487
1487
|
configurable: true
|
|
@@ -1491,14 +1491,14 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1491
1491
|
* Gets or sets the format specifiers to use with the YAxisLabelFormat string.
|
|
1492
1492
|
*/
|
|
1493
1493
|
get: function () {
|
|
1494
|
-
return this.i.
|
|
1494
|
+
return this.i.v3;
|
|
1495
1495
|
},
|
|
1496
1496
|
set: function (v) {
|
|
1497
1497
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
1498
1498
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
1499
1499
|
v = v.split(re);
|
|
1500
1500
|
}
|
|
1501
|
-
this.i.
|
|
1501
|
+
this.i.v3 = v;
|
|
1502
1502
|
},
|
|
1503
1503
|
enumerable: false,
|
|
1504
1504
|
configurable: true
|
|
@@ -1530,7 +1530,7 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1530
1530
|
* @param unscaledValue * The x-coordinate of the location to scale.
|
|
1531
1531
|
*/
|
|
1532
1532
|
IgcXYChartComponent.prototype.getScaledValueX = function (unscaledValue) {
|
|
1533
|
-
var iv = this.i.
|
|
1533
|
+
var iv = this.i.xi(unscaledValue);
|
|
1534
1534
|
return (iv);
|
|
1535
1535
|
};
|
|
1536
1536
|
/**
|
|
@@ -1539,7 +1539,7 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1539
1539
|
* @param scaledValue * The data value to un-scale.
|
|
1540
1540
|
*/
|
|
1541
1541
|
IgcXYChartComponent.prototype.getUnscaledValueX = function (scaledValue) {
|
|
1542
|
-
var iv = this.i.
|
|
1542
|
+
var iv = this.i.xk(scaledValue);
|
|
1543
1543
|
return (iv);
|
|
1544
1544
|
};
|
|
1545
1545
|
/**
|
|
@@ -1548,7 +1548,7 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1548
1548
|
* @param unscaledValue * The y-coordinate of the location to scale.
|
|
1549
1549
|
*/
|
|
1550
1550
|
IgcXYChartComponent.prototype.getScaledValueY = function (unscaledValue) {
|
|
1551
|
-
var iv = this.i.
|
|
1551
|
+
var iv = this.i.xj(unscaledValue);
|
|
1552
1552
|
return (iv);
|
|
1553
1553
|
};
|
|
1554
1554
|
/**
|
|
@@ -1557,7 +1557,7 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1557
1557
|
* @param scaledValue * The data value to un-scale.
|
|
1558
1558
|
*/
|
|
1559
1559
|
IgcXYChartComponent.prototype.getUnscaledValueY = function (scaledValue) {
|
|
1560
|
-
var iv = this.i.
|
|
1560
|
+
var iv = this.i.xl(scaledValue);
|
|
1561
1561
|
return (iv);
|
|
1562
1562
|
};
|
|
1563
1563
|
IgcXYChartComponent._observedAttributesIgcXYChartComponent = null;
|