igniteui-webcomponents-charts 4.3.2 → 4.3.3-beta.1
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
|
@@ -68,7 +68,7 @@ export let AngleAxisLabelPanel = /*@__PURE__*/ (() => {
|
|
|
68
68
|
if (!Extensions.b(b)) {
|
|
69
69
|
return false;
|
|
70
70
|
}
|
|
71
|
-
if (this.ad == null || this.ad.
|
|
71
|
+
if (this.ad == null || this.ad.kd.isEmpty) {
|
|
72
72
|
return super.at(a, b);
|
|
73
73
|
}
|
|
74
74
|
return true;
|
|
@@ -82,7 +82,7 @@ export let AngleAxisLabelPanel = /*@__PURE__*/ (() => {
|
|
|
82
82
|
this.c9.a0(a, b);
|
|
83
83
|
let c = false;
|
|
84
84
|
this.ao = this.an(a, b);
|
|
85
|
-
if (!this.ad.
|
|
85
|
+
if (!this.ad.b8()) {
|
|
86
86
|
c = true;
|
|
87
87
|
this.bh = this.de / 2;
|
|
88
88
|
this.bh = this.bh + this.df();
|
|
@@ -112,7 +112,7 @@ export let AngleAxisLabelPanel = /*@__PURE__*/ (() => {
|
|
|
112
112
|
b = this.ad;
|
|
113
113
|
a = null;
|
|
114
114
|
if (b != null) {
|
|
115
|
-
a = typeCast(XamDataChart.$, b.
|
|
115
|
+
a = typeCast(XamDataChart.$, b.bi);
|
|
116
116
|
}
|
|
117
117
|
if (a == null || b == null) {
|
|
118
118
|
return 0;
|
|
@@ -120,7 +120,7 @@ export let AngleAxisLabelPanel = /*@__PURE__*/ (() => {
|
|
|
120
120
|
let c = new List$1(Axis.$, 0);
|
|
121
121
|
for (let d = 0; d < a.axes.count; d++) {
|
|
122
122
|
let e = a.axes._inner[d];
|
|
123
|
-
if ((typeCast(NumericAngleAxis.$, e) !== null || typeCast(CategoryAngleAxis.$, e) !== null) && typeCast(AngleAxisLabelPanel.$, e.
|
|
123
|
+
if ((typeCast(NumericAngleAxis.$, e) !== null || typeCast(CategoryAngleAxis.$, e) !== null) && typeCast(AngleAxisLabelPanel.$, e.aw) !== null && e.aw.bb.count > 0 && (!e.b8()) && !e.b5() && (e.aj == null || this.ad.aj == null || e.aj.no == b.aj.no)) {
|
|
124
124
|
c.add(e);
|
|
125
125
|
}
|
|
126
126
|
}
|
|
@@ -134,8 +134,8 @@ export let AngleAxisLabelPanel = /*@__PURE__*/ (() => {
|
|
|
134
134
|
g += h;
|
|
135
135
|
}
|
|
136
136
|
else {
|
|
137
|
-
g += c._inner[f - 1].
|
|
138
|
-
g += c._inner[f].
|
|
137
|
+
g += c._inner[f - 1].aw.bh;
|
|
138
|
+
g += c._inner[f].aw.bh * 2 + h;
|
|
139
139
|
}
|
|
140
140
|
return g;
|
|
141
141
|
}
|
|
@@ -154,114 +154,114 @@ export let AngleAxisLabelPanel = /*@__PURE__*/ (() => {
|
|
|
154
154
|
*/
|
|
155
155
|
export let CategoryAngleAxis = /*@__PURE__*/ (() => {
|
|
156
156
|
class CategoryAngleAxis extends CategoryAxisBase {
|
|
157
|
-
|
|
157
|
+
a4() {
|
|
158
158
|
return new CategoryAngleAxisView(this);
|
|
159
159
|
}
|
|
160
|
-
|
|
161
|
-
super.
|
|
162
|
-
this.
|
|
160
|
+
hs(a) {
|
|
161
|
+
super.hs(a);
|
|
162
|
+
this.mh = a;
|
|
163
163
|
}
|
|
164
|
-
|
|
164
|
+
get_b9() {
|
|
165
165
|
return true;
|
|
166
166
|
}
|
|
167
167
|
constructor() {
|
|
168
168
|
super();
|
|
169
|
-
this.
|
|
170
|
-
this.mi = null;
|
|
171
|
-
this.mm = false;
|
|
172
|
-
this.mq = NaN;
|
|
169
|
+
this.mm = null;
|
|
173
170
|
this.mj = null;
|
|
174
|
-
this.
|
|
175
|
-
this.
|
|
171
|
+
this.mn = false;
|
|
172
|
+
this.mr = NaN;
|
|
173
|
+
this.mk = null;
|
|
174
|
+
this.ms = 0;
|
|
176
175
|
this.mp = 0;
|
|
177
|
-
this.
|
|
176
|
+
this.mq = 0;
|
|
177
|
+
this.m3 = 1;
|
|
178
178
|
this.ab = CategoryAngleAxis.$;
|
|
179
|
-
this.
|
|
180
|
-
this.
|
|
179
|
+
this.mj = this.mi();
|
|
180
|
+
this.mm = new PolarAxisRenderingManager();
|
|
181
181
|
}
|
|
182
|
-
|
|
182
|
+
av() {
|
|
183
183
|
let a = new AngleAxisLabelPanel();
|
|
184
184
|
a.dg = (b) => {
|
|
185
|
-
let c = this.
|
|
186
|
-
let d = !c.isEmpty ? this.
|
|
187
|
-
return this.
|
|
185
|
+
let c = this.bi != null ? this.bi.tj : Rect.empty;
|
|
186
|
+
let d = !c.isEmpty ? this.kd : Rect.empty;
|
|
187
|
+
return this.ng(b, { $type: Point_$type, x: 0.5, y: 0.5 }, c, d, this.aw.bh);
|
|
188
188
|
};
|
|
189
189
|
return a;
|
|
190
190
|
}
|
|
191
|
-
|
|
191
|
+
m1(a) {
|
|
192
192
|
return Math.round(a * Math.pow(10, 10)) / Math.pow(10, 10);
|
|
193
193
|
}
|
|
194
|
-
|
|
194
|
+
mi() {
|
|
195
195
|
let a = ((() => {
|
|
196
196
|
let $ret = new AxisLabelManager();
|
|
197
197
|
$ret.a = this;
|
|
198
|
-
$ret.f = this.
|
|
199
|
-
$ret.e = this.
|
|
200
|
-
$ret.b = this.
|
|
198
|
+
$ret.f = this.dd;
|
|
199
|
+
$ret.e = this.dc;
|
|
200
|
+
$ret.b = this.aw;
|
|
201
201
|
return $ret;
|
|
202
202
|
})());
|
|
203
|
-
if (this.
|
|
204
|
-
this.
|
|
203
|
+
if (this.az != null) {
|
|
204
|
+
this.az.registerAxis(this);
|
|
205
205
|
}
|
|
206
206
|
let b = new CategoryAxisRenderer(a);
|
|
207
207
|
b.u = () => {
|
|
208
|
-
let c = this.
|
|
209
|
-
let d = this.
|
|
210
|
-
let e = this.
|
|
211
|
-
let f = this.
|
|
212
|
-
this.
|
|
213
|
-
this.
|
|
214
|
-
this.
|
|
215
|
-
this.
|
|
216
|
-
this.
|
|
208
|
+
let c = this.a5.a1();
|
|
209
|
+
let d = this.a5.a4();
|
|
210
|
+
let e = this.a5.a2();
|
|
211
|
+
let f = this.a5.a3();
|
|
212
|
+
this.il();
|
|
213
|
+
this.hi(c);
|
|
214
|
+
this.hi(d);
|
|
215
|
+
this.hi(e);
|
|
216
|
+
this.hi(f);
|
|
217
217
|
};
|
|
218
|
-
b.o = (c, d) => !d.isEmpty && !c.isEmpty && this.
|
|
219
|
-
b.d = (c, d, e, f) => this.
|
|
218
|
+
b.o = (c, d) => !d.isEmpty && !c.isEmpty && this.ml != null;
|
|
219
|
+
b.d = (c, d, e, f) => this.mg(c, d, e, f);
|
|
220
220
|
b.v = () => {
|
|
221
|
-
if (!this.
|
|
222
|
-
this.
|
|
223
|
-
this.
|
|
224
|
-
this.
|
|
221
|
+
if (!this.mn) {
|
|
222
|
+
this.mn = true;
|
|
223
|
+
this.ml.c1();
|
|
224
|
+
this.mn = false;
|
|
225
225
|
}
|
|
226
226
|
};
|
|
227
227
|
b.g = (c, d) => {
|
|
228
228
|
let e = typeGetValue(c);
|
|
229
|
-
if (e > this.
|
|
230
|
-
e -= this.
|
|
229
|
+
if (e > this.kr.count - 1) {
|
|
230
|
+
e -= this.kr.count;
|
|
231
231
|
}
|
|
232
|
-
let f = this.
|
|
233
|
-
return this.
|
|
232
|
+
let f = this.kr.item(e);
|
|
233
|
+
return this.fz(f);
|
|
234
234
|
};
|
|
235
235
|
b.b.c = (c) => {
|
|
236
|
-
if ((this.
|
|
237
|
-
let d = typeCast(XamDataChart.$, this.
|
|
236
|
+
if ((this.az == null || this.az.visibility == 0) && this.ml != null && this.mr != c) {
|
|
237
|
+
let d = typeCast(XamDataChart.$, this.bi);
|
|
238
238
|
if (d == null) {
|
|
239
239
|
return;
|
|
240
240
|
}
|
|
241
|
-
this.
|
|
242
|
-
this.
|
|
243
|
-
d.
|
|
241
|
+
this.mr = c;
|
|
242
|
+
this.aw.bg = c;
|
|
243
|
+
d.md();
|
|
244
244
|
for (let e of fromEnum(d.axes)) {
|
|
245
|
-
if (e != this && typeCast(AngleAxisLabelPanel.$, e.
|
|
246
|
-
e.
|
|
245
|
+
if (e != this && typeCast(AngleAxisLabelPanel.$, e.aw) !== null) {
|
|
246
|
+
e.a5.ag();
|
|
247
247
|
}
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
250
|
};
|
|
251
251
|
b.k = (c, d, e) => {
|
|
252
252
|
let f = typeCast(RadialAxisRenderingParameters.$, c);
|
|
253
|
-
this.
|
|
253
|
+
this.mm.m(d, e, c.z, c.aa, f.minLength, f.maxLength, f.center);
|
|
254
254
|
};
|
|
255
255
|
b.l = (c, d, e, f) => {
|
|
256
256
|
let g = typeCast(RadialAxisRenderingParameters.$, c);
|
|
257
|
-
this.
|
|
257
|
+
this.mm.n(d, e, f, g.z, c.aa, g.minLength, g.maxLength, g.center);
|
|
258
258
|
};
|
|
259
259
|
b.m = (c, d) => this.getScaledAngle(d);
|
|
260
260
|
b.q = (c, d) => {
|
|
261
|
-
if (this.
|
|
261
|
+
if (this.m1(d - this.ms) < 0) {
|
|
262
262
|
return false;
|
|
263
263
|
}
|
|
264
|
-
if (this.
|
|
264
|
+
if (this.m1(d - this.ms - (2 * Math.PI)) > 0) {
|
|
265
265
|
return false;
|
|
266
266
|
}
|
|
267
267
|
return true;
|
|
@@ -269,11 +269,11 @@ export let CategoryAngleAxis = /*@__PURE__*/ (() => {
|
|
|
269
269
|
b.j = (c) => {
|
|
270
270
|
let d = typeCast(RadialAxisRenderingParameters.$, c);
|
|
271
271
|
if (d.e == d.k._inner[0]) {
|
|
272
|
-
this.
|
|
272
|
+
this.mm.i(c.t, c.n, c.z, c.aa, d.center, d.minAngle, d.maxAngle);
|
|
273
273
|
}
|
|
274
274
|
};
|
|
275
275
|
b.e = (c) => {
|
|
276
|
-
c.n = this.
|
|
276
|
+
c.n = this.mv();
|
|
277
277
|
c.r = c.n;
|
|
278
278
|
};
|
|
279
279
|
b.p = (c, d, e) => {
|
|
@@ -281,7 +281,7 @@ export let CategoryAngleAxis = /*@__PURE__*/ (() => {
|
|
|
281
281
|
if (e) {
|
|
282
282
|
return false;
|
|
283
283
|
}
|
|
284
|
-
let g = this.
|
|
284
|
+
let g = this.ng(d, f.center, c.aa, c.z, 0);
|
|
285
285
|
if (g.x < c.z.right && g.x >= c.z.left && g.y < c.z.bottom && g.y >= c.z.top) {
|
|
286
286
|
return true;
|
|
287
287
|
}
|
|
@@ -289,24 +289,24 @@ export let CategoryAngleAxis = /*@__PURE__*/ (() => {
|
|
|
289
289
|
};
|
|
290
290
|
b.a = (c, d, e, f) => {
|
|
291
291
|
let g = c.y;
|
|
292
|
-
let h = new ScalerParams(0, c.aa, c.z, this.
|
|
292
|
+
let h = new ScalerParams(0, c.aa, c.z, this.ch, g);
|
|
293
293
|
let i = d;
|
|
294
294
|
if (this.categoryMode != 0) {
|
|
295
295
|
let j = (e * f) + 1;
|
|
296
|
-
j = Math.min(j, this.
|
|
297
|
-
let k = this.
|
|
296
|
+
j = Math.min(j, this.lf);
|
|
297
|
+
let k = this.ej(j, h);
|
|
298
298
|
i = (d + k) / 2;
|
|
299
299
|
}
|
|
300
300
|
return i;
|
|
301
301
|
};
|
|
302
302
|
b.f = runOn(this, this.getGroupCenter);
|
|
303
|
-
b.i = runOn(this, this.
|
|
303
|
+
b.i = runOn(this, this.my);
|
|
304
304
|
return b;
|
|
305
305
|
}
|
|
306
|
-
|
|
307
|
-
let f = this.
|
|
306
|
+
ng(a, b, c, d, e) {
|
|
307
|
+
let f = this.mv();
|
|
308
308
|
let g = ViewportUtils.b(e, c, d);
|
|
309
|
-
if (this.
|
|
309
|
+
if (this.az != null && (this.az.c == 5 || this.az.c == 1)) {
|
|
310
310
|
g *= -1;
|
|
311
311
|
}
|
|
312
312
|
let h = b.x + (f + g) * Math.cos(a);
|
|
@@ -315,27 +315,27 @@ export let CategoryAngleAxis = /*@__PURE__*/ (() => {
|
|
|
315
315
|
i = ViewportUtils.f(i, c, d);
|
|
316
316
|
return { $type: Point_$type, x: h, y: i };
|
|
317
317
|
}
|
|
318
|
-
|
|
319
|
-
if (this.
|
|
318
|
+
mv() {
|
|
319
|
+
if (this.ml == null) {
|
|
320
320
|
return 0;
|
|
321
321
|
}
|
|
322
|
-
if (!this.
|
|
323
|
-
return this.
|
|
322
|
+
if (!this.b5()) {
|
|
323
|
+
return this.ml.nt();
|
|
324
324
|
}
|
|
325
325
|
else {
|
|
326
|
-
return this.
|
|
326
|
+
return this.ml.nu((this.fv));
|
|
327
327
|
}
|
|
328
328
|
}
|
|
329
|
-
|
|
330
|
-
if (this.
|
|
329
|
+
mg(a, b, c, d) {
|
|
330
|
+
if (this.kr == null) {
|
|
331
331
|
return null;
|
|
332
332
|
}
|
|
333
333
|
let e = new RadialAxisRenderingParameters();
|
|
334
|
-
let f = this.
|
|
335
|
-
let g = this.
|
|
336
|
-
let h = this.
|
|
337
|
-
let i = this.
|
|
338
|
-
let j = this.
|
|
334
|
+
let f = this.kr.count - 1;
|
|
335
|
+
let g = this.a5.a1();
|
|
336
|
+
let h = this.a5.a4();
|
|
337
|
+
let i = this.a5.a2();
|
|
338
|
+
let j = this.a5.a3();
|
|
339
339
|
e.t = g;
|
|
340
340
|
e.w = h;
|
|
341
341
|
e.u = i;
|
|
@@ -347,18 +347,18 @@ export let CategoryAngleAxis = /*@__PURE__*/ (() => {
|
|
|
347
347
|
e.y = c;
|
|
348
348
|
e.x = d;
|
|
349
349
|
e.aa = b;
|
|
350
|
-
e.g = this.
|
|
351
|
-
e.p = this.
|
|
352
|
-
e.o = this.
|
|
353
|
-
e.q = this.
|
|
354
|
-
e.s = this.
|
|
355
|
-
let k = this.
|
|
356
|
-
let l = this.
|
|
357
|
-
let m = 0.5 * this.
|
|
358
|
-
let n = 0.5 * this.
|
|
350
|
+
e.g = this.mo();
|
|
351
|
+
e.p = this.mz;
|
|
352
|
+
e.o = this.ey();
|
|
353
|
+
e.q = this.m0;
|
|
354
|
+
e.s = this.f0;
|
|
355
|
+
let k = this.mm.f(b);
|
|
356
|
+
let l = this.mm.g(b);
|
|
357
|
+
let m = 0.5 * this.ml.no;
|
|
358
|
+
let n = 0.5 * this.ml.nn;
|
|
359
359
|
let o = k;
|
|
360
360
|
let p = l;
|
|
361
|
-
let q = this.
|
|
361
|
+
let q = this.ml.nt();
|
|
362
362
|
if (isNaN_(q) || isInfinity(q)) {
|
|
363
363
|
return null;
|
|
364
364
|
}
|
|
@@ -369,23 +369,23 @@ export let CategoryAngleAxis = /*@__PURE__*/ (() => {
|
|
|
369
369
|
o = n;
|
|
370
370
|
}
|
|
371
371
|
let r = a.width;
|
|
372
|
-
this.
|
|
372
|
+
this.mm.k(b, e, 0, this.kr.count, this.ch, runOn(this, this.getUnscaledAngle), r);
|
|
373
373
|
let s = { $type: Point_$type, x: 0.5, y: 0.5 };
|
|
374
374
|
e.center = s;
|
|
375
375
|
e.maxLength = p;
|
|
376
376
|
e.minLength = o;
|
|
377
377
|
e.effectiveMaximum = q;
|
|
378
|
-
e.ae = this.
|
|
378
|
+
e.ae = this.kr.count;
|
|
379
379
|
e.ab = this.categoryMode;
|
|
380
380
|
e.ad = true;
|
|
381
|
-
e.ac = this.
|
|
382
|
-
e.af = this.
|
|
381
|
+
e.ac = this.ch;
|
|
382
|
+
e.af = this.lh;
|
|
383
383
|
e.f = new CategoryTickmarkValues();
|
|
384
|
-
e.j = this.
|
|
384
|
+
e.j = this.cy;
|
|
385
385
|
return e;
|
|
386
386
|
}
|
|
387
387
|
getMinMaxAngle(a, b, c) {
|
|
388
|
-
let d = this.
|
|
388
|
+
let d = this.mm.l(a, b, c);
|
|
389
389
|
b = d.p1;
|
|
390
390
|
c = d.p2;
|
|
391
391
|
return {
|
|
@@ -395,13 +395,13 @@ export let CategoryAngleAxis = /*@__PURE__*/ (() => {
|
|
|
395
395
|
}
|
|
396
396
|
ac() {
|
|
397
397
|
super.ac();
|
|
398
|
-
this.
|
|
398
|
+
this.h8(false);
|
|
399
399
|
}
|
|
400
|
-
get
|
|
401
|
-
if (this.
|
|
402
|
-
return this.
|
|
400
|
+
get ml() {
|
|
401
|
+
if (this.mk != null) {
|
|
402
|
+
return this.mk;
|
|
403
403
|
}
|
|
404
|
-
let a = typeCast(XamDataChart.$, this.
|
|
404
|
+
let a = typeCast(XamDataChart.$, this.bi);
|
|
405
405
|
if (a != null) {
|
|
406
406
|
for (let b = 0; b < a.axes.count; b++) {
|
|
407
407
|
if (typeCast(NumericRadiusAxis.$, a.axes._inner[b]) !== null) {
|
|
@@ -409,160 +409,160 @@ export let CategoryAngleAxis = /*@__PURE__*/ (() => {
|
|
|
409
409
|
}
|
|
410
410
|
}
|
|
411
411
|
}
|
|
412
|
-
return this.
|
|
412
|
+
return this.mk;
|
|
413
413
|
}
|
|
414
|
-
set
|
|
415
|
-
this.
|
|
414
|
+
set ml(a) {
|
|
415
|
+
this.mk = a;
|
|
416
416
|
}
|
|
417
|
-
|
|
418
|
-
return this.
|
|
417
|
+
ak() {
|
|
418
|
+
return this.ml;
|
|
419
419
|
}
|
|
420
420
|
getCategorySize(a, b, c) {
|
|
421
|
-
return 2 * Math.PI / this.
|
|
421
|
+
return 2 * Math.PI / this.lf;
|
|
422
422
|
}
|
|
423
|
-
|
|
424
|
-
let d = this.
|
|
423
|
+
k4(a, b, c) {
|
|
424
|
+
let d = this.lb(a, b, c);
|
|
425
425
|
let e = 0;
|
|
426
|
-
if (!isNaN_(this.
|
|
427
|
-
e = Math.min(this.
|
|
426
|
+
if (!isNaN_(this.la)) {
|
|
427
|
+
e = Math.min(this.la, 1);
|
|
428
428
|
}
|
|
429
429
|
let f = 1 - 0.5 * d;
|
|
430
|
-
return this.getCategorySize(a, b, c) * f / (this.
|
|
430
|
+
return this.getCategorySize(a, b, c) * f / (this.lh - (this.lh - 1) * e);
|
|
431
431
|
}
|
|
432
432
|
getGroupCenter(a, b, c, d) {
|
|
433
433
|
let e = 0.5;
|
|
434
|
-
if (this.
|
|
435
|
-
let f = this.
|
|
434
|
+
if (this.lh > 1) {
|
|
435
|
+
let f = this.lb(b, c, d);
|
|
436
436
|
let g = 0;
|
|
437
|
-
if (!isNaN_(this.
|
|
438
|
-
g = Math.min(this.
|
|
437
|
+
if (!isNaN_(this.la)) {
|
|
438
|
+
g = Math.min(this.la, 1);
|
|
439
439
|
}
|
|
440
440
|
let h = 1 - 0.5 * f;
|
|
441
|
-
let i = h / (this.
|
|
442
|
-
let j = (h - i) / (this.
|
|
441
|
+
let i = h / (this.lh - (this.lh - 1) * g);
|
|
442
|
+
let j = (h - i) / (this.lh - 1);
|
|
443
443
|
e = 0.25 * f + 0.5 * i + a * j;
|
|
444
444
|
}
|
|
445
445
|
return this.getCategorySize(b, c, d) * e;
|
|
446
446
|
}
|
|
447
|
-
|
|
447
|
+
my(a) {
|
|
448
448
|
let b = 0.5;
|
|
449
|
-
if (this.
|
|
450
|
-
let c = this.
|
|
449
|
+
if (this.lh > 1) {
|
|
450
|
+
let c = this.lb(Rect.empty, Rect.empty, Rect.empty);
|
|
451
451
|
let d = 0;
|
|
452
|
-
if (!isNaN_(this.
|
|
453
|
-
d = Math.min(this.
|
|
452
|
+
if (!isNaN_(this.la)) {
|
|
453
|
+
d = Math.min(this.la, 1);
|
|
454
454
|
}
|
|
455
455
|
let e = 1 - 0.5 * c;
|
|
456
|
-
let f = e / (this.
|
|
457
|
-
let g = (e - f) / (this.
|
|
456
|
+
let f = e / (this.lh - (this.lh - 1) * d);
|
|
457
|
+
let g = (e - f) / (this.lh - 1);
|
|
458
458
|
b = 0.25 * c + 0.5 * f + a * g;
|
|
459
459
|
}
|
|
460
460
|
return b;
|
|
461
461
|
}
|
|
462
|
-
|
|
463
|
-
super.
|
|
464
|
-
let b = this.
|
|
465
|
-
let c = !b.isEmpty ? this.
|
|
466
|
-
let d = this.
|
|
467
|
-
let e = this.
|
|
468
|
-
let f = this.
|
|
462
|
+
h9(a) {
|
|
463
|
+
super.h9(a);
|
|
464
|
+
let b = this.bi != null ? this.bi.tj : Rect.empty;
|
|
465
|
+
let c = !b.isEmpty ? this.kd : Rect.empty;
|
|
466
|
+
let d = this.j8();
|
|
467
|
+
let e = this.j7();
|
|
468
|
+
let f = this.mj.c(a, c, b, d, e);
|
|
469
469
|
if (f != null) {
|
|
470
|
-
this.
|
|
471
|
-
this.
|
|
470
|
+
this.mt = f.f.m;
|
|
471
|
+
this.mu = f.f.l;
|
|
472
472
|
}
|
|
473
473
|
}
|
|
474
|
-
|
|
474
|
+
mx(a, b) {
|
|
475
475
|
let c;
|
|
476
476
|
let d;
|
|
477
|
-
let e = this.
|
|
477
|
+
let e = this.mm.l(b, c, d);
|
|
478
478
|
c = e.p1;
|
|
479
479
|
d = e.p2;
|
|
480
480
|
if (c == 0) {
|
|
481
|
-
if (this.
|
|
482
|
-
return this.
|
|
481
|
+
if (this.ch) {
|
|
482
|
+
return this.lf;
|
|
483
483
|
}
|
|
484
484
|
else {
|
|
485
485
|
return 0;
|
|
486
486
|
}
|
|
487
487
|
}
|
|
488
488
|
let f = this.getUnscaledAngle(c);
|
|
489
|
-
if (f < 0 || f > this.
|
|
489
|
+
if (f < 0 || f > this.lf) {
|
|
490
490
|
f = this.getUnscaledAngle(c + Math.PI * 2);
|
|
491
491
|
}
|
|
492
492
|
return f;
|
|
493
493
|
}
|
|
494
|
-
|
|
494
|
+
mw(a, b) {
|
|
495
495
|
let c;
|
|
496
496
|
let d;
|
|
497
|
-
let e = this.
|
|
497
|
+
let e = this.mm.l(b, c, d);
|
|
498
498
|
c = e.p1;
|
|
499
499
|
d = e.p2;
|
|
500
500
|
if (d > Math.PI * 2) {
|
|
501
501
|
d = d - Math.PI * 2;
|
|
502
502
|
}
|
|
503
503
|
if (d == Math.PI * 2) {
|
|
504
|
-
if (this.
|
|
504
|
+
if (this.ch) {
|
|
505
505
|
return 0;
|
|
506
506
|
}
|
|
507
507
|
else {
|
|
508
|
-
return this.
|
|
508
|
+
return this.lf;
|
|
509
509
|
}
|
|
510
510
|
}
|
|
511
511
|
let f = this.getUnscaledAngle(d);
|
|
512
|
-
if (f < 0 || f > this.
|
|
512
|
+
if (f < 0 || f > this.lf) {
|
|
513
513
|
f = this.getUnscaledAngle(d + Math.PI * 2);
|
|
514
514
|
}
|
|
515
515
|
return f;
|
|
516
516
|
}
|
|
517
517
|
getScaledAngle(a) {
|
|
518
|
-
let b = this.
|
|
518
|
+
let b = this.lf;
|
|
519
519
|
let c = b >= 2 ? (a) / (b) : b == 1 ? 0.5 : NaN;
|
|
520
|
-
if (this.
|
|
520
|
+
if (this.ci) {
|
|
521
521
|
c = 1 - c;
|
|
522
522
|
}
|
|
523
|
-
return (c * 2 * Math.PI) + this.
|
|
523
|
+
return (c * 2 * Math.PI) + this.ms;
|
|
524
524
|
}
|
|
525
525
|
getUnscaledAngle(a) {
|
|
526
|
-
if (a < this.
|
|
526
|
+
if (a < this.ms) {
|
|
527
527
|
a += 2 * Math.PI;
|
|
528
528
|
}
|
|
529
|
-
let b = (a - this.
|
|
530
|
-
if (this.
|
|
529
|
+
let b = (a - this.ms) / (2 * Math.PI);
|
|
530
|
+
if (this.ch) {
|
|
531
531
|
b = 1 - b;
|
|
532
532
|
}
|
|
533
|
-
return b * (this.
|
|
533
|
+
return b * (this.lf);
|
|
534
534
|
}
|
|
535
|
-
|
|
535
|
+
ej(a, b) {
|
|
536
536
|
return this.getScaledAngle(a);
|
|
537
537
|
}
|
|
538
|
-
|
|
538
|
+
em(a, b) {
|
|
539
539
|
return this.getUnscaledAngle(a);
|
|
540
540
|
}
|
|
541
|
-
|
|
542
|
-
super.
|
|
543
|
-
let e = typeCast(XamDataChart.$, this.
|
|
541
|
+
hw(a, b, c, d) {
|
|
542
|
+
super.hw(a, b, c, d);
|
|
543
|
+
let e = typeCast(XamDataChart.$, this.bi);
|
|
544
544
|
switch (b) {
|
|
545
545
|
case "CrossingAxis":
|
|
546
546
|
let f = typeCast(NumericRadiusAxis.$, d);
|
|
547
|
-
this.
|
|
547
|
+
this.nc(f);
|
|
548
548
|
if (f != null) {
|
|
549
|
-
f.
|
|
549
|
+
f.n3(this);
|
|
550
550
|
}
|
|
551
|
-
this.
|
|
552
|
-
this.
|
|
551
|
+
this.cq = true;
|
|
552
|
+
this.h8(false);
|
|
553
553
|
break;
|
|
554
554
|
case CategoryAngleAxis.$$p[0]:
|
|
555
|
-
this.
|
|
556
|
-
while (this.
|
|
557
|
-
this.
|
|
555
|
+
this.ms = this.m2;
|
|
556
|
+
while (this.ms < 0) {
|
|
557
|
+
this.ms += 360;
|
|
558
558
|
}
|
|
559
|
-
while (this.
|
|
560
|
-
this.
|
|
559
|
+
while (this.ms >= 360) {
|
|
560
|
+
this.ms -= 360;
|
|
561
561
|
}
|
|
562
|
-
this.
|
|
563
|
-
this.
|
|
564
|
-
this.
|
|
565
|
-
for (let g of fromEnum(this.
|
|
562
|
+
this.ms = (this.ms * Math.PI) / 180;
|
|
563
|
+
this.cq = true;
|
|
564
|
+
this.h8(false);
|
|
565
|
+
for (let g of fromEnum(this.de)) {
|
|
566
566
|
g.mn(false);
|
|
567
567
|
g.lu();
|
|
568
568
|
}
|
|
@@ -570,8 +570,8 @@ export let CategoryAngleAxis = /*@__PURE__*/ (() => {
|
|
|
570
570
|
case "Label":
|
|
571
571
|
if (e != null) {
|
|
572
572
|
for (let h of fromEnum(e.axes)) {
|
|
573
|
-
h.
|
|
574
|
-
h.
|
|
573
|
+
h.cq = true;
|
|
574
|
+
h.h7();
|
|
575
575
|
}
|
|
576
576
|
}
|
|
577
577
|
break;
|
|
@@ -579,44 +579,25 @@ export let CategoryAngleAxis = /*@__PURE__*/ (() => {
|
|
|
579
579
|
if (e != null) {
|
|
580
580
|
for (let i of fromEnum(e.axes)) {
|
|
581
581
|
if (typeCast(NumericAngleAxis.$, i) !== null || typeCast(CategoryAngleAxis.$, i) !== null) {
|
|
582
|
-
i.
|
|
583
|
-
i.
|
|
582
|
+
i.cq = true;
|
|
583
|
+
i.h7();
|
|
584
584
|
}
|
|
585
585
|
}
|
|
586
586
|
}
|
|
587
587
|
break;
|
|
588
588
|
case "LabelSettings":
|
|
589
|
-
this.
|
|
590
|
-
this.
|
|
591
|
-
this.
|
|
592
|
-
this.
|
|
589
|
+
this.mj = this.mi();
|
|
590
|
+
this.na();
|
|
591
|
+
this.cq = true;
|
|
592
|
+
this.h8(false);
|
|
593
593
|
break;
|
|
594
594
|
}
|
|
595
595
|
}
|
|
596
|
-
|
|
597
|
-
this.
|
|
598
|
-
}
|
|
599
|
-
nb(a) {
|
|
600
|
-
this.mk = a;
|
|
596
|
+
na() {
|
|
597
|
+
this.mr = NaN;
|
|
601
598
|
}
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
}
|
|
605
|
-
set my(a) {
|
|
606
|
-
this.h(CategoryAngleAxis.nc, a);
|
|
607
|
-
}
|
|
608
|
-
get ms() {
|
|
609
|
-
return this.mo;
|
|
610
|
-
}
|
|
611
|
-
set ms(a) {
|
|
612
|
-
if (this.ms != a) {
|
|
613
|
-
let b = this.mo;
|
|
614
|
-
this.mo = a;
|
|
615
|
-
this.h1("ActualInterval", b, this.ms);
|
|
616
|
-
}
|
|
617
|
-
}
|
|
618
|
-
eu() {
|
|
619
|
-
return this.ms;
|
|
599
|
+
nc(a) {
|
|
600
|
+
this.ml = a;
|
|
620
601
|
}
|
|
621
602
|
get mz() {
|
|
622
603
|
return this.c(CategoryAngleAxis.nd);
|
|
@@ -631,42 +612,61 @@ export let CategoryAngleAxis = /*@__PURE__*/ (() => {
|
|
|
631
612
|
if (this.mt != a) {
|
|
632
613
|
let b = this.mp;
|
|
633
614
|
this.mp = a;
|
|
634
|
-
this.
|
|
615
|
+
this.h2("ActualInterval", b, this.mt);
|
|
616
|
+
}
|
|
617
|
+
}
|
|
618
|
+
ev() {
|
|
619
|
+
return this.mt;
|
|
620
|
+
}
|
|
621
|
+
get m0() {
|
|
622
|
+
return this.c(CategoryAngleAxis.ne);
|
|
623
|
+
}
|
|
624
|
+
set m0(a) {
|
|
625
|
+
this.h(CategoryAngleAxis.ne, a);
|
|
626
|
+
}
|
|
627
|
+
get mu() {
|
|
628
|
+
return this.mq;
|
|
629
|
+
}
|
|
630
|
+
set mu(a) {
|
|
631
|
+
if (this.mu != a) {
|
|
632
|
+
let b = this.mq;
|
|
633
|
+
this.mq = a;
|
|
634
|
+
this.h2("ActualMinorInterval", b, this.mu);
|
|
635
635
|
}
|
|
636
636
|
}
|
|
637
|
-
|
|
638
|
-
return !isNaN_(this.
|
|
637
|
+
mo() {
|
|
638
|
+
return !isNaN_(this.mz);
|
|
639
639
|
}
|
|
640
|
-
|
|
640
|
+
get_a2() {
|
|
641
641
|
return 2;
|
|
642
642
|
}
|
|
643
|
-
get
|
|
644
|
-
return this.
|
|
643
|
+
get a2() {
|
|
644
|
+
return this.get_a2();
|
|
645
645
|
}
|
|
646
|
-
|
|
647
|
-
if (this.
|
|
648
|
-
this.
|
|
646
|
+
c3() {
|
|
647
|
+
if (this.cq && this.c4) {
|
|
648
|
+
this.bc = this.bb();
|
|
649
649
|
}
|
|
650
|
-
if (this.
|
|
650
|
+
if (this.kr == null) {
|
|
651
651
|
return false;
|
|
652
652
|
}
|
|
653
|
-
let a = this.
|
|
654
|
-
if (a != this.
|
|
655
|
-
let b = new AxisRangeChangedEventArgs(0, 1, 1, this.
|
|
656
|
-
this.
|
|
657
|
-
this.
|
|
653
|
+
let a = this.kr.count;
|
|
654
|
+
if (a != this.m4) {
|
|
655
|
+
let b = new AxisRangeChangedEventArgs(0, 1, 1, this.m4, a);
|
|
656
|
+
this.m4 = a;
|
|
657
|
+
this.h3(b);
|
|
658
658
|
return true;
|
|
659
659
|
}
|
|
660
660
|
return false;
|
|
661
661
|
}
|
|
662
|
-
get
|
|
663
|
-
return this.
|
|
662
|
+
get m4() {
|
|
663
|
+
return this.m3;
|
|
664
664
|
}
|
|
665
|
-
set
|
|
666
|
-
this.
|
|
665
|
+
set m4(a) {
|
|
666
|
+
this.m3 = a;
|
|
667
667
|
}
|
|
668
|
-
|
|
669
|
-
let f = typeCast(RadialAxisRenderingParameters.$, this.
|
|
668
|
+
j5(a, b, c, d = null, e = null) {
|
|
669
|
+
let f = typeCast(RadialAxisRenderingParameters.$, this.mj.d(c, b, d, e));
|
|
670
670
|
if (f == null) {
|
|
671
671
|
return null;
|
|
672
672
|
}
|
|
@@ -686,37 +686,40 @@ export let CategoryAngleAxis = /*@__PURE__*/ (() => {
|
|
|
686
686
|
return m;
|
|
687
687
|
}
|
|
688
688
|
get isVertical() {
|
|
689
|
-
return this.
|
|
690
|
-
}
|
|
691
|
-
j$c(a, b) {
|
|
692
|
-
return this.el.apply(this, arguments);
|
|
689
|
+
return this.cp;
|
|
693
690
|
}
|
|
694
|
-
j$
|
|
695
|
-
return this.
|
|
691
|
+
j$d(a, b) {
|
|
692
|
+
return this.em.apply(this, arguments);
|
|
696
693
|
}
|
|
697
|
-
j$
|
|
698
|
-
this.
|
|
694
|
+
j$c(a, b) {
|
|
695
|
+
return this.ej.apply(this, arguments);
|
|
699
696
|
}
|
|
700
|
-
j$e(a, b, c, d) {
|
|
697
|
+
j$e(a, b, c, d, e) {
|
|
701
698
|
this.hm.apply(this, arguments);
|
|
702
699
|
}
|
|
703
700
|
j$f(a, b, c, d) {
|
|
704
701
|
this.hn.apply(this, arguments);
|
|
705
702
|
}
|
|
706
|
-
|
|
707
|
-
|
|
703
|
+
j$g(a, b, c, d) {
|
|
704
|
+
this.ho.apply(this, arguments);
|
|
705
|
+
}
|
|
706
|
+
get j$b() {
|
|
707
|
+
return this.ch;
|
|
708
|
+
}
|
|
709
|
+
j$a() {
|
|
710
|
+
return this.ag.apply(this, arguments);
|
|
708
711
|
}
|
|
709
712
|
}
|
|
710
713
|
CategoryAngleAxis.$t = /*@__PURE__*/ markType(CategoryAngleAxis, 'CategoryAngleAxis', CategoryAxisBase.$, [IAngleScaler_$type]);
|
|
711
|
-
CategoryAngleAxis.
|
|
712
|
-
a.
|
|
713
|
-
a.
|
|
714
|
+
CategoryAngleAxis.nd = /*@__PURE__*/ DependencyProperty.i("Interval", Number_$type, CategoryAngleAxis.$, /*@__PURE__*/ new PropertyMetadata(2, NaN, (a, b) => {
|
|
715
|
+
a.h2("Interval", b.oldValue, b.newValue);
|
|
716
|
+
a.h8(false);
|
|
714
717
|
}));
|
|
715
|
-
CategoryAngleAxis.
|
|
716
|
-
(typeCast(CategoryAngleAxis.$, a)).
|
|
717
|
-
(typeCast(CategoryAngleAxis.$, a)).
|
|
718
|
+
CategoryAngleAxis.ne = /*@__PURE__*/ DependencyProperty.i("MinorInterval", Number_$type, CategoryAngleAxis.$, /*@__PURE__*/ new PropertyMetadata(2, NaN, (a, b) => {
|
|
719
|
+
(typeCast(CategoryAngleAxis.$, a)).h2("MinorInterval", b.oldValue, b.newValue);
|
|
720
|
+
(typeCast(CategoryAngleAxis.$, a)).h8(false);
|
|
718
721
|
}));
|
|
719
|
-
CategoryAngleAxis.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, CategoryAngleAxis, '
|
|
722
|
+
CategoryAngleAxis.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, CategoryAngleAxis, 'h2', ['StartAngleOffset:m2:nf', [1, 0]]);
|
|
720
723
|
return CategoryAngleAxis;
|
|
721
724
|
})();
|
|
722
725
|
/**
|
|
@@ -724,112 +727,112 @@ export let CategoryAngleAxis = /*@__PURE__*/ (() => {
|
|
|
724
727
|
*/
|
|
725
728
|
export let NumericAngleAxis = /*@__PURE__*/ (() => {
|
|
726
729
|
class NumericAngleAxis extends NumericAxisBase {
|
|
727
|
-
|
|
730
|
+
a4() {
|
|
728
731
|
return new NumericAngleAxisView(this);
|
|
729
732
|
}
|
|
730
|
-
|
|
731
|
-
super.
|
|
732
|
-
this.
|
|
733
|
+
hs(a) {
|
|
734
|
+
super.hs(a);
|
|
735
|
+
this.nh = a;
|
|
733
736
|
}
|
|
734
|
-
|
|
737
|
+
get_b9() {
|
|
735
738
|
return true;
|
|
736
739
|
}
|
|
737
740
|
constructor() {
|
|
738
741
|
super();
|
|
739
|
-
this.
|
|
740
|
-
this.
|
|
741
|
-
this.
|
|
742
|
-
this.
|
|
743
|
-
this.
|
|
742
|
+
this.nk = null;
|
|
743
|
+
this.nl = false;
|
|
744
|
+
this.nm = NaN;
|
|
745
|
+
this.nn = 0;
|
|
746
|
+
this.ni = null;
|
|
744
747
|
this.ab = NumericAngleAxis.$;
|
|
745
|
-
this.
|
|
746
|
-
this.
|
|
748
|
+
this.nk = new PolarAxisRenderingManager();
|
|
749
|
+
this.k0 = this.ky();
|
|
747
750
|
}
|
|
748
|
-
|
|
751
|
+
av() {
|
|
749
752
|
let a = new AngleAxisLabelPanel();
|
|
750
753
|
a.dg = (b) => {
|
|
751
|
-
let c = this.
|
|
752
|
-
let d = !c.isEmpty ? this.
|
|
753
|
-
return this.
|
|
754
|
+
let c = this.bi != null ? this.bi.tj : Rect.empty;
|
|
755
|
+
let d = !c.isEmpty ? this.kd : Rect.empty;
|
|
756
|
+
return this.nx(b, { $type: Point_$type, x: 0.5, y: 0.5 }, c, d, this.aw.bh);
|
|
754
757
|
};
|
|
755
758
|
return a;
|
|
756
759
|
}
|
|
757
|
-
|
|
758
|
-
if (this.
|
|
760
|
+
no() {
|
|
761
|
+
if (this.nj == null) {
|
|
759
762
|
return 0;
|
|
760
763
|
}
|
|
761
|
-
if (!this.
|
|
762
|
-
return this.
|
|
764
|
+
if (!this.b5()) {
|
|
765
|
+
return this.nj.nt();
|
|
763
766
|
}
|
|
764
767
|
else {
|
|
765
|
-
return this.
|
|
768
|
+
return this.nj.nu((this.fv));
|
|
766
769
|
}
|
|
767
770
|
}
|
|
768
|
-
|
|
771
|
+
nq(a) {
|
|
769
772
|
return Math.round(a * Math.pow(10, 10)) / Math.pow(10, 10);
|
|
770
773
|
}
|
|
771
|
-
|
|
772
|
-
let a = super.
|
|
774
|
+
ky() {
|
|
775
|
+
let a = super.ky();
|
|
773
776
|
a.b.c = (b) => {
|
|
774
|
-
if ((this.
|
|
775
|
-
let c = typeCast(XamDataChart.$, this.
|
|
777
|
+
if ((this.az == null || this.az.visibility == 0) && this.nj != null && this.nm != b) {
|
|
778
|
+
let c = typeCast(XamDataChart.$, this.bi);
|
|
776
779
|
if (c == null) {
|
|
777
780
|
return;
|
|
778
781
|
}
|
|
779
|
-
this.
|
|
780
|
-
this.
|
|
781
|
-
c.
|
|
782
|
+
this.nm = b;
|
|
783
|
+
this.aw.bg = b;
|
|
784
|
+
c.md();
|
|
782
785
|
for (let d of fromEnum(c.axes)) {
|
|
783
|
-
if (d != this && typeCast(AngleAxisLabelPanel.$, d.
|
|
784
|
-
d.
|
|
786
|
+
if (d != this && typeCast(AngleAxisLabelPanel.$, d.aw) !== null) {
|
|
787
|
+
d.a5.ag();
|
|
785
788
|
}
|
|
786
789
|
}
|
|
787
790
|
}
|
|
788
791
|
};
|
|
789
792
|
a.e = (b) => {
|
|
790
|
-
b.n = this.
|
|
793
|
+
b.n = this.no();
|
|
791
794
|
b.r = b.n;
|
|
792
795
|
};
|
|
793
796
|
a.j = (b) => {
|
|
794
797
|
let c = typeCast(PolarAxisRenderingParameters.$, b);
|
|
795
798
|
if (c.e == c.k._inner[0]) {
|
|
796
|
-
this.
|
|
799
|
+
this.nk.i(b.t, b.n, b.z, b.aa, c.center, c.minAngle, c.maxAngle);
|
|
797
800
|
}
|
|
798
801
|
};
|
|
799
802
|
a.k = (b, c, d) => {
|
|
800
803
|
let e = typeCast(PolarAxisRenderingParameters.$, b);
|
|
801
|
-
this.
|
|
804
|
+
this.nk.m(c, d, b.z, b.aa, e.minLength, e.maxLength, e.center);
|
|
802
805
|
};
|
|
803
806
|
a.l = (b, c, d, e) => {
|
|
804
807
|
let f = typeCast(PolarAxisRenderingParameters.$, b);
|
|
805
|
-
this.
|
|
808
|
+
this.nk.n(c, d, e, f.z, b.aa, f.minLength, f.maxLength, f.center);
|
|
806
809
|
};
|
|
807
810
|
a.d = (b, c, d, e) => {
|
|
808
|
-
let f = typeCast(PolarAxisRenderingParameters.$, this.
|
|
811
|
+
let f = typeCast(PolarAxisRenderingParameters.$, this.k1(b, c, d, e));
|
|
809
812
|
return f;
|
|
810
813
|
};
|
|
811
814
|
a.v = () => {
|
|
812
|
-
if (!this.
|
|
813
|
-
this.
|
|
814
|
-
this.
|
|
815
|
-
this.
|
|
815
|
+
if (!this.nl) {
|
|
816
|
+
this.nl = true;
|
|
817
|
+
this.nj.c1();
|
|
818
|
+
this.nl = false;
|
|
816
819
|
}
|
|
817
820
|
};
|
|
818
821
|
a.m = (b, c) => this.getScaledAngle(c);
|
|
819
|
-
a.o = (b, c) => !c.isEmpty && !b.isEmpty && this.
|
|
822
|
+
a.o = (b, c) => !c.isEmpty && !b.isEmpty && this.nj != null;
|
|
820
823
|
a.q = (b, c) => {
|
|
821
|
-
if (this.
|
|
824
|
+
if (this.nq(c - this.nn) < 0) {
|
|
822
825
|
return false;
|
|
823
826
|
}
|
|
824
|
-
if (this.
|
|
827
|
+
if (this.nq(c - this.nn - (2 * Math.PI)) > 0) {
|
|
825
828
|
return false;
|
|
826
829
|
}
|
|
827
830
|
return true;
|
|
828
831
|
};
|
|
829
832
|
a.p = (b, c, d) => {
|
|
830
833
|
let e = typeCast(PolarAxisRenderingParameters.$, b);
|
|
831
|
-
let f = this.
|
|
832
|
-
let g = this.
|
|
834
|
+
let f = this.nx(this.getScaledAngle(e.l), e.center, b.aa, b.z, 0);
|
|
835
|
+
let g = this.nx(c, e.center, b.aa, b.z, 0);
|
|
833
836
|
if (d && MathUtil.g(f.x - g.x, f.y - g.y) < 2) {
|
|
834
837
|
return false;
|
|
835
838
|
}
|
|
@@ -849,10 +852,10 @@ export let NumericAngleAxis = /*@__PURE__*/ (() => {
|
|
|
849
852
|
};
|
|
850
853
|
return a;
|
|
851
854
|
}
|
|
852
|
-
|
|
853
|
-
let f = this.
|
|
855
|
+
nx(a, b, c, d, e) {
|
|
856
|
+
let f = this.no();
|
|
854
857
|
let g = ViewportUtils.b(e, c, d);
|
|
855
|
-
if (this.
|
|
858
|
+
if (this.az != null && (this.az.c == 5 || this.az.c == 1)) {
|
|
856
859
|
g *= -1;
|
|
857
860
|
}
|
|
858
861
|
let h = b.x + (f + g) * Math.cos(a);
|
|
@@ -861,63 +864,63 @@ export let NumericAngleAxis = /*@__PURE__*/ (() => {
|
|
|
861
864
|
i = ViewportUtils.f(i, c, d);
|
|
862
865
|
return { $type: Point_$type, x: h, y: i };
|
|
863
866
|
}
|
|
864
|
-
|
|
867
|
+
ej(a, b) {
|
|
865
868
|
return this.getScaledAngle(a);
|
|
866
869
|
}
|
|
867
870
|
getScaledAngle1(a, b, c) {
|
|
868
871
|
let d = 0;
|
|
869
872
|
if (b) {
|
|
870
|
-
d = (Math.log(a) - this.
|
|
873
|
+
d = (Math.log(a) - this.l3) / (this.l2 - this.l3);
|
|
871
874
|
}
|
|
872
875
|
else {
|
|
873
|
-
d = (a - this.
|
|
876
|
+
d = (a - this.lx) / (this.lw - this.lx);
|
|
874
877
|
}
|
|
875
878
|
if (c) {
|
|
876
879
|
d = 1 - d;
|
|
877
880
|
}
|
|
878
|
-
return (d * 2 * Math.PI) + this.
|
|
881
|
+
return (d * 2 * Math.PI) + this.nn;
|
|
879
882
|
}
|
|
880
883
|
getScaledAngle(a) {
|
|
881
|
-
return this.getScaledAngle1(a, this.
|
|
884
|
+
return this.getScaledAngle1(a, this.lj, this.ci);
|
|
882
885
|
}
|
|
883
|
-
|
|
886
|
+
em(a, b) {
|
|
884
887
|
return this.getUnscaledAngle(a);
|
|
885
888
|
}
|
|
886
889
|
getUnscaledAngle(a) {
|
|
887
|
-
let b = (a - this.
|
|
888
|
-
if (this.
|
|
890
|
+
let b = (a - this.nn) / (2 * Math.PI);
|
|
891
|
+
if (this.ch) {
|
|
889
892
|
b = 1 - b;
|
|
890
893
|
}
|
|
891
|
-
if (this.
|
|
892
|
-
return Math.exp(b * (this.
|
|
894
|
+
if (this.lj) {
|
|
895
|
+
return Math.exp(b * (this.l2 - this.l3) + this.l3);
|
|
893
896
|
}
|
|
894
897
|
else {
|
|
895
|
-
return this.
|
|
898
|
+
return this.lx + b * (this.lw - this.lx);
|
|
896
899
|
}
|
|
897
900
|
}
|
|
898
|
-
|
|
899
|
-
super.
|
|
900
|
-
let e = typeCast(XamDataChart.$, this.
|
|
901
|
+
hw(a, b, c, d) {
|
|
902
|
+
super.hw(a, b, c, d);
|
|
903
|
+
let e = typeCast(XamDataChart.$, this.bi);
|
|
901
904
|
switch (b) {
|
|
902
905
|
case "CrossingAxis":
|
|
903
906
|
let f = typeCast(NumericRadiusAxis.$, d);
|
|
904
|
-
this.
|
|
907
|
+
this.nv(f);
|
|
905
908
|
if (f != null) {
|
|
906
|
-
f.
|
|
909
|
+
f.n3(this);
|
|
907
910
|
}
|
|
908
|
-
this.
|
|
911
|
+
this.h8(false);
|
|
909
912
|
break;
|
|
910
913
|
case NumericAngleAxis.$$p[0]:
|
|
911
|
-
this.
|
|
912
|
-
while (this.
|
|
913
|
-
this.
|
|
914
|
+
this.nn = this.nr;
|
|
915
|
+
while (this.nn < 0) {
|
|
916
|
+
this.nn += 360;
|
|
914
917
|
}
|
|
915
|
-
while (this.
|
|
916
|
-
this.
|
|
918
|
+
while (this.nn >= 360) {
|
|
919
|
+
this.nn -= 360;
|
|
917
920
|
}
|
|
918
|
-
this.
|
|
919
|
-
this.
|
|
920
|
-
for (let g of fromEnum(this.
|
|
921
|
+
this.nn = (this.nr * Math.PI) / 180;
|
|
922
|
+
this.h8(false);
|
|
923
|
+
for (let g of fromEnum(this.db())) {
|
|
921
924
|
g.mn(false);
|
|
922
925
|
g.lu();
|
|
923
926
|
}
|
|
@@ -925,7 +928,7 @@ export let NumericAngleAxis = /*@__PURE__*/ (() => {
|
|
|
925
928
|
case "Label":
|
|
926
929
|
if (e != null) {
|
|
927
930
|
for (let h of fromEnum(e.axes)) {
|
|
928
|
-
h.
|
|
931
|
+
h.h7();
|
|
929
932
|
}
|
|
930
933
|
}
|
|
931
934
|
break;
|
|
@@ -933,34 +936,34 @@ export let NumericAngleAxis = /*@__PURE__*/ (() => {
|
|
|
933
936
|
if (e != null) {
|
|
934
937
|
for (let i of fromEnum(e.axes)) {
|
|
935
938
|
if (typeCast(NumericAngleAxis.$, i) !== null || typeCast(CategoryAngleAxis.$, i) !== null) {
|
|
936
|
-
i.
|
|
939
|
+
i.h7();
|
|
937
940
|
}
|
|
938
941
|
}
|
|
939
942
|
}
|
|
940
943
|
break;
|
|
941
944
|
case "LabelSettings":
|
|
942
|
-
this.
|
|
943
|
-
this.
|
|
944
|
-
this.
|
|
945
|
-
this.
|
|
945
|
+
this.k0 = this.ky();
|
|
946
|
+
this.nt();
|
|
947
|
+
this.cq = true;
|
|
948
|
+
this.h8(false);
|
|
946
949
|
break;
|
|
947
950
|
}
|
|
948
951
|
}
|
|
949
|
-
|
|
950
|
-
this.
|
|
952
|
+
nt() {
|
|
953
|
+
this.nm = NaN;
|
|
951
954
|
}
|
|
952
|
-
|
|
955
|
+
k2() {
|
|
953
956
|
return new PolarAxisRenderingParameters();
|
|
954
957
|
}
|
|
955
|
-
|
|
956
|
-
let e = typeCast(PolarAxisRenderingParameters.$, super.
|
|
957
|
-
let f = this.
|
|
958
|
-
let g = this.
|
|
959
|
-
let h = 0.5 * this.
|
|
960
|
-
let i = 0.5 * this.
|
|
958
|
+
k1(a, b, c, d) {
|
|
959
|
+
let e = typeCast(PolarAxisRenderingParameters.$, super.k1(a, b, c, d));
|
|
960
|
+
let f = this.nk.f(b);
|
|
961
|
+
let g = this.nk.g(b);
|
|
962
|
+
let h = 0.5 * this.nj.no;
|
|
963
|
+
let i = 0.5 * this.nj.nn;
|
|
961
964
|
let j = f;
|
|
962
965
|
let k = g;
|
|
963
|
-
let l = this.
|
|
966
|
+
let l = this.nj.nt();
|
|
964
967
|
if (isNaN_(l) || isInfinity(l)) {
|
|
965
968
|
return null;
|
|
966
969
|
}
|
|
@@ -971,7 +974,7 @@ export let NumericAngleAxis = /*@__PURE__*/ (() => {
|
|
|
971
974
|
j = i;
|
|
972
975
|
}
|
|
973
976
|
let m = a.width;
|
|
974
|
-
this.
|
|
977
|
+
this.nk.k(b, e, this.lx, this.lw, this.ch, runOn(this, this.getUnscaledAngle), m);
|
|
975
978
|
let n = { $type: Point_$type, x: 0.5, y: 0.5 };
|
|
976
979
|
e.center = n;
|
|
977
980
|
e.maxLength = k;
|
|
@@ -980,7 +983,7 @@ export let NumericAngleAxis = /*@__PURE__*/ (() => {
|
|
|
980
983
|
return e;
|
|
981
984
|
}
|
|
982
985
|
getMinMaxAngle(a, b, c) {
|
|
983
|
-
let d = this.
|
|
986
|
+
let d = this.nk.l(a, b, c);
|
|
984
987
|
b = d.p1;
|
|
985
988
|
c = d.p2;
|
|
986
989
|
return {
|
|
@@ -988,58 +991,58 @@ export let NumericAngleAxis = /*@__PURE__*/ (() => {
|
|
|
988
991
|
p2: c
|
|
989
992
|
};
|
|
990
993
|
}
|
|
991
|
-
|
|
992
|
-
super.
|
|
993
|
-
let b = this.
|
|
994
|
-
let c = !b.isEmpty ? this.
|
|
995
|
-
let d = this.
|
|
996
|
-
let e = this.
|
|
997
|
-
let f = this.
|
|
994
|
+
h9(a) {
|
|
995
|
+
super.h9(a);
|
|
996
|
+
let b = this.bi != null ? this.bi.tj : Rect.empty;
|
|
997
|
+
let c = !b.isEmpty ? this.kd : Rect.empty;
|
|
998
|
+
let d = this.j8();
|
|
999
|
+
let e = this.j7();
|
|
1000
|
+
let f = this.k0.c(a, c, b, d, e);
|
|
998
1001
|
if (f != null) {
|
|
999
|
-
this.
|
|
1000
|
-
this.
|
|
1002
|
+
this.lv = f.f.m;
|
|
1003
|
+
this.ly = f.f.l;
|
|
1001
1004
|
}
|
|
1002
1005
|
}
|
|
1003
|
-
get
|
|
1004
|
-
if (this.
|
|
1005
|
-
return this.
|
|
1006
|
+
get nj() {
|
|
1007
|
+
if (this.ni != null) {
|
|
1008
|
+
return this.ni;
|
|
1006
1009
|
}
|
|
1007
|
-
let a = typeCast(XamDataChart.$, this.
|
|
1010
|
+
let a = typeCast(XamDataChart.$, this.bi);
|
|
1008
1011
|
if (a != null) {
|
|
1009
1012
|
for (let b = 0; b < a.axes.count; b++) {
|
|
1010
|
-
if (a.axes._inner[b].
|
|
1013
|
+
if (a.axes._inner[b].cm) {
|
|
1011
1014
|
return a.axes._inner[b];
|
|
1012
1015
|
}
|
|
1013
1016
|
}
|
|
1014
1017
|
}
|
|
1015
|
-
return this.nh;
|
|
1016
|
-
}
|
|
1017
|
-
set ni(a) {
|
|
1018
|
-
this.nh = a;
|
|
1019
|
-
}
|
|
1020
|
-
aj() {
|
|
1021
1018
|
return this.ni;
|
|
1022
1019
|
}
|
|
1023
|
-
|
|
1020
|
+
set nj(a) {
|
|
1024
1021
|
this.ni = a;
|
|
1025
1022
|
}
|
|
1026
|
-
|
|
1027
|
-
|
|
1023
|
+
ak() {
|
|
1024
|
+
return this.nj;
|
|
1025
|
+
}
|
|
1026
|
+
nv(a) {
|
|
1027
|
+
this.nj = a;
|
|
1028
|
+
}
|
|
1029
|
+
ip(a, b) {
|
|
1030
|
+
super.ip(a, b);
|
|
1028
1031
|
if (b.height != a.height || b.width != a.width) {
|
|
1029
|
-
this.
|
|
1032
|
+
this.c1();
|
|
1030
1033
|
}
|
|
1031
1034
|
}
|
|
1032
|
-
|
|
1035
|
+
get_a2() {
|
|
1033
1036
|
return 2;
|
|
1034
1037
|
}
|
|
1035
|
-
get
|
|
1036
|
-
return this.
|
|
1038
|
+
get a2() {
|
|
1039
|
+
return this.get_a2();
|
|
1037
1040
|
}
|
|
1038
|
-
|
|
1039
|
-
if (this.
|
|
1041
|
+
j5(a, b, c, d = null, e = null) {
|
|
1042
|
+
if (this.nj == null) {
|
|
1040
1043
|
return null;
|
|
1041
1044
|
}
|
|
1042
|
-
let f = typeCast(PolarAxisRenderingParameters.$, this.
|
|
1045
|
+
let f = typeCast(PolarAxisRenderingParameters.$, this.k1(c, b, d, e));
|
|
1043
1046
|
if (f == null) {
|
|
1044
1047
|
return null;
|
|
1045
1048
|
}
|
|
@@ -1060,7 +1063,7 @@ export let NumericAngleAxis = /*@__PURE__*/ (() => {
|
|
|
1060
1063
|
}
|
|
1061
1064
|
}
|
|
1062
1065
|
NumericAngleAxis.$t = /*@__PURE__*/ markType(NumericAngleAxis, 'NumericAngleAxis', NumericAxisBase.$, [IAngleScaler_$type]);
|
|
1063
|
-
NumericAngleAxis.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, NumericAngleAxis, '
|
|
1066
|
+
NumericAngleAxis.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, NumericAngleAxis, 'h2', ['StartAngleOffset:nr:nw', [1, 0]]);
|
|
1064
1067
|
return NumericAngleAxis;
|
|
1065
1068
|
})();
|
|
1066
1069
|
/**
|
|
@@ -1068,76 +1071,76 @@ export let NumericAngleAxis = /*@__PURE__*/ (() => {
|
|
|
1068
1071
|
*/
|
|
1069
1072
|
export let NumericRadiusAxis = /*@__PURE__*/ (() => {
|
|
1070
1073
|
class NumericRadiusAxis extends NumericAxisBase {
|
|
1071
|
-
|
|
1074
|
+
a4() {
|
|
1072
1075
|
return new NumericRadiusAxisView(this);
|
|
1073
1076
|
}
|
|
1074
|
-
|
|
1075
|
-
super.
|
|
1076
|
-
this.
|
|
1077
|
+
hs(a) {
|
|
1078
|
+
super.hs(a);
|
|
1079
|
+
this.nj = a;
|
|
1077
1080
|
}
|
|
1078
|
-
|
|
1081
|
+
get_cm() {
|
|
1079
1082
|
return true;
|
|
1080
1083
|
}
|
|
1081
|
-
|
|
1082
|
-
let a = this.
|
|
1083
|
-
let b = this.
|
|
1084
|
-
let c = Math.min(this.
|
|
1084
|
+
ei() {
|
|
1085
|
+
let a = this.no;
|
|
1086
|
+
let b = this.nn;
|
|
1087
|
+
let c = Math.min(this.ns(), this.nr()) * (a - b) / 2;
|
|
1085
1088
|
c = Math.max(c, 14);
|
|
1086
1089
|
return c;
|
|
1087
1090
|
}
|
|
1088
|
-
|
|
1089
|
-
return this.
|
|
1091
|
+
ns() {
|
|
1092
|
+
return this.kd.width;
|
|
1090
1093
|
}
|
|
1091
|
-
|
|
1092
|
-
return this.
|
|
1094
|
+
nr() {
|
|
1095
|
+
return this.kd.height;
|
|
1093
1096
|
}
|
|
1094
1097
|
constructor() {
|
|
1095
1098
|
super();
|
|
1096
|
-
this.
|
|
1097
|
-
this.
|
|
1098
|
-
this.
|
|
1099
|
+
this.nk = null;
|
|
1100
|
+
this.nl = false;
|
|
1101
|
+
this.nm = NaN;
|
|
1102
|
+
this.no = 0;
|
|
1099
1103
|
this.nn = 0;
|
|
1100
|
-
this.
|
|
1101
|
-
this.
|
|
1102
|
-
this.ng = null;
|
|
1104
|
+
this.nq = 0;
|
|
1105
|
+
this.nh = null;
|
|
1103
1106
|
this.ab = NumericRadiusAxis.$;
|
|
1107
|
+
this.no = this.ny;
|
|
1104
1108
|
this.nn = this.nx;
|
|
1105
|
-
this.
|
|
1106
|
-
this.
|
|
1107
|
-
this.kz = this.kx();
|
|
1109
|
+
this.nk = new PolarAxisRenderingManager();
|
|
1110
|
+
this.k0 = this.ky();
|
|
1108
1111
|
}
|
|
1109
|
-
|
|
1112
|
+
av() {
|
|
1110
1113
|
return new RadialAxisLabelPanel();
|
|
1111
1114
|
}
|
|
1112
|
-
|
|
1115
|
+
np(a) {
|
|
1113
1116
|
if (a == null) {
|
|
1114
1117
|
return 0;
|
|
1115
1118
|
}
|
|
1116
1119
|
return a;
|
|
1117
1120
|
}
|
|
1118
|
-
|
|
1119
|
-
let a = super.
|
|
1121
|
+
ky() {
|
|
1122
|
+
let a = super.ky();
|
|
1120
1123
|
a.b.c = (b) => {
|
|
1121
|
-
if ((this.
|
|
1122
|
-
if ((this.
|
|
1123
|
-
this.
|
|
1124
|
-
this.
|
|
1125
|
-
this.
|
|
1124
|
+
if ((this.az == null || this.az.visibility == 0) && this.ni != null) {
|
|
1125
|
+
if ((this.az == null || (this.az.c == 4 || this.az.c == 5)) && this.nm != b) {
|
|
1126
|
+
this.nm = b;
|
|
1127
|
+
this.aw.bg = b;
|
|
1128
|
+
this.bi.md();
|
|
1126
1129
|
}
|
|
1127
1130
|
}
|
|
1128
1131
|
};
|
|
1129
1132
|
a.k = (b, c, d) => {
|
|
1130
1133
|
let e = typeCast(PolarAxisRenderingParameters.$, b);
|
|
1131
|
-
this.
|
|
1134
|
+
this.nk.i(c, d, e.z, e.aa, e.center, e.minAngle, e.maxAngle);
|
|
1132
1135
|
};
|
|
1133
1136
|
a.l = (b, c, d, e) => {
|
|
1134
1137
|
if (d == e) {
|
|
1135
1138
|
return;
|
|
1136
1139
|
}
|
|
1137
1140
|
let f = typeCast(PolarAxisRenderingParameters.$, b);
|
|
1138
|
-
this.
|
|
1141
|
+
this.nk.j(c, d, e, f.z, f.aa, f.center, f.minAngle, f.maxAngle);
|
|
1139
1142
|
};
|
|
1140
|
-
a.m = (b, c) => this.
|
|
1143
|
+
a.m = (b, c) => this.nu(c);
|
|
1141
1144
|
a.q = (b, c) => {
|
|
1142
1145
|
let d = typeCast(PolarAxisRenderingParameters.$, b);
|
|
1143
1146
|
return c <= d.effectiveMaximum;
|
|
@@ -1148,20 +1151,20 @@ export let NumericRadiusAxis = /*@__PURE__*/ (() => {
|
|
|
1148
1151
|
};
|
|
1149
1152
|
a.j = (b) => {
|
|
1150
1153
|
let c = typeCast(PolarAxisRenderingParameters.$, b);
|
|
1151
|
-
this.
|
|
1154
|
+
this.nk.m(b.t, c.crossingAngleRadians, b.z, b.aa, c.minLength, c.maxLength, c.center);
|
|
1152
1155
|
};
|
|
1153
1156
|
a.e = (b) => {
|
|
1154
|
-
b.n = this.
|
|
1157
|
+
b.n = this.az == null || (this.az.c == 4 || this.az.c == 0) ? b.z.top : b.z.bottom;
|
|
1155
1158
|
b.r = b.n;
|
|
1156
1159
|
let c = typeCast(PolarAxisRenderingParameters.$, b);
|
|
1157
|
-
c.crossingAngleRadians = (this.
|
|
1158
|
-
if (this.
|
|
1160
|
+
c.crossingAngleRadians = (this.np(this.fv) * Math.PI) / 180;
|
|
1161
|
+
if (this.az == null || (this.az.c == 4 || this.az.c == 5)) {
|
|
1159
1162
|
c.n = ViewportUtils.f(0.5, c.aa, c.z) - b.z.top;
|
|
1160
1163
|
c.r = c.n;
|
|
1161
|
-
let d = typeCast(RadialAxisLabelPanel.$, this.
|
|
1164
|
+
let d = typeCast(RadialAxisLabelPanel.$, this.aw);
|
|
1162
1165
|
if (d != null) {
|
|
1163
1166
|
let e = 0;
|
|
1164
|
-
if (this.
|
|
1167
|
+
if (this.az != null && this.az.c == 4) {
|
|
1165
1168
|
e = 1;
|
|
1166
1169
|
}
|
|
1167
1170
|
d.dy = { $type: Point_$type, x: ViewportUtils.c(0.5, c.aa, c.z), y: e };
|
|
@@ -1171,17 +1174,17 @@ export let NumericRadiusAxis = /*@__PURE__*/ (() => {
|
|
|
1171
1174
|
};
|
|
1172
1175
|
a.p = (b, c, d) => {
|
|
1173
1176
|
let e = typeCast(PolarAxisRenderingParameters.$, b);
|
|
1174
|
-
if (this.
|
|
1177
|
+
if (this.ni == null) {
|
|
1175
1178
|
return false;
|
|
1176
1179
|
}
|
|
1177
1180
|
if (c > e.effectiveMaximum) {
|
|
1178
1181
|
return false;
|
|
1179
1182
|
}
|
|
1180
1183
|
let f = false;
|
|
1181
|
-
f = this.
|
|
1184
|
+
f = this.az == null || (this.az.c == 4 || this.az.c == 5);
|
|
1182
1185
|
let g = 0;
|
|
1183
1186
|
if (f) {
|
|
1184
|
-
g = this.
|
|
1187
|
+
g = this.nq;
|
|
1185
1188
|
}
|
|
1186
1189
|
let h = e.center.x + c * Math.cos(g);
|
|
1187
1190
|
let i = e.center.y + c * Math.sin(g);
|
|
@@ -1207,21 +1210,21 @@ export let NumericRadiusAxis = /*@__PURE__*/ (() => {
|
|
|
1207
1210
|
};
|
|
1208
1211
|
return a;
|
|
1209
1212
|
}
|
|
1210
|
-
|
|
1211
|
-
return this.
|
|
1213
|
+
ej(a, b) {
|
|
1214
|
+
return this.nu(a);
|
|
1212
1215
|
}
|
|
1213
|
-
|
|
1216
|
+
nv(a, b, c, d, e) {
|
|
1214
1217
|
let f = 0;
|
|
1215
1218
|
if (b) {
|
|
1216
1219
|
if (a <= 0) {
|
|
1217
|
-
f = (Math.log(this.
|
|
1220
|
+
f = (Math.log(this.lx) - this.l3) / (this.l2 - this.l3);
|
|
1218
1221
|
}
|
|
1219
1222
|
else {
|
|
1220
|
-
f = (Math.log(a) - this.
|
|
1223
|
+
f = (Math.log(a) - this.l3) / (this.l2 - this.l3);
|
|
1221
1224
|
}
|
|
1222
1225
|
}
|
|
1223
1226
|
else {
|
|
1224
|
-
f = (a - this.
|
|
1227
|
+
f = (a - this.lx) / (this.lw - this.lx);
|
|
1225
1228
|
}
|
|
1226
1229
|
if (c) {
|
|
1227
1230
|
f = 1 - f;
|
|
@@ -1230,118 +1233,118 @@ export let NumericRadiusAxis = /*@__PURE__*/ (() => {
|
|
|
1230
1233
|
f /= 2;
|
|
1231
1234
|
return f;
|
|
1232
1235
|
}
|
|
1233
|
-
|
|
1234
|
-
return this.
|
|
1236
|
+
nu(a) {
|
|
1237
|
+
return this.nv(a, this.lj, this.ci, this.no, this.nn);
|
|
1235
1238
|
}
|
|
1236
|
-
|
|
1239
|
+
nw(a) {
|
|
1237
1240
|
let b = a * 2;
|
|
1238
|
-
b = (b - this.
|
|
1239
|
-
if (this.
|
|
1241
|
+
b = (b - this.nn) / (this.no - this.nn);
|
|
1242
|
+
if (this.ch) {
|
|
1240
1243
|
b = 1 - b;
|
|
1241
1244
|
}
|
|
1242
|
-
if (this.
|
|
1243
|
-
return Math.exp(b * (this.
|
|
1245
|
+
if (this.lj) {
|
|
1246
|
+
return Math.exp(b * (this.l2 - this.l3) + this.l3);
|
|
1244
1247
|
}
|
|
1245
1248
|
else {
|
|
1246
|
-
return this.
|
|
1249
|
+
return this.lx + b * (this.lw - this.lx);
|
|
1247
1250
|
}
|
|
1248
1251
|
}
|
|
1249
|
-
|
|
1250
|
-
return this.
|
|
1252
|
+
em(a, b) {
|
|
1253
|
+
return this.nw(a);
|
|
1251
1254
|
}
|
|
1252
|
-
|
|
1255
|
+
hw(a, b, c, d) {
|
|
1253
1256
|
switch (b) {
|
|
1254
1257
|
case "CrossingValue":
|
|
1255
|
-
this.
|
|
1258
|
+
this.nq = this.np(this.fv) * Math.PI / 180;
|
|
1256
1259
|
break;
|
|
1257
1260
|
}
|
|
1258
|
-
super.
|
|
1261
|
+
super.hw(a, b, c, d);
|
|
1259
1262
|
switch (b) {
|
|
1260
1263
|
case NumericRadiusAxis.$$p[1]:
|
|
1261
|
-
this.
|
|
1262
|
-
if (this.
|
|
1263
|
-
this.
|
|
1264
|
+
this.no = this.ny;
|
|
1265
|
+
if (this.no < 0) {
|
|
1266
|
+
this.no = 0.1;
|
|
1264
1267
|
}
|
|
1265
|
-
if (this.
|
|
1266
|
-
this.
|
|
1268
|
+
if (this.no > 1) {
|
|
1269
|
+
this.no = 1;
|
|
1267
1270
|
}
|
|
1268
|
-
if (this.
|
|
1269
|
-
this.
|
|
1270
|
-
if (this.
|
|
1271
|
-
this.
|
|
1272
|
-
this.
|
|
1271
|
+
if (this.nn >= this.no) {
|
|
1272
|
+
this.nn = this.no - 0.01;
|
|
1273
|
+
if (this.nn < 0) {
|
|
1274
|
+
this.nn = 0;
|
|
1275
|
+
this.no = 0.01;
|
|
1273
1276
|
}
|
|
1274
1277
|
}
|
|
1275
|
-
this.
|
|
1276
|
-
this.
|
|
1277
|
-
if (this.
|
|
1278
|
-
this.
|
|
1278
|
+
this.cq = true;
|
|
1279
|
+
this.h8(false);
|
|
1280
|
+
if (this.ni != null) {
|
|
1281
|
+
this.ni.h7();
|
|
1279
1282
|
}
|
|
1280
|
-
for (let e of fromEnum(this.
|
|
1283
|
+
for (let e of fromEnum(this.db())) {
|
|
1281
1284
|
e.mn(false);
|
|
1282
1285
|
}
|
|
1283
1286
|
break;
|
|
1284
1287
|
case NumericRadiusAxis.$$p[0]:
|
|
1285
|
-
this.
|
|
1286
|
-
if (this.
|
|
1287
|
-
this.
|
|
1288
|
+
this.nn = this.nx;
|
|
1289
|
+
if (this.nn < 0) {
|
|
1290
|
+
this.nn = 0.1;
|
|
1288
1291
|
}
|
|
1289
|
-
if (this.
|
|
1290
|
-
this.
|
|
1292
|
+
if (this.nn > 1) {
|
|
1293
|
+
this.nn = 1;
|
|
1291
1294
|
}
|
|
1292
|
-
if (this.
|
|
1293
|
-
this.
|
|
1294
|
-
if (this.
|
|
1295
|
-
this.
|
|
1296
|
-
this.
|
|
1295
|
+
if (this.nn >= this.no) {
|
|
1296
|
+
this.nn = this.no - 0.01;
|
|
1297
|
+
if (this.nn < 0) {
|
|
1298
|
+
this.nn = 0;
|
|
1299
|
+
this.no = 0.01;
|
|
1297
1300
|
}
|
|
1298
1301
|
}
|
|
1299
|
-
this.
|
|
1300
|
-
this.
|
|
1301
|
-
if (this.
|
|
1302
|
-
this.
|
|
1302
|
+
this.cq = true;
|
|
1303
|
+
this.h8(false);
|
|
1304
|
+
if (this.ni != null) {
|
|
1305
|
+
this.ni.h7();
|
|
1303
1306
|
}
|
|
1304
|
-
for (let f of fromEnum(this.
|
|
1307
|
+
for (let f of fromEnum(this.db())) {
|
|
1305
1308
|
f.e3 = true;
|
|
1306
1309
|
f.mn(false);
|
|
1307
1310
|
}
|
|
1308
|
-
if (this.
|
|
1309
|
-
this.
|
|
1311
|
+
if (this.bi != null) {
|
|
1312
|
+
this.bi.mr();
|
|
1310
1313
|
}
|
|
1311
1314
|
break;
|
|
1312
1315
|
case "CrossingAxis":
|
|
1313
1316
|
let g = typeCast(NumericAngleAxis.$, d);
|
|
1314
1317
|
let h = typeCast(CategoryAngleAxis.$, d);
|
|
1315
1318
|
if (g == null && h == null) {
|
|
1316
|
-
this.
|
|
1319
|
+
this.n3(null);
|
|
1317
1320
|
}
|
|
1318
1321
|
if (g != null) {
|
|
1319
|
-
this.
|
|
1320
|
-
g.
|
|
1322
|
+
this.n3(g);
|
|
1323
|
+
g.nv(this);
|
|
1321
1324
|
}
|
|
1322
1325
|
if (h != null) {
|
|
1323
|
-
this.
|
|
1324
|
-
h.
|
|
1326
|
+
this.n3(h);
|
|
1327
|
+
h.nc(this);
|
|
1325
1328
|
}
|
|
1326
|
-
this.
|
|
1327
|
-
this.
|
|
1329
|
+
this.cq = true;
|
|
1330
|
+
this.h8(false);
|
|
1328
1331
|
break;
|
|
1329
1332
|
case "IsInverted":
|
|
1330
|
-
if (this.
|
|
1331
|
-
this.
|
|
1332
|
-
this.
|
|
1333
|
+
if (this.ni != null) {
|
|
1334
|
+
this.ni.cq = true;
|
|
1335
|
+
this.ni.h8(false);
|
|
1333
1336
|
}
|
|
1334
1337
|
break;
|
|
1335
1338
|
}
|
|
1336
1339
|
}
|
|
1337
|
-
|
|
1338
|
-
this.
|
|
1340
|
+
n3(a) {
|
|
1341
|
+
this.ni = a;
|
|
1339
1342
|
}
|
|
1340
|
-
get
|
|
1341
|
-
if (this.
|
|
1342
|
-
return this.
|
|
1343
|
+
get ni() {
|
|
1344
|
+
if (this.nh != null) {
|
|
1345
|
+
return this.nh;
|
|
1343
1346
|
}
|
|
1344
|
-
let a = typeCast(XamDataChart.$, this.
|
|
1347
|
+
let a = typeCast(XamDataChart.$, this.bi);
|
|
1345
1348
|
if (a != null) {
|
|
1346
1349
|
for (let b = 0; b < a.axes.count; b++) {
|
|
1347
1350
|
if (typeCast(NumericAngleAxis.$, a.axes._inner[b]) !== null || typeCast(CategoryAngleAxis.$, a.axes._inner[b]) !== null) {
|
|
@@ -1349,40 +1352,40 @@ export let NumericRadiusAxis = /*@__PURE__*/ (() => {
|
|
|
1349
1352
|
}
|
|
1350
1353
|
}
|
|
1351
1354
|
}
|
|
1352
|
-
return this.
|
|
1355
|
+
return this.nh;
|
|
1353
1356
|
}
|
|
1354
|
-
set
|
|
1355
|
-
this.
|
|
1357
|
+
set ni(a) {
|
|
1358
|
+
this.nh = a;
|
|
1356
1359
|
}
|
|
1357
|
-
|
|
1358
|
-
return this.
|
|
1360
|
+
ak() {
|
|
1361
|
+
return this.ni;
|
|
1359
1362
|
}
|
|
1360
|
-
|
|
1363
|
+
k2() {
|
|
1361
1364
|
return new PolarAxisRenderingParameters();
|
|
1362
1365
|
}
|
|
1363
|
-
|
|
1364
|
-
let e = typeCast(PolarAxisRenderingParameters.$, super.
|
|
1365
|
-
let f = this.
|
|
1366
|
-
let g = this.
|
|
1367
|
-
let h = 0.5 * this.
|
|
1368
|
-
let i = 0.5 * this.
|
|
1366
|
+
k1(a, b, c, d) {
|
|
1367
|
+
let e = typeCast(PolarAxisRenderingParameters.$, super.k1(a, b, c, d));
|
|
1368
|
+
let f = this.nk.f(b);
|
|
1369
|
+
let g = this.nk.g(b);
|
|
1370
|
+
let h = 0.5 * this.no;
|
|
1371
|
+
let i = 0.5 * this.nn;
|
|
1369
1372
|
let j, k;
|
|
1370
|
-
if (Rect.l_op_Equality(b, SeriesViewer.
|
|
1371
|
-
k = this.
|
|
1372
|
-
j = this.
|
|
1373
|
+
if (Rect.l_op_Equality(b, SeriesViewer.tv)) {
|
|
1374
|
+
k = this.lw;
|
|
1375
|
+
j = this.lx;
|
|
1373
1376
|
}
|
|
1374
1377
|
else {
|
|
1375
1378
|
k = Math.min(g, h);
|
|
1376
|
-
j = this.
|
|
1377
|
-
k = this.
|
|
1378
|
-
let l = this.
|
|
1379
|
+
j = this.nw(f);
|
|
1380
|
+
k = this.nw(k);
|
|
1381
|
+
let l = this.n4(a, b, j, k);
|
|
1379
1382
|
j = l.p2;
|
|
1380
1383
|
k = l.p3;
|
|
1381
1384
|
}
|
|
1382
1385
|
let m = { $type: Point_$type, x: 0.5, y: 0.5 };
|
|
1383
1386
|
let n = f;
|
|
1384
1387
|
let o = g;
|
|
1385
|
-
let p = Math.min(a.width, a.height) * (this.
|
|
1388
|
+
let p = Math.min(a.width, a.height) * (this.no - this.nn) / 2;
|
|
1386
1389
|
e.center = m;
|
|
1387
1390
|
let q = Math.max(o, n);
|
|
1388
1391
|
let r = Math.min(n, o);
|
|
@@ -1390,14 +1393,14 @@ export let NumericRadiusAxis = /*@__PURE__*/ (() => {
|
|
|
1390
1393
|
e.minLength = r;
|
|
1391
1394
|
let s = Math.min(j, k);
|
|
1392
1395
|
let t = Math.max(j, k);
|
|
1393
|
-
if (s < this.
|
|
1394
|
-
s = this.
|
|
1396
|
+
if (s < this.lx) {
|
|
1397
|
+
s = this.lx;
|
|
1395
1398
|
}
|
|
1396
|
-
if (t > this.
|
|
1397
|
-
t = this.
|
|
1399
|
+
if (t > this.lw) {
|
|
1400
|
+
t = this.lw;
|
|
1398
1401
|
}
|
|
1399
|
-
this.
|
|
1400
|
-
this.
|
|
1402
|
+
this.l0 = s;
|
|
1403
|
+
this.lz = t;
|
|
1401
1404
|
e.k.add(((() => {
|
|
1402
1405
|
let $ret = new RangeInfo();
|
|
1403
1406
|
$ret.d = s;
|
|
@@ -1405,7 +1408,7 @@ export let NumericRadiusAxis = /*@__PURE__*/ (() => {
|
|
|
1405
1408
|
$ret.b = p;
|
|
1406
1409
|
return $ret;
|
|
1407
1410
|
})()));
|
|
1408
|
-
let u = typeCast(IAngleScaler_$type, this.
|
|
1411
|
+
let u = typeCast(IAngleScaler_$type, this.ni);
|
|
1409
1412
|
if (u != null) {
|
|
1410
1413
|
let v;
|
|
1411
1414
|
let w;
|
|
@@ -1415,7 +1418,7 @@ export let NumericRadiusAxis = /*@__PURE__*/ (() => {
|
|
|
1415
1418
|
e.minAngle = Math.min(v, w);
|
|
1416
1419
|
e.maxAngle = Math.max(v, w);
|
|
1417
1420
|
}
|
|
1418
|
-
let y = this.
|
|
1421
|
+
let y = this.nt();
|
|
1419
1422
|
if (o >= h) {
|
|
1420
1423
|
o = y;
|
|
1421
1424
|
}
|
|
@@ -1425,25 +1428,25 @@ export let NumericRadiusAxis = /*@__PURE__*/ (() => {
|
|
|
1425
1428
|
e.minLength = n;
|
|
1426
1429
|
e.maxLength = o;
|
|
1427
1430
|
e.effectiveMaximum = y;
|
|
1428
|
-
e.f = this.
|
|
1431
|
+
e.f = this.k5;
|
|
1429
1432
|
let z = typeCast(LinearTickmarkValues.$, e.f);
|
|
1430
1433
|
if (z != null) {
|
|
1431
|
-
z.y = this.
|
|
1434
|
+
z.y = this.nz(m, e.minLength, e.maxLength, b, a);
|
|
1432
1435
|
}
|
|
1433
1436
|
return e;
|
|
1434
1437
|
}
|
|
1435
|
-
|
|
1438
|
+
n4(a, b, c, d) {
|
|
1436
1439
|
let e = { $type: Point_$type, x: 0.5, y: 0.5 };
|
|
1437
1440
|
let f = 0;
|
|
1438
|
-
if (this.
|
|
1439
|
-
f = this.
|
|
1441
|
+
if (this.ch) {
|
|
1442
|
+
f = this.nu(this.lx);
|
|
1440
1443
|
}
|
|
1441
1444
|
else {
|
|
1442
|
-
f = this.
|
|
1445
|
+
f = this.nu(this.lw);
|
|
1443
1446
|
}
|
|
1444
1447
|
let g = 0;
|
|
1445
|
-
if (this.
|
|
1446
|
-
g = this.
|
|
1448
|
+
if (this.fv != null) {
|
|
1449
|
+
g = this.nq;
|
|
1447
1450
|
}
|
|
1448
1451
|
let h = e.x + f * Math.cos(g);
|
|
1449
1452
|
let i = e.y + f * Math.sin(g);
|
|
@@ -1452,19 +1455,19 @@ export let NumericRadiusAxis = /*@__PURE__*/ (() => {
|
|
|
1452
1455
|
h = ViewportUtils.c(h, b, a);
|
|
1453
1456
|
i = ViewportUtils.f(i, b, a);
|
|
1454
1457
|
if (h >= a.left && h <= a.right && i >= a.top && i <= a.bottom) {
|
|
1455
|
-
if (this.
|
|
1456
|
-
d = this.
|
|
1458
|
+
if (this.ch) {
|
|
1459
|
+
d = this.lx;
|
|
1457
1460
|
}
|
|
1458
1461
|
else {
|
|
1459
|
-
d = this.
|
|
1462
|
+
d = this.lw;
|
|
1460
1463
|
}
|
|
1461
1464
|
}
|
|
1462
1465
|
if (e.x >= a.left && e.x <= a.right && e.y >= a.top && e.y <= a.bottom) {
|
|
1463
|
-
if (this.
|
|
1464
|
-
c = this.
|
|
1466
|
+
if (this.ch) {
|
|
1467
|
+
c = this.lw;
|
|
1465
1468
|
}
|
|
1466
1469
|
else {
|
|
1467
|
-
c = this.
|
|
1470
|
+
c = this.lx;
|
|
1468
1471
|
}
|
|
1469
1472
|
}
|
|
1470
1473
|
return {
|
|
@@ -1472,7 +1475,7 @@ export let NumericRadiusAxis = /*@__PURE__*/ (() => {
|
|
|
1472
1475
|
p3: d
|
|
1473
1476
|
};
|
|
1474
1477
|
}
|
|
1475
|
-
|
|
1478
|
+
nz(a, b, c, d, e) {
|
|
1476
1479
|
let f = ViewportUtils.d(c - b, d, e);
|
|
1477
1480
|
let g = f / Math.min(e.width, e.height);
|
|
1478
1481
|
if (g > 0.7) {
|
|
@@ -1480,54 +1483,54 @@ export let NumericRadiusAxis = /*@__PURE__*/ (() => {
|
|
|
1480
1483
|
}
|
|
1481
1484
|
return 5;
|
|
1482
1485
|
}
|
|
1483
|
-
|
|
1486
|
+
nt() {
|
|
1484
1487
|
let a = 0;
|
|
1485
|
-
if (!this.
|
|
1486
|
-
a = this.
|
|
1488
|
+
if (!this.ch) {
|
|
1489
|
+
a = this.nu(this.lw);
|
|
1487
1490
|
}
|
|
1488
1491
|
else {
|
|
1489
|
-
a = this.
|
|
1492
|
+
a = this.nu(this.lx);
|
|
1490
1493
|
}
|
|
1491
1494
|
return a;
|
|
1492
1495
|
}
|
|
1493
|
-
|
|
1494
|
-
if (this.
|
|
1495
|
-
this.
|
|
1496
|
+
m2(a) {
|
|
1497
|
+
if (this.ni != null) {
|
|
1498
|
+
this.ni.h7();
|
|
1496
1499
|
}
|
|
1497
1500
|
}
|
|
1498
|
-
|
|
1499
|
-
super.
|
|
1500
|
-
let b = this.
|
|
1501
|
-
let c = !b.isEmpty ? this.
|
|
1502
|
-
let d = this.
|
|
1503
|
-
let e = this.
|
|
1504
|
-
let f = this.
|
|
1501
|
+
h9(a) {
|
|
1502
|
+
super.h9(a);
|
|
1503
|
+
let b = this.bi != null ? this.bi.tj : Rect.empty;
|
|
1504
|
+
let c = !b.isEmpty ? this.kd : Rect.empty;
|
|
1505
|
+
let d = this.j8();
|
|
1506
|
+
let e = this.j7();
|
|
1507
|
+
let f = this.k0.c(a, c, b, d, e);
|
|
1505
1508
|
if (f != null) {
|
|
1506
|
-
this.
|
|
1507
|
-
this.
|
|
1509
|
+
this.lv = f.f.m;
|
|
1510
|
+
this.ly = f.f.l;
|
|
1508
1511
|
}
|
|
1509
1512
|
}
|
|
1510
|
-
|
|
1511
|
-
super.
|
|
1513
|
+
ip(a, b) {
|
|
1514
|
+
super.ip(a, b);
|
|
1512
1515
|
if (b.height != a.height || b.width != a.width) {
|
|
1513
|
-
this.
|
|
1516
|
+
this.c1();
|
|
1514
1517
|
}
|
|
1515
1518
|
}
|
|
1516
|
-
|
|
1517
|
-
let f = typeCast(IPolarRadialRenderingParameters_$type, this.
|
|
1519
|
+
n2(a, b, c, d, e) {
|
|
1520
|
+
let f = typeCast(IPolarRadialRenderingParameters_$type, this.k1(b, c, d, e));
|
|
1518
1521
|
if (f == null) {
|
|
1519
1522
|
return;
|
|
1520
1523
|
}
|
|
1521
|
-
this.
|
|
1524
|
+
this.nk.j(a.d, f.minLength, f.maxLength, b, c, f.center, f.minAngle, f.maxAngle);
|
|
1522
1525
|
}
|
|
1523
|
-
|
|
1526
|
+
get_a2() {
|
|
1524
1527
|
return 3;
|
|
1525
1528
|
}
|
|
1526
|
-
get
|
|
1527
|
-
return this.
|
|
1529
|
+
get a2() {
|
|
1530
|
+
return this.get_a2();
|
|
1528
1531
|
}
|
|
1529
|
-
|
|
1530
|
-
let f = typeCast(PolarAxisRenderingParameters.$, this.
|
|
1532
|
+
j5(a, b, c, d = null, e = null) {
|
|
1533
|
+
let f = typeCast(PolarAxisRenderingParameters.$, this.k1(c, b, d, e));
|
|
1531
1534
|
let g = a;
|
|
1532
1535
|
let h = new PathGeometry();
|
|
1533
1536
|
let i = ViewportUtils.d(g, b, c);
|
|
@@ -1579,7 +1582,7 @@ export let NumericRadiusAxis = /*@__PURE__*/ (() => {
|
|
|
1579
1582
|
}
|
|
1580
1583
|
}
|
|
1581
1584
|
NumericRadiusAxis.$t = /*@__PURE__*/ markType(NumericRadiusAxis, 'NumericRadiusAxis', NumericAxisBase.$);
|
|
1582
|
-
NumericRadiusAxis.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, NumericRadiusAxis, '
|
|
1585
|
+
NumericRadiusAxis.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, NumericRadiusAxis, 'h2', ['InnerRadiusExtentScale:nx:n5', [1, 0], 'RadiusExtentScale:ny:n6', [1, 0.75]]);
|
|
1583
1586
|
return NumericRadiusAxis;
|
|
1584
1587
|
})();
|
|
1585
1588
|
/**
|
|
@@ -1649,8 +1652,8 @@ export let CategoryAngleAxisView = /*@__PURE__*/ (() => {
|
|
|
1649
1652
|
}
|
|
1650
1653
|
aj() {
|
|
1651
1654
|
super.aj();
|
|
1652
|
-
this.a.
|
|
1653
|
-
this.a.
|
|
1655
|
+
this.a.jw = AxisDefaults.h;
|
|
1656
|
+
this.a.jz = AxisDefaults.g;
|
|
1654
1657
|
}
|
|
1655
1658
|
}
|
|
1656
1659
|
CategoryAngleAxisView.$t = /*@__PURE__*/ markType(CategoryAngleAxisView, 'CategoryAngleAxisView', CategoryAxisBaseView.$);
|
|
@@ -1668,8 +1671,8 @@ export let NumericAngleAxisView = /*@__PURE__*/ (() => {
|
|
|
1668
1671
|
}
|
|
1669
1672
|
aj() {
|
|
1670
1673
|
super.aj();
|
|
1671
|
-
this.a.
|
|
1672
|
-
this.a.
|
|
1674
|
+
this.a.jw = AxisDefaults.h;
|
|
1675
|
+
this.a.jz = AxisDefaults.g;
|
|
1673
1676
|
}
|
|
1674
1677
|
}
|
|
1675
1678
|
NumericAngleAxisView.$t = /*@__PURE__*/ markType(NumericAngleAxisView, 'NumericAngleAxisView', NumericAxisBaseView.$);
|
|
@@ -1687,8 +1690,8 @@ export let NumericRadiusAxisView = /*@__PURE__*/ (() => {
|
|
|
1687
1690
|
}
|
|
1688
1691
|
aj() {
|
|
1689
1692
|
super.aj();
|
|
1690
|
-
this.a.
|
|
1691
|
-
this.a.
|
|
1693
|
+
this.a.jw = AxisDefaults.h;
|
|
1694
|
+
this.a.jz = AxisDefaults.g;
|
|
1692
1695
|
}
|
|
1693
1696
|
}
|
|
1694
1697
|
NumericRadiusAxisView.$t = /*@__PURE__*/ markType(NumericRadiusAxisView, 'NumericRadiusAxisView', NumericAxisBaseView.$);
|