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
|
@@ -64,6 +64,8 @@ import { IBarSeries_$type } from "./IBarSeries";
|
|
|
64
64
|
import { Color } from "igniteui-webcomponents-core";
|
|
65
65
|
import { LegendItemBadgeShape_$type } from "igniteui-webcomponents-core";
|
|
66
66
|
import { LegendItemBadgeMode_$type } from "igniteui-webcomponents-core";
|
|
67
|
+
import { MarkerFillMode_$type } from "./MarkerFillMode";
|
|
68
|
+
import { MarkerOutlineMode_$type } from "./MarkerOutlineMode";
|
|
67
69
|
import { SeriesOutlineMode_$type } from "./SeriesOutlineMode";
|
|
68
70
|
import { TransitionInSpeedType_$type } from "./TransitionInSpeedType";
|
|
69
71
|
import { PropertyUpdatedEventArgs } from "igniteui-webcomponents-core";
|
|
@@ -86,121 +88,121 @@ export let StackedSeriesCreatedEventArgs = /*@__PURE__*/ (() => {
|
|
|
86
88
|
this.c = a;
|
|
87
89
|
}
|
|
88
90
|
get brush() {
|
|
89
|
-
return this.c.
|
|
91
|
+
return this.c.kg;
|
|
90
92
|
}
|
|
91
93
|
set brush(a) {
|
|
92
|
-
this.c.
|
|
94
|
+
this.c.kg = a;
|
|
93
95
|
}
|
|
94
96
|
get legendItemTemplate() {
|
|
95
|
-
return this.c.
|
|
97
|
+
return this.c.hc;
|
|
96
98
|
}
|
|
97
99
|
set legendItemTemplate(a) {
|
|
98
|
-
this.c.
|
|
100
|
+
this.c.hc = a;
|
|
99
101
|
}
|
|
100
102
|
get legendItemBadgeTemplate() {
|
|
101
|
-
return this.c.
|
|
103
|
+
return this.c.hb;
|
|
102
104
|
}
|
|
103
105
|
set legendItemBadgeTemplate(a) {
|
|
104
|
-
this.c.
|
|
106
|
+
this.c.hb = a;
|
|
105
107
|
}
|
|
106
108
|
get legendItemVisibility() {
|
|
107
|
-
return this.c.
|
|
109
|
+
return this.c.ld;
|
|
108
110
|
}
|
|
109
111
|
set legendItemVisibility(a) {
|
|
110
|
-
this.c.
|
|
112
|
+
this.c.ld = a;
|
|
111
113
|
}
|
|
112
114
|
get outline() {
|
|
113
|
-
return this.c.
|
|
115
|
+
return this.c.kk;
|
|
114
116
|
}
|
|
115
117
|
set outline(a) {
|
|
116
|
-
this.c.
|
|
118
|
+
this.c.kk = a;
|
|
117
119
|
}
|
|
118
120
|
get dashArray() {
|
|
119
|
-
return this.c.
|
|
121
|
+
return this.c.kp;
|
|
120
122
|
}
|
|
121
123
|
set dashArray(a) {
|
|
122
|
-
this.c.
|
|
124
|
+
this.c.kp = a;
|
|
123
125
|
}
|
|
124
126
|
get dashCap() {
|
|
125
|
-
return this.c.
|
|
127
|
+
return this.c.kt;
|
|
126
128
|
}
|
|
127
129
|
set dashCap(a) {
|
|
128
|
-
this.c.
|
|
130
|
+
this.c.kt = a;
|
|
129
131
|
}
|
|
130
132
|
get index() {
|
|
131
|
-
return this.c.
|
|
133
|
+
return this.c.ca;
|
|
132
134
|
}
|
|
133
135
|
get thickness() {
|
|
134
|
-
return this.c.
|
|
136
|
+
return this.c.b2;
|
|
135
137
|
}
|
|
136
138
|
set thickness(a) {
|
|
137
|
-
this.c.
|
|
139
|
+
this.c.b2 = a;
|
|
138
140
|
}
|
|
139
141
|
get title() {
|
|
140
|
-
return this.c.
|
|
142
|
+
return this.c.ch;
|
|
141
143
|
}
|
|
142
144
|
set title(a) {
|
|
143
|
-
this.c.
|
|
145
|
+
this.c.ch = a;
|
|
144
146
|
}
|
|
145
147
|
get transitionDuration() {
|
|
146
|
-
return this.c.
|
|
148
|
+
return this.c.cb;
|
|
147
149
|
}
|
|
148
150
|
set transitionDuration(a) {
|
|
149
|
-
this.c.
|
|
151
|
+
this.c.cb = a;
|
|
150
152
|
}
|
|
151
153
|
get transitionEasingFunction() {
|
|
152
|
-
return this.c.
|
|
154
|
+
return this.c.ah;
|
|
153
155
|
}
|
|
154
156
|
set transitionEasingFunction(a) {
|
|
155
|
-
this.c.
|
|
157
|
+
this.c.ah = a;
|
|
156
158
|
}
|
|
157
159
|
get markerBrush() {
|
|
158
|
-
return this.c.
|
|
160
|
+
return this.c.kh;
|
|
159
161
|
}
|
|
160
162
|
set markerBrush(a) {
|
|
161
|
-
this.c.
|
|
163
|
+
this.c.kh = a;
|
|
162
164
|
}
|
|
163
165
|
get markerOutline() {
|
|
164
|
-
return this.c.
|
|
166
|
+
return this.c.ki;
|
|
165
167
|
}
|
|
166
168
|
set markerOutline(a) {
|
|
167
|
-
this.c.
|
|
169
|
+
this.c.ki = a;
|
|
168
170
|
}
|
|
169
171
|
get markerStyle() {
|
|
170
|
-
return this.c.
|
|
172
|
+
return this.c.la;
|
|
171
173
|
}
|
|
172
174
|
set markerStyle(a) {
|
|
173
|
-
this.c.
|
|
175
|
+
this.c.la = a;
|
|
174
176
|
}
|
|
175
177
|
get markerTemplate() {
|
|
176
|
-
return this.c.
|
|
178
|
+
return this.c.hd;
|
|
177
179
|
}
|
|
178
180
|
set markerTemplate(a) {
|
|
179
|
-
this.c.
|
|
181
|
+
this.c.hd = a;
|
|
180
182
|
}
|
|
181
183
|
get markerType() {
|
|
182
|
-
return this.c.
|
|
184
|
+
return this.c.x;
|
|
183
185
|
}
|
|
184
186
|
set markerType(a) {
|
|
185
|
-
this.c.
|
|
187
|
+
this.c.x = a;
|
|
186
188
|
}
|
|
187
189
|
get markerThickness() {
|
|
188
|
-
return this.c.
|
|
190
|
+
return this.c.bv;
|
|
189
191
|
}
|
|
190
192
|
set markerThickness(a) {
|
|
191
|
-
this.c.
|
|
193
|
+
this.c.bv = a;
|
|
192
194
|
}
|
|
193
195
|
get startCap() {
|
|
194
|
-
return this.c.
|
|
196
|
+
return this.c.ks;
|
|
195
197
|
}
|
|
196
198
|
set startCap(a) {
|
|
197
|
-
this.c.
|
|
199
|
+
this.c.kv = a;
|
|
198
200
|
}
|
|
199
201
|
get endCap() {
|
|
200
|
-
return this.c.
|
|
202
|
+
return this.c.kr;
|
|
201
203
|
}
|
|
202
204
|
set endCap(a) {
|
|
203
|
-
this.c.
|
|
205
|
+
this.c.ku = a;
|
|
204
206
|
}
|
|
205
207
|
}
|
|
206
208
|
StackedSeriesCreatedEventArgs.$t = /*@__PURE__*/ markType(StackedSeriesCreatedEventArgs, 'StackedSeriesCreatedEventArgs', EventArgs.$);
|
|
@@ -238,7 +240,7 @@ export let FragmentBase = /*@__PURE__*/ (() => {
|
|
|
238
240
|
}
|
|
239
241
|
jr() {
|
|
240
242
|
if (this.logicalSeriesLink != null) {
|
|
241
|
-
return this.logicalSeriesLink.
|
|
243
|
+
return this.logicalSeriesLink.eo;
|
|
242
244
|
}
|
|
243
245
|
return null;
|
|
244
246
|
}
|
|
@@ -300,7 +302,7 @@ export let FragmentBase = /*@__PURE__*/ (() => {
|
|
|
300
302
|
if (this.valueColumn == null || this.parentSeries == null || this.logicalSeriesLink == null) {
|
|
301
303
|
return;
|
|
302
304
|
}
|
|
303
|
-
if (this.logicalSeriesLink.
|
|
305
|
+
if (this.logicalSeriesLink.a7.count == 0 || this.logicalSeriesLink.a6.count == 0) {
|
|
304
306
|
return;
|
|
305
307
|
}
|
|
306
308
|
this.rz(b).d(a, b);
|
|
@@ -323,7 +325,7 @@ export let FragmentBase = /*@__PURE__*/ (() => {
|
|
|
323
325
|
vj(a, b, c) {
|
|
324
326
|
let d = this.tu(c);
|
|
325
327
|
let e = d;
|
|
326
|
-
let f = this.logicalSeriesLink.
|
|
328
|
+
let f = this.logicalSeriesLink.ay;
|
|
327
329
|
let g = f ? this.parentSeries.tq.e : this.parentSeries.tq.d;
|
|
328
330
|
let h = g.indexOf(this);
|
|
329
331
|
if (a.count == 0) {
|
|
@@ -400,7 +402,7 @@ export let FragmentBase = /*@__PURE__*/ (() => {
|
|
|
400
402
|
if (e.visualSeriesLink == this) {
|
|
401
403
|
return a;
|
|
402
404
|
}
|
|
403
|
-
if (this.parentSeries.a1 == null || e.
|
|
405
|
+
if (this.parentSeries.a1 == null || e.lc != 0 || e.lb != 0) {
|
|
404
406
|
continue;
|
|
405
407
|
}
|
|
406
408
|
a++;
|
|
@@ -432,7 +434,7 @@ export let FragmentBase = /*@__PURE__*/ (() => {
|
|
|
432
434
|
break;
|
|
433
435
|
case "ActualBrush":
|
|
434
436
|
if (this.logicalSeriesLink != null) {
|
|
435
|
-
this.logicalSeriesLink.
|
|
437
|
+
this.logicalSeriesLink.kb = this.o3;
|
|
436
438
|
}
|
|
437
439
|
break;
|
|
438
440
|
}
|
|
@@ -799,7 +801,7 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
|
|
|
799
801
|
}
|
|
800
802
|
s8(a, b) {
|
|
801
803
|
a.u();
|
|
802
|
-
if (this.valueColumn == null || this.parentSeries == null || this.logicalSeriesLink == null || this.logicalSeriesLink.
|
|
804
|
+
if (this.valueColumn == null || this.parentSeries == null || this.logicalSeriesLink == null || this.logicalSeriesLink.a6.count == 0 || this.logicalSeriesLink.a7.count == 0) {
|
|
803
805
|
return;
|
|
804
806
|
}
|
|
805
807
|
let c;
|
|
@@ -1084,8 +1086,8 @@ export let AreaFragmentBucketCalculator = /*@__PURE__*/ (() => {
|
|
|
1084
1086
|
let i = this.i.c0.valueColumn;
|
|
1085
1087
|
let j = g.ti;
|
|
1086
1088
|
let k = g.tj;
|
|
1087
|
-
let l = f.logicalSeriesLink.
|
|
1088
|
-
let m = f.logicalSeriesLink.
|
|
1089
|
+
let l = f.logicalSeriesLink.a7;
|
|
1090
|
+
let m = f.logicalSeriesLink.a6;
|
|
1089
1091
|
for (let n = b; n <= c; ++n) {
|
|
1090
1092
|
let o = i.item(n);
|
|
1091
1093
|
if (isNaN_(o) || isInfinity(o)) {
|
|
@@ -1155,14 +1157,14 @@ export let LineFragmentBucketCalculator = /*@__PURE__*/ (() => {
|
|
|
1155
1157
|
i = 0;
|
|
1156
1158
|
}
|
|
1157
1159
|
else if (i < 0) {
|
|
1158
|
-
i = (f.logicalSeriesLink.
|
|
1160
|
+
i = (f.logicalSeriesLink.a7._inner[h] + i) / j * 100;
|
|
1159
1161
|
}
|
|
1160
1162
|
else {
|
|
1161
|
-
i = (f.logicalSeriesLink.
|
|
1163
|
+
i = (f.logicalSeriesLink.a6._inner[h] + i) / j * 100;
|
|
1162
1164
|
}
|
|
1163
1165
|
}
|
|
1164
1166
|
else {
|
|
1165
|
-
i = i < 0 ? f.logicalSeriesLink.
|
|
1167
|
+
i = i < 0 ? f.logicalSeriesLink.a7._inner[h] + i : f.logicalSeriesLink.a6._inner[h] + i;
|
|
1166
1168
|
}
|
|
1167
1169
|
if (!isNaN_(d)) {
|
|
1168
1170
|
if (!isNaN_(i)) {
|
|
@@ -1210,14 +1212,14 @@ export let SplineFragmentBucketCalculator = /*@__PURE__*/ (() => {
|
|
|
1210
1212
|
i = 0;
|
|
1211
1213
|
}
|
|
1212
1214
|
else if (i < 0) {
|
|
1213
|
-
i = (f.logicalSeriesLink.
|
|
1215
|
+
i = (f.logicalSeriesLink.a7._inner[h] + i) / j * 100;
|
|
1214
1216
|
}
|
|
1215
1217
|
else {
|
|
1216
|
-
i = (f.logicalSeriesLink.
|
|
1218
|
+
i = (f.logicalSeriesLink.a6._inner[h] + i) / j * 100;
|
|
1217
1219
|
}
|
|
1218
1220
|
}
|
|
1219
1221
|
else {
|
|
1220
|
-
i = i < 0 ? f.logicalSeriesLink.
|
|
1222
|
+
i = i < 0 ? f.logicalSeriesLink.a7._inner[h] + i : f.logicalSeriesLink.a6._inner[h] + i;
|
|
1221
1223
|
}
|
|
1222
1224
|
if (!isNaN_(d)) {
|
|
1223
1225
|
if (!isNaN_(i)) {
|
|
@@ -1339,12 +1341,12 @@ export let StackedBarBucketCalculator = /*@__PURE__*/ (() => {
|
|
|
1339
1341
|
for (let t = r; t <= s; ++t) {
|
|
1340
1342
|
j = a.valueColumn.item(t);
|
|
1341
1343
|
if (j < k) {
|
|
1342
|
-
o = Math.min(o, h.logicalSeriesLink.
|
|
1343
|
-
n = Math.max(n, h.logicalSeriesLink.
|
|
1344
|
+
o = Math.min(o, h.logicalSeriesLink.a7._inner[t] + j);
|
|
1345
|
+
n = Math.max(n, h.logicalSeriesLink.a7._inner[t]);
|
|
1344
1346
|
}
|
|
1345
1347
|
else {
|
|
1346
|
-
o = Math.min(o, h.logicalSeriesLink.
|
|
1347
|
-
n = Math.max(n, h.logicalSeriesLink.
|
|
1348
|
+
o = Math.min(o, h.logicalSeriesLink.a6._inner[t]);
|
|
1349
|
+
n = Math.max(n, h.logicalSeriesLink.a6._inner[t] + j);
|
|
1348
1350
|
}
|
|
1349
1351
|
if (!isNaN_(l)) {
|
|
1350
1352
|
if (!isNaN_(o)) {
|
|
@@ -1402,12 +1404,12 @@ export let StackedColumnBucketCalculator = /*@__PURE__*/ (() => {
|
|
|
1402
1404
|
for (let t = r; t <= s; ++t) {
|
|
1403
1405
|
j = a.valueColumn.item(t);
|
|
1404
1406
|
if (j < k) {
|
|
1405
|
-
o = Math.min(o, h.logicalSeriesLink.
|
|
1406
|
-
n = Math.max(n, h.logicalSeriesLink.
|
|
1407
|
+
o = Math.min(o, h.logicalSeriesLink.a7._inner[t] + j);
|
|
1408
|
+
n = Math.max(n, h.logicalSeriesLink.a7._inner[t]);
|
|
1407
1409
|
}
|
|
1408
1410
|
else {
|
|
1409
|
-
o = Math.min(o, h.logicalSeriesLink.
|
|
1410
|
-
n = Math.max(n, h.logicalSeriesLink.
|
|
1411
|
+
o = Math.min(o, h.logicalSeriesLink.a6._inner[t]);
|
|
1412
|
+
n = Math.max(n, h.logicalSeriesLink.a6._inner[t] + j);
|
|
1411
1413
|
}
|
|
1412
1414
|
if (!isNaN_(l)) {
|
|
1413
1415
|
if (!isNaN_(o)) {
|
|
@@ -1471,8 +1473,8 @@ export let FragmentBaseValueList = /*@__PURE__*/ (() => {
|
|
|
1471
1473
|
}
|
|
1472
1474
|
let d = this.a.valueColumn.item(a);
|
|
1473
1475
|
let e = Math.abs(c.tj[a]) + c.ti[a];
|
|
1474
|
-
let f = this.a.logicalSeriesLink.
|
|
1475
|
-
let g = this.a.logicalSeriesLink.
|
|
1476
|
+
let f = this.a.logicalSeriesLink.a6;
|
|
1477
|
+
let g = this.a.logicalSeriesLink.a7;
|
|
1476
1478
|
if (isNaN_(d) || isInfinity(d)) {
|
|
1477
1479
|
d = 0;
|
|
1478
1480
|
}
|
|
@@ -1653,7 +1655,7 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1653
1655
|
}
|
|
1654
1656
|
jr() {
|
|
1655
1657
|
if (this.logicalSeriesLink != null) {
|
|
1656
|
-
return this.logicalSeriesLink.
|
|
1658
|
+
return this.logicalSeriesLink.eo;
|
|
1657
1659
|
}
|
|
1658
1660
|
return null;
|
|
1659
1661
|
}
|
|
@@ -1747,10 +1749,10 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1747
1749
|
let q = (r) => {
|
|
1748
1750
|
let s = g.i$b._inner[r];
|
|
1749
1751
|
if (typeCast(IStacked100Series_$type, this.parentSeries) !== null) {
|
|
1750
|
-
return this.valueColumn.item(s) < 0 ? (this.logicalSeriesLink.
|
|
1752
|
+
return this.valueColumn.item(s) < 0 ? (this.logicalSeriesLink.a7._inner[s] + this.valueColumn.item(s)) / o(s) * 100 : (this.logicalSeriesLink.a6._inner[s] + this.valueColumn.item(s)) / o(s) * 100;
|
|
1751
1753
|
}
|
|
1752
1754
|
else {
|
|
1753
|
-
return this.valueColumn.item(s) < 0 ? this.logicalSeriesLink.
|
|
1755
|
+
return this.valueColumn.item(s) < 0 ? this.logicalSeriesLink.a7._inner[s] + this.valueColumn.item(s) : this.logicalSeriesLink.a6._inner[s] + this.valueColumn.item(s);
|
|
1754
1756
|
}
|
|
1755
1757
|
};
|
|
1756
1758
|
let r = this.r2.cr.f;
|
|
@@ -1818,7 +1820,7 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1818
1820
|
if (this.valueColumn == null || this.parentSeries == null || this.logicalSeriesLink == null) {
|
|
1819
1821
|
return;
|
|
1820
1822
|
}
|
|
1821
|
-
if (this.logicalSeriesLink.
|
|
1823
|
+
if (this.logicalSeriesLink.a7.count == 0 || this.logicalSeriesLink.a6.count == 0) {
|
|
1822
1824
|
return;
|
|
1823
1825
|
}
|
|
1824
1826
|
if (this.r2.cr.d == 0) {
|
|
@@ -1889,9 +1891,9 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1889
1891
|
if (s(v) == 0) {
|
|
1890
1892
|
return 0;
|
|
1891
1893
|
}
|
|
1892
|
-
return w < 0 ? (this.logicalSeriesLink.
|
|
1894
|
+
return w < 0 ? (this.logicalSeriesLink.a7._inner[v] + w) / s(v) * 100 : (this.logicalSeriesLink.a6._inner[v] + w) / s(v) * 100;
|
|
1893
1895
|
}
|
|
1894
|
-
return w < 0 ? this.logicalSeriesLink.
|
|
1896
|
+
return w < 0 ? this.logicalSeriesLink.a7._inner[v] + w : this.logicalSeriesLink.a6._inner[v] + w;
|
|
1895
1897
|
};
|
|
1896
1898
|
let v = b.cr.d;
|
|
1897
1899
|
this.vq(b);
|
|
@@ -1972,9 +1974,9 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
1972
1974
|
if (b(e) == 0) {
|
|
1973
1975
|
return 0;
|
|
1974
1976
|
}
|
|
1975
|
-
return f < 0 ? (this.logicalSeriesLink.
|
|
1977
|
+
return f < 0 ? (this.logicalSeriesLink.a7._inner[e] + f) / b(e) * 100 : (this.logicalSeriesLink.a6._inner[e] + f) / b(e) * 100;
|
|
1976
1978
|
}
|
|
1977
|
-
return f < 0 ? this.logicalSeriesLink.
|
|
1979
|
+
return f < 0 ? this.logicalSeriesLink.a7._inner[e] + f : this.logicalSeriesLink.a6._inner[e] + f;
|
|
1978
1980
|
};
|
|
1979
1981
|
let e = new List$1(Array_$type, 0);
|
|
1980
1982
|
let f = a.bv;
|
|
@@ -2059,10 +2061,10 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
2059
2061
|
let l = (m) => {
|
|
2060
2062
|
let n = f.i$b._inner[m];
|
|
2061
2063
|
if (typeCast(IStacked100Series_$type, this.parentSeries) !== null) {
|
|
2062
|
-
return this.valueColumn.item(n) < 0 ? (this.logicalSeriesLink.
|
|
2064
|
+
return this.valueColumn.item(n) < 0 ? (this.logicalSeriesLink.a7._inner[n] + this.valueColumn.item(n)) / j(n) * 100 : (this.logicalSeriesLink.a6._inner[n] + this.valueColumn.item(n)) / j(n) * 100;
|
|
2063
2065
|
}
|
|
2064
2066
|
else {
|
|
2065
|
-
return this.valueColumn.item(n) < 0 ? this.logicalSeriesLink.
|
|
2067
|
+
return this.valueColumn.item(n) < 0 ? this.logicalSeriesLink.a7._inner[n] + this.valueColumn.item(n) : this.logicalSeriesLink.a6._inner[n] + this.valueColumn.item(n);
|
|
2066
2068
|
}
|
|
2067
2069
|
};
|
|
2068
2070
|
let m = 0;
|
|
@@ -2127,9 +2129,9 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
2127
2129
|
if (b(e) == 0) {
|
|
2128
2130
|
return 0;
|
|
2129
2131
|
}
|
|
2130
|
-
return f < 0 ? (this.logicalSeriesLink.
|
|
2132
|
+
return f < 0 ? (this.logicalSeriesLink.a7._inner[e] + f) / b(e) * 100 : (this.logicalSeriesLink.a6._inner[e] + f) / b(e) * 100;
|
|
2131
2133
|
}
|
|
2132
|
-
return f < 0 ? this.logicalSeriesLink.
|
|
2134
|
+
return f < 0 ? this.logicalSeriesLink.a7._inner[e] + f : this.logicalSeriesLink.a6._inner[e] + f;
|
|
2133
2135
|
};
|
|
2134
2136
|
let e = this.us;
|
|
2135
2137
|
let f = this.vf == 0 ? NaN : 0;
|
|
@@ -2165,7 +2167,7 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
|
|
|
2165
2167
|
switch (b) {
|
|
2166
2168
|
case "ActualBrush":
|
|
2167
2169
|
if (this.logicalSeriesLink != null) {
|
|
2168
|
-
this.logicalSeriesLink.
|
|
2170
|
+
this.logicalSeriesLink.kb = this.o3;
|
|
2169
2171
|
}
|
|
2170
2172
|
break;
|
|
2171
2173
|
}
|
|
@@ -2280,7 +2282,7 @@ export let SplineAreaFragment = /*@__PURE__*/ (() => {
|
|
|
2280
2282
|
v4(a, b, c) {
|
|
2281
2283
|
let d = this.tu(c);
|
|
2282
2284
|
let e = d;
|
|
2283
|
-
let f = this.logicalSeriesLink.
|
|
2285
|
+
let f = this.logicalSeriesLink.ay;
|
|
2284
2286
|
let g = f ? this.parentSeries.tq.e : this.parentSeries.tq.d;
|
|
2285
2287
|
let h = g.indexOf(this);
|
|
2286
2288
|
if (a.count == 0) {
|
|
@@ -2454,8 +2456,8 @@ export let SplineFragmentBaseValueList = /*@__PURE__*/ (() => {
|
|
|
2454
2456
|
}
|
|
2455
2457
|
let d = this.a.valueColumn.item(a);
|
|
2456
2458
|
let e = Math.abs(c.tj[a]) + c.ti[a];
|
|
2457
|
-
let f = this.a.logicalSeriesLink.
|
|
2458
|
-
let g = this.a.logicalSeriesLink.
|
|
2459
|
+
let f = this.a.logicalSeriesLink.a6;
|
|
2460
|
+
let g = this.a.logicalSeriesLink.a7;
|
|
2459
2461
|
if (isNaN_(d) || isInfinity(d)) {
|
|
2460
2462
|
d = 0;
|
|
2461
2463
|
}
|
|
@@ -2539,7 +2541,7 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2539
2541
|
}
|
|
2540
2542
|
ln() {
|
|
2541
2543
|
for (let a of fromEnum(this.tm)) {
|
|
2542
|
-
a.
|
|
2544
|
+
a.gg();
|
|
2543
2545
|
}
|
|
2544
2546
|
super.ln();
|
|
2545
2547
|
}
|
|
@@ -2618,47 +2620,52 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2618
2620
|
for (let e of fromEn(b.newItems)) {
|
|
2619
2621
|
if (this.tq != null && !this.tq.c.contains(e)) {
|
|
2620
2622
|
e.parentSeries = this;
|
|
2621
|
-
e.
|
|
2622
|
-
e.
|
|
2623
|
-
e.
|
|
2624
|
-
e.
|
|
2625
|
-
e.
|
|
2626
|
-
e.
|
|
2627
|
-
e.fc();
|
|
2628
|
-
e.fd();
|
|
2629
|
-
e.fg();
|
|
2630
|
-
e.fe();
|
|
2631
|
-
e.ff();
|
|
2632
|
-
e.fi();
|
|
2633
|
-
e.fo();
|
|
2634
|
-
e.fp();
|
|
2635
|
-
e.fq();
|
|
2636
|
-
e.fv();
|
|
2637
|
-
e.fx();
|
|
2638
|
-
e.fr();
|
|
2623
|
+
e.fy();
|
|
2624
|
+
e.gn();
|
|
2625
|
+
e.go();
|
|
2626
|
+
e.g3();
|
|
2627
|
+
e.gp();
|
|
2628
|
+
e.gq();
|
|
2639
2629
|
e.ft();
|
|
2640
2630
|
e.fu();
|
|
2631
|
+
e.fx();
|
|
2641
2632
|
e.fv();
|
|
2642
2633
|
e.fw();
|
|
2643
|
-
e.fy();
|
|
2644
2634
|
e.fz();
|
|
2645
|
-
e.
|
|
2646
|
-
e.
|
|
2647
|
-
e.
|
|
2648
|
-
e.
|
|
2635
|
+
e.f5();
|
|
2636
|
+
e.f6();
|
|
2637
|
+
e.f7();
|
|
2638
|
+
e.ge();
|
|
2639
|
+
e.gg();
|
|
2649
2640
|
e.f8();
|
|
2650
|
-
e.f9();
|
|
2651
|
-
e.ga();
|
|
2652
|
-
e.fs();
|
|
2653
|
-
e.f1();
|
|
2654
2641
|
e.gb();
|
|
2655
|
-
e.gc();
|
|
2656
|
-
e.fk();
|
|
2657
|
-
e.gg();
|
|
2658
2642
|
e.gd();
|
|
2643
|
+
e.ge();
|
|
2659
2644
|
e.gf();
|
|
2645
|
+
e.gc();
|
|
2646
|
+
e.f9();
|
|
2647
|
+
e.g1();
|
|
2648
|
+
e.g5();
|
|
2649
|
+
e.g4();
|
|
2660
2650
|
e.gh();
|
|
2651
|
+
e.gi();
|
|
2661
2652
|
e.gj();
|
|
2653
|
+
e.fs();
|
|
2654
|
+
e.gl();
|
|
2655
|
+
e.gm();
|
|
2656
|
+
e.gr();
|
|
2657
|
+
e.gs();
|
|
2658
|
+
e.gu();
|
|
2659
|
+
e.ga();
|
|
2660
|
+
e.gk();
|
|
2661
|
+
e.gv();
|
|
2662
|
+
e.gw();
|
|
2663
|
+
e.f1();
|
|
2664
|
+
e.g0();
|
|
2665
|
+
e.gx();
|
|
2666
|
+
e.gz();
|
|
2667
|
+
e.g2();
|
|
2668
|
+
e.g7();
|
|
2662
2669
|
if (!this.ts) {
|
|
2663
2670
|
this.tq.c.insert(d, e);
|
|
2664
2671
|
d++;
|
|
@@ -2929,7 +2936,7 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2929
2936
|
mo() {
|
|
2930
2937
|
super.mo();
|
|
2931
2938
|
for (let a of fromEnum(this.tm)) {
|
|
2932
|
-
a.
|
|
2939
|
+
a.fq();
|
|
2933
2940
|
}
|
|
2934
2941
|
}
|
|
2935
2942
|
t9() {
|
|
@@ -2951,39 +2958,39 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
2951
2958
|
continue;
|
|
2952
2959
|
}
|
|
2953
2960
|
if (d.itemsSource != null) {
|
|
2954
|
-
d.
|
|
2961
|
+
d.aj = d.visualSeriesLink.valueColumn;
|
|
2955
2962
|
}
|
|
2956
2963
|
if (d.itemsSource == null) {
|
|
2957
|
-
this.ck.deregisterColumn(d.
|
|
2958
|
-
d.
|
|
2964
|
+
this.ck.deregisterColumn(d.aj);
|
|
2965
|
+
d.aj = this.ch(d.fi);
|
|
2959
2966
|
}
|
|
2960
2967
|
if (d.visualSeriesLink != null && d.itemsSource == null) {
|
|
2961
2968
|
d.visualSeriesLink.tt = true;
|
|
2962
|
-
d.visualSeriesLink.valueColumn = d.
|
|
2969
|
+
d.visualSeriesLink.valueColumn = d.aj;
|
|
2963
2970
|
d.visualSeriesLink.tt = false;
|
|
2964
2971
|
}
|
|
2965
|
-
d.
|
|
2966
|
-
if (d.
|
|
2967
|
-
d.
|
|
2968
|
-
d.
|
|
2969
|
-
for (let e = 0; e < d.
|
|
2970
|
-
let f = d.
|
|
2972
|
+
d.ay = true;
|
|
2973
|
+
if (d.aj != null) {
|
|
2974
|
+
d.a6.clear();
|
|
2975
|
+
d.a7.clear();
|
|
2976
|
+
for (let e = 0; e < d.aj.count; e++) {
|
|
2977
|
+
let f = d.aj.item(e);
|
|
2971
2978
|
if (f < c) {
|
|
2972
|
-
d.
|
|
2973
|
-
d.
|
|
2979
|
+
d.a6.add(c);
|
|
2980
|
+
d.a7.add(this.tj[e]);
|
|
2974
2981
|
this.tj[e] = this.tj[e] + f;
|
|
2975
|
-
if (d.
|
|
2976
|
-
d.
|
|
2982
|
+
if (d.ay) {
|
|
2983
|
+
d.ay = false;
|
|
2977
2984
|
}
|
|
2978
2985
|
}
|
|
2979
2986
|
else if (f >= c) {
|
|
2980
|
-
d.
|
|
2981
|
-
d.
|
|
2987
|
+
d.a6.add(this.ti[e]);
|
|
2988
|
+
d.a7.add(c);
|
|
2982
2989
|
this.ti[e] = this.ti[e] + f;
|
|
2983
2990
|
}
|
|
2984
2991
|
else if (isNaN_(f) || isInfinity(f)) {
|
|
2985
|
-
d.
|
|
2986
|
-
d.
|
|
2992
|
+
d.a6.add(this.ti[e]);
|
|
2993
|
+
d.a7.add(this.tj[e]);
|
|
2987
2994
|
}
|
|
2988
2995
|
}
|
|
2989
2996
|
}
|
|
@@ -3007,7 +3014,7 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3007
3014
|
}
|
|
3008
3015
|
if (this.tm != null) {
|
|
3009
3016
|
for (let e of fromEnum(this.tm)) {
|
|
3010
|
-
e.
|
|
3017
|
+
e.ae = this.cd;
|
|
3011
3018
|
}
|
|
3012
3019
|
this.ml(false);
|
|
3013
3020
|
}
|
|
@@ -3042,207 +3049,222 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3042
3049
|
break;
|
|
3043
3050
|
case StackedSeriesBase.$$p[2]:
|
|
3044
3051
|
for (let g of fromEnum(this.tm)) {
|
|
3045
|
-
g.
|
|
3052
|
+
g.g7();
|
|
3046
3053
|
}
|
|
3047
3054
|
break;
|
|
3048
3055
|
case "Brush":
|
|
3049
3056
|
for (let h of fromEnum(this.tm)) {
|
|
3050
|
-
h.
|
|
3057
|
+
h.ft();
|
|
3051
3058
|
}
|
|
3052
3059
|
break;
|
|
3053
3060
|
case "DashArray":
|
|
3054
3061
|
for (let i of fromEnum(this.tm)) {
|
|
3055
|
-
i.
|
|
3062
|
+
i.fu();
|
|
3056
3063
|
}
|
|
3057
3064
|
break;
|
|
3058
3065
|
case "HighlightingFadeOpacity":
|
|
3059
3066
|
for (let j of fromEnum(this.tm)) {
|
|
3060
|
-
j.
|
|
3067
|
+
j.fx();
|
|
3061
3068
|
}
|
|
3062
3069
|
break;
|
|
3063
3070
|
case "DashCap":
|
|
3064
3071
|
for (let k of fromEnum(this.tm)) {
|
|
3065
|
-
k.
|
|
3072
|
+
k.fv();
|
|
3066
3073
|
}
|
|
3067
3074
|
break;
|
|
3068
3075
|
case "IsDropShadowEnabled":
|
|
3069
3076
|
for (let l of fromEnum(this.tm)) {
|
|
3070
|
-
l.
|
|
3077
|
+
l.fy();
|
|
3071
3078
|
}
|
|
3072
3079
|
break;
|
|
3073
3080
|
case "ShadowBlur":
|
|
3074
3081
|
for (let m of fromEnum(this.tm)) {
|
|
3075
|
-
m.
|
|
3082
|
+
m.gn();
|
|
3076
3083
|
}
|
|
3077
3084
|
break;
|
|
3078
3085
|
case "ShadowColor":
|
|
3079
3086
|
for (let n of fromEnum(this.tm)) {
|
|
3080
|
-
n.
|
|
3087
|
+
n.go();
|
|
3081
3088
|
}
|
|
3082
3089
|
break;
|
|
3083
3090
|
case "UseSingleShadow":
|
|
3084
3091
|
for (let o of fromEnum(this.tm)) {
|
|
3085
|
-
o.
|
|
3092
|
+
o.g3();
|
|
3086
3093
|
}
|
|
3087
3094
|
break;
|
|
3088
3095
|
case "ShadowOffsetX":
|
|
3089
3096
|
for (let p of fromEnum(this.tm)) {
|
|
3090
|
-
p.
|
|
3097
|
+
p.gp();
|
|
3091
3098
|
}
|
|
3092
3099
|
break;
|
|
3093
3100
|
case "ShadowOffsetY":
|
|
3094
3101
|
for (let q of fromEnum(this.tm)) {
|
|
3095
|
-
q.
|
|
3102
|
+
q.gq();
|
|
3096
3103
|
}
|
|
3097
3104
|
break;
|
|
3098
3105
|
case "EndCap":
|
|
3099
3106
|
for (let r of fromEnum(this.tm)) {
|
|
3100
|
-
r.
|
|
3107
|
+
r.fw();
|
|
3101
3108
|
}
|
|
3102
3109
|
break;
|
|
3103
3110
|
case "IsHitTestVisible":
|
|
3104
3111
|
for (let s of fromEnum(this.tm)) {
|
|
3105
|
-
s.
|
|
3112
|
+
s.fz();
|
|
3106
3113
|
}
|
|
3107
3114
|
break;
|
|
3108
3115
|
case "LegendItemBadgeTemplate":
|
|
3109
3116
|
for (let t of fromEnum(this.tm)) {
|
|
3110
|
-
t.
|
|
3117
|
+
t.f5();
|
|
3111
3118
|
}
|
|
3112
3119
|
break;
|
|
3113
3120
|
case "LegendItemTemplate":
|
|
3114
3121
|
for (let u of fromEnum(this.tm)) {
|
|
3115
|
-
u.
|
|
3122
|
+
u.f6();
|
|
3116
3123
|
}
|
|
3117
3124
|
break;
|
|
3118
3125
|
case "LegendItemVisibility":
|
|
3119
3126
|
for (let v of fromEnum(this.tm)) {
|
|
3120
|
-
v.
|
|
3127
|
+
v.f7();
|
|
3121
3128
|
}
|
|
3122
3129
|
break;
|
|
3123
3130
|
case "LegendItemBadgeShape":
|
|
3124
3131
|
for (let w of fromEnum(this.tm)) {
|
|
3125
|
-
w.
|
|
3132
|
+
w.f4();
|
|
3126
3133
|
}
|
|
3127
3134
|
break;
|
|
3128
3135
|
case "LegendItemBadgeMode":
|
|
3129
3136
|
for (let x of fromEnum(this.tm)) {
|
|
3130
|
-
x.
|
|
3137
|
+
x.f3();
|
|
3131
3138
|
}
|
|
3132
3139
|
break;
|
|
3133
3140
|
case "MarkerTemplate":
|
|
3134
3141
|
for (let y of fromEnum(this.tm)) {
|
|
3135
|
-
y.
|
|
3142
|
+
y.ge();
|
|
3136
3143
|
}
|
|
3137
3144
|
break;
|
|
3138
3145
|
case "MarkerType":
|
|
3139
3146
|
for (let z of fromEnum(this.tm)) {
|
|
3140
|
-
z.
|
|
3147
|
+
z.gg();
|
|
3141
3148
|
}
|
|
3142
3149
|
break;
|
|
3143
3150
|
case "MarkerThickness":
|
|
3144
3151
|
for (let aa of fromEnum(this.tm)) {
|
|
3145
|
-
aa.
|
|
3152
|
+
aa.gf();
|
|
3146
3153
|
}
|
|
3147
3154
|
break;
|
|
3148
3155
|
case "MarkerBrush":
|
|
3149
3156
|
for (let ab of fromEnum(this.tm)) {
|
|
3150
|
-
ab.
|
|
3157
|
+
ab.f8();
|
|
3151
3158
|
}
|
|
3152
3159
|
break;
|
|
3153
3160
|
case "MarkerOutline":
|
|
3154
3161
|
for (let ac of fromEnum(this.tm)) {
|
|
3155
|
-
ac.
|
|
3162
|
+
ac.gb();
|
|
3156
3163
|
}
|
|
3157
3164
|
break;
|
|
3158
|
-
case "
|
|
3165
|
+
case "MarkerOutlineMode":
|
|
3159
3166
|
for (let ad of fromEnum(this.tm)) {
|
|
3160
|
-
ad.
|
|
3167
|
+
ad.gc();
|
|
3161
3168
|
}
|
|
3162
3169
|
break;
|
|
3163
|
-
case "
|
|
3170
|
+
case "MarkerFillMode":
|
|
3164
3171
|
for (let ae of fromEnum(this.tm)) {
|
|
3165
|
-
ae.
|
|
3172
|
+
ae.f9();
|
|
3166
3173
|
}
|
|
3167
3174
|
break;
|
|
3168
|
-
case "
|
|
3175
|
+
case "MarkerStyle":
|
|
3169
3176
|
for (let af of fromEnum(this.tm)) {
|
|
3170
|
-
af.
|
|
3177
|
+
af.gd();
|
|
3171
3178
|
}
|
|
3172
3179
|
break;
|
|
3173
|
-
case "
|
|
3180
|
+
case "Opacity":
|
|
3174
3181
|
for (let ag of fromEnum(this.tm)) {
|
|
3175
|
-
ag.
|
|
3182
|
+
ag.gh();
|
|
3176
3183
|
}
|
|
3177
3184
|
break;
|
|
3178
|
-
case "
|
|
3185
|
+
case "OpacityMask":
|
|
3179
3186
|
for (let ah of fromEnum(this.tm)) {
|
|
3180
|
-
ah.
|
|
3187
|
+
ah.gi();
|
|
3181
3188
|
}
|
|
3182
3189
|
break;
|
|
3183
|
-
case "
|
|
3190
|
+
case "AreaFillOpacity":
|
|
3184
3191
|
for (let ai of fromEnum(this.tm)) {
|
|
3185
|
-
ai.
|
|
3192
|
+
ai.fs();
|
|
3186
3193
|
}
|
|
3187
3194
|
break;
|
|
3188
|
-
case "
|
|
3195
|
+
case "Outline":
|
|
3189
3196
|
for (let aj of fromEnum(this.tm)) {
|
|
3190
|
-
aj.
|
|
3197
|
+
aj.gj();
|
|
3191
3198
|
}
|
|
3192
3199
|
break;
|
|
3193
|
-
case "
|
|
3200
|
+
case "StartCap":
|
|
3194
3201
|
for (let ak of fromEnum(this.tm)) {
|
|
3195
|
-
ak.
|
|
3202
|
+
ak.gr();
|
|
3196
3203
|
}
|
|
3197
3204
|
break;
|
|
3198
|
-
case "
|
|
3205
|
+
case "OutlineMode":
|
|
3199
3206
|
for (let al of fromEnum(this.tm)) {
|
|
3200
|
-
al.
|
|
3207
|
+
al.gk();
|
|
3201
3208
|
}
|
|
3202
3209
|
break;
|
|
3203
|
-
case "
|
|
3210
|
+
case "MarkerFillOpacity":
|
|
3204
3211
|
for (let am of fromEnum(this.tm)) {
|
|
3205
3212
|
am.ga();
|
|
3206
3213
|
}
|
|
3207
3214
|
break;
|
|
3208
|
-
case "
|
|
3215
|
+
case "Thickness":
|
|
3209
3216
|
for (let an of fromEnum(this.tm)) {
|
|
3210
|
-
an.
|
|
3217
|
+
an.gs();
|
|
3211
3218
|
}
|
|
3212
3219
|
break;
|
|
3213
|
-
case "
|
|
3220
|
+
case "ToolTip":
|
|
3214
3221
|
for (let ao of fromEnum(this.tm)) {
|
|
3215
|
-
ao.
|
|
3222
|
+
ao.gu();
|
|
3216
3223
|
}
|
|
3217
3224
|
break;
|
|
3218
|
-
case "
|
|
3225
|
+
case "TransitionEasingFunction":
|
|
3219
3226
|
for (let ap of fromEnum(this.tm)) {
|
|
3220
|
-
ap.
|
|
3227
|
+
ap.gw();
|
|
3221
3228
|
}
|
|
3222
3229
|
break;
|
|
3223
|
-
case "
|
|
3230
|
+
case "TransitionDuration":
|
|
3224
3231
|
for (let aq of fromEnum(this.tm)) {
|
|
3225
|
-
aq.
|
|
3232
|
+
aq.gv();
|
|
3226
3233
|
}
|
|
3227
3234
|
break;
|
|
3228
|
-
case "
|
|
3235
|
+
case "IsTransitionInEnabled":
|
|
3229
3236
|
for (let ar of fromEnum(this.tm)) {
|
|
3230
|
-
ar.
|
|
3237
|
+
ar.f1();
|
|
3231
3238
|
}
|
|
3232
3239
|
break;
|
|
3233
|
-
case "
|
|
3240
|
+
case "TransitionInMode":
|
|
3234
3241
|
for (let as of fromEnum(this.tm)) {
|
|
3235
|
-
as.
|
|
3242
|
+
as.gz();
|
|
3236
3243
|
}
|
|
3237
3244
|
break;
|
|
3238
|
-
case "
|
|
3245
|
+
case "TransitionInDuration":
|
|
3239
3246
|
for (let at of fromEnum(this.tm)) {
|
|
3240
|
-
at.
|
|
3247
|
+
at.f1();
|
|
3241
3248
|
}
|
|
3242
3249
|
break;
|
|
3243
|
-
case "
|
|
3250
|
+
case "TransitionInSpeedType":
|
|
3244
3251
|
for (let au of fromEnum(this.tm)) {
|
|
3245
|
-
au.
|
|
3252
|
+
au.f1();
|
|
3253
|
+
}
|
|
3254
|
+
break;
|
|
3255
|
+
case "TransitionInEasingFunction":
|
|
3256
|
+
for (let av of fromEnum(this.tm)) {
|
|
3257
|
+
av.gy();
|
|
3258
|
+
}
|
|
3259
|
+
break;
|
|
3260
|
+
case "UseLightweightMarkers":
|
|
3261
|
+
for (let aw of fromEnum(this.tm)) {
|
|
3262
|
+
aw.g2();
|
|
3263
|
+
}
|
|
3264
|
+
break;
|
|
3265
|
+
case "UseHighMarkerFidelity":
|
|
3266
|
+
for (let ax of fromEnum(this.tm)) {
|
|
3267
|
+
ax.g1();
|
|
3246
3268
|
}
|
|
3247
3269
|
break;
|
|
3248
3270
|
}
|
|
@@ -3309,7 +3331,7 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3309
3331
|
hu() {
|
|
3310
3332
|
let a = this.a8.exportStackedVisualData(this, this.p3);
|
|
3311
3333
|
for (let b of fromEnum(this.series)) {
|
|
3312
|
-
let c = this.a8.createFragmentVisualData(this, this.p3, getInstanceType(b).typeName, b.
|
|
3334
|
+
let c = this.a8.createFragmentVisualData(this, this.p3, getInstanceType(b).typeName, b.eo);
|
|
3313
3335
|
b.visualSeriesLink.b0.al(c);
|
|
3314
3336
|
this.a8.addSubSeriesVisualData(a, c);
|
|
3315
3337
|
}
|
|
@@ -3371,7 +3393,7 @@ export let HorizontalStackedSeriesBase = /*@__PURE__*/ (() => {
|
|
|
3371
3393
|
if (a != null) {
|
|
3372
3394
|
this.fs = isNaN_(this.f1) ? a.t9.fp : this.f1;
|
|
3373
3395
|
for (let b of fromEnum(this.tm)) {
|
|
3374
|
-
b.
|
|
3396
|
+
b.fs();
|
|
3375
3397
|
}
|
|
3376
3398
|
}
|
|
3377
3399
|
}
|
|
@@ -3889,8 +3911,8 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
|
|
|
3889
3911
|
case StackedBarSeries.$$p[0]:
|
|
3890
3912
|
case StackedBarSeries.$$p[1]:
|
|
3891
3913
|
for (let e of fromEnum(this.tm)) {
|
|
3892
|
-
e.
|
|
3893
|
-
e.
|
|
3914
|
+
e.gl();
|
|
3915
|
+
e.gm();
|
|
3894
3916
|
}
|
|
3895
3917
|
this.ml(false);
|
|
3896
3918
|
break;
|
|
@@ -4049,8 +4071,8 @@ export let StackedColumnSeries = /*@__PURE__*/ (() => {
|
|
|
4049
4071
|
case StackedColumnSeries.$$p[0]:
|
|
4050
4072
|
case StackedColumnSeries.$$p[1]:
|
|
4051
4073
|
for (let e of fromEnum(this.tm)) {
|
|
4052
|
-
e.
|
|
4053
|
-
e.
|
|
4074
|
+
e.gl();
|
|
4075
|
+
e.gm();
|
|
4054
4076
|
}
|
|
4055
4077
|
this.ml(false);
|
|
4056
4078
|
break;
|
|
@@ -4127,7 +4149,7 @@ export let StackedSplineAreaSeries = /*@__PURE__*/ (() => {
|
|
|
4127
4149
|
switch (b) {
|
|
4128
4150
|
case StackedSplineAreaSeries.$$p[0]:
|
|
4129
4151
|
for (let e of fromEnum(this.tm)) {
|
|
4130
|
-
e.
|
|
4152
|
+
e.f0();
|
|
4131
4153
|
}
|
|
4132
4154
|
break;
|
|
4133
4155
|
}
|
|
@@ -4200,31 +4222,30 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4200
4222
|
class StackedFragmentSeries extends DependencyObject {
|
|
4201
4223
|
constructor() {
|
|
4202
4224
|
super();
|
|
4203
|
-
this.ag = false;
|
|
4204
|
-
this.ah = false;
|
|
4205
4225
|
this._parentSeries = null;
|
|
4206
|
-
this.
|
|
4207
|
-
this.
|
|
4208
|
-
this.
|
|
4226
|
+
this.ca = 0;
|
|
4227
|
+
this.ae = null;
|
|
4228
|
+
this.aj = null;
|
|
4209
4229
|
this._visualSeriesLink = null;
|
|
4210
|
-
this.
|
|
4211
|
-
this.
|
|
4212
|
-
this.
|
|
4213
|
-
this.
|
|
4214
|
-
this.
|
|
4230
|
+
this.a6 = null;
|
|
4231
|
+
this.a7 = null;
|
|
4232
|
+
this.a5 = null;
|
|
4233
|
+
this.ay = false;
|
|
4234
|
+
this.b3 = null;
|
|
4215
4235
|
this.propertyChanged = null;
|
|
4216
4236
|
this.propertyUpdated = null;
|
|
4217
|
-
this.
|
|
4218
|
-
this.
|
|
4219
|
-
this.
|
|
4220
|
-
this.
|
|
4237
|
+
this.a4 = new List$1(String_$type, 0);
|
|
4238
|
+
this.a6 = new List$1(Number_$type, 0);
|
|
4239
|
+
this.a7 = new List$1(Number_$type, 0);
|
|
4240
|
+
this.a5 = new List$1(Array_$type, 0);
|
|
4241
|
+
this.propertyUpdated = delegateCombine(this.propertyUpdated, (a, b) => this.fn(a, b.propertyName, b.oldValue, b.newValue));
|
|
4221
4242
|
}
|
|
4222
|
-
|
|
4243
|
+
ce(a, b) {
|
|
4223
4244
|
let c = new DataLegendSeriesValueInfo();
|
|
4224
|
-
c.l = this.
|
|
4245
|
+
c.l = this.br({ $type: Point_$type, x: a, y: b }, false, false);
|
|
4225
4246
|
c.p = "Value";
|
|
4226
|
-
c.q = this.
|
|
4227
|
-
c.r = this.
|
|
4247
|
+
c.q = this.fe != null ? this.fe : "";
|
|
4248
|
+
c.r = this.fg != null ? this.fg : "";
|
|
4228
4249
|
let d = new DataLegendSeriesContext();
|
|
4229
4250
|
d.f = ((() => {
|
|
4230
4251
|
let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -4246,43 +4267,43 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4246
4267
|
set visualSeriesLink(a) {
|
|
4247
4268
|
this._visualSeriesLink = a;
|
|
4248
4269
|
}
|
|
4249
|
-
|
|
4270
|
+
b6(a) {
|
|
4250
4271
|
if (this.visualSeriesLink != null) {
|
|
4251
4272
|
return this.visualSeriesLink.hf(a);
|
|
4252
4273
|
}
|
|
4253
4274
|
return -1;
|
|
4254
4275
|
}
|
|
4255
|
-
|
|
4276
|
+
cf(a) {
|
|
4256
4277
|
if (this.visualSeriesLink != null) {
|
|
4257
4278
|
return this.visualSeriesLink.hv(a);
|
|
4258
4279
|
}
|
|
4259
4280
|
return null;
|
|
4260
4281
|
}
|
|
4261
|
-
|
|
4282
|
+
b9(a, b) {
|
|
4262
4283
|
if (this.visualSeriesLink != null) {
|
|
4263
4284
|
return this.visualSeriesLink.hl(a, b);
|
|
4264
4285
|
}
|
|
4265
4286
|
return -1;
|
|
4266
4287
|
}
|
|
4267
|
-
|
|
4288
|
+
b8(a, b) {
|
|
4268
4289
|
if (this.visualSeriesLink != null) {
|
|
4269
4290
|
return this.visualSeriesLink.hj(a, b);
|
|
4270
4291
|
}
|
|
4271
4292
|
return -1;
|
|
4272
4293
|
}
|
|
4273
|
-
|
|
4294
|
+
br(a, b, c) {
|
|
4274
4295
|
if (this.visualSeriesLink != null) {
|
|
4275
4296
|
return this.visualSeriesLink.gl(a, b, c);
|
|
4276
4297
|
}
|
|
4277
4298
|
return NaN;
|
|
4278
4299
|
}
|
|
4279
|
-
|
|
4300
|
+
k1(a, b, c) {
|
|
4280
4301
|
if (this.visualSeriesLink != null) {
|
|
4281
4302
|
return this.visualSeriesLink.pq(a, b, c);
|
|
4282
4303
|
}
|
|
4283
4304
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
4284
4305
|
}
|
|
4285
|
-
|
|
4306
|
+
k5(a) {
|
|
4286
4307
|
if (this.visualSeriesLink != null) {
|
|
4287
4308
|
return this.visualSeriesLink.pz(a);
|
|
4288
4309
|
}
|
|
@@ -4294,7 +4315,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4294
4315
|
}
|
|
4295
4316
|
return null;
|
|
4296
4317
|
}
|
|
4297
|
-
|
|
4318
|
+
k6(a) {
|
|
4298
4319
|
if (this.visualSeriesLink != null) {
|
|
4299
4320
|
return this.visualSeriesLink.p0(a);
|
|
4300
4321
|
}
|
|
@@ -4306,359 +4327,352 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4306
4327
|
}
|
|
4307
4328
|
return null;
|
|
4308
4329
|
}
|
|
4309
|
-
|
|
4330
|
+
k7(a) {
|
|
4310
4331
|
if (this.visualSeriesLink != null) {
|
|
4311
4332
|
return this.visualSeriesLink.p1(a);
|
|
4312
4333
|
}
|
|
4313
4334
|
return Rect.empty;
|
|
4314
4335
|
}
|
|
4315
|
-
|
|
4336
|
+
k8(a) {
|
|
4316
4337
|
if (this.visualSeriesLink != null) {
|
|
4317
4338
|
return this.visualSeriesLink.p2(a);
|
|
4318
4339
|
}
|
|
4319
4340
|
return Rect.empty;
|
|
4320
4341
|
}
|
|
4321
|
-
|
|
4342
|
+
bn(a, b, c) {
|
|
4322
4343
|
if (this.visualSeriesLink != null) {
|
|
4323
4344
|
return this.visualSeriesLink.gh(a, b, c);
|
|
4324
4345
|
}
|
|
4325
4346
|
return NaN;
|
|
4326
4347
|
}
|
|
4327
|
-
|
|
4348
|
+
kx(a, b, c) {
|
|
4328
4349
|
if (this.visualSeriesLink != null) {
|
|
4329
4350
|
return this.visualSeriesLink.pm(a, b, c);
|
|
4330
4351
|
}
|
|
4331
4352
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
4332
4353
|
}
|
|
4333
|
-
|
|
4354
|
+
bp(a, b, c) {
|
|
4334
4355
|
if (this.visualSeriesLink != null) {
|
|
4335
4356
|
return this.visualSeriesLink.gj(a, b, c);
|
|
4336
4357
|
}
|
|
4337
4358
|
return NaN;
|
|
4338
4359
|
}
|
|
4339
|
-
|
|
4360
|
+
kz(a, b, c) {
|
|
4340
4361
|
if (this.visualSeriesLink != null) {
|
|
4341
4362
|
return this.visualSeriesLink.po(a, b, c);
|
|
4342
4363
|
}
|
|
4343
4364
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
4344
4365
|
}
|
|
4345
|
-
|
|
4366
|
+
k2(a, b, c) {
|
|
4346
4367
|
if (this.visualSeriesLink != null) {
|
|
4347
4368
|
return this.visualSeriesLink.pr(a, b, c);
|
|
4348
4369
|
}
|
|
4349
4370
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
4350
4371
|
}
|
|
4351
|
-
|
|
4372
|
+
bs(a, b, c) {
|
|
4352
4373
|
if (this.visualSeriesLink != null) {
|
|
4353
4374
|
return this.visualSeriesLink.gm(a, b, c);
|
|
4354
4375
|
}
|
|
4355
4376
|
return NaN;
|
|
4356
4377
|
}
|
|
4357
|
-
|
|
4378
|
+
ky(a, b, c) {
|
|
4358
4379
|
if (this.visualSeriesLink != null) {
|
|
4359
4380
|
return this.visualSeriesLink.pn(a, b, c);
|
|
4360
4381
|
}
|
|
4361
4382
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
4362
4383
|
}
|
|
4363
|
-
|
|
4384
|
+
bo(a, b, c) {
|
|
4364
4385
|
if (this.visualSeriesLink != null) {
|
|
4365
4386
|
return this.visualSeriesLink.gi(a, b, c);
|
|
4366
4387
|
}
|
|
4367
4388
|
return NaN;
|
|
4368
4389
|
}
|
|
4369
|
-
|
|
4390
|
+
k0(a, b, c) {
|
|
4370
4391
|
if (this.visualSeriesLink != null) {
|
|
4371
4392
|
return this.visualSeriesLink.pp(a, b, c);
|
|
4372
4393
|
}
|
|
4373
4394
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
4374
4395
|
}
|
|
4375
|
-
|
|
4396
|
+
bq(a, b, c) {
|
|
4376
4397
|
if (this.visualSeriesLink != null) {
|
|
4377
4398
|
return this.visualSeriesLink.gk(a, b, c);
|
|
4378
4399
|
}
|
|
4379
4400
|
return NaN;
|
|
4380
4401
|
}
|
|
4381
|
-
|
|
4402
|
+
b7(a) {
|
|
4382
4403
|
if (this.visualSeriesLink != null) {
|
|
4383
4404
|
return this.visualSeriesLink.hg(a);
|
|
4384
4405
|
}
|
|
4385
4406
|
return -1;
|
|
4386
4407
|
}
|
|
4387
|
-
|
|
4408
|
+
bm() {
|
|
4388
4409
|
if (this.visualSeriesLink != null) {
|
|
4389
4410
|
return this.visualSeriesLink.gc();
|
|
4390
4411
|
}
|
|
4391
4412
|
return 0;
|
|
4392
4413
|
}
|
|
4393
|
-
|
|
4414
|
+
bl(a) {
|
|
4394
4415
|
if (this.visualSeriesLink != null) {
|
|
4395
4416
|
return this.visualSeriesLink.f8(a);
|
|
4396
4417
|
}
|
|
4397
4418
|
return NaN;
|
|
4398
4419
|
}
|
|
4399
|
-
|
|
4420
|
+
cg(a) {
|
|
4400
4421
|
if (this.visualSeriesLink != null) {
|
|
4401
4422
|
return this.visualSeriesLink.hw(a);
|
|
4402
4423
|
}
|
|
4403
4424
|
return null;
|
|
4404
4425
|
}
|
|
4405
|
-
|
|
4426
|
+
ar(a, b, c, d) {
|
|
4406
4427
|
if (this.visualSeriesLink != null) {
|
|
4407
4428
|
return this.visualSeriesLink.c1(a, b, c, d);
|
|
4408
4429
|
}
|
|
4409
4430
|
return false;
|
|
4410
4431
|
}
|
|
4411
|
-
|
|
4432
|
+
k3(a) {
|
|
4412
4433
|
if (this.visualSeriesLink != null) {
|
|
4413
4434
|
return this.visualSeriesLink.pt(a);
|
|
4414
4435
|
}
|
|
4415
4436
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
4416
4437
|
}
|
|
4417
|
-
|
|
4438
|
+
kw(a) {
|
|
4418
4439
|
if (this.visualSeriesLink != null) {
|
|
4419
4440
|
return this.visualSeriesLink.pl(a);
|
|
4420
4441
|
}
|
|
4421
4442
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
4422
4443
|
}
|
|
4423
|
-
|
|
4444
|
+
az(a) {
|
|
4424
4445
|
if (this.visualSeriesLink != null) {
|
|
4425
4446
|
return this.visualSeriesLink.eo(a);
|
|
4426
4447
|
}
|
|
4427
4448
|
return false;
|
|
4428
4449
|
}
|
|
4429
|
-
|
|
4450
|
+
k4() {
|
|
4430
4451
|
if (this.visualSeriesLink != null) {
|
|
4431
4452
|
return this.visualSeriesLink.getEffectiveViewport();
|
|
4432
4453
|
}
|
|
4433
4454
|
return Rect.empty;
|
|
4434
4455
|
}
|
|
4435
|
-
|
|
4456
|
+
fm() {
|
|
4436
4457
|
if (this.visualSeriesLink != null) {
|
|
4437
4458
|
this.visualSeriesLink.lu();
|
|
4438
4459
|
}
|
|
4439
4460
|
}
|
|
4440
|
-
|
|
4461
|
+
fr(a) {
|
|
4441
4462
|
if (this.visualSeriesLink != null) {
|
|
4442
4463
|
this.visualSeriesLink.mt(a);
|
|
4443
4464
|
}
|
|
4444
4465
|
}
|
|
4445
|
-
|
|
4466
|
+
a0(a, b) {
|
|
4446
4467
|
if (this.visualSeriesLink != null) {
|
|
4447
4468
|
return this.visualSeriesLink.ex(a, b);
|
|
4448
4469
|
}
|
|
4449
4470
|
return false;
|
|
4450
4471
|
}
|
|
4451
|
-
|
|
4472
|
+
fl(a) {
|
|
4452
4473
|
if (this.visualSeriesLink != null) {
|
|
4453
4474
|
this.visualSeriesLink.lk(a);
|
|
4454
4475
|
}
|
|
4455
4476
|
}
|
|
4456
4477
|
provideRenderer(a) {
|
|
4457
|
-
this.
|
|
4478
|
+
this.b3 = a;
|
|
4458
4479
|
if (this.visualSeriesLink != null) {
|
|
4459
4480
|
this.visualSeriesLink.provideRenderer(a);
|
|
4460
4481
|
}
|
|
4461
4482
|
}
|
|
4462
|
-
|
|
4483
|
+
g7() {
|
|
4463
4484
|
if (this.parentSeries == null) {
|
|
4464
4485
|
return;
|
|
4465
4486
|
}
|
|
4466
|
-
this.
|
|
4487
|
+
this.lc = this.parentSeries._visibility != 0 ? 1 : this.le;
|
|
4467
4488
|
if (this.visualSeriesLink != null) {
|
|
4468
|
-
this.visualSeriesLink._visibility = this.
|
|
4489
|
+
this.visualSeriesLink._visibility = this.lc;
|
|
4469
4490
|
}
|
|
4470
4491
|
}
|
|
4471
|
-
|
|
4492
|
+
ge() {
|
|
4472
4493
|
if (this.parentSeries == null) {
|
|
4473
4494
|
return;
|
|
4474
4495
|
}
|
|
4475
|
-
this.
|
|
4496
|
+
this.ha = this.hd != null ? this.hd : this.parentSeries.q3;
|
|
4476
4497
|
if (this.visualSeriesLink != null) {
|
|
4477
|
-
this.visualSeriesLink.q3 = this.
|
|
4498
|
+
this.visualSeriesLink.q3 = this.ha;
|
|
4478
4499
|
}
|
|
4479
4500
|
}
|
|
4480
|
-
|
|
4501
|
+
gg() {
|
|
4481
4502
|
if (this.parentSeries == null) {
|
|
4482
4503
|
return;
|
|
4483
4504
|
}
|
|
4484
|
-
let a = this.
|
|
4485
|
-
this.
|
|
4486
|
-
|
|
4505
|
+
let a = this.x == 0 || this.x == 2;
|
|
4506
|
+
let b = a ? this.parentSeries.qh : this.x;
|
|
4507
|
+
if (b == 2 || b == 0) {
|
|
4508
|
+
b = 1;
|
|
4509
|
+
}
|
|
4510
|
+
this.w = b;
|
|
4487
4511
|
if (this.visualSeriesLink != null) {
|
|
4488
|
-
this.visualSeriesLink.qh = this.
|
|
4512
|
+
this.visualSeriesLink.qh = this.w;
|
|
4489
4513
|
}
|
|
4490
4514
|
}
|
|
4491
|
-
|
|
4515
|
+
ft() {
|
|
4492
4516
|
if (this.parentSeries == null) {
|
|
4493
4517
|
return;
|
|
4494
4518
|
}
|
|
4495
|
-
this.
|
|
4519
|
+
this.kl = this.kg != null ? this.kg : this.parentSeries.o7;
|
|
4496
4520
|
if (this.visualSeriesLink != null) {
|
|
4497
|
-
this.visualSeriesLink.o7 = this.
|
|
4521
|
+
this.visualSeriesLink.o7 = this.kl;
|
|
4498
4522
|
}
|
|
4499
4523
|
}
|
|
4500
|
-
|
|
4524
|
+
fu() {
|
|
4501
4525
|
if (this.parentSeries == null) {
|
|
4502
4526
|
return;
|
|
4503
4527
|
}
|
|
4504
|
-
this.
|
|
4528
|
+
this.ko = this.kp != null ? this.kp : this.parentSeries.pg;
|
|
4505
4529
|
if (this.visualSeriesLink != null) {
|
|
4506
|
-
this.visualSeriesLink.pg = this.
|
|
4530
|
+
this.visualSeriesLink.pg = this.ko;
|
|
4507
4531
|
}
|
|
4508
4532
|
}
|
|
4509
|
-
|
|
4533
|
+
fx() {
|
|
4510
4534
|
if (this.parentSeries == null) {
|
|
4511
4535
|
return;
|
|
4512
4536
|
}
|
|
4513
|
-
this.
|
|
4537
|
+
this.ba = !isNaN_(this.bt) ? this.bt : this.parentSeries.gr;
|
|
4514
4538
|
if (this.visualSeriesLink != null) {
|
|
4515
|
-
this.visualSeriesLink.gr = this.
|
|
4539
|
+
this.visualSeriesLink.gr = this.ba;
|
|
4516
4540
|
}
|
|
4517
4541
|
}
|
|
4518
|
-
|
|
4542
|
+
gk() {
|
|
4519
4543
|
if (this.parentSeries == null) {
|
|
4520
4544
|
return;
|
|
4521
4545
|
}
|
|
4522
|
-
this.
|
|
4546
|
+
this.z = this.aa != 0 ? this.aa : this.parentSeries.bt;
|
|
4523
4547
|
if (this.visualSeriesLink != null) {
|
|
4524
|
-
this.visualSeriesLink.bt = this.
|
|
4548
|
+
this.visualSeriesLink.bt = this.z;
|
|
4525
4549
|
}
|
|
4526
4550
|
}
|
|
4527
|
-
|
|
4551
|
+
ga() {
|
|
4528
4552
|
if (this.parentSeries == null) {
|
|
4529
4553
|
return;
|
|
4530
4554
|
}
|
|
4531
|
-
this.
|
|
4555
|
+
this.bb = !isNaN_(this.bu) || this.ax("MarkerFillOpacity") ? this.bu : this.parentSeries.gs;
|
|
4532
4556
|
if (this.visualSeriesLink != null) {
|
|
4533
|
-
this.visualSeriesLink.gs = this.
|
|
4557
|
+
this.visualSeriesLink.gs = this.bb;
|
|
4534
4558
|
}
|
|
4535
4559
|
}
|
|
4536
|
-
|
|
4560
|
+
fv() {
|
|
4537
4561
|
if (this.parentSeries == null) {
|
|
4538
4562
|
return;
|
|
4539
4563
|
}
|
|
4540
|
-
this.
|
|
4564
|
+
this.kq = this.as("DashCap") ? this.parentSeries.ph : this.kt;
|
|
4541
4565
|
if (this.visualSeriesLink != null) {
|
|
4542
|
-
this.visualSeriesLink.ph = this.
|
|
4566
|
+
this.visualSeriesLink.ph = this.kq;
|
|
4543
4567
|
}
|
|
4544
4568
|
}
|
|
4545
|
-
|
|
4569
|
+
fy() {
|
|
4546
4570
|
if (this.parentSeries == null) {
|
|
4547
4571
|
return;
|
|
4548
4572
|
}
|
|
4549
|
-
|
|
4550
|
-
this.ai = this.parentSeries.dn;
|
|
4551
|
-
}
|
|
4552
|
-
else {
|
|
4553
|
-
this.ai = this.ap;
|
|
4554
|
-
}
|
|
4573
|
+
this.ak = this.as("IsDropShadowEnabled") ? this.parentSeries.dn : this.at;
|
|
4555
4574
|
if (this.visualSeriesLink != null) {
|
|
4556
|
-
this.visualSeriesLink.dn = this.
|
|
4575
|
+
this.visualSeriesLink.dn = this.ak;
|
|
4557
4576
|
}
|
|
4558
4577
|
}
|
|
4559
|
-
|
|
4578
|
+
gn() {
|
|
4560
4579
|
if (this.parentSeries == null) {
|
|
4561
4580
|
return;
|
|
4562
4581
|
}
|
|
4563
|
-
this.
|
|
4564
|
-
if (this.visualSeriesLink != null && !isNaN_(this.
|
|
4565
|
-
this.visualSeriesLink.gy = this.
|
|
4582
|
+
this.bg = !isNaN_(this.bz) || this.ax("ShadowBlur") ? this.bz : this.parentSeries.gy;
|
|
4583
|
+
if (this.visualSeriesLink != null && !isNaN_(this.bg)) {
|
|
4584
|
+
this.visualSeriesLink.gy = this.bg;
|
|
4566
4585
|
}
|
|
4567
4586
|
}
|
|
4568
|
-
|
|
4587
|
+
go() {
|
|
4569
4588
|
if (this.parentSeries == null) {
|
|
4570
4589
|
return;
|
|
4571
4590
|
}
|
|
4572
|
-
this.
|
|
4573
|
-
if (this.visualSeriesLink != null && Color.e(toNullable(Color.$, this.
|
|
4574
|
-
this.visualSeriesLink.pf = this.
|
|
4591
|
+
this.km = Color.e(toNullable(Color.$, this.kn), toNullable(Color.$, null)) ? this.kn : this.parentSeries.pf;
|
|
4592
|
+
if (this.visualSeriesLink != null && Color.e(toNullable(Color.$, this.km), toNullable(Color.$, null))) {
|
|
4593
|
+
this.visualSeriesLink.pf = this.km;
|
|
4575
4594
|
}
|
|
4576
4595
|
}
|
|
4577
|
-
|
|
4596
|
+
g3() {
|
|
4578
4597
|
if (this.parentSeries == null) {
|
|
4579
4598
|
return;
|
|
4580
4599
|
}
|
|
4581
|
-
|
|
4582
|
-
this.an = this.parentSeries.e9;
|
|
4583
|
-
}
|
|
4584
|
-
else {
|
|
4585
|
-
this.an = this.ax;
|
|
4586
|
-
}
|
|
4600
|
+
this.aq = this.as("UseSingleShadow") ? this.parentSeries.e9 : this.a3;
|
|
4587
4601
|
if (this.visualSeriesLink != null) {
|
|
4588
|
-
this.visualSeriesLink.e9 = this.
|
|
4602
|
+
this.visualSeriesLink.e9 = this.aq;
|
|
4589
4603
|
}
|
|
4590
4604
|
}
|
|
4591
|
-
|
|
4605
|
+
gp() {
|
|
4592
4606
|
if (this.parentSeries == null) {
|
|
4593
4607
|
return;
|
|
4594
4608
|
}
|
|
4595
|
-
this.
|
|
4596
|
-
if (this.visualSeriesLink != null && !isNaN_(this.
|
|
4597
|
-
this.visualSeriesLink.gz = this.
|
|
4609
|
+
this.bh = !isNaN_(this.b0) || this.ax("ShadowOffsetX") ? this.b0 : this.parentSeries.gz;
|
|
4610
|
+
if (this.visualSeriesLink != null && !isNaN_(this.bh)) {
|
|
4611
|
+
this.visualSeriesLink.gz = this.bh;
|
|
4598
4612
|
}
|
|
4599
4613
|
}
|
|
4600
|
-
|
|
4614
|
+
gq() {
|
|
4601
4615
|
if (this.parentSeries == null) {
|
|
4602
4616
|
return;
|
|
4603
4617
|
}
|
|
4604
|
-
this.
|
|
4605
|
-
if (this.visualSeriesLink != null && !isNaN_(this.
|
|
4606
|
-
this.visualSeriesLink.g0 = this.
|
|
4618
|
+
this.bi = !isNaN_(this.b1) || this.ax("ShadowOffsetY") ? this.b1 : this.parentSeries.g0;
|
|
4619
|
+
if (this.visualSeriesLink != null && !isNaN_(this.bi)) {
|
|
4620
|
+
this.visualSeriesLink.g0 = this.bi;
|
|
4607
4621
|
}
|
|
4608
4622
|
}
|
|
4609
|
-
|
|
4623
|
+
fw() {
|
|
4610
4624
|
if (this.parentSeries == null) {
|
|
4611
4625
|
return;
|
|
4612
4626
|
}
|
|
4613
|
-
this.
|
|
4627
|
+
this.kr = this.as("EndCap") ? this.parentSeries.pi : this.ku;
|
|
4614
4628
|
if (this.visualSeriesLink != null) {
|
|
4615
|
-
this.visualSeriesLink.pi = this.
|
|
4629
|
+
this.visualSeriesLink.pi = this.kr;
|
|
4616
4630
|
}
|
|
4617
4631
|
}
|
|
4618
|
-
|
|
4632
|
+
fz() {
|
|
4619
4633
|
if (this.parentSeries == null) {
|
|
4620
4634
|
return;
|
|
4621
4635
|
}
|
|
4622
|
-
this.
|
|
4636
|
+
this.al = this.au;
|
|
4623
4637
|
}
|
|
4624
|
-
|
|
4638
|
+
f5() {
|
|
4625
4639
|
if (this.parentSeries == null) {
|
|
4626
4640
|
return;
|
|
4627
4641
|
}
|
|
4628
|
-
this.
|
|
4642
|
+
this.g8 = this.hb != null ? this.hb : this.parentSeries.legendItemBadgeTemplate;
|
|
4629
4643
|
if (this.visualSeriesLink != null) {
|
|
4630
|
-
if (this.
|
|
4631
|
-
this.visualSeriesLink.legendItemBadgeTemplate = this.
|
|
4644
|
+
if (this.g8 != null) {
|
|
4645
|
+
this.visualSeriesLink.legendItemBadgeTemplate = this.g8;
|
|
4632
4646
|
}
|
|
4633
4647
|
else {
|
|
4634
4648
|
this.visualSeriesLink.legendItemBadgeTemplate = null;
|
|
4635
4649
|
}
|
|
4636
4650
|
}
|
|
4637
4651
|
}
|
|
4638
|
-
|
|
4652
|
+
f6() {
|
|
4639
4653
|
if (this.parentSeries == null) {
|
|
4640
4654
|
return;
|
|
4641
4655
|
}
|
|
4642
|
-
this.
|
|
4656
|
+
this.g9 = this.hc != null ? this.hc : this.parentSeries.legendItemTemplate;
|
|
4643
4657
|
if (this.visualSeriesLink != null) {
|
|
4644
|
-
if (this.
|
|
4645
|
-
this.visualSeriesLink.legendItemTemplate = this.
|
|
4658
|
+
if (this.g9 != null) {
|
|
4659
|
+
this.visualSeriesLink.legendItemTemplate = this.g9;
|
|
4646
4660
|
}
|
|
4647
4661
|
else {
|
|
4648
4662
|
this.visualSeriesLink.legendItemTemplate = null;
|
|
4649
4663
|
}
|
|
4650
4664
|
}
|
|
4651
4665
|
}
|
|
4652
|
-
|
|
4666
|
+
f7() {
|
|
4653
4667
|
if (this.parentSeries == null) {
|
|
4654
4668
|
return;
|
|
4655
4669
|
}
|
|
4656
|
-
this.
|
|
4670
|
+
this.lb = this.parentSeries.p7 != 0 ? 1 : this.ld;
|
|
4657
4671
|
if (this.visualSeriesLink != null) {
|
|
4658
|
-
this.visualSeriesLink.p7 = this.
|
|
4672
|
+
this.visualSeriesLink.p7 = this.lb;
|
|
4659
4673
|
}
|
|
4660
4674
|
}
|
|
4661
|
-
|
|
4675
|
+
f4() {
|
|
4662
4676
|
if (this.parentSeries == null) {
|
|
4663
4677
|
return;
|
|
4664
4678
|
}
|
|
@@ -4672,7 +4686,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4672
4686
|
}
|
|
4673
4687
|
}
|
|
4674
4688
|
}
|
|
4675
|
-
|
|
4689
|
+
f3() {
|
|
4676
4690
|
if (this.parentSeries == null) {
|
|
4677
4691
|
return;
|
|
4678
4692
|
}
|
|
@@ -4686,64 +4700,64 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4686
4700
|
}
|
|
4687
4701
|
}
|
|
4688
4702
|
}
|
|
4689
|
-
|
|
4703
|
+
f8() {
|
|
4690
4704
|
if (this.parentSeries == null) {
|
|
4691
4705
|
return;
|
|
4692
4706
|
}
|
|
4693
|
-
this.
|
|
4707
|
+
this.kc = this.kh != null ? this.kh : this.parentSeries.rj;
|
|
4694
4708
|
if (this.visualSeriesLink != null) {
|
|
4695
|
-
this.visualSeriesLink.rj = this.
|
|
4709
|
+
this.visualSeriesLink.rj = this.kc;
|
|
4696
4710
|
}
|
|
4697
4711
|
}
|
|
4698
|
-
|
|
4712
|
+
gb() {
|
|
4699
4713
|
if (this.parentSeries == null) {
|
|
4700
4714
|
return;
|
|
4701
4715
|
}
|
|
4702
|
-
this.
|
|
4716
|
+
this.kd = this.ki != null ? this.ki : this.parentSeries.rk;
|
|
4703
4717
|
if (this.visualSeriesLink != null) {
|
|
4704
|
-
this.visualSeriesLink.rk = this.
|
|
4718
|
+
this.visualSeriesLink.rk = this.kd;
|
|
4705
4719
|
}
|
|
4706
4720
|
}
|
|
4707
|
-
|
|
4721
|
+
gd() {
|
|
4708
4722
|
if (this.parentSeries == null) {
|
|
4709
4723
|
return;
|
|
4710
4724
|
}
|
|
4711
|
-
this.
|
|
4725
|
+
this.k9 = this.la != null ? this.la : this.parentSeries.rl;
|
|
4712
4726
|
if (this.visualSeriesLink != null) {
|
|
4713
|
-
if (this.
|
|
4714
|
-
this.visualSeriesLink.rl = this.
|
|
4727
|
+
if (this.k9 != null) {
|
|
4728
|
+
this.visualSeriesLink.rl = this.k9;
|
|
4715
4729
|
}
|
|
4716
4730
|
else {
|
|
4717
4731
|
this.visualSeriesLink.rl = null;
|
|
4718
4732
|
}
|
|
4719
4733
|
}
|
|
4720
4734
|
}
|
|
4721
|
-
|
|
4735
|
+
gh() {
|
|
4722
4736
|
if (this.parentSeries == null) {
|
|
4723
4737
|
return;
|
|
4724
4738
|
}
|
|
4725
|
-
this.
|
|
4739
|
+
this.bd = !isNaN_(this.bw) || this.ax("Opacity") ? this.bw : this.parentSeries._opacity;
|
|
4726
4740
|
if (this.visualSeriesLink != null) {
|
|
4727
|
-
this.visualSeriesLink._opacity = this.
|
|
4741
|
+
this.visualSeriesLink._opacity = this.bd;
|
|
4728
4742
|
}
|
|
4729
4743
|
}
|
|
4730
|
-
|
|
4744
|
+
gi() {
|
|
4731
4745
|
}
|
|
4732
|
-
|
|
4746
|
+
gj() {
|
|
4733
4747
|
if (this.parentSeries == null) {
|
|
4734
4748
|
return;
|
|
4735
4749
|
}
|
|
4736
|
-
this.
|
|
4750
|
+
this.kf = this.kk != null ? this.kk : this.parentSeries.pc;
|
|
4737
4751
|
if (this.visualSeriesLink != null) {
|
|
4738
|
-
this.visualSeriesLink.pc = this.
|
|
4752
|
+
this.visualSeriesLink.pc = this.kf;
|
|
4739
4753
|
}
|
|
4740
4754
|
}
|
|
4741
|
-
|
|
4755
|
+
f2() {
|
|
4742
4756
|
if (this.visualSeriesLink != null) {
|
|
4743
4757
|
this.visualSeriesLink.itemsSource = this.itemsSource;
|
|
4744
4758
|
}
|
|
4745
4759
|
}
|
|
4746
|
-
|
|
4760
|
+
fs() {
|
|
4747
4761
|
if (this.parentSeries == null) {
|
|
4748
4762
|
return;
|
|
4749
4763
|
}
|
|
@@ -4754,17 +4768,17 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4754
4768
|
if (this.parentSeries.isStacked && this.parentSeries.dd && this.parentSeries.eh) {
|
|
4755
4769
|
a = this.parentSeries.fs;
|
|
4756
4770
|
}
|
|
4757
|
-
this.
|
|
4771
|
+
this.a9 = !isNaN_(this.bk) || this.ax("AreaFillOpacity") ? this.bk : a;
|
|
4758
4772
|
if (this.visualSeriesLink != null) {
|
|
4759
4773
|
if (typeCast(AreaFragment.$, this.visualSeriesLink) !== null) {
|
|
4760
|
-
this.visualSeriesLink.f1 = this.
|
|
4774
|
+
this.visualSeriesLink.f1 = this.a9;
|
|
4761
4775
|
}
|
|
4762
4776
|
if (typeCast(SplineAreaFragment.$, this.visualSeriesLink) !== null) {
|
|
4763
|
-
this.visualSeriesLink.f1 = this.
|
|
4777
|
+
this.visualSeriesLink.f1 = this.a9;
|
|
4764
4778
|
}
|
|
4765
4779
|
}
|
|
4766
4780
|
}
|
|
4767
|
-
|
|
4781
|
+
f0() {
|
|
4768
4782
|
if (this.parentSeries == null) {
|
|
4769
4783
|
return;
|
|
4770
4784
|
}
|
|
@@ -4775,17 +4789,17 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4775
4789
|
if (this.parentSeries.isStacked && this.parentSeries.dg) {
|
|
4776
4790
|
a = this.parentSeries.ur;
|
|
4777
4791
|
}
|
|
4778
|
-
this.
|
|
4792
|
+
this.am = a;
|
|
4779
4793
|
if (this.visualSeriesLink != null) {
|
|
4780
4794
|
if (typeCast(SplineFragment.$, this.visualSeriesLink) !== null) {
|
|
4781
|
-
this.visualSeriesLink.vg = this.
|
|
4795
|
+
this.visualSeriesLink.vg = this.am;
|
|
4782
4796
|
}
|
|
4783
4797
|
if (typeCast(SplineAreaFragment.$, this.visualSeriesLink) !== null) {
|
|
4784
|
-
this.visualSeriesLink.vg = this.
|
|
4798
|
+
this.visualSeriesLink.vg = this.am;
|
|
4785
4799
|
}
|
|
4786
4800
|
}
|
|
4787
4801
|
}
|
|
4788
|
-
|
|
4802
|
+
gl() {
|
|
4789
4803
|
if (this.parentSeries == null) {
|
|
4790
4804
|
return;
|
|
4791
4805
|
}
|
|
@@ -4796,17 +4810,17 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4796
4810
|
if (this.parentSeries.isStacked && this.parentSeries.dg) {
|
|
4797
4811
|
a = this.parentSeries.ur;
|
|
4798
4812
|
}
|
|
4799
|
-
this.
|
|
4813
|
+
this.be = !isNaN_(this.bx) && this.bx != a ? this.bx : a;
|
|
4800
4814
|
if (this.visualSeriesLink != null) {
|
|
4801
4815
|
if (typeCast(ColumnFragment.$, this.visualSeriesLink) !== null) {
|
|
4802
|
-
this.visualSeriesLink.vp = this.
|
|
4816
|
+
this.visualSeriesLink.vp = this.be;
|
|
4803
4817
|
}
|
|
4804
4818
|
if (typeCast(BarFragment.$, this.visualSeriesLink) !== null) {
|
|
4805
|
-
this.visualSeriesLink.vp = this.
|
|
4819
|
+
this.visualSeriesLink.vp = this.be;
|
|
4806
4820
|
}
|
|
4807
4821
|
}
|
|
4808
4822
|
}
|
|
4809
|
-
|
|
4823
|
+
gm() {
|
|
4810
4824
|
if (this.parentSeries == null) {
|
|
4811
4825
|
return;
|
|
4812
4826
|
}
|
|
@@ -4817,74 +4831,74 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4817
4831
|
if (this.parentSeries.isStacked && this.parentSeries.dg) {
|
|
4818
4832
|
a = this.parentSeries.us;
|
|
4819
4833
|
}
|
|
4820
|
-
this.
|
|
4834
|
+
this.bf = !isNaN_(this.by) && this.by != a ? this.by : a;
|
|
4821
4835
|
if (this.visualSeriesLink != null) {
|
|
4822
4836
|
if (typeCast(ColumnFragment.$, this.visualSeriesLink) !== null) {
|
|
4823
|
-
this.visualSeriesLink.vq = this.
|
|
4837
|
+
this.visualSeriesLink.vq = this.bf;
|
|
4824
4838
|
}
|
|
4825
4839
|
if (typeCast(BarFragment.$, this.visualSeriesLink) !== null) {
|
|
4826
|
-
this.visualSeriesLink.vq = this.
|
|
4840
|
+
this.visualSeriesLink.vq = this.bf;
|
|
4827
4841
|
}
|
|
4828
4842
|
}
|
|
4829
4843
|
}
|
|
4830
|
-
|
|
4844
|
+
gr() {
|
|
4831
4845
|
if (this.parentSeries == null) {
|
|
4832
4846
|
return;
|
|
4833
4847
|
}
|
|
4834
|
-
this.
|
|
4848
|
+
this.ks = this.as("StartCap") ? this.parentSeries.pj : this.kv;
|
|
4835
4849
|
if (this.visualSeriesLink != null) {
|
|
4836
|
-
this.visualSeriesLink.pj = this.
|
|
4850
|
+
this.visualSeriesLink.pj = this.ks;
|
|
4837
4851
|
}
|
|
4838
4852
|
}
|
|
4839
|
-
|
|
4853
|
+
gs() {
|
|
4840
4854
|
if (this.parentSeries == null) {
|
|
4841
4855
|
return;
|
|
4842
4856
|
}
|
|
4843
|
-
this.
|
|
4857
|
+
this.bj = !isNaN_(this.b2) && this.b2 != this.parentSeries.g1 ? this.b2 : this.parentSeries.g1;
|
|
4844
4858
|
if (this.visualSeriesLink != null) {
|
|
4845
|
-
this.visualSeriesLink.g1 = this.
|
|
4859
|
+
this.visualSeriesLink.g1 = this.bj;
|
|
4846
4860
|
}
|
|
4847
4861
|
}
|
|
4848
|
-
|
|
4862
|
+
gf() {
|
|
4849
4863
|
if (this.parentSeries == null) {
|
|
4850
4864
|
return;
|
|
4851
4865
|
}
|
|
4852
|
-
this.
|
|
4866
|
+
this.bc = !isNaN_(this.bv) || this.ax("MarkerThickness") ? this.bv : this.parentSeries.qm;
|
|
4853
4867
|
if (this.visualSeriesLink != null) {
|
|
4854
|
-
this.visualSeriesLink.qm = this.
|
|
4868
|
+
this.visualSeriesLink.qm = this.bc;
|
|
4855
4869
|
}
|
|
4856
4870
|
}
|
|
4857
|
-
|
|
4871
|
+
gu() {
|
|
4858
4872
|
if (this.parentSeries == null) {
|
|
4859
4873
|
return;
|
|
4860
4874
|
}
|
|
4861
4875
|
if (this.visualSeriesLink != null) {
|
|
4862
|
-
this.visualSeriesLink.toolTip = this.
|
|
4876
|
+
this.visualSeriesLink.toolTip = this.ci;
|
|
4863
4877
|
}
|
|
4864
4878
|
}
|
|
4865
|
-
|
|
4879
|
+
gw() {
|
|
4866
4880
|
if (this.parentSeries == null) {
|
|
4867
4881
|
return;
|
|
4868
4882
|
}
|
|
4869
|
-
this.
|
|
4883
|
+
this.af = this.ah || this.parentSeries.cf;
|
|
4870
4884
|
}
|
|
4871
|
-
|
|
4885
|
+
gv() {
|
|
4872
4886
|
if (this.parentSeries == null) {
|
|
4873
4887
|
return;
|
|
4874
4888
|
}
|
|
4875
4889
|
if (this.parentSeries.ho != 0) {
|
|
4876
|
-
this.
|
|
4890
|
+
this.b4 = this.parentSeries.ho;
|
|
4877
4891
|
return;
|
|
4878
4892
|
}
|
|
4879
|
-
this.
|
|
4893
|
+
this.b4 = this.as("IsDropShadowEnabled") ? this.parentSeries.ho : this.cb;
|
|
4880
4894
|
}
|
|
4881
|
-
|
|
4895
|
+
gy() {
|
|
4882
4896
|
if (this.parentSeries == null) {
|
|
4883
4897
|
return;
|
|
4884
4898
|
}
|
|
4885
|
-
this.
|
|
4899
|
+
this.ag = this.as("IsDropShadowEnabled") ? this.parentSeries.cg : this.ai;
|
|
4886
4900
|
}
|
|
4887
|
-
|
|
4901
|
+
gz() {
|
|
4888
4902
|
if (this.parentSeries == null) {
|
|
4889
4903
|
return;
|
|
4890
4904
|
}
|
|
@@ -4894,46 +4908,106 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4894
4908
|
}
|
|
4895
4909
|
this.m = this.n;
|
|
4896
4910
|
}
|
|
4897
|
-
|
|
4911
|
+
g0() {
|
|
4898
4912
|
if (this.parentSeries == null) {
|
|
4899
4913
|
return;
|
|
4900
4914
|
}
|
|
4901
4915
|
if (this.parentSeries.ca != 0) {
|
|
4902
|
-
this.
|
|
4916
|
+
this.ac = this.parentSeries.ca;
|
|
4903
4917
|
return;
|
|
4904
4918
|
}
|
|
4905
|
-
this.
|
|
4919
|
+
this.ac = this.ad;
|
|
4906
4920
|
}
|
|
4907
|
-
|
|
4921
|
+
f1() {
|
|
4908
4922
|
if (this.parentSeries == null) {
|
|
4909
4923
|
return;
|
|
4910
4924
|
}
|
|
4911
4925
|
if (this.parentSeries.sk != false) {
|
|
4912
|
-
this.
|
|
4926
|
+
this.an = this.parentSeries.sk;
|
|
4913
4927
|
return;
|
|
4914
4928
|
}
|
|
4915
|
-
this.
|
|
4929
|
+
this.an = this.aw;
|
|
4916
4930
|
}
|
|
4917
|
-
|
|
4931
|
+
gx() {
|
|
4918
4932
|
if (this.parentSeries == null) {
|
|
4919
4933
|
return;
|
|
4920
4934
|
}
|
|
4921
4935
|
if (this.parentSeries.hp != 1000) {
|
|
4922
|
-
this.
|
|
4936
|
+
this.b5 = this.parentSeries.hp;
|
|
4923
4937
|
return;
|
|
4924
4938
|
}
|
|
4925
|
-
this.
|
|
4939
|
+
this.b5 = this.cc;
|
|
4926
4940
|
}
|
|
4927
|
-
|
|
4941
|
+
g2() {
|
|
4942
|
+
if (this.parentSeries == null) {
|
|
4943
|
+
return;
|
|
4944
|
+
}
|
|
4945
|
+
this.ap = this.as("UseLightweightMarkers") ? this.parentSeries.ql : this.a2;
|
|
4946
|
+
if (this.visualSeriesLink != null) {
|
|
4947
|
+
this.visualSeriesLink.ql = this.ap;
|
|
4948
|
+
}
|
|
4949
|
+
}
|
|
4950
|
+
gt() {
|
|
4951
|
+
if (this.parentSeries == null) {
|
|
4952
|
+
return;
|
|
4953
|
+
}
|
|
4954
|
+
if (this.visualSeriesLink != null) {
|
|
4955
|
+
this.visualSeriesLink.title = this.ch;
|
|
4956
|
+
}
|
|
4957
|
+
}
|
|
4958
|
+
f9() {
|
|
4928
4959
|
if (this.parentSeries == null) {
|
|
4929
4960
|
return;
|
|
4930
4961
|
}
|
|
4931
|
-
this.
|
|
4962
|
+
this.s = this.t != 0 ? this.t : this.parentSeries.qa;
|
|
4932
4963
|
if (this.visualSeriesLink != null) {
|
|
4933
|
-
this.visualSeriesLink.
|
|
4964
|
+
this.visualSeriesLink.qa = this.s;
|
|
4934
4965
|
}
|
|
4935
4966
|
}
|
|
4936
|
-
|
|
4967
|
+
gc() {
|
|
4968
|
+
if (this.parentSeries == null) {
|
|
4969
|
+
return;
|
|
4970
|
+
}
|
|
4971
|
+
this.u = this.v != 0 ? this.v : this.parentSeries.qe;
|
|
4972
|
+
if (this.visualSeriesLink != null) {
|
|
4973
|
+
this.visualSeriesLink.qe = this.u;
|
|
4974
|
+
}
|
|
4975
|
+
}
|
|
4976
|
+
g1() {
|
|
4977
|
+
if (this.parentSeries == null) {
|
|
4978
|
+
return;
|
|
4979
|
+
}
|
|
4980
|
+
if (this.visualSeriesLink != null) {
|
|
4981
|
+
this.visualSeriesLink.so = this.ax("UseHighMarkerFidelity") ? this.a1 : this.parentSeries.so;
|
|
4982
|
+
}
|
|
4983
|
+
}
|
|
4984
|
+
g5() {
|
|
4985
|
+
if (this.parentSeries == null) {
|
|
4986
|
+
return;
|
|
4987
|
+
}
|
|
4988
|
+
this.dw = this.ax("ValueMemberAsLegendUnit") ? this.fg : this.ch != null ? this.ch.toString() : null;
|
|
4989
|
+
if (this.visualSeriesLink != null) {
|
|
4990
|
+
this.visualSeriesLink.t3 = this.fg;
|
|
4991
|
+
}
|
|
4992
|
+
}
|
|
4993
|
+
g4() {
|
|
4994
|
+
if (this.parentSeries == null) {
|
|
4995
|
+
return;
|
|
4996
|
+
}
|
|
4997
|
+
this.du = this.ax("ValueMemberAsLegendLabel") ? this.fe : this.ch != null ? this.ch.toString() : null;
|
|
4998
|
+
if (this.visualSeriesLink != null) {
|
|
4999
|
+
this.visualSeriesLink.t1 = this.du;
|
|
5000
|
+
}
|
|
5001
|
+
}
|
|
5002
|
+
g6() {
|
|
5003
|
+
if (this.parentSeries == null) {
|
|
5004
|
+
return;
|
|
5005
|
+
}
|
|
5006
|
+
if (this.visualSeriesLink != null) {
|
|
5007
|
+
this.visualSeriesLink.t5 = this.fi;
|
|
5008
|
+
}
|
|
5009
|
+
}
|
|
5010
|
+
fp(a, b, c) {
|
|
4937
5011
|
if (this.propertyChanged != null) {
|
|
4938
5012
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
4939
5013
|
}
|
|
@@ -4941,162 +5015,184 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
|
|
|
4941
5015
|
this.propertyUpdated(this, new PropertyUpdatedEventArgs(a, b, c));
|
|
4942
5016
|
}
|
|
4943
5017
|
}
|
|
4944
|
-
|
|
5018
|
+
as(a) {
|
|
5019
|
+
return !this.a4.contains(a);
|
|
5020
|
+
}
|
|
5021
|
+
ax(a) {
|
|
5022
|
+
return this.a4.contains(a);
|
|
5023
|
+
}
|
|
5024
|
+
fn(a, b, c, d) {
|
|
4945
5025
|
if (this.parentSeries == null) {
|
|
4946
5026
|
return;
|
|
4947
5027
|
}
|
|
5028
|
+
if (!this.a4.contains(b)) {
|
|
5029
|
+
this.a4.add(b);
|
|
5030
|
+
}
|
|
4948
5031
|
switch (b) {
|
|
4949
|
-
case StackedFragmentSeries.$$p[
|
|
4950
|
-
|
|
4951
|
-
return;
|
|
4952
|
-
}
|
|
4953
|
-
this.visualSeriesLink.title = d;
|
|
5032
|
+
case StackedFragmentSeries.$$p[88]:
|
|
5033
|
+
this.gt();
|
|
4954
5034
|
break;
|
|
4955
|
-
case StackedFragmentSeries.$$p[
|
|
4956
|
-
this.
|
|
5035
|
+
case StackedFragmentSeries.$$p[101]:
|
|
5036
|
+
this.g6();
|
|
4957
5037
|
break;
|
|
4958
|
-
case StackedFragmentSeries.$$p[
|
|
4959
|
-
this.
|
|
5038
|
+
case StackedFragmentSeries.$$p[100]:
|
|
5039
|
+
this.g5();
|
|
4960
5040
|
break;
|
|
4961
|
-
case StackedFragmentSeries.$$p[
|
|
4962
|
-
this.
|
|
5041
|
+
case StackedFragmentSeries.$$p[99]:
|
|
5042
|
+
this.g4();
|
|
4963
5043
|
break;
|
|
4964
|
-
case StackedFragmentSeries.$$p[
|
|
4965
|
-
this.
|
|
5044
|
+
case StackedFragmentSeries.$$p[102]:
|
|
5045
|
+
this.g7();
|
|
4966
5046
|
break;
|
|
4967
5047
|
case StackedFragmentSeries.$$p[50]:
|
|
4968
|
-
this.
|
|
4969
|
-
this.fh();
|
|
4970
|
-
break;
|
|
4971
|
-
case StackedFragmentSeries.$$p[75]:
|
|
4972
|
-
this.f4();
|
|
5048
|
+
this.ft();
|
|
4973
5049
|
break;
|
|
4974
|
-
case StackedFragmentSeries.$$p[
|
|
4975
|
-
this.
|
|
5050
|
+
case StackedFragmentSeries.$$p[51]:
|
|
5051
|
+
this.fu();
|
|
4976
5052
|
break;
|
|
4977
|
-
case StackedFragmentSeries.$$p[
|
|
4978
|
-
this.
|
|
4979
|
-
this.gi();
|
|
5053
|
+
case StackedFragmentSeries.$$p[52]:
|
|
5054
|
+
this.fv();
|
|
4980
5055
|
break;
|
|
4981
|
-
case StackedFragmentSeries.$$p[
|
|
4982
|
-
this.
|
|
5056
|
+
case StackedFragmentSeries.$$p[55]:
|
|
5057
|
+
this.fy();
|
|
4983
5058
|
break;
|
|
4984
|
-
case StackedFragmentSeries.$$p[
|
|
4985
|
-
this.
|
|
5059
|
+
case StackedFragmentSeries.$$p[82]:
|
|
5060
|
+
this.gn();
|
|
4986
5061
|
break;
|
|
4987
|
-
case StackedFragmentSeries.$$p[
|
|
4988
|
-
this.
|
|
5062
|
+
case StackedFragmentSeries.$$p[83]:
|
|
5063
|
+
this.go();
|
|
4989
5064
|
break;
|
|
4990
|
-
case StackedFragmentSeries.$$p[
|
|
4991
|
-
this.
|
|
5065
|
+
case StackedFragmentSeries.$$p[98]:
|
|
5066
|
+
this.g3();
|
|
4992
5067
|
break;
|
|
4993
|
-
case StackedFragmentSeries.$$p[
|
|
4994
|
-
this.
|
|
5068
|
+
case StackedFragmentSeries.$$p[84]:
|
|
5069
|
+
this.gp();
|
|
4995
5070
|
break;
|
|
4996
|
-
case StackedFragmentSeries.$$p[
|
|
4997
|
-
this.
|
|
5071
|
+
case StackedFragmentSeries.$$p[85]:
|
|
5072
|
+
this.gq();
|
|
4998
5073
|
break;
|
|
4999
|
-
case StackedFragmentSeries.$$p[
|
|
5000
|
-
this.
|
|
5074
|
+
case StackedFragmentSeries.$$p[53]:
|
|
5075
|
+
this.fw();
|
|
5001
5076
|
break;
|
|
5002
|
-
case StackedFragmentSeries.$$p[
|
|
5003
|
-
this.
|
|
5077
|
+
case StackedFragmentSeries.$$p[56]:
|
|
5078
|
+
this.fz();
|
|
5004
5079
|
break;
|
|
5005
|
-
case StackedFragmentSeries.$$p[
|
|
5006
|
-
this.
|
|
5080
|
+
case StackedFragmentSeries.$$p[71]:
|
|
5081
|
+
this.ge();
|
|
5007
5082
|
break;
|
|
5008
|
-
case StackedFragmentSeries.$$p[
|
|
5009
|
-
this.
|
|
5083
|
+
case StackedFragmentSeries.$$p[73]:
|
|
5084
|
+
this.gg();
|
|
5010
5085
|
break;
|
|
5011
|
-
case StackedFragmentSeries.$$p[
|
|
5012
|
-
this.
|
|
5086
|
+
case StackedFragmentSeries.$$p[66]:
|
|
5087
|
+
this.f9();
|
|
5013
5088
|
break;
|
|
5014
|
-
case StackedFragmentSeries.$$p[
|
|
5015
|
-
this.
|
|
5089
|
+
case StackedFragmentSeries.$$p[68]:
|
|
5090
|
+
this.gc();
|
|
5016
5091
|
break;
|
|
5017
5092
|
case StackedFragmentSeries.$$p[62]:
|
|
5018
|
-
this.
|
|
5093
|
+
this.f5();
|
|
5019
5094
|
break;
|
|
5020
5095
|
case StackedFragmentSeries.$$p[63]:
|
|
5021
|
-
this.
|
|
5096
|
+
this.f6();
|
|
5022
5097
|
break;
|
|
5023
|
-
case StackedFragmentSeries.$$p[
|
|
5024
|
-
this.
|
|
5098
|
+
case StackedFragmentSeries.$$p[64]:
|
|
5099
|
+
this.f7();
|
|
5025
5100
|
break;
|
|
5026
|
-
case StackedFragmentSeries.$$p[
|
|
5027
|
-
this.
|
|
5101
|
+
case StackedFragmentSeries.$$p[61]:
|
|
5102
|
+
this.f4();
|
|
5028
5103
|
break;
|
|
5029
|
-
case StackedFragmentSeries.$$p[
|
|
5030
|
-
this.
|
|
5104
|
+
case StackedFragmentSeries.$$p[60]:
|
|
5105
|
+
this.f3();
|
|
5031
5106
|
break;
|
|
5032
|
-
case StackedFragmentSeries.$$p[
|
|
5033
|
-
this.
|
|
5107
|
+
case StackedFragmentSeries.$$p[65]:
|
|
5108
|
+
this.f8();
|
|
5034
5109
|
break;
|
|
5035
|
-
case StackedFragmentSeries.$$p[
|
|
5036
|
-
this.
|
|
5110
|
+
case StackedFragmentSeries.$$p[69]:
|
|
5111
|
+
this.gb();
|
|
5037
5112
|
break;
|
|
5038
5113
|
case StackedFragmentSeries.$$p[70]:
|
|
5039
|
-
this.
|
|
5114
|
+
this.gd();
|
|
5040
5115
|
break;
|
|
5041
|
-
case StackedFragmentSeries.$$p[
|
|
5042
|
-
this.
|
|
5116
|
+
case StackedFragmentSeries.$$p[72]:
|
|
5117
|
+
this.gf();
|
|
5043
5118
|
break;
|
|
5044
|
-
case StackedFragmentSeries.$$p[
|
|
5045
|
-
this.
|
|
5119
|
+
case StackedFragmentSeries.$$p[76]:
|
|
5120
|
+
this.gh();
|
|
5046
5121
|
break;
|
|
5047
|
-
case StackedFragmentSeries.$$p[
|
|
5122
|
+
case StackedFragmentSeries.$$p[75]:
|
|
5123
|
+
this.gi();
|
|
5124
|
+
break;
|
|
5125
|
+
case StackedFragmentSeries.$$p[59]:
|
|
5048
5126
|
this.f2();
|
|
5049
5127
|
break;
|
|
5050
|
-
case StackedFragmentSeries.$$p[
|
|
5051
|
-
this.
|
|
5128
|
+
case StackedFragmentSeries.$$p[78]:
|
|
5129
|
+
this.gj();
|
|
5052
5130
|
break;
|
|
5053
|
-
case StackedFragmentSeries.$$p[
|
|
5054
|
-
this.
|
|
5131
|
+
case StackedFragmentSeries.$$p[77]:
|
|
5132
|
+
this.gk();
|
|
5055
5133
|
break;
|
|
5056
|
-
case StackedFragmentSeries.$$p[
|
|
5057
|
-
this.
|
|
5134
|
+
case StackedFragmentSeries.$$p[67]:
|
|
5135
|
+
this.ga();
|
|
5136
|
+
break;
|
|
5137
|
+
case StackedFragmentSeries.$$p[49]:
|
|
5138
|
+
this.fs();
|
|
5058
5139
|
break;
|
|
5059
5140
|
case StackedFragmentSeries.$$p[80]:
|
|
5060
|
-
this.
|
|
5141
|
+
this.gl();
|
|
5061
5142
|
break;
|
|
5062
|
-
case StackedFragmentSeries.$$p[
|
|
5063
|
-
this.
|
|
5143
|
+
case StackedFragmentSeries.$$p[81]:
|
|
5144
|
+
this.gm();
|
|
5064
5145
|
break;
|
|
5065
|
-
case StackedFragmentSeries.$$p[
|
|
5066
|
-
this.
|
|
5146
|
+
case StackedFragmentSeries.$$p[57]:
|
|
5147
|
+
this.f0();
|
|
5067
5148
|
break;
|
|
5068
5149
|
case StackedFragmentSeries.$$p[86]:
|
|
5069
|
-
this.
|
|
5150
|
+
this.gr();
|
|
5070
5151
|
break;
|
|
5071
|
-
case StackedFragmentSeries.$$p[
|
|
5072
|
-
this.
|
|
5152
|
+
case StackedFragmentSeries.$$p[87]:
|
|
5153
|
+
this.gs();
|
|
5073
5154
|
break;
|
|
5074
|
-
case StackedFragmentSeries.$$p[
|
|
5075
|
-
this.
|
|
5155
|
+
case StackedFragmentSeries.$$p[89]:
|
|
5156
|
+
this.gu();
|
|
5076
5157
|
break;
|
|
5077
|
-
case StackedFragmentSeries.$$p[
|
|
5078
|
-
this.
|
|
5158
|
+
case StackedFragmentSeries.$$p[91]:
|
|
5159
|
+
this.gw();
|
|
5079
5160
|
break;
|
|
5080
|
-
case StackedFragmentSeries.$$p[
|
|
5081
|
-
this.
|
|
5161
|
+
case StackedFragmentSeries.$$p[93]:
|
|
5162
|
+
this.gy();
|
|
5082
5163
|
break;
|
|
5083
|
-
case StackedFragmentSeries.$$p[
|
|
5084
|
-
this.
|
|
5164
|
+
case StackedFragmentSeries.$$p[90]:
|
|
5165
|
+
this.gv();
|
|
5085
5166
|
break;
|
|
5086
|
-
case StackedFragmentSeries.$$p[
|
|
5087
|
-
this.
|
|
5167
|
+
case StackedFragmentSeries.$$p[58]:
|
|
5168
|
+
this.f1();
|
|
5169
|
+
break;
|
|
5170
|
+
case StackedFragmentSeries.$$p[94]:
|
|
5171
|
+
this.gz();
|
|
5172
|
+
break;
|
|
5173
|
+
case StackedFragmentSeries.$$p[95]:
|
|
5174
|
+
this.g0();
|
|
5175
|
+
break;
|
|
5176
|
+
case StackedFragmentSeries.$$p[92]:
|
|
5177
|
+
this.gx();
|
|
5178
|
+
break;
|
|
5179
|
+
case StackedFragmentSeries.$$p[97]:
|
|
5180
|
+
this.g2();
|
|
5181
|
+
break;
|
|
5182
|
+
case StackedFragmentSeries.$$p[96]:
|
|
5183
|
+
this.g1();
|
|
5088
5184
|
break;
|
|
5089
5185
|
}
|
|
5090
5186
|
this.parentSeries.ml(false);
|
|
5091
5187
|
}
|
|
5092
|
-
|
|
5188
|
+
fq() {
|
|
5093
5189
|
if (this.visualSeriesLink != null) {
|
|
5094
5190
|
this.visualSeriesLink.mo();
|
|
5095
5191
|
}
|
|
5096
5192
|
}
|
|
5097
5193
|
}
|
|
5098
5194
|
StackedFragmentSeries.$t = /*@__PURE__*/ markType(StackedFragmentSeries, 'StackedFragmentSeries', DependencyObject.$, [INotifyPropertyChanged_$type]);
|
|
5099
|
-
StackedFragmentSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedFragmentSeries, '
|
|
5195
|
+
StackedFragmentSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedFragmentSeries, 'fp', ['ActualAreaFillOpacity:a9:he', [1, NaN], 'ActualBrush:kb:hf', [Brush.$], 'ActualDashArray:ko:hg', [DoubleCollection.$], 'ActualDashCap:kq:hh', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 0)], 'ActualEndCap:kr:hi', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 2)], 'ActualHighlightingFadeOpacity:ba:hj', [1, NaN], 'ActualIsDropShadowEnabled:ak:hk', [0, false], 'ActualIsHitTestVisible:al:hl', [0, true], 'ActualIsSplineShapePartOfRange:am:hm', [0, false], 'ActualIsTransitionInEnabled:an:hn', [0], 'ActualLegendItemBadgeMode:o:ho', [LegendItemBadgeMode_$type], 'ActualLegendItemBadgeShape:q:hp', [LegendItemBadgeShape_$type], 'ActualLegendItemBadgeTemplate:g8:hq', [DataTemplate.$], 'ActualLegendItemTemplate:g9:hr', [DataTemplate.$], 'ActualLegendItemVisibility:lb:hs', [Visibility_$type, /*@__PURE__*/ enumGetBox(Visibility_$type, 0)], 'ActualMarkerBrush:kc:ht', [Brush.$], 'ActualMarkerFillMode:s:hu', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'ActualMarkerFillOpacity:bb:hv', [1, NaN], 'ActualMarkerOutlineMode:u:hw', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'ActualMarkerOutline:kd:hx', [Brush.$], 'ActualMarkerStyle:k9:hy', [Style.$], 'ActualMarkerTemplate:ha:hz', [DataTemplate.$], 'ActualMarkerThickness:bc:h0', [1, 1], 'ActualMarkerType:w:h1', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, 1)], 'ActualOpacityMask:ke:h2', [Brush.$], 'ActualOpacity:bd:h3', [1, NaN], 'ActualOutlineMode:z:h4', [SeriesOutlineMode_$type, /*@__PURE__*/ enumGetBox(SeriesOutlineMode_$type, 0)], 'ActualOutline:kf:h5', [Brush.$], 'ActualRadiusX:be:h6', [1, 0], 'ActualRadiusY:bf:h7', [1, 0], 'ActualShadowBlur:bg:h8', [1, NaN], 'ActualShadowColor:km:h9', [Color.$], 'ActualShadowOffsetX:bh:ia', [1, NaN], 'ActualShadowOffsetY:bi:ib', [1, NaN], 'ActualStartCap:ks:ic', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 2)], 'ActualThickness:bj:id', [1, 1], 'ActualToolTip:cd:ie', [4], 'ActualTransitionDuration:b4:ig', [1], 'ActualTransitionEasingFunction:af:ih', [Delegate_$type], 'ActualTransitionInDuration:b5:ii', [1], 'ActualTransitionInEasingFunction:ag:ij', [Delegate_$type], 'ActualTransitionInMode:m:ik', [CategoryTransitionInMode_$type], 'ActualTransitionInSpeedType:ac:il', [TransitionInSpeedType_$type], 'ActualUseHighMarkerFidelity:ao:im', [0, false], 'ActualUseLightweightMarkers:ap:io', [0, false], 'ActualUseSingleShadow:aq:ip', [0, true], 'ActualValueMemberAsLegendLabel:du:iq', [2, null], 'ActualValueMemberAsLegendUnit:dw:ir', [2, null], 'ActualVisibility:lc:is', [Visibility_$type, /*@__PURE__*/ enumGetBox(Visibility_$type, 0)], 'AreaFillOpacity:bk:it', [1, NaN], 'Brush:kg:iu', [Brush.$], 'DashArray:kp:iv', [DoubleCollection.$], 'DashCap:kt:iw', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 0)], 'EndCap:ku:ix', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 2)], 'HighlightingFadeOpacity:bt:iy', [1, NaN], 'IsDropShadowEnabled:at:iz', [0], 'IsHitTestVisible:au:i0', [0, true], 'IsSplineShapePartOfRange:av:i1', [0, false], 'IsTransitionInEnabled:aw:i2', [0, false], 'ItemsSource::i3', [IEnumerable_$type, null], 'LegendItemBadgeMode:p:i4', [LegendItemBadgeMode_$type, /*@__PURE__*/ enumGetBox(LegendItemBadgeMode_$type, 0)], 'LegendItemBadgeShape:r:i5', [LegendItemBadgeShape_$type, /*@__PURE__*/ enumGetBox(LegendItemBadgeShape_$type, 0)], 'LegendItemBadgeTemplate:hb:i6', [DataTemplate.$, null], 'LegendItemTemplate:hc:i7', [DataTemplate.$, null], 'LegendItemVisibility:ld:i8', [Visibility_$type, /*@__PURE__*/ enumGetBox(Visibility_$type, 0)], 'MarkerBrush:kh:i9', [Brush.$], 'MarkerFillMode:t:ja', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerFillOpacity:bu:jb', [1, NaN], 'MarkerOutlineMode:v:jc', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:ki:jd', [Brush.$], 'MarkerStyle:la:je', [Style.$], 'MarkerTemplate:hd:jf', [DataTemplate.$, null], 'MarkerThickness:bv:jg', [1, NaN], 'MarkerType:x:jh', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, 2)], 'Name:eo:ji', [2], 'OpacityMask:kj:jj', [Brush.$], 'Opacity:bw:jk', [1, 1], 'OutlineMode:aa:jl', [SeriesOutlineMode_$type, /*@__PURE__*/ enumGetBox(SeriesOutlineMode_$type, 0)], 'Outline:kk:jm', [Brush.$, null], 'ParentOrLocalBrush:kl:jn', [Brush.$], 'RadiusX:bx:jo', [1, NaN], 'RadiusY:by:jp', [1, NaN], 'ShadowBlur:bz:jq', [1, NaN], 'ShadowColor:kn:jr', [Color.$], 'ShadowOffsetX:b0:js', [1, NaN], 'ShadowOffsetY:b1:jt', [1, NaN], 'StartCap:kv:ju', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 2)], 'Thickness:b2:jv', [1, NaN], 'Title:ch:jw', [4, "Series Title"], 'ToolTip:ci:jx', [4, null], 'TransitionDuration:cb:jy', [1, 0], 'TransitionEasingFunction:ah:jz', [Delegate_$type, null], 'TransitionInDuration:cc:j0', [1, 1000], 'TransitionInEasingFunction:ai:j1', [Delegate_$type, null], 'TransitionInMode:n:j2', [CategoryTransitionInMode_$type, /*@__PURE__*/ enumGetBox(CategoryTransitionInMode_$type, 0)], 'TransitionInSpeedType:ad:j3', [TransitionInSpeedType_$type, /*@__PURE__*/ enumGetBox(TransitionInSpeedType_$type, 0)], 'UseHighMarkerFidelity:a1:j4', [0, false], 'UseLightweightMarkers:a2:j5', [0, false], 'UseSingleShadow:a3:j6', [0], 'ValueMemberAsLegendLabel:fe:j7', [2, null], 'ValueMemberAsLegendUnit:fg:j8', [2, null], 'ValueMemberPath:fi:j9', [2, null], 'Visibility:le:ka', [Visibility_$type, /*@__PURE__*/ enumGetBox(Visibility_$type, 0)]]);
|
|
5100
5196
|
return StackedFragmentSeries;
|
|
5101
5197
|
})();
|
|
5102
5198
|
/**
|
|
@@ -5149,7 +5245,7 @@ export let StackedSeriesFramePreparer = /*@__PURE__*/ (() => {
|
|
|
5149
5245
|
if (typeCast(StackedColumnSeries.$, this.h) !== null || typeCast(StackedBarSeries.$, this.h) !== null) {
|
|
5150
5246
|
let c = typeCast(StackedSeriesBase.$, this.h);
|
|
5151
5247
|
if (c.tm.count > 0) {
|
|
5152
|
-
b.f = c.tm._inner[0].
|
|
5248
|
+
b.f = c.tm._inner[0].aj;
|
|
5153
5249
|
}
|
|
5154
5250
|
return b;
|
|
5155
5251
|
}
|
|
@@ -5977,7 +6073,7 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
5977
6073
|
a(a) {
|
|
5978
6074
|
if (this.b.isStacked && this.b.d2) {
|
|
5979
6075
|
let b = new LineFragment();
|
|
5980
|
-
b.provideRenderer(a.
|
|
6076
|
+
b.provideRenderer(a.b3);
|
|
5981
6077
|
b.parentSeries = this.b;
|
|
5982
6078
|
a.visualSeriesLink = b;
|
|
5983
6079
|
b.logicalSeriesLink = a;
|
|
@@ -5988,7 +6084,7 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
5988
6084
|
}
|
|
5989
6085
|
if (this.b.isStacked && this.b.di) {
|
|
5990
6086
|
let c = new ColumnFragment();
|
|
5991
|
-
c.provideRenderer(a.
|
|
6087
|
+
c.provideRenderer(a.b3);
|
|
5992
6088
|
c.parentSeries = this.b;
|
|
5993
6089
|
a.visualSeriesLink = c;
|
|
5994
6090
|
c.logicalSeriesLink = a;
|
|
@@ -5999,7 +6095,7 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
5999
6095
|
}
|
|
6000
6096
|
if (this.b.isStacked && this.b.dg) {
|
|
6001
6097
|
let d = new BarFragment();
|
|
6002
|
-
d.provideRenderer(a.
|
|
6098
|
+
d.provideRenderer(a.b3);
|
|
6003
6099
|
d.parentSeries = typeCast(StackedBarSeries.$, this.b);
|
|
6004
6100
|
a.visualSeriesLink = d;
|
|
6005
6101
|
d.logicalSeriesLink = a;
|
|
@@ -6010,7 +6106,7 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
6010
6106
|
}
|
|
6011
6107
|
if (this.b.isStacked && this.b.dd && !this.b.eh) {
|
|
6012
6108
|
let e = new AreaFragment();
|
|
6013
|
-
e.provideRenderer(a.
|
|
6109
|
+
e.provideRenderer(a.b3);
|
|
6014
6110
|
e.parentSeries = this.b;
|
|
6015
6111
|
a.visualSeriesLink = e;
|
|
6016
6112
|
e.logicalSeriesLink = a;
|
|
@@ -6021,7 +6117,7 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
6021
6117
|
}
|
|
6022
6118
|
if (this.b.isStacked && this.b.eh && !this.b.dd) {
|
|
6023
6119
|
let f = new SplineFragment();
|
|
6024
|
-
f.provideRenderer(a.
|
|
6120
|
+
f.provideRenderer(a.b3);
|
|
6025
6121
|
f.parentSeries = this.b;
|
|
6026
6122
|
a.visualSeriesLink = f;
|
|
6027
6123
|
f.logicalSeriesLink = a;
|
|
@@ -6032,7 +6128,7 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
6032
6128
|
}
|
|
6033
6129
|
if (this.b.isStacked && this.b.eh && this.b.dd) {
|
|
6034
6130
|
let g = new SplineAreaFragment();
|
|
6035
|
-
g.provideRenderer(a.
|
|
6131
|
+
g.provideRenderer(a.b3);
|
|
6036
6132
|
g.parentSeries = this.b;
|
|
6037
6133
|
a.visualSeriesLink = g;
|
|
6038
6134
|
g.logicalSeriesLink = a;
|
|
@@ -6044,10 +6140,6 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
6044
6140
|
return null;
|
|
6045
6141
|
}
|
|
6046
6142
|
i(a, b) {
|
|
6047
|
-
a.o7 = b.jp;
|
|
6048
|
-
a.pg = b.js;
|
|
6049
|
-
a.ph = b.ju;
|
|
6050
|
-
a.pi = b.jv;
|
|
6051
6143
|
if (b.itemsSource == null) {
|
|
6052
6144
|
a.itemsSource = this.b.itemsSource;
|
|
6053
6145
|
}
|
|
@@ -6055,60 +6147,69 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
6055
6147
|
a.itemsSource = b.itemsSource;
|
|
6056
6148
|
}
|
|
6057
6149
|
a.legend = this.b.a1;
|
|
6058
|
-
a.legendItemTemplate = b.
|
|
6059
|
-
a.p7 = b.
|
|
6060
|
-
a.rj = b.jg;
|
|
6061
|
-
a.rk = b.jh;
|
|
6062
|
-
a.rl = b.kd;
|
|
6063
|
-
a.q3 = b.gm;
|
|
6064
|
-
a.qh = b.s;
|
|
6065
|
-
a.qm = b.a5;
|
|
6150
|
+
a.legendItemTemplate = b.g9;
|
|
6151
|
+
a.p7 = b.lb;
|
|
6066
6152
|
a.gt = this.b.gt;
|
|
6067
|
-
a.
|
|
6068
|
-
a.
|
|
6069
|
-
a.
|
|
6153
|
+
a.pj = b.ks;
|
|
6154
|
+
a.pi = b.kr;
|
|
6155
|
+
a.pg = b.ko;
|
|
6156
|
+
a.ph = b.kq;
|
|
6157
|
+
a.o7 = b.kl;
|
|
6158
|
+
a._opacity = b.bw;
|
|
6159
|
+
a.pc = b.kf;
|
|
6160
|
+
a.bt = b.z;
|
|
6070
6161
|
a.gv = this.b.gv;
|
|
6071
|
-
a.
|
|
6072
|
-
a.
|
|
6073
|
-
a.
|
|
6074
|
-
a.
|
|
6075
|
-
a.
|
|
6076
|
-
a._visibility = b.
|
|
6077
|
-
a.
|
|
6078
|
-
a.
|
|
6079
|
-
a.
|
|
6080
|
-
a.
|
|
6081
|
-
a.
|
|
6082
|
-
a.
|
|
6162
|
+
a.g1 = b.bj;
|
|
6163
|
+
a.title = b.ch;
|
|
6164
|
+
a.t5 = b.fi;
|
|
6165
|
+
a.t1 = b.fe;
|
|
6166
|
+
a.t3 = b.fg;
|
|
6167
|
+
a._visibility = b.lc;
|
|
6168
|
+
a.gr = b.ba;
|
|
6169
|
+
a.rj = b.kc;
|
|
6170
|
+
a.rk = b.kd;
|
|
6171
|
+
a.qe = b.u;
|
|
6172
|
+
a.rl = b.k9;
|
|
6173
|
+
a.q3 = b.ha;
|
|
6174
|
+
a.qh = b.w;
|
|
6175
|
+
a.qm = b.bc;
|
|
6176
|
+
a.gs = b.bb;
|
|
6177
|
+
a.qa = b.s;
|
|
6178
|
+
a.ql = b.ap;
|
|
6179
|
+
a.so = b.ao;
|
|
6180
|
+
a.ho = b.b4;
|
|
6181
|
+
a.cf = b.af;
|
|
6182
|
+
a.hp = b.b5;
|
|
6083
6183
|
a.r4 = b.m;
|
|
6084
|
-
a.ca = b.
|
|
6085
|
-
a.hp = b.
|
|
6086
|
-
a.cg = b.
|
|
6184
|
+
a.ca = b.ac;
|
|
6185
|
+
a.hp = b.b5;
|
|
6186
|
+
a.cg = b.ag;
|
|
6187
|
+
a.sk = b.an;
|
|
6087
6188
|
let c = typeCast(AreaFragment.$, a);
|
|
6088
6189
|
if (c != null) {
|
|
6089
|
-
c.fs = b.
|
|
6190
|
+
c.fs = b.a9;
|
|
6090
6191
|
}
|
|
6091
6192
|
let d = typeCast(SplineAreaFragment.$, a);
|
|
6092
6193
|
if (d != null) {
|
|
6093
|
-
d.fs = b.
|
|
6194
|
+
d.fs = b.a9;
|
|
6094
6195
|
}
|
|
6095
6196
|
let e = typeCast(ColumnFragment.$, a);
|
|
6096
6197
|
if (e != null) {
|
|
6097
|
-
e.vp = b.
|
|
6098
|
-
e.vq = b.
|
|
6198
|
+
e.vp = b.be;
|
|
6199
|
+
e.vq = b.bf;
|
|
6099
6200
|
}
|
|
6100
6201
|
let f = typeCast(BarFragment.$, a);
|
|
6101
6202
|
if (f != null) {
|
|
6102
|
-
f.vp = b.
|
|
6103
|
-
f.vq = b.
|
|
6203
|
+
f.vp = b.be;
|
|
6204
|
+
f.vq = b.bf;
|
|
6104
6205
|
}
|
|
6105
|
-
a.toolTip = b.
|
|
6106
|
-
a.dn = b.
|
|
6107
|
-
a.e9 = b.
|
|
6108
|
-
b.
|
|
6109
|
-
b.
|
|
6110
|
-
b.
|
|
6111
|
-
b.
|
|
6206
|
+
a.toolTip = b.ci;
|
|
6207
|
+
a.dn = b.ak;
|
|
6208
|
+
a.e9 = b.aq;
|
|
6209
|
+
b.gn();
|
|
6210
|
+
b.go();
|
|
6211
|
+
b.gp();
|
|
6212
|
+
b.gq();
|
|
6112
6213
|
}
|
|
6113
6214
|
h(a) {
|
|
6114
6215
|
this.e.clear();
|
|
@@ -6119,7 +6220,7 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
|
|
|
6119
6220
|
c.index = this.b.t2(this.c._inner[b]);
|
|
6120
6221
|
c.b8 = this.b.b8;
|
|
6121
6222
|
c.cd = this.b.cd;
|
|
6122
|
-
if (this.c._inner[b].
|
|
6223
|
+
if (this.c._inner[b].ay) {
|
|
6123
6224
|
this.e.add(c);
|
|
6124
6225
|
}
|
|
6125
6226
|
else {
|