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
|
@@ -350,11 +350,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
350
350
|
* ```
|
|
351
351
|
*/
|
|
352
352
|
get subtitleTextColor() {
|
|
353
|
-
return brushToString(this.i.
|
|
353
|
+
return brushToString(this.i.u8);
|
|
354
354
|
}
|
|
355
355
|
set subtitleTextColor(v) {
|
|
356
|
-
this.i.
|
|
357
|
-
this._a("subtitleTextColor", brushToString(this.i.
|
|
356
|
+
this.i.u8 = stringToBrush(v);
|
|
357
|
+
this._a("subtitleTextColor", brushToString(this.i.u8));
|
|
358
358
|
}
|
|
359
359
|
/**
|
|
360
360
|
* Gets or sets color of chart title
|
|
@@ -366,11 +366,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
366
366
|
* ```
|
|
367
367
|
*/
|
|
368
368
|
get titleTextColor() {
|
|
369
|
-
return brushToString(this.i.
|
|
369
|
+
return brushToString(this.i.u9);
|
|
370
370
|
}
|
|
371
371
|
set titleTextColor(v) {
|
|
372
|
-
this.i.
|
|
373
|
-
this._a("titleTextColor", brushToString(this.i.
|
|
372
|
+
this.i.u9 = stringToBrush(v);
|
|
373
|
+
this._a("titleTextColor", brushToString(this.i.u9));
|
|
374
374
|
}
|
|
375
375
|
/**
|
|
376
376
|
* Gets or sets the left margin of the chart content.
|
|
@@ -722,46 +722,46 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
722
722
|
this.i.n = v;
|
|
723
723
|
}
|
|
724
724
|
get dataToolTipValueRowMarginBottom() {
|
|
725
|
-
return this.i.
|
|
725
|
+
return this.i.vy ? this.i.vy.bottom : NaN;
|
|
726
726
|
}
|
|
727
727
|
set dataToolTipValueRowMarginBottom(v) {
|
|
728
728
|
this.ensureDataToolTipValueRowMargin();
|
|
729
|
-
this.i.
|
|
730
|
-
this._a("dataToolTipValueRowMarginBottom", this.i.
|
|
731
|
-
this.i.
|
|
729
|
+
this.i.vy.bottom = +v;
|
|
730
|
+
this._a("dataToolTipValueRowMarginBottom", this.i.vy.bottom);
|
|
731
|
+
this.i.vy = this.i.vy;
|
|
732
732
|
}
|
|
733
733
|
get dataToolTipValueRowMarginLeft() {
|
|
734
|
-
return this.i.
|
|
734
|
+
return this.i.vy ? this.i.vy.left : NaN;
|
|
735
735
|
}
|
|
736
736
|
set dataToolTipValueRowMarginLeft(v) {
|
|
737
737
|
this.ensureDataToolTipValueRowMargin();
|
|
738
|
-
this.i.
|
|
739
|
-
this._a("dataToolTipValueRowMarginLeft", this.i.
|
|
740
|
-
this.i.
|
|
738
|
+
this.i.vy.left = +v;
|
|
739
|
+
this._a("dataToolTipValueRowMarginLeft", this.i.vy.left);
|
|
740
|
+
this.i.vy = this.i.vy;
|
|
741
741
|
}
|
|
742
742
|
get dataToolTipValueRowMarginRight() {
|
|
743
|
-
return this.i.
|
|
743
|
+
return this.i.vy ? this.i.vy.right : NaN;
|
|
744
744
|
}
|
|
745
745
|
set dataToolTipValueRowMarginRight(v) {
|
|
746
746
|
this.ensureDataToolTipValueRowMargin();
|
|
747
|
-
this.i.
|
|
748
|
-
this._a("dataToolTipValueRowMarginRight", this.i.
|
|
749
|
-
this.i.
|
|
747
|
+
this.i.vy.right = +v;
|
|
748
|
+
this._a("dataToolTipValueRowMarginRight", this.i.vy.right);
|
|
749
|
+
this.i.vy = this.i.vy;
|
|
750
750
|
}
|
|
751
751
|
get dataToolTipValueRowMarginTop() {
|
|
752
|
-
return this.i.
|
|
752
|
+
return this.i.vy ? this.i.vy.top : NaN;
|
|
753
753
|
}
|
|
754
754
|
set dataToolTipValueRowMarginTop(v) {
|
|
755
755
|
this.ensureDataToolTipValueRowMargin();
|
|
756
|
-
this.i.
|
|
757
|
-
this._a("dataToolTipValueRowMarginTop", this.i.
|
|
758
|
-
this.i.
|
|
756
|
+
this.i.vy.top = +v;
|
|
757
|
+
this._a("dataToolTipValueRowMarginTop", this.i.vy.top);
|
|
758
|
+
this.i.vy = this.i.vy;
|
|
759
759
|
}
|
|
760
760
|
ensureDataToolTipValueRowMargin() {
|
|
761
|
-
if (this.i.
|
|
761
|
+
if (this.i.vy) {
|
|
762
762
|
return;
|
|
763
763
|
}
|
|
764
|
-
this.i.
|
|
764
|
+
this.i.vy = new Thickness(2);
|
|
765
765
|
}
|
|
766
766
|
/**
|
|
767
767
|
* Gets or sets whether to show series rows.
|
|
@@ -793,56 +793,56 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
793
793
|
this._a("dataToolTipValueTextUseSeriesColors", this.i.fs);
|
|
794
794
|
}
|
|
795
795
|
get dataToolTipValueTextMarginBottom() {
|
|
796
|
-
return this.i.
|
|
796
|
+
return this.i.vz ? this.i.vz.bottom : NaN;
|
|
797
797
|
}
|
|
798
798
|
set dataToolTipValueTextMarginBottom(v) {
|
|
799
799
|
this.ensureDataToolTipValueTextMargin();
|
|
800
|
-
this.i.
|
|
801
|
-
this._a("dataToolTipValueTextMarginBottom", this.i.
|
|
802
|
-
this.i.
|
|
800
|
+
this.i.vz.bottom = +v;
|
|
801
|
+
this._a("dataToolTipValueTextMarginBottom", this.i.vz.bottom);
|
|
802
|
+
this.i.vz = this.i.vz;
|
|
803
803
|
}
|
|
804
804
|
get dataToolTipValueTextMarginLeft() {
|
|
805
|
-
return this.i.
|
|
805
|
+
return this.i.vz ? this.i.vz.left : NaN;
|
|
806
806
|
}
|
|
807
807
|
set dataToolTipValueTextMarginLeft(v) {
|
|
808
808
|
this.ensureDataToolTipValueTextMargin();
|
|
809
|
-
this.i.
|
|
810
|
-
this._a("dataToolTipValueTextMarginLeft", this.i.
|
|
811
|
-
this.i.
|
|
809
|
+
this.i.vz.left = +v;
|
|
810
|
+
this._a("dataToolTipValueTextMarginLeft", this.i.vz.left);
|
|
811
|
+
this.i.vz = this.i.vz;
|
|
812
812
|
}
|
|
813
813
|
get dataToolTipValueTextMarginRight() {
|
|
814
|
-
return this.i.
|
|
814
|
+
return this.i.vz ? this.i.vz.right : NaN;
|
|
815
815
|
}
|
|
816
816
|
set dataToolTipValueTextMarginRight(v) {
|
|
817
817
|
this.ensureDataToolTipValueTextMargin();
|
|
818
|
-
this.i.
|
|
819
|
-
this._a("dataToolTipValueTextMarginRight", this.i.
|
|
820
|
-
this.i.
|
|
818
|
+
this.i.vz.right = +v;
|
|
819
|
+
this._a("dataToolTipValueTextMarginRight", this.i.vz.right);
|
|
820
|
+
this.i.vz = this.i.vz;
|
|
821
821
|
}
|
|
822
822
|
get dataToolTipValueTextMarginTop() {
|
|
823
|
-
return this.i.
|
|
823
|
+
return this.i.vz ? this.i.vz.top : NaN;
|
|
824
824
|
}
|
|
825
825
|
set dataToolTipValueTextMarginTop(v) {
|
|
826
826
|
this.ensureDataToolTipValueTextMargin();
|
|
827
|
-
this.i.
|
|
828
|
-
this._a("dataToolTipValueTextMarginTop", this.i.
|
|
829
|
-
this.i.
|
|
827
|
+
this.i.vz.top = +v;
|
|
828
|
+
this._a("dataToolTipValueTextMarginTop", this.i.vz.top);
|
|
829
|
+
this.i.vz = this.i.vz;
|
|
830
830
|
}
|
|
831
831
|
ensureDataToolTipValueTextMargin() {
|
|
832
|
-
if (this.i.
|
|
832
|
+
if (this.i.vz) {
|
|
833
833
|
return;
|
|
834
834
|
}
|
|
835
|
-
this.i.
|
|
835
|
+
this.i.vz = new Thickness(2);
|
|
836
836
|
}
|
|
837
837
|
/**
|
|
838
838
|
* Gets or sets the units text color.
|
|
839
839
|
*/
|
|
840
840
|
get dataToolTipValueTextColor() {
|
|
841
|
-
return brushToString(this.i.
|
|
841
|
+
return brushToString(this.i.uy);
|
|
842
842
|
}
|
|
843
843
|
set dataToolTipValueTextColor(v) {
|
|
844
|
-
this.i.
|
|
845
|
-
this._a("dataToolTipValueTextColor", brushToString(this.i.
|
|
844
|
+
this.i.uy = stringToBrush(v);
|
|
845
|
+
this._a("dataToolTipValueTextColor", brushToString(this.i.uy));
|
|
846
846
|
}
|
|
847
847
|
/**
|
|
848
848
|
* Gets or Sets the style to use for the units text.
|
|
@@ -926,95 +926,95 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
926
926
|
* Gets or sets the header text color.
|
|
927
927
|
*/
|
|
928
928
|
get dataToolTipHeaderTextColor() {
|
|
929
|
-
return brushToString(this.i.
|
|
929
|
+
return brushToString(this.i.uq);
|
|
930
930
|
}
|
|
931
931
|
set dataToolTipHeaderTextColor(v) {
|
|
932
|
-
this.i.
|
|
933
|
-
this._a("dataToolTipHeaderTextColor", brushToString(this.i.
|
|
932
|
+
this.i.uq = stringToBrush(v);
|
|
933
|
+
this._a("dataToolTipHeaderTextColor", brushToString(this.i.uq));
|
|
934
934
|
}
|
|
935
935
|
get dataToolTipHeaderTextMarginBottom() {
|
|
936
|
-
return this.i.
|
|
936
|
+
return this.i.vs ? this.i.vs.bottom : NaN;
|
|
937
937
|
}
|
|
938
938
|
set dataToolTipHeaderTextMarginBottom(v) {
|
|
939
939
|
this.ensureDataToolTipHeaderTextMargin();
|
|
940
|
-
this.i.
|
|
941
|
-
this._a("dataToolTipHeaderTextMarginBottom", this.i.
|
|
942
|
-
this.i.
|
|
940
|
+
this.i.vs.bottom = +v;
|
|
941
|
+
this._a("dataToolTipHeaderTextMarginBottom", this.i.vs.bottom);
|
|
942
|
+
this.i.vs = this.i.vs;
|
|
943
943
|
}
|
|
944
944
|
get dataToolTipHeaderTextMarginLeft() {
|
|
945
|
-
return this.i.
|
|
945
|
+
return this.i.vs ? this.i.vs.left : NaN;
|
|
946
946
|
}
|
|
947
947
|
set dataToolTipHeaderTextMarginLeft(v) {
|
|
948
948
|
this.ensureDataToolTipHeaderTextMargin();
|
|
949
|
-
this.i.
|
|
950
|
-
this._a("dataToolTipHeaderTextMarginLeft", this.i.
|
|
951
|
-
this.i.
|
|
949
|
+
this.i.vs.left = +v;
|
|
950
|
+
this._a("dataToolTipHeaderTextMarginLeft", this.i.vs.left);
|
|
951
|
+
this.i.vs = this.i.vs;
|
|
952
952
|
}
|
|
953
953
|
get dataToolTipHeaderTextMarginRight() {
|
|
954
|
-
return this.i.
|
|
954
|
+
return this.i.vs ? this.i.vs.right : NaN;
|
|
955
955
|
}
|
|
956
956
|
set dataToolTipHeaderTextMarginRight(v) {
|
|
957
957
|
this.ensureDataToolTipHeaderTextMargin();
|
|
958
|
-
this.i.
|
|
959
|
-
this._a("dataToolTipHeaderTextMarginRight", this.i.
|
|
960
|
-
this.i.
|
|
958
|
+
this.i.vs.right = +v;
|
|
959
|
+
this._a("dataToolTipHeaderTextMarginRight", this.i.vs.right);
|
|
960
|
+
this.i.vs = this.i.vs;
|
|
961
961
|
}
|
|
962
962
|
get dataToolTipHeaderTextMarginTop() {
|
|
963
|
-
return this.i.
|
|
963
|
+
return this.i.vs ? this.i.vs.top : NaN;
|
|
964
964
|
}
|
|
965
965
|
set dataToolTipHeaderTextMarginTop(v) {
|
|
966
966
|
this.ensureDataToolTipHeaderTextMargin();
|
|
967
|
-
this.i.
|
|
968
|
-
this._a("dataToolTipHeaderTextMarginTop", this.i.
|
|
969
|
-
this.i.
|
|
967
|
+
this.i.vs.top = +v;
|
|
968
|
+
this._a("dataToolTipHeaderTextMarginTop", this.i.vs.top);
|
|
969
|
+
this.i.vs = this.i.vs;
|
|
970
970
|
}
|
|
971
971
|
ensureDataToolTipHeaderTextMargin() {
|
|
972
|
-
if (this.i.
|
|
972
|
+
if (this.i.vs) {
|
|
973
973
|
return;
|
|
974
974
|
}
|
|
975
|
-
this.i.
|
|
975
|
+
this.i.vs = new Thickness(2);
|
|
976
976
|
}
|
|
977
977
|
get dataToolTipHeaderRowMarginBottom() {
|
|
978
|
-
return this.i.
|
|
978
|
+
return this.i.vr ? this.i.vr.bottom : NaN;
|
|
979
979
|
}
|
|
980
980
|
set dataToolTipHeaderRowMarginBottom(v) {
|
|
981
981
|
this.ensureDataToolTipHeaderRowMargin();
|
|
982
|
-
this.i.
|
|
983
|
-
this._a("dataToolTipHeaderRowMarginBottom", this.i.
|
|
984
|
-
this.i.
|
|
982
|
+
this.i.vr.bottom = +v;
|
|
983
|
+
this._a("dataToolTipHeaderRowMarginBottom", this.i.vr.bottom);
|
|
984
|
+
this.i.vr = this.i.vr;
|
|
985
985
|
}
|
|
986
986
|
get dataToolTipHeaderRowMarginLeft() {
|
|
987
|
-
return this.i.
|
|
987
|
+
return this.i.vr ? this.i.vr.left : NaN;
|
|
988
988
|
}
|
|
989
989
|
set dataToolTipHeaderRowMarginLeft(v) {
|
|
990
990
|
this.ensureDataToolTipHeaderRowMargin();
|
|
991
|
-
this.i.
|
|
992
|
-
this._a("dataToolTipHeaderRowMarginLeft", this.i.
|
|
993
|
-
this.i.
|
|
991
|
+
this.i.vr.left = +v;
|
|
992
|
+
this._a("dataToolTipHeaderRowMarginLeft", this.i.vr.left);
|
|
993
|
+
this.i.vr = this.i.vr;
|
|
994
994
|
}
|
|
995
995
|
get dataToolTipHeaderRowMarginRight() {
|
|
996
|
-
return this.i.
|
|
996
|
+
return this.i.vr ? this.i.vr.right : NaN;
|
|
997
997
|
}
|
|
998
998
|
set dataToolTipHeaderRowMarginRight(v) {
|
|
999
999
|
this.ensureDataToolTipHeaderRowMargin();
|
|
1000
|
-
this.i.
|
|
1001
|
-
this._a("dataToolTipHeaderRowMarginRight", this.i.
|
|
1002
|
-
this.i.
|
|
1000
|
+
this.i.vr.right = +v;
|
|
1001
|
+
this._a("dataToolTipHeaderRowMarginRight", this.i.vr.right);
|
|
1002
|
+
this.i.vr = this.i.vr;
|
|
1003
1003
|
}
|
|
1004
1004
|
get dataToolTipHeaderRowMarginTop() {
|
|
1005
|
-
return this.i.
|
|
1005
|
+
return this.i.vr ? this.i.vr.top : NaN;
|
|
1006
1006
|
}
|
|
1007
1007
|
set dataToolTipHeaderRowMarginTop(v) {
|
|
1008
1008
|
this.ensureDataToolTipHeaderRowMargin();
|
|
1009
|
-
this.i.
|
|
1010
|
-
this._a("dataToolTipHeaderRowMarginTop", this.i.
|
|
1011
|
-
this.i.
|
|
1009
|
+
this.i.vr.top = +v;
|
|
1010
|
+
this._a("dataToolTipHeaderRowMarginTop", this.i.vr.top);
|
|
1011
|
+
this.i.vr = this.i.vr;
|
|
1012
1012
|
}
|
|
1013
1013
|
ensureDataToolTipHeaderRowMargin() {
|
|
1014
|
-
if (this.i.
|
|
1014
|
+
if (this.i.vr) {
|
|
1015
1015
|
return;
|
|
1016
1016
|
}
|
|
1017
|
-
this.i.
|
|
1017
|
+
this.i.vr = new Thickness(2);
|
|
1018
1018
|
}
|
|
1019
1019
|
/**
|
|
1020
1020
|
* Gets or sets whether to show Header row.
|
|
@@ -1045,11 +1045,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1045
1045
|
* Gets or sets the summary text color.
|
|
1046
1046
|
*/
|
|
1047
1047
|
get dataToolTipSummaryTitleTextColor() {
|
|
1048
|
-
return brushToString(this.i.
|
|
1048
|
+
return brushToString(this.i.ut);
|
|
1049
1049
|
}
|
|
1050
1050
|
set dataToolTipSummaryTitleTextColor(v) {
|
|
1051
|
-
this.i.
|
|
1052
|
-
this._a("dataToolTipSummaryTitleTextColor", brushToString(this.i.
|
|
1051
|
+
this.i.ut = stringToBrush(v);
|
|
1052
|
+
this._a("dataToolTipSummaryTitleTextColor", brushToString(this.i.ut));
|
|
1053
1053
|
}
|
|
1054
1054
|
/**
|
|
1055
1055
|
* Gets or Sets the style to use for the summary text.
|
|
@@ -1086,98 +1086,98 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1086
1086
|
this.i.m5 = v;
|
|
1087
1087
|
}
|
|
1088
1088
|
get dataToolTipSummaryTitleTextMarginBottom() {
|
|
1089
|
-
return this.i.
|
|
1089
|
+
return this.i.vv ? this.i.vv.bottom : NaN;
|
|
1090
1090
|
}
|
|
1091
1091
|
set dataToolTipSummaryTitleTextMarginBottom(v) {
|
|
1092
1092
|
this.ensureDataToolTipSummaryTitleTextMargin();
|
|
1093
|
-
this.i.
|
|
1094
|
-
this._a("dataToolTipSummaryTitleTextMarginBottom", this.i.
|
|
1095
|
-
this.i.
|
|
1093
|
+
this.i.vv.bottom = +v;
|
|
1094
|
+
this._a("dataToolTipSummaryTitleTextMarginBottom", this.i.vv.bottom);
|
|
1095
|
+
this.i.vv = this.i.vv;
|
|
1096
1096
|
}
|
|
1097
1097
|
get dataToolTipSummaryTitleTextMarginLeft() {
|
|
1098
|
-
return this.i.
|
|
1098
|
+
return this.i.vv ? this.i.vv.left : NaN;
|
|
1099
1099
|
}
|
|
1100
1100
|
set dataToolTipSummaryTitleTextMarginLeft(v) {
|
|
1101
1101
|
this.ensureDataToolTipSummaryTitleTextMargin();
|
|
1102
|
-
this.i.
|
|
1103
|
-
this._a("dataToolTipSummaryTitleTextMarginLeft", this.i.
|
|
1104
|
-
this.i.
|
|
1102
|
+
this.i.vv.left = +v;
|
|
1103
|
+
this._a("dataToolTipSummaryTitleTextMarginLeft", this.i.vv.left);
|
|
1104
|
+
this.i.vv = this.i.vv;
|
|
1105
1105
|
}
|
|
1106
1106
|
get dataToolTipSummaryTitleTextMarginRight() {
|
|
1107
|
-
return this.i.
|
|
1107
|
+
return this.i.vv ? this.i.vv.right : NaN;
|
|
1108
1108
|
}
|
|
1109
1109
|
set dataToolTipSummaryTitleTextMarginRight(v) {
|
|
1110
1110
|
this.ensureDataToolTipSummaryTitleTextMargin();
|
|
1111
|
-
this.i.
|
|
1112
|
-
this._a("dataToolTipSummaryTitleTextMarginRight", this.i.
|
|
1113
|
-
this.i.
|
|
1111
|
+
this.i.vv.right = +v;
|
|
1112
|
+
this._a("dataToolTipSummaryTitleTextMarginRight", this.i.vv.right);
|
|
1113
|
+
this.i.vv = this.i.vv;
|
|
1114
1114
|
}
|
|
1115
1115
|
get dataToolTipSummaryTitleTextMarginTop() {
|
|
1116
|
-
return this.i.
|
|
1116
|
+
return this.i.vv ? this.i.vv.top : NaN;
|
|
1117
1117
|
}
|
|
1118
1118
|
set dataToolTipSummaryTitleTextMarginTop(v) {
|
|
1119
1119
|
this.ensureDataToolTipSummaryTitleTextMargin();
|
|
1120
|
-
this.i.
|
|
1121
|
-
this._a("dataToolTipSummaryTitleTextMarginTop", this.i.
|
|
1122
|
-
this.i.
|
|
1120
|
+
this.i.vv.top = +v;
|
|
1121
|
+
this._a("dataToolTipSummaryTitleTextMarginTop", this.i.vv.top);
|
|
1122
|
+
this.i.vv = this.i.vv;
|
|
1123
1123
|
}
|
|
1124
1124
|
ensureDataToolTipSummaryTitleTextMargin() {
|
|
1125
|
-
if (this.i.
|
|
1125
|
+
if (this.i.vv) {
|
|
1126
1126
|
return;
|
|
1127
1127
|
}
|
|
1128
|
-
this.i.
|
|
1128
|
+
this.i.vv = new Thickness(2);
|
|
1129
1129
|
}
|
|
1130
1130
|
get dataToolTipSummaryRowMarginBottom() {
|
|
1131
|
-
return this.i.
|
|
1131
|
+
return this.i.vu ? this.i.vu.bottom : NaN;
|
|
1132
1132
|
}
|
|
1133
1133
|
set dataToolTipSummaryRowMarginBottom(v) {
|
|
1134
1134
|
this.ensureDataToolTipSummaryRowMargin();
|
|
1135
|
-
this.i.
|
|
1136
|
-
this._a("dataToolTipSummaryRowMarginBottom", this.i.
|
|
1137
|
-
this.i.
|
|
1135
|
+
this.i.vu.bottom = +v;
|
|
1136
|
+
this._a("dataToolTipSummaryRowMarginBottom", this.i.vu.bottom);
|
|
1137
|
+
this.i.vu = this.i.vu;
|
|
1138
1138
|
}
|
|
1139
1139
|
get dataToolTipSummaryRowMarginLeft() {
|
|
1140
|
-
return this.i.
|
|
1140
|
+
return this.i.vu ? this.i.vu.left : NaN;
|
|
1141
1141
|
}
|
|
1142
1142
|
set dataToolTipSummaryRowMarginLeft(v) {
|
|
1143
1143
|
this.ensureDataToolTipSummaryRowMargin();
|
|
1144
|
-
this.i.
|
|
1145
|
-
this._a("dataToolTipSummaryRowMarginLeft", this.i.
|
|
1146
|
-
this.i.
|
|
1144
|
+
this.i.vu.left = +v;
|
|
1145
|
+
this._a("dataToolTipSummaryRowMarginLeft", this.i.vu.left);
|
|
1146
|
+
this.i.vu = this.i.vu;
|
|
1147
1147
|
}
|
|
1148
1148
|
get dataToolTipSummaryRowMarginRight() {
|
|
1149
|
-
return this.i.
|
|
1149
|
+
return this.i.vu ? this.i.vu.right : NaN;
|
|
1150
1150
|
}
|
|
1151
1151
|
set dataToolTipSummaryRowMarginRight(v) {
|
|
1152
1152
|
this.ensureDataToolTipSummaryRowMargin();
|
|
1153
|
-
this.i.
|
|
1154
|
-
this._a("dataToolTipSummaryRowMarginRight", this.i.
|
|
1155
|
-
this.i.
|
|
1153
|
+
this.i.vu.right = +v;
|
|
1154
|
+
this._a("dataToolTipSummaryRowMarginRight", this.i.vu.right);
|
|
1155
|
+
this.i.vu = this.i.vu;
|
|
1156
1156
|
}
|
|
1157
1157
|
get dataToolTipSummaryRowMarginTop() {
|
|
1158
|
-
return this.i.
|
|
1158
|
+
return this.i.vu ? this.i.vu.top : NaN;
|
|
1159
1159
|
}
|
|
1160
1160
|
set dataToolTipSummaryRowMarginTop(v) {
|
|
1161
1161
|
this.ensureDataToolTipSummaryRowMargin();
|
|
1162
|
-
this.i.
|
|
1163
|
-
this._a("dataToolTipSummaryRowMarginTop", this.i.
|
|
1164
|
-
this.i.
|
|
1162
|
+
this.i.vu.top = +v;
|
|
1163
|
+
this._a("dataToolTipSummaryRowMarginTop", this.i.vu.top);
|
|
1164
|
+
this.i.vu = this.i.vu;
|
|
1165
1165
|
}
|
|
1166
1166
|
ensureDataToolTipSummaryRowMargin() {
|
|
1167
|
-
if (this.i.
|
|
1167
|
+
if (this.i.vu) {
|
|
1168
1168
|
return;
|
|
1169
1169
|
}
|
|
1170
|
-
this.i.
|
|
1170
|
+
this.i.vu = new Thickness(2);
|
|
1171
1171
|
}
|
|
1172
1172
|
/**
|
|
1173
1173
|
* Gets or sets the units text color.
|
|
1174
1174
|
*/
|
|
1175
1175
|
get dataToolTipSummaryValueTextColor() {
|
|
1176
|
-
return brushToString(this.i.
|
|
1176
|
+
return brushToString(this.i.uv);
|
|
1177
1177
|
}
|
|
1178
1178
|
set dataToolTipSummaryValueTextColor(v) {
|
|
1179
|
-
this.i.
|
|
1180
|
-
this._a("dataToolTipSummaryValueTextColor", brushToString(this.i.
|
|
1179
|
+
this.i.uv = stringToBrush(v);
|
|
1180
|
+
this._a("dataToolTipSummaryValueTextColor", brushToString(this.i.uv));
|
|
1181
1181
|
}
|
|
1182
1182
|
/**
|
|
1183
1183
|
* Gets or Sets the style to use for the units text.
|
|
@@ -1207,11 +1207,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1207
1207
|
* Gets or sets the units text color.
|
|
1208
1208
|
*/
|
|
1209
1209
|
get dataToolTipSummaryLabelTextColor() {
|
|
1210
|
-
return brushToString(this.i.
|
|
1210
|
+
return brushToString(this.i.us);
|
|
1211
1211
|
}
|
|
1212
1212
|
set dataToolTipSummaryLabelTextColor(v) {
|
|
1213
|
-
this.i.
|
|
1214
|
-
this._a("dataToolTipSummaryLabelTextColor", brushToString(this.i.
|
|
1213
|
+
this.i.us = stringToBrush(v);
|
|
1214
|
+
this._a("dataToolTipSummaryLabelTextColor", brushToString(this.i.us));
|
|
1215
1215
|
}
|
|
1216
1216
|
/**
|
|
1217
1217
|
* Gets or Sets the style to use for the units text.
|
|
@@ -1241,11 +1241,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1241
1241
|
* Gets or sets the units text color.
|
|
1242
1242
|
*/
|
|
1243
1243
|
get dataToolTipSummaryUnitsTextColor() {
|
|
1244
|
-
return brushToString(this.i.
|
|
1244
|
+
return brushToString(this.i.uu);
|
|
1245
1245
|
}
|
|
1246
1246
|
set dataToolTipSummaryUnitsTextColor(v) {
|
|
1247
|
-
this.i.
|
|
1248
|
-
this._a("dataToolTipSummaryUnitsTextColor", brushToString(this.i.
|
|
1247
|
+
this.i.uu = stringToBrush(v);
|
|
1248
|
+
this._a("dataToolTipSummaryUnitsTextColor", brushToString(this.i.uu));
|
|
1249
1249
|
}
|
|
1250
1250
|
/**
|
|
1251
1251
|
* Gets or Sets the style to use for the units text.
|
|
@@ -1263,46 +1263,46 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1263
1263
|
this._a("dataToolTipSummaryUnitsTextStyle", this.i.eh != null ? this.i.eh.fontString : "");
|
|
1264
1264
|
}
|
|
1265
1265
|
get dataToolTipBadgeMarginBottom() {
|
|
1266
|
-
return this.i.
|
|
1266
|
+
return this.i.vq ? this.i.vq.bottom : NaN;
|
|
1267
1267
|
}
|
|
1268
1268
|
set dataToolTipBadgeMarginBottom(v) {
|
|
1269
1269
|
this.ensureDataToolTipBadgeMargin();
|
|
1270
|
-
this.i.
|
|
1271
|
-
this._a("dataToolTipBadgeMarginBottom", this.i.
|
|
1272
|
-
this.i.
|
|
1270
|
+
this.i.vq.bottom = +v;
|
|
1271
|
+
this._a("dataToolTipBadgeMarginBottom", this.i.vq.bottom);
|
|
1272
|
+
this.i.vq = this.i.vq;
|
|
1273
1273
|
}
|
|
1274
1274
|
get dataToolTipBadgeMarginLeft() {
|
|
1275
|
-
return this.i.
|
|
1275
|
+
return this.i.vq ? this.i.vq.left : NaN;
|
|
1276
1276
|
}
|
|
1277
1277
|
set dataToolTipBadgeMarginLeft(v) {
|
|
1278
1278
|
this.ensureDataToolTipBadgeMargin();
|
|
1279
|
-
this.i.
|
|
1280
|
-
this._a("dataToolTipBadgeMarginLeft", this.i.
|
|
1281
|
-
this.i.
|
|
1279
|
+
this.i.vq.left = +v;
|
|
1280
|
+
this._a("dataToolTipBadgeMarginLeft", this.i.vq.left);
|
|
1281
|
+
this.i.vq = this.i.vq;
|
|
1282
1282
|
}
|
|
1283
1283
|
get dataToolTipBadgeMarginRight() {
|
|
1284
|
-
return this.i.
|
|
1284
|
+
return this.i.vq ? this.i.vq.right : NaN;
|
|
1285
1285
|
}
|
|
1286
1286
|
set dataToolTipBadgeMarginRight(v) {
|
|
1287
1287
|
this.ensureDataToolTipBadgeMargin();
|
|
1288
|
-
this.i.
|
|
1289
|
-
this._a("dataToolTipBadgeMarginRight", this.i.
|
|
1290
|
-
this.i.
|
|
1288
|
+
this.i.vq.right = +v;
|
|
1289
|
+
this._a("dataToolTipBadgeMarginRight", this.i.vq.right);
|
|
1290
|
+
this.i.vq = this.i.vq;
|
|
1291
1291
|
}
|
|
1292
1292
|
get dataToolTipBadgeMarginTop() {
|
|
1293
|
-
return this.i.
|
|
1293
|
+
return this.i.vq ? this.i.vq.top : NaN;
|
|
1294
1294
|
}
|
|
1295
1295
|
set dataToolTipBadgeMarginTop(v) {
|
|
1296
1296
|
this.ensureDataToolTipBadgeMargin();
|
|
1297
|
-
this.i.
|
|
1298
|
-
this._a("dataToolTipBadgeMarginTop", this.i.
|
|
1299
|
-
this.i.
|
|
1297
|
+
this.i.vq.top = +v;
|
|
1298
|
+
this._a("dataToolTipBadgeMarginTop", this.i.vq.top);
|
|
1299
|
+
this.i.vq = this.i.vq;
|
|
1300
1300
|
}
|
|
1301
1301
|
ensureDataToolTipBadgeMargin() {
|
|
1302
|
-
if (this.i.
|
|
1302
|
+
if (this.i.vq) {
|
|
1303
1303
|
return;
|
|
1304
1304
|
}
|
|
1305
|
-
this.i.
|
|
1305
|
+
this.i.vq = new Thickness(2);
|
|
1306
1306
|
}
|
|
1307
1307
|
/**
|
|
1308
1308
|
* Gets or sets the BadgeShape for the data legend.
|
|
@@ -1337,53 +1337,53 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1337
1337
|
* Gets or sets the units text color.
|
|
1338
1338
|
*/
|
|
1339
1339
|
get dataToolTipUnitsTextColor() {
|
|
1340
|
-
return brushToString(this.i.
|
|
1340
|
+
return brushToString(this.i.ux);
|
|
1341
1341
|
}
|
|
1342
1342
|
set dataToolTipUnitsTextColor(v) {
|
|
1343
|
-
this.i.
|
|
1344
|
-
this._a("dataToolTipUnitsTextColor", brushToString(this.i.
|
|
1343
|
+
this.i.ux = stringToBrush(v);
|
|
1344
|
+
this._a("dataToolTipUnitsTextColor", brushToString(this.i.ux));
|
|
1345
1345
|
}
|
|
1346
1346
|
get dataToolTipUnitsTextMarginBottom() {
|
|
1347
|
-
return this.i.
|
|
1347
|
+
return this.i.vx ? this.i.vx.bottom : NaN;
|
|
1348
1348
|
}
|
|
1349
1349
|
set dataToolTipUnitsTextMarginBottom(v) {
|
|
1350
1350
|
this.ensureDataToolTipUnitsTextMargin();
|
|
1351
|
-
this.i.
|
|
1352
|
-
this._a("dataToolTipUnitsTextMarginBottom", this.i.
|
|
1353
|
-
this.i.
|
|
1351
|
+
this.i.vx.bottom = +v;
|
|
1352
|
+
this._a("dataToolTipUnitsTextMarginBottom", this.i.vx.bottom);
|
|
1353
|
+
this.i.vx = this.i.vx;
|
|
1354
1354
|
}
|
|
1355
1355
|
get dataToolTipUnitsTextMarginLeft() {
|
|
1356
|
-
return this.i.
|
|
1356
|
+
return this.i.vx ? this.i.vx.left : NaN;
|
|
1357
1357
|
}
|
|
1358
1358
|
set dataToolTipUnitsTextMarginLeft(v) {
|
|
1359
1359
|
this.ensureDataToolTipUnitsTextMargin();
|
|
1360
|
-
this.i.
|
|
1361
|
-
this._a("dataToolTipUnitsTextMarginLeft", this.i.
|
|
1362
|
-
this.i.
|
|
1360
|
+
this.i.vx.left = +v;
|
|
1361
|
+
this._a("dataToolTipUnitsTextMarginLeft", this.i.vx.left);
|
|
1362
|
+
this.i.vx = this.i.vx;
|
|
1363
1363
|
}
|
|
1364
1364
|
get dataToolTipUnitsTextMarginRight() {
|
|
1365
|
-
return this.i.
|
|
1365
|
+
return this.i.vx ? this.i.vx.right : NaN;
|
|
1366
1366
|
}
|
|
1367
1367
|
set dataToolTipUnitsTextMarginRight(v) {
|
|
1368
1368
|
this.ensureDataToolTipUnitsTextMargin();
|
|
1369
|
-
this.i.
|
|
1370
|
-
this._a("dataToolTipUnitsTextMarginRight", this.i.
|
|
1371
|
-
this.i.
|
|
1369
|
+
this.i.vx.right = +v;
|
|
1370
|
+
this._a("dataToolTipUnitsTextMarginRight", this.i.vx.right);
|
|
1371
|
+
this.i.vx = this.i.vx;
|
|
1372
1372
|
}
|
|
1373
1373
|
get dataToolTipUnitsTextMarginTop() {
|
|
1374
|
-
return this.i.
|
|
1374
|
+
return this.i.vx ? this.i.vx.top : NaN;
|
|
1375
1375
|
}
|
|
1376
1376
|
set dataToolTipUnitsTextMarginTop(v) {
|
|
1377
1377
|
this.ensureDataToolTipUnitsTextMargin();
|
|
1378
|
-
this.i.
|
|
1379
|
-
this._a("dataToolTipUnitsTextMarginTop", this.i.
|
|
1380
|
-
this.i.
|
|
1378
|
+
this.i.vx.top = +v;
|
|
1379
|
+
this._a("dataToolTipUnitsTextMarginTop", this.i.vx.top);
|
|
1380
|
+
this.i.vx = this.i.vx;
|
|
1381
1381
|
}
|
|
1382
1382
|
ensureDataToolTipUnitsTextMargin() {
|
|
1383
|
-
if (this.i.
|
|
1383
|
+
if (this.i.vx) {
|
|
1384
1384
|
return;
|
|
1385
1385
|
}
|
|
1386
|
-
this.i.
|
|
1386
|
+
this.i.vx = new Thickness(2);
|
|
1387
1387
|
}
|
|
1388
1388
|
/**
|
|
1389
1389
|
* Gets or Sets the style to use for the units text.
|
|
@@ -1401,56 +1401,56 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1401
1401
|
this._a("dataToolTipUnitsTextStyle", this.i.ek != null ? this.i.ek.fontString : "");
|
|
1402
1402
|
}
|
|
1403
1403
|
get dataToolTipTitleTextMarginBottom() {
|
|
1404
|
-
return this.i.
|
|
1404
|
+
return this.i.vw ? this.i.vw.bottom : NaN;
|
|
1405
1405
|
}
|
|
1406
1406
|
set dataToolTipTitleTextMarginBottom(v) {
|
|
1407
1407
|
this.ensureDataToolTipTitleTextMargin();
|
|
1408
|
-
this.i.
|
|
1409
|
-
this._a("dataToolTipTitleTextMarginBottom", this.i.
|
|
1410
|
-
this.i.
|
|
1408
|
+
this.i.vw.bottom = +v;
|
|
1409
|
+
this._a("dataToolTipTitleTextMarginBottom", this.i.vw.bottom);
|
|
1410
|
+
this.i.vw = this.i.vw;
|
|
1411
1411
|
}
|
|
1412
1412
|
get dataToolTipTitleTextMarginLeft() {
|
|
1413
|
-
return this.i.
|
|
1413
|
+
return this.i.vw ? this.i.vw.left : NaN;
|
|
1414
1414
|
}
|
|
1415
1415
|
set dataToolTipTitleTextMarginLeft(v) {
|
|
1416
1416
|
this.ensureDataToolTipTitleTextMargin();
|
|
1417
|
-
this.i.
|
|
1418
|
-
this._a("dataToolTipTitleTextMarginLeft", this.i.
|
|
1419
|
-
this.i.
|
|
1417
|
+
this.i.vw.left = +v;
|
|
1418
|
+
this._a("dataToolTipTitleTextMarginLeft", this.i.vw.left);
|
|
1419
|
+
this.i.vw = this.i.vw;
|
|
1420
1420
|
}
|
|
1421
1421
|
get dataToolTipTitleTextMarginRight() {
|
|
1422
|
-
return this.i.
|
|
1422
|
+
return this.i.vw ? this.i.vw.right : NaN;
|
|
1423
1423
|
}
|
|
1424
1424
|
set dataToolTipTitleTextMarginRight(v) {
|
|
1425
1425
|
this.ensureDataToolTipTitleTextMargin();
|
|
1426
|
-
this.i.
|
|
1427
|
-
this._a("dataToolTipTitleTextMarginRight", this.i.
|
|
1428
|
-
this.i.
|
|
1426
|
+
this.i.vw.right = +v;
|
|
1427
|
+
this._a("dataToolTipTitleTextMarginRight", this.i.vw.right);
|
|
1428
|
+
this.i.vw = this.i.vw;
|
|
1429
1429
|
}
|
|
1430
1430
|
get dataToolTipTitleTextMarginTop() {
|
|
1431
|
-
return this.i.
|
|
1431
|
+
return this.i.vw ? this.i.vw.top : NaN;
|
|
1432
1432
|
}
|
|
1433
1433
|
set dataToolTipTitleTextMarginTop(v) {
|
|
1434
1434
|
this.ensureDataToolTipTitleTextMargin();
|
|
1435
|
-
this.i.
|
|
1436
|
-
this._a("dataToolTipTitleTextMarginTop", this.i.
|
|
1437
|
-
this.i.
|
|
1435
|
+
this.i.vw.top = +v;
|
|
1436
|
+
this._a("dataToolTipTitleTextMarginTop", this.i.vw.top);
|
|
1437
|
+
this.i.vw = this.i.vw;
|
|
1438
1438
|
}
|
|
1439
1439
|
ensureDataToolTipTitleTextMargin() {
|
|
1440
|
-
if (this.i.
|
|
1440
|
+
if (this.i.vw) {
|
|
1441
1441
|
return;
|
|
1442
1442
|
}
|
|
1443
|
-
this.i.
|
|
1443
|
+
this.i.vw = new Thickness(2);
|
|
1444
1444
|
}
|
|
1445
1445
|
/**
|
|
1446
1446
|
* Gets or sets the display text color.
|
|
1447
1447
|
*/
|
|
1448
1448
|
get dataToolTipTitleTextColor() {
|
|
1449
|
-
return brushToString(this.i.
|
|
1449
|
+
return brushToString(this.i.uw);
|
|
1450
1450
|
}
|
|
1451
1451
|
set dataToolTipTitleTextColor(v) {
|
|
1452
|
-
this.i.
|
|
1453
|
-
this._a("dataToolTipTitleTextColor", brushToString(this.i.
|
|
1452
|
+
this.i.uw = stringToBrush(v);
|
|
1453
|
+
this._a("dataToolTipTitleTextColor", brushToString(this.i.uw));
|
|
1454
1454
|
}
|
|
1455
1455
|
/**
|
|
1456
1456
|
* Gets or Sets the style to use for the display text.
|
|
@@ -1481,53 +1481,53 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1481
1481
|
* Gets or sets the units text color.
|
|
1482
1482
|
*/
|
|
1483
1483
|
get dataToolTipLabelTextColor() {
|
|
1484
|
-
return brushToString(this.i.
|
|
1484
|
+
return brushToString(this.i.ur);
|
|
1485
1485
|
}
|
|
1486
1486
|
set dataToolTipLabelTextColor(v) {
|
|
1487
|
-
this.i.
|
|
1488
|
-
this._a("dataToolTipLabelTextColor", brushToString(this.i.
|
|
1487
|
+
this.i.ur = stringToBrush(v);
|
|
1488
|
+
this._a("dataToolTipLabelTextColor", brushToString(this.i.ur));
|
|
1489
1489
|
}
|
|
1490
1490
|
get dataToolTipLabelTextMarginBottom() {
|
|
1491
|
-
return this.i.
|
|
1491
|
+
return this.i.vt ? this.i.vt.bottom : NaN;
|
|
1492
1492
|
}
|
|
1493
1493
|
set dataToolTipLabelTextMarginBottom(v) {
|
|
1494
1494
|
this.ensureDataToolTipLabelTextMargin();
|
|
1495
|
-
this.i.
|
|
1496
|
-
this._a("dataToolTipLabelTextMarginBottom", this.i.
|
|
1497
|
-
this.i.
|
|
1495
|
+
this.i.vt.bottom = +v;
|
|
1496
|
+
this._a("dataToolTipLabelTextMarginBottom", this.i.vt.bottom);
|
|
1497
|
+
this.i.vt = this.i.vt;
|
|
1498
1498
|
}
|
|
1499
1499
|
get dataToolTipLabelTextMarginLeft() {
|
|
1500
|
-
return this.i.
|
|
1500
|
+
return this.i.vt ? this.i.vt.left : NaN;
|
|
1501
1501
|
}
|
|
1502
1502
|
set dataToolTipLabelTextMarginLeft(v) {
|
|
1503
1503
|
this.ensureDataToolTipLabelTextMargin();
|
|
1504
|
-
this.i.
|
|
1505
|
-
this._a("dataToolTipLabelTextMarginLeft", this.i.
|
|
1506
|
-
this.i.
|
|
1504
|
+
this.i.vt.left = +v;
|
|
1505
|
+
this._a("dataToolTipLabelTextMarginLeft", this.i.vt.left);
|
|
1506
|
+
this.i.vt = this.i.vt;
|
|
1507
1507
|
}
|
|
1508
1508
|
get dataToolTipLabelTextMarginRight() {
|
|
1509
|
-
return this.i.
|
|
1509
|
+
return this.i.vt ? this.i.vt.right : NaN;
|
|
1510
1510
|
}
|
|
1511
1511
|
set dataToolTipLabelTextMarginRight(v) {
|
|
1512
1512
|
this.ensureDataToolTipLabelTextMargin();
|
|
1513
|
-
this.i.
|
|
1514
|
-
this._a("dataToolTipLabelTextMarginRight", this.i.
|
|
1515
|
-
this.i.
|
|
1513
|
+
this.i.vt.right = +v;
|
|
1514
|
+
this._a("dataToolTipLabelTextMarginRight", this.i.vt.right);
|
|
1515
|
+
this.i.vt = this.i.vt;
|
|
1516
1516
|
}
|
|
1517
1517
|
get dataToolTipLabelTextMarginTop() {
|
|
1518
|
-
return this.i.
|
|
1518
|
+
return this.i.vt ? this.i.vt.top : NaN;
|
|
1519
1519
|
}
|
|
1520
1520
|
set dataToolTipLabelTextMarginTop(v) {
|
|
1521
1521
|
this.ensureDataToolTipLabelTextMargin();
|
|
1522
|
-
this.i.
|
|
1523
|
-
this._a("dataToolTipLabelTextMarginTop", this.i.
|
|
1524
|
-
this.i.
|
|
1522
|
+
this.i.vt.top = +v;
|
|
1523
|
+
this._a("dataToolTipLabelTextMarginTop", this.i.vt.top);
|
|
1524
|
+
this.i.vt = this.i.vt;
|
|
1525
1525
|
}
|
|
1526
1526
|
ensureDataToolTipLabelTextMargin() {
|
|
1527
|
-
if (this.i.
|
|
1527
|
+
if (this.i.vt) {
|
|
1528
1528
|
return;
|
|
1529
1529
|
}
|
|
1530
|
-
this.i.
|
|
1530
|
+
this.i.vt = new Thickness(2);
|
|
1531
1531
|
}
|
|
1532
1532
|
/**
|
|
1533
1533
|
* Gets or Sets the style to use for the units text.
|
|
@@ -1943,11 +1943,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1943
1943
|
* ```
|
|
1944
1944
|
*/
|
|
1945
1945
|
get windowRect() {
|
|
1946
|
-
return fromRect(this.i.
|
|
1946
|
+
return fromRect(this.i.vf);
|
|
1947
1947
|
}
|
|
1948
1948
|
set windowRect(v) {
|
|
1949
|
-
this.i.
|
|
1950
|
-
this._a("windowRect", rectToString(this.i.
|
|
1949
|
+
this.i.vf = toRect(v);
|
|
1950
|
+
this._a("windowRect", rectToString(this.i.vf));
|
|
1951
1951
|
}
|
|
1952
1952
|
/**
|
|
1953
1953
|
* Gets a rectangle representing the bounds of the plot area.
|
|
@@ -1959,7 +1959,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1959
1959
|
* ```
|
|
1960
1960
|
*/
|
|
1961
1961
|
get viewport() {
|
|
1962
|
-
return fromRect(this.i.
|
|
1962
|
+
return fromRect(this.i.ve);
|
|
1963
1963
|
}
|
|
1964
1964
|
/**
|
|
1965
1965
|
* Gets or sets text to display above the plot area.
|
|
@@ -2001,11 +2001,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
2001
2001
|
* ```
|
|
2002
2002
|
*/
|
|
2003
2003
|
get titleAlignment() {
|
|
2004
|
-
return this.i.
|
|
2004
|
+
return this.i.tw;
|
|
2005
2005
|
}
|
|
2006
2006
|
set titleAlignment(v) {
|
|
2007
|
-
this.i.
|
|
2008
|
-
this._a("titleAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
2007
|
+
this.i.tw = ensureEnum(HorizontalAlignment_$type, v);
|
|
2008
|
+
this._a("titleAlignment", enumToString(HorizontalAlignment_$type, this.i.tw));
|
|
2009
2009
|
}
|
|
2010
2010
|
/**
|
|
2011
2011
|
* Gets or sets horizontal alignment which determines the subtitle position, relative to the left and right edges of the control.
|
|
@@ -2017,11 +2017,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
2017
2017
|
* ```
|
|
2018
2018
|
*/
|
|
2019
2019
|
get subtitleAlignment() {
|
|
2020
|
-
return this.i.
|
|
2020
|
+
return this.i.tv;
|
|
2021
2021
|
}
|
|
2022
2022
|
set subtitleAlignment(v) {
|
|
2023
|
-
this.i.
|
|
2024
|
-
this._a("subtitleAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
2023
|
+
this.i.tv = ensureEnum(HorizontalAlignment_$type, v);
|
|
2024
|
+
this._a("subtitleAlignment", enumToString(HorizontalAlignment_$type, this.i.tv));
|
|
2025
2025
|
}
|
|
2026
2026
|
/**
|
|
2027
2027
|
* Gets or sets the behavior that determines how unknown values will be plotted on the chart.
|
|
@@ -2464,11 +2464,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
2464
2464
|
* Gets or sets the color to apply to vertical crosshairs line.
|
|
2465
2465
|
*/
|
|
2466
2466
|
get crosshairsLineVerticalStroke() {
|
|
2467
|
-
return brushToString(this.i.
|
|
2467
|
+
return brushToString(this.i.up);
|
|
2468
2468
|
}
|
|
2469
2469
|
set crosshairsLineVerticalStroke(v) {
|
|
2470
|
-
this.i.
|
|
2471
|
-
this._a("crosshairsLineVerticalStroke", brushToString(this.i.
|
|
2470
|
+
this.i.up = stringToBrush(v);
|
|
2471
|
+
this._a("crosshairsLineVerticalStroke", brushToString(this.i.up));
|
|
2472
2472
|
}
|
|
2473
2473
|
/**
|
|
2474
2474
|
* Gets or sets thickness of crosshairs lines.
|
|
@@ -2484,11 +2484,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
2484
2484
|
* Gets or sets the color to apply to horizontal crosshairs line.
|
|
2485
2485
|
*/
|
|
2486
2486
|
get crosshairsLineHorizontalStroke() {
|
|
2487
|
-
return brushToString(this.i.
|
|
2487
|
+
return brushToString(this.i.uo);
|
|
2488
2488
|
}
|
|
2489
2489
|
set crosshairsLineHorizontalStroke(v) {
|
|
2490
|
-
this.i.
|
|
2491
|
-
this._a("crosshairsLineHorizontalStroke", brushToString(this.i.
|
|
2490
|
+
this.i.uo = stringToBrush(v);
|
|
2491
|
+
this._a("crosshairsLineHorizontalStroke", brushToString(this.i.uo));
|
|
2492
2492
|
}
|
|
2493
2493
|
/**
|
|
2494
2494
|
* Gets or sets whether annotations are shown along the axis for crosshair values
|
|
@@ -2504,41 +2504,41 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
2504
2504
|
* Gets or sets the background of crosshair annotation on x-axis.
|
|
2505
2505
|
*/
|
|
2506
2506
|
get crosshairsAnnotationXAxisBackground() {
|
|
2507
|
-
return brushToString(this.i.
|
|
2507
|
+
return brushToString(this.i.uk);
|
|
2508
2508
|
}
|
|
2509
2509
|
set crosshairsAnnotationXAxisBackground(v) {
|
|
2510
|
-
this.i.
|
|
2511
|
-
this._a("crosshairsAnnotationXAxisBackground", brushToString(this.i.
|
|
2510
|
+
this.i.uk = stringToBrush(v);
|
|
2511
|
+
this._a("crosshairsAnnotationXAxisBackground", brushToString(this.i.uk));
|
|
2512
2512
|
}
|
|
2513
2513
|
/**
|
|
2514
2514
|
* Gets or sets the background of crosshair annotation on y-axis.
|
|
2515
2515
|
*/
|
|
2516
2516
|
get crosshairsAnnotationYAxisBackground() {
|
|
2517
|
-
return brushToString(this.i.
|
|
2517
|
+
return brushToString(this.i.um);
|
|
2518
2518
|
}
|
|
2519
2519
|
set crosshairsAnnotationYAxisBackground(v) {
|
|
2520
|
-
this.i.
|
|
2521
|
-
this._a("crosshairsAnnotationYAxisBackground", brushToString(this.i.
|
|
2520
|
+
this.i.um = stringToBrush(v);
|
|
2521
|
+
this._a("crosshairsAnnotationYAxisBackground", brushToString(this.i.um));
|
|
2522
2522
|
}
|
|
2523
2523
|
/**
|
|
2524
2524
|
* Gets or sets the text color of crosshair annotation on x-axis.
|
|
2525
2525
|
*/
|
|
2526
2526
|
get crosshairsAnnotationXAxisTextColor() {
|
|
2527
|
-
return brushToString(this.i.
|
|
2527
|
+
return brushToString(this.i.ul);
|
|
2528
2528
|
}
|
|
2529
2529
|
set crosshairsAnnotationXAxisTextColor(v) {
|
|
2530
|
-
this.i.
|
|
2531
|
-
this._a("crosshairsAnnotationXAxisTextColor", brushToString(this.i.
|
|
2530
|
+
this.i.ul = stringToBrush(v);
|
|
2531
|
+
this._a("crosshairsAnnotationXAxisTextColor", brushToString(this.i.ul));
|
|
2532
2532
|
}
|
|
2533
2533
|
/**
|
|
2534
2534
|
* Gets or sets the text color of crosshair annotation on y-axis.
|
|
2535
2535
|
*/
|
|
2536
2536
|
get crosshairsAnnotationYAxisTextColor() {
|
|
2537
|
-
return brushToString(this.i.
|
|
2537
|
+
return brushToString(this.i.un);
|
|
2538
2538
|
}
|
|
2539
2539
|
set crosshairsAnnotationYAxisTextColor(v) {
|
|
2540
|
-
this.i.
|
|
2541
|
-
this._a("crosshairsAnnotationYAxisTextColor", brushToString(this.i.
|
|
2540
|
+
this.i.un = stringToBrush(v);
|
|
2541
|
+
this._a("crosshairsAnnotationYAxisTextColor", brushToString(this.i.un));
|
|
2542
2542
|
}
|
|
2543
2543
|
/**
|
|
2544
2544
|
* Gets or sets precision on interpolated values of crosshairs on x-axis.
|
|
@@ -2594,21 +2594,21 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
2594
2594
|
* Gets or sets the background of final value annotation.
|
|
2595
2595
|
*/
|
|
2596
2596
|
get finalValueAnnotationsBackground() {
|
|
2597
|
-
return brushToString(this.i.
|
|
2597
|
+
return brushToString(this.i.uz);
|
|
2598
2598
|
}
|
|
2599
2599
|
set finalValueAnnotationsBackground(v) {
|
|
2600
|
-
this.i.
|
|
2601
|
-
this._a("finalValueAnnotationsBackground", brushToString(this.i.
|
|
2600
|
+
this.i.uz = stringToBrush(v);
|
|
2601
|
+
this._a("finalValueAnnotationsBackground", brushToString(this.i.uz));
|
|
2602
2602
|
}
|
|
2603
2603
|
/**
|
|
2604
2604
|
* Gets or sets the text color of final value annotation.
|
|
2605
2605
|
*/
|
|
2606
2606
|
get finalValueAnnotationsTextColor() {
|
|
2607
|
-
return brushToString(this.i.
|
|
2607
|
+
return brushToString(this.i.u0);
|
|
2608
2608
|
}
|
|
2609
2609
|
set finalValueAnnotationsTextColor(v) {
|
|
2610
|
-
this.i.
|
|
2611
|
-
this._a("finalValueAnnotationsTextColor", brushToString(this.i.
|
|
2610
|
+
this.i.u0 = stringToBrush(v);
|
|
2611
|
+
this._a("finalValueAnnotationsTextColor", brushToString(this.i.u0));
|
|
2612
2612
|
}
|
|
2613
2613
|
/**
|
|
2614
2614
|
* Gets or sets precision on final value annotation.
|
|
@@ -2815,21 +2815,21 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
2815
2815
|
* Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.
|
|
2816
2816
|
*/
|
|
2817
2817
|
get horizontalViewScrollbarFill() {
|
|
2818
|
-
return brushToString(this.i.
|
|
2818
|
+
return brushToString(this.i.u5);
|
|
2819
2819
|
}
|
|
2820
2820
|
set horizontalViewScrollbarFill(v) {
|
|
2821
|
-
this.i.
|
|
2822
|
-
this._a("horizontalViewScrollbarFill", brushToString(this.i.
|
|
2821
|
+
this.i.u5 = stringToBrush(v);
|
|
2822
|
+
this._a("horizontalViewScrollbarFill", brushToString(this.i.u5));
|
|
2823
2823
|
}
|
|
2824
2824
|
/**
|
|
2825
2825
|
* Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.
|
|
2826
2826
|
*/
|
|
2827
2827
|
get horizontalViewScrollbarOutline() {
|
|
2828
|
-
return brushToString(this.i.
|
|
2828
|
+
return brushToString(this.i.u6);
|
|
2829
2829
|
}
|
|
2830
2830
|
set horizontalViewScrollbarOutline(v) {
|
|
2831
|
-
this.i.
|
|
2832
|
-
this._a("horizontalViewScrollbarOutline", brushToString(this.i.
|
|
2831
|
+
this.i.u6 = stringToBrush(v);
|
|
2832
|
+
this._a("horizontalViewScrollbarOutline", brushToString(this.i.u6));
|
|
2833
2833
|
}
|
|
2834
2834
|
/**
|
|
2835
2835
|
* Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled.
|
|
@@ -2915,21 +2915,21 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
2915
2915
|
* Gets or sets the fill to use for the vertical scrollbar in the component, when enabled.
|
|
2916
2916
|
*/
|
|
2917
2917
|
get verticalViewScrollbarFill() {
|
|
2918
|
-
return brushToString(this.i.
|
|
2918
|
+
return brushToString(this.i.va);
|
|
2919
2919
|
}
|
|
2920
2920
|
set verticalViewScrollbarFill(v) {
|
|
2921
|
-
this.i.
|
|
2922
|
-
this._a("verticalViewScrollbarFill", brushToString(this.i.
|
|
2921
|
+
this.i.va = stringToBrush(v);
|
|
2922
|
+
this._a("verticalViewScrollbarFill", brushToString(this.i.va));
|
|
2923
2923
|
}
|
|
2924
2924
|
/**
|
|
2925
2925
|
* Gets or sets the outline to use for the vertical scrollbar in the component, when enabled.
|
|
2926
2926
|
*/
|
|
2927
2927
|
get verticalViewScrollbarOutline() {
|
|
2928
|
-
return brushToString(this.i.
|
|
2928
|
+
return brushToString(this.i.vb);
|
|
2929
2929
|
}
|
|
2930
2930
|
set verticalViewScrollbarOutline(v) {
|
|
2931
|
-
this.i.
|
|
2932
|
-
this._a("verticalViewScrollbarOutline", brushToString(this.i.
|
|
2931
|
+
this.i.vb = stringToBrush(v);
|
|
2932
|
+
this._a("verticalViewScrollbarOutline", brushToString(this.i.vb));
|
|
2933
2933
|
}
|
|
2934
2934
|
/**
|
|
2935
2935
|
* Gets or sets the stroke thickness to use for the vertical scrollbar in the component, when enabled.
|
|
@@ -3209,7 +3209,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
3209
3209
|
this.i.notifyResized();
|
|
3210
3210
|
}
|
|
3211
3211
|
notifyVisualPropertiesChanged() {
|
|
3212
|
-
this.i.
|
|
3212
|
+
this.i.sm();
|
|
3213
3213
|
}
|
|
3214
3214
|
/**
|
|
3215
3215
|
* Forces any pending refresh to the chart to be finished.
|
|
@@ -3242,36 +3242,33 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
3242
3242
|
|
|
3243
3243
|
*/
|
|
3244
3244
|
replayTransitionIn() {
|
|
3245
|
-
this.i.
|
|
3245
|
+
this.i.tf();
|
|
3246
3246
|
}
|
|
3247
3247
|
/**
|
|
3248
3248
|
* Performs zoom in action on the chart by specified percentage of current window rect
|
|
3249
3249
|
|
|
3250
3250
|
*/
|
|
3251
3251
|
zoomIn(percentage) {
|
|
3252
|
-
this.i.
|
|
3252
|
+
this.i.tr(percentage);
|
|
3253
3253
|
}
|
|
3254
3254
|
/**
|
|
3255
3255
|
* Performs zoom out action on the chart by specified percentage of current window rect
|
|
3256
3256
|
|
|
3257
3257
|
*/
|
|
3258
3258
|
zoomOut(percentage) {
|
|
3259
|
-
this.i.
|
|
3259
|
+
this.i.ts(percentage);
|
|
3260
3260
|
}
|
|
3261
3261
|
/**
|
|
3262
3262
|
* Resets the zoom level to default.
|
|
3263
3263
|
|
|
3264
3264
|
*/
|
|
3265
3265
|
resetZoom() {
|
|
3266
|
-
this.i.
|
|
3266
|
+
this.i.tn();
|
|
3267
3267
|
}
|
|
3268
3268
|
getDesiredToolbarActions() {
|
|
3269
3269
|
let iv = this.i.getDesiredToolbarActions();
|
|
3270
3270
|
return (iv);
|
|
3271
3271
|
}
|
|
3272
|
-
onToolCommandExecuting(command) {
|
|
3273
|
-
this.i.onToolCommandExecuting(command);
|
|
3274
|
-
}
|
|
3275
3272
|
addCommandAvailabilityListener(listener) {
|
|
3276
3273
|
this.i.addCommandAvailabilityListener(listener);
|
|
3277
3274
|
}
|
|
@@ -3285,7 +3282,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
3285
3282
|
this.i.removeCommandStateChangedListener(listener);
|
|
3286
3283
|
}
|
|
3287
3284
|
notifySetItem(source_, index, oldItem, newItem) {
|
|
3288
|
-
this.i.
|
|
3285
|
+
this.i.sl(source_, index, oldItem, newItem);
|
|
3289
3286
|
}
|
|
3290
3287
|
/**
|
|
3291
3288
|
* Used to manually notify the chart that the data source has reset or cleared its items.
|
|
@@ -3298,13 +3295,13 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
3298
3295
|
* ```
|
|
3299
3296
|
*/
|
|
3300
3297
|
notifyClearItems(source_) {
|
|
3301
|
-
this.i.
|
|
3298
|
+
this.i.sh(source_);
|
|
3302
3299
|
}
|
|
3303
3300
|
notifyInsertItem(source_, index, newItem) {
|
|
3304
|
-
this.i.
|
|
3301
|
+
this.i.si(source_, index, newItem);
|
|
3305
3302
|
}
|
|
3306
3303
|
notifyRemoveItem(source_, index, oldItem) {
|
|
3307
|
-
this.i.
|
|
3304
|
+
this.i.sj(source_, index, oldItem);
|
|
3308
3305
|
}
|
|
3309
3306
|
/**
|
|
3310
3307
|
* Event raised when a series is initialized and added to this chart.
|