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
|
@@ -20,15 +20,15 @@ var PercentChangeYAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20
20
|
function PercentChangeYAxis() {
|
|
21
21
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
22
22
|
}
|
|
23
|
-
PercentChangeYAxis.prototype.
|
|
23
|
+
PercentChangeYAxis.prototype.k3 = function () {
|
|
24
24
|
return new VerticalPercentChangeScaler(this);
|
|
25
25
|
};
|
|
26
|
-
PercentChangeYAxis.prototype.
|
|
26
|
+
PercentChangeYAxis.prototype.kr = function () {
|
|
27
27
|
var e_1, _a;
|
|
28
28
|
var a = 1.7976931348623157E+308;
|
|
29
29
|
var b = -1.7976931348623157E+308;
|
|
30
30
|
try {
|
|
31
|
-
for (var _b = __values(fromEnum(this.
|
|
31
|
+
for (var _b = __values(fromEnum(this.db())), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
32
32
|
var c = _c.value;
|
|
33
33
|
var d = c.aq(this);
|
|
34
34
|
if (d == null) {
|
|
@@ -61,43 +61,46 @@ var PercentChangeYAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
61
61
|
}
|
|
62
62
|
return new AxisRange(a, b);
|
|
63
63
|
};
|
|
64
|
-
PercentChangeYAxis.prototype.
|
|
64
|
+
PercentChangeYAxis.prototype.kz = function (a) {
|
|
65
65
|
return new PercentChangeAxisRenderer(a);
|
|
66
66
|
};
|
|
67
|
-
PercentChangeYAxis.prototype.
|
|
67
|
+
PercentChangeYAxis.prototype.d1 = function (a, b) {
|
|
68
68
|
var c = ((a - b.b) / b.b) * 100;
|
|
69
|
-
if (c < this.
|
|
70
|
-
var d = ((this.
|
|
69
|
+
if (c < this.lx) {
|
|
70
|
+
var d = ((this.lx / 100) * b.b) + b.b;
|
|
71
71
|
return d;
|
|
72
72
|
}
|
|
73
|
-
if (c > this.
|
|
74
|
-
var e = ((this.
|
|
73
|
+
if (c > this.lw) {
|
|
74
|
+
var e = ((this.lw / 100) * b.b) + b.b;
|
|
75
75
|
return e;
|
|
76
76
|
}
|
|
77
77
|
return a;
|
|
78
78
|
};
|
|
79
|
-
PercentChangeYAxis.prototype.j$
|
|
80
|
-
return this.
|
|
81
|
-
};
|
|
82
|
-
PercentChangeYAxis.prototype.j$b = function (a, b) {
|
|
83
|
-
return this.ei.apply(this, arguments);
|
|
79
|
+
PercentChangeYAxis.prototype.j$d = function (a, b) {
|
|
80
|
+
return this.em.apply(this, arguments);
|
|
84
81
|
};
|
|
85
|
-
PercentChangeYAxis.prototype.j$
|
|
86
|
-
this.
|
|
82
|
+
PercentChangeYAxis.prototype.j$c = function (a, b) {
|
|
83
|
+
return this.ej.apply(this, arguments);
|
|
87
84
|
};
|
|
88
|
-
PercentChangeYAxis.prototype.j$e = function (a, b, c, d) {
|
|
85
|
+
PercentChangeYAxis.prototype.j$e = function (a, b, c, d, e) {
|
|
89
86
|
this.hm.apply(this, arguments);
|
|
90
87
|
};
|
|
91
88
|
PercentChangeYAxis.prototype.j$f = function (a, b, c, d) {
|
|
92
89
|
this.hn.apply(this, arguments);
|
|
93
90
|
};
|
|
94
|
-
|
|
91
|
+
PercentChangeYAxis.prototype.j$g = function (a, b, c, d) {
|
|
92
|
+
this.ho.apply(this, arguments);
|
|
93
|
+
};
|
|
94
|
+
Object.defineProperty(PercentChangeYAxis.prototype, "j$b", {
|
|
95
95
|
get: function () {
|
|
96
|
-
return this.
|
|
96
|
+
return this.ch;
|
|
97
97
|
},
|
|
98
98
|
enumerable: false,
|
|
99
99
|
configurable: true
|
|
100
100
|
});
|
|
101
|
+
PercentChangeYAxis.prototype.j$a = function () {
|
|
102
|
+
return this.ag.apply(this, arguments);
|
|
103
|
+
};
|
|
101
104
|
PercentChangeYAxis.$t = markType(PercentChangeYAxis, 'PercentChangeYAxis', NumericYAxis.$);
|
|
102
105
|
return PercentChangeYAxis;
|
|
103
106
|
}(NumericYAxis));
|
package/esm5/lib/PolarAxes.js
CHANGED
|
@@ -28,7 +28,7 @@ var PolarAxes = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
};
|
|
29
29
|
PolarAxes.prototype.h = function (a, b, c, d, e, f, g, h, i, j) {
|
|
30
30
|
var k = this.a.getScaledAngle1(a, e, f);
|
|
31
|
-
var l = this.b.
|
|
31
|
+
var l = this.b.nv(b, g, h, i, j);
|
|
32
32
|
var m = this.g.x;
|
|
33
33
|
var n = this.g.y;
|
|
34
34
|
var o = m + (l * Math.cos(k));
|
|
@@ -46,20 +46,20 @@ var PolarAxes = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
46
46
|
var m = this.g.y;
|
|
47
47
|
var n;
|
|
48
48
|
var o;
|
|
49
|
-
var p = Math.min(this.a.
|
|
50
|
-
var q = Math.max(this.a.
|
|
51
|
-
var r = Math.min(this.b.
|
|
52
|
-
var s = Math.max(this.b.
|
|
53
|
-
var t = this.a.
|
|
54
|
-
var u = this.a.
|
|
55
|
-
var v = this.b.
|
|
56
|
-
var w = this.b.
|
|
57
|
-
var x = this.b.
|
|
58
|
-
var y = this.b.
|
|
49
|
+
var p = Math.min(this.a.lx, this.a.lw);
|
|
50
|
+
var q = Math.max(this.a.lx, this.a.lw);
|
|
51
|
+
var r = Math.min(this.b.lw, this.b.lx);
|
|
52
|
+
var s = Math.max(this.b.lw, this.b.lx);
|
|
53
|
+
var t = this.a.lj;
|
|
54
|
+
var u = this.a.ch;
|
|
55
|
+
var v = this.b.lj;
|
|
56
|
+
var w = this.b.ch;
|
|
57
|
+
var x = this.b.no;
|
|
58
|
+
var y = this.b.nn;
|
|
59
59
|
for (var z = 0; z < i; z++) {
|
|
60
60
|
if ((b.item(z) <= q && b.item(z) >= p && c.item(z) <= s && c.item(z) >= r) || (isNaN_(b.item(z)) || isNaN_(c.item(z)))) {
|
|
61
61
|
j = this.a.getScaledAngle1(b.item(z), t, u);
|
|
62
|
-
k = this.b.
|
|
62
|
+
k = this.b.nv(c.item(z), v, w, x, y);
|
|
63
63
|
n = l + (k * f(z, j));
|
|
64
64
|
o = m + (k * g(z, j));
|
|
65
65
|
n = e.left + e.width * (n - d.left) / d.width;
|
|
@@ -80,7 +80,7 @@ var PolarAxes = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80
80
|
j = (2 * Math.PI) - j;
|
|
81
81
|
}
|
|
82
82
|
e = this.a.getUnscaledAngle(j);
|
|
83
|
-
f = this.b.
|
|
83
|
+
f = this.b.nw(i);
|
|
84
84
|
return {
|
|
85
85
|
p4: e,
|
|
86
86
|
p5: f
|
|
@@ -24,12 +24,12 @@ var PolarAxisInfoCache = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
24
24
|
_this.h = 0;
|
|
25
25
|
_this.a = a;
|
|
26
26
|
_this.b = b;
|
|
27
|
-
_this.e = _this.a.
|
|
28
|
-
_this.d = _this.a.
|
|
29
|
-
_this.g = _this.b.
|
|
30
|
-
_this.f = _this.b.
|
|
31
|
-
_this.i = _this.b.
|
|
32
|
-
_this.h = _this.b.
|
|
27
|
+
_this.e = _this.a.lj;
|
|
28
|
+
_this.d = _this.a.ch;
|
|
29
|
+
_this.g = _this.b.lj;
|
|
30
|
+
_this.f = _this.b.ch;
|
|
31
|
+
_this.i = _this.b.no;
|
|
32
|
+
_this.h = _this.b.nn;
|
|
33
33
|
_this.c = c;
|
|
34
34
|
return _this;
|
|
35
35
|
}
|
|
@@ -108,10 +108,10 @@ var PolarBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
108
108
|
return false;
|
|
109
109
|
}
|
|
110
110
|
var e = this.r2;
|
|
111
|
-
var f = new ScalerParams(1, this.ce.
|
|
111
|
+
var f = new ScalerParams(1, this.ce.tj, this.p7, e.ch);
|
|
112
112
|
f.c = this.getEffectiveViewport1(this.b1);
|
|
113
113
|
var g = this.r3;
|
|
114
|
-
var h = new ScalerParams(1, this.ce.
|
|
114
|
+
var h = new ScalerParams(1, this.ce.tj, this.p7, g.ch);
|
|
115
115
|
h.c = this.getEffectiveViewport1(this.b1);
|
|
116
116
|
a.clear();
|
|
117
117
|
this.qk.cf(function (i) {
|
|
@@ -194,19 +194,19 @@ var PolarBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
194
194
|
PolarBase.prototype.lk = function () {
|
|
195
195
|
_super.prototype.lk.call(this);
|
|
196
196
|
if (this.r3 != null) {
|
|
197
|
-
this.r3.
|
|
197
|
+
this.r3.h8(false);
|
|
198
198
|
}
|
|
199
199
|
if (this.r2 != null) {
|
|
200
|
-
this.r2.
|
|
200
|
+
this.r2.h8(false);
|
|
201
201
|
}
|
|
202
202
|
};
|
|
203
203
|
PolarBase.prototype.k5 = function (a, b, c, d) {
|
|
204
204
|
var e = false;
|
|
205
205
|
this.r6.cv.g$e(a, b, c, d);
|
|
206
|
-
if (this.r2 != null && !this.r2.
|
|
206
|
+
if (this.r2 != null && !this.r2.c1()) {
|
|
207
207
|
e = true;
|
|
208
208
|
}
|
|
209
|
-
if (this.r3 != null && !this.r3.
|
|
209
|
+
if (this.r3 != null && !this.r3.c1()) {
|
|
210
210
|
e = true;
|
|
211
211
|
}
|
|
212
212
|
if (e) {
|
|
@@ -221,7 +221,7 @@ var PolarBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
221
221
|
};
|
|
222
222
|
PolarBase.prototype.fd = function (a, b, c) {
|
|
223
223
|
var d = true;
|
|
224
|
-
if (!_super.prototype.fd.call(this, a, b, c) || !c.o() || b.isEmpty || a.isEmpty || this.r2 == null || this.r3 == null || this.sn == null || this.so == null || this.sn.count == 0 || this.so.count == 0 || this.cl == null || this.cl.count != this.sn.count || this.cl.count != this.so.count || this.r4 == null || this.r2.
|
|
224
|
+
if (!_super.prototype.fd.call(this, a, b, c) || !c.o() || b.isEmpty || a.isEmpty || this.r2 == null || this.r3 == null || this.sn == null || this.so == null || this.sn.count == 0 || this.so.count == 0 || this.cl == null || this.cl.count != this.sn.count || this.cl.count != this.so.count || this.r4 == null || this.r2.bi == null || this.r3.bi == null || this.r2.lx == this.r2.lw || this.r3.lx == this.r3.lw) {
|
|
225
225
|
d = false;
|
|
226
226
|
}
|
|
227
227
|
return d;
|
|
@@ -270,7 +270,7 @@ var PolarBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
270
270
|
return false;
|
|
271
271
|
}
|
|
272
272
|
var e = this.r2.getScaledAngle(this.sn.item(d));
|
|
273
|
-
var f = this.r3.
|
|
273
|
+
var f = this.r3.nu(this.so.item(d));
|
|
274
274
|
var g = 0.5 + (Math.cos(e) * f);
|
|
275
275
|
var h = 0.5 + (Math.sin(e) * f);
|
|
276
276
|
if (!isNaN_(g)) {
|
|
@@ -456,9 +456,9 @@ var PolarBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
456
456
|
var d = this.b1.bv;
|
|
457
457
|
var e = this.b1.bu;
|
|
458
458
|
var f = this.getEffectiveViewport();
|
|
459
|
-
var g = new ScalerParams(0, d, e, this.r2.
|
|
459
|
+
var g = new ScalerParams(0, d, e, this.r2.ch, f);
|
|
460
460
|
var h = ((function () {
|
|
461
|
-
var $ret = new ScalerParams(0, d, e, _this.r3.
|
|
461
|
+
var $ret = new ScalerParams(0, d, e, _this.r3.ch, f);
|
|
462
462
|
$ret.b = _this.gg();
|
|
463
463
|
return $ret;
|
|
464
464
|
})());
|
|
@@ -534,7 +534,7 @@ var PolarBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
534
534
|
this.sn = this.ci(this.tm);
|
|
535
535
|
this.so = this.ci(this.t0);
|
|
536
536
|
}
|
|
537
|
-
if ((this.r3 != null && !this.r3.
|
|
537
|
+
if ((this.r3 != null && !this.r3.c1()) || (this.r2 != null && !this.r2.c1())) {
|
|
538
538
|
this.mn(false);
|
|
539
539
|
}
|
|
540
540
|
break;
|
|
@@ -543,12 +543,12 @@ var PolarBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
543
543
|
this.r4 = new PolarAxes(this.r3, this.r2);
|
|
544
544
|
}
|
|
545
545
|
if (c != null) {
|
|
546
|
-
c.
|
|
546
|
+
c.b0(this);
|
|
547
547
|
}
|
|
548
548
|
if (d != null) {
|
|
549
|
-
d.
|
|
549
|
+
d.ct(this);
|
|
550
550
|
}
|
|
551
|
-
if (this.r2 != null && !this.r2.
|
|
551
|
+
if (this.r2 != null && !this.r2.c1()) {
|
|
552
552
|
this.mn(false);
|
|
553
553
|
}
|
|
554
554
|
else if (c != null && d == null) {
|
|
@@ -560,19 +560,19 @@ var PolarBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
560
560
|
this.r4 = new PolarAxes(this.r3, this.r2);
|
|
561
561
|
}
|
|
562
562
|
if (c != null) {
|
|
563
|
-
c.
|
|
563
|
+
c.b0(this);
|
|
564
564
|
}
|
|
565
565
|
if (d != null) {
|
|
566
|
-
d.
|
|
566
|
+
d.ct(this);
|
|
567
567
|
}
|
|
568
|
-
if (this.r3 != null && !this.r3.
|
|
568
|
+
if (this.r3 != null && !this.r3.c1()) {
|
|
569
569
|
this.mn(false);
|
|
570
570
|
}
|
|
571
571
|
else if (c != null && d == null) {
|
|
572
572
|
this.k2(true, this.b1);
|
|
573
573
|
}
|
|
574
|
-
if (this.r2 != null && !this.r2.
|
|
575
|
-
this.r2.
|
|
574
|
+
if (this.r2 != null && !this.r2.c1()) {
|
|
575
|
+
this.r2.h4();
|
|
576
576
|
}
|
|
577
577
|
break;
|
|
578
578
|
case PolarBase.$$p[3]:
|
|
@@ -583,7 +583,7 @@ var PolarBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
583
583
|
break;
|
|
584
584
|
case "AngleColumn":
|
|
585
585
|
this.r6.cv.g$i();
|
|
586
|
-
if (this.r2 != null && !this.r2.
|
|
586
|
+
if (this.r2 != null && !this.r2.c1()) {
|
|
587
587
|
this.mn(false);
|
|
588
588
|
}
|
|
589
589
|
break;
|
|
@@ -595,7 +595,7 @@ var PolarBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
595
595
|
break;
|
|
596
596
|
case "RadiusColumn":
|
|
597
597
|
this.r6.cv.g$i();
|
|
598
|
-
if (this.r3 != null && !this.r3.
|
|
598
|
+
if (this.r3 != null && !this.r3.c1()) {
|
|
599
599
|
this.mn(false);
|
|
600
600
|
}
|
|
601
601
|
break;
|
|
@@ -623,7 +623,7 @@ var PolarBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
623
623
|
this.ue(this.sd, this.r6);
|
|
624
624
|
}
|
|
625
625
|
if (this.ce != null) {
|
|
626
|
-
this.ce.
|
|
626
|
+
this.ce.ok(this);
|
|
627
627
|
}
|
|
628
628
|
break;
|
|
629
629
|
case "TrendLineBrush":
|
|
@@ -758,12 +758,12 @@ var PolarBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
758
758
|
this.t4(a, e, c, d);
|
|
759
759
|
}
|
|
760
760
|
var f = this.ru(d, a.n);
|
|
761
|
-
var g = Math.min(this.r2.
|
|
762
|
-
var h = Math.max(this.r2.
|
|
761
|
+
var g = Math.min(this.r2.lx, this.r2.lw);
|
|
762
|
+
var h = Math.max(this.r2.lw, this.r2.lx);
|
|
763
763
|
b.cv.i = this.s2;
|
|
764
764
|
b.cv.h = 0;
|
|
765
|
-
b.cv.k = this.r3.
|
|
766
|
-
b.cv.j = this.r3.
|
|
765
|
+
b.cv.k = this.r3.no;
|
|
766
|
+
b.cv.j = this.r3.nn;
|
|
767
767
|
b.cv.l = function (i, j) { return _this.r4.c(i, j, c, d, Math.cos); };
|
|
768
768
|
b.cv.m = function (i, j) { return _this.r4.d(i, j, c, d, Math.sin); };
|
|
769
769
|
var i = new List$1(Number_$type, 0);
|
|
@@ -781,11 +781,11 @@ var PolarBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
781
781
|
}
|
|
782
782
|
}
|
|
783
783
|
}
|
|
784
|
-
b.cv.n(a.n, this.sk, i, k, this.td, runOn(this.r2, this.r2.getScaledAngle), runOn(this.r3, this.r3.
|
|
784
|
+
b.cv.n(a.n, this.sk, i, k, this.td, runOn(this.r2, this.r2.getScaledAngle), runOn(this.r3, this.r3.nu), ((function () {
|
|
785
785
|
var $ret = new TrendResolutionParams();
|
|
786
|
-
$ret.
|
|
787
|
-
$ret.
|
|
788
|
-
$ret.
|
|
786
|
+
$ret.d = _this.fx;
|
|
787
|
+
$ret.h = d;
|
|
788
|
+
$ret.i = c;
|
|
789
789
|
return $ret;
|
|
790
790
|
})()), f, g, h);
|
|
791
791
|
};
|
|
@@ -1216,7 +1216,7 @@ var PolarBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1216
1216
|
PolarBaseView.prototype.cy = function (a, b, c, d) {
|
|
1217
1217
|
if (this.cu.st) {
|
|
1218
1218
|
var e = new GeometryGroup();
|
|
1219
|
-
this.cu.r3.
|
|
1219
|
+
this.cu.r3.n2(e, a, b, c, d);
|
|
1220
1220
|
}
|
|
1221
1221
|
else {
|
|
1222
1222
|
}
|
|
@@ -74,7 +74,7 @@ var PolarLineSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74
74
|
var $ret = new PolarLinePlanner();
|
|
75
75
|
$ret.m = function (i) { return _this.r5.a.getScaledAngle1(_this.sn.item(i), _this.r5.e, _this.r5.d); };
|
|
76
76
|
$ret.q = g;
|
|
77
|
-
$ret.n = function (i) { return _this.r3.
|
|
77
|
+
$ret.n = function (i) { return _this.r3.nv(_this.so.item(i), _this.r5.g, _this.r5.f, _this.r5.i, _this.r5.h); };
|
|
78
78
|
$ret.l = _this.fx;
|
|
79
79
|
$ret.f = _this.s2;
|
|
80
80
|
$ret.b = _this.ve();
|
|
@@ -107,11 +107,11 @@ var PolarLineSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
107
107
|
return !this.vf();
|
|
108
108
|
};
|
|
109
109
|
PolarLineSeriesBase.prototype.vf = function () {
|
|
110
|
-
var a = this.ce.
|
|
110
|
+
var a = this.ce.tj;
|
|
111
111
|
return !a.containsPoint({ $type: Point_$type, x: 0.5, y: 0.5 });
|
|
112
112
|
};
|
|
113
113
|
PolarLineSeriesBase.prototype.vi = function (a) {
|
|
114
|
-
return (this.sn.item(a) >= this.r5.a.
|
|
114
|
+
return (this.sn.item(a) >= this.r5.a.lx && this.sn.item(a) <= this.r5.a.lw && this.so.item(a) >= this.r5.b.lx && this.so.item(a) <= this.r5.b.lw) || (isNaN_(this.sn.item(a)) || isNaN_(this.so.item(a)));
|
|
115
115
|
};
|
|
116
116
|
PolarLineSeriesBase.prototype.k2 = function (a, b) {
|
|
117
117
|
_super.prototype.k2.call(this, a, b);
|
|
@@ -42,7 +42,7 @@ var PolarTrendLineManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
42
42
|
var l = j;
|
|
43
43
|
var m = k;
|
|
44
44
|
var n = new List$1(Point_$type, 0);
|
|
45
|
-
if (!h.
|
|
45
|
+
if (!h.i.isEmpty && !h.h.isEmpty) {
|
|
46
46
|
var o_1 = c;
|
|
47
47
|
var p_1 = d;
|
|
48
48
|
var q = 0;
|
|
@@ -104,13 +104,13 @@ var PolarTrendLineManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
104
104
|
$ret.n = function (f) { return a.item(f).y; };
|
|
105
105
|
$ret.a = d;
|
|
106
106
|
$ret.q = a.count;
|
|
107
|
-
$ret.l = b.
|
|
107
|
+
$ret.l = b.d;
|
|
108
108
|
$ret.o = function (f) { return _this.l(a.item(f).x, a.item(f).y); };
|
|
109
109
|
$ret.p = function (f) { return _this.m(a.item(f).x, a.item(f).y); };
|
|
110
110
|
$ret.f = _this.i;
|
|
111
111
|
$ret.b = _this.h;
|
|
112
|
-
$ret.ab = b.
|
|
113
|
-
$ret.ac = b.
|
|
112
|
+
$ret.ab = b.h;
|
|
113
|
+
$ret.ac = b.i;
|
|
114
114
|
return $ret;
|
|
115
115
|
})());
|
|
116
116
|
e.x(null, null);
|
|
@@ -13,19 +13,22 @@ var PreparationParams = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13
13
|
__extends(PreparationParams, _super);
|
|
14
14
|
function PreparationParams() {
|
|
15
15
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
16
|
-
_this.
|
|
16
|
+
_this.k = 0;
|
|
17
|
+
_this.l = 0;
|
|
17
18
|
_this.j = 0;
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
20
|
-
_this.
|
|
21
|
-
_this.
|
|
22
|
-
_this.k = null;
|
|
19
|
+
_this.i = 0;
|
|
20
|
+
_this.p = null;
|
|
21
|
+
_this.o = null;
|
|
22
|
+
_this.n = null;
|
|
23
23
|
_this.b = null;
|
|
24
24
|
_this.d = null;
|
|
25
25
|
_this.c = null;
|
|
26
26
|
_this.a = null;
|
|
27
27
|
_this.e = false;
|
|
28
28
|
_this.f = false;
|
|
29
|
+
_this.m = null;
|
|
30
|
+
_this.h = 0;
|
|
31
|
+
_this.g = 0;
|
|
29
32
|
return _this;
|
|
30
33
|
}
|
|
31
34
|
PreparationParams.$t = markType(PreparationParams, 'PreparationParams');
|
|
@@ -92,8 +92,8 @@ var PriceChannelOverlay = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92
92
|
var c = b.bv;
|
|
93
93
|
var d = b.bu;
|
|
94
94
|
var e = this.getEffectiveViewport1(b);
|
|
95
|
-
var f = new ScalerParams(0, c, d, this.qk.
|
|
96
|
-
var g = new ScalerParams(0, c, d, this.q6.
|
|
95
|
+
var f = new ScalerParams(0, c, d, this.qk.ch, e);
|
|
96
|
+
var g = new ScalerParams(0, c, d, this.q6.ch, e);
|
|
97
97
|
g.b = this.gg();
|
|
98
98
|
var h = this.qk;
|
|
99
99
|
var i = this.q6;
|
|
@@ -110,7 +110,7 @@ var PriceChannelOverlay = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
110
110
|
this.tu = this.tv();
|
|
111
111
|
}
|
|
112
112
|
g.b = this.gg();
|
|
113
|
-
var l = this.qk.
|
|
113
|
+
var l = this.qk.em(2, f) - this.qk.em(1, f);
|
|
114
114
|
for (var m = b.bx.c; m <= b.bx.d; ++m) {
|
|
115
115
|
var n = void 0;
|
|
116
116
|
if (k == null) {
|
|
@@ -137,7 +137,7 @@ var PriceChannelOverlay = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
137
137
|
if (!isInfinity(t) && !isInfinity(s)) {
|
|
138
138
|
var v = NaN;
|
|
139
139
|
if (!isNaN_(p)) {
|
|
140
|
-
v = this.qk.
|
|
140
|
+
v = this.qk.ej(p, f);
|
|
141
141
|
}
|
|
142
142
|
n = [v, t, s];
|
|
143
143
|
}
|
|
@@ -151,10 +151,10 @@ var PriceChannelOverlay = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
151
151
|
n[0] = n[0] + j;
|
|
152
152
|
}
|
|
153
153
|
else {
|
|
154
|
-
n[0] = h.
|
|
154
|
+
n[0] = h.ej(n[0], f) + j;
|
|
155
155
|
}
|
|
156
|
-
n[1] = i.
|
|
157
|
-
n[2] = i.
|
|
156
|
+
n[1] = i.ej(n[1], g);
|
|
157
|
+
n[2] = i.ej(n[2], g);
|
|
158
158
|
a.f.add(n);
|
|
159
159
|
}
|
|
160
160
|
}
|
|
@@ -192,7 +192,7 @@ var PriceChannelOverlay = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
192
192
|
j = true;
|
|
193
193
|
}
|
|
194
194
|
if (j) {
|
|
195
|
-
var n = new ScalerParams(0, b.bv, b.bu, this.qk.
|
|
195
|
+
var n = new ScalerParams(0, b.bv, b.bu, this.qk.ch, d);
|
|
196
196
|
this.ta(l, -1, m, this.qk, n, b.q);
|
|
197
197
|
}
|
|
198
198
|
var o = c.cb;
|
|
@@ -215,8 +215,8 @@ var PriceChannelOverlay = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
215
215
|
return NaN;
|
|
216
216
|
}
|
|
217
217
|
var d = this.getEffectiveViewport1(this.b1);
|
|
218
|
-
var e = new ScalerParams(0, this.ce.
|
|
219
|
-
var f = this.sb(this.ce.
|
|
218
|
+
var e = new ScalerParams(0, this.ce.tj, this.b1.bu, this.qk.ch, d);
|
|
219
|
+
var f = this.sb(this.ce.tj, this.b1.bu, d);
|
|
220
220
|
return this.gp(new RangeValueList(this.t1, this.t0), a, this.qk, e, f, runOn(this, this.sa), b, c);
|
|
221
221
|
};
|
|
222
222
|
PriceChannelOverlay.prototype.hm = function (a, b) {
|
|
@@ -76,7 +76,7 @@ var RadialAreaSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
76
76
|
p = true;
|
|
77
77
|
}
|
|
78
78
|
if (p) {
|
|
79
|
-
var r = new ScalerParams(0, b.bv, b.bu, this.rt.
|
|
79
|
+
var r = new ScalerParams(0, b.bv, b.bu, this.rt.ch, o);
|
|
80
80
|
this.tx(f, -1, this.tc.count, this.rt, r, b.q);
|
|
81
81
|
}
|
|
82
82
|
var s = e.c9;
|
package/esm5/lib/RadialAxes.js
CHANGED
|
@@ -39,7 +39,7 @@ var RadialAxes = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39
39
|
var o;
|
|
40
40
|
for (var p = 0; p < h; p++) {
|
|
41
41
|
j = this.a.getScaledAngle(b.item(p));
|
|
42
|
-
k = this.b.
|
|
42
|
+
k = this.b.nu(c.item(p));
|
|
43
43
|
n = l + (k * f(p, j));
|
|
44
44
|
o = m + (k * g(p, j));
|
|
45
45
|
n = e.left + e.width * (n - d.left) / d.width;
|
|
@@ -61,7 +61,7 @@ var RadialAxes = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
61
61
|
j = (2 * Math.PI) - j;
|
|
62
62
|
}
|
|
63
63
|
e = this.a.getUnscaledAngle(j);
|
|
64
|
-
f = this.b.
|
|
64
|
+
f = this.b.nw(i);
|
|
65
65
|
return {
|
|
66
66
|
p4: e,
|
|
67
67
|
p5: f
|
|
@@ -67,7 +67,7 @@ var RadialAxisLabelPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
67
67
|
return this.bl() % 360 != 0;
|
|
68
68
|
};
|
|
69
69
|
RadialAxisLabelPanel.prototype.da = function () {
|
|
70
|
-
if (this.ad != null && this.ad.
|
|
70
|
+
if (this.ad != null && this.ad.bi != null && this.ad.bi.e0) {
|
|
71
71
|
return false;
|
|
72
72
|
}
|
|
73
73
|
if (this.am) {
|
|
@@ -82,7 +82,7 @@ var RadialAxisLabelPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
82
82
|
RadialAxisLabelPanel.prototype.cm = function (a, b) {
|
|
83
83
|
var c = b * Math.PI / 180;
|
|
84
84
|
var d = Math.abs(Math.sin(c));
|
|
85
|
-
if (this.ad.
|
|
85
|
+
if (this.ad.az != null && this.ad.az.c == 4) {
|
|
86
86
|
d = d * -1;
|
|
87
87
|
}
|
|
88
88
|
this.ds.a6(a, b, d);
|
|
@@ -137,7 +137,7 @@ var RadialAxisLabelPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
137
137
|
};
|
|
138
138
|
RadialAxisLabelPanel.prototype.dq = function (a, b) {
|
|
139
139
|
var c;
|
|
140
|
-
if (this.ad.
|
|
140
|
+
if (this.ad.ch) {
|
|
141
141
|
c = this.dx();
|
|
142
142
|
}
|
|
143
143
|
else {
|
|
@@ -71,17 +71,17 @@ var RadialBucketCalculator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71
71
|
this.b = 0;
|
|
72
72
|
return;
|
|
73
73
|
}
|
|
74
|
-
var e = Math.floor(d.
|
|
75
|
-
var f = Math.ceil(d.
|
|
76
|
-
if (d.
|
|
77
|
-
f = Math.ceil(d.
|
|
78
|
-
e = Math.floor(d.
|
|
74
|
+
var e = Math.floor(d.mx(c, b));
|
|
75
|
+
var f = Math.ceil(d.mw(c, b));
|
|
76
|
+
if (d.ch) {
|
|
77
|
+
f = Math.ceil(d.mx(c, b));
|
|
78
|
+
e = Math.floor(d.mw(c, b));
|
|
79
79
|
}
|
|
80
80
|
if (f < e) {
|
|
81
|
-
f = d.
|
|
81
|
+
f = d.lf + f;
|
|
82
82
|
}
|
|
83
83
|
var g = this.a.cr.r0;
|
|
84
|
-
var h = g != null ? g.
|
|
84
|
+
var h = g != null ? g.no : 0.75;
|
|
85
85
|
var i = Math.min(c.width, c.height) * 0.5 * (h) * 2 * Math.PI;
|
|
86
86
|
var j = Math.floor((f - e + 1) * a / i);
|
|
87
87
|
this.b = truncate(Math.max(1, j));
|
|
@@ -147,10 +147,10 @@ var RadialBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
147
147
|
return false;
|
|
148
148
|
}
|
|
149
149
|
var e = this.rt;
|
|
150
|
-
var f = new ScalerParams(1, this.ce.
|
|
150
|
+
var f = new ScalerParams(1, this.ce.tj, this.p7, e.ch);
|
|
151
151
|
f.c = this.getEffectiveViewport1(this.b1);
|
|
152
152
|
var g = this.r0;
|
|
153
|
-
var h = new ScalerParams(1, this.ce.
|
|
153
|
+
var h = new ScalerParams(1, this.ce.tj, this.p7, g.ch);
|
|
154
154
|
h.c = this.getEffectiveViewport1(this.b1);
|
|
155
155
|
a.clear();
|
|
156
156
|
this.qk.cf(function (i) {
|
|
@@ -183,7 +183,7 @@ var RadialBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
else {
|
|
186
|
-
j.d = e.
|
|
186
|
+
j.d = e.gd(i.ak);
|
|
187
187
|
}
|
|
188
188
|
j.a = i.content;
|
|
189
189
|
a.add(j);
|
|
@@ -323,18 +323,18 @@ var RadialBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
323
323
|
case "SeriesViewer":
|
|
324
324
|
if (c != null && d == null) {
|
|
325
325
|
if (this.rt != null) {
|
|
326
|
-
this.rt.
|
|
326
|
+
this.rt.b0(this);
|
|
327
327
|
}
|
|
328
328
|
if (this.r0 != null) {
|
|
329
|
-
this.r0.
|
|
329
|
+
this.r0.b0(this);
|
|
330
330
|
}
|
|
331
331
|
}
|
|
332
332
|
if (c == null && d != null) {
|
|
333
333
|
if (this.rt != null) {
|
|
334
|
-
this.rt.
|
|
334
|
+
this.rt.ct(this);
|
|
335
335
|
}
|
|
336
336
|
if (this.r0 != null) {
|
|
337
|
-
this.r0.
|
|
337
|
+
this.r0.ct(this);
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
340
|
this.r2.cs.e(this.fx);
|
|
@@ -345,10 +345,10 @@ var RadialBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
345
345
|
this.r1 = new RadialAxes(this.r0, this.rt);
|
|
346
346
|
}
|
|
347
347
|
if (c != null) {
|
|
348
|
-
c.
|
|
348
|
+
c.b0(this);
|
|
349
349
|
}
|
|
350
350
|
if (d != null) {
|
|
351
|
-
d.
|
|
351
|
+
d.ct(this);
|
|
352
352
|
}
|
|
353
353
|
this.r2.cs.e(this.fx);
|
|
354
354
|
this.mn(false);
|
|
@@ -358,13 +358,13 @@ var RadialBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
358
358
|
this.r1 = new RadialAxes(this.r0, this.rt);
|
|
359
359
|
}
|
|
360
360
|
if (c != null) {
|
|
361
|
-
c.
|
|
361
|
+
c.b0(this);
|
|
362
362
|
}
|
|
363
363
|
if (d != null) {
|
|
364
|
-
d.
|
|
364
|
+
d.ct(this);
|
|
365
365
|
}
|
|
366
366
|
this.r2.cs.e(this.fx);
|
|
367
|
-
if (this.r0 == null || !this.r0.
|
|
367
|
+
if (this.r0 == null || !this.r0.c1()) {
|
|
368
368
|
this.mn(false);
|
|
369
369
|
}
|
|
370
370
|
break;
|
|
@@ -386,7 +386,7 @@ var RadialBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
386
386
|
this.sy(this.r6, this.r2);
|
|
387
387
|
}
|
|
388
388
|
if (this.ce != null) {
|
|
389
|
-
this.ce.
|
|
389
|
+
this.ce.ok(this);
|
|
390
390
|
}
|
|
391
391
|
break;
|
|
392
392
|
case RadialBase.$$p[1]:
|
|
@@ -488,16 +488,16 @@ var RadialBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
488
488
|
RadialBase.prototype.lk = function () {
|
|
489
489
|
_super.prototype.lk.call(this);
|
|
490
490
|
if (this.rt != null) {
|
|
491
|
-
this.rt.
|
|
491
|
+
this.rt.h8(false);
|
|
492
492
|
}
|
|
493
493
|
if (this.r0 != null) {
|
|
494
|
-
this.r0.
|
|
494
|
+
this.r0.h8(false);
|
|
495
495
|
}
|
|
496
496
|
};
|
|
497
497
|
RadialBase.prototype.fd = function (a, b, c) {
|
|
498
498
|
var d = true;
|
|
499
499
|
var e = c;
|
|
500
|
-
if (!_super.prototype.fd.call(this, a, b, c) || !c.o() || b.isEmpty || a.isEmpty || this.rt == null || this.rt.itemsSource == null || this.r0 == null || this.r1 == null || this.cl == null || this.rt.
|
|
500
|
+
if (!_super.prototype.fd.call(this, a, b, c) || !c.o() || b.isEmpty || a.isEmpty || this.rt == null || this.rt.itemsSource == null || this.r0 == null || this.r1 == null || this.cl == null || this.rt.bi == null || this.r0.bi == null || this.r0.lx == this.r0.lw) {
|
|
501
501
|
e.cs.b = 0;
|
|
502
502
|
d = false;
|
|
503
503
|
}
|