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
|
@@ -92,10 +92,10 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
92
92
|
return false;
|
|
93
93
|
}
|
|
94
94
|
let e = this.xAxis;
|
|
95
|
-
let f = new ScalerParams(1, this.ce.
|
|
95
|
+
let f = new ScalerParams(1, this.ce.tj, this.p7, e.ch);
|
|
96
96
|
f.c = this.getEffectiveViewport1(this.b1);
|
|
97
97
|
let g = this.yAxis;
|
|
98
|
-
let h = new ScalerParams(1, this.ce.
|
|
98
|
+
let h = new ScalerParams(1, this.ce.tj, this.p7, g.ch);
|
|
99
99
|
h.c = this.getEffectiveViewport1(this.b1);
|
|
100
100
|
a.clear();
|
|
101
101
|
this.qk.cf((i) => {
|
|
@@ -106,8 +106,8 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
106
106
|
if (k < this.p7.left || k > this.p7.right || l < this.p7.top || l > this.p7.bottom) {
|
|
107
107
|
return;
|
|
108
108
|
}
|
|
109
|
-
j.b = e.
|
|
110
|
-
j.c = g.
|
|
109
|
+
j.b = e.em(k, f);
|
|
110
|
+
j.c = g.em(l, h);
|
|
111
111
|
j.a = i.content;
|
|
112
112
|
a.add(j);
|
|
113
113
|
}
|
|
@@ -211,10 +211,10 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
211
211
|
lk() {
|
|
212
212
|
super.lk();
|
|
213
213
|
if (this.xAxis != null) {
|
|
214
|
-
this.xAxis.
|
|
214
|
+
this.xAxis.h8(false);
|
|
215
215
|
}
|
|
216
216
|
if (this.yAxis != null) {
|
|
217
|
-
this.yAxis.
|
|
217
|
+
this.yAxis.h8(false);
|
|
218
218
|
}
|
|
219
219
|
}
|
|
220
220
|
l9(a, b, c, d) {
|
|
@@ -235,30 +235,30 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
235
235
|
this.sl = this.ci(this.tr);
|
|
236
236
|
this.sm = this.ci(this.tz);
|
|
237
237
|
}
|
|
238
|
-
if ((this.yAxis != null && !this.yAxis.
|
|
238
|
+
if ((this.yAxis != null && !this.yAxis.c1()) || (this.xAxis != null && !this.xAxis.c1())) {
|
|
239
239
|
this.mn(false);
|
|
240
240
|
}
|
|
241
241
|
break;
|
|
242
242
|
case ScatterBase.$$p[7]:
|
|
243
243
|
if (c != null) {
|
|
244
|
-
c.
|
|
244
|
+
c.b0(this);
|
|
245
245
|
}
|
|
246
246
|
if (d != null) {
|
|
247
|
-
d.
|
|
247
|
+
d.ct(this);
|
|
248
248
|
}
|
|
249
|
-
if ((this.xAxis != null && !this.xAxis.
|
|
249
|
+
if ((this.xAxis != null && !this.xAxis.c1()) || (d == null && c != null)) {
|
|
250
250
|
this.mn(false);
|
|
251
251
|
}
|
|
252
252
|
this.lu();
|
|
253
253
|
break;
|
|
254
254
|
case ScatterBase.$$p[11]:
|
|
255
255
|
if (c != null) {
|
|
256
|
-
c.
|
|
256
|
+
c.b0(this);
|
|
257
257
|
}
|
|
258
258
|
if (d != null) {
|
|
259
|
-
d.
|
|
259
|
+
d.ct(this);
|
|
260
260
|
}
|
|
261
|
-
if ((this.yAxis != null && !this.yAxis.
|
|
261
|
+
if ((this.yAxis != null && !this.yAxis.c1()) || (d == null && c != null)) {
|
|
262
262
|
this.mn(false);
|
|
263
263
|
}
|
|
264
264
|
this.lu();
|
|
@@ -271,7 +271,7 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
271
271
|
break;
|
|
272
272
|
case "XColumn":
|
|
273
273
|
this.r6.cx.g$i();
|
|
274
|
-
if (this.xAxis != null && !this.xAxis.
|
|
274
|
+
if (this.xAxis != null && !this.xAxis.c1()) {
|
|
275
275
|
this.mn(false);
|
|
276
276
|
}
|
|
277
277
|
break;
|
|
@@ -283,7 +283,7 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
283
283
|
break;
|
|
284
284
|
case "YColumn":
|
|
285
285
|
this.r6.cx.g$i();
|
|
286
|
-
if (this.yAxis != null && !this.yAxis.
|
|
286
|
+
if (this.yAxis != null && !this.yAxis.c1()) {
|
|
287
287
|
this.mn(false);
|
|
288
288
|
}
|
|
289
289
|
break;
|
|
@@ -309,7 +309,7 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
309
309
|
this.ul(this.sd, this.r6);
|
|
310
310
|
}
|
|
311
311
|
if (this.ce != null) {
|
|
312
|
-
this.ce.
|
|
312
|
+
this.ce.ok(this);
|
|
313
313
|
}
|
|
314
314
|
}
|
|
315
315
|
finally {
|
|
@@ -387,10 +387,10 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
387
387
|
return;
|
|
388
388
|
}
|
|
389
389
|
this.r6.cx.g$e(a, b, c, d);
|
|
390
|
-
if (this.xAxis != null && !this.xAxis.
|
|
390
|
+
if (this.xAxis != null && !this.xAxis.c1()) {
|
|
391
391
|
e = true;
|
|
392
392
|
}
|
|
393
|
-
if (this.yAxis != null && !this.yAxis.
|
|
393
|
+
if (this.yAxis != null && !this.yAxis.c1()) {
|
|
394
394
|
e = true;
|
|
395
395
|
}
|
|
396
396
|
if (a == 0 || a == 2 || a == 3 || a == 4) {
|
|
@@ -541,8 +541,8 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
541
541
|
if (this.rq == null || this.rr == null) {
|
|
542
542
|
let f = arrayShallowClone(this.sl.asArray());
|
|
543
543
|
let g = arrayShallowClone(this.sm.asArray());
|
|
544
|
-
this.xAxis.
|
|
545
|
-
this.yAxis.
|
|
544
|
+
this.xAxis.hn(boxArray$1(f), 0, f.length, d);
|
|
545
|
+
this.yAxis.hn(boxArray$1(g), 0, g.length, e);
|
|
546
546
|
this.rq = f;
|
|
547
547
|
this.rr = g;
|
|
548
548
|
}
|
|
@@ -643,9 +643,9 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
643
643
|
let d = this.b1.bv;
|
|
644
644
|
let e = this.b1.bu;
|
|
645
645
|
let f = this.getEffectiveViewport();
|
|
646
|
-
let g = new ScalerParams(0, d, e, this.xAxis.
|
|
646
|
+
let g = new ScalerParams(0, d, e, this.xAxis.ch, f);
|
|
647
647
|
let h = ((() => {
|
|
648
|
-
let $ret = new ScalerParams(0, d, e, this.yAxis.
|
|
648
|
+
let $ret = new ScalerParams(0, d, e, this.yAxis.ch, f);
|
|
649
649
|
$ret.b = this.gg();
|
|
650
650
|
return $ret;
|
|
651
651
|
})());
|
|
@@ -669,15 +669,15 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
669
669
|
j = this.cl.count - 1;
|
|
670
670
|
}
|
|
671
671
|
if (k == j) {
|
|
672
|
-
let l = this.xAxis.
|
|
673
|
-
let m = this.yAxis.
|
|
672
|
+
let l = this.xAxis.ej(this.sl.item(j), g);
|
|
673
|
+
let m = this.yAxis.ej(this.sm.item(j), h);
|
|
674
674
|
return { $type: Point_$type, x: l, y: m };
|
|
675
675
|
}
|
|
676
676
|
let n = i - Math.floor(i);
|
|
677
|
-
let o = this.xAxis.
|
|
678
|
-
let p = this.yAxis.
|
|
679
|
-
let q = this.xAxis.
|
|
680
|
-
let r = this.yAxis.
|
|
677
|
+
let o = this.xAxis.ej(this.sl.item(j), g);
|
|
678
|
+
let p = this.yAxis.ej(this.sm.item(j), h);
|
|
679
|
+
let q = this.xAxis.ej(this.sl.item(k), g);
|
|
680
|
+
let r = this.yAxis.ej(this.sm.item(k), h);
|
|
681
681
|
let s = q - o;
|
|
682
682
|
let t = r - p;
|
|
683
683
|
return { $type: Point_$type, x: o + s * n, y: p + t * n };
|
|
@@ -687,26 +687,26 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
687
687
|
if (u == -1) {
|
|
688
688
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
689
689
|
}
|
|
690
|
-
let v = this.xAxis.
|
|
691
|
-
let w = this.yAxis.
|
|
690
|
+
let v = this.xAxis.ej(this.sl.item(u), g);
|
|
691
|
+
let w = this.yAxis.ej(this.sm.item(u), h);
|
|
692
692
|
return { $type: Point_$type, x: v, y: w };
|
|
693
693
|
}
|
|
694
694
|
}
|
|
695
695
|
eq(a) {
|
|
696
|
-
let b = this.ce != null ? this.ce.
|
|
696
|
+
let b = this.ce != null ? this.ce.tj : Rect.empty;
|
|
697
697
|
b = b.copy();
|
|
698
|
-
let c = this.ce != null ? this.ce.
|
|
698
|
+
let c = this.ce != null ? this.ce.ty : Rect.empty;
|
|
699
699
|
let d = new Rect(0, 0, 0, 1, 1);
|
|
700
700
|
let e = this.p1(this.b1);
|
|
701
|
-
let f = new ScalerParams(0, d, d, this.xAxis.
|
|
701
|
+
let f = new ScalerParams(0, d, d, this.xAxis.ch, e);
|
|
702
702
|
let g = ((() => {
|
|
703
|
-
let $ret = new ScalerParams(0, d, d, this.yAxis.
|
|
703
|
+
let $ret = new ScalerParams(0, d, d, this.yAxis.ch, e);
|
|
704
704
|
$ret.b = this.gg();
|
|
705
705
|
return $ret;
|
|
706
706
|
})());
|
|
707
707
|
let h = !b.isEmpty && !c.isEmpty && this.cl != null ? this.cl.indexOf(a) : -1;
|
|
708
|
-
let i = this.xAxis != null && this.sl != null && h < this.sl.count ? this.xAxis.
|
|
709
|
-
let j = this.yAxis != null && this.sm != null && h < this.sm.count ? this.yAxis.
|
|
708
|
+
let i = this.xAxis != null && this.sl != null && h < this.sl.count ? this.xAxis.ej(this.sl.item(h), f) : NaN;
|
|
709
|
+
let j = this.yAxis != null && this.sm != null && h < this.sm.count ? this.yAxis.ej(this.sm.item(h), g) : NaN;
|
|
710
710
|
if (!isNaN_(i)) {
|
|
711
711
|
if (i < b.left + 0.1 * b.width) {
|
|
712
712
|
i = i + 0.4 * b.width;
|
|
@@ -768,8 +768,8 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
768
768
|
let l = false;
|
|
769
769
|
let m = 0;
|
|
770
770
|
if (this.ce != null) {
|
|
771
|
-
if (this.ce.
|
|
772
|
-
let n = this.ce.
|
|
771
|
+
if (this.ce.e9()) {
|
|
772
|
+
let n = this.ce.ll(d, j);
|
|
773
773
|
l = n.c;
|
|
774
774
|
m = n.d;
|
|
775
775
|
}
|
|
@@ -777,7 +777,7 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
777
777
|
for (let o = 0; o < c; o++) {
|
|
778
778
|
h = this.sl.item(o);
|
|
779
779
|
i = this.sm.item(o);
|
|
780
|
-
let p = { $type: Point_$type, x: this.r5.a.
|
|
780
|
+
let p = { $type: Point_$type, x: this.r5.a.ej(h, j), y: this.r5.b.ej(i, k) };
|
|
781
781
|
if (l) {
|
|
782
782
|
if (p.x < e.left || p.x > e.right) {
|
|
783
783
|
if (p.x + m >= e.left && p.x + m <= e.right) {
|
|
@@ -814,10 +814,10 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
814
814
|
let d = b.bv;
|
|
815
815
|
let e = b.bu;
|
|
816
816
|
let f = this.getEffectiveViewport1(b);
|
|
817
|
-
let g = new ScalerParams(0, d, e, this.xAxis.
|
|
817
|
+
let g = new ScalerParams(0, d, e, this.xAxis.ch, f);
|
|
818
818
|
g.c = this.getEffectiveViewport1(b);
|
|
819
819
|
let h = ((() => {
|
|
820
|
-
let $ret = new ScalerParams(0, d, e, this.yAxis.
|
|
820
|
+
let $ret = new ScalerParams(0, d, e, this.yAxis.ch, f);
|
|
821
821
|
$ret.b = this.gg();
|
|
822
822
|
return $ret;
|
|
823
823
|
})());
|
|
@@ -829,8 +829,8 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
829
829
|
let $ret = new ScatterAxisInfoCache();
|
|
830
830
|
$ret.a = this.xAxis;
|
|
831
831
|
$ret.b = this.yAxis;
|
|
832
|
-
$ret.d = this.xAxis.
|
|
833
|
-
$ret.e = this.yAxis.
|
|
832
|
+
$ret.d = this.xAxis.ch;
|
|
833
|
+
$ret.e = this.yAxis.ch;
|
|
834
834
|
$ret.c = this.cl;
|
|
835
835
|
return $ret;
|
|
836
836
|
})());
|
|
@@ -847,13 +847,13 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
847
847
|
return $ret;
|
|
848
848
|
})());
|
|
849
849
|
let k = this.pz(b);
|
|
850
|
-
let l = this.xAxis.
|
|
851
|
-
let m = this.xAxis.
|
|
852
|
-
b.cx.h(a.n, this.trendLineType, this.sl, this.sm, this.trendLinePeriod, (n) => this.xAxis.
|
|
850
|
+
let l = this.xAxis.em(k.left, g);
|
|
851
|
+
let m = this.xAxis.em(k.right, g);
|
|
852
|
+
b.cx.h(a.n, this.trendLineType, this.sl, this.sm, this.trendLinePeriod, (n) => this.xAxis.ej(n, g), (n) => this.yAxis.ej(n, h), ((() => {
|
|
853
853
|
let $ret = new TrendResolutionParams();
|
|
854
|
-
$ret.
|
|
855
|
-
$ret.
|
|
856
|
-
$ret.
|
|
854
|
+
$ret.d = this.fx;
|
|
855
|
+
$ret.h = e;
|
|
856
|
+
$ret.i = d;
|
|
857
857
|
return $ret;
|
|
858
858
|
})()), j, l, m);
|
|
859
859
|
this.t8(a, b);
|
|
@@ -971,8 +971,8 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
971
971
|
let $ret = new ScatterAxisInfoCache();
|
|
972
972
|
$ret.a = this.xAxis;
|
|
973
973
|
$ret.b = this.yAxis;
|
|
974
|
-
$ret.d = this.xAxis.
|
|
975
|
-
$ret.e = this.yAxis.
|
|
974
|
+
$ret.d = this.xAxis.ch;
|
|
975
|
+
$ret.e = this.yAxis.ch;
|
|
976
976
|
return $ret;
|
|
977
977
|
})());
|
|
978
978
|
if (this.qn()) {
|
|
@@ -1308,7 +1308,7 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1308
1308
|
}
|
|
1309
1309
|
fd(a, b, c) {
|
|
1310
1310
|
let d = true;
|
|
1311
|
-
if (!super.fd(a, b, c) || b.isEmpty || a.isEmpty || this.xAxis == null || this.yAxis == null || this.xAxis.
|
|
1311
|
+
if (!super.fd(a, b, c) || b.isEmpty || a.isEmpty || this.xAxis == null || this.yAxis == null || this.xAxis.bi == null || this.yAxis.bi == null || this.sl == null || this.sm == null || this.sl.count == 0 || this.sm.count == 0 || this.cl == null || this.cl.count != this.sl.count || this.cl.count != this.sm.count || this.xAxis.bi == null || this.yAxis.bi == null || this.xAxis.lx == this.xAxis.lw || this.yAxis.lx == this.yAxis.lw) {
|
|
1312
1312
|
d = false;
|
|
1313
1313
|
}
|
|
1314
1314
|
return d;
|
|
@@ -1425,21 +1425,21 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1425
1425
|
}
|
|
1426
1426
|
let g = this.getEffectiveViewport1(a);
|
|
1427
1427
|
let h = ((() => {
|
|
1428
|
-
let $ret = new ScalerParams(0, d, e, this.xAxis.
|
|
1428
|
+
let $ret = new ScalerParams(0, d, e, this.xAxis.ch, g);
|
|
1429
1429
|
$ret.c = this.getEffectiveViewport1(a);
|
|
1430
1430
|
return $ret;
|
|
1431
1431
|
})());
|
|
1432
1432
|
let i = ((() => {
|
|
1433
|
-
let $ret = new ScalerParams(0, d, e, this.yAxis.
|
|
1433
|
+
let $ret = new ScalerParams(0, d, e, this.yAxis.ch, g);
|
|
1434
1434
|
$ret.c = this.getEffectiveViewport1(a);
|
|
1435
1435
|
$ret.b = this.gg();
|
|
1436
1436
|
return $ret;
|
|
1437
1437
|
})());
|
|
1438
1438
|
let j = this.pz(a);
|
|
1439
|
-
let k = this.r5.a.
|
|
1440
|
-
let l = this.r5.a.
|
|
1441
|
-
let m = this.r5.b.
|
|
1442
|
-
let n = this.r5.b.
|
|
1439
|
+
let k = this.r5.a.em(j.left, h);
|
|
1440
|
+
let l = this.r5.a.em(j.right, h);
|
|
1441
|
+
let m = this.r5.b.em(j.bottom, i);
|
|
1442
|
+
let n = this.r5.b.em(j.top, i);
|
|
1443
1443
|
if (this.r5.d) {
|
|
1444
1444
|
let o = k;
|
|
1445
1445
|
k = l;
|
|
@@ -1461,12 +1461,12 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1461
1461
|
let y = 0;
|
|
1462
1462
|
let z = 0;
|
|
1463
1463
|
if (this.ce != null) {
|
|
1464
|
-
if (this.ce.
|
|
1465
|
-
let aa = this.ce.
|
|
1464
|
+
if (this.ce.e9()) {
|
|
1465
|
+
let aa = this.ce.ll(d, h);
|
|
1466
1466
|
x = aa.c;
|
|
1467
1467
|
y = aa.d;
|
|
1468
|
-
z = r.
|
|
1469
|
-
let ab = r.
|
|
1468
|
+
z = r.em(0 + y, h);
|
|
1469
|
+
let ab = r.em(0, h);
|
|
1470
1470
|
z -= ab;
|
|
1471
1471
|
}
|
|
1472
1472
|
}
|
|
@@ -1475,13 +1475,13 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1475
1475
|
u = w.item(ac);
|
|
1476
1476
|
if (x) {
|
|
1477
1477
|
if (t >= k && t <= l && u >= m && u <= n) {
|
|
1478
|
-
c[ac].x = r.
|
|
1479
|
-
c[ac].y = s.
|
|
1478
|
+
c[ac].x = r.ej(t, h);
|
|
1479
|
+
c[ac].y = s.ej(u, i);
|
|
1480
1480
|
}
|
|
1481
1481
|
else {
|
|
1482
1482
|
if ((t + z) >= k && (t + z) <= l && u >= m && u <= n) {
|
|
1483
|
-
c[ac].x = r.
|
|
1484
|
-
c[ac].y = s.
|
|
1483
|
+
c[ac].x = r.ej(t, h) + y;
|
|
1484
|
+
c[ac].y = s.ej(u, i);
|
|
1485
1485
|
}
|
|
1486
1486
|
else {
|
|
1487
1487
|
c[ac].x = NaN;
|
|
@@ -1491,8 +1491,8 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1491
1491
|
}
|
|
1492
1492
|
else {
|
|
1493
1493
|
if (t >= k && t <= l && u >= m && u <= n) {
|
|
1494
|
-
c[ac].x = r.
|
|
1495
|
-
c[ac].y = s.
|
|
1494
|
+
c[ac].x = r.ej(t, h);
|
|
1495
|
+
c[ac].y = s.ej(u, i);
|
|
1496
1496
|
}
|
|
1497
1497
|
else {
|
|
1498
1498
|
c[ac].x = NaN;
|
|
@@ -1566,14 +1566,14 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1566
1566
|
}
|
|
1567
1567
|
}
|
|
1568
1568
|
gq(a, b) {
|
|
1569
|
-
if (b == null || !b.
|
|
1569
|
+
if (b == null || !b.cj) {
|
|
1570
1570
|
return NaN;
|
|
1571
1571
|
}
|
|
1572
1572
|
if (b != this.xAxis && b != this.yAxis) {
|
|
1573
1573
|
return NaN;
|
|
1574
1574
|
}
|
|
1575
1575
|
let c = this.am(a);
|
|
1576
|
-
if (b.
|
|
1576
|
+
if (b.cp) {
|
|
1577
1577
|
return c[1];
|
|
1578
1578
|
}
|
|
1579
1579
|
else {
|
|
@@ -1607,13 +1607,13 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1607
1607
|
}
|
|
1608
1608
|
pw(a) {
|
|
1609
1609
|
let b = this.getEffectiveViewport1(this.b1);
|
|
1610
|
-
let c = new ScalerParams(0, this.b1.bv, this.b1.bu, this.xAxis.
|
|
1610
|
+
let c = new ScalerParams(0, this.b1.bv, this.b1.bu, this.xAxis.ch, b);
|
|
1611
1611
|
c.c = b;
|
|
1612
|
-
let d = isNaN_(a[0]) ? NaN : this.xAxis.
|
|
1613
|
-
c = new ScalerParams(0, this.b1.bv, this.b1.bu, this.yAxis.
|
|
1612
|
+
let d = isNaN_(a[0]) ? NaN : this.xAxis.ej(a[0], c);
|
|
1613
|
+
c = new ScalerParams(0, this.b1.bv, this.b1.bu, this.yAxis.ch, b);
|
|
1614
1614
|
c.b = this.gg();
|
|
1615
1615
|
c.c = b;
|
|
1616
|
-
let e = isNaN_(a[1]) ? NaN : this.yAxis.
|
|
1616
|
+
let e = isNaN_(a[1]) ? NaN : this.yAxis.ej(a[1], c);
|
|
1617
1617
|
return { $type: Point_$type, x: d, y: e };
|
|
1618
1618
|
}
|
|
1619
1619
|
pv(a) {
|
|
@@ -187,9 +187,9 @@ export let ScatterContourSeries = /*@__PURE__*/ (() => {
|
|
|
187
187
|
let e = a.getViewInfo(c, b);
|
|
188
188
|
c = e.p0;
|
|
189
189
|
b = e.p1;
|
|
190
|
-
let f = new ScalerParams(1, b, c, this.qc.
|
|
190
|
+
let f = new ScalerParams(1, b, c, this.qc.ch);
|
|
191
191
|
f.c = this.getEffectiveViewport1(a);
|
|
192
|
-
let g = new ScalerParams(1, b, c, this.qd.
|
|
192
|
+
let g = new ScalerParams(1, b, c, this.qd.ch);
|
|
193
193
|
g.c = this.getEffectiveViewport1(a);
|
|
194
194
|
let h = this.qc;
|
|
195
195
|
let i = this.qd;
|
|
@@ -206,8 +206,8 @@ export let ScatterContourSeries = /*@__PURE__*/ (() => {
|
|
|
206
206
|
let p = this.qo.asArray();
|
|
207
207
|
let q = this.r6.j(this.sb);
|
|
208
208
|
let r = new List$1(Number_$type, 1, q).toArray();
|
|
209
|
-
h.
|
|
210
|
-
i.
|
|
209
|
+
h.hn(boxArray$1(k), 0, k.length, f);
|
|
210
|
+
i.hn(boxArray$1(l), 0, l.length, g);
|
|
211
211
|
let s = r.length;
|
|
212
212
|
let t = new Array(s);
|
|
213
213
|
for (let u = 0; u < s; ++u) {
|
|
@@ -101,8 +101,8 @@ export let ScatterLineSeries = /*@__PURE__*/ (() => {
|
|
|
101
101
|
})());
|
|
102
102
|
let j = arrayShallowClone(this.sl.asArray());
|
|
103
103
|
let k = arrayShallowClone(this.sm.asArray());
|
|
104
|
-
this.xAxis.
|
|
105
|
-
this.yAxis.
|
|
104
|
+
this.xAxis.hn(boxArray$1(j), 0, j.length, h);
|
|
105
|
+
this.yAxis.hn(boxArray$1(k), 0, k.length, i);
|
|
106
106
|
let l = d.top - 10;
|
|
107
107
|
let m = d.bottom + 10;
|
|
108
108
|
let n = d.left - 10;
|
|
@@ -77,9 +77,9 @@ export let ScatterPolygonSeries = /*@__PURE__*/ (() => {
|
|
|
77
77
|
c = e.p0;
|
|
78
78
|
d = e.p1;
|
|
79
79
|
let f = this.getEffectiveViewport1(a);
|
|
80
|
-
this.ta = new ScalerParams(1, d, c, this.qt.
|
|
80
|
+
this.ta = new ScalerParams(1, d, c, this.qt.ch);
|
|
81
81
|
this.ta.c = f;
|
|
82
|
-
this.tb = new ScalerParams(1, d, c, this.qv.
|
|
82
|
+
this.tb = new ScalerParams(1, d, c, this.qv.ch);
|
|
83
83
|
this.tb.c = f;
|
|
84
84
|
if (c.width < 1 || c.height < 1) {
|
|
85
85
|
return;
|
|
@@ -88,8 +88,8 @@ export let ScatterPolygonSeries = /*@__PURE__*/ (() => {
|
|
|
88
88
|
let $ret = new ShapeAxisInfoCache();
|
|
89
89
|
$ret.a = this.qt;
|
|
90
90
|
$ret.b = this.qv;
|
|
91
|
-
$ret.e = this.qt.
|
|
92
|
-
$ret.f = this.qv.
|
|
91
|
+
$ret.e = this.qt.ch;
|
|
92
|
+
$ret.f = this.qv.ch;
|
|
93
93
|
$ret.d = this.cl;
|
|
94
94
|
$ret.c = this.q3;
|
|
95
95
|
return $ret;
|
|
@@ -219,7 +219,7 @@ export let ScatterPolygonSeries = /*@__PURE__*/ (() => {
|
|
|
219
219
|
else {
|
|
220
220
|
if (this.s2 != 2) {
|
|
221
221
|
if (this.ce != null) {
|
|
222
|
-
let c = this.ce.
|
|
222
|
+
let c = this.ce.su(this.index);
|
|
223
223
|
if (!isNaN_(this.fw) && this.fw != 1) {
|
|
224
224
|
c = BrushUtil.p(c, this.fw);
|
|
225
225
|
}
|
|
@@ -244,7 +244,7 @@ export let ScatterPolygonSeries = /*@__PURE__*/ (() => {
|
|
|
244
244
|
this.ug = this.uf;
|
|
245
245
|
}
|
|
246
246
|
else {
|
|
247
|
-
this.ug = this.ce == null ? null : this.ce.
|
|
247
|
+
this.ug = this.ce == null ? null : this.ce.sv(this.index);
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
250
|
}
|
|
@@ -349,10 +349,10 @@ export let ScatterPolygonSeries = /*@__PURE__*/ (() => {
|
|
|
349
349
|
return false;
|
|
350
350
|
}
|
|
351
351
|
let e = this.qt;
|
|
352
|
-
let f = new ScalerParams(1, this.ce.
|
|
352
|
+
let f = new ScalerParams(1, this.ce.tj, this.p7, e.ch);
|
|
353
353
|
f.c = this.getEffectiveViewport1(this.b1);
|
|
354
354
|
let g = this.qv;
|
|
355
|
-
let h = new ScalerParams(1, this.ce.
|
|
355
|
+
let h = new ScalerParams(1, this.ce.tj, this.p7, g.ch);
|
|
356
356
|
h.c = this.getEffectiveViewport1(this.b1);
|
|
357
357
|
a.clear();
|
|
358
358
|
this.tc.dt((i) => {
|
|
@@ -363,8 +363,8 @@ export let ScatterPolygonSeries = /*@__PURE__*/ (() => {
|
|
|
363
363
|
if (k < this.p7.left || k > this.p7.right || l < this.p7.top || l > this.p7.bottom) {
|
|
364
364
|
return;
|
|
365
365
|
}
|
|
366
|
-
j.b = e.
|
|
367
|
-
j.c = g.
|
|
366
|
+
j.b = e.em(k, f);
|
|
367
|
+
j.c = g.em(l, h);
|
|
368
368
|
j.a = i.content;
|
|
369
369
|
a.add(j);
|
|
370
370
|
}
|
|
@@ -379,20 +379,20 @@ export let ScatterPolygonSeries = /*@__PURE__*/ (() => {
|
|
|
379
379
|
}
|
|
380
380
|
}
|
|
381
381
|
let g = ((() => {
|
|
382
|
-
let $ret = new ScalerParams(1, d, e, this.qt.
|
|
382
|
+
let $ret = new ScalerParams(1, d, e, this.qt.ch);
|
|
383
383
|
$ret.c = this.getEffectiveViewport1(a);
|
|
384
384
|
return $ret;
|
|
385
385
|
})());
|
|
386
386
|
let h = ((() => {
|
|
387
|
-
let $ret = new ScalerParams(1, d, e, this.qv.
|
|
387
|
+
let $ret = new ScalerParams(1, d, e, this.qv.ch);
|
|
388
388
|
$ret.c = this.getEffectiveViewport1(a);
|
|
389
389
|
return $ret;
|
|
390
390
|
})());
|
|
391
391
|
let i = this.pz(a);
|
|
392
|
-
let j = this.td.a.
|
|
393
|
-
let k = this.td.a.
|
|
394
|
-
let l = this.td.b.
|
|
395
|
-
let m = this.td.b.
|
|
392
|
+
let j = this.td.a.em(i.left, g);
|
|
393
|
+
let k = this.td.a.em(i.right, g);
|
|
394
|
+
let l = this.td.b.em(i.bottom, h);
|
|
395
|
+
let m = this.td.b.em(i.top, h);
|
|
396
396
|
if (this.td.e) {
|
|
397
397
|
let n = j;
|
|
398
398
|
j = k;
|
|
@@ -739,34 +739,34 @@ export let ScatterPolygonSeriesView = /*@__PURE__*/ (() => {
|
|
|
739
739
|
dl(a) {
|
|
740
740
|
switch (a) {
|
|
741
741
|
case "CircleMarkerTemplate":
|
|
742
|
-
this.de.ty = this.de.ce.
|
|
742
|
+
this.de.ty = this.de.ce.pv;
|
|
743
743
|
break;
|
|
744
744
|
case "TriangleMarkerTemplate":
|
|
745
|
-
this.de.ty = this.de.ce.
|
|
745
|
+
this.de.ty = this.de.ce.p4;
|
|
746
746
|
break;
|
|
747
747
|
case "PyramidMarkerTemplate":
|
|
748
|
-
this.de.ty = this.de.ce.
|
|
748
|
+
this.de.ty = this.de.ce.p1;
|
|
749
749
|
break;
|
|
750
750
|
case "SquareMarkerTemplate":
|
|
751
|
-
this.de.ty = this.de.ce.
|
|
751
|
+
this.de.ty = this.de.ce.p2;
|
|
752
752
|
break;
|
|
753
753
|
case "DiamondMarkerTemplate":
|
|
754
|
-
this.de.ty = this.de.ce.
|
|
754
|
+
this.de.ty = this.de.ce.pw;
|
|
755
755
|
break;
|
|
756
756
|
case "PentagonMarkerTemplate":
|
|
757
|
-
this.de.ty = this.de.ce.
|
|
757
|
+
this.de.ty = this.de.ce.pz;
|
|
758
758
|
break;
|
|
759
759
|
case "HexagonMarkerTemplate":
|
|
760
|
-
this.de.ty = this.de.ce.
|
|
760
|
+
this.de.ty = this.de.ce.px;
|
|
761
761
|
break;
|
|
762
762
|
case "TetragramMarkerTemplate":
|
|
763
|
-
this.de.ty = this.de.ce.
|
|
763
|
+
this.de.ty = this.de.ce.pz;
|
|
764
764
|
break;
|
|
765
765
|
case "PentagramMarkerTemplate":
|
|
766
|
-
this.de.ty = this.de.ce.
|
|
766
|
+
this.de.ty = this.de.ce.p0;
|
|
767
767
|
break;
|
|
768
768
|
case "HexagramMarkerTemplate":
|
|
769
|
-
this.de.ty = this.de.ce.
|
|
769
|
+
this.de.ty = this.de.ce.py;
|
|
770
770
|
break;
|
|
771
771
|
}
|
|
772
772
|
}
|
|
@@ -73,8 +73,8 @@ export let ScatterSplineSeries = /*@__PURE__*/ (() => {
|
|
|
73
73
|
$ret.b = this.gg();
|
|
74
74
|
return $ret;
|
|
75
75
|
})());
|
|
76
|
-
let j = (k) => this.r5.a.
|
|
77
|
-
let k = (l) => this.r5.b.
|
|
76
|
+
let j = (k) => this.r5.a.ej(this.sl.item(k), h);
|
|
77
|
+
let k = (l) => this.r5.b.ej(this.sm.item(l), i);
|
|
78
78
|
let l = ((() => {
|
|
79
79
|
let $ret = new Clipper(0, d, false);
|
|
80
80
|
$ret.i = a.m;
|
|
@@ -167,24 +167,24 @@ export let ScatterTriangulationSeries = /*@__PURE__*/ (() => {
|
|
|
167
167
|
break;
|
|
168
168
|
case ScatterTriangulationSeries.$$p[5]:
|
|
169
169
|
if (c != null) {
|
|
170
|
-
(typeCast(Axis.$, c)).
|
|
170
|
+
(typeCast(Axis.$, c)).b0(this);
|
|
171
171
|
}
|
|
172
172
|
if (d != null) {
|
|
173
|
-
(typeCast(Axis.$, d)).
|
|
173
|
+
(typeCast(Axis.$, d)).ct(this);
|
|
174
174
|
}
|
|
175
|
-
if ((this.qc != null && !this.qc.
|
|
175
|
+
if ((this.qc != null && !this.qc.c1()) || (d == null && c != null)) {
|
|
176
176
|
this.mn(false);
|
|
177
177
|
}
|
|
178
178
|
this.lu();
|
|
179
179
|
break;
|
|
180
180
|
case ScatterTriangulationSeries.$$p[9]:
|
|
181
181
|
if (c != null) {
|
|
182
|
-
(typeCast(Axis.$, c)).
|
|
182
|
+
(typeCast(Axis.$, c)).b0(this);
|
|
183
183
|
}
|
|
184
184
|
if (d != null) {
|
|
185
|
-
(typeCast(Axis.$, d)).
|
|
185
|
+
(typeCast(Axis.$, d)).ct(this);
|
|
186
186
|
}
|
|
187
|
-
if ((this.qd != null && !this.qd.
|
|
187
|
+
if ((this.qd != null && !this.qd.c1()) || (d == null && c != null)) {
|
|
188
188
|
this.mn(false);
|
|
189
189
|
}
|
|
190
190
|
this.lu();
|
|
@@ -247,12 +247,12 @@ export let ScatterTriangulationSeries = /*@__PURE__*/ (() => {
|
|
|
247
247
|
break;
|
|
248
248
|
case "XColumn":
|
|
249
249
|
if (this.qc != null) {
|
|
250
|
-
this.qc.
|
|
250
|
+
this.qc.c1();
|
|
251
251
|
}
|
|
252
252
|
break;
|
|
253
253
|
case "YColumn":
|
|
254
254
|
if (this.qd != null) {
|
|
255
|
-
this.qd.
|
|
255
|
+
this.qd.c1();
|
|
256
256
|
}
|
|
257
257
|
break;
|
|
258
258
|
}
|
|
@@ -270,7 +270,7 @@ export let ScatterTriangulationSeries = /*@__PURE__*/ (() => {
|
|
|
270
270
|
return false;
|
|
271
271
|
}
|
|
272
272
|
fd(a, b, c) {
|
|
273
|
-
return super.fd(a, b, c) && this.cl != null && this.qc != null && this.qd != null && this.qc.
|
|
273
|
+
return super.fd(a, b, c) && this.cl != null && this.qc != null && this.qd != null && this.qc.bi != null && this.qd.bi != null && a.width > 0 && a.height > 0 && this.qm != null && this.qm.count > 0 && this.qn != null && this.qn.count > 0 && this.qo != null && this.qo.count > 0 && this.qp != null && this.qp.count > 0 && this.qq != null && this.qq.count > 0;
|
|
274
274
|
}
|
|
275
275
|
rp() {
|
|
276
276
|
if (this.trianglesSource == null) {
|
|
@@ -284,10 +284,10 @@ export let ScatterTriangulationSeries = /*@__PURE__*/ (() => {
|
|
|
284
284
|
lk() {
|
|
285
285
|
super.lk();
|
|
286
286
|
if (this.qc != null) {
|
|
287
|
-
this.qc.
|
|
287
|
+
this.qc.h7();
|
|
288
288
|
}
|
|
289
289
|
if (this.qd != null) {
|
|
290
|
-
this.qd.
|
|
290
|
+
this.qd.h7();
|
|
291
291
|
}
|
|
292
292
|
}
|
|
293
293
|
k5(a, b, c, d) {
|