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
|
@@ -62,58 +62,58 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
62
62
|
tslib_1.__extends(ScatterBase, _super);
|
|
63
63
|
function ScatterBase() {
|
|
64
64
|
var _this = _super.call(this) || this;
|
|
65
|
-
_this.rx = null;
|
|
66
|
-
_this.sb = null;
|
|
67
|
-
_this.sc = null;
|
|
68
|
-
_this.u0 = null;
|
|
69
|
-
_this.u1 = null;
|
|
70
|
-
_this.r6 = 1;
|
|
71
|
-
_this.ri = null;
|
|
72
|
-
_this.rj = null;
|
|
73
|
-
_this.r3 = null;
|
|
74
|
-
_this.r5 = null;
|
|
75
65
|
_this.r1 = null;
|
|
76
|
-
_this.
|
|
77
|
-
_this.
|
|
78
|
-
_this.
|
|
79
|
-
_this.
|
|
66
|
+
_this.sf = null;
|
|
67
|
+
_this.sg = null;
|
|
68
|
+
_this.u4 = null;
|
|
69
|
+
_this.u5 = null;
|
|
70
|
+
_this.sa = 1;
|
|
71
|
+
_this.rm = null;
|
|
72
|
+
_this.rn = null;
|
|
73
|
+
_this.r7 = null;
|
|
74
|
+
_this.r9 = null;
|
|
75
|
+
_this.r5 = null;
|
|
76
|
+
_this.sk = false;
|
|
77
|
+
_this.sj = false;
|
|
78
|
+
_this.rx = null;
|
|
79
|
+
_this.ry = null;
|
|
80
80
|
_this.assigningScatterStyle = null;
|
|
81
81
|
_this.assigningScatterMarkerStyle = null;
|
|
82
|
-
_this.
|
|
82
|
+
_this.se = null;
|
|
83
|
+
_this.r8 = null;
|
|
83
84
|
_this.r4 = null;
|
|
84
|
-
_this.
|
|
85
|
-
_this.
|
|
86
|
-
_this.
|
|
87
|
-
_this.
|
|
88
|
-
_this.
|
|
89
|
-
_this.u0 = Rect.empty;
|
|
85
|
+
_this.sb = _this.sc();
|
|
86
|
+
_this.se = new ScatterSeriesRenderManager();
|
|
87
|
+
_this.r8 = new ScatterFrame();
|
|
88
|
+
_this.u5 = Rect.empty;
|
|
89
|
+
_this.u4 = Rect.empty;
|
|
90
90
|
return _this;
|
|
91
91
|
}
|
|
92
92
|
ScatterBase.prototype.bx = function () {
|
|
93
93
|
return new ScatterBaseView(this);
|
|
94
94
|
};
|
|
95
|
-
ScatterBase.prototype.
|
|
96
|
-
_super.prototype.
|
|
95
|
+
ScatterBase.prototype.kx = function () {
|
|
96
|
+
_super.prototype.kx.call(this);
|
|
97
97
|
this.xAxis = null;
|
|
98
98
|
this.yAxis = null;
|
|
99
99
|
};
|
|
100
|
-
ScatterBase.prototype.
|
|
101
|
-
_super.prototype.
|
|
102
|
-
this.
|
|
100
|
+
ScatterBase.prototype.l2 = function (a) {
|
|
101
|
+
_super.prototype.l2.call(this, a);
|
|
102
|
+
this.r2 = a;
|
|
103
103
|
};
|
|
104
|
-
ScatterBase.prototype.
|
|
104
|
+
ScatterBase.prototype.get_ed = function () {
|
|
105
105
|
return true;
|
|
106
106
|
};
|
|
107
107
|
ScatterBase.prototype.ag = function () {
|
|
108
108
|
return [this.xAxis, this.yAxis];
|
|
109
109
|
};
|
|
110
|
-
ScatterBase.prototype.
|
|
111
|
-
var c = this.
|
|
110
|
+
ScatterBase.prototype.hy = function (a, b) {
|
|
111
|
+
var c = this.js(b);
|
|
112
112
|
if (c == ScatterBase.$$p[10]) {
|
|
113
|
-
return this.
|
|
113
|
+
return this.hz(a, b, this.ti);
|
|
114
114
|
}
|
|
115
115
|
if (c == ScatterBase.$$p[14]) {
|
|
116
|
-
return this.
|
|
116
|
+
return this.hz(a, b, this.tq);
|
|
117
117
|
}
|
|
118
118
|
return null;
|
|
119
119
|
};
|
|
@@ -123,18 +123,18 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
123
123
|
return false;
|
|
124
124
|
}
|
|
125
125
|
var e = this.xAxis;
|
|
126
|
-
var f = new ScalerParams(1, this.cd.
|
|
126
|
+
var f = new ScalerParams(1, this.cd.s9, this.p3, e.cg);
|
|
127
127
|
f.c = this.getEffectiveViewport1(this.b0);
|
|
128
128
|
var g = this.yAxis;
|
|
129
|
-
var h = new ScalerParams(1, this.cd.
|
|
129
|
+
var h = new ScalerParams(1, this.cd.s9, this.p3, g.cg);
|
|
130
130
|
h.c = this.getEffectiveViewport1(this.b0);
|
|
131
131
|
a.clear();
|
|
132
|
-
this.
|
|
132
|
+
this.qg.cf(function (i) {
|
|
133
133
|
if (i._visibility == 0) {
|
|
134
134
|
var j = new SeriesPointOfInterest();
|
|
135
135
|
var k = i.n;
|
|
136
136
|
var l = i.o;
|
|
137
|
-
if (k < _this.
|
|
137
|
+
if (k < _this.p3.left || k > _this.p3.right || l < _this.p3.top || l > _this.p3.bottom) {
|
|
138
138
|
return;
|
|
139
139
|
}
|
|
140
140
|
j.b = e.el(k, f);
|
|
@@ -147,7 +147,7 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
147
147
|
};
|
|
148
148
|
ScatterBase.prototype.bp = function () {
|
|
149
149
|
if (this.bq == 0) {
|
|
150
|
-
if (this.
|
|
150
|
+
if (this.s2 <= 2000) {
|
|
151
151
|
return 1;
|
|
152
152
|
}
|
|
153
153
|
else {
|
|
@@ -158,56 +158,56 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
158
158
|
return _super.prototype.bp.call(this);
|
|
159
159
|
}
|
|
160
160
|
};
|
|
161
|
-
ScatterBase.prototype.
|
|
162
|
-
if (!this.hasMarkers || !this.
|
|
161
|
+
ScatterBase.prototype.p1 = function (a) {
|
|
162
|
+
if (!this.hasMarkers || !this.qj()) {
|
|
163
163
|
return Rect.empty;
|
|
164
164
|
}
|
|
165
|
-
var b = this.
|
|
165
|
+
var b = this.qg.by(this.pl(a));
|
|
166
166
|
if (b != null) {
|
|
167
|
-
return this.
|
|
167
|
+
return this.qg.cp(b);
|
|
168
168
|
}
|
|
169
169
|
return Rect.empty;
|
|
170
170
|
};
|
|
171
|
-
ScatterBase.prototype.
|
|
172
|
-
if (this.
|
|
171
|
+
ScatterBase.prototype.ex = function (a, b) {
|
|
172
|
+
if (this.qk(a, b)) {
|
|
173
173
|
return true;
|
|
174
174
|
}
|
|
175
175
|
return false;
|
|
176
176
|
};
|
|
177
|
-
Object.defineProperty(ScatterBase.prototype, "
|
|
177
|
+
Object.defineProperty(ScatterBase.prototype, "sh", {
|
|
178
178
|
get: function () {
|
|
179
|
-
return this.
|
|
179
|
+
return this.sf;
|
|
180
180
|
},
|
|
181
181
|
set: function (a) {
|
|
182
|
-
if (this.
|
|
183
|
-
var b = this.
|
|
184
|
-
this.
|
|
185
|
-
this.raisePropertyChanged("XColumn", b, this.
|
|
182
|
+
if (this.sf != a) {
|
|
183
|
+
var b = this.sh;
|
|
184
|
+
this.sf = a;
|
|
185
|
+
this.raisePropertyChanged("XColumn", b, this.sh);
|
|
186
186
|
}
|
|
187
187
|
},
|
|
188
188
|
enumerable: true,
|
|
189
189
|
configurable: true
|
|
190
190
|
});
|
|
191
|
-
Object.defineProperty(ScatterBase.prototype, "
|
|
191
|
+
Object.defineProperty(ScatterBase.prototype, "si", {
|
|
192
192
|
get: function () {
|
|
193
|
-
return this.
|
|
193
|
+
return this.sg;
|
|
194
194
|
},
|
|
195
195
|
set: function (a) {
|
|
196
|
-
if (this.
|
|
197
|
-
var b = this.
|
|
198
|
-
this.
|
|
199
|
-
this.raisePropertyChanged("YColumn", b, this.
|
|
196
|
+
if (this.sg != a) {
|
|
197
|
+
var b = this.si;
|
|
198
|
+
this.sg = a;
|
|
199
|
+
this.raisePropertyChanged("YColumn", b, this.si);
|
|
200
200
|
}
|
|
201
201
|
},
|
|
202
202
|
enumerable: true,
|
|
203
203
|
configurable: true
|
|
204
204
|
});
|
|
205
|
-
Object.defineProperty(ScatterBase.prototype, "
|
|
205
|
+
Object.defineProperty(ScatterBase.prototype, "u1", {
|
|
206
206
|
get: function () {
|
|
207
|
-
return this.c(ScatterBase.
|
|
207
|
+
return this.c(ScatterBase.ue);
|
|
208
208
|
},
|
|
209
209
|
set: function (a) {
|
|
210
|
-
this.h(ScatterBase.
|
|
210
|
+
this.h(ScatterBase.ue, a);
|
|
211
211
|
},
|
|
212
212
|
enumerable: true,
|
|
213
213
|
configurable: true
|
|
@@ -226,8 +226,8 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
226
226
|
enumerable: true,
|
|
227
227
|
configurable: true
|
|
228
228
|
});
|
|
229
|
-
ScatterBase.prototype.
|
|
230
|
-
_super.prototype.
|
|
229
|
+
ScatterBase.prototype.li = function () {
|
|
230
|
+
_super.prototype.li.call(this);
|
|
231
231
|
if (this.xAxis != null) {
|
|
232
232
|
this.xAxis.h7(false);
|
|
233
233
|
}
|
|
@@ -235,26 +235,26 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
235
235
|
this.yAxis.h7(false);
|
|
236
236
|
}
|
|
237
237
|
};
|
|
238
|
-
ScatterBase.prototype.
|
|
239
|
-
_super.prototype.
|
|
240
|
-
if (this.
|
|
241
|
-
this.
|
|
242
|
-
this.
|
|
238
|
+
ScatterBase.prototype.l7 = function (a, b, c, d) {
|
|
239
|
+
_super.prototype.l7.call(this, a, b, c, d);
|
|
240
|
+
if (this.r2.cx.g$b(a, b, c, d)) {
|
|
241
|
+
this.ml(false);
|
|
242
|
+
this.ls();
|
|
243
243
|
}
|
|
244
244
|
switch (b) {
|
|
245
245
|
case "FastItemsSource":
|
|
246
246
|
if (typeCast(IFastItemsSource_$type, c) != null) {
|
|
247
|
-
c.deregisterColumn(this.
|
|
248
|
-
c.deregisterColumn(this.
|
|
249
|
-
this.
|
|
250
|
-
this.
|
|
247
|
+
c.deregisterColumn(this.sh);
|
|
248
|
+
c.deregisterColumn(this.si);
|
|
249
|
+
this.sh = null;
|
|
250
|
+
this.si = null;
|
|
251
251
|
}
|
|
252
252
|
if (typeCast(IFastItemsSource_$type, d) != null) {
|
|
253
|
-
this.
|
|
254
|
-
this.
|
|
253
|
+
this.sh = this.ch(this.ti);
|
|
254
|
+
this.si = this.ch(this.tq);
|
|
255
255
|
}
|
|
256
256
|
if ((this.yAxis != null && !this.yAxis.c0()) || (this.xAxis != null && !this.xAxis.c0())) {
|
|
257
|
-
this.
|
|
257
|
+
this.ml(false);
|
|
258
258
|
}
|
|
259
259
|
break;
|
|
260
260
|
case ScatterBase.$$p[7]:
|
|
@@ -265,9 +265,9 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
265
265
|
d.cs(this);
|
|
266
266
|
}
|
|
267
267
|
if ((this.xAxis != null && !this.xAxis.c0()) || (d == null && c != null)) {
|
|
268
|
-
this.
|
|
268
|
+
this.ml(false);
|
|
269
269
|
}
|
|
270
|
-
this.
|
|
270
|
+
this.ls();
|
|
271
271
|
break;
|
|
272
272
|
case ScatterBase.$$p[11]:
|
|
273
273
|
if (c != null) {
|
|
@@ -277,134 +277,134 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
277
277
|
d.cs(this);
|
|
278
278
|
}
|
|
279
279
|
if ((this.yAxis != null && !this.yAxis.c0()) || (d == null && c != null)) {
|
|
280
|
-
this.
|
|
280
|
+
this.ml(false);
|
|
281
281
|
}
|
|
282
|
-
this.
|
|
282
|
+
this.ls();
|
|
283
283
|
break;
|
|
284
284
|
case ScatterBase.$$p[10]:
|
|
285
285
|
if (this.ck != null) {
|
|
286
|
-
this.ck.deregisterColumn(this.
|
|
287
|
-
this.
|
|
286
|
+
this.ck.deregisterColumn(this.sh);
|
|
287
|
+
this.sh = this.ch(this.ti);
|
|
288
288
|
}
|
|
289
289
|
break;
|
|
290
290
|
case "XColumn":
|
|
291
|
-
this.
|
|
291
|
+
this.r2.cx.g$i();
|
|
292
292
|
if (this.xAxis != null && !this.xAxis.c0()) {
|
|
293
|
-
this.
|
|
293
|
+
this.ml(false);
|
|
294
294
|
}
|
|
295
295
|
break;
|
|
296
296
|
case ScatterBase.$$p[14]:
|
|
297
297
|
if (this.ck != null) {
|
|
298
|
-
this.ck.deregisterColumn(this.
|
|
299
|
-
this.
|
|
298
|
+
this.ck.deregisterColumn(this.si);
|
|
299
|
+
this.si = this.ch(this.tq);
|
|
300
300
|
}
|
|
301
301
|
break;
|
|
302
302
|
case "YColumn":
|
|
303
|
-
this.
|
|
303
|
+
this.r2.cx.g$i();
|
|
304
304
|
if (this.yAxis != null && !this.yAxis.c0()) {
|
|
305
|
-
this.
|
|
305
|
+
this.ml(false);
|
|
306
306
|
}
|
|
307
307
|
break;
|
|
308
308
|
case ScatterBase.$$p[5]:
|
|
309
|
-
this.
|
|
310
|
-
this.
|
|
309
|
+
this.ml(false);
|
|
310
|
+
this.ls();
|
|
311
311
|
break;
|
|
312
312
|
case ScatterBase.$$p[6]:
|
|
313
|
-
this.
|
|
314
|
-
this.
|
|
313
|
+
this.ml(false);
|
|
314
|
+
this.ls();
|
|
315
315
|
break;
|
|
316
316
|
case "TransitionProgress":
|
|
317
|
-
this.
|
|
318
|
-
this.
|
|
317
|
+
this.r9.c(this.g2, this.r7, this.r5);
|
|
318
|
+
this.ts();
|
|
319
319
|
try {
|
|
320
320
|
if (this.cx(this.b0)) {
|
|
321
321
|
return;
|
|
322
322
|
}
|
|
323
|
-
if ((Math.round(this.
|
|
324
|
-
this.
|
|
323
|
+
if ((Math.round(this.g2 * 100000) / 100000) == 1) {
|
|
324
|
+
this.uc(this.r5, this.r2);
|
|
325
325
|
}
|
|
326
326
|
else {
|
|
327
|
-
this.
|
|
327
|
+
this.uc(this.r9, this.r2);
|
|
328
328
|
}
|
|
329
329
|
if (this.cd != null) {
|
|
330
|
-
this.cd.
|
|
330
|
+
this.cd.oa(this);
|
|
331
331
|
}
|
|
332
332
|
}
|
|
333
333
|
finally {
|
|
334
|
-
this.
|
|
334
|
+
this.ud();
|
|
335
335
|
}
|
|
336
336
|
break;
|
|
337
337
|
case "TrendLineBrush":
|
|
338
|
-
this.
|
|
338
|
+
this.mz();
|
|
339
339
|
break;
|
|
340
340
|
case ScatterBase.$$p[0]:
|
|
341
|
-
if (this.
|
|
342
|
-
this.
|
|
341
|
+
if (this.r3 != null) {
|
|
342
|
+
this.r3.r = this;
|
|
343
343
|
}
|
|
344
|
-
this.
|
|
345
|
-
this.
|
|
344
|
+
this.ml(false);
|
|
345
|
+
this.ls();
|
|
346
346
|
break;
|
|
347
347
|
case "TrendLineType":
|
|
348
|
-
this.
|
|
348
|
+
this.ls();
|
|
349
349
|
break;
|
|
350
350
|
case ScatterBase.$$p[2]:
|
|
351
|
-
this.
|
|
352
|
-
this.
|
|
351
|
+
this.sk = this.ss();
|
|
352
|
+
this.ml(false);
|
|
353
353
|
break;
|
|
354
354
|
case ScatterBase.$$p[1]:
|
|
355
|
-
this.
|
|
356
|
-
this.
|
|
355
|
+
this.sj = this.sr();
|
|
356
|
+
this.ml(false);
|
|
357
357
|
break;
|
|
358
358
|
case ScatterBase.$$p[3]:
|
|
359
|
-
this.
|
|
359
|
+
this.sb = this.sc();
|
|
360
360
|
break;
|
|
361
361
|
}
|
|
362
362
|
};
|
|
363
|
-
ScatterBase.prototype.
|
|
364
|
-
return this.
|
|
363
|
+
ScatterBase.prototype.ss = function () {
|
|
364
|
+
return this.so;
|
|
365
365
|
};
|
|
366
|
-
ScatterBase.prototype.
|
|
367
|
-
return this.
|
|
366
|
+
ScatterBase.prototype.sr = function () {
|
|
367
|
+
return this.sn;
|
|
368
368
|
};
|
|
369
|
-
ScatterBase.prototype.
|
|
369
|
+
ScatterBase.prototype.sm = function (a) {
|
|
370
370
|
if (typeCast(NumericYAxis.$, a) !== null) {
|
|
371
371
|
return true;
|
|
372
372
|
}
|
|
373
373
|
return false;
|
|
374
374
|
};
|
|
375
|
-
ScatterBase.prototype.
|
|
375
|
+
ScatterBase.prototype.sl = function (a) {
|
|
376
376
|
if (typeCast(NumericXAxis.$, a) !== null) {
|
|
377
377
|
return true;
|
|
378
378
|
}
|
|
379
379
|
return false;
|
|
380
380
|
};
|
|
381
|
-
ScatterBase.prototype.
|
|
382
|
-
this.
|
|
383
|
-
this.
|
|
381
|
+
ScatterBase.prototype.ud = function () {
|
|
382
|
+
this.u4 = Rect.empty;
|
|
383
|
+
this.u5 = Rect.empty;
|
|
384
384
|
};
|
|
385
|
-
ScatterBase.prototype.
|
|
386
|
-
var a = this.getViewInfo(this.
|
|
387
|
-
this.
|
|
388
|
-
this.
|
|
385
|
+
ScatterBase.prototype.ts = function () {
|
|
386
|
+
var a = this.getViewInfo(this.u4, this.u5);
|
|
387
|
+
this.u4 = a.p0;
|
|
388
|
+
this.u5 = a.p1;
|
|
389
389
|
};
|
|
390
|
-
ScatterBase.prototype.
|
|
390
|
+
ScatterBase.prototype.sq = function (a, b) {
|
|
391
391
|
if (b != 3) {
|
|
392
392
|
return true;
|
|
393
393
|
}
|
|
394
394
|
if (a == null) {
|
|
395
395
|
return true;
|
|
396
396
|
}
|
|
397
|
-
if (this.
|
|
397
|
+
if (this.ti == a || this.tq == a) {
|
|
398
398
|
return true;
|
|
399
399
|
}
|
|
400
400
|
return false;
|
|
401
401
|
};
|
|
402
|
-
ScatterBase.prototype.
|
|
402
|
+
ScatterBase.prototype.k3 = function (a, b, c, d) {
|
|
403
403
|
var e = false;
|
|
404
|
-
if (!this.
|
|
404
|
+
if (!this.sq(d, a)) {
|
|
405
405
|
return;
|
|
406
406
|
}
|
|
407
|
-
this.
|
|
407
|
+
this.r2.cx.g$e(a, b, c, d);
|
|
408
408
|
if (this.xAxis != null && !this.xAxis.c0()) {
|
|
409
409
|
e = true;
|
|
410
410
|
}
|
|
@@ -412,18 +412,18 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
412
412
|
e = true;
|
|
413
413
|
}
|
|
414
414
|
if (e) {
|
|
415
|
-
this.
|
|
415
|
+
this.ml(true);
|
|
416
416
|
}
|
|
417
417
|
};
|
|
418
|
-
ScatterBase.prototype.
|
|
419
|
-
this.
|
|
418
|
+
ScatterBase.prototype.t4 = function (a) {
|
|
419
|
+
this.t5(a, null);
|
|
420
420
|
};
|
|
421
|
-
ScatterBase.prototype.
|
|
421
|
+
ScatterBase.prototype.t5 = function (a, b) {
|
|
422
422
|
var e_1, _a, e_2, _b;
|
|
423
|
-
var c = this.
|
|
424
|
-
var d = this.
|
|
423
|
+
var c = this.sh != null ? this.sh.count : 0;
|
|
424
|
+
var d = this.si != null ? this.si.count : 0;
|
|
425
425
|
var e = Math.min(c, d);
|
|
426
|
-
if (e <= this.
|
|
426
|
+
if (e <= this.s2) {
|
|
427
427
|
a.m.clear();
|
|
428
428
|
var f = new List$1(OwnedPoint.$, 0);
|
|
429
429
|
try {
|
|
@@ -489,76 +489,76 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
489
489
|
}
|
|
490
490
|
};
|
|
491
491
|
ScatterBase.prototype.ap = function (a) {
|
|
492
|
-
if (a != null && a == this.xAxis && this.
|
|
493
|
-
return new AxisRange(this.
|
|
492
|
+
if (a != null && a == this.xAxis && this.sh != null) {
|
|
493
|
+
return new AxisRange(this.sh.minimum, this.sh.maximum);
|
|
494
494
|
}
|
|
495
|
-
if (a != null && a == this.yAxis && this.
|
|
496
|
-
return new AxisRange(this.
|
|
495
|
+
if (a != null && a == this.yAxis && this.si != null) {
|
|
496
|
+
return new AxisRange(this.si.minimum, this.si.maximum);
|
|
497
497
|
}
|
|
498
498
|
return null;
|
|
499
499
|
};
|
|
500
|
-
ScatterBase.prototype.
|
|
501
|
-
var b = this.
|
|
500
|
+
ScatterBase.prototype.hv = function (a) {
|
|
501
|
+
var b = this.hf(a);
|
|
502
502
|
if (this.ck != null && b >= 0 && b < this.ck.count) {
|
|
503
503
|
return this.ck.item(b);
|
|
504
504
|
}
|
|
505
505
|
return null;
|
|
506
506
|
};
|
|
507
|
-
Object.defineProperty(ScatterBase.prototype, "
|
|
507
|
+
Object.defineProperty(ScatterBase.prototype, "sb", {
|
|
508
508
|
get: function () {
|
|
509
|
-
return this.
|
|
509
|
+
return this.sa;
|
|
510
510
|
},
|
|
511
511
|
set: function (a) {
|
|
512
|
-
var b = this.
|
|
513
|
-
this.
|
|
514
|
-
if (b != this.
|
|
515
|
-
this.raisePropertyChanged("ActualItemSearchMode", enumGetBox(ScatterItemSearchMode_$type, b), enumGetBox(ScatterItemSearchMode_$type, this.
|
|
512
|
+
var b = this.sa;
|
|
513
|
+
this.sa = a;
|
|
514
|
+
if (b != this.sa) {
|
|
515
|
+
this.raisePropertyChanged("ActualItemSearchMode", enumGetBox(ScatterItemSearchMode_$type, b), enumGetBox(ScatterItemSearchMode_$type, this.sa));
|
|
516
516
|
}
|
|
517
517
|
},
|
|
518
518
|
enumerable: true,
|
|
519
519
|
configurable: true
|
|
520
520
|
});
|
|
521
|
-
ScatterBase.prototype.
|
|
522
|
-
if (this.
|
|
523
|
-
return this.
|
|
521
|
+
ScatterBase.prototype.sc = function () {
|
|
522
|
+
if (this.sd != 0) {
|
|
523
|
+
return this.sd;
|
|
524
524
|
}
|
|
525
|
-
return this.
|
|
525
|
+
return this.sp ? 4 : 1;
|
|
526
526
|
};
|
|
527
|
-
ScatterBase.prototype.
|
|
528
|
-
var b = truncate(Math.round(this.
|
|
527
|
+
ScatterBase.prototype.hf = function (a) {
|
|
528
|
+
var b = truncate(Math.round(this.f7(a)));
|
|
529
529
|
return b;
|
|
530
530
|
};
|
|
531
|
-
ScatterBase.prototype.
|
|
532
|
-
switch (this.
|
|
533
|
-
case 1: return this.
|
|
534
|
-
case 3: return this.
|
|
535
|
-
case 2: return this.
|
|
536
|
-
case 4: return this.
|
|
531
|
+
ScatterBase.prototype.f7 = function (a) {
|
|
532
|
+
switch (this.sb) {
|
|
533
|
+
case 1: return this.sy(a);
|
|
534
|
+
case 3: return this.sz(a);
|
|
535
|
+
case 2: return this.sw(a);
|
|
536
|
+
case 4: return this.sx(a);
|
|
537
537
|
}
|
|
538
538
|
return -1;
|
|
539
539
|
};
|
|
540
|
-
ScatterBase.prototype.
|
|
541
|
-
return this.
|
|
540
|
+
ScatterBase.prototype.sx = function (a) {
|
|
541
|
+
return this.s0(a, false);
|
|
542
542
|
};
|
|
543
|
-
ScatterBase.prototype.
|
|
544
|
-
var b = this.
|
|
543
|
+
ScatterBase.prototype.sw = function (a) {
|
|
544
|
+
var b = this.pl(a);
|
|
545
545
|
var c = b.x;
|
|
546
546
|
var d = b.y;
|
|
547
|
-
if (this.ck == null || this.xAxis == null || this.yAxis == null || this.
|
|
547
|
+
if (this.ck == null || this.xAxis == null || this.yAxis == null || this.sh == null || this.si == null) {
|
|
548
548
|
return -1;
|
|
549
549
|
}
|
|
550
|
-
if (this.ck.count > this.
|
|
550
|
+
if (this.ck.count > this.s1) {
|
|
551
551
|
return -1;
|
|
552
552
|
}
|
|
553
|
-
this.
|
|
554
|
-
var e = this.
|
|
555
|
-
var f = this.
|
|
553
|
+
this.tv();
|
|
554
|
+
var e = this.rm;
|
|
555
|
+
var f = this.rn;
|
|
556
556
|
if (e == null || f == null) {
|
|
557
557
|
return -1;
|
|
558
558
|
}
|
|
559
559
|
var g = 1.7976931348623157E+308;
|
|
560
560
|
var h = -1;
|
|
561
|
-
for (var i = 0; i < this.
|
|
561
|
+
for (var i = 0; i < this.sh.count; i++) {
|
|
562
562
|
var j = e[i];
|
|
563
563
|
var k = f[i];
|
|
564
564
|
var l = (c - j) * (c - j) + (d - k) * (d - k);
|
|
@@ -569,66 +569,66 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
569
569
|
}
|
|
570
570
|
return h;
|
|
571
571
|
};
|
|
572
|
-
ScatterBase.prototype.
|
|
572
|
+
ScatterBase.prototype.tv = function () {
|
|
573
573
|
var _this = this;
|
|
574
574
|
var a = this.b0.bv;
|
|
575
575
|
var b = this.b0.bu;
|
|
576
576
|
var c = this.getEffectiveViewport();
|
|
577
|
-
if (this.
|
|
577
|
+
if (this.r1 == null) {
|
|
578
578
|
return;
|
|
579
579
|
}
|
|
580
|
-
var d = new ScalerParams(0, a, b, this.
|
|
580
|
+
var d = new ScalerParams(0, a, b, this.r1.d, c);
|
|
581
581
|
var e = ((function () {
|
|
582
|
-
var $ret = new ScalerParams(0, a, b, _this.
|
|
583
|
-
$ret.b = _this.
|
|
582
|
+
var $ret = new ScalerParams(0, a, b, _this.r1.e, c);
|
|
583
|
+
$ret.b = _this.ge();
|
|
584
584
|
return $ret;
|
|
585
585
|
})());
|
|
586
|
-
if (this.
|
|
587
|
-
var f = arrayShallowClone(this.
|
|
588
|
-
var g = arrayShallowClone(this.
|
|
586
|
+
if (this.rm == null || this.rn == null) {
|
|
587
|
+
var f = arrayShallowClone(this.sh.asArray());
|
|
588
|
+
var g = arrayShallowClone(this.si.asArray());
|
|
589
589
|
this.xAxis.hm(boxArray$1(f), 0, f.length, d);
|
|
590
590
|
this.yAxis.hm(boxArray$1(g), 0, g.length, e);
|
|
591
|
-
this.
|
|
592
|
-
this.
|
|
591
|
+
this.rm = f;
|
|
592
|
+
this.rn = g;
|
|
593
593
|
}
|
|
594
594
|
};
|
|
595
|
-
ScatterBase.prototype.
|
|
595
|
+
ScatterBase.prototype.get_sp = function () {
|
|
596
596
|
return false;
|
|
597
597
|
};
|
|
598
|
-
Object.defineProperty(ScatterBase.prototype, "
|
|
598
|
+
Object.defineProperty(ScatterBase.prototype, "sp", {
|
|
599
599
|
get: function () {
|
|
600
|
-
return this.
|
|
600
|
+
return this.get_sp();
|
|
601
601
|
},
|
|
602
602
|
enumerable: true,
|
|
603
603
|
configurable: true
|
|
604
604
|
});
|
|
605
|
-
ScatterBase.prototype.
|
|
606
|
-
if (!this.
|
|
605
|
+
ScatterBase.prototype.s0 = function (a, b) {
|
|
606
|
+
if (!this.sp) {
|
|
607
607
|
return -1;
|
|
608
608
|
}
|
|
609
609
|
var c = { $type: Point_$type, x: 0, y: 0 };
|
|
610
610
|
var d = true;
|
|
611
|
-
var e = this.
|
|
611
|
+
var e = this.r6();
|
|
612
612
|
if (e == null) {
|
|
613
613
|
return -1;
|
|
614
614
|
}
|
|
615
615
|
if (e.m == null) {
|
|
616
616
|
return -1;
|
|
617
617
|
}
|
|
618
|
-
if (this.ck == null || this.ck.count > this.
|
|
618
|
+
if (this.ck == null || this.ck.count > this.s1) {
|
|
619
619
|
return -1;
|
|
620
620
|
}
|
|
621
|
-
this.
|
|
622
|
-
var f = this.
|
|
623
|
-
var g = this.
|
|
621
|
+
this.tv();
|
|
622
|
+
var f = this.rm;
|
|
623
|
+
var g = this.rn;
|
|
624
624
|
if (f == null || g == null) {
|
|
625
625
|
return -1;
|
|
626
626
|
}
|
|
627
|
-
var h = this.
|
|
627
|
+
var h = this.pl(a);
|
|
628
628
|
var i = 1.7976931348623157E+308;
|
|
629
629
|
var j = -1;
|
|
630
|
-
for (var k = 0; k < this.
|
|
631
|
-
var l = { $type: Point_$type, x: this.
|
|
630
|
+
for (var k = 0; k < this.rm.length; k++) {
|
|
631
|
+
var l = { $type: Point_$type, x: this.rm[k], y: this.rn[k] };
|
|
632
632
|
if (k > 0) {
|
|
633
633
|
if (!b || e.j.containsKey(this.ck.item(k)) || e.j.containsKey(this.ck.item(k - 1))) {
|
|
634
634
|
var m = GeometryUtil.d(h, c, l);
|
|
@@ -641,8 +641,8 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
641
641
|
c = l;
|
|
642
642
|
}
|
|
643
643
|
if (j >= 0) {
|
|
644
|
-
var n = { $type: Point_$type, x: this.
|
|
645
|
-
var o = { $type: Point_$type, x: this.
|
|
644
|
+
var n = { $type: Point_$type, x: this.rm[j], y: this.rn[j] };
|
|
645
|
+
var o = { $type: Point_$type, x: this.rm[j - 1], y: this.rn[j - 1] };
|
|
646
646
|
if (!b || (e.j.containsKey(this.ck.item(j)) && e.j.containsKey(this.ck.item(j - 1)))) {
|
|
647
647
|
var p = GeometryUtil.h(h, o, n);
|
|
648
648
|
return (j - 1) + p;
|
|
@@ -656,22 +656,22 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
656
656
|
}
|
|
657
657
|
return -1;
|
|
658
658
|
};
|
|
659
|
-
ScatterBase.prototype.
|
|
660
|
-
return this.
|
|
659
|
+
ScatterBase.prototype.sz = function (a) {
|
|
660
|
+
return this.s0(a, true);
|
|
661
661
|
};
|
|
662
|
-
ScatterBase.prototype.
|
|
662
|
+
ScatterBase.prototype.sy = function (a) {
|
|
663
663
|
var _this = this;
|
|
664
664
|
var b = null;
|
|
665
665
|
var c = 1.7976931348623157E+308;
|
|
666
|
-
var d = this.
|
|
666
|
+
var d = this.pl(a);
|
|
667
667
|
var e = d.x;
|
|
668
668
|
var f = d.y;
|
|
669
|
-
if (this.
|
|
669
|
+
if (this.r2.cy.e > this.s1) {
|
|
670
670
|
return -1;
|
|
671
671
|
}
|
|
672
|
-
this.
|
|
672
|
+
this.r2.c5(function (g) {
|
|
673
673
|
if (g._visibility == 0) {
|
|
674
|
-
var h = _this.
|
|
674
|
+
var h = _this.r2.cp(g);
|
|
675
675
|
var i = h.left + h.width / 2;
|
|
676
676
|
var j = h.top + h.height / 2;
|
|
677
677
|
var k = (e - i) * (e - i) + (f - j) * (f - j);
|
|
@@ -686,9 +686,9 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
686
686
|
}
|
|
687
687
|
return -1;
|
|
688
688
|
};
|
|
689
|
-
ScatterBase.prototype.
|
|
689
|
+
ScatterBase.prototype.pq = function (a, b, c) {
|
|
690
690
|
var _this = this;
|
|
691
|
-
if (this.xAxis == null || this.yAxis == null || this.
|
|
691
|
+
if (this.xAxis == null || this.yAxis == null || this.sh == null || this.si == null) {
|
|
692
692
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
693
693
|
}
|
|
694
694
|
var d = this.b0.bv;
|
|
@@ -697,11 +697,11 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
697
697
|
var g = new ScalerParams(0, d, e, this.xAxis.cg, f);
|
|
698
698
|
var h = ((function () {
|
|
699
699
|
var $ret = new ScalerParams(0, d, e, _this.yAxis.cg, f);
|
|
700
|
-
$ret.b = _this.
|
|
700
|
+
$ret.b = _this.ge();
|
|
701
701
|
return $ret;
|
|
702
702
|
})());
|
|
703
703
|
if (b) {
|
|
704
|
-
var i = this.
|
|
704
|
+
var i = this.f7(a);
|
|
705
705
|
if (i == -1) {
|
|
706
706
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
707
707
|
}
|
|
@@ -720,45 +720,45 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
720
720
|
j = this.ck.count - 1;
|
|
721
721
|
}
|
|
722
722
|
if (k == j) {
|
|
723
|
-
var l = this.xAxis.ei(this.
|
|
724
|
-
var m = this.yAxis.ei(this.
|
|
723
|
+
var l = this.xAxis.ei(this.sh.item(j), g);
|
|
724
|
+
var m = this.yAxis.ei(this.si.item(j), h);
|
|
725
725
|
return { $type: Point_$type, x: l, y: m };
|
|
726
726
|
}
|
|
727
727
|
var n = i - Math.floor(i);
|
|
728
|
-
var o = this.xAxis.ei(this.
|
|
729
|
-
var p = this.yAxis.ei(this.
|
|
730
|
-
var q = this.xAxis.ei(this.
|
|
731
|
-
var r = this.yAxis.ei(this.
|
|
728
|
+
var o = this.xAxis.ei(this.sh.item(j), g);
|
|
729
|
+
var p = this.yAxis.ei(this.si.item(j), h);
|
|
730
|
+
var q = this.xAxis.ei(this.sh.item(k), g);
|
|
731
|
+
var r = this.yAxis.ei(this.si.item(k), h);
|
|
732
732
|
var s = q - o;
|
|
733
733
|
var t = r - p;
|
|
734
734
|
return { $type: Point_$type, x: o + s * n, y: p + t * n };
|
|
735
735
|
}
|
|
736
736
|
else {
|
|
737
|
-
var u = this.
|
|
737
|
+
var u = this.hf(a);
|
|
738
738
|
if (u == -1) {
|
|
739
739
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
740
740
|
}
|
|
741
|
-
var v = this.xAxis.ei(this.
|
|
742
|
-
var w = this.yAxis.ei(this.
|
|
741
|
+
var v = this.xAxis.ei(this.sh.item(u), g);
|
|
742
|
+
var w = this.yAxis.ei(this.si.item(u), h);
|
|
743
743
|
return { $type: Point_$type, x: v, y: w };
|
|
744
744
|
}
|
|
745
745
|
};
|
|
746
|
-
ScatterBase.prototype.
|
|
746
|
+
ScatterBase.prototype.eo = function (a) {
|
|
747
747
|
var _this = this;
|
|
748
|
-
var b = this.cd != null ? this.cd.
|
|
748
|
+
var b = this.cd != null ? this.cd.s9 : Rect.empty;
|
|
749
749
|
b = b.copy();
|
|
750
|
-
var c = this.cd != null ? this.cd.
|
|
750
|
+
var c = this.cd != null ? this.cd.to : Rect.empty;
|
|
751
751
|
var d = new Rect(0, 0, 0, 1, 1);
|
|
752
|
-
var e = this.
|
|
752
|
+
var e = this.px(this.b0);
|
|
753
753
|
var f = new ScalerParams(0, d, d, this.xAxis.cg, e);
|
|
754
754
|
var g = ((function () {
|
|
755
755
|
var $ret = new ScalerParams(0, d, d, _this.yAxis.cg, e);
|
|
756
|
-
$ret.b = _this.
|
|
756
|
+
$ret.b = _this.ge();
|
|
757
757
|
return $ret;
|
|
758
758
|
})());
|
|
759
759
|
var h = !b.isEmpty && !c.isEmpty && this.ck != null ? this.ck.indexOf(a) : -1;
|
|
760
|
-
var i = this.xAxis != null && this.
|
|
761
|
-
var j = this.yAxis != null && this.
|
|
760
|
+
var i = this.xAxis != null && this.sh != null && h < this.sh.count ? this.xAxis.ei(this.sh.item(h), f) : NaN;
|
|
761
|
+
var j = this.yAxis != null && this.si != null && h < this.si.count ? this.yAxis.ei(this.si.item(h), g) : NaN;
|
|
762
762
|
if (!isNaN_(i)) {
|
|
763
763
|
if (i < b.left + 0.1 * b.width) {
|
|
764
764
|
i = i + 0.4 * b.width;
|
|
@@ -784,23 +784,23 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
784
784
|
}
|
|
785
785
|
return h >= 0;
|
|
786
786
|
};
|
|
787
|
-
ScatterBase.prototype.
|
|
788
|
-
this.
|
|
787
|
+
ScatterBase.prototype.m8 = function (a, b) {
|
|
788
|
+
this.ml(false);
|
|
789
789
|
};
|
|
790
|
-
ScatterBase.prototype.
|
|
791
|
-
this.
|
|
790
|
+
ScatterBase.prototype.m9 = function (a, b) {
|
|
791
|
+
this.ml(false);
|
|
792
792
|
};
|
|
793
|
-
ScatterBase.prototype.
|
|
794
|
-
var a = this.
|
|
793
|
+
ScatterBase.prototype.r6 = function () {
|
|
794
|
+
var a = this.r5;
|
|
795
795
|
if (this.cv()) {
|
|
796
796
|
if (this.ce.g) {
|
|
797
797
|
this.ce.t();
|
|
798
798
|
}
|
|
799
|
-
a = this.
|
|
799
|
+
a = this.r9;
|
|
800
800
|
}
|
|
801
801
|
return a;
|
|
802
802
|
};
|
|
803
|
-
ScatterBase.prototype.
|
|
803
|
+
ScatterBase.prototype.tt = function (a, b, c, d, e) {
|
|
804
804
|
var _this = this;
|
|
805
805
|
b.g = new Dictionary$2(Base.$, OwnedPoint.$, 1, c);
|
|
806
806
|
var f = this.getEffectiveViewport1(a);
|
|
@@ -808,29 +808,29 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
808
808
|
var h;
|
|
809
809
|
var i;
|
|
810
810
|
var j = ((function () {
|
|
811
|
-
var $ret = new ScalerParams(0, d, e, _this.
|
|
811
|
+
var $ret = new ScalerParams(0, d, e, _this.r1.d, f);
|
|
812
812
|
$ret.c = _this.getEffectiveViewport1(a);
|
|
813
813
|
return $ret;
|
|
814
814
|
})());
|
|
815
815
|
var k = ((function () {
|
|
816
|
-
var $ret = new ScalerParams(0, d, e, _this.
|
|
816
|
+
var $ret = new ScalerParams(0, d, e, _this.r1.e, f);
|
|
817
817
|
$ret.c = _this.getEffectiveViewport1(a);
|
|
818
|
-
$ret.b = _this.
|
|
818
|
+
$ret.b = _this.ge();
|
|
819
819
|
return $ret;
|
|
820
820
|
})());
|
|
821
821
|
var l = false;
|
|
822
822
|
var m = 0;
|
|
823
823
|
if (this.cd != null) {
|
|
824
|
-
if (this.cd.
|
|
825
|
-
var n = this.cd.
|
|
824
|
+
if (this.cd.e8()) {
|
|
825
|
+
var n = this.cd.lh(d, j);
|
|
826
826
|
l = n.c;
|
|
827
827
|
m = n.d;
|
|
828
828
|
}
|
|
829
829
|
}
|
|
830
830
|
var _loop_1 = function (o) {
|
|
831
|
-
h = this_1.
|
|
832
|
-
i = this_1.
|
|
833
|
-
var p = { $type: Point_$type, x: this_1.
|
|
831
|
+
h = this_1.sh.item(o);
|
|
832
|
+
i = this_1.si.item(o);
|
|
833
|
+
var p = { $type: Point_$type, x: this_1.r1.a.ei(h, j), y: this_1.r1.b.ei(i, k) };
|
|
834
834
|
if (l) {
|
|
835
835
|
if (p.x < e.left || p.x > e.right) {
|
|
836
836
|
if (p.x + m >= e.left && p.x + m <= e.right) {
|
|
@@ -858,17 +858,17 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
858
858
|
_loop_1(o);
|
|
859
859
|
}
|
|
860
860
|
};
|
|
861
|
-
ScatterBase.prototype.
|
|
861
|
+
ScatterBase.prototype.t1 = function (a, b) {
|
|
862
862
|
var _this = this;
|
|
863
|
-
this.
|
|
864
|
-
this.
|
|
863
|
+
this.rm = null;
|
|
864
|
+
this.rn = null;
|
|
865
865
|
a.j.clear();
|
|
866
866
|
a.n.clear();
|
|
867
867
|
a.h.clear();
|
|
868
868
|
a.l.clear();
|
|
869
869
|
a.i.clear();
|
|
870
870
|
a.k.clear();
|
|
871
|
-
var c = Math.min(this.
|
|
871
|
+
var c = Math.min(this.sh != null ? this.sh.count : 0, this.si != null ? this.si.count : 0);
|
|
872
872
|
var d = b.bv;
|
|
873
873
|
var e = b.bu;
|
|
874
874
|
var f = this.getEffectiveViewport1(b);
|
|
@@ -876,14 +876,14 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
876
876
|
g.c = this.getEffectiveViewport1(b);
|
|
877
877
|
var h = ((function () {
|
|
878
878
|
var $ret = new ScalerParams(0, d, e, _this.yAxis.cg, f);
|
|
879
|
-
$ret.b = _this.
|
|
879
|
+
$ret.b = _this.ge();
|
|
880
880
|
return $ret;
|
|
881
881
|
})());
|
|
882
882
|
h.c = this.getEffectiveViewport1(b);
|
|
883
883
|
if (c < 1) {
|
|
884
884
|
return;
|
|
885
885
|
}
|
|
886
|
-
this.
|
|
886
|
+
this.r1 = ((function () {
|
|
887
887
|
var $ret = new ScatterAxisInfoCache();
|
|
888
888
|
$ret.a = _this.xAxis;
|
|
889
889
|
$ret.b = _this.yAxis;
|
|
@@ -893,43 +893,43 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
893
893
|
return $ret;
|
|
894
894
|
})());
|
|
895
895
|
var i = b;
|
|
896
|
-
if (c <= this.
|
|
897
|
-
this.
|
|
896
|
+
if (c <= this.s2) {
|
|
897
|
+
this.tt(i, a, c, d, e);
|
|
898
898
|
}
|
|
899
|
-
if (this.
|
|
900
|
-
b.cv.l(a.j, this.
|
|
899
|
+
if (this.qj()) {
|
|
900
|
+
b.cv.l(a.j, this.s2, d, e, this.fv);
|
|
901
901
|
}
|
|
902
902
|
var j = ((function () {
|
|
903
903
|
var $ret = new Clipper(0, e, false);
|
|
904
904
|
$ret.i = a.n;
|
|
905
905
|
return $ret;
|
|
906
906
|
})());
|
|
907
|
-
var k = this.
|
|
907
|
+
var k = this.pv(b);
|
|
908
908
|
var l = this.xAxis.el(k.left, g);
|
|
909
909
|
var m = this.xAxis.el(k.right, g);
|
|
910
|
-
b.cx.h(a.n, this.trendLineType, this.
|
|
910
|
+
b.cx.h(a.n, this.trendLineType, this.sh, this.si, this.trendLinePeriod, function (n) { return _this.xAxis.ei(n, g); }, function (n) { return _this.yAxis.ei(n, h); }, ((function () {
|
|
911
911
|
var $ret = new TrendResolutionParams();
|
|
912
|
-
$ret.b = _this.
|
|
912
|
+
$ret.b = _this.fv;
|
|
913
913
|
$ret.f = e;
|
|
914
914
|
$ret.g = d;
|
|
915
915
|
return $ret;
|
|
916
916
|
})()), j, l, m);
|
|
917
|
-
this.
|
|
917
|
+
this.tz(a, b);
|
|
918
918
|
};
|
|
919
|
-
ScatterBase.prototype.
|
|
920
|
-
_super.prototype.
|
|
919
|
+
ScatterBase.prototype.k0 = function (a, b) {
|
|
920
|
+
_super.prototype.k0.call(this, a, b);
|
|
921
921
|
var c = b;
|
|
922
922
|
c.c4(a);
|
|
923
923
|
};
|
|
924
|
-
ScatterBase.prototype.
|
|
924
|
+
ScatterBase.prototype.get_dy = function () {
|
|
925
925
|
return true;
|
|
926
926
|
};
|
|
927
|
-
ScatterBase.prototype.
|
|
927
|
+
ScatterBase.prototype.rv = function (a, b, c) {
|
|
928
928
|
return null;
|
|
929
929
|
};
|
|
930
|
-
ScatterBase.prototype.
|
|
931
|
-
var d = this.
|
|
932
|
-
var e = this.
|
|
930
|
+
ScatterBase.prototype.rw = function (a, b, c) {
|
|
931
|
+
var d = this.r6();
|
|
932
|
+
var e = this.r2.by(this.pl(b));
|
|
933
933
|
var f = -1;
|
|
934
934
|
if (e == null) {
|
|
935
935
|
if (a != null) {
|
|
@@ -956,11 +956,11 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
956
956
|
}
|
|
957
957
|
return g;
|
|
958
958
|
};
|
|
959
|
-
ScatterBase.prototype.
|
|
960
|
-
if (this.
|
|
961
|
-
var c = this.
|
|
962
|
-
var d = (c.width / 2) + (this.
|
|
963
|
-
var e = (c.height / 2) + (this.
|
|
959
|
+
ScatterBase.prototype.p5 = function (a, b) {
|
|
960
|
+
if (this.qh != 1 && this.qh != 13) {
|
|
961
|
+
var c = this.qg.cq();
|
|
962
|
+
var d = (c.width / 2) + (this.qm / 2);
|
|
963
|
+
var e = (c.height / 2) + (this.qm / 2);
|
|
964
964
|
var f = d;
|
|
965
965
|
var g = d;
|
|
966
966
|
var h = e;
|
|
@@ -981,7 +981,7 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
981
981
|
}
|
|
982
982
|
return new Thickness(1, 0, 0, 0, 0);
|
|
983
983
|
};
|
|
984
|
-
ScatterBase.prototype.
|
|
984
|
+
ScatterBase.prototype.ru = function (a, b, c) {
|
|
985
985
|
var d = new HighlightingInfo();
|
|
986
986
|
d.b = this;
|
|
987
987
|
d.h = 0;
|
|
@@ -993,40 +993,40 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
993
993
|
return d;
|
|
994
994
|
};
|
|
995
995
|
ScatterBase.prototype.aw = function (a, b, c) {
|
|
996
|
-
if (this.c2 && this.
|
|
997
|
-
var d = this.
|
|
998
|
-
this.
|
|
996
|
+
if (this.c2 && this.eg(this.bk) && !c) {
|
|
997
|
+
var d = this.rv(a, b, this.rx);
|
|
998
|
+
this.rx = d;
|
|
999
999
|
return d;
|
|
1000
1000
|
}
|
|
1001
1001
|
else {
|
|
1002
|
-
var e = this.
|
|
1003
|
-
this.
|
|
1002
|
+
var e = this.ru(a, b, this.rx);
|
|
1003
|
+
this.rx = e;
|
|
1004
1004
|
return e;
|
|
1005
1005
|
}
|
|
1006
1006
|
};
|
|
1007
1007
|
ScatterBase.prototype.ax = function (a, b, c) {
|
|
1008
|
-
if (this.
|
|
1009
|
-
var d = this.
|
|
1010
|
-
this.
|
|
1008
|
+
if (this.eg(this.bk) && !c) {
|
|
1009
|
+
var d = this.rw(a, b, this.ry);
|
|
1010
|
+
this.ry = d;
|
|
1011
1011
|
return d;
|
|
1012
1012
|
}
|
|
1013
1013
|
else {
|
|
1014
|
-
var e = this.
|
|
1014
|
+
var e = this.ru(a, b, this.ry);
|
|
1015
1015
|
e.e = true;
|
|
1016
|
-
this.
|
|
1016
|
+
this.ry = e;
|
|
1017
1017
|
return e;
|
|
1018
1018
|
}
|
|
1019
1019
|
};
|
|
1020
|
-
ScatterBase.prototype.
|
|
1021
|
-
return (this.assigningScatterStyle != null && this.
|
|
1020
|
+
ScatterBase.prototype.su = function () {
|
|
1021
|
+
return (this.assigningScatterStyle != null && this.sk) || (this.bk != 1);
|
|
1022
1022
|
};
|
|
1023
|
-
ScatterBase.prototype.
|
|
1024
|
-
return (this.assigningScatterMarkerStyle != null && this.
|
|
1023
|
+
ScatterBase.prototype.st = function () {
|
|
1024
|
+
return (this.assigningScatterMarkerStyle != null && this.sj) || (this.bk != 1);
|
|
1025
1025
|
};
|
|
1026
|
-
ScatterBase.prototype.
|
|
1026
|
+
ScatterBase.prototype.uc = function (a, b) {
|
|
1027
1027
|
var _this = this;
|
|
1028
1028
|
var c = b.bu;
|
|
1029
|
-
this.
|
|
1029
|
+
this.r1 = ((function () {
|
|
1030
1030
|
var $ret = new ScatterAxisInfoCache();
|
|
1031
1031
|
$ret.a = _this.xAxis;
|
|
1032
1032
|
$ret.b = _this.yAxis;
|
|
@@ -1034,10 +1034,10 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1034
1034
|
$ret.e = _this.yAxis.cg;
|
|
1035
1035
|
return $ret;
|
|
1036
1036
|
})());
|
|
1037
|
-
if (this.
|
|
1038
|
-
b.cv.j(a.j, this.
|
|
1039
|
-
if (this.
|
|
1040
|
-
this.
|
|
1037
|
+
if (this.qj()) {
|
|
1038
|
+
b.cv.j(a.j, this.ql);
|
|
1039
|
+
if (this.st()) {
|
|
1040
|
+
this.tu(b, a);
|
|
1041
1041
|
}
|
|
1042
1042
|
}
|
|
1043
1043
|
b.cm();
|
|
@@ -1047,13 +1047,13 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1047
1047
|
return $ret;
|
|
1048
1048
|
})());
|
|
1049
1049
|
b.cx.g$h(a.n, d);
|
|
1050
|
-
this.
|
|
1050
|
+
this.t9(a, b);
|
|
1051
1051
|
};
|
|
1052
|
-
ScatterBase.prototype.
|
|
1053
|
-
return this.
|
|
1052
|
+
ScatterBase.prototype.rp = function (a, b) {
|
|
1053
|
+
return this.rq(a, b);
|
|
1054
1054
|
};
|
|
1055
|
-
ScatterBase.prototype.
|
|
1056
|
-
if (b < a || a < 0 || a > this.
|
|
1055
|
+
ScatterBase.prototype.rq = function (a, b) {
|
|
1056
|
+
if (b < a || a < 0 || a > this.sh.count || b < 0 || b > this.sh.count) {
|
|
1057
1057
|
return null;
|
|
1058
1058
|
}
|
|
1059
1059
|
var c = new Array((b - a) + 1);
|
|
@@ -1063,15 +1063,15 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1063
1063
|
}
|
|
1064
1064
|
return c;
|
|
1065
1065
|
};
|
|
1066
|
-
ScatterBase.prototype.
|
|
1066
|
+
ScatterBase.prototype.tu = function (a, b) {
|
|
1067
1067
|
var _this = this;
|
|
1068
1068
|
a.b3 = true;
|
|
1069
|
-
this.
|
|
1070
|
-
var c = this.
|
|
1069
|
+
this.se.aw(this, this.st(), runOn(this, this.rp));
|
|
1070
|
+
var c = this.se.d;
|
|
1071
1071
|
var d = c != null;
|
|
1072
1072
|
var e = this.getEffectiveViewport1(a);
|
|
1073
1073
|
var f = this.ck == null ? 0 : this.ck.count;
|
|
1074
|
-
this.
|
|
1074
|
+
this.r2.cf(function (g) {
|
|
1075
1075
|
if (g._visibility == 0) {
|
|
1076
1076
|
var h = g.ak;
|
|
1077
1077
|
var i = g.content;
|
|
@@ -1080,64 +1080,64 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1080
1080
|
g.content = i;
|
|
1081
1081
|
}
|
|
1082
1082
|
if (d) {
|
|
1083
|
-
_this.
|
|
1083
|
+
_this.tw(h, f, a.q);
|
|
1084
1084
|
}
|
|
1085
|
-
_this.
|
|
1085
|
+
_this.se.ac(g, i);
|
|
1086
1086
|
}
|
|
1087
1087
|
});
|
|
1088
1088
|
};
|
|
1089
|
-
ScatterBase.prototype.
|
|
1089
|
+
ScatterBase.prototype.tx = function (a, b, c) {
|
|
1090
1090
|
var d = this.bk != 1;
|
|
1091
|
-
this.
|
|
1092
|
-
this.
|
|
1093
|
-
var e = this.
|
|
1091
|
+
this.se.ay(this.se.b, a, b, false);
|
|
1092
|
+
this.se.ab(this.ft);
|
|
1093
|
+
var e = this.se.av;
|
|
1094
1094
|
var f = null;
|
|
1095
1095
|
var g = this.ck;
|
|
1096
1096
|
if (d && this.cd != null) {
|
|
1097
|
-
f = this.cd.
|
|
1097
|
+
f = this.cd.a7.getHighlightingInfo(this, g, e.o, e.n, false);
|
|
1098
1098
|
e.b = f;
|
|
1099
1099
|
}
|
|
1100
1100
|
e.f = c;
|
|
1101
|
-
this.
|
|
1102
|
-
this.
|
|
1101
|
+
this.t7(e);
|
|
1102
|
+
this.se.z(this, f, c, d, a < 0);
|
|
1103
1103
|
};
|
|
1104
|
-
ScatterBase.prototype.
|
|
1104
|
+
ScatterBase.prototype.tw = function (a, b, c) {
|
|
1105
1105
|
var d = this.bk != 1;
|
|
1106
|
-
this.
|
|
1107
|
-
this.
|
|
1108
|
-
var e = this.
|
|
1106
|
+
this.se.ay(this.se.d, a, b, true);
|
|
1107
|
+
this.se.aa(this.ft);
|
|
1108
|
+
var e = this.se.au;
|
|
1109
1109
|
var f = null;
|
|
1110
1110
|
var g = this.ck;
|
|
1111
1111
|
var h = null;
|
|
1112
1112
|
if (d && this.cd != null) {
|
|
1113
|
-
f = this.cd.
|
|
1114
|
-
if (this.cd.
|
|
1115
|
-
h = this.cd.
|
|
1113
|
+
f = this.cd.a7.getHighlightingInfo(this, g, e.o, e.n, true);
|
|
1114
|
+
if (this.cd.a7.isCrossSeriesHighlight(this)) {
|
|
1115
|
+
h = this.cd.a7.getHighlightingInfo(this, g, e.o, e.n, true);
|
|
1116
1116
|
}
|
|
1117
1117
|
e.b = f;
|
|
1118
1118
|
}
|
|
1119
1119
|
e.f = c;
|
|
1120
|
-
this.
|
|
1121
|
-
this.
|
|
1120
|
+
this.t6(e);
|
|
1121
|
+
this.se.y(this, f, c, d, e.m, this.cd.a7.totalHighlightingProgress);
|
|
1122
1122
|
};
|
|
1123
|
-
ScatterBase.prototype.
|
|
1124
|
-
if (this.assigningScatterStyle != null && this.
|
|
1123
|
+
ScatterBase.prototype.t7 = function (a) {
|
|
1124
|
+
if (this.assigningScatterStyle != null && this.sk) {
|
|
1125
1125
|
this.assigningScatterStyle(this, a);
|
|
1126
1126
|
}
|
|
1127
1127
|
};
|
|
1128
|
-
ScatterBase.prototype.
|
|
1129
|
-
if (this.assigningScatterMarkerStyle != null && this.
|
|
1128
|
+
ScatterBase.prototype.t6 = function (a) {
|
|
1129
|
+
if (this.assigningScatterMarkerStyle != null && this.sj) {
|
|
1130
1130
|
this.assigningScatterMarkerStyle(this, a);
|
|
1131
1131
|
}
|
|
1132
1132
|
};
|
|
1133
|
-
ScatterBase.prototype.
|
|
1133
|
+
ScatterBase.prototype.tz = function (a, b) {
|
|
1134
1134
|
var e_3, _a;
|
|
1135
1135
|
var c = new ErrorBarsHelper(this, b);
|
|
1136
|
-
if (this.
|
|
1136
|
+
if (this.r3 == null) {
|
|
1137
1137
|
return;
|
|
1138
1138
|
}
|
|
1139
|
-
var d = this.
|
|
1140
|
-
var e = this.
|
|
1139
|
+
var d = this.r3.u;
|
|
1140
|
+
var e = this.r3.v;
|
|
1141
1141
|
var f = 0;
|
|
1142
1142
|
var g = 0;
|
|
1143
1143
|
var h = 0;
|
|
@@ -1149,35 +1149,35 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1149
1149
|
if (d != null) {
|
|
1150
1150
|
switch (d.getCalculatorType()) {
|
|
1151
1151
|
case 1:
|
|
1152
|
-
var l = this.
|
|
1152
|
+
var l = this.t2(k, c, d, h, i, true);
|
|
1153
1153
|
h = l.p3;
|
|
1154
1154
|
i = l.p4;
|
|
1155
1155
|
break;
|
|
1156
1156
|
case 0:
|
|
1157
|
-
var m = this.
|
|
1157
|
+
var m = this.t0(k, c, d, h, i, true);
|
|
1158
1158
|
h = m.p3;
|
|
1159
1159
|
i = m.p4;
|
|
1160
1160
|
break;
|
|
1161
1161
|
case 2:
|
|
1162
|
-
var n = this.
|
|
1162
|
+
var n = this.ty(k, c, d, j, h, i, true);
|
|
1163
1163
|
h = n.p4;
|
|
1164
1164
|
i = n.p5;
|
|
1165
1165
|
break;
|
|
1166
1166
|
case 3:
|
|
1167
|
-
var o = this.
|
|
1167
|
+
var o = this.t3(c, d, f, h, i, true);
|
|
1168
1168
|
f = o.p2;
|
|
1169
1169
|
h = o.p3;
|
|
1170
1170
|
i = o.p4;
|
|
1171
1171
|
break;
|
|
1172
1172
|
case 4:
|
|
1173
|
-
var p = this.
|
|
1173
|
+
var p = this.t0(k, c, d, h, i, true);
|
|
1174
1174
|
h = p.p3;
|
|
1175
1175
|
i = p.p4;
|
|
1176
1176
|
break;
|
|
1177
1177
|
}
|
|
1178
1178
|
;
|
|
1179
1179
|
var q = new OwnedPoint();
|
|
1180
|
-
q.c = c.l(d, this.
|
|
1180
|
+
q.c = c.l(d, this.r1.a, k.c, f);
|
|
1181
1181
|
q.a = k.a;
|
|
1182
1182
|
a.h.addItem(j, q);
|
|
1183
1183
|
a.i.addItem(j, [h, i]);
|
|
@@ -1185,35 +1185,35 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1185
1185
|
if (e != null) {
|
|
1186
1186
|
switch (e.getCalculatorType()) {
|
|
1187
1187
|
case 1:
|
|
1188
|
-
var r = this.
|
|
1188
|
+
var r = this.t2(k, c, e, h, i, false);
|
|
1189
1189
|
h = r.p3;
|
|
1190
1190
|
i = r.p4;
|
|
1191
1191
|
break;
|
|
1192
1192
|
case 0:
|
|
1193
|
-
var s = this.
|
|
1193
|
+
var s = this.t0(k, c, e, h, i, false);
|
|
1194
1194
|
h = s.p3;
|
|
1195
1195
|
i = s.p4;
|
|
1196
1196
|
break;
|
|
1197
1197
|
case 2:
|
|
1198
|
-
var t = this.
|
|
1198
|
+
var t = this.ty(k, c, e, j, h, i, false);
|
|
1199
1199
|
h = t.p4;
|
|
1200
1200
|
i = t.p5;
|
|
1201
1201
|
break;
|
|
1202
1202
|
case 3:
|
|
1203
|
-
var u = this.
|
|
1203
|
+
var u = this.t3(c, e, g, h, i, false);
|
|
1204
1204
|
g = u.p2;
|
|
1205
1205
|
h = u.p3;
|
|
1206
1206
|
i = u.p4;
|
|
1207
1207
|
break;
|
|
1208
1208
|
case 4:
|
|
1209
|
-
var v = this.
|
|
1209
|
+
var v = this.t0(k, c, e, h, i, false);
|
|
1210
1210
|
h = v.p3;
|
|
1211
1211
|
i = v.p4;
|
|
1212
1212
|
break;
|
|
1213
1213
|
}
|
|
1214
1214
|
;
|
|
1215
1215
|
var w = new OwnedPoint();
|
|
1216
|
-
w.c = c.m(e, this.
|
|
1216
|
+
w.c = c.m(e, this.r1.b, k.c, g);
|
|
1217
1217
|
w.a = k.a;
|
|
1218
1218
|
a.l.addItem(j, w);
|
|
1219
1219
|
a.k.addItem(j, [h, i]);
|
|
@@ -1234,18 +1234,18 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1234
1234
|
}
|
|
1235
1235
|
}
|
|
1236
1236
|
};
|
|
1237
|
-
ScatterBase.prototype.
|
|
1237
|
+
ScatterBase.prototype.t2 = function (a, b, c, d, e, f) {
|
|
1238
1238
|
if (f) {
|
|
1239
1239
|
var g = void 0;
|
|
1240
1240
|
var h = void 0, i = void 0;
|
|
1241
|
-
i = this.
|
|
1242
|
-
if (this.
|
|
1241
|
+
i = this.r1.a;
|
|
1242
|
+
if (this.r3.s == 0) {
|
|
1243
1243
|
g = a.c.x;
|
|
1244
|
-
h = this.
|
|
1244
|
+
h = this.r1.a;
|
|
1245
1245
|
}
|
|
1246
1246
|
else {
|
|
1247
1247
|
g = a.c.y;
|
|
1248
|
-
h = this.
|
|
1248
|
+
h = this.r1.b;
|
|
1249
1249
|
}
|
|
1250
1250
|
var j = b.f(g, c, h, i, d, e);
|
|
1251
1251
|
d = j.p4;
|
|
@@ -1254,14 +1254,14 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1254
1254
|
else {
|
|
1255
1255
|
var k = void 0;
|
|
1256
1256
|
var l = void 0, m = void 0;
|
|
1257
|
-
m = this.
|
|
1258
|
-
if (this.
|
|
1257
|
+
m = this.r1.b;
|
|
1258
|
+
if (this.r3.t == 0) {
|
|
1259
1259
|
k = a.c.x;
|
|
1260
|
-
l = this.
|
|
1260
|
+
l = this.r1.a;
|
|
1261
1261
|
}
|
|
1262
1262
|
else {
|
|
1263
1263
|
k = a.c.y;
|
|
1264
|
-
l = this.
|
|
1264
|
+
l = this.r1.b;
|
|
1265
1265
|
}
|
|
1266
1266
|
var n = b.f(k, c, l, m, d, e);
|
|
1267
1267
|
d = n.p4;
|
|
@@ -1272,14 +1272,14 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1272
1272
|
p4: e
|
|
1273
1273
|
};
|
|
1274
1274
|
};
|
|
1275
|
-
ScatterBase.prototype.
|
|
1275
|
+
ScatterBase.prototype.t0 = function (a, b, c, d, e, f) {
|
|
1276
1276
|
if (f) {
|
|
1277
|
-
var g = b.j(a.c.x, c, this.
|
|
1277
|
+
var g = b.j(a.c.x, c, this.r1.a, d, e);
|
|
1278
1278
|
d = g.p3;
|
|
1279
1279
|
e = g.p4;
|
|
1280
1280
|
}
|
|
1281
1281
|
else {
|
|
1282
|
-
var h = b.j(a.c.y, c, this.
|
|
1282
|
+
var h = b.j(a.c.y, c, this.r1.b, d, e);
|
|
1283
1283
|
d = h.p3;
|
|
1284
1284
|
e = h.p4;
|
|
1285
1285
|
}
|
|
@@ -1288,18 +1288,18 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1288
1288
|
p4: e
|
|
1289
1289
|
};
|
|
1290
1290
|
};
|
|
1291
|
-
ScatterBase.prototype.
|
|
1291
|
+
ScatterBase.prototype.ty = function (a, b, c, d, e, f, g) {
|
|
1292
1292
|
var h = c.getItemColumn();
|
|
1293
1293
|
var i = this.ck.indexOf(d);
|
|
1294
1294
|
if (h != null && i < h.count) {
|
|
1295
1295
|
var j = h.item(i);
|
|
1296
1296
|
if (g) {
|
|
1297
|
-
var k = b.h(a.c.x, j, this.
|
|
1297
|
+
var k = b.h(a.c.x, j, this.r1.a, e, f);
|
|
1298
1298
|
e = k.p3;
|
|
1299
1299
|
f = k.p4;
|
|
1300
1300
|
}
|
|
1301
1301
|
else {
|
|
1302
|
-
var l = b.h(a.c.y, j, this.
|
|
1302
|
+
var l = b.h(a.c.y, j, this.r1.b, e, f);
|
|
1303
1303
|
e = l.p3;
|
|
1304
1304
|
f = l.p4;
|
|
1305
1305
|
}
|
|
@@ -1313,16 +1313,16 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1313
1313
|
p5: f
|
|
1314
1314
|
};
|
|
1315
1315
|
};
|
|
1316
|
-
ScatterBase.prototype.
|
|
1316
|
+
ScatterBase.prototype.t3 = function (a, b, c, d, e, f) {
|
|
1317
1317
|
var g = a.i(b, c);
|
|
1318
1318
|
c = g.p1;
|
|
1319
1319
|
if (f) {
|
|
1320
|
-
var h = a.k(c, b, this.
|
|
1320
|
+
var h = a.k(c, b, this.r1.a, d, e);
|
|
1321
1321
|
d = h.p3;
|
|
1322
1322
|
e = h.p4;
|
|
1323
1323
|
}
|
|
1324
1324
|
else {
|
|
1325
|
-
var i = a.k(c, b, this.
|
|
1325
|
+
var i = a.k(c, b, this.r1.b, d, e);
|
|
1326
1326
|
d = i.p3;
|
|
1327
1327
|
e = i.p4;
|
|
1328
1328
|
}
|
|
@@ -1332,20 +1332,20 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1332
1332
|
p4: e
|
|
1333
1333
|
};
|
|
1334
1334
|
};
|
|
1335
|
-
ScatterBase.prototype.
|
|
1336
|
-
if (!b.o() || this.
|
|
1335
|
+
ScatterBase.prototype.t9 = function (a, b) {
|
|
1336
|
+
if (!b.o() || this.r3 == null) {
|
|
1337
1337
|
b.c6();
|
|
1338
1338
|
return;
|
|
1339
1339
|
}
|
|
1340
|
-
this.
|
|
1341
|
-
this.
|
|
1340
|
+
this.ua(a, b);
|
|
1341
|
+
this.ub(a, b);
|
|
1342
1342
|
};
|
|
1343
|
-
ScatterBase.prototype.
|
|
1343
|
+
ScatterBase.prototype.ua = function (a, b) {
|
|
1344
1344
|
var e_4, _a;
|
|
1345
1345
|
b.c2();
|
|
1346
1346
|
var c = new ErrorBarsHelper(this, b);
|
|
1347
1347
|
var d = new PathGeometry();
|
|
1348
|
-
var e = this.
|
|
1348
|
+
var e = this.r3.u;
|
|
1349
1349
|
try {
|
|
1350
1350
|
for (var _b = tslib_1.__values(fromEnum(a.j.keys)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1351
1351
|
var f = _c.value;
|
|
@@ -1354,10 +1354,10 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1354
1354
|
var h = a.i.item(f)[1];
|
|
1355
1355
|
if (!isNaN_(g) && !isNaN_(h)) {
|
|
1356
1356
|
var i = a.h.item(f).c;
|
|
1357
|
-
if (this.
|
|
1357
|
+
if (this.r3.o == 1 || this.r3.o == 2) {
|
|
1358
1358
|
c.d(d, i, g, true);
|
|
1359
1359
|
}
|
|
1360
|
-
if (this.
|
|
1360
|
+
if (this.r3.o == 1 || this.r3.o == 3) {
|
|
1361
1361
|
c.d(d, i, h, false);
|
|
1362
1362
|
}
|
|
1363
1363
|
}
|
|
@@ -1379,12 +1379,12 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1379
1379
|
}
|
|
1380
1380
|
b.c7(d);
|
|
1381
1381
|
};
|
|
1382
|
-
ScatterBase.prototype.
|
|
1382
|
+
ScatterBase.prototype.ub = function (a, b) {
|
|
1383
1383
|
var e_5, _a;
|
|
1384
1384
|
b.c3();
|
|
1385
1385
|
var c = new ErrorBarsHelper(this, b);
|
|
1386
1386
|
var d = new PathGeometry();
|
|
1387
|
-
var e = this.
|
|
1387
|
+
var e = this.r3.v;
|
|
1388
1388
|
try {
|
|
1389
1389
|
for (var _b = tslib_1.__values(fromEnum(a.j.keys)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1390
1390
|
var f = _c.value;
|
|
@@ -1393,10 +1393,10 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1393
1393
|
var h = a.k.item(f)[1];
|
|
1394
1394
|
if (!isNaN_(g) && !isNaN_(h)) {
|
|
1395
1395
|
var i = a.l.item(f).c;
|
|
1396
|
-
if (this.
|
|
1396
|
+
if (this.r3.p == 1 || this.r3.p == 2) {
|
|
1397
1397
|
c.e(d, i, g, true);
|
|
1398
1398
|
}
|
|
1399
|
-
if (this.
|
|
1399
|
+
if (this.r3.p == 1 || this.r3.p == 3) {
|
|
1400
1400
|
c.e(d, i, h, false);
|
|
1401
1401
|
}
|
|
1402
1402
|
}
|
|
@@ -1417,17 +1417,17 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1417
1417
|
}
|
|
1418
1418
|
}
|
|
1419
1419
|
};
|
|
1420
|
-
ScatterBase.prototype.
|
|
1420
|
+
ScatterBase.prototype.fb = function (a, b, c) {
|
|
1421
1421
|
var d = true;
|
|
1422
|
-
if (!_super.prototype.
|
|
1422
|
+
if (!_super.prototype.fb.call(this, 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) {
|
|
1423
1423
|
d = false;
|
|
1424
1424
|
}
|
|
1425
1425
|
return d;
|
|
1426
1426
|
};
|
|
1427
1427
|
ScatterBase.prototype.getViewInfo = function (a, b) {
|
|
1428
|
-
if (!this.
|
|
1429
|
-
a = this.
|
|
1430
|
-
b = this.
|
|
1428
|
+
if (!this.u4.isEmpty && !this.u5.isEmpty) {
|
|
1429
|
+
a = this.u4;
|
|
1430
|
+
b = this.u5;
|
|
1431
1431
|
return {
|
|
1432
1432
|
p0: a,
|
|
1433
1433
|
p1: b
|
|
@@ -1440,52 +1440,52 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1440
1440
|
p1: b
|
|
1441
1441
|
};
|
|
1442
1442
|
};
|
|
1443
|
-
ScatterBase.prototype.
|
|
1444
|
-
this.
|
|
1443
|
+
ScatterBase.prototype.mm = function (a) {
|
|
1444
|
+
this.ts();
|
|
1445
1445
|
try {
|
|
1446
1446
|
if (this.cx(this.b0)) {
|
|
1447
1447
|
return;
|
|
1448
1448
|
}
|
|
1449
|
-
if (this.ck != null && this.ck.count > this.
|
|
1449
|
+
if (this.ck != null && this.ck.count > this.s2) {
|
|
1450
1450
|
a = false;
|
|
1451
1451
|
}
|
|
1452
|
-
if (this.
|
|
1453
|
-
var b = this.
|
|
1452
|
+
if (this.ep(a) && !this.eu) {
|
|
1453
|
+
var b = this.r7;
|
|
1454
1454
|
if (this.cv()) {
|
|
1455
1455
|
if (this.ce.g) {
|
|
1456
1456
|
this.ce.t();
|
|
1457
1457
|
}
|
|
1458
|
-
this.
|
|
1459
|
-
this.
|
|
1458
|
+
this.r7 = this.r9;
|
|
1459
|
+
this.r9 = b;
|
|
1460
1460
|
}
|
|
1461
1461
|
else {
|
|
1462
|
-
this.
|
|
1463
|
-
this.
|
|
1462
|
+
this.r7 = this.r5;
|
|
1463
|
+
this.r5 = b;
|
|
1464
1464
|
}
|
|
1465
|
-
this.
|
|
1466
|
-
this.
|
|
1465
|
+
this.t1(this.r5, this.r2);
|
|
1466
|
+
this.mu();
|
|
1467
1467
|
}
|
|
1468
1468
|
else {
|
|
1469
|
-
if (!this.
|
|
1470
|
-
this.
|
|
1469
|
+
if (!this.eu) {
|
|
1470
|
+
this.t1(this.r5, this.r2);
|
|
1471
1471
|
}
|
|
1472
|
-
this.
|
|
1472
|
+
this.uc(this.r5, this.r2);
|
|
1473
1473
|
}
|
|
1474
1474
|
}
|
|
1475
1475
|
finally {
|
|
1476
|
-
this.
|
|
1476
|
+
this.ud();
|
|
1477
1477
|
}
|
|
1478
1478
|
};
|
|
1479
|
-
ScatterBase.prototype.
|
|
1480
|
-
_super.prototype.
|
|
1479
|
+
ScatterBase.prototype.mz = function () {
|
|
1480
|
+
_super.prototype.mz.call(this);
|
|
1481
1481
|
if (this.index < 0) {
|
|
1482
1482
|
return;
|
|
1483
1483
|
}
|
|
1484
|
-
this.
|
|
1484
|
+
this.r2.da();
|
|
1485
1485
|
};
|
|
1486
|
-
ScatterBase.prototype.
|
|
1487
|
-
_super.prototype.
|
|
1488
|
-
if (!this.
|
|
1486
|
+
ScatterBase.prototype.mn = function (a, b) {
|
|
1487
|
+
_super.prototype.mn.call(this, a, b);
|
|
1488
|
+
if (!this.e1) {
|
|
1489
1489
|
this.b0.a2(b);
|
|
1490
1490
|
return;
|
|
1491
1491
|
}
|
|
@@ -1494,29 +1494,29 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1494
1494
|
return;
|
|
1495
1495
|
}
|
|
1496
1496
|
var c = typeCast(ScatterBaseView.$, this.bz);
|
|
1497
|
-
if (!this.
|
|
1498
|
-
this.
|
|
1499
|
-
this.
|
|
1497
|
+
if (!this.ev) {
|
|
1498
|
+
this.r8 = new ScatterFrame();
|
|
1499
|
+
this.t1(this.r8, c);
|
|
1500
1500
|
}
|
|
1501
|
-
this.
|
|
1502
|
-
this.
|
|
1503
|
-
this.
|
|
1501
|
+
this.ev = false;
|
|
1502
|
+
this.uc(this.r8, c);
|
|
1503
|
+
this.e1 = false;
|
|
1504
1504
|
};
|
|
1505
|
-
ScatterBase.prototype.
|
|
1506
|
-
_super.prototype.
|
|
1505
|
+
ScatterBase.prototype.mk = function (a, b, c, d, e) {
|
|
1506
|
+
_super.prototype.mk.call(this, a, b, c, d, e);
|
|
1507
1507
|
var f = this.a6.a$h.item(d);
|
|
1508
1508
|
var g = f;
|
|
1509
1509
|
f.a1(c);
|
|
1510
1510
|
if (this.cx(g)) {
|
|
1511
1511
|
return;
|
|
1512
1512
|
}
|
|
1513
|
-
if (this.
|
|
1514
|
-
this.
|
|
1513
|
+
if (this.r4 == null) {
|
|
1514
|
+
this.r4 = new ScatterFrame();
|
|
1515
1515
|
}
|
|
1516
|
-
this.
|
|
1517
|
-
this.
|
|
1516
|
+
this.t1(this.r4, g);
|
|
1517
|
+
this.uc(this.r4, g);
|
|
1518
1518
|
};
|
|
1519
|
-
ScatterBase.prototype.
|
|
1519
|
+
ScatterBase.prototype.t8 = function (a, b) {
|
|
1520
1520
|
var e_6, _a, e_7, _b;
|
|
1521
1521
|
var c = new List$1(Base.$, 0);
|
|
1522
1522
|
try {
|
|
@@ -1560,11 +1560,11 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1560
1560
|
}
|
|
1561
1561
|
}
|
|
1562
1562
|
};
|
|
1563
|
-
ScatterBase.prototype.
|
|
1563
|
+
ScatterBase.prototype.ro = function (a, b, c, d, e) {
|
|
1564
1564
|
var _this = this;
|
|
1565
|
-
if (c == null || c.length != this.
|
|
1566
|
-
c = new Array(this.
|
|
1567
|
-
for (var f = 0; f < this.
|
|
1565
|
+
if (c == null || c.length != this.r1.c.count) {
|
|
1566
|
+
c = new Array(this.r1.c.count);
|
|
1567
|
+
for (var f = 0; f < this.r1.c.count; f++) {
|
|
1568
1568
|
c[f] = PointUtil.create();
|
|
1569
1569
|
}
|
|
1570
1570
|
}
|
|
@@ -1577,37 +1577,37 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1577
1577
|
var i = ((function () {
|
|
1578
1578
|
var $ret = new ScalerParams(0, d, e, _this.yAxis.cg, g);
|
|
1579
1579
|
$ret.c = _this.getEffectiveViewport1(a);
|
|
1580
|
-
$ret.b = _this.
|
|
1580
|
+
$ret.b = _this.ge();
|
|
1581
1581
|
return $ret;
|
|
1582
1582
|
})());
|
|
1583
|
-
var j = this.
|
|
1584
|
-
var k = this.
|
|
1585
|
-
var l = this.
|
|
1586
|
-
var m = this.
|
|
1587
|
-
var n = this.
|
|
1588
|
-
if (this.
|
|
1583
|
+
var j = this.pv(a);
|
|
1584
|
+
var k = this.r1.a.el(j.left, h);
|
|
1585
|
+
var l = this.r1.a.el(j.right, h);
|
|
1586
|
+
var m = this.r1.b.el(j.bottom, i);
|
|
1587
|
+
var n = this.r1.b.el(j.top, i);
|
|
1588
|
+
if (this.r1.d) {
|
|
1589
1589
|
var o = k;
|
|
1590
1590
|
k = l;
|
|
1591
1591
|
l = o;
|
|
1592
1592
|
}
|
|
1593
|
-
if (this.
|
|
1593
|
+
if (this.r1.e) {
|
|
1594
1594
|
var p = m;
|
|
1595
1595
|
m = n;
|
|
1596
1596
|
n = p;
|
|
1597
1597
|
}
|
|
1598
|
-
var q = this.
|
|
1598
|
+
var q = this.r1;
|
|
1599
1599
|
var r = q.a;
|
|
1600
1600
|
var s = q.b;
|
|
1601
1601
|
var t;
|
|
1602
1602
|
var u;
|
|
1603
|
-
var v = this.
|
|
1604
|
-
var w = this.
|
|
1603
|
+
var v = this.sh;
|
|
1604
|
+
var w = this.si;
|
|
1605
1605
|
var x = false;
|
|
1606
1606
|
var y = 0;
|
|
1607
1607
|
var z = 0;
|
|
1608
1608
|
if (this.cd != null) {
|
|
1609
|
-
if (this.cd.
|
|
1610
|
-
var aa = this.cd.
|
|
1609
|
+
if (this.cd.e8()) {
|
|
1610
|
+
var aa = this.cd.lh(d, h);
|
|
1611
1611
|
x = aa.c;
|
|
1612
1612
|
y = aa.d;
|
|
1613
1613
|
z = r.el(0 + y, h);
|
|
@@ -1615,7 +1615,7 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1615
1615
|
z -= ab;
|
|
1616
1616
|
}
|
|
1617
1617
|
}
|
|
1618
|
-
for (var ac = 0; ac < this.
|
|
1618
|
+
for (var ac = 0; ac < this.r1.c.count; ac++) {
|
|
1619
1619
|
t = v.item(ac);
|
|
1620
1620
|
u = w.item(ac);
|
|
1621
1621
|
if (x) {
|
|
@@ -1647,7 +1647,7 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1647
1647
|
}
|
|
1648
1648
|
return c;
|
|
1649
1649
|
};
|
|
1650
|
-
ScatterBase.prototype.
|
|
1650
|
+
ScatterBase.prototype.sv = function (a, b) {
|
|
1651
1651
|
var e_8, _a;
|
|
1652
1652
|
if (b == null) {
|
|
1653
1653
|
b = new List$1(Number_$type, 2, a.e);
|
|
@@ -1678,30 +1678,30 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1678
1678
|
}
|
|
1679
1679
|
return b;
|
|
1680
1680
|
};
|
|
1681
|
-
ScatterBase.prototype.
|
|
1682
|
-
_super.prototype.
|
|
1683
|
-
this.a8.exportTrendlineData(this, a, this.
|
|
1681
|
+
ScatterBase.prototype.la = function (a) {
|
|
1682
|
+
_super.prototype.la.call(this, a);
|
|
1683
|
+
this.a8.exportTrendlineData(this, a, this.r2.cx.g$j);
|
|
1684
1684
|
};
|
|
1685
|
-
ScatterBase.prototype.
|
|
1686
|
-
return Series.
|
|
1685
|
+
ScatterBase.prototype.ge = function () {
|
|
1686
|
+
return Series.gf(this.si, null);
|
|
1687
1687
|
};
|
|
1688
1688
|
ScatterBase.prototype.getDataLegendSeriesContextAt = function (a, b) {
|
|
1689
1689
|
var c = { $type: Point_$type, x: a, y: b };
|
|
1690
|
-
var d = this.
|
|
1691
|
-
var e = d == null ? NaN : this.
|
|
1692
|
-
var f = d == null ? NaN : this.
|
|
1690
|
+
var d = this.hv(c);
|
|
1691
|
+
var e = d == null ? NaN : this.gd(d, "XMemberPath");
|
|
1692
|
+
var f = d == null ? NaN : this.gd(d, "YMemberPath");
|
|
1693
1693
|
var g = new DataLegendSeriesValueInfo();
|
|
1694
1694
|
g.l = e;
|
|
1695
1695
|
g.a = 13;
|
|
1696
|
-
g.p = this.
|
|
1697
|
-
g.q = this.
|
|
1698
|
-
g.r = this.
|
|
1696
|
+
g.p = this.ti != null ? this.ti : "X:";
|
|
1697
|
+
g.q = this.te != null ? this.te : "X:";
|
|
1698
|
+
g.r = this.tg != null ? this.tg : "";
|
|
1699
1699
|
var h = new DataLegendSeriesValueInfo();
|
|
1700
1700
|
h.l = f;
|
|
1701
1701
|
h.a = 14;
|
|
1702
|
-
h.p = this.
|
|
1703
|
-
h.q = this.
|
|
1704
|
-
h.r = this.
|
|
1702
|
+
h.p = this.tq != null ? this.tq : "Y:";
|
|
1703
|
+
h.q = this.tm != null ? this.tm : "Y:";
|
|
1704
|
+
h.r = this.to != null ? this.to : "";
|
|
1705
1705
|
var i = new DataLegendSeriesContext();
|
|
1706
1706
|
i.f = ((function () {
|
|
1707
1707
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -1713,8 +1713,8 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1713
1713
|
return i;
|
|
1714
1714
|
};
|
|
1715
1715
|
ScatterBase.$t = markType(ScatterBase, 'ScatterBase', MarkerSeries.$, [ISupportsErrorBars_$type, ITrendLineSeries_$type]);
|
|
1716
|
-
ScatterBase.
|
|
1717
|
-
ScatterBase.$$p = markDep(DependencyProperty, PropertyMetadata, ScatterBase, 'raisePropertyChanged', ['ErrorBarSettings:
|
|
1716
|
+
ScatterBase.ue = DependencyProperty.i("ActualTrendLineBrush", Brush.$, ScatterBase.$, new PropertyMetadata(2, null, function (a, b) { return a.raisePropertyChanged("ActualTrendLineBrush", b.oldValue, b.newValue); }));
|
|
1717
|
+
ScatterBase.$$p = 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, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:s1:uj', [1, 10000], 'MarkerCollisionAvoidance:rt:uk', [CollisionAvoidanceType_$type, 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, 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, enumGetBox(PenLineCap_$type, 0)]]);
|
|
1718
1718
|
return ScatterBase;
|
|
1719
1719
|
}(MarkerSeries));
|
|
1720
1720
|
export { ScatterBase };
|
|
@@ -1793,7 +1793,7 @@ var ScatterBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1793
1793
|
this.dc = new Path();
|
|
1794
1794
|
this.dd = new Path();
|
|
1795
1795
|
if (!this.q) {
|
|
1796
|
-
this.cw.
|
|
1796
|
+
this.cw.s2 = 2000;
|
|
1797
1797
|
}
|
|
1798
1798
|
};
|
|
1799
1799
|
ScatterBaseView.prototype.de = function (a) {
|
|
@@ -1812,12 +1812,12 @@ var ScatterBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1812
1812
|
};
|
|
1813
1813
|
ScatterBaseView.prototype.cu = function () {
|
|
1814
1814
|
var _this = this;
|
|
1815
|
-
var a = new NumericMarkerManager(1, function (b) { return _this.cy.item(b); }, function (b) { return _this.cw.
|
|
1815
|
+
var a = new NumericMarkerManager(1, function (b) { return _this.cy.item(b); }, function (b) { return _this.cw.r1.c.item(b); }, runOn(this, this.c9), runOn(this, this.cr), runOn(this, this.cz), function () { return _this.cw.rt; });
|
|
1816
1816
|
a.q = runOn(this, this.de);
|
|
1817
1817
|
return a;
|
|
1818
1818
|
};
|
|
1819
1819
|
ScatterBaseView.prototype.c9 = function (a) {
|
|
1820
|
-
this.cw.
|
|
1820
|
+
this.cw.t8(a, this.cy);
|
|
1821
1821
|
};
|
|
1822
1822
|
ScatterBaseView.prototype.c0 = function () {
|
|
1823
1823
|
return this.b4;
|
|
@@ -1826,11 +1826,11 @@ var ScatterBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1826
1826
|
return this.ct;
|
|
1827
1827
|
};
|
|
1828
1828
|
ScatterBaseView.prototype.cr = function () {
|
|
1829
|
-
this.ct = this.cw.
|
|
1829
|
+
this.ct = this.cw.ro(this, this.cy, this.ct, this.bv, this.bu);
|
|
1830
1830
|
return this.ct;
|
|
1831
1831
|
};
|
|
1832
1832
|
ScatterBaseView.prototype.cz = function () {
|
|
1833
|
-
this.c1 = this.cw.
|
|
1833
|
+
this.c1 = this.cw.sv(this.cy, this.c1);
|
|
1834
1834
|
return this.c1;
|
|
1835
1835
|
};
|
|
1836
1836
|
ScatterBaseView.prototype.c2 = function () {
|
|
@@ -1843,10 +1843,10 @@ var ScatterBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1843
1843
|
};
|
|
1844
1844
|
ScatterBaseView.prototype.da = function () {
|
|
1845
1845
|
if (this.cw.trendLineBrush != null) {
|
|
1846
|
-
this.cw.
|
|
1846
|
+
this.cw.u1 = this.cw.trendLineBrush;
|
|
1847
1847
|
}
|
|
1848
1848
|
else {
|
|
1849
|
-
this.cw.
|
|
1849
|
+
this.cw.u1 = this.cw.o3;
|
|
1850
1850
|
}
|
|
1851
1851
|
};
|
|
1852
1852
|
ScatterBaseView.prototype.cf = function (a) {
|
|
@@ -1863,9 +1863,9 @@ var ScatterBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1863
1863
|
if (this.cw.trendLineType != 0 && !b) {
|
|
1864
1864
|
var c = this.cx.g$j;
|
|
1865
1865
|
c.ac = this.cw.trendLineThickness;
|
|
1866
|
-
c._stroke = this.cw.
|
|
1867
|
-
c.ai = this.cw.
|
|
1868
|
-
c.ad = this.cw.
|
|
1866
|
+
c._stroke = this.cw.u1;
|
|
1867
|
+
c.ai = this.cw.u2;
|
|
1868
|
+
c.ad = this.cw.u3;
|
|
1869
1869
|
a.u(c);
|
|
1870
1870
|
}
|
|
1871
1871
|
}
|
|
@@ -1884,7 +1884,7 @@ var ScatterBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1884
1884
|
if (!stringIsNullOrEmpty(b)) {
|
|
1885
1885
|
a += " style='color:" + b + "'";
|
|
1886
1886
|
}
|
|
1887
|
-
a += ">" + this.cw.title + "</span><br/><span>" + "x: </span><span class='ui-priority-primary'>${item." + this.cw.
|
|
1887
|
+
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>";
|
|
1888
1888
|
return a;
|
|
1889
1889
|
};
|
|
1890
1890
|
ScatterBaseView.$t = markType(ScatterBaseView, 'ScatterBaseView', MarkerSeriesView.$);
|