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
|
@@ -29,54 +29,54 @@ var OrdinalTimeXAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29
29
|
__extends(OrdinalTimeXAxis, _super);
|
|
30
30
|
function OrdinalTimeXAxis() {
|
|
31
31
|
var _this = _super.call(this) || this;
|
|
32
|
-
_this.
|
|
33
|
-
_this.
|
|
34
|
-
_this.
|
|
35
|
-
_this.
|
|
36
|
-
_this.nq = dateMaxValue();
|
|
37
|
-
_this.np = dateMinValue();
|
|
38
|
-
_this.n4 = null;
|
|
39
|
-
_this.n3 = null;
|
|
40
|
-
_this.nj = 0;
|
|
41
|
-
_this.nl = null;
|
|
42
|
-
_this.nh = null;
|
|
43
|
-
_this.od = 0;
|
|
44
|
-
_this.ns = dateMinValue();
|
|
32
|
+
_this.np = dateMaxValue();
|
|
33
|
+
_this.no = dateMinValue();
|
|
34
|
+
_this.nv = dateMaxValue();
|
|
35
|
+
_this.nu = dateMinValue();
|
|
45
36
|
_this.nr = dateMaxValue();
|
|
37
|
+
_this.nq = dateMinValue();
|
|
38
|
+
_this.n5 = null;
|
|
39
|
+
_this.n4 = null;
|
|
40
|
+
_this.nk = 0;
|
|
41
|
+
_this.nm = null;
|
|
42
|
+
_this.ni = null;
|
|
43
|
+
_this.oe = 0;
|
|
44
|
+
_this.nt = dateMinValue();
|
|
45
|
+
_this.ns = dateMaxValue();
|
|
46
46
|
_this.visibleRangeChanged = null;
|
|
47
47
|
FastItemDateTimeColumn.o();
|
|
48
|
-
_this.
|
|
49
|
-
var a = _this.
|
|
50
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.
|
|
51
|
-
_this.
|
|
48
|
+
_this.ni = new TimeAxisLabelFormatCollection();
|
|
49
|
+
var a = _this.nj;
|
|
50
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.og));
|
|
51
|
+
_this.mw = 0;
|
|
52
52
|
return _this;
|
|
53
53
|
}
|
|
54
|
-
OrdinalTimeXAxis.prototype.
|
|
55
|
-
return this.
|
|
54
|
+
OrdinalTimeXAxis.prototype.el = function (a, b, c) {
|
|
55
|
+
return this.ej(a, new ScalerParams(0, b, c, this.ch, this.j8()));
|
|
56
56
|
};
|
|
57
|
-
OrdinalTimeXAxis.prototype.
|
|
58
|
-
return this.
|
|
57
|
+
OrdinalTimeXAxis.prototype.ek = function (a, b, c) {
|
|
58
|
+
return this.ej(a, b);
|
|
59
59
|
};
|
|
60
|
-
OrdinalTimeXAxis.prototype.
|
|
60
|
+
OrdinalTimeXAxis.prototype.ej = function (a, b) {
|
|
61
61
|
if (!b.c.isEmpty) {
|
|
62
|
-
var c = this.
|
|
62
|
+
var c = this.n2(a, NumericScaler.ac, b.c);
|
|
63
63
|
c = (c - b.d.left) / b.d.width;
|
|
64
64
|
c = b.d.left + b.d.width * (c - b.e.left) / b.e.width;
|
|
65
65
|
return c;
|
|
66
66
|
}
|
|
67
|
-
return this.
|
|
67
|
+
return this.n2(a, b.e, b.d);
|
|
68
68
|
};
|
|
69
|
-
OrdinalTimeXAxis.prototype.
|
|
70
|
-
var d = this.
|
|
71
|
-
var e = this.
|
|
72
|
-
var f = this.
|
|
69
|
+
OrdinalTimeXAxis.prototype.n2 = function (a, b, c) {
|
|
70
|
+
var d = this.mv;
|
|
71
|
+
var e = this.mw;
|
|
72
|
+
var f = this.mv - this.mw;
|
|
73
73
|
var g = f >= 1 ? (a - e) / (d - e) : f == 0 ? 0.5 : NaN;
|
|
74
|
-
if (this.
|
|
74
|
+
if (this.ci) {
|
|
75
75
|
g = 1 - g;
|
|
76
76
|
}
|
|
77
77
|
return c.left + c.width * (g - b.left) / b.width;
|
|
78
78
|
};
|
|
79
|
-
OrdinalTimeXAxis.prototype.
|
|
79
|
+
OrdinalTimeXAxis.prototype.hm = function (a, b, c, d, e) {
|
|
80
80
|
var f;
|
|
81
81
|
var g = e.e;
|
|
82
82
|
var h = e.d;
|
|
@@ -91,10 +91,10 @@ var OrdinalTimeXAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
91
91
|
var q = h.width;
|
|
92
92
|
var r = 0;
|
|
93
93
|
var s = 1;
|
|
94
|
-
var t = this.
|
|
95
|
-
var u = this.
|
|
96
|
-
var v = this.
|
|
97
|
-
var w = this.
|
|
94
|
+
var t = this.mv;
|
|
95
|
+
var u = this.mw;
|
|
96
|
+
var v = this.mv - this.mw;
|
|
97
|
+
var w = this.mg(a);
|
|
98
98
|
var x = w != null;
|
|
99
99
|
for (var y = 0; y < b.count; y++) {
|
|
100
100
|
var z = b.item(y);
|
|
@@ -121,188 +121,188 @@ var OrdinalTimeXAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
};
|
|
124
|
-
OrdinalTimeXAxis.prototype.
|
|
124
|
+
OrdinalTimeXAxis.prototype.hn = function (a, b, c, d) {
|
|
125
125
|
for (var e = b; e < c; e++) {
|
|
126
|
-
a.item(e, this.
|
|
126
|
+
a.item(e, this.ej(a.item(e), d));
|
|
127
127
|
}
|
|
128
128
|
};
|
|
129
|
-
OrdinalTimeXAxis.prototype.
|
|
130
|
-
return this.
|
|
129
|
+
OrdinalTimeXAxis.prototype.eo = function (a, b, c) {
|
|
130
|
+
return this.em(a, new ScalerParams(0, b, this.kd, this.ch, this.j8()));
|
|
131
131
|
};
|
|
132
132
|
OrdinalTimeXAxis.prototype.getUnscaledValue3 = function (a, b, c, d) {
|
|
133
|
-
return this.
|
|
133
|
+
return this.em(a, new ScalerParams(0, b, this.kd, this.ch, this.j8()));
|
|
134
134
|
};
|
|
135
|
-
OrdinalTimeXAxis.prototype.
|
|
135
|
+
OrdinalTimeXAxis.prototype.em = function (a, b) {
|
|
136
136
|
if (!b.c.isEmpty) {
|
|
137
137
|
var c = b.e.left + b.e.width * (a - b.d.left) / b.d.width;
|
|
138
138
|
c = (c * b.d.width) + b.d.left;
|
|
139
|
-
c = this.
|
|
139
|
+
c = this.n3(c, NumericScaler.ac, b.c);
|
|
140
140
|
return c;
|
|
141
141
|
}
|
|
142
|
-
return this.
|
|
142
|
+
return this.n3(a, b.e, b.d);
|
|
143
143
|
};
|
|
144
|
-
OrdinalTimeXAxis.prototype.
|
|
144
|
+
OrdinalTimeXAxis.prototype.n3 = function (a, b, c) {
|
|
145
145
|
var d = b.left + (a - c.left) * b.width / c.width;
|
|
146
|
-
if (this.
|
|
146
|
+
if (this.ci) {
|
|
147
147
|
d = 1 - d;
|
|
148
148
|
}
|
|
149
|
-
return this.
|
|
149
|
+
return this.mw + d * (this.mv - this.mw);
|
|
150
150
|
};
|
|
151
|
-
OrdinalTimeXAxis.prototype.
|
|
152
|
-
return this.
|
|
151
|
+
OrdinalTimeXAxis.prototype.en = function (a, b, c) {
|
|
152
|
+
return this.em(a, b);
|
|
153
153
|
};
|
|
154
|
-
OrdinalTimeXAxis.prototype.
|
|
154
|
+
OrdinalTimeXAxis.prototype.ho = function (a, b, c, d) {
|
|
155
155
|
for (var e = b; e < c; e++) {
|
|
156
|
-
a.item(e, this.
|
|
156
|
+
a.item(e, this.em(a.item(e), d));
|
|
157
157
|
}
|
|
158
158
|
};
|
|
159
|
-
OrdinalTimeXAxis.prototype.
|
|
160
|
-
_super.prototype.
|
|
159
|
+
OrdinalTimeXAxis.prototype.hw = function (a, b, c, d) {
|
|
160
|
+
_super.prototype.hw.call(this, a, b, c, d);
|
|
161
161
|
switch (b) {
|
|
162
162
|
case "FastItemsSource":
|
|
163
163
|
var e = typeCast(IFastItemsSource_$type, c);
|
|
164
164
|
if (e != null) {
|
|
165
|
-
e.deregisterColumn(this.
|
|
166
|
-
this.
|
|
165
|
+
e.deregisterColumn(this.nn);
|
|
166
|
+
this.nn = null;
|
|
167
167
|
}
|
|
168
|
-
if (this.
|
|
169
|
-
this.
|
|
168
|
+
if (this.kr != null) {
|
|
169
|
+
this.nn = TimeAxisBase.mj(this.dateTimeMemberPath, this);
|
|
170
170
|
}
|
|
171
171
|
break;
|
|
172
172
|
case "DateTimeMemberPath":
|
|
173
|
-
if (this.
|
|
174
|
-
this.
|
|
175
|
-
this.
|
|
173
|
+
if (this.kr != null) {
|
|
174
|
+
this.kr.deregisterColumn(this.nn);
|
|
175
|
+
this.nn = TimeAxisBase.mj(this.dateTimeMemberPath, this);
|
|
176
176
|
}
|
|
177
177
|
break;
|
|
178
178
|
case "DateTimeColumn":
|
|
179
|
-
this.
|
|
180
|
-
this.
|
|
179
|
+
this.c1();
|
|
180
|
+
this.oe = this.od();
|
|
181
181
|
break;
|
|
182
182
|
case "MinimumValue":
|
|
183
183
|
case "MaximumValue":
|
|
184
|
-
this.
|
|
185
|
-
this.
|
|
184
|
+
this.c1();
|
|
185
|
+
this.h7();
|
|
186
186
|
break;
|
|
187
187
|
case "LabellingMode":
|
|
188
|
-
this.
|
|
188
|
+
this.h7();
|
|
189
189
|
break;
|
|
190
190
|
}
|
|
191
191
|
};
|
|
192
192
|
Object.defineProperty(OrdinalTimeXAxis.prototype, "actualMinimumValue", {
|
|
193
193
|
get: function () {
|
|
194
|
-
return this.
|
|
194
|
+
return this.np;
|
|
195
195
|
},
|
|
196
196
|
set: function (a) {
|
|
197
|
-
this.
|
|
197
|
+
this.np = a;
|
|
198
198
|
},
|
|
199
199
|
enumerable: false,
|
|
200
200
|
configurable: true
|
|
201
201
|
});
|
|
202
202
|
Object.defineProperty(OrdinalTimeXAxis.prototype, "actualMaximumValue", {
|
|
203
203
|
get: function () {
|
|
204
|
-
return this.
|
|
204
|
+
return this.no;
|
|
205
205
|
},
|
|
206
206
|
set: function (a) {
|
|
207
|
-
this.
|
|
207
|
+
this.no = a;
|
|
208
208
|
},
|
|
209
209
|
enumerable: false,
|
|
210
210
|
configurable: true
|
|
211
211
|
});
|
|
212
212
|
Object.defineProperty(OrdinalTimeXAxis.prototype, "visibleMinimum", {
|
|
213
213
|
get: function () {
|
|
214
|
-
return this.
|
|
214
|
+
return this.nv;
|
|
215
215
|
},
|
|
216
216
|
set: function (a) {
|
|
217
|
-
this.
|
|
217
|
+
this.nv = a;
|
|
218
218
|
},
|
|
219
219
|
enumerable: false,
|
|
220
220
|
configurable: true
|
|
221
221
|
});
|
|
222
222
|
Object.defineProperty(OrdinalTimeXAxis.prototype, "visibleMaximum", {
|
|
223
223
|
get: function () {
|
|
224
|
-
return this.
|
|
224
|
+
return this.nu;
|
|
225
225
|
},
|
|
226
226
|
set: function (a) {
|
|
227
|
-
this.
|
|
227
|
+
this.nu = a;
|
|
228
228
|
},
|
|
229
229
|
enumerable: false,
|
|
230
230
|
configurable: true
|
|
231
231
|
});
|
|
232
|
-
Object.defineProperty(OrdinalTimeXAxis.prototype, "
|
|
232
|
+
Object.defineProperty(OrdinalTimeXAxis.prototype, "nz", {
|
|
233
233
|
get: function () {
|
|
234
|
-
return this.
|
|
234
|
+
return this.nr;
|
|
235
235
|
},
|
|
236
236
|
set: function (a) {
|
|
237
|
-
this.
|
|
237
|
+
this.nr = a;
|
|
238
238
|
},
|
|
239
239
|
enumerable: false,
|
|
240
240
|
configurable: true
|
|
241
241
|
});
|
|
242
|
-
Object.defineProperty(OrdinalTimeXAxis.prototype, "
|
|
242
|
+
Object.defineProperty(OrdinalTimeXAxis.prototype, "ny", {
|
|
243
243
|
get: function () {
|
|
244
|
-
return this.
|
|
244
|
+
return this.nq;
|
|
245
245
|
},
|
|
246
246
|
set: function (a) {
|
|
247
|
-
this.
|
|
247
|
+
this.nq = a;
|
|
248
248
|
},
|
|
249
249
|
enumerable: false,
|
|
250
250
|
configurable: true
|
|
251
251
|
});
|
|
252
|
-
OrdinalTimeXAxis.prototype.
|
|
253
|
-
if (this.
|
|
252
|
+
OrdinalTimeXAxis.prototype.oh = function () {
|
|
253
|
+
if (this.nn == null || this.nn.count == 0 || this.nn.count < this.mw - 1) {
|
|
254
254
|
this.actualMinimumValue = dateMinValue();
|
|
255
255
|
this.actualMaximumValue = dateMaxValue();
|
|
256
256
|
return;
|
|
257
257
|
}
|
|
258
|
-
var a = Math.max(0, Math.min(this.
|
|
259
|
-
var b = Math.max(0, Math.min(this.
|
|
260
|
-
var c = +(this.actualMinimumValue) != +(this.
|
|
258
|
+
var a = Math.max(0, Math.min(this.mw, this.nn.count - 1));
|
|
259
|
+
var b = Math.max(0, Math.min(this.mv, this.nn.count - 1));
|
|
260
|
+
var c = +(this.actualMinimumValue) != +(this.nn.item(a)) || +(this.actualMaximumValue) != +(this.nn.item(b));
|
|
261
261
|
if (c) {
|
|
262
262
|
var d = this.actualMinimumValue;
|
|
263
263
|
var e = this.actualMaximumValue;
|
|
264
|
-
this.actualMinimumValue = this.
|
|
265
|
-
this.actualMaximumValue = this.
|
|
266
|
-
this.
|
|
264
|
+
this.actualMinimumValue = this.nn.item(a);
|
|
265
|
+
this.actualMaximumValue = this.nn.item(b);
|
|
266
|
+
this.oi();
|
|
267
267
|
}
|
|
268
268
|
};
|
|
269
|
-
OrdinalTimeXAxis.prototype.
|
|
270
|
-
if (this.
|
|
269
|
+
OrdinalTimeXAxis.prototype.oi = function () {
|
|
270
|
+
if (this.nn == null || this.nn.count == 0 || this.bi == null) {
|
|
271
271
|
var a = +(this.visibleMinimum) != +(this.actualMinimumValue) || +(this.visibleMaximum) != +(this.actualMaximumValue);
|
|
272
272
|
this.visibleMinimum = this.actualMinimumValue;
|
|
273
273
|
this.visibleMaximum = this.actualMaximumValue;
|
|
274
|
-
this.
|
|
275
|
-
this.
|
|
274
|
+
this.nz = this.visibleMinimum;
|
|
275
|
+
this.ny = this.visibleMaximum;
|
|
276
276
|
if (a && this.visibleRangeChanged != null) {
|
|
277
277
|
this.visibleRangeChanged(this, EventArgs.empty);
|
|
278
278
|
}
|
|
279
279
|
return;
|
|
280
280
|
}
|
|
281
|
-
var b = this.
|
|
282
|
-
var c = new ScalerParams(1, this.
|
|
283
|
-
c.c = this.
|
|
284
|
-
var d = this.
|
|
285
|
-
var e = this.
|
|
281
|
+
var b = this.j7();
|
|
282
|
+
var c = new ScalerParams(1, this.bi.tz, this.bi.ty, this.ch);
|
|
283
|
+
c.c = this.j8();
|
|
284
|
+
var d = this.em(b.left, c);
|
|
285
|
+
var e = this.em(b.right, c);
|
|
286
286
|
var f = truncate(Math.floor(d));
|
|
287
287
|
var g = truncate(Math.ceil(e));
|
|
288
|
-
var h = f >= 0 && f < this.
|
|
289
|
-
var i = g >= 0 && g < this.
|
|
288
|
+
var h = f >= 0 && f < this.nn.count ? this.nn.item(f) : this.actualMinimumValue;
|
|
289
|
+
var i = g >= 0 && g < this.nn.count ? this.nn.item(g) : this.actualMaximumValue;
|
|
290
290
|
var j = h;
|
|
291
291
|
var k = i;
|
|
292
292
|
if (d > f) {
|
|
293
293
|
var l = f + 1;
|
|
294
|
-
var m = l >= 0 && l < this.
|
|
294
|
+
var m = l >= 0 && l < this.nn.count ? this.nn.item(l) : i;
|
|
295
295
|
var n = dateAdd(+h, +(timeSpanFromMilliseconds(timeSpanTotalMilliseconds((+m - +h)) * (d - f))));
|
|
296
296
|
j = n;
|
|
297
297
|
}
|
|
298
298
|
if (e < g) {
|
|
299
299
|
var o = g - 1;
|
|
300
|
-
var p = o >= 0 && o < this.
|
|
300
|
+
var p = o >= 0 && o < this.nn.count ? this.nn.item(o) : h;
|
|
301
301
|
var q = dateSubtract(+i, +(timeSpanFromMilliseconds(timeSpanTotalMilliseconds((+i - +p)) * (g - e))));
|
|
302
302
|
k = q;
|
|
303
303
|
}
|
|
304
|
-
this.
|
|
305
|
-
this.
|
|
304
|
+
this.nz = j;
|
|
305
|
+
this.ny = k;
|
|
306
306
|
var r = +(this.visibleMinimum) != +h || +(this.visibleMaximum) != +i;
|
|
307
307
|
this.visibleMinimum = h;
|
|
308
308
|
this.visibleMaximum = i;
|
|
@@ -310,117 +310,117 @@ var OrdinalTimeXAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
310
310
|
this.visibleRangeChanged(this, EventArgs.empty);
|
|
311
311
|
}
|
|
312
312
|
};
|
|
313
|
-
OrdinalTimeXAxis.prototype.
|
|
314
|
-
var b = TimeXAxis.
|
|
315
|
-
if (b != this.
|
|
316
|
-
this.
|
|
313
|
+
OrdinalTimeXAxis.prototype.h9 = function (a) {
|
|
314
|
+
var b = TimeXAxis.om(this.actualMinimumValue, false, this.actualMinimumValue, this.nl, this.oc, this.nj, this.fk);
|
|
315
|
+
if (b != this.n5 && this.c4) {
|
|
316
|
+
this.id();
|
|
317
317
|
}
|
|
318
|
-
this.
|
|
319
|
-
_super.prototype.
|
|
318
|
+
this.n5 = b;
|
|
319
|
+
_super.prototype.h9.call(this, a);
|
|
320
320
|
};
|
|
321
321
|
Object.defineProperty(OrdinalTimeXAxis.prototype, "dateTimeMemberPath", {
|
|
322
322
|
get: function () {
|
|
323
|
-
return this.
|
|
323
|
+
return this.n4;
|
|
324
324
|
},
|
|
325
325
|
set: function (a) {
|
|
326
326
|
var b = this.dateTimeMemberPath;
|
|
327
327
|
if (a != b) {
|
|
328
|
-
this.
|
|
329
|
-
this.
|
|
328
|
+
this.n4 = a;
|
|
329
|
+
this.h2("DateTimeMemberPath", b, this.dateTimeMemberPath);
|
|
330
330
|
}
|
|
331
331
|
},
|
|
332
332
|
enumerable: false,
|
|
333
333
|
configurable: true
|
|
334
334
|
});
|
|
335
|
-
Object.defineProperty(OrdinalTimeXAxis.prototype, "
|
|
335
|
+
Object.defineProperty(OrdinalTimeXAxis.prototype, "nl", {
|
|
336
336
|
get: function () {
|
|
337
|
-
return this.
|
|
337
|
+
return this.nk;
|
|
338
338
|
},
|
|
339
339
|
set: function (a) {
|
|
340
|
-
var b = this.
|
|
340
|
+
var b = this.nl;
|
|
341
341
|
if (a != b) {
|
|
342
|
-
this.
|
|
343
|
-
this.
|
|
342
|
+
this.nk = a;
|
|
343
|
+
this.h2("LabellingMode", enumGetBox(TimeAxisLabellingMode_$type, b), enumGetBox(TimeAxisLabellingMode_$type, this.nl));
|
|
344
344
|
}
|
|
345
345
|
},
|
|
346
346
|
enumerable: false,
|
|
347
347
|
configurable: true
|
|
348
348
|
});
|
|
349
|
-
OrdinalTimeXAxis.prototype.
|
|
349
|
+
OrdinalTimeXAxis.prototype.get_ck = function () {
|
|
350
350
|
return true;
|
|
351
351
|
};
|
|
352
|
-
Object.defineProperty(OrdinalTimeXAxis.prototype, "
|
|
352
|
+
Object.defineProperty(OrdinalTimeXAxis.prototype, "nn", {
|
|
353
353
|
get: function () {
|
|
354
|
-
return this.
|
|
354
|
+
return this.nm;
|
|
355
355
|
},
|
|
356
356
|
set: function (a) {
|
|
357
|
-
if (this.
|
|
358
|
-
var b = this.
|
|
359
|
-
this.
|
|
360
|
-
this.
|
|
357
|
+
if (this.nm != a) {
|
|
358
|
+
var b = this.nm;
|
|
359
|
+
this.nm = a;
|
|
360
|
+
this.h2("DateTimeColumn", b, this.nm);
|
|
361
361
|
}
|
|
362
362
|
},
|
|
363
363
|
enumerable: false,
|
|
364
364
|
configurable: true
|
|
365
365
|
});
|
|
366
|
-
OrdinalTimeXAxis.prototype.
|
|
367
|
-
_super.prototype.
|
|
368
|
-
this.
|
|
366
|
+
OrdinalTimeXAxis.prototype.iq = function (a, b) {
|
|
367
|
+
_super.prototype.iq.call(this, a, b);
|
|
368
|
+
this.oi();
|
|
369
369
|
};
|
|
370
370
|
OrdinalTimeXAxis.prototype.getWindowRectForSelection = function (a, b) {
|
|
371
|
-
if (this.
|
|
371
|
+
if (this.nn == null) {
|
|
372
372
|
return Rect.empty;
|
|
373
373
|
}
|
|
374
374
|
var c = a > b;
|
|
375
375
|
var d = c ? b : a;
|
|
376
376
|
var e = c ? a : b;
|
|
377
377
|
var f = -1;
|
|
378
|
-
while (++f < this.
|
|
378
|
+
while (++f < this.nn.count && this.nn.item(f) < d) {
|
|
379
379
|
}
|
|
380
|
-
var g = this.
|
|
381
|
-
while (--g >= 0 && this.
|
|
380
|
+
var g = this.nn.count;
|
|
381
|
+
while (--g >= 0 && this.nn.item(g) > e) {
|
|
382
382
|
}
|
|
383
|
-
var h = new ScalerParams(0, new Rect(0, 0, 0, 1, 1), new Rect(0, 0, 0, 1, 1), this.
|
|
384
|
-
var i = this.
|
|
385
|
-
var j = this.
|
|
383
|
+
var h = new ScalerParams(0, new Rect(0, 0, 0, 1, 1), new Rect(0, 0, 0, 1, 1), this.ch, this.bi.tn);
|
|
384
|
+
var i = this.ej(f, h);
|
|
385
|
+
var j = this.ej(g + 1, h);
|
|
386
386
|
return new Rect(0, i, NaN, Math.max(0, j - i), NaN);
|
|
387
387
|
};
|
|
388
|
-
Object.defineProperty(OrdinalTimeXAxis.prototype, "
|
|
388
|
+
Object.defineProperty(OrdinalTimeXAxis.prototype, "nj", {
|
|
389
389
|
get: function () {
|
|
390
|
-
return this.
|
|
390
|
+
return this.ni;
|
|
391
391
|
},
|
|
392
392
|
enumerable: false,
|
|
393
393
|
configurable: true
|
|
394
394
|
});
|
|
395
|
-
OrdinalTimeXAxis.prototype.
|
|
396
|
-
this.
|
|
395
|
+
OrdinalTimeXAxis.prototype.og = function (a, b) {
|
|
396
|
+
this.h8(false);
|
|
397
397
|
};
|
|
398
|
-
OrdinalTimeXAxis.prototype.
|
|
399
|
-
_super.prototype.
|
|
398
|
+
OrdinalTimeXAxis.prototype.hy = function (a) {
|
|
399
|
+
_super.prototype.hy.call(this, a);
|
|
400
400
|
this.dateTimeMemberPath = a;
|
|
401
401
|
};
|
|
402
|
-
OrdinalTimeXAxis.prototype.
|
|
403
|
-
if (this.
|
|
404
|
-
return this.
|
|
402
|
+
OrdinalTimeXAxis.prototype.fz = function (a) {
|
|
403
|
+
if (this.au != null) {
|
|
404
|
+
return this.au(a);
|
|
405
405
|
}
|
|
406
|
-
if (this.
|
|
407
|
-
return this.
|
|
406
|
+
if (this.ai != null) {
|
|
407
|
+
return this.ai.i(a);
|
|
408
408
|
}
|
|
409
409
|
if (!(typeCast(Date_$type, a) !== null)) {
|
|
410
|
-
return _super.prototype.
|
|
410
|
+
return _super.prototype.fz.call(this, a);
|
|
411
411
|
}
|
|
412
412
|
var b = dateMinValue();
|
|
413
413
|
var c = false;
|
|
414
|
-
if (this.
|
|
415
|
-
if (typeCast(Date_$type, this.
|
|
416
|
-
b = this.
|
|
414
|
+
if (this.mx != null) {
|
|
415
|
+
if (typeCast(Date_$type, this.mx) !== null) {
|
|
416
|
+
b = this.mx;
|
|
417
417
|
c = true;
|
|
418
418
|
}
|
|
419
419
|
}
|
|
420
|
-
var d = TimeXAxis.
|
|
421
|
-
return d == null ? _super.prototype.
|
|
420
|
+
var d = TimeXAxis.oh(a, c, b, this.nl, this.oc, this.nj, this.fk);
|
|
421
|
+
return d == null ? _super.prototype.fz.call(this, a) : d;
|
|
422
422
|
};
|
|
423
|
-
OrdinalTimeXAxis.prototype.
|
|
423
|
+
OrdinalTimeXAxis.prototype.gd = function (a) {
|
|
424
424
|
var b = 0;
|
|
425
425
|
if (this.categoryMode == 0) {
|
|
426
426
|
b = truncate(Math.round(a));
|
|
@@ -428,11 +428,11 @@ var OrdinalTimeXAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
428
428
|
else {
|
|
429
429
|
b = truncate(Math.floor(a));
|
|
430
430
|
}
|
|
431
|
-
if (b < 0 || b > this.
|
|
432
|
-
return _super.prototype.
|
|
431
|
+
if (b < 0 || b > this.lg - 1) {
|
|
432
|
+
return _super.prototype.gd.call(this, a);
|
|
433
433
|
}
|
|
434
|
-
var c = this.
|
|
435
|
-
var d = this.
|
|
434
|
+
var c = this.nn.item(b);
|
|
435
|
+
var d = this.fz(c);
|
|
436
436
|
if (d == null) {
|
|
437
437
|
return null;
|
|
438
438
|
}
|
|
@@ -443,62 +443,62 @@ var OrdinalTimeXAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
443
443
|
if (b < 0) {
|
|
444
444
|
b = 0;
|
|
445
445
|
}
|
|
446
|
-
if (b > this.
|
|
447
|
-
b = this.
|
|
446
|
+
if (b > this.lg - 1) {
|
|
447
|
+
b = this.lg - 1;
|
|
448
448
|
}
|
|
449
|
-
if (this.
|
|
449
|
+
if (this.nn == null) {
|
|
450
450
|
return dateMinValue();
|
|
451
451
|
}
|
|
452
|
-
var c = this.
|
|
452
|
+
var c = this.nn.item(b);
|
|
453
453
|
return c;
|
|
454
454
|
};
|
|
455
|
-
Object.defineProperty(OrdinalTimeXAxis.prototype, "
|
|
455
|
+
Object.defineProperty(OrdinalTimeXAxis.prototype, "of", {
|
|
456
456
|
get: function () {
|
|
457
457
|
return +(this.visibleMaximum) - +(this.visibleMinimum);
|
|
458
458
|
},
|
|
459
459
|
enumerable: false,
|
|
460
460
|
configurable: true
|
|
461
461
|
});
|
|
462
|
-
Object.defineProperty(OrdinalTimeXAxis.prototype, "
|
|
462
|
+
Object.defineProperty(OrdinalTimeXAxis.prototype, "oc", {
|
|
463
463
|
get: function () {
|
|
464
|
-
return +(this.
|
|
464
|
+
return +(this.ny) - +(this.nz);
|
|
465
465
|
},
|
|
466
466
|
enumerable: false,
|
|
467
467
|
configurable: true
|
|
468
468
|
});
|
|
469
|
-
OrdinalTimeXAxis.prototype.
|
|
470
|
-
return this.
|
|
469
|
+
OrdinalTimeXAxis.prototype.mi = function () {
|
|
470
|
+
return this.nn;
|
|
471
471
|
};
|
|
472
|
-
OrdinalTimeXAxis.prototype.
|
|
473
|
-
_super.prototype.
|
|
474
|
-
this.
|
|
472
|
+
OrdinalTimeXAxis.prototype.ip = function (a, b) {
|
|
473
|
+
_super.prototype.ip.call(this, a, b);
|
|
474
|
+
this.oi();
|
|
475
475
|
};
|
|
476
|
-
OrdinalTimeXAxis.prototype.
|
|
476
|
+
OrdinalTimeXAxis.prototype.mp = function (a, b) {
|
|
477
477
|
var c = this.categoryMode == 0 ? 0 : 0.5;
|
|
478
|
-
return _super.prototype.
|
|
478
|
+
return _super.prototype.mp.call(this, a + c, b);
|
|
479
479
|
};
|
|
480
|
-
OrdinalTimeXAxis.prototype.
|
|
480
|
+
OrdinalTimeXAxis.prototype.mo = function (a, b, c, d) {
|
|
481
481
|
return b;
|
|
482
482
|
};
|
|
483
|
-
OrdinalTimeXAxis.prototype.
|
|
483
|
+
OrdinalTimeXAxis.prototype.od = function () {
|
|
484
484
|
var _this = this;
|
|
485
|
-
if (this.
|
|
485
|
+
if (this.nn == null || this.nn.count < 2) {
|
|
486
486
|
return (0);
|
|
487
487
|
}
|
|
488
|
-
return TimeXAxis.
|
|
488
|
+
return TimeXAxis.os(function (a) { return _this.nn.item(a); }, this.nn.count);
|
|
489
489
|
};
|
|
490
490
|
OrdinalTimeXAxis.prototype.itemLabelFormat = function () {
|
|
491
|
-
return TimeXAxis.
|
|
491
|
+
return TimeXAxis.oo(this.oe);
|
|
492
492
|
};
|
|
493
493
|
Object.defineProperty(OrdinalTimeXAxis.prototype, "minimumValue", {
|
|
494
494
|
get: function () {
|
|
495
|
-
return this.
|
|
495
|
+
return this.nt;
|
|
496
496
|
},
|
|
497
497
|
set: function (a) {
|
|
498
498
|
var b = this.minimumValue;
|
|
499
499
|
if (+a != +b) {
|
|
500
|
-
this.
|
|
501
|
-
this.
|
|
500
|
+
this.nt = a;
|
|
501
|
+
this.hw(this, "MinimumValue", b, this.minimumValue);
|
|
502
502
|
}
|
|
503
503
|
},
|
|
504
504
|
enumerable: false,
|
|
@@ -506,92 +506,95 @@ var OrdinalTimeXAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
506
506
|
});
|
|
507
507
|
Object.defineProperty(OrdinalTimeXAxis.prototype, "maximumValue", {
|
|
508
508
|
get: function () {
|
|
509
|
-
return this.
|
|
509
|
+
return this.ns;
|
|
510
510
|
},
|
|
511
511
|
set: function (a) {
|
|
512
512
|
var b = this.maximumValue;
|
|
513
513
|
if (+a != +b) {
|
|
514
|
-
this.
|
|
515
|
-
this.
|
|
514
|
+
this.ns = a;
|
|
515
|
+
this.hw(this, "MaximumValue", b, this.maximumValue);
|
|
516
516
|
}
|
|
517
517
|
},
|
|
518
518
|
enumerable: false,
|
|
519
519
|
configurable: true
|
|
520
520
|
});
|
|
521
|
-
OrdinalTimeXAxis.prototype.
|
|
521
|
+
OrdinalTimeXAxis.prototype.c3 = function () {
|
|
522
522
|
if (+(this.minimumValue) == +(dateMaxValue()) || +(this.maximumValue) == +(dateMinValue())) {
|
|
523
|
-
return _super.prototype.
|
|
523
|
+
return _super.prototype.c3.call(this);
|
|
524
524
|
}
|
|
525
|
-
if (this.
|
|
526
|
-
this.
|
|
525
|
+
if (this.cq && this.c4) {
|
|
526
|
+
this.bc = this.bb();
|
|
527
527
|
}
|
|
528
|
-
if (this.
|
|
528
|
+
if (this.kr == null || this.nn == null) {
|
|
529
529
|
return false;
|
|
530
530
|
}
|
|
531
|
-
var a = this.
|
|
531
|
+
var a = this.mw;
|
|
532
532
|
if (+(this.minimumValue) != +(dateMinValue())) {
|
|
533
533
|
var b = -1;
|
|
534
|
-
while (b++ <= this.
|
|
535
|
-
if (this.
|
|
534
|
+
while (b++ <= this.nn.count) {
|
|
535
|
+
if (this.nn.item(b) >= this.minimumValue) {
|
|
536
536
|
break;
|
|
537
537
|
}
|
|
538
538
|
}
|
|
539
539
|
a = b;
|
|
540
540
|
}
|
|
541
|
-
var c = this.categoryMode == 0 ? this.
|
|
541
|
+
var c = this.categoryMode == 0 ? this.kr.count - 1 : this.kr.count;
|
|
542
542
|
if (+(this.maximumValue) != +(dateMaxValue())) {
|
|
543
|
-
var d = this.
|
|
543
|
+
var d = this.kr.count;
|
|
544
544
|
while (d-- > 0) {
|
|
545
|
-
if (this.
|
|
545
|
+
if (this.nn.item(d) <= this.maximumValue) {
|
|
546
546
|
break;
|
|
547
547
|
}
|
|
548
548
|
}
|
|
549
549
|
c = d;
|
|
550
550
|
}
|
|
551
|
-
if (a != this.
|
|
552
|
-
var e = new AxisRangeChangedEventArgs(0, this.
|
|
553
|
-
this.
|
|
554
|
-
this.
|
|
555
|
-
this.
|
|
556
|
-
this.
|
|
557
|
-
this.
|
|
551
|
+
if (a != this.mw || c != this.mv) {
|
|
552
|
+
var e = new AxisRangeChangedEventArgs(0, this.mw, a, this.mv, c);
|
|
553
|
+
this.mw = a;
|
|
554
|
+
this.mv = c;
|
|
555
|
+
this.h3(e);
|
|
556
|
+
this.oh();
|
|
557
|
+
this.lt();
|
|
558
558
|
return true;
|
|
559
559
|
}
|
|
560
560
|
return false;
|
|
561
561
|
};
|
|
562
|
-
OrdinalTimeXAxis.prototype.
|
|
563
|
-
_super.prototype.
|
|
564
|
-
this.
|
|
562
|
+
OrdinalTimeXAxis.prototype.l2 = function (a) {
|
|
563
|
+
_super.prototype.l2.call(this, a);
|
|
564
|
+
this.c2(true);
|
|
565
565
|
};
|
|
566
566
|
Object.defineProperty(OrdinalTimeXAxis.prototype, "isVertical", {
|
|
567
567
|
get: function () {
|
|
568
|
-
return this.
|
|
568
|
+
return this.cp;
|
|
569
569
|
},
|
|
570
570
|
enumerable: false,
|
|
571
571
|
configurable: true
|
|
572
572
|
});
|
|
573
|
-
OrdinalTimeXAxis.prototype.j$
|
|
574
|
-
return this.
|
|
575
|
-
};
|
|
576
|
-
OrdinalTimeXAxis.prototype.j$b = function (a, b) {
|
|
577
|
-
return this.ei.apply(this, arguments);
|
|
573
|
+
OrdinalTimeXAxis.prototype.j$d = function (a, b) {
|
|
574
|
+
return this.em.apply(this, arguments);
|
|
578
575
|
};
|
|
579
|
-
OrdinalTimeXAxis.prototype.j$
|
|
580
|
-
this.
|
|
576
|
+
OrdinalTimeXAxis.prototype.j$c = function (a, b) {
|
|
577
|
+
return this.ej.apply(this, arguments);
|
|
581
578
|
};
|
|
582
|
-
OrdinalTimeXAxis.prototype.j$e = function (a, b, c, d) {
|
|
579
|
+
OrdinalTimeXAxis.prototype.j$e = function (a, b, c, d, e) {
|
|
583
580
|
this.hm.apply(this, arguments);
|
|
584
581
|
};
|
|
585
582
|
OrdinalTimeXAxis.prototype.j$f = function (a, b, c, d) {
|
|
586
583
|
this.hn.apply(this, arguments);
|
|
587
584
|
};
|
|
588
|
-
|
|
585
|
+
OrdinalTimeXAxis.prototype.j$g = function (a, b, c, d) {
|
|
586
|
+
this.ho.apply(this, arguments);
|
|
587
|
+
};
|
|
588
|
+
Object.defineProperty(OrdinalTimeXAxis.prototype, "j$b", {
|
|
589
589
|
get: function () {
|
|
590
|
-
return this.
|
|
590
|
+
return this.ch;
|
|
591
591
|
},
|
|
592
592
|
enumerable: false,
|
|
593
593
|
configurable: true
|
|
594
594
|
});
|
|
595
|
+
OrdinalTimeXAxis.prototype.j$a = function () {
|
|
596
|
+
return this.ag.apply(this, arguments);
|
|
597
|
+
};
|
|
595
598
|
OrdinalTimeXAxis.$t = markType(OrdinalTimeXAxis, 'OrdinalTimeXAxis', CategoryXAxis.$, [ITimeRangeSelectorAxis_$type, IOrdinalAxis_$type]);
|
|
596
599
|
return OrdinalTimeXAxis;
|
|
597
600
|
}(CategoryXAxis));
|