igniteui-webcomponents-charts 3.2.3 → 3.2.4
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 +24938 -21547
- 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 +110 -103
- 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 +545 -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 +2162 -1903
- 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 +1443 -1359
- 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 +197 -197
- 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 +2 -2
- package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
- package/esm2015/lib/Stacked100ColumnBucketCalculator.js +2 -2
- 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 +1026 -1026
- 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-anchored-category-series-component.js +18 -18
- package/esm2015/lib/igc-anchored-radial-series-component.js +31 -31
- package/esm2015/lib/igc-annotation-layer-component.js +17 -17
- package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
- package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
- package/esm2015/lib/igc-bar-fragment-component.js +6 -6
- package/esm2015/lib/igc-bar-series-component.js +11 -11
- package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
- package/esm2015/lib/igc-bollinger-bands-overlay-component.js +9 -9
- package/esm2015/lib/igc-bubble-series-component.js +44 -44
- package/esm2015/lib/igc-callout-label-updating-event-args.js +35 -6
- package/esm2015/lib/igc-callout-layer-component.js +95 -95
- package/esm2015/lib/igc-category-chart-component.js +169 -112
- package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
- package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
- package/esm2015/lib/igc-category-series-component.js +20 -20
- package/esm2015/lib/igc-category-tool-tip-layer-component.js +12 -12
- package/esm2015/lib/igc-category-x-axis-component.js +75 -2
- package/esm2015/lib/igc-category-y-axis-component.js +75 -2
- package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
- package/esm2015/lib/igc-chart-group-description-collection.js +88 -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-sort-description-collection.js +98 -0
- package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
- package/esm2015/lib/igc-chart-sort-description.js +61 -0
- package/esm2015/lib/igc-chart-summary-description-collection.js +95 -0
- package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
- package/esm2015/lib/igc-chart-summary-description.js +95 -0
- package/esm2015/lib/igc-column-fragment-component.js +11 -11
- package/esm2015/lib/igc-column-series-component.js +13 -13
- package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
- package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
- package/esm2015/lib/igc-data-chart-component.js +95 -95
- package/esm2015/lib/igc-data-legend-component.js +1 -1
- package/esm2015/lib/igc-data-tool-tip-layer-component.js +364 -364
- package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-domain-chart-component.js +901 -650
- package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-final-value-layer-component.js +42 -42
- package/esm2015/lib/igc-financial-chart-component.js +214 -157
- package/esm2015/lib/igc-financial-indicator-component.js +16 -16
- package/esm2015/lib/igc-financial-overlay-component.js +5 -5
- package/esm2015/lib/igc-financial-price-series-component.js +30 -30
- package/esm2015/lib/igc-financial-series-component.js +60 -60
- package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-fragment-base-component.js +2 -2
- package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
- package/esm2015/lib/igc-high-density-scatter-series-component.js +57 -57
- package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +7 -7
- package/esm2015/lib/igc-horizontal-range-category-series-component.js +19 -19
- package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +3 -3
- package/esm2015/lib/igc-item-tool-tip-layer-component.js +18 -18
- package/esm2015/lib/igc-line-fragment-component.js +1 -1
- package/esm2015/lib/igc-line-series-component.js +1 -1
- package/esm2015/lib/igc-marker-series-component.js +28 -28
- package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
- package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
- package/esm2015/lib/igc-ordinal-time-x-axis-component.js +5 -5
- package/esm2015/lib/igc-polar-area-series-component.js +3 -3
- package/esm2015/lib/igc-polar-base-component.js +77 -77
- package/esm2015/lib/igc-polar-line-series-component.js +4 -4
- package/esm2015/lib/igc-polar-spline-area-series-component.js +4 -4
- package/esm2015/lib/igc-polar-spline-series-component.js +4 -4
- package/esm2015/lib/igc-price-channel-overlay-component.js +6 -6
- package/esm2015/lib/igc-radial-area-series-component.js +3 -3
- package/esm2015/lib/igc-radial-base-component.js +31 -31
- package/esm2015/lib/igc-radial-column-series-component.js +9 -9
- package/esm2015/lib/igc-radial-line-series-component.js +4 -4
- package/esm2015/lib/igc-radial-pie-series-component.js +9 -9
- package/esm2015/lib/igc-range-category-series-component.js +6 -6
- package/esm2015/lib/igc-range-column-series-component.js +10 -10
- package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
- package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-scatter-area-series-component.js +24 -24
- package/esm2015/lib/igc-scatter-base-component.js +49 -49
- package/esm2015/lib/igc-scatter-contour-series-component.js +29 -29
- package/esm2015/lib/igc-scatter-line-series-component.js +4 -4
- package/esm2015/lib/igc-scatter-polygon-series-component.js +39 -39
- package/esm2015/lib/igc-scatter-polyline-series-component.js +7 -7
- package/esm2015/lib/igc-scatter-spline-series-component.js +4 -4
- package/esm2015/lib/igc-scatter-triangulation-series-component.js +37 -37
- package/esm2015/lib/igc-series-component.js +195 -185
- package/esm2015/lib/igc-series-viewer-component.js +379 -282
- package/esm2015/lib/igc-shape-series-base-component.js +45 -45
- package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-spline-area-fragment-component.js +1 -1
- package/esm2015/lib/igc-spline-area-series-component.js +1 -1
- package/esm2015/lib/igc-spline-fragment-base-component.js +2 -2
- package/esm2015/lib/igc-spline-fragment-component.js +1 -1
- package/esm2015/lib/igc-spline-series-base-component.js +6 -6
- package/esm2015/lib/igc-spline-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-bar-series-component.js +12 -12
- package/esm2015/lib/igc-stacked-column-series-component.js +9 -9
- package/esm2015/lib/igc-stacked-line-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-series-base-component.js +11 -11
- package/esm2015/lib/igc-stacked-spline-area-series-component.js +4 -4
- package/esm2015/lib/igc-stacked-spline-series-component.js +4 -4
- package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
- package/esm2015/lib/igc-step-area-series-component.js +2 -2
- package/esm2015/lib/igc-step-line-series-component.js +3 -3
- package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
- package/esm2015/lib/igc-trix-indicator-component.js +3 -3
- package/esm2015/lib/igc-value-overlay-component.js +52 -52
- package/esm2015/lib/igc-vertical-anchored-category-series-component.js +10 -10
- package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
- package/esm2015/lib/igc-waterfall-series-component.js +19 -19
- package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
- package/esm2015/lib/igc-xy-chart-component.js +218 -218
- package/esm2015/lib/igc-zoom-slider-component.js +0 -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 +110 -103
- 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 +522 -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 +2098 -1753
- 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 +1405 -1300
- 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 +197 -197
- 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 +2 -2
- package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
- package/esm5/lib/Stacked100ColumnBucketCalculator.js +2 -2
- 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 +1025 -1025
- 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-anchored-category-series-component.js +18 -18
- package/esm5/lib/igc-anchored-radial-series-component.js +31 -31
- package/esm5/lib/igc-annotation-layer-component.js +17 -17
- package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
- package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
- package/esm5/lib/igc-bar-fragment-component.js +6 -6
- package/esm5/lib/igc-bar-series-component.js +11 -11
- package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
- package/esm5/lib/igc-bollinger-bands-overlay-component.js +9 -9
- package/esm5/lib/igc-bubble-series-component.js +44 -44
- package/esm5/lib/igc-callout-label-updating-event-args.js +43 -6
- package/esm5/lib/igc-callout-layer-component.js +95 -95
- package/esm5/lib/igc-category-chart-component.js +189 -112
- package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
- package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
- package/esm5/lib/igc-category-series-component.js +20 -20
- package/esm5/lib/igc-category-tool-tip-layer-component.js +12 -12
- package/esm5/lib/igc-category-x-axis-component.js +95 -2
- package/esm5/lib/igc-category-y-axis-component.js +95 -2
- package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
- package/esm5/lib/igc-chart-group-description-collection.js +115 -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-sort-description-collection.js +129 -0
- package/esm5/lib/igc-chart-sort-description-module.js +19 -0
- package/esm5/lib/igc-chart-sort-description.js +81 -0
- package/esm5/lib/igc-chart-summary-description-collection.js +126 -0
- package/esm5/lib/igc-chart-summary-description-module.js +19 -0
- package/esm5/lib/igc-chart-summary-description.js +122 -0
- package/esm5/lib/igc-column-fragment-component.js +11 -11
- package/esm5/lib/igc-column-series-component.js +13 -13
- package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
- package/esm5/lib/igc-crosshair-layer-component.js +90 -90
- package/esm5/lib/igc-data-chart-component.js +95 -95
- package/esm5/lib/igc-data-legend-component.js +1 -1
- package/esm5/lib/igc-data-tool-tip-layer-component.js +364 -364
- package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-domain-chart-component.js +973 -650
- package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-final-value-layer-component.js +42 -42
- package/esm5/lib/igc-financial-chart-component.js +234 -157
- package/esm5/lib/igc-financial-indicator-component.js +16 -16
- package/esm5/lib/igc-financial-overlay-component.js +5 -5
- package/esm5/lib/igc-financial-price-series-component.js +30 -30
- package/esm5/lib/igc-financial-series-component.js +60 -60
- package/esm5/lib/igc-force-index-indicator-component.js +4 -4
- package/esm5/lib/igc-fragment-base-component.js +2 -2
- package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
- package/esm5/lib/igc-high-density-scatter-series-component.js +57 -57
- package/esm5/lib/igc-horizontal-anchored-category-series-component.js +7 -7
- package/esm5/lib/igc-horizontal-range-category-series-component.js +19 -19
- package/esm5/lib/igc-horizontal-stacked-series-base-component.js +3 -3
- package/esm5/lib/igc-item-tool-tip-layer-component.js +18 -18
- package/esm5/lib/igc-line-fragment-component.js +1 -1
- package/esm5/lib/igc-line-series-component.js +1 -1
- package/esm5/lib/igc-marker-series-component.js +28 -28
- package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
- package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
- package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
- package/esm5/lib/igc-ordinal-time-x-axis-component.js +5 -5
- package/esm5/lib/igc-polar-area-series-component.js +3 -3
- package/esm5/lib/igc-polar-base-component.js +77 -77
- package/esm5/lib/igc-polar-line-series-component.js +4 -4
- package/esm5/lib/igc-polar-spline-area-series-component.js +4 -4
- package/esm5/lib/igc-polar-spline-series-component.js +4 -4
- package/esm5/lib/igc-price-channel-overlay-component.js +6 -6
- package/esm5/lib/igc-radial-area-series-component.js +3 -3
- package/esm5/lib/igc-radial-base-component.js +31 -31
- package/esm5/lib/igc-radial-column-series-component.js +9 -9
- package/esm5/lib/igc-radial-line-series-component.js +4 -4
- package/esm5/lib/igc-radial-pie-series-component.js +9 -9
- package/esm5/lib/igc-range-category-series-component.js +6 -6
- package/esm5/lib/igc-range-column-series-component.js +10 -10
- package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
- package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
- package/esm5/lib/igc-scatter-area-series-component.js +24 -24
- package/esm5/lib/igc-scatter-base-component.js +49 -49
- package/esm5/lib/igc-scatter-contour-series-component.js +29 -29
- package/esm5/lib/igc-scatter-line-series-component.js +4 -4
- package/esm5/lib/igc-scatter-polygon-series-component.js +39 -39
- package/esm5/lib/igc-scatter-polyline-series-component.js +7 -7
- package/esm5/lib/igc-scatter-spline-series-component.js +4 -4
- package/esm5/lib/igc-scatter-triangulation-series-component.js +37 -37
- package/esm5/lib/igc-series-component.js +199 -185
- package/esm5/lib/igc-series-viewer-component.js +403 -282
- package/esm5/lib/igc-shape-series-base-component.js +45 -45
- package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-spline-area-fragment-component.js +1 -1
- package/esm5/lib/igc-spline-area-series-component.js +1 -1
- package/esm5/lib/igc-spline-fragment-base-component.js +2 -2
- package/esm5/lib/igc-spline-fragment-component.js +1 -1
- package/esm5/lib/igc-spline-series-base-component.js +6 -6
- package/esm5/lib/igc-spline-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
- package/esm5/lib/igc-stacked-bar-series-component.js +12 -12
- package/esm5/lib/igc-stacked-column-series-component.js +9 -9
- package/esm5/lib/igc-stacked-line-series-component.js +1 -1
- package/esm5/lib/igc-stacked-series-base-component.js +11 -11
- package/esm5/lib/igc-stacked-spline-area-series-component.js +4 -4
- package/esm5/lib/igc-stacked-spline-series-component.js +4 -4
- package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
- package/esm5/lib/igc-step-area-series-component.js +2 -2
- package/esm5/lib/igc-step-line-series-component.js +3 -3
- package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
- package/esm5/lib/igc-trix-indicator-component.js +3 -3
- package/esm5/lib/igc-value-overlay-component.js +52 -52
- package/esm5/lib/igc-vertical-anchored-category-series-component.js +10 -10
- package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
- package/esm5/lib/igc-waterfall-series-component.js +19 -19
- package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
- package/esm5/lib/igc-xy-chart-component.js +218 -218
- package/esm5/lib/igc-zoom-slider-component.js +0 -7
- package/esm5/public_api.js +23 -0
- package/fesm2015/igniteui-webcomponents-charts.js +24809 -22008
- package/fesm5/igniteui-webcomponents-charts.js +24917 -21549
- 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 +129 -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 +538 -487
- 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 +230 -230
- 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 +189 -189
- package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
- package/lib/igc-category-chart-component.d.ts +27 -0
- package/lib/igc-category-x-axis-component.d.ts +37 -0
- package/lib/igc-category-y-axis-component.d.ts +37 -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-data-legend-component.d.ts +1 -1
- package/lib/igc-data-tool-tip-layer-component.d.ts +1 -1
- package/lib/igc-domain-chart-component.d.ts +85 -1
- package/lib/igc-financial-chart-component.d.ts +27 -0
- package/lib/igc-series-component.d.ts +4 -0
- package/lib/igc-series-viewer-component.d.ts +51 -0
- package/lib/igc-zoom-slider-component.d.ts +0 -5
- package/package.json +2 -2
- package/public_api.d.ts +23 -0
package/esm5/lib/XYChart.js
CHANGED
|
@@ -24,88 +24,88 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
24
24
|
tslib_1.__extends(XYChart, _super);
|
|
25
25
|
function XYChart() {
|
|
26
26
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
27
|
-
_this.
|
|
28
|
-
_this.
|
|
29
|
-
_this.
|
|
30
|
-
_this.
|
|
31
|
-
_this.
|
|
32
|
-
_this.
|
|
33
|
-
_this.
|
|
34
|
-
_this.
|
|
35
|
-
_this.
|
|
36
|
-
_this.
|
|
37
|
-
_this.
|
|
38
|
-
_this.
|
|
39
|
-
_this.
|
|
40
|
-
_this.
|
|
41
|
-
_this.
|
|
42
|
-
_this.
|
|
43
|
-
_this.
|
|
44
|
-
_this.
|
|
45
|
-
_this.
|
|
46
|
-
_this.
|
|
47
|
-
_this.
|
|
48
|
-
_this.
|
|
49
|
-
_this.
|
|
50
|
-
_this.
|
|
51
|
-
_this.
|
|
52
|
-
_this.
|
|
53
|
-
_this.
|
|
54
|
-
_this.
|
|
55
|
-
_this.
|
|
56
|
-
_this.
|
|
57
|
-
_this.
|
|
58
|
-
_this.
|
|
59
|
-
_this.
|
|
60
|
-
_this.
|
|
61
|
-
_this.
|
|
62
|
-
_this.
|
|
63
|
-
_this.
|
|
64
|
-
_this.
|
|
65
|
-
_this.
|
|
66
|
-
_this.
|
|
67
|
-
_this.
|
|
68
|
-
_this.
|
|
69
|
-
_this.
|
|
70
|
-
_this.
|
|
71
|
-
_this.
|
|
72
|
-
_this.
|
|
73
|
-
_this.
|
|
74
|
-
_this.
|
|
75
|
-
_this.
|
|
76
|
-
_this.
|
|
77
|
-
_this.
|
|
78
|
-
_this.
|
|
79
|
-
_this.
|
|
80
|
-
_this.
|
|
81
|
-
_this.
|
|
82
|
-
_this.
|
|
83
|
-
_this.
|
|
84
|
-
_this.
|
|
85
|
-
_this.
|
|
86
|
-
_this.
|
|
87
|
-
_this.
|
|
88
|
-
_this.
|
|
89
|
-
_this.
|
|
90
|
-
_this.
|
|
91
|
-
_this.
|
|
92
|
-
_this.
|
|
93
|
-
_this.
|
|
94
|
-
_this.
|
|
95
|
-
_this.
|
|
96
|
-
_this.
|
|
97
|
-
_this.
|
|
98
|
-
_this.
|
|
99
|
-
_this.
|
|
100
|
-
_this.
|
|
101
|
-
_this.
|
|
102
|
-
_this.
|
|
27
|
+
_this.vh = null;
|
|
28
|
+
_this.vi = null;
|
|
29
|
+
_this.vy = 0;
|
|
30
|
+
_this.v0 = 5;
|
|
31
|
+
_this.vz = 0;
|
|
32
|
+
_this.vx = 5;
|
|
33
|
+
_this.wf = 5;
|
|
34
|
+
_this.wh = 0;
|
|
35
|
+
_this.wg = 5;
|
|
36
|
+
_this.we = 0;
|
|
37
|
+
_this.aa8 = null;
|
|
38
|
+
_this.abf = null;
|
|
39
|
+
_this.aa6 = null;
|
|
40
|
+
_this.aa7 = null;
|
|
41
|
+
_this.v9 = 0;
|
|
42
|
+
_this.wq = 0;
|
|
43
|
+
_this.v8 = NaN;
|
|
44
|
+
_this.wp = NaN;
|
|
45
|
+
_this.wb = NaN;
|
|
46
|
+
_this.ws = NaN;
|
|
47
|
+
_this.wa = NaN;
|
|
48
|
+
_this.wr = NaN;
|
|
49
|
+
_this.v7 = NaN;
|
|
50
|
+
_this.wo = NaN;
|
|
51
|
+
_this.abe = null;
|
|
52
|
+
_this.abl = null;
|
|
53
|
+
_this.x0 = null;
|
|
54
|
+
_this.x4 = null;
|
|
55
|
+
_this.x2 = null;
|
|
56
|
+
_this.x6 = null;
|
|
57
|
+
_this.xv = null;
|
|
58
|
+
_this.xw = null;
|
|
59
|
+
_this.aa9 = null;
|
|
60
|
+
_this.abg = null;
|
|
61
|
+
_this.v1 = DeviceUtils.g(1);
|
|
62
|
+
_this.wi = DeviceUtils.g(1);
|
|
63
|
+
_this.v2 = DeviceUtils.g(1);
|
|
64
|
+
_this.wj = DeviceUtils.g(1);
|
|
65
|
+
_this.abb = null;
|
|
66
|
+
_this.abi = null;
|
|
67
|
+
_this.abc = null;
|
|
68
|
+
_this.abj = null;
|
|
69
|
+
_this.v3 = DeviceUtils.g(1);
|
|
70
|
+
_this.wk = DeviceUtils.g(1);
|
|
71
|
+
_this.v4 = DeviceUtils.g(8);
|
|
72
|
+
_this.wl = 0;
|
|
73
|
+
_this.abd = null;
|
|
74
|
+
_this.abk = null;
|
|
75
|
+
_this.v5 = DeviceUtils.g(1);
|
|
76
|
+
_this.wm = DeviceUtils.g(1);
|
|
77
|
+
_this.x1 = null;
|
|
78
|
+
_this.x5 = null;
|
|
79
|
+
_this.aba = null;
|
|
80
|
+
_this.abh = null;
|
|
81
|
+
_this.vw = 0;
|
|
82
|
+
_this.wd = 0;
|
|
83
|
+
_this.vv = NaN;
|
|
84
|
+
_this.wc = NaN;
|
|
85
|
+
_this.v6 = 0;
|
|
86
|
+
_this.wn = -90;
|
|
87
|
+
_this.vr = false;
|
|
88
|
+
_this.vs = false;
|
|
89
|
+
_this.aa1 = 1;
|
|
90
|
+
_this.ab4 = 1;
|
|
91
|
+
_this.aa0 = 1;
|
|
92
|
+
_this.aa2 = 2;
|
|
93
|
+
_this.ab2 = 0;
|
|
94
|
+
_this.ab3 = 1;
|
|
95
|
+
_this.ab8 = 0;
|
|
96
|
+
_this.ab9 = 0;
|
|
97
|
+
_this.vp = 4;
|
|
98
|
+
_this.vn = 4;
|
|
99
|
+
_this.xz = null;
|
|
100
|
+
_this.vb = null;
|
|
101
|
+
_this.x3 = null;
|
|
102
|
+
_this.vc = null;
|
|
103
103
|
return _this;
|
|
104
104
|
}
|
|
105
105
|
XYChart.prototype.provideContainer = function (a) {
|
|
106
106
|
if (a != null) {
|
|
107
|
-
var b = this.
|
|
108
|
-
var c = this.
|
|
107
|
+
var b = this.vf();
|
|
108
|
+
var c = this.vg();
|
|
109
109
|
if (b != null) {
|
|
110
110
|
b.provideRenderer(a);
|
|
111
111
|
}
|
|
@@ -115,644 +115,644 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
115
115
|
}
|
|
116
116
|
_super.prototype.provideContainer.call(this, a);
|
|
117
117
|
};
|
|
118
|
-
XYChart.prototype.
|
|
119
|
-
_super.prototype.
|
|
120
|
-
var a = this.
|
|
121
|
-
var b = this.
|
|
118
|
+
XYChart.prototype.rq = function () {
|
|
119
|
+
_super.prototype.rq.call(this);
|
|
120
|
+
var a = this.vf();
|
|
121
|
+
var b = this.vg();
|
|
122
122
|
if (a != null && a.ay != null) {
|
|
123
|
-
this.
|
|
123
|
+
this.abo = a.ay.textColor;
|
|
124
124
|
}
|
|
125
125
|
if (b != null && b.ay != null) {
|
|
126
|
-
this.
|
|
126
|
+
this.abv = b.ay.textColor;
|
|
127
127
|
}
|
|
128
|
-
this.
|
|
129
|
-
this.
|
|
130
|
-
this.
|
|
131
|
-
this.
|
|
132
|
-
this.
|
|
133
|
-
this.
|
|
128
|
+
this.abt = AxisDefaults.j;
|
|
129
|
+
this.ab0 = AxisDefaults.j;
|
|
130
|
+
this.abp = AxisDefaults.h;
|
|
131
|
+
this.abw = AxisDefaults.h;
|
|
132
|
+
this.abs = AxisDefaults.g;
|
|
133
|
+
this.abz = AxisDefaults.g;
|
|
134
134
|
};
|
|
135
|
-
XYChart.prototype.
|
|
135
|
+
XYChart.prototype.sd = function (a, b, c) {
|
|
136
136
|
var _this = this;
|
|
137
|
-
_super.prototype.
|
|
137
|
+
_super.prototype.sd.call(this, a, b, c);
|
|
138
138
|
switch (a) {
|
|
139
139
|
case "XAxisLabelLeftMargin":
|
|
140
|
-
this.
|
|
140
|
+
this.aas(function (d) { return d.leftMargin = _this.w0; });
|
|
141
141
|
break;
|
|
142
142
|
case "XAxisLabelTopMargin":
|
|
143
|
-
this.
|
|
143
|
+
this.aas(function (d) { return d.topMargin = _this.w2; });
|
|
144
144
|
break;
|
|
145
145
|
case "XAxisLabelRightMargin":
|
|
146
|
-
this.
|
|
146
|
+
this.aas(function (d) { return d.rightMargin = _this.w1; });
|
|
147
147
|
break;
|
|
148
148
|
case "XAxisLabelBottomMargin":
|
|
149
|
-
this.
|
|
149
|
+
this.aas(function (d) { return d.bottomMargin = _this.wz; });
|
|
150
150
|
break;
|
|
151
151
|
case "YAxisLabelLeftMargin":
|
|
152
|
-
this.
|
|
152
|
+
this.aax(function (d) { return d.leftMargin = _this.xh; });
|
|
153
153
|
break;
|
|
154
154
|
case "YAxisLabelTopMargin":
|
|
155
|
-
this.
|
|
155
|
+
this.aax(function (d) { return d.topMargin = _this.xj; });
|
|
156
156
|
break;
|
|
157
157
|
case "YAxisLabelRightMargin":
|
|
158
|
-
this.
|
|
158
|
+
this.aax(function (d) { return d.rightMargin = _this.xi; });
|
|
159
159
|
break;
|
|
160
160
|
case "YAxisLabelBottomMargin":
|
|
161
|
-
this.
|
|
161
|
+
this.aax(function (d) { return d.bottomMargin = _this.xg; });
|
|
162
162
|
break;
|
|
163
163
|
case "ActualItemsSource":
|
|
164
164
|
case "ShouldDisplayMockData":
|
|
165
165
|
case "ShouldUseSkeletonStyleForMockData":
|
|
166
|
-
this.
|
|
167
|
-
this.
|
|
166
|
+
this.abm = this.ui(this.abo);
|
|
167
|
+
this.abn = this.ui(this.abv);
|
|
168
168
|
break;
|
|
169
169
|
case "XAxisLabelTextColor":
|
|
170
|
-
this.
|
|
170
|
+
this.abm = this.ui(this.abo);
|
|
171
171
|
break;
|
|
172
172
|
case "YAxisLabelTextColor":
|
|
173
|
-
this.
|
|
173
|
+
this.abn = this.ui(this.abv);
|
|
174
174
|
break;
|
|
175
175
|
case "ActualXAxisLabelTextColor":
|
|
176
|
-
this.
|
|
176
|
+
this.aas(function (d) { return d.textColor = _this.abm; });
|
|
177
177
|
break;
|
|
178
178
|
case "ActualYAxisLabelTextColor":
|
|
179
|
-
this.
|
|
179
|
+
this.aax(function (d) { return d.textColor = _this.abn; });
|
|
180
180
|
break;
|
|
181
181
|
case "XAxisTitleMargin":
|
|
182
|
-
this.
|
|
182
|
+
this.aau(function (d) { return d.margin = _this.xb; });
|
|
183
183
|
break;
|
|
184
184
|
case "YAxisTitleMargin":
|
|
185
|
-
this.
|
|
185
|
+
this.aaz(function (d) { return d.margin = _this.xs; });
|
|
186
186
|
break;
|
|
187
187
|
case "XAxisTitleLeftMargin":
|
|
188
|
-
this.
|
|
188
|
+
this.aau(function (d) { return d.leftMargin = _this.xa; });
|
|
189
189
|
break;
|
|
190
190
|
case "YAxisTitleLeftMargin":
|
|
191
|
-
this.
|
|
191
|
+
this.aaz(function (d) { return d.leftMargin = _this.xr; });
|
|
192
192
|
break;
|
|
193
193
|
case "XAxisTitleTopMargin":
|
|
194
|
-
this.
|
|
194
|
+
this.aau(function (d) { return d.topMargin = _this.xd; });
|
|
195
195
|
break;
|
|
196
196
|
case "YAxisTitleTopMargin":
|
|
197
|
-
this.
|
|
197
|
+
this.aaz(function (d) { return d.topMargin = _this.xu; });
|
|
198
198
|
break;
|
|
199
199
|
case "XAxisTitleRightMargin":
|
|
200
|
-
this.
|
|
200
|
+
this.aau(function (d) { return d.rightMargin = _this.xc; });
|
|
201
201
|
break;
|
|
202
202
|
case "YAxisTitleRightMargin":
|
|
203
|
-
this.
|
|
203
|
+
this.aaz(function (d) { return d.rightMargin = _this.xt; });
|
|
204
204
|
break;
|
|
205
205
|
case "XAxisTitleBottomMargin":
|
|
206
|
-
this.
|
|
206
|
+
this.aau(function (d) { return d.bottomMargin = _this.w9; });
|
|
207
207
|
break;
|
|
208
208
|
case "YAxisTitleBottomMargin":
|
|
209
|
-
this.
|
|
209
|
+
this.aaz(function (d) { return d.bottomMargin = _this.xq; });
|
|
210
210
|
break;
|
|
211
211
|
case "XAxisTitleTextColor":
|
|
212
|
-
this.
|
|
212
|
+
this.aau(function (d) { return d.textColor = _this.abu; });
|
|
213
213
|
break;
|
|
214
214
|
case "YAxisTitleTextColor":
|
|
215
|
-
this.
|
|
215
|
+
this.aaz(function (d) { return d.textColor = _this.ab1; });
|
|
216
216
|
break;
|
|
217
217
|
case "XAxisFormatLabel":
|
|
218
|
-
this.
|
|
218
|
+
this.aaq(function (d) { return d.at = _this.vj; });
|
|
219
219
|
break;
|
|
220
220
|
case "YAxisFormatLabel":
|
|
221
|
-
this.
|
|
221
|
+
this.aav(function (d) { return d.at = _this.vk; });
|
|
222
222
|
break;
|
|
223
223
|
}
|
|
224
224
|
};
|
|
225
|
-
Object.defineProperty(XYChart.prototype, "
|
|
225
|
+
Object.defineProperty(XYChart.prototype, "vj", {
|
|
226
226
|
get: function () {
|
|
227
|
-
return this.
|
|
227
|
+
return this.vh;
|
|
228
228
|
},
|
|
229
229
|
set: function (a) {
|
|
230
|
-
var b = this.
|
|
230
|
+
var b = this.vj;
|
|
231
231
|
if (a != b) {
|
|
232
|
-
this.
|
|
233
|
-
this.
|
|
232
|
+
this.vh = a;
|
|
233
|
+
this.sc("XAxisFormatLabel", b, this.vj);
|
|
234
234
|
}
|
|
235
235
|
},
|
|
236
236
|
enumerable: true,
|
|
237
237
|
configurable: true
|
|
238
238
|
});
|
|
239
|
-
Object.defineProperty(XYChart.prototype, "
|
|
239
|
+
Object.defineProperty(XYChart.prototype, "vk", {
|
|
240
240
|
get: function () {
|
|
241
|
-
return this.
|
|
241
|
+
return this.vi;
|
|
242
242
|
},
|
|
243
243
|
set: function (a) {
|
|
244
|
-
var b = this.
|
|
244
|
+
var b = this.vk;
|
|
245
245
|
if (a != b) {
|
|
246
|
-
this.
|
|
247
|
-
this.
|
|
246
|
+
this.vi = a;
|
|
247
|
+
this.sc("YAxisFormatLabel", b, this.vk);
|
|
248
248
|
}
|
|
249
249
|
},
|
|
250
250
|
enumerable: true,
|
|
251
251
|
configurable: true
|
|
252
252
|
});
|
|
253
|
-
Object.defineProperty(XYChart.prototype, "
|
|
253
|
+
Object.defineProperty(XYChart.prototype, "w0", {
|
|
254
254
|
get: function () {
|
|
255
|
-
return this.
|
|
255
|
+
return this.vy;
|
|
256
256
|
},
|
|
257
257
|
set: function (a) {
|
|
258
|
-
var b = this.
|
|
258
|
+
var b = this.w0;
|
|
259
259
|
if (a != b) {
|
|
260
|
-
this.
|
|
261
|
-
this.
|
|
260
|
+
this.vy = a;
|
|
261
|
+
this.sc("XAxisLabelLeftMargin", b, this.w0);
|
|
262
262
|
}
|
|
263
263
|
},
|
|
264
264
|
enumerable: true,
|
|
265
265
|
configurable: true
|
|
266
266
|
});
|
|
267
|
-
Object.defineProperty(XYChart.prototype, "
|
|
267
|
+
Object.defineProperty(XYChart.prototype, "w2", {
|
|
268
268
|
get: function () {
|
|
269
|
-
return this.
|
|
269
|
+
return this.v0;
|
|
270
270
|
},
|
|
271
271
|
set: function (a) {
|
|
272
|
-
var b = this.
|
|
272
|
+
var b = this.w2;
|
|
273
273
|
if (a != b) {
|
|
274
|
-
this.
|
|
275
|
-
this.
|
|
274
|
+
this.v0 = a;
|
|
275
|
+
this.sc("XAxisLabelTopMargin", b, this.w2);
|
|
276
276
|
}
|
|
277
277
|
},
|
|
278
278
|
enumerable: true,
|
|
279
279
|
configurable: true
|
|
280
280
|
});
|
|
281
|
-
Object.defineProperty(XYChart.prototype, "
|
|
281
|
+
Object.defineProperty(XYChart.prototype, "w1", {
|
|
282
282
|
get: function () {
|
|
283
|
-
return this.
|
|
283
|
+
return this.vz;
|
|
284
284
|
},
|
|
285
285
|
set: function (a) {
|
|
286
|
-
var b = this.
|
|
286
|
+
var b = this.w1;
|
|
287
287
|
if (a != b) {
|
|
288
|
-
this.
|
|
289
|
-
this.
|
|
288
|
+
this.vz = a;
|
|
289
|
+
this.sc("XAxisLabelRightMargin", b, this.w1);
|
|
290
290
|
}
|
|
291
291
|
},
|
|
292
292
|
enumerable: true,
|
|
293
293
|
configurable: true
|
|
294
294
|
});
|
|
295
|
-
Object.defineProperty(XYChart.prototype, "
|
|
295
|
+
Object.defineProperty(XYChart.prototype, "wz", {
|
|
296
296
|
get: function () {
|
|
297
|
-
return this.
|
|
297
|
+
return this.vx;
|
|
298
298
|
},
|
|
299
299
|
set: function (a) {
|
|
300
|
-
var b = this.
|
|
300
|
+
var b = this.wz;
|
|
301
301
|
if (a != b) {
|
|
302
|
-
this.
|
|
303
|
-
this.
|
|
302
|
+
this.vx = a;
|
|
303
|
+
this.sc("XAxisLabelBottomMargin", b, this.wz);
|
|
304
304
|
}
|
|
305
305
|
},
|
|
306
306
|
enumerable: true,
|
|
307
307
|
configurable: true
|
|
308
308
|
});
|
|
309
|
-
Object.defineProperty(XYChart.prototype, "
|
|
309
|
+
Object.defineProperty(XYChart.prototype, "xh", {
|
|
310
310
|
get: function () {
|
|
311
|
-
return this.
|
|
311
|
+
return this.wf;
|
|
312
312
|
},
|
|
313
313
|
set: function (a) {
|
|
314
|
-
var b = this.
|
|
314
|
+
var b = this.xh;
|
|
315
315
|
if (a != b) {
|
|
316
|
-
this.
|
|
317
|
-
this.
|
|
316
|
+
this.wf = a;
|
|
317
|
+
this.sc("YAxisLabelLeftMargin", b, this.xh);
|
|
318
318
|
}
|
|
319
319
|
},
|
|
320
320
|
enumerable: true,
|
|
321
321
|
configurable: true
|
|
322
322
|
});
|
|
323
|
-
Object.defineProperty(XYChart.prototype, "
|
|
323
|
+
Object.defineProperty(XYChart.prototype, "xj", {
|
|
324
324
|
get: function () {
|
|
325
|
-
return this.
|
|
325
|
+
return this.wh;
|
|
326
326
|
},
|
|
327
327
|
set: function (a) {
|
|
328
|
-
var b = this.
|
|
328
|
+
var b = this.xj;
|
|
329
329
|
if (a != b) {
|
|
330
|
-
this.
|
|
331
|
-
this.
|
|
330
|
+
this.wh = a;
|
|
331
|
+
this.sc("YAxisLabelTopMargin", b, this.xj);
|
|
332
332
|
}
|
|
333
333
|
},
|
|
334
334
|
enumerable: true,
|
|
335
335
|
configurable: true
|
|
336
336
|
});
|
|
337
|
-
Object.defineProperty(XYChart.prototype, "
|
|
337
|
+
Object.defineProperty(XYChart.prototype, "xi", {
|
|
338
338
|
get: function () {
|
|
339
|
-
return this.
|
|
339
|
+
return this.wg;
|
|
340
340
|
},
|
|
341
341
|
set: function (a) {
|
|
342
|
-
var b = this.
|
|
342
|
+
var b = this.xi;
|
|
343
343
|
if (a != b) {
|
|
344
|
-
this.
|
|
345
|
-
this.
|
|
344
|
+
this.wg = a;
|
|
345
|
+
this.sc("YAxisLabelRightMargin", b, this.xi);
|
|
346
346
|
}
|
|
347
347
|
},
|
|
348
348
|
enumerable: true,
|
|
349
349
|
configurable: true
|
|
350
350
|
});
|
|
351
|
-
Object.defineProperty(XYChart.prototype, "
|
|
351
|
+
Object.defineProperty(XYChart.prototype, "xg", {
|
|
352
352
|
get: function () {
|
|
353
|
-
return this.
|
|
353
|
+
return this.we;
|
|
354
354
|
},
|
|
355
355
|
set: function (a) {
|
|
356
|
-
var b = this.
|
|
356
|
+
var b = this.xg;
|
|
357
357
|
if (a != b) {
|
|
358
|
-
this.
|
|
359
|
-
this.
|
|
358
|
+
this.we = a;
|
|
359
|
+
this.sc("YAxisLabelBottomMargin", b, this.xg);
|
|
360
360
|
}
|
|
361
361
|
},
|
|
362
362
|
enumerable: true,
|
|
363
363
|
configurable: true
|
|
364
364
|
});
|
|
365
|
-
Object.defineProperty(XYChart.prototype, "
|
|
365
|
+
Object.defineProperty(XYChart.prototype, "abo", {
|
|
366
366
|
get: function () {
|
|
367
|
-
return this.
|
|
367
|
+
return this.aa8;
|
|
368
368
|
},
|
|
369
369
|
set: function (a) {
|
|
370
|
-
var b = this.
|
|
370
|
+
var b = this.abo;
|
|
371
371
|
if (a != b) {
|
|
372
|
-
this.
|
|
373
|
-
this.
|
|
372
|
+
this.aa8 = a;
|
|
373
|
+
this.sc("XAxisLabelTextColor", b, this.abo);
|
|
374
374
|
}
|
|
375
375
|
},
|
|
376
376
|
enumerable: true,
|
|
377
377
|
configurable: true
|
|
378
378
|
});
|
|
379
|
-
Object.defineProperty(XYChart.prototype, "
|
|
379
|
+
Object.defineProperty(XYChart.prototype, "abv", {
|
|
380
380
|
get: function () {
|
|
381
|
-
return this.
|
|
381
|
+
return this.abf;
|
|
382
382
|
},
|
|
383
383
|
set: function (a) {
|
|
384
|
-
var b = this.
|
|
384
|
+
var b = this.abv;
|
|
385
385
|
if (a != b) {
|
|
386
|
-
this.
|
|
387
|
-
this.
|
|
386
|
+
this.abf = a;
|
|
387
|
+
this.sc("YAxisLabelTextColor", b, this.abv);
|
|
388
388
|
}
|
|
389
389
|
},
|
|
390
390
|
enumerable: true,
|
|
391
391
|
configurable: true
|
|
392
392
|
});
|
|
393
|
-
Object.defineProperty(XYChart.prototype, "
|
|
393
|
+
Object.defineProperty(XYChart.prototype, "abm", {
|
|
394
394
|
get: function () {
|
|
395
|
-
return this.
|
|
395
|
+
return this.aa6;
|
|
396
396
|
},
|
|
397
397
|
set: function (a) {
|
|
398
|
-
var b = this.
|
|
398
|
+
var b = this.aa6;
|
|
399
399
|
if (a != b) {
|
|
400
|
-
this.
|
|
401
|
-
this.
|
|
400
|
+
this.aa6 = a;
|
|
401
|
+
this.sc("ActualXAxisLabelTextColor", b, this.abm);
|
|
402
402
|
}
|
|
403
403
|
},
|
|
404
404
|
enumerable: true,
|
|
405
405
|
configurable: true
|
|
406
406
|
});
|
|
407
|
-
Object.defineProperty(XYChart.prototype, "
|
|
407
|
+
Object.defineProperty(XYChart.prototype, "abn", {
|
|
408
408
|
get: function () {
|
|
409
|
-
return this.
|
|
409
|
+
return this.aa7;
|
|
410
410
|
},
|
|
411
411
|
set: function (a) {
|
|
412
|
-
var b = this.
|
|
412
|
+
var b = this.aa7;
|
|
413
413
|
if (a != b) {
|
|
414
|
-
this.
|
|
415
|
-
this.
|
|
414
|
+
this.aa7 = a;
|
|
415
|
+
this.sc("ActualYAxisLabelTextColor", b, this.abn);
|
|
416
416
|
}
|
|
417
417
|
},
|
|
418
418
|
enumerable: true,
|
|
419
419
|
configurable: true
|
|
420
420
|
});
|
|
421
|
-
Object.defineProperty(XYChart.prototype, "
|
|
421
|
+
Object.defineProperty(XYChart.prototype, "xb", {
|
|
422
422
|
get: function () {
|
|
423
|
-
return this.
|
|
423
|
+
return this.v9;
|
|
424
424
|
},
|
|
425
425
|
set: function (a) {
|
|
426
|
-
var b = this.
|
|
426
|
+
var b = this.xb;
|
|
427
427
|
if (a != b) {
|
|
428
|
-
this.
|
|
429
|
-
this.
|
|
428
|
+
this.v9 = a;
|
|
429
|
+
this.sc("XAxisTitleMargin", b, this.xb);
|
|
430
430
|
}
|
|
431
431
|
},
|
|
432
432
|
enumerable: true,
|
|
433
433
|
configurable: true
|
|
434
434
|
});
|
|
435
|
-
Object.defineProperty(XYChart.prototype, "
|
|
435
|
+
Object.defineProperty(XYChart.prototype, "xs", {
|
|
436
436
|
get: function () {
|
|
437
|
-
return this.
|
|
437
|
+
return this.wq;
|
|
438
438
|
},
|
|
439
439
|
set: function (a) {
|
|
440
|
-
var b = this.
|
|
440
|
+
var b = this.xs;
|
|
441
441
|
if (a != b) {
|
|
442
|
-
this.
|
|
443
|
-
this.
|
|
442
|
+
this.wq = a;
|
|
443
|
+
this.sc("YAxisTitleMargin", b, this.xs);
|
|
444
444
|
}
|
|
445
445
|
},
|
|
446
446
|
enumerable: true,
|
|
447
447
|
configurable: true
|
|
448
448
|
});
|
|
449
|
-
Object.defineProperty(XYChart.prototype, "
|
|
449
|
+
Object.defineProperty(XYChart.prototype, "xa", {
|
|
450
450
|
get: function () {
|
|
451
|
-
return this.
|
|
451
|
+
return this.v8;
|
|
452
452
|
},
|
|
453
453
|
set: function (a) {
|
|
454
|
-
var b = this.
|
|
454
|
+
var b = this.xa;
|
|
455
455
|
if (a != b) {
|
|
456
|
-
this.
|
|
457
|
-
this.
|
|
456
|
+
this.v8 = a;
|
|
457
|
+
this.sc("XAxisTitleLeftMargin", b, this.xa);
|
|
458
458
|
}
|
|
459
459
|
},
|
|
460
460
|
enumerable: true,
|
|
461
461
|
configurable: true
|
|
462
462
|
});
|
|
463
|
-
Object.defineProperty(XYChart.prototype, "
|
|
463
|
+
Object.defineProperty(XYChart.prototype, "xr", {
|
|
464
464
|
get: function () {
|
|
465
|
-
return this.
|
|
465
|
+
return this.wp;
|
|
466
466
|
},
|
|
467
467
|
set: function (a) {
|
|
468
|
-
var b = this.
|
|
468
|
+
var b = this.xr;
|
|
469
469
|
if (a != b) {
|
|
470
|
-
this.
|
|
471
|
-
this.
|
|
470
|
+
this.wp = a;
|
|
471
|
+
this.sc("YAxisTitleLeftMargin", b, this.xr);
|
|
472
472
|
}
|
|
473
473
|
},
|
|
474
474
|
enumerable: true,
|
|
475
475
|
configurable: true
|
|
476
476
|
});
|
|
477
|
-
Object.defineProperty(XYChart.prototype, "
|
|
477
|
+
Object.defineProperty(XYChart.prototype, "xd", {
|
|
478
478
|
get: function () {
|
|
479
|
-
return this.
|
|
479
|
+
return this.wb;
|
|
480
480
|
},
|
|
481
481
|
set: function (a) {
|
|
482
|
-
var b = this.
|
|
482
|
+
var b = this.xd;
|
|
483
483
|
if (a != b) {
|
|
484
|
-
this.
|
|
485
|
-
this.
|
|
484
|
+
this.wb = a;
|
|
485
|
+
this.sc("XAxisTitleTopMargin", b, this.xd);
|
|
486
486
|
}
|
|
487
487
|
},
|
|
488
488
|
enumerable: true,
|
|
489
489
|
configurable: true
|
|
490
490
|
});
|
|
491
|
-
Object.defineProperty(XYChart.prototype, "
|
|
491
|
+
Object.defineProperty(XYChart.prototype, "xu", {
|
|
492
492
|
get: function () {
|
|
493
|
-
return this.
|
|
493
|
+
return this.ws;
|
|
494
494
|
},
|
|
495
495
|
set: function (a) {
|
|
496
|
-
var b = this.
|
|
496
|
+
var b = this.xu;
|
|
497
497
|
if (a != b) {
|
|
498
|
-
this.
|
|
499
|
-
this.
|
|
498
|
+
this.ws = a;
|
|
499
|
+
this.sc("YAxisTitleTopMargin", b, this.xu);
|
|
500
500
|
}
|
|
501
501
|
},
|
|
502
502
|
enumerable: true,
|
|
503
503
|
configurable: true
|
|
504
504
|
});
|
|
505
|
-
Object.defineProperty(XYChart.prototype, "
|
|
505
|
+
Object.defineProperty(XYChart.prototype, "xc", {
|
|
506
506
|
get: function () {
|
|
507
|
-
return this.
|
|
507
|
+
return this.wa;
|
|
508
508
|
},
|
|
509
509
|
set: function (a) {
|
|
510
|
-
var b = this.
|
|
510
|
+
var b = this.xc;
|
|
511
511
|
if (a != b) {
|
|
512
|
-
this.
|
|
513
|
-
this.
|
|
512
|
+
this.wa = a;
|
|
513
|
+
this.sc("XAxisTitleRightMargin", b, this.xc);
|
|
514
514
|
}
|
|
515
515
|
},
|
|
516
516
|
enumerable: true,
|
|
517
517
|
configurable: true
|
|
518
518
|
});
|
|
519
|
-
Object.defineProperty(XYChart.prototype, "
|
|
519
|
+
Object.defineProperty(XYChart.prototype, "xt", {
|
|
520
520
|
get: function () {
|
|
521
|
-
return this.
|
|
521
|
+
return this.wr;
|
|
522
522
|
},
|
|
523
523
|
set: function (a) {
|
|
524
|
-
var b = this.
|
|
524
|
+
var b = this.xt;
|
|
525
525
|
if (a != b) {
|
|
526
|
-
this.
|
|
527
|
-
this.
|
|
526
|
+
this.wr = a;
|
|
527
|
+
this.sc("YAxisTitleRightMargin", b, this.xt);
|
|
528
528
|
}
|
|
529
529
|
},
|
|
530
530
|
enumerable: true,
|
|
531
531
|
configurable: true
|
|
532
532
|
});
|
|
533
|
-
Object.defineProperty(XYChart.prototype, "
|
|
533
|
+
Object.defineProperty(XYChart.prototype, "w9", {
|
|
534
534
|
get: function () {
|
|
535
|
-
return this.
|
|
535
|
+
return this.v7;
|
|
536
536
|
},
|
|
537
537
|
set: function (a) {
|
|
538
|
-
var b = this.
|
|
538
|
+
var b = this.w9;
|
|
539
539
|
if (a != b) {
|
|
540
|
-
this.
|
|
541
|
-
this.
|
|
540
|
+
this.v7 = a;
|
|
541
|
+
this.sc("XAxisTitleBottomMargin", b, this.w9);
|
|
542
542
|
}
|
|
543
543
|
},
|
|
544
544
|
enumerable: true,
|
|
545
545
|
configurable: true
|
|
546
546
|
});
|
|
547
|
-
Object.defineProperty(XYChart.prototype, "
|
|
547
|
+
Object.defineProperty(XYChart.prototype, "xq", {
|
|
548
548
|
get: function () {
|
|
549
|
-
return this.
|
|
549
|
+
return this.wo;
|
|
550
550
|
},
|
|
551
551
|
set: function (a) {
|
|
552
|
-
var b = this.
|
|
552
|
+
var b = this.xq;
|
|
553
553
|
if (a != b) {
|
|
554
|
-
this.
|
|
555
|
-
this.
|
|
554
|
+
this.wo = a;
|
|
555
|
+
this.sc("YAxisTitleBottomMargin", b, this.xq);
|
|
556
556
|
}
|
|
557
557
|
},
|
|
558
558
|
enumerable: true,
|
|
559
559
|
configurable: true
|
|
560
560
|
});
|
|
561
|
-
Object.defineProperty(XYChart.prototype, "
|
|
561
|
+
Object.defineProperty(XYChart.prototype, "abu", {
|
|
562
562
|
get: function () {
|
|
563
|
-
return this.
|
|
563
|
+
return this.abe;
|
|
564
564
|
},
|
|
565
565
|
set: function (a) {
|
|
566
|
-
var b = this.
|
|
566
|
+
var b = this.abu;
|
|
567
567
|
if (a != b) {
|
|
568
|
-
this.
|
|
569
|
-
this.
|
|
568
|
+
this.abe = a;
|
|
569
|
+
this.sc("XAxisTitleTextColor", b, this.abu);
|
|
570
570
|
}
|
|
571
571
|
},
|
|
572
572
|
enumerable: true,
|
|
573
573
|
configurable: true
|
|
574
574
|
});
|
|
575
|
-
Object.defineProperty(XYChart.prototype, "
|
|
575
|
+
Object.defineProperty(XYChart.prototype, "ab1", {
|
|
576
576
|
get: function () {
|
|
577
|
-
return this.
|
|
577
|
+
return this.abl;
|
|
578
578
|
},
|
|
579
579
|
set: function (a) {
|
|
580
|
-
var b = this.
|
|
580
|
+
var b = this.ab1;
|
|
581
581
|
if (a != b) {
|
|
582
|
-
this.
|
|
583
|
-
this.
|
|
582
|
+
this.abl = a;
|
|
583
|
+
this.sc("YAxisTitleTextColor", b, this.ab1);
|
|
584
584
|
}
|
|
585
585
|
},
|
|
586
586
|
enumerable: true,
|
|
587
587
|
configurable: true
|
|
588
588
|
});
|
|
589
|
-
XYChart.prototype.
|
|
589
|
+
XYChart.prototype.se = function (a, b, c) {
|
|
590
590
|
var _this = this;
|
|
591
|
-
_super.prototype.
|
|
591
|
+
_super.prototype.se.call(this, a, b, c);
|
|
592
592
|
switch (a) {
|
|
593
593
|
case "XAxisLabelTextStyle":
|
|
594
|
-
this.
|
|
594
|
+
this.aas(function (d) { return d.textStyle = _this.yo; });
|
|
595
595
|
break;
|
|
596
596
|
case "YAxisLabelTextStyle":
|
|
597
|
-
this.
|
|
597
|
+
this.aax(function (d) { return d.textStyle = _this.zt; });
|
|
598
598
|
break;
|
|
599
599
|
case "XAxisTitleTextStyle":
|
|
600
|
-
this.
|
|
600
|
+
this.aau(function (d) { return d.textStyle = _this.zc; });
|
|
601
601
|
break;
|
|
602
602
|
case "YAxisTitleTextStyle":
|
|
603
|
-
this.
|
|
603
|
+
this.aaz(function (d) { return d.textStyle = _this.aah; });
|
|
604
604
|
break;
|
|
605
605
|
}
|
|
606
606
|
};
|
|
607
|
-
Object.defineProperty(XYChart.prototype, "
|
|
607
|
+
Object.defineProperty(XYChart.prototype, "yo", {
|
|
608
608
|
get: function () {
|
|
609
|
-
return this.
|
|
609
|
+
return this.x0;
|
|
610
610
|
},
|
|
611
611
|
set: function (a) {
|
|
612
|
-
var b = this.
|
|
612
|
+
var b = this.yo;
|
|
613
613
|
if (a != b) {
|
|
614
|
-
this.
|
|
615
|
-
this.
|
|
614
|
+
this.x0 = a;
|
|
615
|
+
this.sc("XAxisLabelTextStyle", b, this.yo);
|
|
616
616
|
}
|
|
617
617
|
},
|
|
618
618
|
enumerable: true,
|
|
619
619
|
configurable: true
|
|
620
620
|
});
|
|
621
|
-
Object.defineProperty(XYChart.prototype, "
|
|
621
|
+
Object.defineProperty(XYChart.prototype, "zt", {
|
|
622
622
|
get: function () {
|
|
623
|
-
return this.
|
|
623
|
+
return this.x4;
|
|
624
624
|
},
|
|
625
625
|
set: function (a) {
|
|
626
|
-
var b = this.
|
|
626
|
+
var b = this.zt;
|
|
627
627
|
if (a != b) {
|
|
628
|
-
this.
|
|
629
|
-
this.
|
|
628
|
+
this.x4 = a;
|
|
629
|
+
this.sc("YAxisLabelTextStyle", b, this.zt);
|
|
630
630
|
}
|
|
631
631
|
},
|
|
632
632
|
enumerable: true,
|
|
633
633
|
configurable: true
|
|
634
634
|
});
|
|
635
|
-
Object.defineProperty(XYChart.prototype, "
|
|
635
|
+
Object.defineProperty(XYChart.prototype, "zc", {
|
|
636
636
|
get: function () {
|
|
637
|
-
return this.
|
|
637
|
+
return this.x2;
|
|
638
638
|
},
|
|
639
639
|
set: function (a) {
|
|
640
|
-
var b = this.
|
|
640
|
+
var b = this.zc;
|
|
641
641
|
if (a != b) {
|
|
642
|
-
this.
|
|
643
|
-
this.
|
|
642
|
+
this.x2 = a;
|
|
643
|
+
this.sc("XAxisTitleTextStyle", b, this.zc);
|
|
644
644
|
}
|
|
645
645
|
},
|
|
646
646
|
enumerable: true,
|
|
647
647
|
configurable: true
|
|
648
648
|
});
|
|
649
|
-
Object.defineProperty(XYChart.prototype, "
|
|
649
|
+
Object.defineProperty(XYChart.prototype, "aah", {
|
|
650
650
|
get: function () {
|
|
651
|
-
return this.
|
|
651
|
+
return this.x6;
|
|
652
652
|
},
|
|
653
653
|
set: function (a) {
|
|
654
|
-
var b = this.
|
|
654
|
+
var b = this.aah;
|
|
655
655
|
if (a != b) {
|
|
656
|
-
this.
|
|
657
|
-
this.
|
|
656
|
+
this.x6 = a;
|
|
657
|
+
this.sc("YAxisTitleTextStyle", b, this.aah);
|
|
658
658
|
}
|
|
659
659
|
},
|
|
660
660
|
enumerable: true,
|
|
661
661
|
configurable: true
|
|
662
662
|
});
|
|
663
|
-
XYChart.prototype.
|
|
663
|
+
XYChart.prototype.aan = function (a) {
|
|
664
664
|
var _this = this;
|
|
665
|
-
this.
|
|
666
|
-
this.
|
|
667
|
-
this.
|
|
668
|
-
this.
|
|
669
|
-
this.
|
|
670
|
-
this.
|
|
671
|
-
this.
|
|
672
|
-
this.
|
|
673
|
-
this.
|
|
674
|
-
this.
|
|
675
|
-
this.
|
|
676
|
-
this.
|
|
665
|
+
this.aak(a, function (b) { return b.leftMargin = _this.w0; });
|
|
666
|
+
this.aak(a, function (b) { return b.topMargin = _this.w2; });
|
|
667
|
+
this.aak(a, function (b) { return b.rightMargin = _this.w1; });
|
|
668
|
+
this.aak(a, function (b) { return b.bottomMargin = _this.wz; });
|
|
669
|
+
this.aak(a, function (b) { return b.textColor = _this.abm; });
|
|
670
|
+
this.aal(a, function (b) { return b.textColor = _this.abu; });
|
|
671
|
+
this.aal(a, function (b) { return b.leftMargin = _this.xa; });
|
|
672
|
+
this.aal(a, function (b) { return b.topMargin = _this.xd; });
|
|
673
|
+
this.aal(a, function (b) { return b.rightMargin = _this.xc; });
|
|
674
|
+
this.aal(a, function (b) { return b.bottomMargin = _this.w9; });
|
|
675
|
+
this.aak(a, function (b) { return b.textStyle = _this.yo; });
|
|
676
|
+
this.aal(a, function (b) { return b.textStyle = _this.zc; });
|
|
677
677
|
};
|
|
678
|
-
XYChart.prototype.
|
|
678
|
+
XYChart.prototype.aap = function (a) {
|
|
679
679
|
var _this = this;
|
|
680
|
-
this.
|
|
681
|
-
this.
|
|
682
|
-
this.
|
|
683
|
-
this.
|
|
684
|
-
this.
|
|
685
|
-
this.
|
|
686
|
-
this.
|
|
687
|
-
this.
|
|
688
|
-
this.
|
|
689
|
-
this.
|
|
690
|
-
this.
|
|
691
|
-
this.
|
|
680
|
+
this.aak(a, function (b) { return b.leftMargin = _this.xh; });
|
|
681
|
+
this.aak(a, function (b) { return b.topMargin = _this.xj; });
|
|
682
|
+
this.aak(a, function (b) { return b.rightMargin = _this.xi; });
|
|
683
|
+
this.aak(a, function (b) { return b.bottomMargin = _this.xg; });
|
|
684
|
+
this.aak(a, function (b) { return b.textColor = _this.abn; });
|
|
685
|
+
this.aal(a, function (b) { return b.textColor = _this.ab1; });
|
|
686
|
+
this.aal(a, function (b) { return b.leftMargin = _this.xr; });
|
|
687
|
+
this.aal(a, function (b) { return b.topMargin = _this.xu; });
|
|
688
|
+
this.aal(a, function (b) { return b.rightMargin = _this.xt; });
|
|
689
|
+
this.aal(a, function (b) { return b.bottomMargin = _this.xq; });
|
|
690
|
+
this.aak(a, function (b) { return b.textStyle = _this.zt; });
|
|
691
|
+
this.aal(a, function (b) { return b.textStyle = _this.aah; });
|
|
692
692
|
};
|
|
693
|
-
XYChart.prototype.
|
|
694
|
-
var b = this.
|
|
695
|
-
var c = this.
|
|
693
|
+
XYChart.prototype.sv = function (a) {
|
|
694
|
+
var b = this.a9(a);
|
|
695
|
+
var c = this.cv(a, b);
|
|
696
696
|
if (c == null) {
|
|
697
697
|
return;
|
|
698
698
|
}
|
|
699
699
|
c.itemsSource = a.data;
|
|
700
|
-
c.name = this.
|
|
701
|
-
c.title = this.
|
|
700
|
+
c.name = this.ny(a);
|
|
701
|
+
c.title = this.nz(a, b);
|
|
702
702
|
this.dataChart.series.add(c);
|
|
703
703
|
};
|
|
704
|
-
XYChart.prototype.
|
|
705
|
-
this.
|
|
704
|
+
XYChart.prototype.aaq = function (a) {
|
|
705
|
+
this.aar(a, null);
|
|
706
706
|
};
|
|
707
|
-
XYChart.prototype.
|
|
708
|
-
a(this.
|
|
707
|
+
XYChart.prototype.aar = function (a, b) {
|
|
708
|
+
a(this.vf());
|
|
709
709
|
};
|
|
710
|
-
XYChart.prototype.
|
|
711
|
-
a(this.
|
|
710
|
+
XYChart.prototype.aaw = function (a, b) {
|
|
711
|
+
a(this.vg());
|
|
712
712
|
};
|
|
713
|
-
XYChart.prototype.
|
|
714
|
-
this.
|
|
713
|
+
XYChart.prototype.aav = function (a) {
|
|
714
|
+
this.aaw(a, true);
|
|
715
715
|
};
|
|
716
|
-
XYChart.prototype.
|
|
717
|
-
this.
|
|
718
|
-
this.
|
|
716
|
+
XYChart.prototype.ra = function (a, b) {
|
|
717
|
+
this.aaq(a);
|
|
718
|
+
this.aaw(a, b);
|
|
719
719
|
};
|
|
720
|
-
XYChart.prototype.
|
|
721
|
-
this.
|
|
720
|
+
XYChart.prototype.aau = function (a) {
|
|
721
|
+
this.aal(this.vf(), a);
|
|
722
722
|
};
|
|
723
|
-
XYChart.prototype.
|
|
724
|
-
this.
|
|
723
|
+
XYChart.prototype.aaz = function (a) {
|
|
724
|
+
this.aal(this.vg(), a);
|
|
725
725
|
};
|
|
726
|
-
XYChart.prototype.
|
|
727
|
-
this.
|
|
726
|
+
XYChart.prototype.aax = function (a) {
|
|
727
|
+
this.aak(this.vg(), a);
|
|
728
728
|
};
|
|
729
|
-
XYChart.prototype.
|
|
730
|
-
this.
|
|
729
|
+
XYChart.prototype.aas = function (a) {
|
|
730
|
+
this.aak(this.vf(), a);
|
|
731
731
|
};
|
|
732
|
-
XYChart.prototype.
|
|
733
|
-
var b = this.
|
|
734
|
-
return b.ei(a, new ScalerParams(1, this.
|
|
732
|
+
XYChart.prototype.wt = function (a) {
|
|
733
|
+
var b = this.vf();
|
|
734
|
+
return b.ei(a, new ScalerParams(1, this.uq, this.up, b.cg));
|
|
735
735
|
};
|
|
736
|
-
XYChart.prototype.
|
|
737
|
-
var b = this.
|
|
738
|
-
return b.el(a, new ScalerParams(1, this.
|
|
736
|
+
XYChart.prototype.wv = function (a) {
|
|
737
|
+
var b = this.vf();
|
|
738
|
+
return b.el(a, new ScalerParams(1, this.uq, this.up, b.cg));
|
|
739
739
|
};
|
|
740
|
-
XYChart.prototype.
|
|
741
|
-
var b = this.
|
|
742
|
-
return b.ei(a, new ScalerParams(1, this.
|
|
740
|
+
XYChart.prototype.wu = function (a) {
|
|
741
|
+
var b = this.vg();
|
|
742
|
+
return b.ei(a, new ScalerParams(1, this.uq, this.up, b.cg));
|
|
743
743
|
};
|
|
744
|
-
XYChart.prototype.
|
|
745
|
-
var b = this.
|
|
746
|
-
return b.el(a, new ScalerParams(1, this.
|
|
744
|
+
XYChart.prototype.ww = function (a) {
|
|
745
|
+
var b = this.vg();
|
|
746
|
+
return b.el(a, new ScalerParams(1, this.uq, this.up, b.cg));
|
|
747
747
|
};
|
|
748
|
-
XYChart.prototype.
|
|
749
|
-
_super.prototype.
|
|
748
|
+
XYChart.prototype.ss = function (a) {
|
|
749
|
+
_super.prototype.ss.call(this, a);
|
|
750
750
|
if (a == null) {
|
|
751
751
|
return;
|
|
752
752
|
}
|
|
753
753
|
if (a.axes != null) {
|
|
754
|
-
var b = this.
|
|
755
|
-
var c = this.
|
|
754
|
+
var b = this.vf();
|
|
755
|
+
var c = this.vg();
|
|
756
756
|
if (a.axes.contains(b)) {
|
|
757
757
|
a.axes.remove(b);
|
|
758
758
|
}
|
|
@@ -761,7 +761,7 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
761
761
|
}
|
|
762
762
|
}
|
|
763
763
|
};
|
|
764
|
-
XYChart.
|
|
764
|
+
XYChart.x9 = function (a, b) {
|
|
765
765
|
var e_1, _a;
|
|
766
766
|
try {
|
|
767
767
|
for (var _b = tslib_1.__values(fromEnum(b)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -788,98 +788,98 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
788
788
|
}
|
|
789
789
|
return null;
|
|
790
790
|
};
|
|
791
|
-
XYChart.prototype.
|
|
792
|
-
_super.prototype.
|
|
791
|
+
XYChart.prototype.rl = function (a) {
|
|
792
|
+
_super.prototype.rl.call(this, a);
|
|
793
793
|
if (a == this.dataChart) {
|
|
794
|
-
this.dataChart.axes.add(this.
|
|
795
|
-
this.dataChart.axes.add(this.
|
|
794
|
+
this.dataChart.axes.add(this.vf());
|
|
795
|
+
this.dataChart.axes.add(this.vg());
|
|
796
796
|
}
|
|
797
797
|
};
|
|
798
|
-
XYChart.prototype.
|
|
798
|
+
XYChart.prototype.aam = function (a) {
|
|
799
799
|
var _this = this;
|
|
800
|
-
if (a != null && this.
|
|
801
|
-
a.provideRenderer(this.
|
|
800
|
+
if (a != null && this.jt != null && a.fk == null) {
|
|
801
|
+
a.provideRenderer(this.jt);
|
|
802
802
|
}
|
|
803
|
-
a.jv = this.
|
|
804
|
-
a.eq = this.
|
|
805
|
-
a.jw = this.
|
|
806
|
-
a.et = this.
|
|
807
|
-
a.jy = this.
|
|
808
|
-
a.ff = this.
|
|
809
|
-
a.jx = this.
|
|
810
|
-
a.fg = this.
|
|
811
|
-
a.jz = this.
|
|
812
|
-
a.fh = this.
|
|
803
|
+
a.jv = this.abp;
|
|
804
|
+
a.eq = this.w3;
|
|
805
|
+
a.jw = this.abq;
|
|
806
|
+
a.et = this.w4;
|
|
807
|
+
a.jy = this.abs;
|
|
808
|
+
a.ff = this.w5;
|
|
809
|
+
a.jx = this.abr;
|
|
810
|
+
a.fg = this.w6;
|
|
811
|
+
a.jz = this.abt;
|
|
812
|
+
a.fh = this.w7;
|
|
813
813
|
a.c3 = true;
|
|
814
|
-
a.ct = this.
|
|
815
|
-
a.cv = this.
|
|
816
|
-
var b = a == this.
|
|
814
|
+
a.ct = this.fz;
|
|
815
|
+
a.cv = this.fz;
|
|
816
|
+
var b = a == this.vf();
|
|
817
817
|
if (b) {
|
|
818
|
-
a.g5 = this.
|
|
818
|
+
a.g5 = this.y3;
|
|
819
819
|
}
|
|
820
|
-
a.fz = this.
|
|
821
|
-
a.gf = this.
|
|
822
|
-
a.ag = this.
|
|
823
|
-
this.
|
|
824
|
-
this.
|
|
825
|
-
if (c.extent != _this.
|
|
826
|
-
c.extent = _this.
|
|
820
|
+
a.fz = this.xx;
|
|
821
|
+
a.gf = this.yf;
|
|
822
|
+
a.ag = this.vd;
|
|
823
|
+
this.aak(a, function (c) { return c.angle = _this.wy; });
|
|
824
|
+
this.aak(a, function (c) {
|
|
825
|
+
if (c.extent != _this.wx) {
|
|
826
|
+
c.extent = _this.wx;
|
|
827
827
|
}
|
|
828
828
|
});
|
|
829
|
-
this.
|
|
830
|
-
this.
|
|
831
|
-
this.
|
|
832
|
-
this.
|
|
833
|
-
this.
|
|
834
|
-
this.
|
|
835
|
-
this.
|
|
829
|
+
this.aak(a, function (c) { return c.horizontalAlignment = _this.aa3; });
|
|
830
|
+
this.aak(a, function (c) { return c.verticalAlignment = _this.ab5; });
|
|
831
|
+
this.aak(a, function (c) { return c.visibility = _this.aca; });
|
|
832
|
+
this.aak(a, function (c) { return c.location = _this.vl(_this.vo); });
|
|
833
|
+
this.aal(a, function (c) { return c.horizontalAlignment = _this.aa4; });
|
|
834
|
+
this.aal(a, function (c) { return c.angle = _this.w8; });
|
|
835
|
+
this.aan(a);
|
|
836
836
|
};
|
|
837
|
-
XYChart.prototype.
|
|
837
|
+
XYChart.prototype.aao = function (a) {
|
|
838
838
|
var _this = this;
|
|
839
839
|
if (a == null) {
|
|
840
840
|
return;
|
|
841
841
|
}
|
|
842
|
-
if (this.
|
|
843
|
-
a.provideRenderer(this.
|
|
842
|
+
if (this.jt != null && a.fk == null) {
|
|
843
|
+
a.provideRenderer(this.jt);
|
|
844
844
|
}
|
|
845
|
-
a.ct = this.
|
|
846
|
-
a.cv = this.
|
|
847
|
-
this.
|
|
848
|
-
this.
|
|
849
|
-
if (b.extent != _this.
|
|
850
|
-
b.extent = _this.
|
|
845
|
+
a.ct = this.fz;
|
|
846
|
+
a.cv = this.fz;
|
|
847
|
+
this.aak(a, function (b) { return b.angle = _this.xf; });
|
|
848
|
+
this.aak(a, function (b) {
|
|
849
|
+
if (b.extent != _this.xe) {
|
|
850
|
+
b.extent = _this.xe;
|
|
851
851
|
}
|
|
852
852
|
});
|
|
853
|
-
this.
|
|
854
|
-
this.
|
|
855
|
-
this.
|
|
856
|
-
this.
|
|
857
|
-
this.
|
|
858
|
-
this.
|
|
859
|
-
a.jv = this.
|
|
860
|
-
a.eq = this.
|
|
861
|
-
a.jw = this.
|
|
862
|
-
a.et = this.
|
|
863
|
-
a.jy = this.
|
|
864
|
-
a.ff = this.
|
|
865
|
-
a.jx = this.
|
|
866
|
-
a.fg = this.
|
|
867
|
-
a.jz = this.
|
|
868
|
-
a.fh = this.
|
|
869
|
-
var b = a == this.
|
|
853
|
+
this.aak(a, function (b) { return b.horizontalAlignment = _this.aa5; });
|
|
854
|
+
this.aak(a, function (b) { return b.verticalAlignment = _this.ab6; });
|
|
855
|
+
this.aak(a, function (b) { return b.visibility = _this.acb; });
|
|
856
|
+
this.aak(a, function (b) { return b.location = _this.vm(_this.vq); });
|
|
857
|
+
this.aal(a, function (b) { return b.verticalAlignment = _this.ab7; });
|
|
858
|
+
this.aal(a, function (b) { return b.angle = _this.xp; });
|
|
859
|
+
a.jv = this.abw;
|
|
860
|
+
a.eq = this.xk;
|
|
861
|
+
a.jw = this.abx;
|
|
862
|
+
a.et = this.xl;
|
|
863
|
+
a.jy = this.abz;
|
|
864
|
+
a.ff = this.xm;
|
|
865
|
+
a.jx = this.aby;
|
|
866
|
+
a.fg = this.xn;
|
|
867
|
+
a.jz = this.ab0;
|
|
868
|
+
a.fh = this.xo;
|
|
869
|
+
var b = a == this.vg();
|
|
870
870
|
if (b) {
|
|
871
|
-
a.g5 = this.
|
|
871
|
+
a.g5 = this.z8;
|
|
872
872
|
}
|
|
873
|
-
a.gf = this.
|
|
874
|
-
a.ag = this.
|
|
875
|
-
this.
|
|
873
|
+
a.gf = this.zk;
|
|
874
|
+
a.ag = this.ve;
|
|
875
|
+
this.aap(a);
|
|
876
876
|
};
|
|
877
|
-
XYChart.prototype.
|
|
878
|
-
_super.prototype.
|
|
879
|
-
this.
|
|
880
|
-
this.
|
|
877
|
+
XYChart.prototype.ri = function () {
|
|
878
|
+
_super.prototype.ri.call(this);
|
|
879
|
+
this.aam(this.vf());
|
|
880
|
+
this.aao(this.vg());
|
|
881
881
|
};
|
|
882
|
-
XYChart.prototype.
|
|
882
|
+
XYChart.prototype.aak = function (a, b) {
|
|
883
883
|
if (a == null) {
|
|
884
884
|
return;
|
|
885
885
|
}
|
|
@@ -896,7 +896,7 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
896
896
|
}
|
|
897
897
|
b(a.ay);
|
|
898
898
|
};
|
|
899
|
-
XYChart.prototype.
|
|
899
|
+
XYChart.prototype.aal = function (a, b) {
|
|
900
900
|
if (a == null) {
|
|
901
901
|
return;
|
|
902
902
|
}
|
|
@@ -913,171 +913,171 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
913
913
|
}
|
|
914
914
|
b(a.be);
|
|
915
915
|
};
|
|
916
|
-
XYChart.prototype.
|
|
916
|
+
XYChart.prototype.sc = function (a, b, c) {
|
|
917
917
|
var _this = this;
|
|
918
|
-
_super.prototype.
|
|
918
|
+
_super.prototype.sc.call(this, a, b, c);
|
|
919
919
|
switch (a) {
|
|
920
920
|
case "XAxisLabelAngle":
|
|
921
|
-
this.
|
|
921
|
+
this.aas(function (d) { return d.angle = _this.wy; });
|
|
922
922
|
break;
|
|
923
923
|
case "YAxisLabelAngle":
|
|
924
|
-
this.
|
|
924
|
+
this.aax(function (d) { return d.angle = _this.xf; });
|
|
925
925
|
break;
|
|
926
926
|
case "XAxisLabelHorizontalAlignment":
|
|
927
|
-
this.
|
|
927
|
+
this.aas(function (d) { return d.horizontalAlignment = _this.aa3; });
|
|
928
928
|
break;
|
|
929
929
|
case "YAxisLabelHorizontalAlignment":
|
|
930
|
-
this.
|
|
930
|
+
this.aax(function (d) { return d.horizontalAlignment = _this.aa5; });
|
|
931
931
|
break;
|
|
932
932
|
case "XAxisLabelVerticalAlignment":
|
|
933
|
-
this.
|
|
933
|
+
this.aas(function (d) { return d.verticalAlignment = _this.ab5; });
|
|
934
934
|
break;
|
|
935
935
|
case "YAxisLabelVerticalAlignment":
|
|
936
|
-
this.
|
|
936
|
+
this.aax(function (d) { return d.verticalAlignment = _this.ab6; });
|
|
937
937
|
break;
|
|
938
938
|
case "XAxisLabelVisibility":
|
|
939
|
-
this.
|
|
939
|
+
this.aas(function (d) { return d.visibility = _this.aca; });
|
|
940
940
|
break;
|
|
941
941
|
case "YAxisLabelVisibility":
|
|
942
|
-
this.
|
|
942
|
+
this.aax(function (d) { return d.visibility = _this.acb; });
|
|
943
943
|
break;
|
|
944
944
|
case "XAxisLabel":
|
|
945
|
-
this.
|
|
945
|
+
this.aaq(function (d) { return d.fz = _this.xx; });
|
|
946
946
|
break;
|
|
947
947
|
case "YAxisLabel":
|
|
948
|
-
this.
|
|
948
|
+
this.aav(function (d) { return d.fz = _this.xy; });
|
|
949
949
|
break;
|
|
950
950
|
case "XAxisLabelFormat":
|
|
951
|
-
this.
|
|
951
|
+
this.aaq(function (d) { return d.gf = _this.yf; });
|
|
952
952
|
break;
|
|
953
953
|
case "XAxisLabelFormatSpecifiers":
|
|
954
|
-
this.
|
|
954
|
+
this.aaq(function (d) { return d.ag = _this.vd; });
|
|
955
955
|
break;
|
|
956
956
|
case "YAxisLabelFormat":
|
|
957
|
-
this.
|
|
957
|
+
this.aav(function (d) { return d.gf = _this.zk; });
|
|
958
958
|
break;
|
|
959
959
|
case "YAxisLabelFormatSpecifiers":
|
|
960
|
-
this.
|
|
960
|
+
this.aav(function (d) { return d.ag = _this.ve; });
|
|
961
961
|
break;
|
|
962
962
|
case "XAxisTitleAngle":
|
|
963
|
-
this.
|
|
963
|
+
this.aau(function (d) { return d.angle = _this.w8; });
|
|
964
964
|
break;
|
|
965
965
|
case "YAxisTitleAngle":
|
|
966
|
-
this.
|
|
966
|
+
this.aaz(function (d) { return d.angle = _this.xp; });
|
|
967
967
|
break;
|
|
968
968
|
case "XAxisTitleAlignment":
|
|
969
|
-
this.
|
|
969
|
+
this.aau(function (d) { return d.horizontalAlignment = _this.aa4; });
|
|
970
970
|
break;
|
|
971
971
|
case "YAxisTitleAlignment":
|
|
972
|
-
this.
|
|
972
|
+
this.aaz(function (d) { return d.verticalAlignment = _this.ab7; });
|
|
973
973
|
break;
|
|
974
974
|
case "XAxisTitle":
|
|
975
|
-
this.
|
|
975
|
+
this.aaq(function (d) { return d.g5 = _this.y3; });
|
|
976
976
|
break;
|
|
977
977
|
case "YAxisTitle":
|
|
978
|
-
this.
|
|
978
|
+
this.aaw(function (d) { return d.g5 = _this.z8; }, false);
|
|
979
979
|
break;
|
|
980
980
|
case "XAxisMajorStroke":
|
|
981
|
-
this.
|
|
981
|
+
this.aar(function (d) { return d.jv = _this.abp; }, a);
|
|
982
982
|
break;
|
|
983
983
|
case "YAxisMajorStroke":
|
|
984
|
-
this.
|
|
984
|
+
this.aav(function (d) { return d.jv = _this.abw; });
|
|
985
985
|
break;
|
|
986
986
|
case "XAxisMajorStrokeThickness":
|
|
987
|
-
this.
|
|
987
|
+
this.aar(function (d) { return d.eq = _this.w3; }, a);
|
|
988
988
|
break;
|
|
989
989
|
case "YAxisMajorStrokeThickness":
|
|
990
|
-
this.
|
|
990
|
+
this.aav(function (d) { return d.eq = _this.xk; });
|
|
991
991
|
break;
|
|
992
992
|
case "XAxisMinorStroke":
|
|
993
|
-
this.
|
|
993
|
+
this.aaq(function (d) { return d.jw = _this.abq; });
|
|
994
994
|
break;
|
|
995
995
|
case "YAxisMinorStroke":
|
|
996
|
-
this.
|
|
996
|
+
this.aav(function (d) { return d.jw = _this.abx; });
|
|
997
997
|
break;
|
|
998
998
|
case "XAxisMinorStrokeThickness":
|
|
999
|
-
this.
|
|
999
|
+
this.aaq(function (d) { return d.et = _this.w4; });
|
|
1000
1000
|
break;
|
|
1001
1001
|
case "YAxisMinorStrokeThickness":
|
|
1002
|
-
this.
|
|
1002
|
+
this.aav(function (d) { return d.et = _this.xl; });
|
|
1003
1003
|
break;
|
|
1004
1004
|
case "XAxisTickLength":
|
|
1005
|
-
this.
|
|
1005
|
+
this.aaq(function (d) { return d.fg = _this.w6; });
|
|
1006
1006
|
break;
|
|
1007
1007
|
case "YAxisTickLength":
|
|
1008
|
-
this.
|
|
1008
|
+
this.aav(function (d) { return d.fg = _this.xn; });
|
|
1009
1009
|
break;
|
|
1010
1010
|
case "XAxisTickStroke":
|
|
1011
|
-
this.
|
|
1011
|
+
this.aaq(function (d) { return d.jz = _this.abt; });
|
|
1012
1012
|
break;
|
|
1013
1013
|
case "YAxisTickStroke":
|
|
1014
|
-
this.
|
|
1014
|
+
this.aav(function (d) { return d.jz = _this.ab0; });
|
|
1015
1015
|
break;
|
|
1016
1016
|
case "XAxisTickStrokeThickness":
|
|
1017
|
-
this.
|
|
1017
|
+
this.aaq(function (d) { return d.fh = _this.w7; });
|
|
1018
1018
|
break;
|
|
1019
1019
|
case "YAxisTickStrokeThickness":
|
|
1020
|
-
this.
|
|
1020
|
+
this.aav(function (d) { return d.fh = _this.xo; });
|
|
1021
1021
|
break;
|
|
1022
1022
|
case "XAxisStroke":
|
|
1023
|
-
this.
|
|
1023
|
+
this.aaq(function (d) { return d.jy = _this.abs; });
|
|
1024
1024
|
break;
|
|
1025
1025
|
case "YAxisStroke":
|
|
1026
|
-
this.
|
|
1026
|
+
this.aav(function (d) { return d.jy = _this.abz; });
|
|
1027
1027
|
break;
|
|
1028
1028
|
case "XAxisStrokeThickness":
|
|
1029
|
-
this.
|
|
1029
|
+
this.aaq(function (d) { return d.ff = _this.w5; });
|
|
1030
1030
|
break;
|
|
1031
1031
|
case "YAxisStrokeThickness":
|
|
1032
|
-
this.
|
|
1032
|
+
this.aav(function (d) { return d.ff = _this.xm; });
|
|
1033
1033
|
break;
|
|
1034
1034
|
case "XAxisExtent":
|
|
1035
|
-
this.
|
|
1035
|
+
this.aas(function (d) { return d.extent = _this.wx; });
|
|
1036
1036
|
break;
|
|
1037
1037
|
case "YAxisExtent":
|
|
1038
|
-
this.
|
|
1038
|
+
this.aax(function (d) { return d.extent = _this.xe; });
|
|
1039
1039
|
break;
|
|
1040
1040
|
case "XAxisStrip":
|
|
1041
|
-
this.
|
|
1041
|
+
this.aaq(function (d) { return d.jx = _this.abr; });
|
|
1042
1042
|
break;
|
|
1043
1043
|
case "YAxisStrip":
|
|
1044
|
-
this.
|
|
1044
|
+
this.aav(function (d) { return d.jx = _this.aby; });
|
|
1045
1045
|
break;
|
|
1046
1046
|
case "XAxisInverted":
|
|
1047
|
-
this.
|
|
1047
|
+
this.aaq(function (d) { return d.cg = _this.vt; });
|
|
1048
1048
|
break;
|
|
1049
1049
|
case "YAxisInverted":
|
|
1050
|
-
this.
|
|
1050
|
+
this.aav(function (d) { return d.cg = _this.vu; });
|
|
1051
1051
|
break;
|
|
1052
1052
|
case "YAxisLabelLocation":
|
|
1053
|
-
this.
|
|
1053
|
+
this.aay();
|
|
1054
1054
|
break;
|
|
1055
1055
|
case "XAxisLabelLocation":
|
|
1056
|
-
this.
|
|
1056
|
+
this.aat();
|
|
1057
1057
|
break;
|
|
1058
1058
|
}
|
|
1059
1059
|
};
|
|
1060
|
-
XYChart.prototype.
|
|
1061
|
-
var a = this.
|
|
1060
|
+
XYChart.prototype.aay = function () {
|
|
1061
|
+
var a = this.vm(this.vq);
|
|
1062
1062
|
if (a == 2 || a == 7) {
|
|
1063
|
-
this.
|
|
1063
|
+
this.aa5 = 2;
|
|
1064
1064
|
}
|
|
1065
1065
|
else {
|
|
1066
|
-
this.
|
|
1066
|
+
this.aa5 = 0;
|
|
1067
1067
|
}
|
|
1068
|
-
this.
|
|
1068
|
+
this.aax(function (b) { return b.location = a; });
|
|
1069
1069
|
};
|
|
1070
|
-
XYChart.prototype.
|
|
1071
|
-
var a = this.
|
|
1070
|
+
XYChart.prototype.aat = function () {
|
|
1071
|
+
var a = this.vl(this.vo);
|
|
1072
1072
|
if (a == 1 || a == 5) {
|
|
1073
|
-
this.
|
|
1073
|
+
this.ab5 = 0;
|
|
1074
1074
|
}
|
|
1075
1075
|
else {
|
|
1076
|
-
this.
|
|
1076
|
+
this.ab5 = 2;
|
|
1077
1077
|
}
|
|
1078
|
-
this.
|
|
1078
|
+
this.aas(function (b) { return b.location = a; });
|
|
1079
1079
|
};
|
|
1080
|
-
XYChart.prototype.
|
|
1080
|
+
XYChart.prototype.vm = function (a) {
|
|
1081
1081
|
if (a == 0) {
|
|
1082
1082
|
return 2;
|
|
1083
1083
|
}
|
|
@@ -1091,7 +1091,7 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1091
1091
|
return 6;
|
|
1092
1092
|
}
|
|
1093
1093
|
else {
|
|
1094
|
-
if (this.
|
|
1094
|
+
if (this.by == 1) {
|
|
1095
1095
|
return 3;
|
|
1096
1096
|
}
|
|
1097
1097
|
else {
|
|
@@ -1099,7 +1099,7 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1099
1099
|
}
|
|
1100
1100
|
}
|
|
1101
1101
|
};
|
|
1102
|
-
XYChart.prototype.
|
|
1102
|
+
XYChart.prototype.vl = function (a) {
|
|
1103
1103
|
if (a == 1) {
|
|
1104
1104
|
return 1;
|
|
1105
1105
|
}
|
|
@@ -1116,663 +1116,663 @@ var XYChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1116
1116
|
return 1;
|
|
1117
1117
|
}
|
|
1118
1118
|
};
|
|
1119
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1119
|
+
Object.defineProperty(XYChart.prototype, "xx", {
|
|
1120
1120
|
get: function () {
|
|
1121
|
-
return this.
|
|
1121
|
+
return this.xv;
|
|
1122
1122
|
},
|
|
1123
1123
|
set: function (a) {
|
|
1124
|
-
var b = this.
|
|
1124
|
+
var b = this.xx;
|
|
1125
1125
|
if (a != b) {
|
|
1126
|
-
this.
|
|
1127
|
-
this.
|
|
1126
|
+
this.xv = a;
|
|
1127
|
+
this.sc("XAxisLabel", b, this.xx);
|
|
1128
1128
|
}
|
|
1129
1129
|
},
|
|
1130
1130
|
enumerable: true,
|
|
1131
1131
|
configurable: true
|
|
1132
1132
|
});
|
|
1133
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1133
|
+
Object.defineProperty(XYChart.prototype, "xy", {
|
|
1134
1134
|
get: function () {
|
|
1135
|
-
return this.
|
|
1135
|
+
return this.xw;
|
|
1136
1136
|
},
|
|
1137
1137
|
set: function (a) {
|
|
1138
|
-
var b = this.
|
|
1138
|
+
var b = this.xy;
|
|
1139
1139
|
if (a != b) {
|
|
1140
|
-
this.
|
|
1141
|
-
this.
|
|
1140
|
+
this.xw = a;
|
|
1141
|
+
this.sc("YAxisLabel", b, this.xy);
|
|
1142
1142
|
}
|
|
1143
1143
|
},
|
|
1144
1144
|
enumerable: true,
|
|
1145
1145
|
configurable: true
|
|
1146
1146
|
});
|
|
1147
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1147
|
+
Object.defineProperty(XYChart.prototype, "abp", {
|
|
1148
1148
|
get: function () {
|
|
1149
|
-
return this.
|
|
1149
|
+
return this.aa9;
|
|
1150
1150
|
},
|
|
1151
1151
|
set: function (a) {
|
|
1152
|
-
var b = this.
|
|
1152
|
+
var b = this.abp;
|
|
1153
1153
|
if (a != b) {
|
|
1154
|
-
this.
|
|
1155
|
-
this.
|
|
1154
|
+
this.aa9 = a;
|
|
1155
|
+
this.sc("XAxisMajorStroke", b, this.abp);
|
|
1156
1156
|
}
|
|
1157
1157
|
},
|
|
1158
1158
|
enumerable: true,
|
|
1159
1159
|
configurable: true
|
|
1160
1160
|
});
|
|
1161
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1161
|
+
Object.defineProperty(XYChart.prototype, "abw", {
|
|
1162
1162
|
get: function () {
|
|
1163
|
-
return this.
|
|
1163
|
+
return this.abg;
|
|
1164
1164
|
},
|
|
1165
1165
|
set: function (a) {
|
|
1166
|
-
var b = this.
|
|
1166
|
+
var b = this.abw;
|
|
1167
1167
|
if (a != b) {
|
|
1168
|
-
this.
|
|
1169
|
-
this.
|
|
1168
|
+
this.abg = a;
|
|
1169
|
+
this.sc("YAxisMajorStroke", b, this.abw);
|
|
1170
1170
|
}
|
|
1171
1171
|
},
|
|
1172
1172
|
enumerable: true,
|
|
1173
1173
|
configurable: true
|
|
1174
1174
|
});
|
|
1175
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1175
|
+
Object.defineProperty(XYChart.prototype, "w3", {
|
|
1176
1176
|
get: function () {
|
|
1177
|
-
return this.
|
|
1177
|
+
return this.v1;
|
|
1178
1178
|
},
|
|
1179
1179
|
set: function (a) {
|
|
1180
|
-
var b = this.
|
|
1180
|
+
var b = this.w3;
|
|
1181
1181
|
if (a != b) {
|
|
1182
|
-
this.
|
|
1183
|
-
this.
|
|
1182
|
+
this.v1 = a;
|
|
1183
|
+
this.sc("XAxisMajorStrokeThickness", b, this.w3);
|
|
1184
1184
|
}
|
|
1185
1185
|
},
|
|
1186
1186
|
enumerable: true,
|
|
1187
1187
|
configurable: true
|
|
1188
1188
|
});
|
|
1189
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1189
|
+
Object.defineProperty(XYChart.prototype, "xk", {
|
|
1190
1190
|
get: function () {
|
|
1191
|
-
return this.
|
|
1191
|
+
return this.wi;
|
|
1192
1192
|
},
|
|
1193
1193
|
set: function (a) {
|
|
1194
|
-
var b = this.
|
|
1194
|
+
var b = this.xk;
|
|
1195
1195
|
if (a != b) {
|
|
1196
|
-
this.
|
|
1197
|
-
this.
|
|
1196
|
+
this.wi = a;
|
|
1197
|
+
this.sc("YAxisMajorStrokeThickness", b, this.xk);
|
|
1198
1198
|
}
|
|
1199
1199
|
},
|
|
1200
1200
|
enumerable: true,
|
|
1201
1201
|
configurable: true
|
|
1202
1202
|
});
|
|
1203
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1203
|
+
Object.defineProperty(XYChart.prototype, "w4", {
|
|
1204
1204
|
get: function () {
|
|
1205
|
-
return this.
|
|
1205
|
+
return this.v2;
|
|
1206
1206
|
},
|
|
1207
1207
|
set: function (a) {
|
|
1208
|
-
var b = this.
|
|
1208
|
+
var b = this.w4;
|
|
1209
1209
|
if (a != b) {
|
|
1210
|
-
this.
|
|
1211
|
-
this.
|
|
1210
|
+
this.v2 = a;
|
|
1211
|
+
this.sc("XAxisMinorStrokeThickness", b, this.w4);
|
|
1212
1212
|
}
|
|
1213
1213
|
},
|
|
1214
1214
|
enumerable: true,
|
|
1215
1215
|
configurable: true
|
|
1216
1216
|
});
|
|
1217
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1217
|
+
Object.defineProperty(XYChart.prototype, "xl", {
|
|
1218
1218
|
get: function () {
|
|
1219
|
-
return this.
|
|
1219
|
+
return this.wj;
|
|
1220
1220
|
},
|
|
1221
1221
|
set: function (a) {
|
|
1222
|
-
var b = this.
|
|
1222
|
+
var b = this.xl;
|
|
1223
1223
|
if (a != b) {
|
|
1224
|
-
this.
|
|
1225
|
-
this.
|
|
1224
|
+
this.wj = a;
|
|
1225
|
+
this.sc("YAxisMinorStrokeThickness", b, this.xl);
|
|
1226
1226
|
}
|
|
1227
1227
|
},
|
|
1228
1228
|
enumerable: true,
|
|
1229
1229
|
configurable: true
|
|
1230
1230
|
});
|
|
1231
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1231
|
+
Object.defineProperty(XYChart.prototype, "abr", {
|
|
1232
1232
|
get: function () {
|
|
1233
|
-
return this.
|
|
1233
|
+
return this.abb;
|
|
1234
1234
|
},
|
|
1235
1235
|
set: function (a) {
|
|
1236
|
-
var b = this.
|
|
1236
|
+
var b = this.abr;
|
|
1237
1237
|
if (a != b) {
|
|
1238
|
-
this.
|
|
1239
|
-
this.
|
|
1238
|
+
this.abb = a;
|
|
1239
|
+
this.sc("XAxisStrip", b, this.abr);
|
|
1240
1240
|
}
|
|
1241
1241
|
},
|
|
1242
1242
|
enumerable: true,
|
|
1243
1243
|
configurable: true
|
|
1244
1244
|
});
|
|
1245
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1245
|
+
Object.defineProperty(XYChart.prototype, "aby", {
|
|
1246
1246
|
get: function () {
|
|
1247
|
-
return this.
|
|
1247
|
+
return this.abi;
|
|
1248
1248
|
},
|
|
1249
1249
|
set: function (a) {
|
|
1250
|
-
var b = this.
|
|
1250
|
+
var b = this.aby;
|
|
1251
1251
|
if (a != b) {
|
|
1252
|
-
this.
|
|
1253
|
-
this.
|
|
1252
|
+
this.abi = a;
|
|
1253
|
+
this.sc("YAxisStrip", b, this.aby);
|
|
1254
1254
|
}
|
|
1255
1255
|
},
|
|
1256
1256
|
enumerable: true,
|
|
1257
1257
|
configurable: true
|
|
1258
1258
|
});
|
|
1259
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1259
|
+
Object.defineProperty(XYChart.prototype, "abs", {
|
|
1260
1260
|
get: function () {
|
|
1261
|
-
return this.
|
|
1261
|
+
return this.abc;
|
|
1262
1262
|
},
|
|
1263
1263
|
set: function (a) {
|
|
1264
|
-
var b = this.
|
|
1264
|
+
var b = this.abs;
|
|
1265
1265
|
if (a != b) {
|
|
1266
|
-
this.
|
|
1267
|
-
this.
|
|
1266
|
+
this.abc = a;
|
|
1267
|
+
this.sc("XAxisStroke", b, this.abs);
|
|
1268
1268
|
}
|
|
1269
1269
|
},
|
|
1270
1270
|
enumerable: true,
|
|
1271
1271
|
configurable: true
|
|
1272
1272
|
});
|
|
1273
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1273
|
+
Object.defineProperty(XYChart.prototype, "abz", {
|
|
1274
1274
|
get: function () {
|
|
1275
|
-
return this.
|
|
1275
|
+
return this.abj;
|
|
1276
1276
|
},
|
|
1277
1277
|
set: function (a) {
|
|
1278
|
-
var b = this.
|
|
1278
|
+
var b = this.abz;
|
|
1279
1279
|
if (a != b) {
|
|
1280
|
-
this.
|
|
1281
|
-
this.
|
|
1280
|
+
this.abj = a;
|
|
1281
|
+
this.sc("YAxisStroke", b, this.abz);
|
|
1282
1282
|
}
|
|
1283
1283
|
},
|
|
1284
1284
|
enumerable: true,
|
|
1285
1285
|
configurable: true
|
|
1286
1286
|
});
|
|
1287
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1287
|
+
Object.defineProperty(XYChart.prototype, "w5", {
|
|
1288
1288
|
get: function () {
|
|
1289
|
-
return this.
|
|
1289
|
+
return this.v3;
|
|
1290
1290
|
},
|
|
1291
1291
|
set: function (a) {
|
|
1292
|
-
var b = this.
|
|
1292
|
+
var b = this.w5;
|
|
1293
1293
|
if (a != b) {
|
|
1294
|
-
this.
|
|
1295
|
-
this.
|
|
1294
|
+
this.v3 = a;
|
|
1295
|
+
this.sc("XAxisStrokeThickness", b, this.w5);
|
|
1296
1296
|
}
|
|
1297
1297
|
},
|
|
1298
1298
|
enumerable: true,
|
|
1299
1299
|
configurable: true
|
|
1300
1300
|
});
|
|
1301
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1301
|
+
Object.defineProperty(XYChart.prototype, "xm", {
|
|
1302
1302
|
get: function () {
|
|
1303
|
-
return this.
|
|
1303
|
+
return this.wk;
|
|
1304
1304
|
},
|
|
1305
1305
|
set: function (a) {
|
|
1306
|
-
var b = this.
|
|
1306
|
+
var b = this.xm;
|
|
1307
1307
|
if (a != b) {
|
|
1308
|
-
this.
|
|
1309
|
-
this.
|
|
1308
|
+
this.wk = a;
|
|
1309
|
+
this.sc("YAxisStrokeThickness", b, this.xm);
|
|
1310
1310
|
}
|
|
1311
1311
|
},
|
|
1312
1312
|
enumerable: true,
|
|
1313
1313
|
configurable: true
|
|
1314
1314
|
});
|
|
1315
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1315
|
+
Object.defineProperty(XYChart.prototype, "w6", {
|
|
1316
1316
|
get: function () {
|
|
1317
|
-
return this.
|
|
1317
|
+
return this.v4;
|
|
1318
1318
|
},
|
|
1319
1319
|
set: function (a) {
|
|
1320
|
-
var b = this.
|
|
1320
|
+
var b = this.w6;
|
|
1321
1321
|
if (a != b) {
|
|
1322
|
-
this.
|
|
1323
|
-
this.
|
|
1322
|
+
this.v4 = a;
|
|
1323
|
+
this.sc("XAxisTickLength", b, this.w6);
|
|
1324
1324
|
}
|
|
1325
1325
|
},
|
|
1326
1326
|
enumerable: true,
|
|
1327
1327
|
configurable: true
|
|
1328
1328
|
});
|
|
1329
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1329
|
+
Object.defineProperty(XYChart.prototype, "xn", {
|
|
1330
1330
|
get: function () {
|
|
1331
|
-
return this.
|
|
1331
|
+
return this.wl;
|
|
1332
1332
|
},
|
|
1333
1333
|
set: function (a) {
|
|
1334
|
-
var b = this.
|
|
1334
|
+
var b = this.xn;
|
|
1335
1335
|
if (a != b) {
|
|
1336
|
-
this.
|
|
1337
|
-
this.
|
|
1336
|
+
this.wl = a;
|
|
1337
|
+
this.sc("YAxisTickLength", b, this.xn);
|
|
1338
1338
|
}
|
|
1339
1339
|
},
|
|
1340
1340
|
enumerable: true,
|
|
1341
1341
|
configurable: true
|
|
1342
1342
|
});
|
|
1343
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1343
|
+
Object.defineProperty(XYChart.prototype, "abt", {
|
|
1344
1344
|
get: function () {
|
|
1345
|
-
return this.
|
|
1345
|
+
return this.abd;
|
|
1346
1346
|
},
|
|
1347
1347
|
set: function (a) {
|
|
1348
|
-
var b = this.
|
|
1348
|
+
var b = this.abt;
|
|
1349
1349
|
if (a != b) {
|
|
1350
|
-
this.
|
|
1351
|
-
this.
|
|
1350
|
+
this.abd = a;
|
|
1351
|
+
this.sc("XAxisTickStroke", b, this.abt);
|
|
1352
1352
|
}
|
|
1353
1353
|
},
|
|
1354
1354
|
enumerable: true,
|
|
1355
1355
|
configurable: true
|
|
1356
1356
|
});
|
|
1357
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1357
|
+
Object.defineProperty(XYChart.prototype, "ab0", {
|
|
1358
1358
|
get: function () {
|
|
1359
|
-
return this.
|
|
1359
|
+
return this.abk;
|
|
1360
1360
|
},
|
|
1361
1361
|
set: function (a) {
|
|
1362
|
-
var b = this.
|
|
1362
|
+
var b = this.ab0;
|
|
1363
1363
|
if (a != b) {
|
|
1364
|
-
this.
|
|
1365
|
-
this.
|
|
1364
|
+
this.abk = a;
|
|
1365
|
+
this.sc("YAxisTickStroke", b, this.ab0);
|
|
1366
1366
|
}
|
|
1367
1367
|
},
|
|
1368
1368
|
enumerable: true,
|
|
1369
1369
|
configurable: true
|
|
1370
1370
|
});
|
|
1371
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1371
|
+
Object.defineProperty(XYChart.prototype, "w7", {
|
|
1372
1372
|
get: function () {
|
|
1373
|
-
return this.
|
|
1373
|
+
return this.v5;
|
|
1374
1374
|
},
|
|
1375
1375
|
set: function (a) {
|
|
1376
|
-
var b = this.
|
|
1376
|
+
var b = this.w7;
|
|
1377
1377
|
if (a != b) {
|
|
1378
|
-
this.
|
|
1379
|
-
this.
|
|
1378
|
+
this.v5 = a;
|
|
1379
|
+
this.sc("XAxisTickStrokeThickness", b, this.w7);
|
|
1380
1380
|
}
|
|
1381
1381
|
},
|
|
1382
1382
|
enumerable: true,
|
|
1383
1383
|
configurable: true
|
|
1384
1384
|
});
|
|
1385
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1385
|
+
Object.defineProperty(XYChart.prototype, "xo", {
|
|
1386
1386
|
get: function () {
|
|
1387
|
-
return this.
|
|
1387
|
+
return this.wm;
|
|
1388
1388
|
},
|
|
1389
1389
|
set: function (a) {
|
|
1390
|
-
var b = this.
|
|
1390
|
+
var b = this.xo;
|
|
1391
1391
|
if (a != b) {
|
|
1392
|
-
this.
|
|
1393
|
-
this.
|
|
1392
|
+
this.wm = a;
|
|
1393
|
+
this.sc("YAxisTickStrokeThickness", b, this.xo);
|
|
1394
1394
|
}
|
|
1395
1395
|
},
|
|
1396
1396
|
enumerable: true,
|
|
1397
1397
|
configurable: true
|
|
1398
1398
|
});
|
|
1399
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1399
|
+
Object.defineProperty(XYChart.prototype, "y3", {
|
|
1400
1400
|
get: function () {
|
|
1401
|
-
return this.
|
|
1401
|
+
return this.x1;
|
|
1402
1402
|
},
|
|
1403
1403
|
set: function (a) {
|
|
1404
|
-
var b = this.
|
|
1404
|
+
var b = this.y3;
|
|
1405
1405
|
if (a != b) {
|
|
1406
|
-
this.
|
|
1407
|
-
this.
|
|
1406
|
+
this.x1 = a;
|
|
1407
|
+
this.sc("XAxisTitle", b, this.y3);
|
|
1408
1408
|
}
|
|
1409
1409
|
},
|
|
1410
1410
|
enumerable: true,
|
|
1411
1411
|
configurable: true
|
|
1412
1412
|
});
|
|
1413
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1413
|
+
Object.defineProperty(XYChart.prototype, "z8", {
|
|
1414
1414
|
get: function () {
|
|
1415
|
-
return this.
|
|
1415
|
+
return this.x5;
|
|
1416
1416
|
},
|
|
1417
1417
|
set: function (a) {
|
|
1418
|
-
var b = this.
|
|
1418
|
+
var b = this.z8;
|
|
1419
1419
|
if (a != b) {
|
|
1420
|
-
this.
|
|
1421
|
-
this.
|
|
1420
|
+
this.x5 = a;
|
|
1421
|
+
this.sc("YAxisTitle", b, this.z8);
|
|
1422
1422
|
}
|
|
1423
1423
|
},
|
|
1424
1424
|
enumerable: true,
|
|
1425
1425
|
configurable: true
|
|
1426
1426
|
});
|
|
1427
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1427
|
+
Object.defineProperty(XYChart.prototype, "abq", {
|
|
1428
1428
|
get: function () {
|
|
1429
|
-
return this.
|
|
1429
|
+
return this.aba;
|
|
1430
1430
|
},
|
|
1431
1431
|
set: function (a) {
|
|
1432
|
-
var b = this.
|
|
1432
|
+
var b = this.abq;
|
|
1433
1433
|
if (a != b) {
|
|
1434
|
-
this.
|
|
1435
|
-
this.
|
|
1434
|
+
this.aba = a;
|
|
1435
|
+
this.sc("XAxisMinorStroke", b, this.abq);
|
|
1436
1436
|
}
|
|
1437
1437
|
},
|
|
1438
1438
|
enumerable: true,
|
|
1439
1439
|
configurable: true
|
|
1440
1440
|
});
|
|
1441
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1441
|
+
Object.defineProperty(XYChart.prototype, "abx", {
|
|
1442
1442
|
get: function () {
|
|
1443
|
-
return this.
|
|
1443
|
+
return this.abh;
|
|
1444
1444
|
},
|
|
1445
1445
|
set: function (a) {
|
|
1446
|
-
var b = this.
|
|
1446
|
+
var b = this.abx;
|
|
1447
1447
|
if (a != b) {
|
|
1448
|
-
this.
|
|
1449
|
-
this.
|
|
1448
|
+
this.abh = a;
|
|
1449
|
+
this.sc("YAxisMinorStroke", b, this.abx);
|
|
1450
1450
|
}
|
|
1451
1451
|
},
|
|
1452
1452
|
enumerable: true,
|
|
1453
1453
|
configurable: true
|
|
1454
1454
|
});
|
|
1455
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1455
|
+
Object.defineProperty(XYChart.prototype, "wy", {
|
|
1456
1456
|
get: function () {
|
|
1457
|
-
return this.
|
|
1457
|
+
return this.vw;
|
|
1458
1458
|
},
|
|
1459
1459
|
set: function (a) {
|
|
1460
|
-
var b = this.
|
|
1460
|
+
var b = this.wy;
|
|
1461
1461
|
if (a != b) {
|
|
1462
|
-
this.
|
|
1463
|
-
this.
|
|
1462
|
+
this.vw = a;
|
|
1463
|
+
this.sc("XAxisLabelAngle", b, this.wy);
|
|
1464
1464
|
}
|
|
1465
1465
|
},
|
|
1466
1466
|
enumerable: true,
|
|
1467
1467
|
configurable: true
|
|
1468
1468
|
});
|
|
1469
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1469
|
+
Object.defineProperty(XYChart.prototype, "xf", {
|
|
1470
1470
|
get: function () {
|
|
1471
|
-
return this.
|
|
1471
|
+
return this.wd;
|
|
1472
1472
|
},
|
|
1473
1473
|
set: function (a) {
|
|
1474
|
-
var b = this.
|
|
1474
|
+
var b = this.xf;
|
|
1475
1475
|
if (a != b) {
|
|
1476
|
-
this.
|
|
1477
|
-
this.
|
|
1476
|
+
this.wd = a;
|
|
1477
|
+
this.sc("YAxisLabelAngle", b, this.xf);
|
|
1478
1478
|
}
|
|
1479
1479
|
},
|
|
1480
1480
|
enumerable: true,
|
|
1481
1481
|
configurable: true
|
|
1482
1482
|
});
|
|
1483
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1483
|
+
Object.defineProperty(XYChart.prototype, "wx", {
|
|
1484
1484
|
get: function () {
|
|
1485
|
-
return this.
|
|
1485
|
+
return this.vv;
|
|
1486
1486
|
},
|
|
1487
1487
|
set: function (a) {
|
|
1488
|
-
var b = this.
|
|
1488
|
+
var b = this.wx;
|
|
1489
1489
|
if (a != b) {
|
|
1490
|
-
this.
|
|
1491
|
-
this.
|
|
1490
|
+
this.vv = a;
|
|
1491
|
+
this.sc("XAxisExtent", b, this.wx);
|
|
1492
1492
|
}
|
|
1493
1493
|
},
|
|
1494
1494
|
enumerable: true,
|
|
1495
1495
|
configurable: true
|
|
1496
1496
|
});
|
|
1497
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1497
|
+
Object.defineProperty(XYChart.prototype, "xe", {
|
|
1498
1498
|
get: function () {
|
|
1499
|
-
return this.
|
|
1499
|
+
return this.wc;
|
|
1500
1500
|
},
|
|
1501
1501
|
set: function (a) {
|
|
1502
|
-
var b = this.
|
|
1502
|
+
var b = this.xe;
|
|
1503
1503
|
if (a != b) {
|
|
1504
|
-
this.
|
|
1505
|
-
this.
|
|
1504
|
+
this.wc = a;
|
|
1505
|
+
this.sc("YAxisExtent", b, this.xe);
|
|
1506
1506
|
}
|
|
1507
1507
|
},
|
|
1508
1508
|
enumerable: true,
|
|
1509
1509
|
configurable: true
|
|
1510
1510
|
});
|
|
1511
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1511
|
+
Object.defineProperty(XYChart.prototype, "w8", {
|
|
1512
1512
|
get: function () {
|
|
1513
|
-
return this.
|
|
1513
|
+
return this.v6;
|
|
1514
1514
|
},
|
|
1515
1515
|
set: function (a) {
|
|
1516
|
-
var b = this.
|
|
1516
|
+
var b = this.w8;
|
|
1517
1517
|
if (a != b) {
|
|
1518
|
-
this.
|
|
1519
|
-
this.
|
|
1518
|
+
this.v6 = a;
|
|
1519
|
+
this.sc("XAxisTitleAngle", b, this.w8);
|
|
1520
1520
|
}
|
|
1521
1521
|
},
|
|
1522
1522
|
enumerable: true,
|
|
1523
1523
|
configurable: true
|
|
1524
1524
|
});
|
|
1525
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1525
|
+
Object.defineProperty(XYChart.prototype, "xp", {
|
|
1526
1526
|
get: function () {
|
|
1527
|
-
return this.
|
|
1527
|
+
return this.wn;
|
|
1528
1528
|
},
|
|
1529
1529
|
set: function (a) {
|
|
1530
|
-
var b = this.
|
|
1530
|
+
var b = this.xp;
|
|
1531
1531
|
if (a != b) {
|
|
1532
|
-
this.
|
|
1533
|
-
this.
|
|
1532
|
+
this.wn = a;
|
|
1533
|
+
this.sc("YAxisTitleAngle", b, this.xp);
|
|
1534
1534
|
}
|
|
1535
1535
|
},
|
|
1536
1536
|
enumerable: true,
|
|
1537
1537
|
configurable: true
|
|
1538
1538
|
});
|
|
1539
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1539
|
+
Object.defineProperty(XYChart.prototype, "vt", {
|
|
1540
1540
|
get: function () {
|
|
1541
|
-
return this.
|
|
1541
|
+
return this.vr;
|
|
1542
1542
|
},
|
|
1543
1543
|
set: function (a) {
|
|
1544
|
-
var b = this.
|
|
1544
|
+
var b = this.vt;
|
|
1545
1545
|
if (a != b) {
|
|
1546
|
-
this.
|
|
1547
|
-
this.
|
|
1546
|
+
this.vr = a;
|
|
1547
|
+
this.sc("XAxisInverted", b, this.vt);
|
|
1548
1548
|
}
|
|
1549
1549
|
},
|
|
1550
1550
|
enumerable: true,
|
|
1551
1551
|
configurable: true
|
|
1552
1552
|
});
|
|
1553
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1553
|
+
Object.defineProperty(XYChart.prototype, "vu", {
|
|
1554
1554
|
get: function () {
|
|
1555
|
-
return this.
|
|
1555
|
+
return this.vs;
|
|
1556
1556
|
},
|
|
1557
1557
|
set: function (a) {
|
|
1558
|
-
var b = this.
|
|
1558
|
+
var b = this.vu;
|
|
1559
1559
|
if (a != b) {
|
|
1560
|
-
this.
|
|
1561
|
-
this.
|
|
1560
|
+
this.vs = a;
|
|
1561
|
+
this.sc("YAxisInverted", b, this.vu);
|
|
1562
1562
|
}
|
|
1563
1563
|
},
|
|
1564
1564
|
enumerable: true,
|
|
1565
1565
|
configurable: true
|
|
1566
1566
|
});
|
|
1567
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1567
|
+
Object.defineProperty(XYChart.prototype, "aa4", {
|
|
1568
1568
|
get: function () {
|
|
1569
|
-
return this.
|
|
1569
|
+
return this.aa1;
|
|
1570
1570
|
},
|
|
1571
1571
|
set: function (a) {
|
|
1572
|
-
var b = this.
|
|
1572
|
+
var b = this.aa4;
|
|
1573
1573
|
if (a != b) {
|
|
1574
|
-
this.
|
|
1575
|
-
this.
|
|
1574
|
+
this.aa1 = a;
|
|
1575
|
+
this.sc("XAxisTitleAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.aa4));
|
|
1576
1576
|
}
|
|
1577
1577
|
},
|
|
1578
1578
|
enumerable: true,
|
|
1579
1579
|
configurable: true
|
|
1580
1580
|
});
|
|
1581
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1581
|
+
Object.defineProperty(XYChart.prototype, "ab7", {
|
|
1582
1582
|
get: function () {
|
|
1583
|
-
return this.
|
|
1583
|
+
return this.ab4;
|
|
1584
1584
|
},
|
|
1585
1585
|
set: function (a) {
|
|
1586
|
-
var b = this.
|
|
1586
|
+
var b = this.ab7;
|
|
1587
1587
|
if (a != b) {
|
|
1588
|
-
this.
|
|
1589
|
-
this.
|
|
1588
|
+
this.ab4 = a;
|
|
1589
|
+
this.sc("YAxisTitleAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.ab7));
|
|
1590
1590
|
}
|
|
1591
1591
|
},
|
|
1592
1592
|
enumerable: true,
|
|
1593
1593
|
configurable: true
|
|
1594
1594
|
});
|
|
1595
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1595
|
+
Object.defineProperty(XYChart.prototype, "aa3", {
|
|
1596
1596
|
get: function () {
|
|
1597
|
-
return this.
|
|
1597
|
+
return this.aa0;
|
|
1598
1598
|
},
|
|
1599
1599
|
set: function (a) {
|
|
1600
|
-
var b = this.
|
|
1600
|
+
var b = this.aa3;
|
|
1601
1601
|
if (a != b) {
|
|
1602
|
-
this.
|
|
1603
|
-
this.
|
|
1602
|
+
this.aa0 = a;
|
|
1603
|
+
this.sc("XAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.aa3));
|
|
1604
1604
|
}
|
|
1605
1605
|
},
|
|
1606
1606
|
enumerable: true,
|
|
1607
1607
|
configurable: true
|
|
1608
1608
|
});
|
|
1609
|
-
XYChart.prototype.
|
|
1610
|
-
return this.
|
|
1609
|
+
XYChart.prototype.get_aa5 = function () {
|
|
1610
|
+
return this.aa2;
|
|
1611
1611
|
};
|
|
1612
|
-
XYChart.prototype.
|
|
1613
|
-
var b = this.
|
|
1612
|
+
XYChart.prototype.set_aa5 = function (a) {
|
|
1613
|
+
var b = this.aa5;
|
|
1614
1614
|
if (a != b) {
|
|
1615
|
-
this.
|
|
1616
|
-
this.
|
|
1615
|
+
this.aa2 = a;
|
|
1616
|
+
this.sc("YAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.aa5));
|
|
1617
1617
|
}
|
|
1618
1618
|
};
|
|
1619
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1619
|
+
Object.defineProperty(XYChart.prototype, "aa5", {
|
|
1620
1620
|
get: function () {
|
|
1621
|
-
return this.
|
|
1621
|
+
return this.get_aa5();
|
|
1622
1622
|
},
|
|
1623
1623
|
set: function (a) {
|
|
1624
|
-
this.
|
|
1624
|
+
this.set_aa5(a);
|
|
1625
1625
|
},
|
|
1626
1626
|
enumerable: true,
|
|
1627
1627
|
configurable: true
|
|
1628
1628
|
});
|
|
1629
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1629
|
+
Object.defineProperty(XYChart.prototype, "ab5", {
|
|
1630
1630
|
get: function () {
|
|
1631
|
-
return this.
|
|
1631
|
+
return this.ab2;
|
|
1632
1632
|
},
|
|
1633
1633
|
set: function (a) {
|
|
1634
|
-
var b = this.
|
|
1634
|
+
var b = this.ab5;
|
|
1635
1635
|
if (a != b) {
|
|
1636
|
-
this.
|
|
1637
|
-
this.
|
|
1636
|
+
this.ab2 = a;
|
|
1637
|
+
this.sc("XAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.ab5));
|
|
1638
1638
|
}
|
|
1639
1639
|
},
|
|
1640
1640
|
enumerable: true,
|
|
1641
1641
|
configurable: true
|
|
1642
1642
|
});
|
|
1643
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1643
|
+
Object.defineProperty(XYChart.prototype, "ab6", {
|
|
1644
1644
|
get: function () {
|
|
1645
|
-
return this.
|
|
1645
|
+
return this.ab3;
|
|
1646
1646
|
},
|
|
1647
1647
|
set: function (a) {
|
|
1648
|
-
var b = this.
|
|
1648
|
+
var b = this.ab6;
|
|
1649
1649
|
if (a != b) {
|
|
1650
|
-
this.
|
|
1651
|
-
this.
|
|
1650
|
+
this.ab3 = a;
|
|
1651
|
+
this.sc("YAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.ab6));
|
|
1652
1652
|
}
|
|
1653
1653
|
},
|
|
1654
1654
|
enumerable: true,
|
|
1655
1655
|
configurable: true
|
|
1656
1656
|
});
|
|
1657
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1657
|
+
Object.defineProperty(XYChart.prototype, "aca", {
|
|
1658
1658
|
get: function () {
|
|
1659
|
-
return this.
|
|
1659
|
+
return this.ab8;
|
|
1660
1660
|
},
|
|
1661
1661
|
set: function (a) {
|
|
1662
|
-
var b = this.
|
|
1662
|
+
var b = this.aca;
|
|
1663
1663
|
if (a != b) {
|
|
1664
|
-
this.
|
|
1665
|
-
this.
|
|
1664
|
+
this.ab8 = a;
|
|
1665
|
+
this.sc("XAxisLabelVisibility", enumGetBox(Visibility_$type, b), enumGetBox(Visibility_$type, this.aca));
|
|
1666
1666
|
}
|
|
1667
1667
|
},
|
|
1668
1668
|
enumerable: true,
|
|
1669
1669
|
configurable: true
|
|
1670
1670
|
});
|
|
1671
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1671
|
+
Object.defineProperty(XYChart.prototype, "acb", {
|
|
1672
1672
|
get: function () {
|
|
1673
|
-
return this.
|
|
1673
|
+
return this.ab9;
|
|
1674
1674
|
},
|
|
1675
1675
|
set: function (a) {
|
|
1676
|
-
var b = this.
|
|
1676
|
+
var b = this.acb;
|
|
1677
1677
|
if (a != b) {
|
|
1678
|
-
this.
|
|
1679
|
-
this.
|
|
1678
|
+
this.ab9 = a;
|
|
1679
|
+
this.sc("YAxisLabelVisibility", enumGetBox(Visibility_$type, b), enumGetBox(Visibility_$type, this.acb));
|
|
1680
1680
|
}
|
|
1681
1681
|
},
|
|
1682
1682
|
enumerable: true,
|
|
1683
1683
|
configurable: true
|
|
1684
1684
|
});
|
|
1685
|
-
XYChart.prototype.
|
|
1686
|
-
return this.
|
|
1685
|
+
XYChart.prototype.get_vq = function () {
|
|
1686
|
+
return this.vp;
|
|
1687
1687
|
};
|
|
1688
|
-
XYChart.prototype.
|
|
1689
|
-
var b = this.
|
|
1688
|
+
XYChart.prototype.set_vq = function (a) {
|
|
1689
|
+
var b = this.vq;
|
|
1690
1690
|
if (a != b) {
|
|
1691
|
-
this.
|
|
1692
|
-
this.
|
|
1691
|
+
this.vp = a;
|
|
1692
|
+
this.sc("YAxisLabelLocation", enumGetBox(YAxisLabelLocation_$type, b), enumGetBox(YAxisLabelLocation_$type, this.vq));
|
|
1693
1693
|
}
|
|
1694
1694
|
};
|
|
1695
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1695
|
+
Object.defineProperty(XYChart.prototype, "vq", {
|
|
1696
1696
|
get: function () {
|
|
1697
|
-
return this.
|
|
1697
|
+
return this.get_vq();
|
|
1698
1698
|
},
|
|
1699
1699
|
set: function (a) {
|
|
1700
|
-
this.
|
|
1700
|
+
this.set_vq(a);
|
|
1701
1701
|
},
|
|
1702
1702
|
enumerable: true,
|
|
1703
1703
|
configurable: true
|
|
1704
1704
|
});
|
|
1705
|
-
XYChart.prototype.
|
|
1706
|
-
return this.
|
|
1705
|
+
XYChart.prototype.get_vo = function () {
|
|
1706
|
+
return this.vn;
|
|
1707
1707
|
};
|
|
1708
|
-
XYChart.prototype.
|
|
1709
|
-
var b = this.
|
|
1708
|
+
XYChart.prototype.set_vo = function (a) {
|
|
1709
|
+
var b = this.vo;
|
|
1710
1710
|
if (a != b) {
|
|
1711
|
-
this.
|
|
1712
|
-
this.
|
|
1711
|
+
this.vn = a;
|
|
1712
|
+
this.sc("XAxisLabelLocation", enumGetBox(XAxisLabelLocation_$type, b), enumGetBox(XAxisLabelLocation_$type, this.vo));
|
|
1713
1713
|
}
|
|
1714
1714
|
};
|
|
1715
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1715
|
+
Object.defineProperty(XYChart.prototype, "vo", {
|
|
1716
1716
|
get: function () {
|
|
1717
|
-
return this.
|
|
1717
|
+
return this.get_vo();
|
|
1718
1718
|
},
|
|
1719
1719
|
set: function (a) {
|
|
1720
|
-
this.
|
|
1720
|
+
this.set_vo(a);
|
|
1721
1721
|
},
|
|
1722
1722
|
enumerable: true,
|
|
1723
1723
|
configurable: true
|
|
1724
1724
|
});
|
|
1725
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1725
|
+
Object.defineProperty(XYChart.prototype, "yf", {
|
|
1726
1726
|
get: function () {
|
|
1727
|
-
return this.
|
|
1727
|
+
return this.xz;
|
|
1728
1728
|
},
|
|
1729
1729
|
set: function (a) {
|
|
1730
|
-
var b = this.
|
|
1730
|
+
var b = this.xz;
|
|
1731
1731
|
if (a != b) {
|
|
1732
|
-
this.
|
|
1733
|
-
this.
|
|
1732
|
+
this.xz = a;
|
|
1733
|
+
this.sc("XAxisLabelFormat", b, this.xz);
|
|
1734
1734
|
}
|
|
1735
1735
|
},
|
|
1736
1736
|
enumerable: true,
|
|
1737
1737
|
configurable: true
|
|
1738
1738
|
});
|
|
1739
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1739
|
+
Object.defineProperty(XYChart.prototype, "vd", {
|
|
1740
1740
|
get: function () {
|
|
1741
|
-
return this.
|
|
1741
|
+
return this.vb;
|
|
1742
1742
|
},
|
|
1743
1743
|
set: function (a) {
|
|
1744
|
-
var b = this.
|
|
1744
|
+
var b = this.vb;
|
|
1745
1745
|
if (a != b) {
|
|
1746
|
-
this.
|
|
1747
|
-
this.
|
|
1746
|
+
this.vb = a;
|
|
1747
|
+
this.sc("XAxisLabelFormatSpecifiers", b, this.vb);
|
|
1748
1748
|
}
|
|
1749
1749
|
},
|
|
1750
1750
|
enumerable: true,
|
|
1751
1751
|
configurable: true
|
|
1752
1752
|
});
|
|
1753
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1753
|
+
Object.defineProperty(XYChart.prototype, "zk", {
|
|
1754
1754
|
get: function () {
|
|
1755
|
-
return this.
|
|
1755
|
+
return this.x3;
|
|
1756
1756
|
},
|
|
1757
1757
|
set: function (a) {
|
|
1758
|
-
var b = this.
|
|
1758
|
+
var b = this.x3;
|
|
1759
1759
|
if (a != b) {
|
|
1760
|
-
this.
|
|
1761
|
-
this.
|
|
1760
|
+
this.x3 = a;
|
|
1761
|
+
this.sc("YAxisLabelFormat", b, this.x3);
|
|
1762
1762
|
}
|
|
1763
1763
|
},
|
|
1764
1764
|
enumerable: true,
|
|
1765
1765
|
configurable: true
|
|
1766
1766
|
});
|
|
1767
|
-
Object.defineProperty(XYChart.prototype, "
|
|
1767
|
+
Object.defineProperty(XYChart.prototype, "ve", {
|
|
1768
1768
|
get: function () {
|
|
1769
|
-
return this.
|
|
1769
|
+
return this.vc;
|
|
1770
1770
|
},
|
|
1771
1771
|
set: function (a) {
|
|
1772
|
-
var b = this.
|
|
1772
|
+
var b = this.vc;
|
|
1773
1773
|
if (a != b) {
|
|
1774
|
-
this.
|
|
1775
|
-
this.
|
|
1774
|
+
this.vc = a;
|
|
1775
|
+
this.sc("YAxisLabelFormatSpecifiers", b, this.vc);
|
|
1776
1776
|
}
|
|
1777
1777
|
},
|
|
1778
1778
|
enumerable: true,
|