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
|
@@ -48,26 +48,26 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48
48
|
tslib_1.__extends(DataToolTipLayer, _super);
|
|
49
49
|
function DataToolTipLayer() {
|
|
50
50
|
var _this = _super.call(this) || this;
|
|
51
|
-
_this.
|
|
52
|
-
_this.
|
|
53
|
-
_this.
|
|
54
|
-
_this.
|
|
55
|
-
_this.
|
|
56
|
-
_this.
|
|
57
|
-
_this.
|
|
51
|
+
_this.rx = 1;
|
|
52
|
+
_this.sz = new Dictionary$2(String_$type, Base.$, 0);
|
|
53
|
+
_this.s0 = new List$1(String_$type, 0);
|
|
54
|
+
_this.rp = 8;
|
|
55
|
+
_this.rt = 11;
|
|
56
|
+
_this.sc = null;
|
|
57
|
+
_this.r4 = null;
|
|
58
|
+
_this.r7 = null;
|
|
59
|
+
_this.r9 = null;
|
|
58
60
|
_this.r6 = null;
|
|
59
61
|
_this.r8 = null;
|
|
60
|
-
_this.
|
|
61
|
-
_this.r7 = null;
|
|
62
|
+
_this.sb = null;
|
|
62
63
|
_this.sa = null;
|
|
63
|
-
_this.
|
|
64
|
-
_this.r4 = null;
|
|
64
|
+
_this.r5 = null;
|
|
65
65
|
var a = new DataToolTipLayerFrame();
|
|
66
66
|
var b = new DataToolTipLayerFrame();
|
|
67
67
|
var c = new DataToolTipLayerFrame();
|
|
68
|
-
_this.
|
|
69
|
-
_this.
|
|
70
|
-
_this.
|
|
68
|
+
_this.p6 = a;
|
|
69
|
+
_this.p5 = b;
|
|
70
|
+
_this.p7 = c;
|
|
71
71
|
_this.ab = DataToolTipLayer.$;
|
|
72
72
|
return _this;
|
|
73
73
|
}
|
|
@@ -77,37 +77,37 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77
77
|
DataToolTipLayer.prototype.bx = function () {
|
|
78
78
|
return new DataToolTipLayerView(this);
|
|
79
79
|
};
|
|
80
|
-
DataToolTipLayer.prototype.
|
|
81
|
-
_super.prototype.
|
|
82
|
-
this.
|
|
80
|
+
DataToolTipLayer.prototype.lz = function (a) {
|
|
81
|
+
_super.prototype.lz.call(this, a);
|
|
82
|
+
this.r1 = a;
|
|
83
83
|
};
|
|
84
84
|
DataToolTipLayer.prototype.get_dk = function () {
|
|
85
85
|
return true;
|
|
86
86
|
};
|
|
87
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
87
|
+
Object.defineProperty(DataToolTipLayer.prototype, "ry", {
|
|
88
88
|
get: function () {
|
|
89
|
-
return this.
|
|
89
|
+
return this.rx;
|
|
90
90
|
},
|
|
91
91
|
set: function (a) {
|
|
92
|
-
var b = this.
|
|
93
|
-
this.
|
|
94
|
-
if (b != this.
|
|
95
|
-
this.raisePropertyChanged("ActualGroupingMode", enumGetBox(DataToolTipLayerGroupingMode_$type, b), enumGetBox(DataToolTipLayerGroupingMode_$type, this.
|
|
92
|
+
var b = this.rx;
|
|
93
|
+
this.rx = a;
|
|
94
|
+
if (b != this.rx) {
|
|
95
|
+
this.raisePropertyChanged("ActualGroupingMode", enumGetBox(DataToolTipLayerGroupingMode_$type, b), enumGetBox(DataToolTipLayerGroupingMode_$type, this.rx));
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
enumerable: true,
|
|
99
99
|
configurable: true
|
|
100
100
|
});
|
|
101
|
-
DataToolTipLayer.prototype.
|
|
101
|
+
DataToolTipLayer.prototype.r0 = function () {
|
|
102
102
|
var e_1, _a;
|
|
103
103
|
var a = true;
|
|
104
104
|
var b = true;
|
|
105
105
|
var c = true;
|
|
106
106
|
var d = true;
|
|
107
|
-
if (this.
|
|
108
|
-
return this.
|
|
107
|
+
if (this.rz != 0) {
|
|
108
|
+
return this.rz;
|
|
109
109
|
}
|
|
110
|
-
var e = this.
|
|
110
|
+
var e = this.rg();
|
|
111
111
|
if (e != null) {
|
|
112
112
|
try {
|
|
113
113
|
for (var _b = tslib_1.__values(fromEnum(e.da())), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -145,29 +145,29 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
145
145
|
}
|
|
146
146
|
return 1;
|
|
147
147
|
};
|
|
148
|
-
DataToolTipLayer.prototype.
|
|
149
|
-
_super.prototype.
|
|
148
|
+
DataToolTipLayer.prototype.l4 = function (a, b, c, d) {
|
|
149
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
150
150
|
switch (b) {
|
|
151
151
|
case DataToolTipLayer.$$p[37]:
|
|
152
|
-
this.
|
|
152
|
+
this.mi(true);
|
|
153
153
|
break;
|
|
154
154
|
case DataToolTipLayer.$$p[44]:
|
|
155
|
-
this.
|
|
155
|
+
this.mi(true);
|
|
156
156
|
break;
|
|
157
157
|
case DataToolTipLayer.$$p[8]:
|
|
158
|
-
this.
|
|
158
|
+
this.ry = this.r0();
|
|
159
159
|
break;
|
|
160
160
|
case "ActualGroupingMode":
|
|
161
|
-
this.
|
|
161
|
+
this.mi(true);
|
|
162
162
|
break;
|
|
163
163
|
case DataToolTipLayer.$$p[6]:
|
|
164
|
-
this.
|
|
164
|
+
this.rq = this.rs();
|
|
165
165
|
break;
|
|
166
166
|
case DataToolTipLayer.$$p[7]:
|
|
167
|
-
this.
|
|
167
|
+
this.ru = this.rw();
|
|
168
168
|
break;
|
|
169
169
|
case "SeriesViewer":
|
|
170
|
-
this.
|
|
170
|
+
this.r1.ci();
|
|
171
171
|
break;
|
|
172
172
|
case DataToolTipLayer.$$p[26]:
|
|
173
173
|
case DataToolTipLayer.$$p[20]:
|
|
@@ -228,248 +228,248 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
228
228
|
case DataToolTipLayer.$$p[22]:
|
|
229
229
|
case DataToolTipLayer.$$p[23]:
|
|
230
230
|
case "LabelTextStyle":
|
|
231
|
-
this.
|
|
231
|
+
this.wh(b, c, d);
|
|
232
232
|
break;
|
|
233
233
|
}
|
|
234
234
|
};
|
|
235
|
-
DataToolTipLayer.prototype.
|
|
236
|
-
if (!this.
|
|
237
|
-
this.
|
|
238
|
-
this.
|
|
235
|
+
DataToolTipLayer.prototype.wh = function (a, b, c) {
|
|
236
|
+
if (!this.sz.containsKey(a)) {
|
|
237
|
+
this.s0.add(a);
|
|
238
|
+
this.sz.addItem(a, c);
|
|
239
239
|
}
|
|
240
240
|
else {
|
|
241
|
-
this.
|
|
241
|
+
this.sz.item(a, c);
|
|
242
242
|
}
|
|
243
|
-
this.
|
|
243
|
+
this.mi(true);
|
|
244
244
|
};
|
|
245
|
-
DataToolTipLayer.prototype.
|
|
245
|
+
DataToolTipLayer.prototype.wl = function (a, b) {
|
|
246
246
|
switch (a) {
|
|
247
247
|
case DataToolTipLayer.$$p[8]:
|
|
248
|
-
this.
|
|
248
|
+
this.rz = EnumUtil.getEnumValue(DataToolTipLayerGroupingMode_$type, b);
|
|
249
249
|
break;
|
|
250
250
|
case DataToolTipLayer.$$p[24]:
|
|
251
|
-
this.
|
|
251
|
+
this.s4 = b;
|
|
252
252
|
break;
|
|
253
253
|
case DataToolTipLayer.$$p[25]:
|
|
254
|
-
this.
|
|
254
|
+
this.s5 = b;
|
|
255
255
|
break;
|
|
256
256
|
case DataToolTipLayer.$$p[2]:
|
|
257
|
-
this.
|
|
257
|
+
this.s2 = b;
|
|
258
258
|
break;
|
|
259
259
|
case DataToolTipLayer.$$p[3]:
|
|
260
|
-
this.
|
|
260
|
+
this.s3 = b;
|
|
261
261
|
break;
|
|
262
262
|
case DataToolTipLayer.$$p[6]:
|
|
263
|
-
this.
|
|
263
|
+
this.rr = EnumUtil.getEnumValue(DataTooltipGroupedPositionX_$type, b);
|
|
264
264
|
break;
|
|
265
265
|
case DataToolTipLayer.$$p[7]:
|
|
266
|
-
this.
|
|
266
|
+
this.rv = EnumUtil.getEnumValue(DataTooltipGroupedPositionY_$type, b);
|
|
267
267
|
break;
|
|
268
268
|
case DataToolTipLayer.$$p[26]:
|
|
269
|
-
this.
|
|
269
|
+
this.su = b;
|
|
270
270
|
break;
|
|
271
271
|
case DataToolTipLayer.$$p[20]:
|
|
272
|
-
this.
|
|
272
|
+
this.re = b;
|
|
273
273
|
break;
|
|
274
274
|
case DataToolTipLayer.$$p[5]:
|
|
275
|
-
this.
|
|
275
|
+
this.q9 = b;
|
|
276
276
|
break;
|
|
277
277
|
case DataToolTipLayer.$$p[19]:
|
|
278
|
-
this.
|
|
278
|
+
this.rd = b;
|
|
279
279
|
break;
|
|
280
280
|
case DataToolTipLayer.$$p[4]:
|
|
281
|
-
this.
|
|
281
|
+
this.q8 = b;
|
|
282
282
|
break;
|
|
283
283
|
case DataToolTipLayer.$$p[45]:
|
|
284
|
-
this.
|
|
284
|
+
this.ri = EnumUtil.getEnumValue(DataAbbreviationMode_$type, b);
|
|
285
285
|
break;
|
|
286
286
|
case DataToolTipLayer.$$p[47]:
|
|
287
|
-
this.
|
|
287
|
+
this.t4 = typeGetValue(b);
|
|
288
288
|
break;
|
|
289
289
|
case DataToolTipLayer.$$p[48]:
|
|
290
|
-
this.
|
|
290
|
+
this.t5 = typeGetValue(b);
|
|
291
291
|
break;
|
|
292
292
|
case DataToolTipLayer.$$p[49]:
|
|
293
|
-
this.
|
|
293
|
+
this.ro = EnumUtil.getEnumValue(DataLegendValueMode_$type, b);
|
|
294
294
|
break;
|
|
295
295
|
case DataToolTipLayer.$$p[46]:
|
|
296
|
-
this.
|
|
296
|
+
this.vz = b;
|
|
297
297
|
break;
|
|
298
298
|
case DataToolTipLayer.$$p[52]:
|
|
299
|
-
this.
|
|
299
|
+
this.sw = b;
|
|
300
300
|
break;
|
|
301
301
|
case DataToolTipLayer.$$p[51]:
|
|
302
|
-
this.
|
|
302
|
+
this.v5 = b;
|
|
303
303
|
break;
|
|
304
304
|
case DataToolTipLayer.$$p[50]:
|
|
305
|
-
this.
|
|
305
|
+
this.rf = b;
|
|
306
306
|
break;
|
|
307
307
|
case DataToolTipLayer.$$p[53]:
|
|
308
|
-
this.
|
|
308
|
+
this.yw = b;
|
|
309
309
|
break;
|
|
310
310
|
case DataToolTipLayer.$$p[54]:
|
|
311
|
-
this.
|
|
311
|
+
this.sx = b;
|
|
312
312
|
break;
|
|
313
313
|
case DataToolTipLayer.$$p[58]:
|
|
314
|
-
this.
|
|
314
|
+
this.we = b;
|
|
315
315
|
break;
|
|
316
316
|
case DataToolTipLayer.$$p[57]:
|
|
317
|
-
this.
|
|
317
|
+
this.sy = b;
|
|
318
318
|
break;
|
|
319
319
|
case DataToolTipLayer.$$p[56]:
|
|
320
|
-
this.
|
|
320
|
+
this.yx = b;
|
|
321
321
|
break;
|
|
322
322
|
case DataToolTipLayer.$$p[55]:
|
|
323
|
-
this.
|
|
323
|
+
this.yh = b;
|
|
324
324
|
break;
|
|
325
325
|
case "ValueTextStyle":
|
|
326
|
-
this.
|
|
326
|
+
this.sl = b;
|
|
327
327
|
break;
|
|
328
328
|
case DataToolTipLayer.$$p[12]:
|
|
329
|
-
this.
|
|
329
|
+
this.un = b;
|
|
330
330
|
break;
|
|
331
331
|
case DataToolTipLayer.$$p[11]:
|
|
332
|
-
this.
|
|
332
|
+
this.rc = b;
|
|
333
333
|
break;
|
|
334
334
|
case DataToolTipLayer.$$p[9]:
|
|
335
|
-
this.
|
|
335
|
+
this.uj = b;
|
|
336
336
|
break;
|
|
337
337
|
case DataToolTipLayer.$$p[10]:
|
|
338
|
-
this.
|
|
338
|
+
this.rj = EnumUtil.getEnumValue(DataLegendHeaderDateMode_$type, b);
|
|
339
339
|
break;
|
|
340
340
|
case DataToolTipLayer.$$p[13]:
|
|
341
|
-
this.
|
|
341
|
+
this.rk = EnumUtil.getEnumValue(DataLegendHeaderTimeMode_$type, b);
|
|
342
342
|
break;
|
|
343
343
|
case DataToolTipLayer.$$p[18]:
|
|
344
|
-
this.
|
|
344
|
+
this.us = b;
|
|
345
345
|
break;
|
|
346
346
|
case DataToolTipLayer.$$p[16]:
|
|
347
|
-
this.
|
|
347
|
+
this.x9 = b;
|
|
348
348
|
break;
|
|
349
349
|
case DataToolTipLayer.$$p[17]:
|
|
350
|
-
this.
|
|
350
|
+
this.yq = b;
|
|
351
351
|
break;
|
|
352
352
|
case DataToolTipLayer.$$p[14]:
|
|
353
|
-
this.
|
|
353
|
+
this.yp = b;
|
|
354
354
|
break;
|
|
355
355
|
case DataToolTipLayer.$$p[15]:
|
|
356
|
-
this.
|
|
356
|
+
this.sn = b;
|
|
357
357
|
break;
|
|
358
358
|
case "HeaderTextStyle":
|
|
359
|
-
this.
|
|
359
|
+
this.sd = b;
|
|
360
360
|
break;
|
|
361
361
|
case DataToolTipLayer.$$p[30]:
|
|
362
|
-
this.
|
|
362
|
+
this.yc = b;
|
|
363
363
|
break;
|
|
364
364
|
case "SummaryTitleTextStyle":
|
|
365
|
-
this.
|
|
365
|
+
this.sg = b;
|
|
366
366
|
break;
|
|
367
367
|
case DataToolTipLayer.$$p[33]:
|
|
368
|
-
this.
|
|
368
|
+
this.rm = EnumUtil.getEnumValue(DataLegendSummaryType_$type, b);
|
|
369
369
|
break;
|
|
370
370
|
case DataToolTipLayer.$$p[32]:
|
|
371
|
-
this.
|
|
371
|
+
this.vb = b;
|
|
372
372
|
break;
|
|
373
373
|
case DataToolTipLayer.$$p[31]:
|
|
374
|
-
this.
|
|
374
|
+
this.yt = b;
|
|
375
375
|
break;
|
|
376
376
|
case DataToolTipLayer.$$p[29]:
|
|
377
|
-
this.
|
|
377
|
+
this.ys = b;
|
|
378
378
|
break;
|
|
379
379
|
case DataToolTipLayer.$$p[36]:
|
|
380
|
-
this.
|
|
380
|
+
this.ye = b;
|
|
381
381
|
break;
|
|
382
382
|
case "SummaryValueTextStyle":
|
|
383
|
-
this.
|
|
383
|
+
this.si = b;
|
|
384
384
|
break;
|
|
385
385
|
case DataToolTipLayer.$$p[28]:
|
|
386
|
-
this.
|
|
386
|
+
this.u6 = b;
|
|
387
387
|
break;
|
|
388
388
|
case DataToolTipLayer.$$p[27]:
|
|
389
|
-
this.
|
|
389
|
+
this.yb = b;
|
|
390
390
|
break;
|
|
391
391
|
case "SummaryLabelTextStyle":
|
|
392
|
-
this.
|
|
392
|
+
this.sf = b;
|
|
393
393
|
break;
|
|
394
394
|
case DataToolTipLayer.$$p[35]:
|
|
395
|
-
this.
|
|
395
|
+
this.vh = b;
|
|
396
396
|
break;
|
|
397
397
|
case DataToolTipLayer.$$p[34]:
|
|
398
|
-
this.
|
|
398
|
+
this.yd = b;
|
|
399
399
|
break;
|
|
400
400
|
case "SummaryUnitsTextStyle":
|
|
401
|
-
this.
|
|
401
|
+
this.sh = b;
|
|
402
402
|
break;
|
|
403
403
|
case DataToolTipLayer.$$p[0]:
|
|
404
|
-
this.
|
|
404
|
+
this.yo = b;
|
|
405
405
|
break;
|
|
406
406
|
case DataToolTipLayer.$$p[1]:
|
|
407
|
-
this.
|
|
407
|
+
this.r3 = EnumUtil.getEnumValue(LegendItemBadgeShape_$type, b);
|
|
408
408
|
break;
|
|
409
409
|
case DataToolTipLayer.$$p[40]:
|
|
410
|
-
this.
|
|
410
|
+
this.rn = EnumUtil.getEnumValue(DataLegendUnitsMode_$type, b);
|
|
411
411
|
break;
|
|
412
412
|
case DataToolTipLayer.$$p[43]:
|
|
413
|
-
this.
|
|
413
|
+
this.vs = b;
|
|
414
414
|
break;
|
|
415
415
|
case DataToolTipLayer.$$p[41]:
|
|
416
|
-
this.
|
|
416
|
+
this.yg = b;
|
|
417
417
|
break;
|
|
418
418
|
case DataToolTipLayer.$$p[42]:
|
|
419
|
-
this.
|
|
419
|
+
this.yv = b;
|
|
420
420
|
break;
|
|
421
421
|
case "UnitsTextStyle":
|
|
422
|
-
this.
|
|
422
|
+
this.sk = b;
|
|
423
423
|
break;
|
|
424
424
|
case DataToolTipLayer.$$p[39]:
|
|
425
|
-
this.
|
|
425
|
+
this.yu = b;
|
|
426
426
|
break;
|
|
427
427
|
case DataToolTipLayer.$$p[38]:
|
|
428
|
-
this.
|
|
428
|
+
this.yf = b;
|
|
429
429
|
break;
|
|
430
430
|
case "TitleTextStyle":
|
|
431
|
-
this.
|
|
431
|
+
this.sj = b;
|
|
432
432
|
break;
|
|
433
433
|
case DataToolTipLayer.$$p[21]:
|
|
434
|
-
this.
|
|
434
|
+
this.rl = EnumUtil.getEnumValue(DataLegendLabelMode_$type, b);
|
|
435
435
|
break;
|
|
436
436
|
case DataToolTipLayer.$$p[22]:
|
|
437
|
-
this.
|
|
437
|
+
this.ya = b;
|
|
438
438
|
break;
|
|
439
439
|
case DataToolTipLayer.$$p[23]:
|
|
440
|
-
this.
|
|
440
|
+
this.yr = b;
|
|
441
441
|
break;
|
|
442
442
|
case "LabelTextStyle":
|
|
443
|
-
this.
|
|
443
|
+
this.se = b;
|
|
444
444
|
break;
|
|
445
445
|
}
|
|
446
446
|
};
|
|
447
|
-
DataToolTipLayer.prototype.
|
|
448
|
-
for (var b = 0; b < this.
|
|
449
|
-
var c = this.
|
|
450
|
-
a.updatePropertyByName(c, this.
|
|
447
|
+
DataToolTipLayer.prototype.wi = function (a) {
|
|
448
|
+
for (var b = 0; b < this.s0.count; b++) {
|
|
449
|
+
var c = this.s0._inner[b];
|
|
450
|
+
a.updatePropertyByName(c, this.sz.item(c));
|
|
451
451
|
}
|
|
452
452
|
};
|
|
453
|
-
DataToolTipLayer.prototype.
|
|
453
|
+
DataToolTipLayer.prototype.qo = function (a, b) {
|
|
454
454
|
{
|
|
455
455
|
if (!this.as.c) {
|
|
456
|
-
this.
|
|
456
|
+
this.mi(b);
|
|
457
457
|
}
|
|
458
458
|
}
|
|
459
459
|
};
|
|
460
|
-
DataToolTipLayer.prototype.
|
|
460
|
+
DataToolTipLayer.prototype.qp = function (a, b) {
|
|
461
461
|
if (!this.as.c) {
|
|
462
|
-
this.
|
|
462
|
+
this.mi(b);
|
|
463
463
|
}
|
|
464
464
|
};
|
|
465
|
-
DataToolTipLayer.prototype.
|
|
465
|
+
DataToolTipLayer.prototype.qr = function (a, b) {
|
|
466
466
|
var e_2, _a;
|
|
467
467
|
var _this = this;
|
|
468
|
-
_super.prototype.
|
|
469
|
-
this.
|
|
468
|
+
_super.prototype.qr.call(this, a, b);
|
|
469
|
+
this.rx = this.r0();
|
|
470
470
|
var c = a;
|
|
471
|
-
var d = this.
|
|
472
|
-
var e = this.
|
|
471
|
+
var d = this.r1.b6;
|
|
472
|
+
var e = this.sv;
|
|
473
473
|
var f = false;
|
|
474
474
|
c.m.clear();
|
|
475
475
|
c.i.clear();
|
|
@@ -479,25 +479,25 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
479
479
|
c.k.clear();
|
|
480
480
|
c.j.clear();
|
|
481
481
|
c.h.clear();
|
|
482
|
-
if (isNaN_(this.
|
|
482
|
+
if (isNaN_(this.q5.x) && isNaN_(this.q5.y)) {
|
|
483
483
|
d.count = 0;
|
|
484
484
|
return;
|
|
485
485
|
}
|
|
486
486
|
{
|
|
487
|
-
if (this.
|
|
487
|
+
if (this.ry == 2) {
|
|
488
488
|
var g_1 = 0;
|
|
489
489
|
{
|
|
490
490
|
try {
|
|
491
491
|
for (var _b = tslib_1.__values(fromEnum(this.cd.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
492
492
|
var h = _c.value;
|
|
493
|
-
if (this.
|
|
494
|
-
this.
|
|
493
|
+
if (this.qc(h)) {
|
|
494
|
+
this.wk(h, c, e, f, g_1);
|
|
495
495
|
g_1++;
|
|
496
496
|
}
|
|
497
497
|
if (h.isStacked) {
|
|
498
498
|
h.la(function (i) {
|
|
499
|
-
if (_this.
|
|
500
|
-
_this.
|
|
499
|
+
if (_this.qc(i)) {
|
|
500
|
+
_this.wk(i, c, e, f, g_1);
|
|
501
501
|
g_1++;
|
|
502
502
|
}
|
|
503
503
|
return true;
|
|
@@ -518,19 +518,19 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
518
518
|
throw e_2.error;
|
|
519
519
|
}
|
|
520
520
|
}
|
|
521
|
-
this.
|
|
521
|
+
this.wg(c);
|
|
522
522
|
}
|
|
523
523
|
d.count = g_1;
|
|
524
524
|
}
|
|
525
525
|
else {
|
|
526
|
-
var i = this.
|
|
527
|
-
var j = this.
|
|
528
|
-
var k = this.
|
|
529
|
-
this.
|
|
526
|
+
var i = this.rg();
|
|
527
|
+
var j = this.s1(i);
|
|
528
|
+
var k = this.r2(i, j, e);
|
|
529
|
+
this.wj(k, c, e);
|
|
530
530
|
}
|
|
531
531
|
}
|
|
532
532
|
};
|
|
533
|
-
DataToolTipLayer.prototype.
|
|
533
|
+
DataToolTipLayer.prototype.s1 = function (a) {
|
|
534
534
|
var e_3, _a;
|
|
535
535
|
var b = new List$1(Series.$, 0);
|
|
536
536
|
if (a == null) {
|
|
@@ -557,10 +557,10 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
557
557
|
}
|
|
558
558
|
return b;
|
|
559
559
|
};
|
|
560
|
-
DataToolTipLayer.prototype.
|
|
560
|
+
DataToolTipLayer.prototype.rg = function () {
|
|
561
561
|
var e_4, _a, e_5, _b;
|
|
562
|
-
if (this.
|
|
563
|
-
return this.
|
|
562
|
+
if (this.rh != null) {
|
|
563
|
+
return this.rh;
|
|
564
564
|
}
|
|
565
565
|
if (this.cd == null) {
|
|
566
566
|
return null;
|
|
@@ -616,7 +616,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
616
616
|
}
|
|
617
617
|
return null;
|
|
618
618
|
};
|
|
619
|
-
DataToolTipLayer.prototype.
|
|
619
|
+
DataToolTipLayer.prototype.r2 = function (a, b, c) {
|
|
620
620
|
var d = 1.7976931348623157E+308;
|
|
621
621
|
var e = -1.7976931348623157E+308;
|
|
622
622
|
var f = new List$1(DataContext.$, 0);
|
|
@@ -626,112 +626,133 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
626
626
|
var j = { $type: Point_$type, x: NaN, y: NaN };
|
|
627
627
|
var k = 0;
|
|
628
628
|
var l = 0;
|
|
629
|
-
|
|
629
|
+
var _loop_1 = function (m) {
|
|
630
630
|
var n = b.item(m);
|
|
631
631
|
k = n.cd.l;
|
|
632
632
|
l = n.cd.m;
|
|
633
633
|
if (n.dg) {
|
|
634
|
-
if (n.isStacked) {
|
|
635
|
-
continue;
|
|
636
|
-
}
|
|
637
634
|
var o = n;
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
635
|
+
var p_1 = new List$1(Series.$, 0);
|
|
636
|
+
if (o.isStacked) {
|
|
637
|
+
o.la(function (q) {
|
|
638
|
+
p_1.add(q);
|
|
639
|
+
return true;
|
|
640
|
+
});
|
|
643
641
|
}
|
|
644
642
|
else {
|
|
645
|
-
|
|
643
|
+
p_1.add(o);
|
|
644
|
+
}
|
|
645
|
+
for (var q = 0; q < p_1.count; q++) {
|
|
646
|
+
var r = p_1._inner[q];
|
|
647
|
+
var s = p_1._inner[q];
|
|
648
|
+
if (!r.categoryAxis.cn()) {
|
|
646
649
|
continue;
|
|
647
650
|
}
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
if (!p.c) {
|
|
651
|
-
continue;
|
|
652
|
-
}
|
|
653
|
-
j = n.pg(p.d);
|
|
654
|
-
var q = n.pl(p.d, c, false);
|
|
655
|
-
if (h) {
|
|
656
|
-
if (!isNaN_(q.y)) {
|
|
657
|
-
d = Math.min(d, q.y);
|
|
658
|
-
e = Math.max(e, q.y);
|
|
651
|
+
if (i) {
|
|
652
|
+
h = s.isVertical;
|
|
659
653
|
}
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
654
|
+
else {
|
|
655
|
+
if (h != s.isVertical) {
|
|
656
|
+
continue;
|
|
657
|
+
}
|
|
658
|
+
}
|
|
659
|
+
var t = this_1.qk(s);
|
|
660
|
+
if (!t.c) {
|
|
661
|
+
continue;
|
|
662
|
+
}
|
|
663
|
+
j = s.ph(t.d);
|
|
664
|
+
var u = s.pm(t.d, c, false);
|
|
665
|
+
if (h) {
|
|
666
|
+
if (!isNaN_(u.y)) {
|
|
667
|
+
d = Math.min(d, u.y);
|
|
668
|
+
e = Math.max(e, u.y);
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
else {
|
|
672
|
+
if (!isNaN_(u.x)) {
|
|
673
|
+
d = Math.min(d, u.x);
|
|
674
|
+
e = Math.max(e, u.x);
|
|
675
|
+
}
|
|
665
676
|
}
|
|
666
677
|
}
|
|
667
678
|
}
|
|
668
679
|
else {
|
|
669
|
-
var
|
|
670
|
-
for (var
|
|
671
|
-
if (!
|
|
680
|
+
var v = n.ag();
|
|
681
|
+
for (var w = 0; w < v.length; w++) {
|
|
682
|
+
if (!v[w].cn()) {
|
|
672
683
|
continue;
|
|
673
684
|
}
|
|
674
685
|
}
|
|
675
|
-
var
|
|
676
|
-
j = n.
|
|
686
|
+
var x = n.pm(this_1.q5, c, false);
|
|
687
|
+
j = n.ph(this_1.q5);
|
|
677
688
|
if (h) {
|
|
678
|
-
if (!isNaN_(
|
|
679
|
-
d = Math.min(d,
|
|
680
|
-
e = Math.max(e,
|
|
689
|
+
if (!isNaN_(x.y)) {
|
|
690
|
+
d = Math.min(d, x.y);
|
|
691
|
+
e = Math.max(e, x.y);
|
|
681
692
|
}
|
|
682
693
|
}
|
|
683
694
|
else {
|
|
684
|
-
if (!isNaN_(
|
|
685
|
-
d = Math.min(d,
|
|
686
|
-
e = Math.max(e,
|
|
695
|
+
if (!isNaN_(x.x)) {
|
|
696
|
+
d = Math.min(d, x.x);
|
|
697
|
+
e = Math.max(e, x.x);
|
|
687
698
|
}
|
|
688
699
|
}
|
|
689
700
|
}
|
|
690
|
-
var
|
|
691
|
-
var
|
|
692
|
-
if (n.dl &&
|
|
693
|
-
|
|
701
|
+
var y = null;
|
|
702
|
+
var z = n.ht(this_1.q5);
|
|
703
|
+
if (n.dl && z != null) {
|
|
704
|
+
y = n.au(z);
|
|
694
705
|
}
|
|
695
706
|
else {
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
707
|
+
y = new DataContext();
|
|
708
|
+
y.item = z;
|
|
709
|
+
y.series = n;
|
|
699
710
|
}
|
|
700
|
-
f.add(
|
|
711
|
+
f.add(y);
|
|
712
|
+
};
|
|
713
|
+
var this_1 = this;
|
|
714
|
+
for (var m = 0; m < b.count; m++) {
|
|
715
|
+
_loop_1(m);
|
|
701
716
|
}
|
|
702
|
-
var
|
|
703
|
-
var
|
|
717
|
+
var aa = 0;
|
|
718
|
+
var ab = 0;
|
|
704
719
|
if (h) {
|
|
705
|
-
|
|
706
|
-
|
|
720
|
+
ab = (d + e) / 2;
|
|
721
|
+
aa = this.pz.right;
|
|
707
722
|
if (!isNaN_(j.x)) {
|
|
708
|
-
|
|
723
|
+
aa = j.x;
|
|
709
724
|
}
|
|
710
|
-
if (
|
|
711
|
-
|
|
725
|
+
if (ab < 0 || ab > this.pz.bottom) {
|
|
726
|
+
ab = NaN;
|
|
712
727
|
}
|
|
713
728
|
}
|
|
714
729
|
else {
|
|
715
|
-
|
|
730
|
+
aa = (d + e) / 2;
|
|
716
731
|
if (!isNaN_(j.y)) {
|
|
717
|
-
|
|
732
|
+
ab = j.y;
|
|
718
733
|
}
|
|
719
|
-
if (
|
|
720
|
-
|
|
734
|
+
if (aa < 0 || aa > this.pz.right) {
|
|
735
|
+
aa = NaN;
|
|
721
736
|
}
|
|
722
737
|
}
|
|
723
|
-
var
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
return
|
|
738
|
+
var ac = new DataToolTipSeriesInfo();
|
|
739
|
+
ac.f = { $type: Point_$type, x: aa, y: ab };
|
|
740
|
+
ac.e = { $type: Point_$type, x: j.x, y: j.y };
|
|
741
|
+
ac.b = f;
|
|
742
|
+
ac.a = h;
|
|
743
|
+
return ac;
|
|
729
744
|
};
|
|
730
745
|
DataToolTipLayer.prototype.ld = function () {
|
|
731
|
-
this.
|
|
732
|
-
this.
|
|
746
|
+
this.q5 = { $type: Point_$type, x: NaN, y: NaN };
|
|
747
|
+
this.mi(false);
|
|
748
|
+
this.r1.cg(false);
|
|
733
749
|
};
|
|
734
|
-
|
|
750
|
+
DataToolTipLayer.prototype.le = function () {
|
|
751
|
+
this.q5 = { $type: Point_$type, x: NaN, y: NaN };
|
|
752
|
+
this.mi(false);
|
|
753
|
+
this.r1.cg(true);
|
|
754
|
+
};
|
|
755
|
+
Object.defineProperty(DataToolTipLayer.prototype, "yl", {
|
|
735
756
|
get: function () {
|
|
736
757
|
var a = RectUtil.n(this.b0.bu);
|
|
737
758
|
var b = new Size(1, this.b0.bu.width, this.b0.bu.height);
|
|
@@ -740,362 +761,362 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
740
761
|
enumerable: true,
|
|
741
762
|
configurable: true
|
|
742
763
|
});
|
|
743
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
764
|
+
Object.defineProperty(DataToolTipLayer.prototype, "yk", {
|
|
744
765
|
get: function () {
|
|
745
766
|
var a = RectUtil.n(this.b0.bu);
|
|
746
767
|
var b = new Size(1, this.b0.bu.width, this.b0.bu.height);
|
|
747
|
-
return new Rect(3, this.
|
|
768
|
+
return new Rect(3, this.r1.cj(a), b);
|
|
748
769
|
},
|
|
749
770
|
enumerable: true,
|
|
750
771
|
configurable: true
|
|
751
772
|
});
|
|
752
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
773
|
+
Object.defineProperty(DataToolTipLayer.prototype, "yj", {
|
|
753
774
|
get: function () {
|
|
754
775
|
var a = new Rect(0, 0, 0, this.cd.m, this.cd.l);
|
|
755
776
|
var b = RectUtil.n(a);
|
|
756
777
|
var c = new Size(1, a.width, a.height);
|
|
757
|
-
return new Rect(3, this.
|
|
778
|
+
return new Rect(3, this.r1.cj(b), c);
|
|
758
779
|
},
|
|
759
780
|
enumerable: true,
|
|
760
781
|
configurable: true
|
|
761
782
|
});
|
|
762
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
783
|
+
Object.defineProperty(DataToolTipLayer.prototype, "yn", {
|
|
763
784
|
get: function () {
|
|
764
785
|
var a = { $type: Point_$type, x: 0, y: 0 };
|
|
765
|
-
return new Rect(3, a, this.
|
|
786
|
+
return new Rect(3, a, this.r1.co());
|
|
766
787
|
},
|
|
767
788
|
enumerable: true,
|
|
768
789
|
configurable: true
|
|
769
790
|
});
|
|
770
|
-
DataToolTipLayer.prototype.
|
|
771
|
-
return this.
|
|
791
|
+
DataToolTipLayer.prototype.ym = function () {
|
|
792
|
+
return this.yl;
|
|
772
793
|
};
|
|
773
|
-
DataToolTipLayer.prototype.
|
|
794
|
+
DataToolTipLayer.prototype.sr = function (a, b, c) {
|
|
774
795
|
if (Rect.l_op_Equality(a, Rect.empty)) {
|
|
775
796
|
return false;
|
|
776
797
|
}
|
|
777
798
|
var d = a.top;
|
|
778
799
|
return c < d;
|
|
779
800
|
};
|
|
780
|
-
DataToolTipLayer.prototype.
|
|
801
|
+
DataToolTipLayer.prototype.so = function (a, b, c, d) {
|
|
781
802
|
if (Rect.l_op_Equality(a, Rect.empty)) {
|
|
782
803
|
return false;
|
|
783
804
|
}
|
|
784
805
|
var e = a.bottom;
|
|
785
806
|
return c + d.height >= e;
|
|
786
807
|
};
|
|
787
|
-
DataToolTipLayer.prototype.
|
|
808
|
+
DataToolTipLayer.prototype.sp = function (a, b, c) {
|
|
788
809
|
if (Rect.l_op_Equality(a, Rect.empty)) {
|
|
789
810
|
return false;
|
|
790
811
|
}
|
|
791
812
|
var d = a.left;
|
|
792
813
|
return c < d;
|
|
793
814
|
};
|
|
794
|
-
DataToolTipLayer.prototype.
|
|
815
|
+
DataToolTipLayer.prototype.sq = function (a, b, c, d) {
|
|
795
816
|
if (Rect.l_op_Equality(a, Rect.empty)) {
|
|
796
817
|
return false;
|
|
797
818
|
}
|
|
798
819
|
var e = a.right;
|
|
799
820
|
return c + d.width > e;
|
|
800
821
|
};
|
|
801
|
-
DataToolTipLayer.prototype.
|
|
822
|
+
DataToolTipLayer.prototype.tu = function (a, b) {
|
|
802
823
|
return a.top + b;
|
|
803
824
|
};
|
|
804
|
-
DataToolTipLayer.prototype.
|
|
825
|
+
DataToolTipLayer.prototype.ts = function (a, b, c) {
|
|
805
826
|
return a.bottom - c.height - b;
|
|
806
827
|
};
|
|
807
|
-
DataToolTipLayer.prototype.
|
|
828
|
+
DataToolTipLayer.prototype.tt = function (a, b) {
|
|
808
829
|
return ((a.bottom + a.top) / 2) - (b.height / 2);
|
|
809
830
|
};
|
|
810
|
-
DataToolTipLayer.prototype.
|
|
831
|
+
DataToolTipLayer.prototype.t3 = function (a, b, c, d, e) {
|
|
811
832
|
var f = c.y - d.height - b;
|
|
812
833
|
return f;
|
|
813
834
|
};
|
|
814
|
-
DataToolTipLayer.prototype.
|
|
835
|
+
DataToolTipLayer.prototype.t1 = function (a, b, c, d, e) {
|
|
815
836
|
var f = c.y + b;
|
|
816
837
|
return f;
|
|
817
838
|
};
|
|
818
|
-
DataToolTipLayer.prototype.
|
|
839
|
+
DataToolTipLayer.prototype.t2 = function (a, b, c, d, e) {
|
|
819
840
|
var f = c.y - (d.height / 2);
|
|
820
841
|
return f;
|
|
821
842
|
};
|
|
822
|
-
DataToolTipLayer.prototype.
|
|
843
|
+
DataToolTipLayer.prototype.tx = function (a, b, c, d, e) {
|
|
823
844
|
var f = c.y - d.height;
|
|
824
845
|
f = f - b;
|
|
825
846
|
return f;
|
|
826
847
|
};
|
|
827
|
-
DataToolTipLayer.prototype.
|
|
848
|
+
DataToolTipLayer.prototype.tv = function (a, b, c, d, e) {
|
|
828
849
|
var f = c.y;
|
|
829
850
|
f = f + b;
|
|
830
851
|
return f;
|
|
831
852
|
};
|
|
832
|
-
DataToolTipLayer.prototype.
|
|
853
|
+
DataToolTipLayer.prototype.tw = function (a, b, c, d, e) {
|
|
833
854
|
var f = c.y - (d.height / 2);
|
|
834
855
|
return f;
|
|
835
856
|
};
|
|
836
|
-
DataToolTipLayer.prototype.
|
|
857
|
+
DataToolTipLayer.prototype.td = function (a, b) {
|
|
837
858
|
return a.left + b;
|
|
838
859
|
};
|
|
839
|
-
DataToolTipLayer.prototype.
|
|
860
|
+
DataToolTipLayer.prototype.tf = function (a, b, c) {
|
|
840
861
|
return (a.right - (c.width)) - b;
|
|
841
862
|
};
|
|
842
|
-
DataToolTipLayer.prototype.
|
|
863
|
+
DataToolTipLayer.prototype.te = function (a, b, c) {
|
|
843
864
|
return ((a.right + a.left) / 2) - (c.width / 2) + b;
|
|
844
865
|
};
|
|
845
|
-
DataToolTipLayer.prototype.
|
|
866
|
+
DataToolTipLayer.prototype.tm = function (a, b, c, d, e) {
|
|
846
867
|
var f = (c.x - d.width) - b;
|
|
847
868
|
return f;
|
|
848
869
|
};
|
|
849
|
-
DataToolTipLayer.prototype.
|
|
870
|
+
DataToolTipLayer.prototype.to = function (a, b, c, d, e) {
|
|
850
871
|
var f = c.x + b;
|
|
851
872
|
return f;
|
|
852
873
|
};
|
|
853
|
-
DataToolTipLayer.prototype.
|
|
874
|
+
DataToolTipLayer.prototype.tn = function (a, b, c, d, e) {
|
|
854
875
|
var f = (c.x - (d.width / 2));
|
|
855
876
|
f = f + b;
|
|
856
877
|
return f;
|
|
857
878
|
};
|
|
858
|
-
DataToolTipLayer.prototype.
|
|
879
|
+
DataToolTipLayer.prototype.tj = function (a, b, c, d, e) {
|
|
859
880
|
var f = c.x - d.width;
|
|
860
881
|
f = f - b;
|
|
861
882
|
return f;
|
|
862
883
|
};
|
|
863
|
-
DataToolTipLayer.prototype.
|
|
884
|
+
DataToolTipLayer.prototype.tl = function (a, b, c, d, e) {
|
|
864
885
|
var f = c.x;
|
|
865
886
|
f = f + b;
|
|
866
887
|
return f;
|
|
867
888
|
};
|
|
868
|
-
DataToolTipLayer.prototype.
|
|
889
|
+
DataToolTipLayer.prototype.tk = function (a, b, c, d, e) {
|
|
869
890
|
var f = c.x - (d.width / 2);
|
|
870
891
|
f = f + b;
|
|
871
892
|
return f;
|
|
872
893
|
};
|
|
873
|
-
DataToolTipLayer.prototype.
|
|
894
|
+
DataToolTipLayer.prototype.s9 = function (a, b, c, d, e, f, g, h) {
|
|
874
895
|
switch (a) {
|
|
875
896
|
case 1:
|
|
876
897
|
{
|
|
877
|
-
return this.
|
|
898
|
+
return this.tx(e, b, h, f, true);
|
|
878
899
|
}
|
|
879
900
|
case 2:
|
|
880
901
|
{
|
|
881
|
-
return this.
|
|
902
|
+
return this.tv(e, b, h, f, true);
|
|
882
903
|
}
|
|
883
904
|
case 3:
|
|
884
905
|
{
|
|
885
|
-
return this.
|
|
906
|
+
return this.tw(e, b, h, f, true);
|
|
886
907
|
}
|
|
887
|
-
case 5: return this.
|
|
888
|
-
case 6: return this.
|
|
889
|
-
case 4: return this.
|
|
890
|
-
case 8: return this.
|
|
891
|
-
case 9: return this.
|
|
892
|
-
case 7: return this.
|
|
893
|
-
case 13: return this.
|
|
894
|
-
case 14: return this.
|
|
895
|
-
case 15: return this.
|
|
896
|
-
case 10: return this.
|
|
897
|
-
case 12: return this.
|
|
908
|
+
case 5: return this.ty(e, c, b, h, f);
|
|
909
|
+
case 6: return this.tz(e, c, b, h, f);
|
|
910
|
+
case 4: return this.t0(e, c, b, h, f);
|
|
911
|
+
case 8: return this.tp(e, c, b, h, f);
|
|
912
|
+
case 9: return this.tq(e, c, b, h, f);
|
|
913
|
+
case 7: return this.tr(e, c, b, h, f);
|
|
914
|
+
case 13: return this.tu(d, b);
|
|
915
|
+
case 14: return this.ts(d, b, f);
|
|
916
|
+
case 15: return this.tt(d, f);
|
|
917
|
+
case 10: return this.t3(e, b, g, f, true);
|
|
918
|
+
case 12: return this.t2(e, b, g, f, true);
|
|
898
919
|
case 11:
|
|
899
|
-
default: return this.
|
|
920
|
+
default: return this.t1(e, b, g, f, true);
|
|
900
921
|
}
|
|
901
922
|
};
|
|
902
|
-
DataToolTipLayer.prototype.
|
|
923
|
+
DataToolTipLayer.prototype.tg = function (a, b, c, d, e) {
|
|
903
924
|
var f = d.x;
|
|
904
925
|
f = f + b / 2;
|
|
905
926
|
f = f - e.width;
|
|
906
927
|
f = f - c;
|
|
907
928
|
return f;
|
|
908
929
|
};
|
|
909
|
-
DataToolTipLayer.prototype.
|
|
930
|
+
DataToolTipLayer.prototype.th = function (a, b, c, d, e) {
|
|
910
931
|
var f = d.x;
|
|
911
932
|
f = f + b / 2;
|
|
912
933
|
f = f - e.width / 2;
|
|
913
934
|
f = f + c;
|
|
914
935
|
return f;
|
|
915
936
|
};
|
|
916
|
-
DataToolTipLayer.prototype.
|
|
937
|
+
DataToolTipLayer.prototype.ti = function (a, b, c, d, e) {
|
|
917
938
|
var f = d.x;
|
|
918
939
|
f = f + b / 2;
|
|
919
940
|
f = f + c;
|
|
920
941
|
return f;
|
|
921
942
|
};
|
|
922
|
-
DataToolTipLayer.prototype.
|
|
943
|
+
DataToolTipLayer.prototype.ta = function (a, b, c, d, e) {
|
|
923
944
|
var f = d.x;
|
|
924
945
|
f = f - b / 2;
|
|
925
946
|
f = f - e.width;
|
|
926
947
|
f = f - c;
|
|
927
948
|
return f;
|
|
928
949
|
};
|
|
929
|
-
DataToolTipLayer.prototype.
|
|
950
|
+
DataToolTipLayer.prototype.tb = function (a, b, c, d, e) {
|
|
930
951
|
var f = d.x;
|
|
931
952
|
f = f - b / 2;
|
|
932
953
|
f = f - e.width / 2;
|
|
933
954
|
f = f + c;
|
|
934
955
|
return f;
|
|
935
956
|
};
|
|
936
|
-
DataToolTipLayer.prototype.
|
|
957
|
+
DataToolTipLayer.prototype.tc = function (a, b, c, d, e) {
|
|
937
958
|
var f = d.x;
|
|
938
959
|
f = f - b / 2;
|
|
939
960
|
f = f + c;
|
|
940
961
|
return f;
|
|
941
962
|
};
|
|
942
|
-
DataToolTipLayer.prototype.
|
|
963
|
+
DataToolTipLayer.prototype.tr = function (a, b, c, d, e) {
|
|
943
964
|
var f = d.y;
|
|
944
965
|
f = f + b / 2;
|
|
945
966
|
f = f - e.height;
|
|
946
967
|
f = f - c;
|
|
947
968
|
return f;
|
|
948
969
|
};
|
|
949
|
-
DataToolTipLayer.prototype.
|
|
970
|
+
DataToolTipLayer.prototype.tq = function (a, b, c, d, e) {
|
|
950
971
|
var f = d.y;
|
|
951
972
|
f = f + b / 2;
|
|
952
973
|
f = f - e.height / 2;
|
|
953
974
|
f = f + c;
|
|
954
975
|
return f;
|
|
955
976
|
};
|
|
956
|
-
DataToolTipLayer.prototype.
|
|
977
|
+
DataToolTipLayer.prototype.tp = function (a, b, c, d, e) {
|
|
957
978
|
var f = d.y;
|
|
958
979
|
f = f + b / 2;
|
|
959
980
|
f = f + c;
|
|
960
981
|
return f;
|
|
961
982
|
};
|
|
962
|
-
DataToolTipLayer.prototype.
|
|
983
|
+
DataToolTipLayer.prototype.t0 = function (a, b, c, d, e) {
|
|
963
984
|
var f = d.y;
|
|
964
985
|
f = f - b / 2;
|
|
965
986
|
f = f - e.height;
|
|
966
987
|
f = f - c;
|
|
967
988
|
return f;
|
|
968
989
|
};
|
|
969
|
-
DataToolTipLayer.prototype.
|
|
990
|
+
DataToolTipLayer.prototype.tz = function (a, b, c, d, e) {
|
|
970
991
|
var f = d.y;
|
|
971
992
|
f = f - b / 2;
|
|
972
993
|
f = f - e.height / 2;
|
|
973
994
|
f = f + c;
|
|
974
995
|
return f;
|
|
975
996
|
};
|
|
976
|
-
DataToolTipLayer.prototype.
|
|
997
|
+
DataToolTipLayer.prototype.ty = function (a, b, c, d, e) {
|
|
977
998
|
var f = d.y;
|
|
978
999
|
f = f - b / 2;
|
|
979
1000
|
f = f + c;
|
|
980
1001
|
return f;
|
|
981
1002
|
};
|
|
982
|
-
DataToolTipLayer.prototype.
|
|
1003
|
+
DataToolTipLayer.prototype.s8 = function (a, b, c, d, e, f, g, h) {
|
|
983
1004
|
switch (a) {
|
|
984
|
-
case 10: return this.
|
|
985
|
-
case 11: return this.
|
|
986
|
-
case 12: return this.
|
|
987
|
-
case 13: return this.
|
|
988
|
-
case 14: return this.
|
|
989
|
-
case 15: return this.
|
|
990
|
-
case 5: return this.
|
|
991
|
-
case 6: return this.
|
|
992
|
-
case 4: return this.
|
|
993
|
-
case 8: return this.
|
|
994
|
-
case 9: return this.
|
|
995
|
-
case 7: return this.
|
|
1005
|
+
case 10: return this.tm(e, b, g, f, true);
|
|
1006
|
+
case 11: return this.to(e, b, g, f, true);
|
|
1007
|
+
case 12: return this.tn(e, b, g, f, true);
|
|
1008
|
+
case 13: return this.td(d, b);
|
|
1009
|
+
case 14: return this.tf(e, b, f);
|
|
1010
|
+
case 15: return this.te(e, b, f);
|
|
1011
|
+
case 5: return this.tc(e, c, b, h, f);
|
|
1012
|
+
case 6: return this.tb(e, c, b, h, f);
|
|
1013
|
+
case 4: return this.ta(e, c, b, h, f);
|
|
1014
|
+
case 8: return this.ti(e, c, b, h, f);
|
|
1015
|
+
case 9: return this.th(e, c, b, h, f);
|
|
1016
|
+
case 7: return this.tg(e, c, b, h, f);
|
|
996
1017
|
case 1:
|
|
997
1018
|
{
|
|
998
|
-
return this.
|
|
1019
|
+
return this.tj(e, b, h, f, true);
|
|
999
1020
|
}
|
|
1000
1021
|
case 3:
|
|
1001
1022
|
{
|
|
1002
|
-
return this.
|
|
1023
|
+
return this.tk(e, b, h, f, true);
|
|
1003
1024
|
}
|
|
1004
1025
|
case 2:
|
|
1005
1026
|
default:
|
|
1006
1027
|
{
|
|
1007
|
-
return this.
|
|
1028
|
+
return this.tl(e, b, h, f, true);
|
|
1008
1029
|
}
|
|
1009
1030
|
}
|
|
1010
1031
|
};
|
|
1011
|
-
DataToolTipLayer.prototype.
|
|
1012
|
-
var e = this.
|
|
1013
|
-
var f = this.
|
|
1014
|
-
var g = this.
|
|
1032
|
+
DataToolTipLayer.prototype.yi = function (a, b, c, d) {
|
|
1033
|
+
var e = this.rq;
|
|
1034
|
+
var f = this.ru;
|
|
1035
|
+
var g = this.rg();
|
|
1015
1036
|
var h = 0;
|
|
1016
1037
|
if (g != null && g.ca && this.cd != null) {
|
|
1017
|
-
h = g.getCategorySize(this.cd.sf, this.
|
|
1038
|
+
h = g.getCategorySize(this.cd.sf, this.pz, this.getEffectiveViewport());
|
|
1018
1039
|
if (g.categoryMode == 0) {
|
|
1019
1040
|
h = 0;
|
|
1020
1041
|
}
|
|
1021
1042
|
}
|
|
1022
|
-
var i = this.
|
|
1023
|
-
var j = this.
|
|
1024
|
-
var k = this.
|
|
1025
|
-
var l = this.
|
|
1026
|
-
var m = this.
|
|
1027
|
-
var n = this.
|
|
1043
|
+
var i = this.s6(e);
|
|
1044
|
+
var j = this.s7(f);
|
|
1045
|
+
var k = this.s8(e, i, h, this.yl, a, b, c, d);
|
|
1046
|
+
var l = this.s9(f, j, h, this.yl, a, b, c, d);
|
|
1047
|
+
var m = this.ss(a, i, k, b);
|
|
1048
|
+
var n = this.st(a, j, l, b);
|
|
1028
1049
|
if (!m) {
|
|
1029
|
-
var o = this.
|
|
1050
|
+
var o = this.ra(e);
|
|
1030
1051
|
var p = 0;
|
|
1031
1052
|
while (!m && p < o.length) {
|
|
1032
1053
|
e = o[p];
|
|
1033
|
-
i = this.
|
|
1034
|
-
k = this.
|
|
1035
|
-
m = this.
|
|
1054
|
+
i = this.s6(e);
|
|
1055
|
+
k = this.s8(e, i, h, this.yl, a, b, c, d);
|
|
1056
|
+
m = this.ss(a, i, k, b);
|
|
1036
1057
|
p++;
|
|
1037
1058
|
}
|
|
1038
1059
|
}
|
|
1039
1060
|
if (!n) {
|
|
1040
|
-
var q = this.
|
|
1061
|
+
var q = this.rb(f);
|
|
1041
1062
|
var r = 0;
|
|
1042
1063
|
while (!n && r < q.length) {
|
|
1043
1064
|
f = q[r];
|
|
1044
|
-
j = this.
|
|
1045
|
-
l = this.
|
|
1046
|
-
n = this.
|
|
1065
|
+
j = this.s7(f);
|
|
1066
|
+
l = this.s9(f, j, h, this.yl, a, b, c, d);
|
|
1067
|
+
n = this.st(a, j, l, b);
|
|
1047
1068
|
r++;
|
|
1048
1069
|
}
|
|
1049
1070
|
}
|
|
1050
1071
|
return { $type: Point_$type, x: k, y: l };
|
|
1051
1072
|
};
|
|
1052
|
-
DataToolTipLayer.prototype.
|
|
1053
|
-
if (!isNaN_(this.
|
|
1054
|
-
return this.
|
|
1073
|
+
DataToolTipLayer.prototype.s7 = function (a) {
|
|
1074
|
+
if (!isNaN_(this.s5)) {
|
|
1075
|
+
return this.s5;
|
|
1055
1076
|
}
|
|
1056
1077
|
switch (a) {
|
|
1057
|
-
case 1: return this.
|
|
1058
|
-
case 2: return this.
|
|
1078
|
+
case 1: return this.s3;
|
|
1079
|
+
case 2: return this.s3;
|
|
1059
1080
|
case 3: return 0;
|
|
1060
|
-
case 4: return this.
|
|
1061
|
-
case 5: return this.
|
|
1062
|
-
case 6: return this.
|
|
1063
|
-
case 7: return this.
|
|
1064
|
-
case 8: return this.
|
|
1081
|
+
case 4: return this.s3;
|
|
1082
|
+
case 5: return this.s3;
|
|
1083
|
+
case 6: return this.s3;
|
|
1084
|
+
case 7: return this.s3;
|
|
1085
|
+
case 8: return this.s3;
|
|
1065
1086
|
case 9: return 0;
|
|
1066
|
-
case 10: return this.
|
|
1067
|
-
case 11: return this.
|
|
1087
|
+
case 10: return this.s3;
|
|
1088
|
+
case 11: return this.s3;
|
|
1068
1089
|
case 12: return 0;
|
|
1069
|
-
case 13: return this.
|
|
1070
|
-
case 14: return this.
|
|
1090
|
+
case 13: return this.s3;
|
|
1091
|
+
case 14: return this.s3;
|
|
1071
1092
|
case 15: return 0;
|
|
1072
1093
|
}
|
|
1073
|
-
return this.
|
|
1094
|
+
return this.s3;
|
|
1074
1095
|
};
|
|
1075
|
-
DataToolTipLayer.prototype.
|
|
1076
|
-
if (!isNaN_(this.
|
|
1077
|
-
return this.
|
|
1096
|
+
DataToolTipLayer.prototype.s6 = function (a) {
|
|
1097
|
+
if (!isNaN_(this.s4)) {
|
|
1098
|
+
return this.s4;
|
|
1078
1099
|
}
|
|
1079
1100
|
switch (a) {
|
|
1080
|
-
case 4: return this.
|
|
1101
|
+
case 4: return this.s2;
|
|
1081
1102
|
case 6: return 0;
|
|
1082
|
-
case 5: return this.
|
|
1083
|
-
case 13: return this.
|
|
1103
|
+
case 5: return this.s2;
|
|
1104
|
+
case 13: return this.s2;
|
|
1084
1105
|
case 15: return 0;
|
|
1085
|
-
case 14: return this.
|
|
1086
|
-
case 7: return this.
|
|
1106
|
+
case 14: return this.s2;
|
|
1107
|
+
case 7: return this.s2;
|
|
1087
1108
|
case 9: return 0;
|
|
1088
|
-
case 8: return this.
|
|
1089
|
-
case 1: return this.
|
|
1109
|
+
case 8: return this.s2;
|
|
1110
|
+
case 1: return this.s2;
|
|
1090
1111
|
case 3: return 0;
|
|
1091
|
-
case 2: return this.
|
|
1092
|
-
case 10: return this.
|
|
1112
|
+
case 2: return this.s2;
|
|
1113
|
+
case 10: return this.s2;
|
|
1093
1114
|
case 12: return 0;
|
|
1094
|
-
case 11: return this.
|
|
1115
|
+
case 11: return this.s2;
|
|
1095
1116
|
}
|
|
1096
|
-
return this.
|
|
1117
|
+
return this.s2;
|
|
1097
1118
|
};
|
|
1098
|
-
DataToolTipLayer.prototype.
|
|
1119
|
+
DataToolTipLayer.prototype.rb = function (a) {
|
|
1099
1120
|
var b = [a];
|
|
1100
1121
|
switch (a) {
|
|
1101
1122
|
case 1:
|
|
@@ -1140,7 +1161,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1140
1161
|
}
|
|
1141
1162
|
return b;
|
|
1142
1163
|
};
|
|
1143
|
-
DataToolTipLayer.prototype.
|
|
1164
|
+
DataToolTipLayer.prototype.ra = function (a) {
|
|
1144
1165
|
var b = [a];
|
|
1145
1166
|
switch (a) {
|
|
1146
1167
|
case 1:
|
|
@@ -1185,13 +1206,13 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1185
1206
|
}
|
|
1186
1207
|
return b;
|
|
1187
1208
|
};
|
|
1188
|
-
DataToolTipLayer.prototype.sr = function (a, b, c, d) {
|
|
1189
|
-
return !(this.so(a, b, c) || this.sp(a, b, c, d));
|
|
1190
|
-
};
|
|
1191
1209
|
DataToolTipLayer.prototype.ss = function (a, b, c, d) {
|
|
1192
|
-
return !(this.
|
|
1210
|
+
return !(this.sp(a, b, c) || this.sq(a, b, c, d));
|
|
1211
|
+
};
|
|
1212
|
+
DataToolTipLayer.prototype.st = function (a, b, c, d) {
|
|
1213
|
+
return !(this.sr(a, b, c) || this.so(a, b, c, d));
|
|
1193
1214
|
};
|
|
1194
|
-
DataToolTipLayer.prototype.
|
|
1215
|
+
DataToolTipLayer.prototype.wg = function (a) {
|
|
1195
1216
|
var b = new List$1(DataTooltipCollisionInfo.$, 0);
|
|
1196
1217
|
for (var c = 0; c < a.f.count; c++) {
|
|
1197
1218
|
var d = new DataTooltipCollisionInfo();
|
|
@@ -1220,7 +1241,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1220
1241
|
}
|
|
1221
1242
|
return 0;
|
|
1222
1243
|
});
|
|
1223
|
-
var e = this.
|
|
1244
|
+
var e = this.sm(b);
|
|
1224
1245
|
if (!e) {
|
|
1225
1246
|
return;
|
|
1226
1247
|
}
|
|
@@ -1252,7 +1273,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1252
1273
|
a.g._inner[q] = r.e.y;
|
|
1253
1274
|
}
|
|
1254
1275
|
};
|
|
1255
|
-
DataToolTipLayer.prototype.
|
|
1276
|
+
DataToolTipLayer.prototype.sm = function (a) {
|
|
1256
1277
|
if (a.count <= 1) {
|
|
1257
1278
|
return false;
|
|
1258
1279
|
}
|
|
@@ -1268,30 +1289,30 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1268
1289
|
}
|
|
1269
1290
|
return false;
|
|
1270
1291
|
};
|
|
1271
|
-
DataToolTipLayer.prototype.
|
|
1272
|
-
var f = this.
|
|
1292
|
+
DataToolTipLayer.prototype.wk = function (a, b, c, d, e) {
|
|
1293
|
+
var f = this.qk(a);
|
|
1273
1294
|
if (!f.c) {
|
|
1274
1295
|
return;
|
|
1275
1296
|
}
|
|
1276
|
-
var g = a.
|
|
1277
|
-
var h = this.
|
|
1278
|
-
var i = this.
|
|
1297
|
+
var g = a.pm(f.d, c, d);
|
|
1298
|
+
var h = this.r1.b6;
|
|
1299
|
+
var i = this.q5;
|
|
1279
1300
|
if (!c) {
|
|
1280
|
-
i = this.
|
|
1301
|
+
i = this.pp(g);
|
|
1281
1302
|
}
|
|
1282
1303
|
var j = a.ht(i);
|
|
1283
1304
|
var k = h.item(e);
|
|
1284
1305
|
var l = this.b0.bu;
|
|
1285
|
-
var m = this.
|
|
1306
|
+
var m = this.r1.b5(k);
|
|
1286
1307
|
if (!Base.equalsStatic(m.target, this.cd)) {
|
|
1287
1308
|
m.target = this.cd;
|
|
1288
1309
|
}
|
|
1289
1310
|
m.includedSeries = [a.dataLegendKey];
|
|
1290
|
-
this.
|
|
1291
|
-
if (!this.
|
|
1311
|
+
this.wi(m);
|
|
1312
|
+
if (!this.r1.b8(k, a)) {
|
|
1292
1313
|
return;
|
|
1293
1314
|
}
|
|
1294
|
-
var n = this.
|
|
1315
|
+
var n = this.r1.cn(k);
|
|
1295
1316
|
b.i.add1(k);
|
|
1296
1317
|
var o = g.x;
|
|
1297
1318
|
var p = g.x;
|
|
@@ -1321,35 +1342,43 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1321
1342
|
b.g.add(t);
|
|
1322
1343
|
b.k.add(n.width);
|
|
1323
1344
|
b.j.add(n.height);
|
|
1324
|
-
var u = this.
|
|
1345
|
+
var u = this.oz;
|
|
1325
1346
|
if (u == null) {
|
|
1326
|
-
u = this.
|
|
1347
|
+
u = this.o3;
|
|
1327
1348
|
}
|
|
1328
1349
|
if (u == null) {
|
|
1329
|
-
u = a.
|
|
1350
|
+
u = a.oz;
|
|
1330
1351
|
}
|
|
1331
1352
|
b.h.add(u);
|
|
1332
1353
|
};
|
|
1333
|
-
DataToolTipLayer.prototype.
|
|
1354
|
+
DataToolTipLayer.prototype.wj = function (a, b, c) {
|
|
1334
1355
|
var e_6, _a;
|
|
1335
|
-
this.
|
|
1336
|
-
this.
|
|
1356
|
+
this.rp = this.rs();
|
|
1357
|
+
this.rt = this.rw();
|
|
1337
1358
|
var d = a.f;
|
|
1338
1359
|
var e = a.e;
|
|
1339
1360
|
var f = 0;
|
|
1340
|
-
var g = this.
|
|
1341
|
-
this.
|
|
1342
|
-
var h = this.
|
|
1361
|
+
var g = this.r1.b6.item(0);
|
|
1362
|
+
this.r1.b8(g, null);
|
|
1363
|
+
var h = this.r1.b5(g);
|
|
1343
1364
|
if (!Base.equalsStatic(h.target, this.cd)) {
|
|
1344
1365
|
h.target = this.cd;
|
|
1345
1366
|
}
|
|
1346
1367
|
var i = new List$1(String_$type, 0);
|
|
1347
|
-
var j = this.
|
|
1368
|
+
var j = this.rg();
|
|
1348
1369
|
if (j != null) {
|
|
1349
1370
|
try {
|
|
1350
1371
|
for (var _b = tslib_1.__values(fromEnum(j.da())), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1351
1372
|
var k = _c.value;
|
|
1352
|
-
|
|
1373
|
+
if (k.isStacked) {
|
|
1374
|
+
k.la(function (l) {
|
|
1375
|
+
i.add(l.dataLegendKey);
|
|
1376
|
+
return true;
|
|
1377
|
+
});
|
|
1378
|
+
}
|
|
1379
|
+
else {
|
|
1380
|
+
i.add(k.dataLegendKey);
|
|
1381
|
+
}
|
|
1353
1382
|
}
|
|
1354
1383
|
}
|
|
1355
1384
|
catch (e_6_1) {
|
|
@@ -1370,10 +1399,10 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1370
1399
|
else {
|
|
1371
1400
|
h.includedSeries = null;
|
|
1372
1401
|
}
|
|
1373
|
-
this.
|
|
1374
|
-
h.targetCursorPositionX = this.
|
|
1375
|
-
h.targetCursorPositionY = this.
|
|
1376
|
-
var l = this.
|
|
1402
|
+
this.wi(h);
|
|
1403
|
+
h.targetCursorPositionX = this.q5.x;
|
|
1404
|
+
h.targetCursorPositionY = this.q5.y;
|
|
1405
|
+
var l = this.r1.cn(g);
|
|
1377
1406
|
var m = 0;
|
|
1378
1407
|
var n = 0;
|
|
1379
1408
|
var o = 0;
|
|
@@ -1383,9 +1412,9 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1383
1412
|
o = d.x;
|
|
1384
1413
|
p = d.y;
|
|
1385
1414
|
var s = this.b0.bu;
|
|
1386
|
-
var t = this.
|
|
1387
|
-
var u = this.
|
|
1388
|
-
var v = this.
|
|
1415
|
+
var t = this.r1.co();
|
|
1416
|
+
var u = this.ym();
|
|
1417
|
+
var v = this.yi(u, l, e, d);
|
|
1389
1418
|
var w = v.x;
|
|
1390
1419
|
var x = v.y;
|
|
1391
1420
|
{
|
|
@@ -1399,13 +1428,13 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1399
1428
|
b.i.add1(g);
|
|
1400
1429
|
var y = null;
|
|
1401
1430
|
b.h.add(y);
|
|
1402
|
-
this.
|
|
1431
|
+
this.r1.b6.count = 1;
|
|
1403
1432
|
};
|
|
1404
|
-
DataToolTipLayer.prototype.
|
|
1433
|
+
DataToolTipLayer.prototype.t6 = function (a) {
|
|
1405
1434
|
return a.toolTip;
|
|
1406
1435
|
};
|
|
1407
|
-
DataToolTipLayer.prototype.
|
|
1408
|
-
_super.prototype.
|
|
1436
|
+
DataToolTipLayer.prototype.qu = function (a, b) {
|
|
1437
|
+
_super.prototype.qu.call(this, a, b);
|
|
1409
1438
|
var c = a;
|
|
1410
1439
|
var d = c.m.count;
|
|
1411
1440
|
var e = b.bu.left;
|
|
@@ -1414,7 +1443,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1414
1443
|
var h = b.bu.bottom;
|
|
1415
1444
|
for (var i = 0; i < d; i++) {
|
|
1416
1445
|
if (isNaN_(c.l._inner[i]) || isNaN_(c.m._inner[i]) || isNaN_(c.f._inner[i]) || isNaN_(c.g._inner[i])) {
|
|
1417
|
-
this.
|
|
1446
|
+
this.r1.cf(c.i._inner[i]);
|
|
1418
1447
|
continue;
|
|
1419
1448
|
}
|
|
1420
1449
|
var j = c.f._inner[i];
|
|
@@ -1423,7 +1452,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1423
1452
|
var m = c.j._inner[i];
|
|
1424
1453
|
var n = false;
|
|
1425
1454
|
if (n) {
|
|
1426
|
-
this.
|
|
1455
|
+
this.r1.cf(c.i._inner[i]);
|
|
1427
1456
|
continue;
|
|
1428
1457
|
}
|
|
1429
1458
|
var o = c.i._inner[i];
|
|
@@ -1431,27 +1460,27 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1431
1460
|
var q = Math.min(c.g._inner[i], c.m._inner[i]);
|
|
1432
1461
|
var r = c.l._inner[i] - c.f._inner[i];
|
|
1433
1462
|
var s = c.m._inner[i] - c.g._inner[i];
|
|
1434
|
-
this.
|
|
1463
|
+
this.r1.ch(o, p, q, r, s);
|
|
1435
1464
|
}
|
|
1436
1465
|
};
|
|
1437
1466
|
DataToolTipLayer.prototype.em = function () {
|
|
1438
1467
|
return true;
|
|
1439
1468
|
};
|
|
1440
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1469
|
+
Object.defineProperty(DataToolTipLayer.prototype, "rq", {
|
|
1441
1470
|
get: function () {
|
|
1442
|
-
return this.
|
|
1471
|
+
return this.rp;
|
|
1443
1472
|
},
|
|
1444
1473
|
set: function (a) {
|
|
1445
|
-
var b = this.
|
|
1446
|
-
this.
|
|
1447
|
-
if (b != this.
|
|
1448
|
-
this.raisePropertyChanged("ActualGroupedPositionModeX", enumGetBox(DataTooltipGroupedPositionX_$type, b), enumGetBox(DataTooltipGroupedPositionX_$type, this.
|
|
1474
|
+
var b = this.rp;
|
|
1475
|
+
this.rp = a;
|
|
1476
|
+
if (b != this.rp) {
|
|
1477
|
+
this.raisePropertyChanged("ActualGroupedPositionModeX", enumGetBox(DataTooltipGroupedPositionX_$type, b), enumGetBox(DataTooltipGroupedPositionX_$type, this.rp));
|
|
1449
1478
|
}
|
|
1450
1479
|
},
|
|
1451
1480
|
enumerable: true,
|
|
1452
1481
|
configurable: true
|
|
1453
1482
|
});
|
|
1454
|
-
DataToolTipLayer.prototype.
|
|
1483
|
+
DataToolTipLayer.prototype.rs = function () {
|
|
1455
1484
|
var e_7, _a;
|
|
1456
1485
|
if (this.cd == null) {
|
|
1457
1486
|
return 2;
|
|
@@ -1460,7 +1489,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1460
1489
|
var b = false;
|
|
1461
1490
|
var c = false;
|
|
1462
1491
|
var d = false;
|
|
1463
|
-
var e = this.
|
|
1492
|
+
var e = this.rg();
|
|
1464
1493
|
if (e == null) {
|
|
1465
1494
|
return 2;
|
|
1466
1495
|
}
|
|
@@ -1507,12 +1536,12 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1507
1536
|
$ret.add_1(9);
|
|
1508
1537
|
return $ret;
|
|
1509
1538
|
})());
|
|
1510
|
-
var h = g.contains(this.
|
|
1511
|
-
if (this.
|
|
1539
|
+
var h = g.contains(this.rr);
|
|
1540
|
+
if (this.rr != 0) {
|
|
1512
1541
|
if (h && b) {
|
|
1513
1542
|
return 11;
|
|
1514
1543
|
}
|
|
1515
|
-
return this.
|
|
1544
|
+
return this.rr;
|
|
1516
1545
|
}
|
|
1517
1546
|
if (c || d) {
|
|
1518
1547
|
return 11;
|
|
@@ -1525,21 +1554,21 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1525
1554
|
}
|
|
1526
1555
|
return 8;
|
|
1527
1556
|
};
|
|
1528
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1557
|
+
Object.defineProperty(DataToolTipLayer.prototype, "ru", {
|
|
1529
1558
|
get: function () {
|
|
1530
|
-
return this.
|
|
1559
|
+
return this.rt;
|
|
1531
1560
|
},
|
|
1532
1561
|
set: function (a) {
|
|
1533
|
-
var b = this.
|
|
1534
|
-
this.
|
|
1535
|
-
if (b != this.
|
|
1536
|
-
this.raisePropertyChanged("ActualPositionModeY", enumGetBox(DataTooltipGroupedPositionY_$type, b), enumGetBox(DataTooltipGroupedPositionY_$type, this.
|
|
1562
|
+
var b = this.rt;
|
|
1563
|
+
this.rt = a;
|
|
1564
|
+
if (b != this.rt) {
|
|
1565
|
+
this.raisePropertyChanged("ActualPositionModeY", enumGetBox(DataTooltipGroupedPositionY_$type, b), enumGetBox(DataTooltipGroupedPositionY_$type, this.rt));
|
|
1537
1566
|
}
|
|
1538
1567
|
},
|
|
1539
1568
|
enumerable: true,
|
|
1540
1569
|
configurable: true
|
|
1541
1570
|
});
|
|
1542
|
-
DataToolTipLayer.prototype.
|
|
1571
|
+
DataToolTipLayer.prototype.rw = function () {
|
|
1543
1572
|
var e_8, _a;
|
|
1544
1573
|
if (this.cd == null) {
|
|
1545
1574
|
return 11;
|
|
@@ -1547,7 +1576,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1547
1576
|
var a = false;
|
|
1548
1577
|
var b = false;
|
|
1549
1578
|
var c = false;
|
|
1550
|
-
var d = this.
|
|
1579
|
+
var d = this.rg();
|
|
1551
1580
|
if (d == null) {
|
|
1552
1581
|
return 11;
|
|
1553
1582
|
}
|
|
@@ -1591,12 +1620,12 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1591
1620
|
$ret.add_1(9);
|
|
1592
1621
|
return $ret;
|
|
1593
1622
|
})());
|
|
1594
|
-
var g = f.contains(this.
|
|
1595
|
-
if (this.
|
|
1623
|
+
var g = f.contains(this.rv);
|
|
1624
|
+
if (this.rv != 0) {
|
|
1596
1625
|
if (g && !a) {
|
|
1597
1626
|
return 11;
|
|
1598
1627
|
}
|
|
1599
|
-
return this.
|
|
1628
|
+
return this.rv;
|
|
1600
1629
|
}
|
|
1601
1630
|
if (b || c) {
|
|
1602
1631
|
return 11;
|
|
@@ -1609,134 +1638,134 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1609
1638
|
}
|
|
1610
1639
|
return 11;
|
|
1611
1640
|
};
|
|
1612
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1641
|
+
Object.defineProperty(DataToolTipLayer.prototype, "sl", {
|
|
1613
1642
|
get: function () {
|
|
1614
|
-
return this.
|
|
1643
|
+
return this.sc;
|
|
1615
1644
|
},
|
|
1616
1645
|
set: function (a) {
|
|
1617
|
-
var b = this.
|
|
1618
|
-
this.
|
|
1619
|
-
if (b != this.
|
|
1620
|
-
this.raisePropertyChanged("ValueTextStyle", b, this.
|
|
1646
|
+
var b = this.sc;
|
|
1647
|
+
this.sc = a;
|
|
1648
|
+
if (b != this.sc) {
|
|
1649
|
+
this.raisePropertyChanged("ValueTextStyle", b, this.sc);
|
|
1621
1650
|
}
|
|
1622
1651
|
},
|
|
1623
1652
|
enumerable: true,
|
|
1624
1653
|
configurable: true
|
|
1625
1654
|
});
|
|
1626
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1655
|
+
Object.defineProperty(DataToolTipLayer.prototype, "sd", {
|
|
1627
1656
|
get: function () {
|
|
1628
|
-
return this.
|
|
1657
|
+
return this.r4;
|
|
1629
1658
|
},
|
|
1630
1659
|
set: function (a) {
|
|
1631
|
-
var b = this.
|
|
1632
|
-
this.
|
|
1633
|
-
if (b != this.
|
|
1634
|
-
this.raisePropertyChanged("HeaderTextStyle", b, this.
|
|
1660
|
+
var b = this.r4;
|
|
1661
|
+
this.r4 = a;
|
|
1662
|
+
if (b != this.r4) {
|
|
1663
|
+
this.raisePropertyChanged("HeaderTextStyle", b, this.r4);
|
|
1635
1664
|
}
|
|
1636
1665
|
},
|
|
1637
1666
|
enumerable: true,
|
|
1638
1667
|
configurable: true
|
|
1639
1668
|
});
|
|
1640
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1669
|
+
Object.defineProperty(DataToolTipLayer.prototype, "sg", {
|
|
1641
1670
|
get: function () {
|
|
1642
|
-
return this.
|
|
1671
|
+
return this.r7;
|
|
1643
1672
|
},
|
|
1644
1673
|
set: function (a) {
|
|
1645
|
-
var b = this.
|
|
1646
|
-
this.
|
|
1647
|
-
if (b != this.
|
|
1648
|
-
this.raisePropertyChanged("SummaryTitleTextStyle", b, this.
|
|
1674
|
+
var b = this.r7;
|
|
1675
|
+
this.r7 = a;
|
|
1676
|
+
if (b != this.r7) {
|
|
1677
|
+
this.raisePropertyChanged("SummaryTitleTextStyle", b, this.r7);
|
|
1649
1678
|
}
|
|
1650
1679
|
},
|
|
1651
1680
|
enumerable: true,
|
|
1652
1681
|
configurable: true
|
|
1653
1682
|
});
|
|
1654
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1683
|
+
Object.defineProperty(DataToolTipLayer.prototype, "si", {
|
|
1655
1684
|
get: function () {
|
|
1656
|
-
return this.
|
|
1685
|
+
return this.r9;
|
|
1657
1686
|
},
|
|
1658
1687
|
set: function (a) {
|
|
1659
|
-
var b = this.
|
|
1660
|
-
this.
|
|
1661
|
-
if (b != this.
|
|
1662
|
-
this.raisePropertyChanged("SummaryValueTextStyle", b, this.
|
|
1688
|
+
var b = this.r9;
|
|
1689
|
+
this.r9 = a;
|
|
1690
|
+
if (b != this.r9) {
|
|
1691
|
+
this.raisePropertyChanged("SummaryValueTextStyle", b, this.r9);
|
|
1663
1692
|
}
|
|
1664
1693
|
},
|
|
1665
1694
|
enumerable: true,
|
|
1666
1695
|
configurable: true
|
|
1667
1696
|
});
|
|
1668
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1697
|
+
Object.defineProperty(DataToolTipLayer.prototype, "sf", {
|
|
1669
1698
|
get: function () {
|
|
1670
|
-
return this.
|
|
1699
|
+
return this.r6;
|
|
1671
1700
|
},
|
|
1672
1701
|
set: function (a) {
|
|
1673
|
-
var b = this.
|
|
1674
|
-
this.
|
|
1675
|
-
if (b != this.
|
|
1676
|
-
this.raisePropertyChanged("SummaryLabelTextStyle", b, this.
|
|
1702
|
+
var b = this.r6;
|
|
1703
|
+
this.r6 = a;
|
|
1704
|
+
if (b != this.r6) {
|
|
1705
|
+
this.raisePropertyChanged("SummaryLabelTextStyle", b, this.r6);
|
|
1677
1706
|
}
|
|
1678
1707
|
},
|
|
1679
1708
|
enumerable: true,
|
|
1680
1709
|
configurable: true
|
|
1681
1710
|
});
|
|
1682
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1711
|
+
Object.defineProperty(DataToolTipLayer.prototype, "sh", {
|
|
1683
1712
|
get: function () {
|
|
1684
|
-
return this.
|
|
1713
|
+
return this.r8;
|
|
1685
1714
|
},
|
|
1686
1715
|
set: function (a) {
|
|
1687
|
-
var b = this.
|
|
1688
|
-
this.
|
|
1689
|
-
if (b != this.
|
|
1690
|
-
this.raisePropertyChanged("SummaryUnitsTextStyle", b, this.
|
|
1716
|
+
var b = this.r8;
|
|
1717
|
+
this.r8 = a;
|
|
1718
|
+
if (b != this.r8) {
|
|
1719
|
+
this.raisePropertyChanged("SummaryUnitsTextStyle", b, this.r8);
|
|
1691
1720
|
}
|
|
1692
1721
|
},
|
|
1693
1722
|
enumerable: true,
|
|
1694
1723
|
configurable: true
|
|
1695
1724
|
});
|
|
1696
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1725
|
+
Object.defineProperty(DataToolTipLayer.prototype, "sk", {
|
|
1697
1726
|
get: function () {
|
|
1698
|
-
return this.
|
|
1727
|
+
return this.sb;
|
|
1699
1728
|
},
|
|
1700
1729
|
set: function (a) {
|
|
1701
|
-
var b = this.
|
|
1702
|
-
this.
|
|
1703
|
-
if (b != this.
|
|
1704
|
-
this.raisePropertyChanged("UnitsTextStyle", b, this.
|
|
1730
|
+
var b = this.sb;
|
|
1731
|
+
this.sb = a;
|
|
1732
|
+
if (b != this.sb) {
|
|
1733
|
+
this.raisePropertyChanged("UnitsTextStyle", b, this.sb);
|
|
1705
1734
|
}
|
|
1706
1735
|
},
|
|
1707
1736
|
enumerable: true,
|
|
1708
1737
|
configurable: true
|
|
1709
1738
|
});
|
|
1710
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1739
|
+
Object.defineProperty(DataToolTipLayer.prototype, "sj", {
|
|
1711
1740
|
get: function () {
|
|
1712
|
-
return this.
|
|
1741
|
+
return this.sa;
|
|
1713
1742
|
},
|
|
1714
1743
|
set: function (a) {
|
|
1715
|
-
var b = this.
|
|
1716
|
-
this.
|
|
1717
|
-
if (b != this.
|
|
1718
|
-
this.raisePropertyChanged("TitleTextStyle", b, this.
|
|
1744
|
+
var b = this.sa;
|
|
1745
|
+
this.sa = a;
|
|
1746
|
+
if (b != this.sa) {
|
|
1747
|
+
this.raisePropertyChanged("TitleTextStyle", b, this.sa);
|
|
1719
1748
|
}
|
|
1720
1749
|
},
|
|
1721
1750
|
enumerable: true,
|
|
1722
1751
|
configurable: true
|
|
1723
1752
|
});
|
|
1724
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1753
|
+
Object.defineProperty(DataToolTipLayer.prototype, "se", {
|
|
1725
1754
|
get: function () {
|
|
1726
|
-
return this.
|
|
1755
|
+
return this.r5;
|
|
1727
1756
|
},
|
|
1728
1757
|
set: function (a) {
|
|
1729
|
-
var b = this.
|
|
1730
|
-
this.
|
|
1731
|
-
if (b != this.
|
|
1732
|
-
this.raisePropertyChanged("LabelTextStyle", b, this.
|
|
1758
|
+
var b = this.r5;
|
|
1759
|
+
this.r5 = a;
|
|
1760
|
+
if (b != this.r5) {
|
|
1761
|
+
this.raisePropertyChanged("LabelTextStyle", b, this.r5);
|
|
1733
1762
|
}
|
|
1734
1763
|
},
|
|
1735
1764
|
enumerable: true,
|
|
1736
1765
|
configurable: true
|
|
1737
1766
|
});
|
|
1738
1767
|
DataToolTipLayer.$t = markType(DataToolTipLayer, 'DataToolTipLayer', AnnotationLayer.$);
|
|
1739
|
-
DataToolTipLayer.$$p = markDep(DependencyProperty, PropertyMetadata, DataToolTipLayer, 'raisePropertyChanged', ['BadgeMargin:
|
|
1768
|
+
DataToolTipLayer.$$p = markDep(DependencyProperty, PropertyMetadata, DataToolTipLayer, 'raisePropertyChanged', ['BadgeMargin:yo:wm', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'BadgeShape:r3:wn', [LegendItemBadgeShape_$type, enumGetBox(LegendItemBadgeShape_$type, 0)], 'DefaultPositionOffsetX:s2:wo', [1, DeviceUtils.g(10)], 'DefaultPositionOffsetY:s3:wp', [1, DeviceUtils.g(10)], 'ExcludedColumns:q8:wq', [Array_$type, null], 'ExcludedSeries:q9:wr', [Array_$type, null], 'GroupedPositionModeX:rr:ws', [DataTooltipGroupedPositionX_$type, enumGetBox(DataTooltipGroupedPositionX_$type, 0)], 'GroupedPositionModeY:rv:wt', [DataTooltipGroupedPositionY_$type, enumGetBox(DataTooltipGroupedPositionY_$type, 0)], 'GroupingMode:rz:wu', [DataToolTipLayerGroupingMode_$type, enumGetBox(DataToolTipLayerGroupingMode_$type, 0)], 'HeaderFormatCulture:uj:wv', [2, stringEmpty()], 'HeaderFormatDate:rj:ww', [DataLegendHeaderDateMode_$type, enumGetBox(DataLegendHeaderDateMode_$type, 0)], 'HeaderFormatSpecifiers:rc:wx', [Array_$type, null], 'HeaderFormatString:un:wy', [2, null], 'HeaderFormatTime:rk:wz', [DataLegendHeaderTimeMode_$type, enumGetBox(DataLegendHeaderTimeMode_$type, 0)], 'HeaderRowMargin:yp:w0', [Thickness.$, new Thickness(0, 5)], 'HeaderRowVisible:sn:w1', [0, true], 'HeaderTextColor:x9:w2', [Brush.$, null], 'HeaderTextMargin:yq:w3', [Thickness.$, new Thickness(1, 2, 0, 0, 0)], 'HeaderText:us:w4', [2, null], 'IncludedColumns:rd:w5', [Array_$type, null], 'IncludedSeries:re:w6', [Array_$type, null], 'LabelDisplayMode:rl:w7', [DataLegendLabelMode_$type, enumGetBox(DataLegendLabelMode_$type, 0)], 'LabelTextColor:ya:w8', [Brush.$, null], 'LabelTextMargin:yr:w9', [Thickness.$, new Thickness(1, 8, 0, 0, 0)], 'PositionOffsetX:s4:xa', [1, NaN], 'PositionOffsetY:s5:xb', [1, NaN], 'ShouldUpdateWhenSeriesDataChanges:su:xc', [0, true], 'SummaryLabelTextColor:yb:xd', [Brush.$, null], 'SummaryLabelText:u6:xe', [2, null], 'SummaryRowMargin:ys:xf', [Thickness.$, new Thickness(0, 5)], 'SummaryTitleTextColor:yc:xg', [Brush.$, null], 'SummaryTitleTextMargin:yt:xh', [Thickness.$, new Thickness(1, 2, 0, 0, 0)], 'SummaryTitleText:vb:xi', [2, null], 'SummaryType:rm:xj', [DataLegendSummaryType_$type, enumGetBox(DataLegendSummaryType_$type, 0)], 'SummaryUnitsTextColor:yd:xk', [Brush.$, null], 'SummaryUnitsText:vh:xl', [2, null], 'SummaryValueTextColor:ye:xm', [Brush.$, null], 'TargetAxis:rh:xn', [Axis.$, null], 'TitleTextColor:yf:xo', [Brush.$, null], 'TitleTextMargin:yu:xp', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'UnitsDisplayMode:rn:xq', [DataLegendUnitsMode_$type, enumGetBox(DataLegendUnitsMode_$type, 0)], 'UnitsTextColor:yg:xr', [Brush.$, null], 'UnitsTextMargin:yv:xs', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'UnitsText:vs:xt', [2, null], 'UseInterpolation:sv:xu', [0, false], 'ValueFormatAbbreviation:ri:xv', [DataAbbreviationMode_$type, enumGetBox(DataAbbreviationMode_$type, 0)], 'ValueFormatCulture:vz:xw', [2, stringEmpty()], 'ValueFormatMaxFractions:t4:xx', [1, -1], 'ValueFormatMinFractions:t5:xy', [1, -1], 'ValueFormatMode:ro:xz', [DataLegendValueMode_$type, enumGetBox(DataLegendValueMode_$type, 0)], 'ValueFormatSpecifiers:rf:x0', [Array_$type, null], 'ValueFormatString:v5:x1', [2, null], 'ValueFormatUseGrouping:sw:x2', [0, true], 'ValueRowMargin:yw:x3', [Thickness.$, new Thickness(0, 5)], 'ValueRowVisible:sx:x4', [0, true], 'ValueTextColor:yh:x5', [Brush.$, null], 'ValueTextMargin:yx:x6', [Thickness.$, new Thickness(1, 2, 0, 2, 0)], 'ValueTextUseSeriesColors:sy:x7', [0, false], 'ValueTextWhenMissingData:we:x8', [2, "N/A"]]);
|
|
1740
1769
|
return DataToolTipLayer;
|
|
1741
1770
|
}(AnnotationLayer));
|
|
1742
1771
|
export { DataToolTipLayer };
|
|
@@ -1769,7 +1798,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1769
1798
|
};
|
|
1770
1799
|
DataToolTipLayerView.prototype.ca = function () {
|
|
1771
1800
|
var a = new PointerTooltip();
|
|
1772
|
-
a.
|
|
1801
|
+
a.bw(this.e.g9);
|
|
1773
1802
|
a._visibility = 1;
|
|
1774
1803
|
a.ap = this.e.cd.cq.k;
|
|
1775
1804
|
var b = null;
|
|
@@ -1797,7 +1826,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1797
1826
|
};
|
|
1798
1827
|
DataToolTipLayerView.prototype.cd = function (a) {
|
|
1799
1828
|
var b = a;
|
|
1800
|
-
b.
|
|
1829
|
+
b.bz();
|
|
1801
1830
|
b.content = null;
|
|
1802
1831
|
this.b9.remove1(a);
|
|
1803
1832
|
};
|
|
@@ -1828,15 +1857,15 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1828
1857
|
var d = c.ai;
|
|
1829
1858
|
return true;
|
|
1830
1859
|
};
|
|
1831
|
-
DataToolTipLayerView.prototype.
|
|
1860
|
+
DataToolTipLayerView.prototype.cn = function (a) {
|
|
1832
1861
|
var b = a;
|
|
1833
1862
|
var c = new Size(1, Number.POSITIVE_INFINITY, Number.POSITIVE_INFINITY);
|
|
1834
|
-
b.
|
|
1835
|
-
var d = b.
|
|
1836
|
-
b.
|
|
1863
|
+
b.cy = 1;
|
|
1864
|
+
var d = b.cx(new Size(1, Number.POSITIVE_INFINITY, Number.POSITIVE_INFINITY));
|
|
1865
|
+
b.cy = 0;
|
|
1837
1866
|
return d;
|
|
1838
1867
|
};
|
|
1839
|
-
DataToolTipLayerView.prototype.
|
|
1868
|
+
DataToolTipLayerView.prototype.cm = function () {
|
|
1840
1869
|
if (this.e.cd != null) {
|
|
1841
1870
|
var a = this.e.cd.r8();
|
|
1842
1871
|
var b = this.e.cd.cq.a8;
|
|
@@ -1845,7 +1874,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1845
1874
|
}
|
|
1846
1875
|
return Rect.empty;
|
|
1847
1876
|
};
|
|
1848
|
-
DataToolTipLayerView.prototype.
|
|
1877
|
+
DataToolTipLayerView.prototype.cl = function () {
|
|
1849
1878
|
if (this.e.cd != null) {
|
|
1850
1879
|
var a = this.e.cd.r8();
|
|
1851
1880
|
var b = this.e.cd.cq.a8;
|
|
@@ -1854,7 +1883,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1854
1883
|
}
|
|
1855
1884
|
return Rect.empty;
|
|
1856
1885
|
};
|
|
1857
|
-
DataToolTipLayerView.prototype.
|
|
1886
|
+
DataToolTipLayerView.prototype.ck = function () {
|
|
1858
1887
|
var a = 0;
|
|
1859
1888
|
var b = 0;
|
|
1860
1889
|
if (this.e.cd != null) {
|
|
@@ -1867,7 +1896,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1867
1896
|
}
|
|
1868
1897
|
return Rect.empty;
|
|
1869
1898
|
};
|
|
1870
|
-
DataToolTipLayerView.prototype.
|
|
1899
|
+
DataToolTipLayerView.prototype.cj = function (a) {
|
|
1871
1900
|
var b = 0;
|
|
1872
1901
|
var c = 0;
|
|
1873
1902
|
if (this.e.cd != null) {
|
|
@@ -1877,7 +1906,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1877
1906
|
}
|
|
1878
1907
|
return { $type: Point_$type, x: b + a.x, y: c + a.y };
|
|
1879
1908
|
};
|
|
1880
|
-
DataToolTipLayerView.prototype.
|
|
1909
|
+
DataToolTipLayerView.prototype.ch = function (a, b, c, d, e) {
|
|
1881
1910
|
var f = null;
|
|
1882
1911
|
if (this.e.cd != null) {
|
|
1883
1912
|
f = this.e.cd.cq.j.i();
|
|
@@ -1887,18 +1916,18 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1887
1916
|
return;
|
|
1888
1917
|
}
|
|
1889
1918
|
if (d == 0 && e == 0) {
|
|
1890
|
-
g.
|
|
1919
|
+
g.cy = 1;
|
|
1891
1920
|
}
|
|
1892
1921
|
else {
|
|
1893
|
-
g.
|
|
1922
|
+
g.cy = 0;
|
|
1894
1923
|
}
|
|
1895
1924
|
g.aq = f;
|
|
1896
|
-
g.
|
|
1925
|
+
g.cs = { $type: Point_$type, x: d, y: e };
|
|
1897
1926
|
g._visibility = 0;
|
|
1898
1927
|
g.n = b;
|
|
1899
1928
|
g.o = c;
|
|
1900
1929
|
};
|
|
1901
|
-
DataToolTipLayerView.prototype.
|
|
1930
|
+
DataToolTipLayerView.prototype.co = function () {
|
|
1902
1931
|
var a = (window.innerWidth);
|
|
1903
1932
|
var b = (window.innerHeight);
|
|
1904
1933
|
return new Size(1, a, b);
|
|
@@ -1909,7 +1938,10 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1909
1938
|
b._visibility = 1;
|
|
1910
1939
|
}
|
|
1911
1940
|
};
|
|
1912
|
-
DataToolTipLayerView.prototype.
|
|
1941
|
+
DataToolTipLayerView.prototype.ci = function () {
|
|
1942
|
+
if (this.e.cd == null) {
|
|
1943
|
+
this.cg(true);
|
|
1944
|
+
}
|
|
1913
1945
|
};
|
|
1914
1946
|
DataToolTipLayerView.prototype.a6 = function (a, b) {
|
|
1915
1947
|
_super.prototype.a6.call(this, a, b);
|
|
@@ -1925,7 +1957,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1925
1957
|
d += f.y;
|
|
1926
1958
|
}
|
|
1927
1959
|
for (var g = 0; g < this.b9.count; g++) {
|
|
1928
|
-
this.b9._inner[g].
|
|
1960
|
+
this.b9._inner[g].by(this.b9._inner[g].n + c, this.b9._inner[g].o + d);
|
|
1929
1961
|
}
|
|
1930
1962
|
};
|
|
1931
1963
|
DataToolTipLayerView.prototype.al = function (a) {
|
|
@@ -1954,6 +1986,15 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1954
1986
|
var b = a;
|
|
1955
1987
|
return b.ai;
|
|
1956
1988
|
};
|
|
1989
|
+
DataToolTipLayerView.prototype.cg = function (a) {
|
|
1990
|
+
this.aq();
|
|
1991
|
+
for (var b = 0; b < this.b9.count; b++) {
|
|
1992
|
+
this.cf(this.b9._inner[b]);
|
|
1993
|
+
if (a) {
|
|
1994
|
+
this.b9._inner[b].bs();
|
|
1995
|
+
}
|
|
1996
|
+
}
|
|
1997
|
+
};
|
|
1957
1998
|
DataToolTipLayerView.$t = markType(DataToolTipLayerView, 'DataToolTipLayerView', AnnotationLayerView.$);
|
|
1958
1999
|
return DataToolTipLayerView;
|
|
1959
2000
|
}(AnnotationLayerView));
|