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
|
@@ -41,54 +41,54 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41
41
|
tslib_1.__extends(HighDensityScatterSeries, _super);
|
|
42
42
|
function HighDensityScatterSeries() {
|
|
43
43
|
var _this = _super.call(this) || this;
|
|
44
|
-
_this.
|
|
45
|
-
_this.
|
|
46
|
-
_this.rr = 0;
|
|
47
|
-
_this.qk = false;
|
|
48
|
-
_this.q6 = Defaults.aq.o;
|
|
49
|
-
_this.q5 = Defaults.aq.n;
|
|
50
|
-
_this.q4 = Defaults.aq.m;
|
|
51
|
-
_this.q3 = Defaults.aq.l;
|
|
52
|
-
_this.q2 = Defaults.ap.o;
|
|
53
|
-
_this.q1 = Defaults.ap.n;
|
|
54
|
-
_this.q0 = Defaults.ap.m;
|
|
55
|
-
_this.qz = Defaults.ap.l;
|
|
56
|
-
_this.p8 = null;
|
|
57
|
-
_this.qd = null;
|
|
58
|
-
_this.qe = null;
|
|
59
|
-
_this.p9 = null;
|
|
60
|
-
_this.qb = null;
|
|
61
|
-
_this.qm = false;
|
|
44
|
+
_this.qh = null;
|
|
45
|
+
_this.qj = null;
|
|
62
46
|
_this.rs = 0;
|
|
63
|
-
_this.
|
|
47
|
+
_this.ql = false;
|
|
48
|
+
_this.q7 = Defaults.aq.o;
|
|
49
|
+
_this.q6 = Defaults.aq.n;
|
|
50
|
+
_this.q5 = Defaults.aq.m;
|
|
51
|
+
_this.q4 = Defaults.aq.l;
|
|
52
|
+
_this.q3 = Defaults.ap.o;
|
|
53
|
+
_this.q2 = Defaults.ap.n;
|
|
54
|
+
_this.q1 = Defaults.ap.m;
|
|
55
|
+
_this.q0 = Defaults.ap.l;
|
|
56
|
+
_this.p9 = null;
|
|
57
|
+
_this.qe = null;
|
|
58
|
+
_this.qf = null;
|
|
59
|
+
_this.qa = null;
|
|
60
|
+
_this.qc = null;
|
|
61
|
+
_this.qn = false;
|
|
62
|
+
_this.rt = 0;
|
|
63
|
+
_this.rv = 0;
|
|
64
|
+
_this.rp = 0;
|
|
64
65
|
_this.ro = 0;
|
|
65
|
-
_this.rn = 0;
|
|
66
66
|
_this.progressiveLoadStatusChanged = null;
|
|
67
|
-
_this.
|
|
68
|
-
_this.qx = 0;
|
|
69
|
-
_this.qw = 0;
|
|
67
|
+
_this.qs = null;
|
|
70
68
|
_this.qy = 0;
|
|
71
|
-
_this.
|
|
72
|
-
_this.
|
|
73
|
-
_this.rc = 0;
|
|
69
|
+
_this.qx = 0;
|
|
70
|
+
_this.qz = 0;
|
|
74
71
|
_this.re = 0;
|
|
75
|
-
_this.
|
|
76
|
-
_this.
|
|
77
|
-
_this.rh = 0;
|
|
72
|
+
_this.rc = 0;
|
|
73
|
+
_this.rd = 0;
|
|
78
74
|
_this.rf = 0;
|
|
79
|
-
_this.
|
|
75
|
+
_this.rh = 0;
|
|
76
|
+
_this.rj = 0;
|
|
77
|
+
_this.ri = 0;
|
|
78
|
+
_this.rg = 0;
|
|
80
79
|
_this.qu = 0;
|
|
81
80
|
_this.qv = 0;
|
|
82
|
-
_this.
|
|
81
|
+
_this.qw = 0;
|
|
82
|
+
_this.qt = 0;
|
|
83
|
+
_this.rr = 0;
|
|
83
84
|
_this.rq = 0;
|
|
84
|
-
_this.rp = 0;
|
|
85
|
-
_this.p5 = null;
|
|
86
|
-
_this.rt = 0;
|
|
87
|
-
_this.ql = false;
|
|
88
|
-
_this._itemIndexes = null;
|
|
89
85
|
_this.p6 = null;
|
|
90
|
-
_this.
|
|
91
|
-
_this.
|
|
86
|
+
_this.ru = 0;
|
|
87
|
+
_this.qm = false;
|
|
88
|
+
_this._itemIndexes = null;
|
|
89
|
+
_this.p7 = null;
|
|
90
|
+
_this.p4 = null;
|
|
91
|
+
_this.qg = null;
|
|
92
92
|
_this.ab = HighDensityScatterSeries.$;
|
|
93
93
|
_this.el = false;
|
|
94
94
|
return _this;
|
|
@@ -105,15 +105,15 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
105
105
|
HighDensityScatterSeries.prototype.get_ec = function () {
|
|
106
106
|
return true;
|
|
107
107
|
};
|
|
108
|
-
Object.defineProperty(HighDensityScatterSeries.prototype, "
|
|
108
|
+
Object.defineProperty(HighDensityScatterSeries.prototype, "qi", {
|
|
109
109
|
get: function () {
|
|
110
|
-
return this.
|
|
110
|
+
return this.qh;
|
|
111
111
|
},
|
|
112
112
|
set: function (a) {
|
|
113
|
-
if (this.
|
|
114
|
-
var b = this.
|
|
115
|
-
this.
|
|
116
|
-
this.raisePropertyChanged("XColumn", b, this.
|
|
113
|
+
if (this.qh != a) {
|
|
114
|
+
var b = this.qi;
|
|
115
|
+
this.qh = a;
|
|
116
|
+
this.raisePropertyChanged("XColumn", b, this.qi);
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
119
|
enumerable: true,
|
|
@@ -127,15 +127,15 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
127
127
|
var g = new DataLegendSeriesValueInfo();
|
|
128
128
|
g.l = e;
|
|
129
129
|
g.a = 13;
|
|
130
|
-
g.p = this.
|
|
131
|
-
g.q = this.
|
|
132
|
-
g.r = this.
|
|
130
|
+
g.p = this.se != null ? this.se : "X";
|
|
131
|
+
g.q = this.sa != null ? this.sa : "X:";
|
|
132
|
+
g.r = this.sc != null ? this.sc : "";
|
|
133
133
|
var h = new DataLegendSeriesValueInfo();
|
|
134
134
|
h.l = f;
|
|
135
135
|
h.a = 14;
|
|
136
|
-
h.p = this.
|
|
137
|
-
h.q = this.
|
|
138
|
-
g.r = this.
|
|
136
|
+
h.p = this.sm != null ? this.sm : "Y";
|
|
137
|
+
h.q = this.si != null ? this.si : "Y:";
|
|
138
|
+
g.r = this.sk != null ? this.sk : "";
|
|
139
139
|
var i = new DataLegendSeriesContext();
|
|
140
140
|
i.f = ((function () {
|
|
141
141
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -149,72 +149,72 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
149
149
|
HighDensityScatterSeries.prototype.hw = function (a, b) {
|
|
150
150
|
var c = this.jq(b);
|
|
151
151
|
if (c == HighDensityScatterSeries.$$p[10]) {
|
|
152
|
-
return this.hx(a, b, this.
|
|
152
|
+
return this.hx(a, b, this.se);
|
|
153
153
|
}
|
|
154
154
|
if (c == HighDensityScatterSeries.$$p[14]) {
|
|
155
|
-
return this.hx(a, b, this.
|
|
155
|
+
return this.hx(a, b, this.sm);
|
|
156
156
|
}
|
|
157
157
|
return _super.prototype.hw.call(this, a, b);
|
|
158
158
|
};
|
|
159
|
-
Object.defineProperty(HighDensityScatterSeries.prototype, "
|
|
159
|
+
Object.defineProperty(HighDensityScatterSeries.prototype, "qk", {
|
|
160
160
|
get: function () {
|
|
161
|
-
return this.
|
|
161
|
+
return this.qj;
|
|
162
162
|
},
|
|
163
163
|
set: function (a) {
|
|
164
|
-
if (this.
|
|
165
|
-
var b = this.
|
|
166
|
-
this.
|
|
167
|
-
this.raisePropertyChanged("YColumn", b, this.
|
|
164
|
+
if (this.qj != a) {
|
|
165
|
+
var b = this.qk;
|
|
166
|
+
this.qj = a;
|
|
167
|
+
this.raisePropertyChanged("YColumn", b, this.qk);
|
|
168
168
|
}
|
|
169
169
|
},
|
|
170
170
|
enumerable: true,
|
|
171
171
|
configurable: true
|
|
172
172
|
});
|
|
173
|
-
HighDensityScatterSeries.prototype.
|
|
174
|
-
if (this.
|
|
173
|
+
HighDensityScatterSeries.prototype.s1 = function () {
|
|
174
|
+
if (this.p9 == null) {
|
|
175
175
|
return;
|
|
176
176
|
}
|
|
177
|
-
this.
|
|
178
|
-
var a = this.
|
|
179
|
-
a.progressiveThunkCompleted = delegateRemove(a.progressiveThunkCompleted, runOn(this, this.
|
|
180
|
-
this.
|
|
177
|
+
this.p9.s();
|
|
178
|
+
var a = this.p9;
|
|
179
|
+
a.progressiveThunkCompleted = delegateRemove(a.progressiveThunkCompleted, runOn(this, this.so));
|
|
180
|
+
this.p9 = null;
|
|
181
181
|
};
|
|
182
|
-
HighDensityScatterSeries.prototype.
|
|
183
|
-
_super.prototype.
|
|
182
|
+
HighDensityScatterSeries.prototype.l4 = function (a, b, c, d) {
|
|
183
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
184
184
|
switch (b) {
|
|
185
185
|
case "SeriesViewer":
|
|
186
186
|
if (this.cd != null) {
|
|
187
187
|
var e = this.getEffectiveViewport1(this.b0);
|
|
188
|
-
this.
|
|
188
|
+
this.qm = !e.isEmpty;
|
|
189
189
|
}
|
|
190
190
|
break;
|
|
191
191
|
case "FastItemsSource":
|
|
192
|
-
this.
|
|
192
|
+
this.s1();
|
|
193
193
|
if (typeCast(IFastItemsSource_$type, c) != null) {
|
|
194
|
-
c.deregisterColumn(this.
|
|
195
|
-
c.deregisterColumn(this.
|
|
196
|
-
this.
|
|
197
|
-
this.
|
|
194
|
+
c.deregisterColumn(this.qi);
|
|
195
|
+
c.deregisterColumn(this.qk);
|
|
196
|
+
this.qi = null;
|
|
197
|
+
this.qk = null;
|
|
198
198
|
}
|
|
199
199
|
if (typeCast(IFastItemsSource_$type, d) != null) {
|
|
200
|
-
this.
|
|
201
|
-
this.
|
|
200
|
+
this.qi = this.ch(this.se);
|
|
201
|
+
this.qk = this.ch(this.sm);
|
|
202
202
|
}
|
|
203
|
-
if ((this.
|
|
204
|
-
this.
|
|
203
|
+
if ((this.qd != null && !this.qd.c0()) || (this.qb != null && !this.qb.c0())) {
|
|
204
|
+
this.mi(false);
|
|
205
205
|
}
|
|
206
|
-
this.
|
|
206
|
+
this.lq();
|
|
207
207
|
break;
|
|
208
208
|
case HighDensityScatterSeries.$$p[7]:
|
|
209
|
-
var f = this.
|
|
210
|
-
this.
|
|
211
|
-
this.
|
|
209
|
+
var f = this.qa;
|
|
210
|
+
this.qa = this.qb;
|
|
211
|
+
this.s1();
|
|
212
212
|
if (f != null) {
|
|
213
|
-
f.rangeChanged = delegateRemove(f.rangeChanged, runOn(this, this.
|
|
213
|
+
f.rangeChanged = delegateRemove(f.rangeChanged, runOn(this, this.sr));
|
|
214
214
|
}
|
|
215
|
-
if (this.
|
|
216
|
-
var g = this.
|
|
217
|
-
g.rangeChanged = delegateCombine(g.rangeChanged, runOn(this, this.
|
|
215
|
+
if (this.qa != null) {
|
|
216
|
+
var g = this.qa;
|
|
217
|
+
g.rangeChanged = delegateCombine(g.rangeChanged, runOn(this, this.sr));
|
|
218
218
|
}
|
|
219
219
|
if (c != null) {
|
|
220
220
|
c.bz(this);
|
|
@@ -222,20 +222,20 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
222
222
|
if (d != null) {
|
|
223
223
|
d.cs(this);
|
|
224
224
|
}
|
|
225
|
-
if ((this.
|
|
226
|
-
this.
|
|
225
|
+
if ((this.qb != null && !this.qb.c0()) || (d == null && c != null)) {
|
|
226
|
+
this.mi(false);
|
|
227
227
|
}
|
|
228
228
|
break;
|
|
229
229
|
case HighDensityScatterSeries.$$p[11]:
|
|
230
|
-
var h = this.
|
|
231
|
-
this.
|
|
232
|
-
this.
|
|
230
|
+
var h = this.qc;
|
|
231
|
+
this.qc = this.qd;
|
|
232
|
+
this.s1();
|
|
233
233
|
if (h != null) {
|
|
234
|
-
h.rangeChanged = delegateRemove(h.rangeChanged, runOn(this, this.
|
|
234
|
+
h.rangeChanged = delegateRemove(h.rangeChanged, runOn(this, this.sr));
|
|
235
235
|
}
|
|
236
|
-
if (this.
|
|
237
|
-
var i = this.
|
|
238
|
-
i.rangeChanged = delegateCombine(i.rangeChanged, runOn(this, this.
|
|
236
|
+
if (this.qc != null) {
|
|
237
|
+
var i = this.qc;
|
|
238
|
+
i.rangeChanged = delegateCombine(i.rangeChanged, runOn(this, this.sr));
|
|
239
239
|
}
|
|
240
240
|
if (c != null) {
|
|
241
241
|
c.bz(this);
|
|
@@ -243,102 +243,109 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
243
243
|
if (d != null) {
|
|
244
244
|
d.cs(this);
|
|
245
245
|
}
|
|
246
|
-
if ((this.
|
|
247
|
-
this.
|
|
246
|
+
if ((this.qd != null && !this.qd.c0()) || (d == null && c != null)) {
|
|
247
|
+
this.mi(false);
|
|
248
248
|
}
|
|
249
249
|
break;
|
|
250
250
|
case "MouseOverEnabled":
|
|
251
|
-
this.
|
|
252
|
-
this.
|
|
251
|
+
this.qn = this.el;
|
|
252
|
+
this.mi(false);
|
|
253
253
|
break;
|
|
254
254
|
case HighDensityScatterSeries.$$p[10]:
|
|
255
255
|
if (this.ck != null) {
|
|
256
|
-
this.ck.deregisterColumn(this.
|
|
257
|
-
this.
|
|
256
|
+
this.ck.deregisterColumn(this.qi);
|
|
257
|
+
this.qi = this.ch(this.se);
|
|
258
258
|
}
|
|
259
259
|
break;
|
|
260
260
|
case "XColumn":
|
|
261
|
-
this.
|
|
262
|
-
if (this.
|
|
263
|
-
this.
|
|
261
|
+
this.s1();
|
|
262
|
+
if (this.qb != null && !this.qb.c0()) {
|
|
263
|
+
this.mi(false);
|
|
264
264
|
}
|
|
265
|
-
this.
|
|
265
|
+
this.lq();
|
|
266
266
|
break;
|
|
267
267
|
case HighDensityScatterSeries.$$p[14]:
|
|
268
268
|
if (this.ck != null) {
|
|
269
|
-
this.ck.deregisterColumn(this.
|
|
270
|
-
this.
|
|
269
|
+
this.ck.deregisterColumn(this.qk);
|
|
270
|
+
this.qk = this.ch(this.sm);
|
|
271
271
|
}
|
|
272
272
|
break;
|
|
273
273
|
case "YColumn":
|
|
274
|
-
this.
|
|
275
|
-
if (this.
|
|
276
|
-
this.
|
|
274
|
+
this.s1();
|
|
275
|
+
if (this.qd != null && !this.qd.c0()) {
|
|
276
|
+
this.mi(false);
|
|
277
277
|
}
|
|
278
|
-
this.
|
|
278
|
+
this.lq();
|
|
279
279
|
break;
|
|
280
280
|
case HighDensityScatterSeries.$$p[6]:
|
|
281
|
-
this.
|
|
282
|
-
this.
|
|
283
|
-
this.
|
|
281
|
+
this.s1();
|
|
282
|
+
this.mi(false);
|
|
283
|
+
this.lp();
|
|
284
284
|
break;
|
|
285
285
|
case HighDensityScatterSeries.$$p[3]:
|
|
286
|
-
this.
|
|
287
|
-
this.
|
|
286
|
+
this.mi(false);
|
|
287
|
+
this.lp();
|
|
288
288
|
break;
|
|
289
289
|
case HighDensityScatterSeries.$$p[1]:
|
|
290
|
-
this.
|
|
291
|
-
this.
|
|
290
|
+
this.mi(false);
|
|
291
|
+
this.lp();
|
|
292
292
|
break;
|
|
293
293
|
case HighDensityScatterSeries.$$p[0]:
|
|
294
294
|
case HighDensityScatterSeries.$$p[2]:
|
|
295
|
-
if (!this.
|
|
295
|
+
if (!this.p8.b1(this.tk, this.tj)) {
|
|
296
296
|
return;
|
|
297
297
|
}
|
|
298
|
-
this.
|
|
299
|
-
this.
|
|
300
|
-
this.
|
|
298
|
+
this.sv();
|
|
299
|
+
this.mi(false);
|
|
300
|
+
this.lp();
|
|
301
301
|
break;
|
|
302
302
|
case HighDensityScatterSeries.$$p[4]:
|
|
303
|
-
this.
|
|
304
|
-
this.
|
|
305
|
-
this.
|
|
306
|
-
this.
|
|
303
|
+
this.rs = Math.max(typeGetValue(d) - 1, 0);
|
|
304
|
+
this.ql = this.rs > 0;
|
|
305
|
+
this.mi(false);
|
|
306
|
+
this.lp();
|
|
307
307
|
break;
|
|
308
308
|
case HighDensityScatterSeries.$$p[5]:
|
|
309
|
-
this.
|
|
310
|
-
this.
|
|
309
|
+
this.mi(false);
|
|
310
|
+
this.lp();
|
|
311
311
|
break;
|
|
312
312
|
}
|
|
313
313
|
};
|
|
314
|
-
HighDensityScatterSeries.prototype.
|
|
315
|
-
this.
|
|
316
|
-
this.
|
|
317
|
-
this.
|
|
318
|
-
this.
|
|
319
|
-
this.
|
|
320
|
-
this.
|
|
321
|
-
this.
|
|
322
|
-
this.
|
|
323
|
-
this.
|
|
324
|
-
this.
|
|
314
|
+
HighDensityScatterSeries.prototype.sv = function () {
|
|
315
|
+
this.q4 = this.tk.l;
|
|
316
|
+
this.q7 = this.tk.o;
|
|
317
|
+
this.q6 = this.tk.n;
|
|
318
|
+
this.q5 = this.tk.m;
|
|
319
|
+
this.q0 = this.tj.l;
|
|
320
|
+
this.q3 = this.tj.o;
|
|
321
|
+
this.q2 = this.tj.n;
|
|
322
|
+
this.q1 = this.tj.m;
|
|
323
|
+
this.o8 = BrushUtil.g(truncate(this.q4), truncate(this.q7), truncate(this.q6), truncate(this.q5));
|
|
324
|
+
this.o3 = BrushUtil.g(truncate(this.q0), truncate(this.q3), truncate(this.q2), truncate(this.q1));
|
|
325
325
|
};
|
|
326
|
-
HighDensityScatterSeries.prototype.
|
|
326
|
+
HighDensityScatterSeries.prototype.qp = function (a) {
|
|
327
327
|
if (typeCast(NumericYAxis.$, a) !== null) {
|
|
328
328
|
return true;
|
|
329
329
|
}
|
|
330
330
|
return false;
|
|
331
331
|
};
|
|
332
|
-
HighDensityScatterSeries.prototype.
|
|
332
|
+
HighDensityScatterSeries.prototype.qo = function (a) {
|
|
333
333
|
if (typeCast(NumericXAxis.$, a) !== null) {
|
|
334
334
|
return true;
|
|
335
335
|
}
|
|
336
336
|
return false;
|
|
337
337
|
};
|
|
338
|
-
HighDensityScatterSeries.prototype.
|
|
339
|
-
this.
|
|
340
|
-
this.
|
|
338
|
+
HighDensityScatterSeries.prototype.sr = function (a, b) {
|
|
339
|
+
this.s1();
|
|
340
|
+
this.mi(false);
|
|
341
341
|
};
|
|
342
|
+
Object.defineProperty(HighDensityScatterSeries.prototype, "rb", {
|
|
343
|
+
get: function () {
|
|
344
|
+
return this.q3 - this.q7;
|
|
345
|
+
},
|
|
346
|
+
enumerable: true,
|
|
347
|
+
configurable: true
|
|
348
|
+
});
|
|
342
349
|
Object.defineProperty(HighDensityScatterSeries.prototype, "ra", {
|
|
343
350
|
get: function () {
|
|
344
351
|
return this.q2 - this.q6;
|
|
@@ -360,44 +367,37 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
360
367
|
enumerable: true,
|
|
361
368
|
configurable: true
|
|
362
369
|
});
|
|
363
|
-
Object.defineProperty(HighDensityScatterSeries.prototype, "q7", {
|
|
364
|
-
get: function () {
|
|
365
|
-
return this.qz - this.q3;
|
|
366
|
-
},
|
|
367
|
-
enumerable: true,
|
|
368
|
-
configurable: true
|
|
369
|
-
});
|
|
370
370
|
HighDensityScatterSeries.prototype.e9 = function (a, b, c) {
|
|
371
371
|
var d = _super.prototype.e9.call(this, a, b, c);
|
|
372
|
-
if (this.
|
|
372
|
+
if (this.qd == null || this.qb == null || this.qb.bh == null || this.qd.bh == null || this.qk == null || this.qi == null || this.qk.count < 1 || this.qi.count < 1 || this.qk.count != this.qi.count || this.qb.lv == this.qb.lu || this.qd.lv == this.qd.lu || this.pz.isEmpty) {
|
|
373
373
|
d = false;
|
|
374
374
|
}
|
|
375
375
|
return d;
|
|
376
376
|
};
|
|
377
|
-
Object.defineProperty(HighDensityScatterSeries.prototype, "
|
|
377
|
+
Object.defineProperty(HighDensityScatterSeries.prototype, "rz", {
|
|
378
378
|
get: function () {
|
|
379
|
-
return this.
|
|
379
|
+
return this.rt;
|
|
380
380
|
},
|
|
381
381
|
set: function (a) {
|
|
382
|
-
var b = this.
|
|
383
|
-
this.
|
|
384
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
382
|
+
var b = this.rt;
|
|
383
|
+
this.rt = a;
|
|
384
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.rt);
|
|
385
385
|
},
|
|
386
386
|
enumerable: true,
|
|
387
387
|
configurable: true
|
|
388
388
|
});
|
|
389
|
-
HighDensityScatterSeries.prototype.
|
|
390
|
-
_super.prototype.
|
|
391
|
-
this.
|
|
389
|
+
HighDensityScatterSeries.prototype.mj = function (a) {
|
|
390
|
+
_super.prototype.mj.call(this, a);
|
|
391
|
+
this.st(a, this.b0);
|
|
392
392
|
};
|
|
393
|
-
HighDensityScatterSeries.prototype.
|
|
393
|
+
HighDensityScatterSeries.prototype.st = function (a, b) {
|
|
394
394
|
if (this.cx(b)) {
|
|
395
395
|
return;
|
|
396
396
|
}
|
|
397
|
-
if (this.
|
|
398
|
-
var c = new List$1(KDPointData.$, 2, this.
|
|
399
|
-
var d = this.
|
|
400
|
-
var e = this.
|
|
397
|
+
if (this.p9 == null && !this.qr) {
|
|
398
|
+
var c = new List$1(KDPointData.$, 2, this.qi.count);
|
|
399
|
+
var d = this.qb;
|
|
400
|
+
var e = this.qd;
|
|
401
401
|
var f = new Rect(0, 0, 0, 1, 1);
|
|
402
402
|
var g = new Rect(0, 0, 0, 1, 1);
|
|
403
403
|
var h = new ScalerParams(1, f, g, d.cg);
|
|
@@ -405,8 +405,8 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
405
405
|
var j_1;
|
|
406
406
|
var k_1;
|
|
407
407
|
var _loop_1 = function (l) {
|
|
408
|
-
j_1 = d.ei(this_1.
|
|
409
|
-
k_1 = e.ei(this_1.
|
|
408
|
+
j_1 = d.ei(this_1.qi.item(l), h);
|
|
409
|
+
k_1 = e.ei(this_1.qk.item(l), i);
|
|
410
410
|
if (!isNaN_(j_1) && !isNaN_(k_1) && !isInfinity(j_1) && !isInfinity(k_1)) {
|
|
411
411
|
c.add(((function () {
|
|
412
412
|
var $ret = new KDPointData();
|
|
@@ -418,57 +418,57 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
418
418
|
}
|
|
419
419
|
};
|
|
420
420
|
var this_1 = this;
|
|
421
|
-
for (var l = 0; l < this.
|
|
421
|
+
for (var l = 0; l < this.qi.count; l++) {
|
|
422
422
|
_loop_1(l);
|
|
423
423
|
}
|
|
424
|
-
if (this.
|
|
425
|
-
this.
|
|
426
|
-
this.
|
|
427
|
-
this.
|
|
424
|
+
if (this.qq) {
|
|
425
|
+
this.ro = 1;
|
|
426
|
+
this.rp = truncate(logBase(c.count, 2)) + 3;
|
|
427
|
+
this.rz = truncate(((this.ro / this.rp) * 100));
|
|
428
428
|
if (this.progressiveLoadStatusChanged != null) {
|
|
429
|
-
this.progressiveLoadStatusChanged(this, new ProgressiveLoadStatusEventArgs(this.
|
|
429
|
+
this.progressiveLoadStatusChanged(this, new ProgressiveLoadStatusEventArgs(this.rz));
|
|
430
430
|
}
|
|
431
|
-
this.
|
|
432
|
-
var m = this.
|
|
433
|
-
m.progressiveThunkCompleted = delegateCombine(m.progressiveThunkCompleted, runOn(this, this.
|
|
434
|
-
if (!this.
|
|
435
|
-
var n = this.
|
|
436
|
-
n.progressiveThunkCompleted = delegateRemove(n.progressiveThunkCompleted, runOn(this, this.
|
|
431
|
+
this.p9 = KDTree2D.b(c.toArray(), 1);
|
|
432
|
+
var m = this.p9;
|
|
433
|
+
m.progressiveThunkCompleted = delegateCombine(m.progressiveThunkCompleted, runOn(this, this.so));
|
|
434
|
+
if (!this.p9.f(this.g9)) {
|
|
435
|
+
var n = this.p9;
|
|
436
|
+
n.progressiveThunkCompleted = delegateRemove(n.progressiveThunkCompleted, runOn(this, this.so));
|
|
437
437
|
}
|
|
438
|
-
this.
|
|
438
|
+
this.lp();
|
|
439
439
|
}
|
|
440
440
|
else {
|
|
441
441
|
var o = dateNow();
|
|
442
|
-
this.
|
|
442
|
+
this.p9 = new KDTree2D(0, c.toArray(), 1);
|
|
443
443
|
var p = dateNow();
|
|
444
444
|
}
|
|
445
445
|
}
|
|
446
|
-
if (this.
|
|
447
|
-
this.
|
|
446
|
+
if (this.qq && !this.qr) {
|
|
447
|
+
this.su(b);
|
|
448
448
|
}
|
|
449
449
|
else {
|
|
450
|
-
this.
|
|
450
|
+
this.sw(b);
|
|
451
451
|
}
|
|
452
452
|
};
|
|
453
453
|
HighDensityScatterSeries.prototype.k0 = function (a, b, c, d) {
|
|
454
454
|
_super.prototype.k0.call(this, a, b, c, d);
|
|
455
|
-
this.
|
|
455
|
+
this.s1();
|
|
456
456
|
var e = false;
|
|
457
|
-
if (this.
|
|
457
|
+
if (this.qb != null && !this.qb.c0()) {
|
|
458
458
|
e = true;
|
|
459
459
|
}
|
|
460
|
-
if (this.
|
|
460
|
+
if (this.qd != null && !this.qd.c0()) {
|
|
461
461
|
e = true;
|
|
462
462
|
}
|
|
463
463
|
if (e) {
|
|
464
|
-
this.
|
|
464
|
+
this.mi(false);
|
|
465
465
|
}
|
|
466
|
-
this.
|
|
466
|
+
this.lq();
|
|
467
467
|
};
|
|
468
|
-
HighDensityScatterSeries.prototype.
|
|
468
|
+
HighDensityScatterSeries.prototype.sq = function (a) {
|
|
469
469
|
var b = a;
|
|
470
|
-
var c = this.
|
|
471
|
-
if (this.
|
|
470
|
+
var c = this.rr * this.rq;
|
|
471
|
+
if (this.qn) {
|
|
472
472
|
if (this._itemIndexes == null || this._itemIndexes.length != c) {
|
|
473
473
|
this._itemIndexes = new Array(c);
|
|
474
474
|
for (var d = 0; d < c; d++) {
|
|
@@ -482,7 +482,7 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
482
482
|
}
|
|
483
483
|
}
|
|
484
484
|
};
|
|
485
|
-
HighDensityScatterSeries.prototype.
|
|
485
|
+
HighDensityScatterSeries.prototype.sw = function (a) {
|
|
486
486
|
var b;
|
|
487
487
|
var c;
|
|
488
488
|
var d = null;
|
|
@@ -494,179 +494,179 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
494
494
|
b = e.p1;
|
|
495
495
|
var f = a;
|
|
496
496
|
var g = this.getEffectiveViewport1(a);
|
|
497
|
-
this.
|
|
498
|
-
this.
|
|
499
|
-
this.so(a);
|
|
497
|
+
this.qe = new ScalerParams(0, b, c, this.qa.cg, g);
|
|
498
|
+
this.qf = new ScalerParams(0, b, c, this.qc.cg, g);
|
|
500
499
|
this.sp(a);
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
this.
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
var
|
|
508
|
-
var
|
|
500
|
+
this.sq(a);
|
|
501
|
+
var h = this.rr * this.rq;
|
|
502
|
+
if (this.p7 == null || this.p7.length != h) {
|
|
503
|
+
this.p7 = new Array(h);
|
|
504
|
+
this.p4 = new Array(h);
|
|
505
|
+
}
|
|
506
|
+
var i = this.p7.length;
|
|
507
|
+
var j = this.p7;
|
|
508
|
+
var k = this.p4;
|
|
509
509
|
for (var l = 0; l < i; l++) {
|
|
510
510
|
j[l] = 0;
|
|
511
511
|
k[l] = 0;
|
|
512
512
|
}
|
|
513
|
-
this.
|
|
514
|
-
this.
|
|
515
|
-
var m = this.
|
|
516
|
-
var n = this.
|
|
513
|
+
this.rv = truncate(Math.round(this.ft));
|
|
514
|
+
this.p6 = f.by();
|
|
515
|
+
var m = this.p6.length;
|
|
516
|
+
var n = this.p6;
|
|
517
517
|
for (var o = 0; o < m; o++) {
|
|
518
518
|
n[o] = 0;
|
|
519
519
|
}
|
|
520
|
-
var p = this.
|
|
521
|
-
var q = this.
|
|
520
|
+
var p = this.rm;
|
|
521
|
+
var q = this.rl;
|
|
522
522
|
if (isNaN_(p) || isInfinity(p)) {
|
|
523
523
|
p = 0;
|
|
524
524
|
}
|
|
525
525
|
if (isNaN_(q) || isInfinity(q)) {
|
|
526
526
|
q = 50;
|
|
527
527
|
}
|
|
528
|
-
this.
|
|
529
|
-
this.
|
|
528
|
+
this.qy = Math.min(p, q);
|
|
529
|
+
this.qx = Math.max(p, q);
|
|
530
|
+
if (this.qy < 0) {
|
|
531
|
+
this.qy = 0;
|
|
532
|
+
}
|
|
530
533
|
if (this.qx < 0) {
|
|
531
534
|
this.qx = 0;
|
|
532
535
|
}
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
this.qy = this.qw - this.qx;
|
|
537
|
-
if (this.qq) {
|
|
538
|
-
this.sr(a);
|
|
536
|
+
this.qz = this.qx - this.qy;
|
|
537
|
+
if (this.qr) {
|
|
538
|
+
this.ss(a);
|
|
539
539
|
}
|
|
540
540
|
else {
|
|
541
|
-
this.
|
|
541
|
+
this.s3(a);
|
|
542
542
|
}
|
|
543
543
|
f.b9();
|
|
544
544
|
if (a.q) {
|
|
545
545
|
this._itemIndexes = d;
|
|
546
|
-
this.
|
|
546
|
+
this.p8.ca();
|
|
547
547
|
}
|
|
548
548
|
};
|
|
549
|
-
HighDensityScatterSeries.prototype.
|
|
550
|
-
if (this.
|
|
549
|
+
HighDensityScatterSeries.prototype.su = function (a) {
|
|
550
|
+
if (this.p9 == null) {
|
|
551
551
|
return;
|
|
552
552
|
}
|
|
553
|
-
this.
|
|
553
|
+
this.sw(a);
|
|
554
554
|
};
|
|
555
|
-
HighDensityScatterSeries.prototype.
|
|
555
|
+
HighDensityScatterSeries.prototype.so = function (a, b) {
|
|
556
556
|
var _this = this;
|
|
557
|
-
this.
|
|
558
|
-
if (_this.
|
|
559
|
-
_this.
|
|
557
|
+
this.p8.b8(function () {
|
|
558
|
+
if (_this.ro < _this.rp - 1) {
|
|
559
|
+
_this.ro++;
|
|
560
560
|
}
|
|
561
|
-
_this.
|
|
561
|
+
_this.rz = truncate(((_this.ro / _this.rp) * 100));
|
|
562
562
|
if (_this.progressiveLoadStatusChanged != null) {
|
|
563
|
-
_this.progressiveLoadStatusChanged(_this, new ProgressiveLoadStatusEventArgs(_this.
|
|
563
|
+
_this.progressiveLoadStatusChanged(_this, new ProgressiveLoadStatusEventArgs(_this.rz));
|
|
564
564
|
}
|
|
565
|
-
_this.
|
|
566
|
-
_this.
|
|
567
|
-
if (_this.
|
|
568
|
-
if (!_this.
|
|
569
|
-
var c = _this.
|
|
570
|
-
c.progressiveThunkCompleted = delegateRemove(c.progressiveThunkCompleted, runOn(_this, _this.
|
|
571
|
-
_this.
|
|
565
|
+
_this.su(_this.b0);
|
|
566
|
+
_this.lp();
|
|
567
|
+
if (_this.p9 != null) {
|
|
568
|
+
if (!_this.p9.f(_this.g9)) {
|
|
569
|
+
var c = _this.p9;
|
|
570
|
+
c.progressiveThunkCompleted = delegateRemove(c.progressiveThunkCompleted, runOn(_this, _this.so));
|
|
571
|
+
_this.rz = 100;
|
|
572
572
|
if (_this.progressiveLoadStatusChanged != null) {
|
|
573
|
-
_this.progressiveLoadStatusChanged(_this, new ProgressiveLoadStatusEventArgs(_this.
|
|
573
|
+
_this.progressiveLoadStatusChanged(_this, new ProgressiveLoadStatusEventArgs(_this.rz));
|
|
574
574
|
}
|
|
575
575
|
}
|
|
576
576
|
}
|
|
577
577
|
});
|
|
578
578
|
};
|
|
579
|
-
HighDensityScatterSeries.prototype.
|
|
580
|
-
var b = arrayShallowClone(this.
|
|
581
|
-
this.
|
|
582
|
-
var c = arrayShallowClone(this.
|
|
583
|
-
this.
|
|
584
|
-
var d = this.
|
|
585
|
-
var e = this.
|
|
586
|
-
var f = this.
|
|
587
|
-
this.
|
|
588
|
-
var g = 255 << 24 | truncate(this.
|
|
579
|
+
HighDensityScatterSeries.prototype.ss = function (a) {
|
|
580
|
+
var b = arrayShallowClone(this.qi.asArray());
|
|
581
|
+
this.qb.hm(boxArray$1(b), 0, b.length, this.qe);
|
|
582
|
+
var c = arrayShallowClone(this.qk.asArray());
|
|
583
|
+
this.ru = 0;
|
|
584
|
+
var d = this.rs;
|
|
585
|
+
var e = this.ql;
|
|
586
|
+
var f = this.p7.length;
|
|
587
|
+
this.qd.hm(boxArray$1(c), 0, c.length, this.qf);
|
|
588
|
+
var g = 255 << 24 | truncate(this.q7) << 16 | truncate(this.q6) << 8 | truncate(this.q5);
|
|
589
589
|
for (var h = 0; h < b.length; h++) {
|
|
590
590
|
var i = truncate(b[h]);
|
|
591
591
|
var j = truncate(c[h]);
|
|
592
592
|
i = truncate(Math.floor(i));
|
|
593
593
|
j = truncate(Math.floor(j));
|
|
594
|
-
if (i < 0 || i >= this.
|
|
594
|
+
if (i < 0 || i >= this.rr || j < 0 || j >= this.rq) {
|
|
595
595
|
continue;
|
|
596
596
|
}
|
|
597
597
|
if (e) {
|
|
598
598
|
var k = i - d;
|
|
599
599
|
var l = i + d;
|
|
600
|
-
l = l > (this.
|
|
600
|
+
l = l > (this.rr - 1) ? (this.rr - 1) : l;
|
|
601
601
|
k = k < 0 ? 0 : k;
|
|
602
602
|
var m = j + d;
|
|
603
603
|
var n = j - d;
|
|
604
604
|
for (var o = k; o <= l; o++) {
|
|
605
605
|
for (var p = n; p <= m; p++) {
|
|
606
|
-
var q = (p * this.
|
|
606
|
+
var q = (p * this.rr) + o;
|
|
607
607
|
if (q < 0 || q > f - 1) {
|
|
608
608
|
continue;
|
|
609
609
|
}
|
|
610
|
-
this.
|
|
611
|
-
this.
|
|
612
|
-
this.
|
|
613
|
-
if (this.
|
|
610
|
+
this.p7[q] = this.p7[q] + 1;
|
|
611
|
+
this.p4[q] = 1;
|
|
612
|
+
this.ru++;
|
|
613
|
+
if (this.qn) {
|
|
614
614
|
this._itemIndexes[q] = h + 1;
|
|
615
615
|
}
|
|
616
616
|
}
|
|
617
617
|
}
|
|
618
618
|
}
|
|
619
619
|
else {
|
|
620
|
-
var r = (j * this.
|
|
621
|
-
this.
|
|
622
|
-
this.
|
|
623
|
-
this.
|
|
624
|
-
if (this.
|
|
620
|
+
var r = (j * this.rr) + i;
|
|
621
|
+
this.p7[r] = this.p7[r] + 1;
|
|
622
|
+
this.p4[r] = 1;
|
|
623
|
+
this.ru++;
|
|
624
|
+
if (this.qn) {
|
|
625
625
|
this._itemIndexes[r] = h + 1;
|
|
626
626
|
}
|
|
627
627
|
}
|
|
628
628
|
}
|
|
629
|
-
this.
|
|
629
|
+
this.sx();
|
|
630
630
|
};
|
|
631
|
-
HighDensityScatterSeries.prototype.
|
|
631
|
+
HighDensityScatterSeries.prototype.s3 = function (a) {
|
|
632
632
|
var b;
|
|
633
633
|
var c;
|
|
634
634
|
var d = a.getViewInfo(b, c);
|
|
635
635
|
b = d.p0;
|
|
636
636
|
c = d.p1;
|
|
637
|
-
if (this.
|
|
637
|
+
if (this.p9 == null) {
|
|
638
638
|
return;
|
|
639
639
|
}
|
|
640
|
-
if (this.
|
|
641
|
-
this.
|
|
640
|
+
if (this.qs == null) {
|
|
641
|
+
this.qs = new List$1(KDTreeNode2D.$, 2, truncate(Math.round(b.width * b.height)));
|
|
642
642
|
}
|
|
643
643
|
else {
|
|
644
|
-
this.
|
|
644
|
+
this.qs.clear();
|
|
645
645
|
}
|
|
646
646
|
var e = c.left;
|
|
647
647
|
var f = c.right;
|
|
648
648
|
var g = c.top;
|
|
649
649
|
var h = c.bottom;
|
|
650
|
-
this.
|
|
651
|
-
this.
|
|
652
|
-
this.
|
|
653
|
-
this.
|
|
654
|
-
this.
|
|
655
|
-
this.
|
|
656
|
-
this.
|
|
657
|
-
this.
|
|
650
|
+
this.ri = c.top;
|
|
651
|
+
this.rg = c.height;
|
|
652
|
+
this.rh = c.left;
|
|
653
|
+
this.rj = c.width;
|
|
654
|
+
this.re = b.top;
|
|
655
|
+
this.rc = b.height;
|
|
656
|
+
this.rd = b.left;
|
|
657
|
+
this.rf = b.width;
|
|
658
658
|
var i = this.getEffectiveViewport1(a);
|
|
659
|
-
this.
|
|
660
|
-
this.
|
|
661
|
-
var j = (i.right - this.
|
|
662
|
-
this.
|
|
663
|
-
var k = (i.bottom - this.
|
|
664
|
-
this.
|
|
665
|
-
if (this.
|
|
666
|
-
e = (e - this.
|
|
667
|
-
f = (f - this.
|
|
668
|
-
g = (g - this.
|
|
669
|
-
h = (h - this.
|
|
659
|
+
this.qu = (i.left - this.rd) / this.rf;
|
|
660
|
+
this.qv = (i.top - this.re) / this.rc;
|
|
661
|
+
var j = (i.right - this.rd) / this.rf;
|
|
662
|
+
this.qw = j - this.qu;
|
|
663
|
+
var k = (i.bottom - this.re) / this.rc;
|
|
664
|
+
this.qt = k - this.qv;
|
|
665
|
+
if (this.qm) {
|
|
666
|
+
e = (e - this.qu) / this.qw;
|
|
667
|
+
f = (f - this.qu) / this.qw;
|
|
668
|
+
g = (g - this.qv) / this.qt;
|
|
669
|
+
h = (h - this.qv) / this.qt;
|
|
670
670
|
}
|
|
671
671
|
var l = this.ft / b.width * c.width;
|
|
672
672
|
var m = this.ft / b.height * c.height;
|
|
@@ -682,16 +682,16 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
682
682
|
$ret.g = 0x7FFFFFFF;
|
|
683
683
|
return $ret;
|
|
684
684
|
})());
|
|
685
|
-
this.
|
|
685
|
+
this.p9.t(this.qs, o, 0, 1, 0, 1);
|
|
686
686
|
var p;
|
|
687
|
-
this.
|
|
688
|
-
for (var q = 0; q < this.
|
|
689
|
-
p = this.
|
|
690
|
-
this.
|
|
687
|
+
this.ru = 0;
|
|
688
|
+
for (var q = 0; q < this.qs.count; q++) {
|
|
689
|
+
p = this.qs._inner[q];
|
|
690
|
+
this.sy(p);
|
|
691
691
|
}
|
|
692
|
-
this.
|
|
692
|
+
this.sx();
|
|
693
693
|
};
|
|
694
|
-
HighDensityScatterSeries.prototype.
|
|
694
|
+
HighDensityScatterSeries.prototype.sy = function (a) {
|
|
695
695
|
if (a.g) {
|
|
696
696
|
return;
|
|
697
697
|
}
|
|
@@ -703,12 +703,12 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
703
703
|
else {
|
|
704
704
|
d = 1;
|
|
705
705
|
}
|
|
706
|
-
this.
|
|
706
|
+
this.s0(a.b, d, b, a.e);
|
|
707
707
|
if (c > 0 && !b) {
|
|
708
708
|
var e = void 0;
|
|
709
709
|
for (var f = 0; f < c; f++) {
|
|
710
710
|
e = a.a[f];
|
|
711
|
-
this.
|
|
711
|
+
this.s0(e, d, false, a.e);
|
|
712
712
|
}
|
|
713
713
|
}
|
|
714
714
|
if (a.e != null) {
|
|
@@ -719,12 +719,12 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
719
719
|
var b = this.cd != null ? this.cd.sf : Rect.empty;
|
|
720
720
|
var c = this.cd != null ? this.cd.su : Rect.empty;
|
|
721
721
|
var d = new Rect(0, 0, 0, 1, 1);
|
|
722
|
-
var e = this.
|
|
723
|
-
var f = new ScalerParams(0, d, d, this.
|
|
724
|
-
var g = new ScalerParams(0, d, d, this.
|
|
722
|
+
var e = this.pt(this.b0);
|
|
723
|
+
var f = new ScalerParams(0, d, d, this.qb.cg, e);
|
|
724
|
+
var g = new ScalerParams(0, d, d, this.qd.cg, e);
|
|
725
725
|
var h = !b.isEmpty && !c.isEmpty && this.ck != null ? this.ck.indexOf(a) : -1;
|
|
726
|
-
var i = this.
|
|
727
|
-
var j = this.
|
|
726
|
+
var i = this.qb != null && this.qi != null && h < this.qi.count ? this.qb.ei(this.qi.item(h), f) : NaN;
|
|
727
|
+
var j = this.qd != null && this.qk != null && h < this.qk.count ? this.qd.ei(this.qk.item(h), g) : NaN;
|
|
728
728
|
if (!isNaN_(i)) {
|
|
729
729
|
if (i < b.left + 0.1 * b.width) {
|
|
730
730
|
i = i + 0.4 * b.width;
|
|
@@ -750,30 +750,30 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
750
750
|
}
|
|
751
751
|
return h >= 0;
|
|
752
752
|
};
|
|
753
|
-
HighDensityScatterSeries.prototype.
|
|
754
|
-
var e = this.
|
|
753
|
+
HighDensityScatterSeries.prototype.s0 = function (a, b, c, d) {
|
|
754
|
+
var e = this.rx(b);
|
|
755
755
|
var f = a.c;
|
|
756
|
-
var g = this.
|
|
756
|
+
var g = this.rs;
|
|
757
757
|
if (c) {
|
|
758
758
|
var h = d.d;
|
|
759
759
|
var i = d.b;
|
|
760
760
|
var j = d.e;
|
|
761
761
|
var k = d.c;
|
|
762
|
-
if (this.
|
|
763
|
-
h = this.
|
|
764
|
-
i = this.
|
|
765
|
-
j = this.
|
|
766
|
-
k = this.
|
|
762
|
+
if (this.qm) {
|
|
763
|
+
h = this.qu + this.qw * h;
|
|
764
|
+
i = this.qu + this.qw * i;
|
|
765
|
+
j = this.qv + this.qt * j;
|
|
766
|
+
k = this.qv + this.qt * k;
|
|
767
767
|
}
|
|
768
|
-
var l = truncate((this.
|
|
769
|
-
var m = truncate((this.
|
|
770
|
-
var n = truncate((this.
|
|
771
|
-
var o = truncate((this.
|
|
768
|
+
var l = truncate((this.rd + this.rf * (h - this.rh) / this.rj));
|
|
769
|
+
var m = truncate((this.rd + this.rf * (i - this.rh) / this.rj));
|
|
770
|
+
var n = truncate((this.re + this.rc * (j - this.ri) / this.rg));
|
|
771
|
+
var o = truncate((this.re + this.rc * (k - this.ri) / this.rg));
|
|
772
772
|
l = truncate(Math.floor(l));
|
|
773
773
|
m = truncate(Math.floor(m));
|
|
774
774
|
n = truncate(Math.floor(n));
|
|
775
775
|
o = truncate(Math.floor(o));
|
|
776
|
-
if (this.
|
|
776
|
+
if (this.ql) {
|
|
777
777
|
l -= g;
|
|
778
778
|
m += g;
|
|
779
779
|
n -= g;
|
|
@@ -784,22 +784,22 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
784
784
|
var r = q;
|
|
785
785
|
for (var s = l; s <= m; s++) {
|
|
786
786
|
for (var t = n; t <= o; t++) {
|
|
787
|
-
this.
|
|
787
|
+
this.sz(f, s, t, q, r);
|
|
788
788
|
}
|
|
789
789
|
}
|
|
790
790
|
}
|
|
791
791
|
else {
|
|
792
792
|
var u = a.a;
|
|
793
793
|
var v = a.b;
|
|
794
|
-
if (this.
|
|
795
|
-
u = this.
|
|
796
|
-
v = this.
|
|
794
|
+
if (this.qm) {
|
|
795
|
+
u = this.qu + this.qw * u;
|
|
796
|
+
v = this.qv + this.qt * v;
|
|
797
797
|
}
|
|
798
|
-
var w = truncate((this.
|
|
799
|
-
var x = truncate((this.
|
|
798
|
+
var w = truncate((this.rd + this.rf * (u - this.rh) / this.rj));
|
|
799
|
+
var x = truncate((this.re + this.rc * (v - this.ri) / this.rg));
|
|
800
800
|
w = truncate(Math.floor(w));
|
|
801
801
|
x = truncate(Math.floor(x));
|
|
802
|
-
if (this.
|
|
802
|
+
if (this.ql) {
|
|
803
803
|
var y = w - g;
|
|
804
804
|
var z = w + g;
|
|
805
805
|
var aa = x + g;
|
|
@@ -809,46 +809,46 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
809
809
|
var ae = ad;
|
|
810
810
|
for (var af = y; af <= z; af++) {
|
|
811
811
|
for (var ag = ab; ag <= aa; ag++) {
|
|
812
|
-
this.
|
|
812
|
+
this.sz(f, af, ag, ad, ae);
|
|
813
813
|
}
|
|
814
814
|
}
|
|
815
815
|
}
|
|
816
816
|
else {
|
|
817
|
-
this.
|
|
817
|
+
this.sz(f, w, x, b, 1);
|
|
818
818
|
}
|
|
819
819
|
}
|
|
820
820
|
};
|
|
821
|
-
HighDensityScatterSeries.prototype.
|
|
822
|
-
return truncate((Math.floor(255 * b))) << 24 | truncate(Math.floor(b * (this.
|
|
821
|
+
HighDensityScatterSeries.prototype.rw = function (a, b) {
|
|
822
|
+
return truncate((Math.floor(255 * b))) << 24 | truncate(Math.floor(b * (this.q7 + a * this.rb))) << 16 | truncate(Math.floor(b * (this.q6 + a * this.ra))) << 8 | truncate(Math.floor(b * (this.q5 + a * this.q9)));
|
|
823
823
|
};
|
|
824
|
-
HighDensityScatterSeries.prototype.
|
|
825
|
-
return 255 << 24 | truncate(Math.floor((this.
|
|
824
|
+
HighDensityScatterSeries.prototype.rx = function (a) {
|
|
825
|
+
return 255 << 24 | truncate(Math.floor((this.q7 + a * this.rb))) << 16 | truncate(Math.floor((this.q6 + a * this.ra))) << 8 | truncate(Math.floor((this.q5 + a * this.q9)));
|
|
826
826
|
};
|
|
827
|
-
HighDensityScatterSeries.prototype.
|
|
827
|
+
HighDensityScatterSeries.prototype.rk = function (a) {
|
|
828
828
|
return (a >> 24 & 255) / 255;
|
|
829
829
|
};
|
|
830
|
-
HighDensityScatterSeries.prototype.
|
|
831
|
-
if (b < 0 || b >= this.
|
|
830
|
+
HighDensityScatterSeries.prototype.sz = function (a, b, c, d, e) {
|
|
831
|
+
if (b < 0 || b >= this.rr || c < 0 || c >= this.rq) {
|
|
832
832
|
return;
|
|
833
833
|
}
|
|
834
|
-
var f = (c * this.
|
|
835
|
-
this.
|
|
836
|
-
this.
|
|
837
|
-
if (this.
|
|
834
|
+
var f = (c * this.rr) + b;
|
|
835
|
+
this.p7[f] = this.p7[f] + d;
|
|
836
|
+
this.p4[f] = this.p4[f] + e;
|
|
837
|
+
if (this.qn) {
|
|
838
838
|
this._itemIndexes[f] = a + 1;
|
|
839
839
|
}
|
|
840
|
-
this.
|
|
840
|
+
this.ru += truncate(d);
|
|
841
841
|
};
|
|
842
|
-
HighDensityScatterSeries.prototype.
|
|
842
|
+
HighDensityScatterSeries.prototype.sx = function () {
|
|
843
843
|
var a = 0;
|
|
844
844
|
var b = 0;
|
|
845
|
-
var c = this.
|
|
846
|
-
var d = this.
|
|
847
|
-
var e = this.
|
|
848
|
-
var f = this.
|
|
849
|
-
var g = this.
|
|
850
|
-
var h = this.
|
|
851
|
-
var i = this.
|
|
845
|
+
var c = this.qz;
|
|
846
|
+
var d = this.qy;
|
|
847
|
+
var e = this.qx;
|
|
848
|
+
var f = this.p7.length;
|
|
849
|
+
var g = this.p7;
|
|
850
|
+
var h = this.p4;
|
|
851
|
+
var i = this.p6;
|
|
852
852
|
var j = NaN;
|
|
853
853
|
var k = NaN;
|
|
854
854
|
var l = 0;
|
|
@@ -873,7 +873,7 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
873
873
|
b = 0.2;
|
|
874
874
|
}
|
|
875
875
|
if (j != a || k != b) {
|
|
876
|
-
l = this.
|
|
876
|
+
l = this.rw(a, b);
|
|
877
877
|
j = a;
|
|
878
878
|
k = b;
|
|
879
879
|
}
|
|
@@ -885,46 +885,46 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
885
885
|
m += 4;
|
|
886
886
|
}
|
|
887
887
|
};
|
|
888
|
-
HighDensityScatterSeries.prototype.
|
|
888
|
+
HighDensityScatterSeries.prototype.sp = function (a) {
|
|
889
889
|
var b = a;
|
|
890
890
|
b.b6();
|
|
891
891
|
};
|
|
892
892
|
HighDensityScatterSeries.prototype.bx = function () {
|
|
893
893
|
return new HighDensityScatterSeriesView(this);
|
|
894
894
|
};
|
|
895
|
-
HighDensityScatterSeries.prototype.
|
|
896
|
-
_super.prototype.
|
|
897
|
-
this.
|
|
895
|
+
HighDensityScatterSeries.prototype.lz = function (a) {
|
|
896
|
+
_super.prototype.lz.call(this, a);
|
|
897
|
+
this.p8 = a;
|
|
898
898
|
};
|
|
899
899
|
HighDensityScatterSeries.prototype.ap = function (a) {
|
|
900
|
-
if (a != null && a == this.
|
|
901
|
-
return new AxisRange(this.
|
|
900
|
+
if (a != null && a == this.qb && this.qi != null) {
|
|
901
|
+
return new AxisRange(this.qi.minimum, this.qi.maximum);
|
|
902
902
|
}
|
|
903
|
-
if (a != null && a == this.
|
|
904
|
-
return new AxisRange(this.
|
|
903
|
+
if (a != null && a == this.qd && this.qk != null) {
|
|
904
|
+
return new AxisRange(this.qk.minimum, this.qk.maximum);
|
|
905
905
|
}
|
|
906
906
|
return null;
|
|
907
907
|
};
|
|
908
|
-
HighDensityScatterSeries.prototype.
|
|
908
|
+
HighDensityScatterSeries.prototype.m5 = function (a, b) {
|
|
909
909
|
if (this.cd != null) {
|
|
910
910
|
var c = this.getEffectiveViewport1(this.b0);
|
|
911
|
-
this.
|
|
911
|
+
this.qm = !c.isEmpty;
|
|
912
912
|
}
|
|
913
|
-
this.
|
|
913
|
+
this.mi(false);
|
|
914
914
|
};
|
|
915
|
-
HighDensityScatterSeries.prototype.
|
|
916
|
-
this.
|
|
915
|
+
HighDensityScatterSeries.prototype.m6 = function (a, b) {
|
|
916
|
+
this.mi(false);
|
|
917
917
|
};
|
|
918
918
|
HighDensityScatterSeries.prototype.ht = function (a) {
|
|
919
|
-
if (!this.
|
|
919
|
+
if (!this.qn || this._itemIndexes == null || this.cd == null || this.ck == null || this._itemIndexes.length != (this.rr * this.rq)) {
|
|
920
920
|
return null;
|
|
921
921
|
}
|
|
922
922
|
var b = this.cd.sf;
|
|
923
923
|
var c = (a.x - b.left) / b.width;
|
|
924
924
|
var d = (a.y - b.top) / b.height;
|
|
925
|
-
var e = truncate(Math.round(this.
|
|
926
|
-
var f = truncate(Math.round(this.
|
|
927
|
-
var g = this.
|
|
925
|
+
var e = truncate(Math.round(this.pz.left + (this.pz.width * c)));
|
|
926
|
+
var f = truncate(Math.round(this.pz.top + (this.pz.height * d)));
|
|
927
|
+
var g = this.r0(e, f);
|
|
928
928
|
if (g < 0 || g > this._itemIndexes.length - 1) {
|
|
929
929
|
return null;
|
|
930
930
|
}
|
|
@@ -934,50 +934,50 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
934
934
|
}
|
|
935
935
|
return this.ck.item(h);
|
|
936
936
|
};
|
|
937
|
-
HighDensityScatterSeries.prototype.
|
|
938
|
-
var c = (this.
|
|
937
|
+
HighDensityScatterSeries.prototype.r0 = function (a, b) {
|
|
938
|
+
var c = (this.rr * b) + a;
|
|
939
939
|
if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
|
|
940
940
|
return c;
|
|
941
941
|
}
|
|
942
942
|
var d = 1;
|
|
943
|
-
c = (this.
|
|
943
|
+
c = (this.rr * (b - d)) + a;
|
|
944
944
|
if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
|
|
945
945
|
return c;
|
|
946
946
|
}
|
|
947
|
-
c = (this.
|
|
947
|
+
c = (this.rr * (b + d)) + a;
|
|
948
948
|
if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
|
|
949
949
|
return c;
|
|
950
950
|
}
|
|
951
|
-
c = (this.
|
|
951
|
+
c = (this.rr * (b)) + a - 1;
|
|
952
952
|
if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
|
|
953
953
|
return c;
|
|
954
954
|
}
|
|
955
|
-
c = (this.
|
|
955
|
+
c = (this.rr * (b)) + a + 1;
|
|
956
956
|
if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
|
|
957
957
|
return c;
|
|
958
958
|
}
|
|
959
|
-
c = (this.
|
|
959
|
+
c = (this.rr * (b - d)) + a - 1;
|
|
960
960
|
if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
|
|
961
961
|
return c;
|
|
962
962
|
}
|
|
963
|
-
c = (this.
|
|
963
|
+
c = (this.rr * (b + d)) + a + 1;
|
|
964
964
|
if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
|
|
965
965
|
return c;
|
|
966
966
|
}
|
|
967
|
-
c = (this.
|
|
967
|
+
c = (this.rr * (b - d)) + a + 1;
|
|
968
968
|
if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
|
|
969
969
|
return c;
|
|
970
970
|
}
|
|
971
|
-
c = (this.
|
|
971
|
+
c = (this.rr * (b + d)) + a - 1;
|
|
972
972
|
if (c > 0 && c < this._itemIndexes.length && this._itemIndexes[c] > 0) {
|
|
973
973
|
return c;
|
|
974
974
|
}
|
|
975
975
|
return 0;
|
|
976
976
|
};
|
|
977
|
-
HighDensityScatterSeries.prototype.
|
|
978
|
-
this.
|
|
979
|
-
this.
|
|
980
|
-
this.
|
|
977
|
+
HighDensityScatterSeries.prototype.s2 = function (a, b, c) {
|
|
978
|
+
this.p6 = a;
|
|
979
|
+
this.rr = b;
|
|
980
|
+
this.rq = c;
|
|
981
981
|
};
|
|
982
982
|
HighDensityScatterSeries.prototype.get_e3 = function () {
|
|
983
983
|
return true;
|
|
@@ -987,14 +987,14 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
987
987
|
};
|
|
988
988
|
HighDensityScatterSeries.prototype.kx = function (a, b) {
|
|
989
989
|
_super.prototype.kx.call(this, a, b);
|
|
990
|
-
this.
|
|
990
|
+
this.p8.b7();
|
|
991
991
|
if (this.bz != null) {
|
|
992
992
|
this.bz.b7();
|
|
993
993
|
}
|
|
994
|
-
this.
|
|
994
|
+
this.lp();
|
|
995
995
|
};
|
|
996
|
-
HighDensityScatterSeries.prototype.
|
|
997
|
-
_super.prototype.
|
|
996
|
+
HighDensityScatterSeries.prototype.mk = function (a, b) {
|
|
997
|
+
_super.prototype.mk.call(this, a, b);
|
|
998
998
|
if (!this.ez) {
|
|
999
999
|
this.b0.a2(b);
|
|
1000
1000
|
return;
|
|
@@ -1005,29 +1005,29 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1005
1005
|
}
|
|
1006
1006
|
var c = typeCast(HighDensityScatterSeriesView.$, this.bz);
|
|
1007
1007
|
var d = new ScatterFrame();
|
|
1008
|
-
this.
|
|
1008
|
+
this.st(false, c);
|
|
1009
1009
|
this.ez = false;
|
|
1010
1010
|
};
|
|
1011
|
-
HighDensityScatterSeries.prototype.
|
|
1012
|
-
_super.prototype.
|
|
1011
|
+
HighDensityScatterSeries.prototype.mh = function (a, b, c, d, e) {
|
|
1012
|
+
_super.prototype.mh.call(this, a, b, c, d, e);
|
|
1013
1013
|
var f = this.a6.a$h.item(d);
|
|
1014
1014
|
var g = f;
|
|
1015
1015
|
f.a1(c);
|
|
1016
1016
|
if (this.cx(g)) {
|
|
1017
1017
|
return;
|
|
1018
1018
|
}
|
|
1019
|
-
if (this.
|
|
1020
|
-
this.
|
|
1019
|
+
if (this.qg == null) {
|
|
1020
|
+
this.qg = new ScatterFrame();
|
|
1021
1021
|
}
|
|
1022
|
-
this.
|
|
1022
|
+
this.st(false, f);
|
|
1023
1023
|
};
|
|
1024
1024
|
HighDensityScatterSeries.prototype.ku = function () {
|
|
1025
1025
|
_super.prototype.ku.call(this);
|
|
1026
|
-
this.
|
|
1027
|
-
this.
|
|
1026
|
+
this.qb = null;
|
|
1027
|
+
this.qd = null;
|
|
1028
1028
|
};
|
|
1029
1029
|
HighDensityScatterSeries.$t = markType(HighDensityScatterSeries, 'HighDensityScatterSeries', Series.$);
|
|
1030
|
-
HighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, HighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
1030
|
+
HighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, HighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:tj:s4', [Color.$, Defaults.ap], 'HeatMaximum:rl:s5', [1, 50], 'HeatMinimumColor:tk:s6', [Color.$, Defaults.aq], 'HeatMinimum:rm:s7', [1, 0], 'PointExtent:ry:s8', [1, 1], 'ProgressiveLoad:qq:s9', [0, true], 'UseBruteForce:qr:ta', [0, false], 'XAxis:qb:tb', [NumericXAxis.$, null], 'XMemberAsLegendLabel:sa:tc', [2, null], 'XMemberAsLegendUnit:sc:td', [2, null], 'XMemberPath:se:te', [2, null], 'YAxis:qd:tf', [NumericYAxis.$, null], 'YMemberAsLegendLabel:si:tg', [2, null], 'YMemberAsLegendUnit:sk:th', [2, null], 'YMemberPath:sm:ti', [2, null]]);
|
|
1031
1031
|
return HighDensityScatterSeries;
|
|
1032
1032
|
}(Series));
|
|
1033
1033
|
export { HighDensityScatterSeries };
|
|
@@ -1051,14 +1051,14 @@ var HighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1051
1051
|
HighDensityScatterSeriesView.prototype.as = function () {
|
|
1052
1052
|
_super.prototype.as.call(this);
|
|
1053
1053
|
if (!this.q) {
|
|
1054
|
-
this.bz.
|
|
1055
|
-
this.bz.
|
|
1056
|
-
this.bz.
|
|
1057
|
-
this.bz.
|
|
1054
|
+
this.bz.tk = Defaults.aq;
|
|
1055
|
+
this.bz.tj = Defaults.ap;
|
|
1056
|
+
this.bz.o3 = Defaults.al;
|
|
1057
|
+
this.bz.o8 = Defaults.ak;
|
|
1058
1058
|
}
|
|
1059
1059
|
};
|
|
1060
1060
|
HighDensityScatterSeriesView.prototype.ca = function () {
|
|
1061
|
-
this.bz.
|
|
1061
|
+
this.bz.s2(this.bx, this.b5, this.b4);
|
|
1062
1062
|
};
|
|
1063
1063
|
HighDensityScatterSeriesView.prototype.b6 = function () {
|
|
1064
1064
|
if (this.b2 == null) {
|
|
@@ -1088,7 +1088,7 @@ var HighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1088
1088
|
var imageDataArray_ = this.b3.data;
|
|
1089
1089
|
this.bx = imageDataArray_;
|
|
1090
1090
|
}
|
|
1091
|
-
this.bz.
|
|
1091
|
+
this.bz.s2(this.bx, this.b5, this.b4);
|
|
1092
1092
|
};
|
|
1093
1093
|
HighDensityScatterSeriesView.prototype.by = function () {
|
|
1094
1094
|
return this.bx;
|