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
|
@@ -413,11 +413,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
413
413
|
* ```
|
|
414
414
|
*/
|
|
415
415
|
get: function () {
|
|
416
|
-
return brushToString(this.i.
|
|
416
|
+
return brushToString(this.i.u8);
|
|
417
417
|
},
|
|
418
418
|
set: function (v) {
|
|
419
|
-
this.i.
|
|
420
|
-
this._a("subtitleTextColor", brushToString(this.i.
|
|
419
|
+
this.i.u8 = stringToBrush(v);
|
|
420
|
+
this._a("subtitleTextColor", brushToString(this.i.u8));
|
|
421
421
|
},
|
|
422
422
|
enumerable: false,
|
|
423
423
|
configurable: true
|
|
@@ -433,11 +433,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
433
433
|
* ```
|
|
434
434
|
*/
|
|
435
435
|
get: function () {
|
|
436
|
-
return brushToString(this.i.
|
|
436
|
+
return brushToString(this.i.u9);
|
|
437
437
|
},
|
|
438
438
|
set: function (v) {
|
|
439
|
-
this.i.
|
|
440
|
-
this._a("titleTextColor", brushToString(this.i.
|
|
439
|
+
this.i.u9 = stringToBrush(v);
|
|
440
|
+
this._a("titleTextColor", brushToString(this.i.u9));
|
|
441
441
|
},
|
|
442
442
|
enumerable: false,
|
|
443
443
|
configurable: true
|
|
@@ -905,61 +905,61 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
905
905
|
});
|
|
906
906
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueRowMarginBottom", {
|
|
907
907
|
get: function () {
|
|
908
|
-
return this.i.
|
|
908
|
+
return this.i.vy ? this.i.vy.bottom : NaN;
|
|
909
909
|
},
|
|
910
910
|
set: function (v) {
|
|
911
911
|
this.ensureDataToolTipValueRowMargin();
|
|
912
|
-
this.i.
|
|
913
|
-
this._a("dataToolTipValueRowMarginBottom", this.i.
|
|
914
|
-
this.i.
|
|
912
|
+
this.i.vy.bottom = +v;
|
|
913
|
+
this._a("dataToolTipValueRowMarginBottom", this.i.vy.bottom);
|
|
914
|
+
this.i.vy = this.i.vy;
|
|
915
915
|
},
|
|
916
916
|
enumerable: false,
|
|
917
917
|
configurable: true
|
|
918
918
|
});
|
|
919
919
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueRowMarginLeft", {
|
|
920
920
|
get: function () {
|
|
921
|
-
return this.i.
|
|
921
|
+
return this.i.vy ? this.i.vy.left : NaN;
|
|
922
922
|
},
|
|
923
923
|
set: function (v) {
|
|
924
924
|
this.ensureDataToolTipValueRowMargin();
|
|
925
|
-
this.i.
|
|
926
|
-
this._a("dataToolTipValueRowMarginLeft", this.i.
|
|
927
|
-
this.i.
|
|
925
|
+
this.i.vy.left = +v;
|
|
926
|
+
this._a("dataToolTipValueRowMarginLeft", this.i.vy.left);
|
|
927
|
+
this.i.vy = this.i.vy;
|
|
928
928
|
},
|
|
929
929
|
enumerable: false,
|
|
930
930
|
configurable: true
|
|
931
931
|
});
|
|
932
932
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueRowMarginRight", {
|
|
933
933
|
get: function () {
|
|
934
|
-
return this.i.
|
|
934
|
+
return this.i.vy ? this.i.vy.right : NaN;
|
|
935
935
|
},
|
|
936
936
|
set: function (v) {
|
|
937
937
|
this.ensureDataToolTipValueRowMargin();
|
|
938
|
-
this.i.
|
|
939
|
-
this._a("dataToolTipValueRowMarginRight", this.i.
|
|
940
|
-
this.i.
|
|
938
|
+
this.i.vy.right = +v;
|
|
939
|
+
this._a("dataToolTipValueRowMarginRight", this.i.vy.right);
|
|
940
|
+
this.i.vy = this.i.vy;
|
|
941
941
|
},
|
|
942
942
|
enumerable: false,
|
|
943
943
|
configurable: true
|
|
944
944
|
});
|
|
945
945
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueRowMarginTop", {
|
|
946
946
|
get: function () {
|
|
947
|
-
return this.i.
|
|
947
|
+
return this.i.vy ? this.i.vy.top : NaN;
|
|
948
948
|
},
|
|
949
949
|
set: function (v) {
|
|
950
950
|
this.ensureDataToolTipValueRowMargin();
|
|
951
|
-
this.i.
|
|
952
|
-
this._a("dataToolTipValueRowMarginTop", this.i.
|
|
953
|
-
this.i.
|
|
951
|
+
this.i.vy.top = +v;
|
|
952
|
+
this._a("dataToolTipValueRowMarginTop", this.i.vy.top);
|
|
953
|
+
this.i.vy = this.i.vy;
|
|
954
954
|
},
|
|
955
955
|
enumerable: false,
|
|
956
956
|
configurable: true
|
|
957
957
|
});
|
|
958
958
|
IgcDomainChartComponent.prototype.ensureDataToolTipValueRowMargin = function () {
|
|
959
|
-
if (this.i.
|
|
959
|
+
if (this.i.vy) {
|
|
960
960
|
return;
|
|
961
961
|
}
|
|
962
|
-
this.i.
|
|
962
|
+
this.i.vy = new Thickness(2);
|
|
963
963
|
};
|
|
964
964
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueRowVisible", {
|
|
965
965
|
/**
|
|
@@ -1004,72 +1004,72 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1004
1004
|
});
|
|
1005
1005
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueTextMarginBottom", {
|
|
1006
1006
|
get: function () {
|
|
1007
|
-
return this.i.
|
|
1007
|
+
return this.i.vz ? this.i.vz.bottom : NaN;
|
|
1008
1008
|
},
|
|
1009
1009
|
set: function (v) {
|
|
1010
1010
|
this.ensureDataToolTipValueTextMargin();
|
|
1011
|
-
this.i.
|
|
1012
|
-
this._a("dataToolTipValueTextMarginBottom", this.i.
|
|
1013
|
-
this.i.
|
|
1011
|
+
this.i.vz.bottom = +v;
|
|
1012
|
+
this._a("dataToolTipValueTextMarginBottom", this.i.vz.bottom);
|
|
1013
|
+
this.i.vz = this.i.vz;
|
|
1014
1014
|
},
|
|
1015
1015
|
enumerable: false,
|
|
1016
1016
|
configurable: true
|
|
1017
1017
|
});
|
|
1018
1018
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueTextMarginLeft", {
|
|
1019
1019
|
get: function () {
|
|
1020
|
-
return this.i.
|
|
1020
|
+
return this.i.vz ? this.i.vz.left : NaN;
|
|
1021
1021
|
},
|
|
1022
1022
|
set: function (v) {
|
|
1023
1023
|
this.ensureDataToolTipValueTextMargin();
|
|
1024
|
-
this.i.
|
|
1025
|
-
this._a("dataToolTipValueTextMarginLeft", this.i.
|
|
1026
|
-
this.i.
|
|
1024
|
+
this.i.vz.left = +v;
|
|
1025
|
+
this._a("dataToolTipValueTextMarginLeft", this.i.vz.left);
|
|
1026
|
+
this.i.vz = this.i.vz;
|
|
1027
1027
|
},
|
|
1028
1028
|
enumerable: false,
|
|
1029
1029
|
configurable: true
|
|
1030
1030
|
});
|
|
1031
1031
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueTextMarginRight", {
|
|
1032
1032
|
get: function () {
|
|
1033
|
-
return this.i.
|
|
1033
|
+
return this.i.vz ? this.i.vz.right : NaN;
|
|
1034
1034
|
},
|
|
1035
1035
|
set: function (v) {
|
|
1036
1036
|
this.ensureDataToolTipValueTextMargin();
|
|
1037
|
-
this.i.
|
|
1038
|
-
this._a("dataToolTipValueTextMarginRight", this.i.
|
|
1039
|
-
this.i.
|
|
1037
|
+
this.i.vz.right = +v;
|
|
1038
|
+
this._a("dataToolTipValueTextMarginRight", this.i.vz.right);
|
|
1039
|
+
this.i.vz = this.i.vz;
|
|
1040
1040
|
},
|
|
1041
1041
|
enumerable: false,
|
|
1042
1042
|
configurable: true
|
|
1043
1043
|
});
|
|
1044
1044
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueTextMarginTop", {
|
|
1045
1045
|
get: function () {
|
|
1046
|
-
return this.i.
|
|
1046
|
+
return this.i.vz ? this.i.vz.top : NaN;
|
|
1047
1047
|
},
|
|
1048
1048
|
set: function (v) {
|
|
1049
1049
|
this.ensureDataToolTipValueTextMargin();
|
|
1050
|
-
this.i.
|
|
1051
|
-
this._a("dataToolTipValueTextMarginTop", this.i.
|
|
1052
|
-
this.i.
|
|
1050
|
+
this.i.vz.top = +v;
|
|
1051
|
+
this._a("dataToolTipValueTextMarginTop", this.i.vz.top);
|
|
1052
|
+
this.i.vz = this.i.vz;
|
|
1053
1053
|
},
|
|
1054
1054
|
enumerable: false,
|
|
1055
1055
|
configurable: true
|
|
1056
1056
|
});
|
|
1057
1057
|
IgcDomainChartComponent.prototype.ensureDataToolTipValueTextMargin = function () {
|
|
1058
|
-
if (this.i.
|
|
1058
|
+
if (this.i.vz) {
|
|
1059
1059
|
return;
|
|
1060
1060
|
}
|
|
1061
|
-
this.i.
|
|
1061
|
+
this.i.vz = new Thickness(2);
|
|
1062
1062
|
};
|
|
1063
1063
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueTextColor", {
|
|
1064
1064
|
/**
|
|
1065
1065
|
* Gets or sets the units text color.
|
|
1066
1066
|
*/
|
|
1067
1067
|
get: function () {
|
|
1068
|
-
return brushToString(this.i.
|
|
1068
|
+
return brushToString(this.i.uy);
|
|
1069
1069
|
},
|
|
1070
1070
|
set: function (v) {
|
|
1071
|
-
this.i.
|
|
1072
|
-
this._a("dataToolTipValueTextColor", brushToString(this.i.
|
|
1071
|
+
this.i.uy = stringToBrush(v);
|
|
1072
|
+
this._a("dataToolTipValueTextColor", brushToString(this.i.uy));
|
|
1073
1073
|
},
|
|
1074
1074
|
enumerable: false,
|
|
1075
1075
|
configurable: true
|
|
@@ -1185,130 +1185,130 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1185
1185
|
* Gets or sets the header text color.
|
|
1186
1186
|
*/
|
|
1187
1187
|
get: function () {
|
|
1188
|
-
return brushToString(this.i.
|
|
1188
|
+
return brushToString(this.i.uq);
|
|
1189
1189
|
},
|
|
1190
1190
|
set: function (v) {
|
|
1191
|
-
this.i.
|
|
1192
|
-
this._a("dataToolTipHeaderTextColor", brushToString(this.i.
|
|
1191
|
+
this.i.uq = stringToBrush(v);
|
|
1192
|
+
this._a("dataToolTipHeaderTextColor", brushToString(this.i.uq));
|
|
1193
1193
|
},
|
|
1194
1194
|
enumerable: false,
|
|
1195
1195
|
configurable: true
|
|
1196
1196
|
});
|
|
1197
1197
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderTextMarginBottom", {
|
|
1198
1198
|
get: function () {
|
|
1199
|
-
return this.i.
|
|
1199
|
+
return this.i.vs ? this.i.vs.bottom : NaN;
|
|
1200
1200
|
},
|
|
1201
1201
|
set: function (v) {
|
|
1202
1202
|
this.ensureDataToolTipHeaderTextMargin();
|
|
1203
|
-
this.i.
|
|
1204
|
-
this._a("dataToolTipHeaderTextMarginBottom", this.i.
|
|
1205
|
-
this.i.
|
|
1203
|
+
this.i.vs.bottom = +v;
|
|
1204
|
+
this._a("dataToolTipHeaderTextMarginBottom", this.i.vs.bottom);
|
|
1205
|
+
this.i.vs = this.i.vs;
|
|
1206
1206
|
},
|
|
1207
1207
|
enumerable: false,
|
|
1208
1208
|
configurable: true
|
|
1209
1209
|
});
|
|
1210
1210
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderTextMarginLeft", {
|
|
1211
1211
|
get: function () {
|
|
1212
|
-
return this.i.
|
|
1212
|
+
return this.i.vs ? this.i.vs.left : NaN;
|
|
1213
1213
|
},
|
|
1214
1214
|
set: function (v) {
|
|
1215
1215
|
this.ensureDataToolTipHeaderTextMargin();
|
|
1216
|
-
this.i.
|
|
1217
|
-
this._a("dataToolTipHeaderTextMarginLeft", this.i.
|
|
1218
|
-
this.i.
|
|
1216
|
+
this.i.vs.left = +v;
|
|
1217
|
+
this._a("dataToolTipHeaderTextMarginLeft", this.i.vs.left);
|
|
1218
|
+
this.i.vs = this.i.vs;
|
|
1219
1219
|
},
|
|
1220
1220
|
enumerable: false,
|
|
1221
1221
|
configurable: true
|
|
1222
1222
|
});
|
|
1223
1223
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderTextMarginRight", {
|
|
1224
1224
|
get: function () {
|
|
1225
|
-
return this.i.
|
|
1225
|
+
return this.i.vs ? this.i.vs.right : NaN;
|
|
1226
1226
|
},
|
|
1227
1227
|
set: function (v) {
|
|
1228
1228
|
this.ensureDataToolTipHeaderTextMargin();
|
|
1229
|
-
this.i.
|
|
1230
|
-
this._a("dataToolTipHeaderTextMarginRight", this.i.
|
|
1231
|
-
this.i.
|
|
1229
|
+
this.i.vs.right = +v;
|
|
1230
|
+
this._a("dataToolTipHeaderTextMarginRight", this.i.vs.right);
|
|
1231
|
+
this.i.vs = this.i.vs;
|
|
1232
1232
|
},
|
|
1233
1233
|
enumerable: false,
|
|
1234
1234
|
configurable: true
|
|
1235
1235
|
});
|
|
1236
1236
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderTextMarginTop", {
|
|
1237
1237
|
get: function () {
|
|
1238
|
-
return this.i.
|
|
1238
|
+
return this.i.vs ? this.i.vs.top : NaN;
|
|
1239
1239
|
},
|
|
1240
1240
|
set: function (v) {
|
|
1241
1241
|
this.ensureDataToolTipHeaderTextMargin();
|
|
1242
|
-
this.i.
|
|
1243
|
-
this._a("dataToolTipHeaderTextMarginTop", this.i.
|
|
1244
|
-
this.i.
|
|
1242
|
+
this.i.vs.top = +v;
|
|
1243
|
+
this._a("dataToolTipHeaderTextMarginTop", this.i.vs.top);
|
|
1244
|
+
this.i.vs = this.i.vs;
|
|
1245
1245
|
},
|
|
1246
1246
|
enumerable: false,
|
|
1247
1247
|
configurable: true
|
|
1248
1248
|
});
|
|
1249
1249
|
IgcDomainChartComponent.prototype.ensureDataToolTipHeaderTextMargin = function () {
|
|
1250
|
-
if (this.i.
|
|
1250
|
+
if (this.i.vs) {
|
|
1251
1251
|
return;
|
|
1252
1252
|
}
|
|
1253
|
-
this.i.
|
|
1253
|
+
this.i.vs = new Thickness(2);
|
|
1254
1254
|
};
|
|
1255
1255
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderRowMarginBottom", {
|
|
1256
1256
|
get: function () {
|
|
1257
|
-
return this.i.
|
|
1257
|
+
return this.i.vr ? this.i.vr.bottom : NaN;
|
|
1258
1258
|
},
|
|
1259
1259
|
set: function (v) {
|
|
1260
1260
|
this.ensureDataToolTipHeaderRowMargin();
|
|
1261
|
-
this.i.
|
|
1262
|
-
this._a("dataToolTipHeaderRowMarginBottom", this.i.
|
|
1263
|
-
this.i.
|
|
1261
|
+
this.i.vr.bottom = +v;
|
|
1262
|
+
this._a("dataToolTipHeaderRowMarginBottom", this.i.vr.bottom);
|
|
1263
|
+
this.i.vr = this.i.vr;
|
|
1264
1264
|
},
|
|
1265
1265
|
enumerable: false,
|
|
1266
1266
|
configurable: true
|
|
1267
1267
|
});
|
|
1268
1268
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderRowMarginLeft", {
|
|
1269
1269
|
get: function () {
|
|
1270
|
-
return this.i.
|
|
1270
|
+
return this.i.vr ? this.i.vr.left : NaN;
|
|
1271
1271
|
},
|
|
1272
1272
|
set: function (v) {
|
|
1273
1273
|
this.ensureDataToolTipHeaderRowMargin();
|
|
1274
|
-
this.i.
|
|
1275
|
-
this._a("dataToolTipHeaderRowMarginLeft", this.i.
|
|
1276
|
-
this.i.
|
|
1274
|
+
this.i.vr.left = +v;
|
|
1275
|
+
this._a("dataToolTipHeaderRowMarginLeft", this.i.vr.left);
|
|
1276
|
+
this.i.vr = this.i.vr;
|
|
1277
1277
|
},
|
|
1278
1278
|
enumerable: false,
|
|
1279
1279
|
configurable: true
|
|
1280
1280
|
});
|
|
1281
1281
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderRowMarginRight", {
|
|
1282
1282
|
get: function () {
|
|
1283
|
-
return this.i.
|
|
1283
|
+
return this.i.vr ? this.i.vr.right : NaN;
|
|
1284
1284
|
},
|
|
1285
1285
|
set: function (v) {
|
|
1286
1286
|
this.ensureDataToolTipHeaderRowMargin();
|
|
1287
|
-
this.i.
|
|
1288
|
-
this._a("dataToolTipHeaderRowMarginRight", this.i.
|
|
1289
|
-
this.i.
|
|
1287
|
+
this.i.vr.right = +v;
|
|
1288
|
+
this._a("dataToolTipHeaderRowMarginRight", this.i.vr.right);
|
|
1289
|
+
this.i.vr = this.i.vr;
|
|
1290
1290
|
},
|
|
1291
1291
|
enumerable: false,
|
|
1292
1292
|
configurable: true
|
|
1293
1293
|
});
|
|
1294
1294
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderRowMarginTop", {
|
|
1295
1295
|
get: function () {
|
|
1296
|
-
return this.i.
|
|
1296
|
+
return this.i.vr ? this.i.vr.top : NaN;
|
|
1297
1297
|
},
|
|
1298
1298
|
set: function (v) {
|
|
1299
1299
|
this.ensureDataToolTipHeaderRowMargin();
|
|
1300
|
-
this.i.
|
|
1301
|
-
this._a("dataToolTipHeaderRowMarginTop", this.i.
|
|
1302
|
-
this.i.
|
|
1300
|
+
this.i.vr.top = +v;
|
|
1301
|
+
this._a("dataToolTipHeaderRowMarginTop", this.i.vr.top);
|
|
1302
|
+
this.i.vr = this.i.vr;
|
|
1303
1303
|
},
|
|
1304
1304
|
enumerable: false,
|
|
1305
1305
|
configurable: true
|
|
1306
1306
|
});
|
|
1307
1307
|
IgcDomainChartComponent.prototype.ensureDataToolTipHeaderRowMargin = function () {
|
|
1308
|
-
if (this.i.
|
|
1308
|
+
if (this.i.vr) {
|
|
1309
1309
|
return;
|
|
1310
1310
|
}
|
|
1311
|
-
this.i.
|
|
1311
|
+
this.i.vr = new Thickness(2);
|
|
1312
1312
|
};
|
|
1313
1313
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderRowVisible", {
|
|
1314
1314
|
/**
|
|
@@ -1348,11 +1348,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1348
1348
|
* Gets or sets the summary text color.
|
|
1349
1349
|
*/
|
|
1350
1350
|
get: function () {
|
|
1351
|
-
return brushToString(this.i.
|
|
1351
|
+
return brushToString(this.i.ut);
|
|
1352
1352
|
},
|
|
1353
1353
|
set: function (v) {
|
|
1354
|
-
this.i.
|
|
1355
|
-
this._a("dataToolTipSummaryTitleTextColor", brushToString(this.i.
|
|
1354
|
+
this.i.ut = stringToBrush(v);
|
|
1355
|
+
this._a("dataToolTipSummaryTitleTextColor", brushToString(this.i.ut));
|
|
1356
1356
|
},
|
|
1357
1357
|
enumerable: false,
|
|
1358
1358
|
configurable: true
|
|
@@ -1405,130 +1405,130 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1405
1405
|
});
|
|
1406
1406
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryTitleTextMarginBottom", {
|
|
1407
1407
|
get: function () {
|
|
1408
|
-
return this.i.
|
|
1408
|
+
return this.i.vv ? this.i.vv.bottom : NaN;
|
|
1409
1409
|
},
|
|
1410
1410
|
set: function (v) {
|
|
1411
1411
|
this.ensureDataToolTipSummaryTitleTextMargin();
|
|
1412
|
-
this.i.
|
|
1413
|
-
this._a("dataToolTipSummaryTitleTextMarginBottom", this.i.
|
|
1414
|
-
this.i.
|
|
1412
|
+
this.i.vv.bottom = +v;
|
|
1413
|
+
this._a("dataToolTipSummaryTitleTextMarginBottom", this.i.vv.bottom);
|
|
1414
|
+
this.i.vv = this.i.vv;
|
|
1415
1415
|
},
|
|
1416
1416
|
enumerable: false,
|
|
1417
1417
|
configurable: true
|
|
1418
1418
|
});
|
|
1419
1419
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryTitleTextMarginLeft", {
|
|
1420
1420
|
get: function () {
|
|
1421
|
-
return this.i.
|
|
1421
|
+
return this.i.vv ? this.i.vv.left : NaN;
|
|
1422
1422
|
},
|
|
1423
1423
|
set: function (v) {
|
|
1424
1424
|
this.ensureDataToolTipSummaryTitleTextMargin();
|
|
1425
|
-
this.i.
|
|
1426
|
-
this._a("dataToolTipSummaryTitleTextMarginLeft", this.i.
|
|
1427
|
-
this.i.
|
|
1425
|
+
this.i.vv.left = +v;
|
|
1426
|
+
this._a("dataToolTipSummaryTitleTextMarginLeft", this.i.vv.left);
|
|
1427
|
+
this.i.vv = this.i.vv;
|
|
1428
1428
|
},
|
|
1429
1429
|
enumerable: false,
|
|
1430
1430
|
configurable: true
|
|
1431
1431
|
});
|
|
1432
1432
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryTitleTextMarginRight", {
|
|
1433
1433
|
get: function () {
|
|
1434
|
-
return this.i.
|
|
1434
|
+
return this.i.vv ? this.i.vv.right : NaN;
|
|
1435
1435
|
},
|
|
1436
1436
|
set: function (v) {
|
|
1437
1437
|
this.ensureDataToolTipSummaryTitleTextMargin();
|
|
1438
|
-
this.i.
|
|
1439
|
-
this._a("dataToolTipSummaryTitleTextMarginRight", this.i.
|
|
1440
|
-
this.i.
|
|
1438
|
+
this.i.vv.right = +v;
|
|
1439
|
+
this._a("dataToolTipSummaryTitleTextMarginRight", this.i.vv.right);
|
|
1440
|
+
this.i.vv = this.i.vv;
|
|
1441
1441
|
},
|
|
1442
1442
|
enumerable: false,
|
|
1443
1443
|
configurable: true
|
|
1444
1444
|
});
|
|
1445
1445
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryTitleTextMarginTop", {
|
|
1446
1446
|
get: function () {
|
|
1447
|
-
return this.i.
|
|
1447
|
+
return this.i.vv ? this.i.vv.top : NaN;
|
|
1448
1448
|
},
|
|
1449
1449
|
set: function (v) {
|
|
1450
1450
|
this.ensureDataToolTipSummaryTitleTextMargin();
|
|
1451
|
-
this.i.
|
|
1452
|
-
this._a("dataToolTipSummaryTitleTextMarginTop", this.i.
|
|
1453
|
-
this.i.
|
|
1451
|
+
this.i.vv.top = +v;
|
|
1452
|
+
this._a("dataToolTipSummaryTitleTextMarginTop", this.i.vv.top);
|
|
1453
|
+
this.i.vv = this.i.vv;
|
|
1454
1454
|
},
|
|
1455
1455
|
enumerable: false,
|
|
1456
1456
|
configurable: true
|
|
1457
1457
|
});
|
|
1458
1458
|
IgcDomainChartComponent.prototype.ensureDataToolTipSummaryTitleTextMargin = function () {
|
|
1459
|
-
if (this.i.
|
|
1459
|
+
if (this.i.vv) {
|
|
1460
1460
|
return;
|
|
1461
1461
|
}
|
|
1462
|
-
this.i.
|
|
1462
|
+
this.i.vv = new Thickness(2);
|
|
1463
1463
|
};
|
|
1464
1464
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryRowMarginBottom", {
|
|
1465
1465
|
get: function () {
|
|
1466
|
-
return this.i.
|
|
1466
|
+
return this.i.vu ? this.i.vu.bottom : NaN;
|
|
1467
1467
|
},
|
|
1468
1468
|
set: function (v) {
|
|
1469
1469
|
this.ensureDataToolTipSummaryRowMargin();
|
|
1470
|
-
this.i.
|
|
1471
|
-
this._a("dataToolTipSummaryRowMarginBottom", this.i.
|
|
1472
|
-
this.i.
|
|
1470
|
+
this.i.vu.bottom = +v;
|
|
1471
|
+
this._a("dataToolTipSummaryRowMarginBottom", this.i.vu.bottom);
|
|
1472
|
+
this.i.vu = this.i.vu;
|
|
1473
1473
|
},
|
|
1474
1474
|
enumerable: false,
|
|
1475
1475
|
configurable: true
|
|
1476
1476
|
});
|
|
1477
1477
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryRowMarginLeft", {
|
|
1478
1478
|
get: function () {
|
|
1479
|
-
return this.i.
|
|
1479
|
+
return this.i.vu ? this.i.vu.left : NaN;
|
|
1480
1480
|
},
|
|
1481
1481
|
set: function (v) {
|
|
1482
1482
|
this.ensureDataToolTipSummaryRowMargin();
|
|
1483
|
-
this.i.
|
|
1484
|
-
this._a("dataToolTipSummaryRowMarginLeft", this.i.
|
|
1485
|
-
this.i.
|
|
1483
|
+
this.i.vu.left = +v;
|
|
1484
|
+
this._a("dataToolTipSummaryRowMarginLeft", this.i.vu.left);
|
|
1485
|
+
this.i.vu = this.i.vu;
|
|
1486
1486
|
},
|
|
1487
1487
|
enumerable: false,
|
|
1488
1488
|
configurable: true
|
|
1489
1489
|
});
|
|
1490
1490
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryRowMarginRight", {
|
|
1491
1491
|
get: function () {
|
|
1492
|
-
return this.i.
|
|
1492
|
+
return this.i.vu ? this.i.vu.right : NaN;
|
|
1493
1493
|
},
|
|
1494
1494
|
set: function (v) {
|
|
1495
1495
|
this.ensureDataToolTipSummaryRowMargin();
|
|
1496
|
-
this.i.
|
|
1497
|
-
this._a("dataToolTipSummaryRowMarginRight", this.i.
|
|
1498
|
-
this.i.
|
|
1496
|
+
this.i.vu.right = +v;
|
|
1497
|
+
this._a("dataToolTipSummaryRowMarginRight", this.i.vu.right);
|
|
1498
|
+
this.i.vu = this.i.vu;
|
|
1499
1499
|
},
|
|
1500
1500
|
enumerable: false,
|
|
1501
1501
|
configurable: true
|
|
1502
1502
|
});
|
|
1503
1503
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryRowMarginTop", {
|
|
1504
1504
|
get: function () {
|
|
1505
|
-
return this.i.
|
|
1505
|
+
return this.i.vu ? this.i.vu.top : NaN;
|
|
1506
1506
|
},
|
|
1507
1507
|
set: function (v) {
|
|
1508
1508
|
this.ensureDataToolTipSummaryRowMargin();
|
|
1509
|
-
this.i.
|
|
1510
|
-
this._a("dataToolTipSummaryRowMarginTop", this.i.
|
|
1511
|
-
this.i.
|
|
1509
|
+
this.i.vu.top = +v;
|
|
1510
|
+
this._a("dataToolTipSummaryRowMarginTop", this.i.vu.top);
|
|
1511
|
+
this.i.vu = this.i.vu;
|
|
1512
1512
|
},
|
|
1513
1513
|
enumerable: false,
|
|
1514
1514
|
configurable: true
|
|
1515
1515
|
});
|
|
1516
1516
|
IgcDomainChartComponent.prototype.ensureDataToolTipSummaryRowMargin = function () {
|
|
1517
|
-
if (this.i.
|
|
1517
|
+
if (this.i.vu) {
|
|
1518
1518
|
return;
|
|
1519
1519
|
}
|
|
1520
|
-
this.i.
|
|
1520
|
+
this.i.vu = new Thickness(2);
|
|
1521
1521
|
};
|
|
1522
1522
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryValueTextColor", {
|
|
1523
1523
|
/**
|
|
1524
1524
|
* Gets or sets the units text color.
|
|
1525
1525
|
*/
|
|
1526
1526
|
get: function () {
|
|
1527
|
-
return brushToString(this.i.
|
|
1527
|
+
return brushToString(this.i.uv);
|
|
1528
1528
|
},
|
|
1529
1529
|
set: function (v) {
|
|
1530
|
-
this.i.
|
|
1531
|
-
this._a("dataToolTipSummaryValueTextColor", brushToString(this.i.
|
|
1530
|
+
this.i.uv = stringToBrush(v);
|
|
1531
|
+
this._a("dataToolTipSummaryValueTextColor", brushToString(this.i.uv));
|
|
1532
1532
|
},
|
|
1533
1533
|
enumerable: false,
|
|
1534
1534
|
configurable: true
|
|
@@ -1570,11 +1570,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1570
1570
|
* Gets or sets the units text color.
|
|
1571
1571
|
*/
|
|
1572
1572
|
get: function () {
|
|
1573
|
-
return brushToString(this.i.
|
|
1573
|
+
return brushToString(this.i.us);
|
|
1574
1574
|
},
|
|
1575
1575
|
set: function (v) {
|
|
1576
|
-
this.i.
|
|
1577
|
-
this._a("dataToolTipSummaryLabelTextColor", brushToString(this.i.
|
|
1576
|
+
this.i.us = stringToBrush(v);
|
|
1577
|
+
this._a("dataToolTipSummaryLabelTextColor", brushToString(this.i.us));
|
|
1578
1578
|
},
|
|
1579
1579
|
enumerable: false,
|
|
1580
1580
|
configurable: true
|
|
@@ -1616,11 +1616,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1616
1616
|
* Gets or sets the units text color.
|
|
1617
1617
|
*/
|
|
1618
1618
|
get: function () {
|
|
1619
|
-
return brushToString(this.i.
|
|
1619
|
+
return brushToString(this.i.uu);
|
|
1620
1620
|
},
|
|
1621
1621
|
set: function (v) {
|
|
1622
|
-
this.i.
|
|
1623
|
-
this._a("dataToolTipSummaryUnitsTextColor", brushToString(this.i.
|
|
1622
|
+
this.i.uu = stringToBrush(v);
|
|
1623
|
+
this._a("dataToolTipSummaryUnitsTextColor", brushToString(this.i.uu));
|
|
1624
1624
|
},
|
|
1625
1625
|
enumerable: false,
|
|
1626
1626
|
configurable: true
|
|
@@ -1646,61 +1646,61 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1646
1646
|
});
|
|
1647
1647
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipBadgeMarginBottom", {
|
|
1648
1648
|
get: function () {
|
|
1649
|
-
return this.i.
|
|
1649
|
+
return this.i.vq ? this.i.vq.bottom : NaN;
|
|
1650
1650
|
},
|
|
1651
1651
|
set: function (v) {
|
|
1652
1652
|
this.ensureDataToolTipBadgeMargin();
|
|
1653
|
-
this.i.
|
|
1654
|
-
this._a("dataToolTipBadgeMarginBottom", this.i.
|
|
1655
|
-
this.i.
|
|
1653
|
+
this.i.vq.bottom = +v;
|
|
1654
|
+
this._a("dataToolTipBadgeMarginBottom", this.i.vq.bottom);
|
|
1655
|
+
this.i.vq = this.i.vq;
|
|
1656
1656
|
},
|
|
1657
1657
|
enumerable: false,
|
|
1658
1658
|
configurable: true
|
|
1659
1659
|
});
|
|
1660
1660
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipBadgeMarginLeft", {
|
|
1661
1661
|
get: function () {
|
|
1662
|
-
return this.i.
|
|
1662
|
+
return this.i.vq ? this.i.vq.left : NaN;
|
|
1663
1663
|
},
|
|
1664
1664
|
set: function (v) {
|
|
1665
1665
|
this.ensureDataToolTipBadgeMargin();
|
|
1666
|
-
this.i.
|
|
1667
|
-
this._a("dataToolTipBadgeMarginLeft", this.i.
|
|
1668
|
-
this.i.
|
|
1666
|
+
this.i.vq.left = +v;
|
|
1667
|
+
this._a("dataToolTipBadgeMarginLeft", this.i.vq.left);
|
|
1668
|
+
this.i.vq = this.i.vq;
|
|
1669
1669
|
},
|
|
1670
1670
|
enumerable: false,
|
|
1671
1671
|
configurable: true
|
|
1672
1672
|
});
|
|
1673
1673
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipBadgeMarginRight", {
|
|
1674
1674
|
get: function () {
|
|
1675
|
-
return this.i.
|
|
1675
|
+
return this.i.vq ? this.i.vq.right : NaN;
|
|
1676
1676
|
},
|
|
1677
1677
|
set: function (v) {
|
|
1678
1678
|
this.ensureDataToolTipBadgeMargin();
|
|
1679
|
-
this.i.
|
|
1680
|
-
this._a("dataToolTipBadgeMarginRight", this.i.
|
|
1681
|
-
this.i.
|
|
1679
|
+
this.i.vq.right = +v;
|
|
1680
|
+
this._a("dataToolTipBadgeMarginRight", this.i.vq.right);
|
|
1681
|
+
this.i.vq = this.i.vq;
|
|
1682
1682
|
},
|
|
1683
1683
|
enumerable: false,
|
|
1684
1684
|
configurable: true
|
|
1685
1685
|
});
|
|
1686
1686
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipBadgeMarginTop", {
|
|
1687
1687
|
get: function () {
|
|
1688
|
-
return this.i.
|
|
1688
|
+
return this.i.vq ? this.i.vq.top : NaN;
|
|
1689
1689
|
},
|
|
1690
1690
|
set: function (v) {
|
|
1691
1691
|
this.ensureDataToolTipBadgeMargin();
|
|
1692
|
-
this.i.
|
|
1693
|
-
this._a("dataToolTipBadgeMarginTop", this.i.
|
|
1694
|
-
this.i.
|
|
1692
|
+
this.i.vq.top = +v;
|
|
1693
|
+
this._a("dataToolTipBadgeMarginTop", this.i.vq.top);
|
|
1694
|
+
this.i.vq = this.i.vq;
|
|
1695
1695
|
},
|
|
1696
1696
|
enumerable: false,
|
|
1697
1697
|
configurable: true
|
|
1698
1698
|
});
|
|
1699
1699
|
IgcDomainChartComponent.prototype.ensureDataToolTipBadgeMargin = function () {
|
|
1700
|
-
if (this.i.
|
|
1700
|
+
if (this.i.vq) {
|
|
1701
1701
|
return;
|
|
1702
1702
|
}
|
|
1703
|
-
this.i.
|
|
1703
|
+
this.i.vq = new Thickness(2);
|
|
1704
1704
|
};
|
|
1705
1705
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipBadgeShape", {
|
|
1706
1706
|
/**
|
|
@@ -1748,72 +1748,72 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1748
1748
|
* Gets or sets the units text color.
|
|
1749
1749
|
*/
|
|
1750
1750
|
get: function () {
|
|
1751
|
-
return brushToString(this.i.
|
|
1751
|
+
return brushToString(this.i.ux);
|
|
1752
1752
|
},
|
|
1753
1753
|
set: function (v) {
|
|
1754
|
-
this.i.
|
|
1755
|
-
this._a("dataToolTipUnitsTextColor", brushToString(this.i.
|
|
1754
|
+
this.i.ux = stringToBrush(v);
|
|
1755
|
+
this._a("dataToolTipUnitsTextColor", brushToString(this.i.ux));
|
|
1756
1756
|
},
|
|
1757
1757
|
enumerable: false,
|
|
1758
1758
|
configurable: true
|
|
1759
1759
|
});
|
|
1760
1760
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipUnitsTextMarginBottom", {
|
|
1761
1761
|
get: function () {
|
|
1762
|
-
return this.i.
|
|
1762
|
+
return this.i.vx ? this.i.vx.bottom : NaN;
|
|
1763
1763
|
},
|
|
1764
1764
|
set: function (v) {
|
|
1765
1765
|
this.ensureDataToolTipUnitsTextMargin();
|
|
1766
|
-
this.i.
|
|
1767
|
-
this._a("dataToolTipUnitsTextMarginBottom", this.i.
|
|
1768
|
-
this.i.
|
|
1766
|
+
this.i.vx.bottom = +v;
|
|
1767
|
+
this._a("dataToolTipUnitsTextMarginBottom", this.i.vx.bottom);
|
|
1768
|
+
this.i.vx = this.i.vx;
|
|
1769
1769
|
},
|
|
1770
1770
|
enumerable: false,
|
|
1771
1771
|
configurable: true
|
|
1772
1772
|
});
|
|
1773
1773
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipUnitsTextMarginLeft", {
|
|
1774
1774
|
get: function () {
|
|
1775
|
-
return this.i.
|
|
1775
|
+
return this.i.vx ? this.i.vx.left : NaN;
|
|
1776
1776
|
},
|
|
1777
1777
|
set: function (v) {
|
|
1778
1778
|
this.ensureDataToolTipUnitsTextMargin();
|
|
1779
|
-
this.i.
|
|
1780
|
-
this._a("dataToolTipUnitsTextMarginLeft", this.i.
|
|
1781
|
-
this.i.
|
|
1779
|
+
this.i.vx.left = +v;
|
|
1780
|
+
this._a("dataToolTipUnitsTextMarginLeft", this.i.vx.left);
|
|
1781
|
+
this.i.vx = this.i.vx;
|
|
1782
1782
|
},
|
|
1783
1783
|
enumerable: false,
|
|
1784
1784
|
configurable: true
|
|
1785
1785
|
});
|
|
1786
1786
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipUnitsTextMarginRight", {
|
|
1787
1787
|
get: function () {
|
|
1788
|
-
return this.i.
|
|
1788
|
+
return this.i.vx ? this.i.vx.right : NaN;
|
|
1789
1789
|
},
|
|
1790
1790
|
set: function (v) {
|
|
1791
1791
|
this.ensureDataToolTipUnitsTextMargin();
|
|
1792
|
-
this.i.
|
|
1793
|
-
this._a("dataToolTipUnitsTextMarginRight", this.i.
|
|
1794
|
-
this.i.
|
|
1792
|
+
this.i.vx.right = +v;
|
|
1793
|
+
this._a("dataToolTipUnitsTextMarginRight", this.i.vx.right);
|
|
1794
|
+
this.i.vx = this.i.vx;
|
|
1795
1795
|
},
|
|
1796
1796
|
enumerable: false,
|
|
1797
1797
|
configurable: true
|
|
1798
1798
|
});
|
|
1799
1799
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipUnitsTextMarginTop", {
|
|
1800
1800
|
get: function () {
|
|
1801
|
-
return this.i.
|
|
1801
|
+
return this.i.vx ? this.i.vx.top : NaN;
|
|
1802
1802
|
},
|
|
1803
1803
|
set: function (v) {
|
|
1804
1804
|
this.ensureDataToolTipUnitsTextMargin();
|
|
1805
|
-
this.i.
|
|
1806
|
-
this._a("dataToolTipUnitsTextMarginTop", this.i.
|
|
1807
|
-
this.i.
|
|
1805
|
+
this.i.vx.top = +v;
|
|
1806
|
+
this._a("dataToolTipUnitsTextMarginTop", this.i.vx.top);
|
|
1807
|
+
this.i.vx = this.i.vx;
|
|
1808
1808
|
},
|
|
1809
1809
|
enumerable: false,
|
|
1810
1810
|
configurable: true
|
|
1811
1811
|
});
|
|
1812
1812
|
IgcDomainChartComponent.prototype.ensureDataToolTipUnitsTextMargin = function () {
|
|
1813
|
-
if (this.i.
|
|
1813
|
+
if (this.i.vx) {
|
|
1814
1814
|
return;
|
|
1815
1815
|
}
|
|
1816
|
-
this.i.
|
|
1816
|
+
this.i.vx = new Thickness(2);
|
|
1817
1817
|
};
|
|
1818
1818
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipUnitsTextStyle", {
|
|
1819
1819
|
/**
|
|
@@ -1836,72 +1836,72 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1836
1836
|
});
|
|
1837
1837
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipTitleTextMarginBottom", {
|
|
1838
1838
|
get: function () {
|
|
1839
|
-
return this.i.
|
|
1839
|
+
return this.i.vw ? this.i.vw.bottom : NaN;
|
|
1840
1840
|
},
|
|
1841
1841
|
set: function (v) {
|
|
1842
1842
|
this.ensureDataToolTipTitleTextMargin();
|
|
1843
|
-
this.i.
|
|
1844
|
-
this._a("dataToolTipTitleTextMarginBottom", this.i.
|
|
1845
|
-
this.i.
|
|
1843
|
+
this.i.vw.bottom = +v;
|
|
1844
|
+
this._a("dataToolTipTitleTextMarginBottom", this.i.vw.bottom);
|
|
1845
|
+
this.i.vw = this.i.vw;
|
|
1846
1846
|
},
|
|
1847
1847
|
enumerable: false,
|
|
1848
1848
|
configurable: true
|
|
1849
1849
|
});
|
|
1850
1850
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipTitleTextMarginLeft", {
|
|
1851
1851
|
get: function () {
|
|
1852
|
-
return this.i.
|
|
1852
|
+
return this.i.vw ? this.i.vw.left : NaN;
|
|
1853
1853
|
},
|
|
1854
1854
|
set: function (v) {
|
|
1855
1855
|
this.ensureDataToolTipTitleTextMargin();
|
|
1856
|
-
this.i.
|
|
1857
|
-
this._a("dataToolTipTitleTextMarginLeft", this.i.
|
|
1858
|
-
this.i.
|
|
1856
|
+
this.i.vw.left = +v;
|
|
1857
|
+
this._a("dataToolTipTitleTextMarginLeft", this.i.vw.left);
|
|
1858
|
+
this.i.vw = this.i.vw;
|
|
1859
1859
|
},
|
|
1860
1860
|
enumerable: false,
|
|
1861
1861
|
configurable: true
|
|
1862
1862
|
});
|
|
1863
1863
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipTitleTextMarginRight", {
|
|
1864
1864
|
get: function () {
|
|
1865
|
-
return this.i.
|
|
1865
|
+
return this.i.vw ? this.i.vw.right : NaN;
|
|
1866
1866
|
},
|
|
1867
1867
|
set: function (v) {
|
|
1868
1868
|
this.ensureDataToolTipTitleTextMargin();
|
|
1869
|
-
this.i.
|
|
1870
|
-
this._a("dataToolTipTitleTextMarginRight", this.i.
|
|
1871
|
-
this.i.
|
|
1869
|
+
this.i.vw.right = +v;
|
|
1870
|
+
this._a("dataToolTipTitleTextMarginRight", this.i.vw.right);
|
|
1871
|
+
this.i.vw = this.i.vw;
|
|
1872
1872
|
},
|
|
1873
1873
|
enumerable: false,
|
|
1874
1874
|
configurable: true
|
|
1875
1875
|
});
|
|
1876
1876
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipTitleTextMarginTop", {
|
|
1877
1877
|
get: function () {
|
|
1878
|
-
return this.i.
|
|
1878
|
+
return this.i.vw ? this.i.vw.top : NaN;
|
|
1879
1879
|
},
|
|
1880
1880
|
set: function (v) {
|
|
1881
1881
|
this.ensureDataToolTipTitleTextMargin();
|
|
1882
|
-
this.i.
|
|
1883
|
-
this._a("dataToolTipTitleTextMarginTop", this.i.
|
|
1884
|
-
this.i.
|
|
1882
|
+
this.i.vw.top = +v;
|
|
1883
|
+
this._a("dataToolTipTitleTextMarginTop", this.i.vw.top);
|
|
1884
|
+
this.i.vw = this.i.vw;
|
|
1885
1885
|
},
|
|
1886
1886
|
enumerable: false,
|
|
1887
1887
|
configurable: true
|
|
1888
1888
|
});
|
|
1889
1889
|
IgcDomainChartComponent.prototype.ensureDataToolTipTitleTextMargin = function () {
|
|
1890
|
-
if (this.i.
|
|
1890
|
+
if (this.i.vw) {
|
|
1891
1891
|
return;
|
|
1892
1892
|
}
|
|
1893
|
-
this.i.
|
|
1893
|
+
this.i.vw = new Thickness(2);
|
|
1894
1894
|
};
|
|
1895
1895
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipTitleTextColor", {
|
|
1896
1896
|
/**
|
|
1897
1897
|
* Gets or sets the display text color.
|
|
1898
1898
|
*/
|
|
1899
1899
|
get: function () {
|
|
1900
|
-
return brushToString(this.i.
|
|
1900
|
+
return brushToString(this.i.uw);
|
|
1901
1901
|
},
|
|
1902
1902
|
set: function (v) {
|
|
1903
|
-
this.i.
|
|
1904
|
-
this._a("dataToolTipTitleTextColor", brushToString(this.i.
|
|
1903
|
+
this.i.uw = stringToBrush(v);
|
|
1904
|
+
this._a("dataToolTipTitleTextColor", brushToString(this.i.uw));
|
|
1905
1905
|
},
|
|
1906
1906
|
enumerable: false,
|
|
1907
1907
|
configurable: true
|
|
@@ -1944,72 +1944,72 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1944
1944
|
* Gets or sets the units text color.
|
|
1945
1945
|
*/
|
|
1946
1946
|
get: function () {
|
|
1947
|
-
return brushToString(this.i.
|
|
1947
|
+
return brushToString(this.i.ur);
|
|
1948
1948
|
},
|
|
1949
1949
|
set: function (v) {
|
|
1950
|
-
this.i.
|
|
1951
|
-
this._a("dataToolTipLabelTextColor", brushToString(this.i.
|
|
1950
|
+
this.i.ur = stringToBrush(v);
|
|
1951
|
+
this._a("dataToolTipLabelTextColor", brushToString(this.i.ur));
|
|
1952
1952
|
},
|
|
1953
1953
|
enumerable: false,
|
|
1954
1954
|
configurable: true
|
|
1955
1955
|
});
|
|
1956
1956
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipLabelTextMarginBottom", {
|
|
1957
1957
|
get: function () {
|
|
1958
|
-
return this.i.
|
|
1958
|
+
return this.i.vt ? this.i.vt.bottom : NaN;
|
|
1959
1959
|
},
|
|
1960
1960
|
set: function (v) {
|
|
1961
1961
|
this.ensureDataToolTipLabelTextMargin();
|
|
1962
|
-
this.i.
|
|
1963
|
-
this._a("dataToolTipLabelTextMarginBottom", this.i.
|
|
1964
|
-
this.i.
|
|
1962
|
+
this.i.vt.bottom = +v;
|
|
1963
|
+
this._a("dataToolTipLabelTextMarginBottom", this.i.vt.bottom);
|
|
1964
|
+
this.i.vt = this.i.vt;
|
|
1965
1965
|
},
|
|
1966
1966
|
enumerable: false,
|
|
1967
1967
|
configurable: true
|
|
1968
1968
|
});
|
|
1969
1969
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipLabelTextMarginLeft", {
|
|
1970
1970
|
get: function () {
|
|
1971
|
-
return this.i.
|
|
1971
|
+
return this.i.vt ? this.i.vt.left : NaN;
|
|
1972
1972
|
},
|
|
1973
1973
|
set: function (v) {
|
|
1974
1974
|
this.ensureDataToolTipLabelTextMargin();
|
|
1975
|
-
this.i.
|
|
1976
|
-
this._a("dataToolTipLabelTextMarginLeft", this.i.
|
|
1977
|
-
this.i.
|
|
1975
|
+
this.i.vt.left = +v;
|
|
1976
|
+
this._a("dataToolTipLabelTextMarginLeft", this.i.vt.left);
|
|
1977
|
+
this.i.vt = this.i.vt;
|
|
1978
1978
|
},
|
|
1979
1979
|
enumerable: false,
|
|
1980
1980
|
configurable: true
|
|
1981
1981
|
});
|
|
1982
1982
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipLabelTextMarginRight", {
|
|
1983
1983
|
get: function () {
|
|
1984
|
-
return this.i.
|
|
1984
|
+
return this.i.vt ? this.i.vt.right : NaN;
|
|
1985
1985
|
},
|
|
1986
1986
|
set: function (v) {
|
|
1987
1987
|
this.ensureDataToolTipLabelTextMargin();
|
|
1988
|
-
this.i.
|
|
1989
|
-
this._a("dataToolTipLabelTextMarginRight", this.i.
|
|
1990
|
-
this.i.
|
|
1988
|
+
this.i.vt.right = +v;
|
|
1989
|
+
this._a("dataToolTipLabelTextMarginRight", this.i.vt.right);
|
|
1990
|
+
this.i.vt = this.i.vt;
|
|
1991
1991
|
},
|
|
1992
1992
|
enumerable: false,
|
|
1993
1993
|
configurable: true
|
|
1994
1994
|
});
|
|
1995
1995
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipLabelTextMarginTop", {
|
|
1996
1996
|
get: function () {
|
|
1997
|
-
return this.i.
|
|
1997
|
+
return this.i.vt ? this.i.vt.top : NaN;
|
|
1998
1998
|
},
|
|
1999
1999
|
set: function (v) {
|
|
2000
2000
|
this.ensureDataToolTipLabelTextMargin();
|
|
2001
|
-
this.i.
|
|
2002
|
-
this._a("dataToolTipLabelTextMarginTop", this.i.
|
|
2003
|
-
this.i.
|
|
2001
|
+
this.i.vt.top = +v;
|
|
2002
|
+
this._a("dataToolTipLabelTextMarginTop", this.i.vt.top);
|
|
2003
|
+
this.i.vt = this.i.vt;
|
|
2004
2004
|
},
|
|
2005
2005
|
enumerable: false,
|
|
2006
2006
|
configurable: true
|
|
2007
2007
|
});
|
|
2008
2008
|
IgcDomainChartComponent.prototype.ensureDataToolTipLabelTextMargin = function () {
|
|
2009
|
-
if (this.i.
|
|
2009
|
+
if (this.i.vt) {
|
|
2010
2010
|
return;
|
|
2011
2011
|
}
|
|
2012
|
-
this.i.
|
|
2012
|
+
this.i.vt = new Thickness(2);
|
|
2013
2013
|
};
|
|
2014
2014
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipLabelTextStyle", {
|
|
2015
2015
|
/**
|
|
@@ -2530,11 +2530,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2530
2530
|
* ```
|
|
2531
2531
|
*/
|
|
2532
2532
|
get: function () {
|
|
2533
|
-
return fromRect(this.i.
|
|
2533
|
+
return fromRect(this.i.vf);
|
|
2534
2534
|
},
|
|
2535
2535
|
set: function (v) {
|
|
2536
|
-
this.i.
|
|
2537
|
-
this._a("windowRect", rectToString(this.i.
|
|
2536
|
+
this.i.vf = toRect(v);
|
|
2537
|
+
this._a("windowRect", rectToString(this.i.vf));
|
|
2538
2538
|
},
|
|
2539
2539
|
enumerable: false,
|
|
2540
2540
|
configurable: true
|
|
@@ -2550,7 +2550,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2550
2550
|
* ```
|
|
2551
2551
|
*/
|
|
2552
2552
|
get: function () {
|
|
2553
|
-
return fromRect(this.i.
|
|
2553
|
+
return fromRect(this.i.ve);
|
|
2554
2554
|
},
|
|
2555
2555
|
enumerable: false,
|
|
2556
2556
|
configurable: true
|
|
@@ -2604,11 +2604,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2604
2604
|
* ```
|
|
2605
2605
|
*/
|
|
2606
2606
|
get: function () {
|
|
2607
|
-
return this.i.
|
|
2607
|
+
return this.i.tw;
|
|
2608
2608
|
},
|
|
2609
2609
|
set: function (v) {
|
|
2610
|
-
this.i.
|
|
2611
|
-
this._a("titleAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
2610
|
+
this.i.tw = ensureEnum(HorizontalAlignment_$type, v);
|
|
2611
|
+
this._a("titleAlignment", enumToString(HorizontalAlignment_$type, this.i.tw));
|
|
2612
2612
|
},
|
|
2613
2613
|
enumerable: false,
|
|
2614
2614
|
configurable: true
|
|
@@ -2624,11 +2624,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2624
2624
|
* ```
|
|
2625
2625
|
*/
|
|
2626
2626
|
get: function () {
|
|
2627
|
-
return this.i.
|
|
2627
|
+
return this.i.tv;
|
|
2628
2628
|
},
|
|
2629
2629
|
set: function (v) {
|
|
2630
|
-
this.i.
|
|
2631
|
-
this._a("subtitleAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
2630
|
+
this.i.tv = ensureEnum(HorizontalAlignment_$type, v);
|
|
2631
|
+
this._a("subtitleAlignment", enumToString(HorizontalAlignment_$type, this.i.tv));
|
|
2632
2632
|
},
|
|
2633
2633
|
enumerable: false,
|
|
2634
2634
|
configurable: true
|
|
@@ -3215,11 +3215,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3215
3215
|
* Gets or sets the color to apply to vertical crosshairs line.
|
|
3216
3216
|
*/
|
|
3217
3217
|
get: function () {
|
|
3218
|
-
return brushToString(this.i.
|
|
3218
|
+
return brushToString(this.i.up);
|
|
3219
3219
|
},
|
|
3220
3220
|
set: function (v) {
|
|
3221
|
-
this.i.
|
|
3222
|
-
this._a("crosshairsLineVerticalStroke", brushToString(this.i.
|
|
3221
|
+
this.i.up = stringToBrush(v);
|
|
3222
|
+
this._a("crosshairsLineVerticalStroke", brushToString(this.i.up));
|
|
3223
3223
|
},
|
|
3224
3224
|
enumerable: false,
|
|
3225
3225
|
configurable: true
|
|
@@ -3243,11 +3243,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3243
3243
|
* Gets or sets the color to apply to horizontal crosshairs line.
|
|
3244
3244
|
*/
|
|
3245
3245
|
get: function () {
|
|
3246
|
-
return brushToString(this.i.
|
|
3246
|
+
return brushToString(this.i.uo);
|
|
3247
3247
|
},
|
|
3248
3248
|
set: function (v) {
|
|
3249
|
-
this.i.
|
|
3250
|
-
this._a("crosshairsLineHorizontalStroke", brushToString(this.i.
|
|
3249
|
+
this.i.uo = stringToBrush(v);
|
|
3250
|
+
this._a("crosshairsLineHorizontalStroke", brushToString(this.i.uo));
|
|
3251
3251
|
},
|
|
3252
3252
|
enumerable: false,
|
|
3253
3253
|
configurable: true
|
|
@@ -3271,11 +3271,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3271
3271
|
* Gets or sets the background of crosshair annotation on x-axis.
|
|
3272
3272
|
*/
|
|
3273
3273
|
get: function () {
|
|
3274
|
-
return brushToString(this.i.
|
|
3274
|
+
return brushToString(this.i.uk);
|
|
3275
3275
|
},
|
|
3276
3276
|
set: function (v) {
|
|
3277
|
-
this.i.
|
|
3278
|
-
this._a("crosshairsAnnotationXAxisBackground", brushToString(this.i.
|
|
3277
|
+
this.i.uk = stringToBrush(v);
|
|
3278
|
+
this._a("crosshairsAnnotationXAxisBackground", brushToString(this.i.uk));
|
|
3279
3279
|
},
|
|
3280
3280
|
enumerable: false,
|
|
3281
3281
|
configurable: true
|
|
@@ -3285,11 +3285,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3285
3285
|
* Gets or sets the background of crosshair annotation on y-axis.
|
|
3286
3286
|
*/
|
|
3287
3287
|
get: function () {
|
|
3288
|
-
return brushToString(this.i.
|
|
3288
|
+
return brushToString(this.i.um);
|
|
3289
3289
|
},
|
|
3290
3290
|
set: function (v) {
|
|
3291
|
-
this.i.
|
|
3292
|
-
this._a("crosshairsAnnotationYAxisBackground", brushToString(this.i.
|
|
3291
|
+
this.i.um = stringToBrush(v);
|
|
3292
|
+
this._a("crosshairsAnnotationYAxisBackground", brushToString(this.i.um));
|
|
3293
3293
|
},
|
|
3294
3294
|
enumerable: false,
|
|
3295
3295
|
configurable: true
|
|
@@ -3299,11 +3299,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3299
3299
|
* Gets or sets the text color of crosshair annotation on x-axis.
|
|
3300
3300
|
*/
|
|
3301
3301
|
get: function () {
|
|
3302
|
-
return brushToString(this.i.
|
|
3302
|
+
return brushToString(this.i.ul);
|
|
3303
3303
|
},
|
|
3304
3304
|
set: function (v) {
|
|
3305
|
-
this.i.
|
|
3306
|
-
this._a("crosshairsAnnotationXAxisTextColor", brushToString(this.i.
|
|
3305
|
+
this.i.ul = stringToBrush(v);
|
|
3306
|
+
this._a("crosshairsAnnotationXAxisTextColor", brushToString(this.i.ul));
|
|
3307
3307
|
},
|
|
3308
3308
|
enumerable: false,
|
|
3309
3309
|
configurable: true
|
|
@@ -3313,11 +3313,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3313
3313
|
* Gets or sets the text color of crosshair annotation on y-axis.
|
|
3314
3314
|
*/
|
|
3315
3315
|
get: function () {
|
|
3316
|
-
return brushToString(this.i.
|
|
3316
|
+
return brushToString(this.i.un);
|
|
3317
3317
|
},
|
|
3318
3318
|
set: function (v) {
|
|
3319
|
-
this.i.
|
|
3320
|
-
this._a("crosshairsAnnotationYAxisTextColor", brushToString(this.i.
|
|
3319
|
+
this.i.un = stringToBrush(v);
|
|
3320
|
+
this._a("crosshairsAnnotationYAxisTextColor", brushToString(this.i.un));
|
|
3321
3321
|
},
|
|
3322
3322
|
enumerable: false,
|
|
3323
3323
|
configurable: true
|
|
@@ -3397,11 +3397,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3397
3397
|
* Gets or sets the background of final value annotation.
|
|
3398
3398
|
*/
|
|
3399
3399
|
get: function () {
|
|
3400
|
-
return brushToString(this.i.
|
|
3400
|
+
return brushToString(this.i.uz);
|
|
3401
3401
|
},
|
|
3402
3402
|
set: function (v) {
|
|
3403
|
-
this.i.
|
|
3404
|
-
this._a("finalValueAnnotationsBackground", brushToString(this.i.
|
|
3403
|
+
this.i.uz = stringToBrush(v);
|
|
3404
|
+
this._a("finalValueAnnotationsBackground", brushToString(this.i.uz));
|
|
3405
3405
|
},
|
|
3406
3406
|
enumerable: false,
|
|
3407
3407
|
configurable: true
|
|
@@ -3411,11 +3411,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3411
3411
|
* Gets or sets the text color of final value annotation.
|
|
3412
3412
|
*/
|
|
3413
3413
|
get: function () {
|
|
3414
|
-
return brushToString(this.i.
|
|
3414
|
+
return brushToString(this.i.u0);
|
|
3415
3415
|
},
|
|
3416
3416
|
set: function (v) {
|
|
3417
|
-
this.i.
|
|
3418
|
-
this._a("finalValueAnnotationsTextColor", brushToString(this.i.
|
|
3417
|
+
this.i.u0 = stringToBrush(v);
|
|
3418
|
+
this._a("finalValueAnnotationsTextColor", brushToString(this.i.u0));
|
|
3419
3419
|
},
|
|
3420
3420
|
enumerable: false,
|
|
3421
3421
|
configurable: true
|
|
@@ -3690,11 +3690,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3690
3690
|
* Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.
|
|
3691
3691
|
*/
|
|
3692
3692
|
get: function () {
|
|
3693
|
-
return brushToString(this.i.
|
|
3693
|
+
return brushToString(this.i.u5);
|
|
3694
3694
|
},
|
|
3695
3695
|
set: function (v) {
|
|
3696
|
-
this.i.
|
|
3697
|
-
this._a("horizontalViewScrollbarFill", brushToString(this.i.
|
|
3696
|
+
this.i.u5 = stringToBrush(v);
|
|
3697
|
+
this._a("horizontalViewScrollbarFill", brushToString(this.i.u5));
|
|
3698
3698
|
},
|
|
3699
3699
|
enumerable: false,
|
|
3700
3700
|
configurable: true
|
|
@@ -3704,11 +3704,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3704
3704
|
* Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.
|
|
3705
3705
|
*/
|
|
3706
3706
|
get: function () {
|
|
3707
|
-
return brushToString(this.i.
|
|
3707
|
+
return brushToString(this.i.u6);
|
|
3708
3708
|
},
|
|
3709
3709
|
set: function (v) {
|
|
3710
|
-
this.i.
|
|
3711
|
-
this._a("horizontalViewScrollbarOutline", brushToString(this.i.
|
|
3710
|
+
this.i.u6 = stringToBrush(v);
|
|
3711
|
+
this._a("horizontalViewScrollbarOutline", brushToString(this.i.u6));
|
|
3712
3712
|
},
|
|
3713
3713
|
enumerable: false,
|
|
3714
3714
|
configurable: true
|
|
@@ -3830,11 +3830,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3830
3830
|
* Gets or sets the fill to use for the vertical scrollbar in the component, when enabled.
|
|
3831
3831
|
*/
|
|
3832
3832
|
get: function () {
|
|
3833
|
-
return brushToString(this.i.
|
|
3833
|
+
return brushToString(this.i.va);
|
|
3834
3834
|
},
|
|
3835
3835
|
set: function (v) {
|
|
3836
|
-
this.i.
|
|
3837
|
-
this._a("verticalViewScrollbarFill", brushToString(this.i.
|
|
3836
|
+
this.i.va = stringToBrush(v);
|
|
3837
|
+
this._a("verticalViewScrollbarFill", brushToString(this.i.va));
|
|
3838
3838
|
},
|
|
3839
3839
|
enumerable: false,
|
|
3840
3840
|
configurable: true
|
|
@@ -3844,11 +3844,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3844
3844
|
* Gets or sets the outline to use for the vertical scrollbar in the component, when enabled.
|
|
3845
3845
|
*/
|
|
3846
3846
|
get: function () {
|
|
3847
|
-
return brushToString(this.i.
|
|
3847
|
+
return brushToString(this.i.vb);
|
|
3848
3848
|
},
|
|
3849
3849
|
set: function (v) {
|
|
3850
|
-
this.i.
|
|
3851
|
-
this._a("verticalViewScrollbarOutline", brushToString(this.i.
|
|
3850
|
+
this.i.vb = stringToBrush(v);
|
|
3851
|
+
this._a("verticalViewScrollbarOutline", brushToString(this.i.vb));
|
|
3852
3852
|
},
|
|
3853
3853
|
enumerable: false,
|
|
3854
3854
|
configurable: true
|
|
@@ -4183,7 +4183,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4183
4183
|
this.i.notifyResized();
|
|
4184
4184
|
};
|
|
4185
4185
|
IgcDomainChartComponent.prototype.notifyVisualPropertiesChanged = function () {
|
|
4186
|
-
this.i.
|
|
4186
|
+
this.i.sm();
|
|
4187
4187
|
};
|
|
4188
4188
|
/**
|
|
4189
4189
|
* Forces any pending refresh to the chart to be finished.
|
|
@@ -4216,36 +4216,33 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4216
4216
|
|
|
4217
4217
|
*/
|
|
4218
4218
|
IgcDomainChartComponent.prototype.replayTransitionIn = function () {
|
|
4219
|
-
this.i.
|
|
4219
|
+
this.i.tf();
|
|
4220
4220
|
};
|
|
4221
4221
|
/**
|
|
4222
4222
|
* Performs zoom in action on the chart by specified percentage of current window rect
|
|
4223
4223
|
|
|
4224
4224
|
*/
|
|
4225
4225
|
IgcDomainChartComponent.prototype.zoomIn = function (percentage) {
|
|
4226
|
-
this.i.
|
|
4226
|
+
this.i.tr(percentage);
|
|
4227
4227
|
};
|
|
4228
4228
|
/**
|
|
4229
4229
|
* Performs zoom out action on the chart by specified percentage of current window rect
|
|
4230
4230
|
|
|
4231
4231
|
*/
|
|
4232
4232
|
IgcDomainChartComponent.prototype.zoomOut = function (percentage) {
|
|
4233
|
-
this.i.
|
|
4233
|
+
this.i.ts(percentage);
|
|
4234
4234
|
};
|
|
4235
4235
|
/**
|
|
4236
4236
|
* Resets the zoom level to default.
|
|
4237
4237
|
|
|
4238
4238
|
*/
|
|
4239
4239
|
IgcDomainChartComponent.prototype.resetZoom = function () {
|
|
4240
|
-
this.i.
|
|
4240
|
+
this.i.tn();
|
|
4241
4241
|
};
|
|
4242
4242
|
IgcDomainChartComponent.prototype.getDesiredToolbarActions = function () {
|
|
4243
4243
|
var iv = this.i.getDesiredToolbarActions();
|
|
4244
4244
|
return (iv);
|
|
4245
4245
|
};
|
|
4246
|
-
IgcDomainChartComponent.prototype.onToolCommandExecuting = function (command) {
|
|
4247
|
-
this.i.onToolCommandExecuting(command);
|
|
4248
|
-
};
|
|
4249
4246
|
IgcDomainChartComponent.prototype.addCommandAvailabilityListener = function (listener) {
|
|
4250
4247
|
this.i.addCommandAvailabilityListener(listener);
|
|
4251
4248
|
};
|
|
@@ -4259,7 +4256,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4259
4256
|
this.i.removeCommandStateChangedListener(listener);
|
|
4260
4257
|
};
|
|
4261
4258
|
IgcDomainChartComponent.prototype.notifySetItem = function (source_, index, oldItem, newItem) {
|
|
4262
|
-
this.i.
|
|
4259
|
+
this.i.sl(source_, index, oldItem, newItem);
|
|
4263
4260
|
};
|
|
4264
4261
|
/**
|
|
4265
4262
|
* Used to manually notify the chart that the data source has reset or cleared its items.
|
|
@@ -4272,13 +4269,13 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4272
4269
|
* ```
|
|
4273
4270
|
*/
|
|
4274
4271
|
IgcDomainChartComponent.prototype.notifyClearItems = function (source_) {
|
|
4275
|
-
this.i.
|
|
4272
|
+
this.i.sh(source_);
|
|
4276
4273
|
};
|
|
4277
4274
|
IgcDomainChartComponent.prototype.notifyInsertItem = function (source_, index, newItem) {
|
|
4278
|
-
this.i.
|
|
4275
|
+
this.i.si(source_, index, newItem);
|
|
4279
4276
|
};
|
|
4280
4277
|
IgcDomainChartComponent.prototype.notifyRemoveItem = function (source_, index, oldItem) {
|
|
4281
|
-
this.i.
|
|
4278
|
+
this.i.sj(source_, index, oldItem);
|
|
4282
4279
|
};
|
|
4283
4280
|
Object.defineProperty(IgcDomainChartComponent.prototype, "seriesAdded", {
|
|
4284
4281
|
/**
|