@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.
Files changed (157) hide show
  1. package/CHANGELOG.md +3842 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +53 -0
  4. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +152 -0
  5. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +43 -0
  6. package/esm2020/src/accumulation-chart/annotations.directive.mjs +62 -0
  7. package/esm2020/src/accumulation-chart/series.directive.mjs +62 -0
  8. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +32 -0
  9. package/esm2020/src/bullet-chart/bulletchart.component.mjs +85 -0
  10. package/esm2020/src/bullet-chart/bulletchart.module.mjs +34 -0
  11. package/esm2020/src/bullet-chart/ranges.directive.mjs +54 -0
  12. package/esm2020/src/chart/annotations.directive.mjs +60 -0
  13. package/esm2020/src/chart/axes.directive.mjs +58 -0
  14. package/esm2020/src/chart/categories.directive.mjs +59 -0
  15. package/esm2020/src/chart/chart-all.module.mjs +209 -0
  16. package/esm2020/src/chart/chart.component.mjs +538 -0
  17. package/esm2020/src/chart/chart.module.mjs +142 -0
  18. package/esm2020/src/chart/columns.directive.mjs +52 -0
  19. package/esm2020/src/chart/indicators.directive.mjs +54 -0
  20. package/esm2020/src/chart/multilevellabels.directive.mjs +60 -0
  21. package/esm2020/src/chart/rangecolorsettings.directive.mjs +52 -0
  22. package/esm2020/src/chart/rows.directive.mjs +52 -0
  23. package/esm2020/src/chart/segments.directive.mjs +58 -0
  24. package/esm2020/src/chart/selecteddataindexes.directive.mjs +52 -0
  25. package/esm2020/src/chart/series.directive.mjs +68 -0
  26. package/esm2020/src/chart/striplines.directive.mjs +56 -0
  27. package/esm2020/src/chart/trendlines.directive.mjs +58 -0
  28. package/esm2020/src/chart3d/axes.directive.mjs +52 -0
  29. package/esm2020/src/chart3d/chart3d-all.module.mjs +68 -0
  30. package/esm2020/src/chart3d/chart3d.component.mjs +189 -0
  31. package/esm2020/src/chart3d/chart3d.module.mjs +70 -0
  32. package/esm2020/src/chart3d/columns.directive.mjs +52 -0
  33. package/esm2020/src/chart3d/rows.directive.mjs +52 -0
  34. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +52 -0
  35. package/esm2020/src/chart3d/series.directive.mjs +62 -0
  36. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +47 -0
  37. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +125 -0
  38. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +43 -0
  39. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +52 -0
  40. package/esm2020/src/circularchart3d/series.directive.mjs +62 -0
  41. package/esm2020/src/index.mjs +69 -0
  42. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +32 -0
  43. package/esm2020/src/range-navigator/rangenavigator.component.mjs +127 -0
  44. package/esm2020/src/range-navigator/rangenavigator.module.mjs +34 -0
  45. package/esm2020/src/range-navigator/series.directive.mjs +54 -0
  46. package/esm2020/src/sankey/links.directive.mjs +54 -0
  47. package/esm2020/src/sankey/nodes.directive.mjs +54 -0
  48. package/esm2020/src/sankey/sankey-all.module.mjs +38 -0
  49. package/esm2020/src/sankey/sankey.component.mjs +110 -0
  50. package/esm2020/src/sankey/sankey.module.mjs +43 -0
  51. package/esm2020/src/smithchart/series.directive.mjs +46 -0
  52. package/esm2020/src/smithchart/smithchart-all.module.mjs +32 -0
  53. package/esm2020/src/smithchart/smithchart.component.mjs +78 -0
  54. package/esm2020/src/smithchart/smithchart.module.mjs +34 -0
  55. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +46 -0
  56. package/esm2020/src/sparkline/sparkline-all.module.mjs +29 -0
  57. package/esm2020/src/sparkline/sparkline.component.mjs +71 -0
  58. package/esm2020/src/sparkline/sparkline.module.mjs +34 -0
  59. package/esm2020/src/stock-chart/annotations.directive.mjs +60 -0
  60. package/esm2020/src/stock-chart/axes.directive.mjs +52 -0
  61. package/esm2020/src/stock-chart/indicators.directive.mjs +54 -0
  62. package/esm2020/src/stock-chart/periods.directive.mjs +54 -0
  63. package/esm2020/src/stock-chart/rows.directive.mjs +52 -0
  64. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +52 -0
  65. package/esm2020/src/stock-chart/series.directive.mjs +58 -0
  66. package/esm2020/src/stock-chart/stockchart-all.module.mjs +29 -0
  67. package/esm2020/src/stock-chart/stockchart.component.mjs +350 -0
  68. package/esm2020/src/stock-chart/stockchart.module.mjs +106 -0
  69. package/esm2020/src/stock-chart/stockevents.directive.mjs +54 -0
  70. package/esm2020/src/stock-chart/trendlines.directive.mjs +59 -0
  71. package/esm2020/syncfusion-ej2-angular-charts.mjs +5 -0
  72. package/fesm2015/syncfusion-ej2-angular-charts.mjs +4684 -0
  73. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +1 -0
  74. package/fesm2020/syncfusion-ej2-angular-charts.mjs +4684 -0
  75. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +1 -0
  76. package/package.json +28 -46
  77. package/public_api.d.ts +1 -1
  78. package/src/accumulation-chart/accumulationchart-all.module.d.ts +21 -15
  79. package/src/accumulation-chart/accumulationchart.component.d.ts +62 -59
  80. package/src/accumulation-chart/accumulationchart.module.d.ts +13 -5
  81. package/src/accumulation-chart/annotations.directive.d.ts +85 -80
  82. package/src/accumulation-chart/series.directive.d.ts +262 -257
  83. package/src/bullet-chart/bulletchart-all.module.d.ts +14 -8
  84. package/src/bullet-chart/bulletchart.component.d.ts +41 -38
  85. package/src/bullet-chart/bulletchart.module.d.ts +12 -5
  86. package/src/bullet-chart/ranges.directive.d.ts +73 -68
  87. package/src/chart/annotations.directive.d.ts +101 -96
  88. package/src/chart/axes.directive.d.ts +409 -404
  89. package/src/chart/categories.directive.d.ts +74 -69
  90. package/src/chart/chart-all.module.d.ts +73 -67
  91. package/src/chart/chart.component.d.ts +91 -88
  92. package/src/chart/chart.module.d.ts +24 -5
  93. package/src/chart/columns.directive.d.ts +35 -30
  94. package/src/chart/indicators.directive.d.ts +265 -260
  95. package/src/chart/multilevellabels.directive.d.ts +62 -57
  96. package/src/chart/rangecolorsettings.directive.d.ts +41 -36
  97. package/src/chart/rows.directive.d.ts +35 -30
  98. package/src/chart/segments.directive.d.ts +46 -41
  99. package/src/chart/selecteddataindexes.directive.d.ts +37 -32
  100. package/src/chart/series.directive.d.ts +505 -500
  101. package/src/chart/striplines.directive.d.ts +171 -166
  102. package/src/chart/trendlines.directive.d.ts +127 -122
  103. package/src/chart3d/axes.directive.d.ts +271 -266
  104. package/src/chart3d/chart3d-all.module.d.ts +26 -20
  105. package/src/chart3d/chart3d.component.d.ts +65 -62
  106. package/src/chart3d/chart3d.module.d.ts +16 -5
  107. package/src/chart3d/columns.directive.d.ts +31 -26
  108. package/src/chart3d/rows.directive.d.ts +31 -26
  109. package/src/chart3d/selecteddataindexes.directive.d.ts +37 -32
  110. package/src/chart3d/series.directive.d.ts +177 -172
  111. package/src/circularchart3d/circularchart3d-all.module.d.ts +19 -13
  112. package/src/circularchart3d/circularchart3d.component.d.ts +58 -55
  113. package/src/circularchart3d/circularchart3d.module.d.ts +13 -5
  114. package/src/circularchart3d/selecteddataindexes.directive.d.ts +37 -32
  115. package/src/circularchart3d/series.directive.d.ts +147 -142
  116. package/src/index.d.ts +68 -68
  117. package/src/range-navigator/rangenavigator-all.module.d.ts +14 -8
  118. package/src/range-navigator/rangenavigator.component.d.ts +44 -41
  119. package/src/range-navigator/rangenavigator.module.d.ts +12 -5
  120. package/src/range-navigator/series.directive.d.ts +83 -78
  121. package/src/sankey/links.directive.d.ts +46 -41
  122. package/src/sankey/nodes.directive.d.ts +49 -44
  123. package/src/sankey/sankey-all.module.d.ts +16 -10
  124. package/src/sankey/sankey.component.d.ts +56 -53
  125. package/src/sankey/sankey.module.d.ts +13 -5
  126. package/src/smithchart/series.directive.d.ts +93 -88
  127. package/src/smithchart/smithchart-all.module.d.ts +14 -8
  128. package/src/smithchart/smithchart.component.d.ts +44 -41
  129. package/src/smithchart/smithchart.module.d.ts +12 -5
  130. package/src/sparkline/rangebandsettings.directive.d.ts +38 -33
  131. package/src/sparkline/sparkline-all.module.d.ts +13 -7
  132. package/src/sparkline/sparkline.component.d.ts +46 -43
  133. package/src/sparkline/sparkline.module.d.ts +12 -5
  134. package/src/stock-chart/annotations.directive.d.ts +89 -84
  135. package/src/stock-chart/axes.directive.d.ts +291 -286
  136. package/src/stock-chart/indicators.directive.d.ts +226 -221
  137. package/src/stock-chart/periods.directive.d.ts +47 -42
  138. package/src/stock-chart/rows.directive.d.ts +35 -30
  139. package/src/stock-chart/selecteddataindexes.directive.d.ts +37 -32
  140. package/src/stock-chart/series.directive.d.ts +264 -259
  141. package/src/stock-chart/stockchart-all.module.d.ts +13 -7
  142. package/src/stock-chart/stockchart.component.d.ts +70 -67
  143. package/src/stock-chart/stockchart.module.d.ts +20 -5
  144. package/src/stock-chart/stockevents.directive.d.ts +88 -83
  145. package/src/stock-chart/trendlines.directive.d.ts +128 -123
  146. package/syncfusion-ej2-angular-charts.d.ts +5 -0
  147. package/@syncfusion/ej2-angular-charts.es5.js +0 -5388
  148. package/@syncfusion/ej2-angular-charts.es5.js.map +0 -1
  149. package/@syncfusion/ej2-angular-charts.js +0 -5087
  150. package/@syncfusion/ej2-angular-charts.js.map +0 -1
  151. package/LICENSE +0 -10
  152. package/dist/ej2-angular-charts.umd.js +0 -6123
  153. package/dist/ej2-angular-charts.umd.js.map +0 -1
  154. package/dist/ej2-angular-charts.umd.min.js +0 -11
  155. package/dist/ej2-angular-charts.umd.min.js.map +0 -1
  156. package/ej2-angular-charts.d.ts +0 -14
  157. 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
- * 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
+ 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
- * 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
+ 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
- * 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
- }
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
+ }