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
|
@@ -164,7 +164,7 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
164
164
|
* Gets or sets if the current axis is of category axis type
|
|
165
165
|
*/
|
|
166
166
|
get isCategory() {
|
|
167
|
-
return this.i.
|
|
167
|
+
return this.i.cb;
|
|
168
168
|
}
|
|
169
169
|
/**
|
|
170
170
|
* Gets or sets if the current axis is of numeric axis type
|
|
@@ -172,61 +172,61 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
172
172
|
* Gets or sets if the current axis is of numeric axis type
|
|
173
173
|
*/
|
|
174
174
|
get isNumeric() {
|
|
175
|
-
return this.i.
|
|
175
|
+
return this.i.cj;
|
|
176
176
|
}
|
|
177
177
|
/**
|
|
178
178
|
* Gets if the current axis is of angular axis type
|
|
179
179
|
*/
|
|
180
180
|
get isAngular() {
|
|
181
|
-
return this.i.
|
|
181
|
+
return this.i.b9;
|
|
182
182
|
}
|
|
183
183
|
/**
|
|
184
184
|
* Gets or sets if the current axis is of radial axis type
|
|
185
185
|
*/
|
|
186
186
|
get isRadial() {
|
|
187
|
-
return this.i.
|
|
187
|
+
return this.i.cm;
|
|
188
188
|
}
|
|
189
189
|
/**
|
|
190
190
|
* Gets if the current axis is a vertical axis.
|
|
191
191
|
*/
|
|
192
192
|
get isVertical() {
|
|
193
|
-
return this.i.
|
|
193
|
+
return this.i.cp;
|
|
194
194
|
}
|
|
195
195
|
/**
|
|
196
196
|
* Gets or sets if the current axis is sorting data items
|
|
197
197
|
*/
|
|
198
198
|
get isSorting() {
|
|
199
|
-
return this.i.
|
|
199
|
+
return this.i.cn;
|
|
200
200
|
}
|
|
201
201
|
/**
|
|
202
202
|
* Gets or sets if the current axis is of date time axis type
|
|
203
203
|
*/
|
|
204
204
|
get isDateTime() {
|
|
205
|
-
return this.i.
|
|
205
|
+
return this.i.ce;
|
|
206
206
|
}
|
|
207
207
|
/**
|
|
208
208
|
* Gets or sets if the current axis is of ordinal axis type
|
|
209
209
|
*/
|
|
210
210
|
get isOrdinal() {
|
|
211
|
-
return this.i.
|
|
211
|
+
return this.i.ck;
|
|
212
212
|
}
|
|
213
213
|
/**
|
|
214
214
|
* Gets or sets if the axis is a piecewise scaling function.
|
|
215
215
|
*/
|
|
216
216
|
get isPiecewise() {
|
|
217
|
-
return this.i.
|
|
217
|
+
return this.i.cl;
|
|
218
218
|
}
|
|
219
219
|
/**
|
|
220
220
|
* Gets if the current axis is of category date time axis type
|
|
221
221
|
*/
|
|
222
222
|
get isCategoryDateTime() {
|
|
223
|
-
return this.i.
|
|
223
|
+
return this.i.cc;
|
|
224
224
|
}
|
|
225
225
|
/**
|
|
226
226
|
* Gets if the current axis is a continuous rather than a discrete scale
|
|
227
227
|
*/
|
|
228
228
|
get isContinuous() {
|
|
229
|
-
return this.i.
|
|
229
|
+
return this.i.cd;
|
|
230
230
|
}
|
|
231
231
|
/**
|
|
232
232
|
* Sets or gets a function which takes an object that produces a formatted label for displaying in the chart.
|
|
@@ -234,10 +234,10 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
234
234
|
* The `FormatLabel` function takes an object that produces a formatted label for displaying in the chart.
|
|
235
235
|
*/
|
|
236
236
|
get formatLabel() {
|
|
237
|
-
return this.i.
|
|
237
|
+
return this.i.au;
|
|
238
238
|
}
|
|
239
239
|
set formatLabel(v) {
|
|
240
|
-
this.i.
|
|
240
|
+
this.i.au = v;
|
|
241
241
|
}
|
|
242
242
|
/**
|
|
243
243
|
* Gets or sets the Title property.
|
|
@@ -245,10 +245,10 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
245
245
|
* Use `Title` property to display the title of the component.
|
|
246
246
|
*/
|
|
247
247
|
get title() {
|
|
248
|
-
return this.i.
|
|
248
|
+
return this.i.g6;
|
|
249
249
|
}
|
|
250
250
|
set title(v) {
|
|
251
|
-
this.i.
|
|
251
|
+
this.i.g6 = v;
|
|
252
252
|
}
|
|
253
253
|
/**
|
|
254
254
|
* Gets or sets the Stroke property.
|
|
@@ -257,21 +257,21 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
257
257
|
* Use `Stroke` property to set the stroke of the chart.
|
|
258
258
|
*/
|
|
259
259
|
get stroke() {
|
|
260
|
-
return brushToString(this.i.
|
|
260
|
+
return brushToString(this.i.jz);
|
|
261
261
|
}
|
|
262
262
|
set stroke(v) {
|
|
263
|
-
this.i.
|
|
264
|
-
this._a("stroke", brushToString(this.i.
|
|
263
|
+
this.i.jz = stringToBrush(v);
|
|
264
|
+
this._a("stroke", brushToString(this.i.jz));
|
|
265
265
|
}
|
|
266
266
|
/**
|
|
267
267
|
* Gets or sets the effective stroke used for the axis.
|
|
268
268
|
*/
|
|
269
269
|
get actualStroke() {
|
|
270
|
-
return brushToString(this.i.
|
|
270
|
+
return brushToString(this.i.jv);
|
|
271
271
|
}
|
|
272
272
|
set actualStroke(v) {
|
|
273
|
-
this.i.
|
|
274
|
-
this._a("actualStroke", brushToString(this.i.
|
|
273
|
+
this.i.jv = stringToBrush(v);
|
|
274
|
+
this._a("actualStroke", brushToString(this.i.jv));
|
|
275
275
|
}
|
|
276
276
|
/**
|
|
277
277
|
* Gets or sets the StrokeThickness property.
|
|
@@ -279,21 +279,21 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
279
279
|
* Use `StrokeThickness` property for the thickness of the stroke.
|
|
280
280
|
*/
|
|
281
281
|
get strokeThickness() {
|
|
282
|
-
return this.i.
|
|
282
|
+
return this.i.fg;
|
|
283
283
|
}
|
|
284
284
|
set strokeThickness(v) {
|
|
285
|
-
this.i.
|
|
286
|
-
this._a("strokeThickness", this.i.
|
|
285
|
+
this.i.fg = +v;
|
|
286
|
+
this._a("strokeThickness", this.i.fg);
|
|
287
287
|
}
|
|
288
288
|
/**
|
|
289
289
|
* Gets or sets the StrokeDashArray property.
|
|
290
290
|
*/
|
|
291
291
|
get strokeDashArray() {
|
|
292
|
-
return fromDoubleCollection(this.i.
|
|
292
|
+
return fromDoubleCollection(this.i.j3);
|
|
293
293
|
}
|
|
294
294
|
set strokeDashArray(v) {
|
|
295
|
-
this.i.
|
|
296
|
-
this._a("strokeDashArray", doubleCollectionToString(this.i.
|
|
295
|
+
this.i.j3 = toDoubleCollection(v);
|
|
296
|
+
this._a("strokeDashArray", doubleCollectionToString(this.i.j3));
|
|
297
297
|
}
|
|
298
298
|
/**
|
|
299
299
|
* Gets or sets the Strip property.
|
|
@@ -301,11 +301,11 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
301
301
|
* Use `Strip` property to set the strip of the chart.
|
|
302
302
|
*/
|
|
303
303
|
get strip() {
|
|
304
|
-
return brushToString(this.i.
|
|
304
|
+
return brushToString(this.i.jy);
|
|
305
305
|
}
|
|
306
306
|
set strip(v) {
|
|
307
|
-
this.i.
|
|
308
|
-
this._a("strip", brushToString(this.i.
|
|
307
|
+
this.i.jy = stringToBrush(v);
|
|
308
|
+
this._a("strip", brushToString(this.i.jy));
|
|
309
309
|
}
|
|
310
310
|
/**
|
|
311
311
|
* Gets or sets the MajorStroke property.
|
|
@@ -314,11 +314,11 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
314
314
|
* Gets or sets the `MajorStroke` using this property.
|
|
315
315
|
*/
|
|
316
316
|
get majorStroke() {
|
|
317
|
-
return brushToString(this.i.
|
|
317
|
+
return brushToString(this.i.jw);
|
|
318
318
|
}
|
|
319
319
|
set majorStroke(v) {
|
|
320
|
-
this.i.
|
|
321
|
-
this._a("majorStroke", brushToString(this.i.
|
|
320
|
+
this.i.jw = stringToBrush(v);
|
|
321
|
+
this._a("majorStroke", brushToString(this.i.jw));
|
|
322
322
|
}
|
|
323
323
|
/**
|
|
324
324
|
* Gets or sets the ActualMajorStroke property.
|
|
@@ -326,11 +326,11 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
326
326
|
* The `ActualMajorStroke` property is used for ActualMajorStroke of the axis.
|
|
327
327
|
*/
|
|
328
328
|
get actualMajorStroke() {
|
|
329
|
-
return brushToString(this.i.
|
|
329
|
+
return brushToString(this.i.jt);
|
|
330
330
|
}
|
|
331
331
|
set actualMajorStroke(v) {
|
|
332
|
-
this.i.
|
|
333
|
-
this._a("actualMajorStroke", brushToString(this.i.
|
|
332
|
+
this.i.jt = stringToBrush(v);
|
|
333
|
+
this._a("actualMajorStroke", brushToString(this.i.jt));
|
|
334
334
|
}
|
|
335
335
|
/**
|
|
336
336
|
* Gets or sets the MajorStrokeThickness property.
|
|
@@ -338,21 +338,21 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
338
338
|
* Gets or sets the `MajorStrokeThickness` using this property.
|
|
339
339
|
*/
|
|
340
340
|
get majorStrokeThickness() {
|
|
341
|
-
return this.i.
|
|
341
|
+
return this.i.er;
|
|
342
342
|
}
|
|
343
343
|
set majorStrokeThickness(v) {
|
|
344
|
-
this.i.
|
|
345
|
-
this._a("majorStrokeThickness", this.i.
|
|
344
|
+
this.i.er = +v;
|
|
345
|
+
this._a("majorStrokeThickness", this.i.er);
|
|
346
346
|
}
|
|
347
347
|
/**
|
|
348
348
|
* Gets or sets the MajorStrokeDashArray property.
|
|
349
349
|
*/
|
|
350
350
|
get majorStrokeDashArray() {
|
|
351
|
-
return fromDoubleCollection(this.i.
|
|
351
|
+
return fromDoubleCollection(this.i.j1);
|
|
352
352
|
}
|
|
353
353
|
set majorStrokeDashArray(v) {
|
|
354
|
-
this.i.
|
|
355
|
-
this._a("majorStrokeDashArray", doubleCollectionToString(this.i.
|
|
354
|
+
this.i.j1 = toDoubleCollection(v);
|
|
355
|
+
this._a("majorStrokeDashArray", doubleCollectionToString(this.i.j1));
|
|
356
356
|
}
|
|
357
357
|
/**
|
|
358
358
|
* Gets or sets the MinorStroke property.
|
|
@@ -360,11 +360,11 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
360
360
|
* Gets or sets the minorStroke thickness using `MinorStrokeThickness` property.
|
|
361
361
|
*/
|
|
362
362
|
get minorStroke() {
|
|
363
|
-
return brushToString(this.i.
|
|
363
|
+
return brushToString(this.i.jx);
|
|
364
364
|
}
|
|
365
365
|
set minorStroke(v) {
|
|
366
|
-
this.i.
|
|
367
|
-
this._a("minorStroke", brushToString(this.i.
|
|
366
|
+
this.i.jx = stringToBrush(v);
|
|
367
|
+
this._a("minorStroke", brushToString(this.i.jx));
|
|
368
368
|
}
|
|
369
369
|
/**
|
|
370
370
|
* Gets or sets the ActualMinorStroke property.
|
|
@@ -372,31 +372,31 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
372
372
|
* The `ActualMinorStroke` property is used for ActualMinorStroke of the axis.
|
|
373
373
|
*/
|
|
374
374
|
get actualMinorStroke() {
|
|
375
|
-
return brushToString(this.i.
|
|
375
|
+
return brushToString(this.i.ju);
|
|
376
376
|
}
|
|
377
377
|
set actualMinorStroke(v) {
|
|
378
|
-
this.i.
|
|
379
|
-
this._a("actualMinorStroke", brushToString(this.i.
|
|
378
|
+
this.i.ju = stringToBrush(v);
|
|
379
|
+
this._a("actualMinorStroke", brushToString(this.i.ju));
|
|
380
380
|
}
|
|
381
381
|
/**
|
|
382
382
|
* Gets or sets the MinorStrokeThickness property.
|
|
383
383
|
*/
|
|
384
384
|
get minorStrokeThickness() {
|
|
385
|
-
return this.i.
|
|
385
|
+
return this.i.eu;
|
|
386
386
|
}
|
|
387
387
|
set minorStrokeThickness(v) {
|
|
388
|
-
this.i.
|
|
389
|
-
this._a("minorStrokeThickness", this.i.
|
|
388
|
+
this.i.eu = +v;
|
|
389
|
+
this._a("minorStrokeThickness", this.i.eu);
|
|
390
390
|
}
|
|
391
391
|
/**
|
|
392
392
|
* Gets or sets the MinorStrokeDashArray property.
|
|
393
393
|
*/
|
|
394
394
|
get minorStrokeDashArray() {
|
|
395
|
-
return fromDoubleCollection(this.i.
|
|
395
|
+
return fromDoubleCollection(this.i.j2);
|
|
396
396
|
}
|
|
397
397
|
set minorStrokeDashArray(v) {
|
|
398
|
-
this.i.
|
|
399
|
-
this._a("minorStrokeDashArray", doubleCollectionToString(this.i.
|
|
398
|
+
this.i.j2 = toDoubleCollection(v);
|
|
399
|
+
this._a("minorStrokeDashArray", doubleCollectionToString(this.i.j2));
|
|
400
400
|
}
|
|
401
401
|
/**
|
|
402
402
|
* Gets or sets the TickStroke property.
|
|
@@ -404,11 +404,11 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
404
404
|
* Use `TickStroke` property for the color of the tickmarks.
|
|
405
405
|
*/
|
|
406
406
|
get tickStroke() {
|
|
407
|
-
return brushToString(this.i.
|
|
407
|
+
return brushToString(this.i.j0);
|
|
408
408
|
}
|
|
409
409
|
set tickStroke(v) {
|
|
410
|
-
this.i.
|
|
411
|
-
this._a("tickStroke", brushToString(this.i.
|
|
410
|
+
this.i.j0 = stringToBrush(v);
|
|
411
|
+
this._a("tickStroke", brushToString(this.i.j0));
|
|
412
412
|
}
|
|
413
413
|
/**
|
|
414
414
|
* Gets or sets the TickStrokeThickness property.
|
|
@@ -416,21 +416,21 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
416
416
|
* Use `TickStrokeThickness` property for thickness of the stroke tickmarks.
|
|
417
417
|
*/
|
|
418
418
|
get tickStrokeThickness() {
|
|
419
|
-
return this.i.
|
|
419
|
+
return this.i.fi;
|
|
420
420
|
}
|
|
421
421
|
set tickStrokeThickness(v) {
|
|
422
|
-
this.i.
|
|
423
|
-
this._a("tickStrokeThickness", this.i.
|
|
422
|
+
this.i.fi = +v;
|
|
423
|
+
this._a("tickStrokeThickness", this.i.fi);
|
|
424
424
|
}
|
|
425
425
|
/**
|
|
426
426
|
* Gets or sets the TickStrokeDashArray property.
|
|
427
427
|
*/
|
|
428
428
|
get tickStrokeDashArray() {
|
|
429
|
-
return fromDoubleCollection(this.i.
|
|
429
|
+
return fromDoubleCollection(this.i.j4);
|
|
430
430
|
}
|
|
431
431
|
set tickStrokeDashArray(v) {
|
|
432
|
-
this.i.
|
|
433
|
-
this._a("tickStrokeDashArray", doubleCollectionToString(this.i.
|
|
432
|
+
this.i.j4 = toDoubleCollection(v);
|
|
433
|
+
this._a("tickStrokeDashArray", doubleCollectionToString(this.i.j4));
|
|
434
434
|
}
|
|
435
435
|
/**
|
|
436
436
|
* Gets or sets the TickLength property.
|
|
@@ -438,11 +438,11 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
438
438
|
* Use `TickLength` property for The length of the tickmarks to display for this axis.
|
|
439
439
|
*/
|
|
440
440
|
get tickLength() {
|
|
441
|
-
return this.i.
|
|
441
|
+
return this.i.fh;
|
|
442
442
|
}
|
|
443
443
|
set tickLength(v) {
|
|
444
|
-
this.i.
|
|
445
|
-
this._a("tickLength", this.i.
|
|
444
|
+
this.i.fh = +v;
|
|
445
|
+
this._a("tickLength", this.i.fh);
|
|
446
446
|
}
|
|
447
447
|
/**
|
|
448
448
|
* Gets or sets the IsDisabled property. If true, the axis will not be rendered.
|
|
@@ -450,11 +450,11 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
450
450
|
* The `IsDisabled` property is used to decide if the axis will not be rendered.
|
|
451
451
|
*/
|
|
452
452
|
get isDisabled() {
|
|
453
|
-
return this.i.
|
|
453
|
+
return this.i.cf;
|
|
454
454
|
}
|
|
455
455
|
set isDisabled(v) {
|
|
456
|
-
this.i.
|
|
457
|
-
this._a("isDisabled", this.i.
|
|
456
|
+
this.i.cf = ensureBool(v);
|
|
457
|
+
this._a("isDisabled", this.i.cf);
|
|
458
458
|
}
|
|
459
459
|
/**
|
|
460
460
|
* Gets or sets the IsInverted property.
|
|
@@ -462,41 +462,41 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
462
462
|
* Gets or sets the `IsInverted` property.
|
|
463
463
|
*/
|
|
464
464
|
get isInverted() {
|
|
465
|
-
return this.i.
|
|
465
|
+
return this.i.ch;
|
|
466
466
|
}
|
|
467
467
|
set isInverted(v) {
|
|
468
|
-
this.i.
|
|
469
|
-
this._a("isInverted", this.i.
|
|
468
|
+
this.i.ch = ensureBool(v);
|
|
469
|
+
this._a("isInverted", this.i.ch);
|
|
470
470
|
}
|
|
471
471
|
/**
|
|
472
472
|
* Gets or sets whether annotations should be shifted to avoid collision, even if this would result in them appearing where they shouldn't be along the scale.
|
|
473
473
|
*/
|
|
474
474
|
get shouldAvoidAnnotationCollisions() {
|
|
475
|
-
return this.i.
|
|
475
|
+
return this.i.cu;
|
|
476
476
|
}
|
|
477
477
|
set shouldAvoidAnnotationCollisions(v) {
|
|
478
|
-
this.i.
|
|
479
|
-
this._a("shouldAvoidAnnotationCollisions", this.i.
|
|
478
|
+
this.i.cu = ensureBool(v);
|
|
479
|
+
this._a("shouldAvoidAnnotationCollisions", this.i.cu);
|
|
480
480
|
}
|
|
481
481
|
/**
|
|
482
482
|
* ets or sets whether annotations should be kept in view, even if they aren't positioned where they should appear on the scale.
|
|
483
483
|
*/
|
|
484
484
|
get shouldKeepAnnotationsInView() {
|
|
485
|
-
return this.i.
|
|
485
|
+
return this.i.cw;
|
|
486
486
|
}
|
|
487
487
|
set shouldKeepAnnotationsInView(v) {
|
|
488
|
-
this.i.
|
|
489
|
-
this._a("shouldKeepAnnotationsInView", this.i.
|
|
488
|
+
this.i.cw = ensureBool(v);
|
|
489
|
+
this._a("shouldKeepAnnotationsInView", this.i.cw);
|
|
490
490
|
}
|
|
491
491
|
/**
|
|
492
492
|
* Gets or sets whether to use label height measurement when determining the initial number of labels to render, before resolving collisions, etc.
|
|
493
493
|
*/
|
|
494
494
|
get usePerLabelHeightMeasurement() {
|
|
495
|
-
return this.i.
|
|
495
|
+
return this.i.c5;
|
|
496
496
|
}
|
|
497
497
|
set usePerLabelHeightMeasurement(v) {
|
|
498
|
-
this.i.
|
|
499
|
-
this._a("usePerLabelHeightMeasurement", this.i.
|
|
498
|
+
this.i.c5 = ensureBool(v);
|
|
499
|
+
this._a("usePerLabelHeightMeasurement", this.i.c5);
|
|
500
500
|
}
|
|
501
501
|
/**
|
|
502
502
|
* Gets or sets whether to use more advanced heuristics when determining the initial number of labels to render, before resolving collisions, etc.
|
|
@@ -505,11 +505,11 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
505
505
|
* before resolving collisions, etc.
|
|
506
506
|
*/
|
|
507
507
|
get useEnhancedIntervalManagement() {
|
|
508
|
-
return this.i.
|
|
508
|
+
return this.i.c4;
|
|
509
509
|
}
|
|
510
510
|
set useEnhancedIntervalManagement(v) {
|
|
511
|
-
this.i.
|
|
512
|
-
this._a("useEnhancedIntervalManagement", this.i.
|
|
511
|
+
this.i.c4 = ensureBool(v);
|
|
512
|
+
this._a("useEnhancedIntervalManagement", this.i.c4);
|
|
513
513
|
}
|
|
514
514
|
/**
|
|
515
515
|
* Gets or sets the minimum desired characters to be displayed for horizontal axes when using advanced label heuristics. -1 will attempt to adjust the interval to precisely fit the horizontal labels.
|
|
@@ -517,21 +517,21 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
517
517
|
* The `EnhancedIntervalMinimumCharacters` property is used to set the mininum desired characters to be displayed for horizontal axes when using advanced label heuristics.
|
|
518
518
|
*/
|
|
519
519
|
get enhancedIntervalMinimumCharacters() {
|
|
520
|
-
return this.i.
|
|
520
|
+
return this.i.fq;
|
|
521
521
|
}
|
|
522
522
|
set enhancedIntervalMinimumCharacters(v) {
|
|
523
|
-
this.i.
|
|
524
|
-
this._a("enhancedIntervalMinimumCharacters", this.i.
|
|
523
|
+
this.i.fq = +v;
|
|
524
|
+
this._a("enhancedIntervalMinimumCharacters", this.i.fq);
|
|
525
525
|
}
|
|
526
526
|
/**
|
|
527
527
|
* Gets or sets whether the enhanced interval management should prefer to show all the labels if possible without collisions for supported types of category axes. This is for use with EnhancedIntervalMinimumCharacters = -1 and axes that have an integral interval.
|
|
528
528
|
*/
|
|
529
529
|
get enhancedIntervalPreferMoreCategoryLabels() {
|
|
530
|
-
return this.i.
|
|
530
|
+
return this.i.b1;
|
|
531
531
|
}
|
|
532
532
|
set enhancedIntervalPreferMoreCategoryLabels(v) {
|
|
533
|
-
this.i.
|
|
534
|
-
this._a("enhancedIntervalPreferMoreCategoryLabels", this.i.
|
|
533
|
+
this.i.b1 = ensureBool(v);
|
|
534
|
+
this._a("enhancedIntervalPreferMoreCategoryLabels", this.i.b1);
|
|
535
535
|
}
|
|
536
536
|
/**
|
|
537
537
|
* Gets or sets the text style to use for axis labels.
|
|
@@ -539,11 +539,11 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
539
539
|
* The `labelTextStyle` property Overrides the style of the text used for the axis labels.
|
|
540
540
|
*/
|
|
541
541
|
get labelTextStyle() {
|
|
542
|
-
return this.i.
|
|
542
|
+
return this.i.az ? this.i.az.textStyle : null;
|
|
543
543
|
}
|
|
544
544
|
set labelTextStyle(v) {
|
|
545
545
|
this.ensureLabelSettings();
|
|
546
|
-
this.i.
|
|
546
|
+
this.i.az.textStyle = v;
|
|
547
547
|
}
|
|
548
548
|
/**
|
|
549
549
|
* The color of the {0}.
|
|
@@ -551,12 +551,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
551
551
|
* The `labelTextColor` property Overrides the color of the text used for the axis labels.
|
|
552
552
|
*/
|
|
553
553
|
get labelTextColor() {
|
|
554
|
-
return brushToString(this.i.
|
|
554
|
+
return brushToString(this.i.az ? this.i.az.textColor : null);
|
|
555
555
|
}
|
|
556
556
|
set labelTextColor(v) {
|
|
557
557
|
this.ensureLabelSettings();
|
|
558
|
-
this.i.
|
|
559
|
-
this._a("labelTextColor", brushToString(this.i.
|
|
558
|
+
this.i.az.textColor = stringToBrush(v);
|
|
559
|
+
this._a("labelTextColor", brushToString(this.i.az.textColor));
|
|
560
560
|
}
|
|
561
561
|
/**
|
|
562
562
|
* Gets or sets the location of the {0}.
|
|
@@ -564,12 +564,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
564
564
|
* The `Location` property is used for the location.
|
|
565
565
|
*/
|
|
566
566
|
get labelLocation() {
|
|
567
|
-
return this.i.
|
|
567
|
+
return this.i.az ? this.i.az.location : 0;
|
|
568
568
|
}
|
|
569
569
|
set labelLocation(v) {
|
|
570
570
|
this.ensureLabelSettings();
|
|
571
|
-
this.i.
|
|
572
|
-
this._a("labelLocation", enumToString(AxisLabelsLocation_$type, this.i.
|
|
571
|
+
this.i.az.location = ensureEnum(AxisLabelsLocation_$type, v);
|
|
572
|
+
this._a("labelLocation", enumToString(AxisLabelsLocation_$type, this.i.az.location));
|
|
573
573
|
}
|
|
574
574
|
/**
|
|
575
575
|
* Gets or sets the visibility of the {0}.
|
|
@@ -577,12 +577,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
577
577
|
* The `Visibility` property is used for the visibility of the axis.
|
|
578
578
|
*/
|
|
579
579
|
get labelVisibility() {
|
|
580
|
-
return this.i.
|
|
580
|
+
return this.i.az ? this.i.az.visibility : 0;
|
|
581
581
|
}
|
|
582
582
|
set labelVisibility(v) {
|
|
583
583
|
this.ensureLabelSettings();
|
|
584
|
-
this.i.
|
|
585
|
-
this._a("labelVisibility", enumToString(Visibility_$type, this.i.
|
|
584
|
+
this.i.az.visibility = ensureEnum(Visibility_$type, v);
|
|
585
|
+
this._a("labelVisibility", enumToString(Visibility_$type, this.i.az.visibility));
|
|
586
586
|
}
|
|
587
587
|
/**
|
|
588
588
|
* Gets or sets whether the first label is displayed when the zoom level is set to 1.
|
|
@@ -590,12 +590,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
590
590
|
* The `ShowFirstLabel` is used to check whether the first label is displayed when the zoom level is set to 1.
|
|
591
591
|
*/
|
|
592
592
|
get labelShowFirstLabel() {
|
|
593
|
-
return this.i.
|
|
593
|
+
return this.i.az ? this.i.az.showFirstLabel : false;
|
|
594
594
|
}
|
|
595
595
|
set labelShowFirstLabel(v) {
|
|
596
596
|
this.ensureLabelSettings();
|
|
597
|
-
this.i.
|
|
598
|
-
this._a("labelShowFirstLabel", this.i.
|
|
597
|
+
this.i.az.showFirstLabel = ensureBool(v);
|
|
598
|
+
this._a("labelShowFirstLabel", this.i.az.showFirstLabel);
|
|
599
599
|
}
|
|
600
600
|
/**
|
|
601
601
|
* Gets or sets the angle of the {0}.
|
|
@@ -603,12 +603,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
603
603
|
* The `Angle` property is used to set the angle of the axis.
|
|
604
604
|
*/
|
|
605
605
|
get labelAngle() {
|
|
606
|
-
return this.i.
|
|
606
|
+
return this.i.az ? this.i.az.angle : NaN;
|
|
607
607
|
}
|
|
608
608
|
set labelAngle(v) {
|
|
609
609
|
this.ensureLabelSettings();
|
|
610
|
-
this.i.
|
|
611
|
-
this._a("labelAngle", this.i.
|
|
610
|
+
this.i.az.angle = +v;
|
|
611
|
+
this._a("labelAngle", this.i.az.angle);
|
|
612
612
|
}
|
|
613
613
|
/**
|
|
614
614
|
* Distance between the axis and the edge of the control.
|
|
@@ -616,12 +616,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
616
616
|
* The `Extent` property is used for the extent.
|
|
617
617
|
*/
|
|
618
618
|
get labelExtent() {
|
|
619
|
-
return this.i.
|
|
619
|
+
return this.i.az ? this.i.az.extent : NaN;
|
|
620
620
|
}
|
|
621
621
|
set labelExtent(v) {
|
|
622
622
|
this.ensureLabelSettings();
|
|
623
|
-
this.i.
|
|
624
|
-
this._a("labelExtent", this.i.
|
|
623
|
+
this.i.az.extent = +v;
|
|
624
|
+
this._a("labelExtent", this.i.az.extent);
|
|
625
625
|
}
|
|
626
626
|
/**
|
|
627
627
|
* Margin applied to the left of the {0}.
|
|
@@ -629,12 +629,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
629
629
|
* The `labelLeftMargin` property is used for the left margin of the labels.
|
|
630
630
|
*/
|
|
631
631
|
get labelLeftMargin() {
|
|
632
|
-
return this.i.
|
|
632
|
+
return this.i.az ? this.i.az.leftMargin : NaN;
|
|
633
633
|
}
|
|
634
634
|
set labelLeftMargin(v) {
|
|
635
635
|
this.ensureLabelSettings();
|
|
636
|
-
this.i.
|
|
637
|
-
this._a("labelLeftMargin", this.i.
|
|
636
|
+
this.i.az.leftMargin = +v;
|
|
637
|
+
this._a("labelLeftMargin", this.i.az.leftMargin);
|
|
638
638
|
}
|
|
639
639
|
/**
|
|
640
640
|
* Margin applied to the right of the {0}.
|
|
@@ -642,12 +642,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
642
642
|
* The `labelRightMargin` property is used for the right margin of the labels.
|
|
643
643
|
*/
|
|
644
644
|
get labelRightMargin() {
|
|
645
|
-
return this.i.
|
|
645
|
+
return this.i.az ? this.i.az.rightMargin : NaN;
|
|
646
646
|
}
|
|
647
647
|
set labelRightMargin(v) {
|
|
648
648
|
this.ensureLabelSettings();
|
|
649
|
-
this.i.
|
|
650
|
-
this._a("labelRightMargin", this.i.
|
|
649
|
+
this.i.az.rightMargin = +v;
|
|
650
|
+
this._a("labelRightMargin", this.i.az.rightMargin);
|
|
651
651
|
}
|
|
652
652
|
/**
|
|
653
653
|
* Margin applied above the {0}.
|
|
@@ -655,12 +655,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
655
655
|
* The `labelTopMargin` property is used for the top margin of the labels.
|
|
656
656
|
*/
|
|
657
657
|
get labelTopMargin() {
|
|
658
|
-
return this.i.
|
|
658
|
+
return this.i.az ? this.i.az.topMargin : NaN;
|
|
659
659
|
}
|
|
660
660
|
set labelTopMargin(v) {
|
|
661
661
|
this.ensureLabelSettings();
|
|
662
|
-
this.i.
|
|
663
|
-
this._a("labelTopMargin", this.i.
|
|
662
|
+
this.i.az.topMargin = +v;
|
|
663
|
+
this._a("labelTopMargin", this.i.az.topMargin);
|
|
664
664
|
}
|
|
665
665
|
/**
|
|
666
666
|
* Margin applied below the {0}.
|
|
@@ -668,12 +668,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
668
668
|
* The `labelBottomMargin` is used to set the bottom margin of the labels.
|
|
669
669
|
*/
|
|
670
670
|
get labelBottomMargin() {
|
|
671
|
-
return this.i.
|
|
671
|
+
return this.i.az ? this.i.az.bottomMargin : NaN;
|
|
672
672
|
}
|
|
673
673
|
set labelBottomMargin(v) {
|
|
674
674
|
this.ensureLabelSettings();
|
|
675
|
-
this.i.
|
|
676
|
-
this._a("labelBottomMargin", this.i.
|
|
675
|
+
this.i.az.bottomMargin = +v;
|
|
676
|
+
this._a("labelBottomMargin", this.i.az.bottomMargin);
|
|
677
677
|
}
|
|
678
678
|
/**
|
|
679
679
|
* Gets or sets the horizontal alignment of the {0}.
|
|
@@ -681,12 +681,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
681
681
|
* The `HorizontalAlignment` property is used for the horizontal alignment.
|
|
682
682
|
*/
|
|
683
683
|
get labelHorizontalAlignment() {
|
|
684
|
-
return this.i.
|
|
684
|
+
return this.i.az ? this.i.az.horizontalAlignment : 0;
|
|
685
685
|
}
|
|
686
686
|
set labelHorizontalAlignment(v) {
|
|
687
687
|
this.ensureLabelSettings();
|
|
688
|
-
this.i.
|
|
689
|
-
this._a("labelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
688
|
+
this.i.az.horizontalAlignment = ensureEnum(HorizontalAlignment_$type, v);
|
|
689
|
+
this._a("labelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.az.horizontalAlignment));
|
|
690
690
|
}
|
|
691
691
|
/**
|
|
692
692
|
* Gets or sets the vertical alignment of the {0}.
|
|
@@ -694,26 +694,26 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
694
694
|
* The `VerticalAlignment` property is used for the vertical alignment of the axis.
|
|
695
695
|
*/
|
|
696
696
|
get labelVerticalAlignment() {
|
|
697
|
-
return this.i.
|
|
697
|
+
return this.i.az ? this.i.az.verticalAlignment : 0;
|
|
698
698
|
}
|
|
699
699
|
set labelVerticalAlignment(v) {
|
|
700
700
|
this.ensureLabelSettings();
|
|
701
|
-
this.i.
|
|
702
|
-
this._a("labelVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.
|
|
701
|
+
this.i.az.verticalAlignment = ensureEnum(VerticalAlignment_$type, v);
|
|
702
|
+
this._a("labelVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.az.verticalAlignment));
|
|
703
703
|
}
|
|
704
704
|
ensureLabelSettings() {
|
|
705
|
-
if (this.i.
|
|
705
|
+
if (this.i.az) {
|
|
706
706
|
return;
|
|
707
707
|
}
|
|
708
|
-
this.i.
|
|
709
|
-
this.i.
|
|
710
|
-
this.i.
|
|
711
|
-
this.i.
|
|
712
|
-
this.i.
|
|
713
|
-
this.i.
|
|
714
|
-
this.i.
|
|
715
|
-
this.i.
|
|
716
|
-
this.i.
|
|
708
|
+
this.i.az = new AxisLabelSettings();
|
|
709
|
+
this.i.az.location = this.i.a0();
|
|
710
|
+
this.i.az.angle = this.i.d5();
|
|
711
|
+
this.i.az.leftMargin = this.i.d7();
|
|
712
|
+
this.i.az.rightMargin = this.i.d8();
|
|
713
|
+
this.i.az.topMargin = this.i.d9();
|
|
714
|
+
this.i.az.bottomMargin = this.i.d6();
|
|
715
|
+
this.i.az.horizontalAlignment = this.i.jr();
|
|
716
|
+
this.i.az.verticalAlignment = this.i.kk();
|
|
717
717
|
}
|
|
718
718
|
/**
|
|
719
719
|
* Gets or sets the CrossingAxis property.
|
|
@@ -721,7 +721,7 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
721
721
|
* The `CrossingAxis` property is used for CrossingAxis .
|
|
722
722
|
*/
|
|
723
723
|
get crossingAxis() {
|
|
724
|
-
const r = this.i.
|
|
724
|
+
const r = this.i.aj;
|
|
725
725
|
if (r == null) {
|
|
726
726
|
return null;
|
|
727
727
|
}
|
|
@@ -737,7 +737,7 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
737
737
|
set crossingAxis(v) {
|
|
738
738
|
if (v != null && this._stylingContainer && v._styling)
|
|
739
739
|
v._styling(this._stylingContainer, this, this);
|
|
740
|
-
v == null ? this.i.
|
|
740
|
+
v == null ? this.i.aj = null : this.i.aj = v.i;
|
|
741
741
|
}
|
|
742
742
|
/**
|
|
743
743
|
* Gets or sets the name to use to resolve crossingAxis from markup.
|
|
@@ -754,21 +754,21 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
754
754
|
* The `CrossingValue` property is used for CrossingValue of the axis.
|
|
755
755
|
*/
|
|
756
756
|
get crossingValue() {
|
|
757
|
-
return this.i.
|
|
757
|
+
return this.i.fv;
|
|
758
758
|
}
|
|
759
759
|
set crossingValue(v) {
|
|
760
|
-
this.i.
|
|
760
|
+
this.i.fv = v;
|
|
761
761
|
}
|
|
762
762
|
/**
|
|
763
763
|
* Gets or sets the title position relative to the axis labels.
|
|
764
764
|
*/
|
|
765
765
|
get titlePosition() {
|
|
766
|
-
return this.i.
|
|
766
|
+
return this.i.bf ? this.i.bf.position : 0;
|
|
767
767
|
}
|
|
768
768
|
set titlePosition(v) {
|
|
769
769
|
this.ensureTitleSettings();
|
|
770
|
-
this.i.
|
|
771
|
-
this._a("titlePosition", enumToString(AxisTitlePosition_$type, this.i.
|
|
770
|
+
this.i.bf.position = ensureEnum(AxisTitlePosition_$type, v);
|
|
771
|
+
this._a("titlePosition", enumToString(AxisTitlePosition_$type, this.i.bf.position));
|
|
772
772
|
}
|
|
773
773
|
/**
|
|
774
774
|
* Gets or sets the text style to use for axis labels.
|
|
@@ -776,11 +776,11 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
776
776
|
* The `labelTextStyle` property Overrides the style of the text used for the axis labels.
|
|
777
777
|
*/
|
|
778
778
|
get titleTextStyle() {
|
|
779
|
-
return this.i.
|
|
779
|
+
return this.i.bf ? this.i.bf.textStyle : null;
|
|
780
780
|
}
|
|
781
781
|
set titleTextStyle(v) {
|
|
782
782
|
this.ensureTitleSettings();
|
|
783
|
-
this.i.
|
|
783
|
+
this.i.bf.textStyle = v;
|
|
784
784
|
}
|
|
785
785
|
/**
|
|
786
786
|
* The color of the {0}.
|
|
@@ -788,12 +788,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
788
788
|
* The `labelTextColor` property Overrides the color of the text used for the axis labels.
|
|
789
789
|
*/
|
|
790
790
|
get titleTextColor() {
|
|
791
|
-
return brushToString(this.i.
|
|
791
|
+
return brushToString(this.i.bf ? this.i.bf.textColor : null);
|
|
792
792
|
}
|
|
793
793
|
set titleTextColor(v) {
|
|
794
794
|
this.ensureTitleSettings();
|
|
795
|
-
this.i.
|
|
796
|
-
this._a("titleTextColor", brushToString(this.i.
|
|
795
|
+
this.i.bf.textColor = stringToBrush(v);
|
|
796
|
+
this._a("titleTextColor", brushToString(this.i.bf.textColor));
|
|
797
797
|
}
|
|
798
798
|
/**
|
|
799
799
|
* Gets or sets the location of the {0}.
|
|
@@ -801,12 +801,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
801
801
|
* The `Location` property is used for the location.
|
|
802
802
|
*/
|
|
803
803
|
get titleLocation() {
|
|
804
|
-
return this.i.
|
|
804
|
+
return this.i.bf ? this.i.bf.location : 0;
|
|
805
805
|
}
|
|
806
806
|
set titleLocation(v) {
|
|
807
807
|
this.ensureTitleSettings();
|
|
808
|
-
this.i.
|
|
809
|
-
this._a("titleLocation", enumToString(AxisLabelsLocation_$type, this.i.
|
|
808
|
+
this.i.bf.location = ensureEnum(AxisLabelsLocation_$type, v);
|
|
809
|
+
this._a("titleLocation", enumToString(AxisLabelsLocation_$type, this.i.bf.location));
|
|
810
810
|
}
|
|
811
811
|
/**
|
|
812
812
|
* Gets or sets the visibility of the {0}.
|
|
@@ -814,12 +814,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
814
814
|
* The `Visibility` property is used for the visibility of the axis.
|
|
815
815
|
*/
|
|
816
816
|
get titleVisibility() {
|
|
817
|
-
return this.i.
|
|
817
|
+
return this.i.bf ? this.i.bf.visibility : 0;
|
|
818
818
|
}
|
|
819
819
|
set titleVisibility(v) {
|
|
820
820
|
this.ensureTitleSettings();
|
|
821
|
-
this.i.
|
|
822
|
-
this._a("titleVisibility", enumToString(Visibility_$type, this.i.
|
|
821
|
+
this.i.bf.visibility = ensureEnum(Visibility_$type, v);
|
|
822
|
+
this._a("titleVisibility", enumToString(Visibility_$type, this.i.bf.visibility));
|
|
823
823
|
}
|
|
824
824
|
/**
|
|
825
825
|
* Gets or sets whether the first label is displayed when the zoom level is set to 1.
|
|
@@ -827,12 +827,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
827
827
|
* The `ShowFirstLabel` is used to check whether the first label is displayed when the zoom level is set to 1.
|
|
828
828
|
*/
|
|
829
829
|
get titleShowFirstLabel() {
|
|
830
|
-
return this.i.
|
|
830
|
+
return this.i.bf ? this.i.bf.showFirstLabel : false;
|
|
831
831
|
}
|
|
832
832
|
set titleShowFirstLabel(v) {
|
|
833
833
|
this.ensureTitleSettings();
|
|
834
|
-
this.i.
|
|
835
|
-
this._a("titleShowFirstLabel", this.i.
|
|
834
|
+
this.i.bf.showFirstLabel = ensureBool(v);
|
|
835
|
+
this._a("titleShowFirstLabel", this.i.bf.showFirstLabel);
|
|
836
836
|
}
|
|
837
837
|
/**
|
|
838
838
|
* Gets or sets the angle of the {0}.
|
|
@@ -840,12 +840,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
840
840
|
* The `Angle` property is used to set the angle of the axis.
|
|
841
841
|
*/
|
|
842
842
|
get titleAngle() {
|
|
843
|
-
return this.i.
|
|
843
|
+
return this.i.bf ? this.i.bf.angle : NaN;
|
|
844
844
|
}
|
|
845
845
|
set titleAngle(v) {
|
|
846
846
|
this.ensureTitleSettings();
|
|
847
|
-
this.i.
|
|
848
|
-
this._a("titleAngle", this.i.
|
|
847
|
+
this.i.bf.angle = +v;
|
|
848
|
+
this._a("titleAngle", this.i.bf.angle);
|
|
849
849
|
}
|
|
850
850
|
/**
|
|
851
851
|
* Distance between the axis and the edge of the control.
|
|
@@ -853,12 +853,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
853
853
|
* The `Extent` property is used for the extent.
|
|
854
854
|
*/
|
|
855
855
|
get titleExtent() {
|
|
856
|
-
return this.i.
|
|
856
|
+
return this.i.bf ? this.i.bf.extent : NaN;
|
|
857
857
|
}
|
|
858
858
|
set titleExtent(v) {
|
|
859
859
|
this.ensureTitleSettings();
|
|
860
|
-
this.i.
|
|
861
|
-
this._a("titleExtent", this.i.
|
|
860
|
+
this.i.bf.extent = +v;
|
|
861
|
+
this._a("titleExtent", this.i.bf.extent);
|
|
862
862
|
}
|
|
863
863
|
/**
|
|
864
864
|
* Margin applied to the left of the {0}.
|
|
@@ -866,12 +866,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
866
866
|
* The `labelLeftMargin` property is used for the left margin of the labels.
|
|
867
867
|
*/
|
|
868
868
|
get titleLeftMargin() {
|
|
869
|
-
return this.i.
|
|
869
|
+
return this.i.bf ? this.i.bf.leftMargin : NaN;
|
|
870
870
|
}
|
|
871
871
|
set titleLeftMargin(v) {
|
|
872
872
|
this.ensureTitleSettings();
|
|
873
|
-
this.i.
|
|
874
|
-
this._a("titleLeftMargin", this.i.
|
|
873
|
+
this.i.bf.leftMargin = +v;
|
|
874
|
+
this._a("titleLeftMargin", this.i.bf.leftMargin);
|
|
875
875
|
}
|
|
876
876
|
/**
|
|
877
877
|
* Margin applied to the right of the {0}.
|
|
@@ -879,12 +879,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
879
879
|
* The `labelRightMargin` property is used for the right margin of the labels.
|
|
880
880
|
*/
|
|
881
881
|
get titleRightMargin() {
|
|
882
|
-
return this.i.
|
|
882
|
+
return this.i.bf ? this.i.bf.rightMargin : NaN;
|
|
883
883
|
}
|
|
884
884
|
set titleRightMargin(v) {
|
|
885
885
|
this.ensureTitleSettings();
|
|
886
|
-
this.i.
|
|
887
|
-
this._a("titleRightMargin", this.i.
|
|
886
|
+
this.i.bf.rightMargin = +v;
|
|
887
|
+
this._a("titleRightMargin", this.i.bf.rightMargin);
|
|
888
888
|
}
|
|
889
889
|
/**
|
|
890
890
|
* Margin applied above the {0}.
|
|
@@ -892,12 +892,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
892
892
|
* The `labelTopMargin` property is used for the top margin of the labels.
|
|
893
893
|
*/
|
|
894
894
|
get titleTopMargin() {
|
|
895
|
-
return this.i.
|
|
895
|
+
return this.i.bf ? this.i.bf.topMargin : NaN;
|
|
896
896
|
}
|
|
897
897
|
set titleTopMargin(v) {
|
|
898
898
|
this.ensureTitleSettings();
|
|
899
|
-
this.i.
|
|
900
|
-
this._a("titleTopMargin", this.i.
|
|
899
|
+
this.i.bf.topMargin = +v;
|
|
900
|
+
this._a("titleTopMargin", this.i.bf.topMargin);
|
|
901
901
|
}
|
|
902
902
|
/**
|
|
903
903
|
* Margin applied below the {0}.
|
|
@@ -905,12 +905,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
905
905
|
* The `labelBottomMargin` is used to set the bottom margin of the labels.
|
|
906
906
|
*/
|
|
907
907
|
get titleBottomMargin() {
|
|
908
|
-
return this.i.
|
|
908
|
+
return this.i.bf ? this.i.bf.bottomMargin : NaN;
|
|
909
909
|
}
|
|
910
910
|
set titleBottomMargin(v) {
|
|
911
911
|
this.ensureTitleSettings();
|
|
912
|
-
this.i.
|
|
913
|
-
this._a("titleBottomMargin", this.i.
|
|
912
|
+
this.i.bf.bottomMargin = +v;
|
|
913
|
+
this._a("titleBottomMargin", this.i.bf.bottomMargin);
|
|
914
914
|
}
|
|
915
915
|
/**
|
|
916
916
|
* Gets or sets the horizontal alignment of the {0}.
|
|
@@ -918,12 +918,12 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
918
918
|
* The `HorizontalAlignment` property is used for the horizontal alignment.
|
|
919
919
|
*/
|
|
920
920
|
get titleHorizontalAlignment() {
|
|
921
|
-
return this.i.
|
|
921
|
+
return this.i.bf ? this.i.bf.horizontalAlignment : 0;
|
|
922
922
|
}
|
|
923
923
|
set titleHorizontalAlignment(v) {
|
|
924
924
|
this.ensureTitleSettings();
|
|
925
|
-
this.i.
|
|
926
|
-
this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
925
|
+
this.i.bf.horizontalAlignment = ensureEnum(HorizontalAlignment_$type, v);
|
|
926
|
+
this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.bf.horizontalAlignment));
|
|
927
927
|
}
|
|
928
928
|
/**
|
|
929
929
|
* Gets or sets the vertical alignment of the {0}.
|
|
@@ -931,26 +931,26 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
931
931
|
* The `VerticalAlignment` property is used for the vertical alignment of the axis.
|
|
932
932
|
*/
|
|
933
933
|
get titleVerticalAlignment() {
|
|
934
|
-
return this.i.
|
|
934
|
+
return this.i.bf ? this.i.bf.verticalAlignment : 0;
|
|
935
935
|
}
|
|
936
936
|
set titleVerticalAlignment(v) {
|
|
937
937
|
this.ensureTitleSettings();
|
|
938
|
-
this.i.
|
|
939
|
-
this._a("titleVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.
|
|
938
|
+
this.i.bf.verticalAlignment = ensureEnum(VerticalAlignment_$type, v);
|
|
939
|
+
this._a("titleVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.bf.verticalAlignment));
|
|
940
940
|
}
|
|
941
941
|
ensureTitleSettings() {
|
|
942
|
-
if (this.i.
|
|
942
|
+
if (this.i.bf) {
|
|
943
943
|
return;
|
|
944
944
|
}
|
|
945
|
-
this.i.
|
|
946
|
-
this.i.
|
|
947
|
-
this.i.
|
|
948
|
-
this.i.
|
|
949
|
-
this.i.
|
|
950
|
-
this.i.
|
|
951
|
-
this.i.
|
|
952
|
-
this.i.
|
|
953
|
-
this.i.
|
|
945
|
+
this.i.bf = new TitleSettings();
|
|
946
|
+
this.i.bf.location = this.i.a1();
|
|
947
|
+
this.i.bf.angle = this.i.ea();
|
|
948
|
+
this.i.bf.leftMargin = this.i.ec();
|
|
949
|
+
this.i.bf.rightMargin = this.i.ed();
|
|
950
|
+
this.i.bf.topMargin = this.i.ee();
|
|
951
|
+
this.i.bf.bottomMargin = this.i.eb();
|
|
952
|
+
this.i.bf.horizontalAlignment = this.i.js();
|
|
953
|
+
this.i.bf.verticalAlignment = this.i.kl();
|
|
954
954
|
}
|
|
955
955
|
/**
|
|
956
956
|
* Gets the current annotations for the axis.
|
|
@@ -958,7 +958,7 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
958
958
|
get annotations() {
|
|
959
959
|
if (this._annotations === null) {
|
|
960
960
|
let coll = new IgcAxisAnnotationCollection();
|
|
961
|
-
let innerColl = this.i.
|
|
961
|
+
let innerColl = this.i.an;
|
|
962
962
|
if (!innerColl) {
|
|
963
963
|
innerColl = new AxisAnnotationCollection_internal();
|
|
964
964
|
}
|
|
@@ -974,7 +974,7 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
974
974
|
let coll = new IgcAxisAnnotationCollection();
|
|
975
975
|
this._annotations = coll._fromOuter(v);
|
|
976
976
|
let syncColl = new SyncableObservableCollection$1(IAxisAnnotation_$type);
|
|
977
|
-
let innerColl = this.i.
|
|
977
|
+
let innerColl = this.i.an;
|
|
978
978
|
if (!innerColl) {
|
|
979
979
|
innerColl = new AxisAnnotationCollection_internal();
|
|
980
980
|
}
|
|
@@ -1014,32 +1014,32 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
1014
1014
|
* The `Label` property is used for label mapping of the axis labels.
|
|
1015
1015
|
*/
|
|
1016
1016
|
get label() {
|
|
1017
|
-
return this.i.
|
|
1017
|
+
return this.i.f0;
|
|
1018
1018
|
}
|
|
1019
1019
|
set label(v) {
|
|
1020
|
-
this.i.
|
|
1020
|
+
this.i.f0 = v;
|
|
1021
1021
|
}
|
|
1022
1022
|
/**
|
|
1023
1023
|
* Gets or sets the label format string to use for the label.
|
|
1024
1024
|
*/
|
|
1025
1025
|
get labelFormat() {
|
|
1026
|
-
return this.i.
|
|
1026
|
+
return this.i.gg;
|
|
1027
1027
|
}
|
|
1028
1028
|
set labelFormat(v) {
|
|
1029
|
-
this.i.
|
|
1029
|
+
this.i.gg = v;
|
|
1030
1030
|
}
|
|
1031
1031
|
/**
|
|
1032
1032
|
* Gets or sets the format specifiers to use with the LabelFormat string.
|
|
1033
1033
|
*/
|
|
1034
1034
|
get labelFormatSpecifiers() {
|
|
1035
|
-
return this.i.
|
|
1035
|
+
return this.i.ah;
|
|
1036
1036
|
}
|
|
1037
1037
|
set labelFormatSpecifiers(v) {
|
|
1038
1038
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
1039
1039
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
1040
1040
|
v = v.split(re);
|
|
1041
1041
|
}
|
|
1042
|
-
this.i.
|
|
1042
|
+
this.i.ah = v;
|
|
1043
1043
|
}
|
|
1044
1044
|
bindAxes(axes) {
|
|
1045
1045
|
for (let i = 0; i < axes.length; i++) {
|
|
@@ -1122,22 +1122,26 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
1122
1122
|
}
|
|
1123
1123
|
this._inStyling = false;
|
|
1124
1124
|
}
|
|
1125
|
+
getFullRange() {
|
|
1126
|
+
let iv = this.i.ag();
|
|
1127
|
+
return (iv);
|
|
1128
|
+
}
|
|
1125
1129
|
/**
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1130
|
+
* Renders the axis with no animation.
|
|
1131
|
+
|
|
1132
|
+
*/
|
|
1129
1133
|
renderAxis() {
|
|
1130
|
-
this.i.
|
|
1134
|
+
this.i.h7();
|
|
1131
1135
|
}
|
|
1132
1136
|
/**
|
|
1133
1137
|
* If using enhanced interval management and precise interval fitting, this will reset the cached maximum label width, and recalculate using the current labels.
|
|
1134
1138
|
|
|
1135
1139
|
*/
|
|
1136
1140
|
resetCachedEnhancedInterval() {
|
|
1137
|
-
this.i.
|
|
1141
|
+
this.i.ib();
|
|
1138
1142
|
}
|
|
1139
1143
|
getItemValue(item, memberPathName) {
|
|
1140
|
-
let iv = this.i.
|
|
1144
|
+
let iv = this.i.fx(item, memberPathName);
|
|
1141
1145
|
return (iv);
|
|
1142
1146
|
}
|
|
1143
1147
|
/**
|
|
@@ -1146,7 +1150,7 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
1146
1150
|
* @param value * The unscaled value to get a label for.
|
|
1147
1151
|
*/
|
|
1148
1152
|
getValueLabel(value) {
|
|
1149
|
-
let iv = this.i.
|
|
1153
|
+
let iv = this.i.gd(value);
|
|
1150
1154
|
return (iv);
|
|
1151
1155
|
}
|
|
1152
1156
|
/**
|
|
@@ -1155,7 +1159,7 @@ export let IgcAxisComponent = /*@__PURE__*/ (() => {
|
|
|
1155
1159
|
* @param unscaledValue * The unscaled axis value to scale.
|
|
1156
1160
|
*/
|
|
1157
1161
|
scaleValue(unscaledValue) {
|
|
1158
|
-
let iv = this.i.
|
|
1162
|
+
let iv = this.i.e4(unscaledValue);
|
|
1159
1163
|
return (iv);
|
|
1160
1164
|
}
|
|
1161
1165
|
/**
|