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
|
@@ -28,11 +28,25 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
if (_super.prototype["connectedCallback"]) {
|
|
29
29
|
_super.prototype["connectedCallback"].call(this);
|
|
30
30
|
}
|
|
31
|
+
if (this.i.connectedCallback) {
|
|
32
|
+
this.i.connectedCallback();
|
|
33
|
+
}
|
|
31
34
|
if (!this._attached) {
|
|
32
35
|
this._attached = true;
|
|
33
36
|
this._flushQueuedAttributes();
|
|
34
37
|
}
|
|
35
38
|
};
|
|
39
|
+
IgcXYChartComponent.prototype.disconnectedCallback = function () {
|
|
40
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
41
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
42
|
+
}
|
|
43
|
+
if (this.i.disconnectedCallback) {
|
|
44
|
+
this.i.disconnectedCallback();
|
|
45
|
+
}
|
|
46
|
+
if (this._attached) {
|
|
47
|
+
this._attached = false;
|
|
48
|
+
}
|
|
49
|
+
};
|
|
36
50
|
Object.defineProperty(IgcXYChartComponent, "observedAttributes", {
|
|
37
51
|
get: function () {
|
|
38
52
|
if (IgcXYChartComponent._observedAttributesIgcXYChartComponent == null) {
|
|
@@ -60,10 +74,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60
74
|
* ```
|
|
61
75
|
*/
|
|
62
76
|
get: function () {
|
|
63
|
-
return this.i.
|
|
77
|
+
return this.i.vk;
|
|
64
78
|
},
|
|
65
79
|
set: function (v) {
|
|
66
|
-
this.i.
|
|
80
|
+
this.i.vk = v;
|
|
67
81
|
},
|
|
68
82
|
enumerable: true,
|
|
69
83
|
configurable: true
|
|
@@ -81,10 +95,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81
95
|
* ```
|
|
82
96
|
*/
|
|
83
97
|
get: function () {
|
|
84
|
-
return this.i.
|
|
98
|
+
return this.i.vl;
|
|
85
99
|
},
|
|
86
100
|
set: function (v) {
|
|
87
|
-
this.i.
|
|
101
|
+
this.i.vl = v;
|
|
88
102
|
},
|
|
89
103
|
enumerable: true,
|
|
90
104
|
configurable: true
|
|
@@ -100,11 +114,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
100
114
|
* ```
|
|
101
115
|
*/
|
|
102
116
|
get: function () {
|
|
103
|
-
return this.i.
|
|
117
|
+
return this.i.w1;
|
|
104
118
|
},
|
|
105
119
|
set: function (v) {
|
|
106
|
-
this.i.
|
|
107
|
-
this._a("xAxisLabelLeftMargin", this.i.
|
|
120
|
+
this.i.w1 = +v;
|
|
121
|
+
this._a("xAxisLabelLeftMargin", this.i.w1);
|
|
108
122
|
},
|
|
109
123
|
enumerable: true,
|
|
110
124
|
configurable: true
|
|
@@ -120,11 +134,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
120
134
|
* ```
|
|
121
135
|
*/
|
|
122
136
|
get: function () {
|
|
123
|
-
return this.i.
|
|
137
|
+
return this.i.w3;
|
|
124
138
|
},
|
|
125
139
|
set: function (v) {
|
|
126
|
-
this.i.
|
|
127
|
-
this._a("xAxisLabelTopMargin", this.i.
|
|
140
|
+
this.i.w3 = +v;
|
|
141
|
+
this._a("xAxisLabelTopMargin", this.i.w3);
|
|
128
142
|
},
|
|
129
143
|
enumerable: true,
|
|
130
144
|
configurable: true
|
|
@@ -140,11 +154,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
140
154
|
* ```
|
|
141
155
|
*/
|
|
142
156
|
get: function () {
|
|
143
|
-
return this.i.
|
|
157
|
+
return this.i.w2;
|
|
144
158
|
},
|
|
145
159
|
set: function (v) {
|
|
146
|
-
this.i.
|
|
147
|
-
this._a("xAxisLabelRightMargin", this.i.
|
|
160
|
+
this.i.w2 = +v;
|
|
161
|
+
this._a("xAxisLabelRightMargin", this.i.w2);
|
|
148
162
|
},
|
|
149
163
|
enumerable: true,
|
|
150
164
|
configurable: true
|
|
@@ -160,11 +174,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
160
174
|
* ```
|
|
161
175
|
*/
|
|
162
176
|
get: function () {
|
|
163
|
-
return this.i.
|
|
177
|
+
return this.i.w0;
|
|
164
178
|
},
|
|
165
179
|
set: function (v) {
|
|
166
|
-
this.i.
|
|
167
|
-
this._a("xAxisLabelBottomMargin", this.i.
|
|
180
|
+
this.i.w0 = +v;
|
|
181
|
+
this._a("xAxisLabelBottomMargin", this.i.w0);
|
|
168
182
|
},
|
|
169
183
|
enumerable: true,
|
|
170
184
|
configurable: true
|
|
@@ -180,11 +194,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
180
194
|
* ```
|
|
181
195
|
*/
|
|
182
196
|
get: function () {
|
|
183
|
-
return this.i.
|
|
197
|
+
return this.i.xi;
|
|
184
198
|
},
|
|
185
199
|
set: function (v) {
|
|
186
|
-
this.i.
|
|
187
|
-
this._a("yAxisLabelLeftMargin", this.i.
|
|
200
|
+
this.i.xi = +v;
|
|
201
|
+
this._a("yAxisLabelLeftMargin", this.i.xi);
|
|
188
202
|
},
|
|
189
203
|
enumerable: true,
|
|
190
204
|
configurable: true
|
|
@@ -200,11 +214,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
200
214
|
* ```
|
|
201
215
|
*/
|
|
202
216
|
get: function () {
|
|
203
|
-
return this.i.
|
|
217
|
+
return this.i.xk;
|
|
204
218
|
},
|
|
205
219
|
set: function (v) {
|
|
206
|
-
this.i.
|
|
207
|
-
this._a("yAxisLabelTopMargin", this.i.
|
|
220
|
+
this.i.xk = +v;
|
|
221
|
+
this._a("yAxisLabelTopMargin", this.i.xk);
|
|
208
222
|
},
|
|
209
223
|
enumerable: true,
|
|
210
224
|
configurable: true
|
|
@@ -220,11 +234,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
220
234
|
* ```
|
|
221
235
|
*/
|
|
222
236
|
get: function () {
|
|
223
|
-
return this.i.
|
|
237
|
+
return this.i.xj;
|
|
224
238
|
},
|
|
225
239
|
set: function (v) {
|
|
226
|
-
this.i.
|
|
227
|
-
this._a("yAxisLabelRightMargin", this.i.
|
|
240
|
+
this.i.xj = +v;
|
|
241
|
+
this._a("yAxisLabelRightMargin", this.i.xj);
|
|
228
242
|
},
|
|
229
243
|
enumerable: true,
|
|
230
244
|
configurable: true
|
|
@@ -240,11 +254,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
240
254
|
* ```
|
|
241
255
|
*/
|
|
242
256
|
get: function () {
|
|
243
|
-
return this.i.
|
|
257
|
+
return this.i.xh;
|
|
244
258
|
},
|
|
245
259
|
set: function (v) {
|
|
246
|
-
this.i.
|
|
247
|
-
this._a("yAxisLabelBottomMargin", this.i.
|
|
260
|
+
this.i.xh = +v;
|
|
261
|
+
this._a("yAxisLabelBottomMargin", this.i.xh);
|
|
248
262
|
},
|
|
249
263
|
enumerable: true,
|
|
250
264
|
configurable: true
|
|
@@ -260,11 +274,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
260
274
|
* ```
|
|
261
275
|
*/
|
|
262
276
|
get: function () {
|
|
263
|
-
return brushToString(this.i.
|
|
277
|
+
return brushToString(this.i.abp);
|
|
264
278
|
},
|
|
265
279
|
set: function (v) {
|
|
266
|
-
this.i.
|
|
267
|
-
this._a("xAxisLabelTextColor", brushToString(this.i.
|
|
280
|
+
this.i.abp = stringToBrush(v);
|
|
281
|
+
this._a("xAxisLabelTextColor", brushToString(this.i.abp));
|
|
268
282
|
},
|
|
269
283
|
enumerable: true,
|
|
270
284
|
configurable: true
|
|
@@ -280,11 +294,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
280
294
|
* ```
|
|
281
295
|
*/
|
|
282
296
|
get: function () {
|
|
283
|
-
return brushToString(this.i.
|
|
297
|
+
return brushToString(this.i.abw);
|
|
284
298
|
},
|
|
285
299
|
set: function (v) {
|
|
286
|
-
this.i.
|
|
287
|
-
this._a("yAxisLabelTextColor", brushToString(this.i.
|
|
300
|
+
this.i.abw = stringToBrush(v);
|
|
301
|
+
this._a("yAxisLabelTextColor", brushToString(this.i.abw));
|
|
288
302
|
},
|
|
289
303
|
enumerable: true,
|
|
290
304
|
configurable: true
|
|
@@ -294,11 +308,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
294
308
|
* Gets the actual color of labels on the X-axis
|
|
295
309
|
*/
|
|
296
310
|
get: function () {
|
|
297
|
-
return brushToString(this.i.
|
|
311
|
+
return brushToString(this.i.abn);
|
|
298
312
|
},
|
|
299
313
|
set: function (v) {
|
|
300
|
-
this.i.
|
|
301
|
-
this._a("actualXAxisLabelTextColor", brushToString(this.i.
|
|
314
|
+
this.i.abn = stringToBrush(v);
|
|
315
|
+
this._a("actualXAxisLabelTextColor", brushToString(this.i.abn));
|
|
302
316
|
},
|
|
303
317
|
enumerable: true,
|
|
304
318
|
configurable: true
|
|
@@ -308,11 +322,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
308
322
|
* Gets the actual color of labels on the Y-axis
|
|
309
323
|
*/
|
|
310
324
|
get: function () {
|
|
311
|
-
return brushToString(this.i.
|
|
325
|
+
return brushToString(this.i.abo);
|
|
312
326
|
},
|
|
313
327
|
set: function (v) {
|
|
314
|
-
this.i.
|
|
315
|
-
this._a("actualYAxisLabelTextColor", brushToString(this.i.
|
|
328
|
+
this.i.abo = stringToBrush(v);
|
|
329
|
+
this._a("actualYAxisLabelTextColor", brushToString(this.i.abo));
|
|
316
330
|
},
|
|
317
331
|
enumerable: true,
|
|
318
332
|
configurable: true
|
|
@@ -324,11 +338,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
324
338
|
* Use the `xAxisTitleMargin` property to set a margin around the y-axis title.
|
|
325
339
|
*/
|
|
326
340
|
get: function () {
|
|
327
|
-
return this.i.
|
|
341
|
+
return this.i.xc;
|
|
328
342
|
},
|
|
329
343
|
set: function (v) {
|
|
330
|
-
this.i.
|
|
331
|
-
this._a("xAxisTitleMargin", this.i.
|
|
344
|
+
this.i.xc = +v;
|
|
345
|
+
this._a("xAxisTitleMargin", this.i.xc);
|
|
332
346
|
},
|
|
333
347
|
enumerable: true,
|
|
334
348
|
configurable: true
|
|
@@ -340,11 +354,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
340
354
|
* Use the `yAxisTitleMargin` property to set a margin around the y-axis title.
|
|
341
355
|
*/
|
|
342
356
|
get: function () {
|
|
343
|
-
return this.i.
|
|
357
|
+
return this.i.xt;
|
|
344
358
|
},
|
|
345
359
|
set: function (v) {
|
|
346
|
-
this.i.
|
|
347
|
-
this._a("yAxisTitleMargin", this.i.
|
|
360
|
+
this.i.xt = +v;
|
|
361
|
+
this._a("yAxisTitleMargin", this.i.xt);
|
|
348
362
|
},
|
|
349
363
|
enumerable: true,
|
|
350
364
|
configurable: true
|
|
@@ -360,11 +374,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
360
374
|
* ```
|
|
361
375
|
*/
|
|
362
376
|
get: function () {
|
|
363
|
-
return this.i.
|
|
377
|
+
return this.i.xb;
|
|
364
378
|
},
|
|
365
379
|
set: function (v) {
|
|
366
|
-
this.i.
|
|
367
|
-
this._a("xAxisTitleLeftMargin", this.i.
|
|
380
|
+
this.i.xb = +v;
|
|
381
|
+
this._a("xAxisTitleLeftMargin", this.i.xb);
|
|
368
382
|
},
|
|
369
383
|
enumerable: true,
|
|
370
384
|
configurable: true
|
|
@@ -380,11 +394,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
380
394
|
* ```
|
|
381
395
|
*/
|
|
382
396
|
get: function () {
|
|
383
|
-
return this.i.
|
|
397
|
+
return this.i.xs;
|
|
384
398
|
},
|
|
385
399
|
set: function (v) {
|
|
386
|
-
this.i.
|
|
387
|
-
this._a("yAxisTitleLeftMargin", this.i.
|
|
400
|
+
this.i.xs = +v;
|
|
401
|
+
this._a("yAxisTitleLeftMargin", this.i.xs);
|
|
388
402
|
},
|
|
389
403
|
enumerable: true,
|
|
390
404
|
configurable: true
|
|
@@ -400,11 +414,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
400
414
|
* ```
|
|
401
415
|
*/
|
|
402
416
|
get: function () {
|
|
403
|
-
return this.i.
|
|
417
|
+
return this.i.xe;
|
|
404
418
|
},
|
|
405
419
|
set: function (v) {
|
|
406
|
-
this.i.
|
|
407
|
-
this._a("xAxisTitleTopMargin", this.i.
|
|
420
|
+
this.i.xe = +v;
|
|
421
|
+
this._a("xAxisTitleTopMargin", this.i.xe);
|
|
408
422
|
},
|
|
409
423
|
enumerable: true,
|
|
410
424
|
configurable: true
|
|
@@ -420,11 +434,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
420
434
|
* ```
|
|
421
435
|
*/
|
|
422
436
|
get: function () {
|
|
423
|
-
return this.i.
|
|
437
|
+
return this.i.xv;
|
|
424
438
|
},
|
|
425
439
|
set: function (v) {
|
|
426
|
-
this.i.
|
|
427
|
-
this._a("yAxisTitleTopMargin", this.i.
|
|
440
|
+
this.i.xv = +v;
|
|
441
|
+
this._a("yAxisTitleTopMargin", this.i.xv);
|
|
428
442
|
},
|
|
429
443
|
enumerable: true,
|
|
430
444
|
configurable: true
|
|
@@ -440,11 +454,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
440
454
|
* ```
|
|
441
455
|
*/
|
|
442
456
|
get: function () {
|
|
443
|
-
return this.i.
|
|
457
|
+
return this.i.xd;
|
|
444
458
|
},
|
|
445
459
|
set: function (v) {
|
|
446
|
-
this.i.
|
|
447
|
-
this._a("xAxisTitleRightMargin", this.i.
|
|
460
|
+
this.i.xd = +v;
|
|
461
|
+
this._a("xAxisTitleRightMargin", this.i.xd);
|
|
448
462
|
},
|
|
449
463
|
enumerable: true,
|
|
450
464
|
configurable: true
|
|
@@ -460,11 +474,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
460
474
|
* ```
|
|
461
475
|
*/
|
|
462
476
|
get: function () {
|
|
463
|
-
return this.i.
|
|
477
|
+
return this.i.xu;
|
|
464
478
|
},
|
|
465
479
|
set: function (v) {
|
|
466
|
-
this.i.
|
|
467
|
-
this._a("yAxisTitleRightMargin", this.i.
|
|
480
|
+
this.i.xu = +v;
|
|
481
|
+
this._a("yAxisTitleRightMargin", this.i.xu);
|
|
468
482
|
},
|
|
469
483
|
enumerable: true,
|
|
470
484
|
configurable: true
|
|
@@ -480,11 +494,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
480
494
|
* ```
|
|
481
495
|
*/
|
|
482
496
|
get: function () {
|
|
483
|
-
return this.i.
|
|
497
|
+
return this.i.xa;
|
|
484
498
|
},
|
|
485
499
|
set: function (v) {
|
|
486
|
-
this.i.
|
|
487
|
-
this._a("xAxisTitleBottomMargin", this.i.
|
|
500
|
+
this.i.xa = +v;
|
|
501
|
+
this._a("xAxisTitleBottomMargin", this.i.xa);
|
|
488
502
|
},
|
|
489
503
|
enumerable: true,
|
|
490
504
|
configurable: true
|
|
@@ -500,11 +514,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
500
514
|
* ```
|
|
501
515
|
*/
|
|
502
516
|
get: function () {
|
|
503
|
-
return this.i.
|
|
517
|
+
return this.i.xr;
|
|
504
518
|
},
|
|
505
519
|
set: function (v) {
|
|
506
|
-
this.i.
|
|
507
|
-
this._a("yAxisTitleBottomMargin", this.i.
|
|
520
|
+
this.i.xr = +v;
|
|
521
|
+
this._a("yAxisTitleBottomMargin", this.i.xr);
|
|
508
522
|
},
|
|
509
523
|
enumerable: true,
|
|
510
524
|
configurable: true
|
|
@@ -520,11 +534,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
520
534
|
* ```
|
|
521
535
|
*/
|
|
522
536
|
get: function () {
|
|
523
|
-
return brushToString(this.i.
|
|
537
|
+
return brushToString(this.i.abv);
|
|
524
538
|
},
|
|
525
539
|
set: function (v) {
|
|
526
|
-
this.i.
|
|
527
|
-
this._a("xAxisTitleTextColor", brushToString(this.i.
|
|
540
|
+
this.i.abv = stringToBrush(v);
|
|
541
|
+
this._a("xAxisTitleTextColor", brushToString(this.i.abv));
|
|
528
542
|
},
|
|
529
543
|
enumerable: true,
|
|
530
544
|
configurable: true
|
|
@@ -540,11 +554,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
540
554
|
* ```
|
|
541
555
|
*/
|
|
542
556
|
get: function () {
|
|
543
|
-
return brushToString(this.i.
|
|
557
|
+
return brushToString(this.i.ab2);
|
|
544
558
|
},
|
|
545
559
|
set: function (v) {
|
|
546
|
-
this.i.
|
|
547
|
-
this._a("yAxisTitleTextColor", brushToString(this.i.
|
|
560
|
+
this.i.ab2 = stringToBrush(v);
|
|
561
|
+
this._a("yAxisTitleTextColor", brushToString(this.i.ab2));
|
|
548
562
|
},
|
|
549
563
|
enumerable: true,
|
|
550
564
|
configurable: true
|
|
@@ -560,10 +574,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
560
574
|
* ```
|
|
561
575
|
*/
|
|
562
576
|
get: function () {
|
|
563
|
-
return this.i.
|
|
577
|
+
return this.i.yp;
|
|
564
578
|
},
|
|
565
579
|
set: function (v) {
|
|
566
|
-
this.i.
|
|
580
|
+
this.i.yp = v;
|
|
567
581
|
},
|
|
568
582
|
enumerable: true,
|
|
569
583
|
configurable: true
|
|
@@ -579,10 +593,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
579
593
|
* ```
|
|
580
594
|
*/
|
|
581
595
|
get: function () {
|
|
582
|
-
return this.i.
|
|
596
|
+
return this.i.zu;
|
|
583
597
|
},
|
|
584
598
|
set: function (v) {
|
|
585
|
-
this.i.
|
|
599
|
+
this.i.zu = v;
|
|
586
600
|
},
|
|
587
601
|
enumerable: true,
|
|
588
602
|
configurable: true
|
|
@@ -598,10 +612,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
598
612
|
* ```
|
|
599
613
|
*/
|
|
600
614
|
get: function () {
|
|
601
|
-
return this.i.
|
|
615
|
+
return this.i.zd;
|
|
602
616
|
},
|
|
603
617
|
set: function (v) {
|
|
604
|
-
this.i.
|
|
618
|
+
this.i.zd = v;
|
|
605
619
|
},
|
|
606
620
|
enumerable: true,
|
|
607
621
|
configurable: true
|
|
@@ -617,10 +631,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
617
631
|
* ```
|
|
618
632
|
*/
|
|
619
633
|
get: function () {
|
|
620
|
-
return this.i.
|
|
634
|
+
return this.i.aai;
|
|
621
635
|
},
|
|
622
636
|
set: function (v) {
|
|
623
|
-
this.i.
|
|
637
|
+
this.i.aai = v;
|
|
624
638
|
},
|
|
625
639
|
enumerable: true,
|
|
626
640
|
configurable: true
|
|
@@ -630,10 +644,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
630
644
|
* Gets or sets the format for labels along the X-axis.
|
|
631
645
|
*/
|
|
632
646
|
get: function () {
|
|
633
|
-
return this.i.
|
|
647
|
+
return this.i.xy;
|
|
634
648
|
},
|
|
635
649
|
set: function (v) {
|
|
636
|
-
this.i.
|
|
650
|
+
this.i.xy = v;
|
|
637
651
|
},
|
|
638
652
|
enumerable: true,
|
|
639
653
|
configurable: true
|
|
@@ -643,10 +657,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
643
657
|
* Gets or sets the property or string from which the labels are derived.
|
|
644
658
|
*/
|
|
645
659
|
get: function () {
|
|
646
|
-
return this.i.
|
|
660
|
+
return this.i.xz;
|
|
647
661
|
},
|
|
648
662
|
set: function (v) {
|
|
649
|
-
this.i.
|
|
663
|
+
this.i.xz = v;
|
|
650
664
|
},
|
|
651
665
|
enumerable: true,
|
|
652
666
|
configurable: true
|
|
@@ -662,11 +676,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
662
676
|
* ```
|
|
663
677
|
*/
|
|
664
678
|
get: function () {
|
|
665
|
-
return brushToString(this.i.
|
|
679
|
+
return brushToString(this.i.abq);
|
|
666
680
|
},
|
|
667
681
|
set: function (v) {
|
|
668
|
-
this.i.
|
|
669
|
-
this._a("xAxisMajorStroke", brushToString(this.i.
|
|
682
|
+
this.i.abq = stringToBrush(v);
|
|
683
|
+
this._a("xAxisMajorStroke", brushToString(this.i.abq));
|
|
670
684
|
},
|
|
671
685
|
enumerable: true,
|
|
672
686
|
configurable: true
|
|
@@ -682,11 +696,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
682
696
|
* ```
|
|
683
697
|
*/
|
|
684
698
|
get: function () {
|
|
685
|
-
return brushToString(this.i.
|
|
699
|
+
return brushToString(this.i.abx);
|
|
686
700
|
},
|
|
687
701
|
set: function (v) {
|
|
688
|
-
this.i.
|
|
689
|
-
this._a("yAxisMajorStroke", brushToString(this.i.
|
|
702
|
+
this.i.abx = stringToBrush(v);
|
|
703
|
+
this._a("yAxisMajorStroke", brushToString(this.i.abx));
|
|
690
704
|
},
|
|
691
705
|
enumerable: true,
|
|
692
706
|
configurable: true
|
|
@@ -702,11 +716,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
702
716
|
* ```
|
|
703
717
|
*/
|
|
704
718
|
get: function () {
|
|
705
|
-
return this.i.
|
|
719
|
+
return this.i.w4;
|
|
706
720
|
},
|
|
707
721
|
set: function (v) {
|
|
708
|
-
this.i.
|
|
709
|
-
this._a("xAxisMajorStrokeThickness", this.i.
|
|
722
|
+
this.i.w4 = +v;
|
|
723
|
+
this._a("xAxisMajorStrokeThickness", this.i.w4);
|
|
710
724
|
},
|
|
711
725
|
enumerable: true,
|
|
712
726
|
configurable: true
|
|
@@ -722,11 +736,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
722
736
|
* ```
|
|
723
737
|
*/
|
|
724
738
|
get: function () {
|
|
725
|
-
return this.i.
|
|
739
|
+
return this.i.xl;
|
|
726
740
|
},
|
|
727
741
|
set: function (v) {
|
|
728
|
-
this.i.
|
|
729
|
-
this._a("yAxisMajorStrokeThickness", this.i.
|
|
742
|
+
this.i.xl = +v;
|
|
743
|
+
this._a("yAxisMajorStrokeThickness", this.i.xl);
|
|
730
744
|
},
|
|
731
745
|
enumerable: true,
|
|
732
746
|
configurable: true
|
|
@@ -742,11 +756,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
742
756
|
* ```
|
|
743
757
|
*/
|
|
744
758
|
get: function () {
|
|
745
|
-
return this.i.
|
|
759
|
+
return this.i.w5;
|
|
746
760
|
},
|
|
747
761
|
set: function (v) {
|
|
748
|
-
this.i.
|
|
749
|
-
this._a("xAxisMinorStrokeThickness", this.i.
|
|
762
|
+
this.i.w5 = +v;
|
|
763
|
+
this._a("xAxisMinorStrokeThickness", this.i.w5);
|
|
750
764
|
},
|
|
751
765
|
enumerable: true,
|
|
752
766
|
configurable: true
|
|
@@ -762,11 +776,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
762
776
|
* ```
|
|
763
777
|
*/
|
|
764
778
|
get: function () {
|
|
765
|
-
return this.i.
|
|
779
|
+
return this.i.xm;
|
|
766
780
|
},
|
|
767
781
|
set: function (v) {
|
|
768
|
-
this.i.
|
|
769
|
-
this._a("yAxisMinorStrokeThickness", this.i.
|
|
782
|
+
this.i.xm = +v;
|
|
783
|
+
this._a("yAxisMinorStrokeThickness", this.i.xm);
|
|
770
784
|
},
|
|
771
785
|
enumerable: true,
|
|
772
786
|
configurable: true
|
|
@@ -782,11 +796,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
782
796
|
* ```
|
|
783
797
|
*/
|
|
784
798
|
get: function () {
|
|
785
|
-
return brushToString(this.i.
|
|
799
|
+
return brushToString(this.i.abs);
|
|
786
800
|
},
|
|
787
801
|
set: function (v) {
|
|
788
|
-
this.i.
|
|
789
|
-
this._a("xAxisStrip", brushToString(this.i.
|
|
802
|
+
this.i.abs = stringToBrush(v);
|
|
803
|
+
this._a("xAxisStrip", brushToString(this.i.abs));
|
|
790
804
|
},
|
|
791
805
|
enumerable: true,
|
|
792
806
|
configurable: true
|
|
@@ -802,11 +816,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
802
816
|
* ```
|
|
803
817
|
*/
|
|
804
818
|
get: function () {
|
|
805
|
-
return brushToString(this.i.
|
|
819
|
+
return brushToString(this.i.abz);
|
|
806
820
|
},
|
|
807
821
|
set: function (v) {
|
|
808
|
-
this.i.
|
|
809
|
-
this._a("yAxisStrip", brushToString(this.i.
|
|
822
|
+
this.i.abz = stringToBrush(v);
|
|
823
|
+
this._a("yAxisStrip", brushToString(this.i.abz));
|
|
810
824
|
},
|
|
811
825
|
enumerable: true,
|
|
812
826
|
configurable: true
|
|
@@ -822,11 +836,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
822
836
|
* ```
|
|
823
837
|
*/
|
|
824
838
|
get: function () {
|
|
825
|
-
return brushToString(this.i.
|
|
839
|
+
return brushToString(this.i.abt);
|
|
826
840
|
},
|
|
827
841
|
set: function (v) {
|
|
828
|
-
this.i.
|
|
829
|
-
this._a("xAxisStroke", brushToString(this.i.
|
|
842
|
+
this.i.abt = stringToBrush(v);
|
|
843
|
+
this._a("xAxisStroke", brushToString(this.i.abt));
|
|
830
844
|
},
|
|
831
845
|
enumerable: true,
|
|
832
846
|
configurable: true
|
|
@@ -842,11 +856,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
842
856
|
* ```
|
|
843
857
|
*/
|
|
844
858
|
get: function () {
|
|
845
|
-
return brushToString(this.i.
|
|
859
|
+
return brushToString(this.i.ab0);
|
|
846
860
|
},
|
|
847
861
|
set: function (v) {
|
|
848
|
-
this.i.
|
|
849
|
-
this._a("yAxisStroke", brushToString(this.i.
|
|
862
|
+
this.i.ab0 = stringToBrush(v);
|
|
863
|
+
this._a("yAxisStroke", brushToString(this.i.ab0));
|
|
850
864
|
},
|
|
851
865
|
enumerable: true,
|
|
852
866
|
configurable: true
|
|
@@ -862,11 +876,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
862
876
|
* ```
|
|
863
877
|
*/
|
|
864
878
|
get: function () {
|
|
865
|
-
return this.i.
|
|
879
|
+
return this.i.w6;
|
|
866
880
|
},
|
|
867
881
|
set: function (v) {
|
|
868
|
-
this.i.
|
|
869
|
-
this._a("xAxisStrokeThickness", this.i.
|
|
882
|
+
this.i.w6 = +v;
|
|
883
|
+
this._a("xAxisStrokeThickness", this.i.w6);
|
|
870
884
|
},
|
|
871
885
|
enumerable: true,
|
|
872
886
|
configurable: true
|
|
@@ -882,11 +896,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
882
896
|
* ```
|
|
883
897
|
*/
|
|
884
898
|
get: function () {
|
|
885
|
-
return this.i.
|
|
899
|
+
return this.i.xn;
|
|
886
900
|
},
|
|
887
901
|
set: function (v) {
|
|
888
|
-
this.i.
|
|
889
|
-
this._a("yAxisStrokeThickness", this.i.
|
|
902
|
+
this.i.xn = +v;
|
|
903
|
+
this._a("yAxisStrokeThickness", this.i.xn);
|
|
890
904
|
},
|
|
891
905
|
enumerable: true,
|
|
892
906
|
configurable: true
|
|
@@ -902,11 +916,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
902
916
|
* ```
|
|
903
917
|
*/
|
|
904
918
|
get: function () {
|
|
905
|
-
return this.i.
|
|
919
|
+
return this.i.w7;
|
|
906
920
|
},
|
|
907
921
|
set: function (v) {
|
|
908
|
-
this.i.
|
|
909
|
-
this._a("xAxisTickLength", this.i.
|
|
922
|
+
this.i.w7 = +v;
|
|
923
|
+
this._a("xAxisTickLength", this.i.w7);
|
|
910
924
|
},
|
|
911
925
|
enumerable: true,
|
|
912
926
|
configurable: true
|
|
@@ -922,11 +936,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
922
936
|
* ```
|
|
923
937
|
*/
|
|
924
938
|
get: function () {
|
|
925
|
-
return this.i.
|
|
939
|
+
return this.i.xo;
|
|
926
940
|
},
|
|
927
941
|
set: function (v) {
|
|
928
|
-
this.i.
|
|
929
|
-
this._a("yAxisTickLength", this.i.
|
|
942
|
+
this.i.xo = +v;
|
|
943
|
+
this._a("yAxisTickLength", this.i.xo);
|
|
930
944
|
},
|
|
931
945
|
enumerable: true,
|
|
932
946
|
configurable: true
|
|
@@ -942,11 +956,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
942
956
|
* ```
|
|
943
957
|
*/
|
|
944
958
|
get: function () {
|
|
945
|
-
return brushToString(this.i.
|
|
959
|
+
return brushToString(this.i.abu);
|
|
946
960
|
},
|
|
947
961
|
set: function (v) {
|
|
948
|
-
this.i.
|
|
949
|
-
this._a("xAxisTickStroke", brushToString(this.i.
|
|
962
|
+
this.i.abu = stringToBrush(v);
|
|
963
|
+
this._a("xAxisTickStroke", brushToString(this.i.abu));
|
|
950
964
|
},
|
|
951
965
|
enumerable: true,
|
|
952
966
|
configurable: true
|
|
@@ -962,11 +976,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
962
976
|
* ```
|
|
963
977
|
*/
|
|
964
978
|
get: function () {
|
|
965
|
-
return brushToString(this.i.
|
|
979
|
+
return brushToString(this.i.ab1);
|
|
966
980
|
},
|
|
967
981
|
set: function (v) {
|
|
968
|
-
this.i.
|
|
969
|
-
this._a("yAxisTickStroke", brushToString(this.i.
|
|
982
|
+
this.i.ab1 = stringToBrush(v);
|
|
983
|
+
this._a("yAxisTickStroke", brushToString(this.i.ab1));
|
|
970
984
|
},
|
|
971
985
|
enumerable: true,
|
|
972
986
|
configurable: true
|
|
@@ -982,11 +996,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
982
996
|
* ```
|
|
983
997
|
*/
|
|
984
998
|
get: function () {
|
|
985
|
-
return this.i.
|
|
999
|
+
return this.i.w8;
|
|
986
1000
|
},
|
|
987
1001
|
set: function (v) {
|
|
988
|
-
this.i.
|
|
989
|
-
this._a("xAxisTickStrokeThickness", this.i.
|
|
1002
|
+
this.i.w8 = +v;
|
|
1003
|
+
this._a("xAxisTickStrokeThickness", this.i.w8);
|
|
990
1004
|
},
|
|
991
1005
|
enumerable: true,
|
|
992
1006
|
configurable: true
|
|
@@ -1002,11 +1016,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1002
1016
|
* ```
|
|
1003
1017
|
*/
|
|
1004
1018
|
get: function () {
|
|
1005
|
-
return this.i.
|
|
1019
|
+
return this.i.xp;
|
|
1006
1020
|
},
|
|
1007
1021
|
set: function (v) {
|
|
1008
|
-
this.i.
|
|
1009
|
-
this._a("yAxisTickStrokeThickness", this.i.
|
|
1022
|
+
this.i.xp = +v;
|
|
1023
|
+
this._a("yAxisTickStrokeThickness", this.i.xp);
|
|
1010
1024
|
},
|
|
1011
1025
|
enumerable: true,
|
|
1012
1026
|
configurable: true
|
|
@@ -1022,10 +1036,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1022
1036
|
* ```
|
|
1023
1037
|
*/
|
|
1024
1038
|
get: function () {
|
|
1025
|
-
return this.i.
|
|
1039
|
+
return this.i.y4;
|
|
1026
1040
|
},
|
|
1027
1041
|
set: function (v) {
|
|
1028
|
-
this.i.
|
|
1042
|
+
this.i.y4 = v;
|
|
1029
1043
|
},
|
|
1030
1044
|
enumerable: true,
|
|
1031
1045
|
configurable: true
|
|
@@ -1041,10 +1055,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1041
1055
|
* ```
|
|
1042
1056
|
*/
|
|
1043
1057
|
get: function () {
|
|
1044
|
-
return this.i.
|
|
1058
|
+
return this.i.z9;
|
|
1045
1059
|
},
|
|
1046
1060
|
set: function (v) {
|
|
1047
|
-
this.i.
|
|
1061
|
+
this.i.z9 = v;
|
|
1048
1062
|
},
|
|
1049
1063
|
enumerable: true,
|
|
1050
1064
|
configurable: true
|
|
@@ -1060,11 +1074,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1060
1074
|
* ```
|
|
1061
1075
|
*/
|
|
1062
1076
|
get: function () {
|
|
1063
|
-
return brushToString(this.i.
|
|
1077
|
+
return brushToString(this.i.abr);
|
|
1064
1078
|
},
|
|
1065
1079
|
set: function (v) {
|
|
1066
|
-
this.i.
|
|
1067
|
-
this._a("xAxisMinorStroke", brushToString(this.i.
|
|
1080
|
+
this.i.abr = stringToBrush(v);
|
|
1081
|
+
this._a("xAxisMinorStroke", brushToString(this.i.abr));
|
|
1068
1082
|
},
|
|
1069
1083
|
enumerable: true,
|
|
1070
1084
|
configurable: true
|
|
@@ -1080,11 +1094,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1080
1094
|
* ```
|
|
1081
1095
|
*/
|
|
1082
1096
|
get: function () {
|
|
1083
|
-
return brushToString(this.i.
|
|
1097
|
+
return brushToString(this.i.aby);
|
|
1084
1098
|
},
|
|
1085
1099
|
set: function (v) {
|
|
1086
|
-
this.i.
|
|
1087
|
-
this._a("yAxisMinorStroke", brushToString(this.i.
|
|
1100
|
+
this.i.aby = stringToBrush(v);
|
|
1101
|
+
this._a("yAxisMinorStroke", brushToString(this.i.aby));
|
|
1088
1102
|
},
|
|
1089
1103
|
enumerable: true,
|
|
1090
1104
|
configurable: true
|
|
@@ -1100,11 +1114,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1100
1114
|
* ```
|
|
1101
1115
|
*/
|
|
1102
1116
|
get: function () {
|
|
1103
|
-
return this.i.
|
|
1117
|
+
return this.i.wz;
|
|
1104
1118
|
},
|
|
1105
1119
|
set: function (v) {
|
|
1106
|
-
this.i.
|
|
1107
|
-
this._a("xAxisLabelAngle", this.i.
|
|
1120
|
+
this.i.wz = +v;
|
|
1121
|
+
this._a("xAxisLabelAngle", this.i.wz);
|
|
1108
1122
|
},
|
|
1109
1123
|
enumerable: true,
|
|
1110
1124
|
configurable: true
|
|
@@ -1120,11 +1134,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1120
1134
|
* ```
|
|
1121
1135
|
*/
|
|
1122
1136
|
get: function () {
|
|
1123
|
-
return this.i.
|
|
1137
|
+
return this.i.xg;
|
|
1124
1138
|
},
|
|
1125
1139
|
set: function (v) {
|
|
1126
|
-
this.i.
|
|
1127
|
-
this._a("yAxisLabelAngle", this.i.
|
|
1140
|
+
this.i.xg = +v;
|
|
1141
|
+
this._a("yAxisLabelAngle", this.i.xg);
|
|
1128
1142
|
},
|
|
1129
1143
|
enumerable: true,
|
|
1130
1144
|
configurable: true
|
|
@@ -1140,11 +1154,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1140
1154
|
* ```
|
|
1141
1155
|
*/
|
|
1142
1156
|
get: function () {
|
|
1143
|
-
return this.i.
|
|
1157
|
+
return this.i.wy;
|
|
1144
1158
|
},
|
|
1145
1159
|
set: function (v) {
|
|
1146
|
-
this.i.
|
|
1147
|
-
this._a("xAxisExtent", this.i.
|
|
1160
|
+
this.i.wy = +v;
|
|
1161
|
+
this._a("xAxisExtent", this.i.wy);
|
|
1148
1162
|
},
|
|
1149
1163
|
enumerable: true,
|
|
1150
1164
|
configurable: true
|
|
@@ -1160,11 +1174,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1160
1174
|
* ```
|
|
1161
1175
|
*/
|
|
1162
1176
|
get: function () {
|
|
1163
|
-
return this.i.
|
|
1177
|
+
return this.i.xf;
|
|
1164
1178
|
},
|
|
1165
1179
|
set: function (v) {
|
|
1166
|
-
this.i.
|
|
1167
|
-
this._a("yAxisExtent", this.i.
|
|
1180
|
+
this.i.xf = +v;
|
|
1181
|
+
this._a("yAxisExtent", this.i.xf);
|
|
1168
1182
|
},
|
|
1169
1183
|
enumerable: true,
|
|
1170
1184
|
configurable: true
|
|
@@ -1180,11 +1194,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1180
1194
|
* ```
|
|
1181
1195
|
*/
|
|
1182
1196
|
get: function () {
|
|
1183
|
-
return this.i.
|
|
1197
|
+
return this.i.w9;
|
|
1184
1198
|
},
|
|
1185
1199
|
set: function (v) {
|
|
1186
|
-
this.i.
|
|
1187
|
-
this._a("xAxisTitleAngle", this.i.
|
|
1200
|
+
this.i.w9 = +v;
|
|
1201
|
+
this._a("xAxisTitleAngle", this.i.w9);
|
|
1188
1202
|
},
|
|
1189
1203
|
enumerable: true,
|
|
1190
1204
|
configurable: true
|
|
@@ -1200,11 +1214,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1200
1214
|
* ```
|
|
1201
1215
|
*/
|
|
1202
1216
|
get: function () {
|
|
1203
|
-
return this.i.
|
|
1217
|
+
return this.i.xq;
|
|
1204
1218
|
},
|
|
1205
1219
|
set: function (v) {
|
|
1206
|
-
this.i.
|
|
1207
|
-
this._a("yAxisTitleAngle", this.i.
|
|
1220
|
+
this.i.xq = +v;
|
|
1221
|
+
this._a("yAxisTitleAngle", this.i.xq);
|
|
1208
1222
|
},
|
|
1209
1223
|
enumerable: true,
|
|
1210
1224
|
configurable: true
|
|
@@ -1220,11 +1234,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1220
1234
|
* ```
|
|
1221
1235
|
*/
|
|
1222
1236
|
get: function () {
|
|
1223
|
-
return this.i.
|
|
1237
|
+
return this.i.vu;
|
|
1224
1238
|
},
|
|
1225
1239
|
set: function (v) {
|
|
1226
|
-
this.i.
|
|
1227
|
-
this._a("xAxisInverted", this.i.
|
|
1240
|
+
this.i.vu = ensureBool(v);
|
|
1241
|
+
this._a("xAxisInverted", this.i.vu);
|
|
1228
1242
|
},
|
|
1229
1243
|
enumerable: true,
|
|
1230
1244
|
configurable: true
|
|
@@ -1242,11 +1256,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1242
1256
|
* The default value of `yAxisInverted` is false.
|
|
1243
1257
|
*/
|
|
1244
1258
|
get: function () {
|
|
1245
|
-
return this.i.
|
|
1259
|
+
return this.i.vv;
|
|
1246
1260
|
},
|
|
1247
1261
|
set: function (v) {
|
|
1248
|
-
this.i.
|
|
1249
|
-
this._a("yAxisInverted", this.i.
|
|
1262
|
+
this.i.vv = ensureBool(v);
|
|
1263
|
+
this._a("yAxisInverted", this.i.vv);
|
|
1250
1264
|
},
|
|
1251
1265
|
enumerable: true,
|
|
1252
1266
|
configurable: true
|
|
@@ -1262,11 +1276,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1262
1276
|
* ```
|
|
1263
1277
|
*/
|
|
1264
1278
|
get: function () {
|
|
1265
|
-
return this.i.
|
|
1279
|
+
return this.i.aa5;
|
|
1266
1280
|
},
|
|
1267
1281
|
set: function (v) {
|
|
1268
|
-
this.i.
|
|
1269
|
-
this._a("xAxisTitleAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
1282
|
+
this.i.aa5 = ensureEnum(HorizontalAlignment_$type, v);
|
|
1283
|
+
this._a("xAxisTitleAlignment", enumToString(HorizontalAlignment_$type, this.i.aa5));
|
|
1270
1284
|
},
|
|
1271
1285
|
enumerable: true,
|
|
1272
1286
|
configurable: true
|
|
@@ -1282,11 +1296,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1282
1296
|
* ```
|
|
1283
1297
|
*/
|
|
1284
1298
|
get: function () {
|
|
1285
|
-
return this.i.
|
|
1299
|
+
return this.i.ab8;
|
|
1286
1300
|
},
|
|
1287
1301
|
set: function (v) {
|
|
1288
|
-
this.i.
|
|
1289
|
-
this._a("yAxisTitleAlignment", enumToString(VerticalAlignment_$type, this.i.
|
|
1302
|
+
this.i.ab8 = ensureEnum(VerticalAlignment_$type, v);
|
|
1303
|
+
this._a("yAxisTitleAlignment", enumToString(VerticalAlignment_$type, this.i.ab8));
|
|
1290
1304
|
},
|
|
1291
1305
|
enumerable: true,
|
|
1292
1306
|
configurable: true
|
|
@@ -1296,11 +1310,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1296
1310
|
* Gets or sets Horizontal alignment of X-axis labels.
|
|
1297
1311
|
*/
|
|
1298
1312
|
get: function () {
|
|
1299
|
-
return this.i.
|
|
1313
|
+
return this.i.aa4;
|
|
1300
1314
|
},
|
|
1301
1315
|
set: function (v) {
|
|
1302
|
-
this.i.
|
|
1303
|
-
this._a("xAxisLabelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
1316
|
+
this.i.aa4 = ensureEnum(HorizontalAlignment_$type, v);
|
|
1317
|
+
this._a("xAxisLabelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.aa4));
|
|
1304
1318
|
},
|
|
1305
1319
|
enumerable: true,
|
|
1306
1320
|
configurable: true
|
|
@@ -1312,11 +1326,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1312
1326
|
* Set the `yAxisLabelHorizontalAlignment` property to change the horizontal alignment of y-axis labels.
|
|
1313
1327
|
*/
|
|
1314
1328
|
get: function () {
|
|
1315
|
-
return this.i.
|
|
1329
|
+
return this.i.aa6;
|
|
1316
1330
|
},
|
|
1317
1331
|
set: function (v) {
|
|
1318
|
-
this.i.
|
|
1319
|
-
this._a("yAxisLabelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
1332
|
+
this.i.aa6 = ensureEnum(HorizontalAlignment_$type, v);
|
|
1333
|
+
this._a("yAxisLabelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.aa6));
|
|
1320
1334
|
},
|
|
1321
1335
|
enumerable: true,
|
|
1322
1336
|
configurable: true
|
|
@@ -1332,11 +1346,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1332
1346
|
* ```
|
|
1333
1347
|
*/
|
|
1334
1348
|
get: function () {
|
|
1335
|
-
return this.i.
|
|
1349
|
+
return this.i.ab6;
|
|
1336
1350
|
},
|
|
1337
1351
|
set: function (v) {
|
|
1338
|
-
this.i.
|
|
1339
|
-
this._a("xAxisLabelVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.
|
|
1352
|
+
this.i.ab6 = ensureEnum(VerticalAlignment_$type, v);
|
|
1353
|
+
this._a("xAxisLabelVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.ab6));
|
|
1340
1354
|
},
|
|
1341
1355
|
enumerable: true,
|
|
1342
1356
|
configurable: true
|
|
@@ -1346,11 +1360,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1346
1360
|
* Gets or sets Vertical alignment of Y-axis labels.
|
|
1347
1361
|
*/
|
|
1348
1362
|
get: function () {
|
|
1349
|
-
return this.i.
|
|
1363
|
+
return this.i.ab7;
|
|
1350
1364
|
},
|
|
1351
1365
|
set: function (v) {
|
|
1352
|
-
this.i.
|
|
1353
|
-
this._a("yAxisLabelVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.
|
|
1366
|
+
this.i.ab7 = ensureEnum(VerticalAlignment_$type, v);
|
|
1367
|
+
this._a("yAxisLabelVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.ab7));
|
|
1354
1368
|
},
|
|
1355
1369
|
enumerable: true,
|
|
1356
1370
|
configurable: true
|
|
@@ -1366,11 +1380,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1366
1380
|
* ```
|
|
1367
1381
|
*/
|
|
1368
1382
|
get: function () {
|
|
1369
|
-
return this.i.
|
|
1383
|
+
return this.i.acb;
|
|
1370
1384
|
},
|
|
1371
1385
|
set: function (v) {
|
|
1372
|
-
this.i.
|
|
1373
|
-
this._a("xAxisLabelVisibility", enumToString(Visibility_$type, this.i.
|
|
1386
|
+
this.i.acb = ensureEnum(Visibility_$type, v);
|
|
1387
|
+
this._a("xAxisLabelVisibility", enumToString(Visibility_$type, this.i.acb));
|
|
1374
1388
|
},
|
|
1375
1389
|
enumerable: true,
|
|
1376
1390
|
configurable: true
|
|
@@ -1386,11 +1400,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1386
1400
|
* ```
|
|
1387
1401
|
*/
|
|
1388
1402
|
get: function () {
|
|
1389
|
-
return this.i.
|
|
1403
|
+
return this.i.acc;
|
|
1390
1404
|
},
|
|
1391
1405
|
set: function (v) {
|
|
1392
|
-
this.i.
|
|
1393
|
-
this._a("yAxisLabelVisibility", enumToString(Visibility_$type, this.i.
|
|
1406
|
+
this.i.acc = ensureEnum(Visibility_$type, v);
|
|
1407
|
+
this._a("yAxisLabelVisibility", enumToString(Visibility_$type, this.i.acc));
|
|
1394
1408
|
},
|
|
1395
1409
|
enumerable: true,
|
|
1396
1410
|
configurable: true
|
|
@@ -1406,11 +1420,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1406
1420
|
* ```
|
|
1407
1421
|
*/
|
|
1408
1422
|
get: function () {
|
|
1409
|
-
return this.i.
|
|
1423
|
+
return this.i.vr;
|
|
1410
1424
|
},
|
|
1411
1425
|
set: function (v) {
|
|
1412
|
-
this.i.
|
|
1413
|
-
this._a("yAxisLabelLocation", enumToString(YAxisLabelLocation_$type, this.i.
|
|
1426
|
+
this.i.vr = ensureEnum(YAxisLabelLocation_$type, v);
|
|
1427
|
+
this._a("yAxisLabelLocation", enumToString(YAxisLabelLocation_$type, this.i.vr));
|
|
1414
1428
|
},
|
|
1415
1429
|
enumerable: true,
|
|
1416
1430
|
configurable: true
|
|
@@ -1420,11 +1434,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1420
1434
|
* Gets or sets location of X-axis labels, relative to the plot area.
|
|
1421
1435
|
*/
|
|
1422
1436
|
get: function () {
|
|
1423
|
-
return this.i.
|
|
1437
|
+
return this.i.vp;
|
|
1424
1438
|
},
|
|
1425
1439
|
set: function (v) {
|
|
1426
|
-
this.i.
|
|
1427
|
-
this._a("xAxisLabelLocation", enumToString(XAxisLabelLocation_$type, this.i.
|
|
1440
|
+
this.i.vp = ensureEnum(XAxisLabelLocation_$type, v);
|
|
1441
|
+
this._a("xAxisLabelLocation", enumToString(XAxisLabelLocation_$type, this.i.vp));
|
|
1428
1442
|
},
|
|
1429
1443
|
enumerable: true,
|
|
1430
1444
|
configurable: true
|
|
@@ -1434,10 +1448,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1434
1448
|
* Gets or sets the format string for the X axis label.
|
|
1435
1449
|
*/
|
|
1436
1450
|
get: function () {
|
|
1437
|
-
return this.i.
|
|
1451
|
+
return this.i.yg;
|
|
1438
1452
|
},
|
|
1439
1453
|
set: function (v) {
|
|
1440
|
-
this.i.
|
|
1454
|
+
this.i.yg = v;
|
|
1441
1455
|
},
|
|
1442
1456
|
enumerable: true,
|
|
1443
1457
|
configurable: true
|
|
@@ -1447,14 +1461,14 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1447
1461
|
* Gets or sets the format specifiers to use with the XAxisLabelFormat string.
|
|
1448
1462
|
*/
|
|
1449
1463
|
get: function () {
|
|
1450
|
-
return this.i.
|
|
1464
|
+
return this.i.ve;
|
|
1451
1465
|
},
|
|
1452
1466
|
set: function (v) {
|
|
1453
1467
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
1454
1468
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
1455
1469
|
v = v.split(re);
|
|
1456
1470
|
}
|
|
1457
|
-
this.i.
|
|
1471
|
+
this.i.ve = v;
|
|
1458
1472
|
},
|
|
1459
1473
|
enumerable: true,
|
|
1460
1474
|
configurable: true
|
|
@@ -1464,10 +1478,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1464
1478
|
* Gets or sets the format string for the Y axis label.
|
|
1465
1479
|
*/
|
|
1466
1480
|
get: function () {
|
|
1467
|
-
return this.i.
|
|
1481
|
+
return this.i.zl;
|
|
1468
1482
|
},
|
|
1469
1483
|
set: function (v) {
|
|
1470
|
-
this.i.
|
|
1484
|
+
this.i.zl = v;
|
|
1471
1485
|
},
|
|
1472
1486
|
enumerable: true,
|
|
1473
1487
|
configurable: true
|
|
@@ -1477,14 +1491,14 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1477
1491
|
* Gets or sets the format specifiers to use with the YAxisLabelFormat string.
|
|
1478
1492
|
*/
|
|
1479
1493
|
get: function () {
|
|
1480
|
-
return this.i.
|
|
1494
|
+
return this.i.vf;
|
|
1481
1495
|
},
|
|
1482
1496
|
set: function (v) {
|
|
1483
1497
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
1484
1498
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
1485
1499
|
v = v.split(re);
|
|
1486
1500
|
}
|
|
1487
|
-
this.i.
|
|
1501
|
+
this.i.vf = v;
|
|
1488
1502
|
},
|
|
1489
1503
|
enumerable: true,
|
|
1490
1504
|
configurable: true
|
|
@@ -1516,7 +1530,7 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1516
1530
|
* @param unscaledValue * The x-coordinate of the location to scale.
|
|
1517
1531
|
*/
|
|
1518
1532
|
IgcXYChartComponent.prototype.getScaledValueX = function (unscaledValue) {
|
|
1519
|
-
var iv = this.i.
|
|
1533
|
+
var iv = this.i.wu(unscaledValue);
|
|
1520
1534
|
return (iv);
|
|
1521
1535
|
};
|
|
1522
1536
|
/**
|
|
@@ -1525,7 +1539,7 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1525
1539
|
* @param scaledValue * The data value to un-scale.
|
|
1526
1540
|
*/
|
|
1527
1541
|
IgcXYChartComponent.prototype.getUnscaledValueX = function (scaledValue) {
|
|
1528
|
-
var iv = this.i.
|
|
1542
|
+
var iv = this.i.ww(scaledValue);
|
|
1529
1543
|
return (iv);
|
|
1530
1544
|
};
|
|
1531
1545
|
/**
|
|
@@ -1534,7 +1548,7 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1534
1548
|
* @param unscaledValue * The y-coordinate of the location to scale.
|
|
1535
1549
|
*/
|
|
1536
1550
|
IgcXYChartComponent.prototype.getScaledValueY = function (unscaledValue) {
|
|
1537
|
-
var iv = this.i.
|
|
1551
|
+
var iv = this.i.wv(unscaledValue);
|
|
1538
1552
|
return (iv);
|
|
1539
1553
|
};
|
|
1540
1554
|
/**
|
|
@@ -1543,7 +1557,7 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1543
1557
|
* @param scaledValue * The data value to un-scale.
|
|
1544
1558
|
*/
|
|
1545
1559
|
IgcXYChartComponent.prototype.getUnscaledValueY = function (scaledValue) {
|
|
1546
|
-
var iv = this.i.
|
|
1560
|
+
var iv = this.i.wx(scaledValue);
|
|
1547
1561
|
return (iv);
|
|
1548
1562
|
};
|
|
1549
1563
|
IgcXYChartComponent._observedAttributesIgcXYChartComponent = null;
|