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
|
@@ -43,11 +43,25 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
43
43
|
if (_super.prototype["connectedCallback"]) {
|
|
44
44
|
_super.prototype["connectedCallback"].call(this);
|
|
45
45
|
}
|
|
46
|
+
if (this.i.connectedCallback) {
|
|
47
|
+
this.i.connectedCallback();
|
|
48
|
+
}
|
|
46
49
|
if (!this._attached) {
|
|
47
50
|
this._attached = true;
|
|
48
51
|
this._flushQueuedAttributes();
|
|
49
52
|
}
|
|
50
53
|
};
|
|
54
|
+
IgcDataToolTipLayerComponent.prototype.disconnectedCallback = function () {
|
|
55
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
56
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
57
|
+
}
|
|
58
|
+
if (this.i.disconnectedCallback) {
|
|
59
|
+
this.i.disconnectedCallback();
|
|
60
|
+
}
|
|
61
|
+
if (this._attached) {
|
|
62
|
+
this._attached = false;
|
|
63
|
+
}
|
|
64
|
+
};
|
|
51
65
|
Object.defineProperty(IgcDataToolTipLayerComponent, "observedAttributes", {
|
|
52
66
|
get: function () {
|
|
53
67
|
if (IgcDataToolTipLayerComponent._observedAttributesIgcDataToolTipLayerComponent == null) {
|
|
@@ -83,7 +97,7 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
83
97
|
* Gets whether the default tooltip behaviors for the chart are disabled if this layer is present.
|
|
84
98
|
*/
|
|
85
99
|
get: function () {
|
|
86
|
-
return this.i.
|
|
100
|
+
return this.i.dl;
|
|
87
101
|
},
|
|
88
102
|
enumerable: true,
|
|
89
103
|
configurable: true
|
|
@@ -93,22 +107,23 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
93
107
|
* Gets or sets the Axis to target this annotation to. If null, this annotation layer will not render content.
|
|
94
108
|
*/
|
|
95
109
|
get: function () {
|
|
96
|
-
|
|
110
|
+
var r = this.i.rl;
|
|
111
|
+
if (r == null) {
|
|
97
112
|
return null;
|
|
98
113
|
}
|
|
99
|
-
if (!
|
|
100
|
-
var e = IgcAxisComponent._createFromInternal(
|
|
114
|
+
if (!r.externalObject) {
|
|
115
|
+
var e = IgcAxisComponent._createFromInternal(r);
|
|
101
116
|
if (e) {
|
|
102
|
-
e._implementation =
|
|
117
|
+
e._implementation = r;
|
|
103
118
|
}
|
|
104
|
-
|
|
119
|
+
r.externalObject = e;
|
|
105
120
|
}
|
|
106
|
-
return
|
|
121
|
+
return r.externalObject;
|
|
107
122
|
},
|
|
108
123
|
set: function (v) {
|
|
109
124
|
if (v != null && this._stylingContainer && v._styling)
|
|
110
125
|
v._styling(this._stylingContainer, this, this);
|
|
111
|
-
v == null ? this.i.
|
|
126
|
+
v == null ? this.i.rl = null : this.i.rl = v.i;
|
|
112
127
|
},
|
|
113
128
|
enumerable: true,
|
|
114
129
|
configurable: true
|
|
@@ -118,11 +133,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
118
133
|
* Gets or sets whether to use value interpolation when drawing the tooltips.
|
|
119
134
|
*/
|
|
120
135
|
get: function () {
|
|
121
|
-
return this.i.
|
|
136
|
+
return this.i.sz;
|
|
122
137
|
},
|
|
123
138
|
set: function (v) {
|
|
124
|
-
this.i.
|
|
125
|
-
this._a("useInterpolation", this.i.
|
|
139
|
+
this.i.sz = ensureBool(v);
|
|
140
|
+
this._a("useInterpolation", this.i.sz);
|
|
126
141
|
},
|
|
127
142
|
enumerable: true,
|
|
128
143
|
configurable: true
|
|
@@ -132,11 +147,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
132
147
|
* Gets or sets the grouping mode to apply to use for the tooltip layer.
|
|
133
148
|
*/
|
|
134
149
|
get: function () {
|
|
135
|
-
return this.i.
|
|
150
|
+
return this.i.r3;
|
|
136
151
|
},
|
|
137
152
|
set: function (v) {
|
|
138
|
-
this.i.
|
|
139
|
-
this._a("groupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.
|
|
153
|
+
this.i.r3 = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
|
|
154
|
+
this._a("groupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.r3));
|
|
140
155
|
},
|
|
141
156
|
enumerable: true,
|
|
142
157
|
configurable: true
|
|
@@ -146,11 +161,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
146
161
|
* Gets the actual resolved tooltip layer grouping mode.
|
|
147
162
|
*/
|
|
148
163
|
get: function () {
|
|
149
|
-
return this.i.
|
|
164
|
+
return this.i.r2;
|
|
150
165
|
},
|
|
151
166
|
set: function (v) {
|
|
152
|
-
this.i.
|
|
153
|
-
this._a("actualGroupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.
|
|
167
|
+
this.i.r2 = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
|
|
168
|
+
this._a("actualGroupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.r2));
|
|
154
169
|
},
|
|
155
170
|
enumerable: true,
|
|
156
171
|
configurable: true
|
|
@@ -160,11 +175,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
160
175
|
* Gets or sets the offset of the tooltip layer on the X axis.
|
|
161
176
|
*/
|
|
162
177
|
get: function () {
|
|
163
|
-
return this.i.
|
|
178
|
+
return this.i.s8;
|
|
164
179
|
},
|
|
165
180
|
set: function (v) {
|
|
166
|
-
this.i.
|
|
167
|
-
this._a("positionOffsetX", this.i.
|
|
181
|
+
this.i.s8 = +v;
|
|
182
|
+
this._a("positionOffsetX", this.i.s8);
|
|
168
183
|
},
|
|
169
184
|
enumerable: true,
|
|
170
185
|
configurable: true
|
|
@@ -174,11 +189,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
174
189
|
* Gets or sets the offset of the tooltip layer on the Y axis.
|
|
175
190
|
*/
|
|
176
191
|
get: function () {
|
|
177
|
-
return this.i.
|
|
192
|
+
return this.i.s9;
|
|
178
193
|
},
|
|
179
194
|
set: function (v) {
|
|
180
|
-
this.i.
|
|
181
|
-
this._a("positionOffsetY", this.i.
|
|
195
|
+
this.i.s9 = +v;
|
|
196
|
+
this._a("positionOffsetY", this.i.s9);
|
|
182
197
|
},
|
|
183
198
|
enumerable: true,
|
|
184
199
|
configurable: true
|
|
@@ -188,11 +203,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
188
203
|
* Gets or sets the default offset of the tooltip layer on the X axis.
|
|
189
204
|
*/
|
|
190
205
|
get: function () {
|
|
191
|
-
return this.i.
|
|
206
|
+
return this.i.s6;
|
|
192
207
|
},
|
|
193
208
|
set: function (v) {
|
|
194
|
-
this.i.
|
|
195
|
-
this._a("defaultPositionOffsetX", this.i.
|
|
209
|
+
this.i.s6 = +v;
|
|
210
|
+
this._a("defaultPositionOffsetX", this.i.s6);
|
|
196
211
|
},
|
|
197
212
|
enumerable: true,
|
|
198
213
|
configurable: true
|
|
@@ -202,11 +217,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
202
217
|
* Gets or sets the default offset of the tooltip layer on the Y axis.
|
|
203
218
|
*/
|
|
204
219
|
get: function () {
|
|
205
|
-
return this.i.
|
|
220
|
+
return this.i.s7;
|
|
206
221
|
},
|
|
207
222
|
set: function (v) {
|
|
208
|
-
this.i.
|
|
209
|
-
this._a("defaultPositionOffsetY", this.i.
|
|
223
|
+
this.i.s7 = +v;
|
|
224
|
+
this._a("defaultPositionOffsetY", this.i.s7);
|
|
210
225
|
},
|
|
211
226
|
enumerable: true,
|
|
212
227
|
configurable: true
|
|
@@ -216,11 +231,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
216
231
|
* Gets or sets the tooltip position mode on the X axis for grouped series.
|
|
217
232
|
*/
|
|
218
233
|
get: function () {
|
|
219
|
-
return this.i.
|
|
234
|
+
return this.i.rv;
|
|
220
235
|
},
|
|
221
236
|
set: function (v) {
|
|
222
|
-
this.i.
|
|
223
|
-
this._a("groupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.
|
|
237
|
+
this.i.rv = ensureEnum(DataTooltipGroupedPositionX_$type, v);
|
|
238
|
+
this._a("groupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.rv));
|
|
224
239
|
},
|
|
225
240
|
enumerable: true,
|
|
226
241
|
configurable: true
|
|
@@ -230,11 +245,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
230
245
|
* Gets the actual resolved tooltip position mode on the X axis for grouped series.
|
|
231
246
|
*/
|
|
232
247
|
get: function () {
|
|
233
|
-
return this.i.
|
|
248
|
+
return this.i.ru;
|
|
234
249
|
},
|
|
235
250
|
set: function (v) {
|
|
236
|
-
this.i.
|
|
237
|
-
this._a("actualGroupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.
|
|
251
|
+
this.i.ru = ensureEnum(DataTooltipGroupedPositionX_$type, v);
|
|
252
|
+
this._a("actualGroupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.ru));
|
|
238
253
|
},
|
|
239
254
|
enumerable: true,
|
|
240
255
|
configurable: true
|
|
@@ -244,11 +259,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
244
259
|
* Gets or sets the tooltip position mode on the Y axis for grouped series.
|
|
245
260
|
*/
|
|
246
261
|
get: function () {
|
|
247
|
-
return this.i.
|
|
262
|
+
return this.i.rz;
|
|
248
263
|
},
|
|
249
264
|
set: function (v) {
|
|
250
|
-
this.i.
|
|
251
|
-
this._a("groupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.
|
|
265
|
+
this.i.rz = ensureEnum(DataTooltipGroupedPositionY_$type, v);
|
|
266
|
+
this._a("groupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.rz));
|
|
252
267
|
},
|
|
253
268
|
enumerable: true,
|
|
254
269
|
configurable: true
|
|
@@ -258,11 +273,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
258
273
|
* Gets the actual resolved tooltip position mode on the Y axis for grouped series.
|
|
259
274
|
*/
|
|
260
275
|
get: function () {
|
|
261
|
-
return this.i.
|
|
276
|
+
return this.i.ry;
|
|
262
277
|
},
|
|
263
278
|
set: function (v) {
|
|
264
|
-
this.i.
|
|
265
|
-
this._a("actualGroupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.
|
|
279
|
+
this.i.ry = ensureEnum(DataTooltipGroupedPositionY_$type, v);
|
|
280
|
+
this._a("actualGroupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.ry));
|
|
266
281
|
},
|
|
267
282
|
enumerable: true,
|
|
268
283
|
configurable: true
|
|
@@ -272,11 +287,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
272
287
|
* Gets or sets whether the data legend should update when the series data is mutated.
|
|
273
288
|
*/
|
|
274
289
|
get: function () {
|
|
275
|
-
return this.i.
|
|
290
|
+
return this.i.sy;
|
|
276
291
|
},
|
|
277
292
|
set: function (v) {
|
|
278
|
-
this.i.
|
|
279
|
-
this._a("shouldUpdateWhenSeriesDataChanges", this.i.
|
|
293
|
+
this.i.sy = ensureBool(v);
|
|
294
|
+
this._a("shouldUpdateWhenSeriesDataChanges", this.i.sy);
|
|
280
295
|
},
|
|
281
296
|
enumerable: true,
|
|
282
297
|
configurable: true
|
|
@@ -286,14 +301,14 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
286
301
|
* Gets or sets indexes or names of series to include in displaying in the data legend, e.g. "0, 1"
|
|
287
302
|
*/
|
|
288
303
|
get: function () {
|
|
289
|
-
return this.i.
|
|
304
|
+
return this.i.ri;
|
|
290
305
|
},
|
|
291
306
|
set: function (v) {
|
|
292
307
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
293
308
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
294
309
|
v = v.split(re);
|
|
295
310
|
}
|
|
296
|
-
this.i.
|
|
311
|
+
this.i.ri = v;
|
|
297
312
|
},
|
|
298
313
|
enumerable: true,
|
|
299
314
|
configurable: true
|
|
@@ -304,14 +319,14 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
304
319
|
* The ExcludedSeries property takes precedences over values of IncludedSeries property
|
|
305
320
|
*/
|
|
306
321
|
get: function () {
|
|
307
|
-
return this.i.
|
|
322
|
+
return this.i.rd;
|
|
308
323
|
},
|
|
309
324
|
set: function (v) {
|
|
310
325
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
311
326
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
312
327
|
v = v.split(re);
|
|
313
328
|
}
|
|
314
|
-
this.i.
|
|
329
|
+
this.i.rd = v;
|
|
315
330
|
},
|
|
316
331
|
enumerable: true,
|
|
317
332
|
configurable: true
|
|
@@ -322,14 +337,14 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
322
337
|
* The ExcludedColumns property takes precedences over values of IncludedColumns property
|
|
323
338
|
*/
|
|
324
339
|
get: function () {
|
|
325
|
-
return this.i.
|
|
340
|
+
return this.i.rh;
|
|
326
341
|
},
|
|
327
342
|
set: function (v) {
|
|
328
343
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
329
344
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
330
345
|
v = v.split(re);
|
|
331
346
|
}
|
|
332
|
-
this.i.
|
|
347
|
+
this.i.rh = v;
|
|
333
348
|
},
|
|
334
349
|
enumerable: true,
|
|
335
350
|
configurable: true
|
|
@@ -340,14 +355,14 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
340
355
|
* The ExcludedColumns property takes precedences over values of IncludedColumns property
|
|
341
356
|
*/
|
|
342
357
|
get: function () {
|
|
343
|
-
return this.i.
|
|
358
|
+
return this.i.rc;
|
|
344
359
|
},
|
|
345
360
|
set: function (v) {
|
|
346
361
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
347
362
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
348
363
|
v = v.split(re);
|
|
349
364
|
}
|
|
350
|
-
this.i.
|
|
365
|
+
this.i.rc = v;
|
|
351
366
|
},
|
|
352
367
|
enumerable: true,
|
|
353
368
|
configurable: true
|
|
@@ -358,11 +373,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
358
373
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
359
374
|
*/
|
|
360
375
|
get: function () {
|
|
361
|
-
return this.i.
|
|
376
|
+
return this.i.rm;
|
|
362
377
|
},
|
|
363
378
|
set: function (v) {
|
|
364
|
-
this.i.
|
|
365
|
-
this._a("valueFormatAbbreviation", enumToString(DataAbbreviationMode_$type, this.i.
|
|
379
|
+
this.i.rm = ensureEnum(DataAbbreviationMode_$type, v);
|
|
380
|
+
this._a("valueFormatAbbreviation", enumToString(DataAbbreviationMode_$type, this.i.rm));
|
|
366
381
|
},
|
|
367
382
|
enumerable: true,
|
|
368
383
|
configurable: true
|
|
@@ -373,11 +388,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
373
388
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
374
389
|
*/
|
|
375
390
|
get: function () {
|
|
376
|
-
return this.i.
|
|
391
|
+
return this.i.t8;
|
|
377
392
|
},
|
|
378
393
|
set: function (v) {
|
|
379
|
-
this.i.
|
|
380
|
-
this._a("valueFormatMaxFractions", this.i.
|
|
394
|
+
this.i.t8 = +v;
|
|
395
|
+
this._a("valueFormatMaxFractions", this.i.t8);
|
|
381
396
|
},
|
|
382
397
|
enumerable: true,
|
|
383
398
|
configurable: true
|
|
@@ -388,11 +403,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
388
403
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
389
404
|
*/
|
|
390
405
|
get: function () {
|
|
391
|
-
return this.i.
|
|
406
|
+
return this.i.t9;
|
|
392
407
|
},
|
|
393
408
|
set: function (v) {
|
|
394
|
-
this.i.
|
|
395
|
-
this._a("valueFormatMinFractions", this.i.
|
|
409
|
+
this.i.t9 = +v;
|
|
410
|
+
this._a("valueFormatMinFractions", this.i.t9);
|
|
396
411
|
},
|
|
397
412
|
enumerable: true,
|
|
398
413
|
configurable: true
|
|
@@ -402,11 +417,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
402
417
|
* Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)
|
|
403
418
|
*/
|
|
404
419
|
get: function () {
|
|
405
|
-
return this.i.
|
|
420
|
+
return this.i.rs;
|
|
406
421
|
},
|
|
407
422
|
set: function (v) {
|
|
408
|
-
this.i.
|
|
409
|
-
this._a("valueFormatMode", enumToString(DataLegendValueMode_$type, this.i.
|
|
423
|
+
this.i.rs = ensureEnum(DataLegendValueMode_$type, v);
|
|
424
|
+
this._a("valueFormatMode", enumToString(DataLegendValueMode_$type, this.i.rs));
|
|
410
425
|
},
|
|
411
426
|
enumerable: true,
|
|
412
427
|
configurable: true
|
|
@@ -417,25 +432,25 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
417
432
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
418
433
|
*/
|
|
419
434
|
get: function () {
|
|
420
|
-
return this.i.
|
|
435
|
+
return this.i.v3;
|
|
421
436
|
},
|
|
422
437
|
set: function (v) {
|
|
423
|
-
this.i.
|
|
438
|
+
this.i.v3 = v;
|
|
424
439
|
},
|
|
425
440
|
enumerable: true,
|
|
426
441
|
configurable: true
|
|
427
442
|
});
|
|
428
443
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueFormatUseGrouping", {
|
|
429
444
|
/**
|
|
430
|
-
* Gets or sets whether or not use
|
|
445
|
+
* Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000
|
|
431
446
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
432
447
|
*/
|
|
433
448
|
get: function () {
|
|
434
|
-
return this.i.
|
|
449
|
+
return this.i.s0;
|
|
435
450
|
},
|
|
436
451
|
set: function (v) {
|
|
437
|
-
this.i.
|
|
438
|
-
this._a("valueFormatUseGrouping", this.i.
|
|
452
|
+
this.i.s0 = ensureBool(v);
|
|
453
|
+
this._a("valueFormatUseGrouping", this.i.s0);
|
|
439
454
|
},
|
|
440
455
|
enumerable: true,
|
|
441
456
|
configurable: true
|
|
@@ -445,10 +460,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
445
460
|
* Gets or sets the format string for values displayed in the data legend.
|
|
446
461
|
*/
|
|
447
462
|
get: function () {
|
|
448
|
-
return this.i.
|
|
463
|
+
return this.i.v9;
|
|
449
464
|
},
|
|
450
465
|
set: function (v) {
|
|
451
|
-
this.i.
|
|
466
|
+
this.i.v9 = v;
|
|
452
467
|
},
|
|
453
468
|
enumerable: true,
|
|
454
469
|
configurable: true
|
|
@@ -458,86 +473,86 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
458
473
|
* Gets or sets the format specifiers to use with the ValueFormatString string.
|
|
459
474
|
*/
|
|
460
475
|
get: function () {
|
|
461
|
-
return this.i.
|
|
476
|
+
return this.i.rj;
|
|
462
477
|
},
|
|
463
478
|
set: function (v) {
|
|
464
479
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
465
480
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
466
481
|
v = v.split(re);
|
|
467
482
|
}
|
|
468
|
-
this.i.
|
|
483
|
+
this.i.rj = v;
|
|
469
484
|
},
|
|
470
485
|
enumerable: true,
|
|
471
486
|
configurable: true
|
|
472
487
|
});
|
|
473
488
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueRowMarginBottom", {
|
|
474
489
|
get: function () {
|
|
475
|
-
return this.i.
|
|
490
|
+
return this.i.y0 ? this.i.y0.bottom : NaN;
|
|
476
491
|
},
|
|
477
492
|
set: function (v) {
|
|
478
493
|
this.ensureValueRowMargin();
|
|
479
|
-
this.i.
|
|
480
|
-
this._a("valueRowMarginBottom", this.i.
|
|
481
|
-
this.i.
|
|
494
|
+
this.i.y0.bottom = +v;
|
|
495
|
+
this._a("valueRowMarginBottom", this.i.y0.bottom);
|
|
496
|
+
this.i.y0 = this.i.y0;
|
|
482
497
|
},
|
|
483
498
|
enumerable: true,
|
|
484
499
|
configurable: true
|
|
485
500
|
});
|
|
486
501
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueRowMarginLeft", {
|
|
487
502
|
get: function () {
|
|
488
|
-
return this.i.
|
|
503
|
+
return this.i.y0 ? this.i.y0.left : NaN;
|
|
489
504
|
},
|
|
490
505
|
set: function (v) {
|
|
491
506
|
this.ensureValueRowMargin();
|
|
492
|
-
this.i.
|
|
493
|
-
this._a("valueRowMarginLeft", this.i.
|
|
494
|
-
this.i.
|
|
507
|
+
this.i.y0.left = +v;
|
|
508
|
+
this._a("valueRowMarginLeft", this.i.y0.left);
|
|
509
|
+
this.i.y0 = this.i.y0;
|
|
495
510
|
},
|
|
496
511
|
enumerable: true,
|
|
497
512
|
configurable: true
|
|
498
513
|
});
|
|
499
514
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueRowMarginRight", {
|
|
500
515
|
get: function () {
|
|
501
|
-
return this.i.
|
|
516
|
+
return this.i.y0 ? this.i.y0.right : NaN;
|
|
502
517
|
},
|
|
503
518
|
set: function (v) {
|
|
504
519
|
this.ensureValueRowMargin();
|
|
505
|
-
this.i.
|
|
506
|
-
this._a("valueRowMarginRight", this.i.
|
|
507
|
-
this.i.
|
|
520
|
+
this.i.y0.right = +v;
|
|
521
|
+
this._a("valueRowMarginRight", this.i.y0.right);
|
|
522
|
+
this.i.y0 = this.i.y0;
|
|
508
523
|
},
|
|
509
524
|
enumerable: true,
|
|
510
525
|
configurable: true
|
|
511
526
|
});
|
|
512
527
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueRowMarginTop", {
|
|
513
528
|
get: function () {
|
|
514
|
-
return this.i.
|
|
529
|
+
return this.i.y0 ? this.i.y0.top : NaN;
|
|
515
530
|
},
|
|
516
531
|
set: function (v) {
|
|
517
532
|
this.ensureValueRowMargin();
|
|
518
|
-
this.i.
|
|
519
|
-
this._a("valueRowMarginTop", this.i.
|
|
520
|
-
this.i.
|
|
533
|
+
this.i.y0.top = +v;
|
|
534
|
+
this._a("valueRowMarginTop", this.i.y0.top);
|
|
535
|
+
this.i.y0 = this.i.y0;
|
|
521
536
|
},
|
|
522
537
|
enumerable: true,
|
|
523
538
|
configurable: true
|
|
524
539
|
});
|
|
525
540
|
IgcDataToolTipLayerComponent.prototype.ensureValueRowMargin = function () {
|
|
526
|
-
if (this.i.
|
|
541
|
+
if (this.i.y0) {
|
|
527
542
|
return;
|
|
528
543
|
}
|
|
529
|
-
this.i.
|
|
544
|
+
this.i.y0 = new Thickness(2);
|
|
530
545
|
};
|
|
531
546
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueRowVisible", {
|
|
532
547
|
/**
|
|
533
548
|
* Gets or sets whether to show series rows.
|
|
534
549
|
*/
|
|
535
550
|
get: function () {
|
|
536
|
-
return this.i.
|
|
551
|
+
return this.i.s1;
|
|
537
552
|
},
|
|
538
553
|
set: function (v) {
|
|
539
|
-
this.i.
|
|
540
|
-
this._a("valueRowVisible", this.i.
|
|
554
|
+
this.i.s1 = ensureBool(v);
|
|
555
|
+
this._a("valueRowVisible", this.i.s1);
|
|
541
556
|
},
|
|
542
557
|
enumerable: true,
|
|
543
558
|
configurable: true
|
|
@@ -547,10 +562,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
547
562
|
* Gets or sets text displayed when data column is missing a value, e.g. "no data"
|
|
548
563
|
*/
|
|
549
564
|
get: function () {
|
|
550
|
-
return this.i.
|
|
565
|
+
return this.i.wi;
|
|
551
566
|
},
|
|
552
567
|
set: function (v) {
|
|
553
|
-
this.i.
|
|
568
|
+
this.i.wi = v;
|
|
554
569
|
},
|
|
555
570
|
enumerable: true,
|
|
556
571
|
configurable: true
|
|
@@ -560,83 +575,83 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
560
575
|
* Gets or sets whether to use series colors when displaying values in the legend
|
|
561
576
|
*/
|
|
562
577
|
get: function () {
|
|
563
|
-
return this.i.
|
|
578
|
+
return this.i.s2;
|
|
564
579
|
},
|
|
565
580
|
set: function (v) {
|
|
566
|
-
this.i.
|
|
567
|
-
this._a("valueTextUseSeriesColors", this.i.
|
|
581
|
+
this.i.s2 = ensureBool(v);
|
|
582
|
+
this._a("valueTextUseSeriesColors", this.i.s2);
|
|
568
583
|
},
|
|
569
584
|
enumerable: true,
|
|
570
585
|
configurable: true
|
|
571
586
|
});
|
|
572
587
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueTextMarginBottom", {
|
|
573
588
|
get: function () {
|
|
574
|
-
return this.i.
|
|
589
|
+
return this.i.y1 ? this.i.y1.bottom : NaN;
|
|
575
590
|
},
|
|
576
591
|
set: function (v) {
|
|
577
592
|
this.ensureValueTextMargin();
|
|
578
|
-
this.i.
|
|
579
|
-
this._a("valueTextMarginBottom", this.i.
|
|
580
|
-
this.i.
|
|
593
|
+
this.i.y1.bottom = +v;
|
|
594
|
+
this._a("valueTextMarginBottom", this.i.y1.bottom);
|
|
595
|
+
this.i.y1 = this.i.y1;
|
|
581
596
|
},
|
|
582
597
|
enumerable: true,
|
|
583
598
|
configurable: true
|
|
584
599
|
});
|
|
585
600
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueTextMarginLeft", {
|
|
586
601
|
get: function () {
|
|
587
|
-
return this.i.
|
|
602
|
+
return this.i.y1 ? this.i.y1.left : NaN;
|
|
588
603
|
},
|
|
589
604
|
set: function (v) {
|
|
590
605
|
this.ensureValueTextMargin();
|
|
591
|
-
this.i.
|
|
592
|
-
this._a("valueTextMarginLeft", this.i.
|
|
593
|
-
this.i.
|
|
606
|
+
this.i.y1.left = +v;
|
|
607
|
+
this._a("valueTextMarginLeft", this.i.y1.left);
|
|
608
|
+
this.i.y1 = this.i.y1;
|
|
594
609
|
},
|
|
595
610
|
enumerable: true,
|
|
596
611
|
configurable: true
|
|
597
612
|
});
|
|
598
613
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueTextMarginRight", {
|
|
599
614
|
get: function () {
|
|
600
|
-
return this.i.
|
|
615
|
+
return this.i.y1 ? this.i.y1.right : NaN;
|
|
601
616
|
},
|
|
602
617
|
set: function (v) {
|
|
603
618
|
this.ensureValueTextMargin();
|
|
604
|
-
this.i.
|
|
605
|
-
this._a("valueTextMarginRight", this.i.
|
|
606
|
-
this.i.
|
|
619
|
+
this.i.y1.right = +v;
|
|
620
|
+
this._a("valueTextMarginRight", this.i.y1.right);
|
|
621
|
+
this.i.y1 = this.i.y1;
|
|
607
622
|
},
|
|
608
623
|
enumerable: true,
|
|
609
624
|
configurable: true
|
|
610
625
|
});
|
|
611
626
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueTextMarginTop", {
|
|
612
627
|
get: function () {
|
|
613
|
-
return this.i.
|
|
628
|
+
return this.i.y1 ? this.i.y1.top : NaN;
|
|
614
629
|
},
|
|
615
630
|
set: function (v) {
|
|
616
631
|
this.ensureValueTextMargin();
|
|
617
|
-
this.i.
|
|
618
|
-
this._a("valueTextMarginTop", this.i.
|
|
619
|
-
this.i.
|
|
632
|
+
this.i.y1.top = +v;
|
|
633
|
+
this._a("valueTextMarginTop", this.i.y1.top);
|
|
634
|
+
this.i.y1 = this.i.y1;
|
|
620
635
|
},
|
|
621
636
|
enumerable: true,
|
|
622
637
|
configurable: true
|
|
623
638
|
});
|
|
624
639
|
IgcDataToolTipLayerComponent.prototype.ensureValueTextMargin = function () {
|
|
625
|
-
if (this.i.
|
|
640
|
+
if (this.i.y1) {
|
|
626
641
|
return;
|
|
627
642
|
}
|
|
628
|
-
this.i.
|
|
643
|
+
this.i.y1 = new Thickness(2);
|
|
629
644
|
};
|
|
630
645
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "valueTextColor", {
|
|
631
646
|
/**
|
|
632
647
|
* Gets or sets the units text color.
|
|
633
648
|
*/
|
|
634
649
|
get: function () {
|
|
635
|
-
return brushToString(this.i.
|
|
650
|
+
return brushToString(this.i.yl);
|
|
636
651
|
},
|
|
637
652
|
set: function (v) {
|
|
638
|
-
this.i.
|
|
639
|
-
this._a("valueTextColor", brushToString(this.i.
|
|
653
|
+
this.i.yl = stringToBrush(v);
|
|
654
|
+
this._a("valueTextColor", brushToString(this.i.yl));
|
|
640
655
|
},
|
|
641
656
|
enumerable: true,
|
|
642
657
|
configurable: true
|
|
@@ -646,16 +661,16 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
646
661
|
* Gets or Sets the style to use for the units text.
|
|
647
662
|
*/
|
|
648
663
|
get: function () {
|
|
649
|
-
if (this.i.
|
|
664
|
+
if (this.i.sp == null) {
|
|
650
665
|
return null;
|
|
651
666
|
}
|
|
652
|
-
return this.i.
|
|
667
|
+
return this.i.sp.fontString;
|
|
653
668
|
},
|
|
654
669
|
set: function (v) {
|
|
655
670
|
var fi = new FontInfo();
|
|
656
671
|
fi.fontString = v;
|
|
657
|
-
this.i.
|
|
658
|
-
this._a("valueTextStyle", this.i.
|
|
672
|
+
this.i.sp = fi;
|
|
673
|
+
this._a("valueTextStyle", this.i.sp != null ? this.i.sp.fontString : "");
|
|
659
674
|
},
|
|
660
675
|
enumerable: true,
|
|
661
676
|
configurable: true
|
|
@@ -665,10 +680,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
665
680
|
* Gets or sets the format string for header text displayed in the data legend.
|
|
666
681
|
*/
|
|
667
682
|
get: function () {
|
|
668
|
-
return this.i.
|
|
683
|
+
return this.i.ur;
|
|
669
684
|
},
|
|
670
685
|
set: function (v) {
|
|
671
|
-
this.i.
|
|
686
|
+
this.i.ur = v;
|
|
672
687
|
},
|
|
673
688
|
enumerable: true,
|
|
674
689
|
configurable: true
|
|
@@ -678,14 +693,14 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
678
693
|
* Gets or sets the format specifiers to use with the HeaderFormatString string.
|
|
679
694
|
*/
|
|
680
695
|
get: function () {
|
|
681
|
-
return this.i.
|
|
696
|
+
return this.i.rg;
|
|
682
697
|
},
|
|
683
698
|
set: function (v) {
|
|
684
699
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
685
700
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
686
701
|
v = v.split(re);
|
|
687
702
|
}
|
|
688
|
-
this.i.
|
|
703
|
+
this.i.rg = v;
|
|
689
704
|
},
|
|
690
705
|
enumerable: true,
|
|
691
706
|
configurable: true
|
|
@@ -696,10 +711,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
696
711
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
697
712
|
*/
|
|
698
713
|
get: function () {
|
|
699
|
-
return this.i.
|
|
714
|
+
return this.i.un;
|
|
700
715
|
},
|
|
701
716
|
set: function (v) {
|
|
702
|
-
this.i.
|
|
717
|
+
this.i.un = v;
|
|
703
718
|
},
|
|
704
719
|
enumerable: true,
|
|
705
720
|
configurable: true
|
|
@@ -710,11 +725,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
710
725
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
711
726
|
*/
|
|
712
727
|
get: function () {
|
|
713
|
-
return this.i.
|
|
728
|
+
return this.i.rn;
|
|
714
729
|
},
|
|
715
730
|
set: function (v) {
|
|
716
|
-
this.i.
|
|
717
|
-
this._a("headerFormatDate", enumToString(DataLegendHeaderDateMode_$type, this.i.
|
|
731
|
+
this.i.rn = ensureEnum(DataLegendHeaderDateMode_$type, v);
|
|
732
|
+
this._a("headerFormatDate", enumToString(DataLegendHeaderDateMode_$type, this.i.rn));
|
|
718
733
|
},
|
|
719
734
|
enumerable: true,
|
|
720
735
|
configurable: true
|
|
@@ -725,11 +740,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
725
740
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
726
741
|
*/
|
|
727
742
|
get: function () {
|
|
728
|
-
return this.i.
|
|
743
|
+
return this.i.ro;
|
|
729
744
|
},
|
|
730
745
|
set: function (v) {
|
|
731
|
-
this.i.
|
|
732
|
-
this._a("headerFormatTime", enumToString(DataLegendHeaderTimeMode_$type, this.i.
|
|
746
|
+
this.i.ro = ensureEnum(DataLegendHeaderTimeMode_$type, v);
|
|
747
|
+
this._a("headerFormatTime", enumToString(DataLegendHeaderTimeMode_$type, this.i.ro));
|
|
733
748
|
},
|
|
734
749
|
enumerable: true,
|
|
735
750
|
configurable: true
|
|
@@ -739,10 +754,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
739
754
|
* Gets or sets the HeaderText for the data legend.
|
|
740
755
|
*/
|
|
741
756
|
get: function () {
|
|
742
|
-
return this.i.
|
|
757
|
+
return this.i.uw;
|
|
743
758
|
},
|
|
744
759
|
set: function (v) {
|
|
745
|
-
this.i.
|
|
760
|
+
this.i.uw = v;
|
|
746
761
|
},
|
|
747
762
|
enumerable: true,
|
|
748
763
|
configurable: true
|
|
@@ -752,141 +767,141 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
752
767
|
* Gets or sets the header text color.
|
|
753
768
|
*/
|
|
754
769
|
get: function () {
|
|
755
|
-
return brushToString(this.i.
|
|
770
|
+
return brushToString(this.i.yd);
|
|
756
771
|
},
|
|
757
772
|
set: function (v) {
|
|
758
|
-
this.i.
|
|
759
|
-
this._a("headerTextColor", brushToString(this.i.
|
|
773
|
+
this.i.yd = stringToBrush(v);
|
|
774
|
+
this._a("headerTextColor", brushToString(this.i.yd));
|
|
760
775
|
},
|
|
761
776
|
enumerable: true,
|
|
762
777
|
configurable: true
|
|
763
778
|
});
|
|
764
779
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerTextMarginBottom", {
|
|
765
780
|
get: function () {
|
|
766
|
-
return this.i.
|
|
781
|
+
return this.i.yu ? this.i.yu.bottom : NaN;
|
|
767
782
|
},
|
|
768
783
|
set: function (v) {
|
|
769
784
|
this.ensureHeaderTextMargin();
|
|
770
|
-
this.i.
|
|
771
|
-
this._a("headerTextMarginBottom", this.i.
|
|
772
|
-
this.i.
|
|
785
|
+
this.i.yu.bottom = +v;
|
|
786
|
+
this._a("headerTextMarginBottom", this.i.yu.bottom);
|
|
787
|
+
this.i.yu = this.i.yu;
|
|
773
788
|
},
|
|
774
789
|
enumerable: true,
|
|
775
790
|
configurable: true
|
|
776
791
|
});
|
|
777
792
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerTextMarginLeft", {
|
|
778
793
|
get: function () {
|
|
779
|
-
return this.i.
|
|
794
|
+
return this.i.yu ? this.i.yu.left : NaN;
|
|
780
795
|
},
|
|
781
796
|
set: function (v) {
|
|
782
797
|
this.ensureHeaderTextMargin();
|
|
783
|
-
this.i.
|
|
784
|
-
this._a("headerTextMarginLeft", this.i.
|
|
785
|
-
this.i.
|
|
798
|
+
this.i.yu.left = +v;
|
|
799
|
+
this._a("headerTextMarginLeft", this.i.yu.left);
|
|
800
|
+
this.i.yu = this.i.yu;
|
|
786
801
|
},
|
|
787
802
|
enumerable: true,
|
|
788
803
|
configurable: true
|
|
789
804
|
});
|
|
790
805
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerTextMarginRight", {
|
|
791
806
|
get: function () {
|
|
792
|
-
return this.i.
|
|
807
|
+
return this.i.yu ? this.i.yu.right : NaN;
|
|
793
808
|
},
|
|
794
809
|
set: function (v) {
|
|
795
810
|
this.ensureHeaderTextMargin();
|
|
796
|
-
this.i.
|
|
797
|
-
this._a("headerTextMarginRight", this.i.
|
|
798
|
-
this.i.
|
|
811
|
+
this.i.yu.right = +v;
|
|
812
|
+
this._a("headerTextMarginRight", this.i.yu.right);
|
|
813
|
+
this.i.yu = this.i.yu;
|
|
799
814
|
},
|
|
800
815
|
enumerable: true,
|
|
801
816
|
configurable: true
|
|
802
817
|
});
|
|
803
818
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerTextMarginTop", {
|
|
804
819
|
get: function () {
|
|
805
|
-
return this.i.
|
|
820
|
+
return this.i.yu ? this.i.yu.top : NaN;
|
|
806
821
|
},
|
|
807
822
|
set: function (v) {
|
|
808
823
|
this.ensureHeaderTextMargin();
|
|
809
|
-
this.i.
|
|
810
|
-
this._a("headerTextMarginTop", this.i.
|
|
811
|
-
this.i.
|
|
824
|
+
this.i.yu.top = +v;
|
|
825
|
+
this._a("headerTextMarginTop", this.i.yu.top);
|
|
826
|
+
this.i.yu = this.i.yu;
|
|
812
827
|
},
|
|
813
828
|
enumerable: true,
|
|
814
829
|
configurable: true
|
|
815
830
|
});
|
|
816
831
|
IgcDataToolTipLayerComponent.prototype.ensureHeaderTextMargin = function () {
|
|
817
|
-
if (this.i.
|
|
832
|
+
if (this.i.yu) {
|
|
818
833
|
return;
|
|
819
834
|
}
|
|
820
|
-
this.i.
|
|
835
|
+
this.i.yu = new Thickness(2);
|
|
821
836
|
};
|
|
822
837
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerRowMarginBottom", {
|
|
823
838
|
get: function () {
|
|
824
|
-
return this.i.
|
|
839
|
+
return this.i.yt ? this.i.yt.bottom : NaN;
|
|
825
840
|
},
|
|
826
841
|
set: function (v) {
|
|
827
842
|
this.ensureHeaderRowMargin();
|
|
828
|
-
this.i.
|
|
829
|
-
this._a("headerRowMarginBottom", this.i.
|
|
830
|
-
this.i.
|
|
843
|
+
this.i.yt.bottom = +v;
|
|
844
|
+
this._a("headerRowMarginBottom", this.i.yt.bottom);
|
|
845
|
+
this.i.yt = this.i.yt;
|
|
831
846
|
},
|
|
832
847
|
enumerable: true,
|
|
833
848
|
configurable: true
|
|
834
849
|
});
|
|
835
850
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerRowMarginLeft", {
|
|
836
851
|
get: function () {
|
|
837
|
-
return this.i.
|
|
852
|
+
return this.i.yt ? this.i.yt.left : NaN;
|
|
838
853
|
},
|
|
839
854
|
set: function (v) {
|
|
840
855
|
this.ensureHeaderRowMargin();
|
|
841
|
-
this.i.
|
|
842
|
-
this._a("headerRowMarginLeft", this.i.
|
|
843
|
-
this.i.
|
|
856
|
+
this.i.yt.left = +v;
|
|
857
|
+
this._a("headerRowMarginLeft", this.i.yt.left);
|
|
858
|
+
this.i.yt = this.i.yt;
|
|
844
859
|
},
|
|
845
860
|
enumerable: true,
|
|
846
861
|
configurable: true
|
|
847
862
|
});
|
|
848
863
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerRowMarginRight", {
|
|
849
864
|
get: function () {
|
|
850
|
-
return this.i.
|
|
865
|
+
return this.i.yt ? this.i.yt.right : NaN;
|
|
851
866
|
},
|
|
852
867
|
set: function (v) {
|
|
853
868
|
this.ensureHeaderRowMargin();
|
|
854
|
-
this.i.
|
|
855
|
-
this._a("headerRowMarginRight", this.i.
|
|
856
|
-
this.i.
|
|
869
|
+
this.i.yt.right = +v;
|
|
870
|
+
this._a("headerRowMarginRight", this.i.yt.right);
|
|
871
|
+
this.i.yt = this.i.yt;
|
|
857
872
|
},
|
|
858
873
|
enumerable: true,
|
|
859
874
|
configurable: true
|
|
860
875
|
});
|
|
861
876
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerRowMarginTop", {
|
|
862
877
|
get: function () {
|
|
863
|
-
return this.i.
|
|
878
|
+
return this.i.yt ? this.i.yt.top : NaN;
|
|
864
879
|
},
|
|
865
880
|
set: function (v) {
|
|
866
881
|
this.ensureHeaderRowMargin();
|
|
867
|
-
this.i.
|
|
868
|
-
this._a("headerRowMarginTop", this.i.
|
|
869
|
-
this.i.
|
|
882
|
+
this.i.yt.top = +v;
|
|
883
|
+
this._a("headerRowMarginTop", this.i.yt.top);
|
|
884
|
+
this.i.yt = this.i.yt;
|
|
870
885
|
},
|
|
871
886
|
enumerable: true,
|
|
872
887
|
configurable: true
|
|
873
888
|
});
|
|
874
889
|
IgcDataToolTipLayerComponent.prototype.ensureHeaderRowMargin = function () {
|
|
875
|
-
if (this.i.
|
|
890
|
+
if (this.i.yt) {
|
|
876
891
|
return;
|
|
877
892
|
}
|
|
878
|
-
this.i.
|
|
893
|
+
this.i.yt = new Thickness(2);
|
|
879
894
|
};
|
|
880
895
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "headerRowVisible", {
|
|
881
896
|
/**
|
|
882
897
|
* Gets or sets whether to show Header row.
|
|
883
898
|
*/
|
|
884
899
|
get: function () {
|
|
885
|
-
return this.i.
|
|
900
|
+
return this.i.sr;
|
|
886
901
|
},
|
|
887
902
|
set: function (v) {
|
|
888
|
-
this.i.
|
|
889
|
-
this._a("headerRowVisible", this.i.
|
|
903
|
+
this.i.sr = ensureBool(v);
|
|
904
|
+
this._a("headerRowVisible", this.i.sr);
|
|
890
905
|
},
|
|
891
906
|
enumerable: true,
|
|
892
907
|
configurable: true
|
|
@@ -896,16 +911,16 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
896
911
|
* Gets or Sets the style to use for the header text.
|
|
897
912
|
*/
|
|
898
913
|
get: function () {
|
|
899
|
-
if (this.i.
|
|
914
|
+
if (this.i.sh == null) {
|
|
900
915
|
return null;
|
|
901
916
|
}
|
|
902
|
-
return this.i.
|
|
917
|
+
return this.i.sh.fontString;
|
|
903
918
|
},
|
|
904
919
|
set: function (v) {
|
|
905
920
|
var fi = new FontInfo();
|
|
906
921
|
fi.fontString = v;
|
|
907
|
-
this.i.
|
|
908
|
-
this._a("headerTextStyle", this.i.
|
|
922
|
+
this.i.sh = fi;
|
|
923
|
+
this._a("headerTextStyle", this.i.sh != null ? this.i.sh.fontString : "");
|
|
909
924
|
},
|
|
910
925
|
enumerable: true,
|
|
911
926
|
configurable: true
|
|
@@ -915,11 +930,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
915
930
|
* Gets or sets the summary text color.
|
|
916
931
|
*/
|
|
917
932
|
get: function () {
|
|
918
|
-
return brushToString(this.i.
|
|
933
|
+
return brushToString(this.i.yg);
|
|
919
934
|
},
|
|
920
935
|
set: function (v) {
|
|
921
|
-
this.i.
|
|
922
|
-
this._a("summaryTitleTextColor", brushToString(this.i.
|
|
936
|
+
this.i.yg = stringToBrush(v);
|
|
937
|
+
this._a("summaryTitleTextColor", brushToString(this.i.yg));
|
|
923
938
|
},
|
|
924
939
|
enumerable: true,
|
|
925
940
|
configurable: true
|
|
@@ -929,16 +944,16 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
929
944
|
* Gets or Sets the style to use for the summary text.
|
|
930
945
|
*/
|
|
931
946
|
get: function () {
|
|
932
|
-
if (this.i.
|
|
947
|
+
if (this.i.sk == null) {
|
|
933
948
|
return null;
|
|
934
949
|
}
|
|
935
|
-
return this.i.
|
|
950
|
+
return this.i.sk.fontString;
|
|
936
951
|
},
|
|
937
952
|
set: function (v) {
|
|
938
953
|
var fi = new FontInfo();
|
|
939
954
|
fi.fontString = v;
|
|
940
|
-
this.i.
|
|
941
|
-
this._a("summaryTitleTextStyle", this.i.
|
|
955
|
+
this.i.sk = fi;
|
|
956
|
+
this._a("summaryTitleTextStyle", this.i.sk != null ? this.i.sk.fontString : "");
|
|
942
957
|
},
|
|
943
958
|
enumerable: true,
|
|
944
959
|
configurable: true
|
|
@@ -948,11 +963,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
948
963
|
* Gets or sets the SummaryType for the data legend.
|
|
949
964
|
*/
|
|
950
965
|
get: function () {
|
|
951
|
-
return this.i.
|
|
966
|
+
return this.i.rq;
|
|
952
967
|
},
|
|
953
968
|
set: function (v) {
|
|
954
|
-
this.i.
|
|
955
|
-
this._a("summaryType", enumToString(DataLegendSummaryType_$type, this.i.
|
|
969
|
+
this.i.rq = ensureEnum(DataLegendSummaryType_$type, v);
|
|
970
|
+
this._a("summaryType", enumToString(DataLegendSummaryType_$type, this.i.rq));
|
|
956
971
|
},
|
|
957
972
|
enumerable: true,
|
|
958
973
|
configurable: true
|
|
@@ -962,140 +977,140 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
962
977
|
* Gets or sets the SummaryTitleText for the data legend.
|
|
963
978
|
*/
|
|
964
979
|
get: function () {
|
|
965
|
-
return this.i.
|
|
980
|
+
return this.i.vf;
|
|
966
981
|
},
|
|
967
982
|
set: function (v) {
|
|
968
|
-
this.i.
|
|
983
|
+
this.i.vf = v;
|
|
969
984
|
},
|
|
970
985
|
enumerable: true,
|
|
971
986
|
configurable: true
|
|
972
987
|
});
|
|
973
988
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryTitleTextMarginBottom", {
|
|
974
989
|
get: function () {
|
|
975
|
-
return this.i.
|
|
990
|
+
return this.i.yx ? this.i.yx.bottom : NaN;
|
|
976
991
|
},
|
|
977
992
|
set: function (v) {
|
|
978
993
|
this.ensureSummaryTitleTextMargin();
|
|
979
|
-
this.i.
|
|
980
|
-
this._a("summaryTitleTextMarginBottom", this.i.
|
|
981
|
-
this.i.
|
|
994
|
+
this.i.yx.bottom = +v;
|
|
995
|
+
this._a("summaryTitleTextMarginBottom", this.i.yx.bottom);
|
|
996
|
+
this.i.yx = this.i.yx;
|
|
982
997
|
},
|
|
983
998
|
enumerable: true,
|
|
984
999
|
configurable: true
|
|
985
1000
|
});
|
|
986
1001
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryTitleTextMarginLeft", {
|
|
987
1002
|
get: function () {
|
|
988
|
-
return this.i.
|
|
1003
|
+
return this.i.yx ? this.i.yx.left : NaN;
|
|
989
1004
|
},
|
|
990
1005
|
set: function (v) {
|
|
991
1006
|
this.ensureSummaryTitleTextMargin();
|
|
992
|
-
this.i.
|
|
993
|
-
this._a("summaryTitleTextMarginLeft", this.i.
|
|
994
|
-
this.i.
|
|
1007
|
+
this.i.yx.left = +v;
|
|
1008
|
+
this._a("summaryTitleTextMarginLeft", this.i.yx.left);
|
|
1009
|
+
this.i.yx = this.i.yx;
|
|
995
1010
|
},
|
|
996
1011
|
enumerable: true,
|
|
997
1012
|
configurable: true
|
|
998
1013
|
});
|
|
999
1014
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryTitleTextMarginRight", {
|
|
1000
1015
|
get: function () {
|
|
1001
|
-
return this.i.
|
|
1016
|
+
return this.i.yx ? this.i.yx.right : NaN;
|
|
1002
1017
|
},
|
|
1003
1018
|
set: function (v) {
|
|
1004
1019
|
this.ensureSummaryTitleTextMargin();
|
|
1005
|
-
this.i.
|
|
1006
|
-
this._a("summaryTitleTextMarginRight", this.i.
|
|
1007
|
-
this.i.
|
|
1020
|
+
this.i.yx.right = +v;
|
|
1021
|
+
this._a("summaryTitleTextMarginRight", this.i.yx.right);
|
|
1022
|
+
this.i.yx = this.i.yx;
|
|
1008
1023
|
},
|
|
1009
1024
|
enumerable: true,
|
|
1010
1025
|
configurable: true
|
|
1011
1026
|
});
|
|
1012
1027
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryTitleTextMarginTop", {
|
|
1013
1028
|
get: function () {
|
|
1014
|
-
return this.i.
|
|
1029
|
+
return this.i.yx ? this.i.yx.top : NaN;
|
|
1015
1030
|
},
|
|
1016
1031
|
set: function (v) {
|
|
1017
1032
|
this.ensureSummaryTitleTextMargin();
|
|
1018
|
-
this.i.
|
|
1019
|
-
this._a("summaryTitleTextMarginTop", this.i.
|
|
1020
|
-
this.i.
|
|
1033
|
+
this.i.yx.top = +v;
|
|
1034
|
+
this._a("summaryTitleTextMarginTop", this.i.yx.top);
|
|
1035
|
+
this.i.yx = this.i.yx;
|
|
1021
1036
|
},
|
|
1022
1037
|
enumerable: true,
|
|
1023
1038
|
configurable: true
|
|
1024
1039
|
});
|
|
1025
1040
|
IgcDataToolTipLayerComponent.prototype.ensureSummaryTitleTextMargin = function () {
|
|
1026
|
-
if (this.i.
|
|
1041
|
+
if (this.i.yx) {
|
|
1027
1042
|
return;
|
|
1028
1043
|
}
|
|
1029
|
-
this.i.
|
|
1044
|
+
this.i.yx = new Thickness(2);
|
|
1030
1045
|
};
|
|
1031
1046
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryRowMarginBottom", {
|
|
1032
1047
|
get: function () {
|
|
1033
|
-
return this.i.
|
|
1048
|
+
return this.i.yw ? this.i.yw.bottom : NaN;
|
|
1034
1049
|
},
|
|
1035
1050
|
set: function (v) {
|
|
1036
1051
|
this.ensureSummaryRowMargin();
|
|
1037
|
-
this.i.
|
|
1038
|
-
this._a("summaryRowMarginBottom", this.i.
|
|
1039
|
-
this.i.
|
|
1052
|
+
this.i.yw.bottom = +v;
|
|
1053
|
+
this._a("summaryRowMarginBottom", this.i.yw.bottom);
|
|
1054
|
+
this.i.yw = this.i.yw;
|
|
1040
1055
|
},
|
|
1041
1056
|
enumerable: true,
|
|
1042
1057
|
configurable: true
|
|
1043
1058
|
});
|
|
1044
1059
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryRowMarginLeft", {
|
|
1045
1060
|
get: function () {
|
|
1046
|
-
return this.i.
|
|
1061
|
+
return this.i.yw ? this.i.yw.left : NaN;
|
|
1047
1062
|
},
|
|
1048
1063
|
set: function (v) {
|
|
1049
1064
|
this.ensureSummaryRowMargin();
|
|
1050
|
-
this.i.
|
|
1051
|
-
this._a("summaryRowMarginLeft", this.i.
|
|
1052
|
-
this.i.
|
|
1065
|
+
this.i.yw.left = +v;
|
|
1066
|
+
this._a("summaryRowMarginLeft", this.i.yw.left);
|
|
1067
|
+
this.i.yw = this.i.yw;
|
|
1053
1068
|
},
|
|
1054
1069
|
enumerable: true,
|
|
1055
1070
|
configurable: true
|
|
1056
1071
|
});
|
|
1057
1072
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryRowMarginRight", {
|
|
1058
1073
|
get: function () {
|
|
1059
|
-
return this.i.
|
|
1074
|
+
return this.i.yw ? this.i.yw.right : NaN;
|
|
1060
1075
|
},
|
|
1061
1076
|
set: function (v) {
|
|
1062
1077
|
this.ensureSummaryRowMargin();
|
|
1063
|
-
this.i.
|
|
1064
|
-
this._a("summaryRowMarginRight", this.i.
|
|
1065
|
-
this.i.
|
|
1078
|
+
this.i.yw.right = +v;
|
|
1079
|
+
this._a("summaryRowMarginRight", this.i.yw.right);
|
|
1080
|
+
this.i.yw = this.i.yw;
|
|
1066
1081
|
},
|
|
1067
1082
|
enumerable: true,
|
|
1068
1083
|
configurable: true
|
|
1069
1084
|
});
|
|
1070
1085
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryRowMarginTop", {
|
|
1071
1086
|
get: function () {
|
|
1072
|
-
return this.i.
|
|
1087
|
+
return this.i.yw ? this.i.yw.top : NaN;
|
|
1073
1088
|
},
|
|
1074
1089
|
set: function (v) {
|
|
1075
1090
|
this.ensureSummaryRowMargin();
|
|
1076
|
-
this.i.
|
|
1077
|
-
this._a("summaryRowMarginTop", this.i.
|
|
1078
|
-
this.i.
|
|
1091
|
+
this.i.yw.top = +v;
|
|
1092
|
+
this._a("summaryRowMarginTop", this.i.yw.top);
|
|
1093
|
+
this.i.yw = this.i.yw;
|
|
1079
1094
|
},
|
|
1080
1095
|
enumerable: true,
|
|
1081
1096
|
configurable: true
|
|
1082
1097
|
});
|
|
1083
1098
|
IgcDataToolTipLayerComponent.prototype.ensureSummaryRowMargin = function () {
|
|
1084
|
-
if (this.i.
|
|
1099
|
+
if (this.i.yw) {
|
|
1085
1100
|
return;
|
|
1086
1101
|
}
|
|
1087
|
-
this.i.
|
|
1102
|
+
this.i.yw = new Thickness(2);
|
|
1088
1103
|
};
|
|
1089
1104
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "summaryValueTextColor", {
|
|
1090
1105
|
/**
|
|
1091
1106
|
* Gets or sets the units text color.
|
|
1092
1107
|
*/
|
|
1093
1108
|
get: function () {
|
|
1094
|
-
return brushToString(this.i.
|
|
1109
|
+
return brushToString(this.i.yi);
|
|
1095
1110
|
},
|
|
1096
1111
|
set: function (v) {
|
|
1097
|
-
this.i.
|
|
1098
|
-
this._a("summaryValueTextColor", brushToString(this.i.
|
|
1112
|
+
this.i.yi = stringToBrush(v);
|
|
1113
|
+
this._a("summaryValueTextColor", brushToString(this.i.yi));
|
|
1099
1114
|
},
|
|
1100
1115
|
enumerable: true,
|
|
1101
1116
|
configurable: true
|
|
@@ -1105,16 +1120,16 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1105
1120
|
* Gets or Sets the style to use for the units text.
|
|
1106
1121
|
*/
|
|
1107
1122
|
get: function () {
|
|
1108
|
-
if (this.i.
|
|
1123
|
+
if (this.i.sm == null) {
|
|
1109
1124
|
return null;
|
|
1110
1125
|
}
|
|
1111
|
-
return this.i.
|
|
1126
|
+
return this.i.sm.fontString;
|
|
1112
1127
|
},
|
|
1113
1128
|
set: function (v) {
|
|
1114
1129
|
var fi = new FontInfo();
|
|
1115
1130
|
fi.fontString = v;
|
|
1116
|
-
this.i.
|
|
1117
|
-
this._a("summaryValueTextStyle", this.i.
|
|
1131
|
+
this.i.sm = fi;
|
|
1132
|
+
this._a("summaryValueTextStyle", this.i.sm != null ? this.i.sm.fontString : "");
|
|
1118
1133
|
},
|
|
1119
1134
|
enumerable: true,
|
|
1120
1135
|
configurable: true
|
|
@@ -1124,10 +1139,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1124
1139
|
* Gets or sets the units text for the data legend.
|
|
1125
1140
|
*/
|
|
1126
1141
|
get: function () {
|
|
1127
|
-
return this.i.
|
|
1142
|
+
return this.i.va;
|
|
1128
1143
|
},
|
|
1129
1144
|
set: function (v) {
|
|
1130
|
-
this.i.
|
|
1145
|
+
this.i.va = v;
|
|
1131
1146
|
},
|
|
1132
1147
|
enumerable: true,
|
|
1133
1148
|
configurable: true
|
|
@@ -1137,11 +1152,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1137
1152
|
* Gets or sets the units text color.
|
|
1138
1153
|
*/
|
|
1139
1154
|
get: function () {
|
|
1140
|
-
return brushToString(this.i.
|
|
1155
|
+
return brushToString(this.i.yf);
|
|
1141
1156
|
},
|
|
1142
1157
|
set: function (v) {
|
|
1143
|
-
this.i.
|
|
1144
|
-
this._a("summaryLabelTextColor", brushToString(this.i.
|
|
1158
|
+
this.i.yf = stringToBrush(v);
|
|
1159
|
+
this._a("summaryLabelTextColor", brushToString(this.i.yf));
|
|
1145
1160
|
},
|
|
1146
1161
|
enumerable: true,
|
|
1147
1162
|
configurable: true
|
|
@@ -1151,16 +1166,16 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1151
1166
|
* Gets or Sets the style to use for the units text.
|
|
1152
1167
|
*/
|
|
1153
1168
|
get: function () {
|
|
1154
|
-
if (this.i.
|
|
1169
|
+
if (this.i.sj == null) {
|
|
1155
1170
|
return null;
|
|
1156
1171
|
}
|
|
1157
|
-
return this.i.
|
|
1172
|
+
return this.i.sj.fontString;
|
|
1158
1173
|
},
|
|
1159
1174
|
set: function (v) {
|
|
1160
1175
|
var fi = new FontInfo();
|
|
1161
1176
|
fi.fontString = v;
|
|
1162
|
-
this.i.
|
|
1163
|
-
this._a("summaryLabelTextStyle", this.i.
|
|
1177
|
+
this.i.sj = fi;
|
|
1178
|
+
this._a("summaryLabelTextStyle", this.i.sj != null ? this.i.sj.fontString : "");
|
|
1164
1179
|
},
|
|
1165
1180
|
enumerable: true,
|
|
1166
1181
|
configurable: true
|
|
@@ -1170,10 +1185,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1170
1185
|
* Gets or sets the units text for the data legend.
|
|
1171
1186
|
*/
|
|
1172
1187
|
get: function () {
|
|
1173
|
-
return this.i.
|
|
1188
|
+
return this.i.vl;
|
|
1174
1189
|
},
|
|
1175
1190
|
set: function (v) {
|
|
1176
|
-
this.i.
|
|
1191
|
+
this.i.vl = v;
|
|
1177
1192
|
},
|
|
1178
1193
|
enumerable: true,
|
|
1179
1194
|
configurable: true
|
|
@@ -1183,11 +1198,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1183
1198
|
* Gets or sets the units text color.
|
|
1184
1199
|
*/
|
|
1185
1200
|
get: function () {
|
|
1186
|
-
return brushToString(this.i.
|
|
1201
|
+
return brushToString(this.i.yh);
|
|
1187
1202
|
},
|
|
1188
1203
|
set: function (v) {
|
|
1189
|
-
this.i.
|
|
1190
|
-
this._a("summaryUnitsTextColor", brushToString(this.i.
|
|
1204
|
+
this.i.yh = stringToBrush(v);
|
|
1205
|
+
this._a("summaryUnitsTextColor", brushToString(this.i.yh));
|
|
1191
1206
|
},
|
|
1192
1207
|
enumerable: true,
|
|
1193
1208
|
configurable: true
|
|
@@ -1197,88 +1212,88 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1197
1212
|
* Gets or Sets the style to use for the units text.
|
|
1198
1213
|
*/
|
|
1199
1214
|
get: function () {
|
|
1200
|
-
if (this.i.
|
|
1215
|
+
if (this.i.sl == null) {
|
|
1201
1216
|
return null;
|
|
1202
1217
|
}
|
|
1203
|
-
return this.i.
|
|
1218
|
+
return this.i.sl.fontString;
|
|
1204
1219
|
},
|
|
1205
1220
|
set: function (v) {
|
|
1206
1221
|
var fi = new FontInfo();
|
|
1207
1222
|
fi.fontString = v;
|
|
1208
|
-
this.i.
|
|
1209
|
-
this._a("summaryUnitsTextStyle", this.i.
|
|
1223
|
+
this.i.sl = fi;
|
|
1224
|
+
this._a("summaryUnitsTextStyle", this.i.sl != null ? this.i.sl.fontString : "");
|
|
1210
1225
|
},
|
|
1211
1226
|
enumerable: true,
|
|
1212
1227
|
configurable: true
|
|
1213
1228
|
});
|
|
1214
1229
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "badgeMarginBottom", {
|
|
1215
1230
|
get: function () {
|
|
1216
|
-
return this.i.
|
|
1231
|
+
return this.i.ys ? this.i.ys.bottom : NaN;
|
|
1217
1232
|
},
|
|
1218
1233
|
set: function (v) {
|
|
1219
1234
|
this.ensureBadgeMargin();
|
|
1220
|
-
this.i.
|
|
1221
|
-
this._a("badgeMarginBottom", this.i.
|
|
1222
|
-
this.i.
|
|
1235
|
+
this.i.ys.bottom = +v;
|
|
1236
|
+
this._a("badgeMarginBottom", this.i.ys.bottom);
|
|
1237
|
+
this.i.ys = this.i.ys;
|
|
1223
1238
|
},
|
|
1224
1239
|
enumerable: true,
|
|
1225
1240
|
configurable: true
|
|
1226
1241
|
});
|
|
1227
1242
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "badgeMarginLeft", {
|
|
1228
1243
|
get: function () {
|
|
1229
|
-
return this.i.
|
|
1244
|
+
return this.i.ys ? this.i.ys.left : NaN;
|
|
1230
1245
|
},
|
|
1231
1246
|
set: function (v) {
|
|
1232
1247
|
this.ensureBadgeMargin();
|
|
1233
|
-
this.i.
|
|
1234
|
-
this._a("badgeMarginLeft", this.i.
|
|
1235
|
-
this.i.
|
|
1248
|
+
this.i.ys.left = +v;
|
|
1249
|
+
this._a("badgeMarginLeft", this.i.ys.left);
|
|
1250
|
+
this.i.ys = this.i.ys;
|
|
1236
1251
|
},
|
|
1237
1252
|
enumerable: true,
|
|
1238
1253
|
configurable: true
|
|
1239
1254
|
});
|
|
1240
1255
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "badgeMarginRight", {
|
|
1241
1256
|
get: function () {
|
|
1242
|
-
return this.i.
|
|
1257
|
+
return this.i.ys ? this.i.ys.right : NaN;
|
|
1243
1258
|
},
|
|
1244
1259
|
set: function (v) {
|
|
1245
1260
|
this.ensureBadgeMargin();
|
|
1246
|
-
this.i.
|
|
1247
|
-
this._a("badgeMarginRight", this.i.
|
|
1248
|
-
this.i.
|
|
1261
|
+
this.i.ys.right = +v;
|
|
1262
|
+
this._a("badgeMarginRight", this.i.ys.right);
|
|
1263
|
+
this.i.ys = this.i.ys;
|
|
1249
1264
|
},
|
|
1250
1265
|
enumerable: true,
|
|
1251
1266
|
configurable: true
|
|
1252
1267
|
});
|
|
1253
1268
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "badgeMarginTop", {
|
|
1254
1269
|
get: function () {
|
|
1255
|
-
return this.i.
|
|
1270
|
+
return this.i.ys ? this.i.ys.top : NaN;
|
|
1256
1271
|
},
|
|
1257
1272
|
set: function (v) {
|
|
1258
1273
|
this.ensureBadgeMargin();
|
|
1259
|
-
this.i.
|
|
1260
|
-
this._a("badgeMarginTop", this.i.
|
|
1261
|
-
this.i.
|
|
1274
|
+
this.i.ys.top = +v;
|
|
1275
|
+
this._a("badgeMarginTop", this.i.ys.top);
|
|
1276
|
+
this.i.ys = this.i.ys;
|
|
1262
1277
|
},
|
|
1263
1278
|
enumerable: true,
|
|
1264
1279
|
configurable: true
|
|
1265
1280
|
});
|
|
1266
1281
|
IgcDataToolTipLayerComponent.prototype.ensureBadgeMargin = function () {
|
|
1267
|
-
if (this.i.
|
|
1282
|
+
if (this.i.ys) {
|
|
1268
1283
|
return;
|
|
1269
1284
|
}
|
|
1270
|
-
this.i.
|
|
1285
|
+
this.i.ys = new Thickness(2);
|
|
1271
1286
|
};
|
|
1272
1287
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "badgeShape", {
|
|
1273
1288
|
/**
|
|
1274
1289
|
* Gets or sets the BadgeShape for the data legend.
|
|
1275
1290
|
*/
|
|
1276
1291
|
get: function () {
|
|
1277
|
-
return this.i.
|
|
1292
|
+
return this.i.r7;
|
|
1278
1293
|
},
|
|
1279
1294
|
set: function (v) {
|
|
1280
|
-
this.i.
|
|
1281
|
-
this._a("badgeShape", enumToString(LegendItemBadgeShape_$type, this.i.
|
|
1295
|
+
this.i.r7 = ensureEnum(LegendItemBadgeShape_$type, v);
|
|
1296
|
+
this._a("badgeShape", enumToString(LegendItemBadgeShape_$type, this.i.r7));
|
|
1282
1297
|
},
|
|
1283
1298
|
enumerable: true,
|
|
1284
1299
|
configurable: true
|
|
@@ -1288,11 +1303,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1288
1303
|
* Gets or sets the UnitsMode for the data legend.
|
|
1289
1304
|
*/
|
|
1290
1305
|
get: function () {
|
|
1291
|
-
return this.i.
|
|
1306
|
+
return this.i.rr;
|
|
1292
1307
|
},
|
|
1293
1308
|
set: function (v) {
|
|
1294
|
-
this.i.
|
|
1295
|
-
this._a("unitsDisplayMode", enumToString(DataLegendUnitsMode_$type, this.i.
|
|
1309
|
+
this.i.rr = ensureEnum(DataLegendUnitsMode_$type, v);
|
|
1310
|
+
this._a("unitsDisplayMode", enumToString(DataLegendUnitsMode_$type, this.i.rr));
|
|
1296
1311
|
},
|
|
1297
1312
|
enumerable: true,
|
|
1298
1313
|
configurable: true
|
|
@@ -1302,10 +1317,10 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1302
1317
|
* Gets or sets the units text for the data legend.
|
|
1303
1318
|
*/
|
|
1304
1319
|
get: function () {
|
|
1305
|
-
return this.i.
|
|
1320
|
+
return this.i.vw;
|
|
1306
1321
|
},
|
|
1307
1322
|
set: function (v) {
|
|
1308
|
-
this.i.
|
|
1323
|
+
this.i.vw = v;
|
|
1309
1324
|
},
|
|
1310
1325
|
enumerable: true,
|
|
1311
1326
|
configurable: true
|
|
@@ -1315,160 +1330,160 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1315
1330
|
* Gets or sets the units text color.
|
|
1316
1331
|
*/
|
|
1317
1332
|
get: function () {
|
|
1318
|
-
return brushToString(this.i.
|
|
1333
|
+
return brushToString(this.i.yk);
|
|
1319
1334
|
},
|
|
1320
1335
|
set: function (v) {
|
|
1321
|
-
this.i.
|
|
1322
|
-
this._a("unitsTextColor", brushToString(this.i.
|
|
1336
|
+
this.i.yk = stringToBrush(v);
|
|
1337
|
+
this._a("unitsTextColor", brushToString(this.i.yk));
|
|
1323
1338
|
},
|
|
1324
1339
|
enumerable: true,
|
|
1325
1340
|
configurable: true
|
|
1326
1341
|
});
|
|
1327
1342
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "unitsTextMarginBottom", {
|
|
1328
1343
|
get: function () {
|
|
1329
|
-
return this.i.
|
|
1344
|
+
return this.i.yz ? this.i.yz.bottom : NaN;
|
|
1330
1345
|
},
|
|
1331
1346
|
set: function (v) {
|
|
1332
1347
|
this.ensureUnitsTextMargin();
|
|
1333
|
-
this.i.
|
|
1334
|
-
this._a("unitsTextMarginBottom", this.i.
|
|
1335
|
-
this.i.
|
|
1348
|
+
this.i.yz.bottom = +v;
|
|
1349
|
+
this._a("unitsTextMarginBottom", this.i.yz.bottom);
|
|
1350
|
+
this.i.yz = this.i.yz;
|
|
1336
1351
|
},
|
|
1337
1352
|
enumerable: true,
|
|
1338
1353
|
configurable: true
|
|
1339
1354
|
});
|
|
1340
1355
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "unitsTextMarginLeft", {
|
|
1341
1356
|
get: function () {
|
|
1342
|
-
return this.i.
|
|
1357
|
+
return this.i.yz ? this.i.yz.left : NaN;
|
|
1343
1358
|
},
|
|
1344
1359
|
set: function (v) {
|
|
1345
1360
|
this.ensureUnitsTextMargin();
|
|
1346
|
-
this.i.
|
|
1347
|
-
this._a("unitsTextMarginLeft", this.i.
|
|
1348
|
-
this.i.
|
|
1361
|
+
this.i.yz.left = +v;
|
|
1362
|
+
this._a("unitsTextMarginLeft", this.i.yz.left);
|
|
1363
|
+
this.i.yz = this.i.yz;
|
|
1349
1364
|
},
|
|
1350
1365
|
enumerable: true,
|
|
1351
1366
|
configurable: true
|
|
1352
1367
|
});
|
|
1353
1368
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "unitsTextMarginRight", {
|
|
1354
1369
|
get: function () {
|
|
1355
|
-
return this.i.
|
|
1370
|
+
return this.i.yz ? this.i.yz.right : NaN;
|
|
1356
1371
|
},
|
|
1357
1372
|
set: function (v) {
|
|
1358
1373
|
this.ensureUnitsTextMargin();
|
|
1359
|
-
this.i.
|
|
1360
|
-
this._a("unitsTextMarginRight", this.i.
|
|
1361
|
-
this.i.
|
|
1374
|
+
this.i.yz.right = +v;
|
|
1375
|
+
this._a("unitsTextMarginRight", this.i.yz.right);
|
|
1376
|
+
this.i.yz = this.i.yz;
|
|
1362
1377
|
},
|
|
1363
1378
|
enumerable: true,
|
|
1364
1379
|
configurable: true
|
|
1365
1380
|
});
|
|
1366
1381
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "unitsTextMarginTop", {
|
|
1367
1382
|
get: function () {
|
|
1368
|
-
return this.i.
|
|
1383
|
+
return this.i.yz ? this.i.yz.top : NaN;
|
|
1369
1384
|
},
|
|
1370
1385
|
set: function (v) {
|
|
1371
1386
|
this.ensureUnitsTextMargin();
|
|
1372
|
-
this.i.
|
|
1373
|
-
this._a("unitsTextMarginTop", this.i.
|
|
1374
|
-
this.i.
|
|
1387
|
+
this.i.yz.top = +v;
|
|
1388
|
+
this._a("unitsTextMarginTop", this.i.yz.top);
|
|
1389
|
+
this.i.yz = this.i.yz;
|
|
1375
1390
|
},
|
|
1376
1391
|
enumerable: true,
|
|
1377
1392
|
configurable: true
|
|
1378
1393
|
});
|
|
1379
1394
|
IgcDataToolTipLayerComponent.prototype.ensureUnitsTextMargin = function () {
|
|
1380
|
-
if (this.i.
|
|
1395
|
+
if (this.i.yz) {
|
|
1381
1396
|
return;
|
|
1382
1397
|
}
|
|
1383
|
-
this.i.
|
|
1398
|
+
this.i.yz = new Thickness(2);
|
|
1384
1399
|
};
|
|
1385
1400
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "unitsTextStyle", {
|
|
1386
1401
|
/**
|
|
1387
1402
|
* Gets or Sets the style to use for the units text.
|
|
1388
1403
|
*/
|
|
1389
1404
|
get: function () {
|
|
1390
|
-
if (this.i.
|
|
1405
|
+
if (this.i.so == null) {
|
|
1391
1406
|
return null;
|
|
1392
1407
|
}
|
|
1393
|
-
return this.i.
|
|
1408
|
+
return this.i.so.fontString;
|
|
1394
1409
|
},
|
|
1395
1410
|
set: function (v) {
|
|
1396
1411
|
var fi = new FontInfo();
|
|
1397
1412
|
fi.fontString = v;
|
|
1398
|
-
this.i.
|
|
1399
|
-
this._a("unitsTextStyle", this.i.
|
|
1413
|
+
this.i.so = fi;
|
|
1414
|
+
this._a("unitsTextStyle", this.i.so != null ? this.i.so.fontString : "");
|
|
1400
1415
|
},
|
|
1401
1416
|
enumerable: true,
|
|
1402
1417
|
configurable: true
|
|
1403
1418
|
});
|
|
1404
1419
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "titleTextMarginBottom", {
|
|
1405
1420
|
get: function () {
|
|
1406
|
-
return this.i.
|
|
1421
|
+
return this.i.yy ? this.i.yy.bottom : NaN;
|
|
1407
1422
|
},
|
|
1408
1423
|
set: function (v) {
|
|
1409
1424
|
this.ensureTitleTextMargin();
|
|
1410
|
-
this.i.
|
|
1411
|
-
this._a("titleTextMarginBottom", this.i.
|
|
1412
|
-
this.i.
|
|
1425
|
+
this.i.yy.bottom = +v;
|
|
1426
|
+
this._a("titleTextMarginBottom", this.i.yy.bottom);
|
|
1427
|
+
this.i.yy = this.i.yy;
|
|
1413
1428
|
},
|
|
1414
1429
|
enumerable: true,
|
|
1415
1430
|
configurable: true
|
|
1416
1431
|
});
|
|
1417
1432
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "titleTextMarginLeft", {
|
|
1418
1433
|
get: function () {
|
|
1419
|
-
return this.i.
|
|
1434
|
+
return this.i.yy ? this.i.yy.left : NaN;
|
|
1420
1435
|
},
|
|
1421
1436
|
set: function (v) {
|
|
1422
1437
|
this.ensureTitleTextMargin();
|
|
1423
|
-
this.i.
|
|
1424
|
-
this._a("titleTextMarginLeft", this.i.
|
|
1425
|
-
this.i.
|
|
1438
|
+
this.i.yy.left = +v;
|
|
1439
|
+
this._a("titleTextMarginLeft", this.i.yy.left);
|
|
1440
|
+
this.i.yy = this.i.yy;
|
|
1426
1441
|
},
|
|
1427
1442
|
enumerable: true,
|
|
1428
1443
|
configurable: true
|
|
1429
1444
|
});
|
|
1430
1445
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "titleTextMarginRight", {
|
|
1431
1446
|
get: function () {
|
|
1432
|
-
return this.i.
|
|
1447
|
+
return this.i.yy ? this.i.yy.right : NaN;
|
|
1433
1448
|
},
|
|
1434
1449
|
set: function (v) {
|
|
1435
1450
|
this.ensureTitleTextMargin();
|
|
1436
|
-
this.i.
|
|
1437
|
-
this._a("titleTextMarginRight", this.i.
|
|
1438
|
-
this.i.
|
|
1451
|
+
this.i.yy.right = +v;
|
|
1452
|
+
this._a("titleTextMarginRight", this.i.yy.right);
|
|
1453
|
+
this.i.yy = this.i.yy;
|
|
1439
1454
|
},
|
|
1440
1455
|
enumerable: true,
|
|
1441
1456
|
configurable: true
|
|
1442
1457
|
});
|
|
1443
1458
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "titleTextMarginTop", {
|
|
1444
1459
|
get: function () {
|
|
1445
|
-
return this.i.
|
|
1460
|
+
return this.i.yy ? this.i.yy.top : NaN;
|
|
1446
1461
|
},
|
|
1447
1462
|
set: function (v) {
|
|
1448
1463
|
this.ensureTitleTextMargin();
|
|
1449
|
-
this.i.
|
|
1450
|
-
this._a("titleTextMarginTop", this.i.
|
|
1451
|
-
this.i.
|
|
1464
|
+
this.i.yy.top = +v;
|
|
1465
|
+
this._a("titleTextMarginTop", this.i.yy.top);
|
|
1466
|
+
this.i.yy = this.i.yy;
|
|
1452
1467
|
},
|
|
1453
1468
|
enumerable: true,
|
|
1454
1469
|
configurable: true
|
|
1455
1470
|
});
|
|
1456
1471
|
IgcDataToolTipLayerComponent.prototype.ensureTitleTextMargin = function () {
|
|
1457
|
-
if (this.i.
|
|
1472
|
+
if (this.i.yy) {
|
|
1458
1473
|
return;
|
|
1459
1474
|
}
|
|
1460
|
-
this.i.
|
|
1475
|
+
this.i.yy = new Thickness(2);
|
|
1461
1476
|
};
|
|
1462
1477
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "titleTextColor", {
|
|
1463
1478
|
/**
|
|
1464
1479
|
* Gets or sets the display text color.
|
|
1465
1480
|
*/
|
|
1466
1481
|
get: function () {
|
|
1467
|
-
return brushToString(this.i.
|
|
1482
|
+
return brushToString(this.i.yj);
|
|
1468
1483
|
},
|
|
1469
1484
|
set: function (v) {
|
|
1470
|
-
this.i.
|
|
1471
|
-
this._a("titleTextColor", brushToString(this.i.
|
|
1485
|
+
this.i.yj = stringToBrush(v);
|
|
1486
|
+
this._a("titleTextColor", brushToString(this.i.yj));
|
|
1472
1487
|
},
|
|
1473
1488
|
enumerable: true,
|
|
1474
1489
|
configurable: true
|
|
@@ -1478,16 +1493,16 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1478
1493
|
* Gets or Sets the style to use for the display text.
|
|
1479
1494
|
*/
|
|
1480
1495
|
get: function () {
|
|
1481
|
-
if (this.i.
|
|
1496
|
+
if (this.i.sn == null) {
|
|
1482
1497
|
return null;
|
|
1483
1498
|
}
|
|
1484
|
-
return this.i.
|
|
1499
|
+
return this.i.sn.fontString;
|
|
1485
1500
|
},
|
|
1486
1501
|
set: function (v) {
|
|
1487
1502
|
var fi = new FontInfo();
|
|
1488
1503
|
fi.fontString = v;
|
|
1489
|
-
this.i.
|
|
1490
|
-
this._a("titleTextStyle", this.i.
|
|
1504
|
+
this.i.sn = fi;
|
|
1505
|
+
this._a("titleTextStyle", this.i.sn != null ? this.i.sn.fontString : "");
|
|
1491
1506
|
},
|
|
1492
1507
|
enumerable: true,
|
|
1493
1508
|
configurable: true
|
|
@@ -1497,11 +1512,11 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1497
1512
|
* Gets or sets the mode for displaying labels before series values in the data legend, e.g. O: H: L: C: for financial series
|
|
1498
1513
|
*/
|
|
1499
1514
|
get: function () {
|
|
1500
|
-
return this.i.
|
|
1515
|
+
return this.i.rp;
|
|
1501
1516
|
},
|
|
1502
1517
|
set: function (v) {
|
|
1503
|
-
this.i.
|
|
1504
|
-
this._a("labelDisplayMode", enumToString(DataLegendLabelMode_$type, this.i.
|
|
1518
|
+
this.i.rp = ensureEnum(DataLegendLabelMode_$type, v);
|
|
1519
|
+
this._a("labelDisplayMode", enumToString(DataLegendLabelMode_$type, this.i.rp));
|
|
1505
1520
|
},
|
|
1506
1521
|
enumerable: true,
|
|
1507
1522
|
configurable: true
|
|
@@ -1511,88 +1526,88 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1511
1526
|
* Gets or sets the units text color.
|
|
1512
1527
|
*/
|
|
1513
1528
|
get: function () {
|
|
1514
|
-
return brushToString(this.i.
|
|
1529
|
+
return brushToString(this.i.ye);
|
|
1515
1530
|
},
|
|
1516
1531
|
set: function (v) {
|
|
1517
|
-
this.i.
|
|
1518
|
-
this._a("labelTextColor", brushToString(this.i.
|
|
1532
|
+
this.i.ye = stringToBrush(v);
|
|
1533
|
+
this._a("labelTextColor", brushToString(this.i.ye));
|
|
1519
1534
|
},
|
|
1520
1535
|
enumerable: true,
|
|
1521
1536
|
configurable: true
|
|
1522
1537
|
});
|
|
1523
1538
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "labelTextMarginBottom", {
|
|
1524
1539
|
get: function () {
|
|
1525
|
-
return this.i.
|
|
1540
|
+
return this.i.yv ? this.i.yv.bottom : NaN;
|
|
1526
1541
|
},
|
|
1527
1542
|
set: function (v) {
|
|
1528
1543
|
this.ensureLabelTextMargin();
|
|
1529
|
-
this.i.
|
|
1530
|
-
this._a("labelTextMarginBottom", this.i.
|
|
1531
|
-
this.i.
|
|
1544
|
+
this.i.yv.bottom = +v;
|
|
1545
|
+
this._a("labelTextMarginBottom", this.i.yv.bottom);
|
|
1546
|
+
this.i.yv = this.i.yv;
|
|
1532
1547
|
},
|
|
1533
1548
|
enumerable: true,
|
|
1534
1549
|
configurable: true
|
|
1535
1550
|
});
|
|
1536
1551
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "labelTextMarginLeft", {
|
|
1537
1552
|
get: function () {
|
|
1538
|
-
return this.i.
|
|
1553
|
+
return this.i.yv ? this.i.yv.left : NaN;
|
|
1539
1554
|
},
|
|
1540
1555
|
set: function (v) {
|
|
1541
1556
|
this.ensureLabelTextMargin();
|
|
1542
|
-
this.i.
|
|
1543
|
-
this._a("labelTextMarginLeft", this.i.
|
|
1544
|
-
this.i.
|
|
1557
|
+
this.i.yv.left = +v;
|
|
1558
|
+
this._a("labelTextMarginLeft", this.i.yv.left);
|
|
1559
|
+
this.i.yv = this.i.yv;
|
|
1545
1560
|
},
|
|
1546
1561
|
enumerable: true,
|
|
1547
1562
|
configurable: true
|
|
1548
1563
|
});
|
|
1549
1564
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "labelTextMarginRight", {
|
|
1550
1565
|
get: function () {
|
|
1551
|
-
return this.i.
|
|
1566
|
+
return this.i.yv ? this.i.yv.right : NaN;
|
|
1552
1567
|
},
|
|
1553
1568
|
set: function (v) {
|
|
1554
1569
|
this.ensureLabelTextMargin();
|
|
1555
|
-
this.i.
|
|
1556
|
-
this._a("labelTextMarginRight", this.i.
|
|
1557
|
-
this.i.
|
|
1570
|
+
this.i.yv.right = +v;
|
|
1571
|
+
this._a("labelTextMarginRight", this.i.yv.right);
|
|
1572
|
+
this.i.yv = this.i.yv;
|
|
1558
1573
|
},
|
|
1559
1574
|
enumerable: true,
|
|
1560
1575
|
configurable: true
|
|
1561
1576
|
});
|
|
1562
1577
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "labelTextMarginTop", {
|
|
1563
1578
|
get: function () {
|
|
1564
|
-
return this.i.
|
|
1579
|
+
return this.i.yv ? this.i.yv.top : NaN;
|
|
1565
1580
|
},
|
|
1566
1581
|
set: function (v) {
|
|
1567
1582
|
this.ensureLabelTextMargin();
|
|
1568
|
-
this.i.
|
|
1569
|
-
this._a("labelTextMarginTop", this.i.
|
|
1570
|
-
this.i.
|
|
1583
|
+
this.i.yv.top = +v;
|
|
1584
|
+
this._a("labelTextMarginTop", this.i.yv.top);
|
|
1585
|
+
this.i.yv = this.i.yv;
|
|
1571
1586
|
},
|
|
1572
1587
|
enumerable: true,
|
|
1573
1588
|
configurable: true
|
|
1574
1589
|
});
|
|
1575
1590
|
IgcDataToolTipLayerComponent.prototype.ensureLabelTextMargin = function () {
|
|
1576
|
-
if (this.i.
|
|
1591
|
+
if (this.i.yv) {
|
|
1577
1592
|
return;
|
|
1578
1593
|
}
|
|
1579
|
-
this.i.
|
|
1594
|
+
this.i.yv = new Thickness(2);
|
|
1580
1595
|
};
|
|
1581
1596
|
Object.defineProperty(IgcDataToolTipLayerComponent.prototype, "labelTextStyle", {
|
|
1582
1597
|
/**
|
|
1583
1598
|
* Gets or Sets the style to use for the units text.
|
|
1584
1599
|
*/
|
|
1585
1600
|
get: function () {
|
|
1586
|
-
if (this.i.
|
|
1601
|
+
if (this.i.si == null) {
|
|
1587
1602
|
return null;
|
|
1588
1603
|
}
|
|
1589
|
-
return this.i.
|
|
1604
|
+
return this.i.si.fontString;
|
|
1590
1605
|
},
|
|
1591
1606
|
set: function (v) {
|
|
1592
1607
|
var fi = new FontInfo();
|
|
1593
1608
|
fi.fontString = v;
|
|
1594
|
-
this.i.
|
|
1595
|
-
this._a("labelTextStyle", this.i.
|
|
1609
|
+
this.i.si = fi;
|
|
1610
|
+
this._a("labelTextStyle", this.i.si != null ? this.i.si.fontString : "");
|
|
1596
1611
|
},
|
|
1597
1612
|
enumerable: true,
|
|
1598
1613
|
configurable: true
|
|
@@ -1626,14 +1641,14 @@ var IgcDataToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1626
1641
|
|
|
1627
1642
|
*/
|
|
1628
1643
|
IgcDataToolTipLayerComponent.prototype.hideToolTips = function () {
|
|
1629
|
-
this.i.
|
|
1644
|
+
this.i.lg();
|
|
1630
1645
|
};
|
|
1631
1646
|
/**
|
|
1632
1647
|
* Hides any tooltips presented by the layer, if any.
|
|
1633
1648
|
|
|
1634
1649
|
*/
|
|
1635
1650
|
IgcDataToolTipLayerComponent.prototype.hideToolTipsImmediate = function () {
|
|
1636
|
-
this.i.
|
|
1651
|
+
this.i.lh();
|
|
1637
1652
|
};
|
|
1638
1653
|
IgcDataToolTipLayerComponent._observedAttributesIgcDataToolTipLayerComponent = null;
|
|
1639
1654
|
IgcDataToolTipLayerComponent.htmlTagName = "igc-data-tool-tip-layer";
|