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
|
@@ -146,11 +146,25 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
146
146
|
if (super["connectedCallback"]) {
|
|
147
147
|
super["connectedCallback"]();
|
|
148
148
|
}
|
|
149
|
+
if (this.i.connectedCallback) {
|
|
150
|
+
this.i.connectedCallback();
|
|
151
|
+
}
|
|
149
152
|
if (!this._attached) {
|
|
150
153
|
this._attached = true;
|
|
151
154
|
this._flushQueuedAttributes();
|
|
152
155
|
}
|
|
153
156
|
}
|
|
157
|
+
disconnectedCallback() {
|
|
158
|
+
if (super["disconnectedCallback"]) {
|
|
159
|
+
super["disconnectedCallback"]();
|
|
160
|
+
}
|
|
161
|
+
if (this.i.disconnectedCallback) {
|
|
162
|
+
this.i.disconnectedCallback();
|
|
163
|
+
}
|
|
164
|
+
if (this._attached) {
|
|
165
|
+
this._attached = false;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
154
168
|
static get observedAttributes() {
|
|
155
169
|
if (IgcSeriesViewerComponent._observedAttributesIgcSeriesViewerComponent == null) {
|
|
156
170
|
let names = getAllPropertyNames(IgcSeriesViewerComponent);
|
|
@@ -218,11 +232,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
218
232
|
* Gets or sets the marker mode used for assigning a marker type to series when the marker type is automatic.
|
|
219
233
|
*/
|
|
220
234
|
get markerAutomaticBehavior() {
|
|
221
|
-
return this.i.
|
|
235
|
+
return this.i.be;
|
|
222
236
|
}
|
|
223
237
|
set markerAutomaticBehavior(v) {
|
|
224
|
-
this.i.
|
|
225
|
-
this._a("markerAutomaticBehavior", enumToString(MarkerAutomaticBehavior_$type, this.i.
|
|
238
|
+
this.i.be = ensureEnum(MarkerAutomaticBehavior_$type, v);
|
|
239
|
+
this._a("markerAutomaticBehavior", enumToString(MarkerAutomaticBehavior_$type, this.i.be));
|
|
226
240
|
}
|
|
227
241
|
/**
|
|
228
242
|
* Gets or sets the cross hair point (in world coordinates)
|
|
@@ -236,11 +250,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
236
250
|
* ```
|
|
237
251
|
*/
|
|
238
252
|
get crosshairPoint() {
|
|
239
|
-
return fromPoint(this.i.
|
|
253
|
+
return fromPoint(this.i.s0);
|
|
240
254
|
}
|
|
241
255
|
set crosshairPoint(v) {
|
|
242
|
-
this.i.
|
|
243
|
-
this._a("crosshairPoint", pointToString(this.i.
|
|
256
|
+
this.i.s0 = toPoint(v);
|
|
257
|
+
this._a("crosshairPoint", pointToString(this.i.s0));
|
|
244
258
|
}
|
|
245
259
|
/**
|
|
246
260
|
* Gets or sets whether the series animations should be allowed when a range change has been detected on an axis.
|
|
@@ -252,329 +266,329 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
252
266
|
* ```
|
|
253
267
|
*/
|
|
254
268
|
get animateSeriesWhenAxisRangeChanges() {
|
|
255
|
-
return this.i.
|
|
269
|
+
return this.i.ds;
|
|
256
270
|
}
|
|
257
271
|
set animateSeriesWhenAxisRangeChanges(v) {
|
|
258
|
-
this.i.
|
|
259
|
-
this._a("animateSeriesWhenAxisRangeChanges", this.i.
|
|
272
|
+
this.i.ds = ensureBool(v);
|
|
273
|
+
this._a("animateSeriesWhenAxisRangeChanges", this.i.ds);
|
|
260
274
|
}
|
|
261
275
|
/**
|
|
262
276
|
* Gets or sets whether to sync the vertical aspect of the window with the contained series content. This is only supported for a subset of the available series.
|
|
263
277
|
*/
|
|
264
278
|
get isWindowSyncedToVisibleRange() {
|
|
265
|
-
return this.i.
|
|
279
|
+
return this.i.ep;
|
|
266
280
|
}
|
|
267
281
|
set isWindowSyncedToVisibleRange(v) {
|
|
268
|
-
this.i.
|
|
269
|
-
this._a("isWindowSyncedToVisibleRange", this.i.
|
|
282
|
+
this.i.ep = ensureBool(v);
|
|
283
|
+
this._a("isWindowSyncedToVisibleRange", this.i.ep);
|
|
270
284
|
}
|
|
271
285
|
/**
|
|
272
286
|
* Gets or sets whether calling SimulateHover should shift the crosshair point.
|
|
273
287
|
*/
|
|
274
288
|
get shouldSimulateHoverMoveCrosshairPoint() {
|
|
275
|
-
return this.i.
|
|
289
|
+
return this.i.fa;
|
|
276
290
|
}
|
|
277
291
|
set shouldSimulateHoverMoveCrosshairPoint(v) {
|
|
278
|
-
this.i.
|
|
279
|
-
this._a("shouldSimulateHoverMoveCrosshairPoint", this.i.
|
|
292
|
+
this.i.fa = ensureBool(v);
|
|
293
|
+
this._a("shouldSimulateHoverMoveCrosshairPoint", this.i.fa);
|
|
280
294
|
}
|
|
281
295
|
/**
|
|
282
296
|
* Gets or sets the highlighting mode to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.
|
|
283
297
|
*/
|
|
284
298
|
get highlightingMode() {
|
|
285
|
-
return this.i.
|
|
299
|
+
return this.i.bv;
|
|
286
300
|
}
|
|
287
301
|
set highlightingMode(v) {
|
|
288
|
-
this.i.
|
|
289
|
-
this._a("highlightingMode", enumToString(SeriesHighlightingMode_$type, this.i.
|
|
302
|
+
this.i.bv = ensureEnum(SeriesHighlightingMode_$type, v);
|
|
303
|
+
this._a("highlightingMode", enumToString(SeriesHighlightingMode_$type, this.i.bv));
|
|
290
304
|
}
|
|
291
305
|
/**
|
|
292
306
|
* Gets or sets the horizontal scrollbar mode to use for the series viewer.
|
|
293
307
|
*/
|
|
294
308
|
get horizontalViewScrollbarMode() {
|
|
295
|
-
return this.i.
|
|
309
|
+
return this.i.b5;
|
|
296
310
|
}
|
|
297
311
|
set horizontalViewScrollbarMode(v) {
|
|
298
|
-
this.i.
|
|
299
|
-
this._a("horizontalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.
|
|
312
|
+
this.i.b5 = ensureEnum(SeriesViewerScrollbarMode_$type, v);
|
|
313
|
+
this._a("horizontalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.b5));
|
|
300
314
|
}
|
|
301
315
|
/**
|
|
302
316
|
* Gets or sets the vertical scrollbar mode to use for the series viewer.
|
|
303
317
|
*/
|
|
304
318
|
get verticalViewScrollbarMode() {
|
|
305
|
-
return this.i.
|
|
319
|
+
return this.i.b6;
|
|
306
320
|
}
|
|
307
321
|
set verticalViewScrollbarMode(v) {
|
|
308
|
-
this.i.
|
|
309
|
-
this._a("verticalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.
|
|
322
|
+
this.i.b6 = ensureEnum(SeriesViewerScrollbarMode_$type, v);
|
|
323
|
+
this._a("verticalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.b6));
|
|
310
324
|
}
|
|
311
325
|
/**
|
|
312
326
|
* Gets or sets the position to use for the horizontal scrollbar in the component, when enabled.
|
|
313
327
|
*/
|
|
314
328
|
get horizontalViewScrollbarPosition() {
|
|
315
|
-
return this.i.
|
|
329
|
+
return this.i.b2;
|
|
316
330
|
}
|
|
317
331
|
set horizontalViewScrollbarPosition(v) {
|
|
318
|
-
this.i.
|
|
319
|
-
this._a("horizontalViewScrollbarPosition", enumToString(SeriesViewerHorizontalScrollbarPosition_$type, this.i.
|
|
332
|
+
this.i.b2 = ensureEnum(SeriesViewerHorizontalScrollbarPosition_$type, v);
|
|
333
|
+
this._a("horizontalViewScrollbarPosition", enumToString(SeriesViewerHorizontalScrollbarPosition_$type, this.i.b2));
|
|
320
334
|
}
|
|
321
335
|
/**
|
|
322
336
|
* Gets or sets the position to use for the vertical scrollbar in the component, when enabled.
|
|
323
337
|
*/
|
|
324
338
|
get verticalViewScrollbarPosition() {
|
|
325
|
-
return this.i.
|
|
339
|
+
return this.i.b7;
|
|
326
340
|
}
|
|
327
341
|
set verticalViewScrollbarPosition(v) {
|
|
328
|
-
this.i.
|
|
329
|
-
this._a("verticalViewScrollbarPosition", enumToString(SeriesViewerVerticalScrollbarPosition_$type, this.i.
|
|
342
|
+
this.i.b7 = ensureEnum(SeriesViewerVerticalScrollbarPosition_$type, v);
|
|
343
|
+
this._a("verticalViewScrollbarPosition", enumToString(SeriesViewerVerticalScrollbarPosition_$type, this.i.b7));
|
|
330
344
|
}
|
|
331
345
|
/**
|
|
332
346
|
* Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.
|
|
333
347
|
*/
|
|
334
348
|
get horizontalViewScrollbarFill() {
|
|
335
|
-
return brushToString(this.i.
|
|
349
|
+
return brushToString(this.i.so);
|
|
336
350
|
}
|
|
337
351
|
set horizontalViewScrollbarFill(v) {
|
|
338
|
-
this.i.
|
|
339
|
-
this._a("horizontalViewScrollbarFill", brushToString(this.i.
|
|
352
|
+
this.i.so = stringToBrush(v);
|
|
353
|
+
this._a("horizontalViewScrollbarFill", brushToString(this.i.so));
|
|
340
354
|
}
|
|
341
355
|
/**
|
|
342
356
|
* Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.
|
|
343
357
|
*/
|
|
344
358
|
get horizontalViewScrollbarOutline() {
|
|
345
|
-
return brushToString(this.i.
|
|
359
|
+
return brushToString(this.i.sp);
|
|
346
360
|
}
|
|
347
361
|
set horizontalViewScrollbarOutline(v) {
|
|
348
|
-
this.i.
|
|
349
|
-
this._a("horizontalViewScrollbarOutline", brushToString(this.i.
|
|
362
|
+
this.i.sp = stringToBrush(v);
|
|
363
|
+
this._a("horizontalViewScrollbarOutline", brushToString(this.i.sp));
|
|
350
364
|
}
|
|
351
365
|
/**
|
|
352
366
|
* Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled.
|
|
353
367
|
*/
|
|
354
368
|
get horizontalViewScrollbarStrokeThickness() {
|
|
355
|
-
return this.i.
|
|
369
|
+
return this.i.gs;
|
|
356
370
|
}
|
|
357
371
|
set horizontalViewScrollbarStrokeThickness(v) {
|
|
358
|
-
this.i.
|
|
359
|
-
this._a("horizontalViewScrollbarStrokeThickness", this.i.
|
|
372
|
+
this.i.gs = +v;
|
|
373
|
+
this._a("horizontalViewScrollbarStrokeThickness", this.i.gs);
|
|
360
374
|
}
|
|
361
375
|
/**
|
|
362
376
|
* Gets or sets the max opacity to use for the horizontal scrollbar in the component, when enabled.
|
|
363
377
|
*/
|
|
364
378
|
get horizontalViewScrollbarMaxOpacity() {
|
|
365
|
-
return this.i.
|
|
379
|
+
return this.i.gr;
|
|
366
380
|
}
|
|
367
381
|
set horizontalViewScrollbarMaxOpacity(v) {
|
|
368
|
-
this.i.
|
|
369
|
-
this._a("horizontalViewScrollbarMaxOpacity", this.i.
|
|
382
|
+
this.i.gr = +v;
|
|
383
|
+
this._a("horizontalViewScrollbarMaxOpacity", this.i.gr);
|
|
370
384
|
}
|
|
371
385
|
/**
|
|
372
386
|
* Gets or sets the corner radius to use for the horizontal scrollbar in the component, when enabled.
|
|
373
387
|
*/
|
|
374
388
|
get horizontalViewScrollbarCornerRadius() {
|
|
375
|
-
return this.i.
|
|
389
|
+
return this.i.go;
|
|
376
390
|
}
|
|
377
391
|
set horizontalViewScrollbarCornerRadius(v) {
|
|
378
|
-
this.i.
|
|
379
|
-
this._a("horizontalViewScrollbarCornerRadius", this.i.
|
|
392
|
+
this.i.go = +v;
|
|
393
|
+
this._a("horizontalViewScrollbarCornerRadius", this.i.go);
|
|
380
394
|
}
|
|
381
395
|
/**
|
|
382
396
|
* Gets or sets the height to use for the horizontal scrollbar in the component, when enabled.
|
|
383
397
|
*/
|
|
384
398
|
get horizontalViewScrollbarHeight() {
|
|
385
|
-
return this.i.
|
|
399
|
+
return this.i.gp;
|
|
386
400
|
}
|
|
387
401
|
set horizontalViewScrollbarHeight(v) {
|
|
388
|
-
this.i.
|
|
389
|
-
this._a("horizontalViewScrollbarHeight", this.i.
|
|
402
|
+
this.i.gp = +v;
|
|
403
|
+
this._a("horizontalViewScrollbarHeight", this.i.gp);
|
|
390
404
|
}
|
|
391
405
|
/**
|
|
392
406
|
* Gets or sets the inset distance to use for the horizontal scrollbar in the component, when enabled.
|
|
393
407
|
*/
|
|
394
408
|
get horizontalViewScrollbarInset() {
|
|
395
|
-
return this.i.
|
|
409
|
+
return this.i.gq;
|
|
396
410
|
}
|
|
397
411
|
set horizontalViewScrollbarInset(v) {
|
|
398
|
-
this.i.
|
|
399
|
-
this._a("horizontalViewScrollbarInset", this.i.
|
|
412
|
+
this.i.gq = +v;
|
|
413
|
+
this._a("horizontalViewScrollbarInset", this.i.gq);
|
|
400
414
|
}
|
|
401
415
|
/**
|
|
402
416
|
* Gets or sets the track start inset to use for the horizontal scrollbar in the component, when enabled.
|
|
403
417
|
*/
|
|
404
418
|
get horizontalViewScrollbarTrackStartInset() {
|
|
405
|
-
return this.i.
|
|
419
|
+
return this.i.gu;
|
|
406
420
|
}
|
|
407
421
|
set horizontalViewScrollbarTrackStartInset(v) {
|
|
408
|
-
this.i.
|
|
409
|
-
this._a("horizontalViewScrollbarTrackStartInset", this.i.
|
|
422
|
+
this.i.gu = +v;
|
|
423
|
+
this._a("horizontalViewScrollbarTrackStartInset", this.i.gu);
|
|
410
424
|
}
|
|
411
425
|
/**
|
|
412
426
|
* Gets or sets the track end inset to use for the horizontal scrollbar in the component, when enabled.
|
|
413
427
|
*/
|
|
414
428
|
get horizontalViewScrollbarTrackEndInset() {
|
|
415
|
-
return this.i.
|
|
429
|
+
return this.i.gt;
|
|
416
430
|
}
|
|
417
431
|
set horizontalViewScrollbarTrackEndInset(v) {
|
|
418
|
-
this.i.
|
|
419
|
-
this._a("horizontalViewScrollbarTrackEndInset", this.i.
|
|
432
|
+
this.i.gt = +v;
|
|
433
|
+
this._a("horizontalViewScrollbarTrackEndInset", this.i.gt);
|
|
420
434
|
}
|
|
421
435
|
/**
|
|
422
436
|
* Gets or sets whether to use automatic track insets for the horizontal scrollbar in the component, when enabled.
|
|
423
437
|
*/
|
|
424
438
|
get horizontalViewScrollbarShouldAddAutoTrackInsets() {
|
|
425
|
-
return this.i.
|
|
439
|
+
return this.i.d5;
|
|
426
440
|
}
|
|
427
441
|
set horizontalViewScrollbarShouldAddAutoTrackInsets(v) {
|
|
428
|
-
this.i.
|
|
429
|
-
this._a("horizontalViewScrollbarShouldAddAutoTrackInsets", this.i.
|
|
442
|
+
this.i.d5 = ensureBool(v);
|
|
443
|
+
this._a("horizontalViewScrollbarShouldAddAutoTrackInsets", this.i.d5);
|
|
430
444
|
}
|
|
431
445
|
/**
|
|
432
446
|
* Gets or sets the fill to use for the vertical scrollbar in the component, when enabled.
|
|
433
447
|
*/
|
|
434
448
|
get verticalViewScrollbarFill() {
|
|
435
|
-
return brushToString(this.i.
|
|
449
|
+
return brushToString(this.i.sx);
|
|
436
450
|
}
|
|
437
451
|
set verticalViewScrollbarFill(v) {
|
|
438
|
-
this.i.
|
|
439
|
-
this._a("verticalViewScrollbarFill", brushToString(this.i.
|
|
452
|
+
this.i.sx = stringToBrush(v);
|
|
453
|
+
this._a("verticalViewScrollbarFill", brushToString(this.i.sx));
|
|
440
454
|
}
|
|
441
455
|
/**
|
|
442
456
|
* Gets or sets the outline to use for the vertical scrollbar in the component, when enabled.
|
|
443
457
|
*/
|
|
444
458
|
get verticalViewScrollbarOutline() {
|
|
445
|
-
return brushToString(this.i.
|
|
459
|
+
return brushToString(this.i.sy);
|
|
446
460
|
}
|
|
447
461
|
set verticalViewScrollbarOutline(v) {
|
|
448
|
-
this.i.
|
|
449
|
-
this._a("verticalViewScrollbarOutline", brushToString(this.i.
|
|
462
|
+
this.i.sy = stringToBrush(v);
|
|
463
|
+
this._a("verticalViewScrollbarOutline", brushToString(this.i.sy));
|
|
450
464
|
}
|
|
451
465
|
/**
|
|
452
466
|
* Gets or sets the stroke thickness to use for the vertical scrollbar in the component, when enabled.
|
|
453
467
|
*/
|
|
454
468
|
get verticalViewScrollbarStrokeThickness() {
|
|
455
|
-
return this.i.
|
|
469
|
+
return this.i.he;
|
|
456
470
|
}
|
|
457
471
|
set verticalViewScrollbarStrokeThickness(v) {
|
|
458
|
-
this.i.
|
|
459
|
-
this._a("verticalViewScrollbarStrokeThickness", this.i.
|
|
472
|
+
this.i.he = +v;
|
|
473
|
+
this._a("verticalViewScrollbarStrokeThickness", this.i.he);
|
|
460
474
|
}
|
|
461
475
|
/**
|
|
462
476
|
* Gets or sets the max opacity to use for the vertical scrollbar in the component, when enabled.
|
|
463
477
|
*/
|
|
464
478
|
get verticalViewScrollbarMaxOpacity() {
|
|
465
|
-
return this.i.
|
|
479
|
+
return this.i.hd;
|
|
466
480
|
}
|
|
467
481
|
set verticalViewScrollbarMaxOpacity(v) {
|
|
468
|
-
this.i.
|
|
469
|
-
this._a("verticalViewScrollbarMaxOpacity", this.i.
|
|
482
|
+
this.i.hd = +v;
|
|
483
|
+
this._a("verticalViewScrollbarMaxOpacity", this.i.hd);
|
|
470
484
|
}
|
|
471
485
|
/**
|
|
472
486
|
* Gets or sets the corner radius to use for the vertical scrollbar in the component, when enabled.
|
|
473
487
|
*/
|
|
474
488
|
get verticalViewScrollbarCornerRadius() {
|
|
475
|
-
return this.i.
|
|
489
|
+
return this.i.hb;
|
|
476
490
|
}
|
|
477
491
|
set verticalViewScrollbarCornerRadius(v) {
|
|
478
|
-
this.i.
|
|
479
|
-
this._a("verticalViewScrollbarCornerRadius", this.i.
|
|
492
|
+
this.i.hb = +v;
|
|
493
|
+
this._a("verticalViewScrollbarCornerRadius", this.i.hb);
|
|
480
494
|
}
|
|
481
495
|
/**
|
|
482
496
|
* Gets or sets the width to use for the vertical scrollbar in the component, when enabled.
|
|
483
497
|
*/
|
|
484
498
|
get verticalViewScrollbarWidth() {
|
|
485
|
-
return this.i.
|
|
499
|
+
return this.i.hh;
|
|
486
500
|
}
|
|
487
501
|
set verticalViewScrollbarWidth(v) {
|
|
488
|
-
this.i.
|
|
489
|
-
this._a("verticalViewScrollbarWidth", this.i.
|
|
502
|
+
this.i.hh = +v;
|
|
503
|
+
this._a("verticalViewScrollbarWidth", this.i.hh);
|
|
490
504
|
}
|
|
491
505
|
/**
|
|
492
506
|
* Gets or sets the inset distance to use for the vertical scrollbar in the component, when enabled.
|
|
493
507
|
*/
|
|
494
508
|
get verticalViewScrollbarInset() {
|
|
495
|
-
return this.i.
|
|
509
|
+
return this.i.hc;
|
|
496
510
|
}
|
|
497
511
|
set verticalViewScrollbarInset(v) {
|
|
498
|
-
this.i.
|
|
499
|
-
this._a("verticalViewScrollbarInset", this.i.
|
|
512
|
+
this.i.hc = +v;
|
|
513
|
+
this._a("verticalViewScrollbarInset", this.i.hc);
|
|
500
514
|
}
|
|
501
515
|
/**
|
|
502
516
|
* Gets or sets the track start inset to use for the vertical scrollbar in the component, when enabled.
|
|
503
517
|
*/
|
|
504
518
|
get verticalViewScrollbarTrackStartInset() {
|
|
505
|
-
return this.i.
|
|
519
|
+
return this.i.hg;
|
|
506
520
|
}
|
|
507
521
|
set verticalViewScrollbarTrackStartInset(v) {
|
|
508
|
-
this.i.
|
|
509
|
-
this._a("verticalViewScrollbarTrackStartInset", this.i.
|
|
522
|
+
this.i.hg = +v;
|
|
523
|
+
this._a("verticalViewScrollbarTrackStartInset", this.i.hg);
|
|
510
524
|
}
|
|
511
525
|
/**
|
|
512
526
|
* Gets or sets the track end inset to use for the vertical scrollbar in the component, when enabled.
|
|
513
527
|
*/
|
|
514
528
|
get verticalViewScrollbarTrackEndInset() {
|
|
515
|
-
return this.i.
|
|
529
|
+
return this.i.hf;
|
|
516
530
|
}
|
|
517
531
|
set verticalViewScrollbarTrackEndInset(v) {
|
|
518
|
-
this.i.
|
|
519
|
-
this._a("verticalViewScrollbarTrackEndInset", this.i.
|
|
532
|
+
this.i.hf = +v;
|
|
533
|
+
this._a("verticalViewScrollbarTrackEndInset", this.i.hf);
|
|
520
534
|
}
|
|
521
535
|
/**
|
|
522
536
|
* Gets or sets whether to use automatic track insets for the vertical scrollbar in the component, when enabled.
|
|
523
537
|
*/
|
|
524
538
|
get verticalViewScrollbarShouldAddAutoTrackInsets() {
|
|
525
|
-
return this.i.
|
|
539
|
+
return this.i.fj;
|
|
526
540
|
}
|
|
527
541
|
set verticalViewScrollbarShouldAddAutoTrackInsets(v) {
|
|
528
|
-
this.i.
|
|
529
|
-
this._a("verticalViewScrollbarShouldAddAutoTrackInsets", this.i.
|
|
542
|
+
this.i.fj = ensureBool(v);
|
|
543
|
+
this._a("verticalViewScrollbarShouldAddAutoTrackInsets", this.i.fj);
|
|
530
544
|
}
|
|
531
545
|
/**
|
|
532
546
|
* Gets or sets the highlighting Behavior to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.
|
|
533
547
|
*/
|
|
534
548
|
get highlightingBehavior() {
|
|
535
|
-
return this.i.
|
|
549
|
+
return this.i.bt;
|
|
536
550
|
}
|
|
537
551
|
set highlightingBehavior(v) {
|
|
538
|
-
this.i.
|
|
539
|
-
this._a("highlightingBehavior", enumToString(SeriesHighlightingBehavior_$type, this.i.
|
|
552
|
+
this.i.bt = ensureEnum(SeriesHighlightingBehavior_$type, v);
|
|
553
|
+
this._a("highlightingBehavior", enumToString(SeriesHighlightingBehavior_$type, this.i.bt));
|
|
540
554
|
}
|
|
541
555
|
/**
|
|
542
556
|
* Gets or sets the highlighting mode to use for the legend linked to the component, when supported.
|
|
543
557
|
*/
|
|
544
558
|
get legendHighlightingMode() {
|
|
545
|
-
return this.i.
|
|
559
|
+
return this.i.bb;
|
|
546
560
|
}
|
|
547
561
|
set legendHighlightingMode(v) {
|
|
548
|
-
this.i.
|
|
549
|
-
this._a("legendHighlightingMode", enumToString(LegendHighlightingMode_$type, this.i.
|
|
562
|
+
this.i.bb = ensureEnum(LegendHighlightingMode_$type, v);
|
|
563
|
+
this._a("legendHighlightingMode", enumToString(LegendHighlightingMode_$type, this.i.bb));
|
|
550
564
|
}
|
|
551
565
|
/**
|
|
552
566
|
* Gets or sets type of legend badges representing all series displayed in a legend linked to this component
|
|
553
567
|
* This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series
|
|
554
568
|
*/
|
|
555
569
|
get legendItemBadgeShape() {
|
|
556
|
-
return this.i.
|
|
570
|
+
return this.i.bd;
|
|
557
571
|
}
|
|
558
572
|
set legendItemBadgeShape(v) {
|
|
559
|
-
this.i.
|
|
560
|
-
this._a("legendItemBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.
|
|
573
|
+
this.i.bd = ensureEnum(LegendItemBadgeShape_$type, v);
|
|
574
|
+
this._a("legendItemBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.bd));
|
|
561
575
|
}
|
|
562
576
|
/**
|
|
563
577
|
* Gets or sets the mode of legend badges representing all series in this chart.
|
|
564
578
|
* This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series
|
|
565
579
|
*/
|
|
566
580
|
get legendItemBadgeMode() {
|
|
567
|
-
return this.i.
|
|
581
|
+
return this.i.bc;
|
|
568
582
|
}
|
|
569
583
|
set legendItemBadgeMode(v) {
|
|
570
|
-
this.i.
|
|
571
|
-
this._a("legendItemBadgeMode", enumToString(LegendItemBadgeMode_$type, this.i.
|
|
584
|
+
this.i.bc = ensureEnum(LegendItemBadgeMode_$type, v);
|
|
585
|
+
this._a("legendItemBadgeMode", enumToString(LegendItemBadgeMode_$type, this.i.bc));
|
|
572
586
|
}
|
|
573
587
|
/**
|
|
574
588
|
* Gets the viewport rectangle associated with the SeriesViewer, the physical dimensions of the plot area.
|
|
575
589
|
*/
|
|
576
590
|
get viewportRect() {
|
|
577
|
-
return fromRect(this.i.
|
|
591
|
+
return fromRect(this.i.to);
|
|
578
592
|
}
|
|
579
593
|
/**
|
|
580
594
|
* Gets the EffectiveViewport rectangle, representing the effective viewport area after margins have been subtracted.
|
|
@@ -587,18 +601,18 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
587
601
|
* ```
|
|
588
602
|
*/
|
|
589
603
|
get effectiveViewport() {
|
|
590
|
-
return fromRect(this.i.
|
|
604
|
+
return fromRect(this.i.td);
|
|
591
605
|
}
|
|
592
606
|
set effectiveViewport(v) {
|
|
593
|
-
this.i.
|
|
594
|
-
this._a("effectiveViewport", rectToString(this.i.
|
|
607
|
+
this.i.td = toRect(v);
|
|
608
|
+
this._a("effectiveViewport", rectToString(this.i.td));
|
|
595
609
|
}
|
|
596
610
|
/**
|
|
597
611
|
* Represents the subset area within the viewport into which content should be mapped.
|
|
598
612
|
* This is the projection of the current EffectiveViewport into the viewport at current zoom level.
|
|
599
613
|
*/
|
|
600
614
|
get contentViewport() {
|
|
601
|
-
return fromRect(this.i.
|
|
615
|
+
return fromRect(this.i.tc);
|
|
602
616
|
}
|
|
603
617
|
/**
|
|
604
618
|
* A rectangle representing the portion of the SeriesViewer currently in view.
|
|
@@ -611,41 +625,41 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
611
625
|
* ```
|
|
612
626
|
*/
|
|
613
627
|
get windowRect() {
|
|
614
|
-
return fromRect(this.i.
|
|
628
|
+
return fromRect(this.i.tp);
|
|
615
629
|
}
|
|
616
630
|
set windowRect(v) {
|
|
617
|
-
this.i.
|
|
618
|
-
this._a("windowRect", rectToString(this.i.
|
|
631
|
+
this.i.tp = toRect(v);
|
|
632
|
+
this._a("windowRect", rectToString(this.i.tp));
|
|
619
633
|
}
|
|
620
634
|
/**
|
|
621
635
|
* Gets or sets whether the series viewer should use cached tiles during zooms rather than the default live content.
|
|
622
636
|
*/
|
|
623
637
|
get useTiledZooming() {
|
|
624
|
-
return this.i.
|
|
638
|
+
return this.i.fi;
|
|
625
639
|
}
|
|
626
640
|
set useTiledZooming(v) {
|
|
627
|
-
this.i.
|
|
628
|
-
this._a("useTiledZooming", this.i.
|
|
641
|
+
this.i.fi = ensureBool(v);
|
|
642
|
+
this._a("useTiledZooming", this.i.fi);
|
|
629
643
|
}
|
|
630
644
|
/**
|
|
631
645
|
* Gets or sets whether the series viewer should prefer selecting higher resolution tiles over lower resolution tiles when performing tile zooming. Setting this to true will lower performance but increase quality.
|
|
632
646
|
*/
|
|
633
647
|
get preferHigherResolutionTiles() {
|
|
634
|
-
return this.i.
|
|
648
|
+
return this.i.e5;
|
|
635
649
|
}
|
|
636
650
|
set preferHigherResolutionTiles(v) {
|
|
637
|
-
this.i.
|
|
638
|
-
this._a("preferHigherResolutionTiles", this.i.
|
|
651
|
+
this.i.e5 = ensureBool(v);
|
|
652
|
+
this._a("preferHigherResolutionTiles", this.i.e5);
|
|
639
653
|
}
|
|
640
654
|
/**
|
|
641
655
|
* Gets or sets the maximum number of zoom tiles that the series viewer should cache while in tiled zooming mode.
|
|
642
656
|
*/
|
|
643
657
|
get zoomTileCacheSize() {
|
|
644
|
-
return this.i.
|
|
658
|
+
return this.i.hx;
|
|
645
659
|
}
|
|
646
660
|
set zoomTileCacheSize(v) {
|
|
647
|
-
this.i.
|
|
648
|
-
this._a("zoomTileCacheSize", this.i.
|
|
661
|
+
this.i.hx = +v;
|
|
662
|
+
this._a("zoomTileCacheSize", this.i.hx);
|
|
649
663
|
}
|
|
650
664
|
/**
|
|
651
665
|
* Gets or sets the duration the highlighting/de-highlighting effects.
|
|
@@ -657,31 +671,31 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
657
671
|
* ```
|
|
658
672
|
*/
|
|
659
673
|
get highlightingTransitionDuration() {
|
|
660
|
-
return this.i.
|
|
674
|
+
return this.i.hv;
|
|
661
675
|
}
|
|
662
676
|
set highlightingTransitionDuration(v) {
|
|
663
|
-
this.i.
|
|
664
|
-
this._a("highlightingTransitionDuration", this.i.
|
|
677
|
+
this.i.hv = +v;
|
|
678
|
+
this._a("highlightingTransitionDuration", this.i.hv);
|
|
665
679
|
}
|
|
666
680
|
/**
|
|
667
681
|
* Gets or sets the duration of the scrollbar effects.
|
|
668
682
|
*/
|
|
669
683
|
get scrollbarsAnimationDuration() {
|
|
670
|
-
return this.i.
|
|
684
|
+
return this.i.hw;
|
|
671
685
|
}
|
|
672
686
|
set scrollbarsAnimationDuration(v) {
|
|
673
|
-
this.i.
|
|
674
|
-
this._a("scrollbarsAnimationDuration", this.i.
|
|
687
|
+
this.i.hw = +v;
|
|
688
|
+
this._a("scrollbarsAnimationDuration", this.i.hw);
|
|
675
689
|
}
|
|
676
690
|
/**
|
|
677
691
|
* Gets or sets the whether the series viewer can allow the page to pan if a control pan is not possible in the requested direction.
|
|
678
692
|
*/
|
|
679
693
|
get isPagePanningAllowed() {
|
|
680
|
-
return this.i.
|
|
694
|
+
return this.i.ek;
|
|
681
695
|
}
|
|
682
696
|
set isPagePanningAllowed(v) {
|
|
683
|
-
this.i.
|
|
684
|
-
this._a("isPagePanningAllowed", this.i.
|
|
697
|
+
this.i.ek = ensureBool(v);
|
|
698
|
+
this._a("isPagePanningAllowed", this.i.ek);
|
|
685
699
|
}
|
|
686
700
|
/**
|
|
687
701
|
* Determines the method of hit testing used when mousing over elements in the chart.
|
|
@@ -691,11 +705,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
691
705
|
* ```
|
|
692
706
|
*/
|
|
693
707
|
get contentHitTestMode() {
|
|
694
|
-
return this.i.
|
|
708
|
+
return this.i.av;
|
|
695
709
|
}
|
|
696
710
|
set contentHitTestMode(v) {
|
|
697
|
-
this.i.
|
|
698
|
-
this._a("contentHitTestMode", enumToString(ChartHitTestMode_$type, this.i.
|
|
711
|
+
this.i.av = ensureEnum(ChartHitTestMode_$type, v);
|
|
712
|
+
this._a("contentHitTestMode", enumToString(ChartHitTestMode_$type, this.i.av));
|
|
699
713
|
}
|
|
700
714
|
/**
|
|
701
715
|
* Resolved method of hit testing used when the pointer is over elements in the chart.
|
|
@@ -705,11 +719,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
705
719
|
* ```
|
|
706
720
|
*/
|
|
707
721
|
get actualContentHitTestMode() {
|
|
708
|
-
return this.i.
|
|
722
|
+
return this.i.au;
|
|
709
723
|
}
|
|
710
724
|
set actualContentHitTestMode(v) {
|
|
711
|
-
this.i.
|
|
712
|
-
this._a("actualContentHitTestMode", enumToString(ChartHitTestMode_$type, this.i.
|
|
725
|
+
this.i.au = ensureEnum(ChartHitTestMode_$type, v);
|
|
726
|
+
this._a("actualContentHitTestMode", enumToString(ChartHitTestMode_$type, this.i.au));
|
|
713
727
|
}
|
|
714
728
|
/**
|
|
715
729
|
* Gets or sets whether all surface interactions with the plot area should be disabled.
|
|
@@ -721,17 +735,17 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
721
735
|
* ```
|
|
722
736
|
*/
|
|
723
737
|
get isSurfaceInteractionDisabled() {
|
|
724
|
-
return this.i.
|
|
738
|
+
return this.i.el;
|
|
725
739
|
}
|
|
726
740
|
set isSurfaceInteractionDisabled(v) {
|
|
727
|
-
this.i.
|
|
728
|
-
this._a("isSurfaceInteractionDisabled", this.i.
|
|
741
|
+
this.i.el = ensureBool(v);
|
|
742
|
+
this._a("isSurfaceInteractionDisabled", this.i.el);
|
|
729
743
|
}
|
|
730
744
|
/**
|
|
731
745
|
* Indicates if this SeriesViewer is a map.
|
|
732
746
|
*/
|
|
733
747
|
get isMap() {
|
|
734
|
-
return this.i.
|
|
748
|
+
return this.i.ej;
|
|
735
749
|
}
|
|
736
750
|
/**
|
|
737
751
|
* The response to user panning and zooming: whether to update the view immediately while the user action is happening, or to defer the update to after the user action is complete. The user action will be an action such as a mouse drag which causes panning and/or zooming to occur.
|
|
@@ -744,16 +758,17 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
744
758
|
* ```
|
|
745
759
|
*/
|
|
746
760
|
get windowResponse() {
|
|
747
|
-
return this.i.
|
|
761
|
+
return this.i.cb;
|
|
748
762
|
}
|
|
749
763
|
set windowResponse(v) {
|
|
750
|
-
this.i.
|
|
751
|
-
this._a("windowResponse", enumToString(WindowResponse_$type, this.i.
|
|
764
|
+
this.i.cb = ensureEnum(WindowResponse_$type, v);
|
|
765
|
+
this._a("windowResponse", enumToString(WindowResponse_$type, this.i.cb));
|
|
752
766
|
}
|
|
753
767
|
/**
|
|
754
768
|
* Sets or gets the minimum width that the window rect is allowed to reach before being clamped.
|
|
755
769
|
* Decrease this value if you want to allow for further zooming into the viewer.
|
|
756
770
|
* If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
|
|
771
|
+
* This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)
|
|
757
772
|
*
|
|
758
773
|
* The `windowRectMinWidth` property is used to set or get the minimum width that the window rect is allowed to reach before being clamped.
|
|
759
774
|
*
|
|
@@ -762,11 +777,70 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
762
777
|
* ```
|
|
763
778
|
*/
|
|
764
779
|
get windowRectMinWidth() {
|
|
765
|
-
return this.i.
|
|
780
|
+
return this.i.hl;
|
|
766
781
|
}
|
|
767
782
|
set windowRectMinWidth(v) {
|
|
768
|
-
this.i.
|
|
769
|
-
this._a("windowRectMinWidth", this.i.
|
|
783
|
+
this.i.hl = +v;
|
|
784
|
+
this._a("windowRectMinWidth", this.i.hl);
|
|
785
|
+
}
|
|
786
|
+
/**
|
|
787
|
+
* Sets or gets the minimum height that the window rect is allowed to reach before being clamped.
|
|
788
|
+
* Decrease this value if you want to allow for further zooming into the viewer.
|
|
789
|
+
* If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
|
|
790
|
+
* This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)
|
|
791
|
+
*/
|
|
792
|
+
get windowRectMinHeight() {
|
|
793
|
+
return this.i.hk;
|
|
794
|
+
}
|
|
795
|
+
set windowRectMinHeight(v) {
|
|
796
|
+
this.i.hk = +v;
|
|
797
|
+
this._a("windowRectMinHeight", this.i.hk);
|
|
798
|
+
}
|
|
799
|
+
/**
|
|
800
|
+
* Gets the actual minimum width that the window rect is allowed to reach before being clamped.
|
|
801
|
+
*/
|
|
802
|
+
get actualWindowRectMinWidth() {
|
|
803
|
+
return this.i.gg;
|
|
804
|
+
}
|
|
805
|
+
set actualWindowRectMinWidth(v) {
|
|
806
|
+
this.i.gg = +v;
|
|
807
|
+
this._a("actualWindowRectMinWidth", this.i.gg);
|
|
808
|
+
}
|
|
809
|
+
/**
|
|
810
|
+
* Gets the actual minimum height that the window rect is allowed to reach before being clamped.
|
|
811
|
+
*/
|
|
812
|
+
get actualWindowRectMinHeight() {
|
|
813
|
+
return this.i.gf;
|
|
814
|
+
}
|
|
815
|
+
set actualWindowRectMinHeight(v) {
|
|
816
|
+
this.i.gf = +v;
|
|
817
|
+
this._a("actualWindowRectMinHeight", this.i.gf);
|
|
818
|
+
}
|
|
819
|
+
/**
|
|
820
|
+
* Sets or gets minimum pixel width that the window is allowed to reach before being clamped.
|
|
821
|
+
* Decrease this value if you want to allow for further zooming into the viewer.
|
|
822
|
+
* If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
|
|
823
|
+
* This property is overridden by the WindowRectMinWidth property
|
|
824
|
+
*/
|
|
825
|
+
get windowSizeMinWidth() {
|
|
826
|
+
return this.i.hn;
|
|
827
|
+
}
|
|
828
|
+
set windowSizeMinWidth(v) {
|
|
829
|
+
this.i.hn = +v;
|
|
830
|
+
this._a("windowSizeMinWidth", this.i.hn);
|
|
831
|
+
}
|
|
832
|
+
/**
|
|
833
|
+
* Sets or gets minimum pixel height that the window is allowed to reach before being clamped.
|
|
834
|
+
* Decrease this value if you want to allow for further zooming into the viewer.
|
|
835
|
+
* If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
|
|
836
|
+
* This property is overridden by the WindowRectMinHeight property
|
|
837
|
+
*/
|
|
838
|
+
get windowSizeMinHeight() {
|
|
839
|
+
return this.i.hm;
|
|
840
|
+
}
|
|
841
|
+
set windowSizeMinHeight(v) {
|
|
842
|
+
this.i.hm = +v;
|
|
843
|
+
this._a("windowSizeMinHeight", this.i.hm);
|
|
770
844
|
}
|
|
771
845
|
/**
|
|
772
846
|
* Gets or sets the current SeriesViewer's crosshair visibility override.
|
|
@@ -778,41 +852,41 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
778
852
|
* ```
|
|
779
853
|
*/
|
|
780
854
|
get crosshairVisibility() {
|
|
781
|
-
return this.i.
|
|
855
|
+
return this.i.tt;
|
|
782
856
|
}
|
|
783
857
|
set crosshairVisibility(v) {
|
|
784
|
-
this.i.
|
|
785
|
-
this._a("crosshairVisibility", enumToString(Visibility_$type, this.i.
|
|
858
|
+
this.i.tt = ensureEnum(Visibility_$type, v);
|
|
859
|
+
this._a("crosshairVisibility", enumToString(Visibility_$type, this.i.tt));
|
|
786
860
|
}
|
|
787
861
|
/**
|
|
788
862
|
* Gets or sets the current SeriesViewer's crosshair horizontal brush override.
|
|
789
863
|
*/
|
|
790
864
|
get horizontalCrosshairBrush() {
|
|
791
|
-
return brushToString(this.i.
|
|
865
|
+
return brushToString(this.i.sn);
|
|
792
866
|
}
|
|
793
867
|
set horizontalCrosshairBrush(v) {
|
|
794
|
-
this.i.
|
|
795
|
-
this._a("horizontalCrosshairBrush", brushToString(this.i.
|
|
868
|
+
this.i.sn = stringToBrush(v);
|
|
869
|
+
this._a("horizontalCrosshairBrush", brushToString(this.i.sn));
|
|
796
870
|
}
|
|
797
871
|
/**
|
|
798
872
|
* Gets or sets the current SeriesViewer's crosshair vertical brush override.
|
|
799
873
|
*/
|
|
800
874
|
get verticalCrosshairBrush() {
|
|
801
|
-
return brushToString(this.i.
|
|
875
|
+
return brushToString(this.i.sw);
|
|
802
876
|
}
|
|
803
877
|
set verticalCrosshairBrush(v) {
|
|
804
|
-
this.i.
|
|
805
|
-
this._a("verticalCrosshairBrush", brushToString(this.i.
|
|
878
|
+
this.i.sw = stringToBrush(v);
|
|
879
|
+
this._a("verticalCrosshairBrush", brushToString(this.i.sw));
|
|
806
880
|
}
|
|
807
881
|
/**
|
|
808
882
|
* Gets or sets zoom is contrained to within the axes. Setting this to false is a preview feature at the present time.
|
|
809
883
|
*/
|
|
810
884
|
get zoomCoercionMode() {
|
|
811
|
-
return this.i.
|
|
885
|
+
return this.i.cf;
|
|
812
886
|
}
|
|
813
887
|
set zoomCoercionMode(v) {
|
|
814
|
-
this.i.
|
|
815
|
-
this._a("zoomCoercionMode", enumToString(ZoomCoercionMode_$type, this.i.
|
|
888
|
+
this.i.cf = ensureEnum(ZoomCoercionMode_$type, v);
|
|
889
|
+
this._a("zoomCoercionMode", enumToString(ZoomCoercionMode_$type, this.i.cf));
|
|
816
890
|
}
|
|
817
891
|
/**
|
|
818
892
|
* Gets or sets the brush used as the background for the current SeriesViewer object's plot area.
|
|
@@ -824,11 +898,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
824
898
|
* ```
|
|
825
899
|
*/
|
|
826
900
|
get plotAreaBackground() {
|
|
827
|
-
return brushToString(this.i.
|
|
901
|
+
return brushToString(this.i.sq);
|
|
828
902
|
}
|
|
829
903
|
set plotAreaBackground(v) {
|
|
830
|
-
this.i.
|
|
831
|
-
this._a("plotAreaBackground", brushToString(this.i.
|
|
904
|
+
this.i.sq = stringToBrush(v);
|
|
905
|
+
this._a("plotAreaBackground", brushToString(this.i.sq));
|
|
832
906
|
}
|
|
833
907
|
/**
|
|
834
908
|
* Gets or sets the DefaultInteraction property.
|
|
@@ -841,22 +915,22 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
841
915
|
* ```
|
|
842
916
|
*/
|
|
843
917
|
get defaultInteraction() {
|
|
844
|
-
return this.i.
|
|
918
|
+
return this.i.ci;
|
|
845
919
|
}
|
|
846
920
|
set defaultInteraction(v) {
|
|
847
|
-
this.i.
|
|
848
|
-
this._a("defaultInteraction", enumToString(InteractionState_$type, this.i.
|
|
921
|
+
this.i.ci = ensureEnum(InteractionState_$type, v);
|
|
922
|
+
this._a("defaultInteraction", enumToString(InteractionState_$type, this.i.ci));
|
|
849
923
|
}
|
|
850
924
|
/**
|
|
851
925
|
* Gets or sets the RightButtonDefaultInteraction property.
|
|
852
926
|
* The default interaction state defines the SeriesViewer's response to right button mouse events.
|
|
853
927
|
*/
|
|
854
928
|
get rightButtonDefaultInteraction() {
|
|
855
|
-
return this.i.
|
|
929
|
+
return this.i.ck;
|
|
856
930
|
}
|
|
857
931
|
set rightButtonDefaultInteraction(v) {
|
|
858
|
-
this.i.
|
|
859
|
-
this._a("rightButtonDefaultInteraction", enumToString(InteractionState_$type, this.i.
|
|
932
|
+
this.i.ck = ensureEnum(InteractionState_$type, v);
|
|
933
|
+
this._a("rightButtonDefaultInteraction", enumToString(InteractionState_$type, this.i.ck));
|
|
860
934
|
}
|
|
861
935
|
/**
|
|
862
936
|
* Gets or sets the current SeriesViewer's DragModifier property.
|
|
@@ -868,11 +942,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
868
942
|
* ```
|
|
869
943
|
*/
|
|
870
944
|
get dragModifier() {
|
|
871
|
-
return this.i.
|
|
945
|
+
return this.i.r9;
|
|
872
946
|
}
|
|
873
947
|
set dragModifier(v) {
|
|
874
|
-
this.i.
|
|
875
|
-
this._a("dragModifier", enumToString(ModifierKeys_$type, this.i.
|
|
948
|
+
this.i.r9 = ensureEnum(ModifierKeys_$type, v);
|
|
949
|
+
this._a("dragModifier", enumToString(ModifierKeys_$type, this.i.r9));
|
|
876
950
|
}
|
|
877
951
|
/**
|
|
878
952
|
* Gets or sets the current SeriesViewer's PanModifier property.
|
|
@@ -884,11 +958,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
884
958
|
* ```
|
|
885
959
|
*/
|
|
886
960
|
get panModifier() {
|
|
887
|
-
return this.i.
|
|
961
|
+
return this.i.sa;
|
|
888
962
|
}
|
|
889
963
|
set panModifier(v) {
|
|
890
|
-
this.i.
|
|
891
|
-
this._a("panModifier", enumToString(ModifierKeys_$type, this.i.
|
|
964
|
+
this.i.sa = ensureEnum(ModifierKeys_$type, v);
|
|
965
|
+
this._a("panModifier", enumToString(ModifierKeys_$type, this.i.sa));
|
|
892
966
|
}
|
|
893
967
|
/**
|
|
894
968
|
* Gets or sets the preview rectangle.
|
|
@@ -902,11 +976,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
902
976
|
* ```
|
|
903
977
|
*/
|
|
904
978
|
get previewRect() {
|
|
905
|
-
return fromRect(this.i.
|
|
979
|
+
return fromRect(this.i.tj);
|
|
906
980
|
}
|
|
907
981
|
set previewRect(v) {
|
|
908
|
-
this.i.
|
|
909
|
-
this._a("previewRect", rectToString(this.i.
|
|
982
|
+
this.i.tj = toRect(v);
|
|
983
|
+
this._a("previewRect", rectToString(this.i.tj));
|
|
910
984
|
}
|
|
911
985
|
/**
|
|
912
986
|
* A number between 0 and 1 determining the position of the horizontal scroll.
|
|
@@ -917,11 +991,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
917
991
|
* ```
|
|
918
992
|
*/
|
|
919
993
|
get windowPositionHorizontal() {
|
|
920
|
-
return this.i.
|
|
994
|
+
return this.i.hi;
|
|
921
995
|
}
|
|
922
996
|
set windowPositionHorizontal(v) {
|
|
923
|
-
this.i.
|
|
924
|
-
this._a("windowPositionHorizontal", this.i.
|
|
997
|
+
this.i.hi = +v;
|
|
998
|
+
this._a("windowPositionHorizontal", this.i.hi);
|
|
925
999
|
}
|
|
926
1000
|
/**
|
|
927
1001
|
* A number between 0 and 1 determining the position of the vertical scroll.
|
|
@@ -932,11 +1006,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
932
1006
|
* ```
|
|
933
1007
|
*/
|
|
934
1008
|
get windowPositionVertical() {
|
|
935
|
-
return this.i.
|
|
1009
|
+
return this.i.hj;
|
|
936
1010
|
}
|
|
937
1011
|
set windowPositionVertical(v) {
|
|
938
|
-
this.i.
|
|
939
|
-
this._a("windowPositionVertical", this.i.
|
|
1012
|
+
this.i.hj = +v;
|
|
1013
|
+
this._a("windowPositionVertical", this.i.hj);
|
|
940
1014
|
}
|
|
941
1015
|
/**
|
|
942
1016
|
* Text to display above the plot area.
|
|
@@ -948,10 +1022,10 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
948
1022
|
* ```
|
|
949
1023
|
*/
|
|
950
1024
|
get chartTitle() {
|
|
951
|
-
return this.i.
|
|
1025
|
+
return this.i.kg;
|
|
952
1026
|
}
|
|
953
1027
|
set chartTitle(v) {
|
|
954
|
-
this.i.
|
|
1028
|
+
this.i.kg = v;
|
|
955
1029
|
}
|
|
956
1030
|
/**
|
|
957
1031
|
* Gets or sets the TitleHorizontalAlignment property.
|
|
@@ -963,11 +1037,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
963
1037
|
* ```
|
|
964
1038
|
*/
|
|
965
1039
|
get titleHorizontalAlignment() {
|
|
966
|
-
return this.i.
|
|
1040
|
+
return this.i.r8;
|
|
967
1041
|
}
|
|
968
1042
|
set titleHorizontalAlignment(v) {
|
|
969
|
-
this.i.
|
|
970
|
-
this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
1043
|
+
this.i.r8 = ensureEnum(HorizontalAlignment_$type, v);
|
|
1044
|
+
this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.r8));
|
|
971
1045
|
}
|
|
972
1046
|
/**
|
|
973
1047
|
* Gets or sets the SubtitleHorizontalAlignment property.
|
|
@@ -979,29 +1053,29 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
979
1053
|
* ```
|
|
980
1054
|
*/
|
|
981
1055
|
get subtitleHorizontalAlignment() {
|
|
982
|
-
return this.i.
|
|
1056
|
+
return this.i.r7;
|
|
983
1057
|
}
|
|
984
1058
|
set subtitleHorizontalAlignment(v) {
|
|
985
|
-
this.i.
|
|
986
|
-
this._a("subtitleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
1059
|
+
this.i.r7 = ensureEnum(HorizontalAlignment_$type, v);
|
|
1060
|
+
this._a("subtitleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.r7));
|
|
987
1061
|
}
|
|
988
1062
|
/**
|
|
989
1063
|
* Font settings for the title.
|
|
990
1064
|
*/
|
|
991
1065
|
get titleTextStyle() {
|
|
992
|
-
return this.i.
|
|
1066
|
+
return this.i.kn;
|
|
993
1067
|
}
|
|
994
1068
|
set titleTextStyle(v) {
|
|
995
|
-
this.i.
|
|
1069
|
+
this.i.kn = v;
|
|
996
1070
|
}
|
|
997
1071
|
/**
|
|
998
1072
|
* Font settings for the subtitle.
|
|
999
1073
|
*/
|
|
1000
1074
|
get subtitleTextStyle() {
|
|
1001
|
-
return this.i.
|
|
1075
|
+
return this.i.kb;
|
|
1002
1076
|
}
|
|
1003
1077
|
set subtitleTextStyle(v) {
|
|
1004
|
-
this.i.
|
|
1078
|
+
this.i.kb = v;
|
|
1005
1079
|
}
|
|
1006
1080
|
/**
|
|
1007
1081
|
* Gets or sets the Color used for the Title Text.
|
|
@@ -1013,11 +1087,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1013
1087
|
* ```
|
|
1014
1088
|
*/
|
|
1015
1089
|
get titleTextColor() {
|
|
1016
|
-
return brushToString(this.i.
|
|
1090
|
+
return brushToString(this.i.sv);
|
|
1017
1091
|
}
|
|
1018
1092
|
set titleTextColor(v) {
|
|
1019
|
-
this.i.
|
|
1020
|
-
this._a("titleTextColor", brushToString(this.i.
|
|
1093
|
+
this.i.sv = stringToBrush(v);
|
|
1094
|
+
this._a("titleTextColor", brushToString(this.i.sv));
|
|
1021
1095
|
}
|
|
1022
1096
|
/**
|
|
1023
1097
|
* Gets or sets the Color used for the Subtitle Text.
|
|
@@ -1029,11 +1103,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1029
1103
|
* ```
|
|
1030
1104
|
*/
|
|
1031
1105
|
get subtitleTextColor() {
|
|
1032
|
-
return brushToString(this.i.
|
|
1106
|
+
return brushToString(this.i.su);
|
|
1033
1107
|
}
|
|
1034
1108
|
set subtitleTextColor(v) {
|
|
1035
|
-
this.i.
|
|
1036
|
-
this._a("subtitleTextColor", brushToString(this.i.
|
|
1109
|
+
this.i.su = stringToBrush(v);
|
|
1110
|
+
this._a("subtitleTextColor", brushToString(this.i.su));
|
|
1037
1111
|
}
|
|
1038
1112
|
/**
|
|
1039
1113
|
* Margin applied above the title.
|
|
@@ -1045,11 +1119,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1045
1119
|
* ```
|
|
1046
1120
|
*/
|
|
1047
1121
|
get titleTopMargin() {
|
|
1048
|
-
return this.i.
|
|
1122
|
+
return this.i.g9;
|
|
1049
1123
|
}
|
|
1050
1124
|
set titleTopMargin(v) {
|
|
1051
|
-
this.i.
|
|
1052
|
-
this._a("titleTopMargin", this.i.
|
|
1125
|
+
this.i.g9 = +v;
|
|
1126
|
+
this._a("titleTopMargin", this.i.g9);
|
|
1053
1127
|
}
|
|
1054
1128
|
/**
|
|
1055
1129
|
* Margin applied to the left of the title.
|
|
@@ -1061,11 +1135,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1061
1135
|
* ```
|
|
1062
1136
|
*/
|
|
1063
1137
|
get titleLeftMargin() {
|
|
1064
|
-
return this.i.
|
|
1138
|
+
return this.i.g7;
|
|
1065
1139
|
}
|
|
1066
1140
|
set titleLeftMargin(v) {
|
|
1067
|
-
this.i.
|
|
1068
|
-
this._a("titleLeftMargin", this.i.
|
|
1141
|
+
this.i.g7 = +v;
|
|
1142
|
+
this._a("titleLeftMargin", this.i.g7);
|
|
1069
1143
|
}
|
|
1070
1144
|
/**
|
|
1071
1145
|
* Margin applied to the right of the title.
|
|
@@ -1077,11 +1151,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1077
1151
|
* ```
|
|
1078
1152
|
*/
|
|
1079
1153
|
get titleRightMargin() {
|
|
1080
|
-
return this.i.
|
|
1154
|
+
return this.i.g8;
|
|
1081
1155
|
}
|
|
1082
1156
|
set titleRightMargin(v) {
|
|
1083
|
-
this.i.
|
|
1084
|
-
this._a("titleRightMargin", this.i.
|
|
1157
|
+
this.i.g8 = +v;
|
|
1158
|
+
this._a("titleRightMargin", this.i.g8);
|
|
1085
1159
|
}
|
|
1086
1160
|
/**
|
|
1087
1161
|
* Margin applied below the title.
|
|
@@ -1093,11 +1167,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1093
1167
|
* ```
|
|
1094
1168
|
*/
|
|
1095
1169
|
get titleBottomMargin() {
|
|
1096
|
-
return this.i.
|
|
1170
|
+
return this.i.g6;
|
|
1097
1171
|
}
|
|
1098
1172
|
set titleBottomMargin(v) {
|
|
1099
|
-
this.i.
|
|
1100
|
-
this._a("titleBottomMargin", this.i.
|
|
1173
|
+
this.i.g6 = +v;
|
|
1174
|
+
this._a("titleBottomMargin", this.i.g6);
|
|
1101
1175
|
}
|
|
1102
1176
|
/**
|
|
1103
1177
|
* Margin applied above the subtitle.
|
|
@@ -1109,11 +1183,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1109
1183
|
* ```
|
|
1110
1184
|
*/
|
|
1111
1185
|
get subtitleTopMargin() {
|
|
1112
|
-
return this.i.
|
|
1186
|
+
return this.i.g5;
|
|
1113
1187
|
}
|
|
1114
1188
|
set subtitleTopMargin(v) {
|
|
1115
|
-
this.i.
|
|
1116
|
-
this._a("subtitleTopMargin", this.i.
|
|
1189
|
+
this.i.g5 = +v;
|
|
1190
|
+
this._a("subtitleTopMargin", this.i.g5);
|
|
1117
1191
|
}
|
|
1118
1192
|
/**
|
|
1119
1193
|
* Margin applied to the left of the subtitle.
|
|
@@ -1125,11 +1199,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1125
1199
|
* ```
|
|
1126
1200
|
*/
|
|
1127
1201
|
get subtitleLeftMargin() {
|
|
1128
|
-
return this.i.
|
|
1202
|
+
return this.i.g3;
|
|
1129
1203
|
}
|
|
1130
1204
|
set subtitleLeftMargin(v) {
|
|
1131
|
-
this.i.
|
|
1132
|
-
this._a("subtitleLeftMargin", this.i.
|
|
1205
|
+
this.i.g3 = +v;
|
|
1206
|
+
this._a("subtitleLeftMargin", this.i.g3);
|
|
1133
1207
|
}
|
|
1134
1208
|
/**
|
|
1135
1209
|
* Margin applied to the right of the subtitle.
|
|
@@ -1141,11 +1215,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1141
1215
|
* ```
|
|
1142
1216
|
*/
|
|
1143
1217
|
get subtitleRightMargin() {
|
|
1144
|
-
return this.i.
|
|
1218
|
+
return this.i.g4;
|
|
1145
1219
|
}
|
|
1146
1220
|
set subtitleRightMargin(v) {
|
|
1147
|
-
this.i.
|
|
1148
|
-
this._a("subtitleRightMargin", this.i.
|
|
1221
|
+
this.i.g4 = +v;
|
|
1222
|
+
this._a("subtitleRightMargin", this.i.g4);
|
|
1149
1223
|
}
|
|
1150
1224
|
/**
|
|
1151
1225
|
* Margin applied below the subtitle.
|
|
@@ -1157,11 +1231,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1157
1231
|
* ```
|
|
1158
1232
|
*/
|
|
1159
1233
|
get subtitleBottomMargin() {
|
|
1160
|
-
return this.i.
|
|
1234
|
+
return this.i.g2;
|
|
1161
1235
|
}
|
|
1162
1236
|
set subtitleBottomMargin(v) {
|
|
1163
|
-
this.i.
|
|
1164
|
-
this._a("subtitleBottomMargin", this.i.
|
|
1237
|
+
this.i.g2 = +v;
|
|
1238
|
+
this._a("subtitleBottomMargin", this.i.g2);
|
|
1165
1239
|
}
|
|
1166
1240
|
/**
|
|
1167
1241
|
* Gets or sets the Subtitle property.
|
|
@@ -1174,10 +1248,10 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1174
1248
|
* ```
|
|
1175
1249
|
*/
|
|
1176
1250
|
get subtitle() {
|
|
1177
|
-
return this.i.
|
|
1251
|
+
return this.i.j4;
|
|
1178
1252
|
}
|
|
1179
1253
|
set subtitle(v) {
|
|
1180
|
-
this.i.
|
|
1254
|
+
this.i.j4 = v;
|
|
1181
1255
|
}
|
|
1182
1256
|
/**
|
|
1183
1257
|
* Sets or gets the top margin to use around the chart content.
|
|
@@ -1189,11 +1263,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1189
1263
|
* ```
|
|
1190
1264
|
*/
|
|
1191
1265
|
get topMargin() {
|
|
1192
|
-
return this.i.
|
|
1266
|
+
return this.i.ha;
|
|
1193
1267
|
}
|
|
1194
1268
|
set topMargin(v) {
|
|
1195
|
-
this.i.
|
|
1196
|
-
this._a("topMargin", this.i.
|
|
1269
|
+
this.i.ha = +v;
|
|
1270
|
+
this._a("topMargin", this.i.ha);
|
|
1197
1271
|
}
|
|
1198
1272
|
/**
|
|
1199
1273
|
* Sets or gets the left margin to use around the chart content.
|
|
@@ -1205,11 +1279,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1205
1279
|
* ```
|
|
1206
1280
|
*/
|
|
1207
1281
|
get leftMargin() {
|
|
1208
|
-
return this.i.
|
|
1282
|
+
return this.i.gw;
|
|
1209
1283
|
}
|
|
1210
1284
|
set leftMargin(v) {
|
|
1211
|
-
this.i.
|
|
1212
|
-
this._a("leftMargin", this.i.
|
|
1285
|
+
this.i.gw = +v;
|
|
1286
|
+
this._a("leftMargin", this.i.gw);
|
|
1213
1287
|
}
|
|
1214
1288
|
/**
|
|
1215
1289
|
* Sets or gets the right margin to use around the chart content.
|
|
@@ -1221,11 +1295,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1221
1295
|
* ```
|
|
1222
1296
|
*/
|
|
1223
1297
|
get rightMargin() {
|
|
1224
|
-
return this.i.
|
|
1298
|
+
return this.i.g1;
|
|
1225
1299
|
}
|
|
1226
1300
|
set rightMargin(v) {
|
|
1227
|
-
this.i.
|
|
1228
|
-
this._a("rightMargin", this.i.
|
|
1301
|
+
this.i.g1 = +v;
|
|
1302
|
+
this._a("rightMargin", this.i.g1);
|
|
1229
1303
|
}
|
|
1230
1304
|
/**
|
|
1231
1305
|
* Sets or gets the bottom margin to use around the chart content.
|
|
@@ -1237,11 +1311,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1237
1311
|
* ```
|
|
1238
1312
|
*/
|
|
1239
1313
|
get bottomMargin() {
|
|
1240
|
-
return this.i.
|
|
1314
|
+
return this.i.gj;
|
|
1241
1315
|
}
|
|
1242
1316
|
set bottomMargin(v) {
|
|
1243
|
-
this.i.
|
|
1244
|
-
this._a("bottomMargin", this.i.
|
|
1317
|
+
this.i.gj = +v;
|
|
1318
|
+
this._a("bottomMargin", this.i.gj);
|
|
1245
1319
|
}
|
|
1246
1320
|
/**
|
|
1247
1321
|
* Sets or gets the automatic width to add when automatically adding margins to the chart.
|
|
@@ -1253,11 +1327,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1253
1327
|
* ```
|
|
1254
1328
|
*/
|
|
1255
1329
|
get autoMarginWidth() {
|
|
1256
|
-
return this.i.
|
|
1330
|
+
return this.i.gi;
|
|
1257
1331
|
}
|
|
1258
1332
|
set autoMarginWidth(v) {
|
|
1259
|
-
this.i.
|
|
1260
|
-
this._a("autoMarginWidth", this.i.
|
|
1333
|
+
this.i.gi = +v;
|
|
1334
|
+
this._a("autoMarginWidth", this.i.gi);
|
|
1261
1335
|
}
|
|
1262
1336
|
/**
|
|
1263
1337
|
* Sets or gets the automatic height to add when automatically adding margins to the chart.
|
|
@@ -1267,21 +1341,21 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1267
1341
|
* ```
|
|
1268
1342
|
*/
|
|
1269
1343
|
get autoMarginHeight() {
|
|
1270
|
-
return this.i.
|
|
1344
|
+
return this.i.gh;
|
|
1271
1345
|
}
|
|
1272
1346
|
set autoMarginHeight(v) {
|
|
1273
|
-
this.i.
|
|
1274
|
-
this._a("autoMarginHeight", this.i.
|
|
1347
|
+
this.i.gh = +v;
|
|
1348
|
+
this._a("autoMarginHeight", this.i.gh);
|
|
1275
1349
|
}
|
|
1276
1350
|
/**
|
|
1277
1351
|
* Gets or sets the IsAntiAliasingEnabledDuringInteraction property.
|
|
1278
1352
|
*/
|
|
1279
1353
|
get isAntiAliasingEnabledDuringInteraction() {
|
|
1280
|
-
return this.i.
|
|
1354
|
+
return this.i.ea;
|
|
1281
1355
|
}
|
|
1282
1356
|
set isAntiAliasingEnabledDuringInteraction(v) {
|
|
1283
|
-
this.i.
|
|
1284
|
-
this._a("isAntiAliasingEnabledDuringInteraction", this.i.
|
|
1357
|
+
this.i.ea = ensureBool(v);
|
|
1358
|
+
this._a("isAntiAliasingEnabledDuringInteraction", this.i.ea);
|
|
1285
1359
|
}
|
|
1286
1360
|
/**
|
|
1287
1361
|
* Gets or sets the scaling value used to affect the pixel density of the control.
|
|
@@ -1289,21 +1363,21 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1289
1363
|
* to appear blurry.
|
|
1290
1364
|
*/
|
|
1291
1365
|
get pixelScalingRatio() {
|
|
1292
|
-
return this.i.
|
|
1366
|
+
return this.i.gx;
|
|
1293
1367
|
}
|
|
1294
1368
|
set pixelScalingRatio(v) {
|
|
1295
|
-
this.i.
|
|
1296
|
-
this._a("pixelScalingRatio", this.i.
|
|
1369
|
+
this.i.gx = +v;
|
|
1370
|
+
this._a("pixelScalingRatio", this.i.gx);
|
|
1297
1371
|
}
|
|
1298
1372
|
/**
|
|
1299
1373
|
* Method of pixel scaling to use during end user interaction with the chart.
|
|
1300
1374
|
*/
|
|
1301
1375
|
get interactionPixelScalingRatio() {
|
|
1302
|
-
return this.i.
|
|
1376
|
+
return this.i.gv;
|
|
1303
1377
|
}
|
|
1304
1378
|
set interactionPixelScalingRatio(v) {
|
|
1305
|
-
this.i.
|
|
1306
|
-
this._a("interactionPixelScalingRatio", this.i.
|
|
1379
|
+
this.i.gv = +v;
|
|
1380
|
+
this._a("interactionPixelScalingRatio", this.i.gv);
|
|
1307
1381
|
}
|
|
1308
1382
|
/**
|
|
1309
1383
|
* Gets the resolved pixel scaling ratio.
|
|
@@ -1315,11 +1389,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1315
1389
|
* ```
|
|
1316
1390
|
*/
|
|
1317
1391
|
get actualPixelScalingRatio() {
|
|
1318
|
-
return this.i.
|
|
1392
|
+
return this.i.gc;
|
|
1319
1393
|
}
|
|
1320
1394
|
set actualPixelScalingRatio(v) {
|
|
1321
|
-
this.i.
|
|
1322
|
-
this._a("actualPixelScalingRatio", this.i.
|
|
1395
|
+
this.i.gc = +v;
|
|
1396
|
+
this._a("actualPixelScalingRatio", this.i.gc);
|
|
1323
1397
|
}
|
|
1324
1398
|
/**
|
|
1325
1399
|
* Resolved method of pixel scaling to use during end user interaction with the chart.
|
|
@@ -1329,21 +1403,31 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1329
1403
|
* ```
|
|
1330
1404
|
*/
|
|
1331
1405
|
get actualInteractionPixelScalingRatio() {
|
|
1332
|
-
return this.i.
|
|
1406
|
+
return this.i.gb;
|
|
1333
1407
|
}
|
|
1334
1408
|
set actualInteractionPixelScalingRatio(v) {
|
|
1335
|
-
this.i.
|
|
1336
|
-
this._a("actualInteractionPixelScalingRatio", this.i.
|
|
1409
|
+
this.i.gb = +v;
|
|
1410
|
+
this._a("actualInteractionPixelScalingRatio", this.i.gb);
|
|
1411
|
+
}
|
|
1412
|
+
/**
|
|
1413
|
+
* Gets or sets a whether the chart should pan its content when zooing in passed max zoom level.
|
|
1414
|
+
*/
|
|
1415
|
+
get shouldPanOnMaximumZoom() {
|
|
1416
|
+
return this.i.e9;
|
|
1417
|
+
}
|
|
1418
|
+
set shouldPanOnMaximumZoom(v) {
|
|
1419
|
+
this.i.e9 = ensureBool(v);
|
|
1420
|
+
this._a("shouldPanOnMaximumZoom", this.i.e9);
|
|
1337
1421
|
}
|
|
1338
1422
|
/**
|
|
1339
1423
|
* Gets the actual value of the window rectangle, which represents the current zoom level.
|
|
1340
1424
|
*/
|
|
1341
1425
|
get actualWindowRect() {
|
|
1342
|
-
return fromRect(this.i.
|
|
1426
|
+
return fromRect(this.i.s9);
|
|
1343
1427
|
}
|
|
1344
1428
|
set actualWindowRect(v) {
|
|
1345
|
-
this.i.
|
|
1346
|
-
this._a("actualWindowRect", rectToString(this.i.
|
|
1429
|
+
this.i.s9 = toRect(v);
|
|
1430
|
+
this._a("actualWindowRect", rectToString(this.i.s9));
|
|
1347
1431
|
}
|
|
1348
1432
|
/**
|
|
1349
1433
|
* A number between 0 and 1 determining the position of the horizontal scroll.
|
|
@@ -1354,11 +1438,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1354
1438
|
* ```
|
|
1355
1439
|
*/
|
|
1356
1440
|
get actualWindowPositionHorizontal() {
|
|
1357
|
-
return this.i.
|
|
1441
|
+
return this.i.gd;
|
|
1358
1442
|
}
|
|
1359
1443
|
set actualWindowPositionHorizontal(v) {
|
|
1360
|
-
this.i.
|
|
1361
|
-
this._a("actualWindowPositionHorizontal", this.i.
|
|
1444
|
+
this.i.gd = +v;
|
|
1445
|
+
this._a("actualWindowPositionHorizontal", this.i.gd);
|
|
1362
1446
|
}
|
|
1363
1447
|
/**
|
|
1364
1448
|
* A number between 0 and 1 determining the position of the vertical scroll.
|
|
@@ -1370,13 +1454,18 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1370
1454
|
* ```
|
|
1371
1455
|
*/
|
|
1372
1456
|
get actualWindowPositionVertical() {
|
|
1373
|
-
return this.i.
|
|
1457
|
+
return this.i.ge;
|
|
1374
1458
|
}
|
|
1375
1459
|
set actualWindowPositionVertical(v) {
|
|
1376
|
-
this.i.
|
|
1377
|
-
this._a("actualWindowPositionVertical", this.i.
|
|
1460
|
+
this.i.ge = +v;
|
|
1461
|
+
this._a("actualWindowPositionVertical", this.i.ge);
|
|
1378
1462
|
}
|
|
1379
1463
|
findByName(name) {
|
|
1464
|
+
if (this.findEphemera) {
|
|
1465
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
1466
|
+
return this.findEphemera(name);
|
|
1467
|
+
}
|
|
1468
|
+
}
|
|
1380
1469
|
if (this.series != null && this.series.findByName && this.series.findByName(name)) {
|
|
1381
1470
|
return this.series.findByName(name);
|
|
1382
1471
|
}
|
|
@@ -1438,6 +1527,19 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1438
1527
|
}
|
|
1439
1528
|
this._inStyling = false;
|
|
1440
1529
|
}
|
|
1530
|
+
getDesiredToolbarActions() {
|
|
1531
|
+
let iv = this.i.getDesiredToolbarActions();
|
|
1532
|
+
return (iv);
|
|
1533
|
+
}
|
|
1534
|
+
onToolCommandExecuting(command) {
|
|
1535
|
+
this.i.onToolCommandExecuting(command);
|
|
1536
|
+
}
|
|
1537
|
+
addCommandAvailabilityListener(listener) {
|
|
1538
|
+
this.i.addCommandAvailabilityListener(listener);
|
|
1539
|
+
}
|
|
1540
|
+
removeCommandAvailabilityListener(listener) {
|
|
1541
|
+
this.i.removeCommandAvailabilityListener(listener);
|
|
1542
|
+
}
|
|
1441
1543
|
/**
|
|
1442
1544
|
* Hides the active main tooltip, if displayed.
|
|
1443
1545
|
|
|
@@ -1447,41 +1549,55 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1447
1549
|
* ```
|
|
1448
1550
|
*/
|
|
1449
1551
|
hideToolTip() {
|
|
1450
|
-
this.i.
|
|
1552
|
+
this.i.l0();
|
|
1451
1553
|
}
|
|
1452
1554
|
simulateHover(point) {
|
|
1453
|
-
this.i.
|
|
1555
|
+
this.i.oz(toPoint(point));
|
|
1454
1556
|
}
|
|
1455
1557
|
/**
|
|
1456
1558
|
* Manually starts a tiled zoom if one isn't already running.
|
|
1457
1559
|
|
|
1458
1560
|
*/
|
|
1459
1561
|
startTiledZoomingIfNecessary() {
|
|
1460
|
-
this.i.
|
|
1562
|
+
this.i.o1();
|
|
1461
1563
|
}
|
|
1462
1564
|
/**
|
|
1463
1565
|
* Manually ends a tiled zoom if one is running.
|
|
1464
1566
|
|
|
1465
1567
|
*/
|
|
1466
1568
|
endTiledZoomingIfRunning() {
|
|
1467
|
-
this.i.
|
|
1569
|
+
this.i.lu();
|
|
1468
1570
|
}
|
|
1469
1571
|
/**
|
|
1470
1572
|
* Clears the tile zoom tile cache so that new tiles will be generated. Only applies if the viewer is using a tile based zoom.
|
|
1471
1573
|
|
|
1472
1574
|
*/
|
|
1473
1575
|
clearTileZoomCache() {
|
|
1474
|
-
this.i.
|
|
1576
|
+
this.i.lo();
|
|
1577
|
+
}
|
|
1578
|
+
/**
|
|
1579
|
+
* Performs zoom in action on the chart by specified percentage of current window rect
|
|
1580
|
+
|
|
1581
|
+
*/
|
|
1582
|
+
zoomIn(percentage) {
|
|
1583
|
+
this.i.pj(percentage);
|
|
1584
|
+
}
|
|
1585
|
+
/**
|
|
1586
|
+
* Performs zoom out action on the chart by specified percentage of current window rect
|
|
1587
|
+
|
|
1588
|
+
*/
|
|
1589
|
+
zoomOut(percentage) {
|
|
1590
|
+
this.i.pk(percentage);
|
|
1475
1591
|
}
|
|
1476
1592
|
/**
|
|
1477
1593
|
* Resets the zoom level to default.
|
|
1478
1594
|
|
|
1479
1595
|
*/
|
|
1480
1596
|
resetZoom() {
|
|
1481
|
-
this.i.
|
|
1597
|
+
this.i.ot();
|
|
1482
1598
|
}
|
|
1483
1599
|
cancelManipulation() {
|
|
1484
|
-
this.i.
|
|
1600
|
+
this.i.lm();
|
|
1485
1601
|
}
|
|
1486
1602
|
/**
|
|
1487
1603
|
* Gets actual window scale for horizontal dimension of the control
|
|
@@ -1492,7 +1608,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1492
1608
|
* ```
|
|
1493
1609
|
*/
|
|
1494
1610
|
getActualWindowScaleHorizontal() {
|
|
1495
|
-
let iv = this.i.
|
|
1611
|
+
let iv = this.i.gm();
|
|
1496
1612
|
return (iv);
|
|
1497
1613
|
}
|
|
1498
1614
|
/**
|
|
@@ -1504,7 +1620,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1504
1620
|
* ```
|
|
1505
1621
|
*/
|
|
1506
1622
|
getActualWindowScaleVertical() {
|
|
1507
|
-
let iv = this.i.
|
|
1623
|
+
let iv = this.i.gn();
|
|
1508
1624
|
return (iv);
|
|
1509
1625
|
}
|
|
1510
1626
|
/**
|
|
@@ -1520,10 +1636,10 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1520
1636
|
* @param s * The series to attach to the chart.
|
|
1521
1637
|
*/
|
|
1522
1638
|
attachSeries(s) {
|
|
1523
|
-
this.i.
|
|
1639
|
+
this.i.lk((s == null ? null : s.i));
|
|
1524
1640
|
}
|
|
1525
1641
|
notifySetItem(source_, index, oldItem, newItem) {
|
|
1526
|
-
this.i.
|
|
1642
|
+
this.i.mi(source_, index, oldItem, newItem);
|
|
1527
1643
|
}
|
|
1528
1644
|
/**
|
|
1529
1645
|
* Used to manually notify the SeriesViewer that the data source has reset or cleared its items. Invoking this method is only necessary if that datasource is not observable.
|
|
@@ -1535,13 +1651,13 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1535
1651
|
* ```
|
|
1536
1652
|
*/
|
|
1537
1653
|
notifyClearItems(source_) {
|
|
1538
|
-
this.i.
|
|
1654
|
+
this.i.l9(source_);
|
|
1539
1655
|
}
|
|
1540
1656
|
notifyInsertItem(source_, index, newItem) {
|
|
1541
|
-
this.i.
|
|
1657
|
+
this.i.mg(source_, index, newItem);
|
|
1542
1658
|
}
|
|
1543
1659
|
notifyRemoveItem(source_, index, oldItem) {
|
|
1544
|
-
this.i.
|
|
1660
|
+
this.i.mh(source_, index, oldItem);
|
|
1545
1661
|
}
|
|
1546
1662
|
/**
|
|
1547
1663
|
* Release any resources held by the control.
|
|
@@ -1551,11 +1667,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1551
1667
|
this.i.destroy();
|
|
1552
1668
|
}
|
|
1553
1669
|
getCurrentActualWindowRect() {
|
|
1554
|
-
let iv = this.i.
|
|
1670
|
+
let iv = this.i.tf();
|
|
1555
1671
|
return fromRect(iv);
|
|
1556
1672
|
}
|
|
1557
1673
|
renderToImage(width, height) {
|
|
1558
|
-
let iv = this.i.
|
|
1674
|
+
let iv = this.i.hz(width, height);
|
|
1559
1675
|
return (iv);
|
|
1560
1676
|
}
|
|
1561
1677
|
/**
|
|
@@ -1595,6 +1711,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1595
1711
|
}
|
|
1596
1712
|
};
|
|
1597
1713
|
this.i.plotAreaMouseLeftButtonDown = delegateCombine(this.i.plotAreaMouseLeftButtonDown, this._plotAreaMouseLeftButtonDown_wrapped);
|
|
1714
|
+
;
|
|
1598
1715
|
}
|
|
1599
1716
|
/**
|
|
1600
1717
|
* Occurs when the left mouse button is pressed while the mouse pointer is over the plot area.
|
|
@@ -1620,6 +1737,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1620
1737
|
}
|
|
1621
1738
|
};
|
|
1622
1739
|
this.i.plotAreaMouseLeftButtonUp = delegateCombine(this.i.plotAreaMouseLeftButtonUp, this._plotAreaMouseLeftButtonUp_wrapped);
|
|
1740
|
+
;
|
|
1623
1741
|
}
|
|
1624
1742
|
/**
|
|
1625
1743
|
* Occurs when the left mouse button is clicked while the mouse pointer is over the plot area.
|
|
@@ -1645,6 +1763,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1645
1763
|
}
|
|
1646
1764
|
};
|
|
1647
1765
|
this.i.plotAreaClicked = delegateCombine(this.i.plotAreaClicked, this._plotAreaClicked_wrapped);
|
|
1766
|
+
;
|
|
1648
1767
|
}
|
|
1649
1768
|
/**
|
|
1650
1769
|
* Occurs when the pointer enters the plot area.
|
|
@@ -1670,6 +1789,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1670
1789
|
}
|
|
1671
1790
|
};
|
|
1672
1791
|
this.i.plotAreaMouseEnter = delegateCombine(this.i.plotAreaMouseEnter, this._plotAreaMouseEnter_wrapped);
|
|
1792
|
+
;
|
|
1673
1793
|
}
|
|
1674
1794
|
/**
|
|
1675
1795
|
* Occurs when the pointer exits the plot area.
|
|
@@ -1695,6 +1815,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1695
1815
|
}
|
|
1696
1816
|
};
|
|
1697
1817
|
this.i.plotAreaMouseLeave = delegateCombine(this.i.plotAreaMouseLeave, this._plotAreaMouseLeave_wrapped);
|
|
1818
|
+
;
|
|
1698
1819
|
}
|
|
1699
1820
|
/**
|
|
1700
1821
|
* Occurs when the pointer if over the plot area.
|
|
@@ -1720,6 +1841,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1720
1841
|
}
|
|
1721
1842
|
};
|
|
1722
1843
|
this.i.plotAreaMouseOver = delegateCombine(this.i.plotAreaMouseOver, this._plotAreaMouseOver_wrapped);
|
|
1844
|
+
;
|
|
1723
1845
|
}
|
|
1724
1846
|
/**
|
|
1725
1847
|
* Occurs when the cursors are moved over a series in this SeriesViewer.
|
|
@@ -1745,6 +1867,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1745
1867
|
}
|
|
1746
1868
|
};
|
|
1747
1869
|
this.i.seriesCursorMouseMove = delegateCombine(this.i.seriesCursorMouseMove, this._seriesCursorMouseMove_wrapped);
|
|
1870
|
+
;
|
|
1748
1871
|
}
|
|
1749
1872
|
/**
|
|
1750
1873
|
* Occurs when the left mouse button is pressed while the mouse pointer is over a Series.
|
|
@@ -1781,6 +1904,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1781
1904
|
}
|
|
1782
1905
|
};
|
|
1783
1906
|
this.i.seriesMouseLeftButtonDown = delegateCombine(this.i.seriesMouseLeftButtonDown, this._seriesMouseLeftButtonDown_wrapped);
|
|
1907
|
+
;
|
|
1784
1908
|
}
|
|
1785
1909
|
/**
|
|
1786
1910
|
* Occurs when the left mouse button is released while the mouse pointer is over a Series.
|
|
@@ -1826,6 +1950,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1826
1950
|
}
|
|
1827
1951
|
};
|
|
1828
1952
|
this.i.seriesMouseLeftButtonUp = delegateCombine(this.i.seriesMouseLeftButtonUp, this._seriesMouseLeftButtonUp_wrapped);
|
|
1953
|
+
;
|
|
1829
1954
|
}
|
|
1830
1955
|
/**
|
|
1831
1956
|
* Occurs when the mouse pointer moves while over a Series.
|
|
@@ -1869,6 +1994,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1869
1994
|
}
|
|
1870
1995
|
};
|
|
1871
1996
|
this.i.seriesMouseMove = delegateCombine(this.i.seriesMouseMove, this._seriesMouseMove_wrapped);
|
|
1997
|
+
;
|
|
1872
1998
|
}
|
|
1873
1999
|
/**
|
|
1874
2000
|
* Occurs when the mouse pointer enters a Series.
|
|
@@ -1905,6 +2031,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1905
2031
|
}
|
|
1906
2032
|
};
|
|
1907
2033
|
this.i.seriesMouseEnter = delegateCombine(this.i.seriesMouseEnter, this._seriesMouseEnter_wrapped);
|
|
2034
|
+
;
|
|
1908
2035
|
}
|
|
1909
2036
|
/**
|
|
1910
2037
|
* Occurs when the mouse pointer leaves a Series.
|
|
@@ -1939,6 +2066,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1939
2066
|
}
|
|
1940
2067
|
};
|
|
1941
2068
|
this.i.seriesMouseLeave = delegateCombine(this.i.seriesMouseLeave, this._seriesMouseLeave_wrapped);
|
|
2069
|
+
;
|
|
1942
2070
|
}
|
|
1943
2071
|
/**
|
|
1944
2072
|
* Raised when an ongoing manipulation of the series viewer is started.
|
|
@@ -1964,6 +2092,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1964
2092
|
}
|
|
1965
2093
|
};
|
|
1966
2094
|
this.i.viewerManipulationStarting = delegateCombine(this.i.viewerManipulationStarting, this._viewerManipulationStarting_wrapped);
|
|
2095
|
+
;
|
|
1967
2096
|
}
|
|
1968
2097
|
/**
|
|
1969
2098
|
* Raised when an ongoing manipulation of the series viewer is ended.
|
|
@@ -1989,6 +2118,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
1989
2118
|
}
|
|
1990
2119
|
};
|
|
1991
2120
|
this.i.viewerManipulationEnding = delegateCombine(this.i.viewerManipulationEnding, this._viewerManipulationEnding_wrapped);
|
|
2121
|
+
;
|
|
1992
2122
|
}
|
|
1993
2123
|
/**
|
|
1994
2124
|
* Occurs just after the current SeriesViewer's window rectangle is changed.
|
|
@@ -2024,6 +2154,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
2024
2154
|
}
|
|
2025
2155
|
};
|
|
2026
2156
|
this.i.windowRectChanged = delegateCombine(this.i.windowRectChanged, this._windowRectChanged_wrapped);
|
|
2157
|
+
;
|
|
2027
2158
|
}
|
|
2028
2159
|
/**
|
|
2029
2160
|
* Occurs after the size of the series viewer changes.
|
|
@@ -2059,6 +2190,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
2059
2190
|
}
|
|
2060
2191
|
};
|
|
2061
2192
|
this.i.sizeChanged = delegateCombine(this.i.sizeChanged, this._sizeChanged_wrapped);
|
|
2193
|
+
;
|
|
2062
2194
|
}
|
|
2063
2195
|
/**
|
|
2064
2196
|
* Raised when the actual window rectangle of the SeriesViewer changes.
|
|
@@ -2084,6 +2216,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
2084
2216
|
}
|
|
2085
2217
|
};
|
|
2086
2218
|
this.i.actualWindowRectChanged = delegateCombine(this.i.actualWindowRectChanged, this._actualWindowRectChanged_wrapped);
|
|
2219
|
+
;
|
|
2087
2220
|
}
|
|
2088
2221
|
/**
|
|
2089
2222
|
* Occurs just after the current SeriesViewer's grid area rectangle is changed.
|
|
@@ -2111,6 +2244,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
2111
2244
|
}
|
|
2112
2245
|
};
|
|
2113
2246
|
this.i.gridAreaRectChanged = delegateCombine(this.i.gridAreaRectChanged, this._gridAreaRectChanged_wrapped);
|
|
2247
|
+
;
|
|
2114
2248
|
}
|
|
2115
2249
|
/**
|
|
2116
2250
|
* Raised when the SeriesViewer's processing for an update has completed.
|
|
@@ -2136,6 +2270,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
|
|
|
2136
2270
|
}
|
|
2137
2271
|
};
|
|
2138
2272
|
this.i.refreshCompleted = delegateCombine(this.i.refreshCompleted, this._refreshCompleted_wrapped);
|
|
2273
|
+
;
|
|
2139
2274
|
}
|
|
2140
2275
|
}
|
|
2141
2276
|
IgcSeriesViewerComponent._observedAttributesIgcSeriesViewerComponent = null;
|