@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,32 +1,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
+ 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,242 +1,247 @@
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
- * Options for customizing and displaying the last value in the series.
115
- */
116
- lastValueLabel: any;
117
- /**
118
- * The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.
119
- * @default ''
120
- */
121
- legendImageUrl: any;
122
- /**
123
- * The shape of the legend. Each series has its own legend shape. They are
124
- * * Circle - Renders a circle.
125
- * * Rectangle - Renders a rectangle.
126
- * * Triangle - Renders a triangle.
127
- * * Diamond - Renders a diamond.
128
- * * Cross - Renders a cross.
129
- * * HorizontalLine - Renders a horizontalLine.
130
- * * VerticalLine - Renders a verticalLine.
131
- * * Pentagon - Renders a pentagon.
132
- * * InvertedTriangle - Renders a invertedTriangle.
133
- * * SeriesType -Render a legend shape based on series type.
134
- * * Image -Render a image. *
135
- * @default 'SeriesType'
136
- */
137
- legendShape: any;
138
- /**
139
- * The DataSource field that contains the low value of y
140
- * It is applicable for series and technical indicators
141
- * @default ''
142
- */
143
- low: any;
144
- /**
145
- * Options for displaying and customizing markers for individual points in a series.
146
- */
147
- marker: any;
148
- /**
149
- * The name of the series visible in legend.
150
- * @default ''
151
- */
152
- name: any;
153
- /**
154
- * The opacity of the series.
155
- * @default 1
156
- */
157
- opacity: any;
158
- /**
159
- * The DataSource field that contains the open value of y
160
- * It is applicable for series and technical indicators
161
- * @default ''
162
- */
163
- open: any;
164
- /**
165
- * The DataSource field that contains the color value of point
166
- * It is applicable for series
167
- * @default ''
168
- */
169
- pointColorMapping: any;
170
- /**
171
- * Specifies query to select data from DataSource. This property is applicable only when the DataSource is `ej.DataManager`.
172
- * @default null
173
- */
174
- query: any;
175
- /**
176
- * Custom style for the selected series or points.
177
- * @default null
178
- */
179
- selectionStyle: any;
180
- /**
181
- * Enables or disables the display of tooltips for the nearest data point to the cursor for series.
182
- * @default true
183
- */
184
- showNearestTooltip: any;
185
- /**
186
- * The provided value will be considered as a Tooltip name
187
- * @default ''
188
- */
189
- tooltipMappingName: any;
190
- /**
191
- * Defines the collection of trendlines that are used to predict the trend
192
- */
193
- trendlines: any;
194
- /**
195
- * Specifies the visibility of series.
196
- * @default true
197
- */
198
- visible: any;
199
- /**
200
- * Defines the data source field that contains the volume value in candle charts
201
- * It is applicable for financial series and technical indicators
202
- * @default ''
203
- */
204
- volume: any;
205
- /**
206
- * The stroke width for the series that is applicable only for `Line` type series.
207
- * It also represents the stroke width of the signal lines in technical indicators.
208
- * @default 1
209
- */
210
- width: any;
211
- /**
212
- * The name of the horizontal axis associated with the series. It requires `axes` of the chart.
213
- * It is applicable for series and technical indicators
214
- * @default null
215
- */
216
- xAxisName: any;
217
- /**
218
- * The DataSource field that contains the x value.
219
- * It is applicable for series and technical indicators
220
- * @default ''
221
- */
222
- xName: any;
223
- /**
224
- * The name of the vertical axis associated with the series. It requires `axes` of the chart.
225
- * It is applicable for series and technical indicators
226
- * @default null
227
- */
228
- yAxisName: any;
229
- /**
230
- * The DataSource field that contains the y value.
231
- * @default ''
232
- */
233
- yName: any;
234
- constructor(viewContainerRef: ViewContainerRef);
235
- }
236
- /**
237
- * StockChartSeries Array Directive
238
- * @private
239
- */
240
- export declare class StockChartSeriesCollectionDirective extends ArrayBase<StockChartSeriesCollectionDirective> {
241
- constructor();
242
- }
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
+ * Options for customizing and displaying the last value in the series.
116
+ */
117
+ lastValueLabel: any;
118
+ /**
119
+ * The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.
120
+ * @default ''
121
+ */
122
+ legendImageUrl: any;
123
+ /**
124
+ * The shape of the legend. Each series has its own legend shape. They are
125
+ * * Circle - Renders a circle.
126
+ * * Rectangle - Renders a rectangle.
127
+ * * Triangle - Renders a triangle.
128
+ * * Diamond - Renders a diamond.
129
+ * * Cross - Renders a cross.
130
+ * * HorizontalLine - Renders a horizontalLine.
131
+ * * VerticalLine - Renders a verticalLine.
132
+ * * Pentagon - Renders a pentagon.
133
+ * * InvertedTriangle - Renders a invertedTriangle.
134
+ * * SeriesType -Render a legend shape based on series type.
135
+ * * Image -Render a image. *
136
+ * @default 'SeriesType'
137
+ */
138
+ legendShape: any;
139
+ /**
140
+ * The DataSource field that contains the low value of y
141
+ * It is applicable for series and technical indicators
142
+ * @default ''
143
+ */
144
+ low: any;
145
+ /**
146
+ * Options for displaying and customizing markers for individual points in a series.
147
+ */
148
+ marker: any;
149
+ /**
150
+ * The name of the series visible in legend.
151
+ * @default ''
152
+ */
153
+ name: any;
154
+ /**
155
+ * The opacity of the series.
156
+ * @default 1
157
+ */
158
+ opacity: any;
159
+ /**
160
+ * The DataSource field that contains the open value of y
161
+ * It is applicable for series and technical indicators
162
+ * @default ''
163
+ */
164
+ open: any;
165
+ /**
166
+ * The DataSource field that contains the color value of point
167
+ * It is applicable for series
168
+ * @default ''
169
+ */
170
+ pointColorMapping: any;
171
+ /**
172
+ * Specifies query to select data from DataSource. This property is applicable only when the DataSource is `ej.DataManager`.
173
+ * @default null
174
+ */
175
+ query: any;
176
+ /**
177
+ * Custom style for the selected series or points.
178
+ * @default null
179
+ */
180
+ selectionStyle: any;
181
+ /**
182
+ * Enables or disables the display of tooltips for the nearest data point to the cursor for series.
183
+ * @default true
184
+ */
185
+ showNearestTooltip: any;
186
+ /**
187
+ * The provided value will be considered as a Tooltip name
188
+ * @default ''
189
+ */
190
+ tooltipMappingName: any;
191
+ /**
192
+ * Defines the collection of trendlines that are used to predict the trend
193
+ */
194
+ trendlines: any;
195
+ /**
196
+ * Specifies the visibility of series.
197
+ * @default true
198
+ */
199
+ visible: any;
200
+ /**
201
+ * Defines the data source field that contains the volume value in candle charts
202
+ * It is applicable for financial series and technical indicators
203
+ * @default ''
204
+ */
205
+ volume: any;
206
+ /**
207
+ * The stroke width for the series that is applicable only for `Line` type series.
208
+ * It also represents the stroke width of the signal lines in technical indicators.
209
+ * @default 1
210
+ */
211
+ width: any;
212
+ /**
213
+ * The name of the horizontal axis associated with the series. It requires `axes` of the chart.
214
+ * It is applicable for series and technical indicators
215
+ * @default null
216
+ */
217
+ xAxisName: any;
218
+ /**
219
+ * The DataSource field that contains the x value.
220
+ * It is applicable for series and technical indicators
221
+ * @default ''
222
+ */
223
+ xName: any;
224
+ /**
225
+ * The name of the vertical axis associated with the series. It requires `axes` of the chart.
226
+ * It is applicable for series and technical indicators
227
+ * @default null
228
+ */
229
+ yAxisName: any;
230
+ /**
231
+ * The DataSource field that contains the y value.
232
+ * @default ''
233
+ */
234
+ yName: any;
235
+ constructor(viewContainerRef: ViewContainerRef);
236
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockChartSeriesDirective, never>;
237
+ 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"; "lastValueLabel": "lastValueLabel"; "legendImageUrl": "legendImageUrl"; "legendShape": "legendShape"; "low": "low"; "marker": "marker"; "name": "name"; "opacity": "opacity"; "open": "open"; "pointColorMapping": "pointColorMapping"; "query": "query"; "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"]>;
238
+ }
239
+ /**
240
+ * StockChartSeries Array Directive
241
+ * @private
242
+ */
243
+ export declare class StockChartSeriesCollectionDirective extends ArrayBase<StockChartSeriesCollectionDirective> {
244
+ constructor();
245
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockChartSeriesCollectionDirective, never>;
246
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartSeriesCollectionDirective, "ejs-stockchart>e-stockchart-series-collection", never, {}, {}, ["children"]>;
247
+ }
@@ -1,7 +1,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
- }
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
+ }