igniteui-webcomponents-charts 3.2.3 → 3.5.0
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 +29124 -22745
- 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 +127 -104
- 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 +554 -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 +2165 -1902
- 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 +1440 -1356
- 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 +198 -198
- 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 +6 -6
- package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
- package/esm2015/lib/Stacked100ColumnBucketCalculator.js +6 -6
- 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 +1556 -1455
- 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-absolute-volume-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-accumulation-distribution-indicator-component.js +14 -0
- package/esm2015/lib/igc-anchored-category-series-component.js +32 -18
- package/esm2015/lib/igc-anchored-radial-series-component.js +45 -31
- package/esm2015/lib/igc-annotation-layer-component.js +31 -17
- package/esm2015/lib/igc-area-fragment-component.js +14 -0
- package/esm2015/lib/igc-area-series-component.js +14 -0
- package/esm2015/lib/igc-assigning-series-style-event-args-base.js +33 -5
- package/esm2015/lib/igc-average-directional-index-indicator-component.js +17 -3
- package/esm2015/lib/igc-average-true-range-indicator-component.js +17 -3
- package/esm2015/lib/igc-axis-annotation.js +5 -0
- package/esm2015/lib/igc-axis-component.js +28 -6
- package/esm2015/lib/igc-bar-fragment-component.js +34 -18
- package/esm2015/lib/igc-bar-series-component.js +25 -11
- package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +20 -6
- package/esm2015/lib/igc-bollinger-bands-overlay-component.js +23 -9
- package/esm2015/lib/igc-brush-scale-component.js +20 -0
- package/esm2015/lib/igc-bubble-series-component.js +60 -44
- package/esm2015/lib/igc-calculated-column.js +5 -0
- package/esm2015/lib/igc-callout-annotation.js +12 -6
- package/esm2015/lib/igc-callout-label-updating-event-args.js +36 -6
- package/esm2015/lib/igc-callout-layer-component.js +115 -95
- package/esm2015/lib/igc-callout-render-style-updating-event-args.js +7 -6
- package/esm2015/lib/igc-callout-series-selecting-event-args.js +7 -6
- package/esm2015/lib/igc-callout-style-updating-event-args.js +7 -6
- package/esm2015/lib/igc-category-angle-axis-component.js +14 -0
- package/esm2015/lib/igc-category-axis-base-component.js +14 -0
- package/esm2015/lib/igc-category-chart-component.js +169 -112
- package/esm2015/lib/igc-category-date-time-x-axis-component.js +14 -0
- package/esm2015/lib/igc-category-highlight-layer-component.js +28 -13
- package/esm2015/lib/igc-category-item-highlight-layer-component.js +47 -32
- package/esm2015/lib/igc-category-series-component.js +36 -20
- package/esm2015/lib/igc-category-tool-tip-layer-component.js +27 -12
- package/esm2015/lib/igc-category-x-axis-component.js +89 -2
- package/esm2015/lib/igc-category-y-axis-component.js +89 -2
- package/esm2015/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +17 -3
- package/esm2015/lib/igc-chart-cursor-event-args.js +10 -8
- package/esm2015/lib/igc-chart-group-description-collection.js +105 -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-mouse-event-args.js +10 -8
- package/esm2015/lib/igc-chart-series-event-args.js +7 -6
- package/esm2015/lib/igc-chart-sort-description-collection.js +115 -0
- package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
- package/esm2015/lib/igc-chart-sort-description.js +66 -0
- package/esm2015/lib/igc-chart-summary-description-collection.js +112 -0
- package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
- package/esm2015/lib/igc-chart-summary-description.js +101 -0
- package/esm2015/lib/igc-color-scale-component.js +20 -0
- package/esm2015/lib/igc-column-fragment-component.js +39 -23
- package/esm2015/lib/igc-column-series-component.js +27 -13
- package/esm2015/lib/igc-column-supporting-calculation.js +5 -0
- package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +17 -3
- package/esm2015/lib/igc-contour-value-resolver-component.js +19 -0
- package/esm2015/lib/igc-crosshair-layer-component.js +105 -90
- package/esm2015/lib/igc-custom-contour-value-resolver-component.js +15 -0
- package/esm2015/lib/igc-custom-indicator-component.js +14 -0
- package/esm2015/lib/igc-custom-palette-brush-scale-component.js +14 -0
- package/esm2015/lib/igc-custom-palette-color-scale-component.js +14 -0
- package/esm2015/lib/igc-data-chart-component.js +95 -95
- package/esm2015/lib/igc-data-chart-mouse-button-event-args.js +10 -8
- package/esm2015/lib/igc-data-legend-component.js +12 -1
- package/esm2015/lib/igc-data-source-supporting-calculation.js +5 -0
- package/esm2015/lib/igc-data-tool-tip-layer-component.js +379 -364
- package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +17 -3
- package/esm2015/lib/igc-domain-chart-component.js +969 -650
- package/esm2015/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
- package/esm2015/lib/igc-doughnut-chart-component.js +7 -0
- package/esm2015/lib/igc-ease-of-movement-indicator-component.js +14 -0
- package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +17 -3
- package/esm2015/lib/igc-final-value-layer-component.js +57 -42
- package/esm2015/lib/igc-financial-calculation-data-source.js +14 -6
- package/esm2015/lib/igc-financial-calculation-supporting-calculations.js +29 -16
- package/esm2015/lib/igc-financial-chart-component.js +215 -157
- package/esm2015/lib/igc-financial-chart-custom-indicator-args.js +7 -6
- package/esm2015/lib/igc-financial-event-args.js +22 -10
- package/esm2015/lib/igc-financial-indicator-component.js +30 -16
- package/esm2015/lib/igc-financial-overlay-component.js +19 -5
- package/esm2015/lib/igc-financial-price-series-component.js +44 -30
- package/esm2015/lib/igc-financial-series-component.js +79 -60
- package/esm2015/lib/igc-force-index-indicator-component.js +18 -4
- package/esm2015/lib/igc-fragment-base-component.js +16 -2
- package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +20 -6
- package/esm2015/lib/igc-funnel-chart-component.js +9 -0
- package/esm2015/lib/igc-funnel-data-context.js +5 -0
- package/esm2015/lib/igc-hierarchical-ring-series-component.js +14 -0
- package/esm2015/lib/igc-high-density-scatter-series-component.js +74 -57
- package/esm2015/lib/igc-highlighting-info.js +12 -6
- package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +35 -19
- package/esm2015/lib/igc-horizontal-range-category-series-component.js +47 -31
- package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +31 -15
- package/esm2015/lib/igc-item-tool-tip-layer-component.js +33 -18
- package/esm2015/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
- package/esm2015/lib/igc-legend-base-component.js +10 -0
- package/esm2015/lib/igc-line-fragment-component.js +15 -1
- package/esm2015/lib/igc-line-series-component.js +15 -1
- package/esm2015/lib/igc-linear-contour-value-resolver-component.js +14 -0
- package/esm2015/lib/igc-marker-series-component.js +42 -28
- package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +15 -1
- package/esm2015/lib/igc-mass-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-median-price-indicator-component.js +14 -0
- package/esm2015/lib/igc-money-flow-index-indicator-component.js +18 -4
- package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +15 -1
- package/esm2015/lib/igc-negative-volume-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-numeric-angle-axis-component.js +14 -0
- package/esm2015/lib/igc-numeric-axis-base-component.js +14 -0
- package/esm2015/lib/igc-numeric-radius-axis-component.js +14 -0
- package/esm2015/lib/igc-numeric-x-axis-component.js +14 -0
- package/esm2015/lib/igc-numeric-y-axis-component.js +14 -0
- package/esm2015/lib/igc-on-balance-volume-indicator-component.js +14 -0
- package/esm2015/lib/igc-ordinal-time-x-axis-component.js +19 -5
- package/esm2015/lib/igc-percent-change-y-axis-component.js +14 -0
- package/esm2015/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-pie-chart-base-component.js +28 -0
- package/esm2015/lib/igc-pie-slice-others-context.js +5 -0
- package/esm2015/lib/igc-plot-area-mouse-button-event-args.js +3 -2
- package/esm2015/lib/igc-plot-area-mouse-event-args.js +3 -2
- package/esm2015/lib/igc-point-series-component.js +14 -0
- package/esm2015/lib/igc-polar-area-series-component.js +17 -3
- package/esm2015/lib/igc-polar-base-component.js +95 -77
- package/esm2015/lib/igc-polar-line-series-base-component.js +14 -0
- package/esm2015/lib/igc-polar-line-series-component.js +18 -4
- package/esm2015/lib/igc-polar-scatter-series-component.js +14 -0
- package/esm2015/lib/igc-polar-spline-area-series-component.js +18 -4
- package/esm2015/lib/igc-polar-spline-series-component.js +18 -4
- package/esm2015/lib/igc-positive-volume-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-price-channel-overlay-component.js +20 -6
- package/esm2015/lib/igc-price-volume-trend-indicator-component.js +14 -0
- package/esm2015/lib/igc-radial-area-series-component.js +17 -3
- package/esm2015/lib/igc-radial-base-component.js +49 -31
- package/esm2015/lib/igc-radial-column-series-component.js +23 -9
- package/esm2015/lib/igc-radial-line-series-component.js +18 -4
- package/esm2015/lib/igc-radial-pie-series-component.js +23 -9
- package/esm2015/lib/igc-range-area-series-component.js +14 -0
- package/esm2015/lib/igc-range-category-series-component.js +20 -6
- package/esm2015/lib/igc-range-column-series-component.js +24 -10
- package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +17 -3
- package/esm2015/lib/igc-relative-strength-index-indicator-component.js +18 -4
- package/esm2015/lib/igc-ring-series-base-component.js +20 -0
- package/esm2015/lib/igc-ring-series-component.js +25 -5
- package/esm2015/lib/igc-ring.js +12 -6
- package/esm2015/lib/igc-scale-legend-component.js +14 -0
- package/esm2015/lib/igc-scaler-params.js +5 -0
- package/esm2015/lib/igc-scatter-area-series-component.js +40 -24
- package/esm2015/lib/igc-scatter-base-component.js +79 -61
- package/esm2015/lib/igc-scatter-contour-series-component.js +46 -29
- package/esm2015/lib/igc-scatter-line-series-component.js +18 -4
- package/esm2015/lib/igc-scatter-polygon-series-component.js +59 -39
- package/esm2015/lib/igc-scatter-polyline-series-component.js +27 -7
- package/esm2015/lib/igc-scatter-series-component.js +14 -0
- package/esm2015/lib/igc-scatter-spline-series-component.js +18 -4
- package/esm2015/lib/igc-scatter-triangulation-series-component.js +54 -37
- package/esm2015/lib/igc-series-component.js +215 -185
- package/esm2015/lib/igc-series-viewer-component.js +417 -282
- package/esm2015/lib/igc-shape-series-base-component.js +64 -45
- package/esm2015/lib/igc-size-scale-component.js +20 -0
- package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +17 -3
- package/esm2015/lib/igc-sparkline-component.js +5 -0
- package/esm2015/lib/igc-spline-area-fragment-component.js +15 -1
- package/esm2015/lib/igc-spline-area-series-component.js +15 -1
- package/esm2015/lib/igc-spline-fragment-base-component.js +16 -2
- package/esm2015/lib/igc-spline-fragment-component.js +15 -1
- package/esm2015/lib/igc-spline-series-base-component.js +20 -6
- package/esm2015/lib/igc-spline-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-100-area-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-100-bar-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-100-column-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-100-line-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-100-spline-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-area-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-bar-series-component.js +26 -12
- package/esm2015/lib/igc-stacked-column-series-component.js +23 -9
- package/esm2015/lib/igc-stacked-fragment-series-component.js +284 -218
- package/esm2015/lib/igc-stacked-line-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-series-base-component.js +12 -11
- package/esm2015/lib/igc-stacked-series-created-event-args.js +11 -5
- package/esm2015/lib/igc-stacked-spline-area-series-component.js +18 -4
- package/esm2015/lib/igc-stacked-spline-series-component.js +18 -4
- package/esm2015/lib/igc-standard-deviation-indicator-component.js +17 -3
- package/esm2015/lib/igc-step-area-series-component.js +16 -2
- package/esm2015/lib/igc-step-line-series-component.js +17 -3
- package/esm2015/lib/igc-stoch-rsi-indicator-component.js +17 -3
- package/esm2015/lib/igc-straight-numeric-axis-base-component.js +14 -0
- package/esm2015/lib/igc-strategy-based-indicator-component.js +14 -0
- package/esm2015/lib/igc-time-axis-base-component.js +14 -0
- package/esm2015/lib/igc-time-axis-break-component.js +19 -0
- package/esm2015/lib/igc-time-axis-interval-component.js +19 -0
- package/esm2015/lib/igc-time-axis-label-format-component.js +19 -0
- package/esm2015/lib/igc-time-x-axis-component.js +14 -0
- package/esm2015/lib/igc-treemap-component.js +11 -0
- package/esm2015/lib/igc-treemap-node-style-component.js +19 -0
- package/esm2015/lib/igc-treemap-node-style-mapping-component.js +14 -0
- package/esm2015/lib/igc-treemap-node-styling-event-args.js +7 -6
- package/esm2015/lib/igc-trix-indicator-component.js +17 -3
- package/esm2015/lib/igc-typical-price-indicator-component.js +14 -0
- package/esm2015/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-value-brush-scale-component.js +14 -0
- package/esm2015/lib/igc-value-overlay-component.js +67 -52
- package/esm2015/lib/igc-vertical-anchored-category-series-component.js +38 -22
- package/esm2015/lib/igc-vertical-stacked-series-base-component.js +30 -14
- package/esm2015/lib/igc-waterfall-series-component.js +33 -19
- package/esm2015/lib/igc-weighted-close-indicator-component.js +14 -0
- package/esm2015/lib/igc-williams-percent-r-indicator-component.js +17 -3
- package/esm2015/lib/igc-xy-chart-component.js +232 -218
- package/esm2015/lib/igc-zoom-slider-component.js +7 -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 +127 -104
- 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 +531 -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 +2101 -1752
- 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 +1404 -1299
- 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 +198 -198
- 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 +6 -6
- package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
- package/esm5/lib/Stacked100ColumnBucketCalculator.js +6 -6
- 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 +1835 -1686
- 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-absolute-volume-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-accumulation-distribution-indicator-component.js +14 -0
- package/esm5/lib/igc-anchored-category-series-component.js +32 -18
- package/esm5/lib/igc-anchored-radial-series-component.js +45 -31
- package/esm5/lib/igc-annotation-layer-component.js +31 -17
- package/esm5/lib/igc-area-fragment-component.js +14 -0
- package/esm5/lib/igc-area-series-component.js +14 -0
- package/esm5/lib/igc-assigning-series-style-event-args-base.js +34 -6
- package/esm5/lib/igc-average-directional-index-indicator-component.js +17 -3
- package/esm5/lib/igc-average-true-range-indicator-component.js +17 -3
- package/esm5/lib/igc-axis-annotation.js +5 -0
- package/esm5/lib/igc-axis-component.js +28 -6
- package/esm5/lib/igc-bar-fragment-component.js +34 -18
- package/esm5/lib/igc-bar-series-component.js +25 -11
- package/esm5/lib/igc-bollinger-band-width-indicator-component.js +20 -6
- package/esm5/lib/igc-bollinger-bands-overlay-component.js +23 -9
- package/esm5/lib/igc-brush-scale-component.js +20 -0
- package/esm5/lib/igc-bubble-series-component.js +60 -44
- package/esm5/lib/igc-calculated-column.js +5 -0
- package/esm5/lib/igc-callout-annotation.js +12 -6
- package/esm5/lib/igc-callout-label-updating-event-args.js +44 -6
- package/esm5/lib/igc-callout-layer-component.js +115 -95
- package/esm5/lib/igc-callout-render-style-updating-event-args.js +7 -6
- package/esm5/lib/igc-callout-series-selecting-event-args.js +7 -6
- package/esm5/lib/igc-callout-style-updating-event-args.js +7 -6
- package/esm5/lib/igc-category-angle-axis-component.js +14 -0
- package/esm5/lib/igc-category-axis-base-component.js +14 -0
- package/esm5/lib/igc-category-chart-component.js +189 -112
- package/esm5/lib/igc-category-date-time-x-axis-component.js +14 -0
- package/esm5/lib/igc-category-highlight-layer-component.js +28 -13
- package/esm5/lib/igc-category-item-highlight-layer-component.js +47 -32
- package/esm5/lib/igc-category-series-component.js +36 -20
- package/esm5/lib/igc-category-tool-tip-layer-component.js +27 -12
- package/esm5/lib/igc-category-x-axis-component.js +109 -2
- package/esm5/lib/igc-category-y-axis-component.js +109 -2
- package/esm5/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-chaikin-volatility-indicator-component.js +17 -3
- package/esm5/lib/igc-chart-cursor-event-args.js +10 -8
- package/esm5/lib/igc-chart-group-description-collection.js +132 -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-mouse-event-args.js +10 -8
- package/esm5/lib/igc-chart-series-event-args.js +7 -6
- package/esm5/lib/igc-chart-sort-description-collection.js +146 -0
- package/esm5/lib/igc-chart-sort-description-module.js +19 -0
- package/esm5/lib/igc-chart-sort-description.js +86 -0
- package/esm5/lib/igc-chart-summary-description-collection.js +143 -0
- package/esm5/lib/igc-chart-summary-description-module.js +19 -0
- package/esm5/lib/igc-chart-summary-description.js +128 -0
- package/esm5/lib/igc-color-scale-component.js +20 -0
- package/esm5/lib/igc-column-fragment-component.js +39 -23
- package/esm5/lib/igc-column-series-component.js +27 -13
- package/esm5/lib/igc-column-supporting-calculation.js +5 -0
- package/esm5/lib/igc-commodity-channel-index-indicator-component.js +17 -3
- package/esm5/lib/igc-contour-value-resolver-component.js +19 -0
- package/esm5/lib/igc-crosshair-layer-component.js +105 -90
- package/esm5/lib/igc-custom-contour-value-resolver-component.js +15 -0
- package/esm5/lib/igc-custom-indicator-component.js +14 -0
- package/esm5/lib/igc-custom-palette-brush-scale-component.js +14 -0
- package/esm5/lib/igc-custom-palette-color-scale-component.js +14 -0
- package/esm5/lib/igc-data-chart-component.js +95 -95
- package/esm5/lib/igc-data-chart-mouse-button-event-args.js +10 -8
- package/esm5/lib/igc-data-legend-component.js +12 -1
- package/esm5/lib/igc-data-source-supporting-calculation.js +5 -0
- package/esm5/lib/igc-data-tool-tip-layer-component.js +379 -364
- package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +17 -3
- package/esm5/lib/igc-domain-chart-component.js +1041 -650
- package/esm5/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
- package/esm5/lib/igc-doughnut-chart-component.js +7 -0
- package/esm5/lib/igc-ease-of-movement-indicator-component.js +14 -0
- package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +17 -3
- package/esm5/lib/igc-final-value-layer-component.js +57 -42
- package/esm5/lib/igc-financial-calculation-data-source.js +14 -6
- package/esm5/lib/igc-financial-calculation-supporting-calculations.js +29 -16
- package/esm5/lib/igc-financial-chart-component.js +235 -157
- package/esm5/lib/igc-financial-chart-custom-indicator-args.js +7 -6
- package/esm5/lib/igc-financial-event-args.js +22 -10
- package/esm5/lib/igc-financial-indicator-component.js +30 -16
- package/esm5/lib/igc-financial-overlay-component.js +19 -5
- package/esm5/lib/igc-financial-price-series-component.js +44 -30
- package/esm5/lib/igc-financial-series-component.js +79 -60
- package/esm5/lib/igc-force-index-indicator-component.js +18 -4
- package/esm5/lib/igc-fragment-base-component.js +16 -2
- package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +20 -6
- package/esm5/lib/igc-funnel-chart-component.js +9 -0
- package/esm5/lib/igc-funnel-data-context.js +5 -0
- package/esm5/lib/igc-hierarchical-ring-series-component.js +14 -0
- package/esm5/lib/igc-high-density-scatter-series-component.js +74 -57
- package/esm5/lib/igc-highlighting-info.js +12 -6
- package/esm5/lib/igc-horizontal-anchored-category-series-component.js +35 -19
- package/esm5/lib/igc-horizontal-range-category-series-component.js +47 -31
- package/esm5/lib/igc-horizontal-stacked-series-base-component.js +31 -15
- package/esm5/lib/igc-item-tool-tip-layer-component.js +33 -18
- package/esm5/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
- package/esm5/lib/igc-legend-base-component.js +10 -0
- package/esm5/lib/igc-line-fragment-component.js +15 -1
- package/esm5/lib/igc-line-series-component.js +15 -1
- package/esm5/lib/igc-linear-contour-value-resolver-component.js +14 -0
- package/esm5/lib/igc-marker-series-component.js +42 -28
- package/esm5/lib/igc-market-facilitation-index-indicator-component.js +15 -1
- package/esm5/lib/igc-mass-index-indicator-component.js +14 -0
- package/esm5/lib/igc-median-price-indicator-component.js +14 -0
- package/esm5/lib/igc-money-flow-index-indicator-component.js +18 -4
- package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +15 -1
- package/esm5/lib/igc-negative-volume-index-indicator-component.js +14 -0
- package/esm5/lib/igc-numeric-angle-axis-component.js +14 -0
- package/esm5/lib/igc-numeric-axis-base-component.js +14 -0
- package/esm5/lib/igc-numeric-radius-axis-component.js +14 -0
- package/esm5/lib/igc-numeric-x-axis-component.js +14 -0
- package/esm5/lib/igc-numeric-y-axis-component.js +14 -0
- package/esm5/lib/igc-on-balance-volume-indicator-component.js +14 -0
- package/esm5/lib/igc-ordinal-time-x-axis-component.js +19 -5
- package/esm5/lib/igc-percent-change-y-axis-component.js +14 -0
- package/esm5/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-pie-chart-base-component.js +28 -0
- package/esm5/lib/igc-pie-slice-others-context.js +5 -0
- package/esm5/lib/igc-plot-area-mouse-button-event-args.js +3 -2
- package/esm5/lib/igc-plot-area-mouse-event-args.js +3 -2
- package/esm5/lib/igc-point-series-component.js +14 -0
- package/esm5/lib/igc-polar-area-series-component.js +17 -3
- package/esm5/lib/igc-polar-base-component.js +95 -77
- package/esm5/lib/igc-polar-line-series-base-component.js +14 -0
- package/esm5/lib/igc-polar-line-series-component.js +18 -4
- package/esm5/lib/igc-polar-scatter-series-component.js +14 -0
- package/esm5/lib/igc-polar-spline-area-series-component.js +18 -4
- package/esm5/lib/igc-polar-spline-series-component.js +18 -4
- package/esm5/lib/igc-positive-volume-index-indicator-component.js +14 -0
- package/esm5/lib/igc-price-channel-overlay-component.js +20 -6
- package/esm5/lib/igc-price-volume-trend-indicator-component.js +14 -0
- package/esm5/lib/igc-radial-area-series-component.js +17 -3
- package/esm5/lib/igc-radial-base-component.js +49 -31
- package/esm5/lib/igc-radial-column-series-component.js +23 -9
- package/esm5/lib/igc-radial-line-series-component.js +18 -4
- package/esm5/lib/igc-radial-pie-series-component.js +23 -9
- package/esm5/lib/igc-range-area-series-component.js +14 -0
- package/esm5/lib/igc-range-category-series-component.js +20 -6
- package/esm5/lib/igc-range-column-series-component.js +24 -10
- package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +17 -3
- package/esm5/lib/igc-relative-strength-index-indicator-component.js +18 -4
- package/esm5/lib/igc-ring-series-base-component.js +20 -0
- package/esm5/lib/igc-ring-series-component.js +25 -5
- package/esm5/lib/igc-ring.js +12 -6
- package/esm5/lib/igc-scale-legend-component.js +14 -0
- package/esm5/lib/igc-scaler-params.js +5 -0
- package/esm5/lib/igc-scatter-area-series-component.js +40 -24
- package/esm5/lib/igc-scatter-base-component.js +79 -61
- package/esm5/lib/igc-scatter-contour-series-component.js +46 -29
- package/esm5/lib/igc-scatter-line-series-component.js +18 -4
- package/esm5/lib/igc-scatter-polygon-series-component.js +59 -39
- package/esm5/lib/igc-scatter-polyline-series-component.js +27 -7
- package/esm5/lib/igc-scatter-series-component.js +14 -0
- package/esm5/lib/igc-scatter-spline-series-component.js +18 -4
- package/esm5/lib/igc-scatter-triangulation-series-component.js +54 -37
- package/esm5/lib/igc-series-component.js +219 -185
- package/esm5/lib/igc-series-viewer-component.js +441 -282
- package/esm5/lib/igc-shape-series-base-component.js +64 -45
- package/esm5/lib/igc-size-scale-component.js +20 -0
- package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +17 -3
- package/esm5/lib/igc-sparkline-component.js +5 -0
- package/esm5/lib/igc-spline-area-fragment-component.js +15 -1
- package/esm5/lib/igc-spline-area-series-component.js +15 -1
- package/esm5/lib/igc-spline-fragment-base-component.js +16 -2
- package/esm5/lib/igc-spline-fragment-component.js +15 -1
- package/esm5/lib/igc-spline-series-base-component.js +20 -6
- package/esm5/lib/igc-spline-series-component.js +15 -1
- package/esm5/lib/igc-stacked-100-area-series-component.js +15 -1
- package/esm5/lib/igc-stacked-100-bar-series-component.js +15 -1
- package/esm5/lib/igc-stacked-100-column-series-component.js +15 -1
- package/esm5/lib/igc-stacked-100-line-series-component.js +15 -1
- package/esm5/lib/igc-stacked-100-spline-area-series-component.js +15 -1
- package/esm5/lib/igc-stacked-100-spline-series-component.js +15 -1
- package/esm5/lib/igc-stacked-area-series-component.js +14 -0
- package/esm5/lib/igc-stacked-bar-series-component.js +26 -12
- package/esm5/lib/igc-stacked-column-series-component.js +23 -9
- package/esm5/lib/igc-stacked-fragment-series-component.js +307 -217
- package/esm5/lib/igc-stacked-line-series-component.js +15 -1
- package/esm5/lib/igc-stacked-series-base-component.js +12 -11
- package/esm5/lib/igc-stacked-series-created-event-args.js +11 -5
- package/esm5/lib/igc-stacked-spline-area-series-component.js +18 -4
- package/esm5/lib/igc-stacked-spline-series-component.js +18 -4
- package/esm5/lib/igc-standard-deviation-indicator-component.js +17 -3
- package/esm5/lib/igc-step-area-series-component.js +16 -2
- package/esm5/lib/igc-step-line-series-component.js +17 -3
- package/esm5/lib/igc-stoch-rsi-indicator-component.js +17 -3
- package/esm5/lib/igc-straight-numeric-axis-base-component.js +14 -0
- package/esm5/lib/igc-strategy-based-indicator-component.js +14 -0
- package/esm5/lib/igc-time-axis-base-component.js +14 -0
- package/esm5/lib/igc-time-axis-break-component.js +19 -0
- package/esm5/lib/igc-time-axis-interval-component.js +19 -0
- package/esm5/lib/igc-time-axis-label-format-component.js +19 -0
- package/esm5/lib/igc-time-x-axis-component.js +14 -0
- package/esm5/lib/igc-treemap-component.js +11 -0
- package/esm5/lib/igc-treemap-node-style-component.js +19 -0
- package/esm5/lib/igc-treemap-node-style-mapping-component.js +14 -0
- package/esm5/lib/igc-treemap-node-styling-event-args.js +7 -6
- package/esm5/lib/igc-trix-indicator-component.js +17 -3
- package/esm5/lib/igc-typical-price-indicator-component.js +14 -0
- package/esm5/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-value-brush-scale-component.js +14 -0
- package/esm5/lib/igc-value-overlay-component.js +67 -52
- package/esm5/lib/igc-vertical-anchored-category-series-component.js +38 -22
- package/esm5/lib/igc-vertical-stacked-series-base-component.js +30 -14
- package/esm5/lib/igc-waterfall-series-component.js +33 -19
- package/esm5/lib/igc-weighted-close-indicator-component.js +14 -0
- package/esm5/lib/igc-williams-percent-r-indicator-component.js +17 -3
- package/esm5/lib/igc-xy-chart-component.js +232 -218
- package/esm5/lib/igc-zoom-slider-component.js +7 -7
- package/esm5/public_api.js +23 -0
- package/fesm2015/igniteui-webcomponents-charts.js +28613 -22896
- package/fesm5/igniteui-webcomponents-charts.js +29103 -22747
- 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 +131 -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 +541 -489
- 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 +415 -397
- 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 +187 -187
- package/lib/igc-absolute-volume-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-accumulation-distribution-indicator-component.d.ts +1 -0
- package/lib/igc-anchored-category-series-component.d.ts +1 -0
- package/lib/igc-anchored-radial-series-component.d.ts +1 -0
- package/lib/igc-annotation-layer-component.d.ts +1 -0
- package/lib/igc-area-fragment-component.d.ts +1 -0
- package/lib/igc-area-series-component.d.ts +1 -0
- package/lib/igc-assigning-series-style-event-args-base.d.ts +4 -1
- package/lib/igc-average-directional-index-indicator-component.d.ts +1 -0
- package/lib/igc-average-true-range-indicator-component.d.ts +1 -0
- package/lib/igc-axis-component.d.ts +1 -0
- package/lib/igc-bar-fragment-component.d.ts +1 -0
- package/lib/igc-bar-series-component.d.ts +1 -0
- package/lib/igc-bollinger-band-width-indicator-component.d.ts +1 -0
- package/lib/igc-bollinger-bands-overlay-component.d.ts +1 -0
- package/lib/igc-brush-scale-component.d.ts +1 -0
- package/lib/igc-bubble-series-component.d.ts +1 -0
- package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
- package/lib/igc-callout-layer-component.d.ts +1 -0
- package/lib/igc-category-angle-axis-component.d.ts +1 -0
- package/lib/igc-category-axis-base-component.d.ts +1 -0
- package/lib/igc-category-chart-component.d.ts +27 -0
- package/lib/igc-category-date-time-x-axis-component.d.ts +1 -0
- package/lib/igc-category-highlight-layer-component.d.ts +1 -0
- package/lib/igc-category-item-highlight-layer-component.d.ts +1 -0
- package/lib/igc-category-series-component.d.ts +1 -0
- package/lib/igc-category-tool-tip-layer-component.d.ts +1 -0
- package/lib/igc-category-x-axis-component.d.ts +38 -0
- package/lib/igc-category-y-axis-component.d.ts +38 -0
- package/lib/igc-chaikin-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-chaikin-volatility-indicator-component.d.ts +1 -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-color-scale-component.d.ts +1 -0
- package/lib/igc-column-fragment-component.d.ts +1 -0
- package/lib/igc-column-series-component.d.ts +1 -0
- package/lib/igc-commodity-channel-index-indicator-component.d.ts +1 -0
- package/lib/igc-contour-value-resolver-component.d.ts +1 -0
- package/lib/igc-crosshair-layer-component.d.ts +1 -0
- package/lib/igc-custom-contour-value-resolver-component.d.ts +1 -0
- package/lib/igc-custom-indicator-component.d.ts +1 -0
- package/lib/igc-custom-palette-brush-scale-component.d.ts +1 -0
- package/lib/igc-custom-palette-color-scale-component.d.ts +1 -0
- package/lib/igc-data-legend-component.d.ts +1 -1
- package/lib/igc-data-tool-tip-layer-component.d.ts +2 -1
- package/lib/igc-detrended-price-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-domain-chart-component.d.ts +85 -1
- package/lib/igc-ease-of-movement-indicator-component.d.ts +1 -0
- package/lib/igc-fast-stochastic-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-final-value-layer-component.d.ts +1 -0
- package/lib/igc-financial-chart-component.d.ts +27 -0
- package/lib/igc-financial-indicator-component.d.ts +1 -0
- package/lib/igc-financial-overlay-component.d.ts +1 -0
- package/lib/igc-financial-price-series-component.d.ts +1 -0
- package/lib/igc-financial-series-component.d.ts +1 -0
- package/lib/igc-force-index-indicator-component.d.ts +1 -0
- package/lib/igc-fragment-base-component.d.ts +1 -0
- package/lib/igc-full-stochastic-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-hierarchical-ring-series-component.d.ts +1 -0
- package/lib/igc-high-density-scatter-series-component.d.ts +1 -0
- package/lib/igc-horizontal-anchored-category-series-component.d.ts +1 -0
- package/lib/igc-horizontal-range-category-series-component.d.ts +1 -0
- package/lib/igc-horizontal-stacked-series-base-component.d.ts +1 -0
- package/lib/igc-item-tool-tip-layer-component.d.ts +1 -0
- package/lib/igc-itemwise-strategy-based-indicator-component.d.ts +1 -0
- package/lib/igc-line-fragment-component.d.ts +1 -0
- package/lib/igc-line-series-component.d.ts +1 -0
- package/lib/igc-linear-contour-value-resolver-component.d.ts +1 -0
- package/lib/igc-marker-series-component.d.ts +1 -0
- package/lib/igc-market-facilitation-index-indicator-component.d.ts +1 -0
- package/lib/igc-mass-index-indicator-component.d.ts +1 -0
- package/lib/igc-median-price-indicator-component.d.ts +1 -0
- package/lib/igc-money-flow-index-indicator-component.d.ts +1 -0
- package/lib/igc-moving-average-convergence-divergence-indicator-component.d.ts +1 -0
- package/lib/igc-negative-volume-index-indicator-component.d.ts +1 -0
- package/lib/igc-numeric-angle-axis-component.d.ts +1 -0
- package/lib/igc-numeric-axis-base-component.d.ts +1 -0
- package/lib/igc-numeric-radius-axis-component.d.ts +1 -0
- package/lib/igc-numeric-x-axis-component.d.ts +1 -0
- package/lib/igc-numeric-y-axis-component.d.ts +1 -0
- package/lib/igc-on-balance-volume-indicator-component.d.ts +1 -0
- package/lib/igc-ordinal-time-x-axis-component.d.ts +1 -0
- package/lib/igc-percent-change-y-axis-component.d.ts +1 -0
- package/lib/igc-percentage-price-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-percentage-volume-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-pie-chart-base-component.d.ts +1 -0
- package/lib/igc-point-series-component.d.ts +1 -0
- package/lib/igc-polar-area-series-component.d.ts +1 -0
- package/lib/igc-polar-base-component.d.ts +1 -0
- package/lib/igc-polar-line-series-base-component.d.ts +1 -0
- package/lib/igc-polar-line-series-component.d.ts +1 -0
- package/lib/igc-polar-scatter-series-component.d.ts +1 -0
- package/lib/igc-polar-spline-area-series-component.d.ts +1 -0
- package/lib/igc-polar-spline-series-component.d.ts +1 -0
- package/lib/igc-positive-volume-index-indicator-component.d.ts +1 -0
- package/lib/igc-price-channel-overlay-component.d.ts +1 -0
- package/lib/igc-price-volume-trend-indicator-component.d.ts +1 -0
- package/lib/igc-radial-area-series-component.d.ts +1 -0
- package/lib/igc-radial-base-component.d.ts +1 -0
- package/lib/igc-radial-column-series-component.d.ts +1 -0
- package/lib/igc-radial-line-series-component.d.ts +1 -0
- package/lib/igc-radial-pie-series-component.d.ts +1 -0
- package/lib/igc-range-area-series-component.d.ts +1 -0
- package/lib/igc-range-category-series-component.d.ts +1 -0
- package/lib/igc-range-column-series-component.d.ts +1 -0
- package/lib/igc-rate-of-change-and-momentum-indicator-component.d.ts +1 -0
- package/lib/igc-relative-strength-index-indicator-component.d.ts +1 -0
- package/lib/igc-ring-series-base-component.d.ts +1 -0
- package/lib/igc-ring-series-component.d.ts +1 -0
- package/lib/igc-scale-legend-component.d.ts +1 -0
- package/lib/igc-scatter-area-series-component.d.ts +1 -0
- package/lib/igc-scatter-base-component.d.ts +1 -0
- package/lib/igc-scatter-contour-series-component.d.ts +1 -0
- package/lib/igc-scatter-line-series-component.d.ts +1 -0
- package/lib/igc-scatter-polygon-series-component.d.ts +1 -0
- package/lib/igc-scatter-polyline-series-component.d.ts +1 -0
- package/lib/igc-scatter-series-component.d.ts +1 -0
- package/lib/igc-scatter-spline-series-component.d.ts +1 -0
- package/lib/igc-scatter-triangulation-series-component.d.ts +1 -0
- package/lib/igc-series-component.d.ts +5 -0
- package/lib/igc-series-viewer-component.d.ts +52 -0
- package/lib/igc-shape-series-base-component.d.ts +1 -0
- package/lib/igc-size-scale-component.d.ts +1 -0
- package/lib/igc-slow-stochastic-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-spline-area-fragment-component.d.ts +1 -0
- package/lib/igc-spline-area-series-component.d.ts +1 -0
- package/lib/igc-spline-fragment-base-component.d.ts +1 -0
- package/lib/igc-spline-fragment-component.d.ts +1 -0
- package/lib/igc-spline-series-base-component.d.ts +1 -0
- package/lib/igc-spline-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-area-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-bar-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-column-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-line-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-spline-area-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-spline-series-component.d.ts +1 -0
- package/lib/igc-stacked-area-series-component.d.ts +1 -0
- package/lib/igc-stacked-bar-series-component.d.ts +1 -0
- package/lib/igc-stacked-column-series-component.d.ts +1 -0
- package/lib/igc-stacked-fragment-series-component.d.ts +26 -0
- package/lib/igc-stacked-line-series-component.d.ts +1 -0
- package/lib/igc-stacked-spline-area-series-component.d.ts +1 -0
- package/lib/igc-stacked-spline-series-component.d.ts +1 -0
- package/lib/igc-standard-deviation-indicator-component.d.ts +1 -0
- package/lib/igc-step-area-series-component.d.ts +1 -0
- package/lib/igc-step-line-series-component.d.ts +1 -0
- package/lib/igc-stoch-rsi-indicator-component.d.ts +1 -0
- package/lib/igc-straight-numeric-axis-base-component.d.ts +1 -0
- package/lib/igc-strategy-based-indicator-component.d.ts +1 -0
- package/lib/igc-time-axis-base-component.d.ts +1 -0
- package/lib/igc-time-axis-break-component.d.ts +1 -0
- package/lib/igc-time-axis-interval-component.d.ts +1 -0
- package/lib/igc-time-axis-label-format-component.d.ts +1 -0
- package/lib/igc-time-x-axis-component.d.ts +1 -0
- package/lib/igc-treemap-node-style-component.d.ts +1 -0
- package/lib/igc-treemap-node-style-mapping-component.d.ts +1 -0
- package/lib/igc-trix-indicator-component.d.ts +1 -0
- package/lib/igc-typical-price-indicator-component.d.ts +1 -0
- package/lib/igc-ultimate-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-value-brush-scale-component.d.ts +1 -0
- package/lib/igc-value-overlay-component.d.ts +1 -0
- package/lib/igc-vertical-anchored-category-series-component.d.ts +1 -0
- package/lib/igc-vertical-stacked-series-base-component.d.ts +1 -0
- package/lib/igc-waterfall-series-component.d.ts +1 -0
- package/lib/igc-weighted-close-indicator-component.d.ts +1 -0
- package/lib/igc-williams-percent-r-indicator-component.d.ts +1 -0
- package/lib/igc-xy-chart-component.d.ts +1 -0
- package/lib/igc-zoom-slider-component.d.ts +0 -5
- package/package.json +2 -2
- package/public_api.d.ts +23 -0
|
@@ -23,11 +23,25 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
23
23
|
if (super["connectedCallback"]) {
|
|
24
24
|
super["connectedCallback"]();
|
|
25
25
|
}
|
|
26
|
+
if (this.i.connectedCallback) {
|
|
27
|
+
this.i.connectedCallback();
|
|
28
|
+
}
|
|
26
29
|
if (!this._attached) {
|
|
27
30
|
this._attached = true;
|
|
28
31
|
this._flushQueuedAttributes();
|
|
29
32
|
}
|
|
30
33
|
}
|
|
34
|
+
disconnectedCallback() {
|
|
35
|
+
if (super["disconnectedCallback"]) {
|
|
36
|
+
super["disconnectedCallback"]();
|
|
37
|
+
}
|
|
38
|
+
if (this.i.disconnectedCallback) {
|
|
39
|
+
this.i.disconnectedCallback();
|
|
40
|
+
}
|
|
41
|
+
if (this._attached) {
|
|
42
|
+
this._attached = false;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
31
45
|
static get observedAttributes() {
|
|
32
46
|
if (IgcXYChartComponent._observedAttributesIgcXYChartComponent == null) {
|
|
33
47
|
let names = getAllPropertyNames(IgcXYChartComponent);
|
|
@@ -50,10 +64,10 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
50
64
|
* ```
|
|
51
65
|
*/
|
|
52
66
|
get xAxisFormatLabel() {
|
|
53
|
-
return this.i.
|
|
67
|
+
return this.i.vk;
|
|
54
68
|
}
|
|
55
69
|
set xAxisFormatLabel(v) {
|
|
56
|
-
this.i.
|
|
70
|
+
this.i.vk = v;
|
|
57
71
|
}
|
|
58
72
|
/**
|
|
59
73
|
* Gets or sets function which takes a context object and returns a formatted label for the Y-axis.
|
|
@@ -67,10 +81,10 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
67
81
|
* ```
|
|
68
82
|
*/
|
|
69
83
|
get yAxisFormatLabel() {
|
|
70
|
-
return this.i.
|
|
84
|
+
return this.i.vl;
|
|
71
85
|
}
|
|
72
86
|
set yAxisFormatLabel(v) {
|
|
73
|
-
this.i.
|
|
87
|
+
this.i.vl = v;
|
|
74
88
|
}
|
|
75
89
|
/**
|
|
76
90
|
* Gets or sets the left margin of labels on the X-axis
|
|
@@ -82,11 +96,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
82
96
|
* ```
|
|
83
97
|
*/
|
|
84
98
|
get xAxisLabelLeftMargin() {
|
|
85
|
-
return this.i.
|
|
99
|
+
return this.i.w1;
|
|
86
100
|
}
|
|
87
101
|
set xAxisLabelLeftMargin(v) {
|
|
88
|
-
this.i.
|
|
89
|
-
this._a("xAxisLabelLeftMargin", this.i.
|
|
102
|
+
this.i.w1 = +v;
|
|
103
|
+
this._a("xAxisLabelLeftMargin", this.i.w1);
|
|
90
104
|
}
|
|
91
105
|
/**
|
|
92
106
|
* Gets or sets the top margin of labels on the X-axis
|
|
@@ -98,11 +112,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
98
112
|
* ```
|
|
99
113
|
*/
|
|
100
114
|
get xAxisLabelTopMargin() {
|
|
101
|
-
return this.i.
|
|
115
|
+
return this.i.w3;
|
|
102
116
|
}
|
|
103
117
|
set xAxisLabelTopMargin(v) {
|
|
104
|
-
this.i.
|
|
105
|
-
this._a("xAxisLabelTopMargin", this.i.
|
|
118
|
+
this.i.w3 = +v;
|
|
119
|
+
this._a("xAxisLabelTopMargin", this.i.w3);
|
|
106
120
|
}
|
|
107
121
|
/**
|
|
108
122
|
* Gets or sets the right margin of labels on the X-axis
|
|
@@ -114,11 +128,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
114
128
|
* ```
|
|
115
129
|
*/
|
|
116
130
|
get xAxisLabelRightMargin() {
|
|
117
|
-
return this.i.
|
|
131
|
+
return this.i.w2;
|
|
118
132
|
}
|
|
119
133
|
set xAxisLabelRightMargin(v) {
|
|
120
|
-
this.i.
|
|
121
|
-
this._a("xAxisLabelRightMargin", this.i.
|
|
134
|
+
this.i.w2 = +v;
|
|
135
|
+
this._a("xAxisLabelRightMargin", this.i.w2);
|
|
122
136
|
}
|
|
123
137
|
/**
|
|
124
138
|
* Gets or sets the bottom margin of labels on the X-axis
|
|
@@ -130,11 +144,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
130
144
|
* ```
|
|
131
145
|
*/
|
|
132
146
|
get xAxisLabelBottomMargin() {
|
|
133
|
-
return this.i.
|
|
147
|
+
return this.i.w0;
|
|
134
148
|
}
|
|
135
149
|
set xAxisLabelBottomMargin(v) {
|
|
136
|
-
this.i.
|
|
137
|
-
this._a("xAxisLabelBottomMargin", this.i.
|
|
150
|
+
this.i.w0 = +v;
|
|
151
|
+
this._a("xAxisLabelBottomMargin", this.i.w0);
|
|
138
152
|
}
|
|
139
153
|
/**
|
|
140
154
|
* Gets or sets the left margin of labels on the Y-axis
|
|
@@ -146,11 +160,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
146
160
|
* ```
|
|
147
161
|
*/
|
|
148
162
|
get yAxisLabelLeftMargin() {
|
|
149
|
-
return this.i.
|
|
163
|
+
return this.i.xi;
|
|
150
164
|
}
|
|
151
165
|
set yAxisLabelLeftMargin(v) {
|
|
152
|
-
this.i.
|
|
153
|
-
this._a("yAxisLabelLeftMargin", this.i.
|
|
166
|
+
this.i.xi = +v;
|
|
167
|
+
this._a("yAxisLabelLeftMargin", this.i.xi);
|
|
154
168
|
}
|
|
155
169
|
/**
|
|
156
170
|
* Gets or sets the top margin of labels on the Y-axis
|
|
@@ -162,11 +176,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
162
176
|
* ```
|
|
163
177
|
*/
|
|
164
178
|
get yAxisLabelTopMargin() {
|
|
165
|
-
return this.i.
|
|
179
|
+
return this.i.xk;
|
|
166
180
|
}
|
|
167
181
|
set yAxisLabelTopMargin(v) {
|
|
168
|
-
this.i.
|
|
169
|
-
this._a("yAxisLabelTopMargin", this.i.
|
|
182
|
+
this.i.xk = +v;
|
|
183
|
+
this._a("yAxisLabelTopMargin", this.i.xk);
|
|
170
184
|
}
|
|
171
185
|
/**
|
|
172
186
|
* Gets or sets the right margin of labels on the Y-axis
|
|
@@ -178,11 +192,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
178
192
|
* ```
|
|
179
193
|
*/
|
|
180
194
|
get yAxisLabelRightMargin() {
|
|
181
|
-
return this.i.
|
|
195
|
+
return this.i.xj;
|
|
182
196
|
}
|
|
183
197
|
set yAxisLabelRightMargin(v) {
|
|
184
|
-
this.i.
|
|
185
|
-
this._a("yAxisLabelRightMargin", this.i.
|
|
198
|
+
this.i.xj = +v;
|
|
199
|
+
this._a("yAxisLabelRightMargin", this.i.xj);
|
|
186
200
|
}
|
|
187
201
|
/**
|
|
188
202
|
* Gets or sets the bottom margin of labels on the Y-axis
|
|
@@ -194,11 +208,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
194
208
|
* ```
|
|
195
209
|
*/
|
|
196
210
|
get yAxisLabelBottomMargin() {
|
|
197
|
-
return this.i.
|
|
211
|
+
return this.i.xh;
|
|
198
212
|
}
|
|
199
213
|
set yAxisLabelBottomMargin(v) {
|
|
200
|
-
this.i.
|
|
201
|
-
this._a("yAxisLabelBottomMargin", this.i.
|
|
214
|
+
this.i.xh = +v;
|
|
215
|
+
this._a("yAxisLabelBottomMargin", this.i.xh);
|
|
202
216
|
}
|
|
203
217
|
/**
|
|
204
218
|
* Gets or sets color of labels on the X-axis
|
|
@@ -210,11 +224,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
210
224
|
* ```
|
|
211
225
|
*/
|
|
212
226
|
get xAxisLabelTextColor() {
|
|
213
|
-
return brushToString(this.i.
|
|
227
|
+
return brushToString(this.i.abp);
|
|
214
228
|
}
|
|
215
229
|
set xAxisLabelTextColor(v) {
|
|
216
|
-
this.i.
|
|
217
|
-
this._a("xAxisLabelTextColor", brushToString(this.i.
|
|
230
|
+
this.i.abp = stringToBrush(v);
|
|
231
|
+
this._a("xAxisLabelTextColor", brushToString(this.i.abp));
|
|
218
232
|
}
|
|
219
233
|
/**
|
|
220
234
|
* Gets or sets color of labels on the Y-axis
|
|
@@ -226,31 +240,31 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
226
240
|
* ```
|
|
227
241
|
*/
|
|
228
242
|
get yAxisLabelTextColor() {
|
|
229
|
-
return brushToString(this.i.
|
|
243
|
+
return brushToString(this.i.abw);
|
|
230
244
|
}
|
|
231
245
|
set yAxisLabelTextColor(v) {
|
|
232
|
-
this.i.
|
|
233
|
-
this._a("yAxisLabelTextColor", brushToString(this.i.
|
|
246
|
+
this.i.abw = stringToBrush(v);
|
|
247
|
+
this._a("yAxisLabelTextColor", brushToString(this.i.abw));
|
|
234
248
|
}
|
|
235
249
|
/**
|
|
236
250
|
* Gets the actual color of labels on the X-axis
|
|
237
251
|
*/
|
|
238
252
|
get actualXAxisLabelTextColor() {
|
|
239
|
-
return brushToString(this.i.
|
|
253
|
+
return brushToString(this.i.abn);
|
|
240
254
|
}
|
|
241
255
|
set actualXAxisLabelTextColor(v) {
|
|
242
|
-
this.i.
|
|
243
|
-
this._a("actualXAxisLabelTextColor", brushToString(this.i.
|
|
256
|
+
this.i.abn = stringToBrush(v);
|
|
257
|
+
this._a("actualXAxisLabelTextColor", brushToString(this.i.abn));
|
|
244
258
|
}
|
|
245
259
|
/**
|
|
246
260
|
* Gets the actual color of labels on the Y-axis
|
|
247
261
|
*/
|
|
248
262
|
get actualYAxisLabelTextColor() {
|
|
249
|
-
return brushToString(this.i.
|
|
263
|
+
return brushToString(this.i.abo);
|
|
250
264
|
}
|
|
251
265
|
set actualYAxisLabelTextColor(v) {
|
|
252
|
-
this.i.
|
|
253
|
-
this._a("actualYAxisLabelTextColor", brushToString(this.i.
|
|
266
|
+
this.i.abo = stringToBrush(v);
|
|
267
|
+
this._a("actualYAxisLabelTextColor", brushToString(this.i.abo));
|
|
254
268
|
}
|
|
255
269
|
/**
|
|
256
270
|
* Gets or sets the margin around a title on the X-axis
|
|
@@ -258,11 +272,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
258
272
|
* Use the `xAxisTitleMargin` property to set a margin around the y-axis title.
|
|
259
273
|
*/
|
|
260
274
|
get xAxisTitleMargin() {
|
|
261
|
-
return this.i.
|
|
275
|
+
return this.i.xc;
|
|
262
276
|
}
|
|
263
277
|
set xAxisTitleMargin(v) {
|
|
264
|
-
this.i.
|
|
265
|
-
this._a("xAxisTitleMargin", this.i.
|
|
278
|
+
this.i.xc = +v;
|
|
279
|
+
this._a("xAxisTitleMargin", this.i.xc);
|
|
266
280
|
}
|
|
267
281
|
/**
|
|
268
282
|
* Gets or sets the margin around a title on the Y-axis
|
|
@@ -270,11 +284,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
270
284
|
* Use the `yAxisTitleMargin` property to set a margin around the y-axis title.
|
|
271
285
|
*/
|
|
272
286
|
get yAxisTitleMargin() {
|
|
273
|
-
return this.i.
|
|
287
|
+
return this.i.xt;
|
|
274
288
|
}
|
|
275
289
|
set yAxisTitleMargin(v) {
|
|
276
|
-
this.i.
|
|
277
|
-
this._a("yAxisTitleMargin", this.i.
|
|
290
|
+
this.i.xt = +v;
|
|
291
|
+
this._a("yAxisTitleMargin", this.i.xt);
|
|
278
292
|
}
|
|
279
293
|
/**
|
|
280
294
|
* Gets or sets the left margin of a title on the X-axis
|
|
@@ -286,11 +300,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
286
300
|
* ```
|
|
287
301
|
*/
|
|
288
302
|
get xAxisTitleLeftMargin() {
|
|
289
|
-
return this.i.
|
|
303
|
+
return this.i.xb;
|
|
290
304
|
}
|
|
291
305
|
set xAxisTitleLeftMargin(v) {
|
|
292
|
-
this.i.
|
|
293
|
-
this._a("xAxisTitleLeftMargin", this.i.
|
|
306
|
+
this.i.xb = +v;
|
|
307
|
+
this._a("xAxisTitleLeftMargin", this.i.xb);
|
|
294
308
|
}
|
|
295
309
|
/**
|
|
296
310
|
* Gets or sets the left margin of a title on the Y-axis
|
|
@@ -302,11 +316,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
302
316
|
* ```
|
|
303
317
|
*/
|
|
304
318
|
get yAxisTitleLeftMargin() {
|
|
305
|
-
return this.i.
|
|
319
|
+
return this.i.xs;
|
|
306
320
|
}
|
|
307
321
|
set yAxisTitleLeftMargin(v) {
|
|
308
|
-
this.i.
|
|
309
|
-
this._a("yAxisTitleLeftMargin", this.i.
|
|
322
|
+
this.i.xs = +v;
|
|
323
|
+
this._a("yAxisTitleLeftMargin", this.i.xs);
|
|
310
324
|
}
|
|
311
325
|
/**
|
|
312
326
|
* Gets or sets the top margin of a title on the X-axis
|
|
@@ -318,11 +332,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
318
332
|
* ```
|
|
319
333
|
*/
|
|
320
334
|
get xAxisTitleTopMargin() {
|
|
321
|
-
return this.i.
|
|
335
|
+
return this.i.xe;
|
|
322
336
|
}
|
|
323
337
|
set xAxisTitleTopMargin(v) {
|
|
324
|
-
this.i.
|
|
325
|
-
this._a("xAxisTitleTopMargin", this.i.
|
|
338
|
+
this.i.xe = +v;
|
|
339
|
+
this._a("xAxisTitleTopMargin", this.i.xe);
|
|
326
340
|
}
|
|
327
341
|
/**
|
|
328
342
|
* Gets or sets the top margin of a title on the Y-axis
|
|
@@ -334,11 +348,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
334
348
|
* ```
|
|
335
349
|
*/
|
|
336
350
|
get yAxisTitleTopMargin() {
|
|
337
|
-
return this.i.
|
|
351
|
+
return this.i.xv;
|
|
338
352
|
}
|
|
339
353
|
set yAxisTitleTopMargin(v) {
|
|
340
|
-
this.i.
|
|
341
|
-
this._a("yAxisTitleTopMargin", this.i.
|
|
354
|
+
this.i.xv = +v;
|
|
355
|
+
this._a("yAxisTitleTopMargin", this.i.xv);
|
|
342
356
|
}
|
|
343
357
|
/**
|
|
344
358
|
* Gets or sets the right margin of a title on the X-axis
|
|
@@ -350,11 +364,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
350
364
|
* ```
|
|
351
365
|
*/
|
|
352
366
|
get xAxisTitleRightMargin() {
|
|
353
|
-
return this.i.
|
|
367
|
+
return this.i.xd;
|
|
354
368
|
}
|
|
355
369
|
set xAxisTitleRightMargin(v) {
|
|
356
|
-
this.i.
|
|
357
|
-
this._a("xAxisTitleRightMargin", this.i.
|
|
370
|
+
this.i.xd = +v;
|
|
371
|
+
this._a("xAxisTitleRightMargin", this.i.xd);
|
|
358
372
|
}
|
|
359
373
|
/**
|
|
360
374
|
* Gets or sets the right margin of a title on the Y-axis
|
|
@@ -366,11 +380,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
366
380
|
* ```
|
|
367
381
|
*/
|
|
368
382
|
get yAxisTitleRightMargin() {
|
|
369
|
-
return this.i.
|
|
383
|
+
return this.i.xu;
|
|
370
384
|
}
|
|
371
385
|
set yAxisTitleRightMargin(v) {
|
|
372
|
-
this.i.
|
|
373
|
-
this._a("yAxisTitleRightMargin", this.i.
|
|
386
|
+
this.i.xu = +v;
|
|
387
|
+
this._a("yAxisTitleRightMargin", this.i.xu);
|
|
374
388
|
}
|
|
375
389
|
/**
|
|
376
390
|
* Gets or sets the bottom margin of a title on the X-axis
|
|
@@ -382,11 +396,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
382
396
|
* ```
|
|
383
397
|
*/
|
|
384
398
|
get xAxisTitleBottomMargin() {
|
|
385
|
-
return this.i.
|
|
399
|
+
return this.i.xa;
|
|
386
400
|
}
|
|
387
401
|
set xAxisTitleBottomMargin(v) {
|
|
388
|
-
this.i.
|
|
389
|
-
this._a("xAxisTitleBottomMargin", this.i.
|
|
402
|
+
this.i.xa = +v;
|
|
403
|
+
this._a("xAxisTitleBottomMargin", this.i.xa);
|
|
390
404
|
}
|
|
391
405
|
/**
|
|
392
406
|
* Gets or sets the bottom margin of a title on the Y-axis
|
|
@@ -398,11 +412,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
398
412
|
* ```
|
|
399
413
|
*/
|
|
400
414
|
get yAxisTitleBottomMargin() {
|
|
401
|
-
return this.i.
|
|
415
|
+
return this.i.xr;
|
|
402
416
|
}
|
|
403
417
|
set yAxisTitleBottomMargin(v) {
|
|
404
|
-
this.i.
|
|
405
|
-
this._a("yAxisTitleBottomMargin", this.i.
|
|
418
|
+
this.i.xr = +v;
|
|
419
|
+
this._a("yAxisTitleBottomMargin", this.i.xr);
|
|
406
420
|
}
|
|
407
421
|
/**
|
|
408
422
|
* Gets or sets color of title on the X-axis
|
|
@@ -414,11 +428,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
414
428
|
* ```
|
|
415
429
|
*/
|
|
416
430
|
get xAxisTitleTextColor() {
|
|
417
|
-
return brushToString(this.i.
|
|
431
|
+
return brushToString(this.i.abv);
|
|
418
432
|
}
|
|
419
433
|
set xAxisTitleTextColor(v) {
|
|
420
|
-
this.i.
|
|
421
|
-
this._a("xAxisTitleTextColor", brushToString(this.i.
|
|
434
|
+
this.i.abv = stringToBrush(v);
|
|
435
|
+
this._a("xAxisTitleTextColor", brushToString(this.i.abv));
|
|
422
436
|
}
|
|
423
437
|
/**
|
|
424
438
|
* Gets or sets color of title on the Y-axis
|
|
@@ -430,11 +444,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
430
444
|
* ```
|
|
431
445
|
*/
|
|
432
446
|
get yAxisTitleTextColor() {
|
|
433
|
-
return brushToString(this.i.
|
|
447
|
+
return brushToString(this.i.ab2);
|
|
434
448
|
}
|
|
435
449
|
set yAxisTitleTextColor(v) {
|
|
436
|
-
this.i.
|
|
437
|
-
this._a("yAxisTitleTextColor", brushToString(this.i.
|
|
450
|
+
this.i.ab2 = stringToBrush(v);
|
|
451
|
+
this._a("yAxisTitleTextColor", brushToString(this.i.ab2));
|
|
438
452
|
}
|
|
439
453
|
/**
|
|
440
454
|
* Gets or sets CSS font property for labels on X-axis
|
|
@@ -446,10 +460,10 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
446
460
|
* ```
|
|
447
461
|
*/
|
|
448
462
|
get xAxisLabelTextStyle() {
|
|
449
|
-
return this.i.
|
|
463
|
+
return this.i.yp;
|
|
450
464
|
}
|
|
451
465
|
set xAxisLabelTextStyle(v) {
|
|
452
|
-
this.i.
|
|
466
|
+
this.i.yp = v;
|
|
453
467
|
}
|
|
454
468
|
/**
|
|
455
469
|
* Gets or sets CSS font property for labels on Y-axis
|
|
@@ -461,10 +475,10 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
461
475
|
* ```
|
|
462
476
|
*/
|
|
463
477
|
get yAxisLabelTextStyle() {
|
|
464
|
-
return this.i.
|
|
478
|
+
return this.i.zu;
|
|
465
479
|
}
|
|
466
480
|
set yAxisLabelTextStyle(v) {
|
|
467
|
-
this.i.
|
|
481
|
+
this.i.zu = v;
|
|
468
482
|
}
|
|
469
483
|
/**
|
|
470
484
|
* Gets or sets CSS font property for title on X-axis
|
|
@@ -476,10 +490,10 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
476
490
|
* ```
|
|
477
491
|
*/
|
|
478
492
|
get xAxisTitleTextStyle() {
|
|
479
|
-
return this.i.
|
|
493
|
+
return this.i.zd;
|
|
480
494
|
}
|
|
481
495
|
set xAxisTitleTextStyle(v) {
|
|
482
|
-
this.i.
|
|
496
|
+
this.i.zd = v;
|
|
483
497
|
}
|
|
484
498
|
/**
|
|
485
499
|
* Gets or sets CSS font property for title on Y-axis
|
|
@@ -491,28 +505,28 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
491
505
|
* ```
|
|
492
506
|
*/
|
|
493
507
|
get yAxisTitleTextStyle() {
|
|
494
|
-
return this.i.
|
|
508
|
+
return this.i.aai;
|
|
495
509
|
}
|
|
496
510
|
set yAxisTitleTextStyle(v) {
|
|
497
|
-
this.i.
|
|
511
|
+
this.i.aai = v;
|
|
498
512
|
}
|
|
499
513
|
/**
|
|
500
514
|
* Gets or sets the format for labels along the X-axis.
|
|
501
515
|
*/
|
|
502
516
|
get xAxisLabel() {
|
|
503
|
-
return this.i.
|
|
517
|
+
return this.i.xy;
|
|
504
518
|
}
|
|
505
519
|
set xAxisLabel(v) {
|
|
506
|
-
this.i.
|
|
520
|
+
this.i.xy = v;
|
|
507
521
|
}
|
|
508
522
|
/**
|
|
509
523
|
* Gets or sets the property or string from which the labels are derived.
|
|
510
524
|
*/
|
|
511
525
|
get yAxisLabel() {
|
|
512
|
-
return this.i.
|
|
526
|
+
return this.i.xz;
|
|
513
527
|
}
|
|
514
528
|
set yAxisLabel(v) {
|
|
515
|
-
this.i.
|
|
529
|
+
this.i.xz = v;
|
|
516
530
|
}
|
|
517
531
|
/**
|
|
518
532
|
* Gets or sets the color to apply to major gridlines along the X-axis.
|
|
@@ -524,11 +538,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
524
538
|
* ```
|
|
525
539
|
*/
|
|
526
540
|
get xAxisMajorStroke() {
|
|
527
|
-
return brushToString(this.i.
|
|
541
|
+
return brushToString(this.i.abq);
|
|
528
542
|
}
|
|
529
543
|
set xAxisMajorStroke(v) {
|
|
530
|
-
this.i.
|
|
531
|
-
this._a("xAxisMajorStroke", brushToString(this.i.
|
|
544
|
+
this.i.abq = stringToBrush(v);
|
|
545
|
+
this._a("xAxisMajorStroke", brushToString(this.i.abq));
|
|
532
546
|
}
|
|
533
547
|
/**
|
|
534
548
|
* Gets or sets the color to apply to major gridlines along the Y-axis.
|
|
@@ -540,11 +554,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
540
554
|
* ```
|
|
541
555
|
*/
|
|
542
556
|
get yAxisMajorStroke() {
|
|
543
|
-
return brushToString(this.i.
|
|
557
|
+
return brushToString(this.i.abx);
|
|
544
558
|
}
|
|
545
559
|
set yAxisMajorStroke(v) {
|
|
546
|
-
this.i.
|
|
547
|
-
this._a("yAxisMajorStroke", brushToString(this.i.
|
|
560
|
+
this.i.abx = stringToBrush(v);
|
|
561
|
+
this._a("yAxisMajorStroke", brushToString(this.i.abx));
|
|
548
562
|
}
|
|
549
563
|
/**
|
|
550
564
|
* Gets or sets the thickness to apply to major gridlines along the X-axis.
|
|
@@ -556,11 +570,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
556
570
|
* ```
|
|
557
571
|
*/
|
|
558
572
|
get xAxisMajorStrokeThickness() {
|
|
559
|
-
return this.i.
|
|
573
|
+
return this.i.w4;
|
|
560
574
|
}
|
|
561
575
|
set xAxisMajorStrokeThickness(v) {
|
|
562
|
-
this.i.
|
|
563
|
-
this._a("xAxisMajorStrokeThickness", this.i.
|
|
576
|
+
this.i.w4 = +v;
|
|
577
|
+
this._a("xAxisMajorStrokeThickness", this.i.w4);
|
|
564
578
|
}
|
|
565
579
|
/**
|
|
566
580
|
* Gets or sets the thickness to apply to major gridlines along the Y-axis.
|
|
@@ -572,11 +586,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
572
586
|
* ```
|
|
573
587
|
*/
|
|
574
588
|
get yAxisMajorStrokeThickness() {
|
|
575
|
-
return this.i.
|
|
589
|
+
return this.i.xl;
|
|
576
590
|
}
|
|
577
591
|
set yAxisMajorStrokeThickness(v) {
|
|
578
|
-
this.i.
|
|
579
|
-
this._a("yAxisMajorStrokeThickness", this.i.
|
|
592
|
+
this.i.xl = +v;
|
|
593
|
+
this._a("yAxisMajorStrokeThickness", this.i.xl);
|
|
580
594
|
}
|
|
581
595
|
/**
|
|
582
596
|
* Gets or sets the thickness to apply to minor gridlines along the X-axis.
|
|
@@ -588,11 +602,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
588
602
|
* ```
|
|
589
603
|
*/
|
|
590
604
|
get xAxisMinorStrokeThickness() {
|
|
591
|
-
return this.i.
|
|
605
|
+
return this.i.w5;
|
|
592
606
|
}
|
|
593
607
|
set xAxisMinorStrokeThickness(v) {
|
|
594
|
-
this.i.
|
|
595
|
-
this._a("xAxisMinorStrokeThickness", this.i.
|
|
608
|
+
this.i.w5 = +v;
|
|
609
|
+
this._a("xAxisMinorStrokeThickness", this.i.w5);
|
|
596
610
|
}
|
|
597
611
|
/**
|
|
598
612
|
* Gets or sets the thickness to apply to minor gridlines along the Y-axis.
|
|
@@ -604,11 +618,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
604
618
|
* ```
|
|
605
619
|
*/
|
|
606
620
|
get yAxisMinorStrokeThickness() {
|
|
607
|
-
return this.i.
|
|
621
|
+
return this.i.xm;
|
|
608
622
|
}
|
|
609
623
|
set yAxisMinorStrokeThickness(v) {
|
|
610
|
-
this.i.
|
|
611
|
-
this._a("yAxisMinorStrokeThickness", this.i.
|
|
624
|
+
this.i.xm = +v;
|
|
625
|
+
this._a("yAxisMinorStrokeThickness", this.i.xm);
|
|
612
626
|
}
|
|
613
627
|
/**
|
|
614
628
|
* Gets or sets the color to apply to stripes along the X-axis.
|
|
@@ -620,11 +634,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
620
634
|
* ```
|
|
621
635
|
*/
|
|
622
636
|
get xAxisStrip() {
|
|
623
|
-
return brushToString(this.i.
|
|
637
|
+
return brushToString(this.i.abs);
|
|
624
638
|
}
|
|
625
639
|
set xAxisStrip(v) {
|
|
626
|
-
this.i.
|
|
627
|
-
this._a("xAxisStrip", brushToString(this.i.
|
|
640
|
+
this.i.abs = stringToBrush(v);
|
|
641
|
+
this._a("xAxisStrip", brushToString(this.i.abs));
|
|
628
642
|
}
|
|
629
643
|
/**
|
|
630
644
|
* Gets or sets the color to apply to stripes along the Y-axis.
|
|
@@ -636,11 +650,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
636
650
|
* ```
|
|
637
651
|
*/
|
|
638
652
|
get yAxisStrip() {
|
|
639
|
-
return brushToString(this.i.
|
|
653
|
+
return brushToString(this.i.abz);
|
|
640
654
|
}
|
|
641
655
|
set yAxisStrip(v) {
|
|
642
|
-
this.i.
|
|
643
|
-
this._a("yAxisStrip", brushToString(this.i.
|
|
656
|
+
this.i.abz = stringToBrush(v);
|
|
657
|
+
this._a("yAxisStrip", brushToString(this.i.abz));
|
|
644
658
|
}
|
|
645
659
|
/**
|
|
646
660
|
* Gets or sets the color to apply to the X-axis line.
|
|
@@ -652,11 +666,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
652
666
|
* ```
|
|
653
667
|
*/
|
|
654
668
|
get xAxisStroke() {
|
|
655
|
-
return brushToString(this.i.
|
|
669
|
+
return brushToString(this.i.abt);
|
|
656
670
|
}
|
|
657
671
|
set xAxisStroke(v) {
|
|
658
|
-
this.i.
|
|
659
|
-
this._a("xAxisStroke", brushToString(this.i.
|
|
672
|
+
this.i.abt = stringToBrush(v);
|
|
673
|
+
this._a("xAxisStroke", brushToString(this.i.abt));
|
|
660
674
|
}
|
|
661
675
|
/**
|
|
662
676
|
* Gets or sets the color to apply to the Y-axis line.
|
|
@@ -668,11 +682,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
668
682
|
* ```
|
|
669
683
|
*/
|
|
670
684
|
get yAxisStroke() {
|
|
671
|
-
return brushToString(this.i.
|
|
685
|
+
return brushToString(this.i.ab0);
|
|
672
686
|
}
|
|
673
687
|
set yAxisStroke(v) {
|
|
674
|
-
this.i.
|
|
675
|
-
this._a("yAxisStroke", brushToString(this.i.
|
|
688
|
+
this.i.ab0 = stringToBrush(v);
|
|
689
|
+
this._a("yAxisStroke", brushToString(this.i.ab0));
|
|
676
690
|
}
|
|
677
691
|
/**
|
|
678
692
|
* Gets or sets the thickness to apply to the X-axis line.
|
|
@@ -684,11 +698,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
684
698
|
* ```
|
|
685
699
|
*/
|
|
686
700
|
get xAxisStrokeThickness() {
|
|
687
|
-
return this.i.
|
|
701
|
+
return this.i.w6;
|
|
688
702
|
}
|
|
689
703
|
set xAxisStrokeThickness(v) {
|
|
690
|
-
this.i.
|
|
691
|
-
this._a("xAxisStrokeThickness", this.i.
|
|
704
|
+
this.i.w6 = +v;
|
|
705
|
+
this._a("xAxisStrokeThickness", this.i.w6);
|
|
692
706
|
}
|
|
693
707
|
/**
|
|
694
708
|
* Gets or sets the thickness to apply to the Y-axis line.
|
|
@@ -700,11 +714,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
700
714
|
* ```
|
|
701
715
|
*/
|
|
702
716
|
get yAxisStrokeThickness() {
|
|
703
|
-
return this.i.
|
|
717
|
+
return this.i.xn;
|
|
704
718
|
}
|
|
705
719
|
set yAxisStrokeThickness(v) {
|
|
706
|
-
this.i.
|
|
707
|
-
this._a("yAxisStrokeThickness", this.i.
|
|
720
|
+
this.i.xn = +v;
|
|
721
|
+
this._a("yAxisStrokeThickness", this.i.xn);
|
|
708
722
|
}
|
|
709
723
|
/**
|
|
710
724
|
* Gets or sets the length of tickmarks along the X-axis.
|
|
@@ -716,11 +730,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
716
730
|
* ```
|
|
717
731
|
*/
|
|
718
732
|
get xAxisTickLength() {
|
|
719
|
-
return this.i.
|
|
733
|
+
return this.i.w7;
|
|
720
734
|
}
|
|
721
735
|
set xAxisTickLength(v) {
|
|
722
|
-
this.i.
|
|
723
|
-
this._a("xAxisTickLength", this.i.
|
|
736
|
+
this.i.w7 = +v;
|
|
737
|
+
this._a("xAxisTickLength", this.i.w7);
|
|
724
738
|
}
|
|
725
739
|
/**
|
|
726
740
|
* Gets or sets the length of tickmarks along the Y-axis.
|
|
@@ -732,11 +746,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
732
746
|
* ```
|
|
733
747
|
*/
|
|
734
748
|
get yAxisTickLength() {
|
|
735
|
-
return this.i.
|
|
749
|
+
return this.i.xo;
|
|
736
750
|
}
|
|
737
751
|
set yAxisTickLength(v) {
|
|
738
|
-
this.i.
|
|
739
|
-
this._a("yAxisTickLength", this.i.
|
|
752
|
+
this.i.xo = +v;
|
|
753
|
+
this._a("yAxisTickLength", this.i.xo);
|
|
740
754
|
}
|
|
741
755
|
/**
|
|
742
756
|
* Gets or sets the color to apply to tickmarks along the X-axis.
|
|
@@ -748,11 +762,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
748
762
|
* ```
|
|
749
763
|
*/
|
|
750
764
|
get xAxisTickStroke() {
|
|
751
|
-
return brushToString(this.i.
|
|
765
|
+
return brushToString(this.i.abu);
|
|
752
766
|
}
|
|
753
767
|
set xAxisTickStroke(v) {
|
|
754
|
-
this.i.
|
|
755
|
-
this._a("xAxisTickStroke", brushToString(this.i.
|
|
768
|
+
this.i.abu = stringToBrush(v);
|
|
769
|
+
this._a("xAxisTickStroke", brushToString(this.i.abu));
|
|
756
770
|
}
|
|
757
771
|
/**
|
|
758
772
|
* Gets or sets the color to apply to tickmarks along the Y-axis.
|
|
@@ -764,11 +778,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
764
778
|
* ```
|
|
765
779
|
*/
|
|
766
780
|
get yAxisTickStroke() {
|
|
767
|
-
return brushToString(this.i.
|
|
781
|
+
return brushToString(this.i.ab1);
|
|
768
782
|
}
|
|
769
783
|
set yAxisTickStroke(v) {
|
|
770
|
-
this.i.
|
|
771
|
-
this._a("yAxisTickStroke", brushToString(this.i.
|
|
784
|
+
this.i.ab1 = stringToBrush(v);
|
|
785
|
+
this._a("yAxisTickStroke", brushToString(this.i.ab1));
|
|
772
786
|
}
|
|
773
787
|
/**
|
|
774
788
|
* Gets or sets the thickness to apply to tickmarks along the X-axis.
|
|
@@ -780,11 +794,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
780
794
|
* ```
|
|
781
795
|
*/
|
|
782
796
|
get xAxisTickStrokeThickness() {
|
|
783
|
-
return this.i.
|
|
797
|
+
return this.i.w8;
|
|
784
798
|
}
|
|
785
799
|
set xAxisTickStrokeThickness(v) {
|
|
786
|
-
this.i.
|
|
787
|
-
this._a("xAxisTickStrokeThickness", this.i.
|
|
800
|
+
this.i.w8 = +v;
|
|
801
|
+
this._a("xAxisTickStrokeThickness", this.i.w8);
|
|
788
802
|
}
|
|
789
803
|
/**
|
|
790
804
|
* Gets or sets the thickness to apply to tickmarks along the Y-axis.
|
|
@@ -796,11 +810,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
796
810
|
* ```
|
|
797
811
|
*/
|
|
798
812
|
get yAxisTickStrokeThickness() {
|
|
799
|
-
return this.i.
|
|
813
|
+
return this.i.xp;
|
|
800
814
|
}
|
|
801
815
|
set yAxisTickStrokeThickness(v) {
|
|
802
|
-
this.i.
|
|
803
|
-
this._a("yAxisTickStrokeThickness", this.i.
|
|
816
|
+
this.i.xp = +v;
|
|
817
|
+
this._a("yAxisTickStrokeThickness", this.i.xp);
|
|
804
818
|
}
|
|
805
819
|
/**
|
|
806
820
|
* Gets or sets the Text to display below the X-axis.
|
|
@@ -812,10 +826,10 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
812
826
|
* ```
|
|
813
827
|
*/
|
|
814
828
|
get xAxisTitle() {
|
|
815
|
-
return this.i.
|
|
829
|
+
return this.i.y4;
|
|
816
830
|
}
|
|
817
831
|
set xAxisTitle(v) {
|
|
818
|
-
this.i.
|
|
832
|
+
this.i.y4 = v;
|
|
819
833
|
}
|
|
820
834
|
/**
|
|
821
835
|
* Gets or sets the Text to display to the left of the Y-axis.
|
|
@@ -827,10 +841,10 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
827
841
|
* ```
|
|
828
842
|
*/
|
|
829
843
|
get yAxisTitle() {
|
|
830
|
-
return this.i.
|
|
844
|
+
return this.i.z9;
|
|
831
845
|
}
|
|
832
846
|
set yAxisTitle(v) {
|
|
833
|
-
this.i.
|
|
847
|
+
this.i.z9 = v;
|
|
834
848
|
}
|
|
835
849
|
/**
|
|
836
850
|
* Gets or sets the color to apply to minor gridlines along the X-axis.
|
|
@@ -842,11 +856,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
842
856
|
* ```
|
|
843
857
|
*/
|
|
844
858
|
get xAxisMinorStroke() {
|
|
845
|
-
return brushToString(this.i.
|
|
859
|
+
return brushToString(this.i.abr);
|
|
846
860
|
}
|
|
847
861
|
set xAxisMinorStroke(v) {
|
|
848
|
-
this.i.
|
|
849
|
-
this._a("xAxisMinorStroke", brushToString(this.i.
|
|
862
|
+
this.i.abr = stringToBrush(v);
|
|
863
|
+
this._a("xAxisMinorStroke", brushToString(this.i.abr));
|
|
850
864
|
}
|
|
851
865
|
/**
|
|
852
866
|
* Gets or sets the color to apply to minor gridlines along the Y-axis.
|
|
@@ -858,11 +872,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
858
872
|
* ```
|
|
859
873
|
*/
|
|
860
874
|
get yAxisMinorStroke() {
|
|
861
|
-
return brushToString(this.i.
|
|
875
|
+
return brushToString(this.i.aby);
|
|
862
876
|
}
|
|
863
877
|
set yAxisMinorStroke(v) {
|
|
864
|
-
this.i.
|
|
865
|
-
this._a("yAxisMinorStroke", brushToString(this.i.
|
|
878
|
+
this.i.aby = stringToBrush(v);
|
|
879
|
+
this._a("yAxisMinorStroke", brushToString(this.i.aby));
|
|
866
880
|
}
|
|
867
881
|
/**
|
|
868
882
|
* Gets or sets the angle of rotation for labels along the X-axis.
|
|
@@ -874,11 +888,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
874
888
|
* ```
|
|
875
889
|
*/
|
|
876
890
|
get xAxisLabelAngle() {
|
|
877
|
-
return this.i.
|
|
891
|
+
return this.i.wz;
|
|
878
892
|
}
|
|
879
893
|
set xAxisLabelAngle(v) {
|
|
880
|
-
this.i.
|
|
881
|
-
this._a("xAxisLabelAngle", this.i.
|
|
894
|
+
this.i.wz = +v;
|
|
895
|
+
this._a("xAxisLabelAngle", this.i.wz);
|
|
882
896
|
}
|
|
883
897
|
/**
|
|
884
898
|
* Gets or sets the angle of rotation for labels along the Y-axis.
|
|
@@ -890,11 +904,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
890
904
|
* ```
|
|
891
905
|
*/
|
|
892
906
|
get yAxisLabelAngle() {
|
|
893
|
-
return this.i.
|
|
907
|
+
return this.i.xg;
|
|
894
908
|
}
|
|
895
909
|
set yAxisLabelAngle(v) {
|
|
896
|
-
this.i.
|
|
897
|
-
this._a("yAxisLabelAngle", this.i.
|
|
910
|
+
this.i.xg = +v;
|
|
911
|
+
this._a("yAxisLabelAngle", this.i.xg);
|
|
898
912
|
}
|
|
899
913
|
/**
|
|
900
914
|
* Gets or sets the distance between the X-axis and the bottom of the chart.
|
|
@@ -906,11 +920,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
906
920
|
* ```
|
|
907
921
|
*/
|
|
908
922
|
get xAxisExtent() {
|
|
909
|
-
return this.i.
|
|
923
|
+
return this.i.wy;
|
|
910
924
|
}
|
|
911
925
|
set xAxisExtent(v) {
|
|
912
|
-
this.i.
|
|
913
|
-
this._a("xAxisExtent", this.i.
|
|
926
|
+
this.i.wy = +v;
|
|
927
|
+
this._a("xAxisExtent", this.i.wy);
|
|
914
928
|
}
|
|
915
929
|
/**
|
|
916
930
|
* Gets or sets the distance between the Y-axis and the left edge of the chart.
|
|
@@ -922,11 +936,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
922
936
|
* ```
|
|
923
937
|
*/
|
|
924
938
|
get yAxisExtent() {
|
|
925
|
-
return this.i.
|
|
939
|
+
return this.i.xf;
|
|
926
940
|
}
|
|
927
941
|
set yAxisExtent(v) {
|
|
928
|
-
this.i.
|
|
929
|
-
this._a("yAxisExtent", this.i.
|
|
942
|
+
this.i.xf = +v;
|
|
943
|
+
this._a("yAxisExtent", this.i.xf);
|
|
930
944
|
}
|
|
931
945
|
/**
|
|
932
946
|
* Gets or sets the angle of rotation for the X-axis title.
|
|
@@ -938,11 +952,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
938
952
|
* ```
|
|
939
953
|
*/
|
|
940
954
|
get xAxisTitleAngle() {
|
|
941
|
-
return this.i.
|
|
955
|
+
return this.i.w9;
|
|
942
956
|
}
|
|
943
957
|
set xAxisTitleAngle(v) {
|
|
944
|
-
this.i.
|
|
945
|
-
this._a("xAxisTitleAngle", this.i.
|
|
958
|
+
this.i.w9 = +v;
|
|
959
|
+
this._a("xAxisTitleAngle", this.i.w9);
|
|
946
960
|
}
|
|
947
961
|
/**
|
|
948
962
|
* Gets or sets the angle of rotation for the Y-axis title.
|
|
@@ -954,11 +968,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
954
968
|
* ```
|
|
955
969
|
*/
|
|
956
970
|
get yAxisTitleAngle() {
|
|
957
|
-
return this.i.
|
|
971
|
+
return this.i.xq;
|
|
958
972
|
}
|
|
959
973
|
set yAxisTitleAngle(v) {
|
|
960
|
-
this.i.
|
|
961
|
-
this._a("yAxisTitleAngle", this.i.
|
|
974
|
+
this.i.xq = +v;
|
|
975
|
+
this._a("yAxisTitleAngle", this.i.xq);
|
|
962
976
|
}
|
|
963
977
|
/**
|
|
964
978
|
* Gets or sets whether to invert the direction of the X-axis by placing the first data items on the right side of the chart.
|
|
@@ -970,11 +984,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
970
984
|
* ```
|
|
971
985
|
*/
|
|
972
986
|
get xAxisInverted() {
|
|
973
|
-
return this.i.
|
|
987
|
+
return this.i.vu;
|
|
974
988
|
}
|
|
975
989
|
set xAxisInverted(v) {
|
|
976
|
-
this.i.
|
|
977
|
-
this._a("xAxisInverted", this.i.
|
|
990
|
+
this.i.vu = ensureBool(v);
|
|
991
|
+
this._a("xAxisInverted", this.i.vu);
|
|
978
992
|
}
|
|
979
993
|
/**
|
|
980
994
|
* Gets or sets whether to invert the direction of the Y-axis by placing the minimum numeric value at the top of the chart.
|
|
@@ -988,11 +1002,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
988
1002
|
* The default value of `yAxisInverted` is false.
|
|
989
1003
|
*/
|
|
990
1004
|
get yAxisInverted() {
|
|
991
|
-
return this.i.
|
|
1005
|
+
return this.i.vv;
|
|
992
1006
|
}
|
|
993
1007
|
set yAxisInverted(v) {
|
|
994
|
-
this.i.
|
|
995
|
-
this._a("yAxisInverted", this.i.
|
|
1008
|
+
this.i.vv = ensureBool(v);
|
|
1009
|
+
this._a("yAxisInverted", this.i.vv);
|
|
996
1010
|
}
|
|
997
1011
|
/**
|
|
998
1012
|
* Gets or sets Horizontal alignment of the X-axis title.
|
|
@@ -1004,11 +1018,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
1004
1018
|
* ```
|
|
1005
1019
|
*/
|
|
1006
1020
|
get xAxisTitleAlignment() {
|
|
1007
|
-
return this.i.
|
|
1021
|
+
return this.i.aa5;
|
|
1008
1022
|
}
|
|
1009
1023
|
set xAxisTitleAlignment(v) {
|
|
1010
|
-
this.i.
|
|
1011
|
-
this._a("xAxisTitleAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
1024
|
+
this.i.aa5 = ensureEnum(HorizontalAlignment_$type, v);
|
|
1025
|
+
this._a("xAxisTitleAlignment", enumToString(HorizontalAlignment_$type, this.i.aa5));
|
|
1012
1026
|
}
|
|
1013
1027
|
/**
|
|
1014
1028
|
* Gets or sets Vertical alignment of the Y-axis title.
|
|
@@ -1020,21 +1034,21 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
1020
1034
|
* ```
|
|
1021
1035
|
*/
|
|
1022
1036
|
get yAxisTitleAlignment() {
|
|
1023
|
-
return this.i.
|
|
1037
|
+
return this.i.ab8;
|
|
1024
1038
|
}
|
|
1025
1039
|
set yAxisTitleAlignment(v) {
|
|
1026
|
-
this.i.
|
|
1027
|
-
this._a("yAxisTitleAlignment", enumToString(VerticalAlignment_$type, this.i.
|
|
1040
|
+
this.i.ab8 = ensureEnum(VerticalAlignment_$type, v);
|
|
1041
|
+
this._a("yAxisTitleAlignment", enumToString(VerticalAlignment_$type, this.i.ab8));
|
|
1028
1042
|
}
|
|
1029
1043
|
/**
|
|
1030
1044
|
* Gets or sets Horizontal alignment of X-axis labels.
|
|
1031
1045
|
*/
|
|
1032
1046
|
get xAxisLabelHorizontalAlignment() {
|
|
1033
|
-
return this.i.
|
|
1047
|
+
return this.i.aa4;
|
|
1034
1048
|
}
|
|
1035
1049
|
set xAxisLabelHorizontalAlignment(v) {
|
|
1036
|
-
this.i.
|
|
1037
|
-
this._a("xAxisLabelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
1050
|
+
this.i.aa4 = ensureEnum(HorizontalAlignment_$type, v);
|
|
1051
|
+
this._a("xAxisLabelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.aa4));
|
|
1038
1052
|
}
|
|
1039
1053
|
/**
|
|
1040
1054
|
* Gets or sets Horizontal alignment of Y-axis labels.
|
|
@@ -1042,11 +1056,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
1042
1056
|
* Set the `yAxisLabelHorizontalAlignment` property to change the horizontal alignment of y-axis labels.
|
|
1043
1057
|
*/
|
|
1044
1058
|
get yAxisLabelHorizontalAlignment() {
|
|
1045
|
-
return this.i.
|
|
1059
|
+
return this.i.aa6;
|
|
1046
1060
|
}
|
|
1047
1061
|
set yAxisLabelHorizontalAlignment(v) {
|
|
1048
|
-
this.i.
|
|
1049
|
-
this._a("yAxisLabelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
1062
|
+
this.i.aa6 = ensureEnum(HorizontalAlignment_$type, v);
|
|
1063
|
+
this._a("yAxisLabelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.aa6));
|
|
1050
1064
|
}
|
|
1051
1065
|
/**
|
|
1052
1066
|
* Gets or sets Vertical alignment of X-axis labels.
|
|
@@ -1058,21 +1072,21 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
1058
1072
|
* ```
|
|
1059
1073
|
*/
|
|
1060
1074
|
get xAxisLabelVerticalAlignment() {
|
|
1061
|
-
return this.i.
|
|
1075
|
+
return this.i.ab6;
|
|
1062
1076
|
}
|
|
1063
1077
|
set xAxisLabelVerticalAlignment(v) {
|
|
1064
|
-
this.i.
|
|
1065
|
-
this._a("xAxisLabelVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.
|
|
1078
|
+
this.i.ab6 = ensureEnum(VerticalAlignment_$type, v);
|
|
1079
|
+
this._a("xAxisLabelVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.ab6));
|
|
1066
1080
|
}
|
|
1067
1081
|
/**
|
|
1068
1082
|
* Gets or sets Vertical alignment of Y-axis labels.
|
|
1069
1083
|
*/
|
|
1070
1084
|
get yAxisLabelVerticalAlignment() {
|
|
1071
|
-
return this.i.
|
|
1085
|
+
return this.i.ab7;
|
|
1072
1086
|
}
|
|
1073
1087
|
set yAxisLabelVerticalAlignment(v) {
|
|
1074
|
-
this.i.
|
|
1075
|
-
this._a("yAxisLabelVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.
|
|
1088
|
+
this.i.ab7 = ensureEnum(VerticalAlignment_$type, v);
|
|
1089
|
+
this._a("yAxisLabelVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.ab7));
|
|
1076
1090
|
}
|
|
1077
1091
|
/**
|
|
1078
1092
|
* Gets or sets Visibility of X-axis labels.
|
|
@@ -1084,11 +1098,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
1084
1098
|
* ```
|
|
1085
1099
|
*/
|
|
1086
1100
|
get xAxisLabelVisibility() {
|
|
1087
|
-
return this.i.
|
|
1101
|
+
return this.i.acb;
|
|
1088
1102
|
}
|
|
1089
1103
|
set xAxisLabelVisibility(v) {
|
|
1090
|
-
this.i.
|
|
1091
|
-
this._a("xAxisLabelVisibility", enumToString(Visibility_$type, this.i.
|
|
1104
|
+
this.i.acb = ensureEnum(Visibility_$type, v);
|
|
1105
|
+
this._a("xAxisLabelVisibility", enumToString(Visibility_$type, this.i.acb));
|
|
1092
1106
|
}
|
|
1093
1107
|
/**
|
|
1094
1108
|
* Gets or sets Visibility of Y-axis labels.
|
|
@@ -1100,11 +1114,11 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
1100
1114
|
* ```
|
|
1101
1115
|
*/
|
|
1102
1116
|
get yAxisLabelVisibility() {
|
|
1103
|
-
return this.i.
|
|
1117
|
+
return this.i.acc;
|
|
1104
1118
|
}
|
|
1105
1119
|
set yAxisLabelVisibility(v) {
|
|
1106
|
-
this.i.
|
|
1107
|
-
this._a("yAxisLabelVisibility", enumToString(Visibility_$type, this.i.
|
|
1120
|
+
this.i.acc = ensureEnum(Visibility_$type, v);
|
|
1121
|
+
this._a("yAxisLabelVisibility", enumToString(Visibility_$type, this.i.acc));
|
|
1108
1122
|
}
|
|
1109
1123
|
/**
|
|
1110
1124
|
* Gets or sets location of Y-axis labels, relative to the plot area.
|
|
@@ -1116,65 +1130,65 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
1116
1130
|
* ```
|
|
1117
1131
|
*/
|
|
1118
1132
|
get yAxisLabelLocation() {
|
|
1119
|
-
return this.i.
|
|
1133
|
+
return this.i.vr;
|
|
1120
1134
|
}
|
|
1121
1135
|
set yAxisLabelLocation(v) {
|
|
1122
|
-
this.i.
|
|
1123
|
-
this._a("yAxisLabelLocation", enumToString(YAxisLabelLocation_$type, this.i.
|
|
1136
|
+
this.i.vr = ensureEnum(YAxisLabelLocation_$type, v);
|
|
1137
|
+
this._a("yAxisLabelLocation", enumToString(YAxisLabelLocation_$type, this.i.vr));
|
|
1124
1138
|
}
|
|
1125
1139
|
/**
|
|
1126
1140
|
* Gets or sets location of X-axis labels, relative to the plot area.
|
|
1127
1141
|
*/
|
|
1128
1142
|
get xAxisLabelLocation() {
|
|
1129
|
-
return this.i.
|
|
1143
|
+
return this.i.vp;
|
|
1130
1144
|
}
|
|
1131
1145
|
set xAxisLabelLocation(v) {
|
|
1132
|
-
this.i.
|
|
1133
|
-
this._a("xAxisLabelLocation", enumToString(XAxisLabelLocation_$type, this.i.
|
|
1146
|
+
this.i.vp = ensureEnum(XAxisLabelLocation_$type, v);
|
|
1147
|
+
this._a("xAxisLabelLocation", enumToString(XAxisLabelLocation_$type, this.i.vp));
|
|
1134
1148
|
}
|
|
1135
1149
|
/**
|
|
1136
1150
|
* Gets or sets the format string for the X axis label.
|
|
1137
1151
|
*/
|
|
1138
1152
|
get xAxisLabelFormat() {
|
|
1139
|
-
return this.i.
|
|
1153
|
+
return this.i.yg;
|
|
1140
1154
|
}
|
|
1141
1155
|
set xAxisLabelFormat(v) {
|
|
1142
|
-
this.i.
|
|
1156
|
+
this.i.yg = v;
|
|
1143
1157
|
}
|
|
1144
1158
|
/**
|
|
1145
1159
|
* Gets or sets the format specifiers to use with the XAxisLabelFormat string.
|
|
1146
1160
|
*/
|
|
1147
1161
|
get xAxisLabelFormatSpecifiers() {
|
|
1148
|
-
return this.i.
|
|
1162
|
+
return this.i.ve;
|
|
1149
1163
|
}
|
|
1150
1164
|
set xAxisLabelFormatSpecifiers(v) {
|
|
1151
1165
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
1152
1166
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
1153
1167
|
v = v.split(re);
|
|
1154
1168
|
}
|
|
1155
|
-
this.i.
|
|
1169
|
+
this.i.ve = v;
|
|
1156
1170
|
}
|
|
1157
1171
|
/**
|
|
1158
1172
|
* Gets or sets the format string for the Y axis label.
|
|
1159
1173
|
*/
|
|
1160
1174
|
get yAxisLabelFormat() {
|
|
1161
|
-
return this.i.
|
|
1175
|
+
return this.i.zl;
|
|
1162
1176
|
}
|
|
1163
1177
|
set yAxisLabelFormat(v) {
|
|
1164
|
-
this.i.
|
|
1178
|
+
this.i.zl = v;
|
|
1165
1179
|
}
|
|
1166
1180
|
/**
|
|
1167
1181
|
* Gets or sets the format specifiers to use with the YAxisLabelFormat string.
|
|
1168
1182
|
*/
|
|
1169
1183
|
get yAxisLabelFormatSpecifiers() {
|
|
1170
|
-
return this.i.
|
|
1184
|
+
return this.i.vf;
|
|
1171
1185
|
}
|
|
1172
1186
|
set yAxisLabelFormatSpecifiers(v) {
|
|
1173
1187
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
1174
1188
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
1175
1189
|
v = v.split(re);
|
|
1176
1190
|
}
|
|
1177
|
-
this.i.
|
|
1191
|
+
this.i.vf = v;
|
|
1178
1192
|
}
|
|
1179
1193
|
findByName(name) {
|
|
1180
1194
|
var baseResult = super.findByName(name);
|
|
@@ -1203,7 +1217,7 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
1203
1217
|
* @param unscaledValue * The x-coordinate of the location to scale.
|
|
1204
1218
|
*/
|
|
1205
1219
|
getScaledValueX(unscaledValue) {
|
|
1206
|
-
let iv = this.i.
|
|
1220
|
+
let iv = this.i.wu(unscaledValue);
|
|
1207
1221
|
return (iv);
|
|
1208
1222
|
}
|
|
1209
1223
|
/**
|
|
@@ -1212,7 +1226,7 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
1212
1226
|
* @param scaledValue * The data value to un-scale.
|
|
1213
1227
|
*/
|
|
1214
1228
|
getUnscaledValueX(scaledValue) {
|
|
1215
|
-
let iv = this.i.
|
|
1229
|
+
let iv = this.i.ww(scaledValue);
|
|
1216
1230
|
return (iv);
|
|
1217
1231
|
}
|
|
1218
1232
|
/**
|
|
@@ -1221,7 +1235,7 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
1221
1235
|
* @param unscaledValue * The y-coordinate of the location to scale.
|
|
1222
1236
|
*/
|
|
1223
1237
|
getScaledValueY(unscaledValue) {
|
|
1224
|
-
let iv = this.i.
|
|
1238
|
+
let iv = this.i.wv(unscaledValue);
|
|
1225
1239
|
return (iv);
|
|
1226
1240
|
}
|
|
1227
1241
|
/**
|
|
@@ -1230,7 +1244,7 @@ export let IgcXYChartComponent = /*@__PURE__*/ (() => {
|
|
|
1230
1244
|
* @param scaledValue * The data value to un-scale.
|
|
1231
1245
|
*/
|
|
1232
1246
|
getUnscaledValueY(scaledValue) {
|
|
1233
|
-
let iv = this.i.
|
|
1247
|
+
let iv = this.i.wx(scaledValue);
|
|
1234
1248
|
return (iv);
|
|
1235
1249
|
}
|
|
1236
1250
|
}
|