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
|
@@ -32,9 +32,9 @@ var CategoryToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32
32
|
var a = new CategoryToolTipLayerFrame();
|
|
33
33
|
var b = new CategoryToolTipLayerFrame();
|
|
34
34
|
var c = new CategoryToolTipLayerFrame();
|
|
35
|
-
_this.
|
|
36
|
-
_this.
|
|
37
|
-
_this.
|
|
35
|
+
_this.qa = a;
|
|
36
|
+
_this.p9 = b;
|
|
37
|
+
_this.qb = c;
|
|
38
38
|
_this.ab = CategoryToolTipLayer.$;
|
|
39
39
|
return _this;
|
|
40
40
|
}
|
|
@@ -44,59 +44,59 @@ var CategoryToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
44
44
|
CategoryToolTipLayer.prototype.bx = function () {
|
|
45
45
|
return new CategoryToolTipLayerView(this);
|
|
46
46
|
};
|
|
47
|
-
CategoryToolTipLayer.prototype.
|
|
48
|
-
_super.prototype.
|
|
49
|
-
this.
|
|
47
|
+
CategoryToolTipLayer.prototype.l2 = function (a) {
|
|
48
|
+
_super.prototype.l2.call(this, a);
|
|
49
|
+
this.re = a;
|
|
50
50
|
};
|
|
51
|
-
CategoryToolTipLayer.prototype.
|
|
51
|
+
CategoryToolTipLayer.prototype.get_dl = function () {
|
|
52
52
|
return true;
|
|
53
53
|
};
|
|
54
|
-
CategoryToolTipLayer.prototype.
|
|
55
|
-
_super.prototype.
|
|
54
|
+
CategoryToolTipLayer.prototype.l7 = function (a, b, c, d) {
|
|
55
|
+
_super.prototype.l7.call(this, a, b, c, d);
|
|
56
56
|
switch (b) {
|
|
57
57
|
case CategoryToolTipLayer.$$p[0]:
|
|
58
|
-
this.
|
|
58
|
+
this.ml(true);
|
|
59
59
|
break;
|
|
60
60
|
case CategoryToolTipLayer.$$p[2]:
|
|
61
|
-
this.
|
|
61
|
+
this.ml(true);
|
|
62
62
|
break;
|
|
63
63
|
case CategoryToolTipLayer.$$p[1]:
|
|
64
|
-
this.
|
|
64
|
+
this.ml(true);
|
|
65
65
|
break;
|
|
66
66
|
case "SeriesViewer":
|
|
67
|
-
this.
|
|
67
|
+
this.re.cf();
|
|
68
68
|
break;
|
|
69
69
|
}
|
|
70
70
|
};
|
|
71
|
-
CategoryToolTipLayer.prototype.
|
|
72
|
-
if (this.
|
|
71
|
+
CategoryToolTipLayer.prototype.qs = function (a, b) {
|
|
72
|
+
if (this.rc == a) {
|
|
73
73
|
if (!this.as.c) {
|
|
74
|
-
this.
|
|
74
|
+
this.ml(b);
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
};
|
|
78
|
-
CategoryToolTipLayer.prototype.
|
|
78
|
+
CategoryToolTipLayer.prototype.qt = function (a, b) {
|
|
79
79
|
if (!this.as.c) {
|
|
80
|
-
this.
|
|
80
|
+
this.ml(b);
|
|
81
81
|
}
|
|
82
82
|
};
|
|
83
|
-
CategoryToolTipLayer.prototype.
|
|
83
|
+
CategoryToolTipLayer.prototype.qv = function (a, b) {
|
|
84
84
|
var e_1, _a, e_2, _b;
|
|
85
|
-
_super.prototype.
|
|
85
|
+
_super.prototype.qv.call(this, a, b);
|
|
86
86
|
var c = a;
|
|
87
|
-
var d = this.
|
|
87
|
+
var d = this.rg;
|
|
88
88
|
c.l = NaN;
|
|
89
89
|
c.k = NaN;
|
|
90
90
|
c.g = NaN;
|
|
91
91
|
c.h = NaN;
|
|
92
92
|
c.k = NaN;
|
|
93
93
|
c.l = NaN;
|
|
94
|
-
if (isNaN_(this.
|
|
95
|
-
this.
|
|
94
|
+
if (isNaN_(this.q9.x) && isNaN_(this.q9.y)) {
|
|
95
|
+
this.re.cd(this.re.ca());
|
|
96
96
|
return;
|
|
97
97
|
}
|
|
98
|
-
if (this.
|
|
99
|
-
var e = this.
|
|
98
|
+
if (this.rc != null) {
|
|
99
|
+
var e = this.rc;
|
|
100
100
|
if (e == null || !e.ca || e.b8) {
|
|
101
101
|
return;
|
|
102
102
|
}
|
|
@@ -104,8 +104,8 @@ var CategoryToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
104
104
|
return;
|
|
105
105
|
}
|
|
106
106
|
var f = e;
|
|
107
|
-
var g = this.
|
|
108
|
-
this.
|
|
107
|
+
var g = this.rf(f.dd, d);
|
|
108
|
+
this.rl(g, c, d);
|
|
109
109
|
}
|
|
110
110
|
else {
|
|
111
111
|
if (typeCast(XamDataChart.$, this.cd) !== null) {
|
|
@@ -164,12 +164,12 @@ var CategoryToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
164
164
|
throw e_1.error;
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
|
-
var n = this.
|
|
168
|
-
this.
|
|
167
|
+
var n = this.rf(k, d);
|
|
168
|
+
this.rl(n, c, d);
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
171
|
};
|
|
172
|
-
CategoryToolTipLayer.prototype.
|
|
172
|
+
CategoryToolTipLayer.prototype.rf = function (a, b) {
|
|
173
173
|
var c = 1.7976931348623157E+308;
|
|
174
174
|
var d = -1.7976931348623157E+308;
|
|
175
175
|
var e = new List$1(DataContext.$, 0);
|
|
@@ -178,7 +178,7 @@ var CategoryToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
178
178
|
var h = true;
|
|
179
179
|
for (var i = 0; i < a.count; i++) {
|
|
180
180
|
var j = a.item(i);
|
|
181
|
-
if (!j.
|
|
181
|
+
if (!j.dq && !j.dh) {
|
|
182
182
|
continue;
|
|
183
183
|
}
|
|
184
184
|
if (j.isStacked) {
|
|
@@ -196,11 +196,11 @@ var CategoryToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
196
196
|
continue;
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
|
-
var l = this.
|
|
199
|
+
var l = this.qo(j);
|
|
200
200
|
if (!l.c) {
|
|
201
201
|
continue;
|
|
202
202
|
}
|
|
203
|
-
var m = j.
|
|
203
|
+
var m = j.pq(l.d, b, false);
|
|
204
204
|
if (g) {
|
|
205
205
|
if (!isNaN_(m.y)) {
|
|
206
206
|
c = Math.min(c, m.y);
|
|
@@ -213,13 +213,13 @@ var CategoryToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
213
213
|
d = Math.max(d, m.x);
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
|
-
var n = this.
|
|
216
|
+
var n = this.rh(j);
|
|
217
217
|
if (n == null) {
|
|
218
218
|
continue;
|
|
219
219
|
}
|
|
220
220
|
var o = null;
|
|
221
|
-
var p = j.
|
|
222
|
-
if (j.
|
|
221
|
+
var p = j.hv(this.q9);
|
|
222
|
+
if (j.dm && p != null) {
|
|
223
223
|
o = j.au(p);
|
|
224
224
|
}
|
|
225
225
|
else {
|
|
@@ -234,21 +234,21 @@ var CategoryToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
234
234
|
var r = 0;
|
|
235
235
|
if (g) {
|
|
236
236
|
r = (c + d) / 2;
|
|
237
|
-
q = this.
|
|
238
|
-
if (this.
|
|
239
|
-
q = this.
|
|
237
|
+
q = this.p3.right;
|
|
238
|
+
if (this.rd == 2 || this.rd == 1) {
|
|
239
|
+
q = this.p3.left;
|
|
240
240
|
}
|
|
241
|
-
if (r < 0 || r > this.
|
|
241
|
+
if (r < 0 || r > this.p3.bottom) {
|
|
242
242
|
r = NaN;
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
245
|
else {
|
|
246
246
|
q = (c + d) / 2;
|
|
247
|
-
r = this.
|
|
248
|
-
if (this.
|
|
249
|
-
r = this.
|
|
247
|
+
r = this.p3.top;
|
|
248
|
+
if (this.rd == 2 || this.rd == 1) {
|
|
249
|
+
r = this.p3.bottom;
|
|
250
250
|
}
|
|
251
|
-
if (q < 0 || q > this.
|
|
251
|
+
if (q < 0 || q > this.p3.right) {
|
|
252
252
|
q = NaN;
|
|
253
253
|
}
|
|
254
254
|
}
|
|
@@ -258,19 +258,19 @@ var CategoryToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
258
258
|
s.b = f;
|
|
259
259
|
return s;
|
|
260
260
|
};
|
|
261
|
-
CategoryToolTipLayer.prototype.
|
|
262
|
-
this.
|
|
261
|
+
CategoryToolTipLayer.prototype.lg = function () {
|
|
262
|
+
this.q9 = { $type: Point_$type, x: NaN, y: NaN };
|
|
263
263
|
this.b0.ap();
|
|
264
264
|
};
|
|
265
|
-
CategoryToolTipLayer.prototype.
|
|
265
|
+
CategoryToolTipLayer.prototype.rl = function (a, b, c) {
|
|
266
266
|
var d = a.c;
|
|
267
267
|
var e = a.a;
|
|
268
268
|
var f = a.b;
|
|
269
|
-
d = this.
|
|
269
|
+
d = this.re.cg(d);
|
|
270
270
|
var g = 0;
|
|
271
271
|
var h = this.b0.bu;
|
|
272
|
-
var i = this.
|
|
273
|
-
this.
|
|
272
|
+
var i = this.re.ca();
|
|
273
|
+
this.re.cc();
|
|
274
274
|
var j = false;
|
|
275
275
|
if (e.count == 0) {
|
|
276
276
|
this.b0.ap();
|
|
@@ -282,30 +282,30 @@ var CategoryToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
282
282
|
j = m.isVertical;
|
|
283
283
|
var n = e._inner[l];
|
|
284
284
|
var o = f._inner[l];
|
|
285
|
-
if (this.
|
|
285
|
+
if (this.re.b7(m, o, n)) {
|
|
286
286
|
k = true;
|
|
287
287
|
}
|
|
288
288
|
g++;
|
|
289
289
|
}
|
|
290
290
|
if (!k) {
|
|
291
|
-
this.
|
|
291
|
+
this.re.cd(i);
|
|
292
292
|
return;
|
|
293
293
|
}
|
|
294
|
-
var p = this.
|
|
294
|
+
var p = this.re.ch(i);
|
|
295
295
|
var q = 0;
|
|
296
296
|
var r = 0;
|
|
297
297
|
var s = 0;
|
|
298
298
|
var t = 0;
|
|
299
299
|
var u = false;
|
|
300
300
|
var v = false;
|
|
301
|
-
var w = this.
|
|
301
|
+
var w = this.rd;
|
|
302
302
|
if (w == 2 || w == 3) {
|
|
303
303
|
v = true;
|
|
304
304
|
}
|
|
305
305
|
if (w == 2 || w == 1) {
|
|
306
306
|
u = true;
|
|
307
307
|
}
|
|
308
|
-
var x = this.
|
|
308
|
+
var x = this.re.ci();
|
|
309
309
|
if (j) {
|
|
310
310
|
if (!u && !v && d.x + (p.width + DeviceUtils.g(10)) > x.width) {
|
|
311
311
|
v = true;
|
|
@@ -396,32 +396,32 @@ var CategoryToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
396
396
|
b.j = p.width;
|
|
397
397
|
b.i = p.height;
|
|
398
398
|
};
|
|
399
|
-
CategoryToolTipLayer.prototype.
|
|
399
|
+
CategoryToolTipLayer.prototype.rh = function (a) {
|
|
400
400
|
return a.toolTip;
|
|
401
401
|
};
|
|
402
|
-
CategoryToolTipLayer.prototype.
|
|
403
|
-
_super.prototype.
|
|
402
|
+
CategoryToolTipLayer.prototype.qy = function (a, b) {
|
|
403
|
+
_super.prototype.qy.call(this, a, b);
|
|
404
404
|
var c = a;
|
|
405
405
|
var d = b.bu.left;
|
|
406
406
|
var e = b.bu.right;
|
|
407
407
|
var f = b.bu.top;
|
|
408
408
|
var g = b.bu.bottom;
|
|
409
|
-
var h = this.
|
|
409
|
+
var h = this.re.ca();
|
|
410
410
|
if (isNaN_(c.k) || isNaN_(c.l) || isNaN_(c.g) || isNaN_(c.h)) {
|
|
411
|
-
this.
|
|
411
|
+
this.re.cd(h);
|
|
412
412
|
return;
|
|
413
413
|
}
|
|
414
414
|
var i = c.k;
|
|
415
415
|
var j = c.l;
|
|
416
416
|
var k = c.g;
|
|
417
417
|
var l = c.h;
|
|
418
|
-
this.
|
|
418
|
+
this.re.ce(h, i, j, k, l);
|
|
419
419
|
};
|
|
420
|
-
CategoryToolTipLayer.prototype.
|
|
420
|
+
CategoryToolTipLayer.prototype.en = function () {
|
|
421
421
|
return true;
|
|
422
422
|
};
|
|
423
423
|
CategoryToolTipLayer.$t = markType(CategoryToolTipLayer, 'CategoryToolTipLayer', AnnotationLayer.$);
|
|
424
|
-
CategoryToolTipLayer.$$p = markDep(DependencyProperty, PropertyMetadata, CategoryToolTipLayer, 'raisePropertyChanged', ['TargetAxis:
|
|
424
|
+
CategoryToolTipLayer.$$p = markDep(DependencyProperty, PropertyMetadata, CategoryToolTipLayer, 'raisePropertyChanged', ['TargetAxis:rc:rm', [Axis.$, null], 'ToolTipPosition:rd:rn', [CategoryTooltipLayerPosition_$type, enumGetBox(CategoryTooltipLayerPosition_$type, 0)], 'UseInterpolation:rg:ro', [0, false]]);
|
|
425
425
|
return CategoryToolTipLayer;
|
|
426
426
|
}(AnnotationLayer));
|
|
427
427
|
export { CategoryToolTipLayer };
|
|
@@ -445,10 +445,10 @@ var CategoryToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
445
445
|
CategoryToolTipLayerView.prototype.ca = function () {
|
|
446
446
|
if (this.b5 == null) {
|
|
447
447
|
this.b5 = new PointerTooltip();
|
|
448
|
-
this.b5.bw(this.e.
|
|
449
|
-
this.b5.ap = this.e.cd.
|
|
450
|
-
this._tooltips = this.e.
|
|
451
|
-
this.b8 = this.e.
|
|
448
|
+
this.b5.bw(this.e.hb);
|
|
449
|
+
this.b5.ap = this.e.cd.cu.k;
|
|
450
|
+
this._tooltips = this.e.hb.createElement("div");
|
|
451
|
+
this.b8 = this.e.hb.createElement("div");
|
|
452
452
|
this.b5._visibility = 0;
|
|
453
453
|
}
|
|
454
454
|
return this.b5;
|
|
@@ -477,10 +477,10 @@ var CategoryToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
477
477
|
configurable: true
|
|
478
478
|
});
|
|
479
479
|
CategoryToolTipLayerView.prototype.b7 = function (a, b, c) {
|
|
480
|
-
if (a.
|
|
481
|
-
a.
|
|
480
|
+
if (a.h4 == "default") {
|
|
481
|
+
a.h4 = a.b0.getDefaultTooltipTemplate();
|
|
482
482
|
}
|
|
483
|
-
var template_ = a.
|
|
483
|
+
var template_ = a.h4;
|
|
484
484
|
var context_ = c;
|
|
485
485
|
if (a.toolTip == null) {
|
|
486
486
|
return false;
|
|
@@ -510,7 +510,7 @@ var CategoryToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
510
510
|
var b = 0;
|
|
511
511
|
var c = 0;
|
|
512
512
|
if (this.e.cd != null) {
|
|
513
|
-
var d = this.e.cd.
|
|
513
|
+
var d = this.e.cd.s2();
|
|
514
514
|
b += d.x;
|
|
515
515
|
c += d.y;
|
|
516
516
|
}
|
|
@@ -548,13 +548,13 @@ var CategoryToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
548
548
|
}
|
|
549
549
|
var c = null;
|
|
550
550
|
if (this.e.cd != null) {
|
|
551
|
-
c = this.e.cd.
|
|
551
|
+
c = this.e.cd.cu.j.i();
|
|
552
552
|
}
|
|
553
553
|
var d = 0;
|
|
554
554
|
var e = 0;
|
|
555
555
|
var f = this.e.cd;
|
|
556
556
|
if (f != null) {
|
|
557
|
-
var g = f.
|
|
557
|
+
var g = f.cu.j.b7();
|
|
558
558
|
d += g.x;
|
|
559
559
|
e += g.y;
|
|
560
560
|
}
|
|
@@ -569,7 +569,7 @@ var CategoryToolTipLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
569
569
|
var c = 0;
|
|
570
570
|
var d = 0;
|
|
571
571
|
if (this.e.cd != null) {
|
|
572
|
-
var e = this.e.cd.
|
|
572
|
+
var e = this.e.cd.s2();
|
|
573
573
|
c += e.x;
|
|
574
574
|
d += e.y;
|
|
575
575
|
}
|
|
@@ -35,7 +35,7 @@ var CategoryTrendLineManagerBase = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
35
35
|
var f = new ScalerParams(0, b.m, b.l, b.b.j$a, e);
|
|
36
36
|
var g = new ScalerParams(0, b.m, b.l, b.c.j$a, e);
|
|
37
37
|
if (typeCast(Series.$, a) !== null) {
|
|
38
|
-
g.b = a.
|
|
38
|
+
g.b = a.ge();
|
|
39
39
|
}
|
|
40
40
|
var h = c.f;
|
|
41
41
|
if (b.d != null && b.d.i$b != null) {
|
|
@@ -6,7 +6,8 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import * as tslib_1 from "tslib";
|
|
8
8
|
import { CategoryAxisBase } from "./CategoryAxisBase";
|
|
9
|
-
import {
|
|
9
|
+
import { IZoomableCategoryAxis_$type } from "./IZoomableCategoryAxis";
|
|
10
|
+
import { Base, Number_$type, typeCast, Array_$type, markType, markDep, TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
11
|
import { DependencyProperty } from "igniteui-webcomponents-core";
|
|
11
12
|
import { List$1 } from "igniteui-webcomponents-core";
|
|
12
13
|
import { HorizontalAxisLabelPanel } from "./HorizontalAxisLabelPanel";
|
|
@@ -17,6 +18,7 @@ import { LinearCategorySnapper } from "./LinearCategorySnapper";
|
|
|
17
18
|
import { NumericYAxis } from "./NumericYAxis";
|
|
18
19
|
import { LabelPosition } from "./LabelPosition";
|
|
19
20
|
import { AxisRangeChangedEventArgs } from "./AxisRangeChangedEventArgs";
|
|
21
|
+
import { MathUtil } from "igniteui-webcomponents-core";
|
|
20
22
|
import { PropertyMetadata } from "igniteui-webcomponents-core";
|
|
21
23
|
import { truncate, isNaN_, isInfinity } from "igniteui-webcomponents-core";
|
|
22
24
|
import { CategoryAxisBaseView } from "./CategoryAxisBaseView";
|
|
@@ -109,8 +111,8 @@ var CategoryXAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
109
111
|
CategoryXAxis.prototype.d3 = function () {
|
|
110
112
|
return this.mq;
|
|
111
113
|
};
|
|
112
|
-
CategoryXAxis.prototype.
|
|
113
|
-
var b = this.bh != null ? this.bh.
|
|
114
|
+
CategoryXAxis.prototype.m6 = function (a) {
|
|
115
|
+
var b = this.bh != null ? this.bh.s9 : Rect.empty;
|
|
114
116
|
b = b.copy();
|
|
115
117
|
var c = this.kc;
|
|
116
118
|
var d = this.j9();
|
|
@@ -118,7 +120,7 @@ var CategoryXAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
118
120
|
var f = new ScalerParams(0, e, e, this.cg, d);
|
|
119
121
|
var g = !b.isEmpty && !c.isEmpty && this.kq != null ? this.kq.indexOf(a) : -1;
|
|
120
122
|
var h = g > -1 ? this.ei(g, f) : NaN;
|
|
121
|
-
if (!isNaN_(h) && this.bh.
|
|
123
|
+
if (!isNaN_(h) && this.bh.em) {
|
|
122
124
|
if (!isNaN_(h)) {
|
|
123
125
|
if (h < b.left + 0.1 * b.width) {
|
|
124
126
|
h = h + 0.4 * b.width;
|
|
@@ -129,7 +131,7 @@ var CategoryXAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
129
131
|
b.x = h - 0.5 * b.width;
|
|
130
132
|
}
|
|
131
133
|
}
|
|
132
|
-
this.bh.
|
|
134
|
+
this.bh.pi(b, false, true);
|
|
133
135
|
}
|
|
134
136
|
};
|
|
135
137
|
CategoryXAxis.prototype.ei = function (a, b) {
|
|
@@ -251,17 +253,17 @@ var CategoryXAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
251
253
|
}
|
|
252
254
|
return e * f;
|
|
253
255
|
};
|
|
254
|
-
CategoryXAxis.prototype.
|
|
256
|
+
CategoryXAxis.prototype.m7 = function (a, b) {
|
|
255
257
|
if (a == NaN || b == NaN || this.kq == null || this.kq.count == 0) {
|
|
256
258
|
return;
|
|
257
259
|
}
|
|
258
260
|
var c = a / this.kq.count;
|
|
259
261
|
var d = (b + 1) / this.kq.count;
|
|
260
|
-
this.bh.
|
|
262
|
+
this.bh.tp = new Rect(0, c, this.bh.tp.y, d - c, this.bh.tp.height);
|
|
261
263
|
};
|
|
262
264
|
CategoryXAxis.prototype.h8 = function (a) {
|
|
263
265
|
_super.prototype.h8.call(this, a);
|
|
264
|
-
var b = this.bh != null ? this.bh.
|
|
266
|
+
var b = this.bh != null ? this.bh.s9 : Rect.empty;
|
|
265
267
|
var c = this.kc;
|
|
266
268
|
var d = this.j7();
|
|
267
269
|
var e = this.j6();
|
|
@@ -482,7 +484,7 @@ var CategoryXAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
482
484
|
this.mw = null;
|
|
483
485
|
if ((this.ay == null || this.ay.visibility == 0) && this.ai != null) {
|
|
484
486
|
if (this.ay != null && (this.ay.location == 4 || this.ay.location == 5)) {
|
|
485
|
-
this.bh.
|
|
487
|
+
this.bh.l6();
|
|
486
488
|
}
|
|
487
489
|
}
|
|
488
490
|
this.a4.ax(this.db, this.dc);
|
|
@@ -496,21 +498,135 @@ var CategoryXAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
496
498
|
if (this.kq == null) {
|
|
497
499
|
return false;
|
|
498
500
|
}
|
|
499
|
-
var a =
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
this.mu
|
|
503
|
-
this.
|
|
504
|
-
|
|
501
|
+
var a = false;
|
|
502
|
+
var b = this.kq.count;
|
|
503
|
+
if (b != this.mu) {
|
|
504
|
+
var c = new AxisRangeChangedEventArgs(0, 1, 1, this.mu, b);
|
|
505
|
+
this.mu = b;
|
|
506
|
+
this.h2(c);
|
|
507
|
+
a = true;
|
|
508
|
+
}
|
|
509
|
+
this.m9();
|
|
510
|
+
this.m8();
|
|
511
|
+
return a;
|
|
512
|
+
};
|
|
513
|
+
CategoryXAxis.prototype.getWindowZoomFromCategories = function (a) {
|
|
514
|
+
var b = MathUtil.a(a) && a > 0;
|
|
515
|
+
var c = this.kq.count;
|
|
516
|
+
if (c > 0 && b) {
|
|
517
|
+
var d = this.bh.to.width;
|
|
518
|
+
var e = isNaN_(d) || isInfinity(d);
|
|
519
|
+
if (e) {
|
|
520
|
+
return NaN;
|
|
521
|
+
}
|
|
522
|
+
var f = new Rect(0, 0, 0, 1, 1);
|
|
523
|
+
var g = this.bh.to;
|
|
524
|
+
var h = this.getCategorySize(f, g, g);
|
|
525
|
+
var i = isNaN_(h) || isInfinity(h);
|
|
526
|
+
if (i) {
|
|
527
|
+
return NaN;
|
|
528
|
+
}
|
|
529
|
+
var j = h * a / d;
|
|
530
|
+
if (j >= 0 && j <= 1) {
|
|
531
|
+
return j;
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
return NaN;
|
|
535
|
+
};
|
|
536
|
+
CategoryXAxis.prototype.getWindowZoomFromItemSpan = function (a) {
|
|
537
|
+
var b = MathUtil.a(a) && a > 0;
|
|
538
|
+
var c = this.kq.count;
|
|
539
|
+
if (c > 0 && b) {
|
|
540
|
+
var d = this.bh.to.width;
|
|
541
|
+
var e = isNaN_(d) || isInfinity(d);
|
|
542
|
+
if (e) {
|
|
543
|
+
return NaN;
|
|
544
|
+
}
|
|
545
|
+
var f = new Rect(0, 0, 0, 1, 1);
|
|
546
|
+
var g = this.bh.to;
|
|
547
|
+
var h = this.k3(f, g, g);
|
|
548
|
+
var i = a / h;
|
|
549
|
+
var j = Math.min(1, 1 / i);
|
|
550
|
+
if (j > 0 && j <= 1) {
|
|
551
|
+
return j;
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
return NaN;
|
|
555
|
+
};
|
|
556
|
+
CategoryXAxis.prototype.m9 = function () {
|
|
557
|
+
if (this.kq == null || this.bh == null) {
|
|
558
|
+
return;
|
|
559
|
+
}
|
|
560
|
+
var a = !isNaN_(this.bh.hl) && !isNaN_(this.bh.hn);
|
|
561
|
+
if (a) {
|
|
562
|
+
return;
|
|
563
|
+
}
|
|
564
|
+
if (!isNaN_(this.zoomMaximumItemSpan) && !isInfinity(this.zoomMaximumItemSpan)) {
|
|
565
|
+
var b = this.getWindowZoomFromItemSpan(this.zoomMaximumItemSpan);
|
|
566
|
+
if (!isNaN_(b) && !isInfinity(b)) {
|
|
567
|
+
this.bh.gg = b;
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
else if (!isNaN_(this.zoomMaximumCategoryRange) && !isInfinity(this.zoomMaximumCategoryRange)) {
|
|
571
|
+
var c = this.getWindowZoomFromCategories(this.zoomMaximumCategoryRange);
|
|
572
|
+
if (!isNaN_(c) && !isInfinity(c)) {
|
|
573
|
+
this.bh.gg = c;
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
};
|
|
577
|
+
CategoryXAxis.prototype.m8 = function () {
|
|
578
|
+
if (this.kq == null || this.bh == null) {
|
|
579
|
+
return;
|
|
580
|
+
}
|
|
581
|
+
var a = NaN;
|
|
582
|
+
var b = NaN;
|
|
583
|
+
var c = this.bh.gm();
|
|
584
|
+
var d = this.bh.gn();
|
|
585
|
+
var e = false;
|
|
586
|
+
if (MathUtil.a(this.zoomToItemSpan) && this.zoomToItemSpan > 0) {
|
|
587
|
+
e = true;
|
|
588
|
+
c = this.getWindowZoomFromItemSpan(this.zoomToItemSpan);
|
|
589
|
+
c = Math.max(c, this.bh.gg);
|
|
590
|
+
}
|
|
591
|
+
else if (MathUtil.a(this.zoomToCategoryRange) && this.zoomToCategoryRange > 0 && this.zoomToCategoryRange <= this.lf) {
|
|
592
|
+
e = true;
|
|
593
|
+
c = this.getWindowZoomFromCategories(this.zoomToCategoryRange);
|
|
594
|
+
c = Math.max(c, this.bh.gg);
|
|
595
|
+
}
|
|
596
|
+
if (MathUtil.a(this.zoomToCategoryStart) && this.zoomToCategoryStart >= 0 && this.zoomToCategoryStart < this.lf) {
|
|
597
|
+
e = true;
|
|
598
|
+
a = this.getWindowZoomFromCategories(this.zoomToCategoryStart);
|
|
599
|
+
var f = c + a - 1;
|
|
600
|
+
var g = c - f;
|
|
601
|
+
if (f > 0 && g > this.bh.gg) {
|
|
602
|
+
c = g;
|
|
603
|
+
c = Math.max(c, this.bh.gg);
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
if (e) {
|
|
607
|
+
this.bh.pg(a, b, c, d);
|
|
608
|
+
}
|
|
609
|
+
};
|
|
610
|
+
CategoryXAxis.prototype.hv = function (a, b, c, d) {
|
|
611
|
+
_super.prototype.hv.call(this, a, b, c, d);
|
|
612
|
+
switch (b) {
|
|
613
|
+
case CategoryXAxis.$$p[0]:
|
|
614
|
+
case CategoryXAxis.$$p[1]:
|
|
615
|
+
this.m9();
|
|
616
|
+
break;
|
|
617
|
+
case CategoryXAxis.$$p[2]:
|
|
618
|
+
case CategoryXAxis.$$p[3]:
|
|
619
|
+
case CategoryXAxis.$$p[4]:
|
|
620
|
+
this.m8();
|
|
621
|
+
break;
|
|
505
622
|
}
|
|
506
|
-
return false;
|
|
507
623
|
};
|
|
508
624
|
Object.defineProperty(CategoryXAxis.prototype, "mq", {
|
|
509
625
|
get: function () {
|
|
510
|
-
return this.c(CategoryXAxis.
|
|
626
|
+
return this.c(CategoryXAxis.na);
|
|
511
627
|
},
|
|
512
628
|
set: function (a) {
|
|
513
|
-
this.h(CategoryXAxis.
|
|
629
|
+
this.h(CategoryXAxis.na, a);
|
|
514
630
|
},
|
|
515
631
|
enumerable: true,
|
|
516
632
|
configurable: true
|
|
@@ -537,10 +653,10 @@ var CategoryXAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
537
653
|
};
|
|
538
654
|
Object.defineProperty(CategoryXAxis.prototype, "mr", {
|
|
539
655
|
get: function () {
|
|
540
|
-
return this.c(CategoryXAxis.
|
|
656
|
+
return this.c(CategoryXAxis.nb);
|
|
541
657
|
},
|
|
542
658
|
set: function (a) {
|
|
543
|
-
this.h(CategoryXAxis.
|
|
659
|
+
this.h(CategoryXAxis.nb, a);
|
|
544
660
|
},
|
|
545
661
|
enumerable: true,
|
|
546
662
|
configurable: true
|
|
@@ -621,15 +737,16 @@ var CategoryXAxis = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
621
737
|
enumerable: true,
|
|
622
738
|
configurable: true
|
|
623
739
|
});
|
|
624
|
-
CategoryXAxis.$t = markType(CategoryXAxis, 'CategoryXAxis', CategoryAxisBase
|
|
625
|
-
CategoryXAxis.
|
|
740
|
+
CategoryXAxis.$t = markType(CategoryXAxis, 'CategoryXAxis', CategoryAxisBase.$, [IZoomableCategoryAxis_$type]);
|
|
741
|
+
CategoryXAxis.na = DependencyProperty.i("Interval", Number_$type, CategoryXAxis.$, new PropertyMetadata(2, NaN, function (a, b) {
|
|
626
742
|
a.h1("Interval", b.oldValue, b.newValue);
|
|
627
743
|
a.h7(false);
|
|
628
744
|
}));
|
|
629
|
-
CategoryXAxis.
|
|
745
|
+
CategoryXAxis.nb = DependencyProperty.i("MinorInterval", Number_$type, CategoryXAxis.$, new PropertyMetadata(2, NaN, function (a, b) {
|
|
630
746
|
(typeCast(CategoryXAxis.$, a)).h1("MinorInterval", b.oldValue, b.newValue);
|
|
631
747
|
(typeCast(CategoryXAxis.$, a)).h7(false);
|
|
632
748
|
}));
|
|
749
|
+
CategoryXAxis.$$p = markDep(DependencyProperty, PropertyMetadata, CategoryXAxis, 'h1', ['ZoomMaximumCategoryRange::nc', [1, NaN], 'ZoomMaximumItemSpan::nd', [1, NaN], 'ZoomToCategoryRange::ne', [1, NaN], 'ZoomToCategoryStart::nf', [1, NaN], 'ZoomToItemSpan::ng', [1, NaN]]);
|
|
633
750
|
return CategoryXAxis;
|
|
634
751
|
}(CategoryAxisBase));
|
|
635
752
|
export { CategoryXAxis };
|