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
package/lib/CategoryChart.d.ts
CHANGED
|
@@ -14,134 +14,147 @@ import { IDataSeriesAdapterRule } from "igniteui-webcomponents-core";
|
|
|
14
14
|
import { Series } from "./Series";
|
|
15
15
|
import { XamDataChart } from "./XamDataChart";
|
|
16
16
|
import { Axis } from "./Axis";
|
|
17
|
+
import { MarkerType } from "./MarkerType";
|
|
17
18
|
import { DataSeries } from "igniteui-webcomponents-core";
|
|
18
19
|
/**
|
|
19
20
|
* @hidden
|
|
20
21
|
*/
|
|
21
22
|
export declare class CategoryChart extends XYChart {
|
|
22
23
|
static $t: Type;
|
|
23
|
-
protected
|
|
24
|
-
protected
|
|
25
|
-
protected
|
|
26
|
-
private
|
|
27
|
-
|
|
28
|
-
private
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
protected
|
|
32
|
-
protected
|
|
33
|
-
private
|
|
34
|
-
private
|
|
35
|
-
protected
|
|
36
|
-
protected
|
|
37
|
-
protected
|
|
38
|
-
protected
|
|
39
|
-
readonly
|
|
40
|
-
private
|
|
41
|
-
|
|
42
|
-
private
|
|
43
|
-
|
|
44
|
-
private
|
|
45
|
-
|
|
46
|
-
private
|
|
47
|
-
|
|
48
|
-
private
|
|
49
|
-
|
|
50
|
-
private
|
|
51
|
-
|
|
52
|
-
private
|
|
53
|
-
|
|
24
|
+
protected rq(): void;
|
|
25
|
+
protected rs(a: Series, b: number): void;
|
|
26
|
+
protected sd(a: string, b: any, c: any): void;
|
|
27
|
+
private aev;
|
|
28
|
+
aex: number;
|
|
29
|
+
private ac0;
|
|
30
|
+
ac1: (time: number) => number;
|
|
31
|
+
ae3(): string;
|
|
32
|
+
protected rl(a: XamDataChart): void;
|
|
33
|
+
protected rr(a: Series, b: number): void;
|
|
34
|
+
private acq;
|
|
35
|
+
private acu;
|
|
36
|
+
protected q4(): void;
|
|
37
|
+
protected aao(a: Axis): void;
|
|
38
|
+
protected aam(a: Axis): void;
|
|
39
|
+
protected get_by(): DomainType;
|
|
40
|
+
readonly by: DomainType;
|
|
41
|
+
private ack;
|
|
42
|
+
acl: CategoryChartType;
|
|
43
|
+
private acm;
|
|
44
|
+
acn: CategorySeriesMarkerCollisionAvoidance;
|
|
45
|
+
private ac4;
|
|
46
|
+
adf: boolean;
|
|
47
|
+
private ac5;
|
|
48
|
+
adg: boolean;
|
|
49
|
+
private aco;
|
|
50
|
+
acp: CategoryTransitionInMode;
|
|
51
|
+
private acy;
|
|
52
|
+
acz: TransitionInSpeedType;
|
|
53
|
+
private ads;
|
|
54
|
+
aef: number;
|
|
55
|
+
private adv;
|
|
56
|
+
aei: number;
|
|
57
|
+
private adr;
|
|
58
|
+
aee: number;
|
|
59
|
+
private adu;
|
|
60
|
+
aeh: number;
|
|
61
|
+
private adt;
|
|
62
|
+
aeg: number;
|
|
63
|
+
private adw;
|
|
64
|
+
aej: number;
|
|
65
|
+
private ad2;
|
|
66
|
+
aer: number;
|
|
67
|
+
private acg;
|
|
68
|
+
ach: AutoMarginsAndAngleUpdateMode;
|
|
69
|
+
private ac6;
|
|
70
|
+
af7(): void;
|
|
71
|
+
adh: boolean;
|
|
72
|
+
protected static readonly afc: string;
|
|
73
|
+
private ac7;
|
|
74
|
+
adi: boolean;
|
|
75
|
+
private adp;
|
|
76
|
+
ad6: number;
|
|
77
|
+
private adq;
|
|
78
|
+
ad7: number;
|
|
79
|
+
private adb;
|
|
80
|
+
adm: boolean;
|
|
81
|
+
private static readonly afh;
|
|
82
|
+
private ac8;
|
|
83
|
+
adj: boolean;
|
|
84
|
+
private static readonly afv;
|
|
85
|
+
private ada;
|
|
86
|
+
adl: boolean;
|
|
87
|
+
private aci;
|
|
88
|
+
acj: AxisRangeBufferMode;
|
|
89
|
+
private adc;
|
|
90
|
+
adn: boolean;
|
|
91
|
+
private aew;
|
|
92
|
+
aey: number;
|
|
93
|
+
private ad4;
|
|
94
|
+
aet: number;
|
|
95
|
+
private ad3;
|
|
96
|
+
aes: number;
|
|
97
|
+
private ad5;
|
|
98
|
+
aeu: number;
|
|
99
|
+
readonly aed: number;
|
|
100
|
+
readonly aec: number;
|
|
101
|
+
ad9(): number;
|
|
102
|
+
aeb(): number;
|
|
103
|
+
ad8(): number;
|
|
104
|
+
aea(): number;
|
|
105
|
+
readonly aeq: number;
|
|
106
|
+
readonly aep: number;
|
|
54
107
|
private acc;
|
|
55
|
-
|
|
56
|
-
private ab8;
|
|
57
|
-
acq: number;
|
|
58
|
-
private acb;
|
|
59
|
-
act: number;
|
|
60
|
-
private aca;
|
|
61
|
-
acs: number;
|
|
108
|
+
ace: BrushCollection;
|
|
62
109
|
private acd;
|
|
63
|
-
|
|
64
|
-
private
|
|
65
|
-
|
|
66
|
-
private
|
|
67
|
-
|
|
68
|
-
private
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
private
|
|
73
|
-
|
|
74
|
-
private
|
|
75
|
-
|
|
76
|
-
private
|
|
77
|
-
|
|
78
|
-
private abs;
|
|
79
|
-
ab3: boolean;
|
|
80
|
-
private static readonly ado;
|
|
81
|
-
private abp;
|
|
82
|
-
ab0: boolean;
|
|
83
|
-
private static readonly adx;
|
|
84
|
-
private abr;
|
|
85
|
-
ab2: boolean;
|
|
86
|
-
private aaz;
|
|
87
|
-
aa0: AxisRangeBufferMode;
|
|
88
|
-
private abt;
|
|
89
|
-
ab4: boolean;
|
|
110
|
+
acf: BrushCollection;
|
|
111
|
+
private ac9;
|
|
112
|
+
adk: boolean;
|
|
113
|
+
private adx;
|
|
114
|
+
aek: number;
|
|
115
|
+
private ady;
|
|
116
|
+
ael: number;
|
|
117
|
+
private adz;
|
|
118
|
+
aem: number;
|
|
119
|
+
private ad0;
|
|
120
|
+
aen: number;
|
|
121
|
+
private ad1;
|
|
122
|
+
aeo: number;
|
|
123
|
+
private ac2;
|
|
124
|
+
add: boolean;
|
|
90
125
|
private ac3;
|
|
91
|
-
|
|
92
|
-
private acg;
|
|
93
|
-
ac0: number;
|
|
94
|
-
private acf;
|
|
95
|
-
acz: number;
|
|
96
|
-
private ach;
|
|
97
|
-
ac1: number;
|
|
98
|
-
readonly acp: number;
|
|
99
|
-
readonly aco: number;
|
|
100
|
-
acl(): number;
|
|
101
|
-
acn(): number;
|
|
102
|
-
ack(): number;
|
|
103
|
-
acm(): number;
|
|
104
|
-
readonly acx: number;
|
|
105
|
-
readonly acw: number;
|
|
106
|
-
private aat;
|
|
107
|
-
aav: BrushCollection;
|
|
108
|
-
private aau;
|
|
109
|
-
aaw: BrushCollection;
|
|
110
|
-
private abq;
|
|
111
|
-
ab1: boolean;
|
|
112
|
-
private abj;
|
|
113
|
-
abu: boolean;
|
|
114
|
-
private abk;
|
|
115
|
-
abv: boolean;
|
|
126
|
+
ade: boolean;
|
|
116
127
|
constructor();
|
|
117
|
-
protected
|
|
118
|
-
protected readonly
|
|
119
|
-
private
|
|
120
|
-
protected
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
128
|
+
protected get_ge(): List$1<DataSeriesType>;
|
|
129
|
+
protected readonly ge: List$1<DataSeriesType>;
|
|
130
|
+
private ado;
|
|
131
|
+
protected gi(): IEnumerable;
|
|
132
|
+
protected cl(a: Series): MarkerType;
|
|
133
|
+
protected get_f2(): boolean;
|
|
134
|
+
private af5;
|
|
135
|
+
private af6;
|
|
136
|
+
protected sw(): void;
|
|
124
137
|
private _xAxis;
|
|
125
138
|
private xAxis;
|
|
126
139
|
private _yAxis;
|
|
127
140
|
private yAxis;
|
|
128
|
-
private
|
|
129
|
-
private
|
|
130
|
-
protected
|
|
131
|
-
protected
|
|
132
|
-
protected
|
|
133
|
-
protected
|
|
134
|
-
protected
|
|
135
|
-
protected readonly
|
|
136
|
-
protected
|
|
137
|
-
private
|
|
138
|
-
private
|
|
139
|
-
protected
|
|
140
|
-
protected
|
|
141
|
-
private
|
|
142
|
-
private
|
|
143
|
-
protected
|
|
144
|
-
protected
|
|
145
|
-
protected
|
|
146
|
-
protected
|
|
141
|
+
private act;
|
|
142
|
+
private acs;
|
|
143
|
+
protected a9(a: DataSeries): DataSeriesType;
|
|
144
|
+
protected cv(a: DataSeries, b: DataSeriesType): Series;
|
|
145
|
+
protected su(a: DataSeries): void;
|
|
146
|
+
protected sx(): void;
|
|
147
|
+
protected get_gd(): List$1<IDataSeriesAdapterRule>;
|
|
148
|
+
protected readonly gd: List$1<IDataSeriesAdapterRule>;
|
|
149
|
+
protected q0(a: Series, b: number): void;
|
|
150
|
+
private af3;
|
|
151
|
+
private af4;
|
|
152
|
+
protected vf(): Axis;
|
|
153
|
+
protected vg(): Axis;
|
|
154
|
+
private acw;
|
|
155
|
+
private acx;
|
|
156
|
+
protected ga(a: string, b: boolean): List$1<Series>;
|
|
157
|
+
protected s1(a: Series, b: Series, c: DataSeries): void;
|
|
158
|
+
protected fp(): boolean;
|
|
159
|
+
protected sc(a: string, b: any, c: any): void;
|
|
147
160
|
}
|
|
@@ -22,21 +22,21 @@ export declare class CategoryHighlightLayer extends AnnotationLayer {
|
|
|
22
22
|
protected get_db(): boolean;
|
|
23
23
|
constructor();
|
|
24
24
|
protected bx(): SeriesView;
|
|
25
|
-
|
|
26
|
-
protected
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
static readonly
|
|
31
|
-
protected
|
|
32
|
-
private
|
|
33
|
-
protected
|
|
34
|
-
private
|
|
35
|
-
|
|
36
|
-
protected
|
|
37
|
-
protected
|
|
38
|
-
|
|
39
|
-
protected
|
|
25
|
+
l2(a: SeriesView): void;
|
|
26
|
+
protected rd: CategoryHighlightLayerView;
|
|
27
|
+
rc: CategoryAxisBase;
|
|
28
|
+
rf: boolean;
|
|
29
|
+
rg: number;
|
|
30
|
+
static readonly rn: DependencyProperty;
|
|
31
|
+
protected qs(a: Axis, b: boolean): void;
|
|
32
|
+
private re;
|
|
33
|
+
protected qv(a: Frame, b: SeriesView): void;
|
|
34
|
+
private rl;
|
|
35
|
+
rk(a: Rect, b: CategoryHighlightLayerFrame, c: Axis): void;
|
|
36
|
+
protected qy(a: Frame, b: SeriesView): void;
|
|
37
|
+
protected en(): boolean;
|
|
38
|
+
rm(a: CategoryHighlightFrameRect, b: Rectangle): void;
|
|
39
|
+
protected l7(a: any, b: string, c: any, d: any): void;
|
|
40
40
|
static $$p: string[];
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
@@ -24,33 +24,33 @@ export declare class CategoryItemHighlightLayer extends AnnotationLayer {
|
|
|
24
24
|
protected get_db(): boolean;
|
|
25
25
|
constructor();
|
|
26
26
|
protected bx(): SeriesView;
|
|
27
|
-
|
|
28
|
-
protected
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
protected
|
|
40
|
-
protected
|
|
41
|
-
protected
|
|
42
|
-
private
|
|
43
|
-
private rd;
|
|
44
|
-
protected l4(a: any, b: string, c: any, d: any): void;
|
|
27
|
+
l2(a: SeriesView): void;
|
|
28
|
+
protected rc: CategoryItemHighlightLayerView;
|
|
29
|
+
rg: Series;
|
|
30
|
+
ru: string;
|
|
31
|
+
rk: boolean;
|
|
32
|
+
rd: CategoryItemHighlightType;
|
|
33
|
+
rf: MarkerType;
|
|
34
|
+
se: Brush;
|
|
35
|
+
sf: Brush;
|
|
36
|
+
r3: DataTemplate;
|
|
37
|
+
rm: number;
|
|
38
|
+
rj: boolean;
|
|
39
|
+
protected qt(a: Series, b: boolean): void;
|
|
40
|
+
protected qg(a: Series): boolean;
|
|
41
|
+
protected qv(a: Frame, b: SeriesView): void;
|
|
42
|
+
private ri;
|
|
45
43
|
private rh;
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
private
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
44
|
+
protected l7(a: any, b: string, c: any, d: any): void;
|
|
45
|
+
private rl;
|
|
46
|
+
private r0;
|
|
47
|
+
ry(a: Point, b: CategoryItemHighlightLayerFrame, c: Series): void;
|
|
48
|
+
private re;
|
|
49
|
+
rz(a: Rect, b: CategoryItemHighlightLayerFrame, c: Series): void;
|
|
50
|
+
protected qy(a: Frame, b: SeriesView): void;
|
|
51
|
+
r1(a: ItemHighlightFrameRect, b: ContentControl): void;
|
|
52
|
+
r2(a: ItemHighlightFrameRect, b: Rectangle): void;
|
|
53
|
+
protected en(): boolean;
|
|
54
54
|
static $$p: string[];
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
@@ -17,22 +17,22 @@ export declare class CategoryToolTipLayer extends AnnotationLayer {
|
|
|
17
17
|
protected get_db(): boolean;
|
|
18
18
|
constructor();
|
|
19
19
|
protected bx(): SeriesView;
|
|
20
|
-
|
|
21
|
-
protected
|
|
22
|
-
protected
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
protected
|
|
27
|
-
protected
|
|
28
|
-
protected
|
|
29
|
-
protected
|
|
30
|
-
private
|
|
31
|
-
|
|
20
|
+
l2(a: SeriesView): void;
|
|
21
|
+
protected re: CategoryToolTipLayerView;
|
|
22
|
+
protected get_dl(): boolean;
|
|
23
|
+
rc: Axis;
|
|
24
|
+
rg: boolean;
|
|
25
|
+
rd: CategoryTooltipLayerPosition;
|
|
26
|
+
protected l7(a: any, b: string, c: any, d: any): void;
|
|
27
|
+
protected qs(a: Axis, b: boolean): void;
|
|
28
|
+
protected qt(a: Series, b: boolean): void;
|
|
29
|
+
protected qv(a: Frame, b: SeriesView): void;
|
|
30
|
+
private rf;
|
|
31
|
+
lg(): void;
|
|
32
|
+
private rl;
|
|
32
33
|
private rh;
|
|
33
|
-
|
|
34
|
-
protected
|
|
35
|
-
protected em(): boolean;
|
|
34
|
+
protected qy(a: Frame, b: SeriesView): void;
|
|
35
|
+
protected en(): boolean;
|
|
36
36
|
static $$p: string[];
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { CategoryAxisBase } from "./CategoryAxisBase";
|
|
2
|
+
import { IZoomableCategoryAxis } from "./IZoomableCategoryAxis";
|
|
2
3
|
import { Type, IList$1 } from "igniteui-webcomponents-core";
|
|
3
4
|
import { DependencyProperty } from "igniteui-webcomponents-core";
|
|
4
5
|
import { AxisOrientation } from "./AxisOrientation";
|
|
@@ -13,7 +14,7 @@ import { CategoryAxisBaseView } from "./CategoryAxisBaseView";
|
|
|
13
14
|
/**
|
|
14
15
|
* @hidden
|
|
15
16
|
*/
|
|
16
|
-
export declare class CategoryXAxis extends CategoryAxisBase {
|
|
17
|
+
export declare class CategoryXAxis extends CategoryAxisBase implements IZoomableCategoryAxis {
|
|
17
18
|
static $t: Type;
|
|
18
19
|
a3(): AxisView;
|
|
19
20
|
hr(a: AxisView): void;
|
|
@@ -28,7 +29,7 @@ export declare class CategoryXAxis extends CategoryAxisBase {
|
|
|
28
29
|
k3(a: Rect, b: Rect, c: Rect): number;
|
|
29
30
|
getGroupCenter(a: number, b: Rect, c: Rect, d: Rect): number;
|
|
30
31
|
d3(): number;
|
|
31
|
-
|
|
32
|
+
m6(a: any): void;
|
|
32
33
|
ei(a: number, b: ScalerParams): number;
|
|
33
34
|
protected mf(a: IList$1<number[]>): number[][];
|
|
34
35
|
hl(a: IList$1<number[]>, b: IList$1<number>, c: number, d: number, e: ScalerParams): void;
|
|
@@ -37,17 +38,27 @@ export declare class CategoryXAxis extends CategoryAxisBase {
|
|
|
37
38
|
el(a: number, b: ScalerParams): number;
|
|
38
39
|
em(a: number, b: ScalerParams, c: CategoryMode): number;
|
|
39
40
|
getUnscaledValue3(a: number, b: Rect, c: Rect, d: CategoryMode): number;
|
|
40
|
-
|
|
41
|
+
m7(a: number, b: number): void;
|
|
41
42
|
mw: any;
|
|
42
43
|
protected h8(a: boolean): void;
|
|
43
44
|
c2(): boolean;
|
|
44
|
-
|
|
45
|
+
getWindowZoomFromCategories(a: number): number;
|
|
46
|
+
getWindowZoomFromItemSpan(a: number): number;
|
|
47
|
+
m9(): void;
|
|
48
|
+
m8(): void;
|
|
49
|
+
protected hv(a: any, b: string, c: any, d: any): void;
|
|
50
|
+
zoomMaximumCategoryRange: number;
|
|
51
|
+
zoomMaximumItemSpan: number;
|
|
52
|
+
zoomToCategoryRange: number;
|
|
53
|
+
zoomToCategoryStart: number;
|
|
54
|
+
zoomToItemSpan: number;
|
|
55
|
+
static readonly na: DependencyProperty;
|
|
45
56
|
mq: number;
|
|
46
57
|
mi(): boolean;
|
|
47
58
|
private mj;
|
|
48
59
|
ml: number;
|
|
49
60
|
eu(): number;
|
|
50
|
-
static readonly
|
|
61
|
+
static readonly nb: DependencyProperty;
|
|
51
62
|
mr: number;
|
|
52
63
|
private mk;
|
|
53
64
|
mm: number;
|
|
@@ -64,6 +75,7 @@ export declare class CategoryXAxis extends CategoryAxisBase {
|
|
|
64
75
|
j$e(a: IList$1<number>, b: number, c: number, d: ScalerParams): void;
|
|
65
76
|
j$f(a: IList$1<number>, b: number, c: number, d: ScalerParams): void;
|
|
66
77
|
readonly j$a: boolean;
|
|
78
|
+
static $$p: string[];
|
|
67
79
|
}
|
|
68
80
|
/**
|
|
69
81
|
* @hidden
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { CategoryAxisBase } from "./CategoryAxisBase";
|
|
2
|
+
import { IZoomableCategoryAxis } from "./IZoomableCategoryAxis";
|
|
2
3
|
import { DependencyProperty } from "igniteui-webcomponents-core";
|
|
3
4
|
import { AxisOrientation } from "./AxisOrientation";
|
|
4
5
|
import { AxisView } from "./AxisView";
|
|
@@ -12,7 +13,7 @@ import { CategoryAxisBaseView } from "./CategoryAxisBaseView";
|
|
|
12
13
|
/**
|
|
13
14
|
* @hidden
|
|
14
15
|
*/
|
|
15
|
-
export declare class CategoryYAxis extends CategoryAxisBase {
|
|
16
|
+
export declare class CategoryYAxis extends CategoryAxisBase implements IZoomableCategoryAxis {
|
|
16
17
|
static $t: Type;
|
|
17
18
|
a3(): AxisView;
|
|
18
19
|
hr(a: AxisView): void;
|
|
@@ -23,13 +24,13 @@ export declare class CategoryYAxis extends CategoryAxisBase {
|
|
|
23
24
|
protected mf(a: IList$1<number[]>): number[][];
|
|
24
25
|
hl(a: IList$1<number[]>, b: IList$1<number>, c: number, d: number, e: ScalerParams): void;
|
|
25
26
|
constructor();
|
|
26
|
-
static readonly
|
|
27
|
+
static readonly m6: DependencyProperty;
|
|
27
28
|
mn: number;
|
|
28
29
|
mh(): boolean;
|
|
29
30
|
private mi;
|
|
30
31
|
mk: number;
|
|
31
32
|
eu(): number;
|
|
32
|
-
static readonly
|
|
33
|
+
static readonly m7: DependencyProperty;
|
|
33
34
|
mo: number;
|
|
34
35
|
private mj;
|
|
35
36
|
ml: number;
|
|
@@ -42,14 +43,24 @@ export declare class CategoryYAxis extends CategoryAxisBase {
|
|
|
42
43
|
el(a: number, b: ScalerParams): number;
|
|
43
44
|
em(a: number, b: ScalerParams, c: CategoryMode): number;
|
|
44
45
|
getUnscaledValue3(a: number, b: Rect, c: Rect, d: CategoryMode): number;
|
|
45
|
-
|
|
46
|
+
m3(a: number, b: number): void;
|
|
46
47
|
au(): AxisLabelPanelBase;
|
|
47
48
|
d3(): number;
|
|
48
49
|
getCategorySize(a: Rect, b: Rect, c: Rect): number;
|
|
49
50
|
k3(a: Rect, b: Rect, c: Rect): number;
|
|
50
51
|
getGroupCenter(a: number, b: Rect, c: Rect, d: Rect): number;
|
|
51
|
-
|
|
52
|
+
m2(a: any): void;
|
|
52
53
|
c2(): boolean;
|
|
54
|
+
getWindowZoomFromCategories(a: number): number;
|
|
55
|
+
getWindowZoomFromItemSpan(a: number): number;
|
|
56
|
+
m5(): void;
|
|
57
|
+
m4(): void;
|
|
58
|
+
protected hv(a: any, b: string, c: any, d: any): void;
|
|
59
|
+
zoomMaximumCategoryRange: number;
|
|
60
|
+
zoomMaximumItemSpan: number;
|
|
61
|
+
zoomToCategoryRange: number;
|
|
62
|
+
zoomToCategoryStart: number;
|
|
63
|
+
zoomToItemSpan: number;
|
|
53
64
|
kt(a: SeriesViewer): boolean;
|
|
54
65
|
protected h8(a: boolean): void;
|
|
55
66
|
protected get_a1(): AxisOrientation;
|
|
@@ -61,6 +72,7 @@ export declare class CategoryYAxis extends CategoryAxisBase {
|
|
|
61
72
|
j$e(a: IList$1<number>, b: number, c: number, d: ScalerParams): void;
|
|
62
73
|
j$f(a: IList$1<number>, b: number, c: number, d: ScalerParams): void;
|
|
63
74
|
readonly j$a: boolean;
|
|
75
|
+
static $$p: string[];
|
|
64
76
|
}
|
|
65
77
|
/**
|
|
66
78
|
* @hidden
|
|
@@ -8,14 +8,14 @@ import { DependencyProperty } from "igniteui-webcomponents-core";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class ChaikinOscillatorIndicator extends StrategyBasedIndicator implements IShortPeriodLongPeriod {
|
|
10
10
|
static $t: Type;
|
|
11
|
-
protected
|
|
12
|
-
protected readonly
|
|
13
|
-
protected
|
|
14
|
-
protected readonly
|
|
11
|
+
protected get_ul(): IndicatorCalculationStrategy;
|
|
12
|
+
protected readonly ul: IndicatorCalculationStrategy;
|
|
13
|
+
protected get_uy(): Type;
|
|
14
|
+
protected readonly uy: Type;
|
|
15
15
|
shortPeriod: number;
|
|
16
|
-
static readonly
|
|
17
|
-
protected
|
|
16
|
+
static readonly u7: DependencyProperty;
|
|
17
|
+
protected ut(): number;
|
|
18
18
|
longPeriod: number;
|
|
19
|
-
static readonly
|
|
20
|
-
protected
|
|
19
|
+
static readonly u6: DependencyProperty;
|
|
20
|
+
protected uq(): number;
|
|
21
21
|
}
|
|
@@ -7,12 +7,12 @@ import { DependencyProperty } from "igniteui-webcomponents-core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class ChaikinVolatilityIndicator extends StrategyBasedIndicator {
|
|
9
9
|
static $t: Type;
|
|
10
|
-
protected
|
|
11
|
-
protected readonly
|
|
12
|
-
protected
|
|
13
|
-
protected readonly
|
|
14
|
-
|
|
15
|
-
static readonly
|
|
16
|
-
protected
|
|
17
|
-
|
|
10
|
+
protected get_ul(): IndicatorCalculationStrategy;
|
|
11
|
+
protected readonly ul: IndicatorCalculationStrategy;
|
|
12
|
+
protected get_uy(): Type;
|
|
13
|
+
protected readonly uy: Type;
|
|
14
|
+
u6: number;
|
|
15
|
+
static readonly u7: DependencyProperty;
|
|
16
|
+
protected ur(): number;
|
|
17
|
+
u0(a: number): void;
|
|
18
18
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ChartSortDescription } from "./ChartSortDescription";
|
|
2
|
+
import { DataSourceSchemaPropertyType } from "igniteui-webcomponents-core";
|
|
3
|
+
import { ListSortDirection } from "igniteui-webcomponents-core";
|
|
4
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class ChartGroupDescription extends ChartSortDescription {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
constructor(a: number);
|
|
11
|
+
constructor(a: number, b: string);
|
|
12
|
+
constructor(a: number, b: string, c: ListSortDirection);
|
|
13
|
+
constructor(a: number, ..._rest: any[]);
|
|
14
|
+
h: boolean;
|
|
15
|
+
g: DataSourceSchemaPropertyType;
|
|
16
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Base, IList$1, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { SortDescriptionCollection } from "igniteui-webcomponents-core";
|
|
3
|
+
import { ChartGroupDescription } from "./ChartGroupDescription";
|
|
4
|
+
import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class ChartGroupDescriptionCollection extends Base {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
private f;
|
|
11
|
+
constructor();
|
|
12
|
+
private d;
|
|
13
|
+
e: SortDescriptionCollection;
|
|
14
|
+
g(a: ChartGroupDescription): boolean;
|
|
15
|
+
n(a: number, b: ChartGroupDescription): void;
|
|
16
|
+
m(): void;
|
|
17
|
+
get(a: number): ChartGroupDescription;
|
|
18
|
+
j(a: ChartGroupDescription): number;
|
|
19
|
+
h(a: ChartGroupDescription): boolean;
|
|
20
|
+
b(a: number): ChartGroupDescription;
|
|
21
|
+
set(a: number, b: ChartGroupDescription): ChartGroupDescription;
|
|
22
|
+
size(): number;
|
|
23
|
+
l(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
|
|
24
|
+
o(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
|
|
25
|
+
readonly i: IList$1<ChartGroupDescription>;
|
|
26
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { ListSortDirection } from "igniteui-webcomponents-core";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class ChartSortDescription extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
constructor(a: number);
|
|
9
|
+
constructor(a: number, b: string);
|
|
10
|
+
constructor(a: number, b: string, c: ListSortDirection);
|
|
11
|
+
constructor(a: number, ..._rest: any[]);
|
|
12
|
+
private e;
|
|
13
|
+
f: string;
|
|
14
|
+
private b;
|
|
15
|
+
c: ListSortDirection;
|
|
16
|
+
equals(a: any): boolean;
|
|
17
|
+
getHashCode(): number;
|
|
18
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Base, IList$1, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { ChartSortDescription } from "./ChartSortDescription";
|
|
3
|
+
import { SortDescriptionCollection } from "igniteui-webcomponents-core";
|
|
4
|
+
import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class ChartSortDescriptionCollection extends Base {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
private f;
|
|
11
|
+
i: boolean;
|
|
12
|
+
constructor();
|
|
13
|
+
private d;
|
|
14
|
+
e: SortDescriptionCollection;
|
|
15
|
+
g(a: ChartSortDescription): boolean;
|
|
16
|
+
o(a: number, b: ChartSortDescription): void;
|
|
17
|
+
n(): void;
|
|
18
|
+
get(a: number): ChartSortDescription;
|
|
19
|
+
k(a: ChartSortDescription): number;
|
|
20
|
+
h(a: ChartSortDescription): boolean;
|
|
21
|
+
b(a: number): ChartSortDescription;
|
|
22
|
+
set(a: number, b: ChartSortDescription): ChartSortDescription;
|
|
23
|
+
size(): number;
|
|
24
|
+
m(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
|
|
25
|
+
p(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
|
|
26
|
+
readonly j: IList$1<ChartSortDescription>;
|
|
27
|
+
}
|