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
|
@@ -2,6 +2,8 @@ import * as tslib_1 from "tslib";
|
|
|
2
2
|
import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
|
|
3
3
|
import { Visibility_$type } from "igniteui-webcomponents-core";
|
|
4
4
|
import { MarkerType_$type } from "./MarkerType";
|
|
5
|
+
import { MarkerFillMode_$type } from "./MarkerFillMode";
|
|
6
|
+
import { MarkerOutlineMode_$type } from "./MarkerOutlineMode";
|
|
5
7
|
import { IgcPropertyUpdatedEventArgs } from "igniteui-webcomponents-core";
|
|
6
8
|
import { StackedFragmentSeries } from "./StackedFragmentSeries";
|
|
7
9
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
@@ -160,11 +162,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
160
162
|
* Gets or sets the brush of the stacked fragment.
|
|
161
163
|
*/
|
|
162
164
|
get: function () {
|
|
163
|
-
return brushToString(this.i.
|
|
165
|
+
return brushToString(this.i.kg);
|
|
164
166
|
},
|
|
165
167
|
set: function (v) {
|
|
166
|
-
this.i.
|
|
167
|
-
this._a("brush", brushToString(this.i.
|
|
168
|
+
this.i.kg = stringToBrush(v);
|
|
169
|
+
this._a("brush", brushToString(this.i.kg));
|
|
168
170
|
},
|
|
169
171
|
enumerable: true,
|
|
170
172
|
configurable: true
|
|
@@ -174,11 +176,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
174
176
|
* Gets the actual brush used by the series.
|
|
175
177
|
*/
|
|
176
178
|
get: function () {
|
|
177
|
-
return brushToString(this.i.
|
|
179
|
+
return brushToString(this.i.kb);
|
|
178
180
|
},
|
|
179
181
|
set: function (v) {
|
|
180
|
-
this.i.
|
|
181
|
-
this._a("actualBrush", brushToString(this.i.
|
|
182
|
+
this.i.kb = stringToBrush(v);
|
|
183
|
+
this._a("actualBrush", brushToString(this.i.kb));
|
|
182
184
|
},
|
|
183
185
|
enumerable: true,
|
|
184
186
|
configurable: true
|
|
@@ -188,11 +190,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
188
190
|
* Gets or sets whether drop shadow should be enabled for this series.
|
|
189
191
|
*/
|
|
190
192
|
get: function () {
|
|
191
|
-
return this.i.
|
|
193
|
+
return this.i.at;
|
|
192
194
|
},
|
|
193
195
|
set: function (v) {
|
|
194
|
-
this.i.
|
|
195
|
-
this._a("isDropShadowEnabled", this.i.
|
|
196
|
+
this.i.at = ensureBool(v);
|
|
197
|
+
this._a("isDropShadowEnabled", this.i.at);
|
|
196
198
|
},
|
|
197
199
|
enumerable: true,
|
|
198
200
|
configurable: true
|
|
@@ -202,11 +204,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
202
204
|
* Gets whether drop shadow is actually enabled for this series.
|
|
203
205
|
*/
|
|
204
206
|
get: function () {
|
|
205
|
-
return this.i.
|
|
207
|
+
return this.i.ak;
|
|
206
208
|
},
|
|
207
209
|
set: function (v) {
|
|
208
|
-
this.i.
|
|
209
|
-
this._a("actualIsDropShadowEnabled", this.i.
|
|
210
|
+
this.i.ak = ensureBool(v);
|
|
211
|
+
this._a("actualIsDropShadowEnabled", this.i.ak);
|
|
210
212
|
},
|
|
211
213
|
enumerable: true,
|
|
212
214
|
configurable: true
|
|
@@ -218,11 +220,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
218
220
|
* StackedFragmentSeries.UseSingleShadow is set to true.
|
|
219
221
|
*/
|
|
220
222
|
get: function () {
|
|
221
|
-
return this.i.
|
|
223
|
+
return this.i.bz;
|
|
222
224
|
},
|
|
223
225
|
set: function (v) {
|
|
224
|
-
this.i.
|
|
225
|
-
this._a("shadowBlur", this.i.
|
|
226
|
+
this.i.bz = +v;
|
|
227
|
+
this._a("shadowBlur", this.i.bz);
|
|
226
228
|
},
|
|
227
229
|
enumerable: true,
|
|
228
230
|
configurable: true
|
|
@@ -232,11 +234,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
232
234
|
* Gets the actual shadow blur used by the series.
|
|
233
235
|
*/
|
|
234
236
|
get: function () {
|
|
235
|
-
return this.i.
|
|
237
|
+
return this.i.bg;
|
|
236
238
|
},
|
|
237
239
|
set: function (v) {
|
|
238
|
-
this.i.
|
|
239
|
-
this._a("actualShadowBlur", this.i.
|
|
240
|
+
this.i.bg = +v;
|
|
241
|
+
this._a("actualShadowBlur", this.i.bg);
|
|
240
242
|
},
|
|
241
243
|
enumerable: true,
|
|
242
244
|
configurable: true
|
|
@@ -246,11 +248,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
246
248
|
* Gets or sets the drop shadow color.
|
|
247
249
|
*/
|
|
248
250
|
get: function () {
|
|
249
|
-
return colorToString(this.i.
|
|
251
|
+
return colorToString(this.i.kn);
|
|
250
252
|
},
|
|
251
253
|
set: function (v) {
|
|
252
|
-
this.i.
|
|
253
|
-
this._a("shadowColor", colorToString(this.i.
|
|
254
|
+
this.i.kn = stringToColor(v);
|
|
255
|
+
this._a("shadowColor", colorToString(this.i.kn));
|
|
254
256
|
},
|
|
255
257
|
enumerable: true,
|
|
256
258
|
configurable: true
|
|
@@ -260,11 +262,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
260
262
|
* Gets actual the drop shadow color used by the series.
|
|
261
263
|
*/
|
|
262
264
|
get: function () {
|
|
263
|
-
return colorToString(this.i.
|
|
265
|
+
return colorToString(this.i.km);
|
|
264
266
|
},
|
|
265
267
|
set: function (v) {
|
|
266
|
-
this.i.
|
|
267
|
-
this._a("actualShadowColor", colorToString(this.i.
|
|
268
|
+
this.i.km = stringToColor(v);
|
|
269
|
+
this._a("actualShadowColor", colorToString(this.i.km));
|
|
268
270
|
},
|
|
269
271
|
enumerable: true,
|
|
270
272
|
configurable: true
|
|
@@ -276,11 +278,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
276
278
|
* StackedFragmentSeries.ShadowBlur is applied.
|
|
277
279
|
*/
|
|
278
280
|
get: function () {
|
|
279
|
-
return this.i.
|
|
281
|
+
return this.i.a3;
|
|
280
282
|
},
|
|
281
283
|
set: function (v) {
|
|
282
|
-
this.i.
|
|
283
|
-
this._a("useSingleShadow", this.i.
|
|
284
|
+
this.i.a3 = ensureBool(v);
|
|
285
|
+
this._a("useSingleShadow", this.i.a3);
|
|
284
286
|
},
|
|
285
287
|
enumerable: true,
|
|
286
288
|
configurable: true
|
|
@@ -290,11 +292,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
290
292
|
* Gets whether drop shadow is actually applied to the whole StackedFragmentSeries visual or to each of the individual shapes forming the StackedFragmentSeries.
|
|
291
293
|
*/
|
|
292
294
|
get: function () {
|
|
293
|
-
return this.i.
|
|
295
|
+
return this.i.aq;
|
|
294
296
|
},
|
|
295
297
|
set: function (v) {
|
|
296
|
-
this.i.
|
|
297
|
-
this._a("actualUseSingleShadow", this.i.
|
|
298
|
+
this.i.aq = ensureBool(v);
|
|
299
|
+
this._a("actualUseSingleShadow", this.i.aq);
|
|
298
300
|
},
|
|
299
301
|
enumerable: true,
|
|
300
302
|
configurable: true
|
|
@@ -304,11 +306,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
304
306
|
* Gets or sets the drop shadow x-offset.
|
|
305
307
|
*/
|
|
306
308
|
get: function () {
|
|
307
|
-
return this.i.
|
|
309
|
+
return this.i.b0;
|
|
308
310
|
},
|
|
309
311
|
set: function (v) {
|
|
310
|
-
this.i.
|
|
311
|
-
this._a("shadowOffsetX", this.i.
|
|
312
|
+
this.i.b0 = +v;
|
|
313
|
+
this._a("shadowOffsetX", this.i.b0);
|
|
312
314
|
},
|
|
313
315
|
enumerable: true,
|
|
314
316
|
configurable: true
|
|
@@ -318,11 +320,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
318
320
|
* Gets the actual drop shadow x-offset applied to the series.
|
|
319
321
|
*/
|
|
320
322
|
get: function () {
|
|
321
|
-
return this.i.
|
|
323
|
+
return this.i.bh;
|
|
322
324
|
},
|
|
323
325
|
set: function (v) {
|
|
324
|
-
this.i.
|
|
325
|
-
this._a("actualShadowOffsetX", this.i.
|
|
326
|
+
this.i.bh = +v;
|
|
327
|
+
this._a("actualShadowOffsetX", this.i.bh);
|
|
326
328
|
},
|
|
327
329
|
enumerable: true,
|
|
328
330
|
configurable: true
|
|
@@ -332,11 +334,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
332
334
|
* Gets or sets the drop shadow y-offset.
|
|
333
335
|
*/
|
|
334
336
|
get: function () {
|
|
335
|
-
return this.i.
|
|
337
|
+
return this.i.b1;
|
|
336
338
|
},
|
|
337
339
|
set: function (v) {
|
|
338
|
-
this.i.
|
|
339
|
-
this._a("shadowOffsetY", this.i.
|
|
340
|
+
this.i.b1 = +v;
|
|
341
|
+
this._a("shadowOffsetY", this.i.b1);
|
|
340
342
|
},
|
|
341
343
|
enumerable: true,
|
|
342
344
|
configurable: true
|
|
@@ -346,11 +348,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
346
348
|
* Gets the actual drop shadow y-offset applied to the series.
|
|
347
349
|
*/
|
|
348
350
|
get: function () {
|
|
349
|
-
return this.i.
|
|
351
|
+
return this.i.bi;
|
|
350
352
|
},
|
|
351
353
|
set: function (v) {
|
|
352
|
-
this.i.
|
|
353
|
-
this._a("actualShadowOffsetY", this.i.
|
|
354
|
+
this.i.bi = +v;
|
|
355
|
+
this._a("actualShadowOffsetY", this.i.bi);
|
|
354
356
|
},
|
|
355
357
|
enumerable: true,
|
|
356
358
|
configurable: true
|
|
@@ -362,10 +364,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
362
364
|
* the series object itself.
|
|
363
365
|
*/
|
|
364
366
|
get: function () {
|
|
365
|
-
return this.i.
|
|
367
|
+
return this.i.hb;
|
|
366
368
|
},
|
|
367
369
|
set: function (v) {
|
|
368
|
-
this.i.
|
|
370
|
+
this.i.hb = v;
|
|
369
371
|
},
|
|
370
372
|
enumerable: true,
|
|
371
373
|
configurable: true
|
|
@@ -375,10 +377,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
375
377
|
* Gets the actual legend item badge template used by the series.
|
|
376
378
|
*/
|
|
377
379
|
get: function () {
|
|
378
|
-
return this.i.
|
|
380
|
+
return this.i.g8;
|
|
379
381
|
},
|
|
380
382
|
set: function (v) {
|
|
381
|
-
this.i.
|
|
383
|
+
this.i.g8 = v;
|
|
382
384
|
},
|
|
383
385
|
enumerable: true,
|
|
384
386
|
configurable: true
|
|
@@ -390,10 +392,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
390
392
|
* the series object itself.
|
|
391
393
|
*/
|
|
392
394
|
get: function () {
|
|
393
|
-
return this.i.
|
|
395
|
+
return this.i.hc;
|
|
394
396
|
},
|
|
395
397
|
set: function (v) {
|
|
396
|
-
this.i.
|
|
398
|
+
this.i.hc = v;
|
|
397
399
|
},
|
|
398
400
|
enumerable: true,
|
|
399
401
|
configurable: true
|
|
@@ -403,10 +405,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
403
405
|
* Gets the actual legend item template used by the series.
|
|
404
406
|
*/
|
|
405
407
|
get: function () {
|
|
406
|
-
return this.i.
|
|
408
|
+
return this.i.g9;
|
|
407
409
|
},
|
|
408
410
|
set: function (v) {
|
|
409
|
-
this.i.
|
|
411
|
+
this.i.g9 = v;
|
|
410
412
|
},
|
|
411
413
|
enumerable: true,
|
|
412
414
|
configurable: true
|
|
@@ -416,11 +418,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
416
418
|
* Gets or sets the legend item visibility for the current series object.
|
|
417
419
|
*/
|
|
418
420
|
get: function () {
|
|
419
|
-
return this.i.
|
|
421
|
+
return this.i.ld;
|
|
420
422
|
},
|
|
421
423
|
set: function (v) {
|
|
422
|
-
this.i.
|
|
423
|
-
this._a("legendItemVisibility", enumToString(Visibility_$type, this.i.
|
|
424
|
+
this.i.ld = ensureEnum(Visibility_$type, v);
|
|
425
|
+
this._a("legendItemVisibility", enumToString(Visibility_$type, this.i.ld));
|
|
424
426
|
},
|
|
425
427
|
enumerable: true,
|
|
426
428
|
configurable: true
|
|
@@ -430,11 +432,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
430
432
|
* Gets the actual visibility of the legend items in the series.
|
|
431
433
|
*/
|
|
432
434
|
get: function () {
|
|
433
|
-
return this.i.
|
|
435
|
+
return this.i.lb;
|
|
434
436
|
},
|
|
435
437
|
set: function (v) {
|
|
436
|
-
this.i.
|
|
437
|
-
this._a("actualLegendItemVisibility", enumToString(Visibility_$type, this.i.
|
|
438
|
+
this.i.lb = ensureEnum(Visibility_$type, v);
|
|
439
|
+
this._a("actualLegendItemVisibility", enumToString(Visibility_$type, this.i.lb));
|
|
438
440
|
},
|
|
439
441
|
enumerable: true,
|
|
440
442
|
configurable: true
|
|
@@ -502,11 +504,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
502
504
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
503
505
|
*/
|
|
504
506
|
get: function () {
|
|
505
|
-
return brushToString(this.i.
|
|
507
|
+
return brushToString(this.i.kh);
|
|
506
508
|
},
|
|
507
509
|
set: function (v) {
|
|
508
|
-
this.i.
|
|
509
|
-
this._a("markerBrush", brushToString(this.i.
|
|
510
|
+
this.i.kh = stringToBrush(v);
|
|
511
|
+
this._a("markerBrush", brushToString(this.i.kh));
|
|
510
512
|
},
|
|
511
513
|
enumerable: true,
|
|
512
514
|
configurable: true
|
|
@@ -516,11 +518,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
516
518
|
* Gets the actual marker brush of the series.
|
|
517
519
|
*/
|
|
518
520
|
get: function () {
|
|
519
|
-
return brushToString(this.i.
|
|
521
|
+
return brushToString(this.i.kc);
|
|
520
522
|
},
|
|
521
523
|
set: function (v) {
|
|
522
|
-
this.i.
|
|
523
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
524
|
+
this.i.kc = stringToBrush(v);
|
|
525
|
+
this._a("actualMarkerBrush", brushToString(this.i.kc));
|
|
524
526
|
},
|
|
525
527
|
enumerable: true,
|
|
526
528
|
configurable: true
|
|
@@ -530,11 +532,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
530
532
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
531
533
|
*/
|
|
532
534
|
get: function () {
|
|
533
|
-
return brushToString(this.i.
|
|
535
|
+
return brushToString(this.i.ki);
|
|
534
536
|
},
|
|
535
537
|
set: function (v) {
|
|
536
|
-
this.i.
|
|
537
|
-
this._a("markerOutline", brushToString(this.i.
|
|
538
|
+
this.i.ki = stringToBrush(v);
|
|
539
|
+
this._a("markerOutline", brushToString(this.i.ki));
|
|
538
540
|
},
|
|
539
541
|
enumerable: true,
|
|
540
542
|
configurable: true
|
|
@@ -544,11 +546,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
544
546
|
* Gets the actual marker outline of the series.
|
|
545
547
|
*/
|
|
546
548
|
get: function () {
|
|
547
|
-
return brushToString(this.i.
|
|
549
|
+
return brushToString(this.i.kd);
|
|
548
550
|
},
|
|
549
551
|
set: function (v) {
|
|
550
|
-
this.i.
|
|
551
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
552
|
+
this.i.kd = stringToBrush(v);
|
|
553
|
+
this._a("actualMarkerOutline", brushToString(this.i.kd));
|
|
552
554
|
},
|
|
553
555
|
enumerable: true,
|
|
554
556
|
configurable: true
|
|
@@ -558,10 +560,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
558
560
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
559
561
|
*/
|
|
560
562
|
get: function () {
|
|
561
|
-
return this.i.
|
|
563
|
+
return this.i.hd;
|
|
562
564
|
},
|
|
563
565
|
set: function (v) {
|
|
564
|
-
this.i.
|
|
566
|
+
this.i.hd = v;
|
|
565
567
|
},
|
|
566
568
|
enumerable: true,
|
|
567
569
|
configurable: true
|
|
@@ -571,10 +573,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
571
573
|
* Gets the actual marker template used by the series.
|
|
572
574
|
*/
|
|
573
575
|
get: function () {
|
|
574
|
-
return this.i.
|
|
576
|
+
return this.i.ha;
|
|
575
577
|
},
|
|
576
578
|
set: function (v) {
|
|
577
|
-
this.i.
|
|
579
|
+
this.i.ha = v;
|
|
578
580
|
},
|
|
579
581
|
enumerable: true,
|
|
580
582
|
configurable: true
|
|
@@ -585,11 +587,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
585
587
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
586
588
|
*/
|
|
587
589
|
get: function () {
|
|
588
|
-
return this.i.
|
|
590
|
+
return this.i.x;
|
|
589
591
|
},
|
|
590
592
|
set: function (v) {
|
|
591
|
-
this.i.
|
|
592
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
593
|
+
this.i.x = ensureEnum(MarkerType_$type, v);
|
|
594
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.x));
|
|
593
595
|
},
|
|
594
596
|
enumerable: true,
|
|
595
597
|
configurable: true
|
|
@@ -598,12 +600,68 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
598
600
|
/**
|
|
599
601
|
* Gets the actual marker type set used in the series.
|
|
600
602
|
*/
|
|
603
|
+
get: function () {
|
|
604
|
+
return this.i.w;
|
|
605
|
+
},
|
|
606
|
+
set: function (v) {
|
|
607
|
+
this.i.w = ensureEnum(MarkerType_$type, v);
|
|
608
|
+
this._a("actualMarkerType", enumToString(MarkerType_$type, this.i.w));
|
|
609
|
+
},
|
|
610
|
+
enumerable: true,
|
|
611
|
+
configurable: true
|
|
612
|
+
});
|
|
613
|
+
Object.defineProperty(IgcStackedFragmentSeriesComponent.prototype, "markerFillMode", {
|
|
614
|
+
/**
|
|
615
|
+
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
616
|
+
*/
|
|
617
|
+
get: function () {
|
|
618
|
+
return this.i.t;
|
|
619
|
+
},
|
|
620
|
+
set: function (v) {
|
|
621
|
+
this.i.t = ensureEnum(MarkerFillMode_$type, v);
|
|
622
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.t));
|
|
623
|
+
},
|
|
624
|
+
enumerable: true,
|
|
625
|
+
configurable: true
|
|
626
|
+
});
|
|
627
|
+
Object.defineProperty(IgcStackedFragmentSeriesComponent.prototype, "actualMarkerFillMode", {
|
|
628
|
+
/**
|
|
629
|
+
* Gets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
630
|
+
*/
|
|
601
631
|
get: function () {
|
|
602
632
|
return this.i.s;
|
|
603
633
|
},
|
|
604
634
|
set: function (v) {
|
|
605
|
-
this.i.s = ensureEnum(
|
|
606
|
-
this._a("
|
|
635
|
+
this.i.s = ensureEnum(MarkerFillMode_$type, v);
|
|
636
|
+
this._a("actualMarkerFillMode", enumToString(MarkerFillMode_$type, this.i.s));
|
|
637
|
+
},
|
|
638
|
+
enumerable: true,
|
|
639
|
+
configurable: true
|
|
640
|
+
});
|
|
641
|
+
Object.defineProperty(IgcStackedFragmentSeriesComponent.prototype, "markerOutlineMode", {
|
|
642
|
+
/**
|
|
643
|
+
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
644
|
+
*/
|
|
645
|
+
get: function () {
|
|
646
|
+
return this.i.v;
|
|
647
|
+
},
|
|
648
|
+
set: function (v) {
|
|
649
|
+
this.i.v = ensureEnum(MarkerOutlineMode_$type, v);
|
|
650
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.v));
|
|
651
|
+
},
|
|
652
|
+
enumerable: true,
|
|
653
|
+
configurable: true
|
|
654
|
+
});
|
|
655
|
+
Object.defineProperty(IgcStackedFragmentSeriesComponent.prototype, "actualMarkerOutlineMode", {
|
|
656
|
+
/**
|
|
657
|
+
* Gets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
658
|
+
*/
|
|
659
|
+
get: function () {
|
|
660
|
+
return this.i.u;
|
|
661
|
+
},
|
|
662
|
+
set: function (v) {
|
|
663
|
+
this.i.u = ensureEnum(MarkerOutlineMode_$type, v);
|
|
664
|
+
this._a("actualMarkerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.u));
|
|
607
665
|
},
|
|
608
666
|
enumerable: true,
|
|
609
667
|
configurable: true
|
|
@@ -613,10 +671,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
613
671
|
* Gets or sets the Name of the stacked fragment.
|
|
614
672
|
*/
|
|
615
673
|
get: function () {
|
|
616
|
-
return this.i.
|
|
674
|
+
return this.i.eo;
|
|
617
675
|
},
|
|
618
676
|
set: function (v) {
|
|
619
|
-
this.i.
|
|
677
|
+
this.i.eo = v;
|
|
620
678
|
},
|
|
621
679
|
enumerable: true,
|
|
622
680
|
configurable: true
|
|
@@ -626,11 +684,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
626
684
|
* Gets or sets the Opacity of the stacked fragment.
|
|
627
685
|
*/
|
|
628
686
|
get: function () {
|
|
629
|
-
return this.i.
|
|
687
|
+
return this.i.bw;
|
|
630
688
|
},
|
|
631
689
|
set: function (v) {
|
|
632
|
-
this.i.
|
|
633
|
-
this._a("opacity", this.i.
|
|
690
|
+
this.i.bw = +v;
|
|
691
|
+
this._a("opacity", this.i.bw);
|
|
634
692
|
},
|
|
635
693
|
enumerable: true,
|
|
636
694
|
configurable: true
|
|
@@ -640,11 +698,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
640
698
|
* Gets the series opacity.
|
|
641
699
|
*/
|
|
642
700
|
get: function () {
|
|
643
|
-
return this.i.
|
|
701
|
+
return this.i.bd;
|
|
644
702
|
},
|
|
645
703
|
set: function (v) {
|
|
646
|
-
this.i.
|
|
647
|
-
this._a("actualOpacity", this.i.
|
|
704
|
+
this.i.bd = +v;
|
|
705
|
+
this._a("actualOpacity", this.i.bd);
|
|
648
706
|
},
|
|
649
707
|
enumerable: true,
|
|
650
708
|
configurable: true
|
|
@@ -655,11 +713,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
655
713
|
* Some series types, such as LineSeries, do not display outlines. Therefore, this property does not affect some charts.
|
|
656
714
|
*/
|
|
657
715
|
get: function () {
|
|
658
|
-
return brushToString(this.i.
|
|
716
|
+
return brushToString(this.i.kk);
|
|
659
717
|
},
|
|
660
718
|
set: function (v) {
|
|
661
|
-
this.i.
|
|
662
|
-
this._a("outline", brushToString(this.i.
|
|
719
|
+
this.i.kk = stringToBrush(v);
|
|
720
|
+
this._a("outline", brushToString(this.i.kk));
|
|
663
721
|
},
|
|
664
722
|
enumerable: true,
|
|
665
723
|
configurable: true
|
|
@@ -669,11 +727,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
669
727
|
* Gets the series outline.
|
|
670
728
|
*/
|
|
671
729
|
get: function () {
|
|
672
|
-
return brushToString(this.i.
|
|
730
|
+
return brushToString(this.i.kf);
|
|
673
731
|
},
|
|
674
732
|
set: function (v) {
|
|
675
|
-
this.i.
|
|
676
|
-
this._a("actualOutline", brushToString(this.i.
|
|
733
|
+
this.i.kf = stringToBrush(v);
|
|
734
|
+
this._a("actualOutline", brushToString(this.i.kf));
|
|
677
735
|
},
|
|
678
736
|
enumerable: true,
|
|
679
737
|
configurable: true
|
|
@@ -683,11 +741,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
683
741
|
* Gets or sets the AreaFillOpacity of the stacked fragment. This property only applies for area-like series.
|
|
684
742
|
*/
|
|
685
743
|
get: function () {
|
|
686
|
-
return this.i.
|
|
744
|
+
return this.i.bk;
|
|
687
745
|
},
|
|
688
746
|
set: function (v) {
|
|
689
|
-
this.i.
|
|
690
|
-
this._a("areaFillOpacity", this.i.
|
|
747
|
+
this.i.bk = +v;
|
|
748
|
+
this._a("areaFillOpacity", this.i.bk);
|
|
691
749
|
},
|
|
692
750
|
enumerable: true,
|
|
693
751
|
configurable: true
|
|
@@ -697,11 +755,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
697
755
|
* Gets the series ActualAreaFillOpacity. This property only applies for area-like series.
|
|
698
756
|
*/
|
|
699
757
|
get: function () {
|
|
700
|
-
return this.i.
|
|
758
|
+
return this.i.a9;
|
|
701
759
|
},
|
|
702
760
|
set: function (v) {
|
|
703
|
-
this.i.
|
|
704
|
-
this._a("actualAreaFillOpacity", this.i.
|
|
761
|
+
this.i.a9 = +v;
|
|
762
|
+
this._a("actualAreaFillOpacity", this.i.a9);
|
|
705
763
|
},
|
|
706
764
|
enumerable: true,
|
|
707
765
|
configurable: true
|
|
@@ -711,11 +769,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
711
769
|
* Gets or sets the opacity to use for the marker fills.
|
|
712
770
|
*/
|
|
713
771
|
get: function () {
|
|
714
|
-
return this.i.
|
|
772
|
+
return this.i.bu;
|
|
715
773
|
},
|
|
716
774
|
set: function (v) {
|
|
717
|
-
this.i.
|
|
718
|
-
this._a("markerFillOpacity", this.i.
|
|
775
|
+
this.i.bu = +v;
|
|
776
|
+
this._a("markerFillOpacity", this.i.bu);
|
|
719
777
|
},
|
|
720
778
|
enumerable: true,
|
|
721
779
|
configurable: true
|
|
@@ -725,11 +783,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
725
783
|
* Gets the actual opacity to use for hte marker fills.
|
|
726
784
|
*/
|
|
727
785
|
get: function () {
|
|
728
|
-
return this.i.
|
|
786
|
+
return this.i.bb;
|
|
729
787
|
},
|
|
730
788
|
set: function (v) {
|
|
731
|
-
this.i.
|
|
732
|
-
this._a("actualMarkerFillOpacity", this.i.
|
|
789
|
+
this.i.bb = +v;
|
|
790
|
+
this._a("actualMarkerFillOpacity", this.i.bb);
|
|
733
791
|
},
|
|
734
792
|
enumerable: true,
|
|
735
793
|
configurable: true
|
|
@@ -739,11 +797,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
739
797
|
* Gets or sets the outline mode to use for the fragment.
|
|
740
798
|
*/
|
|
741
799
|
get: function () {
|
|
742
|
-
return this.i.
|
|
800
|
+
return this.i.aa;
|
|
743
801
|
},
|
|
744
802
|
set: function (v) {
|
|
745
|
-
this.i.
|
|
746
|
-
this._a("outlineMode", enumToString(SeriesOutlineMode_$type, this.i.
|
|
803
|
+
this.i.aa = ensureEnum(SeriesOutlineMode_$type, v);
|
|
804
|
+
this._a("outlineMode", enumToString(SeriesOutlineMode_$type, this.i.aa));
|
|
747
805
|
},
|
|
748
806
|
enumerable: true,
|
|
749
807
|
configurable: true
|
|
@@ -753,11 +811,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
753
811
|
* Gets the actual outline mode to use for the fragment.
|
|
754
812
|
*/
|
|
755
813
|
get: function () {
|
|
756
|
-
return this.i.
|
|
814
|
+
return this.i.z;
|
|
757
815
|
},
|
|
758
816
|
set: function (v) {
|
|
759
|
-
this.i.
|
|
760
|
-
this._a("actualOutlineMode", enumToString(SeriesOutlineMode_$type, this.i.
|
|
817
|
+
this.i.z = ensureEnum(SeriesOutlineMode_$type, v);
|
|
818
|
+
this._a("actualOutlineMode", enumToString(SeriesOutlineMode_$type, this.i.z));
|
|
761
819
|
},
|
|
762
820
|
enumerable: true,
|
|
763
821
|
configurable: true
|
|
@@ -767,11 +825,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
767
825
|
* Gets or sets the target opacity to fade to for fade style highlighting.
|
|
768
826
|
*/
|
|
769
827
|
get: function () {
|
|
770
|
-
return this.i.
|
|
828
|
+
return this.i.bt;
|
|
771
829
|
},
|
|
772
830
|
set: function (v) {
|
|
773
|
-
this.i.
|
|
774
|
-
this._a("highlightingFadeOpacity", this.i.
|
|
831
|
+
this.i.bt = +v;
|
|
832
|
+
this._a("highlightingFadeOpacity", this.i.bt);
|
|
775
833
|
},
|
|
776
834
|
enumerable: true,
|
|
777
835
|
configurable: true
|
|
@@ -781,11 +839,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
781
839
|
* Gets the actual target opacity to fade to for fade style highlighting.
|
|
782
840
|
*/
|
|
783
841
|
get: function () {
|
|
784
|
-
return this.i.
|
|
842
|
+
return this.i.ba;
|
|
785
843
|
},
|
|
786
844
|
set: function (v) {
|
|
787
|
-
this.i.
|
|
788
|
-
this._a("actualHighlightingFadeOpacity", this.i.
|
|
845
|
+
this.i.ba = +v;
|
|
846
|
+
this._a("actualHighlightingFadeOpacity", this.i.ba);
|
|
789
847
|
},
|
|
790
848
|
enumerable: true,
|
|
791
849
|
configurable: true
|
|
@@ -795,11 +853,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
795
853
|
* Gets or sets the x-radius of the ellipse that is used to round the corners of the column. This only applies to Bar and Column series.
|
|
796
854
|
*/
|
|
797
855
|
get: function () {
|
|
798
|
-
return this.i.
|
|
856
|
+
return this.i.bx;
|
|
799
857
|
},
|
|
800
858
|
set: function (v) {
|
|
801
|
-
this.i.
|
|
802
|
-
this._a("radiusX", this.i.
|
|
859
|
+
this.i.bx = +v;
|
|
860
|
+
this._a("radiusX", this.i.bx);
|
|
803
861
|
},
|
|
804
862
|
enumerable: true,
|
|
805
863
|
configurable: true
|
|
@@ -809,11 +867,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
809
867
|
* Gets the actual corner radius of the series
|
|
810
868
|
*/
|
|
811
869
|
get: function () {
|
|
812
|
-
return this.i.
|
|
870
|
+
return this.i.be;
|
|
813
871
|
},
|
|
814
872
|
set: function (v) {
|
|
815
|
-
this.i.
|
|
816
|
-
this._a("actualRadiusX", this.i.
|
|
873
|
+
this.i.be = +v;
|
|
874
|
+
this._a("actualRadiusX", this.i.be);
|
|
817
875
|
},
|
|
818
876
|
enumerable: true,
|
|
819
877
|
configurable: true
|
|
@@ -823,11 +881,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
823
881
|
* Gets whether the spline part is considered to be part of the range
|
|
824
882
|
*/
|
|
825
883
|
get: function () {
|
|
826
|
-
return this.i.
|
|
884
|
+
return this.i.am;
|
|
827
885
|
},
|
|
828
886
|
set: function (v) {
|
|
829
|
-
this.i.
|
|
830
|
-
this._a("actualIsSplineShapePartOfRange", this.i.
|
|
887
|
+
this.i.am = ensureBool(v);
|
|
888
|
+
this._a("actualIsSplineShapePartOfRange", this.i.am);
|
|
831
889
|
},
|
|
832
890
|
enumerable: true,
|
|
833
891
|
configurable: true
|
|
@@ -837,11 +895,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
837
895
|
* Gets or sets whether to include the spline shape in the axis range requested of the axis.
|
|
838
896
|
*/
|
|
839
897
|
get: function () {
|
|
840
|
-
return this.i.
|
|
898
|
+
return this.i.av;
|
|
841
899
|
},
|
|
842
900
|
set: function (v) {
|
|
843
|
-
this.i.
|
|
844
|
-
this._a("isSplineShapePartOfRange", this.i.
|
|
901
|
+
this.i.av = ensureBool(v);
|
|
902
|
+
this._a("isSplineShapePartOfRange", this.i.av);
|
|
845
903
|
},
|
|
846
904
|
enumerable: true,
|
|
847
905
|
configurable: true
|
|
@@ -851,11 +909,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
851
909
|
* Gets or sets the y-radius of the ellipse that is used to round the corners of the column. This only applies to Bar and Column series.
|
|
852
910
|
*/
|
|
853
911
|
get: function () {
|
|
854
|
-
return this.i.
|
|
912
|
+
return this.i.by;
|
|
855
913
|
},
|
|
856
914
|
set: function (v) {
|
|
857
|
-
this.i.
|
|
858
|
-
this._a("radiusY", this.i.
|
|
915
|
+
this.i.by = +v;
|
|
916
|
+
this._a("radiusY", this.i.by);
|
|
859
917
|
},
|
|
860
918
|
enumerable: true,
|
|
861
919
|
configurable: true
|
|
@@ -865,11 +923,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
865
923
|
* Gets the actual corner radius of the series
|
|
866
924
|
*/
|
|
867
925
|
get: function () {
|
|
868
|
-
return this.i.
|
|
926
|
+
return this.i.bf;
|
|
869
927
|
},
|
|
870
928
|
set: function (v) {
|
|
871
|
-
this.i.
|
|
872
|
-
this._a("actualRadiusY", this.i.
|
|
929
|
+
this.i.bf = +v;
|
|
930
|
+
this._a("actualRadiusY", this.i.bf);
|
|
873
931
|
},
|
|
874
932
|
enumerable: true,
|
|
875
933
|
configurable: true
|
|
@@ -879,11 +937,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
879
937
|
* Gets or sets the width of the current series object's line thickness.
|
|
880
938
|
*/
|
|
881
939
|
get: function () {
|
|
882
|
-
return this.i.
|
|
940
|
+
return this.i.b2;
|
|
883
941
|
},
|
|
884
942
|
set: function (v) {
|
|
885
|
-
this.i.
|
|
886
|
-
this._a("thickness", this.i.
|
|
943
|
+
this.i.b2 = +v;
|
|
944
|
+
this._a("thickness", this.i.b2);
|
|
887
945
|
},
|
|
888
946
|
enumerable: true,
|
|
889
947
|
configurable: true
|
|
@@ -893,11 +951,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
893
951
|
* Gets or sets the thickness of this stacked fragment.
|
|
894
952
|
*/
|
|
895
953
|
get: function () {
|
|
896
|
-
return this.i.
|
|
954
|
+
return this.i.bj;
|
|
897
955
|
},
|
|
898
956
|
set: function (v) {
|
|
899
|
-
this.i.
|
|
900
|
-
this._a("actualThickness", this.i.
|
|
957
|
+
this.i.bj = +v;
|
|
958
|
+
this._a("actualThickness", this.i.bj);
|
|
901
959
|
},
|
|
902
960
|
enumerable: true,
|
|
903
961
|
configurable: true
|
|
@@ -907,11 +965,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
907
965
|
* Gets or sets the width of the current series object's marker thickness.
|
|
908
966
|
*/
|
|
909
967
|
get: function () {
|
|
910
|
-
return this.i.
|
|
968
|
+
return this.i.bv;
|
|
911
969
|
},
|
|
912
970
|
set: function (v) {
|
|
913
|
-
this.i.
|
|
914
|
-
this._a("markerThickness", this.i.
|
|
971
|
+
this.i.bv = +v;
|
|
972
|
+
this._a("markerThickness", this.i.bv);
|
|
915
973
|
},
|
|
916
974
|
enumerable: true,
|
|
917
975
|
configurable: true
|
|
@@ -921,11 +979,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
921
979
|
* Gets actual marker thickness of this stacked fragment.
|
|
922
980
|
*/
|
|
923
981
|
get: function () {
|
|
924
|
-
return this.i.
|
|
982
|
+
return this.i.bc;
|
|
925
983
|
},
|
|
926
984
|
set: function (v) {
|
|
927
|
-
this.i.
|
|
928
|
-
this._a("actualMarkerThickness", this.i.
|
|
985
|
+
this.i.bc = +v;
|
|
986
|
+
this._a("actualMarkerThickness", this.i.bc);
|
|
929
987
|
},
|
|
930
988
|
enumerable: true,
|
|
931
989
|
configurable: true
|
|
@@ -937,10 +995,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
937
995
|
* the series object itself.
|
|
938
996
|
*/
|
|
939
997
|
get: function () {
|
|
940
|
-
return this.i.
|
|
998
|
+
return this.i.ch;
|
|
941
999
|
},
|
|
942
1000
|
set: function (v) {
|
|
943
|
-
this.i.
|
|
1001
|
+
this.i.ch = v;
|
|
944
1002
|
},
|
|
945
1003
|
enumerable: true,
|
|
946
1004
|
configurable: true
|
|
@@ -950,10 +1008,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
950
1008
|
* Gets or sets the EasingFunction used to morph the current series.
|
|
951
1009
|
*/
|
|
952
1010
|
get: function () {
|
|
953
|
-
return this.i.
|
|
1011
|
+
return this.i.ah;
|
|
954
1012
|
},
|
|
955
1013
|
set: function (v) {
|
|
956
|
-
this.i.
|
|
1014
|
+
this.i.ah = v;
|
|
957
1015
|
},
|
|
958
1016
|
enumerable: true,
|
|
959
1017
|
configurable: true
|
|
@@ -963,11 +1021,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
963
1021
|
* Gets or sets the duration of the current series's morph.
|
|
964
1022
|
*/
|
|
965
1023
|
get: function () {
|
|
966
|
-
return this.i.
|
|
1024
|
+
return this.i.cb;
|
|
967
1025
|
},
|
|
968
1026
|
set: function (v) {
|
|
969
|
-
this.i.
|
|
970
|
-
this._a("transitionDuration", this.i.
|
|
1027
|
+
this.i.cb = +v;
|
|
1028
|
+
this._a("transitionDuration", this.i.cb);
|
|
971
1029
|
},
|
|
972
1030
|
enumerable: true,
|
|
973
1031
|
configurable: true
|
|
@@ -977,11 +1035,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
977
1035
|
* Gets or sets the duration of the current series's transition in morph.
|
|
978
1036
|
*/
|
|
979
1037
|
get: function () {
|
|
980
|
-
return this.i.
|
|
1038
|
+
return this.i.cc;
|
|
981
1039
|
},
|
|
982
1040
|
set: function (v) {
|
|
983
|
-
this.i.
|
|
984
|
-
this._a("transitionInDuration", this.i.
|
|
1041
|
+
this.i.cc = +v;
|
|
1042
|
+
this._a("transitionInDuration", this.i.cc);
|
|
985
1043
|
},
|
|
986
1044
|
enumerable: true,
|
|
987
1045
|
configurable: true
|
|
@@ -991,10 +1049,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
991
1049
|
* Gets or sets the EasingFunction used to morph the current series during the initial transition.
|
|
992
1050
|
*/
|
|
993
1051
|
get: function () {
|
|
994
|
-
return this.i.
|
|
1052
|
+
return this.i.ai;
|
|
995
1053
|
},
|
|
996
1054
|
set: function (v) {
|
|
997
|
-
this.i.
|
|
1055
|
+
this.i.ai = v;
|
|
998
1056
|
},
|
|
999
1057
|
enumerable: true,
|
|
1000
1058
|
configurable: true
|
|
@@ -1020,11 +1078,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1020
1078
|
* Note: Transitions are not currently supported for stacked series.
|
|
1021
1079
|
*/
|
|
1022
1080
|
get: function () {
|
|
1023
|
-
return this.i.
|
|
1081
|
+
return this.i.aw;
|
|
1024
1082
|
},
|
|
1025
1083
|
set: function (v) {
|
|
1026
|
-
this.i.
|
|
1027
|
-
this._a("isTransitionInEnabled", this.i.
|
|
1084
|
+
this.i.aw = ensureBool(v);
|
|
1085
|
+
this._a("isTransitionInEnabled", this.i.aw);
|
|
1028
1086
|
},
|
|
1029
1087
|
enumerable: true,
|
|
1030
1088
|
configurable: true
|
|
@@ -1034,11 +1092,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1034
1092
|
* Gets or sets the duration of the current series's transition in morph.
|
|
1035
1093
|
*/
|
|
1036
1094
|
get: function () {
|
|
1037
|
-
return this.i.
|
|
1095
|
+
return this.i.ad;
|
|
1038
1096
|
},
|
|
1039
1097
|
set: function (v) {
|
|
1040
|
-
this.i.
|
|
1041
|
-
this._a("transitionInSpeedType", enumToString(TransitionInSpeedType_$type, this.i.
|
|
1098
|
+
this.i.ad = ensureEnum(TransitionInSpeedType_$type, v);
|
|
1099
|
+
this._a("transitionInSpeedType", enumToString(TransitionInSpeedType_$type, this.i.ad));
|
|
1042
1100
|
},
|
|
1043
1101
|
enumerable: true,
|
|
1044
1102
|
configurable: true
|
|
@@ -1048,11 +1106,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1048
1106
|
* Gets the the resolved value of whether transition in is enabled.
|
|
1049
1107
|
*/
|
|
1050
1108
|
get: function () {
|
|
1051
|
-
return this.i.
|
|
1109
|
+
return this.i.an;
|
|
1052
1110
|
},
|
|
1053
1111
|
set: function (v) {
|
|
1054
|
-
this.i.
|
|
1055
|
-
this._a("actualIsTransitionInEnabled", this.i.
|
|
1112
|
+
this.i.an = ensureBool(v);
|
|
1113
|
+
this._a("actualIsTransitionInEnabled", this.i.an);
|
|
1056
1114
|
},
|
|
1057
1115
|
enumerable: true,
|
|
1058
1116
|
configurable: true
|
|
@@ -1062,11 +1120,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1062
1120
|
* Gets the resolved transition in duration
|
|
1063
1121
|
*/
|
|
1064
1122
|
get: function () {
|
|
1065
|
-
return this.i.
|
|
1123
|
+
return this.i.b5;
|
|
1066
1124
|
},
|
|
1067
1125
|
set: function (v) {
|
|
1068
|
-
this.i.
|
|
1069
|
-
this._a("actualTransitionInDuration", this.i.
|
|
1126
|
+
this.i.b5 = +v;
|
|
1127
|
+
this._a("actualTransitionInDuration", this.i.b5);
|
|
1070
1128
|
},
|
|
1071
1129
|
enumerable: true,
|
|
1072
1130
|
configurable: true
|
|
@@ -1090,11 +1148,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1090
1148
|
* Gets the series transition easing function.
|
|
1091
1149
|
*/
|
|
1092
1150
|
get: function () {
|
|
1093
|
-
return this.i.
|
|
1151
|
+
return this.i.ac;
|
|
1094
1152
|
},
|
|
1095
1153
|
set: function (v) {
|
|
1096
|
-
this.i.
|
|
1097
|
-
this._a("actualTransitionInSpeedType", enumToString(TransitionInSpeedType_$type, this.i.
|
|
1154
|
+
this.i.ac = ensureEnum(TransitionInSpeedType_$type, v);
|
|
1155
|
+
this._a("actualTransitionInSpeedType", enumToString(TransitionInSpeedType_$type, this.i.ac));
|
|
1098
1156
|
},
|
|
1099
1157
|
enumerable: true,
|
|
1100
1158
|
configurable: true
|
|
@@ -1104,10 +1162,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1104
1162
|
* Gets the series transition easing function.
|
|
1105
1163
|
*/
|
|
1106
1164
|
get: function () {
|
|
1107
|
-
return this.i.
|
|
1165
|
+
return this.i.ag;
|
|
1108
1166
|
},
|
|
1109
1167
|
set: function (v) {
|
|
1110
|
-
this.i.
|
|
1168
|
+
this.i.ag = v;
|
|
1111
1169
|
},
|
|
1112
1170
|
enumerable: true,
|
|
1113
1171
|
configurable: true
|
|
@@ -1117,10 +1175,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1117
1175
|
* Gets the series transition easing function.
|
|
1118
1176
|
*/
|
|
1119
1177
|
get: function () {
|
|
1120
|
-
return this.i.
|
|
1178
|
+
return this.i.af;
|
|
1121
1179
|
},
|
|
1122
1180
|
set: function (v) {
|
|
1123
|
-
this.i.
|
|
1181
|
+
this.i.af = v;
|
|
1124
1182
|
},
|
|
1125
1183
|
enumerable: true,
|
|
1126
1184
|
configurable: true
|
|
@@ -1130,11 +1188,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1130
1188
|
* Gets the series transition duration.
|
|
1131
1189
|
*/
|
|
1132
1190
|
get: function () {
|
|
1133
|
-
return this.i.
|
|
1191
|
+
return this.i.b4;
|
|
1134
1192
|
},
|
|
1135
1193
|
set: function (v) {
|
|
1136
|
-
this.i.
|
|
1137
|
-
this._a("actualTransitionDuration", this.i.
|
|
1194
|
+
this.i.b4 = +v;
|
|
1195
|
+
this._a("actualTransitionDuration", this.i.b4);
|
|
1138
1196
|
},
|
|
1139
1197
|
enumerable: true,
|
|
1140
1198
|
configurable: true
|
|
@@ -1144,10 +1202,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1144
1202
|
* Gets or sets the value mapping property for the current series object.
|
|
1145
1203
|
*/
|
|
1146
1204
|
get: function () {
|
|
1147
|
-
return this.i.
|
|
1205
|
+
return this.i.fi;
|
|
1148
1206
|
},
|
|
1149
1207
|
set: function (v) {
|
|
1150
|
-
this.i.
|
|
1208
|
+
this.i.fi = v;
|
|
1151
1209
|
},
|
|
1152
1210
|
enumerable: true,
|
|
1153
1211
|
configurable: true
|
|
@@ -1157,10 +1215,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1157
1215
|
* Gets or sets the label displayed before series value in the Data Legend.
|
|
1158
1216
|
*/
|
|
1159
1217
|
get: function () {
|
|
1160
|
-
return this.i.
|
|
1218
|
+
return this.i.fe;
|
|
1161
1219
|
},
|
|
1162
1220
|
set: function (v) {
|
|
1163
|
-
this.i.
|
|
1221
|
+
this.i.fe = v;
|
|
1164
1222
|
},
|
|
1165
1223
|
enumerable: true,
|
|
1166
1224
|
configurable: true
|
|
@@ -1170,10 +1228,36 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1170
1228
|
* Gets or sets the unit displayed after series value in the Data Legend.
|
|
1171
1229
|
*/
|
|
1172
1230
|
get: function () {
|
|
1173
|
-
return this.i.
|
|
1231
|
+
return this.i.fg;
|
|
1232
|
+
},
|
|
1233
|
+
set: function (v) {
|
|
1234
|
+
this.i.fg = v;
|
|
1235
|
+
},
|
|
1236
|
+
enumerable: true,
|
|
1237
|
+
configurable: true
|
|
1238
|
+
});
|
|
1239
|
+
Object.defineProperty(IgcStackedFragmentSeriesComponent.prototype, "actualValueMemberAsLegendLabel", {
|
|
1240
|
+
/**
|
|
1241
|
+
* Gets the label displayed before series value in the Data Legend.
|
|
1242
|
+
*/
|
|
1243
|
+
get: function () {
|
|
1244
|
+
return this.i.du;
|
|
1245
|
+
},
|
|
1246
|
+
set: function (v) {
|
|
1247
|
+
this.i.du = v;
|
|
1248
|
+
},
|
|
1249
|
+
enumerable: true,
|
|
1250
|
+
configurable: true
|
|
1251
|
+
});
|
|
1252
|
+
Object.defineProperty(IgcStackedFragmentSeriesComponent.prototype, "actualValueMemberAsLegendUnit", {
|
|
1253
|
+
/**
|
|
1254
|
+
* Gets the unit displayed after series value in the Data Legend.
|
|
1255
|
+
*/
|
|
1256
|
+
get: function () {
|
|
1257
|
+
return this.i.dw;
|
|
1174
1258
|
},
|
|
1175
1259
|
set: function (v) {
|
|
1176
|
-
this.i.
|
|
1260
|
+
this.i.dw = v;
|
|
1177
1261
|
},
|
|
1178
1262
|
enumerable: true,
|
|
1179
1263
|
configurable: true
|
|
@@ -1183,11 +1267,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1183
1267
|
* Gets or sets the Visibility of the stacked fragment.
|
|
1184
1268
|
*/
|
|
1185
1269
|
get: function () {
|
|
1186
|
-
return this.i.
|
|
1270
|
+
return this.i.le;
|
|
1187
1271
|
},
|
|
1188
1272
|
set: function (v) {
|
|
1189
|
-
this.i.
|
|
1190
|
-
this._a("visibility", enumToString(Visibility_$type, this.i.
|
|
1273
|
+
this.i.le = ensureEnum(Visibility_$type, v);
|
|
1274
|
+
this._a("visibility", enumToString(Visibility_$type, this.i.le));
|
|
1191
1275
|
},
|
|
1192
1276
|
enumerable: true,
|
|
1193
1277
|
configurable: true
|
|
@@ -1197,11 +1281,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1197
1281
|
* Gets the actual visibility of the stacked fragment.
|
|
1198
1282
|
*/
|
|
1199
1283
|
get: function () {
|
|
1200
|
-
return this.i.
|
|
1284
|
+
return this.i.lc;
|
|
1201
1285
|
},
|
|
1202
1286
|
set: function (v) {
|
|
1203
|
-
this.i.
|
|
1204
|
-
this._a("actualVisibility", enumToString(Visibility_$type, this.i.
|
|
1287
|
+
this.i.lc = ensureEnum(Visibility_$type, v);
|
|
1288
|
+
this._a("actualVisibility", enumToString(Visibility_$type, this.i.lc));
|
|
1205
1289
|
},
|
|
1206
1290
|
enumerable: true,
|
|
1207
1291
|
configurable: true
|
|
@@ -1211,16 +1295,21 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1211
1295
|
* Gets the resolved brush used between the local series and the parent series.
|
|
1212
1296
|
*/
|
|
1213
1297
|
get: function () {
|
|
1214
|
-
return brushToString(this.i.
|
|
1298
|
+
return brushToString(this.i.kl);
|
|
1215
1299
|
},
|
|
1216
1300
|
set: function (v) {
|
|
1217
|
-
this.i.
|
|
1218
|
-
this._a("parentOrLocalBrush", brushToString(this.i.
|
|
1301
|
+
this.i.kl = stringToBrush(v);
|
|
1302
|
+
this._a("parentOrLocalBrush", brushToString(this.i.kl));
|
|
1219
1303
|
},
|
|
1220
1304
|
enumerable: true,
|
|
1221
1305
|
configurable: true
|
|
1222
1306
|
});
|
|
1223
1307
|
IgcStackedFragmentSeriesComponent.prototype.findByName = function (name) {
|
|
1308
|
+
if (this.findEphemera) {
|
|
1309
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
1310
|
+
return this.findEphemera(name);
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1224
1313
|
return null;
|
|
1225
1314
|
};
|
|
1226
1315
|
Object.defineProperty(IgcStackedFragmentSeriesComponent.prototype, "hasUserValues", {
|
|
@@ -1285,7 +1374,7 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1285
1374
|
|
|
1286
1375
|
*/
|
|
1287
1376
|
IgcStackedFragmentSeriesComponent.prototype.getItemIndex = function (world) {
|
|
1288
|
-
var iv = this.i.
|
|
1377
|
+
var iv = this.i.b6(toPoint(world));
|
|
1289
1378
|
return (iv);
|
|
1290
1379
|
};
|
|
1291
1380
|
/**
|
|
@@ -1294,23 +1383,23 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1294
1383
|
* @param world * The world coordinates to use.
|
|
1295
1384
|
*/
|
|
1296
1385
|
IgcStackedFragmentSeriesComponent.prototype.getItem = function (world) {
|
|
1297
|
-
var iv = this.i.
|
|
1386
|
+
var iv = this.i.cf(toPoint(world));
|
|
1298
1387
|
return (iv);
|
|
1299
1388
|
};
|
|
1300
1389
|
IgcStackedFragmentSeriesComponent.prototype.getPreviousOrExactIndex = function (world, skipUnknowns) {
|
|
1301
|
-
var iv = this.i.
|
|
1390
|
+
var iv = this.i.b9(toPoint(world), skipUnknowns);
|
|
1302
1391
|
return (iv);
|
|
1303
1392
|
};
|
|
1304
1393
|
IgcStackedFragmentSeriesComponent.prototype.getNextOrExactIndex = function (world, skipUnknowns) {
|
|
1305
|
-
var iv = this.i.
|
|
1394
|
+
var iv = this.i.b8(toPoint(world), skipUnknowns);
|
|
1306
1395
|
return (iv);
|
|
1307
1396
|
};
|
|
1308
1397
|
IgcStackedFragmentSeriesComponent.prototype.getSeriesValue = function (world, useInterpolation, skipUnknowns) {
|
|
1309
|
-
var iv = this.i.
|
|
1398
|
+
var iv = this.i.br(toPoint(world), useInterpolation, skipUnknowns);
|
|
1310
1399
|
return (iv);
|
|
1311
1400
|
};
|
|
1312
1401
|
IgcStackedFragmentSeriesComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
1313
|
-
var iv = this.i.
|
|
1402
|
+
var iv = this.i.k1(toPoint(world), useInterpolation, skipUnknowns);
|
|
1314
1403
|
return fromPoint(iv);
|
|
1315
1404
|
};
|
|
1316
1405
|
/**
|
|
@@ -1319,7 +1408,7 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1319
1408
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
1320
1409
|
*/
|
|
1321
1410
|
IgcStackedFragmentSeriesComponent.prototype.getSeriesValueBoundingBox = function (world) {
|
|
1322
|
-
var iv = this.i.
|
|
1411
|
+
var iv = this.i.k5(toPoint(world));
|
|
1323
1412
|
return fromRect(iv);
|
|
1324
1413
|
};
|
|
1325
1414
|
/**
|
|
@@ -1328,31 +1417,31 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1328
1417
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
1329
1418
|
*/
|
|
1330
1419
|
IgcStackedFragmentSeriesComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
|
|
1331
|
-
var iv = this.i.
|
|
1420
|
+
var iv = this.i.k7(toPoint(world));
|
|
1332
1421
|
return fromRect(iv);
|
|
1333
1422
|
};
|
|
1334
1423
|
IgcStackedFragmentSeriesComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
|
|
1335
|
-
var iv = this.i.
|
|
1424
|
+
var iv = this.i.bn(toPoint(world), useInterpolation, skipUnknowns);
|
|
1336
1425
|
return (iv);
|
|
1337
1426
|
};
|
|
1338
1427
|
IgcStackedFragmentSeriesComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
1339
|
-
var iv = this.i.
|
|
1428
|
+
var iv = this.i.kx(toPoint(world), useInterpolation, skipUnknowns);
|
|
1340
1429
|
return fromPoint(iv);
|
|
1341
1430
|
};
|
|
1342
1431
|
IgcStackedFragmentSeriesComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
|
|
1343
|
-
var iv = this.i.
|
|
1432
|
+
var iv = this.i.bp(toPoint(world), useInterpolation, skipUnknowns);
|
|
1344
1433
|
return (iv);
|
|
1345
1434
|
};
|
|
1346
1435
|
IgcStackedFragmentSeriesComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
1347
|
-
var iv = this.i.
|
|
1436
|
+
var iv = this.i.kz(toPoint(world), useInterpolation, skipUnknowns);
|
|
1348
1437
|
return fromPoint(iv);
|
|
1349
1438
|
};
|
|
1350
1439
|
IgcStackedFragmentSeriesComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
1351
|
-
var iv = this.i.
|
|
1440
|
+
var iv = this.i.k2(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
1352
1441
|
return fromPoint(iv);
|
|
1353
1442
|
};
|
|
1354
1443
|
IgcStackedFragmentSeriesComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
1355
|
-
var iv = this.i.
|
|
1444
|
+
var iv = this.i.bs(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
1356
1445
|
return (iv);
|
|
1357
1446
|
};
|
|
1358
1447
|
/**
|
|
@@ -1360,7 +1449,7 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1360
1449
|
|
|
1361
1450
|
*/
|
|
1362
1451
|
IgcStackedFragmentSeriesComponent.prototype.getItemSpan = function () {
|
|
1363
|
-
var iv = this.i.
|
|
1452
|
+
var iv = this.i.bm();
|
|
1364
1453
|
return (iv);
|
|
1365
1454
|
};
|
|
1366
1455
|
/**
|
|
@@ -1369,7 +1458,7 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1369
1458
|
* @param seriesPoint * The pixel location within the plot area of the series.
|
|
1370
1459
|
*/
|
|
1371
1460
|
IgcStackedFragmentSeriesComponent.prototype.toWorldPosition = function (seriesPoint) {
|
|
1372
|
-
var iv = this.i.
|
|
1461
|
+
var iv = this.i.k3(toPoint(seriesPoint));
|
|
1373
1462
|
return fromPoint(iv);
|
|
1374
1463
|
};
|
|
1375
1464
|
/**
|
|
@@ -1378,7 +1467,7 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1378
1467
|
* @param world * The world position from which to convert.
|
|
1379
1468
|
*/
|
|
1380
1469
|
IgcStackedFragmentSeriesComponent.prototype.fromWorldPosition = function (world) {
|
|
1381
|
-
var iv = this.i.
|
|
1470
|
+
var iv = this.i.kw(toPoint(world));
|
|
1382
1471
|
return fromPoint(iv);
|
|
1383
1472
|
};
|
|
1384
1473
|
/**
|
|
@@ -1387,7 +1476,7 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1387
1476
|
* @param item * The item to attempt to bring into view.
|
|
1388
1477
|
*/
|
|
1389
1478
|
IgcStackedFragmentSeriesComponent.prototype.scrollIntoView = function (item) {
|
|
1390
|
-
var iv = this.i.
|
|
1479
|
+
var iv = this.i.az(item);
|
|
1391
1480
|
return (iv);
|
|
1392
1481
|
};
|
|
1393
1482
|
/**
|
|
@@ -1395,7 +1484,7 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1395
1484
|
|
|
1396
1485
|
*/
|
|
1397
1486
|
IgcStackedFragmentSeriesComponent.prototype.getEffectiveViewport = function () {
|
|
1398
|
-
var iv = this.i.
|
|
1487
|
+
var iv = this.i.k4();
|
|
1399
1488
|
return fromRect(iv);
|
|
1400
1489
|
};
|
|
1401
1490
|
/**
|
|
@@ -1403,7 +1492,7 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1403
1492
|
|
|
1404
1493
|
*/
|
|
1405
1494
|
IgcStackedFragmentSeriesComponent.prototype.notifyVisualPropertiesChanged = function () {
|
|
1406
|
-
this.i.
|
|
1495
|
+
this.i.fm();
|
|
1407
1496
|
};
|
|
1408
1497
|
/**
|
|
1409
1498
|
* Simulates a pointer hover over the series surface.
|
|
@@ -1411,7 +1500,7 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1411
1500
|
* @param point * The pointer position relative to the series viewport over which to hover.
|
|
1412
1501
|
*/
|
|
1413
1502
|
IgcStackedFragmentSeriesComponent.prototype.simulateHover = function (point) {
|
|
1414
|
-
this.i.
|
|
1503
|
+
this.i.fr(toPoint(point));
|
|
1415
1504
|
};
|
|
1416
1505
|
/**
|
|
1417
1506
|
* Moves the cursor point to the provided world position. Some series may react to the current cursor position.
|
|
@@ -1419,10 +1508,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1419
1508
|
* @param point * The cursor point, in world coordinates.
|
|
1420
1509
|
*/
|
|
1421
1510
|
IgcStackedFragmentSeriesComponent.prototype.moveCursorPoint = function (point) {
|
|
1422
|
-
this.i.
|
|
1511
|
+
this.i.fl(toPoint(point));
|
|
1423
1512
|
};
|
|
1424
1513
|
IgcStackedFragmentSeriesComponent.prototype.replayTransitionIn = function () {
|
|
1425
|
-
this.i.
|
|
1514
|
+
this.i.fq();
|
|
1426
1515
|
};
|
|
1427
1516
|
Object.defineProperty(IgcStackedFragmentSeriesComponent.prototype, "propertyUpdated", {
|
|
1428
1517
|
/**
|
|
@@ -1450,6 +1539,7 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1450
1539
|
}
|
|
1451
1540
|
};
|
|
1452
1541
|
this.i.propertyUpdated = delegateCombine(this.i.propertyUpdated, this._propertyUpdated_wrapped);
|
|
1542
|
+
;
|
|
1453
1543
|
},
|
|
1454
1544
|
enumerable: true,
|
|
1455
1545
|
configurable: true
|