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
|
@@ -592,8 +592,8 @@ var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
592
592
|
try {
|
|
593
593
|
for (var _d = tslib_1.__values(fromEnum(this.dd)), _e = _d.next(); !_e.done; _e = _d.next()) {
|
|
594
594
|
var g = _e.value;
|
|
595
|
-
g.
|
|
596
|
-
g.
|
|
595
|
+
g.mi(false);
|
|
596
|
+
g.lp();
|
|
597
597
|
}
|
|
598
598
|
}
|
|
599
599
|
catch (e_2_1) {
|
|
@@ -1054,8 +1054,8 @@ var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1054
1054
|
try {
|
|
1055
1055
|
for (var _d = tslib_1.__values(fromEnum(this.da())), _e = _d.next(); !_e.done; _e = _d.next()) {
|
|
1056
1056
|
var g = _e.value;
|
|
1057
|
-
g.
|
|
1058
|
-
g.
|
|
1057
|
+
g.mi(false);
|
|
1058
|
+
g.lp();
|
|
1059
1059
|
}
|
|
1060
1060
|
}
|
|
1061
1061
|
catch (e_6_1) {
|
|
@@ -1479,7 +1479,7 @@ var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1479
1479
|
try {
|
|
1480
1480
|
for (var _c = tslib_1.__values(fromEnum(this.da())), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
1481
1481
|
var e = _d.value;
|
|
1482
|
-
e.
|
|
1482
|
+
e.mi(false);
|
|
1483
1483
|
}
|
|
1484
1484
|
}
|
|
1485
1485
|
catch (e_9_1) {
|
|
@@ -1520,7 +1520,7 @@ var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1520
1520
|
for (var _e = tslib_1.__values(fromEnum(this.da())), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
1521
1521
|
var f = _f.value;
|
|
1522
1522
|
f.ez = true;
|
|
1523
|
-
f.
|
|
1523
|
+
f.mi(false);
|
|
1524
1524
|
}
|
|
1525
1525
|
}
|
|
1526
1526
|
catch (e_10_1) {
|
|
@@ -24,73 +24,73 @@ var AnnotationLayerProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
24
24
|
return true;
|
|
25
25
|
};
|
|
26
26
|
AnnotationLayerProxy.prototype.setCrosshairHorizontalLineVisibility = function (a, b) {
|
|
27
|
-
a.
|
|
27
|
+
a.tx = b;
|
|
28
28
|
};
|
|
29
29
|
AnnotationLayerProxy.prototype.setCrosshairVerticalLineVisibility = function (a, b) {
|
|
30
|
-
a.
|
|
30
|
+
a.ty = b;
|
|
31
31
|
};
|
|
32
32
|
AnnotationLayerProxy.prototype.setCrosshairHorizontalLineStroke = function (a, b) {
|
|
33
|
-
a.
|
|
33
|
+
a.tn = b;
|
|
34
34
|
};
|
|
35
35
|
AnnotationLayerProxy.prototype.setCrosshairVerticalLineStroke = function (a, b) {
|
|
36
|
-
a.
|
|
36
|
+
a.to = b;
|
|
37
37
|
};
|
|
38
38
|
AnnotationLayerProxy.prototype.setCrosshairXAxisForeground = function (a, b) {
|
|
39
|
-
a.
|
|
39
|
+
a.tr = b;
|
|
40
40
|
};
|
|
41
41
|
AnnotationLayerProxy.prototype.setCrosshairYAxisForeground = function (a, b) {
|
|
42
|
-
a.
|
|
42
|
+
a.tu = b;
|
|
43
43
|
};
|
|
44
44
|
AnnotationLayerProxy.prototype.setCrosshairXAxisBackground = function (a, b) {
|
|
45
|
-
a.
|
|
45
|
+
a.tp = b;
|
|
46
46
|
};
|
|
47
47
|
AnnotationLayerProxy.prototype.setCrosshairYAxisBackground = function (a, b) {
|
|
48
|
-
a.
|
|
48
|
+
a.ts = b;
|
|
49
49
|
};
|
|
50
50
|
AnnotationLayerProxy.prototype.setCrosshairYAxisPrecision = function (a, b) {
|
|
51
|
-
a.
|
|
51
|
+
a.rw = b;
|
|
52
52
|
};
|
|
53
53
|
AnnotationLayerProxy.prototype.setCrosshairXAxisPrecision = function (a, b) {
|
|
54
|
-
a.
|
|
54
|
+
a.rv = b;
|
|
55
55
|
};
|
|
56
56
|
AnnotationLayerProxy.prototype.setCrosshairOnAxesEnabled = function (a, b) {
|
|
57
|
-
a.
|
|
57
|
+
a.re = b;
|
|
58
58
|
};
|
|
59
59
|
AnnotationLayerProxy.prototype.setCrosshairUseInterpolation = function (a, b) {
|
|
60
|
-
a.
|
|
60
|
+
a.rg = b;
|
|
61
61
|
};
|
|
62
62
|
AnnotationLayerProxy.prototype.setCrosshairThickness = function (a, b) {
|
|
63
63
|
a.gz = b;
|
|
64
64
|
};
|
|
65
65
|
AnnotationLayerProxy.prototype.setFinalValuePrecision = function (a, b) {
|
|
66
|
-
a.
|
|
66
|
+
a.rl = b;
|
|
67
67
|
};
|
|
68
68
|
AnnotationLayerProxy.prototype.setFinalValueBackground = function (a, b) {
|
|
69
|
-
a.
|
|
69
|
+
a.sf = b;
|
|
70
70
|
};
|
|
71
71
|
AnnotationLayerProxy.prototype.setFinalValueForeground = function (a, b) {
|
|
72
|
-
a.
|
|
72
|
+
a.sh = b;
|
|
73
73
|
};
|
|
74
74
|
AnnotationLayerProxy.prototype.setContentMemberPath = function (a, b) {
|
|
75
|
-
a.
|
|
75
|
+
a.to = b;
|
|
76
76
|
};
|
|
77
77
|
AnnotationLayerProxy.prototype.setCalloutsAllowedPositions = function (a, b) {
|
|
78
|
-
a.
|
|
78
|
+
a.rj = b;
|
|
79
79
|
};
|
|
80
80
|
AnnotationLayerProxy.prototype.setLabelMemberPath = function (a, b) {
|
|
81
|
-
a.
|
|
81
|
+
a.ty = b;
|
|
82
82
|
};
|
|
83
83
|
AnnotationLayerProxy.prototype.setXMemberPath = function (a, b) {
|
|
84
|
-
a.
|
|
84
|
+
a.t9 = b;
|
|
85
85
|
};
|
|
86
86
|
AnnotationLayerProxy.prototype.setYMemberPath = function (a, b) {
|
|
87
|
-
a.
|
|
87
|
+
a.uc = b;
|
|
88
88
|
};
|
|
89
89
|
AnnotationLayerProxy.prototype.setTargetSeries = function (a, b) {
|
|
90
|
-
a.
|
|
90
|
+
a.rn = b;
|
|
91
91
|
};
|
|
92
92
|
AnnotationLayerProxy.prototype.setCollisionChannel = function (a, b) {
|
|
93
|
-
a.
|
|
93
|
+
a.tl = b;
|
|
94
94
|
};
|
|
95
95
|
AnnotationLayerProxy.prototype.isCalloutLayer = function (a) {
|
|
96
96
|
if (typeCast(CalloutLayer.$, a) !== null) {
|
|
@@ -121,13 +121,13 @@ var AnnotationLayerProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
121
121
|
c.calloutRenderStyleUpdating = delegateRemove(c.calloutRenderStyleUpdating, b);
|
|
122
122
|
};
|
|
123
123
|
AnnotationLayerProxy.prototype.setCalloutStyleUpdatingEventEnabled = function (a, b) {
|
|
124
|
-
a.
|
|
124
|
+
a.se = b;
|
|
125
125
|
};
|
|
126
126
|
AnnotationLayerProxy.prototype.setCalloutRenderStyleUpdatingEventEnabled = function (a, b) {
|
|
127
|
-
a.
|
|
127
|
+
a.sd = b;
|
|
128
128
|
};
|
|
129
129
|
AnnotationLayerProxy.prototype.updateDataToolTipPropertyByName = function (a, b, c) {
|
|
130
|
-
a.
|
|
130
|
+
a.wl(b, c);
|
|
131
131
|
};
|
|
132
132
|
AnnotationLayerProxy.$t = markType(AnnotationLayerProxy, 'AnnotationLayerProxy', Base.$, [IAnnotationLayerProxy_$type]);
|
|
133
133
|
return AnnotationLayerProxy;
|
|
@@ -20,23 +20,23 @@ var AnnotationLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20
20
|
tslib_1.__extends(AnnotationLayer, _super);
|
|
21
21
|
function AnnotationLayer() {
|
|
22
22
|
var _this = _super.call(this) || this;
|
|
23
|
-
_this.
|
|
24
|
-
_this.p5 = null;
|
|
25
|
-
_this.p4 = null;
|
|
23
|
+
_this.q7 = null;
|
|
26
24
|
_this.p6 = null;
|
|
27
|
-
_this.
|
|
28
|
-
_this.p7 =
|
|
29
|
-
_this.
|
|
25
|
+
_this.p5 = null;
|
|
26
|
+
_this.p7 = null;
|
|
27
|
+
_this.q5 = { $type: Point_$type, x: NaN, y: NaN };
|
|
28
|
+
_this.p8 = false;
|
|
29
|
+
_this.q7 = { $type: Point_$type, x: NaN, y: NaN };
|
|
30
30
|
return _this;
|
|
31
31
|
}
|
|
32
32
|
AnnotationLayer.prototype.bx = function () {
|
|
33
33
|
return new AnnotationLayerView(this);
|
|
34
34
|
};
|
|
35
|
-
AnnotationLayer.prototype.
|
|
36
|
-
_super.prototype.
|
|
37
|
-
this.
|
|
35
|
+
AnnotationLayer.prototype.lz = function (a) {
|
|
36
|
+
_super.prototype.lz.call(this, a);
|
|
37
|
+
this.p4 = a;
|
|
38
38
|
};
|
|
39
|
-
AnnotationLayer.prototype.
|
|
39
|
+
AnnotationLayer.prototype.qc = function (a) {
|
|
40
40
|
if (a == null) {
|
|
41
41
|
return false;
|
|
42
42
|
}
|
|
@@ -52,7 +52,7 @@ var AnnotationLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
52
52
|
return a.e9(a.b0.bu, a.b0.bv, a.b0);
|
|
53
53
|
};
|
|
54
54
|
AnnotationLayer.prototype.get_dj = function () {
|
|
55
|
-
return this.
|
|
55
|
+
return this.p9;
|
|
56
56
|
};
|
|
57
57
|
AnnotationLayer.prototype.bp = function () {
|
|
58
58
|
if (this.bq == 0) {
|
|
@@ -63,37 +63,37 @@ var AnnotationLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
63
63
|
}
|
|
64
64
|
};
|
|
65
65
|
AnnotationLayer.prototype.get_dy = function () {
|
|
66
|
-
return this.
|
|
66
|
+
return this.qe || this.qf;
|
|
67
67
|
};
|
|
68
68
|
AnnotationLayer.prototype.get_isUsableInLegend = function () {
|
|
69
|
-
return this.
|
|
69
|
+
return this.qf;
|
|
70
70
|
};
|
|
71
|
-
AnnotationLayer.prototype.
|
|
72
|
-
_super.prototype.
|
|
71
|
+
AnnotationLayer.prototype.l4 = function (a, b, c, d) {
|
|
72
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
73
73
|
switch (b) {
|
|
74
74
|
case "SeriesViewer":
|
|
75
75
|
var e = c;
|
|
76
76
|
var f = d;
|
|
77
77
|
if (e != null) {
|
|
78
|
-
this.
|
|
78
|
+
this.qy(e.series);
|
|
79
79
|
var g = e.series;
|
|
80
|
-
g.collectionChanged = delegateRemove(g.collectionChanged, runOn(this, this.
|
|
80
|
+
g.collectionChanged = delegateRemove(g.collectionChanged, runOn(this, this.qv));
|
|
81
81
|
if (typeCast(XamDataChart.$, e) !== null) {
|
|
82
82
|
var h = e;
|
|
83
|
-
this.
|
|
83
|
+
this.qx(h.axes);
|
|
84
84
|
var i = h.axes;
|
|
85
|
-
i.collectionChanged = delegateRemove(i.collectionChanged, runOn(this, this.
|
|
85
|
+
i.collectionChanged = delegateRemove(i.collectionChanged, runOn(this, this.ql));
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
if (f != null) {
|
|
89
|
-
this.
|
|
89
|
+
this.qt(f.series);
|
|
90
90
|
var j = f.series;
|
|
91
|
-
j.collectionChanged = delegateCombine(j.collectionChanged, runOn(this, this.
|
|
91
|
+
j.collectionChanged = delegateCombine(j.collectionChanged, runOn(this, this.qv));
|
|
92
92
|
if (typeCast(XamDataChart.$, f) !== null) {
|
|
93
93
|
var k = f;
|
|
94
|
-
this.
|
|
94
|
+
this.qs(k.axes);
|
|
95
95
|
var l = k.axes;
|
|
96
|
-
l.collectionChanged = delegateCombine(l.collectionChanged, runOn(this, this.
|
|
96
|
+
l.collectionChanged = delegateCombine(l.collectionChanged, runOn(this, this.ql));
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
break;
|
|
@@ -106,24 +106,24 @@ var AnnotationLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
106
106
|
}
|
|
107
107
|
else {
|
|
108
108
|
this.index = -1;
|
|
109
|
-
this.
|
|
110
|
-
this.
|
|
109
|
+
this.oz = null;
|
|
110
|
+
this.o2 = null;
|
|
111
111
|
}
|
|
112
112
|
if (this.cd != null) {
|
|
113
113
|
this.cd.mk();
|
|
114
114
|
}
|
|
115
|
-
this.
|
|
115
|
+
this.mi(true);
|
|
116
116
|
break;
|
|
117
117
|
case "TransitionProgress":
|
|
118
|
-
this.
|
|
118
|
+
this.p7.c(this.g0, this.p6, this.p5);
|
|
119
119
|
if (this.cx(this.b0)) {
|
|
120
120
|
return;
|
|
121
121
|
}
|
|
122
122
|
if (this.g0 == 1) {
|
|
123
|
-
this.
|
|
123
|
+
this.qu(this.p5, this.b0);
|
|
124
124
|
}
|
|
125
125
|
else {
|
|
126
|
-
this.
|
|
126
|
+
this.qu(this.p7, this.b0);
|
|
127
127
|
}
|
|
128
128
|
if (this.cd != null) {
|
|
129
129
|
this.cd.nn(this);
|
|
@@ -135,8 +135,8 @@ var AnnotationLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
135
135
|
}
|
|
136
136
|
break;
|
|
137
137
|
case AnnotationLayer.$$p[0]:
|
|
138
|
-
this.
|
|
139
|
-
this.
|
|
138
|
+
this.q7 = this.q6;
|
|
139
|
+
this.lt(this.q6);
|
|
140
140
|
break;
|
|
141
141
|
case "ShouldRenderAsOverlay":
|
|
142
142
|
if (this.cd != null) {
|
|
@@ -146,13 +146,13 @@ var AnnotationLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
146
146
|
break;
|
|
147
147
|
}
|
|
148
148
|
};
|
|
149
|
-
AnnotationLayer.prototype.
|
|
149
|
+
AnnotationLayer.prototype.qy = function (a) {
|
|
150
150
|
var e_1, _a;
|
|
151
151
|
try {
|
|
152
152
|
for (var _b = tslib_1.__values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
153
153
|
var b = _c.value;
|
|
154
154
|
if (!(b == this)) {
|
|
155
|
-
b.renderRequested = delegateRemove(b.renderRequested, runOn(this, this.
|
|
155
|
+
b.renderRequested = delegateRemove(b.renderRequested, runOn(this, this.qw));
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
158
|
}
|
|
@@ -169,14 +169,14 @@ var AnnotationLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
169
169
|
throw e_1.error;
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
|
-
this.
|
|
172
|
+
this.mi(true);
|
|
173
173
|
};
|
|
174
|
-
AnnotationLayer.prototype.
|
|
174
|
+
AnnotationLayer.prototype.qx = function (a) {
|
|
175
175
|
var e_2, _a;
|
|
176
176
|
try {
|
|
177
177
|
for (var _b = tslib_1.__values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
178
178
|
var b = _c.value;
|
|
179
|
-
b.renderRequested = delegateRemove(b.renderRequested, runOn(this, this.
|
|
179
|
+
b.renderRequested = delegateRemove(b.renderRequested, runOn(this, this.qm));
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
catch (e_2_1) {
|
|
@@ -192,15 +192,15 @@ var AnnotationLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
192
192
|
throw e_2.error;
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
|
-
this.
|
|
195
|
+
this.mi(true);
|
|
196
196
|
};
|
|
197
|
-
AnnotationLayer.prototype.
|
|
197
|
+
AnnotationLayer.prototype.qt = function (a) {
|
|
198
198
|
var e_3, _a;
|
|
199
199
|
try {
|
|
200
200
|
for (var _b = tslib_1.__values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
201
201
|
var b = _c.value;
|
|
202
202
|
if (!(b == this)) {
|
|
203
|
-
b.renderRequested = delegateCombine(b.renderRequested, runOn(this, this.
|
|
203
|
+
b.renderRequested = delegateCombine(b.renderRequested, runOn(this, this.qw));
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
206
|
}
|
|
@@ -217,14 +217,14 @@ var AnnotationLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
217
217
|
throw e_3.error;
|
|
218
218
|
}
|
|
219
219
|
}
|
|
220
|
-
this.
|
|
220
|
+
this.mi(true);
|
|
221
221
|
};
|
|
222
|
-
AnnotationLayer.prototype.
|
|
222
|
+
AnnotationLayer.prototype.qs = function (a) {
|
|
223
223
|
var e_4, _a;
|
|
224
224
|
try {
|
|
225
225
|
for (var _b = tslib_1.__values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
226
226
|
var b = _c.value;
|
|
227
|
-
b.renderRequested = delegateCombine(b.renderRequested, runOn(this, this.
|
|
227
|
+
b.renderRequested = delegateCombine(b.renderRequested, runOn(this, this.qm));
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
230
|
catch (e_4_1) {
|
|
@@ -240,20 +240,20 @@ var AnnotationLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
240
240
|
throw e_4.error;
|
|
241
241
|
}
|
|
242
242
|
}
|
|
243
|
-
this.
|
|
243
|
+
this.mi(true);
|
|
244
244
|
};
|
|
245
|
-
AnnotationLayer.prototype.
|
|
245
|
+
AnnotationLayer.prototype.qa = function (a) {
|
|
246
246
|
if (a == null) {
|
|
247
247
|
return false;
|
|
248
248
|
}
|
|
249
249
|
return true;
|
|
250
250
|
};
|
|
251
|
-
AnnotationLayer.prototype.
|
|
252
|
-
if (this.
|
|
253
|
-
this.
|
|
251
|
+
AnnotationLayer.prototype.qm = function (a, b) {
|
|
252
|
+
if (this.qa(a)) {
|
|
253
|
+
this.qo(a, b.animate);
|
|
254
254
|
}
|
|
255
255
|
};
|
|
256
|
-
AnnotationLayer.prototype.
|
|
256
|
+
AnnotationLayer.prototype.qb = function (a) {
|
|
257
257
|
if (a == null) {
|
|
258
258
|
return false;
|
|
259
259
|
}
|
|
@@ -262,40 +262,40 @@ var AnnotationLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
262
262
|
}
|
|
263
263
|
return true;
|
|
264
264
|
};
|
|
265
|
-
AnnotationLayer.prototype.
|
|
266
|
-
if (this.
|
|
267
|
-
this.
|
|
265
|
+
AnnotationLayer.prototype.qw = function (a, b) {
|
|
266
|
+
if (this.qb(a)) {
|
|
267
|
+
this.qp(a, b.animate);
|
|
268
268
|
}
|
|
269
269
|
};
|
|
270
|
-
AnnotationLayer.prototype.qn = function (a, b) {
|
|
271
|
-
};
|
|
272
270
|
AnnotationLayer.prototype.qo = function (a, b) {
|
|
273
271
|
};
|
|
274
|
-
AnnotationLayer.prototype.
|
|
275
|
-
this.qp(b);
|
|
272
|
+
AnnotationLayer.prototype.qp = function (a, b) {
|
|
276
273
|
};
|
|
277
|
-
AnnotationLayer.prototype.
|
|
278
|
-
this.
|
|
274
|
+
AnnotationLayer.prototype.qv = function (a, b) {
|
|
275
|
+
this.qq(b);
|
|
279
276
|
};
|
|
280
|
-
AnnotationLayer.prototype.
|
|
281
|
-
|
|
282
|
-
return this.oy;
|
|
283
|
-
}
|
|
284
|
-
return this.o2;
|
|
277
|
+
AnnotationLayer.prototype.ql = function (a, b) {
|
|
278
|
+
this.qn(b);
|
|
285
279
|
};
|
|
286
280
|
AnnotationLayer.prototype.q3 = function () {
|
|
287
|
-
if (this.
|
|
288
|
-
return this.
|
|
281
|
+
if (this.oz != null) {
|
|
282
|
+
return this.oz;
|
|
283
|
+
}
|
|
284
|
+
return this.o3;
|
|
285
|
+
};
|
|
286
|
+
AnnotationLayer.prototype.q4 = function () {
|
|
287
|
+
if (this.o2 != null) {
|
|
288
|
+
return this.o2;
|
|
289
289
|
}
|
|
290
|
-
return this.
|
|
290
|
+
return this.o8;
|
|
291
291
|
};
|
|
292
|
-
AnnotationLayer.prototype.
|
|
292
|
+
AnnotationLayer.prototype.qn = function (a) {
|
|
293
293
|
var e_5, _a, e_6, _b;
|
|
294
294
|
if (a.oldItems != null) {
|
|
295
295
|
try {
|
|
296
296
|
for (var _c = tslib_1.__values(fromEn(a.oldItems)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
297
297
|
var b = _d.value;
|
|
298
|
-
b.renderRequested = delegateRemove(b.renderRequested, runOn(this, this.
|
|
298
|
+
b.renderRequested = delegateRemove(b.renderRequested, runOn(this, this.qm));
|
|
299
299
|
}
|
|
300
300
|
}
|
|
301
301
|
catch (e_5_1) {
|
|
@@ -316,7 +316,7 @@ var AnnotationLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
316
316
|
try {
|
|
317
317
|
for (var _e = tslib_1.__values(fromEn(a.newItems)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
318
318
|
var c = _f.value;
|
|
319
|
-
c.renderRequested = delegateCombine(c.renderRequested, runOn(this, this.
|
|
319
|
+
c.renderRequested = delegateCombine(c.renderRequested, runOn(this, this.qm));
|
|
320
320
|
}
|
|
321
321
|
}
|
|
322
322
|
catch (e_6_1) {
|
|
@@ -333,15 +333,15 @@ var AnnotationLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
333
333
|
}
|
|
334
334
|
}
|
|
335
335
|
}
|
|
336
|
-
this.
|
|
336
|
+
this.mi(true);
|
|
337
337
|
};
|
|
338
|
-
AnnotationLayer.prototype.
|
|
338
|
+
AnnotationLayer.prototype.qq = function (a) {
|
|
339
339
|
var e_7, _a, e_8, _b;
|
|
340
340
|
if (a.oldItems != null) {
|
|
341
341
|
try {
|
|
342
342
|
for (var _c = tslib_1.__values(fromEn(a.oldItems)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
343
343
|
var b = _d.value;
|
|
344
|
-
b.renderRequested = delegateRemove(b.renderRequested, runOn(this, this.
|
|
344
|
+
b.renderRequested = delegateRemove(b.renderRequested, runOn(this, this.qw));
|
|
345
345
|
}
|
|
346
346
|
}
|
|
347
347
|
catch (e_7_1) {
|
|
@@ -362,7 +362,7 @@ var AnnotationLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
362
362
|
try {
|
|
363
363
|
for (var _e = tslib_1.__values(fromEn(a.newItems)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
364
364
|
var c = _f.value;
|
|
365
|
-
c.renderRequested = delegateCombine(c.renderRequested, runOn(this, this.
|
|
365
|
+
c.renderRequested = delegateCombine(c.renderRequested, runOn(this, this.qw));
|
|
366
366
|
}
|
|
367
367
|
}
|
|
368
368
|
catch (e_8_1) {
|
|
@@ -379,89 +379,89 @@ var AnnotationLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
379
379
|
}
|
|
380
380
|
}
|
|
381
381
|
}
|
|
382
|
-
this.
|
|
382
|
+
this.mi(true);
|
|
383
383
|
};
|
|
384
|
-
AnnotationLayer.prototype.
|
|
385
|
-
this.
|
|
384
|
+
AnnotationLayer.prototype.m6 = function (a, b) {
|
|
385
|
+
this.mi(false);
|
|
386
386
|
};
|
|
387
|
-
AnnotationLayer.prototype.
|
|
388
|
-
this.
|
|
387
|
+
AnnotationLayer.prototype.m5 = function (a, b) {
|
|
388
|
+
this.mi(true);
|
|
389
389
|
};
|
|
390
|
-
AnnotationLayer.prototype.
|
|
391
|
-
_super.prototype.
|
|
390
|
+
AnnotationLayer.prototype.mj = function (a) {
|
|
391
|
+
_super.prototype.mj.call(this, a);
|
|
392
392
|
if (this.cx(this.b0)) {
|
|
393
393
|
return;
|
|
394
394
|
}
|
|
395
395
|
if (this.eo(a) && !this.es) {
|
|
396
|
-
var b = this.
|
|
396
|
+
var b = this.p6;
|
|
397
397
|
if (this.cv()) {
|
|
398
398
|
if (this.ce.g) {
|
|
399
399
|
this.ce.t();
|
|
400
400
|
}
|
|
401
|
-
this.
|
|
402
|
-
this.
|
|
401
|
+
this.p6 = this.p7;
|
|
402
|
+
this.p7 = b;
|
|
403
403
|
}
|
|
404
404
|
else {
|
|
405
|
-
this.
|
|
406
|
-
this.
|
|
405
|
+
this.p6 = this.p5;
|
|
406
|
+
this.p5 = b;
|
|
407
407
|
}
|
|
408
|
-
this.
|
|
409
|
-
this.
|
|
408
|
+
this.qr(this.p5, this.b0);
|
|
409
|
+
this.mr();
|
|
410
410
|
}
|
|
411
411
|
else {
|
|
412
412
|
if (!this.es) {
|
|
413
|
-
this.
|
|
413
|
+
this.qr(this.p5, this.b0);
|
|
414
414
|
}
|
|
415
|
-
this.
|
|
415
|
+
this.qu(this.p5, this.b0);
|
|
416
416
|
}
|
|
417
417
|
};
|
|
418
418
|
AnnotationLayer.prototype.get_dc = function () {
|
|
419
419
|
return true;
|
|
420
420
|
};
|
|
421
|
-
AnnotationLayer.prototype.
|
|
421
|
+
AnnotationLayer.prototype.qr = function (a, b) {
|
|
422
422
|
};
|
|
423
|
-
AnnotationLayer.prototype.
|
|
424
|
-
this.
|
|
423
|
+
AnnotationLayer.prototype.qu = function (a, b) {
|
|
424
|
+
this.p4.b1();
|
|
425
425
|
};
|
|
426
|
-
AnnotationLayer.prototype.
|
|
427
|
-
var b = { $type: Point_$type, x: this.
|
|
426
|
+
AnnotationLayer.prototype.qk = function (a) {
|
|
427
|
+
var b = { $type: Point_$type, x: this.q5.x, y: this.q5.y };
|
|
428
428
|
if (a.isVertical) {
|
|
429
|
-
if (isNaN_(this.
|
|
429
|
+
if (isNaN_(this.q5.y)) {
|
|
430
430
|
return new Tuple$2(Boolean_$type, Point_$type, false, b);
|
|
431
431
|
}
|
|
432
|
-
if (isNaN_(this.
|
|
432
|
+
if (isNaN_(this.q5.x)) {
|
|
433
433
|
b.x = 0;
|
|
434
434
|
return new Tuple$2(Boolean_$type, Point_$type, true, b);
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
437
|
else {
|
|
438
|
-
if (isNaN_(this.
|
|
438
|
+
if (isNaN_(this.q5.x)) {
|
|
439
439
|
return new Tuple$2(Boolean_$type, Point_$type, false, b);
|
|
440
440
|
}
|
|
441
|
-
if (isNaN_(this.
|
|
441
|
+
if (isNaN_(this.q5.y)) {
|
|
442
442
|
b.y = 0;
|
|
443
443
|
return new Tuple$2(Boolean_$type, Point_$type, true, b);
|
|
444
444
|
}
|
|
445
445
|
}
|
|
446
446
|
return new Tuple$2(Boolean_$type, Point_$type, true, b);
|
|
447
447
|
};
|
|
448
|
-
AnnotationLayer.prototype.
|
|
449
|
-
_super.prototype.
|
|
450
|
-
if (isNaN_(this.
|
|
448
|
+
AnnotationLayer.prototype.lt = function (a) {
|
|
449
|
+
_super.prototype.lt.call(this, a);
|
|
450
|
+
if (isNaN_(this.q7.x) && isNaN_(this.q7.y)) {
|
|
451
451
|
if (isNaN_(a.x) && isNaN_(a.y)) {
|
|
452
|
-
this.
|
|
452
|
+
this.p4.b0();
|
|
453
453
|
return;
|
|
454
454
|
}
|
|
455
455
|
else {
|
|
456
|
-
this.
|
|
457
|
-
this.
|
|
456
|
+
this.p4.b2();
|
|
457
|
+
this.q5 = a;
|
|
458
458
|
}
|
|
459
459
|
}
|
|
460
460
|
else {
|
|
461
|
-
this.
|
|
462
|
-
this.
|
|
461
|
+
this.p4.b2();
|
|
462
|
+
this.q5 = this.q7;
|
|
463
463
|
}
|
|
464
|
-
this.
|
|
464
|
+
this.mi(true);
|
|
465
465
|
};
|
|
466
466
|
AnnotationLayer.prototype.e9 = function (a, b, c) {
|
|
467
467
|
var d = _super.prototype.e9.call(this, a, b, c);
|
|
@@ -472,22 +472,22 @@ var AnnotationLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
472
472
|
return d;
|
|
473
473
|
};
|
|
474
474
|
AnnotationLayer.prototype.get_e5 = function () {
|
|
475
|
-
return this.
|
|
475
|
+
return this.qd;
|
|
476
476
|
};
|
|
477
|
-
Object.defineProperty(AnnotationLayer.prototype, "
|
|
477
|
+
Object.defineProperty(AnnotationLayer.prototype, "qd", {
|
|
478
478
|
get: function () {
|
|
479
|
-
return this.
|
|
479
|
+
return this.p8;
|
|
480
480
|
},
|
|
481
481
|
set: function (a) {
|
|
482
|
-
var b = this.
|
|
483
|
-
this.
|
|
484
|
-
this.raisePropertyChanged("ShouldRenderAsOverlay", b, this.
|
|
482
|
+
var b = this.p8;
|
|
483
|
+
this.p8 = a;
|
|
484
|
+
this.raisePropertyChanged("ShouldRenderAsOverlay", b, this.p8);
|
|
485
485
|
},
|
|
486
486
|
enumerable: true,
|
|
487
487
|
configurable: true
|
|
488
488
|
});
|
|
489
489
|
AnnotationLayer.$t = markType(AnnotationLayer, 'AnnotationLayer', Series.$);
|
|
490
|
-
AnnotationLayer.$$p = markDep(DependencyProperty, PropertyMetadata, AnnotationLayer, 'raisePropertyChanged', ['CursorPosition:
|
|
490
|
+
AnnotationLayer.$$p = markDep(DependencyProperty, PropertyMetadata, AnnotationLayer, 'raisePropertyChanged', ['CursorPosition:q6:qz', [Point_$type, { $type: Point_$type, x: NaN, y: NaN }], 'IsDefaultCrosshairDisabled:p9:q0', [0, true], 'UseIndex:qe:q1', [0, false], 'UseLegend:qf:q2', [0, false]]);
|
|
491
491
|
return AnnotationLayer;
|
|
492
492
|
}(Series));
|
|
493
493
|
export { AnnotationLayer };
|
|
@@ -508,8 +508,8 @@ var AnnotationLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
508
508
|
if (this.by) {
|
|
509
509
|
this.by = false;
|
|
510
510
|
this.bz = -1;
|
|
511
|
-
this.bx.
|
|
512
|
-
this.bx.
|
|
511
|
+
this.bx.q5 = { $type: Point_$type, x: NaN, y: NaN };
|
|
512
|
+
this.bx.mi(true);
|
|
513
513
|
}
|
|
514
514
|
};
|
|
515
515
|
AnnotationLayerView.prototype.b0 = function () {
|