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

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 (148) hide show
  1. package/CHANGELOG.md +3799 -0
  2. package/README.md +8 -1
  3. package/esm2020/public_api.mjs +2 -0
  4. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +53 -0
  5. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +146 -0
  6. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +43 -0
  7. package/esm2020/src/accumulation-chart/annotations.directive.mjs +62 -0
  8. package/esm2020/src/accumulation-chart/series.directive.mjs +62 -0
  9. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +32 -0
  10. package/esm2020/src/bullet-chart/bulletchart.component.mjs +85 -0
  11. package/esm2020/src/bullet-chart/bulletchart.module.mjs +34 -0
  12. package/esm2020/src/bullet-chart/ranges.directive.mjs +54 -0
  13. package/esm2020/src/chart/annotations.directive.mjs +60 -0
  14. package/esm2020/src/chart/axes.directive.mjs +58 -0
  15. package/esm2020/src/chart/categories.directive.mjs +59 -0
  16. package/esm2020/src/chart/chart-all.module.mjs +206 -0
  17. package/esm2020/src/chart/chart.component.mjs +525 -0
  18. package/esm2020/src/chart/chart.module.mjs +142 -0
  19. package/esm2020/src/chart/columns.directive.mjs +52 -0
  20. package/esm2020/src/chart/indicators.directive.mjs +54 -0
  21. package/esm2020/src/chart/multilevellabels.directive.mjs +60 -0
  22. package/esm2020/src/chart/rangecolorsettings.directive.mjs +52 -0
  23. package/esm2020/src/chart/rows.directive.mjs +52 -0
  24. package/esm2020/src/chart/segments.directive.mjs +58 -0
  25. package/esm2020/src/chart/selecteddataindexes.directive.mjs +52 -0
  26. package/esm2020/src/chart/series.directive.mjs +68 -0
  27. package/esm2020/src/chart/striplines.directive.mjs +56 -0
  28. package/esm2020/src/chart/trendlines.directive.mjs +58 -0
  29. package/esm2020/src/chart3d/axes.directive.mjs +52 -0
  30. package/esm2020/src/chart3d/chart3d-all.module.mjs +68 -0
  31. package/esm2020/src/chart3d/chart3d.component.mjs +189 -0
  32. package/esm2020/src/chart3d/chart3d.module.mjs +70 -0
  33. package/esm2020/src/chart3d/columns.directive.mjs +52 -0
  34. package/esm2020/src/chart3d/rows.directive.mjs +52 -0
  35. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +52 -0
  36. package/esm2020/src/chart3d/series.directive.mjs +62 -0
  37. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +47 -0
  38. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +125 -0
  39. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +43 -0
  40. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +52 -0
  41. package/esm2020/src/circularchart3d/series.directive.mjs +62 -0
  42. package/esm2020/src/index.mjs +64 -0
  43. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +32 -0
  44. package/esm2020/src/range-navigator/rangenavigator.component.mjs +127 -0
  45. package/esm2020/src/range-navigator/rangenavigator.module.mjs +34 -0
  46. package/esm2020/src/range-navigator/series.directive.mjs +54 -0
  47. package/esm2020/src/smithchart/series.directive.mjs +46 -0
  48. package/esm2020/src/smithchart/smithchart-all.module.mjs +32 -0
  49. package/esm2020/src/smithchart/smithchart.component.mjs +78 -0
  50. package/esm2020/src/smithchart/smithchart.module.mjs +34 -0
  51. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +46 -0
  52. package/esm2020/src/sparkline/sparkline-all.module.mjs +29 -0
  53. package/esm2020/src/sparkline/sparkline.component.mjs +71 -0
  54. package/esm2020/src/sparkline/sparkline.module.mjs +34 -0
  55. package/esm2020/src/stock-chart/annotations.directive.mjs +60 -0
  56. package/esm2020/src/stock-chart/axes.directive.mjs +52 -0
  57. package/esm2020/src/stock-chart/indicators.directive.mjs +54 -0
  58. package/esm2020/src/stock-chart/periods.directive.mjs +54 -0
  59. package/esm2020/src/stock-chart/rows.directive.mjs +52 -0
  60. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +52 -0
  61. package/esm2020/src/stock-chart/series.directive.mjs +58 -0
  62. package/esm2020/src/stock-chart/stockchart-all.module.mjs +29 -0
  63. package/esm2020/src/stock-chart/stockchart.component.mjs +337 -0
  64. package/esm2020/src/stock-chart/stockchart.module.mjs +106 -0
  65. package/esm2020/src/stock-chart/stockevents.directive.mjs +54 -0
  66. package/esm2020/src/stock-chart/trendlines.directive.mjs +59 -0
  67. package/esm2020/syncfusion-ej2-angular-charts.mjs +5 -0
  68. package/fesm2015/syncfusion-ej2-angular-charts.mjs +4376 -0
  69. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +1 -0
  70. package/fesm2020/syncfusion-ej2-angular-charts.mjs +4376 -0
  71. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +1 -0
  72. package/package.json +28 -46
  73. package/public_api.d.ts +1 -1
  74. package/src/accumulation-chart/accumulationchart-all.module.d.ts +21 -15
  75. package/src/accumulation-chart/accumulationchart.component.d.ts +61 -58
  76. package/src/accumulation-chart/accumulationchart.module.d.ts +13 -5
  77. package/src/accumulation-chart/annotations.directive.d.ts +85 -80
  78. package/src/accumulation-chart/series.directive.d.ts +249 -244
  79. package/src/bullet-chart/bulletchart-all.module.d.ts +14 -8
  80. package/src/bullet-chart/bulletchart.component.d.ts +41 -38
  81. package/src/bullet-chart/bulletchart.module.d.ts +12 -5
  82. package/src/bullet-chart/ranges.directive.d.ts +73 -68
  83. package/src/chart/annotations.directive.d.ts +101 -96
  84. package/src/chart/axes.directive.d.ts +409 -381
  85. package/src/chart/categories.directive.d.ts +74 -69
  86. package/src/chart/chart-all.module.d.ts +72 -66
  87. package/src/chart/chart.component.d.ts +89 -86
  88. package/src/chart/chart.module.d.ts +24 -5
  89. package/src/chart/columns.directive.d.ts +35 -30
  90. package/src/chart/indicators.directive.d.ts +255 -250
  91. package/src/chart/multilevellabels.directive.d.ts +62 -57
  92. package/src/chart/rangecolorsettings.directive.d.ts +41 -36
  93. package/src/chart/rows.directive.d.ts +35 -30
  94. package/src/chart/segments.directive.d.ts +46 -41
  95. package/src/chart/selecteddataindexes.directive.d.ts +37 -32
  96. package/src/chart/series.directive.d.ts +488 -483
  97. package/src/chart/striplines.directive.d.ts +171 -166
  98. package/src/chart/trendlines.directive.d.ts +117 -112
  99. package/src/chart3d/axes.directive.d.ts +271 -266
  100. package/src/chart3d/chart3d-all.module.d.ts +26 -20
  101. package/src/chart3d/chart3d.component.d.ts +65 -62
  102. package/src/chart3d/chart3d.module.d.ts +16 -5
  103. package/src/chart3d/columns.directive.d.ts +31 -26
  104. package/src/chart3d/rows.directive.d.ts +31 -26
  105. package/src/chart3d/selecteddataindexes.directive.d.ts +37 -32
  106. package/src/chart3d/series.directive.d.ts +177 -172
  107. package/src/circularchart3d/circularchart3d-all.module.d.ts +19 -13
  108. package/src/circularchart3d/circularchart3d.component.d.ts +58 -55
  109. package/src/circularchart3d/circularchart3d.module.d.ts +13 -5
  110. package/src/circularchart3d/selecteddataindexes.directive.d.ts +37 -32
  111. package/src/circularchart3d/series.directive.d.ts +147 -142
  112. package/src/index.d.ts +63 -63
  113. package/src/range-navigator/rangenavigator-all.module.d.ts +14 -8
  114. package/src/range-navigator/rangenavigator.component.d.ts +44 -41
  115. package/src/range-navigator/rangenavigator.module.d.ts +12 -5
  116. package/src/range-navigator/series.directive.d.ts +83 -78
  117. package/src/smithchart/series.directive.d.ts +93 -88
  118. package/src/smithchart/smithchart-all.module.d.ts +14 -8
  119. package/src/smithchart/smithchart.component.d.ts +44 -41
  120. package/src/smithchart/smithchart.module.d.ts +12 -5
  121. package/src/sparkline/rangebandsettings.directive.d.ts +38 -33
  122. package/src/sparkline/sparkline-all.module.d.ts +13 -7
  123. package/src/sparkline/sparkline.component.d.ts +46 -43
  124. package/src/sparkline/sparkline.module.d.ts +12 -5
  125. package/src/stock-chart/annotations.directive.d.ts +89 -84
  126. package/src/stock-chart/axes.directive.d.ts +291 -286
  127. package/src/stock-chart/indicators.directive.d.ts +213 -208
  128. package/src/stock-chart/periods.directive.d.ts +47 -42
  129. package/src/stock-chart/rows.directive.d.ts +35 -30
  130. package/src/stock-chart/selecteddataindexes.directive.d.ts +37 -32
  131. package/src/stock-chart/series.directive.d.ts +247 -242
  132. package/src/stock-chart/stockchart-all.module.d.ts +13 -7
  133. package/src/stock-chart/stockchart.component.d.ts +68 -65
  134. package/src/stock-chart/stockchart.module.d.ts +20 -5
  135. package/src/stock-chart/stockevents.directive.d.ts +88 -83
  136. package/src/stock-chart/trendlines.directive.d.ts +118 -113
  137. package/syncfusion-ej2-angular-charts.d.ts +5 -0
  138. package/@syncfusion/ej2-angular-charts.es5.js +0 -5029
  139. package/@syncfusion/ej2-angular-charts.es5.js.map +0 -1
  140. package/@syncfusion/ej2-angular-charts.js +0 -4747
  141. package/@syncfusion/ej2-angular-charts.js.map +0 -1
  142. package/LICENSE +0 -10
  143. package/dist/ej2-angular-charts.umd.js +0 -5719
  144. package/dist/ej2-angular-charts.umd.js.map +0 -1
  145. package/dist/ej2-angular-charts.umd.min.js +0 -11
  146. package/dist/ej2-angular-charts.umd.min.js.map +0 -1
  147. package/ej2-angular-charts.d.ts +0 -13
  148. package/ej2-angular-charts.metadata.json +0 -1
