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
|
@@ -27,36 +27,36 @@ import { AxisDefaults } from "./AxisDefaults";
|
|
|
27
27
|
*/
|
|
28
28
|
export let CategoryYAxis = /*@__PURE__*/ (() => {
|
|
29
29
|
class CategoryYAxis extends CategoryAxisBase {
|
|
30
|
-
|
|
30
|
+
a4() {
|
|
31
31
|
return new CategoryYAxisView(this);
|
|
32
32
|
}
|
|
33
|
-
|
|
34
|
-
super.
|
|
35
|
-
this.
|
|
33
|
+
hs(a) {
|
|
34
|
+
super.hs(a);
|
|
35
|
+
this.mh = a;
|
|
36
36
|
}
|
|
37
|
-
|
|
37
|
+
get_cp() {
|
|
38
38
|
return true;
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
return this.
|
|
40
|
+
ei() {
|
|
41
|
+
return this.j7().height;
|
|
42
42
|
}
|
|
43
|
-
|
|
44
|
-
return this.
|
|
43
|
+
me(a, b, c) {
|
|
44
|
+
return this.mf(a, b, c, true);
|
|
45
45
|
}
|
|
46
|
-
|
|
46
|
+
mg(a) {
|
|
47
47
|
if (typeCast(List$1.$.specialize(Array_$type), a) !== null) {
|
|
48
48
|
return a.asArray();
|
|
49
49
|
}
|
|
50
50
|
return null;
|
|
51
51
|
}
|
|
52
|
-
|
|
52
|
+
hm(a, b, c, d, e) {
|
|
53
53
|
let f;
|
|
54
54
|
let g = e.e;
|
|
55
55
|
let h = e.d;
|
|
56
56
|
let i = e.c;
|
|
57
57
|
let j = e.a;
|
|
58
58
|
let k = !i.isEmpty;
|
|
59
|
-
let l = this.categoryMode == 0 ? this.
|
|
59
|
+
let l = this.categoryMode == 0 ? this.lf - 1 : this.lf;
|
|
60
60
|
if (l < 0) {
|
|
61
61
|
l = 0;
|
|
62
62
|
}
|
|
@@ -68,7 +68,7 @@ export let CategoryYAxis = /*@__PURE__*/ (() => {
|
|
|
68
68
|
let r = h.height;
|
|
69
69
|
let s = 0;
|
|
70
70
|
let t = 1;
|
|
71
|
-
let u = this.
|
|
71
|
+
let u = this.mg(a);
|
|
72
72
|
let v = false;
|
|
73
73
|
if (u != null) {
|
|
74
74
|
v = true;
|
|
@@ -106,41 +106,22 @@ export let CategoryYAxis = /*@__PURE__*/ (() => {
|
|
|
106
106
|
}
|
|
107
107
|
constructor() {
|
|
108
108
|
super();
|
|
109
|
-
this.mi = 0;
|
|
110
109
|
this.mj = 0;
|
|
110
|
+
this.mk = 0;
|
|
111
|
+
this.mr = 1;
|
|
111
112
|
this.mq = 1;
|
|
112
|
-
this.
|
|
113
|
-
this.kx = new List$1(Number_$type, 0);
|
|
113
|
+
this.ky = new List$1(Number_$type, 0);
|
|
114
114
|
this.ab = CategoryYAxis.$;
|
|
115
115
|
}
|
|
116
|
-
get mn() {
|
|
117
|
-
return this.c(CategoryYAxis.m6);
|
|
118
|
-
}
|
|
119
|
-
set mn(a) {
|
|
120
|
-
this.h(CategoryYAxis.m6, a);
|
|
121
|
-
}
|
|
122
|
-
mh() {
|
|
123
|
-
return !isNaN_(this.mn);
|
|
124
|
-
}
|
|
125
|
-
get mk() {
|
|
126
|
-
return this.mi;
|
|
127
|
-
}
|
|
128
|
-
set mk(a) {
|
|
129
|
-
if (this.mk != a) {
|
|
130
|
-
let b = this.mi;
|
|
131
|
-
this.mi = a;
|
|
132
|
-
this.h1("ActualInterval", b, this.mk);
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
eu() {
|
|
136
|
-
return this.mk;
|
|
137
|
-
}
|
|
138
116
|
get mo() {
|
|
139
117
|
return this.c(CategoryYAxis.m7);
|
|
140
118
|
}
|
|
141
119
|
set mo(a) {
|
|
142
120
|
this.h(CategoryYAxis.m7, a);
|
|
143
121
|
}
|
|
122
|
+
mi() {
|
|
123
|
+
return !isNaN_(this.mo);
|
|
124
|
+
}
|
|
144
125
|
get ml() {
|
|
145
126
|
return this.mj;
|
|
146
127
|
}
|
|
@@ -148,42 +129,61 @@ export let CategoryYAxis = /*@__PURE__*/ (() => {
|
|
|
148
129
|
if (this.ml != a) {
|
|
149
130
|
let b = this.mj;
|
|
150
131
|
this.mj = a;
|
|
151
|
-
this.
|
|
132
|
+
this.h2("ActualInterval", b, this.ml);
|
|
152
133
|
}
|
|
153
134
|
}
|
|
135
|
+
ev() {
|
|
136
|
+
return this.ml;
|
|
137
|
+
}
|
|
138
|
+
get mp() {
|
|
139
|
+
return this.c(CategoryYAxis.m8);
|
|
140
|
+
}
|
|
141
|
+
set mp(a) {
|
|
142
|
+
this.h(CategoryYAxis.m8, a);
|
|
143
|
+
}
|
|
144
|
+
get mm() {
|
|
145
|
+
return this.mk;
|
|
146
|
+
}
|
|
147
|
+
set mm(a) {
|
|
148
|
+
if (this.mm != a) {
|
|
149
|
+
let b = this.mk;
|
|
150
|
+
this.mk = a;
|
|
151
|
+
this.h2("ActualMinorInterval", b, this.mm);
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
get mt() {
|
|
155
|
+
return this.mr;
|
|
156
|
+
}
|
|
157
|
+
set mt(a) {
|
|
158
|
+
this.mr = a;
|
|
159
|
+
}
|
|
154
160
|
get ms() {
|
|
155
161
|
return this.mq;
|
|
156
162
|
}
|
|
157
163
|
set ms(a) {
|
|
158
164
|
this.mq = a;
|
|
159
165
|
}
|
|
160
|
-
|
|
161
|
-
return this.mp;
|
|
162
|
-
}
|
|
163
|
-
set mr(a) {
|
|
164
|
-
this.mp = a;
|
|
165
|
-
}
|
|
166
|
-
ei(a, b) {
|
|
166
|
+
ej(a, b) {
|
|
167
167
|
if (!b.c.isEmpty) {
|
|
168
|
-
let c = this.
|
|
168
|
+
let c = this.mn(a, NumericScaler.ac, b.c);
|
|
169
169
|
c = (c - b.d.top) / b.d.height;
|
|
170
170
|
c = b.d.top + b.d.height * (c - b.e.top) / b.e.height;
|
|
171
171
|
return c;
|
|
172
172
|
}
|
|
173
|
-
return this.
|
|
173
|
+
return this.mn(a, b.e, b.d);
|
|
174
174
|
}
|
|
175
|
-
|
|
176
|
-
let d = this.categoryMode == 0 ? this.
|
|
175
|
+
mn(a, b, c) {
|
|
176
|
+
let d = this.categoryMode == 0 ? this.lf - 1 : this.lf;
|
|
177
177
|
if (d < 0) {
|
|
178
178
|
d = 0;
|
|
179
179
|
}
|
|
180
180
|
let e = d >= 1 ? (a) / (d) : d == 0 ? 0.5 : NaN;
|
|
181
|
-
if (!this.
|
|
181
|
+
if (!this.ci) {
|
|
182
182
|
e = 1 - e;
|
|
183
183
|
}
|
|
184
184
|
return c.top + c.height * (e - b.top) / b.height;
|
|
185
185
|
}
|
|
186
|
-
|
|
186
|
+
em(a, b) {
|
|
187
187
|
if (!b.c.isEmpty) {
|
|
188
188
|
let c = b.e.top + b.e.height * (a - b.d.top) / b.d.height;
|
|
189
189
|
c = (c * b.d.height) + b.d.top;
|
|
@@ -192,7 +192,7 @@ export let CategoryYAxis = /*@__PURE__*/ (() => {
|
|
|
192
192
|
}
|
|
193
193
|
return this.getUnscaledValue3(a, b.e, b.d, this.categoryMode);
|
|
194
194
|
}
|
|
195
|
-
|
|
195
|
+
en(a, b, c) {
|
|
196
196
|
if (!b.c.isEmpty) {
|
|
197
197
|
let d = b.e.top + b.e.height * (a - b.d.top) / b.d.height;
|
|
198
198
|
d = (d * b.d.height) + b.d.top;
|
|
@@ -203,68 +203,68 @@ export let CategoryYAxis = /*@__PURE__*/ (() => {
|
|
|
203
203
|
}
|
|
204
204
|
getUnscaledValue3(a, b, c, d) {
|
|
205
205
|
let e = b.top + (a - c.top) * b.height / c.height;
|
|
206
|
-
if (!this.
|
|
206
|
+
if (!this.ci) {
|
|
207
207
|
e = 1 - e;
|
|
208
208
|
}
|
|
209
|
-
let f = d == 0 ? this.
|
|
209
|
+
let f = d == 0 ? this.lf - 1 : this.lf;
|
|
210
210
|
if (f < 0) {
|
|
211
211
|
f = 0;
|
|
212
212
|
}
|
|
213
213
|
return e * f;
|
|
214
214
|
}
|
|
215
|
-
|
|
216
|
-
if (isNaN_(a) || isNaN_(b) || this.
|
|
215
|
+
m4(a, b) {
|
|
216
|
+
if (isNaN_(a) || isNaN_(b) || this.kr == null || this.kr.count == 0) {
|
|
217
217
|
return;
|
|
218
218
|
}
|
|
219
|
-
let c = a / this.
|
|
220
|
-
let d = b / this.
|
|
221
|
-
this.
|
|
219
|
+
let c = a / this.kr.count;
|
|
220
|
+
let d = b / this.kr.count;
|
|
221
|
+
this.bi.tz = new Rect(0, this.bi.tz.x, 1 - d, this.bi.tz.width, d - c);
|
|
222
222
|
}
|
|
223
|
-
|
|
223
|
+
av() {
|
|
224
224
|
return new VerticalAxisLabelPanel();
|
|
225
225
|
}
|
|
226
|
-
|
|
227
|
-
return this.
|
|
226
|
+
d4() {
|
|
227
|
+
return this.mo;
|
|
228
228
|
}
|
|
229
229
|
getCategorySize(a, b, c) {
|
|
230
|
-
let d = this.
|
|
231
|
-
return d.height / (this.
|
|
230
|
+
let d = this.kb(b, c);
|
|
231
|
+
return d.height / (this.lf * a.height);
|
|
232
232
|
}
|
|
233
|
-
|
|
234
|
-
let d = this.
|
|
233
|
+
k4(a, b, c) {
|
|
234
|
+
let d = this.lb(a, b, c);
|
|
235
235
|
let e = 0;
|
|
236
|
-
if (!isNaN_(this.
|
|
237
|
-
e = Math.min(this.
|
|
236
|
+
if (!isNaN_(this.la)) {
|
|
237
|
+
e = Math.min(this.la, 1);
|
|
238
238
|
}
|
|
239
239
|
let f = 1 - 0.5 * d;
|
|
240
|
-
let g = this.getCategorySize(a, b, c) * f / (this.
|
|
240
|
+
let g = this.getCategorySize(a, b, c) * f / (this.lh - (this.lh - 1) * e);
|
|
241
241
|
return g;
|
|
242
242
|
}
|
|
243
243
|
getGroupCenter(a, b, c, d) {
|
|
244
244
|
let e = 0.5;
|
|
245
|
-
if (this.
|
|
246
|
-
let f = this.
|
|
245
|
+
if (this.lh > 1) {
|
|
246
|
+
let f = this.lb(b, c, d);
|
|
247
247
|
let g = 0;
|
|
248
|
-
if (!isNaN_(this.
|
|
249
|
-
g = Math.min(this.
|
|
248
|
+
if (!isNaN_(this.la)) {
|
|
249
|
+
g = Math.min(this.la, 1);
|
|
250
250
|
}
|
|
251
251
|
let h = 1 - 0.5 * f;
|
|
252
|
-
let i = h / (this.
|
|
253
|
-
let j = (h - i) / (this.
|
|
252
|
+
let i = h / (this.lh - (this.lh - 1) * g);
|
|
253
|
+
let j = (h - i) / (this.lh - 1);
|
|
254
254
|
e = 0.25 * f + 0.5 * i + a * j;
|
|
255
255
|
}
|
|
256
256
|
return this.getCategorySize(b, c, d) * e;
|
|
257
257
|
}
|
|
258
|
-
|
|
259
|
-
let b = this.
|
|
258
|
+
m3(a) {
|
|
259
|
+
let b = this.bi != null ? this.bi.tj : Rect.empty;
|
|
260
260
|
b = b.copy();
|
|
261
|
-
let c = this.
|
|
261
|
+
let c = this.kd;
|
|
262
262
|
let d = new Rect(0, 0, 0, 1, 1);
|
|
263
|
-
let e = this.
|
|
264
|
-
let f = new ScalerParams(0, d, d, this.
|
|
265
|
-
let g = !b.isEmpty && !c.isEmpty && this.
|
|
266
|
-
let h = g > -1 ? this.
|
|
267
|
-
if (!isNaN_(h) && this.
|
|
263
|
+
let e = this.ka();
|
|
264
|
+
let f = new ScalerParams(0, d, d, this.ch, e);
|
|
265
|
+
let g = !b.isEmpty && !c.isEmpty && this.kr != null ? this.kr.indexOf(a) : -1;
|
|
266
|
+
let h = g > -1 ? this.ej(g, f) : NaN;
|
|
267
|
+
if (!isNaN_(h) && this.bi.en) {
|
|
268
268
|
if (!isNaN_(h)) {
|
|
269
269
|
if (h < b.top + 0.1 * b.height) {
|
|
270
270
|
h = h + 0.4 * b.height;
|
|
@@ -275,39 +275,39 @@ export let CategoryYAxis = /*@__PURE__*/ (() => {
|
|
|
275
275
|
b.y = h - 0.5 * b.height;
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
|
-
this.
|
|
278
|
+
this.bi.ps(b, false, true);
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
|
-
|
|
282
|
-
if (this.
|
|
283
|
-
this.
|
|
281
|
+
c3() {
|
|
282
|
+
if (this.cq && this.c4) {
|
|
283
|
+
this.bc = this.bb();
|
|
284
284
|
}
|
|
285
|
-
if (this.
|
|
285
|
+
if (this.kr == null) {
|
|
286
286
|
return false;
|
|
287
287
|
}
|
|
288
288
|
let a = false;
|
|
289
|
-
let b = this.
|
|
290
|
-
if (b != this.
|
|
291
|
-
let c = new AxisRangeChangedEventArgs(0, 1, 1, this.
|
|
292
|
-
this.
|
|
293
|
-
this.
|
|
289
|
+
let b = this.kr.count;
|
|
290
|
+
if (b != this.ms) {
|
|
291
|
+
let c = new AxisRangeChangedEventArgs(0, 1, 1, this.ms, b);
|
|
292
|
+
this.ms = b;
|
|
293
|
+
this.h3(c);
|
|
294
294
|
a = true;
|
|
295
295
|
}
|
|
296
|
+
this.m6();
|
|
296
297
|
this.m5();
|
|
297
|
-
this.m4();
|
|
298
298
|
return a;
|
|
299
299
|
}
|
|
300
300
|
getWindowZoomFromCategories(a) {
|
|
301
301
|
let b = MathUtil.a(a) && a > 0;
|
|
302
|
-
let c = this.
|
|
302
|
+
let c = this.kr.count;
|
|
303
303
|
if (c > 0 && b) {
|
|
304
|
-
let d = this.
|
|
304
|
+
let d = this.bi.ty.height;
|
|
305
305
|
let e = isNaN_(d) || isInfinity(d);
|
|
306
306
|
if (e) {
|
|
307
307
|
return NaN;
|
|
308
308
|
}
|
|
309
309
|
let f = new Rect(0, 0, 0, 1, 1);
|
|
310
|
-
let g = this.
|
|
310
|
+
let g = this.bi.ty;
|
|
311
311
|
let h = this.getCategorySize(f, g, g);
|
|
312
312
|
let i = isNaN_(h) || isInfinity(h);
|
|
313
313
|
if (i) {
|
|
@@ -322,16 +322,16 @@ export let CategoryYAxis = /*@__PURE__*/ (() => {
|
|
|
322
322
|
}
|
|
323
323
|
getWindowZoomFromItemSpan(a) {
|
|
324
324
|
let b = MathUtil.a(a) && a > 0;
|
|
325
|
-
let c = this.
|
|
325
|
+
let c = this.kr.count;
|
|
326
326
|
if (c > 0 && b) {
|
|
327
|
-
let d = this.
|
|
327
|
+
let d = this.bi.ty.height;
|
|
328
328
|
let e = isNaN_(d) || isInfinity(d);
|
|
329
329
|
if (e) {
|
|
330
330
|
return NaN;
|
|
331
331
|
}
|
|
332
332
|
let f = new Rect(0, 0, 0, 1, 1);
|
|
333
|
-
let g = this.
|
|
334
|
-
let h = this.
|
|
333
|
+
let g = this.bi.ty;
|
|
334
|
+
let h = this.k4(f, g, g);
|
|
335
335
|
let i = a / h;
|
|
336
336
|
let j = Math.min(1, 1 / i);
|
|
337
337
|
if (j > 0 && j <= 1) {
|
|
@@ -340,129 +340,129 @@ export let CategoryYAxis = /*@__PURE__*/ (() => {
|
|
|
340
340
|
}
|
|
341
341
|
return NaN;
|
|
342
342
|
}
|
|
343
|
-
|
|
344
|
-
if (this.
|
|
343
|
+
m6() {
|
|
344
|
+
if (this.kr == null || this.bi == null) {
|
|
345
345
|
return;
|
|
346
346
|
}
|
|
347
|
-
let a = !isNaN_(this.
|
|
347
|
+
let a = !isNaN_(this.bi.hn) && !isNaN_(this.bi.hp);
|
|
348
348
|
if (a) {
|
|
349
349
|
return;
|
|
350
350
|
}
|
|
351
351
|
if (!isNaN_(this.zoomMaximumItemSpan) && !isInfinity(this.zoomMaximumItemSpan)) {
|
|
352
352
|
let b = this.getWindowZoomFromItemSpan(this.zoomMaximumItemSpan);
|
|
353
353
|
if (!isNaN_(b) && !isInfinity(b)) {
|
|
354
|
-
this.
|
|
354
|
+
this.bi.gi = b;
|
|
355
355
|
}
|
|
356
356
|
}
|
|
357
357
|
else if (!isNaN_(this.zoomMaximumCategoryRange) && !isInfinity(this.zoomMaximumCategoryRange)) {
|
|
358
358
|
let c = this.getWindowZoomFromCategories(this.zoomMaximumCategoryRange);
|
|
359
359
|
if (!isNaN_(c) && !isInfinity(c)) {
|
|
360
|
-
this.
|
|
360
|
+
this.bi.gi = c;
|
|
361
361
|
}
|
|
362
362
|
}
|
|
363
363
|
}
|
|
364
|
-
|
|
365
|
-
if (this.
|
|
364
|
+
m5() {
|
|
365
|
+
if (this.kr == null || this.bi == null) {
|
|
366
366
|
return;
|
|
367
367
|
}
|
|
368
368
|
let a = NaN;
|
|
369
369
|
let b = NaN;
|
|
370
|
-
let c = this.
|
|
371
|
-
let d = this.
|
|
370
|
+
let c = this.bi.gp();
|
|
371
|
+
let d = this.bi.gq();
|
|
372
372
|
let e = false;
|
|
373
373
|
if (MathUtil.a(this.zoomToItemSpan)) {
|
|
374
374
|
e = true;
|
|
375
375
|
d = this.getWindowZoomFromItemSpan(this.zoomToItemSpan);
|
|
376
|
-
d = Math.max(d, this.
|
|
376
|
+
d = Math.max(d, this.bi.gi);
|
|
377
377
|
}
|
|
378
378
|
else if (MathUtil.a(this.zoomToCategoryRange)) {
|
|
379
379
|
e = true;
|
|
380
380
|
d = this.getWindowZoomFromCategories(this.zoomToCategoryRange);
|
|
381
|
-
d = Math.max(d, this.
|
|
381
|
+
d = Math.max(d, this.bi.gi);
|
|
382
382
|
}
|
|
383
|
-
if (MathUtil.a(this.zoomToCategoryStart) && this.zoomToCategoryStart >= 0 && this.zoomToCategoryStart < this.
|
|
383
|
+
if (MathUtil.a(this.zoomToCategoryStart) && this.zoomToCategoryStart >= 0 && this.zoomToCategoryStart < this.lg) {
|
|
384
384
|
e = true;
|
|
385
385
|
b = this.getWindowZoomFromCategories(this.zoomToCategoryStart);
|
|
386
386
|
let f = d + a - 1;
|
|
387
387
|
let g = d - f;
|
|
388
|
-
if (f > 0 && g > this.
|
|
388
|
+
if (f > 0 && g > this.bi.gi) {
|
|
389
389
|
d = g;
|
|
390
|
-
d = Math.max(d, this.
|
|
390
|
+
d = Math.max(d, this.bi.gi);
|
|
391
391
|
}
|
|
392
392
|
}
|
|
393
393
|
if (e) {
|
|
394
|
-
this.
|
|
394
|
+
this.bi.pq(a, b, c, d);
|
|
395
395
|
}
|
|
396
396
|
}
|
|
397
|
-
|
|
398
|
-
super.
|
|
397
|
+
hw(a, b, c, d) {
|
|
398
|
+
super.hw(a, b, c, d);
|
|
399
399
|
switch (b) {
|
|
400
400
|
case CategoryYAxis.$$p[0]:
|
|
401
401
|
case CategoryYAxis.$$p[1]:
|
|
402
|
-
this.
|
|
402
|
+
this.m6();
|
|
403
403
|
break;
|
|
404
404
|
case CategoryYAxis.$$p[2]:
|
|
405
405
|
case CategoryYAxis.$$p[3]:
|
|
406
406
|
case CategoryYAxis.$$p[4]:
|
|
407
|
-
this.
|
|
407
|
+
this.m5();
|
|
408
408
|
break;
|
|
409
409
|
}
|
|
410
410
|
}
|
|
411
|
-
|
|
411
|
+
ku(a) {
|
|
412
412
|
if (a == null) {
|
|
413
413
|
return false;
|
|
414
414
|
}
|
|
415
|
-
let b = this.
|
|
415
|
+
let b = this.be();
|
|
416
416
|
if (b == null) {
|
|
417
417
|
return false;
|
|
418
418
|
}
|
|
419
419
|
return b.synchronizeVertically;
|
|
420
420
|
}
|
|
421
|
-
|
|
422
|
-
super.
|
|
423
|
-
let b = this.
|
|
424
|
-
let c = this.
|
|
425
|
-
let d = this.
|
|
426
|
-
let e = this.
|
|
427
|
-
let f = new ScalerParams(0, b, c, this.
|
|
428
|
-
let g = this.
|
|
429
|
-
let h = this.
|
|
430
|
-
let i = this.
|
|
431
|
-
let j = this.
|
|
432
|
-
let k = this.
|
|
433
|
-
let l = this.
|
|
434
|
-
let m = this.
|
|
435
|
-
this.
|
|
436
|
-
this.
|
|
437
|
-
this.
|
|
438
|
-
this.
|
|
439
|
-
this.
|
|
440
|
-
this.db.clear();
|
|
421
|
+
h9(a) {
|
|
422
|
+
super.h9(a);
|
|
423
|
+
let b = this.bi != null ? this.bi.tj : Rect.empty;
|
|
424
|
+
let c = this.kd;
|
|
425
|
+
let d = this.j8();
|
|
426
|
+
let e = this.j7();
|
|
427
|
+
let f = new ScalerParams(0, b, c, this.ch, d);
|
|
428
|
+
let g = this.a5.a1();
|
|
429
|
+
let h = this.a5.a4();
|
|
430
|
+
let i = this.a5.a2();
|
|
431
|
+
let j = this.a5.a3();
|
|
432
|
+
let k = this.a5.e();
|
|
433
|
+
let l = this.a5.f();
|
|
434
|
+
let m = this.a5.g();
|
|
435
|
+
this.il();
|
|
436
|
+
this.hi(g);
|
|
437
|
+
this.hi(h);
|
|
438
|
+
this.hi(i);
|
|
439
|
+
this.hi(j);
|
|
441
440
|
this.dc.clear();
|
|
442
|
-
this.
|
|
443
|
-
this.
|
|
441
|
+
this.dd.clear();
|
|
442
|
+
this.ky.clear();
|
|
443
|
+
this.a5.aw(this, b, c);
|
|
444
444
|
if (b.isEmpty || c.isEmpty) {
|
|
445
|
+
this.br.count = 0;
|
|
445
446
|
this.bq.count = 0;
|
|
446
447
|
this.bp.count = 0;
|
|
447
|
-
this.bo.count = 0;
|
|
448
448
|
}
|
|
449
|
-
if (this.
|
|
450
|
-
this.
|
|
449
|
+
if (this.br.count == 0 && this.bq.count == 0) {
|
|
450
|
+
this.a5.ab();
|
|
451
451
|
}
|
|
452
|
-
if (this.
|
|
453
|
-
this.
|
|
452
|
+
if (this.az != null) {
|
|
453
|
+
this.az.registerAxis(this);
|
|
454
454
|
}
|
|
455
|
-
if (this.itemsSource == null || this.
|
|
455
|
+
if (this.itemsSource == null || this.kr == null || this.kr.count == 0) {
|
|
456
|
+
this.br.count = 0;
|
|
456
457
|
this.bq.count = 0;
|
|
457
458
|
this.bp.count = 0;
|
|
458
|
-
this.
|
|
459
|
-
this.a4.ab();
|
|
459
|
+
this.a5.ab();
|
|
460
460
|
return;
|
|
461
461
|
}
|
|
462
462
|
if (!b.isEmpty && !c.isEmpty) {
|
|
463
|
-
let n = this.
|
|
464
|
-
let o = this.
|
|
465
|
-
if (!this.
|
|
463
|
+
let n = this.em(e.top, f);
|
|
464
|
+
let o = this.em(e.bottom, f);
|
|
465
|
+
if (!this.ch) {
|
|
466
466
|
n = Math.ceil(n);
|
|
467
467
|
o = Math.floor(o);
|
|
468
468
|
}
|
|
@@ -472,52 +472,52 @@ export let CategoryYAxis = /*@__PURE__*/ (() => {
|
|
|
472
472
|
}
|
|
473
473
|
let p = c.left;
|
|
474
474
|
let q = 0;
|
|
475
|
-
if (this.
|
|
476
|
-
let r = typeCast(NumericXAxis.$, this.
|
|
475
|
+
if (this.aj != null) {
|
|
476
|
+
let r = typeCast(NumericXAxis.$, this.aj);
|
|
477
477
|
if (r != null) {
|
|
478
|
-
let s = this.
|
|
478
|
+
let s = this.ie(p, q, b, c, d, c.left, c.right);
|
|
479
479
|
p = s.p0;
|
|
480
480
|
q = s.p1;
|
|
481
481
|
}
|
|
482
482
|
}
|
|
483
|
-
this.
|
|
484
|
-
this.
|
|
483
|
+
this.im(g, p, c, k, true);
|
|
484
|
+
this.a5.ar(q);
|
|
485
485
|
let t = Math.min(n, o);
|
|
486
486
|
let u = Math.max(n, o);
|
|
487
|
-
let v = new LinearCategorySnapper(1, t, u, e.height, this.
|
|
487
|
+
let v = new LinearCategorySnapper(1, t, u, e.height, this.mo, this.categoryMode, this.ey());
|
|
488
488
|
let w = v.g;
|
|
489
|
-
w = this.
|
|
489
|
+
w = this.d2(w, this.mi(), b, c, d);
|
|
490
490
|
if (v.g != w) {
|
|
491
|
-
v = new LinearCategorySnapper(1, t, u, e.height, w, this.categoryMode, this.
|
|
491
|
+
v = new LinearCategorySnapper(1, t, u, e.height, w, this.categoryMode, this.ey());
|
|
492
492
|
}
|
|
493
493
|
let x = Math.floor((t - 0) / v.g);
|
|
494
494
|
let y = Math.ceil((u - 0) / v.g);
|
|
495
495
|
if (!isNaN_(x) && !isNaN_(y)) {
|
|
496
496
|
let z = truncate(x);
|
|
497
497
|
let aa = truncate(y);
|
|
498
|
-
let ab = this.
|
|
499
|
-
let ac = Math.abs(this.
|
|
500
|
-
this.
|
|
498
|
+
let ab = this.ej(0 + z * v.g, f);
|
|
499
|
+
let ac = Math.abs(this.ej(v.g, f) - this.ej(0, f));
|
|
500
|
+
this.aw.bw = this.ej(v.g, f);
|
|
501
501
|
for (let ad = z; ad <= aa; ++ad) {
|
|
502
|
-
let ae = this.
|
|
502
|
+
let ae = this.ej(0 + (ad + 1) * v.g, f);
|
|
503
503
|
if (ab <= e.bottom) {
|
|
504
504
|
if (ad % 2 == 0) {
|
|
505
|
-
this.
|
|
505
|
+
this.hr(h, ab, ae, c);
|
|
506
506
|
}
|
|
507
|
-
this.
|
|
508
|
-
this.
|
|
507
|
+
this.hq(i, ab, c, l, false);
|
|
508
|
+
this.ky.add(ab);
|
|
509
509
|
}
|
|
510
|
-
if (this.categoryMode != 0 && this.
|
|
511
|
-
if (this.
|
|
512
|
-
let af = ac * this.
|
|
513
|
-
if (!this.
|
|
510
|
+
if (this.categoryMode != 0 && this.lh != 0 && this.cy) {
|
|
511
|
+
if (this.mp > 0 && this.mp < v.g) {
|
|
512
|
+
let af = ac * this.mp;
|
|
513
|
+
if (!this.ch) {
|
|
514
514
|
let ag = ab;
|
|
515
515
|
while (ag - af > ae) {
|
|
516
516
|
ag -= af;
|
|
517
517
|
if (Math.abs(ag - ae) < 0.0001) {
|
|
518
518
|
break;
|
|
519
519
|
}
|
|
520
|
-
this.
|
|
520
|
+
this.hq(j, ag, c, m, false);
|
|
521
521
|
}
|
|
522
522
|
}
|
|
523
523
|
else {
|
|
@@ -527,28 +527,28 @@ export let CategoryYAxis = /*@__PURE__*/ (() => {
|
|
|
527
527
|
if (Math.abs(ah - ae) < 0.0001) {
|
|
528
528
|
break;
|
|
529
529
|
}
|
|
530
|
-
this.
|
|
530
|
+
this.hq(j, ah, c, m, false);
|
|
531
531
|
}
|
|
532
532
|
}
|
|
533
|
-
this.
|
|
533
|
+
this.mm = this.mp;
|
|
534
534
|
}
|
|
535
535
|
else {
|
|
536
536
|
for (let ai = 0; ai < truncate(v.g); ai++) {
|
|
537
|
-
for (let aj = 0; aj < this.
|
|
537
|
+
for (let aj = 0; aj < this.lh; aj++) {
|
|
538
538
|
let ak = this.getGroupCenter(aj, b, c, d);
|
|
539
|
-
if (!this.
|
|
539
|
+
if (!this.ch) {
|
|
540
540
|
ak = -ak;
|
|
541
541
|
}
|
|
542
|
-
let al = this.
|
|
543
|
-
this.
|
|
542
|
+
let al = this.ej(ai + ad * v.g, f) + ak;
|
|
543
|
+
this.hq(j, al, c, m, false);
|
|
544
544
|
}
|
|
545
545
|
}
|
|
546
|
-
this.
|
|
546
|
+
this.mm = 0.5;
|
|
547
547
|
}
|
|
548
548
|
}
|
|
549
549
|
let am = ab;
|
|
550
550
|
if (this.categoryMode != 0) {
|
|
551
|
-
let an = this.
|
|
551
|
+
let an = this.ej(ad * v.g + 1, f);
|
|
552
552
|
am = (ab + an) / 2;
|
|
553
553
|
}
|
|
554
554
|
if (am <= e.bottom && am >= e.top) {
|
|
@@ -564,15 +564,15 @@ export let CategoryYAxis = /*@__PURE__*/ (() => {
|
|
|
564
564
|
ao = -1;
|
|
565
565
|
}
|
|
566
566
|
}
|
|
567
|
-
if (this.
|
|
568
|
-
let ap = this.
|
|
569
|
-
let aq = this.
|
|
567
|
+
if (this.kr != null && ao < this.kr.count && ao >= 0) {
|
|
568
|
+
let ap = this.kr.item(ao);
|
|
569
|
+
let aq = this.fz(ap);
|
|
570
570
|
if (!isNaN_(am) && !isInfinity(am) && aq != null) {
|
|
571
571
|
if ((typeof aq === 'string') && Base.equalsStatic(aq, "")) {
|
|
572
572
|
}
|
|
573
573
|
else {
|
|
574
|
-
this.
|
|
575
|
-
this.
|
|
574
|
+
this.dc.add1(aq);
|
|
575
|
+
this.dd.add(new LabelPosition(am));
|
|
576
576
|
}
|
|
577
577
|
}
|
|
578
578
|
}
|
|
@@ -580,54 +580,57 @@ export let CategoryYAxis = /*@__PURE__*/ (() => {
|
|
|
580
580
|
ab = ae;
|
|
581
581
|
}
|
|
582
582
|
}
|
|
583
|
-
this.
|
|
584
|
-
if ((this.
|
|
585
|
-
if (this.
|
|
586
|
-
this.
|
|
583
|
+
this.ml = v.g;
|
|
584
|
+
if ((this.az == null || this.az.visibility == 0) && this.aj != null) {
|
|
585
|
+
if (this.az != null && (this.az.location == 6 || this.az.location == 7)) {
|
|
586
|
+
this.bi.md();
|
|
587
587
|
}
|
|
588
588
|
}
|
|
589
|
-
this.
|
|
590
|
-
this.
|
|
589
|
+
this.a5.ax(this.dc, this.dd);
|
|
590
|
+
this.l4();
|
|
591
591
|
}
|
|
592
592
|
}
|
|
593
|
-
|
|
593
|
+
get_a2() {
|
|
594
594
|
return 1;
|
|
595
595
|
}
|
|
596
|
-
get
|
|
597
|
-
return this.
|
|
596
|
+
get a2() {
|
|
597
|
+
return this.get_a2();
|
|
598
598
|
}
|
|
599
599
|
get isVertical() {
|
|
600
|
-
return this.
|
|
601
|
-
}
|
|
602
|
-
j$c(a, b) {
|
|
603
|
-
return this.el.apply(this, arguments);
|
|
600
|
+
return this.cp;
|
|
604
601
|
}
|
|
605
|
-
j$
|
|
606
|
-
return this.
|
|
602
|
+
j$d(a, b) {
|
|
603
|
+
return this.em.apply(this, arguments);
|
|
607
604
|
}
|
|
608
|
-
j$
|
|
609
|
-
this.
|
|
605
|
+
j$c(a, b) {
|
|
606
|
+
return this.ej.apply(this, arguments);
|
|
610
607
|
}
|
|
611
|
-
j$e(a, b, c, d) {
|
|
608
|
+
j$e(a, b, c, d, e) {
|
|
612
609
|
this.hm.apply(this, arguments);
|
|
613
610
|
}
|
|
614
611
|
j$f(a, b, c, d) {
|
|
615
612
|
this.hn.apply(this, arguments);
|
|
616
613
|
}
|
|
617
|
-
|
|
618
|
-
|
|
614
|
+
j$g(a, b, c, d) {
|
|
615
|
+
this.ho.apply(this, arguments);
|
|
616
|
+
}
|
|
617
|
+
get j$b() {
|
|
618
|
+
return this.ch;
|
|
619
|
+
}
|
|
620
|
+
j$a() {
|
|
621
|
+
return this.ag.apply(this, arguments);
|
|
619
622
|
}
|
|
620
623
|
}
|
|
621
624
|
CategoryYAxis.$t = /*@__PURE__*/ markType(CategoryYAxis, 'CategoryYAxis', CategoryAxisBase.$, [IZoomableCategoryAxis_$type]);
|
|
622
|
-
CategoryYAxis.
|
|
623
|
-
a.
|
|
624
|
-
a.
|
|
625
|
+
CategoryYAxis.m7 = /*@__PURE__*/ DependencyProperty.i("Interval", Number_$type, CategoryYAxis.$, /*@__PURE__*/ new PropertyMetadata(2, NaN, (a, b) => {
|
|
626
|
+
a.h2("Interval", b.oldValue, b.newValue);
|
|
627
|
+
a.h8(false);
|
|
625
628
|
}));
|
|
626
|
-
CategoryYAxis.
|
|
627
|
-
(typeCast(CategoryYAxis.$, a)).
|
|
628
|
-
(typeCast(CategoryYAxis.$, a)).
|
|
629
|
+
CategoryYAxis.m8 = /*@__PURE__*/ DependencyProperty.i("MinorInterval", Number_$type, CategoryYAxis.$, /*@__PURE__*/ new PropertyMetadata(2, NaN, (a, b) => {
|
|
630
|
+
(typeCast(CategoryYAxis.$, a)).h2("MinorInterval", b.oldValue, b.newValue);
|
|
631
|
+
(typeCast(CategoryYAxis.$, a)).h8(false);
|
|
629
632
|
}));
|
|
630
|
-
CategoryYAxis.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, CategoryYAxis, '
|
|
633
|
+
CategoryYAxis.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, CategoryYAxis, 'h2', ['ZoomMaximumCategoryRange::m9', [1, NaN], 'ZoomMaximumItemSpan::na', [1, NaN], 'ZoomToCategoryRange::nb', [1, NaN], 'ZoomToCategoryStart::nc', [1, NaN], 'ZoomToItemSpan::nd', [1, NaN]]);
|
|
631
634
|
return CategoryYAxis;
|
|
632
635
|
})();
|
|
633
636
|
/**
|
|
@@ -642,7 +645,7 @@ export let CategoryYAxisView = /*@__PURE__*/ (() => {
|
|
|
642
645
|
}
|
|
643
646
|
aj() {
|
|
644
647
|
super.aj();
|
|
645
|
-
this.a.
|
|
648
|
+
this.a.fh = AxisDefaults.f;
|
|
646
649
|
}
|
|
647
650
|
}
|
|
648
651
|
CategoryYAxisView.$t = /*@__PURE__*/ markType(CategoryYAxisView, 'CategoryYAxisView', CategoryAxisBaseView.$);
|