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
|
@@ -30,30 +30,33 @@ export let TimeAxisBase = /*@__PURE__*/ (() => {
|
|
|
30
30
|
class TimeAxisBase extends CategoryAxisBase {
|
|
31
31
|
constructor() {
|
|
32
32
|
super();
|
|
33
|
-
this.
|
|
34
|
-
this.
|
|
35
|
-
this.
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
33
|
+
this.mg = null;
|
|
34
|
+
this.mp = null;
|
|
35
|
+
this.mk = false;
|
|
36
|
+
this.ms = dateMaxValue();
|
|
37
|
+
this.mr = dateMinValue();
|
|
38
38
|
FastItemDateTimeColumn.o();
|
|
39
39
|
}
|
|
40
|
-
|
|
40
|
+
ag() {
|
|
41
|
+
return [this.actualMinimumValue.getTime(), this.actualMaximumValue.getTime()];
|
|
42
|
+
}
|
|
43
|
+
ej(a, b) {
|
|
41
44
|
if (!b.c.isEmpty) {
|
|
42
|
-
let c = this.
|
|
45
|
+
let c = this.mx(a, NumericScaler.ac, b.c, Rect.empty);
|
|
43
46
|
c = (c - b.d.left) / b.d.width;
|
|
44
47
|
c = b.d.left + b.d.width * (c - b.e.left) / b.e.width;
|
|
45
48
|
return c;
|
|
46
49
|
}
|
|
47
|
-
return this.
|
|
50
|
+
return this.mx(a, b.e, b.d, b.c);
|
|
48
51
|
}
|
|
49
|
-
|
|
50
|
-
let c = this.
|
|
52
|
+
fx(a, b) {
|
|
53
|
+
let c = this.gs(b);
|
|
51
54
|
if (c == TimeAxisBase.$$p[0]) {
|
|
52
|
-
return this.
|
|
55
|
+
return this.fy(a, b, this.dateTimeMemberPath);
|
|
53
56
|
}
|
|
54
|
-
return super.
|
|
57
|
+
return super.fx(a, b);
|
|
55
58
|
}
|
|
56
|
-
|
|
59
|
+
mx(a, b, c, d) {
|
|
57
60
|
let e;
|
|
58
61
|
if (+(this.actualMaximumValue) == +(this.actualMinimumValue)) {
|
|
59
62
|
e = -1;
|
|
@@ -65,13 +68,13 @@ export let TimeAxisBase = /*@__PURE__*/ (() => {
|
|
|
65
68
|
if (this.categoryMode == 2) {
|
|
66
69
|
f = this.getGroupCenter(0, b, c, d);
|
|
67
70
|
}
|
|
68
|
-
if (this.
|
|
71
|
+
if (this.ch) {
|
|
69
72
|
e = 1 - e;
|
|
70
73
|
f = -f;
|
|
71
74
|
}
|
|
72
75
|
return c.left + c.width * (e - b.left) / b.width - f;
|
|
73
76
|
}
|
|
74
|
-
|
|
77
|
+
my(a, b, c) {
|
|
75
78
|
let d;
|
|
76
79
|
if (+(this.actualMaximumValue) == +(this.actualMinimumValue)) {
|
|
77
80
|
d = -1;
|
|
@@ -80,13 +83,13 @@ export let TimeAxisBase = /*@__PURE__*/ (() => {
|
|
|
80
83
|
d = (a - this.actualMinimumValue.getTime()) / (this.actualMaximumValue.getTime() - this.actualMinimumValue.getTime());
|
|
81
84
|
}
|
|
82
85
|
let e = 0;
|
|
83
|
-
if (this.
|
|
86
|
+
if (this.ch) {
|
|
84
87
|
d = 1 - d;
|
|
85
88
|
e = -e;
|
|
86
89
|
}
|
|
87
90
|
return c.left + c.width * (d - b.left) / b.width - e;
|
|
88
91
|
}
|
|
89
|
-
|
|
92
|
+
em(a, b) {
|
|
90
93
|
if (!b.c.isEmpty) {
|
|
91
94
|
let c = b.d.left;
|
|
92
95
|
let d = b.d.width;
|
|
@@ -104,39 +107,39 @@ export let TimeAxisBase = /*@__PURE__*/ (() => {
|
|
|
104
107
|
}
|
|
105
108
|
getUnscaledValue3(a, b, c, d) {
|
|
106
109
|
let e = b.left + b.width * (a - c.left) / c.width;
|
|
107
|
-
if (this.
|
|
110
|
+
if (this.ch) {
|
|
108
111
|
e = 1 - e;
|
|
109
112
|
}
|
|
110
113
|
return truncate(Math.floor(this.actualMinimumValue.getTime() + e * (this.actualMaximumValue.getTime() - this.actualMinimumValue.getTime())));
|
|
111
114
|
}
|
|
112
115
|
i$h() {
|
|
113
|
-
this.
|
|
116
|
+
this.nd();
|
|
114
117
|
}
|
|
115
|
-
|
|
116
|
-
let a = this.
|
|
117
|
-
let b = !a.isEmpty ? this.
|
|
118
|
+
nd() {
|
|
119
|
+
let a = this.bi != null ? this.bi.tj : Rect.empty;
|
|
120
|
+
let b = !a.isEmpty ? this.kd : Rect.empty;
|
|
118
121
|
let c = (new Date());
|
|
119
122
|
let d = (new Date());
|
|
120
123
|
let e = false;
|
|
121
|
-
if (!a.isEmpty && !b.isEmpty && this.
|
|
122
|
-
let f = typeCast(FastItemDateTimeColumn.$, this.
|
|
124
|
+
if (!a.isEmpty && !b.isEmpty && this.mh != null) {
|
|
125
|
+
let f = typeCast(FastItemDateTimeColumn.$, this.mh);
|
|
123
126
|
if (f != null) {
|
|
124
|
-
if (this.
|
|
125
|
-
this.
|
|
127
|
+
if (this.mq == null) {
|
|
128
|
+
this.ne();
|
|
126
129
|
}
|
|
127
130
|
}
|
|
128
131
|
else {
|
|
129
|
-
this.
|
|
132
|
+
this.mq = null;
|
|
130
133
|
}
|
|
131
|
-
if (this.
|
|
134
|
+
if (this.mh.count > 0) {
|
|
132
135
|
e = true;
|
|
133
|
-
let g = this.
|
|
134
|
-
let h = this.
|
|
135
|
-
c = this.
|
|
136
|
-
d = this.
|
|
137
|
-
this.
|
|
136
|
+
let g = this.mq == null ? 0 : this.mq._inner[0];
|
|
137
|
+
let h = this.mq == null ? this.mh.count - 1 : this.mq._inner[this.mh.count - 1];
|
|
138
|
+
c = this.mh.item(g);
|
|
139
|
+
d = this.mh.item(h);
|
|
140
|
+
this.ml = false;
|
|
138
141
|
if (this.categoryMode == 2) {
|
|
139
|
-
let i = this.
|
|
142
|
+
let i = this.nb(c, d);
|
|
140
143
|
if (+c != +(dateMinValue())) {
|
|
141
144
|
c = dateSubtract(+c, +i);
|
|
142
145
|
}
|
|
@@ -144,11 +147,11 @@ export let TimeAxisBase = /*@__PURE__*/ (() => {
|
|
|
144
147
|
}
|
|
145
148
|
}
|
|
146
149
|
}
|
|
147
|
-
if (this.
|
|
150
|
+
if (this.mo()) {
|
|
148
151
|
e = true;
|
|
149
152
|
c = this.minimumValue;
|
|
150
153
|
}
|
|
151
|
-
if (this.
|
|
154
|
+
if (this.mn()) {
|
|
152
155
|
e = true;
|
|
153
156
|
d = this.maximumValue;
|
|
154
157
|
}
|
|
@@ -158,82 +161,82 @@ export let TimeAxisBase = /*@__PURE__*/ (() => {
|
|
|
158
161
|
let l = this.actualMaximumValue;
|
|
159
162
|
this.actualMinimumValue = c;
|
|
160
163
|
this.actualMaximumValue = d;
|
|
161
|
-
this.
|
|
164
|
+
this.ni();
|
|
162
165
|
}
|
|
163
166
|
}
|
|
164
|
-
|
|
167
|
+
ni() {
|
|
165
168
|
}
|
|
166
|
-
get
|
|
167
|
-
return this.
|
|
169
|
+
get mh() {
|
|
170
|
+
return this.mg;
|
|
168
171
|
}
|
|
169
|
-
set
|
|
170
|
-
if (this.
|
|
171
|
-
let b = this.
|
|
172
|
-
this.
|
|
173
|
-
this.
|
|
172
|
+
set mh(a) {
|
|
173
|
+
if (this.mg != a) {
|
|
174
|
+
let b = this.mg;
|
|
175
|
+
this.mg = a;
|
|
176
|
+
this.h2("DateTimeColumn", b, this.mg);
|
|
174
177
|
}
|
|
175
178
|
}
|
|
176
|
-
get
|
|
177
|
-
return this.
|
|
179
|
+
get mq() {
|
|
180
|
+
return this.mp;
|
|
178
181
|
}
|
|
179
|
-
set
|
|
180
|
-
this.
|
|
182
|
+
set mq(a) {
|
|
183
|
+
this.mp = a;
|
|
181
184
|
}
|
|
182
185
|
get i$b() {
|
|
183
|
-
if (this.
|
|
184
|
-
let a = typeCast(FastItemDateTimeColumn.$, this.
|
|
186
|
+
if (this.mq == null) {
|
|
187
|
+
let a = typeCast(FastItemDateTimeColumn.$, this.mh);
|
|
185
188
|
if (a != null) {
|
|
186
|
-
this.
|
|
189
|
+
this.ne();
|
|
187
190
|
}
|
|
188
191
|
else {
|
|
189
|
-
this.
|
|
192
|
+
this.mq = null;
|
|
190
193
|
}
|
|
191
194
|
}
|
|
192
|
-
return this.
|
|
195
|
+
return this.mq;
|
|
193
196
|
}
|
|
194
|
-
|
|
195
|
-
if (this.
|
|
196
|
-
this.
|
|
197
|
-
let a = this.
|
|
198
|
-
let b = this.
|
|
197
|
+
ne() {
|
|
198
|
+
if (this.mm) {
|
|
199
|
+
this.mq = new List$1(Number_$type, 0);
|
|
200
|
+
let a = this.mq;
|
|
201
|
+
let b = this.mh.count;
|
|
199
202
|
for (let c = 0; c < b; c++) {
|
|
200
203
|
a.add(c);
|
|
201
204
|
}
|
|
202
205
|
}
|
|
203
206
|
else {
|
|
204
|
-
let d = typeCast(FastItemDateTimeColumn.$, this.
|
|
205
|
-
this.
|
|
207
|
+
let d = typeCast(FastItemDateTimeColumn.$, this.mh);
|
|
208
|
+
this.mq = d.h();
|
|
206
209
|
}
|
|
207
210
|
}
|
|
208
211
|
i$e(a, b, c, d) {
|
|
209
|
-
return this.
|
|
212
|
+
return this.m0(a, b, c, d);
|
|
210
213
|
}
|
|
211
|
-
|
|
214
|
+
m0(a, b, c, d) {
|
|
212
215
|
if (b.isEmpty) {
|
|
213
216
|
return -1;
|
|
214
217
|
}
|
|
215
218
|
let e = d;
|
|
216
|
-
let f = new ScalerParams(0, a, b, this.
|
|
219
|
+
let f = new ScalerParams(0, a, b, this.ch, c);
|
|
217
220
|
let g, h;
|
|
218
|
-
if (this.
|
|
219
|
-
h = this.
|
|
220
|
-
g = this.
|
|
221
|
+
if (this.ch) {
|
|
222
|
+
h = this.em(e.left, f);
|
|
223
|
+
g = this.em(e.right, f);
|
|
221
224
|
}
|
|
222
225
|
else {
|
|
223
|
-
g = this.
|
|
224
|
-
h = this.
|
|
226
|
+
g = this.em(e.left, f);
|
|
227
|
+
h = this.em(e.right, f);
|
|
225
228
|
}
|
|
226
229
|
let i = Math.max(dateMinValue().getTime(), Math.min(dateMaxValue().getTime(), truncate(g)));
|
|
227
|
-
return this.
|
|
230
|
+
return this.mz(dateFromTicks(i));
|
|
228
231
|
}
|
|
229
|
-
|
|
230
|
-
if (this.
|
|
232
|
+
mz(a) {
|
|
233
|
+
if (this.mh == null || this.mq.count != this.mh.count) {
|
|
231
234
|
return -1;
|
|
232
235
|
}
|
|
233
|
-
let b = new SortedListView$1(Date_$type, this.
|
|
234
|
-
let c = this.
|
|
235
|
-
if (c >= 0 && c < this.
|
|
236
|
-
let d = this.
|
|
236
|
+
let b = new SortedListView$1(Date_$type, this.mh, this.mq);
|
|
237
|
+
let c = this.m1(a, b);
|
|
238
|
+
if (c >= 0 && c < this.mq.count) {
|
|
239
|
+
let d = this.mh.item(this.mq._inner[c]);
|
|
237
240
|
if (d > a) {
|
|
238
241
|
c--;
|
|
239
242
|
if (c < 0) {
|
|
@@ -242,44 +245,44 @@ export let TimeAxisBase = /*@__PURE__*/ (() => {
|
|
|
242
245
|
}
|
|
243
246
|
return c;
|
|
244
247
|
}
|
|
245
|
-
return this.
|
|
248
|
+
return this.mq.count - 1;
|
|
246
249
|
}
|
|
247
250
|
i$g(a, b, c, d) {
|
|
248
|
-
return this.
|
|
251
|
+
return this.m3(a, b, c, d);
|
|
249
252
|
}
|
|
250
|
-
|
|
253
|
+
m3(a, b, c, d) {
|
|
251
254
|
if (b.isEmpty) {
|
|
252
255
|
return -1;
|
|
253
256
|
}
|
|
254
257
|
let e = d;
|
|
255
|
-
let f = new ScalerParams(0, a, b, this.
|
|
258
|
+
let f = new ScalerParams(0, a, b, this.ch, c);
|
|
256
259
|
let g, h;
|
|
257
|
-
if (this.
|
|
258
|
-
h = this.
|
|
259
|
-
g = this.
|
|
260
|
+
if (this.ch) {
|
|
261
|
+
h = this.em(e.left, f);
|
|
262
|
+
g = this.em(e.right, f);
|
|
260
263
|
}
|
|
261
264
|
else {
|
|
262
|
-
g = this.
|
|
263
|
-
h = this.
|
|
265
|
+
g = this.em(e.left, f);
|
|
266
|
+
h = this.em(e.right, f);
|
|
264
267
|
}
|
|
265
268
|
let i = Math.max(dateMinValue().getTime(), Math.min(dateMaxValue().getTime(), truncate(h)));
|
|
266
|
-
return this.
|
|
269
|
+
return this.m2(dateFromTicks(i));
|
|
267
270
|
}
|
|
268
|
-
|
|
269
|
-
if (this.
|
|
271
|
+
m2(a) {
|
|
272
|
+
if (this.mh == null || this.mq.count != this.mh.count) {
|
|
270
273
|
return -1;
|
|
271
274
|
}
|
|
272
|
-
let b = new SortedListView$1(Date_$type, this.
|
|
273
|
-
let c = this.
|
|
274
|
-
if (c >= this.
|
|
275
|
-
c = this.
|
|
275
|
+
let b = new SortedListView$1(Date_$type, this.mh, this.mq);
|
|
276
|
+
let c = this.m1(a, b);
|
|
277
|
+
if (c >= this.mq.count) {
|
|
278
|
+
c = this.mq.count - 1;
|
|
276
279
|
}
|
|
277
|
-
if (c >= 0 && c < this.
|
|
278
|
-
let d = this.
|
|
280
|
+
if (c >= 0 && c < this.mq.count) {
|
|
281
|
+
let d = this.mh.item(this.mq._inner[c]);
|
|
279
282
|
if (d < a) {
|
|
280
283
|
c++;
|
|
281
|
-
if (c > this.
|
|
282
|
-
c = this.
|
|
284
|
+
if (c > this.mq.count - 1) {
|
|
285
|
+
c = this.mq.count - 1;
|
|
283
286
|
}
|
|
284
287
|
}
|
|
285
288
|
return c;
|
|
@@ -287,10 +290,10 @@ export let TimeAxisBase = /*@__PURE__*/ (() => {
|
|
|
287
290
|
return 0;
|
|
288
291
|
}
|
|
289
292
|
i$d(a) {
|
|
290
|
-
if (this.
|
|
293
|
+
if (this.mh == null) {
|
|
291
294
|
return NaN;
|
|
292
295
|
}
|
|
293
|
-
let b = this.
|
|
296
|
+
let b = this.mg.item(a);
|
|
294
297
|
let c = b.getTime();
|
|
295
298
|
let d = c;
|
|
296
299
|
return d;
|
|
@@ -300,10 +303,10 @@ export let TimeAxisBase = /*@__PURE__*/ (() => {
|
|
|
300
303
|
if (b.i$b == null) {
|
|
301
304
|
return -1;
|
|
302
305
|
}
|
|
303
|
-
let c = new SortedListView$1(Date_$type, this.
|
|
306
|
+
let c = new SortedListView$1(Date_$type, this.mh, b.i$b);
|
|
304
307
|
let ticks_ = a;
|
|
305
308
|
let d = (new Date(ticks_));
|
|
306
|
-
let e = this.
|
|
309
|
+
let e = this.m1(d, c);
|
|
307
310
|
if (e >= 0 && e < b.i$b.count && e - 1 >= 0 && e - 1 < b.i$b.count) {
|
|
308
311
|
let diff1_ = d.getTime() - c.item(e - 1).getTime();
|
|
309
312
|
let diff2_ = c.item(e).getTime() - d.getTime();
|
|
@@ -330,18 +333,18 @@ export let TimeAxisBase = /*@__PURE__*/ (() => {
|
|
|
330
333
|
if (e >= 0 && e < b.i$b.count) {
|
|
331
334
|
return e;
|
|
332
335
|
}
|
|
333
|
-
let i = this.
|
|
334
|
-
if (e == b.i$b.count && this.
|
|
336
|
+
let i = this.j8();
|
|
337
|
+
if (e == b.i$b.count && this.bi != null && this.ej(a, new ScalerParams(0, this.bi.tj, this.kd, this.ch, i)) < (this.kd.right + 2)) {
|
|
335
338
|
return e - 1;
|
|
336
339
|
}
|
|
337
|
-
if (e == -1 && this.
|
|
340
|
+
if (e == -1 && this.bi != null && Math.abs(this.ej(a, new ScalerParams(0, this.bi.tj, this.kd, this.ch, i)) - this.kd.left) < 2) {
|
|
338
341
|
return 0;
|
|
339
342
|
}
|
|
340
343
|
return -1;
|
|
341
344
|
}
|
|
342
|
-
|
|
345
|
+
m1(a, b) {
|
|
343
346
|
let c = this;
|
|
344
|
-
if (this.
|
|
347
|
+
if (this.mh == null || c.i$b == null) {
|
|
345
348
|
return -1;
|
|
346
349
|
}
|
|
347
350
|
let d = -1;
|
|
@@ -367,14 +370,14 @@ export let TimeAxisBase = /*@__PURE__*/ (() => {
|
|
|
367
370
|
}
|
|
368
371
|
i$f(a) {
|
|
369
372
|
let b = this;
|
|
370
|
-
if (b.i$b == null || this.
|
|
373
|
+
if (b.i$b == null || this.mh == null || b.i$b.count != this.mh.count) {
|
|
371
374
|
return -1;
|
|
372
375
|
}
|
|
373
|
-
let c = new SortedListView$1(Date_$type, this.
|
|
376
|
+
let c = new SortedListView$1(Date_$type, this.mh, b.i$b);
|
|
374
377
|
let ticks_ = a;
|
|
375
378
|
let d = (new Date(ticks_));
|
|
376
|
-
let e = this.
|
|
377
|
-
let f = this.
|
|
379
|
+
let e = this.m1(d, c);
|
|
380
|
+
let f = this.j8();
|
|
378
381
|
if (e >= 0 && e < b.i$b.count && e - 1 >= 0 && e - 1 < b.i$b.count) {
|
|
379
382
|
let g = +d - +(c.item(e - 1));
|
|
380
383
|
let h = +(c.item(e)) - +d;
|
|
@@ -385,207 +388,207 @@ export let TimeAxisBase = /*@__PURE__*/ (() => {
|
|
|
385
388
|
if (e >= 0 && e < b.i$b.count) {
|
|
386
389
|
return b.i$b._inner[e];
|
|
387
390
|
}
|
|
388
|
-
if (e == b.i$b.count && this.
|
|
391
|
+
if (e == b.i$b.count && this.bi != null && this.ej(a, new ScalerParams(0, this.bi.tj, this.kd, this.ch, f)) < (this.kd.right + 2)) {
|
|
389
392
|
return e - 1;
|
|
390
393
|
}
|
|
391
|
-
if (e == -1 && this.
|
|
394
|
+
if (e == -1 && this.bi != null && Math.abs(this.ej(a, new ScalerParams(0, this.bi.tj, this.kd, this.ch, f)) - this.kd.left) < 2) {
|
|
392
395
|
return 0;
|
|
393
396
|
}
|
|
394
397
|
return -1;
|
|
395
398
|
}
|
|
396
399
|
i$i() {
|
|
397
|
-
this.
|
|
398
|
-
this.
|
|
400
|
+
this.mq = null;
|
|
401
|
+
this.h7();
|
|
399
402
|
}
|
|
400
|
-
|
|
401
|
-
return this.
|
|
403
|
+
get_ml() {
|
|
404
|
+
return this.mk;
|
|
402
405
|
}
|
|
403
|
-
|
|
404
|
-
this.
|
|
406
|
+
set_ml(a) {
|
|
407
|
+
this.mk = a;
|
|
405
408
|
}
|
|
406
|
-
get
|
|
407
|
-
return this.
|
|
409
|
+
get ml() {
|
|
410
|
+
return this.get_ml();
|
|
408
411
|
}
|
|
409
|
-
set
|
|
410
|
-
this.
|
|
412
|
+
set ml(a) {
|
|
413
|
+
this.set_ml(a);
|
|
411
414
|
}
|
|
412
|
-
|
|
413
|
-
super.
|
|
415
|
+
hy(a) {
|
|
416
|
+
super.hy(a);
|
|
414
417
|
this.dateTimeMemberPath = a;
|
|
415
418
|
}
|
|
416
|
-
|
|
417
|
-
super.
|
|
419
|
+
h1(a) {
|
|
420
|
+
super.h1(a);
|
|
418
421
|
this.minimumValue = a;
|
|
419
422
|
}
|
|
420
|
-
|
|
421
|
-
super.
|
|
423
|
+
h0(a) {
|
|
424
|
+
super.h1(a);
|
|
422
425
|
this.maximumValue = a;
|
|
423
426
|
}
|
|
424
|
-
|
|
425
|
-
if (this.
|
|
426
|
-
this.
|
|
427
|
+
c3() {
|
|
428
|
+
if (this.cq && this.c4) {
|
|
429
|
+
this.bc = this.bb();
|
|
427
430
|
}
|
|
428
431
|
let a = this.actualMinimumValue.getTime();
|
|
429
432
|
let b = this.actualMaximumValue.getTime();
|
|
430
|
-
this.
|
|
431
|
-
let c = !this.
|
|
432
|
-
let d = !this.
|
|
433
|
+
this.nd();
|
|
434
|
+
let c = !this.mo() ? this.actualMinimumValue.getTime() : this.minimumValue.getTime();
|
|
435
|
+
let d = !this.mn() ? this.actualMaximumValue.getTime() : this.maximumValue.getTime();
|
|
433
436
|
let e = new AxisRangeChangedEventArgs(0, a, c, b, d);
|
|
434
|
-
this.
|
|
437
|
+
this.h3(e);
|
|
435
438
|
return true;
|
|
436
439
|
}
|
|
437
|
-
|
|
440
|
+
mo() {
|
|
438
441
|
if (+(this.minimumValue) == +(dateMinValue())) {
|
|
439
442
|
return false;
|
|
440
443
|
}
|
|
441
444
|
return (this.minimumValue != null);
|
|
442
445
|
}
|
|
443
|
-
|
|
446
|
+
mn() {
|
|
444
447
|
if (+(this.maximumValue) == +(dateMaxValue())) {
|
|
445
448
|
return false;
|
|
446
449
|
}
|
|
447
450
|
return (this.maximumValue != null);
|
|
448
451
|
}
|
|
449
452
|
get actualMinimumValue() {
|
|
450
|
-
return this.
|
|
453
|
+
return this.ms;
|
|
451
454
|
}
|
|
452
455
|
set actualMinimumValue(a) {
|
|
453
|
-
let b = +(this.
|
|
456
|
+
let b = +(this.ms) != +a;
|
|
454
457
|
if (b) {
|
|
455
|
-
let c = this.
|
|
456
|
-
this.
|
|
457
|
-
this.
|
|
458
|
+
let c = this.ms;
|
|
459
|
+
this.ms = a;
|
|
460
|
+
this.h2("ActualMinimumValue", c, a);
|
|
458
461
|
}
|
|
459
462
|
}
|
|
460
|
-
|
|
463
|
+
f2() {
|
|
461
464
|
return this.actualMinimumValue;
|
|
462
465
|
}
|
|
463
466
|
get actualMaximumValue() {
|
|
464
|
-
return this.
|
|
467
|
+
return this.mr;
|
|
465
468
|
}
|
|
466
469
|
set actualMaximumValue(a) {
|
|
467
|
-
let b = +(this.
|
|
470
|
+
let b = +(this.mr) != +a;
|
|
468
471
|
if (b) {
|
|
469
|
-
let c = this.
|
|
470
|
-
this.
|
|
471
|
-
this.
|
|
472
|
+
let c = this.mr;
|
|
473
|
+
this.mr = a;
|
|
474
|
+
this.h2("ActualMaximumValue", c, a);
|
|
472
475
|
}
|
|
473
476
|
}
|
|
474
|
-
|
|
477
|
+
f1() {
|
|
475
478
|
return this.maximumValue;
|
|
476
479
|
}
|
|
477
|
-
|
|
478
|
-
this.
|
|
479
|
-
if (this.
|
|
480
|
+
nf(a) {
|
|
481
|
+
this.h9(a);
|
|
482
|
+
if (this.kr == null) {
|
|
480
483
|
return;
|
|
481
484
|
}
|
|
482
|
-
for (let b of fromEnum(this.
|
|
485
|
+
for (let b of fromEnum(this.db())) {
|
|
483
486
|
b.mn(a);
|
|
484
487
|
}
|
|
485
488
|
}
|
|
486
|
-
|
|
487
|
-
super.
|
|
489
|
+
hw(a, b, c, d) {
|
|
490
|
+
super.hw(a, b, c, d);
|
|
488
491
|
switch (b) {
|
|
489
492
|
case "FastItemsSource":
|
|
490
493
|
let e = typeCast(IFastItemsSource_$type, c);
|
|
491
494
|
if (e != null) {
|
|
492
|
-
e.deregisterColumn(this.
|
|
493
|
-
this.
|
|
494
|
-
e.event = delegateRemove(e.event, runOn(this, this.
|
|
495
|
+
e.deregisterColumn(this.mh);
|
|
496
|
+
this.mh = null;
|
|
497
|
+
e.event = delegateRemove(e.event, runOn(this, this.nc));
|
|
495
498
|
}
|
|
496
499
|
let f = typeCast(IFastItemsSource_$type, d);
|
|
497
500
|
if (f != null) {
|
|
498
|
-
this.
|
|
499
|
-
this.
|
|
500
|
-
f.event = delegateCombine(f.event, runOn(this, this.
|
|
501
|
+
this.mq = null;
|
|
502
|
+
this.mh = this.mi(this.dateTimeMemberPath);
|
|
503
|
+
f.event = delegateCombine(f.event, runOn(this, this.nc));
|
|
501
504
|
}
|
|
502
|
-
this.
|
|
505
|
+
this.nf(false);
|
|
503
506
|
break;
|
|
504
507
|
case TimeAxisBase.$$p[0]:
|
|
505
|
-
if (this.
|
|
506
|
-
this.
|
|
507
|
-
this.
|
|
508
|
-
this.
|
|
508
|
+
if (this.kr != null) {
|
|
509
|
+
this.kr.deregisterColumn(this.mh);
|
|
510
|
+
this.mh = this.mi(this.dateTimeMemberPath);
|
|
511
|
+
this.mq = null;
|
|
509
512
|
}
|
|
510
513
|
break;
|
|
511
514
|
case TimeAxisBase.$$p[3]:
|
|
512
|
-
this.
|
|
513
|
-
this.
|
|
515
|
+
this.c1();
|
|
516
|
+
this.nf(false);
|
|
514
517
|
break;
|
|
515
518
|
case TimeAxisBase.$$p[2]:
|
|
516
|
-
this.
|
|
517
|
-
this.
|
|
519
|
+
this.c1();
|
|
520
|
+
this.nf(false);
|
|
518
521
|
break;
|
|
519
522
|
case "DateTimeColumn":
|
|
520
|
-
this.
|
|
523
|
+
this.nd();
|
|
521
524
|
break;
|
|
522
525
|
}
|
|
523
526
|
}
|
|
524
|
-
|
|
525
|
-
this.
|
|
527
|
+
nc(a, b) {
|
|
528
|
+
this.mq = null;
|
|
526
529
|
}
|
|
527
|
-
|
|
528
|
-
return TimeAxisBase.
|
|
530
|
+
mi(a) {
|
|
531
|
+
return TimeAxisBase.mj(a, this);
|
|
529
532
|
}
|
|
530
|
-
static
|
|
533
|
+
static mj(a, b) {
|
|
531
534
|
if (a == null) {
|
|
532
|
-
return b.
|
|
535
|
+
return b.kr.registerColumnDateTime(null, null, false);
|
|
533
536
|
}
|
|
534
537
|
let c = null;
|
|
535
538
|
let d = SeriesViewer.cg(a, b.coercionMethods);
|
|
536
539
|
c = d.a;
|
|
537
|
-
return b.
|
|
540
|
+
return b.kr.registerColumnDateTime(a, c, b.expectFunctions);
|
|
538
541
|
}
|
|
539
|
-
|
|
540
|
-
if (this.
|
|
542
|
+
av() {
|
|
543
|
+
if (this.c6) {
|
|
541
544
|
return (TypeRegistrar.create('HorizontalSmartAxisLabelPanel'));
|
|
542
545
|
}
|
|
543
546
|
else {
|
|
544
547
|
return new HorizontalAxisLabelPanel();
|
|
545
548
|
}
|
|
546
549
|
}
|
|
547
|
-
|
|
550
|
+
get_a2() {
|
|
548
551
|
return 0;
|
|
549
552
|
}
|
|
550
|
-
get
|
|
551
|
-
return this.
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
super.
|
|
555
|
-
let b = this.
|
|
556
|
-
let c = this.
|
|
557
|
-
let d = this.
|
|
558
|
-
let e = this.
|
|
559
|
-
let f = this.
|
|
560
|
-
let g = this.
|
|
561
|
-
let h = this.
|
|
562
|
-
this.
|
|
563
|
-
this.
|
|
564
|
-
this.
|
|
565
|
-
this.
|
|
566
|
-
this.
|
|
567
|
-
this.db.clear();
|
|
553
|
+
get a2() {
|
|
554
|
+
return this.get_a2();
|
|
555
|
+
}
|
|
556
|
+
h9(a) {
|
|
557
|
+
super.h9(a);
|
|
558
|
+
let b = this.a5.a1();
|
|
559
|
+
let c = this.a5.a4();
|
|
560
|
+
let d = this.a5.a2();
|
|
561
|
+
let e = this.a5.a3();
|
|
562
|
+
let f = this.a5.e();
|
|
563
|
+
let g = this.a5.f();
|
|
564
|
+
let h = this.a5.g();
|
|
565
|
+
this.il();
|
|
566
|
+
this.hi(b);
|
|
567
|
+
this.hi(c);
|
|
568
|
+
this.hi(d);
|
|
569
|
+
this.hi(e);
|
|
568
570
|
this.dc.clear();
|
|
569
|
-
this.
|
|
570
|
-
this.
|
|
571
|
-
|
|
572
|
-
let
|
|
573
|
-
this.
|
|
574
|
-
this.
|
|
571
|
+
this.dd.clear();
|
|
572
|
+
this.ky.clear();
|
|
573
|
+
this.aw.ad = this;
|
|
574
|
+
let i = this.bi != null ? this.bi.tj : Rect.empty;
|
|
575
|
+
let j = !i.isEmpty ? this.kd : Rect.empty;
|
|
576
|
+
this.aw.c5 = i;
|
|
577
|
+
this.aw.c4 = j;
|
|
575
578
|
if (i.isEmpty || j.isEmpty) {
|
|
579
|
+
this.br.count = 0;
|
|
576
580
|
this.bq.count = 0;
|
|
577
581
|
this.bp.count = 0;
|
|
578
|
-
this.bo.count = 0;
|
|
579
582
|
}
|
|
580
|
-
if (this.
|
|
581
|
-
this.
|
|
583
|
+
if (this.br.count == 0) {
|
|
584
|
+
this.aw.ab.clear();
|
|
582
585
|
}
|
|
583
|
-
if (this.
|
|
584
|
-
this.
|
|
586
|
+
if (this.az != null) {
|
|
587
|
+
this.az.registerAxis(this);
|
|
585
588
|
}
|
|
586
|
-
this.
|
|
589
|
+
this.nd();
|
|
587
590
|
}
|
|
588
|
-
|
|
591
|
+
get_ce() {
|
|
589
592
|
return true;
|
|
590
593
|
}
|
|
591
594
|
startCursor() {
|
|
@@ -599,56 +602,59 @@ export let TimeAxisBase = /*@__PURE__*/ (() => {
|
|
|
599
602
|
this.resetCursor();
|
|
600
603
|
}
|
|
601
604
|
getCategorySize(a, b, c) {
|
|
602
|
-
if (this.
|
|
605
|
+
if (this.lf == 0) {
|
|
603
606
|
return 0;
|
|
604
607
|
}
|
|
605
|
-
let d = this.
|
|
606
|
-
return d.width / (this.
|
|
608
|
+
let d = this.kb(b, c);
|
|
609
|
+
return d.width / (this.lf * a.width);
|
|
607
610
|
}
|
|
608
611
|
getGroupCenter(a, b, c, d) {
|
|
609
612
|
return this.getCategorySize(b, c, d) * 0.5;
|
|
610
613
|
}
|
|
611
|
-
|
|
612
|
-
let d = this.
|
|
614
|
+
k4(a, b, c) {
|
|
615
|
+
let d = this.lb(a, b, c);
|
|
613
616
|
let e = 1 - 0.5 * d;
|
|
614
617
|
let f = this.getCategorySize(a, b, c) * e;
|
|
615
618
|
return f;
|
|
616
619
|
}
|
|
617
|
-
|
|
620
|
+
get_cn() {
|
|
618
621
|
return true;
|
|
619
622
|
}
|
|
620
|
-
|
|
623
|
+
nb(a, b) {
|
|
621
624
|
return (0);
|
|
622
625
|
}
|
|
623
626
|
preferredCategoryMode(a) {
|
|
624
|
-
return this.
|
|
627
|
+
return this.cc ? 0 : 1;
|
|
625
628
|
}
|
|
626
629
|
get isVertical() {
|
|
627
|
-
return this.
|
|
628
|
-
}
|
|
629
|
-
j$c(a, b) {
|
|
630
|
-
return this.el.apply(this, arguments);
|
|
630
|
+
return this.cp;
|
|
631
631
|
}
|
|
632
|
-
j$
|
|
633
|
-
return this.
|
|
632
|
+
j$d(a, b) {
|
|
633
|
+
return this.em.apply(this, arguments);
|
|
634
634
|
}
|
|
635
|
-
j$
|
|
636
|
-
this.
|
|
635
|
+
j$c(a, b) {
|
|
636
|
+
return this.ej.apply(this, arguments);
|
|
637
637
|
}
|
|
638
|
-
j$e(a, b, c, d) {
|
|
638
|
+
j$e(a, b, c, d, e) {
|
|
639
639
|
this.hm.apply(this, arguments);
|
|
640
640
|
}
|
|
641
641
|
j$f(a, b, c, d) {
|
|
642
642
|
this.hn.apply(this, arguments);
|
|
643
643
|
}
|
|
644
|
-
|
|
645
|
-
|
|
644
|
+
j$g(a, b, c, d) {
|
|
645
|
+
this.ho.apply(this, arguments);
|
|
646
|
+
}
|
|
647
|
+
get j$b() {
|
|
648
|
+
return this.ch;
|
|
649
|
+
}
|
|
650
|
+
j$a() {
|
|
651
|
+
return this.ag.apply(this, arguments);
|
|
646
652
|
}
|
|
647
653
|
get i$a() {
|
|
648
|
-
return this.
|
|
654
|
+
return this.ce;
|
|
649
655
|
}
|
|
650
656
|
}
|
|
651
657
|
TimeAxisBase.$t = /*@__PURE__*/ markType(TimeAxisBase, 'TimeAxisBase', CategoryAxisBase.$, [ISortingAxis_$type, IDateTimeAxis_$type]);
|
|
652
|
-
TimeAxisBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, TimeAxisBase, '
|
|
658
|
+
TimeAxisBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, TimeAxisBase, 'h2', ['DateTimeMemberPath::nj', [2, null], 'IsDataPreSorted:mm:nk', [0, false], 'MaximumValue::nl', [3, null], 'MinimumValue::nm', [3, null]]);
|
|
653
659
|
return TimeAxisBase;
|
|
654
660
|
})();
|