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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/@syncfusion/ej2-angular-charts.es5.js +5388 -0
  2. package/@syncfusion/ej2-angular-charts.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-charts.js +5087 -0
  4. package/@syncfusion/ej2-angular-charts.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/dist/ej2-angular-charts.umd.js +6123 -0
  7. package/dist/ej2-angular-charts.umd.js.map +1 -0
  8. package/dist/ej2-angular-charts.umd.min.js +11 -0
  9. package/dist/ej2-angular-charts.umd.min.js.map +1 -0
  10. package/ej2-angular-charts.d.ts +14 -0
  11. package/ej2-angular-charts.metadata.json +1 -0
  12. package/package.json +47 -29
  13. package/public_api.d.ts +1 -1
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -21
  17. package/src/accumulation-chart/accumulationchart.component.d.ts +59 -62
  18. package/src/accumulation-chart/accumulationchart.module.d.ts +5 -13
  19. package/src/accumulation-chart/annotations.directive.d.ts +80 -85
  20. package/src/accumulation-chart/series.directive.d.ts +257 -262
  21. package/src/bullet-chart/bulletchart-all.module.d.ts +8 -14
  22. package/src/bullet-chart/bulletchart.component.d.ts +38 -41
  23. package/src/bullet-chart/bulletchart.module.d.ts +5 -12
  24. package/src/bullet-chart/ranges.directive.d.ts +68 -73
  25. package/src/chart/annotations.directive.d.ts +96 -101
  26. package/src/chart/axes.directive.d.ts +404 -409
  27. package/src/chart/categories.directive.d.ts +69 -74
  28. package/src/chart/chart-all.module.d.ts +67 -73
  29. package/src/chart/chart.component.d.ts +88 -91
  30. package/src/chart/chart.module.d.ts +5 -24
  31. package/src/chart/columns.directive.d.ts +30 -35
  32. package/src/chart/indicators.directive.d.ts +260 -265
  33. package/src/chart/multilevellabels.directive.d.ts +57 -62
  34. package/src/chart/rangecolorsettings.directive.d.ts +36 -41
  35. package/src/chart/rows.directive.d.ts +30 -35
  36. package/src/chart/segments.directive.d.ts +41 -46
  37. package/src/chart/selecteddataindexes.directive.d.ts +32 -37
  38. package/src/chart/series.directive.d.ts +500 -505
  39. package/src/chart/striplines.directive.d.ts +166 -171
  40. package/src/chart/trendlines.directive.d.ts +122 -127
  41. package/src/chart3d/axes.directive.d.ts +266 -271
  42. package/src/chart3d/chart3d-all.module.d.ts +20 -26
  43. package/src/chart3d/chart3d.component.d.ts +62 -65
  44. package/src/chart3d/chart3d.module.d.ts +5 -16
  45. package/src/chart3d/columns.directive.d.ts +26 -31
  46. package/src/chart3d/rows.directive.d.ts +26 -31
  47. package/src/chart3d/selecteddataindexes.directive.d.ts +32 -37
  48. package/src/chart3d/series.directive.d.ts +172 -177
  49. package/src/circularchart3d/circularchart3d-all.module.d.ts +13 -19
  50. package/src/circularchart3d/circularchart3d.component.d.ts +55 -58
  51. package/src/circularchart3d/circularchart3d.module.d.ts +5 -13
  52. package/src/circularchart3d/selecteddataindexes.directive.d.ts +32 -37
  53. package/src/circularchart3d/series.directive.d.ts +142 -147
  54. package/src/index.d.ts +68 -68
  55. package/src/range-navigator/rangenavigator-all.module.d.ts +8 -14
  56. package/src/range-navigator/rangenavigator.component.d.ts +41 -44
  57. package/src/range-navigator/rangenavigator.module.d.ts +5 -12
  58. package/src/range-navigator/series.directive.d.ts +78 -83
  59. package/src/sankey/links.directive.d.ts +41 -46
  60. package/src/sankey/nodes.directive.d.ts +44 -49
  61. package/src/sankey/sankey-all.module.d.ts +10 -16
  62. package/src/sankey/sankey.component.d.ts +53 -56
  63. package/src/sankey/sankey.module.d.ts +5 -13
  64. package/src/smithchart/series.directive.d.ts +88 -93
  65. package/src/smithchart/smithchart-all.module.d.ts +8 -14
  66. package/src/smithchart/smithchart.component.d.ts +41 -44
  67. package/src/smithchart/smithchart.module.d.ts +5 -12
  68. package/src/sparkline/rangebandsettings.directive.d.ts +33 -38
  69. package/src/sparkline/sparkline-all.module.d.ts +7 -13
  70. package/src/sparkline/sparkline.component.d.ts +43 -46
  71. package/src/sparkline/sparkline.module.d.ts +5 -12
  72. package/src/stock-chart/annotations.directive.d.ts +84 -89
  73. package/src/stock-chart/axes.directive.d.ts +286 -291
  74. package/src/stock-chart/indicators.directive.d.ts +221 -226
  75. package/src/stock-chart/periods.directive.d.ts +42 -47
  76. package/src/stock-chart/rows.directive.d.ts +30 -35
  77. package/src/stock-chart/selecteddataindexes.directive.d.ts +32 -37
  78. package/src/stock-chart/series.directive.d.ts +259 -264
  79. package/src/stock-chart/stockchart-all.module.d.ts +7 -13
  80. package/src/stock-chart/stockchart.component.d.ts +67 -70
  81. package/src/stock-chart/stockchart.module.d.ts +5 -20
  82. package/src/stock-chart/stockevents.directive.d.ts +83 -88
  83. package/src/stock-chart/trendlines.directive.d.ts +123 -128
  84. package/CHANGELOG.md +0 -3830
  85. package/esm2020/public_api.mjs +0 -2
  86. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +0 -53
  87. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +0 -152
  88. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +0 -43
  89. package/esm2020/src/accumulation-chart/annotations.directive.mjs +0 -62
  90. package/esm2020/src/accumulation-chart/series.directive.mjs +0 -62
  91. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +0 -32
  92. package/esm2020/src/bullet-chart/bulletchart.component.mjs +0 -85
  93. package/esm2020/src/bullet-chart/bulletchart.module.mjs +0 -34
  94. package/esm2020/src/bullet-chart/ranges.directive.mjs +0 -54
  95. package/esm2020/src/chart/annotations.directive.mjs +0 -60
  96. package/esm2020/src/chart/axes.directive.mjs +0 -58
  97. package/esm2020/src/chart/categories.directive.mjs +0 -59
  98. package/esm2020/src/chart/chart-all.module.mjs +0 -209
  99. package/esm2020/src/chart/chart.component.mjs +0 -538
  100. package/esm2020/src/chart/chart.module.mjs +0 -142
  101. package/esm2020/src/chart/columns.directive.mjs +0 -52
  102. package/esm2020/src/chart/indicators.directive.mjs +0 -54
  103. package/esm2020/src/chart/multilevellabels.directive.mjs +0 -60
  104. package/esm2020/src/chart/rangecolorsettings.directive.mjs +0 -52
  105. package/esm2020/src/chart/rows.directive.mjs +0 -52
  106. package/esm2020/src/chart/segments.directive.mjs +0 -58
  107. package/esm2020/src/chart/selecteddataindexes.directive.mjs +0 -52
  108. package/esm2020/src/chart/series.directive.mjs +0 -68
  109. package/esm2020/src/chart/striplines.directive.mjs +0 -56
  110. package/esm2020/src/chart/trendlines.directive.mjs +0 -58
  111. package/esm2020/src/chart3d/axes.directive.mjs +0 -52
  112. package/esm2020/src/chart3d/chart3d-all.module.mjs +0 -68
  113. package/esm2020/src/chart3d/chart3d.component.mjs +0 -189
  114. package/esm2020/src/chart3d/chart3d.module.mjs +0 -70
  115. package/esm2020/src/chart3d/columns.directive.mjs +0 -52
  116. package/esm2020/src/chart3d/rows.directive.mjs +0 -52
  117. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +0 -52
  118. package/esm2020/src/chart3d/series.directive.mjs +0 -62
  119. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +0 -47
  120. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +0 -125
  121. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +0 -43
  122. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +0 -52
  123. package/esm2020/src/circularchart3d/series.directive.mjs +0 -62
  124. package/esm2020/src/index.mjs +0 -69
  125. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +0 -32
  126. package/esm2020/src/range-navigator/rangenavigator.component.mjs +0 -127
  127. package/esm2020/src/range-navigator/rangenavigator.module.mjs +0 -34
  128. package/esm2020/src/range-navigator/series.directive.mjs +0 -54
  129. package/esm2020/src/sankey/links.directive.mjs +0 -54
  130. package/esm2020/src/sankey/nodes.directive.mjs +0 -54
  131. package/esm2020/src/sankey/sankey-all.module.mjs +0 -38
  132. package/esm2020/src/sankey/sankey.component.mjs +0 -110
  133. package/esm2020/src/sankey/sankey.module.mjs +0 -43
  134. package/esm2020/src/smithchart/series.directive.mjs +0 -46
  135. package/esm2020/src/smithchart/smithchart-all.module.mjs +0 -32
  136. package/esm2020/src/smithchart/smithchart.component.mjs +0 -78
  137. package/esm2020/src/smithchart/smithchart.module.mjs +0 -34
  138. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +0 -46
  139. package/esm2020/src/sparkline/sparkline-all.module.mjs +0 -29
  140. package/esm2020/src/sparkline/sparkline.component.mjs +0 -71
  141. package/esm2020/src/sparkline/sparkline.module.mjs +0 -34
  142. package/esm2020/src/stock-chart/annotations.directive.mjs +0 -60
  143. package/esm2020/src/stock-chart/axes.directive.mjs +0 -52
  144. package/esm2020/src/stock-chart/indicators.directive.mjs +0 -54
  145. package/esm2020/src/stock-chart/periods.directive.mjs +0 -54
  146. package/esm2020/src/stock-chart/rows.directive.mjs +0 -52
  147. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +0 -52
  148. package/esm2020/src/stock-chart/series.directive.mjs +0 -58
  149. package/esm2020/src/stock-chart/stockchart-all.module.mjs +0 -29
  150. package/esm2020/src/stock-chart/stockchart.component.mjs +0 -350
  151. package/esm2020/src/stock-chart/stockchart.module.mjs +0 -106
  152. package/esm2020/src/stock-chart/stockevents.directive.mjs +0 -54
  153. package/esm2020/src/stock-chart/trendlines.directive.mjs +0 -59
  154. package/esm2020/syncfusion-ej2-angular-charts.mjs +0 -5
  155. package/fesm2015/syncfusion-ej2-angular-charts.mjs +0 -4684
  156. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
  157. package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4684
  158. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
  159. package/syncfusion-ej2-angular-charts.d.ts +0 -5
