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