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
|
@@ -59,21 +59,21 @@ export let IgcCategorySeriesComponent = /*@__PURE__*/ (() => {
|
|
|
59
59
|
* Gets or sets whether this category series should allow custom style overrides of its individual visuals.
|
|
60
60
|
*/
|
|
61
61
|
get isCustomCategoryStyleAllowed() {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.sf;
|
|
63
63
|
}
|
|
64
64
|
set isCustomCategoryStyleAllowed(v) {
|
|
65
|
-
this.i.
|
|
66
|
-
this._a("isCustomCategoryStyleAllowed", this.i.
|
|
65
|
+
this.i.sf = ensureBool(v);
|
|
66
|
+
this._a("isCustomCategoryStyleAllowed", this.i.sf);
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
69
69
|
* Gets or sets whether this category series should allow custom style overrides of its individual marker visuals.
|
|
70
70
|
*/
|
|
71
71
|
get isCustomCategoryMarkerStyleAllowed() {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.se;
|
|
73
73
|
}
|
|
74
74
|
set isCustomCategoryMarkerStyleAllowed(v) {
|
|
75
|
-
this.i.
|
|
76
|
-
this._a("isCustomCategoryMarkerStyleAllowed", this.i.
|
|
75
|
+
this.i.se = ensureBool(v);
|
|
76
|
+
this._a("isCustomCategoryMarkerStyleAllowed", this.i.se);
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
79
|
* Sets or Gets whether to increase marker fidelity for extreme data shapes that have lots of Y variation over short X intervals.
|
|
@@ -85,11 +85,11 @@ export let IgcCategorySeriesComponent = /*@__PURE__*/ (() => {
|
|
|
85
85
|
* ```
|
|
86
86
|
*/
|
|
87
87
|
get useHighMarkerFidelity() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.sk;
|
|
89
89
|
}
|
|
90
90
|
set useHighMarkerFidelity(v) {
|
|
91
|
-
this.i.
|
|
92
|
-
this._a("useHighMarkerFidelity", this.i.
|
|
91
|
+
this.i.sk = ensureBool(v);
|
|
92
|
+
this._a("useHighMarkerFidelity", this.i.sk);
|
|
93
93
|
}
|
|
94
94
|
/**
|
|
95
95
|
* Gets or sets the method by which to animate the data into the chart when the chart data source is swapped.
|
|
@@ -103,11 +103,11 @@ export let IgcCategorySeriesComponent = /*@__PURE__*/ (() => {
|
|
|
103
103
|
* ```
|
|
104
104
|
*/
|
|
105
105
|
get transitionInMode() {
|
|
106
|
-
return this.i.
|
|
106
|
+
return this.i.r0;
|
|
107
107
|
}
|
|
108
108
|
set transitionInMode(v) {
|
|
109
|
-
this.i.
|
|
110
|
-
this._a("transitionInMode", enumToString(CategoryTransitionInMode_$type, this.i.
|
|
109
|
+
this.i.r0 = ensureEnum(CategoryTransitionInMode_$type, v);
|
|
110
|
+
this._a("transitionInMode", enumToString(CategoryTransitionInMode_$type, this.i.r0));
|
|
111
111
|
}
|
|
112
112
|
/**
|
|
113
113
|
* Gets or sets whether the series should transition into the plot area when a new data source is assigned.
|
|
@@ -116,11 +116,11 @@ export let IgcCategorySeriesComponent = /*@__PURE__*/ (() => {
|
|
|
116
116
|
* Set `isTransitionInEnabled` to true if you want your chart series to animate into position when the chart is loading into view.
|
|
117
117
|
*/
|
|
118
118
|
get isTransitionInEnabled() {
|
|
119
|
-
return this.i.
|
|
119
|
+
return this.i.sg;
|
|
120
120
|
}
|
|
121
121
|
set isTransitionInEnabled(v) {
|
|
122
|
-
this.i.
|
|
123
|
-
this._a("isTransitionInEnabled", this.i.
|
|
122
|
+
this.i.sg = ensureBool(v);
|
|
123
|
+
this._a("isTransitionInEnabled", this.i.sg);
|
|
124
124
|
}
|
|
125
125
|
/**
|
|
126
126
|
* Returns the offset value for this series if grouped on a category axis.
|
|
@@ -61,32 +61,32 @@ export let IgcCategoryToolTipLayerComponent = /*@__PURE__*/ (() => {
|
|
|
61
61
|
* Gets or sets the Axis to target this annotation to. If null, this annotation layer will not render content.
|
|
62
62
|
*/
|
|
63
63
|
get targetAxis() {
|
|
64
|
-
if (this.i.
|
|
64
|
+
if (this.i.q8 == null) {
|
|
65
65
|
return null;
|
|
66
66
|
}
|
|
67
|
-
if (!this.i.
|
|
68
|
-
let e = IgcAxisComponent._createFromInternal(this.i.
|
|
67
|
+
if (!this.i.q8.externalObject) {
|
|
68
|
+
let e = IgcAxisComponent._createFromInternal(this.i.q8);
|
|
69
69
|
if (e) {
|
|
70
|
-
e._implementation = this.i.
|
|
70
|
+
e._implementation = this.i.q8;
|
|
71
71
|
}
|
|
72
|
-
this.i.
|
|
72
|
+
this.i.q8.externalObject = e;
|
|
73
73
|
}
|
|
74
|
-
return this.i.
|
|
74
|
+
return this.i.q8.externalObject;
|
|
75
75
|
}
|
|
76
76
|
set targetAxis(v) {
|
|
77
77
|
if (v != null && this._stylingContainer && v._styling)
|
|
78
78
|
v._styling(this._stylingContainer, this, this);
|
|
79
|
-
v == null ? this.i.
|
|
79
|
+
v == null ? this.i.q8 = null : this.i.q8 = v.i;
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
82
|
* Gets or sets whether to use value interpolation when drawing the tooltips.
|
|
83
83
|
*/
|
|
84
84
|
get useInterpolation() {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.rc;
|
|
86
86
|
}
|
|
87
87
|
set useInterpolation(v) {
|
|
88
|
-
this.i.
|
|
89
|
-
this._a("useInterpolation", this.i.
|
|
88
|
+
this.i.rc = ensureBool(v);
|
|
89
|
+
this._a("useInterpolation", this.i.rc);
|
|
90
90
|
}
|
|
91
91
|
findByName(name) {
|
|
92
92
|
var baseResult = super.findByName(name);
|
|
@@ -60,11 +60,11 @@ export let IgcChaikinVolatilityIndicatorComponent = /*@__PURE__*/ (() => {
|
|
|
60
60
|
* ```
|
|
61
61
|
*/
|
|
62
62
|
get period() {
|
|
63
|
-
return this.i.
|
|
63
|
+
return this.i.u2;
|
|
64
64
|
}
|
|
65
65
|
set period(v) {
|
|
66
|
-
this.i.
|
|
67
|
-
this._a("period", this.i.
|
|
66
|
+
this.i.u2 = +v;
|
|
67
|
+
this._a("period", this.i.u2);
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
IgcChaikinVolatilityIndicatorComponent._observedAttributesIgcChaikinVolatilityIndicatorComponent = null;
|
|
@@ -62,21 +62,21 @@ export let IgcColumnFragmentComponent = /*@__PURE__*/ (() => {
|
|
|
62
62
|
* Gets or sets the x-radius of the ellipse that is used to round the corners of the column.
|
|
63
63
|
*/
|
|
64
64
|
get radiusX() {
|
|
65
|
-
return this.i.
|
|
65
|
+
return this.i.vl;
|
|
66
66
|
}
|
|
67
67
|
set radiusX(v) {
|
|
68
|
-
this.i.
|
|
69
|
-
this._a("radiusX", this.i.
|
|
68
|
+
this.i.vl = +v;
|
|
69
|
+
this._a("radiusX", this.i.vl);
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
72
|
* Gets or sets the y-radius of the ellipse that is used to round the corners of the column.
|
|
73
73
|
*/
|
|
74
74
|
get radiusY() {
|
|
75
|
-
return this.i.
|
|
75
|
+
return this.i.vm;
|
|
76
76
|
}
|
|
77
77
|
set radiusY(v) {
|
|
78
|
-
this.i.
|
|
79
|
-
this._a("radiusY", this.i.
|
|
78
|
+
this.i.vm = +v;
|
|
79
|
+
this._a("radiusY", this.i.vm);
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
82
|
* Gets or sets the effective x-axis for this series.
|
|
@@ -127,7 +127,7 @@ export let IgcColumnFragmentComponent = /*@__PURE__*/ (() => {
|
|
|
127
127
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
128
128
|
*/
|
|
129
129
|
getSeriesValueBoundingBox(world) {
|
|
130
|
-
let iv = this.i.
|
|
130
|
+
let iv = this.i.pv(toPoint(world));
|
|
131
131
|
return fromRect(iv);
|
|
132
132
|
}
|
|
133
133
|
/**
|
|
@@ -64,31 +64,31 @@ export let IgcColumnSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
64
64
|
* Gets or sets the x-radius of the ellipse that is used to round the corners of the column.
|
|
65
65
|
*/
|
|
66
66
|
get radiusX() {
|
|
67
|
-
return this.i.
|
|
67
|
+
return this.i.vb;
|
|
68
68
|
}
|
|
69
69
|
set radiusX(v) {
|
|
70
|
-
this.i.
|
|
71
|
-
this._a("radiusX", this.i.
|
|
70
|
+
this.i.vb = +v;
|
|
71
|
+
this._a("radiusX", this.i.vb);
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
* Gets or sets the y-radius of the ellipse that is used to round the corners of the column.
|
|
75
75
|
*/
|
|
76
76
|
get radiusY() {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.vc;
|
|
78
78
|
}
|
|
79
79
|
set radiusY(v) {
|
|
80
|
-
this.i.
|
|
81
|
-
this._a("radiusY", this.i.
|
|
80
|
+
this.i.vc = +v;
|
|
81
|
+
this._a("radiusY", this.i.vc);
|
|
82
82
|
}
|
|
83
83
|
/**
|
|
84
84
|
* The positioning logic to use for columns which have been consolidated into a single visual element.
|
|
85
85
|
*/
|
|
86
86
|
get consolidatedColumnVerticalPosition() {
|
|
87
|
-
return this.i.
|
|
87
|
+
return this.i.u9;
|
|
88
88
|
}
|
|
89
89
|
set consolidatedColumnVerticalPosition(v) {
|
|
90
|
-
this.i.
|
|
91
|
-
this._a("consolidatedColumnVerticalPosition", enumToString(ConsolidatedItemsPosition_$type, this.i.
|
|
90
|
+
this.i.u9 = ensureEnum(ConsolidatedItemsPosition_$type, v);
|
|
91
|
+
this._a("consolidatedColumnVerticalPosition", enumToString(ConsolidatedItemsPosition_$type, this.i.u9));
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
94
|
* If possible, will return the best available value bounding box within the series that has the best value match for the world position provided.
|
|
@@ -96,7 +96,7 @@ export let IgcColumnSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
96
96
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
97
97
|
*/
|
|
98
98
|
getSeriesValueBoundingBox(world) {
|
|
99
|
-
let iv = this.i.
|
|
99
|
+
let iv = this.i.pv(toPoint(world));
|
|
100
100
|
return fromRect(iv);
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
@@ -56,11 +56,11 @@ export let IgcCommodityChannelIndexIndicatorComponent = /*@__PURE__*/ (() => {
|
|
|
56
56
|
* ```
|
|
57
57
|
*/
|
|
58
58
|
get period() {
|
|
59
|
-
return this.i.
|
|
59
|
+
return this.i.u2;
|
|
60
60
|
}
|
|
61
61
|
set period(v) {
|
|
62
|
-
this.i.
|
|
63
|
-
this._a("period", this.i.
|
|
62
|
+
this.i.u2 = +v;
|
|
63
|
+
this._a("period", this.i.u2);
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
IgcCommodityChannelIndexIndicatorComponent._observedAttributesIgcCommodityChannelIndexIndicatorComponent = null;
|
|
@@ -62,301 +62,301 @@ export let IgcCrosshairLayerComponent = /*@__PURE__*/ (() => {
|
|
|
62
62
|
* Gets or sets the color to use for the horizontal line. Leave null for an automatic value.
|
|
63
63
|
*/
|
|
64
64
|
get horizontalLineStroke() {
|
|
65
|
-
return brushToString(this.i.
|
|
65
|
+
return brushToString(this.i.tn);
|
|
66
66
|
}
|
|
67
67
|
set horizontalLineStroke(v) {
|
|
68
|
-
this.i.
|
|
69
|
-
this._a("horizontalLineStroke", brushToString(this.i.
|
|
68
|
+
this.i.tn = stringToBrush(v);
|
|
69
|
+
this._a("horizontalLineStroke", brushToString(this.i.tn));
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
72
|
* Gets or sets the color to use for vertical line. Leave null for an automatic value.
|
|
73
73
|
*/
|
|
74
74
|
get verticalLineStroke() {
|
|
75
|
-
return brushToString(this.i.
|
|
75
|
+
return brushToString(this.i.to);
|
|
76
76
|
}
|
|
77
77
|
set verticalLineStroke(v) {
|
|
78
|
-
this.i.
|
|
79
|
-
this._a("verticalLineStroke", brushToString(this.i.
|
|
78
|
+
this.i.to = stringToBrush(v);
|
|
79
|
+
this._a("verticalLineStroke", brushToString(this.i.to));
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
82
|
* Gets or sets the name of the series to target this annotation to. If null, this annotation targets all series simultaneously.
|
|
83
83
|
*/
|
|
84
84
|
get targetSeriesName() {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.r1;
|
|
86
86
|
}
|
|
87
87
|
set targetSeriesName(v) {
|
|
88
|
-
this.i.
|
|
88
|
+
this.i.r1 = v;
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
91
|
* Gets or sets the series to target this annotation to. If null, this annotation targets all series simultaneously.
|
|
92
92
|
*/
|
|
93
93
|
get targetSeries() {
|
|
94
|
-
if (this.i.
|
|
94
|
+
if (this.i.rb == null) {
|
|
95
95
|
return null;
|
|
96
96
|
}
|
|
97
|
-
if (!this.i.
|
|
98
|
-
let e = IgcSeriesComponent._createFromInternal(this.i.
|
|
97
|
+
if (!this.i.rb.externalObject) {
|
|
98
|
+
let e = IgcSeriesComponent._createFromInternal(this.i.rb);
|
|
99
99
|
if (e) {
|
|
100
|
-
e._implementation = this.i.
|
|
100
|
+
e._implementation = this.i.rb;
|
|
101
101
|
}
|
|
102
|
-
this.i.
|
|
102
|
+
this.i.rb.externalObject = e;
|
|
103
103
|
}
|
|
104
|
-
return this.i.
|
|
104
|
+
return this.i.rb.externalObject;
|
|
105
105
|
}
|
|
106
106
|
set targetSeries(v) {
|
|
107
107
|
if (v != null && this._stylingContainer && v._styling)
|
|
108
108
|
v._styling(this._stylingContainer, this, this);
|
|
109
|
-
v == null ? this.i.
|
|
109
|
+
v == null ? this.i.rb = null : this.i.rb = v.i;
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
112
|
* Gets or sets whether to use value interpolation when drawing a line through the best value for the cursor position.
|
|
113
113
|
*/
|
|
114
114
|
get useInterpolation() {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.rg;
|
|
116
116
|
}
|
|
117
117
|
set useInterpolation(v) {
|
|
118
|
-
this.i.
|
|
119
|
-
this._a("useInterpolation", this.i.
|
|
118
|
+
this.i.rg = ensureBool(v);
|
|
119
|
+
this._a("useInterpolation", this.i.rg);
|
|
120
120
|
}
|
|
121
121
|
/**
|
|
122
122
|
* Gets or sets whether to draw annotations over the axes where the crosshair meets with them.
|
|
123
123
|
*/
|
|
124
124
|
get isAxisAnnotationEnabled() {
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.re;
|
|
126
126
|
}
|
|
127
127
|
set isAxisAnnotationEnabled(v) {
|
|
128
|
-
this.i.
|
|
129
|
-
this._a("isAxisAnnotationEnabled", this.i.
|
|
128
|
+
this.i.re = ensureBool(v);
|
|
129
|
+
this._a("isAxisAnnotationEnabled", this.i.re);
|
|
130
130
|
}
|
|
131
131
|
/**
|
|
132
132
|
* Gets or sets the color to use for the x axis annotation text. Leave unset for an automatic value.
|
|
133
133
|
*/
|
|
134
134
|
get xAxisAnnotationTextColor() {
|
|
135
|
-
return brushToString(this.i.
|
|
135
|
+
return brushToString(this.i.tr);
|
|
136
136
|
}
|
|
137
137
|
set xAxisAnnotationTextColor(v) {
|
|
138
|
-
this.i.
|
|
139
|
-
this._a("xAxisAnnotationTextColor", brushToString(this.i.
|
|
138
|
+
this.i.tr = stringToBrush(v);
|
|
139
|
+
this._a("xAxisAnnotationTextColor", brushToString(this.i.tr));
|
|
140
140
|
}
|
|
141
141
|
/**
|
|
142
142
|
* Gets or sets the color to use for the x axis annotation backing. Leave unset for an automatic value.
|
|
143
143
|
*/
|
|
144
144
|
get xAxisAnnotationBackground() {
|
|
145
|
-
return brushToString(this.i.
|
|
145
|
+
return brushToString(this.i.tp);
|
|
146
146
|
}
|
|
147
147
|
set xAxisAnnotationBackground(v) {
|
|
148
|
-
this.i.
|
|
149
|
-
this._a("xAxisAnnotationBackground", brushToString(this.i.
|
|
148
|
+
this.i.tp = stringToBrush(v);
|
|
149
|
+
this._a("xAxisAnnotationBackground", brushToString(this.i.tp));
|
|
150
150
|
}
|
|
151
151
|
/**
|
|
152
152
|
* Gets or sets the corner radius to use for the x axis annotation backing. Leave unset for an automatic value.
|
|
153
153
|
*/
|
|
154
154
|
get xAxisAnnotationBackgroundCornerRadius() {
|
|
155
|
-
return this.i.
|
|
155
|
+
return this.i.rj;
|
|
156
156
|
}
|
|
157
157
|
set xAxisAnnotationBackgroundCornerRadius(v) {
|
|
158
|
-
this.i.
|
|
159
|
-
this._a("xAxisAnnotationBackgroundCornerRadius", this.i.
|
|
158
|
+
this.i.rj = +v;
|
|
159
|
+
this._a("xAxisAnnotationBackgroundCornerRadius", this.i.rj);
|
|
160
160
|
}
|
|
161
161
|
/**
|
|
162
162
|
* Gets or sets the precision to use displaying values for interpolated crosshair positions.
|
|
163
163
|
*/
|
|
164
164
|
get xAxisAnnotationInterpolatedValuePrecision() {
|
|
165
|
-
return this.i.
|
|
165
|
+
return this.i.rv;
|
|
166
166
|
}
|
|
167
167
|
set xAxisAnnotationInterpolatedValuePrecision(v) {
|
|
168
|
-
this.i.
|
|
169
|
-
this._a("xAxisAnnotationInterpolatedValuePrecision", this.i.
|
|
168
|
+
this.i.rv = +v;
|
|
169
|
+
this._a("xAxisAnnotationInterpolatedValuePrecision", this.i.rv);
|
|
170
170
|
}
|
|
171
171
|
/**
|
|
172
172
|
* Gets or sets the color to use for the x axis annotation outline. Leave unset for an automatic value.
|
|
173
173
|
*/
|
|
174
174
|
get xAxisAnnotationOutline() {
|
|
175
|
-
return brushToString(this.i.
|
|
175
|
+
return brushToString(this.i.tq);
|
|
176
176
|
}
|
|
177
177
|
set xAxisAnnotationOutline(v) {
|
|
178
|
-
this.i.
|
|
179
|
-
this._a("xAxisAnnotationOutline", brushToString(this.i.
|
|
178
|
+
this.i.tq = stringToBrush(v);
|
|
179
|
+
this._a("xAxisAnnotationOutline", brushToString(this.i.tq));
|
|
180
180
|
}
|
|
181
181
|
/**
|
|
182
182
|
* Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins.
|
|
183
183
|
*/
|
|
184
184
|
get xAxisAnnotationPaddingLeft() {
|
|
185
|
-
return this.i.
|
|
185
|
+
return this.i.rl;
|
|
186
186
|
}
|
|
187
187
|
set xAxisAnnotationPaddingLeft(v) {
|
|
188
|
-
this.i.
|
|
189
|
-
this._a("xAxisAnnotationPaddingLeft", this.i.
|
|
188
|
+
this.i.rl = +v;
|
|
189
|
+
this._a("xAxisAnnotationPaddingLeft", this.i.rl);
|
|
190
190
|
}
|
|
191
191
|
/**
|
|
192
192
|
* Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins.
|
|
193
193
|
*/
|
|
194
194
|
get xAxisAnnotationPaddingTop() {
|
|
195
|
-
return this.i.
|
|
195
|
+
return this.i.rn;
|
|
196
196
|
}
|
|
197
197
|
set xAxisAnnotationPaddingTop(v) {
|
|
198
|
-
this.i.
|
|
199
|
-
this._a("xAxisAnnotationPaddingTop", this.i.
|
|
198
|
+
this.i.rn = +v;
|
|
199
|
+
this._a("xAxisAnnotationPaddingTop", this.i.rn);
|
|
200
200
|
}
|
|
201
201
|
/**
|
|
202
202
|
* Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins.
|
|
203
203
|
*/
|
|
204
204
|
get xAxisAnnotationPaddingRight() {
|
|
205
|
-
return this.i.
|
|
205
|
+
return this.i.rm;
|
|
206
206
|
}
|
|
207
207
|
set xAxisAnnotationPaddingRight(v) {
|
|
208
|
-
this.i.
|
|
209
|
-
this._a("xAxisAnnotationPaddingRight", this.i.
|
|
208
|
+
this.i.rm = +v;
|
|
209
|
+
this._a("xAxisAnnotationPaddingRight", this.i.rm);
|
|
210
210
|
}
|
|
211
211
|
/**
|
|
212
212
|
* Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins.
|
|
213
213
|
*/
|
|
214
214
|
get xAxisAnnotationPaddingBottom() {
|
|
215
|
-
return this.i.
|
|
215
|
+
return this.i.rk;
|
|
216
216
|
}
|
|
217
217
|
set xAxisAnnotationPaddingBottom(v) {
|
|
218
|
-
this.i.
|
|
219
|
-
this._a("xAxisAnnotationPaddingBottom", this.i.
|
|
218
|
+
this.i.rk = +v;
|
|
219
|
+
this._a("xAxisAnnotationPaddingBottom", this.i.rk);
|
|
220
220
|
}
|
|
221
221
|
/**
|
|
222
222
|
* Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins.
|
|
223
223
|
*/
|
|
224
224
|
get yAxisAnnotationPaddingLeft() {
|
|
225
|
-
return this.i.
|
|
225
|
+
return this.i.rr;
|
|
226
226
|
}
|
|
227
227
|
set yAxisAnnotationPaddingLeft(v) {
|
|
228
|
-
this.i.
|
|
229
|
-
this._a("yAxisAnnotationPaddingLeft", this.i.
|
|
228
|
+
this.i.rr = +v;
|
|
229
|
+
this._a("yAxisAnnotationPaddingLeft", this.i.rr);
|
|
230
230
|
}
|
|
231
231
|
/**
|
|
232
232
|
* Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins.
|
|
233
233
|
*/
|
|
234
234
|
get yAxisAnnotationPaddingTop() {
|
|
235
|
-
return this.i.
|
|
235
|
+
return this.i.rt;
|
|
236
236
|
}
|
|
237
237
|
set yAxisAnnotationPaddingTop(v) {
|
|
238
|
-
this.i.
|
|
239
|
-
this._a("yAxisAnnotationPaddingTop", this.i.
|
|
238
|
+
this.i.rt = +v;
|
|
239
|
+
this._a("yAxisAnnotationPaddingTop", this.i.rt);
|
|
240
240
|
}
|
|
241
241
|
/**
|
|
242
242
|
* Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins.
|
|
243
243
|
*/
|
|
244
244
|
get yAxisAnnotationPaddingRight() {
|
|
245
|
-
return this.i.
|
|
245
|
+
return this.i.rs;
|
|
246
246
|
}
|
|
247
247
|
set yAxisAnnotationPaddingRight(v) {
|
|
248
|
-
this.i.
|
|
249
|
-
this._a("yAxisAnnotationPaddingRight", this.i.
|
|
248
|
+
this.i.rs = +v;
|
|
249
|
+
this._a("yAxisAnnotationPaddingRight", this.i.rs);
|
|
250
250
|
}
|
|
251
251
|
/**
|
|
252
252
|
* Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins.
|
|
253
253
|
*/
|
|
254
254
|
get yAxisAnnotationPaddingBottom() {
|
|
255
|
-
return this.i.
|
|
255
|
+
return this.i.rq;
|
|
256
256
|
}
|
|
257
257
|
set yAxisAnnotationPaddingBottom(v) {
|
|
258
|
-
this.i.
|
|
259
|
-
this._a("yAxisAnnotationPaddingBottom", this.i.
|
|
258
|
+
this.i.rq = +v;
|
|
259
|
+
this._a("yAxisAnnotationPaddingBottom", this.i.rq);
|
|
260
260
|
}
|
|
261
261
|
/**
|
|
262
262
|
* Gets or sets the stroke thickness for the x axis annotation backing. Leave unset for an automatic value.
|
|
263
263
|
*/
|
|
264
264
|
get xAxisAnnotationStrokeThickness() {
|
|
265
|
-
return this.i.
|
|
265
|
+
return this.i.ro;
|
|
266
266
|
}
|
|
267
267
|
set xAxisAnnotationStrokeThickness(v) {
|
|
268
|
-
this.i.
|
|
269
|
-
this._a("xAxisAnnotationStrokeThickness", this.i.
|
|
268
|
+
this.i.ro = +v;
|
|
269
|
+
this._a("xAxisAnnotationStrokeThickness", this.i.ro);
|
|
270
270
|
}
|
|
271
271
|
/**
|
|
272
272
|
* Gets or sets the color to use for the y axis annotation text. Leave unset for an automatic value.
|
|
273
273
|
*/
|
|
274
274
|
get yAxisAnnotationTextColor() {
|
|
275
|
-
return brushToString(this.i.
|
|
275
|
+
return brushToString(this.i.tu);
|
|
276
276
|
}
|
|
277
277
|
set yAxisAnnotationTextColor(v) {
|
|
278
|
-
this.i.
|
|
279
|
-
this._a("yAxisAnnotationTextColor", brushToString(this.i.
|
|
278
|
+
this.i.tu = stringToBrush(v);
|
|
279
|
+
this._a("yAxisAnnotationTextColor", brushToString(this.i.tu));
|
|
280
280
|
}
|
|
281
281
|
/**
|
|
282
282
|
* Gets or sets the color to use for the y axis annotation backing. Leave unset for an automatic value.
|
|
283
283
|
*/
|
|
284
284
|
get yAxisAnnotationBackground() {
|
|
285
|
-
return brushToString(this.i.
|
|
285
|
+
return brushToString(this.i.ts);
|
|
286
286
|
}
|
|
287
287
|
set yAxisAnnotationBackground(v) {
|
|
288
|
-
this.i.
|
|
289
|
-
this._a("yAxisAnnotationBackground", brushToString(this.i.
|
|
288
|
+
this.i.ts = stringToBrush(v);
|
|
289
|
+
this._a("yAxisAnnotationBackground", brushToString(this.i.ts));
|
|
290
290
|
}
|
|
291
291
|
/**
|
|
292
292
|
* Gets or sets the corner radius to use for the y axis annotation backing. Leave unset for an automatic value.
|
|
293
293
|
*/
|
|
294
294
|
get yAxisAnnotationBackgroundCornerRadius() {
|
|
295
|
-
return this.i.
|
|
295
|
+
return this.i.rp;
|
|
296
296
|
}
|
|
297
297
|
set yAxisAnnotationBackgroundCornerRadius(v) {
|
|
298
|
-
this.i.
|
|
299
|
-
this._a("yAxisAnnotationBackgroundCornerRadius", this.i.
|
|
298
|
+
this.i.rp = +v;
|
|
299
|
+
this._a("yAxisAnnotationBackgroundCornerRadius", this.i.rp);
|
|
300
300
|
}
|
|
301
301
|
/**
|
|
302
302
|
* Gets or sets the precision to use displaying values for interpolated crosshair positions.
|
|
303
303
|
*/
|
|
304
304
|
get yAxisAnnotationInterpolatedValuePrecision() {
|
|
305
|
-
return this.i.
|
|
305
|
+
return this.i.rw;
|
|
306
306
|
}
|
|
307
307
|
set yAxisAnnotationInterpolatedValuePrecision(v) {
|
|
308
|
-
this.i.
|
|
309
|
-
this._a("yAxisAnnotationInterpolatedValuePrecision", this.i.
|
|
308
|
+
this.i.rw = +v;
|
|
309
|
+
this._a("yAxisAnnotationInterpolatedValuePrecision", this.i.rw);
|
|
310
310
|
}
|
|
311
311
|
/**
|
|
312
312
|
* Gets or sets the color to use for the y axis annotation outline. Leave unset for an automatic value.
|
|
313
313
|
*/
|
|
314
314
|
get yAxisAnnotationOutline() {
|
|
315
|
-
return brushToString(this.i.
|
|
315
|
+
return brushToString(this.i.tt);
|
|
316
316
|
}
|
|
317
317
|
set yAxisAnnotationOutline(v) {
|
|
318
|
-
this.i.
|
|
319
|
-
this._a("yAxisAnnotationOutline", brushToString(this.i.
|
|
318
|
+
this.i.tt = stringToBrush(v);
|
|
319
|
+
this._a("yAxisAnnotationOutline", brushToString(this.i.tt));
|
|
320
320
|
}
|
|
321
321
|
/**
|
|
322
322
|
* Gets or sets the stroke thickness for the y axis annotation backing. Leave unset for an automatic value.
|
|
323
323
|
*/
|
|
324
324
|
get yAxisAnnotationStrokeThickness() {
|
|
325
|
-
return this.i.
|
|
325
|
+
return this.i.ru;
|
|
326
326
|
}
|
|
327
327
|
set yAxisAnnotationStrokeThickness(v) {
|
|
328
|
-
this.i.
|
|
329
|
-
this._a("yAxisAnnotationStrokeThickness", this.i.
|
|
328
|
+
this.i.ru = +v;
|
|
329
|
+
this._a("yAxisAnnotationStrokeThickness", this.i.ru);
|
|
330
330
|
}
|
|
331
331
|
/**
|
|
332
332
|
* Gets or sets whether to display the vertical line.
|
|
333
333
|
*/
|
|
334
334
|
get verticalLineVisibility() {
|
|
335
|
-
return this.i.
|
|
335
|
+
return this.i.ty;
|
|
336
336
|
}
|
|
337
337
|
set verticalLineVisibility(v) {
|
|
338
|
-
this.i.
|
|
339
|
-
this._a("verticalLineVisibility", enumToString(Visibility_$type, this.i.
|
|
338
|
+
this.i.ty = ensureEnum(Visibility_$type, v);
|
|
339
|
+
this._a("verticalLineVisibility", enumToString(Visibility_$type, this.i.ty));
|
|
340
340
|
}
|
|
341
341
|
/**
|
|
342
342
|
* Gets or sets whether to display the horizontal line.
|
|
343
343
|
*/
|
|
344
344
|
get horizontalLineVisibility() {
|
|
345
|
-
return this.i.
|
|
345
|
+
return this.i.tx;
|
|
346
346
|
}
|
|
347
347
|
set horizontalLineVisibility(v) {
|
|
348
|
-
this.i.
|
|
349
|
-
this._a("horizontalLineVisibility", enumToString(Visibility_$type, this.i.
|
|
348
|
+
this.i.tx = ensureEnum(Visibility_$type, v);
|
|
349
|
+
this._a("horizontalLineVisibility", enumToString(Visibility_$type, this.i.tx));
|
|
350
350
|
}
|
|
351
351
|
/**
|
|
352
352
|
* Gets or sets whether to skip unknown values when searching for series values.
|
|
353
353
|
*/
|
|
354
354
|
get skipUnknownValues() {
|
|
355
|
-
return this.i.
|
|
355
|
+
return this.i.rf;
|
|
356
356
|
}
|
|
357
357
|
set skipUnknownValues(v) {
|
|
358
|
-
this.i.
|
|
359
|
-
this._a("skipUnknownValues", this.i.
|
|
358
|
+
this.i.rf = ensureBool(v);
|
|
359
|
+
this._a("skipUnknownValues", this.i.rf);
|
|
360
360
|
}
|
|
361
361
|
findByName(name) {
|
|
362
362
|
var baseResult = super.findByName(name);
|
|
@@ -183,13 +183,16 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
|
|
|
183
183
|
*/
|
|
184
184
|
get target() {
|
|
185
185
|
var ret = this.i.target;
|
|
186
|
+
if (!ret) {
|
|
187
|
+
return ret;
|
|
188
|
+
}
|
|
186
189
|
if (ret.externalObject != null) {
|
|
187
190
|
ret = ret.externalObject;
|
|
188
191
|
}
|
|
189
192
|
return ret;
|
|
190
193
|
}
|
|
191
194
|
set target(v) {
|
|
192
|
-
if (v._implementation) {
|
|
195
|
+
if (v && v._implementation) {
|
|
193
196
|
v = v._implementation;
|
|
194
197
|
}
|
|
195
198
|
this.i.target = v;
|