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
|
@@ -70,7 +70,7 @@ var AngleAxisLabelPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70
70
|
if (!Extensions.b(b)) {
|
|
71
71
|
return false;
|
|
72
72
|
}
|
|
73
|
-
if (this.ad == null || this.ad.
|
|
73
|
+
if (this.ad == null || this.ad.kd.isEmpty) {
|
|
74
74
|
return _super.prototype.at.call(this, a, b);
|
|
75
75
|
}
|
|
76
76
|
return true;
|
|
@@ -84,7 +84,7 @@ var AngleAxisLabelPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84
84
|
this.c9.a0(a, b);
|
|
85
85
|
var c = false;
|
|
86
86
|
this.ao = this.an(a, b);
|
|
87
|
-
if (!this.ad.
|
|
87
|
+
if (!this.ad.b8()) {
|
|
88
88
|
c = true;
|
|
89
89
|
this.bh = this.de / 2;
|
|
90
90
|
this.bh = this.bh + this.df();
|
|
@@ -114,7 +114,7 @@ var AngleAxisLabelPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
114
114
|
b = this.ad;
|
|
115
115
|
a = null;
|
|
116
116
|
if (b != null) {
|
|
117
|
-
a = typeCast(XamDataChart.$, b.
|
|
117
|
+
a = typeCast(XamDataChart.$, b.bi);
|
|
118
118
|
}
|
|
119
119
|
if (a == null || b == null) {
|
|
120
120
|
return 0;
|
|
@@ -122,7 +122,7 @@ var AngleAxisLabelPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
122
122
|
var c = new List$1(Axis.$, 0);
|
|
123
123
|
for (var d = 0; d < a.axes.count; d++) {
|
|
124
124
|
var e = a.axes._inner[d];
|
|
125
|
-
if ((typeCast(NumericAngleAxis.$, e) !== null || typeCast(CategoryAngleAxis.$, e) !== null) && typeCast(AngleAxisLabelPanel.$, e.
|
|
125
|
+
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)) {
|
|
126
126
|
c.add(e);
|
|
127
127
|
}
|
|
128
128
|
}
|
|
@@ -136,8 +136,8 @@ var AngleAxisLabelPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
136
136
|
g += h;
|
|
137
137
|
}
|
|
138
138
|
else {
|
|
139
|
-
g += c._inner[f - 1].
|
|
140
|
-
g += c._inner[f].
|
|
139
|
+
g += c._inner[f - 1].aw.bh;
|
|
140
|
+
g += c._inner[f].aw.bh * 2 + h;
|
|
141
141
|
}
|
|
142
142
|
return g;
|
|
143
143
|
};
|
|
@@ -158,100 +158,100 @@ var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
158
158
|
__extends(CategoryAngleAxis, _super);
|
|
159
159
|
function CategoryAngleAxis() {
|
|
160
160
|
var _this = _super.call(this) || this;
|
|
161
|
-
_this.
|
|
162
|
-
_this.mi = null;
|
|
163
|
-
_this.mm = false;
|
|
164
|
-
_this.mq = NaN;
|
|
161
|
+
_this.mm = null;
|
|
165
162
|
_this.mj = null;
|
|
166
|
-
_this.
|
|
167
|
-
_this.
|
|
163
|
+
_this.mn = false;
|
|
164
|
+
_this.mr = NaN;
|
|
165
|
+
_this.mk = null;
|
|
166
|
+
_this.ms = 0;
|
|
168
167
|
_this.mp = 0;
|
|
169
|
-
_this.
|
|
168
|
+
_this.mq = 0;
|
|
169
|
+
_this.m3 = 1;
|
|
170
170
|
_this.ab = CategoryAngleAxis.$;
|
|
171
|
-
_this.
|
|
172
|
-
_this.
|
|
171
|
+
_this.mj = _this.mi();
|
|
172
|
+
_this.mm = new PolarAxisRenderingManager();
|
|
173
173
|
return _this;
|
|
174
174
|
}
|
|
175
|
-
CategoryAngleAxis.prototype.
|
|
175
|
+
CategoryAngleAxis.prototype.a4 = function () {
|
|
176
176
|
return new CategoryAngleAxisView(this);
|
|
177
177
|
};
|
|
178
|
-
CategoryAngleAxis.prototype.
|
|
179
|
-
_super.prototype.
|
|
180
|
-
this.
|
|
178
|
+
CategoryAngleAxis.prototype.hs = function (a) {
|
|
179
|
+
_super.prototype.hs.call(this, a);
|
|
180
|
+
this.mh = a;
|
|
181
181
|
};
|
|
182
|
-
CategoryAngleAxis.prototype.
|
|
182
|
+
CategoryAngleAxis.prototype.get_b9 = function () {
|
|
183
183
|
return true;
|
|
184
184
|
};
|
|
185
|
-
CategoryAngleAxis.prototype.
|
|
185
|
+
CategoryAngleAxis.prototype.av = function () {
|
|
186
186
|
var _this = this;
|
|
187
187
|
var a = new AngleAxisLabelPanel();
|
|
188
188
|
a.dg = function (b) {
|
|
189
|
-
var c = _this.
|
|
190
|
-
var d = !c.isEmpty ? _this.
|
|
191
|
-
return _this.
|
|
189
|
+
var c = _this.bi != null ? _this.bi.tj : Rect.empty;
|
|
190
|
+
var d = !c.isEmpty ? _this.kd : Rect.empty;
|
|
191
|
+
return _this.ng(b, { $type: Point_$type, x: 0.5, y: 0.5 }, c, d, _this.aw.bh);
|
|
192
192
|
};
|
|
193
193
|
return a;
|
|
194
194
|
};
|
|
195
|
-
CategoryAngleAxis.prototype.
|
|
195
|
+
CategoryAngleAxis.prototype.m1 = function (a) {
|
|
196
196
|
return Math.round(a * Math.pow(10, 10)) / Math.pow(10, 10);
|
|
197
197
|
};
|
|
198
|
-
CategoryAngleAxis.prototype.
|
|
198
|
+
CategoryAngleAxis.prototype.mi = function () {
|
|
199
199
|
var _this = this;
|
|
200
200
|
var a = ((function () {
|
|
201
201
|
var $ret = new AxisLabelManager();
|
|
202
202
|
$ret.a = _this;
|
|
203
|
-
$ret.f = _this.
|
|
204
|
-
$ret.e = _this.
|
|
205
|
-
$ret.b = _this.
|
|
203
|
+
$ret.f = _this.dd;
|
|
204
|
+
$ret.e = _this.dc;
|
|
205
|
+
$ret.b = _this.aw;
|
|
206
206
|
return $ret;
|
|
207
207
|
})());
|
|
208
|
-
if (this.
|
|
209
|
-
this.
|
|
208
|
+
if (this.az != null) {
|
|
209
|
+
this.az.registerAxis(this);
|
|
210
210
|
}
|
|
211
211
|
var b = new CategoryAxisRenderer(a);
|
|
212
212
|
b.u = function () {
|
|
213
|
-
var c = _this.
|
|
214
|
-
var d = _this.
|
|
215
|
-
var e = _this.
|
|
216
|
-
var f = _this.
|
|
217
|
-
_this.
|
|
218
|
-
_this.
|
|
219
|
-
_this.
|
|
220
|
-
_this.
|
|
221
|
-
_this.
|
|
213
|
+
var c = _this.a5.a1();
|
|
214
|
+
var d = _this.a5.a4();
|
|
215
|
+
var e = _this.a5.a2();
|
|
216
|
+
var f = _this.a5.a3();
|
|
217
|
+
_this.il();
|
|
218
|
+
_this.hi(c);
|
|
219
|
+
_this.hi(d);
|
|
220
|
+
_this.hi(e);
|
|
221
|
+
_this.hi(f);
|
|
222
222
|
};
|
|
223
|
-
b.o = function (c, d) { return !d.isEmpty && !c.isEmpty && _this.
|
|
224
|
-
b.d = function (c, d, e, f) { return _this.
|
|
223
|
+
b.o = function (c, d) { return !d.isEmpty && !c.isEmpty && _this.ml != null; };
|
|
224
|
+
b.d = function (c, d, e, f) { return _this.mg(c, d, e, f); };
|
|
225
225
|
b.v = function () {
|
|
226
|
-
if (!_this.
|
|
227
|
-
_this.
|
|
228
|
-
_this.
|
|
229
|
-
_this.
|
|
226
|
+
if (!_this.mn) {
|
|
227
|
+
_this.mn = true;
|
|
228
|
+
_this.ml.c1();
|
|
229
|
+
_this.mn = false;
|
|
230
230
|
}
|
|
231
231
|
};
|
|
232
232
|
b.g = function (c, d) {
|
|
233
233
|
var e = typeGetValue(c);
|
|
234
|
-
if (e > _this.
|
|
235
|
-
e -= _this.
|
|
234
|
+
if (e > _this.kr.count - 1) {
|
|
235
|
+
e -= _this.kr.count;
|
|
236
236
|
}
|
|
237
|
-
var f = _this.
|
|
238
|
-
return _this.
|
|
237
|
+
var f = _this.kr.item(e);
|
|
238
|
+
return _this.fz(f);
|
|
239
239
|
};
|
|
240
240
|
b.b.c = function (c) {
|
|
241
241
|
var e_1, _a;
|
|
242
|
-
if ((_this.
|
|
243
|
-
var d = typeCast(XamDataChart.$, _this.
|
|
242
|
+
if ((_this.az == null || _this.az.visibility == 0) && _this.ml != null && _this.mr != c) {
|
|
243
|
+
var d = typeCast(XamDataChart.$, _this.bi);
|
|
244
244
|
if (d == null) {
|
|
245
245
|
return;
|
|
246
246
|
}
|
|
247
|
-
_this.
|
|
248
|
-
_this.
|
|
249
|
-
d.
|
|
247
|
+
_this.mr = c;
|
|
248
|
+
_this.aw.bg = c;
|
|
249
|
+
d.md();
|
|
250
250
|
try {
|
|
251
251
|
for (var _b = __values(fromEnum(d.axes)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
252
252
|
var e = _c.value;
|
|
253
|
-
if (e != _this && typeCast(AngleAxisLabelPanel.$, e.
|
|
254
|
-
e.
|
|
253
|
+
if (e != _this && typeCast(AngleAxisLabelPanel.$, e.aw) !== null) {
|
|
254
|
+
e.a5.ag();
|
|
255
255
|
}
|
|
256
256
|
}
|
|
257
257
|
}
|
|
@@ -272,18 +272,18 @@ var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
272
272
|
};
|
|
273
273
|
b.k = function (c, d, e) {
|
|
274
274
|
var f = typeCast(RadialAxisRenderingParameters.$, c);
|
|
275
|
-
_this.
|
|
275
|
+
_this.mm.m(d, e, c.z, c.aa, f.minLength, f.maxLength, f.center);
|
|
276
276
|
};
|
|
277
277
|
b.l = function (c, d, e, f) {
|
|
278
278
|
var g = typeCast(RadialAxisRenderingParameters.$, c);
|
|
279
|
-
_this.
|
|
279
|
+
_this.mm.n(d, e, f, g.z, c.aa, g.minLength, g.maxLength, g.center);
|
|
280
280
|
};
|
|
281
281
|
b.m = function (c, d) { return _this.getScaledAngle(d); };
|
|
282
282
|
b.q = function (c, d) {
|
|
283
|
-
if (_this.
|
|
283
|
+
if (_this.m1(d - _this.ms) < 0) {
|
|
284
284
|
return false;
|
|
285
285
|
}
|
|
286
|
-
if (_this.
|
|
286
|
+
if (_this.m1(d - _this.ms - (2 * Math.PI)) > 0) {
|
|
287
287
|
return false;
|
|
288
288
|
}
|
|
289
289
|
return true;
|
|
@@ -291,11 +291,11 @@ var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
291
291
|
b.j = function (c) {
|
|
292
292
|
var d = typeCast(RadialAxisRenderingParameters.$, c);
|
|
293
293
|
if (d.e == d.k._inner[0]) {
|
|
294
|
-
_this.
|
|
294
|
+
_this.mm.i(c.t, c.n, c.z, c.aa, d.center, d.minAngle, d.maxAngle);
|
|
295
295
|
}
|
|
296
296
|
};
|
|
297
297
|
b.e = function (c) {
|
|
298
|
-
c.n = _this.
|
|
298
|
+
c.n = _this.mv();
|
|
299
299
|
c.r = c.n;
|
|
300
300
|
};
|
|
301
301
|
b.p = function (c, d, e) {
|
|
@@ -303,7 +303,7 @@ var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
303
303
|
if (e) {
|
|
304
304
|
return false;
|
|
305
305
|
}
|
|
306
|
-
var g = _this.
|
|
306
|
+
var g = _this.ng(d, f.center, c.aa, c.z, 0);
|
|
307
307
|
if (g.x < c.z.right && g.x >= c.z.left && g.y < c.z.bottom && g.y >= c.z.top) {
|
|
308
308
|
return true;
|
|
309
309
|
}
|
|
@@ -311,24 +311,24 @@ var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
311
311
|
};
|
|
312
312
|
b.a = function (c, d, e, f) {
|
|
313
313
|
var g = c.y;
|
|
314
|
-
var h = new ScalerParams(0, c.aa, c.z, _this.
|
|
314
|
+
var h = new ScalerParams(0, c.aa, c.z, _this.ch, g);
|
|
315
315
|
var i = d;
|
|
316
316
|
if (_this.categoryMode != 0) {
|
|
317
317
|
var j = (e * f) + 1;
|
|
318
|
-
j = Math.min(j, _this.
|
|
319
|
-
var k = _this.
|
|
318
|
+
j = Math.min(j, _this.lf);
|
|
319
|
+
var k = _this.ej(j, h);
|
|
320
320
|
i = (d + k) / 2;
|
|
321
321
|
}
|
|
322
322
|
return i;
|
|
323
323
|
};
|
|
324
324
|
b.f = runOn(this, this.getGroupCenter);
|
|
325
|
-
b.i = runOn(this, this.
|
|
325
|
+
b.i = runOn(this, this.my);
|
|
326
326
|
return b;
|
|
327
327
|
};
|
|
328
|
-
CategoryAngleAxis.prototype.
|
|
329
|
-
var f = this.
|
|
328
|
+
CategoryAngleAxis.prototype.ng = function (a, b, c, d, e) {
|
|
329
|
+
var f = this.mv();
|
|
330
330
|
var g = ViewportUtils.b(e, c, d);
|
|
331
|
-
if (this.
|
|
331
|
+
if (this.az != null && (this.az.c == 5 || this.az.c == 1)) {
|
|
332
332
|
g *= -1;
|
|
333
333
|
}
|
|
334
334
|
var h = b.x + (f + g) * Math.cos(a);
|
|
@@ -337,27 +337,27 @@ var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
337
337
|
i = ViewportUtils.f(i, c, d);
|
|
338
338
|
return { $type: Point_$type, x: h, y: i };
|
|
339
339
|
};
|
|
340
|
-
CategoryAngleAxis.prototype.
|
|
341
|
-
if (this.
|
|
340
|
+
CategoryAngleAxis.prototype.mv = function () {
|
|
341
|
+
if (this.ml == null) {
|
|
342
342
|
return 0;
|
|
343
343
|
}
|
|
344
|
-
if (!this.
|
|
345
|
-
return this.
|
|
344
|
+
if (!this.b5()) {
|
|
345
|
+
return this.ml.nt();
|
|
346
346
|
}
|
|
347
347
|
else {
|
|
348
|
-
return this.
|
|
348
|
+
return this.ml.nu((this.fv));
|
|
349
349
|
}
|
|
350
350
|
};
|
|
351
|
-
CategoryAngleAxis.prototype.
|
|
352
|
-
if (this.
|
|
351
|
+
CategoryAngleAxis.prototype.mg = function (a, b, c, d) {
|
|
352
|
+
if (this.kr == null) {
|
|
353
353
|
return null;
|
|
354
354
|
}
|
|
355
355
|
var e = new RadialAxisRenderingParameters();
|
|
356
|
-
var f = this.
|
|
357
|
-
var g = this.
|
|
358
|
-
var h = this.
|
|
359
|
-
var i = this.
|
|
360
|
-
var j = this.
|
|
356
|
+
var f = this.kr.count - 1;
|
|
357
|
+
var g = this.a5.a1();
|
|
358
|
+
var h = this.a5.a4();
|
|
359
|
+
var i = this.a5.a2();
|
|
360
|
+
var j = this.a5.a3();
|
|
361
361
|
e.t = g;
|
|
362
362
|
e.w = h;
|
|
363
363
|
e.u = i;
|
|
@@ -369,18 +369,18 @@ var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
369
369
|
e.y = c;
|
|
370
370
|
e.x = d;
|
|
371
371
|
e.aa = b;
|
|
372
|
-
e.g = this.
|
|
373
|
-
e.p = this.
|
|
374
|
-
e.o = this.
|
|
375
|
-
e.q = this.
|
|
376
|
-
e.s = this.
|
|
377
|
-
var k = this.
|
|
378
|
-
var l = this.
|
|
379
|
-
var m = 0.5 * this.
|
|
380
|
-
var n = 0.5 * this.
|
|
372
|
+
e.g = this.mo();
|
|
373
|
+
e.p = this.mz;
|
|
374
|
+
e.o = this.ey();
|
|
375
|
+
e.q = this.m0;
|
|
376
|
+
e.s = this.f0;
|
|
377
|
+
var k = this.mm.f(b);
|
|
378
|
+
var l = this.mm.g(b);
|
|
379
|
+
var m = 0.5 * this.ml.no;
|
|
380
|
+
var n = 0.5 * this.ml.nn;
|
|
381
381
|
var o = k;
|
|
382
382
|
var p = l;
|
|
383
|
-
var q = this.
|
|
383
|
+
var q = this.ml.nt();
|
|
384
384
|
if (isNaN_(q) || isInfinity(q)) {
|
|
385
385
|
return null;
|
|
386
386
|
}
|
|
@@ -391,23 +391,23 @@ var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
391
391
|
o = n;
|
|
392
392
|
}
|
|
393
393
|
var r = a.width;
|
|
394
|
-
this.
|
|
394
|
+
this.mm.k(b, e, 0, this.kr.count, this.ch, runOn(this, this.getUnscaledAngle), r);
|
|
395
395
|
var s = { $type: Point_$type, x: 0.5, y: 0.5 };
|
|
396
396
|
e.center = s;
|
|
397
397
|
e.maxLength = p;
|
|
398
398
|
e.minLength = o;
|
|
399
399
|
e.effectiveMaximum = q;
|
|
400
|
-
e.ae = this.
|
|
400
|
+
e.ae = this.kr.count;
|
|
401
401
|
e.ab = this.categoryMode;
|
|
402
402
|
e.ad = true;
|
|
403
|
-
e.ac = this.
|
|
404
|
-
e.af = this.
|
|
403
|
+
e.ac = this.ch;
|
|
404
|
+
e.af = this.lh;
|
|
405
405
|
e.f = new CategoryTickmarkValues();
|
|
406
|
-
e.j = this.
|
|
406
|
+
e.j = this.cy;
|
|
407
407
|
return e;
|
|
408
408
|
};
|
|
409
409
|
CategoryAngleAxis.prototype.getMinMaxAngle = function (a, b, c) {
|
|
410
|
-
var d = this.
|
|
410
|
+
var d = this.mm.l(a, b, c);
|
|
411
411
|
b = d.p1;
|
|
412
412
|
c = d.p2;
|
|
413
413
|
return {
|
|
@@ -417,14 +417,14 @@ var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
417
417
|
};
|
|
418
418
|
CategoryAngleAxis.prototype.ac = function () {
|
|
419
419
|
_super.prototype.ac.call(this);
|
|
420
|
-
this.
|
|
420
|
+
this.h8(false);
|
|
421
421
|
};
|
|
422
|
-
Object.defineProperty(CategoryAngleAxis.prototype, "
|
|
422
|
+
Object.defineProperty(CategoryAngleAxis.prototype, "ml", {
|
|
423
423
|
get: function () {
|
|
424
|
-
if (this.
|
|
425
|
-
return this.
|
|
424
|
+
if (this.mk != null) {
|
|
425
|
+
return this.mk;
|
|
426
426
|
}
|
|
427
|
-
var a = typeCast(XamDataChart.$, this.
|
|
427
|
+
var a = typeCast(XamDataChart.$, this.bi);
|
|
428
428
|
if (a != null) {
|
|
429
429
|
for (var b = 0; b < a.axes.count; b++) {
|
|
430
430
|
if (typeCast(NumericRadiusAxis.$, a.axes._inner[b]) !== null) {
|
|
@@ -432,165 +432,165 @@ var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
432
432
|
}
|
|
433
433
|
}
|
|
434
434
|
}
|
|
435
|
-
return this.
|
|
435
|
+
return this.mk;
|
|
436
436
|
},
|
|
437
437
|
set: function (a) {
|
|
438
|
-
this.
|
|
438
|
+
this.mk = a;
|
|
439
439
|
},
|
|
440
440
|
enumerable: false,
|
|
441
441
|
configurable: true
|
|
442
442
|
});
|
|
443
|
-
CategoryAngleAxis.prototype.
|
|
444
|
-
return this.
|
|
443
|
+
CategoryAngleAxis.prototype.ak = function () {
|
|
444
|
+
return this.ml;
|
|
445
445
|
};
|
|
446
446
|
CategoryAngleAxis.prototype.getCategorySize = function (a, b, c) {
|
|
447
|
-
return 2 * Math.PI / this.
|
|
447
|
+
return 2 * Math.PI / this.lf;
|
|
448
448
|
};
|
|
449
|
-
CategoryAngleAxis.prototype.
|
|
450
|
-
var d = this.
|
|
449
|
+
CategoryAngleAxis.prototype.k4 = function (a, b, c) {
|
|
450
|
+
var d = this.lb(a, b, c);
|
|
451
451
|
var e = 0;
|
|
452
|
-
if (!isNaN_(this.
|
|
453
|
-
e = Math.min(this.
|
|
452
|
+
if (!isNaN_(this.la)) {
|
|
453
|
+
e = Math.min(this.la, 1);
|
|
454
454
|
}
|
|
455
455
|
var f = 1 - 0.5 * d;
|
|
456
|
-
return this.getCategorySize(a, b, c) * f / (this.
|
|
456
|
+
return this.getCategorySize(a, b, c) * f / (this.lh - (this.lh - 1) * e);
|
|
457
457
|
};
|
|
458
458
|
CategoryAngleAxis.prototype.getGroupCenter = function (a, b, c, d) {
|
|
459
459
|
var e = 0.5;
|
|
460
|
-
if (this.
|
|
461
|
-
var f = this.
|
|
460
|
+
if (this.lh > 1) {
|
|
461
|
+
var f = this.lb(b, c, d);
|
|
462
462
|
var g = 0;
|
|
463
|
-
if (!isNaN_(this.
|
|
464
|
-
g = Math.min(this.
|
|
463
|
+
if (!isNaN_(this.la)) {
|
|
464
|
+
g = Math.min(this.la, 1);
|
|
465
465
|
}
|
|
466
466
|
var h = 1 - 0.5 * f;
|
|
467
|
-
var i = h / (this.
|
|
468
|
-
var j = (h - i) / (this.
|
|
467
|
+
var i = h / (this.lh - (this.lh - 1) * g);
|
|
468
|
+
var j = (h - i) / (this.lh - 1);
|
|
469
469
|
e = 0.25 * f + 0.5 * i + a * j;
|
|
470
470
|
}
|
|
471
471
|
return this.getCategorySize(b, c, d) * e;
|
|
472
472
|
};
|
|
473
|
-
CategoryAngleAxis.prototype.
|
|
473
|
+
CategoryAngleAxis.prototype.my = function (a) {
|
|
474
474
|
var b = 0.5;
|
|
475
|
-
if (this.
|
|
476
|
-
var c = this.
|
|
475
|
+
if (this.lh > 1) {
|
|
476
|
+
var c = this.lb(Rect.empty, Rect.empty, Rect.empty);
|
|
477
477
|
var d = 0;
|
|
478
|
-
if (!isNaN_(this.
|
|
479
|
-
d = Math.min(this.
|
|
478
|
+
if (!isNaN_(this.la)) {
|
|
479
|
+
d = Math.min(this.la, 1);
|
|
480
480
|
}
|
|
481
481
|
var e = 1 - 0.5 * c;
|
|
482
|
-
var f = e / (this.
|
|
483
|
-
var g = (e - f) / (this.
|
|
482
|
+
var f = e / (this.lh - (this.lh - 1) * d);
|
|
483
|
+
var g = (e - f) / (this.lh - 1);
|
|
484
484
|
b = 0.25 * c + 0.5 * f + a * g;
|
|
485
485
|
}
|
|
486
486
|
return b;
|
|
487
487
|
};
|
|
488
|
-
CategoryAngleAxis.prototype.
|
|
489
|
-
_super.prototype.
|
|
490
|
-
var b = this.
|
|
491
|
-
var c = !b.isEmpty ? this.
|
|
492
|
-
var d = this.
|
|
493
|
-
var e = this.
|
|
494
|
-
var f = this.
|
|
488
|
+
CategoryAngleAxis.prototype.h9 = function (a) {
|
|
489
|
+
_super.prototype.h9.call(this, a);
|
|
490
|
+
var b = this.bi != null ? this.bi.tj : Rect.empty;
|
|
491
|
+
var c = !b.isEmpty ? this.kd : Rect.empty;
|
|
492
|
+
var d = this.j8();
|
|
493
|
+
var e = this.j7();
|
|
494
|
+
var f = this.mj.c(a, c, b, d, e);
|
|
495
495
|
if (f != null) {
|
|
496
|
-
this.
|
|
497
|
-
this.
|
|
496
|
+
this.mt = f.f.m;
|
|
497
|
+
this.mu = f.f.l;
|
|
498
498
|
}
|
|
499
499
|
};
|
|
500
|
-
CategoryAngleAxis.prototype.
|
|
500
|
+
CategoryAngleAxis.prototype.mx = function (a, b) {
|
|
501
501
|
var c;
|
|
502
502
|
var d;
|
|
503
|
-
var e = this.
|
|
503
|
+
var e = this.mm.l(b, c, d);
|
|
504
504
|
c = e.p1;
|
|
505
505
|
d = e.p2;
|
|
506
506
|
if (c == 0) {
|
|
507
|
-
if (this.
|
|
508
|
-
return this.
|
|
507
|
+
if (this.ch) {
|
|
508
|
+
return this.lf;
|
|
509
509
|
}
|
|
510
510
|
else {
|
|
511
511
|
return 0;
|
|
512
512
|
}
|
|
513
513
|
}
|
|
514
514
|
var f = this.getUnscaledAngle(c);
|
|
515
|
-
if (f < 0 || f > this.
|
|
515
|
+
if (f < 0 || f > this.lf) {
|
|
516
516
|
f = this.getUnscaledAngle(c + Math.PI * 2);
|
|
517
517
|
}
|
|
518
518
|
return f;
|
|
519
519
|
};
|
|
520
|
-
CategoryAngleAxis.prototype.
|
|
520
|
+
CategoryAngleAxis.prototype.mw = function (a, b) {
|
|
521
521
|
var c;
|
|
522
522
|
var d;
|
|
523
|
-
var e = this.
|
|
523
|
+
var e = this.mm.l(b, c, d);
|
|
524
524
|
c = e.p1;
|
|
525
525
|
d = e.p2;
|
|
526
526
|
if (d > Math.PI * 2) {
|
|
527
527
|
d = d - Math.PI * 2;
|
|
528
528
|
}
|
|
529
529
|
if (d == Math.PI * 2) {
|
|
530
|
-
if (this.
|
|
530
|
+
if (this.ch) {
|
|
531
531
|
return 0;
|
|
532
532
|
}
|
|
533
533
|
else {
|
|
534
|
-
return this.
|
|
534
|
+
return this.lf;
|
|
535
535
|
}
|
|
536
536
|
}
|
|
537
537
|
var f = this.getUnscaledAngle(d);
|
|
538
|
-
if (f < 0 || f > this.
|
|
538
|
+
if (f < 0 || f > this.lf) {
|
|
539
539
|
f = this.getUnscaledAngle(d + Math.PI * 2);
|
|
540
540
|
}
|
|
541
541
|
return f;
|
|
542
542
|
};
|
|
543
543
|
CategoryAngleAxis.prototype.getScaledAngle = function (a) {
|
|
544
|
-
var b = this.
|
|
544
|
+
var b = this.lf;
|
|
545
545
|
var c = b >= 2 ? (a) / (b) : b == 1 ? 0.5 : NaN;
|
|
546
|
-
if (this.
|
|
546
|
+
if (this.ci) {
|
|
547
547
|
c = 1 - c;
|
|
548
548
|
}
|
|
549
|
-
return (c * 2 * Math.PI) + this.
|
|
549
|
+
return (c * 2 * Math.PI) + this.ms;
|
|
550
550
|
};
|
|
551
551
|
CategoryAngleAxis.prototype.getUnscaledAngle = function (a) {
|
|
552
|
-
if (a < this.
|
|
552
|
+
if (a < this.ms) {
|
|
553
553
|
a += 2 * Math.PI;
|
|
554
554
|
}
|
|
555
|
-
var b = (a - this.
|
|
556
|
-
if (this.
|
|
555
|
+
var b = (a - this.ms) / (2 * Math.PI);
|
|
556
|
+
if (this.ch) {
|
|
557
557
|
b = 1 - b;
|
|
558
558
|
}
|
|
559
|
-
return b * (this.
|
|
559
|
+
return b * (this.lf);
|
|
560
560
|
};
|
|
561
|
-
CategoryAngleAxis.prototype.
|
|
561
|
+
CategoryAngleAxis.prototype.ej = function (a, b) {
|
|
562
562
|
return this.getScaledAngle(a);
|
|
563
563
|
};
|
|
564
|
-
CategoryAngleAxis.prototype.
|
|
564
|
+
CategoryAngleAxis.prototype.em = function (a, b) {
|
|
565
565
|
return this.getUnscaledAngle(a);
|
|
566
566
|
};
|
|
567
|
-
CategoryAngleAxis.prototype.
|
|
567
|
+
CategoryAngleAxis.prototype.hw = function (a, b, c, d) {
|
|
568
568
|
var e_2, _a, e_3, _b, e_4, _c;
|
|
569
|
-
_super.prototype.
|
|
570
|
-
var e = typeCast(XamDataChart.$, this.
|
|
569
|
+
_super.prototype.hw.call(this, a, b, c, d);
|
|
570
|
+
var e = typeCast(XamDataChart.$, this.bi);
|
|
571
571
|
switch (b) {
|
|
572
572
|
case "CrossingAxis":
|
|
573
573
|
var f = typeCast(NumericRadiusAxis.$, d);
|
|
574
|
-
this.
|
|
574
|
+
this.nc(f);
|
|
575
575
|
if (f != null) {
|
|
576
|
-
f.
|
|
576
|
+
f.n3(this);
|
|
577
577
|
}
|
|
578
|
-
this.
|
|
579
|
-
this.
|
|
578
|
+
this.cq = true;
|
|
579
|
+
this.h8(false);
|
|
580
580
|
break;
|
|
581
581
|
case CategoryAngleAxis.$$p[0]:
|
|
582
|
-
this.
|
|
583
|
-
while (this.
|
|
584
|
-
this.
|
|
582
|
+
this.ms = this.m2;
|
|
583
|
+
while (this.ms < 0) {
|
|
584
|
+
this.ms += 360;
|
|
585
585
|
}
|
|
586
|
-
while (this.
|
|
587
|
-
this.
|
|
586
|
+
while (this.ms >= 360) {
|
|
587
|
+
this.ms -= 360;
|
|
588
588
|
}
|
|
589
|
-
this.
|
|
590
|
-
this.
|
|
591
|
-
this.
|
|
589
|
+
this.ms = (this.ms * Math.PI) / 180;
|
|
590
|
+
this.cq = true;
|
|
591
|
+
this.h8(false);
|
|
592
592
|
try {
|
|
593
|
-
for (var _d = __values(fromEnum(this.
|
|
593
|
+
for (var _d = __values(fromEnum(this.de)), _e = _d.next(); !_e.done; _e = _d.next()) {
|
|
594
594
|
var g = _e.value;
|
|
595
595
|
g.mn(false);
|
|
596
596
|
g.lu();
|
|
@@ -615,8 +615,8 @@ var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
615
615
|
try {
|
|
616
616
|
for (var _f = __values(fromEnum(e.axes)), _g = _f.next(); !_g.done; _g = _f.next()) {
|
|
617
617
|
var h = _g.value;
|
|
618
|
-
h.
|
|
619
|
-
h.
|
|
618
|
+
h.cq = true;
|
|
619
|
+
h.h7();
|
|
620
620
|
}
|
|
621
621
|
}
|
|
622
622
|
catch (e_3_1) {
|
|
@@ -640,8 +640,8 @@ var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
640
640
|
for (var _h = __values(fromEnum(e.axes)), _j = _h.next(); !_j.done; _j = _h.next()) {
|
|
641
641
|
var i = _j.value;
|
|
642
642
|
if (typeCast(NumericAngleAxis.$, i) !== null || typeCast(CategoryAngleAxis.$, i) !== null) {
|
|
643
|
-
i.
|
|
644
|
-
i.
|
|
643
|
+
i.cq = true;
|
|
644
|
+
i.h7();
|
|
645
645
|
}
|
|
646
646
|
}
|
|
647
647
|
}
|
|
@@ -661,117 +661,117 @@ var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
661
661
|
}
|
|
662
662
|
break;
|
|
663
663
|
case "LabelSettings":
|
|
664
|
-
this.
|
|
665
|
-
this.
|
|
666
|
-
this.
|
|
667
|
-
this.
|
|
664
|
+
this.mj = this.mi();
|
|
665
|
+
this.na();
|
|
666
|
+
this.cq = true;
|
|
667
|
+
this.h8(false);
|
|
668
668
|
break;
|
|
669
669
|
}
|
|
670
670
|
};
|
|
671
|
-
CategoryAngleAxis.prototype.
|
|
672
|
-
this.
|
|
671
|
+
CategoryAngleAxis.prototype.na = function () {
|
|
672
|
+
this.mr = NaN;
|
|
673
673
|
};
|
|
674
|
-
CategoryAngleAxis.prototype.
|
|
675
|
-
this.
|
|
674
|
+
CategoryAngleAxis.prototype.nc = function (a) {
|
|
675
|
+
this.ml = a;
|
|
676
676
|
};
|
|
677
|
-
Object.defineProperty(CategoryAngleAxis.prototype, "
|
|
677
|
+
Object.defineProperty(CategoryAngleAxis.prototype, "mz", {
|
|
678
678
|
get: function () {
|
|
679
|
-
return this.c(CategoryAngleAxis.
|
|
679
|
+
return this.c(CategoryAngleAxis.nd);
|
|
680
680
|
},
|
|
681
681
|
set: function (a) {
|
|
682
|
-
this.h(CategoryAngleAxis.
|
|
682
|
+
this.h(CategoryAngleAxis.nd, a);
|
|
683
683
|
},
|
|
684
684
|
enumerable: false,
|
|
685
685
|
configurable: true
|
|
686
686
|
});
|
|
687
|
-
Object.defineProperty(CategoryAngleAxis.prototype, "
|
|
687
|
+
Object.defineProperty(CategoryAngleAxis.prototype, "mt", {
|
|
688
688
|
get: function () {
|
|
689
|
-
return this.
|
|
689
|
+
return this.mp;
|
|
690
690
|
},
|
|
691
691
|
set: function (a) {
|
|
692
|
-
if (this.
|
|
693
|
-
var b = this.
|
|
694
|
-
this.
|
|
695
|
-
this.
|
|
692
|
+
if (this.mt != a) {
|
|
693
|
+
var b = this.mp;
|
|
694
|
+
this.mp = a;
|
|
695
|
+
this.h2("ActualInterval", b, this.mt);
|
|
696
696
|
}
|
|
697
697
|
},
|
|
698
698
|
enumerable: false,
|
|
699
699
|
configurable: true
|
|
700
700
|
});
|
|
701
|
-
CategoryAngleAxis.prototype.
|
|
702
|
-
return this.
|
|
701
|
+
CategoryAngleAxis.prototype.ev = function () {
|
|
702
|
+
return this.mt;
|
|
703
703
|
};
|
|
704
|
-
Object.defineProperty(CategoryAngleAxis.prototype, "
|
|
704
|
+
Object.defineProperty(CategoryAngleAxis.prototype, "m0", {
|
|
705
705
|
get: function () {
|
|
706
|
-
return this.c(CategoryAngleAxis.
|
|
706
|
+
return this.c(CategoryAngleAxis.ne);
|
|
707
707
|
},
|
|
708
708
|
set: function (a) {
|
|
709
|
-
this.h(CategoryAngleAxis.
|
|
709
|
+
this.h(CategoryAngleAxis.ne, a);
|
|
710
710
|
},
|
|
711
711
|
enumerable: false,
|
|
712
712
|
configurable: true
|
|
713
713
|
});
|
|
714
|
-
Object.defineProperty(CategoryAngleAxis.prototype, "
|
|
714
|
+
Object.defineProperty(CategoryAngleAxis.prototype, "mu", {
|
|
715
715
|
get: function () {
|
|
716
|
-
return this.
|
|
716
|
+
return this.mq;
|
|
717
717
|
},
|
|
718
718
|
set: function (a) {
|
|
719
|
-
if (this.
|
|
720
|
-
var b = this.
|
|
721
|
-
this.
|
|
722
|
-
this.
|
|
719
|
+
if (this.mu != a) {
|
|
720
|
+
var b = this.mq;
|
|
721
|
+
this.mq = a;
|
|
722
|
+
this.h2("ActualMinorInterval", b, this.mu);
|
|
723
723
|
}
|
|
724
724
|
},
|
|
725
725
|
enumerable: false,
|
|
726
726
|
configurable: true
|
|
727
727
|
});
|
|
728
|
-
CategoryAngleAxis.prototype.
|
|
729
|
-
return !isNaN_(this.
|
|
728
|
+
CategoryAngleAxis.prototype.mo = function () {
|
|
729
|
+
return !isNaN_(this.mz);
|
|
730
730
|
};
|
|
731
|
-
CategoryAngleAxis.prototype.
|
|
731
|
+
CategoryAngleAxis.prototype.get_a2 = function () {
|
|
732
732
|
return 2;
|
|
733
733
|
};
|
|
734
|
-
Object.defineProperty(CategoryAngleAxis.prototype, "
|
|
734
|
+
Object.defineProperty(CategoryAngleAxis.prototype, "a2", {
|
|
735
735
|
get: function () {
|
|
736
|
-
return this.
|
|
736
|
+
return this.get_a2();
|
|
737
737
|
},
|
|
738
738
|
enumerable: false,
|
|
739
739
|
configurable: true
|
|
740
740
|
});
|
|
741
|
-
CategoryAngleAxis.prototype.
|
|
742
|
-
if (this.
|
|
743
|
-
this.
|
|
741
|
+
CategoryAngleAxis.prototype.c3 = function () {
|
|
742
|
+
if (this.cq && this.c4) {
|
|
743
|
+
this.bc = this.bb();
|
|
744
744
|
}
|
|
745
|
-
if (this.
|
|
745
|
+
if (this.kr == null) {
|
|
746
746
|
return false;
|
|
747
747
|
}
|
|
748
|
-
var a = this.
|
|
749
|
-
if (a != this.
|
|
750
|
-
var b = new AxisRangeChangedEventArgs(0, 1, 1, this.
|
|
751
|
-
this.
|
|
752
|
-
this.
|
|
748
|
+
var a = this.kr.count;
|
|
749
|
+
if (a != this.m4) {
|
|
750
|
+
var b = new AxisRangeChangedEventArgs(0, 1, 1, this.m4, a);
|
|
751
|
+
this.m4 = a;
|
|
752
|
+
this.h3(b);
|
|
753
753
|
return true;
|
|
754
754
|
}
|
|
755
755
|
return false;
|
|
756
756
|
};
|
|
757
|
-
Object.defineProperty(CategoryAngleAxis.prototype, "
|
|
757
|
+
Object.defineProperty(CategoryAngleAxis.prototype, "m4", {
|
|
758
758
|
get: function () {
|
|
759
|
-
return this.
|
|
759
|
+
return this.m3;
|
|
760
760
|
},
|
|
761
761
|
set: function (a) {
|
|
762
|
-
this.
|
|
762
|
+
this.m3 = a;
|
|
763
763
|
},
|
|
764
764
|
enumerable: false,
|
|
765
765
|
configurable: true
|
|
766
766
|
});
|
|
767
|
-
CategoryAngleAxis.prototype.
|
|
767
|
+
CategoryAngleAxis.prototype.j5 = function (a, b, c, d, e) {
|
|
768
768
|
if (d === void 0) {
|
|
769
769
|
d = null;
|
|
770
770
|
}
|
|
771
771
|
if (e === void 0) {
|
|
772
772
|
e = null;
|
|
773
773
|
}
|
|
774
|
-
var f = typeCast(RadialAxisRenderingParameters.$, this.
|
|
774
|
+
var f = typeCast(RadialAxisRenderingParameters.$, this.mj.d(c, b, d, e));
|
|
775
775
|
if (f == null) {
|
|
776
776
|
return null;
|
|
777
777
|
}
|
|
@@ -792,43 +792,46 @@ var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
792
792
|
};
|
|
793
793
|
Object.defineProperty(CategoryAngleAxis.prototype, "isVertical", {
|
|
794
794
|
get: function () {
|
|
795
|
-
return this.
|
|
795
|
+
return this.cp;
|
|
796
796
|
},
|
|
797
797
|
enumerable: false,
|
|
798
798
|
configurable: true
|
|
799
799
|
});
|
|
800
|
-
CategoryAngleAxis.prototype.j$
|
|
801
|
-
return this.
|
|
800
|
+
CategoryAngleAxis.prototype.j$d = function (a, b) {
|
|
801
|
+
return this.em.apply(this, arguments);
|
|
802
802
|
};
|
|
803
|
-
CategoryAngleAxis.prototype.j$
|
|
804
|
-
return this.
|
|
805
|
-
};
|
|
806
|
-
CategoryAngleAxis.prototype.j$d = function (a, b, c, d, e) {
|
|
807
|
-
this.hl.apply(this, arguments);
|
|
803
|
+
CategoryAngleAxis.prototype.j$c = function (a, b) {
|
|
804
|
+
return this.ej.apply(this, arguments);
|
|
808
805
|
};
|
|
809
|
-
CategoryAngleAxis.prototype.j$e = function (a, b, c, d) {
|
|
806
|
+
CategoryAngleAxis.prototype.j$e = function (a, b, c, d, e) {
|
|
810
807
|
this.hm.apply(this, arguments);
|
|
811
808
|
};
|
|
812
809
|
CategoryAngleAxis.prototype.j$f = function (a, b, c, d) {
|
|
813
810
|
this.hn.apply(this, arguments);
|
|
814
811
|
};
|
|
815
|
-
|
|
812
|
+
CategoryAngleAxis.prototype.j$g = function (a, b, c, d) {
|
|
813
|
+
this.ho.apply(this, arguments);
|
|
814
|
+
};
|
|
815
|
+
Object.defineProperty(CategoryAngleAxis.prototype, "j$b", {
|
|
816
816
|
get: function () {
|
|
817
|
-
return this.
|
|
817
|
+
return this.ch;
|
|
818
818
|
},
|
|
819
819
|
enumerable: false,
|
|
820
820
|
configurable: true
|
|
821
821
|
});
|
|
822
|
+
CategoryAngleAxis.prototype.j$a = function () {
|
|
823
|
+
return this.ag.apply(this, arguments);
|
|
824
|
+
};
|
|
822
825
|
CategoryAngleAxis.$t = markType(CategoryAngleAxis, 'CategoryAngleAxis', CategoryAxisBase.$, [IAngleScaler_$type]);
|
|
823
|
-
CategoryAngleAxis.
|
|
824
|
-
a.
|
|
825
|
-
a.
|
|
826
|
+
CategoryAngleAxis.nd = DependencyProperty.i("Interval", Number_$type, CategoryAngleAxis.$, new PropertyMetadata(2, NaN, function (a, b) {
|
|
827
|
+
a.h2("Interval", b.oldValue, b.newValue);
|
|
828
|
+
a.h8(false);
|
|
826
829
|
}));
|
|
827
|
-
CategoryAngleAxis.
|
|
828
|
-
(typeCast(CategoryAngleAxis.$, a)).
|
|
829
|
-
(typeCast(CategoryAngleAxis.$, a)).
|
|
830
|
+
CategoryAngleAxis.ne = DependencyProperty.i("MinorInterval", Number_$type, CategoryAngleAxis.$, new PropertyMetadata(2, NaN, function (a, b) {
|
|
831
|
+
(typeCast(CategoryAngleAxis.$, a)).h2("MinorInterval", b.oldValue, b.newValue);
|
|
832
|
+
(typeCast(CategoryAngleAxis.$, a)).h8(false);
|
|
830
833
|
}));
|
|
831
|
-
CategoryAngleAxis.$$p = markDep(DependencyProperty, PropertyMetadata, CategoryAngleAxis, '
|
|
834
|
+
CategoryAngleAxis.$$p = markDep(DependencyProperty, PropertyMetadata, CategoryAngleAxis, 'h2', ['StartAngleOffset:m2:nf', [1, 0]]);
|
|
832
835
|
return CategoryAngleAxis;
|
|
833
836
|
}(CategoryAxisBase));
|
|
834
837
|
export { CategoryAngleAxis };
|
|
@@ -839,68 +842,68 @@ var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
839
842
|
__extends(NumericAngleAxis, _super);
|
|
840
843
|
function NumericAngleAxis() {
|
|
841
844
|
var _this = _super.call(this) || this;
|
|
842
|
-
_this.
|
|
843
|
-
_this.
|
|
844
|
-
_this.
|
|
845
|
-
_this.
|
|
846
|
-
_this.
|
|
845
|
+
_this.nk = null;
|
|
846
|
+
_this.nl = false;
|
|
847
|
+
_this.nm = NaN;
|
|
848
|
+
_this.nn = 0;
|
|
849
|
+
_this.ni = null;
|
|
847
850
|
_this.ab = NumericAngleAxis.$;
|
|
848
|
-
_this.
|
|
849
|
-
_this.
|
|
851
|
+
_this.nk = new PolarAxisRenderingManager();
|
|
852
|
+
_this.k0 = _this.ky();
|
|
850
853
|
return _this;
|
|
851
854
|
}
|
|
852
|
-
NumericAngleAxis.prototype.
|
|
855
|
+
NumericAngleAxis.prototype.a4 = function () {
|
|
853
856
|
return new NumericAngleAxisView(this);
|
|
854
857
|
};
|
|
855
|
-
NumericAngleAxis.prototype.
|
|
856
|
-
_super.prototype.
|
|
857
|
-
this.
|
|
858
|
+
NumericAngleAxis.prototype.hs = function (a) {
|
|
859
|
+
_super.prototype.hs.call(this, a);
|
|
860
|
+
this.nh = a;
|
|
858
861
|
};
|
|
859
|
-
NumericAngleAxis.prototype.
|
|
862
|
+
NumericAngleAxis.prototype.get_b9 = function () {
|
|
860
863
|
return true;
|
|
861
864
|
};
|
|
862
|
-
NumericAngleAxis.prototype.
|
|
865
|
+
NumericAngleAxis.prototype.av = function () {
|
|
863
866
|
var _this = this;
|
|
864
867
|
var a = new AngleAxisLabelPanel();
|
|
865
868
|
a.dg = function (b) {
|
|
866
|
-
var c = _this.
|
|
867
|
-
var d = !c.isEmpty ? _this.
|
|
868
|
-
return _this.
|
|
869
|
+
var c = _this.bi != null ? _this.bi.tj : Rect.empty;
|
|
870
|
+
var d = !c.isEmpty ? _this.kd : Rect.empty;
|
|
871
|
+
return _this.nx(b, { $type: Point_$type, x: 0.5, y: 0.5 }, c, d, _this.aw.bh);
|
|
869
872
|
};
|
|
870
873
|
return a;
|
|
871
874
|
};
|
|
872
|
-
NumericAngleAxis.prototype.
|
|
873
|
-
if (this.
|
|
875
|
+
NumericAngleAxis.prototype.no = function () {
|
|
876
|
+
if (this.nj == null) {
|
|
874
877
|
return 0;
|
|
875
878
|
}
|
|
876
|
-
if (!this.
|
|
877
|
-
return this.
|
|
879
|
+
if (!this.b5()) {
|
|
880
|
+
return this.nj.nt();
|
|
878
881
|
}
|
|
879
882
|
else {
|
|
880
|
-
return this.
|
|
883
|
+
return this.nj.nu((this.fv));
|
|
881
884
|
}
|
|
882
885
|
};
|
|
883
|
-
NumericAngleAxis.prototype.
|
|
886
|
+
NumericAngleAxis.prototype.nq = function (a) {
|
|
884
887
|
return Math.round(a * Math.pow(10, 10)) / Math.pow(10, 10);
|
|
885
888
|
};
|
|
886
|
-
NumericAngleAxis.prototype.
|
|
889
|
+
NumericAngleAxis.prototype.ky = function () {
|
|
887
890
|
var _this = this;
|
|
888
|
-
var a = _super.prototype.
|
|
891
|
+
var a = _super.prototype.ky.call(this);
|
|
889
892
|
a.b.c = function (b) {
|
|
890
893
|
var e_5, _a;
|
|
891
|
-
if ((_this.
|
|
892
|
-
var c = typeCast(XamDataChart.$, _this.
|
|
894
|
+
if ((_this.az == null || _this.az.visibility == 0) && _this.nj != null && _this.nm != b) {
|
|
895
|
+
var c = typeCast(XamDataChart.$, _this.bi);
|
|
893
896
|
if (c == null) {
|
|
894
897
|
return;
|
|
895
898
|
}
|
|
896
|
-
_this.
|
|
897
|
-
_this.
|
|
898
|
-
c.
|
|
899
|
+
_this.nm = b;
|
|
900
|
+
_this.aw.bg = b;
|
|
901
|
+
c.md();
|
|
899
902
|
try {
|
|
900
903
|
for (var _b = __values(fromEnum(c.axes)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
901
904
|
var d = _c.value;
|
|
902
|
-
if (d != _this && typeCast(AngleAxisLabelPanel.$, d.
|
|
903
|
-
d.
|
|
905
|
+
if (d != _this && typeCast(AngleAxisLabelPanel.$, d.aw) !== null) {
|
|
906
|
+
d.a5.ag();
|
|
904
907
|
}
|
|
905
908
|
}
|
|
906
909
|
}
|
|
@@ -920,49 +923,49 @@ var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
920
923
|
}
|
|
921
924
|
};
|
|
922
925
|
a.e = function (b) {
|
|
923
|
-
b.n = _this.
|
|
926
|
+
b.n = _this.no();
|
|
924
927
|
b.r = b.n;
|
|
925
928
|
};
|
|
926
929
|
a.j = function (b) {
|
|
927
930
|
var c = typeCast(PolarAxisRenderingParameters.$, b);
|
|
928
931
|
if (c.e == c.k._inner[0]) {
|
|
929
|
-
_this.
|
|
932
|
+
_this.nk.i(b.t, b.n, b.z, b.aa, c.center, c.minAngle, c.maxAngle);
|
|
930
933
|
}
|
|
931
934
|
};
|
|
932
935
|
a.k = function (b, c, d) {
|
|
933
936
|
var e = typeCast(PolarAxisRenderingParameters.$, b);
|
|
934
|
-
_this.
|
|
937
|
+
_this.nk.m(c, d, b.z, b.aa, e.minLength, e.maxLength, e.center);
|
|
935
938
|
};
|
|
936
939
|
a.l = function (b, c, d, e) {
|
|
937
940
|
var f = typeCast(PolarAxisRenderingParameters.$, b);
|
|
938
|
-
_this.
|
|
941
|
+
_this.nk.n(c, d, e, f.z, b.aa, f.minLength, f.maxLength, f.center);
|
|
939
942
|
};
|
|
940
943
|
a.d = function (b, c, d, e) {
|
|
941
|
-
var f = typeCast(PolarAxisRenderingParameters.$, _this.
|
|
944
|
+
var f = typeCast(PolarAxisRenderingParameters.$, _this.k1(b, c, d, e));
|
|
942
945
|
return f;
|
|
943
946
|
};
|
|
944
947
|
a.v = function () {
|
|
945
|
-
if (!_this.
|
|
946
|
-
_this.
|
|
947
|
-
_this.
|
|
948
|
-
_this.
|
|
948
|
+
if (!_this.nl) {
|
|
949
|
+
_this.nl = true;
|
|
950
|
+
_this.nj.c1();
|
|
951
|
+
_this.nl = false;
|
|
949
952
|
}
|
|
950
953
|
};
|
|
951
954
|
a.m = function (b, c) { return _this.getScaledAngle(c); };
|
|
952
|
-
a.o = function (b, c) { return !c.isEmpty && !b.isEmpty && _this.
|
|
955
|
+
a.o = function (b, c) { return !c.isEmpty && !b.isEmpty && _this.nj != null; };
|
|
953
956
|
a.q = function (b, c) {
|
|
954
|
-
if (_this.
|
|
957
|
+
if (_this.nq(c - _this.nn) < 0) {
|
|
955
958
|
return false;
|
|
956
959
|
}
|
|
957
|
-
if (_this.
|
|
960
|
+
if (_this.nq(c - _this.nn - (2 * Math.PI)) > 0) {
|
|
958
961
|
return false;
|
|
959
962
|
}
|
|
960
963
|
return true;
|
|
961
964
|
};
|
|
962
965
|
a.p = function (b, c, d) {
|
|
963
966
|
var e = typeCast(PolarAxisRenderingParameters.$, b);
|
|
964
|
-
var f = _this.
|
|
965
|
-
var g = _this.
|
|
967
|
+
var f = _this.nx(_this.getScaledAngle(e.l), e.center, b.aa, b.z, 0);
|
|
968
|
+
var g = _this.nx(c, e.center, b.aa, b.z, 0);
|
|
966
969
|
if (d && MathUtil.g(f.x - g.x, f.y - g.y) < 2) {
|
|
967
970
|
return false;
|
|
968
971
|
}
|
|
@@ -982,10 +985,10 @@ var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
982
985
|
};
|
|
983
986
|
return a;
|
|
984
987
|
};
|
|
985
|
-
NumericAngleAxis.prototype.
|
|
986
|
-
var f = this.
|
|
988
|
+
NumericAngleAxis.prototype.nx = function (a, b, c, d, e) {
|
|
989
|
+
var f = this.no();
|
|
987
990
|
var g = ViewportUtils.b(e, c, d);
|
|
988
|
-
if (this.
|
|
991
|
+
if (this.az != null && (this.az.c == 5 || this.az.c == 1)) {
|
|
989
992
|
g *= -1;
|
|
990
993
|
}
|
|
991
994
|
var h = b.x + (f + g) * Math.cos(a);
|
|
@@ -994,65 +997,65 @@ var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
994
997
|
i = ViewportUtils.f(i, c, d);
|
|
995
998
|
return { $type: Point_$type, x: h, y: i };
|
|
996
999
|
};
|
|
997
|
-
NumericAngleAxis.prototype.
|
|
1000
|
+
NumericAngleAxis.prototype.ej = function (a, b) {
|
|
998
1001
|
return this.getScaledAngle(a);
|
|
999
1002
|
};
|
|
1000
1003
|
NumericAngleAxis.prototype.getScaledAngle1 = function (a, b, c) {
|
|
1001
1004
|
var d = 0;
|
|
1002
1005
|
if (b) {
|
|
1003
|
-
d = (Math.log(a) - this.
|
|
1006
|
+
d = (Math.log(a) - this.l3) / (this.l2 - this.l3);
|
|
1004
1007
|
}
|
|
1005
1008
|
else {
|
|
1006
|
-
d = (a - this.
|
|
1009
|
+
d = (a - this.lx) / (this.lw - this.lx);
|
|
1007
1010
|
}
|
|
1008
1011
|
if (c) {
|
|
1009
1012
|
d = 1 - d;
|
|
1010
1013
|
}
|
|
1011
|
-
return (d * 2 * Math.PI) + this.
|
|
1014
|
+
return (d * 2 * Math.PI) + this.nn;
|
|
1012
1015
|
};
|
|
1013
1016
|
NumericAngleAxis.prototype.getScaledAngle = function (a) {
|
|
1014
|
-
return this.getScaledAngle1(a, this.
|
|
1017
|
+
return this.getScaledAngle1(a, this.lj, this.ci);
|
|
1015
1018
|
};
|
|
1016
|
-
NumericAngleAxis.prototype.
|
|
1019
|
+
NumericAngleAxis.prototype.em = function (a, b) {
|
|
1017
1020
|
return this.getUnscaledAngle(a);
|
|
1018
1021
|
};
|
|
1019
1022
|
NumericAngleAxis.prototype.getUnscaledAngle = function (a) {
|
|
1020
|
-
var b = (a - this.
|
|
1021
|
-
if (this.
|
|
1023
|
+
var b = (a - this.nn) / (2 * Math.PI);
|
|
1024
|
+
if (this.ch) {
|
|
1022
1025
|
b = 1 - b;
|
|
1023
1026
|
}
|
|
1024
|
-
if (this.
|
|
1025
|
-
return Math.exp(b * (this.
|
|
1027
|
+
if (this.lj) {
|
|
1028
|
+
return Math.exp(b * (this.l2 - this.l3) + this.l3);
|
|
1026
1029
|
}
|
|
1027
1030
|
else {
|
|
1028
|
-
return this.
|
|
1031
|
+
return this.lx + b * (this.lw - this.lx);
|
|
1029
1032
|
}
|
|
1030
1033
|
};
|
|
1031
|
-
NumericAngleAxis.prototype.
|
|
1034
|
+
NumericAngleAxis.prototype.hw = function (a, b, c, d) {
|
|
1032
1035
|
var e_6, _a, e_7, _b, e_8, _c;
|
|
1033
|
-
_super.prototype.
|
|
1034
|
-
var e = typeCast(XamDataChart.$, this.
|
|
1036
|
+
_super.prototype.hw.call(this, a, b, c, d);
|
|
1037
|
+
var e = typeCast(XamDataChart.$, this.bi);
|
|
1035
1038
|
switch (b) {
|
|
1036
1039
|
case "CrossingAxis":
|
|
1037
1040
|
var f = typeCast(NumericRadiusAxis.$, d);
|
|
1038
|
-
this.
|
|
1041
|
+
this.nv(f);
|
|
1039
1042
|
if (f != null) {
|
|
1040
|
-
f.
|
|
1043
|
+
f.n3(this);
|
|
1041
1044
|
}
|
|
1042
|
-
this.
|
|
1045
|
+
this.h8(false);
|
|
1043
1046
|
break;
|
|
1044
1047
|
case NumericAngleAxis.$$p[0]:
|
|
1045
|
-
this.
|
|
1046
|
-
while (this.
|
|
1047
|
-
this.
|
|
1048
|
+
this.nn = this.nr;
|
|
1049
|
+
while (this.nn < 0) {
|
|
1050
|
+
this.nn += 360;
|
|
1048
1051
|
}
|
|
1049
|
-
while (this.
|
|
1050
|
-
this.
|
|
1052
|
+
while (this.nn >= 360) {
|
|
1053
|
+
this.nn -= 360;
|
|
1051
1054
|
}
|
|
1052
|
-
this.
|
|
1053
|
-
this.
|
|
1055
|
+
this.nn = (this.nr * Math.PI) / 180;
|
|
1056
|
+
this.h8(false);
|
|
1054
1057
|
try {
|
|
1055
|
-
for (var _d = __values(fromEnum(this.
|
|
1058
|
+
for (var _d = __values(fromEnum(this.db())), _e = _d.next(); !_e.done; _e = _d.next()) {
|
|
1056
1059
|
var g = _e.value;
|
|
1057
1060
|
g.mn(false);
|
|
1058
1061
|
g.lu();
|
|
@@ -1077,7 +1080,7 @@ var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1077
1080
|
try {
|
|
1078
1081
|
for (var _f = __values(fromEnum(e.axes)), _g = _f.next(); !_g.done; _g = _f.next()) {
|
|
1079
1082
|
var h = _g.value;
|
|
1080
|
-
h.
|
|
1083
|
+
h.h7();
|
|
1081
1084
|
}
|
|
1082
1085
|
}
|
|
1083
1086
|
catch (e_7_1) {
|
|
@@ -1101,7 +1104,7 @@ var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1101
1104
|
for (var _h = __values(fromEnum(e.axes)), _j = _h.next(); !_j.done; _j = _h.next()) {
|
|
1102
1105
|
var i = _j.value;
|
|
1103
1106
|
if (typeCast(NumericAngleAxis.$, i) !== null || typeCast(CategoryAngleAxis.$, i) !== null) {
|
|
1104
|
-
i.
|
|
1107
|
+
i.h7();
|
|
1105
1108
|
}
|
|
1106
1109
|
}
|
|
1107
1110
|
}
|
|
@@ -1121,28 +1124,28 @@ var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1121
1124
|
}
|
|
1122
1125
|
break;
|
|
1123
1126
|
case "LabelSettings":
|
|
1124
|
-
this.
|
|
1125
|
-
this.
|
|
1126
|
-
this.
|
|
1127
|
-
this.
|
|
1127
|
+
this.k0 = this.ky();
|
|
1128
|
+
this.nt();
|
|
1129
|
+
this.cq = true;
|
|
1130
|
+
this.h8(false);
|
|
1128
1131
|
break;
|
|
1129
1132
|
}
|
|
1130
1133
|
};
|
|
1131
|
-
NumericAngleAxis.prototype.
|
|
1132
|
-
this.
|
|
1134
|
+
NumericAngleAxis.prototype.nt = function () {
|
|
1135
|
+
this.nm = NaN;
|
|
1133
1136
|
};
|
|
1134
|
-
NumericAngleAxis.prototype.
|
|
1137
|
+
NumericAngleAxis.prototype.k2 = function () {
|
|
1135
1138
|
return new PolarAxisRenderingParameters();
|
|
1136
1139
|
};
|
|
1137
|
-
NumericAngleAxis.prototype.
|
|
1138
|
-
var e = typeCast(PolarAxisRenderingParameters.$, _super.prototype.
|
|
1139
|
-
var f = this.
|
|
1140
|
-
var g = this.
|
|
1141
|
-
var h = 0.5 * this.
|
|
1142
|
-
var i = 0.5 * this.
|
|
1140
|
+
NumericAngleAxis.prototype.k1 = function (a, b, c, d) {
|
|
1141
|
+
var e = typeCast(PolarAxisRenderingParameters.$, _super.prototype.k1.call(this, a, b, c, d));
|
|
1142
|
+
var f = this.nk.f(b);
|
|
1143
|
+
var g = this.nk.g(b);
|
|
1144
|
+
var h = 0.5 * this.nj.no;
|
|
1145
|
+
var i = 0.5 * this.nj.nn;
|
|
1143
1146
|
var j = f;
|
|
1144
1147
|
var k = g;
|
|
1145
|
-
var l = this.
|
|
1148
|
+
var l = this.nj.nt();
|
|
1146
1149
|
if (isNaN_(l) || isInfinity(l)) {
|
|
1147
1150
|
return null;
|
|
1148
1151
|
}
|
|
@@ -1153,7 +1156,7 @@ var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1153
1156
|
j = i;
|
|
1154
1157
|
}
|
|
1155
1158
|
var m = a.width;
|
|
1156
|
-
this.
|
|
1159
|
+
this.nk.k(b, e, this.lx, this.lw, this.ch, runOn(this, this.getUnscaledAngle), m);
|
|
1157
1160
|
var n = { $type: Point_$type, x: 0.5, y: 0.5 };
|
|
1158
1161
|
e.center = n;
|
|
1159
1162
|
e.maxLength = k;
|
|
@@ -1162,7 +1165,7 @@ var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1162
1165
|
return e;
|
|
1163
1166
|
};
|
|
1164
1167
|
NumericAngleAxis.prototype.getMinMaxAngle = function (a, b, c) {
|
|
1165
|
-
var d = this.
|
|
1168
|
+
var d = this.nk.l(a, b, c);
|
|
1166
1169
|
b = d.p1;
|
|
1167
1170
|
c = d.p2;
|
|
1168
1171
|
return {
|
|
@@ -1170,72 +1173,72 @@ var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1170
1173
|
p2: c
|
|
1171
1174
|
};
|
|
1172
1175
|
};
|
|
1173
|
-
NumericAngleAxis.prototype.
|
|
1174
|
-
_super.prototype.
|
|
1175
|
-
var b = this.
|
|
1176
|
-
var c = !b.isEmpty ? this.
|
|
1177
|
-
var d = this.
|
|
1178
|
-
var e = this.
|
|
1179
|
-
var f = this.
|
|
1176
|
+
NumericAngleAxis.prototype.h9 = function (a) {
|
|
1177
|
+
_super.prototype.h9.call(this, a);
|
|
1178
|
+
var b = this.bi != null ? this.bi.tj : Rect.empty;
|
|
1179
|
+
var c = !b.isEmpty ? this.kd : Rect.empty;
|
|
1180
|
+
var d = this.j8();
|
|
1181
|
+
var e = this.j7();
|
|
1182
|
+
var f = this.k0.c(a, c, b, d, e);
|
|
1180
1183
|
if (f != null) {
|
|
1181
|
-
this.
|
|
1182
|
-
this.
|
|
1184
|
+
this.lv = f.f.m;
|
|
1185
|
+
this.ly = f.f.l;
|
|
1183
1186
|
}
|
|
1184
1187
|
};
|
|
1185
|
-
Object.defineProperty(NumericAngleAxis.prototype, "
|
|
1188
|
+
Object.defineProperty(NumericAngleAxis.prototype, "nj", {
|
|
1186
1189
|
get: function () {
|
|
1187
|
-
if (this.
|
|
1188
|
-
return this.
|
|
1190
|
+
if (this.ni != null) {
|
|
1191
|
+
return this.ni;
|
|
1189
1192
|
}
|
|
1190
|
-
var a = typeCast(XamDataChart.$, this.
|
|
1193
|
+
var a = typeCast(XamDataChart.$, this.bi);
|
|
1191
1194
|
if (a != null) {
|
|
1192
1195
|
for (var b = 0; b < a.axes.count; b++) {
|
|
1193
|
-
if (a.axes._inner[b].
|
|
1196
|
+
if (a.axes._inner[b].cm) {
|
|
1194
1197
|
return a.axes._inner[b];
|
|
1195
1198
|
}
|
|
1196
1199
|
}
|
|
1197
1200
|
}
|
|
1198
|
-
return this.
|
|
1201
|
+
return this.ni;
|
|
1199
1202
|
},
|
|
1200
1203
|
set: function (a) {
|
|
1201
|
-
this.
|
|
1204
|
+
this.ni = a;
|
|
1202
1205
|
},
|
|
1203
1206
|
enumerable: false,
|
|
1204
1207
|
configurable: true
|
|
1205
1208
|
});
|
|
1206
|
-
NumericAngleAxis.prototype.
|
|
1207
|
-
return this.
|
|
1209
|
+
NumericAngleAxis.prototype.ak = function () {
|
|
1210
|
+
return this.nj;
|
|
1208
1211
|
};
|
|
1209
|
-
NumericAngleAxis.prototype.
|
|
1210
|
-
this.
|
|
1212
|
+
NumericAngleAxis.prototype.nv = function (a) {
|
|
1213
|
+
this.nj = a;
|
|
1211
1214
|
};
|
|
1212
|
-
NumericAngleAxis.prototype.
|
|
1213
|
-
_super.prototype.
|
|
1215
|
+
NumericAngleAxis.prototype.ip = function (a, b) {
|
|
1216
|
+
_super.prototype.ip.call(this, a, b);
|
|
1214
1217
|
if (b.height != a.height || b.width != a.width) {
|
|
1215
|
-
this.
|
|
1218
|
+
this.c1();
|
|
1216
1219
|
}
|
|
1217
1220
|
};
|
|
1218
|
-
NumericAngleAxis.prototype.
|
|
1221
|
+
NumericAngleAxis.prototype.get_a2 = function () {
|
|
1219
1222
|
return 2;
|
|
1220
1223
|
};
|
|
1221
|
-
Object.defineProperty(NumericAngleAxis.prototype, "
|
|
1224
|
+
Object.defineProperty(NumericAngleAxis.prototype, "a2", {
|
|
1222
1225
|
get: function () {
|
|
1223
|
-
return this.
|
|
1226
|
+
return this.get_a2();
|
|
1224
1227
|
},
|
|
1225
1228
|
enumerable: false,
|
|
1226
1229
|
configurable: true
|
|
1227
1230
|
});
|
|
1228
|
-
NumericAngleAxis.prototype.
|
|
1231
|
+
NumericAngleAxis.prototype.j5 = function (a, b, c, d, e) {
|
|
1229
1232
|
if (d === void 0) {
|
|
1230
1233
|
d = null;
|
|
1231
1234
|
}
|
|
1232
1235
|
if (e === void 0) {
|
|
1233
1236
|
e = null;
|
|
1234
1237
|
}
|
|
1235
|
-
if (this.
|
|
1238
|
+
if (this.nj == null) {
|
|
1236
1239
|
return null;
|
|
1237
1240
|
}
|
|
1238
|
-
var f = typeCast(PolarAxisRenderingParameters.$, this.
|
|
1241
|
+
var f = typeCast(PolarAxisRenderingParameters.$, this.k1(c, b, d, e));
|
|
1239
1242
|
if (f == null) {
|
|
1240
1243
|
return null;
|
|
1241
1244
|
}
|
|
@@ -1255,7 +1258,7 @@ var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1255
1258
|
return m;
|
|
1256
1259
|
};
|
|
1257
1260
|
NumericAngleAxis.$t = markType(NumericAngleAxis, 'NumericAngleAxis', NumericAxisBase.$, [IAngleScaler_$type]);
|
|
1258
|
-
NumericAngleAxis.$$p = markDep(DependencyProperty, PropertyMetadata, NumericAngleAxis, '
|
|
1261
|
+
NumericAngleAxis.$$p = markDep(DependencyProperty, PropertyMetadata, NumericAngleAxis, 'h2', ['StartAngleOffset:nr:nw', [1, 0]]);
|
|
1259
1262
|
return NumericAngleAxis;
|
|
1260
1263
|
}(NumericAxisBase));
|
|
1261
1264
|
export { NumericAngleAxis };
|
|
@@ -1266,76 +1269,76 @@ var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1266
1269
|
__extends(NumericRadiusAxis, _super);
|
|
1267
1270
|
function NumericRadiusAxis() {
|
|
1268
1271
|
var _this = _super.call(this) || this;
|
|
1269
|
-
_this.
|
|
1270
|
-
_this.
|
|
1271
|
-
_this.
|
|
1272
|
+
_this.nk = null;
|
|
1273
|
+
_this.nl = false;
|
|
1274
|
+
_this.nm = NaN;
|
|
1275
|
+
_this.no = 0;
|
|
1272
1276
|
_this.nn = 0;
|
|
1273
|
-
_this.
|
|
1274
|
-
_this.
|
|
1275
|
-
_this.ng = null;
|
|
1277
|
+
_this.nq = 0;
|
|
1278
|
+
_this.nh = null;
|
|
1276
1279
|
_this.ab = NumericRadiusAxis.$;
|
|
1280
|
+
_this.no = _this.ny;
|
|
1277
1281
|
_this.nn = _this.nx;
|
|
1278
|
-
_this.
|
|
1279
|
-
_this.
|
|
1280
|
-
_this.kz = _this.kx();
|
|
1282
|
+
_this.nk = new PolarAxisRenderingManager();
|
|
1283
|
+
_this.k0 = _this.ky();
|
|
1281
1284
|
return _this;
|
|
1282
1285
|
}
|
|
1283
|
-
NumericRadiusAxis.prototype.
|
|
1286
|
+
NumericRadiusAxis.prototype.a4 = function () {
|
|
1284
1287
|
return new NumericRadiusAxisView(this);
|
|
1285
1288
|
};
|
|
1286
|
-
NumericRadiusAxis.prototype.
|
|
1287
|
-
_super.prototype.
|
|
1288
|
-
this.
|
|
1289
|
+
NumericRadiusAxis.prototype.hs = function (a) {
|
|
1290
|
+
_super.prototype.hs.call(this, a);
|
|
1291
|
+
this.nj = a;
|
|
1289
1292
|
};
|
|
1290
|
-
NumericRadiusAxis.prototype.
|
|
1293
|
+
NumericRadiusAxis.prototype.get_cm = function () {
|
|
1291
1294
|
return true;
|
|
1292
1295
|
};
|
|
1293
|
-
NumericRadiusAxis.prototype.
|
|
1294
|
-
var a = this.
|
|
1295
|
-
var b = this.
|
|
1296
|
-
var c = Math.min(this.
|
|
1296
|
+
NumericRadiusAxis.prototype.ei = function () {
|
|
1297
|
+
var a = this.no;
|
|
1298
|
+
var b = this.nn;
|
|
1299
|
+
var c = Math.min(this.ns(), this.nr()) * (a - b) / 2;
|
|
1297
1300
|
c = Math.max(c, 14);
|
|
1298
1301
|
return c;
|
|
1299
1302
|
};
|
|
1300
|
-
NumericRadiusAxis.prototype.
|
|
1301
|
-
return this.
|
|
1303
|
+
NumericRadiusAxis.prototype.ns = function () {
|
|
1304
|
+
return this.kd.width;
|
|
1302
1305
|
};
|
|
1303
|
-
NumericRadiusAxis.prototype.
|
|
1304
|
-
return this.
|
|
1306
|
+
NumericRadiusAxis.prototype.nr = function () {
|
|
1307
|
+
return this.kd.height;
|
|
1305
1308
|
};
|
|
1306
|
-
NumericRadiusAxis.prototype.
|
|
1309
|
+
NumericRadiusAxis.prototype.av = function () {
|
|
1307
1310
|
return new RadialAxisLabelPanel();
|
|
1308
1311
|
};
|
|
1309
|
-
NumericRadiusAxis.prototype.
|
|
1312
|
+
NumericRadiusAxis.prototype.np = function (a) {
|
|
1310
1313
|
if (a == null) {
|
|
1311
1314
|
return 0;
|
|
1312
1315
|
}
|
|
1313
1316
|
return a;
|
|
1314
1317
|
};
|
|
1315
|
-
NumericRadiusAxis.prototype.
|
|
1318
|
+
NumericRadiusAxis.prototype.ky = function () {
|
|
1316
1319
|
var _this = this;
|
|
1317
|
-
var a = _super.prototype.
|
|
1320
|
+
var a = _super.prototype.ky.call(this);
|
|
1318
1321
|
a.b.c = function (b) {
|
|
1319
|
-
if ((_this.
|
|
1320
|
-
if ((_this.
|
|
1321
|
-
_this.
|
|
1322
|
-
_this.
|
|
1323
|
-
_this.
|
|
1322
|
+
if ((_this.az == null || _this.az.visibility == 0) && _this.ni != null) {
|
|
1323
|
+
if ((_this.az == null || (_this.az.c == 4 || _this.az.c == 5)) && _this.nm != b) {
|
|
1324
|
+
_this.nm = b;
|
|
1325
|
+
_this.aw.bg = b;
|
|
1326
|
+
_this.bi.md();
|
|
1324
1327
|
}
|
|
1325
1328
|
}
|
|
1326
1329
|
};
|
|
1327
1330
|
a.k = function (b, c, d) {
|
|
1328
1331
|
var e = typeCast(PolarAxisRenderingParameters.$, b);
|
|
1329
|
-
_this.
|
|
1332
|
+
_this.nk.i(c, d, e.z, e.aa, e.center, e.minAngle, e.maxAngle);
|
|
1330
1333
|
};
|
|
1331
1334
|
a.l = function (b, c, d, e) {
|
|
1332
1335
|
if (d == e) {
|
|
1333
1336
|
return;
|
|
1334
1337
|
}
|
|
1335
1338
|
var f = typeCast(PolarAxisRenderingParameters.$, b);
|
|
1336
|
-
_this.
|
|
1339
|
+
_this.nk.j(c, d, e, f.z, f.aa, f.center, f.minAngle, f.maxAngle);
|
|
1337
1340
|
};
|
|
1338
|
-
a.m = function (b, c) { return _this.
|
|
1341
|
+
a.m = function (b, c) { return _this.nu(c); };
|
|
1339
1342
|
a.q = function (b, c) {
|
|
1340
1343
|
var d = typeCast(PolarAxisRenderingParameters.$, b);
|
|
1341
1344
|
return c <= d.effectiveMaximum;
|
|
@@ -1346,20 +1349,20 @@ var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1346
1349
|
};
|
|
1347
1350
|
a.j = function (b) {
|
|
1348
1351
|
var c = typeCast(PolarAxisRenderingParameters.$, b);
|
|
1349
|
-
_this.
|
|
1352
|
+
_this.nk.m(b.t, c.crossingAngleRadians, b.z, b.aa, c.minLength, c.maxLength, c.center);
|
|
1350
1353
|
};
|
|
1351
1354
|
a.e = function (b) {
|
|
1352
|
-
b.n = _this.
|
|
1355
|
+
b.n = _this.az == null || (_this.az.c == 4 || _this.az.c == 0) ? b.z.top : b.z.bottom;
|
|
1353
1356
|
b.r = b.n;
|
|
1354
1357
|
var c = typeCast(PolarAxisRenderingParameters.$, b);
|
|
1355
|
-
c.crossingAngleRadians = (_this.
|
|
1356
|
-
if (_this.
|
|
1358
|
+
c.crossingAngleRadians = (_this.np(_this.fv) * Math.PI) / 180;
|
|
1359
|
+
if (_this.az == null || (_this.az.c == 4 || _this.az.c == 5)) {
|
|
1357
1360
|
c.n = ViewportUtils.f(0.5, c.aa, c.z) - b.z.top;
|
|
1358
1361
|
c.r = c.n;
|
|
1359
|
-
var d = typeCast(RadialAxisLabelPanel.$, _this.
|
|
1362
|
+
var d = typeCast(RadialAxisLabelPanel.$, _this.aw);
|
|
1360
1363
|
if (d != null) {
|
|
1361
1364
|
var e = 0;
|
|
1362
|
-
if (_this.
|
|
1365
|
+
if (_this.az != null && _this.az.c == 4) {
|
|
1363
1366
|
e = 1;
|
|
1364
1367
|
}
|
|
1365
1368
|
d.dy = { $type: Point_$type, x: ViewportUtils.c(0.5, c.aa, c.z), y: e };
|
|
@@ -1369,17 +1372,17 @@ var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1369
1372
|
};
|
|
1370
1373
|
a.p = function (b, c, d) {
|
|
1371
1374
|
var e = typeCast(PolarAxisRenderingParameters.$, b);
|
|
1372
|
-
if (_this.
|
|
1375
|
+
if (_this.ni == null) {
|
|
1373
1376
|
return false;
|
|
1374
1377
|
}
|
|
1375
1378
|
if (c > e.effectiveMaximum) {
|
|
1376
1379
|
return false;
|
|
1377
1380
|
}
|
|
1378
1381
|
var f = false;
|
|
1379
|
-
f = _this.
|
|
1382
|
+
f = _this.az == null || (_this.az.c == 4 || _this.az.c == 5);
|
|
1380
1383
|
var g = 0;
|
|
1381
1384
|
if (f) {
|
|
1382
|
-
g = _this.
|
|
1385
|
+
g = _this.nq;
|
|
1383
1386
|
}
|
|
1384
1387
|
var h = e.center.x + c * Math.cos(g);
|
|
1385
1388
|
var i = e.center.y + c * Math.sin(g);
|
|
@@ -1405,21 +1408,21 @@ var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1405
1408
|
};
|
|
1406
1409
|
return a;
|
|
1407
1410
|
};
|
|
1408
|
-
NumericRadiusAxis.prototype.
|
|
1409
|
-
return this.
|
|
1411
|
+
NumericRadiusAxis.prototype.ej = function (a, b) {
|
|
1412
|
+
return this.nu(a);
|
|
1410
1413
|
};
|
|
1411
|
-
NumericRadiusAxis.prototype.
|
|
1414
|
+
NumericRadiusAxis.prototype.nv = function (a, b, c, d, e) {
|
|
1412
1415
|
var f = 0;
|
|
1413
1416
|
if (b) {
|
|
1414
1417
|
if (a <= 0) {
|
|
1415
|
-
f = (Math.log(this.
|
|
1418
|
+
f = (Math.log(this.lx) - this.l3) / (this.l2 - this.l3);
|
|
1416
1419
|
}
|
|
1417
1420
|
else {
|
|
1418
|
-
f = (Math.log(a) - this.
|
|
1421
|
+
f = (Math.log(a) - this.l3) / (this.l2 - this.l3);
|
|
1419
1422
|
}
|
|
1420
1423
|
}
|
|
1421
1424
|
else {
|
|
1422
|
-
f = (a - this.
|
|
1425
|
+
f = (a - this.lx) / (this.lw - this.lx);
|
|
1423
1426
|
}
|
|
1424
1427
|
if (c) {
|
|
1425
1428
|
f = 1 - f;
|
|
@@ -1428,56 +1431,56 @@ var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1428
1431
|
f /= 2;
|
|
1429
1432
|
return f;
|
|
1430
1433
|
};
|
|
1431
|
-
NumericRadiusAxis.prototype.
|
|
1432
|
-
return this.
|
|
1434
|
+
NumericRadiusAxis.prototype.nu = function (a) {
|
|
1435
|
+
return this.nv(a, this.lj, this.ci, this.no, this.nn);
|
|
1433
1436
|
};
|
|
1434
|
-
NumericRadiusAxis.prototype.
|
|
1437
|
+
NumericRadiusAxis.prototype.nw = function (a) {
|
|
1435
1438
|
var b = a * 2;
|
|
1436
|
-
b = (b - this.
|
|
1437
|
-
if (this.
|
|
1439
|
+
b = (b - this.nn) / (this.no - this.nn);
|
|
1440
|
+
if (this.ch) {
|
|
1438
1441
|
b = 1 - b;
|
|
1439
1442
|
}
|
|
1440
|
-
if (this.
|
|
1441
|
-
return Math.exp(b * (this.
|
|
1443
|
+
if (this.lj) {
|
|
1444
|
+
return Math.exp(b * (this.l2 - this.l3) + this.l3);
|
|
1442
1445
|
}
|
|
1443
1446
|
else {
|
|
1444
|
-
return this.
|
|
1447
|
+
return this.lx + b * (this.lw - this.lx);
|
|
1445
1448
|
}
|
|
1446
1449
|
};
|
|
1447
|
-
NumericRadiusAxis.prototype.
|
|
1448
|
-
return this.
|
|
1450
|
+
NumericRadiusAxis.prototype.em = function (a, b) {
|
|
1451
|
+
return this.nw(a);
|
|
1449
1452
|
};
|
|
1450
|
-
NumericRadiusAxis.prototype.
|
|
1453
|
+
NumericRadiusAxis.prototype.hw = function (a, b, c, d) {
|
|
1451
1454
|
var e_9, _a, e_10, _b;
|
|
1452
1455
|
switch (b) {
|
|
1453
1456
|
case "CrossingValue":
|
|
1454
|
-
this.
|
|
1457
|
+
this.nq = this.np(this.fv) * Math.PI / 180;
|
|
1455
1458
|
break;
|
|
1456
1459
|
}
|
|
1457
|
-
_super.prototype.
|
|
1460
|
+
_super.prototype.hw.call(this, a, b, c, d);
|
|
1458
1461
|
switch (b) {
|
|
1459
1462
|
case NumericRadiusAxis.$$p[1]:
|
|
1460
|
-
this.
|
|
1461
|
-
if (this.
|
|
1462
|
-
this.
|
|
1463
|
+
this.no = this.ny;
|
|
1464
|
+
if (this.no < 0) {
|
|
1465
|
+
this.no = 0.1;
|
|
1463
1466
|
}
|
|
1464
|
-
if (this.
|
|
1465
|
-
this.
|
|
1467
|
+
if (this.no > 1) {
|
|
1468
|
+
this.no = 1;
|
|
1466
1469
|
}
|
|
1467
|
-
if (this.
|
|
1468
|
-
this.
|
|
1469
|
-
if (this.
|
|
1470
|
-
this.
|
|
1471
|
-
this.
|
|
1470
|
+
if (this.nn >= this.no) {
|
|
1471
|
+
this.nn = this.no - 0.01;
|
|
1472
|
+
if (this.nn < 0) {
|
|
1473
|
+
this.nn = 0;
|
|
1474
|
+
this.no = 0.01;
|
|
1472
1475
|
}
|
|
1473
1476
|
}
|
|
1474
|
-
this.
|
|
1475
|
-
this.
|
|
1476
|
-
if (this.
|
|
1477
|
-
this.
|
|
1477
|
+
this.cq = true;
|
|
1478
|
+
this.h8(false);
|
|
1479
|
+
if (this.ni != null) {
|
|
1480
|
+
this.ni.h7();
|
|
1478
1481
|
}
|
|
1479
1482
|
try {
|
|
1480
|
-
for (var _c = __values(fromEnum(this.
|
|
1483
|
+
for (var _c = __values(fromEnum(this.db())), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
1481
1484
|
var e = _d.value;
|
|
1482
1485
|
e.mn(false);
|
|
1483
1486
|
}
|
|
@@ -1497,27 +1500,27 @@ var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1497
1500
|
}
|
|
1498
1501
|
break;
|
|
1499
1502
|
case NumericRadiusAxis.$$p[0]:
|
|
1500
|
-
this.
|
|
1501
|
-
if (this.
|
|
1502
|
-
this.
|
|
1503
|
+
this.nn = this.nx;
|
|
1504
|
+
if (this.nn < 0) {
|
|
1505
|
+
this.nn = 0.1;
|
|
1503
1506
|
}
|
|
1504
|
-
if (this.
|
|
1505
|
-
this.
|
|
1507
|
+
if (this.nn > 1) {
|
|
1508
|
+
this.nn = 1;
|
|
1506
1509
|
}
|
|
1507
|
-
if (this.
|
|
1508
|
-
this.
|
|
1509
|
-
if (this.
|
|
1510
|
-
this.
|
|
1511
|
-
this.
|
|
1510
|
+
if (this.nn >= this.no) {
|
|
1511
|
+
this.nn = this.no - 0.01;
|
|
1512
|
+
if (this.nn < 0) {
|
|
1513
|
+
this.nn = 0;
|
|
1514
|
+
this.no = 0.01;
|
|
1512
1515
|
}
|
|
1513
1516
|
}
|
|
1514
|
-
this.
|
|
1515
|
-
this.
|
|
1516
|
-
if (this.
|
|
1517
|
-
this.
|
|
1517
|
+
this.cq = true;
|
|
1518
|
+
this.h8(false);
|
|
1519
|
+
if (this.ni != null) {
|
|
1520
|
+
this.ni.h7();
|
|
1518
1521
|
}
|
|
1519
1522
|
try {
|
|
1520
|
-
for (var _e = __values(fromEnum(this.
|
|
1523
|
+
for (var _e = __values(fromEnum(this.db())), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
1521
1524
|
var f = _f.value;
|
|
1522
1525
|
f.e3 = true;
|
|
1523
1526
|
f.mn(false);
|
|
@@ -1536,44 +1539,44 @@ var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1536
1539
|
throw e_10.error;
|
|
1537
1540
|
}
|
|
1538
1541
|
}
|
|
1539
|
-
if (this.
|
|
1540
|
-
this.
|
|
1542
|
+
if (this.bi != null) {
|
|
1543
|
+
this.bi.mr();
|
|
1541
1544
|
}
|
|
1542
1545
|
break;
|
|
1543
1546
|
case "CrossingAxis":
|
|
1544
1547
|
var g = typeCast(NumericAngleAxis.$, d);
|
|
1545
1548
|
var h = typeCast(CategoryAngleAxis.$, d);
|
|
1546
1549
|
if (g == null && h == null) {
|
|
1547
|
-
this.
|
|
1550
|
+
this.n3(null);
|
|
1548
1551
|
}
|
|
1549
1552
|
if (g != null) {
|
|
1550
|
-
this.
|
|
1551
|
-
g.
|
|
1553
|
+
this.n3(g);
|
|
1554
|
+
g.nv(this);
|
|
1552
1555
|
}
|
|
1553
1556
|
if (h != null) {
|
|
1554
|
-
this.
|
|
1555
|
-
h.
|
|
1557
|
+
this.n3(h);
|
|
1558
|
+
h.nc(this);
|
|
1556
1559
|
}
|
|
1557
|
-
this.
|
|
1558
|
-
this.
|
|
1560
|
+
this.cq = true;
|
|
1561
|
+
this.h8(false);
|
|
1559
1562
|
break;
|
|
1560
1563
|
case "IsInverted":
|
|
1561
|
-
if (this.
|
|
1562
|
-
this.
|
|
1563
|
-
this.
|
|
1564
|
+
if (this.ni != null) {
|
|
1565
|
+
this.ni.cq = true;
|
|
1566
|
+
this.ni.h8(false);
|
|
1564
1567
|
}
|
|
1565
1568
|
break;
|
|
1566
1569
|
}
|
|
1567
1570
|
};
|
|
1568
|
-
NumericRadiusAxis.prototype.
|
|
1569
|
-
this.
|
|
1571
|
+
NumericRadiusAxis.prototype.n3 = function (a) {
|
|
1572
|
+
this.ni = a;
|
|
1570
1573
|
};
|
|
1571
|
-
Object.defineProperty(NumericRadiusAxis.prototype, "
|
|
1574
|
+
Object.defineProperty(NumericRadiusAxis.prototype, "ni", {
|
|
1572
1575
|
get: function () {
|
|
1573
|
-
if (this.
|
|
1574
|
-
return this.
|
|
1576
|
+
if (this.nh != null) {
|
|
1577
|
+
return this.nh;
|
|
1575
1578
|
}
|
|
1576
|
-
var a = typeCast(XamDataChart.$, this.
|
|
1579
|
+
var a = typeCast(XamDataChart.$, this.bi);
|
|
1577
1580
|
if (a != null) {
|
|
1578
1581
|
for (var b = 0; b < a.axes.count; b++) {
|
|
1579
1582
|
if (typeCast(NumericAngleAxis.$, a.axes._inner[b]) !== null || typeCast(CategoryAngleAxis.$, a.axes._inner[b]) !== null) {
|
|
@@ -1581,43 +1584,43 @@ var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1581
1584
|
}
|
|
1582
1585
|
}
|
|
1583
1586
|
}
|
|
1584
|
-
return this.
|
|
1587
|
+
return this.nh;
|
|
1585
1588
|
},
|
|
1586
1589
|
set: function (a) {
|
|
1587
|
-
this.
|
|
1590
|
+
this.nh = a;
|
|
1588
1591
|
},
|
|
1589
1592
|
enumerable: false,
|
|
1590
1593
|
configurable: true
|
|
1591
1594
|
});
|
|
1592
|
-
NumericRadiusAxis.prototype.
|
|
1593
|
-
return this.
|
|
1595
|
+
NumericRadiusAxis.prototype.ak = function () {
|
|
1596
|
+
return this.ni;
|
|
1594
1597
|
};
|
|
1595
|
-
NumericRadiusAxis.prototype.
|
|
1598
|
+
NumericRadiusAxis.prototype.k2 = function () {
|
|
1596
1599
|
return new PolarAxisRenderingParameters();
|
|
1597
1600
|
};
|
|
1598
|
-
NumericRadiusAxis.prototype.
|
|
1599
|
-
var e = typeCast(PolarAxisRenderingParameters.$, _super.prototype.
|
|
1600
|
-
var f = this.
|
|
1601
|
-
var g = this.
|
|
1602
|
-
var h = 0.5 * this.
|
|
1603
|
-
var i = 0.5 * this.
|
|
1601
|
+
NumericRadiusAxis.prototype.k1 = function (a, b, c, d) {
|
|
1602
|
+
var e = typeCast(PolarAxisRenderingParameters.$, _super.prototype.k1.call(this, a, b, c, d));
|
|
1603
|
+
var f = this.nk.f(b);
|
|
1604
|
+
var g = this.nk.g(b);
|
|
1605
|
+
var h = 0.5 * this.no;
|
|
1606
|
+
var i = 0.5 * this.nn;
|
|
1604
1607
|
var j, k;
|
|
1605
|
-
if (Rect.l_op_Equality(b, SeriesViewer.
|
|
1606
|
-
k = this.
|
|
1607
|
-
j = this.
|
|
1608
|
+
if (Rect.l_op_Equality(b, SeriesViewer.tv)) {
|
|
1609
|
+
k = this.lw;
|
|
1610
|
+
j = this.lx;
|
|
1608
1611
|
}
|
|
1609
1612
|
else {
|
|
1610
1613
|
k = Math.min(g, h);
|
|
1611
|
-
j = this.
|
|
1612
|
-
k = this.
|
|
1613
|
-
var l = this.
|
|
1614
|
+
j = this.nw(f);
|
|
1615
|
+
k = this.nw(k);
|
|
1616
|
+
var l = this.n4(a, b, j, k);
|
|
1614
1617
|
j = l.p2;
|
|
1615
1618
|
k = l.p3;
|
|
1616
1619
|
}
|
|
1617
1620
|
var m = { $type: Point_$type, x: 0.5, y: 0.5 };
|
|
1618
1621
|
var n = f;
|
|
1619
1622
|
var o = g;
|
|
1620
|
-
var p = Math.min(a.width, a.height) * (this.
|
|
1623
|
+
var p = Math.min(a.width, a.height) * (this.no - this.nn) / 2;
|
|
1621
1624
|
e.center = m;
|
|
1622
1625
|
var q = Math.max(o, n);
|
|
1623
1626
|
var r = Math.min(n, o);
|
|
@@ -1625,14 +1628,14 @@ var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1625
1628
|
e.minLength = r;
|
|
1626
1629
|
var s = Math.min(j, k);
|
|
1627
1630
|
var t = Math.max(j, k);
|
|
1628
|
-
if (s < this.
|
|
1629
|
-
s = this.
|
|
1631
|
+
if (s < this.lx) {
|
|
1632
|
+
s = this.lx;
|
|
1630
1633
|
}
|
|
1631
|
-
if (t > this.
|
|
1632
|
-
t = this.
|
|
1634
|
+
if (t > this.lw) {
|
|
1635
|
+
t = this.lw;
|
|
1633
1636
|
}
|
|
1634
|
-
this.
|
|
1635
|
-
this.
|
|
1637
|
+
this.l0 = s;
|
|
1638
|
+
this.lz = t;
|
|
1636
1639
|
e.k.add(((function () {
|
|
1637
1640
|
var $ret = new RangeInfo();
|
|
1638
1641
|
$ret.d = s;
|
|
@@ -1640,7 +1643,7 @@ var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1640
1643
|
$ret.b = p;
|
|
1641
1644
|
return $ret;
|
|
1642
1645
|
})()));
|
|
1643
|
-
var u = typeCast(IAngleScaler_$type, this.
|
|
1646
|
+
var u = typeCast(IAngleScaler_$type, this.ni);
|
|
1644
1647
|
if (u != null) {
|
|
1645
1648
|
var v = void 0;
|
|
1646
1649
|
var w = void 0;
|
|
@@ -1650,7 +1653,7 @@ var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1650
1653
|
e.minAngle = Math.min(v, w);
|
|
1651
1654
|
e.maxAngle = Math.max(v, w);
|
|
1652
1655
|
}
|
|
1653
|
-
var y = this.
|
|
1656
|
+
var y = this.nt();
|
|
1654
1657
|
if (o >= h) {
|
|
1655
1658
|
o = y;
|
|
1656
1659
|
}
|
|
@@ -1660,25 +1663,25 @@ var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1660
1663
|
e.minLength = n;
|
|
1661
1664
|
e.maxLength = o;
|
|
1662
1665
|
e.effectiveMaximum = y;
|
|
1663
|
-
e.f = this.
|
|
1666
|
+
e.f = this.k5;
|
|
1664
1667
|
var z = typeCast(LinearTickmarkValues.$, e.f);
|
|
1665
1668
|
if (z != null) {
|
|
1666
|
-
z.y = this.
|
|
1669
|
+
z.y = this.nz(m, e.minLength, e.maxLength, b, a);
|
|
1667
1670
|
}
|
|
1668
1671
|
return e;
|
|
1669
1672
|
};
|
|
1670
|
-
NumericRadiusAxis.prototype.
|
|
1673
|
+
NumericRadiusAxis.prototype.n4 = function (a, b, c, d) {
|
|
1671
1674
|
var e = { $type: Point_$type, x: 0.5, y: 0.5 };
|
|
1672
1675
|
var f = 0;
|
|
1673
|
-
if (this.
|
|
1674
|
-
f = this.
|
|
1676
|
+
if (this.ch) {
|
|
1677
|
+
f = this.nu(this.lx);
|
|
1675
1678
|
}
|
|
1676
1679
|
else {
|
|
1677
|
-
f = this.
|
|
1680
|
+
f = this.nu(this.lw);
|
|
1678
1681
|
}
|
|
1679
1682
|
var g = 0;
|
|
1680
|
-
if (this.
|
|
1681
|
-
g = this.
|
|
1683
|
+
if (this.fv != null) {
|
|
1684
|
+
g = this.nq;
|
|
1682
1685
|
}
|
|
1683
1686
|
var h = e.x + f * Math.cos(g);
|
|
1684
1687
|
var i = e.y + f * Math.sin(g);
|
|
@@ -1687,19 +1690,19 @@ var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1687
1690
|
h = ViewportUtils.c(h, b, a);
|
|
1688
1691
|
i = ViewportUtils.f(i, b, a);
|
|
1689
1692
|
if (h >= a.left && h <= a.right && i >= a.top && i <= a.bottom) {
|
|
1690
|
-
if (this.
|
|
1691
|
-
d = this.
|
|
1693
|
+
if (this.ch) {
|
|
1694
|
+
d = this.lx;
|
|
1692
1695
|
}
|
|
1693
1696
|
else {
|
|
1694
|
-
d = this.
|
|
1697
|
+
d = this.lw;
|
|
1695
1698
|
}
|
|
1696
1699
|
}
|
|
1697
1700
|
if (e.x >= a.left && e.x <= a.right && e.y >= a.top && e.y <= a.bottom) {
|
|
1698
|
-
if (this.
|
|
1699
|
-
c = this.
|
|
1701
|
+
if (this.ch) {
|
|
1702
|
+
c = this.lw;
|
|
1700
1703
|
}
|
|
1701
1704
|
else {
|
|
1702
|
-
c = this.
|
|
1705
|
+
c = this.lx;
|
|
1703
1706
|
}
|
|
1704
1707
|
}
|
|
1705
1708
|
return {
|
|
@@ -1707,7 +1710,7 @@ var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1707
1710
|
p3: d
|
|
1708
1711
|
};
|
|
1709
1712
|
};
|
|
1710
|
-
NumericRadiusAxis.prototype.
|
|
1713
|
+
NumericRadiusAxis.prototype.nz = function (a, b, c, d, e) {
|
|
1711
1714
|
var f = ViewportUtils.d(c - b, d, e);
|
|
1712
1715
|
var g = f / Math.min(e.width, e.height);
|
|
1713
1716
|
if (g > 0.7) {
|
|
@@ -1715,64 +1718,64 @@ var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1715
1718
|
}
|
|
1716
1719
|
return 5;
|
|
1717
1720
|
};
|
|
1718
|
-
NumericRadiusAxis.prototype.
|
|
1721
|
+
NumericRadiusAxis.prototype.nt = function () {
|
|
1719
1722
|
var a = 0;
|
|
1720
|
-
if (!this.
|
|
1721
|
-
a = this.
|
|
1723
|
+
if (!this.ch) {
|
|
1724
|
+
a = this.nu(this.lw);
|
|
1722
1725
|
}
|
|
1723
1726
|
else {
|
|
1724
|
-
a = this.
|
|
1727
|
+
a = this.nu(this.lx);
|
|
1725
1728
|
}
|
|
1726
1729
|
return a;
|
|
1727
1730
|
};
|
|
1728
|
-
NumericRadiusAxis.prototype.
|
|
1729
|
-
if (this.
|
|
1730
|
-
this.
|
|
1731
|
+
NumericRadiusAxis.prototype.m2 = function (a) {
|
|
1732
|
+
if (this.ni != null) {
|
|
1733
|
+
this.ni.h7();
|
|
1731
1734
|
}
|
|
1732
1735
|
};
|
|
1733
|
-
NumericRadiusAxis.prototype.
|
|
1734
|
-
_super.prototype.
|
|
1735
|
-
var b = this.
|
|
1736
|
-
var c = !b.isEmpty ? this.
|
|
1737
|
-
var d = this.
|
|
1738
|
-
var e = this.
|
|
1739
|
-
var f = this.
|
|
1736
|
+
NumericRadiusAxis.prototype.h9 = function (a) {
|
|
1737
|
+
_super.prototype.h9.call(this, a);
|
|
1738
|
+
var b = this.bi != null ? this.bi.tj : Rect.empty;
|
|
1739
|
+
var c = !b.isEmpty ? this.kd : Rect.empty;
|
|
1740
|
+
var d = this.j8();
|
|
1741
|
+
var e = this.j7();
|
|
1742
|
+
var f = this.k0.c(a, c, b, d, e);
|
|
1740
1743
|
if (f != null) {
|
|
1741
|
-
this.
|
|
1742
|
-
this.
|
|
1744
|
+
this.lv = f.f.m;
|
|
1745
|
+
this.ly = f.f.l;
|
|
1743
1746
|
}
|
|
1744
1747
|
};
|
|
1745
|
-
NumericRadiusAxis.prototype.
|
|
1746
|
-
_super.prototype.
|
|
1748
|
+
NumericRadiusAxis.prototype.ip = function (a, b) {
|
|
1749
|
+
_super.prototype.ip.call(this, a, b);
|
|
1747
1750
|
if (b.height != a.height || b.width != a.width) {
|
|
1748
|
-
this.
|
|
1751
|
+
this.c1();
|
|
1749
1752
|
}
|
|
1750
1753
|
};
|
|
1751
|
-
NumericRadiusAxis.prototype.
|
|
1752
|
-
var f = typeCast(IPolarRadialRenderingParameters_$type, this.
|
|
1754
|
+
NumericRadiusAxis.prototype.n2 = function (a, b, c, d, e) {
|
|
1755
|
+
var f = typeCast(IPolarRadialRenderingParameters_$type, this.k1(b, c, d, e));
|
|
1753
1756
|
if (f == null) {
|
|
1754
1757
|
return;
|
|
1755
1758
|
}
|
|
1756
|
-
this.
|
|
1759
|
+
this.nk.j(a.d, f.minLength, f.maxLength, b, c, f.center, f.minAngle, f.maxAngle);
|
|
1757
1760
|
};
|
|
1758
|
-
NumericRadiusAxis.prototype.
|
|
1761
|
+
NumericRadiusAxis.prototype.get_a2 = function () {
|
|
1759
1762
|
return 3;
|
|
1760
1763
|
};
|
|
1761
|
-
Object.defineProperty(NumericRadiusAxis.prototype, "
|
|
1764
|
+
Object.defineProperty(NumericRadiusAxis.prototype, "a2", {
|
|
1762
1765
|
get: function () {
|
|
1763
|
-
return this.
|
|
1766
|
+
return this.get_a2();
|
|
1764
1767
|
},
|
|
1765
1768
|
enumerable: false,
|
|
1766
1769
|
configurable: true
|
|
1767
1770
|
});
|
|
1768
|
-
NumericRadiusAxis.prototype.
|
|
1771
|
+
NumericRadiusAxis.prototype.j5 = function (a, b, c, d, e) {
|
|
1769
1772
|
if (d === void 0) {
|
|
1770
1773
|
d = null;
|
|
1771
1774
|
}
|
|
1772
1775
|
if (e === void 0) {
|
|
1773
1776
|
e = null;
|
|
1774
1777
|
}
|
|
1775
|
-
var f = typeCast(PolarAxisRenderingParameters.$, this.
|
|
1778
|
+
var f = typeCast(PolarAxisRenderingParameters.$, this.k1(c, b, d, e));
|
|
1776
1779
|
var g = a;
|
|
1777
1780
|
var h = new PathGeometry();
|
|
1778
1781
|
var i = ViewportUtils.d(g, b, c);
|
|
@@ -1823,7 +1826,7 @@ var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1823
1826
|
return h;
|
|
1824
1827
|
};
|
|
1825
1828
|
NumericRadiusAxis.$t = markType(NumericRadiusAxis, 'NumericRadiusAxis', NumericAxisBase.$);
|
|
1826
|
-
NumericRadiusAxis.$$p = markDep(DependencyProperty, PropertyMetadata, NumericRadiusAxis, '
|
|
1829
|
+
NumericRadiusAxis.$$p = markDep(DependencyProperty, PropertyMetadata, NumericRadiusAxis, 'h2', ['InnerRadiusExtentScale:nx:n5', [1, 0], 'RadiusExtentScale:ny:n6', [1, 0.75]]);
|
|
1827
1830
|
return NumericRadiusAxis;
|
|
1828
1831
|
}(NumericAxisBase));
|
|
1829
1832
|
export { NumericRadiusAxis };
|
|
@@ -1896,8 +1899,8 @@ var CategoryAngleAxisView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1896
1899
|
}
|
|
1897
1900
|
CategoryAngleAxisView.prototype.aj = function () {
|
|
1898
1901
|
_super.prototype.aj.call(this);
|
|
1899
|
-
this.a.
|
|
1900
|
-
this.a.
|
|
1902
|
+
this.a.jw = AxisDefaults.h;
|
|
1903
|
+
this.a.jz = AxisDefaults.g;
|
|
1901
1904
|
};
|
|
1902
1905
|
CategoryAngleAxisView.$t = markType(CategoryAngleAxisView, 'CategoryAngleAxisView', CategoryAxisBaseView.$);
|
|
1903
1906
|
return CategoryAngleAxisView;
|
|
@@ -1916,8 +1919,8 @@ var NumericAngleAxisView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1916
1919
|
}
|
|
1917
1920
|
NumericAngleAxisView.prototype.aj = function () {
|
|
1918
1921
|
_super.prototype.aj.call(this);
|
|
1919
|
-
this.a.
|
|
1920
|
-
this.a.
|
|
1922
|
+
this.a.jw = AxisDefaults.h;
|
|
1923
|
+
this.a.jz = AxisDefaults.g;
|
|
1921
1924
|
};
|
|
1922
1925
|
NumericAngleAxisView.$t = markType(NumericAngleAxisView, 'NumericAngleAxisView', NumericAxisBaseView.$);
|
|
1923
1926
|
return NumericAngleAxisView;
|
|
@@ -1936,8 +1939,8 @@ var NumericRadiusAxisView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1936
1939
|
}
|
|
1937
1940
|
NumericRadiusAxisView.prototype.aj = function () {
|
|
1938
1941
|
_super.prototype.aj.call(this);
|
|
1939
|
-
this.a.
|
|
1940
|
-
this.a.
|
|
1942
|
+
this.a.jw = AxisDefaults.h;
|
|
1943
|
+
this.a.jz = AxisDefaults.g;
|
|
1941
1944
|
};
|
|
1942
1945
|
NumericRadiusAxisView.$t = markType(NumericRadiusAxisView, 'NumericRadiusAxisView', NumericAxisBaseView.$);
|
|
1943
1946
|
return NumericRadiusAxisView;
|