igniteui-webcomponents-charts 3.2.4 → 4.0.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
|
@@ -36,161 +36,162 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
36
36
|
class CategoryChart extends XYChart {
|
|
37
37
|
constructor() {
|
|
38
38
|
super();
|
|
39
|
-
this.
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
42
|
-
this.
|
|
43
|
-
this.ac4 = false;
|
|
39
|
+
this.aew = 1000;
|
|
40
|
+
this.ac1 = null;
|
|
41
|
+
this.acl = 9;
|
|
42
|
+
this.acn = 1;
|
|
44
43
|
this.ac5 = false;
|
|
45
|
-
this.
|
|
46
|
-
this.
|
|
44
|
+
this.ac6 = true;
|
|
45
|
+
this.acp = 0;
|
|
46
|
+
this.acz = 0;
|
|
47
|
+
this.adt = 0;
|
|
48
|
+
this.adw = 0;
|
|
47
49
|
this.ads = 0;
|
|
48
50
|
this.adv = 0;
|
|
49
|
-
this.
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
53
|
-
this.
|
|
54
|
-
this.acg = 0;
|
|
55
|
-
this.ac6 = true;
|
|
56
|
-
this.ac7 = false;
|
|
57
|
-
this.adp = DeviceUtils.g(2);
|
|
58
|
-
this.adq = DeviceUtils.g(60);
|
|
59
|
-
this.adb = true;
|
|
51
|
+
this.adu = 1;
|
|
52
|
+
this.adx = 0;
|
|
53
|
+
this.ad3 = NaN;
|
|
54
|
+
this.ach = 1;
|
|
55
|
+
this.ac7 = true;
|
|
60
56
|
this.ac8 = true;
|
|
61
|
-
this.
|
|
62
|
-
this.
|
|
63
|
-
this.adc =
|
|
64
|
-
this.
|
|
57
|
+
this.adq = DeviceUtils.g(2);
|
|
58
|
+
this.adr = DeviceUtils.g(60);
|
|
59
|
+
this.adc = true;
|
|
60
|
+
this.ac9 = true;
|
|
61
|
+
this.adb = false;
|
|
62
|
+
this.acj = 0;
|
|
63
|
+
this.add = false;
|
|
64
|
+
this.aex = 10;
|
|
65
|
+
this.ad5 = NaN;
|
|
65
66
|
this.ad4 = NaN;
|
|
66
|
-
this.
|
|
67
|
-
this.ad5 = 0;
|
|
68
|
-
this.acc = null;
|
|
67
|
+
this.ad6 = 0;
|
|
69
68
|
this.acd = null;
|
|
70
|
-
this.
|
|
71
|
-
this.
|
|
72
|
-
this.ady =
|
|
69
|
+
this.ace = null;
|
|
70
|
+
this.ada = true;
|
|
71
|
+
this.ady = 3;
|
|
73
72
|
this.adz = NaN;
|
|
74
73
|
this.ad0 = NaN;
|
|
75
74
|
this.ad1 = NaN;
|
|
76
|
-
this.
|
|
75
|
+
this.ad2 = NaN;
|
|
77
76
|
this.ac3 = false;
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
77
|
+
this.ac4 = false;
|
|
78
|
+
this.adp = null;
|
|
79
|
+
this.q9();
|
|
80
80
|
}
|
|
81
|
-
|
|
82
|
-
super.
|
|
81
|
+
rr() {
|
|
82
|
+
super.rr();
|
|
83
83
|
if (this.dataChart == null) {
|
|
84
84
|
return;
|
|
85
85
|
}
|
|
86
86
|
let a = this.dataChart.cu.j.e();
|
|
87
|
-
this.
|
|
88
|
-
this.
|
|
89
|
-
if (this.
|
|
90
|
-
this.
|
|
91
|
-
}
|
|
92
|
-
if (this.
|
|
93
|
-
this.
|
|
94
|
-
}
|
|
95
|
-
this.
|
|
96
|
-
this.
|
|
97
|
-
this.
|
|
98
|
-
this.
|
|
99
|
-
this.
|
|
100
|
-
this.
|
|
101
|
-
this.
|
|
102
|
-
this.
|
|
103
|
-
this.
|
|
104
|
-
this.
|
|
105
|
-
this.
|
|
106
|
-
this.
|
|
107
|
-
this.
|
|
108
|
-
this.
|
|
109
|
-
this.
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
a
|
|
114
|
-
a.
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
87
|
+
this.acf = a.d;
|
|
88
|
+
this.acg = a.e;
|
|
89
|
+
if (this.abp == null) {
|
|
90
|
+
this.abp = a.k;
|
|
91
|
+
}
|
|
92
|
+
if (this.abw == null) {
|
|
93
|
+
this.abw = a.k;
|
|
94
|
+
}
|
|
95
|
+
this.xo = 0;
|
|
96
|
+
this.abx = AxisDefaults.h;
|
|
97
|
+
this.ab0 = null;
|
|
98
|
+
this.abt = AxisDefaults.g;
|
|
99
|
+
this.abq = null;
|
|
100
|
+
this.w7 = AxisDefaults.f;
|
|
101
|
+
this.abu = AxisDefaults.j;
|
|
102
|
+
this.w8 = AxisDefaults.e;
|
|
103
|
+
this.fc = true;
|
|
104
|
+
this.fd = true;
|
|
105
|
+
this.a7 = 0;
|
|
106
|
+
this.hw = Defaults.j;
|
|
107
|
+
this.t1 = Defaults.ae;
|
|
108
|
+
this.tw = Defaults.af;
|
|
109
|
+
this.tx = Defaults.ag;
|
|
110
|
+
this.adh = true;
|
|
111
|
+
}
|
|
112
|
+
rt(a, b) {
|
|
113
|
+
super.rt(a, b);
|
|
114
|
+
a.hp = this.aey;
|
|
115
|
+
a.cg = this.ac2;
|
|
116
|
+
}
|
|
117
|
+
se(a, b, c) {
|
|
118
|
+
super.se(a, b, c);
|
|
118
119
|
switch (a) {
|
|
119
120
|
case "TransitionInDuration":
|
|
120
|
-
this.
|
|
121
|
+
this.rg((d) => d.hp = this.aey);
|
|
121
122
|
break;
|
|
122
123
|
case "TransitionInEasingFunction":
|
|
123
|
-
this.
|
|
124
|
+
this.rg((d) => d.cg = this.ac2);
|
|
124
125
|
break;
|
|
125
126
|
}
|
|
126
127
|
}
|
|
127
|
-
get
|
|
128
|
-
return this.
|
|
128
|
+
get aey() {
|
|
129
|
+
return this.aew;
|
|
129
130
|
}
|
|
130
|
-
set
|
|
131
|
-
let b = this.
|
|
131
|
+
set aey(a) {
|
|
132
|
+
let b = this.aey;
|
|
132
133
|
if (a != b) {
|
|
133
|
-
this.
|
|
134
|
-
this.
|
|
134
|
+
this.aew = a;
|
|
135
|
+
this.sd("TransitionInDuration", b, this.aey);
|
|
135
136
|
}
|
|
136
137
|
}
|
|
137
|
-
get
|
|
138
|
-
return this.
|
|
138
|
+
get ac2() {
|
|
139
|
+
return this.ac1;
|
|
139
140
|
}
|
|
140
|
-
set
|
|
141
|
-
let b = this.
|
|
141
|
+
set ac2(a) {
|
|
142
|
+
let b = this.ac2;
|
|
142
143
|
if (a != b) {
|
|
143
|
-
this.
|
|
144
|
-
this.
|
|
144
|
+
this.ac1 = a;
|
|
145
|
+
this.sd("TransitionInEasingFunction", b, this.ac2);
|
|
145
146
|
}
|
|
146
147
|
}
|
|
147
|
-
|
|
148
|
-
let cvd_ = this.
|
|
148
|
+
ae4() {
|
|
149
|
+
let cvd_ = this.jv();
|
|
149
150
|
cvd_.scaleByViewport();
|
|
150
151
|
return (cvd_.serialize());
|
|
151
152
|
}
|
|
152
|
-
|
|
153
|
-
super.
|
|
154
|
-
a.ds = this.
|
|
155
|
-
a.uq = this.
|
|
156
|
-
a.ut = this.
|
|
157
|
-
a.vg = this.
|
|
158
|
-
a.vh = this.
|
|
159
|
-
a.tv = this.
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
super.
|
|
153
|
+
rm(a) {
|
|
154
|
+
super.rm(a);
|
|
155
|
+
a.ds = this.e8;
|
|
156
|
+
a.uq = this.adi;
|
|
157
|
+
a.ut = this.adj;
|
|
158
|
+
a.vg = this.ad7;
|
|
159
|
+
a.vh = this.ad8;
|
|
160
|
+
a.tv = this.aci;
|
|
161
|
+
}
|
|
162
|
+
rs(a, b) {
|
|
163
|
+
super.rs(a, b);
|
|
163
164
|
let c = typeCast(HorizontalAnchoredCategorySeries.$, a);
|
|
164
165
|
if (c == null) {
|
|
165
166
|
return;
|
|
166
167
|
}
|
|
167
|
-
c.tn = this.
|
|
168
|
-
c.sk = this.
|
|
169
|
-
c.r4 = this.
|
|
170
|
-
c.ca = this.
|
|
168
|
+
c.tn = this.aco;
|
|
169
|
+
c.sk = this.adh;
|
|
170
|
+
c.r4 = this.acq;
|
|
171
|
+
c.ca = this.ac0;
|
|
171
172
|
c.trendLineBrush = ArrayExtension.getModulus$1(Brush.$, this.ag, b);
|
|
172
|
-
c.trendLineType = this.
|
|
173
|
-
c.trendLineThickness = this.
|
|
174
|
-
c.qh = this.
|
|
173
|
+
c.trendLineType = this.dj;
|
|
174
|
+
c.trendLineThickness = this.iu;
|
|
175
|
+
c.qh = this.cn(a, b);
|
|
175
176
|
if (a.d4) {
|
|
176
|
-
a.mq(ArrayExtension.getModulus$1(Brush.$, this.
|
|
177
|
+
a.mq(ArrayExtension.getModulus$1(Brush.$, this.acf, b), ArrayExtension.getModulus$1(Brush.$, this.acg, b));
|
|
177
178
|
}
|
|
178
179
|
}
|
|
179
|
-
|
|
180
|
+
acr() {
|
|
180
181
|
return new CategoryXAxis();
|
|
181
182
|
}
|
|
182
|
-
|
|
183
|
+
acv() {
|
|
183
184
|
return new NumericYAxis();
|
|
184
185
|
}
|
|
185
|
-
|
|
186
|
-
this.xAxis = this.
|
|
186
|
+
q5() {
|
|
187
|
+
this.xAxis = this.acr();
|
|
187
188
|
this.xAxis.name = "xAxis";
|
|
188
189
|
let a = this.xAxis;
|
|
189
|
-
a.propertyChanged = delegateCombine(a.propertyChanged, runOn(this, this.
|
|
190
|
-
this.yAxis = this.
|
|
190
|
+
a.propertyChanged = delegateCombine(a.propertyChanged, runOn(this, this.af6));
|
|
191
|
+
this.yAxis = this.acv();
|
|
191
192
|
this.yAxis.name = "yAxis";
|
|
192
193
|
let b = this.yAxis;
|
|
193
|
-
b.propertyChanged = delegateCombine(b.propertyChanged, runOn(this, this.
|
|
194
|
+
b.propertyChanged = delegateCombine(b.propertyChanged, runOn(this, this.af7));
|
|
194
195
|
if (this.xAxis.ay == null) {
|
|
195
196
|
this.xAxis.ay = new AxisLabelSettings();
|
|
196
197
|
}
|
|
@@ -198,55 +199,45 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
198
199
|
this.yAxis.ay = new AxisLabelSettings();
|
|
199
200
|
}
|
|
200
201
|
}
|
|
201
|
-
|
|
202
|
-
super.
|
|
203
|
-
a.k8 = this.
|
|
204
|
-
a.lb = this.
|
|
205
|
-
a.b0 = this.
|
|
202
|
+
aap(a) {
|
|
203
|
+
super.aap(a);
|
|
204
|
+
a.k8 = this.adl;
|
|
205
|
+
a.lb = this.adn;
|
|
206
|
+
a.b0 = this.adm;
|
|
206
207
|
}
|
|
207
|
-
|
|
208
|
-
super.
|
|
209
|
-
a.b0 = this.
|
|
210
|
-
a.zoomMaximumCategoryRange = this.
|
|
211
|
-
a.zoomToCategoryRange = this.
|
|
212
|
-
a.zoomToCategoryStart = this.
|
|
213
|
-
a.zoomMaximumItemSpan = this.
|
|
214
|
-
a.zoomToItemSpan = this.
|
|
208
|
+
aan(a) {
|
|
209
|
+
super.aan(a);
|
|
210
|
+
a.b0 = this.adk;
|
|
211
|
+
a.zoomMaximumCategoryRange = this.ael;
|
|
212
|
+
a.zoomToCategoryRange = this.aen;
|
|
213
|
+
a.zoomToCategoryStart = this.aeo;
|
|
214
|
+
a.zoomMaximumItemSpan = this.aem;
|
|
215
|
+
a.zoomToItemSpan = this.aep;
|
|
215
216
|
}
|
|
216
|
-
|
|
217
|
+
get_bz() {
|
|
217
218
|
return 0;
|
|
218
219
|
}
|
|
219
|
-
get
|
|
220
|
-
return this.
|
|
220
|
+
get bz() {
|
|
221
|
+
return this.get_bz();
|
|
221
222
|
}
|
|
222
|
-
get
|
|
223
|
-
return this.
|
|
223
|
+
get acm() {
|
|
224
|
+
return this.acl;
|
|
224
225
|
}
|
|
225
|
-
set
|
|
226
|
-
if (a != this.
|
|
227
|
-
let b = this.
|
|
228
|
-
this.
|
|
229
|
-
this.
|
|
226
|
+
set acm(a) {
|
|
227
|
+
if (a != this.acl) {
|
|
228
|
+
let b = this.acm;
|
|
229
|
+
this.acl = a;
|
|
230
|
+
this.sd("ChartType", enumGetBox(CategoryChartType_$type, b), enumGetBox(CategoryChartType_$type, this.acm));
|
|
230
231
|
}
|
|
231
232
|
}
|
|
232
|
-
get
|
|
233
|
-
return this.
|
|
234
|
-
}
|
|
235
|
-
set acn(a) {
|
|
236
|
-
let b = this.acn;
|
|
237
|
-
if (a != b) {
|
|
238
|
-
this.acm = a;
|
|
239
|
-
this.sc("MarkerCollisionAvoidance", enumGetBox(CategorySeriesMarkerCollisionAvoidance_$type, b), enumGetBox(CategorySeriesMarkerCollisionAvoidance_$type, this.acn));
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
get adf() {
|
|
243
|
-
return this.ac4;
|
|
233
|
+
get aco() {
|
|
234
|
+
return this.acn;
|
|
244
235
|
}
|
|
245
|
-
set
|
|
246
|
-
let b = this.
|
|
236
|
+
set aco(a) {
|
|
237
|
+
let b = this.aco;
|
|
247
238
|
if (a != b) {
|
|
248
|
-
this.
|
|
249
|
-
this.
|
|
239
|
+
this.acn = a;
|
|
240
|
+
this.sd("MarkerCollisionAvoidance", enumGetBox(CategorySeriesMarkerCollisionAvoidance_$type, b), enumGetBox(CategorySeriesMarkerCollisionAvoidance_$type, this.aco));
|
|
250
241
|
}
|
|
251
242
|
}
|
|
252
243
|
get adg() {
|
|
@@ -256,27 +247,57 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
256
247
|
let b = this.adg;
|
|
257
248
|
if (a != b) {
|
|
258
249
|
this.ac5 = a;
|
|
259
|
-
this.
|
|
250
|
+
this.sd("IsSplineShapePartOfRange", b, this.adg);
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
get adh() {
|
|
254
|
+
return this.ac6;
|
|
255
|
+
}
|
|
256
|
+
set adh(a) {
|
|
257
|
+
let b = this.adh;
|
|
258
|
+
if (a != b) {
|
|
259
|
+
this.ac6 = a;
|
|
260
|
+
this.sd("IsTransitionInEnabled", b, this.adh);
|
|
260
261
|
}
|
|
261
262
|
}
|
|
262
|
-
get
|
|
263
|
-
return this.
|
|
263
|
+
get acq() {
|
|
264
|
+
return this.acp;
|
|
264
265
|
}
|
|
265
|
-
set
|
|
266
|
-
let b = this.
|
|
266
|
+
set acq(a) {
|
|
267
|
+
let b = this.acq;
|
|
267
268
|
if (a != b) {
|
|
268
|
-
this.
|
|
269
|
-
this.
|
|
269
|
+
this.acp = a;
|
|
270
|
+
this.sd("TransitionInMode", enumGetBox(CategoryTransitionInMode_$type, b), enumGetBox(CategoryTransitionInMode_$type, this.acq));
|
|
270
271
|
}
|
|
271
272
|
}
|
|
272
|
-
get
|
|
273
|
-
return this.
|
|
273
|
+
get ac0() {
|
|
274
|
+
return this.acz;
|
|
274
275
|
}
|
|
275
|
-
set
|
|
276
|
-
let b = this.
|
|
276
|
+
set ac0(a) {
|
|
277
|
+
let b = this.ac0;
|
|
277
278
|
if (a != b) {
|
|
278
|
-
this.
|
|
279
|
-
this.
|
|
279
|
+
this.acz = a;
|
|
280
|
+
this.sd("TransitionInSpeedType", enumGetBox(TransitionInSpeedType_$type, b), enumGetBox(TransitionInSpeedType_$type, this.ac0));
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
get aeg() {
|
|
284
|
+
return this.adt;
|
|
285
|
+
}
|
|
286
|
+
set aeg(a) {
|
|
287
|
+
let b = this.aeg;
|
|
288
|
+
if (a != b) {
|
|
289
|
+
this.adt = a;
|
|
290
|
+
this.sd("XAxisInterval", b, this.aeg);
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
get aej() {
|
|
294
|
+
return this.adw;
|
|
295
|
+
}
|
|
296
|
+
set aej(a) {
|
|
297
|
+
let b = this.aej;
|
|
298
|
+
if (a != b) {
|
|
299
|
+
this.adw = a;
|
|
300
|
+
this.sd("XAxisMinorInterval", b, this.aej);
|
|
280
301
|
}
|
|
281
302
|
}
|
|
282
303
|
get aef() {
|
|
@@ -286,7 +307,7 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
286
307
|
let b = this.aef;
|
|
287
308
|
if (a != b) {
|
|
288
309
|
this.ads = a;
|
|
289
|
-
this.
|
|
310
|
+
this.sd("XAxisGap", b, this.aef);
|
|
290
311
|
}
|
|
291
312
|
}
|
|
292
313
|
get aei() {
|
|
@@ -296,17 +317,7 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
296
317
|
let b = this.aei;
|
|
297
318
|
if (a != b) {
|
|
298
319
|
this.adv = a;
|
|
299
|
-
this.
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
get aee() {
|
|
303
|
-
return this.adr;
|
|
304
|
-
}
|
|
305
|
-
set aee(a) {
|
|
306
|
-
let b = this.aee;
|
|
307
|
-
if (a != b) {
|
|
308
|
-
this.adr = a;
|
|
309
|
-
this.sc("XAxisGap", b, this.aee);
|
|
320
|
+
this.sd("XAxisMinimumGapSize", b, this.aei);
|
|
310
321
|
}
|
|
311
322
|
}
|
|
312
323
|
get aeh() {
|
|
@@ -316,64 +327,44 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
316
327
|
let b = this.aeh;
|
|
317
328
|
if (a != b) {
|
|
318
329
|
this.adu = a;
|
|
319
|
-
this.
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
get aeg() {
|
|
323
|
-
return this.adt;
|
|
324
|
-
}
|
|
325
|
-
set aeg(a) {
|
|
326
|
-
let b = this.aeg;
|
|
327
|
-
if (a != b) {
|
|
328
|
-
this.adt = a;
|
|
329
|
-
this.sc("XAxisMaximumGap", b, this.aeg);
|
|
330
|
+
this.sd("XAxisMaximumGap", b, this.aeh);
|
|
330
331
|
}
|
|
331
332
|
}
|
|
332
|
-
get
|
|
333
|
-
return this.
|
|
333
|
+
get aek() {
|
|
334
|
+
return this.adx;
|
|
334
335
|
}
|
|
335
|
-
set
|
|
336
|
-
let b = this.
|
|
336
|
+
set aek(a) {
|
|
337
|
+
let b = this.aek;
|
|
337
338
|
if (a != b) {
|
|
338
|
-
this.
|
|
339
|
-
this.
|
|
339
|
+
this.adx = a;
|
|
340
|
+
this.sd("XAxisOverlap", b, this.aek);
|
|
340
341
|
}
|
|
341
342
|
}
|
|
342
|
-
get
|
|
343
|
-
return this.
|
|
343
|
+
get aes() {
|
|
344
|
+
return this.ad3;
|
|
344
345
|
}
|
|
345
|
-
set
|
|
346
|
-
let b = this.
|
|
346
|
+
set aes(a) {
|
|
347
|
+
let b = this.aes;
|
|
347
348
|
if (a != b) {
|
|
348
|
-
this.
|
|
349
|
-
this.
|
|
349
|
+
this.ad3 = a;
|
|
350
|
+
this.sd("YAxisInterval", b, this.aes);
|
|
350
351
|
}
|
|
351
352
|
}
|
|
352
|
-
get
|
|
353
|
-
return this.
|
|
353
|
+
get aci() {
|
|
354
|
+
return this.ach;
|
|
354
355
|
}
|
|
355
|
-
set
|
|
356
|
-
let b = this.
|
|
356
|
+
set aci(a) {
|
|
357
|
+
let b = this.aci;
|
|
357
358
|
if (a != b) {
|
|
358
|
-
this.
|
|
359
|
-
this.
|
|
359
|
+
this.ach = a;
|
|
360
|
+
this.sd("AutoMarginAndAngleUpdateMode", enumGetBox(AutoMarginsAndAngleUpdateMode_$type, b), enumGetBox(AutoMarginsAndAngleUpdateMode_$type, this.aci));
|
|
360
361
|
}
|
|
361
362
|
}
|
|
362
|
-
|
|
363
|
+
af8() {
|
|
363
364
|
if (this.dataChart != null) {
|
|
364
365
|
this.dataChart.w1();
|
|
365
366
|
}
|
|
366
367
|
}
|
|
367
|
-
get adh() {
|
|
368
|
-
return this.ac6;
|
|
369
|
-
}
|
|
370
|
-
set adh(a) {
|
|
371
|
-
let b = this.adh;
|
|
372
|
-
if (a != b) {
|
|
373
|
-
this.ac6 = a;
|
|
374
|
-
this.sc("ShouldAutoExpandMarginForInitialLabels", b, this.adh);
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
368
|
get adi() {
|
|
378
369
|
return this.ac7;
|
|
379
370
|
}
|
|
@@ -381,17 +372,17 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
381
372
|
let b = this.adi;
|
|
382
373
|
if (a != b) {
|
|
383
374
|
this.ac7 = a;
|
|
384
|
-
this.
|
|
375
|
+
this.sd("ShouldAutoExpandMarginForInitialLabels", b, this.adi);
|
|
385
376
|
}
|
|
386
377
|
}
|
|
387
|
-
get
|
|
388
|
-
return this.
|
|
378
|
+
get adj() {
|
|
379
|
+
return this.ac8;
|
|
389
380
|
}
|
|
390
|
-
set
|
|
391
|
-
let b = this.
|
|
381
|
+
set adj(a) {
|
|
382
|
+
let b = this.adj;
|
|
392
383
|
if (a != b) {
|
|
393
|
-
this.
|
|
394
|
-
this.
|
|
384
|
+
this.ac8 = a;
|
|
385
|
+
this.sd(CategoryChart.afd, b, this.adj);
|
|
395
386
|
}
|
|
396
387
|
}
|
|
397
388
|
get ad7() {
|
|
@@ -401,7 +392,37 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
401
392
|
let b = this.ad7;
|
|
402
393
|
if (a != b) {
|
|
403
394
|
this.adq = a;
|
|
404
|
-
this.
|
|
395
|
+
this.sd("AutoExpandMarginExtraPadding", b, this.ad7);
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
get ad8() {
|
|
399
|
+
return this.adr;
|
|
400
|
+
}
|
|
401
|
+
set ad8(a) {
|
|
402
|
+
let b = this.ad8;
|
|
403
|
+
if (a != b) {
|
|
404
|
+
this.adr = a;
|
|
405
|
+
this.sd("AutoExpandMarginMaximumValue", b, this.ad8);
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
get adn() {
|
|
409
|
+
return this.adc;
|
|
410
|
+
}
|
|
411
|
+
set adn(a) {
|
|
412
|
+
let b = this.adn;
|
|
413
|
+
if (a != b) {
|
|
414
|
+
this.adc = a;
|
|
415
|
+
this.sd("YAxisFavorLabellingScaleEnd", b, this.adn);
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
get adk() {
|
|
419
|
+
return this.ac9;
|
|
420
|
+
}
|
|
421
|
+
set adk(a) {
|
|
422
|
+
let b = this.adk;
|
|
423
|
+
if (a != b) {
|
|
424
|
+
this.ac9 = a;
|
|
425
|
+
this.sd(CategoryChart.afi, b, this.adk);
|
|
405
426
|
}
|
|
406
427
|
}
|
|
407
428
|
get adm() {
|
|
@@ -411,57 +432,47 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
411
432
|
let b = this.adm;
|
|
412
433
|
if (a != b) {
|
|
413
434
|
this.adb = a;
|
|
414
|
-
this.
|
|
435
|
+
this.sd(CategoryChart.afw, b, this.adm);
|
|
415
436
|
}
|
|
416
437
|
}
|
|
417
|
-
get
|
|
418
|
-
return this.
|
|
438
|
+
get ack() {
|
|
439
|
+
return this.acj;
|
|
419
440
|
}
|
|
420
|
-
set
|
|
421
|
-
let b = this.
|
|
441
|
+
set ack(a) {
|
|
442
|
+
let b = this.ack;
|
|
422
443
|
if (a != b) {
|
|
423
|
-
this.
|
|
424
|
-
this.
|
|
444
|
+
this.acj = a;
|
|
445
|
+
this.sd("YAxisAutoRangeBufferMode", enumGetBox(AxisRangeBufferMode_$type, b), enumGetBox(AxisRangeBufferMode_$type, this.ack));
|
|
425
446
|
}
|
|
426
447
|
}
|
|
427
|
-
get
|
|
428
|
-
return this.
|
|
448
|
+
get ado() {
|
|
449
|
+
return this.add;
|
|
429
450
|
}
|
|
430
|
-
set
|
|
431
|
-
let b = this.
|
|
451
|
+
set ado(a) {
|
|
452
|
+
let b = this.ado;
|
|
432
453
|
if (a != b) {
|
|
433
|
-
this.
|
|
434
|
-
this.
|
|
454
|
+
this.add = a;
|
|
455
|
+
this.sd("YAxisIsLogarithmic", b, this.ado);
|
|
435
456
|
}
|
|
436
457
|
}
|
|
437
|
-
get
|
|
438
|
-
return this.
|
|
458
|
+
get aez() {
|
|
459
|
+
return this.aex;
|
|
439
460
|
}
|
|
440
|
-
set
|
|
441
|
-
let b = this.
|
|
461
|
+
set aez(a) {
|
|
462
|
+
let b = this.aez;
|
|
442
463
|
if (a != b) {
|
|
443
|
-
this.
|
|
444
|
-
this.
|
|
445
|
-
}
|
|
446
|
-
}
|
|
447
|
-
get adn() {
|
|
448
|
-
return this.adc;
|
|
449
|
-
}
|
|
450
|
-
set adn(a) {
|
|
451
|
-
let b = this.adn;
|
|
452
|
-
if (a != b) {
|
|
453
|
-
this.adc = a;
|
|
454
|
-
this.sc("YAxisIsLogarithmic", b, this.adn);
|
|
464
|
+
this.aex = a;
|
|
465
|
+
this.sd("YAxisLogarithmBase", b, this.aez);
|
|
455
466
|
}
|
|
456
467
|
}
|
|
457
|
-
get
|
|
458
|
-
return this.
|
|
468
|
+
get aeu() {
|
|
469
|
+
return this.ad5;
|
|
459
470
|
}
|
|
460
|
-
set
|
|
461
|
-
let b = this.
|
|
471
|
+
set aeu(a) {
|
|
472
|
+
let b = this.aeu;
|
|
462
473
|
if (a != b) {
|
|
463
|
-
this.
|
|
464
|
-
this.
|
|
474
|
+
this.ad5 = a;
|
|
475
|
+
this.sd("YAxisMinimumValue", b, this.aeu);
|
|
465
476
|
}
|
|
466
477
|
}
|
|
467
478
|
get aet() {
|
|
@@ -471,63 +482,43 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
471
482
|
let b = this.aet;
|
|
472
483
|
if (a != b) {
|
|
473
484
|
this.ad4 = a;
|
|
474
|
-
this.
|
|
485
|
+
this.sd("YAxisMaximumValue", b, this.aet);
|
|
475
486
|
}
|
|
476
487
|
}
|
|
477
|
-
get
|
|
478
|
-
return this.
|
|
488
|
+
get aev() {
|
|
489
|
+
return this.ad6;
|
|
479
490
|
}
|
|
480
|
-
set
|
|
481
|
-
let b = this.
|
|
491
|
+
set aev(a) {
|
|
492
|
+
let b = this.aev;
|
|
482
493
|
if (a != b) {
|
|
483
|
-
this.
|
|
484
|
-
this.
|
|
494
|
+
this.ad6 = a;
|
|
495
|
+
this.sd("YAxisMinorInterval", b, this.aev);
|
|
485
496
|
}
|
|
486
497
|
}
|
|
487
|
-
get
|
|
488
|
-
return this.ad5;
|
|
489
|
-
}
|
|
490
|
-
set aeu(a) {
|
|
491
|
-
let b = this.aeu;
|
|
492
|
-
if (a != b) {
|
|
493
|
-
this.ad5 = a;
|
|
494
|
-
this.sc("YAxisMinorInterval", b, this.aeu);
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
get aed() {
|
|
498
|
+
get aee() {
|
|
498
499
|
return this.xAxis.mv;
|
|
499
500
|
}
|
|
500
|
-
get
|
|
501
|
+
get aed() {
|
|
501
502
|
return this.xAxis.mu;
|
|
502
503
|
}
|
|
504
|
+
aea() {
|
|
505
|
+
return this.aee;
|
|
506
|
+
}
|
|
507
|
+
aec() {
|
|
508
|
+
return this.aer;
|
|
509
|
+
}
|
|
503
510
|
ad9() {
|
|
504
511
|
return this.aed;
|
|
505
512
|
}
|
|
506
513
|
aeb() {
|
|
507
514
|
return this.aeq;
|
|
508
515
|
}
|
|
509
|
-
|
|
510
|
-
return this.aec;
|
|
511
|
-
}
|
|
512
|
-
aea() {
|
|
513
|
-
return this.aep;
|
|
514
|
-
}
|
|
515
|
-
get aeq() {
|
|
516
|
+
get aer() {
|
|
516
517
|
return this.yAxis.lv;
|
|
517
518
|
}
|
|
518
|
-
get
|
|
519
|
+
get aeq() {
|
|
519
520
|
return this.yAxis.lu;
|
|
520
521
|
}
|
|
521
|
-
get ace() {
|
|
522
|
-
return this.acc;
|
|
523
|
-
}
|
|
524
|
-
set ace(a) {
|
|
525
|
-
let b = this.ace;
|
|
526
|
-
if (a != b) {
|
|
527
|
-
this.acc = a;
|
|
528
|
-
this.sc("NegativeBrushes", b, this.ace);
|
|
529
|
-
}
|
|
530
|
-
}
|
|
531
522
|
get acf() {
|
|
532
523
|
return this.acd;
|
|
533
524
|
}
|
|
@@ -535,27 +526,27 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
535
526
|
let b = this.acf;
|
|
536
527
|
if (a != b) {
|
|
537
528
|
this.acd = a;
|
|
538
|
-
this.
|
|
529
|
+
this.sd("NegativeBrushes", b, this.acf);
|
|
539
530
|
}
|
|
540
531
|
}
|
|
541
|
-
get
|
|
542
|
-
return this.
|
|
532
|
+
get acg() {
|
|
533
|
+
return this.ace;
|
|
543
534
|
}
|
|
544
|
-
set
|
|
545
|
-
let b = this.
|
|
535
|
+
set acg(a) {
|
|
536
|
+
let b = this.acg;
|
|
546
537
|
if (a != b) {
|
|
547
|
-
this.
|
|
548
|
-
this.
|
|
538
|
+
this.ace = a;
|
|
539
|
+
this.sd("NegativeOutlines", b, this.acg);
|
|
549
540
|
}
|
|
550
541
|
}
|
|
551
|
-
get
|
|
552
|
-
return this.
|
|
542
|
+
get adl() {
|
|
543
|
+
return this.ada;
|
|
553
544
|
}
|
|
554
|
-
set
|
|
555
|
-
let b = this.
|
|
545
|
+
set adl(a) {
|
|
546
|
+
let b = this.adl;
|
|
556
547
|
if (a != b) {
|
|
557
|
-
this.
|
|
558
|
-
this.
|
|
548
|
+
this.ada = a;
|
|
549
|
+
this.sd("YAxisAbbreviateLargeNumbers", b, this.adl);
|
|
559
550
|
}
|
|
560
551
|
}
|
|
561
552
|
get ael() {
|
|
@@ -565,7 +556,7 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
565
556
|
let b = this.ael;
|
|
566
557
|
if (a != b) {
|
|
567
558
|
this.ady = a;
|
|
568
|
-
this.
|
|
559
|
+
this.sd("XAxisZoomMaximumCategoryRange", b, this.ael);
|
|
569
560
|
}
|
|
570
561
|
}
|
|
571
562
|
get aem() {
|
|
@@ -575,7 +566,7 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
575
566
|
let b = this.aem;
|
|
576
567
|
if (a != b) {
|
|
577
568
|
this.adz = a;
|
|
578
|
-
this.
|
|
569
|
+
this.sd("XAxisZoomMaximumItemSpan", b, this.aem);
|
|
579
570
|
}
|
|
580
571
|
}
|
|
581
572
|
get aen() {
|
|
@@ -585,7 +576,7 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
585
576
|
let b = this.aen;
|
|
586
577
|
if (a != b) {
|
|
587
578
|
this.ad0 = a;
|
|
588
|
-
this.
|
|
579
|
+
this.sd("XAxisZoomToCategoryRange", b, this.aen);
|
|
589
580
|
}
|
|
590
581
|
}
|
|
591
582
|
get aeo() {
|
|
@@ -595,17 +586,17 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
595
586
|
let b = this.aeo;
|
|
596
587
|
if (a != b) {
|
|
597
588
|
this.ad1 = a;
|
|
598
|
-
this.
|
|
589
|
+
this.sd("XAxisZoomToCategoryStart", b, this.aeo);
|
|
599
590
|
}
|
|
600
591
|
}
|
|
601
|
-
get
|
|
602
|
-
return this.
|
|
592
|
+
get aep() {
|
|
593
|
+
return this.ad2;
|
|
603
594
|
}
|
|
604
|
-
set
|
|
605
|
-
let b = this.
|
|
595
|
+
set aep(a) {
|
|
596
|
+
let b = this.aep;
|
|
606
597
|
if (a != b) {
|
|
607
|
-
this.
|
|
608
|
-
this.
|
|
598
|
+
this.ad2 = a;
|
|
599
|
+
this.sd("XAxisZoomToItemSpan", b, this.aep);
|
|
609
600
|
}
|
|
610
601
|
}
|
|
611
602
|
get ade() {
|
|
@@ -615,10 +606,20 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
615
606
|
let b = this.ade;
|
|
616
607
|
if (a != b) {
|
|
617
608
|
this.ac3 = a;
|
|
618
|
-
this.
|
|
609
|
+
this.sd("IsCategoryHighlightingEnabled", b, this.ade);
|
|
619
610
|
}
|
|
620
611
|
}
|
|
621
|
-
|
|
612
|
+
get adf() {
|
|
613
|
+
return this.ac4;
|
|
614
|
+
}
|
|
615
|
+
set adf(a) {
|
|
616
|
+
let b = this.adf;
|
|
617
|
+
if (a != b) {
|
|
618
|
+
this.ac4 = a;
|
|
619
|
+
this.sd("IsItemHighlightingEnabled", b, this.adf);
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
get_gf() {
|
|
622
623
|
let a = new List$1(DataSeriesType_$type, 0);
|
|
623
624
|
if (TypeRegistrar.isRegistered("AreaSeries")) {
|
|
624
625
|
a.add(2);
|
|
@@ -649,55 +650,55 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
649
650
|
}
|
|
650
651
|
return a;
|
|
651
652
|
}
|
|
652
|
-
get
|
|
653
|
-
return this.
|
|
653
|
+
get gf() {
|
|
654
|
+
return this.get_gf();
|
|
654
655
|
}
|
|
655
|
-
|
|
656
|
-
if (this.
|
|
657
|
-
this.
|
|
656
|
+
gj() {
|
|
657
|
+
if (this.adp == null) {
|
|
658
|
+
this.adp = CategoryChartMockDataGenerator.a();
|
|
658
659
|
}
|
|
659
|
-
return this.
|
|
660
|
+
return this.adp;
|
|
660
661
|
}
|
|
661
|
-
|
|
662
|
+
cm(a) {
|
|
662
663
|
if (a != null) {
|
|
663
|
-
let b = super.
|
|
664
|
+
let b = super.cm(a);
|
|
664
665
|
if (b == 2) {
|
|
665
|
-
if (a.d3 && this.
|
|
666
|
+
if (a.d3 && this.fn) {
|
|
666
667
|
return 13;
|
|
667
668
|
}
|
|
668
669
|
}
|
|
669
670
|
}
|
|
670
|
-
return super.
|
|
671
|
+
return super.cm(a);
|
|
671
672
|
}
|
|
672
|
-
|
|
673
|
+
get_f3() {
|
|
673
674
|
return this.xAxis != null && this.xAxis.categoryMode != 0;
|
|
674
675
|
}
|
|
675
|
-
|
|
676
|
+
af6(a, b) {
|
|
676
677
|
switch (b.propertyName) {
|
|
677
678
|
case "ActualMinimum":
|
|
678
|
-
this.
|
|
679
|
+
this.sl("XAxisActualMinimum");
|
|
679
680
|
break;
|
|
680
681
|
case "ActualMaximum":
|
|
681
|
-
this.
|
|
682
|
+
this.sl("XAxisActualMaximum");
|
|
682
683
|
break;
|
|
683
684
|
}
|
|
684
685
|
}
|
|
685
|
-
|
|
686
|
+
af7(a, b) {
|
|
686
687
|
switch (b.propertyName) {
|
|
687
688
|
case "ActualMinimumValue":
|
|
688
|
-
this.
|
|
689
|
+
this.sl("YAxisActualMinimum");
|
|
689
690
|
break;
|
|
690
691
|
case "ActualMaximumValue":
|
|
691
|
-
this.
|
|
692
|
+
this.sl("YAxisActualMaximum");
|
|
692
693
|
break;
|
|
693
694
|
}
|
|
694
695
|
}
|
|
695
|
-
|
|
696
|
-
super.
|
|
697
|
-
this.xAxis.fz = this.
|
|
696
|
+
sx() {
|
|
697
|
+
super.sx();
|
|
698
|
+
this.xAxis.fz = this.xy == null ? XYChart.ya(this.xAxis, this.bb.dataSeries) : this.xy;
|
|
698
699
|
this.xAxis.itemsSource = this.dataChart != null && this.dataChart.series.count > 0 ? this.dataChart.series._inner[0].itemsSource : null;
|
|
699
|
-
if (this.
|
|
700
|
-
this.
|
|
700
|
+
if (this.adi) {
|
|
701
|
+
this.r5((a) => a.w1());
|
|
701
702
|
}
|
|
702
703
|
}
|
|
703
704
|
get xAxis() {
|
|
@@ -712,26 +713,26 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
712
713
|
set yAxis(a) {
|
|
713
714
|
this._yAxis = a;
|
|
714
715
|
}
|
|
715
|
-
|
|
716
|
+
acu(a, b) {
|
|
716
717
|
switch (a) {
|
|
717
|
-
case 2: return this.
|
|
718
|
-
case 3: return this.
|
|
719
|
-
case 0: return this.
|
|
720
|
-
case 1: return this.
|
|
721
|
-
case 6: return this.
|
|
722
|
-
case 7: return this.
|
|
723
|
-
case 4: return this.
|
|
724
|
-
case 5: return this.
|
|
725
|
-
case 8: return this.
|
|
726
|
-
case 9: return this.
|
|
727
|
-
default: return this.
|
|
728
|
-
}
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
return this.
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
switch (this.
|
|
718
|
+
case 2: return this.cx(1);
|
|
719
|
+
case 3: return this.cx(10);
|
|
720
|
+
case 0: return this.cx(0);
|
|
721
|
+
case 1: return this.cx(2);
|
|
722
|
+
case 6: return this.cx(6);
|
|
723
|
+
case 7: return this.cx(7);
|
|
724
|
+
case 4: return this.cx(4);
|
|
725
|
+
case 5: return this.cx(5);
|
|
726
|
+
case 8: return this.cx(8);
|
|
727
|
+
case 9: return this.act(b);
|
|
728
|
+
default: return this.cx(1);
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
act(a) {
|
|
732
|
+
return this.cx(a);
|
|
733
|
+
}
|
|
734
|
+
ba(a) {
|
|
735
|
+
switch (this.acm) {
|
|
735
736
|
case 1: return 2;
|
|
736
737
|
case 0: return 0;
|
|
737
738
|
case 3: return 10;
|
|
@@ -745,24 +746,24 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
745
746
|
case 2: return 1;
|
|
746
747
|
}
|
|
747
748
|
}
|
|
748
|
-
|
|
749
|
-
let c = this.
|
|
749
|
+
cw(a, b) {
|
|
750
|
+
let c = this.acu(this.acm, a.suggestedSeries);
|
|
750
751
|
c.t5 = a.findMatchingHint(0).path;
|
|
751
752
|
c.xAxis = this.xAxis;
|
|
752
753
|
c.yAxis = this.yAxis;
|
|
753
754
|
return c;
|
|
754
755
|
}
|
|
755
|
-
|
|
756
|
+
sv(a) {
|
|
756
757
|
if (a.suggestedSecondaryAxis == 2) {
|
|
757
758
|
this.yAxis.lg = true;
|
|
758
759
|
this.yAxis.l7 = 10;
|
|
759
760
|
}
|
|
760
761
|
}
|
|
761
|
-
|
|
762
|
-
this.yAxis.lg = this.
|
|
763
|
-
this.yAxis.l7 = this.
|
|
762
|
+
sy() {
|
|
763
|
+
this.yAxis.lg = this.ado;
|
|
764
|
+
this.yAxis.l7 = this.aez;
|
|
764
765
|
}
|
|
765
|
-
|
|
766
|
+
get_ge() {
|
|
766
767
|
return ((() => {
|
|
767
768
|
let $ret = new List$1(IDataSeriesAdapterRule_$type, 0);
|
|
768
769
|
$ret.add(new SimpleCategorySeriesRule());
|
|
@@ -770,20 +771,20 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
770
771
|
return $ret;
|
|
771
772
|
})());
|
|
772
773
|
}
|
|
773
|
-
get
|
|
774
|
-
return this.
|
|
774
|
+
get ge() {
|
|
775
|
+
return this.get_ge();
|
|
775
776
|
}
|
|
776
|
-
|
|
777
|
+
q1(a, b) {
|
|
777
778
|
let c = typeCast(HorizontalAnchoredCategorySeries.$, a);
|
|
778
779
|
if (c != null) {
|
|
779
|
-
c.tn = this.
|
|
780
|
-
c.qh = this.
|
|
780
|
+
c.tn = this.aco;
|
|
781
|
+
c.qh = this.cn(a, b);
|
|
781
782
|
}
|
|
782
783
|
}
|
|
783
|
-
af3(a) {
|
|
784
|
-
this.af4((b, c) => a(b));
|
|
785
|
-
}
|
|
786
784
|
af4(a) {
|
|
785
|
+
this.af5((b, c) => a(b));
|
|
786
|
+
}
|
|
787
|
+
af5(a) {
|
|
787
788
|
if (this.dataChart == null) {
|
|
788
789
|
return;
|
|
789
790
|
}
|
|
@@ -795,28 +796,28 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
795
796
|
a(c, b);
|
|
796
797
|
}
|
|
797
798
|
}
|
|
798
|
-
|
|
799
|
+
vg() {
|
|
799
800
|
return this.xAxis;
|
|
800
801
|
}
|
|
801
|
-
|
|
802
|
+
vh() {
|
|
802
803
|
return this.yAxis;
|
|
803
804
|
}
|
|
804
|
-
acw() {
|
|
805
|
-
return this.cw(30);
|
|
806
|
-
}
|
|
807
805
|
acx() {
|
|
808
|
-
return this.
|
|
806
|
+
return this.cx(30);
|
|
807
|
+
}
|
|
808
|
+
acy() {
|
|
809
|
+
return this.cx(31);
|
|
809
810
|
}
|
|
810
|
-
|
|
811
|
-
let c = super.
|
|
811
|
+
gb(a, b) {
|
|
812
|
+
let c = super.gb(a, b);
|
|
812
813
|
if (c != null) {
|
|
813
814
|
let d = new List$1(Series.$, 0);
|
|
814
|
-
if (this.ac2) {
|
|
815
|
-
d.add(this.acw());
|
|
816
|
-
}
|
|
817
815
|
if (this.ac3) {
|
|
818
816
|
d.add(this.acx());
|
|
819
817
|
}
|
|
818
|
+
if (this.ac4) {
|
|
819
|
+
d.add(this.acy());
|
|
820
|
+
}
|
|
820
821
|
for (let e = 0; e < d.count; e++) {
|
|
821
822
|
let f = d._inner[e];
|
|
822
823
|
f.name = a + getInstanceType(f).typeName;
|
|
@@ -825,33 +826,41 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
825
826
|
}
|
|
826
827
|
return c;
|
|
827
828
|
}
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
829
|
+
a5() {
|
|
830
|
+
if (this.a4 == 0) {
|
|
831
|
+
return 1;
|
|
832
|
+
}
|
|
833
|
+
else {
|
|
834
|
+
return this.a4;
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
s2(a, b, c) {
|
|
838
|
+
super.s2(a, b, c);
|
|
839
|
+
if (this.bb.dataSeries.count > 0) {
|
|
840
|
+
if (stringIsNullOrEmpty(this.k7)) {
|
|
841
|
+
this.b1.setXMemberPath(a, c.getMemberPathFor(16));
|
|
833
842
|
}
|
|
834
|
-
if (stringIsNullOrEmpty(this.
|
|
835
|
-
this.
|
|
843
|
+
if (stringIsNullOrEmpty(this.k9)) {
|
|
844
|
+
this.b1.setYMemberPath(a, c.getMemberPathFor(0));
|
|
836
845
|
}
|
|
837
|
-
if (stringIsNullOrEmpty(this.
|
|
838
|
-
this.
|
|
846
|
+
if (stringIsNullOrEmpty(this.k3)) {
|
|
847
|
+
this.b1.setLabelMemberPath(a, c.getMemberPathFor(0));
|
|
839
848
|
}
|
|
840
|
-
if (stringIsNullOrEmpty(this.
|
|
841
|
-
this.
|
|
849
|
+
if (stringIsNullOrEmpty(this.k0)) {
|
|
850
|
+
this.b1.setContentMemberPath(a, c.getMemberPathFor(0));
|
|
842
851
|
}
|
|
843
852
|
}
|
|
844
853
|
}
|
|
845
|
-
|
|
846
|
-
if (this.
|
|
854
|
+
fq() {
|
|
855
|
+
if (this.a7 == 4 || this.a7 == 3) {
|
|
847
856
|
return true;
|
|
848
857
|
}
|
|
849
|
-
else if (this.
|
|
850
|
-
if (this.
|
|
858
|
+
else if (this.a7 == 0) {
|
|
859
|
+
if (this.acm == 2 || this.acm == 8) {
|
|
851
860
|
return false;
|
|
852
861
|
}
|
|
853
|
-
else if (this.
|
|
854
|
-
let a = this.
|
|
862
|
+
else if (this.acm == 9 && this.bb != null && this.bb.dataSeries != null && this.bb.dataSeries.count > 0) {
|
|
863
|
+
let a = this.bb.dataSeries._inner[0].suggestedSeries;
|
|
855
864
|
if (a == 1 || a == 8) {
|
|
856
865
|
return false;
|
|
857
866
|
}
|
|
@@ -860,130 +869,130 @@ export let CategoryChart = /*@__PURE__*/ (() => {
|
|
|
860
869
|
}
|
|
861
870
|
return false;
|
|
862
871
|
}
|
|
863
|
-
|
|
864
|
-
super.
|
|
872
|
+
sd(a, b, c) {
|
|
873
|
+
super.sd(a, b, c);
|
|
865
874
|
switch (a) {
|
|
866
875
|
case "ChartType":
|
|
867
|
-
this.
|
|
876
|
+
this.sx();
|
|
868
877
|
break;
|
|
869
878
|
case "MarkerCollisionAvoidance":
|
|
870
|
-
this.
|
|
879
|
+
this.af4((d) => d.tn = this.aco);
|
|
871
880
|
break;
|
|
872
881
|
case "IsTransitionInEnabled":
|
|
873
|
-
this.
|
|
882
|
+
this.af4((d) => d.sk = this.adh);
|
|
874
883
|
break;
|
|
875
884
|
case "IsSplineShapePartOfRange":
|
|
876
|
-
this.
|
|
885
|
+
this.af4((d) => {
|
|
877
886
|
if (d.eh) {
|
|
878
|
-
d.mr(this.
|
|
887
|
+
d.mr(this.adg);
|
|
879
888
|
}
|
|
880
889
|
});
|
|
881
890
|
break;
|
|
882
891
|
case "TransitionInMode":
|
|
883
|
-
this.
|
|
892
|
+
this.af4((d) => d.r4 = this.acq);
|
|
884
893
|
break;
|
|
885
894
|
case "TransitionInSpeedType":
|
|
886
|
-
this.
|
|
895
|
+
this.af4((d) => d.ca = this.ac0);
|
|
887
896
|
break;
|
|
888
897
|
case "XAxisInterval":
|
|
889
|
-
this.xAxis.mq = this.
|
|
898
|
+
this.xAxis.mq = this.aeg;
|
|
890
899
|
break;
|
|
891
900
|
case "XAxisMinorInterval":
|
|
892
|
-
this.xAxis.mr = this.
|
|
901
|
+
this.xAxis.mr = this.aej;
|
|
893
902
|
break;
|
|
894
903
|
case "XAxisGap":
|
|
895
|
-
this.xAxis.k0 = this.
|
|
904
|
+
this.xAxis.k0 = this.aef;
|
|
896
905
|
break;
|
|
897
906
|
case "XAxisOverlap":
|
|
898
|
-
this.xAxis.k9 = this.
|
|
907
|
+
this.xAxis.k9 = this.aek;
|
|
899
908
|
break;
|
|
900
909
|
case "XAxisMinimumGapSize":
|
|
901
|
-
this.xAxis.k8 = this.
|
|
910
|
+
this.xAxis.k8 = this.aei;
|
|
902
911
|
break;
|
|
903
912
|
case "XAxisMaximumGap":
|
|
904
|
-
this.xAxis.k7 = this.
|
|
913
|
+
this.xAxis.k7 = this.aeh;
|
|
905
914
|
break;
|
|
906
915
|
case "XAxisZoomMaximumCategoryRange":
|
|
907
|
-
this.xAxis.zoomMaximumCategoryRange = this.
|
|
916
|
+
this.xAxis.zoomMaximumCategoryRange = this.ael;
|
|
908
917
|
break;
|
|
909
918
|
case "XAxisZoomMaximumItemSpan":
|
|
910
|
-
this.xAxis.zoomMaximumItemSpan = this.
|
|
919
|
+
this.xAxis.zoomMaximumItemSpan = this.aem;
|
|
911
920
|
break;
|
|
912
921
|
case "XAxisZoomToCategoryRange":
|
|
913
|
-
this.xAxis.zoomToCategoryRange = this.
|
|
922
|
+
this.xAxis.zoomToCategoryRange = this.aen;
|
|
914
923
|
break;
|
|
915
924
|
case "XAxisZoomToCategoryStart":
|
|
916
|
-
this.xAxis.zoomToCategoryStart = this.
|
|
925
|
+
this.xAxis.zoomToCategoryStart = this.aeo;
|
|
917
926
|
break;
|
|
918
927
|
case "XAxisZoomToItemSpan":
|
|
919
|
-
this.xAxis.zoomToItemSpan = this.
|
|
928
|
+
this.xAxis.zoomToItemSpan = this.aep;
|
|
920
929
|
break;
|
|
921
930
|
case "YAxisInterval":
|
|
922
|
-
this.yAxis.lz = this.
|
|
931
|
+
this.yAxis.lz = this.aes;
|
|
923
932
|
break;
|
|
924
933
|
case "YAxisFavorLabellingScaleEnd":
|
|
925
|
-
this.yAxis.lb = this.
|
|
934
|
+
this.yAxis.lb = this.adn;
|
|
926
935
|
break;
|
|
927
936
|
case "YAxisAutoRangeBufferMode":
|
|
928
|
-
this.yAxis.ks = this.
|
|
937
|
+
this.yAxis.ks = this.ack;
|
|
929
938
|
break;
|
|
930
939
|
case "YAxisIsLogarithmic":
|
|
931
|
-
this.yAxis.lg = this.
|
|
940
|
+
this.yAxis.lg = this.ado;
|
|
932
941
|
break;
|
|
933
942
|
case "YAxisLogarithmBase":
|
|
934
|
-
this.yAxis.l7 = this.
|
|
943
|
+
this.yAxis.l7 = this.aez;
|
|
935
944
|
break;
|
|
936
945
|
case "YAxisMinimumValue":
|
|
937
|
-
this.yAxis.l3 = this.
|
|
946
|
+
this.yAxis.l3 = this.aeu;
|
|
938
947
|
break;
|
|
939
948
|
case "YAxisMaximumValue":
|
|
940
|
-
this.yAxis.l2 = this.
|
|
949
|
+
this.yAxis.l2 = this.aet;
|
|
941
950
|
break;
|
|
942
951
|
case "YAxisMinorInterval":
|
|
943
|
-
this.yAxis.l4 = this.
|
|
952
|
+
this.yAxis.l4 = this.aev;
|
|
944
953
|
break;
|
|
945
954
|
case "NegativeBrushes":
|
|
946
955
|
case "NegativeOutlines":
|
|
947
|
-
this.
|
|
956
|
+
this.af5((d, e) => {
|
|
948
957
|
if (d.d4) {
|
|
949
|
-
d.mq(ArrayExtension.getModulus$1(Brush.$, this.
|
|
958
|
+
d.mq(ArrayExtension.getModulus$1(Brush.$, this.acf, e), ArrayExtension.getModulus$1(Brush.$, this.acg, e));
|
|
950
959
|
}
|
|
951
960
|
});
|
|
952
961
|
break;
|
|
953
962
|
case "YAxisAbbreviateLargeNumbers":
|
|
954
|
-
this.
|
|
963
|
+
this.aaw((d) => d.k8 = this.adl);
|
|
955
964
|
break;
|
|
956
965
|
case "IsCategoryHighlightingEnabled":
|
|
957
966
|
case "IsItemHighlightingEnabled":
|
|
958
|
-
this.
|
|
967
|
+
this.sx();
|
|
959
968
|
break;
|
|
960
969
|
case "AutoMarginAndAngleUpdateMode":
|
|
961
|
-
this.
|
|
970
|
+
this.r5((d) => d.tv = this.aci);
|
|
962
971
|
break;
|
|
963
972
|
case "ShouldAutoExpandMarginForInitialLabels":
|
|
964
|
-
this.
|
|
973
|
+
this.r5((d) => d.uq = this.adi);
|
|
965
974
|
break;
|
|
966
|
-
case CategoryChart.
|
|
967
|
-
this.
|
|
975
|
+
case CategoryChart.afd:
|
|
976
|
+
this.r5((d) => d.ut = this.adj);
|
|
968
977
|
break;
|
|
969
978
|
case "AutoExpandMarginExtraPadding":
|
|
970
|
-
this.
|
|
979
|
+
this.r5((d) => d.vg = this.ad7);
|
|
971
980
|
break;
|
|
972
981
|
case "AutoExpandMarginMaximumValue":
|
|
973
|
-
this.
|
|
982
|
+
this.r5((d) => d.vh = this.ad8);
|
|
974
983
|
break;
|
|
975
|
-
case CategoryChart.
|
|
976
|
-
this.
|
|
984
|
+
case CategoryChart.afi:
|
|
985
|
+
this.aas((d) => d.b0 = this.adk, a);
|
|
977
986
|
break;
|
|
978
|
-
case CategoryChart.
|
|
979
|
-
this.
|
|
987
|
+
case CategoryChart.afw:
|
|
988
|
+
this.aaw((d) => d.b0 = this.adm);
|
|
980
989
|
break;
|
|
981
990
|
}
|
|
982
991
|
}
|
|
983
992
|
}
|
|
984
993
|
CategoryChart.$t = /*@__PURE__*/ markType(CategoryChart, 'CategoryChart', XYChart.$);
|
|
985
|
-
CategoryChart.
|
|
986
|
-
CategoryChart.
|
|
987
|
-
CategoryChart.
|
|
994
|
+
CategoryChart.afd = "ShouldConsiderAutoRotationForInitialLabels";
|
|
995
|
+
CategoryChart.afi = "XAxisEnhancedIntervalPreferMoreCategoryLabels";
|
|
996
|
+
CategoryChart.afw = "YAxisEnhancedIntervalPreferMoreCategoryLabels";
|
|
988
997
|
return CategoryChart;
|
|
989
998
|
})();
|