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
|
@@ -80,11 +80,11 @@ var IgcFinancialSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
80
80
|
* ```
|
|
81
81
|
*/
|
|
82
82
|
get: function () {
|
|
83
|
-
return brushToString(this.i.
|
|
83
|
+
return brushToString(this.i.ti);
|
|
84
84
|
},
|
|
85
85
|
set: function (v) {
|
|
86
|
-
this.i.
|
|
87
|
-
this._a("negativeBrush", brushToString(this.i.
|
|
86
|
+
this.i.ti = stringToBrush(v);
|
|
87
|
+
this._a("negativeBrush", brushToString(this.i.ti));
|
|
88
88
|
},
|
|
89
89
|
enumerable: true,
|
|
90
90
|
configurable: true
|
|
@@ -110,22 +110,22 @@ var IgcFinancialSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
110
110
|
* Use `xAxis` property to set effective x-axis for the current FinancialSeries object.
|
|
111
111
|
*/
|
|
112
112
|
get: function () {
|
|
113
|
-
if (this.i.
|
|
113
|
+
if (this.i.qc == null) {
|
|
114
114
|
return null;
|
|
115
115
|
}
|
|
116
|
-
if (!this.i.
|
|
117
|
-
var e = IgcCategoryAxisBaseComponent._createFromInternal(this.i.
|
|
116
|
+
if (!this.i.qc.externalObject) {
|
|
117
|
+
var e = IgcCategoryAxisBaseComponent._createFromInternal(this.i.qc);
|
|
118
118
|
if (e) {
|
|
119
|
-
e._implementation = this.i.
|
|
119
|
+
e._implementation = this.i.qc;
|
|
120
120
|
}
|
|
121
|
-
this.i.
|
|
121
|
+
this.i.qc.externalObject = e;
|
|
122
122
|
}
|
|
123
|
-
return this.i.
|
|
123
|
+
return this.i.qc.externalObject;
|
|
124
124
|
},
|
|
125
125
|
set: function (v) {
|
|
126
126
|
if (v != null && this._stylingContainer && v._styling)
|
|
127
127
|
v._styling(this._stylingContainer, this, this);
|
|
128
|
-
v == null ? this.i.
|
|
128
|
+
v == null ? this.i.qc = null : this.i.qc = v.i;
|
|
129
129
|
},
|
|
130
130
|
enumerable: true,
|
|
131
131
|
configurable: true
|
|
@@ -150,22 +150,22 @@ var IgcFinancialSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
150
150
|
* Use `yAxis` property to set the effective y-axis for the current FinancialSeries object.
|
|
151
151
|
*/
|
|
152
152
|
get: function () {
|
|
153
|
-
if (this.i.
|
|
153
|
+
if (this.i.qy == null) {
|
|
154
154
|
return null;
|
|
155
155
|
}
|
|
156
|
-
if (!this.i.
|
|
157
|
-
var e = IgcNumericYAxisComponent._createFromInternal(this.i.
|
|
156
|
+
if (!this.i.qy.externalObject) {
|
|
157
|
+
var e = IgcNumericYAxisComponent._createFromInternal(this.i.qy);
|
|
158
158
|
if (e) {
|
|
159
|
-
e._implementation = this.i.
|
|
159
|
+
e._implementation = this.i.qy;
|
|
160
160
|
}
|
|
161
|
-
this.i.
|
|
161
|
+
this.i.qy.externalObject = e;
|
|
162
162
|
}
|
|
163
|
-
return this.i.
|
|
163
|
+
return this.i.qy.externalObject;
|
|
164
164
|
},
|
|
165
165
|
set: function (v) {
|
|
166
166
|
if (v != null && this._stylingContainer && v._styling)
|
|
167
167
|
v._styling(this._stylingContainer, this, this);
|
|
168
|
-
v == null ? this.i.
|
|
168
|
+
v == null ? this.i.qy = null : this.i.qy = v.i;
|
|
169
169
|
},
|
|
170
170
|
enumerable: true,
|
|
171
171
|
configurable: true
|
|
@@ -190,10 +190,10 @@ var IgcFinancialSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
190
190
|
* The `openMemberPath` property is used for open mapping of the current series object.
|
|
191
191
|
*/
|
|
192
192
|
get: function () {
|
|
193
|
-
return this.i.
|
|
193
|
+
return this.i.ss;
|
|
194
194
|
},
|
|
195
195
|
set: function (v) {
|
|
196
|
-
this.i.
|
|
196
|
+
this.i.ss = v;
|
|
197
197
|
},
|
|
198
198
|
enumerable: true,
|
|
199
199
|
configurable: true
|
|
@@ -205,10 +205,10 @@ var IgcFinancialSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
205
205
|
* Use `highMemberPath` propert for high mapping of the current series object.
|
|
206
206
|
*/
|
|
207
207
|
get: function () {
|
|
208
|
-
return this.i.
|
|
208
|
+
return this.i.sj;
|
|
209
209
|
},
|
|
210
210
|
set: function (v) {
|
|
211
|
-
this.i.
|
|
211
|
+
this.i.sj = v;
|
|
212
212
|
},
|
|
213
213
|
enumerable: true,
|
|
214
214
|
configurable: true
|
|
@@ -220,10 +220,10 @@ var IgcFinancialSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
220
220
|
* The `lowMemberPath` is used for low mapping property of the current series object.
|
|
221
221
|
*/
|
|
222
222
|
get: function () {
|
|
223
|
-
return this.i.
|
|
223
|
+
return this.i.so;
|
|
224
224
|
},
|
|
225
225
|
set: function (v) {
|
|
226
|
-
this.i.
|
|
226
|
+
this.i.so = v;
|
|
227
227
|
},
|
|
228
228
|
enumerable: true,
|
|
229
229
|
configurable: true
|
|
@@ -235,10 +235,10 @@ var IgcFinancialSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
235
235
|
* Use `closeMemberPath` property for the close mapping of the current series object.
|
|
236
236
|
*/
|
|
237
237
|
get: function () {
|
|
238
|
-
return this.i.
|
|
238
|
+
return this.i.sg;
|
|
239
239
|
},
|
|
240
240
|
set: function (v) {
|
|
241
|
-
this.i.
|
|
241
|
+
this.i.sg = v;
|
|
242
242
|
},
|
|
243
243
|
enumerable: true,
|
|
244
244
|
configurable: true
|
|
@@ -250,10 +250,10 @@ var IgcFinancialSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
250
250
|
* The `volumeMemberPath` property is used for the volume mapping property of the current series object.
|
|
251
251
|
*/
|
|
252
252
|
get: function () {
|
|
253
|
-
return this.i.
|
|
253
|
+
return this.i.sw;
|
|
254
254
|
},
|
|
255
255
|
set: function (v) {
|
|
256
|
-
this.i.
|
|
256
|
+
this.i.sw = v;
|
|
257
257
|
},
|
|
258
258
|
enumerable: true,
|
|
259
259
|
configurable: true
|
|
@@ -269,11 +269,11 @@ var IgcFinancialSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
269
269
|
* ```
|
|
270
270
|
*/
|
|
271
271
|
get: function () {
|
|
272
|
-
return this.i.
|
|
272
|
+
return this.i.ri;
|
|
273
273
|
},
|
|
274
274
|
set: function (v) {
|
|
275
|
-
this.i.
|
|
276
|
-
this._a("isCustomCategoryStyleAllowed", this.i.
|
|
275
|
+
this.i.ri = ensureBool(v);
|
|
276
|
+
this._a("isCustomCategoryStyleAllowed", this.i.ri);
|
|
277
277
|
},
|
|
278
278
|
enumerable: true,
|
|
279
279
|
configurable: true
|
|
@@ -290,11 +290,11 @@ var IgcFinancialSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
290
290
|
* ```
|
|
291
291
|
*/
|
|
292
292
|
get: function () {
|
|
293
|
-
return this.i.
|
|
293
|
+
return this.i.qn;
|
|
294
294
|
},
|
|
295
295
|
set: function (v) {
|
|
296
|
-
this.i.
|
|
297
|
-
this._a("transitionInMode", enumToString(CategoryTransitionInMode_$type, this.i.
|
|
296
|
+
this.i.qn = ensureEnum(CategoryTransitionInMode_$type, v);
|
|
297
|
+
this._a("transitionInMode", enumToString(CategoryTransitionInMode_$type, this.i.qn));
|
|
298
298
|
},
|
|
299
299
|
enumerable: true,
|
|
300
300
|
configurable: true
|
|
@@ -311,11 +311,11 @@ var IgcFinancialSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
311
311
|
* ```
|
|
312
312
|
*/
|
|
313
313
|
get: function () {
|
|
314
|
-
return this.i.
|
|
314
|
+
return this.i.rj;
|
|
315
315
|
},
|
|
316
316
|
set: function (v) {
|
|
317
|
-
this.i.
|
|
318
|
-
this._a("isTransitionInEnabled", this.i.
|
|
317
|
+
this.i.rj = ensureBool(v);
|
|
318
|
+
this._a("isTransitionInEnabled", this.i.rj);
|
|
319
319
|
},
|
|
320
320
|
enumerable: true,
|
|
321
321
|
configurable: true
|
|
@@ -410,7 +410,7 @@ var IgcFinancialSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
410
410
|
return (iv);
|
|
411
411
|
};
|
|
412
412
|
IgcFinancialSeriesComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
413
|
-
var iv = this.i.
|
|
413
|
+
var iv = this.i.pm(toPoint(world), useInterpolation, skipUnknowns);
|
|
414
414
|
return fromPoint(iv);
|
|
415
415
|
};
|
|
416
416
|
IgcFinancialSeriesComponent.prototype.getSeriesValue = function (world, useInterpolation, skipUnknowns) {
|
|
@@ -426,35 +426,35 @@ var IgcFinancialSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
426
426
|
return (iv);
|
|
427
427
|
};
|
|
428
428
|
IgcFinancialSeriesComponent.prototype.getSeriesCloseValue = function (world, useInterpolation, skipUnknowns) {
|
|
429
|
-
var iv = this.i.
|
|
429
|
+
var iv = this.i.r4(toPoint(world), useInterpolation, skipUnknowns);
|
|
430
430
|
return (iv);
|
|
431
431
|
};
|
|
432
432
|
IgcFinancialSeriesComponent.prototype.getSeriesOpenValue = function (world, useInterpolation, skipUnknowns) {
|
|
433
|
-
var iv = this.i.
|
|
433
|
+
var iv = this.i.r5(toPoint(world), useInterpolation, skipUnknowns);
|
|
434
434
|
return (iv);
|
|
435
435
|
};
|
|
436
436
|
IgcFinancialSeriesComponent.prototype.getSeriesVolumeValue = function (world, useInterpolation, skipUnknowns) {
|
|
437
|
-
var iv = this.i.
|
|
437
|
+
var iv = this.i.r6(toPoint(world), useInterpolation, skipUnknowns);
|
|
438
438
|
return (iv);
|
|
439
439
|
};
|
|
440
440
|
IgcFinancialSeriesComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
441
|
-
var iv = this.i.
|
|
441
|
+
var iv = this.i.pi(toPoint(world), useInterpolation, skipUnknowns);
|
|
442
442
|
return fromPoint(iv);
|
|
443
443
|
};
|
|
444
444
|
IgcFinancialSeriesComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
445
|
-
var iv = this.i.
|
|
445
|
+
var iv = this.i.pk(toPoint(world), useInterpolation, skipUnknowns);
|
|
446
446
|
return fromPoint(iv);
|
|
447
447
|
};
|
|
448
448
|
IgcFinancialSeriesComponent.prototype.getSeriesOpenValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
449
|
-
var iv = this.i.
|
|
449
|
+
var iv = this.i.tk(toPoint(world), useInterpolation, skipUnknowns);
|
|
450
450
|
return fromPoint(iv);
|
|
451
451
|
};
|
|
452
452
|
IgcFinancialSeriesComponent.prototype.getSeriesCloseValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
453
|
-
var iv = this.i.
|
|
453
|
+
var iv = this.i.tj(toPoint(world), useInterpolation, skipUnknowns);
|
|
454
454
|
return fromPoint(iv);
|
|
455
455
|
};
|
|
456
456
|
IgcFinancialSeriesComponent.prototype.getSeriesVolumeValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
457
|
-
var iv = this.i.
|
|
457
|
+
var iv = this.i.tl(toPoint(world), useInterpolation, skipUnknowns);
|
|
458
458
|
return fromPoint(iv);
|
|
459
459
|
};
|
|
460
460
|
/**
|
|
@@ -469,7 +469,7 @@ var IgcFinancialSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
469
469
|
* ```
|
|
470
470
|
*/
|
|
471
471
|
IgcFinancialSeriesComponent.prototype.canUseAsYAxis = function (axis) {
|
|
472
|
-
var iv = this.i.
|
|
472
|
+
var iv = this.i.rf(axis);
|
|
473
473
|
return (iv);
|
|
474
474
|
};
|
|
475
475
|
/**
|
|
@@ -484,7 +484,7 @@ var IgcFinancialSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
484
484
|
* ```
|
|
485
485
|
*/
|
|
486
486
|
IgcFinancialSeriesComponent.prototype.canUseAsXAxis = function (axis) {
|
|
487
|
-
var iv = this.i.
|
|
487
|
+
var iv = this.i.re(axis);
|
|
488
488
|
return (iv);
|
|
489
489
|
};
|
|
490
490
|
/**
|
|
@@ -531,7 +531,7 @@ var IgcFinancialSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
531
531
|
return (iv);
|
|
532
532
|
};
|
|
533
533
|
IgcFinancialSeriesComponent.prototype.setNegativeColors = function (negativeBrush, negativeOutline) {
|
|
534
|
-
this.i.
|
|
534
|
+
this.i.mn(stringToBrush(negativeBrush), stringToBrush(negativeOutline));
|
|
535
535
|
};
|
|
536
536
|
Object.defineProperty(IgcFinancialSeriesComponent.prototype, "assigningCategoryStyle", {
|
|
537
537
|
/**
|
|
@@ -61,7 +61,7 @@ var IgcForceIndexIndicatorComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
61
61
|
* Gets default display type for the current Financial Indicator
|
|
62
62
|
*/
|
|
63
63
|
get: function () {
|
|
64
|
-
return this.i.
|
|
64
|
+
return this.i.to;
|
|
65
65
|
},
|
|
66
66
|
enumerable: true,
|
|
67
67
|
configurable: true
|
|
@@ -78,11 +78,11 @@ var IgcForceIndexIndicatorComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
78
78
|
* ```
|
|
79
79
|
*/
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.u2;
|
|
82
82
|
},
|
|
83
83
|
set: function (v) {
|
|
84
|
-
this.i.
|
|
85
|
-
this._a("period", this.i.
|
|
84
|
+
this.i.u2 = +v;
|
|
85
|
+
this._a("period", this.i.u2);
|
|
86
86
|
},
|
|
87
87
|
enumerable: true,
|
|
88
88
|
configurable: true
|
|
@@ -53,7 +53,7 @@ var IgcFragmentBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53
53
|
configurable: true
|
|
54
54
|
});
|
|
55
55
|
IgcFragmentBaseComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
56
|
-
var iv = this.i.
|
|
56
|
+
var iv = this.i.pm(toPoint(world), useInterpolation, skipUnknowns);
|
|
57
57
|
return fromPoint(iv);
|
|
58
58
|
};
|
|
59
59
|
IgcFragmentBaseComponent._observedAttributesIgcFragmentBaseComponent = null;
|
|
@@ -68,11 +68,11 @@ var IgcFullStochasticOscillatorIndicatorComponent = /** @class */ /*@__PURE__*/
|
|
|
68
68
|
* ```
|
|
69
69
|
*/
|
|
70
70
|
get: function () {
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.u2;
|
|
72
72
|
},
|
|
73
73
|
set: function (v) {
|
|
74
|
-
this.i.
|
|
75
|
-
this._a("period", this.i.
|
|
74
|
+
this.i.u2 = +v;
|
|
75
|
+
this._a("period", this.i.u2);
|
|
76
76
|
},
|
|
77
77
|
enumerable: true,
|
|
78
78
|
configurable: true
|
|
@@ -110,11 +110,11 @@ var IgcFullStochasticOscillatorIndicatorComponent = /** @class */ /*@__PURE__*/
|
|
|
110
110
|
* ```
|
|
111
111
|
*/
|
|
112
112
|
get: function () {
|
|
113
|
-
return this.i.
|
|
113
|
+
return this.i.u4;
|
|
114
114
|
},
|
|
115
115
|
set: function (v) {
|
|
116
|
-
this.i.
|
|
117
|
-
this._a("triggerPeriod", this.i.
|
|
116
|
+
this.i.u4 = +v;
|
|
117
|
+
this._a("triggerPeriod", this.i.u4);
|
|
118
118
|
},
|
|
119
119
|
enumerable: true,
|
|
120
120
|
configurable: true
|
|
@@ -87,22 +87,22 @@ var IgcHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
87
87
|
* Gets or sets the effective x-axis for the current object.
|
|
88
88
|
*/
|
|
89
89
|
get: function () {
|
|
90
|
-
if (this.i.
|
|
90
|
+
if (this.i.qb == null) {
|
|
91
91
|
return null;
|
|
92
92
|
}
|
|
93
|
-
if (!this.i.
|
|
94
|
-
var e = IgcNumericXAxisComponent._createFromInternal(this.i.
|
|
93
|
+
if (!this.i.qb.externalObject) {
|
|
94
|
+
var e = IgcNumericXAxisComponent._createFromInternal(this.i.qb);
|
|
95
95
|
if (e) {
|
|
96
|
-
e._implementation = this.i.
|
|
96
|
+
e._implementation = this.i.qb;
|
|
97
97
|
}
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.qb.externalObject = e;
|
|
99
99
|
}
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.qb.externalObject;
|
|
101
101
|
},
|
|
102
102
|
set: function (v) {
|
|
103
103
|
if (v != null && this._stylingContainer && v._styling)
|
|
104
104
|
v._styling(this._stylingContainer, this, this);
|
|
105
|
-
v == null ? this.i.
|
|
105
|
+
v == null ? this.i.qb = null : this.i.qb = v.i;
|
|
106
106
|
},
|
|
107
107
|
enumerable: true,
|
|
108
108
|
configurable: true
|
|
@@ -125,22 +125,22 @@ var IgcHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
125
125
|
* Gets or sets the effective y-axis for the current object.
|
|
126
126
|
*/
|
|
127
127
|
get: function () {
|
|
128
|
-
if (this.i.
|
|
128
|
+
if (this.i.qd == null) {
|
|
129
129
|
return null;
|
|
130
130
|
}
|
|
131
|
-
if (!this.i.
|
|
132
|
-
var e = IgcNumericYAxisComponent._createFromInternal(this.i.
|
|
131
|
+
if (!this.i.qd.externalObject) {
|
|
132
|
+
var e = IgcNumericYAxisComponent._createFromInternal(this.i.qd);
|
|
133
133
|
if (e) {
|
|
134
|
-
e._implementation = this.i.
|
|
134
|
+
e._implementation = this.i.qd;
|
|
135
135
|
}
|
|
136
|
-
this.i.
|
|
136
|
+
this.i.qd.externalObject = e;
|
|
137
137
|
}
|
|
138
|
-
return this.i.
|
|
138
|
+
return this.i.qd.externalObject;
|
|
139
139
|
},
|
|
140
140
|
set: function (v) {
|
|
141
141
|
if (v != null && this._stylingContainer && v._styling)
|
|
142
142
|
v._styling(this._stylingContainer, this, this);
|
|
143
|
-
v == null ? this.i.
|
|
143
|
+
v == null ? this.i.qd = null : this.i.qd = v.i;
|
|
144
144
|
},
|
|
145
145
|
enumerable: true,
|
|
146
146
|
configurable: true
|
|
@@ -163,10 +163,10 @@ var IgcHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
163
163
|
* Gets or sets the x value mapping property for the current series object.
|
|
164
164
|
*/
|
|
165
165
|
get: function () {
|
|
166
|
-
return this.i.
|
|
166
|
+
return this.i.se;
|
|
167
167
|
},
|
|
168
168
|
set: function (v) {
|
|
169
|
-
this.i.
|
|
169
|
+
this.i.se = v;
|
|
170
170
|
},
|
|
171
171
|
enumerable: true,
|
|
172
172
|
configurable: true
|
|
@@ -176,10 +176,10 @@ var IgcHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
176
176
|
* Gets or sets the label displayed before series X value in the Data Legend.
|
|
177
177
|
*/
|
|
178
178
|
get: function () {
|
|
179
|
-
return this.i.
|
|
179
|
+
return this.i.sa;
|
|
180
180
|
},
|
|
181
181
|
set: function (v) {
|
|
182
|
-
this.i.
|
|
182
|
+
this.i.sa = v;
|
|
183
183
|
},
|
|
184
184
|
enumerable: true,
|
|
185
185
|
configurable: true
|
|
@@ -189,10 +189,10 @@ var IgcHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
189
189
|
* Gets or sets the label displayed before series Y value in the Data Legend.
|
|
190
190
|
*/
|
|
191
191
|
get: function () {
|
|
192
|
-
return this.i.
|
|
192
|
+
return this.i.si;
|
|
193
193
|
},
|
|
194
194
|
set: function (v) {
|
|
195
|
-
this.i.
|
|
195
|
+
this.i.si = v;
|
|
196
196
|
},
|
|
197
197
|
enumerable: true,
|
|
198
198
|
configurable: true
|
|
@@ -202,10 +202,10 @@ var IgcHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
202
202
|
* Gets or sets the unit after displayed after series X value in the Data Legend.
|
|
203
203
|
*/
|
|
204
204
|
get: function () {
|
|
205
|
-
return this.i.
|
|
205
|
+
return this.i.sc;
|
|
206
206
|
},
|
|
207
207
|
set: function (v) {
|
|
208
|
-
this.i.
|
|
208
|
+
this.i.sc = v;
|
|
209
209
|
},
|
|
210
210
|
enumerable: true,
|
|
211
211
|
configurable: true
|
|
@@ -215,10 +215,10 @@ var IgcHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
215
215
|
* Gets or sets the unit after displayed after series Y value in the Data Legend.
|
|
216
216
|
*/
|
|
217
217
|
get: function () {
|
|
218
|
-
return this.i.
|
|
218
|
+
return this.i.sk;
|
|
219
219
|
},
|
|
220
220
|
set: function (v) {
|
|
221
|
-
this.i.
|
|
221
|
+
this.i.sk = v;
|
|
222
222
|
},
|
|
223
223
|
enumerable: true,
|
|
224
224
|
configurable: true
|
|
@@ -228,10 +228,10 @@ var IgcHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
228
228
|
* Gets or sets the y value mapping property for the current series object.
|
|
229
229
|
*/
|
|
230
230
|
get: function () {
|
|
231
|
-
return this.i.
|
|
231
|
+
return this.i.sm;
|
|
232
232
|
},
|
|
233
233
|
set: function (v) {
|
|
234
|
-
this.i.
|
|
234
|
+
this.i.sm = v;
|
|
235
235
|
},
|
|
236
236
|
enumerable: true,
|
|
237
237
|
configurable: true
|
|
@@ -241,11 +241,11 @@ var IgcHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
241
241
|
* Gets or sets the whether to use use brute force mode.
|
|
242
242
|
*/
|
|
243
243
|
get: function () {
|
|
244
|
-
return this.i.
|
|
244
|
+
return this.i.qr;
|
|
245
245
|
},
|
|
246
246
|
set: function (v) {
|
|
247
|
-
this.i.
|
|
248
|
-
this._a("useBruteForce", this.i.
|
|
247
|
+
this.i.qr = ensureBool(v);
|
|
248
|
+
this._a("useBruteForce", this.i.qr);
|
|
249
249
|
},
|
|
250
250
|
enumerable: true,
|
|
251
251
|
configurable: true
|
|
@@ -255,11 +255,11 @@ var IgcHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
255
255
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
256
256
|
*/
|
|
257
257
|
get: function () {
|
|
258
|
-
return this.i.
|
|
258
|
+
return this.i.qq;
|
|
259
259
|
},
|
|
260
260
|
set: function (v) {
|
|
261
|
-
this.i.
|
|
262
|
-
this._a("progressiveLoad", this.i.
|
|
261
|
+
this.i.qq = ensureBool(v);
|
|
262
|
+
this._a("progressiveLoad", this.i.qq);
|
|
263
263
|
},
|
|
264
264
|
enumerable: true,
|
|
265
265
|
configurable: true
|
|
@@ -269,11 +269,11 @@ var IgcHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
269
269
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
270
270
|
*/
|
|
271
271
|
get: function () {
|
|
272
|
-
return this.i.
|
|
272
|
+
return this.i.rm;
|
|
273
273
|
},
|
|
274
274
|
set: function (v) {
|
|
275
|
-
this.i.
|
|
276
|
-
this._a("heatMinimum", this.i.
|
|
275
|
+
this.i.rm = +v;
|
|
276
|
+
this._a("heatMinimum", this.i.rm);
|
|
277
277
|
},
|
|
278
278
|
enumerable: true,
|
|
279
279
|
configurable: true
|
|
@@ -283,11 +283,11 @@ var IgcHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
283
283
|
* Gets or sets the value that maps to the maximum heat color.
|
|
284
284
|
*/
|
|
285
285
|
get: function () {
|
|
286
|
-
return this.i.
|
|
286
|
+
return this.i.rl;
|
|
287
287
|
},
|
|
288
288
|
set: function (v) {
|
|
289
|
-
this.i.
|
|
290
|
-
this._a("heatMaximum", this.i.
|
|
289
|
+
this.i.rl = +v;
|
|
290
|
+
this._a("heatMaximum", this.i.rl);
|
|
291
291
|
},
|
|
292
292
|
enumerable: true,
|
|
293
293
|
configurable: true
|
|
@@ -297,11 +297,11 @@ var IgcHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
297
297
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
298
298
|
*/
|
|
299
299
|
get: function () {
|
|
300
|
-
return colorToString(this.i.
|
|
300
|
+
return colorToString(this.i.tk);
|
|
301
301
|
},
|
|
302
302
|
set: function (v) {
|
|
303
|
-
this.i.
|
|
304
|
-
this._a("heatMinimumColor", colorToString(this.i.
|
|
303
|
+
this.i.tk = stringToColor(v);
|
|
304
|
+
this._a("heatMinimumColor", colorToString(this.i.tk));
|
|
305
305
|
},
|
|
306
306
|
enumerable: true,
|
|
307
307
|
configurable: true
|
|
@@ -311,11 +311,11 @@ var IgcHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
311
311
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
312
312
|
*/
|
|
313
313
|
get: function () {
|
|
314
|
-
return colorToString(this.i.
|
|
314
|
+
return colorToString(this.i.tj);
|
|
315
315
|
},
|
|
316
316
|
set: function (v) {
|
|
317
|
-
this.i.
|
|
318
|
-
this._a("heatMaximumColor", colorToString(this.i.
|
|
317
|
+
this.i.tj = stringToColor(v);
|
|
318
|
+
this._a("heatMaximumColor", colorToString(this.i.tj));
|
|
319
319
|
},
|
|
320
320
|
enumerable: true,
|
|
321
321
|
configurable: true
|
|
@@ -325,11 +325,11 @@ var IgcHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
325
325
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
326
326
|
*/
|
|
327
327
|
get: function () {
|
|
328
|
-
return this.i.
|
|
328
|
+
return this.i.ry;
|
|
329
329
|
},
|
|
330
330
|
set: function (v) {
|
|
331
|
-
this.i.
|
|
332
|
-
this._a("pointExtent", this.i.
|
|
331
|
+
this.i.ry = +v;
|
|
332
|
+
this._a("pointExtent", this.i.ry);
|
|
333
333
|
},
|
|
334
334
|
enumerable: true,
|
|
335
335
|
configurable: true
|
|
@@ -339,11 +339,11 @@ var IgcHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
339
339
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
340
340
|
*/
|
|
341
341
|
get: function () {
|
|
342
|
-
return this.i.
|
|
342
|
+
return this.i.rz;
|
|
343
343
|
},
|
|
344
344
|
set: function (v) {
|
|
345
|
-
this.i.
|
|
346
|
-
this._a("progressiveStatus", this.i.
|
|
345
|
+
this.i.rz = +v;
|
|
346
|
+
this._a("progressiveStatus", this.i.rz);
|
|
347
347
|
},
|
|
348
348
|
enumerable: true,
|
|
349
349
|
configurable: true
|
|
@@ -397,7 +397,7 @@ var IgcHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
397
397
|
* @param axis * The object to check
|
|
398
398
|
*/
|
|
399
399
|
IgcHighDensityScatterSeriesComponent.prototype.canUseAsYAxis = function (axis) {
|
|
400
|
-
var iv = this.i.
|
|
400
|
+
var iv = this.i.qp(axis);
|
|
401
401
|
return (iv);
|
|
402
402
|
};
|
|
403
403
|
/**
|
|
@@ -406,7 +406,7 @@ var IgcHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
406
406
|
* @param axis * The object to check
|
|
407
407
|
*/
|
|
408
408
|
IgcHighDensityScatterSeriesComponent.prototype.canUseAsXAxis = function (axis) {
|
|
409
|
-
var iv = this.i.
|
|
409
|
+
var iv = this.i.qo(axis);
|
|
410
410
|
return (iv);
|
|
411
411
|
};
|
|
412
412
|
/**
|
|
@@ -184,7 +184,7 @@ var IgcHorizontalAnchoredCategorySeriesComponent = /** @class */ /*@__PURE__*/ (
|
|
|
184
184
|
* N/A
|
|
185
185
|
*/
|
|
186
186
|
IgcHorizontalAnchoredCategorySeriesComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
|
|
187
|
-
var iv = this.i.
|
|
187
|
+
var iv = this.i.px(toPoint(world));
|
|
188
188
|
return fromRect(iv);
|
|
189
189
|
};
|
|
190
190
|
/**
|
|
@@ -236,7 +236,7 @@ var IgcHorizontalAnchoredCategorySeriesComponent = /** @class */ /*@__PURE__*/ (
|
|
|
236
236
|
return (iv);
|
|
237
237
|
};
|
|
238
238
|
IgcHorizontalAnchoredCategorySeriesComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
239
|
-
var iv = this.i.
|
|
239
|
+
var iv = this.i.pm(toPoint(world), useInterpolation, skipUnknowns);
|
|
240
240
|
return fromPoint(iv);
|
|
241
241
|
};
|
|
242
242
|
/**
|
|
@@ -251,7 +251,7 @@ var IgcHorizontalAnchoredCategorySeriesComponent = /** @class */ /*@__PURE__*/ (
|
|
|
251
251
|
* var x = this.financialSeries.CanUseAsXAxis(this.xAxis);
|
|
252
252
|
*/
|
|
253
253
|
IgcHorizontalAnchoredCategorySeriesComponent.prototype.canUseAsXAxis = function (axis) {
|
|
254
|
-
var iv = this.i.
|
|
254
|
+
var iv = this.i.uw(axis);
|
|
255
255
|
return (iv);
|
|
256
256
|
};
|
|
257
257
|
/**
|
|
@@ -266,7 +266,7 @@ var IgcHorizontalAnchoredCategorySeriesComponent = /** @class */ /*@__PURE__*/ (
|
|
|
266
266
|
* N/A
|
|
267
267
|
*/
|
|
268
268
|
IgcHorizontalAnchoredCategorySeriesComponent.prototype.canUseAsYAxis = function (axis) {
|
|
269
|
-
var iv = this.i.
|
|
269
|
+
var iv = this.i.ux(axis);
|
|
270
270
|
return (iv);
|
|
271
271
|
};
|
|
272
272
|
IgcHorizontalAnchoredCategorySeriesComponent._observedAttributesIgcHorizontalAnchoredCategorySeriesComponent = null;
|