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