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
|
@@ -61,57 +61,57 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
61
61
|
class ScatterBase extends MarkerSeries {
|
|
62
62
|
constructor() {
|
|
63
63
|
super();
|
|
64
|
-
this.rx = null;
|
|
65
|
-
this.sb = null;
|
|
66
|
-
this.sc = null;
|
|
67
|
-
this.u0 = null;
|
|
68
|
-
this.u1 = null;
|
|
69
|
-
this.r6 = 1;
|
|
70
|
-
this.ri = null;
|
|
71
|
-
this.rj = null;
|
|
72
|
-
this.r3 = null;
|
|
73
|
-
this.r5 = null;
|
|
74
64
|
this.r1 = null;
|
|
75
|
-
this.
|
|
76
|
-
this.
|
|
77
|
-
this.
|
|
78
|
-
this.
|
|
65
|
+
this.sf = null;
|
|
66
|
+
this.sg = null;
|
|
67
|
+
this.u4 = null;
|
|
68
|
+
this.u5 = null;
|
|
69
|
+
this.sa = 1;
|
|
70
|
+
this.rm = null;
|
|
71
|
+
this.rn = null;
|
|
72
|
+
this.r7 = null;
|
|
73
|
+
this.r9 = null;
|
|
74
|
+
this.r5 = null;
|
|
75
|
+
this.sk = false;
|
|
76
|
+
this.sj = false;
|
|
77
|
+
this.rx = null;
|
|
78
|
+
this.ry = null;
|
|
79
79
|
this.assigningScatterStyle = null;
|
|
80
80
|
this.assigningScatterMarkerStyle = null;
|
|
81
|
-
this.
|
|
81
|
+
this.se = null;
|
|
82
|
+
this.r8 = null;
|
|
82
83
|
this.r4 = null;
|
|
83
|
-
this.
|
|
84
|
-
this.
|
|
85
|
-
this.
|
|
86
|
-
this.
|
|
87
|
-
this.
|
|
88
|
-
this.u0 = Rect.empty;
|
|
84
|
+
this.sb = this.sc();
|
|
85
|
+
this.se = new ScatterSeriesRenderManager();
|
|
86
|
+
this.r8 = new ScatterFrame();
|
|
87
|
+
this.u5 = Rect.empty;
|
|
88
|
+
this.u4 = Rect.empty;
|
|
89
89
|
}
|
|
90
90
|
bx() {
|
|
91
91
|
return new ScatterBaseView(this);
|
|
92
92
|
}
|
|
93
|
-
|
|
94
|
-
super.
|
|
93
|
+
kx() {
|
|
94
|
+
super.kx();
|
|
95
95
|
this.xAxis = null;
|
|
96
96
|
this.yAxis = null;
|
|
97
97
|
}
|
|
98
|
-
|
|
99
|
-
super.
|
|
100
|
-
this.
|
|
98
|
+
l2(a) {
|
|
99
|
+
super.l2(a);
|
|
100
|
+
this.r2 = a;
|
|
101
101
|
}
|
|
102
|
-
|
|
102
|
+
get_ed() {
|
|
103
103
|
return true;
|
|
104
104
|
}
|
|
105
105
|
ag() {
|
|
106
106
|
return [this.xAxis, this.yAxis];
|
|
107
107
|
}
|
|
108
|
-
|
|
109
|
-
let c = this.
|
|
108
|
+
hy(a, b) {
|
|
109
|
+
let c = this.js(b);
|
|
110
110
|
if (c == ScatterBase.$$p[10]) {
|
|
111
|
-
return this.
|
|
111
|
+
return this.hz(a, b, this.ti);
|
|
112
112
|
}
|
|
113
113
|
if (c == ScatterBase.$$p[14]) {
|
|
114
|
-
return this.
|
|
114
|
+
return this.hz(a, b, this.tq);
|
|
115
115
|
}
|
|
116
116
|
return null;
|
|
117
117
|
}
|
|
@@ -120,18 +120,18 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
120
120
|
return false;
|
|
121
121
|
}
|
|
122
122
|
let e = this.xAxis;
|
|
123
|
-
let f = new ScalerParams(1, this.cd.
|
|
123
|
+
let f = new ScalerParams(1, this.cd.s9, this.p3, e.cg);
|
|
124
124
|
f.c = this.getEffectiveViewport1(this.b0);
|
|
125
125
|
let g = this.yAxis;
|
|
126
|
-
let h = new ScalerParams(1, this.cd.
|
|
126
|
+
let h = new ScalerParams(1, this.cd.s9, this.p3, g.cg);
|
|
127
127
|
h.c = this.getEffectiveViewport1(this.b0);
|
|
128
128
|
a.clear();
|
|
129
|
-
this.
|
|
129
|
+
this.qg.cf((i) => {
|
|
130
130
|
if (i._visibility == 0) {
|
|
131
131
|
let j = new SeriesPointOfInterest();
|
|
132
132
|
let k = i.n;
|
|
133
133
|
let l = i.o;
|
|
134
|
-
if (k < this.
|
|
134
|
+
if (k < this.p3.left || k > this.p3.right || l < this.p3.top || l > this.p3.bottom) {
|
|
135
135
|
return;
|
|
136
136
|
}
|
|
137
137
|
j.b = e.el(k, f);
|
|
@@ -144,7 +144,7 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
144
144
|
}
|
|
145
145
|
bp() {
|
|
146
146
|
if (this.bq == 0) {
|
|
147
|
-
if (this.
|
|
147
|
+
if (this.s2 <= 2000) {
|
|
148
148
|
return 1;
|
|
149
149
|
}
|
|
150
150
|
else {
|
|
@@ -155,47 +155,47 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
155
155
|
return super.bp();
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
|
-
|
|
159
|
-
if (!this.hasMarkers || !this.
|
|
158
|
+
p1(a) {
|
|
159
|
+
if (!this.hasMarkers || !this.qj()) {
|
|
160
160
|
return Rect.empty;
|
|
161
161
|
}
|
|
162
|
-
let b = this.
|
|
162
|
+
let b = this.qg.by(this.pl(a));
|
|
163
163
|
if (b != null) {
|
|
164
|
-
return this.
|
|
164
|
+
return this.qg.cp(b);
|
|
165
165
|
}
|
|
166
166
|
return Rect.empty;
|
|
167
167
|
}
|
|
168
|
-
|
|
169
|
-
if (this.
|
|
168
|
+
ex(a, b) {
|
|
169
|
+
if (this.qk(a, b)) {
|
|
170
170
|
return true;
|
|
171
171
|
}
|
|
172
172
|
return false;
|
|
173
173
|
}
|
|
174
|
-
get
|
|
175
|
-
return this.
|
|
174
|
+
get sh() {
|
|
175
|
+
return this.sf;
|
|
176
176
|
}
|
|
177
|
-
set
|
|
178
|
-
if (this.
|
|
179
|
-
let b = this.
|
|
180
|
-
this.
|
|
181
|
-
this.raisePropertyChanged("XColumn", b, this.
|
|
177
|
+
set sh(a) {
|
|
178
|
+
if (this.sf != a) {
|
|
179
|
+
let b = this.sh;
|
|
180
|
+
this.sf = a;
|
|
181
|
+
this.raisePropertyChanged("XColumn", b, this.sh);
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
|
-
get
|
|
185
|
-
return this.
|
|
184
|
+
get si() {
|
|
185
|
+
return this.sg;
|
|
186
186
|
}
|
|
187
|
-
set
|
|
188
|
-
if (this.
|
|
189
|
-
let b = this.
|
|
190
|
-
this.
|
|
191
|
-
this.raisePropertyChanged("YColumn", b, this.
|
|
187
|
+
set si(a) {
|
|
188
|
+
if (this.sg != a) {
|
|
189
|
+
let b = this.si;
|
|
190
|
+
this.sg = a;
|
|
191
|
+
this.raisePropertyChanged("YColumn", b, this.si);
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
|
-
get
|
|
195
|
-
return this.c(ScatterBase.
|
|
194
|
+
get u1() {
|
|
195
|
+
return this.c(ScatterBase.ue);
|
|
196
196
|
}
|
|
197
|
-
set
|
|
198
|
-
this.h(ScatterBase.
|
|
197
|
+
set u1(a) {
|
|
198
|
+
this.h(ScatterBase.ue, a);
|
|
199
199
|
}
|
|
200
200
|
get GetErrorBarsXAxis() {
|
|
201
201
|
return this.xAxis;
|
|
@@ -203,8 +203,8 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
203
203
|
get GetErrorBarsYAxis() {
|
|
204
204
|
return this.yAxis;
|
|
205
205
|
}
|
|
206
|
-
|
|
207
|
-
super.
|
|
206
|
+
li() {
|
|
207
|
+
super.li();
|
|
208
208
|
if (this.xAxis != null) {
|
|
209
209
|
this.xAxis.h7(false);
|
|
210
210
|
}
|
|
@@ -212,26 +212,26 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
212
212
|
this.yAxis.h7(false);
|
|
213
213
|
}
|
|
214
214
|
}
|
|
215
|
-
|
|
216
|
-
super.
|
|
217
|
-
if (this.
|
|
218
|
-
this.
|
|
219
|
-
this.
|
|
215
|
+
l7(a, b, c, d) {
|
|
216
|
+
super.l7(a, b, c, d);
|
|
217
|
+
if (this.r2.cx.g$b(a, b, c, d)) {
|
|
218
|
+
this.ml(false);
|
|
219
|
+
this.ls();
|
|
220
220
|
}
|
|
221
221
|
switch (b) {
|
|
222
222
|
case "FastItemsSource":
|
|
223
223
|
if (typeCast(IFastItemsSource_$type, c) != null) {
|
|
224
|
-
c.deregisterColumn(this.
|
|
225
|
-
c.deregisterColumn(this.
|
|
226
|
-
this.
|
|
227
|
-
this.
|
|
224
|
+
c.deregisterColumn(this.sh);
|
|
225
|
+
c.deregisterColumn(this.si);
|
|
226
|
+
this.sh = null;
|
|
227
|
+
this.si = null;
|
|
228
228
|
}
|
|
229
229
|
if (typeCast(IFastItemsSource_$type, d) != null) {
|
|
230
|
-
this.
|
|
231
|
-
this.
|
|
230
|
+
this.sh = this.ch(this.ti);
|
|
231
|
+
this.si = this.ch(this.tq);
|
|
232
232
|
}
|
|
233
233
|
if ((this.yAxis != null && !this.yAxis.c0()) || (this.xAxis != null && !this.xAxis.c0())) {
|
|
234
|
-
this.
|
|
234
|
+
this.ml(false);
|
|
235
235
|
}
|
|
236
236
|
break;
|
|
237
237
|
case ScatterBase.$$p[7]:
|
|
@@ -242,9 +242,9 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
242
242
|
d.cs(this);
|
|
243
243
|
}
|
|
244
244
|
if ((this.xAxis != null && !this.xAxis.c0()) || (d == null && c != null)) {
|
|
245
|
-
this.
|
|
245
|
+
this.ml(false);
|
|
246
246
|
}
|
|
247
|
-
this.
|
|
247
|
+
this.ls();
|
|
248
248
|
break;
|
|
249
249
|
case ScatterBase.$$p[11]:
|
|
250
250
|
if (c != null) {
|
|
@@ -254,134 +254,134 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
254
254
|
d.cs(this);
|
|
255
255
|
}
|
|
256
256
|
if ((this.yAxis != null && !this.yAxis.c0()) || (d == null && c != null)) {
|
|
257
|
-
this.
|
|
257
|
+
this.ml(false);
|
|
258
258
|
}
|
|
259
|
-
this.
|
|
259
|
+
this.ls();
|
|
260
260
|
break;
|
|
261
261
|
case ScatterBase.$$p[10]:
|
|
262
262
|
if (this.ck != null) {
|
|
263
|
-
this.ck.deregisterColumn(this.
|
|
264
|
-
this.
|
|
263
|
+
this.ck.deregisterColumn(this.sh);
|
|
264
|
+
this.sh = this.ch(this.ti);
|
|
265
265
|
}
|
|
266
266
|
break;
|
|
267
267
|
case "XColumn":
|
|
268
|
-
this.
|
|
268
|
+
this.r2.cx.g$i();
|
|
269
269
|
if (this.xAxis != null && !this.xAxis.c0()) {
|
|
270
|
-
this.
|
|
270
|
+
this.ml(false);
|
|
271
271
|
}
|
|
272
272
|
break;
|
|
273
273
|
case ScatterBase.$$p[14]:
|
|
274
274
|
if (this.ck != null) {
|
|
275
|
-
this.ck.deregisterColumn(this.
|
|
276
|
-
this.
|
|
275
|
+
this.ck.deregisterColumn(this.si);
|
|
276
|
+
this.si = this.ch(this.tq);
|
|
277
277
|
}
|
|
278
278
|
break;
|
|
279
279
|
case "YColumn":
|
|
280
|
-
this.
|
|
280
|
+
this.r2.cx.g$i();
|
|
281
281
|
if (this.yAxis != null && !this.yAxis.c0()) {
|
|
282
|
-
this.
|
|
282
|
+
this.ml(false);
|
|
283
283
|
}
|
|
284
284
|
break;
|
|
285
285
|
case ScatterBase.$$p[5]:
|
|
286
|
-
this.
|
|
287
|
-
this.
|
|
286
|
+
this.ml(false);
|
|
287
|
+
this.ls();
|
|
288
288
|
break;
|
|
289
289
|
case ScatterBase.$$p[6]:
|
|
290
|
-
this.
|
|
291
|
-
this.
|
|
290
|
+
this.ml(false);
|
|
291
|
+
this.ls();
|
|
292
292
|
break;
|
|
293
293
|
case "TransitionProgress":
|
|
294
|
-
this.
|
|
295
|
-
this.
|
|
294
|
+
this.r9.c(this.g2, this.r7, this.r5);
|
|
295
|
+
this.ts();
|
|
296
296
|
try {
|
|
297
297
|
if (this.cx(this.b0)) {
|
|
298
298
|
return;
|
|
299
299
|
}
|
|
300
|
-
if ((Math.round(this.
|
|
301
|
-
this.
|
|
300
|
+
if ((Math.round(this.g2 * 100000) / 100000) == 1) {
|
|
301
|
+
this.uc(this.r5, this.r2);
|
|
302
302
|
}
|
|
303
303
|
else {
|
|
304
|
-
this.
|
|
304
|
+
this.uc(this.r9, this.r2);
|
|
305
305
|
}
|
|
306
306
|
if (this.cd != null) {
|
|
307
|
-
this.cd.
|
|
307
|
+
this.cd.oa(this);
|
|
308
308
|
}
|
|
309
309
|
}
|
|
310
310
|
finally {
|
|
311
|
-
this.
|
|
311
|
+
this.ud();
|
|
312
312
|
}
|
|
313
313
|
break;
|
|
314
314
|
case "TrendLineBrush":
|
|
315
|
-
this.
|
|
315
|
+
this.mz();
|
|
316
316
|
break;
|
|
317
317
|
case ScatterBase.$$p[0]:
|
|
318
|
-
if (this.
|
|
319
|
-
this.
|
|
318
|
+
if (this.r3 != null) {
|
|
319
|
+
this.r3.r = this;
|
|
320
320
|
}
|
|
321
|
-
this.
|
|
322
|
-
this.
|
|
321
|
+
this.ml(false);
|
|
322
|
+
this.ls();
|
|
323
323
|
break;
|
|
324
324
|
case "TrendLineType":
|
|
325
|
-
this.
|
|
325
|
+
this.ls();
|
|
326
326
|
break;
|
|
327
327
|
case ScatterBase.$$p[2]:
|
|
328
|
-
this.
|
|
329
|
-
this.
|
|
328
|
+
this.sk = this.ss();
|
|
329
|
+
this.ml(false);
|
|
330
330
|
break;
|
|
331
331
|
case ScatterBase.$$p[1]:
|
|
332
|
-
this.
|
|
333
|
-
this.
|
|
332
|
+
this.sj = this.sr();
|
|
333
|
+
this.ml(false);
|
|
334
334
|
break;
|
|
335
335
|
case ScatterBase.$$p[3]:
|
|
336
|
-
this.
|
|
336
|
+
this.sb = this.sc();
|
|
337
337
|
break;
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
|
-
|
|
341
|
-
return this.
|
|
340
|
+
ss() {
|
|
341
|
+
return this.so;
|
|
342
342
|
}
|
|
343
|
-
|
|
344
|
-
return this.
|
|
343
|
+
sr() {
|
|
344
|
+
return this.sn;
|
|
345
345
|
}
|
|
346
|
-
|
|
346
|
+
sm(a) {
|
|
347
347
|
if (typeCast(NumericYAxis.$, a) !== null) {
|
|
348
348
|
return true;
|
|
349
349
|
}
|
|
350
350
|
return false;
|
|
351
351
|
}
|
|
352
|
-
|
|
352
|
+
sl(a) {
|
|
353
353
|
if (typeCast(NumericXAxis.$, a) !== null) {
|
|
354
354
|
return true;
|
|
355
355
|
}
|
|
356
356
|
return false;
|
|
357
357
|
}
|
|
358
|
-
|
|
359
|
-
this.
|
|
360
|
-
this.
|
|
358
|
+
ud() {
|
|
359
|
+
this.u4 = Rect.empty;
|
|
360
|
+
this.u5 = Rect.empty;
|
|
361
361
|
}
|
|
362
|
-
|
|
363
|
-
let a = this.getViewInfo(this.
|
|
364
|
-
this.
|
|
365
|
-
this.
|
|
362
|
+
ts() {
|
|
363
|
+
let a = this.getViewInfo(this.u4, this.u5);
|
|
364
|
+
this.u4 = a.p0;
|
|
365
|
+
this.u5 = a.p1;
|
|
366
366
|
}
|
|
367
|
-
|
|
367
|
+
sq(a, b) {
|
|
368
368
|
if (b != 3) {
|
|
369
369
|
return true;
|
|
370
370
|
}
|
|
371
371
|
if (a == null) {
|
|
372
372
|
return true;
|
|
373
373
|
}
|
|
374
|
-
if (this.
|
|
374
|
+
if (this.ti == a || this.tq == a) {
|
|
375
375
|
return true;
|
|
376
376
|
}
|
|
377
377
|
return false;
|
|
378
378
|
}
|
|
379
|
-
|
|
379
|
+
k3(a, b, c, d) {
|
|
380
380
|
let e = false;
|
|
381
|
-
if (!this.
|
|
381
|
+
if (!this.sq(d, a)) {
|
|
382
382
|
return;
|
|
383
383
|
}
|
|
384
|
-
this.
|
|
384
|
+
this.r2.cx.g$e(a, b, c, d);
|
|
385
385
|
if (this.xAxis != null && !this.xAxis.c0()) {
|
|
386
386
|
e = true;
|
|
387
387
|
}
|
|
@@ -389,17 +389,17 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
389
389
|
e = true;
|
|
390
390
|
}
|
|
391
391
|
if (e) {
|
|
392
|
-
this.
|
|
392
|
+
this.ml(true);
|
|
393
393
|
}
|
|
394
394
|
}
|
|
395
|
-
|
|
396
|
-
this.
|
|
395
|
+
t4(a) {
|
|
396
|
+
this.t5(a, null);
|
|
397
397
|
}
|
|
398
|
-
|
|
399
|
-
let c = this.
|
|
400
|
-
let d = this.
|
|
398
|
+
t5(a, b) {
|
|
399
|
+
let c = this.sh != null ? this.sh.count : 0;
|
|
400
|
+
let d = this.si != null ? this.si.count : 0;
|
|
401
401
|
let e = Math.min(c, d);
|
|
402
|
-
if (e <= this.
|
|
402
|
+
if (e <= this.s2) {
|
|
403
403
|
a.m.clear();
|
|
404
404
|
let f = new List$1(OwnedPoint.$, 0);
|
|
405
405
|
for (let g of fromEnum(a.u.values)) {
|
|
@@ -433,72 +433,72 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
433
433
|
}
|
|
434
434
|
}
|
|
435
435
|
ap(a) {
|
|
436
|
-
if (a != null && a == this.xAxis && this.
|
|
437
|
-
return new AxisRange(this.
|
|
436
|
+
if (a != null && a == this.xAxis && this.sh != null) {
|
|
437
|
+
return new AxisRange(this.sh.minimum, this.sh.maximum);
|
|
438
438
|
}
|
|
439
|
-
if (a != null && a == this.yAxis && this.
|
|
440
|
-
return new AxisRange(this.
|
|
439
|
+
if (a != null && a == this.yAxis && this.si != null) {
|
|
440
|
+
return new AxisRange(this.si.minimum, this.si.maximum);
|
|
441
441
|
}
|
|
442
442
|
return null;
|
|
443
443
|
}
|
|
444
|
-
|
|
445
|
-
let b = this.
|
|
444
|
+
hv(a) {
|
|
445
|
+
let b = this.hf(a);
|
|
446
446
|
if (this.ck != null && b >= 0 && b < this.ck.count) {
|
|
447
447
|
return this.ck.item(b);
|
|
448
448
|
}
|
|
449
449
|
return null;
|
|
450
450
|
}
|
|
451
|
-
get
|
|
452
|
-
return this.
|
|
451
|
+
get sb() {
|
|
452
|
+
return this.sa;
|
|
453
453
|
}
|
|
454
|
-
set
|
|
455
|
-
let b = this.
|
|
456
|
-
this.
|
|
457
|
-
if (b != this.
|
|
458
|
-
this.raisePropertyChanged("ActualItemSearchMode", enumGetBox(ScatterItemSearchMode_$type, b), enumGetBox(ScatterItemSearchMode_$type, this.
|
|
454
|
+
set sb(a) {
|
|
455
|
+
let b = this.sa;
|
|
456
|
+
this.sa = a;
|
|
457
|
+
if (b != this.sa) {
|
|
458
|
+
this.raisePropertyChanged("ActualItemSearchMode", enumGetBox(ScatterItemSearchMode_$type, b), enumGetBox(ScatterItemSearchMode_$type, this.sa));
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
|
-
|
|
462
|
-
if (this.
|
|
463
|
-
return this.
|
|
461
|
+
sc() {
|
|
462
|
+
if (this.sd != 0) {
|
|
463
|
+
return this.sd;
|
|
464
464
|
}
|
|
465
|
-
return this.
|
|
465
|
+
return this.sp ? 4 : 1;
|
|
466
466
|
}
|
|
467
|
-
|
|
468
|
-
let b = truncate(Math.round(this.
|
|
467
|
+
hf(a) {
|
|
468
|
+
let b = truncate(Math.round(this.f7(a)));
|
|
469
469
|
return b;
|
|
470
470
|
}
|
|
471
|
-
|
|
472
|
-
switch (this.
|
|
473
|
-
case 1: return this.
|
|
474
|
-
case 3: return this.
|
|
475
|
-
case 2: return this.
|
|
476
|
-
case 4: return this.
|
|
471
|
+
f7(a) {
|
|
472
|
+
switch (this.sb) {
|
|
473
|
+
case 1: return this.sy(a);
|
|
474
|
+
case 3: return this.sz(a);
|
|
475
|
+
case 2: return this.sw(a);
|
|
476
|
+
case 4: return this.sx(a);
|
|
477
477
|
}
|
|
478
478
|
return -1;
|
|
479
479
|
}
|
|
480
|
-
|
|
481
|
-
return this.
|
|
480
|
+
sx(a) {
|
|
481
|
+
return this.s0(a, false);
|
|
482
482
|
}
|
|
483
|
-
|
|
484
|
-
let b = this.
|
|
483
|
+
sw(a) {
|
|
484
|
+
let b = this.pl(a);
|
|
485
485
|
let c = b.x;
|
|
486
486
|
let d = b.y;
|
|
487
|
-
if (this.ck == null || this.xAxis == null || this.yAxis == null || this.
|
|
487
|
+
if (this.ck == null || this.xAxis == null || this.yAxis == null || this.sh == null || this.si == null) {
|
|
488
488
|
return -1;
|
|
489
489
|
}
|
|
490
|
-
if (this.ck.count > this.
|
|
490
|
+
if (this.ck.count > this.s1) {
|
|
491
491
|
return -1;
|
|
492
492
|
}
|
|
493
|
-
this.
|
|
494
|
-
let e = this.
|
|
495
|
-
let f = this.
|
|
493
|
+
this.tv();
|
|
494
|
+
let e = this.rm;
|
|
495
|
+
let f = this.rn;
|
|
496
496
|
if (e == null || f == null) {
|
|
497
497
|
return -1;
|
|
498
498
|
}
|
|
499
499
|
let g = 1.7976931348623157E+308;
|
|
500
500
|
let h = -1;
|
|
501
|
-
for (let i = 0; i < this.
|
|
501
|
+
for (let i = 0; i < this.sh.count; i++) {
|
|
502
502
|
let j = e[i];
|
|
503
503
|
let k = f[i];
|
|
504
504
|
let l = (c - j) * (c - j) + (d - k) * (d - k);
|
|
@@ -509,61 +509,61 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
509
509
|
}
|
|
510
510
|
return h;
|
|
511
511
|
}
|
|
512
|
-
|
|
512
|
+
tv() {
|
|
513
513
|
let a = this.b0.bv;
|
|
514
514
|
let b = this.b0.bu;
|
|
515
515
|
let c = this.getEffectiveViewport();
|
|
516
|
-
if (this.
|
|
516
|
+
if (this.r1 == null) {
|
|
517
517
|
return;
|
|
518
518
|
}
|
|
519
|
-
let d = new ScalerParams(0, a, b, this.
|
|
519
|
+
let d = new ScalerParams(0, a, b, this.r1.d, c);
|
|
520
520
|
let e = ((() => {
|
|
521
|
-
let $ret = new ScalerParams(0, a, b, this.
|
|
522
|
-
$ret.b = this.
|
|
521
|
+
let $ret = new ScalerParams(0, a, b, this.r1.e, c);
|
|
522
|
+
$ret.b = this.ge();
|
|
523
523
|
return $ret;
|
|
524
524
|
})());
|
|
525
|
-
if (this.
|
|
526
|
-
let f = arrayShallowClone(this.
|
|
527
|
-
let g = arrayShallowClone(this.
|
|
525
|
+
if (this.rm == null || this.rn == null) {
|
|
526
|
+
let f = arrayShallowClone(this.sh.asArray());
|
|
527
|
+
let g = arrayShallowClone(this.si.asArray());
|
|
528
528
|
this.xAxis.hm(boxArray$1(f), 0, f.length, d);
|
|
529
529
|
this.yAxis.hm(boxArray$1(g), 0, g.length, e);
|
|
530
|
-
this.
|
|
531
|
-
this.
|
|
530
|
+
this.rm = f;
|
|
531
|
+
this.rn = g;
|
|
532
532
|
}
|
|
533
533
|
}
|
|
534
|
-
|
|
534
|
+
get_sp() {
|
|
535
535
|
return false;
|
|
536
536
|
}
|
|
537
|
-
get
|
|
538
|
-
return this.
|
|
537
|
+
get sp() {
|
|
538
|
+
return this.get_sp();
|
|
539
539
|
}
|
|
540
|
-
|
|
541
|
-
if (!this.
|
|
540
|
+
s0(a, b) {
|
|
541
|
+
if (!this.sp) {
|
|
542
542
|
return -1;
|
|
543
543
|
}
|
|
544
544
|
let c = { $type: Point_$type, x: 0, y: 0 };
|
|
545
545
|
let d = true;
|
|
546
|
-
let e = this.
|
|
546
|
+
let e = this.r6();
|
|
547
547
|
if (e == null) {
|
|
548
548
|
return -1;
|
|
549
549
|
}
|
|
550
550
|
if (e.m == null) {
|
|
551
551
|
return -1;
|
|
552
552
|
}
|
|
553
|
-
if (this.ck == null || this.ck.count > this.
|
|
553
|
+
if (this.ck == null || this.ck.count > this.s1) {
|
|
554
554
|
return -1;
|
|
555
555
|
}
|
|
556
|
-
this.
|
|
557
|
-
let f = this.
|
|
558
|
-
let g = this.
|
|
556
|
+
this.tv();
|
|
557
|
+
let f = this.rm;
|
|
558
|
+
let g = this.rn;
|
|
559
559
|
if (f == null || g == null) {
|
|
560
560
|
return -1;
|
|
561
561
|
}
|
|
562
|
-
let h = this.
|
|
562
|
+
let h = this.pl(a);
|
|
563
563
|
let i = 1.7976931348623157E+308;
|
|
564
564
|
let j = -1;
|
|
565
|
-
for (let k = 0; k < this.
|
|
566
|
-
let l = { $type: Point_$type, x: this.
|
|
565
|
+
for (let k = 0; k < this.rm.length; k++) {
|
|
566
|
+
let l = { $type: Point_$type, x: this.rm[k], y: this.rn[k] };
|
|
567
567
|
if (k > 0) {
|
|
568
568
|
if (!b || e.j.containsKey(this.ck.item(k)) || e.j.containsKey(this.ck.item(k - 1))) {
|
|
569
569
|
let m = GeometryUtil.d(h, c, l);
|
|
@@ -576,8 +576,8 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
576
576
|
c = l;
|
|
577
577
|
}
|
|
578
578
|
if (j >= 0) {
|
|
579
|
-
let n = { $type: Point_$type, x: this.
|
|
580
|
-
let o = { $type: Point_$type, x: this.
|
|
579
|
+
let n = { $type: Point_$type, x: this.rm[j], y: this.rn[j] };
|
|
580
|
+
let o = { $type: Point_$type, x: this.rm[j - 1], y: this.rn[j - 1] };
|
|
581
581
|
if (!b || (e.j.containsKey(this.ck.item(j)) && e.j.containsKey(this.ck.item(j - 1)))) {
|
|
582
582
|
let p = GeometryUtil.h(h, o, n);
|
|
583
583
|
return (j - 1) + p;
|
|
@@ -591,21 +591,21 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
591
591
|
}
|
|
592
592
|
return -1;
|
|
593
593
|
}
|
|
594
|
-
|
|
595
|
-
return this.
|
|
594
|
+
sz(a) {
|
|
595
|
+
return this.s0(a, true);
|
|
596
596
|
}
|
|
597
|
-
|
|
597
|
+
sy(a) {
|
|
598
598
|
let b = null;
|
|
599
599
|
let c = 1.7976931348623157E+308;
|
|
600
|
-
let d = this.
|
|
600
|
+
let d = this.pl(a);
|
|
601
601
|
let e = d.x;
|
|
602
602
|
let f = d.y;
|
|
603
|
-
if (this.
|
|
603
|
+
if (this.r2.cy.e > this.s1) {
|
|
604
604
|
return -1;
|
|
605
605
|
}
|
|
606
|
-
this.
|
|
606
|
+
this.r2.c5((g) => {
|
|
607
607
|
if (g._visibility == 0) {
|
|
608
|
-
let h = this.
|
|
608
|
+
let h = this.r2.cp(g);
|
|
609
609
|
let i = h.left + h.width / 2;
|
|
610
610
|
let j = h.top + h.height / 2;
|
|
611
611
|
let k = (e - i) * (e - i) + (f - j) * (f - j);
|
|
@@ -620,8 +620,8 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
620
620
|
}
|
|
621
621
|
return -1;
|
|
622
622
|
}
|
|
623
|
-
|
|
624
|
-
if (this.xAxis == null || this.yAxis == null || this.
|
|
623
|
+
pq(a, b, c) {
|
|
624
|
+
if (this.xAxis == null || this.yAxis == null || this.sh == null || this.si == null) {
|
|
625
625
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
626
626
|
}
|
|
627
627
|
let d = this.b0.bv;
|
|
@@ -630,11 +630,11 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
630
630
|
let g = new ScalerParams(0, d, e, this.xAxis.cg, f);
|
|
631
631
|
let h = ((() => {
|
|
632
632
|
let $ret = new ScalerParams(0, d, e, this.yAxis.cg, f);
|
|
633
|
-
$ret.b = this.
|
|
633
|
+
$ret.b = this.ge();
|
|
634
634
|
return $ret;
|
|
635
635
|
})());
|
|
636
636
|
if (b) {
|
|
637
|
-
let i = this.
|
|
637
|
+
let i = this.f7(a);
|
|
638
638
|
if (i == -1) {
|
|
639
639
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
640
640
|
}
|
|
@@ -653,44 +653,44 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
653
653
|
j = this.ck.count - 1;
|
|
654
654
|
}
|
|
655
655
|
if (k == j) {
|
|
656
|
-
let l = this.xAxis.ei(this.
|
|
657
|
-
let m = this.yAxis.ei(this.
|
|
656
|
+
let l = this.xAxis.ei(this.sh.item(j), g);
|
|
657
|
+
let m = this.yAxis.ei(this.si.item(j), h);
|
|
658
658
|
return { $type: Point_$type, x: l, y: m };
|
|
659
659
|
}
|
|
660
660
|
let n = i - Math.floor(i);
|
|
661
|
-
let o = this.xAxis.ei(this.
|
|
662
|
-
let p = this.yAxis.ei(this.
|
|
663
|
-
let q = this.xAxis.ei(this.
|
|
664
|
-
let r = this.yAxis.ei(this.
|
|
661
|
+
let o = this.xAxis.ei(this.sh.item(j), g);
|
|
662
|
+
let p = this.yAxis.ei(this.si.item(j), h);
|
|
663
|
+
let q = this.xAxis.ei(this.sh.item(k), g);
|
|
664
|
+
let r = this.yAxis.ei(this.si.item(k), h);
|
|
665
665
|
let s = q - o;
|
|
666
666
|
let t = r - p;
|
|
667
667
|
return { $type: Point_$type, x: o + s * n, y: p + t * n };
|
|
668
668
|
}
|
|
669
669
|
else {
|
|
670
|
-
let u = this.
|
|
670
|
+
let u = this.hf(a);
|
|
671
671
|
if (u == -1) {
|
|
672
672
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
673
673
|
}
|
|
674
|
-
let v = this.xAxis.ei(this.
|
|
675
|
-
let w = this.yAxis.ei(this.
|
|
674
|
+
let v = this.xAxis.ei(this.sh.item(u), g);
|
|
675
|
+
let w = this.yAxis.ei(this.si.item(u), h);
|
|
676
676
|
return { $type: Point_$type, x: v, y: w };
|
|
677
677
|
}
|
|
678
678
|
}
|
|
679
|
-
|
|
680
|
-
let b = this.cd != null ? this.cd.
|
|
679
|
+
eo(a) {
|
|
680
|
+
let b = this.cd != null ? this.cd.s9 : Rect.empty;
|
|
681
681
|
b = b.copy();
|
|
682
|
-
let c = this.cd != null ? this.cd.
|
|
682
|
+
let c = this.cd != null ? this.cd.to : Rect.empty;
|
|
683
683
|
let d = new Rect(0, 0, 0, 1, 1);
|
|
684
|
-
let e = this.
|
|
684
|
+
let e = this.px(this.b0);
|
|
685
685
|
let f = new ScalerParams(0, d, d, this.xAxis.cg, e);
|
|
686
686
|
let g = ((() => {
|
|
687
687
|
let $ret = new ScalerParams(0, d, d, this.yAxis.cg, e);
|
|
688
|
-
$ret.b = this.
|
|
688
|
+
$ret.b = this.ge();
|
|
689
689
|
return $ret;
|
|
690
690
|
})());
|
|
691
691
|
let h = !b.isEmpty && !c.isEmpty && this.ck != null ? this.ck.indexOf(a) : -1;
|
|
692
|
-
let i = this.xAxis != null && this.
|
|
693
|
-
let j = this.yAxis != null && this.
|
|
692
|
+
let i = this.xAxis != null && this.sh != null && h < this.sh.count ? this.xAxis.ei(this.sh.item(h), f) : NaN;
|
|
693
|
+
let j = this.yAxis != null && this.si != null && h < this.si.count ? this.yAxis.ei(this.si.item(h), g) : NaN;
|
|
694
694
|
if (!isNaN_(i)) {
|
|
695
695
|
if (i < b.left + 0.1 * b.width) {
|
|
696
696
|
i = i + 0.4 * b.width;
|
|
@@ -716,52 +716,52 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
716
716
|
}
|
|
717
717
|
return h >= 0;
|
|
718
718
|
}
|
|
719
|
-
|
|
720
|
-
this.
|
|
719
|
+
m8(a, b) {
|
|
720
|
+
this.ml(false);
|
|
721
721
|
}
|
|
722
|
-
|
|
723
|
-
this.
|
|
722
|
+
m9(a, b) {
|
|
723
|
+
this.ml(false);
|
|
724
724
|
}
|
|
725
|
-
|
|
726
|
-
let a = this.
|
|
725
|
+
r6() {
|
|
726
|
+
let a = this.r5;
|
|
727
727
|
if (this.cv()) {
|
|
728
728
|
if (this.ce.g) {
|
|
729
729
|
this.ce.t();
|
|
730
730
|
}
|
|
731
|
-
a = this.
|
|
731
|
+
a = this.r9;
|
|
732
732
|
}
|
|
733
733
|
return a;
|
|
734
734
|
}
|
|
735
|
-
|
|
735
|
+
tt(a, b, c, d, e) {
|
|
736
736
|
b.g = new Dictionary$2(Base.$, OwnedPoint.$, 1, c);
|
|
737
737
|
let f = this.getEffectiveViewport1(a);
|
|
738
738
|
let g = this.ck;
|
|
739
739
|
let h;
|
|
740
740
|
let i;
|
|
741
741
|
let j = ((() => {
|
|
742
|
-
let $ret = new ScalerParams(0, d, e, this.
|
|
742
|
+
let $ret = new ScalerParams(0, d, e, this.r1.d, f);
|
|
743
743
|
$ret.c = this.getEffectiveViewport1(a);
|
|
744
744
|
return $ret;
|
|
745
745
|
})());
|
|
746
746
|
let k = ((() => {
|
|
747
|
-
let $ret = new ScalerParams(0, d, e, this.
|
|
747
|
+
let $ret = new ScalerParams(0, d, e, this.r1.e, f);
|
|
748
748
|
$ret.c = this.getEffectiveViewport1(a);
|
|
749
|
-
$ret.b = this.
|
|
749
|
+
$ret.b = this.ge();
|
|
750
750
|
return $ret;
|
|
751
751
|
})());
|
|
752
752
|
let l = false;
|
|
753
753
|
let m = 0;
|
|
754
754
|
if (this.cd != null) {
|
|
755
|
-
if (this.cd.
|
|
756
|
-
let n = this.cd.
|
|
755
|
+
if (this.cd.e8()) {
|
|
756
|
+
let n = this.cd.lh(d, j);
|
|
757
757
|
l = n.c;
|
|
758
758
|
m = n.d;
|
|
759
759
|
}
|
|
760
760
|
}
|
|
761
761
|
for (let o = 0; o < c; o++) {
|
|
762
|
-
h = this.
|
|
763
|
-
i = this.
|
|
764
|
-
let p = { $type: Point_$type, x: this.
|
|
762
|
+
h = this.sh.item(o);
|
|
763
|
+
i = this.si.item(o);
|
|
764
|
+
let p = { $type: Point_$type, x: this.r1.a.ei(h, j), y: this.r1.b.ei(i, k) };
|
|
765
765
|
if (l) {
|
|
766
766
|
if (p.x < e.left || p.x > e.right) {
|
|
767
767
|
if (p.x + m >= e.left && p.x + m <= e.right) {
|
|
@@ -785,16 +785,16 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
785
785
|
}
|
|
786
786
|
}
|
|
787
787
|
}
|
|
788
|
-
|
|
789
|
-
this.
|
|
790
|
-
this.
|
|
788
|
+
t1(a, b) {
|
|
789
|
+
this.rm = null;
|
|
790
|
+
this.rn = null;
|
|
791
791
|
a.j.clear();
|
|
792
792
|
a.n.clear();
|
|
793
793
|
a.h.clear();
|
|
794
794
|
a.l.clear();
|
|
795
795
|
a.i.clear();
|
|
796
796
|
a.k.clear();
|
|
797
|
-
let c = Math.min(this.
|
|
797
|
+
let c = Math.min(this.sh != null ? this.sh.count : 0, this.si != null ? this.si.count : 0);
|
|
798
798
|
let d = b.bv;
|
|
799
799
|
let e = b.bu;
|
|
800
800
|
let f = this.getEffectiveViewport1(b);
|
|
@@ -802,14 +802,14 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
802
802
|
g.c = this.getEffectiveViewport1(b);
|
|
803
803
|
let h = ((() => {
|
|
804
804
|
let $ret = new ScalerParams(0, d, e, this.yAxis.cg, f);
|
|
805
|
-
$ret.b = this.
|
|
805
|
+
$ret.b = this.ge();
|
|
806
806
|
return $ret;
|
|
807
807
|
})());
|
|
808
808
|
h.c = this.getEffectiveViewport1(b);
|
|
809
809
|
if (c < 1) {
|
|
810
810
|
return;
|
|
811
811
|
}
|
|
812
|
-
this.
|
|
812
|
+
this.r1 = ((() => {
|
|
813
813
|
let $ret = new ScatterAxisInfoCache();
|
|
814
814
|
$ret.a = this.xAxis;
|
|
815
815
|
$ret.b = this.yAxis;
|
|
@@ -819,43 +819,43 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
819
819
|
return $ret;
|
|
820
820
|
})());
|
|
821
821
|
let i = b;
|
|
822
|
-
if (c <= this.
|
|
823
|
-
this.
|
|
822
|
+
if (c <= this.s2) {
|
|
823
|
+
this.tt(i, a, c, d, e);
|
|
824
824
|
}
|
|
825
|
-
if (this.
|
|
826
|
-
b.cv.l(a.j, this.
|
|
825
|
+
if (this.qj()) {
|
|
826
|
+
b.cv.l(a.j, this.s2, d, e, this.fv);
|
|
827
827
|
}
|
|
828
828
|
let j = ((() => {
|
|
829
829
|
let $ret = new Clipper(0, e, false);
|
|
830
830
|
$ret.i = a.n;
|
|
831
831
|
return $ret;
|
|
832
832
|
})());
|
|
833
|
-
let k = this.
|
|
833
|
+
let k = this.pv(b);
|
|
834
834
|
let l = this.xAxis.el(k.left, g);
|
|
835
835
|
let m = this.xAxis.el(k.right, g);
|
|
836
|
-
b.cx.h(a.n, this.trendLineType, this.
|
|
836
|
+
b.cx.h(a.n, this.trendLineType, this.sh, this.si, this.trendLinePeriod, (n) => this.xAxis.ei(n, g), (n) => this.yAxis.ei(n, h), ((() => {
|
|
837
837
|
let $ret = new TrendResolutionParams();
|
|
838
|
-
$ret.b = this.
|
|
838
|
+
$ret.b = this.fv;
|
|
839
839
|
$ret.f = e;
|
|
840
840
|
$ret.g = d;
|
|
841
841
|
return $ret;
|
|
842
842
|
})()), j, l, m);
|
|
843
|
-
this.
|
|
843
|
+
this.tz(a, b);
|
|
844
844
|
}
|
|
845
|
-
|
|
846
|
-
super.
|
|
845
|
+
k0(a, b) {
|
|
846
|
+
super.k0(a, b);
|
|
847
847
|
let c = b;
|
|
848
848
|
c.c4(a);
|
|
849
849
|
}
|
|
850
|
-
|
|
850
|
+
get_dy() {
|
|
851
851
|
return true;
|
|
852
852
|
}
|
|
853
|
-
|
|
853
|
+
rv(a, b, c) {
|
|
854
854
|
return null;
|
|
855
855
|
}
|
|
856
|
-
|
|
857
|
-
let d = this.
|
|
858
|
-
let e = this.
|
|
856
|
+
rw(a, b, c) {
|
|
857
|
+
let d = this.r6();
|
|
858
|
+
let e = this.r2.by(this.pl(b));
|
|
859
859
|
let f = -1;
|
|
860
860
|
if (e == null) {
|
|
861
861
|
if (a != null) {
|
|
@@ -882,11 +882,11 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
882
882
|
}
|
|
883
883
|
return g;
|
|
884
884
|
}
|
|
885
|
-
|
|
886
|
-
if (this.
|
|
887
|
-
let c = this.
|
|
888
|
-
let d = (c.width / 2) + (this.
|
|
889
|
-
let e = (c.height / 2) + (this.
|
|
885
|
+
p5(a, b) {
|
|
886
|
+
if (this.qh != 1 && this.qh != 13) {
|
|
887
|
+
let c = this.qg.cq();
|
|
888
|
+
let d = (c.width / 2) + (this.qm / 2);
|
|
889
|
+
let e = (c.height / 2) + (this.qm / 2);
|
|
890
890
|
let f = d;
|
|
891
891
|
let g = d;
|
|
892
892
|
let h = e;
|
|
@@ -907,7 +907,7 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
907
907
|
}
|
|
908
908
|
return new Thickness(1, 0, 0, 0, 0);
|
|
909
909
|
}
|
|
910
|
-
|
|
910
|
+
ru(a, b, c) {
|
|
911
911
|
let d = new HighlightingInfo();
|
|
912
912
|
d.b = this;
|
|
913
913
|
d.h = 0;
|
|
@@ -919,39 +919,39 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
919
919
|
return d;
|
|
920
920
|
}
|
|
921
921
|
aw(a, b, c) {
|
|
922
|
-
if (this.c2 && this.
|
|
923
|
-
let d = this.
|
|
924
|
-
this.
|
|
922
|
+
if (this.c2 && this.eg(this.bk) && !c) {
|
|
923
|
+
let d = this.rv(a, b, this.rx);
|
|
924
|
+
this.rx = d;
|
|
925
925
|
return d;
|
|
926
926
|
}
|
|
927
927
|
else {
|
|
928
|
-
let e = this.
|
|
929
|
-
this.
|
|
928
|
+
let e = this.ru(a, b, this.rx);
|
|
929
|
+
this.rx = e;
|
|
930
930
|
return e;
|
|
931
931
|
}
|
|
932
932
|
}
|
|
933
933
|
ax(a, b, c) {
|
|
934
|
-
if (this.
|
|
935
|
-
let d = this.
|
|
936
|
-
this.
|
|
934
|
+
if (this.eg(this.bk) && !c) {
|
|
935
|
+
let d = this.rw(a, b, this.ry);
|
|
936
|
+
this.ry = d;
|
|
937
937
|
return d;
|
|
938
938
|
}
|
|
939
939
|
else {
|
|
940
|
-
let e = this.
|
|
940
|
+
let e = this.ru(a, b, this.ry);
|
|
941
941
|
e.e = true;
|
|
942
|
-
this.
|
|
942
|
+
this.ry = e;
|
|
943
943
|
return e;
|
|
944
944
|
}
|
|
945
945
|
}
|
|
946
|
-
|
|
947
|
-
return (this.assigningScatterStyle != null && this.
|
|
946
|
+
su() {
|
|
947
|
+
return (this.assigningScatterStyle != null && this.sk) || (this.bk != 1);
|
|
948
948
|
}
|
|
949
|
-
|
|
950
|
-
return (this.assigningScatterMarkerStyle != null && this.
|
|
949
|
+
st() {
|
|
950
|
+
return (this.assigningScatterMarkerStyle != null && this.sj) || (this.bk != 1);
|
|
951
951
|
}
|
|
952
|
-
|
|
952
|
+
uc(a, b) {
|
|
953
953
|
let c = b.bu;
|
|
954
|
-
this.
|
|
954
|
+
this.r1 = ((() => {
|
|
955
955
|
let $ret = new ScatterAxisInfoCache();
|
|
956
956
|
$ret.a = this.xAxis;
|
|
957
957
|
$ret.b = this.yAxis;
|
|
@@ -959,10 +959,10 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
959
959
|
$ret.e = this.yAxis.cg;
|
|
960
960
|
return $ret;
|
|
961
961
|
})());
|
|
962
|
-
if (this.
|
|
963
|
-
b.cv.j(a.j, this.
|
|
964
|
-
if (this.
|
|
965
|
-
this.
|
|
962
|
+
if (this.qj()) {
|
|
963
|
+
b.cv.j(a.j, this.ql);
|
|
964
|
+
if (this.st()) {
|
|
965
|
+
this.tu(b, a);
|
|
966
966
|
}
|
|
967
967
|
}
|
|
968
968
|
b.cm();
|
|
@@ -972,13 +972,13 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
972
972
|
return $ret;
|
|
973
973
|
})());
|
|
974
974
|
b.cx.g$h(a.n, d);
|
|
975
|
-
this.
|
|
975
|
+
this.t9(a, b);
|
|
976
976
|
}
|
|
977
|
-
|
|
978
|
-
return this.
|
|
977
|
+
rp(a, b) {
|
|
978
|
+
return this.rq(a, b);
|
|
979
979
|
}
|
|
980
|
-
|
|
981
|
-
if (b < a || a < 0 || a > this.
|
|
980
|
+
rq(a, b) {
|
|
981
|
+
if (b < a || a < 0 || a > this.sh.count || b < 0 || b > this.sh.count) {
|
|
982
982
|
return null;
|
|
983
983
|
}
|
|
984
984
|
let c = new Array((b - a) + 1);
|
|
@@ -988,14 +988,14 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
988
988
|
}
|
|
989
989
|
return c;
|
|
990
990
|
}
|
|
991
|
-
|
|
991
|
+
tu(a, b) {
|
|
992
992
|
a.b3 = true;
|
|
993
|
-
this.
|
|
994
|
-
let c = this.
|
|
993
|
+
this.se.aw(this, this.st(), runOn(this, this.rp));
|
|
994
|
+
let c = this.se.d;
|
|
995
995
|
let d = c != null;
|
|
996
996
|
let e = this.getEffectiveViewport1(a);
|
|
997
997
|
let f = this.ck == null ? 0 : this.ck.count;
|
|
998
|
-
this.
|
|
998
|
+
this.r2.cf((g) => {
|
|
999
999
|
if (g._visibility == 0) {
|
|
1000
1000
|
let h = g.ak;
|
|
1001
1001
|
let i = g.content;
|
|
@@ -1004,63 +1004,63 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1004
1004
|
g.content = i;
|
|
1005
1005
|
}
|
|
1006
1006
|
if (d) {
|
|
1007
|
-
this.
|
|
1007
|
+
this.tw(h, f, a.q);
|
|
1008
1008
|
}
|
|
1009
|
-
this.
|
|
1009
|
+
this.se.ac(g, i);
|
|
1010
1010
|
}
|
|
1011
1011
|
});
|
|
1012
1012
|
}
|
|
1013
|
-
|
|
1013
|
+
tx(a, b, c) {
|
|
1014
1014
|
let d = this.bk != 1;
|
|
1015
|
-
this.
|
|
1016
|
-
this.
|
|
1017
|
-
let e = this.
|
|
1015
|
+
this.se.ay(this.se.b, a, b, false);
|
|
1016
|
+
this.se.ab(this.ft);
|
|
1017
|
+
let e = this.se.av;
|
|
1018
1018
|
let f = null;
|
|
1019
1019
|
let g = this.ck;
|
|
1020
1020
|
if (d && this.cd != null) {
|
|
1021
|
-
f = this.cd.
|
|
1021
|
+
f = this.cd.a7.getHighlightingInfo(this, g, e.o, e.n, false);
|
|
1022
1022
|
e.b = f;
|
|
1023
1023
|
}
|
|
1024
1024
|
e.f = c;
|
|
1025
|
-
this.
|
|
1026
|
-
this.
|
|
1025
|
+
this.t7(e);
|
|
1026
|
+
this.se.z(this, f, c, d, a < 0);
|
|
1027
1027
|
}
|
|
1028
|
-
|
|
1028
|
+
tw(a, b, c) {
|
|
1029
1029
|
let d = this.bk != 1;
|
|
1030
|
-
this.
|
|
1031
|
-
this.
|
|
1032
|
-
let e = this.
|
|
1030
|
+
this.se.ay(this.se.d, a, b, true);
|
|
1031
|
+
this.se.aa(this.ft);
|
|
1032
|
+
let e = this.se.au;
|
|
1033
1033
|
let f = null;
|
|
1034
1034
|
let g = this.ck;
|
|
1035
1035
|
let h = null;
|
|
1036
1036
|
if (d && this.cd != null) {
|
|
1037
|
-
f = this.cd.
|
|
1038
|
-
if (this.cd.
|
|
1039
|
-
h = this.cd.
|
|
1037
|
+
f = this.cd.a7.getHighlightingInfo(this, g, e.o, e.n, true);
|
|
1038
|
+
if (this.cd.a7.isCrossSeriesHighlight(this)) {
|
|
1039
|
+
h = this.cd.a7.getHighlightingInfo(this, g, e.o, e.n, true);
|
|
1040
1040
|
}
|
|
1041
1041
|
e.b = f;
|
|
1042
1042
|
}
|
|
1043
1043
|
e.f = c;
|
|
1044
|
-
this.
|
|
1045
|
-
this.
|
|
1044
|
+
this.t6(e);
|
|
1045
|
+
this.se.y(this, f, c, d, e.m, this.cd.a7.totalHighlightingProgress);
|
|
1046
1046
|
}
|
|
1047
|
-
|
|
1048
|
-
if (this.assigningScatterStyle != null && this.
|
|
1047
|
+
t7(a) {
|
|
1048
|
+
if (this.assigningScatterStyle != null && this.sk) {
|
|
1049
1049
|
this.assigningScatterStyle(this, a);
|
|
1050
1050
|
}
|
|
1051
1051
|
}
|
|
1052
|
-
|
|
1053
|
-
if (this.assigningScatterMarkerStyle != null && this.
|
|
1052
|
+
t6(a) {
|
|
1053
|
+
if (this.assigningScatterMarkerStyle != null && this.sj) {
|
|
1054
1054
|
this.assigningScatterMarkerStyle(this, a);
|
|
1055
1055
|
}
|
|
1056
1056
|
}
|
|
1057
|
-
|
|
1057
|
+
tz(a, b) {
|
|
1058
1058
|
let c = new ErrorBarsHelper(this, b);
|
|
1059
|
-
if (this.
|
|
1059
|
+
if (this.r3 == null) {
|
|
1060
1060
|
return;
|
|
1061
1061
|
}
|
|
1062
|
-
let d = this.
|
|
1063
|
-
let e = this.
|
|
1062
|
+
let d = this.r3.u;
|
|
1063
|
+
let e = this.r3.v;
|
|
1064
1064
|
let f = 0;
|
|
1065
1065
|
let g = 0;
|
|
1066
1066
|
let h = 0;
|
|
@@ -1070,35 +1070,35 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1070
1070
|
if (d != null) {
|
|
1071
1071
|
switch (d.getCalculatorType()) {
|
|
1072
1072
|
case 1:
|
|
1073
|
-
let l = this.
|
|
1073
|
+
let l = this.t2(k, c, d, h, i, true);
|
|
1074
1074
|
h = l.p3;
|
|
1075
1075
|
i = l.p4;
|
|
1076
1076
|
break;
|
|
1077
1077
|
case 0:
|
|
1078
|
-
let m = this.
|
|
1078
|
+
let m = this.t0(k, c, d, h, i, true);
|
|
1079
1079
|
h = m.p3;
|
|
1080
1080
|
i = m.p4;
|
|
1081
1081
|
break;
|
|
1082
1082
|
case 2:
|
|
1083
|
-
let n = this.
|
|
1083
|
+
let n = this.ty(k, c, d, j, h, i, true);
|
|
1084
1084
|
h = n.p4;
|
|
1085
1085
|
i = n.p5;
|
|
1086
1086
|
break;
|
|
1087
1087
|
case 3:
|
|
1088
|
-
let o = this.
|
|
1088
|
+
let o = this.t3(c, d, f, h, i, true);
|
|
1089
1089
|
f = o.p2;
|
|
1090
1090
|
h = o.p3;
|
|
1091
1091
|
i = o.p4;
|
|
1092
1092
|
break;
|
|
1093
1093
|
case 4:
|
|
1094
|
-
let p = this.
|
|
1094
|
+
let p = this.t0(k, c, d, h, i, true);
|
|
1095
1095
|
h = p.p3;
|
|
1096
1096
|
i = p.p4;
|
|
1097
1097
|
break;
|
|
1098
1098
|
}
|
|
1099
1099
|
;
|
|
1100
1100
|
let q = new OwnedPoint();
|
|
1101
|
-
q.c = c.l(d, this.
|
|
1101
|
+
q.c = c.l(d, this.r1.a, k.c, f);
|
|
1102
1102
|
q.a = k.a;
|
|
1103
1103
|
a.h.addItem(j, q);
|
|
1104
1104
|
a.i.addItem(j, [h, i]);
|
|
@@ -1106,53 +1106,53 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1106
1106
|
if (e != null) {
|
|
1107
1107
|
switch (e.getCalculatorType()) {
|
|
1108
1108
|
case 1:
|
|
1109
|
-
let r = this.
|
|
1109
|
+
let r = this.t2(k, c, e, h, i, false);
|
|
1110
1110
|
h = r.p3;
|
|
1111
1111
|
i = r.p4;
|
|
1112
1112
|
break;
|
|
1113
1113
|
case 0:
|
|
1114
|
-
let s = this.
|
|
1114
|
+
let s = this.t0(k, c, e, h, i, false);
|
|
1115
1115
|
h = s.p3;
|
|
1116
1116
|
i = s.p4;
|
|
1117
1117
|
break;
|
|
1118
1118
|
case 2:
|
|
1119
|
-
let t = this.
|
|
1119
|
+
let t = this.ty(k, c, e, j, h, i, false);
|
|
1120
1120
|
h = t.p4;
|
|
1121
1121
|
i = t.p5;
|
|
1122
1122
|
break;
|
|
1123
1123
|
case 3:
|
|
1124
|
-
let u = this.
|
|
1124
|
+
let u = this.t3(c, e, g, h, i, false);
|
|
1125
1125
|
g = u.p2;
|
|
1126
1126
|
h = u.p3;
|
|
1127
1127
|
i = u.p4;
|
|
1128
1128
|
break;
|
|
1129
1129
|
case 4:
|
|
1130
|
-
let v = this.
|
|
1130
|
+
let v = this.t0(k, c, e, h, i, false);
|
|
1131
1131
|
h = v.p3;
|
|
1132
1132
|
i = v.p4;
|
|
1133
1133
|
break;
|
|
1134
1134
|
}
|
|
1135
1135
|
;
|
|
1136
1136
|
let w = new OwnedPoint();
|
|
1137
|
-
w.c = c.m(e, this.
|
|
1137
|
+
w.c = c.m(e, this.r1.b, k.c, g);
|
|
1138
1138
|
w.a = k.a;
|
|
1139
1139
|
a.l.addItem(j, w);
|
|
1140
1140
|
a.k.addItem(j, [h, i]);
|
|
1141
1141
|
}
|
|
1142
1142
|
}
|
|
1143
1143
|
}
|
|
1144
|
-
|
|
1144
|
+
t2(a, b, c, d, e, f) {
|
|
1145
1145
|
if (f) {
|
|
1146
1146
|
let g;
|
|
1147
1147
|
let h, i;
|
|
1148
|
-
i = this.
|
|
1149
|
-
if (this.
|
|
1148
|
+
i = this.r1.a;
|
|
1149
|
+
if (this.r3.s == 0) {
|
|
1150
1150
|
g = a.c.x;
|
|
1151
|
-
h = this.
|
|
1151
|
+
h = this.r1.a;
|
|
1152
1152
|
}
|
|
1153
1153
|
else {
|
|
1154
1154
|
g = a.c.y;
|
|
1155
|
-
h = this.
|
|
1155
|
+
h = this.r1.b;
|
|
1156
1156
|
}
|
|
1157
1157
|
let j = b.f(g, c, h, i, d, e);
|
|
1158
1158
|
d = j.p4;
|
|
@@ -1161,14 +1161,14 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1161
1161
|
else {
|
|
1162
1162
|
let k;
|
|
1163
1163
|
let l, m;
|
|
1164
|
-
m = this.
|
|
1165
|
-
if (this.
|
|
1164
|
+
m = this.r1.b;
|
|
1165
|
+
if (this.r3.t == 0) {
|
|
1166
1166
|
k = a.c.x;
|
|
1167
|
-
l = this.
|
|
1167
|
+
l = this.r1.a;
|
|
1168
1168
|
}
|
|
1169
1169
|
else {
|
|
1170
1170
|
k = a.c.y;
|
|
1171
|
-
l = this.
|
|
1171
|
+
l = this.r1.b;
|
|
1172
1172
|
}
|
|
1173
1173
|
let n = b.f(k, c, l, m, d, e);
|
|
1174
1174
|
d = n.p4;
|
|
@@ -1179,14 +1179,14 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1179
1179
|
p4: e
|
|
1180
1180
|
};
|
|
1181
1181
|
}
|
|
1182
|
-
|
|
1182
|
+
t0(a, b, c, d, e, f) {
|
|
1183
1183
|
if (f) {
|
|
1184
|
-
let g = b.j(a.c.x, c, this.
|
|
1184
|
+
let g = b.j(a.c.x, c, this.r1.a, d, e);
|
|
1185
1185
|
d = g.p3;
|
|
1186
1186
|
e = g.p4;
|
|
1187
1187
|
}
|
|
1188
1188
|
else {
|
|
1189
|
-
let h = b.j(a.c.y, c, this.
|
|
1189
|
+
let h = b.j(a.c.y, c, this.r1.b, d, e);
|
|
1190
1190
|
d = h.p3;
|
|
1191
1191
|
e = h.p4;
|
|
1192
1192
|
}
|
|
@@ -1195,18 +1195,18 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1195
1195
|
p4: e
|
|
1196
1196
|
};
|
|
1197
1197
|
}
|
|
1198
|
-
|
|
1198
|
+
ty(a, b, c, d, e, f, g) {
|
|
1199
1199
|
let h = c.getItemColumn();
|
|
1200
1200
|
let i = this.ck.indexOf(d);
|
|
1201
1201
|
if (h != null && i < h.count) {
|
|
1202
1202
|
let j = h.item(i);
|
|
1203
1203
|
if (g) {
|
|
1204
|
-
let k = b.h(a.c.x, j, this.
|
|
1204
|
+
let k = b.h(a.c.x, j, this.r1.a, e, f);
|
|
1205
1205
|
e = k.p3;
|
|
1206
1206
|
f = k.p4;
|
|
1207
1207
|
}
|
|
1208
1208
|
else {
|
|
1209
|
-
let l = b.h(a.c.y, j, this.
|
|
1209
|
+
let l = b.h(a.c.y, j, this.r1.b, e, f);
|
|
1210
1210
|
e = l.p3;
|
|
1211
1211
|
f = l.p4;
|
|
1212
1212
|
}
|
|
@@ -1220,16 +1220,16 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1220
1220
|
p5: f
|
|
1221
1221
|
};
|
|
1222
1222
|
}
|
|
1223
|
-
|
|
1223
|
+
t3(a, b, c, d, e, f) {
|
|
1224
1224
|
let g = a.i(b, c);
|
|
1225
1225
|
c = g.p1;
|
|
1226
1226
|
if (f) {
|
|
1227
|
-
let h = a.k(c, b, this.
|
|
1227
|
+
let h = a.k(c, b, this.r1.a, d, e);
|
|
1228
1228
|
d = h.p3;
|
|
1229
1229
|
e = h.p4;
|
|
1230
1230
|
}
|
|
1231
1231
|
else {
|
|
1232
|
-
let i = a.k(c, b, this.
|
|
1232
|
+
let i = a.k(c, b, this.r1.b, d, e);
|
|
1233
1233
|
d = i.p3;
|
|
1234
1234
|
e = i.p4;
|
|
1235
1235
|
}
|
|
@@ -1239,29 +1239,29 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1239
1239
|
p4: e
|
|
1240
1240
|
};
|
|
1241
1241
|
}
|
|
1242
|
-
|
|
1243
|
-
if (!b.o() || this.
|
|
1242
|
+
t9(a, b) {
|
|
1243
|
+
if (!b.o() || this.r3 == null) {
|
|
1244
1244
|
b.c6();
|
|
1245
1245
|
return;
|
|
1246
1246
|
}
|
|
1247
|
-
this.
|
|
1248
|
-
this.
|
|
1247
|
+
this.ua(a, b);
|
|
1248
|
+
this.ub(a, b);
|
|
1249
1249
|
}
|
|
1250
|
-
|
|
1250
|
+
ua(a, b) {
|
|
1251
1251
|
b.c2();
|
|
1252
1252
|
let c = new ErrorBarsHelper(this, b);
|
|
1253
1253
|
let d = new PathGeometry();
|
|
1254
|
-
let e = this.
|
|
1254
|
+
let e = this.r3.u;
|
|
1255
1255
|
for (let f of fromEnum(a.j.keys)) {
|
|
1256
1256
|
if (e != null && a.i.containsKey(f)) {
|
|
1257
1257
|
let g = a.i.item(f)[0];
|
|
1258
1258
|
let h = a.i.item(f)[1];
|
|
1259
1259
|
if (!isNaN_(g) && !isNaN_(h)) {
|
|
1260
1260
|
let i = a.h.item(f).c;
|
|
1261
|
-
if (this.
|
|
1261
|
+
if (this.r3.o == 1 || this.r3.o == 2) {
|
|
1262
1262
|
c.d(d, i, g, true);
|
|
1263
1263
|
}
|
|
1264
|
-
if (this.
|
|
1264
|
+
if (this.r3.o == 1 || this.r3.o == 3) {
|
|
1265
1265
|
c.d(d, i, h, false);
|
|
1266
1266
|
}
|
|
1267
1267
|
}
|
|
@@ -1269,38 +1269,38 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1269
1269
|
}
|
|
1270
1270
|
b.c7(d);
|
|
1271
1271
|
}
|
|
1272
|
-
|
|
1272
|
+
ub(a, b) {
|
|
1273
1273
|
b.c3();
|
|
1274
1274
|
let c = new ErrorBarsHelper(this, b);
|
|
1275
1275
|
let d = new PathGeometry();
|
|
1276
|
-
let e = this.
|
|
1276
|
+
let e = this.r3.v;
|
|
1277
1277
|
for (let f of fromEnum(a.j.keys)) {
|
|
1278
1278
|
if (e != null && a.k.containsKey(f)) {
|
|
1279
1279
|
let g = a.k.item(f)[0];
|
|
1280
1280
|
let h = a.k.item(f)[1];
|
|
1281
1281
|
if (!isNaN_(g) && !isNaN_(h)) {
|
|
1282
1282
|
let i = a.l.item(f).c;
|
|
1283
|
-
if (this.
|
|
1283
|
+
if (this.r3.p == 1 || this.r3.p == 2) {
|
|
1284
1284
|
c.e(d, i, g, true);
|
|
1285
1285
|
}
|
|
1286
|
-
if (this.
|
|
1286
|
+
if (this.r3.p == 1 || this.r3.p == 3) {
|
|
1287
1287
|
c.e(d, i, h, false);
|
|
1288
1288
|
}
|
|
1289
1289
|
}
|
|
1290
1290
|
}
|
|
1291
1291
|
}
|
|
1292
1292
|
}
|
|
1293
|
-
|
|
1293
|
+
fb(a, b, c) {
|
|
1294
1294
|
let d = true;
|
|
1295
|
-
if (!super.
|
|
1295
|
+
if (!super.fb(a, b, c) || b.isEmpty || a.isEmpty || this.xAxis == null || this.yAxis == null || this.xAxis.bh == null || this.yAxis.bh == null || this.sh == null || this.si == null || this.sh.count == 0 || this.si.count == 0 || this.ck == null || this.ck.count != this.sh.count || this.ck.count != this.si.count || this.xAxis.bh == null || this.yAxis.bh == null || this.xAxis.lv == this.xAxis.lu || this.yAxis.lv == this.yAxis.lu) {
|
|
1296
1296
|
d = false;
|
|
1297
1297
|
}
|
|
1298
1298
|
return d;
|
|
1299
1299
|
}
|
|
1300
1300
|
getViewInfo(a, b) {
|
|
1301
|
-
if (!this.
|
|
1302
|
-
a = this.
|
|
1303
|
-
b = this.
|
|
1301
|
+
if (!this.u4.isEmpty && !this.u5.isEmpty) {
|
|
1302
|
+
a = this.u4;
|
|
1303
|
+
b = this.u5;
|
|
1304
1304
|
return {
|
|
1305
1305
|
p0: a,
|
|
1306
1306
|
p1: b
|
|
@@ -1313,52 +1313,52 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1313
1313
|
p1: b
|
|
1314
1314
|
};
|
|
1315
1315
|
}
|
|
1316
|
-
|
|
1317
|
-
this.
|
|
1316
|
+
mm(a) {
|
|
1317
|
+
this.ts();
|
|
1318
1318
|
try {
|
|
1319
1319
|
if (this.cx(this.b0)) {
|
|
1320
1320
|
return;
|
|
1321
1321
|
}
|
|
1322
|
-
if (this.ck != null && this.ck.count > this.
|
|
1322
|
+
if (this.ck != null && this.ck.count > this.s2) {
|
|
1323
1323
|
a = false;
|
|
1324
1324
|
}
|
|
1325
|
-
if (this.
|
|
1326
|
-
let b = this.
|
|
1325
|
+
if (this.ep(a) && !this.eu) {
|
|
1326
|
+
let b = this.r7;
|
|
1327
1327
|
if (this.cv()) {
|
|
1328
1328
|
if (this.ce.g) {
|
|
1329
1329
|
this.ce.t();
|
|
1330
1330
|
}
|
|
1331
|
-
this.
|
|
1332
|
-
this.
|
|
1331
|
+
this.r7 = this.r9;
|
|
1332
|
+
this.r9 = b;
|
|
1333
1333
|
}
|
|
1334
1334
|
else {
|
|
1335
|
-
this.
|
|
1336
|
-
this.
|
|
1335
|
+
this.r7 = this.r5;
|
|
1336
|
+
this.r5 = b;
|
|
1337
1337
|
}
|
|
1338
|
-
this.
|
|
1339
|
-
this.
|
|
1338
|
+
this.t1(this.r5, this.r2);
|
|
1339
|
+
this.mu();
|
|
1340
1340
|
}
|
|
1341
1341
|
else {
|
|
1342
|
-
if (!this.
|
|
1343
|
-
this.
|
|
1342
|
+
if (!this.eu) {
|
|
1343
|
+
this.t1(this.r5, this.r2);
|
|
1344
1344
|
}
|
|
1345
|
-
this.
|
|
1345
|
+
this.uc(this.r5, this.r2);
|
|
1346
1346
|
}
|
|
1347
1347
|
}
|
|
1348
1348
|
finally {
|
|
1349
|
-
this.
|
|
1349
|
+
this.ud();
|
|
1350
1350
|
}
|
|
1351
1351
|
}
|
|
1352
|
-
|
|
1353
|
-
super.
|
|
1352
|
+
mz() {
|
|
1353
|
+
super.mz();
|
|
1354
1354
|
if (this.index < 0) {
|
|
1355
1355
|
return;
|
|
1356
1356
|
}
|
|
1357
|
-
this.
|
|
1357
|
+
this.r2.da();
|
|
1358
1358
|
}
|
|
1359
|
-
|
|
1360
|
-
super.
|
|
1361
|
-
if (!this.
|
|
1359
|
+
mn(a, b) {
|
|
1360
|
+
super.mn(a, b);
|
|
1361
|
+
if (!this.e1) {
|
|
1362
1362
|
this.b0.a2(b);
|
|
1363
1363
|
return;
|
|
1364
1364
|
}
|
|
@@ -1367,29 +1367,29 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1367
1367
|
return;
|
|
1368
1368
|
}
|
|
1369
1369
|
let c = typeCast(ScatterBaseView.$, this.bz);
|
|
1370
|
-
if (!this.
|
|
1371
|
-
this.
|
|
1372
|
-
this.
|
|
1370
|
+
if (!this.ev) {
|
|
1371
|
+
this.r8 = new ScatterFrame();
|
|
1372
|
+
this.t1(this.r8, c);
|
|
1373
1373
|
}
|
|
1374
|
-
this.
|
|
1375
|
-
this.
|
|
1376
|
-
this.
|
|
1374
|
+
this.ev = false;
|
|
1375
|
+
this.uc(this.r8, c);
|
|
1376
|
+
this.e1 = false;
|
|
1377
1377
|
}
|
|
1378
|
-
|
|
1379
|
-
super.
|
|
1378
|
+
mk(a, b, c, d, e) {
|
|
1379
|
+
super.mk(a, b, c, d, e);
|
|
1380
1380
|
let f = this.a6.a$h.item(d);
|
|
1381
1381
|
let g = f;
|
|
1382
1382
|
f.a1(c);
|
|
1383
1383
|
if (this.cx(g)) {
|
|
1384
1384
|
return;
|
|
1385
1385
|
}
|
|
1386
|
-
if (this.
|
|
1387
|
-
this.
|
|
1386
|
+
if (this.r4 == null) {
|
|
1387
|
+
this.r4 = new ScatterFrame();
|
|
1388
1388
|
}
|
|
1389
|
-
this.
|
|
1390
|
-
this.
|
|
1389
|
+
this.t1(this.r4, g);
|
|
1390
|
+
this.uc(this.r4, g);
|
|
1391
1391
|
}
|
|
1392
|
-
|
|
1392
|
+
t8(a, b) {
|
|
1393
1393
|
let c = new List$1(Base.$, 0);
|
|
1394
1394
|
for (let d of fromEnum(b.c)) {
|
|
1395
1395
|
if (!a.containsKey(d)) {
|
|
@@ -1400,10 +1400,10 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1400
1400
|
b.h(e);
|
|
1401
1401
|
}
|
|
1402
1402
|
}
|
|
1403
|
-
|
|
1404
|
-
if (c == null || c.length != this.
|
|
1405
|
-
c = new Array(this.
|
|
1406
|
-
for (let f = 0; f < this.
|
|
1403
|
+
ro(a, b, c, d, e) {
|
|
1404
|
+
if (c == null || c.length != this.r1.c.count) {
|
|
1405
|
+
c = new Array(this.r1.c.count);
|
|
1406
|
+
for (let f = 0; f < this.r1.c.count; f++) {
|
|
1407
1407
|
c[f] = PointUtil.create();
|
|
1408
1408
|
}
|
|
1409
1409
|
}
|
|
@@ -1416,37 +1416,37 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1416
1416
|
let i = ((() => {
|
|
1417
1417
|
let $ret = new ScalerParams(0, d, e, this.yAxis.cg, g);
|
|
1418
1418
|
$ret.c = this.getEffectiveViewport1(a);
|
|
1419
|
-
$ret.b = this.
|
|
1419
|
+
$ret.b = this.ge();
|
|
1420
1420
|
return $ret;
|
|
1421
1421
|
})());
|
|
1422
|
-
let j = this.
|
|
1423
|
-
let k = this.
|
|
1424
|
-
let l = this.
|
|
1425
|
-
let m = this.
|
|
1426
|
-
let n = this.
|
|
1427
|
-
if (this.
|
|
1422
|
+
let j = this.pv(a);
|
|
1423
|
+
let k = this.r1.a.el(j.left, h);
|
|
1424
|
+
let l = this.r1.a.el(j.right, h);
|
|
1425
|
+
let m = this.r1.b.el(j.bottom, i);
|
|
1426
|
+
let n = this.r1.b.el(j.top, i);
|
|
1427
|
+
if (this.r1.d) {
|
|
1428
1428
|
let o = k;
|
|
1429
1429
|
k = l;
|
|
1430
1430
|
l = o;
|
|
1431
1431
|
}
|
|
1432
|
-
if (this.
|
|
1432
|
+
if (this.r1.e) {
|
|
1433
1433
|
let p = m;
|
|
1434
1434
|
m = n;
|
|
1435
1435
|
n = p;
|
|
1436
1436
|
}
|
|
1437
|
-
let q = this.
|
|
1437
|
+
let q = this.r1;
|
|
1438
1438
|
let r = q.a;
|
|
1439
1439
|
let s = q.b;
|
|
1440
1440
|
let t;
|
|
1441
1441
|
let u;
|
|
1442
|
-
let v = this.
|
|
1443
|
-
let w = this.
|
|
1442
|
+
let v = this.sh;
|
|
1443
|
+
let w = this.si;
|
|
1444
1444
|
let x = false;
|
|
1445
1445
|
let y = 0;
|
|
1446
1446
|
let z = 0;
|
|
1447
1447
|
if (this.cd != null) {
|
|
1448
|
-
if (this.cd.
|
|
1449
|
-
let aa = this.cd.
|
|
1448
|
+
if (this.cd.e8()) {
|
|
1449
|
+
let aa = this.cd.lh(d, h);
|
|
1450
1450
|
x = aa.c;
|
|
1451
1451
|
y = aa.d;
|
|
1452
1452
|
z = r.el(0 + y, h);
|
|
@@ -1454,7 +1454,7 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1454
1454
|
z -= ab;
|
|
1455
1455
|
}
|
|
1456
1456
|
}
|
|
1457
|
-
for (let ac = 0; ac < this.
|
|
1457
|
+
for (let ac = 0; ac < this.r1.c.count; ac++) {
|
|
1458
1458
|
t = v.item(ac);
|
|
1459
1459
|
u = w.item(ac);
|
|
1460
1460
|
if (x) {
|
|
@@ -1486,7 +1486,7 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1486
1486
|
}
|
|
1487
1487
|
return c;
|
|
1488
1488
|
}
|
|
1489
|
-
|
|
1489
|
+
sv(a, b) {
|
|
1490
1490
|
if (b == null) {
|
|
1491
1491
|
b = new List$1(Number_$type, 2, a.e);
|
|
1492
1492
|
}
|
|
@@ -1500,30 +1500,30 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1500
1500
|
}
|
|
1501
1501
|
return b;
|
|
1502
1502
|
}
|
|
1503
|
-
|
|
1504
|
-
super.
|
|
1505
|
-
this.a8.exportTrendlineData(this, a, this.
|
|
1503
|
+
la(a) {
|
|
1504
|
+
super.la(a);
|
|
1505
|
+
this.a8.exportTrendlineData(this, a, this.r2.cx.g$j);
|
|
1506
1506
|
}
|
|
1507
|
-
|
|
1508
|
-
return Series.
|
|
1507
|
+
ge() {
|
|
1508
|
+
return Series.gf(this.si, null);
|
|
1509
1509
|
}
|
|
1510
1510
|
getDataLegendSeriesContextAt(a, b) {
|
|
1511
1511
|
let c = { $type: Point_$type, x: a, y: b };
|
|
1512
|
-
let d = this.
|
|
1513
|
-
let e = d == null ? NaN : this.
|
|
1514
|
-
let f = d == null ? NaN : this.
|
|
1512
|
+
let d = this.hv(c);
|
|
1513
|
+
let e = d == null ? NaN : this.gd(d, "XMemberPath");
|
|
1514
|
+
let f = d == null ? NaN : this.gd(d, "YMemberPath");
|
|
1515
1515
|
let g = new DataLegendSeriesValueInfo();
|
|
1516
1516
|
g.l = e;
|
|
1517
1517
|
g.a = 13;
|
|
1518
|
-
g.p = this.
|
|
1519
|
-
g.q = this.
|
|
1520
|
-
g.r = this.
|
|
1518
|
+
g.p = this.ti != null ? this.ti : "X:";
|
|
1519
|
+
g.q = this.te != null ? this.te : "X:";
|
|
1520
|
+
g.r = this.tg != null ? this.tg : "";
|
|
1521
1521
|
let h = new DataLegendSeriesValueInfo();
|
|
1522
1522
|
h.l = f;
|
|
1523
1523
|
h.a = 14;
|
|
1524
|
-
h.p = this.
|
|
1525
|
-
h.q = this.
|
|
1526
|
-
h.r = this.
|
|
1524
|
+
h.p = this.tq != null ? this.tq : "Y:";
|
|
1525
|
+
h.q = this.tm != null ? this.tm : "Y:";
|
|
1526
|
+
h.r = this.to != null ? this.to : "";
|
|
1527
1527
|
let i = new DataLegendSeriesContext();
|
|
1528
1528
|
i.f = ((() => {
|
|
1529
1529
|
let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -1536,8 +1536,8 @@ export let ScatterBase = /*@__PURE__*/ (() => {
|
|
|
1536
1536
|
}
|
|
1537
1537
|
}
|
|
1538
1538
|
ScatterBase.$t = /*@__PURE__*/ markType(ScatterBase, 'ScatterBase', MarkerSeries.$, [ISupportsErrorBars_$type, ITrendLineSeries_$type]);
|
|
1539
|
-
ScatterBase.
|
|
1540
|
-
ScatterBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, ScatterBase, 'raisePropertyChanged', ['ErrorBarSettings:
|
|
1539
|
+
ScatterBase.ue = /*@__PURE__*/ DependencyProperty.i("ActualTrendLineBrush", Brush.$, ScatterBase.$, /*@__PURE__*/ new PropertyMetadata(2, null, (a, b) => a.raisePropertyChanged("ActualTrendLineBrush", b.oldValue, b.newValue)));
|
|
1540
|
+
ScatterBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, ScatterBase, 'raisePropertyChanged', ['ErrorBarSettings:r3:uf', [ScatterErrorBarSettings.$, null], 'IsCustomScatterMarkerStyleAllowed:sn:ug', [0, false], 'IsCustomScatterStyleAllowed:so:uh', [0, false], 'ItemSearchMode:sd:ui', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:s1:uj', [1, 10000], 'MarkerCollisionAvoidance:rt:uk', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'MaximumMarkers:s2:ul', [1, 400], 'XAxis::ut', [NumericXAxis.$, null], 'XMemberAsLegendLabel:te:uu', [2, null], 'XMemberAsLegendUnit:tg:uv', [2, null], 'XMemberPath:ti:uw', [2, null], 'YAxis::ux', [NumericYAxis.$, null], 'YMemberAsLegendLabel:tm:uy', [2, null], 'YMemberAsLegendUnit:to:uz', [2, null], 'YMemberPath:tq:u0', [2, null], 'TrendLineType::ur', [TrendLineType_$type, /*@__PURE__*/ enumGetBox(TrendLineType_$type, 0)], 'TrendLineThickness::uq', [1, 1.5], 'TrendLinePeriod::up', [1, 7], 'TrendLineBrush::um', [Brush.$, null], 'TrendLineZIndex:s3:us', [1, 1001], 'TrendLineDashArray:u2:un', [DoubleCollection.$], 'TrendLineDashCap:u3:uo', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 0)]]);
|
|
1541
1541
|
return ScatterBase;
|
|
1542
1542
|
})();
|
|
1543
1543
|
/**
|
|
@@ -1613,7 +1613,7 @@ export let ScatterBaseView = /*@__PURE__*/ (() => {
|
|
|
1613
1613
|
this.dc = new Path();
|
|
1614
1614
|
this.dd = new Path();
|
|
1615
1615
|
if (!this.q) {
|
|
1616
|
-
this.cw.
|
|
1616
|
+
this.cw.s2 = 2000;
|
|
1617
1617
|
}
|
|
1618
1618
|
}
|
|
1619
1619
|
de(a) {
|
|
@@ -1631,12 +1631,12 @@ export let ScatterBaseView = /*@__PURE__*/ (() => {
|
|
|
1631
1631
|
return new Size(1, this.db.width, this.db.height);
|
|
1632
1632
|
}
|
|
1633
1633
|
cu() {
|
|
1634
|
-
let a = new NumericMarkerManager(1, (b) => this.cy.item(b), (b) => this.cw.
|
|
1634
|
+
let a = new NumericMarkerManager(1, (b) => this.cy.item(b), (b) => this.cw.r1.c.item(b), runOn(this, this.c9), runOn(this, this.cr), runOn(this, this.cz), () => this.cw.rt);
|
|
1635
1635
|
a.q = runOn(this, this.de);
|
|
1636
1636
|
return a;
|
|
1637
1637
|
}
|
|
1638
1638
|
c9(a) {
|
|
1639
|
-
this.cw.
|
|
1639
|
+
this.cw.t8(a, this.cy);
|
|
1640
1640
|
}
|
|
1641
1641
|
c0() {
|
|
1642
1642
|
return this.b4;
|
|
@@ -1645,11 +1645,11 @@ export let ScatterBaseView = /*@__PURE__*/ (() => {
|
|
|
1645
1645
|
return this.ct;
|
|
1646
1646
|
}
|
|
1647
1647
|
cr() {
|
|
1648
|
-
this.ct = this.cw.
|
|
1648
|
+
this.ct = this.cw.ro(this, this.cy, this.ct, this.bv, this.bu);
|
|
1649
1649
|
return this.ct;
|
|
1650
1650
|
}
|
|
1651
1651
|
cz() {
|
|
1652
|
-
this.c1 = this.cw.
|
|
1652
|
+
this.c1 = this.cw.sv(this.cy, this.c1);
|
|
1653
1653
|
return this.c1;
|
|
1654
1654
|
}
|
|
1655
1655
|
c2() {
|
|
@@ -1662,10 +1662,10 @@ export let ScatterBaseView = /*@__PURE__*/ (() => {
|
|
|
1662
1662
|
}
|
|
1663
1663
|
da() {
|
|
1664
1664
|
if (this.cw.trendLineBrush != null) {
|
|
1665
|
-
this.cw.
|
|
1665
|
+
this.cw.u1 = this.cw.trendLineBrush;
|
|
1666
1666
|
}
|
|
1667
1667
|
else {
|
|
1668
|
-
this.cw.
|
|
1668
|
+
this.cw.u1 = this.cw.o3;
|
|
1669
1669
|
}
|
|
1670
1670
|
}
|
|
1671
1671
|
cf(a) {
|
|
@@ -1682,9 +1682,9 @@ export let ScatterBaseView = /*@__PURE__*/ (() => {
|
|
|
1682
1682
|
if (this.cw.trendLineType != 0 && !b) {
|
|
1683
1683
|
let c = this.cx.g$j;
|
|
1684
1684
|
c.ac = this.cw.trendLineThickness;
|
|
1685
|
-
c._stroke = this.cw.
|
|
1686
|
-
c.ai = this.cw.
|
|
1687
|
-
c.ad = this.cw.
|
|
1685
|
+
c._stroke = this.cw.u1;
|
|
1686
|
+
c.ai = this.cw.u2;
|
|
1687
|
+
c.ad = this.cw.u3;
|
|
1688
1688
|
a.u(c);
|
|
1689
1689
|
}
|
|
1690
1690
|
}
|
|
@@ -1703,7 +1703,7 @@ export let ScatterBaseView = /*@__PURE__*/ (() => {
|
|
|
1703
1703
|
if (!stringIsNullOrEmpty(b)) {
|
|
1704
1704
|
a += " style='color:" + b + "'";
|
|
1705
1705
|
}
|
|
1706
|
-
a += ">" + this.cw.title + "</span><br/><span>" + "x: </span><span class='ui-priority-primary'>${item." + this.cw.
|
|
1706
|
+
a += ">" + this.cw.title + "</span><br/><span>" + "x: </span><span class='ui-priority-primary'>${item." + this.cw.ti + "}</span><br/><span>" + "y: </span><span class='ui-priority-primary'>${item." + this.cw.tq + "}</span></div>";
|
|
1707
1707
|
return a;
|
|
1708
1708
|
}
|
|
1709
1709
|
}
|