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
|
@@ -69,189 +69,189 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
69
69
|
tslib_1.__extends(FinancialChart, _super);
|
|
70
70
|
function FinancialChart() {
|
|
71
71
|
var _this = _super.call(this) || this;
|
|
72
|
-
_this.
|
|
73
|
-
_this.
|
|
74
|
-
_this.ag0 = null;
|
|
75
|
-
_this.agx = null;
|
|
76
|
-
_this.agz = null;
|
|
72
|
+
_this.ad5 = null;
|
|
73
|
+
_this.ag3 = null;
|
|
77
74
|
_this.ag1 = null;
|
|
78
75
|
_this.agy = null;
|
|
79
|
-
_this.
|
|
80
|
-
_this.
|
|
76
|
+
_this.ag0 = null;
|
|
77
|
+
_this.ag2 = null;
|
|
78
|
+
_this.agz = null;
|
|
79
|
+
_this.adb = null;
|
|
81
80
|
_this.ahl = null;
|
|
82
|
-
_this.ahh = null;
|
|
83
81
|
_this.ahm = null;
|
|
84
|
-
_this.ahn = null;
|
|
85
82
|
_this.ahi = null;
|
|
83
|
+
_this.ahn = null;
|
|
84
|
+
_this.aho = null;
|
|
86
85
|
_this.ahj = null;
|
|
87
|
-
_this.
|
|
88
|
-
_this.
|
|
89
|
-
_this.
|
|
90
|
-
_this.
|
|
91
|
-
_this.
|
|
92
|
-
_this.
|
|
93
|
-
_this.
|
|
94
|
-
_this.
|
|
86
|
+
_this.ahk = null;
|
|
87
|
+
_this.aet = null;
|
|
88
|
+
_this.af3 = 40;
|
|
89
|
+
_this.adz = null;
|
|
90
|
+
_this.adx = null;
|
|
91
|
+
_this.ad1 = null;
|
|
92
|
+
_this.ad6 = null;
|
|
93
|
+
_this.ahw = null;
|
|
94
|
+
_this.aep = null;
|
|
95
|
+
_this.aff = false;
|
|
95
96
|
_this.afe = false;
|
|
96
|
-
_this.
|
|
97
|
-
_this.
|
|
98
|
-
_this.
|
|
99
|
-
_this.ag8 = 10;
|
|
100
|
-
_this.af9 = NaN;
|
|
101
|
-
_this.agb = NaN;
|
|
97
|
+
_this.afm = false;
|
|
98
|
+
_this.ae1 = false;
|
|
99
|
+
_this.ag9 = 10;
|
|
102
100
|
_this.aga = NaN;
|
|
103
|
-
_this.agc =
|
|
104
|
-
_this.
|
|
105
|
-
_this.
|
|
106
|
-
_this.
|
|
107
|
-
_this.
|
|
108
|
-
_this.af5 =
|
|
109
|
-
_this.af6 = NaN;
|
|
101
|
+
_this.agc = NaN;
|
|
102
|
+
_this.agb = NaN;
|
|
103
|
+
_this.agd = 0;
|
|
104
|
+
_this.adh = 0;
|
|
105
|
+
_this.adk = 0;
|
|
106
|
+
_this.af5 = 3;
|
|
110
107
|
_this.af8 = NaN;
|
|
111
|
-
_this.
|
|
112
|
-
_this.
|
|
113
|
-
_this.
|
|
114
|
-
_this.
|
|
115
|
-
_this.
|
|
116
|
-
_this.
|
|
117
|
-
_this.afn = null;
|
|
118
|
-
_this.aey = true;
|
|
108
|
+
_this.af6 = NaN;
|
|
109
|
+
_this.af7 = NaN;
|
|
110
|
+
_this.af9 = NaN;
|
|
111
|
+
_this.adm = 0;
|
|
112
|
+
_this.aew = true;
|
|
113
|
+
_this.add = 0;
|
|
119
114
|
_this.aex = false;
|
|
120
|
-
_this.
|
|
121
|
-
_this.
|
|
122
|
-
_this.
|
|
123
|
-
_this.
|
|
115
|
+
_this.adr = null;
|
|
116
|
+
_this.adt = null;
|
|
117
|
+
_this.afo = null;
|
|
118
|
+
_this.aez = true;
|
|
119
|
+
_this.aey = false;
|
|
120
|
+
_this.ae0 = false;
|
|
121
|
+
_this.aeq = null;
|
|
122
|
+
_this.ado = 1;
|
|
124
123
|
_this.acf = null;
|
|
125
124
|
_this.acg = null;
|
|
126
125
|
_this.ach = null;
|
|
127
|
-
_this.acj = null;
|
|
128
126
|
_this.aci = null;
|
|
127
|
+
_this.ack = null;
|
|
128
|
+
_this.acj = null;
|
|
129
|
+
_this.ace = null;
|
|
129
130
|
_this.acd = null;
|
|
130
|
-
_this.
|
|
131
|
-
_this.
|
|
132
|
-
_this.af1 =
|
|
133
|
-
_this.af0 =
|
|
134
|
-
_this.
|
|
135
|
-
_this.
|
|
136
|
-
_this.
|
|
137
|
-
_this.
|
|
138
|
-
_this.
|
|
139
|
-
_this.
|
|
140
|
-
_this.
|
|
141
|
-
_this.ag6 = 9;
|
|
142
|
-
_this.ac7 = null;
|
|
131
|
+
_this.af4 = 1;
|
|
132
|
+
_this.af2 = 1;
|
|
133
|
+
_this.af1 = 2;
|
|
134
|
+
_this.af0 = 1;
|
|
135
|
+
_this.ad3 = null;
|
|
136
|
+
_this.ag5 = -2147483648;
|
|
137
|
+
_this.afz = 2;
|
|
138
|
+
_this.ag8 = 3;
|
|
139
|
+
_this.ag6 = 10;
|
|
140
|
+
_this.ag4 = 30;
|
|
141
|
+
_this.ag7 = 9;
|
|
143
142
|
_this.ac8 = null;
|
|
144
|
-
_this.
|
|
143
|
+
_this.ac9 = null;
|
|
144
|
+
_this.ac4 = null;
|
|
145
145
|
_this.applyCustomIndicators = null;
|
|
146
|
-
_this.
|
|
147
|
-
_this.
|
|
148
|
-
_this.
|
|
149
|
-
_this.
|
|
150
|
-
_this.
|
|
151
|
-
_this.
|
|
152
|
-
_this.
|
|
153
|
-
_this.
|
|
154
|
-
_this.
|
|
146
|
+
_this.alq = null;
|
|
147
|
+
_this.age = 1;
|
|
148
|
+
_this.aev = false;
|
|
149
|
+
_this.adv = null;
|
|
150
|
+
_this.afw = dateMinValue();
|
|
151
|
+
_this.afv = dateMaxValue();
|
|
152
|
+
_this.aft = null;
|
|
153
|
+
_this.q9();
|
|
154
|
+
_this.aft = new ObservableCollection$1(Base.$, 0);
|
|
155
155
|
if (_this.xAxisBreaks != null) {
|
|
156
156
|
var a = _this.xAxisBreaks;
|
|
157
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, function (a, b) { return _this.
|
|
157
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, function (a, b) { return _this.alf(); });
|
|
158
158
|
}
|
|
159
|
-
_this.
|
|
159
|
+
_this.ak0();
|
|
160
160
|
return _this;
|
|
161
161
|
}
|
|
162
|
-
FinancialChart.prototype.
|
|
163
|
-
_super.prototype.
|
|
162
|
+
FinancialChart.prototype.sf = function (a, b, c) {
|
|
163
|
+
_super.prototype.sf.call(this, a, b, c);
|
|
164
164
|
switch (a) {
|
|
165
165
|
case "ToolbarTemplate":
|
|
166
166
|
case "RangeSelectorTemplate":
|
|
167
|
-
this.
|
|
167
|
+
this.adc = new FinancialChartToolbar(this, this.aht);
|
|
168
168
|
break;
|
|
169
169
|
case "Toolbar":
|
|
170
170
|
var d = b;
|
|
171
171
|
if (d != null) {
|
|
172
|
-
d.chartTypeChanged = delegateRemove(d.chartTypeChanged, runOn(this, this.
|
|
173
|
-
d.trendLineTypeChanged = delegateRemove(d.trendLineTypeChanged, runOn(this, this.
|
|
174
|
-
d.volumeTypeChanged = delegateRemove(d.volumeTypeChanged, runOn(this, this.
|
|
172
|
+
d.chartTypeChanged = delegateRemove(d.chartTypeChanged, runOn(this, this.akn));
|
|
173
|
+
d.trendLineTypeChanged = delegateRemove(d.trendLineTypeChanged, runOn(this, this.akq));
|
|
174
|
+
d.volumeTypeChanged = delegateRemove(d.volumeTypeChanged, runOn(this, this.akr));
|
|
175
175
|
d.l(null);
|
|
176
176
|
}
|
|
177
|
-
if (this.
|
|
178
|
-
this.
|
|
179
|
-
this.
|
|
180
|
-
this.
|
|
181
|
-
this.
|
|
182
|
-
if (this.
|
|
183
|
-
this.
|
|
177
|
+
if (this.adc != null) {
|
|
178
|
+
this.adc.ac = this.adj;
|
|
179
|
+
this.adc.ai = this.dj;
|
|
180
|
+
this.adc.y = this.ade;
|
|
181
|
+
this.adc.al = this.afc;
|
|
182
|
+
if (this.ag0 != null) {
|
|
183
|
+
this.adc.l(this.ag0);
|
|
184
184
|
}
|
|
185
|
-
var e = this.
|
|
186
|
-
e.chartTypeChanged = delegateCombine(e.chartTypeChanged, runOn(this, this.
|
|
185
|
+
var e = this.adc;
|
|
186
|
+
e.chartTypeChanged = delegateCombine(e.chartTypeChanged, runOn(this, this.akn));
|
|
187
187
|
;
|
|
188
|
-
var f = this.
|
|
189
|
-
f.trendLineTypeChanged = delegateCombine(f.trendLineTypeChanged, runOn(this, this.
|
|
190
|
-
var g = this.
|
|
191
|
-
g.volumeTypeChanged = delegateCombine(g.volumeTypeChanged, runOn(this, this.
|
|
188
|
+
var f = this.adc;
|
|
189
|
+
f.trendLineTypeChanged = delegateCombine(f.trendLineTypeChanged, runOn(this, this.akq));
|
|
190
|
+
var g = this.adc;
|
|
191
|
+
g.volumeTypeChanged = delegateCombine(g.volumeTypeChanged, runOn(this, this.akr));
|
|
192
192
|
}
|
|
193
193
|
break;
|
|
194
194
|
case "ChartType":
|
|
195
|
-
if (this.
|
|
196
|
-
this.
|
|
195
|
+
if (this.adc != null) {
|
|
196
|
+
this.adc.y = this.ade;
|
|
197
197
|
}
|
|
198
198
|
break;
|
|
199
199
|
case "VolumeType":
|
|
200
|
-
if (this.
|
|
201
|
-
this.
|
|
200
|
+
if (this.adc != null) {
|
|
201
|
+
this.adc.ac = this.adj;
|
|
202
202
|
}
|
|
203
203
|
break;
|
|
204
204
|
case "TrendLineType":
|
|
205
|
-
if (this.
|
|
206
|
-
this.
|
|
205
|
+
if (this.adc != null) {
|
|
206
|
+
this.adc.ai = this.dj;
|
|
207
207
|
}
|
|
208
208
|
break;
|
|
209
209
|
case "IsToolbarVisible":
|
|
210
|
-
if (this.
|
|
210
|
+
if (this.adc == null) {
|
|
211
211
|
break;
|
|
212
212
|
}
|
|
213
|
-
this.
|
|
213
|
+
this.adc.al = this.afc;
|
|
214
214
|
this.setGridRows();
|
|
215
215
|
break;
|
|
216
216
|
}
|
|
217
217
|
};
|
|
218
|
-
FinancialChart.prototype.
|
|
219
|
-
this.
|
|
218
|
+
FinancialChart.prototype.akr = function (a, b) {
|
|
219
|
+
this.adj = this.adc.ac;
|
|
220
220
|
};
|
|
221
|
-
FinancialChart.prototype.
|
|
222
|
-
this.
|
|
221
|
+
FinancialChart.prototype.akq = function (a, b) {
|
|
222
|
+
this.dj = this.adc.ai;
|
|
223
223
|
};
|
|
224
|
-
FinancialChart.prototype.
|
|
225
|
-
this.
|
|
224
|
+
FinancialChart.prototype.akn = function (a, b) {
|
|
225
|
+
this.ade = this.adc.y;
|
|
226
226
|
};
|
|
227
|
-
FinancialChart.prototype.
|
|
228
|
-
this.
|
|
229
|
-
this.
|
|
227
|
+
FinancialChart.prototype.ak0 = function () {
|
|
228
|
+
this.ad5 = new IndicatorPane();
|
|
229
|
+
this.adw = TypeRegistrar.create("FinancialLegend");
|
|
230
230
|
};
|
|
231
231
|
FinancialChart.prototype.provideGrid = function (a) {
|
|
232
|
-
this.
|
|
233
|
-
this.
|
|
232
|
+
this.ag3 = a;
|
|
233
|
+
this.all();
|
|
234
234
|
this.setGridRows();
|
|
235
|
-
if (this.
|
|
236
|
-
this.
|
|
235
|
+
if (this.adc != null) {
|
|
236
|
+
this.adc.bg(a);
|
|
237
237
|
}
|
|
238
238
|
};
|
|
239
239
|
FinancialChart.prototype.onDocumentClick = function (a) {
|
|
240
|
-
if (this.
|
|
241
|
-
this.
|
|
240
|
+
if (this.adc != null) {
|
|
241
|
+
this.adc.bl(a);
|
|
242
242
|
}
|
|
243
243
|
};
|
|
244
244
|
FinancialChart.prototype.getContext = function () {
|
|
245
|
-
var a = this.
|
|
245
|
+
var a = this.adc.v();
|
|
246
246
|
var b = new FinancialChartContext();
|
|
247
247
|
b.vm = new FinancialChartViewModel();
|
|
248
248
|
b.vm.toolbar = a;
|
|
249
|
-
b.container = this.
|
|
250
|
-
b.toolbarContainer = this.
|
|
251
|
-
b.legendContainer = this.
|
|
252
|
-
b.indicatorsContainer = this.
|
|
253
|
-
b.volumeContainer = this.
|
|
254
|
-
b.zoomContainer = this.
|
|
249
|
+
b.container = this.ju;
|
|
250
|
+
b.toolbarContainer = this.ag0;
|
|
251
|
+
b.legendContainer = this.agz;
|
|
252
|
+
b.indicatorsContainer = this.agy;
|
|
253
|
+
b.volumeContainer = this.ag1;
|
|
254
|
+
b.zoomContainer = this.ag2;
|
|
255
255
|
return b;
|
|
256
256
|
};
|
|
257
257
|
FinancialChart.prototype.provideContainer = function (a) {
|
|
@@ -261,70 +261,70 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
261
261
|
var d = b.createElement("div");
|
|
262
262
|
d.setStyleProperty("width", "100%");
|
|
263
263
|
d.setStyleProperty("height", "100%");
|
|
264
|
-
if (this.
|
|
265
|
-
this.
|
|
264
|
+
if (this.adc == null) {
|
|
265
|
+
this.adc = new FinancialChartToolbar(this, this.aht);
|
|
266
266
|
}
|
|
267
|
-
this.
|
|
268
|
-
this.
|
|
269
|
-
this.
|
|
267
|
+
this.adc.w.isIndicatorMenuVisible = this.ae3 && this.ae4;
|
|
268
|
+
this.ag0 = b.getSubRenderer(d);
|
|
269
|
+
this.adc.l(this.ag0);
|
|
270
270
|
var e = b.createElement("div");
|
|
271
271
|
e.setStyleProperty("width", "100%");
|
|
272
272
|
e.setStyleProperty("height", "100%");
|
|
273
273
|
var f = b.createElement("div");
|
|
274
274
|
f.setStyleProperty("width", "100%");
|
|
275
275
|
f.setStyleProperty("height", "100%");
|
|
276
|
-
this.
|
|
276
|
+
this.agz = b.getSubRenderer(f);
|
|
277
277
|
var g = b.createElement("div");
|
|
278
278
|
g.setStyleProperty("width", "100%");
|
|
279
279
|
g.setStyleProperty("height", "100%");
|
|
280
|
-
this.
|
|
280
|
+
this.agy = b.getSubRenderer(g);
|
|
281
281
|
var h = b.createElement("div");
|
|
282
282
|
h.setStyleProperty("width", "100%");
|
|
283
283
|
h.setStyleProperty("height", "100%");
|
|
284
|
-
this.
|
|
284
|
+
this.ag1 = b.getSubRenderer(h);
|
|
285
285
|
var i = b.createElement("div");
|
|
286
286
|
i.setStyleProperty("width", "100%");
|
|
287
287
|
i.setStyleProperty("height", "100%");
|
|
288
|
-
this.
|
|
288
|
+
this.ag2 = b.getSubRenderer(i);
|
|
289
289
|
a = b.getSubRenderer(e);
|
|
290
290
|
}
|
|
291
291
|
else {
|
|
292
|
-
this.
|
|
293
|
-
if (this.
|
|
294
|
-
this.
|
|
292
|
+
this.ag0 = null;
|
|
293
|
+
if (this.adc != null) {
|
|
294
|
+
this.adc.l(null);
|
|
295
295
|
}
|
|
296
|
-
if (this.
|
|
297
|
-
this.
|
|
298
|
-
this.
|
|
296
|
+
if (this.aeu != null) {
|
|
297
|
+
this.aeu.provideContainer(null);
|
|
298
|
+
this.aeu = null;
|
|
299
299
|
}
|
|
300
|
-
if (this.
|
|
301
|
-
this.
|
|
300
|
+
if (this.adw != null) {
|
|
301
|
+
this.adw.provideContainer(null);
|
|
302
302
|
}
|
|
303
303
|
}
|
|
304
304
|
_super.prototype.provideContainer.call(this, a);
|
|
305
305
|
if (b != null) {
|
|
306
306
|
if (this.volumeChart != null) {
|
|
307
|
-
this.volumeChart.provideContainer(this.
|
|
307
|
+
this.volumeChart.provideContainer(this.ag1);
|
|
308
308
|
}
|
|
309
|
-
if (this.
|
|
310
|
-
this.
|
|
309
|
+
if (this.ad5 != null) {
|
|
310
|
+
this.ad5.h(this.agy);
|
|
311
311
|
}
|
|
312
312
|
if (this.zoomSliderChart != null) {
|
|
313
|
-
this.zoomSliderChart.provideContainer(this.
|
|
313
|
+
this.zoomSliderChart.provideContainer(this.ag2);
|
|
314
314
|
if (a != null) {
|
|
315
|
-
this.
|
|
315
|
+
this.aj7();
|
|
316
316
|
}
|
|
317
317
|
else {
|
|
318
|
-
this.
|
|
318
|
+
this.aeu = null;
|
|
319
319
|
}
|
|
320
320
|
}
|
|
321
|
-
if (this.
|
|
322
|
-
this.
|
|
321
|
+
if (this.adw != null) {
|
|
322
|
+
this.adw.provideContainer(this.agz);
|
|
323
323
|
}
|
|
324
324
|
this.setGridRows();
|
|
325
325
|
}
|
|
326
326
|
};
|
|
327
|
-
FinancialChart.prototype.
|
|
327
|
+
FinancialChart.prototype.alb = function (a, b, c) {
|
|
328
328
|
if (a != null) {
|
|
329
329
|
a.provideContainer(null);
|
|
330
330
|
}
|
|
@@ -333,63 +333,63 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
333
333
|
}
|
|
334
334
|
this.setGridRows();
|
|
335
335
|
};
|
|
336
|
-
FinancialChart.prototype.
|
|
337
|
-
this.
|
|
336
|
+
FinancialChart.prototype.alp = function (a, b) {
|
|
337
|
+
this.alb(a, b, this.ag2);
|
|
338
338
|
if (b == null) {
|
|
339
339
|
return;
|
|
340
340
|
}
|
|
341
|
-
this.
|
|
341
|
+
this.aj7();
|
|
342
342
|
};
|
|
343
|
-
FinancialChart.prototype.
|
|
343
|
+
FinancialChart.prototype.aj7 = function () {
|
|
344
344
|
var _this = this;
|
|
345
|
-
if (this.
|
|
345
|
+
if (this.ag2 == null) {
|
|
346
346
|
return;
|
|
347
347
|
}
|
|
348
|
-
if (this.
|
|
349
|
-
this.
|
|
348
|
+
if (this.aeu != null) {
|
|
349
|
+
this.aeu.provideContainer(null);
|
|
350
350
|
}
|
|
351
|
-
this.
|
|
352
|
-
this.
|
|
353
|
-
var a = this.
|
|
351
|
+
this.aeu = TypeRegistrar.create("ZoomSlider");
|
|
352
|
+
this.aeu.provideContainer(this.ag2);
|
|
353
|
+
var a = this.aeu;
|
|
354
354
|
a.windowRectChanged = delegateCombine(a.windowRectChanged, function (a, b) {
|
|
355
355
|
if (_this.dataChart != null) {
|
|
356
|
-
_this.dataChart.tp = new Rect(0, _this.
|
|
356
|
+
_this.dataChart.tp = new Rect(0, _this.aeu.windowRect.left, _this.dataChart.s9.top, _this.aeu.windowRect.width, _this.dataChart.s9.height);
|
|
357
357
|
}
|
|
358
358
|
});
|
|
359
|
-
this.
|
|
359
|
+
this.aj8();
|
|
360
360
|
};
|
|
361
|
-
FinancialChart.prototype.
|
|
362
|
-
this.
|
|
361
|
+
FinancialChart.prototype.aln = function (a, b) {
|
|
362
|
+
this.alb(a, b, this.ag1);
|
|
363
363
|
};
|
|
364
364
|
FinancialChart.prototype.setGridRows = function () {
|
|
365
|
-
if (this.
|
|
365
|
+
if (this.ag3 == null) {
|
|
366
366
|
return;
|
|
367
367
|
}
|
|
368
368
|
var a = new Array(6);
|
|
369
|
-
a[0] = (this.
|
|
370
|
-
a[1] = this.
|
|
369
|
+
a[0] = (this.afc ? this.agk : 0) + "px";
|
|
370
|
+
a[1] = this.ae8 ? "min-content" : "0px";
|
|
371
371
|
a[2] = "auto";
|
|
372
372
|
a[3] = this.indicatorCharts == null || this.indicatorCharts.count == 0 ? "0px" : this.indicatorCharts.count * 150 + "px";
|
|
373
373
|
a[4] = this.volumeChart == null ? "0px" : "100px";
|
|
374
374
|
a[5] = this.zoomSliderChart == null ? "0px" : "100px";
|
|
375
|
-
if (this.
|
|
375
|
+
if (this.aeu != null) {
|
|
376
376
|
if (a[5] == "0px") {
|
|
377
|
-
this.
|
|
377
|
+
this.aeu.hide();
|
|
378
378
|
}
|
|
379
379
|
else {
|
|
380
|
-
this.
|
|
380
|
+
this.aeu.show();
|
|
381
381
|
}
|
|
382
382
|
}
|
|
383
|
-
this.
|
|
384
|
-
this.
|
|
385
|
-
if (this.
|
|
383
|
+
this.ag3.setStyleProperty("-ms-grid-rows", stringReplace(stringJoin.apply(void 0, tslib_1.__spread([" "], a)), "auto", "1fr"));
|
|
384
|
+
this.ag3.setStyleProperty("grid-template-rows", stringJoin.apply(void 0, tslib_1.__spread([" "], a)));
|
|
385
|
+
if (this.ju == null) {
|
|
386
386
|
return;
|
|
387
387
|
}
|
|
388
388
|
if (this.dataChart != null) {
|
|
389
389
|
this.dataChart.notifyContainerResized();
|
|
390
390
|
}
|
|
391
|
-
if (this.
|
|
392
|
-
this.
|
|
391
|
+
if (this.ad5 != null) {
|
|
392
|
+
this.ad5.f();
|
|
393
393
|
}
|
|
394
394
|
if (this.volumeChart != null) {
|
|
395
395
|
this.volumeChart.notifyContainerResized();
|
|
@@ -397,42 +397,42 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
397
397
|
if (this.zoomSliderChart != null) {
|
|
398
398
|
this.zoomSliderChart.notifyContainerResized();
|
|
399
399
|
}
|
|
400
|
-
if (this.
|
|
401
|
-
this.
|
|
400
|
+
if (this.aeu != null) {
|
|
401
|
+
this.aeu.notifySizeChanged();
|
|
402
402
|
}
|
|
403
403
|
};
|
|
404
|
-
FinancialChart.prototype.
|
|
404
|
+
FinancialChart.prototype.rr = function () {
|
|
405
405
|
var e_1, _a;
|
|
406
|
-
_super.prototype.
|
|
407
|
-
this.
|
|
408
|
-
this.
|
|
409
|
-
this.
|
|
410
|
-
this.
|
|
411
|
-
this.
|
|
412
|
-
this.
|
|
413
|
-
this.
|
|
414
|
-
this.
|
|
415
|
-
this.
|
|
416
|
-
this.
|
|
417
|
-
this.
|
|
418
|
-
this.
|
|
419
|
-
this.
|
|
420
|
-
this.
|
|
421
|
-
this.
|
|
422
|
-
this.
|
|
423
|
-
this.
|
|
424
|
-
this.
|
|
425
|
-
this.
|
|
426
|
-
this.
|
|
427
|
-
this.
|
|
428
|
-
this.
|
|
429
|
-
this.
|
|
406
|
+
_super.prototype.rr.call(this);
|
|
407
|
+
this.vr = 1;
|
|
408
|
+
this.aa6 = 0;
|
|
409
|
+
this.xo = 0;
|
|
410
|
+
this.ab0 = null;
|
|
411
|
+
this.abt = AxisDefaults.g;
|
|
412
|
+
this.w8 = AxisDefaults.e;
|
|
413
|
+
this.w7 = AxisDefaults.f;
|
|
414
|
+
this.abu = AxisDefaults.j;
|
|
415
|
+
this.abq = null;
|
|
416
|
+
this.alr = AxisDefaults.h;
|
|
417
|
+
this.agx = AxisDefaults.b;
|
|
418
|
+
this.fj = true;
|
|
419
|
+
this.fc = true;
|
|
420
|
+
this.fd = false;
|
|
421
|
+
this.a7 = 0;
|
|
422
|
+
this.hw = Defaults.j;
|
|
423
|
+
this.t1 = Defaults.ae;
|
|
424
|
+
this.tw = Defaults.af;
|
|
425
|
+
this.tx = Defaults.ag;
|
|
426
|
+
this.ih = NaN;
|
|
427
|
+
this.h8 = 40;
|
|
428
|
+
this.fs = true;
|
|
429
|
+
this.fy = false;
|
|
430
430
|
if (this.dataChart != null) {
|
|
431
431
|
var a = this.dataChart.cu.j.e();
|
|
432
|
+
this.acn = a.d;
|
|
433
|
+
this.aco = a.e;
|
|
432
434
|
this.acm = a.d;
|
|
433
|
-
this.
|
|
434
|
-
this.acl = a.d;
|
|
435
|
-
this.alq = this.dataChart.xu;
|
|
435
|
+
this.alr = this.dataChart.xu;
|
|
436
436
|
}
|
|
437
437
|
var b = new BrushCollection();
|
|
438
438
|
b.add(((function () {
|
|
@@ -505,134 +505,120 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
505
505
|
throw e_1.error;
|
|
506
506
|
}
|
|
507
507
|
}
|
|
508
|
-
this.
|
|
509
|
-
this.
|
|
508
|
+
this.acp = c;
|
|
509
|
+
this.acq = b;
|
|
510
510
|
};
|
|
511
|
-
FinancialChart.prototype.
|
|
512
|
-
if (this.
|
|
513
|
-
this.
|
|
514
|
-
this.
|
|
511
|
+
FinancialChart.prototype.ak7 = function () {
|
|
512
|
+
if (this.ad5 != null) {
|
|
513
|
+
this.ad5.b = null;
|
|
514
|
+
this.ad5.b = this.indicatorCharts;
|
|
515
515
|
}
|
|
516
516
|
this.setGridRows();
|
|
517
517
|
};
|
|
518
|
-
FinancialChart.prototype.
|
|
518
|
+
FinancialChart.prototype.ak8 = function () {
|
|
519
519
|
this.setGridRows();
|
|
520
520
|
};
|
|
521
|
-
FinancialChart.prototype.
|
|
522
|
-
this.
|
|
521
|
+
FinancialChart.prototype.alh = function () {
|
|
522
|
+
this.ak7();
|
|
523
523
|
};
|
|
524
|
-
FinancialChart.prototype.
|
|
525
|
-
if (this.
|
|
524
|
+
FinancialChart.prototype.aj6 = function () {
|
|
525
|
+
if (this.aeu == null || this.zoomSliderChart == null || this.dataChart == null || this.dataChart.series.count == 0) {
|
|
526
526
|
return;
|
|
527
527
|
}
|
|
528
|
-
var a = this.
|
|
528
|
+
var a = this.ju.rootWrapper.width();
|
|
529
529
|
var b = this.dataChart.to.left + this.dataChart.to.width;
|
|
530
530
|
var c = this.dataChart.to.left;
|
|
531
531
|
var d = a - b;
|
|
532
|
-
this.
|
|
533
|
-
this.
|
|
534
|
-
if (this.
|
|
535
|
-
var e = this.
|
|
536
|
-
this.
|
|
532
|
+
this.aeu.startInset = c - this.aeu.trackStartInset;
|
|
533
|
+
this.aeu.endInset = d - this.aeu.trackEndInset;
|
|
534
|
+
if (this.aeu.endInset < 0) {
|
|
535
|
+
var e = this.aeu.endInset;
|
|
536
|
+
this.aeu.endInset = 0;
|
|
537
537
|
this.dataChart.g1 += (e * -1);
|
|
538
538
|
}
|
|
539
|
-
if (this.
|
|
540
|
-
var f = this.
|
|
541
|
-
this.
|
|
539
|
+
if (this.aeu.startInset < 0) {
|
|
540
|
+
var f = this.aeu.startInset;
|
|
541
|
+
this.aeu.startInset = 0;
|
|
542
542
|
this.dataChart.gw += (f * -1);
|
|
543
543
|
}
|
|
544
544
|
this.zoomSliderChart.gw = c;
|
|
545
545
|
this.zoomSliderChart.g1 = d;
|
|
546
|
-
this.zoomSliderChart.gj = this.
|
|
546
|
+
this.zoomSliderChart.gj = this.aeu.barExtent;
|
|
547
547
|
};
|
|
548
|
-
FinancialChart.prototype.
|
|
549
|
-
this.
|
|
548
|
+
FinancialChart.prototype.akx = function () {
|
|
549
|
+
this.aj6();
|
|
550
550
|
};
|
|
551
|
-
FinancialChart.prototype.
|
|
552
|
-
_super.prototype.
|
|
551
|
+
FinancialChart.prototype.ro = function (a) {
|
|
552
|
+
_super.prototype.ro.call(this, a);
|
|
553
553
|
if (a != null) {
|
|
554
554
|
a.gi = 0;
|
|
555
555
|
}
|
|
556
556
|
};
|
|
557
|
-
FinancialChart.prototype.
|
|
557
|
+
FinancialChart.prototype.als = function (a) {
|
|
558
558
|
return a.s2();
|
|
559
559
|
};
|
|
560
|
-
FinancialChart.prototype.
|
|
561
|
-
return this.
|
|
560
|
+
FinancialChart.prototype.alv = function () {
|
|
561
|
+
return this.agz == null ? null : this.alu(this.agz.rootWrapper);
|
|
562
562
|
};
|
|
563
|
-
FinancialChart.prototype.
|
|
563
|
+
FinancialChart.prototype.alt = function (a) {
|
|
564
564
|
if (a == null || a.d == null) {
|
|
565
565
|
return null;
|
|
566
566
|
}
|
|
567
|
-
return this.
|
|
567
|
+
return this.alu(a.d.rootWrapper);
|
|
568
568
|
};
|
|
569
|
-
FinancialChart.prototype.
|
|
569
|
+
FinancialChart.prototype.alu = function (a) {
|
|
570
570
|
if (a == null) {
|
|
571
571
|
return null;
|
|
572
572
|
}
|
|
573
573
|
var b = a.getOffset();
|
|
574
574
|
return new Rect(0, b.left, b.top, a.width(), a.height());
|
|
575
575
|
};
|
|
576
|
-
FinancialChart.prototype.
|
|
577
|
-
if (this.
|
|
576
|
+
FinancialChart.prototype.agf = function () {
|
|
577
|
+
if (this.ag3 == null) {
|
|
578
578
|
return NaN;
|
|
579
579
|
}
|
|
580
|
-
var a = this.
|
|
581
|
-
return this.
|
|
580
|
+
var a = this.ag3.getOffset();
|
|
581
|
+
return this.ag3.width() + (a == null ? 0 : a.left);
|
|
582
582
|
};
|
|
583
|
-
FinancialChart.prototype.
|
|
584
|
-
_super.prototype.
|
|
583
|
+
FinancialChart.prototype.rz = function (source_, a, b) {
|
|
584
|
+
_super.prototype.rz.call(this, source_, a, b);
|
|
585
585
|
if (this.zoomSliderChart != null) {
|
|
586
586
|
this.zoomSliderChart.mg(source_, a, b);
|
|
587
587
|
}
|
|
588
588
|
};
|
|
589
|
-
FinancialChart.prototype.
|
|
590
|
-
_super.prototype.
|
|
589
|
+
FinancialChart.prototype.r0 = function (source_, a, b) {
|
|
590
|
+
_super.prototype.r0.call(this, source_, a, b);
|
|
591
591
|
if (this.zoomSliderChart != null) {
|
|
592
592
|
this.zoomSliderChart.mh(source_, a, b);
|
|
593
593
|
}
|
|
594
594
|
};
|
|
595
|
-
FinancialChart.prototype.
|
|
596
|
-
_super.prototype.
|
|
595
|
+
FinancialChart.prototype.ry = function (source_) {
|
|
596
|
+
_super.prototype.ry.call(this, source_);
|
|
597
597
|
if (this.zoomSliderChart != null) {
|
|
598
598
|
this.zoomSliderChart.l9(source_);
|
|
599
599
|
}
|
|
600
600
|
};
|
|
601
|
-
FinancialChart.prototype.
|
|
602
|
-
_super.prototype.
|
|
601
|
+
FinancialChart.prototype.r2 = function (source_, a, b, c) {
|
|
602
|
+
_super.prototype.r2.call(this, source_, a, b, c);
|
|
603
603
|
if (this.zoomSliderChart != null) {
|
|
604
604
|
this.zoomSliderChart.mi(source_, a, b, c);
|
|
605
605
|
}
|
|
606
606
|
};
|
|
607
|
-
FinancialChart.prototype.
|
|
608
|
-
_super.prototype.
|
|
609
|
-
if (this.
|
|
607
|
+
FinancialChart.prototype.ru = function (a, b) {
|
|
608
|
+
_super.prototype.ru.call(this, a, b);
|
|
609
|
+
if (this.ae9(a)) {
|
|
610
610
|
a.toolTip = null;
|
|
611
611
|
}
|
|
612
612
|
};
|
|
613
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
614
|
-
get: function () {
|
|
615
|
-
return this.ada;
|
|
616
|
-
},
|
|
617
|
-
set: function (a) {
|
|
618
|
-
var b = this.adb;
|
|
619
|
-
if (a != b) {
|
|
620
|
-
this.ada = a;
|
|
621
|
-
this.sc("Toolbar", b, this.adb);
|
|
622
|
-
}
|
|
623
|
-
},
|
|
624
|
-
enumerable: true,
|
|
625
|
-
configurable: true
|
|
626
|
-
});
|
|
627
|
-
Object.defineProperty(FinancialChart.prototype, "ahr", {
|
|
613
|
+
Object.defineProperty(FinancialChart.prototype, "adc", {
|
|
628
614
|
get: function () {
|
|
629
|
-
return this.
|
|
615
|
+
return this.adb;
|
|
630
616
|
},
|
|
631
617
|
set: function (a) {
|
|
632
|
-
var b = this.
|
|
618
|
+
var b = this.adc;
|
|
633
619
|
if (a != b) {
|
|
634
|
-
this.
|
|
635
|
-
this.
|
|
620
|
+
this.adb = a;
|
|
621
|
+
this.sd("Toolbar", b, this.adc);
|
|
636
622
|
}
|
|
637
623
|
},
|
|
638
624
|
enumerable: true,
|
|
@@ -646,35 +632,35 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
646
632
|
var b = this.ahs;
|
|
647
633
|
if (a != b) {
|
|
648
634
|
this.ahl = a;
|
|
649
|
-
this.
|
|
635
|
+
this.sd("RangeSelectorTemplate", b, this.ahs);
|
|
650
636
|
}
|
|
651
637
|
},
|
|
652
638
|
enumerable: true,
|
|
653
639
|
configurable: true
|
|
654
640
|
});
|
|
655
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
641
|
+
Object.defineProperty(FinancialChart.prototype, "aht", {
|
|
656
642
|
get: function () {
|
|
657
|
-
return this.
|
|
643
|
+
return this.ahm;
|
|
658
644
|
},
|
|
659
645
|
set: function (a) {
|
|
660
|
-
var b = this.
|
|
646
|
+
var b = this.aht;
|
|
661
647
|
if (a != b) {
|
|
662
|
-
this.
|
|
663
|
-
this.
|
|
648
|
+
this.ahm = a;
|
|
649
|
+
this.sd("ToolbarTemplate", b, this.aht);
|
|
664
650
|
}
|
|
665
651
|
},
|
|
666
652
|
enumerable: true,
|
|
667
653
|
configurable: true
|
|
668
654
|
});
|
|
669
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
655
|
+
Object.defineProperty(FinancialChart.prototype, "ahp", {
|
|
670
656
|
get: function () {
|
|
671
|
-
return this.
|
|
657
|
+
return this.ahi;
|
|
672
658
|
},
|
|
673
659
|
set: function (a) {
|
|
674
|
-
var b = this.
|
|
660
|
+
var b = this.ahp;
|
|
675
661
|
if (a != b) {
|
|
676
|
-
this.
|
|
677
|
-
this.
|
|
662
|
+
this.ahi = a;
|
|
663
|
+
this.sd("ChartTypePickerTemplate", b, this.ahp);
|
|
678
664
|
}
|
|
679
665
|
},
|
|
680
666
|
enumerable: true,
|
|
@@ -688,21 +674,21 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
688
674
|
var b = this.ahu;
|
|
689
675
|
if (a != b) {
|
|
690
676
|
this.ahn = a;
|
|
691
|
-
this.
|
|
677
|
+
this.sd("TrendLineTypePickerTemplate", b, this.ahu);
|
|
692
678
|
}
|
|
693
679
|
},
|
|
694
680
|
enumerable: true,
|
|
695
681
|
configurable: true
|
|
696
682
|
});
|
|
697
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
683
|
+
Object.defineProperty(FinancialChart.prototype, "ahv", {
|
|
698
684
|
get: function () {
|
|
699
|
-
return this.
|
|
685
|
+
return this.aho;
|
|
700
686
|
},
|
|
701
687
|
set: function (a) {
|
|
702
|
-
var b = this.
|
|
688
|
+
var b = this.ahv;
|
|
703
689
|
if (a != b) {
|
|
704
|
-
this.
|
|
705
|
-
this.
|
|
690
|
+
this.aho = a;
|
|
691
|
+
this.sd("VolumeTypePickerTemplate", b, this.ahv);
|
|
706
692
|
}
|
|
707
693
|
},
|
|
708
694
|
enumerable: true,
|
|
@@ -716,88 +702,102 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
716
702
|
var b = this.ahq;
|
|
717
703
|
if (a != b) {
|
|
718
704
|
this.ahj = a;
|
|
719
|
-
this.
|
|
705
|
+
this.sd("IndicatorMenuTemplate", b, this.ahq);
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
enumerable: true,
|
|
709
|
+
configurable: true
|
|
710
|
+
});
|
|
711
|
+
Object.defineProperty(FinancialChart.prototype, "ahr", {
|
|
712
|
+
get: function () {
|
|
713
|
+
return this.ahk;
|
|
714
|
+
},
|
|
715
|
+
set: function (a) {
|
|
716
|
+
var b = this.ahr;
|
|
717
|
+
if (a != b) {
|
|
718
|
+
this.ahk = a;
|
|
719
|
+
this.sd("OverlayPickerTemplate", b, this.ahr);
|
|
720
720
|
}
|
|
721
721
|
},
|
|
722
722
|
enumerable: true,
|
|
723
723
|
configurable: true
|
|
724
724
|
});
|
|
725
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
725
|
+
Object.defineProperty(FinancialChart.prototype, "aeu", {
|
|
726
726
|
get: function () {
|
|
727
|
-
return this.
|
|
727
|
+
return this.aet;
|
|
728
728
|
},
|
|
729
729
|
set: function (a) {
|
|
730
|
-
var b = this.
|
|
730
|
+
var b = this.aeu;
|
|
731
731
|
if (a != b) {
|
|
732
|
-
this.
|
|
733
|
-
this.
|
|
732
|
+
this.aet = a;
|
|
733
|
+
this.sd("ZoomSlider", b, this.aeu);
|
|
734
734
|
}
|
|
735
735
|
},
|
|
736
736
|
enumerable: true,
|
|
737
737
|
configurable: true
|
|
738
738
|
});
|
|
739
|
-
FinancialChart.prototype.
|
|
740
|
-
return _super.prototype.
|
|
739
|
+
FinancialChart.prototype.get_h8 = function () {
|
|
740
|
+
return _super.prototype.get_h8.call(this);
|
|
741
741
|
};
|
|
742
|
-
FinancialChart.prototype.
|
|
743
|
-
_super.prototype.
|
|
742
|
+
FinancialChart.prototype.set_h8 = function (a) {
|
|
743
|
+
_super.prototype.set_h8.call(this, a);
|
|
744
744
|
};
|
|
745
|
-
FinancialChart.prototype.
|
|
746
|
-
return _super.prototype.
|
|
745
|
+
FinancialChart.prototype.get_fs = function () {
|
|
746
|
+
return _super.prototype.get_fs.call(this);
|
|
747
747
|
};
|
|
748
|
-
FinancialChart.prototype.
|
|
749
|
-
_super.prototype.
|
|
748
|
+
FinancialChart.prototype.set_fs = function (a) {
|
|
749
|
+
_super.prototype.set_fs.call(this, a);
|
|
750
750
|
};
|
|
751
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
751
|
+
Object.defineProperty(FinancialChart.prototype, "agk", {
|
|
752
752
|
get: function () {
|
|
753
|
-
return this.
|
|
753
|
+
return this.af3;
|
|
754
754
|
},
|
|
755
755
|
set: function (a) {
|
|
756
|
-
var b = this.
|
|
756
|
+
var b = this.agk;
|
|
757
757
|
if (a != b) {
|
|
758
|
-
this.
|
|
759
|
-
this.
|
|
758
|
+
this.af3 = a;
|
|
759
|
+
this.sd("ToolbarHeight", b, this.agk);
|
|
760
760
|
}
|
|
761
761
|
},
|
|
762
762
|
enumerable: true,
|
|
763
763
|
configurable: true
|
|
764
764
|
});
|
|
765
|
-
FinancialChart.prototype.
|
|
765
|
+
FinancialChart.prototype.vg = function () {
|
|
766
766
|
return this.xAxis;
|
|
767
767
|
};
|
|
768
|
-
FinancialChart.prototype.
|
|
768
|
+
FinancialChart.prototype.vh = function () {
|
|
769
769
|
return this.yAxis;
|
|
770
770
|
};
|
|
771
771
|
FinancialChart.prototype.onAttachedToUI = function () {
|
|
772
772
|
_super.prototype.onAttachedToUI.call(this);
|
|
773
|
-
if (this.
|
|
774
|
-
this.
|
|
773
|
+
if (this.aeu != null) {
|
|
774
|
+
this.aeu.onAttachedToUI();
|
|
775
775
|
}
|
|
776
776
|
};
|
|
777
777
|
FinancialChart.prototype.onDetachedFromUI = function () {
|
|
778
778
|
_super.prototype.onDetachedFromUI.call(this);
|
|
779
|
-
if (this.
|
|
780
|
-
this.
|
|
779
|
+
if (this.aeu != null) {
|
|
780
|
+
this.aeu.onDetachedFromUI();
|
|
781
781
|
}
|
|
782
782
|
};
|
|
783
|
-
FinancialChart.prototype.
|
|
783
|
+
FinancialChart.prototype.ba = function (a) {
|
|
784
784
|
return 20;
|
|
785
785
|
};
|
|
786
|
-
FinancialChart.prototype.
|
|
786
|
+
FinancialChart.prototype.get_gf = function () {
|
|
787
787
|
return ((function () {
|
|
788
788
|
var $ret = new List$1(DataSeriesType_$type, 0);
|
|
789
789
|
$ret.add(20);
|
|
790
790
|
return $ret;
|
|
791
791
|
})());
|
|
792
792
|
};
|
|
793
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
793
|
+
Object.defineProperty(FinancialChart.prototype, "gf", {
|
|
794
794
|
get: function () {
|
|
795
|
-
return this.
|
|
795
|
+
return this.get_gf();
|
|
796
796
|
},
|
|
797
797
|
enumerable: true,
|
|
798
798
|
configurable: true
|
|
799
799
|
});
|
|
800
|
-
FinancialChart.prototype.
|
|
800
|
+
FinancialChart.prototype.get_ge = function () {
|
|
801
801
|
return ((function () {
|
|
802
802
|
var $ret = new List$1(IDataSeriesAdapterRule_$type, 0);
|
|
803
803
|
$ret.add(new SimpleFinancialPriceSeriesRule());
|
|
@@ -805,38 +805,38 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
805
805
|
return $ret;
|
|
806
806
|
})());
|
|
807
807
|
};
|
|
808
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
808
|
+
Object.defineProperty(FinancialChart.prototype, "ge", {
|
|
809
809
|
get: function () {
|
|
810
|
-
return this.
|
|
810
|
+
return this.get_ge();
|
|
811
811
|
},
|
|
812
812
|
enumerable: true,
|
|
813
813
|
configurable: true
|
|
814
814
|
});
|
|
815
|
-
FinancialChart.prototype.
|
|
816
|
-
return this.
|
|
815
|
+
FinancialChart.prototype.acy = function (a) {
|
|
816
|
+
return this.acz(a);
|
|
817
817
|
};
|
|
818
|
-
FinancialChart.prototype.
|
|
819
|
-
return this.
|
|
818
|
+
FinancialChart.prototype.aec = function (a) {
|
|
819
|
+
return this.aed(a);
|
|
820
820
|
};
|
|
821
|
-
FinancialChart.prototype.
|
|
822
|
-
var b = this.
|
|
821
|
+
FinancialChart.prototype.acx = function (a) {
|
|
822
|
+
var b = this.acy(0);
|
|
823
823
|
b.name = a;
|
|
824
824
|
return b;
|
|
825
825
|
};
|
|
826
|
-
FinancialChart.prototype.
|
|
827
|
-
this.xAxis = this.
|
|
828
|
-
this.yAxis = this.
|
|
826
|
+
FinancialChart.prototype.q5 = function () {
|
|
827
|
+
this.xAxis = this.acx("xAxis");
|
|
828
|
+
this.yAxis = this.aec(0);
|
|
829
829
|
this.yAxis.name = "yAxis";
|
|
830
|
-
this.volumeAxis = this.
|
|
830
|
+
this.volumeAxis = this.aec(0);
|
|
831
831
|
this.volumeAxis.name = "volumeAxis";
|
|
832
|
-
this.volumeXAxis = this.
|
|
833
|
-
this.
|
|
834
|
-
this.
|
|
835
|
-
this.indicatorAxis = this.
|
|
832
|
+
this.volumeXAxis = this.acx("volumeXAxis");
|
|
833
|
+
this.afq = new List$1(NumericYAxis.$, 0);
|
|
834
|
+
this.afs = new List$1(CategoryAxisBase.$, 0);
|
|
835
|
+
this.indicatorAxis = this.aec(0);
|
|
836
836
|
this.indicatorAxis.name = "indicatorAxis";
|
|
837
|
-
this.indicatorXAxis = this.
|
|
838
|
-
this.
|
|
839
|
-
this.
|
|
837
|
+
this.indicatorXAxis = this.acx("indicatorXAxis_0");
|
|
838
|
+
this.afq.add(this.indicatorAxis);
|
|
839
|
+
this.afs.add(this.indicatorXAxis);
|
|
840
840
|
if (this.xAxis.ay == null) {
|
|
841
841
|
this.xAxis.ay = new AxisLabelSettings();
|
|
842
842
|
}
|
|
@@ -855,9 +855,9 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
855
855
|
if (this.indicatorXAxis.ay == null) {
|
|
856
856
|
this.indicatorXAxis.ay = new AxisLabelSettings();
|
|
857
857
|
}
|
|
858
|
-
this.zoomSliderAxis = this.
|
|
858
|
+
this.zoomSliderAxis = this.aec(0);
|
|
859
859
|
this.zoomSliderAxis.name = "zoomSliderAxis";
|
|
860
|
-
this.zoomSliderXAxis = this.
|
|
860
|
+
this.zoomSliderXAxis = this.acx("zoomSliderXAxis");
|
|
861
861
|
if (this.zoomSliderAxis.ay == null) {
|
|
862
862
|
this.zoomSliderAxis.ay = new AxisLabelSettings();
|
|
863
863
|
}
|
|
@@ -865,31 +865,31 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
865
865
|
this.zoomSliderXAxis.ay = new AxisLabelSettings();
|
|
866
866
|
}
|
|
867
867
|
};
|
|
868
|
-
FinancialChart.prototype.
|
|
868
|
+
FinancialChart.prototype.q1 = function (a, b) {
|
|
869
869
|
var c = typeCast(MarkerSeries.$, a);
|
|
870
870
|
if (c != null) {
|
|
871
|
-
c.qh = this.
|
|
871
|
+
c.qh = this.cn(a, b);
|
|
872
872
|
}
|
|
873
873
|
};
|
|
874
|
-
FinancialChart.prototype.
|
|
874
|
+
FinancialChart.prototype.cm = function (a) {
|
|
875
875
|
if (a != null) {
|
|
876
876
|
return 1;
|
|
877
877
|
}
|
|
878
|
-
return _super.prototype.
|
|
878
|
+
return _super.prototype.cm.call(this, a);
|
|
879
879
|
};
|
|
880
|
-
FinancialChart.prototype.
|
|
880
|
+
FinancialChart.prototype.sv = function (a) {
|
|
881
881
|
if (a.suggestedSecondaryAxis == 2) {
|
|
882
882
|
this.yAxis.lg = true;
|
|
883
883
|
this.yAxis.l7 = 10;
|
|
884
884
|
}
|
|
885
885
|
};
|
|
886
|
-
FinancialChart.prototype.
|
|
887
|
-
this.yAxis.lg = this.
|
|
888
|
-
this.yAxis.l7 = this.
|
|
886
|
+
FinancialChart.prototype.sy = function () {
|
|
887
|
+
this.yAxis.lg = this.afj;
|
|
888
|
+
this.yAxis.l7 = this.ahh;
|
|
889
889
|
};
|
|
890
|
-
FinancialChart.prototype.
|
|
890
|
+
FinancialChart.prototype.adg = function (a) {
|
|
891
891
|
var b;
|
|
892
|
-
if (this.
|
|
892
|
+
if (this.ade == 0) {
|
|
893
893
|
if (a == null || a.index > 0 || stringIsNullOrEmpty(a.getMemberPathFor(12))) {
|
|
894
894
|
b = 4;
|
|
895
895
|
}
|
|
@@ -898,12 +898,12 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
898
898
|
}
|
|
899
899
|
}
|
|
900
900
|
else {
|
|
901
|
-
b = this.
|
|
901
|
+
b = this.ade;
|
|
902
902
|
}
|
|
903
|
-
b = this.
|
|
903
|
+
b = this.adf(b);
|
|
904
904
|
return b;
|
|
905
905
|
};
|
|
906
|
-
FinancialChart.prototype.
|
|
906
|
+
FinancialChart.prototype.adf = function (a) {
|
|
907
907
|
if ((a == 1 || a == 2)) {
|
|
908
908
|
if (TypeRegistrar.isRegistered("FinancialPriceSeries")) {
|
|
909
909
|
return a;
|
|
@@ -923,7 +923,7 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
923
923
|
}
|
|
924
924
|
return a;
|
|
925
925
|
};
|
|
926
|
-
FinancialChart.prototype.
|
|
926
|
+
FinancialChart.prototype.adp = function (a) {
|
|
927
927
|
if ((a == 2 || a == 3)) {
|
|
928
928
|
if (TypeRegistrar.isRegistered("FinancialPriceSeries")) {
|
|
929
929
|
return a;
|
|
@@ -949,7 +949,7 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
949
949
|
}
|
|
950
950
|
return a;
|
|
951
951
|
};
|
|
952
|
-
FinancialChart.prototype.
|
|
952
|
+
FinancialChart.prototype.adi = function (a) {
|
|
953
953
|
if (a == 2) {
|
|
954
954
|
if (TypeRegistrar.isRegistered("LineSeries")) {
|
|
955
955
|
return a;
|
|
@@ -969,14 +969,14 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
969
969
|
}
|
|
970
970
|
return a;
|
|
971
971
|
};
|
|
972
|
-
FinancialChart.prototype.
|
|
972
|
+
FinancialChart.prototype.ah4 = function (a) {
|
|
973
973
|
var b = a.getMemberPathFor(14);
|
|
974
974
|
if (stringIsNullOrEmpty(b)) {
|
|
975
975
|
b = a.getMemberPathFor(11);
|
|
976
976
|
}
|
|
977
977
|
return b;
|
|
978
978
|
};
|
|
979
|
-
FinancialChart.prototype.
|
|
979
|
+
FinancialChart.prototype.acz = function (axisType_) {
|
|
980
980
|
if ((this.externalObject)) {
|
|
981
981
|
return (this.externalObject.createXAxis(axisType_).i);
|
|
982
982
|
}
|
|
@@ -1009,7 +1009,7 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1009
1009
|
return null;
|
|
1010
1010
|
}
|
|
1011
1011
|
};
|
|
1012
|
-
FinancialChart.prototype.
|
|
1012
|
+
FinancialChart.prototype.aed = function (axisType_) {
|
|
1013
1013
|
if ((this.externalObject)) {
|
|
1014
1014
|
return (this.externalObject.createYAxis(axisType_).i);
|
|
1015
1015
|
}
|
|
@@ -1042,26 +1042,26 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1042
1042
|
return null;
|
|
1043
1043
|
}
|
|
1044
1044
|
};
|
|
1045
|
-
FinancialChart.prototype.aei = function () {
|
|
1046
|
-
return this.cw(1);
|
|
1047
|
-
};
|
|
1048
1045
|
FinancialChart.prototype.aej = function () {
|
|
1049
|
-
return this.
|
|
1050
|
-
};
|
|
1051
|
-
FinancialChart.prototype.aeh = function () {
|
|
1052
|
-
return this.cw(2);
|
|
1046
|
+
return this.cx(1);
|
|
1053
1047
|
};
|
|
1054
1048
|
FinancialChart.prototype.aek = function () {
|
|
1055
|
-
return this.
|
|
1049
|
+
return this.cx(0);
|
|
1056
1050
|
};
|
|
1057
|
-
|
|
1051
|
+
FinancialChart.prototype.aei = function () {
|
|
1052
|
+
return this.cx(2);
|
|
1053
|
+
};
|
|
1054
|
+
FinancialChart.prototype.ael = function () {
|
|
1055
|
+
return this.cx(20);
|
|
1056
|
+
};
|
|
1057
|
+
Object.defineProperty(FinancialChart.prototype, "ae2", {
|
|
1058
1058
|
get: function () {
|
|
1059
1059
|
return (TypeRegistrar.isRegistered("HorizontalAnchoredCategorySeriesProxy"));
|
|
1060
1060
|
},
|
|
1061
1061
|
enumerable: true,
|
|
1062
1062
|
configurable: true
|
|
1063
1063
|
});
|
|
1064
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
1064
|
+
Object.defineProperty(FinancialChart.prototype, "ad0", {
|
|
1065
1065
|
get: function () {
|
|
1066
1066
|
if (TypeRegistrar.isRegistered("HorizontalAnchoredCategorySeriesProxy")) {
|
|
1067
1067
|
return TypeRegistrar.create("HorizontalAnchoredCategorySeriesProxy");
|
|
@@ -1073,14 +1073,14 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1073
1073
|
enumerable: true,
|
|
1074
1074
|
configurable: true
|
|
1075
1075
|
});
|
|
1076
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
1076
|
+
Object.defineProperty(FinancialChart.prototype, "ae5", {
|
|
1077
1077
|
get: function () {
|
|
1078
1078
|
return (TypeRegistrar.isRegistered("FinancialPriceSeriesProxy"));
|
|
1079
1079
|
},
|
|
1080
1080
|
enumerable: true,
|
|
1081
1081
|
configurable: true
|
|
1082
1082
|
});
|
|
1083
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
1083
|
+
Object.defineProperty(FinancialChart.prototype, "ady", {
|
|
1084
1084
|
get: function () {
|
|
1085
1085
|
if (TypeRegistrar.isRegistered("FinancialPriceSeriesProxy")) {
|
|
1086
1086
|
return TypeRegistrar.create("FinancialPriceSeriesProxy");
|
|
@@ -1092,14 +1092,14 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1092
1092
|
enumerable: true,
|
|
1093
1093
|
configurable: true
|
|
1094
1094
|
});
|
|
1095
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
1095
|
+
Object.defineProperty(FinancialChart.prototype, "ae3", {
|
|
1096
1096
|
get: function () {
|
|
1097
1097
|
return (TypeRegistrar.isRegistered("IndicatorProxy"));
|
|
1098
1098
|
},
|
|
1099
1099
|
enumerable: true,
|
|
1100
1100
|
configurable: true
|
|
1101
1101
|
});
|
|
1102
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
1102
|
+
Object.defineProperty(FinancialChart.prototype, "ad2", {
|
|
1103
1103
|
get: function () {
|
|
1104
1104
|
if (TypeRegistrar.isRegistered("IndicatorProxy")) {
|
|
1105
1105
|
return TypeRegistrar.create("IndicatorProxy");
|
|
@@ -1111,14 +1111,14 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1111
1111
|
enumerable: true,
|
|
1112
1112
|
configurable: true
|
|
1113
1113
|
});
|
|
1114
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
1114
|
+
Object.defineProperty(FinancialChart.prototype, "ae4", {
|
|
1115
1115
|
get: function () {
|
|
1116
1116
|
return (TypeRegistrar.isRegistered("OverlayProxy"));
|
|
1117
1117
|
},
|
|
1118
1118
|
enumerable: true,
|
|
1119
1119
|
configurable: true
|
|
1120
1120
|
});
|
|
1121
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
1121
|
+
Object.defineProperty(FinancialChart.prototype, "ad7", {
|
|
1122
1122
|
get: function () {
|
|
1123
1123
|
if (TypeRegistrar.isRegistered("OverlayProxy")) {
|
|
1124
1124
|
return TypeRegistrar.create("OverlayProxy");
|
|
@@ -1130,62 +1130,62 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1130
1130
|
enumerable: true,
|
|
1131
1131
|
configurable: true
|
|
1132
1132
|
});
|
|
1133
|
-
FinancialChart.prototype.
|
|
1134
|
-
var c = this.
|
|
1135
|
-
switch (this.
|
|
1133
|
+
FinancialChart.prototype.cw = function (a, b) {
|
|
1134
|
+
var c = this.ah4(a);
|
|
1135
|
+
switch (this.adg(a)) {
|
|
1136
1136
|
case 3:
|
|
1137
|
-
var d = this.
|
|
1138
|
-
this.
|
|
1139
|
-
this.
|
|
1140
|
-
this.
|
|
1141
|
-
this.
|
|
1137
|
+
var d = this.aej();
|
|
1138
|
+
this.ad0.setValueMemberPath(d, c);
|
|
1139
|
+
this.ad0.setXAxis(d, this.xAxis);
|
|
1140
|
+
this.ad0.setYAxis(d, this.yAxis);
|
|
1141
|
+
this.ad0.setCategoryMode(d, 1);
|
|
1142
1142
|
return d;
|
|
1143
1143
|
case 4:
|
|
1144
|
-
var e = this.
|
|
1145
|
-
this.
|
|
1146
|
-
this.
|
|
1147
|
-
this.
|
|
1148
|
-
this.
|
|
1144
|
+
var e = this.aek();
|
|
1145
|
+
this.ad0.setValueMemberPath(e, c);
|
|
1146
|
+
this.ad0.setXAxis(e, this.xAxis);
|
|
1147
|
+
this.ad0.setYAxis(e, this.yAxis);
|
|
1148
|
+
this.ad0.setCategoryMode(e, 1);
|
|
1149
1149
|
return e;
|
|
1150
1150
|
default:
|
|
1151
1151
|
case 1:
|
|
1152
1152
|
case 2:
|
|
1153
|
-
var f = this.
|
|
1154
|
-
this.
|
|
1155
|
-
this.
|
|
1156
|
-
this.
|
|
1157
|
-
this.
|
|
1158
|
-
this.
|
|
1159
|
-
this.
|
|
1160
|
-
this.
|
|
1161
|
-
this.
|
|
1162
|
-
this.
|
|
1153
|
+
var f = this.ael();
|
|
1154
|
+
this.ady.setOpenMemberPath(f, a.getMemberPathFor(11));
|
|
1155
|
+
this.ady.setHighMemberPath(f, a.getMemberPathFor(12));
|
|
1156
|
+
this.ady.setLowMemberPath(f, a.getMemberPathFor(13));
|
|
1157
|
+
this.ady.setCloseMemberPath(f, a.getMemberPathFor(14));
|
|
1158
|
+
this.ady.setVolumeMemberPath(f, a.getMemberPathFor(15));
|
|
1159
|
+
this.ady.setXAxis(f, this.xAxis);
|
|
1160
|
+
this.ady.setYAxis(f, this.yAxis);
|
|
1161
|
+
this.ady.setDisplayType(f, this.ade == 1 ? 1 : 0);
|
|
1162
|
+
this.ady.setCategoryMode(f, 1);
|
|
1163
1163
|
return f;
|
|
1164
1164
|
}
|
|
1165
1165
|
};
|
|
1166
|
-
FinancialChart.prototype.
|
|
1167
|
-
_super.prototype.
|
|
1168
|
-
this.
|
|
1169
|
-
this.
|
|
1170
|
-
if (this.
|
|
1171
|
-
this.ak1();
|
|
1172
|
-
}
|
|
1173
|
-
this.aku(this.volumeXAxis);
|
|
1174
|
-
this.aku(this.indicatorXAxis);
|
|
1175
|
-
this.alf();
|
|
1176
|
-
this.alh();
|
|
1177
|
-
if (this.adp != 0) {
|
|
1166
|
+
FinancialChart.prototype.sx = function () {
|
|
1167
|
+
_super.prototype.sx.call(this);
|
|
1168
|
+
this.akv(this.xAxis);
|
|
1169
|
+
this.alj(false);
|
|
1170
|
+
if (this.adj != 0 && this.volumeChart != null) {
|
|
1178
1171
|
this.ak2();
|
|
1179
|
-
|
|
1172
|
+
}
|
|
1173
|
+
this.akv(this.volumeXAxis);
|
|
1174
|
+
this.akv(this.indicatorXAxis);
|
|
1175
|
+
this.alg();
|
|
1176
|
+
this.ali();
|
|
1177
|
+
if (this.adq != 0) {
|
|
1178
|
+
this.ak3();
|
|
1179
|
+
this.akv(this.zoomSliderXAxis);
|
|
1180
1180
|
}
|
|
1181
1181
|
};
|
|
1182
|
-
FinancialChart.prototype.
|
|
1182
|
+
FinancialChart.prototype.aas = function (a, b) {
|
|
1183
1183
|
var e_2, _a;
|
|
1184
|
-
_super.prototype.
|
|
1184
|
+
_super.prototype.aas.call(this, a, b);
|
|
1185
1185
|
a(this.volumeXAxis);
|
|
1186
|
-
if (this.
|
|
1186
|
+
if (this.afs != null) {
|
|
1187
1187
|
try {
|
|
1188
|
-
for (var _b = tslib_1.__values(fromEnum(this.
|
|
1188
|
+
for (var _b = tslib_1.__values(fromEnum(this.afs)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1189
1189
|
var c = _c.value;
|
|
1190
1190
|
a(c);
|
|
1191
1191
|
}
|
|
@@ -1215,14 +1215,14 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1215
1215
|
a(this.zoomSliderXAxis);
|
|
1216
1216
|
}
|
|
1217
1217
|
};
|
|
1218
|
-
FinancialChart.prototype.
|
|
1218
|
+
FinancialChart.prototype.aax = function (a, b) {
|
|
1219
1219
|
var e_3, _a;
|
|
1220
|
-
_super.prototype.
|
|
1220
|
+
_super.prototype.aax.call(this, a, b);
|
|
1221
1221
|
if (b) {
|
|
1222
1222
|
a(this.volumeAxis);
|
|
1223
|
-
if (this.
|
|
1223
|
+
if (this.afq != null) {
|
|
1224
1224
|
try {
|
|
1225
|
-
for (var _b = tslib_1.__values(fromEnum(this.
|
|
1225
|
+
for (var _b = tslib_1.__values(fromEnum(this.afq)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1226
1226
|
var c = _c.value;
|
|
1227
1227
|
a(c);
|
|
1228
1228
|
}
|
|
@@ -1244,39 +1244,39 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1244
1244
|
a(this.zoomSliderAxis);
|
|
1245
1245
|
}
|
|
1246
1246
|
};
|
|
1247
|
-
FinancialChart.prototype.
|
|
1247
|
+
FinancialChart.prototype.akz = function (a) {
|
|
1248
1248
|
var b = typeCast(IZoomableCategoryAxis_$type, this.xAxis);
|
|
1249
1249
|
if (b != null) {
|
|
1250
1250
|
a(b);
|
|
1251
1251
|
}
|
|
1252
1252
|
};
|
|
1253
|
-
FinancialChart.prototype.
|
|
1254
|
-
_super.prototype.
|
|
1255
|
-
this.
|
|
1256
|
-
this.
|
|
1257
|
-
this.
|
|
1253
|
+
FinancialChart.prototype.aav = function (a) {
|
|
1254
|
+
_super.prototype.aav.call(this, a);
|
|
1255
|
+
this.aam(this.volumeXAxis, a);
|
|
1256
|
+
this.aam(this.indicatorXAxis, a);
|
|
1257
|
+
this.aam(this.zoomSliderXAxis, a);
|
|
1258
|
+
};
|
|
1259
|
+
FinancialChart.prototype.aa0 = function (a) {
|
|
1260
|
+
_super.prototype.aa0.call(this, a);
|
|
1261
|
+
this.aam(this.volumeAxis, a);
|
|
1262
|
+
this.aam(this.indicatorAxis, a);
|
|
1263
|
+
this.aam(this.zoomSliderAxis, a);
|
|
1258
1264
|
};
|
|
1259
|
-
FinancialChart.prototype.
|
|
1260
|
-
_super.prototype.
|
|
1265
|
+
FinancialChart.prototype.aay = function (a) {
|
|
1266
|
+
_super.prototype.aay.call(this, a);
|
|
1261
1267
|
this.aal(this.volumeAxis, a);
|
|
1262
1268
|
this.aal(this.indicatorAxis, a);
|
|
1263
1269
|
this.aal(this.zoomSliderAxis, a);
|
|
1264
1270
|
};
|
|
1265
|
-
FinancialChart.prototype.
|
|
1266
|
-
_super.prototype.
|
|
1267
|
-
this.
|
|
1268
|
-
this.
|
|
1269
|
-
this.
|
|
1270
|
-
};
|
|
1271
|
-
FinancialChart.prototype.aas = function (a) {
|
|
1272
|
-
_super.prototype.aas.call(this, a);
|
|
1273
|
-
this.aak(this.volumeXAxis, a);
|
|
1274
|
-
this.aak(this.indicatorXAxis, a);
|
|
1275
|
-
this.aak(this.zoomSliderXAxis, a);
|
|
1271
|
+
FinancialChart.prototype.aat = function (a) {
|
|
1272
|
+
_super.prototype.aat.call(this, a);
|
|
1273
|
+
this.aal(this.volumeXAxis, a);
|
|
1274
|
+
this.aal(this.indicatorXAxis, a);
|
|
1275
|
+
this.aal(this.zoomSliderXAxis, a);
|
|
1276
1276
|
};
|
|
1277
|
-
FinancialChart.prototype.
|
|
1277
|
+
FinancialChart.prototype.rn = function (a) {
|
|
1278
1278
|
var _this = this;
|
|
1279
|
-
_super.prototype.
|
|
1279
|
+
_super.prototype.rn.call(this, a);
|
|
1280
1280
|
if (a == null) {
|
|
1281
1281
|
return;
|
|
1282
1282
|
}
|
|
@@ -1291,7 +1291,7 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1291
1291
|
else {
|
|
1292
1292
|
SyncManager.d(a, ((function () {
|
|
1293
1293
|
var $ret = new SyncSettings();
|
|
1294
|
-
$ret.syncChannel = _this.
|
|
1294
|
+
$ret.syncChannel = _this.aiz();
|
|
1295
1295
|
$ret.synchronizeHorizontally = true;
|
|
1296
1296
|
$ret.synchronizeVertically = false;
|
|
1297
1297
|
return $ret;
|
|
@@ -1300,28 +1300,28 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1300
1300
|
}
|
|
1301
1301
|
a.ci = 2;
|
|
1302
1302
|
};
|
|
1303
|
-
FinancialChart.prototype.
|
|
1304
|
-
if (this.
|
|
1305
|
-
FinancialChart.
|
|
1306
|
-
this.
|
|
1303
|
+
FinancialChart.prototype.aiz = function () {
|
|
1304
|
+
if (this.ahw == null) {
|
|
1305
|
+
FinancialChart.ahg++;
|
|
1306
|
+
this.ahw = FinancialChart.ahg.toString();
|
|
1307
1307
|
}
|
|
1308
|
-
return this.
|
|
1308
|
+
return this.ahw;
|
|
1309
1309
|
};
|
|
1310
|
-
FinancialChart.prototype.
|
|
1311
|
-
this.
|
|
1312
|
-
this.
|
|
1310
|
+
FinancialChart.prototype.akh = function (a, b) {
|
|
1311
|
+
this.aj3();
|
|
1312
|
+
this.akx();
|
|
1313
1313
|
};
|
|
1314
|
-
FinancialChart.prototype.
|
|
1314
|
+
FinancialChart.prototype.aj3 = function () {
|
|
1315
1315
|
var e_4, _a;
|
|
1316
1316
|
if (this.yAxis.b7()) {
|
|
1317
1317
|
return;
|
|
1318
1318
|
}
|
|
1319
1319
|
var a = this.yAxis.av.bd;
|
|
1320
|
-
if (this.
|
|
1320
|
+
if (this.adj != 0) {
|
|
1321
1321
|
a = Math.max(a, this.volumeAxis.av.bd);
|
|
1322
1322
|
}
|
|
1323
1323
|
try {
|
|
1324
|
-
for (var _b = tslib_1.__values(fromEnum(this.
|
|
1324
|
+
for (var _b = tslib_1.__values(fromEnum(this.afq)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1325
1325
|
var b = _c.value;
|
|
1326
1326
|
a = Math.max(a, b.av.bd);
|
|
1327
1327
|
}
|
|
@@ -1339,16 +1339,16 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1339
1339
|
throw e_4.error;
|
|
1340
1340
|
}
|
|
1341
1341
|
}
|
|
1342
|
-
this.
|
|
1342
|
+
this.aj4(a);
|
|
1343
1343
|
};
|
|
1344
|
-
FinancialChart.prototype.
|
|
1344
|
+
FinancialChart.prototype.aj4 = function (a) {
|
|
1345
1345
|
var e_5, _a;
|
|
1346
1346
|
if (this.yAxis.b7()) {
|
|
1347
1347
|
return;
|
|
1348
1348
|
}
|
|
1349
1349
|
this.yAxis.er = this.volumeAxis.er = a;
|
|
1350
1350
|
try {
|
|
1351
|
-
for (var _b = tslib_1.__values(fromEnum(this.
|
|
1351
|
+
for (var _b = tslib_1.__values(fromEnum(this.afq)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1352
1352
|
var b = _c.value;
|
|
1353
1353
|
b.er = a;
|
|
1354
1354
|
}
|
|
@@ -1368,7 +1368,7 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1368
1368
|
}
|
|
1369
1369
|
this.zoomSliderAxis.er = this.yAxis.er;
|
|
1370
1370
|
};
|
|
1371
|
-
FinancialChart.prototype.
|
|
1371
|
+
FinancialChart.prototype.aj9 = function (a) {
|
|
1372
1372
|
if (this.indicatorCharts == null) {
|
|
1373
1373
|
return;
|
|
1374
1374
|
}
|
|
@@ -1376,14 +1376,14 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1376
1376
|
var c = this.indicatorCharts._inner[b];
|
|
1377
1377
|
for (var d = 0; d < c.series.count; d++) {
|
|
1378
1378
|
var e = c.series._inner[d];
|
|
1379
|
-
if (!(this.
|
|
1379
|
+
if (!(this.ae7(e))) {
|
|
1380
1380
|
continue;
|
|
1381
1381
|
}
|
|
1382
1382
|
a(c.series._inner[d], b);
|
|
1383
1383
|
}
|
|
1384
1384
|
}
|
|
1385
1385
|
};
|
|
1386
|
-
FinancialChart.prototype.
|
|
1386
|
+
FinancialChart.prototype.akc = function (a) {
|
|
1387
1387
|
if (this.volumeChart == null) {
|
|
1388
1388
|
return;
|
|
1389
1389
|
}
|
|
@@ -1395,35 +1395,35 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1395
1395
|
a(this.volumeChart.series._inner[b], b);
|
|
1396
1396
|
}
|
|
1397
1397
|
};
|
|
1398
|
-
FinancialChart.prototype.
|
|
1398
|
+
FinancialChart.prototype.aka = function (a) {
|
|
1399
1399
|
if (this.dataChart == null) {
|
|
1400
1400
|
return;
|
|
1401
1401
|
}
|
|
1402
1402
|
for (var b = 0; b < this.dataChart.series.count; b++) {
|
|
1403
1403
|
var c = this.dataChart.series._inner[b];
|
|
1404
|
-
if (!this.
|
|
1404
|
+
if (!this.ae9(c)) {
|
|
1405
1405
|
continue;
|
|
1406
1406
|
}
|
|
1407
1407
|
a(c, b);
|
|
1408
1408
|
}
|
|
1409
1409
|
};
|
|
1410
|
-
FinancialChart.prototype.
|
|
1410
|
+
FinancialChart.prototype.akb = function (a, b) {
|
|
1411
1411
|
if (this.dataChart == null) {
|
|
1412
1412
|
return;
|
|
1413
1413
|
}
|
|
1414
1414
|
for (var c = 0; c < this.dataChart.series.count; c++) {
|
|
1415
1415
|
var d = this.dataChart.series._inner[c];
|
|
1416
|
-
if (this.
|
|
1416
|
+
if (this.ae9(d)) {
|
|
1417
1417
|
continue;
|
|
1418
1418
|
}
|
|
1419
|
-
var e = this.
|
|
1419
|
+
var e = this.aha(d, c);
|
|
1420
1420
|
a(d, e);
|
|
1421
1421
|
}
|
|
1422
1422
|
if (b) {
|
|
1423
|
-
this.
|
|
1423
|
+
this.akd(a);
|
|
1424
1424
|
}
|
|
1425
1425
|
};
|
|
1426
|
-
FinancialChart.prototype.
|
|
1426
|
+
FinancialChart.prototype.akd = function (a) {
|
|
1427
1427
|
if (this.zoomSliderChart == null) {
|
|
1428
1428
|
return;
|
|
1429
1429
|
}
|
|
@@ -1435,35 +1435,35 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1435
1435
|
a(this.zoomSliderChart.series._inner[b], b);
|
|
1436
1436
|
}
|
|
1437
1437
|
};
|
|
1438
|
-
FinancialChart.prototype.
|
|
1438
|
+
FinancialChart.prototype.aha = function (a, b) {
|
|
1439
1439
|
if (a.cb != this.dataChart) {
|
|
1440
1440
|
return b;
|
|
1441
1441
|
}
|
|
1442
|
-
var c = this.
|
|
1443
|
-
var d = this.
|
|
1442
|
+
var c = this.bb == null || this.bb.dataSeries == null ? 0 : this.bb.dataSeries.count;
|
|
1443
|
+
var d = this.adu == null ? 0 : this.adu.count;
|
|
1444
1444
|
return b - (c * d);
|
|
1445
1445
|
};
|
|
1446
|
-
FinancialChart.prototype.
|
|
1447
|
-
_super.prototype.
|
|
1448
|
-
this.akb(a);
|
|
1449
|
-
this.aj8(a);
|
|
1446
|
+
FinancialChart.prototype.rd = function (a) {
|
|
1447
|
+
_super.prototype.rd.call(this, a);
|
|
1450
1448
|
this.akc(a);
|
|
1449
|
+
this.aj9(a);
|
|
1450
|
+
this.akd(a);
|
|
1451
1451
|
};
|
|
1452
1452
|
Object.defineProperty(FinancialChart.prototype, "volumeChart", {
|
|
1453
1453
|
get: function () {
|
|
1454
|
-
return this.
|
|
1454
|
+
return this.aep;
|
|
1455
1455
|
},
|
|
1456
1456
|
set: function (a) {
|
|
1457
1457
|
var b = this.volumeChart;
|
|
1458
1458
|
if (a != b) {
|
|
1459
|
-
this.
|
|
1460
|
-
this.
|
|
1459
|
+
this.aep = a;
|
|
1460
|
+
this.sd("VolumeChart", b, this.volumeChart);
|
|
1461
1461
|
}
|
|
1462
1462
|
},
|
|
1463
1463
|
enumerable: true,
|
|
1464
1464
|
configurable: true
|
|
1465
1465
|
});
|
|
1466
|
-
FinancialChart.prototype.
|
|
1466
|
+
FinancialChart.prototype.ak2 = function () {
|
|
1467
1467
|
if (this.dataChart == null) {
|
|
1468
1468
|
return;
|
|
1469
1469
|
}
|
|
@@ -1472,136 +1472,136 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1472
1472
|
var b = -1;
|
|
1473
1473
|
for (var c = 0; c < this.dataChart.series.count; c++) {
|
|
1474
1474
|
var d = this.dataChart.series._inner[c];
|
|
1475
|
-
if (this.
|
|
1475
|
+
if (this.ae9(d) || d.dc) {
|
|
1476
1476
|
continue;
|
|
1477
1477
|
}
|
|
1478
1478
|
b++;
|
|
1479
1479
|
var e = void 0;
|
|
1480
|
-
var f = this.
|
|
1481
|
-
f = this.
|
|
1480
|
+
var f = this.adj;
|
|
1481
|
+
f = this.adi(f);
|
|
1482
1482
|
switch (f) {
|
|
1483
1483
|
case 2:
|
|
1484
|
-
e = this.
|
|
1484
|
+
e = this.aek();
|
|
1485
1485
|
break;
|
|
1486
1486
|
case 3:
|
|
1487
|
-
e = this.
|
|
1487
|
+
e = this.aei();
|
|
1488
1488
|
break;
|
|
1489
1489
|
default:
|
|
1490
1490
|
case 1:
|
|
1491
|
-
e = this.
|
|
1491
|
+
e = this.aej();
|
|
1492
1492
|
break;
|
|
1493
1493
|
}
|
|
1494
|
-
this.
|
|
1494
|
+
this.ad0.setCategoryMode(e, 1);
|
|
1495
1495
|
e.name = "volumeSeries_" + b;
|
|
1496
1496
|
e.itemsSource = d.itemsSource;
|
|
1497
|
-
this.
|
|
1498
|
-
this.
|
|
1499
|
-
this.
|
|
1497
|
+
this.ad0.setXAxis(e, this.volumeXAxis);
|
|
1498
|
+
this.ad0.setYAxis(e, this.volumeAxis);
|
|
1499
|
+
this.ad0.setValueMemberPath(e, this.bb != null && this.bb.dataSeries != null && this.bb.dataSeries.count > b ? this.bb.dataSeries._inner[b].getMemberPathFor(15) : null);
|
|
1500
1500
|
e.title = d.title + " Volume";
|
|
1501
|
-
e.o7 = ArrayExtension.getModulus$1(Brush.$, this.
|
|
1502
|
-
e.pc = ArrayExtension.getModulus$1(Brush.$, this.
|
|
1503
|
-
e.g1 = this.
|
|
1501
|
+
e.o7 = ArrayExtension.getModulus$1(Brush.$, this.acr, b);
|
|
1502
|
+
e.pc = ArrayExtension.getModulus$1(Brush.$, this.acs, b);
|
|
1503
|
+
e.g1 = this.agl;
|
|
1504
1504
|
a.add(e);
|
|
1505
1505
|
}
|
|
1506
|
-
var g = this.
|
|
1506
|
+
var g = this.gb("volume", false);
|
|
1507
1507
|
if (g != null) {
|
|
1508
1508
|
a.o(g);
|
|
1509
1509
|
}
|
|
1510
1510
|
for (var h = 0; h < a.count; h++) {
|
|
1511
1511
|
var i = a._inner[h];
|
|
1512
1512
|
this.volumeChart.series.add(i);
|
|
1513
|
-
this.
|
|
1513
|
+
this.rs(i, h);
|
|
1514
1514
|
}
|
|
1515
1515
|
};
|
|
1516
|
-
FinancialChart.prototype.
|
|
1517
|
-
if (!this.
|
|
1516
|
+
FinancialChart.prototype.ae6 = function (a) {
|
|
1517
|
+
if (!this.ae2) {
|
|
1518
1518
|
return false;
|
|
1519
1519
|
}
|
|
1520
|
-
return this.
|
|
1520
|
+
return this.ad0.matchesType(a);
|
|
1521
1521
|
};
|
|
1522
|
-
FinancialChart.prototype.
|
|
1523
|
-
if (!this.
|
|
1522
|
+
FinancialChart.prototype.afa = function (a) {
|
|
1523
|
+
if (!this.ae5) {
|
|
1524
1524
|
return false;
|
|
1525
1525
|
}
|
|
1526
|
-
return this.
|
|
1526
|
+
return this.ady.matchesType(a);
|
|
1527
1527
|
};
|
|
1528
|
-
FinancialChart.prototype.
|
|
1529
|
-
if (!this.
|
|
1528
|
+
FinancialChart.prototype.ae7 = function (a) {
|
|
1529
|
+
if (!this.ae3) {
|
|
1530
1530
|
return false;
|
|
1531
1531
|
}
|
|
1532
|
-
return this.
|
|
1532
|
+
return this.ad2.matchesType(a);
|
|
1533
1533
|
};
|
|
1534
|
-
FinancialChart.prototype.
|
|
1535
|
-
if (!this.
|
|
1534
|
+
FinancialChart.prototype.ae9 = function (a) {
|
|
1535
|
+
if (!this.ae4) {
|
|
1536
1536
|
return false;
|
|
1537
1537
|
}
|
|
1538
|
-
return this.
|
|
1538
|
+
return this.ad7.matchesType(a);
|
|
1539
1539
|
};
|
|
1540
|
-
FinancialChart.prototype.
|
|
1540
|
+
FinancialChart.prototype.ak1 = function () {
|
|
1541
1541
|
if (this.dataChart == null) {
|
|
1542
1542
|
return;
|
|
1543
1543
|
}
|
|
1544
1544
|
var a = 0;
|
|
1545
|
-
var b = this.
|
|
1545
|
+
var b = this.ads == null ? 0 : this.ads.count;
|
|
1546
1546
|
var c = this.customIndicatorNames == null ? 0 : this.customIndicatorNames.count;
|
|
1547
1547
|
var d = b + c;
|
|
1548
1548
|
for (var e = 0; e < d; e++) {
|
|
1549
1549
|
var f = new List$1(Series.$, 0);
|
|
1550
1550
|
var g = this.indicatorCharts._inner[e];
|
|
1551
1551
|
var h = e >= b;
|
|
1552
|
-
var i = h ? this.customIndicatorNames._inner[e - b] : EnumUtil.getName(FinancialIndicatorType_$type, this.
|
|
1552
|
+
var i = h ? this.customIndicatorNames._inner[e - b] : EnumUtil.getName(FinancialIndicatorType_$type, this.ads._inner[e]);
|
|
1553
1553
|
var j = -1;
|
|
1554
1554
|
for (var k = 0; k < this.dataChart.series.count; k++) {
|
|
1555
1555
|
var l = this.dataChart.series._inner[k];
|
|
1556
|
-
if (this.
|
|
1556
|
+
if (this.ae9(l) || l.dc) {
|
|
1557
1557
|
continue;
|
|
1558
1558
|
}
|
|
1559
1559
|
j++;
|
|
1560
1560
|
var m = void 0;
|
|
1561
1561
|
if (h) {
|
|
1562
|
-
var n = this.
|
|
1563
|
-
this.
|
|
1562
|
+
var n = this.aem("Custom");
|
|
1563
|
+
this.ad2.handleCustomIndicatorEvent(n, runOn(this, this.akf));
|
|
1564
1564
|
m = n;
|
|
1565
1565
|
}
|
|
1566
1566
|
else {
|
|
1567
|
-
m = this.
|
|
1567
|
+
m = this.aeo(this.ads._inner[e]);
|
|
1568
1568
|
}
|
|
1569
1569
|
if (m == null) {
|
|
1570
1570
|
continue;
|
|
1571
1571
|
}
|
|
1572
1572
|
m.name = "indicator_" + a++;
|
|
1573
|
-
this.
|
|
1574
|
-
this.
|
|
1573
|
+
this.ad2.setXAxis(m, this.afs._inner[e]);
|
|
1574
|
+
this.ad2.setYAxis(m, this.afq._inner[e]);
|
|
1575
1575
|
m.itemsSource = l.itemsSource;
|
|
1576
|
-
this.
|
|
1577
|
-
this.
|
|
1578
|
-
this.
|
|
1579
|
-
this.
|
|
1580
|
-
this.
|
|
1576
|
+
this.ad2.setOpenMemberPath(m, this.bb.dataSeries._inner[j].getMemberPathFor(11));
|
|
1577
|
+
this.ad2.setHighMemberPath(m, this.bb.dataSeries._inner[j].getMemberPathFor(12));
|
|
1578
|
+
this.ad2.setLowMemberPath(m, this.bb.dataSeries._inner[j].getMemberPathFor(13));
|
|
1579
|
+
this.ad2.setCloseMemberPath(m, this.bb.dataSeries._inner[j].getMemberPathFor(14));
|
|
1580
|
+
this.ad2.setVolumeMemberPath(m, this.bb.dataSeries._inner[j].getMemberPathFor(15));
|
|
1581
1581
|
m.title = l.title + " " + i;
|
|
1582
|
-
m.o7 = ArrayExtension.getModulus$1(Brush.$, this.
|
|
1583
|
-
m.g1 = this.
|
|
1584
|
-
if (this.
|
|
1585
|
-
this.
|
|
1586
|
-
this.
|
|
1582
|
+
m.o7 = ArrayExtension.getModulus$1(Brush.$, this.acl, e);
|
|
1583
|
+
m.g1 = this.agh;
|
|
1584
|
+
if (this.ae7(m)) {
|
|
1585
|
+
this.ad2.setNegativeBrush(m, ArrayExtension.getModulus$1(Brush.$, this.acm, e));
|
|
1586
|
+
this.ad2.setDisplayType(m, ArrayExtension.getModulus$1(IndicatorDisplayType_$type, this.ad4, e));
|
|
1587
1587
|
}
|
|
1588
|
-
if (this.
|
|
1589
|
-
this.
|
|
1588
|
+
if (this.ahc != -2147483648 && this.ae7(m)) {
|
|
1589
|
+
this.ad2.setPeriodOverride(m, this.ahc);
|
|
1590
1590
|
}
|
|
1591
|
-
if (this.
|
|
1592
|
-
this.
|
|
1591
|
+
if (this.ae7(m)) {
|
|
1592
|
+
this.ad2.setSmoothingPeriod(m, this.ahf);
|
|
1593
1593
|
}
|
|
1594
|
-
if (this.
|
|
1595
|
-
this.
|
|
1594
|
+
if (this.ae7(m)) {
|
|
1595
|
+
this.ad2.setSignalPeriod(m, this.ahe);
|
|
1596
1596
|
}
|
|
1597
|
-
if (this.
|
|
1598
|
-
this.
|
|
1599
|
-
this.
|
|
1597
|
+
if (this.ae7(m)) {
|
|
1598
|
+
this.ad2.setShortPeriod(m, this.ahd);
|
|
1599
|
+
this.ad2.setLongPeriod(m, this.ahb);
|
|
1600
1600
|
}
|
|
1601
|
-
this.
|
|
1601
|
+
this.rs(m, e);
|
|
1602
1602
|
f.add(m);
|
|
1603
1603
|
}
|
|
1604
|
-
var o = this.
|
|
1604
|
+
var o = this.gb(i, false);
|
|
1605
1605
|
for (var p = 0; p < f.count; p++) {
|
|
1606
1606
|
var q = f._inner[p];
|
|
1607
1607
|
g.series.add(q);
|
|
@@ -1610,41 +1610,41 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1610
1610
|
for (var r = 0; r < o.count; r++) {
|
|
1611
1611
|
var s = o._inner[r];
|
|
1612
1612
|
g.series.add(s);
|
|
1613
|
-
this.
|
|
1613
|
+
this.rs(s, r);
|
|
1614
1614
|
}
|
|
1615
1615
|
}
|
|
1616
1616
|
}
|
|
1617
1617
|
};
|
|
1618
|
-
FinancialChart.prototype.
|
|
1618
|
+
FinancialChart.prototype.aem = function (indicatorName_) {
|
|
1619
1619
|
return (this.externalObject.createIndicator(indicatorName_ + 'Indicator').i);
|
|
1620
1620
|
};
|
|
1621
|
-
FinancialChart.prototype.
|
|
1622
|
-
return this.
|
|
1621
|
+
FinancialChart.prototype.aeo = function (a) {
|
|
1622
|
+
return this.aem(EnumUtil.getName(FinancialIndicatorType_$type, a));
|
|
1623
1623
|
};
|
|
1624
|
-
FinancialChart.prototype.
|
|
1625
|
-
if (this.
|
|
1624
|
+
FinancialChart.prototype.alj = function (a) {
|
|
1625
|
+
if (this.adc == null) {
|
|
1626
1626
|
return;
|
|
1627
1627
|
}
|
|
1628
1628
|
var b = this.xAxis;
|
|
1629
1629
|
if (b.actualMinimumValue > b.actualMaximumValue) {
|
|
1630
1630
|
return;
|
|
1631
1631
|
}
|
|
1632
|
-
this.
|
|
1633
|
-
this.
|
|
1632
|
+
this.adc.as = b.actualMinimumValue;
|
|
1633
|
+
this.adc.ar = b.actualMaximumValue;
|
|
1634
1634
|
if (a) {
|
|
1635
|
-
this.
|
|
1636
|
-
this.
|
|
1635
|
+
this.adc.au = b.visibleMinimum;
|
|
1636
|
+
this.adc.at = b.visibleMaximum;
|
|
1637
1637
|
}
|
|
1638
|
-
this.
|
|
1638
|
+
this.adc.bn();
|
|
1639
1639
|
};
|
|
1640
|
-
FinancialChart.prototype.
|
|
1640
|
+
FinancialChart.prototype.jv = function () {
|
|
1641
1641
|
var e_6, _a, e_7, _b;
|
|
1642
1642
|
var _this = this;
|
|
1643
1643
|
var a = ((function () {
|
|
1644
1644
|
var $ret = new FinancialChartVisualData();
|
|
1645
|
-
$ret.mainChart = _super.prototype.
|
|
1645
|
+
$ret.mainChart = _super.prototype.jv.call(_this);
|
|
1646
1646
|
$ret.volumeChart = _this.volumeChart == null ? null : _this.volumeChart.vw();
|
|
1647
|
-
$ret.toolbar = _this.
|
|
1647
|
+
$ret.toolbar = _this.adc == null ? null : _this.adc.aj();
|
|
1648
1648
|
$ret.zoomChart = _this.zoomSliderChart == null ? null : _this.zoomSliderChart.vw();
|
|
1649
1649
|
return $ret;
|
|
1650
1650
|
})());
|
|
@@ -1671,19 +1671,19 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1671
1671
|
}
|
|
1672
1672
|
}
|
|
1673
1673
|
if (this.dataChart != null) {
|
|
1674
|
-
a.mainChartLeft = this.
|
|
1675
|
-
a.mainChartTop = this.
|
|
1674
|
+
a.mainChartLeft = this.als(this.dataChart).x;
|
|
1675
|
+
a.mainChartTop = this.als(this.dataChart).y;
|
|
1676
1676
|
}
|
|
1677
1677
|
if (this.volumeChart != null) {
|
|
1678
|
-
a.volumeChartLeft = this.
|
|
1679
|
-
a.volumeChartTop = this.
|
|
1678
|
+
a.volumeChartLeft = this.als(this.volumeChart).x;
|
|
1679
|
+
a.volumeChartTop = this.als(this.volumeChart).y;
|
|
1680
1680
|
}
|
|
1681
1681
|
if (this.zoomSliderChart != null) {
|
|
1682
|
-
a.zoomChartLeft = this.
|
|
1683
|
-
a.zoomChartTop = this.
|
|
1682
|
+
a.zoomChartLeft = this.als(this.zoomSliderChart).x;
|
|
1683
|
+
a.zoomChartTop = this.als(this.zoomSliderChart).y;
|
|
1684
1684
|
}
|
|
1685
|
-
if (this.
|
|
1686
|
-
var c = this.
|
|
1685
|
+
if (this.adc != null) {
|
|
1686
|
+
var c = this.alt(this.adc);
|
|
1687
1687
|
a.toolbarLeft = c.left;
|
|
1688
1688
|
a.toolbarTop = c.top;
|
|
1689
1689
|
a.toolbarWidth = c.width;
|
|
@@ -1695,8 +1695,8 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1695
1695
|
try {
|
|
1696
1696
|
for (var _e = tslib_1.__values(fromEnum(this.indicatorCharts)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
1697
1697
|
var d = _f.value;
|
|
1698
|
-
a.indicatorChartLefts.add(this.
|
|
1699
|
-
a.indicatorChartTops.add(this.
|
|
1698
|
+
a.indicatorChartLefts.add(this.als(d).x);
|
|
1699
|
+
a.indicatorChartTops.add(this.als(d).y);
|
|
1700
1700
|
}
|
|
1701
1701
|
}
|
|
1702
1702
|
catch (e_7_1) {
|
|
@@ -1713,23 +1713,23 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1713
1713
|
}
|
|
1714
1714
|
}
|
|
1715
1715
|
}
|
|
1716
|
-
var e = this.
|
|
1716
|
+
var e = this.alv();
|
|
1717
1717
|
a.legendLeft = e.left;
|
|
1718
1718
|
a.legendTop = e.top;
|
|
1719
1719
|
a.legendWidth = e.width;
|
|
1720
1720
|
a.legendHeight = e.height;
|
|
1721
|
-
a.legend = this.
|
|
1721
|
+
a.legend = this.adw == null ? null : this.adw.exportVisualData();
|
|
1722
1722
|
return a;
|
|
1723
1723
|
};
|
|
1724
|
-
FinancialChart.prototype.
|
|
1725
|
-
var a = this.
|
|
1724
|
+
FinancialChart.prototype.ah1 = function () {
|
|
1725
|
+
var a = this.jv();
|
|
1726
1726
|
a.scaleByViewport();
|
|
1727
1727
|
return a.serialize();
|
|
1728
1728
|
};
|
|
1729
|
-
FinancialChart.prototype.
|
|
1729
|
+
FinancialChart.prototype.aen = function (overlayName_) {
|
|
1730
1730
|
return (this.externalObject.createOverlay(overlayName_ + 'Overlay').i);
|
|
1731
1731
|
};
|
|
1732
|
-
FinancialChart.prototype.
|
|
1732
|
+
FinancialChart.prototype.ali = function () {
|
|
1733
1733
|
var e_8, _a, e_9, _b;
|
|
1734
1734
|
if (this.dataChart == null) {
|
|
1735
1735
|
return;
|
|
@@ -1738,7 +1738,7 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1738
1738
|
try {
|
|
1739
1739
|
for (var _c = tslib_1.__values(fromEnum(this.dataChart.series)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
1740
1740
|
var b = _d.value;
|
|
1741
|
-
if (this.
|
|
1741
|
+
if (this.ae9(b)) {
|
|
1742
1742
|
a.add(b);
|
|
1743
1743
|
}
|
|
1744
1744
|
}
|
|
@@ -1775,48 +1775,48 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1775
1775
|
throw e_9.error;
|
|
1776
1776
|
}
|
|
1777
1777
|
}
|
|
1778
|
-
if (this.
|
|
1778
|
+
if (this.adu == null) {
|
|
1779
1779
|
return;
|
|
1780
1780
|
}
|
|
1781
1781
|
var d = new List$1(Series.$, 0);
|
|
1782
1782
|
var e = -1;
|
|
1783
1783
|
for (var f = 0; f < this.dataChart.series.count; f++) {
|
|
1784
1784
|
var g = this.dataChart.series._inner[f];
|
|
1785
|
-
if (this.
|
|
1785
|
+
if (this.ae9(g) || g.dc) {
|
|
1786
1786
|
continue;
|
|
1787
1787
|
}
|
|
1788
1788
|
e++;
|
|
1789
|
-
for (var h = 0; h < this.
|
|
1790
|
-
var i = this.
|
|
1789
|
+
for (var h = 0; h < this.adu.count; h++) {
|
|
1790
|
+
var i = this.adu._inner[h];
|
|
1791
1791
|
var j = void 0;
|
|
1792
1792
|
switch (i) {
|
|
1793
1793
|
case 1:
|
|
1794
|
-
j = this.
|
|
1794
|
+
j = this.aen(EnumUtil.getName(FinancialOverlayType_$type, i));
|
|
1795
1795
|
break;
|
|
1796
1796
|
default:
|
|
1797
1797
|
case 0:
|
|
1798
|
-
j = this.
|
|
1798
|
+
j = this.aen(EnumUtil.getName(FinancialOverlayType_$type, i));
|
|
1799
1799
|
break;
|
|
1800
1800
|
}
|
|
1801
1801
|
j.name = g.name + "_" + EnumUtil.getName(FinancialOverlayType_$type, i);
|
|
1802
|
-
this.
|
|
1803
|
-
this.
|
|
1802
|
+
this.ad7.setXAxis(j, this.xAxis);
|
|
1803
|
+
this.ad7.setYAxis(j, this.yAxis);
|
|
1804
1804
|
j.itemsSource = g.itemsSource;
|
|
1805
|
-
var k = e * this.
|
|
1806
|
-
j.o7 = ArrayExtension.getModulus$1(Brush.$, this.
|
|
1807
|
-
j.pc = ArrayExtension.getModulus$1(Brush.$, this.
|
|
1808
|
-
j.g1 = this.
|
|
1805
|
+
var k = e * this.adu.count + h;
|
|
1806
|
+
j.o7 = ArrayExtension.getModulus$1(Brush.$, this.acp, k);
|
|
1807
|
+
j.pc = ArrayExtension.getModulus$1(Brush.$, this.acq, k);
|
|
1808
|
+
j.g1 = this.agj;
|
|
1809
1809
|
j.title = g.title + " " + EnumUtil.getName(FinancialOverlayType_$type, i);
|
|
1810
1810
|
var l = g;
|
|
1811
1811
|
if (l == null) {
|
|
1812
1812
|
continue;
|
|
1813
1813
|
}
|
|
1814
|
-
var m = this.
|
|
1815
|
-
this.
|
|
1816
|
-
this.
|
|
1817
|
-
this.
|
|
1818
|
-
this.
|
|
1819
|
-
this.
|
|
1814
|
+
var m = this.bb.dataSeries._inner[e];
|
|
1815
|
+
this.ad7.setOpenMemberPath(j, m.getMemberPathFor(11));
|
|
1816
|
+
this.ad7.setHighMemberPath(j, m.getMemberPathFor(12));
|
|
1817
|
+
this.ad7.setLowMemberPath(j, m.getMemberPathFor(13));
|
|
1818
|
+
this.ad7.setCloseMemberPath(j, m.getMemberPathFor(14));
|
|
1819
|
+
this.ad7.setVolumeMemberPath(j, m.getMemberPathFor(15));
|
|
1820
1820
|
d.add(j);
|
|
1821
1821
|
}
|
|
1822
1822
|
}
|
|
@@ -1832,22 +1832,22 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1832
1832
|
for (var p = 0; p < d.count; p++) {
|
|
1833
1833
|
var q = d._inner[p];
|
|
1834
1834
|
this.dataChart.series.add(q);
|
|
1835
|
-
this.
|
|
1835
|
+
this.rs(q, p);
|
|
1836
1836
|
}
|
|
1837
1837
|
};
|
|
1838
|
-
FinancialChart.prototype.
|
|
1838
|
+
FinancialChart.prototype.alg = function () {
|
|
1839
1839
|
var e_10, _a;
|
|
1840
|
-
if (this.
|
|
1840
|
+
if (this.aff) {
|
|
1841
1841
|
return;
|
|
1842
1842
|
}
|
|
1843
|
-
this.
|
|
1843
|
+
this.aff = true;
|
|
1844
1844
|
if (this.indicatorCharts != null) {
|
|
1845
1845
|
var a = this.indicatorCharts;
|
|
1846
1846
|
this.indicatorCharts = null;
|
|
1847
1847
|
try {
|
|
1848
1848
|
for (var _b = tslib_1.__values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1849
1849
|
var b = _c.value;
|
|
1850
|
-
this.
|
|
1850
|
+
this.akw(b);
|
|
1851
1851
|
}
|
|
1852
1852
|
}
|
|
1853
1853
|
catch (e_10_1) {
|
|
@@ -1864,38 +1864,38 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1864
1864
|
}
|
|
1865
1865
|
}
|
|
1866
1866
|
}
|
|
1867
|
-
if ((this.
|
|
1867
|
+
if ((this.ads == null || this.ads.count == 0) && (this.customIndicatorNames == null || this.customIndicatorNames.count == 0)) {
|
|
1868
1868
|
this.indicatorCharts = null;
|
|
1869
|
-
if (this.
|
|
1870
|
-
this.
|
|
1869
|
+
if (this.afq != null) {
|
|
1870
|
+
this.afq.clear();
|
|
1871
1871
|
}
|
|
1872
|
-
if (this.
|
|
1873
|
-
this.
|
|
1872
|
+
if (this.afs != null) {
|
|
1873
|
+
this.afs.clear();
|
|
1874
1874
|
}
|
|
1875
|
-
this.
|
|
1876
|
-
this.
|
|
1877
|
-
this.
|
|
1875
|
+
this.ak7();
|
|
1876
|
+
this.alh();
|
|
1877
|
+
this.aff = false;
|
|
1878
1878
|
return;
|
|
1879
1879
|
}
|
|
1880
1880
|
if (this.indicatorCharts == null) {
|
|
1881
1881
|
this.indicatorCharts = new List$1(XamDataChart.$, 0);
|
|
1882
1882
|
}
|
|
1883
1883
|
this.indicatorCharts.clear();
|
|
1884
|
-
this.
|
|
1885
|
-
this.
|
|
1886
|
-
var c = this.
|
|
1884
|
+
this.afq.clear();
|
|
1885
|
+
this.afs.clear();
|
|
1886
|
+
var c = this.ads == null ? 0 : this.ads.count;
|
|
1887
1887
|
var d = this.customIndicatorNames == null ? 0 : this.customIndicatorNames.count;
|
|
1888
1888
|
var e = c + d;
|
|
1889
1889
|
for (var f = 0; f < e; f++) {
|
|
1890
1890
|
var g = new XamDataChart();
|
|
1891
1891
|
this.indicatorCharts.add(g);
|
|
1892
|
-
this.
|
|
1892
|
+
this.aku(g);
|
|
1893
1893
|
var h = f >= c;
|
|
1894
1894
|
if (h) {
|
|
1895
1895
|
g.kg = this.customIndicatorNames._inner[f - c];
|
|
1896
1896
|
}
|
|
1897
1897
|
else {
|
|
1898
|
-
g.kg = this.
|
|
1898
|
+
g.kg = this.ah3(this.ads._inner[f]);
|
|
1899
1899
|
}
|
|
1900
1900
|
if (this.indicatorAxis != null) {
|
|
1901
1901
|
var i = void 0;
|
|
@@ -1907,45 +1907,45 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1907
1907
|
else {
|
|
1908
1908
|
i = new NumericYAxis();
|
|
1909
1909
|
if (!this.indicatorXAxis.cd) {
|
|
1910
|
-
j = this.
|
|
1910
|
+
j = this.acy(0);
|
|
1911
1911
|
}
|
|
1912
1912
|
else {
|
|
1913
|
-
j = this.
|
|
1913
|
+
j = this.acy(1);
|
|
1914
1914
|
}
|
|
1915
1915
|
}
|
|
1916
1916
|
j.name = "indicatorXAxis_" + f;
|
|
1917
1917
|
i.name = "indicatorAxis_" + f;
|
|
1918
1918
|
g.axes.add(i);
|
|
1919
1919
|
g.axes.add(j);
|
|
1920
|
-
this.
|
|
1921
|
-
this.
|
|
1922
|
-
if (this.
|
|
1923
|
-
this.
|
|
1920
|
+
this.afq.add(i);
|
|
1921
|
+
this.afs.add(j);
|
|
1922
|
+
if (this.e9) {
|
|
1923
|
+
this.aap(i);
|
|
1924
1924
|
}
|
|
1925
|
-
if (this.
|
|
1926
|
-
this.
|
|
1925
|
+
if (this.e9) {
|
|
1926
|
+
this.aan(j);
|
|
1927
1927
|
}
|
|
1928
1928
|
}
|
|
1929
1929
|
}
|
|
1930
|
-
this.
|
|
1931
|
-
this.
|
|
1932
|
-
if (this.
|
|
1933
|
-
this.
|
|
1930
|
+
this.ak1();
|
|
1931
|
+
this.ak7();
|
|
1932
|
+
if (this.adc != null) {
|
|
1933
|
+
this.adc.ae = this.ads;
|
|
1934
1934
|
}
|
|
1935
|
-
this.
|
|
1936
|
-
this.
|
|
1937
|
-
this.
|
|
1935
|
+
this.aj5();
|
|
1936
|
+
this.alh();
|
|
1937
|
+
this.aff = false;
|
|
1938
1938
|
};
|
|
1939
|
-
FinancialChart.prototype.
|
|
1939
|
+
FinancialChart.prototype.rk = function () {
|
|
1940
1940
|
var e_11, _a, e_12, _b;
|
|
1941
|
-
_super.prototype.
|
|
1942
|
-
this.
|
|
1943
|
-
this.
|
|
1944
|
-
if (this.
|
|
1941
|
+
_super.prototype.rk.call(this);
|
|
1942
|
+
this.aan(this.xAxis);
|
|
1943
|
+
this.aan(this.volumeXAxis);
|
|
1944
|
+
if (this.afs != null) {
|
|
1945
1945
|
try {
|
|
1946
|
-
for (var _c = tslib_1.__values(fromEnum(this.
|
|
1946
|
+
for (var _c = tslib_1.__values(fromEnum(this.afs)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
1947
1947
|
var a = _d.value;
|
|
1948
|
-
this.
|
|
1948
|
+
this.aan(a);
|
|
1949
1949
|
}
|
|
1950
1950
|
}
|
|
1951
1951
|
catch (e_11_1) {
|
|
@@ -1962,13 +1962,13 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1962
1962
|
}
|
|
1963
1963
|
}
|
|
1964
1964
|
}
|
|
1965
|
-
this.
|
|
1966
|
-
this.
|
|
1967
|
-
if (this.
|
|
1965
|
+
this.aap(this.yAxis);
|
|
1966
|
+
this.aap(this.volumeAxis);
|
|
1967
|
+
if (this.afq != null) {
|
|
1968
1968
|
try {
|
|
1969
|
-
for (var _e = tslib_1.__values(fromEnum(this.
|
|
1969
|
+
for (var _e = tslib_1.__values(fromEnum(this.afq)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
1970
1970
|
var b = _f.value;
|
|
1971
|
-
this.
|
|
1971
|
+
this.aap(b);
|
|
1972
1972
|
}
|
|
1973
1973
|
}
|
|
1974
1974
|
catch (e_12_1) {
|
|
@@ -1985,32 +1985,32 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1985
1985
|
}
|
|
1986
1986
|
}
|
|
1987
1987
|
}
|
|
1988
|
-
this.
|
|
1989
|
-
this.
|
|
1988
|
+
this.aan(this.zoomSliderXAxis);
|
|
1989
|
+
this.aap(this.zoomSliderAxis);
|
|
1990
1990
|
};
|
|
1991
|
-
FinancialChart.prototype.
|
|
1992
|
-
return !this.
|
|
1991
|
+
FinancialChart.prototype.get_fx = function () {
|
|
1992
|
+
return !this.afd;
|
|
1993
1993
|
};
|
|
1994
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
1994
|
+
Object.defineProperty(FinancialChart.prototype, "afl", {
|
|
1995
1995
|
get: function () {
|
|
1996
1996
|
return (this.externalObject._dynamicContent);
|
|
1997
1997
|
},
|
|
1998
1998
|
enumerable: true,
|
|
1999
1999
|
configurable: true
|
|
2000
2000
|
});
|
|
2001
|
-
FinancialChart.prototype.
|
|
2002
|
-
this.
|
|
2003
|
-
this.
|
|
2001
|
+
FinancialChart.prototype.alo = function (a, b) {
|
|
2002
|
+
this.ala(a, b);
|
|
2003
|
+
this.aj5();
|
|
2004
2004
|
if (this.zoomSliderChart != null) {
|
|
2005
2005
|
this.zoomSliderChart.axes.add(this.zoomSliderAxis);
|
|
2006
2006
|
this.zoomSliderChart.axes.add(this.zoomSliderXAxis);
|
|
2007
2007
|
}
|
|
2008
|
-
this.
|
|
2008
|
+
this.ak3();
|
|
2009
2009
|
this.zoomSliderXAxis.itemsSource = this.xAxis.itemsSource;
|
|
2010
|
-
this.
|
|
2011
|
-
this.
|
|
2010
|
+
this.ak8();
|
|
2011
|
+
this.alp(a, b);
|
|
2012
2012
|
};
|
|
2013
|
-
FinancialChart.prototype.
|
|
2013
|
+
FinancialChart.prototype.ak3 = function () {
|
|
2014
2014
|
if (this.dataChart == null || this.zoomSliderChart == null) {
|
|
2015
2015
|
return;
|
|
2016
2016
|
}
|
|
@@ -2018,15 +2018,15 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2018
2018
|
var a = new List$1(Series.$, 0);
|
|
2019
2019
|
for (var b = 0; b < this.dataChart.series.count; b++) {
|
|
2020
2020
|
var c = this.dataChart.series._inner[b];
|
|
2021
|
-
if (this.
|
|
2021
|
+
if (this.ae9(c) || c.dc) {
|
|
2022
2022
|
continue;
|
|
2023
2023
|
}
|
|
2024
2024
|
var d = void 0;
|
|
2025
|
-
var e = this.
|
|
2026
|
-
e = this.
|
|
2027
|
-
var f = this.
|
|
2025
|
+
var e = this.adq;
|
|
2026
|
+
e = this.adp(e);
|
|
2027
|
+
var f = this.aha(c, b);
|
|
2028
2028
|
if (e == 1) {
|
|
2029
|
-
switch (this.
|
|
2029
|
+
switch (this.adg(this.bb != null && this.bb.dataSeries != null && this.bb.dataSeries.count > f ? this.bb.dataSeries._inner[f] : null)) {
|
|
2030
2030
|
case 1:
|
|
2031
2031
|
e = 2;
|
|
2032
2032
|
break;
|
|
@@ -2043,58 +2043,58 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2043
2043
|
}
|
|
2044
2044
|
switch (e) {
|
|
2045
2045
|
case 2:
|
|
2046
|
-
d = this.
|
|
2047
|
-
this.
|
|
2046
|
+
d = this.ael();
|
|
2047
|
+
this.ady.setDisplayType(d, 1);
|
|
2048
2048
|
break;
|
|
2049
2049
|
case 3:
|
|
2050
|
-
d = this.
|
|
2051
|
-
this.
|
|
2050
|
+
d = this.ael();
|
|
2051
|
+
this.ady.setDisplayType(d, 0);
|
|
2052
2052
|
break;
|
|
2053
2053
|
case 5:
|
|
2054
|
-
d = this.
|
|
2054
|
+
d = this.aek();
|
|
2055
2055
|
break;
|
|
2056
2056
|
case 6:
|
|
2057
|
-
d = this.
|
|
2057
|
+
d = this.aei();
|
|
2058
2058
|
break;
|
|
2059
2059
|
default:
|
|
2060
2060
|
case 4:
|
|
2061
|
-
d = this.
|
|
2061
|
+
d = this.aej();
|
|
2062
2062
|
break;
|
|
2063
2063
|
}
|
|
2064
|
-
var g = this.
|
|
2064
|
+
var g = this.bb != null && this.bb.dataSeries != null && this.bb.dataSeries.count > f ? this.bb.dataSeries._inner[f] : null;
|
|
2065
2065
|
if (d.dh && !d.dq) {
|
|
2066
|
-
this.
|
|
2067
|
-
this.
|
|
2068
|
-
this.
|
|
2069
|
-
this.
|
|
2066
|
+
this.ad0.setCategoryMode(d, 1);
|
|
2067
|
+
this.ad0.setXAxis(d, this.zoomSliderXAxis);
|
|
2068
|
+
this.ad0.setYAxis(d, this.zoomSliderAxis);
|
|
2069
|
+
this.ad0.setValueMemberPath(d, g == null ? null : this.ah4(g));
|
|
2070
2070
|
}
|
|
2071
2071
|
else if (d.dq) {
|
|
2072
|
-
this.
|
|
2073
|
-
this.
|
|
2074
|
-
this.
|
|
2072
|
+
this.ady.setCategoryMode(d, 1);
|
|
2073
|
+
this.ady.setXAxis(d, this.zoomSliderXAxis);
|
|
2074
|
+
this.ady.setYAxis(d, this.zoomSliderAxis);
|
|
2075
2075
|
if (g != null) {
|
|
2076
|
-
this.
|
|
2077
|
-
this.
|
|
2078
|
-
this.
|
|
2079
|
-
this.
|
|
2080
|
-
this.
|
|
2076
|
+
this.ady.setOpenMemberPath(d, g.getMemberPathFor(11));
|
|
2077
|
+
this.ady.setHighMemberPath(d, g.getMemberPathFor(12));
|
|
2078
|
+
this.ady.setLowMemberPath(d, g.getMemberPathFor(13));
|
|
2079
|
+
this.ady.setCloseMemberPath(d, g.getMemberPathFor(14));
|
|
2080
|
+
this.ady.setVolumeMemberPath(d, g.getMemberPathFor(15));
|
|
2081
2081
|
}
|
|
2082
2082
|
}
|
|
2083
2083
|
d.name = "zoomSliderSeries_" + f;
|
|
2084
2084
|
d.itemsSource = c.itemsSource;
|
|
2085
2085
|
d.title = c.title;
|
|
2086
|
-
d.g1 = this.
|
|
2086
|
+
d.g1 = this.io;
|
|
2087
2087
|
a.add(d);
|
|
2088
2088
|
}
|
|
2089
2089
|
for (var h = 0; h < a.count; h++) {
|
|
2090
2090
|
var i = a._inner[h];
|
|
2091
2091
|
this.zoomSliderChart.series.add(i);
|
|
2092
|
-
this.
|
|
2092
|
+
this.rs(i, h);
|
|
2093
2093
|
}
|
|
2094
2094
|
};
|
|
2095
|
-
FinancialChart.prototype.
|
|
2095
|
+
FinancialChart.prototype.r7 = function (a, b, c) {
|
|
2096
2096
|
var e_13, _a;
|
|
2097
|
-
_super.prototype.
|
|
2097
|
+
_super.prototype.r7.call(this, a, b, c);
|
|
2098
2098
|
if (a == null || !b) {
|
|
2099
2099
|
return;
|
|
2100
2100
|
}
|
|
@@ -2134,40 +2134,40 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2134
2134
|
a(this.zoomSliderChart);
|
|
2135
2135
|
}
|
|
2136
2136
|
};
|
|
2137
|
-
FinancialChart.prototype.
|
|
2137
|
+
FinancialChart.prototype.akf = function (a, b) {
|
|
2138
2138
|
var c = b;
|
|
2139
2139
|
var d = a;
|
|
2140
2140
|
var e = -1;
|
|
2141
2141
|
if (this.indicatorCharts != null) {
|
|
2142
2142
|
e = this.indicatorCharts.indexOf(d.cb);
|
|
2143
2143
|
}
|
|
2144
|
-
e -= this.
|
|
2144
|
+
e -= this.ads == null ? 0 : this.ads.count;
|
|
2145
2145
|
if (this.applyCustomIndicators != null) {
|
|
2146
2146
|
this.applyCustomIndicators(this, new FinancialChartCustomIndicatorArgs(c, d, e));
|
|
2147
2147
|
}
|
|
2148
2148
|
};
|
|
2149
|
-
FinancialChart.prototype.
|
|
2149
|
+
FinancialChart.prototype.alc = function (a, b, c) {
|
|
2150
2150
|
if (a != null) {
|
|
2151
2151
|
if (b != null) {
|
|
2152
2152
|
a.axes.remove(b);
|
|
2153
2153
|
}
|
|
2154
2154
|
a.axes.add(c);
|
|
2155
2155
|
}
|
|
2156
|
-
if (this.
|
|
2157
|
-
this.
|
|
2156
|
+
if (this.e9) {
|
|
2157
|
+
this.aan(c);
|
|
2158
2158
|
}
|
|
2159
2159
|
};
|
|
2160
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
2160
|
+
Object.defineProperty(FinancialChart.prototype, "afk", {
|
|
2161
2161
|
get: function () {
|
|
2162
2162
|
return TypeRegistrar.isRegistered("IgxZoomSliderComponent");
|
|
2163
2163
|
},
|
|
2164
2164
|
enumerable: true,
|
|
2165
2165
|
configurable: true
|
|
2166
2166
|
});
|
|
2167
|
-
FinancialChart.prototype.
|
|
2168
|
-
this.
|
|
2167
|
+
FinancialChart.prototype.akg = function (a, b) {
|
|
2168
|
+
this.alg();
|
|
2169
2169
|
};
|
|
2170
|
-
FinancialChart.prototype.
|
|
2170
|
+
FinancialChart.prototype.afb = function (a, b) {
|
|
2171
2171
|
if (b <= (0)) {
|
|
2172
2172
|
return false;
|
|
2173
2173
|
}
|
|
@@ -2181,16 +2181,16 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2181
2181
|
}
|
|
2182
2182
|
return false;
|
|
2183
2183
|
};
|
|
2184
|
-
FinancialChart.prototype.
|
|
2184
|
+
FinancialChart.prototype.ak6 = function () {
|
|
2185
2185
|
var e_14, _a;
|
|
2186
|
-
var a = this.
|
|
2186
|
+
var a = this.ada != null ? this.ada : new FinancialChartRangeSelectorOptionCollection(1, [5, 4, 3, 2, 1, 0]);
|
|
2187
2187
|
var b = new FinancialChartRangeSelectorOptionCollection(0);
|
|
2188
2188
|
var c = this.xAxis;
|
|
2189
2189
|
var d = +(c.actualMaximumValue) - +(c.actualMinimumValue);
|
|
2190
2190
|
try {
|
|
2191
2191
|
for (var _b = tslib_1.__values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
2192
2192
|
var e = _c.value;
|
|
2193
|
-
if (this.
|
|
2193
|
+
if (this.afb(e, d)) {
|
|
2194
2194
|
b.add(e);
|
|
2195
2195
|
}
|
|
2196
2196
|
}
|
|
@@ -2208,47 +2208,47 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2208
2208
|
throw e_14.error;
|
|
2209
2209
|
}
|
|
2210
2210
|
}
|
|
2211
|
-
this.
|
|
2212
|
-
if (this.
|
|
2213
|
-
this.
|
|
2211
|
+
this.ac9 = b;
|
|
2212
|
+
if (this.adc != null) {
|
|
2213
|
+
this.adc.u = this.ac9;
|
|
2214
2214
|
}
|
|
2215
2215
|
};
|
|
2216
|
-
FinancialChart.prototype.
|
|
2217
|
-
this.
|
|
2218
|
-
};
|
|
2219
|
-
FinancialChart.prototype.ako = function (a, b) {
|
|
2220
|
-
this.adt = this.adb.ag;
|
|
2216
|
+
FinancialChart.prototype.akk = function (a, b) {
|
|
2217
|
+
this.ak6();
|
|
2221
2218
|
};
|
|
2222
|
-
FinancialChart.prototype.
|
|
2223
|
-
this.
|
|
2219
|
+
FinancialChart.prototype.akp = function (a, b) {
|
|
2220
|
+
this.adu = this.adc.ag;
|
|
2224
2221
|
};
|
|
2225
|
-
FinancialChart.prototype.
|
|
2226
|
-
this.
|
|
2222
|
+
FinancialChart.prototype.ako = function (a, b) {
|
|
2223
|
+
this.ads = this.adc.ae;
|
|
2227
2224
|
};
|
|
2228
2225
|
FinancialChart.prototype.aki = function (a, b) {
|
|
2229
|
-
this.
|
|
2226
|
+
this.alg();
|
|
2230
2227
|
};
|
|
2231
|
-
FinancialChart.prototype.
|
|
2228
|
+
FinancialChart.prototype.akj = function (a, b) {
|
|
2229
|
+
this.ali();
|
|
2230
|
+
};
|
|
2231
|
+
FinancialChart.prototype.akt = function (a, b) {
|
|
2232
2232
|
var c = a;
|
|
2233
2233
|
if (c.bf == null) {
|
|
2234
2234
|
return;
|
|
2235
2235
|
}
|
|
2236
|
-
if (this.
|
|
2237
|
-
this.
|
|
2236
|
+
if (this.afd) {
|
|
2237
|
+
this.ak5(c.bf);
|
|
2238
2238
|
}
|
|
2239
2239
|
};
|
|
2240
|
-
FinancialChart.prototype.
|
|
2240
|
+
FinancialChart.prototype.akw = function (a) {
|
|
2241
2241
|
SyncManager.e(a);
|
|
2242
2242
|
a.axes.clear();
|
|
2243
2243
|
a.series.clear();
|
|
2244
|
-
a.gridAreaRectChanged = delegateRemove(a.gridAreaRectChanged, runOn(this, this.
|
|
2244
|
+
a.gridAreaRectChanged = delegateRemove(a.gridAreaRectChanged, runOn(this, this.akh));
|
|
2245
2245
|
a.provideContainer(null);
|
|
2246
2246
|
if (this.volumeChart == null && this.indicatorCharts == null) {
|
|
2247
2247
|
this.yAxis.er = this.volumeAxis.er = this.indicatorAxis.er = 0;
|
|
2248
|
-
this.xAxis.ay.visibility = this.
|
|
2248
|
+
this.xAxis.ay.visibility = this.acb;
|
|
2249
2249
|
}
|
|
2250
2250
|
};
|
|
2251
|
-
FinancialChart.prototype.
|
|
2251
|
+
FinancialChart.prototype.aku = function (a) {
|
|
2252
2252
|
var b = a != this.zoomSliderChart;
|
|
2253
2253
|
if (b) {
|
|
2254
2254
|
if (this.dataChart != null) {
|
|
@@ -2264,93 +2264,93 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2264
2264
|
SyncManager.d(a, c);
|
|
2265
2265
|
SyncManager.c(a);
|
|
2266
2266
|
}
|
|
2267
|
-
a.gridAreaRectChanged = delegateCombine(a.gridAreaRectChanged, runOn(this, this.
|
|
2268
|
-
this.
|
|
2267
|
+
a.gridAreaRectChanged = delegateCombine(a.gridAreaRectChanged, runOn(this, this.akh));
|
|
2268
|
+
this.rm(a);
|
|
2269
2269
|
};
|
|
2270
|
-
FinancialChart.prototype.
|
|
2270
|
+
FinancialChart.prototype.aj5 = function () {
|
|
2271
2271
|
if (this.indicatorCharts != null || this.volumeChart != null) {
|
|
2272
|
-
this.
|
|
2272
|
+
this.aal(this.xAxis, function (a) { return a.visibility = 1; });
|
|
2273
2273
|
}
|
|
2274
2274
|
var _loop_1 = function (a) {
|
|
2275
|
-
var b = this_1.
|
|
2276
|
-
var c = a < this_1.
|
|
2277
|
-
this_1.
|
|
2275
|
+
var b = this_1.afs._inner[a];
|
|
2276
|
+
var c = a < this_1.afs.count - 1 || this_1.volumeChart != null;
|
|
2277
|
+
this_1.aal(b, function (d) { return d.visibility = c ? 1 : 0; });
|
|
2278
2278
|
};
|
|
2279
2279
|
var this_1 = this;
|
|
2280
|
-
for (var a = 0; a < this.
|
|
2280
|
+
for (var a = 0; a < this.afs.count; a++) {
|
|
2281
2281
|
_loop_1(a);
|
|
2282
2282
|
}
|
|
2283
2283
|
};
|
|
2284
|
-
FinancialChart.prototype.
|
|
2284
|
+
FinancialChart.prototype.ala = function (a, b) {
|
|
2285
2285
|
if (a != null) {
|
|
2286
|
-
this.
|
|
2286
|
+
this.akw(a);
|
|
2287
2287
|
}
|
|
2288
2288
|
if (b != null) {
|
|
2289
|
-
this.
|
|
2289
|
+
this.aku(b);
|
|
2290
2290
|
}
|
|
2291
2291
|
};
|
|
2292
|
-
FinancialChart.prototype.
|
|
2293
|
-
this.
|
|
2294
|
-
this.
|
|
2292
|
+
FinancialChart.prototype.alm = function (a, b) {
|
|
2293
|
+
this.ala(a, b);
|
|
2294
|
+
this.aj5();
|
|
2295
2295
|
if (this.volumeChart != null) {
|
|
2296
2296
|
if (this.volumeAxis != null) {
|
|
2297
2297
|
this.volumeChart.axes.add(this.volumeAxis);
|
|
2298
2298
|
this.volumeChart.axes.add(this.volumeXAxis);
|
|
2299
2299
|
}
|
|
2300
|
-
this.
|
|
2300
|
+
this.ak2();
|
|
2301
2301
|
this.volumeXAxis.itemsSource = this.xAxis.itemsSource;
|
|
2302
2302
|
}
|
|
2303
|
-
this.
|
|
2303
|
+
this.aln(a, b);
|
|
2304
2304
|
};
|
|
2305
|
-
FinancialChart.prototype.
|
|
2306
|
-
this.
|
|
2305
|
+
FinancialChart.prototype.akl = function (a, b) {
|
|
2306
|
+
this.alk();
|
|
2307
2307
|
};
|
|
2308
|
-
FinancialChart.prototype.
|
|
2309
|
-
if (this.
|
|
2308
|
+
FinancialChart.prototype.alk = function () {
|
|
2309
|
+
if (this.adc == null || +(this.adc.au) == +(dateMaxValue()) || +(this.adc.at) == +(dateMinValue()) || this.dataChart == null) {
|
|
2310
2310
|
return;
|
|
2311
2311
|
}
|
|
2312
2312
|
var a = this.xAxis;
|
|
2313
|
-
var b = a.getWindowRectForSelection(this.
|
|
2313
|
+
var b = a.getWindowRectForSelection(this.adc.au, this.adc.at);
|
|
2314
2314
|
if (b.width == 0 || isNaN_(b.width) || isInfinity(b.width)) {
|
|
2315
2315
|
return;
|
|
2316
2316
|
}
|
|
2317
|
-
this.
|
|
2317
|
+
this.afe = true;
|
|
2318
2318
|
this.dataChart.tp = new Rect(0, b.left, this.dataChart.tp.top, b.width, this.dataChart.tp.height);
|
|
2319
|
-
if (this.
|
|
2320
|
-
this.
|
|
2319
|
+
if (this.aeu != null) {
|
|
2320
|
+
this.aeu.windowRect = this.dataChart.s9;
|
|
2321
2321
|
}
|
|
2322
|
-
if (this.
|
|
2323
|
-
this.
|
|
2322
|
+
if (this.afd) {
|
|
2323
|
+
this.ak5(this.dataChart);
|
|
2324
2324
|
}
|
|
2325
|
-
this.
|
|
2325
|
+
this.afe = false;
|
|
2326
2326
|
};
|
|
2327
|
-
FinancialChart.prototype.
|
|
2328
|
-
this.
|
|
2329
|
-
this.
|
|
2327
|
+
FinancialChart.prototype.aks = function (a, b) {
|
|
2328
|
+
this.ak6();
|
|
2329
|
+
this.alj(!this.afe);
|
|
2330
2330
|
};
|
|
2331
|
-
FinancialChart.prototype.
|
|
2331
|
+
FinancialChart.prototype.ake = function (a, b) {
|
|
2332
2332
|
var _this = this;
|
|
2333
|
-
if (!this.
|
|
2334
|
-
if (this.
|
|
2335
|
-
this.
|
|
2333
|
+
if (!this.afe) {
|
|
2334
|
+
if (this.afd) {
|
|
2335
|
+
this.ak5(a);
|
|
2336
2336
|
}
|
|
2337
2337
|
var c = false;
|
|
2338
|
-
var d = this.
|
|
2338
|
+
var d = this.si(function () { return _this.alj(true); }, c);
|
|
2339
2339
|
c = d.p1;
|
|
2340
|
-
if (this.
|
|
2341
|
-
this.
|
|
2340
|
+
if (this.aeu != null) {
|
|
2341
|
+
this.aeu.windowRect = this.dataChart.s9;
|
|
2342
2342
|
}
|
|
2343
2343
|
}
|
|
2344
2344
|
};
|
|
2345
|
-
FinancialChart.prototype.
|
|
2345
|
+
FinancialChart.prototype.ale = function (a, b, c, d) {
|
|
2346
2346
|
var e_15, _a;
|
|
2347
2347
|
if (a == null || b == null) {
|
|
2348
2348
|
return;
|
|
2349
2349
|
}
|
|
2350
2350
|
if (c != -1) {
|
|
2351
|
-
this.
|
|
2351
|
+
this.afe = true;
|
|
2352
2352
|
a.tp = new Rect(0, d, a.s9.top, c, a.s9.height);
|
|
2353
|
-
this.
|
|
2353
|
+
this.afe = false;
|
|
2354
2354
|
}
|
|
2355
2355
|
var e = 1.7976931348623157E+308;
|
|
2356
2356
|
var f = -1.7976931348623157E+308;
|
|
@@ -2395,41 +2395,41 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2395
2395
|
if (e == 1.7976931348623157E+308 || f == -1.7976931348623157E+308 || isNaN_(e) || isNaN_(f)) {
|
|
2396
2396
|
return;
|
|
2397
2397
|
}
|
|
2398
|
-
this.
|
|
2398
|
+
this.afe = true;
|
|
2399
2399
|
var p = new Rect(0, o, e, n, f - e);
|
|
2400
2400
|
a.tp = p;
|
|
2401
|
-
this.
|
|
2401
|
+
this.afe = false;
|
|
2402
2402
|
};
|
|
2403
|
-
FinancialChart.prototype.
|
|
2403
|
+
FinancialChart.prototype.ald = function (a) {
|
|
2404
2404
|
if (a == null) {
|
|
2405
2405
|
return;
|
|
2406
2406
|
}
|
|
2407
2407
|
if (a == this.dataChart) {
|
|
2408
|
-
this.
|
|
2408
|
+
this.ale(this.dataChart, this.yAxis, -1, -1);
|
|
2409
2409
|
if (this.volumeChart != null) {
|
|
2410
|
-
this.
|
|
2410
|
+
this.ale(this.volumeChart, this.volumeAxis, this.dataChart.s9.width, this.dataChart.s9.left);
|
|
2411
2411
|
}
|
|
2412
2412
|
}
|
|
2413
2413
|
else if (a == this.volumeChart) {
|
|
2414
|
-
this.
|
|
2415
|
-
this.
|
|
2414
|
+
this.ale(this.volumeChart, this.volumeAxis, -1, -1);
|
|
2415
|
+
this.ale(this.dataChart, this.yAxis, this.volumeChart.s9.width, this.volumeChart.s9.left);
|
|
2416
2416
|
}
|
|
2417
2417
|
};
|
|
2418
|
-
FinancialChart.prototype.
|
|
2418
|
+
FinancialChart.prototype.ak5 = function (a) {
|
|
2419
2419
|
var _this = this;
|
|
2420
|
-
this.
|
|
2420
|
+
this.sh(function () { return _this.ald(a); });
|
|
2421
2421
|
};
|
|
2422
|
-
FinancialChart.prototype.
|
|
2423
|
-
if (this.
|
|
2424
|
-
this.
|
|
2422
|
+
FinancialChart.prototype.akm = function (a, b) {
|
|
2423
|
+
if (this.afd) {
|
|
2424
|
+
this.ak5(a);
|
|
2425
2425
|
}
|
|
2426
2426
|
};
|
|
2427
|
-
FinancialChart.prototype.
|
|
2428
|
-
if (!this.
|
|
2427
|
+
FinancialChart.prototype.all = function () {
|
|
2428
|
+
if (!this.afl) {
|
|
2429
2429
|
return;
|
|
2430
2430
|
}
|
|
2431
|
-
this.
|
|
2432
|
-
if (this.
|
|
2431
|
+
this.aj8();
|
|
2432
|
+
if (this.adq == 0) {
|
|
2433
2433
|
this.zoomSliderChart = null;
|
|
2434
2434
|
}
|
|
2435
2435
|
else if (this.zoomSliderChart == null) {
|
|
@@ -2440,16 +2440,16 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2440
2440
|
})());
|
|
2441
2441
|
}
|
|
2442
2442
|
else {
|
|
2443
|
-
this.
|
|
2443
|
+
this.ak3();
|
|
2444
2444
|
}
|
|
2445
2445
|
};
|
|
2446
|
-
FinancialChart.prototype.
|
|
2447
|
-
var container_ = this.
|
|
2446
|
+
FinancialChart.prototype.aj8 = function () {
|
|
2447
|
+
var container_ = this.ag2.rootWrapper.getNativeElement();
|
|
2448
2448
|
var containerParent_ = container_.parentElement;
|
|
2449
|
-
if (this.
|
|
2450
|
-
this.
|
|
2449
|
+
if (this.aeu != null && containerParent_ != null && !this.afm) {
|
|
2450
|
+
this.afm = true;
|
|
2451
2451
|
if (TypeRegistrar.isRegistered("IgxZoomSliderComponent")) {
|
|
2452
|
-
var z_ = this.
|
|
2452
|
+
var z_ = this.aeu;
|
|
2453
2453
|
var f_ = this.externalObject;
|
|
2454
2454
|
var sliderComponent_ = TypeRegistrar.get("IgxZoomSliderComponent");
|
|
2455
2455
|
var sliderInstance_ = TypeRegistrar.create("IgxZoomSliderComponent");
|
|
@@ -2458,12 +2458,12 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2458
2458
|
}
|
|
2459
2459
|
}
|
|
2460
2460
|
};
|
|
2461
|
-
FinancialChart.prototype.
|
|
2461
|
+
FinancialChart.prototype.alf = function () {
|
|
2462
2462
|
var _this = this;
|
|
2463
|
-
if (this.
|
|
2463
|
+
if (this.adl != 1) {
|
|
2464
2464
|
return;
|
|
2465
2465
|
}
|
|
2466
|
-
this.
|
|
2466
|
+
this.aar(function (a) {
|
|
2467
2467
|
var e_16, _a;
|
|
2468
2468
|
var b;
|
|
2469
2469
|
b = a.breaks;
|
|
@@ -2492,24 +2492,24 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2492
2492
|
}
|
|
2493
2493
|
});
|
|
2494
2494
|
};
|
|
2495
|
-
FinancialChart.prototype.
|
|
2496
|
-
_super.prototype.
|
|
2497
|
-
if (this.
|
|
2498
|
-
if (this.
|
|
2499
|
-
this.
|
|
2495
|
+
FinancialChart.prototype.s2 = function (a, b, c) {
|
|
2496
|
+
_super.prototype.s2.call(this, a, b, c);
|
|
2497
|
+
if (this.bb.dataSeries.count > 0) {
|
|
2498
|
+
if (this.adl == 1 && stringIsNullOrEmpty(this.k7)) {
|
|
2499
|
+
this.b1.setXMemberPath(a, c.getMemberPathFor(17));
|
|
2500
2500
|
}
|
|
2501
|
-
if (stringIsNullOrEmpty(this.
|
|
2502
|
-
this.
|
|
2501
|
+
if (stringIsNullOrEmpty(this.k9)) {
|
|
2502
|
+
this.b1.setYMemberPath(a, this.ah4(c));
|
|
2503
2503
|
}
|
|
2504
|
-
if (stringIsNullOrEmpty(this.
|
|
2505
|
-
this.
|
|
2504
|
+
if (stringIsNullOrEmpty(this.k3)) {
|
|
2505
|
+
this.b1.setLabelMemberPath(a, this.ah4(c));
|
|
2506
2506
|
}
|
|
2507
|
-
if (stringIsNullOrEmpty(this.
|
|
2508
|
-
this.
|
|
2507
|
+
if (stringIsNullOrEmpty(this.k0)) {
|
|
2508
|
+
this.b1.setContentMemberPath(a, this.ah4(c));
|
|
2509
2509
|
}
|
|
2510
2510
|
}
|
|
2511
2511
|
};
|
|
2512
|
-
FinancialChart.prototype.
|
|
2512
|
+
FinancialChart.prototype.ah3 = function (a) {
|
|
2513
2513
|
switch (a) {
|
|
2514
2514
|
case 0: return "Absolute Volume Oscillator";
|
|
2515
2515
|
case 1: return "Accumulation/Distribution Indicator";
|
|
@@ -2548,27 +2548,27 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2548
2548
|
default: return "Unknown";
|
|
2549
2549
|
}
|
|
2550
2550
|
};
|
|
2551
|
-
FinancialChart.prototype.
|
|
2551
|
+
FinancialChart.prototype.aan = function (a) {
|
|
2552
2552
|
var e_17, _a;
|
|
2553
2553
|
var _this = this;
|
|
2554
|
-
_super.prototype.
|
|
2554
|
+
_super.prototype.aan.call(this, a);
|
|
2555
2555
|
var b = a;
|
|
2556
|
-
this.
|
|
2556
|
+
this.akv(b);
|
|
2557
2557
|
if (a.bf != null) {
|
|
2558
2558
|
try {
|
|
2559
2559
|
for (var _b = tslib_1.__values(fromEnum(a.bf.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
2560
2560
|
var c = _c.value;
|
|
2561
|
-
if (this.
|
|
2562
|
-
this.
|
|
2561
|
+
if (this.ae6(c)) {
|
|
2562
|
+
this.ad0.setXAxis(c, b);
|
|
2563
2563
|
}
|
|
2564
|
-
else if (this.
|
|
2565
|
-
this.
|
|
2564
|
+
else if (this.afa(c)) {
|
|
2565
|
+
this.ady.setXAxis(c, b);
|
|
2566
2566
|
}
|
|
2567
|
-
else if (this.
|
|
2568
|
-
this.
|
|
2567
|
+
else if (this.ae7(c)) {
|
|
2568
|
+
this.ad2.setXAxis(c, b);
|
|
2569
2569
|
}
|
|
2570
|
-
else if (this.
|
|
2571
|
-
this.
|
|
2570
|
+
else if (this.ae9(c)) {
|
|
2571
|
+
this.ad7.setXAxis(c, b);
|
|
2572
2572
|
}
|
|
2573
2573
|
}
|
|
2574
2574
|
}
|
|
@@ -2586,42 +2586,42 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2586
2586
|
}
|
|
2587
2587
|
}
|
|
2588
2588
|
}
|
|
2589
|
-
this.
|
|
2590
|
-
d.zoomMaximumCategoryRange = _this.
|
|
2591
|
-
d.zoomMaximumItemSpan = _this.
|
|
2592
|
-
d.zoomToCategoryRange = _this.
|
|
2593
|
-
d.zoomToCategoryStart = _this.
|
|
2594
|
-
d.zoomToItemSpan = _this.
|
|
2589
|
+
this.akz(function (d) {
|
|
2590
|
+
d.zoomMaximumCategoryRange = _this.agm;
|
|
2591
|
+
d.zoomMaximumItemSpan = _this.agn;
|
|
2592
|
+
d.zoomToCategoryRange = _this.ago;
|
|
2593
|
+
d.zoomToCategoryStart = _this.agp;
|
|
2594
|
+
d.zoomToItemSpan = _this.agq;
|
|
2595
2595
|
});
|
|
2596
2596
|
var d = a == this.zoomSliderXAxis;
|
|
2597
2597
|
if (d) {
|
|
2598
|
-
a.jv = this.
|
|
2599
|
-
a.eq = this.
|
|
2600
|
-
this.
|
|
2598
|
+
a.jv = this.alr;
|
|
2599
|
+
a.eq = this.agx;
|
|
2600
|
+
this.aal(a, function (e) { return e.visibility = 1; });
|
|
2601
2601
|
}
|
|
2602
2602
|
var e = a;
|
|
2603
|
-
e.minimumValue = this.
|
|
2604
|
-
e.maximumValue = this.
|
|
2605
|
-
a.b0 = this.
|
|
2603
|
+
e.minimumValue = this.afy;
|
|
2604
|
+
e.maximumValue = this.afx;
|
|
2605
|
+
a.b0 = this.afg;
|
|
2606
2606
|
};
|
|
2607
|
-
FinancialChart.prototype.
|
|
2607
|
+
FinancialChart.prototype.aap = function (a) {
|
|
2608
2608
|
var e_18, _a;
|
|
2609
|
-
_super.prototype.
|
|
2609
|
+
_super.prototype.aap.call(this, a);
|
|
2610
2610
|
if (a.bf != null && a == this.yAxis) {
|
|
2611
2611
|
try {
|
|
2612
2612
|
for (var _b = tslib_1.__values(fromEnum(a.bf.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
2613
2613
|
var b = _c.value;
|
|
2614
|
-
if (this.
|
|
2615
|
-
this.
|
|
2614
|
+
if (this.ae6(b)) {
|
|
2615
|
+
this.ad0.setYAxis(b, this.yAxis);
|
|
2616
2616
|
}
|
|
2617
|
-
else if (this.
|
|
2618
|
-
this.
|
|
2617
|
+
else if (this.afa(b)) {
|
|
2618
|
+
this.ady.setYAxis(b, this.yAxis);
|
|
2619
2619
|
}
|
|
2620
|
-
else if (this.
|
|
2621
|
-
this.
|
|
2620
|
+
else if (this.ae7(b)) {
|
|
2621
|
+
this.ad2.setYAxis(b, this.yAxis);
|
|
2622
2622
|
}
|
|
2623
|
-
else if (this.
|
|
2624
|
-
this.
|
|
2623
|
+
else if (this.ae9(b)) {
|
|
2624
|
+
this.ad7.setYAxis(b, this.yAxis);
|
|
2625
2625
|
}
|
|
2626
2626
|
}
|
|
2627
2627
|
}
|
|
@@ -2639,45 +2639,45 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2639
2639
|
}
|
|
2640
2640
|
}
|
|
2641
2641
|
}
|
|
2642
|
-
a.k8 = this.
|
|
2643
|
-
a.l3 = this.
|
|
2644
|
-
a.l2 = this.
|
|
2642
|
+
a.k8 = this.afh;
|
|
2643
|
+
a.l3 = this.agv;
|
|
2644
|
+
a.l2 = this.agu;
|
|
2645
2645
|
if (a == this.yAxis) {
|
|
2646
|
-
a.lz = this.
|
|
2646
|
+
a.lz = this.agt;
|
|
2647
2647
|
}
|
|
2648
2648
|
var c = a == this.zoomSliderAxis;
|
|
2649
2649
|
if (c) {
|
|
2650
|
-
this.
|
|
2650
|
+
this.aal(a, function (d) { return d.visibility = 1; });
|
|
2651
2651
|
}
|
|
2652
|
-
a.b0 = this.
|
|
2652
|
+
a.b0 = this.afi;
|
|
2653
2653
|
};
|
|
2654
|
-
FinancialChart.prototype.
|
|
2654
|
+
FinancialChart.prototype.akv = function (a) {
|
|
2655
2655
|
a.itemsSource = this.dataChart != null && this.dataChart.series.count > 0 ? this.dataChart.series._inner[0].itemsSource : null;
|
|
2656
|
-
a.fz = XYChart.
|
|
2657
|
-
if (this.
|
|
2658
|
-
var b = this.
|
|
2656
|
+
a.fz = XYChart.ya(a, this.bb.dataSeries);
|
|
2657
|
+
if (this.bb.dataSeries.count > 0) {
|
|
2658
|
+
var b = this.bb.dataSeries._inner[0].getMemberPathFor(17);
|
|
2659
2659
|
a.hx(b);
|
|
2660
2660
|
}
|
|
2661
2661
|
};
|
|
2662
|
-
FinancialChart.prototype.
|
|
2663
|
-
_super.prototype.
|
|
2662
|
+
FinancialChart.prototype.rs = function (a, b) {
|
|
2663
|
+
_super.prototype.rs.call(this, a, b);
|
|
2664
2664
|
if (a == null) {
|
|
2665
2665
|
return;
|
|
2666
2666
|
}
|
|
2667
2667
|
var c = this.zoomSliderChart == a.cb;
|
|
2668
2668
|
var d = this.dataChart != null && this.dataChart.series.contains(a);
|
|
2669
2669
|
if ((d || c) && a.d4) {
|
|
2670
|
-
a.mq(this.
|
|
2670
|
+
a.mq(this.acn != null ? ArrayExtension.getModulus$1(Brush.$, this.acn, b) : null, this.aco != null ? ArrayExtension.getModulus$1(Brush.$, this.aco, b) : null);
|
|
2671
2671
|
}
|
|
2672
|
-
var e = this.
|
|
2673
|
-
if (this.
|
|
2674
|
-
a.o7 = this.
|
|
2675
|
-
a.pc = this.
|
|
2676
|
-
a.g1 = this.
|
|
2672
|
+
var e = this.ae7(a);
|
|
2673
|
+
if (this.ae9(a)) {
|
|
2674
|
+
a.o7 = this.acp != null ? ArrayExtension.getModulus$1(Brush.$, this.acp, b) : null;
|
|
2675
|
+
a.pc = this.acq != null ? ArrayExtension.getModulus$1(Brush.$, this.acq, b) : null;
|
|
2676
|
+
a.g1 = this.agj;
|
|
2677
2677
|
}
|
|
2678
2678
|
else if (e) {
|
|
2679
|
-
a.o7 = this.
|
|
2680
|
-
a.g1 = this.
|
|
2679
|
+
a.o7 = this.acl != null ? ArrayExtension.getModulus$1(Brush.$, this.acl, b) : null;
|
|
2680
|
+
a.g1 = this.agh;
|
|
2681
2681
|
}
|
|
2682
2682
|
else if (!a.dc && (d || c)) {
|
|
2683
2683
|
a.o7 = this.aa != null ? ArrayExtension.getModulus$1(Brush.$, this.aa, b) : null;
|
|
@@ -2685,36 +2685,36 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2685
2685
|
}
|
|
2686
2686
|
var f = this.volumeChart != null && this.volumeChart == a.cb;
|
|
2687
2687
|
if (f) {
|
|
2688
|
-
a.g1 = this.
|
|
2688
|
+
a.g1 = this.agl;
|
|
2689
2689
|
}
|
|
2690
|
-
a.legend = c || f || e || !a.isUsableInLegend ? null : this.legend != null ? this.legend : this.
|
|
2690
|
+
a.legend = c || f || e || !a.isUsableInLegend ? null : this.legend != null ? this.legend : this.ae8 ? this.adw : null;
|
|
2691
2691
|
};
|
|
2692
|
-
FinancialChart.prototype.
|
|
2692
|
+
FinancialChart.prototype.sd = function (a, b, c) {
|
|
2693
2693
|
var e_19, _a, e_20, _b;
|
|
2694
2694
|
var _this = this;
|
|
2695
|
-
_super.prototype.
|
|
2695
|
+
_super.prototype.sd.call(this, a, b, c);
|
|
2696
2696
|
switch (a) {
|
|
2697
2697
|
case "YAxisIsLogarithmic":
|
|
2698
|
-
this.yAxis.lg = this.
|
|
2698
|
+
this.yAxis.lg = this.afj;
|
|
2699
2699
|
if (this.volumeAxis != null) {
|
|
2700
|
-
this.volumeAxis.lg = this.
|
|
2700
|
+
this.volumeAxis.lg = this.afj;
|
|
2701
2701
|
}
|
|
2702
2702
|
if (this.zoomSliderAxis != null) {
|
|
2703
|
-
this.zoomSliderAxis.lg = this.
|
|
2703
|
+
this.zoomSliderAxis.lg = this.afj;
|
|
2704
2704
|
}
|
|
2705
2705
|
break;
|
|
2706
2706
|
case "YAxisLogarithmBase":
|
|
2707
|
-
this.yAxis.l7 = this.
|
|
2707
|
+
this.yAxis.l7 = this.ahh;
|
|
2708
2708
|
if (this.volumeAxis != null) {
|
|
2709
|
-
this.volumeAxis.l7 = this.
|
|
2709
|
+
this.volumeAxis.l7 = this.ahh;
|
|
2710
2710
|
}
|
|
2711
2711
|
if (this.zoomSliderAxis != null) {
|
|
2712
|
-
this.zoomSliderAxis.l7 = this.
|
|
2712
|
+
this.zoomSliderAxis.l7 = this.ahh;
|
|
2713
2713
|
}
|
|
2714
2714
|
break;
|
|
2715
2715
|
case "VolumeType":
|
|
2716
2716
|
var d = EnumUtil.getEnumValue(FinancialChartVolumeType_$type, b);
|
|
2717
|
-
if (this.
|
|
2717
|
+
if (this.adj == 0) {
|
|
2718
2718
|
this.volumeChart = null;
|
|
2719
2719
|
}
|
|
2720
2720
|
else if (this.volumeChart == null) {
|
|
@@ -2725,70 +2725,70 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2725
2725
|
})());
|
|
2726
2726
|
}
|
|
2727
2727
|
else {
|
|
2728
|
-
this.
|
|
2728
|
+
this.ak2();
|
|
2729
2729
|
}
|
|
2730
2730
|
break;
|
|
2731
2731
|
case "VolumeChart":
|
|
2732
|
-
this.
|
|
2732
|
+
this.alm(typeCast(XamDataChart.$, b), typeCast(XamDataChart.$, c));
|
|
2733
2733
|
break;
|
|
2734
2734
|
case "DataChart":
|
|
2735
2735
|
if (typeCast(XamDataChart.$, b) !== null) {
|
|
2736
2736
|
var e = b;
|
|
2737
|
-
e.gridAreaRectChanged = delegateRemove(e.gridAreaRectChanged, runOn(this, this.
|
|
2738
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
2739
|
-
e.seriesDataUpdated = delegateRemove(e.seriesDataUpdated, runOn(this, this.
|
|
2737
|
+
e.gridAreaRectChanged = delegateRemove(e.gridAreaRectChanged, runOn(this, this.akh));
|
|
2738
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.ake));
|
|
2739
|
+
e.seriesDataUpdated = delegateRemove(e.seriesDataUpdated, runOn(this, this.akm));
|
|
2740
2740
|
}
|
|
2741
2741
|
if (this.dataChart != null) {
|
|
2742
2742
|
var f = this.dataChart;
|
|
2743
|
-
f.gridAreaRectChanged = delegateCombine(f.gridAreaRectChanged, runOn(this, this.
|
|
2743
|
+
f.gridAreaRectChanged = delegateCombine(f.gridAreaRectChanged, runOn(this, this.akh));
|
|
2744
2744
|
var g = this.dataChart;
|
|
2745
|
-
g.actualWindowRectChanged = delegateCombine(g.actualWindowRectChanged, runOn(this, this.
|
|
2745
|
+
g.actualWindowRectChanged = delegateCombine(g.actualWindowRectChanged, runOn(this, this.ake));
|
|
2746
2746
|
var h = this.dataChart;
|
|
2747
|
-
h.seriesDataUpdated = delegateCombine(h.seriesDataUpdated, runOn(this, this.
|
|
2747
|
+
h.seriesDataUpdated = delegateCombine(h.seriesDataUpdated, runOn(this, this.akm));
|
|
2748
2748
|
}
|
|
2749
|
-
this.
|
|
2749
|
+
this.all();
|
|
2750
2750
|
break;
|
|
2751
2751
|
case "XAxisMode":
|
|
2752
|
-
this.xAxis = this.
|
|
2752
|
+
this.xAxis = this.acy(this.adl);
|
|
2753
2753
|
this.xAxis.name = "xAxis";
|
|
2754
|
-
this.volumeXAxis = this.
|
|
2754
|
+
this.volumeXAxis = this.acy(this.adl);
|
|
2755
2755
|
this.volumeXAxis.name = "volumeXAxis";
|
|
2756
|
-
this.indicatorXAxis = this.
|
|
2756
|
+
this.indicatorXAxis = this.acy(this.adl);
|
|
2757
2757
|
this.indicatorXAxis.name = "indicatorXAxis_0";
|
|
2758
|
-
this.zoomSliderXAxis = this.
|
|
2758
|
+
this.zoomSliderXAxis = this.acy(this.adl);
|
|
2759
2759
|
this.zoomSliderXAxis.name = "zoomSliderXAxis";
|
|
2760
|
-
this.
|
|
2761
|
-
this.
|
|
2762
|
-
if (this.
|
|
2763
|
-
this.
|
|
2760
|
+
this.aal(this.zoomSliderXAxis, function (i) { return i.visibility = 1; });
|
|
2761
|
+
this.aj5();
|
|
2762
|
+
if (this.adl == 1) {
|
|
2763
|
+
this.alf();
|
|
2764
2764
|
}
|
|
2765
2765
|
break;
|
|
2766
2766
|
case "YAxisMode":
|
|
2767
|
-
this.yAxis = this.
|
|
2767
|
+
this.yAxis = this.aec(this.adn);
|
|
2768
2768
|
this.yAxis.name = "yAxis";
|
|
2769
|
-
this.zoomSliderAxis = this.
|
|
2769
|
+
this.zoomSliderAxis = this.aec(this.adn);
|
|
2770
2770
|
this.zoomSliderAxis.name = "zoomSliderAxis";
|
|
2771
|
-
this.volumeAxis = this.
|
|
2771
|
+
this.volumeAxis = this.aec(this.adn);
|
|
2772
2772
|
this.volumeAxis.name = "volumeAxis";
|
|
2773
2773
|
break;
|
|
2774
2774
|
case "Toolbar":
|
|
2775
2775
|
var i = typeCast(FinancialChartToolbar.$, b);
|
|
2776
2776
|
if (i != null) {
|
|
2777
|
-
i.rangeChanged = delegateRemove(i.rangeChanged, runOn(this, this.
|
|
2778
|
-
i.indicatorTypesChanged = delegateRemove(i.indicatorTypesChanged, runOn(this, this.
|
|
2779
|
-
i.overlayTypesChanged = delegateRemove(i.overlayTypesChanged, runOn(this, this.
|
|
2777
|
+
i.rangeChanged = delegateRemove(i.rangeChanged, runOn(this, this.akl));
|
|
2778
|
+
i.indicatorTypesChanged = delegateRemove(i.indicatorTypesChanged, runOn(this, this.ako));
|
|
2779
|
+
i.overlayTypesChanged = delegateRemove(i.overlayTypesChanged, runOn(this, this.akp));
|
|
2780
2780
|
}
|
|
2781
|
-
if (this.
|
|
2782
|
-
this.
|
|
2783
|
-
this.
|
|
2784
|
-
this.
|
|
2785
|
-
this.
|
|
2786
|
-
var j = this.
|
|
2787
|
-
j.rangeChanged = delegateCombine(j.rangeChanged, runOn(this, this.
|
|
2788
|
-
var k = this.
|
|
2789
|
-
k.indicatorTypesChanged = delegateCombine(k.indicatorTypesChanged, runOn(this, this.
|
|
2790
|
-
var l = this.
|
|
2791
|
-
l.overlayTypesChanged = delegateCombine(l.overlayTypesChanged, runOn(this, this.
|
|
2781
|
+
if (this.adc != null) {
|
|
2782
|
+
this.adc.ae = this.ads;
|
|
2783
|
+
this.adc.ag = this.adu;
|
|
2784
|
+
this.adc.u = this.ac9;
|
|
2785
|
+
this.alj(true);
|
|
2786
|
+
var j = this.adc;
|
|
2787
|
+
j.rangeChanged = delegateCombine(j.rangeChanged, runOn(this, this.akl));
|
|
2788
|
+
var k = this.adc;
|
|
2789
|
+
k.indicatorTypesChanged = delegateCombine(k.indicatorTypesChanged, runOn(this, this.ako));
|
|
2790
|
+
var l = this.adc;
|
|
2791
|
+
l.overlayTypesChanged = delegateCombine(l.overlayTypesChanged, runOn(this, this.akp));
|
|
2792
2792
|
}
|
|
2793
2793
|
break;
|
|
2794
2794
|
case "XAxis":
|
|
@@ -2800,47 +2800,47 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2800
2800
|
}
|
|
2801
2801
|
var n = typeCast(ITimeRangeSelectorAxis_$type, b);
|
|
2802
2802
|
if (n != null) {
|
|
2803
|
-
n.visibleRangeChanged = delegateRemove(n.visibleRangeChanged, runOn(this, this.
|
|
2803
|
+
n.visibleRangeChanged = delegateRemove(n.visibleRangeChanged, runOn(this, this.aks));
|
|
2804
2804
|
}
|
|
2805
2805
|
if (this.dataChart != null) {
|
|
2806
2806
|
this.dataChart.axes.add(this.xAxis);
|
|
2807
2807
|
}
|
|
2808
|
-
if (this.
|
|
2809
|
-
this.
|
|
2810
|
-
this.
|
|
2808
|
+
if (this.e9) {
|
|
2809
|
+
this.aan(this.xAxis);
|
|
2810
|
+
this.ra();
|
|
2811
2811
|
}
|
|
2812
|
-
this.
|
|
2813
|
-
this.
|
|
2814
|
-
this.
|
|
2812
|
+
this.alj(false);
|
|
2813
|
+
this.alk();
|
|
2814
|
+
this.ak6();
|
|
2815
2815
|
var o = this.xAxis;
|
|
2816
|
-
o.visibleRangeChanged = delegateCombine(o.visibleRangeChanged, runOn(this, this.
|
|
2816
|
+
o.visibleRangeChanged = delegateCombine(o.visibleRangeChanged, runOn(this, this.aks));
|
|
2817
2817
|
break;
|
|
2818
2818
|
case "XAxisZoomMaximumCategoryRange":
|
|
2819
|
-
this.
|
|
2819
|
+
this.akz(function (p) { return p.zoomMaximumCategoryRange = _this.agm; });
|
|
2820
2820
|
break;
|
|
2821
2821
|
case "XAxisZoomMaximumItemSpan":
|
|
2822
|
-
this.
|
|
2822
|
+
this.akz(function (p) { return p.zoomMaximumItemSpan = _this.agn; });
|
|
2823
2823
|
break;
|
|
2824
2824
|
case "XAxisZoomToCategoryRange":
|
|
2825
|
-
this.
|
|
2825
|
+
this.akz(function (p) { return p.zoomToCategoryRange = _this.ago; });
|
|
2826
2826
|
break;
|
|
2827
2827
|
case "XAxisZoomToCategoryStart":
|
|
2828
|
-
this.
|
|
2828
|
+
this.akz(function (p) { return p.zoomToCategoryStart = _this.agp; });
|
|
2829
2829
|
break;
|
|
2830
2830
|
case "XAxisZoomToItemSpan":
|
|
2831
|
-
this.
|
|
2831
|
+
this.akz(function (p) { return p.zoomToItemSpan = _this.agq; });
|
|
2832
2832
|
break;
|
|
2833
2833
|
case "ChartType":
|
|
2834
|
-
this.
|
|
2834
|
+
this.sx();
|
|
2835
2835
|
break;
|
|
2836
2836
|
case "VolumeXAxis":
|
|
2837
|
-
this.
|
|
2837
|
+
this.alc(this.volumeChart, typeCast(Axis.$, b), this.volumeXAxis);
|
|
2838
2838
|
break;
|
|
2839
2839
|
case "ZoomSliderXAxis":
|
|
2840
|
-
this.
|
|
2840
|
+
this.alc(this.zoomSliderChart, typeCast(Axis.$, b), this.zoomSliderXAxis);
|
|
2841
2841
|
break;
|
|
2842
2842
|
case "IndicatorXAxis":
|
|
2843
|
-
this.
|
|
2843
|
+
this.alg();
|
|
2844
2844
|
break;
|
|
2845
2845
|
case "YAxis":
|
|
2846
2846
|
var p = typeCast(NumericYAxis.$, b);
|
|
@@ -2852,12 +2852,12 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2852
2852
|
if (this.dataChart != null) {
|
|
2853
2853
|
this.dataChart.axes.add(this.yAxis);
|
|
2854
2854
|
}
|
|
2855
|
-
if (this.
|
|
2856
|
-
this.
|
|
2857
|
-
this.
|
|
2855
|
+
if (this.e9) {
|
|
2856
|
+
this.aap(this.yAxis);
|
|
2857
|
+
this.aap(this.yAxis);
|
|
2858
2858
|
}
|
|
2859
2859
|
var q = this.yAxis;
|
|
2860
|
-
q.rangeChanged = delegateCombine(q.rangeChanged, runOn(this, this.
|
|
2860
|
+
q.rangeChanged = delegateCombine(q.rangeChanged, runOn(this, this.akt));
|
|
2861
2861
|
break;
|
|
2862
2862
|
case "VolumeAxis":
|
|
2863
2863
|
var r = typeCast(Axis.$, b);
|
|
@@ -2866,13 +2866,13 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2866
2866
|
}
|
|
2867
2867
|
if (this.volumeChart != null && this.volumeAxis != null) {
|
|
2868
2868
|
this.volumeChart.axes.add(this.volumeAxis);
|
|
2869
|
-
this.
|
|
2869
|
+
this.ak2();
|
|
2870
2870
|
}
|
|
2871
|
-
if (this.
|
|
2872
|
-
this.
|
|
2871
|
+
if (this.e9) {
|
|
2872
|
+
this.aap(this.volumeAxis);
|
|
2873
2873
|
}
|
|
2874
2874
|
var s = this.volumeAxis;
|
|
2875
|
-
s.rangeChanged = delegateCombine(s.rangeChanged, runOn(this, this.
|
|
2875
|
+
s.rangeChanged = delegateCombine(s.rangeChanged, runOn(this, this.akt));
|
|
2876
2876
|
break;
|
|
2877
2877
|
case "IndicatorAxis":
|
|
2878
2878
|
if (this.indicatorCharts != null) {
|
|
@@ -2923,8 +2923,8 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2923
2923
|
if (t == 0) {
|
|
2924
2924
|
y = this.indicatorAxis;
|
|
2925
2925
|
}
|
|
2926
|
-
else if (this.
|
|
2927
|
-
y = this.
|
|
2926
|
+
else if (this.adn == 1) {
|
|
2927
|
+
y = this.aec(this.adn);
|
|
2928
2928
|
}
|
|
2929
2929
|
else if (typeCast(NumericYAxis.$, this.indicatorAxis) !== null) {
|
|
2930
2930
|
y = new NumericYAxis();
|
|
@@ -2932,21 +2932,21 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2932
2932
|
if (y != null) {
|
|
2933
2933
|
u.axes.add(y);
|
|
2934
2934
|
}
|
|
2935
|
-
if (this.
|
|
2936
|
-
this.
|
|
2935
|
+
if (this.e9) {
|
|
2936
|
+
this.aap(y);
|
|
2937
2937
|
}
|
|
2938
2938
|
}
|
|
2939
2939
|
}
|
|
2940
2940
|
break;
|
|
2941
2941
|
case "IsWindowSyncedToVisibleRange":
|
|
2942
2942
|
if (this.dataChart != null) {
|
|
2943
|
-
this.dataChart.un = this.
|
|
2943
|
+
this.dataChart.un = this.fy && this.fx;
|
|
2944
2944
|
}
|
|
2945
2945
|
if (this.volumeChart != null) {
|
|
2946
|
-
this.volumeChart.un = this.
|
|
2946
|
+
this.volumeChart.un = this.fy && this.fx;
|
|
2947
2947
|
}
|
|
2948
|
-
if (this.
|
|
2949
|
-
this.
|
|
2948
|
+
if (this.afd) {
|
|
2949
|
+
this.ald(this.dataChart);
|
|
2950
2950
|
}
|
|
2951
2951
|
else {
|
|
2952
2952
|
this.volumeChart.vu = 1;
|
|
@@ -2955,132 +2955,132 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2955
2955
|
case "IndicatorTypes":
|
|
2956
2956
|
var z = typeCast(ObservableCollection$1.$.specialize(FinancialIndicatorType_$type), b);
|
|
2957
2957
|
if (z != null) {
|
|
2958
|
-
z.collectionChanged = delegateRemove(z.collectionChanged, runOn(this, this.
|
|
2958
|
+
z.collectionChanged = delegateRemove(z.collectionChanged, runOn(this, this.aki));
|
|
2959
2959
|
}
|
|
2960
2960
|
var aa = typeCast(ObservableCollection$1.$.specialize(FinancialIndicatorType_$type), c);
|
|
2961
2961
|
if (aa != null) {
|
|
2962
|
-
aa.collectionChanged = delegateCombine(aa.collectionChanged, runOn(this, this.
|
|
2962
|
+
aa.collectionChanged = delegateCombine(aa.collectionChanged, runOn(this, this.aki));
|
|
2963
2963
|
}
|
|
2964
|
-
this.
|
|
2964
|
+
this.alg();
|
|
2965
2965
|
break;
|
|
2966
2966
|
case "OverlayTypes":
|
|
2967
2967
|
var ab = typeCast(ObservableCollection$1.$.specialize(FinancialOverlayType_$type), b);
|
|
2968
2968
|
if (ab != null) {
|
|
2969
|
-
ab.collectionChanged = delegateRemove(ab.collectionChanged, runOn(this, this.
|
|
2969
|
+
ab.collectionChanged = delegateRemove(ab.collectionChanged, runOn(this, this.akj));
|
|
2970
2970
|
}
|
|
2971
2971
|
var ac = typeCast(ObservableCollection$1.$.specialize(FinancialOverlayType_$type), c);
|
|
2972
2972
|
if (ac != null) {
|
|
2973
|
-
ac.collectionChanged = delegateCombine(ac.collectionChanged, runOn(this, this.
|
|
2973
|
+
ac.collectionChanged = delegateCombine(ac.collectionChanged, runOn(this, this.akj));
|
|
2974
2974
|
}
|
|
2975
|
-
this.
|
|
2975
|
+
this.ali();
|
|
2976
2976
|
break;
|
|
2977
2977
|
case "YAxisAbbreviateLargeNumbers":
|
|
2978
|
-
this.
|
|
2978
|
+
this.aaw(function (ad) { return ad.k8 = _this.afh; });
|
|
2979
2979
|
break;
|
|
2980
2980
|
case "YAxisMinimumValue":
|
|
2981
|
-
this.
|
|
2981
|
+
this.aax(function (ad) { return ad.l3 = _this.agv; }, false);
|
|
2982
2982
|
break;
|
|
2983
2983
|
case "YAxisMaximumValue":
|
|
2984
|
-
this.
|
|
2984
|
+
this.aax(function (ad) { return ad.l2 = _this.agu; }, false);
|
|
2985
2985
|
break;
|
|
2986
2986
|
case "YAxisInterval":
|
|
2987
|
-
this.
|
|
2987
|
+
this.aax(function (ad) { return ad.lz = _this.agt; }, false);
|
|
2988
2988
|
break;
|
|
2989
2989
|
case "Thickness":
|
|
2990
2990
|
case "ZoomSliderType":
|
|
2991
|
-
this.
|
|
2991
|
+
this.all();
|
|
2992
2992
|
break;
|
|
2993
2993
|
case "ZoomSliderChart":
|
|
2994
|
-
if (!this.
|
|
2994
|
+
if (!this.afk) {
|
|
2995
2995
|
return;
|
|
2996
2996
|
}
|
|
2997
|
-
this.
|
|
2997
|
+
this.alo(typeCast(XamDataChart.$, b), typeCast(XamDataChart.$, c));
|
|
2998
2998
|
break;
|
|
2999
2999
|
case "NegativeBrushes":
|
|
3000
3000
|
case "NegativeOutlines":
|
|
3001
|
-
this.
|
|
3001
|
+
this.akb(function (ad, ae) {
|
|
3002
3002
|
if (ad.d4) {
|
|
3003
|
-
ad.mq(_this.
|
|
3003
|
+
ad.mq(_this.acn != null ? ArrayExtension.getModulus$1(Brush.$, _this.acn, ae) : null, _this.aco != null ? ArrayExtension.getModulus$1(Brush.$, _this.aco, ae) : null);
|
|
3004
3004
|
}
|
|
3005
3005
|
}, true);
|
|
3006
3006
|
break;
|
|
3007
3007
|
case "OverlayBrushes":
|
|
3008
|
-
this.
|
|
3008
|
+
this.aka(function (ad, ae) { return ad.o7 = _this.acp != null ? ArrayExtension.getModulus$1(Brush.$, _this.acp, ae) : null; });
|
|
3009
3009
|
break;
|
|
3010
3010
|
case "OverlayOutlines":
|
|
3011
|
-
this.
|
|
3011
|
+
this.aka(function (ad, ae) { return ad.pc = _this.acq != null ? ArrayExtension.getModulus$1(Brush.$, _this.acq, ae) : null; });
|
|
3012
3012
|
break;
|
|
3013
3013
|
case "OverlayThickness":
|
|
3014
|
-
this.
|
|
3014
|
+
this.aka(function (ad, ae) { return ad.g1 = _this.agj; });
|
|
3015
3015
|
break;
|
|
3016
3016
|
case "OverlayMultiplier":
|
|
3017
|
-
this.
|
|
3017
|
+
this.aka(function (ad, ae) { return _this.ad7.setMultiplier(ad, _this.agi); });
|
|
3018
3018
|
break;
|
|
3019
3019
|
case "VolumeBrushes":
|
|
3020
|
-
this.
|
|
3020
|
+
this.akc(function (ad, ae) { return ad.o7 = ArrayExtension.getModulus$1(Brush.$, _this.acr, ae); });
|
|
3021
3021
|
break;
|
|
3022
3022
|
case "VolumeOutlines":
|
|
3023
|
-
this.
|
|
3023
|
+
this.akc(function (ad, ae) { return ad.pc = ArrayExtension.getModulus$1(Brush.$, _this.acs, ae); });
|
|
3024
3024
|
break;
|
|
3025
3025
|
case "VolumeThickness":
|
|
3026
|
-
this.
|
|
3026
|
+
this.akc(function (ad, ae) { return ad.g1 = _this.agl; });
|
|
3027
3027
|
break;
|
|
3028
3028
|
case "IndicatorNegativeBrushes":
|
|
3029
|
-
this.
|
|
3029
|
+
this.aj9(function (ad, ae) { return _this.ad2.setNegativeBrush(ad, ArrayExtension.getModulus$1(Brush.$, _this.acm, ae)); });
|
|
3030
3030
|
break;
|
|
3031
3031
|
case "IndicatorBrushes":
|
|
3032
|
-
this.
|
|
3032
|
+
this.aj9(function (ad, ae) { return ad.o7 = ArrayExtension.getModulus$1(Brush.$, _this.acl, ae); });
|
|
3033
3033
|
break;
|
|
3034
3034
|
case "IndicatorThickness":
|
|
3035
|
-
this.
|
|
3035
|
+
this.aj9(function (ad, ae) { return ad.g1 = _this.agh; });
|
|
3036
3036
|
break;
|
|
3037
3037
|
case "IndicatorDisplayTypes":
|
|
3038
|
-
this.
|
|
3038
|
+
this.aj9(function (ad, ae) { return _this.ad2.setDisplayType(ad, ArrayExtension.getModulus$1(IndicatorDisplayType_$type, _this.ad4, ae)); });
|
|
3039
3039
|
break;
|
|
3040
3040
|
case "IndicatorPeriod":
|
|
3041
|
-
this.
|
|
3042
|
-
if (_this.
|
|
3041
|
+
this.aj9(function (ad, ae) {
|
|
3042
|
+
if (_this.ahc == -2147483648) {
|
|
3043
3043
|
return;
|
|
3044
3044
|
}
|
|
3045
|
-
_this.
|
|
3045
|
+
_this.ad2.setPeriodOverride(ad, _this.ahc);
|
|
3046
3046
|
});
|
|
3047
3047
|
break;
|
|
3048
3048
|
case "IndicatorMultiplier":
|
|
3049
|
-
this.
|
|
3049
|
+
this.aj9(function (ad, ae) { return _this.ad2.setMultiplier(ad, _this.agg); });
|
|
3050
3050
|
break;
|
|
3051
3051
|
case "IndicatorSmoothingPeriod":
|
|
3052
|
-
this.
|
|
3052
|
+
this.aj9(function (ad, ae) { return _this.ad2.setSmoothingPeriod(ad, _this.ahf); });
|
|
3053
3053
|
break;
|
|
3054
3054
|
case "IndicatorShortPeriod":
|
|
3055
|
-
this.
|
|
3055
|
+
this.aj9(function (ad, ae) { return _this.ad2.setShortPeriod(ad, _this.ahd); });
|
|
3056
3056
|
break;
|
|
3057
3057
|
case "IndicatorLongPeriod":
|
|
3058
|
-
this.
|
|
3058
|
+
this.aj9(function (ad, ae) { return _this.ad2.setLongPeriod(ad, _this.ahb); });
|
|
3059
3059
|
break;
|
|
3060
3060
|
case "IndicatorSignalPeriod":
|
|
3061
|
-
this.
|
|
3061
|
+
this.aj9(function (ad, ae) { return _this.ad2.setSignalPeriod(ad, _this.ahe); });
|
|
3062
3062
|
break;
|
|
3063
3063
|
case "RangeSelectorOptions":
|
|
3064
3064
|
var ad = typeCast(FinancialChartRangeSelectorOptionCollection.$, b);
|
|
3065
3065
|
if (ad != null) {
|
|
3066
|
-
ad.collectionChanged = delegateRemove(ad.collectionChanged, runOn(this, this.
|
|
3066
|
+
ad.collectionChanged = delegateRemove(ad.collectionChanged, runOn(this, this.akk));
|
|
3067
3067
|
}
|
|
3068
|
-
if (this.
|
|
3069
|
-
var ae = this.
|
|
3070
|
-
ae.collectionChanged = delegateCombine(ae.collectionChanged, runOn(this, this.
|
|
3068
|
+
if (this.ada != null) {
|
|
3069
|
+
var ae = this.ada;
|
|
3070
|
+
ae.collectionChanged = delegateCombine(ae.collectionChanged, runOn(this, this.akk));
|
|
3071
3071
|
}
|
|
3072
|
-
this.
|
|
3072
|
+
this.ak6();
|
|
3073
3073
|
break;
|
|
3074
3074
|
case "CustomIndicatorNames":
|
|
3075
3075
|
var af = typeCast(ObservableCollection$1.$.specialize(String_$type), b);
|
|
3076
3076
|
if (af != null) {
|
|
3077
|
-
af.collectionChanged = delegateRemove(af.collectionChanged, runOn(this, this.
|
|
3077
|
+
af.collectionChanged = delegateRemove(af.collectionChanged, runOn(this, this.akg));
|
|
3078
3078
|
}
|
|
3079
3079
|
if (this.customIndicatorNames != null) {
|
|
3080
3080
|
var ag = this.customIndicatorNames;
|
|
3081
|
-
ag.collectionChanged = delegateCombine(ag.collectionChanged, runOn(this, this.
|
|
3081
|
+
ag.collectionChanged = delegateCombine(ag.collectionChanged, runOn(this, this.akg));
|
|
3082
3082
|
}
|
|
3083
|
-
this.
|
|
3083
|
+
this.alg();
|
|
3084
3084
|
break;
|
|
3085
3085
|
case "Legend":
|
|
3086
3086
|
if (this.zoomSliderChart != null) {
|
|
@@ -3088,40 +3088,40 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3088
3088
|
}
|
|
3089
3089
|
break;
|
|
3090
3090
|
case "Brushes":
|
|
3091
|
-
this.
|
|
3091
|
+
this.akb(function (ah, ai) { return ah.o7 = _this.aa != null ? ArrayExtension.getModulus$1(Brush.$, _this.aa, ai) : null; }, true);
|
|
3092
3092
|
break;
|
|
3093
3093
|
case "Outlines":
|
|
3094
|
-
this.
|
|
3094
|
+
this.akb(function (ah, ai) { return ah.pc = _this.ae != null ? ArrayExtension.getModulus$1(Brush.$, _this.ae, ai) : null; }, true);
|
|
3095
3095
|
break;
|
|
3096
3096
|
case "XAxisLabelVisibility":
|
|
3097
|
-
if (this.
|
|
3098
|
-
this.
|
|
3097
|
+
if (this.acb == 0 && this.zoomSliderXAxis != null) {
|
|
3098
|
+
this.aal(this.zoomSliderXAxis, function (ah) { return ah.visibility = 1; });
|
|
3099
3099
|
}
|
|
3100
|
-
this.
|
|
3100
|
+
this.aj5();
|
|
3101
3101
|
break;
|
|
3102
3102
|
case "YAxisLabelVisibility":
|
|
3103
|
-
if (this.
|
|
3103
|
+
if (this.acc != 0 || this.zoomSliderAxis == null) {
|
|
3104
3104
|
break;
|
|
3105
3105
|
}
|
|
3106
|
-
this.
|
|
3106
|
+
this.aal(this.zoomSliderAxis, function (ah) { return ah.visibility = 1; });
|
|
3107
3107
|
break;
|
|
3108
3108
|
case "ZoomSliderXAxisMajorStroke":
|
|
3109
|
-
this.zoomSliderXAxis.jv = this.
|
|
3109
|
+
this.zoomSliderXAxis.jv = this.alr;
|
|
3110
3110
|
break;
|
|
3111
3111
|
case "ZoomSliderXAxisMajorStrokeThickness":
|
|
3112
|
-
this.zoomSliderXAxis.eq = this.
|
|
3112
|
+
this.zoomSliderXAxis.eq = this.agx;
|
|
3113
3113
|
break;
|
|
3114
3114
|
case "FinancialChartLegend":
|
|
3115
3115
|
case "IsLegendVisible":
|
|
3116
|
-
var ah_1 = this.
|
|
3116
|
+
var ah_1 = this.ae8 && this.legend == null;
|
|
3117
3117
|
{
|
|
3118
3118
|
var ai = function (aj, ak) {
|
|
3119
3119
|
if (aj.isUsableInLegend) {
|
|
3120
|
-
aj.legend = ah_1 ? _this.
|
|
3120
|
+
aj.legend = ah_1 ? _this.adw : null;
|
|
3121
3121
|
}
|
|
3122
3122
|
};
|
|
3123
|
-
this.
|
|
3124
|
-
this.
|
|
3123
|
+
this.akb(ai, false);
|
|
3124
|
+
this.aka(ai);
|
|
3125
3125
|
}
|
|
3126
3126
|
break;
|
|
3127
3127
|
case "ZoomSliderAxis":
|
|
@@ -3132,330 +3132,330 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3132
3132
|
if (this.zoomSliderAxis != null) {
|
|
3133
3133
|
if (this.zoomSliderChart != null) {
|
|
3134
3134
|
this.zoomSliderChart.axes.add(this.zoomSliderAxis);
|
|
3135
|
-
this.
|
|
3135
|
+
this.ak3();
|
|
3136
3136
|
this.zoomSliderXAxis.itemsSource = this.xAxis.itemsSource;
|
|
3137
3137
|
}
|
|
3138
|
-
if (this.
|
|
3139
|
-
this.
|
|
3138
|
+
if (this.e9) {
|
|
3139
|
+
this.aap(this.zoomSliderAxis);
|
|
3140
3140
|
}
|
|
3141
|
-
this.
|
|
3141
|
+
this.aal(this.zoomSliderAxis, function (ak) { return ak.visibility = 1; });
|
|
3142
3142
|
}
|
|
3143
3143
|
break;
|
|
3144
3144
|
case "XAxisMinimumValue":
|
|
3145
|
-
this.
|
|
3145
|
+
this.aar(function (ak) {
|
|
3146
3146
|
var al = typeCast(ITimeRangeSelectorAxis_$type, ak);
|
|
3147
3147
|
if (al != null) {
|
|
3148
|
-
al.minimumValue = _this.
|
|
3148
|
+
al.minimumValue = _this.afy;
|
|
3149
3149
|
}
|
|
3150
3150
|
});
|
|
3151
3151
|
break;
|
|
3152
3152
|
case "XAxisMaximumValue":
|
|
3153
|
-
this.
|
|
3153
|
+
this.aar(function (ak) {
|
|
3154
3154
|
var al = typeCast(ITimeRangeSelectorAxis_$type, ak);
|
|
3155
3155
|
if (al != null) {
|
|
3156
|
-
al.maximumValue = _this.
|
|
3156
|
+
al.maximumValue = _this.afx;
|
|
3157
3157
|
}
|
|
3158
3158
|
});
|
|
3159
3159
|
break;
|
|
3160
|
-
case FinancialChart.
|
|
3161
|
-
this.
|
|
3160
|
+
case FinancialChart.ajc:
|
|
3161
|
+
this.aas(function (ak) { return ak.b0 = _this.afg; }, a);
|
|
3162
3162
|
break;
|
|
3163
|
-
case FinancialChart.
|
|
3164
|
-
this.
|
|
3163
|
+
case FinancialChart.ajn:
|
|
3164
|
+
this.aaw(function (ak) { return ak.b0 = _this.afi; });
|
|
3165
3165
|
break;
|
|
3166
3166
|
}
|
|
3167
3167
|
};
|
|
3168
|
-
FinancialChart.prototype.
|
|
3168
|
+
FinancialChart.prototype.get_bz = function () {
|
|
3169
3169
|
return 1;
|
|
3170
3170
|
};
|
|
3171
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3171
|
+
Object.defineProperty(FinancialChart.prototype, "bz", {
|
|
3172
3172
|
get: function () {
|
|
3173
|
-
return this.
|
|
3173
|
+
return this.get_bz();
|
|
3174
3174
|
},
|
|
3175
3175
|
enumerable: true,
|
|
3176
3176
|
configurable: true
|
|
3177
3177
|
});
|
|
3178
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3178
|
+
Object.defineProperty(FinancialChart.prototype, "afj", {
|
|
3179
3179
|
get: function () {
|
|
3180
|
-
return this.
|
|
3180
|
+
return this.ae1;
|
|
3181
3181
|
},
|
|
3182
3182
|
set: function (a) {
|
|
3183
|
-
var b = this.
|
|
3183
|
+
var b = this.afj;
|
|
3184
3184
|
if (a != b) {
|
|
3185
|
-
this.
|
|
3186
|
-
this.
|
|
3185
|
+
this.ae1 = a;
|
|
3186
|
+
this.sd("YAxisIsLogarithmic", b, this.afj);
|
|
3187
3187
|
}
|
|
3188
3188
|
},
|
|
3189
3189
|
enumerable: true,
|
|
3190
3190
|
configurable: true
|
|
3191
3191
|
});
|
|
3192
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3192
|
+
Object.defineProperty(FinancialChart.prototype, "ahh", {
|
|
3193
3193
|
get: function () {
|
|
3194
|
-
return this.
|
|
3194
|
+
return this.ag9;
|
|
3195
3195
|
},
|
|
3196
3196
|
set: function (a) {
|
|
3197
|
-
var b = this.
|
|
3197
|
+
var b = this.ahh;
|
|
3198
3198
|
if (a != b) {
|
|
3199
|
-
this.
|
|
3200
|
-
this.
|
|
3199
|
+
this.ag9 = a;
|
|
3200
|
+
this.sd("YAxisLogarithmBase", b, this.ahh);
|
|
3201
3201
|
}
|
|
3202
3202
|
},
|
|
3203
3203
|
enumerable: true,
|
|
3204
3204
|
configurable: true
|
|
3205
3205
|
});
|
|
3206
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3206
|
+
Object.defineProperty(FinancialChart.prototype, "agt", {
|
|
3207
3207
|
get: function () {
|
|
3208
|
-
return this.
|
|
3208
|
+
return this.aga;
|
|
3209
3209
|
},
|
|
3210
3210
|
set: function (a) {
|
|
3211
|
-
var b = this.
|
|
3211
|
+
var b = this.agt;
|
|
3212
3212
|
if (a != b) {
|
|
3213
|
-
this.
|
|
3214
|
-
this.
|
|
3213
|
+
this.aga = a;
|
|
3214
|
+
this.sd("YAxisInterval", b, this.agt);
|
|
3215
3215
|
}
|
|
3216
3216
|
},
|
|
3217
3217
|
enumerable: true,
|
|
3218
3218
|
configurable: true
|
|
3219
3219
|
});
|
|
3220
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3220
|
+
Object.defineProperty(FinancialChart.prototype, "agv", {
|
|
3221
3221
|
get: function () {
|
|
3222
|
-
return this.
|
|
3222
|
+
return this.agc;
|
|
3223
3223
|
},
|
|
3224
3224
|
set: function (a) {
|
|
3225
|
-
var b = this.
|
|
3225
|
+
var b = this.agv;
|
|
3226
3226
|
if (a != b) {
|
|
3227
|
-
this.
|
|
3228
|
-
this.
|
|
3227
|
+
this.agc = a;
|
|
3228
|
+
this.sd("YAxisMinimumValue", b, this.agv);
|
|
3229
3229
|
}
|
|
3230
3230
|
},
|
|
3231
3231
|
enumerable: true,
|
|
3232
3232
|
configurable: true
|
|
3233
3233
|
});
|
|
3234
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3234
|
+
Object.defineProperty(FinancialChart.prototype, "agu", {
|
|
3235
3235
|
get: function () {
|
|
3236
|
-
return this.
|
|
3236
|
+
return this.agb;
|
|
3237
3237
|
},
|
|
3238
3238
|
set: function (a) {
|
|
3239
|
-
var b = this.
|
|
3239
|
+
var b = this.agu;
|
|
3240
3240
|
if (a != b) {
|
|
3241
|
-
this.
|
|
3242
|
-
this.
|
|
3241
|
+
this.agb = a;
|
|
3242
|
+
this.sd("YAxisMaximumValue", b, this.agu);
|
|
3243
3243
|
}
|
|
3244
3244
|
},
|
|
3245
3245
|
enumerable: true,
|
|
3246
3246
|
configurable: true
|
|
3247
3247
|
});
|
|
3248
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3248
|
+
Object.defineProperty(FinancialChart.prototype, "agw", {
|
|
3249
3249
|
get: function () {
|
|
3250
|
-
return this.
|
|
3250
|
+
return this.agd;
|
|
3251
3251
|
},
|
|
3252
3252
|
set: function (a) {
|
|
3253
|
-
var b = this.
|
|
3253
|
+
var b = this.agw;
|
|
3254
3254
|
if (a != b) {
|
|
3255
|
-
this.
|
|
3256
|
-
this.
|
|
3255
|
+
this.agd = a;
|
|
3256
|
+
this.sd("YAxisMinorInterval", b, this.agw);
|
|
3257
3257
|
}
|
|
3258
3258
|
},
|
|
3259
3259
|
enumerable: true,
|
|
3260
3260
|
configurable: true
|
|
3261
3261
|
});
|
|
3262
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3262
|
+
Object.defineProperty(FinancialChart.prototype, "ags", {
|
|
3263
3263
|
get: function () {
|
|
3264
3264
|
return this.yAxis.lv;
|
|
3265
3265
|
},
|
|
3266
3266
|
enumerable: true,
|
|
3267
3267
|
configurable: true
|
|
3268
3268
|
});
|
|
3269
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3269
|
+
Object.defineProperty(FinancialChart.prototype, "agr", {
|
|
3270
3270
|
get: function () {
|
|
3271
3271
|
return this.yAxis.lu;
|
|
3272
3272
|
},
|
|
3273
3273
|
enumerable: true,
|
|
3274
3274
|
configurable: true
|
|
3275
3275
|
});
|
|
3276
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3276
|
+
Object.defineProperty(FinancialChart.prototype, "adj", {
|
|
3277
3277
|
get: function () {
|
|
3278
|
-
return this.
|
|
3278
|
+
return this.adh;
|
|
3279
3279
|
},
|
|
3280
3280
|
set: function (a) {
|
|
3281
|
-
var b = this.
|
|
3281
|
+
var b = this.adj;
|
|
3282
3282
|
if (a != b) {
|
|
3283
|
-
this.
|
|
3284
|
-
this.
|
|
3283
|
+
this.adh = a;
|
|
3284
|
+
this.sd("VolumeType", enumGetBox(FinancialChartVolumeType_$type, b), enumGetBox(FinancialChartVolumeType_$type, this.adj));
|
|
3285
3285
|
}
|
|
3286
3286
|
},
|
|
3287
3287
|
enumerable: true,
|
|
3288
3288
|
configurable: true
|
|
3289
3289
|
});
|
|
3290
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3290
|
+
Object.defineProperty(FinancialChart.prototype, "adl", {
|
|
3291
3291
|
get: function () {
|
|
3292
|
-
return this.
|
|
3292
|
+
return this.adk;
|
|
3293
3293
|
},
|
|
3294
3294
|
set: function (a) {
|
|
3295
|
-
var b = this.
|
|
3295
|
+
var b = this.adl;
|
|
3296
3296
|
if (a != b) {
|
|
3297
|
-
this.
|
|
3298
|
-
this.
|
|
3297
|
+
this.adk = a;
|
|
3298
|
+
this.sd("XAxisMode", enumGetBox(FinancialChartXAxisMode_$type, b), enumGetBox(FinancialChartXAxisMode_$type, this.adl));
|
|
3299
3299
|
}
|
|
3300
3300
|
},
|
|
3301
3301
|
enumerable: true,
|
|
3302
3302
|
configurable: true
|
|
3303
3303
|
});
|
|
3304
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3304
|
+
Object.defineProperty(FinancialChart.prototype, "agm", {
|
|
3305
3305
|
get: function () {
|
|
3306
|
-
return this.
|
|
3306
|
+
return this.af5;
|
|
3307
3307
|
},
|
|
3308
3308
|
set: function (a) {
|
|
3309
|
-
var b = this.
|
|
3309
|
+
var b = this.agm;
|
|
3310
3310
|
if (a != b) {
|
|
3311
|
-
this.
|
|
3312
|
-
this.
|
|
3311
|
+
this.af5 = a;
|
|
3312
|
+
this.sd("XAxisZoomMaximumCategoryRange", b, this.agm);
|
|
3313
3313
|
}
|
|
3314
3314
|
},
|
|
3315
3315
|
enumerable: true,
|
|
3316
3316
|
configurable: true
|
|
3317
3317
|
});
|
|
3318
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3318
|
+
Object.defineProperty(FinancialChart.prototype, "agp", {
|
|
3319
3319
|
get: function () {
|
|
3320
|
-
return this.
|
|
3320
|
+
return this.af8;
|
|
3321
3321
|
},
|
|
3322
3322
|
set: function (a) {
|
|
3323
|
-
var b = this.
|
|
3323
|
+
var b = this.agp;
|
|
3324
3324
|
if (a != b) {
|
|
3325
|
-
this.
|
|
3326
|
-
this.
|
|
3325
|
+
this.af8 = a;
|
|
3326
|
+
this.sd("XAxisZoomToCategoryStart", b, this.agp);
|
|
3327
3327
|
}
|
|
3328
3328
|
},
|
|
3329
3329
|
enumerable: true,
|
|
3330
3330
|
configurable: true
|
|
3331
3331
|
});
|
|
3332
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3332
|
+
Object.defineProperty(FinancialChart.prototype, "agn", {
|
|
3333
3333
|
get: function () {
|
|
3334
|
-
return this.
|
|
3334
|
+
return this.af6;
|
|
3335
3335
|
},
|
|
3336
3336
|
set: function (a) {
|
|
3337
|
-
var b = this.
|
|
3337
|
+
var b = this.agn;
|
|
3338
3338
|
if (a != b) {
|
|
3339
|
-
this.
|
|
3340
|
-
this.
|
|
3339
|
+
this.af6 = a;
|
|
3340
|
+
this.sd("XAxisZoomMaximumItemSpan", b, this.agn);
|
|
3341
3341
|
}
|
|
3342
3342
|
},
|
|
3343
3343
|
enumerable: true,
|
|
3344
3344
|
configurable: true
|
|
3345
3345
|
});
|
|
3346
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3346
|
+
Object.defineProperty(FinancialChart.prototype, "ago", {
|
|
3347
3347
|
get: function () {
|
|
3348
|
-
return this.
|
|
3348
|
+
return this.af7;
|
|
3349
3349
|
},
|
|
3350
3350
|
set: function (a) {
|
|
3351
|
-
var b = this.
|
|
3351
|
+
var b = this.ago;
|
|
3352
3352
|
if (a != b) {
|
|
3353
|
-
this.
|
|
3354
|
-
this.
|
|
3353
|
+
this.af7 = a;
|
|
3354
|
+
this.sd("XAxisZoomToCategoryRange", b, this.ago);
|
|
3355
3355
|
}
|
|
3356
3356
|
},
|
|
3357
3357
|
enumerable: true,
|
|
3358
3358
|
configurable: true
|
|
3359
3359
|
});
|
|
3360
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3360
|
+
Object.defineProperty(FinancialChart.prototype, "agq", {
|
|
3361
3361
|
get: function () {
|
|
3362
|
-
return this.
|
|
3362
|
+
return this.af9;
|
|
3363
3363
|
},
|
|
3364
3364
|
set: function (a) {
|
|
3365
|
-
var b = this.
|
|
3365
|
+
var b = this.agq;
|
|
3366
3366
|
if (a != b) {
|
|
3367
|
-
this.
|
|
3368
|
-
this.
|
|
3367
|
+
this.af9 = a;
|
|
3368
|
+
this.sd("XAxisZoomToItemSpan", b, this.agq);
|
|
3369
3369
|
}
|
|
3370
3370
|
},
|
|
3371
3371
|
enumerable: true,
|
|
3372
3372
|
configurable: true
|
|
3373
3373
|
});
|
|
3374
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3374
|
+
Object.defineProperty(FinancialChart.prototype, "adn", {
|
|
3375
3375
|
get: function () {
|
|
3376
|
-
return this.
|
|
3376
|
+
return this.adm;
|
|
3377
3377
|
},
|
|
3378
3378
|
set: function (a) {
|
|
3379
|
-
var b = this.
|
|
3379
|
+
var b = this.adn;
|
|
3380
3380
|
if (a != b) {
|
|
3381
|
-
this.
|
|
3382
|
-
this.
|
|
3381
|
+
this.adm = a;
|
|
3382
|
+
this.sd("YAxisMode", enumGetBox(FinancialChartYAxisMode_$type, b), enumGetBox(FinancialChartYAxisMode_$type, this.adn));
|
|
3383
3383
|
}
|
|
3384
3384
|
},
|
|
3385
3385
|
enumerable: true,
|
|
3386
3386
|
configurable: true
|
|
3387
3387
|
});
|
|
3388
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3388
|
+
Object.defineProperty(FinancialChart.prototype, "afc", {
|
|
3389
3389
|
get: function () {
|
|
3390
|
-
return this.
|
|
3390
|
+
return this.aew;
|
|
3391
3391
|
},
|
|
3392
3392
|
set: function (a) {
|
|
3393
|
-
var b = this.
|
|
3393
|
+
var b = this.afc;
|
|
3394
3394
|
if (a != b) {
|
|
3395
|
-
this.
|
|
3396
|
-
this.
|
|
3395
|
+
this.aew = a;
|
|
3396
|
+
this.sd("IsToolbarVisible", b, this.afc);
|
|
3397
3397
|
}
|
|
3398
3398
|
},
|
|
3399
3399
|
enumerable: true,
|
|
3400
3400
|
configurable: true
|
|
3401
3401
|
});
|
|
3402
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3402
|
+
Object.defineProperty(FinancialChart.prototype, "ade", {
|
|
3403
3403
|
get: function () {
|
|
3404
|
-
return this.
|
|
3404
|
+
return this.add;
|
|
3405
3405
|
},
|
|
3406
3406
|
set: function (a) {
|
|
3407
|
-
var b = this.
|
|
3407
|
+
var b = this.ade;
|
|
3408
3408
|
if (a != b) {
|
|
3409
|
-
this.
|
|
3410
|
-
this.
|
|
3409
|
+
this.add = a;
|
|
3410
|
+
this.sd("ChartType", enumGetBox(FinancialChartType_$type, b), enumGetBox(FinancialChartType_$type, this.ade));
|
|
3411
3411
|
}
|
|
3412
3412
|
},
|
|
3413
3413
|
enumerable: true,
|
|
3414
3414
|
configurable: true
|
|
3415
3415
|
});
|
|
3416
|
-
FinancialChart.prototype.
|
|
3417
|
-
return _super.prototype.
|
|
3416
|
+
FinancialChart.prototype.get_aa6 = function () {
|
|
3417
|
+
return _super.prototype.get_aa6.call(this);
|
|
3418
3418
|
};
|
|
3419
|
-
FinancialChart.prototype.
|
|
3420
|
-
_super.prototype.
|
|
3419
|
+
FinancialChart.prototype.set_aa6 = function (a) {
|
|
3420
|
+
_super.prototype.set_aa6.call(this, a);
|
|
3421
3421
|
};
|
|
3422
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3422
|
+
Object.defineProperty(FinancialChart.prototype, "afd", {
|
|
3423
3423
|
get: function () {
|
|
3424
|
-
return this.
|
|
3424
|
+
return this.aex;
|
|
3425
3425
|
},
|
|
3426
3426
|
set: function (a) {
|
|
3427
|
-
var b = this.
|
|
3427
|
+
var b = this.afd;
|
|
3428
3428
|
if (a != b) {
|
|
3429
|
-
this.
|
|
3430
|
-
this.
|
|
3429
|
+
this.aex = a;
|
|
3430
|
+
this.sd("IsWindowSyncedToVisibleRange", b, this.afd);
|
|
3431
3431
|
}
|
|
3432
3432
|
},
|
|
3433
3433
|
enumerable: true,
|
|
3434
3434
|
configurable: true
|
|
3435
3435
|
});
|
|
3436
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3436
|
+
Object.defineProperty(FinancialChart.prototype, "ads", {
|
|
3437
3437
|
get: function () {
|
|
3438
|
-
return this.
|
|
3438
|
+
return this.adr;
|
|
3439
3439
|
},
|
|
3440
3440
|
set: function (a) {
|
|
3441
|
-
var b = this.
|
|
3441
|
+
var b = this.ads;
|
|
3442
3442
|
if (a != b) {
|
|
3443
|
-
this.
|
|
3444
|
-
this.
|
|
3443
|
+
this.adr = a;
|
|
3444
|
+
this.sd("IndicatorTypes", b, this.ads);
|
|
3445
3445
|
}
|
|
3446
3446
|
},
|
|
3447
3447
|
enumerable: true,
|
|
3448
3448
|
configurable: true
|
|
3449
3449
|
});
|
|
3450
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3450
|
+
Object.defineProperty(FinancialChart.prototype, "adu", {
|
|
3451
3451
|
get: function () {
|
|
3452
|
-
return this.
|
|
3452
|
+
return this.adt;
|
|
3453
3453
|
},
|
|
3454
3454
|
set: function (a) {
|
|
3455
|
-
var b = this.
|
|
3455
|
+
var b = this.adu;
|
|
3456
3456
|
if (a != b) {
|
|
3457
|
-
this.
|
|
3458
|
-
this.
|
|
3457
|
+
this.adt = a;
|
|
3458
|
+
this.sd("OverlayTypes", b, this.adu);
|
|
3459
3459
|
}
|
|
3460
3460
|
},
|
|
3461
3461
|
enumerable: true,
|
|
@@ -3463,61 +3463,61 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3463
3463
|
});
|
|
3464
3464
|
Object.defineProperty(FinancialChart.prototype, "indicatorCharts", {
|
|
3465
3465
|
get: function () {
|
|
3466
|
-
return this.
|
|
3466
|
+
return this.afo;
|
|
3467
3467
|
},
|
|
3468
3468
|
set: function (a) {
|
|
3469
3469
|
var b = this.indicatorCharts;
|
|
3470
3470
|
if (a != b) {
|
|
3471
|
-
this.
|
|
3472
|
-
this.
|
|
3471
|
+
this.afo = a;
|
|
3472
|
+
this.sd("IndicatorCharts", b, this.indicatorCharts);
|
|
3473
3473
|
}
|
|
3474
3474
|
},
|
|
3475
3475
|
enumerable: true,
|
|
3476
3476
|
configurable: true
|
|
3477
3477
|
});
|
|
3478
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3478
|
+
Object.defineProperty(FinancialChart.prototype, "afh", {
|
|
3479
3479
|
get: function () {
|
|
3480
|
-
return this.
|
|
3480
|
+
return this.aez;
|
|
3481
3481
|
},
|
|
3482
3482
|
set: function (a) {
|
|
3483
|
-
var b = this.
|
|
3483
|
+
var b = this.afh;
|
|
3484
3484
|
if (a != b) {
|
|
3485
|
-
this.
|
|
3486
|
-
this.
|
|
3485
|
+
this.aez = a;
|
|
3486
|
+
this.sd("YAxisAbbreviateLargeNumbers", b, this.afh);
|
|
3487
3487
|
}
|
|
3488
3488
|
},
|
|
3489
3489
|
enumerable: true,
|
|
3490
3490
|
configurable: true
|
|
3491
3491
|
});
|
|
3492
|
-
FinancialChart.prototype.
|
|
3493
|
-
return _super.prototype.
|
|
3492
|
+
FinancialChart.prototype.get_ih = function () {
|
|
3493
|
+
return _super.prototype.get_ih.call(this);
|
|
3494
3494
|
};
|
|
3495
|
-
FinancialChart.prototype.
|
|
3496
|
-
_super.prototype.
|
|
3495
|
+
FinancialChart.prototype.set_ih = function (a) {
|
|
3496
|
+
_super.prototype.set_ih.call(this, a);
|
|
3497
3497
|
};
|
|
3498
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3498
|
+
Object.defineProperty(FinancialChart.prototype, "afg", {
|
|
3499
3499
|
get: function () {
|
|
3500
|
-
return this.
|
|
3500
|
+
return this.aey;
|
|
3501
3501
|
},
|
|
3502
3502
|
set: function (a) {
|
|
3503
|
-
var b = this.
|
|
3503
|
+
var b = this.afg;
|
|
3504
3504
|
if (a != b) {
|
|
3505
|
-
this.
|
|
3506
|
-
this.
|
|
3505
|
+
this.aey = a;
|
|
3506
|
+
this.sd(FinancialChart.ajc, b, this.afg);
|
|
3507
3507
|
}
|
|
3508
3508
|
},
|
|
3509
3509
|
enumerable: true,
|
|
3510
3510
|
configurable: true
|
|
3511
3511
|
});
|
|
3512
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3512
|
+
Object.defineProperty(FinancialChart.prototype, "afi", {
|
|
3513
3513
|
get: function () {
|
|
3514
|
-
return this.
|
|
3514
|
+
return this.ae0;
|
|
3515
3515
|
},
|
|
3516
3516
|
set: function (a) {
|
|
3517
|
-
var b = this.
|
|
3517
|
+
var b = this.afi;
|
|
3518
3518
|
if (a != b) {
|
|
3519
|
-
this.
|
|
3520
|
-
this.
|
|
3519
|
+
this.ae0 = a;
|
|
3520
|
+
this.sd(FinancialChart.ajn, b, this.afi);
|
|
3521
3521
|
}
|
|
3522
3522
|
},
|
|
3523
3523
|
enumerable: true,
|
|
@@ -3525,13 +3525,13 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3525
3525
|
});
|
|
3526
3526
|
Object.defineProperty(FinancialChart.prototype, "zoomSliderChart", {
|
|
3527
3527
|
get: function () {
|
|
3528
|
-
return this.
|
|
3528
|
+
return this.aeq;
|
|
3529
3529
|
},
|
|
3530
3530
|
set: function (a) {
|
|
3531
3531
|
var b = this.zoomSliderChart;
|
|
3532
3532
|
if (a != b) {
|
|
3533
|
-
this.
|
|
3534
|
-
this.
|
|
3533
|
+
this.aeq = a;
|
|
3534
|
+
this.sd("ZoomSliderChart", b, this.zoomSliderChart);
|
|
3535
3535
|
}
|
|
3536
3536
|
},
|
|
3537
3537
|
enumerable: true,
|
|
@@ -3539,13 +3539,13 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3539
3539
|
});
|
|
3540
3540
|
Object.defineProperty(FinancialChart.prototype, "zoomSliderAxis", {
|
|
3541
3541
|
get: function () {
|
|
3542
|
-
return this.
|
|
3542
|
+
return this.aeb;
|
|
3543
3543
|
},
|
|
3544
3544
|
set: function (a) {
|
|
3545
3545
|
var b = this.zoomSliderAxis;
|
|
3546
3546
|
if (a != b) {
|
|
3547
|
-
this.
|
|
3548
|
-
this.
|
|
3547
|
+
this.aeb = a;
|
|
3548
|
+
this.sd("ZoomSliderAxis", b, this.zoomSliderAxis);
|
|
3549
3549
|
}
|
|
3550
3550
|
},
|
|
3551
3551
|
enumerable: true,
|
|
@@ -3553,41 +3553,27 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3553
3553
|
});
|
|
3554
3554
|
Object.defineProperty(FinancialChart.prototype, "zoomSliderXAxis", {
|
|
3555
3555
|
get: function () {
|
|
3556
|
-
return this.
|
|
3556
|
+
return this.acw;
|
|
3557
3557
|
},
|
|
3558
3558
|
set: function (a) {
|
|
3559
3559
|
var b = this.zoomSliderXAxis;
|
|
3560
3560
|
if (a != b) {
|
|
3561
|
-
this.
|
|
3562
|
-
this.
|
|
3563
|
-
}
|
|
3564
|
-
},
|
|
3565
|
-
enumerable: true,
|
|
3566
|
-
configurable: true
|
|
3567
|
-
});
|
|
3568
|
-
Object.defineProperty(FinancialChart.prototype, "adp", {
|
|
3569
|
-
get: function () {
|
|
3570
|
-
return this.adn;
|
|
3571
|
-
},
|
|
3572
|
-
set: function (a) {
|
|
3573
|
-
var b = this.adp;
|
|
3574
|
-
if (a != b) {
|
|
3575
|
-
this.adn = a;
|
|
3576
|
-
this.sc("ZoomSliderType", enumGetBox(FinancialChartZoomSliderType_$type, b), enumGetBox(FinancialChartZoomSliderType_$type, this.adp));
|
|
3561
|
+
this.acw = a;
|
|
3562
|
+
this.sd("ZoomSliderXAxis", b, this.zoomSliderXAxis);
|
|
3577
3563
|
}
|
|
3578
3564
|
},
|
|
3579
3565
|
enumerable: true,
|
|
3580
3566
|
configurable: true
|
|
3581
3567
|
});
|
|
3582
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3568
|
+
Object.defineProperty(FinancialChart.prototype, "adq", {
|
|
3583
3569
|
get: function () {
|
|
3584
|
-
return this.
|
|
3570
|
+
return this.ado;
|
|
3585
3571
|
},
|
|
3586
3572
|
set: function (a) {
|
|
3587
|
-
var b = this.
|
|
3573
|
+
var b = this.adq;
|
|
3588
3574
|
if (a != b) {
|
|
3589
|
-
this.
|
|
3590
|
-
this.
|
|
3575
|
+
this.ado = a;
|
|
3576
|
+
this.sd("ZoomSliderType", enumGetBox(FinancialChartZoomSliderType_$type, b), enumGetBox(FinancialChartZoomSliderType_$type, this.adq));
|
|
3591
3577
|
}
|
|
3592
3578
|
},
|
|
3593
3579
|
enumerable: true,
|
|
@@ -3601,7 +3587,7 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3601
3587
|
var b = this.acn;
|
|
3602
3588
|
if (a != b) {
|
|
3603
3589
|
this.acf = a;
|
|
3604
|
-
this.
|
|
3590
|
+
this.sd("NegativeBrushes", b, this.acn);
|
|
3605
3591
|
}
|
|
3606
3592
|
},
|
|
3607
3593
|
enumerable: true,
|
|
@@ -3615,7 +3601,7 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3615
3601
|
var b = this.aco;
|
|
3616
3602
|
if (a != b) {
|
|
3617
3603
|
this.acg = a;
|
|
3618
|
-
this.
|
|
3604
|
+
this.sd("NegativeOutlines", b, this.aco);
|
|
3619
3605
|
}
|
|
3620
3606
|
},
|
|
3621
3607
|
enumerable: true,
|
|
@@ -3629,7 +3615,35 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3629
3615
|
var b = this.acp;
|
|
3630
3616
|
if (a != b) {
|
|
3631
3617
|
this.ach = a;
|
|
3632
|
-
this.
|
|
3618
|
+
this.sd("OverlayBrushes", b, this.acp);
|
|
3619
|
+
}
|
|
3620
|
+
},
|
|
3621
|
+
enumerable: true,
|
|
3622
|
+
configurable: true
|
|
3623
|
+
});
|
|
3624
|
+
Object.defineProperty(FinancialChart.prototype, "acq", {
|
|
3625
|
+
get: function () {
|
|
3626
|
+
return this.aci;
|
|
3627
|
+
},
|
|
3628
|
+
set: function (a) {
|
|
3629
|
+
var b = this.acq;
|
|
3630
|
+
if (a != b) {
|
|
3631
|
+
this.aci = a;
|
|
3632
|
+
this.sd("OverlayOutlines", b, this.acq);
|
|
3633
|
+
}
|
|
3634
|
+
},
|
|
3635
|
+
enumerable: true,
|
|
3636
|
+
configurable: true
|
|
3637
|
+
});
|
|
3638
|
+
Object.defineProperty(FinancialChart.prototype, "acs", {
|
|
3639
|
+
get: function () {
|
|
3640
|
+
return this.ack;
|
|
3641
|
+
},
|
|
3642
|
+
set: function (a) {
|
|
3643
|
+
var b = this.acs;
|
|
3644
|
+
if (a != b) {
|
|
3645
|
+
this.ack = a;
|
|
3646
|
+
this.sd("VolumeOutlines", b, this.acs);
|
|
3633
3647
|
}
|
|
3634
3648
|
},
|
|
3635
3649
|
enumerable: true,
|
|
@@ -3643,21 +3657,21 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3643
3657
|
var b = this.acr;
|
|
3644
3658
|
if (a != b) {
|
|
3645
3659
|
this.acj = a;
|
|
3646
|
-
this.
|
|
3660
|
+
this.sd("VolumeBrushes", b, this.acr);
|
|
3647
3661
|
}
|
|
3648
3662
|
},
|
|
3649
3663
|
enumerable: true,
|
|
3650
3664
|
configurable: true
|
|
3651
3665
|
});
|
|
3652
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3666
|
+
Object.defineProperty(FinancialChart.prototype, "acm", {
|
|
3653
3667
|
get: function () {
|
|
3654
|
-
return this.
|
|
3668
|
+
return this.ace;
|
|
3655
3669
|
},
|
|
3656
3670
|
set: function (a) {
|
|
3657
|
-
var b = this.
|
|
3671
|
+
var b = this.acm;
|
|
3658
3672
|
if (a != b) {
|
|
3659
|
-
this.
|
|
3660
|
-
this.
|
|
3673
|
+
this.ace = a;
|
|
3674
|
+
this.sd("IndicatorNegativeBrushes", b, this.acm);
|
|
3661
3675
|
}
|
|
3662
3676
|
},
|
|
3663
3677
|
enumerable: true,
|
|
@@ -3671,35 +3685,35 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3671
3685
|
var b = this.acl;
|
|
3672
3686
|
if (a != b) {
|
|
3673
3687
|
this.acd = a;
|
|
3674
|
-
this.
|
|
3688
|
+
this.sd("IndicatorBrushes", b, this.acl);
|
|
3675
3689
|
}
|
|
3676
3690
|
},
|
|
3677
3691
|
enumerable: true,
|
|
3678
3692
|
configurable: true
|
|
3679
3693
|
});
|
|
3680
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3694
|
+
Object.defineProperty(FinancialChart.prototype, "agl", {
|
|
3681
3695
|
get: function () {
|
|
3682
|
-
return this.
|
|
3696
|
+
return this.af4;
|
|
3683
3697
|
},
|
|
3684
3698
|
set: function (a) {
|
|
3685
|
-
var b = this.
|
|
3699
|
+
var b = this.agl;
|
|
3686
3700
|
if (a != b) {
|
|
3687
|
-
this.
|
|
3688
|
-
this.
|
|
3701
|
+
this.af4 = a;
|
|
3702
|
+
this.sd("VolumeThickness", b, this.agl);
|
|
3689
3703
|
}
|
|
3690
3704
|
},
|
|
3691
3705
|
enumerable: true,
|
|
3692
3706
|
configurable: true
|
|
3693
3707
|
});
|
|
3694
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3708
|
+
Object.defineProperty(FinancialChart.prototype, "agj", {
|
|
3695
3709
|
get: function () {
|
|
3696
|
-
return this.
|
|
3710
|
+
return this.af2;
|
|
3697
3711
|
},
|
|
3698
3712
|
set: function (a) {
|
|
3699
|
-
var b = this.
|
|
3713
|
+
var b = this.agj;
|
|
3700
3714
|
if (a != b) {
|
|
3701
|
-
this.
|
|
3702
|
-
this.
|
|
3715
|
+
this.af2 = a;
|
|
3716
|
+
this.sd("OverlayThickness", b, this.agj);
|
|
3703
3717
|
}
|
|
3704
3718
|
},
|
|
3705
3719
|
enumerable: true,
|
|
@@ -3713,7 +3727,7 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3713
3727
|
var b = this.agi;
|
|
3714
3728
|
if (a != b) {
|
|
3715
3729
|
this.af1 = a;
|
|
3716
|
-
this.
|
|
3730
|
+
this.sd("OverlayMultiplier", b, this.agi);
|
|
3717
3731
|
}
|
|
3718
3732
|
},
|
|
3719
3733
|
enumerable: true,
|
|
@@ -3727,133 +3741,119 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3727
3741
|
var b = this.agh;
|
|
3728
3742
|
if (a != b) {
|
|
3729
3743
|
this.af0 = a;
|
|
3730
|
-
this.
|
|
3744
|
+
this.sd("IndicatorThickness", b, this.agh);
|
|
3731
3745
|
}
|
|
3732
3746
|
},
|
|
3733
3747
|
enumerable: true,
|
|
3734
3748
|
configurable: true
|
|
3735
3749
|
});
|
|
3736
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3750
|
+
Object.defineProperty(FinancialChart.prototype, "ad4", {
|
|
3737
3751
|
get: function () {
|
|
3738
|
-
return this.
|
|
3752
|
+
return this.ad3;
|
|
3739
3753
|
},
|
|
3740
3754
|
set: function (a) {
|
|
3741
|
-
var b = this.
|
|
3755
|
+
var b = this.ad4;
|
|
3742
3756
|
if (a != b) {
|
|
3743
|
-
this.
|
|
3744
|
-
this.
|
|
3757
|
+
this.ad3 = a;
|
|
3758
|
+
this.sd("IndicatorDisplayTypes", b, this.ad4);
|
|
3745
3759
|
}
|
|
3746
3760
|
},
|
|
3747
3761
|
enumerable: true,
|
|
3748
3762
|
configurable: true
|
|
3749
3763
|
});
|
|
3750
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3751
|
-
get: function () {
|
|
3752
|
-
return this.ad2;
|
|
3753
|
-
},
|
|
3754
|
-
set: function (a) {
|
|
3755
|
-
var b = this.ad3;
|
|
3756
|
-
if (a != b) {
|
|
3757
|
-
this.ad2 = a;
|
|
3758
|
-
this.sc("IndicatorDisplayTypes", b, this.ad3);
|
|
3759
|
-
}
|
|
3760
|
-
},
|
|
3761
|
-
enumerable: true,
|
|
3762
|
-
configurable: true
|
|
3763
|
-
});
|
|
3764
|
-
Object.defineProperty(FinancialChart.prototype, "ahb", {
|
|
3764
|
+
Object.defineProperty(FinancialChart.prototype, "ahc", {
|
|
3765
3765
|
get: function () {
|
|
3766
|
-
return this.
|
|
3766
|
+
return this.ag5;
|
|
3767
3767
|
},
|
|
3768
3768
|
set: function (a) {
|
|
3769
|
-
var b = this.
|
|
3769
|
+
var b = this.ahc;
|
|
3770
3770
|
if (a != b) {
|
|
3771
|
-
this.
|
|
3772
|
-
this.
|
|
3771
|
+
this.ag5 = a;
|
|
3772
|
+
this.sd("IndicatorPeriod", b, this.ahc);
|
|
3773
3773
|
}
|
|
3774
3774
|
},
|
|
3775
3775
|
enumerable: true,
|
|
3776
3776
|
configurable: true
|
|
3777
3777
|
});
|
|
3778
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3778
|
+
Object.defineProperty(FinancialChart.prototype, "agg", {
|
|
3779
3779
|
get: function () {
|
|
3780
|
-
return this.
|
|
3780
|
+
return this.afz;
|
|
3781
3781
|
},
|
|
3782
3782
|
set: function (a) {
|
|
3783
|
-
var b = this.
|
|
3783
|
+
var b = this.agg;
|
|
3784
3784
|
if (a != b) {
|
|
3785
|
-
this.
|
|
3786
|
-
this.
|
|
3785
|
+
this.afz = a;
|
|
3786
|
+
this.sd("IndicatorMultiplier", b, this.agg);
|
|
3787
3787
|
}
|
|
3788
3788
|
},
|
|
3789
3789
|
enumerable: true,
|
|
3790
3790
|
configurable: true
|
|
3791
3791
|
});
|
|
3792
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3792
|
+
Object.defineProperty(FinancialChart.prototype, "ahf", {
|
|
3793
3793
|
get: function () {
|
|
3794
|
-
return this.
|
|
3794
|
+
return this.ag8;
|
|
3795
3795
|
},
|
|
3796
3796
|
set: function (a) {
|
|
3797
|
-
var b = this.
|
|
3797
|
+
var b = this.ahf;
|
|
3798
3798
|
if (a != b) {
|
|
3799
|
-
this.
|
|
3800
|
-
this.
|
|
3799
|
+
this.ag8 = a;
|
|
3800
|
+
this.sd("IndicatorSmoothingPeriod", b, this.ahf);
|
|
3801
3801
|
}
|
|
3802
3802
|
},
|
|
3803
3803
|
enumerable: true,
|
|
3804
3804
|
configurable: true
|
|
3805
3805
|
});
|
|
3806
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3806
|
+
Object.defineProperty(FinancialChart.prototype, "ahd", {
|
|
3807
3807
|
get: function () {
|
|
3808
|
-
return this.
|
|
3808
|
+
return this.ag6;
|
|
3809
3809
|
},
|
|
3810
3810
|
set: function (a) {
|
|
3811
|
-
var b = this.
|
|
3811
|
+
var b = this.ahd;
|
|
3812
3812
|
if (a != b) {
|
|
3813
|
-
this.
|
|
3814
|
-
this.
|
|
3813
|
+
this.ag6 = a;
|
|
3814
|
+
this.sd("IndicatorShortPeriod", b, this.ahd);
|
|
3815
3815
|
}
|
|
3816
3816
|
},
|
|
3817
3817
|
enumerable: true,
|
|
3818
3818
|
configurable: true
|
|
3819
3819
|
});
|
|
3820
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3820
|
+
Object.defineProperty(FinancialChart.prototype, "ahb", {
|
|
3821
3821
|
get: function () {
|
|
3822
|
-
return this.
|
|
3822
|
+
return this.ag4;
|
|
3823
3823
|
},
|
|
3824
3824
|
set: function (a) {
|
|
3825
|
-
var b = this.
|
|
3825
|
+
var b = this.ahb;
|
|
3826
3826
|
if (a != b) {
|
|
3827
|
-
this.
|
|
3828
|
-
this.
|
|
3827
|
+
this.ag4 = a;
|
|
3828
|
+
this.sd("IndicatorLongPeriod", b, this.ahb);
|
|
3829
3829
|
}
|
|
3830
3830
|
},
|
|
3831
3831
|
enumerable: true,
|
|
3832
3832
|
configurable: true
|
|
3833
3833
|
});
|
|
3834
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3834
|
+
Object.defineProperty(FinancialChart.prototype, "ahe", {
|
|
3835
3835
|
get: function () {
|
|
3836
|
-
return this.
|
|
3836
|
+
return this.ag7;
|
|
3837
3837
|
},
|
|
3838
3838
|
set: function (a) {
|
|
3839
|
-
var b = this.
|
|
3839
|
+
var b = this.ahe;
|
|
3840
3840
|
if (a != b) {
|
|
3841
|
-
this.
|
|
3842
|
-
this.
|
|
3841
|
+
this.ag7 = a;
|
|
3842
|
+
this.sd("IndicatorSignalPeriod", b, this.ahe);
|
|
3843
3843
|
}
|
|
3844
3844
|
},
|
|
3845
3845
|
enumerable: true,
|
|
3846
3846
|
configurable: true
|
|
3847
3847
|
});
|
|
3848
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3848
|
+
Object.defineProperty(FinancialChart.prototype, "ada", {
|
|
3849
3849
|
get: function () {
|
|
3850
|
-
return this.
|
|
3850
|
+
return this.ac8;
|
|
3851
3851
|
},
|
|
3852
3852
|
set: function (a) {
|
|
3853
|
-
var b = this.
|
|
3853
|
+
var b = this.ada;
|
|
3854
3854
|
if (a != b) {
|
|
3855
|
-
this.
|
|
3856
|
-
this.
|
|
3855
|
+
this.ac8 = a;
|
|
3856
|
+
this.sd("RangeSelectorOptions", b, this.ada);
|
|
3857
3857
|
}
|
|
3858
3858
|
},
|
|
3859
3859
|
enumerable: true,
|
|
@@ -3861,75 +3861,75 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3861
3861
|
});
|
|
3862
3862
|
Object.defineProperty(FinancialChart.prototype, "customIndicatorNames", {
|
|
3863
3863
|
get: function () {
|
|
3864
|
-
return this.
|
|
3864
|
+
return this.ac4;
|
|
3865
3865
|
},
|
|
3866
3866
|
set: function (a) {
|
|
3867
|
-
var b = this.
|
|
3867
|
+
var b = this.ac4;
|
|
3868
3868
|
if (a != b) {
|
|
3869
|
-
this.
|
|
3870
|
-
this.
|
|
3869
|
+
this.ac4 = a;
|
|
3870
|
+
this.sd("CustomIndicatorNames", b, this.customIndicatorNames);
|
|
3871
3871
|
}
|
|
3872
3872
|
},
|
|
3873
3873
|
enumerable: true,
|
|
3874
3874
|
configurable: true
|
|
3875
3875
|
});
|
|
3876
|
-
FinancialChart.prototype.
|
|
3877
|
-
return _super.prototype.
|
|
3876
|
+
FinancialChart.prototype.get_fy = function () {
|
|
3877
|
+
return _super.prototype.get_fy.call(this);
|
|
3878
3878
|
};
|
|
3879
|
-
FinancialChart.prototype.
|
|
3880
|
-
_super.prototype.
|
|
3879
|
+
FinancialChart.prototype.set_fy = function (a) {
|
|
3880
|
+
_super.prototype.set_fy.call(this, a);
|
|
3881
3881
|
};
|
|
3882
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3882
|
+
Object.defineProperty(FinancialChart.prototype, "alr", {
|
|
3883
3883
|
get: function () {
|
|
3884
|
-
return this.
|
|
3884
|
+
return this.alq;
|
|
3885
3885
|
},
|
|
3886
3886
|
set: function (a) {
|
|
3887
|
-
var b = this.
|
|
3887
|
+
var b = this.alr;
|
|
3888
3888
|
if (a != b) {
|
|
3889
|
-
this.
|
|
3890
|
-
this.
|
|
3889
|
+
this.alq = a;
|
|
3890
|
+
this.sd("ZoomSliderXAxisMajorStroke", b, this.alr);
|
|
3891
3891
|
}
|
|
3892
3892
|
},
|
|
3893
3893
|
enumerable: true,
|
|
3894
3894
|
configurable: true
|
|
3895
3895
|
});
|
|
3896
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3896
|
+
Object.defineProperty(FinancialChart.prototype, "agx", {
|
|
3897
3897
|
get: function () {
|
|
3898
|
-
return this.
|
|
3898
|
+
return this.age;
|
|
3899
3899
|
},
|
|
3900
3900
|
set: function (a) {
|
|
3901
|
-
var b = this.
|
|
3901
|
+
var b = this.agx;
|
|
3902
3902
|
if (a != b) {
|
|
3903
|
-
this.
|
|
3904
|
-
this.
|
|
3903
|
+
this.age = a;
|
|
3904
|
+
this.sd("ZoomSliderXAxisMajorStrokeThickness", b, this.agx);
|
|
3905
3905
|
}
|
|
3906
3906
|
},
|
|
3907
3907
|
enumerable: true,
|
|
3908
3908
|
configurable: true
|
|
3909
3909
|
});
|
|
3910
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3910
|
+
Object.defineProperty(FinancialChart.prototype, "ae8", {
|
|
3911
3911
|
get: function () {
|
|
3912
|
-
return this.
|
|
3912
|
+
return this.aev;
|
|
3913
3913
|
},
|
|
3914
3914
|
set: function (a) {
|
|
3915
|
-
var b = this.
|
|
3915
|
+
var b = this.ae8;
|
|
3916
3916
|
if (a != b) {
|
|
3917
|
-
this.
|
|
3918
|
-
this.
|
|
3917
|
+
this.aev = a;
|
|
3918
|
+
this.sd("IsLegendVisible", b, this.ae8);
|
|
3919
3919
|
}
|
|
3920
3920
|
},
|
|
3921
3921
|
enumerable: true,
|
|
3922
3922
|
configurable: true
|
|
3923
3923
|
});
|
|
3924
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
3924
|
+
Object.defineProperty(FinancialChart.prototype, "adw", {
|
|
3925
3925
|
get: function () {
|
|
3926
|
-
return this.
|
|
3926
|
+
return this.adv;
|
|
3927
3927
|
},
|
|
3928
3928
|
set: function (a) {
|
|
3929
|
-
var b = this.
|
|
3929
|
+
var b = this.adw;
|
|
3930
3930
|
if (a != b) {
|
|
3931
|
-
this.
|
|
3932
|
-
this.
|
|
3931
|
+
this.adv = a;
|
|
3932
|
+
this.sd("FinancialChartLegend", b, this.adw);
|
|
3933
3933
|
}
|
|
3934
3934
|
},
|
|
3935
3935
|
enumerable: true,
|
|
@@ -3937,13 +3937,13 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3937
3937
|
});
|
|
3938
3938
|
Object.defineProperty(FinancialChart.prototype, "xAxis", {
|
|
3939
3939
|
get: function () {
|
|
3940
|
-
return this.
|
|
3940
|
+
return this.acv;
|
|
3941
3941
|
},
|
|
3942
3942
|
set: function (a) {
|
|
3943
3943
|
var b = this.xAxis;
|
|
3944
3944
|
if (a != b) {
|
|
3945
|
-
this.
|
|
3946
|
-
this.
|
|
3945
|
+
this.acv = a;
|
|
3946
|
+
this.sd("XAxis", b, this.xAxis);
|
|
3947
3947
|
}
|
|
3948
3948
|
},
|
|
3949
3949
|
enumerable: true,
|
|
@@ -3951,13 +3951,13 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3951
3951
|
});
|
|
3952
3952
|
Object.defineProperty(FinancialChart.prototype, "yAxis", {
|
|
3953
3953
|
get: function () {
|
|
3954
|
-
return this.
|
|
3954
|
+
return this.aea;
|
|
3955
3955
|
},
|
|
3956
3956
|
set: function (a) {
|
|
3957
3957
|
var b = this.yAxis;
|
|
3958
3958
|
if (a != b) {
|
|
3959
|
-
this.
|
|
3960
|
-
this.
|
|
3959
|
+
this.aea = a;
|
|
3960
|
+
this.sd("YAxis", b, this.yAxis);
|
|
3961
3961
|
}
|
|
3962
3962
|
},
|
|
3963
3963
|
enumerable: true,
|
|
@@ -3965,13 +3965,13 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3965
3965
|
});
|
|
3966
3966
|
Object.defineProperty(FinancialChart.prototype, "volumeAxis", {
|
|
3967
3967
|
get: function () {
|
|
3968
|
-
return this.
|
|
3968
|
+
return this.ad9;
|
|
3969
3969
|
},
|
|
3970
3970
|
set: function (a) {
|
|
3971
3971
|
var b = this.volumeAxis;
|
|
3972
3972
|
if (a != b) {
|
|
3973
|
-
this.
|
|
3974
|
-
this.
|
|
3973
|
+
this.ad9 = a;
|
|
3974
|
+
this.sd("VolumeAxis", b, this.volumeAxis);
|
|
3975
3975
|
}
|
|
3976
3976
|
},
|
|
3977
3977
|
enumerable: true,
|
|
@@ -3979,13 +3979,13 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3979
3979
|
});
|
|
3980
3980
|
Object.defineProperty(FinancialChart.prototype, "volumeXAxis", {
|
|
3981
3981
|
get: function () {
|
|
3982
|
-
return this.
|
|
3982
|
+
return this.acu;
|
|
3983
3983
|
},
|
|
3984
3984
|
set: function (a) {
|
|
3985
3985
|
var b = this.volumeXAxis;
|
|
3986
3986
|
if (a != b) {
|
|
3987
|
-
this.
|
|
3988
|
-
this.
|
|
3987
|
+
this.acu = a;
|
|
3988
|
+
this.sd("VolumeXAxis", b, this.volumeXAxis);
|
|
3989
3989
|
}
|
|
3990
3990
|
},
|
|
3991
3991
|
enumerable: true,
|
|
@@ -3993,13 +3993,13 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3993
3993
|
});
|
|
3994
3994
|
Object.defineProperty(FinancialChart.prototype, "indicatorAxis", {
|
|
3995
3995
|
get: function () {
|
|
3996
|
-
return this.
|
|
3996
|
+
return this.ad8;
|
|
3997
3997
|
},
|
|
3998
3998
|
set: function (a) {
|
|
3999
3999
|
var b = this.indicatorAxis;
|
|
4000
4000
|
if (a != b) {
|
|
4001
|
-
this.
|
|
4002
|
-
this.
|
|
4001
|
+
this.ad8 = a;
|
|
4002
|
+
this.sd("IndicatorAxis", b, this.indicatorAxis);
|
|
4003
4003
|
}
|
|
4004
4004
|
},
|
|
4005
4005
|
enumerable: true,
|
|
@@ -4007,69 +4007,69 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4007
4007
|
});
|
|
4008
4008
|
Object.defineProperty(FinancialChart.prototype, "indicatorXAxis", {
|
|
4009
4009
|
get: function () {
|
|
4010
|
-
return this.
|
|
4010
|
+
return this.act;
|
|
4011
4011
|
},
|
|
4012
4012
|
set: function (a) {
|
|
4013
4013
|
var b = this.indicatorXAxis;
|
|
4014
4014
|
if (a != b) {
|
|
4015
|
-
this.
|
|
4016
|
-
this.
|
|
4015
|
+
this.act = a;
|
|
4016
|
+
this.sd("IndicatorXAxis", b, this.indicatorXAxis);
|
|
4017
4017
|
}
|
|
4018
4018
|
},
|
|
4019
4019
|
enumerable: true,
|
|
4020
4020
|
configurable: true
|
|
4021
4021
|
});
|
|
4022
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
4022
|
+
Object.defineProperty(FinancialChart.prototype, "afq", {
|
|
4023
4023
|
get: function () {
|
|
4024
|
-
return this.
|
|
4024
|
+
return this.afn;
|
|
4025
4025
|
},
|
|
4026
4026
|
set: function (a) {
|
|
4027
|
-
var b = this.
|
|
4027
|
+
var b = this.afq;
|
|
4028
4028
|
if (a != b) {
|
|
4029
|
-
this.
|
|
4030
|
-
this.
|
|
4029
|
+
this.afn = a;
|
|
4030
|
+
this.sd("IndicatorAxes", b, this.afq);
|
|
4031
4031
|
}
|
|
4032
4032
|
},
|
|
4033
4033
|
enumerable: true,
|
|
4034
4034
|
configurable: true
|
|
4035
4035
|
});
|
|
4036
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
4036
|
+
Object.defineProperty(FinancialChart.prototype, "afs", {
|
|
4037
4037
|
get: function () {
|
|
4038
|
-
return this.
|
|
4038
|
+
return this.afp;
|
|
4039
4039
|
},
|
|
4040
4040
|
set: function (a) {
|
|
4041
|
-
var b = this.
|
|
4041
|
+
var b = this.afs;
|
|
4042
4042
|
if (a != b) {
|
|
4043
|
-
this.
|
|
4044
|
-
this.
|
|
4043
|
+
this.afp = a;
|
|
4044
|
+
this.sd("IndicatorXAxes", b, this.afs);
|
|
4045
4045
|
}
|
|
4046
4046
|
},
|
|
4047
4047
|
enumerable: true,
|
|
4048
4048
|
configurable: true
|
|
4049
4049
|
});
|
|
4050
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
4050
|
+
Object.defineProperty(FinancialChart.prototype, "afy", {
|
|
4051
4051
|
get: function () {
|
|
4052
|
-
return this.
|
|
4052
|
+
return this.afw;
|
|
4053
4053
|
},
|
|
4054
4054
|
set: function (a) {
|
|
4055
|
-
var b = this.
|
|
4055
|
+
var b = this.afy;
|
|
4056
4056
|
if (+a != +b) {
|
|
4057
|
-
this.
|
|
4058
|
-
this.
|
|
4057
|
+
this.afw = a;
|
|
4058
|
+
this.sd("XAxisMinimumValue", b, this.afy);
|
|
4059
4059
|
}
|
|
4060
4060
|
},
|
|
4061
4061
|
enumerable: true,
|
|
4062
4062
|
configurable: true
|
|
4063
4063
|
});
|
|
4064
|
-
Object.defineProperty(FinancialChart.prototype, "
|
|
4064
|
+
Object.defineProperty(FinancialChart.prototype, "afx", {
|
|
4065
4065
|
get: function () {
|
|
4066
|
-
return this.
|
|
4066
|
+
return this.afv;
|
|
4067
4067
|
},
|
|
4068
4068
|
set: function (a) {
|
|
4069
|
-
var b = this.
|
|
4069
|
+
var b = this.afx;
|
|
4070
4070
|
if (+a != +b) {
|
|
4071
|
-
this.
|
|
4072
|
-
this.
|
|
4071
|
+
this.afv = a;
|
|
4072
|
+
this.sd("XAxisMaximumValue", b, this.afx);
|
|
4073
4073
|
}
|
|
4074
4074
|
},
|
|
4075
4075
|
enumerable: true,
|
|
@@ -4077,15 +4077,15 @@ var FinancialChart = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4077
4077
|
});
|
|
4078
4078
|
Object.defineProperty(FinancialChart.prototype, "xAxisBreaks", {
|
|
4079
4079
|
get: function () {
|
|
4080
|
-
return this.
|
|
4080
|
+
return this.aft;
|
|
4081
4081
|
},
|
|
4082
4082
|
enumerable: true,
|
|
4083
4083
|
configurable: true
|
|
4084
4084
|
});
|
|
4085
4085
|
FinancialChart.$t = markType(FinancialChart, 'FinancialChart', XYChart.$);
|
|
4086
|
-
FinancialChart.
|
|
4087
|
-
FinancialChart.
|
|
4088
|
-
FinancialChart.
|
|
4086
|
+
FinancialChart.ahg = 0;
|
|
4087
|
+
FinancialChart.ajc = "XAxisEnhancedIntervalPreferMoreCategoryLabels";
|
|
4088
|
+
FinancialChart.ajn = "YAxisEnhancedIntervalPreferMoreCategoryLabels";
|
|
4089
4089
|
return FinancialChart;
|
|
4090
4090
|
}(XYChart));
|
|
4091
4091
|
export { FinancialChart };
|
|
@@ -4120,9 +4120,9 @@ var FinancialChartToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4120
4120
|
_this.ak = false;
|
|
4121
4121
|
_this.o = a;
|
|
4122
4122
|
_this.w = new FinancialChartToolbarViewModel();
|
|
4123
|
-
_this.s = new FinancialChartRangeSelector(a != null ? a.
|
|
4124
|
-
_this.aa = new FinancialChartTypePicker(a != null ? a.
|
|
4125
|
-
_this.q = new FinancialChartIndicatorMenu(1, a != null ? a.
|
|
4123
|
+
_this.s = new FinancialChartRangeSelector(a != null ? a.ahs : null);
|
|
4124
|
+
_this.aa = new FinancialChartTypePicker(a != null ? a.ahp : null);
|
|
4125
|
+
_this.q = new FinancialChartIndicatorMenu(1, a != null ? a.ahq : null);
|
|
4126
4126
|
return _this;
|
|
4127
4127
|
}
|
|
4128
4128
|
FinancialChartToolbar.prototype.bg = function (a) {
|