igniteui-webcomponents-charts 3.2.4 → 4.0.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
|
@@ -626,53 +626,53 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
626
626
|
}
|
|
627
627
|
}
|
|
628
628
|
get leftMargin() {
|
|
629
|
-
return this.i.
|
|
629
|
+
return this.i.h8;
|
|
630
630
|
}
|
|
631
631
|
set leftMargin(v) {
|
|
632
|
-
this.i.
|
|
633
|
-
this._a("leftMargin", this.i.
|
|
632
|
+
this.i.h8 = +v;
|
|
633
|
+
this._a("leftMargin", this.i.h8);
|
|
634
634
|
}
|
|
635
635
|
get isHorizontalZoomEnabled() {
|
|
636
|
-
return this.i.
|
|
636
|
+
return this.i.fs;
|
|
637
637
|
}
|
|
638
638
|
set isHorizontalZoomEnabled(v) {
|
|
639
|
-
this.i.
|
|
640
|
-
this._a("isHorizontalZoomEnabled", this.i.
|
|
639
|
+
this.i.fs = ensureBool(v);
|
|
640
|
+
this._a("isHorizontalZoomEnabled", this.i.fs);
|
|
641
641
|
}
|
|
642
642
|
get toolbarHeight() {
|
|
643
|
-
return this.i.
|
|
643
|
+
return this.i.agk;
|
|
644
644
|
}
|
|
645
645
|
set toolbarHeight(v) {
|
|
646
|
-
this.i.
|
|
647
|
-
this._a("toolbarHeight", this.i.
|
|
646
|
+
this.i.agk = +v;
|
|
647
|
+
this._a("toolbarHeight", this.i.agk);
|
|
648
648
|
}
|
|
649
649
|
/**
|
|
650
650
|
* Gets domain type of this chart
|
|
651
651
|
*/
|
|
652
652
|
get domainType() {
|
|
653
|
-
return this.i.
|
|
653
|
+
return this.i.bz;
|
|
654
654
|
}
|
|
655
655
|
/**
|
|
656
656
|
* Gets or sets whether the Y-axis should use a logarithmic scale instead of a linear one.
|
|
657
657
|
* Since log(-1) is imaginary and log(0) is undefined, it is recommended to enable this property only when the Y-axis minimum is greater than zero.
|
|
658
658
|
*/
|
|
659
659
|
get yAxisIsLogarithmic() {
|
|
660
|
-
return this.i.
|
|
660
|
+
return this.i.afj;
|
|
661
661
|
}
|
|
662
662
|
set yAxisIsLogarithmic(v) {
|
|
663
|
-
this.i.
|
|
664
|
-
this._a("yAxisIsLogarithmic", this.i.
|
|
663
|
+
this.i.afj = ensureBool(v);
|
|
664
|
+
this._a("yAxisIsLogarithmic", this.i.afj);
|
|
665
665
|
}
|
|
666
666
|
/**
|
|
667
667
|
* Gets or sets the base value to use in the log function when mapping the position of data items along the Y-axis.
|
|
668
668
|
* This property is effective only when YAxisIsLogarithmic is true.
|
|
669
669
|
*/
|
|
670
670
|
get yAxisLogarithmBase() {
|
|
671
|
-
return this.i.
|
|
671
|
+
return this.i.ahh;
|
|
672
672
|
}
|
|
673
673
|
set yAxisLogarithmBase(v) {
|
|
674
|
-
this.i.
|
|
675
|
-
this._a("yAxisLogarithmBase", this.i.
|
|
674
|
+
this.i.ahh = +v;
|
|
675
|
+
this._a("yAxisLogarithmBase", this.i.ahh);
|
|
676
676
|
}
|
|
677
677
|
/**
|
|
678
678
|
* Gets or sets the distance between each label and grid line along the Y-axis.
|
|
@@ -680,11 +680,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
680
680
|
* The `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.
|
|
681
681
|
*/
|
|
682
682
|
get yAxisInterval() {
|
|
683
|
-
return this.i.
|
|
683
|
+
return this.i.agt;
|
|
684
684
|
}
|
|
685
685
|
set yAxisInterval(v) {
|
|
686
|
-
this.i.
|
|
687
|
-
this._a("yAxisInterval", this.i.
|
|
686
|
+
this.i.agt = +v;
|
|
687
|
+
this._a("yAxisInterval", this.i.agt);
|
|
688
688
|
}
|
|
689
689
|
/**
|
|
690
690
|
* Gets or sets the data value corresponding to the minimum value of the Y-axis.
|
|
@@ -692,11 +692,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
692
692
|
* The `yAxisMinimumValue` determines starting value of labels, tickmarks, and gridlines on the y-axis.
|
|
693
693
|
*/
|
|
694
694
|
get yAxisMinimumValue() {
|
|
695
|
-
return this.i.
|
|
695
|
+
return this.i.agv;
|
|
696
696
|
}
|
|
697
697
|
set yAxisMinimumValue(v) {
|
|
698
|
-
this.i.
|
|
699
|
-
this._a("yAxisMinimumValue", this.i.
|
|
698
|
+
this.i.agv = +v;
|
|
699
|
+
this._a("yAxisMinimumValue", this.i.agv);
|
|
700
700
|
}
|
|
701
701
|
/**
|
|
702
702
|
* Gets or sets the data value corresponding to the maximum value of the Y-axis.
|
|
@@ -704,11 +704,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
704
704
|
* The `yAxisMaximumValue` determines ending value of labels, tickmarks, and gridlines on the y-axis.
|
|
705
705
|
*/
|
|
706
706
|
get yAxisMaximumValue() {
|
|
707
|
-
return this.i.
|
|
707
|
+
return this.i.agu;
|
|
708
708
|
}
|
|
709
709
|
set yAxisMaximumValue(v) {
|
|
710
|
-
this.i.
|
|
711
|
-
this._a("yAxisMaximumValue", this.i.
|
|
710
|
+
this.i.agu = +v;
|
|
711
|
+
this._a("yAxisMaximumValue", this.i.agu);
|
|
712
712
|
}
|
|
713
713
|
/**
|
|
714
714
|
* Gets or sets the frequency of displayed minor lines along the Y-axis.
|
|
@@ -716,23 +716,23 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
716
716
|
* The `yAxisMinorInterval` determines how often to show minor gridline along the y-axis. Set this property to a number less than the `yAxisInterval` and the numeric range of the y-axis.
|
|
717
717
|
*/
|
|
718
718
|
get yAxisMinorInterval() {
|
|
719
|
-
return this.i.
|
|
719
|
+
return this.i.agw;
|
|
720
720
|
}
|
|
721
721
|
set yAxisMinorInterval(v) {
|
|
722
|
-
this.i.
|
|
723
|
-
this._a("yAxisMinorInterval", this.i.
|
|
722
|
+
this.i.agw = +v;
|
|
723
|
+
this._a("yAxisMinorInterval", this.i.agw);
|
|
724
724
|
}
|
|
725
725
|
/**
|
|
726
726
|
* Gets the current minimum value for the Y-axis.
|
|
727
727
|
*/
|
|
728
728
|
get yAxisActualMinimum() {
|
|
729
|
-
return this.i.
|
|
729
|
+
return this.i.ags;
|
|
730
730
|
}
|
|
731
731
|
/**
|
|
732
732
|
* Gets the current maximum value for the Y-axis.
|
|
733
733
|
*/
|
|
734
734
|
get yAxisActualMaximum() {
|
|
735
|
-
return this.i.
|
|
735
|
+
return this.i.agr;
|
|
736
736
|
}
|
|
737
737
|
/**
|
|
738
738
|
* The type of series to display in the volume pane.
|
|
@@ -740,11 +740,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
740
740
|
* Use the `volumeType` property to set a type of all series that will be rendered in the volume pane, e.g.
|
|
741
741
|
*/
|
|
742
742
|
get volumeType() {
|
|
743
|
-
return this.i.
|
|
743
|
+
return this.i.adj;
|
|
744
744
|
}
|
|
745
745
|
set volumeType(v) {
|
|
746
|
-
this.i.
|
|
747
|
-
this._a("volumeType", enumToString(FinancialChartVolumeType_$type, this.i.
|
|
746
|
+
this.i.adj = ensureEnum(FinancialChartVolumeType_$type, v);
|
|
747
|
+
this._a("volumeType", enumToString(FinancialChartVolumeType_$type, this.i.adj));
|
|
748
748
|
}
|
|
749
749
|
/**
|
|
750
750
|
* The scaling mode of the X-axis.
|
|
@@ -752,33 +752,33 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
752
752
|
* Use the `xAxisMode` property to plot data items without any breaks in data range (Ordinal mode) or with breaks in data range (Time mode) such as weekends/holidays. Note that the Ordinal axis mode is less expensive to use in the financial chart than the Time axis mode.
|
|
753
753
|
*/
|
|
754
754
|
get xAxisMode() {
|
|
755
|
-
return this.i.
|
|
755
|
+
return this.i.adl;
|
|
756
756
|
}
|
|
757
757
|
set xAxisMode(v) {
|
|
758
|
-
this.i.
|
|
759
|
-
this._a("xAxisMode", enumToString(FinancialChartXAxisMode_$type, this.i.
|
|
758
|
+
this.i.adl = ensureEnum(FinancialChartXAxisMode_$type, v);
|
|
759
|
+
this._a("xAxisMode", enumToString(FinancialChartXAxisMode_$type, this.i.adl));
|
|
760
760
|
}
|
|
761
761
|
/**
|
|
762
762
|
* Gets or sets number of visible categories at maximum zooming level
|
|
763
763
|
* This property works only with ordinal XAxisMode and it is overridden by chart's WindowRectMinWidth property
|
|
764
764
|
*/
|
|
765
765
|
get xAxisZoomMaximumCategoryRange() {
|
|
766
|
-
return this.i.
|
|
766
|
+
return this.i.agm;
|
|
767
767
|
}
|
|
768
768
|
set xAxisZoomMaximumCategoryRange(v) {
|
|
769
|
-
this.i.
|
|
770
|
-
this._a("xAxisZoomMaximumCategoryRange", this.i.
|
|
769
|
+
this.i.agm = +v;
|
|
770
|
+
this._a("xAxisZoomMaximumCategoryRange", this.i.agm);
|
|
771
771
|
}
|
|
772
772
|
/**
|
|
773
773
|
* Gets or sets starting category that chart will move its zoom window. Acceptable value is between 0 and number of data items
|
|
774
774
|
* This property works only with ordinal XAxisMode and it is overridden by chart's WindowRect or WindowScaleHorizontal properties
|
|
775
775
|
*/
|
|
776
776
|
get xAxisZoomToCategoryStart() {
|
|
777
|
-
return this.i.
|
|
777
|
+
return this.i.agp;
|
|
778
778
|
}
|
|
779
779
|
set xAxisZoomToCategoryStart(v) {
|
|
780
|
-
this.i.
|
|
781
|
-
this._a("xAxisZoomToCategoryStart", this.i.
|
|
780
|
+
this.i.agp = +v;
|
|
781
|
+
this._a("xAxisZoomToCategoryStart", this.i.agp);
|
|
782
782
|
}
|
|
783
783
|
/**
|
|
784
784
|
* Gets or sets maximum pixel span of series item that will be visible at maximum zooming level
|
|
@@ -786,22 +786,22 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
786
786
|
* This property works only with ordinal XAxisMode and it is overridden by chart's WindowRectMinWidth property
|
|
787
787
|
*/
|
|
788
788
|
get xAxisZoomMaximumItemSpan() {
|
|
789
|
-
return this.i.
|
|
789
|
+
return this.i.agn;
|
|
790
790
|
}
|
|
791
791
|
set xAxisZoomMaximumItemSpan(v) {
|
|
792
|
-
this.i.
|
|
793
|
-
this._a("xAxisZoomMaximumItemSpan", this.i.
|
|
792
|
+
this.i.agn = +v;
|
|
793
|
+
this._a("xAxisZoomMaximumItemSpan", this.i.agn);
|
|
794
794
|
}
|
|
795
795
|
/**
|
|
796
796
|
* Gets or sets number of categories that the chart will zoom in and fill plot area
|
|
797
797
|
* This property is overridden by chart's WindowRect or WindowScaleHorizontal properties
|
|
798
798
|
*/
|
|
799
799
|
get xAxisZoomToCategoryRange() {
|
|
800
|
-
return this.i.
|
|
800
|
+
return this.i.ago;
|
|
801
801
|
}
|
|
802
802
|
set xAxisZoomToCategoryRange(v) {
|
|
803
|
-
this.i.
|
|
804
|
-
this._a("xAxisZoomToCategoryRange", this.i.
|
|
803
|
+
this.i.ago = +v;
|
|
804
|
+
this._a("xAxisZoomToCategoryRange", this.i.ago);
|
|
805
805
|
}
|
|
806
806
|
/**
|
|
807
807
|
* Gets or sets pixel span of series item that will be used to zoom chart such that the item has desired span
|
|
@@ -809,11 +809,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
809
809
|
* This property works only with ordinal XAxisMode and it is overridden by chart's WindowRect or WindowScaleHorizontal properties
|
|
810
810
|
*/
|
|
811
811
|
get xAxisZoomToItemSpan() {
|
|
812
|
-
return this.i.
|
|
812
|
+
return this.i.agq;
|
|
813
813
|
}
|
|
814
814
|
set xAxisZoomToItemSpan(v) {
|
|
815
|
-
this.i.
|
|
816
|
-
this._a("xAxisZoomToItemSpan", this.i.
|
|
815
|
+
this.i.agq = +v;
|
|
816
|
+
this._a("xAxisZoomToItemSpan", this.i.agq);
|
|
817
817
|
}
|
|
818
818
|
/**
|
|
819
819
|
* The scaling mode of the Y-axis.
|
|
@@ -821,21 +821,21 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
821
821
|
* Use the `yAxisMode` property to plot data items using their actual values (Numeric) or using percent changes from the first data point (PercentChange), e.g.
|
|
822
822
|
*/
|
|
823
823
|
get yAxisMode() {
|
|
824
|
-
return this.i.
|
|
824
|
+
return this.i.adn;
|
|
825
825
|
}
|
|
826
826
|
set yAxisMode(v) {
|
|
827
|
-
this.i.
|
|
828
|
-
this._a("yAxisMode", enumToString(FinancialChartYAxisMode_$type, this.i.
|
|
827
|
+
this.i.adn = ensureEnum(FinancialChartYAxisMode_$type, v);
|
|
828
|
+
this._a("yAxisMode", enumToString(FinancialChartYAxisMode_$type, this.i.adn));
|
|
829
829
|
}
|
|
830
830
|
/**
|
|
831
831
|
* A boolean property controlling the visibility of the toolbar.
|
|
832
832
|
*/
|
|
833
833
|
get isToolbarVisible() {
|
|
834
|
-
return this.i.
|
|
834
|
+
return this.i.afc;
|
|
835
835
|
}
|
|
836
836
|
set isToolbarVisible(v) {
|
|
837
|
-
this.i.
|
|
838
|
-
this._a("isToolbarVisible", this.i.
|
|
837
|
+
this.i.afc = ensureBool(v);
|
|
838
|
+
this._a("isToolbarVisible", this.i.afc);
|
|
839
839
|
}
|
|
840
840
|
/**
|
|
841
841
|
* The type of price series to display in the main chart.
|
|
@@ -843,32 +843,32 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
843
843
|
* Use the `chartType` property to set a type of series that will be used to render prices in the Financial Chart control, e.g.
|
|
844
844
|
*/
|
|
845
845
|
get chartType() {
|
|
846
|
-
return this.i.
|
|
846
|
+
return this.i.ade;
|
|
847
847
|
}
|
|
848
848
|
set chartType(v) {
|
|
849
|
-
this.i.
|
|
850
|
-
this._a("chartType", enumToString(FinancialChartType_$type, this.i.
|
|
849
|
+
this.i.ade = ensureEnum(FinancialChartType_$type, v);
|
|
850
|
+
this._a("chartType", enumToString(FinancialChartType_$type, this.i.ade));
|
|
851
851
|
}
|
|
852
852
|
/**
|
|
853
853
|
* Gets or sets Horizontal alignment of Y-axis labels.
|
|
854
854
|
*/
|
|
855
855
|
get yAxisLabelHorizontalAlignment() {
|
|
856
|
-
return this.i.
|
|
856
|
+
return this.i.aa6;
|
|
857
857
|
}
|
|
858
858
|
set yAxisLabelHorizontalAlignment(v) {
|
|
859
|
-
this.i.
|
|
860
|
-
this._a("yAxisLabelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
859
|
+
this.i.aa6 = ensureEnum(HorizontalAlignment_$type, v);
|
|
860
|
+
this._a("yAxisLabelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.aa6));
|
|
861
861
|
}
|
|
862
862
|
/**
|
|
863
863
|
* A boolean indicating whether the chart should automatically zoom in vertically on the currently visible range of data.
|
|
864
864
|
* When this property is set to true, panning and zooming along the X-axis will result in a corresponding zoom on the Y-axis, so that the visible range of data fills the zoom window as fully as possible.
|
|
865
865
|
*/
|
|
866
866
|
get isWindowSyncedToVisibleRange() {
|
|
867
|
-
return this.i.
|
|
867
|
+
return this.i.afd;
|
|
868
868
|
}
|
|
869
869
|
set isWindowSyncedToVisibleRange(v) {
|
|
870
|
-
this.i.
|
|
871
|
-
this._a("isWindowSyncedToVisibleRange", this.i.
|
|
870
|
+
this.i.afd = ensureBool(v);
|
|
871
|
+
this._a("isWindowSyncedToVisibleRange", this.i.afd);
|
|
872
872
|
}
|
|
873
873
|
/**
|
|
874
874
|
* A collection indicating what financial indicator types to display on the Financial Chart.
|
|
@@ -878,12 +878,12 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
878
878
|
get indicatorTypes() {
|
|
879
879
|
if (this._indicatorTypes === null) {
|
|
880
880
|
let coll = new IgcFinancialIndicatorTypeCollection();
|
|
881
|
-
let innerColl = this.i.
|
|
881
|
+
let innerColl = this.i.ads;
|
|
882
882
|
if (!innerColl) {
|
|
883
883
|
innerColl = new FinancialIndicatorTypeCollection_internal(0);
|
|
884
884
|
}
|
|
885
885
|
this._indicatorTypes = coll._fromInner(innerColl);
|
|
886
|
-
this.i.
|
|
886
|
+
this.i.ads = innerColl;
|
|
887
887
|
}
|
|
888
888
|
return this._indicatorTypes;
|
|
889
889
|
}
|
|
@@ -895,14 +895,14 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
895
895
|
let coll = new IgcFinancialIndicatorTypeCollection();
|
|
896
896
|
this._indicatorTypes = coll._fromOuter(v);
|
|
897
897
|
let syncColl = new SyncableObservableCollection$1(FinancialIndicatorType_$type);
|
|
898
|
-
let innerColl = this.i.
|
|
898
|
+
let innerColl = this.i.ads;
|
|
899
899
|
if (!innerColl) {
|
|
900
900
|
innerColl = new FinancialIndicatorTypeCollection_internal(0);
|
|
901
901
|
}
|
|
902
902
|
syncColl._inner = innerColl;
|
|
903
903
|
syncColl.clear();
|
|
904
904
|
this._indicatorTypes._setSyncTarget(syncColl);
|
|
905
|
-
this.i.
|
|
905
|
+
this.i.ads = innerColl;
|
|
906
906
|
}
|
|
907
907
|
/**
|
|
908
908
|
* A collection indicating what financial overlay types to display on the Financial Chart.
|
|
@@ -912,12 +912,12 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
912
912
|
get overlayTypes() {
|
|
913
913
|
if (this._overlayTypes === null) {
|
|
914
914
|
let coll = new IgcFinancialOverlayTypeCollection();
|
|
915
|
-
let innerColl = this.i.
|
|
915
|
+
let innerColl = this.i.adu;
|
|
916
916
|
if (!innerColl) {
|
|
917
917
|
innerColl = new FinancialOverlayTypeCollection_internal(0);
|
|
918
918
|
}
|
|
919
919
|
this._overlayTypes = coll._fromInner(innerColl);
|
|
920
|
-
this.i.
|
|
920
|
+
this.i.adu = innerColl;
|
|
921
921
|
}
|
|
922
922
|
return this._overlayTypes;
|
|
923
923
|
}
|
|
@@ -929,55 +929,55 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
929
929
|
let coll = new IgcFinancialOverlayTypeCollection();
|
|
930
930
|
this._overlayTypes = coll._fromOuter(v);
|
|
931
931
|
let syncColl = new SyncableObservableCollection$1(FinancialOverlayType_$type);
|
|
932
|
-
let innerColl = this.i.
|
|
932
|
+
let innerColl = this.i.adu;
|
|
933
933
|
if (!innerColl) {
|
|
934
934
|
innerColl = new FinancialOverlayTypeCollection_internal(0);
|
|
935
935
|
}
|
|
936
936
|
syncColl._inner = innerColl;
|
|
937
937
|
syncColl.clear();
|
|
938
938
|
this._overlayTypes._setSyncTarget(syncColl);
|
|
939
|
-
this.i.
|
|
939
|
+
this.i.adu = innerColl;
|
|
940
940
|
}
|
|
941
941
|
/**
|
|
942
942
|
* Gets or sets whether the large numbers on the Y-axis labels are abbreviated.
|
|
943
943
|
*/
|
|
944
944
|
get yAxisAbbreviateLargeNumbers() {
|
|
945
|
-
return this.i.
|
|
945
|
+
return this.i.afh;
|
|
946
946
|
}
|
|
947
947
|
set yAxisAbbreviateLargeNumbers(v) {
|
|
948
|
-
this.i.
|
|
949
|
-
this._a("yAxisAbbreviateLargeNumbers", this.i.
|
|
948
|
+
this.i.afh = ensureBool(v);
|
|
949
|
+
this._a("yAxisAbbreviateLargeNumbers", this.i.afh);
|
|
950
950
|
}
|
|
951
951
|
/**
|
|
952
952
|
* Gets or sets the rendering resolution for all series in this chart.
|
|
953
953
|
* Where n = Resolution, for every n horizontal pixels, combine all items into a single datapoint. When Resolution = 0, all datapoints will be rendered as graphical objects. Charts with a higher resolution will have faster performance.
|
|
954
954
|
*/
|
|
955
955
|
get resolution() {
|
|
956
|
-
return this.i.
|
|
956
|
+
return this.i.ih;
|
|
957
957
|
}
|
|
958
958
|
set resolution(v) {
|
|
959
|
-
this.i.
|
|
960
|
-
this._a("resolution", this.i.
|
|
959
|
+
this.i.ih = +v;
|
|
960
|
+
this._a("resolution", this.i.ih);
|
|
961
961
|
}
|
|
962
962
|
/**
|
|
963
963
|
* 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.
|
|
964
964
|
*/
|
|
965
965
|
get xAxisEnhancedIntervalPreferMoreCategoryLabels() {
|
|
966
|
-
return this.i.
|
|
966
|
+
return this.i.afg;
|
|
967
967
|
}
|
|
968
968
|
set xAxisEnhancedIntervalPreferMoreCategoryLabels(v) {
|
|
969
|
-
this.i.
|
|
970
|
-
this._a("xAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.
|
|
969
|
+
this.i.afg = ensureBool(v);
|
|
970
|
+
this._a("xAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.afg);
|
|
971
971
|
}
|
|
972
972
|
/**
|
|
973
973
|
* 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.
|
|
974
974
|
*/
|
|
975
975
|
get yAxisEnhancedIntervalPreferMoreCategoryLabels() {
|
|
976
|
-
return this.i.
|
|
976
|
+
return this.i.afi;
|
|
977
977
|
}
|
|
978
978
|
set yAxisEnhancedIntervalPreferMoreCategoryLabels(v) {
|
|
979
|
-
this.i.
|
|
980
|
-
this._a("yAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.
|
|
979
|
+
this.i.afi = ensureBool(v);
|
|
980
|
+
this._a("yAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.afi);
|
|
981
981
|
}
|
|
982
982
|
/**
|
|
983
983
|
* Gets or sets type of series to display in the zoom slider pane.
|
|
@@ -985,11 +985,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
985
985
|
* Use the `zoomSliderType` property to set a type of all series that will be rendered in the zoom pane, e.g.
|
|
986
986
|
*/
|
|
987
987
|
get zoomSliderType() {
|
|
988
|
-
return this.i.
|
|
988
|
+
return this.i.adq;
|
|
989
989
|
}
|
|
990
990
|
set zoomSliderType(v) {
|
|
991
|
-
this.i.
|
|
992
|
-
this._a("zoomSliderType", enumToString(FinancialChartZoomSliderType_$type, this.i.
|
|
991
|
+
this.i.adq = ensureEnum(FinancialChartZoomSliderType_$type, v);
|
|
992
|
+
this._a("zoomSliderType", enumToString(FinancialChartZoomSliderType_$type, this.i.adq));
|
|
993
993
|
}
|
|
994
994
|
/**
|
|
995
995
|
* Gets or sets the palette used for coloring negative items of Waterfall chart type.
|
|
@@ -997,11 +997,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
997
997
|
* Use the `negativeBrushes` property to set a collection of brushes that will be used to render fill area of negative elements in the price pane, e.g.
|
|
998
998
|
*/
|
|
999
999
|
get negativeBrushes() {
|
|
1000
|
-
return fromBrushCollection(this.i.
|
|
1000
|
+
return fromBrushCollection(this.i.acn);
|
|
1001
1001
|
}
|
|
1002
1002
|
set negativeBrushes(v) {
|
|
1003
|
-
this.i.
|
|
1004
|
-
this._a("negativeBrushes", brushCollectionToString(this.i.
|
|
1003
|
+
this.i.acn = toBrushCollection(v);
|
|
1004
|
+
this._a("negativeBrushes", brushCollectionToString(this.i.acn));
|
|
1005
1005
|
}
|
|
1006
1006
|
/**
|
|
1007
1007
|
* Brushes to use for drawing negative elements, when using a chart type with contextual coloring, such as Waterfall.
|
|
@@ -1009,11 +1009,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1009
1009
|
* Use the `negativeOutlines` property to set a collection of brushes that will be used to render outline of negative elements in the price pane, e.g.
|
|
1010
1010
|
*/
|
|
1011
1011
|
get negativeOutlines() {
|
|
1012
|
-
return fromBrushCollection(this.i.
|
|
1012
|
+
return fromBrushCollection(this.i.aco);
|
|
1013
1013
|
}
|
|
1014
1014
|
set negativeOutlines(v) {
|
|
1015
|
-
this.i.
|
|
1016
|
-
this._a("negativeOutlines", brushCollectionToString(this.i.
|
|
1015
|
+
this.i.aco = toBrushCollection(v);
|
|
1016
|
+
this._a("negativeOutlines", brushCollectionToString(this.i.aco));
|
|
1017
1017
|
}
|
|
1018
1018
|
/**
|
|
1019
1019
|
* Brushes to use for filling financial overlays.
|
|
@@ -1021,11 +1021,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1021
1021
|
* Use the `overlayBrushes` property to set a collection of brushes that will be used to render fill area of overlays in the Financial Chart control, e.g.
|
|
1022
1022
|
*/
|
|
1023
1023
|
get overlayBrushes() {
|
|
1024
|
-
return fromBrushCollection(this.i.
|
|
1024
|
+
return fromBrushCollection(this.i.acp);
|
|
1025
1025
|
}
|
|
1026
1026
|
set overlayBrushes(v) {
|
|
1027
|
-
this.i.
|
|
1028
|
-
this._a("overlayBrushes", brushCollectionToString(this.i.
|
|
1027
|
+
this.i.acp = toBrushCollection(v);
|
|
1028
|
+
this._a("overlayBrushes", brushCollectionToString(this.i.acp));
|
|
1029
1029
|
}
|
|
1030
1030
|
/**
|
|
1031
1031
|
* Brushes to use for outlining financial overlays.
|
|
@@ -1033,11 +1033,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1033
1033
|
* Use the `overlayOutlines` property to set a collection of brushes that will be used to render outlines of overlays in the Financial Chart control, e.g.
|
|
1034
1034
|
*/
|
|
1035
1035
|
get overlayOutlines() {
|
|
1036
|
-
return fromBrushCollection(this.i.
|
|
1036
|
+
return fromBrushCollection(this.i.acq);
|
|
1037
1037
|
}
|
|
1038
1038
|
set overlayOutlines(v) {
|
|
1039
|
-
this.i.
|
|
1040
|
-
this._a("overlayOutlines", brushCollectionToString(this.i.
|
|
1039
|
+
this.i.acq = toBrushCollection(v);
|
|
1040
|
+
this._a("overlayOutlines", brushCollectionToString(this.i.acq));
|
|
1041
1041
|
}
|
|
1042
1042
|
/**
|
|
1043
1043
|
* Brushes to use for outlining volume series in the volume pane.
|
|
@@ -1045,11 +1045,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1045
1045
|
* Use the `volumeOutlines` property to set a collection of brushes that will be used to render outline of multiple series in the volume pane of the Financial Chart control, e.g.
|
|
1046
1046
|
*/
|
|
1047
1047
|
get volumeOutlines() {
|
|
1048
|
-
return fromBrushCollection(this.i.
|
|
1048
|
+
return fromBrushCollection(this.i.acs);
|
|
1049
1049
|
}
|
|
1050
1050
|
set volumeOutlines(v) {
|
|
1051
|
-
this.i.
|
|
1052
|
-
this._a("volumeOutlines", brushCollectionToString(this.i.
|
|
1051
|
+
this.i.acs = toBrushCollection(v);
|
|
1052
|
+
this._a("volumeOutlines", brushCollectionToString(this.i.acs));
|
|
1053
1053
|
}
|
|
1054
1054
|
/**
|
|
1055
1055
|
* Brushes to use for filling volume series in the volume pane.
|
|
@@ -1057,11 +1057,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1057
1057
|
* Use the `volumeBrushes` property to set a collection of brushes that will be used to render fill area of multiple series in the volume pane of the Financial Chart control, e.g.
|
|
1058
1058
|
*/
|
|
1059
1059
|
get volumeBrushes() {
|
|
1060
|
-
return fromBrushCollection(this.i.
|
|
1060
|
+
return fromBrushCollection(this.i.acr);
|
|
1061
1061
|
}
|
|
1062
1062
|
set volumeBrushes(v) {
|
|
1063
|
-
this.i.
|
|
1064
|
-
this._a("volumeBrushes", brushCollectionToString(this.i.
|
|
1063
|
+
this.i.acr = toBrushCollection(v);
|
|
1064
|
+
this._a("volumeBrushes", brushCollectionToString(this.i.acr));
|
|
1065
1065
|
}
|
|
1066
1066
|
/**
|
|
1067
1067
|
* Brushes to use for negative elements in financial indicators.
|
|
@@ -1069,11 +1069,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1069
1069
|
* Use the `indicatorNegativeBrushes` property to set a collection of brushes that will be used to render negative elements of indicators in the Financial Chart control, e.g.
|
|
1070
1070
|
*/
|
|
1071
1071
|
get indicatorNegativeBrushes() {
|
|
1072
|
-
return fromBrushCollection(this.i.
|
|
1072
|
+
return fromBrushCollection(this.i.acm);
|
|
1073
1073
|
}
|
|
1074
1074
|
set indicatorNegativeBrushes(v) {
|
|
1075
|
-
this.i.
|
|
1076
|
-
this._a("indicatorNegativeBrushes", brushCollectionToString(this.i.
|
|
1075
|
+
this.i.acm = toBrushCollection(v);
|
|
1076
|
+
this._a("indicatorNegativeBrushes", brushCollectionToString(this.i.acm));
|
|
1077
1077
|
}
|
|
1078
1078
|
/**
|
|
1079
1079
|
* Brushes to use for financial indicators.
|
|
@@ -1081,11 +1081,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1081
1081
|
* Use the `indicatorBrushes` property to set a collection of brushes that will be used to render positive elements of indicators in the Financial Chart control, e.g.
|
|
1082
1082
|
*/
|
|
1083
1083
|
get indicatorBrushes() {
|
|
1084
|
-
return fromBrushCollection(this.i.
|
|
1084
|
+
return fromBrushCollection(this.i.acl);
|
|
1085
1085
|
}
|
|
1086
1086
|
set indicatorBrushes(v) {
|
|
1087
|
-
this.i.
|
|
1088
|
-
this._a("indicatorBrushes", brushCollectionToString(this.i.
|
|
1087
|
+
this.i.acl = toBrushCollection(v);
|
|
1088
|
+
this._a("indicatorBrushes", brushCollectionToString(this.i.acl));
|
|
1089
1089
|
}
|
|
1090
1090
|
/**
|
|
1091
1091
|
* The outline thickness of volume series in the volume pane.
|
|
@@ -1093,11 +1093,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1093
1093
|
* Use the `volumeThickness` property to set a number that will be used to render outline thickness of all series in the volume pane, e.g.
|
|
1094
1094
|
*/
|
|
1095
1095
|
get volumeThickness() {
|
|
1096
|
-
return this.i.
|
|
1096
|
+
return this.i.agl;
|
|
1097
1097
|
}
|
|
1098
1098
|
set volumeThickness(v) {
|
|
1099
|
-
this.i.
|
|
1100
|
-
this._a("volumeThickness", this.i.
|
|
1099
|
+
this.i.agl = +v;
|
|
1100
|
+
this._a("volumeThickness", this.i.agl);
|
|
1101
1101
|
}
|
|
1102
1102
|
/**
|
|
1103
1103
|
* The outline thickness of financial overlays.
|
|
@@ -1105,21 +1105,21 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1105
1105
|
* Use the `overlayThickness` property to set a number that will be used to render outline thickness of all overlays in the Financial Chart control, e.g.
|
|
1106
1106
|
*/
|
|
1107
1107
|
get overlayThickness() {
|
|
1108
|
-
return this.i.
|
|
1108
|
+
return this.i.agj;
|
|
1109
1109
|
}
|
|
1110
1110
|
set overlayThickness(v) {
|
|
1111
|
-
this.i.
|
|
1112
|
-
this._a("overlayThickness", this.i.
|
|
1111
|
+
this.i.agj = +v;
|
|
1112
|
+
this._a("overlayThickness", this.i.agj);
|
|
1113
1113
|
}
|
|
1114
1114
|
/**
|
|
1115
1115
|
* The multiplier of financial overlay, e.g. BollingerBands overlay.
|
|
1116
1116
|
*/
|
|
1117
1117
|
get overlayMultiplier() {
|
|
1118
|
-
return this.i.
|
|
1118
|
+
return this.i.agi;
|
|
1119
1119
|
}
|
|
1120
1120
|
set overlayMultiplier(v) {
|
|
1121
|
-
this.i.
|
|
1122
|
-
this._a("overlayMultiplier", this.i.
|
|
1121
|
+
this.i.agi = +v;
|
|
1122
|
+
this._a("overlayMultiplier", this.i.agi);
|
|
1123
1123
|
}
|
|
1124
1124
|
/**
|
|
1125
1125
|
* The outline or stroke thickness of financial indicators.
|
|
@@ -1127,11 +1127,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1127
1127
|
* Use the `indicatorThickness` property to set a number that will be used to render outline thickness of all indicators in the Financial Chart control, e.g.
|
|
1128
1128
|
*/
|
|
1129
1129
|
get indicatorThickness() {
|
|
1130
|
-
return this.i.
|
|
1130
|
+
return this.i.agh;
|
|
1131
1131
|
}
|
|
1132
1132
|
set indicatorThickness(v) {
|
|
1133
|
-
this.i.
|
|
1134
|
-
this._a("indicatorThickness", this.i.
|
|
1133
|
+
this.i.agh = +v;
|
|
1134
|
+
this._a("indicatorThickness", this.i.agh);
|
|
1135
1135
|
}
|
|
1136
1136
|
/**
|
|
1137
1137
|
* The display types of financial indicators.
|
|
@@ -1141,12 +1141,12 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1141
1141
|
get indicatorDisplayTypes() {
|
|
1142
1142
|
if (this._indicatorDisplayTypes === null) {
|
|
1143
1143
|
let coll = new IgcIndicatorDisplayTypeCollection();
|
|
1144
|
-
let innerColl = this.i.
|
|
1144
|
+
let innerColl = this.i.ad4;
|
|
1145
1145
|
if (!innerColl) {
|
|
1146
1146
|
innerColl = new IndicatorDisplayTypeCollection_internal();
|
|
1147
1147
|
}
|
|
1148
1148
|
this._indicatorDisplayTypes = coll._fromInner(innerColl);
|
|
1149
|
-
this.i.
|
|
1149
|
+
this.i.ad4 = innerColl;
|
|
1150
1150
|
}
|
|
1151
1151
|
return this._indicatorDisplayTypes;
|
|
1152
1152
|
}
|
|
@@ -1158,14 +1158,14 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1158
1158
|
let coll = new IgcIndicatorDisplayTypeCollection();
|
|
1159
1159
|
this._indicatorDisplayTypes = coll._fromOuter(v);
|
|
1160
1160
|
let syncColl = new SyncableObservableCollection$1(IndicatorDisplayType_$type);
|
|
1161
|
-
let innerColl = this.i.
|
|
1161
|
+
let innerColl = this.i.ad4;
|
|
1162
1162
|
if (!innerColl) {
|
|
1163
1163
|
innerColl = new IndicatorDisplayTypeCollection_internal();
|
|
1164
1164
|
}
|
|
1165
1165
|
syncColl._inner = innerColl;
|
|
1166
1166
|
syncColl.clear();
|
|
1167
1167
|
this._indicatorDisplayTypes._setSyncTarget(syncColl);
|
|
1168
|
-
this.i.
|
|
1168
|
+
this.i.ad4 = innerColl;
|
|
1169
1169
|
}
|
|
1170
1170
|
/**
|
|
1171
1171
|
* The period of financial indicators, where applicable.
|
|
@@ -1173,11 +1173,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1173
1173
|
* The `indicatorPeriod` property applies to only the `BollingerBands` overlay as well as to these indicators types: `AverageDirectionalIndex`, `AverageTrueRange`, `BollingerBandWidth`, `ChaikinVolatility`, `CommodityChannelIndex`, `DetrendedPriceOscillator`, `FastStochasticOscillator`, `ForceIndex`, `FullStochasticOscillator`, `MoneyFlowIndex`, `IgcPriceChannelOverlayComponent`, `RateOfChangeAndMomentum`, `RelativeStrengthIndex`, `SlowStochasticOscillator`, `StandardDeviation`, `StochRSI`, `TRIX`, `WilliamsPercentR`
|
|
1174
1174
|
*/
|
|
1175
1175
|
get indicatorPeriod() {
|
|
1176
|
-
return this.i.
|
|
1176
|
+
return this.i.ahc;
|
|
1177
1177
|
}
|
|
1178
1178
|
set indicatorPeriod(v) {
|
|
1179
|
-
this.i.
|
|
1180
|
-
this._a("indicatorPeriod", this.i.
|
|
1179
|
+
this.i.ahc = +v;
|
|
1180
|
+
this._a("indicatorPeriod", this.i.ahc);
|
|
1181
1181
|
}
|
|
1182
1182
|
/**
|
|
1183
1183
|
* The multiplier of financial indicators, e.g. BollingerBandWidth indicator.
|
|
@@ -1185,11 +1185,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1185
1185
|
* The `indicatorMultiplier` property applies to only to BollingerBandWidth indicator type.
|
|
1186
1186
|
*/
|
|
1187
1187
|
get indicatorMultiplier() {
|
|
1188
|
-
return this.i.
|
|
1188
|
+
return this.i.agg;
|
|
1189
1189
|
}
|
|
1190
1190
|
set indicatorMultiplier(v) {
|
|
1191
|
-
this.i.
|
|
1192
|
-
this._a("indicatorMultiplier", this.i.
|
|
1191
|
+
this.i.agg = +v;
|
|
1192
|
+
this._a("indicatorMultiplier", this.i.agg);
|
|
1193
1193
|
}
|
|
1194
1194
|
/**
|
|
1195
1195
|
* The smoothing period of financial indicators, where applicable.
|
|
@@ -1197,11 +1197,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1197
1197
|
* The `indicatorSmoothingPeriod` property applies to only to `FullStochasticOscillator` indicator type.
|
|
1198
1198
|
*/
|
|
1199
1199
|
get indicatorSmoothingPeriod() {
|
|
1200
|
-
return this.i.
|
|
1200
|
+
return this.i.ahf;
|
|
1201
1201
|
}
|
|
1202
1202
|
set indicatorSmoothingPeriod(v) {
|
|
1203
|
-
this.i.
|
|
1204
|
-
this._a("indicatorSmoothingPeriod", this.i.
|
|
1203
|
+
this.i.ahf = +v;
|
|
1204
|
+
this._a("indicatorSmoothingPeriod", this.i.ahf);
|
|
1205
1205
|
}
|
|
1206
1206
|
/**
|
|
1207
1207
|
* The short period of financial indicators, where applicable.
|
|
@@ -1215,11 +1215,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1215
1215
|
* - PercentageVolumeOscillator,
|
|
1216
1216
|
*/
|
|
1217
1217
|
get indicatorShortPeriod() {
|
|
1218
|
-
return this.i.
|
|
1218
|
+
return this.i.ahd;
|
|
1219
1219
|
}
|
|
1220
1220
|
set indicatorShortPeriod(v) {
|
|
1221
|
-
this.i.
|
|
1222
|
-
this._a("indicatorShortPeriod", this.i.
|
|
1221
|
+
this.i.ahd = +v;
|
|
1222
|
+
this._a("indicatorShortPeriod", this.i.ahd);
|
|
1223
1223
|
}
|
|
1224
1224
|
/**
|
|
1225
1225
|
* The long period of financial indicators, where applicable.
|
|
@@ -1233,11 +1233,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1233
1233
|
* - PercentageVolumeOscillator,
|
|
1234
1234
|
*/
|
|
1235
1235
|
get indicatorLongPeriod() {
|
|
1236
|
-
return this.i.
|
|
1236
|
+
return this.i.ahb;
|
|
1237
1237
|
}
|
|
1238
1238
|
set indicatorLongPeriod(v) {
|
|
1239
|
-
this.i.
|
|
1240
|
-
this._a("indicatorLongPeriod", this.i.
|
|
1239
|
+
this.i.ahb = +v;
|
|
1240
|
+
this._a("indicatorLongPeriod", this.i.ahb);
|
|
1241
1241
|
}
|
|
1242
1242
|
/**
|
|
1243
1243
|
* The signal period of financial indicators, where applicable.
|
|
@@ -1245,11 +1245,11 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1245
1245
|
* The `indicatorSignalPeriod` property applies to only to MovingAverageConvergenceDivergence indicator type.
|
|
1246
1246
|
*/
|
|
1247
1247
|
get indicatorSignalPeriod() {
|
|
1248
|
-
return this.i.
|
|
1248
|
+
return this.i.ahe;
|
|
1249
1249
|
}
|
|
1250
1250
|
set indicatorSignalPeriod(v) {
|
|
1251
|
-
this.i.
|
|
1252
|
-
this._a("indicatorSignalPeriod", this.i.
|
|
1251
|
+
this.i.ahe = +v;
|
|
1252
|
+
this._a("indicatorSignalPeriod", this.i.ahe);
|
|
1253
1253
|
}
|
|
1254
1254
|
/**
|
|
1255
1255
|
* A FinancialChartRangeSelectorOptionCollection containing the available range selector options on the toolbar.
|
|
@@ -1257,12 +1257,12 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1257
1257
|
get rangeSelectorOptions() {
|
|
1258
1258
|
if (this._rangeSelectorOptions === null) {
|
|
1259
1259
|
let coll = new IgcFinancialChartRangeSelectorOptionCollection();
|
|
1260
|
-
let innerColl = this.i.
|
|
1260
|
+
let innerColl = this.i.ada;
|
|
1261
1261
|
if (!innerColl) {
|
|
1262
1262
|
innerColl = new FinancialChartRangeSelectorOptionCollection_internal(0);
|
|
1263
1263
|
}
|
|
1264
1264
|
this._rangeSelectorOptions = coll._fromInner(innerColl);
|
|
1265
|
-
this.i.
|
|
1265
|
+
this.i.ada = innerColl;
|
|
1266
1266
|
}
|
|
1267
1267
|
return this._rangeSelectorOptions;
|
|
1268
1268
|
}
|
|
@@ -1274,14 +1274,14 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1274
1274
|
let coll = new IgcFinancialChartRangeSelectorOptionCollection();
|
|
1275
1275
|
this._rangeSelectorOptions = coll._fromOuter(v);
|
|
1276
1276
|
let syncColl = new SyncableObservableCollection$1(FinancialChartRangeSelectorOption_$type);
|
|
1277
|
-
let innerColl = this.i.
|
|
1277
|
+
let innerColl = this.i.ada;
|
|
1278
1278
|
if (!innerColl) {
|
|
1279
1279
|
innerColl = new FinancialChartRangeSelectorOptionCollection_internal(0);
|
|
1280
1280
|
}
|
|
1281
1281
|
syncColl._inner = innerColl;
|
|
1282
1282
|
syncColl.clear();
|
|
1283
1283
|
this._rangeSelectorOptions._setSyncTarget(syncColl);
|
|
1284
|
-
this.i.
|
|
1284
|
+
this.i.ada = innerColl;
|
|
1285
1285
|
}
|
|
1286
1286
|
/**
|
|
1287
1287
|
* The names of custom indicators to add to the chart.
|
|
@@ -1317,59 +1317,59 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1317
1317
|
this.i.customIndicatorNames = innerColl;
|
|
1318
1318
|
}
|
|
1319
1319
|
get isVerticalZoomEnabled() {
|
|
1320
|
-
return this.i.
|
|
1320
|
+
return this.i.fy;
|
|
1321
1321
|
}
|
|
1322
1322
|
set isVerticalZoomEnabled(v) {
|
|
1323
|
-
this.i.
|
|
1324
|
-
this._a("isVerticalZoomEnabled", this.i.
|
|
1323
|
+
this.i.fy = ensureBool(v);
|
|
1324
|
+
this._a("isVerticalZoomEnabled", this.i.fy);
|
|
1325
1325
|
}
|
|
1326
1326
|
/**
|
|
1327
1327
|
* Gets or sets stroke brush of major gridlines on x-axis of the zoom slider pane
|
|
1328
1328
|
*/
|
|
1329
1329
|
get zoomSliderXAxisMajorStroke() {
|
|
1330
|
-
return brushToString(this.i.
|
|
1330
|
+
return brushToString(this.i.alr);
|
|
1331
1331
|
}
|
|
1332
1332
|
set zoomSliderXAxisMajorStroke(v) {
|
|
1333
|
-
this.i.
|
|
1334
|
-
this._a("zoomSliderXAxisMajorStroke", brushToString(this.i.
|
|
1333
|
+
this.i.alr = stringToBrush(v);
|
|
1334
|
+
this._a("zoomSliderXAxisMajorStroke", brushToString(this.i.alr));
|
|
1335
1335
|
}
|
|
1336
1336
|
/**
|
|
1337
1337
|
* Gets or sets thickness of major gridlines on x-axis of the zoom slider pane
|
|
1338
1338
|
*/
|
|
1339
1339
|
get zoomSliderXAxisMajorStrokeThickness() {
|
|
1340
|
-
return this.i.
|
|
1340
|
+
return this.i.agx;
|
|
1341
1341
|
}
|
|
1342
1342
|
set zoomSliderXAxisMajorStrokeThickness(v) {
|
|
1343
|
-
this.i.
|
|
1344
|
-
this._a("zoomSliderXAxisMajorStrokeThickness", this.i.
|
|
1343
|
+
this.i.agx = +v;
|
|
1344
|
+
this._a("zoomSliderXAxisMajorStrokeThickness", this.i.agx);
|
|
1345
1345
|
}
|
|
1346
1346
|
/**
|
|
1347
1347
|
* Gets or sets weather or not a legend is visible between toolbar and chart's plot area
|
|
1348
1348
|
*/
|
|
1349
1349
|
get isLegendVisible() {
|
|
1350
|
-
return this.i.
|
|
1350
|
+
return this.i.ae8;
|
|
1351
1351
|
}
|
|
1352
1352
|
set isLegendVisible(v) {
|
|
1353
|
-
this.i.
|
|
1354
|
-
this._a("isLegendVisible", this.i.
|
|
1353
|
+
this.i.ae8 = ensureBool(v);
|
|
1354
|
+
this._a("isLegendVisible", this.i.ae8);
|
|
1355
1355
|
}
|
|
1356
1356
|
/**
|
|
1357
1357
|
* Gets or sets minimum value on x-axis
|
|
1358
1358
|
*/
|
|
1359
1359
|
get xAxisMinimumValue() {
|
|
1360
|
-
return this.i.
|
|
1360
|
+
return this.i.afy;
|
|
1361
1361
|
}
|
|
1362
1362
|
set xAxisMinimumValue(v) {
|
|
1363
|
-
this.i.
|
|
1363
|
+
this.i.afy = v;
|
|
1364
1364
|
}
|
|
1365
1365
|
/**
|
|
1366
1366
|
* Gets or sets maximum value on x-axis
|
|
1367
1367
|
*/
|
|
1368
1368
|
get xAxisMaximumValue() {
|
|
1369
|
-
return this.i.
|
|
1369
|
+
return this.i.afx;
|
|
1370
1370
|
}
|
|
1371
1371
|
set xAxisMaximumValue(v) {
|
|
1372
|
-
this.i.
|
|
1372
|
+
this.i.afx = v;
|
|
1373
1373
|
}
|
|
1374
1374
|
findByName(name) {
|
|
1375
1375
|
var baseResult = super.findByName(name);
|
|
@@ -1402,23 +1402,23 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1402
1402
|
this.i.provideContainer(container);
|
|
1403
1403
|
}
|
|
1404
1404
|
notifyInsertItem(source_, index, newItem) {
|
|
1405
|
-
this.i.
|
|
1405
|
+
this.i.rz(source_, index, newItem);
|
|
1406
1406
|
}
|
|
1407
1407
|
notifyRemoveItem(source_, index, oldItem) {
|
|
1408
|
-
this.i.
|
|
1408
|
+
this.i.r0(source_, index, oldItem);
|
|
1409
1409
|
}
|
|
1410
1410
|
notifyClearItems(source_) {
|
|
1411
|
-
this.i.
|
|
1411
|
+
this.i.ry(source_);
|
|
1412
1412
|
}
|
|
1413
1413
|
notifySetItem(source_, index, oldItem, newItem) {
|
|
1414
|
-
this.i.
|
|
1414
|
+
this.i.r2(source_, index, oldItem, newItem);
|
|
1415
1415
|
}
|
|
1416
1416
|
/**
|
|
1417
1417
|
* Returns visuals as a serialized string.
|
|
1418
1418
|
|
|
1419
1419
|
*/
|
|
1420
1420
|
exportSerializedVisualData() {
|
|
1421
|
-
let iv = this.i.
|
|
1421
|
+
let iv = this.i.ah1();
|
|
1422
1422
|
return (iv);
|
|
1423
1423
|
}
|
|
1424
1424
|
/**
|
|
@@ -1446,6 +1446,7 @@ export let IgcFinancialChartComponent = /*@__PURE__*/ (() => {
|
|
|
1446
1446
|
}
|
|
1447
1447
|
};
|
|
1448
1448
|
this.i.applyCustomIndicators = delegateCombine(this.i.applyCustomIndicators, this._applyCustomIndicators_wrapped);
|
|
1449
|
+
;
|
|
1449
1450
|
}
|
|
1450
1451
|
}
|
|
1451
1452
|
IgcFinancialChartComponent._observedAttributesIgcFinancialChartComponent = null;
|