@syncfusion/ej2-angular-charts 32.1.24 → 32.1.25-ngcc
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/@syncfusion/ej2-angular-charts.es5.js +5029 -0
- package/@syncfusion/ej2-angular-charts.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-charts.js +4747 -0
- package/@syncfusion/ej2-angular-charts.js.map +1 -0
- package/LICENSE +10 -0
- package/README.md +1 -8
- package/dist/ej2-angular-charts.umd.js +5719 -0
- package/dist/ej2-angular-charts.umd.js.map +1 -0
- package/dist/ej2-angular-charts.umd.min.js +11 -0
- package/dist/ej2-angular-charts.umd.min.js.map +1 -0
- package/ej2-angular-charts.d.ts +13 -0
- package/ej2-angular-charts.metadata.json +1 -0
- package/package.json +47 -29
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -21
- package/src/accumulation-chart/accumulationchart.component.d.ts +58 -61
- package/src/accumulation-chart/accumulationchart.module.d.ts +5 -13
- package/src/accumulation-chart/annotations.directive.d.ts +80 -85
- package/src/accumulation-chart/series.directive.d.ts +244 -249
- package/src/bullet-chart/bulletchart-all.module.d.ts +8 -14
- package/src/bullet-chart/bulletchart.component.d.ts +38 -41
- package/src/bullet-chart/bulletchart.module.d.ts +5 -12
- package/src/bullet-chart/ranges.directive.d.ts +68 -73
- package/src/chart/annotations.directive.d.ts +96 -101
- package/src/chart/axes.directive.d.ts +381 -409
- package/src/chart/categories.directive.d.ts +69 -74
- package/src/chart/chart-all.module.d.ts +66 -72
- package/src/chart/chart.component.d.ts +86 -89
- package/src/chart/chart.module.d.ts +5 -24
- package/src/chart/columns.directive.d.ts +30 -35
- package/src/chart/indicators.directive.d.ts +250 -255
- package/src/chart/multilevellabels.directive.d.ts +57 -62
- package/src/chart/rangecolorsettings.directive.d.ts +36 -41
- package/src/chart/rows.directive.d.ts +30 -35
- package/src/chart/segments.directive.d.ts +41 -46
- package/src/chart/selecteddataindexes.directive.d.ts +32 -37
- package/src/chart/series.directive.d.ts +483 -488
- package/src/chart/striplines.directive.d.ts +166 -171
- package/src/chart/trendlines.directive.d.ts +112 -117
- package/src/chart3d/axes.directive.d.ts +266 -271
- package/src/chart3d/chart3d-all.module.d.ts +20 -26
- package/src/chart3d/chart3d.component.d.ts +62 -65
- package/src/chart3d/chart3d.module.d.ts +5 -16
- package/src/chart3d/columns.directive.d.ts +26 -31
- package/src/chart3d/rows.directive.d.ts +26 -31
- package/src/chart3d/selecteddataindexes.directive.d.ts +32 -37
- package/src/chart3d/series.directive.d.ts +172 -177
- package/src/circularchart3d/circularchart3d-all.module.d.ts +13 -19
- package/src/circularchart3d/circularchart3d.component.d.ts +55 -58
- package/src/circularchart3d/circularchart3d.module.d.ts +5 -13
- package/src/circularchart3d/selecteddataindexes.directive.d.ts +32 -37
- package/src/circularchart3d/series.directive.d.ts +142 -147
- package/src/index.d.ts +63 -63
- package/src/range-navigator/rangenavigator-all.module.d.ts +8 -14
- package/src/range-navigator/rangenavigator.component.d.ts +41 -44
- package/src/range-navigator/rangenavigator.module.d.ts +5 -12
- package/src/range-navigator/series.directive.d.ts +78 -83
- package/src/smithchart/series.directive.d.ts +88 -93
- package/src/smithchart/smithchart-all.module.d.ts +8 -14
- package/src/smithchart/smithchart.component.d.ts +41 -44
- package/src/smithchart/smithchart.module.d.ts +5 -12
- package/src/sparkline/rangebandsettings.directive.d.ts +33 -38
- package/src/sparkline/sparkline-all.module.d.ts +7 -13
- package/src/sparkline/sparkline.component.d.ts +43 -46
- package/src/sparkline/sparkline.module.d.ts +5 -12
- package/src/stock-chart/annotations.directive.d.ts +84 -89
- package/src/stock-chart/axes.directive.d.ts +286 -291
- package/src/stock-chart/indicators.directive.d.ts +208 -213
- package/src/stock-chart/periods.directive.d.ts +42 -47
- package/src/stock-chart/rows.directive.d.ts +30 -35
- package/src/stock-chart/selecteddataindexes.directive.d.ts +32 -37
- package/src/stock-chart/series.directive.d.ts +242 -247
- package/src/stock-chart/stockchart-all.module.d.ts +7 -13
- package/src/stock-chart/stockchart.component.d.ts +65 -68
- package/src/stock-chart/stockchart.module.d.ts +5 -20
- package/src/stock-chart/stockevents.directive.d.ts +83 -88
- package/src/stock-chart/trendlines.directive.d.ts +113 -118
- package/CHANGELOG.md +0 -3791
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +0 -53
- package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +0 -146
- package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +0 -43
- package/esm2020/src/accumulation-chart/annotations.directive.mjs +0 -62
- package/esm2020/src/accumulation-chart/series.directive.mjs +0 -62
- package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +0 -32
- package/esm2020/src/bullet-chart/bulletchart.component.mjs +0 -85
- package/esm2020/src/bullet-chart/bulletchart.module.mjs +0 -34
- package/esm2020/src/bullet-chart/ranges.directive.mjs +0 -54
- package/esm2020/src/chart/annotations.directive.mjs +0 -60
- package/esm2020/src/chart/axes.directive.mjs +0 -58
- package/esm2020/src/chart/categories.directive.mjs +0 -59
- package/esm2020/src/chart/chart-all.module.mjs +0 -206
- package/esm2020/src/chart/chart.component.mjs +0 -525
- package/esm2020/src/chart/chart.module.mjs +0 -142
- package/esm2020/src/chart/columns.directive.mjs +0 -52
- package/esm2020/src/chart/indicators.directive.mjs +0 -54
- package/esm2020/src/chart/multilevellabels.directive.mjs +0 -60
- package/esm2020/src/chart/rangecolorsettings.directive.mjs +0 -52
- package/esm2020/src/chart/rows.directive.mjs +0 -52
- package/esm2020/src/chart/segments.directive.mjs +0 -58
- package/esm2020/src/chart/selecteddataindexes.directive.mjs +0 -52
- package/esm2020/src/chart/series.directive.mjs +0 -68
- package/esm2020/src/chart/striplines.directive.mjs +0 -56
- package/esm2020/src/chart/trendlines.directive.mjs +0 -58
- package/esm2020/src/chart3d/axes.directive.mjs +0 -52
- package/esm2020/src/chart3d/chart3d-all.module.mjs +0 -68
- package/esm2020/src/chart3d/chart3d.component.mjs +0 -189
- package/esm2020/src/chart3d/chart3d.module.mjs +0 -70
- package/esm2020/src/chart3d/columns.directive.mjs +0 -52
- package/esm2020/src/chart3d/rows.directive.mjs +0 -52
- package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +0 -52
- package/esm2020/src/chart3d/series.directive.mjs +0 -62
- package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +0 -47
- package/esm2020/src/circularchart3d/circularchart3d.component.mjs +0 -125
- package/esm2020/src/circularchart3d/circularchart3d.module.mjs +0 -43
- package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +0 -52
- package/esm2020/src/circularchart3d/series.directive.mjs +0 -62
- package/esm2020/src/index.mjs +0 -64
- package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +0 -32
- package/esm2020/src/range-navigator/rangenavigator.component.mjs +0 -127
- package/esm2020/src/range-navigator/rangenavigator.module.mjs +0 -34
- package/esm2020/src/range-navigator/series.directive.mjs +0 -54
- package/esm2020/src/smithchart/series.directive.mjs +0 -46
- package/esm2020/src/smithchart/smithchart-all.module.mjs +0 -32
- package/esm2020/src/smithchart/smithchart.component.mjs +0 -78
- package/esm2020/src/smithchart/smithchart.module.mjs +0 -34
- package/esm2020/src/sparkline/rangebandsettings.directive.mjs +0 -46
- package/esm2020/src/sparkline/sparkline-all.module.mjs +0 -29
- package/esm2020/src/sparkline/sparkline.component.mjs +0 -71
- package/esm2020/src/sparkline/sparkline.module.mjs +0 -34
- package/esm2020/src/stock-chart/annotations.directive.mjs +0 -60
- package/esm2020/src/stock-chart/axes.directive.mjs +0 -52
- package/esm2020/src/stock-chart/indicators.directive.mjs +0 -54
- package/esm2020/src/stock-chart/periods.directive.mjs +0 -54
- package/esm2020/src/stock-chart/rows.directive.mjs +0 -52
- package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +0 -52
- package/esm2020/src/stock-chart/series.directive.mjs +0 -58
- package/esm2020/src/stock-chart/stockchart-all.module.mjs +0 -29
- package/esm2020/src/stock-chart/stockchart.component.mjs +0 -337
- package/esm2020/src/stock-chart/stockchart.module.mjs +0 -106
- package/esm2020/src/stock-chart/stockevents.directive.mjs +0 -54
- package/esm2020/src/stock-chart/trendlines.directive.mjs +0 -59
- package/esm2020/syncfusion-ej2-angular-charts.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-charts.mjs +0 -4376
- package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4376
- package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
- package/syncfusion-ej2-angular-charts.d.ts +0 -5
|
@@ -1,255 +1,250 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
*
|
|
17
|
-
* * '
|
|
18
|
-
* * '
|
|
19
|
-
* * '
|
|
20
|
-
* * '
|
|
21
|
-
* * '
|
|
22
|
-
* * '
|
|
23
|
-
* * '
|
|
24
|
-
* * '
|
|
25
|
-
* * '
|
|
26
|
-
*
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
* *
|
|
39
|
-
* *
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
*
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
*
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
*
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
*
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
*
|
|
71
|
-
*
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
*
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
*
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
*
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
*
|
|
92
|
-
*
|
|
93
|
-
*
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
*
|
|
99
|
-
*
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
*
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
*
|
|
110
|
-
*
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
*
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
*
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
*
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
*
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
*
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
*
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
*
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
*
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
*
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
*
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
*
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
*
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
*
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
*
|
|
213
|
-
*
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
*
|
|
219
|
-
*
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
*
|
|
225
|
-
*
|
|
226
|
-
*
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
*
|
|
232
|
-
*
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
*
|
|
238
|
-
*
|
|
239
|
-
*
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
export declare class IndicatorsDirective extends ArrayBase<IndicatorsDirective> {
|
|
252
|
-
constructor();
|
|
253
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IndicatorsDirective, never>;
|
|
254
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IndicatorsDirective, "ej-chart>e-indicators", never, {}, {}, ["children"]>;
|
|
255
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Indicator Directive
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-indicators>
|
|
7
|
+
* <e-indicator></e-indicator>
|
|
8
|
+
* </e-indicators>
|
|
9
|
+
* ```
|
|
10
|
+
*/
|
|
11
|
+
export declare class IndicatorDirective extends ComplexBase<IndicatorDirective> {
|
|
12
|
+
private viewContainerRef;
|
|
13
|
+
directivePropList: any;
|
|
14
|
+
/**
|
|
15
|
+
* Defines the types of technical indicators. They are:
|
|
16
|
+
* * 'Sma' - Predicts the trend using the Simple Moving Average approach.
|
|
17
|
+
* * 'Ema' - Predicts the trend using the Exponential Moving Average approach.
|
|
18
|
+
* * 'Tma' - Predicts the trend using the Triangular Moving Average approach.
|
|
19
|
+
* * 'Atr' - Predicts the trend using the Average True Range approach.
|
|
20
|
+
* * 'AccumulationDistribution' - Predicts the trend using the Accumulation Distribution approach.
|
|
21
|
+
* * 'Momentum' - Predicts the trend using the Momentum approach.
|
|
22
|
+
* * 'Rsi' - Predicts the trend using the Relative Strength Index (RSI) approach.
|
|
23
|
+
* * 'Macd' - Predicts the trend using the Moving Average Convergence Divergence (MACD) approach.
|
|
24
|
+
* * 'Stochastic' - Predicts the trend using the Stochastic Oscillator approach.
|
|
25
|
+
* * 'BollingerBands' - Predicts the trend using the Bollinger Bands approach.
|
|
26
|
+
* @default 'Sma'
|
|
27
|
+
*/
|
|
28
|
+
type: any;
|
|
29
|
+
/**
|
|
30
|
+
* Options to improve accessibility for technical indicator elements.
|
|
31
|
+
*/
|
|
32
|
+
accessibility: any;
|
|
33
|
+
/**
|
|
34
|
+
* Options for customizing the animation of the series.
|
|
35
|
+
* By default, animation is enabled with a duration of 1000 milliseconds (about 1 second). It can be disabled by setting enable to `false`.
|
|
36
|
+
* The following properties are supported in animation:
|
|
37
|
+
* * enable: If set to true, the series is animated on initial loading.
|
|
38
|
+
* * duration: The duration of the animation in milliseconds.
|
|
39
|
+
* * delay: The delay before the animation starts, in milliseconds.
|
|
40
|
+
*/
|
|
41
|
+
animation: any;
|
|
42
|
+
/**
|
|
43
|
+
* Configures the settings for customizing the Bollinger Bands in the indicator.
|
|
44
|
+
* @default 'rgba(211,211,211,0.25)'
|
|
45
|
+
*/
|
|
46
|
+
bandColor: any;
|
|
47
|
+
/**
|
|
48
|
+
* The data source field that contains the close value.
|
|
49
|
+
* It is applicable for both financial series and technical indicators.
|
|
50
|
+
* @default ''
|
|
51
|
+
*/
|
|
52
|
+
close: any;
|
|
53
|
+
/**
|
|
54
|
+
* The data source field that contains the color mapping value.
|
|
55
|
+
* It is applicable for range color mapping.
|
|
56
|
+
*/
|
|
57
|
+
colorName: any;
|
|
58
|
+
/**
|
|
59
|
+
* Defines the period over which price changes determine the %D value in stochastic indicators.
|
|
60
|
+
* @default 3
|
|
61
|
+
*/
|
|
62
|
+
dPeriod: any;
|
|
63
|
+
/**
|
|
64
|
+
* Defines the pattern of dashes and gaps used to stroke the lines in `Line` type series.
|
|
65
|
+
* @default ''
|
|
66
|
+
*/
|
|
67
|
+
dashArray: any;
|
|
68
|
+
/**
|
|
69
|
+
* Specifies the data source for the series. It can be an array of JSON objects, or an instance of DataManager.
|
|
70
|
+
*
|
|
71
|
+
* @default ''
|
|
72
|
+
*/
|
|
73
|
+
dataSource: any;
|
|
74
|
+
/**
|
|
75
|
+
* This property is used to improve chart performance through data mapping for the series data source.
|
|
76
|
+
* @default false
|
|
77
|
+
*/
|
|
78
|
+
enableComplexProperty: any;
|
|
79
|
+
/**
|
|
80
|
+
* Sets the fast period to define the MACD line.
|
|
81
|
+
* @default 26
|
|
82
|
+
*/
|
|
83
|
+
fastPeriod: any;
|
|
84
|
+
/**
|
|
85
|
+
* Defines the field used to compare the current value with previous values.
|
|
86
|
+
* @default 'Close'
|
|
87
|
+
*/
|
|
88
|
+
field: any;
|
|
89
|
+
/**
|
|
90
|
+
* The fill color for the series, which accepts values in hex or rgba as a valid CSS color string.
|
|
91
|
+
* It also represents the color of the signal lines in technical indicators.
|
|
92
|
+
* For technical indicators, the default value is 'blue', and for series, it is null.
|
|
93
|
+
* @default null
|
|
94
|
+
*/
|
|
95
|
+
fill: any;
|
|
96
|
+
/**
|
|
97
|
+
* The data source field that contains the high value.
|
|
98
|
+
* It is applicable for both financial series and technical indicators.
|
|
99
|
+
* @default ''
|
|
100
|
+
*/
|
|
101
|
+
high: any;
|
|
102
|
+
/**
|
|
103
|
+
* Defines the look-back period for price changes used to calculate the %K value in stochastic indicators.
|
|
104
|
+
* @default 14
|
|
105
|
+
*/
|
|
106
|
+
kPeriod: any;
|
|
107
|
+
/**
|
|
108
|
+
* The data source field that contains the low value.
|
|
109
|
+
* It is applicable for both financial series and technical indicators.
|
|
110
|
+
* @default ''
|
|
111
|
+
*/
|
|
112
|
+
low: any;
|
|
113
|
+
/**
|
|
114
|
+
* Defines the appearance of the lower line in technical indicators.
|
|
115
|
+
*/
|
|
116
|
+
lowerLine: any;
|
|
117
|
+
/**
|
|
118
|
+
* Defines the appearance of the MACD line in the MACD indicator.
|
|
119
|
+
* @default { color: '#ff9933', width: 2 }
|
|
120
|
+
*/
|
|
121
|
+
macdLine: any;
|
|
122
|
+
/**
|
|
123
|
+
* Specifies the color for negative bars in the MACD indicator.
|
|
124
|
+
* @default '#e74c3d'
|
|
125
|
+
*/
|
|
126
|
+
macdNegativeColor: any;
|
|
127
|
+
/**
|
|
128
|
+
* Specifies the color for positive bars in the MACD indicator.
|
|
129
|
+
* @default '#2ecd71'
|
|
130
|
+
*/
|
|
131
|
+
macdPositiveColor: any;
|
|
132
|
+
/**
|
|
133
|
+
* Defines the type of the MACD (Moving Average Convergence Divergence) indicator.
|
|
134
|
+
* @default 'Both'
|
|
135
|
+
*/
|
|
136
|
+
macdType: any;
|
|
137
|
+
/**
|
|
138
|
+
* The data source field that contains the open value.
|
|
139
|
+
* It is applicable for both financial series and technical indicators.
|
|
140
|
+
* @default ''
|
|
141
|
+
*/
|
|
142
|
+
open: any;
|
|
143
|
+
/**
|
|
144
|
+
* Specifies the over-bought (threshold) values applicable for RSI and stochastic indicators.
|
|
145
|
+
* @default 80
|
|
146
|
+
*/
|
|
147
|
+
overBought: any;
|
|
148
|
+
/**
|
|
149
|
+
* Defines the over-sold (threshold) values for RSI and stochastic indicators.
|
|
150
|
+
* @default 20
|
|
151
|
+
*/
|
|
152
|
+
overSold: any;
|
|
153
|
+
/**
|
|
154
|
+
* Defines the period over which price changes are considered for trend prediction.
|
|
155
|
+
* @default 14
|
|
156
|
+
*/
|
|
157
|
+
period: any;
|
|
158
|
+
/**
|
|
159
|
+
* Defines the appearance of the period line in technical indicators.
|
|
160
|
+
*/
|
|
161
|
+
periodLine: any;
|
|
162
|
+
/**
|
|
163
|
+
* The data source field that contains the color value of a point.
|
|
164
|
+
* It is applicable for series.
|
|
165
|
+
* @default ''
|
|
166
|
+
*/
|
|
167
|
+
pointColorMapping: any;
|
|
168
|
+
/**
|
|
169
|
+
* Specifies a query to select data from the data source. This property is applicable only when the data source is an `ej.DataManager`.
|
|
170
|
+
* @default ''
|
|
171
|
+
*/
|
|
172
|
+
query: any;
|
|
173
|
+
/**
|
|
174
|
+
* Defines the axis along which the line series will be split.
|
|
175
|
+
*/
|
|
176
|
+
segmentAxis: any;
|
|
177
|
+
/**
|
|
178
|
+
* Specifies a collection of regions used to differentiate a line series.
|
|
179
|
+
*/
|
|
180
|
+
segments: any;
|
|
181
|
+
/**
|
|
182
|
+
* Specifies the name of the series to be used for displaying the indicator data.
|
|
183
|
+
* @default ''
|
|
184
|
+
*/
|
|
185
|
+
seriesName: any;
|
|
186
|
+
/**
|
|
187
|
+
* Specifies whether to enable or disable the over-bought and over-sold regions.
|
|
188
|
+
* @default true
|
|
189
|
+
*/
|
|
190
|
+
showZones: any;
|
|
191
|
+
/**
|
|
192
|
+
* Sets the slow period for defining the MACD line.
|
|
193
|
+
* @default 12
|
|
194
|
+
*/
|
|
195
|
+
slowPeriod: any;
|
|
196
|
+
/**
|
|
197
|
+
* Sets the standard deviation values used to define the upper and lower Bollinger Bands.
|
|
198
|
+
* @default 2
|
|
199
|
+
*/
|
|
200
|
+
standardDeviation: any;
|
|
201
|
+
/**
|
|
202
|
+
* Defines the appearance of the upper line in technical indicators.
|
|
203
|
+
*/
|
|
204
|
+
upperLine: any;
|
|
205
|
+
/**
|
|
206
|
+
* If set to `true`, the series will be visible. If set to `false`, the series will be hidden.
|
|
207
|
+
* @default true
|
|
208
|
+
*/
|
|
209
|
+
visible: any;
|
|
210
|
+
/**
|
|
211
|
+
* Defines the data source field that contains the volume value in candle charts.
|
|
212
|
+
* It is applicable for both financial series and technical indicators.
|
|
213
|
+
* @default ''
|
|
214
|
+
*/
|
|
215
|
+
volume: any;
|
|
216
|
+
/**
|
|
217
|
+
* The stroke width for the series, applicable only for `Line` type series.
|
|
218
|
+
* It also represents the stroke width of the signal lines in technical indicators.
|
|
219
|
+
* @default 1
|
|
220
|
+
*/
|
|
221
|
+
width: any;
|
|
222
|
+
/**
|
|
223
|
+
* The name of the horizontal axis associated with the series. It requires `axes` of the chart.
|
|
224
|
+
* It is applicable for series and technical indicators.
|
|
225
|
+
*
|
|
226
|
+
* @default null
|
|
227
|
+
*/
|
|
228
|
+
xAxisName: any;
|
|
229
|
+
/**
|
|
230
|
+
* The data source field that contains the x value.
|
|
231
|
+
* It is applicable to both series and technical indicators.
|
|
232
|
+
* @default ''
|
|
233
|
+
*/
|
|
234
|
+
xName: any;
|
|
235
|
+
/**
|
|
236
|
+
* The name of the vertical axis associated with the series. It requires `axes` of the chart.
|
|
237
|
+
* It is applicable for series and technical indicators.
|
|
238
|
+
*
|
|
239
|
+
* @default null
|
|
240
|
+
*/
|
|
241
|
+
yAxisName: any;
|
|
242
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* Indicator Array Directive
|
|
246
|
+
* @private
|
|
247
|
+
*/
|
|
248
|
+
export declare class IndicatorsDirective extends ArrayBase<IndicatorsDirective> {
|
|
249
|
+
constructor();
|
|
250
|
+
}
|
|
@@ -1,62 +1,57 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-
|
|
8
|
-
* <e-
|
|
9
|
-
*
|
|
10
|
-
* </e-
|
|
11
|
-
*
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
* *
|
|
23
|
-
* *
|
|
24
|
-
*
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
*
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
* *
|
|
41
|
-
* *
|
|
42
|
-
*
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
export declare class MultiLevelLabelsDirective extends ArrayBase<MultiLevelLabelsDirective> {
|
|
59
|
-
constructor();
|
|
60
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiLevelLabelsDirective, never>;
|
|
61
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiLevelLabelsDirective, "e-axis>e-multilevellabels", never, {}, {}, ["children"]>;
|
|
62
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* MultiLevelLabel Directive
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-axis>
|
|
7
|
+
* <e-multilevellabels>
|
|
8
|
+
* <e-multilevellabel></e-multilevellabel>
|
|
9
|
+
* </e-multilevellabels>
|
|
10
|
+
* </e-axis>
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class MultiLevelLabelDirective extends ComplexBase<MultiLevelLabelDirective> {
|
|
14
|
+
private viewContainerRef;
|
|
15
|
+
directivePropList: any;
|
|
16
|
+
childCategories: any;
|
|
17
|
+
tags: string[];
|
|
18
|
+
/**
|
|
19
|
+
* Defines the position of the multi-level labels.
|
|
20
|
+
* The available options are:
|
|
21
|
+
* * Near: Places the multi-level labels close to the chart elements.
|
|
22
|
+
* * Center: Positions the multi-level labels in the center of the chart elements.
|
|
23
|
+
* * Far: Places the multi-level labels further from the chart elements.
|
|
24
|
+
* @default 'Center'
|
|
25
|
+
*/
|
|
26
|
+
alignment: any;
|
|
27
|
+
/**
|
|
28
|
+
* The `border` property allows customization of the border for multi-level labels.
|
|
29
|
+
* It includes options to set the color, width, and type of the border.
|
|
30
|
+
*/
|
|
31
|
+
border: any;
|
|
32
|
+
/**
|
|
33
|
+
* Configures multi-level categories for multi-level labels.
|
|
34
|
+
*/
|
|
35
|
+
categories: any;
|
|
36
|
+
/**
|
|
37
|
+
* Defines the text overflow behavior for multi-level labels.
|
|
38
|
+
* The available options are:
|
|
39
|
+
* * Trim: Trims the text that overflows for multi-level labels.
|
|
40
|
+
* * Wrap: Wraps the text that overflows for multi-level labels.
|
|
41
|
+
* * None: No text overflow handling for multi-level labels.
|
|
42
|
+
* @default 'Wrap'
|
|
43
|
+
*/
|
|
44
|
+
overflow: any;
|
|
45
|
+
/**
|
|
46
|
+
* Options to customize the multi-level labels.
|
|
47
|
+
*/
|
|
48
|
+
textStyle: any;
|
|
49
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* MultiLevelLabel Array Directive
|
|
53
|
+
* @private
|
|
54
|
+
*/
|
|
55
|
+
export declare class MultiLevelLabelsDirective extends ArrayBase<MultiLevelLabelsDirective> {
|
|
56
|
+
constructor();
|
|
57
|
+
}
|