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
|
@@ -71,10 +71,10 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71
71
|
* Gets or sets the path to use to find the angle values for the series.
|
|
72
72
|
*/
|
|
73
73
|
get: function () {
|
|
74
|
-
return this.i.
|
|
74
|
+
return this.i.te;
|
|
75
75
|
},
|
|
76
76
|
set: function (v) {
|
|
77
|
-
this.i.
|
|
77
|
+
this.i.te = v;
|
|
78
78
|
},
|
|
79
79
|
enumerable: true,
|
|
80
80
|
configurable: true
|
|
@@ -84,10 +84,10 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84
84
|
* Gets or sets the path to use to get the radius values for the series.
|
|
85
85
|
*/
|
|
86
86
|
get: function () {
|
|
87
|
-
return this.i.
|
|
87
|
+
return this.i.ts;
|
|
88
88
|
},
|
|
89
89
|
set: function (v) {
|
|
90
|
-
this.i.
|
|
90
|
+
this.i.ts = v;
|
|
91
91
|
},
|
|
92
92
|
enumerable: true,
|
|
93
93
|
configurable: true
|
|
@@ -97,22 +97,22 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
97
97
|
* Gets the effective angle axis for the current series object.
|
|
98
98
|
*/
|
|
99
99
|
get: function () {
|
|
100
|
-
if (this.i.
|
|
100
|
+
if (this.i.ru == null) {
|
|
101
101
|
return null;
|
|
102
102
|
}
|
|
103
|
-
if (!this.i.
|
|
104
|
-
var e = IgcNumericAngleAxisComponent._createFromInternal(this.i.
|
|
103
|
+
if (!this.i.ru.externalObject) {
|
|
104
|
+
var e = IgcNumericAngleAxisComponent._createFromInternal(this.i.ru);
|
|
105
105
|
if (e) {
|
|
106
|
-
e._implementation = this.i.
|
|
106
|
+
e._implementation = this.i.ru;
|
|
107
107
|
}
|
|
108
|
-
this.i.
|
|
108
|
+
this.i.ru.externalObject = e;
|
|
109
109
|
}
|
|
110
|
-
return this.i.
|
|
110
|
+
return this.i.ru.externalObject;
|
|
111
111
|
},
|
|
112
112
|
set: function (v) {
|
|
113
113
|
if (v != null && this._stylingContainer && v._styling)
|
|
114
114
|
v._styling(this._stylingContainer, this, this);
|
|
115
|
-
v == null ? this.i.
|
|
115
|
+
v == null ? this.i.ru = null : this.i.ru = v.i;
|
|
116
116
|
},
|
|
117
117
|
enumerable: true,
|
|
118
118
|
configurable: true
|
|
@@ -135,22 +135,22 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
135
135
|
* Gets the effective radius axis for the current series object.
|
|
136
136
|
*/
|
|
137
137
|
get: function () {
|
|
138
|
-
if (this.i.
|
|
138
|
+
if (this.i.rv == null) {
|
|
139
139
|
return null;
|
|
140
140
|
}
|
|
141
|
-
if (!this.i.
|
|
142
|
-
var e = IgcNumericRadiusAxisComponent._createFromInternal(this.i.
|
|
141
|
+
if (!this.i.rv.externalObject) {
|
|
142
|
+
var e = IgcNumericRadiusAxisComponent._createFromInternal(this.i.rv);
|
|
143
143
|
if (e) {
|
|
144
|
-
e._implementation = this.i.
|
|
144
|
+
e._implementation = this.i.rv;
|
|
145
145
|
}
|
|
146
|
-
this.i.
|
|
146
|
+
this.i.rv.externalObject = e;
|
|
147
147
|
}
|
|
148
|
-
return this.i.
|
|
148
|
+
return this.i.rv.externalObject;
|
|
149
149
|
},
|
|
150
150
|
set: function (v) {
|
|
151
151
|
if (v != null && this._stylingContainer && v._styling)
|
|
152
152
|
v._styling(this._stylingContainer, this, this);
|
|
153
|
-
v == null ? this.i.
|
|
153
|
+
v == null ? this.i.rv = null : this.i.rv = v.i;
|
|
154
154
|
},
|
|
155
155
|
enumerable: true,
|
|
156
156
|
configurable: true
|
|
@@ -174,11 +174,11 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
174
174
|
* spiral based interpolation.
|
|
175
175
|
*/
|
|
176
176
|
get: function () {
|
|
177
|
-
return this.i.
|
|
177
|
+
return this.i.su;
|
|
178
178
|
},
|
|
179
179
|
set: function (v) {
|
|
180
|
-
this.i.
|
|
181
|
-
this._a("useCartesianInterpolation", this.i.
|
|
180
|
+
this.i.su = ensureBool(v);
|
|
181
|
+
this._a("useCartesianInterpolation", this.i.su);
|
|
182
182
|
},
|
|
183
183
|
enumerable: true,
|
|
184
184
|
configurable: true
|
|
@@ -190,11 +190,11 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
190
190
|
* choose a representative set.
|
|
191
191
|
*/
|
|
192
192
|
get: function () {
|
|
193
|
-
return this.i.
|
|
193
|
+
return this.i.s4;
|
|
194
194
|
},
|
|
195
195
|
set: function (v) {
|
|
196
|
-
this.i.
|
|
197
|
-
this._a("maximumMarkers", this.i.
|
|
196
|
+
this.i.s4 = +v;
|
|
197
|
+
this._a("maximumMarkers", this.i.s4);
|
|
198
198
|
},
|
|
199
199
|
enumerable: true,
|
|
200
200
|
configurable: true
|
|
@@ -204,11 +204,11 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
204
204
|
* Gets or sets the trend type for the current series object.
|
|
205
205
|
*/
|
|
206
206
|
get: function () {
|
|
207
|
-
return this.i.
|
|
207
|
+
return this.i.sc;
|
|
208
208
|
},
|
|
209
209
|
set: function (v) {
|
|
210
|
-
this.i.
|
|
211
|
-
this._a("trendLineType", enumToString(TrendLineType_$type, this.i.
|
|
210
|
+
this.i.sc = ensureEnum(TrendLineType_$type, v);
|
|
211
|
+
this._a("trendLineType", enumToString(TrendLineType_$type, this.i.sc));
|
|
212
212
|
},
|
|
213
213
|
enumerable: true,
|
|
214
214
|
configurable: true
|
|
@@ -219,11 +219,11 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
219
219
|
* object's trend line is drawn.
|
|
220
220
|
*/
|
|
221
221
|
get: function () {
|
|
222
|
-
return brushToString(this.i.
|
|
222
|
+
return brushToString(this.i.uv);
|
|
223
223
|
},
|
|
224
224
|
set: function (v) {
|
|
225
|
-
this.i.
|
|
226
|
-
this._a("trendLineBrush", brushToString(this.i.
|
|
225
|
+
this.i.uv = stringToBrush(v);
|
|
226
|
+
this._a("trendLineBrush", brushToString(this.i.uv));
|
|
227
227
|
},
|
|
228
228
|
enumerable: true,
|
|
229
229
|
configurable: true
|
|
@@ -233,11 +233,11 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
233
233
|
* Gets the effective TrendLineBrush for this series.
|
|
234
234
|
*/
|
|
235
235
|
get: function () {
|
|
236
|
-
return brushToString(this.i.
|
|
236
|
+
return brushToString(this.i.uu);
|
|
237
237
|
},
|
|
238
238
|
set: function (v) {
|
|
239
|
-
this.i.
|
|
240
|
-
this._a("actualTrendLineBrush", brushToString(this.i.
|
|
239
|
+
this.i.uu = stringToBrush(v);
|
|
240
|
+
this._a("actualTrendLineBrush", brushToString(this.i.uu));
|
|
241
241
|
},
|
|
242
242
|
enumerable: true,
|
|
243
243
|
configurable: true
|
|
@@ -247,11 +247,11 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
247
247
|
* Gets or sets the thickness of the current series object's trend line.
|
|
248
248
|
*/
|
|
249
249
|
get: function () {
|
|
250
|
-
return this.i.
|
|
250
|
+
return this.i.s2;
|
|
251
251
|
},
|
|
252
252
|
set: function (v) {
|
|
253
|
-
this.i.
|
|
254
|
-
this._a("trendLineThickness", this.i.
|
|
253
|
+
this.i.s2 = +v;
|
|
254
|
+
this._a("trendLineThickness", this.i.s2);
|
|
255
255
|
},
|
|
256
256
|
enumerable: true,
|
|
257
257
|
configurable: true
|
|
@@ -261,11 +261,11 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
261
261
|
* Gets or sets the moving average period for the current series object.
|
|
262
262
|
*/
|
|
263
263
|
get: function () {
|
|
264
|
-
return this.i.
|
|
264
|
+
return this.i.s5;
|
|
265
265
|
},
|
|
266
266
|
set: function (v) {
|
|
267
|
-
this.i.
|
|
268
|
-
this._a("trendLinePeriod", this.i.
|
|
267
|
+
this.i.s5 = +v;
|
|
268
|
+
this._a("trendLinePeriod", this.i.s5);
|
|
269
269
|
},
|
|
270
270
|
enumerable: true,
|
|
271
271
|
configurable: true
|
|
@@ -275,11 +275,11 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
275
275
|
* Sets or Gets the Trendline Z index.
|
|
276
276
|
*/
|
|
277
277
|
get: function () {
|
|
278
|
-
return this.i.
|
|
278
|
+
return this.i.s6;
|
|
279
279
|
},
|
|
280
280
|
set: function (v) {
|
|
281
|
-
this.i.
|
|
282
|
-
this._a("trendLineZIndex", this.i.
|
|
281
|
+
this.i.s6 = +v;
|
|
282
|
+
this._a("trendLineZIndex", this.i.s6);
|
|
283
283
|
},
|
|
284
284
|
enumerable: true,
|
|
285
285
|
configurable: true
|
|
@@ -290,22 +290,22 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
290
290
|
* Setting this to true can effect performance.
|
|
291
291
|
*/
|
|
292
292
|
get: function () {
|
|
293
|
-
return this.i.
|
|
293
|
+
return this.i.sl;
|
|
294
294
|
},
|
|
295
295
|
set: function (v) {
|
|
296
|
-
this.i.
|
|
297
|
-
this._a("clipSeriesToBounds", this.i.
|
|
296
|
+
this.i.sl = ensureBool(v);
|
|
297
|
+
this._a("clipSeriesToBounds", this.i.sl);
|
|
298
298
|
},
|
|
299
299
|
enumerable: true,
|
|
300
300
|
configurable: true
|
|
301
301
|
});
|
|
302
302
|
Object.defineProperty(IgcPolarBaseComponent.prototype, "actualItemSearchMode", {
|
|
303
303
|
get: function () {
|
|
304
|
-
return this.i.
|
|
304
|
+
return this.i.r8;
|
|
305
305
|
},
|
|
306
306
|
set: function (v) {
|
|
307
|
-
this.i.
|
|
308
|
-
this._a("actualItemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
307
|
+
this.i.r8 = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
308
|
+
this._a("actualItemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.r8));
|
|
309
309
|
},
|
|
310
310
|
enumerable: true,
|
|
311
311
|
configurable: true
|
|
@@ -315,11 +315,11 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
315
315
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
316
316
|
*/
|
|
317
317
|
get: function () {
|
|
318
|
-
return this.i.
|
|
318
|
+
return this.i.sa;
|
|
319
319
|
},
|
|
320
320
|
set: function (v) {
|
|
321
|
-
this.i.
|
|
322
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
321
|
+
this.i.sa = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
322
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.sa));
|
|
323
323
|
},
|
|
324
324
|
enumerable: true,
|
|
325
325
|
configurable: true
|
|
@@ -329,11 +329,11 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
329
329
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
330
330
|
*/
|
|
331
331
|
get: function () {
|
|
332
|
-
return this.i.
|
|
332
|
+
return this.i.s3;
|
|
333
333
|
},
|
|
334
334
|
set: function (v) {
|
|
335
|
-
this.i.
|
|
336
|
-
this._a("itemSearchThreshold", this.i.
|
|
335
|
+
this.i.s3 = +v;
|
|
336
|
+
this._a("itemSearchThreshold", this.i.s3);
|
|
337
337
|
},
|
|
338
338
|
enumerable: true,
|
|
339
339
|
configurable: true
|
|
@@ -343,11 +343,11 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
343
343
|
* Gets or sets whether this Polar series should allow custom style overrides of its individual visuals.
|
|
344
344
|
*/
|
|
345
345
|
get: function () {
|
|
346
|
-
return this.i.
|
|
346
|
+
return this.i.so;
|
|
347
347
|
},
|
|
348
348
|
set: function (v) {
|
|
349
|
-
this.i.
|
|
350
|
-
this._a("isCustomPolarStyleAllowed", this.i.
|
|
349
|
+
this.i.so = ensureBool(v);
|
|
350
|
+
this._a("isCustomPolarStyleAllowed", this.i.so);
|
|
351
351
|
},
|
|
352
352
|
enumerable: true,
|
|
353
353
|
configurable: true
|
|
@@ -357,11 +357,11 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
357
357
|
* Gets or sets whether this Polar series should allow custom style overrides of its individual marker visuals.
|
|
358
358
|
*/
|
|
359
359
|
get: function () {
|
|
360
|
-
return this.i.
|
|
360
|
+
return this.i.sn;
|
|
361
361
|
},
|
|
362
362
|
set: function (v) {
|
|
363
|
-
this.i.
|
|
364
|
-
this._a("isCustomPolarMarkerStyleAllowed", this.i.
|
|
363
|
+
this.i.sn = ensureBool(v);
|
|
364
|
+
this._a("isCustomPolarMarkerStyleAllowed", this.i.sn);
|
|
365
365
|
},
|
|
366
366
|
enumerable: true,
|
|
367
367
|
configurable: true
|
|
@@ -371,10 +371,10 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
371
371
|
* Gets or sets the label displayed before series' radius value in the Data Legend.
|
|
372
372
|
*/
|
|
373
373
|
get: function () {
|
|
374
|
-
return this.i.
|
|
374
|
+
return this.i.to;
|
|
375
375
|
},
|
|
376
376
|
set: function (v) {
|
|
377
|
-
this.i.
|
|
377
|
+
this.i.to = v;
|
|
378
378
|
},
|
|
379
379
|
enumerable: true,
|
|
380
380
|
configurable: true
|
|
@@ -384,10 +384,10 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
384
384
|
* Gets or sets the label displayed before series' angle value in the Data Legend.
|
|
385
385
|
*/
|
|
386
386
|
get: function () {
|
|
387
|
-
return this.i.
|
|
387
|
+
return this.i.ta;
|
|
388
388
|
},
|
|
389
389
|
set: function (v) {
|
|
390
|
-
this.i.
|
|
390
|
+
this.i.ta = v;
|
|
391
391
|
},
|
|
392
392
|
enumerable: true,
|
|
393
393
|
configurable: true
|
|
@@ -397,10 +397,10 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
397
397
|
* Gets or sets the unit displayed after series' radius value in the Data Legend.
|
|
398
398
|
*/
|
|
399
399
|
get: function () {
|
|
400
|
-
return this.i.
|
|
400
|
+
return this.i.tq;
|
|
401
401
|
},
|
|
402
402
|
set: function (v) {
|
|
403
|
-
this.i.
|
|
403
|
+
this.i.tq = v;
|
|
404
404
|
},
|
|
405
405
|
enumerable: true,
|
|
406
406
|
configurable: true
|
|
@@ -410,10 +410,10 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
410
410
|
* Gets or sets the unit displayed after series' angle value in the Data Legend.
|
|
411
411
|
*/
|
|
412
412
|
get: function () {
|
|
413
|
-
return this.i.
|
|
413
|
+
return this.i.tc;
|
|
414
414
|
},
|
|
415
415
|
set: function (v) {
|
|
416
|
-
this.i.
|
|
416
|
+
this.i.tc = v;
|
|
417
417
|
},
|
|
418
418
|
enumerable: true,
|
|
419
419
|
configurable: true
|
|
@@ -489,7 +489,7 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
489
489
|
return (iv);
|
|
490
490
|
};
|
|
491
491
|
IgcPolarBaseComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
492
|
-
var iv = this.i.
|
|
492
|
+
var iv = this.i.pm(toPoint(world), useInterpolation, skipUnknowns);
|
|
493
493
|
return fromPoint(iv);
|
|
494
494
|
};
|
|
495
495
|
IgcPolarBaseComponent.prototype.getItemValue = function (item, memberPathName) {
|
|
@@ -502,7 +502,7 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
502
502
|
* @param axis * The object to check
|
|
503
503
|
*/
|
|
504
504
|
IgcPolarBaseComponent.prototype.canUseAsRadiusAxis = function (axis) {
|
|
505
|
-
var iv = this.i.
|
|
505
|
+
var iv = this.i.sk(axis);
|
|
506
506
|
return (iv);
|
|
507
507
|
};
|
|
508
508
|
/**
|
|
@@ -511,7 +511,7 @@ var IgcPolarBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
511
511
|
* @param axis * The object to check
|
|
512
512
|
*/
|
|
513
513
|
IgcPolarBaseComponent.prototype.canUseAsAngleAxis = function (axis) {
|
|
514
|
-
var iv = this.i.
|
|
514
|
+
var iv = this.i.sj(axis);
|
|
515
515
|
return (iv);
|
|
516
516
|
};
|
|
517
517
|
Object.defineProperty(IgcPolarBaseComponent.prototype, "assigningPolarStyle", {
|
|
@@ -70,11 +70,11 @@ var IgcPolarLineSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
70
70
|
* Null and Double.NaN are two examples of unknown values.
|
|
71
71
|
*/
|
|
72
72
|
get: function () {
|
|
73
|
-
return this.i.
|
|
73
|
+
return this.i.vh;
|
|
74
74
|
},
|
|
75
75
|
set: function (v) {
|
|
76
|
-
this.i.
|
|
77
|
-
this._a("unknownValuePlotting", enumToString(UnknownValuePlotting_$type, this.i.
|
|
76
|
+
this.i.vh = ensureEnum(UnknownValuePlotting_$type, v);
|
|
77
|
+
this._a("unknownValuePlotting", enumToString(UnknownValuePlotting_$type, this.i.vh));
|
|
78
78
|
},
|
|
79
79
|
enumerable: true,
|
|
80
80
|
configurable: true
|
|
@@ -78,11 +78,11 @@ var IgcPolarSplineAreaSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
78
78
|
* Gets or sets the Stiffness property.
|
|
79
79
|
*/
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.vh;
|
|
82
82
|
},
|
|
83
83
|
set: function (v) {
|
|
84
|
-
this.i.
|
|
85
|
-
this._a("stiffness", this.i.
|
|
84
|
+
this.i.vh = +v;
|
|
85
|
+
this._a("stiffness", this.i.vh);
|
|
86
86
|
},
|
|
87
87
|
enumerable: true,
|
|
88
88
|
configurable: true
|
|
@@ -68,11 +68,11 @@ var IgcPolarSplineSeriesComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
68
68
|
* Gets or sets the Stiffness property.
|
|
69
69
|
*/
|
|
70
70
|
get: function () {
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.vh;
|
|
72
72
|
},
|
|
73
73
|
set: function (v) {
|
|
74
|
-
this.i.
|
|
75
|
-
this._a("stiffness", this.i.
|
|
74
|
+
this.i.vh = +v;
|
|
75
|
+
this._a("stiffness", this.i.vh);
|
|
76
76
|
},
|
|
77
77
|
enumerable: true,
|
|
78
78
|
configurable: true
|
|
@@ -68,11 +68,11 @@ var IgcPriceChannelOverlayComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
68
68
|
* ```
|
|
69
69
|
*/
|
|
70
70
|
get: function () {
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.tu;
|
|
72
72
|
},
|
|
73
73
|
set: function (v) {
|
|
74
|
-
this.i.
|
|
75
|
-
this._a("period", this.i.
|
|
74
|
+
this.i.tu = +v;
|
|
75
|
+
this._a("period", this.i.tu);
|
|
76
76
|
},
|
|
77
77
|
enumerable: true,
|
|
78
78
|
configurable: true
|
|
@@ -70,11 +70,11 @@ var IgcRadialAreaSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
70
70
|
* Null and Double.NaN are two examples of unknown values.
|
|
71
71
|
*/
|
|
72
72
|
get: function () {
|
|
73
|
-
return this.i.
|
|
73
|
+
return this.i.t8;
|
|
74
74
|
},
|
|
75
75
|
set: function (v) {
|
|
76
|
-
this.i.
|
|
77
|
-
this._a("unknownValuePlotting", enumToString(UnknownValuePlotting_$type, this.i.
|
|
76
|
+
this.i.t8 = ensureEnum(UnknownValuePlotting_$type, v);
|
|
77
|
+
this._a("unknownValuePlotting", enumToString(UnknownValuePlotting_$type, this.i.t8));
|
|
78
78
|
},
|
|
79
79
|
enumerable: true,
|
|
80
80
|
configurable: true
|
|
@@ -69,11 +69,11 @@ var IgcRadialBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
69
69
|
* Gets or sets whether this Radial series should allow custom style overrides of its individual visuals.
|
|
70
70
|
*/
|
|
71
71
|
get: function () {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.r7;
|
|
73
73
|
},
|
|
74
74
|
set: function (v) {
|
|
75
|
-
this.i.
|
|
76
|
-
this._a("isCustomRadialStyleAllowed", this.i.
|
|
75
|
+
this.i.r7 = ensureBool(v);
|
|
76
|
+
this._a("isCustomRadialStyleAllowed", this.i.r7);
|
|
77
77
|
},
|
|
78
78
|
enumerable: true,
|
|
79
79
|
configurable: true
|
|
@@ -83,11 +83,11 @@ var IgcRadialBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
83
83
|
* Gets or sets whether this Radial series should allow custom style overrides of its individual marker visuals.
|
|
84
84
|
*/
|
|
85
85
|
get: function () {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.r6;
|
|
87
87
|
},
|
|
88
88
|
set: function (v) {
|
|
89
|
-
this.i.
|
|
90
|
-
this._a("isCustomRadialMarkerStyleAllowed", this.i.
|
|
89
|
+
this.i.r6 = ensureBool(v);
|
|
90
|
+
this._a("isCustomRadialMarkerStyleAllowed", this.i.r6);
|
|
91
91
|
},
|
|
92
92
|
enumerable: true,
|
|
93
93
|
configurable: true
|
|
@@ -97,22 +97,22 @@ var IgcRadialBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
97
97
|
* Gets the effective angle axis for the current series object.
|
|
98
98
|
*/
|
|
99
99
|
get: function () {
|
|
100
|
-
if (this.i.
|
|
100
|
+
if (this.i.rl == null) {
|
|
101
101
|
return null;
|
|
102
102
|
}
|
|
103
|
-
if (!this.i.
|
|
104
|
-
var e = IgcCategoryAngleAxisComponent._createFromInternal(this.i.
|
|
103
|
+
if (!this.i.rl.externalObject) {
|
|
104
|
+
var e = IgcCategoryAngleAxisComponent._createFromInternal(this.i.rl);
|
|
105
105
|
if (e) {
|
|
106
|
-
e._implementation = this.i.
|
|
106
|
+
e._implementation = this.i.rl;
|
|
107
107
|
}
|
|
108
|
-
this.i.
|
|
108
|
+
this.i.rl.externalObject = e;
|
|
109
109
|
}
|
|
110
|
-
return this.i.
|
|
110
|
+
return this.i.rl.externalObject;
|
|
111
111
|
},
|
|
112
112
|
set: function (v) {
|
|
113
113
|
if (v != null && this._stylingContainer && v._styling)
|
|
114
114
|
v._styling(this._stylingContainer, this, this);
|
|
115
|
-
v == null ? this.i.
|
|
115
|
+
v == null ? this.i.rl = null : this.i.rl = v.i;
|
|
116
116
|
},
|
|
117
117
|
enumerable: true,
|
|
118
118
|
configurable: true
|
|
@@ -135,22 +135,22 @@ var IgcRadialBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
135
135
|
* Gets the effective value axis for the current series object.
|
|
136
136
|
*/
|
|
137
137
|
get: function () {
|
|
138
|
-
if (this.i.
|
|
138
|
+
if (this.i.rs == null) {
|
|
139
139
|
return null;
|
|
140
140
|
}
|
|
141
|
-
if (!this.i.
|
|
142
|
-
var e = IgcNumericRadiusAxisComponent._createFromInternal(this.i.
|
|
141
|
+
if (!this.i.rs.externalObject) {
|
|
142
|
+
var e = IgcNumericRadiusAxisComponent._createFromInternal(this.i.rs);
|
|
143
143
|
if (e) {
|
|
144
|
-
e._implementation = this.i.
|
|
144
|
+
e._implementation = this.i.rs;
|
|
145
145
|
}
|
|
146
|
-
this.i.
|
|
146
|
+
this.i.rs.externalObject = e;
|
|
147
147
|
}
|
|
148
|
-
return this.i.
|
|
148
|
+
return this.i.rs.externalObject;
|
|
149
149
|
},
|
|
150
150
|
set: function (v) {
|
|
151
151
|
if (v != null && this._stylingContainer && v._styling)
|
|
152
152
|
v._styling(this._stylingContainer, this, this);
|
|
153
|
-
v == null ? this.i.
|
|
153
|
+
v == null ? this.i.rs = null : this.i.rs = v.i;
|
|
154
154
|
},
|
|
155
155
|
enumerable: true,
|
|
156
156
|
configurable: true
|
|
@@ -174,11 +174,11 @@ var IgcRadialBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
174
174
|
* Setting this property to true will decrease chart performance.
|
|
175
175
|
*/
|
|
176
176
|
get: function () {
|
|
177
|
-
return this.i.
|
|
177
|
+
return this.i.r5;
|
|
178
178
|
},
|
|
179
179
|
set: function (v) {
|
|
180
|
-
this.i.
|
|
181
|
-
this._a("clipSeriesToBounds", this.i.
|
|
180
|
+
this.i.r5 = ensureBool(v);
|
|
181
|
+
this._a("clipSeriesToBounds", this.i.r5);
|
|
182
182
|
},
|
|
183
183
|
enumerable: true,
|
|
184
184
|
configurable: true
|
|
@@ -228,7 +228,7 @@ var IgcRadialBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
228
228
|
* @param axis * The object to check
|
|
229
229
|
*/
|
|
230
230
|
IgcRadialBaseComponent.prototype.canUseAsValueAxis = function (axis) {
|
|
231
|
-
var iv = this.i.
|
|
231
|
+
var iv = this.i.r4(axis);
|
|
232
232
|
return (iv);
|
|
233
233
|
};
|
|
234
234
|
/**
|
|
@@ -237,7 +237,7 @@ var IgcRadialBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
237
237
|
* @param axis * The object to check
|
|
238
238
|
*/
|
|
239
239
|
IgcRadialBaseComponent.prototype.canUseAsAngleAxis = function (axis) {
|
|
240
|
-
var iv = this.i.
|
|
240
|
+
var iv = this.i.r3(axis);
|
|
241
241
|
return (iv);
|
|
242
242
|
};
|
|
243
243
|
/**
|
|
@@ -255,7 +255,7 @@ var IgcRadialBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
255
255
|
* @param world * The world position to get the angle for
|
|
256
256
|
*/
|
|
257
257
|
IgcRadialBaseComponent.prototype.getAngleFromWorld = function (world) {
|
|
258
|
-
var iv = this.i.
|
|
258
|
+
var iv = this.i.sc(toPoint(world));
|
|
259
259
|
return (iv);
|
|
260
260
|
};
|
|
261
261
|
/**
|
|
@@ -79,11 +79,11 @@ var IgcRadialColumnSeriesComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
79
79
|
* Gets or sets the x-radius of the ellipse that is used to round the corners of the column.
|
|
80
80
|
*/
|
|
81
81
|
get: function () {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.t8;
|
|
83
83
|
},
|
|
84
84
|
set: function (v) {
|
|
85
|
-
this.i.
|
|
86
|
-
this._a("radiusX", this.i.
|
|
85
|
+
this.i.t8 = +v;
|
|
86
|
+
this._a("radiusX", this.i.t8);
|
|
87
87
|
},
|
|
88
88
|
enumerable: true,
|
|
89
89
|
configurable: true
|
|
@@ -93,11 +93,11 @@ var IgcRadialColumnSeriesComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
93
93
|
* Gets or sets the y-radius of the ellipse that is used to round the corners of the column.
|
|
94
94
|
*/
|
|
95
95
|
get: function () {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.t9;
|
|
97
97
|
},
|
|
98
98
|
set: function (v) {
|
|
99
|
-
this.i.
|
|
100
|
-
this._a("radiusY", this.i.
|
|
99
|
+
this.i.t9 = +v;
|
|
100
|
+
this._a("radiusY", this.i.t9);
|
|
101
101
|
},
|
|
102
102
|
enumerable: true,
|
|
103
103
|
configurable: true
|
|
@@ -70,11 +70,11 @@ var IgcRadialLineSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
70
70
|
* Null and Double.NaN are two examples of unknown values.
|
|
71
71
|
*/
|
|
72
72
|
get: function () {
|
|
73
|
-
return this.i.
|
|
73
|
+
return this.i.t8;
|
|
74
74
|
},
|
|
75
75
|
set: function (v) {
|
|
76
|
-
this.i.
|
|
77
|
-
this._a("unknownValuePlotting", enumToString(UnknownValuePlotting_$type, this.i.
|
|
76
|
+
this.i.t8 = ensureEnum(UnknownValuePlotting_$type, v);
|
|
77
|
+
this._a("unknownValuePlotting", enumToString(UnknownValuePlotting_$type, this.i.t8));
|
|
78
78
|
},
|
|
79
79
|
enumerable: true,
|
|
80
80
|
configurable: true
|
|
@@ -79,11 +79,11 @@ var IgcRadialPieSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
79
79
|
* Gets or sets the x-radius of the ellipse that is used to round the corners of the column.
|
|
80
80
|
*/
|
|
81
81
|
get: function () {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.t8;
|
|
83
83
|
},
|
|
84
84
|
set: function (v) {
|
|
85
|
-
this.i.
|
|
86
|
-
this._a("radiusX", this.i.
|
|
85
|
+
this.i.t8 = +v;
|
|
86
|
+
this._a("radiusX", this.i.t8);
|
|
87
87
|
},
|
|
88
88
|
enumerable: true,
|
|
89
89
|
configurable: true
|
|
@@ -93,11 +93,11 @@ var IgcRadialPieSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
93
93
|
* Gets or sets the y-radius of the ellipse that is used to round the corners of the column.
|
|
94
94
|
*/
|
|
95
95
|
get: function () {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.t9;
|
|
97
97
|
},
|
|
98
98
|
set: function (v) {
|
|
99
|
-
this.i.
|
|
100
|
-
this._a("radiusY", this.i.
|
|
99
|
+
this.i.t9 = +v;
|
|
100
|
+
this._a("radiusY", this.i.t9);
|
|
101
101
|
},
|
|
102
102
|
enumerable: true,
|
|
103
103
|
configurable: true
|