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
package/esm2015/lib/TimeXAxis.js
CHANGED
|
@@ -35,59 +35,59 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
35
35
|
class TimeXAxis extends TimeAxisBase {
|
|
36
36
|
constructor() {
|
|
37
37
|
super();
|
|
38
|
-
this.
|
|
39
|
-
this.
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
38
|
+
this.og = 0;
|
|
39
|
+
this.nq = null;
|
|
40
|
+
this.nz = 0;
|
|
41
|
+
this.nx = null;
|
|
42
42
|
this._omission = 0;
|
|
43
|
-
this.
|
|
44
|
-
this.
|
|
45
|
-
this.
|
|
46
|
-
this.
|
|
47
|
-
this.
|
|
43
|
+
this.no = null;
|
|
44
|
+
this.nv = null;
|
|
45
|
+
this.oi = null;
|
|
46
|
+
this.ov = 0;
|
|
47
|
+
this.n8 = dateMaxValue();
|
|
48
|
+
this.n6 = dateMaxValue();
|
|
48
49
|
this.n5 = dateMaxValue();
|
|
49
|
-
this.
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
52
|
-
this.os = 0;
|
|
50
|
+
this.n7 = dateMinValue();
|
|
51
|
+
this.ns = null;
|
|
52
|
+
this.ot = 0;
|
|
53
53
|
this.visibleRangeChanged = null;
|
|
54
54
|
this.ab = TimeXAxis.$;
|
|
55
55
|
this.omission = (0);
|
|
56
|
-
this.
|
|
57
|
-
this.
|
|
56
|
+
this.og = -2147483648;
|
|
57
|
+
this.nq = new TimeAxisBreakCollection();
|
|
58
58
|
let a = this.breaks;
|
|
59
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.
|
|
60
|
-
this.
|
|
59
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.oy));
|
|
60
|
+
this.nv = new TimeAxisIntervalCollection();
|
|
61
61
|
let b = this.intervals;
|
|
62
|
-
b.collectionChanged = delegateCombine(b.collectionChanged, runOn(this, this.
|
|
63
|
-
this.
|
|
62
|
+
b.collectionChanged = delegateCombine(b.collectionChanged, runOn(this, this.oz));
|
|
63
|
+
this.nx = new TimeAxisLabelFormatCollection();
|
|
64
64
|
let c = this.labelFormats;
|
|
65
|
-
c.collectionChanged = delegateCombine(c.collectionChanged, runOn(this, this.
|
|
66
|
-
this.
|
|
65
|
+
c.collectionChanged = delegateCombine(c.collectionChanged, runOn(this, this.o0));
|
|
66
|
+
this.ov = (0);
|
|
67
67
|
}
|
|
68
|
-
|
|
68
|
+
get_cl() {
|
|
69
69
|
return this.breaks != null && this.breaks.count > 0;
|
|
70
70
|
}
|
|
71
|
-
|
|
71
|
+
ej(a, b) {
|
|
72
72
|
if (!b.c.isEmpty) {
|
|
73
|
-
let c = this.
|
|
73
|
+
let c = this.oe(a, NumericScaler.ac, b.c, Rect.empty);
|
|
74
74
|
c = (c - b.d.left) / b.d.width;
|
|
75
75
|
c = b.d.left + b.d.width * (c - b.e.left) / b.e.width;
|
|
76
76
|
return c;
|
|
77
77
|
}
|
|
78
|
-
return this.
|
|
78
|
+
return this.oe(a, b.e, b.d, b.c);
|
|
79
79
|
}
|
|
80
|
-
|
|
80
|
+
oe(a, b, c, d) {
|
|
81
81
|
let e = new KeyValuePair$2(TimeAxisBreak.$, Number_$type);
|
|
82
|
-
let f = this.
|
|
83
|
-
let g = this.
|
|
82
|
+
let f = this.og != -2147483648 ? this.og : 0;
|
|
83
|
+
let g = this.no != null ? this.no.count : 0;
|
|
84
84
|
while (f < g) {
|
|
85
|
-
let h = this.
|
|
85
|
+
let h = this.no.item1(f);
|
|
86
86
|
if (h.d.getTime() <= a && h.c.getTime() >= a) {
|
|
87
87
|
return NaN;
|
|
88
88
|
}
|
|
89
89
|
if (h.c.getTime() <= a) {
|
|
90
|
-
e = new KeyValuePair$2(TimeAxisBreak.$, Number_$type, 1, h, this.
|
|
90
|
+
e = new KeyValuePair$2(TimeAxisBreak.$, Number_$type, 1, h, this.no.item(h));
|
|
91
91
|
f++;
|
|
92
92
|
}
|
|
93
93
|
else {
|
|
@@ -97,8 +97,8 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
97
97
|
if (f > 0) {
|
|
98
98
|
f -= 1;
|
|
99
99
|
}
|
|
100
|
-
if (this.
|
|
101
|
-
this.
|
|
100
|
+
if (this.og != -2147483648) {
|
|
101
|
+
this.og = f;
|
|
102
102
|
}
|
|
103
103
|
let i;
|
|
104
104
|
let j;
|
|
@@ -124,34 +124,34 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
124
124
|
n -= p / 2;
|
|
125
125
|
o -= p;
|
|
126
126
|
}
|
|
127
|
-
if (this.
|
|
127
|
+
if (this.ch) {
|
|
128
128
|
return n - o * l;
|
|
129
129
|
}
|
|
130
130
|
return m + o * l;
|
|
131
131
|
}
|
|
132
|
-
|
|
133
|
-
this.
|
|
132
|
+
hn(a, b, c, d) {
|
|
133
|
+
this.og = 0;
|
|
134
134
|
for (let e = b; e < c; e++) {
|
|
135
|
-
a.item(e, this.
|
|
135
|
+
a.item(e, this.ej(a.item(e), d));
|
|
136
136
|
}
|
|
137
|
-
this.
|
|
137
|
+
this.og = -2147483648;
|
|
138
138
|
}
|
|
139
139
|
startCursor() {
|
|
140
|
-
this.
|
|
140
|
+
this.og = 0;
|
|
141
141
|
}
|
|
142
142
|
resetCursor() {
|
|
143
|
-
this.
|
|
143
|
+
this.og = -2147483648;
|
|
144
144
|
}
|
|
145
|
-
|
|
145
|
+
em(a, b) {
|
|
146
146
|
if (!b.c.isEmpty) {
|
|
147
147
|
let c = b.e.left + b.e.width * (a - b.d.left) / b.d.width;
|
|
148
148
|
c = (c * b.d.width) + b.d.left;
|
|
149
149
|
c = this.getUnscaledValue3(c, NumericScaler.ac, b.c, this.categoryMode);
|
|
150
150
|
return c;
|
|
151
151
|
}
|
|
152
|
-
return this.
|
|
152
|
+
return this.of(a, b.e, b.d, b.c);
|
|
153
153
|
}
|
|
154
|
-
|
|
154
|
+
of(a, b, c, d) {
|
|
155
155
|
let e = c.left;
|
|
156
156
|
let f = c.width;
|
|
157
157
|
if (this.categoryMode != 0) {
|
|
@@ -160,12 +160,12 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
160
160
|
f -= g;
|
|
161
161
|
}
|
|
162
162
|
let h = b.left + b.width * (a - e) / f;
|
|
163
|
-
if (this.
|
|
163
|
+
if (this.ch) {
|
|
164
164
|
h = 1 - h;
|
|
165
165
|
}
|
|
166
166
|
let i = new KeyValuePair$2(TimeAxisBreak.$, Number_$type);
|
|
167
|
-
if (this.
|
|
168
|
-
for (let j of fromEnum(this.
|
|
167
|
+
if (this.no != null) {
|
|
168
|
+
for (let j of fromEnum(this.no)) {
|
|
169
169
|
if (j.value >= h && j.value <= h) {
|
|
170
170
|
return j.key.d.getTime();
|
|
171
171
|
}
|
|
@@ -189,48 +189,48 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
189
189
|
return (precedingBreakEnd_.getTime() + portionFromPrecedingBreak_ * actualRange_);
|
|
190
190
|
}
|
|
191
191
|
get breaks() {
|
|
192
|
-
return this.
|
|
192
|
+
return this.nq;
|
|
193
193
|
}
|
|
194
|
-
get
|
|
195
|
-
return this.
|
|
194
|
+
get n0() {
|
|
195
|
+
return this.nz;
|
|
196
196
|
}
|
|
197
|
-
set
|
|
198
|
-
let b = this.
|
|
197
|
+
set n0(a) {
|
|
198
|
+
let b = this.n0;
|
|
199
199
|
if (a != b) {
|
|
200
|
-
this.
|
|
201
|
-
this.
|
|
200
|
+
this.nz = a;
|
|
201
|
+
this.h2("LabellingMode", enumGetBox(TimeAxisLabellingMode_$type, b), enumGetBox(TimeAxisLabellingMode_$type, this.n0));
|
|
202
202
|
}
|
|
203
203
|
}
|
|
204
204
|
get labelFormats() {
|
|
205
|
-
return this.
|
|
205
|
+
return this.nx;
|
|
206
206
|
}
|
|
207
|
-
|
|
208
|
-
super.
|
|
207
|
+
hw(a, b, c, d) {
|
|
208
|
+
super.hw(a, b, c, d);
|
|
209
209
|
switch (b) {
|
|
210
210
|
case "ActualMaximumValue":
|
|
211
|
-
this.
|
|
211
|
+
this.ox();
|
|
212
212
|
break;
|
|
213
213
|
case "DateTimeColumn":
|
|
214
|
-
this.
|
|
214
|
+
this.ot = this.or();
|
|
215
215
|
break;
|
|
216
216
|
case "LabellingMode":
|
|
217
|
-
this.
|
|
217
|
+
this.h8(false);
|
|
218
218
|
break;
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
|
+
iq(a, b) {
|
|
222
|
+
super.iq(a, b);
|
|
223
|
+
this.ow();
|
|
224
|
+
this.ni();
|
|
225
|
+
}
|
|
221
226
|
ip(a, b) {
|
|
222
227
|
super.ip(a, b);
|
|
223
|
-
this.
|
|
224
|
-
this.
|
|
225
|
-
}
|
|
226
|
-
io(a, b) {
|
|
227
|
-
super.io(a, b);
|
|
228
|
-
this.ov();
|
|
229
|
-
this.nh();
|
|
228
|
+
this.ow();
|
|
229
|
+
this.ni();
|
|
230
230
|
}
|
|
231
|
-
|
|
232
|
-
let a = super.
|
|
233
|
-
this.
|
|
231
|
+
c3() {
|
|
232
|
+
let a = super.c3();
|
|
233
|
+
this.ow();
|
|
234
234
|
return a;
|
|
235
235
|
}
|
|
236
236
|
get omission() {
|
|
@@ -239,15 +239,15 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
239
239
|
set omission(a) {
|
|
240
240
|
this._omission = a;
|
|
241
241
|
}
|
|
242
|
-
|
|
243
|
-
let a = this.
|
|
242
|
+
ox() {
|
|
243
|
+
let a = this.n3(this.breaks);
|
|
244
244
|
let b = (0);
|
|
245
245
|
for (let c of fromEnum(a)) {
|
|
246
246
|
b += (+(c.c) - +(c.d));
|
|
247
247
|
}
|
|
248
248
|
this.omission = b;
|
|
249
249
|
}
|
|
250
|
-
|
|
250
|
+
n3(a) {
|
|
251
251
|
let b = new List$1(TimeAxisBreak.$, 0);
|
|
252
252
|
if (a == null || +(this.actualMaximumValue) == +(dateMaxValue())) {
|
|
253
253
|
return b;
|
|
@@ -260,7 +260,7 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
260
260
|
let d = +(c.c) - +(c.d);
|
|
261
261
|
let e = dateAdd(+(c.d), +(c.i));
|
|
262
262
|
while (e <= this.actualMaximumValue) {
|
|
263
|
-
let f = this.
|
|
263
|
+
let f = this.n9(e, d);
|
|
264
264
|
let g = ((() => {
|
|
265
265
|
let $ret = new TimeAxisBreak();
|
|
266
266
|
$ret.d = e;
|
|
@@ -273,26 +273,26 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
273
273
|
if (dateSubtract(+(dateMaxValue()), +(c.i)) < g.d) {
|
|
274
274
|
break;
|
|
275
275
|
}
|
|
276
|
-
e = this.
|
|
276
|
+
e = this.n9(g.d, c.i);
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
279
|
}
|
|
280
280
|
return b;
|
|
281
281
|
}
|
|
282
|
-
|
|
282
|
+
n9(a, b) {
|
|
283
283
|
let c = dateFromTicks(a.getTime());
|
|
284
284
|
c.setMilliseconds(c.getMilliseconds() + b);
|
|
285
285
|
return c;
|
|
286
286
|
}
|
|
287
|
-
|
|
288
|
-
this.
|
|
289
|
-
if (+(this.actualMaximumValue) == +(dateMaxValue()) || this.breaks == null || this.breaks.count == 0 || this.
|
|
287
|
+
ow() {
|
|
288
|
+
this.no = new OrderedDictionary$2(TimeAxisBreak.$, Number_$type);
|
|
289
|
+
if (+(this.actualMaximumValue) == +(dateMaxValue()) || this.breaks == null || this.breaks.count == 0 || this.bi == null) {
|
|
290
290
|
return;
|
|
291
291
|
}
|
|
292
|
-
let a = new List$1(TimeAxisBreak.$, 1, this.
|
|
292
|
+
let a = new List$1(TimeAxisBreak.$, 1, this.n3(this.breaks));
|
|
293
293
|
a.aa((b, c) => b.d < c.d ? -1 : b.d > c.d ? 1 : 0);
|
|
294
|
-
let b = this.
|
|
295
|
-
let c = new ScalerParams(0, this.
|
|
294
|
+
let b = this.bi.tj;
|
|
295
|
+
let c = new ScalerParams(0, this.bi.tj, this.bi.ty, this.ch, this.bi.tn);
|
|
296
296
|
let d = +(this.actualMaximumValue) - +(this.actualMinimumValue) - this.omission;
|
|
297
297
|
let e = 0;
|
|
298
298
|
for (let f of fromEnum(a)) {
|
|
@@ -301,50 +301,50 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
301
301
|
if (h < 0 || g - e > 1) {
|
|
302
302
|
continue;
|
|
303
303
|
}
|
|
304
|
-
this.
|
|
304
|
+
this.no.addItem(f, g - e);
|
|
305
305
|
e += (h - g);
|
|
306
306
|
}
|
|
307
307
|
}
|
|
308
|
-
|
|
308
|
+
gd(a) {
|
|
309
309
|
if (isNaN_(a)) {
|
|
310
310
|
return null;
|
|
311
311
|
}
|
|
312
312
|
let ticks_ = truncate(a);
|
|
313
313
|
let b = (new Date(ticks_));
|
|
314
|
-
let c = this.
|
|
314
|
+
let c = this.fz(b);
|
|
315
315
|
if (c == null) {
|
|
316
316
|
return null;
|
|
317
317
|
}
|
|
318
318
|
return c.toString();
|
|
319
319
|
}
|
|
320
|
-
|
|
320
|
+
fz(a) {
|
|
321
321
|
if (!(typeCast(Date_$type, a) !== null)) {
|
|
322
|
-
return super.
|
|
322
|
+
return super.fz(a);
|
|
323
323
|
}
|
|
324
324
|
let b = dateMinValue();
|
|
325
325
|
let c = false;
|
|
326
|
-
if (this.
|
|
327
|
-
if (typeCast(Date_$type, this.
|
|
328
|
-
b = this.
|
|
326
|
+
if (this.oi != null) {
|
|
327
|
+
if (typeCast(Date_$type, this.oi) !== null) {
|
|
328
|
+
b = this.oi;
|
|
329
329
|
c = true;
|
|
330
330
|
}
|
|
331
331
|
}
|
|
332
|
-
let d = TimeXAxis.
|
|
333
|
-
return d == null ? super.
|
|
332
|
+
let d = TimeXAxis.oh(a, c, b, this.n0, this.ov, this.labelFormats, this.fk);
|
|
333
|
+
return d == null ? super.fz(a) : d;
|
|
334
334
|
}
|
|
335
|
-
static
|
|
336
|
-
let h = TimeXAxis.
|
|
335
|
+
static oh(a, b, c, d, e, f, g) {
|
|
336
|
+
let h = TimeXAxis.om(a, b, c, d, e, f, g);
|
|
337
337
|
return dateToStringFormat(a, h, g);
|
|
338
338
|
}
|
|
339
|
-
static
|
|
339
|
+
static om(a, b, c, d, e, f, g) {
|
|
340
340
|
let h = 0;
|
|
341
341
|
if (b) {
|
|
342
|
-
h = TimeXAxis.
|
|
342
|
+
h = TimeXAxis.n1(a, c);
|
|
343
343
|
}
|
|
344
344
|
let i = null;
|
|
345
345
|
let j;
|
|
346
346
|
if (f == null || f.count == 0) {
|
|
347
|
-
j = TimeXAxis.
|
|
347
|
+
j = TimeXAxis.ol(e, h, d);
|
|
348
348
|
}
|
|
349
349
|
else {
|
|
350
350
|
let k = Number.MAX_VALUE;
|
|
@@ -408,7 +408,7 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
408
408
|
}
|
|
409
409
|
return j;
|
|
410
410
|
}
|
|
411
|
-
static
|
|
411
|
+
static n1(a, b) {
|
|
412
412
|
if (a.getFullYear() == b.getFullYear() && dateGetMonth(a) == dateGetMonth(b) && a.getDate() == b.getDate()) {
|
|
413
413
|
return 3;
|
|
414
414
|
}
|
|
@@ -420,19 +420,19 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
420
420
|
}
|
|
421
421
|
return 0;
|
|
422
422
|
}
|
|
423
|
-
|
|
424
|
-
return super.
|
|
423
|
+
get_ml() {
|
|
424
|
+
return super.get_ml() || (this.intervals != null && this.intervals.count > 0);
|
|
425
425
|
}
|
|
426
|
-
|
|
427
|
-
super.
|
|
426
|
+
set_ml(a) {
|
|
427
|
+
super.set_ml(a);
|
|
428
428
|
}
|
|
429
429
|
get intervals() {
|
|
430
|
-
return this.
|
|
430
|
+
return this.nv;
|
|
431
431
|
}
|
|
432
|
-
|
|
433
|
-
return TimeXAxis.
|
|
432
|
+
ok(a, b) {
|
|
433
|
+
return TimeXAxis.ol(this.ov, a, b);
|
|
434
434
|
}
|
|
435
|
-
static
|
|
435
|
+
static ol(a, b, c) {
|
|
436
436
|
if (c != 2) {
|
|
437
437
|
b = 0;
|
|
438
438
|
}
|
|
@@ -470,9 +470,9 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
470
470
|
}
|
|
471
471
|
return "hh:mm:ss";
|
|
472
472
|
}
|
|
473
|
-
static
|
|
474
|
-
if (TimeXAxis.
|
|
475
|
-
TimeXAxis.
|
|
473
|
+
static np() {
|
|
474
|
+
if (TimeXAxis.nn == null) {
|
|
475
|
+
TimeXAxis.nn = ((() => {
|
|
476
476
|
let $ret = new OrderedDictionary$2(Number_$type, TimeAxisInterval.$);
|
|
477
477
|
$ret.addItem((0), ((() => {
|
|
478
478
|
let $ret = new TimeAxisInterval();
|
|
@@ -567,30 +567,30 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
567
567
|
return $ret;
|
|
568
568
|
})());
|
|
569
569
|
}
|
|
570
|
-
return TimeXAxis.
|
|
570
|
+
return TimeXAxis.nn;
|
|
571
571
|
}
|
|
572
|
-
|
|
573
|
-
if (this.
|
|
574
|
-
let a = this.
|
|
575
|
-
let b = this.
|
|
572
|
+
nt() {
|
|
573
|
+
if (this.c4 && (this.az == null || this.az.angle == 0)) {
|
|
574
|
+
let a = this.ex();
|
|
575
|
+
let b = this.kd.width;
|
|
576
576
|
let c = truncate(Math.floor(b / a));
|
|
577
577
|
let d = Number.MAX_VALUE;
|
|
578
|
-
let e = c == 0 ? d : timeSpanFromTicks((intDivide(timeSpanTicks(this.
|
|
578
|
+
let e = c == 0 ? d : timeSpanFromTicks((intDivide(timeSpanTicks(this.ov), c)));
|
|
579
579
|
let f = null;
|
|
580
|
-
for (let g of fromEnum(TimeXAxis.
|
|
580
|
+
for (let g of fromEnum(TimeXAxis.np())) {
|
|
581
581
|
f = g.value;
|
|
582
582
|
if (g.key > e) {
|
|
583
583
|
break;
|
|
584
584
|
}
|
|
585
585
|
}
|
|
586
|
-
let h = this.
|
|
586
|
+
let h = this.ns;
|
|
587
587
|
if (h != f) {
|
|
588
|
-
this.
|
|
588
|
+
this.id();
|
|
589
589
|
}
|
|
590
|
-
this.
|
|
590
|
+
this.ns = f;
|
|
591
591
|
return f;
|
|
592
592
|
}
|
|
593
|
-
let i = this.
|
|
593
|
+
let i = this.ov;
|
|
594
594
|
if (i == (0)) {
|
|
595
595
|
return ((() => {
|
|
596
596
|
let $ret = new TimeAxisInterval();
|
|
@@ -702,11 +702,11 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
702
702
|
return $ret;
|
|
703
703
|
})());
|
|
704
704
|
}
|
|
705
|
-
|
|
705
|
+
nu() {
|
|
706
706
|
if (this.intervals == null || this.intervals.count == 0) {
|
|
707
|
-
return this.
|
|
707
|
+
return this.nt();
|
|
708
708
|
}
|
|
709
|
-
if (this.
|
|
709
|
+
if (this.ov == (0)) {
|
|
710
710
|
return ((() => {
|
|
711
711
|
let $ret = new TimeAxisInterval();
|
|
712
712
|
$ret.b = 8;
|
|
@@ -716,32 +716,32 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
716
716
|
}
|
|
717
717
|
let a = null;
|
|
718
718
|
for (let b of fromEnum(this.intervals)) {
|
|
719
|
-
if (b.k > this.
|
|
719
|
+
if (b.k > this.ov) {
|
|
720
720
|
continue;
|
|
721
721
|
}
|
|
722
722
|
if (a == null || b.k > a.k) {
|
|
723
723
|
a = b;
|
|
724
724
|
}
|
|
725
725
|
}
|
|
726
|
-
return a == null ? this.
|
|
726
|
+
return a == null ? this.nt() : a;
|
|
727
727
|
}
|
|
728
|
-
|
|
729
|
-
super.
|
|
730
|
-
let b = this.
|
|
731
|
-
let c = !b.isEmpty ? this.
|
|
732
|
-
let d = this.
|
|
733
|
-
let e = this.
|
|
734
|
-
let f = new ScalerParams(0, b, c, this.
|
|
735
|
-
if (this.
|
|
728
|
+
h9(a) {
|
|
729
|
+
super.h9(a);
|
|
730
|
+
let b = this.bi != null ? this.bi.tj : Rect.empty;
|
|
731
|
+
let c = !b.isEmpty ? this.kd : Rect.empty;
|
|
732
|
+
let d = this.j8();
|
|
733
|
+
let e = this.j7();
|
|
734
|
+
let f = new ScalerParams(0, b, c, this.ch, d);
|
|
735
|
+
if (this.mh == null && !this.mn() && !this.mo()) {
|
|
736
736
|
return;
|
|
737
737
|
}
|
|
738
738
|
if (!b.isEmpty && !c.isEmpty) {
|
|
739
739
|
let g = c.bottom;
|
|
740
740
|
let h = g - c.top;
|
|
741
|
-
if (this.
|
|
742
|
-
let i = typeCast(NumericYAxis.$, this.
|
|
741
|
+
if (this.aj != null) {
|
|
742
|
+
let i = typeCast(NumericYAxis.$, this.aj);
|
|
743
743
|
if (i != null) {
|
|
744
|
-
let j = this.
|
|
744
|
+
let j = this.ie(g, h, b, c, d, c.top, c.bottom);
|
|
745
745
|
g = j.p0;
|
|
746
746
|
h = j.p1;
|
|
747
747
|
}
|
|
@@ -749,21 +749,21 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
749
749
|
if (isNaN_(g)) {
|
|
750
750
|
g = 0;
|
|
751
751
|
}
|
|
752
|
-
this.
|
|
753
|
-
this.
|
|
752
|
+
this.hq(this.a5.a1(), g, c, this.a5.e(), true);
|
|
753
|
+
this.aw.bg = h;
|
|
754
754
|
let k = truncate(Math.ceil(e.right));
|
|
755
755
|
let l = truncate(Math.floor(e.left));
|
|
756
|
-
let m = this.
|
|
757
|
-
let n = this.
|
|
758
|
-
let o = this.
|
|
759
|
-
this.
|
|
760
|
-
let p = new List$1(Date_$type, 1, this.
|
|
756
|
+
let m = this.a5.a4();
|
|
757
|
+
let n = this.a5.f();
|
|
758
|
+
let o = this.a5.a2();
|
|
759
|
+
this.ni();
|
|
760
|
+
let p = new List$1(Date_$type, 1, this.n2());
|
|
761
761
|
let q = new List$1(Number_$type, 0);
|
|
762
762
|
for (let r = 0; r < p.count; r++) {
|
|
763
763
|
q.add(p._inner[r].getTime());
|
|
764
764
|
}
|
|
765
|
-
this.
|
|
766
|
-
this.
|
|
765
|
+
this.hn(q, 0, q.count, f);
|
|
766
|
+
this.oi = null;
|
|
767
767
|
for (let s = 0; s < p.count; s++) {
|
|
768
768
|
let t = p._inner[s];
|
|
769
769
|
let u = q._inner[s];
|
|
@@ -771,41 +771,41 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
771
771
|
if (v <= k) {
|
|
772
772
|
if (s % 2 == 0) {
|
|
773
773
|
let w = s < q.count - 1 ? q._inner[s + 1] : e.right;
|
|
774
|
-
this.
|
|
774
|
+
this.io(m, u, w, c);
|
|
775
775
|
}
|
|
776
|
-
this.
|
|
777
|
-
this.
|
|
776
|
+
this.im(o, u, c, n, false);
|
|
777
|
+
this.ky.add(u);
|
|
778
778
|
}
|
|
779
779
|
if (v >= l && v <= k) {
|
|
780
|
-
let x = this.
|
|
781
|
-
this.
|
|
780
|
+
let x = this.fz(t);
|
|
781
|
+
this.oi = t;
|
|
782
782
|
if (x != null) {
|
|
783
|
-
this.
|
|
784
|
-
this.
|
|
783
|
+
this.dc.add1(x);
|
|
784
|
+
this.dd.add(new LabelPosition(u));
|
|
785
785
|
}
|
|
786
786
|
}
|
|
787
787
|
}
|
|
788
|
-
this.
|
|
788
|
+
this.oi = null;
|
|
789
789
|
}
|
|
790
|
-
if ((this.
|
|
791
|
-
if (this.
|
|
792
|
-
this.
|
|
790
|
+
if ((this.az == null || this.az.visibility == 0) && this.aj != null) {
|
|
791
|
+
if (this.az != null && (this.az.location == 4 || this.az.location == 5)) {
|
|
792
|
+
this.bi.md();
|
|
793
793
|
}
|
|
794
794
|
}
|
|
795
|
-
this.
|
|
796
|
-
this.
|
|
797
|
-
this.
|
|
798
|
-
this.
|
|
799
|
-
}
|
|
800
|
-
|
|
801
|
-
let a = this.
|
|
802
|
-
let b = !a.isEmpty ? this.
|
|
803
|
-
let c = this.
|
|
804
|
-
let d = this.
|
|
805
|
-
let e = new ScalerParams(0, a, b, this.
|
|
806
|
-
let f = this.
|
|
807
|
-
let g = this.
|
|
808
|
-
if (!this.
|
|
795
|
+
this.aw.a9 = this.dc;
|
|
796
|
+
this.aw.ba = this.dd;
|
|
797
|
+
this.aw.cl();
|
|
798
|
+
this.l4();
|
|
799
|
+
}
|
|
800
|
+
n2() {
|
|
801
|
+
let a = this.bi != null ? this.bi.tj : Rect.empty;
|
|
802
|
+
let b = !a.isEmpty ? this.kd : Rect.empty;
|
|
803
|
+
let c = this.j8();
|
|
804
|
+
let d = this.j7();
|
|
805
|
+
let e = new ScalerParams(0, a, b, this.ch, c);
|
|
806
|
+
let f = this.nu();
|
|
807
|
+
let g = this.ob;
|
|
808
|
+
if (!this.mo() && f != null) {
|
|
809
809
|
if (f.b == 7 && g.getDate() != 1) {
|
|
810
810
|
g = dateAddMonths(g, 1);
|
|
811
811
|
g = dateFromValues(g.getFullYear(), dateGetMonth(g), 1, 0, 0, 0, 0);
|
|
@@ -826,7 +826,7 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
826
826
|
return h;
|
|
827
827
|
}
|
|
828
828
|
while (g <= this.visibleMaximum && i++ < j) {
|
|
829
|
-
let k = this.
|
|
829
|
+
let k = this.n4(g);
|
|
830
830
|
let l = g;
|
|
831
831
|
if (k.key != null) {
|
|
832
832
|
l = f.d(k.key.c);
|
|
@@ -838,11 +838,11 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
838
838
|
}
|
|
839
839
|
return h;
|
|
840
840
|
}
|
|
841
|
-
|
|
842
|
-
if (this.
|
|
841
|
+
n4(a) {
|
|
842
|
+
if (this.no == null) {
|
|
843
843
|
return new KeyValuePair$2(TimeAxisBreak.$, Number_$type);
|
|
844
844
|
}
|
|
845
|
-
for (let b of fromEnum(this.
|
|
845
|
+
for (let b of fromEnum(this.no)) {
|
|
846
846
|
if (b.key.d <= a && b.key.c >= a) {
|
|
847
847
|
return b;
|
|
848
848
|
}
|
|
@@ -850,10 +850,16 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
850
850
|
return new KeyValuePair$2(TimeAxisBreak.$, Number_$type);
|
|
851
851
|
}
|
|
852
852
|
get visibleMinimum() {
|
|
853
|
-
return this.
|
|
853
|
+
return this.n8;
|
|
854
854
|
}
|
|
855
855
|
set visibleMinimum(a) {
|
|
856
|
-
this.
|
|
856
|
+
this.n8 = a;
|
|
857
|
+
}
|
|
858
|
+
get ob() {
|
|
859
|
+
return this.n6;
|
|
860
|
+
}
|
|
861
|
+
set ob(a) {
|
|
862
|
+
this.n6 = a;
|
|
857
863
|
}
|
|
858
864
|
get oa() {
|
|
859
865
|
return this.n5;
|
|
@@ -861,25 +867,19 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
861
867
|
set oa(a) {
|
|
862
868
|
this.n5 = a;
|
|
863
869
|
}
|
|
864
|
-
get n9() {
|
|
865
|
-
return this.n4;
|
|
866
|
-
}
|
|
867
|
-
set n9(a) {
|
|
868
|
-
this.n4 = a;
|
|
869
|
-
}
|
|
870
870
|
get visibleMaximum() {
|
|
871
|
-
return this.
|
|
871
|
+
return this.n7;
|
|
872
872
|
}
|
|
873
873
|
set visibleMaximum(a) {
|
|
874
|
-
this.
|
|
874
|
+
this.n7 = a;
|
|
875
875
|
}
|
|
876
|
-
|
|
877
|
-
super.
|
|
878
|
-
if (this.
|
|
876
|
+
ni() {
|
|
877
|
+
super.ni();
|
|
878
|
+
if (this.bi == null || !Extensions.b(this.bi.ty)) {
|
|
879
879
|
return;
|
|
880
880
|
}
|
|
881
|
-
let a = new ScalerParams(0, this.
|
|
882
|
-
let b = this.
|
|
881
|
+
let a = new ScalerParams(0, this.bi.tj, this.bi.ty, this.ch, this.bi.tn);
|
|
882
|
+
let b = this.j7();
|
|
883
883
|
let c = b.left;
|
|
884
884
|
let d = b.right;
|
|
885
885
|
let e = b.left;
|
|
@@ -889,12 +889,12 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
889
889
|
e += g / 2;
|
|
890
890
|
f -= g / 2;
|
|
891
891
|
}
|
|
892
|
-
let h = truncate(this.
|
|
893
|
-
let i = truncate(this.
|
|
894
|
-
let j = truncate(this.
|
|
895
|
-
let k = truncate(this.
|
|
892
|
+
let h = truncate(this.em(c, a));
|
|
893
|
+
let i = truncate(this.em(d, a));
|
|
894
|
+
let j = truncate(this.em(e, a));
|
|
895
|
+
let k = truncate(this.em(f, a));
|
|
896
896
|
if (j < 0 || k < 0) {
|
|
897
|
-
this.
|
|
897
|
+
this.ov = (0);
|
|
898
898
|
return;
|
|
899
899
|
}
|
|
900
900
|
h = Math.min(dateMaxValue().getTime(), h);
|
|
@@ -910,14 +910,14 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
910
910
|
let p = +(this.visibleMinimum) != +n || +(this.visibleMaximum) != +o;
|
|
911
911
|
this.visibleMinimum = n;
|
|
912
912
|
this.visibleMaximum = o;
|
|
913
|
-
this.
|
|
914
|
-
this.
|
|
913
|
+
this.ob = l;
|
|
914
|
+
this.oa = m;
|
|
915
915
|
if (p && this.visibleRangeChanged != null) {
|
|
916
916
|
this.visibleRangeChanged(this, EventArgs.empty);
|
|
917
917
|
}
|
|
918
|
-
this.
|
|
918
|
+
this.ov = +(this.visibleMaximum) - +(this.visibleMinimum);
|
|
919
919
|
}
|
|
920
|
-
|
|
920
|
+
k6(a, b, c, d, e) {
|
|
921
921
|
return 0;
|
|
922
922
|
}
|
|
923
923
|
i$f(a) {
|
|
@@ -925,10 +925,10 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
925
925
|
if (b.i$b == null || b.i$b.count == 0) {
|
|
926
926
|
return -1;
|
|
927
927
|
}
|
|
928
|
-
let c = new SortedListView$1(Date_$type, this.
|
|
928
|
+
let c = new SortedListView$1(Date_$type, this.mh, b.i$b);
|
|
929
929
|
let ticks_ = a;
|
|
930
930
|
let d = (new Date(ticks_));
|
|
931
|
-
let e = this.
|
|
931
|
+
let e = this.m1(d, c);
|
|
932
932
|
e = Math.max(0, Math.min(b.i$b.count - 1, e));
|
|
933
933
|
let f = c.item(e);
|
|
934
934
|
let g;
|
|
@@ -949,43 +949,43 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
949
949
|
}
|
|
950
950
|
let i = c.item(g);
|
|
951
951
|
let j = c.item(h);
|
|
952
|
-
let k = new ScalerParams(0, this.
|
|
952
|
+
let k = new ScalerParams(0, this.bi.tz, this.kd, this.ch, this.bi.tn);
|
|
953
953
|
this.startCursor();
|
|
954
|
-
let l = this.
|
|
955
|
-
let m = this.
|
|
956
|
-
let n = this.
|
|
954
|
+
let l = this.ej(i.getTime(), k);
|
|
955
|
+
let m = this.ej(a, k);
|
|
956
|
+
let n = this.ej(j.getTime(), k);
|
|
957
957
|
this.resetCursor();
|
|
958
|
-
if (i < this.
|
|
959
|
-
return this.
|
|
958
|
+
if (i < this.ob && j <= this.oa) {
|
|
959
|
+
return this.mq._inner[h];
|
|
960
960
|
}
|
|
961
|
-
if (j > this.
|
|
962
|
-
return this.
|
|
961
|
+
if (j > this.oa && i >= this.ob) {
|
|
962
|
+
return this.mq._inner[g];
|
|
963
963
|
}
|
|
964
964
|
if (Math.abs(l - m) < Math.abs(n - m)) {
|
|
965
|
-
return this.
|
|
965
|
+
return this.mq._inner[g];
|
|
966
966
|
}
|
|
967
967
|
else {
|
|
968
|
-
return this.
|
|
968
|
+
return this.mq._inner[h];
|
|
969
969
|
}
|
|
970
970
|
}
|
|
971
|
-
|
|
971
|
+
oy(a, b) {
|
|
972
|
+
this.ox();
|
|
972
973
|
this.ow();
|
|
973
|
-
this.
|
|
974
|
-
|
|
975
|
-
this.av.al = this.breaks.count > 0;
|
|
974
|
+
if (this.aw != null) {
|
|
975
|
+
this.aw.al = this.breaks.count > 0;
|
|
976
976
|
}
|
|
977
|
-
this.
|
|
978
|
-
for (let c of fromEnum(this.
|
|
977
|
+
this.h8(false);
|
|
978
|
+
for (let c of fromEnum(this.db())) {
|
|
979
979
|
c.mn(false);
|
|
980
980
|
}
|
|
981
981
|
}
|
|
982
|
-
|
|
983
|
-
this.
|
|
982
|
+
o0(a, b) {
|
|
983
|
+
this.h8(false);
|
|
984
984
|
}
|
|
985
|
-
|
|
986
|
-
this.
|
|
985
|
+
oz(a, b) {
|
|
986
|
+
this.h8(false);
|
|
987
987
|
}
|
|
988
|
-
|
|
988
|
+
get_cc() {
|
|
989
989
|
return false;
|
|
990
990
|
}
|
|
991
991
|
getWindowRectForSelection(a, b) {
|
|
@@ -996,15 +996,15 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
996
996
|
return new Rect(0, d, NaN, Math.max(0, e - d), NaN);
|
|
997
997
|
}
|
|
998
998
|
getCategorySize(a, b, c) {
|
|
999
|
-
if (this.
|
|
1000
|
-
let d = timeSpanFromTicks(truncate((timeSpanTicks(this.
|
|
1001
|
-
let e = timeSpanTicks(d) / timeSpanTicks(this.
|
|
999
|
+
if (this.ov != (0)) {
|
|
1000
|
+
let d = timeSpanFromTicks(truncate((timeSpanTicks(this.ov) * (a.width / (this.bi != null ? this.bi.tj.width : 1)))));
|
|
1001
|
+
let e = timeSpanTicks(d) / timeSpanTicks(this.ot);
|
|
1002
1002
|
let f = b.width / 4;
|
|
1003
1003
|
return Math.min(f, b.width / (e + 1));
|
|
1004
1004
|
}
|
|
1005
1005
|
return super.getCategorySize(a, b, c);
|
|
1006
1006
|
}
|
|
1007
|
-
static
|
|
1007
|
+
static os(a, b) {
|
|
1008
1008
|
let c = Math.min(5, b);
|
|
1009
1009
|
let d = a(0);
|
|
1010
1010
|
let e = new Dictionary$2(Number_$type, Number_$type, 0);
|
|
@@ -1025,57 +1025,60 @@ export let TimeXAxis = /*@__PURE__*/ (() => {
|
|
|
1025
1025
|
}
|
|
1026
1026
|
return g;
|
|
1027
1027
|
}
|
|
1028
|
-
|
|
1029
|
-
if (this.
|
|
1028
|
+
or() {
|
|
1029
|
+
if (this.mh == null || this.mh.count < 2 || this.mq == null) {
|
|
1030
1030
|
return (0);
|
|
1031
1031
|
}
|
|
1032
|
-
return TimeXAxis.
|
|
1032
|
+
return TimeXAxis.os((a) => this.mh.item(this.mq._inner[a]), this.mh.count);
|
|
1033
1033
|
}
|
|
1034
|
-
|
|
1035
|
-
super.
|
|
1036
|
-
this.
|
|
1034
|
+
ne() {
|
|
1035
|
+
super.ne();
|
|
1036
|
+
this.ot = this.or();
|
|
1037
1037
|
}
|
|
1038
|
-
static
|
|
1038
|
+
static oo(a) {
|
|
1039
1039
|
if (a >= timeSpanFromDays(1)) {
|
|
1040
1040
|
return "D";
|
|
1041
1041
|
}
|
|
1042
1042
|
return "g";
|
|
1043
1043
|
}
|
|
1044
1044
|
itemLabelFormat() {
|
|
1045
|
-
return TimeXAxis.
|
|
1045
|
+
return TimeXAxis.oo(this.ot);
|
|
1046
1046
|
}
|
|
1047
|
-
|
|
1048
|
-
return this.
|
|
1047
|
+
m0(a, b, c, d) {
|
|
1048
|
+
return this.mz(this.visibleMinimum);
|
|
1049
1049
|
}
|
|
1050
|
-
|
|
1051
|
-
return this.
|
|
1050
|
+
m3(a, b, c, d) {
|
|
1051
|
+
return this.m2(this.visibleMaximum);
|
|
1052
1052
|
}
|
|
1053
1053
|
get isVertical() {
|
|
1054
|
-
return this.
|
|
1054
|
+
return this.cp;
|
|
1055
1055
|
}
|
|
1056
|
-
j$
|
|
1057
|
-
return this.
|
|
1056
|
+
j$d(a, b) {
|
|
1057
|
+
return this.em.apply(this, arguments);
|
|
1058
1058
|
}
|
|
1059
|
-
j$
|
|
1060
|
-
return this.
|
|
1061
|
-
}
|
|
1062
|
-
j$d(a, b, c, d, e) {
|
|
1063
|
-
this.hl.apply(this, arguments);
|
|
1059
|
+
j$c(a, b) {
|
|
1060
|
+
return this.ej.apply(this, arguments);
|
|
1064
1061
|
}
|
|
1065
|
-
j$e(a, b, c, d) {
|
|
1062
|
+
j$e(a, b, c, d, e) {
|
|
1066
1063
|
this.hm.apply(this, arguments);
|
|
1067
1064
|
}
|
|
1068
1065
|
j$f(a, b, c, d) {
|
|
1069
1066
|
this.hn.apply(this, arguments);
|
|
1070
1067
|
}
|
|
1071
|
-
|
|
1072
|
-
|
|
1068
|
+
j$g(a, b, c, d) {
|
|
1069
|
+
this.ho.apply(this, arguments);
|
|
1070
|
+
}
|
|
1071
|
+
get j$b() {
|
|
1072
|
+
return this.ch;
|
|
1073
|
+
}
|
|
1074
|
+
j$a() {
|
|
1075
|
+
return this.ag.apply(this, arguments);
|
|
1073
1076
|
}
|
|
1074
1077
|
get i$a() {
|
|
1075
|
-
return this.
|
|
1078
|
+
return this.ce;
|
|
1076
1079
|
}
|
|
1077
1080
|
}
|
|
1078
1081
|
TimeXAxis.$t = /*@__PURE__*/ markType(TimeXAxis, 'TimeXAxis', TimeAxisBase.$, [ITimeRangeSelectorAxis_$type]);
|
|
1079
|
-
TimeXAxis.
|
|
1082
|
+
TimeXAxis.nn = null;
|
|
1080
1083
|
return TimeXAxis;
|
|
1081
1084
|
})();
|