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