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
|
@@ -497,7 +497,7 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
497
497
|
this.cq.bp(d);
|
|
498
498
|
d.cd = this;
|
|
499
499
|
d.b8 = this.actualSyncLink;
|
|
500
|
-
d.
|
|
500
|
+
d.m4();
|
|
501
501
|
}
|
|
502
502
|
}
|
|
503
503
|
}
|
|
@@ -727,13 +727,13 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
727
727
|
var d = this.series;
|
|
728
728
|
for (var e = 0; e < d.count; e++) {
|
|
729
729
|
var f = d._inner[e];
|
|
730
|
-
f.
|
|
730
|
+
f.l2();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
733
|
else {
|
|
734
734
|
for (var g = 0; g < c.count; g++) {
|
|
735
735
|
var h = c._inner[g];
|
|
736
|
-
h.
|
|
736
|
+
h.l2();
|
|
737
737
|
}
|
|
738
738
|
}
|
|
739
739
|
if (!b) {
|
|
@@ -745,6 +745,7 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
745
745
|
this.lc();
|
|
746
746
|
for (var a = 0; a < this.series.count; a++) {
|
|
747
747
|
if (this.series._inner[a].dc) {
|
|
748
|
+
this.series._inner[a].ld();
|
|
748
749
|
}
|
|
749
750
|
}
|
|
750
751
|
};
|
|
@@ -1222,14 +1223,14 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1222
1223
|
if (c == null) {
|
|
1223
1224
|
continue;
|
|
1224
1225
|
}
|
|
1225
|
-
var d = b.
|
|
1226
|
+
var d = b.m9;
|
|
1226
1227
|
if (d == null) {
|
|
1227
1228
|
continue;
|
|
1228
1229
|
}
|
|
1229
1230
|
if (c.containsChild(d)) {
|
|
1230
1231
|
c.removeChild(d);
|
|
1231
1232
|
}
|
|
1232
|
-
if (!c.containsChild(d) && b.
|
|
1233
|
+
if (!c.containsChild(d) && b.p3 != 1) {
|
|
1233
1234
|
c.addChildInOrder(d, b);
|
|
1234
1235
|
}
|
|
1235
1236
|
}
|
|
@@ -1322,10 +1323,10 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1322
1323
|
this.om(b);
|
|
1323
1324
|
for (var e = 0; e < this.series.count; e++) {
|
|
1324
1325
|
var f = this.series._inner[e];
|
|
1325
|
-
f.
|
|
1326
|
+
f.m3(b);
|
|
1326
1327
|
if (f.isStacked) {
|
|
1327
1328
|
f.la(function (g) {
|
|
1328
|
-
g.
|
|
1329
|
+
g.m3(b);
|
|
1329
1330
|
return true;
|
|
1330
1331
|
});
|
|
1331
1332
|
}
|
|
@@ -1755,7 +1756,7 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1755
1756
|
};
|
|
1756
1757
|
SeriesViewer.prototype.ny = function () {
|
|
1757
1758
|
for (var a = 0; a < this.series.count; a++) {
|
|
1758
|
-
this.series._inner[a].
|
|
1759
|
+
this.series._inner[a].mi(false);
|
|
1759
1760
|
}
|
|
1760
1761
|
this.lb(false, false, true);
|
|
1761
1762
|
};
|
|
@@ -2335,7 +2336,7 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2335
2336
|
try {
|
|
2336
2337
|
for (var _h = tslib_1.__values(fromEnum(this.series)), _j = _h.next(); !_j.done; _j = _h.next()) {
|
|
2337
2338
|
var h = _j.value;
|
|
2338
|
-
h.
|
|
2339
|
+
h.lk();
|
|
2339
2340
|
}
|
|
2340
2341
|
}
|
|
2341
2342
|
catch (e_10_1) {
|
|
@@ -2434,8 +2435,8 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2434
2435
|
this.bk = c;
|
|
2435
2436
|
};
|
|
2436
2437
|
SeriesViewer.prototype.kt = function (a, b, c, d) {
|
|
2437
|
-
var e = a.
|
|
2438
|
-
var f = a.
|
|
2438
|
+
var e = a.ph(d);
|
|
2439
|
+
var f = a.pm(d, true, true);
|
|
2439
2440
|
if (isNaN_(f.x) || isNaN_(f.y)) {
|
|
2440
2441
|
return null;
|
|
2441
2442
|
}
|
|
@@ -2840,7 +2841,7 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2840
2841
|
this.series.remove(a._inner[c]);
|
|
2841
2842
|
this.n3(a._inner[c].name, true);
|
|
2842
2843
|
a._inner[c].itemsSource = null;
|
|
2843
|
-
a._inner[c].
|
|
2844
|
+
a._inner[c].l5(null, null);
|
|
2844
2845
|
}
|
|
2845
2846
|
this.k6();
|
|
2846
2847
|
this.n5();
|
|
@@ -3265,7 +3266,7 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3265
3266
|
SeriesViewer.prototype.ky = function () {
|
|
3266
3267
|
this.cq.bq();
|
|
3267
3268
|
for (var a = 0; a < this.series.count; a++) {
|
|
3268
|
-
this.series._inner[a].
|
|
3269
|
+
this.series._inner[a].ls();
|
|
3269
3270
|
}
|
|
3270
3271
|
};
|
|
3271
3272
|
SeriesViewer.prototype.eo = function () {
|
|
@@ -3329,16 +3330,37 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3329
3330
|
SeriesViewer.prototype.getDataLegendSeries = function () {
|
|
3330
3331
|
var a = 0;
|
|
3331
3332
|
for (var b = 0; b < this.series.count; b++) {
|
|
3332
|
-
if (this.series._inner[b].
|
|
3333
|
-
|
|
3333
|
+
if (this.series._inner[b].isStacked) {
|
|
3334
|
+
this.series._inner[b].la(function (c) {
|
|
3335
|
+
if (c.isUsableInLegend) {
|
|
3336
|
+
a++;
|
|
3337
|
+
}
|
|
3338
|
+
return true;
|
|
3339
|
+
});
|
|
3340
|
+
}
|
|
3341
|
+
else {
|
|
3342
|
+
if (this.series._inner[b].isUsableInLegend) {
|
|
3343
|
+
a++;
|
|
3344
|
+
}
|
|
3334
3345
|
}
|
|
3335
3346
|
}
|
|
3336
3347
|
var c = new Array(a);
|
|
3337
3348
|
var d = 0;
|
|
3338
3349
|
for (var e = 0; e < this.series.count; e++) {
|
|
3339
|
-
if (this.series._inner[e].
|
|
3340
|
-
|
|
3341
|
-
|
|
3350
|
+
if (this.series._inner[e].isStacked) {
|
|
3351
|
+
this.series._inner[e].la(function (f) {
|
|
3352
|
+
if (f.isUsableInLegend) {
|
|
3353
|
+
c[d] = f;
|
|
3354
|
+
d++;
|
|
3355
|
+
}
|
|
3356
|
+
return true;
|
|
3357
|
+
});
|
|
3358
|
+
}
|
|
3359
|
+
else {
|
|
3360
|
+
if (this.series._inner[e].isUsableInLegend) {
|
|
3361
|
+
c[d] = this.series._inner[e];
|
|
3362
|
+
d++;
|
|
3363
|
+
}
|
|
3342
3364
|
}
|
|
3343
3365
|
}
|
|
3344
3366
|
return c;
|
|
@@ -3678,7 +3700,7 @@ var SeriesViewerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3678
3700
|
d = false;
|
|
3679
3701
|
c.a.k(0, 0, a, b);
|
|
3680
3702
|
}
|
|
3681
|
-
e.
|
|
3703
|
+
e.mk(new Rect(0, 0, 0, a, b), c);
|
|
3682
3704
|
}
|
|
3683
3705
|
}
|
|
3684
3706
|
catch (e_12_1) {
|
|
@@ -3729,7 +3751,7 @@ var SeriesViewerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3729
3751
|
});
|
|
3730
3752
|
}
|
|
3731
3753
|
this.p.nw();
|
|
3732
|
-
a.
|
|
3754
|
+
a.l5(null, null);
|
|
3733
3755
|
this.dc();
|
|
3734
3756
|
};
|
|
3735
3757
|
SeriesViewerView.prototype.dc = function () {
|
|
@@ -3759,7 +3781,7 @@ var SeriesViewerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3759
3781
|
}
|
|
3760
3782
|
};
|
|
3761
3783
|
SeriesViewerView.prototype.aq = function (a) {
|
|
3762
|
-
a.
|
|
3784
|
+
a.l0(a.b0.bu, this.e9);
|
|
3763
3785
|
return this.g.contains(a);
|
|
3764
3786
|
};
|
|
3765
3787
|
Object.defineProperty(SeriesViewerView.prototype, "au", {
|
|
@@ -3784,13 +3806,13 @@ var SeriesViewerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3784
3806
|
}
|
|
3785
3807
|
this.p.nw();
|
|
3786
3808
|
}
|
|
3787
|
-
a.
|
|
3809
|
+
a.l5(this.y, this.x);
|
|
3788
3810
|
this.p.lj();
|
|
3789
3811
|
};
|
|
3790
3812
|
SeriesViewerView.prototype.dt = function (a) {
|
|
3791
3813
|
this.x = a;
|
|
3792
3814
|
for (var b = 0; b < this.g.count; b++) {
|
|
3793
|
-
this.g._inner[b].
|
|
3815
|
+
this.g._inner[b].l5(this.y, this.x);
|
|
3794
3816
|
}
|
|
3795
3817
|
for (var c = 0; c < this.b.count; c++) {
|
|
3796
3818
|
this.b._inner[c].hw(this.y, this.x);
|
|
@@ -4384,7 +4406,7 @@ var SeriesViewerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4384
4406
|
if (x.b0.bu.equals1(this.e9) && !this.j.y()) {
|
|
4385
4407
|
continue;
|
|
4386
4408
|
}
|
|
4387
|
-
x.
|
|
4409
|
+
x.l0(x.b0.bu, this.e9);
|
|
4388
4410
|
}
|
|
4389
4411
|
}
|
|
4390
4412
|
catch (e_18_1) {
|
|
@@ -5260,13 +5282,13 @@ var LegendTemplates = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5260
5282
|
a.actualItemBrush = a.itemBrush;
|
|
5261
5283
|
}
|
|
5262
5284
|
else {
|
|
5263
|
-
a.actualItemBrush = b.
|
|
5285
|
+
a.actualItemBrush = b.o0;
|
|
5264
5286
|
}
|
|
5265
5287
|
if (b == null) {
|
|
5266
5288
|
a.outline = a.actualItemBrush;
|
|
5267
5289
|
}
|
|
5268
5290
|
else {
|
|
5269
|
-
a.outline = b.
|
|
5291
|
+
a.outline = b.o1;
|
|
5270
5292
|
}
|
|
5271
5293
|
};
|
|
5272
5294
|
LegendTemplates.b = function (a, b, c) {
|
|
@@ -5364,9 +5386,9 @@ var LegendTemplates = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5364
5386
|
var g = c.actualItemBrush;
|
|
5365
5387
|
var h = c.itemBrush;
|
|
5366
5388
|
var i = c.series;
|
|
5367
|
-
var j = i.
|
|
5368
|
-
c.actualItemBrush = i.
|
|
5369
|
-
c.outline = i.
|
|
5389
|
+
var j = i.ne();
|
|
5390
|
+
c.actualItemBrush = i.o6();
|
|
5391
|
+
c.outline = i.o7();
|
|
5370
5392
|
if (i.a9 == 1) {
|
|
5371
5393
|
c.thickness = i.f2();
|
|
5372
5394
|
}
|
|
@@ -5416,7 +5438,7 @@ var LegendTemplates = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5416
5438
|
if (c.a9 == 0) {
|
|
5417
5439
|
var d = Defaults.v;
|
|
5418
5440
|
var e = b.actualItemBrush;
|
|
5419
|
-
var f = c.
|
|
5441
|
+
var f = c.o1;
|
|
5420
5442
|
var g = Defaults.w;
|
|
5421
5443
|
var h = Defaults.u;
|
|
5422
5444
|
LegendTemplates.u(a, d, f, e, 0, 0, g, h);
|
|
@@ -5424,7 +5446,7 @@ var LegendTemplates = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5424
5446
|
else {
|
|
5425
5447
|
var i = Defaults.v;
|
|
5426
5448
|
var j = b.actualItemBrush;
|
|
5427
|
-
var k = c.
|
|
5449
|
+
var k = c.o9();
|
|
5428
5450
|
var l = Defaults.w / 2;
|
|
5429
5451
|
var m = Defaults.w;
|
|
5430
5452
|
var n = Defaults.u;
|
|
@@ -6413,7 +6435,7 @@ var SeriesViewerViewManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6413
6435
|
j.a = d.d;
|
|
6414
6436
|
for (var k = 0; k < this.j.p.series.count; k++) {
|
|
6415
6437
|
var l = this.j.p.series._inner[k];
|
|
6416
|
-
l.
|
|
6438
|
+
l.mh(i, a, j, "tile", 1);
|
|
6417
6439
|
}
|
|
6418
6440
|
this.j.p.ak.i();
|
|
6419
6441
|
return d.c;
|
|
@@ -7956,9 +7978,9 @@ var Axis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
7956
7978
|
try {
|
|
7957
7979
|
for (var _b = tslib_1.__values(fromEnum(this.dd)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
7958
7980
|
var h = _c.value;
|
|
7959
|
-
h.
|
|
7981
|
+
h.lf();
|
|
7960
7982
|
if (h.cd != null) {
|
|
7961
|
-
h.
|
|
7983
|
+
h.lp();
|
|
7962
7984
|
}
|
|
7963
7985
|
}
|
|
7964
7986
|
}
|
|
@@ -10597,9 +10619,9 @@ var CategoryAxisBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10597
10619
|
try {
|
|
10598
10620
|
for (var _d = tslib_1.__values(fromEnum(this.da())), _e = _d.next(); !_e.done; _e = _d.next()) {
|
|
10599
10621
|
var g = _e.value;
|
|
10600
|
-
g.
|
|
10622
|
+
g.mi(false);
|
|
10601
10623
|
if (g.cd != null) {
|
|
10602
|
-
g.
|
|
10624
|
+
g.lp();
|
|
10603
10625
|
}
|
|
10604
10626
|
}
|
|
10605
10627
|
}
|
|
@@ -10627,7 +10649,7 @@ var CategoryAxisBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10627
10649
|
var h = _g.value;
|
|
10628
10650
|
h.kx(true, h.b0);
|
|
10629
10651
|
if (h.cd != null) {
|
|
10630
|
-
h.
|
|
10652
|
+
h.lp();
|
|
10631
10653
|
}
|
|
10632
10654
|
}
|
|
10633
10655
|
}
|
|
@@ -10674,7 +10696,7 @@ var CategoryAxisBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10674
10696
|
i.ez = true;
|
|
10675
10697
|
var j = typeCast(IHasCategoryModePreference_$type, i);
|
|
10676
10698
|
if (j != null && j.preferredCategoryMode(this) == 2) {
|
|
10677
|
-
i.
|
|
10699
|
+
i.mi(false);
|
|
10678
10700
|
}
|
|
10679
10701
|
}
|
|
10680
10702
|
}
|
|
@@ -10708,7 +10730,7 @@ var CategoryAxisBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10708
10730
|
try {
|
|
10709
10731
|
for (var _b = tslib_1.__values(fromEnum(this.da())), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
10710
10732
|
var a = _c.value;
|
|
10711
|
-
a.
|
|
10733
|
+
a.mi(false);
|
|
10712
10734
|
}
|
|
10713
10735
|
}
|
|
10714
10736
|
catch (e_36_1) {
|
|
@@ -10794,7 +10816,7 @@ var CategoryAxisBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10794
10816
|
var d = _c.value;
|
|
10795
10817
|
var e = typeCast(IHasCategoryModePreference_$type, d);
|
|
10796
10818
|
if (e != null && e != c && e.preferredCategoryMode(this) == 2) {
|
|
10797
|
-
d.
|
|
10819
|
+
d.mi(false);
|
|
10798
10820
|
}
|
|
10799
10821
|
}
|
|
10800
10822
|
}
|
|
@@ -10829,7 +10851,7 @@ var CategoryAxisBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10829
10851
|
var d = _c.value;
|
|
10830
10852
|
var e = typeCast(IHasCategoryModePreference_$type, d);
|
|
10831
10853
|
if (e != null) {
|
|
10832
|
-
d.
|
|
10854
|
+
d.mi(false);
|
|
10833
10855
|
}
|
|
10834
10856
|
}
|
|
10835
10857
|
}
|
|
@@ -11868,7 +11890,7 @@ var NumericAxisBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
11868
11890
|
try {
|
|
11869
11891
|
for (var _b = tslib_1.__values(fromEnum(this.da())), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
11870
11892
|
var a = _c.value;
|
|
11871
|
-
a.
|
|
11893
|
+
a.mi(false);
|
|
11872
11894
|
}
|
|
11873
11895
|
}
|
|
11874
11896
|
catch (e_42_1) {
|
|
@@ -13411,7 +13433,7 @@ var XamDataChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13411
13433
|
try {
|
|
13412
13434
|
for (var _e = tslib_1.__values(fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
13413
13435
|
var c = _f.value;
|
|
13414
|
-
c.
|
|
13436
|
+
c.mi(false);
|
|
13415
13437
|
}
|
|
13416
13438
|
}
|
|
13417
13439
|
catch (e_54_1) {
|
|
@@ -13530,7 +13552,7 @@ var XamDataChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13530
13552
|
var a = new Thickness(1, 0, 0, 0, 0);
|
|
13531
13553
|
for (var b = 0; b < this.series.count; b++) {
|
|
13532
13554
|
var c = this.series._inner[b];
|
|
13533
|
-
var d = c.
|
|
13555
|
+
var d = c.p0();
|
|
13534
13556
|
a = new Thickness(1, Math.max(d.left, a.left), Math.max(d.top, a.top), Math.max(d.right, a.right), Math.max(d.bottom, a.bottom));
|
|
13535
13557
|
}
|
|
13536
13558
|
return a;
|
|
@@ -13539,7 +13561,7 @@ var XamDataChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13539
13561
|
var c = new Thickness(1, 0, 0, 0, 0);
|
|
13540
13562
|
for (var d = 0; d < this.series.count; d++) {
|
|
13541
13563
|
var e = this.series._inner[d];
|
|
13542
|
-
var f = e.
|
|
13564
|
+
var f = e.p2(a, b);
|
|
13543
13565
|
c = new Thickness(1, Math.max(f.left, c.left), Math.max(f.top, c.top), Math.max(f.right, c.right), Math.max(f.bottom, c.bottom));
|
|
13544
13566
|
}
|
|
13545
13567
|
return c;
|
|
@@ -13927,7 +13949,7 @@ var XamDataChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13927
13949
|
try {
|
|
13928
13950
|
for (var _f = (e_58 = void 0, tslib_1.__values(fromEnum(c.da()))), _g = _f.next(); !_g.done; _g = _f.next()) {
|
|
13929
13951
|
var d = _g.value;
|
|
13930
|
-
d.
|
|
13952
|
+
d.mi(false);
|
|
13931
13953
|
}
|
|
13932
13954
|
}
|
|
13933
13955
|
catch (e_58_1) {
|
|
@@ -14070,7 +14092,7 @@ var XamDataChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14070
14092
|
try {
|
|
14071
14093
|
for (var _l = tslib_1.__values(fromEnum(c)), _m = _l.next(); !_m.done; _m = _l.next()) {
|
|
14072
14094
|
var g = _m.value;
|
|
14073
|
-
g.
|
|
14095
|
+
g.mi(false);
|
|
14074
14096
|
}
|
|
14075
14097
|
}
|
|
14076
14098
|
catch (e_63_1) {
|
|
@@ -14110,7 +14132,7 @@ var XamDataChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14110
14132
|
var e = _e.value;
|
|
14111
14133
|
e.ez = true;
|
|
14112
14134
|
this.lw();
|
|
14113
|
-
e.
|
|
14135
|
+
e.mi(d);
|
|
14114
14136
|
}
|
|
14115
14137
|
}
|
|
14116
14138
|
catch (e_64_1) {
|
|
@@ -14228,7 +14250,7 @@ var XamDataChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14228
14250
|
for (var _e = tslib_1.__values(fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
14229
14251
|
var b = _f.value;
|
|
14230
14252
|
b.b0.bj();
|
|
14231
|
-
b.
|
|
14253
|
+
b.mi(false);
|
|
14232
14254
|
}
|
|
14233
14255
|
}
|
|
14234
14256
|
catch (e_69_1) {
|
|
@@ -15280,13 +15302,13 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15280
15302
|
var _this = _super.call(this) || this;
|
|
15281
15303
|
_this.b0 = null;
|
|
15282
15304
|
_this.ho = 0;
|
|
15283
|
-
_this.
|
|
15305
|
+
_this.pq = null;
|
|
15284
15306
|
_this.g8 = null;
|
|
15285
15307
|
_this.cm = null;
|
|
15286
15308
|
_this.a7 = null;
|
|
15287
15309
|
_this.a5 = null;
|
|
15288
15310
|
_this.ce = null;
|
|
15289
|
-
_this.
|
|
15311
|
+
_this.na = null;
|
|
15290
15312
|
_this.fb = new Dictionary$2(String_$type, String_$type, 0);
|
|
15291
15313
|
_this.fa = new Dictionary$2(String_$type, FastReflectionHelper.$, 0);
|
|
15292
15314
|
_this.propertyChanged = null;
|
|
@@ -15306,7 +15328,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15306
15328
|
_this.bd = null;
|
|
15307
15329
|
_this.cl = null;
|
|
15308
15330
|
_this.g5 = null;
|
|
15309
|
-
_this.
|
|
15331
|
+
_this.m7 = null;
|
|
15310
15332
|
_this.a0 = null;
|
|
15311
15333
|
_this.b6 = 0;
|
|
15312
15334
|
_this.b5 = 0;
|
|
@@ -15317,8 +15339,8 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15317
15339
|
_this.fk = NaN;
|
|
15318
15340
|
_this.fl = NaN;
|
|
15319
15341
|
_this.fm = NaN;
|
|
15320
|
-
_this.o3 = null;
|
|
15321
15342
|
_this.o4 = null;
|
|
15343
|
+
_this.o5 = null;
|
|
15322
15344
|
_this.f0 = DeviceUtils.g(2);
|
|
15323
15345
|
_this.bj = 1;
|
|
15324
15346
|
_this.fi = 0.2;
|
|
@@ -15335,7 +15357,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15335
15357
|
_this.bn = 0;
|
|
15336
15358
|
_this.bm = 0;
|
|
15337
15359
|
_this.co = null;
|
|
15338
|
-
_this.
|
|
15360
|
+
_this.pg = { $type: Point_$type, x: NaN, y: NaN };
|
|
15339
15361
|
_this.fo = NaN;
|
|
15340
15362
|
_this.fp = NaN;
|
|
15341
15363
|
_this.a4 = null;
|
|
@@ -15344,20 +15366,20 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15344
15366
|
DVContainer.instance.registerIfLoaded("VisualDataFactoryManager");
|
|
15345
15367
|
_this.ho = Series.ha++;
|
|
15346
15368
|
_this.ez = true;
|
|
15347
|
-
_this.
|
|
15369
|
+
_this.pq = Rect.empty;
|
|
15348
15370
|
_this.b0 = _this.bx();
|
|
15349
15371
|
_this.b0.bu = Rect.empty;
|
|
15350
|
-
_this.
|
|
15372
|
+
_this.lz(_this.b0);
|
|
15351
15373
|
_this.b0.n = true;
|
|
15352
15374
|
_this.b0.as();
|
|
15353
15375
|
_this.b0.n = false;
|
|
15354
15376
|
_this.ab = Series.$;
|
|
15355
15377
|
_this.cl = function (a, b) {
|
|
15356
15378
|
if (_this.cd == null || !_this.cd.d4) {
|
|
15357
|
-
_this.
|
|
15379
|
+
_this.m6(b.oldRect, b.newRect);
|
|
15358
15380
|
}
|
|
15359
15381
|
};
|
|
15360
|
-
_this.bd = function (a, b) { return _this.
|
|
15382
|
+
_this.bd = function (a, b) { return _this.l4(a, b.propertyName, b.oldValue, b.newValue); };
|
|
15361
15383
|
_this.g5 = function (a, b) {
|
|
15362
15384
|
if (_this.cd != null) {
|
|
15363
15385
|
_this.ez = true;
|
|
@@ -15365,12 +15387,12 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15365
15387
|
}
|
|
15366
15388
|
_this.k0(b.action, b.position, b.count, b.propertyName);
|
|
15367
15389
|
};
|
|
15368
|
-
_this.propertyUpdated = delegateCombine(_this.propertyUpdated, function (a, b) { return _this.
|
|
15369
|
-
_this.
|
|
15390
|
+
_this.propertyUpdated = delegateCombine(_this.propertyUpdated, function (a, b) { return _this.l4(a, b.propertyName, b.oldValue, b.newValue); });
|
|
15391
|
+
_this.na = new Canvas();
|
|
15370
15392
|
_this.ce = new DoubleAnimator(0, 1, _this.hm);
|
|
15371
15393
|
var a = _this.ce;
|
|
15372
15394
|
a.propertyChanged = delegateCombine(a.propertyChanged, runOn(_this, _this.kp));
|
|
15373
|
-
_this.g(Series.
|
|
15395
|
+
_this.g(Series.ot, ((function () {
|
|
15374
15396
|
var $ret = new Binding(1, "Visibility");
|
|
15375
15397
|
$ret.d = _this;
|
|
15376
15398
|
return $ret;
|
|
@@ -15409,11 +15431,11 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15409
15431
|
Series.prototype.jr = function () {
|
|
15410
15432
|
return this.a6.a$r(this);
|
|
15411
15433
|
};
|
|
15412
|
-
Series.prototype.
|
|
15434
|
+
Series.prototype.m0 = function (a) {
|
|
15413
15435
|
};
|
|
15414
|
-
Series.prototype.
|
|
15436
|
+
Series.prototype.mz = function (a) {
|
|
15415
15437
|
};
|
|
15416
|
-
Series.prototype.
|
|
15438
|
+
Series.prototype.m1 = function (a) {
|
|
15417
15439
|
};
|
|
15418
15440
|
Series.prototype.kp = function (a, b) {
|
|
15419
15441
|
this.g0 = this.ce.o;
|
|
@@ -15475,16 +15497,16 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15475
15497
|
enumerable: true,
|
|
15476
15498
|
configurable: true
|
|
15477
15499
|
});
|
|
15478
|
-
Series.prototype.
|
|
15500
|
+
Series.prototype.lz = function (a) {
|
|
15479
15501
|
};
|
|
15480
|
-
Series.prototype.
|
|
15502
|
+
Series.prototype.lx = function () {
|
|
15481
15503
|
this.kq(this.a1, this.a1);
|
|
15482
15504
|
if (this.ck == null && this.b8 != null && this.itemsSource != null) {
|
|
15483
15505
|
this.ck = this.b8.getFastItemsSource(this.itemsSource);
|
|
15484
15506
|
}
|
|
15485
15507
|
this.b0.av();
|
|
15486
15508
|
};
|
|
15487
|
-
Series.prototype.
|
|
15509
|
+
Series.prototype.ly = function () {
|
|
15488
15510
|
this.kw();
|
|
15489
15511
|
if (this.ck != null && this.b8 != null && this.itemsSource != null) {
|
|
15490
15512
|
this.ck = this.b8.releaseFastItemsSource(this.itemsSource);
|
|
@@ -15568,19 +15590,19 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15568
15590
|
Series.prototype.hd = function (a) {
|
|
15569
15591
|
return -1;
|
|
15570
15592
|
};
|
|
15571
|
-
Series.prototype.
|
|
15593
|
+
Series.prototype.p0 = function () {
|
|
15572
15594
|
var a = 1;
|
|
15573
15595
|
var b = 1;
|
|
15574
15596
|
if (this.cd != null) {
|
|
15575
15597
|
a = this.cd.bt;
|
|
15576
15598
|
b = this.cd.bv;
|
|
15577
15599
|
}
|
|
15578
|
-
return this.
|
|
15600
|
+
return this.p1(a, b);
|
|
15579
15601
|
};
|
|
15580
|
-
Series.prototype.
|
|
15581
|
-
return this.
|
|
15602
|
+
Series.prototype.p2 = function (a, b) {
|
|
15603
|
+
return this.p1(a, b);
|
|
15582
15604
|
};
|
|
15583
|
-
Series.prototype.
|
|
15605
|
+
Series.prototype.p1 = function (a, b) {
|
|
15584
15606
|
return new Thickness(1, 0, 0, 0, 0);
|
|
15585
15607
|
};
|
|
15586
15608
|
Series.prototype.bv = function () {
|
|
@@ -15637,11 +15659,11 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15637
15659
|
Series.prototype.jp = function () {
|
|
15638
15660
|
return null;
|
|
15639
15661
|
};
|
|
15640
|
-
Series.prototype.o8 = function () {
|
|
15641
|
-
return this.o2;
|
|
15642
|
-
};
|
|
15643
15662
|
Series.prototype.o9 = function () {
|
|
15644
|
-
return this.
|
|
15663
|
+
return this.o3;
|
|
15664
|
+
};
|
|
15665
|
+
Series.prototype.pa = function () {
|
|
15666
|
+
return this.o8;
|
|
15645
15667
|
};
|
|
15646
15668
|
Series.prototype.resolveLegendIndex = function () {
|
|
15647
15669
|
return this.index;
|
|
@@ -16123,14 +16145,14 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16123
16145
|
Series.prototype.gj = function (a, b, c) {
|
|
16124
16146
|
return NaN;
|
|
16125
16147
|
};
|
|
16126
|
-
Series.prototype.
|
|
16148
|
+
Series.prototype.pm = function (a, b, c) {
|
|
16127
16149
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
16128
16150
|
};
|
|
16129
|
-
Series.prototype.
|
|
16151
|
+
Series.prototype.pv = function (a) {
|
|
16130
16152
|
return Rect.empty;
|
|
16131
16153
|
};
|
|
16132
16154
|
Series.prototype.ak = function (a) {
|
|
16133
|
-
var b = this.
|
|
16155
|
+
var b = this.pv(a);
|
|
16134
16156
|
if (!b.isEmpty) {
|
|
16135
16157
|
var c = new Array(1);
|
|
16136
16158
|
c[0] = b;
|
|
@@ -16138,73 +16160,73 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16138
16160
|
}
|
|
16139
16161
|
return null;
|
|
16140
16162
|
};
|
|
16141
|
-
Series.prototype.
|
|
16142
|
-
return this.
|
|
16163
|
+
Series.prototype.pw = function (a) {
|
|
16164
|
+
return this.pv(this.pp(a));
|
|
16143
16165
|
};
|
|
16144
16166
|
Series.prototype.al = function (a) {
|
|
16145
|
-
return this.ak(this.
|
|
16167
|
+
return this.ak(this.pp(a));
|
|
16146
16168
|
};
|
|
16147
|
-
Series.prototype.
|
|
16169
|
+
Series.prototype.px = function (a) {
|
|
16148
16170
|
return Rect.empty;
|
|
16149
16171
|
};
|
|
16150
|
-
Series.prototype.
|
|
16151
|
-
return this.
|
|
16172
|
+
Series.prototype.py = function (a) {
|
|
16173
|
+
return this.px(this.pp(a));
|
|
16152
16174
|
};
|
|
16153
16175
|
Series.prototype.ey = function (a, b) {
|
|
16154
16176
|
return this.a6.a$g(this, a, b);
|
|
16155
16177
|
};
|
|
16156
|
-
Series.prototype.
|
|
16178
|
+
Series.prototype.po = function (a, b, c, d, e, f, g, h, i) {
|
|
16157
16179
|
return this.a6.a$al(this, a, b, c, d, e, f, g, h, i);
|
|
16158
16180
|
};
|
|
16159
16181
|
Series.prototype.gf = function (a, b, c) {
|
|
16160
16182
|
return this.gj(a, b, c);
|
|
16161
16183
|
};
|
|
16162
|
-
Series.prototype.
|
|
16163
|
-
return this.
|
|
16184
|
+
Series.prototype.pi = function (a, b, c) {
|
|
16185
|
+
return this.pm(a, b, c);
|
|
16164
16186
|
};
|
|
16165
16187
|
Series.prototype.gh = function (a, b, c) {
|
|
16166
16188
|
return this.gj(a, b, c);
|
|
16167
16189
|
};
|
|
16168
|
-
Series.prototype.
|
|
16169
|
-
return this.
|
|
16190
|
+
Series.prototype.pk = function (a, b, c) {
|
|
16191
|
+
return this.pm(a, b, c);
|
|
16170
16192
|
};
|
|
16171
|
-
Series.prototype.
|
|
16172
|
-
var d = this.
|
|
16173
|
-
return this.
|
|
16193
|
+
Series.prototype.pn = function (a, b, c) {
|
|
16194
|
+
var d = this.pp(a);
|
|
16195
|
+
return this.pm(d, b, c);
|
|
16174
16196
|
};
|
|
16175
16197
|
Series.prototype.gk = function (a, b, c) {
|
|
16176
|
-
var d = this.
|
|
16198
|
+
var d = this.pp(a);
|
|
16177
16199
|
return this.gj(d, b, c);
|
|
16178
16200
|
};
|
|
16179
|
-
Series.prototype.
|
|
16180
|
-
var d = this.
|
|
16181
|
-
return this.
|
|
16201
|
+
Series.prototype.pj = function (a, b, c) {
|
|
16202
|
+
var d = this.pp(a);
|
|
16203
|
+
return this.pi(d, b, c);
|
|
16182
16204
|
};
|
|
16183
16205
|
Series.prototype.gg = function (a, b, c) {
|
|
16184
|
-
var d = this.
|
|
16206
|
+
var d = this.pp(a);
|
|
16185
16207
|
return this.gf(d, b, c);
|
|
16186
16208
|
};
|
|
16187
|
-
Series.prototype.
|
|
16188
|
-
var d = this.
|
|
16189
|
-
return this.
|
|
16209
|
+
Series.prototype.pl = function (a, b, c) {
|
|
16210
|
+
var d = this.pp(a);
|
|
16211
|
+
return this.pk(d, b, c);
|
|
16190
16212
|
};
|
|
16191
16213
|
Series.prototype.gi = function (a, b, c) {
|
|
16192
|
-
var d = this.
|
|
16214
|
+
var d = this.pp(a);
|
|
16193
16215
|
return this.gh(d, b, c);
|
|
16194
16216
|
};
|
|
16195
16217
|
Series.prototype.he = function (a) {
|
|
16196
|
-
var b = this.
|
|
16218
|
+
var b = this.pp(a);
|
|
16197
16219
|
return this.hd(b);
|
|
16198
16220
|
};
|
|
16199
16221
|
Series.prototype.ga = function () {
|
|
16200
16222
|
return 0;
|
|
16201
16223
|
};
|
|
16202
16224
|
Series.prototype.f6 = function (a) {
|
|
16203
|
-
var b = this.
|
|
16225
|
+
var b = this.pp(a);
|
|
16204
16226
|
return this.f5(b);
|
|
16205
16227
|
};
|
|
16206
16228
|
Series.prototype.hu = function (a) {
|
|
16207
|
-
var b = this.
|
|
16229
|
+
var b = this.pp(a);
|
|
16208
16230
|
return this.ht(b);
|
|
16209
16231
|
};
|
|
16210
16232
|
Series.prototype.c1 = function (a, b, c, d) {
|
|
@@ -16246,25 +16268,28 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16246
16268
|
});
|
|
16247
16269
|
Series.prototype.ld = function () {
|
|
16248
16270
|
};
|
|
16249
|
-
Series.prototype.
|
|
16250
|
-
|
|
16271
|
+
Series.prototype.le = function () {
|
|
16272
|
+
this.ld();
|
|
16251
16273
|
};
|
|
16252
16274
|
Series.prototype.o6 = function () {
|
|
16253
16275
|
return null;
|
|
16254
16276
|
};
|
|
16255
|
-
Series.prototype.
|
|
16277
|
+
Series.prototype.o7 = function () {
|
|
16278
|
+
return null;
|
|
16279
|
+
};
|
|
16280
|
+
Series.prototype.ne = function () {
|
|
16256
16281
|
return null;
|
|
16257
16282
|
};
|
|
16258
16283
|
Series.prototype.f2 = function () {
|
|
16259
16284
|
return NaN;
|
|
16260
16285
|
};
|
|
16261
|
-
Series.prototype.
|
|
16286
|
+
Series.prototype.pp = function (a) {
|
|
16262
16287
|
var b = this.cd != null ? this.cd.si : this.b0.bu;
|
|
16263
16288
|
var c = this.b0.bv;
|
|
16264
16289
|
var d = { $type: Point_$type, x: c.left + c.width * (a.x - b.left) / b.width, y: c.top + c.height * (a.y - b.top) / b.height };
|
|
16265
16290
|
return d;
|
|
16266
16291
|
};
|
|
16267
|
-
Series.prototype.
|
|
16292
|
+
Series.prototype.ph = function (a) {
|
|
16268
16293
|
var b = this.cd != null ? this.cd.si : this.b0.bu;
|
|
16269
16294
|
var c = this.b0.bv;
|
|
16270
16295
|
var d = b.left + (a.x - c.left) / c.width * b.width;
|
|
@@ -16275,7 +16300,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16275
16300
|
var c = this.b0.c(a);
|
|
16276
16301
|
var d = c != null ? c.item : null;
|
|
16277
16302
|
if (d == null) {
|
|
16278
|
-
var e = this.
|
|
16303
|
+
var e = this.pp(b);
|
|
16279
16304
|
d = this.ht(e);
|
|
16280
16305
|
}
|
|
16281
16306
|
return d;
|
|
@@ -16334,35 +16359,35 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16334
16359
|
};
|
|
16335
16360
|
Series.prototype.k6 = function () {
|
|
16336
16361
|
if (isNaN_(this.fy)) {
|
|
16337
|
-
var a = this.
|
|
16362
|
+
var a = this.p2(1, 1);
|
|
16338
16363
|
this.fy = a.top;
|
|
16339
16364
|
if (isNaN_(this.fy)) {
|
|
16340
16365
|
this.fy = 0;
|
|
16341
16366
|
}
|
|
16342
16367
|
}
|
|
16343
16368
|
if (isNaN_(this.fv)) {
|
|
16344
|
-
var b = this.
|
|
16369
|
+
var b = this.p2(1, 1);
|
|
16345
16370
|
this.fv = b.bottom;
|
|
16346
16371
|
if (isNaN_(this.fv)) {
|
|
16347
16372
|
this.fv = 0;
|
|
16348
16373
|
}
|
|
16349
16374
|
}
|
|
16350
16375
|
if (isNaN_(this.fw)) {
|
|
16351
|
-
var c = this.
|
|
16376
|
+
var c = this.p2(1, 1);
|
|
16352
16377
|
this.fw = c.left;
|
|
16353
16378
|
if (isNaN_(this.fw)) {
|
|
16354
16379
|
this.fw = 0;
|
|
16355
16380
|
}
|
|
16356
16381
|
}
|
|
16357
16382
|
if (isNaN_(this.fx)) {
|
|
16358
|
-
var d = this.
|
|
16383
|
+
var d = this.p2(1, 1);
|
|
16359
16384
|
this.fx = d.right;
|
|
16360
16385
|
if (isNaN_(this.fx)) {
|
|
16361
16386
|
this.fx = 0;
|
|
16362
16387
|
}
|
|
16363
16388
|
}
|
|
16364
16389
|
};
|
|
16365
|
-
Series.prototype.
|
|
16390
|
+
Series.prototype.mi = function (a) {
|
|
16366
16391
|
this.es = false;
|
|
16367
16392
|
if (this.cd != null) {
|
|
16368
16393
|
this.cd.ap.ac(0, this, this.as, a);
|
|
@@ -16375,10 +16400,10 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16375
16400
|
}
|
|
16376
16401
|
};
|
|
16377
16402
|
Series.prototype.k3 = function (a) {
|
|
16378
|
-
this.
|
|
16403
|
+
this.mj(a);
|
|
16379
16404
|
this.es = false;
|
|
16380
16405
|
};
|
|
16381
|
-
Series.prototype.
|
|
16406
|
+
Series.prototype.mj = function (a) {
|
|
16382
16407
|
if (this.e2 && !this.eq()) {
|
|
16383
16408
|
this.e1 = false;
|
|
16384
16409
|
}
|
|
@@ -16391,7 +16416,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16391
16416
|
};
|
|
16392
16417
|
Series.prototype.ky = function () {
|
|
16393
16418
|
};
|
|
16394
|
-
Series.prototype.
|
|
16419
|
+
Series.prototype.mk = function (a, b) {
|
|
16395
16420
|
if (this.bz == null) {
|
|
16396
16421
|
this.bz = this.bx();
|
|
16397
16422
|
this.bz.q = true;
|
|
@@ -16403,7 +16428,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16403
16428
|
}
|
|
16404
16429
|
this.bz.bu = a;
|
|
16405
16430
|
};
|
|
16406
|
-
Series.prototype.
|
|
16431
|
+
Series.prototype.mh = function (a, b, c, d, e) {
|
|
16407
16432
|
this.a6.a$t(this, a, b, d, e);
|
|
16408
16433
|
};
|
|
16409
16434
|
Series.prototype.getEffectiveViewport1 = function (a) {
|
|
@@ -16422,7 +16447,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16422
16447
|
}
|
|
16423
16448
|
return this.cd.sj;
|
|
16424
16449
|
};
|
|
16425
|
-
Series.prototype.
|
|
16450
|
+
Series.prototype.pr = function (a) {
|
|
16426
16451
|
if (this.cd == null || this.cd.si.isEmpty) {
|
|
16427
16452
|
return a.bu;
|
|
16428
16453
|
}
|
|
@@ -16442,13 +16467,13 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16442
16467
|
}
|
|
16443
16468
|
return this.cd.si;
|
|
16444
16469
|
};
|
|
16445
|
-
Series.prototype.
|
|
16446
|
-
if (!this.
|
|
16470
|
+
Series.prototype.pu = function (a) {
|
|
16471
|
+
if (!this.pz.equals1(a)) {
|
|
16447
16472
|
return Rect.empty;
|
|
16448
16473
|
}
|
|
16449
16474
|
return this.getEffectiveViewport();
|
|
16450
16475
|
};
|
|
16451
|
-
Series.prototype.
|
|
16476
|
+
Series.prototype.pt = function (a) {
|
|
16452
16477
|
if (this.cd == null || this.cd.sj.isEmpty) {
|
|
16453
16478
|
return Rect.empty;
|
|
16454
16479
|
}
|
|
@@ -16463,8 +16488,8 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16463
16488
|
Series.prototype.getEffectiveViewport = function () {
|
|
16464
16489
|
return this.getEffectiveViewport1(this.b0);
|
|
16465
16490
|
};
|
|
16466
|
-
Series.prototype.
|
|
16467
|
-
this.
|
|
16491
|
+
Series.prototype.mc = function () {
|
|
16492
|
+
this.md(null);
|
|
16468
16493
|
};
|
|
16469
16494
|
Series.prototype.get_c2 = function () {
|
|
16470
16495
|
return false;
|
|
@@ -16486,12 +16511,12 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16486
16511
|
enumerable: true,
|
|
16487
16512
|
configurable: true
|
|
16488
16513
|
});
|
|
16489
|
-
Series.prototype.
|
|
16514
|
+
Series.prototype.md = function (a) {
|
|
16490
16515
|
if (this.dz) {
|
|
16491
16516
|
this.a6.a$ae(this, a);
|
|
16492
16517
|
}
|
|
16493
16518
|
};
|
|
16494
|
-
Series.prototype.
|
|
16519
|
+
Series.prototype.me = function (a) {
|
|
16495
16520
|
if (this.dz) {
|
|
16496
16521
|
this.a6.a$af(this, a, this.cd);
|
|
16497
16522
|
}
|
|
@@ -16530,9 +16555,9 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16530
16555
|
}
|
|
16531
16556
|
return false;
|
|
16532
16557
|
};
|
|
16533
|
-
Series.prototype.
|
|
16558
|
+
Series.prototype.l0 = function (a, b) {
|
|
16534
16559
|
this.b0.bu = b;
|
|
16535
|
-
this.
|
|
16560
|
+
this.m5(a, b);
|
|
16536
16561
|
if (this.cd != null) {
|
|
16537
16562
|
this.cd.ap.ae(0, this, this.as, b);
|
|
16538
16563
|
if (a.isEmpty || a.width == 0 || a.height == 0) {
|
|
@@ -16540,9 +16565,9 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16540
16565
|
}
|
|
16541
16566
|
}
|
|
16542
16567
|
};
|
|
16543
|
-
Series.prototype.
|
|
16568
|
+
Series.prototype.m6 = function (a, b) {
|
|
16544
16569
|
};
|
|
16545
|
-
Series.prototype.
|
|
16570
|
+
Series.prototype.m5 = function (a, b) {
|
|
16546
16571
|
};
|
|
16547
16572
|
Object.defineProperty(Series.prototype, "ez", {
|
|
16548
16573
|
get: function () {
|
|
@@ -16557,18 +16582,18 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16557
16582
|
Series.prototype.k8 = function (a) {
|
|
16558
16583
|
a.k4();
|
|
16559
16584
|
};
|
|
16560
|
-
Series.prototype.
|
|
16585
|
+
Series.prototype.lq = function () {
|
|
16561
16586
|
this.et = false;
|
|
16562
16587
|
this.ez = true;
|
|
16563
16588
|
if (this.cd != null) {
|
|
16564
16589
|
this.cd.lx();
|
|
16565
16590
|
}
|
|
16566
16591
|
};
|
|
16567
|
-
Series.prototype.
|
|
16568
|
-
this.
|
|
16569
|
-
this.
|
|
16592
|
+
Series.prototype.lk = function () {
|
|
16593
|
+
this.mw();
|
|
16594
|
+
this.l1();
|
|
16570
16595
|
};
|
|
16571
|
-
Series.prototype.
|
|
16596
|
+
Series.prototype.lp = function () {
|
|
16572
16597
|
this.et = false;
|
|
16573
16598
|
this.ez = true;
|
|
16574
16599
|
if (this.cd != null) {
|
|
@@ -16595,25 +16620,25 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16595
16620
|
enumerable: true,
|
|
16596
16621
|
configurable: true
|
|
16597
16622
|
});
|
|
16598
|
-
Series.prototype.
|
|
16623
|
+
Series.prototype.lv = function () {
|
|
16599
16624
|
this.b0.ao();
|
|
16600
16625
|
};
|
|
16601
|
-
Series.prototype.
|
|
16602
|
-
this.
|
|
16626
|
+
Series.prototype.lr = function () {
|
|
16627
|
+
this.l1();
|
|
16603
16628
|
};
|
|
16604
|
-
Series.prototype.
|
|
16629
|
+
Series.prototype.l1 = function () {
|
|
16605
16630
|
this.b0.az();
|
|
16606
|
-
this.
|
|
16607
|
-
this.
|
|
16631
|
+
this.l3(false);
|
|
16632
|
+
this.mx();
|
|
16608
16633
|
};
|
|
16609
|
-
Series.prototype.
|
|
16634
|
+
Series.prototype.l2 = function () {
|
|
16610
16635
|
this.b0.az();
|
|
16611
|
-
this.
|
|
16636
|
+
this.l3(true);
|
|
16612
16637
|
};
|
|
16613
16638
|
Series.prototype.em = function () {
|
|
16614
16639
|
return false;
|
|
16615
16640
|
};
|
|
16616
|
-
Series.prototype.
|
|
16641
|
+
Series.prototype.l3 = function (a) {
|
|
16617
16642
|
if (this.as == null || this.as.c) {
|
|
16618
16643
|
return;
|
|
16619
16644
|
}
|
|
@@ -16627,13 +16652,13 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16627
16652
|
this.k3(false);
|
|
16628
16653
|
}
|
|
16629
16654
|
else {
|
|
16630
|
-
this.
|
|
16655
|
+
this.mi(false);
|
|
16631
16656
|
this.es = !this.em();
|
|
16632
16657
|
}
|
|
16633
16658
|
}
|
|
16634
16659
|
if (e) {
|
|
16635
16660
|
if (!this.ez) {
|
|
16636
|
-
this.
|
|
16661
|
+
this.lp();
|
|
16637
16662
|
this.et = true;
|
|
16638
16663
|
}
|
|
16639
16664
|
}
|
|
@@ -16666,20 +16691,20 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16666
16691
|
_super.prototype.w.call(this, a, b);
|
|
16667
16692
|
this.raisePropertyChanged("Visibility", enumGetBox(Visibility_$type, a), enumGetBox(Visibility_$type, b));
|
|
16668
16693
|
};
|
|
16669
|
-
Series.prototype.
|
|
16694
|
+
Series.prototype.lu = function () {
|
|
16670
16695
|
};
|
|
16671
|
-
Series.prototype.
|
|
16696
|
+
Series.prototype.l4 = function (a, b, c, d) {
|
|
16672
16697
|
switch (b) {
|
|
16673
16698
|
case "SyncLink":
|
|
16674
16699
|
if (typeCast(SyncLink.$, c) !== null) {
|
|
16675
16700
|
var e = c;
|
|
16676
16701
|
e.propertyUpdated = delegateRemove(e.propertyUpdated, this.bd);
|
|
16677
|
-
this.
|
|
16702
|
+
this.mb(typeCast(IFastItemsSourceProvider_$type, c));
|
|
16678
16703
|
}
|
|
16679
16704
|
if (typeCast(SyncLink.$, d) !== null) {
|
|
16680
16705
|
var f = d;
|
|
16681
16706
|
f.propertyUpdated = delegateCombine(f.propertyUpdated, this.bd);
|
|
16682
|
-
this.
|
|
16707
|
+
this.ma(typeCast(IFastItemsSourceProvider_$type, d));
|
|
16683
16708
|
}
|
|
16684
16709
|
if (this.index == -1) {
|
|
16685
16710
|
this.index = XamDataChart.u1(this);
|
|
@@ -16687,9 +16712,9 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16687
16712
|
break;
|
|
16688
16713
|
case Series.$$p[25]:
|
|
16689
16714
|
this.bs = this.bu();
|
|
16690
|
-
this.
|
|
16715
|
+
this.mv();
|
|
16691
16716
|
this.k4();
|
|
16692
|
-
this.
|
|
16717
|
+
this.l1();
|
|
16693
16718
|
break;
|
|
16694
16719
|
case SeriesViewer.$$p[1]:
|
|
16695
16720
|
case SeriesViewer.$$p[15]:
|
|
@@ -16710,7 +16735,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16710
16735
|
var i = c;
|
|
16711
16736
|
i.propertyUpdated = delegateRemove(i.propertyUpdated, this.bd);
|
|
16712
16737
|
c.ap.ad(0, this);
|
|
16713
|
-
this.
|
|
16738
|
+
this.md(c);
|
|
16714
16739
|
this.b0.ak(c);
|
|
16715
16740
|
}
|
|
16716
16741
|
if (typeCast(SeriesViewer.$, d) !== null) {
|
|
@@ -16724,7 +16749,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16724
16749
|
this.as = d.ap.k(0, this, runOn(this, this.k3));
|
|
16725
16750
|
this.b0.ag(d);
|
|
16726
16751
|
this.bk = this.bl();
|
|
16727
|
-
this.
|
|
16752
|
+
this.mt();
|
|
16728
16753
|
if (this.eg) {
|
|
16729
16754
|
this.ft = this.gu();
|
|
16730
16755
|
}
|
|
@@ -16736,7 +16761,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16736
16761
|
this.ce.w();
|
|
16737
16762
|
}
|
|
16738
16763
|
if (this.index != -1) {
|
|
16739
|
-
this.
|
|
16764
|
+
this.mw();
|
|
16740
16765
|
}
|
|
16741
16766
|
if (this.index == -1 || d == null) {
|
|
16742
16767
|
this.index = XamDataChart.u1(this);
|
|
@@ -16761,11 +16786,11 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16761
16786
|
case "LegendItemTemplate":
|
|
16762
16787
|
case Series.$$p[20]:
|
|
16763
16788
|
case Series.$$p[19]:
|
|
16764
|
-
this.
|
|
16765
|
-
this.
|
|
16789
|
+
this.mw();
|
|
16790
|
+
this.l1();
|
|
16766
16791
|
break;
|
|
16767
16792
|
case Series.$$p[22]:
|
|
16768
|
-
this.
|
|
16793
|
+
this.mu();
|
|
16769
16794
|
break;
|
|
16770
16795
|
case Series.$$p[5]:
|
|
16771
16796
|
case Series.$$p[9]:
|
|
@@ -16773,62 +16798,62 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16773
16798
|
case Series.$$p[10]:
|
|
16774
16799
|
case Series.$$p[11]:
|
|
16775
16800
|
this.k4();
|
|
16776
|
-
this.
|
|
16801
|
+
this.l1();
|
|
16777
16802
|
break;
|
|
16778
16803
|
case "Index":
|
|
16779
16804
|
if (typeGetValue(c) != typeGetValue(d)) {
|
|
16780
|
-
this.
|
|
16805
|
+
this.lu();
|
|
16781
16806
|
this.bs = this.bu();
|
|
16807
|
+
this.mv();
|
|
16782
16808
|
this.mu();
|
|
16783
|
-
this.mt();
|
|
16784
16809
|
this.k4();
|
|
16785
|
-
this.
|
|
16810
|
+
this.l1();
|
|
16786
16811
|
}
|
|
16787
16812
|
break;
|
|
16788
16813
|
case "RadiusX":
|
|
16789
16814
|
case "RadiusY":
|
|
16790
16815
|
case "RoundedCornersLocation":
|
|
16791
|
-
this.
|
|
16816
|
+
this.l1();
|
|
16792
16817
|
break;
|
|
16793
16818
|
case Series.$$p[8]:
|
|
16794
|
-
this.
|
|
16795
|
-
this.
|
|
16819
|
+
this.mt();
|
|
16820
|
+
this.l1();
|
|
16796
16821
|
break;
|
|
16797
16822
|
case Series.$$p[33]:
|
|
16798
16823
|
case Series.$$p[12]:
|
|
16799
16824
|
case Series.$$p[23]:
|
|
16800
|
-
this.
|
|
16825
|
+
this.l1();
|
|
16801
16826
|
break;
|
|
16802
16827
|
case Series.$$p[17]:
|
|
16803
|
-
this.
|
|
16804
|
-
this.
|
|
16828
|
+
this.lv();
|
|
16829
|
+
this.l1();
|
|
16805
16830
|
break;
|
|
16806
16831
|
case Series.$$p[43]:
|
|
16807
16832
|
case Series.$$p[29]:
|
|
16808
16833
|
case Series.$$p[28]:
|
|
16809
16834
|
case Series.$$p[30]:
|
|
16810
16835
|
case Series.$$p[31]:
|
|
16811
|
-
this.
|
|
16836
|
+
this.l1();
|
|
16812
16837
|
break;
|
|
16813
16838
|
case Series.$$p[34]:
|
|
16814
|
-
this.
|
|
16839
|
+
this.mv();
|
|
16815
16840
|
if (this.a9 == 1) {
|
|
16816
|
-
this.
|
|
16841
|
+
this.mx();
|
|
16817
16842
|
}
|
|
16818
16843
|
break;
|
|
16819
16844
|
case Series.$$p[2]:
|
|
16820
16845
|
case Series.$$p[3]:
|
|
16821
|
-
this.
|
|
16846
|
+
this.l1();
|
|
16822
16847
|
break;
|
|
16823
16848
|
case Series.$$p[1]:
|
|
16824
16849
|
case Series.$$p[6]:
|
|
16825
16850
|
case Series.$$p[7]:
|
|
16826
|
-
this.
|
|
16827
|
-
this.
|
|
16851
|
+
this.o4 = this.oz;
|
|
16852
|
+
this.o5 = this.o2;
|
|
16828
16853
|
this.f0 = this.fu;
|
|
16829
|
-
this.
|
|
16830
|
-
this.
|
|
16831
|
-
this.
|
|
16854
|
+
this.o1 = this.o2;
|
|
16855
|
+
this.o0 = this.oz;
|
|
16856
|
+
this.l1();
|
|
16832
16857
|
this.b0.bj();
|
|
16833
16858
|
if (this.toolTip != null && this.a5 != null) {
|
|
16834
16859
|
this.a6.a$aj(this, this.toolTip);
|
|
@@ -16839,14 +16864,14 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16839
16864
|
break;
|
|
16840
16865
|
case "ItemsSource":
|
|
16841
16866
|
if (this.b8 != null) {
|
|
16842
|
-
this.
|
|
16867
|
+
this.ma(this.b8);
|
|
16843
16868
|
}
|
|
16844
16869
|
break;
|
|
16845
16870
|
case Series.$$p[13]:
|
|
16846
16871
|
if (c != d && d != null) {
|
|
16847
16872
|
this.e1 = true;
|
|
16848
16873
|
}
|
|
16849
|
-
this.
|
|
16874
|
+
this.lq();
|
|
16850
16875
|
if (typeCast(IFastItemsSource_$type, c) != null) {
|
|
16851
16876
|
var m = c;
|
|
16852
16877
|
m.event = delegateRemove(m.event, this.g5);
|
|
@@ -16884,7 +16909,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16884
16909
|
break;
|
|
16885
16910
|
case "CrosshairPoint":
|
|
16886
16911
|
if (this.cd != null) {
|
|
16887
|
-
this.
|
|
16912
|
+
this.m3(this.cd.r6);
|
|
16888
16913
|
}
|
|
16889
16914
|
if (this.cd != null) {
|
|
16890
16915
|
if (!this.cy) {
|
|
@@ -16896,8 +16921,8 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16896
16921
|
this.ft = this.gu();
|
|
16897
16922
|
break;
|
|
16898
16923
|
case "ActualResolution":
|
|
16899
|
-
this.
|
|
16900
|
-
this.
|
|
16924
|
+
this.mi(false);
|
|
16925
|
+
this.lp();
|
|
16901
16926
|
break;
|
|
16902
16927
|
case Series.$$p[47]:
|
|
16903
16928
|
this.fy = this.g4;
|
|
@@ -16916,21 +16941,21 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16916
16941
|
this.ce.w();
|
|
16917
16942
|
this.ce.r = this.hm;
|
|
16918
16943
|
this.ce.b = this.cf;
|
|
16919
|
-
this.
|
|
16944
|
+
this.mi(false);
|
|
16920
16945
|
break;
|
|
16921
16946
|
case "DiscreteLegendItemTemplate":
|
|
16922
|
-
this.
|
|
16947
|
+
this.mi(false);
|
|
16923
16948
|
break;
|
|
16924
16949
|
case "VisibilityProxy":
|
|
16925
16950
|
if (c != d) {
|
|
16926
|
-
this.
|
|
16951
|
+
this.mi(false);
|
|
16927
16952
|
}
|
|
16928
|
-
this.
|
|
16953
|
+
this.lp();
|
|
16929
16954
|
this.b0.bk();
|
|
16930
16955
|
break;
|
|
16931
16956
|
case Series.$$p[18]:
|
|
16932
16957
|
this.bk = this.bl();
|
|
16933
|
-
this.
|
|
16958
|
+
this.mi(false);
|
|
16934
16959
|
break;
|
|
16935
16960
|
case Series.$$p[14]:
|
|
16936
16961
|
this.fr = isNaN_(this.gp) ? 0.2 : this.gp;
|
|
@@ -16939,14 +16964,14 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16939
16964
|
this.k5();
|
|
16940
16965
|
break;
|
|
16941
16966
|
case "FinalValue":
|
|
16942
|
-
this.
|
|
16967
|
+
this.m2();
|
|
16943
16968
|
break;
|
|
16944
16969
|
case Series.$$p[48]:
|
|
16945
16970
|
this.b2 = this.b3();
|
|
16946
16971
|
break;
|
|
16947
16972
|
}
|
|
16948
16973
|
};
|
|
16949
|
-
Series.prototype.
|
|
16974
|
+
Series.prototype.mv = function () {
|
|
16950
16975
|
var a = this.bs;
|
|
16951
16976
|
var b = this.gz;
|
|
16952
16977
|
if (isNaN_(b)) {
|
|
@@ -16960,7 +16985,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16960
16985
|
}
|
|
16961
16986
|
this.f0 = this.fu;
|
|
16962
16987
|
};
|
|
16963
|
-
Series.prototype.
|
|
16988
|
+
Series.prototype.m3 = function (a) {
|
|
16964
16989
|
if (this.cd != null && this.cd.ed && this.bk != 1 && this.cd.ea) {
|
|
16965
16990
|
if (isNaN_(a.x) || isNaN_(a.y)) {
|
|
16966
16991
|
this.a6.a$v(this, null, a, false, false, false, false, this.cd.bk == this, true);
|
|
@@ -17030,10 +17055,10 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17030
17055
|
});
|
|
17031
17056
|
Object.defineProperty(Series.prototype, "itemsSource", {
|
|
17032
17057
|
get: function () {
|
|
17033
|
-
return this.c(Series.
|
|
17058
|
+
return this.c(Series.n0);
|
|
17034
17059
|
},
|
|
17035
17060
|
set: function (a) {
|
|
17036
|
-
this.h(Series.
|
|
17061
|
+
this.h(Series.n0, a);
|
|
17037
17062
|
},
|
|
17038
17063
|
enumerable: true,
|
|
17039
17064
|
configurable: true
|
|
@@ -17045,37 +17070,37 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17045
17070
|
};
|
|
17046
17071
|
Object.defineProperty(Series.prototype, "legend", {
|
|
17047
17072
|
get: function () {
|
|
17048
|
-
return this.c(Series.
|
|
17073
|
+
return this.c(Series.n6);
|
|
17049
17074
|
},
|
|
17050
17075
|
set: function (a) {
|
|
17051
|
-
this.h(Series.
|
|
17076
|
+
this.h(Series.n6, a);
|
|
17052
17077
|
},
|
|
17053
17078
|
enumerable: true,
|
|
17054
17079
|
configurable: true
|
|
17055
17080
|
});
|
|
17056
|
-
Object.defineProperty(Series.prototype, "
|
|
17081
|
+
Object.defineProperty(Series.prototype, "m9", {
|
|
17057
17082
|
get: function () {
|
|
17058
|
-
if (this.
|
|
17059
|
-
this.
|
|
17083
|
+
if (this.m7 == null && this.a1 != null) {
|
|
17084
|
+
this.m7 = this.m8();
|
|
17060
17085
|
}
|
|
17061
|
-
return this.
|
|
17086
|
+
return this.m7;
|
|
17062
17087
|
},
|
|
17063
17088
|
set: function (a) {
|
|
17064
|
-
if (this.
|
|
17065
|
-
var b = this.
|
|
17066
|
-
this.
|
|
17067
|
-
this.raisePropertyChanged("LegendItem", b, this.
|
|
17089
|
+
if (this.m9 != a) {
|
|
17090
|
+
var b = this.m9;
|
|
17091
|
+
this.m7 = a;
|
|
17092
|
+
this.raisePropertyChanged("LegendItem", b, this.m7);
|
|
17068
17093
|
}
|
|
17069
17094
|
},
|
|
17070
17095
|
enumerable: true,
|
|
17071
17096
|
configurable: true
|
|
17072
17097
|
});
|
|
17073
17098
|
Series.prototype.h0 = function () {
|
|
17074
|
-
return this.
|
|
17099
|
+
return this.m8();
|
|
17075
17100
|
};
|
|
17076
|
-
Series.prototype.
|
|
17101
|
+
Series.prototype.m8 = function () {
|
|
17077
17102
|
var _this = this;
|
|
17078
|
-
var a = typeCast(ContentControl.$, this.
|
|
17103
|
+
var a = typeCast(ContentControl.$, this.m7);
|
|
17079
17104
|
var b = this.legendItemTemplate;
|
|
17080
17105
|
if (b == null) {
|
|
17081
17106
|
b = this.b0.bl(this.b6);
|
|
@@ -17113,95 +17138,95 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17113
17138
|
});
|
|
17114
17139
|
Object.defineProperty(Series.prototype, "legendItemBadgeTemplate", {
|
|
17115
17140
|
get: function () {
|
|
17116
|
-
return this.c(Series.
|
|
17141
|
+
return this.c(Series.n3);
|
|
17117
17142
|
},
|
|
17118
17143
|
set: function (a) {
|
|
17119
|
-
this.h(Series.
|
|
17144
|
+
this.h(Series.n3, a);
|
|
17120
17145
|
},
|
|
17121
17146
|
enumerable: true,
|
|
17122
17147
|
configurable: true
|
|
17123
17148
|
});
|
|
17124
|
-
Series.prototype.
|
|
17149
|
+
Series.prototype.nd = function () {
|
|
17125
17150
|
return this.legendItemBadgeTemplate;
|
|
17126
17151
|
};
|
|
17127
17152
|
Object.defineProperty(Series.prototype, "legendItemTemplate", {
|
|
17128
17153
|
get: function () {
|
|
17129
|
-
return this.c(Series.
|
|
17154
|
+
return this.c(Series.n4);
|
|
17130
17155
|
},
|
|
17131
17156
|
set: function (a) {
|
|
17132
|
-
this.h(Series.
|
|
17157
|
+
this.h(Series.n4, a);
|
|
17133
17158
|
},
|
|
17134
17159
|
enumerable: true,
|
|
17135
17160
|
configurable: true
|
|
17136
17161
|
});
|
|
17137
|
-
Object.defineProperty(Series.prototype, "
|
|
17162
|
+
Object.defineProperty(Series.prototype, "nc", {
|
|
17138
17163
|
get: function () {
|
|
17139
|
-
return this.c(Series.
|
|
17164
|
+
return this.c(Series.nr);
|
|
17140
17165
|
},
|
|
17141
17166
|
set: function (a) {
|
|
17142
|
-
this.h(Series.
|
|
17167
|
+
this.h(Series.nr, a);
|
|
17143
17168
|
},
|
|
17144
17169
|
enumerable: true,
|
|
17145
17170
|
configurable: true
|
|
17146
17171
|
});
|
|
17147
17172
|
Object.defineProperty(Series.prototype, "index", {
|
|
17148
17173
|
get: function () {
|
|
17149
|
-
return typeGetValue(this.c(Series.
|
|
17174
|
+
return typeGetValue(this.c(Series.nv));
|
|
17150
17175
|
},
|
|
17151
17176
|
set: function (a) {
|
|
17152
|
-
this.h(Series.
|
|
17177
|
+
this.h(Series.nv, a);
|
|
17153
17178
|
},
|
|
17154
17179
|
enumerable: true,
|
|
17155
17180
|
configurable: true
|
|
17156
17181
|
});
|
|
17157
|
-
Series.prototype.
|
|
17158
|
-
this.
|
|
17182
|
+
Series.prototype.m4 = function () {
|
|
17183
|
+
this.mw();
|
|
17159
17184
|
};
|
|
17160
17185
|
Series.prototype.k4 = function () {
|
|
17161
|
-
this.
|
|
17186
|
+
this.mw();
|
|
17162
17187
|
};
|
|
17163
|
-
Series.prototype.
|
|
17164
|
-
this.
|
|
17188
|
+
Series.prototype.mw = function () {
|
|
17189
|
+
this.lp();
|
|
17165
17190
|
if (this.index < 0) {
|
|
17166
17191
|
return;
|
|
17167
17192
|
}
|
|
17168
|
-
if (this.
|
|
17193
|
+
if (this.o3 != null) {
|
|
17169
17194
|
this.b0.a7();
|
|
17170
17195
|
this.b0.ah();
|
|
17171
17196
|
}
|
|
17172
17197
|
else {
|
|
17173
|
-
this.
|
|
17198
|
+
this.oz = this.cd == null ? null : this.cd.rm(this.index);
|
|
17174
17199
|
}
|
|
17175
17200
|
if (this.bs == 2) {
|
|
17176
17201
|
this.b0.a8();
|
|
17177
|
-
this.
|
|
17202
|
+
this.o2 = this.oz;
|
|
17178
17203
|
}
|
|
17179
17204
|
else {
|
|
17180
|
-
if (this.
|
|
17205
|
+
if (this.o8 != null) {
|
|
17181
17206
|
this.b0.a8();
|
|
17182
17207
|
this.b0.ai();
|
|
17183
17208
|
}
|
|
17184
17209
|
else {
|
|
17185
|
-
this.
|
|
17210
|
+
this.o2 = this.cd == null ? null : this.cd.rs(this.index);
|
|
17186
17211
|
}
|
|
17187
17212
|
}
|
|
17188
17213
|
if ((this.ec || this.dv) && this.d8) {
|
|
17189
|
-
this.
|
|
17214
|
+
this.oz = this.o2;
|
|
17190
17215
|
}
|
|
17191
17216
|
else if ((this.ec || this.dv) && this.dd) {
|
|
17192
|
-
this.
|
|
17217
|
+
this.o2 = this.oz;
|
|
17193
17218
|
}
|
|
17194
17219
|
else if ((this.ec || this.dv) && this.d0) {
|
|
17195
|
-
this.
|
|
17220
|
+
this.o2 = this.oz;
|
|
17196
17221
|
}
|
|
17197
17222
|
else if (this.ei && this.legendItemBadgeShape == 2) {
|
|
17198
|
-
this.
|
|
17223
|
+
this.oz = this.o2;
|
|
17199
17224
|
}
|
|
17200
17225
|
};
|
|
17201
17226
|
Series.prototype.cv = function () {
|
|
17202
17227
|
return this.ce.f();
|
|
17203
17228
|
};
|
|
17204
|
-
Series.prototype.
|
|
17229
|
+
Series.prototype.mr = function () {
|
|
17205
17230
|
this.ce.v();
|
|
17206
17231
|
};
|
|
17207
17232
|
Object.defineProperty(Series.prototype, "ft", {
|
|
@@ -17327,13 +17352,13 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17327
17352
|
enumerable: true,
|
|
17328
17353
|
configurable: true
|
|
17329
17354
|
});
|
|
17330
|
-
Series.prototype.
|
|
17355
|
+
Series.prototype.mt = function () {
|
|
17331
17356
|
var a = (typeCast(XamDataChart.$, this.cd));
|
|
17332
17357
|
if (a != null) {
|
|
17333
17358
|
this.fq = isNaN_(this.fz) ? a.tf.fp : this.fz;
|
|
17334
17359
|
}
|
|
17335
17360
|
};
|
|
17336
|
-
Series.prototype.
|
|
17361
|
+
Series.prototype.mu = function () {
|
|
17337
17362
|
this.fs = isNaN_(this.gq) ? this.gv() : this.gq;
|
|
17338
17363
|
};
|
|
17339
17364
|
Series.prototype.gv = function () {
|
|
@@ -17393,19 +17418,19 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17393
17418
|
Series.prototype.b9 = function () {
|
|
17394
17419
|
return 1;
|
|
17395
17420
|
};
|
|
17396
|
-
Series.prototype.
|
|
17421
|
+
Series.prototype.mg = function () {
|
|
17397
17422
|
this.b0.a3();
|
|
17398
17423
|
};
|
|
17399
|
-
Series.prototype.
|
|
17424
|
+
Series.prototype.ml = function () {
|
|
17400
17425
|
this.e1 = true;
|
|
17401
|
-
this.
|
|
17426
|
+
this.mi(true);
|
|
17402
17427
|
};
|
|
17403
|
-
Series.prototype.
|
|
17428
|
+
Series.prototype.mf = function () {
|
|
17404
17429
|
this.ku();
|
|
17405
17430
|
};
|
|
17406
17431
|
Series.prototype.ku = function () {
|
|
17407
17432
|
};
|
|
17408
|
-
Series.prototype.
|
|
17433
|
+
Series.prototype.lf = function () {
|
|
17409
17434
|
};
|
|
17410
17435
|
Series._fe = function (a, b, c) {
|
|
17411
17436
|
var d;
|
|
@@ -17437,8 +17462,8 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17437
17462
|
Series.prototype.bh = function () {
|
|
17438
17463
|
return this.bg;
|
|
17439
17464
|
};
|
|
17440
|
-
Series.prototype.
|
|
17441
|
-
this.
|
|
17465
|
+
Series.prototype.mm = function (a) {
|
|
17466
|
+
this.my(a);
|
|
17442
17467
|
};
|
|
17443
17468
|
Series.prototype.gm = function () {
|
|
17444
17469
|
return this.hm;
|
|
@@ -17478,35 +17503,35 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17478
17503
|
Series.prototype.ax = function (a, b, c) {
|
|
17479
17504
|
return null;
|
|
17480
17505
|
};
|
|
17481
|
-
Series.prototype.
|
|
17506
|
+
Series.prototype.lw = function (a, b, c, d) {
|
|
17482
17507
|
this.a6.a$y(this, a, b, c, d);
|
|
17483
17508
|
};
|
|
17484
|
-
Series.prototype.
|
|
17509
|
+
Series.prototype.mq = function (a) {
|
|
17485
17510
|
this.a6.a$ai(this, a);
|
|
17486
17511
|
};
|
|
17487
17512
|
Series.prototype.kr = function (a, b) {
|
|
17488
|
-
if (this.a1 != null && this.
|
|
17489
|
-
if (b == null && this.a1.containsChild(this.
|
|
17490
|
-
this.a1.removeChild(this.
|
|
17513
|
+
if (this.a1 != null && this.m9 != null) {
|
|
17514
|
+
if (b == null && this.a1.containsChild(this.m9)) {
|
|
17515
|
+
this.a1.removeChild(this.m9);
|
|
17491
17516
|
}
|
|
17492
|
-
if (b != null && !this.a1.containsChild(this.
|
|
17493
|
-
this.a1.addChildInOrder(this.
|
|
17517
|
+
if (b != null && !this.a1.containsChild(this.m9) && this.p3 != 1) {
|
|
17518
|
+
this.a1.addChildInOrder(this.m9, this);
|
|
17494
17519
|
}
|
|
17495
17520
|
}
|
|
17496
17521
|
};
|
|
17497
17522
|
Series.prototype.kw = function () {
|
|
17498
|
-
if (this.a1 == null || this.
|
|
17523
|
+
if (this.a1 == null || this.m9 == null) {
|
|
17499
17524
|
return;
|
|
17500
17525
|
}
|
|
17501
|
-
this.a1.removeChild(this.
|
|
17526
|
+
this.a1.removeChild(this.m9);
|
|
17502
17527
|
};
|
|
17503
17528
|
Series.prototype.kq = function (a, b) {
|
|
17504
|
-
if (this.
|
|
17505
|
-
if (a != null && a.containsChild(this.
|
|
17506
|
-
a.removeChild(this.
|
|
17529
|
+
if (this.m9 != null) {
|
|
17530
|
+
if (a != null && a.containsChild(this.m9)) {
|
|
17531
|
+
a.removeChild(this.m9);
|
|
17507
17532
|
}
|
|
17508
|
-
if (this.cd != null && b != null && !b.containsChild(this.
|
|
17509
|
-
b.addChildInOrder(this.
|
|
17533
|
+
if (this.cd != null && b != null && !b.containsChild(this.m9) && this.p3 != 1) {
|
|
17534
|
+
b.addChildInOrder(this.m9, this);
|
|
17510
17535
|
}
|
|
17511
17536
|
}
|
|
17512
17537
|
};
|
|
@@ -17515,15 +17540,15 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17515
17540
|
if (a != null && this.a1.containsChild(a)) {
|
|
17516
17541
|
this.a1.removeChild(a);
|
|
17517
17542
|
}
|
|
17518
|
-
if (this.cd != null && b != null && this.
|
|
17543
|
+
if (this.cd != null && b != null && this.p3 != 1) {
|
|
17519
17544
|
this.a1.addChildInOrder(b, this);
|
|
17520
17545
|
}
|
|
17521
17546
|
}
|
|
17522
17547
|
};
|
|
17523
|
-
Series.prototype.
|
|
17548
|
+
Series.prototype.mb = function (a) {
|
|
17524
17549
|
this.ck = a.releaseFastItemsSource(this.itemsSource);
|
|
17525
17550
|
};
|
|
17526
|
-
Series.prototype.
|
|
17551
|
+
Series.prototype.ma = function (a) {
|
|
17527
17552
|
this.ck = a.getFastItemsSource(this.itemsSource);
|
|
17528
17553
|
};
|
|
17529
17554
|
Series.prototype.a2 = function () {
|
|
@@ -17546,7 +17571,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17546
17571
|
a.bz(this);
|
|
17547
17572
|
}
|
|
17548
17573
|
};
|
|
17549
|
-
Series.prototype.
|
|
17574
|
+
Series.prototype.l9 = function (a) {
|
|
17550
17575
|
if (a != null) {
|
|
17551
17576
|
a.cs(this);
|
|
17552
17577
|
}
|
|
@@ -17554,10 +17579,10 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17554
17579
|
Series.prototype.bi = function () {
|
|
17555
17580
|
return this.b0.g();
|
|
17556
17581
|
};
|
|
17557
|
-
Series.prototype.
|
|
17582
|
+
Series.prototype.my = function (a) {
|
|
17558
17583
|
this.b0.a9(a);
|
|
17559
17584
|
};
|
|
17560
|
-
Series.prototype.
|
|
17585
|
+
Series.prototype.mp = function (a, b) {
|
|
17561
17586
|
this.a6.a$ah(this, a, b);
|
|
17562
17587
|
};
|
|
17563
17588
|
Series.prototype.get_e5 = function () {
|
|
@@ -17570,31 +17595,31 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17570
17595
|
enumerable: true,
|
|
17571
17596
|
configurable: true
|
|
17572
17597
|
});
|
|
17573
|
-
Series.prototype.
|
|
17598
|
+
Series.prototype.l5 = function (a, b) {
|
|
17574
17599
|
this.b0.ar(a, b);
|
|
17575
17600
|
};
|
|
17576
|
-
Series.prototype.
|
|
17577
|
-
this.
|
|
17601
|
+
Series.prototype.l7 = function (a) {
|
|
17602
|
+
this.l0(this.pz, a);
|
|
17578
17603
|
};
|
|
17579
17604
|
Series.prototype.lc = function (a) {
|
|
17580
17605
|
if (this.ck != null) {
|
|
17581
17606
|
this.ck.handleCollectionChanged(a);
|
|
17582
17607
|
}
|
|
17583
17608
|
};
|
|
17584
|
-
Series.prototype.
|
|
17609
|
+
Series.prototype.ln = function (a, b, c) {
|
|
17585
17610
|
this.lc(new NotifyCollectionChangedEventArgs(2, 2, c, b, a));
|
|
17586
17611
|
};
|
|
17587
|
-
Series.prototype.
|
|
17612
|
+
Series.prototype.lj = function () {
|
|
17588
17613
|
this.lc(new NotifyCollectionChangedEventArgs(0, 4));
|
|
17589
17614
|
};
|
|
17590
|
-
Series.prototype.
|
|
17615
|
+
Series.prototype.ll = function (a, b) {
|
|
17591
17616
|
this.lc(new NotifyCollectionChangedEventArgs(1, 0, b, a));
|
|
17592
17617
|
};
|
|
17593
|
-
Series.prototype.
|
|
17618
|
+
Series.prototype.lm = function (a, b) {
|
|
17594
17619
|
this.lc(new NotifyCollectionChangedEventArgs(1, 1, b, a));
|
|
17595
17620
|
};
|
|
17596
|
-
Series.prototype.
|
|
17597
|
-
this.
|
|
17621
|
+
Series.prototype.ms = function () {
|
|
17622
|
+
this.mi(false);
|
|
17598
17623
|
};
|
|
17599
17624
|
Series.prototype.ev = function (a, b) {
|
|
17600
17625
|
return false;
|
|
@@ -17696,7 +17721,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17696
17721
|
b = c.a;
|
|
17697
17722
|
return this.ck.registerColumnObject(a, b, this.expectFunctions);
|
|
17698
17723
|
};
|
|
17699
|
-
Object.defineProperty(Series.prototype, "
|
|
17724
|
+
Object.defineProperty(Series.prototype, "pz", {
|
|
17700
17725
|
get: function () {
|
|
17701
17726
|
return this.b0 != null ? this.b0.bu : Rect.empty;
|
|
17702
17727
|
},
|
|
@@ -17723,32 +17748,32 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17723
17748
|
enumerable: true,
|
|
17724
17749
|
configurable: true
|
|
17725
17750
|
});
|
|
17726
|
-
Series.prototype.
|
|
17751
|
+
Series.prototype.mo = function (a) {
|
|
17727
17752
|
};
|
|
17728
|
-
Series.prototype.
|
|
17753
|
+
Series.prototype.mn = function (a, b) {
|
|
17729
17754
|
};
|
|
17730
17755
|
Series.prototype.kz = function (a, b) {
|
|
17731
17756
|
this.a8.copyVisualData(a, b);
|
|
17732
17757
|
};
|
|
17733
17758
|
Series.prototype.hs = function () {
|
|
17734
|
-
var a = this.a8.exportVisualData(this, this.
|
|
17759
|
+
var a = this.a8.exportVisualData(this, this.pz);
|
|
17735
17760
|
this.k7(a);
|
|
17736
17761
|
this.b0.al(a);
|
|
17737
17762
|
return a;
|
|
17738
17763
|
};
|
|
17739
17764
|
Series.prototype.k7 = function (a) {
|
|
17740
17765
|
};
|
|
17741
|
-
Series.prototype.
|
|
17742
|
-
if (this.
|
|
17743
|
-
this.
|
|
17744
|
-
this.
|
|
17766
|
+
Series.prototype.lh = function (a) {
|
|
17767
|
+
if (this.pg.x != a.x || this.pg.y != a.y) {
|
|
17768
|
+
this.pg = a;
|
|
17769
|
+
this.lt(a);
|
|
17745
17770
|
}
|
|
17746
17771
|
};
|
|
17747
|
-
Series.prototype.
|
|
17772
|
+
Series.prototype.lt = function (a) {
|
|
17748
17773
|
};
|
|
17749
|
-
Series.prototype.
|
|
17774
|
+
Series.prototype.li = function () {
|
|
17750
17775
|
};
|
|
17751
|
-
Series.prototype.
|
|
17776
|
+
Series.prototype.lo = function () {
|
|
17752
17777
|
};
|
|
17753
17778
|
Series.prototype.an = function (a) {
|
|
17754
17779
|
return null;
|
|
@@ -17801,7 +17826,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17801
17826
|
}
|
|
17802
17827
|
return NaN;
|
|
17803
17828
|
};
|
|
17804
|
-
Series.prototype.
|
|
17829
|
+
Series.prototype.ls = function () {
|
|
17805
17830
|
};
|
|
17806
17831
|
Object.defineProperty(Series.prototype, "f1", {
|
|
17807
17832
|
get: function () {
|
|
@@ -17831,7 +17856,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17831
17856
|
enumerable: true,
|
|
17832
17857
|
configurable: true
|
|
17833
17858
|
});
|
|
17834
|
-
Series.prototype.
|
|
17859
|
+
Series.prototype.m2 = function () {
|
|
17835
17860
|
var a = this.gc();
|
|
17836
17861
|
this.gs = (this.f1 - a) / a * 100;
|
|
17837
17862
|
};
|
|
@@ -17887,8 +17912,8 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17887
17912
|
enumerable: true,
|
|
17888
17913
|
configurable: true
|
|
17889
17914
|
});
|
|
17890
|
-
Series.prototype.
|
|
17891
|
-
this.
|
|
17915
|
+
Series.prototype.mx = function () {
|
|
17916
|
+
this.nb = this.nd();
|
|
17892
17917
|
this.b0.bj();
|
|
17893
17918
|
};
|
|
17894
17919
|
Series.prototype.am = function () {
|
|
@@ -17957,7 +17982,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17957
17982
|
return this.ba(1);
|
|
17958
17983
|
};
|
|
17959
17984
|
Series.prototype.getDataLegendBadge = function () {
|
|
17960
|
-
var a = this.
|
|
17985
|
+
var a = this.nd();
|
|
17961
17986
|
if (a == null) {
|
|
17962
17987
|
a = LegendTemplates.af(this);
|
|
17963
17988
|
}
|
|
@@ -18165,7 +18190,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18165
18190
|
}
|
|
18166
18191
|
return null;
|
|
18167
18192
|
};
|
|
18168
|
-
Series.prototype.
|
|
18193
|
+
Series.prototype.lg = function (message_) {
|
|
18169
18194
|
console.log('Series >> ' + message_);
|
|
18170
18195
|
;
|
|
18171
18196
|
};
|
|
@@ -18175,44 +18200,44 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18175
18200
|
};
|
|
18176
18201
|
Series.$t = markType(Series, 'Series', Control.$, [INotifyPropertyChanged_$type, IProvidesViewport_$type, ILegendSeries_$type, ILegendSeriesInternal_$type, ILegendOwner_$type, ILegendTemplateProvider_$type, IDataLegendSeries_$type]);
|
|
18177
18202
|
Series.ha = 0;
|
|
18178
|
-
Series.
|
|
18179
|
-
Series.
|
|
18203
|
+
Series.ot = DependencyProperty.i("VisibilityProxy", Visibility_$type, Series.$, new PropertyMetadata(2, enumGetBox(Visibility_$type, 0), function (a, b) { return a.raisePropertyChanged("VisibilityProxy", b.oldValue, b.newValue); }));
|
|
18204
|
+
Series.n0 = DependencyProperty.i("ItemsSource", IEnumerable_$type, Series.$, new PropertyMetadata(2, null, function (a, b) {
|
|
18180
18205
|
var c = typeCast(Series.$, a);
|
|
18181
18206
|
if (c.b8 != null) {
|
|
18182
18207
|
c.b8.releaseFastItemsSource(b.oldValue);
|
|
18183
18208
|
}
|
|
18184
18209
|
a.raisePropertyChanged("ItemsSource", b.oldValue, b.newValue);
|
|
18185
18210
|
}));
|
|
18186
|
-
Series.
|
|
18211
|
+
Series.n6 = DependencyProperty.i("Legend", IChartLegend_$type, Series.$, new PropertyMetadata(2, null, function (a, b) {
|
|
18187
18212
|
var c = typeCast(Series.$, a);
|
|
18188
18213
|
c.raisePropertyChanged("Legend", b.oldValue, b.newValue);
|
|
18189
18214
|
}));
|
|
18190
|
-
Series.
|
|
18215
|
+
Series.n3 = DependencyProperty.i("LegendItemBadgeTemplate", DataTemplate.$, Series.$, new PropertyMetadata(2, null, function (a, b) {
|
|
18191
18216
|
var c = typeCast(Series.$, a);
|
|
18192
18217
|
c.raisePropertyChanged("LegendItemBadgeTemplate", b.oldValue, b.newValue);
|
|
18193
|
-
if (c.
|
|
18194
|
-
c.
|
|
18218
|
+
if (c.m9 != null) {
|
|
18219
|
+
c.m9 = c.m8();
|
|
18195
18220
|
}
|
|
18196
18221
|
}));
|
|
18197
|
-
Series.
|
|
18222
|
+
Series.n4 = DependencyProperty.i("LegendItemTemplate", DataTemplate.$, Series.$, new PropertyMetadata(2, null, function (a, b) {
|
|
18198
18223
|
var c = typeCast(Series.$, a);
|
|
18199
18224
|
c.raisePropertyChanged("LegendItemTemplate", b.oldValue, b.newValue);
|
|
18200
|
-
if (c.
|
|
18201
|
-
c.
|
|
18225
|
+
if (c.m9 != null) {
|
|
18226
|
+
c.m9 = c.m8();
|
|
18202
18227
|
}
|
|
18203
18228
|
}));
|
|
18204
|
-
Series.
|
|
18229
|
+
Series.nr = DependencyProperty.i("DiscreteLegendItemTemplate", DataTemplate.$, Series.$, new PropertyMetadata(2, null, function (a, b) {
|
|
18205
18230
|
var c = typeCast(Series.$, a);
|
|
18206
18231
|
c.raisePropertyChanged("DiscreteLegendItemTemplate", b.oldValue, b.newValue);
|
|
18207
18232
|
}));
|
|
18208
|
-
Series.
|
|
18233
|
+
Series.nv = DependencyProperty.i("Index", Number_$type, Series.$, new PropertyMetadata(2, -1, function (a, b) {
|
|
18209
18234
|
var c = typeCast(Series.$, a);
|
|
18210
18235
|
c.raisePropertyChanged("Index", b.oldValue, b.newValue);
|
|
18211
|
-
if (c.
|
|
18212
|
-
c.
|
|
18236
|
+
if (c.m9 != null) {
|
|
18237
|
+
c.m9 = c.m8();
|
|
18213
18238
|
}
|
|
18214
18239
|
}));
|
|
18215
|
-
Series.$$p = markDep(DependencyProperty, PropertyMetadata, Series, 'raisePropertyChanged', ['ActualAreaFillOpacity:fq:
|
|
18240
|
+
Series.$$p = markDep(DependencyProperty, PropertyMetadata, Series, 'raisePropertyChanged', ['ActualAreaFillOpacity:fq:nf', [1, 1], 'ActualBrush:oz:ng', [Brush.$], 'ActualLegendItemBadgeBrush:o0:nh', [Brush.$], 'ActualLegendItemBadgeOutline:o1:ni', [Brush.$], 'ActualLegendItemBadgeTemplate:nb:nj', [DataTemplate.$], 'ActualMarkerFillOpacity:fs:nk', [1, 1], 'ActualOutline:o2:nl', [Brush.$], 'ActualThickness:fu:nm', [1, DeviceUtils.g(2)], 'AreaFillOpacity:fz:nn', [1, NaN], 'Brush:o3:no', [Brush.$, null], 'DashArray:pc:np', [DoubleCollection.$], 'DashCap:pd:nq', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 0)], 'EndCap:pe:ns', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 2)], 'FastItemsSource:ck:nt', [IFastItemsSource_$type], 'HighlightingFadeOpacity:gp:nu', [1, NaN], 'IsActualLegendFinancial:c7:nw', [0, false], 'IsComponentHighlightingModeIgnored:di:nx', [0, false], 'IsDropShadowEnabled:dm:ny', [0, false], 'IsHighlightingEnabled:dw:nz', [0, false], 'LegendItemBadgeMode:a9:n1', [LegendItemBadgeMode_$type, enumGetBox(LegendItemBadgeMode_$type, 0)], 'LegendItemBadgeShape::n2', [LegendItemBadgeShape_$type, enumGetBox(LegendItemBadgeShape_$type, 0)], 'LegendItemVisibility:p3:n5', [Visibility_$type, enumGetBox(Visibility_$type, 0)], 'MarkerFillOpacity:gq:n7', [1, NaN], 'MiterLimit:gr:n8', [1, 0], 'MouseOverEnabled:el:n9', [0, true], 'OutlineMode:bt:oa', [SeriesOutlineMode_$type, enumGetBox(SeriesOutlineMode_$type, 0)], 'Outline:o8:ob', [Brush.$, null], 'Resolution:gt:oc', [1, NaN], 'ShadowBlur:gw:od', [1, NaN], 'ShadowColor:pb:oe', [Color.$], 'ShadowOffsetX:gx:of', [1, NaN], 'ShadowOffsetY:gy:og', [1, NaN], 'ShowDefaultTooltip:er:oh', [0, false], 'StartCap:pf:oi', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 2)], 'Thickness:gz:oj', [1, DeviceUtils.g(2)], 'Title::ok', [4, "Series Title"], 'ToolTip::ol', [4, null], 'TransitionDuration:hm:om', [1, 0], 'TransitionEasingFunction:cf:on', [Delegate_$type, null], 'TransitionInDuration:hn:oo', [1, 1000], 'TransitionInEasingFunction:cg:op', [Delegate_$type, null], 'TransitionInSpeedType:ca:oq', [TransitionInSpeedType_$type, enumGetBox(TransitionInSpeedType_$type, 0)], 'TransitionProgress:g0:or', [1, 0], 'UseSingleShadow:e7:os', [0, true], 'VisibleRangeMarginBottom:g1:ou', [1, NaN], 'VisibleRangeMarginLeft:g2:ov', [1, NaN], 'VisibleRangeMarginRight:g3:ow', [1, NaN], 'VisibleRangeMarginTop:g4:ox', [1, NaN], 'VisibleRangeMode:b4:oy', [SeriesVisibleRangeMode_$type, enumGetBox(SeriesVisibleRangeMode_$type, 0)]]);
|
|
18216
18241
|
return Series;
|
|
18217
18242
|
}(Control));
|
|
18218
18243
|
export { Series };
|
|
@@ -18223,19 +18248,19 @@ var MarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18223
18248
|
tslib_1.__extends(MarkerSeries, _super);
|
|
18224
18249
|
function MarkerSeries() {
|
|
18225
18250
|
var _this = _super.call(this) || this;
|
|
18226
|
-
_this.
|
|
18227
|
-
_this.
|
|
18228
|
-
_this.
|
|
18251
|
+
_this.p8 = 1;
|
|
18252
|
+
_this.p4 = 1;
|
|
18253
|
+
_this.qy = null;
|
|
18229
18254
|
return _this;
|
|
18230
18255
|
}
|
|
18231
|
-
MarkerSeries.prototype.
|
|
18256
|
+
MarkerSeries.prototype.p1 = function (a, b) {
|
|
18232
18257
|
if (this.ea || this.d6) {
|
|
18233
18258
|
return new Thickness(1, 0, 0, 0, 0);
|
|
18234
18259
|
}
|
|
18235
|
-
if (this.
|
|
18236
|
-
var c = this.
|
|
18237
|
-
var d = (c.width / 2) + (this.
|
|
18238
|
-
var e = (c.height / 2) + (this.
|
|
18260
|
+
if (this.qd != 1 && this.qd != 13) {
|
|
18261
|
+
var c = this.qc.cq();
|
|
18262
|
+
var d = (c.width / 2) + (this.qi / 2);
|
|
18263
|
+
var e = (c.height / 2) + (this.qi / 2);
|
|
18239
18264
|
var f = e;
|
|
18240
18265
|
var g = e;
|
|
18241
18266
|
var h = d;
|
|
@@ -18256,130 +18281,130 @@ var MarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18256
18281
|
}
|
|
18257
18282
|
return new Thickness(1, 0, 0, 0, 0);
|
|
18258
18283
|
};
|
|
18259
|
-
MarkerSeries.prototype.
|
|
18260
|
-
_super.prototype.
|
|
18261
|
-
this.
|
|
18284
|
+
MarkerSeries.prototype.lz = function (a) {
|
|
18285
|
+
_super.prototype.lz.call(this, a);
|
|
18286
|
+
this.qc = a;
|
|
18262
18287
|
};
|
|
18263
18288
|
MarkerSeries.prototype.get_hasMarkers = function () {
|
|
18264
18289
|
return true;
|
|
18265
18290
|
};
|
|
18266
|
-
MarkerSeries.prototype.o5 = function () {
|
|
18267
|
-
return this.rc;
|
|
18268
|
-
};
|
|
18269
18291
|
MarkerSeries.prototype.o6 = function () {
|
|
18270
18292
|
return this.rd;
|
|
18271
18293
|
};
|
|
18272
|
-
MarkerSeries.prototype.
|
|
18273
|
-
return this.
|
|
18294
|
+
MarkerSeries.prototype.o7 = function () {
|
|
18295
|
+
return this.re;
|
|
18296
|
+
};
|
|
18297
|
+
MarkerSeries.prototype.ne = function () {
|
|
18298
|
+
return this.qy;
|
|
18274
18299
|
};
|
|
18275
18300
|
MarkerSeries.prototype.iy = function () {
|
|
18276
|
-
return this.iz(this, this.
|
|
18301
|
+
return this.iz(this, this.qy);
|
|
18277
18302
|
};
|
|
18278
|
-
Object.defineProperty(MarkerSeries.prototype, "
|
|
18303
|
+
Object.defineProperty(MarkerSeries.prototype, "p9", {
|
|
18279
18304
|
get: function () {
|
|
18280
|
-
return this.
|
|
18305
|
+
return this.p8;
|
|
18281
18306
|
},
|
|
18282
18307
|
set: function (a) {
|
|
18283
|
-
this.
|
|
18308
|
+
this.p8 = a;
|
|
18284
18309
|
},
|
|
18285
18310
|
enumerable: true,
|
|
18286
18311
|
configurable: true
|
|
18287
18312
|
});
|
|
18288
|
-
MarkerSeries.prototype.
|
|
18289
|
-
if (this.
|
|
18313
|
+
MarkerSeries.prototype.qb = function () {
|
|
18314
|
+
if (this.qa == 0) {
|
|
18290
18315
|
return 1;
|
|
18291
18316
|
}
|
|
18292
|
-
return this.
|
|
18317
|
+
return this.qa;
|
|
18293
18318
|
};
|
|
18294
|
-
MarkerSeries.prototype.
|
|
18295
|
-
_super.prototype.
|
|
18296
|
-
this.
|
|
18319
|
+
MarkerSeries.prototype.m0 = function (a) {
|
|
18320
|
+
_super.prototype.m0.call(this, a);
|
|
18321
|
+
this.qa = a;
|
|
18297
18322
|
};
|
|
18298
|
-
Object.defineProperty(MarkerSeries.prototype, "
|
|
18323
|
+
Object.defineProperty(MarkerSeries.prototype, "p5", {
|
|
18299
18324
|
get: function () {
|
|
18300
|
-
return this.
|
|
18325
|
+
return this.p4;
|
|
18301
18326
|
},
|
|
18302
18327
|
set: function (a) {
|
|
18303
|
-
this.
|
|
18328
|
+
this.p4 = a;
|
|
18304
18329
|
},
|
|
18305
18330
|
enumerable: true,
|
|
18306
18331
|
configurable: true
|
|
18307
18332
|
});
|
|
18308
|
-
MarkerSeries.prototype.
|
|
18309
|
-
if (this.
|
|
18333
|
+
MarkerSeries.prototype.p7 = function () {
|
|
18334
|
+
if (this.p6 == 0) {
|
|
18310
18335
|
return 1;
|
|
18311
18336
|
}
|
|
18312
|
-
return this.
|
|
18337
|
+
return this.p6;
|
|
18313
18338
|
};
|
|
18314
|
-
MarkerSeries.prototype.
|
|
18315
|
-
_super.prototype.
|
|
18316
|
-
this.
|
|
18339
|
+
MarkerSeries.prototype.mz = function (a) {
|
|
18340
|
+
_super.prototype.mz.call(this, a);
|
|
18341
|
+
this.p6 = a;
|
|
18317
18342
|
};
|
|
18318
|
-
MarkerSeries.prototype.
|
|
18319
|
-
_super.prototype.
|
|
18320
|
-
this.
|
|
18343
|
+
MarkerSeries.prototype.m1 = function (a) {
|
|
18344
|
+
_super.prototype.m1.call(this, a);
|
|
18345
|
+
this.qi = a;
|
|
18321
18346
|
};
|
|
18322
18347
|
MarkerSeries.prototype.f2 = function () {
|
|
18323
|
-
return this.
|
|
18348
|
+
return this.qi;
|
|
18324
18349
|
};
|
|
18325
|
-
Object.defineProperty(MarkerSeries, "
|
|
18350
|
+
Object.defineProperty(MarkerSeries, "q0", {
|
|
18326
18351
|
get: function () {
|
|
18327
|
-
if (MarkerSeries.
|
|
18328
|
-
MarkerSeries.
|
|
18352
|
+
if (MarkerSeries.qw == null) {
|
|
18353
|
+
MarkerSeries.qw = new DataTemplate();
|
|
18329
18354
|
}
|
|
18330
|
-
return MarkerSeries.
|
|
18355
|
+
return MarkerSeries.qw;
|
|
18331
18356
|
},
|
|
18332
18357
|
enumerable: true,
|
|
18333
18358
|
configurable: true
|
|
18334
18359
|
});
|
|
18335
|
-
Object.defineProperty(MarkerSeries.prototype, "
|
|
18360
|
+
Object.defineProperty(MarkerSeries.prototype, "rf", {
|
|
18336
18361
|
get: function () {
|
|
18337
|
-
return this.c(MarkerSeries.
|
|
18362
|
+
return this.c(MarkerSeries.q4);
|
|
18338
18363
|
},
|
|
18339
18364
|
set: function (a) {
|
|
18340
|
-
this.h(MarkerSeries.
|
|
18365
|
+
this.h(MarkerSeries.q4, a);
|
|
18341
18366
|
},
|
|
18342
18367
|
enumerable: true,
|
|
18343
18368
|
configurable: true
|
|
18344
18369
|
});
|
|
18345
|
-
MarkerSeries.prototype.
|
|
18346
|
-
return this.
|
|
18370
|
+
MarkerSeries.prototype.qf = function () {
|
|
18371
|
+
return this.qy != null && ((this.qd != 1 && this.qd != 0) || this.qz != null);
|
|
18347
18372
|
};
|
|
18348
|
-
MarkerSeries.prototype.
|
|
18349
|
-
_super.prototype.
|
|
18350
|
-
this.
|
|
18351
|
-
this.
|
|
18373
|
+
MarkerSeries.prototype.lu = function () {
|
|
18374
|
+
_super.prototype.lu.call(this);
|
|
18375
|
+
this.p9 = this.qb();
|
|
18376
|
+
this.p5 = this.p7();
|
|
18352
18377
|
};
|
|
18353
|
-
MarkerSeries.prototype.
|
|
18354
|
-
_super.prototype.
|
|
18378
|
+
MarkerSeries.prototype.l4 = function (a, b, c, d) {
|
|
18379
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
18355
18380
|
switch (b) {
|
|
18356
18381
|
case "MarkerBrush":
|
|
18357
18382
|
case MarkerSeries.$$p[9]:
|
|
18358
18383
|
case MarkerSeries.$$p[5]:
|
|
18359
18384
|
case MarkerSeries.$$p[7]:
|
|
18360
18385
|
case MarkerSeries.$$p[8]:
|
|
18361
|
-
this.
|
|
18362
|
-
this.
|
|
18386
|
+
this.mw();
|
|
18387
|
+
this.l1();
|
|
18363
18388
|
break;
|
|
18364
18389
|
case MarkerSeries.$$p[4]:
|
|
18365
|
-
this.
|
|
18366
|
-
this.
|
|
18367
|
-
this.
|
|
18390
|
+
this.p9 = this.qb();
|
|
18391
|
+
this.mw();
|
|
18392
|
+
this.l1();
|
|
18368
18393
|
break;
|
|
18369
18394
|
case MarkerSeries.$$p[3]:
|
|
18370
|
-
this.
|
|
18371
|
-
this.
|
|
18372
|
-
this.
|
|
18395
|
+
this.p5 = this.p7();
|
|
18396
|
+
this.mw();
|
|
18397
|
+
this.l1();
|
|
18373
18398
|
break;
|
|
18374
18399
|
case MarkerSeries.$$p[2]:
|
|
18375
|
-
this.
|
|
18376
|
-
if (c == MarkerSeries.
|
|
18377
|
-
this.
|
|
18400
|
+
this.qy = d;
|
|
18401
|
+
if (c == MarkerSeries.q0 || d == MarkerSeries.q0 || (c == null || d != null)) {
|
|
18402
|
+
this.qc.cg();
|
|
18378
18403
|
var e = typeCast(MarkerSeriesView.$, this.bz);
|
|
18379
18404
|
if (e != null) {
|
|
18380
18405
|
e.cg();
|
|
18381
18406
|
}
|
|
18382
|
-
this.
|
|
18407
|
+
this.mi(false);
|
|
18383
18408
|
}
|
|
18384
18409
|
if (this.cd != null) {
|
|
18385
18410
|
this.cd.li();
|
|
@@ -18388,22 +18413,22 @@ var MarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18388
18413
|
if (this.toolTip != null && this.dz) {
|
|
18389
18414
|
this.a6.a$aj(this, this.toolTip);
|
|
18390
18415
|
}
|
|
18391
|
-
this.
|
|
18416
|
+
this.lp();
|
|
18392
18417
|
break;
|
|
18393
18418
|
case MarkerSeries.$$p[10]:
|
|
18394
|
-
this.
|
|
18395
|
-
this.
|
|
18419
|
+
this.qc.cn(this.qh);
|
|
18420
|
+
this.mi(false);
|
|
18396
18421
|
break;
|
|
18397
18422
|
case MarkerSeries.$$p[0]:
|
|
18398
18423
|
case MarkerSeries.$$p[1]:
|
|
18399
18424
|
if (this.c4) {
|
|
18400
|
-
this.oz = this.o5();
|
|
18401
18425
|
this.o0 = this.o6();
|
|
18426
|
+
this.o1 = this.o7();
|
|
18402
18427
|
}
|
|
18403
18428
|
break;
|
|
18404
18429
|
}
|
|
18405
18430
|
};
|
|
18406
|
-
MarkerSeries.
|
|
18431
|
+
MarkerSeries.qm = function (a) {
|
|
18407
18432
|
switch (a) {
|
|
18408
18433
|
case 3:
|
|
18409
18434
|
case 13: return SeriesViewer.$$p[2];
|
|
@@ -18421,7 +18446,7 @@ var MarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18421
18446
|
default: return null;
|
|
18422
18447
|
}
|
|
18423
18448
|
};
|
|
18424
|
-
MarkerSeries.
|
|
18449
|
+
MarkerSeries.qe = function (a, b) {
|
|
18425
18450
|
var c = 1;
|
|
18426
18451
|
var d = 0;
|
|
18427
18452
|
if (a != null && a.cd != null) {
|
|
@@ -18494,75 +18519,75 @@ var MarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18494
18519
|
}
|
|
18495
18520
|
return c;
|
|
18496
18521
|
};
|
|
18497
|
-
MarkerSeries.prototype.
|
|
18498
|
-
_super.prototype.
|
|
18522
|
+
MarkerSeries.prototype.mw = function () {
|
|
18523
|
+
_super.prototype.mw.call(this);
|
|
18499
18524
|
if (this.index < 0) {
|
|
18500
18525
|
return;
|
|
18501
18526
|
}
|
|
18502
|
-
if (this.
|
|
18503
|
-
this.
|
|
18504
|
-
this.
|
|
18527
|
+
if (this.qc.b2()) {
|
|
18528
|
+
this.qc.ce();
|
|
18529
|
+
this.qc.b8();
|
|
18505
18530
|
}
|
|
18506
18531
|
else {
|
|
18507
|
-
var a = MarkerSeries.
|
|
18508
|
-
var b = MarkerSeries.
|
|
18532
|
+
var a = MarkerSeries.qe(this, this.qd);
|
|
18533
|
+
var b = MarkerSeries.qm(a);
|
|
18509
18534
|
if (b == null) {
|
|
18510
|
-
this.
|
|
18535
|
+
this.qx = MarkerSeries.q0;
|
|
18511
18536
|
}
|
|
18512
18537
|
else {
|
|
18513
|
-
this.
|
|
18538
|
+
this.qc.cb(b);
|
|
18514
18539
|
}
|
|
18515
18540
|
}
|
|
18516
|
-
if (this.
|
|
18517
|
-
this.
|
|
18518
|
-
this.
|
|
18541
|
+
if (this.rf != null && this.qd != 13) {
|
|
18542
|
+
this.qc.cc();
|
|
18543
|
+
this.qc.b9();
|
|
18519
18544
|
}
|
|
18520
18545
|
else {
|
|
18521
|
-
if (this.
|
|
18522
|
-
this.
|
|
18546
|
+
if (this.qd == 13) {
|
|
18547
|
+
this.rd = this.b0.bq();
|
|
18523
18548
|
}
|
|
18524
18549
|
else {
|
|
18525
|
-
if (this.
|
|
18550
|
+
if (this.p5 != 2) {
|
|
18526
18551
|
if (this.cd != null) {
|
|
18527
18552
|
var c = this.cd.rq(this.index);
|
|
18528
18553
|
if (!isNaN_(this.fs) && this.fs != 1) {
|
|
18529
18554
|
c = BrushUtil.o(c, this.fs);
|
|
18530
18555
|
}
|
|
18531
|
-
this.
|
|
18556
|
+
this.rd = c;
|
|
18532
18557
|
}
|
|
18533
18558
|
else {
|
|
18534
|
-
this.
|
|
18559
|
+
this.rd = null;
|
|
18535
18560
|
}
|
|
18536
18561
|
}
|
|
18537
18562
|
}
|
|
18538
18563
|
}
|
|
18539
|
-
if (this.
|
|
18540
|
-
this.
|
|
18541
|
-
this.
|
|
18564
|
+
if (this.rg != null) {
|
|
18565
|
+
this.qc.cd();
|
|
18566
|
+
this.qc.ca();
|
|
18542
18567
|
}
|
|
18543
18568
|
else {
|
|
18544
|
-
if (this.
|
|
18545
|
-
this.
|
|
18569
|
+
if (this.qd == 13) {
|
|
18570
|
+
this.re = this.b0.bq();
|
|
18546
18571
|
}
|
|
18547
18572
|
else {
|
|
18548
|
-
if (this.
|
|
18549
|
-
this.
|
|
18573
|
+
if (this.p9 == 2) {
|
|
18574
|
+
this.re = this.rd;
|
|
18550
18575
|
}
|
|
18551
18576
|
else {
|
|
18552
|
-
this.
|
|
18577
|
+
this.re = this.cd == null ? null : this.cd.rr(this.index);
|
|
18553
18578
|
}
|
|
18554
18579
|
}
|
|
18555
18580
|
}
|
|
18556
|
-
if (this.
|
|
18557
|
-
if (this.
|
|
18558
|
-
var d = this.
|
|
18581
|
+
if (this.p5 == 2 && this.rf == null && this.qd != 13) {
|
|
18582
|
+
if (this.re != null) {
|
|
18583
|
+
var d = this.re;
|
|
18559
18584
|
if (!isNaN_(this.fs) && this.fs != 1) {
|
|
18560
18585
|
d = BrushUtil.o(d, this.fs);
|
|
18561
18586
|
}
|
|
18562
|
-
this.
|
|
18587
|
+
this.rd = d;
|
|
18563
18588
|
}
|
|
18564
18589
|
else {
|
|
18565
|
-
this.
|
|
18590
|
+
this.rd = null;
|
|
18566
18591
|
}
|
|
18567
18592
|
}
|
|
18568
18593
|
};
|
|
@@ -18570,9 +18595,9 @@ var MarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18570
18595
|
_super.prototype.k7.call(this, a);
|
|
18571
18596
|
this.a8.exportMarkerVisualData(this, a);
|
|
18572
18597
|
};
|
|
18573
|
-
MarkerSeries.prototype.
|
|
18574
|
-
if (this.hasMarkers && this.
|
|
18575
|
-
var c = this.
|
|
18598
|
+
MarkerSeries.prototype.qg = function (a, b) {
|
|
18599
|
+
if (this.hasMarkers && this.qf()) {
|
|
18600
|
+
var c = this.py(a);
|
|
18576
18601
|
if (c.isEmpty) {
|
|
18577
18602
|
return false;
|
|
18578
18603
|
}
|
|
@@ -18584,7 +18609,7 @@ var MarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18584
18609
|
return false;
|
|
18585
18610
|
};
|
|
18586
18611
|
MarkerSeries.prototype.at = function (a, b) {
|
|
18587
|
-
var c = this.
|
|
18612
|
+
var c = this.qc.by(a);
|
|
18588
18613
|
var d = null;
|
|
18589
18614
|
if (c != null) {
|
|
18590
18615
|
d = c.content;
|
|
@@ -18592,12 +18617,12 @@ var MarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18592
18617
|
return d;
|
|
18593
18618
|
};
|
|
18594
18619
|
MarkerSeries.$t = markType(MarkerSeries, 'MarkerSeries', Series.$);
|
|
18595
|
-
MarkerSeries.
|
|
18596
|
-
MarkerSeries.
|
|
18620
|
+
MarkerSeries.qw = null;
|
|
18621
|
+
MarkerSeries.q4 = DependencyProperty.i("MarkerBrush", Brush.$, MarkerSeries.$, new PropertyMetadata(1, function (a, b) {
|
|
18597
18622
|
var c = (typeCast(MarkerSeries.$, a));
|
|
18598
18623
|
c.raisePropertyChanged("MarkerBrush", b.oldValue, b.newValue);
|
|
18599
18624
|
}));
|
|
18600
|
-
MarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, MarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
18625
|
+
MarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, MarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:rd:q1', [Brush.$], 'ActualMarkerOutline:re:q2', [Brush.$], 'ActualMarkerTemplate:qx:q3', [DataTemplate.$, null], 'MarkerFillMode:p6:q5', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:qa:q6', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:rg:q7', [Brush.$], 'MarkerStyle:rh:q8', [Style.$], 'MarkerTemplate:qz:q9', [DataTemplate.$, null], 'MarkerThickness:qi:ra', [1, DeviceUtils.g(2)], 'MarkerType:qd:rb', [MarkerType_$type, enumGetBox(MarkerType_$type, 1)], 'UseLightweightMarkers:qh:rc', [0, false]]);
|
|
18601
18626
|
return MarkerSeries;
|
|
18602
18627
|
}(Series));
|
|
18603
18628
|
export { MarkerSeries };
|
|
@@ -20418,11 +20443,16 @@ var AxisView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20418
20443
|
return null;
|
|
20419
20444
|
};
|
|
20420
20445
|
AxisView.prototype.p = function (dataItem_) {
|
|
20421
|
-
if (this.
|
|
20422
|
-
return this.
|
|
20446
|
+
if (this.n() && this.l()) {
|
|
20447
|
+
return this.q(dataItem_);
|
|
20423
20448
|
}
|
|
20424
|
-
|
|
20425
|
-
|
|
20449
|
+
else {
|
|
20450
|
+
if (this.a.at != null) {
|
|
20451
|
+
return this.a.at(dataItem_);
|
|
20452
|
+
}
|
|
20453
|
+
if (this.a.ah != null) {
|
|
20454
|
+
return this.a.ah.i(dataItem_);
|
|
20455
|
+
}
|
|
20426
20456
|
}
|
|
20427
20457
|
var label_ = this.a.fz;
|
|
20428
20458
|
var a = typeof dataItem_ === 'number' && typeof label_ === 'string';
|
|
@@ -21048,7 +21078,7 @@ var XamDataChartView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21048
21078
|
try {
|
|
21049
21079
|
for (var _b = tslib_1.__values(fromEnum(this.fn.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
21050
21080
|
var k = _c.value;
|
|
21051
|
-
k.
|
|
21081
|
+
k.mt();
|
|
21052
21082
|
}
|
|
21053
21083
|
}
|
|
21054
21084
|
catch (e_93_1) {
|
|
@@ -21327,8 +21357,8 @@ var SeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21327
21357
|
this.k.aa(h, h);
|
|
21328
21358
|
}
|
|
21329
21359
|
this.k.z();
|
|
21330
|
-
if (!this.q && Rect.l_op_Inequality(this.e.
|
|
21331
|
-
this.k.ae(new Rect(0, this.bu.left + this.bu.width * this.e.
|
|
21360
|
+
if (!this.q && Rect.l_op_Inequality(this.e.pq, null) && !this.e.pq.isEmpty && (this.e.pq.width != 1 || this.e.pq.height != 1)) {
|
|
21361
|
+
this.k.ae(new Rect(0, this.bu.left + this.bu.width * this.e.pq.left, this.bu.top + this.bu.height * this.e.pq.top, this.bu.width * this.e.pq.width, this.bu.height * this.e.pq.height));
|
|
21332
21362
|
}
|
|
21333
21363
|
else {
|
|
21334
21364
|
this.k.ae(this.bu);
|
|
@@ -21337,7 +21367,7 @@ var SeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21337
21367
|
this.k.ad(this.e._opacity);
|
|
21338
21368
|
if (this.e.dm && this.e.dn && !this.q) {
|
|
21339
21369
|
if (this.e.e7) {
|
|
21340
|
-
this.k.o(this.e.
|
|
21370
|
+
this.k.o(this.e.pb.colorString, 0, this.e.gx, this.e.gy);
|
|
21341
21371
|
var i = this.e.cd.cq.j.x;
|
|
21342
21372
|
var j = this.e.cd.cq.j.ak;
|
|
21343
21373
|
if (h != 1) {
|
|
@@ -21353,7 +21383,7 @@ var SeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21353
21383
|
}
|
|
21354
21384
|
}
|
|
21355
21385
|
else {
|
|
21356
|
-
this.k.o(this.e.
|
|
21386
|
+
this.k.o(this.e.pb.colorString, this.e.gw, this.e.gx, this.e.gy);
|
|
21357
21387
|
this.a6(this.k, false);
|
|
21358
21388
|
this.a5(this.k, false);
|
|
21359
21389
|
}
|
|
@@ -21458,16 +21488,16 @@ var SeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21458
21488
|
SeriesView.prototype.av = function () {
|
|
21459
21489
|
};
|
|
21460
21490
|
SeriesView.prototype.a7 = function () {
|
|
21461
|
-
this.e.
|
|
21491
|
+
this.e.oz = null;
|
|
21462
21492
|
};
|
|
21463
21493
|
SeriesView.prototype.ah = function () {
|
|
21464
|
-
this.e.
|
|
21494
|
+
this.e.oz = this.e.o3;
|
|
21465
21495
|
};
|
|
21466
21496
|
SeriesView.prototype.a8 = function () {
|
|
21467
|
-
this.e.
|
|
21497
|
+
this.e.o2 = null;
|
|
21468
21498
|
};
|
|
21469
21499
|
SeriesView.prototype.ai = function () {
|
|
21470
|
-
this.e.
|
|
21500
|
+
this.e.o2 = this.e.o8;
|
|
21471
21501
|
};
|
|
21472
21502
|
SeriesView.prototype.c = function (a) {
|
|
21473
21503
|
if (typeCast(DataContext.$, a) !== null) {
|
|
@@ -21588,13 +21618,13 @@ var SeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21588
21618
|
}
|
|
21589
21619
|
if (this.e.cd != null) {
|
|
21590
21620
|
var a = (this.e.legend != null) ? this.e.legend : this.e.cd.legend;
|
|
21591
|
-
if (a != null && this.e.
|
|
21592
|
-
a.removeChild(this.e.
|
|
21621
|
+
if (a != null && this.e.m9 != null && a.containsChild(this.e.m9)) {
|
|
21622
|
+
a.removeChild(this.e.m9);
|
|
21593
21623
|
var b = this.e.h0();
|
|
21594
|
-
b.content.actualItemBrush = this.e.
|
|
21595
|
-
b.content.outline = this.e.
|
|
21624
|
+
b.content.actualItemBrush = this.e.oz;
|
|
21625
|
+
b.content.outline = this.e.o2;
|
|
21596
21626
|
b.content.thickness = this.e.fu;
|
|
21597
|
-
a.addChildInOrder(this.e.
|
|
21627
|
+
a.addChildInOrder(this.e.m9, this.e);
|
|
21598
21628
|
}
|
|
21599
21629
|
}
|
|
21600
21630
|
};
|
|
@@ -21625,7 +21655,7 @@ var SeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21625
21655
|
SeriesView.prototype.af = function () {
|
|
21626
21656
|
var a = new Color();
|
|
21627
21657
|
a.colorString = "rgba(95,95,95,0.5)";
|
|
21628
|
-
this.e.
|
|
21658
|
+
this.e.pb = a;
|
|
21629
21659
|
this.e.gw = 5;
|
|
21630
21660
|
this.e.gx = 5;
|
|
21631
21661
|
this.e.gy = 5;
|
|
@@ -21687,7 +21717,7 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21687
21717
|
try {
|
|
21688
21718
|
for (var _b = tslib_1.__values(fromEnum(this.b4)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
21689
21719
|
var a = _c.value;
|
|
21690
|
-
a.ah = this.b1.
|
|
21720
|
+
a.ah = this.b1.qy;
|
|
21691
21721
|
}
|
|
21692
21722
|
}
|
|
21693
21723
|
catch (e_95_1) {
|
|
@@ -21727,10 +21757,10 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21727
21757
|
b.context = d;
|
|
21728
21758
|
var e = 0;
|
|
21729
21759
|
var f = 0;
|
|
21730
|
-
if (this.b1.
|
|
21731
|
-
this.b1.
|
|
21760
|
+
if (this.b1.qy != null && this.b1.qy.passStarting != null) {
|
|
21761
|
+
this.b1.qy.passStarting(a);
|
|
21732
21762
|
}
|
|
21733
|
-
var g = this.b1.
|
|
21763
|
+
var g = this.b1.qy;
|
|
21734
21764
|
if (this.b4.count > 0) {
|
|
21735
21765
|
var h = this.b4._inner[0];
|
|
21736
21766
|
c.data = h.content;
|
|
@@ -21748,8 +21778,8 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21748
21778
|
i = c.width;
|
|
21749
21779
|
j = c.height;
|
|
21750
21780
|
}
|
|
21751
|
-
if (this.b1.
|
|
21752
|
-
this.b1.
|
|
21781
|
+
if (this.b1.qy != null && this.b1.qy.passCompleted != null) {
|
|
21782
|
+
this.b1.qy.passCompleted(a);
|
|
21753
21783
|
}
|
|
21754
21784
|
return new Size(1, i, j);
|
|
21755
21785
|
};
|
|
@@ -21763,7 +21793,7 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21763
21793
|
$ret.series = _this.e;
|
|
21764
21794
|
return $ret;
|
|
21765
21795
|
})());
|
|
21766
|
-
a.ah = this.b1.
|
|
21796
|
+
a.ah = this.b1.qy;
|
|
21767
21797
|
this.b4.add(a);
|
|
21768
21798
|
return a;
|
|
21769
21799
|
};
|
|
@@ -21777,13 +21807,13 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21777
21807
|
this.b4.remove(a);
|
|
21778
21808
|
};
|
|
21779
21809
|
MarkerSeriesView.prototype.b2 = function () {
|
|
21780
|
-
return this.b1.
|
|
21810
|
+
return this.b1.qz != null;
|
|
21781
21811
|
};
|
|
21782
21812
|
MarkerSeriesView.prototype.ce = function () {
|
|
21783
|
-
this.b1.
|
|
21813
|
+
this.b1.qx = null;
|
|
21784
21814
|
};
|
|
21785
21815
|
MarkerSeriesView.prototype.b8 = function () {
|
|
21786
|
-
this.b1.
|
|
21816
|
+
this.b1.qx = this.b1.qz;
|
|
21787
21817
|
};
|
|
21788
21818
|
MarkerSeriesView.prototype.cp = function (a) {
|
|
21789
21819
|
var b = a.n;
|
|
@@ -21795,54 +21825,54 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21795
21825
|
MarkerSeriesView.prototype.cb = function (a) {
|
|
21796
21826
|
switch (a) {
|
|
21797
21827
|
case SeriesViewer.$$p[2]:
|
|
21798
|
-
this.b1.
|
|
21828
|
+
this.b1.qx = this.b1.cd.ov;
|
|
21799
21829
|
break;
|
|
21800
21830
|
case SeriesViewer.$$p[36]:
|
|
21801
|
-
this.b1.
|
|
21831
|
+
this.b1.qx = this.b1.cd.o4;
|
|
21802
21832
|
break;
|
|
21803
21833
|
case SeriesViewer.$$p[27]:
|
|
21804
|
-
this.b1.
|
|
21834
|
+
this.b1.qx = this.b1.cd.o1;
|
|
21805
21835
|
break;
|
|
21806
21836
|
case SeriesViewer.$$p[30]:
|
|
21807
|
-
this.b1.
|
|
21837
|
+
this.b1.qx = this.b1.cd.o2;
|
|
21808
21838
|
break;
|
|
21809
21839
|
case SeriesViewer.$$p[5]:
|
|
21810
|
-
this.b1.
|
|
21840
|
+
this.b1.qx = this.b1.cd.ow;
|
|
21811
21841
|
break;
|
|
21812
21842
|
case SeriesViewer.$$p[19]:
|
|
21813
|
-
this.b1.
|
|
21843
|
+
this.b1.qx = this.b1.cd.oz;
|
|
21814
21844
|
break;
|
|
21815
21845
|
case SeriesViewer.$$p[7]:
|
|
21816
|
-
this.b1.
|
|
21846
|
+
this.b1.qx = this.b1.cd.ox;
|
|
21817
21847
|
break;
|
|
21818
21848
|
case SeriesViewer.$$p[33]:
|
|
21819
|
-
this.b1.
|
|
21849
|
+
this.b1.qx = this.b1.cd.o3;
|
|
21820
21850
|
break;
|
|
21821
21851
|
case SeriesViewer.$$p[20]:
|
|
21822
|
-
this.b1.
|
|
21852
|
+
this.b1.qx = this.b1.cd.o0;
|
|
21823
21853
|
break;
|
|
21824
21854
|
case SeriesViewer.$$p[8]:
|
|
21825
|
-
this.b1.
|
|
21855
|
+
this.b1.qx = this.b1.cd.oy;
|
|
21826
21856
|
break;
|
|
21827
21857
|
}
|
|
21828
21858
|
};
|
|
21829
21859
|
MarkerSeriesView.prototype.cc = function () {
|
|
21830
|
-
this.b1.
|
|
21860
|
+
this.b1.rd = null;
|
|
21831
21861
|
};
|
|
21832
21862
|
MarkerSeriesView.prototype.b9 = function () {
|
|
21833
21863
|
if (!isNaN_(this.e.fs) && this.e.fs != 1) {
|
|
21834
|
-
var a = BrushUtil.o(this.b1.
|
|
21835
|
-
this.b1.
|
|
21864
|
+
var a = BrushUtil.o(this.b1.rf, this.e.fs);
|
|
21865
|
+
this.b1.rd = a;
|
|
21836
21866
|
}
|
|
21837
21867
|
else {
|
|
21838
|
-
this.b1.
|
|
21868
|
+
this.b1.rd = this.b1.rf;
|
|
21839
21869
|
}
|
|
21840
21870
|
};
|
|
21841
21871
|
MarkerSeriesView.prototype.cd = function () {
|
|
21842
|
-
this.b1.
|
|
21872
|
+
this.b1.re = null;
|
|
21843
21873
|
};
|
|
21844
21874
|
MarkerSeriesView.prototype.ca = function () {
|
|
21845
|
-
this.b1.
|
|
21875
|
+
this.b1.re = this.b1.rg;
|
|
21846
21876
|
};
|
|
21847
21877
|
MarkerSeriesView.prototype.cm = function () {
|
|
21848
21878
|
this.aq();
|
|
@@ -21853,12 +21883,12 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21853
21883
|
var c = a;
|
|
21854
21884
|
var d = c.content;
|
|
21855
21885
|
if (d != null) {
|
|
21856
|
-
d.actualItemBrush = this.b1.
|
|
21886
|
+
d.actualItemBrush = this.b1.rd;
|
|
21857
21887
|
if (d.itemBrush != null) {
|
|
21858
21888
|
d.actualItemBrush = d.itemBrush;
|
|
21859
21889
|
}
|
|
21860
|
-
d.outline = this.b1.
|
|
21861
|
-
d.thickness = this.b1.
|
|
21890
|
+
d.outline = this.b1.re;
|
|
21891
|
+
d.thickness = this.b1.qi;
|
|
21862
21892
|
}
|
|
21863
21893
|
}
|
|
21864
21894
|
};
|
|
@@ -21913,8 +21943,8 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21913
21943
|
d.context = g;
|
|
21914
21944
|
var h = 0;
|
|
21915
21945
|
var i = 0;
|
|
21916
|
-
if (this.b1.
|
|
21917
|
-
this.b1.
|
|
21946
|
+
if (this.b1.qy != null && this.b1.qy.passStarting != null) {
|
|
21947
|
+
this.b1.qy.passStarting(c);
|
|
21918
21948
|
}
|
|
21919
21949
|
for (var j = 0; j < this.b4.count; j++) {
|
|
21920
21950
|
var k = this.b4._inner[j];
|
|
@@ -21964,8 +21994,8 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21964
21994
|
k.ai = d.renderOffsetX;
|
|
21965
21995
|
k.aj = d.renderOffsetY;
|
|
21966
21996
|
}
|
|
21967
|
-
if (this.b1.
|
|
21968
|
-
this.b1.
|
|
21997
|
+
if (this.b1.qy != null && this.b1.qy.passCompleted != null) {
|
|
21998
|
+
this.b1.qy.passCompleted(c);
|
|
21969
21999
|
}
|
|
21970
22000
|
}
|
|
21971
22001
|
};
|