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