@@ -1,250 +1,255 @@
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
- * The data source field that contains the low value.
109
- * It is applicable for both financial series and technical indicators.
110
- * @default ''
111
- */
112
- low: any;
113
- /**
114
- * Defines the appearance of the lower line in technical indicators.
115
- */
116
- lowerLine: any;
117
- /**
118
- * Defines the appearance of the MACD line in the MACD indicator.
119
- * @default { color: '#ff9933', width: 2 }
120
- */
121
- macdLine: any;
122
- /**
123
- * Specifies the color for negative bars in the MACD indicator.
124
- * @default '#e74c3d'
125
- */
126
- macdNegativeColor: any;
127
- /**
128
- * Specifies the color for positive bars in the MACD indicator.
129
- * @default '#2ecd71'
130
- */
131
- macdPositiveColor: any;
132
- /**
133
- * Defines the type of the MACD (Moving Average Convergence Divergence) indicator.
134
- * @default 'Both'
135
- */
136
- macdType: any;
137
- /**
138
- * The data source field that contains the open value.
139
- * It is applicable for both financial series and technical indicators.
140
- * @default ''
141
- */
142
- open: any;
143
- /**
144
- * Specifies the over-bought (threshold) values applicable for RSI and stochastic indicators.
145
- * @default 80
146
- */
147
- overBought: any;
148
- /**
149
- * Defines the over-sold (threshold) values for RSI and stochastic indicators.
150
- * @default 20
151
- */
152
- overSold: any;
153
- /**
154
- * Defines the period over which price changes are considered for trend prediction.
155
- * @default 14
156
- */
157
- period: any;
158
- /**
159
- * Defines the appearance of the period line in technical indicators.
160
- */
161
- periodLine: any;
162
- /**
163
- * The data source field that contains the color value of a point.
164
- * It is applicable for series.
165
- * @default ''
166
- */
167
- pointColorMapping: any;
168
- /**
169
- * Specifies a query to select data from the data source. This property is applicable only when the data source is an `ej.DataManager`.
170
- * @default ''
171
- */
172
- query: any;
173
- /**
174
- * Defines the axis along which the line series will be split.
175
- */
176
- segmentAxis: any;
177
- /**
178
- * Specifies a collection of regions used to differentiate a line series.
179
- */
180
- segments: any;
181
- /**
182
- * Specifies the name of the series to be used for displaying the indicator data.
183
- * @default ''
184
- */
185
- seriesName: any;
186
- /**
187
- * Specifies whether to enable or disable the over-bought and over-sold regions.
188
- * @default true
189
- */
190
- showZones: any;
191
- /**
192
- * Sets the slow period for defining the MACD line.
193
- * @default 12
194
- */
195
- slowPeriod: any;
196
- /**
197
- * Sets the standard deviation values used to define the upper and lower Bollinger Bands.
198
- * @default 2
199
- */
200
- standardDeviation: any;
201
- /**
202
- * Defines the appearance of the upper line in technical indicators.
203
- */
204
- upperLine: any;
205
- /**
206
- * If set to `true`, the series will be visible. If set to `false`, the series will be hidden.
207
- * @default true
208
- */
209
- visible: any;
210
- /**
211
- * Defines the data source field that contains the volume value in candle charts.
212
- * It is applicable for both financial series and technical indicators.
213
- * @default ''
214
- */
215
- volume: any;
216
- /**
217
- * The stroke width for the series, applicable only for `Line` type series.
218
- * It also represents the stroke width of the signal lines in technical indicators.
219
- * @default 1
220
- */
221
- width: any;
222
- /**
223
- * The name of the horizontal axis associated with the series. It requires `axes` of the chart.
224
- * It is applicable for series and technical indicators.
225
- *
226
- * @default null
227
- */
228
- xAxisName: any;
229
- /**
230
- * The data source field that contains the x value.
231
- * It is applicable to both series and technical indicators.
232
- * @default ''
233
- */
234
- xName: any;
235
- /**
236
- * The name of the vertical axis associated with the series. It requires `axes` of the chart.
237
- * It is applicable for series and technical indicators.
238
- *
239
- * @default null
240
- */
241
- yAxisName: any;
242
- constructor(viewContainerRef: ViewContainerRef);
243
- }
244
- /**
245
- * Indicator Array Directive
246
- * @private
247
- */
248
- export declare class IndicatorsDirective extends ArrayBase<IndicatorsDirective> {
249
- constructor();
250
- }
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
+ * The data source field that contains the low value.
110
+ * It is applicable for both financial series and technical indicators.
111
+ * @default ''
112
+ */
113
+ low: any;
114
+ /**
115
+ * Defines the appearance of the lower line in technical indicators.
116
+ */
117
+ lowerLine: any;
118
+ /**
119
+ * Defines the appearance of the MACD line in the MACD indicator.
120
+ * @default { color: '#ff9933', width: 2 }
121
+ */
122
+ macdLine: any;
123
+ /**
124
+ * Specifies the color for negative bars in the MACD indicator.
125
+ * @default '#e74c3d'
126
+ */
127
+ macdNegativeColor: any;
128
+ /**
129
+ * Specifies the color for positive bars in the MACD indicator.
130
+ * @default '#2ecd71'
131
+ */
132
+ macdPositiveColor: any;
133
+ /**
134
+ * Defines the type of the MACD (Moving Average Convergence Divergence) indicator.
135
+ * @default 'Both'
136
+ */
137
+ macdType: any;
138
+ /**
139
+ * The data source field that contains the open value.
140
+ * It is applicable for both financial series and technical indicators.
141
+ * @default ''
142
+ */
143
+ open: any;
144
+ /**
145
+ * Specifies the over-bought (threshold) values applicable for RSI and stochastic indicators.
146
+ * @default 80
147
+ */
148
+ overBought: any;
149
+ /**
150
+ * Defines the over-sold (threshold) values for RSI and stochastic indicators.
151
+ * @default 20
152
+ */
153
+ overSold: any;
154
+ /**
155
+ * Defines the period over which price changes are considered for trend prediction.
156
+ * @default 14
157
+ */
158
+ period: any;
159
+ /**
160
+ * Defines the appearance of the period line in technical indicators.
161
+ */
162
+ periodLine: any;
163
+ /**
164
+ * The data source field that contains the color value of a point.
165
+ * It is applicable for series.
166
+ * @default ''
167
+ */
168
+ pointColorMapping: any;
169
+ /**
170
+ * Specifies a query to select data from the data source. This property is applicable only when the data source is an `ej.DataManager`.
171
+ * @default ''
172
+ */
173
+ query: any;
174
+ /**
175
+ * Defines the axis along which the line series will be split.
176
+ */
177
+ segmentAxis: any;
178
+ /**
179
+ * Specifies a collection of regions used to differentiate a line series.
180
+ */
181
+ segments: any;
182
+ /**
183
+ * Specifies the name of the series to be used for displaying the indicator data.
184
+ * @default ''
185
+ */
186
+ seriesName: any;
187
+ /**
188
+ * Specifies whether to enable or disable the over-bought and over-sold regions.
189
+ * @default true
190
+ */
191
+ showZones: any;
192
+ /**
193
+ * Sets the slow period for defining the MACD line.
194
+ * @default 12
195
+ */
196
+ slowPeriod: any;
197
+ /**
198
+ * Sets the standard deviation values used to define the upper and lower Bollinger Bands.
199
+ * @default 2
200
+ */
201
+ standardDeviation: any;
202
+ /**
203
+ * Defines the appearance of the upper line in technical indicators.
204
+ */
205
+ upperLine: any;
206
+ /**
207
+ * If set to `true`, the series will be visible. If set to `false`, the series will be hidden.
208
+ * @default true
209
+ */
210
+ visible: any;
211
+ /**
212
+ * Defines the data source field that contains the volume value in candle charts.
213
+ * It is applicable for both financial series and technical indicators.
214
+ * @default ''
215
+ */
216
+ volume: any;
217
+ /**
218
+ * The stroke width for the series, applicable only for `Line` type series.
219
+ * It also represents the stroke width of the signal lines in technical indicators.
220
+ * @default 1
221
+ */
222
+ width: any;
223
+ /**
224
+ * The name of the horizontal axis associated with the series. It requires `axes` of the chart.
225
+ * It is applicable for series and technical indicators.
226
+ *
227
+ * @default null
228
+ */
229
+ xAxisName: any;
230
+ /**
231
+ * The data source field that contains the x value.
232
+ * It is applicable to both series and technical indicators.
233
+ * @default ''
234
+ */
235
+ xName: any;
236
+ /**
237
+ * The name of the vertical axis associated with the series. It requires `axes` of the chart.
238
+ * It is applicable for series and technical indicators.
239
+ *
240
+ * @default null
241
+ */
242
+ yAxisName: any;
243
+ constructor(viewContainerRef: ViewContainerRef);
244
+ static ɵfac: i0.ɵɵFactoryDeclaration<IndicatorDirective, never>;
245
+ 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"; "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"; "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>;
246
+ }
247
+ /**
248
+ * Indicator Array Directive
249
+ * @private
250
+ */
251
+ export declare class IndicatorsDirective extends ArrayBase<IndicatorsDirective> {
252
+ constructor();
253
+ static ɵfac: i0.ɵɵFactoryDeclaration<IndicatorsDirective, never>;
254
+ static ɵdir: i0.ɵɵDirectiveDeclaration<IndicatorsDirective, "ej-chart>e-indicators", never, {}, {}, ["children"]>;
255
+ }
@@ -1,57 +1,62 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * MultiLevelLabel Directive
5
- * ```html
6
- * <e-axis>
7
- * <e-multilevellabels>
8
- * <e-multilevellabel></e-multilevellabel>
9
- * </e-multilevellabels>
10
- * </e-axis>
11
- * ```
12
- */
13
- export declare class MultiLevelLabelDirective extends ComplexBase<MultiLevelLabelDirective> {
14
- private viewContainerRef;
15
- directivePropList: any;
16
- childCategories: any;
17
- tags: string[];
18
- /**
19
- * Defines the position of the multi-level labels.
20
- * The available options are:
21
- * * Near: Places the multi-level labels close to the chart elements.
22
- * * Center: Positions the multi-level labels in the center of the chart elements.
23
- * * Far: Places the multi-level labels further from the chart elements.
24
- * @default 'Center'
25
- */
26
- alignment: any;
27
- /**
28
- * The `border` property allows customization of the border for multi-level labels.
29
- * It includes options to set the color, width, and type of the border.
30
- */
31
- border: any;
32
- /**
33
- * Configures multi-level categories for multi-level labels.
34
- */
35
- categories: any;
36
- /**
37
- * Defines the text overflow behavior for multi-level labels.
38
- * The available options are:
39
- * * Trim: Trims the text that overflows for multi-level labels.
40
- * * Wrap: Wraps the text that overflows for multi-level labels.
41
- * * None: No text overflow handling for multi-level labels.
42
- * @default 'Wrap'
43
- */
44
- overflow: any;
45
- /**
46
- * Options to customize the multi-level labels.
47
- */
48
- textStyle: any;
49
- constructor(viewContainerRef: ViewContainerRef);
50
- }
51
- /**
52
- * MultiLevelLabel Array Directive
53
- * @private
54
- */
55
- export declare class MultiLevelLabelsDirective extends ArrayBase<MultiLevelLabelsDirective> {
56
- constructor();
57
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * MultiLevelLabel Directive
6
+ * ```html
7
+ * <e-axis>
8
+ * <e-multilevellabels>
9
+ * <e-multilevellabel></e-multilevellabel>
10
+ * </e-multilevellabels>
11
+ * </e-axis>
12
+ * ```
13
+ */
14
+ export declare class MultiLevelLabelDirective extends ComplexBase<MultiLevelLabelDirective> {
15
+ private viewContainerRef;
16
+ directivePropList: any;
17
+ childCategories: any;
18
+ tags: string[];
19
+ /**
20
+ * Defines the position of the multi-level labels.
21
+ * The available options are:
22
+ * * Near: Places the multi-level labels close to the chart elements.
23
+ * * Center: Positions the multi-level labels in the center of the chart elements.
24
+ * * Far: Places the multi-level labels further from the chart elements.
25
+ * @default 'Center'
26
+ */
27
+ alignment: any;
28
+ /**
29
+ * The `border` property allows customization of the border for multi-level labels.
30
+ * It includes options to set the color, width, and type of the border.
31
+ */
32
+ border: any;
33
+ /**
34
+ * Configures multi-level categories for multi-level labels.
35
+ */
36
+ categories: any;
37
+ /**
38
+ * Defines the text overflow behavior for multi-level labels.
39
+ * The available options are:
40
+ * * Trim: Trims the text that overflows for multi-level labels.
41
+ * * Wrap: Wraps the text that overflows for multi-level labels.
42
+ * * None: No text overflow handling for multi-level labels.
43
+ * @default 'Wrap'
44
+ */
45
+ overflow: any;
46
+ /**
47
+ * Options to customize the multi-level labels.
48
+ */
49
+ textStyle: any;
50
+ constructor(viewContainerRef: ViewContainerRef);
51
+ static ɵfac: i0.ɵɵFactoryDeclaration<MultiLevelLabelDirective, never>;
52
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MultiLevelLabelDirective, "e-axis>e-multilevellabels>e-multilevellabel", never, { "alignment": "alignment"; "border": "border"; "categories": "categories"; "overflow": "overflow"; "textStyle": "textStyle"; }, {}, ["childCategories"]>;
53
+ }
54
+ /**
55
+ * MultiLevelLabel Array Directive
56
+ * @private
57
+ */
58
+ export declare class MultiLevelLabelsDirective extends ArrayBase<MultiLevelLabelsDirective> {
59
+ constructor();
60
+ static ɵfac: i0.ɵɵFactoryDeclaration<MultiLevelLabelsDirective, never>;
61
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MultiLevelLabelsDirective, "e-axis>e-multilevellabels", never, {}, {}, ["children"]>;
62
+ }