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
|
@@ -47,26 +47,26 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
47
47
|
class DataToolTipLayer extends AnnotationLayer {
|
|
48
48
|
constructor() {
|
|
49
49
|
super();
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
55
|
-
this.
|
|
56
|
-
this.r4 = null;
|
|
57
|
-
this.r7 = null;
|
|
58
|
-
this.r9 = null;
|
|
59
|
-
this.r6 = null;
|
|
50
|
+
this.r1 = 1;
|
|
51
|
+
this.s3 = new Dictionary$2(String_$type, Base.$, 0);
|
|
52
|
+
this.s4 = new List$1(String_$type, 0);
|
|
53
|
+
this.rt = 8;
|
|
54
|
+
this.rx = 11;
|
|
55
|
+
this.sg = null;
|
|
60
56
|
this.r8 = null;
|
|
61
57
|
this.sb = null;
|
|
58
|
+
this.sd = null;
|
|
62
59
|
this.sa = null;
|
|
63
|
-
this.
|
|
60
|
+
this.sc = null;
|
|
61
|
+
this.sf = null;
|
|
62
|
+
this.se = null;
|
|
63
|
+
this.r9 = null;
|
|
64
64
|
let a = new DataToolTipLayerFrame();
|
|
65
65
|
let b = new DataToolTipLayerFrame();
|
|
66
66
|
let c = new DataToolTipLayerFrame();
|
|
67
|
-
this.
|
|
68
|
-
this.
|
|
69
|
-
this.
|
|
67
|
+
this.qa = a;
|
|
68
|
+
this.p9 = b;
|
|
69
|
+
this.qb = c;
|
|
70
70
|
this.ab = DataToolTipLayer.$;
|
|
71
71
|
}
|
|
72
72
|
get_db() {
|
|
@@ -75,44 +75,44 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
75
75
|
bx() {
|
|
76
76
|
return new DataToolTipLayerView(this);
|
|
77
77
|
}
|
|
78
|
-
|
|
79
|
-
super.
|
|
80
|
-
this.
|
|
78
|
+
l2(a) {
|
|
79
|
+
super.l2(a);
|
|
80
|
+
this.r5 = a;
|
|
81
81
|
}
|
|
82
|
-
|
|
82
|
+
get_dl() {
|
|
83
83
|
return true;
|
|
84
84
|
}
|
|
85
|
-
get
|
|
86
|
-
return this.
|
|
85
|
+
get r2() {
|
|
86
|
+
return this.r1;
|
|
87
87
|
}
|
|
88
|
-
set
|
|
89
|
-
let b = this.
|
|
90
|
-
this.
|
|
91
|
-
if (b != this.
|
|
92
|
-
this.raisePropertyChanged("ActualGroupingMode", enumGetBox(DataToolTipLayerGroupingMode_$type, b), enumGetBox(DataToolTipLayerGroupingMode_$type, this.
|
|
88
|
+
set r2(a) {
|
|
89
|
+
let b = this.r1;
|
|
90
|
+
this.r1 = a;
|
|
91
|
+
if (b != this.r1) {
|
|
92
|
+
this.raisePropertyChanged("ActualGroupingMode", enumGetBox(DataToolTipLayerGroupingMode_$type, b), enumGetBox(DataToolTipLayerGroupingMode_$type, this.r1));
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
|
-
|
|
95
|
+
r4() {
|
|
96
96
|
let a = true;
|
|
97
97
|
let b = true;
|
|
98
98
|
let c = true;
|
|
99
99
|
let d = true;
|
|
100
|
-
if (this.
|
|
101
|
-
return this.
|
|
100
|
+
if (this.r3 != 0) {
|
|
101
|
+
return this.r3;
|
|
102
102
|
}
|
|
103
|
-
let e = this.
|
|
103
|
+
let e = this.rk();
|
|
104
104
|
if (e != null) {
|
|
105
105
|
for (let f of fromEnum(e.da())) {
|
|
106
|
-
if (!f.dc && !f.
|
|
106
|
+
if (!f.dc && !f.ed) {
|
|
107
107
|
a = false;
|
|
108
108
|
}
|
|
109
|
-
if (!f.dc && !f.
|
|
109
|
+
if (!f.dc && !f.d7) {
|
|
110
110
|
b = false;
|
|
111
111
|
}
|
|
112
|
-
if (!f.dc && !f.
|
|
112
|
+
if (!f.dc && !f.ee) {
|
|
113
113
|
c = false;
|
|
114
114
|
}
|
|
115
|
-
if (!f.dc && !f.
|
|
115
|
+
if (!f.dc && !f.eb) {
|
|
116
116
|
d = false;
|
|
117
117
|
}
|
|
118
118
|
}
|
|
@@ -122,29 +122,29 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
122
122
|
}
|
|
123
123
|
return 1;
|
|
124
124
|
}
|
|
125
|
-
|
|
126
|
-
super.
|
|
125
|
+
l7(a, b, c, d) {
|
|
126
|
+
super.l7(a, b, c, d);
|
|
127
127
|
switch (b) {
|
|
128
128
|
case DataToolTipLayer.$$p[37]:
|
|
129
|
-
this.
|
|
129
|
+
this.ml(true);
|
|
130
130
|
break;
|
|
131
131
|
case DataToolTipLayer.$$p[44]:
|
|
132
|
-
this.
|
|
132
|
+
this.ml(true);
|
|
133
133
|
break;
|
|
134
134
|
case DataToolTipLayer.$$p[8]:
|
|
135
|
-
this.
|
|
135
|
+
this.r2 = this.r4();
|
|
136
136
|
break;
|
|
137
137
|
case "ActualGroupingMode":
|
|
138
|
-
this.
|
|
138
|
+
this.ml(true);
|
|
139
139
|
break;
|
|
140
140
|
case DataToolTipLayer.$$p[6]:
|
|
141
|
-
this.
|
|
141
|
+
this.ru = this.rw();
|
|
142
142
|
break;
|
|
143
143
|
case DataToolTipLayer.$$p[7]:
|
|
144
|
-
this.
|
|
144
|
+
this.ry = this.r0();
|
|
145
145
|
break;
|
|
146
146
|
case "SeriesViewer":
|
|
147
|
-
this.
|
|
147
|
+
this.r5.ci();
|
|
148
148
|
break;
|
|
149
149
|
case DataToolTipLayer.$$p[26]:
|
|
150
150
|
case DataToolTipLayer.$$p[20]:
|
|
@@ -205,246 +205,246 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
205
205
|
case DataToolTipLayer.$$p[22]:
|
|
206
206
|
case DataToolTipLayer.$$p[23]:
|
|
207
207
|
case "LabelTextStyle":
|
|
208
|
-
this.
|
|
208
|
+
this.wl(b, c, d);
|
|
209
209
|
break;
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
|
-
|
|
213
|
-
if (!this.
|
|
214
|
-
this.
|
|
215
|
-
this.
|
|
212
|
+
wl(a, b, c) {
|
|
213
|
+
if (!this.s3.containsKey(a)) {
|
|
214
|
+
this.s4.add(a);
|
|
215
|
+
this.s3.addItem(a, c);
|
|
216
216
|
}
|
|
217
217
|
else {
|
|
218
|
-
this.
|
|
218
|
+
this.s3.item(a, c);
|
|
219
219
|
}
|
|
220
|
-
this.
|
|
220
|
+
this.ml(true);
|
|
221
221
|
}
|
|
222
|
-
|
|
222
|
+
wp(a, b) {
|
|
223
223
|
switch (a) {
|
|
224
224
|
case DataToolTipLayer.$$p[8]:
|
|
225
|
-
this.
|
|
225
|
+
this.r3 = EnumUtil.getEnumValue(DataToolTipLayerGroupingMode_$type, b);
|
|
226
226
|
break;
|
|
227
227
|
case DataToolTipLayer.$$p[24]:
|
|
228
|
-
this.
|
|
228
|
+
this.s8 = b;
|
|
229
229
|
break;
|
|
230
230
|
case DataToolTipLayer.$$p[25]:
|
|
231
|
-
this.
|
|
231
|
+
this.s9 = b;
|
|
232
232
|
break;
|
|
233
233
|
case DataToolTipLayer.$$p[2]:
|
|
234
|
-
this.
|
|
234
|
+
this.s6 = b;
|
|
235
235
|
break;
|
|
236
236
|
case DataToolTipLayer.$$p[3]:
|
|
237
|
-
this.
|
|
237
|
+
this.s7 = b;
|
|
238
238
|
break;
|
|
239
239
|
case DataToolTipLayer.$$p[6]:
|
|
240
|
-
this.
|
|
240
|
+
this.rv = EnumUtil.getEnumValue(DataTooltipGroupedPositionX_$type, b);
|
|
241
241
|
break;
|
|
242
242
|
case DataToolTipLayer.$$p[7]:
|
|
243
|
-
this.
|
|
243
|
+
this.rz = EnumUtil.getEnumValue(DataTooltipGroupedPositionY_$type, b);
|
|
244
244
|
break;
|
|
245
245
|
case DataToolTipLayer.$$p[26]:
|
|
246
|
-
this.
|
|
246
|
+
this.sy = b;
|
|
247
247
|
break;
|
|
248
248
|
case DataToolTipLayer.$$p[20]:
|
|
249
|
-
this.
|
|
249
|
+
this.ri = b;
|
|
250
250
|
break;
|
|
251
251
|
case DataToolTipLayer.$$p[5]:
|
|
252
|
-
this.
|
|
252
|
+
this.rd = b;
|
|
253
253
|
break;
|
|
254
254
|
case DataToolTipLayer.$$p[19]:
|
|
255
|
-
this.
|
|
255
|
+
this.rh = b;
|
|
256
256
|
break;
|
|
257
257
|
case DataToolTipLayer.$$p[4]:
|
|
258
|
-
this.
|
|
258
|
+
this.rc = b;
|
|
259
259
|
break;
|
|
260
260
|
case DataToolTipLayer.$$p[45]:
|
|
261
|
-
this.
|
|
261
|
+
this.rm = EnumUtil.getEnumValue(DataAbbreviationMode_$type, b);
|
|
262
262
|
break;
|
|
263
263
|
case DataToolTipLayer.$$p[47]:
|
|
264
|
-
this.
|
|
264
|
+
this.t8 = typeGetValue(b);
|
|
265
265
|
break;
|
|
266
266
|
case DataToolTipLayer.$$p[48]:
|
|
267
|
-
this.
|
|
267
|
+
this.t9 = typeGetValue(b);
|
|
268
268
|
break;
|
|
269
269
|
case DataToolTipLayer.$$p[49]:
|
|
270
|
-
this.
|
|
270
|
+
this.rs = EnumUtil.getEnumValue(DataLegendValueMode_$type, b);
|
|
271
271
|
break;
|
|
272
272
|
case DataToolTipLayer.$$p[46]:
|
|
273
|
-
this.
|
|
273
|
+
this.v3 = b;
|
|
274
274
|
break;
|
|
275
275
|
case DataToolTipLayer.$$p[52]:
|
|
276
|
-
this.
|
|
276
|
+
this.s0 = b;
|
|
277
277
|
break;
|
|
278
278
|
case DataToolTipLayer.$$p[51]:
|
|
279
|
-
this.
|
|
279
|
+
this.v9 = b;
|
|
280
280
|
break;
|
|
281
281
|
case DataToolTipLayer.$$p[50]:
|
|
282
|
-
this.
|
|
282
|
+
this.rj = b;
|
|
283
283
|
break;
|
|
284
284
|
case DataToolTipLayer.$$p[53]:
|
|
285
|
-
this.
|
|
285
|
+
this.y0 = b;
|
|
286
286
|
break;
|
|
287
287
|
case DataToolTipLayer.$$p[54]:
|
|
288
|
-
this.
|
|
288
|
+
this.s1 = b;
|
|
289
289
|
break;
|
|
290
290
|
case DataToolTipLayer.$$p[58]:
|
|
291
|
-
this.
|
|
291
|
+
this.wi = b;
|
|
292
292
|
break;
|
|
293
293
|
case DataToolTipLayer.$$p[57]:
|
|
294
|
-
this.
|
|
294
|
+
this.s2 = b;
|
|
295
295
|
break;
|
|
296
296
|
case DataToolTipLayer.$$p[56]:
|
|
297
|
-
this.
|
|
297
|
+
this.y1 = b;
|
|
298
298
|
break;
|
|
299
299
|
case DataToolTipLayer.$$p[55]:
|
|
300
|
-
this.
|
|
300
|
+
this.yl = b;
|
|
301
301
|
break;
|
|
302
302
|
case "ValueTextStyle":
|
|
303
|
-
this.
|
|
303
|
+
this.sp = b;
|
|
304
304
|
break;
|
|
305
305
|
case DataToolTipLayer.$$p[12]:
|
|
306
|
-
this.
|
|
306
|
+
this.ur = b;
|
|
307
307
|
break;
|
|
308
308
|
case DataToolTipLayer.$$p[11]:
|
|
309
|
-
this.
|
|
309
|
+
this.rg = b;
|
|
310
310
|
break;
|
|
311
311
|
case DataToolTipLayer.$$p[9]:
|
|
312
|
-
this.
|
|
312
|
+
this.un = b;
|
|
313
313
|
break;
|
|
314
314
|
case DataToolTipLayer.$$p[10]:
|
|
315
|
-
this.
|
|
315
|
+
this.rn = EnumUtil.getEnumValue(DataLegendHeaderDateMode_$type, b);
|
|
316
316
|
break;
|
|
317
317
|
case DataToolTipLayer.$$p[13]:
|
|
318
|
-
this.
|
|
318
|
+
this.ro = EnumUtil.getEnumValue(DataLegendHeaderTimeMode_$type, b);
|
|
319
319
|
break;
|
|
320
320
|
case DataToolTipLayer.$$p[18]:
|
|
321
|
-
this.
|
|
321
|
+
this.uw = b;
|
|
322
322
|
break;
|
|
323
323
|
case DataToolTipLayer.$$p[16]:
|
|
324
|
-
this.
|
|
324
|
+
this.yd = b;
|
|
325
325
|
break;
|
|
326
326
|
case DataToolTipLayer.$$p[17]:
|
|
327
|
-
this.
|
|
327
|
+
this.yu = b;
|
|
328
328
|
break;
|
|
329
329
|
case DataToolTipLayer.$$p[14]:
|
|
330
|
-
this.
|
|
330
|
+
this.yt = b;
|
|
331
331
|
break;
|
|
332
332
|
case DataToolTipLayer.$$p[15]:
|
|
333
|
-
this.
|
|
333
|
+
this.sr = b;
|
|
334
334
|
break;
|
|
335
335
|
case "HeaderTextStyle":
|
|
336
|
-
this.
|
|
336
|
+
this.sh = b;
|
|
337
337
|
break;
|
|
338
338
|
case DataToolTipLayer.$$p[30]:
|
|
339
|
-
this.
|
|
339
|
+
this.yg = b;
|
|
340
340
|
break;
|
|
341
341
|
case "SummaryTitleTextStyle":
|
|
342
|
-
this.
|
|
342
|
+
this.sk = b;
|
|
343
343
|
break;
|
|
344
344
|
case DataToolTipLayer.$$p[33]:
|
|
345
|
-
this.
|
|
345
|
+
this.rq = EnumUtil.getEnumValue(DataLegendSummaryType_$type, b);
|
|
346
346
|
break;
|
|
347
347
|
case DataToolTipLayer.$$p[32]:
|
|
348
|
-
this.
|
|
348
|
+
this.vf = b;
|
|
349
349
|
break;
|
|
350
350
|
case DataToolTipLayer.$$p[31]:
|
|
351
|
-
this.
|
|
351
|
+
this.yx = b;
|
|
352
352
|
break;
|
|
353
353
|
case DataToolTipLayer.$$p[29]:
|
|
354
|
-
this.
|
|
354
|
+
this.yw = b;
|
|
355
355
|
break;
|
|
356
356
|
case DataToolTipLayer.$$p[36]:
|
|
357
|
-
this.
|
|
357
|
+
this.yi = b;
|
|
358
358
|
break;
|
|
359
359
|
case "SummaryValueTextStyle":
|
|
360
|
-
this.
|
|
360
|
+
this.sm = b;
|
|
361
361
|
break;
|
|
362
362
|
case DataToolTipLayer.$$p[28]:
|
|
363
|
-
this.
|
|
363
|
+
this.va = b;
|
|
364
364
|
break;
|
|
365
365
|
case DataToolTipLayer.$$p[27]:
|
|
366
|
-
this.
|
|
366
|
+
this.yf = b;
|
|
367
367
|
break;
|
|
368
368
|
case "SummaryLabelTextStyle":
|
|
369
|
-
this.
|
|
369
|
+
this.sj = b;
|
|
370
370
|
break;
|
|
371
371
|
case DataToolTipLayer.$$p[35]:
|
|
372
|
-
this.
|
|
372
|
+
this.vl = b;
|
|
373
373
|
break;
|
|
374
374
|
case DataToolTipLayer.$$p[34]:
|
|
375
|
-
this.
|
|
375
|
+
this.yh = b;
|
|
376
376
|
break;
|
|
377
377
|
case "SummaryUnitsTextStyle":
|
|
378
|
-
this.
|
|
378
|
+
this.sl = b;
|
|
379
379
|
break;
|
|
380
380
|
case DataToolTipLayer.$$p[0]:
|
|
381
|
-
this.
|
|
381
|
+
this.ys = b;
|
|
382
382
|
break;
|
|
383
383
|
case DataToolTipLayer.$$p[1]:
|
|
384
|
-
this.
|
|
384
|
+
this.r7 = EnumUtil.getEnumValue(LegendItemBadgeShape_$type, b);
|
|
385
385
|
break;
|
|
386
386
|
case DataToolTipLayer.$$p[40]:
|
|
387
|
-
this.
|
|
387
|
+
this.rr = EnumUtil.getEnumValue(DataLegendUnitsMode_$type, b);
|
|
388
388
|
break;
|
|
389
389
|
case DataToolTipLayer.$$p[43]:
|
|
390
|
-
this.
|
|
390
|
+
this.vw = b;
|
|
391
391
|
break;
|
|
392
392
|
case DataToolTipLayer.$$p[41]:
|
|
393
|
-
this.
|
|
393
|
+
this.yk = b;
|
|
394
394
|
break;
|
|
395
395
|
case DataToolTipLayer.$$p[42]:
|
|
396
|
-
this.
|
|
396
|
+
this.yz = b;
|
|
397
397
|
break;
|
|
398
398
|
case "UnitsTextStyle":
|
|
399
|
-
this.
|
|
399
|
+
this.so = b;
|
|
400
400
|
break;
|
|
401
401
|
case DataToolTipLayer.$$p[39]:
|
|
402
|
-
this.
|
|
402
|
+
this.yy = b;
|
|
403
403
|
break;
|
|
404
404
|
case DataToolTipLayer.$$p[38]:
|
|
405
|
-
this.
|
|
405
|
+
this.yj = b;
|
|
406
406
|
break;
|
|
407
407
|
case "TitleTextStyle":
|
|
408
|
-
this.
|
|
408
|
+
this.sn = b;
|
|
409
409
|
break;
|
|
410
410
|
case DataToolTipLayer.$$p[21]:
|
|
411
|
-
this.
|
|
411
|
+
this.rp = EnumUtil.getEnumValue(DataLegendLabelMode_$type, b);
|
|
412
412
|
break;
|
|
413
413
|
case DataToolTipLayer.$$p[22]:
|
|
414
|
-
this.
|
|
414
|
+
this.ye = b;
|
|
415
415
|
break;
|
|
416
416
|
case DataToolTipLayer.$$p[23]:
|
|
417
|
-
this.
|
|
417
|
+
this.yv = b;
|
|
418
418
|
break;
|
|
419
419
|
case "LabelTextStyle":
|
|
420
|
-
this.
|
|
420
|
+
this.si = b;
|
|
421
421
|
break;
|
|
422
422
|
}
|
|
423
423
|
}
|
|
424
|
-
|
|
425
|
-
for (let b = 0; b < this.
|
|
426
|
-
let c = this.
|
|
427
|
-
a.updatePropertyByName(c, this.
|
|
424
|
+
wm(a) {
|
|
425
|
+
for (let b = 0; b < this.s4.count; b++) {
|
|
426
|
+
let c = this.s4._inner[b];
|
|
427
|
+
a.updatePropertyByName(c, this.s3.item(c));
|
|
428
428
|
}
|
|
429
429
|
}
|
|
430
|
-
|
|
430
|
+
qs(a, b) {
|
|
431
431
|
{
|
|
432
432
|
if (!this.as.c) {
|
|
433
|
-
this.
|
|
433
|
+
this.ml(b);
|
|
434
434
|
}
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
|
-
|
|
437
|
+
qt(a, b) {
|
|
438
438
|
if (!this.as.c) {
|
|
439
|
-
this.
|
|
439
|
+
this.ml(b);
|
|
440
440
|
}
|
|
441
441
|
}
|
|
442
|
-
|
|
443
|
-
super.
|
|
444
|
-
this.
|
|
442
|
+
qv(a, b) {
|
|
443
|
+
super.qv(a, b);
|
|
444
|
+
this.r1 = this.r4();
|
|
445
445
|
let c = a;
|
|
446
|
-
let d = this.
|
|
447
|
-
let e = this.
|
|
446
|
+
let d = this.r5.b6;
|
|
447
|
+
let e = this.sz;
|
|
448
448
|
let f = false;
|
|
449
449
|
c.m.clear();
|
|
450
450
|
c.i.clear();
|
|
@@ -454,42 +454,42 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
454
454
|
c.k.clear();
|
|
455
455
|
c.j.clear();
|
|
456
456
|
c.h.clear();
|
|
457
|
-
if (isNaN_(this.
|
|
457
|
+
if (isNaN_(this.q9.x) && isNaN_(this.q9.y)) {
|
|
458
458
|
d.count = 0;
|
|
459
459
|
return;
|
|
460
460
|
}
|
|
461
461
|
{
|
|
462
|
-
if (this.
|
|
462
|
+
if (this.r2 == 2) {
|
|
463
463
|
let g = 0;
|
|
464
464
|
{
|
|
465
465
|
for (let h of fromEnum(this.cd.series)) {
|
|
466
|
-
if (this.
|
|
467
|
-
this.
|
|
466
|
+
if (this.qg(h)) {
|
|
467
|
+
this.wo(h, c, e, f, g);
|
|
468
468
|
g++;
|
|
469
469
|
}
|
|
470
470
|
if (h.isStacked) {
|
|
471
|
-
h.
|
|
472
|
-
if (this.
|
|
473
|
-
this.
|
|
471
|
+
h.ld((i) => {
|
|
472
|
+
if (this.qg(i)) {
|
|
473
|
+
this.wo(i, c, e, f, g);
|
|
474
474
|
g++;
|
|
475
475
|
}
|
|
476
476
|
return true;
|
|
477
477
|
});
|
|
478
478
|
}
|
|
479
479
|
}
|
|
480
|
-
this.
|
|
480
|
+
this.wk(c);
|
|
481
481
|
}
|
|
482
482
|
d.count = g;
|
|
483
483
|
}
|
|
484
484
|
else {
|
|
485
|
-
let i = this.
|
|
486
|
-
let j = this.
|
|
487
|
-
let k = this.
|
|
488
|
-
this.
|
|
485
|
+
let i = this.rk();
|
|
486
|
+
let j = this.s5(i);
|
|
487
|
+
let k = this.r6(i, j, e);
|
|
488
|
+
this.wn(k, c, e);
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
491
|
}
|
|
492
|
-
|
|
492
|
+
s5(a) {
|
|
493
493
|
let b = new List$1(Series.$, 0);
|
|
494
494
|
if (a == null) {
|
|
495
495
|
return b;
|
|
@@ -499,15 +499,15 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
499
499
|
}
|
|
500
500
|
return b;
|
|
501
501
|
}
|
|
502
|
-
|
|
503
|
-
if (this.
|
|
504
|
-
return this.
|
|
502
|
+
rk() {
|
|
503
|
+
if (this.rl != null) {
|
|
504
|
+
return this.rl;
|
|
505
505
|
}
|
|
506
506
|
if (this.cd == null) {
|
|
507
507
|
return null;
|
|
508
508
|
}
|
|
509
509
|
for (let a of fromEnum(this.cd.series)) {
|
|
510
|
-
if (a.
|
|
510
|
+
if (a.dh) {
|
|
511
511
|
let b = a.ar();
|
|
512
512
|
if (b != null && b.cn()) {
|
|
513
513
|
return b;
|
|
@@ -515,7 +515,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
515
515
|
}
|
|
516
516
|
}
|
|
517
517
|
for (let c of fromEnum(this.cd.series)) {
|
|
518
|
-
if (!c.
|
|
518
|
+
if (!c.dh) {
|
|
519
519
|
let d = c.ag();
|
|
520
520
|
let e = d != null && d.length > 0 ? d[0] : null;
|
|
521
521
|
if (e != null && e.cn()) {
|
|
@@ -525,7 +525,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
525
525
|
}
|
|
526
526
|
return null;
|
|
527
527
|
}
|
|
528
|
-
|
|
528
|
+
r6(a, b, c) {
|
|
529
529
|
let d = 1.7976931348623157E+308;
|
|
530
530
|
let e = -1.7976931348623157E+308;
|
|
531
531
|
let f = new List$1(DataContext.$, 0);
|
|
@@ -539,11 +539,11 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
539
539
|
let n = b.item(m);
|
|
540
540
|
k = n.cd.l;
|
|
541
541
|
l = n.cd.m;
|
|
542
|
-
if (n.
|
|
542
|
+
if (n.dh) {
|
|
543
543
|
let o = n;
|
|
544
544
|
let p = new List$1(Series.$, 0);
|
|
545
545
|
if (o.isStacked) {
|
|
546
|
-
o.
|
|
546
|
+
o.ld((q) => {
|
|
547
547
|
p.add(q);
|
|
548
548
|
return true;
|
|
549
549
|
});
|
|
@@ -565,12 +565,12 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
565
565
|
continue;
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
|
-
let t = this.
|
|
568
|
+
let t = this.qo(s);
|
|
569
569
|
if (!t.c) {
|
|
570
570
|
continue;
|
|
571
571
|
}
|
|
572
|
-
j = s.
|
|
573
|
-
let u = s.
|
|
572
|
+
j = s.pl(t.d);
|
|
573
|
+
let u = s.pq(t.d, c, false);
|
|
574
574
|
if (h) {
|
|
575
575
|
if (!isNaN_(u.y)) {
|
|
576
576
|
d = Math.min(d, u.y);
|
|
@@ -592,8 +592,8 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
592
592
|
continue;
|
|
593
593
|
}
|
|
594
594
|
}
|
|
595
|
-
let x = n.
|
|
596
|
-
j = n.
|
|
595
|
+
let x = n.pq(this.q9, c, false);
|
|
596
|
+
j = n.pl(this.q9);
|
|
597
597
|
if (h) {
|
|
598
598
|
if (!isNaN_(x.y)) {
|
|
599
599
|
d = Math.min(d, x.y);
|
|
@@ -608,8 +608,8 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
608
608
|
}
|
|
609
609
|
}
|
|
610
610
|
let y = null;
|
|
611
|
-
let z = n.
|
|
612
|
-
if (n.
|
|
611
|
+
let z = n.hv(this.q9);
|
|
612
|
+
if (n.dm && z != null) {
|
|
613
613
|
y = n.au(z);
|
|
614
614
|
}
|
|
615
615
|
else {
|
|
@@ -623,11 +623,11 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
623
623
|
let ab = 0;
|
|
624
624
|
if (h) {
|
|
625
625
|
ab = (d + e) / 2;
|
|
626
|
-
aa = this.
|
|
626
|
+
aa = this.p3.right;
|
|
627
627
|
if (!isNaN_(j.x)) {
|
|
628
628
|
aa = j.x;
|
|
629
629
|
}
|
|
630
|
-
if (ab < 0 || ab > this.
|
|
630
|
+
if (ab < 0 || ab > this.p3.bottom) {
|
|
631
631
|
ab = NaN;
|
|
632
632
|
}
|
|
633
633
|
}
|
|
@@ -636,7 +636,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
636
636
|
if (!isNaN_(j.y)) {
|
|
637
637
|
ab = j.y;
|
|
638
638
|
}
|
|
639
|
-
if (aa < 0 || aa > this.
|
|
639
|
+
if (aa < 0 || aa > this.p3.right) {
|
|
640
640
|
aa = NaN;
|
|
641
641
|
}
|
|
642
642
|
}
|
|
@@ -647,365 +647,365 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
647
647
|
ac.a = h;
|
|
648
648
|
return ac;
|
|
649
649
|
}
|
|
650
|
-
|
|
651
|
-
this.
|
|
652
|
-
this.
|
|
653
|
-
this.
|
|
650
|
+
lg() {
|
|
651
|
+
this.q9 = { $type: Point_$type, x: NaN, y: NaN };
|
|
652
|
+
this.ml(false);
|
|
653
|
+
this.r5.cg(false);
|
|
654
654
|
}
|
|
655
|
-
|
|
656
|
-
this.
|
|
657
|
-
this.
|
|
658
|
-
this.
|
|
655
|
+
lh() {
|
|
656
|
+
this.q9 = { $type: Point_$type, x: NaN, y: NaN };
|
|
657
|
+
this.ml(false);
|
|
658
|
+
this.r5.cg(true);
|
|
659
659
|
}
|
|
660
|
-
get
|
|
660
|
+
get yp() {
|
|
661
661
|
let a = RectUtil.n(this.b0.bu);
|
|
662
662
|
let b = new Size(1, this.b0.bu.width, this.b0.bu.height);
|
|
663
663
|
return new Rect(3, a, b);
|
|
664
664
|
}
|
|
665
|
-
get
|
|
665
|
+
get yo() {
|
|
666
666
|
let a = RectUtil.n(this.b0.bu);
|
|
667
667
|
let b = new Size(1, this.b0.bu.width, this.b0.bu.height);
|
|
668
|
-
return new Rect(3, this.
|
|
668
|
+
return new Rect(3, this.r5.cj(a), b);
|
|
669
669
|
}
|
|
670
|
-
get
|
|
670
|
+
get yn() {
|
|
671
671
|
let a = new Rect(0, 0, 0, this.cd.m, this.cd.l);
|
|
672
672
|
let b = RectUtil.n(a);
|
|
673
673
|
let c = new Size(1, a.width, a.height);
|
|
674
|
-
return new Rect(3, this.
|
|
674
|
+
return new Rect(3, this.r5.cj(b), c);
|
|
675
675
|
}
|
|
676
|
-
get
|
|
676
|
+
get yr() {
|
|
677
677
|
let a = { $type: Point_$type, x: 0, y: 0 };
|
|
678
|
-
return new Rect(3, a, this.
|
|
678
|
+
return new Rect(3, a, this.r5.co());
|
|
679
679
|
}
|
|
680
|
-
|
|
681
|
-
return this.
|
|
680
|
+
yq() {
|
|
681
|
+
return this.yp;
|
|
682
682
|
}
|
|
683
|
-
|
|
683
|
+
sv(a, b, c) {
|
|
684
684
|
if (Rect.l_op_Equality(a, Rect.empty)) {
|
|
685
685
|
return false;
|
|
686
686
|
}
|
|
687
687
|
let d = a.top;
|
|
688
688
|
return c < d;
|
|
689
689
|
}
|
|
690
|
-
|
|
690
|
+
ss(a, b, c, d) {
|
|
691
691
|
if (Rect.l_op_Equality(a, Rect.empty)) {
|
|
692
692
|
return false;
|
|
693
693
|
}
|
|
694
694
|
let e = a.bottom;
|
|
695
695
|
return c + d.height >= e;
|
|
696
696
|
}
|
|
697
|
-
|
|
697
|
+
st(a, b, c) {
|
|
698
698
|
if (Rect.l_op_Equality(a, Rect.empty)) {
|
|
699
699
|
return false;
|
|
700
700
|
}
|
|
701
701
|
let d = a.left;
|
|
702
702
|
return c < d;
|
|
703
703
|
}
|
|
704
|
-
|
|
704
|
+
su(a, b, c, d) {
|
|
705
705
|
if (Rect.l_op_Equality(a, Rect.empty)) {
|
|
706
706
|
return false;
|
|
707
707
|
}
|
|
708
708
|
let e = a.right;
|
|
709
709
|
return c + d.width > e;
|
|
710
710
|
}
|
|
711
|
-
|
|
711
|
+
ty(a, b) {
|
|
712
712
|
return a.top + b;
|
|
713
713
|
}
|
|
714
|
-
|
|
714
|
+
tw(a, b, c) {
|
|
715
715
|
return a.bottom - c.height - b;
|
|
716
716
|
}
|
|
717
|
-
|
|
717
|
+
tx(a, b) {
|
|
718
718
|
return ((a.bottom + a.top) / 2) - (b.height / 2);
|
|
719
719
|
}
|
|
720
|
-
|
|
720
|
+
t7(a, b, c, d, e) {
|
|
721
721
|
let f = c.y - d.height - b;
|
|
722
722
|
return f;
|
|
723
723
|
}
|
|
724
|
-
|
|
724
|
+
t5(a, b, c, d, e) {
|
|
725
725
|
let f = c.y + b;
|
|
726
726
|
return f;
|
|
727
727
|
}
|
|
728
|
-
|
|
728
|
+
t6(a, b, c, d, e) {
|
|
729
729
|
let f = c.y - (d.height / 2);
|
|
730
730
|
return f;
|
|
731
731
|
}
|
|
732
|
-
|
|
732
|
+
t1(a, b, c, d, e) {
|
|
733
733
|
let f = c.y - d.height;
|
|
734
734
|
f = f - b;
|
|
735
735
|
return f;
|
|
736
736
|
}
|
|
737
|
-
|
|
737
|
+
tz(a, b, c, d, e) {
|
|
738
738
|
let f = c.y;
|
|
739
739
|
f = f + b;
|
|
740
740
|
return f;
|
|
741
741
|
}
|
|
742
|
-
|
|
742
|
+
t0(a, b, c, d, e) {
|
|
743
743
|
let f = c.y - (d.height / 2);
|
|
744
744
|
return f;
|
|
745
745
|
}
|
|
746
|
-
|
|
746
|
+
th(a, b) {
|
|
747
747
|
return a.left + b;
|
|
748
748
|
}
|
|
749
|
-
|
|
749
|
+
tj(a, b, c) {
|
|
750
750
|
return (a.right - (c.width)) - b;
|
|
751
751
|
}
|
|
752
|
-
|
|
752
|
+
ti(a, b, c) {
|
|
753
753
|
return ((a.right + a.left) / 2) - (c.width / 2) + b;
|
|
754
754
|
}
|
|
755
|
-
|
|
755
|
+
tq(a, b, c, d, e) {
|
|
756
756
|
let f = (c.x - d.width) - b;
|
|
757
757
|
return f;
|
|
758
758
|
}
|
|
759
|
-
|
|
759
|
+
ts(a, b, c, d, e) {
|
|
760
760
|
let f = c.x + b;
|
|
761
761
|
return f;
|
|
762
762
|
}
|
|
763
|
-
|
|
763
|
+
tr(a, b, c, d, e) {
|
|
764
764
|
let f = (c.x - (d.width / 2));
|
|
765
765
|
f = f + b;
|
|
766
766
|
return f;
|
|
767
767
|
}
|
|
768
|
-
|
|
768
|
+
tn(a, b, c, d, e) {
|
|
769
769
|
let f = c.x - d.width;
|
|
770
770
|
f = f - b;
|
|
771
771
|
return f;
|
|
772
772
|
}
|
|
773
|
-
|
|
773
|
+
tp(a, b, c, d, e) {
|
|
774
774
|
let f = c.x;
|
|
775
775
|
f = f + b;
|
|
776
776
|
return f;
|
|
777
777
|
}
|
|
778
|
-
|
|
778
|
+
to(a, b, c, d, e) {
|
|
779
779
|
let f = c.x - (d.width / 2);
|
|
780
780
|
f = f + b;
|
|
781
781
|
return f;
|
|
782
782
|
}
|
|
783
|
-
|
|
783
|
+
td(a, b, c, d, e, f, g, h) {
|
|
784
784
|
switch (a) {
|
|
785
785
|
case 1:
|
|
786
786
|
{
|
|
787
|
-
return this.
|
|
787
|
+
return this.t1(e, b, h, f, true);
|
|
788
788
|
}
|
|
789
789
|
case 2:
|
|
790
790
|
{
|
|
791
|
-
return this.
|
|
791
|
+
return this.tz(e, b, h, f, true);
|
|
792
792
|
}
|
|
793
793
|
case 3:
|
|
794
794
|
{
|
|
795
|
-
return this.
|
|
795
|
+
return this.t0(e, b, h, f, true);
|
|
796
796
|
}
|
|
797
|
-
case 5: return this.
|
|
798
|
-
case 6: return this.
|
|
799
|
-
case 4: return this.
|
|
800
|
-
case 8: return this.
|
|
801
|
-
case 9: return this.
|
|
802
|
-
case 7: return this.
|
|
803
|
-
case 13: return this.
|
|
804
|
-
case 14: return this.
|
|
805
|
-
case 15: return this.
|
|
806
|
-
case 10: return this.
|
|
807
|
-
case 12: return this.
|
|
797
|
+
case 5: return this.t2(e, c, b, h, f);
|
|
798
|
+
case 6: return this.t3(e, c, b, h, f);
|
|
799
|
+
case 4: return this.t4(e, c, b, h, f);
|
|
800
|
+
case 8: return this.tt(e, c, b, h, f);
|
|
801
|
+
case 9: return this.tu(e, c, b, h, f);
|
|
802
|
+
case 7: return this.tv(e, c, b, h, f);
|
|
803
|
+
case 13: return this.ty(d, b);
|
|
804
|
+
case 14: return this.tw(d, b, f);
|
|
805
|
+
case 15: return this.tx(d, f);
|
|
806
|
+
case 10: return this.t7(e, b, g, f, true);
|
|
807
|
+
case 12: return this.t6(e, b, g, f, true);
|
|
808
808
|
case 11:
|
|
809
|
-
default: return this.
|
|
809
|
+
default: return this.t5(e, b, g, f, true);
|
|
810
810
|
}
|
|
811
811
|
}
|
|
812
|
-
|
|
812
|
+
tk(a, b, c, d, e) {
|
|
813
813
|
let f = d.x;
|
|
814
814
|
f = f + b / 2;
|
|
815
815
|
f = f - e.width;
|
|
816
816
|
f = f - c;
|
|
817
817
|
return f;
|
|
818
818
|
}
|
|
819
|
-
|
|
819
|
+
tl(a, b, c, d, e) {
|
|
820
820
|
let f = d.x;
|
|
821
821
|
f = f + b / 2;
|
|
822
822
|
f = f - e.width / 2;
|
|
823
823
|
f = f + c;
|
|
824
824
|
return f;
|
|
825
825
|
}
|
|
826
|
-
|
|
826
|
+
tm(a, b, c, d, e) {
|
|
827
827
|
let f = d.x;
|
|
828
828
|
f = f + b / 2;
|
|
829
829
|
f = f + c;
|
|
830
830
|
return f;
|
|
831
831
|
}
|
|
832
|
-
|
|
832
|
+
te(a, b, c, d, e) {
|
|
833
833
|
let f = d.x;
|
|
834
834
|
f = f - b / 2;
|
|
835
835
|
f = f - e.width;
|
|
836
836
|
f = f - c;
|
|
837
837
|
return f;
|
|
838
838
|
}
|
|
839
|
-
|
|
839
|
+
tf(a, b, c, d, e) {
|
|
840
840
|
let f = d.x;
|
|
841
841
|
f = f - b / 2;
|
|
842
842
|
f = f - e.width / 2;
|
|
843
843
|
f = f + c;
|
|
844
844
|
return f;
|
|
845
845
|
}
|
|
846
|
-
|
|
846
|
+
tg(a, b, c, d, e) {
|
|
847
847
|
let f = d.x;
|
|
848
848
|
f = f - b / 2;
|
|
849
849
|
f = f + c;
|
|
850
850
|
return f;
|
|
851
851
|
}
|
|
852
|
-
|
|
852
|
+
tv(a, b, c, d, e) {
|
|
853
853
|
let f = d.y;
|
|
854
854
|
f = f + b / 2;
|
|
855
855
|
f = f - e.height;
|
|
856
856
|
f = f - c;
|
|
857
857
|
return f;
|
|
858
858
|
}
|
|
859
|
-
|
|
859
|
+
tu(a, b, c, d, e) {
|
|
860
860
|
let f = d.y;
|
|
861
861
|
f = f + b / 2;
|
|
862
862
|
f = f - e.height / 2;
|
|
863
863
|
f = f + c;
|
|
864
864
|
return f;
|
|
865
865
|
}
|
|
866
|
-
|
|
866
|
+
tt(a, b, c, d, e) {
|
|
867
867
|
let f = d.y;
|
|
868
868
|
f = f + b / 2;
|
|
869
869
|
f = f + c;
|
|
870
870
|
return f;
|
|
871
871
|
}
|
|
872
|
-
|
|
872
|
+
t4(a, b, c, d, e) {
|
|
873
873
|
let f = d.y;
|
|
874
874
|
f = f - b / 2;
|
|
875
875
|
f = f - e.height;
|
|
876
876
|
f = f - c;
|
|
877
877
|
return f;
|
|
878
878
|
}
|
|
879
|
-
|
|
879
|
+
t3(a, b, c, d, e) {
|
|
880
880
|
let f = d.y;
|
|
881
881
|
f = f - b / 2;
|
|
882
882
|
f = f - e.height / 2;
|
|
883
883
|
f = f + c;
|
|
884
884
|
return f;
|
|
885
885
|
}
|
|
886
|
-
|
|
886
|
+
t2(a, b, c, d, e) {
|
|
887
887
|
let f = d.y;
|
|
888
888
|
f = f - b / 2;
|
|
889
889
|
f = f + c;
|
|
890
890
|
return f;
|
|
891
891
|
}
|
|
892
|
-
|
|
892
|
+
tc(a, b, c, d, e, f, g, h) {
|
|
893
893
|
switch (a) {
|
|
894
|
-
case 10: return this.
|
|
895
|
-
case 11: return this.
|
|
896
|
-
case 12: return this.
|
|
897
|
-
case 13: return this.
|
|
898
|
-
case 14: return this.
|
|
899
|
-
case 15: return this.
|
|
900
|
-
case 5: return this.
|
|
901
|
-
case 6: return this.
|
|
902
|
-
case 4: return this.
|
|
903
|
-
case 8: return this.
|
|
904
|
-
case 9: return this.
|
|
905
|
-
case 7: return this.
|
|
894
|
+
case 10: return this.tq(e, b, g, f, true);
|
|
895
|
+
case 11: return this.ts(e, b, g, f, true);
|
|
896
|
+
case 12: return this.tr(e, b, g, f, true);
|
|
897
|
+
case 13: return this.th(d, b);
|
|
898
|
+
case 14: return this.tj(e, b, f);
|
|
899
|
+
case 15: return this.ti(e, b, f);
|
|
900
|
+
case 5: return this.tg(e, c, b, h, f);
|
|
901
|
+
case 6: return this.tf(e, c, b, h, f);
|
|
902
|
+
case 4: return this.te(e, c, b, h, f);
|
|
903
|
+
case 8: return this.tm(e, c, b, h, f);
|
|
904
|
+
case 9: return this.tl(e, c, b, h, f);
|
|
905
|
+
case 7: return this.tk(e, c, b, h, f);
|
|
906
906
|
case 1:
|
|
907
907
|
{
|
|
908
|
-
return this.
|
|
908
|
+
return this.tn(e, b, h, f, true);
|
|
909
909
|
}
|
|
910
910
|
case 3:
|
|
911
911
|
{
|
|
912
|
-
return this.
|
|
912
|
+
return this.to(e, b, h, f, true);
|
|
913
913
|
}
|
|
914
914
|
case 2:
|
|
915
915
|
default:
|
|
916
916
|
{
|
|
917
|
-
return this.
|
|
917
|
+
return this.tp(e, b, h, f, true);
|
|
918
918
|
}
|
|
919
919
|
}
|
|
920
920
|
}
|
|
921
|
-
|
|
922
|
-
let e = this.
|
|
923
|
-
let f = this.
|
|
924
|
-
let g = this.
|
|
921
|
+
ym(a, b, c, d) {
|
|
922
|
+
let e = this.ru;
|
|
923
|
+
let f = this.ry;
|
|
924
|
+
let g = this.rk();
|
|
925
925
|
let h = 0;
|
|
926
926
|
if (g != null && g.ca && this.cd != null) {
|
|
927
|
-
h = g.getCategorySize(this.cd.
|
|
927
|
+
h = g.getCategorySize(this.cd.s9, this.p3, this.getEffectiveViewport());
|
|
928
928
|
if (g.categoryMode == 0) {
|
|
929
929
|
h = 0;
|
|
930
930
|
}
|
|
931
931
|
}
|
|
932
|
-
let i = this.
|
|
933
|
-
let j = this.
|
|
934
|
-
let k = this.
|
|
935
|
-
let l = this.
|
|
936
|
-
let m = this.
|
|
937
|
-
let n = this.
|
|
932
|
+
let i = this.ta(e);
|
|
933
|
+
let j = this.tb(f);
|
|
934
|
+
let k = this.tc(e, i, h, this.yp, a, b, c, d);
|
|
935
|
+
let l = this.td(f, j, h, this.yp, a, b, c, d);
|
|
936
|
+
let m = this.sw(a, i, k, b);
|
|
937
|
+
let n = this.sx(a, j, l, b);
|
|
938
938
|
if (!m) {
|
|
939
|
-
let o = this.
|
|
939
|
+
let o = this.re(e);
|
|
940
940
|
let p = 0;
|
|
941
941
|
while (!m && p < o.length) {
|
|
942
942
|
e = o[p];
|
|
943
|
-
i = this.
|
|
944
|
-
k = this.
|
|
945
|
-
m = this.
|
|
943
|
+
i = this.ta(e);
|
|
944
|
+
k = this.tc(e, i, h, this.yp, a, b, c, d);
|
|
945
|
+
m = this.sw(a, i, k, b);
|
|
946
946
|
p++;
|
|
947
947
|
}
|
|
948
948
|
}
|
|
949
949
|
if (!n) {
|
|
950
|
-
let q = this.
|
|
950
|
+
let q = this.rf(f);
|
|
951
951
|
let r = 0;
|
|
952
952
|
while (!n && r < q.length) {
|
|
953
953
|
f = q[r];
|
|
954
|
-
j = this.
|
|
955
|
-
l = this.
|
|
956
|
-
n = this.
|
|
954
|
+
j = this.tb(f);
|
|
955
|
+
l = this.td(f, j, h, this.yp, a, b, c, d);
|
|
956
|
+
n = this.sx(a, j, l, b);
|
|
957
957
|
r++;
|
|
958
958
|
}
|
|
959
959
|
}
|
|
960
960
|
return { $type: Point_$type, x: k, y: l };
|
|
961
961
|
}
|
|
962
|
-
|
|
963
|
-
if (!isNaN_(this.
|
|
964
|
-
return this.
|
|
962
|
+
tb(a) {
|
|
963
|
+
if (!isNaN_(this.s9)) {
|
|
964
|
+
return this.s9;
|
|
965
965
|
}
|
|
966
966
|
switch (a) {
|
|
967
|
-
case 1: return this.
|
|
968
|
-
case 2: return this.
|
|
967
|
+
case 1: return this.s7;
|
|
968
|
+
case 2: return this.s7;
|
|
969
969
|
case 3: return 0;
|
|
970
|
-
case 4: return this.
|
|
971
|
-
case 5: return this.
|
|
972
|
-
case 6: return this.
|
|
973
|
-
case 7: return this.
|
|
974
|
-
case 8: return this.
|
|
970
|
+
case 4: return this.s7;
|
|
971
|
+
case 5: return this.s7;
|
|
972
|
+
case 6: return this.s7;
|
|
973
|
+
case 7: return this.s7;
|
|
974
|
+
case 8: return this.s7;
|
|
975
975
|
case 9: return 0;
|
|
976
|
-
case 10: return this.
|
|
977
|
-
case 11: return this.
|
|
976
|
+
case 10: return this.s7;
|
|
977
|
+
case 11: return this.s7;
|
|
978
978
|
case 12: return 0;
|
|
979
|
-
case 13: return this.
|
|
980
|
-
case 14: return this.
|
|
979
|
+
case 13: return this.s7;
|
|
980
|
+
case 14: return this.s7;
|
|
981
981
|
case 15: return 0;
|
|
982
982
|
}
|
|
983
|
-
return this.
|
|
983
|
+
return this.s7;
|
|
984
984
|
}
|
|
985
|
-
|
|
986
|
-
if (!isNaN_(this.
|
|
987
|
-
return this.
|
|
985
|
+
ta(a) {
|
|
986
|
+
if (!isNaN_(this.s8)) {
|
|
987
|
+
return this.s8;
|
|
988
988
|
}
|
|
989
989
|
switch (a) {
|
|
990
|
-
case 4: return this.
|
|
990
|
+
case 4: return this.s6;
|
|
991
991
|
case 6: return 0;
|
|
992
|
-
case 5: return this.
|
|
993
|
-
case 13: return this.
|
|
992
|
+
case 5: return this.s6;
|
|
993
|
+
case 13: return this.s6;
|
|
994
994
|
case 15: return 0;
|
|
995
|
-
case 14: return this.
|
|
996
|
-
case 7: return this.
|
|
995
|
+
case 14: return this.s6;
|
|
996
|
+
case 7: return this.s6;
|
|
997
997
|
case 9: return 0;
|
|
998
|
-
case 8: return this.
|
|
999
|
-
case 1: return this.
|
|
998
|
+
case 8: return this.s6;
|
|
999
|
+
case 1: return this.s6;
|
|
1000
1000
|
case 3: return 0;
|
|
1001
|
-
case 2: return this.
|
|
1002
|
-
case 10: return this.
|
|
1001
|
+
case 2: return this.s6;
|
|
1002
|
+
case 10: return this.s6;
|
|
1003
1003
|
case 12: return 0;
|
|
1004
|
-
case 11: return this.
|
|
1004
|
+
case 11: return this.s6;
|
|
1005
1005
|
}
|
|
1006
|
-
return this.
|
|
1006
|
+
return this.s6;
|
|
1007
1007
|
}
|
|
1008
|
-
|
|
1008
|
+
rf(a) {
|
|
1009
1009
|
let b = [a];
|
|
1010
1010
|
switch (a) {
|
|
1011
1011
|
case 1:
|
|
@@ -1050,7 +1050,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1050
1050
|
}
|
|
1051
1051
|
return b;
|
|
1052
1052
|
}
|
|
1053
|
-
|
|
1053
|
+
re(a) {
|
|
1054
1054
|
let b = [a];
|
|
1055
1055
|
switch (a) {
|
|
1056
1056
|
case 1:
|
|
@@ -1095,13 +1095,13 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1095
1095
|
}
|
|
1096
1096
|
return b;
|
|
1097
1097
|
}
|
|
1098
|
-
|
|
1099
|
-
return !(this.
|
|
1098
|
+
sw(a, b, c, d) {
|
|
1099
|
+
return !(this.st(a, b, c) || this.su(a, b, c, d));
|
|
1100
1100
|
}
|
|
1101
|
-
|
|
1102
|
-
return !(this.
|
|
1101
|
+
sx(a, b, c, d) {
|
|
1102
|
+
return !(this.sv(a, b, c) || this.ss(a, b, c, d));
|
|
1103
1103
|
}
|
|
1104
|
-
|
|
1104
|
+
wk(a) {
|
|
1105
1105
|
let b = new List$1(DataTooltipCollisionInfo.$, 0);
|
|
1106
1106
|
for (let c = 0; c < a.f.count; c++) {
|
|
1107
1107
|
let d = new DataTooltipCollisionInfo();
|
|
@@ -1130,7 +1130,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1130
1130
|
}
|
|
1131
1131
|
return 0;
|
|
1132
1132
|
});
|
|
1133
|
-
let e = this.
|
|
1133
|
+
let e = this.sq(b);
|
|
1134
1134
|
if (!e) {
|
|
1135
1135
|
return;
|
|
1136
1136
|
}
|
|
@@ -1162,7 +1162,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1162
1162
|
a.g._inner[q] = r.e.y;
|
|
1163
1163
|
}
|
|
1164
1164
|
}
|
|
1165
|
-
|
|
1165
|
+
sq(a) {
|
|
1166
1166
|
if (a.count <= 1) {
|
|
1167
1167
|
return false;
|
|
1168
1168
|
}
|
|
@@ -1178,30 +1178,32 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1178
1178
|
}
|
|
1179
1179
|
return false;
|
|
1180
1180
|
}
|
|
1181
|
-
|
|
1182
|
-
let f = this.
|
|
1181
|
+
wo(a, b, c, d, e) {
|
|
1182
|
+
let f = this.qo(a);
|
|
1183
1183
|
if (!f.c) {
|
|
1184
1184
|
return;
|
|
1185
1185
|
}
|
|
1186
|
-
let g = a.
|
|
1187
|
-
let h = this.
|
|
1188
|
-
let i = this.
|
|
1186
|
+
let g = a.pq(f.d, c, d);
|
|
1187
|
+
let h = this.r5.b6;
|
|
1188
|
+
let i = this.q9;
|
|
1189
1189
|
if (!c) {
|
|
1190
|
-
i = this.
|
|
1190
|
+
i = this.pt(g);
|
|
1191
1191
|
}
|
|
1192
|
-
let j = a.
|
|
1192
|
+
let j = a.hv(i);
|
|
1193
1193
|
let k = h.item(e);
|
|
1194
1194
|
let l = this.b0.bu;
|
|
1195
|
-
let m = this.
|
|
1195
|
+
let m = this.r5.b5(k);
|
|
1196
1196
|
if (!Base.equalsStatic(m.target, this.cd)) {
|
|
1197
1197
|
m.target = this.cd;
|
|
1198
1198
|
}
|
|
1199
1199
|
m.includedSeries = [a.dataLegendKey];
|
|
1200
|
-
this.
|
|
1201
|
-
|
|
1200
|
+
this.wm(m);
|
|
1201
|
+
m.targetCursorPositionX = this.q9.x;
|
|
1202
|
+
m.targetCursorPositionY = this.q9.y;
|
|
1203
|
+
if (!this.r5.b8(k, a)) {
|
|
1202
1204
|
return;
|
|
1203
1205
|
}
|
|
1204
|
-
let n = this.
|
|
1206
|
+
let n = this.r5.cn(k);
|
|
1205
1207
|
b.i.add1(k);
|
|
1206
1208
|
let o = g.x;
|
|
1207
1209
|
let p = g.x;
|
|
@@ -1231,33 +1233,33 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1231
1233
|
b.g.add(t);
|
|
1232
1234
|
b.k.add(n.width);
|
|
1233
1235
|
b.j.add(n.height);
|
|
1234
|
-
let u = this.
|
|
1236
|
+
let u = this.o3;
|
|
1235
1237
|
if (u == null) {
|
|
1236
|
-
u = this.
|
|
1238
|
+
u = this.o7;
|
|
1237
1239
|
}
|
|
1238
1240
|
if (u == null) {
|
|
1239
|
-
u = a.
|
|
1241
|
+
u = a.o3;
|
|
1240
1242
|
}
|
|
1241
1243
|
b.h.add(u);
|
|
1242
1244
|
}
|
|
1243
|
-
|
|
1244
|
-
this.rp = this.rs();
|
|
1245
|
+
wn(a, b, c) {
|
|
1245
1246
|
this.rt = this.rw();
|
|
1247
|
+
this.rx = this.r0();
|
|
1246
1248
|
let d = a.f;
|
|
1247
1249
|
let e = a.e;
|
|
1248
1250
|
let f = 0;
|
|
1249
|
-
let g = this.
|
|
1250
|
-
this.
|
|
1251
|
-
let h = this.
|
|
1251
|
+
let g = this.r5.b6.item(0);
|
|
1252
|
+
this.r5.b8(g, null);
|
|
1253
|
+
let h = this.r5.b5(g);
|
|
1252
1254
|
if (!Base.equalsStatic(h.target, this.cd)) {
|
|
1253
1255
|
h.target = this.cd;
|
|
1254
1256
|
}
|
|
1255
1257
|
let i = new List$1(String_$type, 0);
|
|
1256
|
-
let j = this.
|
|
1258
|
+
let j = this.rk();
|
|
1257
1259
|
if (j != null) {
|
|
1258
1260
|
for (let k of fromEnum(j.da())) {
|
|
1259
1261
|
if (k.isStacked) {
|
|
1260
|
-
k.
|
|
1262
|
+
k.ld((l) => {
|
|
1261
1263
|
i.add(l.dataLegendKey);
|
|
1262
1264
|
return true;
|
|
1263
1265
|
});
|
|
@@ -1271,10 +1273,10 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1271
1273
|
else {
|
|
1272
1274
|
h.includedSeries = null;
|
|
1273
1275
|
}
|
|
1274
|
-
this.
|
|
1275
|
-
h.targetCursorPositionX = this.
|
|
1276
|
-
h.targetCursorPositionY = this.
|
|
1277
|
-
let l = this.
|
|
1276
|
+
this.wm(h);
|
|
1277
|
+
h.targetCursorPositionX = this.q9.x;
|
|
1278
|
+
h.targetCursorPositionY = this.q9.y;
|
|
1279
|
+
let l = this.r5.cn(g);
|
|
1278
1280
|
let m = 0;
|
|
1279
1281
|
let n = 0;
|
|
1280
1282
|
let o = 0;
|
|
@@ -1284,9 +1286,9 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1284
1286
|
o = d.x;
|
|
1285
1287
|
p = d.y;
|
|
1286
1288
|
let s = this.b0.bu;
|
|
1287
|
-
let t = this.
|
|
1288
|
-
let u = this.
|
|
1289
|
-
let v = this.
|
|
1289
|
+
let t = this.r5.co();
|
|
1290
|
+
let u = this.yq();
|
|
1291
|
+
let v = this.ym(u, l, e, d);
|
|
1290
1292
|
let w = v.x;
|
|
1291
1293
|
let x = v.y;
|
|
1292
1294
|
{
|
|
@@ -1300,13 +1302,13 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1300
1302
|
b.i.add1(g);
|
|
1301
1303
|
let y = null;
|
|
1302
1304
|
b.h.add(y);
|
|
1303
|
-
this.
|
|
1305
|
+
this.r5.b6.count = 1;
|
|
1304
1306
|
}
|
|
1305
|
-
|
|
1307
|
+
ua(a) {
|
|
1306
1308
|
return a.toolTip;
|
|
1307
1309
|
}
|
|
1308
|
-
|
|
1309
|
-
super.
|
|
1310
|
+
qy(a, b) {
|
|
1311
|
+
super.qy(a, b);
|
|
1310
1312
|
let c = a;
|
|
1311
1313
|
let d = c.m.count;
|
|
1312
1314
|
let e = b.bu.left;
|
|
@@ -1315,7 +1317,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1315
1317
|
let h = b.bu.bottom;
|
|
1316
1318
|
for (let i = 0; i < d; i++) {
|
|
1317
1319
|
if (isNaN_(c.l._inner[i]) || isNaN_(c.m._inner[i]) || isNaN_(c.f._inner[i]) || isNaN_(c.g._inner[i])) {
|
|
1318
|
-
this.
|
|
1320
|
+
this.r5.cf(c.i._inner[i]);
|
|
1319
1321
|
continue;
|
|
1320
1322
|
}
|
|
1321
1323
|
let j = c.f._inner[i];
|
|
@@ -1324,7 +1326,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1324
1326
|
let m = c.j._inner[i];
|
|
1325
1327
|
let n = false;
|
|
1326
1328
|
if (n) {
|
|
1327
|
-
this.
|
|
1329
|
+
this.r5.cf(c.i._inner[i]);
|
|
1328
1330
|
continue;
|
|
1329
1331
|
}
|
|
1330
1332
|
let o = c.i._inner[i];
|
|
@@ -1332,23 +1334,23 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1332
1334
|
let q = Math.min(c.g._inner[i], c.m._inner[i]);
|
|
1333
1335
|
let r = c.l._inner[i] - c.f._inner[i];
|
|
1334
1336
|
let s = c.m._inner[i] - c.g._inner[i];
|
|
1335
|
-
this.
|
|
1337
|
+
this.r5.ch(o, p, q, r, s);
|
|
1336
1338
|
}
|
|
1337
1339
|
}
|
|
1338
|
-
|
|
1340
|
+
en() {
|
|
1339
1341
|
return true;
|
|
1340
1342
|
}
|
|
1341
|
-
get
|
|
1342
|
-
return this.
|
|
1343
|
+
get ru() {
|
|
1344
|
+
return this.rt;
|
|
1343
1345
|
}
|
|
1344
|
-
set
|
|
1345
|
-
let b = this.
|
|
1346
|
-
this.
|
|
1347
|
-
if (b != this.
|
|
1348
|
-
this.raisePropertyChanged("ActualGroupedPositionModeX", enumGetBox(DataTooltipGroupedPositionX_$type, b), enumGetBox(DataTooltipGroupedPositionX_$type, this.
|
|
1346
|
+
set ru(a) {
|
|
1347
|
+
let b = this.rt;
|
|
1348
|
+
this.rt = a;
|
|
1349
|
+
if (b != this.rt) {
|
|
1350
|
+
this.raisePropertyChanged("ActualGroupedPositionModeX", enumGetBox(DataTooltipGroupedPositionX_$type, b), enumGetBox(DataTooltipGroupedPositionX_$type, this.rt));
|
|
1349
1351
|
}
|
|
1350
1352
|
}
|
|
1351
|
-
|
|
1353
|
+
rw() {
|
|
1352
1354
|
if (this.cd == null) {
|
|
1353
1355
|
return 2;
|
|
1354
1356
|
}
|
|
@@ -1356,21 +1358,21 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1356
1358
|
let b = false;
|
|
1357
1359
|
let c = false;
|
|
1358
1360
|
let d = false;
|
|
1359
|
-
let e = this.
|
|
1361
|
+
let e = this.rk();
|
|
1360
1362
|
if (e == null) {
|
|
1361
1363
|
return 2;
|
|
1362
1364
|
}
|
|
1363
1365
|
for (let f of fromEnum(e.dd)) {
|
|
1364
|
-
if (f.
|
|
1366
|
+
if (f.di) {
|
|
1365
1367
|
a = true;
|
|
1366
1368
|
}
|
|
1367
1369
|
if (f.isVertical) {
|
|
1368
1370
|
b = true;
|
|
1369
1371
|
}
|
|
1370
|
-
if (f.
|
|
1372
|
+
if (f.d7) {
|
|
1371
1373
|
c = true;
|
|
1372
1374
|
}
|
|
1373
|
-
if (f.
|
|
1375
|
+
if (f.ed) {
|
|
1374
1376
|
d = true;
|
|
1375
1377
|
}
|
|
1376
1378
|
}
|
|
@@ -1387,12 +1389,12 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1387
1389
|
$ret.add_1(9);
|
|
1388
1390
|
return $ret;
|
|
1389
1391
|
})());
|
|
1390
|
-
let h = g.contains(this.
|
|
1391
|
-
if (this.
|
|
1392
|
+
let h = g.contains(this.rv);
|
|
1393
|
+
if (this.rv != 0) {
|
|
1392
1394
|
if (h && b) {
|
|
1393
1395
|
return 11;
|
|
1394
1396
|
}
|
|
1395
|
-
return this.
|
|
1397
|
+
return this.rv;
|
|
1396
1398
|
}
|
|
1397
1399
|
if (c || d) {
|
|
1398
1400
|
return 11;
|
|
@@ -1405,24 +1407,24 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1405
1407
|
}
|
|
1406
1408
|
return 8;
|
|
1407
1409
|
}
|
|
1408
|
-
get
|
|
1409
|
-
return this.
|
|
1410
|
+
get ry() {
|
|
1411
|
+
return this.rx;
|
|
1410
1412
|
}
|
|
1411
|
-
set
|
|
1412
|
-
let b = this.
|
|
1413
|
-
this.
|
|
1414
|
-
if (b != this.
|
|
1415
|
-
this.raisePropertyChanged("ActualPositionModeY", enumGetBox(DataTooltipGroupedPositionY_$type, b), enumGetBox(DataTooltipGroupedPositionY_$type, this.
|
|
1413
|
+
set ry(a) {
|
|
1414
|
+
let b = this.rx;
|
|
1415
|
+
this.rx = a;
|
|
1416
|
+
if (b != this.rx) {
|
|
1417
|
+
this.raisePropertyChanged("ActualPositionModeY", enumGetBox(DataTooltipGroupedPositionY_$type, b), enumGetBox(DataTooltipGroupedPositionY_$type, this.rx));
|
|
1416
1418
|
}
|
|
1417
1419
|
}
|
|
1418
|
-
|
|
1420
|
+
r0() {
|
|
1419
1421
|
if (this.cd == null) {
|
|
1420
1422
|
return 11;
|
|
1421
1423
|
}
|
|
1422
1424
|
let a = false;
|
|
1423
1425
|
let b = false;
|
|
1424
1426
|
let c = false;
|
|
1425
|
-
let d = this.
|
|
1427
|
+
let d = this.rk();
|
|
1426
1428
|
if (d == null) {
|
|
1427
1429
|
return 11;
|
|
1428
1430
|
}
|
|
@@ -1430,10 +1432,10 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1430
1432
|
if (e.isVertical) {
|
|
1431
1433
|
a = true;
|
|
1432
1434
|
}
|
|
1433
|
-
if (e.
|
|
1435
|
+
if (e.d7) {
|
|
1434
1436
|
b = true;
|
|
1435
1437
|
}
|
|
1436
|
-
if (e.
|
|
1438
|
+
if (e.ed) {
|
|
1437
1439
|
c = true;
|
|
1438
1440
|
}
|
|
1439
1441
|
}
|
|
@@ -1450,12 +1452,12 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1450
1452
|
$ret.add_1(9);
|
|
1451
1453
|
return $ret;
|
|
1452
1454
|
})());
|
|
1453
|
-
let g = f.contains(this.
|
|
1454
|
-
if (this.
|
|
1455
|
+
let g = f.contains(this.rz);
|
|
1456
|
+
if (this.rz != 0) {
|
|
1455
1457
|
if (g && !a) {
|
|
1456
1458
|
return 11;
|
|
1457
1459
|
}
|
|
1458
|
-
return this.
|
|
1460
|
+
return this.rz;
|
|
1459
1461
|
}
|
|
1460
1462
|
if (b || c) {
|
|
1461
1463
|
return 11;
|
|
@@ -1468,54 +1470,14 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1468
1470
|
}
|
|
1469
1471
|
return 11;
|
|
1470
1472
|
}
|
|
1471
|
-
get
|
|
1472
|
-
return this.
|
|
1473
|
+
get sp() {
|
|
1474
|
+
return this.sg;
|
|
1473
1475
|
}
|
|
1474
|
-
set
|
|
1475
|
-
let b = this.
|
|
1476
|
-
this.
|
|
1477
|
-
if (b != this.
|
|
1478
|
-
this.raisePropertyChanged("ValueTextStyle", b, this.
|
|
1479
|
-
}
|
|
1480
|
-
}
|
|
1481
|
-
get sd() {
|
|
1482
|
-
return this.r4;
|
|
1483
|
-
}
|
|
1484
|
-
set sd(a) {
|
|
1485
|
-
let b = this.r4;
|
|
1486
|
-
this.r4 = a;
|
|
1487
|
-
if (b != this.r4) {
|
|
1488
|
-
this.raisePropertyChanged("HeaderTextStyle", b, this.r4);
|
|
1489
|
-
}
|
|
1490
|
-
}
|
|
1491
|
-
get sg() {
|
|
1492
|
-
return this.r7;
|
|
1493
|
-
}
|
|
1494
|
-
set sg(a) {
|
|
1495
|
-
let b = this.r7;
|
|
1496
|
-
this.r7 = a;
|
|
1497
|
-
if (b != this.r7) {
|
|
1498
|
-
this.raisePropertyChanged("SummaryTitleTextStyle", b, this.r7);
|
|
1499
|
-
}
|
|
1500
|
-
}
|
|
1501
|
-
get si() {
|
|
1502
|
-
return this.r9;
|
|
1503
|
-
}
|
|
1504
|
-
set si(a) {
|
|
1505
|
-
let b = this.r9;
|
|
1506
|
-
this.r9 = a;
|
|
1507
|
-
if (b != this.r9) {
|
|
1508
|
-
this.raisePropertyChanged("SummaryValueTextStyle", b, this.r9);
|
|
1509
|
-
}
|
|
1510
|
-
}
|
|
1511
|
-
get sf() {
|
|
1512
|
-
return this.r6;
|
|
1513
|
-
}
|
|
1514
|
-
set sf(a) {
|
|
1515
|
-
let b = this.r6;
|
|
1516
|
-
this.r6 = a;
|
|
1517
|
-
if (b != this.r6) {
|
|
1518
|
-
this.raisePropertyChanged("SummaryLabelTextStyle", b, this.r6);
|
|
1476
|
+
set sp(a) {
|
|
1477
|
+
let b = this.sg;
|
|
1478
|
+
this.sg = a;
|
|
1479
|
+
if (b != this.sg) {
|
|
1480
|
+
this.raisePropertyChanged("ValueTextStyle", b, this.sg);
|
|
1519
1481
|
}
|
|
1520
1482
|
}
|
|
1521
1483
|
get sh() {
|
|
@@ -1525,7 +1487,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1525
1487
|
let b = this.r8;
|
|
1526
1488
|
this.r8 = a;
|
|
1527
1489
|
if (b != this.r8) {
|
|
1528
|
-
this.raisePropertyChanged("
|
|
1490
|
+
this.raisePropertyChanged("HeaderTextStyle", b, this.r8);
|
|
1529
1491
|
}
|
|
1530
1492
|
}
|
|
1531
1493
|
get sk() {
|
|
@@ -1535,7 +1497,17 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1535
1497
|
let b = this.sb;
|
|
1536
1498
|
this.sb = a;
|
|
1537
1499
|
if (b != this.sb) {
|
|
1538
|
-
this.raisePropertyChanged("
|
|
1500
|
+
this.raisePropertyChanged("SummaryTitleTextStyle", b, this.sb);
|
|
1501
|
+
}
|
|
1502
|
+
}
|
|
1503
|
+
get sm() {
|
|
1504
|
+
return this.sd;
|
|
1505
|
+
}
|
|
1506
|
+
set sm(a) {
|
|
1507
|
+
let b = this.sd;
|
|
1508
|
+
this.sd = a;
|
|
1509
|
+
if (b != this.sd) {
|
|
1510
|
+
this.raisePropertyChanged("SummaryValueTextStyle", b, this.sd);
|
|
1539
1511
|
}
|
|
1540
1512
|
}
|
|
1541
1513
|
get sj() {
|
|
@@ -1545,22 +1517,52 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
|
|
|
1545
1517
|
let b = this.sa;
|
|
1546
1518
|
this.sa = a;
|
|
1547
1519
|
if (b != this.sa) {
|
|
1548
|
-
this.raisePropertyChanged("
|
|
1520
|
+
this.raisePropertyChanged("SummaryLabelTextStyle", b, this.sa);
|
|
1549
1521
|
}
|
|
1550
1522
|
}
|
|
1551
|
-
get
|
|
1552
|
-
return this.
|
|
1523
|
+
get sl() {
|
|
1524
|
+
return this.sc;
|
|
1553
1525
|
}
|
|
1554
|
-
set
|
|
1555
|
-
let b = this.
|
|
1556
|
-
this.
|
|
1557
|
-
if (b != this.
|
|
1558
|
-
this.raisePropertyChanged("
|
|
1526
|
+
set sl(a) {
|
|
1527
|
+
let b = this.sc;
|
|
1528
|
+
this.sc = a;
|
|
1529
|
+
if (b != this.sc) {
|
|
1530
|
+
this.raisePropertyChanged("SummaryUnitsTextStyle", b, this.sc);
|
|
1531
|
+
}
|
|
1532
|
+
}
|
|
1533
|
+
get so() {
|
|
1534
|
+
return this.sf;
|
|
1535
|
+
}
|
|
1536
|
+
set so(a) {
|
|
1537
|
+
let b = this.sf;
|
|
1538
|
+
this.sf = a;
|
|
1539
|
+
if (b != this.sf) {
|
|
1540
|
+
this.raisePropertyChanged("UnitsTextStyle", b, this.sf);
|
|
1541
|
+
}
|
|
1542
|
+
}
|
|
1543
|
+
get sn() {
|
|
1544
|
+
return this.se;
|
|
1545
|
+
}
|
|
1546
|
+
set sn(a) {
|
|
1547
|
+
let b = this.se;
|
|
1548
|
+
this.se = a;
|
|
1549
|
+
if (b != this.se) {
|
|
1550
|
+
this.raisePropertyChanged("TitleTextStyle", b, this.se);
|
|
1551
|
+
}
|
|
1552
|
+
}
|
|
1553
|
+
get si() {
|
|
1554
|
+
return this.r9;
|
|
1555
|
+
}
|
|
1556
|
+
set si(a) {
|
|
1557
|
+
let b = this.r9;
|
|
1558
|
+
this.r9 = a;
|
|
1559
|
+
if (b != this.r9) {
|
|
1560
|
+
this.raisePropertyChanged("LabelTextStyle", b, this.r9);
|
|
1559
1561
|
}
|
|
1560
1562
|
}
|
|
1561
1563
|
}
|
|
1562
1564
|
DataToolTipLayer.$t = /*@__PURE__*/ markType(DataToolTipLayer, 'DataToolTipLayer', AnnotationLayer.$);
|
|
1563
|
-
DataToolTipLayer.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, DataToolTipLayer, 'raisePropertyChanged', ['BadgeMargin:
|
|
1565
|
+
DataToolTipLayer.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, DataToolTipLayer, 'raisePropertyChanged', ['BadgeMargin:ys:wq', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'BadgeShape:r7:wr', [LegendItemBadgeShape_$type, /*@__PURE__*/ enumGetBox(LegendItemBadgeShape_$type, 0)], 'DefaultPositionOffsetX:s6:ws', [1, /*@__PURE__*/ DeviceUtils.g(10)], 'DefaultPositionOffsetY:s7:wt', [1, /*@__PURE__*/ DeviceUtils.g(10)], 'ExcludedColumns:rc:wu', [Array_$type, null], 'ExcludedSeries:rd:wv', [Array_$type, null], 'GroupedPositionModeX:rv:ww', [DataTooltipGroupedPositionX_$type, /*@__PURE__*/ enumGetBox(DataTooltipGroupedPositionX_$type, 0)], 'GroupedPositionModeY:rz:wx', [DataTooltipGroupedPositionY_$type, /*@__PURE__*/ enumGetBox(DataTooltipGroupedPositionY_$type, 0)], 'GroupingMode:r3:wy', [DataToolTipLayerGroupingMode_$type, /*@__PURE__*/ enumGetBox(DataToolTipLayerGroupingMode_$type, 0)], 'HeaderFormatCulture:un:wz', [2, /*@__PURE__*/ stringEmpty()], 'HeaderFormatDate:rn:w0', [DataLegendHeaderDateMode_$type, /*@__PURE__*/ enumGetBox(DataLegendHeaderDateMode_$type, 0)], 'HeaderFormatSpecifiers:rg:w1', [Array_$type, null], 'HeaderFormatString:ur:w2', [2, null], 'HeaderFormatTime:ro:w3', [DataLegendHeaderTimeMode_$type, /*@__PURE__*/ enumGetBox(DataLegendHeaderTimeMode_$type, 0)], 'HeaderRowMargin:yt:w4', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'HeaderRowVisible:sr:w5', [0, true], 'HeaderTextColor:yd:w6', [Brush.$, null], 'HeaderTextMargin:yu:w7', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 0, 0)], 'HeaderText:uw:w8', [2, null], 'IncludedColumns:rh:w9', [Array_$type, null], 'IncludedSeries:ri:xa', [Array_$type, null], 'LabelDisplayMode:rp:xb', [DataLegendLabelMode_$type, /*@__PURE__*/ enumGetBox(DataLegendLabelMode_$type, 0)], 'LabelTextColor:ye:xc', [Brush.$, null], 'LabelTextMargin:yv:xd', [Thickness.$, /*@__PURE__*/ new Thickness(1, 8, 0, 0, 0)], 'PositionOffsetX:s8:xe', [1, NaN], 'PositionOffsetY:s9:xf', [1, NaN], 'ShouldUpdateWhenSeriesDataChanges:sy:xg', [0, true], 'SummaryLabelTextColor:yf:xh', [Brush.$, null], 'SummaryLabelText:va:xi', [2, null], 'SummaryRowMargin:yw:xj', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'SummaryTitleTextColor:yg:xk', [Brush.$, null], 'SummaryTitleTextMargin:yx:xl', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 0, 0)], 'SummaryTitleText:vf:xm', [2, null], 'SummaryType:rq:xn', [DataLegendSummaryType_$type, /*@__PURE__*/ enumGetBox(DataLegendSummaryType_$type, 0)], 'SummaryUnitsTextColor:yh:xo', [Brush.$, null], 'SummaryUnitsText:vl:xp', [2, null], 'SummaryValueTextColor:yi:xq', [Brush.$, null], 'TargetAxis:rl:xr', [Axis.$, null], 'TitleTextColor:yj:xs', [Brush.$, null], 'TitleTextMargin:yy:xt', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'UnitsDisplayMode:rr:xu', [DataLegendUnitsMode_$type, /*@__PURE__*/ enumGetBox(DataLegendUnitsMode_$type, 0)], 'UnitsTextColor:yk:xv', [Brush.$, null], 'UnitsTextMargin:yz:xw', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'UnitsText:vw:xx', [2, null], 'UseInterpolation:sz:xy', [0, false], 'ValueFormatAbbreviation:rm:xz', [DataAbbreviationMode_$type, /*@__PURE__*/ enumGetBox(DataAbbreviationMode_$type, 0)], 'ValueFormatCulture:v3:x0', [2, /*@__PURE__*/ stringEmpty()], 'ValueFormatMaxFractions:t8:x1', [1, -1], 'ValueFormatMinFractions:t9:x2', [1, -1], 'ValueFormatMode:rs:x3', [DataLegendValueMode_$type, /*@__PURE__*/ enumGetBox(DataLegendValueMode_$type, 0)], 'ValueFormatSpecifiers:rj:x4', [Array_$type, null], 'ValueFormatString:v9:x5', [2, null], 'ValueFormatUseGrouping:s0:x6', [0, true], 'ValueRowMargin:y0:x7', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'ValueRowVisible:s1:x8', [0, true], 'ValueTextColor:yl:x9', [Brush.$, null], 'ValueTextMargin:y1:ya', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 2, 0)], 'ValueTextUseSeriesColors:s2:yb', [0, false], 'ValueTextWhenMissingData:wi:yc', [2, "N/A"]]);
|
|
1564
1566
|
return DataToolTipLayer;
|
|
1565
1567
|
})();
|
|
1566
1568
|
/**
|
|
@@ -1591,17 +1593,17 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
|
|
|
1591
1593
|
}
|
|
1592
1594
|
ca() {
|
|
1593
1595
|
let a = new PointerTooltip();
|
|
1594
|
-
a.bw(this.e.
|
|
1596
|
+
a.bw(this.e.hb);
|
|
1595
1597
|
a._visibility = 1;
|
|
1596
|
-
a.ap = this.e.cd.
|
|
1598
|
+
a.ap = this.e.cd.cu.k;
|
|
1597
1599
|
let b = null;
|
|
1598
1600
|
if (TypeRegistrar.isRegistered("XamDataLegend")) {
|
|
1599
1601
|
b = TypeRegistrar.create("XamDataLegend");
|
|
1600
1602
|
}
|
|
1601
1603
|
b.pixelScalingRatio = 1;
|
|
1602
1604
|
if (this.e.cd != null) {
|
|
1603
|
-
let c = this.e.cd.
|
|
1604
|
-
let ren_ = this.e.cd.
|
|
1605
|
+
let c = this.e.cd.cu.j.ae.createElement("div");
|
|
1606
|
+
let ren_ = this.e.cd.cu.j.ae.getSubRenderer(c);
|
|
1605
1607
|
let len_ = b;
|
|
1606
1608
|
len_.provideContainer(ren_);
|
|
1607
1609
|
}
|
|
@@ -1655,18 +1657,18 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
|
|
|
1655
1657
|
}
|
|
1656
1658
|
cm() {
|
|
1657
1659
|
if (this.e.cd != null) {
|
|
1658
|
-
let a = this.e.cd.
|
|
1659
|
-
let b = this.e.cd.
|
|
1660
|
-
let c = this.e.cd.
|
|
1660
|
+
let a = this.e.cd.s2();
|
|
1661
|
+
let b = this.e.cd.cu.a8;
|
|
1662
|
+
let c = this.e.cd.cu.a7;
|
|
1661
1663
|
return new Rect(0, 0, 0, b, c);
|
|
1662
1664
|
}
|
|
1663
1665
|
return Rect.empty;
|
|
1664
1666
|
}
|
|
1665
1667
|
cl() {
|
|
1666
1668
|
if (this.e.cd != null) {
|
|
1667
|
-
let a = this.e.cd.
|
|
1668
|
-
let b = this.e.cd.
|
|
1669
|
-
let c = this.e.cd.
|
|
1669
|
+
let a = this.e.cd.s2();
|
|
1670
|
+
let b = this.e.cd.cu.a8;
|
|
1671
|
+
let c = this.e.cd.cu.a7;
|
|
1670
1672
|
return new Rect(0, 0, 0, b, c);
|
|
1671
1673
|
}
|
|
1672
1674
|
return Rect.empty;
|
|
@@ -1675,11 +1677,11 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
|
|
|
1675
1677
|
let a = 0;
|
|
1676
1678
|
let b = 0;
|
|
1677
1679
|
if (this.e.cd != null) {
|
|
1678
|
-
let c = this.e.cd.
|
|
1680
|
+
let c = this.e.cd.s2();
|
|
1679
1681
|
a += c.x;
|
|
1680
1682
|
b += c.y;
|
|
1681
|
-
let d = this.e.cd.
|
|
1682
|
-
let e = this.e.cd.
|
|
1683
|
+
let d = this.e.cd.cu.a8;
|
|
1684
|
+
let e = this.e.cd.cu.a7;
|
|
1683
1685
|
return new Rect(0, a, b, d, e);
|
|
1684
1686
|
}
|
|
1685
1687
|
return Rect.empty;
|
|
@@ -1688,7 +1690,7 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
|
|
|
1688
1690
|
let b = 0;
|
|
1689
1691
|
let c = 0;
|
|
1690
1692
|
if (this.e.cd != null) {
|
|
1691
|
-
let d = this.e.cd.
|
|
1693
|
+
let d = this.e.cd.s2();
|
|
1692
1694
|
b += d.x;
|
|
1693
1695
|
c += d.y;
|
|
1694
1696
|
}
|
|
@@ -1697,7 +1699,7 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
|
|
|
1697
1699
|
ch(a, b, c, d, e) {
|
|
1698
1700
|
let f = null;
|
|
1699
1701
|
if (this.e.cd != null) {
|
|
1700
|
-
f = this.e.cd.
|
|
1702
|
+
f = this.e.cd.cu.j.i();
|
|
1701
1703
|
}
|
|
1702
1704
|
let g = a;
|
|
1703
1705
|
if (g == null) {
|
|
@@ -1740,7 +1742,7 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
|
|
|
1740
1742
|
let d = 0;
|
|
1741
1743
|
let e = this.e.cd;
|
|
1742
1744
|
if (e != null) {
|
|
1743
|
-
let f = e.
|
|
1745
|
+
let f = e.cu.j.b7();
|
|
1744
1746
|
c += f.x;
|
|
1745
1747
|
d += f.y;
|
|
1746
1748
|
}
|
|
@@ -1755,7 +1757,7 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
|
|
|
1755
1757
|
let d = 0;
|
|
1756
1758
|
let e = 0;
|
|
1757
1759
|
if (this.e.cd != null) {
|
|
1758
|
-
let f = this.e.cd.
|
|
1760
|
+
let f = this.e.cd.s2();
|
|
1759
1761
|
d += f.x;
|
|
1760
1762
|
e += f.y;
|
|
1761
1763
|
}
|