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
|
@@ -318,11 +318,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
318
318
|
* `transitionInDuration` controls the length of time taken by the transition-in animation. Try setting it to 2 seconds:
|
|
319
319
|
*/
|
|
320
320
|
get: function () {
|
|
321
|
-
return this.i.
|
|
321
|
+
return this.i.aey;
|
|
322
322
|
},
|
|
323
323
|
set: function (v) {
|
|
324
|
-
this.i.
|
|
325
|
-
this._a("transitionInDuration", this.i.
|
|
324
|
+
this.i.aey = +v;
|
|
325
|
+
this._a("transitionInDuration", this.i.aey);
|
|
326
326
|
},
|
|
327
327
|
enumerable: true,
|
|
328
328
|
configurable: true
|
|
@@ -333,10 +333,10 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
333
333
|
* This can be set to one of the known values "linear" or "cubic," or it can be set to an easing function which takes a single numeric parameter and returns a number.
|
|
334
334
|
*/
|
|
335
335
|
get: function () {
|
|
336
|
-
return this.i.
|
|
336
|
+
return this.i.ac2;
|
|
337
337
|
},
|
|
338
338
|
set: function (v) {
|
|
339
|
-
this.i.
|
|
339
|
+
this.i.ac2 = v;
|
|
340
340
|
},
|
|
341
341
|
enumerable: true,
|
|
342
342
|
configurable: true
|
|
@@ -346,7 +346,7 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
346
346
|
* Gets domain type of this chart
|
|
347
347
|
*/
|
|
348
348
|
get: function () {
|
|
349
|
-
return this.i.
|
|
349
|
+
return this.i.bz;
|
|
350
350
|
},
|
|
351
351
|
enumerable: true,
|
|
352
352
|
configurable: true
|
|
@@ -358,11 +358,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
358
358
|
* The `chartType` property determines the type of data series to display.
|
|
359
359
|
*/
|
|
360
360
|
get: function () {
|
|
361
|
-
return this.i.
|
|
361
|
+
return this.i.acm;
|
|
362
362
|
},
|
|
363
363
|
set: function (v) {
|
|
364
|
-
this.i.
|
|
365
|
-
this._a("chartType", enumToString(CategoryChartType_$type, this.i.
|
|
364
|
+
this.i.acm = ensureEnum(CategoryChartType_$type, v);
|
|
365
|
+
this._a("chartType", enumToString(CategoryChartType_$type, this.i.acm));
|
|
366
366
|
},
|
|
367
367
|
enumerable: true,
|
|
368
368
|
configurable: true
|
|
@@ -374,11 +374,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
374
374
|
* `markerCollisionAvoidance` controls the technique the chart uses to avoid overlapping markers.
|
|
375
375
|
*/
|
|
376
376
|
get: function () {
|
|
377
|
-
return this.i.
|
|
377
|
+
return this.i.aco;
|
|
378
378
|
},
|
|
379
379
|
set: function (v) {
|
|
380
|
-
this.i.
|
|
381
|
-
this._a("markerCollisionAvoidance", enumToString(CategorySeriesMarkerCollisionAvoidance_$type, this.i.
|
|
380
|
+
this.i.aco = ensureEnum(CategorySeriesMarkerCollisionAvoidance_$type, v);
|
|
381
|
+
this._a("markerCollisionAvoidance", enumToString(CategorySeriesMarkerCollisionAvoidance_$type, this.i.aco));
|
|
382
382
|
},
|
|
383
383
|
enumerable: true,
|
|
384
384
|
configurable: true
|
|
@@ -388,11 +388,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
388
388
|
* Gets or sets whether to include the spline shape in the axis range requested of the axis for spline type series.
|
|
389
389
|
*/
|
|
390
390
|
get: function () {
|
|
391
|
-
return this.i.
|
|
391
|
+
return this.i.adg;
|
|
392
392
|
},
|
|
393
393
|
set: function (v) {
|
|
394
|
-
this.i.
|
|
395
|
-
this._a("isSplineShapePartOfRange", this.i.
|
|
394
|
+
this.i.adg = ensureBool(v);
|
|
395
|
+
this._a("isSplineShapePartOfRange", this.i.adg);
|
|
396
396
|
},
|
|
397
397
|
enumerable: true,
|
|
398
398
|
configurable: true
|
|
@@ -404,11 +404,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
404
404
|
* Set `isTransitionInEnabled` to true if you want your chart series to animate into position when the chart is loading into view.
|
|
405
405
|
*/
|
|
406
406
|
get: function () {
|
|
407
|
-
return this.i.
|
|
407
|
+
return this.i.adh;
|
|
408
408
|
},
|
|
409
409
|
set: function (v) {
|
|
410
|
-
this.i.
|
|
411
|
-
this._a("isTransitionInEnabled", this.i.
|
|
410
|
+
this.i.adh = ensureBool(v);
|
|
411
|
+
this._a("isTransitionInEnabled", this.i.adh);
|
|
412
412
|
},
|
|
413
413
|
enumerable: true,
|
|
414
414
|
configurable: true
|
|
@@ -420,11 +420,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
420
420
|
* `transitionInMode` controls the direction of the transition-in animation.
|
|
421
421
|
*/
|
|
422
422
|
get: function () {
|
|
423
|
-
return this.i.
|
|
423
|
+
return this.i.acq;
|
|
424
424
|
},
|
|
425
425
|
set: function (v) {
|
|
426
|
-
this.i.
|
|
427
|
-
this._a("transitionInMode", enumToString(CategoryTransitionInMode_$type, this.i.
|
|
426
|
+
this.i.acq = ensureEnum(CategoryTransitionInMode_$type, v);
|
|
427
|
+
this._a("transitionInMode", enumToString(CategoryTransitionInMode_$type, this.i.acq));
|
|
428
428
|
},
|
|
429
429
|
enumerable: true,
|
|
430
430
|
configurable: true
|
|
@@ -436,11 +436,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
436
436
|
* `transitionInSpeedType` controls the speed of the transition-in animation.
|
|
437
437
|
*/
|
|
438
438
|
get: function () {
|
|
439
|
-
return this.i.
|
|
439
|
+
return this.i.ac0;
|
|
440
440
|
},
|
|
441
441
|
set: function (v) {
|
|
442
|
-
this.i.
|
|
443
|
-
this._a("transitionInSpeedType", enumToString(TransitionInSpeedType_$type, this.i.
|
|
442
|
+
this.i.ac0 = ensureEnum(TransitionInSpeedType_$type, v);
|
|
443
|
+
this._a("transitionInSpeedType", enumToString(TransitionInSpeedType_$type, this.i.ac0));
|
|
444
444
|
},
|
|
445
445
|
enumerable: true,
|
|
446
446
|
configurable: true
|
|
@@ -453,11 +453,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
453
453
|
* `xAxisInterval` determines how often to show a label, tickmark, and/or gridline along the x-axis. Set this property to _n_ to display a label every _nth_ item.
|
|
454
454
|
*/
|
|
455
455
|
get: function () {
|
|
456
|
-
return this.i.
|
|
456
|
+
return this.i.aeg;
|
|
457
457
|
},
|
|
458
458
|
set: function (v) {
|
|
459
|
-
this.i.
|
|
460
|
-
this._a("xAxisInterval", this.i.
|
|
459
|
+
this.i.aeg = +v;
|
|
460
|
+
this._a("xAxisInterval", this.i.aeg);
|
|
461
461
|
},
|
|
462
462
|
enumerable: true,
|
|
463
463
|
configurable: true
|
|
@@ -472,11 +472,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
472
472
|
* `xAxisMinorInterval` is expressed as a number between 0 and 1, representing the frequency of the interval. To display minor gridlines representing 10ths of an item width, set `xAxisMinorInterval` to 0.1.
|
|
473
473
|
*/
|
|
474
474
|
get: function () {
|
|
475
|
-
return this.i.
|
|
475
|
+
return this.i.aej;
|
|
476
476
|
},
|
|
477
477
|
set: function (v) {
|
|
478
|
-
this.i.
|
|
479
|
-
this._a("xAxisMinorInterval", this.i.
|
|
478
|
+
this.i.aej = +v;
|
|
479
|
+
this._a("xAxisMinorInterval", this.i.aej);
|
|
480
480
|
},
|
|
481
481
|
enumerable: true,
|
|
482
482
|
configurable: true
|
|
@@ -493,11 +493,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
493
493
|
* To set the item spacing to 75% the width of one item, set the `xAxisGap` to 0.75, as in this code:
|
|
494
494
|
*/
|
|
495
495
|
get: function () {
|
|
496
|
-
return this.i.
|
|
496
|
+
return this.i.aef;
|
|
497
497
|
},
|
|
498
498
|
set: function (v) {
|
|
499
|
-
this.i.
|
|
500
|
-
this._a("xAxisGap", this.i.
|
|
499
|
+
this.i.aef = +v;
|
|
500
|
+
this._a("xAxisGap", this.i.aef);
|
|
501
501
|
},
|
|
502
502
|
enumerable: true,
|
|
503
503
|
configurable: true
|
|
@@ -507,11 +507,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
507
507
|
* Gets or sets the minimum amount of pixels to use for the gap between categories, if possible.
|
|
508
508
|
*/
|
|
509
509
|
get: function () {
|
|
510
|
-
return this.i.
|
|
510
|
+
return this.i.aei;
|
|
511
511
|
},
|
|
512
512
|
set: function (v) {
|
|
513
|
-
this.i.
|
|
514
|
-
this._a("xAxisMinimumGapSize", this.i.
|
|
513
|
+
this.i.aei = +v;
|
|
514
|
+
this._a("xAxisMinimumGapSize", this.i.aei);
|
|
515
515
|
},
|
|
516
516
|
enumerable: true,
|
|
517
517
|
configurable: true
|
|
@@ -521,11 +521,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
521
521
|
* Gets or sets the maximum gap value to allow. This defaults to 1.0.
|
|
522
522
|
*/
|
|
523
523
|
get: function () {
|
|
524
|
-
return this.i.
|
|
524
|
+
return this.i.aeh;
|
|
525
525
|
},
|
|
526
526
|
set: function (v) {
|
|
527
|
-
this.i.
|
|
528
|
-
this._a("xAxisMaximumGap", this.i.
|
|
527
|
+
this.i.aeh = +v;
|
|
528
|
+
this._a("xAxisMaximumGap", this.i.aeh);
|
|
529
529
|
},
|
|
530
530
|
enumerable: true,
|
|
531
531
|
configurable: true
|
|
@@ -542,11 +542,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
542
542
|
* To place grouped items with 75% overlap, set the `xAxisOverlap` to 0.75, as in this code:
|
|
543
543
|
*/
|
|
544
544
|
get: function () {
|
|
545
|
-
return this.i.
|
|
545
|
+
return this.i.aek;
|
|
546
546
|
},
|
|
547
547
|
set: function (v) {
|
|
548
|
-
this.i.
|
|
549
|
-
this._a("xAxisOverlap", this.i.
|
|
548
|
+
this.i.aek = +v;
|
|
549
|
+
this._a("xAxisOverlap", this.i.aek);
|
|
550
550
|
},
|
|
551
551
|
enumerable: true,
|
|
552
552
|
configurable: true
|
|
@@ -558,11 +558,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
558
558
|
* `yAxisInterval` determines how often to show a label, tickmark, and/or gridline along the y-axis. Set this property to a number less than the numeric range of the y-axis.
|
|
559
559
|
*/
|
|
560
560
|
get: function () {
|
|
561
|
-
return this.i.
|
|
561
|
+
return this.i.aes;
|
|
562
562
|
},
|
|
563
563
|
set: function (v) {
|
|
564
|
-
this.i.
|
|
565
|
-
this._a("yAxisInterval", this.i.
|
|
564
|
+
this.i.aes = +v;
|
|
565
|
+
this._a("yAxisInterval", this.i.aes);
|
|
566
566
|
},
|
|
567
567
|
enumerable: true,
|
|
568
568
|
configurable: true
|
|
@@ -572,11 +572,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
572
572
|
* Gets or sets a whether the series viewer should auto expand margins to accommodate the initial horizontal axis labels.
|
|
573
573
|
*/
|
|
574
574
|
get: function () {
|
|
575
|
-
return this.i.
|
|
575
|
+
return this.i.aci;
|
|
576
576
|
},
|
|
577
577
|
set: function (v) {
|
|
578
|
-
this.i.
|
|
579
|
-
this._a("autoMarginAndAngleUpdateMode", enumToString(AutoMarginsAndAngleUpdateMode_$type, this.i.
|
|
578
|
+
this.i.aci = ensureEnum(AutoMarginsAndAngleUpdateMode_$type, v);
|
|
579
|
+
this._a("autoMarginAndAngleUpdateMode", enumToString(AutoMarginsAndAngleUpdateMode_$type, this.i.aci));
|
|
580
580
|
},
|
|
581
581
|
enumerable: true,
|
|
582
582
|
configurable: true
|
|
@@ -586,11 +586,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
586
586
|
* Gets or sets a whether the series viewer should auto expand margins to accommodate the initial horizontal axis labels.
|
|
587
587
|
*/
|
|
588
588
|
get: function () {
|
|
589
|
-
return this.i.
|
|
589
|
+
return this.i.adi;
|
|
590
590
|
},
|
|
591
591
|
set: function (v) {
|
|
592
|
-
this.i.
|
|
593
|
-
this._a("shouldAutoExpandMarginForInitialLabels", this.i.
|
|
592
|
+
this.i.adi = ensureBool(v);
|
|
593
|
+
this._a("shouldAutoExpandMarginForInitialLabels", this.i.adi);
|
|
594
594
|
},
|
|
595
595
|
enumerable: true,
|
|
596
596
|
configurable: true
|
|
@@ -600,11 +600,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
600
600
|
* Gets or sets a whether the series viewer should consider auto rotating labels to fit them in the initial view. This implies that ShouldAutoExpandMarginForInitialLabels is true.
|
|
601
601
|
*/
|
|
602
602
|
get: function () {
|
|
603
|
-
return this.i.
|
|
603
|
+
return this.i.adj;
|
|
604
604
|
},
|
|
605
605
|
set: function (v) {
|
|
606
|
-
this.i.
|
|
607
|
-
this._a("shouldConsiderAutoRotationForInitialLabels", this.i.
|
|
606
|
+
this.i.adj = ensureBool(v);
|
|
607
|
+
this._a("shouldConsiderAutoRotationForInitialLabels", this.i.adj);
|
|
608
608
|
},
|
|
609
609
|
enumerable: true,
|
|
610
610
|
configurable: true
|
|
@@ -614,11 +614,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
614
614
|
* Gets or sets the extra amount the series viewer should auto expand margins to accommodate the initial horizontal axis labels.
|
|
615
615
|
*/
|
|
616
616
|
get: function () {
|
|
617
|
-
return this.i.
|
|
617
|
+
return this.i.ad7;
|
|
618
618
|
},
|
|
619
619
|
set: function (v) {
|
|
620
|
-
this.i.
|
|
621
|
-
this._a("autoExpandMarginExtraPadding", this.i.
|
|
620
|
+
this.i.ad7 = +v;
|
|
621
|
+
this._a("autoExpandMarginExtraPadding", this.i.ad7);
|
|
622
622
|
},
|
|
623
623
|
enumerable: true,
|
|
624
624
|
configurable: true
|
|
@@ -628,11 +628,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
628
628
|
* Gets or sets the maximum amount the series viewer should auto expand margins to accommodate the initial horizontal axis labels.
|
|
629
629
|
*/
|
|
630
630
|
get: function () {
|
|
631
|
-
return this.i.
|
|
631
|
+
return this.i.ad8;
|
|
632
632
|
},
|
|
633
633
|
set: function (v) {
|
|
634
|
-
this.i.
|
|
635
|
-
this._a("autoExpandMarginMaximumValue", this.i.
|
|
634
|
+
this.i.ad8 = +v;
|
|
635
|
+
this._a("autoExpandMarginMaximumValue", this.i.ad8);
|
|
636
636
|
},
|
|
637
637
|
enumerable: true,
|
|
638
638
|
configurable: true
|
|
@@ -642,11 +642,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
642
642
|
* Gets or sets whether the axis should favor emitting a label at the end of the scale.
|
|
643
643
|
*/
|
|
644
644
|
get: function () {
|
|
645
|
-
return this.i.
|
|
645
|
+
return this.i.adn;
|
|
646
646
|
},
|
|
647
647
|
set: function (v) {
|
|
648
|
-
this.i.
|
|
649
|
-
this._a("yAxisFavorLabellingScaleEnd", this.i.
|
|
648
|
+
this.i.adn = ensureBool(v);
|
|
649
|
+
this._a("yAxisFavorLabellingScaleEnd", this.i.adn);
|
|
650
650
|
},
|
|
651
651
|
enumerable: true,
|
|
652
652
|
configurable: true
|
|
@@ -656,11 +656,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
656
656
|
* Gets or sets whether the x axis enhanced interval management should prefer to show all the labels if possible without collisions for supported types of category axes. This is for use with EnhancedIntervalMinimumCharacters = -1 and axes that have an integral interval.
|
|
657
657
|
*/
|
|
658
658
|
get: function () {
|
|
659
|
-
return this.i.
|
|
659
|
+
return this.i.adk;
|
|
660
660
|
},
|
|
661
661
|
set: function (v) {
|
|
662
|
-
this.i.
|
|
663
|
-
this._a("xAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.
|
|
662
|
+
this.i.adk = ensureBool(v);
|
|
663
|
+
this._a("xAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.adk);
|
|
664
664
|
},
|
|
665
665
|
enumerable: true,
|
|
666
666
|
configurable: true
|
|
@@ -670,11 +670,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
670
670
|
* Gets or sets whether the y axis enhanced interval management should prefer to show all the labels if possible without collisions for supported types of category axes. This is for use with EnhancedIntervalMinimumCharacters = -1 and axes that have an integral interval.
|
|
671
671
|
*/
|
|
672
672
|
get: function () {
|
|
673
|
-
return this.i.
|
|
673
|
+
return this.i.adm;
|
|
674
674
|
},
|
|
675
675
|
set: function (v) {
|
|
676
|
-
this.i.
|
|
677
|
-
this._a("yAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.
|
|
676
|
+
this.i.adm = ensureBool(v);
|
|
677
|
+
this._a("yAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.adm);
|
|
678
678
|
},
|
|
679
679
|
enumerable: true,
|
|
680
680
|
configurable: true
|
|
@@ -684,11 +684,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
684
684
|
* Gets or sets how the numeric axis will adjust its range buffer to less closely fix the data from the series.
|
|
685
685
|
*/
|
|
686
686
|
get: function () {
|
|
687
|
-
return this.i.
|
|
687
|
+
return this.i.ack;
|
|
688
688
|
},
|
|
689
689
|
set: function (v) {
|
|
690
|
-
this.i.
|
|
691
|
-
this._a("yAxisAutoRangeBufferMode", enumToString(AxisRangeBufferMode_$type, this.i.
|
|
690
|
+
this.i.ack = ensureEnum(AxisRangeBufferMode_$type, v);
|
|
691
|
+
this._a("yAxisAutoRangeBufferMode", enumToString(AxisRangeBufferMode_$type, this.i.ack));
|
|
692
692
|
},
|
|
693
693
|
enumerable: true,
|
|
694
694
|
configurable: true
|
|
@@ -701,11 +701,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
701
701
|
* Set `yAxisIsLogarithmic` to true if you want the y-axis to be a logarithmic scale.
|
|
702
702
|
*/
|
|
703
703
|
get: function () {
|
|
704
|
-
return this.i.
|
|
704
|
+
return this.i.ado;
|
|
705
705
|
},
|
|
706
706
|
set: function (v) {
|
|
707
|
-
this.i.
|
|
708
|
-
this._a("yAxisIsLogarithmic", this.i.
|
|
707
|
+
this.i.ado = ensureBool(v);
|
|
708
|
+
this._a("yAxisIsLogarithmic", this.i.ado);
|
|
709
709
|
},
|
|
710
710
|
enumerable: true,
|
|
711
711
|
configurable: true
|
|
@@ -718,11 +718,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
718
718
|
* When `yAxisIsLogarithmic` is true, `yAxisLogarithmBase` sets the logarithm base of the y-axis scale.
|
|
719
719
|
*/
|
|
720
720
|
get: function () {
|
|
721
|
-
return this.i.
|
|
721
|
+
return this.i.aez;
|
|
722
722
|
},
|
|
723
723
|
set: function (v) {
|
|
724
|
-
this.i.
|
|
725
|
-
this._a("yAxisLogarithmBase", this.i.
|
|
724
|
+
this.i.aez = +v;
|
|
725
|
+
this._a("yAxisLogarithmBase", this.i.aez);
|
|
726
726
|
},
|
|
727
727
|
enumerable: true,
|
|
728
728
|
configurable: true
|
|
@@ -734,11 +734,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
734
734
|
* `yAxisMaximumValue` determines the minimum of the y-axis.
|
|
735
735
|
*/
|
|
736
736
|
get: function () {
|
|
737
|
-
return this.i.
|
|
737
|
+
return this.i.aeu;
|
|
738
738
|
},
|
|
739
739
|
set: function (v) {
|
|
740
|
-
this.i.
|
|
741
|
-
this._a("yAxisMinimumValue", this.i.
|
|
740
|
+
this.i.aeu = +v;
|
|
741
|
+
this._a("yAxisMinimumValue", this.i.aeu);
|
|
742
742
|
},
|
|
743
743
|
enumerable: true,
|
|
744
744
|
configurable: true
|
|
@@ -750,11 +750,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
750
750
|
* `yAxisMaximumValue` determines the maximum of the y-axis.
|
|
751
751
|
*/
|
|
752
752
|
get: function () {
|
|
753
|
-
return this.i.
|
|
753
|
+
return this.i.aet;
|
|
754
754
|
},
|
|
755
755
|
set: function (v) {
|
|
756
|
-
this.i.
|
|
757
|
-
this._a("yAxisMaximumValue", this.i.
|
|
756
|
+
this.i.aet = +v;
|
|
757
|
+
this._a("yAxisMaximumValue", this.i.aet);
|
|
758
758
|
},
|
|
759
759
|
enumerable: true,
|
|
760
760
|
configurable: true
|
|
@@ -766,11 +766,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
766
766
|
* `yAxisMinorInterval` determines how often to show a minor gridline along the y-axis. Set this property to a number less than the y-axis interval.
|
|
767
767
|
*/
|
|
768
768
|
get: function () {
|
|
769
|
-
return this.i.
|
|
769
|
+
return this.i.aev;
|
|
770
770
|
},
|
|
771
771
|
set: function (v) {
|
|
772
|
-
this.i.
|
|
773
|
-
this._a("yAxisMinorInterval", this.i.
|
|
772
|
+
this.i.aev = +v;
|
|
773
|
+
this._a("yAxisMinorInterval", this.i.aev);
|
|
774
774
|
},
|
|
775
775
|
enumerable: true,
|
|
776
776
|
configurable: true
|
|
@@ -780,7 +780,7 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
780
780
|
* Gets the current minimum value for the X-axis.
|
|
781
781
|
*/
|
|
782
782
|
get: function () {
|
|
783
|
-
return this.i.
|
|
783
|
+
return this.i.aee;
|
|
784
784
|
},
|
|
785
785
|
enumerable: true,
|
|
786
786
|
configurable: true
|
|
@@ -790,7 +790,7 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
790
790
|
* Gets the current maximum value for the X-axis.
|
|
791
791
|
*/
|
|
792
792
|
get: function () {
|
|
793
|
-
return this.i.
|
|
793
|
+
return this.i.aed;
|
|
794
794
|
},
|
|
795
795
|
enumerable: true,
|
|
796
796
|
configurable: true
|
|
@@ -800,7 +800,7 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
800
800
|
* Gets the current minimum value for the Y-axis.
|
|
801
801
|
*/
|
|
802
802
|
get: function () {
|
|
803
|
-
return this.i.
|
|
803
|
+
return this.i.aer;
|
|
804
804
|
},
|
|
805
805
|
enumerable: true,
|
|
806
806
|
configurable: true
|
|
@@ -810,7 +810,7 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
810
810
|
* Gets the current maximum value for the Y-axis.
|
|
811
811
|
*/
|
|
812
812
|
get: function () {
|
|
813
|
-
return this.i.
|
|
813
|
+
return this.i.aeq;
|
|
814
814
|
},
|
|
815
815
|
enumerable: true,
|
|
816
816
|
configurable: true
|
|
@@ -822,11 +822,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
822
822
|
* `negativeBrushes` controls the brushes used by the chart for negative data, when the `chartType` is one that supports negative brushes.
|
|
823
823
|
*/
|
|
824
824
|
get: function () {
|
|
825
|
-
return fromBrushCollection(this.i.
|
|
825
|
+
return fromBrushCollection(this.i.acf);
|
|
826
826
|
},
|
|
827
827
|
set: function (v) {
|
|
828
|
-
this.i.
|
|
829
|
-
this._a("negativeBrushes", brushCollectionToString(this.i.
|
|
828
|
+
this.i.acf = toBrushCollection(v);
|
|
829
|
+
this._a("negativeBrushes", brushCollectionToString(this.i.acf));
|
|
830
830
|
},
|
|
831
831
|
enumerable: true,
|
|
832
832
|
configurable: true
|
|
@@ -838,11 +838,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
838
838
|
* `negativeOutlines` controls the outlines used by the chart for negative data, when the `chartType` is one that supports negative brushes.
|
|
839
839
|
*/
|
|
840
840
|
get: function () {
|
|
841
|
-
return fromBrushCollection(this.i.
|
|
841
|
+
return fromBrushCollection(this.i.acg);
|
|
842
842
|
},
|
|
843
843
|
set: function (v) {
|
|
844
|
-
this.i.
|
|
845
|
-
this._a("negativeOutlines", brushCollectionToString(this.i.
|
|
844
|
+
this.i.acg = toBrushCollection(v);
|
|
845
|
+
this._a("negativeOutlines", brushCollectionToString(this.i.acg));
|
|
846
846
|
},
|
|
847
847
|
enumerable: true,
|
|
848
848
|
configurable: true
|
|
@@ -854,11 +854,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
854
854
|
* To abbreviate on the y-axis using formats like "1K" or "1M," set `yAxisAbbreviateLargeNumbers` to true.
|
|
855
855
|
*/
|
|
856
856
|
get: function () {
|
|
857
|
-
return this.i.
|
|
857
|
+
return this.i.adl;
|
|
858
858
|
},
|
|
859
859
|
set: function (v) {
|
|
860
|
-
this.i.
|
|
861
|
-
this._a("yAxisAbbreviateLargeNumbers", this.i.
|
|
860
|
+
this.i.adl = ensureBool(v);
|
|
861
|
+
this._a("yAxisAbbreviateLargeNumbers", this.i.adl);
|
|
862
862
|
},
|
|
863
863
|
enumerable: true,
|
|
864
864
|
configurable: true
|
|
@@ -869,11 +869,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
869
869
|
* This property is overridden by chart's WindowRectMinWidth property
|
|
870
870
|
*/
|
|
871
871
|
get: function () {
|
|
872
|
-
return this.i.
|
|
872
|
+
return this.i.ael;
|
|
873
873
|
},
|
|
874
874
|
set: function (v) {
|
|
875
|
-
this.i.
|
|
876
|
-
this._a("xAxisZoomMaximumCategoryRange", this.i.
|
|
875
|
+
this.i.ael = +v;
|
|
876
|
+
this._a("xAxisZoomMaximumCategoryRange", this.i.ael);
|
|
877
877
|
},
|
|
878
878
|
enumerable: true,
|
|
879
879
|
configurable: true
|
|
@@ -885,11 +885,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
885
885
|
* This property is overridden by chart's WindowRectMinWidth property
|
|
886
886
|
*/
|
|
887
887
|
get: function () {
|
|
888
|
-
return this.i.
|
|
888
|
+
return this.i.aem;
|
|
889
889
|
},
|
|
890
890
|
set: function (v) {
|
|
891
|
-
this.i.
|
|
892
|
-
this._a("xAxisZoomMaximumItemSpan", this.i.
|
|
891
|
+
this.i.aem = +v;
|
|
892
|
+
this._a("xAxisZoomMaximumItemSpan", this.i.aem);
|
|
893
893
|
},
|
|
894
894
|
enumerable: true,
|
|
895
895
|
configurable: true
|
|
@@ -900,11 +900,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
900
900
|
* This property is overridden by chart's WindowRect or WindowScaleHorizontal properties
|
|
901
901
|
*/
|
|
902
902
|
get: function () {
|
|
903
|
-
return this.i.
|
|
903
|
+
return this.i.aen;
|
|
904
904
|
},
|
|
905
905
|
set: function (v) {
|
|
906
|
-
this.i.
|
|
907
|
-
this._a("xAxisZoomToCategoryRange", this.i.
|
|
906
|
+
this.i.aen = +v;
|
|
907
|
+
this._a("xAxisZoomToCategoryRange", this.i.aen);
|
|
908
908
|
},
|
|
909
909
|
enumerable: true,
|
|
910
910
|
configurable: true
|
|
@@ -915,11 +915,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
915
915
|
* This property is overridden by chart's WindowRect or WindowScaleHorizontal properties
|
|
916
916
|
*/
|
|
917
917
|
get: function () {
|
|
918
|
-
return this.i.
|
|
918
|
+
return this.i.aeo;
|
|
919
919
|
},
|
|
920
920
|
set: function (v) {
|
|
921
|
-
this.i.
|
|
922
|
-
this._a("xAxisZoomToCategoryStart", this.i.
|
|
921
|
+
this.i.aeo = +v;
|
|
922
|
+
this._a("xAxisZoomToCategoryStart", this.i.aeo);
|
|
923
923
|
},
|
|
924
924
|
enumerable: true,
|
|
925
925
|
configurable: true
|
|
@@ -931,11 +931,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
931
931
|
* This property is overridden by chart's WindowRect or WindowScaleHorizontal properties
|
|
932
932
|
*/
|
|
933
933
|
get: function () {
|
|
934
|
-
return this.i.
|
|
934
|
+
return this.i.aep;
|
|
935
935
|
},
|
|
936
936
|
set: function (v) {
|
|
937
|
-
this.i.
|
|
938
|
-
this._a("xAxisZoomToItemSpan", this.i.
|
|
937
|
+
this.i.aep = +v;
|
|
938
|
+
this._a("xAxisZoomToItemSpan", this.i.aep);
|
|
939
939
|
},
|
|
940
940
|
enumerable: true,
|
|
941
941
|
configurable: true
|
|
@@ -945,11 +945,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
945
945
|
* Gets or sets whether the category should be highlighted when hovered
|
|
946
946
|
*/
|
|
947
947
|
get: function () {
|
|
948
|
-
return this.i.
|
|
948
|
+
return this.i.ade;
|
|
949
949
|
},
|
|
950
950
|
set: function (v) {
|
|
951
|
-
this.i.
|
|
952
|
-
this._a("isCategoryHighlightingEnabled", this.i.
|
|
951
|
+
this.i.ade = ensureBool(v);
|
|
952
|
+
this._a("isCategoryHighlightingEnabled", this.i.ade);
|
|
953
953
|
},
|
|
954
954
|
enumerable: true,
|
|
955
955
|
configurable: true
|
|
@@ -959,11 +959,11 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
959
959
|
* Gets or sets whether the item should be highlighted when hovered
|
|
960
960
|
*/
|
|
961
961
|
get: function () {
|
|
962
|
-
return this.i.
|
|
962
|
+
return this.i.adf;
|
|
963
963
|
},
|
|
964
964
|
set: function (v) {
|
|
965
|
-
this.i.
|
|
966
|
-
this._a("isItemHighlightingEnabled", this.i.
|
|
965
|
+
this.i.adf = ensureBool(v);
|
|
966
|
+
this._a("isItemHighlightingEnabled", this.i.adf);
|
|
967
967
|
},
|
|
968
968
|
enumerable: true,
|
|
969
969
|
configurable: true
|
|
@@ -973,26 +973,26 @@ var IgcCategoryChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
973
973
|
|
|
974
974
|
*/
|
|
975
975
|
IgcCategoryChartComponent.prototype.exportSerializedVisualData = function () {
|
|
976
|
-
var iv = this.i.
|
|
976
|
+
var iv = this.i.ae4();
|
|
977
977
|
return (iv);
|
|
978
978
|
};
|
|
979
979
|
IgcCategoryChartComponent.prototype.recalculateMarginAutoExpansion = function () {
|
|
980
|
-
this.i.
|
|
980
|
+
this.i.af8();
|
|
981
981
|
};
|
|
982
982
|
IgcCategoryChartComponent.prototype.getCurrentXAxisActualMinimum = function () {
|
|
983
|
-
var iv = this.i.
|
|
983
|
+
var iv = this.i.aea();
|
|
984
984
|
return (iv);
|
|
985
985
|
};
|
|
986
986
|
IgcCategoryChartComponent.prototype.getCurrentYAxisActualMinimum = function () {
|
|
987
|
-
var iv = this.i.
|
|
987
|
+
var iv = this.i.aec();
|
|
988
988
|
return (iv);
|
|
989
989
|
};
|
|
990
990
|
IgcCategoryChartComponent.prototype.getCurrentXAxisActualMaximum = function () {
|
|
991
|
-
var iv = this.i.
|
|
991
|
+
var iv = this.i.ad9();
|
|
992
992
|
return (iv);
|
|
993
993
|
};
|
|
994
994
|
IgcCategoryChartComponent.prototype.getCurrentYAxisActualMaximum = function () {
|
|
995
|
-
var iv = this.i.
|
|
995
|
+
var iv = this.i.aeb();
|
|
996
996
|
return (iv);
|
|
997
997
|
};
|
|
998
998
|
IgcCategoryChartComponent._observedAttributesIgcCategoryChartComponent = null;
|
|
@@ -37,11 +37,25 @@ var IgcCategoryDateTimeXAxisComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
37
37
|
if (_super.prototype["connectedCallback"]) {
|
|
38
38
|
_super.prototype["connectedCallback"].call(this);
|
|
39
39
|
}
|
|
40
|
+
if (this.i.connectedCallback) {
|
|
41
|
+
this.i.connectedCallback();
|
|
42
|
+
}
|
|
40
43
|
if (!this._attached) {
|
|
41
44
|
this._attached = true;
|
|
42
45
|
this._flushQueuedAttributes();
|
|
43
46
|
}
|
|
44
47
|
};
|
|
48
|
+
IgcCategoryDateTimeXAxisComponent.prototype.disconnectedCallback = function () {
|
|
49
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
50
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
51
|
+
}
|
|
52
|
+
if (this.i.disconnectedCallback) {
|
|
53
|
+
this.i.disconnectedCallback();
|
|
54
|
+
}
|
|
55
|
+
if (this._attached) {
|
|
56
|
+
this._attached = false;
|
|
57
|
+
}
|
|
58
|
+
};
|
|
45
59
|
Object.defineProperty(IgcCategoryDateTimeXAxisComponent, "observedAttributes", {
|
|
46
60
|
get: function () {
|
|
47
61
|
if (IgcCategoryDateTimeXAxisComponent._observedAttributesIgcCategoryDateTimeXAxisComponent == null) {
|