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
|
@@ -24,6 +24,7 @@ import { IgcChartMouseEventArgs } from "./igc-chart-mouse-event-args";
|
|
|
24
24
|
import { IgcSeriesViewerManipulationEventArgs } from "./igc-series-viewer-manipulation-event-args";
|
|
25
25
|
import { IgcRectChangedEventArgs } from "igniteui-webcomponents-core";
|
|
26
26
|
import { IgcRefreshCompletedEventArgs } from "./igc-refresh-completed-event-args";
|
|
27
|
+
import { IgcImageCapturedEventArgs } from "igniteui-webcomponents-core";
|
|
27
28
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
28
29
|
import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, toBrushCollection, fromBrushCollection, brushCollectionToString, ensureEnum, enumToString, fromPoint, toPoint, pointToString, ensureBool, brushToString, stringToBrush, fromRect, toRect, rectToString, initializePropertiesFromCss } from "igniteui-webcomponents-core";
|
|
29
30
|
/**
|
|
@@ -107,12 +108,17 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
107
108
|
this._gridAreaRectChanged_wrapped = null;
|
|
108
109
|
this._refreshCompleted = null;
|
|
109
110
|
this._refreshCompleted_wrapped = null;
|
|
111
|
+
this._imageCaptured = null;
|
|
112
|
+
this._imageCaptured_wrapped = null;
|
|
110
113
|
if (this._styling) {
|
|
111
114
|
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
112
115
|
}
|
|
113
116
|
this._implementation = this.createImplementation();
|
|
114
117
|
this._implementation.externalObject = this;
|
|
115
118
|
this.onImplementationCreated();
|
|
119
|
+
if (this._initializeAdapters) {
|
|
120
|
+
this._initializeAdapters();
|
|
121
|
+
}
|
|
116
122
|
}
|
|
117
123
|
_enqueueSetAttribute(attrName, attrValue) {
|
|
118
124
|
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
@@ -250,11 +256,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
250
256
|
* ```
|
|
251
257
|
*/
|
|
252
258
|
get crosshairPoint() {
|
|
253
|
-
return fromPoint(this.i.
|
|
259
|
+
return fromPoint(this.i.ta);
|
|
254
260
|
}
|
|
255
261
|
set crosshairPoint(v) {
|
|
256
|
-
this.i.
|
|
257
|
-
this._a("crosshairPoint", pointToString(this.i.
|
|
262
|
+
this.i.ta = toPoint(v);
|
|
263
|
+
this._a("crosshairPoint", pointToString(this.i.ta));
|
|
258
264
|
}
|
|
259
265
|
/**
|
|
260
266
|
* Gets or sets whether the series animations should be allowed when a range change has been detected on an axis.
|
|
@@ -266,31 +272,31 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
266
272
|
* ```
|
|
267
273
|
*/
|
|
268
274
|
get animateSeriesWhenAxisRangeChanges() {
|
|
269
|
-
return this.i.
|
|
275
|
+
return this.i.dt;
|
|
270
276
|
}
|
|
271
277
|
set animateSeriesWhenAxisRangeChanges(v) {
|
|
272
|
-
this.i.
|
|
273
|
-
this._a("animateSeriesWhenAxisRangeChanges", this.i.
|
|
278
|
+
this.i.dt = ensureBool(v);
|
|
279
|
+
this._a("animateSeriesWhenAxisRangeChanges", this.i.dt);
|
|
274
280
|
}
|
|
275
281
|
/**
|
|
276
282
|
* Gets or sets whether to sync the vertical aspect of the window with the contained series content. This is only supported for a subset of the available series.
|
|
277
283
|
*/
|
|
278
284
|
get isWindowSyncedToVisibleRange() {
|
|
279
|
-
return this.i.
|
|
285
|
+
return this.i.eq;
|
|
280
286
|
}
|
|
281
287
|
set isWindowSyncedToVisibleRange(v) {
|
|
282
|
-
this.i.
|
|
283
|
-
this._a("isWindowSyncedToVisibleRange", this.i.
|
|
288
|
+
this.i.eq = ensureBool(v);
|
|
289
|
+
this._a("isWindowSyncedToVisibleRange", this.i.eq);
|
|
284
290
|
}
|
|
285
291
|
/**
|
|
286
292
|
* Gets or sets whether calling SimulateHover should shift the crosshair point.
|
|
287
293
|
*/
|
|
288
294
|
get shouldSimulateHoverMoveCrosshairPoint() {
|
|
289
|
-
return this.i.
|
|
295
|
+
return this.i.fb;
|
|
290
296
|
}
|
|
291
297
|
set shouldSimulateHoverMoveCrosshairPoint(v) {
|
|
292
|
-
this.i.
|
|
293
|
-
this._a("shouldSimulateHoverMoveCrosshairPoint", this.i.
|
|
298
|
+
this.i.fb = ensureBool(v);
|
|
299
|
+
this._a("shouldSimulateHoverMoveCrosshairPoint", this.i.fb);
|
|
294
300
|
}
|
|
295
301
|
/**
|
|
296
302
|
* Gets or sets the highlighting mode to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.
|
|
@@ -346,201 +352,201 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
346
352
|
* Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.
|
|
347
353
|
*/
|
|
348
354
|
get horizontalViewScrollbarFill() {
|
|
349
|
-
return brushToString(this.i.
|
|
355
|
+
return brushToString(this.i.sy);
|
|
350
356
|
}
|
|
351
357
|
set horizontalViewScrollbarFill(v) {
|
|
352
|
-
this.i.
|
|
353
|
-
this._a("horizontalViewScrollbarFill", brushToString(this.i.
|
|
358
|
+
this.i.sy = stringToBrush(v);
|
|
359
|
+
this._a("horizontalViewScrollbarFill", brushToString(this.i.sy));
|
|
354
360
|
}
|
|
355
361
|
/**
|
|
356
362
|
* Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.
|
|
357
363
|
*/
|
|
358
364
|
get horizontalViewScrollbarOutline() {
|
|
359
|
-
return brushToString(this.i.
|
|
365
|
+
return brushToString(this.i.sz);
|
|
360
366
|
}
|
|
361
367
|
set horizontalViewScrollbarOutline(v) {
|
|
362
|
-
this.i.
|
|
363
|
-
this._a("horizontalViewScrollbarOutline", brushToString(this.i.
|
|
368
|
+
this.i.sz = stringToBrush(v);
|
|
369
|
+
this._a("horizontalViewScrollbarOutline", brushToString(this.i.sz));
|
|
364
370
|
}
|
|
365
371
|
/**
|
|
366
372
|
* Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled.
|
|
367
373
|
*/
|
|
368
374
|
get horizontalViewScrollbarStrokeThickness() {
|
|
369
|
-
return this.i.
|
|
375
|
+
return this.i.gv;
|
|
370
376
|
}
|
|
371
377
|
set horizontalViewScrollbarStrokeThickness(v) {
|
|
372
|
-
this.i.
|
|
373
|
-
this._a("horizontalViewScrollbarStrokeThickness", this.i.
|
|
378
|
+
this.i.gv = +v;
|
|
379
|
+
this._a("horizontalViewScrollbarStrokeThickness", this.i.gv);
|
|
374
380
|
}
|
|
375
381
|
/**
|
|
376
382
|
* Gets or sets the max opacity to use for the horizontal scrollbar in the component, when enabled.
|
|
377
383
|
*/
|
|
378
384
|
get horizontalViewScrollbarMaxOpacity() {
|
|
379
|
-
return this.i.
|
|
385
|
+
return this.i.gu;
|
|
380
386
|
}
|
|
381
387
|
set horizontalViewScrollbarMaxOpacity(v) {
|
|
382
|
-
this.i.
|
|
383
|
-
this._a("horizontalViewScrollbarMaxOpacity", this.i.
|
|
388
|
+
this.i.gu = +v;
|
|
389
|
+
this._a("horizontalViewScrollbarMaxOpacity", this.i.gu);
|
|
384
390
|
}
|
|
385
391
|
/**
|
|
386
392
|
* Gets or sets the corner radius to use for the horizontal scrollbar in the component, when enabled.
|
|
387
393
|
*/
|
|
388
394
|
get horizontalViewScrollbarCornerRadius() {
|
|
389
|
-
return this.i.
|
|
395
|
+
return this.i.gr;
|
|
390
396
|
}
|
|
391
397
|
set horizontalViewScrollbarCornerRadius(v) {
|
|
392
|
-
this.i.
|
|
393
|
-
this._a("horizontalViewScrollbarCornerRadius", this.i.
|
|
398
|
+
this.i.gr = +v;
|
|
399
|
+
this._a("horizontalViewScrollbarCornerRadius", this.i.gr);
|
|
394
400
|
}
|
|
395
401
|
/**
|
|
396
402
|
* Gets or sets the height to use for the horizontal scrollbar in the component, when enabled.
|
|
397
403
|
*/
|
|
398
404
|
get horizontalViewScrollbarHeight() {
|
|
399
|
-
return this.i.
|
|
405
|
+
return this.i.gs;
|
|
400
406
|
}
|
|
401
407
|
set horizontalViewScrollbarHeight(v) {
|
|
402
|
-
this.i.
|
|
403
|
-
this._a("horizontalViewScrollbarHeight", this.i.
|
|
408
|
+
this.i.gs = +v;
|
|
409
|
+
this._a("horizontalViewScrollbarHeight", this.i.gs);
|
|
404
410
|
}
|
|
405
411
|
/**
|
|
406
412
|
* Gets or sets the inset distance to use for the horizontal scrollbar in the component, when enabled.
|
|
407
413
|
*/
|
|
408
414
|
get horizontalViewScrollbarInset() {
|
|
409
|
-
return this.i.
|
|
415
|
+
return this.i.gt;
|
|
410
416
|
}
|
|
411
417
|
set horizontalViewScrollbarInset(v) {
|
|
412
|
-
this.i.
|
|
413
|
-
this._a("horizontalViewScrollbarInset", this.i.
|
|
418
|
+
this.i.gt = +v;
|
|
419
|
+
this._a("horizontalViewScrollbarInset", this.i.gt);
|
|
414
420
|
}
|
|
415
421
|
/**
|
|
416
422
|
* Gets or sets the track start inset to use for the horizontal scrollbar in the component, when enabled.
|
|
417
423
|
*/
|
|
418
424
|
get horizontalViewScrollbarTrackStartInset() {
|
|
419
|
-
return this.i.
|
|
425
|
+
return this.i.gx;
|
|
420
426
|
}
|
|
421
427
|
set horizontalViewScrollbarTrackStartInset(v) {
|
|
422
|
-
this.i.
|
|
423
|
-
this._a("horizontalViewScrollbarTrackStartInset", this.i.
|
|
428
|
+
this.i.gx = +v;
|
|
429
|
+
this._a("horizontalViewScrollbarTrackStartInset", this.i.gx);
|
|
424
430
|
}
|
|
425
431
|
/**
|
|
426
432
|
* Gets or sets the track end inset to use for the horizontal scrollbar in the component, when enabled.
|
|
427
433
|
*/
|
|
428
434
|
get horizontalViewScrollbarTrackEndInset() {
|
|
429
|
-
return this.i.
|
|
435
|
+
return this.i.gw;
|
|
430
436
|
}
|
|
431
437
|
set horizontalViewScrollbarTrackEndInset(v) {
|
|
432
|
-
this.i.
|
|
433
|
-
this._a("horizontalViewScrollbarTrackEndInset", this.i.
|
|
438
|
+
this.i.gw = +v;
|
|
439
|
+
this._a("horizontalViewScrollbarTrackEndInset", this.i.gw);
|
|
434
440
|
}
|
|
435
441
|
/**
|
|
436
442
|
* Gets or sets whether to use automatic track insets for the horizontal scrollbar in the component, when enabled.
|
|
437
443
|
*/
|
|
438
444
|
get horizontalViewScrollbarShouldAddAutoTrackInsets() {
|
|
439
|
-
return this.i.
|
|
445
|
+
return this.i.d6;
|
|
440
446
|
}
|
|
441
447
|
set horizontalViewScrollbarShouldAddAutoTrackInsets(v) {
|
|
442
|
-
this.i.
|
|
443
|
-
this._a("horizontalViewScrollbarShouldAddAutoTrackInsets", this.i.
|
|
448
|
+
this.i.d6 = ensureBool(v);
|
|
449
|
+
this._a("horizontalViewScrollbarShouldAddAutoTrackInsets", this.i.d6);
|
|
444
450
|
}
|
|
445
451
|
/**
|
|
446
452
|
* Gets or sets the fill to use for the vertical scrollbar in the component, when enabled.
|
|
447
453
|
*/
|
|
448
454
|
get verticalViewScrollbarFill() {
|
|
449
|
-
return brushToString(this.i.
|
|
455
|
+
return brushToString(this.i.s7);
|
|
450
456
|
}
|
|
451
457
|
set verticalViewScrollbarFill(v) {
|
|
452
|
-
this.i.
|
|
453
|
-
this._a("verticalViewScrollbarFill", brushToString(this.i.
|
|
458
|
+
this.i.s7 = stringToBrush(v);
|
|
459
|
+
this._a("verticalViewScrollbarFill", brushToString(this.i.s7));
|
|
454
460
|
}
|
|
455
461
|
/**
|
|
456
462
|
* Gets or sets the outline to use for the vertical scrollbar in the component, when enabled.
|
|
457
463
|
*/
|
|
458
464
|
get verticalViewScrollbarOutline() {
|
|
459
|
-
return brushToString(this.i.
|
|
465
|
+
return brushToString(this.i.s8);
|
|
460
466
|
}
|
|
461
467
|
set verticalViewScrollbarOutline(v) {
|
|
462
|
-
this.i.
|
|
463
|
-
this._a("verticalViewScrollbarOutline", brushToString(this.i.
|
|
468
|
+
this.i.s8 = stringToBrush(v);
|
|
469
|
+
this._a("verticalViewScrollbarOutline", brushToString(this.i.s8));
|
|
464
470
|
}
|
|
465
471
|
/**
|
|
466
472
|
* Gets or sets the stroke thickness to use for the vertical scrollbar in the component, when enabled.
|
|
467
473
|
*/
|
|
468
474
|
get verticalViewScrollbarStrokeThickness() {
|
|
469
|
-
return this.i.
|
|
475
|
+
return this.i.hh;
|
|
470
476
|
}
|
|
471
477
|
set verticalViewScrollbarStrokeThickness(v) {
|
|
472
|
-
this.i.
|
|
473
|
-
this._a("verticalViewScrollbarStrokeThickness", this.i.
|
|
478
|
+
this.i.hh = +v;
|
|
479
|
+
this._a("verticalViewScrollbarStrokeThickness", this.i.hh);
|
|
474
480
|
}
|
|
475
481
|
/**
|
|
476
482
|
* Gets or sets the max opacity to use for the vertical scrollbar in the component, when enabled.
|
|
477
483
|
*/
|
|
478
484
|
get verticalViewScrollbarMaxOpacity() {
|
|
479
|
-
return this.i.
|
|
485
|
+
return this.i.hg;
|
|
480
486
|
}
|
|
481
487
|
set verticalViewScrollbarMaxOpacity(v) {
|
|
482
|
-
this.i.
|
|
483
|
-
this._a("verticalViewScrollbarMaxOpacity", this.i.
|
|
488
|
+
this.i.hg = +v;
|
|
489
|
+
this._a("verticalViewScrollbarMaxOpacity", this.i.hg);
|
|
484
490
|
}
|
|
485
491
|
/**
|
|
486
492
|
* Gets or sets the corner radius to use for the vertical scrollbar in the component, when enabled.
|
|
487
493
|
*/
|
|
488
494
|
get verticalViewScrollbarCornerRadius() {
|
|
489
|
-
return this.i.
|
|
495
|
+
return this.i.he;
|
|
490
496
|
}
|
|
491
497
|
set verticalViewScrollbarCornerRadius(v) {
|
|
492
|
-
this.i.
|
|
493
|
-
this._a("verticalViewScrollbarCornerRadius", this.i.
|
|
498
|
+
this.i.he = +v;
|
|
499
|
+
this._a("verticalViewScrollbarCornerRadius", this.i.he);
|
|
494
500
|
}
|
|
495
501
|
/**
|
|
496
502
|
* Gets or sets the width to use for the vertical scrollbar in the component, when enabled.
|
|
497
503
|
*/
|
|
498
504
|
get verticalViewScrollbarWidth() {
|
|
499
|
-
return this.i.
|
|
505
|
+
return this.i.hk;
|
|
500
506
|
}
|
|
501
507
|
set verticalViewScrollbarWidth(v) {
|
|
502
|
-
this.i.
|
|
503
|
-
this._a("verticalViewScrollbarWidth", this.i.
|
|
508
|
+
this.i.hk = +v;
|
|
509
|
+
this._a("verticalViewScrollbarWidth", this.i.hk);
|
|
504
510
|
}
|
|
505
511
|
/**
|
|
506
512
|
* Gets or sets the inset distance to use for the vertical scrollbar in the component, when enabled.
|
|
507
513
|
*/
|
|
508
514
|
get verticalViewScrollbarInset() {
|
|
509
|
-
return this.i.
|
|
515
|
+
return this.i.hf;
|
|
510
516
|
}
|
|
511
517
|
set verticalViewScrollbarInset(v) {
|
|
512
|
-
this.i.
|
|
513
|
-
this._a("verticalViewScrollbarInset", this.i.
|
|
518
|
+
this.i.hf = +v;
|
|
519
|
+
this._a("verticalViewScrollbarInset", this.i.hf);
|
|
514
520
|
}
|
|
515
521
|
/**
|
|
516
522
|
* Gets or sets the track start inset to use for the vertical scrollbar in the component, when enabled.
|
|
517
523
|
*/
|
|
518
524
|
get verticalViewScrollbarTrackStartInset() {
|
|
519
|
-
return this.i.
|
|
525
|
+
return this.i.hj;
|
|
520
526
|
}
|
|
521
527
|
set verticalViewScrollbarTrackStartInset(v) {
|
|
522
|
-
this.i.
|
|
523
|
-
this._a("verticalViewScrollbarTrackStartInset", this.i.
|
|
528
|
+
this.i.hj = +v;
|
|
529
|
+
this._a("verticalViewScrollbarTrackStartInset", this.i.hj);
|
|
524
530
|
}
|
|
525
531
|
/**
|
|
526
532
|
* Gets or sets the track end inset to use for the vertical scrollbar in the component, when enabled.
|
|
527
533
|
*/
|
|
528
534
|
get verticalViewScrollbarTrackEndInset() {
|
|
529
|
-
return this.i.
|
|
535
|
+
return this.i.hi;
|
|
530
536
|
}
|
|
531
537
|
set verticalViewScrollbarTrackEndInset(v) {
|
|
532
|
-
this.i.
|
|
533
|
-
this._a("verticalViewScrollbarTrackEndInset", this.i.
|
|
538
|
+
this.i.hi = +v;
|
|
539
|
+
this._a("verticalViewScrollbarTrackEndInset", this.i.hi);
|
|
534
540
|
}
|
|
535
541
|
/**
|
|
536
542
|
* Gets or sets whether to use automatic track insets for the vertical scrollbar in the component, when enabled.
|
|
537
543
|
*/
|
|
538
544
|
get verticalViewScrollbarShouldAddAutoTrackInsets() {
|
|
539
|
-
return this.i.
|
|
545
|
+
return this.i.fk;
|
|
540
546
|
}
|
|
541
547
|
set verticalViewScrollbarShouldAddAutoTrackInsets(v) {
|
|
542
|
-
this.i.
|
|
543
|
-
this._a("verticalViewScrollbarShouldAddAutoTrackInsets", this.i.
|
|
548
|
+
this.i.fk = ensureBool(v);
|
|
549
|
+
this._a("verticalViewScrollbarShouldAddAutoTrackInsets", this.i.fk);
|
|
544
550
|
}
|
|
545
551
|
/**
|
|
546
552
|
* Gets or sets the highlighting Behavior to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.
|
|
@@ -588,7 +594,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
588
594
|
* Gets the viewport rectangle associated with the SeriesViewer, the physical dimensions of the plot area.
|
|
589
595
|
*/
|
|
590
596
|
get viewportRect() {
|
|
591
|
-
return fromRect(this.i.
|
|
597
|
+
return fromRect(this.i.ty);
|
|
592
598
|
}
|
|
593
599
|
/**
|
|
594
600
|
* Gets the EffectiveViewport rectangle, representing the effective viewport area after margins have been subtracted.
|
|
@@ -601,18 +607,18 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
601
607
|
* ```
|
|
602
608
|
*/
|
|
603
609
|
get effectiveViewport() {
|
|
604
|
-
return fromRect(this.i.
|
|
610
|
+
return fromRect(this.i.tn);
|
|
605
611
|
}
|
|
606
612
|
set effectiveViewport(v) {
|
|
607
|
-
this.i.
|
|
608
|
-
this._a("effectiveViewport", rectToString(this.i.
|
|
613
|
+
this.i.tn = toRect(v);
|
|
614
|
+
this._a("effectiveViewport", rectToString(this.i.tn));
|
|
609
615
|
}
|
|
610
616
|
/**
|
|
611
617
|
* Represents the subset area within the viewport into which content should be mapped.
|
|
612
618
|
* This is the projection of the current EffectiveViewport into the viewport at current zoom level.
|
|
613
619
|
*/
|
|
614
620
|
get contentViewport() {
|
|
615
|
-
return fromRect(this.i.
|
|
621
|
+
return fromRect(this.i.tm);
|
|
616
622
|
}
|
|
617
623
|
/**
|
|
618
624
|
* A rectangle representing the portion of the SeriesViewer currently in view.
|
|
@@ -625,41 +631,41 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
625
631
|
* ```
|
|
626
632
|
*/
|
|
627
633
|
get windowRect() {
|
|
628
|
-
return fromRect(this.i.
|
|
634
|
+
return fromRect(this.i.tz);
|
|
629
635
|
}
|
|
630
636
|
set windowRect(v) {
|
|
631
|
-
this.i.
|
|
632
|
-
this._a("windowRect", rectToString(this.i.
|
|
637
|
+
this.i.tz = toRect(v);
|
|
638
|
+
this._a("windowRect", rectToString(this.i.tz));
|
|
633
639
|
}
|
|
634
640
|
/**
|
|
635
641
|
* Gets or sets whether the series viewer should use cached tiles during zooms rather than the default live content.
|
|
636
642
|
*/
|
|
637
643
|
get useTiledZooming() {
|
|
638
|
-
return this.i.
|
|
644
|
+
return this.i.fj;
|
|
639
645
|
}
|
|
640
646
|
set useTiledZooming(v) {
|
|
641
|
-
this.i.
|
|
642
|
-
this._a("useTiledZooming", this.i.
|
|
647
|
+
this.i.fj = ensureBool(v);
|
|
648
|
+
this._a("useTiledZooming", this.i.fj);
|
|
643
649
|
}
|
|
644
650
|
/**
|
|
645
651
|
* Gets or sets whether the series viewer should prefer selecting higher resolution tiles over lower resolution tiles when performing tile zooming. Setting this to true will lower performance but increase quality.
|
|
646
652
|
*/
|
|
647
653
|
get preferHigherResolutionTiles() {
|
|
648
|
-
return this.i.
|
|
654
|
+
return this.i.e6;
|
|
649
655
|
}
|
|
650
656
|
set preferHigherResolutionTiles(v) {
|
|
651
|
-
this.i.
|
|
652
|
-
this._a("preferHigherResolutionTiles", this.i.
|
|
657
|
+
this.i.e6 = ensureBool(v);
|
|
658
|
+
this._a("preferHigherResolutionTiles", this.i.e6);
|
|
653
659
|
}
|
|
654
660
|
/**
|
|
655
661
|
* Gets or sets the maximum number of zoom tiles that the series viewer should cache while in tiled zooming mode.
|
|
656
662
|
*/
|
|
657
663
|
get zoomTileCacheSize() {
|
|
658
|
-
return this.i.
|
|
664
|
+
return this.i.h0;
|
|
659
665
|
}
|
|
660
666
|
set zoomTileCacheSize(v) {
|
|
661
|
-
this.i.
|
|
662
|
-
this._a("zoomTileCacheSize", this.i.
|
|
667
|
+
this.i.h0 = +v;
|
|
668
|
+
this._a("zoomTileCacheSize", this.i.h0);
|
|
663
669
|
}
|
|
664
670
|
/**
|
|
665
671
|
* Gets or sets the duration the highlighting/de-highlighting effects.
|
|
@@ -671,31 +677,31 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
671
677
|
* ```
|
|
672
678
|
*/
|
|
673
679
|
get highlightingTransitionDuration() {
|
|
674
|
-
return this.i.
|
|
680
|
+
return this.i.hy;
|
|
675
681
|
}
|
|
676
682
|
set highlightingTransitionDuration(v) {
|
|
677
|
-
this.i.
|
|
678
|
-
this._a("highlightingTransitionDuration", this.i.
|
|
683
|
+
this.i.hy = +v;
|
|
684
|
+
this._a("highlightingTransitionDuration", this.i.hy);
|
|
679
685
|
}
|
|
680
686
|
/**
|
|
681
687
|
* Gets or sets the duration of the scrollbar effects.
|
|
682
688
|
*/
|
|
683
689
|
get scrollbarsAnimationDuration() {
|
|
684
|
-
return this.i.
|
|
690
|
+
return this.i.hz;
|
|
685
691
|
}
|
|
686
692
|
set scrollbarsAnimationDuration(v) {
|
|
687
|
-
this.i.
|
|
688
|
-
this._a("scrollbarsAnimationDuration", this.i.
|
|
693
|
+
this.i.hz = +v;
|
|
694
|
+
this._a("scrollbarsAnimationDuration", this.i.hz);
|
|
689
695
|
}
|
|
690
696
|
/**
|
|
691
697
|
* Gets or sets the whether the series viewer can allow the page to pan if a control pan is not possible in the requested direction.
|
|
692
698
|
*/
|
|
693
699
|
get isPagePanningAllowed() {
|
|
694
|
-
return this.i.
|
|
700
|
+
return this.i.el;
|
|
695
701
|
}
|
|
696
702
|
set isPagePanningAllowed(v) {
|
|
697
|
-
this.i.
|
|
698
|
-
this._a("isPagePanningAllowed", this.i.
|
|
703
|
+
this.i.el = ensureBool(v);
|
|
704
|
+
this._a("isPagePanningAllowed", this.i.el);
|
|
699
705
|
}
|
|
700
706
|
/**
|
|
701
707
|
* Determines the method of hit testing used when mousing over elements in the chart.
|
|
@@ -735,17 +741,17 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
735
741
|
* ```
|
|
736
742
|
*/
|
|
737
743
|
get isSurfaceInteractionDisabled() {
|
|
738
|
-
return this.i.
|
|
744
|
+
return this.i.em;
|
|
739
745
|
}
|
|
740
746
|
set isSurfaceInteractionDisabled(v) {
|
|
741
|
-
this.i.
|
|
742
|
-
this._a("isSurfaceInteractionDisabled", this.i.
|
|
747
|
+
this.i.em = ensureBool(v);
|
|
748
|
+
this._a("isSurfaceInteractionDisabled", this.i.em);
|
|
743
749
|
}
|
|
744
750
|
/**
|
|
745
751
|
* Indicates if this SeriesViewer is a map.
|
|
746
752
|
*/
|
|
747
753
|
get isMap() {
|
|
748
|
-
return this.i.
|
|
754
|
+
return this.i.ek;
|
|
749
755
|
}
|
|
750
756
|
/**
|
|
751
757
|
* The response to user panning and zooming: whether to update the view immediately while the user action is happening, or to defer the update to after the user action is complete. The user action will be an action such as a mouse drag which causes panning and/or zooming to occur.
|
|
@@ -777,11 +783,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
777
783
|
* ```
|
|
778
784
|
*/
|
|
779
785
|
get windowRectMinWidth() {
|
|
780
|
-
return this.i.
|
|
786
|
+
return this.i.ho;
|
|
781
787
|
}
|
|
782
788
|
set windowRectMinWidth(v) {
|
|
783
|
-
this.i.
|
|
784
|
-
this._a("windowRectMinWidth", this.i.
|
|
789
|
+
this.i.ho = +v;
|
|
790
|
+
this._a("windowRectMinWidth", this.i.ho);
|
|
785
791
|
}
|
|
786
792
|
/**
|
|
787
793
|
* Sets or gets the minimum height that the window rect is allowed to reach before being clamped.
|
|
@@ -790,31 +796,31 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
790
796
|
* This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)
|
|
791
797
|
*/
|
|
792
798
|
get windowRectMinHeight() {
|
|
793
|
-
return this.i.
|
|
799
|
+
return this.i.hn;
|
|
794
800
|
}
|
|
795
801
|
set windowRectMinHeight(v) {
|
|
796
|
-
this.i.
|
|
797
|
-
this._a("windowRectMinHeight", this.i.
|
|
802
|
+
this.i.hn = +v;
|
|
803
|
+
this._a("windowRectMinHeight", this.i.hn);
|
|
798
804
|
}
|
|
799
805
|
/**
|
|
800
806
|
* Gets the actual minimum width that the window rect is allowed to reach before being clamped.
|
|
801
807
|
*/
|
|
802
808
|
get actualWindowRectMinWidth() {
|
|
803
|
-
return this.i.
|
|
809
|
+
return this.i.gj;
|
|
804
810
|
}
|
|
805
811
|
set actualWindowRectMinWidth(v) {
|
|
806
|
-
this.i.
|
|
807
|
-
this._a("actualWindowRectMinWidth", this.i.
|
|
812
|
+
this.i.gj = +v;
|
|
813
|
+
this._a("actualWindowRectMinWidth", this.i.gj);
|
|
808
814
|
}
|
|
809
815
|
/**
|
|
810
816
|
* Gets the actual minimum height that the window rect is allowed to reach before being clamped.
|
|
811
817
|
*/
|
|
812
818
|
get actualWindowRectMinHeight() {
|
|
813
|
-
return this.i.
|
|
819
|
+
return this.i.gi;
|
|
814
820
|
}
|
|
815
821
|
set actualWindowRectMinHeight(v) {
|
|
816
|
-
this.i.
|
|
817
|
-
this._a("actualWindowRectMinHeight", this.i.
|
|
822
|
+
this.i.gi = +v;
|
|
823
|
+
this._a("actualWindowRectMinHeight", this.i.gi);
|
|
818
824
|
}
|
|
819
825
|
/**
|
|
820
826
|
* Sets or gets minimum pixel width that the window is allowed to reach before being clamped.
|
|
@@ -823,11 +829,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
823
829
|
* This property is overridden by the WindowRectMinWidth property
|
|
824
830
|
*/
|
|
825
831
|
get windowSizeMinWidth() {
|
|
826
|
-
return this.i.
|
|
832
|
+
return this.i.hq;
|
|
827
833
|
}
|
|
828
834
|
set windowSizeMinWidth(v) {
|
|
829
|
-
this.i.
|
|
830
|
-
this._a("windowSizeMinWidth", this.i.
|
|
835
|
+
this.i.hq = +v;
|
|
836
|
+
this._a("windowSizeMinWidth", this.i.hq);
|
|
831
837
|
}
|
|
832
838
|
/**
|
|
833
839
|
* Sets or gets minimum pixel height that the window is allowed to reach before being clamped.
|
|
@@ -836,11 +842,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
836
842
|
* This property is overridden by the WindowRectMinHeight property
|
|
837
843
|
*/
|
|
838
844
|
get windowSizeMinHeight() {
|
|
839
|
-
return this.i.
|
|
845
|
+
return this.i.hp;
|
|
840
846
|
}
|
|
841
847
|
set windowSizeMinHeight(v) {
|
|
842
|
-
this.i.
|
|
843
|
-
this._a("windowSizeMinHeight", this.i.
|
|
848
|
+
this.i.hp = +v;
|
|
849
|
+
this._a("windowSizeMinHeight", this.i.hp);
|
|
844
850
|
}
|
|
845
851
|
/**
|
|
846
852
|
* Gets or sets the current SeriesViewer's crosshair visibility override.
|
|
@@ -852,31 +858,31 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
852
858
|
* ```
|
|
853
859
|
*/
|
|
854
860
|
get crosshairVisibility() {
|
|
855
|
-
return this.i.
|
|
861
|
+
return this.i.t3;
|
|
856
862
|
}
|
|
857
863
|
set crosshairVisibility(v) {
|
|
858
|
-
this.i.
|
|
859
|
-
this._a("crosshairVisibility", enumToString(Visibility_$type, this.i.
|
|
864
|
+
this.i.t3 = ensureEnum(Visibility_$type, v);
|
|
865
|
+
this._a("crosshairVisibility", enumToString(Visibility_$type, this.i.t3));
|
|
860
866
|
}
|
|
861
867
|
/**
|
|
862
868
|
* Gets or sets the current SeriesViewer's crosshair horizontal brush override.
|
|
863
869
|
*/
|
|
864
870
|
get horizontalCrosshairBrush() {
|
|
865
|
-
return brushToString(this.i.
|
|
871
|
+
return brushToString(this.i.sx);
|
|
866
872
|
}
|
|
867
873
|
set horizontalCrosshairBrush(v) {
|
|
868
|
-
this.i.
|
|
869
|
-
this._a("horizontalCrosshairBrush", brushToString(this.i.
|
|
874
|
+
this.i.sx = stringToBrush(v);
|
|
875
|
+
this._a("horizontalCrosshairBrush", brushToString(this.i.sx));
|
|
870
876
|
}
|
|
871
877
|
/**
|
|
872
878
|
* Gets or sets the current SeriesViewer's crosshair vertical brush override.
|
|
873
879
|
*/
|
|
874
880
|
get verticalCrosshairBrush() {
|
|
875
|
-
return brushToString(this.i.
|
|
881
|
+
return brushToString(this.i.s6);
|
|
876
882
|
}
|
|
877
883
|
set verticalCrosshairBrush(v) {
|
|
878
|
-
this.i.
|
|
879
|
-
this._a("verticalCrosshairBrush", brushToString(this.i.
|
|
884
|
+
this.i.s6 = stringToBrush(v);
|
|
885
|
+
this._a("verticalCrosshairBrush", brushToString(this.i.s6));
|
|
880
886
|
}
|
|
881
887
|
/**
|
|
882
888
|
* Gets or sets zoom is contrained to within the axes. Setting this to false is a preview feature at the present time.
|
|
@@ -898,11 +904,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
898
904
|
* ```
|
|
899
905
|
*/
|
|
900
906
|
get plotAreaBackground() {
|
|
901
|
-
return brushToString(this.i.
|
|
907
|
+
return brushToString(this.i.s0);
|
|
902
908
|
}
|
|
903
909
|
set plotAreaBackground(v) {
|
|
904
|
-
this.i.
|
|
905
|
-
this._a("plotAreaBackground", brushToString(this.i.
|
|
910
|
+
this.i.s0 = stringToBrush(v);
|
|
911
|
+
this._a("plotAreaBackground", brushToString(this.i.s0));
|
|
906
912
|
}
|
|
907
913
|
/**
|
|
908
914
|
* Gets or sets the DefaultInteraction property.
|
|
@@ -942,11 +948,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
942
948
|
* ```
|
|
943
949
|
*/
|
|
944
950
|
get dragModifier() {
|
|
945
|
-
return this.i.
|
|
951
|
+
return this.i.sj;
|
|
946
952
|
}
|
|
947
953
|
set dragModifier(v) {
|
|
948
|
-
this.i.
|
|
949
|
-
this._a("dragModifier", enumToString(ModifierKeys_$type, this.i.
|
|
954
|
+
this.i.sj = ensureEnum(ModifierKeys_$type, v);
|
|
955
|
+
this._a("dragModifier", enumToString(ModifierKeys_$type, this.i.sj));
|
|
950
956
|
}
|
|
951
957
|
/**
|
|
952
958
|
* Gets or sets the current SeriesViewer's PanModifier property.
|
|
@@ -958,11 +964,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
958
964
|
* ```
|
|
959
965
|
*/
|
|
960
966
|
get panModifier() {
|
|
961
|
-
return this.i.
|
|
967
|
+
return this.i.sk;
|
|
962
968
|
}
|
|
963
969
|
set panModifier(v) {
|
|
964
|
-
this.i.
|
|
965
|
-
this._a("panModifier", enumToString(ModifierKeys_$type, this.i.
|
|
970
|
+
this.i.sk = ensureEnum(ModifierKeys_$type, v);
|
|
971
|
+
this._a("panModifier", enumToString(ModifierKeys_$type, this.i.sk));
|
|
966
972
|
}
|
|
967
973
|
/**
|
|
968
974
|
* Gets or sets the preview rectangle.
|
|
@@ -976,11 +982,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
976
982
|
* ```
|
|
977
983
|
*/
|
|
978
984
|
get previewRect() {
|
|
979
|
-
return fromRect(this.i.
|
|
985
|
+
return fromRect(this.i.tt);
|
|
980
986
|
}
|
|
981
987
|
set previewRect(v) {
|
|
982
|
-
this.i.
|
|
983
|
-
this._a("previewRect", rectToString(this.i.
|
|
988
|
+
this.i.tt = toRect(v);
|
|
989
|
+
this._a("previewRect", rectToString(this.i.tt));
|
|
984
990
|
}
|
|
985
991
|
/**
|
|
986
992
|
* A number between 0 and 1 determining the position of the horizontal scroll.
|
|
@@ -991,11 +997,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
991
997
|
* ```
|
|
992
998
|
*/
|
|
993
999
|
get windowPositionHorizontal() {
|
|
994
|
-
return this.i.
|
|
1000
|
+
return this.i.hl;
|
|
995
1001
|
}
|
|
996
1002
|
set windowPositionHorizontal(v) {
|
|
997
|
-
this.i.
|
|
998
|
-
this._a("windowPositionHorizontal", this.i.
|
|
1003
|
+
this.i.hl = +v;
|
|
1004
|
+
this._a("windowPositionHorizontal", this.i.hl);
|
|
999
1005
|
}
|
|
1000
1006
|
/**
|
|
1001
1007
|
* A number between 0 and 1 determining the position of the vertical scroll.
|
|
@@ -1006,11 +1012,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1006
1012
|
* ```
|
|
1007
1013
|
*/
|
|
1008
1014
|
get windowPositionVertical() {
|
|
1009
|
-
return this.i.
|
|
1015
|
+
return this.i.hm;
|
|
1010
1016
|
}
|
|
1011
1017
|
set windowPositionVertical(v) {
|
|
1012
|
-
this.i.
|
|
1013
|
-
this._a("windowPositionVertical", this.i.
|
|
1018
|
+
this.i.hm = +v;
|
|
1019
|
+
this._a("windowPositionVertical", this.i.hm);
|
|
1014
1020
|
}
|
|
1015
1021
|
/**
|
|
1016
1022
|
* Text to display above the plot area.
|
|
@@ -1022,10 +1028,10 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1022
1028
|
* ```
|
|
1023
1029
|
*/
|
|
1024
1030
|
get chartTitle() {
|
|
1025
|
-
return this.i.
|
|
1031
|
+
return this.i.kk;
|
|
1026
1032
|
}
|
|
1027
1033
|
set chartTitle(v) {
|
|
1028
|
-
this.i.
|
|
1034
|
+
this.i.kk = v;
|
|
1029
1035
|
}
|
|
1030
1036
|
/**
|
|
1031
1037
|
* Gets or sets the TitleHorizontalAlignment property.
|
|
@@ -1037,11 +1043,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1037
1043
|
* ```
|
|
1038
1044
|
*/
|
|
1039
1045
|
get titleHorizontalAlignment() {
|
|
1040
|
-
return this.i.
|
|
1046
|
+
return this.i.si;
|
|
1041
1047
|
}
|
|
1042
1048
|
set titleHorizontalAlignment(v) {
|
|
1043
|
-
this.i.
|
|
1044
|
-
this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
1049
|
+
this.i.si = ensureEnum(HorizontalAlignment_$type, v);
|
|
1050
|
+
this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.si));
|
|
1045
1051
|
}
|
|
1046
1052
|
/**
|
|
1047
1053
|
* Gets or sets the SubtitleHorizontalAlignment property.
|
|
@@ -1053,29 +1059,29 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1053
1059
|
* ```
|
|
1054
1060
|
*/
|
|
1055
1061
|
get subtitleHorizontalAlignment() {
|
|
1056
|
-
return this.i.
|
|
1062
|
+
return this.i.sh;
|
|
1057
1063
|
}
|
|
1058
1064
|
set subtitleHorizontalAlignment(v) {
|
|
1059
|
-
this.i.
|
|
1060
|
-
this._a("subtitleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
1065
|
+
this.i.sh = ensureEnum(HorizontalAlignment_$type, v);
|
|
1066
|
+
this._a("subtitleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.sh));
|
|
1061
1067
|
}
|
|
1062
1068
|
/**
|
|
1063
1069
|
* Font settings for the title.
|
|
1064
1070
|
*/
|
|
1065
1071
|
get titleTextStyle() {
|
|
1066
|
-
return this.i.
|
|
1072
|
+
return this.i.kr;
|
|
1067
1073
|
}
|
|
1068
1074
|
set titleTextStyle(v) {
|
|
1069
|
-
this.i.
|
|
1075
|
+
this.i.kr = v;
|
|
1070
1076
|
}
|
|
1071
1077
|
/**
|
|
1072
1078
|
* Font settings for the subtitle.
|
|
1073
1079
|
*/
|
|
1074
1080
|
get subtitleTextStyle() {
|
|
1075
|
-
return this.i.
|
|
1081
|
+
return this.i.kf;
|
|
1076
1082
|
}
|
|
1077
1083
|
set subtitleTextStyle(v) {
|
|
1078
|
-
this.i.
|
|
1084
|
+
this.i.kf = v;
|
|
1079
1085
|
}
|
|
1080
1086
|
/**
|
|
1081
1087
|
* Gets or sets the Color used for the Title Text.
|
|
@@ -1087,11 +1093,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1087
1093
|
* ```
|
|
1088
1094
|
*/
|
|
1089
1095
|
get titleTextColor() {
|
|
1090
|
-
return brushToString(this.i.
|
|
1096
|
+
return brushToString(this.i.s5);
|
|
1091
1097
|
}
|
|
1092
1098
|
set titleTextColor(v) {
|
|
1093
|
-
this.i.
|
|
1094
|
-
this._a("titleTextColor", brushToString(this.i.
|
|
1099
|
+
this.i.s5 = stringToBrush(v);
|
|
1100
|
+
this._a("titleTextColor", brushToString(this.i.s5));
|
|
1095
1101
|
}
|
|
1096
1102
|
/**
|
|
1097
1103
|
* Gets or sets the Color used for the Subtitle Text.
|
|
@@ -1103,11 +1109,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1103
1109
|
* ```
|
|
1104
1110
|
*/
|
|
1105
1111
|
get subtitleTextColor() {
|
|
1106
|
-
return brushToString(this.i.
|
|
1112
|
+
return brushToString(this.i.s4);
|
|
1107
1113
|
}
|
|
1108
1114
|
set subtitleTextColor(v) {
|
|
1109
|
-
this.i.
|
|
1110
|
-
this._a("subtitleTextColor", brushToString(this.i.
|
|
1115
|
+
this.i.s4 = stringToBrush(v);
|
|
1116
|
+
this._a("subtitleTextColor", brushToString(this.i.s4));
|
|
1111
1117
|
}
|
|
1112
1118
|
/**
|
|
1113
1119
|
* Margin applied above the title.
|
|
@@ -1119,11 +1125,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1119
1125
|
* ```
|
|
1120
1126
|
*/
|
|
1121
1127
|
get titleTopMargin() {
|
|
1122
|
-
return this.i.
|
|
1128
|
+
return this.i.hc;
|
|
1123
1129
|
}
|
|
1124
1130
|
set titleTopMargin(v) {
|
|
1125
|
-
this.i.
|
|
1126
|
-
this._a("titleTopMargin", this.i.
|
|
1131
|
+
this.i.hc = +v;
|
|
1132
|
+
this._a("titleTopMargin", this.i.hc);
|
|
1127
1133
|
}
|
|
1128
1134
|
/**
|
|
1129
1135
|
* Margin applied to the left of the title.
|
|
@@ -1135,11 +1141,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1135
1141
|
* ```
|
|
1136
1142
|
*/
|
|
1137
1143
|
get titleLeftMargin() {
|
|
1138
|
-
return this.i.
|
|
1144
|
+
return this.i.ha;
|
|
1139
1145
|
}
|
|
1140
1146
|
set titleLeftMargin(v) {
|
|
1141
|
-
this.i.
|
|
1142
|
-
this._a("titleLeftMargin", this.i.
|
|
1147
|
+
this.i.ha = +v;
|
|
1148
|
+
this._a("titleLeftMargin", this.i.ha);
|
|
1143
1149
|
}
|
|
1144
1150
|
/**
|
|
1145
1151
|
* Margin applied to the right of the title.
|
|
@@ -1151,11 +1157,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1151
1157
|
* ```
|
|
1152
1158
|
*/
|
|
1153
1159
|
get titleRightMargin() {
|
|
1154
|
-
return this.i.
|
|
1160
|
+
return this.i.hb;
|
|
1155
1161
|
}
|
|
1156
1162
|
set titleRightMargin(v) {
|
|
1157
|
-
this.i.
|
|
1158
|
-
this._a("titleRightMargin", this.i.
|
|
1163
|
+
this.i.hb = +v;
|
|
1164
|
+
this._a("titleRightMargin", this.i.hb);
|
|
1159
1165
|
}
|
|
1160
1166
|
/**
|
|
1161
1167
|
* Margin applied below the title.
|
|
@@ -1167,11 +1173,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1167
1173
|
* ```
|
|
1168
1174
|
*/
|
|
1169
1175
|
get titleBottomMargin() {
|
|
1170
|
-
return this.i.
|
|
1176
|
+
return this.i.g9;
|
|
1171
1177
|
}
|
|
1172
1178
|
set titleBottomMargin(v) {
|
|
1173
|
-
this.i.
|
|
1174
|
-
this._a("titleBottomMargin", this.i.
|
|
1179
|
+
this.i.g9 = +v;
|
|
1180
|
+
this._a("titleBottomMargin", this.i.g9);
|
|
1175
1181
|
}
|
|
1176
1182
|
/**
|
|
1177
1183
|
* Margin applied above the subtitle.
|
|
@@ -1183,11 +1189,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1183
1189
|
* ```
|
|
1184
1190
|
*/
|
|
1185
1191
|
get subtitleTopMargin() {
|
|
1186
|
-
return this.i.
|
|
1192
|
+
return this.i.g8;
|
|
1187
1193
|
}
|
|
1188
1194
|
set subtitleTopMargin(v) {
|
|
1189
|
-
this.i.
|
|
1190
|
-
this._a("subtitleTopMargin", this.i.
|
|
1195
|
+
this.i.g8 = +v;
|
|
1196
|
+
this._a("subtitleTopMargin", this.i.g8);
|
|
1191
1197
|
}
|
|
1192
1198
|
/**
|
|
1193
1199
|
* Margin applied to the left of the subtitle.
|
|
@@ -1199,11 +1205,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1199
1205
|
* ```
|
|
1200
1206
|
*/
|
|
1201
1207
|
get subtitleLeftMargin() {
|
|
1202
|
-
return this.i.
|
|
1208
|
+
return this.i.g6;
|
|
1203
1209
|
}
|
|
1204
1210
|
set subtitleLeftMargin(v) {
|
|
1205
|
-
this.i.
|
|
1206
|
-
this._a("subtitleLeftMargin", this.i.
|
|
1211
|
+
this.i.g6 = +v;
|
|
1212
|
+
this._a("subtitleLeftMargin", this.i.g6);
|
|
1207
1213
|
}
|
|
1208
1214
|
/**
|
|
1209
1215
|
* Margin applied to the right of the subtitle.
|
|
@@ -1215,11 +1221,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1215
1221
|
* ```
|
|
1216
1222
|
*/
|
|
1217
1223
|
get subtitleRightMargin() {
|
|
1218
|
-
return this.i.
|
|
1224
|
+
return this.i.g7;
|
|
1219
1225
|
}
|
|
1220
1226
|
set subtitleRightMargin(v) {
|
|
1221
|
-
this.i.
|
|
1222
|
-
this._a("subtitleRightMargin", this.i.
|
|
1227
|
+
this.i.g7 = +v;
|
|
1228
|
+
this._a("subtitleRightMargin", this.i.g7);
|
|
1223
1229
|
}
|
|
1224
1230
|
/**
|
|
1225
1231
|
* Margin applied below the subtitle.
|
|
@@ -1231,11 +1237,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1231
1237
|
* ```
|
|
1232
1238
|
*/
|
|
1233
1239
|
get subtitleBottomMargin() {
|
|
1234
|
-
return this.i.
|
|
1240
|
+
return this.i.g5;
|
|
1235
1241
|
}
|
|
1236
1242
|
set subtitleBottomMargin(v) {
|
|
1237
|
-
this.i.
|
|
1238
|
-
this._a("subtitleBottomMargin", this.i.
|
|
1243
|
+
this.i.g5 = +v;
|
|
1244
|
+
this._a("subtitleBottomMargin", this.i.g5);
|
|
1239
1245
|
}
|
|
1240
1246
|
/**
|
|
1241
1247
|
* Gets or sets the Subtitle property.
|
|
@@ -1248,10 +1254,10 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1248
1254
|
* ```
|
|
1249
1255
|
*/
|
|
1250
1256
|
get subtitle() {
|
|
1251
|
-
return this.i.
|
|
1257
|
+
return this.i.j8;
|
|
1252
1258
|
}
|
|
1253
1259
|
set subtitle(v) {
|
|
1254
|
-
this.i.
|
|
1260
|
+
this.i.j8 = v;
|
|
1255
1261
|
}
|
|
1256
1262
|
/**
|
|
1257
1263
|
* Sets or gets the top margin to use around the chart content.
|
|
@@ -1263,11 +1269,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1263
1269
|
* ```
|
|
1264
1270
|
*/
|
|
1265
1271
|
get topMargin() {
|
|
1266
|
-
return this.i.
|
|
1272
|
+
return this.i.hd;
|
|
1267
1273
|
}
|
|
1268
1274
|
set topMargin(v) {
|
|
1269
|
-
this.i.
|
|
1270
|
-
this._a("topMargin", this.i.
|
|
1275
|
+
this.i.hd = +v;
|
|
1276
|
+
this._a("topMargin", this.i.hd);
|
|
1271
1277
|
}
|
|
1272
1278
|
/**
|
|
1273
1279
|
* Sets or gets the left margin to use around the chart content.
|
|
@@ -1279,11 +1285,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1279
1285
|
* ```
|
|
1280
1286
|
*/
|
|
1281
1287
|
get leftMargin() {
|
|
1282
|
-
return this.i.
|
|
1288
|
+
return this.i.gz;
|
|
1283
1289
|
}
|
|
1284
1290
|
set leftMargin(v) {
|
|
1285
|
-
this.i.
|
|
1286
|
-
this._a("leftMargin", this.i.
|
|
1291
|
+
this.i.gz = +v;
|
|
1292
|
+
this._a("leftMargin", this.i.gz);
|
|
1287
1293
|
}
|
|
1288
1294
|
/**
|
|
1289
1295
|
* Sets or gets the right margin to use around the chart content.
|
|
@@ -1295,11 +1301,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1295
1301
|
* ```
|
|
1296
1302
|
*/
|
|
1297
1303
|
get rightMargin() {
|
|
1298
|
-
return this.i.
|
|
1304
|
+
return this.i.g4;
|
|
1299
1305
|
}
|
|
1300
1306
|
set rightMargin(v) {
|
|
1301
|
-
this.i.
|
|
1302
|
-
this._a("rightMargin", this.i.
|
|
1307
|
+
this.i.g4 = +v;
|
|
1308
|
+
this._a("rightMargin", this.i.g4);
|
|
1303
1309
|
}
|
|
1304
1310
|
/**
|
|
1305
1311
|
* Sets or gets the bottom margin to use around the chart content.
|
|
@@ -1311,11 +1317,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1311
1317
|
* ```
|
|
1312
1318
|
*/
|
|
1313
1319
|
get bottomMargin() {
|
|
1314
|
-
return this.i.
|
|
1320
|
+
return this.i.gm;
|
|
1315
1321
|
}
|
|
1316
1322
|
set bottomMargin(v) {
|
|
1317
|
-
this.i.
|
|
1318
|
-
this._a("bottomMargin", this.i.
|
|
1323
|
+
this.i.gm = +v;
|
|
1324
|
+
this._a("bottomMargin", this.i.gm);
|
|
1319
1325
|
}
|
|
1320
1326
|
/**
|
|
1321
1327
|
* Sets or gets the automatic width to add when automatically adding margins to the chart.
|
|
@@ -1327,11 +1333,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1327
1333
|
* ```
|
|
1328
1334
|
*/
|
|
1329
1335
|
get autoMarginWidth() {
|
|
1330
|
-
return this.i.
|
|
1336
|
+
return this.i.gl;
|
|
1331
1337
|
}
|
|
1332
1338
|
set autoMarginWidth(v) {
|
|
1333
|
-
this.i.
|
|
1334
|
-
this._a("autoMarginWidth", this.i.
|
|
1339
|
+
this.i.gl = +v;
|
|
1340
|
+
this._a("autoMarginWidth", this.i.gl);
|
|
1335
1341
|
}
|
|
1336
1342
|
/**
|
|
1337
1343
|
* Sets or gets the automatic height to add when automatically adding margins to the chart.
|
|
@@ -1341,21 +1347,21 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1341
1347
|
* ```
|
|
1342
1348
|
*/
|
|
1343
1349
|
get autoMarginHeight() {
|
|
1344
|
-
return this.i.
|
|
1350
|
+
return this.i.gk;
|
|
1345
1351
|
}
|
|
1346
1352
|
set autoMarginHeight(v) {
|
|
1347
|
-
this.i.
|
|
1348
|
-
this._a("autoMarginHeight", this.i.
|
|
1353
|
+
this.i.gk = +v;
|
|
1354
|
+
this._a("autoMarginHeight", this.i.gk);
|
|
1349
1355
|
}
|
|
1350
1356
|
/**
|
|
1351
1357
|
* Gets or sets the IsAntiAliasingEnabledDuringInteraction property.
|
|
1352
1358
|
*/
|
|
1353
1359
|
get isAntiAliasingEnabledDuringInteraction() {
|
|
1354
|
-
return this.i.
|
|
1360
|
+
return this.i.eb;
|
|
1355
1361
|
}
|
|
1356
1362
|
set isAntiAliasingEnabledDuringInteraction(v) {
|
|
1357
|
-
this.i.
|
|
1358
|
-
this._a("isAntiAliasingEnabledDuringInteraction", this.i.
|
|
1363
|
+
this.i.eb = ensureBool(v);
|
|
1364
|
+
this._a("isAntiAliasingEnabledDuringInteraction", this.i.eb);
|
|
1359
1365
|
}
|
|
1360
1366
|
/**
|
|
1361
1367
|
* Gets or sets the scaling value used to affect the pixel density of the control.
|
|
@@ -1363,21 +1369,21 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1363
1369
|
* to appear blurry.
|
|
1364
1370
|
*/
|
|
1365
1371
|
get pixelScalingRatio() {
|
|
1366
|
-
return this.i.
|
|
1372
|
+
return this.i.g0;
|
|
1367
1373
|
}
|
|
1368
1374
|
set pixelScalingRatio(v) {
|
|
1369
|
-
this.i.
|
|
1370
|
-
this._a("pixelScalingRatio", this.i.
|
|
1375
|
+
this.i.g0 = +v;
|
|
1376
|
+
this._a("pixelScalingRatio", this.i.g0);
|
|
1371
1377
|
}
|
|
1372
1378
|
/**
|
|
1373
1379
|
* Method of pixel scaling to use during end user interaction with the chart.
|
|
1374
1380
|
*/
|
|
1375
1381
|
get interactionPixelScalingRatio() {
|
|
1376
|
-
return this.i.
|
|
1382
|
+
return this.i.gy;
|
|
1377
1383
|
}
|
|
1378
1384
|
set interactionPixelScalingRatio(v) {
|
|
1379
|
-
this.i.
|
|
1380
|
-
this._a("interactionPixelScalingRatio", this.i.
|
|
1385
|
+
this.i.gy = +v;
|
|
1386
|
+
this._a("interactionPixelScalingRatio", this.i.gy);
|
|
1381
1387
|
}
|
|
1382
1388
|
/**
|
|
1383
1389
|
* Gets the resolved pixel scaling ratio.
|
|
@@ -1389,11 +1395,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1389
1395
|
* ```
|
|
1390
1396
|
*/
|
|
1391
1397
|
get actualPixelScalingRatio() {
|
|
1392
|
-
return this.i.
|
|
1398
|
+
return this.i.gf;
|
|
1393
1399
|
}
|
|
1394
1400
|
set actualPixelScalingRatio(v) {
|
|
1395
|
-
this.i.
|
|
1396
|
-
this._a("actualPixelScalingRatio", this.i.
|
|
1401
|
+
this.i.gf = +v;
|
|
1402
|
+
this._a("actualPixelScalingRatio", this.i.gf);
|
|
1397
1403
|
}
|
|
1398
1404
|
/**
|
|
1399
1405
|
* Resolved method of pixel scaling to use during end user interaction with the chart.
|
|
@@ -1403,31 +1409,31 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1403
1409
|
* ```
|
|
1404
1410
|
*/
|
|
1405
1411
|
get actualInteractionPixelScalingRatio() {
|
|
1406
|
-
return this.i.
|
|
1412
|
+
return this.i.ge;
|
|
1407
1413
|
}
|
|
1408
1414
|
set actualInteractionPixelScalingRatio(v) {
|
|
1409
|
-
this.i.
|
|
1410
|
-
this._a("actualInteractionPixelScalingRatio", this.i.
|
|
1415
|
+
this.i.ge = +v;
|
|
1416
|
+
this._a("actualInteractionPixelScalingRatio", this.i.ge);
|
|
1411
1417
|
}
|
|
1412
1418
|
/**
|
|
1413
1419
|
* Gets or sets a whether the chart should pan its content when zooing in passed max zoom level.
|
|
1414
1420
|
*/
|
|
1415
1421
|
get shouldPanOnMaximumZoom() {
|
|
1416
|
-
return this.i.
|
|
1422
|
+
return this.i.fa;
|
|
1417
1423
|
}
|
|
1418
1424
|
set shouldPanOnMaximumZoom(v) {
|
|
1419
|
-
this.i.
|
|
1420
|
-
this._a("shouldPanOnMaximumZoom", this.i.
|
|
1425
|
+
this.i.fa = ensureBool(v);
|
|
1426
|
+
this._a("shouldPanOnMaximumZoom", this.i.fa);
|
|
1421
1427
|
}
|
|
1422
1428
|
/**
|
|
1423
1429
|
* Gets the actual value of the window rectangle, which represents the current zoom level.
|
|
1424
1430
|
*/
|
|
1425
1431
|
get actualWindowRect() {
|
|
1426
|
-
return fromRect(this.i.
|
|
1432
|
+
return fromRect(this.i.tj);
|
|
1427
1433
|
}
|
|
1428
1434
|
set actualWindowRect(v) {
|
|
1429
|
-
this.i.
|
|
1430
|
-
this._a("actualWindowRect", rectToString(this.i.
|
|
1435
|
+
this.i.tj = toRect(v);
|
|
1436
|
+
this._a("actualWindowRect", rectToString(this.i.tj));
|
|
1431
1437
|
}
|
|
1432
1438
|
/**
|
|
1433
1439
|
* A number between 0 and 1 determining the position of the horizontal scroll.
|
|
@@ -1438,11 +1444,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1438
1444
|
* ```
|
|
1439
1445
|
*/
|
|
1440
1446
|
get actualWindowPositionHorizontal() {
|
|
1441
|
-
return this.i.
|
|
1447
|
+
return this.i.gg;
|
|
1442
1448
|
}
|
|
1443
1449
|
set actualWindowPositionHorizontal(v) {
|
|
1444
|
-
this.i.
|
|
1445
|
-
this._a("actualWindowPositionHorizontal", this.i.
|
|
1450
|
+
this.i.gg = +v;
|
|
1451
|
+
this._a("actualWindowPositionHorizontal", this.i.gg);
|
|
1446
1452
|
}
|
|
1447
1453
|
/**
|
|
1448
1454
|
* A number between 0 and 1 determining the position of the vertical scroll.
|
|
@@ -1454,11 +1460,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1454
1460
|
* ```
|
|
1455
1461
|
*/
|
|
1456
1462
|
get actualWindowPositionVertical() {
|
|
1457
|
-
return this.i.
|
|
1463
|
+
return this.i.gh;
|
|
1458
1464
|
}
|
|
1459
1465
|
set actualWindowPositionVertical(v) {
|
|
1460
|
-
this.i.
|
|
1461
|
-
this._a("actualWindowPositionVertical", this.i.
|
|
1466
|
+
this.i.gh = +v;
|
|
1467
|
+
this._a("actualWindowPositionVertical", this.i.gh);
|
|
1462
1468
|
}
|
|
1463
1469
|
findByName(name) {
|
|
1464
1470
|
if (this.findEphemera) {
|
|
@@ -1531,9 +1537,6 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1531
1537
|
let iv = this.i.getDesiredToolbarActions();
|
|
1532
1538
|
return (iv);
|
|
1533
1539
|
}
|
|
1534
|
-
onToolCommandExecuting(command) {
|
|
1535
|
-
this.i.onToolCommandExecuting(command);
|
|
1536
|
-
}
|
|
1537
1540
|
addCommandAvailabilityListener(listener) {
|
|
1538
1541
|
this.i.addCommandAvailabilityListener(listener);
|
|
1539
1542
|
}
|
|
@@ -1555,55 +1558,55 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1555
1558
|
* ```
|
|
1556
1559
|
*/
|
|
1557
1560
|
hideToolTip() {
|
|
1558
|
-
this.i.
|
|
1561
|
+
this.i.l7();
|
|
1559
1562
|
}
|
|
1560
1563
|
simulateHover(point) {
|
|
1561
|
-
this.i.
|
|
1564
|
+
this.i.o9(toPoint(point));
|
|
1562
1565
|
}
|
|
1563
1566
|
/**
|
|
1564
1567
|
* Manually starts a tiled zoom if one isn't already running.
|
|
1565
1568
|
|
|
1566
1569
|
*/
|
|
1567
1570
|
startTiledZoomingIfNecessary() {
|
|
1568
|
-
this.i.
|
|
1571
|
+
this.i.pb();
|
|
1569
1572
|
}
|
|
1570
1573
|
/**
|
|
1571
1574
|
* Manually ends a tiled zoom if one is running.
|
|
1572
1575
|
|
|
1573
1576
|
*/
|
|
1574
1577
|
endTiledZoomingIfRunning() {
|
|
1575
|
-
this.i.
|
|
1578
|
+
this.i.l1();
|
|
1576
1579
|
}
|
|
1577
1580
|
/**
|
|
1578
1581
|
* Clears the tile zoom tile cache so that new tiles will be generated. Only applies if the viewer is using a tile based zoom.
|
|
1579
1582
|
|
|
1580
1583
|
*/
|
|
1581
1584
|
clearTileZoomCache() {
|
|
1582
|
-
this.i.
|
|
1585
|
+
this.i.lv();
|
|
1583
1586
|
}
|
|
1584
1587
|
/**
|
|
1585
1588
|
* Performs zoom in action on the chart by specified percentage of current window rect
|
|
1586
1589
|
|
|
1587
1590
|
*/
|
|
1588
1591
|
zoomIn(percentage) {
|
|
1589
|
-
this.i.
|
|
1592
|
+
this.i.pt(percentage);
|
|
1590
1593
|
}
|
|
1591
1594
|
/**
|
|
1592
1595
|
* Performs zoom out action on the chart by specified percentage of current window rect
|
|
1593
1596
|
|
|
1594
1597
|
*/
|
|
1595
1598
|
zoomOut(percentage) {
|
|
1596
|
-
this.i.
|
|
1599
|
+
this.i.pu(percentage);
|
|
1597
1600
|
}
|
|
1598
1601
|
/**
|
|
1599
1602
|
* Resets the zoom level to default.
|
|
1600
1603
|
|
|
1601
1604
|
*/
|
|
1602
1605
|
resetZoom() {
|
|
1603
|
-
this.i.
|
|
1606
|
+
this.i.o3();
|
|
1604
1607
|
}
|
|
1605
1608
|
cancelManipulation() {
|
|
1606
|
-
this.i.
|
|
1609
|
+
this.i.lq();
|
|
1607
1610
|
}
|
|
1608
1611
|
/**
|
|
1609
1612
|
* Gets actual window scale for horizontal dimension of the control
|
|
@@ -1614,7 +1617,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1614
1617
|
* ```
|
|
1615
1618
|
*/
|
|
1616
1619
|
getActualWindowScaleHorizontal() {
|
|
1617
|
-
let iv = this.i.
|
|
1620
|
+
let iv = this.i.gp();
|
|
1618
1621
|
return (iv);
|
|
1619
1622
|
}
|
|
1620
1623
|
/**
|
|
@@ -1626,7 +1629,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1626
1629
|
* ```
|
|
1627
1630
|
*/
|
|
1628
1631
|
getActualWindowScaleVertical() {
|
|
1629
|
-
let iv = this.i.
|
|
1632
|
+
let iv = this.i.gq();
|
|
1630
1633
|
return (iv);
|
|
1631
1634
|
}
|
|
1632
1635
|
/**
|
|
@@ -1642,10 +1645,10 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1642
1645
|
* @param s * The series to attach to the chart.
|
|
1643
1646
|
*/
|
|
1644
1647
|
attachSeries(s) {
|
|
1645
|
-
this.i.
|
|
1648
|
+
this.i.lo((s == null ? null : s.i));
|
|
1646
1649
|
}
|
|
1647
1650
|
notifySetItem(source_, index, oldItem, newItem) {
|
|
1648
|
-
this.i.
|
|
1651
|
+
this.i.mq(source_, index, oldItem, newItem);
|
|
1649
1652
|
}
|
|
1650
1653
|
/**
|
|
1651
1654
|
* Used to manually notify the SeriesViewer that the data source has reset or cleared its items. Invoking this method is only necessary if that datasource is not observable.
|
|
@@ -1657,13 +1660,13 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1657
1660
|
* ```
|
|
1658
1661
|
*/
|
|
1659
1662
|
notifyClearItems(source_) {
|
|
1660
|
-
this.i.
|
|
1663
|
+
this.i.mh(source_);
|
|
1661
1664
|
}
|
|
1662
1665
|
notifyInsertItem(source_, index, newItem) {
|
|
1663
|
-
this.i.
|
|
1666
|
+
this.i.mo(source_, index, newItem);
|
|
1664
1667
|
}
|
|
1665
1668
|
notifyRemoveItem(source_, index, oldItem) {
|
|
1666
|
-
this.i.
|
|
1669
|
+
this.i.mp(source_, index, oldItem);
|
|
1667
1670
|
}
|
|
1668
1671
|
/**
|
|
1669
1672
|
* Release any resources held by the control.
|
|
@@ -1673,11 +1676,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1673
1676
|
this.i.destroy();
|
|
1674
1677
|
}
|
|
1675
1678
|
getCurrentActualWindowRect() {
|
|
1676
|
-
let iv = this.i.
|
|
1679
|
+
let iv = this.i.tp();
|
|
1677
1680
|
return fromRect(iv);
|
|
1678
1681
|
}
|
|
1679
1682
|
renderToImage(width, height) {
|
|
1680
|
-
let iv = this.i.
|
|
1683
|
+
let iv = this.i.h2(width, height);
|
|
1681
1684
|
return (iv);
|
|
1682
1685
|
}
|
|
1683
1686
|
/**
|
|
@@ -1693,6 +1696,9 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1693
1696
|
flush() {
|
|
1694
1697
|
this.i.flush();
|
|
1695
1698
|
}
|
|
1699
|
+
captureImage(settings) {
|
|
1700
|
+
this.i.lr((settings == null ? null : settings.i));
|
|
1701
|
+
}
|
|
1696
1702
|
/**
|
|
1697
1703
|
* Occurs when the left mouse button is pressed while the mouse pointer is over the plot area.
|
|
1698
1704
|
*/
|
|
@@ -2278,6 +2284,32 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
2278
2284
|
this.i.refreshCompleted = delegateCombine(this.i.refreshCompleted, this._refreshCompleted_wrapped);
|
|
2279
2285
|
;
|
|
2280
2286
|
}
|
|
2287
|
+
/**
|
|
2288
|
+
* Event raised when an image of the component is saved
|
|
2289
|
+
*/
|
|
2290
|
+
get imageCaptured() {
|
|
2291
|
+
return this._imageCaptured;
|
|
2292
|
+
}
|
|
2293
|
+
set imageCaptured(ev) {
|
|
2294
|
+
if (this._imageCaptured_wrapped !== null) {
|
|
2295
|
+
this.i.imageCaptured = delegateRemove(this.i.imageCaptured, this._imageCaptured_wrapped);
|
|
2296
|
+
this._imageCaptured_wrapped = null;
|
|
2297
|
+
this._imageCaptured = null;
|
|
2298
|
+
}
|
|
2299
|
+
this._imageCaptured = ev;
|
|
2300
|
+
this._imageCaptured_wrapped = (o, e) => {
|
|
2301
|
+
let outerArgs = new IgcImageCapturedEventArgs();
|
|
2302
|
+
outerArgs._provideImplementation(e);
|
|
2303
|
+
if (this.beforeImageCaptured) {
|
|
2304
|
+
this.beforeImageCaptured(this, outerArgs);
|
|
2305
|
+
}
|
|
2306
|
+
if (this._imageCaptured) {
|
|
2307
|
+
this._imageCaptured(this, outerArgs);
|
|
2308
|
+
}
|
|
2309
|
+
};
|
|
2310
|
+
this.i.imageCaptured = delegateCombine(this.i.imageCaptured, this._imageCaptured_wrapped);
|
|
2311
|
+
;
|
|
2312
|
+
}
|
|
2281
2313
|
}
|
|
2282
2314
|
IgcSeriesViewerComponent._observedAttributesIgcSeriesViewerComponent = null;
|
|
2283
2315
|
return IgcSeriesViewerComponent;
|