@syncfusion/ej2-angular-charts 33.2.10-ngcc → 33.2.10
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 +3842 -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 +28 -46
- 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,32 +1,37 @@
|
|
|
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
|
-
|
|
31
|
-
|
|
32
|
-
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Selected Data Directive
|
|
6
|
+
* ```html
|
|
7
|
+
* <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>
|
|
8
|
+
* ```
|
|
9
|
+
*/
|
|
10
|
+
export declare class StockChartSelectedDataIndexDirective extends ComplexBase<StockChartSelectedDataIndexDirective> {
|
|
11
|
+
private viewContainerRef;
|
|
12
|
+
directivePropList: any;
|
|
13
|
+
/**
|
|
14
|
+
* Specifies index of point.
|
|
15
|
+
* @default 0
|
|
16
|
+
* @asptype int
|
|
17
|
+
*/
|
|
18
|
+
point: any;
|
|
19
|
+
/**
|
|
20
|
+
* Specifies index of series.
|
|
21
|
+
* @default 0
|
|
22
|
+
* @asptype int
|
|
23
|
+
*/
|
|
24
|
+
series: any;
|
|
25
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartSelectedDataIndexDirective, never>;
|
|
27
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartSelectedDataIndexDirective, "ejs-stockchart-selectedDataIndexes>e-stockchart-selectedDataIndex", never, { "point": "point"; "series": "series"; }, {}, never>;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* StockChartSelectedDataIndex Array Directive
|
|
31
|
+
* @private
|
|
32
|
+
*/
|
|
33
|
+
export declare class StockChartSelectedDataIndexesDirective extends ArrayBase<StockChartSelectedDataIndexesDirective> {
|
|
34
|
+
constructor();
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartSelectedDataIndexesDirective, never>;
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartSelectedDataIndexesDirective, "ejs-stockchart>e-stockchart-selectedDataIndexes", never, {}, {}, ["children"]>;
|
|
37
|
+
}
|
|
@@ -1,259 +1,264 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-stockchart-series
|
|
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
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Series Directive
|
|
6
|
+
* ```html
|
|
7
|
+
* <e-stockchart-series-collection>
|
|
8
|
+
* <e-stockchart-series></e-stockchart-series>
|
|
9
|
+
* </e-stockchart-series-collection>
|
|
10
|
+
* ```
|
|
11
|
+
*/
|
|
12
|
+
export declare class StockChartSeriesDirective extends ComplexBase<StockChartSeriesDirective> {
|
|
13
|
+
private viewContainerRef;
|
|
14
|
+
directivePropList: any;
|
|
15
|
+
childTrendlines: any;
|
|
16
|
+
tags: string[];
|
|
17
|
+
/**
|
|
18
|
+
* The type of the series are
|
|
19
|
+
* * Line
|
|
20
|
+
* * Column
|
|
21
|
+
* * Area
|
|
22
|
+
* * Spline
|
|
23
|
+
* * Hilo
|
|
24
|
+
* * HiloOpenClose
|
|
25
|
+
* * Candle
|
|
26
|
+
* @default 'Candle'
|
|
27
|
+
*/
|
|
28
|
+
type: any;
|
|
29
|
+
/**
|
|
30
|
+
* Options to customizing animation for the series.
|
|
31
|
+
*/
|
|
32
|
+
animation: any;
|
|
33
|
+
/**
|
|
34
|
+
* This property is used in stock charts to visualize the price movements in stock.
|
|
35
|
+
* It defines the color of the candle/point, when the opening price is less than the closing price.
|
|
36
|
+
* @default '#2ecd71'
|
|
37
|
+
*/
|
|
38
|
+
bearFillColor: any;
|
|
39
|
+
/**
|
|
40
|
+
* Options to customizing the border of the series. This is applicable only for `Column` and `Bar` type series.
|
|
41
|
+
*/
|
|
42
|
+
border: any;
|
|
43
|
+
/**
|
|
44
|
+
* This property is used in financial charts to visualize the price movements in stock.
|
|
45
|
+
* It defines the color of the candle/point, when the opening price is higher than the closing price.
|
|
46
|
+
* @default '#e74c3d'
|
|
47
|
+
*/
|
|
48
|
+
bullFillColor: any;
|
|
49
|
+
/**
|
|
50
|
+
* It defines tension of cardinal spline types.
|
|
51
|
+
* @default 0.5
|
|
52
|
+
*/
|
|
53
|
+
cardinalSplineTension: any;
|
|
54
|
+
/**
|
|
55
|
+
* The DataSource field that contains the close value of y
|
|
56
|
+
* It is applicable for series and technical indicators
|
|
57
|
+
* @default ''
|
|
58
|
+
*/
|
|
59
|
+
close: any;
|
|
60
|
+
/**
|
|
61
|
+
* To render the column series points with particular column spacing. It takes value from 0 - 1.
|
|
62
|
+
* @default 0
|
|
63
|
+
*/
|
|
64
|
+
columnSpacing: any;
|
|
65
|
+
/**
|
|
66
|
+
* To render the column series points with particular column width. If the series type is histogram the
|
|
67
|
+
* default value is 1 otherwise 0.7.
|
|
68
|
+
* @default null
|
|
69
|
+
* @aspdefaultvalueignore
|
|
70
|
+
*/
|
|
71
|
+
columnWidth: any;
|
|
72
|
+
/**
|
|
73
|
+
* To render the column series points with particular rounded corner.
|
|
74
|
+
*/
|
|
75
|
+
cornerRadius: any;
|
|
76
|
+
/**
|
|
77
|
+
* Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.
|
|
78
|
+
* @default '0'
|
|
79
|
+
*/
|
|
80
|
+
dashArray: any;
|
|
81
|
+
/**
|
|
82
|
+
* Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.
|
|
83
|
+
* @default ''
|
|
84
|
+
*/
|
|
85
|
+
dataSource: any;
|
|
86
|
+
/**
|
|
87
|
+
* options to customize the empty points in series.
|
|
88
|
+
*/
|
|
89
|
+
emptyPointSettings: any;
|
|
90
|
+
/**
|
|
91
|
+
* This property is applicable for candle series.
|
|
92
|
+
* It enables/disables to visually compare the current values with the previous values in stock.
|
|
93
|
+
* @default false
|
|
94
|
+
*/
|
|
95
|
+
enableSolidCandles: any;
|
|
96
|
+
/**
|
|
97
|
+
* If set true, the Tooltip for series will be visible.
|
|
98
|
+
* @default true
|
|
99
|
+
*/
|
|
100
|
+
enableTooltip: any;
|
|
101
|
+
/**
|
|
102
|
+
* The fill color for the series that accepts value in hex and rgba as a valid CSS color string.
|
|
103
|
+
* It also represents the color of the signal lines in technical indicators.
|
|
104
|
+
* For technical indicators, the default value is 'blue' and for series, it has null.
|
|
105
|
+
* @default null
|
|
106
|
+
*/
|
|
107
|
+
fill: any;
|
|
108
|
+
/**
|
|
109
|
+
* The DataSource field that contains the high value of y
|
|
110
|
+
* It is applicable for series and technical indicators
|
|
111
|
+
* @default ''
|
|
112
|
+
*/
|
|
113
|
+
high: any;
|
|
114
|
+
/**
|
|
115
|
+
* Configures the options for displaying series names as inline labels in the stock chart.
|
|
116
|
+
*/
|
|
117
|
+
labelSettings: any;
|
|
118
|
+
/**
|
|
119
|
+
* Options for customizing and displaying the last value in the series.
|
|
120
|
+
*/
|
|
121
|
+
lastValueLabel: any;
|
|
122
|
+
/**
|
|
123
|
+
* The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.
|
|
124
|
+
* @default ''
|
|
125
|
+
*/
|
|
126
|
+
legendImageUrl: any;
|
|
127
|
+
/**
|
|
128
|
+
* The shape of the legend. Each series has its own legend shape. They are
|
|
129
|
+
* * Circle - Renders a circle.
|
|
130
|
+
* * Rectangle - Renders a rectangle.
|
|
131
|
+
* * Triangle - Renders a triangle.
|
|
132
|
+
* * Diamond - Renders a diamond.
|
|
133
|
+
* * Cross - Renders a cross.
|
|
134
|
+
* * HorizontalLine - Renders a horizontalLine.
|
|
135
|
+
* * VerticalLine - Renders a verticalLine.
|
|
136
|
+
* * Pentagon - Renders a pentagon.
|
|
137
|
+
* * InvertedTriangle - Renders a invertedTriangle.
|
|
138
|
+
* * SeriesType -Render a legend shape based on series type.
|
|
139
|
+
* * Image -Render a image. *
|
|
140
|
+
* @default 'SeriesType'
|
|
141
|
+
*/
|
|
142
|
+
legendShape: any;
|
|
143
|
+
/**
|
|
144
|
+
* Applies a linear gradient fill to the series.
|
|
145
|
+
* The gradient transitions colors along a straight line.
|
|
146
|
+
* When both linearGradient and radialGradient are specified, linearGradient takes precedence.
|
|
147
|
+
* @default null
|
|
148
|
+
*/
|
|
149
|
+
linearGradient: any;
|
|
150
|
+
/**
|
|
151
|
+
* The DataSource field that contains the low value of y
|
|
152
|
+
* It is applicable for series and technical indicators
|
|
153
|
+
* @default ''
|
|
154
|
+
*/
|
|
155
|
+
low: any;
|
|
156
|
+
/**
|
|
157
|
+
* Options for displaying and customizing markers for individual points in a series.
|
|
158
|
+
*/
|
|
159
|
+
marker: any;
|
|
160
|
+
/**
|
|
161
|
+
* The name of the series visible in legend.
|
|
162
|
+
* @default ''
|
|
163
|
+
*/
|
|
164
|
+
name: any;
|
|
165
|
+
/**
|
|
166
|
+
* The opacity of the series.
|
|
167
|
+
* @default 1
|
|
168
|
+
*/
|
|
169
|
+
opacity: any;
|
|
170
|
+
/**
|
|
171
|
+
* The DataSource field that contains the open value of y
|
|
172
|
+
* It is applicable for series and technical indicators
|
|
173
|
+
* @default ''
|
|
174
|
+
*/
|
|
175
|
+
open: any;
|
|
176
|
+
/**
|
|
177
|
+
* The DataSource field that contains the color value of point
|
|
178
|
+
* It is applicable for series
|
|
179
|
+
* @default ''
|
|
180
|
+
*/
|
|
181
|
+
pointColorMapping: any;
|
|
182
|
+
/**
|
|
183
|
+
* Specifies query to select data from DataSource. This property is applicable only when the DataSource is `ej.DataManager`.
|
|
184
|
+
* @default null
|
|
185
|
+
*/
|
|
186
|
+
query: any;
|
|
187
|
+
/**
|
|
188
|
+
* Applies a radial gradient fill to the series.
|
|
189
|
+
* The gradient transitions colors outward from a central point.
|
|
190
|
+
* @default null
|
|
191
|
+
*/
|
|
192
|
+
radialGradient: any;
|
|
193
|
+
/**
|
|
194
|
+
* Custom style for the selected series or points.
|
|
195
|
+
* @default null
|
|
196
|
+
*/
|
|
197
|
+
selectionStyle: any;
|
|
198
|
+
/**
|
|
199
|
+
* Enables or disables the display of tooltips for the nearest data point to the cursor for series.
|
|
200
|
+
* @default true
|
|
201
|
+
*/
|
|
202
|
+
showNearestTooltip: any;
|
|
203
|
+
/**
|
|
204
|
+
* The provided value will be considered as a Tooltip name
|
|
205
|
+
* @default ''
|
|
206
|
+
*/
|
|
207
|
+
tooltipMappingName: any;
|
|
208
|
+
/**
|
|
209
|
+
* Defines the collection of trendlines that are used to predict the trend
|
|
210
|
+
*/
|
|
211
|
+
trendlines: any;
|
|
212
|
+
/**
|
|
213
|
+
* Specifies the visibility of series.
|
|
214
|
+
* @default true
|
|
215
|
+
*/
|
|
216
|
+
visible: any;
|
|
217
|
+
/**
|
|
218
|
+
* Defines the data source field that contains the volume value in candle charts
|
|
219
|
+
* It is applicable for financial series and technical indicators
|
|
220
|
+
* @default ''
|
|
221
|
+
*/
|
|
222
|
+
volume: any;
|
|
223
|
+
/**
|
|
224
|
+
* The stroke width for the series that is applicable only for `Line` type series.
|
|
225
|
+
* It also represents the stroke width of the signal lines in technical indicators.
|
|
226
|
+
* @default 1
|
|
227
|
+
*/
|
|
228
|
+
width: any;
|
|
229
|
+
/**
|
|
230
|
+
* The name of the horizontal axis associated with the series. It requires `axes` of the chart.
|
|
231
|
+
* It is applicable for series and technical indicators
|
|
232
|
+
* @default null
|
|
233
|
+
*/
|
|
234
|
+
xAxisName: any;
|
|
235
|
+
/**
|
|
236
|
+
* The DataSource field that contains the x value.
|
|
237
|
+
* It is applicable for series and technical indicators
|
|
238
|
+
* @default ''
|
|
239
|
+
*/
|
|
240
|
+
xName: any;
|
|
241
|
+
/**
|
|
242
|
+
* The name of the vertical axis associated with the series. It requires `axes` of the chart.
|
|
243
|
+
* It is applicable for series and technical indicators
|
|
244
|
+
* @default null
|
|
245
|
+
*/
|
|
246
|
+
yAxisName: any;
|
|
247
|
+
/**
|
|
248
|
+
* The DataSource field that contains the y value.
|
|
249
|
+
* @default ''
|
|
250
|
+
*/
|
|
251
|
+
yName: any;
|
|
252
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
253
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartSeriesDirective, never>;
|
|
254
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartSeriesDirective, "e-stockchart-series-collection>e-stockchart-series", never, { "animation": "animation"; "bearFillColor": "bearFillColor"; "border": "border"; "bullFillColor": "bullFillColor"; "cardinalSplineTension": "cardinalSplineTension"; "close": "close"; "columnSpacing": "columnSpacing"; "columnWidth": "columnWidth"; "cornerRadius": "cornerRadius"; "dashArray": "dashArray"; "dataSource": "dataSource"; "emptyPointSettings": "emptyPointSettings"; "enableSolidCandles": "enableSolidCandles"; "enableTooltip": "enableTooltip"; "fill": "fill"; "high": "high"; "labelSettings": "labelSettings"; "lastValueLabel": "lastValueLabel"; "legendImageUrl": "legendImageUrl"; "legendShape": "legendShape"; "linearGradient": "linearGradient"; "low": "low"; "marker": "marker"; "name": "name"; "opacity": "opacity"; "open": "open"; "pointColorMapping": "pointColorMapping"; "query": "query"; "radialGradient": "radialGradient"; "selectionStyle": "selectionStyle"; "showNearestTooltip": "showNearestTooltip"; "tooltipMappingName": "tooltipMappingName"; "trendlines": "trendlines"; "type": "type"; "visible": "visible"; "volume": "volume"; "width": "width"; "xAxisName": "xAxisName"; "xName": "xName"; "yAxisName": "yAxisName"; "yName": "yName"; }, {}, ["childTrendlines"]>;
|
|
255
|
+
}
|
|
256
|
+
/**
|
|
257
|
+
* StockChartSeries Array Directive
|
|
258
|
+
* @private
|
|
259
|
+
*/
|
|
260
|
+
export declare class StockChartSeriesCollectionDirective extends ArrayBase<StockChartSeriesCollectionDirective> {
|
|
261
|
+
constructor();
|
|
262
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartSeriesCollectionDirective, never>;
|
|
263
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartSeriesCollectionDirective, "ejs-stockchart>e-stockchart-series-collection", never, {}, {}, ["children"]>;
|
|
264
|
+
}
|
|
@@ -1,7 +1,13 @@
|
|
|
1
|
-
import { ValueProvider } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
*
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { ValueProvider } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "./stockchart.module";
|
|
5
|
+
export declare const StockLegendService: ValueProvider;
|
|
6
|
+
/**
|
|
7
|
+
* NgModule definition for the StockChart component with providers.
|
|
8
|
+
*/
|
|
9
|
+
export declare class StockChartAllModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartAllModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StockChartAllModule, never, [typeof i1.CommonModule, typeof i2.StockChartModule], [typeof i2.StockChartModule]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<StockChartAllModule>;
|
|
13
|
+
}
|