igniteui-webcomponents-charts 3.2.0 → 3.2.3
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/bundles/igniteui-webcomponents-charts.umd.js +10356 -10171
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
- package/esm2015/lib/AccumulationDistributionIndicator.js +6 -6
- package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/AnchoredCategorySeries_combined.js +117 -117
- package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +185 -185
- package/esm2015/lib/AngleAxisLabelPanel_combined.js +6 -6
- package/esm2015/lib/AnnotationLayerProxy.js +25 -25
- package/esm2015/lib/AnnotationLayer_combined.js +116 -116
- package/esm2015/lib/AreaSeries_combined.js +35 -35
- package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
- package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
- package/esm2015/lib/BarSeries_combined.js +69 -69
- package/esm2015/lib/BollingerBandWidthIndicator.js +19 -19
- package/esm2015/lib/BollingerBandsOverlay_combined.js +77 -77
- package/esm2015/lib/BrushScale.js +7 -7
- package/esm2015/lib/BubbleSeries_combined.js +227 -227
- package/esm2015/lib/CalloutLayer_combined.js +404 -404
- package/esm2015/lib/CategoryBucketCalculator_combined.js +180 -180
- package/esm2015/lib/CategoryChart.js +13 -13
- package/esm2015/lib/CategoryDateTimeXAxis_combined.js +1 -1
- package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
- package/esm2015/lib/CategoryHighlightLayer_combined.js +49 -49
- package/esm2015/lib/CategoryItemHighlightLayer_combined.js +96 -96
- package/esm2015/lib/CategoryMarkerManager.js +1 -1
- package/esm2015/lib/CategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/CategoryToolTipLayer_combined.js +64 -64
- package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
- package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
- package/esm2015/lib/ColumnSeries_combined.js +50 -50
- package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
- package/esm2015/lib/CrosshairLayer_combined.js +77 -77
- package/esm2015/lib/CustomIndicator.js +22 -22
- package/esm2015/lib/DataAbbreviator.js +2 -2
- package/esm2015/lib/DataLegendVisualData_combined.js +1 -1
- package/esm2015/lib/DataToolTipLayer_combined.js +500 -463
- package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
- package/esm2015/lib/DomainChart.js +11 -8
- package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
- package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
- package/esm2015/lib/FinalValueLayer_combined.js +63 -63
- package/esm2015/lib/FinancialChart_combined.js +20 -20
- package/esm2015/lib/FinancialEventArgs_combined.js +509 -509
- package/esm2015/lib/FinancialIndicator_combined.js +168 -168
- package/esm2015/lib/FinancialOverlay.js +28 -28
- package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
- package/esm2015/lib/FinancialPriceSeriesProxy.js +14 -14
- package/esm2015/lib/FinancialPriceSeries_combined.js +203 -203
- package/esm2015/lib/ForceIndexIndicator.js +16 -16
- package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
- package/esm2015/lib/HighDensityScatterSeries_combined.js +388 -388
- package/esm2015/lib/HorizontalAnchoredCategorySeries.js +94 -94
- package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
- package/esm2015/lib/HorizontalRangeCategorySeries.js +36 -36
- package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
- package/esm2015/lib/IndicatorProxy.js +10 -10
- package/esm2015/lib/ItemLegend_combined.js +17 -5
- package/esm2015/lib/ItemToolTipLayer_combined.js +86 -68
- package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
- package/esm2015/lib/LineSeries_combined.js +29 -29
- package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
- package/esm2015/lib/MassIndexIndicator.js +6 -6
- package/esm2015/lib/MedianPriceIndicator.js +6 -6
- package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
- package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
- package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
- package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
- package/esm2015/lib/OverlayProxy.js +7 -7
- package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
- package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
- package/esm2015/lib/PieChartViewManager_combined.js +1 -0
- package/esm2015/lib/PointSeries_combined.js +13 -13
- package/esm2015/lib/PointerTooltip_combined.js +75 -65
- package/esm2015/lib/PolarAreaSeries_combined.js +19 -19
- package/esm2015/lib/PolarBase_combined.js +334 -334
- package/esm2015/lib/PolarLineSeriesBase_combined.js +46 -46
- package/esm2015/lib/PolarLineSeries_combined.js +18 -18
- package/esm2015/lib/PolarScatterSeries_combined.js +8 -8
- package/esm2015/lib/PolarSplineAreaSeries_combined.js +20 -20
- package/esm2015/lib/PolarSplineSeries_combined.js +17 -17
- package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
- package/esm2015/lib/PriceChannelOverlay_combined.js +61 -61
- package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
- package/esm2015/lib/RadialAreaSeries_combined.js +31 -31
- package/esm2015/lib/RadialBucketCalculator_combined.js +129 -129
- package/esm2015/lib/RadialColumnSeries_combined.js +37 -37
- package/esm2015/lib/RadialLineSeries_combined.js +28 -28
- package/esm2015/lib/RadialPieSeries_combined.js +35 -35
- package/esm2015/lib/RangeAreaSeries_combined.js +16 -16
- package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +77 -77
- package/esm2015/lib/RangeColumnSeries_combined.js +22 -22
- package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
- package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
- package/esm2015/lib/ScatterAreaSeries_combined.js +110 -110
- package/esm2015/lib/ScatterBase_combined.js +380 -380
- package/esm2015/lib/ScatterContourSeries_combined.js +98 -98
- package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
- package/esm2015/lib/ScatterLineSeries.js +43 -43
- package/esm2015/lib/ScatterLineSeriesView.js +2 -2
- package/esm2015/lib/ScatterPolygonSeries_combined.js +194 -194
- package/esm2015/lib/ScatterPolylineSeries_combined.js +20 -20
- package/esm2015/lib/ScatterSeries_combined.js +11 -11
- package/esm2015/lib/ScatterSplineSeries.js +30 -30
- package/esm2015/lib/ScatterSplineSeriesView.js +2 -2
- package/esm2015/lib/ScatterTriangulationSeries.js +141 -141
- package/esm2015/lib/SeriesInteractionManager.js +24 -16
- package/esm2015/lib/SeriesRenderManager.js +8 -8
- package/esm2015/lib/SeriesViewerInteractionManager.js +5 -5
- package/esm2015/lib/SeriesViewer_combined.js +497 -467
- package/esm2015/lib/SeriesVisualDataManager.js +2 -2
- package/esm2015/lib/ShapeSeriesBase_combined.js +264 -264
- package/esm2015/lib/SizeScale.js +2 -2
- package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
- package/esm2015/lib/SplineAreaSeries_combined.js +28 -28
- package/esm2015/lib/SplineSeriesBase_combined.js +101 -101
- package/esm2015/lib/SplineSeries_combined.js +20 -20
- package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100BarBucketCalculator.js +25 -23
- package/esm2015/lib/Stacked100BarSeries_combined.js +11 -11
- package/esm2015/lib/Stacked100ColumnBucketCalculator.js +25 -23
- package/esm2015/lib/Stacked100ColumnSeries_combined.js +11 -11
- package/esm2015/lib/Stacked100DataPreparer.js +5 -5
- package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
- package/esm2015/lib/StackedLineSeries_combined.js +8 -8
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +850 -844
- package/esm2015/lib/StandardDeviationIndicator.js +15 -15
- package/esm2015/lib/StepAreaSeries_combined.js +30 -30
- package/esm2015/lib/StepLineSeries_combined.js +31 -31
- package/esm2015/lib/StochRSIIndicator.js +15 -15
- package/esm2015/lib/StrategyBasedIndicator.js +59 -59
- package/esm2015/lib/TRIXIndicator.js +16 -16
- package/esm2015/lib/TimeAxisBase.js +1 -1
- package/esm2015/lib/TimeXAxis.js +1 -1
- package/esm2015/lib/TypicalPriceIndicator.js +6 -6
- package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
- package/esm2015/lib/ValueOverlay_combined.js +96 -96
- package/esm2015/lib/VerticalAnchoredCategorySeries.js +52 -52
- package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
- package/esm2015/lib/WaterfallSeries_combined.js +88 -88
- package/esm2015/lib/WeightedCloseIndicator.js +6 -6
- package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
- package/esm2015/lib/igc-anchored-category-series-component.js +15 -15
- package/esm2015/lib/igc-anchored-radial-series-component.js +25 -25
- package/esm2015/lib/igc-annotation-layer-component.js +15 -15
- package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
- package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
- package/esm2015/lib/igc-bar-fragment-component.js +1 -1
- package/esm2015/lib/igc-bar-series-component.js +7 -7
- package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
- package/esm2015/lib/igc-bollinger-bands-overlay-component.js +6 -6
- package/esm2015/lib/igc-bubble-series-component.js +43 -43
- package/esm2015/lib/igc-callout-layer-component.js +94 -94
- package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
- package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
- package/esm2015/lib/igc-category-series-component.js +15 -15
- package/esm2015/lib/igc-category-tool-tip-layer-component.js +10 -10
- package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
- package/esm2015/lib/igc-column-fragment-component.js +7 -7
- package/esm2015/lib/igc-column-series-component.js +10 -10
- package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
- package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
- package/esm2015/lib/igc-data-legend-component.js +4 -1
- package/esm2015/lib/igc-data-tool-tip-layer-component.js +367 -360
- package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-final-value-layer-component.js +42 -42
- package/esm2015/lib/igc-financial-indicator-component.js +11 -11
- package/esm2015/lib/igc-financial-overlay-component.js +3 -3
- package/esm2015/lib/igc-financial-price-series-component.js +27 -27
- package/esm2015/lib/igc-financial-series-component.js +48 -48
- package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-fragment-base-component.js +1 -1
- package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
- package/esm2015/lib/igc-high-density-scatter-series-component.js +52 -52
- package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +4 -4
- package/esm2015/lib/igc-horizontal-range-category-series-component.js +13 -13
- package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +2 -2
- package/esm2015/lib/igc-item-legend-component.js +18 -0
- package/esm2015/lib/igc-item-tool-tip-layer-component.js +22 -15
- package/esm2015/lib/igc-marker-series-component.js +28 -28
- package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
- package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
- package/esm2015/lib/igc-polar-area-series-component.js +3 -3
- package/esm2015/lib/igc-polar-base-component.js +71 -71
- package/esm2015/lib/igc-polar-line-series-component.js +3 -3
- package/esm2015/lib/igc-polar-spline-area-series-component.js +3 -3
- package/esm2015/lib/igc-polar-spline-series-component.js +3 -3
- package/esm2015/lib/igc-price-channel-overlay-component.js +3 -3
- package/esm2015/lib/igc-radial-area-series-component.js +3 -3
- package/esm2015/lib/igc-radial-base-component.js +26 -26
- package/esm2015/lib/igc-radial-column-series-component.js +6 -6
- package/esm2015/lib/igc-radial-line-series-component.js +3 -3
- package/esm2015/lib/igc-radial-pie-series-component.js +6 -6
- package/esm2015/lib/igc-range-category-series-component.js +4 -4
- package/esm2015/lib/igc-range-column-series-component.js +7 -7
- package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
- package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-scatter-area-series-component.js +22 -22
- package/esm2015/lib/igc-scatter-base-component.js +43 -43
- package/esm2015/lib/igc-scatter-contour-series-component.js +27 -27
- package/esm2015/lib/igc-scatter-line-series-component.js +3 -3
- package/esm2015/lib/igc-scatter-polygon-series-component.js +37 -37
- package/esm2015/lib/igc-scatter-polyline-series-component.js +6 -6
- package/esm2015/lib/igc-scatter-spline-series-component.js +3 -3
- package/esm2015/lib/igc-scatter-triangulation-series-component.js +34 -34
- package/esm2015/lib/igc-series-component.js +54 -47
- package/esm2015/lib/igc-shape-series-base-component.js +40 -40
- package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-spline-fragment-base-component.js +1 -1
- package/esm2015/lib/igc-spline-series-base-component.js +6 -6
- package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-bar-series-component.js +6 -6
- package/esm2015/lib/igc-stacked-column-series-component.js +6 -6
- package/esm2015/lib/igc-stacked-series-base-component.js +10 -10
- package/esm2015/lib/igc-stacked-spline-area-series-component.js +3 -3
- package/esm2015/lib/igc-stacked-spline-series-component.js +3 -3
- package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
- package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
- package/esm2015/lib/igc-trix-indicator-component.js +3 -3
- package/esm2015/lib/igc-value-overlay-component.js +48 -48
- package/esm2015/lib/igc-vertical-anchored-category-series-component.js +4 -4
- package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
- package/esm2015/lib/igc-waterfall-series-component.js +14 -14
- package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
- package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
- package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
- package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/AnchoredCategorySeries_combined.js +116 -116
- package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +183 -183
- package/esm5/lib/AngleAxisLabelPanel_combined.js +6 -6
- package/esm5/lib/AnnotationLayerProxy.js +25 -25
- package/esm5/lib/AnnotationLayer_combined.js +115 -115
- package/esm5/lib/AreaSeries_combined.js +35 -35
- package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
- package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
- package/esm5/lib/BarSeries_combined.js +69 -69
- package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
- package/esm5/lib/BollingerBandsOverlay_combined.js +77 -77
- package/esm5/lib/BrushScale.js +7 -7
- package/esm5/lib/BubbleSeries_combined.js +230 -230
- package/esm5/lib/CalloutLayer_combined.js +405 -405
- package/esm5/lib/CategoryBucketCalculator_combined.js +180 -180
- package/esm5/lib/CategoryChart.js +13 -13
- package/esm5/lib/CategoryDateTimeXAxis_combined.js +1 -1
- package/esm5/lib/CategoryErrorBarSettings.js +5 -5
- package/esm5/lib/CategoryHighlightLayer_combined.js +48 -48
- package/esm5/lib/CategoryItemHighlightLayer_combined.js +96 -96
- package/esm5/lib/CategoryMarkerManager.js +1 -1
- package/esm5/lib/CategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/CategoryToolTipLayer_combined.js +64 -64
- package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
- package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
- package/esm5/lib/ColumnSeries_combined.js +49 -49
- package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
- package/esm5/lib/CrosshairLayer_combined.js +77 -77
- package/esm5/lib/CustomIndicator.js +22 -22
- package/esm5/lib/DataAbbreviator.js +1 -7
- package/esm5/lib/DataLegendVisualData_combined.js +1 -1
- package/esm5/lib/DataToolTipLayer_combined.js +505 -464
- package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
- package/esm5/lib/DomainChart.js +11 -8
- package/esm5/lib/EaseOfMovementIndicator.js +6 -6
- package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
- package/esm5/lib/FinalValueLayer_combined.js +63 -63
- package/esm5/lib/FinancialChart_combined.js +20 -20
- package/esm5/lib/FinancialEventArgs_combined.js +509 -509
- package/esm5/lib/FinancialIndicator_combined.js +167 -167
- package/esm5/lib/FinancialOverlay.js +28 -28
- package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
- package/esm5/lib/FinancialPriceSeriesProxy.js +14 -14
- package/esm5/lib/FinancialPriceSeries_combined.js +202 -202
- package/esm5/lib/ForceIndexIndicator.js +15 -15
- package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
- package/esm5/lib/HighDensityScatterSeries_combined.js +389 -389
- package/esm5/lib/HorizontalAnchoredCategorySeries.js +92 -92
- package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
- package/esm5/lib/HorizontalRangeCategorySeries.js +36 -36
- package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
- package/esm5/lib/IndicatorProxy.js +10 -10
- package/esm5/lib/ItemLegend_combined.js +25 -5
- package/esm5/lib/ItemToolTipLayer_combined.js +86 -68
- package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
- package/esm5/lib/LineSeries_combined.js +29 -29
- package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
- package/esm5/lib/MassIndexIndicator.js +6 -6
- package/esm5/lib/MedianPriceIndicator.js +6 -6
- package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
- package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
- package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
- package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
- package/esm5/lib/OverlayProxy.js +7 -7
- package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
- package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
- package/esm5/lib/PieChartViewManager_combined.js +1 -0
- package/esm5/lib/PointSeries_combined.js +13 -13
- package/esm5/lib/PointerTooltip_combined.js +75 -65
- package/esm5/lib/PolarAreaSeries_combined.js +19 -19
- package/esm5/lib/PolarBase_combined.js +333 -333
- package/esm5/lib/PolarLineSeriesBase_combined.js +46 -46
- package/esm5/lib/PolarLineSeries_combined.js +18 -18
- package/esm5/lib/PolarScatterSeries_combined.js +8 -8
- package/esm5/lib/PolarSplineAreaSeries_combined.js +20 -20
- package/esm5/lib/PolarSplineSeries_combined.js +17 -17
- package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
- package/esm5/lib/PriceChannelOverlay_combined.js +61 -61
- package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
- package/esm5/lib/RadialAreaSeries_combined.js +31 -31
- package/esm5/lib/RadialBucketCalculator_combined.js +129 -129
- package/esm5/lib/RadialColumnSeries_combined.js +37 -37
- package/esm5/lib/RadialLineSeries_combined.js +28 -28
- package/esm5/lib/RadialPieSeries_combined.js +35 -35
- package/esm5/lib/RangeAreaSeries_combined.js +16 -16
- package/esm5/lib/RangeCategoryBucketCalculator_combined.js +77 -77
- package/esm5/lib/RangeColumnSeries_combined.js +22 -22
- package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
- package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
- package/esm5/lib/ScatterAreaSeries_combined.js +108 -108
- package/esm5/lib/ScatterBase_combined.js +379 -379
- package/esm5/lib/ScatterContourSeries_combined.js +96 -96
- package/esm5/lib/ScatterErrorBarSettings.js +5 -5
- package/esm5/lib/ScatterLineSeries.js +43 -43
- package/esm5/lib/ScatterLineSeriesView.js +2 -2
- package/esm5/lib/ScatterPolygonSeries_combined.js +192 -192
- package/esm5/lib/ScatterPolylineSeries_combined.js +20 -20
- package/esm5/lib/ScatterSeries_combined.js +11 -11
- package/esm5/lib/ScatterSplineSeries.js +30 -30
- package/esm5/lib/ScatterSplineSeriesView.js +2 -2
- package/esm5/lib/ScatterTriangulationSeries.js +145 -145
- package/esm5/lib/SeriesInteractionManager.js +24 -16
- package/esm5/lib/SeriesRenderManager.js +8 -8
- package/esm5/lib/SeriesViewerInteractionManager.js +5 -5
- package/esm5/lib/SeriesViewer_combined.js +492 -462
- package/esm5/lib/SeriesVisualDataManager.js +2 -2
- package/esm5/lib/ShapeSeriesBase_combined.js +262 -262
- package/esm5/lib/SizeScale.js +2 -2
- package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
- package/esm5/lib/SplineAreaSeries_combined.js +28 -28
- package/esm5/lib/SplineSeriesBase_combined.js +101 -101
- package/esm5/lib/SplineSeries_combined.js +20 -20
- package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
- package/esm5/lib/Stacked100BarBucketCalculator.js +25 -23
- package/esm5/lib/Stacked100BarSeries_combined.js +11 -11
- package/esm5/lib/Stacked100ColumnBucketCalculator.js +25 -23
- package/esm5/lib/Stacked100ColumnSeries_combined.js +11 -11
- package/esm5/lib/Stacked100DataPreparer.js +5 -5
- package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
- package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
- package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
- package/esm5/lib/StackedLineSeries_combined.js +8 -8
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +849 -843
- package/esm5/lib/StandardDeviationIndicator.js +14 -14
- package/esm5/lib/StepAreaSeries_combined.js +30 -30
- package/esm5/lib/StepLineSeries_combined.js +31 -31
- package/esm5/lib/StochRSIIndicator.js +14 -14
- package/esm5/lib/StrategyBasedIndicator.js +59 -59
- package/esm5/lib/TRIXIndicator.js +15 -15
- package/esm5/lib/TimeAxisBase.js +1 -1
- package/esm5/lib/TimeXAxis.js +1 -1
- package/esm5/lib/TypicalPriceIndicator.js +6 -6
- package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
- package/esm5/lib/ValueOverlay_combined.js +96 -96
- package/esm5/lib/VerticalAnchoredCategorySeries.js +52 -52
- package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
- package/esm5/lib/WaterfallSeries_combined.js +88 -88
- package/esm5/lib/WeightedCloseIndicator.js +6 -6
- package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
- package/esm5/lib/igc-anchored-category-series-component.js +15 -15
- package/esm5/lib/igc-anchored-radial-series-component.js +25 -25
- package/esm5/lib/igc-annotation-layer-component.js +15 -15
- package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
- package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
- package/esm5/lib/igc-bar-fragment-component.js +1 -1
- package/esm5/lib/igc-bar-series-component.js +7 -7
- package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
- package/esm5/lib/igc-bollinger-bands-overlay-component.js +6 -6
- package/esm5/lib/igc-bubble-series-component.js +43 -43
- package/esm5/lib/igc-callout-layer-component.js +94 -94
- package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
- package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
- package/esm5/lib/igc-category-series-component.js +15 -15
- package/esm5/lib/igc-category-tool-tip-layer-component.js +10 -10
- package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
- package/esm5/lib/igc-column-fragment-component.js +7 -7
- package/esm5/lib/igc-column-series-component.js +10 -10
- package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
- package/esm5/lib/igc-crosshair-layer-component.js +90 -90
- package/esm5/lib/igc-data-legend-component.js +4 -1
- package/esm5/lib/igc-data-tool-tip-layer-component.js +367 -360
- package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-final-value-layer-component.js +42 -42
- package/esm5/lib/igc-financial-indicator-component.js +11 -11
- package/esm5/lib/igc-financial-overlay-component.js +3 -3
- package/esm5/lib/igc-financial-price-series-component.js +27 -27
- package/esm5/lib/igc-financial-series-component.js +48 -48
- package/esm5/lib/igc-force-index-indicator-component.js +4 -4
- package/esm5/lib/igc-fragment-base-component.js +1 -1
- package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
- package/esm5/lib/igc-high-density-scatter-series-component.js +52 -52
- package/esm5/lib/igc-horizontal-anchored-category-series-component.js +4 -4
- package/esm5/lib/igc-horizontal-range-category-series-component.js +13 -13
- package/esm5/lib/igc-horizontal-stacked-series-base-component.js +2 -2
- package/esm5/lib/igc-item-legend-component.js +26 -0
- package/esm5/lib/igc-item-tool-tip-layer-component.js +22 -15
- package/esm5/lib/igc-marker-series-component.js +28 -28
- package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
- package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
- package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
- package/esm5/lib/igc-polar-area-series-component.js +3 -3
- package/esm5/lib/igc-polar-base-component.js +71 -71
- package/esm5/lib/igc-polar-line-series-component.js +3 -3
- package/esm5/lib/igc-polar-spline-area-series-component.js +3 -3
- package/esm5/lib/igc-polar-spline-series-component.js +3 -3
- package/esm5/lib/igc-price-channel-overlay-component.js +3 -3
- package/esm5/lib/igc-radial-area-series-component.js +3 -3
- package/esm5/lib/igc-radial-base-component.js +26 -26
- package/esm5/lib/igc-radial-column-series-component.js +6 -6
- package/esm5/lib/igc-radial-line-series-component.js +3 -3
- package/esm5/lib/igc-radial-pie-series-component.js +6 -6
- package/esm5/lib/igc-range-category-series-component.js +4 -4
- package/esm5/lib/igc-range-column-series-component.js +7 -7
- package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
- package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
- package/esm5/lib/igc-scatter-area-series-component.js +22 -22
- package/esm5/lib/igc-scatter-base-component.js +43 -43
- package/esm5/lib/igc-scatter-contour-series-component.js +27 -27
- package/esm5/lib/igc-scatter-line-series-component.js +3 -3
- package/esm5/lib/igc-scatter-polygon-series-component.js +37 -37
- package/esm5/lib/igc-scatter-polyline-series-component.js +6 -6
- package/esm5/lib/igc-scatter-spline-series-component.js +3 -3
- package/esm5/lib/igc-scatter-triangulation-series-component.js +34 -34
- package/esm5/lib/igc-series-component.js +54 -47
- package/esm5/lib/igc-shape-series-base-component.js +40 -40
- package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-spline-fragment-base-component.js +1 -1
- package/esm5/lib/igc-spline-series-base-component.js +6 -6
- package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
- package/esm5/lib/igc-stacked-bar-series-component.js +6 -6
- package/esm5/lib/igc-stacked-column-series-component.js +6 -6
- package/esm5/lib/igc-stacked-series-base-component.js +10 -10
- package/esm5/lib/igc-stacked-spline-area-series-component.js +3 -3
- package/esm5/lib/igc-stacked-spline-series-component.js +3 -3
- package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
- package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
- package/esm5/lib/igc-trix-indicator-component.js +3 -3
- package/esm5/lib/igc-value-overlay-component.js +48 -48
- package/esm5/lib/igc-vertical-anchored-category-series-component.js +4 -4
- package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
- package/esm5/lib/igc-waterfall-series-component.js +14 -14
- package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-charts.js +10369 -10198
- package/fesm5/igniteui-webcomponents-charts.js +10356 -10171
- package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
- package/lib/AccumulationDistributionIndicator.d.ts +4 -4
- package/lib/AnchoredCategorySeries_combined.d.ts +34 -34
- package/lib/AnchoredRadialBucketCalculator_combined.d.ts +36 -36
- package/lib/AnnotationLayer_combined.d.ts +31 -31
- package/lib/AreaSeries_combined.d.ts +6 -6
- package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
- package/lib/AverageTrueRangeIndicator.d.ts +8 -8
- package/lib/BarSeries_combined.d.ts +10 -10
- package/lib/BollingerBandWidthIndicator.d.ts +8 -8
- package/lib/BollingerBandsOverlay_combined.d.ts +10 -10
- package/lib/BubbleSeries_combined.d.ts +38 -38
- package/lib/CalloutLayer_combined.d.ts +83 -83
- package/lib/CategoryBucketCalculator_combined.d.ts +49 -49
- package/lib/CategoryHighlightLayer_combined.d.ts +14 -14
- package/lib/CategoryItemHighlightLayer_combined.d.ts +24 -24
- package/lib/CategoryToolTipLayer_combined.d.ts +13 -13
- package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
- package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
- package/lib/ColumnSeries_combined.d.ts +10 -10
- package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
- package/lib/CrosshairLayer_combined.d.ts +37 -37
- package/lib/CustomIndicator.d.ts +8 -8
- package/lib/DataAbbreviator.d.ts +1 -1
- package/lib/DataToolTipLayer_combined.d.ts +117 -115
- package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
- package/lib/EaseOfMovementIndicator.d.ts +4 -4
- package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
- package/lib/FinalValueLayer_combined.d.ts +25 -25
- package/lib/FinancialEventArgs_combined.d.ts +90 -90
- package/lib/FinancialIndicator_combined.d.ts +26 -26
- package/lib/FinancialOverlay.d.ts +4 -4
- package/lib/FinancialPriceSeries_combined.d.ts +30 -30
- package/lib/ForceIndexIndicator.d.ts +9 -9
- package/lib/FullStochasticOscillatorIndicator.d.ts +13 -13
- package/lib/HighDensityScatterSeries_combined.d.ts +74 -74
- package/lib/HorizontalAnchoredCategorySeries.d.ts +19 -19
- package/lib/HorizontalRangeCategorySeries.d.ts +10 -10
- package/lib/ItemLegend_combined.d.ts +4 -2
- package/lib/ItemToolTipLayer_combined.d.ts +17 -15
- package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
- package/lib/LineSeries_combined.d.ts +5 -5
- package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
- package/lib/MassIndexIndicator.d.ts +4 -4
- package/lib/MedianPriceIndicator.d.ts +4 -4
- package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
- package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
- package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
- package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
- package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
- package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
- package/lib/PointSeries_combined.d.ts +4 -4
- package/lib/PointerTooltip_combined.d.ts +27 -25
- package/lib/PolarAreaSeries_combined.d.ts +7 -7
- package/lib/PolarBase_combined.d.ts +81 -81
- package/lib/PolarLineSeriesBase_combined.d.ts +18 -18
- package/lib/PolarLineSeries_combined.d.ts +7 -7
- package/lib/PolarScatterSeries_combined.d.ts +3 -3
- package/lib/PolarSplineAreaSeries_combined.d.ts +7 -7
- package/lib/PolarSplineSeries_combined.d.ts +6 -6
- package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
- package/lib/PriceChannelOverlay_combined.d.ts +8 -8
- package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
- package/lib/RadialAreaSeries_combined.d.ts +6 -6
- package/lib/RadialBucketCalculator_combined.d.ts +32 -32
- package/lib/RadialColumnSeries_combined.d.ts +5 -5
- package/lib/RadialLineSeries_combined.d.ts +6 -6
- package/lib/RadialPieSeries_combined.d.ts +6 -6
- package/lib/RangeAreaSeries_combined.d.ts +4 -4
- package/lib/RangeCategoryBucketCalculator_combined.d.ts +14 -14
- package/lib/RangeColumnSeries_combined.d.ts +5 -5
- package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
- package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
- package/lib/ScatterAreaSeries_combined.d.ts +21 -21
- package/lib/ScatterBase_combined.d.ts +80 -80
- package/lib/ScatterContourSeries_combined.d.ts +15 -15
- package/lib/ScatterLineSeries.d.ts +9 -9
- package/lib/ScatterPolygonSeries_combined.d.ts +36 -36
- package/lib/ScatterPolylineSeries_combined.d.ts +8 -8
- package/lib/ScatterSeries_combined.d.ts +3 -3
- package/lib/ScatterSplineSeries.d.ts +7 -7
- package/lib/ScatterTriangulationSeries.d.ts +29 -29
- package/lib/SeriesViewer_combined.d.ts +138 -137
- package/lib/ShapeSeriesBase_combined.d.ts +69 -69
- package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
- package/lib/SplineAreaSeries_combined.d.ts +5 -5
- package/lib/SplineSeriesBase_combined.d.ts +17 -17
- package/lib/SplineSeries_combined.d.ts +4 -4
- package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
- package/lib/Stacked100BarSeries_combined.d.ts +5 -5
- package/lib/Stacked100ColumnSeries_combined.d.ts +5 -5
- package/lib/Stacked100LineSeries_combined.d.ts +4 -4
- package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
- package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
- package/lib/StackedLineSeries_combined.d.ts +2 -2
- package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +149 -149
- package/lib/StandardDeviationIndicator.d.ts +8 -8
- package/lib/StepAreaSeries_combined.d.ts +6 -6
- package/lib/StepLineSeries_combined.d.ts +5 -5
- package/lib/StochRSIIndicator.d.ts +8 -8
- package/lib/StrategyBasedIndicator.d.ts +19 -19
- package/lib/TRIXIndicator.d.ts +8 -8
- package/lib/TypicalPriceIndicator.d.ts +4 -4
- package/lib/UltimateOscillatorIndicator.d.ts +4 -4
- package/lib/ValueOverlay_combined.d.ts +31 -31
- package/lib/VerticalAnchoredCategorySeries.d.ts +13 -13
- package/lib/WaterfallSeries_combined.d.ts +13 -13
- package/lib/WeightedCloseIndicator.d.ts +4 -4
- package/lib/WilliamsPercentRIndicator.d.ts +8 -8
- package/lib/igc-data-tool-tip-layer-component.d.ts +5 -0
- package/lib/igc-item-legend-component.d.ts +8 -0
- package/lib/igc-item-tool-tip-layer-component.d.ts +5 -0
- package/lib/igc-series-component.d.ts +5 -0
- package/package.json +2 -2
|
@@ -44,7 +44,7 @@ var AnchoredRadialBucketCalculator = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
44
44
|
return _this;
|
|
45
45
|
}
|
|
46
46
|
AnchoredRadialBucketCalculator.prototype.getBucket = function (a) {
|
|
47
|
-
var b = this.f.cw.
|
|
47
|
+
var b = this.f.cw.s4;
|
|
48
48
|
var c = Math.min(a * this.b, b.count - 1);
|
|
49
49
|
var d = Math.min(c + this.b - 1, b.count - 1);
|
|
50
50
|
var e = NaN;
|
|
@@ -78,13 +78,13 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78
78
|
tslib_1.__extends(AnchoredRadialSeries, _super);
|
|
79
79
|
function AnchoredRadialSeries() {
|
|
80
80
|
var _this = _super.call(this) || this;
|
|
81
|
-
_this.sy = null;
|
|
82
|
-
_this.s2 = null;
|
|
83
|
-
_this.t5 = { $type: Point_$type, x: 0, y: 0 };
|
|
84
|
-
_this.s0 = null;
|
|
85
81
|
_this.sz = null;
|
|
86
|
-
_this.
|
|
87
|
-
_this.
|
|
82
|
+
_this.s3 = null;
|
|
83
|
+
_this.t6 = { $type: Point_$type, x: 0, y: 0 };
|
|
84
|
+
_this.s1 = null;
|
|
85
|
+
_this.s0 = null;
|
|
86
|
+
_this.s1 = new RadialFrame(3);
|
|
87
|
+
_this.sz = new CategoryLineRasterizer();
|
|
88
88
|
return _this;
|
|
89
89
|
}
|
|
90
90
|
AnchoredRadialSeries.prototype.bx = function () {
|
|
@@ -92,77 +92,77 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92
92
|
};
|
|
93
93
|
AnchoredRadialSeries.prototype.ku = function () {
|
|
94
94
|
_super.prototype.ku.call(this);
|
|
95
|
-
this.
|
|
96
|
-
this.
|
|
95
|
+
this.rl = null;
|
|
96
|
+
this.rs = null;
|
|
97
97
|
};
|
|
98
98
|
AnchoredRadialSeries.prototype.hw = function (a, b) {
|
|
99
99
|
var c = this.jq(b);
|
|
100
100
|
if (c == AnchoredRadialSeries.$$p[2]) {
|
|
101
|
-
return this.hx(a, b, this.
|
|
101
|
+
return this.hx(a, b, this.tk);
|
|
102
102
|
}
|
|
103
103
|
return _super.prototype.hw.call(this, a, b);
|
|
104
104
|
};
|
|
105
|
-
AnchoredRadialSeries.prototype.
|
|
106
|
-
_super.prototype.
|
|
107
|
-
this.
|
|
105
|
+
AnchoredRadialSeries.prototype.lz = function (a) {
|
|
106
|
+
_super.prototype.lz.call(this, a);
|
|
107
|
+
this.sy = a;
|
|
108
108
|
};
|
|
109
109
|
AnchoredRadialSeries.prototype.hj = function (a, b) {
|
|
110
|
-
return this.hk(a, b, this.
|
|
110
|
+
return this.hk(a, b, this.rl, null, this.s4);
|
|
111
111
|
};
|
|
112
112
|
AnchoredRadialSeries.prototype.hh = function (a, b) {
|
|
113
|
-
return this.hi(a, b, this.
|
|
113
|
+
return this.hi(a, b, this.rl, null, this.s4);
|
|
114
114
|
};
|
|
115
115
|
AnchoredRadialSeries.prototype.f3 = function (a, b, c, d, e) {
|
|
116
|
-
if (this.
|
|
116
|
+
if (this.s4 == null) {
|
|
117
117
|
return Number.POSITIVE_INFINITY;
|
|
118
118
|
}
|
|
119
|
-
return this.f4(a, b, this.
|
|
119
|
+
return this.f4(a, b, this.rl, d, e, this.s4.count, null);
|
|
120
120
|
};
|
|
121
121
|
AnchoredRadialSeries.prototype.gj = function (a, b, c) {
|
|
122
122
|
var d = this.getEffectiveViewport1(this.b0);
|
|
123
|
-
var e = this.
|
|
124
|
-
var f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.
|
|
123
|
+
var e = this.s9(this.rl, this.b0.bv, this.b0.bu, d);
|
|
124
|
+
var f = new ScalerParams(0, this.b0.bv, this.b0.bu, this.rl.cg, d);
|
|
125
125
|
f.c = this.cd.su;
|
|
126
|
-
return this.gl(this.
|
|
126
|
+
return this.gl(this.s4, a, this.rl, f, e, null, b, c);
|
|
127
127
|
};
|
|
128
|
-
AnchoredRadialSeries.prototype.
|
|
129
|
-
if (this.
|
|
128
|
+
AnchoredRadialSeries.prototype.pm = function (a, b, c) {
|
|
129
|
+
if (this.rs == null || this.rl == null || this.b0 == null || this.b0.bv.isEmpty || this.b0.bu.isEmpty) {
|
|
130
130
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
131
131
|
}
|
|
132
132
|
var d = this.getEffectiveViewport1(this.b0);
|
|
133
|
-
var e = new ScalerParams(0, this.b0.bv, this.b0.bu, this.
|
|
133
|
+
var e = new ScalerParams(0, this.b0.bv, this.b0.bu, this.rs.cg, d);
|
|
134
134
|
e.c = this.getEffectiveViewport1(this.b0);
|
|
135
135
|
var f = this.gj(a, b, c);
|
|
136
|
-
f = this.
|
|
137
|
-
var g = this.
|
|
138
|
-
if (!b && this.
|
|
136
|
+
f = this.rs.ei(f, e);
|
|
137
|
+
var g = this.rt.c(a);
|
|
138
|
+
if (!b && this.rl != null) {
|
|
139
139
|
var h = this.hj(a, c);
|
|
140
140
|
var i = this.hh(a, c);
|
|
141
|
-
var j = this.
|
|
142
|
-
var k = new ScalerParams(0, this.b0.bv, this.b0.bu, this.
|
|
141
|
+
var j = this.s9(this.rl, this.b0.bv, this.b0.bu, d);
|
|
142
|
+
var k = new ScalerParams(0, this.b0.bv, this.b0.bu, this.rl.cg, d);
|
|
143
143
|
k.c = this.cd.su;
|
|
144
|
-
var l = this.f3(a, h, this.
|
|
145
|
-
var m = this.f3(a, i, this.
|
|
144
|
+
var l = this.f3(a, h, this.rl, k, j);
|
|
145
|
+
var m = this.f3(a, i, this.rl, k, j);
|
|
146
146
|
if (m <= l) {
|
|
147
|
-
g = this.
|
|
147
|
+
g = this.rl.ei(i, k) + j;
|
|
148
148
|
}
|
|
149
149
|
else {
|
|
150
|
-
g = this.
|
|
150
|
+
g = this.rl.ei(h, k) + j;
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
|
-
var n = this.
|
|
154
|
-
var o = this.
|
|
153
|
+
var n = this.rt.d(g, f, this.b0.bv, this.b0.bu);
|
|
154
|
+
var o = this.rt.e(g, f, this.b0.bv, this.b0.bu);
|
|
155
155
|
return { $type: Point_$type, x: n, y: o };
|
|
156
156
|
};
|
|
157
|
-
Object.defineProperty(AnchoredRadialSeries.prototype, "
|
|
157
|
+
Object.defineProperty(AnchoredRadialSeries.prototype, "s4", {
|
|
158
158
|
get: function () {
|
|
159
|
-
return this.
|
|
159
|
+
return this.s3;
|
|
160
160
|
},
|
|
161
161
|
set: function (a) {
|
|
162
|
-
if (this.
|
|
163
|
-
var b = this.
|
|
164
|
-
this.
|
|
165
|
-
this.raisePropertyChanged("ValueColumn", b, this.
|
|
162
|
+
if (this.s3 != a) {
|
|
163
|
+
var b = this.s3;
|
|
164
|
+
this.s3 = a;
|
|
165
|
+
this.raisePropertyChanged("ValueColumn", b, this.s3);
|
|
166
166
|
}
|
|
167
167
|
},
|
|
168
168
|
enumerable: true,
|
|
@@ -172,9 +172,9 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
172
172
|
var c = new DataLegendSeriesValueInfo();
|
|
173
173
|
c.a = 0;
|
|
174
174
|
c.l = this.gj({ $type: Point_$type, x: a, y: b }, false, false);
|
|
175
|
-
c.p = this.
|
|
176
|
-
c.q = this.
|
|
177
|
-
c.r = this.
|
|
175
|
+
c.p = this.tk != null ? this.tk : "Value";
|
|
176
|
+
c.q = this.tg != null ? this.tg : "V:";
|
|
177
|
+
c.r = this.ti != null ? this.ti : "";
|
|
178
178
|
var d = new DataLegendSeriesContext();
|
|
179
179
|
d.f = ((function () {
|
|
180
180
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -184,64 +184,64 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
184
184
|
d.b = this.av();
|
|
185
185
|
return d;
|
|
186
186
|
};
|
|
187
|
-
Object.defineProperty(AnchoredRadialSeries.prototype, "
|
|
187
|
+
Object.defineProperty(AnchoredRadialSeries.prototype, "t2", {
|
|
188
188
|
get: function () {
|
|
189
|
-
return this.c(AnchoredRadialSeries.
|
|
189
|
+
return this.c(AnchoredRadialSeries.tr);
|
|
190
190
|
},
|
|
191
191
|
set: function (a) {
|
|
192
|
-
this.h(AnchoredRadialSeries.
|
|
192
|
+
this.h(AnchoredRadialSeries.tr, a);
|
|
193
193
|
},
|
|
194
194
|
enumerable: true,
|
|
195
195
|
configurable: true
|
|
196
196
|
});
|
|
197
197
|
AnchoredRadialSeries.prototype.ap = function (a) {
|
|
198
|
-
if (a != null && a == this.
|
|
199
|
-
return new AxisRange(0, this.
|
|
198
|
+
if (a != null && a == this.rl && this.s4 != null && this.s4.count > 0) {
|
|
199
|
+
return new AxisRange(0, this.s4.count - 1);
|
|
200
200
|
}
|
|
201
|
-
if (a != null && a == this.
|
|
202
|
-
return new AxisRange(this.
|
|
201
|
+
if (a != null && a == this.rs && this.s4 != null && this.s4.count > 0) {
|
|
202
|
+
return new AxisRange(this.s4.minimum, this.s4.maximum);
|
|
203
203
|
}
|
|
204
204
|
return null;
|
|
205
205
|
};
|
|
206
|
-
AnchoredRadialSeries.prototype.
|
|
207
|
-
_super.prototype.
|
|
208
|
-
if (this.
|
|
209
|
-
this.
|
|
210
|
-
this.
|
|
206
|
+
AnchoredRadialSeries.prototype.l4 = function (a, b, c, d) {
|
|
207
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
208
|
+
if (this.sy.cx.g$b(a, b, c, d)) {
|
|
209
|
+
this.mi(false);
|
|
210
|
+
this.lp();
|
|
211
211
|
}
|
|
212
|
-
var e = typeCast(NumericAxisBase.$, this.
|
|
212
|
+
var e = typeCast(NumericAxisBase.$, this.rs);
|
|
213
213
|
switch (b) {
|
|
214
214
|
case "FastItemsSource":
|
|
215
215
|
if (typeCast(IFastItemsSource_$type, c) !== null) {
|
|
216
|
-
c.deregisterColumn(this.
|
|
217
|
-
this.
|
|
216
|
+
c.deregisterColumn(this.s4);
|
|
217
|
+
this.s4 = null;
|
|
218
218
|
}
|
|
219
219
|
if (typeCast(IFastItemsSource_$type, d) !== null) {
|
|
220
|
-
this.
|
|
221
|
-
this.
|
|
220
|
+
this.s4 = this.ch(this.tk);
|
|
221
|
+
this.sy.cs.e(this.ft);
|
|
222
222
|
}
|
|
223
223
|
if (e != null && !e.c0()) {
|
|
224
|
-
this.
|
|
225
|
-
this.
|
|
224
|
+
this.sy.cs.e(this.ft);
|
|
225
|
+
this.mi(false);
|
|
226
226
|
}
|
|
227
227
|
break;
|
|
228
228
|
case AnchoredRadialSeries.$$p[2]:
|
|
229
229
|
if (this.ck != null) {
|
|
230
|
-
this.ck.deregisterColumn(this.
|
|
231
|
-
this.
|
|
230
|
+
this.ck.deregisterColumn(this.s4);
|
|
231
|
+
this.s4 = this.ch(this.tk);
|
|
232
232
|
}
|
|
233
233
|
break;
|
|
234
234
|
case "ValueColumn":
|
|
235
235
|
if (e != null && !e.c0()) {
|
|
236
|
-
this.
|
|
237
|
-
this.
|
|
236
|
+
this.sy.cs.e(this.ft);
|
|
237
|
+
this.mi(false);
|
|
238
238
|
}
|
|
239
239
|
break;
|
|
240
240
|
case "TrendLineBrush":
|
|
241
|
-
this.
|
|
241
|
+
this.mw();
|
|
242
242
|
break;
|
|
243
243
|
case "TrendLineType":
|
|
244
|
-
this.
|
|
244
|
+
this.lp();
|
|
245
245
|
break;
|
|
246
246
|
}
|
|
247
247
|
};
|
|
@@ -250,35 +250,35 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
250
250
|
case 4:
|
|
251
251
|
case 1:
|
|
252
252
|
case 0:
|
|
253
|
-
this.
|
|
253
|
+
this.sy.cs.e(this.ft);
|
|
254
254
|
break;
|
|
255
255
|
}
|
|
256
|
-
this.
|
|
256
|
+
this.sy.cx.g$e(a, b, c, d);
|
|
257
257
|
switch (a) {
|
|
258
258
|
case 4:
|
|
259
|
-
if (this.
|
|
260
|
-
this.
|
|
259
|
+
if (this.rs != null && !this.rs.c0()) {
|
|
260
|
+
this.mi(true);
|
|
261
261
|
}
|
|
262
262
|
break;
|
|
263
263
|
case 1:
|
|
264
|
-
if (this.
|
|
265
|
-
this.
|
|
264
|
+
if (this.rs != null && !this.rs.c0()) {
|
|
265
|
+
this.mi(true);
|
|
266
266
|
}
|
|
267
267
|
break;
|
|
268
268
|
case 0:
|
|
269
|
-
if (this.
|
|
270
|
-
this.
|
|
269
|
+
if (this.rs != null && !this.rs.c0()) {
|
|
270
|
+
this.mi(true);
|
|
271
271
|
}
|
|
272
272
|
break;
|
|
273
273
|
case 2:
|
|
274
|
-
if (this.
|
|
275
|
-
this.
|
|
274
|
+
if (this.tk != null && this.sy.cs.b > 0 && this.rs != null && !this.rs.c0()) {
|
|
275
|
+
this.mi(true);
|
|
276
276
|
}
|
|
277
277
|
break;
|
|
278
278
|
case 3:
|
|
279
|
-
if (d == this.
|
|
280
|
-
if (this.
|
|
281
|
-
this.
|
|
279
|
+
if (d == this.tk) {
|
|
280
|
+
if (this.rs != null && !this.rs.c0()) {
|
|
281
|
+
this.mi(true);
|
|
282
282
|
}
|
|
283
283
|
}
|
|
284
284
|
break;
|
|
@@ -287,23 +287,23 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
287
287
|
AnchoredRadialSeries.prototype.e9 = function (a, b, c) {
|
|
288
288
|
var d = _super.prototype.e9.call(this, a, b, c);
|
|
289
289
|
var e = c;
|
|
290
|
-
if (this.ck == null || this.ck.count == 0 || this.
|
|
290
|
+
if (this.ck == null || this.ck.count == 0 || this.rl == null || this.s4 == null || this.rl.le == 0 || this.rs == null || isInfinity(this.rs.lv) || isInfinity(this.rs.lu) || e.cs.b < 1) {
|
|
291
291
|
d = false;
|
|
292
292
|
}
|
|
293
293
|
return d;
|
|
294
294
|
};
|
|
295
295
|
AnchoredRadialSeries.prototype.getOffsetValue = function () {
|
|
296
|
-
return this.
|
|
296
|
+
return this.s9(this.rl, this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
|
|
297
297
|
};
|
|
298
298
|
AnchoredRadialSeries.prototype.getCategoryWidth = function () {
|
|
299
|
-
return this.
|
|
299
|
+
return this.rl.getCategorySize(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
|
|
300
300
|
};
|
|
301
|
-
AnchoredRadialSeries.prototype.
|
|
301
|
+
AnchoredRadialSeries.prototype.get_s7 = function () {
|
|
302
302
|
return false;
|
|
303
303
|
};
|
|
304
|
-
Object.defineProperty(AnchoredRadialSeries.prototype, "
|
|
304
|
+
Object.defineProperty(AnchoredRadialSeries.prototype, "s7", {
|
|
305
305
|
get: function () {
|
|
306
|
-
return this.
|
|
306
|
+
return this.get_s7();
|
|
307
307
|
},
|
|
308
308
|
enumerable: true,
|
|
309
309
|
configurable: true
|
|
@@ -312,9 +312,9 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
312
312
|
return true;
|
|
313
313
|
};
|
|
314
314
|
AnchoredRadialSeries.prototype.get_ej = function () {
|
|
315
|
-
return this.
|
|
315
|
+
return this.rs != null && this.rs.cg;
|
|
316
316
|
};
|
|
317
|
-
AnchoredRadialSeries.prototype.
|
|
317
|
+
AnchoredRadialSeries.prototype.s9 = function (a, b, c, d) {
|
|
318
318
|
var e = 0;
|
|
319
319
|
var f = this.preferredCategoryMode(a);
|
|
320
320
|
if (f == 0 && a.categoryMode != 0) {
|
|
@@ -328,7 +328,7 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
328
328
|
e = 0.5 * a.getCategorySize(b, c, d);
|
|
329
329
|
break;
|
|
330
330
|
case 2:
|
|
331
|
-
e = a.getGroupCenter(this.
|
|
331
|
+
e = a.getGroupCenter(this.sf(), b, c, d);
|
|
332
332
|
break;
|
|
333
333
|
}
|
|
334
334
|
if (a.cg) {
|
|
@@ -336,29 +336,29 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
336
336
|
}
|
|
337
337
|
return e;
|
|
338
338
|
};
|
|
339
|
-
AnchoredRadialSeries.prototype.
|
|
339
|
+
AnchoredRadialSeries.prototype.sn = function (a, b) {
|
|
340
340
|
var _this = this;
|
|
341
341
|
var c = b.bv;
|
|
342
342
|
var d = b.bu;
|
|
343
343
|
var e = this.getEffectiveViewport1(b);
|
|
344
|
-
var f = this.
|
|
345
|
-
var g = this.
|
|
344
|
+
var f = this.rl;
|
|
345
|
+
var g = this.rs;
|
|
346
346
|
var h = g.lv;
|
|
347
347
|
var i = g.lu;
|
|
348
348
|
a.f.clear();
|
|
349
349
|
a.m.clear();
|
|
350
350
|
a.p.clear();
|
|
351
|
-
var j = this.
|
|
351
|
+
var j = this.qf();
|
|
352
352
|
var k = 0;
|
|
353
353
|
var l = b;
|
|
354
354
|
var m = new CollisionAvoider();
|
|
355
355
|
var n = 0;
|
|
356
356
|
var o = b.cs.d;
|
|
357
|
-
n = this.
|
|
358
|
-
l.cx.i = this.
|
|
359
|
-
l.cx.h = this.
|
|
360
|
-
l.cx.j = function (p, q) { return _this.
|
|
361
|
-
l.cx.k = function (p, q) { return _this.
|
|
357
|
+
n = this.s9(f, c, d, e);
|
|
358
|
+
l.cx.i = this.rs.nm;
|
|
359
|
+
l.cx.h = this.rs.nl;
|
|
360
|
+
l.cx.j = function (p, q) { return _this.ta(p, q, c, d); };
|
|
361
|
+
l.cx.k = function (p, q) { return _this.tb(p, q, c, d); };
|
|
362
362
|
var p = ((function () {
|
|
363
363
|
var $ret = new Clipper(0, d, false);
|
|
364
364
|
$ret.i = a.p;
|
|
@@ -375,15 +375,15 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
375
375
|
$ret.g = c;
|
|
376
376
|
return $ret;
|
|
377
377
|
})());
|
|
378
|
-
l.cx.l(a.p, this.
|
|
378
|
+
l.cx.l(a.p, this.s2, this.s4, this.td, function (r) { return _this.rl.getScaledAngle(r); }, function (r) { return _this.rs.ns(r); }, q, p);
|
|
379
379
|
var r = true;
|
|
380
|
-
if (this.
|
|
380
|
+
if (this.s8(b)) {
|
|
381
381
|
o--;
|
|
382
382
|
}
|
|
383
383
|
for (var s = b.cs.c; s <= o; ++s) {
|
|
384
384
|
var t = s;
|
|
385
|
-
if (t * b.cs.b >= this.
|
|
386
|
-
t -= intDivide((this.
|
|
385
|
+
if (t * b.cs.b >= this.rl.le) {
|
|
386
|
+
t -= intDivide((this.rl.le), b.cs.b);
|
|
387
387
|
}
|
|
388
388
|
var u = b.cs.getBucket(t);
|
|
389
389
|
if (!isNaN_(u[0])) {
|
|
@@ -401,7 +401,7 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
401
401
|
else {
|
|
402
402
|
u[2] = u[1];
|
|
403
403
|
}
|
|
404
|
-
if ((isNaN_(u[1]) || isNaN_(u[2])) && r && this.
|
|
404
|
+
if ((isNaN_(u[1]) || isNaN_(u[2])) && r && this.s7 && this.s6()) {
|
|
405
405
|
o++;
|
|
406
406
|
}
|
|
407
407
|
else {
|
|
@@ -410,8 +410,8 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
410
410
|
a.f.add(u);
|
|
411
411
|
if (j) {
|
|
412
412
|
var v = Math.min(t * b.cs.b, this.ck.count - 1);
|
|
413
|
-
var w = this.
|
|
414
|
-
var x = this.
|
|
413
|
+
var w = this.rt.d(u[0], u[1], c, d);
|
|
414
|
+
var x = this.rt.e(u[0], u[1], c, d);
|
|
415
415
|
var y = new Rect(0, w - 5, x - 5, 11, 11);
|
|
416
416
|
if (!isNaN_(w) && !isNaN_(x) && !isInfinity(w) && !isInfinity(x) && m.tryAdd(y)) {
|
|
417
417
|
a.m.add({ $type: Point_$type, x: w, y: x });
|
|
@@ -424,7 +424,7 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
424
424
|
}
|
|
425
425
|
}
|
|
426
426
|
else {
|
|
427
|
-
if (r && this.
|
|
427
|
+
if (r && this.s7 && this.s6()) {
|
|
428
428
|
o++;
|
|
429
429
|
}
|
|
430
430
|
}
|
|
@@ -432,17 +432,17 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
432
432
|
b.ct.count = k;
|
|
433
433
|
return;
|
|
434
434
|
};
|
|
435
|
-
AnchoredRadialSeries.prototype.s9 = function (a, b, c, d) {
|
|
436
|
-
return this.rs.d(a, b, c, d);
|
|
437
|
-
};
|
|
438
435
|
AnchoredRadialSeries.prototype.ta = function (a, b, c, d) {
|
|
439
|
-
return this.
|
|
436
|
+
return this.rt.d(a, b, c, d);
|
|
437
|
+
};
|
|
438
|
+
AnchoredRadialSeries.prototype.tb = function (a, b, c, d) {
|
|
439
|
+
return this.rt.e(a, b, c, d);
|
|
440
440
|
};
|
|
441
|
-
AnchoredRadialSeries.prototype.
|
|
441
|
+
AnchoredRadialSeries.prototype.s8 = function (a) {
|
|
442
442
|
var b = a;
|
|
443
|
-
return !this.
|
|
443
|
+
return !this.s7 && b.cs.c == 0 && b.cs.d == this.rl.le;
|
|
444
444
|
};
|
|
445
|
-
AnchoredRadialSeries.prototype.
|
|
445
|
+
AnchoredRadialSeries.prototype.sx = function (a, b, c) {
|
|
446
446
|
var d = null;
|
|
447
447
|
var e = c.bv;
|
|
448
448
|
var f = c.bu;
|
|
@@ -455,20 +455,20 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
455
455
|
}
|
|
456
456
|
return d;
|
|
457
457
|
};
|
|
458
|
-
AnchoredRadialSeries.prototype.
|
|
458
|
+
AnchoredRadialSeries.prototype.tq = function (a, b, c, d, e) {
|
|
459
459
|
if (a.count > 0 && d.count > 0) {
|
|
460
|
-
if (!e || this.
|
|
461
|
-
a.add(this.
|
|
460
|
+
if (!e || this.s5()) {
|
|
461
|
+
a.add(this.t6);
|
|
462
462
|
a.add(a._inner[0]);
|
|
463
|
-
d.add(this.
|
|
463
|
+
d.add(this.t6);
|
|
464
464
|
d.add(d._inner[0]);
|
|
465
465
|
}
|
|
466
466
|
}
|
|
467
467
|
};
|
|
468
|
-
AnchoredRadialSeries.prototype.
|
|
469
|
-
return !this.
|
|
468
|
+
AnchoredRadialSeries.prototype.s6 = function () {
|
|
469
|
+
return !this.s5();
|
|
470
470
|
};
|
|
471
|
-
AnchoredRadialSeries.prototype.
|
|
471
|
+
AnchoredRadialSeries.prototype.s5 = function () {
|
|
472
472
|
var a = this.b0.bv;
|
|
473
473
|
return !a.containsPoint({ $type: Point_$type, x: 0.5, y: 0.5 });
|
|
474
474
|
};
|
|
@@ -480,20 +480,20 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
480
480
|
}
|
|
481
481
|
c.cx.g$d();
|
|
482
482
|
};
|
|
483
|
-
AnchoredRadialSeries.prototype.
|
|
483
|
+
AnchoredRadialSeries.prototype.sq = function (a, b) {
|
|
484
484
|
var c = b.bv;
|
|
485
485
|
var d = b.bu;
|
|
486
486
|
var e = this.getEffectiveViewport1(b);
|
|
487
|
-
var f = this.
|
|
487
|
+
var f = this.pr(b);
|
|
488
488
|
var g = b;
|
|
489
489
|
g.cx.g$g(a.p);
|
|
490
|
-
CategoryMarkerManager.e(this, a.m, g.ct, this.
|
|
491
|
-
this.
|
|
490
|
+
CategoryMarkerManager.e(this, a.m, g.ct, this.qh);
|
|
491
|
+
this.tn(b, a);
|
|
492
492
|
g.cm();
|
|
493
|
-
this.
|
|
493
|
+
this.tm(d, c, e, f, g);
|
|
494
494
|
};
|
|
495
|
-
AnchoredRadialSeries.prototype.
|
|
496
|
-
if (b < a || a < 0 || a > this.
|
|
495
|
+
AnchoredRadialSeries.prototype.sw = function (a, b, c) {
|
|
496
|
+
if (b < a || a < 0 || a > this.s4.count || b < 0 || b > this.s4.count || c == null) {
|
|
497
497
|
return null;
|
|
498
498
|
}
|
|
499
499
|
var d = new Array((b - a) + 1);
|
|
@@ -511,11 +511,11 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
511
511
|
}
|
|
512
512
|
return d;
|
|
513
513
|
};
|
|
514
|
-
AnchoredRadialSeries.prototype.
|
|
514
|
+
AnchoredRadialSeries.prototype.to = function (a, b, c, d, e, f) {
|
|
515
515
|
var g = this.bk != 1;
|
|
516
|
-
this.
|
|
517
|
-
this.
|
|
518
|
-
var h = this.
|
|
516
|
+
this.rz.a1(this.rz.d, d.cm, a, b, c, d, e, f, true);
|
|
517
|
+
this.rz.aa(this.fr);
|
|
518
|
+
var h = this.rz.av;
|
|
519
519
|
var i = null;
|
|
520
520
|
var j = this.ck;
|
|
521
521
|
var k = null;
|
|
@@ -527,14 +527,14 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
527
527
|
h.b = i;
|
|
528
528
|
}
|
|
529
529
|
h.f = f;
|
|
530
|
-
this.
|
|
531
|
-
this.
|
|
530
|
+
this.so(h);
|
|
531
|
+
this.rz.y(this, i, f, g, h.m, this.cd.a3.totalHighlightingProgress);
|
|
532
532
|
};
|
|
533
|
-
AnchoredRadialSeries.prototype.
|
|
533
|
+
AnchoredRadialSeries.prototype.tp = function (a, b, c, d, e, f) {
|
|
534
534
|
var g = this.bk != 1;
|
|
535
|
-
this.
|
|
536
|
-
this.
|
|
537
|
-
var h = this.
|
|
535
|
+
this.rz.a1(this.rz.b, d.cm, a, b, c, d, e, f, false);
|
|
536
|
+
this.rz.ab(this.fr);
|
|
537
|
+
var h = this.rz.aw;
|
|
538
538
|
var i = null;
|
|
539
539
|
var j = this.ck;
|
|
540
540
|
if (g && this.cd != null) {
|
|
@@ -542,15 +542,15 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
542
542
|
h.b = i;
|
|
543
543
|
}
|
|
544
544
|
h.f = f;
|
|
545
|
-
this.
|
|
546
|
-
this.
|
|
545
|
+
this.sp(h);
|
|
546
|
+
this.rz.z(this, i, f, g, b < 0);
|
|
547
547
|
};
|
|
548
|
-
AnchoredRadialSeries.prototype.
|
|
548
|
+
AnchoredRadialSeries.prototype.tn = function (a, b) {
|
|
549
549
|
a.b3 = true;
|
|
550
|
-
this.
|
|
551
|
-
var c = this.
|
|
550
|
+
this.rz.az(this, this.sa(), runOn(this, this.ri), this.sd(a), this.se(a));
|
|
551
|
+
var c = this.rz.d;
|
|
552
552
|
var d = c != null;
|
|
553
|
-
var e = this.
|
|
553
|
+
var e = this.rl;
|
|
554
554
|
if (e == null) {
|
|
555
555
|
return;
|
|
556
556
|
}
|
|
@@ -568,23 +568,23 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
568
568
|
var q = p.content;
|
|
569
569
|
if (d) {
|
|
570
570
|
var r = p.al;
|
|
571
|
-
this.
|
|
571
|
+
this.to(j, r, h, e, g, a.q);
|
|
572
572
|
}
|
|
573
|
-
this.
|
|
573
|
+
this.rz.ac(p, q);
|
|
574
574
|
}
|
|
575
575
|
};
|
|
576
|
-
AnchoredRadialSeries.prototype.
|
|
576
|
+
AnchoredRadialSeries.prototype.tm = function (a, b, c, d, e) {
|
|
577
577
|
e.cy(a, b, c, d);
|
|
578
578
|
};
|
|
579
|
-
AnchoredRadialSeries.prototype.
|
|
580
|
-
_super.prototype.
|
|
579
|
+
AnchoredRadialSeries.prototype.mw = function () {
|
|
580
|
+
_super.prototype.mw.call(this);
|
|
581
581
|
if (this.index < 0) {
|
|
582
582
|
return;
|
|
583
583
|
}
|
|
584
|
-
this.
|
|
584
|
+
this.sy.cz();
|
|
585
585
|
};
|
|
586
586
|
AnchoredRadialSeries.prototype.hz = function (a, b) {
|
|
587
|
-
if (a == this.
|
|
587
|
+
if (a == this.sy.cx.g$j) {
|
|
588
588
|
return null;
|
|
589
589
|
}
|
|
590
590
|
return _super.prototype.hz.call(this, a, b);
|
|
@@ -594,16 +594,16 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
594
594
|
b = b.copy();
|
|
595
595
|
var c = this.b0.bu;
|
|
596
596
|
var d = !b.isEmpty && !c.isEmpty && this.ck != null ? this.ck.indexOf(a) : -1;
|
|
597
|
-
if (this.
|
|
597
|
+
if (this.rl == null || this.s4 == null || this.rs == null) {
|
|
598
598
|
return false;
|
|
599
599
|
}
|
|
600
|
-
if (d < 0 || d > this.
|
|
600
|
+
if (d < 0 || d > this.s4.count - 1) {
|
|
601
601
|
return false;
|
|
602
602
|
}
|
|
603
|
-
var e = this.
|
|
604
|
-
var f = this.
|
|
603
|
+
var e = this.rl.getScaledAngle(d);
|
|
604
|
+
var f = this.rs.ns(this.s4.item(d));
|
|
605
605
|
if (isNaN_(f)) {
|
|
606
|
-
f = (this.
|
|
606
|
+
f = (this.rs.nl + this.rs.nm) / 2;
|
|
607
607
|
}
|
|
608
608
|
var g = 0.5 + (Math.cos(e) * f);
|
|
609
609
|
var h = 0.5 + (Math.sin(e) * f);
|
|
@@ -632,8 +632,8 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
632
632
|
}
|
|
633
633
|
return d >= 0;
|
|
634
634
|
};
|
|
635
|
-
AnchoredRadialSeries.prototype.
|
|
636
|
-
_super.prototype.
|
|
635
|
+
AnchoredRadialSeries.prototype.mk = function (a, b) {
|
|
636
|
+
_super.prototype.mk.call(this, a, b);
|
|
637
637
|
if (!this.ez) {
|
|
638
638
|
this.b0.a2(b);
|
|
639
639
|
return;
|
|
@@ -645,15 +645,15 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
645
645
|
return;
|
|
646
646
|
}
|
|
647
647
|
if (!this.et) {
|
|
648
|
-
this.
|
|
649
|
-
this.
|
|
648
|
+
this.s1 = new RadialFrame(3);
|
|
649
|
+
this.sn(this.s1, c);
|
|
650
650
|
}
|
|
651
651
|
this.et = false;
|
|
652
|
-
this.
|
|
652
|
+
this.sq(this.s1, c);
|
|
653
653
|
this.ez = false;
|
|
654
654
|
};
|
|
655
|
-
AnchoredRadialSeries.prototype.
|
|
656
|
-
_super.prototype.
|
|
655
|
+
AnchoredRadialSeries.prototype.mh = function (a, b, c, d, e) {
|
|
656
|
+
_super.prototype.mh.call(this, a, b, c, d, e);
|
|
657
657
|
var f = this.a6.a$h.item(d);
|
|
658
658
|
var g = f;
|
|
659
659
|
g.cs.e(this.ft);
|
|
@@ -661,20 +661,20 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
661
661
|
if (this.cx(g)) {
|
|
662
662
|
return;
|
|
663
663
|
}
|
|
664
|
-
if (this.
|
|
665
|
-
this.
|
|
664
|
+
if (this.s0 == null) {
|
|
665
|
+
this.s0 = new RadialFrame(3);
|
|
666
666
|
}
|
|
667
|
-
this.
|
|
668
|
-
this.
|
|
669
|
-
this.
|
|
667
|
+
this.s0.u();
|
|
668
|
+
this.sn(this.s0, g);
|
|
669
|
+
this.sq(this.s0, g);
|
|
670
670
|
};
|
|
671
671
|
AnchoredRadialSeries.prototype.k7 = function (a) {
|
|
672
672
|
_super.prototype.k7.call(this, a);
|
|
673
|
-
this.a8.exportTrendlineData(this, a, this.
|
|
673
|
+
this.a8.exportTrendlineData(this, a, this.sy.cx.g$j);
|
|
674
674
|
};
|
|
675
675
|
AnchoredRadialSeries.$t = markType(AnchoredRadialSeries, 'AnchoredRadialSeries', RadialBase.$);
|
|
676
|
-
AnchoredRadialSeries.
|
|
677
|
-
AnchoredRadialSeries.$$p = markDep(DependencyProperty, PropertyMetadata, AnchoredRadialSeries, 'raisePropertyChanged', ['ValueMemberAsLegendLabel:
|
|
676
|
+
AnchoredRadialSeries.tr = DependencyProperty.i("ActualTrendLineBrush", Brush.$, AnchoredRadialSeries.$, new PropertyMetadata(2, null, function (a, b) { return a.raisePropertyChanged("ActualTrendLineBrush", b.oldValue, b.newValue); }));
|
|
677
|
+
AnchoredRadialSeries.$$p = markDep(DependencyProperty, PropertyMetadata, AnchoredRadialSeries, 'raisePropertyChanged', ['ValueMemberAsLegendLabel:tg:tz', [2, null], 'ValueMemberAsLegendUnit:ti:t0', [2, null], 'ValueMemberPath:tk:t1', [2, null], 'TrendLineType:s2:tx', [TrendLineType_$type, enumGetBox(TrendLineType_$type, 0)], 'TrendLineThickness:tc:tw', [1, 1.5], 'TrendLinePeriod:td:tv', [1, 7], 'TrendLineZIndex:te:ty', [1, 1], 'TrendLineBrush:t3:ts', [Brush.$, null], 'TrendLineDashArray:t4:tt', [DoubleCollection.$], 'TrendLineDashCap:t5:tu', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 0)]]);
|
|
678
678
|
return AnchoredRadialSeries;
|
|
679
679
|
}(RadialBase));
|
|
680
680
|
export { AnchoredRadialSeries };
|
|
@@ -695,24 +695,24 @@ var AnchoredRadialSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
695
695
|
AnchoredRadialSeriesView.prototype.cy = function (a, b, c, d) {
|
|
696
696
|
};
|
|
697
697
|
AnchoredRadialSeriesView.prototype.cz = function () {
|
|
698
|
-
this.cw.
|
|
699
|
-
if (this.cw.
|
|
700
|
-
this.cw.
|
|
698
|
+
this.cw.t2 = null;
|
|
699
|
+
if (this.cw.t3 != null) {
|
|
700
|
+
this.cw.t2 = this.cw.t3;
|
|
701
701
|
}
|
|
702
702
|
else {
|
|
703
|
-
this.cw.
|
|
703
|
+
this.cw.t2 = this.cw.oz;
|
|
704
704
|
}
|
|
705
705
|
};
|
|
706
706
|
AnchoredRadialSeriesView.prototype.a5 = function (a, b) {
|
|
707
707
|
if (a.d) {
|
|
708
708
|
if (!b) {
|
|
709
709
|
}
|
|
710
|
-
if (this.cw.
|
|
710
|
+
if (this.cw.s2 != 0 && !b) {
|
|
711
711
|
var c = this.cx.g$j;
|
|
712
|
-
c.ac = this.cw.
|
|
713
|
-
c._stroke = this.cw.
|
|
714
|
-
c.ai = this.cw.
|
|
715
|
-
c.ad = this.cw.
|
|
712
|
+
c.ac = this.cw.tc;
|
|
713
|
+
c._stroke = this.cw.t2;
|
|
714
|
+
c.ai = this.cw.t4;
|
|
715
|
+
c.ad = this.cw.t5;
|
|
716
716
|
a.u(c);
|
|
717
717
|
}
|
|
718
718
|
}
|
|
@@ -720,15 +720,15 @@ var AnchoredRadialSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
720
720
|
};
|
|
721
721
|
AnchoredRadialSeriesView.prototype.getDefaultTooltipTemplate = function () {
|
|
722
722
|
var a = "<div class='ui-chart-default-tooltip-content'>";
|
|
723
|
-
if (this.cw.
|
|
724
|
-
a += "<span>${item." + this.cw.
|
|
723
|
+
if (this.cw.rl.fz != null) {
|
|
724
|
+
a += "<span>${item." + this.cw.rl.fz + "}</span><br/>";
|
|
725
725
|
}
|
|
726
726
|
a += "<span";
|
|
727
727
|
var b = this.e.a6.a$r(this.e);
|
|
728
728
|
if (!stringIsNullOrEmpty(b)) {
|
|
729
729
|
a += " style='color:" + b + "'";
|
|
730
730
|
}
|
|
731
|
-
a += ">" + this.cw.title + ": </span><span class='ui-priority-primary'>" + "${item." + this.cw.
|
|
731
|
+
a += ">" + this.cw.title + ": </span><span class='ui-priority-primary'>" + "${item." + this.cw.tk + "}</span></div>";
|
|
732
732
|
return a;
|
|
733
733
|
};
|
|
734
734
|
AnchoredRadialSeriesView.$t = markType(AnchoredRadialSeriesView, 'AnchoredRadialSeriesView', RadialBaseView.$);
|