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
|
@@ -37,171 +37,172 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37
37
|
tslib_1.__extends(CategoryChart, _super);
|
|
38
38
|
function CategoryChart() {
|
|
39
39
|
var _this = _super.call(this) || this;
|
|
40
|
-
_this.
|
|
41
|
-
_this.
|
|
42
|
-
_this.
|
|
43
|
-
_this.
|
|
44
|
-
_this.ac4 = false;
|
|
40
|
+
_this.aew = 1000;
|
|
41
|
+
_this.ac1 = null;
|
|
42
|
+
_this.acl = 9;
|
|
43
|
+
_this.acn = 1;
|
|
45
44
|
_this.ac5 = false;
|
|
46
|
-
_this.
|
|
47
|
-
_this.
|
|
45
|
+
_this.ac6 = true;
|
|
46
|
+
_this.acp = 0;
|
|
47
|
+
_this.acz = 0;
|
|
48
|
+
_this.adt = 0;
|
|
49
|
+
_this.adw = 0;
|
|
48
50
|
_this.ads = 0;
|
|
49
51
|
_this.adv = 0;
|
|
50
|
-
_this.
|
|
51
|
-
_this.
|
|
52
|
-
_this.
|
|
53
|
-
_this.
|
|
54
|
-
_this.
|
|
55
|
-
_this.acg = 0;
|
|
56
|
-
_this.ac6 = true;
|
|
57
|
-
_this.ac7 = false;
|
|
58
|
-
_this.adp = DeviceUtils.g(2);
|
|
59
|
-
_this.adq = DeviceUtils.g(60);
|
|
60
|
-
_this.adb = true;
|
|
52
|
+
_this.adu = 1;
|
|
53
|
+
_this.adx = 0;
|
|
54
|
+
_this.ad3 = NaN;
|
|
55
|
+
_this.ach = 1;
|
|
56
|
+
_this.ac7 = true;
|
|
61
57
|
_this.ac8 = true;
|
|
62
|
-
_this.
|
|
63
|
-
_this.
|
|
64
|
-
_this.adc =
|
|
65
|
-
_this.
|
|
58
|
+
_this.adq = DeviceUtils.g(2);
|
|
59
|
+
_this.adr = DeviceUtils.g(60);
|
|
60
|
+
_this.adc = true;
|
|
61
|
+
_this.ac9 = true;
|
|
62
|
+
_this.adb = false;
|
|
63
|
+
_this.acj = 0;
|
|
64
|
+
_this.add = false;
|
|
65
|
+
_this.aex = 10;
|
|
66
|
+
_this.ad5 = NaN;
|
|
66
67
|
_this.ad4 = NaN;
|
|
67
|
-
_this.
|
|
68
|
-
_this.ad5 = 0;
|
|
69
|
-
_this.acc = null;
|
|
68
|
+
_this.ad6 = 0;
|
|
70
69
|
_this.acd = null;
|
|
71
|
-
_this.
|
|
72
|
-
_this.
|
|
73
|
-
_this.ady =
|
|
70
|
+
_this.ace = null;
|
|
71
|
+
_this.ada = true;
|
|
72
|
+
_this.ady = 3;
|
|
74
73
|
_this.adz = NaN;
|
|
75
74
|
_this.ad0 = NaN;
|
|
76
75
|
_this.ad1 = NaN;
|
|
77
|
-
_this.
|
|
76
|
+
_this.ad2 = NaN;
|
|
78
77
|
_this.ac3 = false;
|
|
79
|
-
_this.
|
|
80
|
-
_this.
|
|
78
|
+
_this.ac4 = false;
|
|
79
|
+
_this.adp = null;
|
|
80
|
+
_this.q9();
|
|
81
81
|
return _this;
|
|
82
82
|
}
|
|
83
|
-
CategoryChart.prototype.
|
|
84
|
-
_super.prototype.
|
|
83
|
+
CategoryChart.prototype.rr = function () {
|
|
84
|
+
_super.prototype.rr.call(this);
|
|
85
85
|
if (this.dataChart == null) {
|
|
86
86
|
return;
|
|
87
87
|
}
|
|
88
88
|
var a = this.dataChart.cu.j.e();
|
|
89
|
-
this.
|
|
90
|
-
this.
|
|
91
|
-
if (this.
|
|
92
|
-
this.
|
|
89
|
+
this.acf = a.d;
|
|
90
|
+
this.acg = a.e;
|
|
91
|
+
if (this.abp == null) {
|
|
92
|
+
this.abp = a.k;
|
|
93
93
|
}
|
|
94
|
-
if (this.
|
|
95
|
-
this.
|
|
94
|
+
if (this.abw == null) {
|
|
95
|
+
this.abw = a.k;
|
|
96
96
|
}
|
|
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
|
-
this.
|
|
111
|
-
this.
|
|
97
|
+
this.xo = 0;
|
|
98
|
+
this.abx = AxisDefaults.h;
|
|
99
|
+
this.ab0 = null;
|
|
100
|
+
this.abt = AxisDefaults.g;
|
|
101
|
+
this.abq = null;
|
|
102
|
+
this.w7 = AxisDefaults.f;
|
|
103
|
+
this.abu = AxisDefaults.j;
|
|
104
|
+
this.w8 = AxisDefaults.e;
|
|
105
|
+
this.fc = true;
|
|
106
|
+
this.fd = true;
|
|
107
|
+
this.a7 = 0;
|
|
108
|
+
this.hw = Defaults.j;
|
|
109
|
+
this.t1 = Defaults.ae;
|
|
110
|
+
this.tw = Defaults.af;
|
|
111
|
+
this.tx = Defaults.ag;
|
|
112
|
+
this.adh = true;
|
|
112
113
|
};
|
|
113
|
-
CategoryChart.prototype.
|
|
114
|
-
_super.prototype.
|
|
115
|
-
a.hp = this.
|
|
116
|
-
a.cg = this.
|
|
114
|
+
CategoryChart.prototype.rt = function (a, b) {
|
|
115
|
+
_super.prototype.rt.call(this, a, b);
|
|
116
|
+
a.hp = this.aey;
|
|
117
|
+
a.cg = this.ac2;
|
|
117
118
|
};
|
|
118
|
-
CategoryChart.prototype.
|
|
119
|
+
CategoryChart.prototype.se = function (a, b, c) {
|
|
119
120
|
var _this = this;
|
|
120
|
-
_super.prototype.
|
|
121
|
+
_super.prototype.se.call(this, a, b, c);
|
|
121
122
|
switch (a) {
|
|
122
123
|
case "TransitionInDuration":
|
|
123
|
-
this.
|
|
124
|
+
this.rg(function (d) { return d.hp = _this.aey; });
|
|
124
125
|
break;
|
|
125
126
|
case "TransitionInEasingFunction":
|
|
126
|
-
this.
|
|
127
|
+
this.rg(function (d) { return d.cg = _this.ac2; });
|
|
127
128
|
break;
|
|
128
129
|
}
|
|
129
130
|
};
|
|
130
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
131
|
+
Object.defineProperty(CategoryChart.prototype, "aey", {
|
|
131
132
|
get: function () {
|
|
132
|
-
return this.
|
|
133
|
+
return this.aew;
|
|
133
134
|
},
|
|
134
135
|
set: function (a) {
|
|
135
|
-
var b = this.
|
|
136
|
+
var b = this.aey;
|
|
136
137
|
if (a != b) {
|
|
137
|
-
this.
|
|
138
|
-
this.
|
|
138
|
+
this.aew = a;
|
|
139
|
+
this.sd("TransitionInDuration", b, this.aey);
|
|
139
140
|
}
|
|
140
141
|
},
|
|
141
142
|
enumerable: true,
|
|
142
143
|
configurable: true
|
|
143
144
|
});
|
|
144
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
145
|
+
Object.defineProperty(CategoryChart.prototype, "ac2", {
|
|
145
146
|
get: function () {
|
|
146
|
-
return this.
|
|
147
|
+
return this.ac1;
|
|
147
148
|
},
|
|
148
149
|
set: function (a) {
|
|
149
|
-
var b = this.
|
|
150
|
+
var b = this.ac2;
|
|
150
151
|
if (a != b) {
|
|
151
|
-
this.
|
|
152
|
-
this.
|
|
152
|
+
this.ac1 = a;
|
|
153
|
+
this.sd("TransitionInEasingFunction", b, this.ac2);
|
|
153
154
|
}
|
|
154
155
|
},
|
|
155
156
|
enumerable: true,
|
|
156
157
|
configurable: true
|
|
157
158
|
});
|
|
158
|
-
CategoryChart.prototype.
|
|
159
|
-
var cvd_ = this.
|
|
159
|
+
CategoryChart.prototype.ae4 = function () {
|
|
160
|
+
var cvd_ = this.jv();
|
|
160
161
|
cvd_.scaleByViewport();
|
|
161
162
|
return (cvd_.serialize());
|
|
162
163
|
};
|
|
163
|
-
CategoryChart.prototype.
|
|
164
|
-
_super.prototype.
|
|
165
|
-
a.ds = this.
|
|
166
|
-
a.uq = this.
|
|
167
|
-
a.ut = this.
|
|
168
|
-
a.vg = this.
|
|
169
|
-
a.vh = this.
|
|
170
|
-
a.tv = this.
|
|
164
|
+
CategoryChart.prototype.rm = function (a) {
|
|
165
|
+
_super.prototype.rm.call(this, a);
|
|
166
|
+
a.ds = this.e8;
|
|
167
|
+
a.uq = this.adi;
|
|
168
|
+
a.ut = this.adj;
|
|
169
|
+
a.vg = this.ad7;
|
|
170
|
+
a.vh = this.ad8;
|
|
171
|
+
a.tv = this.aci;
|
|
171
172
|
};
|
|
172
|
-
CategoryChart.prototype.
|
|
173
|
-
_super.prototype.
|
|
173
|
+
CategoryChart.prototype.rs = function (a, b) {
|
|
174
|
+
_super.prototype.rs.call(this, a, b);
|
|
174
175
|
var c = typeCast(HorizontalAnchoredCategorySeries.$, a);
|
|
175
176
|
if (c == null) {
|
|
176
177
|
return;
|
|
177
178
|
}
|
|
178
|
-
c.tn = this.
|
|
179
|
-
c.sk = this.
|
|
180
|
-
c.r4 = this.
|
|
181
|
-
c.ca = this.
|
|
179
|
+
c.tn = this.aco;
|
|
180
|
+
c.sk = this.adh;
|
|
181
|
+
c.r4 = this.acq;
|
|
182
|
+
c.ca = this.ac0;
|
|
182
183
|
c.trendLineBrush = ArrayExtension.getModulus$1(Brush.$, this.ag, b);
|
|
183
|
-
c.trendLineType = this.
|
|
184
|
-
c.trendLineThickness = this.
|
|
185
|
-
c.qh = this.
|
|
184
|
+
c.trendLineType = this.dj;
|
|
185
|
+
c.trendLineThickness = this.iu;
|
|
186
|
+
c.qh = this.cn(a, b);
|
|
186
187
|
if (a.d4) {
|
|
187
|
-
a.mq(ArrayExtension.getModulus$1(Brush.$, this.
|
|
188
|
+
a.mq(ArrayExtension.getModulus$1(Brush.$, this.acf, b), ArrayExtension.getModulus$1(Brush.$, this.acg, b));
|
|
188
189
|
}
|
|
189
190
|
};
|
|
190
|
-
CategoryChart.prototype.
|
|
191
|
+
CategoryChart.prototype.acr = function () {
|
|
191
192
|
return new CategoryXAxis();
|
|
192
193
|
};
|
|
193
|
-
CategoryChart.prototype.
|
|
194
|
+
CategoryChart.prototype.acv = function () {
|
|
194
195
|
return new NumericYAxis();
|
|
195
196
|
};
|
|
196
|
-
CategoryChart.prototype.
|
|
197
|
-
this.xAxis = this.
|
|
197
|
+
CategoryChart.prototype.q5 = function () {
|
|
198
|
+
this.xAxis = this.acr();
|
|
198
199
|
this.xAxis.name = "xAxis";
|
|
199
200
|
var a = this.xAxis;
|
|
200
|
-
a.propertyChanged = delegateCombine(a.propertyChanged, runOn(this, this.
|
|
201
|
-
this.yAxis = this.
|
|
201
|
+
a.propertyChanged = delegateCombine(a.propertyChanged, runOn(this, this.af6));
|
|
202
|
+
this.yAxis = this.acv();
|
|
202
203
|
this.yAxis.name = "yAxis";
|
|
203
204
|
var b = this.yAxis;
|
|
204
|
-
b.propertyChanged = delegateCombine(b.propertyChanged, runOn(this, this.
|
|
205
|
+
b.propertyChanged = delegateCombine(b.propertyChanged, runOn(this, this.af7));
|
|
205
206
|
if (this.xAxis.ay == null) {
|
|
206
207
|
this.xAxis.ay = new AxisLabelSettings();
|
|
207
208
|
}
|
|
@@ -209,468 +210,454 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
209
210
|
this.yAxis.ay = new AxisLabelSettings();
|
|
210
211
|
}
|
|
211
212
|
};
|
|
212
|
-
CategoryChart.prototype.
|
|
213
|
-
_super.prototype.
|
|
214
|
-
a.k8 = this.
|
|
215
|
-
a.lb = this.
|
|
216
|
-
a.b0 = this.
|
|
213
|
+
CategoryChart.prototype.aap = function (a) {
|
|
214
|
+
_super.prototype.aap.call(this, a);
|
|
215
|
+
a.k8 = this.adl;
|
|
216
|
+
a.lb = this.adn;
|
|
217
|
+
a.b0 = this.adm;
|
|
217
218
|
};
|
|
218
|
-
CategoryChart.prototype.
|
|
219
|
-
_super.prototype.
|
|
220
|
-
a.b0 = this.
|
|
221
|
-
a.zoomMaximumCategoryRange = this.
|
|
222
|
-
a.zoomToCategoryRange = this.
|
|
223
|
-
a.zoomToCategoryStart = this.
|
|
224
|
-
a.zoomMaximumItemSpan = this.
|
|
225
|
-
a.zoomToItemSpan = this.
|
|
219
|
+
CategoryChart.prototype.aan = function (a) {
|
|
220
|
+
_super.prototype.aan.call(this, a);
|
|
221
|
+
a.b0 = this.adk;
|
|
222
|
+
a.zoomMaximumCategoryRange = this.ael;
|
|
223
|
+
a.zoomToCategoryRange = this.aen;
|
|
224
|
+
a.zoomToCategoryStart = this.aeo;
|
|
225
|
+
a.zoomMaximumItemSpan = this.aem;
|
|
226
|
+
a.zoomToItemSpan = this.aep;
|
|
226
227
|
};
|
|
227
|
-
CategoryChart.prototype.
|
|
228
|
+
CategoryChart.prototype.get_bz = function () {
|
|
228
229
|
return 0;
|
|
229
230
|
};
|
|
230
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
231
|
+
Object.defineProperty(CategoryChart.prototype, "bz", {
|
|
231
232
|
get: function () {
|
|
232
|
-
return this.
|
|
233
|
+
return this.get_bz();
|
|
233
234
|
},
|
|
234
235
|
enumerable: true,
|
|
235
236
|
configurable: true
|
|
236
237
|
});
|
|
237
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
238
|
+
Object.defineProperty(CategoryChart.prototype, "acm", {
|
|
238
239
|
get: function () {
|
|
239
|
-
return this.
|
|
240
|
+
return this.acl;
|
|
240
241
|
},
|
|
241
242
|
set: function (a) {
|
|
242
|
-
if (a != this.
|
|
243
|
-
var b = this.
|
|
244
|
-
this.
|
|
245
|
-
this.
|
|
243
|
+
if (a != this.acl) {
|
|
244
|
+
var b = this.acm;
|
|
245
|
+
this.acl = a;
|
|
246
|
+
this.sd("ChartType", enumGetBox(CategoryChartType_$type, b), enumGetBox(CategoryChartType_$type, this.acm));
|
|
246
247
|
}
|
|
247
248
|
},
|
|
248
249
|
enumerable: true,
|
|
249
250
|
configurable: true
|
|
250
251
|
});
|
|
251
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
252
|
+
Object.defineProperty(CategoryChart.prototype, "aco", {
|
|
252
253
|
get: function () {
|
|
253
|
-
return this.
|
|
254
|
+
return this.acn;
|
|
254
255
|
},
|
|
255
256
|
set: function (a) {
|
|
256
|
-
var b = this.
|
|
257
|
+
var b = this.aco;
|
|
257
258
|
if (a != b) {
|
|
258
|
-
this.
|
|
259
|
-
this.
|
|
259
|
+
this.acn = a;
|
|
260
|
+
this.sd("MarkerCollisionAvoidance", enumGetBox(CategorySeriesMarkerCollisionAvoidance_$type, b), enumGetBox(CategorySeriesMarkerCollisionAvoidance_$type, this.aco));
|
|
260
261
|
}
|
|
261
262
|
},
|
|
262
263
|
enumerable: true,
|
|
263
264
|
configurable: true
|
|
264
265
|
});
|
|
265
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
266
|
+
Object.defineProperty(CategoryChart.prototype, "adg", {
|
|
266
267
|
get: function () {
|
|
267
|
-
return this.
|
|
268
|
+
return this.ac5;
|
|
268
269
|
},
|
|
269
270
|
set: function (a) {
|
|
270
|
-
var b = this.
|
|
271
|
+
var b = this.adg;
|
|
271
272
|
if (a != b) {
|
|
272
|
-
this.
|
|
273
|
-
this.
|
|
273
|
+
this.ac5 = a;
|
|
274
|
+
this.sd("IsSplineShapePartOfRange", b, this.adg);
|
|
274
275
|
}
|
|
275
276
|
},
|
|
276
277
|
enumerable: true,
|
|
277
278
|
configurable: true
|
|
278
279
|
});
|
|
279
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
280
|
+
Object.defineProperty(CategoryChart.prototype, "adh", {
|
|
280
281
|
get: function () {
|
|
281
|
-
return this.
|
|
282
|
+
return this.ac6;
|
|
282
283
|
},
|
|
283
284
|
set: function (a) {
|
|
284
|
-
var b = this.
|
|
285
|
+
var b = this.adh;
|
|
285
286
|
if (a != b) {
|
|
286
|
-
this.
|
|
287
|
-
this.
|
|
287
|
+
this.ac6 = a;
|
|
288
|
+
this.sd("IsTransitionInEnabled", b, this.adh);
|
|
288
289
|
}
|
|
289
290
|
},
|
|
290
291
|
enumerable: true,
|
|
291
292
|
configurable: true
|
|
292
293
|
});
|
|
293
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
294
|
+
Object.defineProperty(CategoryChart.prototype, "acq", {
|
|
294
295
|
get: function () {
|
|
295
|
-
return this.
|
|
296
|
+
return this.acp;
|
|
296
297
|
},
|
|
297
298
|
set: function (a) {
|
|
298
|
-
var b = this.
|
|
299
|
+
var b = this.acq;
|
|
299
300
|
if (a != b) {
|
|
300
|
-
this.
|
|
301
|
-
this.
|
|
301
|
+
this.acp = a;
|
|
302
|
+
this.sd("TransitionInMode", enumGetBox(CategoryTransitionInMode_$type, b), enumGetBox(CategoryTransitionInMode_$type, this.acq));
|
|
302
303
|
}
|
|
303
304
|
},
|
|
304
305
|
enumerable: true,
|
|
305
306
|
configurable: true
|
|
306
307
|
});
|
|
307
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
308
|
+
Object.defineProperty(CategoryChart.prototype, "ac0", {
|
|
308
309
|
get: function () {
|
|
309
|
-
return this.
|
|
310
|
+
return this.acz;
|
|
310
311
|
},
|
|
311
312
|
set: function (a) {
|
|
312
|
-
var b = this.
|
|
313
|
+
var b = this.ac0;
|
|
313
314
|
if (a != b) {
|
|
314
|
-
this.
|
|
315
|
-
this.
|
|
315
|
+
this.acz = a;
|
|
316
|
+
this.sd("TransitionInSpeedType", enumGetBox(TransitionInSpeedType_$type, b), enumGetBox(TransitionInSpeedType_$type, this.ac0));
|
|
316
317
|
}
|
|
317
318
|
},
|
|
318
319
|
enumerable: true,
|
|
319
320
|
configurable: true
|
|
320
321
|
});
|
|
321
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
322
|
+
Object.defineProperty(CategoryChart.prototype, "aeg", {
|
|
322
323
|
get: function () {
|
|
323
|
-
return this.
|
|
324
|
+
return this.adt;
|
|
324
325
|
},
|
|
325
326
|
set: function (a) {
|
|
326
|
-
var b = this.
|
|
327
|
+
var b = this.aeg;
|
|
327
328
|
if (a != b) {
|
|
328
|
-
this.
|
|
329
|
-
this.
|
|
329
|
+
this.adt = a;
|
|
330
|
+
this.sd("XAxisInterval", b, this.aeg);
|
|
330
331
|
}
|
|
331
332
|
},
|
|
332
333
|
enumerable: true,
|
|
333
334
|
configurable: true
|
|
334
335
|
});
|
|
335
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
336
|
+
Object.defineProperty(CategoryChart.prototype, "aej", {
|
|
336
337
|
get: function () {
|
|
337
|
-
return this.
|
|
338
|
+
return this.adw;
|
|
338
339
|
},
|
|
339
340
|
set: function (a) {
|
|
340
|
-
var b = this.
|
|
341
|
+
var b = this.aej;
|
|
341
342
|
if (a != b) {
|
|
342
|
-
this.
|
|
343
|
-
this.
|
|
343
|
+
this.adw = a;
|
|
344
|
+
this.sd("XAxisMinorInterval", b, this.aej);
|
|
344
345
|
}
|
|
345
346
|
},
|
|
346
347
|
enumerable: true,
|
|
347
348
|
configurable: true
|
|
348
349
|
});
|
|
349
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
350
|
+
Object.defineProperty(CategoryChart.prototype, "aef", {
|
|
350
351
|
get: function () {
|
|
351
|
-
return this.
|
|
352
|
+
return this.ads;
|
|
352
353
|
},
|
|
353
354
|
set: function (a) {
|
|
354
|
-
var b = this.
|
|
355
|
+
var b = this.aef;
|
|
355
356
|
if (a != b) {
|
|
356
|
-
this.
|
|
357
|
-
this.
|
|
357
|
+
this.ads = a;
|
|
358
|
+
this.sd("XAxisGap", b, this.aef);
|
|
358
359
|
}
|
|
359
360
|
},
|
|
360
361
|
enumerable: true,
|
|
361
362
|
configurable: true
|
|
362
363
|
});
|
|
363
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
364
|
+
Object.defineProperty(CategoryChart.prototype, "aei", {
|
|
364
365
|
get: function () {
|
|
365
|
-
return this.
|
|
366
|
+
return this.adv;
|
|
366
367
|
},
|
|
367
368
|
set: function (a) {
|
|
368
|
-
var b = this.
|
|
369
|
+
var b = this.aei;
|
|
369
370
|
if (a != b) {
|
|
370
|
-
this.
|
|
371
|
-
this.
|
|
371
|
+
this.adv = a;
|
|
372
|
+
this.sd("XAxisMinimumGapSize", b, this.aei);
|
|
372
373
|
}
|
|
373
374
|
},
|
|
374
375
|
enumerable: true,
|
|
375
376
|
configurable: true
|
|
376
377
|
});
|
|
377
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
378
|
+
Object.defineProperty(CategoryChart.prototype, "aeh", {
|
|
378
379
|
get: function () {
|
|
379
|
-
return this.
|
|
380
|
+
return this.adu;
|
|
380
381
|
},
|
|
381
382
|
set: function (a) {
|
|
382
|
-
var b = this.
|
|
383
|
+
var b = this.aeh;
|
|
383
384
|
if (a != b) {
|
|
384
|
-
this.
|
|
385
|
-
this.
|
|
385
|
+
this.adu = a;
|
|
386
|
+
this.sd("XAxisMaximumGap", b, this.aeh);
|
|
386
387
|
}
|
|
387
388
|
},
|
|
388
389
|
enumerable: true,
|
|
389
390
|
configurable: true
|
|
390
391
|
});
|
|
391
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
392
|
+
Object.defineProperty(CategoryChart.prototype, "aek", {
|
|
392
393
|
get: function () {
|
|
393
|
-
return this.
|
|
394
|
+
return this.adx;
|
|
394
395
|
},
|
|
395
396
|
set: function (a) {
|
|
396
|
-
var b = this.
|
|
397
|
+
var b = this.aek;
|
|
397
398
|
if (a != b) {
|
|
398
|
-
this.
|
|
399
|
-
this.
|
|
399
|
+
this.adx = a;
|
|
400
|
+
this.sd("XAxisOverlap", b, this.aek);
|
|
400
401
|
}
|
|
401
402
|
},
|
|
402
403
|
enumerable: true,
|
|
403
404
|
configurable: true
|
|
404
405
|
});
|
|
405
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
406
|
+
Object.defineProperty(CategoryChart.prototype, "aes", {
|
|
406
407
|
get: function () {
|
|
407
|
-
return this.
|
|
408
|
+
return this.ad3;
|
|
408
409
|
},
|
|
409
410
|
set: function (a) {
|
|
410
|
-
var b = this.
|
|
411
|
+
var b = this.aes;
|
|
411
412
|
if (a != b) {
|
|
412
|
-
this.
|
|
413
|
-
this.
|
|
413
|
+
this.ad3 = a;
|
|
414
|
+
this.sd("YAxisInterval", b, this.aes);
|
|
414
415
|
}
|
|
415
416
|
},
|
|
416
417
|
enumerable: true,
|
|
417
418
|
configurable: true
|
|
418
419
|
});
|
|
419
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
420
|
+
Object.defineProperty(CategoryChart.prototype, "aci", {
|
|
420
421
|
get: function () {
|
|
421
|
-
return this.
|
|
422
|
+
return this.ach;
|
|
422
423
|
},
|
|
423
424
|
set: function (a) {
|
|
424
|
-
var b = this.
|
|
425
|
+
var b = this.aci;
|
|
425
426
|
if (a != b) {
|
|
426
|
-
this.
|
|
427
|
-
this.
|
|
427
|
+
this.ach = a;
|
|
428
|
+
this.sd("AutoMarginAndAngleUpdateMode", enumGetBox(AutoMarginsAndAngleUpdateMode_$type, b), enumGetBox(AutoMarginsAndAngleUpdateMode_$type, this.aci));
|
|
428
429
|
}
|
|
429
430
|
},
|
|
430
431
|
enumerable: true,
|
|
431
432
|
configurable: true
|
|
432
433
|
});
|
|
433
|
-
CategoryChart.prototype.
|
|
434
|
+
CategoryChart.prototype.af8 = function () {
|
|
434
435
|
if (this.dataChart != null) {
|
|
435
436
|
this.dataChart.w1();
|
|
436
437
|
}
|
|
437
438
|
};
|
|
438
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
439
|
+
Object.defineProperty(CategoryChart.prototype, "adi", {
|
|
439
440
|
get: function () {
|
|
440
|
-
return this.
|
|
441
|
+
return this.ac7;
|
|
441
442
|
},
|
|
442
443
|
set: function (a) {
|
|
443
|
-
var b = this.
|
|
444
|
+
var b = this.adi;
|
|
444
445
|
if (a != b) {
|
|
445
|
-
this.
|
|
446
|
-
this.
|
|
446
|
+
this.ac7 = a;
|
|
447
|
+
this.sd("ShouldAutoExpandMarginForInitialLabels", b, this.adi);
|
|
447
448
|
}
|
|
448
449
|
},
|
|
449
450
|
enumerable: true,
|
|
450
451
|
configurable: true
|
|
451
452
|
});
|
|
452
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
453
|
+
Object.defineProperty(CategoryChart.prototype, "adj", {
|
|
453
454
|
get: function () {
|
|
454
|
-
return this.
|
|
455
|
+
return this.ac8;
|
|
455
456
|
},
|
|
456
457
|
set: function (a) {
|
|
457
|
-
var b = this.
|
|
458
|
+
var b = this.adj;
|
|
458
459
|
if (a != b) {
|
|
459
|
-
this.
|
|
460
|
-
this.
|
|
460
|
+
this.ac8 = a;
|
|
461
|
+
this.sd(CategoryChart.afd, b, this.adj);
|
|
461
462
|
}
|
|
462
463
|
},
|
|
463
464
|
enumerable: true,
|
|
464
465
|
configurable: true
|
|
465
466
|
});
|
|
466
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
467
|
+
Object.defineProperty(CategoryChart.prototype, "ad7", {
|
|
467
468
|
get: function () {
|
|
468
|
-
return this.
|
|
469
|
+
return this.adq;
|
|
469
470
|
},
|
|
470
471
|
set: function (a) {
|
|
471
|
-
var b = this.
|
|
472
|
+
var b = this.ad7;
|
|
472
473
|
if (a != b) {
|
|
473
|
-
this.
|
|
474
|
-
this.
|
|
474
|
+
this.adq = a;
|
|
475
|
+
this.sd("AutoExpandMarginExtraPadding", b, this.ad7);
|
|
475
476
|
}
|
|
476
477
|
},
|
|
477
478
|
enumerable: true,
|
|
478
479
|
configurable: true
|
|
479
480
|
});
|
|
480
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
481
|
+
Object.defineProperty(CategoryChart.prototype, "ad8", {
|
|
481
482
|
get: function () {
|
|
482
|
-
return this.
|
|
483
|
+
return this.adr;
|
|
483
484
|
},
|
|
484
485
|
set: function (a) {
|
|
485
|
-
var b = this.
|
|
486
|
+
var b = this.ad8;
|
|
486
487
|
if (a != b) {
|
|
487
|
-
this.
|
|
488
|
-
this.
|
|
488
|
+
this.adr = a;
|
|
489
|
+
this.sd("AutoExpandMarginMaximumValue", b, this.ad8);
|
|
489
490
|
}
|
|
490
491
|
},
|
|
491
492
|
enumerable: true,
|
|
492
493
|
configurable: true
|
|
493
494
|
});
|
|
494
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
495
|
+
Object.defineProperty(CategoryChart.prototype, "adn", {
|
|
495
496
|
get: function () {
|
|
496
|
-
return this.
|
|
497
|
+
return this.adc;
|
|
497
498
|
},
|
|
498
499
|
set: function (a) {
|
|
499
|
-
var b = this.
|
|
500
|
+
var b = this.adn;
|
|
500
501
|
if (a != b) {
|
|
501
|
-
this.
|
|
502
|
-
this.
|
|
502
|
+
this.adc = a;
|
|
503
|
+
this.sd("YAxisFavorLabellingScaleEnd", b, this.adn);
|
|
503
504
|
}
|
|
504
505
|
},
|
|
505
506
|
enumerable: true,
|
|
506
507
|
configurable: true
|
|
507
508
|
});
|
|
508
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
509
|
+
Object.defineProperty(CategoryChart.prototype, "adk", {
|
|
509
510
|
get: function () {
|
|
510
|
-
return this.
|
|
511
|
+
return this.ac9;
|
|
511
512
|
},
|
|
512
513
|
set: function (a) {
|
|
513
|
-
var b = this.
|
|
514
|
+
var b = this.adk;
|
|
514
515
|
if (a != b) {
|
|
515
|
-
this.
|
|
516
|
-
this.
|
|
516
|
+
this.ac9 = a;
|
|
517
|
+
this.sd(CategoryChart.afi, b, this.adk);
|
|
517
518
|
}
|
|
518
519
|
},
|
|
519
520
|
enumerable: true,
|
|
520
521
|
configurable: true
|
|
521
522
|
});
|
|
522
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
523
|
+
Object.defineProperty(CategoryChart.prototype, "adm", {
|
|
523
524
|
get: function () {
|
|
524
|
-
return this.
|
|
525
|
+
return this.adb;
|
|
525
526
|
},
|
|
526
527
|
set: function (a) {
|
|
527
|
-
var b = this.
|
|
528
|
+
var b = this.adm;
|
|
528
529
|
if (a != b) {
|
|
529
|
-
this.
|
|
530
|
-
this.
|
|
530
|
+
this.adb = a;
|
|
531
|
+
this.sd(CategoryChart.afw, b, this.adm);
|
|
531
532
|
}
|
|
532
533
|
},
|
|
533
534
|
enumerable: true,
|
|
534
535
|
configurable: true
|
|
535
536
|
});
|
|
536
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
537
|
+
Object.defineProperty(CategoryChart.prototype, "ack", {
|
|
537
538
|
get: function () {
|
|
538
|
-
return this.
|
|
539
|
+
return this.acj;
|
|
539
540
|
},
|
|
540
541
|
set: function (a) {
|
|
541
|
-
var b = this.
|
|
542
|
+
var b = this.ack;
|
|
542
543
|
if (a != b) {
|
|
543
|
-
this.
|
|
544
|
-
this.
|
|
544
|
+
this.acj = a;
|
|
545
|
+
this.sd("YAxisAutoRangeBufferMode", enumGetBox(AxisRangeBufferMode_$type, b), enumGetBox(AxisRangeBufferMode_$type, this.ack));
|
|
545
546
|
}
|
|
546
547
|
},
|
|
547
548
|
enumerable: true,
|
|
548
549
|
configurable: true
|
|
549
550
|
});
|
|
550
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
551
|
+
Object.defineProperty(CategoryChart.prototype, "ado", {
|
|
551
552
|
get: function () {
|
|
552
|
-
return this.
|
|
553
|
+
return this.add;
|
|
553
554
|
},
|
|
554
555
|
set: function (a) {
|
|
555
|
-
var b = this.
|
|
556
|
+
var b = this.ado;
|
|
556
557
|
if (a != b) {
|
|
557
|
-
this.
|
|
558
|
-
this.
|
|
558
|
+
this.add = a;
|
|
559
|
+
this.sd("YAxisIsLogarithmic", b, this.ado);
|
|
559
560
|
}
|
|
560
561
|
},
|
|
561
562
|
enumerable: true,
|
|
562
563
|
configurable: true
|
|
563
564
|
});
|
|
564
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
565
|
+
Object.defineProperty(CategoryChart.prototype, "aez", {
|
|
565
566
|
get: function () {
|
|
566
|
-
return this.
|
|
567
|
+
return this.aex;
|
|
567
568
|
},
|
|
568
569
|
set: function (a) {
|
|
569
|
-
var b = this.
|
|
570
|
+
var b = this.aez;
|
|
570
571
|
if (a != b) {
|
|
571
|
-
this.
|
|
572
|
-
this.
|
|
572
|
+
this.aex = a;
|
|
573
|
+
this.sd("YAxisLogarithmBase", b, this.aez);
|
|
573
574
|
}
|
|
574
575
|
},
|
|
575
576
|
enumerable: true,
|
|
576
577
|
configurable: true
|
|
577
578
|
});
|
|
578
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
579
|
+
Object.defineProperty(CategoryChart.prototype, "aeu", {
|
|
579
580
|
get: function () {
|
|
580
|
-
return this.
|
|
581
|
+
return this.ad5;
|
|
581
582
|
},
|
|
582
583
|
set: function (a) {
|
|
583
|
-
var b = this.
|
|
584
|
+
var b = this.aeu;
|
|
584
585
|
if (a != b) {
|
|
585
|
-
this.
|
|
586
|
-
this.
|
|
586
|
+
this.ad5 = a;
|
|
587
|
+
this.sd("YAxisMinimumValue", b, this.aeu);
|
|
587
588
|
}
|
|
588
589
|
},
|
|
589
590
|
enumerable: true,
|
|
590
591
|
configurable: true
|
|
591
592
|
});
|
|
592
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
593
|
+
Object.defineProperty(CategoryChart.prototype, "aet", {
|
|
593
594
|
get: function () {
|
|
594
|
-
return this.
|
|
595
|
+
return this.ad4;
|
|
595
596
|
},
|
|
596
597
|
set: function (a) {
|
|
597
|
-
var b = this.
|
|
598
|
+
var b = this.aet;
|
|
598
599
|
if (a != b) {
|
|
599
|
-
this.
|
|
600
|
-
this.
|
|
600
|
+
this.ad4 = a;
|
|
601
|
+
this.sd("YAxisMaximumValue", b, this.aet);
|
|
601
602
|
}
|
|
602
603
|
},
|
|
603
604
|
enumerable: true,
|
|
604
605
|
configurable: true
|
|
605
606
|
});
|
|
606
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
607
|
+
Object.defineProperty(CategoryChart.prototype, "aev", {
|
|
607
608
|
get: function () {
|
|
608
|
-
return this.
|
|
609
|
+
return this.ad6;
|
|
609
610
|
},
|
|
610
611
|
set: function (a) {
|
|
611
|
-
var b = this.
|
|
612
|
+
var b = this.aev;
|
|
612
613
|
if (a != b) {
|
|
613
|
-
this.
|
|
614
|
-
this.
|
|
614
|
+
this.ad6 = a;
|
|
615
|
+
this.sd("YAxisMinorInterval", b, this.aev);
|
|
615
616
|
}
|
|
616
617
|
},
|
|
617
618
|
enumerable: true,
|
|
618
619
|
configurable: true
|
|
619
620
|
});
|
|
620
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
621
|
+
Object.defineProperty(CategoryChart.prototype, "aee", {
|
|
621
622
|
get: function () {
|
|
622
623
|
return this.xAxis.mv;
|
|
623
624
|
},
|
|
624
625
|
enumerable: true,
|
|
625
626
|
configurable: true
|
|
626
627
|
});
|
|
627
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
628
|
+
Object.defineProperty(CategoryChart.prototype, "aed", {
|
|
628
629
|
get: function () {
|
|
629
630
|
return this.xAxis.mu;
|
|
630
631
|
},
|
|
631
632
|
enumerable: true,
|
|
632
633
|
configurable: true
|
|
633
634
|
});
|
|
635
|
+
CategoryChart.prototype.aea = function () {
|
|
636
|
+
return this.aee;
|
|
637
|
+
};
|
|
638
|
+
CategoryChart.prototype.aec = function () {
|
|
639
|
+
return this.aer;
|
|
640
|
+
};
|
|
634
641
|
CategoryChart.prototype.ad9 = function () {
|
|
635
642
|
return this.aed;
|
|
636
643
|
};
|
|
637
644
|
CategoryChart.prototype.aeb = function () {
|
|
638
645
|
return this.aeq;
|
|
639
646
|
};
|
|
640
|
-
CategoryChart.prototype
|
|
641
|
-
return this.aec;
|
|
642
|
-
};
|
|
643
|
-
CategoryChart.prototype.aea = function () {
|
|
644
|
-
return this.aep;
|
|
645
|
-
};
|
|
646
|
-
Object.defineProperty(CategoryChart.prototype, "aeq", {
|
|
647
|
+
Object.defineProperty(CategoryChart.prototype, "aer", {
|
|
647
648
|
get: function () {
|
|
648
649
|
return this.yAxis.lv;
|
|
649
650
|
},
|
|
650
651
|
enumerable: true,
|
|
651
652
|
configurable: true
|
|
652
653
|
});
|
|
653
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
654
|
+
Object.defineProperty(CategoryChart.prototype, "aeq", {
|
|
654
655
|
get: function () {
|
|
655
656
|
return this.yAxis.lu;
|
|
656
657
|
},
|
|
657
658
|
enumerable: true,
|
|
658
659
|
configurable: true
|
|
659
660
|
});
|
|
660
|
-
Object.defineProperty(CategoryChart.prototype, "ace", {
|
|
661
|
-
get: function () {
|
|
662
|
-
return this.acc;
|
|
663
|
-
},
|
|
664
|
-
set: function (a) {
|
|
665
|
-
var b = this.ace;
|
|
666
|
-
if (a != b) {
|
|
667
|
-
this.acc = a;
|
|
668
|
-
this.sc("NegativeBrushes", b, this.ace);
|
|
669
|
-
}
|
|
670
|
-
},
|
|
671
|
-
enumerable: true,
|
|
672
|
-
configurable: true
|
|
673
|
-
});
|
|
674
661
|
Object.defineProperty(CategoryChart.prototype, "acf", {
|
|
675
662
|
get: function () {
|
|
676
663
|
return this.acd;
|
|
@@ -679,35 +666,35 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
679
666
|
var b = this.acf;
|
|
680
667
|
if (a != b) {
|
|
681
668
|
this.acd = a;
|
|
682
|
-
this.
|
|
669
|
+
this.sd("NegativeBrushes", b, this.acf);
|
|
683
670
|
}
|
|
684
671
|
},
|
|
685
672
|
enumerable: true,
|
|
686
673
|
configurable: true
|
|
687
674
|
});
|
|
688
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
675
|
+
Object.defineProperty(CategoryChart.prototype, "acg", {
|
|
689
676
|
get: function () {
|
|
690
|
-
return this.
|
|
677
|
+
return this.ace;
|
|
691
678
|
},
|
|
692
679
|
set: function (a) {
|
|
693
|
-
var b = this.
|
|
680
|
+
var b = this.acg;
|
|
694
681
|
if (a != b) {
|
|
695
|
-
this.
|
|
696
|
-
this.
|
|
682
|
+
this.ace = a;
|
|
683
|
+
this.sd("NegativeOutlines", b, this.acg);
|
|
697
684
|
}
|
|
698
685
|
},
|
|
699
686
|
enumerable: true,
|
|
700
687
|
configurable: true
|
|
701
688
|
});
|
|
702
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
689
|
+
Object.defineProperty(CategoryChart.prototype, "adl", {
|
|
703
690
|
get: function () {
|
|
704
|
-
return this.
|
|
691
|
+
return this.ada;
|
|
705
692
|
},
|
|
706
693
|
set: function (a) {
|
|
707
|
-
var b = this.
|
|
694
|
+
var b = this.adl;
|
|
708
695
|
if (a != b) {
|
|
709
|
-
this.
|
|
710
|
-
this.
|
|
696
|
+
this.ada = a;
|
|
697
|
+
this.sd("YAxisAbbreviateLargeNumbers", b, this.adl);
|
|
711
698
|
}
|
|
712
699
|
},
|
|
713
700
|
enumerable: true,
|
|
@@ -721,7 +708,7 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
721
708
|
var b = this.ael;
|
|
722
709
|
if (a != b) {
|
|
723
710
|
this.ady = a;
|
|
724
|
-
this.
|
|
711
|
+
this.sd("XAxisZoomMaximumCategoryRange", b, this.ael);
|
|
725
712
|
}
|
|
726
713
|
},
|
|
727
714
|
enumerable: true,
|
|
@@ -735,7 +722,7 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
735
722
|
var b = this.aem;
|
|
736
723
|
if (a != b) {
|
|
737
724
|
this.adz = a;
|
|
738
|
-
this.
|
|
725
|
+
this.sd("XAxisZoomMaximumItemSpan", b, this.aem);
|
|
739
726
|
}
|
|
740
727
|
},
|
|
741
728
|
enumerable: true,
|
|
@@ -749,7 +736,7 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
749
736
|
var b = this.aen;
|
|
750
737
|
if (a != b) {
|
|
751
738
|
this.ad0 = a;
|
|
752
|
-
this.
|
|
739
|
+
this.sd("XAxisZoomToCategoryRange", b, this.aen);
|
|
753
740
|
}
|
|
754
741
|
},
|
|
755
742
|
enumerable: true,
|
|
@@ -763,21 +750,21 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
763
750
|
var b = this.aeo;
|
|
764
751
|
if (a != b) {
|
|
765
752
|
this.ad1 = a;
|
|
766
|
-
this.
|
|
753
|
+
this.sd("XAxisZoomToCategoryStart", b, this.aeo);
|
|
767
754
|
}
|
|
768
755
|
},
|
|
769
756
|
enumerable: true,
|
|
770
757
|
configurable: true
|
|
771
758
|
});
|
|
772
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
759
|
+
Object.defineProperty(CategoryChart.prototype, "aep", {
|
|
773
760
|
get: function () {
|
|
774
|
-
return this.
|
|
761
|
+
return this.ad2;
|
|
775
762
|
},
|
|
776
763
|
set: function (a) {
|
|
777
|
-
var b = this.
|
|
764
|
+
var b = this.aep;
|
|
778
765
|
if (a != b) {
|
|
779
|
-
this.
|
|
780
|
-
this.
|
|
766
|
+
this.ad2 = a;
|
|
767
|
+
this.sd("XAxisZoomToItemSpan", b, this.aep);
|
|
781
768
|
}
|
|
782
769
|
},
|
|
783
770
|
enumerable: true,
|
|
@@ -791,13 +778,27 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
791
778
|
var b = this.ade;
|
|
792
779
|
if (a != b) {
|
|
793
780
|
this.ac3 = a;
|
|
794
|
-
this.
|
|
781
|
+
this.sd("IsCategoryHighlightingEnabled", b, this.ade);
|
|
795
782
|
}
|
|
796
783
|
},
|
|
797
784
|
enumerable: true,
|
|
798
785
|
configurable: true
|
|
799
786
|
});
|
|
800
|
-
CategoryChart.prototype
|
|
787
|
+
Object.defineProperty(CategoryChart.prototype, "adf", {
|
|
788
|
+
get: function () {
|
|
789
|
+
return this.ac4;
|
|
790
|
+
},
|
|
791
|
+
set: function (a) {
|
|
792
|
+
var b = this.adf;
|
|
793
|
+
if (a != b) {
|
|
794
|
+
this.ac4 = a;
|
|
795
|
+
this.sd("IsItemHighlightingEnabled", b, this.adf);
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
enumerable: true,
|
|
799
|
+
configurable: true
|
|
800
|
+
});
|
|
801
|
+
CategoryChart.prototype.get_gf = function () {
|
|
801
802
|
var a = new List$1(DataSeriesType_$type, 0);
|
|
802
803
|
if (TypeRegistrar.isRegistered("AreaSeries")) {
|
|
803
804
|
a.add(2);
|
|
@@ -828,59 +829,59 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
828
829
|
}
|
|
829
830
|
return a;
|
|
830
831
|
};
|
|
831
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
832
|
+
Object.defineProperty(CategoryChart.prototype, "gf", {
|
|
832
833
|
get: function () {
|
|
833
|
-
return this.
|
|
834
|
+
return this.get_gf();
|
|
834
835
|
},
|
|
835
836
|
enumerable: true,
|
|
836
837
|
configurable: true
|
|
837
838
|
});
|
|
838
|
-
CategoryChart.prototype.
|
|
839
|
-
if (this.
|
|
840
|
-
this.
|
|
839
|
+
CategoryChart.prototype.gj = function () {
|
|
840
|
+
if (this.adp == null) {
|
|
841
|
+
this.adp = CategoryChartMockDataGenerator.a();
|
|
841
842
|
}
|
|
842
|
-
return this.
|
|
843
|
+
return this.adp;
|
|
843
844
|
};
|
|
844
|
-
CategoryChart.prototype.
|
|
845
|
+
CategoryChart.prototype.cm = function (a) {
|
|
845
846
|
if (a != null) {
|
|
846
|
-
var b = _super.prototype.
|
|
847
|
+
var b = _super.prototype.cm.call(this, a);
|
|
847
848
|
if (b == 2) {
|
|
848
|
-
if (a.d3 && this.
|
|
849
|
+
if (a.d3 && this.fn) {
|
|
849
850
|
return 13;
|
|
850
851
|
}
|
|
851
852
|
}
|
|
852
853
|
}
|
|
853
|
-
return _super.prototype.
|
|
854
|
+
return _super.prototype.cm.call(this, a);
|
|
854
855
|
};
|
|
855
|
-
CategoryChart.prototype.
|
|
856
|
+
CategoryChart.prototype.get_f3 = function () {
|
|
856
857
|
return this.xAxis != null && this.xAxis.categoryMode != 0;
|
|
857
858
|
};
|
|
858
|
-
CategoryChart.prototype.
|
|
859
|
+
CategoryChart.prototype.af6 = function (a, b) {
|
|
859
860
|
switch (b.propertyName) {
|
|
860
861
|
case "ActualMinimum":
|
|
861
|
-
this.
|
|
862
|
+
this.sl("XAxisActualMinimum");
|
|
862
863
|
break;
|
|
863
864
|
case "ActualMaximum":
|
|
864
|
-
this.
|
|
865
|
+
this.sl("XAxisActualMaximum");
|
|
865
866
|
break;
|
|
866
867
|
}
|
|
867
868
|
};
|
|
868
|
-
CategoryChart.prototype.
|
|
869
|
+
CategoryChart.prototype.af7 = function (a, b) {
|
|
869
870
|
switch (b.propertyName) {
|
|
870
871
|
case "ActualMinimumValue":
|
|
871
|
-
this.
|
|
872
|
+
this.sl("YAxisActualMinimum");
|
|
872
873
|
break;
|
|
873
874
|
case "ActualMaximumValue":
|
|
874
|
-
this.
|
|
875
|
+
this.sl("YAxisActualMaximum");
|
|
875
876
|
break;
|
|
876
877
|
}
|
|
877
878
|
};
|
|
878
|
-
CategoryChart.prototype.
|
|
879
|
-
_super.prototype.
|
|
880
|
-
this.xAxis.fz = this.
|
|
879
|
+
CategoryChart.prototype.sx = function () {
|
|
880
|
+
_super.prototype.sx.call(this);
|
|
881
|
+
this.xAxis.fz = this.xy == null ? XYChart.ya(this.xAxis, this.bb.dataSeries) : this.xy;
|
|
881
882
|
this.xAxis.itemsSource = this.dataChart != null && this.dataChart.series.count > 0 ? this.dataChart.series._inner[0].itemsSource : null;
|
|
882
|
-
if (this.
|
|
883
|
-
this.
|
|
883
|
+
if (this.adi) {
|
|
884
|
+
this.r5(function (a) { return a.w1(); });
|
|
884
885
|
}
|
|
885
886
|
};
|
|
886
887
|
Object.defineProperty(CategoryChart.prototype, "xAxis", {
|
|
@@ -903,26 +904,26 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
903
904
|
enumerable: true,
|
|
904
905
|
configurable: true
|
|
905
906
|
});
|
|
906
|
-
CategoryChart.prototype.
|
|
907
|
+
CategoryChart.prototype.acu = function (a, b) {
|
|
907
908
|
switch (a) {
|
|
908
|
-
case 2: return this.
|
|
909
|
-
case 3: return this.
|
|
910
|
-
case 0: return this.
|
|
911
|
-
case 1: return this.
|
|
912
|
-
case 6: return this.
|
|
913
|
-
case 7: return this.
|
|
914
|
-
case 4: return this.
|
|
915
|
-
case 5: return this.
|
|
916
|
-
case 8: return this.
|
|
917
|
-
case 9: return this.
|
|
918
|
-
default: return this.
|
|
909
|
+
case 2: return this.cx(1);
|
|
910
|
+
case 3: return this.cx(10);
|
|
911
|
+
case 0: return this.cx(0);
|
|
912
|
+
case 1: return this.cx(2);
|
|
913
|
+
case 6: return this.cx(6);
|
|
914
|
+
case 7: return this.cx(7);
|
|
915
|
+
case 4: return this.cx(4);
|
|
916
|
+
case 5: return this.cx(5);
|
|
917
|
+
case 8: return this.cx(8);
|
|
918
|
+
case 9: return this.act(b);
|
|
919
|
+
default: return this.cx(1);
|
|
919
920
|
}
|
|
920
921
|
};
|
|
921
|
-
CategoryChart.prototype.
|
|
922
|
-
return this.
|
|
922
|
+
CategoryChart.prototype.act = function (a) {
|
|
923
|
+
return this.cx(a);
|
|
923
924
|
};
|
|
924
|
-
CategoryChart.prototype.
|
|
925
|
-
switch (this.
|
|
925
|
+
CategoryChart.prototype.ba = function (a) {
|
|
926
|
+
switch (this.acm) {
|
|
926
927
|
case 1: return 2;
|
|
927
928
|
case 0: return 0;
|
|
928
929
|
case 3: return 10;
|
|
@@ -936,24 +937,24 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
936
937
|
case 2: return 1;
|
|
937
938
|
}
|
|
938
939
|
};
|
|
939
|
-
CategoryChart.prototype.
|
|
940
|
-
var c = this.
|
|
940
|
+
CategoryChart.prototype.cw = function (a, b) {
|
|
941
|
+
var c = this.acu(this.acm, a.suggestedSeries);
|
|
941
942
|
c.t5 = a.findMatchingHint(0).path;
|
|
942
943
|
c.xAxis = this.xAxis;
|
|
943
944
|
c.yAxis = this.yAxis;
|
|
944
945
|
return c;
|
|
945
946
|
};
|
|
946
|
-
CategoryChart.prototype.
|
|
947
|
+
CategoryChart.prototype.sv = function (a) {
|
|
947
948
|
if (a.suggestedSecondaryAxis == 2) {
|
|
948
949
|
this.yAxis.lg = true;
|
|
949
950
|
this.yAxis.l7 = 10;
|
|
950
951
|
}
|
|
951
952
|
};
|
|
952
|
-
CategoryChart.prototype.
|
|
953
|
-
this.yAxis.lg = this.
|
|
954
|
-
this.yAxis.l7 = this.
|
|
953
|
+
CategoryChart.prototype.sy = function () {
|
|
954
|
+
this.yAxis.lg = this.ado;
|
|
955
|
+
this.yAxis.l7 = this.aez;
|
|
955
956
|
};
|
|
956
|
-
CategoryChart.prototype.
|
|
957
|
+
CategoryChart.prototype.get_ge = function () {
|
|
957
958
|
return ((function () {
|
|
958
959
|
var $ret = new List$1(IDataSeriesAdapterRule_$type, 0);
|
|
959
960
|
$ret.add(new SimpleCategorySeriesRule());
|
|
@@ -961,24 +962,24 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
961
962
|
return $ret;
|
|
962
963
|
})());
|
|
963
964
|
};
|
|
964
|
-
Object.defineProperty(CategoryChart.prototype, "
|
|
965
|
+
Object.defineProperty(CategoryChart.prototype, "ge", {
|
|
965
966
|
get: function () {
|
|
966
|
-
return this.
|
|
967
|
+
return this.get_ge();
|
|
967
968
|
},
|
|
968
969
|
enumerable: true,
|
|
969
970
|
configurable: true
|
|
970
971
|
});
|
|
971
|
-
CategoryChart.prototype.
|
|
972
|
+
CategoryChart.prototype.q1 = function (a, b) {
|
|
972
973
|
var c = typeCast(HorizontalAnchoredCategorySeries.$, a);
|
|
973
974
|
if (c != null) {
|
|
974
|
-
c.tn = this.
|
|
975
|
-
c.qh = this.
|
|
975
|
+
c.tn = this.aco;
|
|
976
|
+
c.qh = this.cn(a, b);
|
|
976
977
|
}
|
|
977
978
|
};
|
|
978
|
-
CategoryChart.prototype.af3 = function (a) {
|
|
979
|
-
this.af4(function (b, c) { return a(b); });
|
|
980
|
-
};
|
|
981
979
|
CategoryChart.prototype.af4 = function (a) {
|
|
980
|
+
this.af5(function (b, c) { return a(b); });
|
|
981
|
+
};
|
|
982
|
+
CategoryChart.prototype.af5 = function (a) {
|
|
982
983
|
if (this.dataChart == null) {
|
|
983
984
|
return;
|
|
984
985
|
}
|
|
@@ -990,28 +991,28 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
990
991
|
a(c, b);
|
|
991
992
|
}
|
|
992
993
|
};
|
|
993
|
-
CategoryChart.prototype.
|
|
994
|
+
CategoryChart.prototype.vg = function () {
|
|
994
995
|
return this.xAxis;
|
|
995
996
|
};
|
|
996
|
-
CategoryChart.prototype.
|
|
997
|
+
CategoryChart.prototype.vh = function () {
|
|
997
998
|
return this.yAxis;
|
|
998
999
|
};
|
|
999
|
-
CategoryChart.prototype.acw = function () {
|
|
1000
|
-
return this.cw(30);
|
|
1001
|
-
};
|
|
1002
1000
|
CategoryChart.prototype.acx = function () {
|
|
1003
|
-
return this.
|
|
1001
|
+
return this.cx(30);
|
|
1002
|
+
};
|
|
1003
|
+
CategoryChart.prototype.acy = function () {
|
|
1004
|
+
return this.cx(31);
|
|
1004
1005
|
};
|
|
1005
|
-
CategoryChart.prototype.
|
|
1006
|
-
var c = _super.prototype.
|
|
1006
|
+
CategoryChart.prototype.gb = function (a, b) {
|
|
1007
|
+
var c = _super.prototype.gb.call(this, a, b);
|
|
1007
1008
|
if (c != null) {
|
|
1008
1009
|
var d = new List$1(Series.$, 0);
|
|
1009
|
-
if (this.ac2) {
|
|
1010
|
-
d.add(this.acw());
|
|
1011
|
-
}
|
|
1012
1010
|
if (this.ac3) {
|
|
1013
1011
|
d.add(this.acx());
|
|
1014
1012
|
}
|
|
1013
|
+
if (this.ac4) {
|
|
1014
|
+
d.add(this.acy());
|
|
1015
|
+
}
|
|
1015
1016
|
for (var e = 0; e < d.count; e++) {
|
|
1016
1017
|
var f = d._inner[e];
|
|
1017
1018
|
f.name = a + getInstanceType(f).typeName;
|
|
@@ -1020,33 +1021,41 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1020
1021
|
}
|
|
1021
1022
|
return c;
|
|
1022
1023
|
};
|
|
1023
|
-
CategoryChart.prototype.
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1024
|
+
CategoryChart.prototype.a5 = function () {
|
|
1025
|
+
if (this.a4 == 0) {
|
|
1026
|
+
return 1;
|
|
1027
|
+
}
|
|
1028
|
+
else {
|
|
1029
|
+
return this.a4;
|
|
1030
|
+
}
|
|
1031
|
+
};
|
|
1032
|
+
CategoryChart.prototype.s2 = function (a, b, c) {
|
|
1033
|
+
_super.prototype.s2.call(this, a, b, c);
|
|
1034
|
+
if (this.bb.dataSeries.count > 0) {
|
|
1035
|
+
if (stringIsNullOrEmpty(this.k7)) {
|
|
1036
|
+
this.b1.setXMemberPath(a, c.getMemberPathFor(16));
|
|
1028
1037
|
}
|
|
1029
|
-
if (stringIsNullOrEmpty(this.
|
|
1030
|
-
this.
|
|
1038
|
+
if (stringIsNullOrEmpty(this.k9)) {
|
|
1039
|
+
this.b1.setYMemberPath(a, c.getMemberPathFor(0));
|
|
1031
1040
|
}
|
|
1032
|
-
if (stringIsNullOrEmpty(this.
|
|
1033
|
-
this.
|
|
1041
|
+
if (stringIsNullOrEmpty(this.k3)) {
|
|
1042
|
+
this.b1.setLabelMemberPath(a, c.getMemberPathFor(0));
|
|
1034
1043
|
}
|
|
1035
|
-
if (stringIsNullOrEmpty(this.
|
|
1036
|
-
this.
|
|
1044
|
+
if (stringIsNullOrEmpty(this.k0)) {
|
|
1045
|
+
this.b1.setContentMemberPath(a, c.getMemberPathFor(0));
|
|
1037
1046
|
}
|
|
1038
1047
|
}
|
|
1039
1048
|
};
|
|
1040
|
-
CategoryChart.prototype.
|
|
1041
|
-
if (this.
|
|
1049
|
+
CategoryChart.prototype.fq = function () {
|
|
1050
|
+
if (this.a7 == 4 || this.a7 == 3) {
|
|
1042
1051
|
return true;
|
|
1043
1052
|
}
|
|
1044
|
-
else if (this.
|
|
1045
|
-
if (this.
|
|
1053
|
+
else if (this.a7 == 0) {
|
|
1054
|
+
if (this.acm == 2 || this.acm == 8) {
|
|
1046
1055
|
return false;
|
|
1047
1056
|
}
|
|
1048
|
-
else if (this.
|
|
1049
|
-
var a = this.
|
|
1057
|
+
else if (this.acm == 9 && this.bb != null && this.bb.dataSeries != null && this.bb.dataSeries.count > 0) {
|
|
1058
|
+
var a = this.bb.dataSeries._inner[0].suggestedSeries;
|
|
1050
1059
|
if (a == 1 || a == 8) {
|
|
1051
1060
|
return false;
|
|
1052
1061
|
}
|
|
@@ -1055,131 +1064,131 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1055
1064
|
}
|
|
1056
1065
|
return false;
|
|
1057
1066
|
};
|
|
1058
|
-
CategoryChart.prototype.
|
|
1067
|
+
CategoryChart.prototype.sd = function (a, b, c) {
|
|
1059
1068
|
var _this = this;
|
|
1060
|
-
_super.prototype.
|
|
1069
|
+
_super.prototype.sd.call(this, a, b, c);
|
|
1061
1070
|
switch (a) {
|
|
1062
1071
|
case "ChartType":
|
|
1063
|
-
this.
|
|
1072
|
+
this.sx();
|
|
1064
1073
|
break;
|
|
1065
1074
|
case "MarkerCollisionAvoidance":
|
|
1066
|
-
this.
|
|
1075
|
+
this.af4(function (d) { return d.tn = _this.aco; });
|
|
1067
1076
|
break;
|
|
1068
1077
|
case "IsTransitionInEnabled":
|
|
1069
|
-
this.
|
|
1078
|
+
this.af4(function (d) { return d.sk = _this.adh; });
|
|
1070
1079
|
break;
|
|
1071
1080
|
case "IsSplineShapePartOfRange":
|
|
1072
|
-
this.
|
|
1081
|
+
this.af4(function (d) {
|
|
1073
1082
|
if (d.eh) {
|
|
1074
|
-
d.mr(_this.
|
|
1083
|
+
d.mr(_this.adg);
|
|
1075
1084
|
}
|
|
1076
1085
|
});
|
|
1077
1086
|
break;
|
|
1078
1087
|
case "TransitionInMode":
|
|
1079
|
-
this.
|
|
1088
|
+
this.af4(function (d) { return d.r4 = _this.acq; });
|
|
1080
1089
|
break;
|
|
1081
1090
|
case "TransitionInSpeedType":
|
|
1082
|
-
this.
|
|
1091
|
+
this.af4(function (d) { return d.ca = _this.ac0; });
|
|
1083
1092
|
break;
|
|
1084
1093
|
case "XAxisInterval":
|
|
1085
|
-
this.xAxis.mq = this.
|
|
1094
|
+
this.xAxis.mq = this.aeg;
|
|
1086
1095
|
break;
|
|
1087
1096
|
case "XAxisMinorInterval":
|
|
1088
|
-
this.xAxis.mr = this.
|
|
1097
|
+
this.xAxis.mr = this.aej;
|
|
1089
1098
|
break;
|
|
1090
1099
|
case "XAxisGap":
|
|
1091
|
-
this.xAxis.k0 = this.
|
|
1100
|
+
this.xAxis.k0 = this.aef;
|
|
1092
1101
|
break;
|
|
1093
1102
|
case "XAxisOverlap":
|
|
1094
|
-
this.xAxis.k9 = this.
|
|
1103
|
+
this.xAxis.k9 = this.aek;
|
|
1095
1104
|
break;
|
|
1096
1105
|
case "XAxisMinimumGapSize":
|
|
1097
|
-
this.xAxis.k8 = this.
|
|
1106
|
+
this.xAxis.k8 = this.aei;
|
|
1098
1107
|
break;
|
|
1099
1108
|
case "XAxisMaximumGap":
|
|
1100
|
-
this.xAxis.k7 = this.
|
|
1109
|
+
this.xAxis.k7 = this.aeh;
|
|
1101
1110
|
break;
|
|
1102
1111
|
case "XAxisZoomMaximumCategoryRange":
|
|
1103
|
-
this.xAxis.zoomMaximumCategoryRange = this.
|
|
1112
|
+
this.xAxis.zoomMaximumCategoryRange = this.ael;
|
|
1104
1113
|
break;
|
|
1105
1114
|
case "XAxisZoomMaximumItemSpan":
|
|
1106
|
-
this.xAxis.zoomMaximumItemSpan = this.
|
|
1115
|
+
this.xAxis.zoomMaximumItemSpan = this.aem;
|
|
1107
1116
|
break;
|
|
1108
1117
|
case "XAxisZoomToCategoryRange":
|
|
1109
|
-
this.xAxis.zoomToCategoryRange = this.
|
|
1118
|
+
this.xAxis.zoomToCategoryRange = this.aen;
|
|
1110
1119
|
break;
|
|
1111
1120
|
case "XAxisZoomToCategoryStart":
|
|
1112
|
-
this.xAxis.zoomToCategoryStart = this.
|
|
1121
|
+
this.xAxis.zoomToCategoryStart = this.aeo;
|
|
1113
1122
|
break;
|
|
1114
1123
|
case "XAxisZoomToItemSpan":
|
|
1115
|
-
this.xAxis.zoomToItemSpan = this.
|
|
1124
|
+
this.xAxis.zoomToItemSpan = this.aep;
|
|
1116
1125
|
break;
|
|
1117
1126
|
case "YAxisInterval":
|
|
1118
|
-
this.yAxis.lz = this.
|
|
1127
|
+
this.yAxis.lz = this.aes;
|
|
1119
1128
|
break;
|
|
1120
1129
|
case "YAxisFavorLabellingScaleEnd":
|
|
1121
|
-
this.yAxis.lb = this.
|
|
1130
|
+
this.yAxis.lb = this.adn;
|
|
1122
1131
|
break;
|
|
1123
1132
|
case "YAxisAutoRangeBufferMode":
|
|
1124
|
-
this.yAxis.ks = this.
|
|
1133
|
+
this.yAxis.ks = this.ack;
|
|
1125
1134
|
break;
|
|
1126
1135
|
case "YAxisIsLogarithmic":
|
|
1127
|
-
this.yAxis.lg = this.
|
|
1136
|
+
this.yAxis.lg = this.ado;
|
|
1128
1137
|
break;
|
|
1129
1138
|
case "YAxisLogarithmBase":
|
|
1130
|
-
this.yAxis.l7 = this.
|
|
1139
|
+
this.yAxis.l7 = this.aez;
|
|
1131
1140
|
break;
|
|
1132
1141
|
case "YAxisMinimumValue":
|
|
1133
|
-
this.yAxis.l3 = this.
|
|
1142
|
+
this.yAxis.l3 = this.aeu;
|
|
1134
1143
|
break;
|
|
1135
1144
|
case "YAxisMaximumValue":
|
|
1136
|
-
this.yAxis.l2 = this.
|
|
1145
|
+
this.yAxis.l2 = this.aet;
|
|
1137
1146
|
break;
|
|
1138
1147
|
case "YAxisMinorInterval":
|
|
1139
|
-
this.yAxis.l4 = this.
|
|
1148
|
+
this.yAxis.l4 = this.aev;
|
|
1140
1149
|
break;
|
|
1141
1150
|
case "NegativeBrushes":
|
|
1142
1151
|
case "NegativeOutlines":
|
|
1143
|
-
this.
|
|
1152
|
+
this.af5(function (d, e) {
|
|
1144
1153
|
if (d.d4) {
|
|
1145
|
-
d.mq(ArrayExtension.getModulus$1(Brush.$, _this.
|
|
1154
|
+
d.mq(ArrayExtension.getModulus$1(Brush.$, _this.acf, e), ArrayExtension.getModulus$1(Brush.$, _this.acg, e));
|
|
1146
1155
|
}
|
|
1147
1156
|
});
|
|
1148
1157
|
break;
|
|
1149
1158
|
case "YAxisAbbreviateLargeNumbers":
|
|
1150
|
-
this.
|
|
1159
|
+
this.aaw(function (d) { return d.k8 = _this.adl; });
|
|
1151
1160
|
break;
|
|
1152
1161
|
case "IsCategoryHighlightingEnabled":
|
|
1153
1162
|
case "IsItemHighlightingEnabled":
|
|
1154
|
-
this.
|
|
1163
|
+
this.sx();
|
|
1155
1164
|
break;
|
|
1156
1165
|
case "AutoMarginAndAngleUpdateMode":
|
|
1157
|
-
this.
|
|
1166
|
+
this.r5(function (d) { return d.tv = _this.aci; });
|
|
1158
1167
|
break;
|
|
1159
1168
|
case "ShouldAutoExpandMarginForInitialLabels":
|
|
1160
|
-
this.
|
|
1169
|
+
this.r5(function (d) { return d.uq = _this.adi; });
|
|
1161
1170
|
break;
|
|
1162
|
-
case CategoryChart.
|
|
1163
|
-
this.
|
|
1171
|
+
case CategoryChart.afd:
|
|
1172
|
+
this.r5(function (d) { return d.ut = _this.adj; });
|
|
1164
1173
|
break;
|
|
1165
1174
|
case "AutoExpandMarginExtraPadding":
|
|
1166
|
-
this.
|
|
1175
|
+
this.r5(function (d) { return d.vg = _this.ad7; });
|
|
1167
1176
|
break;
|
|
1168
1177
|
case "AutoExpandMarginMaximumValue":
|
|
1169
|
-
this.
|
|
1178
|
+
this.r5(function (d) { return d.vh = _this.ad8; });
|
|
1170
1179
|
break;
|
|
1171
|
-
case CategoryChart.
|
|
1172
|
-
this.
|
|
1180
|
+
case CategoryChart.afi:
|
|
1181
|
+
this.aas(function (d) { return d.b0 = _this.adk; }, a);
|
|
1173
1182
|
break;
|
|
1174
|
-
case CategoryChart.
|
|
1175
|
-
this.
|
|
1183
|
+
case CategoryChart.afw:
|
|
1184
|
+
this.aaw(function (d) { return d.b0 = _this.adm; });
|
|
1176
1185
|
break;
|
|
1177
1186
|
}
|
|
1178
1187
|
};
|
|
1179
1188
|
CategoryChart.$t = markType(CategoryChart, 'CategoryChart', XYChart.$);
|
|
1180
|
-
CategoryChart.
|
|
1181
|
-
CategoryChart.
|
|
1182
|
-
CategoryChart.
|
|
1189
|
+
CategoryChart.afd = "ShouldConsiderAutoRotationForInitialLabels";
|
|
1190
|
+
CategoryChart.afi = "XAxisEnhancedIntervalPreferMoreCategoryLabels";
|
|
1191
|
+
CategoryChart.afw = "YAxisEnhancedIntervalPreferMoreCategoryLabels";
|
|
1183
1192
|
return CategoryChart;
|
|
1184
1193
|
}(XYChart));
|
|
1185
1194
|
export { CategoryChart };
|