igniteui-webcomponents-charts 3.2.0 → 3.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-charts.umd.js +10356 -10171
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
- package/esm2015/lib/AccumulationDistributionIndicator.js +6 -6
- package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/AnchoredCategorySeries_combined.js +117 -117
- package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +185 -185
- package/esm2015/lib/AngleAxisLabelPanel_combined.js +6 -6
- package/esm2015/lib/AnnotationLayerProxy.js +25 -25
- package/esm2015/lib/AnnotationLayer_combined.js +116 -116
- package/esm2015/lib/AreaSeries_combined.js +35 -35
- package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
- package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
- package/esm2015/lib/BarSeries_combined.js +69 -69
- package/esm2015/lib/BollingerBandWidthIndicator.js +19 -19
- package/esm2015/lib/BollingerBandsOverlay_combined.js +77 -77
- package/esm2015/lib/BrushScale.js +7 -7
- package/esm2015/lib/BubbleSeries_combined.js +227 -227
- package/esm2015/lib/CalloutLayer_combined.js +404 -404
- package/esm2015/lib/CategoryBucketCalculator_combined.js +180 -180
- package/esm2015/lib/CategoryChart.js +13 -13
- package/esm2015/lib/CategoryDateTimeXAxis_combined.js +1 -1
- package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
- package/esm2015/lib/CategoryHighlightLayer_combined.js +49 -49
- package/esm2015/lib/CategoryItemHighlightLayer_combined.js +96 -96
- package/esm2015/lib/CategoryMarkerManager.js +1 -1
- package/esm2015/lib/CategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/CategoryToolTipLayer_combined.js +64 -64
- package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
- package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
- package/esm2015/lib/ColumnSeries_combined.js +50 -50
- package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
- package/esm2015/lib/CrosshairLayer_combined.js +77 -77
- package/esm2015/lib/CustomIndicator.js +22 -22
- package/esm2015/lib/DataAbbreviator.js +2 -2
- package/esm2015/lib/DataLegendVisualData_combined.js +1 -1
- package/esm2015/lib/DataToolTipLayer_combined.js +500 -463
- package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
- package/esm2015/lib/DomainChart.js +11 -8
- package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
- package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
- package/esm2015/lib/FinalValueLayer_combined.js +63 -63
- package/esm2015/lib/FinancialChart_combined.js +20 -20
- package/esm2015/lib/FinancialEventArgs_combined.js +509 -509
- package/esm2015/lib/FinancialIndicator_combined.js +168 -168
- package/esm2015/lib/FinancialOverlay.js +28 -28
- package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
- package/esm2015/lib/FinancialPriceSeriesProxy.js +14 -14
- package/esm2015/lib/FinancialPriceSeries_combined.js +203 -203
- package/esm2015/lib/ForceIndexIndicator.js +16 -16
- package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
- package/esm2015/lib/HighDensityScatterSeries_combined.js +388 -388
- package/esm2015/lib/HorizontalAnchoredCategorySeries.js +94 -94
- package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
- package/esm2015/lib/HorizontalRangeCategorySeries.js +36 -36
- package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
- package/esm2015/lib/IndicatorProxy.js +10 -10
- package/esm2015/lib/ItemLegend_combined.js +17 -5
- package/esm2015/lib/ItemToolTipLayer_combined.js +86 -68
- package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
- package/esm2015/lib/LineSeries_combined.js +29 -29
- package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
- package/esm2015/lib/MassIndexIndicator.js +6 -6
- package/esm2015/lib/MedianPriceIndicator.js +6 -6
- package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
- package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
- package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
- package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
- package/esm2015/lib/OverlayProxy.js +7 -7
- package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
- package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
- package/esm2015/lib/PieChartViewManager_combined.js +1 -0
- package/esm2015/lib/PointSeries_combined.js +13 -13
- package/esm2015/lib/PointerTooltip_combined.js +75 -65
- package/esm2015/lib/PolarAreaSeries_combined.js +19 -19
- package/esm2015/lib/PolarBase_combined.js +334 -334
- package/esm2015/lib/PolarLineSeriesBase_combined.js +46 -46
- package/esm2015/lib/PolarLineSeries_combined.js +18 -18
- package/esm2015/lib/PolarScatterSeries_combined.js +8 -8
- package/esm2015/lib/PolarSplineAreaSeries_combined.js +20 -20
- package/esm2015/lib/PolarSplineSeries_combined.js +17 -17
- package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
- package/esm2015/lib/PriceChannelOverlay_combined.js +61 -61
- package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
- package/esm2015/lib/RadialAreaSeries_combined.js +31 -31
- package/esm2015/lib/RadialBucketCalculator_combined.js +129 -129
- package/esm2015/lib/RadialColumnSeries_combined.js +37 -37
- package/esm2015/lib/RadialLineSeries_combined.js +28 -28
- package/esm2015/lib/RadialPieSeries_combined.js +35 -35
- package/esm2015/lib/RangeAreaSeries_combined.js +16 -16
- package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +77 -77
- package/esm2015/lib/RangeColumnSeries_combined.js +22 -22
- package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
- package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
- package/esm2015/lib/ScatterAreaSeries_combined.js +110 -110
- package/esm2015/lib/ScatterBase_combined.js +380 -380
- package/esm2015/lib/ScatterContourSeries_combined.js +98 -98
- package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
- package/esm2015/lib/ScatterLineSeries.js +43 -43
- package/esm2015/lib/ScatterLineSeriesView.js +2 -2
- package/esm2015/lib/ScatterPolygonSeries_combined.js +194 -194
- package/esm2015/lib/ScatterPolylineSeries_combined.js +20 -20
- package/esm2015/lib/ScatterSeries_combined.js +11 -11
- package/esm2015/lib/ScatterSplineSeries.js +30 -30
- package/esm2015/lib/ScatterSplineSeriesView.js +2 -2
- package/esm2015/lib/ScatterTriangulationSeries.js +141 -141
- package/esm2015/lib/SeriesInteractionManager.js +24 -16
- package/esm2015/lib/SeriesRenderManager.js +8 -8
- package/esm2015/lib/SeriesViewerInteractionManager.js +5 -5
- package/esm2015/lib/SeriesViewer_combined.js +497 -467
- package/esm2015/lib/SeriesVisualDataManager.js +2 -2
- package/esm2015/lib/ShapeSeriesBase_combined.js +264 -264
- package/esm2015/lib/SizeScale.js +2 -2
- package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
- package/esm2015/lib/SplineAreaSeries_combined.js +28 -28
- package/esm2015/lib/SplineSeriesBase_combined.js +101 -101
- package/esm2015/lib/SplineSeries_combined.js +20 -20
- package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100BarBucketCalculator.js +25 -23
- package/esm2015/lib/Stacked100BarSeries_combined.js +11 -11
- package/esm2015/lib/Stacked100ColumnBucketCalculator.js +25 -23
- package/esm2015/lib/Stacked100ColumnSeries_combined.js +11 -11
- package/esm2015/lib/Stacked100DataPreparer.js +5 -5
- package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
- package/esm2015/lib/StackedLineSeries_combined.js +8 -8
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +850 -844
- package/esm2015/lib/StandardDeviationIndicator.js +15 -15
- package/esm2015/lib/StepAreaSeries_combined.js +30 -30
- package/esm2015/lib/StepLineSeries_combined.js +31 -31
- package/esm2015/lib/StochRSIIndicator.js +15 -15
- package/esm2015/lib/StrategyBasedIndicator.js +59 -59
- package/esm2015/lib/TRIXIndicator.js +16 -16
- package/esm2015/lib/TimeAxisBase.js +1 -1
- package/esm2015/lib/TimeXAxis.js +1 -1
- package/esm2015/lib/TypicalPriceIndicator.js +6 -6
- package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
- package/esm2015/lib/ValueOverlay_combined.js +96 -96
- package/esm2015/lib/VerticalAnchoredCategorySeries.js +52 -52
- package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
- package/esm2015/lib/WaterfallSeries_combined.js +88 -88
- package/esm2015/lib/WeightedCloseIndicator.js +6 -6
- package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
- package/esm2015/lib/igc-anchored-category-series-component.js +15 -15
- package/esm2015/lib/igc-anchored-radial-series-component.js +25 -25
- package/esm2015/lib/igc-annotation-layer-component.js +15 -15
- package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
- package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
- package/esm2015/lib/igc-bar-fragment-component.js +1 -1
- package/esm2015/lib/igc-bar-series-component.js +7 -7
- package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
- package/esm2015/lib/igc-bollinger-bands-overlay-component.js +6 -6
- package/esm2015/lib/igc-bubble-series-component.js +43 -43
- package/esm2015/lib/igc-callout-layer-component.js +94 -94
- package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
- package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
- package/esm2015/lib/igc-category-series-component.js +15 -15
- package/esm2015/lib/igc-category-tool-tip-layer-component.js +10 -10
- package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
- package/esm2015/lib/igc-column-fragment-component.js +7 -7
- package/esm2015/lib/igc-column-series-component.js +10 -10
- package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
- package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
- package/esm2015/lib/igc-data-legend-component.js +4 -1
- package/esm2015/lib/igc-data-tool-tip-layer-component.js +367 -360
- package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-final-value-layer-component.js +42 -42
- package/esm2015/lib/igc-financial-indicator-component.js +11 -11
- package/esm2015/lib/igc-financial-overlay-component.js +3 -3
- package/esm2015/lib/igc-financial-price-series-component.js +27 -27
- package/esm2015/lib/igc-financial-series-component.js +48 -48
- package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-fragment-base-component.js +1 -1
- package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
- package/esm2015/lib/igc-high-density-scatter-series-component.js +52 -52
- package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +4 -4
- package/esm2015/lib/igc-horizontal-range-category-series-component.js +13 -13
- package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +2 -2
- package/esm2015/lib/igc-item-legend-component.js +18 -0
- package/esm2015/lib/igc-item-tool-tip-layer-component.js +22 -15
- package/esm2015/lib/igc-marker-series-component.js +28 -28
- package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
- package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
- package/esm2015/lib/igc-polar-area-series-component.js +3 -3
- package/esm2015/lib/igc-polar-base-component.js +71 -71
- package/esm2015/lib/igc-polar-line-series-component.js +3 -3
- package/esm2015/lib/igc-polar-spline-area-series-component.js +3 -3
- package/esm2015/lib/igc-polar-spline-series-component.js +3 -3
- package/esm2015/lib/igc-price-channel-overlay-component.js +3 -3
- package/esm2015/lib/igc-radial-area-series-component.js +3 -3
- package/esm2015/lib/igc-radial-base-component.js +26 -26
- package/esm2015/lib/igc-radial-column-series-component.js +6 -6
- package/esm2015/lib/igc-radial-line-series-component.js +3 -3
- package/esm2015/lib/igc-radial-pie-series-component.js +6 -6
- package/esm2015/lib/igc-range-category-series-component.js +4 -4
- package/esm2015/lib/igc-range-column-series-component.js +7 -7
- package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
- package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-scatter-area-series-component.js +22 -22
- package/esm2015/lib/igc-scatter-base-component.js +43 -43
- package/esm2015/lib/igc-scatter-contour-series-component.js +27 -27
- package/esm2015/lib/igc-scatter-line-series-component.js +3 -3
- package/esm2015/lib/igc-scatter-polygon-series-component.js +37 -37
- package/esm2015/lib/igc-scatter-polyline-series-component.js +6 -6
- package/esm2015/lib/igc-scatter-spline-series-component.js +3 -3
- package/esm2015/lib/igc-scatter-triangulation-series-component.js +34 -34
- package/esm2015/lib/igc-series-component.js +54 -47
- package/esm2015/lib/igc-shape-series-base-component.js +40 -40
- package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-spline-fragment-base-component.js +1 -1
- package/esm2015/lib/igc-spline-series-base-component.js +6 -6
- package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-bar-series-component.js +6 -6
- package/esm2015/lib/igc-stacked-column-series-component.js +6 -6
- package/esm2015/lib/igc-stacked-series-base-component.js +10 -10
- package/esm2015/lib/igc-stacked-spline-area-series-component.js +3 -3
- package/esm2015/lib/igc-stacked-spline-series-component.js +3 -3
- package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
- package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
- package/esm2015/lib/igc-trix-indicator-component.js +3 -3
- package/esm2015/lib/igc-value-overlay-component.js +48 -48
- package/esm2015/lib/igc-vertical-anchored-category-series-component.js +4 -4
- package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
- package/esm2015/lib/igc-waterfall-series-component.js +14 -14
- package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
- package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
- package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
- package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/AnchoredCategorySeries_combined.js +116 -116
- package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +183 -183
- package/esm5/lib/AngleAxisLabelPanel_combined.js +6 -6
- package/esm5/lib/AnnotationLayerProxy.js +25 -25
- package/esm5/lib/AnnotationLayer_combined.js +115 -115
- package/esm5/lib/AreaSeries_combined.js +35 -35
- package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
- package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
- package/esm5/lib/BarSeries_combined.js +69 -69
- package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
- package/esm5/lib/BollingerBandsOverlay_combined.js +77 -77
- package/esm5/lib/BrushScale.js +7 -7
- package/esm5/lib/BubbleSeries_combined.js +230 -230
- package/esm5/lib/CalloutLayer_combined.js +405 -405
- package/esm5/lib/CategoryBucketCalculator_combined.js +180 -180
- package/esm5/lib/CategoryChart.js +13 -13
- package/esm5/lib/CategoryDateTimeXAxis_combined.js +1 -1
- package/esm5/lib/CategoryErrorBarSettings.js +5 -5
- package/esm5/lib/CategoryHighlightLayer_combined.js +48 -48
- package/esm5/lib/CategoryItemHighlightLayer_combined.js +96 -96
- package/esm5/lib/CategoryMarkerManager.js +1 -1
- package/esm5/lib/CategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/CategoryToolTipLayer_combined.js +64 -64
- package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
- package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
- package/esm5/lib/ColumnSeries_combined.js +49 -49
- package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
- package/esm5/lib/CrosshairLayer_combined.js +77 -77
- package/esm5/lib/CustomIndicator.js +22 -22
- package/esm5/lib/DataAbbreviator.js +1 -7
- package/esm5/lib/DataLegendVisualData_combined.js +1 -1
- package/esm5/lib/DataToolTipLayer_combined.js +505 -464
- package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
- package/esm5/lib/DomainChart.js +11 -8
- package/esm5/lib/EaseOfMovementIndicator.js +6 -6
- package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
- package/esm5/lib/FinalValueLayer_combined.js +63 -63
- package/esm5/lib/FinancialChart_combined.js +20 -20
- package/esm5/lib/FinancialEventArgs_combined.js +509 -509
- package/esm5/lib/FinancialIndicator_combined.js +167 -167
- package/esm5/lib/FinancialOverlay.js +28 -28
- package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
- package/esm5/lib/FinancialPriceSeriesProxy.js +14 -14
- package/esm5/lib/FinancialPriceSeries_combined.js +202 -202
- package/esm5/lib/ForceIndexIndicator.js +15 -15
- package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
- package/esm5/lib/HighDensityScatterSeries_combined.js +389 -389
- package/esm5/lib/HorizontalAnchoredCategorySeries.js +92 -92
- package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
- package/esm5/lib/HorizontalRangeCategorySeries.js +36 -36
- package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
- package/esm5/lib/IndicatorProxy.js +10 -10
- package/esm5/lib/ItemLegend_combined.js +25 -5
- package/esm5/lib/ItemToolTipLayer_combined.js +86 -68
- package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
- package/esm5/lib/LineSeries_combined.js +29 -29
- package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
- package/esm5/lib/MassIndexIndicator.js +6 -6
- package/esm5/lib/MedianPriceIndicator.js +6 -6
- package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
- package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
- package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
- package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
- package/esm5/lib/OverlayProxy.js +7 -7
- package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
- package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
- package/esm5/lib/PieChartViewManager_combined.js +1 -0
- package/esm5/lib/PointSeries_combined.js +13 -13
- package/esm5/lib/PointerTooltip_combined.js +75 -65
- package/esm5/lib/PolarAreaSeries_combined.js +19 -19
- package/esm5/lib/PolarBase_combined.js +333 -333
- package/esm5/lib/PolarLineSeriesBase_combined.js +46 -46
- package/esm5/lib/PolarLineSeries_combined.js +18 -18
- package/esm5/lib/PolarScatterSeries_combined.js +8 -8
- package/esm5/lib/PolarSplineAreaSeries_combined.js +20 -20
- package/esm5/lib/PolarSplineSeries_combined.js +17 -17
- package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
- package/esm5/lib/PriceChannelOverlay_combined.js +61 -61
- package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
- package/esm5/lib/RadialAreaSeries_combined.js +31 -31
- package/esm5/lib/RadialBucketCalculator_combined.js +129 -129
- package/esm5/lib/RadialColumnSeries_combined.js +37 -37
- package/esm5/lib/RadialLineSeries_combined.js +28 -28
- package/esm5/lib/RadialPieSeries_combined.js +35 -35
- package/esm5/lib/RangeAreaSeries_combined.js +16 -16
- package/esm5/lib/RangeCategoryBucketCalculator_combined.js +77 -77
- package/esm5/lib/RangeColumnSeries_combined.js +22 -22
- package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
- package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
- package/esm5/lib/ScatterAreaSeries_combined.js +108 -108
- package/esm5/lib/ScatterBase_combined.js +379 -379
- package/esm5/lib/ScatterContourSeries_combined.js +96 -96
- package/esm5/lib/ScatterErrorBarSettings.js +5 -5
- package/esm5/lib/ScatterLineSeries.js +43 -43
- package/esm5/lib/ScatterLineSeriesView.js +2 -2
- package/esm5/lib/ScatterPolygonSeries_combined.js +192 -192
- package/esm5/lib/ScatterPolylineSeries_combined.js +20 -20
- package/esm5/lib/ScatterSeries_combined.js +11 -11
- package/esm5/lib/ScatterSplineSeries.js +30 -30
- package/esm5/lib/ScatterSplineSeriesView.js +2 -2
- package/esm5/lib/ScatterTriangulationSeries.js +145 -145
- package/esm5/lib/SeriesInteractionManager.js +24 -16
- package/esm5/lib/SeriesRenderManager.js +8 -8
- package/esm5/lib/SeriesViewerInteractionManager.js +5 -5
- package/esm5/lib/SeriesViewer_combined.js +492 -462
- package/esm5/lib/SeriesVisualDataManager.js +2 -2
- package/esm5/lib/ShapeSeriesBase_combined.js +262 -262
- package/esm5/lib/SizeScale.js +2 -2
- package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
- package/esm5/lib/SplineAreaSeries_combined.js +28 -28
- package/esm5/lib/SplineSeriesBase_combined.js +101 -101
- package/esm5/lib/SplineSeries_combined.js +20 -20
- package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
- package/esm5/lib/Stacked100BarBucketCalculator.js +25 -23
- package/esm5/lib/Stacked100BarSeries_combined.js +11 -11
- package/esm5/lib/Stacked100ColumnBucketCalculator.js +25 -23
- package/esm5/lib/Stacked100ColumnSeries_combined.js +11 -11
- package/esm5/lib/Stacked100DataPreparer.js +5 -5
- package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
- package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
- package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
- package/esm5/lib/StackedLineSeries_combined.js +8 -8
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +849 -843
- package/esm5/lib/StandardDeviationIndicator.js +14 -14
- package/esm5/lib/StepAreaSeries_combined.js +30 -30
- package/esm5/lib/StepLineSeries_combined.js +31 -31
- package/esm5/lib/StochRSIIndicator.js +14 -14
- package/esm5/lib/StrategyBasedIndicator.js +59 -59
- package/esm5/lib/TRIXIndicator.js +15 -15
- package/esm5/lib/TimeAxisBase.js +1 -1
- package/esm5/lib/TimeXAxis.js +1 -1
- package/esm5/lib/TypicalPriceIndicator.js +6 -6
- package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
- package/esm5/lib/ValueOverlay_combined.js +96 -96
- package/esm5/lib/VerticalAnchoredCategorySeries.js +52 -52
- package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
- package/esm5/lib/WaterfallSeries_combined.js +88 -88
- package/esm5/lib/WeightedCloseIndicator.js +6 -6
- package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
- package/esm5/lib/igc-anchored-category-series-component.js +15 -15
- package/esm5/lib/igc-anchored-radial-series-component.js +25 -25
- package/esm5/lib/igc-annotation-layer-component.js +15 -15
- package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
- package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
- package/esm5/lib/igc-bar-fragment-component.js +1 -1
- package/esm5/lib/igc-bar-series-component.js +7 -7
- package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
- package/esm5/lib/igc-bollinger-bands-overlay-component.js +6 -6
- package/esm5/lib/igc-bubble-series-component.js +43 -43
- package/esm5/lib/igc-callout-layer-component.js +94 -94
- package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
- package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
- package/esm5/lib/igc-category-series-component.js +15 -15
- package/esm5/lib/igc-category-tool-tip-layer-component.js +10 -10
- package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
- package/esm5/lib/igc-column-fragment-component.js +7 -7
- package/esm5/lib/igc-column-series-component.js +10 -10
- package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
- package/esm5/lib/igc-crosshair-layer-component.js +90 -90
- package/esm5/lib/igc-data-legend-component.js +4 -1
- package/esm5/lib/igc-data-tool-tip-layer-component.js +367 -360
- package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-final-value-layer-component.js +42 -42
- package/esm5/lib/igc-financial-indicator-component.js +11 -11
- package/esm5/lib/igc-financial-overlay-component.js +3 -3
- package/esm5/lib/igc-financial-price-series-component.js +27 -27
- package/esm5/lib/igc-financial-series-component.js +48 -48
- package/esm5/lib/igc-force-index-indicator-component.js +4 -4
- package/esm5/lib/igc-fragment-base-component.js +1 -1
- package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
- package/esm5/lib/igc-high-density-scatter-series-component.js +52 -52
- package/esm5/lib/igc-horizontal-anchored-category-series-component.js +4 -4
- package/esm5/lib/igc-horizontal-range-category-series-component.js +13 -13
- package/esm5/lib/igc-horizontal-stacked-series-base-component.js +2 -2
- package/esm5/lib/igc-item-legend-component.js +26 -0
- package/esm5/lib/igc-item-tool-tip-layer-component.js +22 -15
- package/esm5/lib/igc-marker-series-component.js +28 -28
- package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
- package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
- package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
- package/esm5/lib/igc-polar-area-series-component.js +3 -3
- package/esm5/lib/igc-polar-base-component.js +71 -71
- package/esm5/lib/igc-polar-line-series-component.js +3 -3
- package/esm5/lib/igc-polar-spline-area-series-component.js +3 -3
- package/esm5/lib/igc-polar-spline-series-component.js +3 -3
- package/esm5/lib/igc-price-channel-overlay-component.js +3 -3
- package/esm5/lib/igc-radial-area-series-component.js +3 -3
- package/esm5/lib/igc-radial-base-component.js +26 -26
- package/esm5/lib/igc-radial-column-series-component.js +6 -6
- package/esm5/lib/igc-radial-line-series-component.js +3 -3
- package/esm5/lib/igc-radial-pie-series-component.js +6 -6
- package/esm5/lib/igc-range-category-series-component.js +4 -4
- package/esm5/lib/igc-range-column-series-component.js +7 -7
- package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
- package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
- package/esm5/lib/igc-scatter-area-series-component.js +22 -22
- package/esm5/lib/igc-scatter-base-component.js +43 -43
- package/esm5/lib/igc-scatter-contour-series-component.js +27 -27
- package/esm5/lib/igc-scatter-line-series-component.js +3 -3
- package/esm5/lib/igc-scatter-polygon-series-component.js +37 -37
- package/esm5/lib/igc-scatter-polyline-series-component.js +6 -6
- package/esm5/lib/igc-scatter-spline-series-component.js +3 -3
- package/esm5/lib/igc-scatter-triangulation-series-component.js +34 -34
- package/esm5/lib/igc-series-component.js +54 -47
- package/esm5/lib/igc-shape-series-base-component.js +40 -40
- package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-spline-fragment-base-component.js +1 -1
- package/esm5/lib/igc-spline-series-base-component.js +6 -6
- package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
- package/esm5/lib/igc-stacked-bar-series-component.js +6 -6
- package/esm5/lib/igc-stacked-column-series-component.js +6 -6
- package/esm5/lib/igc-stacked-series-base-component.js +10 -10
- package/esm5/lib/igc-stacked-spline-area-series-component.js +3 -3
- package/esm5/lib/igc-stacked-spline-series-component.js +3 -3
- package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
- package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
- package/esm5/lib/igc-trix-indicator-component.js +3 -3
- package/esm5/lib/igc-value-overlay-component.js +48 -48
- package/esm5/lib/igc-vertical-anchored-category-series-component.js +4 -4
- package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
- package/esm5/lib/igc-waterfall-series-component.js +14 -14
- package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-charts.js +10369 -10198
- package/fesm5/igniteui-webcomponents-charts.js +10356 -10171
- package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
- package/lib/AccumulationDistributionIndicator.d.ts +4 -4
- package/lib/AnchoredCategorySeries_combined.d.ts +34 -34
- package/lib/AnchoredRadialBucketCalculator_combined.d.ts +36 -36
- package/lib/AnnotationLayer_combined.d.ts +31 -31
- package/lib/AreaSeries_combined.d.ts +6 -6
- package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
- package/lib/AverageTrueRangeIndicator.d.ts +8 -8
- package/lib/BarSeries_combined.d.ts +10 -10
- package/lib/BollingerBandWidthIndicator.d.ts +8 -8
- package/lib/BollingerBandsOverlay_combined.d.ts +10 -10
- package/lib/BubbleSeries_combined.d.ts +38 -38
- package/lib/CalloutLayer_combined.d.ts +83 -83
- package/lib/CategoryBucketCalculator_combined.d.ts +49 -49
- package/lib/CategoryHighlightLayer_combined.d.ts +14 -14
- package/lib/CategoryItemHighlightLayer_combined.d.ts +24 -24
- package/lib/CategoryToolTipLayer_combined.d.ts +13 -13
- package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
- package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
- package/lib/ColumnSeries_combined.d.ts +10 -10
- package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
- package/lib/CrosshairLayer_combined.d.ts +37 -37
- package/lib/CustomIndicator.d.ts +8 -8
- package/lib/DataAbbreviator.d.ts +1 -1
- package/lib/DataToolTipLayer_combined.d.ts +117 -115
- package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
- package/lib/EaseOfMovementIndicator.d.ts +4 -4
- package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
- package/lib/FinalValueLayer_combined.d.ts +25 -25
- package/lib/FinancialEventArgs_combined.d.ts +90 -90
- package/lib/FinancialIndicator_combined.d.ts +26 -26
- package/lib/FinancialOverlay.d.ts +4 -4
- package/lib/FinancialPriceSeries_combined.d.ts +30 -30
- package/lib/ForceIndexIndicator.d.ts +9 -9
- package/lib/FullStochasticOscillatorIndicator.d.ts +13 -13
- package/lib/HighDensityScatterSeries_combined.d.ts +74 -74
- package/lib/HorizontalAnchoredCategorySeries.d.ts +19 -19
- package/lib/HorizontalRangeCategorySeries.d.ts +10 -10
- package/lib/ItemLegend_combined.d.ts +4 -2
- package/lib/ItemToolTipLayer_combined.d.ts +17 -15
- package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
- package/lib/LineSeries_combined.d.ts +5 -5
- package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
- package/lib/MassIndexIndicator.d.ts +4 -4
- package/lib/MedianPriceIndicator.d.ts +4 -4
- package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
- package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
- package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
- package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
- package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
- package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
- package/lib/PointSeries_combined.d.ts +4 -4
- package/lib/PointerTooltip_combined.d.ts +27 -25
- package/lib/PolarAreaSeries_combined.d.ts +7 -7
- package/lib/PolarBase_combined.d.ts +81 -81
- package/lib/PolarLineSeriesBase_combined.d.ts +18 -18
- package/lib/PolarLineSeries_combined.d.ts +7 -7
- package/lib/PolarScatterSeries_combined.d.ts +3 -3
- package/lib/PolarSplineAreaSeries_combined.d.ts +7 -7
- package/lib/PolarSplineSeries_combined.d.ts +6 -6
- package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
- package/lib/PriceChannelOverlay_combined.d.ts +8 -8
- package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
- package/lib/RadialAreaSeries_combined.d.ts +6 -6
- package/lib/RadialBucketCalculator_combined.d.ts +32 -32
- package/lib/RadialColumnSeries_combined.d.ts +5 -5
- package/lib/RadialLineSeries_combined.d.ts +6 -6
- package/lib/RadialPieSeries_combined.d.ts +6 -6
- package/lib/RangeAreaSeries_combined.d.ts +4 -4
- package/lib/RangeCategoryBucketCalculator_combined.d.ts +14 -14
- package/lib/RangeColumnSeries_combined.d.ts +5 -5
- package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
- package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
- package/lib/ScatterAreaSeries_combined.d.ts +21 -21
- package/lib/ScatterBase_combined.d.ts +80 -80
- package/lib/ScatterContourSeries_combined.d.ts +15 -15
- package/lib/ScatterLineSeries.d.ts +9 -9
- package/lib/ScatterPolygonSeries_combined.d.ts +36 -36
- package/lib/ScatterPolylineSeries_combined.d.ts +8 -8
- package/lib/ScatterSeries_combined.d.ts +3 -3
- package/lib/ScatterSplineSeries.d.ts +7 -7
- package/lib/ScatterTriangulationSeries.d.ts +29 -29
- package/lib/SeriesViewer_combined.d.ts +138 -137
- package/lib/ShapeSeriesBase_combined.d.ts +69 -69
- package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
- package/lib/SplineAreaSeries_combined.d.ts +5 -5
- package/lib/SplineSeriesBase_combined.d.ts +17 -17
- package/lib/SplineSeries_combined.d.ts +4 -4
- package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
- package/lib/Stacked100BarSeries_combined.d.ts +5 -5
- package/lib/Stacked100ColumnSeries_combined.d.ts +5 -5
- package/lib/Stacked100LineSeries_combined.d.ts +4 -4
- package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
- package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
- package/lib/StackedLineSeries_combined.d.ts +2 -2
- package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +149 -149
- package/lib/StandardDeviationIndicator.d.ts +8 -8
- package/lib/StepAreaSeries_combined.d.ts +6 -6
- package/lib/StepLineSeries_combined.d.ts +5 -5
- package/lib/StochRSIIndicator.d.ts +8 -8
- package/lib/StrategyBasedIndicator.d.ts +19 -19
- package/lib/TRIXIndicator.d.ts +8 -8
- package/lib/TypicalPriceIndicator.d.ts +4 -4
- package/lib/UltimateOscillatorIndicator.d.ts +4 -4
- package/lib/ValueOverlay_combined.d.ts +31 -31
- package/lib/VerticalAnchoredCategorySeries.d.ts +13 -13
- package/lib/WaterfallSeries_combined.d.ts +13 -13
- package/lib/WeightedCloseIndicator.d.ts +4 -4
- package/lib/WilliamsPercentRIndicator.d.ts +8 -8
- package/lib/igc-data-tool-tip-layer-component.d.ts +5 -0
- package/lib/igc-item-legend-component.d.ts +8 -0
- package/lib/igc-item-tool-tip-layer-component.d.ts +5 -0
- package/lib/igc-series-component.d.ts +5 -0
- package/package.json +2 -2
|
@@ -93,22 +93,22 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
93
93
|
* Gets or sets the Axis to target this annotation to. If null, this annotation layer will not render content.
|
|
94
94
|
*/
|
|
95
95
|
get: function () {
|
|
96
|
-
if (this.i.
|
|
96
|
+
if (this.i.rh == null) {
|
|
97
97
|
return null;
|
|
98
98
|
}
|
|
99
|
-
if (!this.i.
|
|
100
|
-
var e = IgcAxisComponent._createFromInternal(this.i.
|
|
99
|
+
if (!this.i.rh.externalObject) {
|
|
100
|
+
var e = IgcAxisComponent._createFromInternal(this.i.rh);
|
|
101
101
|
if (e) {
|
|
102
|
-
e._implementation = this.i.
|
|
102
|
+
e._implementation = this.i.rh;
|
|
103
103
|
}
|
|
104
|
-
this.i.
|
|
104
|
+
this.i.rh.externalObject = e;
|
|
105
105
|
}
|
|
106
|
-
return this.i.
|
|
106
|
+
return this.i.rh.externalObject;
|
|
107
107
|
},
|
|
108
108
|
set: function (v) {
|
|
109
109
|
if (v != null && this._stylingContainer && v._styling)
|
|
110
110
|
v._styling(this._stylingContainer, this, this);
|
|
111
|
-
v == null ? this.i.
|
|
111
|
+
v == null ? this.i.rh = null : this.i.rh = v.i;
|
|
112
112
|
},
|
|
113
113
|
enumerable: true,
|
|
114
114
|
configurable: true
|
|
@@ -118,11 +118,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
118
118
|
* Gets or sets whether to use value interpolation when drawing the tooltips.
|
|
119
119
|
*/
|
|
120
120
|
get: function () {
|
|
121
|
-
return this.i.
|
|
121
|
+
return this.i.sv;
|
|
122
122
|
},
|
|
123
123
|
set: function (v) {
|
|
124
|
-
this.i.
|
|
125
|
-
this._a("useInterpolation", this.i.
|
|
124
|
+
this.i.sv = ensureBool(v);
|
|
125
|
+
this._a("useInterpolation", this.i.sv);
|
|
126
126
|
},
|
|
127
127
|
enumerable: true,
|
|
128
128
|
configurable: true
|
|
@@ -132,11 +132,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
132
132
|
* Gets or sets the grouping mode to apply to use for the tooltip layer.
|
|
133
133
|
*/
|
|
134
134
|
get: function () {
|
|
135
|
-
return this.i.
|
|
135
|
+
return this.i.rz;
|
|
136
136
|
},
|
|
137
137
|
set: function (v) {
|
|
138
|
-
this.i.
|
|
139
|
-
this._a("groupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.
|
|
138
|
+
this.i.rz = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
|
|
139
|
+
this._a("groupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.rz));
|
|
140
140
|
},
|
|
141
141
|
enumerable: true,
|
|
142
142
|
configurable: true
|
|
@@ -146,11 +146,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
146
146
|
* Gets the actual resolved tooltip layer grouping mode.
|
|
147
147
|
*/
|
|
148
148
|
get: function () {
|
|
149
|
-
return this.i.
|
|
149
|
+
return this.i.ry;
|
|
150
150
|
},
|
|
151
151
|
set: function (v) {
|
|
152
|
-
this.i.
|
|
153
|
-
this._a("actualGroupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.
|
|
152
|
+
this.i.ry = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
|
|
153
|
+
this._a("actualGroupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.ry));
|
|
154
154
|
},
|
|
155
155
|
enumerable: true,
|
|
156
156
|
configurable: true
|
|
@@ -160,11 +160,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
160
160
|
* Gets or sets the offset of the tooltip layer on the X axis.
|
|
161
161
|
*/
|
|
162
162
|
get: function () {
|
|
163
|
-
return this.i.
|
|
163
|
+
return this.i.s4;
|
|
164
164
|
},
|
|
165
165
|
set: function (v) {
|
|
166
|
-
this.i.
|
|
167
|
-
this._a("positionOffsetX", this.i.
|
|
166
|
+
this.i.s4 = +v;
|
|
167
|
+
this._a("positionOffsetX", this.i.s4);
|
|
168
168
|
},
|
|
169
169
|
enumerable: true,
|
|
170
170
|
configurable: true
|
|
@@ -174,11 +174,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
174
174
|
* Gets or sets the offset of the tooltip layer on the Y axis.
|
|
175
175
|
*/
|
|
176
176
|
get: function () {
|
|
177
|
-
return this.i.
|
|
177
|
+
return this.i.s5;
|
|
178
178
|
},
|
|
179
179
|
set: function (v) {
|
|
180
|
-
this.i.
|
|
181
|
-
this._a("positionOffsetY", this.i.
|
|
180
|
+
this.i.s5 = +v;
|
|
181
|
+
this._a("positionOffsetY", this.i.s5);
|
|
182
182
|
},
|
|
183
183
|
enumerable: true,
|
|
184
184
|
configurable: true
|
|
@@ -188,11 +188,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
188
188
|
* Gets or sets the default offset of the tooltip layer on the X axis.
|
|
189
189
|
*/
|
|
190
190
|
get: function () {
|
|
191
|
-
return this.i.
|
|
191
|
+
return this.i.s2;
|
|
192
192
|
},
|
|
193
193
|
set: function (v) {
|
|
194
|
-
this.i.
|
|
195
|
-
this._a("defaultPositionOffsetX", this.i.
|
|
194
|
+
this.i.s2 = +v;
|
|
195
|
+
this._a("defaultPositionOffsetX", this.i.s2);
|
|
196
196
|
},
|
|
197
197
|
enumerable: true,
|
|
198
198
|
configurable: true
|
|
@@ -202,11 +202,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
202
202
|
* Gets or sets the default offset of the tooltip layer on the Y axis.
|
|
203
203
|
*/
|
|
204
204
|
get: function () {
|
|
205
|
-
return this.i.
|
|
205
|
+
return this.i.s3;
|
|
206
206
|
},
|
|
207
207
|
set: function (v) {
|
|
208
|
-
this.i.
|
|
209
|
-
this._a("defaultPositionOffsetY", this.i.
|
|
208
|
+
this.i.s3 = +v;
|
|
209
|
+
this._a("defaultPositionOffsetY", this.i.s3);
|
|
210
210
|
},
|
|
211
211
|
enumerable: true,
|
|
212
212
|
configurable: true
|
|
@@ -216,11 +216,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
216
216
|
* Gets or sets the tooltip position mode on the X axis for grouped series.
|
|
217
217
|
*/
|
|
218
218
|
get: function () {
|
|
219
|
-
return this.i.
|
|
219
|
+
return this.i.rr;
|
|
220
220
|
},
|
|
221
221
|
set: function (v) {
|
|
222
|
-
this.i.
|
|
223
|
-
this._a("groupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.
|
|
222
|
+
this.i.rr = ensureEnum(DataTooltipGroupedPositionX_$type, v);
|
|
223
|
+
this._a("groupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.rr));
|
|
224
224
|
},
|
|
225
225
|
enumerable: true,
|
|
226
226
|
configurable: true
|
|
@@ -230,11 +230,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
230
230
|
* Gets the actual resolved tooltip position mode on the X axis for grouped series.
|
|
231
231
|
*/
|
|
232
232
|
get: function () {
|
|
233
|
-
return this.i.
|
|
233
|
+
return this.i.rq;
|
|
234
234
|
},
|
|
235
235
|
set: function (v) {
|
|
236
|
-
this.i.
|
|
237
|
-
this._a("actualGroupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.
|
|
236
|
+
this.i.rq = ensureEnum(DataTooltipGroupedPositionX_$type, v);
|
|
237
|
+
this._a("actualGroupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.rq));
|
|
238
238
|
},
|
|
239
239
|
enumerable: true,
|
|
240
240
|
configurable: true
|
|
@@ -244,11 +244,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
244
244
|
* Gets or sets the tooltip position mode on the Y axis for grouped series.
|
|
245
245
|
*/
|
|
246
246
|
get: function () {
|
|
247
|
-
return this.i.
|
|
247
|
+
return this.i.rv;
|
|
248
248
|
},
|
|
249
249
|
set: function (v) {
|
|
250
|
-
this.i.
|
|
251
|
-
this._a("groupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.
|
|
250
|
+
this.i.rv = ensureEnum(DataTooltipGroupedPositionY_$type, v);
|
|
251
|
+
this._a("groupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.rv));
|
|
252
252
|
},
|
|
253
253
|
enumerable: true,
|
|
254
254
|
configurable: true
|
|
@@ -258,11 +258,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
258
258
|
* Gets the actual resolved tooltip position mode on the Y axis for grouped series.
|
|
259
259
|
*/
|
|
260
260
|
get: function () {
|
|
261
|
-
return this.i.
|
|
261
|
+
return this.i.ru;
|
|
262
262
|
},
|
|
263
263
|
set: function (v) {
|
|
264
|
-
this.i.
|
|
265
|
-
this._a("actualGroupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.
|
|
264
|
+
this.i.ru = ensureEnum(DataTooltipGroupedPositionY_$type, v);
|
|
265
|
+
this._a("actualGroupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.ru));
|
|
266
266
|
},
|
|
267
267
|
enumerable: true,
|
|
268
268
|
configurable: true
|
|
@@ -272,11 +272,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
272
272
|
* Gets or sets whether the data legend should update when the series data is mutated.
|
|
273
273
|
*/
|
|
274
274
|
get: function () {
|
|
275
|
-
return this.i.
|
|
275
|
+
return this.i.su;
|
|
276
276
|
},
|
|
277
277
|
set: function (v) {
|
|
278
|
-
this.i.
|
|
279
|
-
this._a("shouldUpdateWhenSeriesDataChanges", this.i.
|
|
278
|
+
this.i.su = ensureBool(v);
|
|
279
|
+
this._a("shouldUpdateWhenSeriesDataChanges", this.i.su);
|
|
280
280
|
},
|
|
281
281
|
enumerable: true,
|
|
282
282
|
configurable: true
|
|
@@ -286,14 +286,14 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
286
286
|
* Gets or sets indexes or names of series to include in displaying in the data legend, e.g. "0, 1"
|
|
287
287
|
*/
|
|
288
288
|
get: function () {
|
|
289
|
-
return this.i.
|
|
289
|
+
return this.i.re;
|
|
290
290
|
},
|
|
291
291
|
set: function (v) {
|
|
292
292
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
293
293
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
294
294
|
v = v.split(re);
|
|
295
295
|
}
|
|
296
|
-
this.i.
|
|
296
|
+
this.i.re = v;
|
|
297
297
|
},
|
|
298
298
|
enumerable: true,
|
|
299
299
|
configurable: true
|
|
@@ -304,14 +304,14 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
304
304
|
* The ExcludedSeries property takes precedences over values of IncludedSeries property
|
|
305
305
|
*/
|
|
306
306
|
get: function () {
|
|
307
|
-
return this.i.
|
|
307
|
+
return this.i.q9;
|
|
308
308
|
},
|
|
309
309
|
set: function (v) {
|
|
310
310
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
311
311
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
312
312
|
v = v.split(re);
|
|
313
313
|
}
|
|
314
|
-
this.i.
|
|
314
|
+
this.i.q9 = v;
|
|
315
315
|
},
|
|
316
316
|
enumerable: true,
|
|
317
317
|
configurable: true
|
|
@@ -322,14 +322,14 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
322
322
|
* The ExcludedColumns property takes precedences over values of IncludedColumns property
|
|
323
323
|
*/
|
|
324
324
|
get: function () {
|
|
325
|
-
return this.i.
|
|
325
|
+
return this.i.rd;
|
|
326
326
|
},
|
|
327
327
|
set: function (v) {
|
|
328
328
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
329
329
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
330
330
|
v = v.split(re);
|
|
331
331
|
}
|
|
332
|
-
this.i.
|
|
332
|
+
this.i.rd = v;
|
|
333
333
|
},
|
|
334
334
|
enumerable: true,
|
|
335
335
|
configurable: true
|
|
@@ -340,14 +340,14 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
340
340
|
* The ExcludedColumns property takes precedences over values of IncludedColumns property
|
|
341
341
|
*/
|
|
342
342
|
get: function () {
|
|
343
|
-
return this.i.
|
|
343
|
+
return this.i.q8;
|
|
344
344
|
},
|
|
345
345
|
set: function (v) {
|
|
346
346
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
347
347
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
348
348
|
v = v.split(re);
|
|
349
349
|
}
|
|
350
|
-
this.i.
|
|
350
|
+
this.i.q8 = v;
|
|
351
351
|
},
|
|
352
352
|
enumerable: true,
|
|
353
353
|
configurable: true
|
|
@@ -358,11 +358,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
358
358
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
359
359
|
*/
|
|
360
360
|
get: function () {
|
|
361
|
-
return this.i.
|
|
361
|
+
return this.i.ri;
|
|
362
362
|
},
|
|
363
363
|
set: function (v) {
|
|
364
|
-
this.i.
|
|
365
|
-
this._a("valueFormatAbbreviation", enumToString(DataAbbreviationMode_$type, this.i.
|
|
364
|
+
this.i.ri = ensureEnum(DataAbbreviationMode_$type, v);
|
|
365
|
+
this._a("valueFormatAbbreviation", enumToString(DataAbbreviationMode_$type, this.i.ri));
|
|
366
366
|
},
|
|
367
367
|
enumerable: true,
|
|
368
368
|
configurable: true
|
|
@@ -373,11 +373,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
373
373
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
374
374
|
*/
|
|
375
375
|
get: function () {
|
|
376
|
-
return this.i.
|
|
376
|
+
return this.i.t4;
|
|
377
377
|
},
|
|
378
378
|
set: function (v) {
|
|
379
|
-
this.i.
|
|
380
|
-
this._a("valueFormatMaxFractions", this.i.
|
|
379
|
+
this.i.t4 = +v;
|
|
380
|
+
this._a("valueFormatMaxFractions", this.i.t4);
|
|
381
381
|
},
|
|
382
382
|
enumerable: true,
|
|
383
383
|
configurable: true
|
|
@@ -388,11 +388,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
388
388
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
389
389
|
*/
|
|
390
390
|
get: function () {
|
|
391
|
-
return this.i.
|
|
391
|
+
return this.i.t5;
|
|
392
392
|
},
|
|
393
393
|
set: function (v) {
|
|
394
|
-
this.i.
|
|
395
|
-
this._a("valueFormatMinFractions", this.i.
|
|
394
|
+
this.i.t5 = +v;
|
|
395
|
+
this._a("valueFormatMinFractions", this.i.t5);
|
|
396
396
|
},
|
|
397
397
|
enumerable: true,
|
|
398
398
|
configurable: true
|
|
@@ -402,11 +402,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
402
402
|
* Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)
|
|
403
403
|
*/
|
|
404
404
|
get: function () {
|
|
405
|
-
return this.i.
|
|
405
|
+
return this.i.ro;
|
|
406
406
|
},
|
|
407
407
|
set: function (v) {
|
|
408
|
-
this.i.
|
|
409
|
-
this._a("valueFormatMode", enumToString(DataLegendValueMode_$type, this.i.
|
|
408
|
+
this.i.ro = ensureEnum(DataLegendValueMode_$type, v);
|
|
409
|
+
this._a("valueFormatMode", enumToString(DataLegendValueMode_$type, this.i.ro));
|
|
410
410
|
},
|
|
411
411
|
enumerable: true,
|
|
412
412
|
configurable: true
|
|
@@ -417,10 +417,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
417
417
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
418
418
|
*/
|
|
419
419
|
get: function () {
|
|
420
|
-
return this.i.
|
|
420
|
+
return this.i.vz;
|
|
421
421
|
},
|
|
422
422
|
set: function (v) {
|
|
423
|
-
this.i.
|
|
423
|
+
this.i.vz = v;
|
|
424
424
|
},
|
|
425
425
|
enumerable: true,
|
|
426
426
|
configurable: true
|
|
@@ -431,11 +431,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
431
431
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
432
432
|
*/
|
|
433
433
|
get: function () {
|
|
434
|
-
return this.i.
|
|
434
|
+
return this.i.sw;
|
|
435
435
|
},
|
|
436
436
|
set: function (v) {
|
|
437
|
-
this.i.
|
|
438
|
-
this._a("valueFormatUseGrouping", this.i.
|
|
437
|
+
this.i.sw = ensureBool(v);
|
|
438
|
+
this._a("valueFormatUseGrouping", this.i.sw);
|
|
439
439
|
},
|
|
440
440
|
enumerable: true,
|
|
441
441
|
configurable: true
|
|
@@ -445,10 +445,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
445
445
|
* Gets or sets the format string for values displayed in the data legend.
|
|
446
446
|
*/
|
|
447
447
|
get: function () {
|
|
448
|
-
return this.i.
|
|
448
|
+
return this.i.v5;
|
|
449
449
|
},
|
|
450
450
|
set: function (v) {
|
|
451
|
-
this.i.
|
|
451
|
+
this.i.v5 = v;
|
|
452
452
|
},
|
|
453
453
|
enumerable: true,
|
|
454
454
|
configurable: true
|
|
@@ -458,86 +458,86 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
458
458
|
* Gets or sets the format specifiers to use with the ValueFormatString string.
|
|
459
459
|
*/
|
|
460
460
|
get: function () {
|
|
461
|
-
return this.i.
|
|
461
|
+
return this.i.rf;
|
|
462
462
|
},
|
|
463
463
|
set: function (v) {
|
|
464
464
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
465
465
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
466
466
|
v = v.split(re);
|
|
467
467
|
}
|
|
468
|
-
this.i.
|
|
468
|
+
this.i.rf = v;
|
|
469
469
|
},
|
|
470
470
|
enumerable: true,
|
|
471
471
|
configurable: true
|
|
472
472
|
});
|
|
473
473
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueRowMarginBottom", {
|
|
474
474
|
get: function () {
|
|
475
|
-
return this.i.
|
|
475
|
+
return this.i.yw ? this.i.yw.bottom : NaN;
|
|
476
476
|
},
|
|
477
477
|
set: function (v) {
|
|
478
478
|
this.ensureValueRowMargin();
|
|
479
|
-
this.i.
|
|
480
|
-
this._a("valueRowMarginBottom", this.i.
|
|
481
|
-
this.i.
|
|
479
|
+
this.i.yw.bottom = +v;
|
|
480
|
+
this._a("valueRowMarginBottom", this.i.yw.bottom);
|
|
481
|
+
this.i.yw = this.i.yw;
|
|
482
482
|
},
|
|
483
483
|
enumerable: true,
|
|
484
484
|
configurable: true
|
|
485
485
|
});
|
|
486
486
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueRowMarginLeft", {
|
|
487
487
|
get: function () {
|
|
488
|
-
return this.i.
|
|
488
|
+
return this.i.yw ? this.i.yw.left : NaN;
|
|
489
489
|
},
|
|
490
490
|
set: function (v) {
|
|
491
491
|
this.ensureValueRowMargin();
|
|
492
|
-
this.i.
|
|
493
|
-
this._a("valueRowMarginLeft", this.i.
|
|
494
|
-
this.i.
|
|
492
|
+
this.i.yw.left = +v;
|
|
493
|
+
this._a("valueRowMarginLeft", this.i.yw.left);
|
|
494
|
+
this.i.yw = this.i.yw;
|
|
495
495
|
},
|
|
496
496
|
enumerable: true,
|
|
497
497
|
configurable: true
|
|
498
498
|
});
|
|
499
499
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueRowMarginRight", {
|
|
500
500
|
get: function () {
|
|
501
|
-
return this.i.
|
|
501
|
+
return this.i.yw ? this.i.yw.right : NaN;
|
|
502
502
|
},
|
|
503
503
|
set: function (v) {
|
|
504
504
|
this.ensureValueRowMargin();
|
|
505
|
-
this.i.
|
|
506
|
-
this._a("valueRowMarginRight", this.i.
|
|
507
|
-
this.i.
|
|
505
|
+
this.i.yw.right = +v;
|
|
506
|
+
this._a("valueRowMarginRight", this.i.yw.right);
|
|
507
|
+
this.i.yw = this.i.yw;
|
|
508
508
|
},
|
|
509
509
|
enumerable: true,
|
|
510
510
|
configurable: true
|
|
511
511
|
});
|
|
512
512
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueRowMarginTop", {
|
|
513
513
|
get: function () {
|
|
514
|
-
return this.i.
|
|
514
|
+
return this.i.yw ? this.i.yw.top : NaN;
|
|
515
515
|
},
|
|
516
516
|
set: function (v) {
|
|
517
517
|
this.ensureValueRowMargin();
|
|
518
|
-
this.i.
|
|
519
|
-
this._a("valueRowMarginTop", this.i.
|
|
520
|
-
this.i.
|
|
518
|
+
this.i.yw.top = +v;
|
|
519
|
+
this._a("valueRowMarginTop", this.i.yw.top);
|
|
520
|
+
this.i.yw = this.i.yw;
|
|
521
521
|
},
|
|
522
522
|
enumerable: true,
|
|
523
523
|
configurable: true
|
|
524
524
|
});
|
|
525
525
|
IgcDataToolTipLayerComponent.prototype.ensureValueRowMargin = function () {
|
|
526
|
-
if (this.i.
|
|
526
|
+
if (this.i.yw) {
|
|
527
527
|
return;
|
|
528
528
|
}
|
|
529
|
-
this.i.
|
|
529
|
+
this.i.yw = new Thickness(2);
|
|
530
530
|
};
|
|
531
531
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueRowVisible", {
|
|
532
532
|
/**
|
|
533
533
|
* Gets or sets whether to show series rows.
|
|
534
534
|
*/
|
|
535
535
|
get: function () {
|
|
536
|
-
return this.i.
|
|
536
|
+
return this.i.sx;
|
|
537
537
|
},
|
|
538
538
|
set: function (v) {
|
|
539
|
-
this.i.
|
|
540
|
-
this._a("valueRowVisible", this.i.
|
|
539
|
+
this.i.sx = ensureBool(v);
|
|
540
|
+
this._a("valueRowVisible", this.i.sx);
|
|
541
541
|
},
|
|
542
542
|
enumerable: true,
|
|
543
543
|
configurable: true
|
|
@@ -547,10 +547,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
547
547
|
* Gets or sets text displayed when data column is missing a value, e.g. "no data"
|
|
548
548
|
*/
|
|
549
549
|
get: function () {
|
|
550
|
-
return this.i.
|
|
550
|
+
return this.i.we;
|
|
551
551
|
},
|
|
552
552
|
set: function (v) {
|
|
553
|
-
this.i.
|
|
553
|
+
this.i.we = v;
|
|
554
554
|
},
|
|
555
555
|
enumerable: true,
|
|
556
556
|
configurable: true
|
|
@@ -560,83 +560,83 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
560
560
|
* Gets or sets whether to use series colors when displaying values in the legend
|
|
561
561
|
*/
|
|
562
562
|
get: function () {
|
|
563
|
-
return this.i.
|
|
563
|
+
return this.i.sy;
|
|
564
564
|
},
|
|
565
565
|
set: function (v) {
|
|
566
|
-
this.i.
|
|
567
|
-
this._a("valueTextUseSeriesColors", this.i.
|
|
566
|
+
this.i.sy = ensureBool(v);
|
|
567
|
+
this._a("valueTextUseSeriesColors", this.i.sy);
|
|
568
568
|
},
|
|
569
569
|
enumerable: true,
|
|
570
570
|
configurable: true
|
|
571
571
|
});
|
|
572
572
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueTextMarginBottom", {
|
|
573
573
|
get: function () {
|
|
574
|
-
return this.i.
|
|
574
|
+
return this.i.yx ? this.i.yx.bottom : NaN;
|
|
575
575
|
},
|
|
576
576
|
set: function (v) {
|
|
577
577
|
this.ensureValueTextMargin();
|
|
578
|
-
this.i.
|
|
579
|
-
this._a("valueTextMarginBottom", this.i.
|
|
580
|
-
this.i.
|
|
578
|
+
this.i.yx.bottom = +v;
|
|
579
|
+
this._a("valueTextMarginBottom", this.i.yx.bottom);
|
|
580
|
+
this.i.yx = this.i.yx;
|
|
581
581
|
},
|
|
582
582
|
enumerable: true,
|
|
583
583
|
configurable: true
|
|
584
584
|
});
|
|
585
585
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueTextMarginLeft", {
|
|
586
586
|
get: function () {
|
|
587
|
-
return this.i.
|
|
587
|
+
return this.i.yx ? this.i.yx.left : NaN;
|
|
588
588
|
},
|
|
589
589
|
set: function (v) {
|
|
590
590
|
this.ensureValueTextMargin();
|
|
591
|
-
this.i.
|
|
592
|
-
this._a("valueTextMarginLeft", this.i.
|
|
593
|
-
this.i.
|
|
591
|
+
this.i.yx.left = +v;
|
|
592
|
+
this._a("valueTextMarginLeft", this.i.yx.left);
|
|
593
|
+
this.i.yx = this.i.yx;
|
|
594
594
|
},
|
|
595
595
|
enumerable: true,
|
|
596
596
|
configurable: true
|
|
597
597
|
});
|
|
598
598
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueTextMarginRight", {
|
|
599
599
|
get: function () {
|
|
600
|
-
return this.i.
|
|
600
|
+
return this.i.yx ? this.i.yx.right : NaN;
|
|
601
601
|
},
|
|
602
602
|
set: function (v) {
|
|
603
603
|
this.ensureValueTextMargin();
|
|
604
|
-
this.i.
|
|
605
|
-
this._a("valueTextMarginRight", this.i.
|
|
606
|
-
this.i.
|
|
604
|
+
this.i.yx.right = +v;
|
|
605
|
+
this._a("valueTextMarginRight", this.i.yx.right);
|
|
606
|
+
this.i.yx = this.i.yx;
|
|
607
607
|
},
|
|
608
608
|
enumerable: true,
|
|
609
609
|
configurable: true
|
|
610
610
|
});
|
|
611
611
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueTextMarginTop", {
|
|
612
612
|
get: function () {
|
|
613
|
-
return this.i.
|
|
613
|
+
return this.i.yx ? this.i.yx.top : NaN;
|
|
614
614
|
},
|
|
615
615
|
set: function (v) {
|
|
616
616
|
this.ensureValueTextMargin();
|
|
617
|
-
this.i.
|
|
618
|
-
this._a("valueTextMarginTop", this.i.
|
|
619
|
-
this.i.
|
|
617
|
+
this.i.yx.top = +v;
|
|
618
|
+
this._a("valueTextMarginTop", this.i.yx.top);
|
|
619
|
+
this.i.yx = this.i.yx;
|
|
620
620
|
},
|
|
621
621
|
enumerable: true,
|
|
622
622
|
configurable: true
|
|
623
623
|
});
|
|
624
624
|
IgcDataToolTipLayerComponent.prototype.ensureValueTextMargin = function () {
|
|
625
|
-
if (this.i.
|
|
625
|
+
if (this.i.yx) {
|
|
626
626
|
return;
|
|
627
627
|
}
|
|
628
|
-
this.i.
|
|
628
|
+
this.i.yx = new Thickness(2);
|
|
629
629
|
};
|
|
630
630
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueTextColor", {
|
|
631
631
|
/**
|
|
632
632
|
* Gets or sets the units text color.
|
|
633
633
|
*/
|
|
634
634
|
get: function () {
|
|
635
|
-
return brushToString(this.i.
|
|
635
|
+
return brushToString(this.i.yh);
|
|
636
636
|
},
|
|
637
637
|
set: function (v) {
|
|
638
|
-
this.i.
|
|
639
|
-
this._a("valueTextColor", brushToString(this.i.
|
|
638
|
+
this.i.yh = stringToBrush(v);
|
|
639
|
+
this._a("valueTextColor", brushToString(this.i.yh));
|
|
640
640
|
},
|
|
641
641
|
enumerable: true,
|
|
642
642
|
configurable: true
|
|
@@ -646,16 +646,16 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
646
646
|
* Gets or Sets the style to use for the units text.
|
|
647
647
|
*/
|
|
648
648
|
get: function () {
|
|
649
|
-
if (this.i.
|
|
649
|
+
if (this.i.sl == null) {
|
|
650
650
|
return null;
|
|
651
651
|
}
|
|
652
|
-
return this.i.
|
|
652
|
+
return this.i.sl.fontString;
|
|
653
653
|
},
|
|
654
654
|
set: function (v) {
|
|
655
655
|
var fi = new FontInfo();
|
|
656
656
|
fi.fontString = v;
|
|
657
|
-
this.i.
|
|
658
|
-
this._a("valueTextStyle", this.i.
|
|
657
|
+
this.i.sl = fi;
|
|
658
|
+
this._a("valueTextStyle", this.i.sl != null ? this.i.sl.fontString : "");
|
|
659
659
|
},
|
|
660
660
|
enumerable: true,
|
|
661
661
|
configurable: true
|
|
@@ -665,10 +665,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
665
665
|
* Gets or sets the format string for header text displayed in the data legend.
|
|
666
666
|
*/
|
|
667
667
|
get: function () {
|
|
668
|
-
return this.i.
|
|
668
|
+
return this.i.un;
|
|
669
669
|
},
|
|
670
670
|
set: function (v) {
|
|
671
|
-
this.i.
|
|
671
|
+
this.i.un = v;
|
|
672
672
|
},
|
|
673
673
|
enumerable: true,
|
|
674
674
|
configurable: true
|
|
@@ -678,14 +678,14 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
678
678
|
* Gets or sets the format specifiers to use with the HeaderFormatString string.
|
|
679
679
|
*/
|
|
680
680
|
get: function () {
|
|
681
|
-
return this.i.
|
|
681
|
+
return this.i.rc;
|
|
682
682
|
},
|
|
683
683
|
set: function (v) {
|
|
684
684
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
685
685
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
686
686
|
v = v.split(re);
|
|
687
687
|
}
|
|
688
|
-
this.i.
|
|
688
|
+
this.i.rc = v;
|
|
689
689
|
},
|
|
690
690
|
enumerable: true,
|
|
691
691
|
configurable: true
|
|
@@ -696,10 +696,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
696
696
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
697
697
|
*/
|
|
698
698
|
get: function () {
|
|
699
|
-
return this.i.
|
|
699
|
+
return this.i.uj;
|
|
700
700
|
},
|
|
701
701
|
set: function (v) {
|
|
702
|
-
this.i.
|
|
702
|
+
this.i.uj = v;
|
|
703
703
|
},
|
|
704
704
|
enumerable: true,
|
|
705
705
|
configurable: true
|
|
@@ -710,11 +710,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
710
710
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
711
711
|
*/
|
|
712
712
|
get: function () {
|
|
713
|
-
return this.i.
|
|
713
|
+
return this.i.rj;
|
|
714
714
|
},
|
|
715
715
|
set: function (v) {
|
|
716
|
-
this.i.
|
|
717
|
-
this._a("headerFormatDate", enumToString(DataLegendHeaderDateMode_$type, this.i.
|
|
716
|
+
this.i.rj = ensureEnum(DataLegendHeaderDateMode_$type, v);
|
|
717
|
+
this._a("headerFormatDate", enumToString(DataLegendHeaderDateMode_$type, this.i.rj));
|
|
718
718
|
},
|
|
719
719
|
enumerable: true,
|
|
720
720
|
configurable: true
|
|
@@ -725,11 +725,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
725
725
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
726
726
|
*/
|
|
727
727
|
get: function () {
|
|
728
|
-
return this.i.
|
|
728
|
+
return this.i.rk;
|
|
729
729
|
},
|
|
730
730
|
set: function (v) {
|
|
731
|
-
this.i.
|
|
732
|
-
this._a("headerFormatTime", enumToString(DataLegendHeaderTimeMode_$type, this.i.
|
|
731
|
+
this.i.rk = ensureEnum(DataLegendHeaderTimeMode_$type, v);
|
|
732
|
+
this._a("headerFormatTime", enumToString(DataLegendHeaderTimeMode_$type, this.i.rk));
|
|
733
733
|
},
|
|
734
734
|
enumerable: true,
|
|
735
735
|
configurable: true
|
|
@@ -739,10 +739,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
739
739
|
* Gets or sets the HeaderText for the data legend.
|
|
740
740
|
*/
|
|
741
741
|
get: function () {
|
|
742
|
-
return this.i.
|
|
742
|
+
return this.i.us;
|
|
743
743
|
},
|
|
744
744
|
set: function (v) {
|
|
745
|
-
this.i.
|
|
745
|
+
this.i.us = v;
|
|
746
746
|
},
|
|
747
747
|
enumerable: true,
|
|
748
748
|
configurable: true
|
|
@@ -752,141 +752,141 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
752
752
|
* Gets or sets the header text color.
|
|
753
753
|
*/
|
|
754
754
|
get: function () {
|
|
755
|
-
return brushToString(this.i.
|
|
755
|
+
return brushToString(this.i.x9);
|
|
756
756
|
},
|
|
757
757
|
set: function (v) {
|
|
758
|
-
this.i.
|
|
759
|
-
this._a("headerTextColor", brushToString(this.i.
|
|
758
|
+
this.i.x9 = stringToBrush(v);
|
|
759
|
+
this._a("headerTextColor", brushToString(this.i.x9));
|
|
760
760
|
},
|
|
761
761
|
enumerable: true,
|
|
762
762
|
configurable: true
|
|
763
763
|
});
|
|
764
764
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerTextMarginBottom", {
|
|
765
765
|
get: function () {
|
|
766
|
-
return this.i.
|
|
766
|
+
return this.i.yq ? this.i.yq.bottom : NaN;
|
|
767
767
|
},
|
|
768
768
|
set: function (v) {
|
|
769
769
|
this.ensureHeaderTextMargin();
|
|
770
|
-
this.i.
|
|
771
|
-
this._a("headerTextMarginBottom", this.i.
|
|
772
|
-
this.i.
|
|
770
|
+
this.i.yq.bottom = +v;
|
|
771
|
+
this._a("headerTextMarginBottom", this.i.yq.bottom);
|
|
772
|
+
this.i.yq = this.i.yq;
|
|
773
773
|
},
|
|
774
774
|
enumerable: true,
|
|
775
775
|
configurable: true
|
|
776
776
|
});
|
|
777
777
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerTextMarginLeft", {
|
|
778
778
|
get: function () {
|
|
779
|
-
return this.i.
|
|
779
|
+
return this.i.yq ? this.i.yq.left : NaN;
|
|
780
780
|
},
|
|
781
781
|
set: function (v) {
|
|
782
782
|
this.ensureHeaderTextMargin();
|
|
783
|
-
this.i.
|
|
784
|
-
this._a("headerTextMarginLeft", this.i.
|
|
785
|
-
this.i.
|
|
783
|
+
this.i.yq.left = +v;
|
|
784
|
+
this._a("headerTextMarginLeft", this.i.yq.left);
|
|
785
|
+
this.i.yq = this.i.yq;
|
|
786
786
|
},
|
|
787
787
|
enumerable: true,
|
|
788
788
|
configurable: true
|
|
789
789
|
});
|
|
790
790
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerTextMarginRight", {
|
|
791
791
|
get: function () {
|
|
792
|
-
return this.i.
|
|
792
|
+
return this.i.yq ? this.i.yq.right : NaN;
|
|
793
793
|
},
|
|
794
794
|
set: function (v) {
|
|
795
795
|
this.ensureHeaderTextMargin();
|
|
796
|
-
this.i.
|
|
797
|
-
this._a("headerTextMarginRight", this.i.
|
|
798
|
-
this.i.
|
|
796
|
+
this.i.yq.right = +v;
|
|
797
|
+
this._a("headerTextMarginRight", this.i.yq.right);
|
|
798
|
+
this.i.yq = this.i.yq;
|
|
799
799
|
},
|
|
800
800
|
enumerable: true,
|
|
801
801
|
configurable: true
|
|
802
802
|
});
|
|
803
803
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerTextMarginTop", {
|
|
804
804
|
get: function () {
|
|
805
|
-
return this.i.
|
|
805
|
+
return this.i.yq ? this.i.yq.top : NaN;
|
|
806
806
|
},
|
|
807
807
|
set: function (v) {
|
|
808
808
|
this.ensureHeaderTextMargin();
|
|
809
|
-
this.i.
|
|
810
|
-
this._a("headerTextMarginTop", this.i.
|
|
811
|
-
this.i.
|
|
809
|
+
this.i.yq.top = +v;
|
|
810
|
+
this._a("headerTextMarginTop", this.i.yq.top);
|
|
811
|
+
this.i.yq = this.i.yq;
|
|
812
812
|
},
|
|
813
813
|
enumerable: true,
|
|
814
814
|
configurable: true
|
|
815
815
|
});
|
|
816
816
|
IgcDataToolTipLayerComponent.prototype.ensureHeaderTextMargin = function () {
|
|
817
|
-
if (this.i.
|
|
817
|
+
if (this.i.yq) {
|
|
818
818
|
return;
|
|
819
819
|
}
|
|
820
|
-
this.i.
|
|
820
|
+
this.i.yq = new Thickness(2);
|
|
821
821
|
};
|
|
822
822
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerRowMarginBottom", {
|
|
823
823
|
get: function () {
|
|
824
|
-
return this.i.
|
|
824
|
+
return this.i.yp ? this.i.yp.bottom : NaN;
|
|
825
825
|
},
|
|
826
826
|
set: function (v) {
|
|
827
827
|
this.ensureHeaderRowMargin();
|
|
828
|
-
this.i.
|
|
829
|
-
this._a("headerRowMarginBottom", this.i.
|
|
830
|
-
this.i.
|
|
828
|
+
this.i.yp.bottom = +v;
|
|
829
|
+
this._a("headerRowMarginBottom", this.i.yp.bottom);
|
|
830
|
+
this.i.yp = this.i.yp;
|
|
831
831
|
},
|
|
832
832
|
enumerable: true,
|
|
833
833
|
configurable: true
|
|
834
834
|
});
|
|
835
835
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerRowMarginLeft", {
|
|
836
836
|
get: function () {
|
|
837
|
-
return this.i.
|
|
837
|
+
return this.i.yp ? this.i.yp.left : NaN;
|
|
838
838
|
},
|
|
839
839
|
set: function (v) {
|
|
840
840
|
this.ensureHeaderRowMargin();
|
|
841
|
-
this.i.
|
|
842
|
-
this._a("headerRowMarginLeft", this.i.
|
|
843
|
-
this.i.
|
|
841
|
+
this.i.yp.left = +v;
|
|
842
|
+
this._a("headerRowMarginLeft", this.i.yp.left);
|
|
843
|
+
this.i.yp = this.i.yp;
|
|
844
844
|
},
|
|
845
845
|
enumerable: true,
|
|
846
846
|
configurable: true
|
|
847
847
|
});
|
|
848
848
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerRowMarginRight", {
|
|
849
849
|
get: function () {
|
|
850
|
-
return this.i.
|
|
850
|
+
return this.i.yp ? this.i.yp.right : NaN;
|
|
851
851
|
},
|
|
852
852
|
set: function (v) {
|
|
853
853
|
this.ensureHeaderRowMargin();
|
|
854
|
-
this.i.
|
|
855
|
-
this._a("headerRowMarginRight", this.i.
|
|
856
|
-
this.i.
|
|
854
|
+
this.i.yp.right = +v;
|
|
855
|
+
this._a("headerRowMarginRight", this.i.yp.right);
|
|
856
|
+
this.i.yp = this.i.yp;
|
|
857
857
|
},
|
|
858
858
|
enumerable: true,
|
|
859
859
|
configurable: true
|
|
860
860
|
});
|
|
861
861
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerRowMarginTop", {
|
|
862
862
|
get: function () {
|
|
863
|
-
return this.i.
|
|
863
|
+
return this.i.yp ? this.i.yp.top : NaN;
|
|
864
864
|
},
|
|
865
865
|
set: function (v) {
|
|
866
866
|
this.ensureHeaderRowMargin();
|
|
867
|
-
this.i.
|
|
868
|
-
this._a("headerRowMarginTop", this.i.
|
|
869
|
-
this.i.
|
|
867
|
+
this.i.yp.top = +v;
|
|
868
|
+
this._a("headerRowMarginTop", this.i.yp.top);
|
|
869
|
+
this.i.yp = this.i.yp;
|
|
870
870
|
},
|
|
871
871
|
enumerable: true,
|
|
872
872
|
configurable: true
|
|
873
873
|
});
|
|
874
874
|
IgcDataToolTipLayerComponent.prototype.ensureHeaderRowMargin = function () {
|
|
875
|
-
if (this.i.
|
|
875
|
+
if (this.i.yp) {
|
|
876
876
|
return;
|
|
877
877
|
}
|
|
878
|
-
this.i.
|
|
878
|
+
this.i.yp = new Thickness(2);
|
|
879
879
|
};
|
|
880
880
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerRowVisible", {
|
|
881
881
|
/**
|
|
882
882
|
* Gets or sets whether to show Header row.
|
|
883
883
|
*/
|
|
884
884
|
get: function () {
|
|
885
|
-
return this.i.
|
|
885
|
+
return this.i.sn;
|
|
886
886
|
},
|
|
887
887
|
set: function (v) {
|
|
888
|
-
this.i.
|
|
889
|
-
this._a("headerRowVisible", this.i.
|
|
888
|
+
this.i.sn = ensureBool(v);
|
|
889
|
+
this._a("headerRowVisible", this.i.sn);
|
|
890
890
|
},
|
|
891
891
|
enumerable: true,
|
|
892
892
|
configurable: true
|
|
@@ -896,16 +896,16 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
896
896
|
* Gets or Sets the style to use for the header text.
|
|
897
897
|
*/
|
|
898
898
|
get: function () {
|
|
899
|
-
if (this.i.
|
|
899
|
+
if (this.i.sd == null) {
|
|
900
900
|
return null;
|
|
901
901
|
}
|
|
902
|
-
return this.i.
|
|
902
|
+
return this.i.sd.fontString;
|
|
903
903
|
},
|
|
904
904
|
set: function (v) {
|
|
905
905
|
var fi = new FontInfo();
|
|
906
906
|
fi.fontString = v;
|
|
907
|
-
this.i.
|
|
908
|
-
this._a("headerTextStyle", this.i.
|
|
907
|
+
this.i.sd = fi;
|
|
908
|
+
this._a("headerTextStyle", this.i.sd != null ? this.i.sd.fontString : "");
|
|
909
909
|
},
|
|
910
910
|
enumerable: true,
|
|
911
911
|
configurable: true
|
|
@@ -915,11 +915,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
915
915
|
* Gets or sets the summary text color.
|
|
916
916
|
*/
|
|
917
917
|
get: function () {
|
|
918
|
-
return brushToString(this.i.
|
|
918
|
+
return brushToString(this.i.yc);
|
|
919
919
|
},
|
|
920
920
|
set: function (v) {
|
|
921
|
-
this.i.
|
|
922
|
-
this._a("summaryTitleTextColor", brushToString(this.i.
|
|
921
|
+
this.i.yc = stringToBrush(v);
|
|
922
|
+
this._a("summaryTitleTextColor", brushToString(this.i.yc));
|
|
923
923
|
},
|
|
924
924
|
enumerable: true,
|
|
925
925
|
configurable: true
|
|
@@ -929,16 +929,16 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
929
929
|
* Gets or Sets the style to use for the summary text.
|
|
930
930
|
*/
|
|
931
931
|
get: function () {
|
|
932
|
-
if (this.i.
|
|
932
|
+
if (this.i.sg == null) {
|
|
933
933
|
return null;
|
|
934
934
|
}
|
|
935
|
-
return this.i.
|
|
935
|
+
return this.i.sg.fontString;
|
|
936
936
|
},
|
|
937
937
|
set: function (v) {
|
|
938
938
|
var fi = new FontInfo();
|
|
939
939
|
fi.fontString = v;
|
|
940
|
-
this.i.
|
|
941
|
-
this._a("summaryTitleTextStyle", this.i.
|
|
940
|
+
this.i.sg = fi;
|
|
941
|
+
this._a("summaryTitleTextStyle", this.i.sg != null ? this.i.sg.fontString : "");
|
|
942
942
|
},
|
|
943
943
|
enumerable: true,
|
|
944
944
|
configurable: true
|
|
@@ -948,11 +948,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
948
948
|
* Gets or sets the SummaryType for the data legend.
|
|
949
949
|
*/
|
|
950
950
|
get: function () {
|
|
951
|
-
return this.i.
|
|
951
|
+
return this.i.rm;
|
|
952
952
|
},
|
|
953
953
|
set: function (v) {
|
|
954
|
-
this.i.
|
|
955
|
-
this._a("summaryType", enumToString(DataLegendSummaryType_$type, this.i.
|
|
954
|
+
this.i.rm = ensureEnum(DataLegendSummaryType_$type, v);
|
|
955
|
+
this._a("summaryType", enumToString(DataLegendSummaryType_$type, this.i.rm));
|
|
956
956
|
},
|
|
957
957
|
enumerable: true,
|
|
958
958
|
configurable: true
|
|
@@ -962,140 +962,140 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
962
962
|
* Gets or sets the SummaryTitleText for the data legend.
|
|
963
963
|
*/
|
|
964
964
|
get: function () {
|
|
965
|
-
return this.i.
|
|
965
|
+
return this.i.vb;
|
|
966
966
|
},
|
|
967
967
|
set: function (v) {
|
|
968
|
-
this.i.
|
|
968
|
+
this.i.vb = v;
|
|
969
969
|
},
|
|
970
970
|
enumerable: true,
|
|
971
971
|
configurable: true
|
|
972
972
|
});
|
|
973
973
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryTitleTextMarginBottom", {
|
|
974
974
|
get: function () {
|
|
975
|
-
return this.i.
|
|
975
|
+
return this.i.yt ? this.i.yt.bottom : NaN;
|
|
976
976
|
},
|
|
977
977
|
set: function (v) {
|
|
978
978
|
this.ensureSummaryTitleTextMargin();
|
|
979
|
-
this.i.
|
|
980
|
-
this._a("summaryTitleTextMarginBottom", this.i.
|
|
981
|
-
this.i.
|
|
979
|
+
this.i.yt.bottom = +v;
|
|
980
|
+
this._a("summaryTitleTextMarginBottom", this.i.yt.bottom);
|
|
981
|
+
this.i.yt = this.i.yt;
|
|
982
982
|
},
|
|
983
983
|
enumerable: true,
|
|
984
984
|
configurable: true
|
|
985
985
|
});
|
|
986
986
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryTitleTextMarginLeft", {
|
|
987
987
|
get: function () {
|
|
988
|
-
return this.i.
|
|
988
|
+
return this.i.yt ? this.i.yt.left : NaN;
|
|
989
989
|
},
|
|
990
990
|
set: function (v) {
|
|
991
991
|
this.ensureSummaryTitleTextMargin();
|
|
992
|
-
this.i.
|
|
993
|
-
this._a("summaryTitleTextMarginLeft", this.i.
|
|
994
|
-
this.i.
|
|
992
|
+
this.i.yt.left = +v;
|
|
993
|
+
this._a("summaryTitleTextMarginLeft", this.i.yt.left);
|
|
994
|
+
this.i.yt = this.i.yt;
|
|
995
995
|
},
|
|
996
996
|
enumerable: true,
|
|
997
997
|
configurable: true
|
|
998
998
|
});
|
|
999
999
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryTitleTextMarginRight", {
|
|
1000
1000
|
get: function () {
|
|
1001
|
-
return this.i.
|
|
1001
|
+
return this.i.yt ? this.i.yt.right : NaN;
|
|
1002
1002
|
},
|
|
1003
1003
|
set: function (v) {
|
|
1004
1004
|
this.ensureSummaryTitleTextMargin();
|
|
1005
|
-
this.i.
|
|
1006
|
-
this._a("summaryTitleTextMarginRight", this.i.
|
|
1007
|
-
this.i.
|
|
1005
|
+
this.i.yt.right = +v;
|
|
1006
|
+
this._a("summaryTitleTextMarginRight", this.i.yt.right);
|
|
1007
|
+
this.i.yt = this.i.yt;
|
|
1008
1008
|
},
|
|
1009
1009
|
enumerable: true,
|
|
1010
1010
|
configurable: true
|
|
1011
1011
|
});
|
|
1012
1012
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryTitleTextMarginTop", {
|
|
1013
1013
|
get: function () {
|
|
1014
|
-
return this.i.
|
|
1014
|
+
return this.i.yt ? this.i.yt.top : NaN;
|
|
1015
1015
|
},
|
|
1016
1016
|
set: function (v) {
|
|
1017
1017
|
this.ensureSummaryTitleTextMargin();
|
|
1018
|
-
this.i.
|
|
1019
|
-
this._a("summaryTitleTextMarginTop", this.i.
|
|
1020
|
-
this.i.
|
|
1018
|
+
this.i.yt.top = +v;
|
|
1019
|
+
this._a("summaryTitleTextMarginTop", this.i.yt.top);
|
|
1020
|
+
this.i.yt = this.i.yt;
|
|
1021
1021
|
},
|
|
1022
1022
|
enumerable: true,
|
|
1023
1023
|
configurable: true
|
|
1024
1024
|
});
|
|
1025
1025
|
IgcDataToolTipLayerComponent.prototype.ensureSummaryTitleTextMargin = function () {
|
|
1026
|
-
if (this.i.
|
|
1026
|
+
if (this.i.yt) {
|
|
1027
1027
|
return;
|
|
1028
1028
|
}
|
|
1029
|
-
this.i.
|
|
1029
|
+
this.i.yt = new Thickness(2);
|
|
1030
1030
|
};
|
|
1031
1031
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryRowMarginBottom", {
|
|
1032
1032
|
get: function () {
|
|
1033
|
-
return this.i.
|
|
1033
|
+
return this.i.ys ? this.i.ys.bottom : NaN;
|
|
1034
1034
|
},
|
|
1035
1035
|
set: function (v) {
|
|
1036
1036
|
this.ensureSummaryRowMargin();
|
|
1037
|
-
this.i.
|
|
1038
|
-
this._a("summaryRowMarginBottom", this.i.
|
|
1039
|
-
this.i.
|
|
1037
|
+
this.i.ys.bottom = +v;
|
|
1038
|
+
this._a("summaryRowMarginBottom", this.i.ys.bottom);
|
|
1039
|
+
this.i.ys = this.i.ys;
|
|
1040
1040
|
},
|
|
1041
1041
|
enumerable: true,
|
|
1042
1042
|
configurable: true
|
|
1043
1043
|
});
|
|
1044
1044
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryRowMarginLeft", {
|
|
1045
1045
|
get: function () {
|
|
1046
|
-
return this.i.
|
|
1046
|
+
return this.i.ys ? this.i.ys.left : NaN;
|
|
1047
1047
|
},
|
|
1048
1048
|
set: function (v) {
|
|
1049
1049
|
this.ensureSummaryRowMargin();
|
|
1050
|
-
this.i.
|
|
1051
|
-
this._a("summaryRowMarginLeft", this.i.
|
|
1052
|
-
this.i.
|
|
1050
|
+
this.i.ys.left = +v;
|
|
1051
|
+
this._a("summaryRowMarginLeft", this.i.ys.left);
|
|
1052
|
+
this.i.ys = this.i.ys;
|
|
1053
1053
|
},
|
|
1054
1054
|
enumerable: true,
|
|
1055
1055
|
configurable: true
|
|
1056
1056
|
});
|
|
1057
1057
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryRowMarginRight", {
|
|
1058
1058
|
get: function () {
|
|
1059
|
-
return this.i.
|
|
1059
|
+
return this.i.ys ? this.i.ys.right : NaN;
|
|
1060
1060
|
},
|
|
1061
1061
|
set: function (v) {
|
|
1062
1062
|
this.ensureSummaryRowMargin();
|
|
1063
|
-
this.i.
|
|
1064
|
-
this._a("summaryRowMarginRight", this.i.
|
|
1065
|
-
this.i.
|
|
1063
|
+
this.i.ys.right = +v;
|
|
1064
|
+
this._a("summaryRowMarginRight", this.i.ys.right);
|
|
1065
|
+
this.i.ys = this.i.ys;
|
|
1066
1066
|
},
|
|
1067
1067
|
enumerable: true,
|
|
1068
1068
|
configurable: true
|
|
1069
1069
|
});
|
|
1070
1070
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryRowMarginTop", {
|
|
1071
1071
|
get: function () {
|
|
1072
|
-
return this.i.
|
|
1072
|
+
return this.i.ys ? this.i.ys.top : NaN;
|
|
1073
1073
|
},
|
|
1074
1074
|
set: function (v) {
|
|
1075
1075
|
this.ensureSummaryRowMargin();
|
|
1076
|
-
this.i.
|
|
1077
|
-
this._a("summaryRowMarginTop", this.i.
|
|
1078
|
-
this.i.
|
|
1076
|
+
this.i.ys.top = +v;
|
|
1077
|
+
this._a("summaryRowMarginTop", this.i.ys.top);
|
|
1078
|
+
this.i.ys = this.i.ys;
|
|
1079
1079
|
},
|
|
1080
1080
|
enumerable: true,
|
|
1081
1081
|
configurable: true
|
|
1082
1082
|
});
|
|
1083
1083
|
IgcDataToolTipLayerComponent.prototype.ensureSummaryRowMargin = function () {
|
|
1084
|
-
if (this.i.
|
|
1084
|
+
if (this.i.ys) {
|
|
1085
1085
|
return;
|
|
1086
1086
|
}
|
|
1087
|
-
this.i.
|
|
1087
|
+
this.i.ys = new Thickness(2);
|
|
1088
1088
|
};
|
|
1089
1089
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryValueTextColor", {
|
|
1090
1090
|
/**
|
|
1091
1091
|
* Gets or sets the units text color.
|
|
1092
1092
|
*/
|
|
1093
1093
|
get: function () {
|
|
1094
|
-
return brushToString(this.i.
|
|
1094
|
+
return brushToString(this.i.ye);
|
|
1095
1095
|
},
|
|
1096
1096
|
set: function (v) {
|
|
1097
|
-
this.i.
|
|
1098
|
-
this._a("summaryValueTextColor", brushToString(this.i.
|
|
1097
|
+
this.i.ye = stringToBrush(v);
|
|
1098
|
+
this._a("summaryValueTextColor", brushToString(this.i.ye));
|
|
1099
1099
|
},
|
|
1100
1100
|
enumerable: true,
|
|
1101
1101
|
configurable: true
|
|
@@ -1105,16 +1105,16 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1105
1105
|
* Gets or Sets the style to use for the units text.
|
|
1106
1106
|
*/
|
|
1107
1107
|
get: function () {
|
|
1108
|
-
if (this.i.
|
|
1108
|
+
if (this.i.si == null) {
|
|
1109
1109
|
return null;
|
|
1110
1110
|
}
|
|
1111
|
-
return this.i.
|
|
1111
|
+
return this.i.si.fontString;
|
|
1112
1112
|
},
|
|
1113
1113
|
set: function (v) {
|
|
1114
1114
|
var fi = new FontInfo();
|
|
1115
1115
|
fi.fontString = v;
|
|
1116
|
-
this.i.
|
|
1117
|
-
this._a("summaryValueTextStyle", this.i.
|
|
1116
|
+
this.i.si = fi;
|
|
1117
|
+
this._a("summaryValueTextStyle", this.i.si != null ? this.i.si.fontString : "");
|
|
1118
1118
|
},
|
|
1119
1119
|
enumerable: true,
|
|
1120
1120
|
configurable: true
|
|
@@ -1124,10 +1124,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1124
1124
|
* Gets or sets the units text for the data legend.
|
|
1125
1125
|
*/
|
|
1126
1126
|
get: function () {
|
|
1127
|
-
return this.i.
|
|
1127
|
+
return this.i.u6;
|
|
1128
1128
|
},
|
|
1129
1129
|
set: function (v) {
|
|
1130
|
-
this.i.
|
|
1130
|
+
this.i.u6 = v;
|
|
1131
1131
|
},
|
|
1132
1132
|
enumerable: true,
|
|
1133
1133
|
configurable: true
|
|
@@ -1137,11 +1137,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1137
1137
|
* Gets or sets the units text color.
|
|
1138
1138
|
*/
|
|
1139
1139
|
get: function () {
|
|
1140
|
-
return brushToString(this.i.
|
|
1140
|
+
return brushToString(this.i.yb);
|
|
1141
1141
|
},
|
|
1142
1142
|
set: function (v) {
|
|
1143
|
-
this.i.
|
|
1144
|
-
this._a("summaryLabelTextColor", brushToString(this.i.
|
|
1143
|
+
this.i.yb = stringToBrush(v);
|
|
1144
|
+
this._a("summaryLabelTextColor", brushToString(this.i.yb));
|
|
1145
1145
|
},
|
|
1146
1146
|
enumerable: true,
|
|
1147
1147
|
configurable: true
|
|
@@ -1151,16 +1151,16 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1151
1151
|
* Gets or Sets the style to use for the units text.
|
|
1152
1152
|
*/
|
|
1153
1153
|
get: function () {
|
|
1154
|
-
if (this.i.
|
|
1154
|
+
if (this.i.sf == null) {
|
|
1155
1155
|
return null;
|
|
1156
1156
|
}
|
|
1157
|
-
return this.i.
|
|
1157
|
+
return this.i.sf.fontString;
|
|
1158
1158
|
},
|
|
1159
1159
|
set: function (v) {
|
|
1160
1160
|
var fi = new FontInfo();
|
|
1161
1161
|
fi.fontString = v;
|
|
1162
|
-
this.i.
|
|
1163
|
-
this._a("summaryLabelTextStyle", this.i.
|
|
1162
|
+
this.i.sf = fi;
|
|
1163
|
+
this._a("summaryLabelTextStyle", this.i.sf != null ? this.i.sf.fontString : "");
|
|
1164
1164
|
},
|
|
1165
1165
|
enumerable: true,
|
|
1166
1166
|
configurable: true
|
|
@@ -1170,10 +1170,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1170
1170
|
* Gets or sets the units text for the data legend.
|
|
1171
1171
|
*/
|
|
1172
1172
|
get: function () {
|
|
1173
|
-
return this.i.
|
|
1173
|
+
return this.i.vh;
|
|
1174
1174
|
},
|
|
1175
1175
|
set: function (v) {
|
|
1176
|
-
this.i.
|
|
1176
|
+
this.i.vh = v;
|
|
1177
1177
|
},
|
|
1178
1178
|
enumerable: true,
|
|
1179
1179
|
configurable: true
|
|
@@ -1183,11 +1183,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1183
1183
|
* Gets or sets the units text color.
|
|
1184
1184
|
*/
|
|
1185
1185
|
get: function () {
|
|
1186
|
-
return brushToString(this.i.
|
|
1186
|
+
return brushToString(this.i.yd);
|
|
1187
1187
|
},
|
|
1188
1188
|
set: function (v) {
|
|
1189
|
-
this.i.
|
|
1190
|
-
this._a("summaryUnitsTextColor", brushToString(this.i.
|
|
1189
|
+
this.i.yd = stringToBrush(v);
|
|
1190
|
+
this._a("summaryUnitsTextColor", brushToString(this.i.yd));
|
|
1191
1191
|
},
|
|
1192
1192
|
enumerable: true,
|
|
1193
1193
|
configurable: true
|
|
@@ -1197,88 +1197,88 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1197
1197
|
* Gets or Sets the style to use for the units text.
|
|
1198
1198
|
*/
|
|
1199
1199
|
get: function () {
|
|
1200
|
-
if (this.i.
|
|
1200
|
+
if (this.i.sh == null) {
|
|
1201
1201
|
return null;
|
|
1202
1202
|
}
|
|
1203
|
-
return this.i.
|
|
1203
|
+
return this.i.sh.fontString;
|
|
1204
1204
|
},
|
|
1205
1205
|
set: function (v) {
|
|
1206
1206
|
var fi = new FontInfo();
|
|
1207
1207
|
fi.fontString = v;
|
|
1208
|
-
this.i.
|
|
1209
|
-
this._a("summaryUnitsTextStyle", this.i.
|
|
1208
|
+
this.i.sh = fi;
|
|
1209
|
+
this._a("summaryUnitsTextStyle", this.i.sh != null ? this.i.sh.fontString : "");
|
|
1210
1210
|
},
|
|
1211
1211
|
enumerable: true,
|
|
1212
1212
|
configurable: true
|
|
1213
1213
|
});
|
|
1214
1214
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "badgeMarginBottom", {
|
|
1215
1215
|
get: function () {
|
|
1216
|
-
return this.i.
|
|
1216
|
+
return this.i.yo ? this.i.yo.bottom : NaN;
|
|
1217
1217
|
},
|
|
1218
1218
|
set: function (v) {
|
|
1219
1219
|
this.ensureBadgeMargin();
|
|
1220
|
-
this.i.
|
|
1221
|
-
this._a("badgeMarginBottom", this.i.
|
|
1222
|
-
this.i.
|
|
1220
|
+
this.i.yo.bottom = +v;
|
|
1221
|
+
this._a("badgeMarginBottom", this.i.yo.bottom);
|
|
1222
|
+
this.i.yo = this.i.yo;
|
|
1223
1223
|
},
|
|
1224
1224
|
enumerable: true,
|
|
1225
1225
|
configurable: true
|
|
1226
1226
|
});
|
|
1227
1227
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "badgeMarginLeft", {
|
|
1228
1228
|
get: function () {
|
|
1229
|
-
return this.i.
|
|
1229
|
+
return this.i.yo ? this.i.yo.left : NaN;
|
|
1230
1230
|
},
|
|
1231
1231
|
set: function (v) {
|
|
1232
1232
|
this.ensureBadgeMargin();
|
|
1233
|
-
this.i.
|
|
1234
|
-
this._a("badgeMarginLeft", this.i.
|
|
1235
|
-
this.i.
|
|
1233
|
+
this.i.yo.left = +v;
|
|
1234
|
+
this._a("badgeMarginLeft", this.i.yo.left);
|
|
1235
|
+
this.i.yo = this.i.yo;
|
|
1236
1236
|
},
|
|
1237
1237
|
enumerable: true,
|
|
1238
1238
|
configurable: true
|
|
1239
1239
|
});
|
|
1240
1240
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "badgeMarginRight", {
|
|
1241
1241
|
get: function () {
|
|
1242
|
-
return this.i.
|
|
1242
|
+
return this.i.yo ? this.i.yo.right : NaN;
|
|
1243
1243
|
},
|
|
1244
1244
|
set: function (v) {
|
|
1245
1245
|
this.ensureBadgeMargin();
|
|
1246
|
-
this.i.
|
|
1247
|
-
this._a("badgeMarginRight", this.i.
|
|
1248
|
-
this.i.
|
|
1246
|
+
this.i.yo.right = +v;
|
|
1247
|
+
this._a("badgeMarginRight", this.i.yo.right);
|
|
1248
|
+
this.i.yo = this.i.yo;
|
|
1249
1249
|
},
|
|
1250
1250
|
enumerable: true,
|
|
1251
1251
|
configurable: true
|
|
1252
1252
|
});
|
|
1253
1253
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "badgeMarginTop", {
|
|
1254
1254
|
get: function () {
|
|
1255
|
-
return this.i.
|
|
1255
|
+
return this.i.yo ? this.i.yo.top : NaN;
|
|
1256
1256
|
},
|
|
1257
1257
|
set: function (v) {
|
|
1258
1258
|
this.ensureBadgeMargin();
|
|
1259
|
-
this.i.
|
|
1260
|
-
this._a("badgeMarginTop", this.i.
|
|
1261
|
-
this.i.
|
|
1259
|
+
this.i.yo.top = +v;
|
|
1260
|
+
this._a("badgeMarginTop", this.i.yo.top);
|
|
1261
|
+
this.i.yo = this.i.yo;
|
|
1262
1262
|
},
|
|
1263
1263
|
enumerable: true,
|
|
1264
1264
|
configurable: true
|
|
1265
1265
|
});
|
|
1266
1266
|
IgcDataToolTipLayerComponent.prototype.ensureBadgeMargin = function () {
|
|
1267
|
-
if (this.i.
|
|
1267
|
+
if (this.i.yo) {
|
|
1268
1268
|
return;
|
|
1269
1269
|
}
|
|
1270
|
-
this.i.
|
|
1270
|
+
this.i.yo = new Thickness(2);
|
|
1271
1271
|
};
|
|
1272
1272
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "badgeShape", {
|
|
1273
1273
|
/**
|
|
1274
1274
|
* Gets or sets the BadgeShape for the data legend.
|
|
1275
1275
|
*/
|
|
1276
1276
|
get: function () {
|
|
1277
|
-
return this.i.
|
|
1277
|
+
return this.i.r3;
|
|
1278
1278
|
},
|
|
1279
1279
|
set: function (v) {
|
|
1280
|
-
this.i.
|
|
1281
|
-
this._a("badgeShape", enumToString(LegendItemBadgeShape_$type, this.i.
|
|
1280
|
+
this.i.r3 = ensureEnum(LegendItemBadgeShape_$type, v);
|
|
1281
|
+
this._a("badgeShape", enumToString(LegendItemBadgeShape_$type, this.i.r3));
|
|
1282
1282
|
},
|
|
1283
1283
|
enumerable: true,
|
|
1284
1284
|
configurable: true
|
|
@@ -1288,11 +1288,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1288
1288
|
* Gets or sets the UnitsMode for the data legend.
|
|
1289
1289
|
*/
|
|
1290
1290
|
get: function () {
|
|
1291
|
-
return this.i.
|
|
1291
|
+
return this.i.rn;
|
|
1292
1292
|
},
|
|
1293
1293
|
set: function (v) {
|
|
1294
|
-
this.i.
|
|
1295
|
-
this._a("unitsDisplayMode", enumToString(DataLegendUnitsMode_$type, this.i.
|
|
1294
|
+
this.i.rn = ensureEnum(DataLegendUnitsMode_$type, v);
|
|
1295
|
+
this._a("unitsDisplayMode", enumToString(DataLegendUnitsMode_$type, this.i.rn));
|
|
1296
1296
|
},
|
|
1297
1297
|
enumerable: true,
|
|
1298
1298
|
configurable: true
|
|
@@ -1302,10 +1302,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1302
1302
|
* Gets or sets the units text for the data legend.
|
|
1303
1303
|
*/
|
|
1304
1304
|
get: function () {
|
|
1305
|
-
return this.i.
|
|
1305
|
+
return this.i.vs;
|
|
1306
1306
|
},
|
|
1307
1307
|
set: function (v) {
|
|
1308
|
-
this.i.
|
|
1308
|
+
this.i.vs = v;
|
|
1309
1309
|
},
|
|
1310
1310
|
enumerable: true,
|
|
1311
1311
|
configurable: true
|
|
@@ -1315,160 +1315,160 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1315
1315
|
* Gets or sets the units text color.
|
|
1316
1316
|
*/
|
|
1317
1317
|
get: function () {
|
|
1318
|
-
return brushToString(this.i.
|
|
1318
|
+
return brushToString(this.i.yg);
|
|
1319
1319
|
},
|
|
1320
1320
|
set: function (v) {
|
|
1321
|
-
this.i.
|
|
1322
|
-
this._a("unitsTextColor", brushToString(this.i.
|
|
1321
|
+
this.i.yg = stringToBrush(v);
|
|
1322
|
+
this._a("unitsTextColor", brushToString(this.i.yg));
|
|
1323
1323
|
},
|
|
1324
1324
|
enumerable: true,
|
|
1325
1325
|
configurable: true
|
|
1326
1326
|
});
|
|
1327
1327
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "unitsTextMarginBottom", {
|
|
1328
1328
|
get: function () {
|
|
1329
|
-
return this.i.
|
|
1329
|
+
return this.i.yv ? this.i.yv.bottom : NaN;
|
|
1330
1330
|
},
|
|
1331
1331
|
set: function (v) {
|
|
1332
1332
|
this.ensureUnitsTextMargin();
|
|
1333
|
-
this.i.
|
|
1334
|
-
this._a("unitsTextMarginBottom", this.i.
|
|
1335
|
-
this.i.
|
|
1333
|
+
this.i.yv.bottom = +v;
|
|
1334
|
+
this._a("unitsTextMarginBottom", this.i.yv.bottom);
|
|
1335
|
+
this.i.yv = this.i.yv;
|
|
1336
1336
|
},
|
|
1337
1337
|
enumerable: true,
|
|
1338
1338
|
configurable: true
|
|
1339
1339
|
});
|
|
1340
1340
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "unitsTextMarginLeft", {
|
|
1341
1341
|
get: function () {
|
|
1342
|
-
return this.i.
|
|
1342
|
+
return this.i.yv ? this.i.yv.left : NaN;
|
|
1343
1343
|
},
|
|
1344
1344
|
set: function (v) {
|
|
1345
1345
|
this.ensureUnitsTextMargin();
|
|
1346
|
-
this.i.
|
|
1347
|
-
this._a("unitsTextMarginLeft", this.i.
|
|
1348
|
-
this.i.
|
|
1346
|
+
this.i.yv.left = +v;
|
|
1347
|
+
this._a("unitsTextMarginLeft", this.i.yv.left);
|
|
1348
|
+
this.i.yv = this.i.yv;
|
|
1349
1349
|
},
|
|
1350
1350
|
enumerable: true,
|
|
1351
1351
|
configurable: true
|
|
1352
1352
|
});
|
|
1353
1353
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "unitsTextMarginRight", {
|
|
1354
1354
|
get: function () {
|
|
1355
|
-
return this.i.
|
|
1355
|
+
return this.i.yv ? this.i.yv.right : NaN;
|
|
1356
1356
|
},
|
|
1357
1357
|
set: function (v) {
|
|
1358
1358
|
this.ensureUnitsTextMargin();
|
|
1359
|
-
this.i.
|
|
1360
|
-
this._a("unitsTextMarginRight", this.i.
|
|
1361
|
-
this.i.
|
|
1359
|
+
this.i.yv.right = +v;
|
|
1360
|
+
this._a("unitsTextMarginRight", this.i.yv.right);
|
|
1361
|
+
this.i.yv = this.i.yv;
|
|
1362
1362
|
},
|
|
1363
1363
|
enumerable: true,
|
|
1364
1364
|
configurable: true
|
|
1365
1365
|
});
|
|
1366
1366
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "unitsTextMarginTop", {
|
|
1367
1367
|
get: function () {
|
|
1368
|
-
return this.i.
|
|
1368
|
+
return this.i.yv ? this.i.yv.top : NaN;
|
|
1369
1369
|
},
|
|
1370
1370
|
set: function (v) {
|
|
1371
1371
|
this.ensureUnitsTextMargin();
|
|
1372
|
-
this.i.
|
|
1373
|
-
this._a("unitsTextMarginTop", this.i.
|
|
1374
|
-
this.i.
|
|
1372
|
+
this.i.yv.top = +v;
|
|
1373
|
+
this._a("unitsTextMarginTop", this.i.yv.top);
|
|
1374
|
+
this.i.yv = this.i.yv;
|
|
1375
1375
|
},
|
|
1376
1376
|
enumerable: true,
|
|
1377
1377
|
configurable: true
|
|
1378
1378
|
});
|
|
1379
1379
|
IgcDataToolTipLayerComponent.prototype.ensureUnitsTextMargin = function () {
|
|
1380
|
-
if (this.i.
|
|
1380
|
+
if (this.i.yv) {
|
|
1381
1381
|
return;
|
|
1382
1382
|
}
|
|
1383
|
-
this.i.
|
|
1383
|
+
this.i.yv = new Thickness(2);
|
|
1384
1384
|
};
|
|
1385
1385
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "unitsTextStyle", {
|
|
1386
1386
|
/**
|
|
1387
1387
|
* Gets or Sets the style to use for the units text.
|
|
1388
1388
|
*/
|
|
1389
1389
|
get: function () {
|
|
1390
|
-
if (this.i.
|
|
1390
|
+
if (this.i.sk == null) {
|
|
1391
1391
|
return null;
|
|
1392
1392
|
}
|
|
1393
|
-
return this.i.
|
|
1393
|
+
return this.i.sk.fontString;
|
|
1394
1394
|
},
|
|
1395
1395
|
set: function (v) {
|
|
1396
1396
|
var fi = new FontInfo();
|
|
1397
1397
|
fi.fontString = v;
|
|
1398
|
-
this.i.
|
|
1399
|
-
this._a("unitsTextStyle", this.i.
|
|
1398
|
+
this.i.sk = fi;
|
|
1399
|
+
this._a("unitsTextStyle", this.i.sk != null ? this.i.sk.fontString : "");
|
|
1400
1400
|
},
|
|
1401
1401
|
enumerable: true,
|
|
1402
1402
|
configurable: true
|
|
1403
1403
|
});
|
|
1404
1404
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "titleTextMarginBottom", {
|
|
1405
1405
|
get: function () {
|
|
1406
|
-
return this.i.
|
|
1406
|
+
return this.i.yu ? this.i.yu.bottom : NaN;
|
|
1407
1407
|
},
|
|
1408
1408
|
set: function (v) {
|
|
1409
1409
|
this.ensureTitleTextMargin();
|
|
1410
|
-
this.i.
|
|
1411
|
-
this._a("titleTextMarginBottom", this.i.
|
|
1412
|
-
this.i.
|
|
1410
|
+
this.i.yu.bottom = +v;
|
|
1411
|
+
this._a("titleTextMarginBottom", this.i.yu.bottom);
|
|
1412
|
+
this.i.yu = this.i.yu;
|
|
1413
1413
|
},
|
|
1414
1414
|
enumerable: true,
|
|
1415
1415
|
configurable: true
|
|
1416
1416
|
});
|
|
1417
1417
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "titleTextMarginLeft", {
|
|
1418
1418
|
get: function () {
|
|
1419
|
-
return this.i.
|
|
1419
|
+
return this.i.yu ? this.i.yu.left : NaN;
|
|
1420
1420
|
},
|
|
1421
1421
|
set: function (v) {
|
|
1422
1422
|
this.ensureTitleTextMargin();
|
|
1423
|
-
this.i.
|
|
1424
|
-
this._a("titleTextMarginLeft", this.i.
|
|
1425
|
-
this.i.
|
|
1423
|
+
this.i.yu.left = +v;
|
|
1424
|
+
this._a("titleTextMarginLeft", this.i.yu.left);
|
|
1425
|
+
this.i.yu = this.i.yu;
|
|
1426
1426
|
},
|
|
1427
1427
|
enumerable: true,
|
|
1428
1428
|
configurable: true
|
|
1429
1429
|
});
|
|
1430
1430
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "titleTextMarginRight", {
|
|
1431
1431
|
get: function () {
|
|
1432
|
-
return this.i.
|
|
1432
|
+
return this.i.yu ? this.i.yu.right : NaN;
|
|
1433
1433
|
},
|
|
1434
1434
|
set: function (v) {
|
|
1435
1435
|
this.ensureTitleTextMargin();
|
|
1436
|
-
this.i.
|
|
1437
|
-
this._a("titleTextMarginRight", this.i.
|
|
1438
|
-
this.i.
|
|
1436
|
+
this.i.yu.right = +v;
|
|
1437
|
+
this._a("titleTextMarginRight", this.i.yu.right);
|
|
1438
|
+
this.i.yu = this.i.yu;
|
|
1439
1439
|
},
|
|
1440
1440
|
enumerable: true,
|
|
1441
1441
|
configurable: true
|
|
1442
1442
|
});
|
|
1443
1443
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "titleTextMarginTop", {
|
|
1444
1444
|
get: function () {
|
|
1445
|
-
return this.i.
|
|
1445
|
+
return this.i.yu ? this.i.yu.top : NaN;
|
|
1446
1446
|
},
|
|
1447
1447
|
set: function (v) {
|
|
1448
1448
|
this.ensureTitleTextMargin();
|
|
1449
|
-
this.i.
|
|
1450
|
-
this._a("titleTextMarginTop", this.i.
|
|
1451
|
-
this.i.
|
|
1449
|
+
this.i.yu.top = +v;
|
|
1450
|
+
this._a("titleTextMarginTop", this.i.yu.top);
|
|
1451
|
+
this.i.yu = this.i.yu;
|
|
1452
1452
|
},
|
|
1453
1453
|
enumerable: true,
|
|
1454
1454
|
configurable: true
|
|
1455
1455
|
});
|
|
1456
1456
|
IgcDataToolTipLayerComponent.prototype.ensureTitleTextMargin = function () {
|
|
1457
|
-
if (this.i.
|
|
1457
|
+
if (this.i.yu) {
|
|
1458
1458
|
return;
|
|
1459
1459
|
}
|
|
1460
|
-
this.i.
|
|
1460
|
+
this.i.yu = new Thickness(2);
|
|
1461
1461
|
};
|
|
1462
1462
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "titleTextColor", {
|
|
1463
1463
|
/**
|
|
1464
1464
|
* Gets or sets the display text color.
|
|
1465
1465
|
*/
|
|
1466
1466
|
get: function () {
|
|
1467
|
-
return brushToString(this.i.
|
|
1467
|
+
return brushToString(this.i.yf);
|
|
1468
1468
|
},
|
|
1469
1469
|
set: function (v) {
|
|
1470
|
-
this.i.
|
|
1471
|
-
this._a("titleTextColor", brushToString(this.i.
|
|
1470
|
+
this.i.yf = stringToBrush(v);
|
|
1471
|
+
this._a("titleTextColor", brushToString(this.i.yf));
|
|
1472
1472
|
},
|
|
1473
1473
|
enumerable: true,
|
|
1474
1474
|
configurable: true
|
|
@@ -1478,16 +1478,16 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1478
1478
|
* Gets or Sets the style to use for the display text.
|
|
1479
1479
|
*/
|
|
1480
1480
|
get: function () {
|
|
1481
|
-
if (this.i.
|
|
1481
|
+
if (this.i.sj == null) {
|
|
1482
1482
|
return null;
|
|
1483
1483
|
}
|
|
1484
|
-
return this.i.
|
|
1484
|
+
return this.i.sj.fontString;
|
|
1485
1485
|
},
|
|
1486
1486
|
set: function (v) {
|
|
1487
1487
|
var fi = new FontInfo();
|
|
1488
1488
|
fi.fontString = v;
|
|
1489
|
-
this.i.
|
|
1490
|
-
this._a("titleTextStyle", this.i.
|
|
1489
|
+
this.i.sj = fi;
|
|
1490
|
+
this._a("titleTextStyle", this.i.sj != null ? this.i.sj.fontString : "");
|
|
1491
1491
|
},
|
|
1492
1492
|
enumerable: true,
|
|
1493
1493
|
configurable: true
|
|
@@ -1497,11 +1497,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1497
1497
|
* Gets or sets the mode for displaying labels before series values in the data legend, e.g. O: H: L: C: for financial series
|
|
1498
1498
|
*/
|
|
1499
1499
|
get: function () {
|
|
1500
|
-
return this.i.
|
|
1500
|
+
return this.i.rl;
|
|
1501
1501
|
},
|
|
1502
1502
|
set: function (v) {
|
|
1503
|
-
this.i.
|
|
1504
|
-
this._a("labelDisplayMode", enumToString(DataLegendLabelMode_$type, this.i.
|
|
1503
|
+
this.i.rl = ensureEnum(DataLegendLabelMode_$type, v);
|
|
1504
|
+
this._a("labelDisplayMode", enumToString(DataLegendLabelMode_$type, this.i.rl));
|
|
1505
1505
|
},
|
|
1506
1506
|
enumerable: true,
|
|
1507
1507
|
configurable: true
|
|
@@ -1511,88 +1511,88 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1511
1511
|
* Gets or sets the units text color.
|
|
1512
1512
|
*/
|
|
1513
1513
|
get: function () {
|
|
1514
|
-
return brushToString(this.i.
|
|
1514
|
+
return brushToString(this.i.ya);
|
|
1515
1515
|
},
|
|
1516
1516
|
set: function (v) {
|
|
1517
|
-
this.i.
|
|
1518
|
-
this._a("labelTextColor", brushToString(this.i.
|
|
1517
|
+
this.i.ya = stringToBrush(v);
|
|
1518
|
+
this._a("labelTextColor", brushToString(this.i.ya));
|
|
1519
1519
|
},
|
|
1520
1520
|
enumerable: true,
|
|
1521
1521
|
configurable: true
|
|
1522
1522
|
});
|
|
1523
1523
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "labelTextMarginBottom", {
|
|
1524
1524
|
get: function () {
|
|
1525
|
-
return this.i.
|
|
1525
|
+
return this.i.yr ? this.i.yr.bottom : NaN;
|
|
1526
1526
|
},
|
|
1527
1527
|
set: function (v) {
|
|
1528
1528
|
this.ensureLabelTextMargin();
|
|
1529
|
-
this.i.
|
|
1530
|
-
this._a("labelTextMarginBottom", this.i.
|
|
1531
|
-
this.i.
|
|
1529
|
+
this.i.yr.bottom = +v;
|
|
1530
|
+
this._a("labelTextMarginBottom", this.i.yr.bottom);
|
|
1531
|
+
this.i.yr = this.i.yr;
|
|
1532
1532
|
},
|
|
1533
1533
|
enumerable: true,
|
|
1534
1534
|
configurable: true
|
|
1535
1535
|
});
|
|
1536
1536
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "labelTextMarginLeft", {
|
|
1537
1537
|
get: function () {
|
|
1538
|
-
return this.i.
|
|
1538
|
+
return this.i.yr ? this.i.yr.left : NaN;
|
|
1539
1539
|
},
|
|
1540
1540
|
set: function (v) {
|
|
1541
1541
|
this.ensureLabelTextMargin();
|
|
1542
|
-
this.i.
|
|
1543
|
-
this._a("labelTextMarginLeft", this.i.
|
|
1544
|
-
this.i.
|
|
1542
|
+
this.i.yr.left = +v;
|
|
1543
|
+
this._a("labelTextMarginLeft", this.i.yr.left);
|
|
1544
|
+
this.i.yr = this.i.yr;
|
|
1545
1545
|
},
|
|
1546
1546
|
enumerable: true,
|
|
1547
1547
|
configurable: true
|
|
1548
1548
|
});
|
|
1549
1549
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "labelTextMarginRight", {
|
|
1550
1550
|
get: function () {
|
|
1551
|
-
return this.i.
|
|
1551
|
+
return this.i.yr ? this.i.yr.right : NaN;
|
|
1552
1552
|
},
|
|
1553
1553
|
set: function (v) {
|
|
1554
1554
|
this.ensureLabelTextMargin();
|
|
1555
|
-
this.i.
|
|
1556
|
-
this._a("labelTextMarginRight", this.i.
|
|
1557
|
-
this.i.
|
|
1555
|
+
this.i.yr.right = +v;
|
|
1556
|
+
this._a("labelTextMarginRight", this.i.yr.right);
|
|
1557
|
+
this.i.yr = this.i.yr;
|
|
1558
1558
|
},
|
|
1559
1559
|
enumerable: true,
|
|
1560
1560
|
configurable: true
|
|
1561
1561
|
});
|
|
1562
1562
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "labelTextMarginTop", {
|
|
1563
1563
|
get: function () {
|
|
1564
|
-
return this.i.
|
|
1564
|
+
return this.i.yr ? this.i.yr.top : NaN;
|
|
1565
1565
|
},
|
|
1566
1566
|
set: function (v) {
|
|
1567
1567
|
this.ensureLabelTextMargin();
|
|
1568
|
-
this.i.
|
|
1569
|
-
this._a("labelTextMarginTop", this.i.
|
|
1570
|
-
this.i.
|
|
1568
|
+
this.i.yr.top = +v;
|
|
1569
|
+
this._a("labelTextMarginTop", this.i.yr.top);
|
|
1570
|
+
this.i.yr = this.i.yr;
|
|
1571
1571
|
},
|
|
1572
1572
|
enumerable: true,
|
|
1573
1573
|
configurable: true
|
|
1574
1574
|
});
|
|
1575
1575
|
IgcDataToolTipLayerComponent.prototype.ensureLabelTextMargin = function () {
|
|
1576
|
-
if (this.i.
|
|
1576
|
+
if (this.i.yr) {
|
|
1577
1577
|
return;
|
|
1578
1578
|
}
|
|
1579
|
-
this.i.
|
|
1579
|
+
this.i.yr = new Thickness(2);
|
|
1580
1580
|
};
|
|
1581
1581
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "labelTextStyle", {
|
|
1582
1582
|
/**
|
|
1583
1583
|
* Gets or Sets the style to use for the units text.
|
|
1584
1584
|
*/
|
|
1585
1585
|
get: function () {
|
|
1586
|
-
if (this.i.
|
|
1586
|
+
if (this.i.se == null) {
|
|
1587
1587
|
return null;
|
|
1588
1588
|
}
|
|
1589
|
-
return this.i.
|
|
1589
|
+
return this.i.se.fontString;
|
|
1590
1590
|
},
|
|
1591
1591
|
set: function (v) {
|
|
1592
1592
|
var fi = new FontInfo();
|
|
1593
1593
|
fi.fontString = v;
|
|
1594
|
-
this.i.
|
|
1595
|
-
this._a("labelTextStyle", this.i.
|
|
1594
|
+
this.i.se = fi;
|
|
1595
|
+
this._a("labelTextStyle", this.i.se != null ? this.i.se.fontString : "");
|
|
1596
1596
|
},
|
|
1597
1597
|
enumerable: true,
|
|
1598
1598
|
configurable: true
|
|
@@ -1628,6 +1628,13 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1628
1628
|
IgcDataToolTipLayerComponent.prototype.hideToolTips = function () {
|
|
1629
1629
|
this.i.ld();
|
|
1630
1630
|
};
|
|
1631
|
+
/**
|
|
1632
|
+
* Hides any tooltips presented by the layer, if any.
|
|
1633
|
+
|
|
1634
|
+
*/
|
|
1635
|
+
IgcDataToolTipLayerComponent.prototype.hideToolTipsImmediate = function () {
|
|
1636
|
+
this.i.le();
|
|
1637
|
+
};
|
|
1631
1638
|
IgcDataToolTipLayerComponent._observedAttributesIgcDataToolTipLayerComponent = null;
|
|
1632
1639
|
IgcDataToolTipLayerComponent.htmlTagName = "igc-data-tool-tip-layer";
|
|
1633
1640
|
IgcDataToolTipLayerComponent._isElementRegistered = false;
|