igniteui-webcomponents-charts 3.2.3 → 3.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-charts.umd.js +24938 -21547
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
- package/esm2015/lib/AccumulationDistributionIndicator.js +6 -6
- package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
- package/esm2015/lib/AnchoredCategorySeries_combined.js +141 -141
- package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +222 -222
- package/esm2015/lib/AngleAxisLabelPanel_combined.js +18 -18
- package/esm2015/lib/AnnotationLayerProxy.js +39 -26
- package/esm2015/lib/AnnotationLayer_combined.js +133 -133
- package/esm2015/lib/AreaSeries_combined.js +44 -44
- package/esm2015/lib/AutomaticSeriesManager.js +7 -0
- package/esm2015/lib/AutomaticSeriesPurpose.js +11 -0
- package/esm2015/lib/AutomaticSeriesRequest.js +7 -0
- package/esm2015/lib/AutomaticSeriesRequestCollection.js +7 -0
- package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
- package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
- package/esm2015/lib/AxisAnnotationFrameManager.js +2 -2
- package/esm2015/lib/AxisAnnotationManager.js +1 -1
- package/esm2015/lib/AxisVisualDataManager.js +2 -2
- package/esm2015/lib/BarSeries_combined.js +110 -103
- package/esm2015/lib/BollingerBandWidthIndicator.js +20 -20
- package/esm2015/lib/BollingerBandsOverlay_combined.js +98 -98
- package/esm2015/lib/BrushScale.js +7 -7
- package/esm2015/lib/BubbleSeries_combined.js +255 -255
- package/esm2015/lib/CalloutLabelUpdatingEventArgs.js +4 -2
- package/esm2015/lib/CalloutLayer_combined.js +451 -449
- package/esm2015/lib/CategoryBucketCalculator_combined.js +241 -240
- package/esm2015/lib/CategoryChart.js +545 -456
- package/esm2015/lib/CategoryDateTimeXAxis_combined.js +4 -4
- package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
- package/esm2015/lib/CategoryHighlightLayer_combined.js +52 -52
- package/esm2015/lib/CategoryItemHighlightLayer_combined.js +121 -118
- package/esm2015/lib/CategoryMarkerManager.js +1 -1
- package/esm2015/lib/CategorySeriesInteractionManager.js +8 -8
- package/esm2015/lib/CategoryToolTipLayer_combined.js +74 -74
- package/esm2015/lib/CategoryTrendLineManagerBase.js +1 -1
- package/esm2015/lib/CategoryXAxis_combined.js +140 -23
- package/esm2015/lib/CategoryYAxis_combined.js +140 -23
- package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
- package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
- package/esm2015/lib/ChartGroupDescription.js +52 -0
- package/esm2015/lib/ChartGroupDescriptionCollection.js +84 -0
- package/esm2015/lib/ChartSortDescription.js +61 -0
- package/esm2015/lib/ChartSortDescriptionCollection.js +90 -0
- package/esm2015/lib/ChartSummaryDescription.js +123 -0
- package/esm2015/lib/ChartSummaryDescriptionCollection.js +96 -0
- package/esm2015/lib/ColumnSeries_combined.js +65 -65
- package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
- package/esm2015/lib/CrosshairLayer_combined.js +85 -85
- package/esm2015/lib/CustomIndicator.js +23 -23
- package/esm2015/lib/DataChartToolbarFactoryManager.js +27 -0
- package/esm2015/lib/DataChartToolbarProvider.js +107 -0
- package/esm2015/lib/DataChartVisualDataManager.js +4 -4
- package/esm2015/lib/DataLegendSummaryCalculationAverage.js +1 -1
- package/esm2015/lib/DataLegendSummaryCalculationMax.js +1 -1
- package/esm2015/lib/DataLegendSummaryCalculationMin.js +1 -1
- package/esm2015/lib/DataLegendSummaryCalculationTotal.js +1 -1
- package/esm2015/lib/DataToolTipLayer_combined.js +442 -440
- package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
- package/esm2015/lib/DomainChart.js +2162 -1903
- package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
- package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
- package/esm2015/lib/FinalValueLayer_combined.js +70 -70
- package/esm2015/lib/FinancialChart_combined.js +1443 -1359
- package/esm2015/lib/FinancialEventArgs_combined.js +586 -586
- package/esm2015/lib/FinancialIndicator_combined.js +201 -201
- package/esm2015/lib/FinancialOverlay.js +36 -36
- package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
- package/esm2015/lib/FinancialPriceSeriesProxy.js +16 -16
- package/esm2015/lib/FinancialPriceSeries_combined.js +239 -239
- package/esm2015/lib/ForceIndexIndicator.js +16 -16
- package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
- package/esm2015/lib/HighDensityScatterSeries_combined.js +436 -436
- package/esm2015/lib/HorizontalAnchoredCategorySeries.js +106 -106
- package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
- package/esm2015/lib/HorizontalRangeCategorySeries.js +55 -55
- package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
- package/esm2015/lib/IDataChartToolbarProvider.js +7 -0
- package/esm2015/lib/IZoomableCategoryAxis.js +11 -0
- package/esm2015/lib/IndicatorProxy.js +11 -11
- package/esm2015/lib/ItemToolTipLayer_combined.js +79 -79
- package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
- package/esm2015/lib/LineSeries_combined.js +38 -38
- package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
- package/esm2015/lib/MassIndexIndicator.js +6 -6
- package/esm2015/lib/MedianPriceIndicator.js +6 -6
- package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
- package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
- package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
- package/esm2015/lib/NumberAbbreviator.js +1 -1
- package/esm2015/lib/NumericXAxis_combined.js +3 -3
- package/esm2015/lib/NumericYAxis_combined.js +3 -3
- package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
- package/esm2015/lib/OrdinalTimeXAxis.js +113 -113
- package/esm2015/lib/OverlayProxy.js +8 -8
- package/esm2015/lib/PercentChangeYAxis_combined.js +1 -1
- package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
- package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
- package/esm2015/lib/PieChartViewManager_combined.js +9 -9
- package/esm2015/lib/PointSeries_combined.js +19 -19
- package/esm2015/lib/PolarAreaSeries_combined.js +23 -23
- package/esm2015/lib/PolarBase_combined.js +388 -388
- package/esm2015/lib/PolarLineSeriesBase_combined.js +55 -55
- package/esm2015/lib/PolarLineSeries_combined.js +21 -21
- package/esm2015/lib/PolarScatterSeries_combined.js +13 -13
- package/esm2015/lib/PolarSplineAreaSeries_combined.js +24 -24
- package/esm2015/lib/PolarSplineSeries_combined.js +23 -23
- package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
- package/esm2015/lib/PriceChannelOverlay_combined.js +78 -78
- package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
- package/esm2015/lib/RadialAreaSeries_combined.js +35 -35
- package/esm2015/lib/RadialAxisLabelPanel_combined.js +1 -1
- package/esm2015/lib/RadialBucketCalculator_combined.js +156 -156
- package/esm2015/lib/RadialColumnSeries_combined.js +47 -47
- package/esm2015/lib/RadialLineSeries_combined.js +37 -37
- package/esm2015/lib/RadialPieSeries_combined.js +45 -45
- package/esm2015/lib/RangeAreaSeries_combined.js +22 -22
- package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +99 -99
- package/esm2015/lib/RangeColumnSeries_combined.js +35 -35
- package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
- package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
- package/esm2015/lib/ScatterAreaSeries_combined.js +128 -128
- package/esm2015/lib/ScatterBase_combined.js +445 -445
- package/esm2015/lib/ScatterContourSeries_combined.js +112 -112
- package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
- package/esm2015/lib/ScatterLineSeries.js +51 -51
- package/esm2015/lib/ScatterLineSeriesView.js +7 -7
- package/esm2015/lib/ScatterPolygonSeries_combined.js +206 -206
- package/esm2015/lib/ScatterPolylineSeries_combined.js +22 -22
- package/esm2015/lib/ScatterSeries_combined.js +15 -15
- package/esm2015/lib/ScatterSplineSeries.js +38 -38
- package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
- package/esm2015/lib/ScatterTriangulationSeries.js +177 -177
- package/esm2015/lib/SeriesInteractionManager.js +80 -80
- package/esm2015/lib/SeriesRenderManager.js +17 -17
- package/esm2015/lib/SeriesRenderingArguments.js +1 -1
- package/esm2015/lib/SeriesViewerInteractionManager.js +197 -197
- package/esm2015/lib/SeriesViewerScrollbarManager.js +7 -7
- package/esm2015/lib/SeriesViewerSurfaceViewer.js +14 -14
- package/esm2015/lib/SeriesViewer_combined.js +3505 -3171
- package/esm2015/lib/SeriesVisualDataManager.js +23 -23
- package/esm2015/lib/ShapeSeriesBase_combined.js +303 -303
- package/esm2015/lib/SizeScale.js +3 -3
- package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
- package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
- package/esm2015/lib/SplineSeriesBase_combined.js +123 -123
- package/esm2015/lib/SplineSeries_combined.js +25 -25
- package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100BarBucketCalculator.js +2 -2
- package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
- package/esm2015/lib/Stacked100ColumnBucketCalculator.js +2 -2
- package/esm2015/lib/Stacked100ColumnSeries_combined.js +15 -15
- package/esm2015/lib/Stacked100DataPreparer.js +5 -5
- package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
- package/esm2015/lib/StackedLineSeries_combined.js +9 -9
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1026 -1026
- package/esm2015/lib/StandardDeviationIndicator.js +15 -15
- package/esm2015/lib/StepAreaSeries_combined.js +37 -37
- package/esm2015/lib/StepLineSeries_combined.js +43 -43
- package/esm2015/lib/StochRSIIndicator.js +15 -15
- package/esm2015/lib/StrategyBasedIndicator.js +59 -59
- package/esm2015/lib/TRIXIndicator.js +16 -16
- package/esm2015/lib/TileZoomManager_combined.js +9 -9
- package/esm2015/lib/TimeAxisBase.js +8 -8
- package/esm2015/lib/TimeXAxis.js +10 -10
- package/esm2015/lib/TypicalPriceIndicator.js +6 -6
- package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
- package/esm2015/lib/ValueOverlay_combined.js +115 -115
- package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
- package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/WaterfallSeries_combined.js +103 -103
- package/esm2015/lib/WeightedCloseIndicator.js +6 -6
- package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
- package/esm2015/lib/XYChart.js +802 -802
- package/esm2015/lib/igc-anchored-category-series-component.js +18 -18
- package/esm2015/lib/igc-anchored-radial-series-component.js +31 -31
- package/esm2015/lib/igc-annotation-layer-component.js +17 -17
- package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
- package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
- package/esm2015/lib/igc-bar-fragment-component.js +6 -6
- package/esm2015/lib/igc-bar-series-component.js +11 -11
- package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
- package/esm2015/lib/igc-bollinger-bands-overlay-component.js +9 -9
- package/esm2015/lib/igc-bubble-series-component.js +44 -44
- package/esm2015/lib/igc-callout-label-updating-event-args.js +35 -6
- package/esm2015/lib/igc-callout-layer-component.js +95 -95
- package/esm2015/lib/igc-category-chart-component.js +169 -112
- package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
- package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
- package/esm2015/lib/igc-category-series-component.js +20 -20
- package/esm2015/lib/igc-category-tool-tip-layer-component.js +12 -12
- package/esm2015/lib/igc-category-x-axis-component.js +75 -2
- package/esm2015/lib/igc-category-y-axis-component.js +75 -2
- package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
- package/esm2015/lib/igc-chart-group-description-collection.js +88 -0
- package/esm2015/lib/igc-chart-group-description-module.js +15 -0
- package/esm2015/lib/igc-chart-group-description.js +20 -0
- package/esm2015/lib/igc-chart-sort-description-collection.js +98 -0
- package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
- package/esm2015/lib/igc-chart-sort-description.js +61 -0
- package/esm2015/lib/igc-chart-summary-description-collection.js +95 -0
- package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
- package/esm2015/lib/igc-chart-summary-description.js +95 -0
- package/esm2015/lib/igc-column-fragment-component.js +11 -11
- package/esm2015/lib/igc-column-series-component.js +13 -13
- package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
- package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
- package/esm2015/lib/igc-data-chart-component.js +95 -95
- package/esm2015/lib/igc-data-legend-component.js +1 -1
- package/esm2015/lib/igc-data-tool-tip-layer-component.js +364 -364
- package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-domain-chart-component.js +901 -650
- package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-final-value-layer-component.js +42 -42
- package/esm2015/lib/igc-financial-chart-component.js +214 -157
- package/esm2015/lib/igc-financial-indicator-component.js +16 -16
- package/esm2015/lib/igc-financial-overlay-component.js +5 -5
- package/esm2015/lib/igc-financial-price-series-component.js +30 -30
- package/esm2015/lib/igc-financial-series-component.js +60 -60
- package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-fragment-base-component.js +2 -2
- package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
- package/esm2015/lib/igc-high-density-scatter-series-component.js +57 -57
- package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +7 -7
- package/esm2015/lib/igc-horizontal-range-category-series-component.js +19 -19
- package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +3 -3
- package/esm2015/lib/igc-item-tool-tip-layer-component.js +18 -18
- package/esm2015/lib/igc-line-fragment-component.js +1 -1
- package/esm2015/lib/igc-line-series-component.js +1 -1
- package/esm2015/lib/igc-marker-series-component.js +28 -28
- package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
- package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
- package/esm2015/lib/igc-ordinal-time-x-axis-component.js +5 -5
- package/esm2015/lib/igc-polar-area-series-component.js +3 -3
- package/esm2015/lib/igc-polar-base-component.js +77 -77
- package/esm2015/lib/igc-polar-line-series-component.js +4 -4
- package/esm2015/lib/igc-polar-spline-area-series-component.js +4 -4
- package/esm2015/lib/igc-polar-spline-series-component.js +4 -4
- package/esm2015/lib/igc-price-channel-overlay-component.js +6 -6
- package/esm2015/lib/igc-radial-area-series-component.js +3 -3
- package/esm2015/lib/igc-radial-base-component.js +31 -31
- package/esm2015/lib/igc-radial-column-series-component.js +9 -9
- package/esm2015/lib/igc-radial-line-series-component.js +4 -4
- package/esm2015/lib/igc-radial-pie-series-component.js +9 -9
- package/esm2015/lib/igc-range-category-series-component.js +6 -6
- package/esm2015/lib/igc-range-column-series-component.js +10 -10
- package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
- package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-scatter-area-series-component.js +24 -24
- package/esm2015/lib/igc-scatter-base-component.js +49 -49
- package/esm2015/lib/igc-scatter-contour-series-component.js +29 -29
- package/esm2015/lib/igc-scatter-line-series-component.js +4 -4
- package/esm2015/lib/igc-scatter-polygon-series-component.js +39 -39
- package/esm2015/lib/igc-scatter-polyline-series-component.js +7 -7
- package/esm2015/lib/igc-scatter-spline-series-component.js +4 -4
- package/esm2015/lib/igc-scatter-triangulation-series-component.js +37 -37
- package/esm2015/lib/igc-series-component.js +195 -185
- package/esm2015/lib/igc-series-viewer-component.js +379 -282
- package/esm2015/lib/igc-shape-series-base-component.js +45 -45
- package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-spline-area-fragment-component.js +1 -1
- package/esm2015/lib/igc-spline-area-series-component.js +1 -1
- package/esm2015/lib/igc-spline-fragment-base-component.js +2 -2
- package/esm2015/lib/igc-spline-fragment-component.js +1 -1
- package/esm2015/lib/igc-spline-series-base-component.js +6 -6
- package/esm2015/lib/igc-spline-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-bar-series-component.js +12 -12
- package/esm2015/lib/igc-stacked-column-series-component.js +9 -9
- package/esm2015/lib/igc-stacked-line-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-series-base-component.js +11 -11
- package/esm2015/lib/igc-stacked-spline-area-series-component.js +4 -4
- package/esm2015/lib/igc-stacked-spline-series-component.js +4 -4
- package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
- package/esm2015/lib/igc-step-area-series-component.js +2 -2
- package/esm2015/lib/igc-step-line-series-component.js +3 -3
- package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
- package/esm2015/lib/igc-trix-indicator-component.js +3 -3
- package/esm2015/lib/igc-value-overlay-component.js +52 -52
- package/esm2015/lib/igc-vertical-anchored-category-series-component.js +10 -10
- package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
- package/esm2015/lib/igc-waterfall-series-component.js +19 -19
- package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
- package/esm2015/lib/igc-xy-chart-component.js +218 -218
- package/esm2015/lib/igc-zoom-slider-component.js +0 -7
- package/esm2015/public_api.js +23 -0
- package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
- package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
- package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
- package/esm5/lib/AnchoredCategorySeries_combined.js +140 -140
- package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +220 -220
- package/esm5/lib/AngleAxisLabelPanel_combined.js +18 -18
- package/esm5/lib/AnnotationLayerProxy.js +39 -26
- package/esm5/lib/AnnotationLayer_combined.js +132 -132
- package/esm5/lib/AreaSeries_combined.js +44 -44
- package/esm5/lib/AutomaticSeriesManager.js +7 -0
- package/esm5/lib/AutomaticSeriesPurpose.js +11 -0
- package/esm5/lib/AutomaticSeriesRequest.js +7 -0
- package/esm5/lib/AutomaticSeriesRequestCollection.js +7 -0
- package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
- package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
- package/esm5/lib/AxisAnnotationFrameManager.js +2 -2
- package/esm5/lib/AxisAnnotationManager.js +1 -1
- package/esm5/lib/AxisVisualDataManager.js +2 -2
- package/esm5/lib/BarSeries_combined.js +110 -103
- package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
- package/esm5/lib/BollingerBandsOverlay_combined.js +98 -98
- package/esm5/lib/BrushScale.js +7 -7
- package/esm5/lib/BubbleSeries_combined.js +252 -252
- package/esm5/lib/CalloutLabelUpdatingEventArgs.js +4 -2
- package/esm5/lib/CalloutLayer_combined.js +442 -440
- package/esm5/lib/CategoryBucketCalculator_combined.js +241 -240
- package/esm5/lib/CategoryChart.js +522 -413
- package/esm5/lib/CategoryDateTimeXAxis_combined.js +4 -4
- package/esm5/lib/CategoryErrorBarSettings.js +5 -5
- package/esm5/lib/CategoryHighlightLayer_combined.js +51 -51
- package/esm5/lib/CategoryItemHighlightLayer_combined.js +121 -118
- package/esm5/lib/CategoryMarkerManager.js +1 -1
- package/esm5/lib/CategorySeriesInteractionManager.js +8 -8
- package/esm5/lib/CategoryToolTipLayer_combined.js +74 -74
- package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
- package/esm5/lib/CategoryXAxis_combined.js +140 -23
- package/esm5/lib/CategoryYAxis_combined.js +140 -23
- package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
- package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
- package/esm5/lib/ChartGroupDescription.js +59 -0
- package/esm5/lib/ChartGroupDescriptionCollection.js +94 -0
- package/esm5/lib/ChartSortDescription.js +75 -0
- package/esm5/lib/ChartSortDescriptionCollection.js +104 -0
- package/esm5/lib/ChartSummaryDescription.js +149 -0
- package/esm5/lib/ChartSummaryDescriptionCollection.js +110 -0
- package/esm5/lib/ColumnSeries_combined.js +64 -64
- package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
- package/esm5/lib/CrosshairLayer_combined.js +85 -85
- package/esm5/lib/CustomIndicator.js +23 -23
- package/esm5/lib/DataChartToolbarFactoryManager.js +31 -0
- package/esm5/lib/DataChartToolbarProvider.js +117 -0
- package/esm5/lib/DataChartVisualDataManager.js +4 -4
- package/esm5/lib/DataLegendSummaryCalculationAverage.js +1 -1
- package/esm5/lib/DataLegendSummaryCalculationMax.js +1 -1
- package/esm5/lib/DataLegendSummaryCalculationMin.js +1 -1
- package/esm5/lib/DataLegendSummaryCalculationTotal.js +1 -1
- package/esm5/lib/DataToolTipLayer_combined.js +436 -434
- package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
- package/esm5/lib/DomainChart.js +2098 -1753
- package/esm5/lib/EaseOfMovementIndicator.js +6 -6
- package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
- package/esm5/lib/FinalValueLayer_combined.js +70 -70
- package/esm5/lib/FinancialChart_combined.js +1405 -1300
- package/esm5/lib/FinancialEventArgs_combined.js +581 -581
- package/esm5/lib/FinancialIndicator_combined.js +200 -200
- package/esm5/lib/FinancialOverlay.js +36 -36
- package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
- package/esm5/lib/FinancialPriceSeriesProxy.js +16 -16
- package/esm5/lib/FinancialPriceSeries_combined.js +238 -238
- package/esm5/lib/ForceIndexIndicator.js +15 -15
- package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
- package/esm5/lib/HighDensityScatterSeries_combined.js +433 -433
- package/esm5/lib/HorizontalAnchoredCategorySeries.js +105 -105
- package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
- package/esm5/lib/HorizontalRangeCategorySeries.js +55 -55
- package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
- package/esm5/lib/IDataChartToolbarProvider.js +7 -0
- package/esm5/lib/IZoomableCategoryAxis.js +11 -0
- package/esm5/lib/IndicatorProxy.js +11 -11
- package/esm5/lib/ItemToolTipLayer_combined.js +79 -79
- package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
- package/esm5/lib/LineSeries_combined.js +38 -38
- package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
- package/esm5/lib/MassIndexIndicator.js +6 -6
- package/esm5/lib/MedianPriceIndicator.js +6 -6
- package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
- package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
- package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
- package/esm5/lib/NumberAbbreviator.js +1 -1
- package/esm5/lib/NumericXAxis_combined.js +3 -3
- package/esm5/lib/NumericYAxis_combined.js +3 -3
- package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
- package/esm5/lib/OrdinalTimeXAxis.js +109 -109
- package/esm5/lib/OverlayProxy.js +8 -8
- package/esm5/lib/PercentChangeYAxis_combined.js +1 -1
- package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
- package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
- package/esm5/lib/PieChartViewManager_combined.js +9 -9
- package/esm5/lib/PointSeries_combined.js +19 -19
- package/esm5/lib/PolarAreaSeries_combined.js +23 -23
- package/esm5/lib/PolarBase_combined.js +384 -384
- package/esm5/lib/PolarLineSeriesBase_combined.js +55 -55
- package/esm5/lib/PolarLineSeries_combined.js +21 -21
- package/esm5/lib/PolarScatterSeries_combined.js +13 -13
- package/esm5/lib/PolarSplineAreaSeries_combined.js +24 -24
- package/esm5/lib/PolarSplineSeries_combined.js +23 -23
- package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
- package/esm5/lib/PriceChannelOverlay_combined.js +78 -78
- package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
- package/esm5/lib/RadialAreaSeries_combined.js +35 -35
- package/esm5/lib/RadialAxisLabelPanel_combined.js +1 -1
- package/esm5/lib/RadialBucketCalculator_combined.js +154 -154
- package/esm5/lib/RadialColumnSeries_combined.js +47 -47
- package/esm5/lib/RadialLineSeries_combined.js +37 -37
- package/esm5/lib/RadialPieSeries_combined.js +45 -45
- package/esm5/lib/RangeAreaSeries_combined.js +22 -22
- package/esm5/lib/RangeCategoryBucketCalculator_combined.js +99 -99
- package/esm5/lib/RangeColumnSeries_combined.js +35 -35
- package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
- package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
- package/esm5/lib/ScatterAreaSeries_combined.js +126 -126
- package/esm5/lib/ScatterBase_combined.js +441 -441
- package/esm5/lib/ScatterContourSeries_combined.js +110 -110
- package/esm5/lib/ScatterErrorBarSettings.js +5 -5
- package/esm5/lib/ScatterLineSeries.js +51 -51
- package/esm5/lib/ScatterLineSeriesView.js +7 -7
- package/esm5/lib/ScatterPolygonSeries_combined.js +205 -205
- package/esm5/lib/ScatterPolylineSeries_combined.js +22 -22
- package/esm5/lib/ScatterSeries_combined.js +15 -15
- package/esm5/lib/ScatterSplineSeries.js +38 -38
- package/esm5/lib/ScatterSplineSeriesView.js +7 -7
- package/esm5/lib/ScatterTriangulationSeries.js +173 -173
- package/esm5/lib/SeriesInteractionManager.js +80 -80
- package/esm5/lib/SeriesRenderManager.js +17 -17
- package/esm5/lib/SeriesRenderingArguments.js +1 -1
- package/esm5/lib/SeriesViewerInteractionManager.js +197 -197
- package/esm5/lib/SeriesViewerScrollbarManager.js +7 -7
- package/esm5/lib/SeriesViewerSurfaceViewer.js +14 -14
- package/esm5/lib/SeriesViewer_combined.js +3458 -3101
- package/esm5/lib/SeriesVisualDataManager.js +23 -23
- package/esm5/lib/ShapeSeriesBase_combined.js +301 -301
- package/esm5/lib/SizeScale.js +3 -3
- package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
- package/esm5/lib/SplineAreaSeries_combined.js +38 -38
- package/esm5/lib/SplineSeriesBase_combined.js +121 -121
- package/esm5/lib/SplineSeries_combined.js +25 -25
- package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
- package/esm5/lib/Stacked100BarBucketCalculator.js +2 -2
- package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
- package/esm5/lib/Stacked100ColumnBucketCalculator.js +2 -2
- package/esm5/lib/Stacked100ColumnSeries_combined.js +15 -15
- package/esm5/lib/Stacked100DataPreparer.js +5 -5
- package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
- package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
- package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
- package/esm5/lib/StackedLineSeries_combined.js +9 -9
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1025 -1025
- package/esm5/lib/StandardDeviationIndicator.js +14 -14
- package/esm5/lib/StepAreaSeries_combined.js +37 -37
- package/esm5/lib/StepLineSeries_combined.js +43 -43
- package/esm5/lib/StochRSIIndicator.js +14 -14
- package/esm5/lib/StrategyBasedIndicator.js +59 -59
- package/esm5/lib/TRIXIndicator.js +15 -15
- package/esm5/lib/TileZoomManager_combined.js +9 -9
- package/esm5/lib/TimeAxisBase.js +8 -8
- package/esm5/lib/TimeXAxis.js +10 -10
- package/esm5/lib/TypicalPriceIndicator.js +6 -6
- package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
- package/esm5/lib/ValueOverlay_combined.js +115 -115
- package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
- package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/WaterfallSeries_combined.js +103 -103
- package/esm5/lib/WeightedCloseIndicator.js +6 -6
- package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
- package/esm5/lib/XYChart.js +717 -717
- package/esm5/lib/igc-anchored-category-series-component.js +18 -18
- package/esm5/lib/igc-anchored-radial-series-component.js +31 -31
- package/esm5/lib/igc-annotation-layer-component.js +17 -17
- package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
- package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
- package/esm5/lib/igc-bar-fragment-component.js +6 -6
- package/esm5/lib/igc-bar-series-component.js +11 -11
- package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
- package/esm5/lib/igc-bollinger-bands-overlay-component.js +9 -9
- package/esm5/lib/igc-bubble-series-component.js +44 -44
- package/esm5/lib/igc-callout-label-updating-event-args.js +43 -6
- package/esm5/lib/igc-callout-layer-component.js +95 -95
- package/esm5/lib/igc-category-chart-component.js +189 -112
- package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
- package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
- package/esm5/lib/igc-category-series-component.js +20 -20
- package/esm5/lib/igc-category-tool-tip-layer-component.js +12 -12
- package/esm5/lib/igc-category-x-axis-component.js +95 -2
- package/esm5/lib/igc-category-y-axis-component.js +95 -2
- package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
- package/esm5/lib/igc-chart-group-description-collection.js +115 -0
- package/esm5/lib/igc-chart-group-description-module.js +19 -0
- package/esm5/lib/igc-chart-group-description.js +34 -0
- package/esm5/lib/igc-chart-sort-description-collection.js +129 -0
- package/esm5/lib/igc-chart-sort-description-module.js +19 -0
- package/esm5/lib/igc-chart-sort-description.js +81 -0
- package/esm5/lib/igc-chart-summary-description-collection.js +126 -0
- package/esm5/lib/igc-chart-summary-description-module.js +19 -0
- package/esm5/lib/igc-chart-summary-description.js +122 -0
- package/esm5/lib/igc-column-fragment-component.js +11 -11
- package/esm5/lib/igc-column-series-component.js +13 -13
- package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
- package/esm5/lib/igc-crosshair-layer-component.js +90 -90
- package/esm5/lib/igc-data-chart-component.js +95 -95
- package/esm5/lib/igc-data-legend-component.js +1 -1
- package/esm5/lib/igc-data-tool-tip-layer-component.js +364 -364
- package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-domain-chart-component.js +973 -650
- package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-final-value-layer-component.js +42 -42
- package/esm5/lib/igc-financial-chart-component.js +234 -157
- package/esm5/lib/igc-financial-indicator-component.js +16 -16
- package/esm5/lib/igc-financial-overlay-component.js +5 -5
- package/esm5/lib/igc-financial-price-series-component.js +30 -30
- package/esm5/lib/igc-financial-series-component.js +60 -60
- package/esm5/lib/igc-force-index-indicator-component.js +4 -4
- package/esm5/lib/igc-fragment-base-component.js +2 -2
- package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
- package/esm5/lib/igc-high-density-scatter-series-component.js +57 -57
- package/esm5/lib/igc-horizontal-anchored-category-series-component.js +7 -7
- package/esm5/lib/igc-horizontal-range-category-series-component.js +19 -19
- package/esm5/lib/igc-horizontal-stacked-series-base-component.js +3 -3
- package/esm5/lib/igc-item-tool-tip-layer-component.js +18 -18
- package/esm5/lib/igc-line-fragment-component.js +1 -1
- package/esm5/lib/igc-line-series-component.js +1 -1
- package/esm5/lib/igc-marker-series-component.js +28 -28
- package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
- package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
- package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
- package/esm5/lib/igc-ordinal-time-x-axis-component.js +5 -5
- package/esm5/lib/igc-polar-area-series-component.js +3 -3
- package/esm5/lib/igc-polar-base-component.js +77 -77
- package/esm5/lib/igc-polar-line-series-component.js +4 -4
- package/esm5/lib/igc-polar-spline-area-series-component.js +4 -4
- package/esm5/lib/igc-polar-spline-series-component.js +4 -4
- package/esm5/lib/igc-price-channel-overlay-component.js +6 -6
- package/esm5/lib/igc-radial-area-series-component.js +3 -3
- package/esm5/lib/igc-radial-base-component.js +31 -31
- package/esm5/lib/igc-radial-column-series-component.js +9 -9
- package/esm5/lib/igc-radial-line-series-component.js +4 -4
- package/esm5/lib/igc-radial-pie-series-component.js +9 -9
- package/esm5/lib/igc-range-category-series-component.js +6 -6
- package/esm5/lib/igc-range-column-series-component.js +10 -10
- package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
- package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
- package/esm5/lib/igc-scatter-area-series-component.js +24 -24
- package/esm5/lib/igc-scatter-base-component.js +49 -49
- package/esm5/lib/igc-scatter-contour-series-component.js +29 -29
- package/esm5/lib/igc-scatter-line-series-component.js +4 -4
- package/esm5/lib/igc-scatter-polygon-series-component.js +39 -39
- package/esm5/lib/igc-scatter-polyline-series-component.js +7 -7
- package/esm5/lib/igc-scatter-spline-series-component.js +4 -4
- package/esm5/lib/igc-scatter-triangulation-series-component.js +37 -37
- package/esm5/lib/igc-series-component.js +199 -185
- package/esm5/lib/igc-series-viewer-component.js +403 -282
- package/esm5/lib/igc-shape-series-base-component.js +45 -45
- package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-spline-area-fragment-component.js +1 -1
- package/esm5/lib/igc-spline-area-series-component.js +1 -1
- package/esm5/lib/igc-spline-fragment-base-component.js +2 -2
- package/esm5/lib/igc-spline-fragment-component.js +1 -1
- package/esm5/lib/igc-spline-series-base-component.js +6 -6
- package/esm5/lib/igc-spline-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
- package/esm5/lib/igc-stacked-bar-series-component.js +12 -12
- package/esm5/lib/igc-stacked-column-series-component.js +9 -9
- package/esm5/lib/igc-stacked-line-series-component.js +1 -1
- package/esm5/lib/igc-stacked-series-base-component.js +11 -11
- package/esm5/lib/igc-stacked-spline-area-series-component.js +4 -4
- package/esm5/lib/igc-stacked-spline-series-component.js +4 -4
- package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
- package/esm5/lib/igc-step-area-series-component.js +2 -2
- package/esm5/lib/igc-step-line-series-component.js +3 -3
- package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
- package/esm5/lib/igc-trix-indicator-component.js +3 -3
- package/esm5/lib/igc-value-overlay-component.js +52 -52
- package/esm5/lib/igc-vertical-anchored-category-series-component.js +10 -10
- package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
- package/esm5/lib/igc-waterfall-series-component.js +19 -19
- package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
- package/esm5/lib/igc-xy-chart-component.js +218 -218
- package/esm5/lib/igc-zoom-slider-component.js +0 -7
- package/esm5/public_api.js +23 -0
- package/fesm2015/igniteui-webcomponents-charts.js +24809 -22008
- package/fesm5/igniteui-webcomponents-charts.js +24917 -21549
- package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
- package/lib/AccumulationDistributionIndicator.d.ts +4 -4
- package/lib/AnchoredCategorySeries_combined.d.ts +45 -45
- package/lib/AnchoredRadialBucketCalculator_combined.d.ts +52 -52
- package/lib/AnnotationLayerProxy.d.ts +4 -0
- package/lib/AnnotationLayer_combined.d.ts +40 -40
- package/lib/AreaSeries_combined.d.ts +8 -8
- package/lib/AutomaticSeriesManager.d.ts +1 -0
- package/lib/AutomaticSeriesPurpose.d.ts +11 -0
- package/lib/AutomaticSeriesRequest.d.ts +1 -0
- package/lib/AutomaticSeriesRequestCollection.d.ts +1 -0
- package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
- package/lib/AverageTrueRangeIndicator.d.ts +8 -8
- package/lib/BarSeries_combined.d.ts +19 -19
- package/lib/BollingerBandWidthIndicator.d.ts +10 -10
- package/lib/BollingerBandsOverlay_combined.d.ts +18 -18
- package/lib/BubbleSeries_combined.d.ts +48 -48
- package/lib/CalloutLabelUpdatingEventArgs.d.ts +5 -2
- package/lib/CalloutLayer_combined.d.ts +101 -101
- package/lib/CategoryBucketCalculator_combined.d.ts +71 -71
- package/lib/CategoryChart.d.ts +129 -116
- package/lib/CategoryHighlightLayer_combined.d.ts +15 -15
- package/lib/CategoryItemHighlightLayer_combined.d.ts +26 -26
- package/lib/CategoryToolTipLayer_combined.d.ts +15 -15
- package/lib/CategoryXAxis_combined.d.ts +17 -5
- package/lib/CategoryYAxis_combined.d.ts +17 -5
- package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
- package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
- package/lib/ChartGroupDescription.d.ts +16 -0
- package/lib/ChartGroupDescriptionCollection.d.ts +26 -0
- package/lib/ChartSortDescription.d.ts +18 -0
- package/lib/ChartSortDescriptionCollection.d.ts +27 -0
- package/lib/ChartSummaryDescription.d.ts +33 -0
- package/lib/ChartSummaryDescriptionCollection.d.ts +27 -0
- package/lib/ColumnSeries_combined.d.ts +17 -17
- package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
- package/lib/CrosshairLayer_combined.d.ts +41 -41
- package/lib/CustomIndicator.d.ts +8 -8
- package/lib/DataChartToolbarFactoryManager.d.ts +9 -0
- package/lib/DataChartToolbarProvider.d.ts +21 -0
- package/lib/DataToolTipLayer_combined.d.ts +138 -138
- package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
- package/lib/DomainChart.d.ts +538 -487
- package/lib/EaseOfMovementIndicator.d.ts +4 -4
- package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
- package/lib/FinalValueLayer_combined.d.ts +28 -28
- package/lib/FinancialChart_combined.d.ts +299 -287
- package/lib/FinancialEventArgs_combined.d.ts +123 -123
- package/lib/FinancialIndicator_combined.d.ts +36 -36
- package/lib/FinancialOverlay.d.ts +9 -9
- package/lib/FinancialPriceSeries_combined.d.ts +41 -41
- package/lib/ForceIndexIndicator.d.ts +9 -9
- package/lib/FullStochasticOscillatorIndicator.d.ts +14 -14
- package/lib/HighDensityScatterSeries_combined.d.ts +96 -96
- package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
- package/lib/HorizontalRangeCategorySeries.d.ts +13 -13
- package/lib/IAnnotationLayerProxy.d.ts +4 -0
- package/lib/IDataChartToolbarProvider.d.ts +1 -0
- package/lib/IZoomableCategoryAxis.d.ts +17 -0
- package/lib/ItemToolTipLayer_combined.d.ts +19 -19
- package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
- package/lib/LineSeries_combined.d.ts +7 -7
- package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
- package/lib/MassIndexIndicator.d.ts +4 -4
- package/lib/MedianPriceIndicator.d.ts +4 -4
- package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
- package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
- package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
- package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
- package/lib/OrdinalTimeXAxis.d.ts +26 -26
- package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
- package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
- package/lib/PointSeries_combined.d.ts +6 -6
- package/lib/PolarAreaSeries_combined.d.ts +7 -7
- package/lib/PolarBase_combined.d.ts +107 -107
- package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
- package/lib/PolarLineSeries_combined.d.ts +8 -8
- package/lib/PolarScatterSeries_combined.d.ts +4 -4
- package/lib/PolarSplineAreaSeries_combined.d.ts +8 -8
- package/lib/PolarSplineSeries_combined.d.ts +7 -7
- package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
- package/lib/PriceChannelOverlay_combined.d.ts +14 -14
- package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
- package/lib/RadialAreaSeries_combined.d.ts +7 -7
- package/lib/RadialBucketCalculator_combined.d.ts +50 -50
- package/lib/RadialColumnSeries_combined.d.ts +11 -11
- package/lib/RadialLineSeries_combined.d.ts +8 -8
- package/lib/RadialPieSeries_combined.d.ts +13 -13
- package/lib/RangeAreaSeries_combined.d.ts +6 -6
- package/lib/RangeCategoryBucketCalculator_combined.d.ts +19 -19
- package/lib/RangeColumnSeries_combined.d.ts +12 -12
- package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
- package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
- package/lib/ScatterAreaSeries_combined.d.ts +28 -28
- package/lib/ScatterBase_combined.d.ts +108 -108
- package/lib/ScatterContourSeries_combined.d.ts +20 -20
- package/lib/ScatterLineSeries.d.ts +12 -12
- package/lib/ScatterPolygonSeries_combined.d.ts +46 -46
- package/lib/ScatterPolylineSeries_combined.d.ts +9 -9
- package/lib/ScatterSeries_combined.d.ts +4 -4
- package/lib/ScatterSplineSeries.d.ts +9 -9
- package/lib/ScatterTriangulationSeries.d.ts +40 -40
- package/lib/SeriesViewer_combined.d.ts +1036 -956
- package/lib/ShapeSeriesBase_combined.d.ts +91 -91
- package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
- package/lib/SplineAreaSeries_combined.d.ts +8 -8
- package/lib/SplineSeriesBase_combined.d.ts +23 -23
- package/lib/SplineSeries_combined.d.ts +6 -6
- package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
- package/lib/Stacked100BarSeries_combined.d.ts +6 -6
- package/lib/Stacked100ColumnSeries_combined.d.ts +6 -6
- package/lib/Stacked100LineSeries_combined.d.ts +4 -4
- package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
- package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
- package/lib/StackedLineSeries_combined.d.ts +3 -3
- package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +230 -230
- package/lib/StandardDeviationIndicator.d.ts +8 -8
- package/lib/StepAreaSeries_combined.d.ts +10 -10
- package/lib/StepLineSeries_combined.d.ts +9 -9
- package/lib/StochRSIIndicator.d.ts +8 -8
- package/lib/StrategyBasedIndicator.d.ts +21 -21
- package/lib/TRIXIndicator.d.ts +8 -8
- package/lib/TypicalPriceIndicator.d.ts +4 -4
- package/lib/UltimateOscillatorIndicator.d.ts +4 -4
- package/lib/ValueOverlay_combined.d.ts +41 -41
- package/lib/VerticalAnchoredCategorySeries.d.ts +23 -23
- package/lib/WaterfallSeries_combined.d.ts +23 -23
- package/lib/WeightedCloseIndicator.d.ts +4 -4
- package/lib/WilliamsPercentRIndicator.d.ts +8 -8
- package/lib/XYChart.d.ts +189 -189
- package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
- package/lib/igc-category-chart-component.d.ts +27 -0
- package/lib/igc-category-x-axis-component.d.ts +37 -0
- package/lib/igc-category-y-axis-component.d.ts +37 -0
- package/lib/igc-chart-group-description-collection.d.ts +24 -0
- package/lib/igc-chart-group-description-module.d.ts +3 -0
- package/lib/igc-chart-group-description.d.ts +14 -0
- package/lib/igc-chart-sort-description-collection.d.ts +28 -0
- package/lib/igc-chart-sort-description-module.d.ts +3 -0
- package/lib/igc-chart-sort-description.d.ts +31 -0
- package/lib/igc-chart-summary-description-collection.d.ts +25 -0
- package/lib/igc-chart-summary-description-module.d.ts +3 -0
- package/lib/igc-chart-summary-description.d.ts +35 -0
- package/lib/igc-data-legend-component.d.ts +1 -1
- package/lib/igc-data-tool-tip-layer-component.d.ts +1 -1
- package/lib/igc-domain-chart-component.d.ts +85 -1
- package/lib/igc-financial-chart-component.d.ts +27 -0
- package/lib/igc-series-component.d.ts +4 -0
- package/lib/igc-series-viewer-component.d.ts +51 -0
- package/lib/igc-zoom-slider-component.d.ts +0 -5
- package/package.json +2 -2
- package/public_api.d.ts +23 -0
|
@@ -294,27 +294,27 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
294
294
|
* `transitionInDuration` controls the length of time taken by the transition-in animation. Try setting it to 2 seconds:
|
|
295
295
|
*/
|
|
296
296
|
get transitionInDuration() {
|
|
297
|
-
return this.i.
|
|
297
|
+
return this.i.aex;
|
|
298
298
|
}
|
|
299
299
|
set transitionInDuration(v) {
|
|
300
|
-
this.i.
|
|
301
|
-
this._a("transitionInDuration", this.i.
|
|
300
|
+
this.i.aex = +v;
|
|
301
|
+
this._a("transitionInDuration", this.i.aex);
|
|
302
302
|
}
|
|
303
303
|
/**
|
|
304
304
|
* Gets or sets the easing function used for animating series plots when the chart is loading into view
|
|
305
305
|
* This can be set to one of the known values "linear" or "cubic," or it can be set to an easing function which takes a single numeric parameter and returns a number.
|
|
306
306
|
*/
|
|
307
307
|
get transitionInEasingFunction() {
|
|
308
|
-
return this.i.
|
|
308
|
+
return this.i.ac1;
|
|
309
309
|
}
|
|
310
310
|
set transitionInEasingFunction(v) {
|
|
311
|
-
this.i.
|
|
311
|
+
this.i.ac1 = v;
|
|
312
312
|
}
|
|
313
313
|
/**
|
|
314
314
|
* Gets domain type of this chart
|
|
315
315
|
*/
|
|
316
316
|
get domainType() {
|
|
317
|
-
return this.i.
|
|
317
|
+
return this.i.by;
|
|
318
318
|
}
|
|
319
319
|
/**
|
|
320
320
|
* Gets or sets the type of chart series to generate from the data.
|
|
@@ -322,11 +322,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
322
322
|
* The `chartType` property determines the type of data series to display.
|
|
323
323
|
*/
|
|
324
324
|
get chartType() {
|
|
325
|
-
return this.i.
|
|
325
|
+
return this.i.acl;
|
|
326
326
|
}
|
|
327
327
|
set chartType(v) {
|
|
328
|
-
this.i.
|
|
329
|
-
this._a("chartType", enumToString(CategoryChartType_$type, this.i.
|
|
328
|
+
this.i.acl = ensureEnum(CategoryChartType_$type, v);
|
|
329
|
+
this._a("chartType", enumToString(CategoryChartType_$type, this.i.acl));
|
|
330
330
|
}
|
|
331
331
|
/**
|
|
332
332
|
* Gets or sets the behavior for markers in each series which are placed too close together for the current view, resulting in a collision.
|
|
@@ -334,21 +334,21 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
334
334
|
* `markerCollisionAvoidance` controls the technique the chart uses to avoid overlapping markers.
|
|
335
335
|
*/
|
|
336
336
|
get markerCollisionAvoidance() {
|
|
337
|
-
return this.i.
|
|
337
|
+
return this.i.acn;
|
|
338
338
|
}
|
|
339
339
|
set markerCollisionAvoidance(v) {
|
|
340
|
-
this.i.
|
|
341
|
-
this._a("markerCollisionAvoidance", enumToString(CategorySeriesMarkerCollisionAvoidance_$type, this.i.
|
|
340
|
+
this.i.acn = ensureEnum(CategorySeriesMarkerCollisionAvoidance_$type, v);
|
|
341
|
+
this._a("markerCollisionAvoidance", enumToString(CategorySeriesMarkerCollisionAvoidance_$type, this.i.acn));
|
|
342
342
|
}
|
|
343
343
|
/**
|
|
344
344
|
* Gets or sets whether to include the spline shape in the axis range requested of the axis for spline type series.
|
|
345
345
|
*/
|
|
346
346
|
get isSplineShapePartOfRange() {
|
|
347
|
-
return this.i.
|
|
347
|
+
return this.i.adf;
|
|
348
348
|
}
|
|
349
349
|
set isSplineShapePartOfRange(v) {
|
|
350
|
-
this.i.
|
|
351
|
-
this._a("isSplineShapePartOfRange", this.i.
|
|
350
|
+
this.i.adf = ensureBool(v);
|
|
351
|
+
this._a("isSplineShapePartOfRange", this.i.adf);
|
|
352
352
|
}
|
|
353
353
|
/**
|
|
354
354
|
* Gets or sets whether animation of series plots is enabled when the chart is loading into view
|
|
@@ -356,11 +356,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
356
356
|
* Set `isTransitionInEnabled` to true if you want your chart series to animate into position when the chart is loading into view.
|
|
357
357
|
*/
|
|
358
358
|
get isTransitionInEnabled() {
|
|
359
|
-
return this.i.
|
|
359
|
+
return this.i.adg;
|
|
360
360
|
}
|
|
361
361
|
set isTransitionInEnabled(v) {
|
|
362
|
-
this.i.
|
|
363
|
-
this._a("isTransitionInEnabled", this.i.
|
|
362
|
+
this.i.adg = ensureBool(v);
|
|
363
|
+
this._a("isTransitionInEnabled", this.i.adg);
|
|
364
364
|
}
|
|
365
365
|
/**
|
|
366
366
|
* Gets or sets the method that determines how to animate series plots when the chart is loading into view
|
|
@@ -368,11 +368,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
368
368
|
* `transitionInMode` controls the direction of the transition-in animation.
|
|
369
369
|
*/
|
|
370
370
|
get transitionInMode() {
|
|
371
|
-
return this.i.
|
|
371
|
+
return this.i.acp;
|
|
372
372
|
}
|
|
373
373
|
set transitionInMode(v) {
|
|
374
|
-
this.i.
|
|
375
|
-
this._a("transitionInMode", enumToString(CategoryTransitionInMode_$type, this.i.
|
|
374
|
+
this.i.acp = ensureEnum(CategoryTransitionInMode_$type, v);
|
|
375
|
+
this._a("transitionInMode", enumToString(CategoryTransitionInMode_$type, this.i.acp));
|
|
376
376
|
}
|
|
377
377
|
/**
|
|
378
378
|
* Gets or sets the arrival speed used for animating series plots when the chart is loading into view
|
|
@@ -380,11 +380,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
380
380
|
* `transitionInSpeedType` controls the speed of the transition-in animation.
|
|
381
381
|
*/
|
|
382
382
|
get transitionInSpeedType() {
|
|
383
|
-
return this.i.
|
|
383
|
+
return this.i.acz;
|
|
384
384
|
}
|
|
385
385
|
set transitionInSpeedType(v) {
|
|
386
|
-
this.i.
|
|
387
|
-
this._a("transitionInSpeedType", enumToString(TransitionInSpeedType_$type, this.i.
|
|
386
|
+
this.i.acz = ensureEnum(TransitionInSpeedType_$type, v);
|
|
387
|
+
this._a("transitionInSpeedType", enumToString(TransitionInSpeedType_$type, this.i.acz));
|
|
388
388
|
}
|
|
389
389
|
/**
|
|
390
390
|
* Gets or sets the frequency of displayed labels along the X-axis.
|
|
@@ -393,11 +393,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
393
393
|
* `xAxisInterval` determines how often to show a label, tickmark, and/or gridline along the x-axis. Set this property to _n_ to display a label every _nth_ item.
|
|
394
394
|
*/
|
|
395
395
|
get xAxisInterval() {
|
|
396
|
-
return this.i.
|
|
396
|
+
return this.i.aef;
|
|
397
397
|
}
|
|
398
398
|
set xAxisInterval(v) {
|
|
399
|
-
this.i.
|
|
400
|
-
this._a("xAxisInterval", this.i.
|
|
399
|
+
this.i.aef = +v;
|
|
400
|
+
this._a("xAxisInterval", this.i.aef);
|
|
401
401
|
}
|
|
402
402
|
/**
|
|
403
403
|
* Gets or sets the frequency of displayed minor lines along the X-axis.
|
|
@@ -408,11 +408,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
408
408
|
* `xAxisMinorInterval` is expressed as a number between 0 and 1, representing the frequency of the interval. To display minor gridlines representing 10ths of an item width, set `xAxisMinorInterval` to 0.1.
|
|
409
409
|
*/
|
|
410
410
|
get xAxisMinorInterval() {
|
|
411
|
-
return this.i.
|
|
411
|
+
return this.i.aei;
|
|
412
412
|
}
|
|
413
413
|
set xAxisMinorInterval(v) {
|
|
414
|
-
this.i.
|
|
415
|
-
this._a("xAxisMinorInterval", this.i.
|
|
414
|
+
this.i.aei = +v;
|
|
415
|
+
this._a("xAxisMinorInterval", this.i.aei);
|
|
416
416
|
}
|
|
417
417
|
/**
|
|
418
418
|
* Gets or sets the amount of space between adjacent categories for the X-axis.
|
|
@@ -425,31 +425,31 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
425
425
|
* To set the item spacing to 75% the width of one item, set the `xAxisGap` to 0.75, as in this code:
|
|
426
426
|
*/
|
|
427
427
|
get xAxisGap() {
|
|
428
|
-
return this.i.
|
|
428
|
+
return this.i.aee;
|
|
429
429
|
}
|
|
430
430
|
set xAxisGap(v) {
|
|
431
|
-
this.i.
|
|
432
|
-
this._a("xAxisGap", this.i.
|
|
431
|
+
this.i.aee = +v;
|
|
432
|
+
this._a("xAxisGap", this.i.aee);
|
|
433
433
|
}
|
|
434
434
|
/**
|
|
435
435
|
* Gets or sets the minimum amount of pixels to use for the gap between categories, if possible.
|
|
436
436
|
*/
|
|
437
437
|
get xAxisMinimumGapSize() {
|
|
438
|
-
return this.i.
|
|
438
|
+
return this.i.aeh;
|
|
439
439
|
}
|
|
440
440
|
set xAxisMinimumGapSize(v) {
|
|
441
|
-
this.i.
|
|
442
|
-
this._a("xAxisMinimumGapSize", this.i.
|
|
441
|
+
this.i.aeh = +v;
|
|
442
|
+
this._a("xAxisMinimumGapSize", this.i.aeh);
|
|
443
443
|
}
|
|
444
444
|
/**
|
|
445
445
|
* Gets or sets the maximum gap value to allow. This defaults to 1.0.
|
|
446
446
|
*/
|
|
447
447
|
get xAxisMaximumGap() {
|
|
448
|
-
return this.i.
|
|
448
|
+
return this.i.aeg;
|
|
449
449
|
}
|
|
450
450
|
set xAxisMaximumGap(v) {
|
|
451
|
-
this.i.
|
|
452
|
-
this._a("xAxisMaximumGap", this.i.
|
|
451
|
+
this.i.aeg = +v;
|
|
452
|
+
this._a("xAxisMaximumGap", this.i.aeg);
|
|
453
453
|
}
|
|
454
454
|
/**
|
|
455
455
|
* Gets or sets the amount of overlap between adjacent categories for the X-axis.
|
|
@@ -462,11 +462,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
462
462
|
* To place grouped items with 75% overlap, set the `xAxisOverlap` to 0.75, as in this code:
|
|
463
463
|
*/
|
|
464
464
|
get xAxisOverlap() {
|
|
465
|
-
return this.i.
|
|
465
|
+
return this.i.aej;
|
|
466
466
|
}
|
|
467
467
|
set xAxisOverlap(v) {
|
|
468
|
-
this.i.
|
|
469
|
-
this._a("xAxisOverlap", this.i.
|
|
468
|
+
this.i.aej = +v;
|
|
469
|
+
this._a("xAxisOverlap", this.i.aej);
|
|
470
470
|
}
|
|
471
471
|
/**
|
|
472
472
|
* Gets or sets the distance between each label and grid line along the Y-axis.
|
|
@@ -474,101 +474,101 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
474
474
|
* `yAxisInterval` determines how often to show a label, tickmark, and/or gridline along the y-axis. Set this property to a number less than the numeric range of the y-axis.
|
|
475
475
|
*/
|
|
476
476
|
get yAxisInterval() {
|
|
477
|
-
return this.i.
|
|
477
|
+
return this.i.aer;
|
|
478
478
|
}
|
|
479
479
|
set yAxisInterval(v) {
|
|
480
|
-
this.i.
|
|
481
|
-
this._a("yAxisInterval", this.i.
|
|
480
|
+
this.i.aer = +v;
|
|
481
|
+
this._a("yAxisInterval", this.i.aer);
|
|
482
482
|
}
|
|
483
483
|
/**
|
|
484
484
|
* Gets or sets a whether the series viewer should auto expand margins to accommodate the initial horizontal axis labels.
|
|
485
485
|
*/
|
|
486
486
|
get autoMarginAndAngleUpdateMode() {
|
|
487
|
-
return this.i.
|
|
487
|
+
return this.i.ach;
|
|
488
488
|
}
|
|
489
489
|
set autoMarginAndAngleUpdateMode(v) {
|
|
490
|
-
this.i.
|
|
491
|
-
this._a("autoMarginAndAngleUpdateMode", enumToString(AutoMarginsAndAngleUpdateMode_$type, this.i.
|
|
490
|
+
this.i.ach = ensureEnum(AutoMarginsAndAngleUpdateMode_$type, v);
|
|
491
|
+
this._a("autoMarginAndAngleUpdateMode", enumToString(AutoMarginsAndAngleUpdateMode_$type, this.i.ach));
|
|
492
492
|
}
|
|
493
493
|
/**
|
|
494
494
|
* Gets or sets a whether the series viewer should auto expand margins to accommodate the initial horizontal axis labels.
|
|
495
495
|
*/
|
|
496
496
|
get shouldAutoExpandMarginForInitialLabels() {
|
|
497
|
-
return this.i.
|
|
497
|
+
return this.i.adh;
|
|
498
498
|
}
|
|
499
499
|
set shouldAutoExpandMarginForInitialLabels(v) {
|
|
500
|
-
this.i.
|
|
501
|
-
this._a("shouldAutoExpandMarginForInitialLabels", this.i.
|
|
500
|
+
this.i.adh = ensureBool(v);
|
|
501
|
+
this._a("shouldAutoExpandMarginForInitialLabels", this.i.adh);
|
|
502
502
|
}
|
|
503
503
|
/**
|
|
504
504
|
* Gets or sets a whether the series viewer should consider auto rotating labels to fit them in the initial view. This implies that ShouldAutoExpandMarginForInitialLabels is true.
|
|
505
505
|
*/
|
|
506
506
|
get shouldConsiderAutoRotationForInitialLabels() {
|
|
507
|
-
return this.i.
|
|
507
|
+
return this.i.adi;
|
|
508
508
|
}
|
|
509
509
|
set shouldConsiderAutoRotationForInitialLabels(v) {
|
|
510
|
-
this.i.
|
|
511
|
-
this._a("shouldConsiderAutoRotationForInitialLabels", this.i.
|
|
510
|
+
this.i.adi = ensureBool(v);
|
|
511
|
+
this._a("shouldConsiderAutoRotationForInitialLabels", this.i.adi);
|
|
512
512
|
}
|
|
513
513
|
/**
|
|
514
514
|
* Gets or sets the extra amount the series viewer should auto expand margins to accommodate the initial horizontal axis labels.
|
|
515
515
|
*/
|
|
516
516
|
get autoExpandMarginExtraPadding() {
|
|
517
|
-
return this.i.
|
|
517
|
+
return this.i.ad6;
|
|
518
518
|
}
|
|
519
519
|
set autoExpandMarginExtraPadding(v) {
|
|
520
|
-
this.i.
|
|
521
|
-
this._a("autoExpandMarginExtraPadding", this.i.
|
|
520
|
+
this.i.ad6 = +v;
|
|
521
|
+
this._a("autoExpandMarginExtraPadding", this.i.ad6);
|
|
522
522
|
}
|
|
523
523
|
/**
|
|
524
524
|
* Gets or sets the maximum amount the series viewer should auto expand margins to accommodate the initial horizontal axis labels.
|
|
525
525
|
*/
|
|
526
526
|
get autoExpandMarginMaximumValue() {
|
|
527
|
-
return this.i.
|
|
527
|
+
return this.i.ad7;
|
|
528
528
|
}
|
|
529
529
|
set autoExpandMarginMaximumValue(v) {
|
|
530
|
-
this.i.
|
|
531
|
-
this._a("autoExpandMarginMaximumValue", this.i.
|
|
530
|
+
this.i.ad7 = +v;
|
|
531
|
+
this._a("autoExpandMarginMaximumValue", this.i.ad7);
|
|
532
532
|
}
|
|
533
533
|
/**
|
|
534
534
|
* Gets or sets whether the axis should favor emitting a label at the end of the scale.
|
|
535
535
|
*/
|
|
536
536
|
get yAxisFavorLabellingScaleEnd() {
|
|
537
|
-
return this.i.
|
|
537
|
+
return this.i.adm;
|
|
538
538
|
}
|
|
539
539
|
set yAxisFavorLabellingScaleEnd(v) {
|
|
540
|
-
this.i.
|
|
541
|
-
this._a("yAxisFavorLabellingScaleEnd", this.i.
|
|
540
|
+
this.i.adm = ensureBool(v);
|
|
541
|
+
this._a("yAxisFavorLabellingScaleEnd", this.i.adm);
|
|
542
542
|
}
|
|
543
543
|
/**
|
|
544
544
|
* Gets or sets whether the x axis enhanced interval management should prefer to show all the labels if possible without collisions for supported types of category axes. This is for use with EnhancedIntervalMinimumCharacters = -1 and axes that have an integral interval.
|
|
545
545
|
*/
|
|
546
546
|
get xAxisEnhancedIntervalPreferMoreCategoryLabels() {
|
|
547
|
-
return this.i.
|
|
547
|
+
return this.i.adj;
|
|
548
548
|
}
|
|
549
549
|
set xAxisEnhancedIntervalPreferMoreCategoryLabels(v) {
|
|
550
|
-
this.i.
|
|
551
|
-
this._a("xAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.
|
|
550
|
+
this.i.adj = ensureBool(v);
|
|
551
|
+
this._a("xAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.adj);
|
|
552
552
|
}
|
|
553
553
|
/**
|
|
554
554
|
* Gets or sets whether the y axis enhanced interval management should prefer to show all the labels if possible without collisions for supported types of category axes. This is for use with EnhancedIntervalMinimumCharacters = -1 and axes that have an integral interval.
|
|
555
555
|
*/
|
|
556
556
|
get yAxisEnhancedIntervalPreferMoreCategoryLabels() {
|
|
557
|
-
return this.i.
|
|
557
|
+
return this.i.adl;
|
|
558
558
|
}
|
|
559
559
|
set yAxisEnhancedIntervalPreferMoreCategoryLabels(v) {
|
|
560
|
-
this.i.
|
|
561
|
-
this._a("yAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.
|
|
560
|
+
this.i.adl = ensureBool(v);
|
|
561
|
+
this._a("yAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.adl);
|
|
562
562
|
}
|
|
563
563
|
/**
|
|
564
564
|
* Gets or sets how the numeric axis will adjust its range buffer to less closely fix the data from the series.
|
|
565
565
|
*/
|
|
566
566
|
get yAxisAutoRangeBufferMode() {
|
|
567
|
-
return this.i.
|
|
567
|
+
return this.i.acj;
|
|
568
568
|
}
|
|
569
569
|
set yAxisAutoRangeBufferMode(v) {
|
|
570
|
-
this.i.
|
|
571
|
-
this._a("yAxisAutoRangeBufferMode", enumToString(AxisRangeBufferMode_$type, this.i.
|
|
570
|
+
this.i.acj = ensureEnum(AxisRangeBufferMode_$type, v);
|
|
571
|
+
this._a("yAxisAutoRangeBufferMode", enumToString(AxisRangeBufferMode_$type, this.i.acj));
|
|
572
572
|
}
|
|
573
573
|
/**
|
|
574
574
|
* Gets or sets whether the Y-axis should use a logarithmic scale instead of a linear one.
|
|
@@ -577,11 +577,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
577
577
|
* Set `yAxisIsLogarithmic` to true if you want the y-axis to be a logarithmic scale.
|
|
578
578
|
*/
|
|
579
579
|
get yAxisIsLogarithmic() {
|
|
580
|
-
return this.i.
|
|
580
|
+
return this.i.adn;
|
|
581
581
|
}
|
|
582
582
|
set yAxisIsLogarithmic(v) {
|
|
583
|
-
this.i.
|
|
584
|
-
this._a("yAxisIsLogarithmic", this.i.
|
|
583
|
+
this.i.adn = ensureBool(v);
|
|
584
|
+
this._a("yAxisIsLogarithmic", this.i.adn);
|
|
585
585
|
}
|
|
586
586
|
/**
|
|
587
587
|
* Gets or sets the base value to use in the log function when mapping the position of data items along the Y-axis.
|
|
@@ -590,11 +590,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
590
590
|
* When `yAxisIsLogarithmic` is true, `yAxisLogarithmBase` sets the logarithm base of the y-axis scale.
|
|
591
591
|
*/
|
|
592
592
|
get yAxisLogarithmBase() {
|
|
593
|
-
return this.i.
|
|
593
|
+
return this.i.aey;
|
|
594
594
|
}
|
|
595
595
|
set yAxisLogarithmBase(v) {
|
|
596
|
-
this.i.
|
|
597
|
-
this._a("yAxisLogarithmBase", this.i.
|
|
596
|
+
this.i.aey = +v;
|
|
597
|
+
this._a("yAxisLogarithmBase", this.i.aey);
|
|
598
598
|
}
|
|
599
599
|
/**
|
|
600
600
|
* Gets or sets the data value corresponding to the minimum value of the Y-axis.
|
|
@@ -602,11 +602,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
602
602
|
* `yAxisMaximumValue` determines the minimum of the y-axis.
|
|
603
603
|
*/
|
|
604
604
|
get yAxisMinimumValue() {
|
|
605
|
-
return this.i.
|
|
605
|
+
return this.i.aet;
|
|
606
606
|
}
|
|
607
607
|
set yAxisMinimumValue(v) {
|
|
608
|
-
this.i.
|
|
609
|
-
this._a("yAxisMinimumValue", this.i.
|
|
608
|
+
this.i.aet = +v;
|
|
609
|
+
this._a("yAxisMinimumValue", this.i.aet);
|
|
610
610
|
}
|
|
611
611
|
/**
|
|
612
612
|
* Gets or sets the data value corresponding to the maximum value of the Y-axis.
|
|
@@ -614,11 +614,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
614
614
|
* `yAxisMaximumValue` determines the maximum of the y-axis.
|
|
615
615
|
*/
|
|
616
616
|
get yAxisMaximumValue() {
|
|
617
|
-
return this.i.
|
|
617
|
+
return this.i.aes;
|
|
618
618
|
}
|
|
619
619
|
set yAxisMaximumValue(v) {
|
|
620
|
-
this.i.
|
|
621
|
-
this._a("yAxisMaximumValue", this.i.
|
|
620
|
+
this.i.aes = +v;
|
|
621
|
+
this._a("yAxisMaximumValue", this.i.aes);
|
|
622
622
|
}
|
|
623
623
|
/**
|
|
624
624
|
* Gets or sets the frequency of displayed minor lines along the Y-axis.
|
|
@@ -626,35 +626,35 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
626
626
|
* `yAxisMinorInterval` determines how often to show a minor gridline along the y-axis. Set this property to a number less than the y-axis interval.
|
|
627
627
|
*/
|
|
628
628
|
get yAxisMinorInterval() {
|
|
629
|
-
return this.i.
|
|
629
|
+
return this.i.aeu;
|
|
630
630
|
}
|
|
631
631
|
set yAxisMinorInterval(v) {
|
|
632
|
-
this.i.
|
|
633
|
-
this._a("yAxisMinorInterval", this.i.
|
|
632
|
+
this.i.aeu = +v;
|
|
633
|
+
this._a("yAxisMinorInterval", this.i.aeu);
|
|
634
634
|
}
|
|
635
635
|
/**
|
|
636
636
|
* Gets the current minimum value for the X-axis.
|
|
637
637
|
*/
|
|
638
638
|
get xAxisActualMinimum() {
|
|
639
|
-
return this.i.
|
|
639
|
+
return this.i.aed;
|
|
640
640
|
}
|
|
641
641
|
/**
|
|
642
642
|
* Gets the current maximum value for the X-axis.
|
|
643
643
|
*/
|
|
644
644
|
get xAxisActualMaximum() {
|
|
645
|
-
return this.i.
|
|
645
|
+
return this.i.aec;
|
|
646
646
|
}
|
|
647
647
|
/**
|
|
648
648
|
* Gets the current minimum value for the Y-axis.
|
|
649
649
|
*/
|
|
650
650
|
get yAxisActualMinimum() {
|
|
651
|
-
return this.i.
|
|
651
|
+
return this.i.aeq;
|
|
652
652
|
}
|
|
653
653
|
/**
|
|
654
654
|
* Gets the current maximum value for the Y-axis.
|
|
655
655
|
*/
|
|
656
656
|
get yAxisActualMaximum() {
|
|
657
|
-
return this.i.
|
|
657
|
+
return this.i.aep;
|
|
658
658
|
}
|
|
659
659
|
/**
|
|
660
660
|
* Gets or sets the palette used for coloring negative items of Waterfall chart type.
|
|
@@ -662,11 +662,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
662
662
|
* `negativeBrushes` controls the brushes used by the chart for negative data, when the `chartType` is one that supports negative brushes.
|
|
663
663
|
*/
|
|
664
664
|
get negativeBrushes() {
|
|
665
|
-
return fromBrushCollection(this.i.
|
|
665
|
+
return fromBrushCollection(this.i.ace);
|
|
666
666
|
}
|
|
667
667
|
set negativeBrushes(v) {
|
|
668
|
-
this.i.
|
|
669
|
-
this._a("negativeBrushes", brushCollectionToString(this.i.
|
|
668
|
+
this.i.ace = toBrushCollection(v);
|
|
669
|
+
this._a("negativeBrushes", brushCollectionToString(this.i.ace));
|
|
670
670
|
}
|
|
671
671
|
/**
|
|
672
672
|
* Brushes to use for drawing negative elements, when using a chart type with contextual coloring, such as Waterfall.
|
|
@@ -674,11 +674,11 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
674
674
|
* `negativeOutlines` controls the outlines used by the chart for negative data, when the `chartType` is one that supports negative brushes.
|
|
675
675
|
*/
|
|
676
676
|
get negativeOutlines() {
|
|
677
|
-
return fromBrushCollection(this.i.
|
|
677
|
+
return fromBrushCollection(this.i.acf);
|
|
678
678
|
}
|
|
679
679
|
set negativeOutlines(v) {
|
|
680
|
-
this.i.
|
|
681
|
-
this._a("negativeOutlines", brushCollectionToString(this.i.
|
|
680
|
+
this.i.acf = toBrushCollection(v);
|
|
681
|
+
this._a("negativeOutlines", brushCollectionToString(this.i.acf));
|
|
682
682
|
}
|
|
683
683
|
/**
|
|
684
684
|
* Gets or sets whether the large numbers on the Y-axis labels are abbreviated.
|
|
@@ -686,57 +686,114 @@ export let IgcCategoryChartComponent = /*@__PURE__*/ (() => {
|
|
|
686
686
|
* To abbreviate on the y-axis using formats like "1K" or "1M," set `yAxisAbbreviateLargeNumbers` to true.
|
|
687
687
|
*/
|
|
688
688
|
get yAxisAbbreviateLargeNumbers() {
|
|
689
|
-
return this.i.
|
|
689
|
+
return this.i.adk;
|
|
690
690
|
}
|
|
691
691
|
set yAxisAbbreviateLargeNumbers(v) {
|
|
692
|
-
this.i.
|
|
693
|
-
this._a("yAxisAbbreviateLargeNumbers", this.i.
|
|
692
|
+
this.i.adk = ensureBool(v);
|
|
693
|
+
this._a("yAxisAbbreviateLargeNumbers", this.i.adk);
|
|
694
|
+
}
|
|
695
|
+
/**
|
|
696
|
+
* Gets or sets number of visible categories at maximum zooming level
|
|
697
|
+
* This property is overridden by chart's WindowRectMinWidth property
|
|
698
|
+
*/
|
|
699
|
+
get xAxisZoomMaximumCategoryRange() {
|
|
700
|
+
return this.i.aek;
|
|
701
|
+
}
|
|
702
|
+
set xAxisZoomMaximumCategoryRange(v) {
|
|
703
|
+
this.i.aek = +v;
|
|
704
|
+
this._a("xAxisZoomMaximumCategoryRange", this.i.aek);
|
|
705
|
+
}
|
|
706
|
+
/**
|
|
707
|
+
* Gets or sets maximum pixel span of series item that will be visible at maximum zooming level
|
|
708
|
+
* This property ensures that series item does not get stretch above specified value.
|
|
709
|
+
* This property is overridden by chart's WindowRectMinWidth property
|
|
710
|
+
*/
|
|
711
|
+
get xAxisZoomMaximumItemSpan() {
|
|
712
|
+
return this.i.ael;
|
|
713
|
+
}
|
|
714
|
+
set xAxisZoomMaximumItemSpan(v) {
|
|
715
|
+
this.i.ael = +v;
|
|
716
|
+
this._a("xAxisZoomMaximumItemSpan", this.i.ael);
|
|
717
|
+
}
|
|
718
|
+
/**
|
|
719
|
+
* Gets or sets number of categories that the chart will zoom in and fill plot area
|
|
720
|
+
* This property is overridden by chart's WindowRect or WindowScaleHorizontal properties
|
|
721
|
+
*/
|
|
722
|
+
get xAxisZoomToCategoryRange() {
|
|
723
|
+
return this.i.aem;
|
|
724
|
+
}
|
|
725
|
+
set xAxisZoomToCategoryRange(v) {
|
|
726
|
+
this.i.aem = +v;
|
|
727
|
+
this._a("xAxisZoomToCategoryRange", this.i.aem);
|
|
728
|
+
}
|
|
729
|
+
/**
|
|
730
|
+
* Gets or sets starting category that chart will move its zoom window. Acceptable value is between 0 and number of data items
|
|
731
|
+
* This property is overridden by chart's WindowRect or WindowScaleHorizontal properties
|
|
732
|
+
*/
|
|
733
|
+
get xAxisZoomToCategoryStart() {
|
|
734
|
+
return this.i.aen;
|
|
735
|
+
}
|
|
736
|
+
set xAxisZoomToCategoryStart(v) {
|
|
737
|
+
this.i.aen = +v;
|
|
738
|
+
this._a("xAxisZoomToCategoryStart", this.i.aen);
|
|
739
|
+
}
|
|
740
|
+
/**
|
|
741
|
+
* Gets or sets pixel span of series item that will be used to zoom chart such that the item has desired span
|
|
742
|
+
* Chart will automaticlly zoom in until series item has specified pixel span.
|
|
743
|
+
* This property is overridden by chart's WindowRect or WindowScaleHorizontal properties
|
|
744
|
+
*/
|
|
745
|
+
get xAxisZoomToItemSpan() {
|
|
746
|
+
return this.i.aeo;
|
|
747
|
+
}
|
|
748
|
+
set xAxisZoomToItemSpan(v) {
|
|
749
|
+
this.i.aeo = +v;
|
|
750
|
+
this._a("xAxisZoomToItemSpan", this.i.aeo);
|
|
694
751
|
}
|
|
695
752
|
/**
|
|
696
753
|
* Gets or sets whether the category should be highlighted when hovered
|
|
697
754
|
*/
|
|
698
755
|
get isCategoryHighlightingEnabled() {
|
|
699
|
-
return this.i.
|
|
756
|
+
return this.i.add;
|
|
700
757
|
}
|
|
701
758
|
set isCategoryHighlightingEnabled(v) {
|
|
702
|
-
this.i.
|
|
703
|
-
this._a("isCategoryHighlightingEnabled", this.i.
|
|
759
|
+
this.i.add = ensureBool(v);
|
|
760
|
+
this._a("isCategoryHighlightingEnabled", this.i.add);
|
|
704
761
|
}
|
|
705
762
|
/**
|
|
706
763
|
* Gets or sets whether the item should be highlighted when hovered
|
|
707
764
|
*/
|
|
708
765
|
get isItemHighlightingEnabled() {
|
|
709
|
-
return this.i.
|
|
766
|
+
return this.i.ade;
|
|
710
767
|
}
|
|
711
768
|
set isItemHighlightingEnabled(v) {
|
|
712
|
-
this.i.
|
|
713
|
-
this._a("isItemHighlightingEnabled", this.i.
|
|
769
|
+
this.i.ade = ensureBool(v);
|
|
770
|
+
this._a("isItemHighlightingEnabled", this.i.ade);
|
|
714
771
|
}
|
|
715
772
|
/**
|
|
716
773
|
* Export serialized visual data.
|
|
717
774
|
|
|
718
775
|
*/
|
|
719
776
|
exportSerializedVisualData() {
|
|
720
|
-
let iv = this.i.
|
|
777
|
+
let iv = this.i.ae3();
|
|
721
778
|
return (iv);
|
|
722
779
|
}
|
|
723
780
|
recalculateMarginAutoExpansion() {
|
|
724
|
-
this.i.
|
|
781
|
+
this.i.af7();
|
|
725
782
|
}
|
|
726
783
|
getCurrentXAxisActualMinimum() {
|
|
727
|
-
let iv = this.i.
|
|
784
|
+
let iv = this.i.ad9();
|
|
728
785
|
return (iv);
|
|
729
786
|
}
|
|
730
787
|
getCurrentYAxisActualMinimum() {
|
|
731
|
-
let iv = this.i.
|
|
788
|
+
let iv = this.i.aeb();
|
|
732
789
|
return (iv);
|
|
733
790
|
}
|
|
734
791
|
getCurrentXAxisActualMaximum() {
|
|
735
|
-
let iv = this.i.
|
|
792
|
+
let iv = this.i.ad8();
|
|
736
793
|
return (iv);
|
|
737
794
|
}
|
|
738
795
|
getCurrentYAxisActualMaximum() {
|
|
739
|
-
let iv = this.i.
|
|
796
|
+
let iv = this.i.aea();
|
|
740
797
|
return (iv);
|
|
741
798
|
}
|
|
742
799
|
}
|
|
@@ -58,42 +58,42 @@ export let IgcCategoryHighlightLayerComponent = /*@__PURE__*/ (() => {
|
|
|
58
58
|
* Gets or sets the axis to target this annotation to. If null, this annotation targets all category axes simultaneously.
|
|
59
59
|
*/
|
|
60
60
|
get targetAxis() {
|
|
61
|
-
if (this.i.
|
|
61
|
+
if (this.i.rc == null) {
|
|
62
62
|
return null;
|
|
63
63
|
}
|
|
64
|
-
if (!this.i.
|
|
65
|
-
let e = IgcCategoryAxisBaseComponent._createFromInternal(this.i.
|
|
64
|
+
if (!this.i.rc.externalObject) {
|
|
65
|
+
let e = IgcCategoryAxisBaseComponent._createFromInternal(this.i.rc);
|
|
66
66
|
if (e) {
|
|
67
|
-
e._implementation = this.i.
|
|
67
|
+
e._implementation = this.i.rc;
|
|
68
68
|
}
|
|
69
|
-
this.i.
|
|
69
|
+
this.i.rc.externalObject = e;
|
|
70
70
|
}
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.rc.externalObject;
|
|
72
72
|
}
|
|
73
73
|
set targetAxis(v) {
|
|
74
74
|
if (v != null && this._stylingContainer && v._styling)
|
|
75
75
|
v._styling(this._stylingContainer, this, this);
|
|
76
|
-
v == null ? this.i.
|
|
76
|
+
v == null ? this.i.rc = null : this.i.rc = v.i;
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
79
|
* Gets or sets whether to use value interpolation when drawing a line through the best value for the pointer position.
|
|
80
80
|
*/
|
|
81
81
|
get useInterpolation() {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.rf;
|
|
83
83
|
}
|
|
84
84
|
set useInterpolation(v) {
|
|
85
|
-
this.i.
|
|
86
|
-
this._a("useInterpolation", this.i.
|
|
85
|
+
this.i.rf = ensureBool(v);
|
|
86
|
+
this._a("useInterpolation", this.i.rf);
|
|
87
87
|
}
|
|
88
88
|
/**
|
|
89
89
|
* Gets or sets the width to use for the highlight region if drawing a band rather than filling a category.
|
|
90
90
|
*/
|
|
91
91
|
get bandHighlightWidth() {
|
|
92
|
-
return this.i.
|
|
92
|
+
return this.i.rg;
|
|
93
93
|
}
|
|
94
94
|
set bandHighlightWidth(v) {
|
|
95
|
-
this.i.
|
|
96
|
-
this._a("bandHighlightWidth", this.i.
|
|
95
|
+
this.i.rg = +v;
|
|
96
|
+
this._a("bandHighlightWidth", this.i.rg);
|
|
97
97
|
}
|
|
98
98
|
findByName(name) {
|
|
99
99
|
var baseResult = super.findByName(name);
|