@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,262 +1,257 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * AccumulationSeries Directive
6
- * ```html
7
- * <e-accumulation-series-collection>
8
- * <e-accumulation-series></e-accumulation-series>
9
- * </e-accumulation-series-collection>
10
- * ```
11
- */
12
- export declare class AccumulationSeriesDirective extends ComplexBase<AccumulationSeriesDirective> {
13
- private viewContainerRef;
14
- directivePropList: any;
15
- /**
16
- * Specifies the type of series in the accumulation chart.
17
- * @default 'Pie'
18
- */
19
- type: any;
20
- /**
21
- * Options to improve accessibility for series elements.
22
- */
23
- accessibility: any;
24
- /**
25
- * Options for customizing the animation of the series.
26
- * By default, animation is enabled with a duration of 1000 milliseconds (about 1 second). It can be disabled by setting enable to `false`.
27
- * The following properties are supported in animation:
28
- * * enable: If set to true, the series is animated on initial loading.
29
- * * duration: The duration of the animation in milliseconds.
30
- * * delay: The delay before the animation starts, in milliseconds.
31
- */
32
- animation: any;
33
- /**
34
- * When set to true, a different pattern is applied to each slice of the pie.
35
- * @default false
36
- */
37
- applyPattern: any;
38
- /**
39
- * Options for customizing the border of the series.
40
- */
41
- border: any;
42
- /**
43
- * Option for customizing the border radius.
44
- * @default 0
45
- */
46
- borderRadius: any;
47
- /**
48
- * Defines the pattern of dashes and gaps for the series border.
49
- * @default '0'
50
- */
51
- dashArray: any;
52
- /**
53
- * The data label property can be used to show the data label and customize its position and styling.
54
- */
55
- dataLabel: any;
56
- /**
57
- * Specifies the data source for the series. It can be an array of JSON objects, or an instance of DataManager.
58
- *
59
- * @default ''
60
- */
61
- dataSource: any;
62
- /**
63
- * Customization options for the appearance of empty points in the series, where `null` or `undefined` values are considered as empty points.
64
- */
65
- emptyPointSettings: any;
66
- /**
67
- * Controls whether the tooltip for the accumulation chart series is enabled or disabled. Set to true to display tooltips on hover, or false to hide them.
68
- * @default true
69
- */
70
- enableTooltip: any;
71
- /**
72
- * Specifies the ending angle for the series, in degrees.
73
- * @default null
74
- */
75
- endAngle: any;
76
- /**
77
- * If set to true, series points will explode on mouse click or touch.
78
- * @default false
79
- */
80
- explode: any;
81
- /**
82
- * If set to true, all the points in the series will explode on load.
83
- * @default false
84
- */
85
- explodeAll: any;
86
- /**
87
- * Index of the point in the series to be exploded on initial load.
88
- * @default null
89
- * @aspdefaultvalueignore
90
- * @blazordefaultvalue Double.NaN
91
- */
92
- explodeIndex: any;
93
- /**
94
- * Specifies the distance of the point from the center, which can be defined in both pixels and percentage.
95
- * @default '30%'
96
- */
97
- explodeOffset: any;
98
- /**
99
- * Defines the rendering mode for the funnel chart.
100
- * Available options are:
101
- * * Standard - Displays a funnel shape that narrows down to a point.
102
- * * Trapezoid - Displays a funnel shape with parallel sides near the top.
103
- * @default 'Standard'
104
- */
105
- funnelMode: any;
106
- /**
107
- * Defines the distance between the segments of a funnel or pyramid series.
108
- * The range is from 0 to 1.
109
- * @default 0
110
- */
111
- gapRatio: any;
112
- /**
113
- * In the accumulation series, y-values less than `groupMode` are combined into a single slice named 'others'.
114
- * @default Value
115
- */
116
- groupMode: any;
117
- /**
118
- * The y-values of the accumulation series that are less than `groupTo` are combined into a single slice named 'others'.
119
- * @default null
120
- */
121
- groupTo: any;
122
- /**
123
- * Defines the height of the funnel or pyramid series relative to the chart area.
124
- * @default '80%'
125
- */
126
- height: any;
127
- /**
128
- * When the `innerRadius` value is greater than 0%, a donut shape will appear in the pie series. It accepts only percentage values.
129
- * @default '0'
130
- */
131
- innerRadius: any;
132
- /**
133
- * The URL for the image to be displayed as a legend icon.
134
- * > Note that `legendShape` must be set to `Image`.
135
- * @default ''
136
- */
137
- legendImageUrl: any;
138
- /**
139
- * Specifies the shape of the legend icon for each data point.
140
- * Available shapes for legend:
141
- * * Circle - Renders a circular icon.
142
- * * Rectangle - Renders a rectangular icon.
143
- * * Triangle - Renders a triangular icon.
144
- * * Diamond - Renders a diamond-shaped icon.
145
- * * Cross - Renders a cross-shaped icon.
146
- * * HorizontalLine - Renders a horizontal line icon.
147
- * * VerticalLine - Renders a vertical line icon.
148
- * * Pentagon - Renders a pentagon-shaped icon.
149
- * * InvertedTriangle - Renders an inverted triangle-shaped icon.
150
- * * SeriesType - Uses the default icon shape based on the series type.
151
- * * Image - Renders a custom image for the legend icon.
152
- * @default 'SeriesType'
153
- */
154
- legendShape: any;
155
- /**
156
- * Applies a linear gradient fill to the series.
157
- * The gradient transitions colors along a straight line.
158
- * When both linearGradient and radialGradient are specified, linearGradient takes precedence.
159
- * @default null
160
- */
161
- linearGradient: any;
162
- /**
163
- * The `name` property allows for setting a name for the series.
164
- * @default ''
165
- */
166
- name: any;
167
- /**
168
- * Defines the height of the funnel neck relative to the chart area.
169
- * @default '20%'
170
- */
171
- neckHeight: any;
172
- /**
173
- * Defines the width of the funnel neck relative to the chart area.
174
- * @default '20%'
175
- */
176
- neckWidth: any;
177
- /**
178
- * Sets the opacity of the series, with a value between 0 and 1 where 0 is fully transparent and 1 is fully opaque.
179
- * @default 1.
180
- */
181
- opacity: any;
182
- /**
183
- * The `palettes` array defines a set of colors used for rendering the accumulation chart's points. Each color in the array is applied to each point in order.
184
- * @default []
185
- */
186
- palettes: any;
187
- /**
188
- * The data source field that contains the color value of a point.
189
- * It is applicable for series.
190
- * @default ''
191
- */
192
- pointColorMapping: any;
193
- /**
194
- * Defines how the values are represented, either through the height or surface area of the segments.
195
- * @default 'Linear'
196
- */
197
- pyramidMode: any;
198
- /**
199
- * Specifies a query to select data from the data source. This property is applicable only when the data source is an `ej.DataManager`.
200
- * @default null
201
- */
202
- query: any;
203
- /**
204
- * Applies a radial gradient fill to the series.
205
- * The gradient transitions colors outward from a central point.
206
- * @default null
207
- */
208
- radialGradient: any;
209
- /**
210
- * Specifies the radius of the pie series as a percentage of the chart's size.
211
- * @default null
212
- */
213
- radius: any;
214
- /**
215
- * The `selectionStyle` property is used to specify custom CSS styles for the selected series or points.
216
- * @default null
217
- */
218
- selectionStyle: any;
219
- /**
220
- * Specifies the starting angle for the series, in degrees.
221
- * @default 0
222
- */
223
- startAngle: any;
224
- /**
225
- * The data source field that contains the value to be displayed in the tooltip.
226
- * @default ''
227
- */
228
- tooltipMappingName: any;
229
- /**
230
- * If set to true, the series will be visible. If set to false, the series will be hidden.
231
- * @default true
232
- */
233
- visible: any;
234
- /**
235
- * Defines the width of the funnel or pyramid series relative to the chart area.
236
- * @default '80%'
237
- */
238
- width: any;
239
- /**
240
- * The data source field that contains the x value.
241
- * @default ''
242
- */
243
- xName: any;
244
- /**
245
- * The data source field that contains the y value.
246
- * @default ''
247
- */
248
- yName: any;
249
- dataLabel_template: any;
250
- constructor(viewContainerRef: ViewContainerRef);
251
- static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationSeriesDirective, never>;
252
- static ɵdir: i0.ɵɵDirectiveDeclaration<AccumulationSeriesDirective, "e-accumulation-series-collection>e-accumulation-series", never, { "accessibility": "accessibility"; "animation": "animation"; "applyPattern": "applyPattern"; "border": "border"; "borderRadius": "borderRadius"; "dashArray": "dashArray"; "dataLabel": "dataLabel"; "dataSource": "dataSource"; "emptyPointSettings": "emptyPointSettings"; "enableTooltip": "enableTooltip"; "endAngle": "endAngle"; "explode": "explode"; "explodeAll": "explodeAll"; "explodeIndex": "explodeIndex"; "explodeOffset": "explodeOffset"; "funnelMode": "funnelMode"; "gapRatio": "gapRatio"; "groupMode": "groupMode"; "groupTo": "groupTo"; "height": "height"; "innerRadius": "innerRadius"; "legendImageUrl": "legendImageUrl"; "legendShape": "legendShape"; "linearGradient": "linearGradient"; "name": "name"; "neckHeight": "neckHeight"; "neckWidth": "neckWidth"; "opacity": "opacity"; "palettes": "palettes"; "pointColorMapping": "pointColorMapping"; "pyramidMode": "pyramidMode"; "query": "query"; "radialGradient": "radialGradient"; "radius": "radius"; "selectionStyle": "selectionStyle"; "startAngle": "startAngle"; "tooltipMappingName": "tooltipMappingName"; "type": "type"; "visible": "visible"; "width": "width"; "xName": "xName"; "yName": "yName"; }, {}, ["dataLabel_template"]>;
253
- }
254
- /**
255
- * AccumulationSeries Array Directive
256
- * @private
257
- */
258
- export declare class AccumulationSeriesCollectionDirective extends ArrayBase<AccumulationSeriesCollectionDirective> {
259
- constructor();
260
- static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationSeriesCollectionDirective, never>;
261
- static ɵdir: i0.ɵɵDirectiveDeclaration<AccumulationSeriesCollectionDirective, "ej-accumulationchart>e-accumulation-series-collection", never, {}, {}, ["children"]>;
262
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * AccumulationSeries Directive
5
+ * ```html
6
+ * <e-accumulation-series-collection>
7
+ * <e-accumulation-series></e-accumulation-series>
8
+ * </e-accumulation-series-collection>
9
+ * ```
10
+ */
11
+ export declare class AccumulationSeriesDirective extends ComplexBase<AccumulationSeriesDirective> {
12
+ private viewContainerRef;
13
+ directivePropList: any;
14
+ /**
15
+ * Specifies the type of series in the accumulation chart.
16
+ * @default 'Pie'
17
+ */
18
+ type: any;
19
+ /**
20
+ * Options to improve accessibility for series elements.
21
+ */
22
+ accessibility: any;
23
+ /**
24
+ * Options for customizing the animation of the series.
25
+ * By default, animation is enabled with a duration of 1000 milliseconds (about 1 second). It can be disabled by setting enable to `false`.
26
+ * The following properties are supported in animation:
27
+ * * enable: If set to true, the series is animated on initial loading.
28
+ * * duration: The duration of the animation in milliseconds.
29
+ * * delay: The delay before the animation starts, in milliseconds.
30
+ */
31
+ animation: any;
32
+ /**
33
+ * When set to true, a different pattern is applied to each slice of the pie.
34
+ * @default false
35
+ */
36
+ applyPattern: any;
37
+ /**
38
+ * Options for customizing the border of the series.
39
+ */
40
+ border: any;
41
+ /**
42
+ * Option for customizing the border radius.
43
+ * @default 0
44
+ */
45
+ borderRadius: any;
46
+ /**
47
+ * Defines the pattern of dashes and gaps for the series border.
48
+ * @default '0'
49
+ */
50
+ dashArray: any;
51
+ /**
52
+ * The data label property can be used to show the data label and customize its position and styling.
53
+ */
54
+ dataLabel: any;
55
+ /**
56
+ * Specifies the data source for the series. It can be an array of JSON objects, or an instance of DataManager.
57
+ *
58
+ * @default ''
59
+ */
60
+ dataSource: any;
61
+ /**
62
+ * Customization options for the appearance of empty points in the series, where `null` or `undefined` values are considered as empty points.
63
+ */
64
+ emptyPointSettings: any;
65
+ /**
66
+ * Controls whether the tooltip for the accumulation chart series is enabled or disabled. Set to true to display tooltips on hover, or false to hide them.
67
+ * @default true
68
+ */
69
+ enableTooltip: any;
70
+ /**
71
+ * Specifies the ending angle for the series, in degrees.
72
+ * @default null
73
+ */
74
+ endAngle: any;
75
+ /**
76
+ * If set to true, series points will explode on mouse click or touch.
77
+ * @default false
78
+ */
79
+ explode: any;
80
+ /**
81
+ * If set to true, all the points in the series will explode on load.
82
+ * @default false
83
+ */
84
+ explodeAll: any;
85
+ /**
86
+ * Index of the point in the series to be exploded on initial load.
87
+ * @default null
88
+ * @aspdefaultvalueignore
89
+ * @blazordefaultvalue Double.NaN
90
+ */
91
+ explodeIndex: any;
92
+ /**
93
+ * Specifies the distance of the point from the center, which can be defined in both pixels and percentage.
94
+ * @default '30%'
95
+ */
96
+ explodeOffset: any;
97
+ /**
98
+ * Defines the rendering mode for the funnel chart.
99
+ * Available options are:
100
+ * * Standard - Displays a funnel shape that narrows down to a point.
101
+ * * Trapezoid - Displays a funnel shape with parallel sides near the top.
102
+ * @default 'Standard'
103
+ */
104
+ funnelMode: any;
105
+ /**
106
+ * Defines the distance between the segments of a funnel or pyramid series.
107
+ * The range is from 0 to 1.
108
+ * @default 0
109
+ */
110
+ gapRatio: any;
111
+ /**
112
+ * In the accumulation series, y-values less than `groupMode` are combined into a single slice named 'others'.
113
+ * @default Value
114
+ */
115
+ groupMode: any;
116
+ /**
117
+ * The y-values of the accumulation series that are less than `groupTo` are combined into a single slice named 'others'.
118
+ * @default null
119
+ */
120
+ groupTo: any;
121
+ /**
122
+ * Defines the height of the funnel or pyramid series relative to the chart area.
123
+ * @default '80%'
124
+ */
125
+ height: any;
126
+ /**
127
+ * When the `innerRadius` value is greater than 0%, a donut shape will appear in the pie series. It accepts only percentage values.
128
+ * @default '0'
129
+ */
130
+ innerRadius: any;
131
+ /**
132
+ * The URL for the image to be displayed as a legend icon.
133
+ * > Note that `legendShape` must be set to `Image`.
134
+ * @default ''
135
+ */
136
+ legendImageUrl: any;
137
+ /**
138
+ * Specifies the shape of the legend icon for each data point.
139
+ * Available shapes for legend:
140
+ * * Circle - Renders a circular icon.
141
+ * * Rectangle - Renders a rectangular icon.
142
+ * * Triangle - Renders a triangular icon.
143
+ * * Diamond - Renders a diamond-shaped icon.
144
+ * * Cross - Renders a cross-shaped icon.
145
+ * * HorizontalLine - Renders a horizontal line icon.
146
+ * * VerticalLine - Renders a vertical line icon.
147
+ * * Pentagon - Renders a pentagon-shaped icon.
148
+ * * InvertedTriangle - Renders an inverted triangle-shaped icon.
149
+ * * SeriesType - Uses the default icon shape based on the series type.
150
+ * * Image - Renders a custom image for the legend icon.
151
+ * @default 'SeriesType'
152
+ */
153
+ legendShape: any;
154
+ /**
155
+ * Applies a linear gradient fill to the series.
156
+ * The gradient transitions colors along a straight line.
157
+ * When both linearGradient and radialGradient are specified, linearGradient takes precedence.
158
+ * @default null
159
+ */
160
+ linearGradient: any;
161
+ /**
162
+ * The `name` property allows for setting a name for the series.
163
+ * @default ''
164
+ */
165
+ name: any;
166
+ /**
167
+ * Defines the height of the funnel neck relative to the chart area.
168
+ * @default '20%'
169
+ */
170
+ neckHeight: any;
171
+ /**
172
+ * Defines the width of the funnel neck relative to the chart area.
173
+ * @default '20%'
174
+ */
175
+ neckWidth: any;
176
+ /**
177
+ * Sets the opacity of the series, with a value between 0 and 1 where 0 is fully transparent and 1 is fully opaque.
178
+ * @default 1.
179
+ */
180
+ opacity: any;
181
+ /**
182
+ * The `palettes` array defines a set of colors used for rendering the accumulation chart's points. Each color in the array is applied to each point in order.
183
+ * @default []
184
+ */
185
+ palettes: any;
186
+ /**
187
+ * The data source field that contains the color value of a point.
188
+ * It is applicable for series.
189
+ * @default ''
190
+ */
191
+ pointColorMapping: any;
192
+ /**
193
+ * Defines how the values are represented, either through the height or surface area of the segments.
194
+ * @default 'Linear'
195
+ */
196
+ pyramidMode: any;
197
+ /**
198
+ * Specifies a query to select data from the data source. This property is applicable only when the data source is an `ej.DataManager`.
199
+ * @default null
200
+ */
201
+ query: any;
202
+ /**
203
+ * Applies a radial gradient fill to the series.
204
+ * The gradient transitions colors outward from a central point.
205
+ * @default null
206
+ */
207
+ radialGradient: any;
208
+ /**
209
+ * Specifies the radius of the pie series as a percentage of the chart's size.
210
+ * @default null
211
+ */
212
+ radius: any;
213
+ /**
214
+ * The `selectionStyle` property is used to specify custom CSS styles for the selected series or points.
215
+ * @default null
216
+ */
217
+ selectionStyle: any;
218
+ /**
219
+ * Specifies the starting angle for the series, in degrees.
220
+ * @default 0
221
+ */
222
+ startAngle: any;
223
+ /**
224
+ * The data source field that contains the value to be displayed in the tooltip.
225
+ * @default ''
226
+ */
227
+ tooltipMappingName: any;
228
+ /**
229
+ * If set to true, the series will be visible. If set to false, the series will be hidden.
230
+ * @default true
231
+ */
232
+ visible: any;
233
+ /**
234
+ * Defines the width of the funnel or pyramid series relative to the chart area.
235
+ * @default '80%'
236
+ */
237
+ width: any;
238
+ /**
239
+ * The data source field that contains the x value.
240
+ * @default ''
241
+ */
242
+ xName: any;
243
+ /**
244
+ * The data source field that contains the y value.
245
+ * @default ''
246
+ */
247
+ yName: any;
248
+ dataLabel_template: any;
249
+ constructor(viewContainerRef: ViewContainerRef);
250
+ }
251
+ /**
252
+ * AccumulationSeries Array Directive
253
+ * @private
254
+ */
255
+ export declare class AccumulationSeriesCollectionDirective extends ArrayBase<AccumulationSeriesCollectionDirective> {
256
+ constructor();
257
+ }
@@ -1,14 +1,8 @@
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 "./bulletchart.module";
5
- export declare const BulletTooltipService: ValueProvider;
6
- export declare const BulletChartLegendService: ValueProvider;
7
- /**
8
- * NgModule definition for the BulletChart component with providers.
9
- */
10
- export declare class BulletChartAllModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<BulletChartAllModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<BulletChartAllModule, never, [typeof i1.CommonModule, typeof i2.BulletChartModule], [typeof i2.BulletChartModule]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<BulletChartAllModule>;
14
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const BulletTooltipService: ValueProvider;
3
+ export declare const BulletChartLegendService: ValueProvider;
4
+ /**
5
+ * NgModule definition for the BulletChart component with providers.
6
+ */
7
+ export declare class BulletChartAllModule {
8
+ }
@@ -1,41 +1,38 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { BulletChart } from '@syncfusion/ej2-charts';
4
- import { BulletRangeCollectionDirective } from './ranges.directive';
5
- import * as i0 from "@angular/core";
6
- export declare const inputs: string[];
7
- export declare const outputs: string[];
8
- export declare const twoWays: string[];
9
- /**
10
- * BulletChart Component
11
- * ```html
12
- * <ejs-bulletchart></ejs-bulletchart>
13
- * ```
14
- */
15
- export declare class BulletChartComponent extends BulletChart implements IComponentBase {
16
- private ngEle;
17
- private srenderer;
18
- private viewContainerRef;
19
- private injector;
20
- context: any;
21
- tagObjects: any;
22
- beforePrint: any;
23
- bulletChartMouseClick: any;
24
- legendRender: any;
25
- load: any;
26
- loaded: any;
27
- tooltipRender: any;
28
- dataSourceChange: any;
29
- childRanges: QueryList<BulletRangeCollectionDirective>;
30
- tags: string[];
31
- tooltip_template: any;
32
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
33
- ngOnInit(): void;
34
- ngAfterViewInit(): void;
35
- ngOnDestroy(): void;
36
- ngAfterContentChecked(): void;
37
- registerEvents: (eventList: string[]) => void;
38
- addTwoWay: (propList: string[]) => void;
39
- static ɵfac: i0.ɵɵFactoryDeclaration<BulletChartComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<BulletChartComponent, "ejs-bulletchart", never, { "animation": "animation"; "border": "border"; "categoryField": "categoryField"; "categoryLabelStyle": "categoryLabelStyle"; "dataLabel": "dataLabel"; "dataSource": "dataSource"; "enableGroupSeparator": "enableGroupSeparator"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "height": "height"; "interval": "interval"; "labelFormat": "labelFormat"; "labelPosition": "labelPosition"; "labelStyle": "labelStyle"; "legendSettings": "legendSettings"; "locale": "locale"; "majorTickLines": "majorTickLines"; "margin": "margin"; "maximum": "maximum"; "minimum": "minimum"; "minorTickLines": "minorTickLines"; "minorTicksPerInterval": "minorTicksPerInterval"; "opposedPosition": "opposedPosition"; "orientation": "orientation"; "query": "query"; "ranges": "ranges"; "subtitle": "subtitle"; "subtitleStyle": "subtitleStyle"; "tabIndex": "tabIndex"; "targetColor": "targetColor"; "targetField": "targetField"; "targetTypes": "targetTypes"; "targetWidth": "targetWidth"; "theme": "theme"; "tickPosition": "tickPosition"; "title": "title"; "titlePosition": "titlePosition"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "type": "type"; "valueBorder": "valueBorder"; "valueField": "valueField"; "valueFill": "valueFill"; "valueHeight": "valueHeight"; "width": "width"; }, { "beforePrint": "beforePrint"; "bulletChartMouseClick": "bulletChartMouseClick"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "tooltipRender": "tooltipRender"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "childRanges"], never>;
41
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { BulletChart } from '@syncfusion/ej2-charts';
4
+ import { BulletRangeCollectionDirective } from './ranges.directive';
5
+ export declare const inputs: string[];
6
+ export declare const outputs: string[];
7
+ export declare const twoWays: string[];
8
+ /**
9
+ * BulletChart Component
10
+ * ```html
11
+ * <ejs-bulletchart></ejs-bulletchart>
12
+ * ```
13
+ */
14
+ export declare class BulletChartComponent extends BulletChart implements IComponentBase {
15
+ private ngEle;
16
+ private srenderer;
17
+ private viewContainerRef;
18
+ private injector;
19
+ context: any;
20
+ tagObjects: any;
21
+ beforePrint: any;
22
+ bulletChartMouseClick: any;
23
+ legendRender: any;
24
+ load: any;
25
+ loaded: any;
26
+ tooltipRender: any;
27
+ dataSourceChange: any;
28
+ childRanges: QueryList<BulletRangeCollectionDirective>;
29
+ tags: string[];
30
+ tooltip_template: any;
31
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
32
+ ngOnInit(): void;
33
+ ngAfterViewInit(): void;
34
+ ngOnDestroy(): void;
35
+ ngAfterContentChecked(): void;
36
+ registerEvents: (eventList: string[]) => void;
37
+ addTwoWay: (propList: string[]) => void;
38
+ }