igniteui-webcomponents-charts 4.3.2 → 4.3.3-beta.1
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
|
@@ -183,7 +183,7 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
183
183
|
* Gets or sets if the current axis is of category axis type
|
|
184
184
|
*/
|
|
185
185
|
get: function () {
|
|
186
|
-
return this.i.
|
|
186
|
+
return this.i.cb;
|
|
187
187
|
},
|
|
188
188
|
enumerable: false,
|
|
189
189
|
configurable: true
|
|
@@ -195,7 +195,7 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
195
195
|
* Gets or sets if the current axis is of numeric axis type
|
|
196
196
|
*/
|
|
197
197
|
get: function () {
|
|
198
|
-
return this.i.
|
|
198
|
+
return this.i.cj;
|
|
199
199
|
},
|
|
200
200
|
enumerable: false,
|
|
201
201
|
configurable: true
|
|
@@ -205,7 +205,7 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
205
205
|
* Gets if the current axis is of angular axis type
|
|
206
206
|
*/
|
|
207
207
|
get: function () {
|
|
208
|
-
return this.i.
|
|
208
|
+
return this.i.b9;
|
|
209
209
|
},
|
|
210
210
|
enumerable: false,
|
|
211
211
|
configurable: true
|
|
@@ -215,7 +215,7 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
215
215
|
* Gets or sets if the current axis is of radial axis type
|
|
216
216
|
*/
|
|
217
217
|
get: function () {
|
|
218
|
-
return this.i.
|
|
218
|
+
return this.i.cm;
|
|
219
219
|
},
|
|
220
220
|
enumerable: false,
|
|
221
221
|
configurable: true
|
|
@@ -225,7 +225,7 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
225
225
|
* Gets if the current axis is a vertical axis.
|
|
226
226
|
*/
|
|
227
227
|
get: function () {
|
|
228
|
-
return this.i.
|
|
228
|
+
return this.i.cp;
|
|
229
229
|
},
|
|
230
230
|
enumerable: false,
|
|
231
231
|
configurable: true
|
|
@@ -235,7 +235,7 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
235
235
|
* Gets or sets if the current axis is sorting data items
|
|
236
236
|
*/
|
|
237
237
|
get: function () {
|
|
238
|
-
return this.i.
|
|
238
|
+
return this.i.cn;
|
|
239
239
|
},
|
|
240
240
|
enumerable: false,
|
|
241
241
|
configurable: true
|
|
@@ -245,7 +245,7 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
245
245
|
* Gets or sets if the current axis is of date time axis type
|
|
246
246
|
*/
|
|
247
247
|
get: function () {
|
|
248
|
-
return this.i.
|
|
248
|
+
return this.i.ce;
|
|
249
249
|
},
|
|
250
250
|
enumerable: false,
|
|
251
251
|
configurable: true
|
|
@@ -255,7 +255,7 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
255
255
|
* Gets or sets if the current axis is of ordinal axis type
|
|
256
256
|
*/
|
|
257
257
|
get: function () {
|
|
258
|
-
return this.i.
|
|
258
|
+
return this.i.ck;
|
|
259
259
|
},
|
|
260
260
|
enumerable: false,
|
|
261
261
|
configurable: true
|
|
@@ -265,7 +265,7 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
265
265
|
* Gets or sets if the axis is a piecewise scaling function.
|
|
266
266
|
*/
|
|
267
267
|
get: function () {
|
|
268
|
-
return this.i.
|
|
268
|
+
return this.i.cl;
|
|
269
269
|
},
|
|
270
270
|
enumerable: false,
|
|
271
271
|
configurable: true
|
|
@@ -275,7 +275,7 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
275
275
|
* Gets if the current axis is of category date time axis type
|
|
276
276
|
*/
|
|
277
277
|
get: function () {
|
|
278
|
-
return this.i.
|
|
278
|
+
return this.i.cc;
|
|
279
279
|
},
|
|
280
280
|
enumerable: false,
|
|
281
281
|
configurable: true
|
|
@@ -285,7 +285,7 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
285
285
|
* Gets if the current axis is a continuous rather than a discrete scale
|
|
286
286
|
*/
|
|
287
287
|
get: function () {
|
|
288
|
-
return this.i.
|
|
288
|
+
return this.i.cd;
|
|
289
289
|
},
|
|
290
290
|
enumerable: false,
|
|
291
291
|
configurable: true
|
|
@@ -297,10 +297,10 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
297
297
|
* The `FormatLabel` function takes an object that produces a formatted label for displaying in the chart.
|
|
298
298
|
*/
|
|
299
299
|
get: function () {
|
|
300
|
-
return this.i.
|
|
300
|
+
return this.i.au;
|
|
301
301
|
},
|
|
302
302
|
set: function (v) {
|
|
303
|
-
this.i.
|
|
303
|
+
this.i.au = v;
|
|
304
304
|
},
|
|
305
305
|
enumerable: false,
|
|
306
306
|
configurable: true
|
|
@@ -312,10 +312,10 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
312
312
|
* Use `Title` property to display the title of the component.
|
|
313
313
|
*/
|
|
314
314
|
get: function () {
|
|
315
|
-
return this.i.
|
|
315
|
+
return this.i.g6;
|
|
316
316
|
},
|
|
317
317
|
set: function (v) {
|
|
318
|
-
this.i.
|
|
318
|
+
this.i.g6 = v;
|
|
319
319
|
},
|
|
320
320
|
enumerable: false,
|
|
321
321
|
configurable: true
|
|
@@ -328,11 +328,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
328
328
|
* Use `Stroke` property to set the stroke of the chart.
|
|
329
329
|
*/
|
|
330
330
|
get: function () {
|
|
331
|
-
return brushToString(this.i.
|
|
331
|
+
return brushToString(this.i.jz);
|
|
332
332
|
},
|
|
333
333
|
set: function (v) {
|
|
334
|
-
this.i.
|
|
335
|
-
this._a("stroke", brushToString(this.i.
|
|
334
|
+
this.i.jz = stringToBrush(v);
|
|
335
|
+
this._a("stroke", brushToString(this.i.jz));
|
|
336
336
|
},
|
|
337
337
|
enumerable: false,
|
|
338
338
|
configurable: true
|
|
@@ -342,11 +342,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
342
342
|
* Gets or sets the effective stroke used for the axis.
|
|
343
343
|
*/
|
|
344
344
|
get: function () {
|
|
345
|
-
return brushToString(this.i.
|
|
345
|
+
return brushToString(this.i.jv);
|
|
346
346
|
},
|
|
347
347
|
set: function (v) {
|
|
348
|
-
this.i.
|
|
349
|
-
this._a("actualStroke", brushToString(this.i.
|
|
348
|
+
this.i.jv = stringToBrush(v);
|
|
349
|
+
this._a("actualStroke", brushToString(this.i.jv));
|
|
350
350
|
},
|
|
351
351
|
enumerable: false,
|
|
352
352
|
configurable: true
|
|
@@ -358,11 +358,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
358
358
|
* Use `StrokeThickness` property for the thickness of the stroke.
|
|
359
359
|
*/
|
|
360
360
|
get: function () {
|
|
361
|
-
return this.i.
|
|
361
|
+
return this.i.fg;
|
|
362
362
|
},
|
|
363
363
|
set: function (v) {
|
|
364
|
-
this.i.
|
|
365
|
-
this._a("strokeThickness", this.i.
|
|
364
|
+
this.i.fg = +v;
|
|
365
|
+
this._a("strokeThickness", this.i.fg);
|
|
366
366
|
},
|
|
367
367
|
enumerable: false,
|
|
368
368
|
configurable: true
|
|
@@ -372,11 +372,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
372
372
|
* Gets or sets the StrokeDashArray property.
|
|
373
373
|
*/
|
|
374
374
|
get: function () {
|
|
375
|
-
return fromDoubleCollection(this.i.
|
|
375
|
+
return fromDoubleCollection(this.i.j3);
|
|
376
376
|
},
|
|
377
377
|
set: function (v) {
|
|
378
|
-
this.i.
|
|
379
|
-
this._a("strokeDashArray", doubleCollectionToString(this.i.
|
|
378
|
+
this.i.j3 = toDoubleCollection(v);
|
|
379
|
+
this._a("strokeDashArray", doubleCollectionToString(this.i.j3));
|
|
380
380
|
},
|
|
381
381
|
enumerable: false,
|
|
382
382
|
configurable: true
|
|
@@ -388,11 +388,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
388
388
|
* Use `Strip` property to set the strip of the chart.
|
|
389
389
|
*/
|
|
390
390
|
get: function () {
|
|
391
|
-
return brushToString(this.i.
|
|
391
|
+
return brushToString(this.i.jy);
|
|
392
392
|
},
|
|
393
393
|
set: function (v) {
|
|
394
|
-
this.i.
|
|
395
|
-
this._a("strip", brushToString(this.i.
|
|
394
|
+
this.i.jy = stringToBrush(v);
|
|
395
|
+
this._a("strip", brushToString(this.i.jy));
|
|
396
396
|
},
|
|
397
397
|
enumerable: false,
|
|
398
398
|
configurable: true
|
|
@@ -405,11 +405,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
405
405
|
* Gets or sets the `MajorStroke` using this property.
|
|
406
406
|
*/
|
|
407
407
|
get: function () {
|
|
408
|
-
return brushToString(this.i.
|
|
408
|
+
return brushToString(this.i.jw);
|
|
409
409
|
},
|
|
410
410
|
set: function (v) {
|
|
411
|
-
this.i.
|
|
412
|
-
this._a("majorStroke", brushToString(this.i.
|
|
411
|
+
this.i.jw = stringToBrush(v);
|
|
412
|
+
this._a("majorStroke", brushToString(this.i.jw));
|
|
413
413
|
},
|
|
414
414
|
enumerable: false,
|
|
415
415
|
configurable: true
|
|
@@ -421,11 +421,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
421
421
|
* The `ActualMajorStroke` property is used for ActualMajorStroke of the axis.
|
|
422
422
|
*/
|
|
423
423
|
get: function () {
|
|
424
|
-
return brushToString(this.i.
|
|
424
|
+
return brushToString(this.i.jt);
|
|
425
425
|
},
|
|
426
426
|
set: function (v) {
|
|
427
|
-
this.i.
|
|
428
|
-
this._a("actualMajorStroke", brushToString(this.i.
|
|
427
|
+
this.i.jt = stringToBrush(v);
|
|
428
|
+
this._a("actualMajorStroke", brushToString(this.i.jt));
|
|
429
429
|
},
|
|
430
430
|
enumerable: false,
|
|
431
431
|
configurable: true
|
|
@@ -437,11 +437,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
437
437
|
* Gets or sets the `MajorStrokeThickness` using this property.
|
|
438
438
|
*/
|
|
439
439
|
get: function () {
|
|
440
|
-
return this.i.
|
|
440
|
+
return this.i.er;
|
|
441
441
|
},
|
|
442
442
|
set: function (v) {
|
|
443
|
-
this.i.
|
|
444
|
-
this._a("majorStrokeThickness", this.i.
|
|
443
|
+
this.i.er = +v;
|
|
444
|
+
this._a("majorStrokeThickness", this.i.er);
|
|
445
445
|
},
|
|
446
446
|
enumerable: false,
|
|
447
447
|
configurable: true
|
|
@@ -451,11 +451,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
451
451
|
* Gets or sets the MajorStrokeDashArray property.
|
|
452
452
|
*/
|
|
453
453
|
get: function () {
|
|
454
|
-
return fromDoubleCollection(this.i.
|
|
454
|
+
return fromDoubleCollection(this.i.j1);
|
|
455
455
|
},
|
|
456
456
|
set: function (v) {
|
|
457
|
-
this.i.
|
|
458
|
-
this._a("majorStrokeDashArray", doubleCollectionToString(this.i.
|
|
457
|
+
this.i.j1 = toDoubleCollection(v);
|
|
458
|
+
this._a("majorStrokeDashArray", doubleCollectionToString(this.i.j1));
|
|
459
459
|
},
|
|
460
460
|
enumerable: false,
|
|
461
461
|
configurable: true
|
|
@@ -467,11 +467,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
467
467
|
* Gets or sets the minorStroke thickness using `MinorStrokeThickness` property.
|
|
468
468
|
*/
|
|
469
469
|
get: function () {
|
|
470
|
-
return brushToString(this.i.
|
|
470
|
+
return brushToString(this.i.jx);
|
|
471
471
|
},
|
|
472
472
|
set: function (v) {
|
|
473
|
-
this.i.
|
|
474
|
-
this._a("minorStroke", brushToString(this.i.
|
|
473
|
+
this.i.jx = stringToBrush(v);
|
|
474
|
+
this._a("minorStroke", brushToString(this.i.jx));
|
|
475
475
|
},
|
|
476
476
|
enumerable: false,
|
|
477
477
|
configurable: true
|
|
@@ -483,11 +483,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
483
483
|
* The `ActualMinorStroke` property is used for ActualMinorStroke of the axis.
|
|
484
484
|
*/
|
|
485
485
|
get: function () {
|
|
486
|
-
return brushToString(this.i.
|
|
486
|
+
return brushToString(this.i.ju);
|
|
487
487
|
},
|
|
488
488
|
set: function (v) {
|
|
489
|
-
this.i.
|
|
490
|
-
this._a("actualMinorStroke", brushToString(this.i.
|
|
489
|
+
this.i.ju = stringToBrush(v);
|
|
490
|
+
this._a("actualMinorStroke", brushToString(this.i.ju));
|
|
491
491
|
},
|
|
492
492
|
enumerable: false,
|
|
493
493
|
configurable: true
|
|
@@ -497,11 +497,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
497
497
|
* Gets or sets the MinorStrokeThickness property.
|
|
498
498
|
*/
|
|
499
499
|
get: function () {
|
|
500
|
-
return this.i.
|
|
500
|
+
return this.i.eu;
|
|
501
501
|
},
|
|
502
502
|
set: function (v) {
|
|
503
|
-
this.i.
|
|
504
|
-
this._a("minorStrokeThickness", this.i.
|
|
503
|
+
this.i.eu = +v;
|
|
504
|
+
this._a("minorStrokeThickness", this.i.eu);
|
|
505
505
|
},
|
|
506
506
|
enumerable: false,
|
|
507
507
|
configurable: true
|
|
@@ -511,11 +511,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
511
511
|
* Gets or sets the MinorStrokeDashArray property.
|
|
512
512
|
*/
|
|
513
513
|
get: function () {
|
|
514
|
-
return fromDoubleCollection(this.i.
|
|
514
|
+
return fromDoubleCollection(this.i.j2);
|
|
515
515
|
},
|
|
516
516
|
set: function (v) {
|
|
517
|
-
this.i.
|
|
518
|
-
this._a("minorStrokeDashArray", doubleCollectionToString(this.i.
|
|
517
|
+
this.i.j2 = toDoubleCollection(v);
|
|
518
|
+
this._a("minorStrokeDashArray", doubleCollectionToString(this.i.j2));
|
|
519
519
|
},
|
|
520
520
|
enumerable: false,
|
|
521
521
|
configurable: true
|
|
@@ -527,11 +527,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
527
527
|
* Use `TickStroke` property for the color of the tickmarks.
|
|
528
528
|
*/
|
|
529
529
|
get: function () {
|
|
530
|
-
return brushToString(this.i.
|
|
530
|
+
return brushToString(this.i.j0);
|
|
531
531
|
},
|
|
532
532
|
set: function (v) {
|
|
533
|
-
this.i.
|
|
534
|
-
this._a("tickStroke", brushToString(this.i.
|
|
533
|
+
this.i.j0 = stringToBrush(v);
|
|
534
|
+
this._a("tickStroke", brushToString(this.i.j0));
|
|
535
535
|
},
|
|
536
536
|
enumerable: false,
|
|
537
537
|
configurable: true
|
|
@@ -543,11 +543,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
543
543
|
* Use `TickStrokeThickness` property for thickness of the stroke tickmarks.
|
|
544
544
|
*/
|
|
545
545
|
get: function () {
|
|
546
|
-
return this.i.
|
|
546
|
+
return this.i.fi;
|
|
547
547
|
},
|
|
548
548
|
set: function (v) {
|
|
549
|
-
this.i.
|
|
550
|
-
this._a("tickStrokeThickness", this.i.
|
|
549
|
+
this.i.fi = +v;
|
|
550
|
+
this._a("tickStrokeThickness", this.i.fi);
|
|
551
551
|
},
|
|
552
552
|
enumerable: false,
|
|
553
553
|
configurable: true
|
|
@@ -557,11 +557,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
557
557
|
* Gets or sets the TickStrokeDashArray property.
|
|
558
558
|
*/
|
|
559
559
|
get: function () {
|
|
560
|
-
return fromDoubleCollection(this.i.
|
|
560
|
+
return fromDoubleCollection(this.i.j4);
|
|
561
561
|
},
|
|
562
562
|
set: function (v) {
|
|
563
|
-
this.i.
|
|
564
|
-
this._a("tickStrokeDashArray", doubleCollectionToString(this.i.
|
|
563
|
+
this.i.j4 = toDoubleCollection(v);
|
|
564
|
+
this._a("tickStrokeDashArray", doubleCollectionToString(this.i.j4));
|
|
565
565
|
},
|
|
566
566
|
enumerable: false,
|
|
567
567
|
configurable: true
|
|
@@ -573,11 +573,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
573
573
|
* Use `TickLength` property for The length of the tickmarks to display for this axis.
|
|
574
574
|
*/
|
|
575
575
|
get: function () {
|
|
576
|
-
return this.i.
|
|
576
|
+
return this.i.fh;
|
|
577
577
|
},
|
|
578
578
|
set: function (v) {
|
|
579
|
-
this.i.
|
|
580
|
-
this._a("tickLength", this.i.
|
|
579
|
+
this.i.fh = +v;
|
|
580
|
+
this._a("tickLength", this.i.fh);
|
|
581
581
|
},
|
|
582
582
|
enumerable: false,
|
|
583
583
|
configurable: true
|
|
@@ -589,11 +589,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
589
589
|
* The `IsDisabled` property is used to decide if the axis will not be rendered.
|
|
590
590
|
*/
|
|
591
591
|
get: function () {
|
|
592
|
-
return this.i.
|
|
592
|
+
return this.i.cf;
|
|
593
593
|
},
|
|
594
594
|
set: function (v) {
|
|
595
|
-
this.i.
|
|
596
|
-
this._a("isDisabled", this.i.
|
|
595
|
+
this.i.cf = ensureBool(v);
|
|
596
|
+
this._a("isDisabled", this.i.cf);
|
|
597
597
|
},
|
|
598
598
|
enumerable: false,
|
|
599
599
|
configurable: true
|
|
@@ -605,11 +605,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
605
605
|
* Gets or sets the `IsInverted` property.
|
|
606
606
|
*/
|
|
607
607
|
get: function () {
|
|
608
|
-
return this.i.
|
|
608
|
+
return this.i.ch;
|
|
609
609
|
},
|
|
610
610
|
set: function (v) {
|
|
611
|
-
this.i.
|
|
612
|
-
this._a("isInverted", this.i.
|
|
611
|
+
this.i.ch = ensureBool(v);
|
|
612
|
+
this._a("isInverted", this.i.ch);
|
|
613
613
|
},
|
|
614
614
|
enumerable: false,
|
|
615
615
|
configurable: true
|
|
@@ -619,11 +619,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
619
619
|
* 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.
|
|
620
620
|
*/
|
|
621
621
|
get: function () {
|
|
622
|
-
return this.i.
|
|
622
|
+
return this.i.cu;
|
|
623
623
|
},
|
|
624
624
|
set: function (v) {
|
|
625
|
-
this.i.
|
|
626
|
-
this._a("shouldAvoidAnnotationCollisions", this.i.
|
|
625
|
+
this.i.cu = ensureBool(v);
|
|
626
|
+
this._a("shouldAvoidAnnotationCollisions", this.i.cu);
|
|
627
627
|
},
|
|
628
628
|
enumerable: false,
|
|
629
629
|
configurable: true
|
|
@@ -633,11 +633,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
633
633
|
* ets or sets whether annotations should be kept in view, even if they aren't positioned where they should appear on the scale.
|
|
634
634
|
*/
|
|
635
635
|
get: function () {
|
|
636
|
-
return this.i.
|
|
636
|
+
return this.i.cw;
|
|
637
637
|
},
|
|
638
638
|
set: function (v) {
|
|
639
|
-
this.i.
|
|
640
|
-
this._a("shouldKeepAnnotationsInView", this.i.
|
|
639
|
+
this.i.cw = ensureBool(v);
|
|
640
|
+
this._a("shouldKeepAnnotationsInView", this.i.cw);
|
|
641
641
|
},
|
|
642
642
|
enumerable: false,
|
|
643
643
|
configurable: true
|
|
@@ -647,11 +647,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
647
647
|
* Gets or sets whether to use label height measurement when determining the initial number of labels to render, before resolving collisions, etc.
|
|
648
648
|
*/
|
|
649
649
|
get: function () {
|
|
650
|
-
return this.i.
|
|
650
|
+
return this.i.c5;
|
|
651
651
|
},
|
|
652
652
|
set: function (v) {
|
|
653
|
-
this.i.
|
|
654
|
-
this._a("usePerLabelHeightMeasurement", this.i.
|
|
653
|
+
this.i.c5 = ensureBool(v);
|
|
654
|
+
this._a("usePerLabelHeightMeasurement", this.i.c5);
|
|
655
655
|
},
|
|
656
656
|
enumerable: false,
|
|
657
657
|
configurable: true
|
|
@@ -664,11 +664,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
664
664
|
* before resolving collisions, etc.
|
|
665
665
|
*/
|
|
666
666
|
get: function () {
|
|
667
|
-
return this.i.
|
|
667
|
+
return this.i.c4;
|
|
668
668
|
},
|
|
669
669
|
set: function (v) {
|
|
670
|
-
this.i.
|
|
671
|
-
this._a("useEnhancedIntervalManagement", this.i.
|
|
670
|
+
this.i.c4 = ensureBool(v);
|
|
671
|
+
this._a("useEnhancedIntervalManagement", this.i.c4);
|
|
672
672
|
},
|
|
673
673
|
enumerable: false,
|
|
674
674
|
configurable: true
|
|
@@ -680,11 +680,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
680
680
|
* The `EnhancedIntervalMinimumCharacters` property is used to set the mininum desired characters to be displayed for horizontal axes when using advanced label heuristics.
|
|
681
681
|
*/
|
|
682
682
|
get: function () {
|
|
683
|
-
return this.i.
|
|
683
|
+
return this.i.fq;
|
|
684
684
|
},
|
|
685
685
|
set: function (v) {
|
|
686
|
-
this.i.
|
|
687
|
-
this._a("enhancedIntervalMinimumCharacters", this.i.
|
|
686
|
+
this.i.fq = +v;
|
|
687
|
+
this._a("enhancedIntervalMinimumCharacters", this.i.fq);
|
|
688
688
|
},
|
|
689
689
|
enumerable: false,
|
|
690
690
|
configurable: true
|
|
@@ -694,11 +694,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
694
694
|
* 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.
|
|
695
695
|
*/
|
|
696
696
|
get: function () {
|
|
697
|
-
return this.i.
|
|
697
|
+
return this.i.b1;
|
|
698
698
|
},
|
|
699
699
|
set: function (v) {
|
|
700
|
-
this.i.
|
|
701
|
-
this._a("enhancedIntervalPreferMoreCategoryLabels", this.i.
|
|
700
|
+
this.i.b1 = ensureBool(v);
|
|
701
|
+
this._a("enhancedIntervalPreferMoreCategoryLabels", this.i.b1);
|
|
702
702
|
},
|
|
703
703
|
enumerable: false,
|
|
704
704
|
configurable: true
|
|
@@ -710,11 +710,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
710
710
|
* The `labelTextStyle` property Overrides the style of the text used for the axis labels.
|
|
711
711
|
*/
|
|
712
712
|
get: function () {
|
|
713
|
-
return this.i.
|
|
713
|
+
return this.i.az ? this.i.az.textStyle : null;
|
|
714
714
|
},
|
|
715
715
|
set: function (v) {
|
|
716
716
|
this.ensureLabelSettings();
|
|
717
|
-
this.i.
|
|
717
|
+
this.i.az.textStyle = v;
|
|
718
718
|
},
|
|
719
719
|
enumerable: false,
|
|
720
720
|
configurable: true
|
|
@@ -726,12 +726,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
726
726
|
* The `labelTextColor` property Overrides the color of the text used for the axis labels.
|
|
727
727
|
*/
|
|
728
728
|
get: function () {
|
|
729
|
-
return brushToString(this.i.
|
|
729
|
+
return brushToString(this.i.az ? this.i.az.textColor : null);
|
|
730
730
|
},
|
|
731
731
|
set: function (v) {
|
|
732
732
|
this.ensureLabelSettings();
|
|
733
|
-
this.i.
|
|
734
|
-
this._a("labelTextColor", brushToString(this.i.
|
|
733
|
+
this.i.az.textColor = stringToBrush(v);
|
|
734
|
+
this._a("labelTextColor", brushToString(this.i.az.textColor));
|
|
735
735
|
},
|
|
736
736
|
enumerable: false,
|
|
737
737
|
configurable: true
|
|
@@ -743,12 +743,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
743
743
|
* The `Location` property is used for the location.
|
|
744
744
|
*/
|
|
745
745
|
get: function () {
|
|
746
|
-
return this.i.
|
|
746
|
+
return this.i.az ? this.i.az.location : 0;
|
|
747
747
|
},
|
|
748
748
|
set: function (v) {
|
|
749
749
|
this.ensureLabelSettings();
|
|
750
|
-
this.i.
|
|
751
|
-
this._a("labelLocation", enumToString(AxisLabelsLocation_$type, this.i.
|
|
750
|
+
this.i.az.location = ensureEnum(AxisLabelsLocation_$type, v);
|
|
751
|
+
this._a("labelLocation", enumToString(AxisLabelsLocation_$type, this.i.az.location));
|
|
752
752
|
},
|
|
753
753
|
enumerable: false,
|
|
754
754
|
configurable: true
|
|
@@ -760,12 +760,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
760
760
|
* The `Visibility` property is used for the visibility of the axis.
|
|
761
761
|
*/
|
|
762
762
|
get: function () {
|
|
763
|
-
return this.i.
|
|
763
|
+
return this.i.az ? this.i.az.visibility : 0;
|
|
764
764
|
},
|
|
765
765
|
set: function (v) {
|
|
766
766
|
this.ensureLabelSettings();
|
|
767
|
-
this.i.
|
|
768
|
-
this._a("labelVisibility", enumToString(Visibility_$type, this.i.
|
|
767
|
+
this.i.az.visibility = ensureEnum(Visibility_$type, v);
|
|
768
|
+
this._a("labelVisibility", enumToString(Visibility_$type, this.i.az.visibility));
|
|
769
769
|
},
|
|
770
770
|
enumerable: false,
|
|
771
771
|
configurable: true
|
|
@@ -777,12 +777,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
777
777
|
* The `ShowFirstLabel` is used to check whether the first label is displayed when the zoom level is set to 1.
|
|
778
778
|
*/
|
|
779
779
|
get: function () {
|
|
780
|
-
return this.i.
|
|
780
|
+
return this.i.az ? this.i.az.showFirstLabel : false;
|
|
781
781
|
},
|
|
782
782
|
set: function (v) {
|
|
783
783
|
this.ensureLabelSettings();
|
|
784
|
-
this.i.
|
|
785
|
-
this._a("labelShowFirstLabel", this.i.
|
|
784
|
+
this.i.az.showFirstLabel = ensureBool(v);
|
|
785
|
+
this._a("labelShowFirstLabel", this.i.az.showFirstLabel);
|
|
786
786
|
},
|
|
787
787
|
enumerable: false,
|
|
788
788
|
configurable: true
|
|
@@ -794,12 +794,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
794
794
|
* The `Angle` property is used to set the angle of the axis.
|
|
795
795
|
*/
|
|
796
796
|
get: function () {
|
|
797
|
-
return this.i.
|
|
797
|
+
return this.i.az ? this.i.az.angle : NaN;
|
|
798
798
|
},
|
|
799
799
|
set: function (v) {
|
|
800
800
|
this.ensureLabelSettings();
|
|
801
|
-
this.i.
|
|
802
|
-
this._a("labelAngle", this.i.
|
|
801
|
+
this.i.az.angle = +v;
|
|
802
|
+
this._a("labelAngle", this.i.az.angle);
|
|
803
803
|
},
|
|
804
804
|
enumerable: false,
|
|
805
805
|
configurable: true
|
|
@@ -811,12 +811,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
811
811
|
* The `Extent` property is used for the extent.
|
|
812
812
|
*/
|
|
813
813
|
get: function () {
|
|
814
|
-
return this.i.
|
|
814
|
+
return this.i.az ? this.i.az.extent : NaN;
|
|
815
815
|
},
|
|
816
816
|
set: function (v) {
|
|
817
817
|
this.ensureLabelSettings();
|
|
818
|
-
this.i.
|
|
819
|
-
this._a("labelExtent", this.i.
|
|
818
|
+
this.i.az.extent = +v;
|
|
819
|
+
this._a("labelExtent", this.i.az.extent);
|
|
820
820
|
},
|
|
821
821
|
enumerable: false,
|
|
822
822
|
configurable: true
|
|
@@ -828,12 +828,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
828
828
|
* The `labelLeftMargin` property is used for the left margin of the labels.
|
|
829
829
|
*/
|
|
830
830
|
get: function () {
|
|
831
|
-
return this.i.
|
|
831
|
+
return this.i.az ? this.i.az.leftMargin : NaN;
|
|
832
832
|
},
|
|
833
833
|
set: function (v) {
|
|
834
834
|
this.ensureLabelSettings();
|
|
835
|
-
this.i.
|
|
836
|
-
this._a("labelLeftMargin", this.i.
|
|
835
|
+
this.i.az.leftMargin = +v;
|
|
836
|
+
this._a("labelLeftMargin", this.i.az.leftMargin);
|
|
837
837
|
},
|
|
838
838
|
enumerable: false,
|
|
839
839
|
configurable: true
|
|
@@ -845,12 +845,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
845
845
|
* The `labelRightMargin` property is used for the right margin of the labels.
|
|
846
846
|
*/
|
|
847
847
|
get: function () {
|
|
848
|
-
return this.i.
|
|
848
|
+
return this.i.az ? this.i.az.rightMargin : NaN;
|
|
849
849
|
},
|
|
850
850
|
set: function (v) {
|
|
851
851
|
this.ensureLabelSettings();
|
|
852
|
-
this.i.
|
|
853
|
-
this._a("labelRightMargin", this.i.
|
|
852
|
+
this.i.az.rightMargin = +v;
|
|
853
|
+
this._a("labelRightMargin", this.i.az.rightMargin);
|
|
854
854
|
},
|
|
855
855
|
enumerable: false,
|
|
856
856
|
configurable: true
|
|
@@ -862,12 +862,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
862
862
|
* The `labelTopMargin` property is used for the top margin of the labels.
|
|
863
863
|
*/
|
|
864
864
|
get: function () {
|
|
865
|
-
return this.i.
|
|
865
|
+
return this.i.az ? this.i.az.topMargin : NaN;
|
|
866
866
|
},
|
|
867
867
|
set: function (v) {
|
|
868
868
|
this.ensureLabelSettings();
|
|
869
|
-
this.i.
|
|
870
|
-
this._a("labelTopMargin", this.i.
|
|
869
|
+
this.i.az.topMargin = +v;
|
|
870
|
+
this._a("labelTopMargin", this.i.az.topMargin);
|
|
871
871
|
},
|
|
872
872
|
enumerable: false,
|
|
873
873
|
configurable: true
|
|
@@ -879,12 +879,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
879
879
|
* The `labelBottomMargin` is used to set the bottom margin of the labels.
|
|
880
880
|
*/
|
|
881
881
|
get: function () {
|
|
882
|
-
return this.i.
|
|
882
|
+
return this.i.az ? this.i.az.bottomMargin : NaN;
|
|
883
883
|
},
|
|
884
884
|
set: function (v) {
|
|
885
885
|
this.ensureLabelSettings();
|
|
886
|
-
this.i.
|
|
887
|
-
this._a("labelBottomMargin", this.i.
|
|
886
|
+
this.i.az.bottomMargin = +v;
|
|
887
|
+
this._a("labelBottomMargin", this.i.az.bottomMargin);
|
|
888
888
|
},
|
|
889
889
|
enumerable: false,
|
|
890
890
|
configurable: true
|
|
@@ -896,12 +896,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
896
896
|
* The `HorizontalAlignment` property is used for the horizontal alignment.
|
|
897
897
|
*/
|
|
898
898
|
get: function () {
|
|
899
|
-
return this.i.
|
|
899
|
+
return this.i.az ? this.i.az.horizontalAlignment : 0;
|
|
900
900
|
},
|
|
901
901
|
set: function (v) {
|
|
902
902
|
this.ensureLabelSettings();
|
|
903
|
-
this.i.
|
|
904
|
-
this._a("labelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
903
|
+
this.i.az.horizontalAlignment = ensureEnum(HorizontalAlignment_$type, v);
|
|
904
|
+
this._a("labelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.az.horizontalAlignment));
|
|
905
905
|
},
|
|
906
906
|
enumerable: false,
|
|
907
907
|
configurable: true
|
|
@@ -913,29 +913,29 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
913
913
|
* The `VerticalAlignment` property is used for the vertical alignment of the axis.
|
|
914
914
|
*/
|
|
915
915
|
get: function () {
|
|
916
|
-
return this.i.
|
|
916
|
+
return this.i.az ? this.i.az.verticalAlignment : 0;
|
|
917
917
|
},
|
|
918
918
|
set: function (v) {
|
|
919
919
|
this.ensureLabelSettings();
|
|
920
|
-
this.i.
|
|
921
|
-
this._a("labelVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.
|
|
920
|
+
this.i.az.verticalAlignment = ensureEnum(VerticalAlignment_$type, v);
|
|
921
|
+
this._a("labelVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.az.verticalAlignment));
|
|
922
922
|
},
|
|
923
923
|
enumerable: false,
|
|
924
924
|
configurable: true
|
|
925
925
|
});
|
|
926
926
|
IgcAxisComponent.prototype.ensureLabelSettings = function () {
|
|
927
|
-
if (this.i.
|
|
927
|
+
if (this.i.az) {
|
|
928
928
|
return;
|
|
929
929
|
}
|
|
930
|
-
this.i.
|
|
931
|
-
this.i.
|
|
932
|
-
this.i.
|
|
933
|
-
this.i.
|
|
934
|
-
this.i.
|
|
935
|
-
this.i.
|
|
936
|
-
this.i.
|
|
937
|
-
this.i.
|
|
938
|
-
this.i.
|
|
930
|
+
this.i.az = new AxisLabelSettings();
|
|
931
|
+
this.i.az.location = this.i.a0();
|
|
932
|
+
this.i.az.angle = this.i.d5();
|
|
933
|
+
this.i.az.leftMargin = this.i.d7();
|
|
934
|
+
this.i.az.rightMargin = this.i.d8();
|
|
935
|
+
this.i.az.topMargin = this.i.d9();
|
|
936
|
+
this.i.az.bottomMargin = this.i.d6();
|
|
937
|
+
this.i.az.horizontalAlignment = this.i.jr();
|
|
938
|
+
this.i.az.verticalAlignment = this.i.kk();
|
|
939
939
|
};
|
|
940
940
|
Object.defineProperty(IgcAxisComponent.prototype, "crossingAxis", {
|
|
941
941
|
/**
|
|
@@ -944,7 +944,7 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
944
944
|
* The `CrossingAxis` property is used for CrossingAxis .
|
|
945
945
|
*/
|
|
946
946
|
get: function () {
|
|
947
|
-
var r = this.i.
|
|
947
|
+
var r = this.i.aj;
|
|
948
948
|
if (r == null) {
|
|
949
949
|
return null;
|
|
950
950
|
}
|
|
@@ -960,7 +960,7 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
960
960
|
set: function (v) {
|
|
961
961
|
if (v != null && this._stylingContainer && v._styling)
|
|
962
962
|
v._styling(this._stylingContainer, this, this);
|
|
963
|
-
v == null ? this.i.
|
|
963
|
+
v == null ? this.i.aj = null : this.i.aj = v.i;
|
|
964
964
|
},
|
|
965
965
|
enumerable: false,
|
|
966
966
|
configurable: true
|
|
@@ -985,10 +985,10 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
985
985
|
* The `CrossingValue` property is used for CrossingValue of the axis.
|
|
986
986
|
*/
|
|
987
987
|
get: function () {
|
|
988
|
-
return this.i.
|
|
988
|
+
return this.i.fv;
|
|
989
989
|
},
|
|
990
990
|
set: function (v) {
|
|
991
|
-
this.i.
|
|
991
|
+
this.i.fv = v;
|
|
992
992
|
},
|
|
993
993
|
enumerable: false,
|
|
994
994
|
configurable: true
|
|
@@ -998,12 +998,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
998
998
|
* Gets or sets the title position relative to the axis labels.
|
|
999
999
|
*/
|
|
1000
1000
|
get: function () {
|
|
1001
|
-
return this.i.
|
|
1001
|
+
return this.i.bf ? this.i.bf.position : 0;
|
|
1002
1002
|
},
|
|
1003
1003
|
set: function (v) {
|
|
1004
1004
|
this.ensureTitleSettings();
|
|
1005
|
-
this.i.
|
|
1006
|
-
this._a("titlePosition", enumToString(AxisTitlePosition_$type, this.i.
|
|
1005
|
+
this.i.bf.position = ensureEnum(AxisTitlePosition_$type, v);
|
|
1006
|
+
this._a("titlePosition", enumToString(AxisTitlePosition_$type, this.i.bf.position));
|
|
1007
1007
|
},
|
|
1008
1008
|
enumerable: false,
|
|
1009
1009
|
configurable: true
|
|
@@ -1015,11 +1015,11 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1015
1015
|
* The `labelTextStyle` property Overrides the style of the text used for the axis labels.
|
|
1016
1016
|
*/
|
|
1017
1017
|
get: function () {
|
|
1018
|
-
return this.i.
|
|
1018
|
+
return this.i.bf ? this.i.bf.textStyle : null;
|
|
1019
1019
|
},
|
|
1020
1020
|
set: function (v) {
|
|
1021
1021
|
this.ensureTitleSettings();
|
|
1022
|
-
this.i.
|
|
1022
|
+
this.i.bf.textStyle = v;
|
|
1023
1023
|
},
|
|
1024
1024
|
enumerable: false,
|
|
1025
1025
|
configurable: true
|
|
@@ -1031,12 +1031,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1031
1031
|
* The `labelTextColor` property Overrides the color of the text used for the axis labels.
|
|
1032
1032
|
*/
|
|
1033
1033
|
get: function () {
|
|
1034
|
-
return brushToString(this.i.
|
|
1034
|
+
return brushToString(this.i.bf ? this.i.bf.textColor : null);
|
|
1035
1035
|
},
|
|
1036
1036
|
set: function (v) {
|
|
1037
1037
|
this.ensureTitleSettings();
|
|
1038
|
-
this.i.
|
|
1039
|
-
this._a("titleTextColor", brushToString(this.i.
|
|
1038
|
+
this.i.bf.textColor = stringToBrush(v);
|
|
1039
|
+
this._a("titleTextColor", brushToString(this.i.bf.textColor));
|
|
1040
1040
|
},
|
|
1041
1041
|
enumerable: false,
|
|
1042
1042
|
configurable: true
|
|
@@ -1048,12 +1048,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1048
1048
|
* The `Location` property is used for the location.
|
|
1049
1049
|
*/
|
|
1050
1050
|
get: function () {
|
|
1051
|
-
return this.i.
|
|
1051
|
+
return this.i.bf ? this.i.bf.location : 0;
|
|
1052
1052
|
},
|
|
1053
1053
|
set: function (v) {
|
|
1054
1054
|
this.ensureTitleSettings();
|
|
1055
|
-
this.i.
|
|
1056
|
-
this._a("titleLocation", enumToString(AxisLabelsLocation_$type, this.i.
|
|
1055
|
+
this.i.bf.location = ensureEnum(AxisLabelsLocation_$type, v);
|
|
1056
|
+
this._a("titleLocation", enumToString(AxisLabelsLocation_$type, this.i.bf.location));
|
|
1057
1057
|
},
|
|
1058
1058
|
enumerable: false,
|
|
1059
1059
|
configurable: true
|
|
@@ -1065,12 +1065,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1065
1065
|
* The `Visibility` property is used for the visibility of the axis.
|
|
1066
1066
|
*/
|
|
1067
1067
|
get: function () {
|
|
1068
|
-
return this.i.
|
|
1068
|
+
return this.i.bf ? this.i.bf.visibility : 0;
|
|
1069
1069
|
},
|
|
1070
1070
|
set: function (v) {
|
|
1071
1071
|
this.ensureTitleSettings();
|
|
1072
|
-
this.i.
|
|
1073
|
-
this._a("titleVisibility", enumToString(Visibility_$type, this.i.
|
|
1072
|
+
this.i.bf.visibility = ensureEnum(Visibility_$type, v);
|
|
1073
|
+
this._a("titleVisibility", enumToString(Visibility_$type, this.i.bf.visibility));
|
|
1074
1074
|
},
|
|
1075
1075
|
enumerable: false,
|
|
1076
1076
|
configurable: true
|
|
@@ -1082,12 +1082,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1082
1082
|
* The `ShowFirstLabel` is used to check whether the first label is displayed when the zoom level is set to 1.
|
|
1083
1083
|
*/
|
|
1084
1084
|
get: function () {
|
|
1085
|
-
return this.i.
|
|
1085
|
+
return this.i.bf ? this.i.bf.showFirstLabel : false;
|
|
1086
1086
|
},
|
|
1087
1087
|
set: function (v) {
|
|
1088
1088
|
this.ensureTitleSettings();
|
|
1089
|
-
this.i.
|
|
1090
|
-
this._a("titleShowFirstLabel", this.i.
|
|
1089
|
+
this.i.bf.showFirstLabel = ensureBool(v);
|
|
1090
|
+
this._a("titleShowFirstLabel", this.i.bf.showFirstLabel);
|
|
1091
1091
|
},
|
|
1092
1092
|
enumerable: false,
|
|
1093
1093
|
configurable: true
|
|
@@ -1099,12 +1099,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1099
1099
|
* The `Angle` property is used to set the angle of the axis.
|
|
1100
1100
|
*/
|
|
1101
1101
|
get: function () {
|
|
1102
|
-
return this.i.
|
|
1102
|
+
return this.i.bf ? this.i.bf.angle : NaN;
|
|
1103
1103
|
},
|
|
1104
1104
|
set: function (v) {
|
|
1105
1105
|
this.ensureTitleSettings();
|
|
1106
|
-
this.i.
|
|
1107
|
-
this._a("titleAngle", this.i.
|
|
1106
|
+
this.i.bf.angle = +v;
|
|
1107
|
+
this._a("titleAngle", this.i.bf.angle);
|
|
1108
1108
|
},
|
|
1109
1109
|
enumerable: false,
|
|
1110
1110
|
configurable: true
|
|
@@ -1116,12 +1116,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1116
1116
|
* The `Extent` property is used for the extent.
|
|
1117
1117
|
*/
|
|
1118
1118
|
get: function () {
|
|
1119
|
-
return this.i.
|
|
1119
|
+
return this.i.bf ? this.i.bf.extent : NaN;
|
|
1120
1120
|
},
|
|
1121
1121
|
set: function (v) {
|
|
1122
1122
|
this.ensureTitleSettings();
|
|
1123
|
-
this.i.
|
|
1124
|
-
this._a("titleExtent", this.i.
|
|
1123
|
+
this.i.bf.extent = +v;
|
|
1124
|
+
this._a("titleExtent", this.i.bf.extent);
|
|
1125
1125
|
},
|
|
1126
1126
|
enumerable: false,
|
|
1127
1127
|
configurable: true
|
|
@@ -1133,12 +1133,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1133
1133
|
* The `labelLeftMargin` property is used for the left margin of the labels.
|
|
1134
1134
|
*/
|
|
1135
1135
|
get: function () {
|
|
1136
|
-
return this.i.
|
|
1136
|
+
return this.i.bf ? this.i.bf.leftMargin : NaN;
|
|
1137
1137
|
},
|
|
1138
1138
|
set: function (v) {
|
|
1139
1139
|
this.ensureTitleSettings();
|
|
1140
|
-
this.i.
|
|
1141
|
-
this._a("titleLeftMargin", this.i.
|
|
1140
|
+
this.i.bf.leftMargin = +v;
|
|
1141
|
+
this._a("titleLeftMargin", this.i.bf.leftMargin);
|
|
1142
1142
|
},
|
|
1143
1143
|
enumerable: false,
|
|
1144
1144
|
configurable: true
|
|
@@ -1150,12 +1150,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1150
1150
|
* The `labelRightMargin` property is used for the right margin of the labels.
|
|
1151
1151
|
*/
|
|
1152
1152
|
get: function () {
|
|
1153
|
-
return this.i.
|
|
1153
|
+
return this.i.bf ? this.i.bf.rightMargin : NaN;
|
|
1154
1154
|
},
|
|
1155
1155
|
set: function (v) {
|
|
1156
1156
|
this.ensureTitleSettings();
|
|
1157
|
-
this.i.
|
|
1158
|
-
this._a("titleRightMargin", this.i.
|
|
1157
|
+
this.i.bf.rightMargin = +v;
|
|
1158
|
+
this._a("titleRightMargin", this.i.bf.rightMargin);
|
|
1159
1159
|
},
|
|
1160
1160
|
enumerable: false,
|
|
1161
1161
|
configurable: true
|
|
@@ -1167,12 +1167,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1167
1167
|
* The `labelTopMargin` property is used for the top margin of the labels.
|
|
1168
1168
|
*/
|
|
1169
1169
|
get: function () {
|
|
1170
|
-
return this.i.
|
|
1170
|
+
return this.i.bf ? this.i.bf.topMargin : NaN;
|
|
1171
1171
|
},
|
|
1172
1172
|
set: function (v) {
|
|
1173
1173
|
this.ensureTitleSettings();
|
|
1174
|
-
this.i.
|
|
1175
|
-
this._a("titleTopMargin", this.i.
|
|
1174
|
+
this.i.bf.topMargin = +v;
|
|
1175
|
+
this._a("titleTopMargin", this.i.bf.topMargin);
|
|
1176
1176
|
},
|
|
1177
1177
|
enumerable: false,
|
|
1178
1178
|
configurable: true
|
|
@@ -1184,12 +1184,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1184
1184
|
* The `labelBottomMargin` is used to set the bottom margin of the labels.
|
|
1185
1185
|
*/
|
|
1186
1186
|
get: function () {
|
|
1187
|
-
return this.i.
|
|
1187
|
+
return this.i.bf ? this.i.bf.bottomMargin : NaN;
|
|
1188
1188
|
},
|
|
1189
1189
|
set: function (v) {
|
|
1190
1190
|
this.ensureTitleSettings();
|
|
1191
|
-
this.i.
|
|
1192
|
-
this._a("titleBottomMargin", this.i.
|
|
1191
|
+
this.i.bf.bottomMargin = +v;
|
|
1192
|
+
this._a("titleBottomMargin", this.i.bf.bottomMargin);
|
|
1193
1193
|
},
|
|
1194
1194
|
enumerable: false,
|
|
1195
1195
|
configurable: true
|
|
@@ -1201,12 +1201,12 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1201
1201
|
* The `HorizontalAlignment` property is used for the horizontal alignment.
|
|
1202
1202
|
*/
|
|
1203
1203
|
get: function () {
|
|
1204
|
-
return this.i.
|
|
1204
|
+
return this.i.bf ? this.i.bf.horizontalAlignment : 0;
|
|
1205
1205
|
},
|
|
1206
1206
|
set: function (v) {
|
|
1207
1207
|
this.ensureTitleSettings();
|
|
1208
|
-
this.i.
|
|
1209
|
-
this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
1208
|
+
this.i.bf.horizontalAlignment = ensureEnum(HorizontalAlignment_$type, v);
|
|
1209
|
+
this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.bf.horizontalAlignment));
|
|
1210
1210
|
},
|
|
1211
1211
|
enumerable: false,
|
|
1212
1212
|
configurable: true
|
|
@@ -1218,29 +1218,29 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1218
1218
|
* The `VerticalAlignment` property is used for the vertical alignment of the axis.
|
|
1219
1219
|
*/
|
|
1220
1220
|
get: function () {
|
|
1221
|
-
return this.i.
|
|
1221
|
+
return this.i.bf ? this.i.bf.verticalAlignment : 0;
|
|
1222
1222
|
},
|
|
1223
1223
|
set: function (v) {
|
|
1224
1224
|
this.ensureTitleSettings();
|
|
1225
|
-
this.i.
|
|
1226
|
-
this._a("titleVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.
|
|
1225
|
+
this.i.bf.verticalAlignment = ensureEnum(VerticalAlignment_$type, v);
|
|
1226
|
+
this._a("titleVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.bf.verticalAlignment));
|
|
1227
1227
|
},
|
|
1228
1228
|
enumerable: false,
|
|
1229
1229
|
configurable: true
|
|
1230
1230
|
});
|
|
1231
1231
|
IgcAxisComponent.prototype.ensureTitleSettings = function () {
|
|
1232
|
-
if (this.i.
|
|
1232
|
+
if (this.i.bf) {
|
|
1233
1233
|
return;
|
|
1234
1234
|
}
|
|
1235
|
-
this.i.
|
|
1236
|
-
this.i.
|
|
1237
|
-
this.i.
|
|
1238
|
-
this.i.
|
|
1239
|
-
this.i.
|
|
1240
|
-
this.i.
|
|
1241
|
-
this.i.
|
|
1242
|
-
this.i.
|
|
1243
|
-
this.i.
|
|
1235
|
+
this.i.bf = new TitleSettings();
|
|
1236
|
+
this.i.bf.location = this.i.a1();
|
|
1237
|
+
this.i.bf.angle = this.i.ea();
|
|
1238
|
+
this.i.bf.leftMargin = this.i.ec();
|
|
1239
|
+
this.i.bf.rightMargin = this.i.ed();
|
|
1240
|
+
this.i.bf.topMargin = this.i.ee();
|
|
1241
|
+
this.i.bf.bottomMargin = this.i.eb();
|
|
1242
|
+
this.i.bf.horizontalAlignment = this.i.js();
|
|
1243
|
+
this.i.bf.verticalAlignment = this.i.kl();
|
|
1244
1244
|
};
|
|
1245
1245
|
Object.defineProperty(IgcAxisComponent.prototype, "annotations", {
|
|
1246
1246
|
/**
|
|
@@ -1249,7 +1249,7 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1249
1249
|
get: function () {
|
|
1250
1250
|
if (this._annotations === null) {
|
|
1251
1251
|
var coll = new IgcAxisAnnotationCollection();
|
|
1252
|
-
var innerColl = this.i.
|
|
1252
|
+
var innerColl = this.i.an;
|
|
1253
1253
|
if (!innerColl) {
|
|
1254
1254
|
innerColl = new AxisAnnotationCollection_internal();
|
|
1255
1255
|
}
|
|
@@ -1265,7 +1265,7 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1265
1265
|
var coll = new IgcAxisAnnotationCollection();
|
|
1266
1266
|
this._annotations = coll._fromOuter(v);
|
|
1267
1267
|
var syncColl = new SyncableObservableCollection$1(IAxisAnnotation_$type);
|
|
1268
|
-
var innerColl = this.i.
|
|
1268
|
+
var innerColl = this.i.an;
|
|
1269
1269
|
if (!innerColl) {
|
|
1270
1270
|
innerColl = new AxisAnnotationCollection_internal();
|
|
1271
1271
|
}
|
|
@@ -1317,10 +1317,10 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1317
1317
|
* The `Label` property is used for label mapping of the axis labels.
|
|
1318
1318
|
*/
|
|
1319
1319
|
get: function () {
|
|
1320
|
-
return this.i.
|
|
1320
|
+
return this.i.f0;
|
|
1321
1321
|
},
|
|
1322
1322
|
set: function (v) {
|
|
1323
|
-
this.i.
|
|
1323
|
+
this.i.f0 = v;
|
|
1324
1324
|
},
|
|
1325
1325
|
enumerable: false,
|
|
1326
1326
|
configurable: true
|
|
@@ -1330,10 +1330,10 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1330
1330
|
* Gets or sets the label format string to use for the label.
|
|
1331
1331
|
*/
|
|
1332
1332
|
get: function () {
|
|
1333
|
-
return this.i.
|
|
1333
|
+
return this.i.gg;
|
|
1334
1334
|
},
|
|
1335
1335
|
set: function (v) {
|
|
1336
|
-
this.i.
|
|
1336
|
+
this.i.gg = v;
|
|
1337
1337
|
},
|
|
1338
1338
|
enumerable: false,
|
|
1339
1339
|
configurable: true
|
|
@@ -1343,14 +1343,14 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1343
1343
|
* Gets or sets the format specifiers to use with the LabelFormat string.
|
|
1344
1344
|
*/
|
|
1345
1345
|
get: function () {
|
|
1346
|
-
return this.i.
|
|
1346
|
+
return this.i.ah;
|
|
1347
1347
|
},
|
|
1348
1348
|
set: function (v) {
|
|
1349
1349
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
1350
1350
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
1351
1351
|
v = v.split(re);
|
|
1352
1352
|
}
|
|
1353
|
-
this.i.
|
|
1353
|
+
this.i.ah = v;
|
|
1354
1354
|
},
|
|
1355
1355
|
enumerable: false,
|
|
1356
1356
|
configurable: true
|
|
@@ -1440,22 +1440,26 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1440
1440
|
}
|
|
1441
1441
|
this._inStyling = false;
|
|
1442
1442
|
};
|
|
1443
|
+
IgcAxisComponent.prototype.getFullRange = function () {
|
|
1444
|
+
var iv = this.i.ag();
|
|
1445
|
+
return (iv);
|
|
1446
|
+
};
|
|
1443
1447
|
/**
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
*/
|
|
1448
|
+
* Renders the axis with no animation.
|
|
1449
|
+
|
|
1450
|
+
*/
|
|
1447
1451
|
IgcAxisComponent.prototype.renderAxis = function () {
|
|
1448
|
-
this.i.
|
|
1452
|
+
this.i.h7();
|
|
1449
1453
|
};
|
|
1450
1454
|
/**
|
|
1451
1455
|
* If using enhanced interval management and precise interval fitting, this will reset the cached maximum label width, and recalculate using the current labels.
|
|
1452
1456
|
|
|
1453
1457
|
*/
|
|
1454
1458
|
IgcAxisComponent.prototype.resetCachedEnhancedInterval = function () {
|
|
1455
|
-
this.i.
|
|
1459
|
+
this.i.ib();
|
|
1456
1460
|
};
|
|
1457
1461
|
IgcAxisComponent.prototype.getItemValue = function (item, memberPathName) {
|
|
1458
|
-
var iv = this.i.
|
|
1462
|
+
var iv = this.i.fx(item, memberPathName);
|
|
1459
1463
|
return (iv);
|
|
1460
1464
|
};
|
|
1461
1465
|
/**
|
|
@@ -1464,7 +1468,7 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1464
1468
|
* @param value * The unscaled value to get a label for.
|
|
1465
1469
|
*/
|
|
1466
1470
|
IgcAxisComponent.prototype.getValueLabel = function (value) {
|
|
1467
|
-
var iv = this.i.
|
|
1471
|
+
var iv = this.i.gd(value);
|
|
1468
1472
|
return (iv);
|
|
1469
1473
|
};
|
|
1470
1474
|
/**
|
|
@@ -1473,7 +1477,7 @@ var IgcAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1473
1477
|
* @param unscaledValue * The unscaled axis value to scale.
|
|
1474
1478
|
*/
|
|
1475
1479
|
IgcAxisComponent.prototype.scaleValue = function (unscaledValue) {
|
|
1476
|
-
var iv = this.i.
|
|
1480
|
+
var iv = this.i.e4(unscaledValue);
|
|
1477
1481
|
return (iv);
|
|
1478
1482
|
};
|
|
1479
1483
|
Object.defineProperty(IgcAxisComponent.prototype, "rangeChanged", {
|