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
|
@@ -48,26 +48,26 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48
48
|
tslib_1.__extends(DataToolTipLayer, _super);
|
|
49
49
|
function DataToolTipLayer() {
|
|
50
50
|
var _this = _super.call(this) || this;
|
|
51
|
-
_this.
|
|
52
|
-
_this.
|
|
53
|
-
_this.
|
|
54
|
-
_this.
|
|
55
|
-
_this.
|
|
56
|
-
_this.
|
|
57
|
-
_this.r4 = null;
|
|
58
|
-
_this.r7 = null;
|
|
59
|
-
_this.r9 = null;
|
|
60
|
-
_this.r6 = null;
|
|
51
|
+
_this.r1 = 1;
|
|
52
|
+
_this.s3 = new Dictionary$2(String_$type, Base.$, 0);
|
|
53
|
+
_this.s4 = new List$1(String_$type, 0);
|
|
54
|
+
_this.rt = 8;
|
|
55
|
+
_this.rx = 11;
|
|
56
|
+
_this.sg = null;
|
|
61
57
|
_this.r8 = null;
|
|
62
58
|
_this.sb = null;
|
|
59
|
+
_this.sd = null;
|
|
63
60
|
_this.sa = null;
|
|
64
|
-
_this.
|
|
61
|
+
_this.sc = null;
|
|
62
|
+
_this.sf = null;
|
|
63
|
+
_this.se = null;
|
|
64
|
+
_this.r9 = null;
|
|
65
65
|
var a = new DataToolTipLayerFrame();
|
|
66
66
|
var b = new DataToolTipLayerFrame();
|
|
67
67
|
var c = new DataToolTipLayerFrame();
|
|
68
|
-
_this.
|
|
69
|
-
_this.
|
|
70
|
-
_this.
|
|
68
|
+
_this.qa = a;
|
|
69
|
+
_this.p9 = b;
|
|
70
|
+
_this.qb = c;
|
|
71
71
|
_this.ab = DataToolTipLayer.$;
|
|
72
72
|
return _this;
|
|
73
73
|
}
|
|
@@ -77,51 +77,51 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77
77
|
DataToolTipLayer.prototype.bx = function () {
|
|
78
78
|
return new DataToolTipLayerView(this);
|
|
79
79
|
};
|
|
80
|
-
DataToolTipLayer.prototype.
|
|
81
|
-
_super.prototype.
|
|
82
|
-
this.
|
|
80
|
+
DataToolTipLayer.prototype.l2 = function (a) {
|
|
81
|
+
_super.prototype.l2.call(this, a);
|
|
82
|
+
this.r5 = a;
|
|
83
83
|
};
|
|
84
|
-
DataToolTipLayer.prototype.
|
|
84
|
+
DataToolTipLayer.prototype.get_dl = function () {
|
|
85
85
|
return true;
|
|
86
86
|
};
|
|
87
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
87
|
+
Object.defineProperty(DataToolTipLayer.prototype, "r2", {
|
|
88
88
|
get: function () {
|
|
89
|
-
return this.
|
|
89
|
+
return this.r1;
|
|
90
90
|
},
|
|
91
91
|
set: function (a) {
|
|
92
|
-
var b = this.
|
|
93
|
-
this.
|
|
94
|
-
if (b != this.
|
|
95
|
-
this.raisePropertyChanged("ActualGroupingMode", enumGetBox(DataToolTipLayerGroupingMode_$type, b), enumGetBox(DataToolTipLayerGroupingMode_$type, this.
|
|
92
|
+
var b = this.r1;
|
|
93
|
+
this.r1 = a;
|
|
94
|
+
if (b != this.r1) {
|
|
95
|
+
this.raisePropertyChanged("ActualGroupingMode", enumGetBox(DataToolTipLayerGroupingMode_$type, b), enumGetBox(DataToolTipLayerGroupingMode_$type, this.r1));
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
enumerable: true,
|
|
99
99
|
configurable: true
|
|
100
100
|
});
|
|
101
|
-
DataToolTipLayer.prototype.
|
|
101
|
+
DataToolTipLayer.prototype.r4 = function () {
|
|
102
102
|
var e_1, _a;
|
|
103
103
|
var a = true;
|
|
104
104
|
var b = true;
|
|
105
105
|
var c = true;
|
|
106
106
|
var d = true;
|
|
107
|
-
if (this.
|
|
108
|
-
return this.
|
|
107
|
+
if (this.r3 != 0) {
|
|
108
|
+
return this.r3;
|
|
109
109
|
}
|
|
110
|
-
var e = this.
|
|
110
|
+
var e = this.rk();
|
|
111
111
|
if (e != null) {
|
|
112
112
|
try {
|
|
113
113
|
for (var _b = tslib_1.__values(fromEnum(e.da())), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
114
114
|
var f = _c.value;
|
|
115
|
-
if (!f.dc && !f.
|
|
115
|
+
if (!f.dc && !f.ed) {
|
|
116
116
|
a = false;
|
|
117
117
|
}
|
|
118
|
-
if (!f.dc && !f.
|
|
118
|
+
if (!f.dc && !f.d7) {
|
|
119
119
|
b = false;
|
|
120
120
|
}
|
|
121
|
-
if (!f.dc && !f.
|
|
121
|
+
if (!f.dc && !f.ee) {
|
|
122
122
|
c = false;
|
|
123
123
|
}
|
|
124
|
-
if (!f.dc && !f.
|
|
124
|
+
if (!f.dc && !f.eb) {
|
|
125
125
|
d = false;
|
|
126
126
|
}
|
|
127
127
|
}
|
|
@@ -145,29 +145,29 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
145
145
|
}
|
|
146
146
|
return 1;
|
|
147
147
|
};
|
|
148
|
-
DataToolTipLayer.prototype.
|
|
149
|
-
_super.prototype.
|
|
148
|
+
DataToolTipLayer.prototype.l7 = function (a, b, c, d) {
|
|
149
|
+
_super.prototype.l7.call(this, a, b, c, d);
|
|
150
150
|
switch (b) {
|
|
151
151
|
case DataToolTipLayer.$$p[37]:
|
|
152
|
-
this.
|
|
152
|
+
this.ml(true);
|
|
153
153
|
break;
|
|
154
154
|
case DataToolTipLayer.$$p[44]:
|
|
155
|
-
this.
|
|
155
|
+
this.ml(true);
|
|
156
156
|
break;
|
|
157
157
|
case DataToolTipLayer.$$p[8]:
|
|
158
|
-
this.
|
|
158
|
+
this.r2 = this.r4();
|
|
159
159
|
break;
|
|
160
160
|
case "ActualGroupingMode":
|
|
161
|
-
this.
|
|
161
|
+
this.ml(true);
|
|
162
162
|
break;
|
|
163
163
|
case DataToolTipLayer.$$p[6]:
|
|
164
|
-
this.
|
|
164
|
+
this.ru = this.rw();
|
|
165
165
|
break;
|
|
166
166
|
case DataToolTipLayer.$$p[7]:
|
|
167
|
-
this.
|
|
167
|
+
this.ry = this.r0();
|
|
168
168
|
break;
|
|
169
169
|
case "SeriesViewer":
|
|
170
|
-
this.
|
|
170
|
+
this.r5.ci();
|
|
171
171
|
break;
|
|
172
172
|
case DataToolTipLayer.$$p[26]:
|
|
173
173
|
case DataToolTipLayer.$$p[20]:
|
|
@@ -228,248 +228,248 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
228
228
|
case DataToolTipLayer.$$p[22]:
|
|
229
229
|
case DataToolTipLayer.$$p[23]:
|
|
230
230
|
case "LabelTextStyle":
|
|
231
|
-
this.
|
|
231
|
+
this.wl(b, c, d);
|
|
232
232
|
break;
|
|
233
233
|
}
|
|
234
234
|
};
|
|
235
|
-
DataToolTipLayer.prototype.
|
|
236
|
-
if (!this.
|
|
237
|
-
this.
|
|
238
|
-
this.
|
|
235
|
+
DataToolTipLayer.prototype.wl = function (a, b, c) {
|
|
236
|
+
if (!this.s3.containsKey(a)) {
|
|
237
|
+
this.s4.add(a);
|
|
238
|
+
this.s3.addItem(a, c);
|
|
239
239
|
}
|
|
240
240
|
else {
|
|
241
|
-
this.
|
|
241
|
+
this.s3.item(a, c);
|
|
242
242
|
}
|
|
243
|
-
this.
|
|
243
|
+
this.ml(true);
|
|
244
244
|
};
|
|
245
|
-
DataToolTipLayer.prototype.
|
|
245
|
+
DataToolTipLayer.prototype.wp = function (a, b) {
|
|
246
246
|
switch (a) {
|
|
247
247
|
case DataToolTipLayer.$$p[8]:
|
|
248
|
-
this.
|
|
248
|
+
this.r3 = EnumUtil.getEnumValue(DataToolTipLayerGroupingMode_$type, b);
|
|
249
249
|
break;
|
|
250
250
|
case DataToolTipLayer.$$p[24]:
|
|
251
|
-
this.
|
|
251
|
+
this.s8 = b;
|
|
252
252
|
break;
|
|
253
253
|
case DataToolTipLayer.$$p[25]:
|
|
254
|
-
this.
|
|
254
|
+
this.s9 = b;
|
|
255
255
|
break;
|
|
256
256
|
case DataToolTipLayer.$$p[2]:
|
|
257
|
-
this.
|
|
257
|
+
this.s6 = b;
|
|
258
258
|
break;
|
|
259
259
|
case DataToolTipLayer.$$p[3]:
|
|
260
|
-
this.
|
|
260
|
+
this.s7 = b;
|
|
261
261
|
break;
|
|
262
262
|
case DataToolTipLayer.$$p[6]:
|
|
263
|
-
this.
|
|
263
|
+
this.rv = EnumUtil.getEnumValue(DataTooltipGroupedPositionX_$type, b);
|
|
264
264
|
break;
|
|
265
265
|
case DataToolTipLayer.$$p[7]:
|
|
266
|
-
this.
|
|
266
|
+
this.rz = EnumUtil.getEnumValue(DataTooltipGroupedPositionY_$type, b);
|
|
267
267
|
break;
|
|
268
268
|
case DataToolTipLayer.$$p[26]:
|
|
269
|
-
this.
|
|
269
|
+
this.sy = b;
|
|
270
270
|
break;
|
|
271
271
|
case DataToolTipLayer.$$p[20]:
|
|
272
|
-
this.
|
|
272
|
+
this.ri = b;
|
|
273
273
|
break;
|
|
274
274
|
case DataToolTipLayer.$$p[5]:
|
|
275
|
-
this.
|
|
275
|
+
this.rd = b;
|
|
276
276
|
break;
|
|
277
277
|
case DataToolTipLayer.$$p[19]:
|
|
278
|
-
this.
|
|
278
|
+
this.rh = b;
|
|
279
279
|
break;
|
|
280
280
|
case DataToolTipLayer.$$p[4]:
|
|
281
|
-
this.
|
|
281
|
+
this.rc = b;
|
|
282
282
|
break;
|
|
283
283
|
case DataToolTipLayer.$$p[45]:
|
|
284
|
-
this.
|
|
284
|
+
this.rm = EnumUtil.getEnumValue(DataAbbreviationMode_$type, b);
|
|
285
285
|
break;
|
|
286
286
|
case DataToolTipLayer.$$p[47]:
|
|
287
|
-
this.
|
|
287
|
+
this.t8 = typeGetValue(b);
|
|
288
288
|
break;
|
|
289
289
|
case DataToolTipLayer.$$p[48]:
|
|
290
|
-
this.
|
|
290
|
+
this.t9 = typeGetValue(b);
|
|
291
291
|
break;
|
|
292
292
|
case DataToolTipLayer.$$p[49]:
|
|
293
|
-
this.
|
|
293
|
+
this.rs = EnumUtil.getEnumValue(DataLegendValueMode_$type, b);
|
|
294
294
|
break;
|
|
295
295
|
case DataToolTipLayer.$$p[46]:
|
|
296
|
-
this.
|
|
296
|
+
this.v3 = b;
|
|
297
297
|
break;
|
|
298
298
|
case DataToolTipLayer.$$p[52]:
|
|
299
|
-
this.
|
|
299
|
+
this.s0 = b;
|
|
300
300
|
break;
|
|
301
301
|
case DataToolTipLayer.$$p[51]:
|
|
302
|
-
this.
|
|
302
|
+
this.v9 = b;
|
|
303
303
|
break;
|
|
304
304
|
case DataToolTipLayer.$$p[50]:
|
|
305
|
-
this.
|
|
305
|
+
this.rj = b;
|
|
306
306
|
break;
|
|
307
307
|
case DataToolTipLayer.$$p[53]:
|
|
308
|
-
this.
|
|
308
|
+
this.y0 = b;
|
|
309
309
|
break;
|
|
310
310
|
case DataToolTipLayer.$$p[54]:
|
|
311
|
-
this.
|
|
311
|
+
this.s1 = b;
|
|
312
312
|
break;
|
|
313
313
|
case DataToolTipLayer.$$p[58]:
|
|
314
|
-
this.
|
|
314
|
+
this.wi = b;
|
|
315
315
|
break;
|
|
316
316
|
case DataToolTipLayer.$$p[57]:
|
|
317
|
-
this.
|
|
317
|
+
this.s2 = b;
|
|
318
318
|
break;
|
|
319
319
|
case DataToolTipLayer.$$p[56]:
|
|
320
|
-
this.
|
|
320
|
+
this.y1 = b;
|
|
321
321
|
break;
|
|
322
322
|
case DataToolTipLayer.$$p[55]:
|
|
323
|
-
this.
|
|
323
|
+
this.yl = b;
|
|
324
324
|
break;
|
|
325
325
|
case "ValueTextStyle":
|
|
326
|
-
this.
|
|
326
|
+
this.sp = b;
|
|
327
327
|
break;
|
|
328
328
|
case DataToolTipLayer.$$p[12]:
|
|
329
|
-
this.
|
|
329
|
+
this.ur = b;
|
|
330
330
|
break;
|
|
331
331
|
case DataToolTipLayer.$$p[11]:
|
|
332
|
-
this.
|
|
332
|
+
this.rg = b;
|
|
333
333
|
break;
|
|
334
334
|
case DataToolTipLayer.$$p[9]:
|
|
335
|
-
this.
|
|
335
|
+
this.un = b;
|
|
336
336
|
break;
|
|
337
337
|
case DataToolTipLayer.$$p[10]:
|
|
338
|
-
this.
|
|
338
|
+
this.rn = EnumUtil.getEnumValue(DataLegendHeaderDateMode_$type, b);
|
|
339
339
|
break;
|
|
340
340
|
case DataToolTipLayer.$$p[13]:
|
|
341
|
-
this.
|
|
341
|
+
this.ro = EnumUtil.getEnumValue(DataLegendHeaderTimeMode_$type, b);
|
|
342
342
|
break;
|
|
343
343
|
case DataToolTipLayer.$$p[18]:
|
|
344
|
-
this.
|
|
344
|
+
this.uw = b;
|
|
345
345
|
break;
|
|
346
346
|
case DataToolTipLayer.$$p[16]:
|
|
347
|
-
this.
|
|
347
|
+
this.yd = b;
|
|
348
348
|
break;
|
|
349
349
|
case DataToolTipLayer.$$p[17]:
|
|
350
|
-
this.
|
|
350
|
+
this.yu = b;
|
|
351
351
|
break;
|
|
352
352
|
case DataToolTipLayer.$$p[14]:
|
|
353
|
-
this.
|
|
353
|
+
this.yt = b;
|
|
354
354
|
break;
|
|
355
355
|
case DataToolTipLayer.$$p[15]:
|
|
356
|
-
this.
|
|
356
|
+
this.sr = b;
|
|
357
357
|
break;
|
|
358
358
|
case "HeaderTextStyle":
|
|
359
|
-
this.
|
|
359
|
+
this.sh = b;
|
|
360
360
|
break;
|
|
361
361
|
case DataToolTipLayer.$$p[30]:
|
|
362
|
-
this.
|
|
362
|
+
this.yg = b;
|
|
363
363
|
break;
|
|
364
364
|
case "SummaryTitleTextStyle":
|
|
365
|
-
this.
|
|
365
|
+
this.sk = b;
|
|
366
366
|
break;
|
|
367
367
|
case DataToolTipLayer.$$p[33]:
|
|
368
|
-
this.
|
|
368
|
+
this.rq = EnumUtil.getEnumValue(DataLegendSummaryType_$type, b);
|
|
369
369
|
break;
|
|
370
370
|
case DataToolTipLayer.$$p[32]:
|
|
371
|
-
this.
|
|
371
|
+
this.vf = b;
|
|
372
372
|
break;
|
|
373
373
|
case DataToolTipLayer.$$p[31]:
|
|
374
|
-
this.
|
|
374
|
+
this.yx = b;
|
|
375
375
|
break;
|
|
376
376
|
case DataToolTipLayer.$$p[29]:
|
|
377
|
-
this.
|
|
377
|
+
this.yw = b;
|
|
378
378
|
break;
|
|
379
379
|
case DataToolTipLayer.$$p[36]:
|
|
380
|
-
this.
|
|
380
|
+
this.yi = b;
|
|
381
381
|
break;
|
|
382
382
|
case "SummaryValueTextStyle":
|
|
383
|
-
this.
|
|
383
|
+
this.sm = b;
|
|
384
384
|
break;
|
|
385
385
|
case DataToolTipLayer.$$p[28]:
|
|
386
|
-
this.
|
|
386
|
+
this.va = b;
|
|
387
387
|
break;
|
|
388
388
|
case DataToolTipLayer.$$p[27]:
|
|
389
|
-
this.
|
|
389
|
+
this.yf = b;
|
|
390
390
|
break;
|
|
391
391
|
case "SummaryLabelTextStyle":
|
|
392
|
-
this.
|
|
392
|
+
this.sj = b;
|
|
393
393
|
break;
|
|
394
394
|
case DataToolTipLayer.$$p[35]:
|
|
395
|
-
this.
|
|
395
|
+
this.vl = b;
|
|
396
396
|
break;
|
|
397
397
|
case DataToolTipLayer.$$p[34]:
|
|
398
|
-
this.
|
|
398
|
+
this.yh = b;
|
|
399
399
|
break;
|
|
400
400
|
case "SummaryUnitsTextStyle":
|
|
401
|
-
this.
|
|
401
|
+
this.sl = b;
|
|
402
402
|
break;
|
|
403
403
|
case DataToolTipLayer.$$p[0]:
|
|
404
|
-
this.
|
|
404
|
+
this.ys = b;
|
|
405
405
|
break;
|
|
406
406
|
case DataToolTipLayer.$$p[1]:
|
|
407
|
-
this.
|
|
407
|
+
this.r7 = EnumUtil.getEnumValue(LegendItemBadgeShape_$type, b);
|
|
408
408
|
break;
|
|
409
409
|
case DataToolTipLayer.$$p[40]:
|
|
410
|
-
this.
|
|
410
|
+
this.rr = EnumUtil.getEnumValue(DataLegendUnitsMode_$type, b);
|
|
411
411
|
break;
|
|
412
412
|
case DataToolTipLayer.$$p[43]:
|
|
413
|
-
this.
|
|
413
|
+
this.vw = b;
|
|
414
414
|
break;
|
|
415
415
|
case DataToolTipLayer.$$p[41]:
|
|
416
|
-
this.
|
|
416
|
+
this.yk = b;
|
|
417
417
|
break;
|
|
418
418
|
case DataToolTipLayer.$$p[42]:
|
|
419
|
-
this.
|
|
419
|
+
this.yz = b;
|
|
420
420
|
break;
|
|
421
421
|
case "UnitsTextStyle":
|
|
422
|
-
this.
|
|
422
|
+
this.so = b;
|
|
423
423
|
break;
|
|
424
424
|
case DataToolTipLayer.$$p[39]:
|
|
425
|
-
this.
|
|
425
|
+
this.yy = b;
|
|
426
426
|
break;
|
|
427
427
|
case DataToolTipLayer.$$p[38]:
|
|
428
|
-
this.
|
|
428
|
+
this.yj = b;
|
|
429
429
|
break;
|
|
430
430
|
case "TitleTextStyle":
|
|
431
|
-
this.
|
|
431
|
+
this.sn = b;
|
|
432
432
|
break;
|
|
433
433
|
case DataToolTipLayer.$$p[21]:
|
|
434
|
-
this.
|
|
434
|
+
this.rp = EnumUtil.getEnumValue(DataLegendLabelMode_$type, b);
|
|
435
435
|
break;
|
|
436
436
|
case DataToolTipLayer.$$p[22]:
|
|
437
|
-
this.
|
|
437
|
+
this.ye = b;
|
|
438
438
|
break;
|
|
439
439
|
case DataToolTipLayer.$$p[23]:
|
|
440
|
-
this.
|
|
440
|
+
this.yv = b;
|
|
441
441
|
break;
|
|
442
442
|
case "LabelTextStyle":
|
|
443
|
-
this.
|
|
443
|
+
this.si = b;
|
|
444
444
|
break;
|
|
445
445
|
}
|
|
446
446
|
};
|
|
447
|
-
DataToolTipLayer.prototype.
|
|
448
|
-
for (var b = 0; b < this.
|
|
449
|
-
var c = this.
|
|
450
|
-
a.updatePropertyByName(c, this.
|
|
447
|
+
DataToolTipLayer.prototype.wm = function (a) {
|
|
448
|
+
for (var b = 0; b < this.s4.count; b++) {
|
|
449
|
+
var c = this.s4._inner[b];
|
|
450
|
+
a.updatePropertyByName(c, this.s3.item(c));
|
|
451
451
|
}
|
|
452
452
|
};
|
|
453
|
-
DataToolTipLayer.prototype.
|
|
453
|
+
DataToolTipLayer.prototype.qs = function (a, b) {
|
|
454
454
|
{
|
|
455
455
|
if (!this.as.c) {
|
|
456
|
-
this.
|
|
456
|
+
this.ml(b);
|
|
457
457
|
}
|
|
458
458
|
}
|
|
459
459
|
};
|
|
460
|
-
DataToolTipLayer.prototype.
|
|
460
|
+
DataToolTipLayer.prototype.qt = function (a, b) {
|
|
461
461
|
if (!this.as.c) {
|
|
462
|
-
this.
|
|
462
|
+
this.ml(b);
|
|
463
463
|
}
|
|
464
464
|
};
|
|
465
|
-
DataToolTipLayer.prototype.
|
|
465
|
+
DataToolTipLayer.prototype.qv = function (a, b) {
|
|
466
466
|
var e_2, _a;
|
|
467
467
|
var _this = this;
|
|
468
|
-
_super.prototype.
|
|
469
|
-
this.
|
|
468
|
+
_super.prototype.qv.call(this, a, b);
|
|
469
|
+
this.r1 = this.r4();
|
|
470
470
|
var c = a;
|
|
471
|
-
var d = this.
|
|
472
|
-
var e = this.
|
|
471
|
+
var d = this.r5.b6;
|
|
472
|
+
var e = this.sz;
|
|
473
473
|
var f = false;
|
|
474
474
|
c.m.clear();
|
|
475
475
|
c.i.clear();
|
|
@@ -479,25 +479,25 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
479
479
|
c.k.clear();
|
|
480
480
|
c.j.clear();
|
|
481
481
|
c.h.clear();
|
|
482
|
-
if (isNaN_(this.
|
|
482
|
+
if (isNaN_(this.q9.x) && isNaN_(this.q9.y)) {
|
|
483
483
|
d.count = 0;
|
|
484
484
|
return;
|
|
485
485
|
}
|
|
486
486
|
{
|
|
487
|
-
if (this.
|
|
487
|
+
if (this.r2 == 2) {
|
|
488
488
|
var g_1 = 0;
|
|
489
489
|
{
|
|
490
490
|
try {
|
|
491
491
|
for (var _b = tslib_1.__values(fromEnum(this.cd.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
492
492
|
var h = _c.value;
|
|
493
|
-
if (this.
|
|
494
|
-
this.
|
|
493
|
+
if (this.qg(h)) {
|
|
494
|
+
this.wo(h, c, e, f, g_1);
|
|
495
495
|
g_1++;
|
|
496
496
|
}
|
|
497
497
|
if (h.isStacked) {
|
|
498
|
-
h.
|
|
499
|
-
if (_this.
|
|
500
|
-
_this.
|
|
498
|
+
h.ld(function (i) {
|
|
499
|
+
if (_this.qg(i)) {
|
|
500
|
+
_this.wo(i, c, e, f, g_1);
|
|
501
501
|
g_1++;
|
|
502
502
|
}
|
|
503
503
|
return true;
|
|
@@ -518,19 +518,19 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
518
518
|
throw e_2.error;
|
|
519
519
|
}
|
|
520
520
|
}
|
|
521
|
-
this.
|
|
521
|
+
this.wk(c);
|
|
522
522
|
}
|
|
523
523
|
d.count = g_1;
|
|
524
524
|
}
|
|
525
525
|
else {
|
|
526
|
-
var i = this.
|
|
527
|
-
var j = this.
|
|
528
|
-
var k = this.
|
|
529
|
-
this.
|
|
526
|
+
var i = this.rk();
|
|
527
|
+
var j = this.s5(i);
|
|
528
|
+
var k = this.r6(i, j, e);
|
|
529
|
+
this.wn(k, c, e);
|
|
530
530
|
}
|
|
531
531
|
}
|
|
532
532
|
};
|
|
533
|
-
DataToolTipLayer.prototype.
|
|
533
|
+
DataToolTipLayer.prototype.s5 = function (a) {
|
|
534
534
|
var e_3, _a;
|
|
535
535
|
var b = new List$1(Series.$, 0);
|
|
536
536
|
if (a == null) {
|
|
@@ -557,10 +557,10 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
557
557
|
}
|
|
558
558
|
return b;
|
|
559
559
|
};
|
|
560
|
-
DataToolTipLayer.prototype.
|
|
560
|
+
DataToolTipLayer.prototype.rk = function () {
|
|
561
561
|
var e_4, _a, e_5, _b;
|
|
562
|
-
if (this.
|
|
563
|
-
return this.
|
|
562
|
+
if (this.rl != null) {
|
|
563
|
+
return this.rl;
|
|
564
564
|
}
|
|
565
565
|
if (this.cd == null) {
|
|
566
566
|
return null;
|
|
@@ -568,7 +568,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
568
568
|
try {
|
|
569
569
|
for (var _c = tslib_1.__values(fromEnum(this.cd.series)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
570
570
|
var a = _d.value;
|
|
571
|
-
if (a.
|
|
571
|
+
if (a.dh) {
|
|
572
572
|
var b = a.ar();
|
|
573
573
|
if (b != null && b.cn()) {
|
|
574
574
|
return b;
|
|
@@ -592,7 +592,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
592
592
|
try {
|
|
593
593
|
for (var _e = tslib_1.__values(fromEnum(this.cd.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
594
594
|
var c = _f.value;
|
|
595
|
-
if (!c.
|
|
595
|
+
if (!c.dh) {
|
|
596
596
|
var d = c.ag();
|
|
597
597
|
var e = d != null && d.length > 0 ? d[0] : null;
|
|
598
598
|
if (e != null && e.cn()) {
|
|
@@ -616,7 +616,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
616
616
|
}
|
|
617
617
|
return null;
|
|
618
618
|
};
|
|
619
|
-
DataToolTipLayer.prototype.
|
|
619
|
+
DataToolTipLayer.prototype.r6 = function (a, b, c) {
|
|
620
620
|
var d = 1.7976931348623157E+308;
|
|
621
621
|
var e = -1.7976931348623157E+308;
|
|
622
622
|
var f = new List$1(DataContext.$, 0);
|
|
@@ -630,11 +630,11 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
630
630
|
var n = b.item(m);
|
|
631
631
|
k = n.cd.l;
|
|
632
632
|
l = n.cd.m;
|
|
633
|
-
if (n.
|
|
633
|
+
if (n.dh) {
|
|
634
634
|
var o = n;
|
|
635
635
|
var p_1 = new List$1(Series.$, 0);
|
|
636
636
|
if (o.isStacked) {
|
|
637
|
-
o.
|
|
637
|
+
o.ld(function (q) {
|
|
638
638
|
p_1.add(q);
|
|
639
639
|
return true;
|
|
640
640
|
});
|
|
@@ -656,12 +656,12 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
656
656
|
continue;
|
|
657
657
|
}
|
|
658
658
|
}
|
|
659
|
-
var t = this_1.
|
|
659
|
+
var t = this_1.qo(s);
|
|
660
660
|
if (!t.c) {
|
|
661
661
|
continue;
|
|
662
662
|
}
|
|
663
|
-
j = s.
|
|
664
|
-
var u = s.
|
|
663
|
+
j = s.pl(t.d);
|
|
664
|
+
var u = s.pq(t.d, c, false);
|
|
665
665
|
if (h) {
|
|
666
666
|
if (!isNaN_(u.y)) {
|
|
667
667
|
d = Math.min(d, u.y);
|
|
@@ -683,8 +683,8 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
683
683
|
continue;
|
|
684
684
|
}
|
|
685
685
|
}
|
|
686
|
-
var x = n.
|
|
687
|
-
j = n.
|
|
686
|
+
var x = n.pq(this_1.q9, c, false);
|
|
687
|
+
j = n.pl(this_1.q9);
|
|
688
688
|
if (h) {
|
|
689
689
|
if (!isNaN_(x.y)) {
|
|
690
690
|
d = Math.min(d, x.y);
|
|
@@ -699,8 +699,8 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
699
699
|
}
|
|
700
700
|
}
|
|
701
701
|
var y = null;
|
|
702
|
-
var z = n.
|
|
703
|
-
if (n.
|
|
702
|
+
var z = n.hv(this_1.q9);
|
|
703
|
+
if (n.dm && z != null) {
|
|
704
704
|
y = n.au(z);
|
|
705
705
|
}
|
|
706
706
|
else {
|
|
@@ -718,11 +718,11 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
718
718
|
var ab = 0;
|
|
719
719
|
if (h) {
|
|
720
720
|
ab = (d + e) / 2;
|
|
721
|
-
aa = this.
|
|
721
|
+
aa = this.p3.right;
|
|
722
722
|
if (!isNaN_(j.x)) {
|
|
723
723
|
aa = j.x;
|
|
724
724
|
}
|
|
725
|
-
if (ab < 0 || ab > this.
|
|
725
|
+
if (ab < 0 || ab > this.p3.bottom) {
|
|
726
726
|
ab = NaN;
|
|
727
727
|
}
|
|
728
728
|
}
|
|
@@ -731,7 +731,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
731
731
|
if (!isNaN_(j.y)) {
|
|
732
732
|
ab = j.y;
|
|
733
733
|
}
|
|
734
|
-
if (aa < 0 || aa > this.
|
|
734
|
+
if (aa < 0 || aa > this.p3.right) {
|
|
735
735
|
aa = NaN;
|
|
736
736
|
}
|
|
737
737
|
}
|
|
@@ -742,17 +742,17 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
742
742
|
ac.a = h;
|
|
743
743
|
return ac;
|
|
744
744
|
};
|
|
745
|
-
DataToolTipLayer.prototype.
|
|
746
|
-
this.
|
|
747
|
-
this.
|
|
748
|
-
this.
|
|
745
|
+
DataToolTipLayer.prototype.lg = function () {
|
|
746
|
+
this.q9 = { $type: Point_$type, x: NaN, y: NaN };
|
|
747
|
+
this.ml(false);
|
|
748
|
+
this.r5.cg(false);
|
|
749
749
|
};
|
|
750
|
-
DataToolTipLayer.prototype.
|
|
751
|
-
this.
|
|
752
|
-
this.
|
|
753
|
-
this.
|
|
750
|
+
DataToolTipLayer.prototype.lh = function () {
|
|
751
|
+
this.q9 = { $type: Point_$type, x: NaN, y: NaN };
|
|
752
|
+
this.ml(false);
|
|
753
|
+
this.r5.cg(true);
|
|
754
754
|
};
|
|
755
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
755
|
+
Object.defineProperty(DataToolTipLayer.prototype, "yp", {
|
|
756
756
|
get: function () {
|
|
757
757
|
var a = RectUtil.n(this.b0.bu);
|
|
758
758
|
var b = new Size(1, this.b0.bu.width, this.b0.bu.height);
|
|
@@ -761,362 +761,362 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
761
761
|
enumerable: true,
|
|
762
762
|
configurable: true
|
|
763
763
|
});
|
|
764
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
764
|
+
Object.defineProperty(DataToolTipLayer.prototype, "yo", {
|
|
765
765
|
get: function () {
|
|
766
766
|
var a = RectUtil.n(this.b0.bu);
|
|
767
767
|
var b = new Size(1, this.b0.bu.width, this.b0.bu.height);
|
|
768
|
-
return new Rect(3, this.
|
|
768
|
+
return new Rect(3, this.r5.cj(a), b);
|
|
769
769
|
},
|
|
770
770
|
enumerable: true,
|
|
771
771
|
configurable: true
|
|
772
772
|
});
|
|
773
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
773
|
+
Object.defineProperty(DataToolTipLayer.prototype, "yn", {
|
|
774
774
|
get: function () {
|
|
775
775
|
var a = new Rect(0, 0, 0, this.cd.m, this.cd.l);
|
|
776
776
|
var b = RectUtil.n(a);
|
|
777
777
|
var c = new Size(1, a.width, a.height);
|
|
778
|
-
return new Rect(3, this.
|
|
778
|
+
return new Rect(3, this.r5.cj(b), c);
|
|
779
779
|
},
|
|
780
780
|
enumerable: true,
|
|
781
781
|
configurable: true
|
|
782
782
|
});
|
|
783
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
783
|
+
Object.defineProperty(DataToolTipLayer.prototype, "yr", {
|
|
784
784
|
get: function () {
|
|
785
785
|
var a = { $type: Point_$type, x: 0, y: 0 };
|
|
786
|
-
return new Rect(3, a, this.
|
|
786
|
+
return new Rect(3, a, this.r5.co());
|
|
787
787
|
},
|
|
788
788
|
enumerable: true,
|
|
789
789
|
configurable: true
|
|
790
790
|
});
|
|
791
|
-
DataToolTipLayer.prototype.
|
|
792
|
-
return this.
|
|
791
|
+
DataToolTipLayer.prototype.yq = function () {
|
|
792
|
+
return this.yp;
|
|
793
793
|
};
|
|
794
|
-
DataToolTipLayer.prototype.
|
|
794
|
+
DataToolTipLayer.prototype.sv = function (a, b, c) {
|
|
795
795
|
if (Rect.l_op_Equality(a, Rect.empty)) {
|
|
796
796
|
return false;
|
|
797
797
|
}
|
|
798
798
|
var d = a.top;
|
|
799
799
|
return c < d;
|
|
800
800
|
};
|
|
801
|
-
DataToolTipLayer.prototype.
|
|
801
|
+
DataToolTipLayer.prototype.ss = function (a, b, c, d) {
|
|
802
802
|
if (Rect.l_op_Equality(a, Rect.empty)) {
|
|
803
803
|
return false;
|
|
804
804
|
}
|
|
805
805
|
var e = a.bottom;
|
|
806
806
|
return c + d.height >= e;
|
|
807
807
|
};
|
|
808
|
-
DataToolTipLayer.prototype.
|
|
808
|
+
DataToolTipLayer.prototype.st = function (a, b, c) {
|
|
809
809
|
if (Rect.l_op_Equality(a, Rect.empty)) {
|
|
810
810
|
return false;
|
|
811
811
|
}
|
|
812
812
|
var d = a.left;
|
|
813
813
|
return c < d;
|
|
814
814
|
};
|
|
815
|
-
DataToolTipLayer.prototype.
|
|
815
|
+
DataToolTipLayer.prototype.su = function (a, b, c, d) {
|
|
816
816
|
if (Rect.l_op_Equality(a, Rect.empty)) {
|
|
817
817
|
return false;
|
|
818
818
|
}
|
|
819
819
|
var e = a.right;
|
|
820
820
|
return c + d.width > e;
|
|
821
821
|
};
|
|
822
|
-
DataToolTipLayer.prototype.
|
|
822
|
+
DataToolTipLayer.prototype.ty = function (a, b) {
|
|
823
823
|
return a.top + b;
|
|
824
824
|
};
|
|
825
|
-
DataToolTipLayer.prototype.
|
|
825
|
+
DataToolTipLayer.prototype.tw = function (a, b, c) {
|
|
826
826
|
return a.bottom - c.height - b;
|
|
827
827
|
};
|
|
828
|
-
DataToolTipLayer.prototype.
|
|
828
|
+
DataToolTipLayer.prototype.tx = function (a, b) {
|
|
829
829
|
return ((a.bottom + a.top) / 2) - (b.height / 2);
|
|
830
830
|
};
|
|
831
|
-
DataToolTipLayer.prototype.
|
|
831
|
+
DataToolTipLayer.prototype.t7 = function (a, b, c, d, e) {
|
|
832
832
|
var f = c.y - d.height - b;
|
|
833
833
|
return f;
|
|
834
834
|
};
|
|
835
|
-
DataToolTipLayer.prototype.
|
|
835
|
+
DataToolTipLayer.prototype.t5 = function (a, b, c, d, e) {
|
|
836
836
|
var f = c.y + b;
|
|
837
837
|
return f;
|
|
838
838
|
};
|
|
839
|
-
DataToolTipLayer.prototype.
|
|
839
|
+
DataToolTipLayer.prototype.t6 = function (a, b, c, d, e) {
|
|
840
840
|
var f = c.y - (d.height / 2);
|
|
841
841
|
return f;
|
|
842
842
|
};
|
|
843
|
-
DataToolTipLayer.prototype.
|
|
843
|
+
DataToolTipLayer.prototype.t1 = function (a, b, c, d, e) {
|
|
844
844
|
var f = c.y - d.height;
|
|
845
845
|
f = f - b;
|
|
846
846
|
return f;
|
|
847
847
|
};
|
|
848
|
-
DataToolTipLayer.prototype.
|
|
848
|
+
DataToolTipLayer.prototype.tz = function (a, b, c, d, e) {
|
|
849
849
|
var f = c.y;
|
|
850
850
|
f = f + b;
|
|
851
851
|
return f;
|
|
852
852
|
};
|
|
853
|
-
DataToolTipLayer.prototype.
|
|
853
|
+
DataToolTipLayer.prototype.t0 = function (a, b, c, d, e) {
|
|
854
854
|
var f = c.y - (d.height / 2);
|
|
855
855
|
return f;
|
|
856
856
|
};
|
|
857
|
-
DataToolTipLayer.prototype.
|
|
857
|
+
DataToolTipLayer.prototype.th = function (a, b) {
|
|
858
858
|
return a.left + b;
|
|
859
859
|
};
|
|
860
|
-
DataToolTipLayer.prototype.
|
|
860
|
+
DataToolTipLayer.prototype.tj = function (a, b, c) {
|
|
861
861
|
return (a.right - (c.width)) - b;
|
|
862
862
|
};
|
|
863
|
-
DataToolTipLayer.prototype.
|
|
863
|
+
DataToolTipLayer.prototype.ti = function (a, b, c) {
|
|
864
864
|
return ((a.right + a.left) / 2) - (c.width / 2) + b;
|
|
865
865
|
};
|
|
866
|
-
DataToolTipLayer.prototype.
|
|
866
|
+
DataToolTipLayer.prototype.tq = function (a, b, c, d, e) {
|
|
867
867
|
var f = (c.x - d.width) - b;
|
|
868
868
|
return f;
|
|
869
869
|
};
|
|
870
|
-
DataToolTipLayer.prototype.
|
|
870
|
+
DataToolTipLayer.prototype.ts = function (a, b, c, d, e) {
|
|
871
871
|
var f = c.x + b;
|
|
872
872
|
return f;
|
|
873
873
|
};
|
|
874
|
-
DataToolTipLayer.prototype.
|
|
874
|
+
DataToolTipLayer.prototype.tr = function (a, b, c, d, e) {
|
|
875
875
|
var f = (c.x - (d.width / 2));
|
|
876
876
|
f = f + b;
|
|
877
877
|
return f;
|
|
878
878
|
};
|
|
879
|
-
DataToolTipLayer.prototype.
|
|
879
|
+
DataToolTipLayer.prototype.tn = function (a, b, c, d, e) {
|
|
880
880
|
var f = c.x - d.width;
|
|
881
881
|
f = f - b;
|
|
882
882
|
return f;
|
|
883
883
|
};
|
|
884
|
-
DataToolTipLayer.prototype.
|
|
884
|
+
DataToolTipLayer.prototype.tp = function (a, b, c, d, e) {
|
|
885
885
|
var f = c.x;
|
|
886
886
|
f = f + b;
|
|
887
887
|
return f;
|
|
888
888
|
};
|
|
889
|
-
DataToolTipLayer.prototype.
|
|
889
|
+
DataToolTipLayer.prototype.to = function (a, b, c, d, e) {
|
|
890
890
|
var f = c.x - (d.width / 2);
|
|
891
891
|
f = f + b;
|
|
892
892
|
return f;
|
|
893
893
|
};
|
|
894
|
-
DataToolTipLayer.prototype.
|
|
894
|
+
DataToolTipLayer.prototype.td = function (a, b, c, d, e, f, g, h) {
|
|
895
895
|
switch (a) {
|
|
896
896
|
case 1:
|
|
897
897
|
{
|
|
898
|
-
return this.
|
|
898
|
+
return this.t1(e, b, h, f, true);
|
|
899
899
|
}
|
|
900
900
|
case 2:
|
|
901
901
|
{
|
|
902
|
-
return this.
|
|
902
|
+
return this.tz(e, b, h, f, true);
|
|
903
903
|
}
|
|
904
904
|
case 3:
|
|
905
905
|
{
|
|
906
|
-
return this.
|
|
906
|
+
return this.t0(e, b, h, f, true);
|
|
907
907
|
}
|
|
908
|
-
case 5: return this.
|
|
909
|
-
case 6: return this.
|
|
910
|
-
case 4: return this.
|
|
911
|
-
case 8: return this.
|
|
912
|
-
case 9: return this.
|
|
913
|
-
case 7: return this.
|
|
914
|
-
case 13: return this.
|
|
915
|
-
case 14: return this.
|
|
916
|
-
case 15: return this.
|
|
917
|
-
case 10: return this.
|
|
918
|
-
case 12: return this.
|
|
908
|
+
case 5: return this.t2(e, c, b, h, f);
|
|
909
|
+
case 6: return this.t3(e, c, b, h, f);
|
|
910
|
+
case 4: return this.t4(e, c, b, h, f);
|
|
911
|
+
case 8: return this.tt(e, c, b, h, f);
|
|
912
|
+
case 9: return this.tu(e, c, b, h, f);
|
|
913
|
+
case 7: return this.tv(e, c, b, h, f);
|
|
914
|
+
case 13: return this.ty(d, b);
|
|
915
|
+
case 14: return this.tw(d, b, f);
|
|
916
|
+
case 15: return this.tx(d, f);
|
|
917
|
+
case 10: return this.t7(e, b, g, f, true);
|
|
918
|
+
case 12: return this.t6(e, b, g, f, true);
|
|
919
919
|
case 11:
|
|
920
|
-
default: return this.
|
|
920
|
+
default: return this.t5(e, b, g, f, true);
|
|
921
921
|
}
|
|
922
922
|
};
|
|
923
|
-
DataToolTipLayer.prototype.
|
|
923
|
+
DataToolTipLayer.prototype.tk = function (a, b, c, d, e) {
|
|
924
924
|
var f = d.x;
|
|
925
925
|
f = f + b / 2;
|
|
926
926
|
f = f - e.width;
|
|
927
927
|
f = f - c;
|
|
928
928
|
return f;
|
|
929
929
|
};
|
|
930
|
-
DataToolTipLayer.prototype.
|
|
930
|
+
DataToolTipLayer.prototype.tl = function (a, b, c, d, e) {
|
|
931
931
|
var f = d.x;
|
|
932
932
|
f = f + b / 2;
|
|
933
933
|
f = f - e.width / 2;
|
|
934
934
|
f = f + c;
|
|
935
935
|
return f;
|
|
936
936
|
};
|
|
937
|
-
DataToolTipLayer.prototype.
|
|
937
|
+
DataToolTipLayer.prototype.tm = function (a, b, c, d, e) {
|
|
938
938
|
var f = d.x;
|
|
939
939
|
f = f + b / 2;
|
|
940
940
|
f = f + c;
|
|
941
941
|
return f;
|
|
942
942
|
};
|
|
943
|
-
DataToolTipLayer.prototype.
|
|
943
|
+
DataToolTipLayer.prototype.te = function (a, b, c, d, e) {
|
|
944
944
|
var f = d.x;
|
|
945
945
|
f = f - b / 2;
|
|
946
946
|
f = f - e.width;
|
|
947
947
|
f = f - c;
|
|
948
948
|
return f;
|
|
949
949
|
};
|
|
950
|
-
DataToolTipLayer.prototype.
|
|
950
|
+
DataToolTipLayer.prototype.tf = function (a, b, c, d, e) {
|
|
951
951
|
var f = d.x;
|
|
952
952
|
f = f - b / 2;
|
|
953
953
|
f = f - e.width / 2;
|
|
954
954
|
f = f + c;
|
|
955
955
|
return f;
|
|
956
956
|
};
|
|
957
|
-
DataToolTipLayer.prototype.
|
|
957
|
+
DataToolTipLayer.prototype.tg = function (a, b, c, d, e) {
|
|
958
958
|
var f = d.x;
|
|
959
959
|
f = f - b / 2;
|
|
960
960
|
f = f + c;
|
|
961
961
|
return f;
|
|
962
962
|
};
|
|
963
|
-
DataToolTipLayer.prototype.
|
|
963
|
+
DataToolTipLayer.prototype.tv = function (a, b, c, d, e) {
|
|
964
964
|
var f = d.y;
|
|
965
965
|
f = f + b / 2;
|
|
966
966
|
f = f - e.height;
|
|
967
967
|
f = f - c;
|
|
968
968
|
return f;
|
|
969
969
|
};
|
|
970
|
-
DataToolTipLayer.prototype.
|
|
970
|
+
DataToolTipLayer.prototype.tu = function (a, b, c, d, e) {
|
|
971
971
|
var f = d.y;
|
|
972
972
|
f = f + b / 2;
|
|
973
973
|
f = f - e.height / 2;
|
|
974
974
|
f = f + c;
|
|
975
975
|
return f;
|
|
976
976
|
};
|
|
977
|
-
DataToolTipLayer.prototype.
|
|
977
|
+
DataToolTipLayer.prototype.tt = function (a, b, c, d, e) {
|
|
978
978
|
var f = d.y;
|
|
979
979
|
f = f + b / 2;
|
|
980
980
|
f = f + c;
|
|
981
981
|
return f;
|
|
982
982
|
};
|
|
983
|
-
DataToolTipLayer.prototype.
|
|
983
|
+
DataToolTipLayer.prototype.t4 = function (a, b, c, d, e) {
|
|
984
984
|
var f = d.y;
|
|
985
985
|
f = f - b / 2;
|
|
986
986
|
f = f - e.height;
|
|
987
987
|
f = f - c;
|
|
988
988
|
return f;
|
|
989
989
|
};
|
|
990
|
-
DataToolTipLayer.prototype.
|
|
990
|
+
DataToolTipLayer.prototype.t3 = function (a, b, c, d, e) {
|
|
991
991
|
var f = d.y;
|
|
992
992
|
f = f - b / 2;
|
|
993
993
|
f = f - e.height / 2;
|
|
994
994
|
f = f + c;
|
|
995
995
|
return f;
|
|
996
996
|
};
|
|
997
|
-
DataToolTipLayer.prototype.
|
|
997
|
+
DataToolTipLayer.prototype.t2 = function (a, b, c, d, e) {
|
|
998
998
|
var f = d.y;
|
|
999
999
|
f = f - b / 2;
|
|
1000
1000
|
f = f + c;
|
|
1001
1001
|
return f;
|
|
1002
1002
|
};
|
|
1003
|
-
DataToolTipLayer.prototype.
|
|
1003
|
+
DataToolTipLayer.prototype.tc = function (a, b, c, d, e, f, g, h) {
|
|
1004
1004
|
switch (a) {
|
|
1005
|
-
case 10: return this.
|
|
1006
|
-
case 11: return this.
|
|
1007
|
-
case 12: return this.
|
|
1008
|
-
case 13: return this.
|
|
1009
|
-
case 14: return this.
|
|
1010
|
-
case 15: return this.
|
|
1011
|
-
case 5: return this.
|
|
1012
|
-
case 6: return this.
|
|
1013
|
-
case 4: return this.
|
|
1014
|
-
case 8: return this.
|
|
1015
|
-
case 9: return this.
|
|
1016
|
-
case 7: return this.
|
|
1005
|
+
case 10: return this.tq(e, b, g, f, true);
|
|
1006
|
+
case 11: return this.ts(e, b, g, f, true);
|
|
1007
|
+
case 12: return this.tr(e, b, g, f, true);
|
|
1008
|
+
case 13: return this.th(d, b);
|
|
1009
|
+
case 14: return this.tj(e, b, f);
|
|
1010
|
+
case 15: return this.ti(e, b, f);
|
|
1011
|
+
case 5: return this.tg(e, c, b, h, f);
|
|
1012
|
+
case 6: return this.tf(e, c, b, h, f);
|
|
1013
|
+
case 4: return this.te(e, c, b, h, f);
|
|
1014
|
+
case 8: return this.tm(e, c, b, h, f);
|
|
1015
|
+
case 9: return this.tl(e, c, b, h, f);
|
|
1016
|
+
case 7: return this.tk(e, c, b, h, f);
|
|
1017
1017
|
case 1:
|
|
1018
1018
|
{
|
|
1019
|
-
return this.
|
|
1019
|
+
return this.tn(e, b, h, f, true);
|
|
1020
1020
|
}
|
|
1021
1021
|
case 3:
|
|
1022
1022
|
{
|
|
1023
|
-
return this.
|
|
1023
|
+
return this.to(e, b, h, f, true);
|
|
1024
1024
|
}
|
|
1025
1025
|
case 2:
|
|
1026
1026
|
default:
|
|
1027
1027
|
{
|
|
1028
|
-
return this.
|
|
1028
|
+
return this.tp(e, b, h, f, true);
|
|
1029
1029
|
}
|
|
1030
1030
|
}
|
|
1031
1031
|
};
|
|
1032
|
-
DataToolTipLayer.prototype.
|
|
1033
|
-
var e = this.
|
|
1034
|
-
var f = this.
|
|
1035
|
-
var g = this.
|
|
1032
|
+
DataToolTipLayer.prototype.ym = function (a, b, c, d) {
|
|
1033
|
+
var e = this.ru;
|
|
1034
|
+
var f = this.ry;
|
|
1035
|
+
var g = this.rk();
|
|
1036
1036
|
var h = 0;
|
|
1037
1037
|
if (g != null && g.ca && this.cd != null) {
|
|
1038
|
-
h = g.getCategorySize(this.cd.
|
|
1038
|
+
h = g.getCategorySize(this.cd.s9, this.p3, this.getEffectiveViewport());
|
|
1039
1039
|
if (g.categoryMode == 0) {
|
|
1040
1040
|
h = 0;
|
|
1041
1041
|
}
|
|
1042
1042
|
}
|
|
1043
|
-
var i = this.
|
|
1044
|
-
var j = this.
|
|
1045
|
-
var k = this.
|
|
1046
|
-
var l = this.
|
|
1047
|
-
var m = this.
|
|
1048
|
-
var n = this.
|
|
1043
|
+
var i = this.ta(e);
|
|
1044
|
+
var j = this.tb(f);
|
|
1045
|
+
var k = this.tc(e, i, h, this.yp, a, b, c, d);
|
|
1046
|
+
var l = this.td(f, j, h, this.yp, a, b, c, d);
|
|
1047
|
+
var m = this.sw(a, i, k, b);
|
|
1048
|
+
var n = this.sx(a, j, l, b);
|
|
1049
1049
|
if (!m) {
|
|
1050
|
-
var o = this.
|
|
1050
|
+
var o = this.re(e);
|
|
1051
1051
|
var p = 0;
|
|
1052
1052
|
while (!m && p < o.length) {
|
|
1053
1053
|
e = o[p];
|
|
1054
|
-
i = this.
|
|
1055
|
-
k = this.
|
|
1056
|
-
m = this.
|
|
1054
|
+
i = this.ta(e);
|
|
1055
|
+
k = this.tc(e, i, h, this.yp, a, b, c, d);
|
|
1056
|
+
m = this.sw(a, i, k, b);
|
|
1057
1057
|
p++;
|
|
1058
1058
|
}
|
|
1059
1059
|
}
|
|
1060
1060
|
if (!n) {
|
|
1061
|
-
var q = this.
|
|
1061
|
+
var q = this.rf(f);
|
|
1062
1062
|
var r = 0;
|
|
1063
1063
|
while (!n && r < q.length) {
|
|
1064
1064
|
f = q[r];
|
|
1065
|
-
j = this.
|
|
1066
|
-
l = this.
|
|
1067
|
-
n = this.
|
|
1065
|
+
j = this.tb(f);
|
|
1066
|
+
l = this.td(f, j, h, this.yp, a, b, c, d);
|
|
1067
|
+
n = this.sx(a, j, l, b);
|
|
1068
1068
|
r++;
|
|
1069
1069
|
}
|
|
1070
1070
|
}
|
|
1071
1071
|
return { $type: Point_$type, x: k, y: l };
|
|
1072
1072
|
};
|
|
1073
|
-
DataToolTipLayer.prototype.
|
|
1074
|
-
if (!isNaN_(this.
|
|
1075
|
-
return this.
|
|
1073
|
+
DataToolTipLayer.prototype.tb = function (a) {
|
|
1074
|
+
if (!isNaN_(this.s9)) {
|
|
1075
|
+
return this.s9;
|
|
1076
1076
|
}
|
|
1077
1077
|
switch (a) {
|
|
1078
|
-
case 1: return this.
|
|
1079
|
-
case 2: return this.
|
|
1078
|
+
case 1: return this.s7;
|
|
1079
|
+
case 2: return this.s7;
|
|
1080
1080
|
case 3: return 0;
|
|
1081
|
-
case 4: return this.
|
|
1082
|
-
case 5: return this.
|
|
1083
|
-
case 6: return this.
|
|
1084
|
-
case 7: return this.
|
|
1085
|
-
case 8: return this.
|
|
1081
|
+
case 4: return this.s7;
|
|
1082
|
+
case 5: return this.s7;
|
|
1083
|
+
case 6: return this.s7;
|
|
1084
|
+
case 7: return this.s7;
|
|
1085
|
+
case 8: return this.s7;
|
|
1086
1086
|
case 9: return 0;
|
|
1087
|
-
case 10: return this.
|
|
1088
|
-
case 11: return this.
|
|
1087
|
+
case 10: return this.s7;
|
|
1088
|
+
case 11: return this.s7;
|
|
1089
1089
|
case 12: return 0;
|
|
1090
|
-
case 13: return this.
|
|
1091
|
-
case 14: return this.
|
|
1090
|
+
case 13: return this.s7;
|
|
1091
|
+
case 14: return this.s7;
|
|
1092
1092
|
case 15: return 0;
|
|
1093
1093
|
}
|
|
1094
|
-
return this.
|
|
1094
|
+
return this.s7;
|
|
1095
1095
|
};
|
|
1096
|
-
DataToolTipLayer.prototype.
|
|
1097
|
-
if (!isNaN_(this.
|
|
1098
|
-
return this.
|
|
1096
|
+
DataToolTipLayer.prototype.ta = function (a) {
|
|
1097
|
+
if (!isNaN_(this.s8)) {
|
|
1098
|
+
return this.s8;
|
|
1099
1099
|
}
|
|
1100
1100
|
switch (a) {
|
|
1101
|
-
case 4: return this.
|
|
1101
|
+
case 4: return this.s6;
|
|
1102
1102
|
case 6: return 0;
|
|
1103
|
-
case 5: return this.
|
|
1104
|
-
case 13: return this.
|
|
1103
|
+
case 5: return this.s6;
|
|
1104
|
+
case 13: return this.s6;
|
|
1105
1105
|
case 15: return 0;
|
|
1106
|
-
case 14: return this.
|
|
1107
|
-
case 7: return this.
|
|
1106
|
+
case 14: return this.s6;
|
|
1107
|
+
case 7: return this.s6;
|
|
1108
1108
|
case 9: return 0;
|
|
1109
|
-
case 8: return this.
|
|
1110
|
-
case 1: return this.
|
|
1109
|
+
case 8: return this.s6;
|
|
1110
|
+
case 1: return this.s6;
|
|
1111
1111
|
case 3: return 0;
|
|
1112
|
-
case 2: return this.
|
|
1113
|
-
case 10: return this.
|
|
1112
|
+
case 2: return this.s6;
|
|
1113
|
+
case 10: return this.s6;
|
|
1114
1114
|
case 12: return 0;
|
|
1115
|
-
case 11: return this.
|
|
1115
|
+
case 11: return this.s6;
|
|
1116
1116
|
}
|
|
1117
|
-
return this.
|
|
1117
|
+
return this.s6;
|
|
1118
1118
|
};
|
|
1119
|
-
DataToolTipLayer.prototype.
|
|
1119
|
+
DataToolTipLayer.prototype.rf = function (a) {
|
|
1120
1120
|
var b = [a];
|
|
1121
1121
|
switch (a) {
|
|
1122
1122
|
case 1:
|
|
@@ -1161,7 +1161,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1161
1161
|
}
|
|
1162
1162
|
return b;
|
|
1163
1163
|
};
|
|
1164
|
-
DataToolTipLayer.prototype.
|
|
1164
|
+
DataToolTipLayer.prototype.re = function (a) {
|
|
1165
1165
|
var b = [a];
|
|
1166
1166
|
switch (a) {
|
|
1167
1167
|
case 1:
|
|
@@ -1206,13 +1206,13 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1206
1206
|
}
|
|
1207
1207
|
return b;
|
|
1208
1208
|
};
|
|
1209
|
-
DataToolTipLayer.prototype.
|
|
1210
|
-
return !(this.
|
|
1209
|
+
DataToolTipLayer.prototype.sw = function (a, b, c, d) {
|
|
1210
|
+
return !(this.st(a, b, c) || this.su(a, b, c, d));
|
|
1211
1211
|
};
|
|
1212
|
-
DataToolTipLayer.prototype.
|
|
1213
|
-
return !(this.
|
|
1212
|
+
DataToolTipLayer.prototype.sx = function (a, b, c, d) {
|
|
1213
|
+
return !(this.sv(a, b, c) || this.ss(a, b, c, d));
|
|
1214
1214
|
};
|
|
1215
|
-
DataToolTipLayer.prototype.
|
|
1215
|
+
DataToolTipLayer.prototype.wk = function (a) {
|
|
1216
1216
|
var b = new List$1(DataTooltipCollisionInfo.$, 0);
|
|
1217
1217
|
for (var c = 0; c < a.f.count; c++) {
|
|
1218
1218
|
var d = new DataTooltipCollisionInfo();
|
|
@@ -1241,7 +1241,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1241
1241
|
}
|
|
1242
1242
|
return 0;
|
|
1243
1243
|
});
|
|
1244
|
-
var e = this.
|
|
1244
|
+
var e = this.sq(b);
|
|
1245
1245
|
if (!e) {
|
|
1246
1246
|
return;
|
|
1247
1247
|
}
|
|
@@ -1273,7 +1273,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1273
1273
|
a.g._inner[q] = r.e.y;
|
|
1274
1274
|
}
|
|
1275
1275
|
};
|
|
1276
|
-
DataToolTipLayer.prototype.
|
|
1276
|
+
DataToolTipLayer.prototype.sq = function (a) {
|
|
1277
1277
|
if (a.count <= 1) {
|
|
1278
1278
|
return false;
|
|
1279
1279
|
}
|
|
@@ -1289,30 +1289,32 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1289
1289
|
}
|
|
1290
1290
|
return false;
|
|
1291
1291
|
};
|
|
1292
|
-
DataToolTipLayer.prototype.
|
|
1293
|
-
var f = this.
|
|
1292
|
+
DataToolTipLayer.prototype.wo = function (a, b, c, d, e) {
|
|
1293
|
+
var f = this.qo(a);
|
|
1294
1294
|
if (!f.c) {
|
|
1295
1295
|
return;
|
|
1296
1296
|
}
|
|
1297
|
-
var g = a.
|
|
1298
|
-
var h = this.
|
|
1299
|
-
var i = this.
|
|
1297
|
+
var g = a.pq(f.d, c, d);
|
|
1298
|
+
var h = this.r5.b6;
|
|
1299
|
+
var i = this.q9;
|
|
1300
1300
|
if (!c) {
|
|
1301
|
-
i = this.
|
|
1301
|
+
i = this.pt(g);
|
|
1302
1302
|
}
|
|
1303
|
-
var j = a.
|
|
1303
|
+
var j = a.hv(i);
|
|
1304
1304
|
var k = h.item(e);
|
|
1305
1305
|
var l = this.b0.bu;
|
|
1306
|
-
var m = this.
|
|
1306
|
+
var m = this.r5.b5(k);
|
|
1307
1307
|
if (!Base.equalsStatic(m.target, this.cd)) {
|
|
1308
1308
|
m.target = this.cd;
|
|
1309
1309
|
}
|
|
1310
1310
|
m.includedSeries = [a.dataLegendKey];
|
|
1311
|
-
this.
|
|
1312
|
-
|
|
1311
|
+
this.wm(m);
|
|
1312
|
+
m.targetCursorPositionX = this.q9.x;
|
|
1313
|
+
m.targetCursorPositionY = this.q9.y;
|
|
1314
|
+
if (!this.r5.b8(k, a)) {
|
|
1313
1315
|
return;
|
|
1314
1316
|
}
|
|
1315
|
-
var n = this.
|
|
1317
|
+
var n = this.r5.cn(k);
|
|
1316
1318
|
b.i.add1(k);
|
|
1317
1319
|
var o = g.x;
|
|
1318
1320
|
var p = g.x;
|
|
@@ -1342,36 +1344,36 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1342
1344
|
b.g.add(t);
|
|
1343
1345
|
b.k.add(n.width);
|
|
1344
1346
|
b.j.add(n.height);
|
|
1345
|
-
var u = this.
|
|
1347
|
+
var u = this.o3;
|
|
1346
1348
|
if (u == null) {
|
|
1347
|
-
u = this.
|
|
1349
|
+
u = this.o7;
|
|
1348
1350
|
}
|
|
1349
1351
|
if (u == null) {
|
|
1350
|
-
u = a.
|
|
1352
|
+
u = a.o3;
|
|
1351
1353
|
}
|
|
1352
1354
|
b.h.add(u);
|
|
1353
1355
|
};
|
|
1354
|
-
DataToolTipLayer.prototype.
|
|
1356
|
+
DataToolTipLayer.prototype.wn = function (a, b, c) {
|
|
1355
1357
|
var e_6, _a;
|
|
1356
|
-
this.rp = this.rs();
|
|
1357
1358
|
this.rt = this.rw();
|
|
1359
|
+
this.rx = this.r0();
|
|
1358
1360
|
var d = a.f;
|
|
1359
1361
|
var e = a.e;
|
|
1360
1362
|
var f = 0;
|
|
1361
|
-
var g = this.
|
|
1362
|
-
this.
|
|
1363
|
-
var h = this.
|
|
1363
|
+
var g = this.r5.b6.item(0);
|
|
1364
|
+
this.r5.b8(g, null);
|
|
1365
|
+
var h = this.r5.b5(g);
|
|
1364
1366
|
if (!Base.equalsStatic(h.target, this.cd)) {
|
|
1365
1367
|
h.target = this.cd;
|
|
1366
1368
|
}
|
|
1367
1369
|
var i = new List$1(String_$type, 0);
|
|
1368
|
-
var j = this.
|
|
1370
|
+
var j = this.rk();
|
|
1369
1371
|
if (j != null) {
|
|
1370
1372
|
try {
|
|
1371
1373
|
for (var _b = tslib_1.__values(fromEnum(j.da())), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1372
1374
|
var k = _c.value;
|
|
1373
1375
|
if (k.isStacked) {
|
|
1374
|
-
k.
|
|
1376
|
+
k.ld(function (l) {
|
|
1375
1377
|
i.add(l.dataLegendKey);
|
|
1376
1378
|
return true;
|
|
1377
1379
|
});
|
|
@@ -1399,10 +1401,10 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1399
1401
|
else {
|
|
1400
1402
|
h.includedSeries = null;
|
|
1401
1403
|
}
|
|
1402
|
-
this.
|
|
1403
|
-
h.targetCursorPositionX = this.
|
|
1404
|
-
h.targetCursorPositionY = this.
|
|
1405
|
-
var l = this.
|
|
1404
|
+
this.wm(h);
|
|
1405
|
+
h.targetCursorPositionX = this.q9.x;
|
|
1406
|
+
h.targetCursorPositionY = this.q9.y;
|
|
1407
|
+
var l = this.r5.cn(g);
|
|
1406
1408
|
var m = 0;
|
|
1407
1409
|
var n = 0;
|
|
1408
1410
|
var o = 0;
|
|
@@ -1412,9 +1414,9 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1412
1414
|
o = d.x;
|
|
1413
1415
|
p = d.y;
|
|
1414
1416
|
var s = this.b0.bu;
|
|
1415
|
-
var t = this.
|
|
1416
|
-
var u = this.
|
|
1417
|
-
var v = this.
|
|
1417
|
+
var t = this.r5.co();
|
|
1418
|
+
var u = this.yq();
|
|
1419
|
+
var v = this.ym(u, l, e, d);
|
|
1418
1420
|
var w = v.x;
|
|
1419
1421
|
var x = v.y;
|
|
1420
1422
|
{
|
|
@@ -1428,13 +1430,13 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1428
1430
|
b.i.add1(g);
|
|
1429
1431
|
var y = null;
|
|
1430
1432
|
b.h.add(y);
|
|
1431
|
-
this.
|
|
1433
|
+
this.r5.b6.count = 1;
|
|
1432
1434
|
};
|
|
1433
|
-
DataToolTipLayer.prototype.
|
|
1435
|
+
DataToolTipLayer.prototype.ua = function (a) {
|
|
1434
1436
|
return a.toolTip;
|
|
1435
1437
|
};
|
|
1436
|
-
DataToolTipLayer.prototype.
|
|
1437
|
-
_super.prototype.
|
|
1438
|
+
DataToolTipLayer.prototype.qy = function (a, b) {
|
|
1439
|
+
_super.prototype.qy.call(this, a, b);
|
|
1438
1440
|
var c = a;
|
|
1439
1441
|
var d = c.m.count;
|
|
1440
1442
|
var e = b.bu.left;
|
|
@@ -1443,7 +1445,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1443
1445
|
var h = b.bu.bottom;
|
|
1444
1446
|
for (var i = 0; i < d; i++) {
|
|
1445
1447
|
if (isNaN_(c.l._inner[i]) || isNaN_(c.m._inner[i]) || isNaN_(c.f._inner[i]) || isNaN_(c.g._inner[i])) {
|
|
1446
|
-
this.
|
|
1448
|
+
this.r5.cf(c.i._inner[i]);
|
|
1447
1449
|
continue;
|
|
1448
1450
|
}
|
|
1449
1451
|
var j = c.f._inner[i];
|
|
@@ -1452,7 +1454,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1452
1454
|
var m = c.j._inner[i];
|
|
1453
1455
|
var n = false;
|
|
1454
1456
|
if (n) {
|
|
1455
|
-
this.
|
|
1457
|
+
this.r5.cf(c.i._inner[i]);
|
|
1456
1458
|
continue;
|
|
1457
1459
|
}
|
|
1458
1460
|
var o = c.i._inner[i];
|
|
@@ -1460,27 +1462,27 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1460
1462
|
var q = Math.min(c.g._inner[i], c.m._inner[i]);
|
|
1461
1463
|
var r = c.l._inner[i] - c.f._inner[i];
|
|
1462
1464
|
var s = c.m._inner[i] - c.g._inner[i];
|
|
1463
|
-
this.
|
|
1465
|
+
this.r5.ch(o, p, q, r, s);
|
|
1464
1466
|
}
|
|
1465
1467
|
};
|
|
1466
|
-
DataToolTipLayer.prototype.
|
|
1468
|
+
DataToolTipLayer.prototype.en = function () {
|
|
1467
1469
|
return true;
|
|
1468
1470
|
};
|
|
1469
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1471
|
+
Object.defineProperty(DataToolTipLayer.prototype, "ru", {
|
|
1470
1472
|
get: function () {
|
|
1471
|
-
return this.
|
|
1473
|
+
return this.rt;
|
|
1472
1474
|
},
|
|
1473
1475
|
set: function (a) {
|
|
1474
|
-
var b = this.
|
|
1475
|
-
this.
|
|
1476
|
-
if (b != this.
|
|
1477
|
-
this.raisePropertyChanged("ActualGroupedPositionModeX", enumGetBox(DataTooltipGroupedPositionX_$type, b), enumGetBox(DataTooltipGroupedPositionX_$type, this.
|
|
1476
|
+
var b = this.rt;
|
|
1477
|
+
this.rt = a;
|
|
1478
|
+
if (b != this.rt) {
|
|
1479
|
+
this.raisePropertyChanged("ActualGroupedPositionModeX", enumGetBox(DataTooltipGroupedPositionX_$type, b), enumGetBox(DataTooltipGroupedPositionX_$type, this.rt));
|
|
1478
1480
|
}
|
|
1479
1481
|
},
|
|
1480
1482
|
enumerable: true,
|
|
1481
1483
|
configurable: true
|
|
1482
1484
|
});
|
|
1483
|
-
DataToolTipLayer.prototype.
|
|
1485
|
+
DataToolTipLayer.prototype.rw = function () {
|
|
1484
1486
|
var e_7, _a;
|
|
1485
1487
|
if (this.cd == null) {
|
|
1486
1488
|
return 2;
|
|
@@ -1489,23 +1491,23 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1489
1491
|
var b = false;
|
|
1490
1492
|
var c = false;
|
|
1491
1493
|
var d = false;
|
|
1492
|
-
var e = this.
|
|
1494
|
+
var e = this.rk();
|
|
1493
1495
|
if (e == null) {
|
|
1494
1496
|
return 2;
|
|
1495
1497
|
}
|
|
1496
1498
|
try {
|
|
1497
1499
|
for (var _b = tslib_1.__values(fromEnum(e.dd)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1498
1500
|
var f = _c.value;
|
|
1499
|
-
if (f.
|
|
1501
|
+
if (f.di) {
|
|
1500
1502
|
a = true;
|
|
1501
1503
|
}
|
|
1502
1504
|
if (f.isVertical) {
|
|
1503
1505
|
b = true;
|
|
1504
1506
|
}
|
|
1505
|
-
if (f.
|
|
1507
|
+
if (f.d7) {
|
|
1506
1508
|
c = true;
|
|
1507
1509
|
}
|
|
1508
|
-
if (f.
|
|
1510
|
+
if (f.ed) {
|
|
1509
1511
|
d = true;
|
|
1510
1512
|
}
|
|
1511
1513
|
}
|
|
@@ -1536,12 +1538,12 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1536
1538
|
$ret.add_1(9);
|
|
1537
1539
|
return $ret;
|
|
1538
1540
|
})());
|
|
1539
|
-
var h = g.contains(this.
|
|
1540
|
-
if (this.
|
|
1541
|
+
var h = g.contains(this.rv);
|
|
1542
|
+
if (this.rv != 0) {
|
|
1541
1543
|
if (h && b) {
|
|
1542
1544
|
return 11;
|
|
1543
1545
|
}
|
|
1544
|
-
return this.
|
|
1546
|
+
return this.rv;
|
|
1545
1547
|
}
|
|
1546
1548
|
if (c || d) {
|
|
1547
1549
|
return 11;
|
|
@@ -1554,21 +1556,21 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1554
1556
|
}
|
|
1555
1557
|
return 8;
|
|
1556
1558
|
};
|
|
1557
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1559
|
+
Object.defineProperty(DataToolTipLayer.prototype, "ry", {
|
|
1558
1560
|
get: function () {
|
|
1559
|
-
return this.
|
|
1561
|
+
return this.rx;
|
|
1560
1562
|
},
|
|
1561
1563
|
set: function (a) {
|
|
1562
|
-
var b = this.
|
|
1563
|
-
this.
|
|
1564
|
-
if (b != this.
|
|
1565
|
-
this.raisePropertyChanged("ActualPositionModeY", enumGetBox(DataTooltipGroupedPositionY_$type, b), enumGetBox(DataTooltipGroupedPositionY_$type, this.
|
|
1564
|
+
var b = this.rx;
|
|
1565
|
+
this.rx = a;
|
|
1566
|
+
if (b != this.rx) {
|
|
1567
|
+
this.raisePropertyChanged("ActualPositionModeY", enumGetBox(DataTooltipGroupedPositionY_$type, b), enumGetBox(DataTooltipGroupedPositionY_$type, this.rx));
|
|
1566
1568
|
}
|
|
1567
1569
|
},
|
|
1568
1570
|
enumerable: true,
|
|
1569
1571
|
configurable: true
|
|
1570
1572
|
});
|
|
1571
|
-
DataToolTipLayer.prototype.
|
|
1573
|
+
DataToolTipLayer.prototype.r0 = function () {
|
|
1572
1574
|
var e_8, _a;
|
|
1573
1575
|
if (this.cd == null) {
|
|
1574
1576
|
return 11;
|
|
@@ -1576,7 +1578,7 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1576
1578
|
var a = false;
|
|
1577
1579
|
var b = false;
|
|
1578
1580
|
var c = false;
|
|
1579
|
-
var d = this.
|
|
1581
|
+
var d = this.rk();
|
|
1580
1582
|
if (d == null) {
|
|
1581
1583
|
return 11;
|
|
1582
1584
|
}
|
|
@@ -1586,10 +1588,10 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1586
1588
|
if (e.isVertical) {
|
|
1587
1589
|
a = true;
|
|
1588
1590
|
}
|
|
1589
|
-
if (e.
|
|
1591
|
+
if (e.d7) {
|
|
1590
1592
|
b = true;
|
|
1591
1593
|
}
|
|
1592
|
-
if (e.
|
|
1594
|
+
if (e.ed) {
|
|
1593
1595
|
c = true;
|
|
1594
1596
|
}
|
|
1595
1597
|
}
|
|
@@ -1620,12 +1622,12 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1620
1622
|
$ret.add_1(9);
|
|
1621
1623
|
return $ret;
|
|
1622
1624
|
})());
|
|
1623
|
-
var g = f.contains(this.
|
|
1624
|
-
if (this.
|
|
1625
|
+
var g = f.contains(this.rz);
|
|
1626
|
+
if (this.rz != 0) {
|
|
1625
1627
|
if (g && !a) {
|
|
1626
1628
|
return 11;
|
|
1627
1629
|
}
|
|
1628
|
-
return this.
|
|
1630
|
+
return this.rz;
|
|
1629
1631
|
}
|
|
1630
1632
|
if (b || c) {
|
|
1631
1633
|
return 11;
|
|
@@ -1638,134 +1640,134 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1638
1640
|
}
|
|
1639
1641
|
return 11;
|
|
1640
1642
|
};
|
|
1641
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1643
|
+
Object.defineProperty(DataToolTipLayer.prototype, "sp", {
|
|
1642
1644
|
get: function () {
|
|
1643
|
-
return this.
|
|
1645
|
+
return this.sg;
|
|
1644
1646
|
},
|
|
1645
1647
|
set: function (a) {
|
|
1646
|
-
var b = this.
|
|
1647
|
-
this.
|
|
1648
|
-
if (b != this.
|
|
1649
|
-
this.raisePropertyChanged("ValueTextStyle", b, this.
|
|
1648
|
+
var b = this.sg;
|
|
1649
|
+
this.sg = a;
|
|
1650
|
+
if (b != this.sg) {
|
|
1651
|
+
this.raisePropertyChanged("ValueTextStyle", b, this.sg);
|
|
1650
1652
|
}
|
|
1651
1653
|
},
|
|
1652
1654
|
enumerable: true,
|
|
1653
1655
|
configurable: true
|
|
1654
1656
|
});
|
|
1655
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1657
|
+
Object.defineProperty(DataToolTipLayer.prototype, "sh", {
|
|
1656
1658
|
get: function () {
|
|
1657
|
-
return this.
|
|
1659
|
+
return this.r8;
|
|
1658
1660
|
},
|
|
1659
1661
|
set: function (a) {
|
|
1660
|
-
var b = this.
|
|
1661
|
-
this.
|
|
1662
|
-
if (b != this.
|
|
1663
|
-
this.raisePropertyChanged("HeaderTextStyle", b, this.
|
|
1662
|
+
var b = this.r8;
|
|
1663
|
+
this.r8 = a;
|
|
1664
|
+
if (b != this.r8) {
|
|
1665
|
+
this.raisePropertyChanged("HeaderTextStyle", b, this.r8);
|
|
1664
1666
|
}
|
|
1665
1667
|
},
|
|
1666
1668
|
enumerable: true,
|
|
1667
1669
|
configurable: true
|
|
1668
1670
|
});
|
|
1669
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1671
|
+
Object.defineProperty(DataToolTipLayer.prototype, "sk", {
|
|
1670
1672
|
get: function () {
|
|
1671
|
-
return this.
|
|
1673
|
+
return this.sb;
|
|
1672
1674
|
},
|
|
1673
1675
|
set: function (a) {
|
|
1674
|
-
var b = this.
|
|
1675
|
-
this.
|
|
1676
|
-
if (b != this.
|
|
1677
|
-
this.raisePropertyChanged("SummaryTitleTextStyle", b, this.
|
|
1676
|
+
var b = this.sb;
|
|
1677
|
+
this.sb = a;
|
|
1678
|
+
if (b != this.sb) {
|
|
1679
|
+
this.raisePropertyChanged("SummaryTitleTextStyle", b, this.sb);
|
|
1678
1680
|
}
|
|
1679
1681
|
},
|
|
1680
1682
|
enumerable: true,
|
|
1681
1683
|
configurable: true
|
|
1682
1684
|
});
|
|
1683
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1685
|
+
Object.defineProperty(DataToolTipLayer.prototype, "sm", {
|
|
1684
1686
|
get: function () {
|
|
1685
|
-
return this.
|
|
1687
|
+
return this.sd;
|
|
1686
1688
|
},
|
|
1687
1689
|
set: function (a) {
|
|
1688
|
-
var b = this.
|
|
1689
|
-
this.
|
|
1690
|
-
if (b != this.
|
|
1691
|
-
this.raisePropertyChanged("SummaryValueTextStyle", b, this.
|
|
1690
|
+
var b = this.sd;
|
|
1691
|
+
this.sd = a;
|
|
1692
|
+
if (b != this.sd) {
|
|
1693
|
+
this.raisePropertyChanged("SummaryValueTextStyle", b, this.sd);
|
|
1692
1694
|
}
|
|
1693
1695
|
},
|
|
1694
1696
|
enumerable: true,
|
|
1695
1697
|
configurable: true
|
|
1696
1698
|
});
|
|
1697
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1699
|
+
Object.defineProperty(DataToolTipLayer.prototype, "sj", {
|
|
1698
1700
|
get: function () {
|
|
1699
|
-
return this.
|
|
1701
|
+
return this.sa;
|
|
1700
1702
|
},
|
|
1701
1703
|
set: function (a) {
|
|
1702
|
-
var b = this.
|
|
1703
|
-
this.
|
|
1704
|
-
if (b != this.
|
|
1705
|
-
this.raisePropertyChanged("SummaryLabelTextStyle", b, this.
|
|
1704
|
+
var b = this.sa;
|
|
1705
|
+
this.sa = a;
|
|
1706
|
+
if (b != this.sa) {
|
|
1707
|
+
this.raisePropertyChanged("SummaryLabelTextStyle", b, this.sa);
|
|
1706
1708
|
}
|
|
1707
1709
|
},
|
|
1708
1710
|
enumerable: true,
|
|
1709
1711
|
configurable: true
|
|
1710
1712
|
});
|
|
1711
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1713
|
+
Object.defineProperty(DataToolTipLayer.prototype, "sl", {
|
|
1712
1714
|
get: function () {
|
|
1713
|
-
return this.
|
|
1715
|
+
return this.sc;
|
|
1714
1716
|
},
|
|
1715
1717
|
set: function (a) {
|
|
1716
|
-
var b = this.
|
|
1717
|
-
this.
|
|
1718
|
-
if (b != this.
|
|
1719
|
-
this.raisePropertyChanged("SummaryUnitsTextStyle", b, this.
|
|
1718
|
+
var b = this.sc;
|
|
1719
|
+
this.sc = a;
|
|
1720
|
+
if (b != this.sc) {
|
|
1721
|
+
this.raisePropertyChanged("SummaryUnitsTextStyle", b, this.sc);
|
|
1720
1722
|
}
|
|
1721
1723
|
},
|
|
1722
1724
|
enumerable: true,
|
|
1723
1725
|
configurable: true
|
|
1724
1726
|
});
|
|
1725
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1727
|
+
Object.defineProperty(DataToolTipLayer.prototype, "so", {
|
|
1726
1728
|
get: function () {
|
|
1727
|
-
return this.
|
|
1729
|
+
return this.sf;
|
|
1728
1730
|
},
|
|
1729
1731
|
set: function (a) {
|
|
1730
|
-
var b = this.
|
|
1731
|
-
this.
|
|
1732
|
-
if (b != this.
|
|
1733
|
-
this.raisePropertyChanged("UnitsTextStyle", b, this.
|
|
1732
|
+
var b = this.sf;
|
|
1733
|
+
this.sf = a;
|
|
1734
|
+
if (b != this.sf) {
|
|
1735
|
+
this.raisePropertyChanged("UnitsTextStyle", b, this.sf);
|
|
1734
1736
|
}
|
|
1735
1737
|
},
|
|
1736
1738
|
enumerable: true,
|
|
1737
1739
|
configurable: true
|
|
1738
1740
|
});
|
|
1739
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1741
|
+
Object.defineProperty(DataToolTipLayer.prototype, "sn", {
|
|
1740
1742
|
get: function () {
|
|
1741
|
-
return this.
|
|
1743
|
+
return this.se;
|
|
1742
1744
|
},
|
|
1743
1745
|
set: function (a) {
|
|
1744
|
-
var b = this.
|
|
1745
|
-
this.
|
|
1746
|
-
if (b != this.
|
|
1747
|
-
this.raisePropertyChanged("TitleTextStyle", b, this.
|
|
1746
|
+
var b = this.se;
|
|
1747
|
+
this.se = a;
|
|
1748
|
+
if (b != this.se) {
|
|
1749
|
+
this.raisePropertyChanged("TitleTextStyle", b, this.se);
|
|
1748
1750
|
}
|
|
1749
1751
|
},
|
|
1750
1752
|
enumerable: true,
|
|
1751
1753
|
configurable: true
|
|
1752
1754
|
});
|
|
1753
|
-
Object.defineProperty(DataToolTipLayer.prototype, "
|
|
1755
|
+
Object.defineProperty(DataToolTipLayer.prototype, "si", {
|
|
1754
1756
|
get: function () {
|
|
1755
|
-
return this.
|
|
1757
|
+
return this.r9;
|
|
1756
1758
|
},
|
|
1757
1759
|
set: function (a) {
|
|
1758
|
-
var b = this.
|
|
1759
|
-
this.
|
|
1760
|
-
if (b != this.
|
|
1761
|
-
this.raisePropertyChanged("LabelTextStyle", b, this.
|
|
1760
|
+
var b = this.r9;
|
|
1761
|
+
this.r9 = a;
|
|
1762
|
+
if (b != this.r9) {
|
|
1763
|
+
this.raisePropertyChanged("LabelTextStyle", b, this.r9);
|
|
1762
1764
|
}
|
|
1763
1765
|
},
|
|
1764
1766
|
enumerable: true,
|
|
1765
1767
|
configurable: true
|
|
1766
1768
|
});
|
|
1767
1769
|
DataToolTipLayer.$t = markType(DataToolTipLayer, 'DataToolTipLayer', AnnotationLayer.$);
|
|
1768
|
-
DataToolTipLayer.$$p = markDep(DependencyProperty, PropertyMetadata, DataToolTipLayer, 'raisePropertyChanged', ['BadgeMargin:
|
|
1770
|
+
DataToolTipLayer.$$p = markDep(DependencyProperty, PropertyMetadata, DataToolTipLayer, 'raisePropertyChanged', ['BadgeMargin:ys:wq', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'BadgeShape:r7:wr', [LegendItemBadgeShape_$type, enumGetBox(LegendItemBadgeShape_$type, 0)], 'DefaultPositionOffsetX:s6:ws', [1, DeviceUtils.g(10)], 'DefaultPositionOffsetY:s7:wt', [1, DeviceUtils.g(10)], 'ExcludedColumns:rc:wu', [Array_$type, null], 'ExcludedSeries:rd:wv', [Array_$type, null], 'GroupedPositionModeX:rv:ww', [DataTooltipGroupedPositionX_$type, enumGetBox(DataTooltipGroupedPositionX_$type, 0)], 'GroupedPositionModeY:rz:wx', [DataTooltipGroupedPositionY_$type, enumGetBox(DataTooltipGroupedPositionY_$type, 0)], 'GroupingMode:r3:wy', [DataToolTipLayerGroupingMode_$type, enumGetBox(DataToolTipLayerGroupingMode_$type, 0)], 'HeaderFormatCulture:un:wz', [2, stringEmpty()], 'HeaderFormatDate:rn:w0', [DataLegendHeaderDateMode_$type, enumGetBox(DataLegendHeaderDateMode_$type, 0)], 'HeaderFormatSpecifiers:rg:w1', [Array_$type, null], 'HeaderFormatString:ur:w2', [2, null], 'HeaderFormatTime:ro:w3', [DataLegendHeaderTimeMode_$type, enumGetBox(DataLegendHeaderTimeMode_$type, 0)], 'HeaderRowMargin:yt:w4', [Thickness.$, new Thickness(0, 5)], 'HeaderRowVisible:sr:w5', [0, true], 'HeaderTextColor:yd:w6', [Brush.$, null], 'HeaderTextMargin:yu:w7', [Thickness.$, 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, enumGetBox(DataLegendLabelMode_$type, 0)], 'LabelTextColor:ye:xc', [Brush.$, null], 'LabelTextMargin:yv:xd', [Thickness.$, 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.$, new Thickness(0, 5)], 'SummaryTitleTextColor:yg:xk', [Brush.$, null], 'SummaryTitleTextMargin:yx:xl', [Thickness.$, new Thickness(1, 2, 0, 0, 0)], 'SummaryTitleText:vf:xm', [2, null], 'SummaryType:rq:xn', [DataLegendSummaryType_$type, 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.$, new Thickness(1, 0, 0, 0, 0)], 'UnitsDisplayMode:rr:xu', [DataLegendUnitsMode_$type, enumGetBox(DataLegendUnitsMode_$type, 0)], 'UnitsTextColor:yk:xv', [Brush.$, null], 'UnitsTextMargin:yz:xw', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'UnitsText:vw:xx', [2, null], 'UseInterpolation:sz:xy', [0, false], 'ValueFormatAbbreviation:rm:xz', [DataAbbreviationMode_$type, enumGetBox(DataAbbreviationMode_$type, 0)], 'ValueFormatCulture:v3:x0', [2, stringEmpty()], 'ValueFormatMaxFractions:t8:x1', [1, -1], 'ValueFormatMinFractions:t9:x2', [1, -1], 'ValueFormatMode:rs:x3', [DataLegendValueMode_$type, enumGetBox(DataLegendValueMode_$type, 0)], 'ValueFormatSpecifiers:rj:x4', [Array_$type, null], 'ValueFormatString:v9:x5', [2, null], 'ValueFormatUseGrouping:s0:x6', [0, true], 'ValueRowMargin:y0:x7', [Thickness.$, new Thickness(0, 5)], 'ValueRowVisible:s1:x8', [0, true], 'ValueTextColor:yl:x9', [Brush.$, null], 'ValueTextMargin:y1:ya', [Thickness.$, new Thickness(1, 2, 0, 2, 0)], 'ValueTextUseSeriesColors:s2:yb', [0, false], 'ValueTextWhenMissingData:wi:yc', [2, "N/A"]]);
|
|
1769
1771
|
return DataToolTipLayer;
|
|
1770
1772
|
}(AnnotationLayer));
|
|
1771
1773
|
export { DataToolTipLayer };
|
|
@@ -1798,17 +1800,17 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1798
1800
|
};
|
|
1799
1801
|
DataToolTipLayerView.prototype.ca = function () {
|
|
1800
1802
|
var a = new PointerTooltip();
|
|
1801
|
-
a.bw(this.e.
|
|
1803
|
+
a.bw(this.e.hb);
|
|
1802
1804
|
a._visibility = 1;
|
|
1803
|
-
a.ap = this.e.cd.
|
|
1805
|
+
a.ap = this.e.cd.cu.k;
|
|
1804
1806
|
var b = null;
|
|
1805
1807
|
if (TypeRegistrar.isRegistered("XamDataLegend")) {
|
|
1806
1808
|
b = TypeRegistrar.create("XamDataLegend");
|
|
1807
1809
|
}
|
|
1808
1810
|
b.pixelScalingRatio = 1;
|
|
1809
1811
|
if (this.e.cd != null) {
|
|
1810
|
-
var c = this.e.cd.
|
|
1811
|
-
var ren_ = this.e.cd.
|
|
1812
|
+
var c = this.e.cd.cu.j.ae.createElement("div");
|
|
1813
|
+
var ren_ = this.e.cd.cu.j.ae.getSubRenderer(c);
|
|
1812
1814
|
var len_ = b;
|
|
1813
1815
|
len_.provideContainer(ren_);
|
|
1814
1816
|
}
|
|
@@ -1867,18 +1869,18 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1867
1869
|
};
|
|
1868
1870
|
DataToolTipLayerView.prototype.cm = function () {
|
|
1869
1871
|
if (this.e.cd != null) {
|
|
1870
|
-
var a = this.e.cd.
|
|
1871
|
-
var b = this.e.cd.
|
|
1872
|
-
var c = this.e.cd.
|
|
1872
|
+
var a = this.e.cd.s2();
|
|
1873
|
+
var b = this.e.cd.cu.a8;
|
|
1874
|
+
var c = this.e.cd.cu.a7;
|
|
1873
1875
|
return new Rect(0, 0, 0, b, c);
|
|
1874
1876
|
}
|
|
1875
1877
|
return Rect.empty;
|
|
1876
1878
|
};
|
|
1877
1879
|
DataToolTipLayerView.prototype.cl = function () {
|
|
1878
1880
|
if (this.e.cd != null) {
|
|
1879
|
-
var a = this.e.cd.
|
|
1880
|
-
var b = this.e.cd.
|
|
1881
|
-
var c = this.e.cd.
|
|
1881
|
+
var a = this.e.cd.s2();
|
|
1882
|
+
var b = this.e.cd.cu.a8;
|
|
1883
|
+
var c = this.e.cd.cu.a7;
|
|
1882
1884
|
return new Rect(0, 0, 0, b, c);
|
|
1883
1885
|
}
|
|
1884
1886
|
return Rect.empty;
|
|
@@ -1887,11 +1889,11 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1887
1889
|
var a = 0;
|
|
1888
1890
|
var b = 0;
|
|
1889
1891
|
if (this.e.cd != null) {
|
|
1890
|
-
var c = this.e.cd.
|
|
1892
|
+
var c = this.e.cd.s2();
|
|
1891
1893
|
a += c.x;
|
|
1892
1894
|
b += c.y;
|
|
1893
|
-
var d = this.e.cd.
|
|
1894
|
-
var e = this.e.cd.
|
|
1895
|
+
var d = this.e.cd.cu.a8;
|
|
1896
|
+
var e = this.e.cd.cu.a7;
|
|
1895
1897
|
return new Rect(0, a, b, d, e);
|
|
1896
1898
|
}
|
|
1897
1899
|
return Rect.empty;
|
|
@@ -1900,7 +1902,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1900
1902
|
var b = 0;
|
|
1901
1903
|
var c = 0;
|
|
1902
1904
|
if (this.e.cd != null) {
|
|
1903
|
-
var d = this.e.cd.
|
|
1905
|
+
var d = this.e.cd.s2();
|
|
1904
1906
|
b += d.x;
|
|
1905
1907
|
c += d.y;
|
|
1906
1908
|
}
|
|
@@ -1909,7 +1911,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1909
1911
|
DataToolTipLayerView.prototype.ch = function (a, b, c, d, e) {
|
|
1910
1912
|
var f = null;
|
|
1911
1913
|
if (this.e.cd != null) {
|
|
1912
|
-
f = this.e.cd.
|
|
1914
|
+
f = this.e.cd.cu.j.i();
|
|
1913
1915
|
}
|
|
1914
1916
|
var g = a;
|
|
1915
1917
|
if (g == null) {
|
|
@@ -1952,7 +1954,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1952
1954
|
var d = 0;
|
|
1953
1955
|
var e = this.e.cd;
|
|
1954
1956
|
if (e != null) {
|
|
1955
|
-
var f = e.
|
|
1957
|
+
var f = e.cu.j.b7();
|
|
1956
1958
|
c += f.x;
|
|
1957
1959
|
d += f.y;
|
|
1958
1960
|
}
|
|
@@ -1967,7 +1969,7 @@ var DataToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1967
1969
|
var d = 0;
|
|
1968
1970
|
var e = 0;
|
|
1969
1971
|
if (this.e.cd != null) {
|
|
1970
|
-
var f = this.e.cd.
|
|
1972
|
+
var f = this.e.cd.s2();
|
|
1971
1973
|
d += f.x;
|
|
1972
1974
|
e += f.y;
|
|
1973
1975
|
}
|