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
|
@@ -28,11 +28,25 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
if (_super.prototype["connectedCallback"]) {
|
|
29
29
|
_super.prototype["connectedCallback"].call(this);
|
|
30
30
|
}
|
|
31
|
+
if (this.i.connectedCallback) {
|
|
32
|
+
this.i.connectedCallback();
|
|
33
|
+
}
|
|
31
34
|
if (!this._attached) {
|
|
32
35
|
this._attached = true;
|
|
33
36
|
this._flushQueuedAttributes();
|
|
34
37
|
}
|
|
35
38
|
};
|
|
39
|
+
IgcXYChartComponent.prototype.disconnectedCallback = function () {
|
|
40
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
41
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
42
|
+
}
|
|
43
|
+
if (this.i.disconnectedCallback) {
|
|
44
|
+
this.i.disconnectedCallback();
|
|
45
|
+
}
|
|
46
|
+
if (this._attached) {
|
|
47
|
+
this._attached = false;
|
|
48
|
+
}
|
|
49
|
+
};
|
|
36
50
|
Object.defineProperty(IgcXYChartComponent, "observedAttributes", {
|
|
37
51
|
get: function () {
|
|
38
52
|
if (IgcXYChartComponent._observedAttributesIgcXYChartComponent == null) {
|
|
@@ -60,10 +74,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60
74
|
* ```
|
|
61
75
|
*/
|
|
62
76
|
get: function () {
|
|
63
|
-
return this.i.
|
|
77
|
+
return this.i.vk;
|
|
64
78
|
},
|
|
65
79
|
set: function (v) {
|
|
66
|
-
this.i.
|
|
80
|
+
this.i.vk = v;
|
|
67
81
|
},
|
|
68
82
|
enumerable: true,
|
|
69
83
|
configurable: true
|
|
@@ -81,10 +95,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81
95
|
* ```
|
|
82
96
|
*/
|
|
83
97
|
get: function () {
|
|
84
|
-
return this.i.
|
|
98
|
+
return this.i.vl;
|
|
85
99
|
},
|
|
86
100
|
set: function (v) {
|
|
87
|
-
this.i.
|
|
101
|
+
this.i.vl = v;
|
|
88
102
|
},
|
|
89
103
|
enumerable: true,
|
|
90
104
|
configurable: true
|
|
@@ -100,11 +114,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
100
114
|
* ```
|
|
101
115
|
*/
|
|
102
116
|
get: function () {
|
|
103
|
-
return this.i.
|
|
117
|
+
return this.i.w1;
|
|
104
118
|
},
|
|
105
119
|
set: function (v) {
|
|
106
|
-
this.i.
|
|
107
|
-
this._a("xAxisLabelLeftMargin", this.i.
|
|
120
|
+
this.i.w1 = +v;
|
|
121
|
+
this._a("xAxisLabelLeftMargin", this.i.w1);
|
|
108
122
|
},
|
|
109
123
|
enumerable: true,
|
|
110
124
|
configurable: true
|
|
@@ -120,11 +134,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
120
134
|
* ```
|
|
121
135
|
*/
|
|
122
136
|
get: function () {
|
|
123
|
-
return this.i.
|
|
137
|
+
return this.i.w3;
|
|
124
138
|
},
|
|
125
139
|
set: function (v) {
|
|
126
|
-
this.i.
|
|
127
|
-
this._a("xAxisLabelTopMargin", this.i.
|
|
140
|
+
this.i.w3 = +v;
|
|
141
|
+
this._a("xAxisLabelTopMargin", this.i.w3);
|
|
128
142
|
},
|
|
129
143
|
enumerable: true,
|
|
130
144
|
configurable: true
|
|
@@ -140,11 +154,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
140
154
|
* ```
|
|
141
155
|
*/
|
|
142
156
|
get: function () {
|
|
143
|
-
return this.i.
|
|
157
|
+
return this.i.w2;
|
|
144
158
|
},
|
|
145
159
|
set: function (v) {
|
|
146
|
-
this.i.
|
|
147
|
-
this._a("xAxisLabelRightMargin", this.i.
|
|
160
|
+
this.i.w2 = +v;
|
|
161
|
+
this._a("xAxisLabelRightMargin", this.i.w2);
|
|
148
162
|
},
|
|
149
163
|
enumerable: true,
|
|
150
164
|
configurable: true
|
|
@@ -160,11 +174,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
160
174
|
* ```
|
|
161
175
|
*/
|
|
162
176
|
get: function () {
|
|
163
|
-
return this.i.
|
|
177
|
+
return this.i.w0;
|
|
164
178
|
},
|
|
165
179
|
set: function (v) {
|
|
166
|
-
this.i.
|
|
167
|
-
this._a("xAxisLabelBottomMargin", this.i.
|
|
180
|
+
this.i.w0 = +v;
|
|
181
|
+
this._a("xAxisLabelBottomMargin", this.i.w0);
|
|
168
182
|
},
|
|
169
183
|
enumerable: true,
|
|
170
184
|
configurable: true
|
|
@@ -180,11 +194,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
180
194
|
* ```
|
|
181
195
|
*/
|
|
182
196
|
get: function () {
|
|
183
|
-
return this.i.
|
|
197
|
+
return this.i.xi;
|
|
184
198
|
},
|
|
185
199
|
set: function (v) {
|
|
186
|
-
this.i.
|
|
187
|
-
this._a("yAxisLabelLeftMargin", this.i.
|
|
200
|
+
this.i.xi = +v;
|
|
201
|
+
this._a("yAxisLabelLeftMargin", this.i.xi);
|
|
188
202
|
},
|
|
189
203
|
enumerable: true,
|
|
190
204
|
configurable: true
|
|
@@ -200,11 +214,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
200
214
|
* ```
|
|
201
215
|
*/
|
|
202
216
|
get: function () {
|
|
203
|
-
return this.i.
|
|
217
|
+
return this.i.xk;
|
|
204
218
|
},
|
|
205
219
|
set: function (v) {
|
|
206
|
-
this.i.
|
|
207
|
-
this._a("yAxisLabelTopMargin", this.i.
|
|
220
|
+
this.i.xk = +v;
|
|
221
|
+
this._a("yAxisLabelTopMargin", this.i.xk);
|
|
208
222
|
},
|
|
209
223
|
enumerable: true,
|
|
210
224
|
configurable: true
|
|
@@ -220,11 +234,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
220
234
|
* ```
|
|
221
235
|
*/
|
|
222
236
|
get: function () {
|
|
223
|
-
return this.i.
|
|
237
|
+
return this.i.xj;
|
|
224
238
|
},
|
|
225
239
|
set: function (v) {
|
|
226
|
-
this.i.
|
|
227
|
-
this._a("yAxisLabelRightMargin", this.i.
|
|
240
|
+
this.i.xj = +v;
|
|
241
|
+
this._a("yAxisLabelRightMargin", this.i.xj);
|
|
228
242
|
},
|
|
229
243
|
enumerable: true,
|
|
230
244
|
configurable: true
|
|
@@ -240,11 +254,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
240
254
|
* ```
|
|
241
255
|
*/
|
|
242
256
|
get: function () {
|
|
243
|
-
return this.i.
|
|
257
|
+
return this.i.xh;
|
|
244
258
|
},
|
|
245
259
|
set: function (v) {
|
|
246
|
-
this.i.
|
|
247
|
-
this._a("yAxisLabelBottomMargin", this.i.
|
|
260
|
+
this.i.xh = +v;
|
|
261
|
+
this._a("yAxisLabelBottomMargin", this.i.xh);
|
|
248
262
|
},
|
|
249
263
|
enumerable: true,
|
|
250
264
|
configurable: true
|
|
@@ -260,11 +274,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
260
274
|
* ```
|
|
261
275
|
*/
|
|
262
276
|
get: function () {
|
|
263
|
-
return brushToString(this.i.
|
|
277
|
+
return brushToString(this.i.abp);
|
|
264
278
|
},
|
|
265
279
|
set: function (v) {
|
|
266
|
-
this.i.
|
|
267
|
-
this._a("xAxisLabelTextColor", brushToString(this.i.
|
|
280
|
+
this.i.abp = stringToBrush(v);
|
|
281
|
+
this._a("xAxisLabelTextColor", brushToString(this.i.abp));
|
|
268
282
|
},
|
|
269
283
|
enumerable: true,
|
|
270
284
|
configurable: true
|
|
@@ -280,11 +294,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
280
294
|
* ```
|
|
281
295
|
*/
|
|
282
296
|
get: function () {
|
|
283
|
-
return brushToString(this.i.
|
|
297
|
+
return brushToString(this.i.abw);
|
|
284
298
|
},
|
|
285
299
|
set: function (v) {
|
|
286
|
-
this.i.
|
|
287
|
-
this._a("yAxisLabelTextColor", brushToString(this.i.
|
|
300
|
+
this.i.abw = stringToBrush(v);
|
|
301
|
+
this._a("yAxisLabelTextColor", brushToString(this.i.abw));
|
|
288
302
|
},
|
|
289
303
|
enumerable: true,
|
|
290
304
|
configurable: true
|
|
@@ -294,11 +308,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
294
308
|
* Gets the actual color of labels on the X-axis
|
|
295
309
|
*/
|
|
296
310
|
get: function () {
|
|
297
|
-
return brushToString(this.i.
|
|
311
|
+
return brushToString(this.i.abn);
|
|
298
312
|
},
|
|
299
313
|
set: function (v) {
|
|
300
|
-
this.i.
|
|
301
|
-
this._a("actualXAxisLabelTextColor", brushToString(this.i.
|
|
314
|
+
this.i.abn = stringToBrush(v);
|
|
315
|
+
this._a("actualXAxisLabelTextColor", brushToString(this.i.abn));
|
|
302
316
|
},
|
|
303
317
|
enumerable: true,
|
|
304
318
|
configurable: true
|
|
@@ -308,11 +322,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
308
322
|
* Gets the actual color of labels on the Y-axis
|
|
309
323
|
*/
|
|
310
324
|
get: function () {
|
|
311
|
-
return brushToString(this.i.
|
|
325
|
+
return brushToString(this.i.abo);
|
|
312
326
|
},
|
|
313
327
|
set: function (v) {
|
|
314
|
-
this.i.
|
|
315
|
-
this._a("actualYAxisLabelTextColor", brushToString(this.i.
|
|
328
|
+
this.i.abo = stringToBrush(v);
|
|
329
|
+
this._a("actualYAxisLabelTextColor", brushToString(this.i.abo));
|
|
316
330
|
},
|
|
317
331
|
enumerable: true,
|
|
318
332
|
configurable: true
|
|
@@ -324,11 +338,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
324
338
|
* Use the `xAxisTitleMargin` property to set a margin around the y-axis title.
|
|
325
339
|
*/
|
|
326
340
|
get: function () {
|
|
327
|
-
return this.i.
|
|
341
|
+
return this.i.xc;
|
|
328
342
|
},
|
|
329
343
|
set: function (v) {
|
|
330
|
-
this.i.
|
|
331
|
-
this._a("xAxisTitleMargin", this.i.
|
|
344
|
+
this.i.xc = +v;
|
|
345
|
+
this._a("xAxisTitleMargin", this.i.xc);
|
|
332
346
|
},
|
|
333
347
|
enumerable: true,
|
|
334
348
|
configurable: true
|
|
@@ -340,11 +354,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
340
354
|
* Use the `yAxisTitleMargin` property to set a margin around the y-axis title.
|
|
341
355
|
*/
|
|
342
356
|
get: function () {
|
|
343
|
-
return this.i.
|
|
357
|
+
return this.i.xt;
|
|
344
358
|
},
|
|
345
359
|
set: function (v) {
|
|
346
|
-
this.i.
|
|
347
|
-
this._a("yAxisTitleMargin", this.i.
|
|
360
|
+
this.i.xt = +v;
|
|
361
|
+
this._a("yAxisTitleMargin", this.i.xt);
|
|
348
362
|
},
|
|
349
363
|
enumerable: true,
|
|
350
364
|
configurable: true
|
|
@@ -360,11 +374,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
360
374
|
* ```
|
|
361
375
|
*/
|
|
362
376
|
get: function () {
|
|
363
|
-
return this.i.
|
|
377
|
+
return this.i.xb;
|
|
364
378
|
},
|
|
365
379
|
set: function (v) {
|
|
366
|
-
this.i.
|
|
367
|
-
this._a("xAxisTitleLeftMargin", this.i.
|
|
380
|
+
this.i.xb = +v;
|
|
381
|
+
this._a("xAxisTitleLeftMargin", this.i.xb);
|
|
368
382
|
},
|
|
369
383
|
enumerable: true,
|
|
370
384
|
configurable: true
|
|
@@ -380,11 +394,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
380
394
|
* ```
|
|
381
395
|
*/
|
|
382
396
|
get: function () {
|
|
383
|
-
return this.i.
|
|
397
|
+
return this.i.xs;
|
|
384
398
|
},
|
|
385
399
|
set: function (v) {
|
|
386
|
-
this.i.
|
|
387
|
-
this._a("yAxisTitleLeftMargin", this.i.
|
|
400
|
+
this.i.xs = +v;
|
|
401
|
+
this._a("yAxisTitleLeftMargin", this.i.xs);
|
|
388
402
|
},
|
|
389
403
|
enumerable: true,
|
|
390
404
|
configurable: true
|
|
@@ -400,11 +414,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
400
414
|
* ```
|
|
401
415
|
*/
|
|
402
416
|
get: function () {
|
|
403
|
-
return this.i.
|
|
417
|
+
return this.i.xe;
|
|
404
418
|
},
|
|
405
419
|
set: function (v) {
|
|
406
|
-
this.i.
|
|
407
|
-
this._a("xAxisTitleTopMargin", this.i.
|
|
420
|
+
this.i.xe = +v;
|
|
421
|
+
this._a("xAxisTitleTopMargin", this.i.xe);
|
|
408
422
|
},
|
|
409
423
|
enumerable: true,
|
|
410
424
|
configurable: true
|
|
@@ -420,11 +434,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
420
434
|
* ```
|
|
421
435
|
*/
|
|
422
436
|
get: function () {
|
|
423
|
-
return this.i.
|
|
437
|
+
return this.i.xv;
|
|
424
438
|
},
|
|
425
439
|
set: function (v) {
|
|
426
|
-
this.i.
|
|
427
|
-
this._a("yAxisTitleTopMargin", this.i.
|
|
440
|
+
this.i.xv = +v;
|
|
441
|
+
this._a("yAxisTitleTopMargin", this.i.xv);
|
|
428
442
|
},
|
|
429
443
|
enumerable: true,
|
|
430
444
|
configurable: true
|
|
@@ -440,11 +454,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
440
454
|
* ```
|
|
441
455
|
*/
|
|
442
456
|
get: function () {
|
|
443
|
-
return this.i.
|
|
457
|
+
return this.i.xd;
|
|
444
458
|
},
|
|
445
459
|
set: function (v) {
|
|
446
|
-
this.i.
|
|
447
|
-
this._a("xAxisTitleRightMargin", this.i.
|
|
460
|
+
this.i.xd = +v;
|
|
461
|
+
this._a("xAxisTitleRightMargin", this.i.xd);
|
|
448
462
|
},
|
|
449
463
|
enumerable: true,
|
|
450
464
|
configurable: true
|
|
@@ -460,11 +474,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
460
474
|
* ```
|
|
461
475
|
*/
|
|
462
476
|
get: function () {
|
|
463
|
-
return this.i.
|
|
477
|
+
return this.i.xu;
|
|
464
478
|
},
|
|
465
479
|
set: function (v) {
|
|
466
|
-
this.i.
|
|
467
|
-
this._a("yAxisTitleRightMargin", this.i.
|
|
480
|
+
this.i.xu = +v;
|
|
481
|
+
this._a("yAxisTitleRightMargin", this.i.xu);
|
|
468
482
|
},
|
|
469
483
|
enumerable: true,
|
|
470
484
|
configurable: true
|
|
@@ -480,11 +494,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
480
494
|
* ```
|
|
481
495
|
*/
|
|
482
496
|
get: function () {
|
|
483
|
-
return this.i.
|
|
497
|
+
return this.i.xa;
|
|
484
498
|
},
|
|
485
499
|
set: function (v) {
|
|
486
|
-
this.i.
|
|
487
|
-
this._a("xAxisTitleBottomMargin", this.i.
|
|
500
|
+
this.i.xa = +v;
|
|
501
|
+
this._a("xAxisTitleBottomMargin", this.i.xa);
|
|
488
502
|
},
|
|
489
503
|
enumerable: true,
|
|
490
504
|
configurable: true
|
|
@@ -500,11 +514,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
500
514
|
* ```
|
|
501
515
|
*/
|
|
502
516
|
get: function () {
|
|
503
|
-
return this.i.
|
|
517
|
+
return this.i.xr;
|
|
504
518
|
},
|
|
505
519
|
set: function (v) {
|
|
506
|
-
this.i.
|
|
507
|
-
this._a("yAxisTitleBottomMargin", this.i.
|
|
520
|
+
this.i.xr = +v;
|
|
521
|
+
this._a("yAxisTitleBottomMargin", this.i.xr);
|
|
508
522
|
},
|
|
509
523
|
enumerable: true,
|
|
510
524
|
configurable: true
|
|
@@ -520,11 +534,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
520
534
|
* ```
|
|
521
535
|
*/
|
|
522
536
|
get: function () {
|
|
523
|
-
return brushToString(this.i.
|
|
537
|
+
return brushToString(this.i.abv);
|
|
524
538
|
},
|
|
525
539
|
set: function (v) {
|
|
526
|
-
this.i.
|
|
527
|
-
this._a("xAxisTitleTextColor", brushToString(this.i.
|
|
540
|
+
this.i.abv = stringToBrush(v);
|
|
541
|
+
this._a("xAxisTitleTextColor", brushToString(this.i.abv));
|
|
528
542
|
},
|
|
529
543
|
enumerable: true,
|
|
530
544
|
configurable: true
|
|
@@ -540,11 +554,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
540
554
|
* ```
|
|
541
555
|
*/
|
|
542
556
|
get: function () {
|
|
543
|
-
return brushToString(this.i.
|
|
557
|
+
return brushToString(this.i.ab2);
|
|
544
558
|
},
|
|
545
559
|
set: function (v) {
|
|
546
|
-
this.i.
|
|
547
|
-
this._a("yAxisTitleTextColor", brushToString(this.i.
|
|
560
|
+
this.i.ab2 = stringToBrush(v);
|
|
561
|
+
this._a("yAxisTitleTextColor", brushToString(this.i.ab2));
|
|
548
562
|
},
|
|
549
563
|
enumerable: true,
|
|
550
564
|
configurable: true
|
|
@@ -560,10 +574,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
560
574
|
* ```
|
|
561
575
|
*/
|
|
562
576
|
get: function () {
|
|
563
|
-
return this.i.
|
|
577
|
+
return this.i.yp;
|
|
564
578
|
},
|
|
565
579
|
set: function (v) {
|
|
566
|
-
this.i.
|
|
580
|
+
this.i.yp = v;
|
|
567
581
|
},
|
|
568
582
|
enumerable: true,
|
|
569
583
|
configurable: true
|
|
@@ -579,10 +593,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
579
593
|
* ```
|
|
580
594
|
*/
|
|
581
595
|
get: function () {
|
|
582
|
-
return this.i.
|
|
596
|
+
return this.i.zu;
|
|
583
597
|
},
|
|
584
598
|
set: function (v) {
|
|
585
|
-
this.i.
|
|
599
|
+
this.i.zu = v;
|
|
586
600
|
},
|
|
587
601
|
enumerable: true,
|
|
588
602
|
configurable: true
|
|
@@ -598,10 +612,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
598
612
|
* ```
|
|
599
613
|
*/
|
|
600
614
|
get: function () {
|
|
601
|
-
return this.i.
|
|
615
|
+
return this.i.zd;
|
|
602
616
|
},
|
|
603
617
|
set: function (v) {
|
|
604
|
-
this.i.
|
|
618
|
+
this.i.zd = v;
|
|
605
619
|
},
|
|
606
620
|
enumerable: true,
|
|
607
621
|
configurable: true
|
|
@@ -617,10 +631,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
617
631
|
* ```
|
|
618
632
|
*/
|
|
619
633
|
get: function () {
|
|
620
|
-
return this.i.
|
|
634
|
+
return this.i.aai;
|
|
621
635
|
},
|
|
622
636
|
set: function (v) {
|
|
623
|
-
this.i.
|
|
637
|
+
this.i.aai = v;
|
|
624
638
|
},
|
|
625
639
|
enumerable: true,
|
|
626
640
|
configurable: true
|
|
@@ -630,10 +644,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
630
644
|
* Gets or sets the format for labels along the X-axis.
|
|
631
645
|
*/
|
|
632
646
|
get: function () {
|
|
633
|
-
return this.i.
|
|
647
|
+
return this.i.xy;
|
|
634
648
|
},
|
|
635
649
|
set: function (v) {
|
|
636
|
-
this.i.
|
|
650
|
+
this.i.xy = v;
|
|
637
651
|
},
|
|
638
652
|
enumerable: true,
|
|
639
653
|
configurable: true
|
|
@@ -643,10 +657,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
643
657
|
* Gets or sets the property or string from which the labels are derived.
|
|
644
658
|
*/
|
|
645
659
|
get: function () {
|
|
646
|
-
return this.i.
|
|
660
|
+
return this.i.xz;
|
|
647
661
|
},
|
|
648
662
|
set: function (v) {
|
|
649
|
-
this.i.
|
|
663
|
+
this.i.xz = v;
|
|
650
664
|
},
|
|
651
665
|
enumerable: true,
|
|
652
666
|
configurable: true
|
|
@@ -662,11 +676,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
662
676
|
* ```
|
|
663
677
|
*/
|
|
664
678
|
get: function () {
|
|
665
|
-
return brushToString(this.i.
|
|
679
|
+
return brushToString(this.i.abq);
|
|
666
680
|
},
|
|
667
681
|
set: function (v) {
|
|
668
|
-
this.i.
|
|
669
|
-
this._a("xAxisMajorStroke", brushToString(this.i.
|
|
682
|
+
this.i.abq = stringToBrush(v);
|
|
683
|
+
this._a("xAxisMajorStroke", brushToString(this.i.abq));
|
|
670
684
|
},
|
|
671
685
|
enumerable: true,
|
|
672
686
|
configurable: true
|
|
@@ -682,11 +696,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
682
696
|
* ```
|
|
683
697
|
*/
|
|
684
698
|
get: function () {
|
|
685
|
-
return brushToString(this.i.
|
|
699
|
+
return brushToString(this.i.abx);
|
|
686
700
|
},
|
|
687
701
|
set: function (v) {
|
|
688
|
-
this.i.
|
|
689
|
-
this._a("yAxisMajorStroke", brushToString(this.i.
|
|
702
|
+
this.i.abx = stringToBrush(v);
|
|
703
|
+
this._a("yAxisMajorStroke", brushToString(this.i.abx));
|
|
690
704
|
},
|
|
691
705
|
enumerable: true,
|
|
692
706
|
configurable: true
|
|
@@ -702,11 +716,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
702
716
|
* ```
|
|
703
717
|
*/
|
|
704
718
|
get: function () {
|
|
705
|
-
return this.i.
|
|
719
|
+
return this.i.w4;
|
|
706
720
|
},
|
|
707
721
|
set: function (v) {
|
|
708
|
-
this.i.
|
|
709
|
-
this._a("xAxisMajorStrokeThickness", this.i.
|
|
722
|
+
this.i.w4 = +v;
|
|
723
|
+
this._a("xAxisMajorStrokeThickness", this.i.w4);
|
|
710
724
|
},
|
|
711
725
|
enumerable: true,
|
|
712
726
|
configurable: true
|
|
@@ -722,11 +736,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
722
736
|
* ```
|
|
723
737
|
*/
|
|
724
738
|
get: function () {
|
|
725
|
-
return this.i.
|
|
739
|
+
return this.i.xl;
|
|
726
740
|
},
|
|
727
741
|
set: function (v) {
|
|
728
|
-
this.i.
|
|
729
|
-
this._a("yAxisMajorStrokeThickness", this.i.
|
|
742
|
+
this.i.xl = +v;
|
|
743
|
+
this._a("yAxisMajorStrokeThickness", this.i.xl);
|
|
730
744
|
},
|
|
731
745
|
enumerable: true,
|
|
732
746
|
configurable: true
|
|
@@ -742,11 +756,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
742
756
|
* ```
|
|
743
757
|
*/
|
|
744
758
|
get: function () {
|
|
745
|
-
return this.i.
|
|
759
|
+
return this.i.w5;
|
|
746
760
|
},
|
|
747
761
|
set: function (v) {
|
|
748
|
-
this.i.
|
|
749
|
-
this._a("xAxisMinorStrokeThickness", this.i.
|
|
762
|
+
this.i.w5 = +v;
|
|
763
|
+
this._a("xAxisMinorStrokeThickness", this.i.w5);
|
|
750
764
|
},
|
|
751
765
|
enumerable: true,
|
|
752
766
|
configurable: true
|
|
@@ -762,11 +776,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
762
776
|
* ```
|
|
763
777
|
*/
|
|
764
778
|
get: function () {
|
|
765
|
-
return this.i.
|
|
779
|
+
return this.i.xm;
|
|
766
780
|
},
|
|
767
781
|
set: function (v) {
|
|
768
|
-
this.i.
|
|
769
|
-
this._a("yAxisMinorStrokeThickness", this.i.
|
|
782
|
+
this.i.xm = +v;
|
|
783
|
+
this._a("yAxisMinorStrokeThickness", this.i.xm);
|
|
770
784
|
},
|
|
771
785
|
enumerable: true,
|
|
772
786
|
configurable: true
|
|
@@ -782,11 +796,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
782
796
|
* ```
|
|
783
797
|
*/
|
|
784
798
|
get: function () {
|
|
785
|
-
return brushToString(this.i.
|
|
799
|
+
return brushToString(this.i.abs);
|
|
786
800
|
},
|
|
787
801
|
set: function (v) {
|
|
788
|
-
this.i.
|
|
789
|
-
this._a("xAxisStrip", brushToString(this.i.
|
|
802
|
+
this.i.abs = stringToBrush(v);
|
|
803
|
+
this._a("xAxisStrip", brushToString(this.i.abs));
|
|
790
804
|
},
|
|
791
805
|
enumerable: true,
|
|
792
806
|
configurable: true
|
|
@@ -802,11 +816,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
802
816
|
* ```
|
|
803
817
|
*/
|
|
804
818
|
get: function () {
|
|
805
|
-
return brushToString(this.i.
|
|
819
|
+
return brushToString(this.i.abz);
|
|
806
820
|
},
|
|
807
821
|
set: function (v) {
|
|
808
|
-
this.i.
|
|
809
|
-
this._a("yAxisStrip", brushToString(this.i.
|
|
822
|
+
this.i.abz = stringToBrush(v);
|
|
823
|
+
this._a("yAxisStrip", brushToString(this.i.abz));
|
|
810
824
|
},
|
|
811
825
|
enumerable: true,
|
|
812
826
|
configurable: true
|
|
@@ -822,11 +836,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
822
836
|
* ```
|
|
823
837
|
*/
|
|
824
838
|
get: function () {
|
|
825
|
-
return brushToString(this.i.
|
|
839
|
+
return brushToString(this.i.abt);
|
|
826
840
|
},
|
|
827
841
|
set: function (v) {
|
|
828
|
-
this.i.
|
|
829
|
-
this._a("xAxisStroke", brushToString(this.i.
|
|
842
|
+
this.i.abt = stringToBrush(v);
|
|
843
|
+
this._a("xAxisStroke", brushToString(this.i.abt));
|
|
830
844
|
},
|
|
831
845
|
enumerable: true,
|
|
832
846
|
configurable: true
|
|
@@ -842,11 +856,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
842
856
|
* ```
|
|
843
857
|
*/
|
|
844
858
|
get: function () {
|
|
845
|
-
return brushToString(this.i.
|
|
859
|
+
return brushToString(this.i.ab0);
|
|
846
860
|
},
|
|
847
861
|
set: function (v) {
|
|
848
|
-
this.i.
|
|
849
|
-
this._a("yAxisStroke", brushToString(this.i.
|
|
862
|
+
this.i.ab0 = stringToBrush(v);
|
|
863
|
+
this._a("yAxisStroke", brushToString(this.i.ab0));
|
|
850
864
|
},
|
|
851
865
|
enumerable: true,
|
|
852
866
|
configurable: true
|
|
@@ -862,11 +876,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
862
876
|
* ```
|
|
863
877
|
*/
|
|
864
878
|
get: function () {
|
|
865
|
-
return this.i.
|
|
879
|
+
return this.i.w6;
|
|
866
880
|
},
|
|
867
881
|
set: function (v) {
|
|
868
|
-
this.i.
|
|
869
|
-
this._a("xAxisStrokeThickness", this.i.
|
|
882
|
+
this.i.w6 = +v;
|
|
883
|
+
this._a("xAxisStrokeThickness", this.i.w6);
|
|
870
884
|
},
|
|
871
885
|
enumerable: true,
|
|
872
886
|
configurable: true
|
|
@@ -882,11 +896,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
882
896
|
* ```
|
|
883
897
|
*/
|
|
884
898
|
get: function () {
|
|
885
|
-
return this.i.
|
|
899
|
+
return this.i.xn;
|
|
886
900
|
},
|
|
887
901
|
set: function (v) {
|
|
888
|
-
this.i.
|
|
889
|
-
this._a("yAxisStrokeThickness", this.i.
|
|
902
|
+
this.i.xn = +v;
|
|
903
|
+
this._a("yAxisStrokeThickness", this.i.xn);
|
|
890
904
|
},
|
|
891
905
|
enumerable: true,
|
|
892
906
|
configurable: true
|
|
@@ -902,11 +916,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
902
916
|
* ```
|
|
903
917
|
*/
|
|
904
918
|
get: function () {
|
|
905
|
-
return this.i.
|
|
919
|
+
return this.i.w7;
|
|
906
920
|
},
|
|
907
921
|
set: function (v) {
|
|
908
|
-
this.i.
|
|
909
|
-
this._a("xAxisTickLength", this.i.
|
|
922
|
+
this.i.w7 = +v;
|
|
923
|
+
this._a("xAxisTickLength", this.i.w7);
|
|
910
924
|
},
|
|
911
925
|
enumerable: true,
|
|
912
926
|
configurable: true
|
|
@@ -922,11 +936,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
922
936
|
* ```
|
|
923
937
|
*/
|
|
924
938
|
get: function () {
|
|
925
|
-
return this.i.
|
|
939
|
+
return this.i.xo;
|
|
926
940
|
},
|
|
927
941
|
set: function (v) {
|
|
928
|
-
this.i.
|
|
929
|
-
this._a("yAxisTickLength", this.i.
|
|
942
|
+
this.i.xo = +v;
|
|
943
|
+
this._a("yAxisTickLength", this.i.xo);
|
|
930
944
|
},
|
|
931
945
|
enumerable: true,
|
|
932
946
|
configurable: true
|
|
@@ -942,11 +956,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
942
956
|
* ```
|
|
943
957
|
*/
|
|
944
958
|
get: function () {
|
|
945
|
-
return brushToString(this.i.
|
|
959
|
+
return brushToString(this.i.abu);
|
|
946
960
|
},
|
|
947
961
|
set: function (v) {
|
|
948
|
-
this.i.
|
|
949
|
-
this._a("xAxisTickStroke", brushToString(this.i.
|
|
962
|
+
this.i.abu = stringToBrush(v);
|
|
963
|
+
this._a("xAxisTickStroke", brushToString(this.i.abu));
|
|
950
964
|
},
|
|
951
965
|
enumerable: true,
|
|
952
966
|
configurable: true
|
|
@@ -962,11 +976,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
962
976
|
* ```
|
|
963
977
|
*/
|
|
964
978
|
get: function () {
|
|
965
|
-
return brushToString(this.i.
|
|
979
|
+
return brushToString(this.i.ab1);
|
|
966
980
|
},
|
|
967
981
|
set: function (v) {
|
|
968
|
-
this.i.
|
|
969
|
-
this._a("yAxisTickStroke", brushToString(this.i.
|
|
982
|
+
this.i.ab1 = stringToBrush(v);
|
|
983
|
+
this._a("yAxisTickStroke", brushToString(this.i.ab1));
|
|
970
984
|
},
|
|
971
985
|
enumerable: true,
|
|
972
986
|
configurable: true
|
|
@@ -982,11 +996,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
982
996
|
* ```
|
|
983
997
|
*/
|
|
984
998
|
get: function () {
|
|
985
|
-
return this.i.
|
|
999
|
+
return this.i.w8;
|
|
986
1000
|
},
|
|
987
1001
|
set: function (v) {
|
|
988
|
-
this.i.
|
|
989
|
-
this._a("xAxisTickStrokeThickness", this.i.
|
|
1002
|
+
this.i.w8 = +v;
|
|
1003
|
+
this._a("xAxisTickStrokeThickness", this.i.w8);
|
|
990
1004
|
},
|
|
991
1005
|
enumerable: true,
|
|
992
1006
|
configurable: true
|
|
@@ -1002,11 +1016,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1002
1016
|
* ```
|
|
1003
1017
|
*/
|
|
1004
1018
|
get: function () {
|
|
1005
|
-
return this.i.
|
|
1019
|
+
return this.i.xp;
|
|
1006
1020
|
},
|
|
1007
1021
|
set: function (v) {
|
|
1008
|
-
this.i.
|
|
1009
|
-
this._a("yAxisTickStrokeThickness", this.i.
|
|
1022
|
+
this.i.xp = +v;
|
|
1023
|
+
this._a("yAxisTickStrokeThickness", this.i.xp);
|
|
1010
1024
|
},
|
|
1011
1025
|
enumerable: true,
|
|
1012
1026
|
configurable: true
|
|
@@ -1022,10 +1036,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1022
1036
|
* ```
|
|
1023
1037
|
*/
|
|
1024
1038
|
get: function () {
|
|
1025
|
-
return this.i.
|
|
1039
|
+
return this.i.y4;
|
|
1026
1040
|
},
|
|
1027
1041
|
set: function (v) {
|
|
1028
|
-
this.i.
|
|
1042
|
+
this.i.y4 = v;
|
|
1029
1043
|
},
|
|
1030
1044
|
enumerable: true,
|
|
1031
1045
|
configurable: true
|
|
@@ -1041,10 +1055,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1041
1055
|
* ```
|
|
1042
1056
|
*/
|
|
1043
1057
|
get: function () {
|
|
1044
|
-
return this.i.
|
|
1058
|
+
return this.i.z9;
|
|
1045
1059
|
},
|
|
1046
1060
|
set: function (v) {
|
|
1047
|
-
this.i.
|
|
1061
|
+
this.i.z9 = v;
|
|
1048
1062
|
},
|
|
1049
1063
|
enumerable: true,
|
|
1050
1064
|
configurable: true
|
|
@@ -1060,11 +1074,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1060
1074
|
* ```
|
|
1061
1075
|
*/
|
|
1062
1076
|
get: function () {
|
|
1063
|
-
return brushToString(this.i.
|
|
1077
|
+
return brushToString(this.i.abr);
|
|
1064
1078
|
},
|
|
1065
1079
|
set: function (v) {
|
|
1066
|
-
this.i.
|
|
1067
|
-
this._a("xAxisMinorStroke", brushToString(this.i.
|
|
1080
|
+
this.i.abr = stringToBrush(v);
|
|
1081
|
+
this._a("xAxisMinorStroke", brushToString(this.i.abr));
|
|
1068
1082
|
},
|
|
1069
1083
|
enumerable: true,
|
|
1070
1084
|
configurable: true
|
|
@@ -1080,11 +1094,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1080
1094
|
* ```
|
|
1081
1095
|
*/
|
|
1082
1096
|
get: function () {
|
|
1083
|
-
return brushToString(this.i.
|
|
1097
|
+
return brushToString(this.i.aby);
|
|
1084
1098
|
},
|
|
1085
1099
|
set: function (v) {
|
|
1086
|
-
this.i.
|
|
1087
|
-
this._a("yAxisMinorStroke", brushToString(this.i.
|
|
1100
|
+
this.i.aby = stringToBrush(v);
|
|
1101
|
+
this._a("yAxisMinorStroke", brushToString(this.i.aby));
|
|
1088
1102
|
},
|
|
1089
1103
|
enumerable: true,
|
|
1090
1104
|
configurable: true
|
|
@@ -1100,11 +1114,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1100
1114
|
* ```
|
|
1101
1115
|
*/
|
|
1102
1116
|
get: function () {
|
|
1103
|
-
return this.i.
|
|
1117
|
+
return this.i.wz;
|
|
1104
1118
|
},
|
|
1105
1119
|
set: function (v) {
|
|
1106
|
-
this.i.
|
|
1107
|
-
this._a("xAxisLabelAngle", this.i.
|
|
1120
|
+
this.i.wz = +v;
|
|
1121
|
+
this._a("xAxisLabelAngle", this.i.wz);
|
|
1108
1122
|
},
|
|
1109
1123
|
enumerable: true,
|
|
1110
1124
|
configurable: true
|
|
@@ -1120,11 +1134,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1120
1134
|
* ```
|
|
1121
1135
|
*/
|
|
1122
1136
|
get: function () {
|
|
1123
|
-
return this.i.
|
|
1137
|
+
return this.i.xg;
|
|
1124
1138
|
},
|
|
1125
1139
|
set: function (v) {
|
|
1126
|
-
this.i.
|
|
1127
|
-
this._a("yAxisLabelAngle", this.i.
|
|
1140
|
+
this.i.xg = +v;
|
|
1141
|
+
this._a("yAxisLabelAngle", this.i.xg);
|
|
1128
1142
|
},
|
|
1129
1143
|
enumerable: true,
|
|
1130
1144
|
configurable: true
|
|
@@ -1140,11 +1154,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1140
1154
|
* ```
|
|
1141
1155
|
*/
|
|
1142
1156
|
get: function () {
|
|
1143
|
-
return this.i.
|
|
1157
|
+
return this.i.wy;
|
|
1144
1158
|
},
|
|
1145
1159
|
set: function (v) {
|
|
1146
|
-
this.i.
|
|
1147
|
-
this._a("xAxisExtent", this.i.
|
|
1160
|
+
this.i.wy = +v;
|
|
1161
|
+
this._a("xAxisExtent", this.i.wy);
|
|
1148
1162
|
},
|
|
1149
1163
|
enumerable: true,
|
|
1150
1164
|
configurable: true
|
|
@@ -1160,11 +1174,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1160
1174
|
* ```
|
|
1161
1175
|
*/
|
|
1162
1176
|
get: function () {
|
|
1163
|
-
return this.i.
|
|
1177
|
+
return this.i.xf;
|
|
1164
1178
|
},
|
|
1165
1179
|
set: function (v) {
|
|
1166
|
-
this.i.
|
|
1167
|
-
this._a("yAxisExtent", this.i.
|
|
1180
|
+
this.i.xf = +v;
|
|
1181
|
+
this._a("yAxisExtent", this.i.xf);
|
|
1168
1182
|
},
|
|
1169
1183
|
enumerable: true,
|
|
1170
1184
|
configurable: true
|
|
@@ -1180,11 +1194,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1180
1194
|
* ```
|
|
1181
1195
|
*/
|
|
1182
1196
|
get: function () {
|
|
1183
|
-
return this.i.
|
|
1197
|
+
return this.i.w9;
|
|
1184
1198
|
},
|
|
1185
1199
|
set: function (v) {
|
|
1186
|
-
this.i.
|
|
1187
|
-
this._a("xAxisTitleAngle", this.i.
|
|
1200
|
+
this.i.w9 = +v;
|
|
1201
|
+
this._a("xAxisTitleAngle", this.i.w9);
|
|
1188
1202
|
},
|
|
1189
1203
|
enumerable: true,
|
|
1190
1204
|
configurable: true
|
|
@@ -1200,11 +1214,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1200
1214
|
* ```
|
|
1201
1215
|
*/
|
|
1202
1216
|
get: function () {
|
|
1203
|
-
return this.i.
|
|
1217
|
+
return this.i.xq;
|
|
1204
1218
|
},
|
|
1205
1219
|
set: function (v) {
|
|
1206
|
-
this.i.
|
|
1207
|
-
this._a("yAxisTitleAngle", this.i.
|
|
1220
|
+
this.i.xq = +v;
|
|
1221
|
+
this._a("yAxisTitleAngle", this.i.xq);
|
|
1208
1222
|
},
|
|
1209
1223
|
enumerable: true,
|
|
1210
1224
|
configurable: true
|
|
@@ -1220,11 +1234,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1220
1234
|
* ```
|
|
1221
1235
|
*/
|
|
1222
1236
|
get: function () {
|
|
1223
|
-
return this.i.
|
|
1237
|
+
return this.i.vu;
|
|
1224
1238
|
},
|
|
1225
1239
|
set: function (v) {
|
|
1226
|
-
this.i.
|
|
1227
|
-
this._a("xAxisInverted", this.i.
|
|
1240
|
+
this.i.vu = ensureBool(v);
|
|
1241
|
+
this._a("xAxisInverted", this.i.vu);
|
|
1228
1242
|
},
|
|
1229
1243
|
enumerable: true,
|
|
1230
1244
|
configurable: true
|
|
@@ -1242,11 +1256,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1242
1256
|
* The default value of `yAxisInverted` is false.
|
|
1243
1257
|
*/
|
|
1244
1258
|
get: function () {
|
|
1245
|
-
return this.i.
|
|
1259
|
+
return this.i.vv;
|
|
1246
1260
|
},
|
|
1247
1261
|
set: function (v) {
|
|
1248
|
-
this.i.
|
|
1249
|
-
this._a("yAxisInverted", this.i.
|
|
1262
|
+
this.i.vv = ensureBool(v);
|
|
1263
|
+
this._a("yAxisInverted", this.i.vv);
|
|
1250
1264
|
},
|
|
1251
1265
|
enumerable: true,
|
|
1252
1266
|
configurable: true
|
|
@@ -1262,11 +1276,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1262
1276
|
* ```
|
|
1263
1277
|
*/
|
|
1264
1278
|
get: function () {
|
|
1265
|
-
return this.i.
|
|
1279
|
+
return this.i.aa5;
|
|
1266
1280
|
},
|
|
1267
1281
|
set: function (v) {
|
|
1268
|
-
this.i.
|
|
1269
|
-
this._a("xAxisTitleAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
1282
|
+
this.i.aa5 = ensureEnum(HorizontalAlignment_$type, v);
|
|
1283
|
+
this._a("xAxisTitleAlignment", enumToString(HorizontalAlignment_$type, this.i.aa5));
|
|
1270
1284
|
},
|
|
1271
1285
|
enumerable: true,
|
|
1272
1286
|
configurable: true
|
|
@@ -1282,11 +1296,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1282
1296
|
* ```
|
|
1283
1297
|
*/
|
|
1284
1298
|
get: function () {
|
|
1285
|
-
return this.i.
|
|
1299
|
+
return this.i.ab8;
|
|
1286
1300
|
},
|
|
1287
1301
|
set: function (v) {
|
|
1288
|
-
this.i.
|
|
1289
|
-
this._a("yAxisTitleAlignment", enumToString(VerticalAlignment_$type, this.i.
|
|
1302
|
+
this.i.ab8 = ensureEnum(VerticalAlignment_$type, v);
|
|
1303
|
+
this._a("yAxisTitleAlignment", enumToString(VerticalAlignment_$type, this.i.ab8));
|
|
1290
1304
|
},
|
|
1291
1305
|
enumerable: true,
|
|
1292
1306
|
configurable: true
|
|
@@ -1296,11 +1310,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1296
1310
|
* Gets or sets Horizontal alignment of X-axis labels.
|
|
1297
1311
|
*/
|
|
1298
1312
|
get: function () {
|
|
1299
|
-
return this.i.
|
|
1313
|
+
return this.i.aa4;
|
|
1300
1314
|
},
|
|
1301
1315
|
set: function (v) {
|
|
1302
|
-
this.i.
|
|
1303
|
-
this._a("xAxisLabelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
1316
|
+
this.i.aa4 = ensureEnum(HorizontalAlignment_$type, v);
|
|
1317
|
+
this._a("xAxisLabelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.aa4));
|
|
1304
1318
|
},
|
|
1305
1319
|
enumerable: true,
|
|
1306
1320
|
configurable: true
|
|
@@ -1312,11 +1326,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1312
1326
|
* Set the `yAxisLabelHorizontalAlignment` property to change the horizontal alignment of y-axis labels.
|
|
1313
1327
|
*/
|
|
1314
1328
|
get: function () {
|
|
1315
|
-
return this.i.
|
|
1329
|
+
return this.i.aa6;
|
|
1316
1330
|
},
|
|
1317
1331
|
set: function (v) {
|
|
1318
|
-
this.i.
|
|
1319
|
-
this._a("yAxisLabelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
1332
|
+
this.i.aa6 = ensureEnum(HorizontalAlignment_$type, v);
|
|
1333
|
+
this._a("yAxisLabelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.aa6));
|
|
1320
1334
|
},
|
|
1321
1335
|
enumerable: true,
|
|
1322
1336
|
configurable: true
|
|
@@ -1332,11 +1346,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1332
1346
|
* ```
|
|
1333
1347
|
*/
|
|
1334
1348
|
get: function () {
|
|
1335
|
-
return this.i.
|
|
1349
|
+
return this.i.ab6;
|
|
1336
1350
|
},
|
|
1337
1351
|
set: function (v) {
|
|
1338
|
-
this.i.
|
|
1339
|
-
this._a("xAxisLabelVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.
|
|
1352
|
+
this.i.ab6 = ensureEnum(VerticalAlignment_$type, v);
|
|
1353
|
+
this._a("xAxisLabelVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.ab6));
|
|
1340
1354
|
},
|
|
1341
1355
|
enumerable: true,
|
|
1342
1356
|
configurable: true
|
|
@@ -1346,11 +1360,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1346
1360
|
* Gets or sets Vertical alignment of Y-axis labels.
|
|
1347
1361
|
*/
|
|
1348
1362
|
get: function () {
|
|
1349
|
-
return this.i.
|
|
1363
|
+
return this.i.ab7;
|
|
1350
1364
|
},
|
|
1351
1365
|
set: function (v) {
|
|
1352
|
-
this.i.
|
|
1353
|
-
this._a("yAxisLabelVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.
|
|
1366
|
+
this.i.ab7 = ensureEnum(VerticalAlignment_$type, v);
|
|
1367
|
+
this._a("yAxisLabelVerticalAlignment", enumToString(VerticalAlignment_$type, this.i.ab7));
|
|
1354
1368
|
},
|
|
1355
1369
|
enumerable: true,
|
|
1356
1370
|
configurable: true
|
|
@@ -1366,11 +1380,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1366
1380
|
* ```
|
|
1367
1381
|
*/
|
|
1368
1382
|
get: function () {
|
|
1369
|
-
return this.i.
|
|
1383
|
+
return this.i.acb;
|
|
1370
1384
|
},
|
|
1371
1385
|
set: function (v) {
|
|
1372
|
-
this.i.
|
|
1373
|
-
this._a("xAxisLabelVisibility", enumToString(Visibility_$type, this.i.
|
|
1386
|
+
this.i.acb = ensureEnum(Visibility_$type, v);
|
|
1387
|
+
this._a("xAxisLabelVisibility", enumToString(Visibility_$type, this.i.acb));
|
|
1374
1388
|
},
|
|
1375
1389
|
enumerable: true,
|
|
1376
1390
|
configurable: true
|
|
@@ -1386,11 +1400,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1386
1400
|
* ```
|
|
1387
1401
|
*/
|
|
1388
1402
|
get: function () {
|
|
1389
|
-
return this.i.
|
|
1403
|
+
return this.i.acc;
|
|
1390
1404
|
},
|
|
1391
1405
|
set: function (v) {
|
|
1392
|
-
this.i.
|
|
1393
|
-
this._a("yAxisLabelVisibility", enumToString(Visibility_$type, this.i.
|
|
1406
|
+
this.i.acc = ensureEnum(Visibility_$type, v);
|
|
1407
|
+
this._a("yAxisLabelVisibility", enumToString(Visibility_$type, this.i.acc));
|
|
1394
1408
|
},
|
|
1395
1409
|
enumerable: true,
|
|
1396
1410
|
configurable: true
|
|
@@ -1406,11 +1420,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1406
1420
|
* ```
|
|
1407
1421
|
*/
|
|
1408
1422
|
get: function () {
|
|
1409
|
-
return this.i.
|
|
1423
|
+
return this.i.vr;
|
|
1410
1424
|
},
|
|
1411
1425
|
set: function (v) {
|
|
1412
|
-
this.i.
|
|
1413
|
-
this._a("yAxisLabelLocation", enumToString(YAxisLabelLocation_$type, this.i.
|
|
1426
|
+
this.i.vr = ensureEnum(YAxisLabelLocation_$type, v);
|
|
1427
|
+
this._a("yAxisLabelLocation", enumToString(YAxisLabelLocation_$type, this.i.vr));
|
|
1414
1428
|
},
|
|
1415
1429
|
enumerable: true,
|
|
1416
1430
|
configurable: true
|
|
@@ -1420,11 +1434,11 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1420
1434
|
* Gets or sets location of X-axis labels, relative to the plot area.
|
|
1421
1435
|
*/
|
|
1422
1436
|
get: function () {
|
|
1423
|
-
return this.i.
|
|
1437
|
+
return this.i.vp;
|
|
1424
1438
|
},
|
|
1425
1439
|
set: function (v) {
|
|
1426
|
-
this.i.
|
|
1427
|
-
this._a("xAxisLabelLocation", enumToString(XAxisLabelLocation_$type, this.i.
|
|
1440
|
+
this.i.vp = ensureEnum(XAxisLabelLocation_$type, v);
|
|
1441
|
+
this._a("xAxisLabelLocation", enumToString(XAxisLabelLocation_$type, this.i.vp));
|
|
1428
1442
|
},
|
|
1429
1443
|
enumerable: true,
|
|
1430
1444
|
configurable: true
|
|
@@ -1434,10 +1448,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1434
1448
|
* Gets or sets the format string for the X axis label.
|
|
1435
1449
|
*/
|
|
1436
1450
|
get: function () {
|
|
1437
|
-
return this.i.
|
|
1451
|
+
return this.i.yg;
|
|
1438
1452
|
},
|
|
1439
1453
|
set: function (v) {
|
|
1440
|
-
this.i.
|
|
1454
|
+
this.i.yg = v;
|
|
1441
1455
|
},
|
|
1442
1456
|
enumerable: true,
|
|
1443
1457
|
configurable: true
|
|
@@ -1447,14 +1461,14 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1447
1461
|
* Gets or sets the format specifiers to use with the XAxisLabelFormat string.
|
|
1448
1462
|
*/
|
|
1449
1463
|
get: function () {
|
|
1450
|
-
return this.i.
|
|
1464
|
+
return this.i.ve;
|
|
1451
1465
|
},
|
|
1452
1466
|
set: function (v) {
|
|
1453
1467
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
1454
1468
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
1455
1469
|
v = v.split(re);
|
|
1456
1470
|
}
|
|
1457
|
-
this.i.
|
|
1471
|
+
this.i.ve = v;
|
|
1458
1472
|
},
|
|
1459
1473
|
enumerable: true,
|
|
1460
1474
|
configurable: true
|
|
@@ -1464,10 +1478,10 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1464
1478
|
* Gets or sets the format string for the Y axis label.
|
|
1465
1479
|
*/
|
|
1466
1480
|
get: function () {
|
|
1467
|
-
return this.i.
|
|
1481
|
+
return this.i.zl;
|
|
1468
1482
|
},
|
|
1469
1483
|
set: function (v) {
|
|
1470
|
-
this.i.
|
|
1484
|
+
this.i.zl = v;
|
|
1471
1485
|
},
|
|
1472
1486
|
enumerable: true,
|
|
1473
1487
|
configurable: true
|
|
@@ -1477,14 +1491,14 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1477
1491
|
* Gets or sets the format specifiers to use with the YAxisLabelFormat string.
|
|
1478
1492
|
*/
|
|
1479
1493
|
get: function () {
|
|
1480
|
-
return this.i.
|
|
1494
|
+
return this.i.vf;
|
|
1481
1495
|
},
|
|
1482
1496
|
set: function (v) {
|
|
1483
1497
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
1484
1498
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
1485
1499
|
v = v.split(re);
|
|
1486
1500
|
}
|
|
1487
|
-
this.i.
|
|
1501
|
+
this.i.vf = v;
|
|
1488
1502
|
},
|
|
1489
1503
|
enumerable: true,
|
|
1490
1504
|
configurable: true
|
|
@@ -1516,7 +1530,7 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1516
1530
|
* @param unscaledValue * The x-coordinate of the location to scale.
|
|
1517
1531
|
*/
|
|
1518
1532
|
IgcXYChartComponent.prototype.getScaledValueX = function (unscaledValue) {
|
|
1519
|
-
var iv = this.i.
|
|
1533
|
+
var iv = this.i.wu(unscaledValue);
|
|
1520
1534
|
return (iv);
|
|
1521
1535
|
};
|
|
1522
1536
|
/**
|
|
@@ -1525,7 +1539,7 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1525
1539
|
* @param scaledValue * The data value to un-scale.
|
|
1526
1540
|
*/
|
|
1527
1541
|
IgcXYChartComponent.prototype.getUnscaledValueX = function (scaledValue) {
|
|
1528
|
-
var iv = this.i.
|
|
1542
|
+
var iv = this.i.ww(scaledValue);
|
|
1529
1543
|
return (iv);
|
|
1530
1544
|
};
|
|
1531
1545
|
/**
|
|
@@ -1534,7 +1548,7 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1534
1548
|
* @param unscaledValue * The y-coordinate of the location to scale.
|
|
1535
1549
|
*/
|
|
1536
1550
|
IgcXYChartComponent.prototype.getScaledValueY = function (unscaledValue) {
|
|
1537
|
-
var iv = this.i.
|
|
1551
|
+
var iv = this.i.wv(unscaledValue);
|
|
1538
1552
|
return (iv);
|
|
1539
1553
|
};
|
|
1540
1554
|
/**
|
|
@@ -1543,7 +1557,7 @@ var IgcXYChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1543
1557
|
* @param scaledValue * The data value to un-scale.
|
|
1544
1558
|
*/
|
|
1545
1559
|
IgcXYChartComponent.prototype.getUnscaledValueY = function (scaledValue) {
|
|
1546
|
-
var iv = this.i.
|
|
1560
|
+
var iv = this.i.wx(scaledValue);
|
|
1547
1561
|
return (iv);
|
|
1548
1562
|
};
|
|
1549
1563
|
IgcXYChartComponent._observedAttributesIgcXYChartComponent = null;
|