@syncfusion/ej2-angular-charts 33.2.6-ngcc → 33.2.6

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 +3830 -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,260 +1,265 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * Indicator Directive
5
- * ```html
6
- * <e-indicators>
7
- * <e-indicator></e-indicator>
8
- * </e-indicators>
9
- * ```
10
- */
11
- export declare class IndicatorDirective extends ComplexBase<IndicatorDirective> {
12
- private viewContainerRef;
13
- directivePropList: any;
14
- /**
15
- * Defines the types of technical indicators. They are:
16
- * * 'Sma' - Predicts the trend using the Simple Moving Average approach.
17
- * * 'Ema' - Predicts the trend using the Exponential Moving Average approach.
18
- * * 'Tma' - Predicts the trend using the Triangular Moving Average approach.
19
- * * 'Atr' - Predicts the trend using the Average True Range approach.
20
- * * 'AccumulationDistribution' - Predicts the trend using the Accumulation Distribution approach.
21
- * * 'Momentum' - Predicts the trend using the Momentum approach.
22
- * * 'Rsi' - Predicts the trend using the Relative Strength Index (RSI) approach.
23
- * * 'Macd' - Predicts the trend using the Moving Average Convergence Divergence (MACD) approach.
24
- * * 'Stochastic' - Predicts the trend using the Stochastic Oscillator approach.
25
- * * 'BollingerBands' - Predicts the trend using the Bollinger Bands approach.
26
- * @default 'Sma'
27
- */
28
- type: any;
29
- /**
30
- * Options to improve accessibility for technical indicator elements.
31
- */
32
- accessibility: any;
33
- /**
34
- * Options for customizing the animation of the series.
35
- * By default, animation is enabled with a duration of 1000 milliseconds (about 1 second). It can be disabled by setting enable to `false`.
36
- * The following properties are supported in animation:
37
- * * enable: If set to true, the series is animated on initial loading.
38
- * * duration: The duration of the animation in milliseconds.
39
- * * delay: The delay before the animation starts, in milliseconds.
40
- */
41
- animation: any;
42
- /**
43
- * Configures the settings for customizing the Bollinger Bands in the indicator.
44
- * @default 'rgba(211,211,211,0.25)'
45
- */
46
- bandColor: any;
47
- /**
48
- * The data source field that contains the close value.
49
- * It is applicable for both financial series and technical indicators.
50
- * @default ''
51
- */
52
- close: any;
53
- /**
54
- * The data source field that contains the color mapping value.
55
- * It is applicable for range color mapping.
56
- */
57
- colorName: any;
58
- /**
59
- * Defines the period over which price changes determine the %D value in stochastic indicators.
60
- * @default 3
61
- */
62
- dPeriod: any;
63
- /**
64
- * Defines the pattern of dashes and gaps used to stroke the lines in `Line` type series.
65
- * @default ''
66
- */
67
- dashArray: any;
68
- /**
69
- * Specifies the data source for the series. It can be an array of JSON objects, or an instance of DataManager.
70
- *
71
- * @default ''
72
- */
73
- dataSource: any;
74
- /**
75
- * This property is used to improve chart performance through data mapping for the series data source.
76
- * @default false
77
- */
78
- enableComplexProperty: any;
79
- /**
80
- * Sets the fast period to define the MACD line.
81
- * @default 26
82
- */
83
- fastPeriod: any;
84
- /**
85
- * Defines the field used to compare the current value with previous values.
86
- * @default 'Close'
87
- */
88
- field: any;
89
- /**
90
- * The fill color for the series, which accepts values in hex or rgba as a valid CSS color string.
91
- * It also represents the color of the signal lines in technical indicators.
92
- * For technical indicators, the default value is 'blue', and for series, it is null.
93
- * @default null
94
- */
95
- fill: any;
96
- /**
97
- * The data source field that contains the high value.
98
- * It is applicable for both financial series and technical indicators.
99
- * @default ''
100
- */
101
- high: any;
102
- /**
103
- * Defines the look-back period for price changes used to calculate the %K value in stochastic indicators.
104
- * @default 14
105
- */
106
- kPeriod: any;
107
- /**
108
- * Applies a linear gradient fill to the indicator.
109
- * @default null
110
- */
111
- linearGradient: any;
112
- /**
113
- * The data source field that contains the low value.
114
- * It is applicable for both financial series and technical indicators.
115
- * @default ''
116
- */
117
- low: any;
118
- /**
119
- * Defines the appearance of the lower line in technical indicators.
120
- */
121
- lowerLine: any;
122
- /**
123
- * Defines the appearance of the MACD line in the MACD indicator.
124
- * @default { color: '#ff9933', width: 2 }
125
- */
126
- macdLine: any;
127
- /**
128
- * Specifies the color for negative bars in the MACD indicator.
129
- * @default '#e74c3d'
130
- */
131
- macdNegativeColor: any;
132
- /**
133
- * Specifies the color for positive bars in the MACD indicator.
134
- * @default '#2ecd71'
135
- */
136
- macdPositiveColor: any;
137
- /**
138
- * Defines the type of the MACD (Moving Average Convergence Divergence) indicator.
139
- * @default 'Both'
140
- */
141
- macdType: any;
142
- /**
143
- * The data source field that contains the open value.
144
- * It is applicable for both financial series and technical indicators.
145
- * @default ''
146
- */
147
- open: any;
148
- /**
149
- * Specifies the over-bought (threshold) values applicable for RSI and stochastic indicators.
150
- * @default 80
151
- */
152
- overBought: any;
153
- /**
154
- * Defines the over-sold (threshold) values for RSI and stochastic indicators.
155
- * @default 20
156
- */
157
- overSold: any;
158
- /**
159
- * Defines the period over which price changes are considered for trend prediction.
160
- * @default 14
161
- */
162
- period: any;
163
- /**
164
- * Defines the appearance of the period line in technical indicators.
165
- */
166
- periodLine: any;
167
- /**
168
- * The data source field that contains the color value of a point.
169
- * It is applicable for series.
170
- * @default ''
171
- */
172
- pointColorMapping: any;
173
- /**
174
- * Specifies a query to select data from the data source. This property is applicable only when the data source is an `ej.DataManager`.
175
- * @default ''
176
- */
177
- query: any;
178
- /**
179
- * Applies a radial gradient fill to the indicator.
180
- * @default null
181
- */
182
- radialGradient: any;
183
- /**
184
- * Defines the axis along which the line series will be split.
185
- */
186
- segmentAxis: any;
187
- /**
188
- * Specifies a collection of regions used to differentiate a line series.
189
- */
190
- segments: any;
191
- /**
192
- * Specifies the name of the series to be used for displaying the indicator data.
193
- * @default ''
194
- */
195
- seriesName: any;
196
- /**
197
- * Specifies whether to enable or disable the over-bought and over-sold regions.
198
- * @default true
199
- */
200
- showZones: any;
201
- /**
202
- * Sets the slow period for defining the MACD line.
203
- * @default 12
204
- */
205
- slowPeriod: any;
206
- /**
207
- * Sets the standard deviation values used to define the upper and lower Bollinger Bands.
208
- * @default 2
209
- */
210
- standardDeviation: any;
211
- /**
212
- * Defines the appearance of the upper line in technical indicators.
213
- */
214
- upperLine: any;
215
- /**
216
- * If set to `true`, the series will be visible. If set to `false`, the series will be hidden.
217
- * @default true
218
- */
219
- visible: any;
220
- /**
221
- * Defines the data source field that contains the volume value in candle charts.
222
- * It is applicable for both financial series and technical indicators.
223
- * @default ''
224
- */
225
- volume: any;
226
- /**
227
- * The stroke width for the series, applicable only for `Line` type series.
228
- * It also represents the stroke width of the signal lines in technical indicators.
229
- * @default 1
230
- */
231
- width: any;
232
- /**
233
- * The name of the horizontal axis associated with the series. It requires `axes` of the chart.
234
- * It is applicable for series and technical indicators.
235
- *
236
- * @default null
237
- */
238
- xAxisName: any;
239
- /**
240
- * The data source field that contains the x value.
241
- * It is applicable to both series and technical indicators.
242
- * @default ''
243
- */
244
- xName: any;
245
- /**
246
- * The name of the vertical axis associated with the series. It requires `axes` of the chart.
247
- * It is applicable for series and technical indicators.
248
- *
249
- * @default null
250
- */
251
- yAxisName: any;
252
- constructor(viewContainerRef: ViewContainerRef);
253
- }
254
- /**
255
- * Indicator Array Directive
256
- * @private
257
- */
258
- export declare class IndicatorsDirective extends ArrayBase<IndicatorsDirective> {
259
- constructor();
260
- }
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-indicators>
8
+ * <e-indicator></e-indicator>
9
+ * </e-indicators>
10
+ * ```
11
+ */
12
+ export declare class IndicatorDirective extends ComplexBase<IndicatorDirective> {
13
+ private viewContainerRef;
14
+ directivePropList: any;
15
+ /**
16
+ * Defines the types of technical indicators. They are:
17
+ * * 'Sma' - Predicts the trend using the Simple Moving Average approach.
18
+ * * 'Ema' - Predicts the trend using the Exponential Moving Average approach.
19
+ * * 'Tma' - Predicts the trend using the Triangular Moving Average approach.
20
+ * * 'Atr' - Predicts the trend using the Average True Range approach.
21
+ * * 'AccumulationDistribution' - Predicts the trend using the Accumulation Distribution approach.
22
+ * * 'Momentum' - Predicts the trend using the Momentum approach.
23
+ * * 'Rsi' - Predicts the trend using the Relative Strength Index (RSI) approach.
24
+ * * 'Macd' - Predicts the trend using the Moving Average Convergence Divergence (MACD) approach.
25
+ * * 'Stochastic' - Predicts the trend using the Stochastic Oscillator approach.
26
+ * * 'BollingerBands' - Predicts the trend using the Bollinger Bands approach.
27
+ * @default 'Sma'
28
+ */
29
+ type: any;
30
+ /**
31
+ * Options to improve accessibility for technical indicator elements.
32
+ */
33
+ accessibility: any;
34
+ /**
35
+ * Options for customizing the animation of the series.
36
+ * By default, animation is enabled with a duration of 1000 milliseconds (about 1 second). It can be disabled by setting enable to `false`.
37
+ * The following properties are supported in animation:
38
+ * * enable: If set to true, the series is animated on initial loading.
39
+ * * duration: The duration of the animation in milliseconds.
40
+ * * delay: The delay before the animation starts, in milliseconds.
41
+ */
42
+ animation: any;
43
+ /**
44
+ * Configures the settings for customizing the Bollinger Bands in the indicator.
45
+ * @default 'rgba(211,211,211,0.25)'
46
+ */
47
+ bandColor: any;
48
+ /**
49
+ * The data source field that contains the close value.
50
+ * It is applicable for both financial series and technical indicators.
51
+ * @default ''
52
+ */
53
+ close: any;
54
+ /**
55
+ * The data source field that contains the color mapping value.
56
+ * It is applicable for range color mapping.
57
+ */
58
+ colorName: any;
59
+ /**
60
+ * Defines the period over which price changes determine the %D value in stochastic indicators.
61
+ * @default 3
62
+ */
63
+ dPeriod: any;
64
+ /**
65
+ * Defines the pattern of dashes and gaps used to stroke the lines in `Line` type series.
66
+ * @default ''
67
+ */
68
+ dashArray: any;
69
+ /**
70
+ * Specifies the data source for the series. It can be an array of JSON objects, or an instance of DataManager.
71
+ *
72
+ * @default ''
73
+ */
74
+ dataSource: any;
75
+ /**
76
+ * This property is used to improve chart performance through data mapping for the series data source.
77
+ * @default false
78
+ */
79
+ enableComplexProperty: any;
80
+ /**
81
+ * Sets the fast period to define the MACD line.
82
+ * @default 26
83
+ */
84
+ fastPeriod: any;
85
+ /**
86
+ * Defines the field used to compare the current value with previous values.
87
+ * @default 'Close'
88
+ */
89
+ field: any;
90
+ /**
91
+ * The fill color for the series, which accepts values in hex or rgba as a valid CSS color string.
92
+ * It also represents the color of the signal lines in technical indicators.
93
+ * For technical indicators, the default value is 'blue', and for series, it is null.
94
+ * @default null
95
+ */
96
+ fill: any;
97
+ /**
98
+ * The data source field that contains the high value.
99
+ * It is applicable for both financial series and technical indicators.
100
+ * @default ''
101
+ */
102
+ high: any;
103
+ /**
104
+ * Defines the look-back period for price changes used to calculate the %K value in stochastic indicators.
105
+ * @default 14
106
+ */
107
+ kPeriod: any;
108
+ /**
109
+ * Applies a linear gradient fill to the indicator.
110
+ * @default null
111
+ */
112
+ linearGradient: any;
113
+ /**
114
+ * The data source field that contains the low value.
115
+ * It is applicable for both financial series and technical indicators.
116
+ * @default ''
117
+ */
118
+ low: any;
119
+ /**
120
+ * Defines the appearance of the lower line in technical indicators.
121
+ */
122
+ lowerLine: any;
123
+ /**
124
+ * Defines the appearance of the MACD line in the MACD indicator.
125
+ * @default { color: '#ff9933', width: 2 }
126
+ */
127
+ macdLine: any;
128
+ /**
129
+ * Specifies the color for negative bars in the MACD indicator.
130
+ * @default '#e74c3d'
131
+ */
132
+ macdNegativeColor: any;
133
+ /**
134
+ * Specifies the color for positive bars in the MACD indicator.
135
+ * @default '#2ecd71'
136
+ */
137
+ macdPositiveColor: any;
138
+ /**
139
+ * Defines the type of the MACD (Moving Average Convergence Divergence) indicator.
140
+ * @default 'Both'
141
+ */
142
+ macdType: any;
143
+ /**
144
+ * The data source field that contains the open value.
145
+ * It is applicable for both financial series and technical indicators.
146
+ * @default ''
147
+ */
148
+ open: any;
149
+ /**
150
+ * Specifies the over-bought (threshold) values applicable for RSI and stochastic indicators.
151
+ * @default 80
152
+ */
153
+ overBought: any;
154
+ /**
155
+ * Defines the over-sold (threshold) values for RSI and stochastic indicators.
156
+ * @default 20
157
+ */
158
+ overSold: any;
159
+ /**
160
+ * Defines the period over which price changes are considered for trend prediction.
161
+ * @default 14
162
+ */
163
+ period: any;
164
+ /**
165
+ * Defines the appearance of the period line in technical indicators.
166
+ */
167
+ periodLine: any;
168
+ /**
169
+ * The data source field that contains the color value of a point.
170
+ * It is applicable for series.
171
+ * @default ''
172
+ */
173
+ pointColorMapping: any;
174
+ /**
175
+ * Specifies a query to select data from the data source. This property is applicable only when the data source is an `ej.DataManager`.
176
+ * @default ''
177
+ */
178
+ query: any;
179
+ /**
180
+ * Applies a radial gradient fill to the indicator.
181
+ * @default null
182
+ */
183
+ radialGradient: any;
184
+ /**
185
+ * Defines the axis along which the line series will be split.
186
+ */
187
+ segmentAxis: any;
188
+ /**
189
+ * Specifies a collection of regions used to differentiate a line series.
190
+ */
191
+ segments: any;
192
+ /**
193
+ * Specifies the name of the series to be used for displaying the indicator data.
194
+ * @default ''
195
+ */
196
+ seriesName: any;
197
+ /**
198
+ * Specifies whether to enable or disable the over-bought and over-sold regions.
199
+ * @default true
200
+ */
201
+ showZones: any;
202
+ /**
203
+ * Sets the slow period for defining the MACD line.
204
+ * @default 12
205
+ */
206
+ slowPeriod: any;
207
+ /**
208
+ * Sets the standard deviation values used to define the upper and lower Bollinger Bands.
209
+ * @default 2
210
+ */
211
+ standardDeviation: any;
212
+ /**
213
+ * Defines the appearance of the upper line in technical indicators.
214
+ */
215
+ upperLine: any;
216
+ /**
217
+ * If set to `true`, the series will be visible. If set to `false`, the series will be hidden.
218
+ * @default true
219
+ */
220
+ visible: any;
221
+ /**
222
+ * Defines the data source field that contains the volume value in candle charts.
223
+ * It is applicable for both financial series and technical indicators.
224
+ * @default ''
225
+ */
226
+ volume: any;
227
+ /**
228
+ * The stroke width for the series, applicable only for `Line` type series.
229
+ * It also represents the stroke width of the signal lines in technical indicators.
230
+ * @default 1
231
+ */
232
+ width: any;
233
+ /**
234
+ * The name of the horizontal axis associated with the series. It requires `axes` of the chart.
235
+ * It is applicable for series and technical indicators.
236
+ *
237
+ * @default null
238
+ */
239
+ xAxisName: any;
240
+ /**
241
+ * The data source field that contains the x value.
242
+ * It is applicable to both series and technical indicators.
243
+ * @default ''
244
+ */
245
+ xName: any;
246
+ /**
247
+ * The name of the vertical axis associated with the series. It requires `axes` of the chart.
248
+ * It is applicable for series and technical indicators.
249
+ *
250
+ * @default null
251
+ */
252
+ yAxisName: any;
253
+ constructor(viewContainerRef: ViewContainerRef);
254
+ static ɵfac: i0.ɵɵFactoryDeclaration<IndicatorDirective, never>;
255
+ static ɵdir: i0.ɵɵDirectiveDeclaration<IndicatorDirective, "e-indicators>e-indicator", never, { "accessibility": "accessibility"; "animation": "animation"; "bandColor": "bandColor"; "close": "close"; "colorName": "colorName"; "dPeriod": "dPeriod"; "dashArray": "dashArray"; "dataSource": "dataSource"; "enableComplexProperty": "enableComplexProperty"; "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"; "segmentAxis": "segmentAxis"; "segments": "segments"; "seriesName": "seriesName"; "showZones": "showZones"; "slowPeriod": "slowPeriod"; "standardDeviation": "standardDeviation"; "type": "type"; "upperLine": "upperLine"; "visible": "visible"; "volume": "volume"; "width": "width"; "xAxisName": "xAxisName"; "xName": "xName"; "yAxisName": "yAxisName"; }, {}, never>;
256
+ }
257
+ /**
258
+ * Indicator Array Directive
259
+ * @private
260
+ */
261
+ export declare class IndicatorsDirective extends ArrayBase<IndicatorsDirective> {
262
+ constructor();
263
+ static ɵfac: i0.ɵɵFactoryDeclaration<IndicatorsDirective, never>;
264
+ static ɵdir: i0.ɵɵDirectiveDeclaration<IndicatorsDirective, "ej-chart>e-indicators", never, {}, {}, ["children"]>;
265
+ }