igniteui-webcomponents-charts 3.2.3 → 3.2.4
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 +24938 -21547
- 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 +7 -7
- package/esm2015/lib/AnchoredCategorySeries_combined.js +141 -141
- package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +222 -222
- package/esm2015/lib/AngleAxisLabelPanel_combined.js +18 -18
- package/esm2015/lib/AnnotationLayerProxy.js +39 -26
- package/esm2015/lib/AnnotationLayer_combined.js +133 -133
- package/esm2015/lib/AreaSeries_combined.js +44 -44
- package/esm2015/lib/AutomaticSeriesManager.js +7 -0
- package/esm2015/lib/AutomaticSeriesPurpose.js +11 -0
- package/esm2015/lib/AutomaticSeriesRequest.js +7 -0
- package/esm2015/lib/AutomaticSeriesRequestCollection.js +7 -0
- package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
- package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
- package/esm2015/lib/AxisAnnotationFrameManager.js +2 -2
- package/esm2015/lib/AxisAnnotationManager.js +1 -1
- package/esm2015/lib/AxisVisualDataManager.js +2 -2
- package/esm2015/lib/BarSeries_combined.js +110 -103
- package/esm2015/lib/BollingerBandWidthIndicator.js +20 -20
- package/esm2015/lib/BollingerBandsOverlay_combined.js +98 -98
- package/esm2015/lib/BrushScale.js +7 -7
- package/esm2015/lib/BubbleSeries_combined.js +255 -255
- package/esm2015/lib/CalloutLabelUpdatingEventArgs.js +4 -2
- package/esm2015/lib/CalloutLayer_combined.js +451 -449
- package/esm2015/lib/CategoryBucketCalculator_combined.js +241 -240
- package/esm2015/lib/CategoryChart.js +545 -456
- package/esm2015/lib/CategoryDateTimeXAxis_combined.js +4 -4
- package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
- package/esm2015/lib/CategoryHighlightLayer_combined.js +52 -52
- package/esm2015/lib/CategoryItemHighlightLayer_combined.js +121 -118
- package/esm2015/lib/CategoryMarkerManager.js +1 -1
- package/esm2015/lib/CategorySeriesInteractionManager.js +8 -8
- package/esm2015/lib/CategoryToolTipLayer_combined.js +74 -74
- package/esm2015/lib/CategoryTrendLineManagerBase.js +1 -1
- package/esm2015/lib/CategoryXAxis_combined.js +140 -23
- package/esm2015/lib/CategoryYAxis_combined.js +140 -23
- package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
- package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
- package/esm2015/lib/ChartGroupDescription.js +52 -0
- package/esm2015/lib/ChartGroupDescriptionCollection.js +84 -0
- package/esm2015/lib/ChartSortDescription.js +61 -0
- package/esm2015/lib/ChartSortDescriptionCollection.js +90 -0
- package/esm2015/lib/ChartSummaryDescription.js +123 -0
- package/esm2015/lib/ChartSummaryDescriptionCollection.js +96 -0
- package/esm2015/lib/ColumnSeries_combined.js +65 -65
- package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
- package/esm2015/lib/CrosshairLayer_combined.js +85 -85
- package/esm2015/lib/CustomIndicator.js +23 -23
- package/esm2015/lib/DataChartToolbarFactoryManager.js +27 -0
- package/esm2015/lib/DataChartToolbarProvider.js +107 -0
- package/esm2015/lib/DataChartVisualDataManager.js +4 -4
- package/esm2015/lib/DataLegendSummaryCalculationAverage.js +1 -1
- package/esm2015/lib/DataLegendSummaryCalculationMax.js +1 -1
- package/esm2015/lib/DataLegendSummaryCalculationMin.js +1 -1
- package/esm2015/lib/DataLegendSummaryCalculationTotal.js +1 -1
- package/esm2015/lib/DataToolTipLayer_combined.js +442 -440
- package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
- package/esm2015/lib/DomainChart.js +2162 -1903
- package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
- package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
- package/esm2015/lib/FinalValueLayer_combined.js +70 -70
- package/esm2015/lib/FinancialChart_combined.js +1443 -1359
- package/esm2015/lib/FinancialEventArgs_combined.js +586 -586
- package/esm2015/lib/FinancialIndicator_combined.js +201 -201
- package/esm2015/lib/FinancialOverlay.js +36 -36
- package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
- package/esm2015/lib/FinancialPriceSeriesProxy.js +16 -16
- package/esm2015/lib/FinancialPriceSeries_combined.js +239 -239
- package/esm2015/lib/ForceIndexIndicator.js +16 -16
- package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
- package/esm2015/lib/HighDensityScatterSeries_combined.js +436 -436
- package/esm2015/lib/HorizontalAnchoredCategorySeries.js +106 -106
- package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
- package/esm2015/lib/HorizontalRangeCategorySeries.js +55 -55
- package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
- package/esm2015/lib/IDataChartToolbarProvider.js +7 -0
- package/esm2015/lib/IZoomableCategoryAxis.js +11 -0
- package/esm2015/lib/IndicatorProxy.js +11 -11
- package/esm2015/lib/ItemToolTipLayer_combined.js +79 -79
- package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
- package/esm2015/lib/LineSeries_combined.js +38 -38
- 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/NumberAbbreviator.js +1 -1
- package/esm2015/lib/NumericXAxis_combined.js +3 -3
- package/esm2015/lib/NumericYAxis_combined.js +3 -3
- package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
- package/esm2015/lib/OrdinalTimeXAxis.js +113 -113
- package/esm2015/lib/OverlayProxy.js +8 -8
- package/esm2015/lib/PercentChangeYAxis_combined.js +1 -1
- package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
- package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
- package/esm2015/lib/PieChartViewManager_combined.js +9 -9
- package/esm2015/lib/PointSeries_combined.js +19 -19
- package/esm2015/lib/PolarAreaSeries_combined.js +23 -23
- package/esm2015/lib/PolarBase_combined.js +388 -388
- package/esm2015/lib/PolarLineSeriesBase_combined.js +55 -55
- package/esm2015/lib/PolarLineSeries_combined.js +21 -21
- package/esm2015/lib/PolarScatterSeries_combined.js +13 -13
- package/esm2015/lib/PolarSplineAreaSeries_combined.js +24 -24
- package/esm2015/lib/PolarSplineSeries_combined.js +23 -23
- package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
- package/esm2015/lib/PriceChannelOverlay_combined.js +78 -78
- package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
- package/esm2015/lib/RadialAreaSeries_combined.js +35 -35
- package/esm2015/lib/RadialAxisLabelPanel_combined.js +1 -1
- package/esm2015/lib/RadialBucketCalculator_combined.js +156 -156
- package/esm2015/lib/RadialColumnSeries_combined.js +47 -47
- package/esm2015/lib/RadialLineSeries_combined.js +37 -37
- package/esm2015/lib/RadialPieSeries_combined.js +45 -45
- package/esm2015/lib/RangeAreaSeries_combined.js +22 -22
- package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +99 -99
- package/esm2015/lib/RangeColumnSeries_combined.js +35 -35
- package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
- package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
- package/esm2015/lib/ScatterAreaSeries_combined.js +128 -128
- package/esm2015/lib/ScatterBase_combined.js +445 -445
- package/esm2015/lib/ScatterContourSeries_combined.js +112 -112
- package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
- package/esm2015/lib/ScatterLineSeries.js +51 -51
- package/esm2015/lib/ScatterLineSeriesView.js +7 -7
- package/esm2015/lib/ScatterPolygonSeries_combined.js +206 -206
- package/esm2015/lib/ScatterPolylineSeries_combined.js +22 -22
- package/esm2015/lib/ScatterSeries_combined.js +15 -15
- package/esm2015/lib/ScatterSplineSeries.js +38 -38
- package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
- package/esm2015/lib/ScatterTriangulationSeries.js +177 -177
- package/esm2015/lib/SeriesInteractionManager.js +80 -80
- package/esm2015/lib/SeriesRenderManager.js +17 -17
- package/esm2015/lib/SeriesRenderingArguments.js +1 -1
- package/esm2015/lib/SeriesViewerInteractionManager.js +197 -197
- package/esm2015/lib/SeriesViewerScrollbarManager.js +7 -7
- package/esm2015/lib/SeriesViewerSurfaceViewer.js +14 -14
- package/esm2015/lib/SeriesViewer_combined.js +3505 -3171
- package/esm2015/lib/SeriesVisualDataManager.js +23 -23
- package/esm2015/lib/ShapeSeriesBase_combined.js +303 -303
- package/esm2015/lib/SizeScale.js +3 -3
- package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
- package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
- package/esm2015/lib/SplineSeriesBase_combined.js +123 -123
- package/esm2015/lib/SplineSeries_combined.js +25 -25
- package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100BarBucketCalculator.js +2 -2
- package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
- package/esm2015/lib/Stacked100ColumnBucketCalculator.js +2 -2
- package/esm2015/lib/Stacked100ColumnSeries_combined.js +15 -15
- 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 +9 -9
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1026 -1026
- package/esm2015/lib/StandardDeviationIndicator.js +15 -15
- package/esm2015/lib/StepAreaSeries_combined.js +37 -37
- package/esm2015/lib/StepLineSeries_combined.js +43 -43
- package/esm2015/lib/StochRSIIndicator.js +15 -15
- package/esm2015/lib/StrategyBasedIndicator.js +59 -59
- package/esm2015/lib/TRIXIndicator.js +16 -16
- package/esm2015/lib/TileZoomManager_combined.js +9 -9
- package/esm2015/lib/TimeAxisBase.js +8 -8
- package/esm2015/lib/TimeXAxis.js +10 -10
- package/esm2015/lib/TypicalPriceIndicator.js +6 -6
- package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
- package/esm2015/lib/ValueOverlay_combined.js +115 -115
- package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
- package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/WaterfallSeries_combined.js +103 -103
- package/esm2015/lib/WeightedCloseIndicator.js +6 -6
- package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
- package/esm2015/lib/XYChart.js +802 -802
- package/esm2015/lib/igc-anchored-category-series-component.js +18 -18
- package/esm2015/lib/igc-anchored-radial-series-component.js +31 -31
- package/esm2015/lib/igc-annotation-layer-component.js +17 -17
- 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 +6 -6
- package/esm2015/lib/igc-bar-series-component.js +11 -11
- package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
- package/esm2015/lib/igc-bollinger-bands-overlay-component.js +9 -9
- package/esm2015/lib/igc-bubble-series-component.js +44 -44
- package/esm2015/lib/igc-callout-label-updating-event-args.js +35 -6
- package/esm2015/lib/igc-callout-layer-component.js +95 -95
- package/esm2015/lib/igc-category-chart-component.js +169 -112
- 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 +20 -20
- package/esm2015/lib/igc-category-tool-tip-layer-component.js +12 -12
- package/esm2015/lib/igc-category-x-axis-component.js +75 -2
- package/esm2015/lib/igc-category-y-axis-component.js +75 -2
- package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
- package/esm2015/lib/igc-chart-group-description-collection.js +88 -0
- package/esm2015/lib/igc-chart-group-description-module.js +15 -0
- package/esm2015/lib/igc-chart-group-description.js +20 -0
- package/esm2015/lib/igc-chart-sort-description-collection.js +98 -0
- package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
- package/esm2015/lib/igc-chart-sort-description.js +61 -0
- package/esm2015/lib/igc-chart-summary-description-collection.js +95 -0
- package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
- package/esm2015/lib/igc-chart-summary-description.js +95 -0
- package/esm2015/lib/igc-column-fragment-component.js +11 -11
- package/esm2015/lib/igc-column-series-component.js +13 -13
- 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-chart-component.js +95 -95
- package/esm2015/lib/igc-data-legend-component.js +1 -1
- package/esm2015/lib/igc-data-tool-tip-layer-component.js +364 -364
- package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-domain-chart-component.js +901 -650
- 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-chart-component.js +214 -157
- package/esm2015/lib/igc-financial-indicator-component.js +16 -16
- package/esm2015/lib/igc-financial-overlay-component.js +5 -5
- package/esm2015/lib/igc-financial-price-series-component.js +30 -30
- package/esm2015/lib/igc-financial-series-component.js +60 -60
- package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-fragment-base-component.js +2 -2
- package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
- package/esm2015/lib/igc-high-density-scatter-series-component.js +57 -57
- package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +7 -7
- package/esm2015/lib/igc-horizontal-range-category-series-component.js +19 -19
- package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +3 -3
- package/esm2015/lib/igc-item-tool-tip-layer-component.js +18 -18
- package/esm2015/lib/igc-line-fragment-component.js +1 -1
- package/esm2015/lib/igc-line-series-component.js +1 -1
- 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-ordinal-time-x-axis-component.js +5 -5
- package/esm2015/lib/igc-polar-area-series-component.js +3 -3
- package/esm2015/lib/igc-polar-base-component.js +77 -77
- package/esm2015/lib/igc-polar-line-series-component.js +4 -4
- package/esm2015/lib/igc-polar-spline-area-series-component.js +4 -4
- package/esm2015/lib/igc-polar-spline-series-component.js +4 -4
- package/esm2015/lib/igc-price-channel-overlay-component.js +6 -6
- package/esm2015/lib/igc-radial-area-series-component.js +3 -3
- package/esm2015/lib/igc-radial-base-component.js +31 -31
- package/esm2015/lib/igc-radial-column-series-component.js +9 -9
- package/esm2015/lib/igc-radial-line-series-component.js +4 -4
- package/esm2015/lib/igc-radial-pie-series-component.js +9 -9
- package/esm2015/lib/igc-range-category-series-component.js +6 -6
- package/esm2015/lib/igc-range-column-series-component.js +10 -10
- 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 +24 -24
- package/esm2015/lib/igc-scatter-base-component.js +49 -49
- package/esm2015/lib/igc-scatter-contour-series-component.js +29 -29
- package/esm2015/lib/igc-scatter-line-series-component.js +4 -4
- package/esm2015/lib/igc-scatter-polygon-series-component.js +39 -39
- package/esm2015/lib/igc-scatter-polyline-series-component.js +7 -7
- package/esm2015/lib/igc-scatter-spline-series-component.js +4 -4
- package/esm2015/lib/igc-scatter-triangulation-series-component.js +37 -37
- package/esm2015/lib/igc-series-component.js +195 -185
- package/esm2015/lib/igc-series-viewer-component.js +379 -282
- package/esm2015/lib/igc-shape-series-base-component.js +45 -45
- package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-spline-area-fragment-component.js +1 -1
- package/esm2015/lib/igc-spline-area-series-component.js +1 -1
- package/esm2015/lib/igc-spline-fragment-base-component.js +2 -2
- package/esm2015/lib/igc-spline-fragment-component.js +1 -1
- package/esm2015/lib/igc-spline-series-base-component.js +6 -6
- package/esm2015/lib/igc-spline-series-component.js +1 -1
- 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 +12 -12
- package/esm2015/lib/igc-stacked-column-series-component.js +9 -9
- package/esm2015/lib/igc-stacked-line-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-series-base-component.js +11 -11
- package/esm2015/lib/igc-stacked-spline-area-series-component.js +4 -4
- package/esm2015/lib/igc-stacked-spline-series-component.js +4 -4
- package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
- package/esm2015/lib/igc-step-area-series-component.js +2 -2
- package/esm2015/lib/igc-step-line-series-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 +52 -52
- package/esm2015/lib/igc-vertical-anchored-category-series-component.js +10 -10
- package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
- package/esm2015/lib/igc-waterfall-series-component.js +19 -19
- package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
- package/esm2015/lib/igc-xy-chart-component.js +218 -218
- package/esm2015/lib/igc-zoom-slider-component.js +0 -7
- package/esm2015/public_api.js +23 -0
- package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
- package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
- package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
- package/esm5/lib/AnchoredCategorySeries_combined.js +140 -140
- package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +220 -220
- package/esm5/lib/AngleAxisLabelPanel_combined.js +18 -18
- package/esm5/lib/AnnotationLayerProxy.js +39 -26
- package/esm5/lib/AnnotationLayer_combined.js +132 -132
- package/esm5/lib/AreaSeries_combined.js +44 -44
- package/esm5/lib/AutomaticSeriesManager.js +7 -0
- package/esm5/lib/AutomaticSeriesPurpose.js +11 -0
- package/esm5/lib/AutomaticSeriesRequest.js +7 -0
- package/esm5/lib/AutomaticSeriesRequestCollection.js +7 -0
- package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
- package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
- package/esm5/lib/AxisAnnotationFrameManager.js +2 -2
- package/esm5/lib/AxisAnnotationManager.js +1 -1
- package/esm5/lib/AxisVisualDataManager.js +2 -2
- package/esm5/lib/BarSeries_combined.js +110 -103
- package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
- package/esm5/lib/BollingerBandsOverlay_combined.js +98 -98
- package/esm5/lib/BrushScale.js +7 -7
- package/esm5/lib/BubbleSeries_combined.js +252 -252
- package/esm5/lib/CalloutLabelUpdatingEventArgs.js +4 -2
- package/esm5/lib/CalloutLayer_combined.js +442 -440
- package/esm5/lib/CategoryBucketCalculator_combined.js +241 -240
- package/esm5/lib/CategoryChart.js +522 -413
- package/esm5/lib/CategoryDateTimeXAxis_combined.js +4 -4
- package/esm5/lib/CategoryErrorBarSettings.js +5 -5
- package/esm5/lib/CategoryHighlightLayer_combined.js +51 -51
- package/esm5/lib/CategoryItemHighlightLayer_combined.js +121 -118
- package/esm5/lib/CategoryMarkerManager.js +1 -1
- package/esm5/lib/CategorySeriesInteractionManager.js +8 -8
- package/esm5/lib/CategoryToolTipLayer_combined.js +74 -74
- package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
- package/esm5/lib/CategoryXAxis_combined.js +140 -23
- package/esm5/lib/CategoryYAxis_combined.js +140 -23
- package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
- package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
- package/esm5/lib/ChartGroupDescription.js +59 -0
- package/esm5/lib/ChartGroupDescriptionCollection.js +94 -0
- package/esm5/lib/ChartSortDescription.js +75 -0
- package/esm5/lib/ChartSortDescriptionCollection.js +104 -0
- package/esm5/lib/ChartSummaryDescription.js +149 -0
- package/esm5/lib/ChartSummaryDescriptionCollection.js +110 -0
- package/esm5/lib/ColumnSeries_combined.js +64 -64
- package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
- package/esm5/lib/CrosshairLayer_combined.js +85 -85
- package/esm5/lib/CustomIndicator.js +23 -23
- package/esm5/lib/DataChartToolbarFactoryManager.js +31 -0
- package/esm5/lib/DataChartToolbarProvider.js +117 -0
- package/esm5/lib/DataChartVisualDataManager.js +4 -4
- package/esm5/lib/DataLegendSummaryCalculationAverage.js +1 -1
- package/esm5/lib/DataLegendSummaryCalculationMax.js +1 -1
- package/esm5/lib/DataLegendSummaryCalculationMin.js +1 -1
- package/esm5/lib/DataLegendSummaryCalculationTotal.js +1 -1
- package/esm5/lib/DataToolTipLayer_combined.js +436 -434
- package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
- package/esm5/lib/DomainChart.js +2098 -1753
- package/esm5/lib/EaseOfMovementIndicator.js +6 -6
- package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
- package/esm5/lib/FinalValueLayer_combined.js +70 -70
- package/esm5/lib/FinancialChart_combined.js +1405 -1300
- package/esm5/lib/FinancialEventArgs_combined.js +581 -581
- package/esm5/lib/FinancialIndicator_combined.js +200 -200
- package/esm5/lib/FinancialOverlay.js +36 -36
- package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
- package/esm5/lib/FinancialPriceSeriesProxy.js +16 -16
- package/esm5/lib/FinancialPriceSeries_combined.js +238 -238
- package/esm5/lib/ForceIndexIndicator.js +15 -15
- package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
- package/esm5/lib/HighDensityScatterSeries_combined.js +433 -433
- package/esm5/lib/HorizontalAnchoredCategorySeries.js +105 -105
- package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
- package/esm5/lib/HorizontalRangeCategorySeries.js +55 -55
- package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
- package/esm5/lib/IDataChartToolbarProvider.js +7 -0
- package/esm5/lib/IZoomableCategoryAxis.js +11 -0
- package/esm5/lib/IndicatorProxy.js +11 -11
- package/esm5/lib/ItemToolTipLayer_combined.js +79 -79
- package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
- package/esm5/lib/LineSeries_combined.js +38 -38
- 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/NumberAbbreviator.js +1 -1
- package/esm5/lib/NumericXAxis_combined.js +3 -3
- package/esm5/lib/NumericYAxis_combined.js +3 -3
- package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
- package/esm5/lib/OrdinalTimeXAxis.js +109 -109
- package/esm5/lib/OverlayProxy.js +8 -8
- package/esm5/lib/PercentChangeYAxis_combined.js +1 -1
- package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
- package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
- package/esm5/lib/PieChartViewManager_combined.js +9 -9
- package/esm5/lib/PointSeries_combined.js +19 -19
- package/esm5/lib/PolarAreaSeries_combined.js +23 -23
- package/esm5/lib/PolarBase_combined.js +384 -384
- package/esm5/lib/PolarLineSeriesBase_combined.js +55 -55
- package/esm5/lib/PolarLineSeries_combined.js +21 -21
- package/esm5/lib/PolarScatterSeries_combined.js +13 -13
- package/esm5/lib/PolarSplineAreaSeries_combined.js +24 -24
- package/esm5/lib/PolarSplineSeries_combined.js +23 -23
- package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
- package/esm5/lib/PriceChannelOverlay_combined.js +78 -78
- package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
- package/esm5/lib/RadialAreaSeries_combined.js +35 -35
- package/esm5/lib/RadialAxisLabelPanel_combined.js +1 -1
- package/esm5/lib/RadialBucketCalculator_combined.js +154 -154
- package/esm5/lib/RadialColumnSeries_combined.js +47 -47
- package/esm5/lib/RadialLineSeries_combined.js +37 -37
- package/esm5/lib/RadialPieSeries_combined.js +45 -45
- package/esm5/lib/RangeAreaSeries_combined.js +22 -22
- package/esm5/lib/RangeCategoryBucketCalculator_combined.js +99 -99
- package/esm5/lib/RangeColumnSeries_combined.js +35 -35
- package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
- package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
- package/esm5/lib/ScatterAreaSeries_combined.js +126 -126
- package/esm5/lib/ScatterBase_combined.js +441 -441
- package/esm5/lib/ScatterContourSeries_combined.js +110 -110
- package/esm5/lib/ScatterErrorBarSettings.js +5 -5
- package/esm5/lib/ScatterLineSeries.js +51 -51
- package/esm5/lib/ScatterLineSeriesView.js +7 -7
- package/esm5/lib/ScatterPolygonSeries_combined.js +205 -205
- package/esm5/lib/ScatterPolylineSeries_combined.js +22 -22
- package/esm5/lib/ScatterSeries_combined.js +15 -15
- package/esm5/lib/ScatterSplineSeries.js +38 -38
- package/esm5/lib/ScatterSplineSeriesView.js +7 -7
- package/esm5/lib/ScatterTriangulationSeries.js +173 -173
- package/esm5/lib/SeriesInteractionManager.js +80 -80
- package/esm5/lib/SeriesRenderManager.js +17 -17
- package/esm5/lib/SeriesRenderingArguments.js +1 -1
- package/esm5/lib/SeriesViewerInteractionManager.js +197 -197
- package/esm5/lib/SeriesViewerScrollbarManager.js +7 -7
- package/esm5/lib/SeriesViewerSurfaceViewer.js +14 -14
- package/esm5/lib/SeriesViewer_combined.js +3458 -3101
- package/esm5/lib/SeriesVisualDataManager.js +23 -23
- package/esm5/lib/ShapeSeriesBase_combined.js +301 -301
- package/esm5/lib/SizeScale.js +3 -3
- package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
- package/esm5/lib/SplineAreaSeries_combined.js +38 -38
- package/esm5/lib/SplineSeriesBase_combined.js +121 -121
- package/esm5/lib/SplineSeries_combined.js +25 -25
- package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
- package/esm5/lib/Stacked100BarBucketCalculator.js +2 -2
- package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
- package/esm5/lib/Stacked100ColumnBucketCalculator.js +2 -2
- package/esm5/lib/Stacked100ColumnSeries_combined.js +15 -15
- 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 +9 -9
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1025 -1025
- package/esm5/lib/StandardDeviationIndicator.js +14 -14
- package/esm5/lib/StepAreaSeries_combined.js +37 -37
- package/esm5/lib/StepLineSeries_combined.js +43 -43
- package/esm5/lib/StochRSIIndicator.js +14 -14
- package/esm5/lib/StrategyBasedIndicator.js +59 -59
- package/esm5/lib/TRIXIndicator.js +15 -15
- package/esm5/lib/TileZoomManager_combined.js +9 -9
- package/esm5/lib/TimeAxisBase.js +8 -8
- package/esm5/lib/TimeXAxis.js +10 -10
- package/esm5/lib/TypicalPriceIndicator.js +6 -6
- package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
- package/esm5/lib/ValueOverlay_combined.js +115 -115
- package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
- package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/WaterfallSeries_combined.js +103 -103
- package/esm5/lib/WeightedCloseIndicator.js +6 -6
- package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
- package/esm5/lib/XYChart.js +717 -717
- package/esm5/lib/igc-anchored-category-series-component.js +18 -18
- package/esm5/lib/igc-anchored-radial-series-component.js +31 -31
- package/esm5/lib/igc-annotation-layer-component.js +17 -17
- 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 +6 -6
- package/esm5/lib/igc-bar-series-component.js +11 -11
- package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
- package/esm5/lib/igc-bollinger-bands-overlay-component.js +9 -9
- package/esm5/lib/igc-bubble-series-component.js +44 -44
- package/esm5/lib/igc-callout-label-updating-event-args.js +43 -6
- package/esm5/lib/igc-callout-layer-component.js +95 -95
- package/esm5/lib/igc-category-chart-component.js +189 -112
- 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 +20 -20
- package/esm5/lib/igc-category-tool-tip-layer-component.js +12 -12
- package/esm5/lib/igc-category-x-axis-component.js +95 -2
- package/esm5/lib/igc-category-y-axis-component.js +95 -2
- package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
- package/esm5/lib/igc-chart-group-description-collection.js +115 -0
- package/esm5/lib/igc-chart-group-description-module.js +19 -0
- package/esm5/lib/igc-chart-group-description.js +34 -0
- package/esm5/lib/igc-chart-sort-description-collection.js +129 -0
- package/esm5/lib/igc-chart-sort-description-module.js +19 -0
- package/esm5/lib/igc-chart-sort-description.js +81 -0
- package/esm5/lib/igc-chart-summary-description-collection.js +126 -0
- package/esm5/lib/igc-chart-summary-description-module.js +19 -0
- package/esm5/lib/igc-chart-summary-description.js +122 -0
- package/esm5/lib/igc-column-fragment-component.js +11 -11
- package/esm5/lib/igc-column-series-component.js +13 -13
- 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-chart-component.js +95 -95
- package/esm5/lib/igc-data-legend-component.js +1 -1
- package/esm5/lib/igc-data-tool-tip-layer-component.js +364 -364
- package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-domain-chart-component.js +973 -650
- 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-chart-component.js +234 -157
- package/esm5/lib/igc-financial-indicator-component.js +16 -16
- package/esm5/lib/igc-financial-overlay-component.js +5 -5
- package/esm5/lib/igc-financial-price-series-component.js +30 -30
- package/esm5/lib/igc-financial-series-component.js +60 -60
- package/esm5/lib/igc-force-index-indicator-component.js +4 -4
- package/esm5/lib/igc-fragment-base-component.js +2 -2
- package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
- package/esm5/lib/igc-high-density-scatter-series-component.js +57 -57
- package/esm5/lib/igc-horizontal-anchored-category-series-component.js +7 -7
- package/esm5/lib/igc-horizontal-range-category-series-component.js +19 -19
- package/esm5/lib/igc-horizontal-stacked-series-base-component.js +3 -3
- package/esm5/lib/igc-item-tool-tip-layer-component.js +18 -18
- package/esm5/lib/igc-line-fragment-component.js +1 -1
- package/esm5/lib/igc-line-series-component.js +1 -1
- 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-ordinal-time-x-axis-component.js +5 -5
- package/esm5/lib/igc-polar-area-series-component.js +3 -3
- package/esm5/lib/igc-polar-base-component.js +77 -77
- package/esm5/lib/igc-polar-line-series-component.js +4 -4
- package/esm5/lib/igc-polar-spline-area-series-component.js +4 -4
- package/esm5/lib/igc-polar-spline-series-component.js +4 -4
- package/esm5/lib/igc-price-channel-overlay-component.js +6 -6
- package/esm5/lib/igc-radial-area-series-component.js +3 -3
- package/esm5/lib/igc-radial-base-component.js +31 -31
- package/esm5/lib/igc-radial-column-series-component.js +9 -9
- package/esm5/lib/igc-radial-line-series-component.js +4 -4
- package/esm5/lib/igc-radial-pie-series-component.js +9 -9
- package/esm5/lib/igc-range-category-series-component.js +6 -6
- package/esm5/lib/igc-range-column-series-component.js +10 -10
- 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 +24 -24
- package/esm5/lib/igc-scatter-base-component.js +49 -49
- package/esm5/lib/igc-scatter-contour-series-component.js +29 -29
- package/esm5/lib/igc-scatter-line-series-component.js +4 -4
- package/esm5/lib/igc-scatter-polygon-series-component.js +39 -39
- package/esm5/lib/igc-scatter-polyline-series-component.js +7 -7
- package/esm5/lib/igc-scatter-spline-series-component.js +4 -4
- package/esm5/lib/igc-scatter-triangulation-series-component.js +37 -37
- package/esm5/lib/igc-series-component.js +199 -185
- package/esm5/lib/igc-series-viewer-component.js +403 -282
- package/esm5/lib/igc-shape-series-base-component.js +45 -45
- package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-spline-area-fragment-component.js +1 -1
- package/esm5/lib/igc-spline-area-series-component.js +1 -1
- package/esm5/lib/igc-spline-fragment-base-component.js +2 -2
- package/esm5/lib/igc-spline-fragment-component.js +1 -1
- package/esm5/lib/igc-spline-series-base-component.js +6 -6
- package/esm5/lib/igc-spline-series-component.js +1 -1
- 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 +12 -12
- package/esm5/lib/igc-stacked-column-series-component.js +9 -9
- package/esm5/lib/igc-stacked-line-series-component.js +1 -1
- package/esm5/lib/igc-stacked-series-base-component.js +11 -11
- package/esm5/lib/igc-stacked-spline-area-series-component.js +4 -4
- package/esm5/lib/igc-stacked-spline-series-component.js +4 -4
- package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
- package/esm5/lib/igc-step-area-series-component.js +2 -2
- package/esm5/lib/igc-step-line-series-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 +52 -52
- package/esm5/lib/igc-vertical-anchored-category-series-component.js +10 -10
- package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
- package/esm5/lib/igc-waterfall-series-component.js +19 -19
- package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
- package/esm5/lib/igc-xy-chart-component.js +218 -218
- package/esm5/lib/igc-zoom-slider-component.js +0 -7
- package/esm5/public_api.js +23 -0
- package/fesm2015/igniteui-webcomponents-charts.js +24809 -22008
- package/fesm5/igniteui-webcomponents-charts.js +24917 -21549
- package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
- package/lib/AccumulationDistributionIndicator.d.ts +4 -4
- package/lib/AnchoredCategorySeries_combined.d.ts +45 -45
- package/lib/AnchoredRadialBucketCalculator_combined.d.ts +52 -52
- package/lib/AnnotationLayerProxy.d.ts +4 -0
- package/lib/AnnotationLayer_combined.d.ts +40 -40
- package/lib/AreaSeries_combined.d.ts +8 -8
- package/lib/AutomaticSeriesManager.d.ts +1 -0
- package/lib/AutomaticSeriesPurpose.d.ts +11 -0
- package/lib/AutomaticSeriesRequest.d.ts +1 -0
- package/lib/AutomaticSeriesRequestCollection.d.ts +1 -0
- package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
- package/lib/AverageTrueRangeIndicator.d.ts +8 -8
- package/lib/BarSeries_combined.d.ts +19 -19
- package/lib/BollingerBandWidthIndicator.d.ts +10 -10
- package/lib/BollingerBandsOverlay_combined.d.ts +18 -18
- package/lib/BubbleSeries_combined.d.ts +48 -48
- package/lib/CalloutLabelUpdatingEventArgs.d.ts +5 -2
- package/lib/CalloutLayer_combined.d.ts +101 -101
- package/lib/CategoryBucketCalculator_combined.d.ts +71 -71
- package/lib/CategoryChart.d.ts +129 -116
- package/lib/CategoryHighlightLayer_combined.d.ts +15 -15
- package/lib/CategoryItemHighlightLayer_combined.d.ts +26 -26
- package/lib/CategoryToolTipLayer_combined.d.ts +15 -15
- package/lib/CategoryXAxis_combined.d.ts +17 -5
- package/lib/CategoryYAxis_combined.d.ts +17 -5
- package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
- package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
- package/lib/ChartGroupDescription.d.ts +16 -0
- package/lib/ChartGroupDescriptionCollection.d.ts +26 -0
- package/lib/ChartSortDescription.d.ts +18 -0
- package/lib/ChartSortDescriptionCollection.d.ts +27 -0
- package/lib/ChartSummaryDescription.d.ts +33 -0
- package/lib/ChartSummaryDescriptionCollection.d.ts +27 -0
- package/lib/ColumnSeries_combined.d.ts +17 -17
- package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
- package/lib/CrosshairLayer_combined.d.ts +41 -41
- package/lib/CustomIndicator.d.ts +8 -8
- package/lib/DataChartToolbarFactoryManager.d.ts +9 -0
- package/lib/DataChartToolbarProvider.d.ts +21 -0
- package/lib/DataToolTipLayer_combined.d.ts +138 -138
- package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
- package/lib/DomainChart.d.ts +538 -487
- package/lib/EaseOfMovementIndicator.d.ts +4 -4
- package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
- package/lib/FinalValueLayer_combined.d.ts +28 -28
- package/lib/FinancialChart_combined.d.ts +299 -287
- package/lib/FinancialEventArgs_combined.d.ts +123 -123
- package/lib/FinancialIndicator_combined.d.ts +36 -36
- package/lib/FinancialOverlay.d.ts +9 -9
- package/lib/FinancialPriceSeries_combined.d.ts +41 -41
- package/lib/ForceIndexIndicator.d.ts +9 -9
- package/lib/FullStochasticOscillatorIndicator.d.ts +14 -14
- package/lib/HighDensityScatterSeries_combined.d.ts +96 -96
- package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
- package/lib/HorizontalRangeCategorySeries.d.ts +13 -13
- package/lib/IAnnotationLayerProxy.d.ts +4 -0
- package/lib/IDataChartToolbarProvider.d.ts +1 -0
- package/lib/IZoomableCategoryAxis.d.ts +17 -0
- package/lib/ItemToolTipLayer_combined.d.ts +19 -19
- package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
- package/lib/LineSeries_combined.d.ts +7 -7
- 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/OrdinalTimeXAxis.d.ts +26 -26
- package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
- package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
- package/lib/PointSeries_combined.d.ts +6 -6
- package/lib/PolarAreaSeries_combined.d.ts +7 -7
- package/lib/PolarBase_combined.d.ts +107 -107
- package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
- package/lib/PolarLineSeries_combined.d.ts +8 -8
- package/lib/PolarScatterSeries_combined.d.ts +4 -4
- package/lib/PolarSplineAreaSeries_combined.d.ts +8 -8
- package/lib/PolarSplineSeries_combined.d.ts +7 -7
- package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
- package/lib/PriceChannelOverlay_combined.d.ts +14 -14
- package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
- package/lib/RadialAreaSeries_combined.d.ts +7 -7
- package/lib/RadialBucketCalculator_combined.d.ts +50 -50
- package/lib/RadialColumnSeries_combined.d.ts +11 -11
- package/lib/RadialLineSeries_combined.d.ts +8 -8
- package/lib/RadialPieSeries_combined.d.ts +13 -13
- package/lib/RangeAreaSeries_combined.d.ts +6 -6
- package/lib/RangeCategoryBucketCalculator_combined.d.ts +19 -19
- package/lib/RangeColumnSeries_combined.d.ts +12 -12
- package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
- package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
- package/lib/ScatterAreaSeries_combined.d.ts +28 -28
- package/lib/ScatterBase_combined.d.ts +108 -108
- package/lib/ScatterContourSeries_combined.d.ts +20 -20
- package/lib/ScatterLineSeries.d.ts +12 -12
- package/lib/ScatterPolygonSeries_combined.d.ts +46 -46
- package/lib/ScatterPolylineSeries_combined.d.ts +9 -9
- package/lib/ScatterSeries_combined.d.ts +4 -4
- package/lib/ScatterSplineSeries.d.ts +9 -9
- package/lib/ScatterTriangulationSeries.d.ts +40 -40
- package/lib/SeriesViewer_combined.d.ts +1036 -956
- package/lib/ShapeSeriesBase_combined.d.ts +91 -91
- package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
- package/lib/SplineAreaSeries_combined.d.ts +8 -8
- package/lib/SplineSeriesBase_combined.d.ts +23 -23
- package/lib/SplineSeries_combined.d.ts +6 -6
- package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
- package/lib/Stacked100BarSeries_combined.d.ts +6 -6
- package/lib/Stacked100ColumnSeries_combined.d.ts +6 -6
- 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 +3 -3
- package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +230 -230
- package/lib/StandardDeviationIndicator.d.ts +8 -8
- package/lib/StepAreaSeries_combined.d.ts +10 -10
- package/lib/StepLineSeries_combined.d.ts +9 -9
- package/lib/StochRSIIndicator.d.ts +8 -8
- package/lib/StrategyBasedIndicator.d.ts +21 -21
- 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 +41 -41
- package/lib/VerticalAnchoredCategorySeries.d.ts +23 -23
- package/lib/WaterfallSeries_combined.d.ts +23 -23
- package/lib/WeightedCloseIndicator.d.ts +4 -4
- package/lib/WilliamsPercentRIndicator.d.ts +8 -8
- package/lib/XYChart.d.ts +189 -189
- package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
- package/lib/igc-category-chart-component.d.ts +27 -0
- package/lib/igc-category-x-axis-component.d.ts +37 -0
- package/lib/igc-category-y-axis-component.d.ts +37 -0
- package/lib/igc-chart-group-description-collection.d.ts +24 -0
- package/lib/igc-chart-group-description-module.d.ts +3 -0
- package/lib/igc-chart-group-description.d.ts +14 -0
- package/lib/igc-chart-sort-description-collection.d.ts +28 -0
- package/lib/igc-chart-sort-description-module.d.ts +3 -0
- package/lib/igc-chart-sort-description.d.ts +31 -0
- package/lib/igc-chart-summary-description-collection.d.ts +25 -0
- package/lib/igc-chart-summary-description-module.d.ts +3 -0
- package/lib/igc-chart-summary-description.d.ts +35 -0
- package/lib/igc-data-legend-component.d.ts +1 -1
- package/lib/igc-data-tool-tip-layer-component.d.ts +1 -1
- package/lib/igc-domain-chart-component.d.ts +85 -1
- package/lib/igc-financial-chart-component.d.ts +27 -0
- package/lib/igc-series-component.d.ts +4 -0
- package/lib/igc-series-viewer-component.d.ts +51 -0
- package/lib/igc-zoom-slider-component.d.ts +0 -5
- package/package.json +2 -2
- package/public_api.d.ts +23 -0
|
@@ -61,108 +61,108 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
61
61
|
super();
|
|
62
62
|
this.calloutStyleUpdating = null;
|
|
63
63
|
this.calloutRenderStyleUpdating = null;
|
|
64
|
-
this.
|
|
65
|
-
this.
|
|
64
|
+
this.rw = null;
|
|
65
|
+
this.rx = null;
|
|
66
|
+
this.ry = null;
|
|
67
|
+
this.rv = null;
|
|
66
68
|
this.ru = null;
|
|
67
|
-
this.
|
|
68
|
-
this.
|
|
69
|
-
this.
|
|
70
|
-
this.
|
|
71
|
-
this.
|
|
72
|
-
this.
|
|
73
|
-
this.
|
|
74
|
-
this.
|
|
75
|
-
this.
|
|
76
|
-
this.
|
|
77
|
-
this.
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
81
|
-
this.
|
|
82
|
-
this.r5 = false;
|
|
83
|
-
this.r6 = false;
|
|
69
|
+
this.so = new HashSet$1(CalloutAnnotationWrapper.$, 0);
|
|
70
|
+
this.sr = new List$1(CalloutAnnotationWrapper.$, 0);
|
|
71
|
+
this.ss = new List$1(CalloutAnnotationWrapper.$, 0);
|
|
72
|
+
this.rm = null;
|
|
73
|
+
this.rc = null;
|
|
74
|
+
this.rs = null;
|
|
75
|
+
this.sp = new LinkedList$1(CalloutAnnotationWrapper.$);
|
|
76
|
+
this.sm = new Dictionary$2(CalloutAnnotationWrapper.$, LinkedListNode$1.$.specialize(CalloutAnnotationWrapper.$), 0);
|
|
77
|
+
this.r4 = null;
|
|
78
|
+
this.vy = new Rect(0, 0, 0, 1, 1);
|
|
79
|
+
this.sb = false;
|
|
80
|
+
this.s3 = 0;
|
|
81
|
+
this.vx = Rect.empty;
|
|
82
|
+
this.r9 = false;
|
|
83
|
+
this.sa = false;
|
|
84
84
|
this.calloutContentUpdating = null;
|
|
85
85
|
this.calloutLabelUpdating = null;
|
|
86
86
|
this.calloutSeriesSelecting = null;
|
|
87
|
-
this.
|
|
88
|
-
this.
|
|
89
|
-
this.
|
|
90
|
-
this.
|
|
91
|
-
this.
|
|
92
|
-
this.
|
|
93
|
-
this.
|
|
87
|
+
this.sq = new List$1(SeriesPointOfInterest.$, 0);
|
|
88
|
+
this.sd = false;
|
|
89
|
+
this.se = false;
|
|
90
|
+
this.su = 0;
|
|
91
|
+
this.sc = false;
|
|
92
|
+
this.r8 = true;
|
|
93
|
+
this.re = 1;
|
|
94
94
|
FastItemObjectColumn.m();
|
|
95
|
-
this.
|
|
96
|
-
this.
|
|
97
|
-
let a = this.
|
|
98
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.
|
|
99
|
-
this.
|
|
95
|
+
this.rc = null;
|
|
96
|
+
this.rm = new CalloutPlacementPositionsCollection();
|
|
97
|
+
let a = this.rm;
|
|
98
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.ui));
|
|
99
|
+
this.qi = true;
|
|
100
100
|
let b = new CalloutLayerFrame();
|
|
101
101
|
let c = new CalloutLayerFrame();
|
|
102
102
|
let d = new CalloutLayerFrame();
|
|
103
|
-
let e = this.
|
|
104
|
-
this.
|
|
105
|
-
this.
|
|
106
|
-
this.
|
|
103
|
+
let e = this.ho / 1000;
|
|
104
|
+
this.qa = b;
|
|
105
|
+
this.p9 = c;
|
|
106
|
+
this.qb = d;
|
|
107
107
|
this.ab = CalloutLayer.$;
|
|
108
108
|
}
|
|
109
109
|
get_c8() {
|
|
110
110
|
return true;
|
|
111
111
|
}
|
|
112
|
-
|
|
113
|
-
this.
|
|
112
|
+
ui(a, b) {
|
|
113
|
+
this.ur();
|
|
114
114
|
}
|
|
115
|
-
|
|
116
|
-
this.
|
|
117
|
-
this.
|
|
115
|
+
ur() {
|
|
116
|
+
this.rc = this.rd(this.rn);
|
|
117
|
+
this.uo();
|
|
118
118
|
}
|
|
119
|
-
|
|
120
|
-
this.
|
|
121
|
-
this.
|
|
119
|
+
uj(a, b) {
|
|
120
|
+
this.ss.clear();
|
|
121
|
+
this.ml(false);
|
|
122
122
|
}
|
|
123
|
-
|
|
124
|
-
super.
|
|
125
|
-
let e = this.
|
|
123
|
+
k3(a, b, c, d) {
|
|
124
|
+
super.k3(a, b, c, d);
|
|
125
|
+
let e = this.sn();
|
|
126
126
|
switch (a) {
|
|
127
127
|
case 3:
|
|
128
|
-
this.
|
|
128
|
+
this.uw(b, e);
|
|
129
129
|
break;
|
|
130
130
|
case 1:
|
|
131
131
|
for (let f = b; f < b + c; f++) {
|
|
132
132
|
let g = new CalloutAnnotation();
|
|
133
133
|
let h = new CalloutAnnotationWrapper();
|
|
134
134
|
h.b = g;
|
|
135
|
-
h.b.series = this.
|
|
136
|
-
this.
|
|
137
|
-
this.
|
|
135
|
+
h.b.series = this.rr;
|
|
136
|
+
this.ss.insert(f, h);
|
|
137
|
+
this.uw(f, e);
|
|
138
138
|
}
|
|
139
139
|
break;
|
|
140
140
|
case 0:
|
|
141
|
-
this.
|
|
141
|
+
this.ss.v(b, c);
|
|
142
142
|
break;
|
|
143
143
|
case 2:
|
|
144
144
|
for (let i = b; i < b + c; i++) {
|
|
145
|
-
this.
|
|
145
|
+
this.uw(i, e);
|
|
146
146
|
}
|
|
147
147
|
break;
|
|
148
148
|
case 4:
|
|
149
|
-
this.
|
|
149
|
+
this.ss.clear();
|
|
150
150
|
for (let j = 0; j < this.ck.count; j++) {
|
|
151
151
|
let k = new CalloutAnnotation();
|
|
152
152
|
let l = new CalloutAnnotationWrapper();
|
|
153
153
|
l.b = k;
|
|
154
|
-
l.b.series = this.
|
|
155
|
-
this.
|
|
156
|
-
this.
|
|
154
|
+
l.b.series = this.rr;
|
|
155
|
+
this.ss.add(l);
|
|
156
|
+
this.uw(j, e);
|
|
157
157
|
}
|
|
158
158
|
break;
|
|
159
159
|
}
|
|
160
|
-
this.
|
|
160
|
+
this.ml(true);
|
|
161
161
|
}
|
|
162
|
-
|
|
162
|
+
ep(a) {
|
|
163
163
|
return false;
|
|
164
164
|
}
|
|
165
|
-
|
|
165
|
+
sn() {
|
|
166
166
|
let a = new Dictionary$2(String_$type, Series.$, 0);
|
|
167
167
|
if (this.cd != null) {
|
|
168
168
|
for (let b = 0; b < this.cd.series.count; b++) {
|
|
@@ -174,46 +174,46 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
174
174
|
}
|
|
175
175
|
return a;
|
|
176
176
|
}
|
|
177
|
-
|
|
178
|
-
if (this.
|
|
177
|
+
uw(a, b) {
|
|
178
|
+
if (this.r3 == null || this.r1 == null) {
|
|
179
179
|
return;
|
|
180
180
|
}
|
|
181
181
|
let c = a;
|
|
182
|
-
if (this.
|
|
183
|
-
c = this.
|
|
184
|
-
}
|
|
185
|
-
let d = this.
|
|
186
|
-
let e = this.
|
|
187
|
-
let f = this.
|
|
188
|
-
if (this.
|
|
189
|
-
if (f.b.ab != this.
|
|
190
|
-
f.b.key = this.
|
|
182
|
+
if (this.r2 != null) {
|
|
183
|
+
c = this.r2.item(a);
|
|
184
|
+
}
|
|
185
|
+
let d = this.r3.item(a);
|
|
186
|
+
let e = this.r1.item(a);
|
|
187
|
+
let f = this.ss._inner[a];
|
|
188
|
+
if (this.r0 != null) {
|
|
189
|
+
if (f.b.ab != this.r0.item(a)) {
|
|
190
|
+
f.b.key = this.r0.item(a);
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
|
-
if (this.
|
|
194
|
-
f.b = this.
|
|
193
|
+
if (this.sm.containsKey(f)) {
|
|
194
|
+
f.b = this.sm.item(f).c.b;
|
|
195
195
|
}
|
|
196
196
|
f.b.xValue = c;
|
|
197
197
|
f.b.yValue = d;
|
|
198
198
|
if (this.calloutLabelUpdating != null) {
|
|
199
199
|
let g = ((() => {
|
|
200
200
|
let $ret = new CalloutLabelUpdatingEventArgs();
|
|
201
|
-
$ret.
|
|
202
|
-
$ret.
|
|
201
|
+
$ret.d = c;
|
|
202
|
+
$ret.e = d;
|
|
203
203
|
$ret.item = this.ck.item(a);
|
|
204
204
|
return $ret;
|
|
205
205
|
})());
|
|
206
206
|
this.calloutLabelUpdating(this, g);
|
|
207
|
-
if (g.
|
|
208
|
-
let h = g.
|
|
207
|
+
if (g.c != null && !Base.equalsStatic(g.c, f.b.ao)) {
|
|
208
|
+
let h = g.c;
|
|
209
209
|
f.b.text = h != null ? h.toString() : "";
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
else {
|
|
213
213
|
f.b.text = e != null ? e.toString() : "";
|
|
214
214
|
}
|
|
215
|
-
if (this.
|
|
216
|
-
f.b.content = this.
|
|
215
|
+
if (this.rz != null) {
|
|
216
|
+
f.b.content = this.rz.item(a);
|
|
217
217
|
}
|
|
218
218
|
else {
|
|
219
219
|
f.b.content = this.ck.item(a);
|
|
@@ -236,29 +236,29 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
238
|
}
|
|
239
|
-
this.
|
|
239
|
+
this.ux(f);
|
|
240
240
|
}
|
|
241
|
-
|
|
241
|
+
ux(a) {
|
|
242
242
|
let b = new Thickness(0, DeviceUtils.g(3));
|
|
243
|
-
if (isNaN_(this.
|
|
243
|
+
if (isNaN_(this.v0.left) || isNaN_(this.v0.top) || isNaN_(this.v0.right) || isNaN_(this.v0.bottom)) {
|
|
244
244
|
b = new Thickness(0, DeviceUtils.g(3));
|
|
245
245
|
}
|
|
246
246
|
else {
|
|
247
|
-
b = this.
|
|
247
|
+
b = this.v0;
|
|
248
248
|
}
|
|
249
249
|
let c = DeviceUtils.g(3);
|
|
250
|
-
if (isNaN_(this.
|
|
250
|
+
if (isNaN_(this.sv)) {
|
|
251
251
|
c = DeviceUtils.g(3);
|
|
252
252
|
}
|
|
253
253
|
else {
|
|
254
|
-
c = this.
|
|
255
|
-
}
|
|
256
|
-
let d = this.
|
|
257
|
-
let e = this.
|
|
258
|
-
let f = this.
|
|
259
|
-
let g = this.
|
|
260
|
-
let h = isNaN_(this.
|
|
261
|
-
if (this.
|
|
254
|
+
c = this.sv;
|
|
255
|
+
}
|
|
256
|
+
let d = this.vt != null ? this.vt : this.rl.ci(a.b.l);
|
|
257
|
+
let e = this.vw != null ? this.vw : this.rl.cl();
|
|
258
|
+
let f = this.vv != null ? this.vv : this.rl.ck(a.b.l);
|
|
259
|
+
let g = this.vu != null ? this.vu : this.rl.cj(a.b.l);
|
|
260
|
+
let h = isNaN_(this.s1) ? 0 : this.s1;
|
|
261
|
+
if (this.si && this.calloutStyleUpdating != null) {
|
|
262
262
|
let i = new CalloutStyleUpdatingEventArgs();
|
|
263
263
|
i.item = a.b.aa;
|
|
264
264
|
i.xValue = a.b.ac;
|
|
@@ -284,132 +284,132 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
284
284
|
a.b.leaderBrush = g;
|
|
285
285
|
a.b.strokeThickness = h;
|
|
286
286
|
}
|
|
287
|
-
|
|
288
|
-
let c = this.
|
|
287
|
+
hy(a, b) {
|
|
288
|
+
let c = this.js(b);
|
|
289
289
|
if (c == CalloutLayer.$$p[21]) {
|
|
290
|
-
return this.
|
|
290
|
+
return this.hz(a, b, this.t2);
|
|
291
291
|
}
|
|
292
292
|
if (c == CalloutLayer.$$p[28]) {
|
|
293
|
-
return this.
|
|
293
|
+
return this.hz(a, b, this.ud);
|
|
294
294
|
}
|
|
295
295
|
if (c == CalloutLayer.$$p[29]) {
|
|
296
|
-
return this.
|
|
296
|
+
return this.hz(a, b, this.ug);
|
|
297
297
|
}
|
|
298
298
|
if (c == CalloutLayer.$$p[20]) {
|
|
299
|
-
return this.
|
|
299
|
+
return this.hz(a, b, this.tz);
|
|
300
300
|
}
|
|
301
301
|
if (c == CalloutLayer.$$p[15]) {
|
|
302
|
-
return this.
|
|
302
|
+
return this.hz(a, b, this.ts);
|
|
303
303
|
}
|
|
304
|
-
return super.
|
|
304
|
+
return super.hy(a, b);
|
|
305
305
|
}
|
|
306
|
-
get
|
|
307
|
-
return this.
|
|
306
|
+
get r1() {
|
|
307
|
+
return this.rw;
|
|
308
308
|
}
|
|
309
|
-
set
|
|
310
|
-
if (this.
|
|
311
|
-
let b = this.
|
|
312
|
-
this.
|
|
313
|
-
this.raisePropertyChanged("LabelColumn", b, this.
|
|
309
|
+
set r1(a) {
|
|
310
|
+
if (this.rw != a) {
|
|
311
|
+
let b = this.rw;
|
|
312
|
+
this.rw = a;
|
|
313
|
+
this.raisePropertyChanged("LabelColumn", b, this.rw);
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
|
-
get
|
|
317
|
-
return this.
|
|
316
|
+
get r2() {
|
|
317
|
+
return this.rx;
|
|
318
318
|
}
|
|
319
|
-
set
|
|
320
|
-
if (this.
|
|
321
|
-
let b = this.
|
|
322
|
-
this.
|
|
323
|
-
this.raisePropertyChanged("XColumn", b, this.
|
|
319
|
+
set r2(a) {
|
|
320
|
+
if (this.rx != a) {
|
|
321
|
+
let b = this.rx;
|
|
322
|
+
this.rx = a;
|
|
323
|
+
this.raisePropertyChanged("XColumn", b, this.rx);
|
|
324
324
|
}
|
|
325
325
|
}
|
|
326
|
-
get
|
|
327
|
-
return this.
|
|
326
|
+
get r3() {
|
|
327
|
+
return this.ry;
|
|
328
328
|
}
|
|
329
|
-
set
|
|
330
|
-
if (this.
|
|
331
|
-
let b = this.
|
|
332
|
-
this.
|
|
333
|
-
this.raisePropertyChanged("YColumn", b, this.
|
|
329
|
+
set r3(a) {
|
|
330
|
+
if (this.ry != a) {
|
|
331
|
+
let b = this.ry;
|
|
332
|
+
this.ry = a;
|
|
333
|
+
this.raisePropertyChanged("YColumn", b, this.ry);
|
|
334
334
|
}
|
|
335
335
|
}
|
|
336
|
-
get
|
|
337
|
-
return this.
|
|
336
|
+
get r0() {
|
|
337
|
+
return this.rv;
|
|
338
338
|
}
|
|
339
|
-
set
|
|
340
|
-
if (this.
|
|
341
|
-
let b = this.
|
|
342
|
-
this.
|
|
343
|
-
this.raisePropertyChanged("KeyColumn", b, this.
|
|
339
|
+
set r0(a) {
|
|
340
|
+
if (this.rv != a) {
|
|
341
|
+
let b = this.rv;
|
|
342
|
+
this.rv = a;
|
|
343
|
+
this.raisePropertyChanged("KeyColumn", b, this.rv);
|
|
344
344
|
}
|
|
345
345
|
}
|
|
346
|
-
get
|
|
347
|
-
return this.
|
|
346
|
+
get rz() {
|
|
347
|
+
return this.ru;
|
|
348
348
|
}
|
|
349
|
-
set
|
|
350
|
-
if (this.
|
|
351
|
-
let b = this.
|
|
352
|
-
this.
|
|
353
|
-
this.raisePropertyChanged("ContentColumn", b, this.
|
|
349
|
+
set rz(a) {
|
|
350
|
+
if (this.ru != a) {
|
|
351
|
+
let b = this.ru;
|
|
352
|
+
this.ru = a;
|
|
353
|
+
this.raisePropertyChanged("ContentColumn", b, this.ru);
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
|
-
|
|
356
|
+
ul(a, b) {
|
|
357
357
|
if (b.propertyName == CalloutAnnotation.$$p[14] || b.propertyName == CalloutAnnotation.$$p[15]) {
|
|
358
358
|
let c = a.k;
|
|
359
|
-
if (!this.
|
|
360
|
-
this.
|
|
361
|
-
this.
|
|
362
|
-
this.
|
|
359
|
+
if (!this.so.contains(c)) {
|
|
360
|
+
this.so.add_1(c);
|
|
361
|
+
this.sr.add(c);
|
|
362
|
+
this.ml(false);
|
|
363
363
|
}
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
366
|
bx() {
|
|
367
367
|
return new CalloutLayerView(this);
|
|
368
368
|
}
|
|
369
|
-
|
|
370
|
-
super.
|
|
371
|
-
this.
|
|
369
|
+
l2(a) {
|
|
370
|
+
super.l2(a);
|
|
371
|
+
this.rl = a;
|
|
372
372
|
}
|
|
373
|
-
get
|
|
374
|
-
return this.
|
|
373
|
+
get rn() {
|
|
374
|
+
return this.rm;
|
|
375
375
|
}
|
|
376
|
-
set
|
|
377
|
-
let b = this.
|
|
376
|
+
set rn(a) {
|
|
377
|
+
let b = this.rn;
|
|
378
378
|
if (a != b) {
|
|
379
|
-
this.
|
|
380
|
-
this.raisePropertyChanged("AllowedPositions", b, this.
|
|
379
|
+
this.rm = a;
|
|
380
|
+
this.raisePropertyChanged("AllowedPositions", b, this.rn);
|
|
381
381
|
}
|
|
382
382
|
}
|
|
383
|
-
get
|
|
384
|
-
return EnumUtil.getEnumValue(AutoCalloutVisibilityMode_$type, this.c(CalloutLayer.
|
|
383
|
+
get rg() {
|
|
384
|
+
return EnumUtil.getEnumValue(AutoCalloutVisibilityMode_$type, this.c(CalloutLayer.vc));
|
|
385
385
|
}
|
|
386
|
-
set
|
|
387
|
-
this.h(CalloutLayer.
|
|
386
|
+
set rg(a) {
|
|
387
|
+
this.h(CalloutLayer.vc, enumGetBox(AutoCalloutVisibilityMode_$type, a));
|
|
388
388
|
}
|
|
389
|
-
get
|
|
390
|
-
return this.
|
|
389
|
+
get rf() {
|
|
390
|
+
return this.re;
|
|
391
391
|
}
|
|
392
|
-
set
|
|
393
|
-
this.
|
|
392
|
+
set rf(a) {
|
|
393
|
+
this.re = a;
|
|
394
394
|
}
|
|
395
|
-
get
|
|
396
|
-
return new Thickness(1, this.
|
|
395
|
+
get v0() {
|
|
396
|
+
return new Thickness(1, this.sx, this.sz, this.sy, this.sw);
|
|
397
397
|
}
|
|
398
|
-
get
|
|
399
|
-
if (this.
|
|
400
|
-
this.
|
|
398
|
+
get rt() {
|
|
399
|
+
if (this.rs == null) {
|
|
400
|
+
this.rs = FontUtil.toFontInfo(this.hb, this.t7);
|
|
401
401
|
}
|
|
402
|
-
return this.
|
|
402
|
+
return this.rs;
|
|
403
403
|
}
|
|
404
|
-
|
|
405
|
-
if (this.
|
|
404
|
+
qt(a, b) {
|
|
405
|
+
if (this.rr == null || this.rr == a) {
|
|
406
406
|
if (!this.as.c) {
|
|
407
|
-
this.
|
|
407
|
+
this.ml(b);
|
|
408
408
|
}
|
|
409
409
|
}
|
|
410
410
|
}
|
|
411
|
-
|
|
412
|
-
super.
|
|
411
|
+
qv(a, b) {
|
|
412
|
+
super.qv(a, b);
|
|
413
413
|
let c = a;
|
|
414
414
|
c.q.clear();
|
|
415
415
|
c.r.clear();
|
|
@@ -428,27 +428,27 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
428
428
|
c.v.clear();
|
|
429
429
|
c.s.clear();
|
|
430
430
|
c.t.clear();
|
|
431
|
-
let d = this.
|
|
431
|
+
let d = this.st();
|
|
432
432
|
let e = new List$1(CalloutAnnotationWrapper.$, 0);
|
|
433
433
|
let f = true;
|
|
434
|
-
if (this.
|
|
435
|
-
if (this.
|
|
436
|
-
this.
|
|
434
|
+
if (this.sf) {
|
|
435
|
+
if (this.qg(this.rr)) {
|
|
436
|
+
this.ut(this.rr, c, e);
|
|
437
437
|
}
|
|
438
438
|
else {
|
|
439
439
|
for (let g of fromEnum(this.cd.series)) {
|
|
440
|
-
if (this.
|
|
440
|
+
if (this.qg(g)) {
|
|
441
441
|
if (!g.dc) {
|
|
442
442
|
if (!g.isVertical) {
|
|
443
443
|
f = false;
|
|
444
444
|
}
|
|
445
445
|
}
|
|
446
|
-
this.
|
|
446
|
+
this.ut(g, c, e);
|
|
447
447
|
}
|
|
448
448
|
}
|
|
449
449
|
}
|
|
450
450
|
}
|
|
451
|
-
if (this.
|
|
451
|
+
if (this.sf && this.rf == 2) {
|
|
452
452
|
let h = 0;
|
|
453
453
|
let i = 0;
|
|
454
454
|
let j = 1.7976931348623157E+308;
|
|
@@ -487,65 +487,65 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
487
487
|
}
|
|
488
488
|
}
|
|
489
489
|
}
|
|
490
|
-
this.
|
|
490
|
+
this.us(c, d, e);
|
|
491
491
|
}
|
|
492
|
-
|
|
493
|
-
super.
|
|
494
|
-
let c = b.width - this.
|
|
495
|
-
let d = b.height - this.
|
|
492
|
+
m9(a, b) {
|
|
493
|
+
super.m9(a, b);
|
|
494
|
+
let c = b.width - this.vy.width;
|
|
495
|
+
let d = b.height - this.vy.height;
|
|
496
496
|
let e = 0;
|
|
497
497
|
if (Math.abs(c) > Math.abs(d)) {
|
|
498
498
|
e = c;
|
|
499
|
-
this.
|
|
499
|
+
this.su = c * this.p3.width;
|
|
500
500
|
}
|
|
501
501
|
else {
|
|
502
502
|
e = d;
|
|
503
|
-
this.
|
|
503
|
+
this.su = d * this.p3.height;
|
|
504
504
|
}
|
|
505
|
-
if (e > 0 && this.
|
|
506
|
-
this.
|
|
505
|
+
if (e > 0 && this.su > 5) {
|
|
506
|
+
this.se = true;
|
|
507
507
|
}
|
|
508
|
-
if (e < 0 && this.
|
|
509
|
-
this.
|
|
508
|
+
if (e < 0 && this.su > 5) {
|
|
509
|
+
this.sd = true;
|
|
510
510
|
}
|
|
511
511
|
}
|
|
512
|
-
|
|
513
|
-
super.
|
|
512
|
+
m8(a, b) {
|
|
513
|
+
super.m8(a, b);
|
|
514
514
|
if (!a.equals1(b)) {
|
|
515
|
-
this.
|
|
515
|
+
this.sc = true;
|
|
516
516
|
}
|
|
517
517
|
}
|
|
518
|
-
get
|
|
519
|
-
return this.
|
|
518
|
+
get vz() {
|
|
519
|
+
return this.vx;
|
|
520
520
|
}
|
|
521
|
-
set
|
|
522
|
-
this.
|
|
521
|
+
set vz(a) {
|
|
522
|
+
this.vx = a;
|
|
523
523
|
}
|
|
524
|
-
|
|
524
|
+
us(a, b, c) {
|
|
525
525
|
if (this.cd != null) {
|
|
526
|
-
this.
|
|
526
|
+
this.vy = this.cd.s9;
|
|
527
527
|
}
|
|
528
|
-
if (this.
|
|
528
|
+
if (this.p3.isEmpty) {
|
|
529
529
|
return;
|
|
530
530
|
}
|
|
531
|
-
this.
|
|
532
|
-
if (this.
|
|
533
|
-
this.
|
|
531
|
+
this.vz = new Rect(0, this.p3.left, this.p3.top, this.p3.width, this.p3.height);
|
|
532
|
+
if (this.r4 != null && this.tp != null && this.tp != this.r4.ap) {
|
|
533
|
+
this.un();
|
|
534
534
|
}
|
|
535
|
-
if (this.
|
|
536
|
-
let d = this.
|
|
535
|
+
if (this.r4 == null) {
|
|
536
|
+
let d = this.r5();
|
|
537
537
|
if (d != null) {
|
|
538
|
-
this.
|
|
539
|
-
let e = this.
|
|
540
|
-
e.labelsMoved = delegateCombine(e.labelsMoved, runOn(this, this.
|
|
538
|
+
this.r4 = d;
|
|
539
|
+
let e = this.r4;
|
|
540
|
+
e.labelsMoved = delegateCombine(e.labelsMoved, runOn(this, this.uk));
|
|
541
541
|
}
|
|
542
542
|
else {
|
|
543
|
-
let f = this.
|
|
543
|
+
let f = this.pv(this.b0);
|
|
544
544
|
let g = new Array(2);
|
|
545
545
|
g[0] = 0;
|
|
546
546
|
g[1] = 3;
|
|
547
|
-
if (this.
|
|
548
|
-
if (this.
|
|
547
|
+
if (this.rr != null) {
|
|
548
|
+
if (this.rr.isVertical) {
|
|
549
549
|
g = new Array(2);
|
|
550
550
|
g[0] = 2;
|
|
551
551
|
g[1] = 1;
|
|
@@ -569,31 +569,31 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
569
569
|
g[1] = 1;
|
|
570
570
|
}
|
|
571
571
|
}
|
|
572
|
-
this.
|
|
573
|
-
if (this.
|
|
574
|
-
this.
|
|
575
|
-
this.
|
|
572
|
+
this.r4 = new LabelCollisionManager(this.p3.right, this.p3.bottom, this.p3, this.rl.j(), this.s0, this.r6(), g, this.s7(), this.s6(), this.sg, this.rc);
|
|
573
|
+
if (this.tp != null) {
|
|
574
|
+
this.r4.ap = this.tp;
|
|
575
|
+
this.r4.an = this;
|
|
576
576
|
}
|
|
577
|
-
let j = this.
|
|
578
|
-
j.labelsMoved = delegateCombine(j.labelsMoved, runOn(this, this.
|
|
577
|
+
let j = this.r4;
|
|
578
|
+
j.labelsMoved = delegateCombine(j.labelsMoved, runOn(this, this.uk));
|
|
579
579
|
}
|
|
580
580
|
}
|
|
581
|
-
if (this.
|
|
582
|
-
this.
|
|
583
|
-
if (this.
|
|
584
|
-
this.
|
|
581
|
+
if (this.sd) {
|
|
582
|
+
this.sd = false;
|
|
583
|
+
if (this.r4.al > 2) {
|
|
584
|
+
this.sb = true;
|
|
585
585
|
}
|
|
586
586
|
}
|
|
587
|
-
if (this.
|
|
588
|
-
this.
|
|
589
|
-
if (this.
|
|
590
|
-
this.
|
|
587
|
+
if (this.se) {
|
|
588
|
+
this.se = false;
|
|
589
|
+
if (this.su > 5) {
|
|
590
|
+
this.sb = true;
|
|
591
591
|
}
|
|
592
592
|
}
|
|
593
|
-
if (this.
|
|
594
|
-
this.
|
|
595
|
-
this.
|
|
596
|
-
this.
|
|
593
|
+
if (this.sc) {
|
|
594
|
+
this.sc = false;
|
|
595
|
+
this.r4.a3(this.p3.right, this.p3.bottom, this.p3);
|
|
596
|
+
this.sb = true;
|
|
597
597
|
}
|
|
598
598
|
let k = new HashSet$1(CalloutAnnotationWrapper.$, 0);
|
|
599
599
|
let l = new HashSet$1(CalloutAnnotationWrapper.$, 0);
|
|
@@ -606,54 +606,54 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
606
606
|
for (let q = 0; q < c.count; q++) {
|
|
607
607
|
o.add_1(c._inner[q]);
|
|
608
608
|
}
|
|
609
|
-
let r = this.
|
|
609
|
+
let r = this.sp.c;
|
|
610
610
|
while (r != null) {
|
|
611
611
|
let s = r.a;
|
|
612
612
|
if (!o.contains(r.c)) {
|
|
613
613
|
n.add(r.c);
|
|
614
614
|
l.add_1(r.c);
|
|
615
615
|
let t = r.c.b;
|
|
616
|
-
t.propertyChanged = delegateRemove(t.propertyChanged, runOn(this, this.
|
|
617
|
-
this.
|
|
618
|
-
this.
|
|
619
|
-
this.
|
|
616
|
+
t.propertyChanged = delegateRemove(t.propertyChanged, runOn(this, this.ul));
|
|
617
|
+
this.sp.h(r);
|
|
618
|
+
this.sm.removeItem(r.c);
|
|
619
|
+
this.r4.a2(r.c.c);
|
|
620
620
|
}
|
|
621
621
|
r = s;
|
|
622
622
|
}
|
|
623
623
|
for (let u = 0; u < b.count; u++) {
|
|
624
|
-
if (!this.
|
|
625
|
-
this.
|
|
624
|
+
if (!this.sm.containsKey(b._inner[u])) {
|
|
625
|
+
this.sp.f(b._inner[u]);
|
|
626
626
|
let v = b._inner[u].b;
|
|
627
|
-
v.propertyChanged = delegateCombine(v.propertyChanged, runOn(this, this.
|
|
628
|
-
this.
|
|
627
|
+
v.propertyChanged = delegateCombine(v.propertyChanged, runOn(this, this.ul));
|
|
628
|
+
this.sm.addItem(b._inner[u], this.sp.d);
|
|
629
629
|
m.add(b._inner[u]);
|
|
630
630
|
k.add_1(b._inner[u]);
|
|
631
|
-
this.
|
|
631
|
+
this.sb = true;
|
|
632
632
|
}
|
|
633
633
|
}
|
|
634
634
|
for (let w = 0; w < c.count; w++) {
|
|
635
|
-
if (!this.
|
|
636
|
-
this.
|
|
637
|
-
this.
|
|
635
|
+
if (!this.sm.containsKey(c._inner[w])) {
|
|
636
|
+
this.sp.f(c._inner[w]);
|
|
637
|
+
this.sm.addItem(c._inner[w], this.sp.d);
|
|
638
638
|
let x = c._inner[w].b;
|
|
639
|
-
x.propertyChanged = delegateCombine(x.propertyChanged, runOn(this, this.
|
|
639
|
+
x.propertyChanged = delegateCombine(x.propertyChanged, runOn(this, this.ul));
|
|
640
640
|
m.add(c._inner[w]);
|
|
641
641
|
k.add_1(c._inner[w]);
|
|
642
|
-
this.
|
|
642
|
+
this.sb = true;
|
|
643
643
|
}
|
|
644
644
|
}
|
|
645
|
-
if (this.
|
|
646
|
-
this.
|
|
647
|
-
this.
|
|
645
|
+
if (this.r9 == true) {
|
|
646
|
+
this.r9 = false;
|
|
647
|
+
this.sb = true;
|
|
648
648
|
}
|
|
649
|
-
if (this.
|
|
650
|
-
this.
|
|
651
|
-
this.
|
|
652
|
-
this.
|
|
649
|
+
if (this.sr.count > 0) {
|
|
650
|
+
this.sb = true;
|
|
651
|
+
this.sr.clear();
|
|
652
|
+
this.so.clear();
|
|
653
653
|
}
|
|
654
|
-
r = this.
|
|
654
|
+
r = this.sp.c;
|
|
655
655
|
while (r != null) {
|
|
656
|
-
let y = this.
|
|
656
|
+
let y = this.r7(r.c);
|
|
657
657
|
if (y == null) {
|
|
658
658
|
return;
|
|
659
659
|
}
|
|
@@ -669,36 +669,36 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
669
669
|
aa.n = y.e;
|
|
670
670
|
aa.m = y.d;
|
|
671
671
|
if (aa.b == null) {
|
|
672
|
-
this.
|
|
672
|
+
this.r4.t(aa, false);
|
|
673
673
|
}
|
|
674
674
|
if (z) {
|
|
675
|
-
this.
|
|
675
|
+
this.r4.aq(aa);
|
|
676
676
|
}
|
|
677
677
|
else {
|
|
678
|
-
this.
|
|
678
|
+
this.r4.az(aa);
|
|
679
679
|
}
|
|
680
680
|
}
|
|
681
681
|
}
|
|
682
682
|
r = r.a;
|
|
683
683
|
}
|
|
684
|
-
let ab = this.
|
|
685
|
-
let ac = this.
|
|
684
|
+
let ab = this.r4.am();
|
|
685
|
+
let ac = this.r4.u();
|
|
686
686
|
if (ac) {
|
|
687
|
-
if (this.
|
|
688
|
-
this.
|
|
687
|
+
if (this.r4.q()) {
|
|
688
|
+
this.sb = true;
|
|
689
689
|
}
|
|
690
690
|
}
|
|
691
|
-
if (this.
|
|
692
|
-
this.
|
|
693
|
-
this.
|
|
694
|
-
if (this.
|
|
691
|
+
if (this.sb && (ab != 0 || ac)) {
|
|
692
|
+
this.sb = false;
|
|
693
|
+
this.s3 = 0x7FFFFFFF;
|
|
694
|
+
if (this.tp != null) {
|
|
695
695
|
let ad = true;
|
|
696
696
|
for (let ae = 0; ae < this.cd.series.count; ae++) {
|
|
697
697
|
let af = this.cd.series._inner[ae];
|
|
698
698
|
if (af.dc && typeCast(CalloutLayer.$, af) !== null) {
|
|
699
699
|
let ag = af;
|
|
700
|
-
if (ag.
|
|
701
|
-
if (!ag.
|
|
700
|
+
if (ag.tp == this.tp) {
|
|
701
|
+
if (!ag.vz.equals1(this.r4.a5)) {
|
|
702
702
|
ad = false;
|
|
703
703
|
break;
|
|
704
704
|
}
|
|
@@ -706,21 +706,21 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
706
706
|
}
|
|
707
707
|
}
|
|
708
708
|
if (ad) {
|
|
709
|
-
this.
|
|
709
|
+
this.r4.a4();
|
|
710
710
|
}
|
|
711
711
|
else {
|
|
712
|
-
this.
|
|
713
|
-
this.
|
|
712
|
+
this.r4.ar();
|
|
713
|
+
this.r4.as();
|
|
714
714
|
}
|
|
715
715
|
}
|
|
716
716
|
else {
|
|
717
|
-
this.
|
|
717
|
+
this.r4.a4();
|
|
718
718
|
}
|
|
719
719
|
}
|
|
720
720
|
else {
|
|
721
|
-
this.
|
|
721
|
+
this.r4.as();
|
|
722
722
|
}
|
|
723
|
-
let ah = this.
|
|
723
|
+
let ah = this.sp.c;
|
|
724
724
|
let ai;
|
|
725
725
|
let aj;
|
|
726
726
|
let ak;
|
|
@@ -737,7 +737,7 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
737
737
|
let av;
|
|
738
738
|
let aw;
|
|
739
739
|
let ax;
|
|
740
|
-
let ay = this.
|
|
740
|
+
let ay = this.sh;
|
|
741
741
|
while (ah != null) {
|
|
742
742
|
let az = ah.c;
|
|
743
743
|
let a0 = az.b;
|
|
@@ -799,23 +799,23 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
799
799
|
ah = ah.a;
|
|
800
800
|
}
|
|
801
801
|
}
|
|
802
|
-
|
|
803
|
-
if (this.
|
|
804
|
-
let a = this.
|
|
802
|
+
un() {
|
|
803
|
+
if (this.r4 != null) {
|
|
804
|
+
let a = this.sp.c;
|
|
805
805
|
while (a != null) {
|
|
806
806
|
let b = a.c.c;
|
|
807
807
|
if (b != null) {
|
|
808
|
-
this.
|
|
808
|
+
this.r4.a2(b);
|
|
809
809
|
}
|
|
810
810
|
a = a.a;
|
|
811
811
|
}
|
|
812
|
-
let c = this.
|
|
813
|
-
c.labelsMoved = delegateRemove(c.labelsMoved, runOn(this, this.
|
|
814
|
-
this.
|
|
812
|
+
let c = this.r4;
|
|
813
|
+
c.labelsMoved = delegateRemove(c.labelsMoved, runOn(this, this.uk));
|
|
814
|
+
this.r4 = null;
|
|
815
815
|
}
|
|
816
|
-
this.
|
|
816
|
+
this.um();
|
|
817
817
|
}
|
|
818
|
-
|
|
818
|
+
r5() {
|
|
819
819
|
if (this.cd == null) {
|
|
820
820
|
return null;
|
|
821
821
|
}
|
|
@@ -824,9 +824,9 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
824
824
|
if (b.dc && typeCast(CalloutLayer.$, b) !== null) {
|
|
825
825
|
let c = b;
|
|
826
826
|
if (c != this) {
|
|
827
|
-
if (c.
|
|
828
|
-
if (c.
|
|
829
|
-
return c.
|
|
827
|
+
if (c.tp != null && c.tp == this.tp) {
|
|
828
|
+
if (c.r4 != null) {
|
|
829
|
+
return c.r4;
|
|
830
830
|
}
|
|
831
831
|
}
|
|
832
832
|
}
|
|
@@ -834,14 +834,14 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
834
834
|
}
|
|
835
835
|
return null;
|
|
836
836
|
}
|
|
837
|
-
|
|
837
|
+
s6() {
|
|
838
838
|
return 20000;
|
|
839
839
|
}
|
|
840
|
-
|
|
840
|
+
s7() {
|
|
841
841
|
return 300;
|
|
842
842
|
}
|
|
843
|
-
|
|
844
|
-
switch (this.
|
|
843
|
+
r6() {
|
|
844
|
+
switch (this.ri) {
|
|
845
845
|
case 0: return 2;
|
|
846
846
|
case 2: return 1;
|
|
847
847
|
case 3: return 2;
|
|
@@ -849,15 +849,15 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
849
849
|
}
|
|
850
850
|
return 2;
|
|
851
851
|
}
|
|
852
|
-
|
|
853
|
-
let b = this.
|
|
854
|
-
if (b < this.
|
|
855
|
-
this.
|
|
856
|
-
this.
|
|
852
|
+
uk(a) {
|
|
853
|
+
let b = this.r4.am();
|
|
854
|
+
if (b < this.s3) {
|
|
855
|
+
this.s3 = b;
|
|
856
|
+
this.ml(false);
|
|
857
857
|
}
|
|
858
858
|
}
|
|
859
|
-
|
|
860
|
-
let b = this.
|
|
859
|
+
r7(a) {
|
|
860
|
+
let b = this.rr;
|
|
861
861
|
if (a.b.l != null) {
|
|
862
862
|
b = a.b.l;
|
|
863
863
|
}
|
|
@@ -874,7 +874,7 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
874
874
|
return null;
|
|
875
875
|
}
|
|
876
876
|
let e = b.ag();
|
|
877
|
-
let f = b.
|
|
877
|
+
let f = b.ge();
|
|
878
878
|
let g = null;
|
|
879
879
|
let h = null;
|
|
880
880
|
let i = false;
|
|
@@ -903,27 +903,27 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
903
903
|
let k = 0;
|
|
904
904
|
let l = 0;
|
|
905
905
|
if (g.ca && g.categoryMode != 0) {
|
|
906
|
-
if (b.
|
|
906
|
+
if (b.dq) {
|
|
907
907
|
k = b.getOffsetValue();
|
|
908
908
|
}
|
|
909
|
-
else if (b.
|
|
909
|
+
else if (b.dh) {
|
|
910
910
|
k = b.getOffsetValue();
|
|
911
911
|
}
|
|
912
912
|
}
|
|
913
913
|
if (h.ca && h.categoryMode != 0) {
|
|
914
|
-
if (b.
|
|
914
|
+
if (b.dh) {
|
|
915
915
|
l = b.getOffsetValue();
|
|
916
916
|
}
|
|
917
917
|
}
|
|
918
|
-
let m = new ScalerParams(0, this.cd.
|
|
918
|
+
let m = new ScalerParams(0, this.cd.s9, g.kc, g.cg, g.j7());
|
|
919
919
|
m.b = f;
|
|
920
|
-
let n = new ScalerParams(0, this.cd.
|
|
920
|
+
let n = new ScalerParams(0, this.cd.s9, h.kc, h.cg, h.j7());
|
|
921
921
|
n.b = f;
|
|
922
922
|
let o = 0;
|
|
923
923
|
let p = 0;
|
|
924
924
|
if (i) {
|
|
925
|
-
o = g.ei(this.
|
|
926
|
-
p = h.ei(this.
|
|
925
|
+
o = g.ei(this.s2(a.b.ac), m) + k;
|
|
926
|
+
p = h.ei(this.s2(a.b.ad), n) + l;
|
|
927
927
|
let q = o;
|
|
928
928
|
let r = p;
|
|
929
929
|
let s = { $type: Point_$type, x: 0.5, y: 0.5 };
|
|
@@ -933,8 +933,8 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
933
933
|
p = ViewportUtils.f(u, n.e, n.d);
|
|
934
934
|
}
|
|
935
935
|
else {
|
|
936
|
-
o = g.ei(this.
|
|
937
|
-
p = h.ei(this.
|
|
936
|
+
o = g.ei(this.s2(a.b.ac), m) + k;
|
|
937
|
+
p = h.ei(this.s2(a.b.ad), n) + l;
|
|
938
938
|
}
|
|
939
939
|
let v = new QuadTreeBoundingBox();
|
|
940
940
|
v.b = o;
|
|
@@ -944,7 +944,7 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
944
944
|
v.g = a.b;
|
|
945
945
|
return v;
|
|
946
946
|
}
|
|
947
|
-
|
|
947
|
+
s2(a) {
|
|
948
948
|
if (typeCast(Date_$type, a) !== null) {
|
|
949
949
|
return a.getTime();
|
|
950
950
|
}
|
|
@@ -953,80 +953,80 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
953
953
|
}
|
|
954
954
|
return a;
|
|
955
955
|
}
|
|
956
|
-
|
|
956
|
+
st() {
|
|
957
957
|
let a = new List$1(CalloutAnnotationWrapper.$, 0);
|
|
958
|
-
for (let b = 0; b < this.
|
|
959
|
-
if (stringIsNullOrEmpty(this.
|
|
958
|
+
for (let b = 0; b < this.ss.count; b++) {
|
|
959
|
+
if (stringIsNullOrEmpty(this.ss._inner[b].b.ao)) {
|
|
960
960
|
continue;
|
|
961
961
|
}
|
|
962
|
-
if (this.
|
|
962
|
+
if (this.ss._inner[b].c == null) {
|
|
963
963
|
let c = new LabelCollisionInfo();
|
|
964
|
-
this.
|
|
965
|
-
let d = this.
|
|
964
|
+
this.ss._inner[b].c = c;
|
|
965
|
+
let d = this.rl.cn(this.s8(this.ss._inner[b]), this.ss._inner[b].b.backgroundPadding);
|
|
966
966
|
c.k = d.height / 2;
|
|
967
967
|
c.l = d.width / 2;
|
|
968
968
|
}
|
|
969
|
-
let e = this.
|
|
970
|
-
if (e == null || e.b < this.
|
|
969
|
+
let e = this.r7(this.ss._inner[b]);
|
|
970
|
+
if (e == null || e.b < this.p3.left || e.b > this.p3.right || e.c < this.p3.top || e.c > this.p3.bottom) {
|
|
971
971
|
continue;
|
|
972
972
|
}
|
|
973
|
-
a.add(this.
|
|
973
|
+
a.add(this.ss._inner[b]);
|
|
974
974
|
}
|
|
975
975
|
return a;
|
|
976
976
|
}
|
|
977
|
-
|
|
977
|
+
s8(a) {
|
|
978
978
|
return a.b.ao;
|
|
979
979
|
}
|
|
980
|
-
|
|
981
|
-
if (!super.
|
|
980
|
+
qg(a) {
|
|
981
|
+
if (!super.qg(a)) {
|
|
982
982
|
return false;
|
|
983
983
|
}
|
|
984
|
-
if (this.
|
|
985
|
-
if (a.
|
|
986
|
-
let b = a.
|
|
987
|
-
if (!Base.equalsStatic(this.
|
|
984
|
+
if (this.t4 != null) {
|
|
985
|
+
if (a.dv) {
|
|
986
|
+
let b = a.jr();
|
|
987
|
+
if (!Base.equalsStatic(this.t4, b)) {
|
|
988
988
|
return false;
|
|
989
989
|
}
|
|
990
990
|
}
|
|
991
991
|
else {
|
|
992
|
-
if (!Base.equalsStatic(this.
|
|
992
|
+
if (!Base.equalsStatic(this.t4, a.name)) {
|
|
993
993
|
return false;
|
|
994
994
|
}
|
|
995
995
|
}
|
|
996
996
|
}
|
|
997
997
|
return true;
|
|
998
998
|
}
|
|
999
|
-
|
|
1000
|
-
super.
|
|
999
|
+
lv() {
|
|
1000
|
+
super.lv();
|
|
1001
1001
|
if (!this.as.c && !this.cv()) {
|
|
1002
1002
|
return;
|
|
1003
1003
|
}
|
|
1004
|
-
if (this.
|
|
1005
|
-
this.
|
|
1006
|
-
this.
|
|
1004
|
+
if (this.r8) {
|
|
1005
|
+
this.r8 = false;
|
|
1006
|
+
this.up();
|
|
1007
1007
|
}
|
|
1008
1008
|
if (this.cv()) {
|
|
1009
|
-
this.
|
|
1009
|
+
this.uv(this.qb, false);
|
|
1010
1010
|
}
|
|
1011
1011
|
else {
|
|
1012
|
-
this.
|
|
1012
|
+
this.uv(this.p9, false);
|
|
1013
1013
|
}
|
|
1014
1014
|
}
|
|
1015
|
-
|
|
1016
|
-
if (!this.
|
|
1017
|
-
this.
|
|
1018
|
-
this.
|
|
1015
|
+
uq() {
|
|
1016
|
+
if (!this.sa) {
|
|
1017
|
+
this.sa = true;
|
|
1018
|
+
this.ml(true);
|
|
1019
1019
|
}
|
|
1020
1020
|
}
|
|
1021
|
-
|
|
1021
|
+
ut(a, b, c) {
|
|
1022
1022
|
let d = false;
|
|
1023
|
-
if (this.
|
|
1024
|
-
this.
|
|
1023
|
+
if (this.sa) {
|
|
1024
|
+
this.sa = false;
|
|
1025
1025
|
d = true;
|
|
1026
1026
|
}
|
|
1027
|
-
if (a.c1(this.
|
|
1028
|
-
let e = this.
|
|
1029
|
-
for (let f = 0; f < this.
|
|
1027
|
+
if (!a.er && a.c1(this.sq, this.sl, this.sj, this.s4)) {
|
|
1028
|
+
let e = this.sq;
|
|
1029
|
+
for (let f = 0; f < this.sq.count; f++) {
|
|
1030
1030
|
let g = e._inner[f];
|
|
1031
1031
|
let h = g.a != null ? g.a.item : null;
|
|
1032
1032
|
let i = g.a.item != null ? g.a.item : g.a;
|
|
@@ -1037,8 +1037,8 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
1037
1037
|
l.b = m;
|
|
1038
1038
|
m.key = k;
|
|
1039
1039
|
let n = false;
|
|
1040
|
-
if (this.
|
|
1041
|
-
l = this.
|
|
1040
|
+
if (this.sm.containsKey(l)) {
|
|
1041
|
+
l = this.sm.item(l).c;
|
|
1042
1042
|
m = l.b;
|
|
1043
1043
|
n = d;
|
|
1044
1044
|
}
|
|
@@ -1047,10 +1047,10 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
1047
1047
|
}
|
|
1048
1048
|
let o = m.ac;
|
|
1049
1049
|
let p = m.ad;
|
|
1050
|
-
if (this.
|
|
1050
|
+
if (this.s2(o) != this.s2(g.b)) {
|
|
1051
1051
|
m.xValue = g.b;
|
|
1052
1052
|
}
|
|
1053
|
-
if (this.
|
|
1053
|
+
if (this.s2(p) != this.s2(g.c)) {
|
|
1054
1054
|
m.yValue = g.c;
|
|
1055
1055
|
}
|
|
1056
1056
|
m.series = a;
|
|
@@ -1063,14 +1063,16 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
1063
1063
|
if (this.calloutLabelUpdating != null) {
|
|
1064
1064
|
let r = ((() => {
|
|
1065
1065
|
let $ret = new CalloutLabelUpdatingEventArgs();
|
|
1066
|
-
$ret.
|
|
1067
|
-
$ret.
|
|
1066
|
+
$ret.d = m.ac;
|
|
1067
|
+
$ret.e = m.ad;
|
|
1068
1068
|
$ret.item = h;
|
|
1069
|
+
$ret.a = a;
|
|
1070
|
+
$ret.f = a.name;
|
|
1069
1071
|
return $ret;
|
|
1070
1072
|
})());
|
|
1071
1073
|
this.calloutLabelUpdating(this, r);
|
|
1072
|
-
if (r.
|
|
1073
|
-
let s = r.
|
|
1074
|
+
if (r.c != null && !Base.equalsStatic(r.c, l.b.ao)) {
|
|
1075
|
+
let s = r.c;
|
|
1074
1076
|
l.b.text = s != null ? s.toString() : "";
|
|
1075
1077
|
}
|
|
1076
1078
|
}
|
|
@@ -1105,17 +1107,17 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
1105
1107
|
}
|
|
1106
1108
|
}
|
|
1107
1109
|
if (n) {
|
|
1108
|
-
this.
|
|
1110
|
+
this.ux(l);
|
|
1109
1111
|
}
|
|
1110
1112
|
if (l.c == null) {
|
|
1111
1113
|
let u = new LabelCollisionInfo();
|
|
1112
1114
|
l.c = u;
|
|
1113
|
-
let v = this.
|
|
1115
|
+
let v = this.rl.cn(this.s8(l), l.b.backgroundPadding);
|
|
1114
1116
|
u.k = v.height / 2;
|
|
1115
1117
|
u.l = v.width / 2;
|
|
1116
1118
|
}
|
|
1117
|
-
let w = this.
|
|
1118
|
-
if (w == null || w.b < this.
|
|
1119
|
+
let w = this.r7(l);
|
|
1120
|
+
if (w == null || w.b < this.p3.left || w.b > this.p3.right || w.c < this.p3.top || w.c > this.p3.bottom) {
|
|
1119
1121
|
continue;
|
|
1120
1122
|
}
|
|
1121
1123
|
l.e = w.b;
|
|
@@ -1128,19 +1130,19 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
1128
1130
|
return 1;
|
|
1129
1131
|
}
|
|
1130
1132
|
at(a, b) {
|
|
1131
|
-
let c = this.
|
|
1133
|
+
let c = this.r4.f(a, b);
|
|
1132
1134
|
if (c == null) {
|
|
1133
1135
|
return null;
|
|
1134
1136
|
}
|
|
1135
1137
|
return c.u;
|
|
1136
1138
|
}
|
|
1137
|
-
|
|
1138
|
-
if (this.
|
|
1139
|
+
ex(a, b) {
|
|
1140
|
+
if (this.r4 == null) {
|
|
1139
1141
|
return false;
|
|
1140
1142
|
}
|
|
1141
|
-
return this.
|
|
1143
|
+
return this.r4.f(a, b) != null;
|
|
1142
1144
|
}
|
|
1143
|
-
|
|
1145
|
+
uv(a, b) {
|
|
1144
1146
|
let c = 0;
|
|
1145
1147
|
let d = new HashSet$1(CalloutAnnotationWrapper.$, 0);
|
|
1146
1148
|
for (c = 0; c < a.q.count; c++) {
|
|
@@ -1148,7 +1150,7 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
1148
1150
|
if (isNaN_(a.u._inner[c]) || isNaN_(a.v._inner[c])) {
|
|
1149
1151
|
continue;
|
|
1150
1152
|
}
|
|
1151
|
-
let f = this.
|
|
1153
|
+
let f = this.rl.b8.item(e);
|
|
1152
1154
|
d.add_1(e);
|
|
1153
1155
|
if (f.h != a.q._inner[c]) {
|
|
1154
1156
|
f.h = a.q._inner[c];
|
|
@@ -1161,75 +1163,75 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
1161
1163
|
f.n = a.h._inner[c];
|
|
1162
1164
|
f.x = new Thickness(1, a.k._inner[c], a.m._inner[c], a.l._inner[c], a.j._inner[c]);
|
|
1163
1165
|
f.d = a.g._inner[c];
|
|
1164
|
-
this.
|
|
1165
|
-
this.
|
|
1166
|
+
this.rl.cg(f, Math.min(a.s._inner[c], a.s._inner[c] + a.u._inner[c]), Math.min(a.t._inner[c], a.t._inner[c] + a.v._inner[c]));
|
|
1167
|
+
this.rl.ch(f, e, a.r._inner[c]);
|
|
1166
1168
|
f.r = { $type: Point_$type, x: a.u._inner[c], y: a.v._inner[c] };
|
|
1167
1169
|
}
|
|
1168
1170
|
let h = new List$1(CalloutAnnotationWrapper.$, 0);
|
|
1169
|
-
for (let i of fromEnum(this.
|
|
1171
|
+
for (let i of fromEnum(this.rl.b8.c)) {
|
|
1170
1172
|
if (!d.contains(i)) {
|
|
1171
1173
|
h.add(i);
|
|
1172
1174
|
}
|
|
1173
1175
|
}
|
|
1174
1176
|
for (let j = 0; j < h.count; j++) {
|
|
1175
|
-
this.
|
|
1177
|
+
this.rl.b8.h(h._inner[j]);
|
|
1176
1178
|
}
|
|
1177
1179
|
}
|
|
1178
|
-
|
|
1179
|
-
super.
|
|
1180
|
+
qy(a, b) {
|
|
1181
|
+
super.qy(a, b);
|
|
1180
1182
|
if (this.cv()) {
|
|
1181
|
-
this.
|
|
1183
|
+
this.uv(this.qb, true);
|
|
1182
1184
|
}
|
|
1183
1185
|
else {
|
|
1184
|
-
this.
|
|
1186
|
+
this.uv(this.p9, false);
|
|
1185
1187
|
}
|
|
1186
1188
|
}
|
|
1187
|
-
|
|
1189
|
+
en() {
|
|
1188
1190
|
return true;
|
|
1189
1191
|
}
|
|
1190
|
-
|
|
1191
|
-
super.
|
|
1192
|
+
l7(a, b, c, d) {
|
|
1193
|
+
super.l7(a, b, c, d);
|
|
1192
1194
|
switch (b) {
|
|
1193
1195
|
case CalloutLayer.$$p[24]:
|
|
1194
|
-
this.
|
|
1195
|
-
this.
|
|
1196
|
-
this.
|
|
1196
|
+
this.rs = null;
|
|
1197
|
+
this.rl.cf();
|
|
1198
|
+
this.ml(true);
|
|
1197
1199
|
break;
|
|
1198
1200
|
case CalloutLayer.$$p[22]:
|
|
1199
1201
|
case CalloutLayer.$$p[23]:
|
|
1200
|
-
this.
|
|
1202
|
+
this.ml(true);
|
|
1201
1203
|
break;
|
|
1202
1204
|
case CalloutLayer.$$p[14]:
|
|
1203
|
-
this.
|
|
1205
|
+
this.ml(true);
|
|
1204
1206
|
break;
|
|
1205
1207
|
case "SeriesViewer":
|
|
1206
1208
|
if (c != null) {
|
|
1207
1209
|
let e = c;
|
|
1208
|
-
e.seriesAnimating = delegateRemove(e.seriesAnimating, runOn(this, this.
|
|
1210
|
+
e.seriesAnimating = delegateRemove(e.seriesAnimating, runOn(this, this.uu));
|
|
1209
1211
|
}
|
|
1210
1212
|
if (d != null) {
|
|
1211
1213
|
let f = d;
|
|
1212
|
-
f.seriesAnimating = delegateCombine(f.seriesAnimating, runOn(this, this.
|
|
1214
|
+
f.seriesAnimating = delegateCombine(f.seriesAnimating, runOn(this, this.uu));
|
|
1213
1215
|
}
|
|
1214
1216
|
if (d == null) {
|
|
1215
|
-
this.
|
|
1217
|
+
this.un();
|
|
1216
1218
|
}
|
|
1217
1219
|
break;
|
|
1218
1220
|
case "AutoCalloutVisibilityMode":
|
|
1219
|
-
this.
|
|
1220
|
-
this.
|
|
1221
|
+
this.rf = this.rh();
|
|
1222
|
+
this.uo();
|
|
1221
1223
|
break;
|
|
1222
1224
|
case "AllowedPositions":
|
|
1223
1225
|
if (c != null) {
|
|
1224
1226
|
let g = c;
|
|
1225
|
-
g.collectionChanged = delegateRemove(g.collectionChanged, runOn(this, this.
|
|
1227
|
+
g.collectionChanged = delegateRemove(g.collectionChanged, runOn(this, this.ui));
|
|
1226
1228
|
}
|
|
1227
1229
|
if (d != null) {
|
|
1228
1230
|
let h = d;
|
|
1229
|
-
h.collectionChanged = delegateCombine(h.collectionChanged, runOn(this, this.
|
|
1231
|
+
h.collectionChanged = delegateCombine(h.collectionChanged, runOn(this, this.ui));
|
|
1230
1232
|
}
|
|
1231
|
-
this.
|
|
1232
|
-
this.
|
|
1233
|
+
this.rc = this.rd(this.rn);
|
|
1234
|
+
this.uo();
|
|
1233
1235
|
break;
|
|
1234
1236
|
case CalloutLayer.$$p[16]:
|
|
1235
1237
|
case CalloutLayer.$$p[17]:
|
|
@@ -1246,88 +1248,88 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
1246
1248
|
case CalloutLayer.$$p[7]:
|
|
1247
1249
|
case CalloutLayer.$$p[12]:
|
|
1248
1250
|
case CalloutLayer.$$p[13]:
|
|
1249
|
-
this.
|
|
1251
|
+
this.uo();
|
|
1250
1252
|
break;
|
|
1251
1253
|
case CalloutLayer.$$p[21]:
|
|
1252
1254
|
if (this.ck != null) {
|
|
1253
|
-
this.ck.deregisterColumn(this.
|
|
1254
|
-
this.
|
|
1255
|
+
this.ck.deregisterColumn(this.r1);
|
|
1256
|
+
this.r1 = this.cj(this.t2);
|
|
1255
1257
|
}
|
|
1256
1258
|
break;
|
|
1257
1259
|
case "LabelColumn":
|
|
1258
|
-
this.
|
|
1260
|
+
this.uo();
|
|
1259
1261
|
break;
|
|
1260
1262
|
case CalloutLayer.$$p[15]:
|
|
1261
1263
|
if (this.ck != null) {
|
|
1262
|
-
this.ck.deregisterColumn(this.
|
|
1263
|
-
this.
|
|
1264
|
+
this.ck.deregisterColumn(this.rz);
|
|
1265
|
+
this.rz = this.cj(this.ts);
|
|
1264
1266
|
}
|
|
1265
1267
|
break;
|
|
1266
1268
|
case "ContentColumn":
|
|
1267
|
-
this.
|
|
1269
|
+
this.uo();
|
|
1268
1270
|
break;
|
|
1269
1271
|
case CalloutLayer.$$p[28]:
|
|
1270
1272
|
if (this.ck != null) {
|
|
1271
|
-
this.ck.deregisterColumn(this.
|
|
1272
|
-
this.
|
|
1273
|
+
this.ck.deregisterColumn(this.r2);
|
|
1274
|
+
this.r2 = stringIsNullOrEmpty(this.ud) == false ? this.cj(this.ud) : null;
|
|
1273
1275
|
}
|
|
1274
1276
|
break;
|
|
1275
1277
|
case "XColumn":
|
|
1276
|
-
this.
|
|
1278
|
+
this.uo();
|
|
1277
1279
|
break;
|
|
1278
1280
|
case CalloutLayer.$$p[29]:
|
|
1279
1281
|
if (this.ck != null) {
|
|
1280
|
-
this.ck.deregisterColumn(this.
|
|
1281
|
-
this.
|
|
1282
|
+
this.ck.deregisterColumn(this.r3);
|
|
1283
|
+
this.r3 = this.cj(this.ug);
|
|
1282
1284
|
}
|
|
1283
1285
|
break;
|
|
1284
1286
|
case "YColumn":
|
|
1285
|
-
this.
|
|
1287
|
+
this.uo();
|
|
1286
1288
|
break;
|
|
1287
1289
|
case CalloutLayer.$$p[20]:
|
|
1288
1290
|
if (this.ck != null) {
|
|
1289
|
-
this.ck.deregisterColumn(this.
|
|
1290
|
-
this.
|
|
1291
|
+
this.ck.deregisterColumn(this.r0);
|
|
1292
|
+
this.r0 = this.cj(this.tz);
|
|
1291
1293
|
}
|
|
1292
1294
|
break;
|
|
1293
1295
|
case "KeyColumn":
|
|
1294
|
-
this.
|
|
1296
|
+
this.uo();
|
|
1295
1297
|
break;
|
|
1296
1298
|
case "FastItemsSource":
|
|
1297
|
-
this.
|
|
1299
|
+
this.r9 = true;
|
|
1298
1300
|
if (typeCast(IFastItemsSource_$type, c) != null) {
|
|
1299
|
-
c.deregisterColumn(this.
|
|
1300
|
-
c.deregisterColumn(this.rv);
|
|
1301
|
-
c.deregisterColumn(this.ry);
|
|
1301
|
+
c.deregisterColumn(this.r1);
|
|
1302
1302
|
c.deregisterColumn(this.rz);
|
|
1303
|
-
c.deregisterColumn(this.
|
|
1304
|
-
this.
|
|
1305
|
-
this.
|
|
1306
|
-
this.
|
|
1303
|
+
c.deregisterColumn(this.r2);
|
|
1304
|
+
c.deregisterColumn(this.r3);
|
|
1305
|
+
c.deregisterColumn(this.r0);
|
|
1306
|
+
this.r1 = null;
|
|
1307
1307
|
this.rz = null;
|
|
1308
|
-
this.
|
|
1309
|
-
this.
|
|
1308
|
+
this.r2 = null;
|
|
1309
|
+
this.r3 = null;
|
|
1310
|
+
this.r0 = null;
|
|
1311
|
+
this.ss.clear();
|
|
1310
1312
|
}
|
|
1311
1313
|
if (typeCast(IFastItemsSource_$type, d) != null) {
|
|
1312
|
-
this.
|
|
1313
|
-
this.
|
|
1314
|
-
if (stringIsNullOrEmpty(this.
|
|
1315
|
-
this.
|
|
1314
|
+
this.r1 = this.cj(this.t2);
|
|
1315
|
+
this.rz = this.cj(this.ts);
|
|
1316
|
+
if (stringIsNullOrEmpty(this.ud) == false) {
|
|
1317
|
+
this.r2 = this.cj(this.ud);
|
|
1316
1318
|
}
|
|
1317
|
-
this.
|
|
1318
|
-
this.
|
|
1319
|
+
this.r3 = this.cj(this.ug);
|
|
1320
|
+
this.r0 = this.cj(this.tz);
|
|
1319
1321
|
}
|
|
1320
|
-
this.
|
|
1322
|
+
this.uo();
|
|
1321
1323
|
break;
|
|
1322
1324
|
}
|
|
1323
1325
|
}
|
|
1324
|
-
|
|
1325
|
-
if (this.
|
|
1326
|
+
rh() {
|
|
1327
|
+
if (this.rg == 0) {
|
|
1326
1328
|
return 1;
|
|
1327
1329
|
}
|
|
1328
|
-
return this.
|
|
1330
|
+
return this.rg;
|
|
1329
1331
|
}
|
|
1330
|
-
|
|
1332
|
+
rd(a) {
|
|
1331
1333
|
if (a == null || a.count == 0) {
|
|
1332
1334
|
return null;
|
|
1333
1335
|
}
|
|
@@ -1337,54 +1339,54 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
|
|
|
1337
1339
|
}
|
|
1338
1340
|
return b;
|
|
1339
1341
|
}
|
|
1340
|
-
|
|
1342
|
+
uu(a) {
|
|
1341
1343
|
if (a.dc) {
|
|
1342
1344
|
return;
|
|
1343
1345
|
}
|
|
1344
|
-
if ((a == this.
|
|
1345
|
-
this.
|
|
1346
|
+
if ((a == this.rr || this.rr == null) && this.sf) {
|
|
1347
|
+
this.ml(false);
|
|
1346
1348
|
}
|
|
1347
1349
|
}
|
|
1348
|
-
|
|
1349
|
-
if (this.
|
|
1350
|
-
this.
|
|
1351
|
-
this.
|
|
1350
|
+
uo() {
|
|
1351
|
+
if (this.r8 == false) {
|
|
1352
|
+
this.r8 = true;
|
|
1353
|
+
this.ml(false);
|
|
1352
1354
|
}
|
|
1353
1355
|
}
|
|
1354
|
-
|
|
1355
|
-
this.
|
|
1356
|
-
this.
|
|
1357
|
-
this.
|
|
1356
|
+
um() {
|
|
1357
|
+
this.rl.b8.clear();
|
|
1358
|
+
this.sp.g();
|
|
1359
|
+
this.sm.clear();
|
|
1358
1360
|
}
|
|
1359
|
-
|
|
1360
|
-
if (this.
|
|
1361
|
-
let a = this.
|
|
1361
|
+
up() {
|
|
1362
|
+
if (this.r3 == null || this.r1 == null) {
|
|
1363
|
+
let a = this.sp.c;
|
|
1362
1364
|
while (a != null) {
|
|
1363
|
-
this.
|
|
1365
|
+
this.ux(a.c);
|
|
1364
1366
|
a = a.a;
|
|
1365
1367
|
}
|
|
1366
1368
|
return;
|
|
1367
1369
|
}
|
|
1368
|
-
let b = this.
|
|
1369
|
-
for (let c = 0; c < this.
|
|
1370
|
+
let b = this.sn();
|
|
1371
|
+
for (let c = 0; c < this.r3.count; c++) {
|
|
1370
1372
|
let d;
|
|
1371
|
-
if (this.
|
|
1373
|
+
if (this.ss.count <= c) {
|
|
1372
1374
|
let e = new CalloutAnnotation();
|
|
1373
1375
|
d = new CalloutAnnotationWrapper();
|
|
1374
1376
|
d.b = e;
|
|
1375
|
-
d.b.series = this.
|
|
1376
|
-
this.
|
|
1377
|
+
d.b.series = this.rr;
|
|
1378
|
+
this.ss.add(d);
|
|
1377
1379
|
}
|
|
1378
1380
|
else {
|
|
1379
|
-
d = this.
|
|
1381
|
+
d = this.ss._inner[c];
|
|
1380
1382
|
}
|
|
1381
|
-
this.
|
|
1383
|
+
this.uw(c, b);
|
|
1382
1384
|
}
|
|
1383
1385
|
}
|
|
1384
1386
|
}
|
|
1385
1387
|
CalloutLayer.$t = /*@__PURE__*/ markType(CalloutLayer, 'CalloutLayer', AnnotationLayer.$);
|
|
1386
|
-
CalloutLayer.
|
|
1387
|
-
CalloutLayer.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, CalloutLayer, 'raisePropertyChanged', ['AutoCalloutLabelPrecision:
|
|
1388
|
+
CalloutLayer.vc = /*@__PURE__*/ DependencyProperty.i("AutoCalloutVisibilityMode", AutoCalloutVisibilityMode_$type, CalloutLayer.$, /*@__PURE__*/ new PropertyMetadata(2, /*@__PURE__*/ enumGetBox(AutoCalloutVisibilityMode_$type, 0), (a, b) => a.raisePropertyChanged("AutoCalloutVisibilityMode", b.oldValue, b.newValue)));
|
|
1389
|
+
CalloutLayer.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, CalloutLayer, 'raisePropertyChanged', ['AutoCalloutLabelPrecision:s4:uy', [1, 5], 'CalloutBackground:vt:uz', [Brush.$, null], 'CalloutCollisionMode:ri:u0', [CalloutCollisionMode_$type, /*@__PURE__*/ enumGetBox(CalloutCollisionMode_$type, 3)], 'CalloutCornerRadius:sv:u1', [1, NaN], 'CalloutInterpolatedValuePrecision:s5:u2', [1, -1], 'CalloutLeaderBrush:vu:u3', [Brush.$, null], 'CalloutOutline:vv:u4', [Brush.$, null], 'CalloutPaddingBottom:sw:u5', [1, NaN], 'CalloutPaddingLeft:sx:u6', [1, NaN], 'CalloutPaddingRight:sy:u7', [1, NaN], 'CalloutPaddingTop:sz:u8', [1, NaN], 'CalloutPositionPadding:s0:u9', [1, 10], 'CalloutStrokeThickness:s1:va', [1, NaN], 'CalloutTextColor:vw:vb', [Brush.$, null], 'CollisionChannel:tp:vd', [2, null], 'ContentMemberPath:ts:ve', [2, null], 'IsAutoCalloutBehaviorEnabled:sf:vf', [0, false], 'IsCalloutOffsettingEnabled:sg:vg', [0, true], 'IsCustomCalloutRenderStyleEnabled:sh:vh', [0, false], 'IsCustomCalloutStyleEnabled:si:vi', [0, false], 'KeyMemberPath:tz:vj', [2, null], 'LabelMemberPath:t2:vk', [2, null], 'TargetSeriesName:t4:vl', [2, null], 'TargetSeries:rr:vm', [Series.$, null], 'TextStyle:t7:vn', [2, null], 'UseInterpolatedValueForAutoCalloutLabels:sj:vo', [0, false], 'UseSeriesColorForOutline:sk:vp', [0, false], 'UseValueForAutoCalloutLabels:sl:vq', [0, true], 'XMemberPath:ud:vr', [2, null], 'YMemberPath:ug:vs', [2, null]]);
|
|
1388
1390
|
return CalloutLayer;
|
|
1389
1391
|
})();
|
|
1390
1392
|
/**
|
|
@@ -1446,8 +1448,8 @@ export let CalloutLayerView = /*@__PURE__*/ (() => {
|
|
|
1446
1448
|
}
|
|
1447
1449
|
}
|
|
1448
1450
|
b7() {
|
|
1449
|
-
if (this.b4.
|
|
1450
|
-
return this.b4.
|
|
1451
|
+
if (this.b4.rt != null) {
|
|
1452
|
+
return this.b4.rt;
|
|
1451
1453
|
}
|
|
1452
1454
|
return this.e.cd.getFontInfo();
|
|
1453
1455
|
}
|
|
@@ -1470,7 +1472,7 @@ export let CalloutLayerView = /*@__PURE__*/ (() => {
|
|
|
1470
1472
|
cb() {
|
|
1471
1473
|
let a = this.b7();
|
|
1472
1474
|
if (isNaN_(this.ca)) {
|
|
1473
|
-
let b = FontUtil.getCurrentFontHeight(this.e.cd.
|
|
1475
|
+
let b = FontUtil.getCurrentFontHeight(this.e.cd.cu.j.ae, a);
|
|
1474
1476
|
this.ca = b;
|
|
1475
1477
|
}
|
|
1476
1478
|
return this.ca;
|
|
@@ -1494,9 +1496,9 @@ export let CalloutLayerView = /*@__PURE__*/ (() => {
|
|
|
1494
1496
|
}
|
|
1495
1497
|
ci(a) {
|
|
1496
1498
|
if (a != null) {
|
|
1497
|
-
return this.cm(a.
|
|
1499
|
+
return this.cm(a.o8);
|
|
1498
1500
|
}
|
|
1499
|
-
return this.e.
|
|
1501
|
+
return this.e.o8;
|
|
1500
1502
|
}
|
|
1501
1503
|
cl() {
|
|
1502
1504
|
return ((() => {
|
|
@@ -1506,9 +1508,9 @@ export let CalloutLayerView = /*@__PURE__*/ (() => {
|
|
|
1506
1508
|
})());
|
|
1507
1509
|
}
|
|
1508
1510
|
ck(a) {
|
|
1509
|
-
if (this.b4.
|
|
1511
|
+
if (this.b4.sk) {
|
|
1510
1512
|
if (a != null) {
|
|
1511
|
-
return this.cm(a.
|
|
1513
|
+
return this.cm(a.o8);
|
|
1512
1514
|
}
|
|
1513
1515
|
}
|
|
1514
1516
|
return ((() => {
|
|
@@ -1519,9 +1521,9 @@ export let CalloutLayerView = /*@__PURE__*/ (() => {
|
|
|
1519
1521
|
}
|
|
1520
1522
|
cj(a) {
|
|
1521
1523
|
if (a != null) {
|
|
1522
|
-
return this.cm(a.
|
|
1524
|
+
return this.cm(a.o3);
|
|
1523
1525
|
}
|
|
1524
|
-
return this.e.
|
|
1526
|
+
return this.e.o3;
|
|
1525
1527
|
}
|
|
1526
1528
|
cf() {
|
|
1527
1529
|
this.ca = NaN;
|