@@ -1,37 +1,32 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Selected Data Directive
6
- * ```html
7
- * <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>
8
- * ```
9
- */
10
- export declare class StockChartSelectedDataIndexDirective extends ComplexBase<StockChartSelectedDataIndexDirective> {
11
- private viewContainerRef;
12
- directivePropList: any;
13
- /**
14
- * Specifies index of point.
15
- * @default 0
16
- * @asptype int
17
- */
18
- point: any;
19
- /**
20
- * Specifies index of series.
21
- * @default 0
22
- * @asptype int
23
- */
24
- series: any;
25
- constructor(viewContainerRef: ViewContainerRef);
26
- static ɵfac: i0.ɵɵFactoryDeclaration<StockChartSelectedDataIndexDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartSelectedDataIndexDirective, "ejs-stockchart-selectedDataIndexes>e-stockchart-selectedDataIndex", never, { "point": "point"; "series": "series"; }, {}, never>;
28
- }
29
- /**
30
- * StockChartSelectedDataIndex Array Directive
31
- * @private
32
- */
33
- export declare class StockChartSelectedDataIndexesDirective extends ArrayBase<StockChartSelectedDataIndexesDirective> {
34
- constructor();
35
- static ɵfac: i0.ɵɵFactoryDeclaration<StockChartSelectedDataIndexesDirective, never>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartSelectedDataIndexesDirective, "ejs-stockchart>e-stockchart-selectedDataIndexes", never, {}, {}, ["children"]>;
37
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Selected Data Directive
5
+ * ```html
6
+ * <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>
7
+ * ```
8
+ */
9
+ export declare class StockChartSelectedDataIndexDirective extends ComplexBase<StockChartSelectedDataIndexDirective> {
10
+ private viewContainerRef;
11
+ directivePropList: any;
12
+ /**
13
+ * Specifies index of point.
14
+ * @default 0
15
+ * @asptype int
16
+ */
17
+ point: any;
18
+ /**
19
+ * Specifies index of series.
20
+ * @default 0
21
+ * @asptype int
22
+ */
23
+ series: any;
24
+ constructor(viewContainerRef: ViewContainerRef);
25
+ }
26
+ /**
27
+ * StockChartSelectedDataIndex Array Directive
28
+ * @private
29
+ */
30
+ export declare class StockChartSelectedDataIndexesDirective extends ArrayBase<StockChartSelectedDataIndexesDirective> {
31
+ constructor();
32
+ }
@@ -1,264 +1,259 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Series Directive
6
- * ```html
7
- * <e-stockchart-series-collection>
8
- * <e-stockchart-series></e-stockchart-series>
9
- * </e-stockchart-series-collection>
10
- * ```
11
- */
12
- export declare class StockChartSeriesDirective extends ComplexBase<StockChartSeriesDirective> {
13
- private viewContainerRef;
14
- directivePropList: any;
15
- childTrendlines: any;
16
- tags: string[];
17
- /**
18
- * The type of the series are
19
- * * Line
20
- * * Column
21
- * * Area
22
- * * Spline
23
- * * Hilo
24
- * * HiloOpenClose
25
- * * Candle
26
- * @default 'Candle'
27
- */
28
- type: any;
29
- /**
30
- * Options to customizing animation for the series.
31
- */
32
- animation: any;
33
- /**
34
- * This property is used in stock charts to visualize the price movements in stock.
35
- * It defines the color of the candle/point, when the opening price is less than the closing price.
36
- * @default '#2ecd71'
37
- */
38
- bearFillColor: any;
39
- /**
40
- * Options to customizing the border of the series. This is applicable only for `Column` and `Bar` type series.
41
- */
42
- border: any;
43
- /**
44
- * This property is used in financial charts to visualize the price movements in stock.
45
- * It defines the color of the candle/point, when the opening price is higher than the closing price.
46
- * @default '#e74c3d'
47
- */
48
- bullFillColor: any;
49
- /**
50
- * It defines tension of cardinal spline types.
51
- * @default 0.5
52
- */
53
- cardinalSplineTension: any;
54
- /**
55
- * The DataSource field that contains the close value of y
56
- * It is applicable for series and technical indicators
57
- * @default ''
58
- */
59
- close: any;
60
- /**
61
- * To render the column series points with particular column spacing. It takes value from 0 - 1.
62
- * @default 0
63
- */
64
- columnSpacing: any;
65
- /**
66
- * To render the column series points with particular column width. If the series type is histogram the
67
- * default value is 1 otherwise 0.7.
68
- * @default null
69
- * @aspdefaultvalueignore
70
- */
71
- columnWidth: any;
72
- /**
73
- * To render the column series points with particular rounded corner.
74
- */
75
- cornerRadius: any;
76
- /**
77
- * Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.
78
- * @default '0'
79
- */
80
- dashArray: any;
81
- /**
82
- * Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.
83
- * @default ''
84
- */
85
- dataSource: any;
86
- /**
87
- * options to customize the empty points in series.
88
- */
89
- emptyPointSettings: any;
90
- /**
91
- * This property is applicable for candle series.
92
- * It enables/disables to visually compare the current values with the previous values in stock.
93
- * @default false
94
- */
95
- enableSolidCandles: any;
96
- /**
97
- * If set true, the Tooltip for series will be visible.
98
- * @default true
99
- */
100
- enableTooltip: any;
101
- /**
102
- * The fill color for the series that accepts value in hex and rgba as a valid CSS color string.
103
- * It also represents the color of the signal lines in technical indicators.
104
- * For technical indicators, the default value is 'blue' and for series, it has null.
105
- * @default null
106
- */
107
- fill: any;
108
- /**
109
- * The DataSource field that contains the high value of y
110
- * It is applicable for series and technical indicators
111
- * @default ''
112
- */
113
- high: any;
114
- /**
115
- * Configures the options for displaying series names as inline labels in the stock chart.
116
- */
117
- labelSettings: any;
118
- /**
119
- * Options for customizing and displaying the last value in the series.
120
- */
121
- lastValueLabel: any;
122
- /**
123
- * The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.
124
- * @default ''
125
- */
126
- legendImageUrl: any;
127
- /**
128
- * The shape of the legend. Each series has its own legend shape. They are
129
- * * Circle - Renders a circle.
130
- * * Rectangle - Renders a rectangle.
131
- * * Triangle - Renders a triangle.
132
- * * Diamond - Renders a diamond.
133
- * * Cross - Renders a cross.
134
- * * HorizontalLine - Renders a horizontalLine.
135
- * * VerticalLine - Renders a verticalLine.
136
- * * Pentagon - Renders a pentagon.
137
- * * InvertedTriangle - Renders a invertedTriangle.
138
- * * SeriesType -Render a legend shape based on series type.
139
- * * Image -Render a image. *
140
- * @default 'SeriesType'
141
- */
142
- legendShape: any;
143
- /**
144
- * Applies a linear gradient fill to the series.
145
- * The gradient transitions colors along a straight line.
146
- * When both linearGradient and radialGradient are specified, linearGradient takes precedence.
147
- * @default null
148
- */
149
- linearGradient: any;
150
- /**
151
- * The DataSource field that contains the low value of y
152
- * It is applicable for series and technical indicators
153
- * @default ''
154
- */
155
- low: any;
156
- /**
157
- * Options for displaying and customizing markers for individual points in a series.
158
- */
159
- marker: any;
160
- /**
161
- * The name of the series visible in legend.
162
- * @default ''
163
- */
164
- name: any;
165
- /**
166
- * The opacity of the series.
167
- * @default 1
168
- */
169
- opacity: any;
170
- /**
171
- * The DataSource field that contains the open value of y
172
- * It is applicable for series and technical indicators
173
- * @default ''
174
- */
175
- open: any;
176
- /**
177
- * The DataSource field that contains the color value of point
178
- * It is applicable for series
179
- * @default ''
180
- */
181
- pointColorMapping: any;
182
- /**
183
- * Specifies query to select data from DataSource. This property is applicable only when the DataSource is `ej.DataManager`.
184
- * @default null
185
- */
186
- query: any;
187
- /**
188
- * Applies a radial gradient fill to the series.
189
- * The gradient transitions colors outward from a central point.
190
- * @default null
191
- */
192
- radialGradient: any;
193
- /**
194
- * Custom style for the selected series or points.
195
- * @default null
196
- */
197
- selectionStyle: any;
198
- /**
199
- * Enables or disables the display of tooltips for the nearest data point to the cursor for series.
200
- * @default true
201
- */
202
- showNearestTooltip: any;
203
- /**
204
- * The provided value will be considered as a Tooltip name
205
- * @default ''
206
- */
207
- tooltipMappingName: any;
208
- /**
209
- * Defines the collection of trendlines that are used to predict the trend
210
- */
211
- trendlines: any;
212
- /**
213
- * Specifies the visibility of series.
214
- * @default true
215
- */
216
- visible: any;
217
- /**
218
- * Defines the data source field that contains the volume value in candle charts
219
- * It is applicable for financial series and technical indicators
220
- * @default ''
221
- */
222
- volume: any;
223
- /**
224
- * The stroke width for the series that is applicable only for `Line` type series.
225
- * It also represents the stroke width of the signal lines in technical indicators.
226
- * @default 1
227
- */
228
- width: any;
229
- /**
230
- * The name of the horizontal axis associated with the series. It requires `axes` of the chart.
231
- * It is applicable for series and technical indicators
232
- * @default null
233
- */
234
- xAxisName: any;
235
- /**
236
- * The DataSource field that contains the x value.
237
- * It is applicable for series and technical indicators
238
- * @default ''
239
- */
240
- xName: any;
241
- /**
242
- * The name of the vertical axis associated with the series. It requires `axes` of the chart.
243
- * It is applicable for series and technical indicators
244
- * @default null
245
- */
246
- yAxisName: any;
247
- /**
248
- * The DataSource field that contains the y value.
249
- * @default ''
250
- */
251
- yName: any;
252
- constructor(viewContainerRef: ViewContainerRef);
253
- static ɵfac: i0.ɵɵFactoryDeclaration<StockChartSeriesDirective, never>;
254
- static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartSeriesDirective, "e-stockchart-series-collection>e-stockchart-series", never, { "animation": "animation"; "bearFillColor": "bearFillColor"; "border": "border"; "bullFillColor": "bullFillColor"; "cardinalSplineTension": "cardinalSplineTension"; "close": "close"; "columnSpacing": "columnSpacing"; "columnWidth": "columnWidth"; "cornerRadius": "cornerRadius"; "dashArray": "dashArray"; "dataSource": "dataSource"; "emptyPointSettings": "emptyPointSettings"; "enableSolidCandles": "enableSolidCandles"; "enableTooltip": "enableTooltip"; "fill": "fill"; "high": "high"; "labelSettings": "labelSettings"; "lastValueLabel": "lastValueLabel"; "legendImageUrl": "legendImageUrl"; "legendShape": "legendShape"; "linearGradient": "linearGradient"; "low": "low"; "marker": "marker"; "name": "name"; "opacity": "opacity"; "open": "open"; "pointColorMapping": "pointColorMapping"; "query": "query"; "radialGradient": "radialGradient"; "selectionStyle": "selectionStyle"; "showNearestTooltip": "showNearestTooltip"; "tooltipMappingName": "tooltipMappingName"; "trendlines": "trendlines"; "type": "type"; "visible": "visible"; "volume": "volume"; "width": "width"; "xAxisName": "xAxisName"; "xName": "xName"; "yAxisName": "yAxisName"; "yName": "yName"; }, {}, ["childTrendlines"]>;
255
- }
256
- /**
257
- * StockChartSeries Array Directive
258
- * @private
259
- */
260
- export declare class StockChartSeriesCollectionDirective extends ArrayBase<StockChartSeriesCollectionDirective> {
261
- constructor();
262
- static ɵfac: i0.ɵɵFactoryDeclaration<StockChartSeriesCollectionDirective, never>;
263
- static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartSeriesCollectionDirective, "ejs-stockchart>e-stockchart-series-collection", never, {}, {}, ["children"]>;
264
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Series Directive
5
+ * ```html
6
+ * <e-stockchart-series-collection>
7
+ * <e-stockchart-series></e-stockchart-series>
8
+ * </e-stockchart-series-collection>
9
+ * ```
10
+ */
11
+ export declare class StockChartSeriesDirective extends ComplexBase<StockChartSeriesDirective> {
12
+ private viewContainerRef;
13
+ directivePropList: any;
14
+ childTrendlines: any;
15
+ tags: string[];
16
+ /**
17
+ * The type of the series are
18
+ * * Line
19
+ * * Column
20
+ * * Area
21
+ * * Spline
22
+ * * Hilo
23
+ * * HiloOpenClose
24
+ * * Candle
25
+ * @default 'Candle'
26
+ */
27
+ type: any;
28
+ /**
29
+ * Options to customizing animation for the series.
30
+ */
31
+ animation: any;
32
+ /**
33
+ * This property is used in stock charts to visualize the price movements in stock.
34
+ * It defines the color of the candle/point, when the opening price is less than the closing price.
35
+ * @default '#2ecd71'
36
+ */
37
+ bearFillColor: any;
38
+ /**
39
+ * Options to customizing the border of the series. This is applicable only for `Column` and `Bar` type series.
40
+ */
41
+ border: any;
42
+ /**
43
+ * This property is used in financial charts to visualize the price movements in stock.
44
+ * It defines the color of the candle/point, when the opening price is higher than the closing price.
45
+ * @default '#e74c3d'
46
+ */
47
+ bullFillColor: any;
48
+ /**
49
+ * It defines tension of cardinal spline types.
50
+ * @default 0.5
51
+ */
52
+ cardinalSplineTension: any;
53
+ /**
54
+ * The DataSource field that contains the close value of y
55
+ * It is applicable for series and technical indicators
56
+ * @default ''
57
+ */
58
+ close: any;
59
+ /**
60
+ * To render the column series points with particular column spacing. It takes value from 0 - 1.
61
+ * @default 0
62
+ */
63
+ columnSpacing: any;
64
+ /**
65
+ * To render the column series points with particular column width. If the series type is histogram the
66
+ * default value is 1 otherwise 0.7.
67
+ * @default null
68
+ * @aspdefaultvalueignore
69
+ */
70
+ columnWidth: any;
71
+ /**
72
+ * To render the column series points with particular rounded corner.
73
+ */
74
+ cornerRadius: any;
75
+ /**
76
+ * Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.
77
+ * @default '0'
78
+ */
79
+ dashArray: any;
80
+ /**
81
+ * Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.
82
+ * @default ''
83
+ */
84
+ dataSource: any;
85
+ /**
86
+ * options to customize the empty points in series.
87
+ */
88
+ emptyPointSettings: any;
89
+ /**
90
+ * This property is applicable for candle series.
91
+ * It enables/disables to visually compare the current values with the previous values in stock.
92
+ * @default false
93
+ */
94
+ enableSolidCandles: any;
95
+ /**
96
+ * If set true, the Tooltip for series will be visible.
97
+ * @default true
98
+ */
99
+ enableTooltip: any;
100
+ /**
101
+ * The fill color for the series that accepts value in hex and rgba as a valid CSS color string.
102
+ * It also represents the color of the signal lines in technical indicators.
103
+ * For technical indicators, the default value is 'blue' and for series, it has null.
104
+ * @default null
105
+ */
106
+ fill: any;
107
+ /**
108
+ * The DataSource field that contains the high value of y
109
+ * It is applicable for series and technical indicators
110
+ * @default ''
111
+ */
112
+ high: any;
113
+ /**
114
+ * Configures the options for displaying series names as inline labels in the stock chart.
115
+ */
116
+ labelSettings: any;
117
+ /**
118
+ * Options for customizing and displaying the last value in the series.
119
+ */
120
+ lastValueLabel: any;
121
+ /**
122
+ * The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.
123
+ * @default ''
124
+ */
125
+ legendImageUrl: any;
126
+ /**
127
+ * The shape of the legend. Each series has its own legend shape. They are
128
+ * * Circle - Renders a circle.
129
+ * * Rectangle - Renders a rectangle.
130
+ * * Triangle - Renders a triangle.
131
+ * * Diamond - Renders a diamond.
132
+ * * Cross - Renders a cross.
133
+ * * HorizontalLine - Renders a horizontalLine.
134
+ * * VerticalLine - Renders a verticalLine.
135
+ * * Pentagon - Renders a pentagon.
136
+ * * InvertedTriangle - Renders a invertedTriangle.
137
+ * * SeriesType -Render a legend shape based on series type.
138
+ * * Image -Render a image. *
139
+ * @default 'SeriesType'
140
+ */
141
+ legendShape: any;
142
+ /**
143
+ * Applies a linear gradient fill to the series.
144
+ * The gradient transitions colors along a straight line.
145
+ * When both linearGradient and radialGradient are specified, linearGradient takes precedence.
146
+ * @default null
147
+ */
148
+ linearGradient: any;
149
+ /**
150
+ * The DataSource field that contains the low value of y
151
+ * It is applicable for series and technical indicators
152
+ * @default ''
153
+ */
154
+ low: any;
155
+ /**
156
+ * Options for displaying and customizing markers for individual points in a series.
157
+ */
158
+ marker: any;
159
+ /**
160
+ * The name of the series visible in legend.
161
+ * @default ''
162
+ */
163
+ name: any;
164
+ /**
165
+ * The opacity of the series.
166
+ * @default 1
167
+ */
168
+ opacity: any;
169
+ /**
170
+ * The DataSource field that contains the open value of y
171
+ * It is applicable for series and technical indicators
172
+ * @default ''
173
+ */
174
+ open: any;
175
+ /**
176
+ * The DataSource field that contains the color value of point
177
+ * It is applicable for series
178
+ * @default ''
179
+ */
180
+ pointColorMapping: any;
181
+ /**
182
+ * Specifies query to select data from DataSource. This property is applicable only when the DataSource is `ej.DataManager`.
183
+ * @default null
184
+ */
185
+ query: any;
186
+ /**
187
+ * Applies a radial gradient fill to the series.
188
+ * The gradient transitions colors outward from a central point.
189
+ * @default null
190
+ */
191
+ radialGradient: any;
192
+ /**
193
+ * Custom style for the selected series or points.
194
+ * @default null
195
+ */
196
+ selectionStyle: any;
197
+ /**
198
+ * Enables or disables the display of tooltips for the nearest data point to the cursor for series.
199
+ * @default true
200
+ */
201
+ showNearestTooltip: any;
202
+ /**
203
+ * The provided value will be considered as a Tooltip name
204
+ * @default ''
205
+ */
206
+ tooltipMappingName: any;
207
+ /**
208
+ * Defines the collection of trendlines that are used to predict the trend
209
+ */
210
+ trendlines: any;
211
+ /**
212
+ * Specifies the visibility of series.
213
+ * @default true
214
+ */
215
+ visible: any;
216
+ /**
217
+ * Defines the data source field that contains the volume value in candle charts
218
+ * It is applicable for financial series and technical indicators
219
+ * @default ''
220
+ */
221
+ volume: any;
222
+ /**
223
+ * The stroke width for the series that is applicable only for `Line` type series.
224
+ * It also represents the stroke width of the signal lines in technical indicators.
225
+ * @default 1
226
+ */
227
+ width: any;
228
+ /**
229
+ * The name of the horizontal axis associated with the series. It requires `axes` of the chart.
230
+ * It is applicable for series and technical indicators
231
+ * @default null
232
+ */
233
+ xAxisName: any;
234
+ /**
235
+ * The DataSource field that contains the x value.
236
+ * It is applicable for series and technical indicators
237
+ * @default ''
238
+ */
239
+ xName: any;
240
+ /**
241
+ * The name of the vertical axis associated with the series. It requires `axes` of the chart.
242
+ * It is applicable for series and technical indicators
243
+ * @default null
244
+ */
245
+ yAxisName: any;
246
+ /**
247
+ * The DataSource field that contains the y value.
248
+ * @default ''
249
+ */
250
+ yName: any;
251
+ constructor(viewContainerRef: ViewContainerRef);
252
+ }
253
+ /**
254
+ * StockChartSeries Array Directive
255
+ * @private
256
+ */
257
+ export declare class StockChartSeriesCollectionDirective extends ArrayBase<StockChartSeriesCollectionDirective> {
258
+ constructor();
259
+ }
@@ -1,13 +1,7 @@
1
- import { ValueProvider } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "./stockchart.module";
5
- export declare const StockLegendService: ValueProvider;
6
- /**
7
- * NgModule definition for the StockChart component with providers.
8
- */
9
- export declare class StockChartAllModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<StockChartAllModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<StockChartAllModule, never, [typeof i1.CommonModule, typeof i2.StockChartModule], [typeof i2.StockChartModule]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<StockChartAllModule>;
13
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const StockLegendService: ValueProvider;
3
+ /**
4
+ * NgModule definition for the StockChart component with providers.
5
+ */
6
+ export declare class StockChartAllModule {
7
+ }