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
|
@@ -213,10 +213,10 @@ export let FragmentBase = /*@__PURE__*/ (() => {
|
|
|
213
213
|
class FragmentBase extends HorizontalAnchoredCategorySeries {
|
|
214
214
|
constructor() {
|
|
215
215
|
super();
|
|
216
|
-
this.
|
|
216
|
+
this.u8 = null;
|
|
217
217
|
this._logicalSeriesLink = null;
|
|
218
|
-
this.
|
|
219
|
-
this.
|
|
218
|
+
this.va = null;
|
|
219
|
+
this.u8 = new CategoryLineRasterizer();
|
|
220
220
|
}
|
|
221
221
|
get logicalSeriesLink() {
|
|
222
222
|
return this._logicalSeriesLink;
|
|
@@ -225,10 +225,10 @@ export let FragmentBase = /*@__PURE__*/ (() => {
|
|
|
225
225
|
this._logicalSeriesLink = a;
|
|
226
226
|
}
|
|
227
227
|
get parentSeries() {
|
|
228
|
-
return this.
|
|
228
|
+
return this.va;
|
|
229
229
|
}
|
|
230
230
|
set parentSeries(a) {
|
|
231
|
-
this.
|
|
231
|
+
this.va = a;
|
|
232
232
|
}
|
|
233
233
|
get_dn() {
|
|
234
234
|
return false;
|
|
@@ -244,10 +244,10 @@ export let FragmentBase = /*@__PURE__*/ (() => {
|
|
|
244
244
|
}
|
|
245
245
|
hc() {
|
|
246
246
|
let a = this.parentSeries;
|
|
247
|
-
if (a.index == -1 || a.
|
|
247
|
+
if (a.index == -1 || a.tm == null || a.tm.f.indexOf(this) == -1) {
|
|
248
248
|
return -1;
|
|
249
249
|
}
|
|
250
|
-
return a.
|
|
250
|
+
return a.tm.f.indexOf(this);
|
|
251
251
|
}
|
|
252
252
|
hg() {
|
|
253
253
|
let a = this.parentSeries;
|
|
@@ -258,33 +258,33 @@ export let FragmentBase = /*@__PURE__*/ (() => {
|
|
|
258
258
|
}
|
|
259
259
|
resolveLegendIndex() {
|
|
260
260
|
let a = this.parentSeries;
|
|
261
|
-
if (a.
|
|
262
|
-
return -1 + a.index + a.
|
|
261
|
+
if (a.tq) {
|
|
262
|
+
return -1 + a.index + a.ti.count - a.tm.f.indexOf(this);
|
|
263
263
|
}
|
|
264
264
|
return super.resolveLegendIndex();
|
|
265
265
|
}
|
|
266
266
|
bf() {
|
|
267
267
|
return this.parentSeries;
|
|
268
268
|
}
|
|
269
|
-
|
|
269
|
+
ro() {
|
|
270
270
|
if (this.parentSeries == null) {
|
|
271
271
|
return null;
|
|
272
272
|
}
|
|
273
273
|
return this.parentSeries.fetchXAxis();
|
|
274
274
|
}
|
|
275
|
-
|
|
275
|
+
u7() {
|
|
276
276
|
if (this.parentSeries == null) {
|
|
277
|
-
return this.
|
|
277
|
+
return this.ru;
|
|
278
278
|
}
|
|
279
|
-
return this.parentSeries.
|
|
279
|
+
return this.parentSeries.ru;
|
|
280
280
|
}
|
|
281
|
-
|
|
281
|
+
r9() {
|
|
282
282
|
if (this.parentSeries == null) {
|
|
283
283
|
return null;
|
|
284
284
|
}
|
|
285
285
|
return this.parentSeries.fetchYAxis();
|
|
286
286
|
}
|
|
287
|
-
|
|
287
|
+
vc(a, b, c, d, e, f, g, h) {
|
|
288
288
|
let i = c[0];
|
|
289
289
|
let j = c[1];
|
|
290
290
|
let k = new Rect(0, i - 5, j - 5, 11, 11);
|
|
@@ -295,7 +295,7 @@ export let FragmentBase = /*@__PURE__*/ (() => {
|
|
|
295
295
|
}
|
|
296
296
|
return false;
|
|
297
297
|
}
|
|
298
|
-
|
|
298
|
+
s4(a, b) {
|
|
299
299
|
a.u();
|
|
300
300
|
if (this.valueColumn == null || this.parentSeries == null || this.logicalSeriesLink == null) {
|
|
301
301
|
return;
|
|
@@ -303,28 +303,28 @@ export let FragmentBase = /*@__PURE__*/ (() => {
|
|
|
303
303
|
if (this.logicalSeriesLink.a0.count == 0 || this.logicalSeriesLink.az.count == 0) {
|
|
304
304
|
return;
|
|
305
305
|
}
|
|
306
|
-
this.
|
|
306
|
+
this.rv(b).d(a, b);
|
|
307
307
|
}
|
|
308
|
-
|
|
309
|
-
return this.
|
|
308
|
+
pm(a, b, c) {
|
|
309
|
+
return this.po(a, b, c, this.u7().r(this.ro(), this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.r9(), this.ro(), runOn(this, this.vd), (d, e) => this.hk(d, e, this.ro(), runOn(this, this.sn), this.valueColumn != null ? new FragmentBaseValueList(this) : null), (d, e) => this.hi(d, e, this.ro(), runOn(this, this.sn), this.valueColumn != null ? new FragmentBaseValueList(this) : null));
|
|
310
310
|
}
|
|
311
311
|
ag() {
|
|
312
|
-
return [this.
|
|
312
|
+
return [this.ro(), this.r9()];
|
|
313
313
|
}
|
|
314
|
-
|
|
314
|
+
vd(a, b, c) {
|
|
315
315
|
if (this.cd == null) {
|
|
316
316
|
return NaN;
|
|
317
317
|
}
|
|
318
318
|
let d = this.getEffectiveViewport1(this.b0);
|
|
319
|
-
let e = new ScalerParams(0, this.cd.sf, this.b0.bu, this.
|
|
320
|
-
let f = this.
|
|
321
|
-
return this.gl(this.valueColumn != null ? new FragmentBaseValueList(this) : null, a, this.
|
|
319
|
+
let e = new ScalerParams(0, this.cd.sf, this.b0.bu, this.ro().cg, d);
|
|
320
|
+
let f = this.ru.r(this.ro(), this.cd.sf, this.b0.bu, d);
|
|
321
|
+
return this.gl(this.valueColumn != null ? new FragmentBaseValueList(this) : null, a, this.ro(), e, f, runOn(this, this.sn), b, c);
|
|
322
322
|
}
|
|
323
|
-
|
|
324
|
-
let d = this.
|
|
323
|
+
vf(a, b, c) {
|
|
324
|
+
let d = this.tq(c);
|
|
325
325
|
let e = d;
|
|
326
326
|
let f = this.logicalSeriesLink.at;
|
|
327
|
-
let g = f ? this.parentSeries.
|
|
327
|
+
let g = f ? this.parentSeries.tm.e : this.parentSeries.tm.d;
|
|
328
328
|
let h = g.indexOf(this);
|
|
329
329
|
if (a.count == 0) {
|
|
330
330
|
return;
|
|
@@ -343,10 +343,10 @@ export let FragmentBase = /*@__PURE__*/ (() => {
|
|
|
343
343
|
break;
|
|
344
344
|
}
|
|
345
345
|
let k = typeCast(FragmentBase.$, g._inner[j - 1]);
|
|
346
|
-
if (k != null && k.
|
|
346
|
+
if (k != null && k.u8 != null && k.u8.o.count > 0 && this.b0 != null && k.e9(this.b0.bu, this.b0.bv, this.b0)) {
|
|
347
347
|
i = true;
|
|
348
|
-
for (let l = k.
|
|
349
|
-
a.add(k.
|
|
348
|
+
for (let l = k.u8.o.count - 1; l >= 0; l--) {
|
|
349
|
+
a.add(k.u8.o._inner[l]);
|
|
350
350
|
}
|
|
351
351
|
}
|
|
352
352
|
}
|
|
@@ -369,34 +369,34 @@ export let FragmentBase = /*@__PURE__*/ (() => {
|
|
|
369
369
|
}
|
|
370
370
|
return d;
|
|
371
371
|
}
|
|
372
|
-
|
|
372
|
+
tq(a) {
|
|
373
373
|
let b = 0;
|
|
374
374
|
let c = a.bv;
|
|
375
375
|
let d = a.bu;
|
|
376
376
|
let e = this.getEffectiveViewport1(a);
|
|
377
|
-
let f = new ScalerParams(0, c, d, this.
|
|
377
|
+
let f = new ScalerParams(0, c, d, this.r9().cg, e);
|
|
378
378
|
f.b = this.gc();
|
|
379
|
-
if (!c.isEmpty && !d.isEmpty && this.
|
|
380
|
-
b = this.
|
|
379
|
+
if (!c.isEmpty && !d.isEmpty && this.r9() != null) {
|
|
380
|
+
b = this.r9().ei(0, f);
|
|
381
381
|
}
|
|
382
382
|
return b;
|
|
383
383
|
}
|
|
384
384
|
ap(a) {
|
|
385
385
|
return null;
|
|
386
386
|
}
|
|
387
|
-
|
|
387
|
+
ve() {
|
|
388
388
|
if (this.parentSeries == null) {
|
|
389
389
|
return -1;
|
|
390
390
|
}
|
|
391
391
|
let a = this.parentSeries.index;
|
|
392
392
|
let b = 0;
|
|
393
393
|
let c = 1;
|
|
394
|
-
if (this.parentSeries.
|
|
395
|
-
b = this.parentSeries.
|
|
394
|
+
if (this.parentSeries.tq) {
|
|
395
|
+
b = this.parentSeries.ti.count - 1;
|
|
396
396
|
c = -1;
|
|
397
397
|
}
|
|
398
|
-
for (let d = b; this.parentSeries.
|
|
399
|
-
let e = this.parentSeries.
|
|
398
|
+
for (let d = b; this.parentSeries.tq ? d >= 0 : d < this.parentSeries.ti.count; d += c) {
|
|
399
|
+
let e = this.parentSeries.ti._inner[d];
|
|
400
400
|
if (e.visualSeriesLink == this) {
|
|
401
401
|
return a;
|
|
402
402
|
}
|
|
@@ -407,12 +407,12 @@ export let FragmentBase = /*@__PURE__*/ (() => {
|
|
|
407
407
|
}
|
|
408
408
|
return -1;
|
|
409
409
|
}
|
|
410
|
-
|
|
410
|
+
vg(a) {
|
|
411
411
|
if (a == null) {
|
|
412
412
|
}
|
|
413
413
|
}
|
|
414
|
-
|
|
415
|
-
super.
|
|
414
|
+
l4(a, b, c, d) {
|
|
415
|
+
super.l4(a, b, c, d);
|
|
416
416
|
if (this.parentSeries == null) {
|
|
417
417
|
return;
|
|
418
418
|
}
|
|
@@ -422,26 +422,26 @@ export let FragmentBase = /*@__PURE__*/ (() => {
|
|
|
422
422
|
}
|
|
423
423
|
switch (b) {
|
|
424
424
|
case "ValueColumn":
|
|
425
|
-
if (this.
|
|
426
|
-
this.
|
|
425
|
+
if (this.th.c3) {
|
|
426
|
+
this.th.c2.g$i();
|
|
427
427
|
}
|
|
428
428
|
if (e != null && !e.c0()) {
|
|
429
|
-
this.parentSeries.
|
|
430
|
-
this.
|
|
429
|
+
this.parentSeries.th().cr.g(this.ft);
|
|
430
|
+
this.mi(false);
|
|
431
431
|
}
|
|
432
432
|
break;
|
|
433
433
|
case "ActualBrush":
|
|
434
434
|
if (this.logicalSeriesLink != null) {
|
|
435
|
-
this.logicalSeriesLink.jf = this.
|
|
435
|
+
this.logicalSeriesLink.jf = this.oz;
|
|
436
436
|
}
|
|
437
437
|
break;
|
|
438
438
|
}
|
|
439
439
|
}
|
|
440
|
-
|
|
441
|
-
super.
|
|
440
|
+
mk(a, b) {
|
|
441
|
+
super.mk(a, b);
|
|
442
442
|
}
|
|
443
443
|
get useHighMarkerFidelity() {
|
|
444
|
-
return this.
|
|
444
|
+
return this.sk;
|
|
445
445
|
}
|
|
446
446
|
}
|
|
447
447
|
FragmentBase.$t = /*@__PURE__*/ markType(FragmentBase, 'FragmentBase', HorizontalAnchoredCategorySeries.$);
|
|
@@ -459,9 +459,9 @@ export let AreaFragment = /*@__PURE__*/ (() => {
|
|
|
459
459
|
bx() {
|
|
460
460
|
return new AreaFragmentView(this);
|
|
461
461
|
}
|
|
462
|
-
|
|
463
|
-
super.
|
|
464
|
-
this.
|
|
462
|
+
lz(a) {
|
|
463
|
+
super.lz(a);
|
|
464
|
+
this.vh = a;
|
|
465
465
|
}
|
|
466
466
|
get_de() {
|
|
467
467
|
return true;
|
|
@@ -469,38 +469,38 @@ export let AreaFragment = /*@__PURE__*/ (() => {
|
|
|
469
469
|
get_dd() {
|
|
470
470
|
return true;
|
|
471
471
|
}
|
|
472
|
-
|
|
472
|
+
rz() {
|
|
473
473
|
return 1;
|
|
474
474
|
}
|
|
475
|
-
|
|
476
|
-
let c = this.
|
|
475
|
+
vj(a, b) {
|
|
476
|
+
let c = this.vh.dg.ak;
|
|
477
477
|
if (this.ex(a, c)) {
|
|
478
478
|
return true;
|
|
479
479
|
}
|
|
480
|
-
let d = this.
|
|
480
|
+
let d = this.vh.dh.ak;
|
|
481
481
|
if (this.ex(a, d)) {
|
|
482
482
|
return true;
|
|
483
483
|
}
|
|
484
484
|
return false;
|
|
485
485
|
}
|
|
486
486
|
ev(a, b) {
|
|
487
|
-
if (this.
|
|
487
|
+
if (this.vi(a, b)) {
|
|
488
488
|
return true;
|
|
489
489
|
}
|
|
490
|
-
if (this.
|
|
490
|
+
if (this.vj(a, b)) {
|
|
491
491
|
return true;
|
|
492
492
|
}
|
|
493
|
-
if (this.
|
|
493
|
+
if (this.qg(a, b)) {
|
|
494
494
|
return true;
|
|
495
495
|
}
|
|
496
496
|
return false;
|
|
497
497
|
}
|
|
498
|
-
|
|
499
|
-
let c = this.
|
|
498
|
+
vi(a, b) {
|
|
499
|
+
let c = this.vh.di.ak;
|
|
500
500
|
if (this.ew(a, b, c)) {
|
|
501
501
|
return true;
|
|
502
502
|
}
|
|
503
|
-
let d = this.
|
|
503
|
+
let d = this.vh.dj.ak;
|
|
504
504
|
if (this.ew(a, b, d)) {
|
|
505
505
|
return true;
|
|
506
506
|
}
|
|
@@ -514,39 +514,39 @@ export let AreaFragment = /*@__PURE__*/ (() => {
|
|
|
514
514
|
let c = b;
|
|
515
515
|
c.db();
|
|
516
516
|
}
|
|
517
|
-
|
|
518
|
-
super.
|
|
519
|
-
this.
|
|
517
|
+
s7(a, b) {
|
|
518
|
+
super.s7(a, b);
|
|
519
|
+
this.u8.a = typeCast(ISortingAxis_$type, this.xAxis) !== null ? true : false;
|
|
520
520
|
let c = typeCast(AreaFragmentView.$, b);
|
|
521
521
|
let d = a.f;
|
|
522
522
|
let e = this.getEffectiveViewport1(c);
|
|
523
|
-
this.
|
|
523
|
+
this.rx.a0(this, this.sh(), runOn(this, this.ri), this.sp(b), this.sq(b));
|
|
524
524
|
let f = false;
|
|
525
|
-
let g = this.
|
|
525
|
+
let g = this.rx.b;
|
|
526
526
|
if (g != null) {
|
|
527
527
|
f = true;
|
|
528
528
|
}
|
|
529
529
|
if (f) {
|
|
530
|
-
let h = new ScalerParams(0, b.bv, b.bu, this.
|
|
531
|
-
this.
|
|
530
|
+
let h = new ScalerParams(0, b.bv, b.bu, this.uo.cg, e);
|
|
531
|
+
this.s3(d, -1, this.valueColumn.count, this.uo, h, b.q);
|
|
532
532
|
}
|
|
533
|
-
this.
|
|
534
|
-
this.
|
|
535
|
-
this.
|
|
536
|
-
this.
|
|
533
|
+
this.rx.ad(c.di, true, false, true, true);
|
|
534
|
+
this.rx.ad(c.dj, true, false, true, true);
|
|
535
|
+
this.rx.ad(c.dg, false, true, false, false);
|
|
536
|
+
this.rx.ad(c.dh, false, true, false, false);
|
|
537
537
|
let i = c.cr.d;
|
|
538
|
-
this.
|
|
539
|
-
c.dg._opacity = this.
|
|
540
|
-
c.dh._opacity = 0.5 * this.
|
|
538
|
+
this.u8.i(c.dg, c.di, c.dh, c.dj, a.f.count, a.f, true, i, this.ft, (j, k, l, m, n) => this.vf(j, a.f, b), 0);
|
|
539
|
+
c.dg._opacity = this.rx.j * this.fq;
|
|
540
|
+
c.dh._opacity = 0.5 * this.rx.j * this.fq;
|
|
541
541
|
}
|
|
542
|
-
|
|
542
|
+
mt() {
|
|
543
543
|
let a = (typeCast(XamDataChart.$, this.cd));
|
|
544
544
|
if (a != null) {
|
|
545
545
|
this.fq = isNaN_(this.fz) ? this.parentSeries.fq : this.fz;
|
|
546
546
|
}
|
|
547
547
|
}
|
|
548
548
|
get useHighMarkerFidelity() {
|
|
549
|
-
return this.
|
|
549
|
+
return this.sk;
|
|
550
550
|
}
|
|
551
551
|
}
|
|
552
552
|
AreaFragment.$t = /*@__PURE__*/ markType(AreaFragment, 'AreaFragment', FragmentBase.$);
|
|
@@ -573,15 +573,15 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
|
|
|
573
573
|
}
|
|
574
574
|
return Defaults.h;
|
|
575
575
|
}
|
|
576
|
-
|
|
576
|
+
rz() {
|
|
577
577
|
return 1;
|
|
578
578
|
}
|
|
579
579
|
bx() {
|
|
580
580
|
return new ColumnFragmentView(this);
|
|
581
581
|
}
|
|
582
|
-
|
|
583
|
-
super.
|
|
584
|
-
this.
|
|
582
|
+
lz(a) {
|
|
583
|
+
super.lz(a);
|
|
584
|
+
this.vi = a;
|
|
585
585
|
}
|
|
586
586
|
get fragmentXAxis() {
|
|
587
587
|
return this.parentSeries != null ? typeCast(CategoryAxisBase.$, this.parentSeries.fetchXAxis()) : null;
|
|
@@ -592,10 +592,10 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
|
|
|
592
592
|
preferredCategoryMode(a) {
|
|
593
593
|
return 2;
|
|
594
594
|
}
|
|
595
|
-
|
|
595
|
+
ro() {
|
|
596
596
|
return this.fragmentXAxis;
|
|
597
597
|
}
|
|
598
|
-
|
|
598
|
+
r9() {
|
|
599
599
|
return this.fragmentYAxis;
|
|
600
600
|
}
|
|
601
601
|
get_c2() {
|
|
@@ -611,7 +611,7 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
|
|
|
611
611
|
super.kx(a, b);
|
|
612
612
|
let c = b;
|
|
613
613
|
if (a && c.db != null) {
|
|
614
|
-
this.
|
|
614
|
+
this.rp.m.clear();
|
|
615
615
|
c.db.count = 0;
|
|
616
616
|
}
|
|
617
617
|
}
|
|
@@ -625,39 +625,39 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
|
|
|
625
625
|
if (this.parentSeries == null) {
|
|
626
626
|
return false;
|
|
627
627
|
}
|
|
628
|
-
return this.parentSeries.
|
|
628
|
+
return this.parentSeries.tr(this, a, b, this.vk(c));
|
|
629
629
|
}
|
|
630
630
|
e6() {
|
|
631
631
|
return true;
|
|
632
632
|
}
|
|
633
|
-
so(a) {
|
|
634
|
-
if (this.parentSeries != null) {
|
|
635
|
-
return this.parentSeries.so(this.parentSeries.b0);
|
|
636
|
-
}
|
|
637
|
-
return super.so(a);
|
|
638
|
-
}
|
|
639
633
|
sp(a) {
|
|
640
634
|
if (this.parentSeries != null) {
|
|
641
635
|
return this.parentSeries.sp(this.parentSeries.b0);
|
|
642
636
|
}
|
|
643
|
-
return super.
|
|
637
|
+
return super.sp(a);
|
|
644
638
|
}
|
|
645
639
|
sq(a) {
|
|
646
640
|
if (this.parentSeries != null) {
|
|
647
641
|
return this.parentSeries.sq(this.parentSeries.b0);
|
|
648
642
|
}
|
|
649
|
-
return super.
|
|
643
|
+
return super.sp(a);
|
|
650
644
|
}
|
|
651
|
-
|
|
652
|
-
if (this.
|
|
645
|
+
sr(a) {
|
|
646
|
+
if (this.parentSeries != null) {
|
|
647
|
+
return this.parentSeries.sr(this.parentSeries.b0);
|
|
648
|
+
}
|
|
649
|
+
return super.sr(a);
|
|
650
|
+
}
|
|
651
|
+
pv(a) {
|
|
652
|
+
if (this.ro() == null || this.fragmentYAxis == null) {
|
|
653
653
|
return Rect.empty;
|
|
654
654
|
}
|
|
655
|
-
let b = this.
|
|
655
|
+
let b = this.ph(a);
|
|
656
656
|
let c = this.b0.bv;
|
|
657
657
|
let d = this.b0.bu;
|
|
658
658
|
let e = this.getEffectiveViewport1(this.b0);
|
|
659
659
|
let f = new ScalerParams(0, c, d, this.fragmentYAxis.cg, e);
|
|
660
|
-
let g = this.aj(this.
|
|
660
|
+
let g = this.aj(this.ro(), this.rp.f, this.sp(this.b0), this.sq(this.b0), a, true);
|
|
661
661
|
if (g == null) {
|
|
662
662
|
return Rect.empty;
|
|
663
663
|
}
|
|
@@ -665,7 +665,7 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
|
|
|
665
665
|
let i = g[1];
|
|
666
666
|
let j = Math.abs(b.x - h[0]);
|
|
667
667
|
let k = Math.abs(b.x - i[0]);
|
|
668
|
-
let l = this.
|
|
668
|
+
let l = this.ro().k3(c, d, e);
|
|
669
669
|
if (j < k) {
|
|
670
670
|
let m = h[0] - 0.5 * l;
|
|
671
671
|
let n = h[1];
|
|
@@ -683,20 +683,20 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
|
|
|
683
683
|
if (this.ey(a, b)) {
|
|
684
684
|
return true;
|
|
685
685
|
}
|
|
686
|
-
if (this.
|
|
686
|
+
if (this.qg(a, b)) {
|
|
687
687
|
return true;
|
|
688
688
|
}
|
|
689
689
|
return false;
|
|
690
690
|
}
|
|
691
691
|
ey(a, b) {
|
|
692
|
-
let c = this.
|
|
692
|
+
let c = this.pw(a);
|
|
693
693
|
if (c.isEmpty) {
|
|
694
694
|
return false;
|
|
695
695
|
}
|
|
696
|
-
let d = this.
|
|
696
|
+
let d = this.vr(c, this.f8(b));
|
|
697
697
|
return d.containsPoint(a);
|
|
698
698
|
}
|
|
699
|
-
|
|
699
|
+
vr(a, b) {
|
|
700
700
|
let c = a.left + a.width / 2;
|
|
701
701
|
let d = a.top + a.height / 2;
|
|
702
702
|
let e = c - ((a.width / 2) + b);
|
|
@@ -719,7 +719,7 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
|
|
|
719
719
|
}
|
|
720
720
|
ht(a) {
|
|
721
721
|
let b = 0;
|
|
722
|
-
if (typeCast(ISortingAxis_$type, this.
|
|
722
|
+
if (typeCast(ISortingAxis_$type, this.ro()) !== null) {
|
|
723
723
|
b = this.hf(a);
|
|
724
724
|
if (b == -1) {
|
|
725
725
|
return null;
|
|
@@ -737,10 +737,10 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
|
|
|
737
737
|
if (b.isEmpty || c.isEmpty) {
|
|
738
738
|
return -1;
|
|
739
739
|
}
|
|
740
|
-
let e = this.
|
|
740
|
+
let e = this.ro();
|
|
741
741
|
let f = new ScalerParams(0, b, c, e.cg, d);
|
|
742
742
|
let g = typeCast(ISortingAxis_$type, this.fragmentXAxis);
|
|
743
|
-
let h = this.
|
|
743
|
+
let h = this.pr(this.b0);
|
|
744
744
|
let i = e.el(h.left, f);
|
|
745
745
|
let j = e.el(h.right, f);
|
|
746
746
|
let k = (a.x - b.left) / b.width;
|
|
@@ -755,9 +755,9 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
|
|
|
755
755
|
if (this.parentSeries == null) {
|
|
756
756
|
return -1;
|
|
757
757
|
}
|
|
758
|
-
return this.parentSeries.
|
|
758
|
+
return this.parentSeries.tx(a);
|
|
759
759
|
}
|
|
760
|
-
|
|
760
|
+
vc(a, b, c, d, e, f, g, h) {
|
|
761
761
|
let i = 0;
|
|
762
762
|
let j = c[0];
|
|
763
763
|
let k = e < i ? c[2] : c[1];
|
|
@@ -769,7 +769,7 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
|
|
|
769
769
|
}
|
|
770
770
|
return false;
|
|
771
771
|
}
|
|
772
|
-
|
|
772
|
+
vk(a) {
|
|
773
773
|
if (a.p) {
|
|
774
774
|
return this.parentSeries.a6.a$h.item(a.ad);
|
|
775
775
|
}
|
|
@@ -777,95 +777,97 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
|
|
|
777
777
|
return this.parentSeries.bz;
|
|
778
778
|
}
|
|
779
779
|
else {
|
|
780
|
-
return this.parentSeries.
|
|
780
|
+
return this.parentSeries.ry;
|
|
781
781
|
}
|
|
782
782
|
}
|
|
783
|
-
|
|
783
|
+
mh(a, b, c, d, e) {
|
|
784
784
|
this.a6.a$t(this, a, b, d, e);
|
|
785
785
|
let f = this.a6.a$h.item(d);
|
|
786
786
|
let g = f;
|
|
787
787
|
f.a1(c);
|
|
788
|
-
let h = this.
|
|
788
|
+
let h = this.vk(f);
|
|
789
789
|
h.cr.g(this.ft);
|
|
790
790
|
if (this.cx(g)) {
|
|
791
791
|
return;
|
|
792
792
|
}
|
|
793
|
-
if (this.
|
|
794
|
-
this.
|
|
793
|
+
if (this.ti == null) {
|
|
794
|
+
this.ti = new CategoryFrame(3);
|
|
795
795
|
}
|
|
796
|
-
this.
|
|
797
|
-
this.
|
|
798
|
-
this.
|
|
796
|
+
this.ti.u();
|
|
797
|
+
this.s4(this.ti, g);
|
|
798
|
+
this.s7(this.ti, g);
|
|
799
799
|
}
|
|
800
|
-
|
|
800
|
+
s4(a, b) {
|
|
801
801
|
a.u();
|
|
802
802
|
if (this.valueColumn == null || this.parentSeries == null || this.logicalSeriesLink == null || this.logicalSeriesLink.az.count == 0 || this.logicalSeriesLink.a0.count == 0) {
|
|
803
803
|
return;
|
|
804
804
|
}
|
|
805
805
|
let c;
|
|
806
806
|
if (b.p) {
|
|
807
|
-
c = this.parentSeries.
|
|
807
|
+
c = this.parentSeries.tg;
|
|
808
808
|
}
|
|
809
809
|
else if (b == this.bz) {
|
|
810
|
-
c = this.parentSeries.
|
|
810
|
+
c = this.parentSeries.rs;
|
|
811
811
|
}
|
|
812
812
|
else {
|
|
813
|
-
c = this.parentSeries.
|
|
813
|
+
c = this.parentSeries.rp;
|
|
814
814
|
}
|
|
815
|
-
let d = typeCast(CategorySeriesView.$, this.
|
|
815
|
+
let d = typeCast(CategorySeriesView.$, this.vk(b));
|
|
816
816
|
a.f.clear();
|
|
817
817
|
a.m.clear();
|
|
818
818
|
let e = d.cr.e;
|
|
819
819
|
let f = d.cr.f;
|
|
820
|
-
let g = this.parentSeries.
|
|
821
|
-
let h = typeCast(ISortingAxis_$type, this.parentSeries.
|
|
820
|
+
let g = this.parentSeries.ru.h.yScaler;
|
|
821
|
+
let h = typeCast(ISortingAxis_$type, this.parentSeries.ru.h.scaler);
|
|
822
822
|
let i = typeCast(NumericAxisBase.$, g) !== null && g.lh;
|
|
823
823
|
let j = typeCast(StackedBucketCalculator.$, d.cr);
|
|
824
824
|
let k = d.cr.d;
|
|
825
825
|
let l = 0;
|
|
826
|
-
|
|
827
|
-
let
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
if (
|
|
846
|
-
l
|
|
826
|
+
if (e <= f) {
|
|
827
|
+
for (let m = e; m <= f; m++) {
|
|
828
|
+
let n = m * k;
|
|
829
|
+
if (this._visibility != 0) {
|
|
830
|
+
break;
|
|
831
|
+
}
|
|
832
|
+
if (m >= this.valueColumn.count || m >= c.f.count + e) {
|
|
833
|
+
continue;
|
|
834
|
+
}
|
|
835
|
+
let o = this.valueColumn.item(m);
|
|
836
|
+
let p = !i || (i && o > 0);
|
|
837
|
+
let q;
|
|
838
|
+
if (h == null) {
|
|
839
|
+
q = j.getBucket1(this, m, m, b.bv, b.bu, c);
|
|
840
|
+
}
|
|
841
|
+
else {
|
|
842
|
+
q = j.getBucket1(this, m, h.i$b._inner[m], b.bv, b.bu, c);
|
|
843
|
+
}
|
|
844
|
+
a.f.add(q);
|
|
845
|
+
if (p) {
|
|
846
|
+
if (this.vc(b, a, q, this.ru.h.provideCollisionDetector(), o, n, l, a.f.count - 1)) {
|
|
847
|
+
l++;
|
|
848
|
+
}
|
|
847
849
|
}
|
|
848
850
|
}
|
|
849
851
|
}
|
|
850
852
|
b.cu.count = l;
|
|
851
853
|
}
|
|
852
|
-
|
|
853
|
-
super.
|
|
854
|
+
s7(a, b) {
|
|
855
|
+
super.s7(a, b);
|
|
854
856
|
if (this.parentSeries == null) {
|
|
855
857
|
return;
|
|
856
858
|
}
|
|
857
|
-
this.parentSeries.
|
|
858
|
-
CategoryMarkerManager.e(this, a.m, b.cu, this.
|
|
859
|
+
this.parentSeries.t6(this, a, b, runOn(this, this.ri));
|
|
860
|
+
CategoryMarkerManager.e(this, a.m, b.cu, this.qh);
|
|
859
861
|
}
|
|
860
|
-
|
|
861
|
-
super.
|
|
862
|
+
l4(a, b, c, d) {
|
|
863
|
+
super.l4(a, b, c, d);
|
|
862
864
|
}
|
|
863
865
|
get useHighMarkerFidelity() {
|
|
864
|
-
return this.
|
|
866
|
+
return this.sk;
|
|
865
867
|
}
|
|
866
868
|
}
|
|
867
869
|
ColumnFragment.$t = /*@__PURE__*/ markType(ColumnFragment, 'ColumnFragment', FragmentBase.$);
|
|
868
|
-
ColumnFragment.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, ColumnFragment, 'raisePropertyChanged', ['RadiusX:
|
|
870
|
+
ColumnFragment.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, ColumnFragment, 'raisePropertyChanged', ['RadiusX:vl:vp', [1, 0], 'RadiusY:vm:vq', [1, 0]]);
|
|
869
871
|
return ColumnFragment;
|
|
870
872
|
})();
|
|
871
873
|
/**
|
|
@@ -886,7 +888,7 @@ export let BarFragment = /*@__PURE__*/ (() => {
|
|
|
886
888
|
get_dh() {
|
|
887
889
|
return false;
|
|
888
890
|
}
|
|
889
|
-
|
|
891
|
+
rz() {
|
|
890
892
|
return 1;
|
|
891
893
|
}
|
|
892
894
|
get barFragmentXAxis() {
|
|
@@ -895,7 +897,7 @@ export let BarFragment = /*@__PURE__*/ (() => {
|
|
|
895
897
|
get barFragmentYAxis() {
|
|
896
898
|
return this.parentSeries != null ? this.parentSeries.yAxis : null;
|
|
897
899
|
}
|
|
898
|
-
|
|
900
|
+
ro() {
|
|
899
901
|
if (this.parentSeries == null) {
|
|
900
902
|
return null;
|
|
901
903
|
}
|
|
@@ -907,9 +909,9 @@ export let BarFragment = /*@__PURE__*/ (() => {
|
|
|
907
909
|
f5(a) {
|
|
908
910
|
let b = this.cd != null ? this.cd.sf : Rect.empty;
|
|
909
911
|
let c = this.b0.bu;
|
|
910
|
-
let d = this.
|
|
912
|
+
let d = this.pr(this.b0);
|
|
911
913
|
let e = this.getEffectiveViewport1(this.b0);
|
|
912
|
-
let f = this.
|
|
914
|
+
let f = this.ro();
|
|
913
915
|
let g = -1;
|
|
914
916
|
if (f != null && !b.isEmpty && !c.isEmpty) {
|
|
915
917
|
let h = new ScalerParams(0, b, c, f.cg, e);
|
|
@@ -924,13 +926,13 @@ export let BarFragment = /*@__PURE__*/ (() => {
|
|
|
924
926
|
}
|
|
925
927
|
return g;
|
|
926
928
|
}
|
|
927
|
-
|
|
929
|
+
r9() {
|
|
928
930
|
if (this.parentSeries == null) {
|
|
929
931
|
return null;
|
|
930
932
|
}
|
|
931
|
-
return this.parentSeries.
|
|
933
|
+
return this.parentSeries.r9();
|
|
932
934
|
}
|
|
933
|
-
|
|
935
|
+
vr(a, b) {
|
|
934
936
|
let c = a.left + a.width / 2;
|
|
935
937
|
let d = a.top + a.height / 2;
|
|
936
938
|
let e = c - (a.width / 2);
|
|
@@ -939,17 +941,17 @@ export let BarFragment = /*@__PURE__*/ (() => {
|
|
|
939
941
|
let h = a.width;
|
|
940
942
|
return new Rect(0, e, f, h, g);
|
|
941
943
|
}
|
|
942
|
-
|
|
943
|
-
if (this.
|
|
944
|
+
pv(a) {
|
|
945
|
+
if (this.ro() == null) {
|
|
944
946
|
return Rect.empty;
|
|
945
947
|
}
|
|
946
|
-
let b = this.
|
|
948
|
+
let b = this.ph(a);
|
|
947
949
|
let c = this.b0.bv;
|
|
948
950
|
let d = this.b0.bu;
|
|
949
951
|
let e = this.getEffectiveViewport1(this.b0);
|
|
950
|
-
let f = this.
|
|
952
|
+
let f = this.ro();
|
|
951
953
|
let g = new ScalerParams(0, c, d, f.cg, e);
|
|
952
|
-
let h = this.aj(this.
|
|
954
|
+
let h = this.aj(this.ro(), this.rp.f, this.sp(this.b0), this.sq(this.b0), a, true);
|
|
953
955
|
if (h == null) {
|
|
954
956
|
return Rect.empty;
|
|
955
957
|
}
|
|
@@ -975,12 +977,12 @@ export let BarFragment = /*@__PURE__*/ (() => {
|
|
|
975
977
|
if (this.ey(a, b)) {
|
|
976
978
|
return true;
|
|
977
979
|
}
|
|
978
|
-
if (this.
|
|
980
|
+
if (this.qg(a, b)) {
|
|
979
981
|
return true;
|
|
980
982
|
}
|
|
981
983
|
return false;
|
|
982
984
|
}
|
|
983
|
-
|
|
985
|
+
vc(a, b, c, d, e, f, g, h) {
|
|
984
986
|
let i = c[0];
|
|
985
987
|
let j = e < 0 ? c[2] : c[1];
|
|
986
988
|
let k = new Rect(0, j - 5, i - 5, 11, 11);
|
|
@@ -1013,7 +1015,7 @@ export let BarFragment = /*@__PURE__*/ (() => {
|
|
|
1013
1015
|
let d = this.getEffectiveViewport1(this.b0);
|
|
1014
1016
|
let e = new ScalerParams(0, b, c, this.barFragmentYAxis.cg, d);
|
|
1015
1017
|
let f = typeCast(ISortingAxis_$type, this.barFragmentYAxis);
|
|
1016
|
-
let g = this.
|
|
1018
|
+
let g = this.pr(this.b0);
|
|
1017
1019
|
let h = this.barFragmentYAxis.el(g.top, e);
|
|
1018
1020
|
let i = this.barFragmentYAxis.el(g.bottom, e);
|
|
1019
1021
|
let j = (a.y - b.top) / b.height;
|
|
@@ -1024,7 +1026,7 @@ export let BarFragment = /*@__PURE__*/ (() => {
|
|
|
1024
1026
|
let l = f.i$f(k);
|
|
1025
1027
|
return l;
|
|
1026
1028
|
}
|
|
1027
|
-
|
|
1029
|
+
tq(a) {
|
|
1028
1030
|
let b = 0;
|
|
1029
1031
|
let c = a.bv;
|
|
1030
1032
|
let d = a.bu;
|
|
@@ -1035,26 +1037,26 @@ export let BarFragment = /*@__PURE__*/ (() => {
|
|
|
1035
1037
|
}
|
|
1036
1038
|
return b;
|
|
1037
1039
|
}
|
|
1038
|
-
|
|
1039
|
-
super.
|
|
1040
|
+
l4(a, b, c, d) {
|
|
1041
|
+
super.l4(a, b, c, d);
|
|
1040
1042
|
if (this.parentSeries == null || this.barFragmentXAxis == null) {
|
|
1041
1043
|
return;
|
|
1042
1044
|
}
|
|
1043
1045
|
let e = this.barFragmentXAxis;
|
|
1044
1046
|
switch (b) {
|
|
1045
1047
|
case "ValueColumn":
|
|
1046
|
-
if (this.
|
|
1047
|
-
this.
|
|
1048
|
+
if (this.th.c3) {
|
|
1049
|
+
this.th.c2.g$i();
|
|
1048
1050
|
}
|
|
1049
1051
|
if (e != null && !e.c0()) {
|
|
1050
|
-
this.parentSeries.
|
|
1051
|
-
this.
|
|
1052
|
+
this.parentSeries.th().cr.g(this.ft);
|
|
1053
|
+
this.mi(false);
|
|
1052
1054
|
}
|
|
1053
1055
|
break;
|
|
1054
1056
|
}
|
|
1055
1057
|
}
|
|
1056
1058
|
get useHighMarkerFidelity() {
|
|
1057
|
-
return this.
|
|
1059
|
+
return this.sk;
|
|
1058
1060
|
}
|
|
1059
1061
|
}
|
|
1060
1062
|
BarFragment.$t = /*@__PURE__*/ markType(BarFragment, 'BarFragment', ColumnFragment.$);
|
|
@@ -1080,8 +1082,8 @@ export let AreaFragmentBucketCalculator = /*@__PURE__*/ (() => {
|
|
|
1080
1082
|
let g = f.parentSeries;
|
|
1081
1083
|
let h = typeCast(IStacked100Series_$type, g) !== null;
|
|
1082
1084
|
let i = this.i.c0.valueColumn;
|
|
1083
|
-
let j = g.
|
|
1084
|
-
let k = g.
|
|
1085
|
+
let j = g.te;
|
|
1086
|
+
let k = g.tf;
|
|
1085
1087
|
let l = f.logicalSeriesLink.a0;
|
|
1086
1088
|
let m = f.logicalSeriesLink.az;
|
|
1087
1089
|
for (let n = b; n <= c; ++n) {
|
|
@@ -1144,7 +1146,7 @@ export let LineFragmentBucketCalculator = /*@__PURE__*/ (() => {
|
|
|
1144
1146
|
let g = f.parentSeries;
|
|
1145
1147
|
for (let h = b; h <= c; ++h) {
|
|
1146
1148
|
let i = this.i.c0.valueColumn.item(h);
|
|
1147
|
-
let j = Math.abs(g.
|
|
1149
|
+
let j = Math.abs(g.tf[h]) + g.te[h];
|
|
1148
1150
|
if (isNaN_(i) || isInfinity(i)) {
|
|
1149
1151
|
i = 0;
|
|
1150
1152
|
}
|
|
@@ -1199,7 +1201,7 @@ export let SplineFragmentBucketCalculator = /*@__PURE__*/ (() => {
|
|
|
1199
1201
|
let g = f.parentSeries;
|
|
1200
1202
|
for (let h = b; h <= c; ++h) {
|
|
1201
1203
|
let i = this.i.c0.valueColumn.item(h);
|
|
1202
|
-
let j = Math.abs(g.
|
|
1204
|
+
let j = Math.abs(g.tf[h]) + g.te[h];
|
|
1203
1205
|
if (isNaN_(i) || isInfinity(i)) {
|
|
1204
1206
|
i = 0;
|
|
1205
1207
|
}
|
|
@@ -1247,14 +1249,14 @@ export let StackedBucketCalculator = /*@__PURE__*/ (() => {
|
|
|
1247
1249
|
}
|
|
1248
1250
|
getBucket(a) {
|
|
1249
1251
|
let b = typeCast(StackedSeriesBase.$, this.c.ct);
|
|
1250
|
-
let c = Math.min(b.
|
|
1252
|
+
let c = Math.min(b.tf != null ? b.tf.length : 0, b.te != null ? b.te.length : 0);
|
|
1251
1253
|
let d = Math.min(a * this.d, c - 1);
|
|
1252
1254
|
let e = Math.min(d + this.d - 1, c - 1);
|
|
1253
1255
|
let f = NaN;
|
|
1254
1256
|
let g = NaN;
|
|
1255
1257
|
for (let h = d; h <= e; ++h) {
|
|
1256
|
-
let i = Math.min(b.
|
|
1257
|
-
let j = Math.max(b.
|
|
1258
|
+
let i = Math.min(b.tf[h], b.te[h]);
|
|
1259
|
+
let j = Math.max(b.tf[h], b.te[h]);
|
|
1258
1260
|
if (!isNaN_(f)) {
|
|
1259
1261
|
if (!isNaN_(i)) {
|
|
1260
1262
|
f = Math.min(f, i);
|
|
@@ -1301,7 +1303,7 @@ export let StackedBarBucketCalculator = /*@__PURE__*/ (() => {
|
|
|
1301
1303
|
}
|
|
1302
1304
|
let f = d.getEffectiveViewport1(this.c);
|
|
1303
1305
|
let g = new ScalerParams(0, b, c, d.yAxis.cg, f);
|
|
1304
|
-
let h = d.
|
|
1306
|
+
let h = d.pr(this.c);
|
|
1305
1307
|
let i = Math.floor(d.yAxis.em(h.top, g, 0));
|
|
1306
1308
|
let j = Math.ceil(d.yAxis.em(h.bottom, g, 0));
|
|
1307
1309
|
if (!d.yAxis.cg) {
|
|
@@ -1330,32 +1332,34 @@ export let StackedBarBucketCalculator = /*@__PURE__*/ (() => {
|
|
|
1330
1332
|
let n = Number.NEGATIVE_INFINITY;
|
|
1331
1333
|
let o = Number.POSITIVE_INFINITY;
|
|
1332
1334
|
let p = i.getEffectiveViewport1(this.c);
|
|
1333
|
-
let q = Math.min(i.
|
|
1335
|
+
let q = Math.min(i.tf != null ? i.tf.length : 0, i.te != null ? i.te.length : 0);
|
|
1334
1336
|
let r = c * this.d;
|
|
1335
1337
|
let s = Math.min(r + this.d - 1, q - 1);
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
else {
|
|
1343
|
-
o = Math.min(o, h.logicalSeriesLink.az._inner[t]);
|
|
1344
|
-
n = Math.max(n, h.logicalSeriesLink.az._inner[t] + j);
|
|
1345
|
-
}
|
|
1346
|
-
if (!isNaN_(l)) {
|
|
1347
|
-
if (!isNaN_(o)) {
|
|
1348
|
-
l = Math.min(l, o);
|
|
1349
|
-
m = Math.max(m, o);
|
|
1338
|
+
if (r <= s) {
|
|
1339
|
+
for (let t = r; t <= s; ++t) {
|
|
1340
|
+
j = a.valueColumn.item(t);
|
|
1341
|
+
if (j < k) {
|
|
1342
|
+
o = Math.min(o, h.logicalSeriesLink.a0._inner[t] + j);
|
|
1343
|
+
n = Math.max(n, h.logicalSeriesLink.a0._inner[t]);
|
|
1350
1344
|
}
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1345
|
+
else {
|
|
1346
|
+
o = Math.min(o, h.logicalSeriesLink.az._inner[t]);
|
|
1347
|
+
n = Math.max(n, h.logicalSeriesLink.az._inner[t] + j);
|
|
1348
|
+
}
|
|
1349
|
+
if (!isNaN_(l)) {
|
|
1350
|
+
if (!isNaN_(o)) {
|
|
1351
|
+
l = Math.min(l, o);
|
|
1352
|
+
m = Math.max(m, o);
|
|
1353
|
+
}
|
|
1354
|
+
if (!isNaN_(n)) {
|
|
1355
|
+
l = Math.min(l, n);
|
|
1356
|
+
m = Math.max(m, n);
|
|
1357
|
+
}
|
|
1358
|
+
}
|
|
1359
|
+
else {
|
|
1360
|
+
l = o;
|
|
1361
|
+
m = n;
|
|
1354
1362
|
}
|
|
1355
|
-
}
|
|
1356
|
-
else {
|
|
1357
|
-
l = o;
|
|
1358
|
-
m = n;
|
|
1359
1363
|
}
|
|
1360
1364
|
}
|
|
1361
1365
|
let u = new ScalerParams(0, d, e, i.xAxis.cg, p);
|
|
@@ -1391,32 +1395,34 @@ export let StackedColumnBucketCalculator = /*@__PURE__*/ (() => {
|
|
|
1391
1395
|
let n = Number.NEGATIVE_INFINITY;
|
|
1392
1396
|
let o = Number.POSITIVE_INFINITY;
|
|
1393
1397
|
let p = i.getEffectiveViewport1(this.c);
|
|
1394
|
-
let q = Math.min(i.
|
|
1398
|
+
let q = Math.min(i.tf != null ? i.tf.length : 0, i.te != null ? i.te.length : 0);
|
|
1395
1399
|
let r = c * this.d;
|
|
1396
1400
|
let s = Math.min(r + this.d - 1, q - 1);
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
else {
|
|
1404
|
-
o = Math.min(o, h.logicalSeriesLink.az._inner[t]);
|
|
1405
|
-
n = Math.max(n, h.logicalSeriesLink.az._inner[t] + j);
|
|
1406
|
-
}
|
|
1407
|
-
if (!isNaN_(l)) {
|
|
1408
|
-
if (!isNaN_(o)) {
|
|
1409
|
-
l = Math.min(l, o);
|
|
1410
|
-
m = Math.max(m, o);
|
|
1401
|
+
if (r <= s) {
|
|
1402
|
+
for (let t = r; t <= s; ++t) {
|
|
1403
|
+
j = a.valueColumn.item(t);
|
|
1404
|
+
if (j < k) {
|
|
1405
|
+
o = Math.min(o, h.logicalSeriesLink.a0._inner[t] + j);
|
|
1406
|
+
n = Math.max(n, h.logicalSeriesLink.a0._inner[t]);
|
|
1411
1407
|
}
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1408
|
+
else {
|
|
1409
|
+
o = Math.min(o, h.logicalSeriesLink.az._inner[t]);
|
|
1410
|
+
n = Math.max(n, h.logicalSeriesLink.az._inner[t] + j);
|
|
1411
|
+
}
|
|
1412
|
+
if (!isNaN_(l)) {
|
|
1413
|
+
if (!isNaN_(o)) {
|
|
1414
|
+
l = Math.min(l, o);
|
|
1415
|
+
m = Math.max(m, o);
|
|
1416
|
+
}
|
|
1417
|
+
if (!isNaN_(n)) {
|
|
1418
|
+
l = Math.min(l, n);
|
|
1419
|
+
m = Math.max(m, n);
|
|
1420
|
+
}
|
|
1421
|
+
}
|
|
1422
|
+
else {
|
|
1423
|
+
l = o;
|
|
1424
|
+
m = n;
|
|
1415
1425
|
}
|
|
1416
|
-
}
|
|
1417
|
-
else {
|
|
1418
|
-
l = o;
|
|
1419
|
-
m = n;
|
|
1420
1426
|
}
|
|
1421
1427
|
}
|
|
1422
1428
|
let u = new ScalerParams(0, d, e, i.yAxis.cg, p);
|
|
@@ -1454,17 +1460,17 @@ export let FragmentBaseValueList = /*@__PURE__*/ (() => {
|
|
|
1454
1460
|
else {
|
|
1455
1461
|
let b = false;
|
|
1456
1462
|
if (this.a.parentSeries != null) {
|
|
1457
|
-
b = this.a.parentSeries.
|
|
1463
|
+
b = this.a.parentSeries.tp;
|
|
1458
1464
|
}
|
|
1459
1465
|
let c = this.a.parentSeries;
|
|
1460
1466
|
if (c == null) {
|
|
1461
1467
|
return NaN;
|
|
1462
1468
|
}
|
|
1463
|
-
if (c.
|
|
1469
|
+
if (c.tf == null || c.te == null || c.tf.length == 0 || c.te.length == 0) {
|
|
1464
1470
|
return NaN;
|
|
1465
1471
|
}
|
|
1466
1472
|
let d = this.a.valueColumn.item(a);
|
|
1467
|
-
let e = Math.abs(c.
|
|
1473
|
+
let e = Math.abs(c.tf[a]) + c.te[a];
|
|
1468
1474
|
let f = this.a.logicalSeriesLink.az;
|
|
1469
1475
|
let g = this.a.logicalSeriesLink.a0;
|
|
1470
1476
|
if (isNaN_(d) || isInfinity(d)) {
|
|
@@ -1533,12 +1539,12 @@ export let LineFragment = /*@__PURE__*/ (() => {
|
|
|
1533
1539
|
bx() {
|
|
1534
1540
|
return new LineFragmentView(this);
|
|
1535
1541
|
}
|
|
1536
|
-
|
|
1537
|
-
super.
|
|
1538
|
-
this.
|
|
1542
|
+
lz(a) {
|
|
1543
|
+
super.lz(a);
|
|
1544
|
+
this.vh = a;
|
|
1539
1545
|
}
|
|
1540
|
-
|
|
1541
|
-
let c = this.
|
|
1546
|
+
vj(a, b) {
|
|
1547
|
+
let c = this.vh.df.ak;
|
|
1542
1548
|
if (this.ex(a, c)) {
|
|
1543
1549
|
return true;
|
|
1544
1550
|
}
|
|
@@ -1548,23 +1554,23 @@ export let LineFragment = /*@__PURE__*/ (() => {
|
|
|
1548
1554
|
return true;
|
|
1549
1555
|
}
|
|
1550
1556
|
ev(a, b) {
|
|
1551
|
-
if (this.
|
|
1557
|
+
if (this.vi(a, b)) {
|
|
1552
1558
|
return true;
|
|
1553
1559
|
}
|
|
1554
|
-
if (this.
|
|
1560
|
+
if (this.vj(a, b)) {
|
|
1555
1561
|
return true;
|
|
1556
1562
|
}
|
|
1557
|
-
if (this.
|
|
1563
|
+
if (this.qg(a, b)) {
|
|
1558
1564
|
return true;
|
|
1559
1565
|
}
|
|
1560
1566
|
return false;
|
|
1561
1567
|
}
|
|
1562
|
-
|
|
1563
|
-
let c = this.
|
|
1568
|
+
vi(a, b) {
|
|
1569
|
+
let c = this.vh.dg.ak;
|
|
1564
1570
|
if (this.ew(a, b, c)) {
|
|
1565
1571
|
return true;
|
|
1566
1572
|
}
|
|
1567
|
-
let d = this.
|
|
1573
|
+
let d = this.vh.dh.ak;
|
|
1568
1574
|
if (this.ew(a, b, d)) {
|
|
1569
1575
|
return true;
|
|
1570
1576
|
}
|
|
@@ -1578,35 +1584,35 @@ export let LineFragment = /*@__PURE__*/ (() => {
|
|
|
1578
1584
|
let c = b;
|
|
1579
1585
|
c.db();
|
|
1580
1586
|
}
|
|
1581
|
-
|
|
1582
|
-
super.
|
|
1587
|
+
s7(a, b) {
|
|
1588
|
+
super.s7(a, b);
|
|
1583
1589
|
let c = (d) => a.f._inner[d][0];
|
|
1584
1590
|
let d = (e) => a.f._inner[e][1];
|
|
1585
1591
|
let e = (f) => a.f._inner[f][0];
|
|
1586
1592
|
let f = (g) => a.f._inner[g][2];
|
|
1587
|
-
this.
|
|
1593
|
+
this.u8.a = typeCast(ISortingAxis_$type, this.xAxis) !== null ? true : false;
|
|
1588
1594
|
let g = b.cr.d;
|
|
1589
1595
|
let h = typeCast(LineFragmentView.$, b);
|
|
1590
1596
|
let i = this.getEffectiveViewport1(b);
|
|
1591
1597
|
let j = a.f;
|
|
1592
|
-
this.
|
|
1598
|
+
this.rx.a0(this, this.sh(), runOn(this, this.ri), this.sp(b), this.sq(b));
|
|
1593
1599
|
let k = false;
|
|
1594
|
-
let l = this.
|
|
1600
|
+
let l = this.rx.b;
|
|
1595
1601
|
if (l != null) {
|
|
1596
1602
|
k = true;
|
|
1597
1603
|
}
|
|
1598
1604
|
if (k) {
|
|
1599
|
-
let m = new ScalerParams(0, b.bv, b.bu, this.
|
|
1600
|
-
this.
|
|
1605
|
+
let m = new ScalerParams(0, b.bv, b.bu, this.uo.cg, i);
|
|
1606
|
+
this.s3(j, -1, this.valueColumn.count, this.uo, m, b.q);
|
|
1601
1607
|
}
|
|
1602
|
-
this.
|
|
1603
|
-
this.
|
|
1604
|
-
this.
|
|
1605
|
-
h.df._opacity = 0.75 * this.
|
|
1606
|
-
this.
|
|
1608
|
+
this.rx.ad(h.dg, true, false, true, false);
|
|
1609
|
+
this.rx.ad(h.dh, true, false, true, false);
|
|
1610
|
+
this.rx.ad(h.df, false, true, false, false);
|
|
1611
|
+
h.df._opacity = 0.75 * this.rx.j;
|
|
1612
|
+
this.u8.m(h.dg, h.df, h.dh, a.f.count, a.f, true, 0, this.tf(a.f, a.f.count - 1, b.bu, b.bv), g, this.ft);
|
|
1607
1613
|
}
|
|
1608
1614
|
get useHighMarkerFidelity() {
|
|
1609
|
-
return this.
|
|
1615
|
+
return this.sk;
|
|
1610
1616
|
}
|
|
1611
1617
|
}
|
|
1612
1618
|
LineFragment.$t = /*@__PURE__*/ markType(LineFragment, 'LineFragment', FragmentBase.$);
|
|
@@ -1620,9 +1626,9 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1620
1626
|
constructor() {
|
|
1621
1627
|
super();
|
|
1622
1628
|
this._logicalSeriesLink = null;
|
|
1623
|
-
this.
|
|
1624
|
-
this.
|
|
1625
|
-
this.
|
|
1629
|
+
this.vr = null;
|
|
1630
|
+
this.vt = null;
|
|
1631
|
+
this.vr = new CategoryLineRasterizer();
|
|
1626
1632
|
}
|
|
1627
1633
|
get logicalSeriesLink() {
|
|
1628
1634
|
return this._logicalSeriesLink;
|
|
@@ -1631,10 +1637,10 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1631
1637
|
this._logicalSeriesLink = a;
|
|
1632
1638
|
}
|
|
1633
1639
|
get parentSeries() {
|
|
1634
|
-
return this.
|
|
1640
|
+
return this.vt;
|
|
1635
1641
|
}
|
|
1636
1642
|
set parentSeries(a) {
|
|
1637
|
-
this.
|
|
1643
|
+
this.vt = a;
|
|
1638
1644
|
}
|
|
1639
1645
|
get_dn() {
|
|
1640
1646
|
return false;
|
|
@@ -1651,32 +1657,32 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1651
1657
|
}
|
|
1652
1658
|
return null;
|
|
1653
1659
|
}
|
|
1654
|
-
|
|
1655
|
-
return this.
|
|
1660
|
+
pm(a, b, c) {
|
|
1661
|
+
return this.po(a, b, c, this.ru.r(this.ro(), this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.r9(), this.ro(), runOn(this, this.vv), (d, e) => this.hk(d, e, this.ro(), runOn(this, this.sn), new SplineFragmentBaseValueList(this)), (d, e) => this.hi(d, e, this.ro(), runOn(this, this.sn), new SplineFragmentBaseValueList(this)));
|
|
1656
1662
|
}
|
|
1657
1663
|
ag() {
|
|
1658
|
-
return [this.
|
|
1664
|
+
return [this.ro(), this.r9()];
|
|
1659
1665
|
}
|
|
1660
|
-
|
|
1666
|
+
vv(a, b, c) {
|
|
1661
1667
|
if (this.cd == null) {
|
|
1662
1668
|
return NaN;
|
|
1663
1669
|
}
|
|
1664
1670
|
let d = this.getEffectiveViewport1(this.b0);
|
|
1665
|
-
let e = new ScalerParams(0, this.cd.sf, this.b0.bu, this.
|
|
1666
|
-
let f = this.
|
|
1667
|
-
return this.gl(new SplineFragmentBaseValueList(this), a, this.
|
|
1671
|
+
let e = new ScalerParams(0, this.cd.sf, this.b0.bu, this.ro().cg, d);
|
|
1672
|
+
let f = this.ru.r(this.ro(), this.cd.sf, this.b0.bu, d);
|
|
1673
|
+
return this.gl(new SplineFragmentBaseValueList(this), a, this.ro(), e, f, runOn(this, this.sn), b, c);
|
|
1668
1674
|
}
|
|
1669
1675
|
hc() {
|
|
1670
1676
|
let a = this.parentSeries;
|
|
1671
|
-
if (a.index == -1 || a.
|
|
1677
|
+
if (a.index == -1 || a.tm == null || a.tm.f.indexOf(this) == -1) {
|
|
1672
1678
|
return -1;
|
|
1673
1679
|
}
|
|
1674
|
-
return a.
|
|
1680
|
+
return a.tm.f.indexOf(this);
|
|
1675
1681
|
}
|
|
1676
1682
|
resolveLegendIndex() {
|
|
1677
1683
|
let a = this.parentSeries;
|
|
1678
|
-
if (a.
|
|
1679
|
-
return -1 + a.index + a.
|
|
1684
|
+
if (a.tq) {
|
|
1685
|
+
return -1 + a.index + a.ti.count - a.tm.f.indexOf(this);
|
|
1680
1686
|
}
|
|
1681
1687
|
return super.resolveLegendIndex();
|
|
1682
1688
|
}
|
|
@@ -1690,7 +1696,7 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1690
1696
|
bf() {
|
|
1691
1697
|
return this.parentSeries;
|
|
1692
1698
|
}
|
|
1693
|
-
|
|
1699
|
+
vd(a, b, c, d, e, f, g) {
|
|
1694
1700
|
let h = b[0];
|
|
1695
1701
|
let i = b[1];
|
|
1696
1702
|
let j = new Rect(0, h - 5, i - 5, 11, 11);
|
|
@@ -1724,7 +1730,7 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1724
1730
|
ap(a) {
|
|
1725
1731
|
return null;
|
|
1726
1732
|
}
|
|
1727
|
-
|
|
1733
|
+
vw(a, b, c, d, e, f) {
|
|
1728
1734
|
let g = typeCast(ISortingAxis_$type, d);
|
|
1729
1735
|
if (g == null) {
|
|
1730
1736
|
return;
|
|
@@ -1733,10 +1739,10 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1733
1739
|
let i = new ScalerParams(0, b, c, d.cg, h);
|
|
1734
1740
|
let j = new ScalerParams(0, b, c, e.cg, h);
|
|
1735
1741
|
let k = d.el(2, i) - d.el(1, i);
|
|
1736
|
-
let l = this.
|
|
1742
|
+
let l = this.qf();
|
|
1737
1743
|
let m = 0;
|
|
1738
|
-
let n = this.
|
|
1739
|
-
let o = (p) => Math.abs(this.parentSeries.
|
|
1744
|
+
let n = this.vh(d, b, c, h);
|
|
1745
|
+
let o = (p) => Math.abs(this.parentSeries.tf[p]) + this.parentSeries.te[p];
|
|
1740
1746
|
let p = (q) => q;
|
|
1741
1747
|
let q = (r) => {
|
|
1742
1748
|
let s = g.i$b._inner[r];
|
|
@@ -1747,13 +1753,13 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1747
1753
|
return this.valueColumn.item(s) < 0 ? this.logicalSeriesLink.a0._inner[s] + this.valueColumn.item(s) : this.logicalSeriesLink.az._inner[s] + this.valueColumn.item(s);
|
|
1748
1754
|
}
|
|
1749
1755
|
};
|
|
1750
|
-
let r = this.
|
|
1751
|
-
let s = this.
|
|
1756
|
+
let r = this.ry.cr.f;
|
|
1757
|
+
let s = this.ry.cr.e;
|
|
1752
1758
|
let t = truncate(Math.ceil(c.width / (r - s)));
|
|
1753
1759
|
let u = new CollisionAvoider();
|
|
1754
|
-
let v = this.
|
|
1760
|
+
let v = this.ry.cr.d;
|
|
1755
1761
|
if (v <= 0 || (s <= 0 && r <= 0)) {
|
|
1756
|
-
this.
|
|
1762
|
+
this.ry.cu.count = m;
|
|
1757
1763
|
return;
|
|
1758
1764
|
}
|
|
1759
1765
|
let w = 0;
|
|
@@ -1764,7 +1770,7 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1764
1770
|
z = g.i$b._inner[z];
|
|
1765
1771
|
}
|
|
1766
1772
|
if (x >= (this.valueColumn.count - 1)) {
|
|
1767
|
-
if (l && this.
|
|
1773
|
+
if (l && this.vd(a, a.f._inner[a.f.count - 1], u, Math.min(z, this.ck.count - 1), m, f, w - 1)) {
|
|
1768
1774
|
++m;
|
|
1769
1775
|
}
|
|
1770
1776
|
break;
|
|
@@ -1774,8 +1780,8 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1774
1780
|
let ac = p(x + 1);
|
|
1775
1781
|
let ad = q(x + 1);
|
|
1776
1782
|
let ae = ac - aa;
|
|
1777
|
-
let af = this.
|
|
1778
|
-
let ag = this.
|
|
1783
|
+
let af = this.u9[x];
|
|
1784
|
+
let ag = this.u9[x + 1];
|
|
1779
1785
|
let ah = g.i$d(g.i$b._inner[x]);
|
|
1780
1786
|
let ai = d.ei(ah, i) + n;
|
|
1781
1787
|
let aj = e.ei(ab, j);
|
|
@@ -1801,13 +1807,13 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1801
1807
|
if (l) {
|
|
1802
1808
|
y = [ai, aj, aj];
|
|
1803
1809
|
}
|
|
1804
|
-
if (l && this.
|
|
1810
|
+
if (l && this.vd(a, y, u, Math.min(z, this.ck.count - 1), m, f, w - 1)) {
|
|
1805
1811
|
++m;
|
|
1806
1812
|
}
|
|
1807
1813
|
}
|
|
1808
|
-
this.
|
|
1814
|
+
this.ry.cu.count = m;
|
|
1809
1815
|
}
|
|
1810
|
-
|
|
1816
|
+
s4(a, b) {
|
|
1811
1817
|
a.u();
|
|
1812
1818
|
if (this.valueColumn == null || this.parentSeries == null || this.logicalSeriesLink == null) {
|
|
1813
1819
|
return;
|
|
@@ -1815,10 +1821,10 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1815
1821
|
if (this.logicalSeriesLink.a0.count == 0 || this.logicalSeriesLink.az.count == 0) {
|
|
1816
1822
|
return;
|
|
1817
1823
|
}
|
|
1818
|
-
if (this.
|
|
1824
|
+
if (this.ry.cr.d == 0) {
|
|
1819
1825
|
return;
|
|
1820
1826
|
}
|
|
1821
|
-
super.
|
|
1827
|
+
super.s4(a, b);
|
|
1822
1828
|
if (a.f.count <= 1) {
|
|
1823
1829
|
return;
|
|
1824
1830
|
}
|
|
@@ -1831,21 +1837,21 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1831
1837
|
let i = new ScalerParams(0, c, d, g.cg, e);
|
|
1832
1838
|
a.f.clear();
|
|
1833
1839
|
a.m.clear();
|
|
1834
|
-
let j = this.
|
|
1840
|
+
let j = this.qf();
|
|
1835
1841
|
let k = 0;
|
|
1836
1842
|
let l;
|
|
1837
1843
|
let m;
|
|
1838
1844
|
if (b.p) {
|
|
1839
|
-
l = this.parentSeries.
|
|
1845
|
+
l = this.parentSeries.tg;
|
|
1840
1846
|
m = this.parentSeries.a6.a$h.item(b.ad);
|
|
1841
1847
|
}
|
|
1842
1848
|
else if (b == this.bz) {
|
|
1843
|
-
l = this.parentSeries.
|
|
1849
|
+
l = this.parentSeries.rs;
|
|
1844
1850
|
m = typeCast(CategorySeriesView.$, this.parentSeries.bz);
|
|
1845
1851
|
}
|
|
1846
1852
|
else {
|
|
1847
|
-
l = this.parentSeries.
|
|
1848
|
-
m = this.parentSeries.
|
|
1853
|
+
l = this.parentSeries.rp;
|
|
1854
|
+
m = this.parentSeries.ry;
|
|
1849
1855
|
}
|
|
1850
1856
|
let n = m.cr.d;
|
|
1851
1857
|
let o = typeCast(ISortingAxis_$type, f);
|
|
@@ -1872,7 +1878,7 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1872
1878
|
if (f.cg) {
|
|
1873
1879
|
q = -q;
|
|
1874
1880
|
}
|
|
1875
|
-
let s = (t) => Math.abs(this.parentSeries.
|
|
1881
|
+
let s = (t) => Math.abs(this.parentSeries.tf[t]) + this.parentSeries.te[t];
|
|
1876
1882
|
let t = (u) => u;
|
|
1877
1883
|
let u = (v) => {
|
|
1878
1884
|
let w = this.valueColumn.item(v);
|
|
@@ -1888,13 +1894,13 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1888
1894
|
return w < 0 ? this.logicalSeriesLink.a0._inner[v] + w : this.logicalSeriesLink.az._inner[v] + w;
|
|
1889
1895
|
};
|
|
1890
1896
|
let v = b.cr.d;
|
|
1891
|
-
this.
|
|
1897
|
+
this.vm(b);
|
|
1892
1898
|
let w = m.cr.e;
|
|
1893
1899
|
let x = m.cr.f;
|
|
1894
1900
|
let y = truncate(Math.ceil(d.width / (x - w)));
|
|
1895
1901
|
let z = new CollisionAvoider();
|
|
1896
1902
|
if (o != null) {
|
|
1897
|
-
this.
|
|
1903
|
+
this.vw(a, c, d, f, g, b);
|
|
1898
1904
|
return;
|
|
1899
1905
|
}
|
|
1900
1906
|
let aa = 0;
|
|
@@ -1906,7 +1912,7 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1906
1912
|
let ad = null;
|
|
1907
1913
|
if (v == 1) {
|
|
1908
1914
|
if (ac >= (this.valueColumn.count - 1)) {
|
|
1909
|
-
if (j && a.f.count > 0 && this.
|
|
1915
|
+
if (j && a.f.count > 0 && this.vd(a, a.f._inner[a.f.count - 1], z, Math.min(ac * v, this.ck.count - 1), k, b, aa - 1)) {
|
|
1910
1916
|
++k;
|
|
1911
1917
|
}
|
|
1912
1918
|
break;
|
|
@@ -1916,8 +1922,8 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1916
1922
|
let ag = u(ac);
|
|
1917
1923
|
let ah = u(ac + 1);
|
|
1918
1924
|
let ai = af - ae;
|
|
1919
|
-
let aj = this.
|
|
1920
|
-
let ak = this.
|
|
1925
|
+
let aj = this.u9[ac];
|
|
1926
|
+
let ak = this.u9[ac + 1];
|
|
1921
1927
|
let al = f.ei(ae, h) + q;
|
|
1922
1928
|
let am = g.ei(ag, i);
|
|
1923
1929
|
a.f.add([al, am, am]);
|
|
@@ -1948,14 +1954,14 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1948
1954
|
ab = aa;
|
|
1949
1955
|
}
|
|
1950
1956
|
}
|
|
1951
|
-
if (j && this.
|
|
1957
|
+
if (j && this.vd(a, ad, z, Math.min(ac * v, this.ck.count - 1), k, b, ab - 1)) {
|
|
1952
1958
|
++k;
|
|
1953
1959
|
}
|
|
1954
1960
|
}
|
|
1955
1961
|
b.cu.count = k;
|
|
1956
1962
|
}
|
|
1957
|
-
|
|
1958
|
-
let b = (c) => Math.abs(this.parentSeries.
|
|
1963
|
+
u7(a) {
|
|
1964
|
+
let b = (c) => Math.abs(this.parentSeries.tf[c]) + this.parentSeries.te[c];
|
|
1959
1965
|
let c = (d) => d;
|
|
1960
1966
|
let d = (e) => {
|
|
1961
1967
|
let f = this.valueColumn.item(e);
|
|
@@ -1973,13 +1979,13 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1973
1979
|
let e = new List$1(Array_$type, 0);
|
|
1974
1980
|
let f = a.bv;
|
|
1975
1981
|
let g = a.bu;
|
|
1976
|
-
let h = typeCast(ISortingAxis_$type, this.
|
|
1982
|
+
let h = typeCast(ISortingAxis_$type, this.uo);
|
|
1977
1983
|
let i = 0;
|
|
1978
1984
|
let j = 0;
|
|
1979
1985
|
let k = 0;
|
|
1980
1986
|
let l = this.ft;
|
|
1981
|
-
let m = this.
|
|
1982
|
-
let n = this.
|
|
1987
|
+
let m = this.pr(this.b0);
|
|
1988
|
+
let n = this.uo;
|
|
1983
1989
|
let o = this.getEffectiveViewport1(a);
|
|
1984
1990
|
if (h == null || h.i$b == null) {
|
|
1985
1991
|
let p = new ScalerParams(0, f, g, n.cg, o);
|
|
@@ -1998,7 +2004,7 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1998
2004
|
let t = truncate(Math.ceil(g.width / (k - j)));
|
|
1999
2005
|
let u = new CollisionAvoider();
|
|
2000
2006
|
if (h != null) {
|
|
2001
|
-
return this.
|
|
2007
|
+
return this.u8(a);
|
|
2002
2008
|
}
|
|
2003
2009
|
let v = 0;
|
|
2004
2010
|
let w = 0;
|
|
@@ -2016,8 +2022,8 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
2016
2022
|
let ab = d(x);
|
|
2017
2023
|
let ac = d(x + 1);
|
|
2018
2024
|
let ad = aa - z;
|
|
2019
|
-
let ae = this.
|
|
2020
|
-
let af = this.
|
|
2025
|
+
let ae = this.u9[x];
|
|
2026
|
+
let af = this.u9[x + 1];
|
|
2021
2027
|
e.add([ab, ab]);
|
|
2022
2028
|
for (let ag = 1; ag < t; ++ag) {
|
|
2023
2029
|
let ah = z + ad * ag / t;
|
|
@@ -2036,19 +2042,19 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
2036
2042
|
}
|
|
2037
2043
|
return e.toArray();
|
|
2038
2044
|
}
|
|
2039
|
-
|
|
2045
|
+
u8(a) {
|
|
2040
2046
|
let b = new List$1(Array_$type, 0);
|
|
2041
2047
|
let c = a.bv;
|
|
2042
2048
|
let d = a.bu;
|
|
2043
|
-
let e = this.
|
|
2049
|
+
let e = this.uo;
|
|
2044
2050
|
let f = typeCast(ISortingAxis_$type, e);
|
|
2045
2051
|
if (f == null) {
|
|
2046
2052
|
return null;
|
|
2047
2053
|
}
|
|
2048
2054
|
let g = this.getEffectiveViewport1(a);
|
|
2049
|
-
let h = this.
|
|
2055
|
+
let h = this.qf();
|
|
2050
2056
|
let i = 0;
|
|
2051
|
-
let j = (k) => Math.abs(this.parentSeries.
|
|
2057
|
+
let j = (k) => Math.abs(this.parentSeries.tf[k]) + this.parentSeries.te[k];
|
|
2052
2058
|
let k = (l) => l;
|
|
2053
2059
|
let l = (m) => {
|
|
2054
2060
|
let n = f.i$b._inner[m];
|
|
@@ -2063,7 +2069,7 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
2063
2069
|
let n = 0;
|
|
2064
2070
|
let o = 0;
|
|
2065
2071
|
let p = this.ft;
|
|
2066
|
-
let q = this.
|
|
2072
|
+
let q = this.pr(this.b0);
|
|
2067
2073
|
if (f == null || f.i$b == null) {
|
|
2068
2074
|
let r = 0;
|
|
2069
2075
|
let s = e.lf - 1;
|
|
@@ -2078,7 +2084,7 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
2078
2084
|
m = 1;
|
|
2079
2085
|
}
|
|
2080
2086
|
if (m <= 0 || (n <= 0 && o <= 0)) {
|
|
2081
|
-
this.
|
|
2087
|
+
this.ry.cu.count = i;
|
|
2082
2088
|
return null;
|
|
2083
2089
|
}
|
|
2084
2090
|
let u = truncate(Math.ceil(d.width / (o - n)));
|
|
@@ -2094,8 +2100,8 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
2094
2100
|
let ab = k(x + 1);
|
|
2095
2101
|
let ac = l(x + 1);
|
|
2096
2102
|
let ad = ab - z;
|
|
2097
|
-
let ae = this.
|
|
2098
|
-
let af = this.
|
|
2103
|
+
let ae = this.u9[x];
|
|
2104
|
+
let af = this.u9[x + 1];
|
|
2099
2105
|
b.add([aa, aa]);
|
|
2100
2106
|
for (let ag = 1; ag < u; ++ag) {
|
|
2101
2107
|
let ah = ag / u;
|
|
@@ -2108,9 +2114,9 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
2108
2114
|
}
|
|
2109
2115
|
return b.toArray();
|
|
2110
2116
|
}
|
|
2111
|
-
|
|
2112
|
-
super.
|
|
2113
|
-
let b = (c) => Math.abs(this.parentSeries.
|
|
2117
|
+
vm(a) {
|
|
2118
|
+
super.vm(a);
|
|
2119
|
+
let b = (c) => Math.abs(this.parentSeries.tf[c]) + this.parentSeries.te[c];
|
|
2114
2120
|
let c = (d) => d;
|
|
2115
2121
|
let d = (e) => {
|
|
2116
2122
|
let f = this.valueColumn.item(e);
|
|
@@ -2125,17 +2131,17 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
2125
2131
|
}
|
|
2126
2132
|
return f < 0 ? this.logicalSeriesLink.a0._inner[e] + f : this.logicalSeriesLink.az._inner[e] + f;
|
|
2127
2133
|
};
|
|
2128
|
-
let e = this.
|
|
2129
|
-
let f = this.
|
|
2134
|
+
let e = this.uo;
|
|
2135
|
+
let f = this.vb == 0 ? NaN : 0;
|
|
2130
2136
|
if (e != null && typeCast(ISortingAxis_$type, e) !== null && e.i$b != null) {
|
|
2131
2137
|
let g = new SafeSortedReadOnlyDoubleCollection(0, this.valueColumn, e.i$b);
|
|
2132
2138
|
d = (h) => g.item(h);
|
|
2133
2139
|
}
|
|
2134
|
-
this.
|
|
2135
|
-
if (this.
|
|
2140
|
+
this.u9 = Numeric.c(this.valueColumn.count, c, d, f, f);
|
|
2141
|
+
if (this.vc) {
|
|
2136
2142
|
let h = -1.7976931348623157E+308;
|
|
2137
2143
|
let i = 1.7976931348623157E+308;
|
|
2138
|
-
let j = this.
|
|
2144
|
+
let j = this.u7(a);
|
|
2139
2145
|
if (j == null) {
|
|
2140
2146
|
return;
|
|
2141
2147
|
}
|
|
@@ -2150,22 +2156,22 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
2150
2156
|
i = j[k][0];
|
|
2151
2157
|
}
|
|
2152
2158
|
}
|
|
2153
|
-
this.
|
|
2154
|
-
this.
|
|
2159
|
+
this.vj = i;
|
|
2160
|
+
this.vi = h;
|
|
2155
2161
|
}
|
|
2156
2162
|
}
|
|
2157
|
-
|
|
2158
|
-
super.
|
|
2163
|
+
l4(a, b, c, d) {
|
|
2164
|
+
super.l4(a, b, c, d);
|
|
2159
2165
|
switch (b) {
|
|
2160
2166
|
case "ActualBrush":
|
|
2161
2167
|
if (this.logicalSeriesLink != null) {
|
|
2162
|
-
this.logicalSeriesLink.jf = this.
|
|
2168
|
+
this.logicalSeriesLink.jf = this.oz;
|
|
2163
2169
|
}
|
|
2164
2170
|
break;
|
|
2165
2171
|
}
|
|
2166
2172
|
}
|
|
2167
2173
|
get useHighMarkerFidelity() {
|
|
2168
|
-
return this.
|
|
2174
|
+
return this.sk;
|
|
2169
2175
|
}
|
|
2170
2176
|
}
|
|
2171
2177
|
SplineFragmentBase.$t = /*@__PURE__*/ markType(SplineFragmentBase, 'SplineFragmentBase', SplineSeriesBase.$);
|
|
@@ -2178,19 +2184,19 @@ export let SplineAreaFragment = /*@__PURE__*/ (() => {
|
|
|
2178
2184
|
class SplineAreaFragment extends SplineFragmentBase {
|
|
2179
2185
|
constructor() {
|
|
2180
2186
|
super();
|
|
2181
|
-
this.
|
|
2187
|
+
this.v1 = null;
|
|
2182
2188
|
this.ab = SplineAreaFragment.$;
|
|
2183
2189
|
}
|
|
2184
2190
|
bx() {
|
|
2185
2191
|
return new SplineAreaFragmentView(this);
|
|
2186
2192
|
}
|
|
2187
|
-
|
|
2188
|
-
super.
|
|
2189
|
-
this.
|
|
2193
|
+
lz(a) {
|
|
2194
|
+
super.lz(a);
|
|
2195
|
+
this.vx = typeCast(SplineAreaFragmentView.$, a);
|
|
2190
2196
|
}
|
|
2191
2197
|
ac() {
|
|
2192
2198
|
super.ac();
|
|
2193
|
-
this.
|
|
2199
|
+
this.mi(false);
|
|
2194
2200
|
}
|
|
2195
2201
|
get_de() {
|
|
2196
2202
|
return true;
|
|
@@ -2201,38 +2207,38 @@ export let SplineAreaFragment = /*@__PURE__*/ (() => {
|
|
|
2201
2207
|
get_eg() {
|
|
2202
2208
|
return true;
|
|
2203
2209
|
}
|
|
2204
|
-
|
|
2210
|
+
rz() {
|
|
2205
2211
|
return 1;
|
|
2206
2212
|
}
|
|
2207
|
-
|
|
2208
|
-
let c = this.
|
|
2213
|
+
vz(a, b) {
|
|
2214
|
+
let c = this.vx.di.ak;
|
|
2209
2215
|
if (this.ex(a, c)) {
|
|
2210
2216
|
return true;
|
|
2211
2217
|
}
|
|
2212
|
-
let d = this.
|
|
2218
|
+
let d = this.vx.dj.ak;
|
|
2213
2219
|
if (this.ex(a, d)) {
|
|
2214
2220
|
return true;
|
|
2215
2221
|
}
|
|
2216
2222
|
return false;
|
|
2217
2223
|
}
|
|
2218
2224
|
ev(a, b) {
|
|
2219
|
-
if (this.
|
|
2225
|
+
if (this.vy(a, b)) {
|
|
2220
2226
|
return true;
|
|
2221
2227
|
}
|
|
2222
|
-
if (this.
|
|
2228
|
+
if (this.vz(a, b)) {
|
|
2223
2229
|
return true;
|
|
2224
2230
|
}
|
|
2225
|
-
if (this.
|
|
2231
|
+
if (this.qg(a, b)) {
|
|
2226
2232
|
return true;
|
|
2227
2233
|
}
|
|
2228
2234
|
return false;
|
|
2229
2235
|
}
|
|
2230
|
-
|
|
2231
|
-
let c = this.
|
|
2236
|
+
vy(a, b) {
|
|
2237
|
+
let c = this.vx.dk.ak;
|
|
2232
2238
|
if (this.ew(a, b, c)) {
|
|
2233
2239
|
return true;
|
|
2234
2240
|
}
|
|
2235
|
-
let d = this.
|
|
2241
|
+
let d = this.vx.dl.ak;
|
|
2236
2242
|
if (this.ew(a, b, d)) {
|
|
2237
2243
|
return true;
|
|
2238
2244
|
}
|
|
@@ -2243,39 +2249,39 @@ export let SplineAreaFragment = /*@__PURE__*/ (() => {
|
|
|
2243
2249
|
let c = b;
|
|
2244
2250
|
c.dd();
|
|
2245
2251
|
}
|
|
2246
|
-
|
|
2247
|
-
super.
|
|
2248
|
-
this.
|
|
2252
|
+
s7(a, b) {
|
|
2253
|
+
super.s7(a, b);
|
|
2254
|
+
this.vr.a = typeCast(ISortingAxis_$type, this.xAxis) !== null ? true : false;
|
|
2249
2255
|
let c = a.f;
|
|
2250
2256
|
let d = this.getEffectiveViewport1(b);
|
|
2251
|
-
this.
|
|
2257
|
+
this.rx.a0(this, this.sh(), runOn(this, this.ri), this.sp(b), this.sq(b));
|
|
2252
2258
|
let e = false;
|
|
2253
|
-
let f = this.
|
|
2259
|
+
let f = this.rx.b;
|
|
2254
2260
|
if (f != null) {
|
|
2255
2261
|
e = true;
|
|
2256
2262
|
}
|
|
2257
2263
|
if (e) {
|
|
2258
|
-
let g = new ScalerParams(0, b.bv, b.bu, this.
|
|
2259
|
-
this.
|
|
2264
|
+
let g = new ScalerParams(0, b.bv, b.bu, this.uo.cg, d);
|
|
2265
|
+
this.s3(c, -1, this.valueColumn.count, this.uo, g, b.q);
|
|
2260
2266
|
}
|
|
2261
2267
|
let h = typeCast(SplineAreaFragmentView.$, b);
|
|
2262
2268
|
let i = b.cr.d;
|
|
2263
|
-
this.
|
|
2264
|
-
this.
|
|
2265
|
-
this.
|
|
2266
|
-
this.
|
|
2267
|
-
h.di._opacity = this.
|
|
2268
|
-
h.dj._opacity = 0.5 * this.
|
|
2269
|
-
this.
|
|
2270
|
-
}
|
|
2271
|
-
|
|
2272
|
-
super.
|
|
2273
|
-
}
|
|
2274
|
-
|
|
2275
|
-
let d = this.
|
|
2269
|
+
this.rx.ad(h.dk, true, false, true, true);
|
|
2270
|
+
this.rx.ad(h.dl, true, false, true, true);
|
|
2271
|
+
this.rx.ad(h.di, false, true, false, false);
|
|
2272
|
+
this.rx.ad(h.dj, false, true, false, false);
|
|
2273
|
+
h.di._opacity = this.rx.j * this.fq;
|
|
2274
|
+
h.dj._opacity = 0.5 * this.rx.j * this.fq;
|
|
2275
|
+
this.vr.i(h.di, h.dk, h.dj, h.dl, a.f.count, a.f, true, i, this.ft, (j, k, l, m, n) => this.v0(j, a.f, b), 1);
|
|
2276
|
+
}
|
|
2277
|
+
mk(a, b) {
|
|
2278
|
+
super.mk(a, b);
|
|
2279
|
+
}
|
|
2280
|
+
v0(a, b, c) {
|
|
2281
|
+
let d = this.tq(c);
|
|
2276
2282
|
let e = d;
|
|
2277
2283
|
let f = this.logicalSeriesLink.at;
|
|
2278
|
-
let g = f ? this.parentSeries.
|
|
2284
|
+
let g = f ? this.parentSeries.tm.e : this.parentSeries.tm.d;
|
|
2279
2285
|
let h = g.indexOf(this);
|
|
2280
2286
|
if (a.count == 0) {
|
|
2281
2287
|
return;
|
|
@@ -2294,15 +2300,15 @@ export let SplineAreaFragment = /*@__PURE__*/ (() => {
|
|
|
2294
2300
|
break;
|
|
2295
2301
|
}
|
|
2296
2302
|
let k = typeCast(SplineFragmentBase.$, g._inner[j - 1]);
|
|
2297
|
-
if (k != null && k.
|
|
2303
|
+
if (k != null && k.vr != null && k.vr.o.count > 0 && this.b0 != null && k.e9(this.b0.bu, this.b0.bv, this.b0)) {
|
|
2298
2304
|
i = true;
|
|
2299
|
-
for (let l = k.
|
|
2300
|
-
a.add(k.
|
|
2305
|
+
for (let l = k.vr.o.count - 1; l >= 0; l--) {
|
|
2306
|
+
a.add(k.vr.o._inner[l]);
|
|
2301
2307
|
}
|
|
2302
2308
|
}
|
|
2303
2309
|
}
|
|
2304
2310
|
}
|
|
2305
|
-
|
|
2311
|
+
tq(a) {
|
|
2306
2312
|
let b = 0;
|
|
2307
2313
|
let c = a.bv;
|
|
2308
2314
|
let d = a.bu;
|
|
@@ -2313,14 +2319,14 @@ export let SplineAreaFragment = /*@__PURE__*/ (() => {
|
|
|
2313
2319
|
}
|
|
2314
2320
|
return b;
|
|
2315
2321
|
}
|
|
2316
|
-
|
|
2322
|
+
mt() {
|
|
2317
2323
|
let a = (typeCast(XamDataChart.$, this.cd));
|
|
2318
2324
|
if (a != null) {
|
|
2319
2325
|
this.fq = isNaN_(this.fz) ? this.parentSeries.fq : this.fz;
|
|
2320
2326
|
}
|
|
2321
2327
|
}
|
|
2322
2328
|
get useHighMarkerFidelity() {
|
|
2323
|
-
return this.
|
|
2329
|
+
return this.sk;
|
|
2324
2330
|
}
|
|
2325
2331
|
}
|
|
2326
2332
|
SplineAreaFragment.$t = /*@__PURE__*/ markType(SplineAreaFragment, 'SplineAreaFragment', SplineFragmentBase.$);
|
|
@@ -2341,12 +2347,12 @@ export let SplineFragment = /*@__PURE__*/ (() => {
|
|
|
2341
2347
|
bx() {
|
|
2342
2348
|
return new SplineFragmentView(this);
|
|
2343
2349
|
}
|
|
2344
|
-
|
|
2345
|
-
super.
|
|
2346
|
-
this.
|
|
2350
|
+
lz(a) {
|
|
2351
|
+
super.lz(a);
|
|
2352
|
+
this.vx = a;
|
|
2347
2353
|
}
|
|
2348
|
-
|
|
2349
|
-
let c = this.
|
|
2354
|
+
vz(a, b) {
|
|
2355
|
+
let c = this.vx.dh.ak;
|
|
2350
2356
|
if (this.ex(a, c)) {
|
|
2351
2357
|
return true;
|
|
2352
2358
|
}
|
|
@@ -2356,23 +2362,23 @@ export let SplineFragment = /*@__PURE__*/ (() => {
|
|
|
2356
2362
|
return true;
|
|
2357
2363
|
}
|
|
2358
2364
|
ev(a, b) {
|
|
2359
|
-
if (this.
|
|
2365
|
+
if (this.vy(a, b)) {
|
|
2360
2366
|
return true;
|
|
2361
2367
|
}
|
|
2362
|
-
if (this.
|
|
2368
|
+
if (this.vz(a, b)) {
|
|
2363
2369
|
return true;
|
|
2364
2370
|
}
|
|
2365
|
-
if (this.
|
|
2371
|
+
if (this.qg(a, b)) {
|
|
2366
2372
|
return true;
|
|
2367
2373
|
}
|
|
2368
2374
|
return false;
|
|
2369
2375
|
}
|
|
2370
|
-
|
|
2371
|
-
let c = this.
|
|
2376
|
+
vy(a, b) {
|
|
2377
|
+
let c = this.vx.di.ak;
|
|
2372
2378
|
if (this.ew(a, b, c)) {
|
|
2373
2379
|
return true;
|
|
2374
2380
|
}
|
|
2375
|
-
let d = this.
|
|
2381
|
+
let d = this.vx.dj.ak;
|
|
2376
2382
|
if (this.ew(a, b, d)) {
|
|
2377
2383
|
return true;
|
|
2378
2384
|
}
|
|
@@ -2383,31 +2389,31 @@ export let SplineFragment = /*@__PURE__*/ (() => {
|
|
|
2383
2389
|
let c = b;
|
|
2384
2390
|
c.dd();
|
|
2385
2391
|
}
|
|
2386
|
-
|
|
2387
|
-
super.
|
|
2388
|
-
this.
|
|
2392
|
+
s7(a, b) {
|
|
2393
|
+
super.s7(a, b);
|
|
2394
|
+
this.vr.a = typeCast(ISortingAxis_$type, this.xAxis) !== null ? true : false;
|
|
2389
2395
|
let c = typeCast(SplineFragmentView.$, b);
|
|
2390
2396
|
let d = a.f;
|
|
2391
2397
|
let e = this.getEffectiveViewport1(b);
|
|
2392
|
-
this.
|
|
2398
|
+
this.rx.a0(this, this.sh(), runOn(this, this.ri), this.sp(b), this.sq(b));
|
|
2393
2399
|
let f = false;
|
|
2394
|
-
let g = this.
|
|
2400
|
+
let g = this.rx.b;
|
|
2395
2401
|
if (g != null) {
|
|
2396
2402
|
f = true;
|
|
2397
2403
|
}
|
|
2398
2404
|
if (f) {
|
|
2399
|
-
let h = new ScalerParams(0, b.bv, b.bu, this.
|
|
2400
|
-
this.
|
|
2405
|
+
let h = new ScalerParams(0, b.bv, b.bu, this.uo.cg, e);
|
|
2406
|
+
this.s3(d, -1, this.valueColumn.count, this.uo, h, b.q);
|
|
2401
2407
|
}
|
|
2402
|
-
this.
|
|
2403
|
-
this.
|
|
2404
|
-
this.
|
|
2405
|
-
c.dh._opacity = 0.75 * this.
|
|
2408
|
+
this.rx.ad(c.di, true, false, true, false);
|
|
2409
|
+
this.rx.ad(c.dj, true, false, true, false);
|
|
2410
|
+
this.rx.ad(c.dh, false, true, false, false);
|
|
2411
|
+
c.dh._opacity = 0.75 * this.rx.j;
|
|
2406
2412
|
let i = c.cr.d;
|
|
2407
|
-
this.
|
|
2413
|
+
this.vr.m(c.di, c.dh, c.dj, a.f.count, a.f, true, 1, this.tf(a.f, a.f.count - 1, b.bu, b.bv), i, this.ft);
|
|
2408
2414
|
}
|
|
2409
2415
|
get useHighMarkerFidelity() {
|
|
2410
|
-
return this.
|
|
2416
|
+
return this.sk;
|
|
2411
2417
|
}
|
|
2412
2418
|
}
|
|
2413
2419
|
SplineFragment.$t = /*@__PURE__*/ markType(SplineFragment, 'SplineFragment', SplineFragmentBase.$);
|
|
@@ -2440,14 +2446,14 @@ export let SplineFragmentBaseValueList = /*@__PURE__*/ (() => {
|
|
|
2440
2446
|
else {
|
|
2441
2447
|
let b = false;
|
|
2442
2448
|
if (this.a.parentSeries != null) {
|
|
2443
|
-
b = this.a.parentSeries.
|
|
2449
|
+
b = this.a.parentSeries.tp;
|
|
2444
2450
|
}
|
|
2445
2451
|
let c = this.a.parentSeries;
|
|
2446
2452
|
if (c == null) {
|
|
2447
2453
|
return NaN;
|
|
2448
2454
|
}
|
|
2449
2455
|
let d = this.a.valueColumn.item(a);
|
|
2450
|
-
let e = Math.abs(c.
|
|
2456
|
+
let e = Math.abs(c.tf[a]) + c.te[a];
|
|
2451
2457
|
let f = this.a.logicalSeriesLink.az;
|
|
2452
2458
|
let g = this.a.logicalSeriesLink.a0;
|
|
2453
2459
|
if (isNaN_(d) || isInfinity(d)) {
|
|
@@ -2510,32 +2516,32 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2510
2516
|
super();
|
|
2511
2517
|
this._series = null;
|
|
2512
2518
|
this.seriesCreated = null;
|
|
2519
|
+
this.tw = 0;
|
|
2513
2520
|
this.tv = 0;
|
|
2514
|
-
this.tu = 0;
|
|
2515
|
-
this.td = null;
|
|
2516
2521
|
this.te = null;
|
|
2517
|
-
this.tl = null;
|
|
2518
|
-
this.ti = null;
|
|
2519
|
-
this.tr = new Dictionary$2(String_$type, Boolean_$type, 0);
|
|
2520
2522
|
this.tf = null;
|
|
2523
|
+
this.tm = null;
|
|
2524
|
+
this.tj = null;
|
|
2525
|
+
this.ts = new Dictionary$2(String_$type, Boolean_$type, 0);
|
|
2526
|
+
this.tg = null;
|
|
2521
2527
|
this.series = new StackedSeriesCollection();
|
|
2522
2528
|
let a = this.series;
|
|
2523
|
-
a.collectionResetting = delegateCombine(a.collectionResetting, runOn(this, this.
|
|
2529
|
+
a.collectionResetting = delegateCombine(a.collectionResetting, runOn(this, this.t8));
|
|
2524
2530
|
let b = this.series;
|
|
2525
|
-
b.collectionChanged = delegateCombine(b.collectionChanged, runOn(this, this.
|
|
2526
|
-
this.
|
|
2527
|
-
this.
|
|
2528
|
-
this.
|
|
2529
|
-
let c = this.
|
|
2530
|
-
c.collectionChanged = delegateCombine(c.collectionChanged, runOn(this, this.
|
|
2531
|
-
let d = this.
|
|
2532
|
-
d.collectionResetting = delegateCombine(d.collectionResetting, runOn(this, this.
|
|
2533
|
-
}
|
|
2534
|
-
|
|
2535
|
-
for (let a of fromEnum(this.
|
|
2531
|
+
b.collectionChanged = delegateCombine(b.collectionChanged, runOn(this, this.t7));
|
|
2532
|
+
this.ru = new StackedSeriesFramePreparer(1, this, this.tn, this, this, this.tn.cr);
|
|
2533
|
+
this.tm = new StackedSeriesManager(this);
|
|
2534
|
+
this.tj = new StackedSeriesCollection();
|
|
2535
|
+
let c = this.tj;
|
|
2536
|
+
c.collectionChanged = delegateCombine(c.collectionChanged, runOn(this, this.t7));
|
|
2537
|
+
let d = this.tj;
|
|
2538
|
+
d.collectionResetting = delegateCombine(d.collectionResetting, runOn(this, this.t2));
|
|
2539
|
+
}
|
|
2540
|
+
lk() {
|
|
2541
|
+
for (let a of fromEnum(this.ti)) {
|
|
2536
2542
|
a.fx();
|
|
2537
2543
|
}
|
|
2538
|
-
super.
|
|
2544
|
+
super.lk();
|
|
2539
2545
|
}
|
|
2540
2546
|
get_dx() {
|
|
2541
2547
|
return false;
|
|
@@ -2546,12 +2552,12 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2546
2552
|
bx() {
|
|
2547
2553
|
return new StackedSeriesView(this);
|
|
2548
2554
|
}
|
|
2549
|
-
|
|
2550
|
-
super.
|
|
2551
|
-
this.
|
|
2555
|
+
lz(a) {
|
|
2556
|
+
super.lz(a);
|
|
2557
|
+
this.tn = a;
|
|
2552
2558
|
}
|
|
2553
|
-
|
|
2554
|
-
super.
|
|
2559
|
+
l0(a, b) {
|
|
2560
|
+
super.l0(a, b);
|
|
2555
2561
|
for (let c of fromEnum(this.series)) {
|
|
2556
2562
|
c.visualSeriesLink.b0.bu = b;
|
|
2557
2563
|
}
|
|
@@ -2569,8 +2575,8 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2569
2575
|
return this.series.count;
|
|
2570
2576
|
}
|
|
2571
2577
|
la(a) {
|
|
2572
|
-
for (let b = 0; b < this.
|
|
2573
|
-
let c = this.
|
|
2578
|
+
for (let b = 0; b < this.tm.f.count; b++) {
|
|
2579
|
+
let c = this.tm.f._inner[b];
|
|
2574
2580
|
if (!a(c)) {
|
|
2575
2581
|
break;
|
|
2576
2582
|
}
|
|
@@ -2579,38 +2585,38 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2579
2585
|
get_isStacked() {
|
|
2580
2586
|
return true;
|
|
2581
2587
|
}
|
|
2582
|
-
get
|
|
2583
|
-
return this.
|
|
2588
|
+
get ti() {
|
|
2589
|
+
return this.to ? this.tj : this.series;
|
|
2584
2590
|
}
|
|
2585
|
-
|
|
2586
|
-
for (let c of fromEnum(this.
|
|
2587
|
-
if (this.
|
|
2591
|
+
t2(a, b) {
|
|
2592
|
+
for (let c of fromEnum(this.tj)) {
|
|
2593
|
+
if (this.tm != null && this.tm.c.contains(c)) {
|
|
2588
2594
|
c.parentSeries = null;
|
|
2589
|
-
this.
|
|
2595
|
+
this.tm.c.remove(c);
|
|
2590
2596
|
}
|
|
2591
2597
|
}
|
|
2592
2598
|
}
|
|
2593
|
-
|
|
2599
|
+
t8(a, b) {
|
|
2594
2600
|
for (let c of fromEnum(this.series)) {
|
|
2595
|
-
if (this.
|
|
2601
|
+
if (this.tm != null && this.tm.c.contains(c)) {
|
|
2596
2602
|
c.parentSeries = null;
|
|
2597
|
-
this.
|
|
2603
|
+
this.tm.c.remove(c);
|
|
2598
2604
|
}
|
|
2599
2605
|
}
|
|
2600
2606
|
}
|
|
2601
|
-
|
|
2607
|
+
t7(a, b) {
|
|
2602
2608
|
if (b.oldItems != null) {
|
|
2603
2609
|
for (let c of fromEn(b.oldItems)) {
|
|
2604
|
-
if (this.
|
|
2610
|
+
if (this.tm != null && this.tm.c.contains(c)) {
|
|
2605
2611
|
c.parentSeries = null;
|
|
2606
|
-
this.
|
|
2612
|
+
this.tm.c.remove(c);
|
|
2607
2613
|
}
|
|
2608
2614
|
}
|
|
2609
2615
|
}
|
|
2610
2616
|
if (b.newItems != null) {
|
|
2611
2617
|
let d = b.newStartingIndex;
|
|
2612
2618
|
for (let e of fromEn(b.newItems)) {
|
|
2613
|
-
if (this.
|
|
2619
|
+
if (this.tm != null && !this.tm.c.contains(e)) {
|
|
2614
2620
|
e.parentSeries = this;
|
|
2615
2621
|
e.fh();
|
|
2616
2622
|
e.f4();
|
|
@@ -2653,21 +2659,21 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2653
2659
|
e.gf();
|
|
2654
2660
|
e.gh();
|
|
2655
2661
|
e.gj();
|
|
2656
|
-
if (!this.
|
|
2657
|
-
this.
|
|
2662
|
+
if (!this.to) {
|
|
2663
|
+
this.tm.c.insert(d, e);
|
|
2658
2664
|
d++;
|
|
2659
2665
|
}
|
|
2660
2666
|
}
|
|
2661
2667
|
}
|
|
2662
2668
|
}
|
|
2663
|
-
if (!this.
|
|
2664
|
-
this.
|
|
2669
|
+
if (!this.to) {
|
|
2670
|
+
this.t9();
|
|
2665
2671
|
}
|
|
2666
2672
|
}
|
|
2667
|
-
|
|
2673
|
+
mq(a) {
|
|
2668
2674
|
this.cb.cq.c8(a, true, false);
|
|
2669
2675
|
}
|
|
2670
|
-
|
|
2676
|
+
rv(a) {
|
|
2671
2677
|
if (a != null && a.q) {
|
|
2672
2678
|
if (a.p) {
|
|
2673
2679
|
return new StackedSeriesFramePreparer(1, typeCast(IIsCategoryBased_$type, this), typeCast(ISupportsMarkers_$type, a), a, this, a.cr);
|
|
@@ -2678,30 +2684,30 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2678
2684
|
}
|
|
2679
2685
|
}
|
|
2680
2686
|
else {
|
|
2681
|
-
return this.
|
|
2687
|
+
return this.ru;
|
|
2682
2688
|
}
|
|
2683
2689
|
}
|
|
2684
|
-
|
|
2690
|
+
s4(a, b) {
|
|
2685
2691
|
a.u();
|
|
2686
|
-
this.
|
|
2687
|
-
this.
|
|
2692
|
+
this.t5();
|
|
2693
|
+
this.rv(b).d(a, b);
|
|
2688
2694
|
}
|
|
2689
|
-
|
|
2690
|
-
super.
|
|
2691
|
-
this.
|
|
2695
|
+
mj(a) {
|
|
2696
|
+
super.mj(a);
|
|
2697
|
+
this.tm.h(a);
|
|
2692
2698
|
}
|
|
2693
2699
|
kx(a, b) {
|
|
2694
2700
|
super.kx(a, b);
|
|
2695
|
-
for (let c of fromEnum(this.
|
|
2701
|
+
for (let c of fromEnum(this.ti)) {
|
|
2696
2702
|
if (c.visualSeriesLink != null) {
|
|
2697
2703
|
c.visualSeriesLink.kx(a, c.visualSeriesLink.b0);
|
|
2698
2704
|
}
|
|
2699
2705
|
}
|
|
2700
2706
|
}
|
|
2701
|
-
|
|
2702
|
-
this.
|
|
2707
|
+
t3() {
|
|
2708
|
+
this.t5();
|
|
2703
2709
|
}
|
|
2704
|
-
|
|
2710
|
+
t9() {
|
|
2705
2711
|
let a = this.fetchXAxis();
|
|
2706
2712
|
if (a != null) {
|
|
2707
2713
|
a.c1(true);
|
|
@@ -2711,11 +2717,11 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2711
2717
|
b.c1(true);
|
|
2712
2718
|
}
|
|
2713
2719
|
}
|
|
2714
|
-
|
|
2720
|
+
get_tp() {
|
|
2715
2721
|
return false;
|
|
2716
2722
|
}
|
|
2717
|
-
get
|
|
2718
|
-
return this.
|
|
2723
|
+
get tp() {
|
|
2724
|
+
return this.get_tp();
|
|
2719
2725
|
}
|
|
2720
2726
|
en(a) {
|
|
2721
2727
|
let b = this.ck != null ? this.ck.indexOf(a) : -1;
|
|
@@ -2723,7 +2729,7 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2723
2729
|
c = c.copy();
|
|
2724
2730
|
let d = this.b0.bu;
|
|
2725
2731
|
let e = new Rect(0, 0, 0, 1, 1);
|
|
2726
|
-
let f = this.
|
|
2732
|
+
let f = this.pt(this.b0);
|
|
2727
2733
|
if (b >= 0 && Rect.l_op_Inequality(c, null) && Rect.l_op_Inequality(d, null)) {
|
|
2728
2734
|
let g = this.fetchXAxis();
|
|
2729
2735
|
if (g != null) {
|
|
@@ -2738,10 +2744,10 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2738
2744
|
c.x = i - 0.5 * c.width;
|
|
2739
2745
|
}
|
|
2740
2746
|
let j = this.fetchYAxis();
|
|
2741
|
-
if (j != null && this.
|
|
2747
|
+
if (j != null && this.te != null && b < this.te.length) {
|
|
2742
2748
|
let k = new ScalerParams(0, e, e, j.cg, f);
|
|
2743
|
-
let l = j.ei(this.
|
|
2744
|
-
let m = j.ei(this.
|
|
2749
|
+
let l = j.ei(this.te[b], k);
|
|
2750
|
+
let m = j.ei(this.tf[b], k);
|
|
2745
2751
|
if (!isNaN_(l) && !isNaN_(m)) {
|
|
2746
2752
|
let n = Math.abs(m - l);
|
|
2747
2753
|
if (c.height < n) {
|
|
@@ -2764,30 +2770,30 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2764
2770
|
return b >= 0;
|
|
2765
2771
|
}
|
|
2766
2772
|
ap(a) {
|
|
2767
|
-
if (this.
|
|
2773
|
+
if (this.tf == null || this.tf.length == 0 || this.te == null || this.te.length == 0) {
|
|
2768
2774
|
return null;
|
|
2769
2775
|
}
|
|
2770
2776
|
if (a == this.fetchXAxis()) {
|
|
2771
|
-
let b = Math.min(this.
|
|
2777
|
+
let b = Math.min(this.tf.length, this.te.length);
|
|
2772
2778
|
return new AxisRange(0, b - 1);
|
|
2773
2779
|
}
|
|
2774
2780
|
if (a == this.fetchYAxis()) {
|
|
2775
|
-
return new AxisRange(this.
|
|
2781
|
+
return new AxisRange(this.tw, this.tv);
|
|
2776
2782
|
}
|
|
2777
2783
|
return null;
|
|
2778
2784
|
}
|
|
2779
|
-
|
|
2785
|
+
qf() {
|
|
2780
2786
|
return false;
|
|
2781
2787
|
}
|
|
2782
2788
|
k0(a, b, c, d) {
|
|
2783
|
-
this.
|
|
2784
|
-
this.
|
|
2785
|
-
this.
|
|
2789
|
+
this.t5();
|
|
2790
|
+
this.sj();
|
|
2791
|
+
this.mi(true);
|
|
2786
2792
|
}
|
|
2787
|
-
|
|
2788
|
-
return this.
|
|
2793
|
+
th() {
|
|
2794
|
+
return this.tn;
|
|
2789
2795
|
}
|
|
2790
|
-
|
|
2796
|
+
tt() {
|
|
2791
2797
|
let a = 0;
|
|
2792
2798
|
let b = this.b0.bv;
|
|
2793
2799
|
let c = this.b0.bu;
|
|
@@ -2799,17 +2805,17 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2799
2805
|
}
|
|
2800
2806
|
return a;
|
|
2801
2807
|
}
|
|
2802
|
-
|
|
2808
|
+
tu() {
|
|
2803
2809
|
let a = typeCast(NumericYAxis.$, this.fetchYAxis());
|
|
2804
2810
|
if (a != null) {
|
|
2805
2811
|
return a.l5;
|
|
2806
2812
|
}
|
|
2807
2813
|
return 0;
|
|
2808
2814
|
}
|
|
2809
|
-
|
|
2810
|
-
return this.index < 0 || this.
|
|
2815
|
+
ty(a) {
|
|
2816
|
+
return this.index < 0 || this.ti == null || this.ti.count == 0 ? -1 : this.index + this.ti.indexOf(a);
|
|
2811
2817
|
}
|
|
2812
|
-
|
|
2818
|
+
tx(a) {
|
|
2813
2819
|
let b = this.cd != null ? this.cd.sf : Rect.empty;
|
|
2814
2820
|
let c = this.b0.bu;
|
|
2815
2821
|
let d = this.getEffectiveViewport1(this.b0);
|
|
@@ -2817,7 +2823,7 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2817
2823
|
let f = -1;
|
|
2818
2824
|
if (e != null && !b.isEmpty && !c.isEmpty) {
|
|
2819
2825
|
let g = new ScalerParams(0, b, c, e.cg, d);
|
|
2820
|
-
let h = this.
|
|
2826
|
+
let h = this.pr(this.b0);
|
|
2821
2827
|
let i = e.el(h.left, g);
|
|
2822
2828
|
let j = e.el(h.right, g);
|
|
2823
2829
|
let k = (a.x - b.left) / b.width;
|
|
@@ -2830,7 +2836,7 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2830
2836
|
}
|
|
2831
2837
|
return f;
|
|
2832
2838
|
}
|
|
2833
|
-
|
|
2839
|
+
tr(a, b, c, d) {
|
|
2834
2840
|
let e = true;
|
|
2835
2841
|
let f = typeCast(CategoryAxisBase.$, this.fetchXAxis());
|
|
2836
2842
|
let g = typeCast(NumericYAxis.$, this.fetchYAxis());
|
|
@@ -2844,35 +2850,35 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2844
2850
|
}
|
|
2845
2851
|
return e;
|
|
2846
2852
|
}
|
|
2847
|
-
|
|
2848
|
-
if (this.cd == null || this.
|
|
2853
|
+
t4() {
|
|
2854
|
+
if (this.cd == null || this.tm == null) {
|
|
2849
2855
|
return;
|
|
2850
2856
|
}
|
|
2851
|
-
if (!this.
|
|
2852
|
-
this.
|
|
2857
|
+
if (!this.to) {
|
|
2858
|
+
this.tj.clear();
|
|
2853
2859
|
for (let a of fromEnum(this.series)) {
|
|
2854
|
-
if (!this.
|
|
2855
|
-
this.
|
|
2860
|
+
if (!this.tm.c.contains(a)) {
|
|
2861
|
+
this.tm.c.add(a);
|
|
2856
2862
|
}
|
|
2857
2863
|
}
|
|
2858
|
-
this.
|
|
2864
|
+
this.t9();
|
|
2859
2865
|
return;
|
|
2860
2866
|
}
|
|
2861
2867
|
}
|
|
2862
|
-
|
|
2863
|
-
super.
|
|
2868
|
+
s7(a, b) {
|
|
2869
|
+
super.s7(a, b);
|
|
2864
2870
|
}
|
|
2865
|
-
|
|
2871
|
+
t6(a, b, c, d) {
|
|
2866
2872
|
}
|
|
2867
2873
|
aq(a) {
|
|
2868
2874
|
if (a.isEmpty && this.cd != null) {
|
|
2869
2875
|
a = this.cd.sf;
|
|
2870
2876
|
}
|
|
2871
|
-
let b = this.
|
|
2872
|
-
if (this.
|
|
2877
|
+
let b = this.ro();
|
|
2878
|
+
if (this.te == null || this.tf == null) {
|
|
2873
2879
|
return null;
|
|
2874
2880
|
}
|
|
2875
|
-
let c = this.
|
|
2881
|
+
let c = this.pr(this.b0);
|
|
2876
2882
|
let d = new ScalerParams(0, a, this.cd.su, b.cg, this.getEffectiveViewport());
|
|
2877
2883
|
let e = (b.el(c.left, d));
|
|
2878
2884
|
let f = (b.el(c.right, d));
|
|
@@ -2891,8 +2897,8 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2891
2897
|
e = Math.floor(e);
|
|
2892
2898
|
f = Math.ceil(f);
|
|
2893
2899
|
}
|
|
2894
|
-
e = Math.max(0, Math.min(this.
|
|
2895
|
-
f = Math.max(0, Math.min(this.
|
|
2900
|
+
e = Math.max(0, Math.min(this.tf.length - 1, e));
|
|
2901
|
+
f = Math.max(0, Math.min(this.tf.length - 1, f));
|
|
2896
2902
|
let i = 1.7976931348623157E+308;
|
|
2897
2903
|
let j = -1.7976931348623157E+308;
|
|
2898
2904
|
for (let k = truncate(e); k <= truncate(f); k++) {
|
|
@@ -2900,13 +2906,13 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2900
2906
|
if (h != null) {
|
|
2901
2907
|
l = h.i$b._inner[k];
|
|
2902
2908
|
}
|
|
2903
|
-
let m = this.
|
|
2909
|
+
let m = this.tf[l];
|
|
2904
2910
|
{
|
|
2905
2911
|
if (isInfinity(m) || isNaN_(m)) {
|
|
2906
2912
|
continue;
|
|
2907
2913
|
}
|
|
2908
2914
|
}
|
|
2909
|
-
let n = this.
|
|
2915
|
+
let n = this.te[l];
|
|
2910
2916
|
{
|
|
2911
2917
|
if (isInfinity(n) || isNaN_(n)) {
|
|
2912
2918
|
continue;
|
|
@@ -2916,31 +2922,31 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2916
2922
|
j = Math.max(j, n);
|
|
2917
2923
|
}
|
|
2918
2924
|
let o = new AxisRange(i, j);
|
|
2919
|
-
let p = this.
|
|
2925
|
+
let p = this.r9();
|
|
2920
2926
|
o = this.ao(o, p, a);
|
|
2921
2927
|
return o;
|
|
2922
2928
|
}
|
|
2923
|
-
|
|
2924
|
-
super.
|
|
2925
|
-
for (let a of fromEnum(this.
|
|
2929
|
+
ml() {
|
|
2930
|
+
super.ml();
|
|
2931
|
+
for (let a of fromEnum(this.ti)) {
|
|
2926
2932
|
a.e9();
|
|
2927
2933
|
}
|
|
2928
2934
|
}
|
|
2929
|
-
|
|
2935
|
+
t5() {
|
|
2930
2936
|
if (this.ck == null) {
|
|
2931
2937
|
return;
|
|
2932
2938
|
}
|
|
2933
2939
|
let a = this.ck.count;
|
|
2934
|
-
this.td = new Array(a);
|
|
2935
2940
|
this.te = new Array(a);
|
|
2941
|
+
this.tf = new Array(a);
|
|
2936
2942
|
for (let b = 0; b < a; b++) {
|
|
2937
|
-
this.td[b] = 0;
|
|
2938
2943
|
this.te[b] = 0;
|
|
2944
|
+
this.tf[b] = 0;
|
|
2939
2945
|
}
|
|
2940
|
-
this.
|
|
2941
|
-
this.
|
|
2946
|
+
this.tw = Number.POSITIVE_INFINITY;
|
|
2947
|
+
this.tv = Number.NEGATIVE_INFINITY;
|
|
2942
2948
|
let c = 0;
|
|
2943
|
-
for (let d of fromEnum(this.
|
|
2949
|
+
for (let d of fromEnum(this.ti)) {
|
|
2944
2950
|
if (d.itemsSource != null && d.visualSeriesLink == null) {
|
|
2945
2951
|
continue;
|
|
2946
2952
|
}
|
|
@@ -2952,9 +2958,9 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2952
2958
|
d.af = this.ch(d.e1);
|
|
2953
2959
|
}
|
|
2954
2960
|
if (d.visualSeriesLink != null && d.itemsSource == null) {
|
|
2955
|
-
d.visualSeriesLink.
|
|
2961
|
+
d.visualSeriesLink.tp = true;
|
|
2956
2962
|
d.visualSeriesLink.valueColumn = d.af;
|
|
2957
|
-
d.visualSeriesLink.
|
|
2963
|
+
d.visualSeriesLink.tp = false;
|
|
2958
2964
|
}
|
|
2959
2965
|
d.at = true;
|
|
2960
2966
|
if (d.af != null) {
|
|
@@ -2964,31 +2970,31 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2964
2970
|
let f = d.af.item(e);
|
|
2965
2971
|
if (f < c) {
|
|
2966
2972
|
d.az.add(c);
|
|
2967
|
-
d.a0.add(this.
|
|
2968
|
-
this.
|
|
2973
|
+
d.a0.add(this.tf[e]);
|
|
2974
|
+
this.tf[e] = this.tf[e] + f;
|
|
2969
2975
|
if (d.at) {
|
|
2970
2976
|
d.at = false;
|
|
2971
2977
|
}
|
|
2972
2978
|
}
|
|
2973
2979
|
else if (f >= c) {
|
|
2974
|
-
d.az.add(this.
|
|
2980
|
+
d.az.add(this.te[e]);
|
|
2975
2981
|
d.a0.add(c);
|
|
2976
|
-
this.
|
|
2982
|
+
this.te[e] = this.te[e] + f;
|
|
2977
2983
|
}
|
|
2978
2984
|
else if (isNaN_(f) || isInfinity(f)) {
|
|
2979
|
-
d.az.add(this.
|
|
2980
|
-
d.a0.add(this.
|
|
2985
|
+
d.az.add(this.te[e]);
|
|
2986
|
+
d.a0.add(this.tf[e]);
|
|
2981
2987
|
}
|
|
2982
2988
|
}
|
|
2983
2989
|
}
|
|
2984
2990
|
}
|
|
2985
2991
|
for (let g = 0; g < a; g++) {
|
|
2986
|
-
this.
|
|
2987
|
-
this.
|
|
2992
|
+
this.tw = Math.min(this.tw, this.tf[g]);
|
|
2993
|
+
this.tv = Math.max(this.tv, this.te[g]);
|
|
2988
2994
|
}
|
|
2989
2995
|
}
|
|
2990
|
-
|
|
2991
|
-
super.
|
|
2996
|
+
l4(a, b, c, d) {
|
|
2997
|
+
super.l4(a, b, c, d);
|
|
2992
2998
|
switch (b) {
|
|
2993
2999
|
case "SeriesViewer":
|
|
2994
3000
|
if (c != null && d == null) {
|
|
@@ -2996,19 +3002,19 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2996
3002
|
this.k1(this.fetchYAxis());
|
|
2997
3003
|
}
|
|
2998
3004
|
if (c == null && d != null) {
|
|
2999
|
-
this.
|
|
3000
|
-
this.
|
|
3005
|
+
this.l9(this.fetchXAxis());
|
|
3006
|
+
this.l9(this.fetchYAxis());
|
|
3001
3007
|
}
|
|
3002
|
-
if (this.
|
|
3003
|
-
for (let e of fromEnum(this.
|
|
3008
|
+
if (this.ti != null) {
|
|
3009
|
+
for (let e of fromEnum(this.ti)) {
|
|
3004
3010
|
e.aa = this.cd;
|
|
3005
3011
|
}
|
|
3006
|
-
this.
|
|
3012
|
+
this.mi(false);
|
|
3007
3013
|
}
|
|
3008
3014
|
break;
|
|
3009
3015
|
case "ItemsSource":
|
|
3010
|
-
if (this.
|
|
3011
|
-
for (let f of fromEnum(this.
|
|
3016
|
+
if (this.ti != null) {
|
|
3017
|
+
for (let f of fromEnum(this.ti)) {
|
|
3012
3018
|
if (f.itemsSource == null) {
|
|
3013
3019
|
if (f.visualSeriesLink != null) {
|
|
3014
3020
|
f.visualSeriesLink.itemsSource = d;
|
|
@@ -3018,243 +3024,243 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3018
3024
|
}
|
|
3019
3025
|
break;
|
|
3020
3026
|
case "FastItemsSource":
|
|
3021
|
-
if (this.
|
|
3022
|
-
this.
|
|
3027
|
+
if (this.to) {
|
|
3028
|
+
this.t4();
|
|
3023
3029
|
}
|
|
3024
|
-
if (!this.
|
|
3025
|
-
this.
|
|
3030
|
+
if (!this.sj()) {
|
|
3031
|
+
this.tn.cr.g(this.ft);
|
|
3026
3032
|
}
|
|
3027
|
-
this.
|
|
3033
|
+
this.mi(false);
|
|
3028
3034
|
break;
|
|
3029
3035
|
case StackedSeriesBase.$$p[0]:
|
|
3030
|
-
this.
|
|
3036
|
+
this.t4();
|
|
3031
3037
|
break;
|
|
3032
3038
|
case StackedSeriesBase.$$p[1]:
|
|
3033
3039
|
if (this.cd != null) {
|
|
3034
|
-
this.cd.ml(this.
|
|
3040
|
+
this.cd.ml(this.tm.f);
|
|
3035
3041
|
}
|
|
3036
3042
|
break;
|
|
3037
3043
|
case StackedSeriesBase.$$p[2]:
|
|
3038
|
-
for (let g of fromEnum(this.
|
|
3044
|
+
for (let g of fromEnum(this.ti)) {
|
|
3039
3045
|
g.gj();
|
|
3040
3046
|
}
|
|
3041
3047
|
break;
|
|
3042
3048
|
case "Brush":
|
|
3043
|
-
for (let h of fromEnum(this.
|
|
3049
|
+
for (let h of fromEnum(this.ti)) {
|
|
3044
3050
|
h.fc();
|
|
3045
3051
|
}
|
|
3046
3052
|
break;
|
|
3047
3053
|
case "DashArray":
|
|
3048
|
-
for (let i of fromEnum(this.
|
|
3054
|
+
for (let i of fromEnum(this.ti)) {
|
|
3049
3055
|
i.fd();
|
|
3050
3056
|
}
|
|
3051
3057
|
break;
|
|
3052
3058
|
case "HighlightingFadeOpacity":
|
|
3053
|
-
for (let j of fromEnum(this.
|
|
3059
|
+
for (let j of fromEnum(this.ti)) {
|
|
3054
3060
|
j.fg();
|
|
3055
3061
|
}
|
|
3056
3062
|
break;
|
|
3057
3063
|
case "DashCap":
|
|
3058
|
-
for (let k of fromEnum(this.
|
|
3064
|
+
for (let k of fromEnum(this.ti)) {
|
|
3059
3065
|
k.fe();
|
|
3060
3066
|
}
|
|
3061
3067
|
break;
|
|
3062
3068
|
case "IsDropShadowEnabled":
|
|
3063
|
-
for (let l of fromEnum(this.
|
|
3069
|
+
for (let l of fromEnum(this.ti)) {
|
|
3064
3070
|
l.fh();
|
|
3065
3071
|
}
|
|
3066
3072
|
break;
|
|
3067
3073
|
case "ShadowBlur":
|
|
3068
|
-
for (let m of fromEnum(this.
|
|
3074
|
+
for (let m of fromEnum(this.ti)) {
|
|
3069
3075
|
m.f4();
|
|
3070
3076
|
}
|
|
3071
3077
|
break;
|
|
3072
3078
|
case "ShadowColor":
|
|
3073
|
-
for (let n of fromEnum(this.
|
|
3079
|
+
for (let n of fromEnum(this.ti)) {
|
|
3074
3080
|
n.f5();
|
|
3075
3081
|
}
|
|
3076
3082
|
break;
|
|
3077
3083
|
case "UseSingleShadow":
|
|
3078
|
-
for (let o of fromEnum(this.
|
|
3084
|
+
for (let o of fromEnum(this.ti)) {
|
|
3079
3085
|
o.gi();
|
|
3080
3086
|
}
|
|
3081
3087
|
break;
|
|
3082
3088
|
case "ShadowOffsetX":
|
|
3083
|
-
for (let p of fromEnum(this.
|
|
3089
|
+
for (let p of fromEnum(this.ti)) {
|
|
3084
3090
|
p.f6();
|
|
3085
3091
|
}
|
|
3086
3092
|
break;
|
|
3087
3093
|
case "ShadowOffsetY":
|
|
3088
|
-
for (let q of fromEnum(this.
|
|
3094
|
+
for (let q of fromEnum(this.ti)) {
|
|
3089
3095
|
q.f7();
|
|
3090
3096
|
}
|
|
3091
3097
|
break;
|
|
3092
3098
|
case "EndCap":
|
|
3093
|
-
for (let r of fromEnum(this.
|
|
3099
|
+
for (let r of fromEnum(this.ti)) {
|
|
3094
3100
|
r.ff();
|
|
3095
3101
|
}
|
|
3096
3102
|
break;
|
|
3097
3103
|
case "IsHitTestVisible":
|
|
3098
|
-
for (let s of fromEnum(this.
|
|
3104
|
+
for (let s of fromEnum(this.ti)) {
|
|
3099
3105
|
s.fi();
|
|
3100
3106
|
}
|
|
3101
3107
|
break;
|
|
3102
3108
|
case "LegendItemBadgeTemplate":
|
|
3103
|
-
for (let t of fromEnum(this.
|
|
3109
|
+
for (let t of fromEnum(this.ti)) {
|
|
3104
3110
|
t.fo();
|
|
3105
3111
|
}
|
|
3106
3112
|
break;
|
|
3107
3113
|
case "LegendItemTemplate":
|
|
3108
|
-
for (let u of fromEnum(this.
|
|
3114
|
+
for (let u of fromEnum(this.ti)) {
|
|
3109
3115
|
u.fp();
|
|
3110
3116
|
}
|
|
3111
3117
|
break;
|
|
3112
3118
|
case "LegendItemVisibility":
|
|
3113
|
-
for (let v of fromEnum(this.
|
|
3119
|
+
for (let v of fromEnum(this.ti)) {
|
|
3114
3120
|
v.fq();
|
|
3115
3121
|
}
|
|
3116
3122
|
break;
|
|
3117
3123
|
case "LegendItemBadgeShape":
|
|
3118
|
-
for (let w of fromEnum(this.
|
|
3124
|
+
for (let w of fromEnum(this.ti)) {
|
|
3119
3125
|
w.fn();
|
|
3120
3126
|
}
|
|
3121
3127
|
break;
|
|
3122
3128
|
case "LegendItemBadgeMode":
|
|
3123
|
-
for (let x of fromEnum(this.
|
|
3129
|
+
for (let x of fromEnum(this.ti)) {
|
|
3124
3130
|
x.fm();
|
|
3125
3131
|
}
|
|
3126
3132
|
break;
|
|
3127
3133
|
case "MarkerTemplate":
|
|
3128
|
-
for (let y of fromEnum(this.
|
|
3134
|
+
for (let y of fromEnum(this.ti)) {
|
|
3129
3135
|
y.fv();
|
|
3130
3136
|
}
|
|
3131
3137
|
break;
|
|
3132
3138
|
case "MarkerType":
|
|
3133
|
-
for (let z of fromEnum(this.
|
|
3139
|
+
for (let z of fromEnum(this.ti)) {
|
|
3134
3140
|
z.fx();
|
|
3135
3141
|
}
|
|
3136
3142
|
break;
|
|
3137
3143
|
case "MarkerThickness":
|
|
3138
|
-
for (let aa of fromEnum(this.
|
|
3144
|
+
for (let aa of fromEnum(this.ti)) {
|
|
3139
3145
|
aa.fw();
|
|
3140
3146
|
}
|
|
3141
3147
|
break;
|
|
3142
3148
|
case "MarkerBrush":
|
|
3143
|
-
for (let ab of fromEnum(this.
|
|
3149
|
+
for (let ab of fromEnum(this.ti)) {
|
|
3144
3150
|
ab.fr();
|
|
3145
3151
|
}
|
|
3146
3152
|
break;
|
|
3147
3153
|
case "MarkerOutline":
|
|
3148
|
-
for (let ac of fromEnum(this.
|
|
3154
|
+
for (let ac of fromEnum(this.ti)) {
|
|
3149
3155
|
ac.ft();
|
|
3150
3156
|
}
|
|
3151
3157
|
break;
|
|
3152
3158
|
case "MarkerStyle":
|
|
3153
|
-
for (let ad of fromEnum(this.
|
|
3159
|
+
for (let ad of fromEnum(this.ti)) {
|
|
3154
3160
|
ad.fu();
|
|
3155
3161
|
}
|
|
3156
3162
|
break;
|
|
3157
3163
|
case "Opacity":
|
|
3158
|
-
for (let ae of fromEnum(this.
|
|
3164
|
+
for (let ae of fromEnum(this.ti)) {
|
|
3159
3165
|
ae.fy();
|
|
3160
3166
|
}
|
|
3161
3167
|
break;
|
|
3162
3168
|
case "OpacityMask":
|
|
3163
|
-
for (let af of fromEnum(this.
|
|
3169
|
+
for (let af of fromEnum(this.ti)) {
|
|
3164
3170
|
af.fz();
|
|
3165
3171
|
}
|
|
3166
3172
|
break;
|
|
3167
3173
|
case "AreaFillOpacity":
|
|
3168
|
-
for (let ag of fromEnum(this.
|
|
3174
|
+
for (let ag of fromEnum(this.ti)) {
|
|
3169
3175
|
ag.fb();
|
|
3170
3176
|
}
|
|
3171
3177
|
break;
|
|
3172
3178
|
case "Outline":
|
|
3173
|
-
for (let ah of fromEnum(this.
|
|
3179
|
+
for (let ah of fromEnum(this.ti)) {
|
|
3174
3180
|
ah.f0();
|
|
3175
3181
|
}
|
|
3176
3182
|
break;
|
|
3177
3183
|
case "StartCap":
|
|
3178
|
-
for (let ai of fromEnum(this.
|
|
3184
|
+
for (let ai of fromEnum(this.ti)) {
|
|
3179
3185
|
ai.f8();
|
|
3180
3186
|
}
|
|
3181
3187
|
break;
|
|
3182
3188
|
case "OutlineMode":
|
|
3183
|
-
for (let aj of fromEnum(this.
|
|
3189
|
+
for (let aj of fromEnum(this.ti)) {
|
|
3184
3190
|
aj.f1();
|
|
3185
3191
|
}
|
|
3186
3192
|
break;
|
|
3187
3193
|
case "MarkerFillOpacity":
|
|
3188
|
-
for (let ak of fromEnum(this.
|
|
3194
|
+
for (let ak of fromEnum(this.ti)) {
|
|
3189
3195
|
ak.fs();
|
|
3190
3196
|
}
|
|
3191
3197
|
break;
|
|
3192
3198
|
case "Thickness":
|
|
3193
|
-
for (let al of fromEnum(this.
|
|
3199
|
+
for (let al of fromEnum(this.ti)) {
|
|
3194
3200
|
al.f9();
|
|
3195
3201
|
}
|
|
3196
3202
|
break;
|
|
3197
3203
|
case "ToolTip":
|
|
3198
|
-
for (let am of fromEnum(this.
|
|
3204
|
+
for (let am of fromEnum(this.ti)) {
|
|
3199
3205
|
am.ga();
|
|
3200
3206
|
}
|
|
3201
3207
|
break;
|
|
3202
3208
|
case "TransitionEasingFunction":
|
|
3203
|
-
for (let an of fromEnum(this.
|
|
3209
|
+
for (let an of fromEnum(this.ti)) {
|
|
3204
3210
|
an.gc();
|
|
3205
3211
|
}
|
|
3206
3212
|
break;
|
|
3207
3213
|
case "TransitionDuration":
|
|
3208
|
-
for (let ao of fromEnum(this.
|
|
3214
|
+
for (let ao of fromEnum(this.ti)) {
|
|
3209
3215
|
ao.gb();
|
|
3210
3216
|
}
|
|
3211
3217
|
break;
|
|
3212
3218
|
case "IsTransitionInEnabled":
|
|
3213
|
-
for (let ap of fromEnum(this.
|
|
3219
|
+
for (let ap of fromEnum(this.ti)) {
|
|
3214
3220
|
ap.fk();
|
|
3215
3221
|
}
|
|
3216
3222
|
break;
|
|
3217
3223
|
case "TransitionInMode":
|
|
3218
|
-
for (let aq of fromEnum(this.
|
|
3224
|
+
for (let aq of fromEnum(this.ti)) {
|
|
3219
3225
|
aq.gf();
|
|
3220
3226
|
}
|
|
3221
3227
|
break;
|
|
3222
3228
|
case "TransitionInDuration":
|
|
3223
|
-
for (let ar of fromEnum(this.
|
|
3229
|
+
for (let ar of fromEnum(this.ti)) {
|
|
3224
3230
|
ar.fk();
|
|
3225
3231
|
}
|
|
3226
3232
|
break;
|
|
3227
3233
|
case "TransitionInSpeedType":
|
|
3228
|
-
for (let as of fromEnum(this.
|
|
3234
|
+
for (let as of fromEnum(this.ti)) {
|
|
3229
3235
|
as.fk();
|
|
3230
3236
|
}
|
|
3231
3237
|
break;
|
|
3232
3238
|
case "TransitionInEasingFunction":
|
|
3233
|
-
for (let at of fromEnum(this.
|
|
3239
|
+
for (let at of fromEnum(this.ti)) {
|
|
3234
3240
|
at.ge();
|
|
3235
3241
|
}
|
|
3236
3242
|
break;
|
|
3237
3243
|
case "UseLightweightMarkers":
|
|
3238
|
-
for (let au of fromEnum(this.
|
|
3244
|
+
for (let au of fromEnum(this.ti)) {
|
|
3239
3245
|
au.gh();
|
|
3240
3246
|
}
|
|
3241
3247
|
break;
|
|
3242
3248
|
}
|
|
3243
3249
|
}
|
|
3244
3250
|
get currentCategoryMode() {
|
|
3245
|
-
return this.preferredCategoryMode(typeCast(CategoryAxisBase.$, this.
|
|
3251
|
+
return this.preferredCategoryMode(typeCast(CategoryAxisBase.$, this.ro()));
|
|
3246
3252
|
}
|
|
3247
3253
|
get scaler() {
|
|
3248
|
-
return typeCast(ICategoryScaler_$type, this.
|
|
3254
|
+
return typeCast(ICategoryScaler_$type, this.ro());
|
|
3249
3255
|
}
|
|
3250
3256
|
get yScaler() {
|
|
3251
|
-
return typeCast(IScaler_$type, this.
|
|
3257
|
+
return typeCast(IScaler_$type, this.r9());
|
|
3252
3258
|
}
|
|
3253
3259
|
get bucketizer() {
|
|
3254
|
-
return this.
|
|
3260
|
+
return this.ry.cr;
|
|
3255
3261
|
}
|
|
3256
3262
|
get currentMode2Index() {
|
|
3257
|
-
return this.
|
|
3263
|
+
return this.ss();
|
|
3258
3264
|
}
|
|
3259
3265
|
provideCollisionDetector() {
|
|
3260
3266
|
return new CollisionAvoider();
|
|
@@ -3265,9 +3271,9 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3265
3271
|
get_dn() {
|
|
3266
3272
|
return false;
|
|
3267
3273
|
}
|
|
3268
|
-
|
|
3274
|
+
mk(a, b) {
|
|
3269
3275
|
let c = this.ez;
|
|
3270
|
-
super.
|
|
3276
|
+
super.mk(a, b);
|
|
3271
3277
|
if (!c) {
|
|
3272
3278
|
this.b0.a2(b);
|
|
3273
3279
|
return;
|
|
@@ -3277,33 +3283,33 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3277
3283
|
return;
|
|
3278
3284
|
}
|
|
3279
3285
|
for (let d of fromEnum(this.series)) {
|
|
3280
|
-
d.visualSeriesLink.
|
|
3286
|
+
d.visualSeriesLink.mk(a, b);
|
|
3281
3287
|
}
|
|
3282
3288
|
this.ez = false;
|
|
3283
3289
|
}
|
|
3284
|
-
|
|
3285
|
-
super.
|
|
3290
|
+
mh(a, b, c, d, e) {
|
|
3291
|
+
super.mh(a, b, c, d, e);
|
|
3286
3292
|
let f = this.a6.a$h.item(d);
|
|
3287
3293
|
f.cr.g(this.ft);
|
|
3288
3294
|
f.a1(c);
|
|
3289
3295
|
if (this.cx(f)) {
|
|
3290
3296
|
return;
|
|
3291
3297
|
}
|
|
3292
|
-
if (this.
|
|
3293
|
-
this.
|
|
3298
|
+
if (this.tg == null) {
|
|
3299
|
+
this.tg = new CategoryFrame(3);
|
|
3294
3300
|
}
|
|
3295
|
-
this.
|
|
3296
|
-
this.
|
|
3297
|
-
this.
|
|
3298
|
-
this.
|
|
3301
|
+
this.tg.u();
|
|
3302
|
+
this.t5();
|
|
3303
|
+
this.rv(f).d(this.tg, f);
|
|
3304
|
+
this.s7(this.tg, f);
|
|
3299
3305
|
for (let g of fromEnum(this.series)) {
|
|
3300
|
-
g.visualSeriesLink.
|
|
3306
|
+
g.visualSeriesLink.mh(a, b, c, d, e);
|
|
3301
3307
|
}
|
|
3302
3308
|
}
|
|
3303
3309
|
hs() {
|
|
3304
|
-
let a = this.a8.exportStackedVisualData(this, this.
|
|
3310
|
+
let a = this.a8.exportStackedVisualData(this, this.pz);
|
|
3305
3311
|
for (let b of fromEnum(this.series)) {
|
|
3306
|
-
let c = this.a8.createFragmentVisualData(this, this.
|
|
3312
|
+
let c = this.a8.createFragmentVisualData(this, this.pz, getInstanceType(b).typeName, b.d8);
|
|
3307
3313
|
b.visualSeriesLink.b0.al(c);
|
|
3308
3314
|
this.a8.addSubSeriesVisualData(a, c);
|
|
3309
3315
|
}
|
|
@@ -3315,11 +3321,11 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3315
3321
|
return true;
|
|
3316
3322
|
}
|
|
3317
3323
|
get useHighMarkerFidelity() {
|
|
3318
|
-
return this.
|
|
3324
|
+
return this.sk;
|
|
3319
3325
|
}
|
|
3320
3326
|
}
|
|
3321
3327
|
StackedSeriesBase.$t = /*@__PURE__*/ markType(StackedSeriesBase, 'StackedSeriesBase', CategorySeries.$, [IIsCategoryBased_$type]);
|
|
3322
|
-
StackedSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedSeriesBase, 'raisePropertyChanged', ['AutoGenerateSeries:
|
|
3328
|
+
StackedSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedSeriesBase, 'raisePropertyChanged', ['AutoGenerateSeries:to:ua', [0, false], 'ReverseLegendOrder:tq:ub', [0, false], 'SeriesVisibility:ud:uc', [Visibility_$type, /*@__PURE__*/ enumGetBox(Visibility_$type, 0)]]);
|
|
3323
3329
|
return StackedSeriesBase;
|
|
3324
3330
|
})();
|
|
3325
3331
|
/**
|
|
@@ -3331,7 +3337,7 @@ export let HorizontalStackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3331
3337
|
return true;
|
|
3332
3338
|
}
|
|
3333
3339
|
get_ej() {
|
|
3334
|
-
return this.
|
|
3340
|
+
return this.r9() != null && this.r9().cg;
|
|
3335
3341
|
}
|
|
3336
3342
|
bv() {
|
|
3337
3343
|
return 1;
|
|
@@ -3343,7 +3349,7 @@ export let HorizontalStackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3343
3349
|
return 3;
|
|
3344
3350
|
}
|
|
3345
3351
|
getOffsetValue() {
|
|
3346
|
-
return this.
|
|
3352
|
+
return this.ru.r(this.xAxis, this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
|
|
3347
3353
|
}
|
|
3348
3354
|
getCategoryWidth() {
|
|
3349
3355
|
return this.xAxis.getCategorySize(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
|
|
@@ -3357,63 +3363,63 @@ export let HorizontalStackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3357
3363
|
ag() {
|
|
3358
3364
|
return [this.fetchXAxis(), this.fetchYAxis()];
|
|
3359
3365
|
}
|
|
3360
|
-
|
|
3366
|
+
sj() {
|
|
3361
3367
|
return this.yAxis != null && this.yAxis.c0();
|
|
3362
3368
|
}
|
|
3363
|
-
|
|
3369
|
+
mt() {
|
|
3364
3370
|
let a = (typeCast(XamDataChart.$, this.cd));
|
|
3365
3371
|
if (a != null) {
|
|
3366
3372
|
this.fq = isNaN_(this.fz) ? a.tf.fp : this.fz;
|
|
3367
|
-
for (let b of fromEnum(this.
|
|
3373
|
+
for (let b of fromEnum(this.ti)) {
|
|
3368
3374
|
b.fb();
|
|
3369
3375
|
}
|
|
3370
3376
|
}
|
|
3371
3377
|
}
|
|
3372
|
-
|
|
3373
|
-
super.
|
|
3378
|
+
l4(a, b, c, d) {
|
|
3379
|
+
super.l4(a, b, c, d);
|
|
3374
3380
|
switch (b) {
|
|
3375
3381
|
case HorizontalStackedSeriesBase.$$p[0]:
|
|
3376
3382
|
if (c != d) {
|
|
3377
3383
|
this.k1(typeCast(Axis.$, c));
|
|
3378
|
-
this.
|
|
3379
|
-
this.
|
|
3380
|
-
this.
|
|
3381
|
-
this.
|
|
3384
|
+
this.l9(typeCast(Axis.$, d));
|
|
3385
|
+
this.ry.cr.g(this.ft);
|
|
3386
|
+
this.mi(false);
|
|
3387
|
+
this.lp();
|
|
3382
3388
|
}
|
|
3383
3389
|
break;
|
|
3384
3390
|
case HorizontalStackedSeriesBase.$$p[1]:
|
|
3385
3391
|
if (c != d) {
|
|
3386
3392
|
this.k1(typeCast(Axis.$, c));
|
|
3387
|
-
this.
|
|
3388
|
-
this.
|
|
3393
|
+
this.l9(typeCast(Axis.$, d));
|
|
3394
|
+
this.ry.cr.g(this.ft);
|
|
3389
3395
|
if (this.cd != null) {
|
|
3390
3396
|
this.cd.li();
|
|
3391
3397
|
}
|
|
3392
|
-
this.
|
|
3393
|
-
this.
|
|
3394
|
-
this.
|
|
3398
|
+
this.sj();
|
|
3399
|
+
this.mi(false);
|
|
3400
|
+
this.lp();
|
|
3395
3401
|
}
|
|
3396
3402
|
break;
|
|
3397
3403
|
}
|
|
3398
3404
|
}
|
|
3399
|
-
|
|
3405
|
+
uh(a) {
|
|
3400
3406
|
if (typeCast(NumericYAxis.$, a) !== null) {
|
|
3401
3407
|
return true;
|
|
3402
3408
|
}
|
|
3403
3409
|
return false;
|
|
3404
3410
|
}
|
|
3405
|
-
|
|
3411
|
+
ug(a) {
|
|
3406
3412
|
if (typeCast(CategoryXAxis.$, a) !== null || a.cd) {
|
|
3407
3413
|
return true;
|
|
3408
3414
|
}
|
|
3409
3415
|
return false;
|
|
3410
3416
|
}
|
|
3411
3417
|
get useHighMarkerFidelity() {
|
|
3412
|
-
return this.
|
|
3418
|
+
return this.sk;
|
|
3413
3419
|
}
|
|
3414
3420
|
}
|
|
3415
3421
|
HorizontalStackedSeriesBase.$t = /*@__PURE__*/ markType(HorizontalStackedSeriesBase, 'HorizontalStackedSeriesBase', StackedSeriesBase.$);
|
|
3416
|
-
HorizontalStackedSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, HorizontalStackedSeriesBase, 'raisePropertyChanged', ['XAxis::
|
|
3422
|
+
HorizontalStackedSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, HorizontalStackedSeriesBase, 'raisePropertyChanged', ['XAxis::uk', [CategoryAxisBase.$, null], 'YAxis::ul', [NumericYAxis.$, null]]);
|
|
3417
3423
|
return HorizontalStackedSeriesBase;
|
|
3418
3424
|
})();
|
|
3419
3425
|
/**
|
|
@@ -3430,14 +3436,14 @@ export let StackedAreaSeries = /*@__PURE__*/ (() => {
|
|
|
3430
3436
|
}
|
|
3431
3437
|
ac() {
|
|
3432
3438
|
super.ac();
|
|
3433
|
-
this.
|
|
3439
|
+
this.mi(false);
|
|
3434
3440
|
}
|
|
3435
3441
|
bx() {
|
|
3436
3442
|
return new StackedAreaSeriesView(this);
|
|
3437
3443
|
}
|
|
3438
|
-
|
|
3439
|
-
super.
|
|
3440
|
-
this.
|
|
3444
|
+
lz(a) {
|
|
3445
|
+
super.lz(a);
|
|
3446
|
+
this.um = a;
|
|
3441
3447
|
}
|
|
3442
3448
|
ap(a) {
|
|
3443
3449
|
if (this.itemsSource == null) {
|
|
@@ -3447,8 +3453,8 @@ export let StackedAreaSeries = /*@__PURE__*/ (() => {
|
|
|
3447
3453
|
return new AxisRange(0, this.ck.count - 1);
|
|
3448
3454
|
}
|
|
3449
3455
|
if (a == this.yAxis) {
|
|
3450
|
-
this.
|
|
3451
|
-
return new AxisRange(this.
|
|
3456
|
+
this.t5();
|
|
3457
|
+
return new AxisRange(this.tw, this.tv);
|
|
3452
3458
|
}
|
|
3453
3459
|
return null;
|
|
3454
3460
|
}
|
|
@@ -3456,7 +3462,7 @@ export let StackedAreaSeries = /*@__PURE__*/ (() => {
|
|
|
3456
3462
|
return 0;
|
|
3457
3463
|
}
|
|
3458
3464
|
get useHighMarkerFidelity() {
|
|
3459
|
-
return this.
|
|
3465
|
+
return this.sk;
|
|
3460
3466
|
}
|
|
3461
3467
|
}
|
|
3462
3468
|
StackedAreaSeries.$t = /*@__PURE__*/ markType(StackedAreaSeries, 'StackedAreaSeries', HorizontalStackedSeriesBase.$);
|
|
@@ -3467,10 +3473,10 @@ export let StackedAreaSeries = /*@__PURE__*/ (() => {
|
|
|
3467
3473
|
*/
|
|
3468
3474
|
export let VerticalStackedSeriesBase = /*@__PURE__*/ (() => {
|
|
3469
3475
|
class VerticalStackedSeriesBase extends StackedSeriesBase {
|
|
3470
|
-
|
|
3476
|
+
ro() {
|
|
3471
3477
|
return this.yAxis;
|
|
3472
3478
|
}
|
|
3473
|
-
|
|
3479
|
+
r9() {
|
|
3474
3480
|
return this.xAxis;
|
|
3475
3481
|
}
|
|
3476
3482
|
bv() {
|
|
@@ -3486,11 +3492,11 @@ export let VerticalStackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3486
3492
|
if (a.isEmpty && this.cd != null) {
|
|
3487
3493
|
a = this.cd.sf;
|
|
3488
3494
|
}
|
|
3489
|
-
let b = this.
|
|
3490
|
-
if (this.
|
|
3495
|
+
let b = this.ro();
|
|
3496
|
+
if (this.te == null || this.tf == null) {
|
|
3491
3497
|
return null;
|
|
3492
3498
|
}
|
|
3493
|
-
let c = this.
|
|
3499
|
+
let c = this.pr(this.b0);
|
|
3494
3500
|
let d = new ScalerParams(0, a, this.cd.su, b.cg, this.getEffectiveViewport());
|
|
3495
3501
|
let e = (b.el(c.top, d));
|
|
3496
3502
|
let f = (b.el(c.bottom, d));
|
|
@@ -3509,8 +3515,8 @@ export let VerticalStackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3509
3515
|
e = Math.floor(e);
|
|
3510
3516
|
f = Math.ceil(f);
|
|
3511
3517
|
}
|
|
3512
|
-
e = Math.max(0, Math.min(this.
|
|
3513
|
-
f = Math.max(0, Math.min(this.
|
|
3518
|
+
e = Math.max(0, Math.min(this.tf.length - 1, e));
|
|
3519
|
+
f = Math.max(0, Math.min(this.tf.length - 1, f));
|
|
3514
3520
|
let i = 1.7976931348623157E+308;
|
|
3515
3521
|
let j = -1.7976931348623157E+308;
|
|
3516
3522
|
for (let k = truncate(e); k <= truncate(f); k++) {
|
|
@@ -3518,13 +3524,13 @@ export let VerticalStackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3518
3524
|
if (h != null) {
|
|
3519
3525
|
l = h.i$b._inner[k];
|
|
3520
3526
|
}
|
|
3521
|
-
let m = this.
|
|
3527
|
+
let m = this.tf[l];
|
|
3522
3528
|
{
|
|
3523
3529
|
if (isInfinity(m) || isNaN_(m)) {
|
|
3524
3530
|
continue;
|
|
3525
3531
|
}
|
|
3526
3532
|
}
|
|
3527
|
-
let n = this.
|
|
3533
|
+
let n = this.te[l];
|
|
3528
3534
|
{
|
|
3529
3535
|
if (isInfinity(n) || isNaN_(n)) {
|
|
3530
3536
|
continue;
|
|
@@ -3534,12 +3540,12 @@ export let VerticalStackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3534
3540
|
j = Math.max(j, n);
|
|
3535
3541
|
}
|
|
3536
3542
|
let o = new AxisRange(i, j);
|
|
3537
|
-
let p = this.
|
|
3543
|
+
let p = this.r9();
|
|
3538
3544
|
o = this.ao(o, p, a);
|
|
3539
3545
|
return o;
|
|
3540
3546
|
}
|
|
3541
3547
|
getOffsetValue() {
|
|
3542
|
-
return this.
|
|
3548
|
+
return this.ru.r(this.yAxis, this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
|
|
3543
3549
|
}
|
|
3544
3550
|
getCategoryWidth() {
|
|
3545
3551
|
return this.yAxis.getCategorySize(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
|
|
@@ -3553,54 +3559,54 @@ export let VerticalStackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3553
3559
|
fetchYAxis() {
|
|
3554
3560
|
return this.yAxis;
|
|
3555
3561
|
}
|
|
3556
|
-
|
|
3562
|
+
sj() {
|
|
3557
3563
|
return this.xAxis != null && this.xAxis.c0();
|
|
3558
3564
|
}
|
|
3559
|
-
|
|
3560
|
-
super.
|
|
3565
|
+
l4(a, b, c, d) {
|
|
3566
|
+
super.l4(a, b, c, d);
|
|
3561
3567
|
switch (b) {
|
|
3562
3568
|
case VerticalStackedSeriesBase.$$p[0]:
|
|
3563
3569
|
if (c != d) {
|
|
3564
3570
|
this.k1(typeCast(Axis.$, c));
|
|
3565
|
-
this.
|
|
3566
|
-
this.
|
|
3571
|
+
this.l9(typeCast(Axis.$, d));
|
|
3572
|
+
this.ry.cr.g(this.ft);
|
|
3567
3573
|
if (this.cd != null) {
|
|
3568
3574
|
this.cd.li();
|
|
3569
3575
|
}
|
|
3570
|
-
this.
|
|
3571
|
-
this.
|
|
3576
|
+
this.mi(false);
|
|
3577
|
+
this.lp();
|
|
3572
3578
|
}
|
|
3573
3579
|
break;
|
|
3574
3580
|
case VerticalStackedSeriesBase.$$p[1]:
|
|
3575
3581
|
if (c != d) {
|
|
3576
3582
|
this.k1(typeCast(Axis.$, c));
|
|
3577
|
-
this.
|
|
3578
|
-
this.
|
|
3579
|
-
this.
|
|
3580
|
-
this.
|
|
3581
|
-
this.
|
|
3583
|
+
this.l9(typeCast(Axis.$, d));
|
|
3584
|
+
this.ry.cr.g(this.ft);
|
|
3585
|
+
this.sj();
|
|
3586
|
+
this.mi(false);
|
|
3587
|
+
this.lp();
|
|
3582
3588
|
}
|
|
3583
3589
|
break;
|
|
3584
3590
|
}
|
|
3585
3591
|
}
|
|
3586
|
-
|
|
3592
|
+
uh(a) {
|
|
3587
3593
|
if (typeCast(CategoryYAxis.$, a) !== null) {
|
|
3588
3594
|
return true;
|
|
3589
3595
|
}
|
|
3590
3596
|
return false;
|
|
3591
3597
|
}
|
|
3592
|
-
|
|
3598
|
+
ug(a) {
|
|
3593
3599
|
if (typeCast(NumericXAxis.$, a) !== null) {
|
|
3594
3600
|
return true;
|
|
3595
3601
|
}
|
|
3596
3602
|
return false;
|
|
3597
3603
|
}
|
|
3598
3604
|
get useHighMarkerFidelity() {
|
|
3599
|
-
return this.
|
|
3605
|
+
return this.sk;
|
|
3600
3606
|
}
|
|
3601
3607
|
}
|
|
3602
3608
|
VerticalStackedSeriesBase.$t = /*@__PURE__*/ markType(VerticalStackedSeriesBase, 'VerticalStackedSeriesBase', StackedSeriesBase.$);
|
|
3603
|
-
VerticalStackedSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, VerticalStackedSeriesBase, 'raisePropertyChanged', ['XAxis::
|
|
3609
|
+
VerticalStackedSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, VerticalStackedSeriesBase, 'raisePropertyChanged', ['XAxis::uk', [NumericXAxis.$, null], 'YAxis::ul', [CategoryYAxis.$, null]]);
|
|
3604
3610
|
return VerticalStackedSeriesBase;
|
|
3605
3611
|
})();
|
|
3606
3612
|
/**
|
|
@@ -3626,22 +3632,22 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
|
|
|
3626
3632
|
}
|
|
3627
3633
|
ac() {
|
|
3628
3634
|
super.ac();
|
|
3629
|
-
this.
|
|
3635
|
+
this.mi(false);
|
|
3630
3636
|
}
|
|
3631
3637
|
bx() {
|
|
3632
3638
|
return new StackedBarSeriesView(this);
|
|
3633
3639
|
}
|
|
3634
|
-
|
|
3635
|
-
super.
|
|
3636
|
-
this.
|
|
3640
|
+
lz(a) {
|
|
3641
|
+
super.lz(a);
|
|
3642
|
+
this.um = a;
|
|
3637
3643
|
}
|
|
3638
|
-
|
|
3639
|
-
return this.
|
|
3644
|
+
th() {
|
|
3645
|
+
return this.um;
|
|
3640
3646
|
}
|
|
3641
3647
|
preferredCategoryMode(a) {
|
|
3642
3648
|
return 2;
|
|
3643
3649
|
}
|
|
3644
|
-
|
|
3650
|
+
ss() {
|
|
3645
3651
|
let a = 0;
|
|
3646
3652
|
for (let b of fromEnum(this.cd.series)) {
|
|
3647
3653
|
if (b == this) {
|
|
@@ -3654,7 +3660,7 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
|
|
|
3654
3660
|
}
|
|
3655
3661
|
return -1;
|
|
3656
3662
|
}
|
|
3657
|
-
|
|
3663
|
+
tt() {
|
|
3658
3664
|
let a = 0;
|
|
3659
3665
|
let b = this.cd != null ? this.cd.sf : Rect.empty;
|
|
3660
3666
|
let c = this.b0.bu;
|
|
@@ -3665,7 +3671,7 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
|
|
|
3665
3671
|
}
|
|
3666
3672
|
return a;
|
|
3667
3673
|
}
|
|
3668
|
-
|
|
3674
|
+
tu() {
|
|
3669
3675
|
if (this.xAxis != null) {
|
|
3670
3676
|
return this.xAxis.l5;
|
|
3671
3677
|
}
|
|
@@ -3679,8 +3685,8 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
|
|
|
3679
3685
|
return new AxisRange(0, this.ck.count - 1);
|
|
3680
3686
|
}
|
|
3681
3687
|
if (a == this.xAxis) {
|
|
3682
|
-
this.
|
|
3683
|
-
return new AxisRange(this.
|
|
3688
|
+
this.t5();
|
|
3689
|
+
return new AxisRange(this.tw, this.tv);
|
|
3684
3690
|
}
|
|
3685
3691
|
return null;
|
|
3686
3692
|
}
|
|
@@ -3690,7 +3696,7 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
|
|
|
3690
3696
|
c = c.copy();
|
|
3691
3697
|
let d = this.b0.bu;
|
|
3692
3698
|
let e = new Rect(0, 0, 0, 1, 1);
|
|
3693
|
-
let f = this.
|
|
3699
|
+
let f = this.pt(this.b0);
|
|
3694
3700
|
let g = new ScalerParams(0, e, e, this.xAxis.cg, f);
|
|
3695
3701
|
let h = new ScalerParams(0, e, e, this.yAxis.cg, f);
|
|
3696
3702
|
if (b >= 0 && Rect.l_op_Inequality(c, null) && Rect.l_op_Inequality(d, null)) {
|
|
@@ -3704,9 +3710,9 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
|
|
|
3704
3710
|
}
|
|
3705
3711
|
c.y = i - 0.5 * c.height;
|
|
3706
3712
|
}
|
|
3707
|
-
if (this.xAxis != null && this.
|
|
3708
|
-
let j = this.xAxis.ei(this.
|
|
3709
|
-
let k = this.xAxis.ei(this.
|
|
3713
|
+
if (this.xAxis != null && this.te != null && b < this.te.length) {
|
|
3714
|
+
let j = this.xAxis.ei(this.te[b], g);
|
|
3715
|
+
let k = this.xAxis.ei(this.tf[b], g);
|
|
3710
3716
|
if (!isNaN_(j) && !isNaN_(k)) {
|
|
3711
3717
|
let l = Math.abs(k - j);
|
|
3712
3718
|
if (c.width < l) {
|
|
@@ -3742,33 +3748,33 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
|
|
|
3742
3748
|
case 4:
|
|
3743
3749
|
case 1:
|
|
3744
3750
|
case 0:
|
|
3745
|
-
this.
|
|
3751
|
+
this.ry.cr.g(this.ft);
|
|
3746
3752
|
break;
|
|
3747
3753
|
}
|
|
3748
3754
|
switch (a) {
|
|
3749
3755
|
case 4:
|
|
3750
3756
|
if (this.xAxis != null && !this.xAxis.c0()) {
|
|
3751
|
-
this.
|
|
3757
|
+
this.mi(true);
|
|
3752
3758
|
}
|
|
3753
3759
|
break;
|
|
3754
3760
|
case 1:
|
|
3755
3761
|
if (this.xAxis != null && !this.xAxis.c0()) {
|
|
3756
|
-
this.
|
|
3762
|
+
this.mi(true);
|
|
3757
3763
|
}
|
|
3758
3764
|
break;
|
|
3759
3765
|
case 0:
|
|
3760
3766
|
if (this.xAxis != null && !this.xAxis.c0()) {
|
|
3761
|
-
this.
|
|
3767
|
+
this.mi(true);
|
|
3762
3768
|
}
|
|
3763
3769
|
break;
|
|
3764
3770
|
case 2:
|
|
3765
|
-
if (this.
|
|
3766
|
-
this.
|
|
3771
|
+
if (this.ry.cr.d > 0) {
|
|
3772
|
+
this.mi(true);
|
|
3767
3773
|
}
|
|
3768
3774
|
break;
|
|
3769
3775
|
case 3:
|
|
3770
3776
|
if (this.xAxis != null && !this.xAxis.c0()) {
|
|
3771
|
-
this.
|
|
3777
|
+
this.mi(true);
|
|
3772
3778
|
}
|
|
3773
3779
|
break;
|
|
3774
3780
|
}
|
|
@@ -3780,7 +3786,7 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
|
|
|
3780
3786
|
let e = -1;
|
|
3781
3787
|
if (this.yAxis != null && !b.isEmpty && !c.isEmpty) {
|
|
3782
3788
|
let f = new ScalerParams(0, b, c, this.yAxis.cg, d);
|
|
3783
|
-
let g = this.
|
|
3789
|
+
let g = this.pr(this.b0);
|
|
3784
3790
|
let h = this.yAxis.el(g.top, f);
|
|
3785
3791
|
let i = this.yAxis.el(g.bottom, f);
|
|
3786
3792
|
let j = (a.y - b.top) / b.height;
|
|
@@ -3797,7 +3803,7 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
|
|
|
3797
3803
|
let b = this.hd(a);
|
|
3798
3804
|
return b >= 0 && this.ck != null && b < this.ck.count ? this.ck.item(b) : null;
|
|
3799
3805
|
}
|
|
3800
|
-
|
|
3806
|
+
t9() {
|
|
3801
3807
|
if (this.xAxis != null) {
|
|
3802
3808
|
this.xAxis.c1(true);
|
|
3803
3809
|
}
|
|
@@ -3805,10 +3811,10 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
|
|
|
3805
3811
|
this.yAxis.c1(true);
|
|
3806
3812
|
}
|
|
3807
3813
|
}
|
|
3808
|
-
|
|
3814
|
+
tx(a) {
|
|
3809
3815
|
return this.hd(a);
|
|
3810
3816
|
}
|
|
3811
|
-
|
|
3817
|
+
tr(a, b, c, d) {
|
|
3812
3818
|
let e = true;
|
|
3813
3819
|
if (!d.o() || c.isEmpty || b.isEmpty || this.yAxis == null || this.yAxis.itemsSource == null || this.xAxis == null || this.ck == null || this.xAxis.bh == null || this.yAxis.bh == null) {
|
|
3814
3820
|
e = false;
|
|
@@ -3822,7 +3828,7 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
|
|
|
3822
3828
|
ga() {
|
|
3823
3829
|
return this.yAxis.k3(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
|
|
3824
3830
|
}
|
|
3825
|
-
|
|
3831
|
+
t6(a, b, c, d) {
|
|
3826
3832
|
let e = typeCast(BarFragment.$, a);
|
|
3827
3833
|
let f = typeCast(ColumnFragmentView.$, c);
|
|
3828
3834
|
if (!this.e9(c.bu, c.bv, c) || e == null || f == null) {
|
|
@@ -3830,26 +3836,26 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
|
|
|
3830
3836
|
}
|
|
3831
3837
|
let g = this.yAxis.k3(c.bv, c.bu, this.getEffectiveViewport1(c));
|
|
3832
3838
|
if (isNaN_(g) || isInfinity(g)) {
|
|
3833
|
-
e.
|
|
3839
|
+
e.vi.db.count = 0;
|
|
3834
3840
|
return;
|
|
3835
3841
|
}
|
|
3836
3842
|
let h = 0;
|
|
3837
|
-
e.
|
|
3838
|
-
e.
|
|
3839
|
-
e.
|
|
3840
|
-
e.
|
|
3841
|
-
e.
|
|
3843
|
+
e.rx.a0(e, e.sh(), d, e.sp(c), e.sq(c));
|
|
3844
|
+
e.rx.r = e.vl;
|
|
3845
|
+
e.rx.s = e.vm;
|
|
3846
|
+
e.rx.k = e.vl;
|
|
3847
|
+
e.rx.l = e.vm;
|
|
3842
3848
|
let i = e.valueColumn.count;
|
|
3843
3849
|
let j = c.bv;
|
|
3844
3850
|
let k = c.bu;
|
|
3845
3851
|
let l = this.getEffectiveViewport1(c);
|
|
3846
3852
|
let m = false;
|
|
3847
|
-
let n = e.
|
|
3853
|
+
let n = e.rx.b;
|
|
3848
3854
|
if (n != null) {
|
|
3849
3855
|
m = true;
|
|
3850
3856
|
}
|
|
3851
3857
|
let o = b.f;
|
|
3852
|
-
let p = e.
|
|
3858
|
+
let p = e.ro();
|
|
3853
3859
|
let q = new ScalerParams(0, j, k, p.cg, l);
|
|
3854
3860
|
let r = 0;
|
|
3855
3861
|
for (let s of fromEnum(b.f)) {
|
|
@@ -3866,27 +3872,27 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
|
|
|
3866
3872
|
w.height = g;
|
|
3867
3873
|
w.width = Math.abs(u - v);
|
|
3868
3874
|
if (m) {
|
|
3869
|
-
e.
|
|
3875
|
+
e.s3(o, r, i, p, q, c.q);
|
|
3870
3876
|
}
|
|
3871
|
-
e.
|
|
3872
|
-
w.am = e.
|
|
3873
|
-
w.an = e.
|
|
3877
|
+
e.rx.ad(w, false, false, false, false);
|
|
3878
|
+
w.am = e.rx.k;
|
|
3879
|
+
w.an = e.rx.l;
|
|
3874
3880
|
f.di(w, Math.min(u, v), t);
|
|
3875
3881
|
h++;
|
|
3876
3882
|
r++;
|
|
3877
3883
|
}
|
|
3878
3884
|
f.db.count = h;
|
|
3879
3885
|
}
|
|
3880
|
-
|
|
3881
|
-
super.
|
|
3886
|
+
l4(a, b, c, d) {
|
|
3887
|
+
super.l4(a, b, c, d);
|
|
3882
3888
|
switch (b) {
|
|
3883
3889
|
case StackedBarSeries.$$p[0]:
|
|
3884
3890
|
case StackedBarSeries.$$p[1]:
|
|
3885
|
-
for (let e of fromEnum(this.
|
|
3891
|
+
for (let e of fromEnum(this.ti)) {
|
|
3886
3892
|
e.f2();
|
|
3887
3893
|
e.f3();
|
|
3888
3894
|
}
|
|
3889
|
-
this.
|
|
3895
|
+
this.mi(false);
|
|
3890
3896
|
break;
|
|
3891
3897
|
case "SyncLink":
|
|
3892
3898
|
if (this.xAxis != null) {
|
|
@@ -3895,9 +3901,9 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
|
|
|
3895
3901
|
break;
|
|
3896
3902
|
case "FastItemsSource":
|
|
3897
3903
|
if (this.xAxis != null && !this.xAxis.c0()) {
|
|
3898
|
-
this.
|
|
3904
|
+
this.um.cr.g(this.ft);
|
|
3899
3905
|
}
|
|
3900
|
-
this.
|
|
3906
|
+
this.mi(false);
|
|
3901
3907
|
break;
|
|
3902
3908
|
case "SeriesViewer":
|
|
3903
3909
|
if (c != null && d == null) {
|
|
@@ -3905,11 +3911,11 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
|
|
|
3905
3911
|
this.k1(this.yAxis);
|
|
3906
3912
|
}
|
|
3907
3913
|
if (c == null && d != null) {
|
|
3908
|
-
this.
|
|
3909
|
-
this.
|
|
3914
|
+
this.l9(this.xAxis);
|
|
3915
|
+
this.l9(this.yAxis);
|
|
3910
3916
|
}
|
|
3911
|
-
this.
|
|
3912
|
-
this.
|
|
3917
|
+
this.um.cr.g(this.ft);
|
|
3918
|
+
this.mi(false);
|
|
3913
3919
|
if (this.xAxis != null) {
|
|
3914
3920
|
this.xAxis.c0();
|
|
3915
3921
|
}
|
|
@@ -3920,11 +3926,11 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
|
|
|
3920
3926
|
return this.preferredCategoryMode(this.yAxis);
|
|
3921
3927
|
}
|
|
3922
3928
|
get useHighMarkerFidelity() {
|
|
3923
|
-
return this.
|
|
3929
|
+
return this.sk;
|
|
3924
3930
|
}
|
|
3925
3931
|
}
|
|
3926
3932
|
StackedBarSeries.$t = /*@__PURE__*/ markType(StackedBarSeries, 'StackedBarSeries', VerticalStackedSeriesBase.$, [IBarSeries_$type]);
|
|
3927
|
-
StackedBarSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedBarSeries, 'raisePropertyChanged', ['RadiusX:
|
|
3933
|
+
StackedBarSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedBarSeries, 'raisePropertyChanged', ['RadiusX:un:ur', [1, 0], 'RadiusY:uo:us', [1, 0]]);
|
|
3928
3934
|
return StackedBarSeries;
|
|
3929
3935
|
})();
|
|
3930
3936
|
/**
|
|
@@ -3951,12 +3957,12 @@ export let StackedColumnSeries = /*@__PURE__*/ (() => {
|
|
|
3951
3957
|
bx() {
|
|
3952
3958
|
return new StackedColumnSeriesView(this);
|
|
3953
3959
|
}
|
|
3954
|
-
|
|
3955
|
-
super.
|
|
3956
|
-
this.
|
|
3960
|
+
lz(a) {
|
|
3961
|
+
super.lz(a);
|
|
3962
|
+
this.um = a;
|
|
3957
3963
|
}
|
|
3958
|
-
|
|
3959
|
-
return this.
|
|
3964
|
+
th() {
|
|
3965
|
+
return this.um;
|
|
3960
3966
|
}
|
|
3961
3967
|
preferredCategoryMode(a) {
|
|
3962
3968
|
return 2;
|
|
@@ -3969,8 +3975,8 @@ export let StackedColumnSeries = /*@__PURE__*/ (() => {
|
|
|
3969
3975
|
return new AxisRange(0, this.ck.count - 1);
|
|
3970
3976
|
}
|
|
3971
3977
|
if (a == this.yAxis) {
|
|
3972
|
-
this.
|
|
3973
|
-
return new AxisRange(this.
|
|
3978
|
+
this.t5();
|
|
3979
|
+
return new AxisRange(this.tw, this.tv);
|
|
3974
3980
|
}
|
|
3975
3981
|
return null;
|
|
3976
3982
|
}
|
|
@@ -3978,7 +3984,7 @@ export let StackedColumnSeries = /*@__PURE__*/ (() => {
|
|
|
3978
3984
|
let a = this.getEffectiveViewport1(this.b0);
|
|
3979
3985
|
return this.xAxis.k3(this.b0.bv, this.b0.bu, a);
|
|
3980
3986
|
}
|
|
3981
|
-
|
|
3987
|
+
t6(a, b, c, d) {
|
|
3982
3988
|
let e = typeCast(ColumnFragment.$, a);
|
|
3983
3989
|
let f = typeCast(ColumnFragmentView.$, c);
|
|
3984
3990
|
if (!this.e9(c.bu, c.bv, c) || e == null || f == null) {
|
|
@@ -3990,25 +3996,25 @@ export let StackedColumnSeries = /*@__PURE__*/ (() => {
|
|
|
3990
3996
|
let g = this.getEffectiveViewport1(c);
|
|
3991
3997
|
let h = this.xAxis.k3(c.bv, c.bu, g);
|
|
3992
3998
|
if (isNaN_(h) || isInfinity(h)) {
|
|
3993
|
-
e.
|
|
3999
|
+
e.vi.db.count = 0;
|
|
3994
4000
|
return;
|
|
3995
4001
|
}
|
|
3996
4002
|
let i = 0;
|
|
3997
|
-
e.
|
|
3998
|
-
e.
|
|
3999
|
-
e.
|
|
4000
|
-
e.
|
|
4001
|
-
e.
|
|
4003
|
+
e.rx.a0(e, e.sh(), d, e.sp(c), e.sq(c));
|
|
4004
|
+
e.rx.r = e.vl;
|
|
4005
|
+
e.rx.s = e.vm;
|
|
4006
|
+
e.rx.k = e.vl;
|
|
4007
|
+
e.rx.l = e.vm;
|
|
4002
4008
|
let j = c.bv;
|
|
4003
4009
|
let k = c.bu;
|
|
4004
4010
|
let l = this.getEffectiveViewport1(c);
|
|
4005
4011
|
let m = false;
|
|
4006
|
-
let n = e.
|
|
4012
|
+
let n = e.rx.b;
|
|
4007
4013
|
if (n != null) {
|
|
4008
4014
|
m = true;
|
|
4009
4015
|
}
|
|
4010
4016
|
let o = b.f;
|
|
4011
|
-
let p = e.
|
|
4017
|
+
let p = e.ro();
|
|
4012
4018
|
let q = new ScalerParams(0, j, k, p.cg, l);
|
|
4013
4019
|
let r = e.valueColumn.count;
|
|
4014
4020
|
let s = 0;
|
|
@@ -4026,27 +4032,27 @@ export let StackedColumnSeries = /*@__PURE__*/ (() => {
|
|
|
4026
4032
|
x.width = h;
|
|
4027
4033
|
x.height = Math.abs(w - v);
|
|
4028
4034
|
if (m) {
|
|
4029
|
-
e.
|
|
4035
|
+
e.s3(o, s, r, p, q, c.q);
|
|
4030
4036
|
}
|
|
4031
|
-
e.
|
|
4032
|
-
x.am = e.
|
|
4033
|
-
x.an = e.
|
|
4037
|
+
e.rx.ad(x, false, false, false, false);
|
|
4038
|
+
x.am = e.rx.k;
|
|
4039
|
+
x.an = e.rx.l;
|
|
4034
4040
|
f.di(x, u, Math.min(w, v));
|
|
4035
4041
|
i++;
|
|
4036
4042
|
s++;
|
|
4037
4043
|
}
|
|
4038
4044
|
f.db.count = i;
|
|
4039
4045
|
}
|
|
4040
|
-
|
|
4041
|
-
super.
|
|
4046
|
+
l4(a, b, c, d) {
|
|
4047
|
+
super.l4(a, b, c, d);
|
|
4042
4048
|
switch (b) {
|
|
4043
4049
|
case StackedColumnSeries.$$p[0]:
|
|
4044
4050
|
case StackedColumnSeries.$$p[1]:
|
|
4045
|
-
for (let e of fromEnum(this.
|
|
4051
|
+
for (let e of fromEnum(this.ti)) {
|
|
4046
4052
|
e.f2();
|
|
4047
4053
|
e.f3();
|
|
4048
4054
|
}
|
|
4049
|
-
this.
|
|
4055
|
+
this.mi(false);
|
|
4050
4056
|
break;
|
|
4051
4057
|
case "SyncLink":
|
|
4052
4058
|
if (this.yAxis != null) {
|
|
@@ -4061,11 +4067,11 @@ export let StackedColumnSeries = /*@__PURE__*/ (() => {
|
|
|
4061
4067
|
}
|
|
4062
4068
|
}
|
|
4063
4069
|
get useHighMarkerFidelity() {
|
|
4064
|
-
return this.
|
|
4070
|
+
return this.sk;
|
|
4065
4071
|
}
|
|
4066
4072
|
}
|
|
4067
4073
|
StackedColumnSeries.$t = /*@__PURE__*/ markType(StackedColumnSeries, 'StackedColumnSeries', HorizontalStackedSeriesBase.$);
|
|
4068
|
-
StackedColumnSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedColumnSeries, 'raisePropertyChanged', ['RadiusX:
|
|
4074
|
+
StackedColumnSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedColumnSeries, 'raisePropertyChanged', ['RadiusX:un:ur', [1, 0], 'RadiusY:uo:us', [1, 0]]);
|
|
4069
4075
|
return StackedColumnSeries;
|
|
4070
4076
|
})();
|
|
4071
4077
|
/**
|
|
@@ -4081,7 +4087,7 @@ export let StackedSplineAreaSeries = /*@__PURE__*/ (() => {
|
|
|
4081
4087
|
if (!isNaN_(this.gt)) {
|
|
4082
4088
|
return super.gu();
|
|
4083
4089
|
}
|
|
4084
|
-
return this.
|
|
4090
|
+
return this.um.c5();
|
|
4085
4091
|
}
|
|
4086
4092
|
get_dd() {
|
|
4087
4093
|
return true;
|
|
@@ -4091,14 +4097,14 @@ export let StackedSplineAreaSeries = /*@__PURE__*/ (() => {
|
|
|
4091
4097
|
}
|
|
4092
4098
|
ac() {
|
|
4093
4099
|
super.ac();
|
|
4094
|
-
this.
|
|
4100
|
+
this.mi(false);
|
|
4095
4101
|
}
|
|
4096
4102
|
bx() {
|
|
4097
4103
|
return new StackedSplineAreaSeriesView(this);
|
|
4098
4104
|
}
|
|
4099
|
-
|
|
4100
|
-
super.
|
|
4101
|
-
this.
|
|
4105
|
+
lz(a) {
|
|
4106
|
+
super.lz(a);
|
|
4107
|
+
this.um = a;
|
|
4102
4108
|
}
|
|
4103
4109
|
ap(a) {
|
|
4104
4110
|
if (this.itemsSource == null) {
|
|
@@ -4108,30 +4114,30 @@ export let StackedSplineAreaSeries = /*@__PURE__*/ (() => {
|
|
|
4108
4114
|
return new AxisRange(0, this.ck.count - 1);
|
|
4109
4115
|
}
|
|
4110
4116
|
if (a == this.yAxis) {
|
|
4111
|
-
this.
|
|
4112
|
-
return new AxisRange(this.
|
|
4117
|
+
this.t5();
|
|
4118
|
+
return new AxisRange(this.tw, this.tv);
|
|
4113
4119
|
}
|
|
4114
4120
|
return null;
|
|
4115
4121
|
}
|
|
4116
4122
|
preferredCategoryMode(a) {
|
|
4117
4123
|
return 0;
|
|
4118
4124
|
}
|
|
4119
|
-
|
|
4120
|
-
super.
|
|
4125
|
+
l4(a, b, c, d) {
|
|
4126
|
+
super.l4(a, b, c, d);
|
|
4121
4127
|
switch (b) {
|
|
4122
4128
|
case StackedSplineAreaSeries.$$p[0]:
|
|
4123
|
-
for (let e of fromEnum(this.
|
|
4129
|
+
for (let e of fromEnum(this.ti)) {
|
|
4124
4130
|
e.fj();
|
|
4125
4131
|
}
|
|
4126
4132
|
break;
|
|
4127
4133
|
}
|
|
4128
4134
|
}
|
|
4129
4135
|
get useHighMarkerFidelity() {
|
|
4130
|
-
return this.
|
|
4136
|
+
return this.sk;
|
|
4131
4137
|
}
|
|
4132
4138
|
}
|
|
4133
4139
|
StackedSplineAreaSeries.$t = /*@__PURE__*/ markType(StackedSplineAreaSeries, 'StackedSplineAreaSeries', HorizontalStackedSeriesBase.$);
|
|
4134
|
-
StackedSplineAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedSplineAreaSeries, 'raisePropertyChanged', ['IsSplineShapePartOfRange:
|
|
4140
|
+
StackedSplineAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedSplineAreaSeries, 'raisePropertyChanged', ['IsSplineShapePartOfRange:un:up', [0, false]]);
|
|
4135
4141
|
return StackedSplineAreaSeries;
|
|
4136
4142
|
})();
|
|
4137
4143
|
/**
|
|
@@ -4150,18 +4156,18 @@ export let StackedSplineSeries = /*@__PURE__*/ (() => {
|
|
|
4150
4156
|
if (!isNaN_(this.gt)) {
|
|
4151
4157
|
return super.gu();
|
|
4152
4158
|
}
|
|
4153
|
-
return this.
|
|
4159
|
+
return this.um.c5();
|
|
4154
4160
|
}
|
|
4155
4161
|
ac() {
|
|
4156
4162
|
super.ac();
|
|
4157
|
-
this.
|
|
4163
|
+
this.mi(false);
|
|
4158
4164
|
}
|
|
4159
4165
|
bx() {
|
|
4160
4166
|
return new StackedSplineSeriesView(this);
|
|
4161
4167
|
}
|
|
4162
|
-
|
|
4163
|
-
super.
|
|
4164
|
-
this.
|
|
4168
|
+
lz(a) {
|
|
4169
|
+
super.lz(a);
|
|
4170
|
+
this.um = a;
|
|
4165
4171
|
}
|
|
4166
4172
|
ap(a) {
|
|
4167
4173
|
if (this.itemsSource == null) {
|
|
@@ -4171,8 +4177,8 @@ export let StackedSplineSeries = /*@__PURE__*/ (() => {
|
|
|
4171
4177
|
return new AxisRange(0, this.ck.count - 1);
|
|
4172
4178
|
}
|
|
4173
4179
|
if (a == this.yAxis) {
|
|
4174
|
-
this.
|
|
4175
|
-
return new AxisRange(this.
|
|
4180
|
+
this.t5();
|
|
4181
|
+
return new AxisRange(this.tw, this.tv);
|
|
4176
4182
|
}
|
|
4177
4183
|
return null;
|
|
4178
4184
|
}
|
|
@@ -4180,11 +4186,11 @@ export let StackedSplineSeries = /*@__PURE__*/ (() => {
|
|
|
4180
4186
|
return 0;
|
|
4181
4187
|
}
|
|
4182
4188
|
get useHighMarkerFidelity() {
|
|
4183
|
-
return this.
|
|
4189
|
+
return this.sk;
|
|
4184
4190
|
}
|
|
4185
4191
|
}
|
|
4186
4192
|
StackedSplineSeries.$t = /*@__PURE__*/ markType(StackedSplineSeries, 'StackedSplineSeries', HorizontalStackedSeriesBase.$);
|
|
4187
|
-
StackedSplineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedSplineSeries, 'raisePropertyChanged', ['IsSplineShapePartOfRange:
|
|
4193
|
+
StackedSplineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedSplineSeries, 'raisePropertyChanged', ['IsSplineShapePartOfRange:un:up', [0, false]]);
|
|
4188
4194
|
return StackedSplineSeries;
|
|
4189
4195
|
})();
|
|
4190
4196
|
/**
|
|
@@ -4272,13 +4278,13 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4272
4278
|
}
|
|
4273
4279
|
j5(a, b, c) {
|
|
4274
4280
|
if (this.visualSeriesLink != null) {
|
|
4275
|
-
return this.visualSeriesLink.
|
|
4281
|
+
return this.visualSeriesLink.pm(a, b, c);
|
|
4276
4282
|
}
|
|
4277
4283
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
4278
4284
|
}
|
|
4279
4285
|
j9(a) {
|
|
4280
4286
|
if (this.visualSeriesLink != null) {
|
|
4281
|
-
return this.visualSeriesLink.
|
|
4287
|
+
return this.visualSeriesLink.pv(a);
|
|
4282
4288
|
}
|
|
4283
4289
|
return Rect.empty;
|
|
4284
4290
|
}
|
|
@@ -4290,7 +4296,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4290
4296
|
}
|
|
4291
4297
|
ka(a) {
|
|
4292
4298
|
if (this.visualSeriesLink != null) {
|
|
4293
|
-
return this.visualSeriesLink.
|
|
4299
|
+
return this.visualSeriesLink.pw(a);
|
|
4294
4300
|
}
|
|
4295
4301
|
return Rect.empty;
|
|
4296
4302
|
}
|
|
@@ -4302,13 +4308,13 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4302
4308
|
}
|
|
4303
4309
|
kb(a) {
|
|
4304
4310
|
if (this.visualSeriesLink != null) {
|
|
4305
|
-
return this.visualSeriesLink.
|
|
4311
|
+
return this.visualSeriesLink.px(a);
|
|
4306
4312
|
}
|
|
4307
4313
|
return Rect.empty;
|
|
4308
4314
|
}
|
|
4309
4315
|
kc(a) {
|
|
4310
4316
|
if (this.visualSeriesLink != null) {
|
|
4311
|
-
return this.visualSeriesLink.
|
|
4317
|
+
return this.visualSeriesLink.py(a);
|
|
4312
4318
|
}
|
|
4313
4319
|
return Rect.empty;
|
|
4314
4320
|
}
|
|
@@ -4320,7 +4326,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4320
4326
|
}
|
|
4321
4327
|
j1(a, b, c) {
|
|
4322
4328
|
if (this.visualSeriesLink != null) {
|
|
4323
|
-
return this.visualSeriesLink.
|
|
4329
|
+
return this.visualSeriesLink.pi(a, b, c);
|
|
4324
4330
|
}
|
|
4325
4331
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
4326
4332
|
}
|
|
@@ -4332,13 +4338,13 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4332
4338
|
}
|
|
4333
4339
|
j3(a, b, c) {
|
|
4334
4340
|
if (this.visualSeriesLink != null) {
|
|
4335
|
-
return this.visualSeriesLink.
|
|
4341
|
+
return this.visualSeriesLink.pk(a, b, c);
|
|
4336
4342
|
}
|
|
4337
4343
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
4338
4344
|
}
|
|
4339
4345
|
j6(a, b, c) {
|
|
4340
4346
|
if (this.visualSeriesLink != null) {
|
|
4341
|
-
return this.visualSeriesLink.
|
|
4347
|
+
return this.visualSeriesLink.pn(a, b, c);
|
|
4342
4348
|
}
|
|
4343
4349
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
4344
4350
|
}
|
|
@@ -4350,7 +4356,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4350
4356
|
}
|
|
4351
4357
|
j2(a, b, c) {
|
|
4352
4358
|
if (this.visualSeriesLink != null) {
|
|
4353
|
-
return this.visualSeriesLink.
|
|
4359
|
+
return this.visualSeriesLink.pj(a, b, c);
|
|
4354
4360
|
}
|
|
4355
4361
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
4356
4362
|
}
|
|
@@ -4362,7 +4368,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4362
4368
|
}
|
|
4363
4369
|
j4(a, b, c) {
|
|
4364
4370
|
if (this.visualSeriesLink != null) {
|
|
4365
|
-
return this.visualSeriesLink.
|
|
4371
|
+
return this.visualSeriesLink.pl(a, b, c);
|
|
4366
4372
|
}
|
|
4367
4373
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
4368
4374
|
}
|
|
@@ -4404,13 +4410,13 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4404
4410
|
}
|
|
4405
4411
|
j7(a) {
|
|
4406
4412
|
if (this.visualSeriesLink != null) {
|
|
4407
|
-
return this.visualSeriesLink.
|
|
4413
|
+
return this.visualSeriesLink.pp(a);
|
|
4408
4414
|
}
|
|
4409
4415
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
4410
4416
|
}
|
|
4411
4417
|
j0(a) {
|
|
4412
4418
|
if (this.visualSeriesLink != null) {
|
|
4413
|
-
return this.visualSeriesLink.
|
|
4419
|
+
return this.visualSeriesLink.ph(a);
|
|
4414
4420
|
}
|
|
4415
4421
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
4416
4422
|
}
|
|
@@ -4428,12 +4434,12 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4428
4434
|
}
|
|
4429
4435
|
e5() {
|
|
4430
4436
|
if (this.visualSeriesLink != null) {
|
|
4431
|
-
this.visualSeriesLink.
|
|
4437
|
+
this.visualSeriesLink.lr();
|
|
4432
4438
|
}
|
|
4433
4439
|
}
|
|
4434
4440
|
fa(a) {
|
|
4435
4441
|
if (this.visualSeriesLink != null) {
|
|
4436
|
-
this.visualSeriesLink.
|
|
4442
|
+
this.visualSeriesLink.mq(a);
|
|
4437
4443
|
}
|
|
4438
4444
|
}
|
|
4439
4445
|
av(a, b) {
|
|
@@ -4444,7 +4450,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4444
4450
|
}
|
|
4445
4451
|
e4(a) {
|
|
4446
4452
|
if (this.visualSeriesLink != null) {
|
|
4447
|
-
this.visualSeriesLink.
|
|
4453
|
+
this.visualSeriesLink.lh(a);
|
|
4448
4454
|
}
|
|
4449
4455
|
}
|
|
4450
4456
|
provideRenderer(a) {
|
|
@@ -4466,9 +4472,9 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4466
4472
|
if (this.parentSeries == null) {
|
|
4467
4473
|
return;
|
|
4468
4474
|
}
|
|
4469
|
-
this.gm = this.gp != null ? this.gp : this.parentSeries.
|
|
4475
|
+
this.gm = this.gp != null ? this.gp : this.parentSeries.qz;
|
|
4470
4476
|
if (this.visualSeriesLink != null) {
|
|
4471
|
-
this.visualSeriesLink.
|
|
4477
|
+
this.visualSeriesLink.qz = this.gm;
|
|
4472
4478
|
}
|
|
4473
4479
|
}
|
|
4474
4480
|
fx() {
|
|
@@ -4477,27 +4483,27 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4477
4483
|
}
|
|
4478
4484
|
let a = this.t == 0 || this.t == 2;
|
|
4479
4485
|
this.s = 0;
|
|
4480
|
-
this.s = a ? this.parentSeries.
|
|
4486
|
+
this.s = a ? this.parentSeries.qd : this.t;
|
|
4481
4487
|
if (this.visualSeriesLink != null) {
|
|
4482
|
-
this.visualSeriesLink.
|
|
4488
|
+
this.visualSeriesLink.qd = this.s;
|
|
4483
4489
|
}
|
|
4484
4490
|
}
|
|
4485
4491
|
fc() {
|
|
4486
4492
|
if (this.parentSeries == null) {
|
|
4487
4493
|
return;
|
|
4488
4494
|
}
|
|
4489
|
-
this.jp = this.jk != null ? this.jk : this.parentSeries.
|
|
4495
|
+
this.jp = this.jk != null ? this.jk : this.parentSeries.o3;
|
|
4490
4496
|
if (this.visualSeriesLink != null) {
|
|
4491
|
-
this.visualSeriesLink.
|
|
4497
|
+
this.visualSeriesLink.o3 = this.jp;
|
|
4492
4498
|
}
|
|
4493
4499
|
}
|
|
4494
4500
|
fd() {
|
|
4495
4501
|
if (this.parentSeries == null) {
|
|
4496
4502
|
return;
|
|
4497
4503
|
}
|
|
4498
|
-
this.js = this.jt != null ? this.jt : this.parentSeries.
|
|
4504
|
+
this.js = this.jt != null ? this.jt : this.parentSeries.pc;
|
|
4499
4505
|
if (this.visualSeriesLink != null) {
|
|
4500
|
-
this.visualSeriesLink.
|
|
4506
|
+
this.visualSeriesLink.pc = this.js;
|
|
4501
4507
|
}
|
|
4502
4508
|
}
|
|
4503
4509
|
fg() {
|
|
@@ -4533,7 +4539,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4533
4539
|
}
|
|
4534
4540
|
this.ju = this.jx;
|
|
4535
4541
|
if (this.visualSeriesLink != null) {
|
|
4536
|
-
this.visualSeriesLink.
|
|
4542
|
+
this.visualSeriesLink.pd = this.ju;
|
|
4537
4543
|
}
|
|
4538
4544
|
}
|
|
4539
4545
|
fh() {
|
|
@@ -4563,9 +4569,9 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4563
4569
|
if (this.parentSeries == null) {
|
|
4564
4570
|
return;
|
|
4565
4571
|
}
|
|
4566
|
-
this.jq = Color.e(toNullable(Color.$, this.jr), toNullable(Color.$, null)) ? this.jr : this.parentSeries.
|
|
4572
|
+
this.jq = Color.e(toNullable(Color.$, this.jr), toNullable(Color.$, null)) ? this.jr : this.parentSeries.pb;
|
|
4567
4573
|
if (this.visualSeriesLink != null && Color.e(toNullable(Color.$, this.jq), toNullable(Color.$, null))) {
|
|
4568
|
-
this.visualSeriesLink.
|
|
4574
|
+
this.visualSeriesLink.pb = this.jq;
|
|
4569
4575
|
}
|
|
4570
4576
|
}
|
|
4571
4577
|
gi() {
|
|
@@ -4606,7 +4612,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4606
4612
|
}
|
|
4607
4613
|
this.jv = this.jy;
|
|
4608
4614
|
if (this.visualSeriesLink != null) {
|
|
4609
|
-
this.visualSeriesLink.
|
|
4615
|
+
this.visualSeriesLink.pe = this.jv;
|
|
4610
4616
|
}
|
|
4611
4617
|
}
|
|
4612
4618
|
fi() {
|
|
@@ -4647,9 +4653,9 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4647
4653
|
if (this.parentSeries == null) {
|
|
4648
4654
|
return;
|
|
4649
4655
|
}
|
|
4650
|
-
this.kf = this.parentSeries.
|
|
4656
|
+
this.kf = this.parentSeries.p3 != 0 ? 1 : this.kh;
|
|
4651
4657
|
if (this.visualSeriesLink != null) {
|
|
4652
|
-
this.visualSeriesLink.
|
|
4658
|
+
this.visualSeriesLink.p3 = this.kf;
|
|
4653
4659
|
}
|
|
4654
4660
|
}
|
|
4655
4661
|
fn() {
|
|
@@ -4684,31 +4690,31 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4684
4690
|
if (this.parentSeries == null) {
|
|
4685
4691
|
return;
|
|
4686
4692
|
}
|
|
4687
|
-
this.jg = this.jl != null ? this.jl : this.parentSeries.
|
|
4693
|
+
this.jg = this.jl != null ? this.jl : this.parentSeries.rf;
|
|
4688
4694
|
if (this.visualSeriesLink != null) {
|
|
4689
|
-
this.visualSeriesLink.
|
|
4695
|
+
this.visualSeriesLink.rf = this.jg;
|
|
4690
4696
|
}
|
|
4691
4697
|
}
|
|
4692
4698
|
ft() {
|
|
4693
4699
|
if (this.parentSeries == null) {
|
|
4694
4700
|
return;
|
|
4695
4701
|
}
|
|
4696
|
-
this.jh = this.jm != null ? this.jm : this.parentSeries.
|
|
4702
|
+
this.jh = this.jm != null ? this.jm : this.parentSeries.rg;
|
|
4697
4703
|
if (this.visualSeriesLink != null) {
|
|
4698
|
-
this.visualSeriesLink.
|
|
4704
|
+
this.visualSeriesLink.rg = this.jh;
|
|
4699
4705
|
}
|
|
4700
4706
|
}
|
|
4701
4707
|
fu() {
|
|
4702
4708
|
if (this.parentSeries == null) {
|
|
4703
4709
|
return;
|
|
4704
4710
|
}
|
|
4705
|
-
this.kd = this.ke != null ? this.ke : this.parentSeries.
|
|
4711
|
+
this.kd = this.ke != null ? this.ke : this.parentSeries.rh;
|
|
4706
4712
|
if (this.visualSeriesLink != null) {
|
|
4707
4713
|
if (this.kd != null) {
|
|
4708
|
-
this.visualSeriesLink.
|
|
4714
|
+
this.visualSeriesLink.rh = this.kd;
|
|
4709
4715
|
}
|
|
4710
4716
|
else {
|
|
4711
|
-
this.visualSeriesLink.
|
|
4717
|
+
this.visualSeriesLink.rh = null;
|
|
4712
4718
|
}
|
|
4713
4719
|
}
|
|
4714
4720
|
}
|
|
@@ -4727,9 +4733,9 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4727
4733
|
if (this.parentSeries == null) {
|
|
4728
4734
|
return;
|
|
4729
4735
|
}
|
|
4730
|
-
this.jj = this.jo != null ? this.jo : this.parentSeries.
|
|
4736
|
+
this.jj = this.jo != null ? this.jo : this.parentSeries.o8;
|
|
4731
4737
|
if (this.visualSeriesLink != null) {
|
|
4732
|
-
this.visualSeriesLink.
|
|
4738
|
+
this.visualSeriesLink.o8 = this.jj;
|
|
4733
4739
|
}
|
|
4734
4740
|
}
|
|
4735
4741
|
fl() {
|
|
@@ -4764,18 +4770,18 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4764
4770
|
}
|
|
4765
4771
|
let a = false;
|
|
4766
4772
|
if (this.parentSeries.isStacked && this.parentSeries.eg && this.parentSeries.dd) {
|
|
4767
|
-
a = this.parentSeries.
|
|
4773
|
+
a = this.parentSeries.un;
|
|
4768
4774
|
}
|
|
4769
4775
|
if (this.parentSeries.isStacked && this.parentSeries.df) {
|
|
4770
|
-
a = this.parentSeries.
|
|
4776
|
+
a = this.parentSeries.un;
|
|
4771
4777
|
}
|
|
4772
4778
|
this.ak = a;
|
|
4773
4779
|
if (this.visualSeriesLink != null) {
|
|
4774
4780
|
if (typeCast(SplineFragment.$, this.visualSeriesLink) !== null) {
|
|
4775
|
-
this.visualSeriesLink.
|
|
4781
|
+
this.visualSeriesLink.vc = this.ak;
|
|
4776
4782
|
}
|
|
4777
4783
|
if (typeCast(SplineAreaFragment.$, this.visualSeriesLink) !== null) {
|
|
4778
|
-
this.visualSeriesLink.
|
|
4784
|
+
this.visualSeriesLink.vc = this.ak;
|
|
4779
4785
|
}
|
|
4780
4786
|
}
|
|
4781
4787
|
}
|
|
@@ -4785,18 +4791,18 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4785
4791
|
}
|
|
4786
4792
|
let a = NaN;
|
|
4787
4793
|
if (this.parentSeries.isStacked && this.parentSeries.dh) {
|
|
4788
|
-
a = this.parentSeries.
|
|
4794
|
+
a = this.parentSeries.un;
|
|
4789
4795
|
}
|
|
4790
4796
|
if (this.parentSeries.isStacked && this.parentSeries.df) {
|
|
4791
|
-
a = this.parentSeries.
|
|
4797
|
+
a = this.parentSeries.un;
|
|
4792
4798
|
}
|
|
4793
4799
|
this.a7 = !isNaN_(a) ? a : this.bq;
|
|
4794
4800
|
if (this.visualSeriesLink != null) {
|
|
4795
4801
|
if (typeCast(ColumnFragment.$, this.visualSeriesLink) !== null) {
|
|
4796
|
-
this.visualSeriesLink.
|
|
4802
|
+
this.visualSeriesLink.vl = this.a7;
|
|
4797
4803
|
}
|
|
4798
4804
|
if (typeCast(BarFragment.$, this.visualSeriesLink) !== null) {
|
|
4799
|
-
this.visualSeriesLink.
|
|
4805
|
+
this.visualSeriesLink.vl = this.a7;
|
|
4800
4806
|
}
|
|
4801
4807
|
}
|
|
4802
4808
|
}
|
|
@@ -4806,18 +4812,18 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4806
4812
|
}
|
|
4807
4813
|
let a = NaN;
|
|
4808
4814
|
if (this.parentSeries.isStacked && this.parentSeries.dh) {
|
|
4809
|
-
a = this.parentSeries.
|
|
4815
|
+
a = this.parentSeries.uo;
|
|
4810
4816
|
}
|
|
4811
4817
|
if (this.parentSeries.isStacked && this.parentSeries.df) {
|
|
4812
|
-
a = this.parentSeries.
|
|
4818
|
+
a = this.parentSeries.uo;
|
|
4813
4819
|
}
|
|
4814
4820
|
this.a8 = !isNaN_(a) ? a : this.br;
|
|
4815
4821
|
if (this.visualSeriesLink != null) {
|
|
4816
4822
|
if (typeCast(ColumnFragment.$, this.visualSeriesLink) !== null) {
|
|
4817
|
-
this.visualSeriesLink.
|
|
4823
|
+
this.visualSeriesLink.vm = this.a8;
|
|
4818
4824
|
}
|
|
4819
4825
|
if (typeCast(BarFragment.$, this.visualSeriesLink) !== null) {
|
|
4820
|
-
this.visualSeriesLink.
|
|
4826
|
+
this.visualSeriesLink.vm = this.a8;
|
|
4821
4827
|
}
|
|
4822
4828
|
}
|
|
4823
4829
|
}
|
|
@@ -4827,7 +4833,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4827
4833
|
}
|
|
4828
4834
|
this.jw = this.jz;
|
|
4829
4835
|
if (this.visualSeriesLink != null) {
|
|
4830
|
-
this.visualSeriesLink.
|
|
4836
|
+
this.visualSeriesLink.pf = this.jw;
|
|
4831
4837
|
}
|
|
4832
4838
|
}
|
|
4833
4839
|
f9() {
|
|
@@ -4843,9 +4849,9 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4843
4849
|
if (this.parentSeries == null) {
|
|
4844
4850
|
return;
|
|
4845
4851
|
}
|
|
4846
|
-
this.a5 = !isNaN_(this.bo) ? this.bo : this.parentSeries.
|
|
4852
|
+
this.a5 = !isNaN_(this.bo) ? this.bo : this.parentSeries.qi;
|
|
4847
4853
|
if (this.visualSeriesLink != null) {
|
|
4848
|
-
this.visualSeriesLink.
|
|
4854
|
+
this.visualSeriesLink.qi = this.a5;
|
|
4849
4855
|
}
|
|
4850
4856
|
}
|
|
4851
4857
|
ga() {
|
|
@@ -4882,8 +4888,8 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4882
4888
|
if (this.parentSeries == null) {
|
|
4883
4889
|
return;
|
|
4884
4890
|
}
|
|
4885
|
-
if (this.parentSeries.
|
|
4886
|
-
this.m = this.parentSeries.
|
|
4891
|
+
if (this.parentSeries.r0 != 0) {
|
|
4892
|
+
this.m = this.parentSeries.r0;
|
|
4887
4893
|
return;
|
|
4888
4894
|
}
|
|
4889
4895
|
this.m = this.n;
|
|
@@ -4902,8 +4908,8 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4902
4908
|
if (this.parentSeries == null) {
|
|
4903
4909
|
return;
|
|
4904
4910
|
}
|
|
4905
|
-
if (this.parentSeries.
|
|
4906
|
-
this.al = this.parentSeries.
|
|
4911
|
+
if (this.parentSeries.sg != false) {
|
|
4912
|
+
this.al = this.parentSeries.sg;
|
|
4907
4913
|
return;
|
|
4908
4914
|
}
|
|
4909
4915
|
this.al = this.as;
|
|
@@ -4924,7 +4930,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4924
4930
|
}
|
|
4925
4931
|
this.am = this.aw;
|
|
4926
4932
|
if (this.visualSeriesLink != null) {
|
|
4927
|
-
this.visualSeriesLink.
|
|
4933
|
+
this.visualSeriesLink.qh = this.am;
|
|
4928
4934
|
}
|
|
4929
4935
|
}
|
|
4930
4936
|
e8(a, b, c) {
|
|
@@ -5081,11 +5087,11 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
5081
5087
|
this.gh();
|
|
5082
5088
|
break;
|
|
5083
5089
|
}
|
|
5084
|
-
this.parentSeries.
|
|
5090
|
+
this.parentSeries.mi(false);
|
|
5085
5091
|
}
|
|
5086
5092
|
e9() {
|
|
5087
5093
|
if (this.visualSeriesLink != null) {
|
|
5088
|
-
this.visualSeriesLink.
|
|
5094
|
+
this.visualSeriesLink.ml();
|
|
5089
5095
|
}
|
|
5090
5096
|
}
|
|
5091
5097
|
}
|
|
@@ -5142,8 +5148,8 @@ export let StackedSeriesFramePreparer = /*@__PURE__*/ (() => {
|
|
|
5142
5148
|
let b = new SingleValuesHolder();
|
|
5143
5149
|
if (typeCast(StackedColumnSeries.$, this.h) !== null || typeCast(StackedBarSeries.$, this.h) !== null) {
|
|
5144
5150
|
let c = typeCast(StackedSeriesBase.$, this.h);
|
|
5145
|
-
if (c.
|
|
5146
|
-
b.f = c.
|
|
5151
|
+
if (c.ti.count > 0) {
|
|
5152
|
+
b.f = c.ti._inner[0].af;
|
|
5147
5153
|
}
|
|
5148
5154
|
return b;
|
|
5149
5155
|
}
|
|
@@ -5451,7 +5457,7 @@ export let ColumnFragmentView = /*@__PURE__*/ (() => {
|
|
|
5451
5457
|
getDefaultTooltipTemplate() {
|
|
5452
5458
|
let a = "<div class='ui-chart-default-tooltip-content'>";
|
|
5453
5459
|
let b = null;
|
|
5454
|
-
if (this.da.
|
|
5460
|
+
if (this.da.ro().ca) {
|
|
5455
5461
|
b = this.da.fragmentXAxis;
|
|
5456
5462
|
}
|
|
5457
5463
|
else if (this.da.fragmentYAxis.ca) {
|
|
@@ -5469,7 +5475,7 @@ export let ColumnFragmentView = /*@__PURE__*/ (() => {
|
|
|
5469
5475
|
if (!stringIsNullOrEmpty(d)) {
|
|
5470
5476
|
a += " style='color:" + d + "'";
|
|
5471
5477
|
}
|
|
5472
|
-
a += ">" + this.da.title + ": </span><span class='ui-priority-primary'>" + "${item." + this.da.
|
|
5478
|
+
a += ">" + this.da.title + ": </span><span class='ui-priority-primary'>" + "${item." + this.da.t1 + "}</span></div>";
|
|
5473
5479
|
return a;
|
|
5474
5480
|
}
|
|
5475
5481
|
}
|
|
@@ -5739,8 +5745,8 @@ export let StackedSeriesView = /*@__PURE__*/ (() => {
|
|
|
5739
5745
|
}
|
|
5740
5746
|
ap() {
|
|
5741
5747
|
super.ap();
|
|
5742
|
-
for (let a = 0; a < this.c0.
|
|
5743
|
-
this.c0.
|
|
5748
|
+
for (let a = 0; a < this.c0.tm.f.count; a++) {
|
|
5749
|
+
this.c0.tm.f._inner[a].b0.ap();
|
|
5744
5750
|
}
|
|
5745
5751
|
}
|
|
5746
5752
|
ar(a, b) {
|
|
@@ -5770,7 +5776,7 @@ export let StackedSeriesView = /*@__PURE__*/ (() => {
|
|
|
5770
5776
|
}
|
|
5771
5777
|
let g = new Color();
|
|
5772
5778
|
g.colorString = a;
|
|
5773
|
-
f.
|
|
5779
|
+
f.pb = g;
|
|
5774
5780
|
f.gw = c;
|
|
5775
5781
|
f.gx = d;
|
|
5776
5782
|
f.gy = e;
|
|
@@ -5796,7 +5802,7 @@ export let StackedBarSeriesView = /*@__PURE__*/ (() => {
|
|
|
5796
5802
|
as() {
|
|
5797
5803
|
super.as();
|
|
5798
5804
|
if (!this.q) {
|
|
5799
|
-
this.c0.
|
|
5805
|
+
this.c0.qd = Defaults.c;
|
|
5800
5806
|
this.c0.gz = Defaults.i;
|
|
5801
5807
|
}
|
|
5802
5808
|
}
|
|
@@ -5818,7 +5824,7 @@ export let StackedColumnSeriesView = /*@__PURE__*/ (() => {
|
|
|
5818
5824
|
as() {
|
|
5819
5825
|
super.as();
|
|
5820
5826
|
if (!this.q) {
|
|
5821
|
-
this.c0.
|
|
5827
|
+
this.c0.qd = Defaults.c;
|
|
5822
5828
|
this.c0.gz = Defaults.i;
|
|
5823
5829
|
}
|
|
5824
5830
|
}
|
|
@@ -5837,7 +5843,7 @@ export let StackedAreaSeriesView = /*@__PURE__*/ (() => {
|
|
|
5837
5843
|
as() {
|
|
5838
5844
|
super.as();
|
|
5839
5845
|
if (!this.q) {
|
|
5840
|
-
this.c0.
|
|
5846
|
+
this.c0.qd = Defaults.e;
|
|
5841
5847
|
}
|
|
5842
5848
|
}
|
|
5843
5849
|
}
|
|
@@ -5855,7 +5861,7 @@ export let StackedSplineAreaSeriesView = /*@__PURE__*/ (() => {
|
|
|
5855
5861
|
as() {
|
|
5856
5862
|
super.as();
|
|
5857
5863
|
if (!this.q) {
|
|
5858
|
-
this.c0.
|
|
5864
|
+
this.c0.qd = Defaults.e;
|
|
5859
5865
|
}
|
|
5860
5866
|
}
|
|
5861
5867
|
c5() {
|
|
@@ -5880,7 +5886,7 @@ export let StackedSplineSeriesView = /*@__PURE__*/ (() => {
|
|
|
5880
5886
|
as() {
|
|
5881
5887
|
super.as();
|
|
5882
5888
|
if (!this.q) {
|
|
5883
|
-
this.c0.
|
|
5889
|
+
this.c0.qd = Defaults.e;
|
|
5884
5890
|
}
|
|
5885
5891
|
}
|
|
5886
5892
|
c5() {
|
|
@@ -5916,8 +5922,8 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
5916
5922
|
this.c = new StackedSeriesCollection();
|
|
5917
5923
|
this.e = new ObservableCollection$1(AnchoredCategorySeries.$, 0);
|
|
5918
5924
|
this.d = new ObservableCollection$1(AnchoredCategorySeries.$, 0);
|
|
5919
|
-
this.j = this.b.
|
|
5920
|
-
this.k = this.b.
|
|
5925
|
+
this.j = this.b.tn.c2;
|
|
5926
|
+
this.k = this.b.tn.c4;
|
|
5921
5927
|
let b = this.c;
|
|
5922
5928
|
b.collectionChanged = delegateCombine(b.collectionChanged, (b, c) => {
|
|
5923
5929
|
if (c.oldItems != null) {
|
|
@@ -5965,7 +5971,7 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
5965
5971
|
}
|
|
5966
5972
|
}
|
|
5967
5973
|
}
|
|
5968
|
-
this.b.
|
|
5974
|
+
this.b.mi(false);
|
|
5969
5975
|
});
|
|
5970
5976
|
}
|
|
5971
5977
|
a(a) {
|
|
@@ -6038,10 +6044,10 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
6038
6044
|
return null;
|
|
6039
6045
|
}
|
|
6040
6046
|
i(a, b) {
|
|
6041
|
-
a.
|
|
6042
|
-
a.
|
|
6043
|
-
a.
|
|
6044
|
-
a.
|
|
6047
|
+
a.o3 = b.jp;
|
|
6048
|
+
a.pc = b.js;
|
|
6049
|
+
a.pd = b.ju;
|
|
6050
|
+
a.pe = b.jv;
|
|
6045
6051
|
if (b.itemsSource == null) {
|
|
6046
6052
|
a.itemsSource = this.b.itemsSource;
|
|
6047
6053
|
}
|
|
@@ -6050,31 +6056,31 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
6050
6056
|
}
|
|
6051
6057
|
a.legend = this.b.a1;
|
|
6052
6058
|
a.legendItemTemplate = b.gl;
|
|
6053
|
-
a.
|
|
6054
|
-
a.
|
|
6055
|
-
a.
|
|
6056
|
-
a.
|
|
6057
|
-
a.
|
|
6058
|
-
a.
|
|
6059
|
-
a.
|
|
6059
|
+
a.p3 = b.kf;
|
|
6060
|
+
a.rf = b.jg;
|
|
6061
|
+
a.rg = b.jh;
|
|
6062
|
+
a.rh = b.kd;
|
|
6063
|
+
a.qz = b.gm;
|
|
6064
|
+
a.qd = b.s;
|
|
6065
|
+
a.qi = b.a5;
|
|
6060
6066
|
a.gr = this.b.gr;
|
|
6061
6067
|
a._opacity = b.bp;
|
|
6062
6068
|
a.gp = b.a3;
|
|
6063
|
-
a.
|
|
6069
|
+
a.o8 = b.jj;
|
|
6064
6070
|
a.gt = this.b.gt;
|
|
6065
|
-
a.
|
|
6071
|
+
a.pf = b.jw;
|
|
6066
6072
|
a.gz = b.bc;
|
|
6067
6073
|
a.title = b.ca;
|
|
6068
|
-
a.
|
|
6069
|
-
a.
|
|
6074
|
+
a.qh = b.am;
|
|
6075
|
+
a.t1 = b.e1;
|
|
6070
6076
|
a._visibility = b.kg;
|
|
6071
6077
|
a.gq = b.a4;
|
|
6072
6078
|
a.bt = b.v;
|
|
6073
6079
|
a.hm = b.bx;
|
|
6074
6080
|
a.hn = b.by;
|
|
6075
6081
|
a.cf = b.ab;
|
|
6076
|
-
a.
|
|
6077
|
-
a.
|
|
6082
|
+
a.sg = b.al;
|
|
6083
|
+
a.r0 = b.m;
|
|
6078
6084
|
a.ca = b.y;
|
|
6079
6085
|
a.hn = b.by;
|
|
6080
6086
|
a.cg = b.ac;
|
|
@@ -6088,13 +6094,13 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
6088
6094
|
}
|
|
6089
6095
|
let e = typeCast(ColumnFragment.$, a);
|
|
6090
6096
|
if (e != null) {
|
|
6091
|
-
e.
|
|
6092
|
-
e.
|
|
6097
|
+
e.vl = b.a7;
|
|
6098
|
+
e.vm = b.a8;
|
|
6093
6099
|
}
|
|
6094
6100
|
let f = typeCast(BarFragment.$, a);
|
|
6095
6101
|
if (f != null) {
|
|
6096
|
-
f.
|
|
6097
|
-
f.
|
|
6102
|
+
f.vl = b.a7;
|
|
6103
|
+
f.vm = b.a8;
|
|
6098
6104
|
}
|
|
6099
6105
|
a.toolTip = b.cb;
|
|
6100
6106
|
a.dm = b.ai;
|
|
@@ -6110,7 +6116,7 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
6110
6116
|
let b = 0;
|
|
6111
6117
|
for (let c of fromEnum(this.f)) {
|
|
6112
6118
|
c.ez = true;
|
|
6113
|
-
c.index = this.b.
|
|
6119
|
+
c.index = this.b.ty(this.c._inner[b]);
|
|
6114
6120
|
c.b8 = this.b.b8;
|
|
6115
6121
|
c.cd = this.b.cd;
|
|
6116
6122
|
if (this.c._inner[b].at) {
|
|
@@ -6120,10 +6126,10 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
6120
6126
|
this.d.add(c);
|
|
6121
6127
|
}
|
|
6122
6128
|
if ((this.b.isStacked && this.b.d1) || (this.b.isStacked && this.b.dd) || (this.b.isStacked && this.b.eg)) {
|
|
6123
|
-
c.
|
|
6124
|
-
c.
|
|
6129
|
+
c.t4(this.b.fetchXAxis());
|
|
6130
|
+
c.t5(this.b.fetchYAxis());
|
|
6125
6131
|
}
|
|
6126
|
-
c.
|
|
6132
|
+
c.mi(a);
|
|
6127
6133
|
b++;
|
|
6128
6134
|
}
|
|
6129
6135
|
}
|