@syncfusion/ej2-angular-charts 33.1.44-ngcc → 33.1.44
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/CHANGELOG.md +3813 -0
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +53 -0
- package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +152 -0
- package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +43 -0
- package/esm2020/src/accumulation-chart/annotations.directive.mjs +62 -0
- package/esm2020/src/accumulation-chart/series.directive.mjs +62 -0
- package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +32 -0
- package/esm2020/src/bullet-chart/bulletchart.component.mjs +85 -0
- package/esm2020/src/bullet-chart/bulletchart.module.mjs +34 -0
- package/esm2020/src/bullet-chart/ranges.directive.mjs +54 -0
- package/esm2020/src/chart/annotations.directive.mjs +60 -0
- package/esm2020/src/chart/axes.directive.mjs +58 -0
- package/esm2020/src/chart/categories.directive.mjs +59 -0
- package/esm2020/src/chart/chart-all.module.mjs +209 -0
- package/esm2020/src/chart/chart.component.mjs +538 -0
- package/esm2020/src/chart/chart.module.mjs +142 -0
- package/esm2020/src/chart/columns.directive.mjs +52 -0
- package/esm2020/src/chart/indicators.directive.mjs +54 -0
- package/esm2020/src/chart/multilevellabels.directive.mjs +60 -0
- package/esm2020/src/chart/rangecolorsettings.directive.mjs +52 -0
- package/esm2020/src/chart/rows.directive.mjs +52 -0
- package/esm2020/src/chart/segments.directive.mjs +58 -0
- package/esm2020/src/chart/selecteddataindexes.directive.mjs +52 -0
- package/esm2020/src/chart/series.directive.mjs +68 -0
- package/esm2020/src/chart/striplines.directive.mjs +56 -0
- package/esm2020/src/chart/trendlines.directive.mjs +58 -0
- package/esm2020/src/chart3d/axes.directive.mjs +52 -0
- package/esm2020/src/chart3d/chart3d-all.module.mjs +68 -0
- package/esm2020/src/chart3d/chart3d.component.mjs +189 -0
- package/esm2020/src/chart3d/chart3d.module.mjs +70 -0
- package/esm2020/src/chart3d/columns.directive.mjs +52 -0
- package/esm2020/src/chart3d/rows.directive.mjs +52 -0
- package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +52 -0
- package/esm2020/src/chart3d/series.directive.mjs +62 -0
- package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +47 -0
- package/esm2020/src/circularchart3d/circularchart3d.component.mjs +125 -0
- package/esm2020/src/circularchart3d/circularchart3d.module.mjs +43 -0
- package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +52 -0
- package/esm2020/src/circularchart3d/series.directive.mjs +62 -0
- package/esm2020/src/index.mjs +69 -0
- package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +32 -0
- package/esm2020/src/range-navigator/rangenavigator.component.mjs +127 -0
- package/esm2020/src/range-navigator/rangenavigator.module.mjs +34 -0
- package/esm2020/src/range-navigator/series.directive.mjs +54 -0
- package/esm2020/src/sankey/links.directive.mjs +54 -0
- package/esm2020/src/sankey/nodes.directive.mjs +54 -0
- package/esm2020/src/sankey/sankey-all.module.mjs +38 -0
- package/esm2020/src/sankey/sankey.component.mjs +110 -0
- package/esm2020/src/sankey/sankey.module.mjs +43 -0
- package/esm2020/src/smithchart/series.directive.mjs +46 -0
- package/esm2020/src/smithchart/smithchart-all.module.mjs +32 -0
- package/esm2020/src/smithchart/smithchart.component.mjs +78 -0
- package/esm2020/src/smithchart/smithchart.module.mjs +34 -0
- package/esm2020/src/sparkline/rangebandsettings.directive.mjs +46 -0
- package/esm2020/src/sparkline/sparkline-all.module.mjs +29 -0
- package/esm2020/src/sparkline/sparkline.component.mjs +71 -0
- package/esm2020/src/sparkline/sparkline.module.mjs +34 -0
- package/esm2020/src/stock-chart/annotations.directive.mjs +60 -0
- package/esm2020/src/stock-chart/axes.directive.mjs +52 -0
- package/esm2020/src/stock-chart/indicators.directive.mjs +54 -0
- package/esm2020/src/stock-chart/periods.directive.mjs +54 -0
- package/esm2020/src/stock-chart/rows.directive.mjs +52 -0
- package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +52 -0
- package/esm2020/src/stock-chart/series.directive.mjs +58 -0
- package/esm2020/src/stock-chart/stockchart-all.module.mjs +29 -0
- package/esm2020/src/stock-chart/stockchart.component.mjs +350 -0
- package/esm2020/src/stock-chart/stockchart.module.mjs +106 -0
- package/esm2020/src/stock-chart/stockevents.directive.mjs +54 -0
- package/esm2020/src/stock-chart/trendlines.directive.mjs +59 -0
- package/esm2020/syncfusion-ej2-angular-charts.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-charts.mjs +4684 -0
- package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-charts.mjs +4684 -0
- package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +1 -0
- package/package.json +20 -7
- package/public_api.d.ts +1 -1
- package/src/accumulation-chart/accumulationchart-all.module.d.ts +21 -15
- package/src/accumulation-chart/accumulationchart.component.d.ts +62 -59
- package/src/accumulation-chart/accumulationchart.module.d.ts +13 -5
- package/src/accumulation-chart/annotations.directive.d.ts +85 -80
- package/src/accumulation-chart/series.directive.d.ts +262 -257
- package/src/bullet-chart/bulletchart-all.module.d.ts +14 -8
- package/src/bullet-chart/bulletchart.component.d.ts +41 -38
- package/src/bullet-chart/bulletchart.module.d.ts +12 -5
- package/src/bullet-chart/ranges.directive.d.ts +73 -68
- package/src/chart/annotations.directive.d.ts +101 -96
- package/src/chart/axes.directive.d.ts +409 -404
- package/src/chart/categories.directive.d.ts +74 -69
- package/src/chart/chart-all.module.d.ts +73 -67
- package/src/chart/chart.component.d.ts +91 -88
- package/src/chart/chart.module.d.ts +24 -5
- package/src/chart/columns.directive.d.ts +35 -30
- package/src/chart/indicators.directive.d.ts +265 -260
- package/src/chart/multilevellabels.directive.d.ts +62 -57
- package/src/chart/rangecolorsettings.directive.d.ts +41 -36
- package/src/chart/rows.directive.d.ts +35 -30
- package/src/chart/segments.directive.d.ts +46 -41
- package/src/chart/selecteddataindexes.directive.d.ts +37 -32
- package/src/chart/series.directive.d.ts +505 -500
- package/src/chart/striplines.directive.d.ts +171 -166
- package/src/chart/trendlines.directive.d.ts +127 -122
- package/src/chart3d/axes.directive.d.ts +271 -266
- package/src/chart3d/chart3d-all.module.d.ts +26 -20
- package/src/chart3d/chart3d.component.d.ts +65 -62
- package/src/chart3d/chart3d.module.d.ts +16 -5
- package/src/chart3d/columns.directive.d.ts +31 -26
- package/src/chart3d/rows.directive.d.ts +31 -26
- package/src/chart3d/selecteddataindexes.directive.d.ts +37 -32
- package/src/chart3d/series.directive.d.ts +177 -172
- package/src/circularchart3d/circularchart3d-all.module.d.ts +19 -13
- package/src/circularchart3d/circularchart3d.component.d.ts +58 -55
- package/src/circularchart3d/circularchart3d.module.d.ts +13 -5
- package/src/circularchart3d/selecteddataindexes.directive.d.ts +37 -32
- package/src/circularchart3d/series.directive.d.ts +147 -142
- package/src/index.d.ts +68 -68
- package/src/range-navigator/rangenavigator-all.module.d.ts +14 -8
- package/src/range-navigator/rangenavigator.component.d.ts +44 -41
- package/src/range-navigator/rangenavigator.module.d.ts +12 -5
- package/src/range-navigator/series.directive.d.ts +83 -78
- package/src/sankey/links.directive.d.ts +46 -41
- package/src/sankey/nodes.directive.d.ts +49 -44
- package/src/sankey/sankey-all.module.d.ts +16 -10
- package/src/sankey/sankey.component.d.ts +56 -53
- package/src/sankey/sankey.module.d.ts +13 -5
- package/src/smithchart/series.directive.d.ts +93 -88
- package/src/smithchart/smithchart-all.module.d.ts +14 -8
- package/src/smithchart/smithchart.component.d.ts +44 -41
- package/src/smithchart/smithchart.module.d.ts +12 -5
- package/src/sparkline/rangebandsettings.directive.d.ts +38 -33
- package/src/sparkline/sparkline-all.module.d.ts +13 -7
- package/src/sparkline/sparkline.component.d.ts +46 -43
- package/src/sparkline/sparkline.module.d.ts +12 -5
- package/src/stock-chart/annotations.directive.d.ts +89 -84
- package/src/stock-chart/axes.directive.d.ts +291 -286
- package/src/stock-chart/indicators.directive.d.ts +226 -221
- package/src/stock-chart/periods.directive.d.ts +47 -42
- package/src/stock-chart/rows.directive.d.ts +35 -30
- package/src/stock-chart/selecteddataindexes.directive.d.ts +37 -32
- package/src/stock-chart/series.directive.d.ts +264 -259
- package/src/stock-chart/stockchart-all.module.d.ts +13 -7
- package/src/stock-chart/stockchart.component.d.ts +70 -67
- package/src/stock-chart/stockchart.module.d.ts +20 -5
- package/src/stock-chart/stockevents.directive.d.ts +88 -83
- package/src/stock-chart/trendlines.directive.d.ts +128 -123
- package/syncfusion-ej2-angular-charts.d.ts +5 -0
- package/@syncfusion/ej2-angular-charts.es5.js +0 -5388
- package/@syncfusion/ej2-angular-charts.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-charts.js +0 -5087
- package/@syncfusion/ej2-angular-charts.js.map +0 -1
- package/LICENSE +0 -10
- package/dist/ej2-angular-charts.umd.js +0 -6123
- package/dist/ej2-angular-charts.umd.js.map +0 -1
- package/dist/ej2-angular-charts.umd.min.js +0 -11
- package/dist/ej2-angular-charts.umd.min.js.map +0 -1
- package/ej2-angular-charts.d.ts +0 -14
- package/ej2-angular-charts.metadata.json +0 -1
|
@@ -1,221 +1,226 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-stockchart-
|
|
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
|
-
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Indicator Directive
|
|
6
|
+
* ```html
|
|
7
|
+
* <e-stockchart-indicators>
|
|
8
|
+
* <e-stockchart-indicator></e-stockchart-indicator>
|
|
9
|
+
* </e-stockchart-indicators>
|
|
10
|
+
* ```
|
|
11
|
+
*/
|
|
12
|
+
export declare class StockChartIndicatorDirective extends ComplexBase<StockChartIndicatorDirective> {
|
|
13
|
+
private viewContainerRef;
|
|
14
|
+
directivePropList: any;
|
|
15
|
+
/**
|
|
16
|
+
* Defines the type of the technical indicator.
|
|
17
|
+
* @default 'Sma'
|
|
18
|
+
*/
|
|
19
|
+
type: any;
|
|
20
|
+
/**
|
|
21
|
+
* Options to customizing animation for the series.
|
|
22
|
+
*/
|
|
23
|
+
animation: any;
|
|
24
|
+
/**
|
|
25
|
+
* Options for customizing the BollingerBand in the indicator.
|
|
26
|
+
* @default 'rgba(211,211,211,0.25)'
|
|
27
|
+
*/
|
|
28
|
+
bandColor: any;
|
|
29
|
+
/**
|
|
30
|
+
* The DataSource field that contains the close value of y
|
|
31
|
+
* It is applicable for series and technical indicators
|
|
32
|
+
* @default ''
|
|
33
|
+
*/
|
|
34
|
+
close: any;
|
|
35
|
+
/**
|
|
36
|
+
* Defines the period, the price changes over which will define the %D value in stochastic indicators.
|
|
37
|
+
* @default 3
|
|
38
|
+
*/
|
|
39
|
+
dPeriod: any;
|
|
40
|
+
/**
|
|
41
|
+
* Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.
|
|
42
|
+
* @default '0'
|
|
43
|
+
*/
|
|
44
|
+
dashArray: any;
|
|
45
|
+
/**
|
|
46
|
+
* Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.
|
|
47
|
+
*
|
|
48
|
+
* @default ''
|
|
49
|
+
*/
|
|
50
|
+
dataSource: any;
|
|
51
|
+
/**
|
|
52
|
+
* Sets the fast period to define the Macd line.
|
|
53
|
+
* @default 26
|
|
54
|
+
*/
|
|
55
|
+
fastPeriod: any;
|
|
56
|
+
/**
|
|
57
|
+
* Defines the field to compare the current value with previous values.
|
|
58
|
+
* @default 'Close'
|
|
59
|
+
*/
|
|
60
|
+
field: any;
|
|
61
|
+
/**
|
|
62
|
+
* The fill color for the series that accepts value in hex and rgba as a valid CSS color string.
|
|
63
|
+
* It also represents the color of the signal lines in technical indicators.
|
|
64
|
+
* For technical indicators, the default value is 'blue' and for series, it has null.
|
|
65
|
+
* @default null
|
|
66
|
+
*/
|
|
67
|
+
fill: any;
|
|
68
|
+
/**
|
|
69
|
+
* The DataSource field that contains the high value of y
|
|
70
|
+
* It is applicable for series and technical indicators
|
|
71
|
+
* @default ''
|
|
72
|
+
*/
|
|
73
|
+
high: any;
|
|
74
|
+
/**
|
|
75
|
+
* Defines the look back period, the price changes over which will define the %K value in stochastic indicators.
|
|
76
|
+
* @default 14
|
|
77
|
+
*/
|
|
78
|
+
kPeriod: any;
|
|
79
|
+
/**
|
|
80
|
+
* Applies a linear gradient fill to the series.
|
|
81
|
+
* The gradient transitions colors along a straight line.
|
|
82
|
+
* When both linearGradient and radialGradient are specified, linearGradient takes precedence.
|
|
83
|
+
* @default null
|
|
84
|
+
*/
|
|
85
|
+
linearGradient: any;
|
|
86
|
+
/**
|
|
87
|
+
* The DataSource field that contains the low value of y
|
|
88
|
+
* It is applicable for series and technical indicators
|
|
89
|
+
* @default ''
|
|
90
|
+
*/
|
|
91
|
+
low: any;
|
|
92
|
+
/**
|
|
93
|
+
* Defines the appearance of lower line in technical indicators.
|
|
94
|
+
*/
|
|
95
|
+
lowerLine: any;
|
|
96
|
+
/**
|
|
97
|
+
* Defines the appearance of the the MacdLine of Macd indicator.
|
|
98
|
+
* @default { color: '#ff9933', width: 2 }
|
|
99
|
+
*/
|
|
100
|
+
macdLine: any;
|
|
101
|
+
/**
|
|
102
|
+
* Defines the color of the negative bars in Macd indicators.
|
|
103
|
+
* @default '#e74c3d'
|
|
104
|
+
*/
|
|
105
|
+
macdNegativeColor: any;
|
|
106
|
+
/**
|
|
107
|
+
* Defines the color of the positive bars in Macd indicators.
|
|
108
|
+
* @default '#2ecd71'
|
|
109
|
+
*/
|
|
110
|
+
macdPositiveColor: any;
|
|
111
|
+
/**
|
|
112
|
+
* Defines the type of the Macd indicator.
|
|
113
|
+
* @default 'Both'
|
|
114
|
+
*/
|
|
115
|
+
macdType: any;
|
|
116
|
+
/**
|
|
117
|
+
* The DataSource field that contains the open value of y
|
|
118
|
+
* It is applicable for series and technical indicators
|
|
119
|
+
* @default ''
|
|
120
|
+
*/
|
|
121
|
+
open: any;
|
|
122
|
+
/**
|
|
123
|
+
* Defines the over-bought(threshold) values. It is applicable for RSI and stochastic indicators.
|
|
124
|
+
* @default 80
|
|
125
|
+
*/
|
|
126
|
+
overBought: any;
|
|
127
|
+
/**
|
|
128
|
+
* Defines the over-sold(threshold) values. It is applicable for RSI and stochastic indicators.
|
|
129
|
+
* @default 20
|
|
130
|
+
*/
|
|
131
|
+
overSold: any;
|
|
132
|
+
/**
|
|
133
|
+
* Defines the period, the price changes over which will be considered to predict the trend.
|
|
134
|
+
* @default 14
|
|
135
|
+
*/
|
|
136
|
+
period: any;
|
|
137
|
+
/**
|
|
138
|
+
* Defines the appearance of period line in technical indicators.
|
|
139
|
+
*/
|
|
140
|
+
periodLine: any;
|
|
141
|
+
/**
|
|
142
|
+
* The DataSource field that contains the color value of point
|
|
143
|
+
* It is applicable for series
|
|
144
|
+
* @default ''
|
|
145
|
+
*/
|
|
146
|
+
pointColorMapping: any;
|
|
147
|
+
/**
|
|
148
|
+
* Specifies query to select data from DataSource. This property is applicable only when the DataSource is `ej.DataManager`.
|
|
149
|
+
* @default null
|
|
150
|
+
*/
|
|
151
|
+
query: any;
|
|
152
|
+
/**
|
|
153
|
+
* Applies a radial gradient fill to the series.
|
|
154
|
+
* The gradient transitions colors outward from a central point.
|
|
155
|
+
* @default null
|
|
156
|
+
*/
|
|
157
|
+
radialGradient: any;
|
|
158
|
+
/**
|
|
159
|
+
* Defines the name of the series, the data of which has to be depicted as indicator.
|
|
160
|
+
* @default ''
|
|
161
|
+
*/
|
|
162
|
+
seriesName: any;
|
|
163
|
+
/**
|
|
164
|
+
* Enables/Disables the over-bought and over-sold regions.
|
|
165
|
+
* @default true
|
|
166
|
+
*/
|
|
167
|
+
showZones: any;
|
|
168
|
+
/**
|
|
169
|
+
* Sets the slow period to define the Macd line.
|
|
170
|
+
* @default 12
|
|
171
|
+
*/
|
|
172
|
+
slowPeriod: any;
|
|
173
|
+
/**
|
|
174
|
+
* Sets the standard deviation values that helps to define the upper and lower bollinger bands.
|
|
175
|
+
* @default 2
|
|
176
|
+
*/
|
|
177
|
+
standardDeviation: any;
|
|
178
|
+
/**
|
|
179
|
+
* Defines the appearance of the upper line in technical indicators.
|
|
180
|
+
*/
|
|
181
|
+
upperLine: any;
|
|
182
|
+
/**
|
|
183
|
+
* Defines the data source field that contains the volume value in candle charts
|
|
184
|
+
* It is applicable for financial series and technical indicators
|
|
185
|
+
* @default ''
|
|
186
|
+
*/
|
|
187
|
+
volume: any;
|
|
188
|
+
/**
|
|
189
|
+
* The stroke width for the series that is applicable only for `Line` type series.
|
|
190
|
+
* It also represents the stroke width of the signal lines in technical indicators.
|
|
191
|
+
* @default 1
|
|
192
|
+
*/
|
|
193
|
+
width: any;
|
|
194
|
+
/**
|
|
195
|
+
* The name of the horizontal axis associated with the series. It requires `axes` of the chart.
|
|
196
|
+
* It is applicable for series and technical indicators
|
|
197
|
+
*
|
|
198
|
+
* @default null
|
|
199
|
+
*/
|
|
200
|
+
xAxisName: any;
|
|
201
|
+
/**
|
|
202
|
+
* The DataSource field that contains the x value.
|
|
203
|
+
* It is applicable for series and technical indicators
|
|
204
|
+
* @default ''
|
|
205
|
+
*/
|
|
206
|
+
xName: any;
|
|
207
|
+
/**
|
|
208
|
+
* The name of the vertical axis associated with the series. It requires `axes` of the chart.
|
|
209
|
+
* It is applicable for series and technical indicators
|
|
210
|
+
*
|
|
211
|
+
* @default null
|
|
212
|
+
*/
|
|
213
|
+
yAxisName: any;
|
|
214
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
215
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartIndicatorDirective, never>;
|
|
216
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartIndicatorDirective, "e-stockchart-indicators>e-stockchart-indicator", never, { "animation": "animation"; "bandColor": "bandColor"; "close": "close"; "dPeriod": "dPeriod"; "dashArray": "dashArray"; "dataSource": "dataSource"; "fastPeriod": "fastPeriod"; "field": "field"; "fill": "fill"; "high": "high"; "kPeriod": "kPeriod"; "linearGradient": "linearGradient"; "low": "low"; "lowerLine": "lowerLine"; "macdLine": "macdLine"; "macdNegativeColor": "macdNegativeColor"; "macdPositiveColor": "macdPositiveColor"; "macdType": "macdType"; "open": "open"; "overBought": "overBought"; "overSold": "overSold"; "period": "period"; "periodLine": "periodLine"; "pointColorMapping": "pointColorMapping"; "query": "query"; "radialGradient": "radialGradient"; "seriesName": "seriesName"; "showZones": "showZones"; "slowPeriod": "slowPeriod"; "standardDeviation": "standardDeviation"; "type": "type"; "upperLine": "upperLine"; "volume": "volume"; "width": "width"; "xAxisName": "xAxisName"; "xName": "xName"; "yAxisName": "yAxisName"; }, {}, never>;
|
|
217
|
+
}
|
|
218
|
+
/**
|
|
219
|
+
* StockChartIndicator Array Directive
|
|
220
|
+
* @private
|
|
221
|
+
*/
|
|
222
|
+
export declare class StockChartIndicatorsDirective extends ArrayBase<StockChartIndicatorsDirective> {
|
|
223
|
+
constructor();
|
|
224
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartIndicatorsDirective, never>;
|
|
225
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartIndicatorsDirective, "ejs-stockchart>e-stockchart-indicators", never, {}, {}, ["children"]>;
|
|
226
|
+
}
|
|
@@ -1,42 +1,47 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-stockchart-
|
|
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
|
-
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Indicator Directive
|
|
6
|
+
* ```html
|
|
7
|
+
* <e-stockchart-periods>
|
|
8
|
+
* <e-stockchart-period></e-stockchart-period>
|
|
9
|
+
* </e-stockchart-periods>
|
|
10
|
+
* ```
|
|
11
|
+
*/
|
|
12
|
+
export declare class StockChartPeriodDirective extends ComplexBase<StockChartPeriodDirective> {
|
|
13
|
+
private viewContainerRef;
|
|
14
|
+
directivePropList: any;
|
|
15
|
+
/**
|
|
16
|
+
* Count value for the button.
|
|
17
|
+
* @default 1
|
|
18
|
+
*/
|
|
19
|
+
interval: any;
|
|
20
|
+
/**
|
|
21
|
+
* IntervalType of button.
|
|
22
|
+
* @default 'Years'
|
|
23
|
+
*/
|
|
24
|
+
intervalType: any;
|
|
25
|
+
/**
|
|
26
|
+
* To select the default period.
|
|
27
|
+
* @default false
|
|
28
|
+
*/
|
|
29
|
+
selected: any;
|
|
30
|
+
/**
|
|
31
|
+
* Text to be displayed on the button.
|
|
32
|
+
* @default null
|
|
33
|
+
*/
|
|
34
|
+
text: any;
|
|
35
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartPeriodDirective, never>;
|
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartPeriodDirective, "e-stockchart-indicators>e-stockchart-period", never, { "interval": "interval"; "intervalType": "intervalType"; "selected": "selected"; "text": "text"; }, {}, never>;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* StockChartPeriod Array Directive
|
|
41
|
+
* @private
|
|
42
|
+
*/
|
|
43
|
+
export declare class StockChartPeriodsDirective extends ArrayBase<StockChartPeriodsDirective> {
|
|
44
|
+
constructor();
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartPeriodsDirective, never>;
|
|
46
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartPeriodsDirective, "ejs-stockchart>e-stockchart-periods", never, {}, {}, ["children"]>;
|
|
47
|
+
}
|
|
@@ -1,30 +1,35 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Row Directive
|
|
6
|
+
* ```html
|
|
7
|
+
* <e-rows><e-row></e-row><e-rows>
|
|
8
|
+
* ```
|
|
9
|
+
*/
|
|
10
|
+
export declare class StockChartRowDirective extends ComplexBase<StockChartRowDirective> {
|
|
11
|
+
private viewContainerRef;
|
|
12
|
+
directivePropList: any;
|
|
13
|
+
/**
|
|
14
|
+
* Options to customize the border of the rows.
|
|
15
|
+
*/
|
|
16
|
+
border: any;
|
|
17
|
+
/**
|
|
18
|
+
* The height of the row as a string accept input both as '100px' and '100%'.
|
|
19
|
+
* If specified as '100%, row renders to the full height of its chart.
|
|
20
|
+
* @default '100%'
|
|
21
|
+
*/
|
|
22
|
+
height: any;
|
|
23
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartRowDirective, never>;
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartRowDirective, "e-stockchart-rows>e-striplines>e-stockchart-row", never, { "border": "border"; "height": "height"; }, {}, never>;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* StockChartRow Array Directive
|
|
29
|
+
* @private
|
|
30
|
+
*/
|
|
31
|
+
export declare class StockChartRowsDirective extends ArrayBase<StockChartRowsDirective> {
|
|
32
|
+
constructor();
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartRowsDirective, never>;
|
|
34
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartRowsDirective, "ejs-stockchart>e-stockchart-rows", never, {}, {}, ["children"]>;
|
|
35
|
+
}
|