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
|
@@ -68,188 +68,188 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
68
68
|
class FinancialChart extends XYChart {
|
|
69
69
|
constructor() {
|
|
70
70
|
super();
|
|
71
|
-
this.
|
|
72
|
-
this.
|
|
73
|
-
this.ag0 = null;
|
|
74
|
-
this.agx = null;
|
|
75
|
-
this.agz = null;
|
|
71
|
+
this.ad5 = null;
|
|
72
|
+
this.ag3 = null;
|
|
76
73
|
this.ag1 = null;
|
|
77
74
|
this.agy = null;
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
75
|
+
this.ag0 = null;
|
|
76
|
+
this.ag2 = null;
|
|
77
|
+
this.agz = null;
|
|
78
|
+
this.adb = null;
|
|
80
79
|
this.ahl = null;
|
|
81
|
-
this.ahh = null;
|
|
82
80
|
this.ahm = null;
|
|
83
|
-
this.ahn = null;
|
|
84
81
|
this.ahi = null;
|
|
82
|
+
this.ahn = null;
|
|
83
|
+
this.aho = null;
|
|
85
84
|
this.ahj = null;
|
|
86
|
-
this.
|
|
87
|
-
this.
|
|
88
|
-
this.
|
|
89
|
-
this.
|
|
90
|
-
this.
|
|
91
|
-
this.
|
|
92
|
-
this.
|
|
93
|
-
this.
|
|
85
|
+
this.ahk = null;
|
|
86
|
+
this.aet = null;
|
|
87
|
+
this.af3 = 40;
|
|
88
|
+
this.adz = null;
|
|
89
|
+
this.adx = null;
|
|
90
|
+
this.ad1 = null;
|
|
91
|
+
this.ad6 = null;
|
|
92
|
+
this.ahw = null;
|
|
93
|
+
this.aep = null;
|
|
94
|
+
this.aff = false;
|
|
94
95
|
this.afe = false;
|
|
95
|
-
this.
|
|
96
|
-
this.
|
|
97
|
-
this.
|
|
98
|
-
this.ag8 = 10;
|
|
99
|
-
this.af9 = NaN;
|
|
100
|
-
this.agb = NaN;
|
|
96
|
+
this.afm = false;
|
|
97
|
+
this.ae1 = false;
|
|
98
|
+
this.ag9 = 10;
|
|
101
99
|
this.aga = NaN;
|
|
102
|
-
this.agc =
|
|
103
|
-
this.
|
|
104
|
-
this.
|
|
105
|
-
this.
|
|
106
|
-
this.
|
|
107
|
-
this.af5 =
|
|
108
|
-
this.af6 = NaN;
|
|
100
|
+
this.agc = NaN;
|
|
101
|
+
this.agb = NaN;
|
|
102
|
+
this.agd = 0;
|
|
103
|
+
this.adh = 0;
|
|
104
|
+
this.adk = 0;
|
|
105
|
+
this.af5 = 3;
|
|
109
106
|
this.af8 = NaN;
|
|
110
|
-
this.
|
|
111
|
-
this.
|
|
112
|
-
this.
|
|
113
|
-
this.
|
|
114
|
-
this.
|
|
115
|
-
this.
|
|
116
|
-
this.afn = null;
|
|
117
|
-
this.aey = true;
|
|
107
|
+
this.af6 = NaN;
|
|
108
|
+
this.af7 = NaN;
|
|
109
|
+
this.af9 = NaN;
|
|
110
|
+
this.adm = 0;
|
|
111
|
+
this.aew = true;
|
|
112
|
+
this.add = 0;
|
|
118
113
|
this.aex = false;
|
|
119
|
-
this.
|
|
120
|
-
this.
|
|
121
|
-
this.
|
|
122
|
-
this.
|
|
114
|
+
this.adr = null;
|
|
115
|
+
this.adt = null;
|
|
116
|
+
this.afo = null;
|
|
117
|
+
this.aez = true;
|
|
118
|
+
this.aey = false;
|
|
119
|
+
this.ae0 = false;
|
|
120
|
+
this.aeq = null;
|
|
121
|
+
this.ado = 1;
|
|
123
122
|
this.acf = null;
|
|
124
123
|
this.acg = null;
|
|
125
124
|
this.ach = null;
|
|
126
|
-
this.acj = null;
|
|
127
125
|
this.aci = null;
|
|
126
|
+
this.ack = null;
|
|
127
|
+
this.acj = null;
|
|
128
|
+
this.ace = null;
|
|
128
129
|
this.acd = null;
|
|
129
|
-
this.
|
|
130
|
-
this.
|
|
131
|
-
this.af1 =
|
|
132
|
-
this.af0 =
|
|
133
|
-
this.
|
|
134
|
-
this.
|
|
135
|
-
this.
|
|
136
|
-
this.
|
|
137
|
-
this.
|
|
138
|
-
this.
|
|
139
|
-
this.
|
|
140
|
-
this.ag6 = 9;
|
|
141
|
-
this.ac7 = null;
|
|
130
|
+
this.af4 = 1;
|
|
131
|
+
this.af2 = 1;
|
|
132
|
+
this.af1 = 2;
|
|
133
|
+
this.af0 = 1;
|
|
134
|
+
this.ad3 = null;
|
|
135
|
+
this.ag5 = -2147483648;
|
|
136
|
+
this.afz = 2;
|
|
137
|
+
this.ag8 = 3;
|
|
138
|
+
this.ag6 = 10;
|
|
139
|
+
this.ag4 = 30;
|
|
140
|
+
this.ag7 = 9;
|
|
142
141
|
this.ac8 = null;
|
|
143
|
-
this.
|
|
142
|
+
this.ac9 = null;
|
|
143
|
+
this.ac4 = null;
|
|
144
144
|
this.applyCustomIndicators = null;
|
|
145
|
-
this.
|
|
146
|
-
this.
|
|
147
|
-
this.
|
|
148
|
-
this.
|
|
149
|
-
this.
|
|
150
|
-
this.
|
|
151
|
-
this.
|
|
152
|
-
this.
|
|
153
|
-
this.
|
|
145
|
+
this.alq = null;
|
|
146
|
+
this.age = 1;
|
|
147
|
+
this.aev = false;
|
|
148
|
+
this.adv = null;
|
|
149
|
+
this.afw = dateMinValue();
|
|
150
|
+
this.afv = dateMaxValue();
|
|
151
|
+
this.aft = null;
|
|
152
|
+
this.q9();
|
|
153
|
+
this.aft = new ObservableCollection$1(Base.$, 0);
|
|
154
154
|
if (this.xAxisBreaks != null) {
|
|
155
155
|
let a = this.xAxisBreaks;
|
|
156
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, (a, b) => this.
|
|
156
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, (a, b) => this.alf());
|
|
157
157
|
}
|
|
158
|
-
this.
|
|
158
|
+
this.ak0();
|
|
159
159
|
}
|
|
160
|
-
|
|
161
|
-
super.
|
|
160
|
+
sf(a, b, c) {
|
|
161
|
+
super.sf(a, b, c);
|
|
162
162
|
switch (a) {
|
|
163
163
|
case "ToolbarTemplate":
|
|
164
164
|
case "RangeSelectorTemplate":
|
|
165
|
-
this.
|
|
165
|
+
this.adc = new FinancialChartToolbar(this, this.aht);
|
|
166
166
|
break;
|
|
167
167
|
case "Toolbar":
|
|
168
168
|
let d = b;
|
|
169
169
|
if (d != null) {
|
|
170
|
-
d.chartTypeChanged = delegateRemove(d.chartTypeChanged, runOn(this, this.
|
|
171
|
-
d.trendLineTypeChanged = delegateRemove(d.trendLineTypeChanged, runOn(this, this.
|
|
172
|
-
d.volumeTypeChanged = delegateRemove(d.volumeTypeChanged, runOn(this, this.
|
|
170
|
+
d.chartTypeChanged = delegateRemove(d.chartTypeChanged, runOn(this, this.akn));
|
|
171
|
+
d.trendLineTypeChanged = delegateRemove(d.trendLineTypeChanged, runOn(this, this.akq));
|
|
172
|
+
d.volumeTypeChanged = delegateRemove(d.volumeTypeChanged, runOn(this, this.akr));
|
|
173
173
|
d.l(null);
|
|
174
174
|
}
|
|
175
|
-
if (this.
|
|
176
|
-
this.
|
|
177
|
-
this.
|
|
178
|
-
this.
|
|
179
|
-
this.
|
|
180
|
-
if (this.
|
|
181
|
-
this.
|
|
175
|
+
if (this.adc != null) {
|
|
176
|
+
this.adc.ac = this.adj;
|
|
177
|
+
this.adc.ai = this.dj;
|
|
178
|
+
this.adc.y = this.ade;
|
|
179
|
+
this.adc.al = this.afc;
|
|
180
|
+
if (this.ag0 != null) {
|
|
181
|
+
this.adc.l(this.ag0);
|
|
182
182
|
}
|
|
183
|
-
let e = this.
|
|
184
|
-
e.chartTypeChanged = delegateCombine(e.chartTypeChanged, runOn(this, this.
|
|
183
|
+
let e = this.adc;
|
|
184
|
+
e.chartTypeChanged = delegateCombine(e.chartTypeChanged, runOn(this, this.akn));
|
|
185
185
|
;
|
|
186
|
-
let f = this.
|
|
187
|
-
f.trendLineTypeChanged = delegateCombine(f.trendLineTypeChanged, runOn(this, this.
|
|
188
|
-
let g = this.
|
|
189
|
-
g.volumeTypeChanged = delegateCombine(g.volumeTypeChanged, runOn(this, this.
|
|
186
|
+
let f = this.adc;
|
|
187
|
+
f.trendLineTypeChanged = delegateCombine(f.trendLineTypeChanged, runOn(this, this.akq));
|
|
188
|
+
let g = this.adc;
|
|
189
|
+
g.volumeTypeChanged = delegateCombine(g.volumeTypeChanged, runOn(this, this.akr));
|
|
190
190
|
}
|
|
191
191
|
break;
|
|
192
192
|
case "ChartType":
|
|
193
|
-
if (this.
|
|
194
|
-
this.
|
|
193
|
+
if (this.adc != null) {
|
|
194
|
+
this.adc.y = this.ade;
|
|
195
195
|
}
|
|
196
196
|
break;
|
|
197
197
|
case "VolumeType":
|
|
198
|
-
if (this.
|
|
199
|
-
this.
|
|
198
|
+
if (this.adc != null) {
|
|
199
|
+
this.adc.ac = this.adj;
|
|
200
200
|
}
|
|
201
201
|
break;
|
|
202
202
|
case "TrendLineType":
|
|
203
|
-
if (this.
|
|
204
|
-
this.
|
|
203
|
+
if (this.adc != null) {
|
|
204
|
+
this.adc.ai = this.dj;
|
|
205
205
|
}
|
|
206
206
|
break;
|
|
207
207
|
case "IsToolbarVisible":
|
|
208
|
-
if (this.
|
|
208
|
+
if (this.adc == null) {
|
|
209
209
|
break;
|
|
210
210
|
}
|
|
211
|
-
this.
|
|
211
|
+
this.adc.al = this.afc;
|
|
212
212
|
this.setGridRows();
|
|
213
213
|
break;
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
|
-
|
|
217
|
-
this.
|
|
216
|
+
akr(a, b) {
|
|
217
|
+
this.adj = this.adc.ac;
|
|
218
218
|
}
|
|
219
|
-
|
|
220
|
-
this.
|
|
219
|
+
akq(a, b) {
|
|
220
|
+
this.dj = this.adc.ai;
|
|
221
221
|
}
|
|
222
|
-
|
|
223
|
-
this.
|
|
222
|
+
akn(a, b) {
|
|
223
|
+
this.ade = this.adc.y;
|
|
224
224
|
}
|
|
225
|
-
|
|
226
|
-
this.
|
|
227
|
-
this.
|
|
225
|
+
ak0() {
|
|
226
|
+
this.ad5 = new IndicatorPane();
|
|
227
|
+
this.adw = TypeRegistrar.create("FinancialLegend");
|
|
228
228
|
}
|
|
229
229
|
provideGrid(a) {
|
|
230
|
-
this.
|
|
231
|
-
this.
|
|
230
|
+
this.ag3 = a;
|
|
231
|
+
this.all();
|
|
232
232
|
this.setGridRows();
|
|
233
|
-
if (this.
|
|
234
|
-
this.
|
|
233
|
+
if (this.adc != null) {
|
|
234
|
+
this.adc.bg(a);
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
237
|
onDocumentClick(a) {
|
|
238
|
-
if (this.
|
|
239
|
-
this.
|
|
238
|
+
if (this.adc != null) {
|
|
239
|
+
this.adc.bl(a);
|
|
240
240
|
}
|
|
241
241
|
}
|
|
242
242
|
getContext() {
|
|
243
|
-
let a = this.
|
|
243
|
+
let a = this.adc.v();
|
|
244
244
|
let b = new FinancialChartContext();
|
|
245
245
|
b.vm = new FinancialChartViewModel();
|
|
246
246
|
b.vm.toolbar = a;
|
|
247
|
-
b.container = this.
|
|
248
|
-
b.toolbarContainer = this.
|
|
249
|
-
b.legendContainer = this.
|
|
250
|
-
b.indicatorsContainer = this.
|
|
251
|
-
b.volumeContainer = this.
|
|
252
|
-
b.zoomContainer = this.
|
|
247
|
+
b.container = this.ju;
|
|
248
|
+
b.toolbarContainer = this.ag0;
|
|
249
|
+
b.legendContainer = this.agz;
|
|
250
|
+
b.indicatorsContainer = this.agy;
|
|
251
|
+
b.volumeContainer = this.ag1;
|
|
252
|
+
b.zoomContainer = this.ag2;
|
|
253
253
|
return b;
|
|
254
254
|
}
|
|
255
255
|
provideContainer(a) {
|
|
@@ -259,70 +259,70 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
259
259
|
let d = b.createElement("div");
|
|
260
260
|
d.setStyleProperty("width", "100%");
|
|
261
261
|
d.setStyleProperty("height", "100%");
|
|
262
|
-
if (this.
|
|
263
|
-
this.
|
|
262
|
+
if (this.adc == null) {
|
|
263
|
+
this.adc = new FinancialChartToolbar(this, this.aht);
|
|
264
264
|
}
|
|
265
|
-
this.
|
|
266
|
-
this.
|
|
267
|
-
this.
|
|
265
|
+
this.adc.w.isIndicatorMenuVisible = this.ae3 && this.ae4;
|
|
266
|
+
this.ag0 = b.getSubRenderer(d);
|
|
267
|
+
this.adc.l(this.ag0);
|
|
268
268
|
let e = b.createElement("div");
|
|
269
269
|
e.setStyleProperty("width", "100%");
|
|
270
270
|
e.setStyleProperty("height", "100%");
|
|
271
271
|
let f = b.createElement("div");
|
|
272
272
|
f.setStyleProperty("width", "100%");
|
|
273
273
|
f.setStyleProperty("height", "100%");
|
|
274
|
-
this.
|
|
274
|
+
this.agz = b.getSubRenderer(f);
|
|
275
275
|
let g = b.createElement("div");
|
|
276
276
|
g.setStyleProperty("width", "100%");
|
|
277
277
|
g.setStyleProperty("height", "100%");
|
|
278
|
-
this.
|
|
278
|
+
this.agy = b.getSubRenderer(g);
|
|
279
279
|
let h = b.createElement("div");
|
|
280
280
|
h.setStyleProperty("width", "100%");
|
|
281
281
|
h.setStyleProperty("height", "100%");
|
|
282
|
-
this.
|
|
282
|
+
this.ag1 = b.getSubRenderer(h);
|
|
283
283
|
let i = b.createElement("div");
|
|
284
284
|
i.setStyleProperty("width", "100%");
|
|
285
285
|
i.setStyleProperty("height", "100%");
|
|
286
|
-
this.
|
|
286
|
+
this.ag2 = b.getSubRenderer(i);
|
|
287
287
|
a = b.getSubRenderer(e);
|
|
288
288
|
}
|
|
289
289
|
else {
|
|
290
|
-
this.
|
|
291
|
-
if (this.
|
|
292
|
-
this.
|
|
290
|
+
this.ag0 = null;
|
|
291
|
+
if (this.adc != null) {
|
|
292
|
+
this.adc.l(null);
|
|
293
293
|
}
|
|
294
|
-
if (this.
|
|
295
|
-
this.
|
|
296
|
-
this.
|
|
294
|
+
if (this.aeu != null) {
|
|
295
|
+
this.aeu.provideContainer(null);
|
|
296
|
+
this.aeu = null;
|
|
297
297
|
}
|
|
298
|
-
if (this.
|
|
299
|
-
this.
|
|
298
|
+
if (this.adw != null) {
|
|
299
|
+
this.adw.provideContainer(null);
|
|
300
300
|
}
|
|
301
301
|
}
|
|
302
302
|
super.provideContainer(a);
|
|
303
303
|
if (b != null) {
|
|
304
304
|
if (this.volumeChart != null) {
|
|
305
|
-
this.volumeChart.provideContainer(this.
|
|
305
|
+
this.volumeChart.provideContainer(this.ag1);
|
|
306
306
|
}
|
|
307
|
-
if (this.
|
|
308
|
-
this.
|
|
307
|
+
if (this.ad5 != null) {
|
|
308
|
+
this.ad5.h(this.agy);
|
|
309
309
|
}
|
|
310
310
|
if (this.zoomSliderChart != null) {
|
|
311
|
-
this.zoomSliderChart.provideContainer(this.
|
|
311
|
+
this.zoomSliderChart.provideContainer(this.ag2);
|
|
312
312
|
if (a != null) {
|
|
313
|
-
this.
|
|
313
|
+
this.aj7();
|
|
314
314
|
}
|
|
315
315
|
else {
|
|
316
|
-
this.
|
|
316
|
+
this.aeu = null;
|
|
317
317
|
}
|
|
318
318
|
}
|
|
319
|
-
if (this.
|
|
320
|
-
this.
|
|
319
|
+
if (this.adw != null) {
|
|
320
|
+
this.adw.provideContainer(this.agz);
|
|
321
321
|
}
|
|
322
322
|
this.setGridRows();
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
|
-
|
|
325
|
+
alb(a, b, c) {
|
|
326
326
|
if (a != null) {
|
|
327
327
|
a.provideContainer(null);
|
|
328
328
|
}
|
|
@@ -331,62 +331,62 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
331
331
|
}
|
|
332
332
|
this.setGridRows();
|
|
333
333
|
}
|
|
334
|
-
|
|
335
|
-
this.
|
|
334
|
+
alp(a, b) {
|
|
335
|
+
this.alb(a, b, this.ag2);
|
|
336
336
|
if (b == null) {
|
|
337
337
|
return;
|
|
338
338
|
}
|
|
339
|
-
this.
|
|
339
|
+
this.aj7();
|
|
340
340
|
}
|
|
341
|
-
|
|
342
|
-
if (this.
|
|
341
|
+
aj7() {
|
|
342
|
+
if (this.ag2 == null) {
|
|
343
343
|
return;
|
|
344
344
|
}
|
|
345
|
-
if (this.
|
|
346
|
-
this.
|
|
345
|
+
if (this.aeu != null) {
|
|
346
|
+
this.aeu.provideContainer(null);
|
|
347
347
|
}
|
|
348
|
-
this.
|
|
349
|
-
this.
|
|
350
|
-
let a = this.
|
|
348
|
+
this.aeu = TypeRegistrar.create("ZoomSlider");
|
|
349
|
+
this.aeu.provideContainer(this.ag2);
|
|
350
|
+
let a = this.aeu;
|
|
351
351
|
a.windowRectChanged = delegateCombine(a.windowRectChanged, (a, b) => {
|
|
352
352
|
if (this.dataChart != null) {
|
|
353
|
-
this.dataChart.tp = new Rect(0, this.
|
|
353
|
+
this.dataChart.tp = new Rect(0, this.aeu.windowRect.left, this.dataChart.s9.top, this.aeu.windowRect.width, this.dataChart.s9.height);
|
|
354
354
|
}
|
|
355
355
|
});
|
|
356
|
-
this.
|
|
356
|
+
this.aj8();
|
|
357
357
|
}
|
|
358
|
-
|
|
359
|
-
this.
|
|
358
|
+
aln(a, b) {
|
|
359
|
+
this.alb(a, b, this.ag1);
|
|
360
360
|
}
|
|
361
361
|
setGridRows() {
|
|
362
|
-
if (this.
|
|
362
|
+
if (this.ag3 == null) {
|
|
363
363
|
return;
|
|
364
364
|
}
|
|
365
365
|
let a = new Array(6);
|
|
366
|
-
a[0] = (this.
|
|
367
|
-
a[1] = this.
|
|
366
|
+
a[0] = (this.afc ? this.agk : 0) + "px";
|
|
367
|
+
a[1] = this.ae8 ? "min-content" : "0px";
|
|
368
368
|
a[2] = "auto";
|
|
369
369
|
a[3] = this.indicatorCharts == null || this.indicatorCharts.count == 0 ? "0px" : this.indicatorCharts.count * 150 + "px";
|
|
370
370
|
a[4] = this.volumeChart == null ? "0px" : "100px";
|
|
371
371
|
a[5] = this.zoomSliderChart == null ? "0px" : "100px";
|
|
372
|
-
if (this.
|
|
372
|
+
if (this.aeu != null) {
|
|
373
373
|
if (a[5] == "0px") {
|
|
374
|
-
this.
|
|
374
|
+
this.aeu.hide();
|
|
375
375
|
}
|
|
376
376
|
else {
|
|
377
|
-
this.
|
|
377
|
+
this.aeu.show();
|
|
378
378
|
}
|
|
379
379
|
}
|
|
380
|
-
this.
|
|
381
|
-
this.
|
|
382
|
-
if (this.
|
|
380
|
+
this.ag3.setStyleProperty("-ms-grid-rows", stringReplace(stringJoin(" ", ...a), "auto", "1fr"));
|
|
381
|
+
this.ag3.setStyleProperty("grid-template-rows", stringJoin(" ", ...a));
|
|
382
|
+
if (this.ju == null) {
|
|
383
383
|
return;
|
|
384
384
|
}
|
|
385
385
|
if (this.dataChart != null) {
|
|
386
386
|
this.dataChart.notifyContainerResized();
|
|
387
387
|
}
|
|
388
|
-
if (this.
|
|
389
|
-
this.
|
|
388
|
+
if (this.ad5 != null) {
|
|
389
|
+
this.ad5.f();
|
|
390
390
|
}
|
|
391
391
|
if (this.volumeChart != null) {
|
|
392
392
|
this.volumeChart.notifyContainerResized();
|
|
@@ -394,41 +394,41 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
394
394
|
if (this.zoomSliderChart != null) {
|
|
395
395
|
this.zoomSliderChart.notifyContainerResized();
|
|
396
396
|
}
|
|
397
|
-
if (this.
|
|
398
|
-
this.
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
super.
|
|
403
|
-
this.
|
|
404
|
-
this.
|
|
405
|
-
this.
|
|
406
|
-
this.
|
|
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.
|
|
397
|
+
if (this.aeu != null) {
|
|
398
|
+
this.aeu.notifySizeChanged();
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
rr() {
|
|
402
|
+
super.rr();
|
|
403
|
+
this.vr = 1;
|
|
404
|
+
this.aa6 = 0;
|
|
405
|
+
this.xo = 0;
|
|
406
|
+
this.ab0 = null;
|
|
407
|
+
this.abt = AxisDefaults.g;
|
|
408
|
+
this.w8 = AxisDefaults.e;
|
|
409
|
+
this.w7 = AxisDefaults.f;
|
|
410
|
+
this.abu = AxisDefaults.j;
|
|
411
|
+
this.abq = null;
|
|
412
|
+
this.alr = AxisDefaults.h;
|
|
413
|
+
this.agx = AxisDefaults.b;
|
|
414
|
+
this.fj = true;
|
|
415
|
+
this.fc = true;
|
|
416
|
+
this.fd = false;
|
|
417
|
+
this.a7 = 0;
|
|
418
|
+
this.hw = Defaults.j;
|
|
419
|
+
this.t1 = Defaults.ae;
|
|
420
|
+
this.tw = Defaults.af;
|
|
421
|
+
this.tx = Defaults.ag;
|
|
422
|
+
this.ih = NaN;
|
|
423
|
+
this.h8 = 40;
|
|
424
|
+
this.fs = true;
|
|
425
|
+
this.fy = false;
|
|
426
426
|
if (this.dataChart != null) {
|
|
427
427
|
let a = this.dataChart.cu.j.e();
|
|
428
|
+
this.acn = a.d;
|
|
429
|
+
this.aco = a.e;
|
|
428
430
|
this.acm = a.d;
|
|
429
|
-
this.
|
|
430
|
-
this.acl = a.d;
|
|
431
|
-
this.alq = this.dataChart.xu;
|
|
431
|
+
this.alr = this.dataChart.xu;
|
|
432
432
|
}
|
|
433
433
|
let b = new BrushCollection();
|
|
434
434
|
b.add(((() => {
|
|
@@ -485,129 +485,119 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
485
485
|
for (let d of fromEnum(b)) {
|
|
486
486
|
c.add(BrushUtil.m(d, 0.3));
|
|
487
487
|
}
|
|
488
|
-
this.
|
|
489
|
-
this.
|
|
488
|
+
this.acp = c;
|
|
489
|
+
this.acq = b;
|
|
490
490
|
}
|
|
491
|
-
|
|
492
|
-
if (this.
|
|
493
|
-
this.
|
|
494
|
-
this.
|
|
491
|
+
ak7() {
|
|
492
|
+
if (this.ad5 != null) {
|
|
493
|
+
this.ad5.b = null;
|
|
494
|
+
this.ad5.b = this.indicatorCharts;
|
|
495
495
|
}
|
|
496
496
|
this.setGridRows();
|
|
497
497
|
}
|
|
498
|
-
|
|
498
|
+
ak8() {
|
|
499
499
|
this.setGridRows();
|
|
500
500
|
}
|
|
501
|
-
|
|
502
|
-
this.
|
|
501
|
+
alh() {
|
|
502
|
+
this.ak7();
|
|
503
503
|
}
|
|
504
|
-
|
|
505
|
-
if (this.
|
|
504
|
+
aj6() {
|
|
505
|
+
if (this.aeu == null || this.zoomSliderChart == null || this.dataChart == null || this.dataChart.series.count == 0) {
|
|
506
506
|
return;
|
|
507
507
|
}
|
|
508
|
-
let a = this.
|
|
508
|
+
let a = this.ju.rootWrapper.width();
|
|
509
509
|
let b = this.dataChart.to.left + this.dataChart.to.width;
|
|
510
510
|
let c = this.dataChart.to.left;
|
|
511
511
|
let d = a - b;
|
|
512
|
-
this.
|
|
513
|
-
this.
|
|
514
|
-
if (this.
|
|
515
|
-
let e = this.
|
|
516
|
-
this.
|
|
512
|
+
this.aeu.startInset = c - this.aeu.trackStartInset;
|
|
513
|
+
this.aeu.endInset = d - this.aeu.trackEndInset;
|
|
514
|
+
if (this.aeu.endInset < 0) {
|
|
515
|
+
let e = this.aeu.endInset;
|
|
516
|
+
this.aeu.endInset = 0;
|
|
517
517
|
this.dataChart.g1 += (e * -1);
|
|
518
518
|
}
|
|
519
|
-
if (this.
|
|
520
|
-
let f = this.
|
|
521
|
-
this.
|
|
519
|
+
if (this.aeu.startInset < 0) {
|
|
520
|
+
let f = this.aeu.startInset;
|
|
521
|
+
this.aeu.startInset = 0;
|
|
522
522
|
this.dataChart.gw += (f * -1);
|
|
523
523
|
}
|
|
524
524
|
this.zoomSliderChart.gw = c;
|
|
525
525
|
this.zoomSliderChart.g1 = d;
|
|
526
|
-
this.zoomSliderChart.gj = this.
|
|
526
|
+
this.zoomSliderChart.gj = this.aeu.barExtent;
|
|
527
527
|
}
|
|
528
|
-
|
|
529
|
-
this.
|
|
528
|
+
akx() {
|
|
529
|
+
this.aj6();
|
|
530
530
|
}
|
|
531
|
-
|
|
532
|
-
super.
|
|
531
|
+
ro(a) {
|
|
532
|
+
super.ro(a);
|
|
533
533
|
if (a != null) {
|
|
534
534
|
a.gi = 0;
|
|
535
535
|
}
|
|
536
536
|
}
|
|
537
|
-
|
|
537
|
+
als(a) {
|
|
538
538
|
return a.s2();
|
|
539
539
|
}
|
|
540
|
-
|
|
541
|
-
return this.
|
|
540
|
+
alv() {
|
|
541
|
+
return this.agz == null ? null : this.alu(this.agz.rootWrapper);
|
|
542
542
|
}
|
|
543
|
-
|
|
543
|
+
alt(a) {
|
|
544
544
|
if (a == null || a.d == null) {
|
|
545
545
|
return null;
|
|
546
546
|
}
|
|
547
|
-
return this.
|
|
547
|
+
return this.alu(a.d.rootWrapper);
|
|
548
548
|
}
|
|
549
|
-
|
|
549
|
+
alu(a) {
|
|
550
550
|
if (a == null) {
|
|
551
551
|
return null;
|
|
552
552
|
}
|
|
553
553
|
let b = a.getOffset();
|
|
554
554
|
return new Rect(0, b.left, b.top, a.width(), a.height());
|
|
555
555
|
}
|
|
556
|
-
|
|
557
|
-
if (this.
|
|
556
|
+
agf() {
|
|
557
|
+
if (this.ag3 == null) {
|
|
558
558
|
return NaN;
|
|
559
559
|
}
|
|
560
|
-
let a = this.
|
|
561
|
-
return this.
|
|
560
|
+
let a = this.ag3.getOffset();
|
|
561
|
+
return this.ag3.width() + (a == null ? 0 : a.left);
|
|
562
562
|
}
|
|
563
|
-
|
|
564
|
-
super.
|
|
563
|
+
rz(source_, a, b) {
|
|
564
|
+
super.rz(source_, a, b);
|
|
565
565
|
if (this.zoomSliderChart != null) {
|
|
566
566
|
this.zoomSliderChart.mg(source_, a, b);
|
|
567
567
|
}
|
|
568
568
|
}
|
|
569
|
-
|
|
570
|
-
super.
|
|
569
|
+
r0(source_, a, b) {
|
|
570
|
+
super.r0(source_, a, b);
|
|
571
571
|
if (this.zoomSliderChart != null) {
|
|
572
572
|
this.zoomSliderChart.mh(source_, a, b);
|
|
573
573
|
}
|
|
574
574
|
}
|
|
575
|
-
|
|
576
|
-
super.
|
|
575
|
+
ry(source_) {
|
|
576
|
+
super.ry(source_);
|
|
577
577
|
if (this.zoomSliderChart != null) {
|
|
578
578
|
this.zoomSliderChart.l9(source_);
|
|
579
579
|
}
|
|
580
580
|
}
|
|
581
|
-
|
|
582
|
-
super.
|
|
581
|
+
r2(source_, a, b, c) {
|
|
582
|
+
super.r2(source_, a, b, c);
|
|
583
583
|
if (this.zoomSliderChart != null) {
|
|
584
584
|
this.zoomSliderChart.mi(source_, a, b, c);
|
|
585
585
|
}
|
|
586
586
|
}
|
|
587
|
-
|
|
588
|
-
super.
|
|
589
|
-
if (this.
|
|
587
|
+
ru(a, b) {
|
|
588
|
+
super.ru(a, b);
|
|
589
|
+
if (this.ae9(a)) {
|
|
590
590
|
a.toolTip = null;
|
|
591
591
|
}
|
|
592
592
|
}
|
|
593
|
-
get
|
|
594
|
-
return this.
|
|
595
|
-
}
|
|
596
|
-
set adb(a) {
|
|
597
|
-
let b = this.adb;
|
|
598
|
-
if (a != b) {
|
|
599
|
-
this.ada = a;
|
|
600
|
-
this.sc("Toolbar", b, this.adb);
|
|
601
|
-
}
|
|
602
|
-
}
|
|
603
|
-
get ahr() {
|
|
604
|
-
return this.ahk;
|
|
593
|
+
get adc() {
|
|
594
|
+
return this.adb;
|
|
605
595
|
}
|
|
606
|
-
set
|
|
607
|
-
let b = this.
|
|
596
|
+
set adc(a) {
|
|
597
|
+
let b = this.adc;
|
|
608
598
|
if (a != b) {
|
|
609
|
-
this.
|
|
610
|
-
this.
|
|
599
|
+
this.adb = a;
|
|
600
|
+
this.sd("Toolbar", b, this.adc);
|
|
611
601
|
}
|
|
612
602
|
}
|
|
613
603
|
get ahs() {
|
|
@@ -617,17 +607,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
617
607
|
let b = this.ahs;
|
|
618
608
|
if (a != b) {
|
|
619
609
|
this.ahl = a;
|
|
620
|
-
this.
|
|
621
|
-
}
|
|
622
|
-
}
|
|
623
|
-
get aho() {
|
|
624
|
-
return this.ahh;
|
|
625
|
-
}
|
|
626
|
-
set aho(a) {
|
|
627
|
-
let b = this.aho;
|
|
628
|
-
if (a != b) {
|
|
629
|
-
this.ahh = a;
|
|
630
|
-
this.sc("ChartTypePickerTemplate", b, this.aho);
|
|
610
|
+
this.sd("RangeSelectorTemplate", b, this.ahs);
|
|
631
611
|
}
|
|
632
612
|
}
|
|
633
613
|
get aht() {
|
|
@@ -637,7 +617,17 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
637
617
|
let b = this.aht;
|
|
638
618
|
if (a != b) {
|
|
639
619
|
this.ahm = a;
|
|
640
|
-
this.
|
|
620
|
+
this.sd("ToolbarTemplate", b, this.aht);
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
get ahp() {
|
|
624
|
+
return this.ahi;
|
|
625
|
+
}
|
|
626
|
+
set ahp(a) {
|
|
627
|
+
let b = this.ahp;
|
|
628
|
+
if (a != b) {
|
|
629
|
+
this.ahi = a;
|
|
630
|
+
this.sd("ChartTypePickerTemplate", b, this.ahp);
|
|
641
631
|
}
|
|
642
632
|
}
|
|
643
633
|
get ahu() {
|
|
@@ -647,17 +637,17 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
647
637
|
let b = this.ahu;
|
|
648
638
|
if (a != b) {
|
|
649
639
|
this.ahn = a;
|
|
650
|
-
this.
|
|
640
|
+
this.sd("TrendLineTypePickerTemplate", b, this.ahu);
|
|
651
641
|
}
|
|
652
642
|
}
|
|
653
|
-
get
|
|
654
|
-
return this.
|
|
643
|
+
get ahv() {
|
|
644
|
+
return this.aho;
|
|
655
645
|
}
|
|
656
|
-
set
|
|
657
|
-
let b = this.
|
|
646
|
+
set ahv(a) {
|
|
647
|
+
let b = this.ahv;
|
|
658
648
|
if (a != b) {
|
|
659
|
-
this.
|
|
660
|
-
this.
|
|
649
|
+
this.aho = a;
|
|
650
|
+
this.sd("VolumeTypePickerTemplate", b, this.ahv);
|
|
661
651
|
}
|
|
662
652
|
}
|
|
663
653
|
get ahq() {
|
|
@@ -667,73 +657,83 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
667
657
|
let b = this.ahq;
|
|
668
658
|
if (a != b) {
|
|
669
659
|
this.ahj = a;
|
|
670
|
-
this.
|
|
660
|
+
this.sd("IndicatorMenuTemplate", b, this.ahq);
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
get ahr() {
|
|
664
|
+
return this.ahk;
|
|
665
|
+
}
|
|
666
|
+
set ahr(a) {
|
|
667
|
+
let b = this.ahr;
|
|
668
|
+
if (a != b) {
|
|
669
|
+
this.ahk = a;
|
|
670
|
+
this.sd("OverlayPickerTemplate", b, this.ahr);
|
|
671
671
|
}
|
|
672
672
|
}
|
|
673
|
-
get
|
|
674
|
-
return this.
|
|
673
|
+
get aeu() {
|
|
674
|
+
return this.aet;
|
|
675
675
|
}
|
|
676
|
-
set
|
|
677
|
-
let b = this.
|
|
676
|
+
set aeu(a) {
|
|
677
|
+
let b = this.aeu;
|
|
678
678
|
if (a != b) {
|
|
679
|
-
this.
|
|
680
|
-
this.
|
|
679
|
+
this.aet = a;
|
|
680
|
+
this.sd("ZoomSlider", b, this.aeu);
|
|
681
681
|
}
|
|
682
682
|
}
|
|
683
|
-
|
|
684
|
-
return super.
|
|
683
|
+
get_h8() {
|
|
684
|
+
return super.get_h8();
|
|
685
685
|
}
|
|
686
|
-
|
|
687
|
-
super.
|
|
686
|
+
set_h8(a) {
|
|
687
|
+
super.set_h8(a);
|
|
688
688
|
}
|
|
689
|
-
|
|
690
|
-
return super.
|
|
689
|
+
get_fs() {
|
|
690
|
+
return super.get_fs();
|
|
691
691
|
}
|
|
692
|
-
|
|
693
|
-
super.
|
|
692
|
+
set_fs(a) {
|
|
693
|
+
super.set_fs(a);
|
|
694
694
|
}
|
|
695
|
-
get
|
|
696
|
-
return this.
|
|
695
|
+
get agk() {
|
|
696
|
+
return this.af3;
|
|
697
697
|
}
|
|
698
|
-
set
|
|
699
|
-
let b = this.
|
|
698
|
+
set agk(a) {
|
|
699
|
+
let b = this.agk;
|
|
700
700
|
if (a != b) {
|
|
701
|
-
this.
|
|
702
|
-
this.
|
|
701
|
+
this.af3 = a;
|
|
702
|
+
this.sd("ToolbarHeight", b, this.agk);
|
|
703
703
|
}
|
|
704
704
|
}
|
|
705
|
-
|
|
705
|
+
vg() {
|
|
706
706
|
return this.xAxis;
|
|
707
707
|
}
|
|
708
|
-
|
|
708
|
+
vh() {
|
|
709
709
|
return this.yAxis;
|
|
710
710
|
}
|
|
711
711
|
onAttachedToUI() {
|
|
712
712
|
super.onAttachedToUI();
|
|
713
|
-
if (this.
|
|
714
|
-
this.
|
|
713
|
+
if (this.aeu != null) {
|
|
714
|
+
this.aeu.onAttachedToUI();
|
|
715
715
|
}
|
|
716
716
|
}
|
|
717
717
|
onDetachedFromUI() {
|
|
718
718
|
super.onDetachedFromUI();
|
|
719
|
-
if (this.
|
|
720
|
-
this.
|
|
719
|
+
if (this.aeu != null) {
|
|
720
|
+
this.aeu.onDetachedFromUI();
|
|
721
721
|
}
|
|
722
722
|
}
|
|
723
|
-
|
|
723
|
+
ba(a) {
|
|
724
724
|
return 20;
|
|
725
725
|
}
|
|
726
|
-
|
|
726
|
+
get_gf() {
|
|
727
727
|
return ((() => {
|
|
728
728
|
let $ret = new List$1(DataSeriesType_$type, 0);
|
|
729
729
|
$ret.add(20);
|
|
730
730
|
return $ret;
|
|
731
731
|
})());
|
|
732
732
|
}
|
|
733
|
-
get
|
|
734
|
-
return this.
|
|
733
|
+
get gf() {
|
|
734
|
+
return this.get_gf();
|
|
735
735
|
}
|
|
736
|
-
|
|
736
|
+
get_ge() {
|
|
737
737
|
return ((() => {
|
|
738
738
|
let $ret = new List$1(IDataSeriesAdapterRule_$type, 0);
|
|
739
739
|
$ret.add(new SimpleFinancialPriceSeriesRule());
|
|
@@ -741,34 +741,34 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
741
741
|
return $ret;
|
|
742
742
|
})());
|
|
743
743
|
}
|
|
744
|
-
get
|
|
745
|
-
return this.
|
|
744
|
+
get ge() {
|
|
745
|
+
return this.get_ge();
|
|
746
746
|
}
|
|
747
|
-
|
|
748
|
-
return this.
|
|
747
|
+
acy(a) {
|
|
748
|
+
return this.acz(a);
|
|
749
749
|
}
|
|
750
|
-
|
|
751
|
-
return this.
|
|
750
|
+
aec(a) {
|
|
751
|
+
return this.aed(a);
|
|
752
752
|
}
|
|
753
|
-
|
|
754
|
-
let b = this.
|
|
753
|
+
acx(a) {
|
|
754
|
+
let b = this.acy(0);
|
|
755
755
|
b.name = a;
|
|
756
756
|
return b;
|
|
757
757
|
}
|
|
758
|
-
|
|
759
|
-
this.xAxis = this.
|
|
760
|
-
this.yAxis = this.
|
|
758
|
+
q5() {
|
|
759
|
+
this.xAxis = this.acx("xAxis");
|
|
760
|
+
this.yAxis = this.aec(0);
|
|
761
761
|
this.yAxis.name = "yAxis";
|
|
762
|
-
this.volumeAxis = this.
|
|
762
|
+
this.volumeAxis = this.aec(0);
|
|
763
763
|
this.volumeAxis.name = "volumeAxis";
|
|
764
|
-
this.volumeXAxis = this.
|
|
765
|
-
this.
|
|
766
|
-
this.
|
|
767
|
-
this.indicatorAxis = this.
|
|
764
|
+
this.volumeXAxis = this.acx("volumeXAxis");
|
|
765
|
+
this.afq = new List$1(NumericYAxis.$, 0);
|
|
766
|
+
this.afs = new List$1(CategoryAxisBase.$, 0);
|
|
767
|
+
this.indicatorAxis = this.aec(0);
|
|
768
768
|
this.indicatorAxis.name = "indicatorAxis";
|
|
769
|
-
this.indicatorXAxis = this.
|
|
770
|
-
this.
|
|
771
|
-
this.
|
|
769
|
+
this.indicatorXAxis = this.acx("indicatorXAxis_0");
|
|
770
|
+
this.afq.add(this.indicatorAxis);
|
|
771
|
+
this.afs.add(this.indicatorXAxis);
|
|
772
772
|
if (this.xAxis.ay == null) {
|
|
773
773
|
this.xAxis.ay = new AxisLabelSettings();
|
|
774
774
|
}
|
|
@@ -787,9 +787,9 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
787
787
|
if (this.indicatorXAxis.ay == null) {
|
|
788
788
|
this.indicatorXAxis.ay = new AxisLabelSettings();
|
|
789
789
|
}
|
|
790
|
-
this.zoomSliderAxis = this.
|
|
790
|
+
this.zoomSliderAxis = this.aec(0);
|
|
791
791
|
this.zoomSliderAxis.name = "zoomSliderAxis";
|
|
792
|
-
this.zoomSliderXAxis = this.
|
|
792
|
+
this.zoomSliderXAxis = this.acx("zoomSliderXAxis");
|
|
793
793
|
if (this.zoomSliderAxis.ay == null) {
|
|
794
794
|
this.zoomSliderAxis.ay = new AxisLabelSettings();
|
|
795
795
|
}
|
|
@@ -797,31 +797,31 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
797
797
|
this.zoomSliderXAxis.ay = new AxisLabelSettings();
|
|
798
798
|
}
|
|
799
799
|
}
|
|
800
|
-
|
|
800
|
+
q1(a, b) {
|
|
801
801
|
let c = typeCast(MarkerSeries.$, a);
|
|
802
802
|
if (c != null) {
|
|
803
|
-
c.qh = this.
|
|
803
|
+
c.qh = this.cn(a, b);
|
|
804
804
|
}
|
|
805
805
|
}
|
|
806
|
-
|
|
806
|
+
cm(a) {
|
|
807
807
|
if (a != null) {
|
|
808
808
|
return 1;
|
|
809
809
|
}
|
|
810
|
-
return super.
|
|
810
|
+
return super.cm(a);
|
|
811
811
|
}
|
|
812
|
-
|
|
812
|
+
sv(a) {
|
|
813
813
|
if (a.suggestedSecondaryAxis == 2) {
|
|
814
814
|
this.yAxis.lg = true;
|
|
815
815
|
this.yAxis.l7 = 10;
|
|
816
816
|
}
|
|
817
817
|
}
|
|
818
|
-
|
|
819
|
-
this.yAxis.lg = this.
|
|
820
|
-
this.yAxis.l7 = this.
|
|
818
|
+
sy() {
|
|
819
|
+
this.yAxis.lg = this.afj;
|
|
820
|
+
this.yAxis.l7 = this.ahh;
|
|
821
821
|
}
|
|
822
|
-
|
|
822
|
+
adg(a) {
|
|
823
823
|
let b;
|
|
824
|
-
if (this.
|
|
824
|
+
if (this.ade == 0) {
|
|
825
825
|
if (a == null || a.index > 0 || stringIsNullOrEmpty(a.getMemberPathFor(12))) {
|
|
826
826
|
b = 4;
|
|
827
827
|
}
|
|
@@ -830,12 +830,12 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
830
830
|
}
|
|
831
831
|
}
|
|
832
832
|
else {
|
|
833
|
-
b = this.
|
|
833
|
+
b = this.ade;
|
|
834
834
|
}
|
|
835
|
-
b = this.
|
|
835
|
+
b = this.adf(b);
|
|
836
836
|
return b;
|
|
837
837
|
}
|
|
838
|
-
|
|
838
|
+
adf(a) {
|
|
839
839
|
if ((a == 1 || a == 2)) {
|
|
840
840
|
if (TypeRegistrar.isRegistered("FinancialPriceSeries")) {
|
|
841
841
|
return a;
|
|
@@ -855,7 +855,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
855
855
|
}
|
|
856
856
|
return a;
|
|
857
857
|
}
|
|
858
|
-
|
|
858
|
+
adp(a) {
|
|
859
859
|
if ((a == 2 || a == 3)) {
|
|
860
860
|
if (TypeRegistrar.isRegistered("FinancialPriceSeries")) {
|
|
861
861
|
return a;
|
|
@@ -881,7 +881,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
881
881
|
}
|
|
882
882
|
return a;
|
|
883
883
|
}
|
|
884
|
-
|
|
884
|
+
adi(a) {
|
|
885
885
|
if (a == 2) {
|
|
886
886
|
if (TypeRegistrar.isRegistered("LineSeries")) {
|
|
887
887
|
return a;
|
|
@@ -901,14 +901,14 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
901
901
|
}
|
|
902
902
|
return a;
|
|
903
903
|
}
|
|
904
|
-
|
|
904
|
+
ah4(a) {
|
|
905
905
|
let b = a.getMemberPathFor(14);
|
|
906
906
|
if (stringIsNullOrEmpty(b)) {
|
|
907
907
|
b = a.getMemberPathFor(11);
|
|
908
908
|
}
|
|
909
909
|
return b;
|
|
910
910
|
}
|
|
911
|
-
|
|
911
|
+
acz(axisType_) {
|
|
912
912
|
if ((this.externalObject)) {
|
|
913
913
|
return (this.externalObject.createXAxis(axisType_).i);
|
|
914
914
|
}
|
|
@@ -941,7 +941,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
941
941
|
return null;
|
|
942
942
|
}
|
|
943
943
|
}
|
|
944
|
-
|
|
944
|
+
aed(axisType_) {
|
|
945
945
|
if ((this.externalObject)) {
|
|
946
946
|
return (this.externalObject.createYAxis(axisType_).i);
|
|
947
947
|
}
|
|
@@ -974,22 +974,22 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
974
974
|
return null;
|
|
975
975
|
}
|
|
976
976
|
}
|
|
977
|
-
aei() {
|
|
978
|
-
return this.cw(1);
|
|
979
|
-
}
|
|
980
977
|
aej() {
|
|
981
|
-
return this.
|
|
982
|
-
}
|
|
983
|
-
aeh() {
|
|
984
|
-
return this.cw(2);
|
|
978
|
+
return this.cx(1);
|
|
985
979
|
}
|
|
986
980
|
aek() {
|
|
987
|
-
return this.
|
|
981
|
+
return this.cx(0);
|
|
982
|
+
}
|
|
983
|
+
aei() {
|
|
984
|
+
return this.cx(2);
|
|
985
|
+
}
|
|
986
|
+
ael() {
|
|
987
|
+
return this.cx(20);
|
|
988
988
|
}
|
|
989
|
-
get
|
|
989
|
+
get ae2() {
|
|
990
990
|
return (TypeRegistrar.isRegistered("HorizontalAnchoredCategorySeriesProxy"));
|
|
991
991
|
}
|
|
992
|
-
get
|
|
992
|
+
get ad0() {
|
|
993
993
|
if (TypeRegistrar.isRegistered("HorizontalAnchoredCategorySeriesProxy")) {
|
|
994
994
|
return TypeRegistrar.create("HorizontalAnchoredCategorySeriesProxy");
|
|
995
995
|
}
|
|
@@ -997,10 +997,10 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
997
997
|
throw new BaseError(1, "horizontal series module is not loaded, but is required.");
|
|
998
998
|
}
|
|
999
999
|
}
|
|
1000
|
-
get
|
|
1000
|
+
get ae5() {
|
|
1001
1001
|
return (TypeRegistrar.isRegistered("FinancialPriceSeriesProxy"));
|
|
1002
1002
|
}
|
|
1003
|
-
get
|
|
1003
|
+
get ady() {
|
|
1004
1004
|
if (TypeRegistrar.isRegistered("FinancialPriceSeriesProxy")) {
|
|
1005
1005
|
return TypeRegistrar.create("FinancialPriceSeriesProxy");
|
|
1006
1006
|
}
|
|
@@ -1008,10 +1008,10 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1008
1008
|
throw new BaseError(1, "financial series module is not loaded, but is required.");
|
|
1009
1009
|
}
|
|
1010
1010
|
}
|
|
1011
|
-
get
|
|
1011
|
+
get ae3() {
|
|
1012
1012
|
return (TypeRegistrar.isRegistered("IndicatorProxy"));
|
|
1013
1013
|
}
|
|
1014
|
-
get
|
|
1014
|
+
get ad2() {
|
|
1015
1015
|
if (TypeRegistrar.isRegistered("IndicatorProxy")) {
|
|
1016
1016
|
return TypeRegistrar.create("IndicatorProxy");
|
|
1017
1017
|
}
|
|
@@ -1019,10 +1019,10 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1019
1019
|
throw new BaseError(1, "financial series module is not loaded, but is required.");
|
|
1020
1020
|
}
|
|
1021
1021
|
}
|
|
1022
|
-
get
|
|
1022
|
+
get ae4() {
|
|
1023
1023
|
return (TypeRegistrar.isRegistered("OverlayProxy"));
|
|
1024
1024
|
}
|
|
1025
|
-
get
|
|
1025
|
+
get ad7() {
|
|
1026
1026
|
if (TypeRegistrar.isRegistered("OverlayProxy")) {
|
|
1027
1027
|
return TypeRegistrar.create("OverlayProxy");
|
|
1028
1028
|
}
|
|
@@ -1030,60 +1030,60 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1030
1030
|
throw new BaseError(1, "overlay series module is not loaded, but is required.");
|
|
1031
1031
|
}
|
|
1032
1032
|
}
|
|
1033
|
-
|
|
1034
|
-
let c = this.
|
|
1035
|
-
switch (this.
|
|
1033
|
+
cw(a, b) {
|
|
1034
|
+
let c = this.ah4(a);
|
|
1035
|
+
switch (this.adg(a)) {
|
|
1036
1036
|
case 3:
|
|
1037
|
-
let d = this.
|
|
1038
|
-
this.
|
|
1039
|
-
this.
|
|
1040
|
-
this.
|
|
1041
|
-
this.
|
|
1037
|
+
let d = this.aej();
|
|
1038
|
+
this.ad0.setValueMemberPath(d, c);
|
|
1039
|
+
this.ad0.setXAxis(d, this.xAxis);
|
|
1040
|
+
this.ad0.setYAxis(d, this.yAxis);
|
|
1041
|
+
this.ad0.setCategoryMode(d, 1);
|
|
1042
1042
|
return d;
|
|
1043
1043
|
case 4:
|
|
1044
|
-
let e = this.
|
|
1045
|
-
this.
|
|
1046
|
-
this.
|
|
1047
|
-
this.
|
|
1048
|
-
this.
|
|
1044
|
+
let e = this.aek();
|
|
1045
|
+
this.ad0.setValueMemberPath(e, c);
|
|
1046
|
+
this.ad0.setXAxis(e, this.xAxis);
|
|
1047
|
+
this.ad0.setYAxis(e, this.yAxis);
|
|
1048
|
+
this.ad0.setCategoryMode(e, 1);
|
|
1049
1049
|
return e;
|
|
1050
1050
|
default:
|
|
1051
1051
|
case 1:
|
|
1052
1052
|
case 2:
|
|
1053
|
-
let f = this.
|
|
1054
|
-
this.
|
|
1055
|
-
this.
|
|
1056
|
-
this.
|
|
1057
|
-
this.
|
|
1058
|
-
this.
|
|
1059
|
-
this.
|
|
1060
|
-
this.
|
|
1061
|
-
this.
|
|
1062
|
-
this.
|
|
1053
|
+
let f = this.ael();
|
|
1054
|
+
this.ady.setOpenMemberPath(f, a.getMemberPathFor(11));
|
|
1055
|
+
this.ady.setHighMemberPath(f, a.getMemberPathFor(12));
|
|
1056
|
+
this.ady.setLowMemberPath(f, a.getMemberPathFor(13));
|
|
1057
|
+
this.ady.setCloseMemberPath(f, a.getMemberPathFor(14));
|
|
1058
|
+
this.ady.setVolumeMemberPath(f, a.getMemberPathFor(15));
|
|
1059
|
+
this.ady.setXAxis(f, this.xAxis);
|
|
1060
|
+
this.ady.setYAxis(f, this.yAxis);
|
|
1061
|
+
this.ady.setDisplayType(f, this.ade == 1 ? 1 : 0);
|
|
1062
|
+
this.ady.setCategoryMode(f, 1);
|
|
1063
1063
|
return f;
|
|
1064
1064
|
}
|
|
1065
1065
|
}
|
|
1066
|
-
|
|
1067
|
-
super.
|
|
1068
|
-
this.
|
|
1069
|
-
this.
|
|
1070
|
-
if (this.
|
|
1071
|
-
this.ak1();
|
|
1072
|
-
}
|
|
1073
|
-
this.aku(this.volumeXAxis);
|
|
1074
|
-
this.aku(this.indicatorXAxis);
|
|
1075
|
-
this.alf();
|
|
1076
|
-
this.alh();
|
|
1077
|
-
if (this.adp != 0) {
|
|
1066
|
+
sx() {
|
|
1067
|
+
super.sx();
|
|
1068
|
+
this.akv(this.xAxis);
|
|
1069
|
+
this.alj(false);
|
|
1070
|
+
if (this.adj != 0 && this.volumeChart != null) {
|
|
1078
1071
|
this.ak2();
|
|
1079
|
-
|
|
1072
|
+
}
|
|
1073
|
+
this.akv(this.volumeXAxis);
|
|
1074
|
+
this.akv(this.indicatorXAxis);
|
|
1075
|
+
this.alg();
|
|
1076
|
+
this.ali();
|
|
1077
|
+
if (this.adq != 0) {
|
|
1078
|
+
this.ak3();
|
|
1079
|
+
this.akv(this.zoomSliderXAxis);
|
|
1080
1080
|
}
|
|
1081
1081
|
}
|
|
1082
|
-
|
|
1083
|
-
super.
|
|
1082
|
+
aas(a, b) {
|
|
1083
|
+
super.aas(a, b);
|
|
1084
1084
|
a(this.volumeXAxis);
|
|
1085
|
-
if (this.
|
|
1086
|
-
for (let c of fromEnum(this.
|
|
1085
|
+
if (this.afs != null) {
|
|
1086
|
+
for (let c of fromEnum(this.afs)) {
|
|
1087
1087
|
a(c);
|
|
1088
1088
|
}
|
|
1089
1089
|
}
|
|
@@ -1098,50 +1098,50 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1098
1098
|
a(this.zoomSliderXAxis);
|
|
1099
1099
|
}
|
|
1100
1100
|
}
|
|
1101
|
-
|
|
1102
|
-
super.
|
|
1101
|
+
aax(a, b) {
|
|
1102
|
+
super.aax(a, b);
|
|
1103
1103
|
if (b) {
|
|
1104
1104
|
a(this.volumeAxis);
|
|
1105
|
-
if (this.
|
|
1106
|
-
for (let c of fromEnum(this.
|
|
1105
|
+
if (this.afq != null) {
|
|
1106
|
+
for (let c of fromEnum(this.afq)) {
|
|
1107
1107
|
a(c);
|
|
1108
1108
|
}
|
|
1109
1109
|
}
|
|
1110
1110
|
a(this.zoomSliderAxis);
|
|
1111
1111
|
}
|
|
1112
1112
|
}
|
|
1113
|
-
|
|
1113
|
+
akz(a) {
|
|
1114
1114
|
let b = typeCast(IZoomableCategoryAxis_$type, this.xAxis);
|
|
1115
1115
|
if (b != null) {
|
|
1116
1116
|
a(b);
|
|
1117
1117
|
}
|
|
1118
1118
|
}
|
|
1119
|
-
|
|
1120
|
-
super.
|
|
1121
|
-
this.
|
|
1122
|
-
this.
|
|
1123
|
-
this.
|
|
1119
|
+
aav(a) {
|
|
1120
|
+
super.aav(a);
|
|
1121
|
+
this.aam(this.volumeXAxis, a);
|
|
1122
|
+
this.aam(this.indicatorXAxis, a);
|
|
1123
|
+
this.aam(this.zoomSliderXAxis, a);
|
|
1124
1124
|
}
|
|
1125
|
-
|
|
1126
|
-
super.
|
|
1125
|
+
aa0(a) {
|
|
1126
|
+
super.aa0(a);
|
|
1127
|
+
this.aam(this.volumeAxis, a);
|
|
1128
|
+
this.aam(this.indicatorAxis, a);
|
|
1129
|
+
this.aam(this.zoomSliderAxis, a);
|
|
1130
|
+
}
|
|
1131
|
+
aay(a) {
|
|
1132
|
+
super.aay(a);
|
|
1127
1133
|
this.aal(this.volumeAxis, a);
|
|
1128
1134
|
this.aal(this.indicatorAxis, a);
|
|
1129
1135
|
this.aal(this.zoomSliderAxis, a);
|
|
1130
1136
|
}
|
|
1131
|
-
|
|
1132
|
-
super.
|
|
1133
|
-
this.
|
|
1134
|
-
this.
|
|
1135
|
-
this.
|
|
1136
|
-
}
|
|
1137
|
-
aas(a) {
|
|
1138
|
-
super.aas(a);
|
|
1139
|
-
this.aak(this.volumeXAxis, a);
|
|
1140
|
-
this.aak(this.indicatorXAxis, a);
|
|
1141
|
-
this.aak(this.zoomSliderXAxis, a);
|
|
1137
|
+
aat(a) {
|
|
1138
|
+
super.aat(a);
|
|
1139
|
+
this.aal(this.volumeXAxis, a);
|
|
1140
|
+
this.aal(this.indicatorXAxis, a);
|
|
1141
|
+
this.aal(this.zoomSliderXAxis, a);
|
|
1142
1142
|
}
|
|
1143
|
-
|
|
1144
|
-
super.
|
|
1143
|
+
rn(a) {
|
|
1144
|
+
super.rn(a);
|
|
1145
1145
|
if (a == null) {
|
|
1146
1146
|
return;
|
|
1147
1147
|
}
|
|
@@ -1156,7 +1156,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1156
1156
|
else {
|
|
1157
1157
|
SyncManager.d(a, ((() => {
|
|
1158
1158
|
let $ret = new SyncSettings();
|
|
1159
|
-
$ret.syncChannel = this.
|
|
1159
|
+
$ret.syncChannel = this.aiz();
|
|
1160
1160
|
$ret.synchronizeHorizontally = true;
|
|
1161
1161
|
$ret.synchronizeVertically = false;
|
|
1162
1162
|
return $ret;
|
|
@@ -1165,41 +1165,41 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1165
1165
|
}
|
|
1166
1166
|
a.ci = 2;
|
|
1167
1167
|
}
|
|
1168
|
-
|
|
1169
|
-
if (this.
|
|
1170
|
-
FinancialChart.
|
|
1171
|
-
this.
|
|
1168
|
+
aiz() {
|
|
1169
|
+
if (this.ahw == null) {
|
|
1170
|
+
FinancialChart.ahg++;
|
|
1171
|
+
this.ahw = FinancialChart.ahg.toString();
|
|
1172
1172
|
}
|
|
1173
|
-
return this.
|
|
1173
|
+
return this.ahw;
|
|
1174
1174
|
}
|
|
1175
|
-
|
|
1176
|
-
this.
|
|
1177
|
-
this.
|
|
1175
|
+
akh(a, b) {
|
|
1176
|
+
this.aj3();
|
|
1177
|
+
this.akx();
|
|
1178
1178
|
}
|
|
1179
|
-
|
|
1179
|
+
aj3() {
|
|
1180
1180
|
if (this.yAxis.b7()) {
|
|
1181
1181
|
return;
|
|
1182
1182
|
}
|
|
1183
1183
|
let a = this.yAxis.av.bd;
|
|
1184
|
-
if (this.
|
|
1184
|
+
if (this.adj != 0) {
|
|
1185
1185
|
a = Math.max(a, this.volumeAxis.av.bd);
|
|
1186
1186
|
}
|
|
1187
|
-
for (let b of fromEnum(this.
|
|
1187
|
+
for (let b of fromEnum(this.afq)) {
|
|
1188
1188
|
a = Math.max(a, b.av.bd);
|
|
1189
1189
|
}
|
|
1190
|
-
this.
|
|
1190
|
+
this.aj4(a);
|
|
1191
1191
|
}
|
|
1192
|
-
|
|
1192
|
+
aj4(a) {
|
|
1193
1193
|
if (this.yAxis.b7()) {
|
|
1194
1194
|
return;
|
|
1195
1195
|
}
|
|
1196
1196
|
this.yAxis.er = this.volumeAxis.er = a;
|
|
1197
|
-
for (let b of fromEnum(this.
|
|
1197
|
+
for (let b of fromEnum(this.afq)) {
|
|
1198
1198
|
b.er = a;
|
|
1199
1199
|
}
|
|
1200
1200
|
this.zoomSliderAxis.er = this.yAxis.er;
|
|
1201
1201
|
}
|
|
1202
|
-
|
|
1202
|
+
aj9(a) {
|
|
1203
1203
|
if (this.indicatorCharts == null) {
|
|
1204
1204
|
return;
|
|
1205
1205
|
}
|
|
@@ -1207,14 +1207,14 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1207
1207
|
let c = this.indicatorCharts._inner[b];
|
|
1208
1208
|
for (let d = 0; d < c.series.count; d++) {
|
|
1209
1209
|
let e = c.series._inner[d];
|
|
1210
|
-
if (!(this.
|
|
1210
|
+
if (!(this.ae7(e))) {
|
|
1211
1211
|
continue;
|
|
1212
1212
|
}
|
|
1213
1213
|
a(c.series._inner[d], b);
|
|
1214
1214
|
}
|
|
1215
1215
|
}
|
|
1216
1216
|
}
|
|
1217
|
-
|
|
1217
|
+
akc(a) {
|
|
1218
1218
|
if (this.volumeChart == null) {
|
|
1219
1219
|
return;
|
|
1220
1220
|
}
|
|
@@ -1226,35 +1226,35 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1226
1226
|
a(this.volumeChart.series._inner[b], b);
|
|
1227
1227
|
}
|
|
1228
1228
|
}
|
|
1229
|
-
|
|
1229
|
+
aka(a) {
|
|
1230
1230
|
if (this.dataChart == null) {
|
|
1231
1231
|
return;
|
|
1232
1232
|
}
|
|
1233
1233
|
for (let b = 0; b < this.dataChart.series.count; b++) {
|
|
1234
1234
|
let c = this.dataChart.series._inner[b];
|
|
1235
|
-
if (!this.
|
|
1235
|
+
if (!this.ae9(c)) {
|
|
1236
1236
|
continue;
|
|
1237
1237
|
}
|
|
1238
1238
|
a(c, b);
|
|
1239
1239
|
}
|
|
1240
1240
|
}
|
|
1241
|
-
|
|
1241
|
+
akb(a, b) {
|
|
1242
1242
|
if (this.dataChart == null) {
|
|
1243
1243
|
return;
|
|
1244
1244
|
}
|
|
1245
1245
|
for (let c = 0; c < this.dataChart.series.count; c++) {
|
|
1246
1246
|
let d = this.dataChart.series._inner[c];
|
|
1247
|
-
if (this.
|
|
1247
|
+
if (this.ae9(d)) {
|
|
1248
1248
|
continue;
|
|
1249
1249
|
}
|
|
1250
|
-
let e = this.
|
|
1250
|
+
let e = this.aha(d, c);
|
|
1251
1251
|
a(d, e);
|
|
1252
1252
|
}
|
|
1253
1253
|
if (b) {
|
|
1254
|
-
this.
|
|
1254
|
+
this.akd(a);
|
|
1255
1255
|
}
|
|
1256
1256
|
}
|
|
1257
|
-
|
|
1257
|
+
akd(a) {
|
|
1258
1258
|
if (this.zoomSliderChart == null) {
|
|
1259
1259
|
return;
|
|
1260
1260
|
}
|
|
@@ -1266,31 +1266,31 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1266
1266
|
a(this.zoomSliderChart.series._inner[b], b);
|
|
1267
1267
|
}
|
|
1268
1268
|
}
|
|
1269
|
-
|
|
1269
|
+
aha(a, b) {
|
|
1270
1270
|
if (a.cb != this.dataChart) {
|
|
1271
1271
|
return b;
|
|
1272
1272
|
}
|
|
1273
|
-
let c = this.
|
|
1274
|
-
let d = this.
|
|
1273
|
+
let c = this.bb == null || this.bb.dataSeries == null ? 0 : this.bb.dataSeries.count;
|
|
1274
|
+
let d = this.adu == null ? 0 : this.adu.count;
|
|
1275
1275
|
return b - (c * d);
|
|
1276
1276
|
}
|
|
1277
|
-
|
|
1278
|
-
super.
|
|
1279
|
-
this.akb(a);
|
|
1280
|
-
this.aj8(a);
|
|
1277
|
+
rd(a) {
|
|
1278
|
+
super.rd(a);
|
|
1281
1279
|
this.akc(a);
|
|
1280
|
+
this.aj9(a);
|
|
1281
|
+
this.akd(a);
|
|
1282
1282
|
}
|
|
1283
1283
|
get volumeChart() {
|
|
1284
|
-
return this.
|
|
1284
|
+
return this.aep;
|
|
1285
1285
|
}
|
|
1286
1286
|
set volumeChart(a) {
|
|
1287
1287
|
let b = this.volumeChart;
|
|
1288
1288
|
if (a != b) {
|
|
1289
|
-
this.
|
|
1290
|
-
this.
|
|
1289
|
+
this.aep = a;
|
|
1290
|
+
this.sd("VolumeChart", b, this.volumeChart);
|
|
1291
1291
|
}
|
|
1292
1292
|
}
|
|
1293
|
-
|
|
1293
|
+
ak2() {
|
|
1294
1294
|
if (this.dataChart == null) {
|
|
1295
1295
|
return;
|
|
1296
1296
|
}
|
|
@@ -1299,136 +1299,136 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1299
1299
|
let b = -1;
|
|
1300
1300
|
for (let c = 0; c < this.dataChart.series.count; c++) {
|
|
1301
1301
|
let d = this.dataChart.series._inner[c];
|
|
1302
|
-
if (this.
|
|
1302
|
+
if (this.ae9(d) || d.dc) {
|
|
1303
1303
|
continue;
|
|
1304
1304
|
}
|
|
1305
1305
|
b++;
|
|
1306
1306
|
let e;
|
|
1307
|
-
let f = this.
|
|
1308
|
-
f = this.
|
|
1307
|
+
let f = this.adj;
|
|
1308
|
+
f = this.adi(f);
|
|
1309
1309
|
switch (f) {
|
|
1310
1310
|
case 2:
|
|
1311
|
-
e = this.
|
|
1311
|
+
e = this.aek();
|
|
1312
1312
|
break;
|
|
1313
1313
|
case 3:
|
|
1314
|
-
e = this.
|
|
1314
|
+
e = this.aei();
|
|
1315
1315
|
break;
|
|
1316
1316
|
default:
|
|
1317
1317
|
case 1:
|
|
1318
|
-
e = this.
|
|
1318
|
+
e = this.aej();
|
|
1319
1319
|
break;
|
|
1320
1320
|
}
|
|
1321
|
-
this.
|
|
1321
|
+
this.ad0.setCategoryMode(e, 1);
|
|
1322
1322
|
e.name = "volumeSeries_" + b;
|
|
1323
1323
|
e.itemsSource = d.itemsSource;
|
|
1324
|
-
this.
|
|
1325
|
-
this.
|
|
1326
|
-
this.
|
|
1324
|
+
this.ad0.setXAxis(e, this.volumeXAxis);
|
|
1325
|
+
this.ad0.setYAxis(e, this.volumeAxis);
|
|
1326
|
+
this.ad0.setValueMemberPath(e, this.bb != null && this.bb.dataSeries != null && this.bb.dataSeries.count > b ? this.bb.dataSeries._inner[b].getMemberPathFor(15) : null);
|
|
1327
1327
|
e.title = d.title + " Volume";
|
|
1328
|
-
e.o7 = ArrayExtension.getModulus$1(Brush.$, this.
|
|
1329
|
-
e.pc = ArrayExtension.getModulus$1(Brush.$, this.
|
|
1330
|
-
e.g1 = this.
|
|
1328
|
+
e.o7 = ArrayExtension.getModulus$1(Brush.$, this.acr, b);
|
|
1329
|
+
e.pc = ArrayExtension.getModulus$1(Brush.$, this.acs, b);
|
|
1330
|
+
e.g1 = this.agl;
|
|
1331
1331
|
a.add(e);
|
|
1332
1332
|
}
|
|
1333
|
-
let g = this.
|
|
1333
|
+
let g = this.gb("volume", false);
|
|
1334
1334
|
if (g != null) {
|
|
1335
1335
|
a.o(g);
|
|
1336
1336
|
}
|
|
1337
1337
|
for (let h = 0; h < a.count; h++) {
|
|
1338
1338
|
let i = a._inner[h];
|
|
1339
1339
|
this.volumeChart.series.add(i);
|
|
1340
|
-
this.
|
|
1340
|
+
this.rs(i, h);
|
|
1341
1341
|
}
|
|
1342
1342
|
}
|
|
1343
|
-
|
|
1344
|
-
if (!this.
|
|
1343
|
+
ae6(a) {
|
|
1344
|
+
if (!this.ae2) {
|
|
1345
1345
|
return false;
|
|
1346
1346
|
}
|
|
1347
|
-
return this.
|
|
1347
|
+
return this.ad0.matchesType(a);
|
|
1348
1348
|
}
|
|
1349
|
-
|
|
1350
|
-
if (!this.
|
|
1349
|
+
afa(a) {
|
|
1350
|
+
if (!this.ae5) {
|
|
1351
1351
|
return false;
|
|
1352
1352
|
}
|
|
1353
|
-
return this.
|
|
1353
|
+
return this.ady.matchesType(a);
|
|
1354
1354
|
}
|
|
1355
|
-
|
|
1356
|
-
if (!this.
|
|
1355
|
+
ae7(a) {
|
|
1356
|
+
if (!this.ae3) {
|
|
1357
1357
|
return false;
|
|
1358
1358
|
}
|
|
1359
|
-
return this.
|
|
1359
|
+
return this.ad2.matchesType(a);
|
|
1360
1360
|
}
|
|
1361
|
-
|
|
1362
|
-
if (!this.
|
|
1361
|
+
ae9(a) {
|
|
1362
|
+
if (!this.ae4) {
|
|
1363
1363
|
return false;
|
|
1364
1364
|
}
|
|
1365
|
-
return this.
|
|
1365
|
+
return this.ad7.matchesType(a);
|
|
1366
1366
|
}
|
|
1367
|
-
|
|
1367
|
+
ak1() {
|
|
1368
1368
|
if (this.dataChart == null) {
|
|
1369
1369
|
return;
|
|
1370
1370
|
}
|
|
1371
1371
|
let a = 0;
|
|
1372
|
-
let b = this.
|
|
1372
|
+
let b = this.ads == null ? 0 : this.ads.count;
|
|
1373
1373
|
let c = this.customIndicatorNames == null ? 0 : this.customIndicatorNames.count;
|
|
1374
1374
|
let d = b + c;
|
|
1375
1375
|
for (let e = 0; e < d; e++) {
|
|
1376
1376
|
let f = new List$1(Series.$, 0);
|
|
1377
1377
|
let g = this.indicatorCharts._inner[e];
|
|
1378
1378
|
let h = e >= b;
|
|
1379
|
-
let i = h ? this.customIndicatorNames._inner[e - b] : EnumUtil.getName(FinancialIndicatorType_$type, this.
|
|
1379
|
+
let i = h ? this.customIndicatorNames._inner[e - b] : EnumUtil.getName(FinancialIndicatorType_$type, this.ads._inner[e]);
|
|
1380
1380
|
let j = -1;
|
|
1381
1381
|
for (let k = 0; k < this.dataChart.series.count; k++) {
|
|
1382
1382
|
let l = this.dataChart.series._inner[k];
|
|
1383
|
-
if (this.
|
|
1383
|
+
if (this.ae9(l) || l.dc) {
|
|
1384
1384
|
continue;
|
|
1385
1385
|
}
|
|
1386
1386
|
j++;
|
|
1387
1387
|
let m;
|
|
1388
1388
|
if (h) {
|
|
1389
|
-
let n = this.
|
|
1390
|
-
this.
|
|
1389
|
+
let n = this.aem("Custom");
|
|
1390
|
+
this.ad2.handleCustomIndicatorEvent(n, runOn(this, this.akf));
|
|
1391
1391
|
m = n;
|
|
1392
1392
|
}
|
|
1393
1393
|
else {
|
|
1394
|
-
m = this.
|
|
1394
|
+
m = this.aeo(this.ads._inner[e]);
|
|
1395
1395
|
}
|
|
1396
1396
|
if (m == null) {
|
|
1397
1397
|
continue;
|
|
1398
1398
|
}
|
|
1399
1399
|
m.name = "indicator_" + a++;
|
|
1400
|
-
this.
|
|
1401
|
-
this.
|
|
1400
|
+
this.ad2.setXAxis(m, this.afs._inner[e]);
|
|
1401
|
+
this.ad2.setYAxis(m, this.afq._inner[e]);
|
|
1402
1402
|
m.itemsSource = l.itemsSource;
|
|
1403
|
-
this.
|
|
1404
|
-
this.
|
|
1405
|
-
this.
|
|
1406
|
-
this.
|
|
1407
|
-
this.
|
|
1403
|
+
this.ad2.setOpenMemberPath(m, this.bb.dataSeries._inner[j].getMemberPathFor(11));
|
|
1404
|
+
this.ad2.setHighMemberPath(m, this.bb.dataSeries._inner[j].getMemberPathFor(12));
|
|
1405
|
+
this.ad2.setLowMemberPath(m, this.bb.dataSeries._inner[j].getMemberPathFor(13));
|
|
1406
|
+
this.ad2.setCloseMemberPath(m, this.bb.dataSeries._inner[j].getMemberPathFor(14));
|
|
1407
|
+
this.ad2.setVolumeMemberPath(m, this.bb.dataSeries._inner[j].getMemberPathFor(15));
|
|
1408
1408
|
m.title = l.title + " " + i;
|
|
1409
|
-
m.o7 = ArrayExtension.getModulus$1(Brush.$, this.
|
|
1410
|
-
m.g1 = this.
|
|
1411
|
-
if (this.
|
|
1412
|
-
this.
|
|
1413
|
-
this.
|
|
1409
|
+
m.o7 = ArrayExtension.getModulus$1(Brush.$, this.acl, e);
|
|
1410
|
+
m.g1 = this.agh;
|
|
1411
|
+
if (this.ae7(m)) {
|
|
1412
|
+
this.ad2.setNegativeBrush(m, ArrayExtension.getModulus$1(Brush.$, this.acm, e));
|
|
1413
|
+
this.ad2.setDisplayType(m, ArrayExtension.getModulus$1(IndicatorDisplayType_$type, this.ad4, e));
|
|
1414
1414
|
}
|
|
1415
|
-
if (this.
|
|
1416
|
-
this.
|
|
1415
|
+
if (this.ahc != -2147483648 && this.ae7(m)) {
|
|
1416
|
+
this.ad2.setPeriodOverride(m, this.ahc);
|
|
1417
1417
|
}
|
|
1418
|
-
if (this.
|
|
1419
|
-
this.
|
|
1418
|
+
if (this.ae7(m)) {
|
|
1419
|
+
this.ad2.setSmoothingPeriod(m, this.ahf);
|
|
1420
1420
|
}
|
|
1421
|
-
if (this.
|
|
1422
|
-
this.
|
|
1421
|
+
if (this.ae7(m)) {
|
|
1422
|
+
this.ad2.setSignalPeriod(m, this.ahe);
|
|
1423
1423
|
}
|
|
1424
|
-
if (this.
|
|
1425
|
-
this.
|
|
1426
|
-
this.
|
|
1424
|
+
if (this.ae7(m)) {
|
|
1425
|
+
this.ad2.setShortPeriod(m, this.ahd);
|
|
1426
|
+
this.ad2.setLongPeriod(m, this.ahb);
|
|
1427
1427
|
}
|
|
1428
|
-
this.
|
|
1428
|
+
this.rs(m, e);
|
|
1429
1429
|
f.add(m);
|
|
1430
1430
|
}
|
|
1431
|
-
let o = this.
|
|
1431
|
+
let o = this.gb(i, false);
|
|
1432
1432
|
for (let p = 0; p < f.count; p++) {
|
|
1433
1433
|
let q = f._inner[p];
|
|
1434
1434
|
g.series.add(q);
|
|
@@ -1437,39 +1437,39 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1437
1437
|
for (let r = 0; r < o.count; r++) {
|
|
1438
1438
|
let s = o._inner[r];
|
|
1439
1439
|
g.series.add(s);
|
|
1440
|
-
this.
|
|
1440
|
+
this.rs(s, r);
|
|
1441
1441
|
}
|
|
1442
1442
|
}
|
|
1443
1443
|
}
|
|
1444
1444
|
}
|
|
1445
|
-
|
|
1445
|
+
aem(indicatorName_) {
|
|
1446
1446
|
return (this.externalObject.createIndicator(indicatorName_ + 'Indicator').i);
|
|
1447
1447
|
}
|
|
1448
|
-
|
|
1449
|
-
return this.
|
|
1448
|
+
aeo(a) {
|
|
1449
|
+
return this.aem(EnumUtil.getName(FinancialIndicatorType_$type, a));
|
|
1450
1450
|
}
|
|
1451
|
-
|
|
1452
|
-
if (this.
|
|
1451
|
+
alj(a) {
|
|
1452
|
+
if (this.adc == null) {
|
|
1453
1453
|
return;
|
|
1454
1454
|
}
|
|
1455
1455
|
let b = this.xAxis;
|
|
1456
1456
|
if (b.actualMinimumValue > b.actualMaximumValue) {
|
|
1457
1457
|
return;
|
|
1458
1458
|
}
|
|
1459
|
-
this.
|
|
1460
|
-
this.
|
|
1459
|
+
this.adc.as = b.actualMinimumValue;
|
|
1460
|
+
this.adc.ar = b.actualMaximumValue;
|
|
1461
1461
|
if (a) {
|
|
1462
|
-
this.
|
|
1463
|
-
this.
|
|
1462
|
+
this.adc.au = b.visibleMinimum;
|
|
1463
|
+
this.adc.at = b.visibleMaximum;
|
|
1464
1464
|
}
|
|
1465
|
-
this.
|
|
1465
|
+
this.adc.bn();
|
|
1466
1466
|
}
|
|
1467
|
-
|
|
1467
|
+
jv() {
|
|
1468
1468
|
let a = ((() => {
|
|
1469
1469
|
let $ret = new FinancialChartVisualData();
|
|
1470
|
-
$ret.mainChart = super.
|
|
1470
|
+
$ret.mainChart = super.jv();
|
|
1471
1471
|
$ret.volumeChart = this.volumeChart == null ? null : this.volumeChart.vw();
|
|
1472
|
-
$ret.toolbar = this.
|
|
1472
|
+
$ret.toolbar = this.adc == null ? null : this.adc.aj();
|
|
1473
1473
|
$ret.zoomChart = this.zoomSliderChart == null ? null : this.zoomSliderChart.vw();
|
|
1474
1474
|
return $ret;
|
|
1475
1475
|
})());
|
|
@@ -1480,19 +1480,19 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1480
1480
|
}
|
|
1481
1481
|
}
|
|
1482
1482
|
if (this.dataChart != null) {
|
|
1483
|
-
a.mainChartLeft = this.
|
|
1484
|
-
a.mainChartTop = this.
|
|
1483
|
+
a.mainChartLeft = this.als(this.dataChart).x;
|
|
1484
|
+
a.mainChartTop = this.als(this.dataChart).y;
|
|
1485
1485
|
}
|
|
1486
1486
|
if (this.volumeChart != null) {
|
|
1487
|
-
a.volumeChartLeft = this.
|
|
1488
|
-
a.volumeChartTop = this.
|
|
1487
|
+
a.volumeChartLeft = this.als(this.volumeChart).x;
|
|
1488
|
+
a.volumeChartTop = this.als(this.volumeChart).y;
|
|
1489
1489
|
}
|
|
1490
1490
|
if (this.zoomSliderChart != null) {
|
|
1491
|
-
a.zoomChartLeft = this.
|
|
1492
|
-
a.zoomChartTop = this.
|
|
1491
|
+
a.zoomChartLeft = this.als(this.zoomSliderChart).x;
|
|
1492
|
+
a.zoomChartTop = this.als(this.zoomSliderChart).y;
|
|
1493
1493
|
}
|
|
1494
|
-
if (this.
|
|
1495
|
-
let c = this.
|
|
1494
|
+
if (this.adc != null) {
|
|
1495
|
+
let c = this.alt(this.adc);
|
|
1496
1496
|
a.toolbarLeft = c.left;
|
|
1497
1497
|
a.toolbarTop = c.top;
|
|
1498
1498
|
a.toolbarWidth = c.width;
|
|
@@ -1502,81 +1502,81 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1502
1502
|
a.indicatorChartLefts = new List$1(Number_$type, 0);
|
|
1503
1503
|
a.indicatorChartTops = new List$1(Number_$type, 0);
|
|
1504
1504
|
for (let d of fromEnum(this.indicatorCharts)) {
|
|
1505
|
-
a.indicatorChartLefts.add(this.
|
|
1506
|
-
a.indicatorChartTops.add(this.
|
|
1505
|
+
a.indicatorChartLefts.add(this.als(d).x);
|
|
1506
|
+
a.indicatorChartTops.add(this.als(d).y);
|
|
1507
1507
|
}
|
|
1508
1508
|
}
|
|
1509
|
-
let e = this.
|
|
1509
|
+
let e = this.alv();
|
|
1510
1510
|
a.legendLeft = e.left;
|
|
1511
1511
|
a.legendTop = e.top;
|
|
1512
1512
|
a.legendWidth = e.width;
|
|
1513
1513
|
a.legendHeight = e.height;
|
|
1514
|
-
a.legend = this.
|
|
1514
|
+
a.legend = this.adw == null ? null : this.adw.exportVisualData();
|
|
1515
1515
|
return a;
|
|
1516
1516
|
}
|
|
1517
|
-
|
|
1518
|
-
let a = this.
|
|
1517
|
+
ah1() {
|
|
1518
|
+
let a = this.jv();
|
|
1519
1519
|
a.scaleByViewport();
|
|
1520
1520
|
return a.serialize();
|
|
1521
1521
|
}
|
|
1522
|
-
|
|
1522
|
+
aen(overlayName_) {
|
|
1523
1523
|
return (this.externalObject.createOverlay(overlayName_ + 'Overlay').i);
|
|
1524
1524
|
}
|
|
1525
|
-
|
|
1525
|
+
ali() {
|
|
1526
1526
|
if (this.dataChart == null) {
|
|
1527
1527
|
return;
|
|
1528
1528
|
}
|
|
1529
1529
|
let a = new List$1(Series.$, 0);
|
|
1530
1530
|
for (let b of fromEnum(this.dataChart.series)) {
|
|
1531
|
-
if (this.
|
|
1531
|
+
if (this.ae9(b)) {
|
|
1532
1532
|
a.add(b);
|
|
1533
1533
|
}
|
|
1534
1534
|
}
|
|
1535
1535
|
for (let c of fromEnum(a)) {
|
|
1536
1536
|
this.dataChart.series.remove(c);
|
|
1537
1537
|
}
|
|
1538
|
-
if (this.
|
|
1538
|
+
if (this.adu == null) {
|
|
1539
1539
|
return;
|
|
1540
1540
|
}
|
|
1541
1541
|
let d = new List$1(Series.$, 0);
|
|
1542
1542
|
let e = -1;
|
|
1543
1543
|
for (let f = 0; f < this.dataChart.series.count; f++) {
|
|
1544
1544
|
let g = this.dataChart.series._inner[f];
|
|
1545
|
-
if (this.
|
|
1545
|
+
if (this.ae9(g) || g.dc) {
|
|
1546
1546
|
continue;
|
|
1547
1547
|
}
|
|
1548
1548
|
e++;
|
|
1549
|
-
for (let h = 0; h < this.
|
|
1550
|
-
let i = this.
|
|
1549
|
+
for (let h = 0; h < this.adu.count; h++) {
|
|
1550
|
+
let i = this.adu._inner[h];
|
|
1551
1551
|
let j;
|
|
1552
1552
|
switch (i) {
|
|
1553
1553
|
case 1:
|
|
1554
|
-
j = this.
|
|
1554
|
+
j = this.aen(EnumUtil.getName(FinancialOverlayType_$type, i));
|
|
1555
1555
|
break;
|
|
1556
1556
|
default:
|
|
1557
1557
|
case 0:
|
|
1558
|
-
j = this.
|
|
1558
|
+
j = this.aen(EnumUtil.getName(FinancialOverlayType_$type, i));
|
|
1559
1559
|
break;
|
|
1560
1560
|
}
|
|
1561
1561
|
j.name = g.name + "_" + EnumUtil.getName(FinancialOverlayType_$type, i);
|
|
1562
|
-
this.
|
|
1563
|
-
this.
|
|
1562
|
+
this.ad7.setXAxis(j, this.xAxis);
|
|
1563
|
+
this.ad7.setYAxis(j, this.yAxis);
|
|
1564
1564
|
j.itemsSource = g.itemsSource;
|
|
1565
|
-
let k = e * this.
|
|
1566
|
-
j.o7 = ArrayExtension.getModulus$1(Brush.$, this.
|
|
1567
|
-
j.pc = ArrayExtension.getModulus$1(Brush.$, this.
|
|
1568
|
-
j.g1 = this.
|
|
1565
|
+
let k = e * this.adu.count + h;
|
|
1566
|
+
j.o7 = ArrayExtension.getModulus$1(Brush.$, this.acp, k);
|
|
1567
|
+
j.pc = ArrayExtension.getModulus$1(Brush.$, this.acq, k);
|
|
1568
|
+
j.g1 = this.agj;
|
|
1569
1569
|
j.title = g.title + " " + EnumUtil.getName(FinancialOverlayType_$type, i);
|
|
1570
1570
|
let l = g;
|
|
1571
1571
|
if (l == null) {
|
|
1572
1572
|
continue;
|
|
1573
1573
|
}
|
|
1574
|
-
let m = this.
|
|
1575
|
-
this.
|
|
1576
|
-
this.
|
|
1577
|
-
this.
|
|
1578
|
-
this.
|
|
1579
|
-
this.
|
|
1574
|
+
let m = this.bb.dataSeries._inner[e];
|
|
1575
|
+
this.ad7.setOpenMemberPath(j, m.getMemberPathFor(11));
|
|
1576
|
+
this.ad7.setHighMemberPath(j, m.getMemberPathFor(12));
|
|
1577
|
+
this.ad7.setLowMemberPath(j, m.getMemberPathFor(13));
|
|
1578
|
+
this.ad7.setCloseMemberPath(j, m.getMemberPathFor(14));
|
|
1579
|
+
this.ad7.setVolumeMemberPath(j, m.getMemberPathFor(15));
|
|
1580
1580
|
d.add(j);
|
|
1581
1581
|
}
|
|
1582
1582
|
}
|
|
@@ -1592,53 +1592,53 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1592
1592
|
for (let p = 0; p < d.count; p++) {
|
|
1593
1593
|
let q = d._inner[p];
|
|
1594
1594
|
this.dataChart.series.add(q);
|
|
1595
|
-
this.
|
|
1595
|
+
this.rs(q, p);
|
|
1596
1596
|
}
|
|
1597
1597
|
}
|
|
1598
|
-
|
|
1599
|
-
if (this.
|
|
1598
|
+
alg() {
|
|
1599
|
+
if (this.aff) {
|
|
1600
1600
|
return;
|
|
1601
1601
|
}
|
|
1602
|
-
this.
|
|
1602
|
+
this.aff = true;
|
|
1603
1603
|
if (this.indicatorCharts != null) {
|
|
1604
1604
|
let a = this.indicatorCharts;
|
|
1605
1605
|
this.indicatorCharts = null;
|
|
1606
1606
|
for (let b of fromEnum(a)) {
|
|
1607
|
-
this.
|
|
1607
|
+
this.akw(b);
|
|
1608
1608
|
}
|
|
1609
1609
|
}
|
|
1610
|
-
if ((this.
|
|
1610
|
+
if ((this.ads == null || this.ads.count == 0) && (this.customIndicatorNames == null || this.customIndicatorNames.count == 0)) {
|
|
1611
1611
|
this.indicatorCharts = null;
|
|
1612
|
-
if (this.
|
|
1613
|
-
this.
|
|
1612
|
+
if (this.afq != null) {
|
|
1613
|
+
this.afq.clear();
|
|
1614
1614
|
}
|
|
1615
|
-
if (this.
|
|
1616
|
-
this.
|
|
1615
|
+
if (this.afs != null) {
|
|
1616
|
+
this.afs.clear();
|
|
1617
1617
|
}
|
|
1618
|
-
this.
|
|
1619
|
-
this.
|
|
1620
|
-
this.
|
|
1618
|
+
this.ak7();
|
|
1619
|
+
this.alh();
|
|
1620
|
+
this.aff = false;
|
|
1621
1621
|
return;
|
|
1622
1622
|
}
|
|
1623
1623
|
if (this.indicatorCharts == null) {
|
|
1624
1624
|
this.indicatorCharts = new List$1(XamDataChart.$, 0);
|
|
1625
1625
|
}
|
|
1626
1626
|
this.indicatorCharts.clear();
|
|
1627
|
-
this.
|
|
1628
|
-
this.
|
|
1629
|
-
let c = this.
|
|
1627
|
+
this.afq.clear();
|
|
1628
|
+
this.afs.clear();
|
|
1629
|
+
let c = this.ads == null ? 0 : this.ads.count;
|
|
1630
1630
|
let d = this.customIndicatorNames == null ? 0 : this.customIndicatorNames.count;
|
|
1631
1631
|
let e = c + d;
|
|
1632
1632
|
for (let f = 0; f < e; f++) {
|
|
1633
1633
|
let g = new XamDataChart();
|
|
1634
1634
|
this.indicatorCharts.add(g);
|
|
1635
|
-
this.
|
|
1635
|
+
this.aku(g);
|
|
1636
1636
|
let h = f >= c;
|
|
1637
1637
|
if (h) {
|
|
1638
1638
|
g.kg = this.customIndicatorNames._inner[f - c];
|
|
1639
1639
|
}
|
|
1640
1640
|
else {
|
|
1641
|
-
g.kg = this.
|
|
1641
|
+
g.kg = this.ah3(this.ads._inner[f]);
|
|
1642
1642
|
}
|
|
1643
1643
|
if (this.indicatorAxis != null) {
|
|
1644
1644
|
let i;
|
|
@@ -1650,73 +1650,73 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1650
1650
|
else {
|
|
1651
1651
|
i = new NumericYAxis();
|
|
1652
1652
|
if (!this.indicatorXAxis.cd) {
|
|
1653
|
-
j = this.
|
|
1653
|
+
j = this.acy(0);
|
|
1654
1654
|
}
|
|
1655
1655
|
else {
|
|
1656
|
-
j = this.
|
|
1656
|
+
j = this.acy(1);
|
|
1657
1657
|
}
|
|
1658
1658
|
}
|
|
1659
1659
|
j.name = "indicatorXAxis_" + f;
|
|
1660
1660
|
i.name = "indicatorAxis_" + f;
|
|
1661
1661
|
g.axes.add(i);
|
|
1662
1662
|
g.axes.add(j);
|
|
1663
|
-
this.
|
|
1664
|
-
this.
|
|
1665
|
-
if (this.
|
|
1666
|
-
this.
|
|
1663
|
+
this.afq.add(i);
|
|
1664
|
+
this.afs.add(j);
|
|
1665
|
+
if (this.e9) {
|
|
1666
|
+
this.aap(i);
|
|
1667
1667
|
}
|
|
1668
|
-
if (this.
|
|
1669
|
-
this.
|
|
1668
|
+
if (this.e9) {
|
|
1669
|
+
this.aan(j);
|
|
1670
1670
|
}
|
|
1671
1671
|
}
|
|
1672
1672
|
}
|
|
1673
|
-
this.
|
|
1674
|
-
this.
|
|
1675
|
-
if (this.
|
|
1676
|
-
this.
|
|
1673
|
+
this.ak1();
|
|
1674
|
+
this.ak7();
|
|
1675
|
+
if (this.adc != null) {
|
|
1676
|
+
this.adc.ae = this.ads;
|
|
1677
1677
|
}
|
|
1678
|
-
this.
|
|
1679
|
-
this.
|
|
1680
|
-
this.
|
|
1678
|
+
this.aj5();
|
|
1679
|
+
this.alh();
|
|
1680
|
+
this.aff = false;
|
|
1681
1681
|
}
|
|
1682
|
-
|
|
1683
|
-
super.
|
|
1684
|
-
this.
|
|
1685
|
-
this.
|
|
1686
|
-
if (this.
|
|
1687
|
-
for (let a of fromEnum(this.
|
|
1688
|
-
this.
|
|
1682
|
+
rk() {
|
|
1683
|
+
super.rk();
|
|
1684
|
+
this.aan(this.xAxis);
|
|
1685
|
+
this.aan(this.volumeXAxis);
|
|
1686
|
+
if (this.afs != null) {
|
|
1687
|
+
for (let a of fromEnum(this.afs)) {
|
|
1688
|
+
this.aan(a);
|
|
1689
1689
|
}
|
|
1690
1690
|
}
|
|
1691
|
-
this.
|
|
1692
|
-
this.
|
|
1693
|
-
if (this.
|
|
1694
|
-
for (let b of fromEnum(this.
|
|
1695
|
-
this.
|
|
1691
|
+
this.aap(this.yAxis);
|
|
1692
|
+
this.aap(this.volumeAxis);
|
|
1693
|
+
if (this.afq != null) {
|
|
1694
|
+
for (let b of fromEnum(this.afq)) {
|
|
1695
|
+
this.aap(b);
|
|
1696
1696
|
}
|
|
1697
1697
|
}
|
|
1698
|
-
this.
|
|
1699
|
-
this.
|
|
1698
|
+
this.aan(this.zoomSliderXAxis);
|
|
1699
|
+
this.aap(this.zoomSliderAxis);
|
|
1700
1700
|
}
|
|
1701
|
-
|
|
1702
|
-
return !this.
|
|
1701
|
+
get_fx() {
|
|
1702
|
+
return !this.afd;
|
|
1703
1703
|
}
|
|
1704
|
-
get
|
|
1704
|
+
get afl() {
|
|
1705
1705
|
return (this.externalObject._dynamicContent);
|
|
1706
1706
|
}
|
|
1707
|
-
|
|
1708
|
-
this.
|
|
1709
|
-
this.
|
|
1707
|
+
alo(a, b) {
|
|
1708
|
+
this.ala(a, b);
|
|
1709
|
+
this.aj5();
|
|
1710
1710
|
if (this.zoomSliderChart != null) {
|
|
1711
1711
|
this.zoomSliderChart.axes.add(this.zoomSliderAxis);
|
|
1712
1712
|
this.zoomSliderChart.axes.add(this.zoomSliderXAxis);
|
|
1713
1713
|
}
|
|
1714
|
-
this.
|
|
1714
|
+
this.ak3();
|
|
1715
1715
|
this.zoomSliderXAxis.itemsSource = this.xAxis.itemsSource;
|
|
1716
|
-
this.
|
|
1717
|
-
this.
|
|
1716
|
+
this.ak8();
|
|
1717
|
+
this.alp(a, b);
|
|
1718
1718
|
}
|
|
1719
|
-
|
|
1719
|
+
ak3() {
|
|
1720
1720
|
if (this.dataChart == null || this.zoomSliderChart == null) {
|
|
1721
1721
|
return;
|
|
1722
1722
|
}
|
|
@@ -1724,15 +1724,15 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1724
1724
|
let a = new List$1(Series.$, 0);
|
|
1725
1725
|
for (let b = 0; b < this.dataChart.series.count; b++) {
|
|
1726
1726
|
let c = this.dataChart.series._inner[b];
|
|
1727
|
-
if (this.
|
|
1727
|
+
if (this.ae9(c) || c.dc) {
|
|
1728
1728
|
continue;
|
|
1729
1729
|
}
|
|
1730
1730
|
let d;
|
|
1731
|
-
let e = this.
|
|
1732
|
-
e = this.
|
|
1733
|
-
let f = this.
|
|
1731
|
+
let e = this.adq;
|
|
1732
|
+
e = this.adp(e);
|
|
1733
|
+
let f = this.aha(c, b);
|
|
1734
1734
|
if (e == 1) {
|
|
1735
|
-
switch (this.
|
|
1735
|
+
switch (this.adg(this.bb != null && this.bb.dataSeries != null && this.bb.dataSeries.count > f ? this.bb.dataSeries._inner[f] : null)) {
|
|
1736
1736
|
case 1:
|
|
1737
1737
|
e = 2;
|
|
1738
1738
|
break;
|
|
@@ -1749,57 +1749,57 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1749
1749
|
}
|
|
1750
1750
|
switch (e) {
|
|
1751
1751
|
case 2:
|
|
1752
|
-
d = this.
|
|
1753
|
-
this.
|
|
1752
|
+
d = this.ael();
|
|
1753
|
+
this.ady.setDisplayType(d, 1);
|
|
1754
1754
|
break;
|
|
1755
1755
|
case 3:
|
|
1756
|
-
d = this.
|
|
1757
|
-
this.
|
|
1756
|
+
d = this.ael();
|
|
1757
|
+
this.ady.setDisplayType(d, 0);
|
|
1758
1758
|
break;
|
|
1759
1759
|
case 5:
|
|
1760
|
-
d = this.
|
|
1760
|
+
d = this.aek();
|
|
1761
1761
|
break;
|
|
1762
1762
|
case 6:
|
|
1763
|
-
d = this.
|
|
1763
|
+
d = this.aei();
|
|
1764
1764
|
break;
|
|
1765
1765
|
default:
|
|
1766
1766
|
case 4:
|
|
1767
|
-
d = this.
|
|
1767
|
+
d = this.aej();
|
|
1768
1768
|
break;
|
|
1769
1769
|
}
|
|
1770
|
-
let g = this.
|
|
1770
|
+
let g = this.bb != null && this.bb.dataSeries != null && this.bb.dataSeries.count > f ? this.bb.dataSeries._inner[f] : null;
|
|
1771
1771
|
if (d.dh && !d.dq) {
|
|
1772
|
-
this.
|
|
1773
|
-
this.
|
|
1774
|
-
this.
|
|
1775
|
-
this.
|
|
1772
|
+
this.ad0.setCategoryMode(d, 1);
|
|
1773
|
+
this.ad0.setXAxis(d, this.zoomSliderXAxis);
|
|
1774
|
+
this.ad0.setYAxis(d, this.zoomSliderAxis);
|
|
1775
|
+
this.ad0.setValueMemberPath(d, g == null ? null : this.ah4(g));
|
|
1776
1776
|
}
|
|
1777
1777
|
else if (d.dq) {
|
|
1778
|
-
this.
|
|
1779
|
-
this.
|
|
1780
|
-
this.
|
|
1778
|
+
this.ady.setCategoryMode(d, 1);
|
|
1779
|
+
this.ady.setXAxis(d, this.zoomSliderXAxis);
|
|
1780
|
+
this.ady.setYAxis(d, this.zoomSliderAxis);
|
|
1781
1781
|
if (g != null) {
|
|
1782
|
-
this.
|
|
1783
|
-
this.
|
|
1784
|
-
this.
|
|
1785
|
-
this.
|
|
1786
|
-
this.
|
|
1782
|
+
this.ady.setOpenMemberPath(d, g.getMemberPathFor(11));
|
|
1783
|
+
this.ady.setHighMemberPath(d, g.getMemberPathFor(12));
|
|
1784
|
+
this.ady.setLowMemberPath(d, g.getMemberPathFor(13));
|
|
1785
|
+
this.ady.setCloseMemberPath(d, g.getMemberPathFor(14));
|
|
1786
|
+
this.ady.setVolumeMemberPath(d, g.getMemberPathFor(15));
|
|
1787
1787
|
}
|
|
1788
1788
|
}
|
|
1789
1789
|
d.name = "zoomSliderSeries_" + f;
|
|
1790
1790
|
d.itemsSource = c.itemsSource;
|
|
1791
1791
|
d.title = c.title;
|
|
1792
|
-
d.g1 = this.
|
|
1792
|
+
d.g1 = this.io;
|
|
1793
1793
|
a.add(d);
|
|
1794
1794
|
}
|
|
1795
1795
|
for (let h = 0; h < a.count; h++) {
|
|
1796
1796
|
let i = a._inner[h];
|
|
1797
1797
|
this.zoomSliderChart.series.add(i);
|
|
1798
|
-
this.
|
|
1798
|
+
this.rs(i, h);
|
|
1799
1799
|
}
|
|
1800
1800
|
}
|
|
1801
|
-
|
|
1802
|
-
super.
|
|
1801
|
+
r7(a, b, c) {
|
|
1802
|
+
super.r7(a, b, c);
|
|
1803
1803
|
if (a == null || !b) {
|
|
1804
1804
|
return;
|
|
1805
1805
|
}
|
|
@@ -1823,36 +1823,36 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1823
1823
|
a(this.zoomSliderChart);
|
|
1824
1824
|
}
|
|
1825
1825
|
}
|
|
1826
|
-
|
|
1826
|
+
akf(a, b) {
|
|
1827
1827
|
let c = b;
|
|
1828
1828
|
let d = a;
|
|
1829
1829
|
let e = -1;
|
|
1830
1830
|
if (this.indicatorCharts != null) {
|
|
1831
1831
|
e = this.indicatorCharts.indexOf(d.cb);
|
|
1832
1832
|
}
|
|
1833
|
-
e -= this.
|
|
1833
|
+
e -= this.ads == null ? 0 : this.ads.count;
|
|
1834
1834
|
if (this.applyCustomIndicators != null) {
|
|
1835
1835
|
this.applyCustomIndicators(this, new FinancialChartCustomIndicatorArgs(c, d, e));
|
|
1836
1836
|
}
|
|
1837
1837
|
}
|
|
1838
|
-
|
|
1838
|
+
alc(a, b, c) {
|
|
1839
1839
|
if (a != null) {
|
|
1840
1840
|
if (b != null) {
|
|
1841
1841
|
a.axes.remove(b);
|
|
1842
1842
|
}
|
|
1843
1843
|
a.axes.add(c);
|
|
1844
1844
|
}
|
|
1845
|
-
if (this.
|
|
1846
|
-
this.
|
|
1845
|
+
if (this.e9) {
|
|
1846
|
+
this.aan(c);
|
|
1847
1847
|
}
|
|
1848
1848
|
}
|
|
1849
|
-
get
|
|
1849
|
+
get afk() {
|
|
1850
1850
|
return TypeRegistrar.isRegistered("IgxZoomSliderComponent");
|
|
1851
1851
|
}
|
|
1852
|
-
|
|
1853
|
-
this.
|
|
1852
|
+
akg(a, b) {
|
|
1853
|
+
this.alg();
|
|
1854
1854
|
}
|
|
1855
|
-
|
|
1855
|
+
afb(a, b) {
|
|
1856
1856
|
if (b <= (0)) {
|
|
1857
1857
|
return false;
|
|
1858
1858
|
}
|
|
@@ -1866,57 +1866,57 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1866
1866
|
}
|
|
1867
1867
|
return false;
|
|
1868
1868
|
}
|
|
1869
|
-
|
|
1870
|
-
let a = this.
|
|
1869
|
+
ak6() {
|
|
1870
|
+
let a = this.ada != null ? this.ada : new FinancialChartRangeSelectorOptionCollection(1, [5, 4, 3, 2, 1, 0]);
|
|
1871
1871
|
let b = new FinancialChartRangeSelectorOptionCollection(0);
|
|
1872
1872
|
let c = this.xAxis;
|
|
1873
1873
|
let d = +(c.actualMaximumValue) - +(c.actualMinimumValue);
|
|
1874
1874
|
for (let e of fromEnum(a)) {
|
|
1875
|
-
if (this.
|
|
1875
|
+
if (this.afb(e, d)) {
|
|
1876
1876
|
b.add(e);
|
|
1877
1877
|
}
|
|
1878
1878
|
}
|
|
1879
|
-
this.
|
|
1880
|
-
if (this.
|
|
1881
|
-
this.
|
|
1879
|
+
this.ac9 = b;
|
|
1880
|
+
if (this.adc != null) {
|
|
1881
|
+
this.adc.u = this.ac9;
|
|
1882
1882
|
}
|
|
1883
1883
|
}
|
|
1884
|
-
|
|
1885
|
-
this.
|
|
1886
|
-
}
|
|
1887
|
-
ako(a, b) {
|
|
1888
|
-
this.adt = this.adb.ag;
|
|
1884
|
+
akk(a, b) {
|
|
1885
|
+
this.ak6();
|
|
1889
1886
|
}
|
|
1890
|
-
|
|
1891
|
-
this.
|
|
1887
|
+
akp(a, b) {
|
|
1888
|
+
this.adu = this.adc.ag;
|
|
1892
1889
|
}
|
|
1893
|
-
|
|
1894
|
-
this.
|
|
1890
|
+
ako(a, b) {
|
|
1891
|
+
this.ads = this.adc.ae;
|
|
1895
1892
|
}
|
|
1896
1893
|
aki(a, b) {
|
|
1897
|
-
this.
|
|
1894
|
+
this.alg();
|
|
1898
1895
|
}
|
|
1899
|
-
|
|
1896
|
+
akj(a, b) {
|
|
1897
|
+
this.ali();
|
|
1898
|
+
}
|
|
1899
|
+
akt(a, b) {
|
|
1900
1900
|
let c = a;
|
|
1901
1901
|
if (c.bf == null) {
|
|
1902
1902
|
return;
|
|
1903
1903
|
}
|
|
1904
|
-
if (this.
|
|
1905
|
-
this.
|
|
1904
|
+
if (this.afd) {
|
|
1905
|
+
this.ak5(c.bf);
|
|
1906
1906
|
}
|
|
1907
1907
|
}
|
|
1908
|
-
|
|
1908
|
+
akw(a) {
|
|
1909
1909
|
SyncManager.e(a);
|
|
1910
1910
|
a.axes.clear();
|
|
1911
1911
|
a.series.clear();
|
|
1912
|
-
a.gridAreaRectChanged = delegateRemove(a.gridAreaRectChanged, runOn(this, this.
|
|
1912
|
+
a.gridAreaRectChanged = delegateRemove(a.gridAreaRectChanged, runOn(this, this.akh));
|
|
1913
1913
|
a.provideContainer(null);
|
|
1914
1914
|
if (this.volumeChart == null && this.indicatorCharts == null) {
|
|
1915
1915
|
this.yAxis.er = this.volumeAxis.er = this.indicatorAxis.er = 0;
|
|
1916
|
-
this.xAxis.ay.visibility = this.
|
|
1916
|
+
this.xAxis.ay.visibility = this.acb;
|
|
1917
1917
|
}
|
|
1918
1918
|
}
|
|
1919
|
-
|
|
1919
|
+
aku(a) {
|
|
1920
1920
|
let b = a != this.zoomSliderChart;
|
|
1921
1921
|
if (b) {
|
|
1922
1922
|
if (this.dataChart != null) {
|
|
@@ -1932,87 +1932,87 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
1932
1932
|
SyncManager.d(a, c);
|
|
1933
1933
|
SyncManager.c(a);
|
|
1934
1934
|
}
|
|
1935
|
-
a.gridAreaRectChanged = delegateCombine(a.gridAreaRectChanged, runOn(this, this.
|
|
1936
|
-
this.
|
|
1935
|
+
a.gridAreaRectChanged = delegateCombine(a.gridAreaRectChanged, runOn(this, this.akh));
|
|
1936
|
+
this.rm(a);
|
|
1937
1937
|
}
|
|
1938
|
-
|
|
1938
|
+
aj5() {
|
|
1939
1939
|
if (this.indicatorCharts != null || this.volumeChart != null) {
|
|
1940
|
-
this.
|
|
1940
|
+
this.aal(this.xAxis, (a) => a.visibility = 1);
|
|
1941
1941
|
}
|
|
1942
|
-
for (let a = 0; a < this.
|
|
1943
|
-
let b = this.
|
|
1944
|
-
let c = a < this.
|
|
1945
|
-
this.
|
|
1942
|
+
for (let a = 0; a < this.afs.count; a++) {
|
|
1943
|
+
let b = this.afs._inner[a];
|
|
1944
|
+
let c = a < this.afs.count - 1 || this.volumeChart != null;
|
|
1945
|
+
this.aal(b, (d) => d.visibility = c ? 1 : 0);
|
|
1946
1946
|
}
|
|
1947
1947
|
}
|
|
1948
|
-
|
|
1948
|
+
ala(a, b) {
|
|
1949
1949
|
if (a != null) {
|
|
1950
|
-
this.
|
|
1950
|
+
this.akw(a);
|
|
1951
1951
|
}
|
|
1952
1952
|
if (b != null) {
|
|
1953
|
-
this.
|
|
1953
|
+
this.aku(b);
|
|
1954
1954
|
}
|
|
1955
1955
|
}
|
|
1956
|
-
|
|
1957
|
-
this.
|
|
1958
|
-
this.
|
|
1956
|
+
alm(a, b) {
|
|
1957
|
+
this.ala(a, b);
|
|
1958
|
+
this.aj5();
|
|
1959
1959
|
if (this.volumeChart != null) {
|
|
1960
1960
|
if (this.volumeAxis != null) {
|
|
1961
1961
|
this.volumeChart.axes.add(this.volumeAxis);
|
|
1962
1962
|
this.volumeChart.axes.add(this.volumeXAxis);
|
|
1963
1963
|
}
|
|
1964
|
-
this.
|
|
1964
|
+
this.ak2();
|
|
1965
1965
|
this.volumeXAxis.itemsSource = this.xAxis.itemsSource;
|
|
1966
1966
|
}
|
|
1967
|
-
this.
|
|
1967
|
+
this.aln(a, b);
|
|
1968
1968
|
}
|
|
1969
|
-
|
|
1970
|
-
this.
|
|
1969
|
+
akl(a, b) {
|
|
1970
|
+
this.alk();
|
|
1971
1971
|
}
|
|
1972
|
-
|
|
1973
|
-
if (this.
|
|
1972
|
+
alk() {
|
|
1973
|
+
if (this.adc == null || +(this.adc.au) == +(dateMaxValue()) || +(this.adc.at) == +(dateMinValue()) || this.dataChart == null) {
|
|
1974
1974
|
return;
|
|
1975
1975
|
}
|
|
1976
1976
|
let a = this.xAxis;
|
|
1977
|
-
let b = a.getWindowRectForSelection(this.
|
|
1977
|
+
let b = a.getWindowRectForSelection(this.adc.au, this.adc.at);
|
|
1978
1978
|
if (b.width == 0 || isNaN_(b.width) || isInfinity(b.width)) {
|
|
1979
1979
|
return;
|
|
1980
1980
|
}
|
|
1981
|
-
this.
|
|
1981
|
+
this.afe = true;
|
|
1982
1982
|
this.dataChart.tp = new Rect(0, b.left, this.dataChart.tp.top, b.width, this.dataChart.tp.height);
|
|
1983
|
-
if (this.
|
|
1984
|
-
this.
|
|
1983
|
+
if (this.aeu != null) {
|
|
1984
|
+
this.aeu.windowRect = this.dataChart.s9;
|
|
1985
1985
|
}
|
|
1986
|
-
if (this.
|
|
1987
|
-
this.
|
|
1986
|
+
if (this.afd) {
|
|
1987
|
+
this.ak5(this.dataChart);
|
|
1988
1988
|
}
|
|
1989
|
-
this.
|
|
1989
|
+
this.afe = false;
|
|
1990
1990
|
}
|
|
1991
|
-
|
|
1992
|
-
this.
|
|
1993
|
-
this.
|
|
1991
|
+
aks(a, b) {
|
|
1992
|
+
this.ak6();
|
|
1993
|
+
this.alj(!this.afe);
|
|
1994
1994
|
}
|
|
1995
|
-
|
|
1996
|
-
if (!this.
|
|
1997
|
-
if (this.
|
|
1998
|
-
this.
|
|
1995
|
+
ake(a, b) {
|
|
1996
|
+
if (!this.afe) {
|
|
1997
|
+
if (this.afd) {
|
|
1998
|
+
this.ak5(a);
|
|
1999
1999
|
}
|
|
2000
2000
|
let c = false;
|
|
2001
|
-
let d = this.
|
|
2001
|
+
let d = this.si(() => this.alj(true), c);
|
|
2002
2002
|
c = d.p1;
|
|
2003
|
-
if (this.
|
|
2004
|
-
this.
|
|
2003
|
+
if (this.aeu != null) {
|
|
2004
|
+
this.aeu.windowRect = this.dataChart.s9;
|
|
2005
2005
|
}
|
|
2006
2006
|
}
|
|
2007
2007
|
}
|
|
2008
|
-
|
|
2008
|
+
ale(a, b, c, d) {
|
|
2009
2009
|
if (a == null || b == null) {
|
|
2010
2010
|
return;
|
|
2011
2011
|
}
|
|
2012
2012
|
if (c != -1) {
|
|
2013
|
-
this.
|
|
2013
|
+
this.afe = true;
|
|
2014
2014
|
a.tp = new Rect(0, d, a.s9.top, c, a.s9.height);
|
|
2015
|
-
this.
|
|
2015
|
+
this.afe = false;
|
|
2016
2016
|
}
|
|
2017
2017
|
let e = 1.7976931348623157E+308;
|
|
2018
2018
|
let f = -1.7976931348623157E+308;
|
|
@@ -2041,40 +2041,40 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2041
2041
|
if (e == 1.7976931348623157E+308 || f == -1.7976931348623157E+308 || isNaN_(e) || isNaN_(f)) {
|
|
2042
2042
|
return;
|
|
2043
2043
|
}
|
|
2044
|
-
this.
|
|
2044
|
+
this.afe = true;
|
|
2045
2045
|
let p = new Rect(0, o, e, n, f - e);
|
|
2046
2046
|
a.tp = p;
|
|
2047
|
-
this.
|
|
2047
|
+
this.afe = false;
|
|
2048
2048
|
}
|
|
2049
|
-
|
|
2049
|
+
ald(a) {
|
|
2050
2050
|
if (a == null) {
|
|
2051
2051
|
return;
|
|
2052
2052
|
}
|
|
2053
2053
|
if (a == this.dataChart) {
|
|
2054
|
-
this.
|
|
2054
|
+
this.ale(this.dataChart, this.yAxis, -1, -1);
|
|
2055
2055
|
if (this.volumeChart != null) {
|
|
2056
|
-
this.
|
|
2056
|
+
this.ale(this.volumeChart, this.volumeAxis, this.dataChart.s9.width, this.dataChart.s9.left);
|
|
2057
2057
|
}
|
|
2058
2058
|
}
|
|
2059
2059
|
else if (a == this.volumeChart) {
|
|
2060
|
-
this.
|
|
2061
|
-
this.
|
|
2060
|
+
this.ale(this.volumeChart, this.volumeAxis, -1, -1);
|
|
2061
|
+
this.ale(this.dataChart, this.yAxis, this.volumeChart.s9.width, this.volumeChart.s9.left);
|
|
2062
2062
|
}
|
|
2063
2063
|
}
|
|
2064
|
-
|
|
2065
|
-
this.
|
|
2064
|
+
ak5(a) {
|
|
2065
|
+
this.sh(() => this.ald(a));
|
|
2066
2066
|
}
|
|
2067
|
-
|
|
2068
|
-
if (this.
|
|
2069
|
-
this.
|
|
2067
|
+
akm(a, b) {
|
|
2068
|
+
if (this.afd) {
|
|
2069
|
+
this.ak5(a);
|
|
2070
2070
|
}
|
|
2071
2071
|
}
|
|
2072
|
-
|
|
2073
|
-
if (!this.
|
|
2072
|
+
all() {
|
|
2073
|
+
if (!this.afl) {
|
|
2074
2074
|
return;
|
|
2075
2075
|
}
|
|
2076
|
-
this.
|
|
2077
|
-
if (this.
|
|
2076
|
+
this.aj8();
|
|
2077
|
+
if (this.adq == 0) {
|
|
2078
2078
|
this.zoomSliderChart = null;
|
|
2079
2079
|
}
|
|
2080
2080
|
else if (this.zoomSliderChart == null) {
|
|
@@ -2085,16 +2085,16 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2085
2085
|
})());
|
|
2086
2086
|
}
|
|
2087
2087
|
else {
|
|
2088
|
-
this.
|
|
2088
|
+
this.ak3();
|
|
2089
2089
|
}
|
|
2090
2090
|
}
|
|
2091
|
-
|
|
2092
|
-
let container_ = this.
|
|
2091
|
+
aj8() {
|
|
2092
|
+
let container_ = this.ag2.rootWrapper.getNativeElement();
|
|
2093
2093
|
let containerParent_ = container_.parentElement;
|
|
2094
|
-
if (this.
|
|
2095
|
-
this.
|
|
2094
|
+
if (this.aeu != null && containerParent_ != null && !this.afm) {
|
|
2095
|
+
this.afm = true;
|
|
2096
2096
|
if (TypeRegistrar.isRegistered("IgxZoomSliderComponent")) {
|
|
2097
|
-
let z_ = this.
|
|
2097
|
+
let z_ = this.aeu;
|
|
2098
2098
|
let f_ = this.externalObject;
|
|
2099
2099
|
let sliderComponent_ = TypeRegistrar.get("IgxZoomSliderComponent");
|
|
2100
2100
|
let sliderInstance_ = TypeRegistrar.create("IgxZoomSliderComponent");
|
|
@@ -2103,11 +2103,11 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2103
2103
|
}
|
|
2104
2104
|
}
|
|
2105
2105
|
}
|
|
2106
|
-
|
|
2107
|
-
if (this.
|
|
2106
|
+
alf() {
|
|
2107
|
+
if (this.adl != 1) {
|
|
2108
2108
|
return;
|
|
2109
2109
|
}
|
|
2110
|
-
this.
|
|
2110
|
+
this.aar((a) => {
|
|
2111
2111
|
let b;
|
|
2112
2112
|
b = a.breaks;
|
|
2113
2113
|
b.clear();
|
|
@@ -2119,24 +2119,24 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2119
2119
|
}
|
|
2120
2120
|
});
|
|
2121
2121
|
}
|
|
2122
|
-
|
|
2123
|
-
super.
|
|
2124
|
-
if (this.
|
|
2125
|
-
if (this.
|
|
2126
|
-
this.
|
|
2122
|
+
s2(a, b, c) {
|
|
2123
|
+
super.s2(a, b, c);
|
|
2124
|
+
if (this.bb.dataSeries.count > 0) {
|
|
2125
|
+
if (this.adl == 1 && stringIsNullOrEmpty(this.k7)) {
|
|
2126
|
+
this.b1.setXMemberPath(a, c.getMemberPathFor(17));
|
|
2127
2127
|
}
|
|
2128
|
-
if (stringIsNullOrEmpty(this.
|
|
2129
|
-
this.
|
|
2128
|
+
if (stringIsNullOrEmpty(this.k9)) {
|
|
2129
|
+
this.b1.setYMemberPath(a, this.ah4(c));
|
|
2130
2130
|
}
|
|
2131
|
-
if (stringIsNullOrEmpty(this.
|
|
2132
|
-
this.
|
|
2131
|
+
if (stringIsNullOrEmpty(this.k3)) {
|
|
2132
|
+
this.b1.setLabelMemberPath(a, this.ah4(c));
|
|
2133
2133
|
}
|
|
2134
|
-
if (stringIsNullOrEmpty(this.
|
|
2135
|
-
this.
|
|
2134
|
+
if (stringIsNullOrEmpty(this.k0)) {
|
|
2135
|
+
this.b1.setContentMemberPath(a, this.ah4(c));
|
|
2136
2136
|
}
|
|
2137
2137
|
}
|
|
2138
2138
|
}
|
|
2139
|
-
|
|
2139
|
+
ah3(a) {
|
|
2140
2140
|
switch (a) {
|
|
2141
2141
|
case 0: return "Absolute Volume Oscillator";
|
|
2142
2142
|
case 1: return "Accumulation/Distribution Indicator";
|
|
@@ -2175,101 +2175,101 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2175
2175
|
default: return "Unknown";
|
|
2176
2176
|
}
|
|
2177
2177
|
}
|
|
2178
|
-
|
|
2179
|
-
super.
|
|
2178
|
+
aan(a) {
|
|
2179
|
+
super.aan(a);
|
|
2180
2180
|
let b = a;
|
|
2181
|
-
this.
|
|
2181
|
+
this.akv(b);
|
|
2182
2182
|
if (a.bf != null) {
|
|
2183
2183
|
for (let c of fromEnum(a.bf.series)) {
|
|
2184
|
-
if (this.
|
|
2185
|
-
this.
|
|
2184
|
+
if (this.ae6(c)) {
|
|
2185
|
+
this.ad0.setXAxis(c, b);
|
|
2186
2186
|
}
|
|
2187
|
-
else if (this.
|
|
2188
|
-
this.
|
|
2187
|
+
else if (this.afa(c)) {
|
|
2188
|
+
this.ady.setXAxis(c, b);
|
|
2189
2189
|
}
|
|
2190
|
-
else if (this.
|
|
2191
|
-
this.
|
|
2190
|
+
else if (this.ae7(c)) {
|
|
2191
|
+
this.ad2.setXAxis(c, b);
|
|
2192
2192
|
}
|
|
2193
|
-
else if (this.
|
|
2194
|
-
this.
|
|
2193
|
+
else if (this.ae9(c)) {
|
|
2194
|
+
this.ad7.setXAxis(c, b);
|
|
2195
2195
|
}
|
|
2196
2196
|
}
|
|
2197
2197
|
}
|
|
2198
|
-
this.
|
|
2199
|
-
d.zoomMaximumCategoryRange = this.
|
|
2200
|
-
d.zoomMaximumItemSpan = this.
|
|
2201
|
-
d.zoomToCategoryRange = this.
|
|
2202
|
-
d.zoomToCategoryStart = this.
|
|
2203
|
-
d.zoomToItemSpan = this.
|
|
2198
|
+
this.akz((d) => {
|
|
2199
|
+
d.zoomMaximumCategoryRange = this.agm;
|
|
2200
|
+
d.zoomMaximumItemSpan = this.agn;
|
|
2201
|
+
d.zoomToCategoryRange = this.ago;
|
|
2202
|
+
d.zoomToCategoryStart = this.agp;
|
|
2203
|
+
d.zoomToItemSpan = this.agq;
|
|
2204
2204
|
});
|
|
2205
2205
|
let d = a == this.zoomSliderXAxis;
|
|
2206
2206
|
if (d) {
|
|
2207
|
-
a.jv = this.
|
|
2208
|
-
a.eq = this.
|
|
2209
|
-
this.
|
|
2207
|
+
a.jv = this.alr;
|
|
2208
|
+
a.eq = this.agx;
|
|
2209
|
+
this.aal(a, (e) => e.visibility = 1);
|
|
2210
2210
|
}
|
|
2211
2211
|
let e = a;
|
|
2212
|
-
e.minimumValue = this.
|
|
2213
|
-
e.maximumValue = this.
|
|
2214
|
-
a.b0 = this.
|
|
2212
|
+
e.minimumValue = this.afy;
|
|
2213
|
+
e.maximumValue = this.afx;
|
|
2214
|
+
a.b0 = this.afg;
|
|
2215
2215
|
}
|
|
2216
|
-
|
|
2217
|
-
super.
|
|
2216
|
+
aap(a) {
|
|
2217
|
+
super.aap(a);
|
|
2218
2218
|
if (a.bf != null && a == this.yAxis) {
|
|
2219
2219
|
for (let b of fromEnum(a.bf.series)) {
|
|
2220
|
-
if (this.
|
|
2221
|
-
this.
|
|
2220
|
+
if (this.ae6(b)) {
|
|
2221
|
+
this.ad0.setYAxis(b, this.yAxis);
|
|
2222
2222
|
}
|
|
2223
|
-
else if (this.
|
|
2224
|
-
this.
|
|
2223
|
+
else if (this.afa(b)) {
|
|
2224
|
+
this.ady.setYAxis(b, this.yAxis);
|
|
2225
2225
|
}
|
|
2226
|
-
else if (this.
|
|
2227
|
-
this.
|
|
2226
|
+
else if (this.ae7(b)) {
|
|
2227
|
+
this.ad2.setYAxis(b, this.yAxis);
|
|
2228
2228
|
}
|
|
2229
|
-
else if (this.
|
|
2230
|
-
this.
|
|
2229
|
+
else if (this.ae9(b)) {
|
|
2230
|
+
this.ad7.setYAxis(b, this.yAxis);
|
|
2231
2231
|
}
|
|
2232
2232
|
}
|
|
2233
2233
|
}
|
|
2234
|
-
a.k8 = this.
|
|
2235
|
-
a.l3 = this.
|
|
2236
|
-
a.l2 = this.
|
|
2234
|
+
a.k8 = this.afh;
|
|
2235
|
+
a.l3 = this.agv;
|
|
2236
|
+
a.l2 = this.agu;
|
|
2237
2237
|
if (a == this.yAxis) {
|
|
2238
|
-
a.lz = this.
|
|
2238
|
+
a.lz = this.agt;
|
|
2239
2239
|
}
|
|
2240
2240
|
let c = a == this.zoomSliderAxis;
|
|
2241
2241
|
if (c) {
|
|
2242
|
-
this.
|
|
2242
|
+
this.aal(a, (d) => d.visibility = 1);
|
|
2243
2243
|
}
|
|
2244
|
-
a.b0 = this.
|
|
2244
|
+
a.b0 = this.afi;
|
|
2245
2245
|
}
|
|
2246
|
-
|
|
2246
|
+
akv(a) {
|
|
2247
2247
|
a.itemsSource = this.dataChart != null && this.dataChart.series.count > 0 ? this.dataChart.series._inner[0].itemsSource : null;
|
|
2248
|
-
a.fz = XYChart.
|
|
2249
|
-
if (this.
|
|
2250
|
-
let b = this.
|
|
2248
|
+
a.fz = XYChart.ya(a, this.bb.dataSeries);
|
|
2249
|
+
if (this.bb.dataSeries.count > 0) {
|
|
2250
|
+
let b = this.bb.dataSeries._inner[0].getMemberPathFor(17);
|
|
2251
2251
|
a.hx(b);
|
|
2252
2252
|
}
|
|
2253
2253
|
}
|
|
2254
|
-
|
|
2255
|
-
super.
|
|
2254
|
+
rs(a, b) {
|
|
2255
|
+
super.rs(a, b);
|
|
2256
2256
|
if (a == null) {
|
|
2257
2257
|
return;
|
|
2258
2258
|
}
|
|
2259
2259
|
let c = this.zoomSliderChart == a.cb;
|
|
2260
2260
|
let d = this.dataChart != null && this.dataChart.series.contains(a);
|
|
2261
2261
|
if ((d || c) && a.d4) {
|
|
2262
|
-
a.mq(this.
|
|
2262
|
+
a.mq(this.acn != null ? ArrayExtension.getModulus$1(Brush.$, this.acn, b) : null, this.aco != null ? ArrayExtension.getModulus$1(Brush.$, this.aco, b) : null);
|
|
2263
2263
|
}
|
|
2264
|
-
let e = this.
|
|
2265
|
-
if (this.
|
|
2266
|
-
a.o7 = this.
|
|
2267
|
-
a.pc = this.
|
|
2268
|
-
a.g1 = this.
|
|
2264
|
+
let e = this.ae7(a);
|
|
2265
|
+
if (this.ae9(a)) {
|
|
2266
|
+
a.o7 = this.acp != null ? ArrayExtension.getModulus$1(Brush.$, this.acp, b) : null;
|
|
2267
|
+
a.pc = this.acq != null ? ArrayExtension.getModulus$1(Brush.$, this.acq, b) : null;
|
|
2268
|
+
a.g1 = this.agj;
|
|
2269
2269
|
}
|
|
2270
2270
|
else if (e) {
|
|
2271
|
-
a.o7 = this.
|
|
2272
|
-
a.g1 = this.
|
|
2271
|
+
a.o7 = this.acl != null ? ArrayExtension.getModulus$1(Brush.$, this.acl, b) : null;
|
|
2272
|
+
a.g1 = this.agh;
|
|
2273
2273
|
}
|
|
2274
2274
|
else if (!a.dc && (d || c)) {
|
|
2275
2275
|
a.o7 = this.aa != null ? ArrayExtension.getModulus$1(Brush.$, this.aa, b) : null;
|
|
@@ -2277,34 +2277,34 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2277
2277
|
}
|
|
2278
2278
|
let f = this.volumeChart != null && this.volumeChart == a.cb;
|
|
2279
2279
|
if (f) {
|
|
2280
|
-
a.g1 = this.
|
|
2280
|
+
a.g1 = this.agl;
|
|
2281
2281
|
}
|
|
2282
|
-
a.legend = c || f || e || !a.isUsableInLegend ? null : this.legend != null ? this.legend : this.
|
|
2282
|
+
a.legend = c || f || e || !a.isUsableInLegend ? null : this.legend != null ? this.legend : this.ae8 ? this.adw : null;
|
|
2283
2283
|
}
|
|
2284
|
-
|
|
2285
|
-
super.
|
|
2284
|
+
sd(a, b, c) {
|
|
2285
|
+
super.sd(a, b, c);
|
|
2286
2286
|
switch (a) {
|
|
2287
2287
|
case "YAxisIsLogarithmic":
|
|
2288
|
-
this.yAxis.lg = this.
|
|
2288
|
+
this.yAxis.lg = this.afj;
|
|
2289
2289
|
if (this.volumeAxis != null) {
|
|
2290
|
-
this.volumeAxis.lg = this.
|
|
2290
|
+
this.volumeAxis.lg = this.afj;
|
|
2291
2291
|
}
|
|
2292
2292
|
if (this.zoomSliderAxis != null) {
|
|
2293
|
-
this.zoomSliderAxis.lg = this.
|
|
2293
|
+
this.zoomSliderAxis.lg = this.afj;
|
|
2294
2294
|
}
|
|
2295
2295
|
break;
|
|
2296
2296
|
case "YAxisLogarithmBase":
|
|
2297
|
-
this.yAxis.l7 = this.
|
|
2297
|
+
this.yAxis.l7 = this.ahh;
|
|
2298
2298
|
if (this.volumeAxis != null) {
|
|
2299
|
-
this.volumeAxis.l7 = this.
|
|
2299
|
+
this.volumeAxis.l7 = this.ahh;
|
|
2300
2300
|
}
|
|
2301
2301
|
if (this.zoomSliderAxis != null) {
|
|
2302
|
-
this.zoomSliderAxis.l7 = this.
|
|
2302
|
+
this.zoomSliderAxis.l7 = this.ahh;
|
|
2303
2303
|
}
|
|
2304
2304
|
break;
|
|
2305
2305
|
case "VolumeType":
|
|
2306
2306
|
let d = EnumUtil.getEnumValue(FinancialChartVolumeType_$type, b);
|
|
2307
|
-
if (this.
|
|
2307
|
+
if (this.adj == 0) {
|
|
2308
2308
|
this.volumeChart = null;
|
|
2309
2309
|
}
|
|
2310
2310
|
else if (this.volumeChart == null) {
|
|
@@ -2315,70 +2315,70 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2315
2315
|
})());
|
|
2316
2316
|
}
|
|
2317
2317
|
else {
|
|
2318
|
-
this.
|
|
2318
|
+
this.ak2();
|
|
2319
2319
|
}
|
|
2320
2320
|
break;
|
|
2321
2321
|
case "VolumeChart":
|
|
2322
|
-
this.
|
|
2322
|
+
this.alm(typeCast(XamDataChart.$, b), typeCast(XamDataChart.$, c));
|
|
2323
2323
|
break;
|
|
2324
2324
|
case "DataChart":
|
|
2325
2325
|
if (typeCast(XamDataChart.$, b) !== null) {
|
|
2326
2326
|
let e = b;
|
|
2327
|
-
e.gridAreaRectChanged = delegateRemove(e.gridAreaRectChanged, runOn(this, this.
|
|
2328
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
2329
|
-
e.seriesDataUpdated = delegateRemove(e.seriesDataUpdated, runOn(this, this.
|
|
2327
|
+
e.gridAreaRectChanged = delegateRemove(e.gridAreaRectChanged, runOn(this, this.akh));
|
|
2328
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.ake));
|
|
2329
|
+
e.seriesDataUpdated = delegateRemove(e.seriesDataUpdated, runOn(this, this.akm));
|
|
2330
2330
|
}
|
|
2331
2331
|
if (this.dataChart != null) {
|
|
2332
2332
|
let f = this.dataChart;
|
|
2333
|
-
f.gridAreaRectChanged = delegateCombine(f.gridAreaRectChanged, runOn(this, this.
|
|
2333
|
+
f.gridAreaRectChanged = delegateCombine(f.gridAreaRectChanged, runOn(this, this.akh));
|
|
2334
2334
|
let g = this.dataChart;
|
|
2335
|
-
g.actualWindowRectChanged = delegateCombine(g.actualWindowRectChanged, runOn(this, this.
|
|
2335
|
+
g.actualWindowRectChanged = delegateCombine(g.actualWindowRectChanged, runOn(this, this.ake));
|
|
2336
2336
|
let h = this.dataChart;
|
|
2337
|
-
h.seriesDataUpdated = delegateCombine(h.seriesDataUpdated, runOn(this, this.
|
|
2337
|
+
h.seriesDataUpdated = delegateCombine(h.seriesDataUpdated, runOn(this, this.akm));
|
|
2338
2338
|
}
|
|
2339
|
-
this.
|
|
2339
|
+
this.all();
|
|
2340
2340
|
break;
|
|
2341
2341
|
case "XAxisMode":
|
|
2342
|
-
this.xAxis = this.
|
|
2342
|
+
this.xAxis = this.acy(this.adl);
|
|
2343
2343
|
this.xAxis.name = "xAxis";
|
|
2344
|
-
this.volumeXAxis = this.
|
|
2344
|
+
this.volumeXAxis = this.acy(this.adl);
|
|
2345
2345
|
this.volumeXAxis.name = "volumeXAxis";
|
|
2346
|
-
this.indicatorXAxis = this.
|
|
2346
|
+
this.indicatorXAxis = this.acy(this.adl);
|
|
2347
2347
|
this.indicatorXAxis.name = "indicatorXAxis_0";
|
|
2348
|
-
this.zoomSliderXAxis = this.
|
|
2348
|
+
this.zoomSliderXAxis = this.acy(this.adl);
|
|
2349
2349
|
this.zoomSliderXAxis.name = "zoomSliderXAxis";
|
|
2350
|
-
this.
|
|
2351
|
-
this.
|
|
2352
|
-
if (this.
|
|
2353
|
-
this.
|
|
2350
|
+
this.aal(this.zoomSliderXAxis, (i) => i.visibility = 1);
|
|
2351
|
+
this.aj5();
|
|
2352
|
+
if (this.adl == 1) {
|
|
2353
|
+
this.alf();
|
|
2354
2354
|
}
|
|
2355
2355
|
break;
|
|
2356
2356
|
case "YAxisMode":
|
|
2357
|
-
this.yAxis = this.
|
|
2357
|
+
this.yAxis = this.aec(this.adn);
|
|
2358
2358
|
this.yAxis.name = "yAxis";
|
|
2359
|
-
this.zoomSliderAxis = this.
|
|
2359
|
+
this.zoomSliderAxis = this.aec(this.adn);
|
|
2360
2360
|
this.zoomSliderAxis.name = "zoomSliderAxis";
|
|
2361
|
-
this.volumeAxis = this.
|
|
2361
|
+
this.volumeAxis = this.aec(this.adn);
|
|
2362
2362
|
this.volumeAxis.name = "volumeAxis";
|
|
2363
2363
|
break;
|
|
2364
2364
|
case "Toolbar":
|
|
2365
2365
|
let i = typeCast(FinancialChartToolbar.$, b);
|
|
2366
2366
|
if (i != null) {
|
|
2367
|
-
i.rangeChanged = delegateRemove(i.rangeChanged, runOn(this, this.
|
|
2368
|
-
i.indicatorTypesChanged = delegateRemove(i.indicatorTypesChanged, runOn(this, this.
|
|
2369
|
-
i.overlayTypesChanged = delegateRemove(i.overlayTypesChanged, runOn(this, this.
|
|
2370
|
-
}
|
|
2371
|
-
if (this.
|
|
2372
|
-
this.
|
|
2373
|
-
this.
|
|
2374
|
-
this.
|
|
2375
|
-
this.
|
|
2376
|
-
let j = this.
|
|
2377
|
-
j.rangeChanged = delegateCombine(j.rangeChanged, runOn(this, this.
|
|
2378
|
-
let k = this.
|
|
2379
|
-
k.indicatorTypesChanged = delegateCombine(k.indicatorTypesChanged, runOn(this, this.
|
|
2380
|
-
let l = this.
|
|
2381
|
-
l.overlayTypesChanged = delegateCombine(l.overlayTypesChanged, runOn(this, this.
|
|
2367
|
+
i.rangeChanged = delegateRemove(i.rangeChanged, runOn(this, this.akl));
|
|
2368
|
+
i.indicatorTypesChanged = delegateRemove(i.indicatorTypesChanged, runOn(this, this.ako));
|
|
2369
|
+
i.overlayTypesChanged = delegateRemove(i.overlayTypesChanged, runOn(this, this.akp));
|
|
2370
|
+
}
|
|
2371
|
+
if (this.adc != null) {
|
|
2372
|
+
this.adc.ae = this.ads;
|
|
2373
|
+
this.adc.ag = this.adu;
|
|
2374
|
+
this.adc.u = this.ac9;
|
|
2375
|
+
this.alj(true);
|
|
2376
|
+
let j = this.adc;
|
|
2377
|
+
j.rangeChanged = delegateCombine(j.rangeChanged, runOn(this, this.akl));
|
|
2378
|
+
let k = this.adc;
|
|
2379
|
+
k.indicatorTypesChanged = delegateCombine(k.indicatorTypesChanged, runOn(this, this.ako));
|
|
2380
|
+
let l = this.adc;
|
|
2381
|
+
l.overlayTypesChanged = delegateCombine(l.overlayTypesChanged, runOn(this, this.akp));
|
|
2382
2382
|
}
|
|
2383
2383
|
break;
|
|
2384
2384
|
case "XAxis":
|
|
@@ -2390,47 +2390,47 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2390
2390
|
}
|
|
2391
2391
|
let n = typeCast(ITimeRangeSelectorAxis_$type, b);
|
|
2392
2392
|
if (n != null) {
|
|
2393
|
-
n.visibleRangeChanged = delegateRemove(n.visibleRangeChanged, runOn(this, this.
|
|
2393
|
+
n.visibleRangeChanged = delegateRemove(n.visibleRangeChanged, runOn(this, this.aks));
|
|
2394
2394
|
}
|
|
2395
2395
|
if (this.dataChart != null) {
|
|
2396
2396
|
this.dataChart.axes.add(this.xAxis);
|
|
2397
2397
|
}
|
|
2398
|
-
if (this.
|
|
2399
|
-
this.
|
|
2400
|
-
this.
|
|
2398
|
+
if (this.e9) {
|
|
2399
|
+
this.aan(this.xAxis);
|
|
2400
|
+
this.ra();
|
|
2401
2401
|
}
|
|
2402
|
-
this.
|
|
2403
|
-
this.
|
|
2404
|
-
this.
|
|
2402
|
+
this.alj(false);
|
|
2403
|
+
this.alk();
|
|
2404
|
+
this.ak6();
|
|
2405
2405
|
let o = this.xAxis;
|
|
2406
|
-
o.visibleRangeChanged = delegateCombine(o.visibleRangeChanged, runOn(this, this.
|
|
2406
|
+
o.visibleRangeChanged = delegateCombine(o.visibleRangeChanged, runOn(this, this.aks));
|
|
2407
2407
|
break;
|
|
2408
2408
|
case "XAxisZoomMaximumCategoryRange":
|
|
2409
|
-
this.
|
|
2409
|
+
this.akz((p) => p.zoomMaximumCategoryRange = this.agm);
|
|
2410
2410
|
break;
|
|
2411
2411
|
case "XAxisZoomMaximumItemSpan":
|
|
2412
|
-
this.
|
|
2412
|
+
this.akz((p) => p.zoomMaximumItemSpan = this.agn);
|
|
2413
2413
|
break;
|
|
2414
2414
|
case "XAxisZoomToCategoryRange":
|
|
2415
|
-
this.
|
|
2415
|
+
this.akz((p) => p.zoomToCategoryRange = this.ago);
|
|
2416
2416
|
break;
|
|
2417
2417
|
case "XAxisZoomToCategoryStart":
|
|
2418
|
-
this.
|
|
2418
|
+
this.akz((p) => p.zoomToCategoryStart = this.agp);
|
|
2419
2419
|
break;
|
|
2420
2420
|
case "XAxisZoomToItemSpan":
|
|
2421
|
-
this.
|
|
2421
|
+
this.akz((p) => p.zoomToItemSpan = this.agq);
|
|
2422
2422
|
break;
|
|
2423
2423
|
case "ChartType":
|
|
2424
|
-
this.
|
|
2424
|
+
this.sx();
|
|
2425
2425
|
break;
|
|
2426
2426
|
case "VolumeXAxis":
|
|
2427
|
-
this.
|
|
2427
|
+
this.alc(this.volumeChart, typeCast(Axis.$, b), this.volumeXAxis);
|
|
2428
2428
|
break;
|
|
2429
2429
|
case "ZoomSliderXAxis":
|
|
2430
|
-
this.
|
|
2430
|
+
this.alc(this.zoomSliderChart, typeCast(Axis.$, b), this.zoomSliderXAxis);
|
|
2431
2431
|
break;
|
|
2432
2432
|
case "IndicatorXAxis":
|
|
2433
|
-
this.
|
|
2433
|
+
this.alg();
|
|
2434
2434
|
break;
|
|
2435
2435
|
case "YAxis":
|
|
2436
2436
|
let p = typeCast(NumericYAxis.$, b);
|
|
@@ -2442,12 +2442,12 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2442
2442
|
if (this.dataChart != null) {
|
|
2443
2443
|
this.dataChart.axes.add(this.yAxis);
|
|
2444
2444
|
}
|
|
2445
|
-
if (this.
|
|
2446
|
-
this.
|
|
2447
|
-
this.
|
|
2445
|
+
if (this.e9) {
|
|
2446
|
+
this.aap(this.yAxis);
|
|
2447
|
+
this.aap(this.yAxis);
|
|
2448
2448
|
}
|
|
2449
2449
|
let q = this.yAxis;
|
|
2450
|
-
q.rangeChanged = delegateCombine(q.rangeChanged, runOn(this, this.
|
|
2450
|
+
q.rangeChanged = delegateCombine(q.rangeChanged, runOn(this, this.akt));
|
|
2451
2451
|
break;
|
|
2452
2452
|
case "VolumeAxis":
|
|
2453
2453
|
let r = typeCast(Axis.$, b);
|
|
@@ -2456,13 +2456,13 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2456
2456
|
}
|
|
2457
2457
|
if (this.volumeChart != null && this.volumeAxis != null) {
|
|
2458
2458
|
this.volumeChart.axes.add(this.volumeAxis);
|
|
2459
|
-
this.
|
|
2459
|
+
this.ak2();
|
|
2460
2460
|
}
|
|
2461
|
-
if (this.
|
|
2462
|
-
this.
|
|
2461
|
+
if (this.e9) {
|
|
2462
|
+
this.aap(this.volumeAxis);
|
|
2463
2463
|
}
|
|
2464
2464
|
let s = this.volumeAxis;
|
|
2465
|
-
s.rangeChanged = delegateCombine(s.rangeChanged, runOn(this, this.
|
|
2465
|
+
s.rangeChanged = delegateCombine(s.rangeChanged, runOn(this, this.akt));
|
|
2466
2466
|
break;
|
|
2467
2467
|
case "IndicatorAxis":
|
|
2468
2468
|
if (this.indicatorCharts != null) {
|
|
@@ -2481,8 +2481,8 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2481
2481
|
if (t == 0) {
|
|
2482
2482
|
y = this.indicatorAxis;
|
|
2483
2483
|
}
|
|
2484
|
-
else if (this.
|
|
2485
|
-
y = this.
|
|
2484
|
+
else if (this.adn == 1) {
|
|
2485
|
+
y = this.aec(this.adn);
|
|
2486
2486
|
}
|
|
2487
2487
|
else if (typeCast(NumericYAxis.$, this.indicatorAxis) !== null) {
|
|
2488
2488
|
y = new NumericYAxis();
|
|
@@ -2490,21 +2490,21 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2490
2490
|
if (y != null) {
|
|
2491
2491
|
u.axes.add(y);
|
|
2492
2492
|
}
|
|
2493
|
-
if (this.
|
|
2494
|
-
this.
|
|
2493
|
+
if (this.e9) {
|
|
2494
|
+
this.aap(y);
|
|
2495
2495
|
}
|
|
2496
2496
|
}
|
|
2497
2497
|
}
|
|
2498
2498
|
break;
|
|
2499
2499
|
case "IsWindowSyncedToVisibleRange":
|
|
2500
2500
|
if (this.dataChart != null) {
|
|
2501
|
-
this.dataChart.un = this.
|
|
2501
|
+
this.dataChart.un = this.fy && this.fx;
|
|
2502
2502
|
}
|
|
2503
2503
|
if (this.volumeChart != null) {
|
|
2504
|
-
this.volumeChart.un = this.
|
|
2504
|
+
this.volumeChart.un = this.fy && this.fx;
|
|
2505
2505
|
}
|
|
2506
|
-
if (this.
|
|
2507
|
-
this.
|
|
2506
|
+
if (this.afd) {
|
|
2507
|
+
this.ald(this.dataChart);
|
|
2508
2508
|
}
|
|
2509
2509
|
else {
|
|
2510
2510
|
this.volumeChart.vu = 1;
|
|
@@ -2513,132 +2513,132 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2513
2513
|
case "IndicatorTypes":
|
|
2514
2514
|
let z = typeCast(ObservableCollection$1.$.specialize(FinancialIndicatorType_$type), b);
|
|
2515
2515
|
if (z != null) {
|
|
2516
|
-
z.collectionChanged = delegateRemove(z.collectionChanged, runOn(this, this.
|
|
2516
|
+
z.collectionChanged = delegateRemove(z.collectionChanged, runOn(this, this.aki));
|
|
2517
2517
|
}
|
|
2518
2518
|
let aa = typeCast(ObservableCollection$1.$.specialize(FinancialIndicatorType_$type), c);
|
|
2519
2519
|
if (aa != null) {
|
|
2520
|
-
aa.collectionChanged = delegateCombine(aa.collectionChanged, runOn(this, this.
|
|
2520
|
+
aa.collectionChanged = delegateCombine(aa.collectionChanged, runOn(this, this.aki));
|
|
2521
2521
|
}
|
|
2522
|
-
this.
|
|
2522
|
+
this.alg();
|
|
2523
2523
|
break;
|
|
2524
2524
|
case "OverlayTypes":
|
|
2525
2525
|
let ab = typeCast(ObservableCollection$1.$.specialize(FinancialOverlayType_$type), b);
|
|
2526
2526
|
if (ab != null) {
|
|
2527
|
-
ab.collectionChanged = delegateRemove(ab.collectionChanged, runOn(this, this.
|
|
2527
|
+
ab.collectionChanged = delegateRemove(ab.collectionChanged, runOn(this, this.akj));
|
|
2528
2528
|
}
|
|
2529
2529
|
let ac = typeCast(ObservableCollection$1.$.specialize(FinancialOverlayType_$type), c);
|
|
2530
2530
|
if (ac != null) {
|
|
2531
|
-
ac.collectionChanged = delegateCombine(ac.collectionChanged, runOn(this, this.
|
|
2531
|
+
ac.collectionChanged = delegateCombine(ac.collectionChanged, runOn(this, this.akj));
|
|
2532
2532
|
}
|
|
2533
|
-
this.
|
|
2533
|
+
this.ali();
|
|
2534
2534
|
break;
|
|
2535
2535
|
case "YAxisAbbreviateLargeNumbers":
|
|
2536
|
-
this.
|
|
2536
|
+
this.aaw((ad) => ad.k8 = this.afh);
|
|
2537
2537
|
break;
|
|
2538
2538
|
case "YAxisMinimumValue":
|
|
2539
|
-
this.
|
|
2539
|
+
this.aax((ad) => ad.l3 = this.agv, false);
|
|
2540
2540
|
break;
|
|
2541
2541
|
case "YAxisMaximumValue":
|
|
2542
|
-
this.
|
|
2542
|
+
this.aax((ad) => ad.l2 = this.agu, false);
|
|
2543
2543
|
break;
|
|
2544
2544
|
case "YAxisInterval":
|
|
2545
|
-
this.
|
|
2545
|
+
this.aax((ad) => ad.lz = this.agt, false);
|
|
2546
2546
|
break;
|
|
2547
2547
|
case "Thickness":
|
|
2548
2548
|
case "ZoomSliderType":
|
|
2549
|
-
this.
|
|
2549
|
+
this.all();
|
|
2550
2550
|
break;
|
|
2551
2551
|
case "ZoomSliderChart":
|
|
2552
|
-
if (!this.
|
|
2552
|
+
if (!this.afk) {
|
|
2553
2553
|
return;
|
|
2554
2554
|
}
|
|
2555
|
-
this.
|
|
2555
|
+
this.alo(typeCast(XamDataChart.$, b), typeCast(XamDataChart.$, c));
|
|
2556
2556
|
break;
|
|
2557
2557
|
case "NegativeBrushes":
|
|
2558
2558
|
case "NegativeOutlines":
|
|
2559
|
-
this.
|
|
2559
|
+
this.akb((ad, ae) => {
|
|
2560
2560
|
if (ad.d4) {
|
|
2561
|
-
ad.mq(this.
|
|
2561
|
+
ad.mq(this.acn != null ? ArrayExtension.getModulus$1(Brush.$, this.acn, ae) : null, this.aco != null ? ArrayExtension.getModulus$1(Brush.$, this.aco, ae) : null);
|
|
2562
2562
|
}
|
|
2563
2563
|
}, true);
|
|
2564
2564
|
break;
|
|
2565
2565
|
case "OverlayBrushes":
|
|
2566
|
-
this.
|
|
2566
|
+
this.aka((ad, ae) => ad.o7 = this.acp != null ? ArrayExtension.getModulus$1(Brush.$, this.acp, ae) : null);
|
|
2567
2567
|
break;
|
|
2568
2568
|
case "OverlayOutlines":
|
|
2569
|
-
this.
|
|
2569
|
+
this.aka((ad, ae) => ad.pc = this.acq != null ? ArrayExtension.getModulus$1(Brush.$, this.acq, ae) : null);
|
|
2570
2570
|
break;
|
|
2571
2571
|
case "OverlayThickness":
|
|
2572
|
-
this.
|
|
2572
|
+
this.aka((ad, ae) => ad.g1 = this.agj);
|
|
2573
2573
|
break;
|
|
2574
2574
|
case "OverlayMultiplier":
|
|
2575
|
-
this.
|
|
2575
|
+
this.aka((ad, ae) => this.ad7.setMultiplier(ad, this.agi));
|
|
2576
2576
|
break;
|
|
2577
2577
|
case "VolumeBrushes":
|
|
2578
|
-
this.
|
|
2578
|
+
this.akc((ad, ae) => ad.o7 = ArrayExtension.getModulus$1(Brush.$, this.acr, ae));
|
|
2579
2579
|
break;
|
|
2580
2580
|
case "VolumeOutlines":
|
|
2581
|
-
this.
|
|
2581
|
+
this.akc((ad, ae) => ad.pc = ArrayExtension.getModulus$1(Brush.$, this.acs, ae));
|
|
2582
2582
|
break;
|
|
2583
2583
|
case "VolumeThickness":
|
|
2584
|
-
this.
|
|
2584
|
+
this.akc((ad, ae) => ad.g1 = this.agl);
|
|
2585
2585
|
break;
|
|
2586
2586
|
case "IndicatorNegativeBrushes":
|
|
2587
|
-
this.
|
|
2587
|
+
this.aj9((ad, ae) => this.ad2.setNegativeBrush(ad, ArrayExtension.getModulus$1(Brush.$, this.acm, ae)));
|
|
2588
2588
|
break;
|
|
2589
2589
|
case "IndicatorBrushes":
|
|
2590
|
-
this.
|
|
2590
|
+
this.aj9((ad, ae) => ad.o7 = ArrayExtension.getModulus$1(Brush.$, this.acl, ae));
|
|
2591
2591
|
break;
|
|
2592
2592
|
case "IndicatorThickness":
|
|
2593
|
-
this.
|
|
2593
|
+
this.aj9((ad, ae) => ad.g1 = this.agh);
|
|
2594
2594
|
break;
|
|
2595
2595
|
case "IndicatorDisplayTypes":
|
|
2596
|
-
this.
|
|
2596
|
+
this.aj9((ad, ae) => this.ad2.setDisplayType(ad, ArrayExtension.getModulus$1(IndicatorDisplayType_$type, this.ad4, ae)));
|
|
2597
2597
|
break;
|
|
2598
2598
|
case "IndicatorPeriod":
|
|
2599
|
-
this.
|
|
2600
|
-
if (this.
|
|
2599
|
+
this.aj9((ad, ae) => {
|
|
2600
|
+
if (this.ahc == -2147483648) {
|
|
2601
2601
|
return;
|
|
2602
2602
|
}
|
|
2603
|
-
this.
|
|
2603
|
+
this.ad2.setPeriodOverride(ad, this.ahc);
|
|
2604
2604
|
});
|
|
2605
2605
|
break;
|
|
2606
2606
|
case "IndicatorMultiplier":
|
|
2607
|
-
this.
|
|
2607
|
+
this.aj9((ad, ae) => this.ad2.setMultiplier(ad, this.agg));
|
|
2608
2608
|
break;
|
|
2609
2609
|
case "IndicatorSmoothingPeriod":
|
|
2610
|
-
this.
|
|
2610
|
+
this.aj9((ad, ae) => this.ad2.setSmoothingPeriod(ad, this.ahf));
|
|
2611
2611
|
break;
|
|
2612
2612
|
case "IndicatorShortPeriod":
|
|
2613
|
-
this.
|
|
2613
|
+
this.aj9((ad, ae) => this.ad2.setShortPeriod(ad, this.ahd));
|
|
2614
2614
|
break;
|
|
2615
2615
|
case "IndicatorLongPeriod":
|
|
2616
|
-
this.
|
|
2616
|
+
this.aj9((ad, ae) => this.ad2.setLongPeriod(ad, this.ahb));
|
|
2617
2617
|
break;
|
|
2618
2618
|
case "IndicatorSignalPeriod":
|
|
2619
|
-
this.
|
|
2619
|
+
this.aj9((ad, ae) => this.ad2.setSignalPeriod(ad, this.ahe));
|
|
2620
2620
|
break;
|
|
2621
2621
|
case "RangeSelectorOptions":
|
|
2622
2622
|
let ad = typeCast(FinancialChartRangeSelectorOptionCollection.$, b);
|
|
2623
2623
|
if (ad != null) {
|
|
2624
|
-
ad.collectionChanged = delegateRemove(ad.collectionChanged, runOn(this, this.
|
|
2624
|
+
ad.collectionChanged = delegateRemove(ad.collectionChanged, runOn(this, this.akk));
|
|
2625
2625
|
}
|
|
2626
|
-
if (this.
|
|
2627
|
-
let ae = this.
|
|
2628
|
-
ae.collectionChanged = delegateCombine(ae.collectionChanged, runOn(this, this.
|
|
2626
|
+
if (this.ada != null) {
|
|
2627
|
+
let ae = this.ada;
|
|
2628
|
+
ae.collectionChanged = delegateCombine(ae.collectionChanged, runOn(this, this.akk));
|
|
2629
2629
|
}
|
|
2630
|
-
this.
|
|
2630
|
+
this.ak6();
|
|
2631
2631
|
break;
|
|
2632
2632
|
case "CustomIndicatorNames":
|
|
2633
2633
|
let af = typeCast(ObservableCollection$1.$.specialize(String_$type), b);
|
|
2634
2634
|
if (af != null) {
|
|
2635
|
-
af.collectionChanged = delegateRemove(af.collectionChanged, runOn(this, this.
|
|
2635
|
+
af.collectionChanged = delegateRemove(af.collectionChanged, runOn(this, this.akg));
|
|
2636
2636
|
}
|
|
2637
2637
|
if (this.customIndicatorNames != null) {
|
|
2638
2638
|
let ag = this.customIndicatorNames;
|
|
2639
|
-
ag.collectionChanged = delegateCombine(ag.collectionChanged, runOn(this, this.
|
|
2639
|
+
ag.collectionChanged = delegateCombine(ag.collectionChanged, runOn(this, this.akg));
|
|
2640
2640
|
}
|
|
2641
|
-
this.
|
|
2641
|
+
this.alg();
|
|
2642
2642
|
break;
|
|
2643
2643
|
case "Legend":
|
|
2644
2644
|
if (this.zoomSliderChart != null) {
|
|
@@ -2646,40 +2646,40 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2646
2646
|
}
|
|
2647
2647
|
break;
|
|
2648
2648
|
case "Brushes":
|
|
2649
|
-
this.
|
|
2649
|
+
this.akb((ah, ai) => ah.o7 = this.aa != null ? ArrayExtension.getModulus$1(Brush.$, this.aa, ai) : null, true);
|
|
2650
2650
|
break;
|
|
2651
2651
|
case "Outlines":
|
|
2652
|
-
this.
|
|
2652
|
+
this.akb((ah, ai) => ah.pc = this.ae != null ? ArrayExtension.getModulus$1(Brush.$, this.ae, ai) : null, true);
|
|
2653
2653
|
break;
|
|
2654
2654
|
case "XAxisLabelVisibility":
|
|
2655
|
-
if (this.
|
|
2656
|
-
this.
|
|
2655
|
+
if (this.acb == 0 && this.zoomSliderXAxis != null) {
|
|
2656
|
+
this.aal(this.zoomSliderXAxis, (ah) => ah.visibility = 1);
|
|
2657
2657
|
}
|
|
2658
|
-
this.
|
|
2658
|
+
this.aj5();
|
|
2659
2659
|
break;
|
|
2660
2660
|
case "YAxisLabelVisibility":
|
|
2661
|
-
if (this.
|
|
2661
|
+
if (this.acc != 0 || this.zoomSliderAxis == null) {
|
|
2662
2662
|
break;
|
|
2663
2663
|
}
|
|
2664
|
-
this.
|
|
2664
|
+
this.aal(this.zoomSliderAxis, (ah) => ah.visibility = 1);
|
|
2665
2665
|
break;
|
|
2666
2666
|
case "ZoomSliderXAxisMajorStroke":
|
|
2667
|
-
this.zoomSliderXAxis.jv = this.
|
|
2667
|
+
this.zoomSliderXAxis.jv = this.alr;
|
|
2668
2668
|
break;
|
|
2669
2669
|
case "ZoomSliderXAxisMajorStrokeThickness":
|
|
2670
|
-
this.zoomSliderXAxis.eq = this.
|
|
2670
|
+
this.zoomSliderXAxis.eq = this.agx;
|
|
2671
2671
|
break;
|
|
2672
2672
|
case "FinancialChartLegend":
|
|
2673
2673
|
case "IsLegendVisible":
|
|
2674
|
-
let ah = this.
|
|
2674
|
+
let ah = this.ae8 && this.legend == null;
|
|
2675
2675
|
{
|
|
2676
2676
|
let ai = (aj, ak) => {
|
|
2677
2677
|
if (aj.isUsableInLegend) {
|
|
2678
|
-
aj.legend = ah ? this.
|
|
2678
|
+
aj.legend = ah ? this.adw : null;
|
|
2679
2679
|
}
|
|
2680
2680
|
};
|
|
2681
|
-
this.
|
|
2682
|
-
this.
|
|
2681
|
+
this.akb(ai, false);
|
|
2682
|
+
this.aka(ai);
|
|
2683
2683
|
}
|
|
2684
2684
|
break;
|
|
2685
2685
|
case "ZoomSliderAxis":
|
|
@@ -2690,83 +2690,63 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2690
2690
|
if (this.zoomSliderAxis != null) {
|
|
2691
2691
|
if (this.zoomSliderChart != null) {
|
|
2692
2692
|
this.zoomSliderChart.axes.add(this.zoomSliderAxis);
|
|
2693
|
-
this.
|
|
2693
|
+
this.ak3();
|
|
2694
2694
|
this.zoomSliderXAxis.itemsSource = this.xAxis.itemsSource;
|
|
2695
2695
|
}
|
|
2696
|
-
if (this.
|
|
2697
|
-
this.
|
|
2696
|
+
if (this.e9) {
|
|
2697
|
+
this.aap(this.zoomSliderAxis);
|
|
2698
2698
|
}
|
|
2699
|
-
this.
|
|
2699
|
+
this.aal(this.zoomSliderAxis, (ak) => ak.visibility = 1);
|
|
2700
2700
|
}
|
|
2701
2701
|
break;
|
|
2702
2702
|
case "XAxisMinimumValue":
|
|
2703
|
-
this.
|
|
2703
|
+
this.aar((ak) => {
|
|
2704
2704
|
let al = typeCast(ITimeRangeSelectorAxis_$type, ak);
|
|
2705
2705
|
if (al != null) {
|
|
2706
|
-
al.minimumValue = this.
|
|
2706
|
+
al.minimumValue = this.afy;
|
|
2707
2707
|
}
|
|
2708
2708
|
});
|
|
2709
2709
|
break;
|
|
2710
2710
|
case "XAxisMaximumValue":
|
|
2711
|
-
this.
|
|
2711
|
+
this.aar((ak) => {
|
|
2712
2712
|
let al = typeCast(ITimeRangeSelectorAxis_$type, ak);
|
|
2713
2713
|
if (al != null) {
|
|
2714
|
-
al.maximumValue = this.
|
|
2714
|
+
al.maximumValue = this.afx;
|
|
2715
2715
|
}
|
|
2716
2716
|
});
|
|
2717
2717
|
break;
|
|
2718
|
-
case FinancialChart.
|
|
2719
|
-
this.
|
|
2718
|
+
case FinancialChart.ajc:
|
|
2719
|
+
this.aas((ak) => ak.b0 = this.afg, a);
|
|
2720
2720
|
break;
|
|
2721
|
-
case FinancialChart.
|
|
2722
|
-
this.
|
|
2721
|
+
case FinancialChart.ajn:
|
|
2722
|
+
this.aaw((ak) => ak.b0 = this.afi);
|
|
2723
2723
|
break;
|
|
2724
2724
|
}
|
|
2725
2725
|
}
|
|
2726
|
-
|
|
2726
|
+
get_bz() {
|
|
2727
2727
|
return 1;
|
|
2728
2728
|
}
|
|
2729
|
-
get
|
|
2730
|
-
return this.
|
|
2729
|
+
get bz() {
|
|
2730
|
+
return this.get_bz();
|
|
2731
2731
|
}
|
|
2732
|
-
get
|
|
2733
|
-
return this.
|
|
2734
|
-
}
|
|
2735
|
-
set afi(a) {
|
|
2736
|
-
let b = this.afi;
|
|
2737
|
-
if (a != b) {
|
|
2738
|
-
this.ae0 = a;
|
|
2739
|
-
this.sc("YAxisIsLogarithmic", b, this.afi);
|
|
2740
|
-
}
|
|
2741
|
-
}
|
|
2742
|
-
get ahg() {
|
|
2743
|
-
return this.ag8;
|
|
2744
|
-
}
|
|
2745
|
-
set ahg(a) {
|
|
2746
|
-
let b = this.ahg;
|
|
2747
|
-
if (a != b) {
|
|
2748
|
-
this.ag8 = a;
|
|
2749
|
-
this.sc("YAxisLogarithmBase", b, this.ahg);
|
|
2750
|
-
}
|
|
2751
|
-
}
|
|
2752
|
-
get ags() {
|
|
2753
|
-
return this.af9;
|
|
2732
|
+
get afj() {
|
|
2733
|
+
return this.ae1;
|
|
2754
2734
|
}
|
|
2755
|
-
set
|
|
2756
|
-
let b = this.
|
|
2735
|
+
set afj(a) {
|
|
2736
|
+
let b = this.afj;
|
|
2757
2737
|
if (a != b) {
|
|
2758
|
-
this.
|
|
2759
|
-
this.
|
|
2738
|
+
this.ae1 = a;
|
|
2739
|
+
this.sd("YAxisIsLogarithmic", b, this.afj);
|
|
2760
2740
|
}
|
|
2761
2741
|
}
|
|
2762
|
-
get
|
|
2763
|
-
return this.
|
|
2742
|
+
get ahh() {
|
|
2743
|
+
return this.ag9;
|
|
2764
2744
|
}
|
|
2765
|
-
set
|
|
2766
|
-
let b = this.
|
|
2745
|
+
set ahh(a) {
|
|
2746
|
+
let b = this.ahh;
|
|
2767
2747
|
if (a != b) {
|
|
2768
|
-
this.
|
|
2769
|
-
this.
|
|
2748
|
+
this.ag9 = a;
|
|
2749
|
+
this.sd("YAxisLogarithmBase", b, this.ahh);
|
|
2770
2750
|
}
|
|
2771
2751
|
}
|
|
2772
2752
|
get agt() {
|
|
@@ -2776,7 +2756,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2776
2756
|
let b = this.agt;
|
|
2777
2757
|
if (a != b) {
|
|
2778
2758
|
this.aga = a;
|
|
2779
|
-
this.
|
|
2759
|
+
this.sd("YAxisInterval", b, this.agt);
|
|
2780
2760
|
}
|
|
2781
2761
|
}
|
|
2782
2762
|
get agv() {
|
|
@@ -2786,53 +2766,53 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2786
2766
|
let b = this.agv;
|
|
2787
2767
|
if (a != b) {
|
|
2788
2768
|
this.agc = a;
|
|
2789
|
-
this.
|
|
2769
|
+
this.sd("YAxisMinimumValue", b, this.agv);
|
|
2790
2770
|
}
|
|
2791
2771
|
}
|
|
2792
|
-
get
|
|
2793
|
-
return this.
|
|
2794
|
-
}
|
|
2795
|
-
get agq() {
|
|
2796
|
-
return this.yAxis.lu;
|
|
2797
|
-
}
|
|
2798
|
-
get adi() {
|
|
2799
|
-
return this.adg;
|
|
2772
|
+
get agu() {
|
|
2773
|
+
return this.agb;
|
|
2800
2774
|
}
|
|
2801
|
-
set
|
|
2802
|
-
let b = this.
|
|
2775
|
+
set agu(a) {
|
|
2776
|
+
let b = this.agu;
|
|
2803
2777
|
if (a != b) {
|
|
2804
|
-
this.
|
|
2805
|
-
this.
|
|
2778
|
+
this.agb = a;
|
|
2779
|
+
this.sd("YAxisMaximumValue", b, this.agu);
|
|
2806
2780
|
}
|
|
2807
2781
|
}
|
|
2808
|
-
get
|
|
2809
|
-
return this.
|
|
2782
|
+
get agw() {
|
|
2783
|
+
return this.agd;
|
|
2810
2784
|
}
|
|
2811
|
-
set
|
|
2812
|
-
let b = this.
|
|
2785
|
+
set agw(a) {
|
|
2786
|
+
let b = this.agw;
|
|
2813
2787
|
if (a != b) {
|
|
2814
|
-
this.
|
|
2815
|
-
this.
|
|
2788
|
+
this.agd = a;
|
|
2789
|
+
this.sd("YAxisMinorInterval", b, this.agw);
|
|
2816
2790
|
}
|
|
2817
2791
|
}
|
|
2818
|
-
get
|
|
2819
|
-
return this.
|
|
2792
|
+
get ags() {
|
|
2793
|
+
return this.yAxis.lv;
|
|
2820
2794
|
}
|
|
2821
|
-
|
|
2822
|
-
|
|
2795
|
+
get agr() {
|
|
2796
|
+
return this.yAxis.lu;
|
|
2797
|
+
}
|
|
2798
|
+
get adj() {
|
|
2799
|
+
return this.adh;
|
|
2800
|
+
}
|
|
2801
|
+
set adj(a) {
|
|
2802
|
+
let b = this.adj;
|
|
2823
2803
|
if (a != b) {
|
|
2824
|
-
this.
|
|
2825
|
-
this.
|
|
2804
|
+
this.adh = a;
|
|
2805
|
+
this.sd("VolumeType", enumGetBox(FinancialChartVolumeType_$type, b), enumGetBox(FinancialChartVolumeType_$type, this.adj));
|
|
2826
2806
|
}
|
|
2827
2807
|
}
|
|
2828
|
-
get
|
|
2829
|
-
return this.
|
|
2808
|
+
get adl() {
|
|
2809
|
+
return this.adk;
|
|
2830
2810
|
}
|
|
2831
|
-
set
|
|
2832
|
-
let b = this.
|
|
2811
|
+
set adl(a) {
|
|
2812
|
+
let b = this.adl;
|
|
2833
2813
|
if (a != b) {
|
|
2834
|
-
this.
|
|
2835
|
-
this.
|
|
2814
|
+
this.adk = a;
|
|
2815
|
+
this.sd("XAxisMode", enumGetBox(FinancialChartXAxisMode_$type, b), enumGetBox(FinancialChartXAxisMode_$type, this.adl));
|
|
2836
2816
|
}
|
|
2837
2817
|
}
|
|
2838
2818
|
get agm() {
|
|
@@ -2842,17 +2822,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2842
2822
|
let b = this.agm;
|
|
2843
2823
|
if (a != b) {
|
|
2844
2824
|
this.af5 = a;
|
|
2845
|
-
this.
|
|
2846
|
-
}
|
|
2847
|
-
}
|
|
2848
|
-
get agn() {
|
|
2849
|
-
return this.af6;
|
|
2850
|
-
}
|
|
2851
|
-
set agn(a) {
|
|
2852
|
-
let b = this.agn;
|
|
2853
|
-
if (a != b) {
|
|
2854
|
-
this.af6 = a;
|
|
2855
|
-
this.sc("XAxisZoomToCategoryRange", b, this.agn);
|
|
2825
|
+
this.sd("XAxisZoomMaximumCategoryRange", b, this.agm);
|
|
2856
2826
|
}
|
|
2857
2827
|
}
|
|
2858
2828
|
get agp() {
|
|
@@ -2862,44 +2832,48 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2862
2832
|
let b = this.agp;
|
|
2863
2833
|
if (a != b) {
|
|
2864
2834
|
this.af8 = a;
|
|
2865
|
-
this.
|
|
2835
|
+
this.sd("XAxisZoomToCategoryStart", b, this.agp);
|
|
2866
2836
|
}
|
|
2867
2837
|
}
|
|
2868
|
-
get
|
|
2869
|
-
return this.
|
|
2838
|
+
get agn() {
|
|
2839
|
+
return this.af6;
|
|
2870
2840
|
}
|
|
2871
|
-
set
|
|
2872
|
-
let b = this.
|
|
2841
|
+
set agn(a) {
|
|
2842
|
+
let b = this.agn;
|
|
2873
2843
|
if (a != b) {
|
|
2874
|
-
this.
|
|
2875
|
-
this.
|
|
2844
|
+
this.af6 = a;
|
|
2845
|
+
this.sd("XAxisZoomMaximumItemSpan", b, this.agn);
|
|
2876
2846
|
}
|
|
2877
2847
|
}
|
|
2878
|
-
get
|
|
2879
|
-
return this.
|
|
2848
|
+
get ago() {
|
|
2849
|
+
return this.af7;
|
|
2880
2850
|
}
|
|
2881
|
-
set
|
|
2882
|
-
let b = this.
|
|
2851
|
+
set ago(a) {
|
|
2852
|
+
let b = this.ago;
|
|
2883
2853
|
if (a != b) {
|
|
2884
|
-
this.
|
|
2885
|
-
this.
|
|
2854
|
+
this.af7 = a;
|
|
2855
|
+
this.sd("XAxisZoomToCategoryRange", b, this.ago);
|
|
2886
2856
|
}
|
|
2887
2857
|
}
|
|
2888
|
-
get
|
|
2889
|
-
return this.
|
|
2858
|
+
get agq() {
|
|
2859
|
+
return this.af9;
|
|
2890
2860
|
}
|
|
2891
|
-
set
|
|
2892
|
-
let b = this.
|
|
2861
|
+
set agq(a) {
|
|
2862
|
+
let b = this.agq;
|
|
2893
2863
|
if (a != b) {
|
|
2894
|
-
this.
|
|
2895
|
-
this.
|
|
2864
|
+
this.af9 = a;
|
|
2865
|
+
this.sd("XAxisZoomToItemSpan", b, this.agq);
|
|
2896
2866
|
}
|
|
2897
2867
|
}
|
|
2898
|
-
|
|
2899
|
-
return
|
|
2868
|
+
get adn() {
|
|
2869
|
+
return this.adm;
|
|
2900
2870
|
}
|
|
2901
|
-
|
|
2902
|
-
|
|
2871
|
+
set adn(a) {
|
|
2872
|
+
let b = this.adn;
|
|
2873
|
+
if (a != b) {
|
|
2874
|
+
this.adm = a;
|
|
2875
|
+
this.sd("YAxisMode", enumGetBox(FinancialChartYAxisMode_$type, b), enumGetBox(FinancialChartYAxisMode_$type, this.adn));
|
|
2876
|
+
}
|
|
2903
2877
|
}
|
|
2904
2878
|
get afc() {
|
|
2905
2879
|
return this.aew;
|
|
@@ -2908,63 +2882,63 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2908
2882
|
let b = this.afc;
|
|
2909
2883
|
if (a != b) {
|
|
2910
2884
|
this.aew = a;
|
|
2911
|
-
this.
|
|
2885
|
+
this.sd("IsToolbarVisible", b, this.afc);
|
|
2912
2886
|
}
|
|
2913
2887
|
}
|
|
2914
|
-
get
|
|
2915
|
-
return this.
|
|
2888
|
+
get ade() {
|
|
2889
|
+
return this.add;
|
|
2916
2890
|
}
|
|
2917
|
-
set
|
|
2918
|
-
let b = this.
|
|
2891
|
+
set ade(a) {
|
|
2892
|
+
let b = this.ade;
|
|
2919
2893
|
if (a != b) {
|
|
2920
|
-
this.
|
|
2921
|
-
this.
|
|
2894
|
+
this.add = a;
|
|
2895
|
+
this.sd("ChartType", enumGetBox(FinancialChartType_$type, b), enumGetBox(FinancialChartType_$type, this.ade));
|
|
2922
2896
|
}
|
|
2923
2897
|
}
|
|
2924
|
-
|
|
2925
|
-
return
|
|
2898
|
+
get_aa6() {
|
|
2899
|
+
return super.get_aa6();
|
|
2926
2900
|
}
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
if (a != b) {
|
|
2930
|
-
this.ads = a;
|
|
2931
|
-
this.sc("OverlayTypes", b, this.adt);
|
|
2932
|
-
}
|
|
2901
|
+
set_aa6(a) {
|
|
2902
|
+
super.set_aa6(a);
|
|
2933
2903
|
}
|
|
2934
|
-
get
|
|
2935
|
-
return this.
|
|
2904
|
+
get afd() {
|
|
2905
|
+
return this.aex;
|
|
2936
2906
|
}
|
|
2937
|
-
set
|
|
2938
|
-
let b = this.
|
|
2907
|
+
set afd(a) {
|
|
2908
|
+
let b = this.afd;
|
|
2939
2909
|
if (a != b) {
|
|
2940
|
-
this.
|
|
2941
|
-
this.
|
|
2910
|
+
this.aex = a;
|
|
2911
|
+
this.sd("IsWindowSyncedToVisibleRange", b, this.afd);
|
|
2942
2912
|
}
|
|
2943
2913
|
}
|
|
2944
|
-
get
|
|
2945
|
-
return this.
|
|
2914
|
+
get ads() {
|
|
2915
|
+
return this.adr;
|
|
2946
2916
|
}
|
|
2947
|
-
set
|
|
2948
|
-
let b = this.
|
|
2917
|
+
set ads(a) {
|
|
2918
|
+
let b = this.ads;
|
|
2949
2919
|
if (a != b) {
|
|
2950
|
-
this.
|
|
2951
|
-
this.
|
|
2920
|
+
this.adr = a;
|
|
2921
|
+
this.sd("IndicatorTypes", b, this.ads);
|
|
2952
2922
|
}
|
|
2953
2923
|
}
|
|
2954
|
-
|
|
2955
|
-
return
|
|
2924
|
+
get adu() {
|
|
2925
|
+
return this.adt;
|
|
2956
2926
|
}
|
|
2957
|
-
|
|
2958
|
-
|
|
2927
|
+
set adu(a) {
|
|
2928
|
+
let b = this.adu;
|
|
2929
|
+
if (a != b) {
|
|
2930
|
+
this.adt = a;
|
|
2931
|
+
this.sd("OverlayTypes", b, this.adu);
|
|
2932
|
+
}
|
|
2959
2933
|
}
|
|
2960
|
-
get
|
|
2961
|
-
return this.
|
|
2934
|
+
get indicatorCharts() {
|
|
2935
|
+
return this.afo;
|
|
2962
2936
|
}
|
|
2963
|
-
set
|
|
2964
|
-
let b = this.
|
|
2937
|
+
set indicatorCharts(a) {
|
|
2938
|
+
let b = this.indicatorCharts;
|
|
2965
2939
|
if (a != b) {
|
|
2966
|
-
this.
|
|
2967
|
-
this.
|
|
2940
|
+
this.afo = a;
|
|
2941
|
+
this.sd("IndicatorCharts", b, this.indicatorCharts);
|
|
2968
2942
|
}
|
|
2969
2943
|
}
|
|
2970
2944
|
get afh() {
|
|
@@ -2974,57 +2948,73 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
2974
2948
|
let b = this.afh;
|
|
2975
2949
|
if (a != b) {
|
|
2976
2950
|
this.aez = a;
|
|
2977
|
-
this.
|
|
2951
|
+
this.sd("YAxisAbbreviateLargeNumbers", b, this.afh);
|
|
2952
|
+
}
|
|
2953
|
+
}
|
|
2954
|
+
get_ih() {
|
|
2955
|
+
return super.get_ih();
|
|
2956
|
+
}
|
|
2957
|
+
set_ih(a) {
|
|
2958
|
+
super.set_ih(a);
|
|
2959
|
+
}
|
|
2960
|
+
get afg() {
|
|
2961
|
+
return this.aey;
|
|
2962
|
+
}
|
|
2963
|
+
set afg(a) {
|
|
2964
|
+
let b = this.afg;
|
|
2965
|
+
if (a != b) {
|
|
2966
|
+
this.aey = a;
|
|
2967
|
+
this.sd(FinancialChart.ajc, b, this.afg);
|
|
2968
|
+
}
|
|
2969
|
+
}
|
|
2970
|
+
get afi() {
|
|
2971
|
+
return this.ae0;
|
|
2972
|
+
}
|
|
2973
|
+
set afi(a) {
|
|
2974
|
+
let b = this.afi;
|
|
2975
|
+
if (a != b) {
|
|
2976
|
+
this.ae0 = a;
|
|
2977
|
+
this.sd(FinancialChart.ajn, b, this.afi);
|
|
2978
2978
|
}
|
|
2979
2979
|
}
|
|
2980
2980
|
get zoomSliderChart() {
|
|
2981
|
-
return this.
|
|
2981
|
+
return this.aeq;
|
|
2982
2982
|
}
|
|
2983
2983
|
set zoomSliderChart(a) {
|
|
2984
2984
|
let b = this.zoomSliderChart;
|
|
2985
2985
|
if (a != b) {
|
|
2986
|
-
this.
|
|
2987
|
-
this.
|
|
2986
|
+
this.aeq = a;
|
|
2987
|
+
this.sd("ZoomSliderChart", b, this.zoomSliderChart);
|
|
2988
2988
|
}
|
|
2989
2989
|
}
|
|
2990
2990
|
get zoomSliderAxis() {
|
|
2991
|
-
return this.
|
|
2991
|
+
return this.aeb;
|
|
2992
2992
|
}
|
|
2993
2993
|
set zoomSliderAxis(a) {
|
|
2994
2994
|
let b = this.zoomSliderAxis;
|
|
2995
2995
|
if (a != b) {
|
|
2996
|
-
this.
|
|
2997
|
-
this.
|
|
2996
|
+
this.aeb = a;
|
|
2997
|
+
this.sd("ZoomSliderAxis", b, this.zoomSliderAxis);
|
|
2998
2998
|
}
|
|
2999
2999
|
}
|
|
3000
3000
|
get zoomSliderXAxis() {
|
|
3001
|
-
return this.
|
|
3001
|
+
return this.acw;
|
|
3002
3002
|
}
|
|
3003
3003
|
set zoomSliderXAxis(a) {
|
|
3004
3004
|
let b = this.zoomSliderXAxis;
|
|
3005
3005
|
if (a != b) {
|
|
3006
|
-
this.
|
|
3007
|
-
this.
|
|
3006
|
+
this.acw = a;
|
|
3007
|
+
this.sd("ZoomSliderXAxis", b, this.zoomSliderXAxis);
|
|
3008
3008
|
}
|
|
3009
3009
|
}
|
|
3010
|
-
get
|
|
3011
|
-
return this.
|
|
3012
|
-
}
|
|
3013
|
-
set adp(a) {
|
|
3014
|
-
let b = this.adp;
|
|
3015
|
-
if (a != b) {
|
|
3016
|
-
this.adn = a;
|
|
3017
|
-
this.sc("ZoomSliderType", enumGetBox(FinancialChartZoomSliderType_$type, b), enumGetBox(FinancialChartZoomSliderType_$type, this.adp));
|
|
3018
|
-
}
|
|
3019
|
-
}
|
|
3020
|
-
get acm() {
|
|
3021
|
-
return this.ace;
|
|
3010
|
+
get adq() {
|
|
3011
|
+
return this.ado;
|
|
3022
3012
|
}
|
|
3023
|
-
set
|
|
3024
|
-
let b = this.
|
|
3013
|
+
set adq(a) {
|
|
3014
|
+
let b = this.adq;
|
|
3025
3015
|
if (a != b) {
|
|
3026
|
-
this.
|
|
3027
|
-
this.
|
|
3016
|
+
this.ado = a;
|
|
3017
|
+
this.sd("ZoomSliderType", enumGetBox(FinancialChartZoomSliderType_$type, b), enumGetBox(FinancialChartZoomSliderType_$type, this.adq));
|
|
3028
3018
|
}
|
|
3029
3019
|
}
|
|
3030
3020
|
get acn() {
|
|
@@ -3034,7 +3024,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3034
3024
|
let b = this.acn;
|
|
3035
3025
|
if (a != b) {
|
|
3036
3026
|
this.acf = a;
|
|
3037
|
-
this.
|
|
3027
|
+
this.sd("NegativeBrushes", b, this.acn);
|
|
3038
3028
|
}
|
|
3039
3029
|
}
|
|
3040
3030
|
get aco() {
|
|
@@ -3044,7 +3034,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3044
3034
|
let b = this.aco;
|
|
3045
3035
|
if (a != b) {
|
|
3046
3036
|
this.acg = a;
|
|
3047
|
-
this.
|
|
3037
|
+
this.sd("NegativeOutlines", b, this.aco);
|
|
3048
3038
|
}
|
|
3049
3039
|
}
|
|
3050
3040
|
get acp() {
|
|
@@ -3054,7 +3044,27 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3054
3044
|
let b = this.acp;
|
|
3055
3045
|
if (a != b) {
|
|
3056
3046
|
this.ach = a;
|
|
3057
|
-
this.
|
|
3047
|
+
this.sd("OverlayBrushes", b, this.acp);
|
|
3048
|
+
}
|
|
3049
|
+
}
|
|
3050
|
+
get acq() {
|
|
3051
|
+
return this.aci;
|
|
3052
|
+
}
|
|
3053
|
+
set acq(a) {
|
|
3054
|
+
let b = this.acq;
|
|
3055
|
+
if (a != b) {
|
|
3056
|
+
this.aci = a;
|
|
3057
|
+
this.sd("OverlayOutlines", b, this.acq);
|
|
3058
|
+
}
|
|
3059
|
+
}
|
|
3060
|
+
get acs() {
|
|
3061
|
+
return this.ack;
|
|
3062
|
+
}
|
|
3063
|
+
set acs(a) {
|
|
3064
|
+
let b = this.acs;
|
|
3065
|
+
if (a != b) {
|
|
3066
|
+
this.ack = a;
|
|
3067
|
+
this.sd("VolumeOutlines", b, this.acs);
|
|
3058
3068
|
}
|
|
3059
3069
|
}
|
|
3060
3070
|
get acr() {
|
|
@@ -3064,17 +3074,17 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3064
3074
|
let b = this.acr;
|
|
3065
3075
|
if (a != b) {
|
|
3066
3076
|
this.acj = a;
|
|
3067
|
-
this.
|
|
3077
|
+
this.sd("VolumeBrushes", b, this.acr);
|
|
3068
3078
|
}
|
|
3069
3079
|
}
|
|
3070
|
-
get
|
|
3071
|
-
return this.
|
|
3080
|
+
get acm() {
|
|
3081
|
+
return this.ace;
|
|
3072
3082
|
}
|
|
3073
|
-
set
|
|
3074
|
-
let b = this.
|
|
3083
|
+
set acm(a) {
|
|
3084
|
+
let b = this.acm;
|
|
3075
3085
|
if (a != b) {
|
|
3076
|
-
this.
|
|
3077
|
-
this.
|
|
3086
|
+
this.ace = a;
|
|
3087
|
+
this.sd("IndicatorNegativeBrushes", b, this.acm);
|
|
3078
3088
|
}
|
|
3079
3089
|
}
|
|
3080
3090
|
get acl() {
|
|
@@ -3084,27 +3094,27 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3084
3094
|
let b = this.acl;
|
|
3085
3095
|
if (a != b) {
|
|
3086
3096
|
this.acd = a;
|
|
3087
|
-
this.
|
|
3097
|
+
this.sd("IndicatorBrushes", b, this.acl);
|
|
3088
3098
|
}
|
|
3089
3099
|
}
|
|
3090
|
-
get
|
|
3091
|
-
return this.
|
|
3100
|
+
get agl() {
|
|
3101
|
+
return this.af4;
|
|
3092
3102
|
}
|
|
3093
|
-
set
|
|
3094
|
-
let b = this.
|
|
3103
|
+
set agl(a) {
|
|
3104
|
+
let b = this.agl;
|
|
3095
3105
|
if (a != b) {
|
|
3096
|
-
this.
|
|
3097
|
-
this.
|
|
3106
|
+
this.af4 = a;
|
|
3107
|
+
this.sd("VolumeThickness", b, this.agl);
|
|
3098
3108
|
}
|
|
3099
3109
|
}
|
|
3100
|
-
get
|
|
3101
|
-
return this.
|
|
3110
|
+
get agj() {
|
|
3111
|
+
return this.af2;
|
|
3102
3112
|
}
|
|
3103
|
-
set
|
|
3104
|
-
let b = this.
|
|
3113
|
+
set agj(a) {
|
|
3114
|
+
let b = this.agj;
|
|
3105
3115
|
if (a != b) {
|
|
3106
|
-
this.
|
|
3107
|
-
this.
|
|
3116
|
+
this.af2 = a;
|
|
3117
|
+
this.sd("OverlayThickness", b, this.agj);
|
|
3108
3118
|
}
|
|
3109
3119
|
}
|
|
3110
3120
|
get agi() {
|
|
@@ -3114,7 +3124,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3114
3124
|
let b = this.agi;
|
|
3115
3125
|
if (a != b) {
|
|
3116
3126
|
this.af1 = a;
|
|
3117
|
-
this.
|
|
3127
|
+
this.sd("OverlayMultiplier", b, this.agi);
|
|
3118
3128
|
}
|
|
3119
3129
|
}
|
|
3120
3130
|
get agh() {
|
|
@@ -3124,7 +3134,27 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3124
3134
|
let b = this.agh;
|
|
3125
3135
|
if (a != b) {
|
|
3126
3136
|
this.af0 = a;
|
|
3127
|
-
this.
|
|
3137
|
+
this.sd("IndicatorThickness", b, this.agh);
|
|
3138
|
+
}
|
|
3139
|
+
}
|
|
3140
|
+
get ad4() {
|
|
3141
|
+
return this.ad3;
|
|
3142
|
+
}
|
|
3143
|
+
set ad4(a) {
|
|
3144
|
+
let b = this.ad4;
|
|
3145
|
+
if (a != b) {
|
|
3146
|
+
this.ad3 = a;
|
|
3147
|
+
this.sd("IndicatorDisplayTypes", b, this.ad4);
|
|
3148
|
+
}
|
|
3149
|
+
}
|
|
3150
|
+
get ahc() {
|
|
3151
|
+
return this.ag5;
|
|
3152
|
+
}
|
|
3153
|
+
set ahc(a) {
|
|
3154
|
+
let b = this.ahc;
|
|
3155
|
+
if (a != b) {
|
|
3156
|
+
this.ag5 = a;
|
|
3157
|
+
this.sd("IndicatorPeriod", b, this.ahc);
|
|
3128
3158
|
}
|
|
3129
3159
|
}
|
|
3130
3160
|
get agg() {
|
|
@@ -3134,17 +3164,27 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3134
3164
|
let b = this.agg;
|
|
3135
3165
|
if (a != b) {
|
|
3136
3166
|
this.afz = a;
|
|
3137
|
-
this.
|
|
3167
|
+
this.sd("IndicatorMultiplier", b, this.agg);
|
|
3168
|
+
}
|
|
3169
|
+
}
|
|
3170
|
+
get ahf() {
|
|
3171
|
+
return this.ag8;
|
|
3172
|
+
}
|
|
3173
|
+
set ahf(a) {
|
|
3174
|
+
let b = this.ahf;
|
|
3175
|
+
if (a != b) {
|
|
3176
|
+
this.ag8 = a;
|
|
3177
|
+
this.sd("IndicatorSmoothingPeriod", b, this.ahf);
|
|
3138
3178
|
}
|
|
3139
3179
|
}
|
|
3140
|
-
get
|
|
3141
|
-
return this.
|
|
3180
|
+
get ahd() {
|
|
3181
|
+
return this.ag6;
|
|
3142
3182
|
}
|
|
3143
|
-
set
|
|
3144
|
-
let b = this.
|
|
3183
|
+
set ahd(a) {
|
|
3184
|
+
let b = this.ahd;
|
|
3145
3185
|
if (a != b) {
|
|
3146
|
-
this.
|
|
3147
|
-
this.
|
|
3186
|
+
this.ag6 = a;
|
|
3187
|
+
this.sd("IndicatorShortPeriod", b, this.ahd);
|
|
3148
3188
|
}
|
|
3149
3189
|
}
|
|
3150
3190
|
get ahb() {
|
|
@@ -3154,17 +3194,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3154
3194
|
let b = this.ahb;
|
|
3155
3195
|
if (a != b) {
|
|
3156
3196
|
this.ag4 = a;
|
|
3157
|
-
this.
|
|
3158
|
-
}
|
|
3159
|
-
}
|
|
3160
|
-
get agf() {
|
|
3161
|
-
return this.afy;
|
|
3162
|
-
}
|
|
3163
|
-
set agf(a) {
|
|
3164
|
-
let b = this.agf;
|
|
3165
|
-
if (a != b) {
|
|
3166
|
-
this.afy = a;
|
|
3167
|
-
this.sc("IndicatorMultiplier", b, this.agf);
|
|
3197
|
+
this.sd("IndicatorLongPeriod", b, this.ahb);
|
|
3168
3198
|
}
|
|
3169
3199
|
}
|
|
3170
3200
|
get ahe() {
|
|
@@ -3174,183 +3204,163 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3174
3204
|
let b = this.ahe;
|
|
3175
3205
|
if (a != b) {
|
|
3176
3206
|
this.ag7 = a;
|
|
3177
|
-
this.
|
|
3178
|
-
}
|
|
3179
|
-
}
|
|
3180
|
-
get ahc() {
|
|
3181
|
-
return this.ag5;
|
|
3182
|
-
}
|
|
3183
|
-
set ahc(a) {
|
|
3184
|
-
let b = this.ahc;
|
|
3185
|
-
if (a != b) {
|
|
3186
|
-
this.ag5 = a;
|
|
3187
|
-
this.sc("IndicatorShortPeriod", b, this.ahc);
|
|
3207
|
+
this.sd("IndicatorSignalPeriod", b, this.ahe);
|
|
3188
3208
|
}
|
|
3189
3209
|
}
|
|
3190
|
-
get
|
|
3191
|
-
return this.
|
|
3210
|
+
get ada() {
|
|
3211
|
+
return this.ac8;
|
|
3192
3212
|
}
|
|
3193
|
-
set
|
|
3194
|
-
let b = this.
|
|
3213
|
+
set ada(a) {
|
|
3214
|
+
let b = this.ada;
|
|
3195
3215
|
if (a != b) {
|
|
3196
|
-
this.
|
|
3197
|
-
this.
|
|
3198
|
-
}
|
|
3199
|
-
}
|
|
3200
|
-
get ahd() {
|
|
3201
|
-
return this.ag6;
|
|
3202
|
-
}
|
|
3203
|
-
set ahd(a) {
|
|
3204
|
-
let b = this.ahd;
|
|
3205
|
-
if (a != b) {
|
|
3206
|
-
this.ag6 = a;
|
|
3207
|
-
this.sc("IndicatorSignalPeriod", b, this.ahd);
|
|
3208
|
-
}
|
|
3209
|
-
}
|
|
3210
|
-
get ac9() {
|
|
3211
|
-
return this.ac7;
|
|
3212
|
-
}
|
|
3213
|
-
set ac9(a) {
|
|
3214
|
-
let b = this.ac9;
|
|
3215
|
-
if (a != b) {
|
|
3216
|
-
this.ac7 = a;
|
|
3217
|
-
this.sc("RangeSelectorOptions", b, this.ac9);
|
|
3216
|
+
this.ac8 = a;
|
|
3217
|
+
this.sd("RangeSelectorOptions", b, this.ada);
|
|
3218
3218
|
}
|
|
3219
3219
|
}
|
|
3220
3220
|
get customIndicatorNames() {
|
|
3221
|
-
return this.
|
|
3221
|
+
return this.ac4;
|
|
3222
3222
|
}
|
|
3223
3223
|
set customIndicatorNames(a) {
|
|
3224
|
-
let b = this.
|
|
3224
|
+
let b = this.ac4;
|
|
3225
3225
|
if (a != b) {
|
|
3226
|
-
this.
|
|
3227
|
-
this.
|
|
3226
|
+
this.ac4 = a;
|
|
3227
|
+
this.sd("CustomIndicatorNames", b, this.customIndicatorNames);
|
|
3228
3228
|
}
|
|
3229
3229
|
}
|
|
3230
|
-
|
|
3231
|
-
return super.
|
|
3230
|
+
get_fy() {
|
|
3231
|
+
return super.get_fy();
|
|
3232
3232
|
}
|
|
3233
|
-
|
|
3234
|
-
super.
|
|
3233
|
+
set_fy(a) {
|
|
3234
|
+
super.set_fy(a);
|
|
3235
3235
|
}
|
|
3236
|
-
get
|
|
3237
|
-
return this.
|
|
3236
|
+
get alr() {
|
|
3237
|
+
return this.alq;
|
|
3238
3238
|
}
|
|
3239
|
-
set
|
|
3240
|
-
let b = this.
|
|
3239
|
+
set alr(a) {
|
|
3240
|
+
let b = this.alr;
|
|
3241
3241
|
if (a != b) {
|
|
3242
|
-
this.
|
|
3243
|
-
this.
|
|
3242
|
+
this.alq = a;
|
|
3243
|
+
this.sd("ZoomSliderXAxisMajorStroke", b, this.alr);
|
|
3244
3244
|
}
|
|
3245
3245
|
}
|
|
3246
|
-
get
|
|
3247
|
-
return this.
|
|
3246
|
+
get agx() {
|
|
3247
|
+
return this.age;
|
|
3248
3248
|
}
|
|
3249
|
-
set
|
|
3250
|
-
let b = this.
|
|
3249
|
+
set agx(a) {
|
|
3250
|
+
let b = this.agx;
|
|
3251
3251
|
if (a != b) {
|
|
3252
|
-
this.
|
|
3253
|
-
this.
|
|
3252
|
+
this.age = a;
|
|
3253
|
+
this.sd("ZoomSliderXAxisMajorStrokeThickness", b, this.agx);
|
|
3254
3254
|
}
|
|
3255
3255
|
}
|
|
3256
|
-
get
|
|
3257
|
-
return this.
|
|
3256
|
+
get ae8() {
|
|
3257
|
+
return this.aev;
|
|
3258
3258
|
}
|
|
3259
|
-
set
|
|
3260
|
-
let b = this.
|
|
3259
|
+
set ae8(a) {
|
|
3260
|
+
let b = this.ae8;
|
|
3261
3261
|
if (a != b) {
|
|
3262
|
-
this.
|
|
3263
|
-
this.
|
|
3262
|
+
this.aev = a;
|
|
3263
|
+
this.sd("IsLegendVisible", b, this.ae8);
|
|
3264
3264
|
}
|
|
3265
3265
|
}
|
|
3266
|
-
get
|
|
3267
|
-
return this.
|
|
3266
|
+
get adw() {
|
|
3267
|
+
return this.adv;
|
|
3268
3268
|
}
|
|
3269
|
-
set
|
|
3270
|
-
let b = this.
|
|
3269
|
+
set adw(a) {
|
|
3270
|
+
let b = this.adw;
|
|
3271
3271
|
if (a != b) {
|
|
3272
|
-
this.
|
|
3273
|
-
this.
|
|
3272
|
+
this.adv = a;
|
|
3273
|
+
this.sd("FinancialChartLegend", b, this.adw);
|
|
3274
3274
|
}
|
|
3275
3275
|
}
|
|
3276
3276
|
get xAxis() {
|
|
3277
|
-
return this.
|
|
3277
|
+
return this.acv;
|
|
3278
3278
|
}
|
|
3279
3279
|
set xAxis(a) {
|
|
3280
3280
|
let b = this.xAxis;
|
|
3281
3281
|
if (a != b) {
|
|
3282
|
-
this.
|
|
3283
|
-
this.
|
|
3282
|
+
this.acv = a;
|
|
3283
|
+
this.sd("XAxis", b, this.xAxis);
|
|
3284
3284
|
}
|
|
3285
3285
|
}
|
|
3286
3286
|
get yAxis() {
|
|
3287
|
-
return this.
|
|
3287
|
+
return this.aea;
|
|
3288
3288
|
}
|
|
3289
3289
|
set yAxis(a) {
|
|
3290
3290
|
let b = this.yAxis;
|
|
3291
3291
|
if (a != b) {
|
|
3292
|
-
this.
|
|
3293
|
-
this.
|
|
3292
|
+
this.aea = a;
|
|
3293
|
+
this.sd("YAxis", b, this.yAxis);
|
|
3294
3294
|
}
|
|
3295
3295
|
}
|
|
3296
3296
|
get volumeAxis() {
|
|
3297
|
-
return this.
|
|
3297
|
+
return this.ad9;
|
|
3298
3298
|
}
|
|
3299
3299
|
set volumeAxis(a) {
|
|
3300
3300
|
let b = this.volumeAxis;
|
|
3301
3301
|
if (a != b) {
|
|
3302
|
-
this.
|
|
3303
|
-
this.
|
|
3302
|
+
this.ad9 = a;
|
|
3303
|
+
this.sd("VolumeAxis", b, this.volumeAxis);
|
|
3304
3304
|
}
|
|
3305
3305
|
}
|
|
3306
3306
|
get volumeXAxis() {
|
|
3307
|
-
return this.
|
|
3307
|
+
return this.acu;
|
|
3308
3308
|
}
|
|
3309
3309
|
set volumeXAxis(a) {
|
|
3310
3310
|
let b = this.volumeXAxis;
|
|
3311
3311
|
if (a != b) {
|
|
3312
|
-
this.
|
|
3313
|
-
this.
|
|
3312
|
+
this.acu = a;
|
|
3313
|
+
this.sd("VolumeXAxis", b, this.volumeXAxis);
|
|
3314
3314
|
}
|
|
3315
3315
|
}
|
|
3316
3316
|
get indicatorAxis() {
|
|
3317
|
-
return this.
|
|
3317
|
+
return this.ad8;
|
|
3318
3318
|
}
|
|
3319
3319
|
set indicatorAxis(a) {
|
|
3320
3320
|
let b = this.indicatorAxis;
|
|
3321
3321
|
if (a != b) {
|
|
3322
|
-
this.
|
|
3323
|
-
this.
|
|
3322
|
+
this.ad8 = a;
|
|
3323
|
+
this.sd("IndicatorAxis", b, this.indicatorAxis);
|
|
3324
3324
|
}
|
|
3325
3325
|
}
|
|
3326
3326
|
get indicatorXAxis() {
|
|
3327
|
-
return this.
|
|
3327
|
+
return this.act;
|
|
3328
3328
|
}
|
|
3329
3329
|
set indicatorXAxis(a) {
|
|
3330
3330
|
let b = this.indicatorXAxis;
|
|
3331
3331
|
if (a != b) {
|
|
3332
|
-
this.
|
|
3333
|
-
this.
|
|
3332
|
+
this.act = a;
|
|
3333
|
+
this.sd("IndicatorXAxis", b, this.indicatorXAxis);
|
|
3334
3334
|
}
|
|
3335
3335
|
}
|
|
3336
|
-
get
|
|
3337
|
-
return this.
|
|
3336
|
+
get afq() {
|
|
3337
|
+
return this.afn;
|
|
3338
3338
|
}
|
|
3339
|
-
set
|
|
3340
|
-
let b = this.
|
|
3339
|
+
set afq(a) {
|
|
3340
|
+
let b = this.afq;
|
|
3341
3341
|
if (a != b) {
|
|
3342
|
-
this.
|
|
3343
|
-
this.
|
|
3342
|
+
this.afn = a;
|
|
3343
|
+
this.sd("IndicatorAxes", b, this.afq);
|
|
3344
3344
|
}
|
|
3345
3345
|
}
|
|
3346
|
-
get
|
|
3347
|
-
return this.
|
|
3346
|
+
get afs() {
|
|
3347
|
+
return this.afp;
|
|
3348
3348
|
}
|
|
3349
|
-
set
|
|
3350
|
-
let b = this.
|
|
3349
|
+
set afs(a) {
|
|
3350
|
+
let b = this.afs;
|
|
3351
3351
|
if (a != b) {
|
|
3352
|
-
this.
|
|
3353
|
-
this.
|
|
3352
|
+
this.afp = a;
|
|
3353
|
+
this.sd("IndicatorXAxes", b, this.afs);
|
|
3354
|
+
}
|
|
3355
|
+
}
|
|
3356
|
+
get afy() {
|
|
3357
|
+
return this.afw;
|
|
3358
|
+
}
|
|
3359
|
+
set afy(a) {
|
|
3360
|
+
let b = this.afy;
|
|
3361
|
+
if (+a != +b) {
|
|
3362
|
+
this.afw = a;
|
|
3363
|
+
this.sd("XAxisMinimumValue", b, this.afy);
|
|
3354
3364
|
}
|
|
3355
3365
|
}
|
|
3356
3366
|
get afx() {
|
|
@@ -3360,27 +3370,17 @@ export let FinancialChart = /*@__PURE__*/ (() => {
|
|
|
3360
3370
|
let b = this.afx;
|
|
3361
3371
|
if (+a != +b) {
|
|
3362
3372
|
this.afv = a;
|
|
3363
|
-
this.
|
|
3364
|
-
}
|
|
3365
|
-
}
|
|
3366
|
-
get afw() {
|
|
3367
|
-
return this.afu;
|
|
3368
|
-
}
|
|
3369
|
-
set afw(a) {
|
|
3370
|
-
let b = this.afw;
|
|
3371
|
-
if (+a != +b) {
|
|
3372
|
-
this.afu = a;
|
|
3373
|
-
this.sc("XAxisMaximumValue", b, this.afw);
|
|
3373
|
+
this.sd("XAxisMaximumValue", b, this.afx);
|
|
3374
3374
|
}
|
|
3375
3375
|
}
|
|
3376
3376
|
get xAxisBreaks() {
|
|
3377
|
-
return this.
|
|
3377
|
+
return this.aft;
|
|
3378
3378
|
}
|
|
3379
3379
|
}
|
|
3380
3380
|
FinancialChart.$t = /*@__PURE__*/ markType(FinancialChart, 'FinancialChart', XYChart.$);
|
|
3381
|
-
FinancialChart.
|
|
3382
|
-
FinancialChart.
|
|
3383
|
-
FinancialChart.
|
|
3381
|
+
FinancialChart.ahg = 0;
|
|
3382
|
+
FinancialChart.ajc = "XAxisEnhancedIntervalPreferMoreCategoryLabels";
|
|
3383
|
+
FinancialChart.ajn = "YAxisEnhancedIntervalPreferMoreCategoryLabels";
|
|
3384
3384
|
return FinancialChart;
|
|
3385
3385
|
})();
|
|
3386
3386
|
/**
|
|
@@ -3414,9 +3414,9 @@ export let FinancialChartToolbar = /*@__PURE__*/ (() => {
|
|
|
3414
3414
|
this.ak = false;
|
|
3415
3415
|
this.o = a;
|
|
3416
3416
|
this.w = new FinancialChartToolbarViewModel();
|
|
3417
|
-
this.s = new FinancialChartRangeSelector(a != null ? a.
|
|
3418
|
-
this.aa = new FinancialChartTypePicker(a != null ? a.
|
|
3419
|
-
this.q = new FinancialChartIndicatorMenu(1, a != null ? a.
|
|
3417
|
+
this.s = new FinancialChartRangeSelector(a != null ? a.ahs : null);
|
|
3418
|
+
this.aa = new FinancialChartTypePicker(a != null ? a.ahp : null);
|
|
3419
|
+
this.q = new FinancialChartIndicatorMenu(1, a != null ? a.ahq : null);
|
|
3420
3420
|
}
|
|
3421
3421
|
bg(a) {
|
|
3422
3422
|
let b = a.querySelectorAll(".financialChartToolbarArea");
|