@syncfusion/ej2-angular-charts 32.2.9 → 33.1.44-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 (155) 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 +12 -24
  13. package/public_api.d.ts +1 -1
  14. package/schematics/utils/lib-details.d.ts +3 -3
  15. package/schematics/utils/lib-details.js +3 -3
  16. package/schematics/utils/lib-details.ts +3 -3
  17. package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -21
  18. package/src/accumulation-chart/accumulationchart.component.d.ts +59 -61
  19. package/src/accumulation-chart/accumulationchart.module.d.ts +5 -13
  20. package/src/accumulation-chart/annotations.directive.d.ts +80 -85
  21. package/src/accumulation-chart/series.directive.d.ts +257 -249
  22. package/src/bullet-chart/bulletchart-all.module.d.ts +8 -14
  23. package/src/bullet-chart/bulletchart.component.d.ts +38 -41
  24. package/src/bullet-chart/bulletchart.module.d.ts +5 -12
  25. package/src/bullet-chart/ranges.directive.d.ts +68 -73
  26. package/src/chart/annotations.directive.d.ts +96 -101
  27. package/src/chart/axes.directive.d.ts +404 -409
  28. package/src/chart/categories.directive.d.ts +69 -74
  29. package/src/chart/chart-all.module.d.ts +67 -72
  30. package/src/chart/chart.component.d.ts +88 -89
  31. package/src/chart/chart.module.d.ts +5 -24
  32. package/src/chart/columns.directive.d.ts +30 -35
  33. package/src/chart/indicators.directive.d.ts +260 -255
  34. package/src/chart/multilevellabels.directive.d.ts +57 -62
  35. package/src/chart/rangecolorsettings.directive.d.ts +36 -41
  36. package/src/chart/rows.directive.d.ts +30 -35
  37. package/src/chart/segments.directive.d.ts +41 -46
  38. package/src/chart/selecteddataindexes.directive.d.ts +32 -37
  39. package/src/chart/series.directive.d.ts +500 -488
  40. package/src/chart/striplines.directive.d.ts +166 -171
  41. package/src/chart/trendlines.directive.d.ts +122 -117
  42. package/src/chart3d/axes.directive.d.ts +266 -271
  43. package/src/chart3d/chart3d-all.module.d.ts +20 -26
  44. package/src/chart3d/chart3d.component.d.ts +62 -65
  45. package/src/chart3d/chart3d.module.d.ts +5 -16
  46. package/src/chart3d/columns.directive.d.ts +26 -31
  47. package/src/chart3d/rows.directive.d.ts +26 -31
  48. package/src/chart3d/selecteddataindexes.directive.d.ts +32 -37
  49. package/src/chart3d/series.directive.d.ts +172 -177
  50. package/src/circularchart3d/circularchart3d-all.module.d.ts +13 -19
  51. package/src/circularchart3d/circularchart3d.component.d.ts +55 -58
  52. package/src/circularchart3d/circularchart3d.module.d.ts +5 -13
  53. package/src/circularchart3d/selecteddataindexes.directive.d.ts +32 -37
  54. package/src/circularchart3d/series.directive.d.ts +142 -147
  55. package/src/index.d.ts +68 -63
  56. package/src/range-navigator/rangenavigator-all.module.d.ts +8 -14
  57. package/src/range-navigator/rangenavigator.component.d.ts +41 -44
  58. package/src/range-navigator/rangenavigator.module.d.ts +5 -12
  59. package/src/range-navigator/series.directive.d.ts +78 -83
  60. package/src/sankey/links.directive.d.ts +41 -0
  61. package/src/sankey/nodes.directive.d.ts +44 -0
  62. package/src/sankey/sankey-all.module.d.ts +10 -0
  63. package/src/sankey/sankey.component.d.ts +53 -0
  64. package/src/sankey/sankey.module.d.ts +5 -0
  65. package/src/smithchart/series.directive.d.ts +88 -93
  66. package/src/smithchart/smithchart-all.module.d.ts +8 -14
  67. package/src/smithchart/smithchart.component.d.ts +41 -44
  68. package/src/smithchart/smithchart.module.d.ts +5 -12
  69. package/src/sparkline/rangebandsettings.directive.d.ts +33 -38
  70. package/src/sparkline/sparkline-all.module.d.ts +7 -13
  71. package/src/sparkline/sparkline.component.d.ts +43 -46
  72. package/src/sparkline/sparkline.module.d.ts +5 -12
  73. package/src/stock-chart/annotations.directive.d.ts +84 -89
  74. package/src/stock-chart/axes.directive.d.ts +286 -291
  75. package/src/stock-chart/indicators.directive.d.ts +221 -213
  76. package/src/stock-chart/periods.directive.d.ts +42 -47
  77. package/src/stock-chart/rows.directive.d.ts +30 -35
  78. package/src/stock-chart/selecteddataindexes.directive.d.ts +32 -37
  79. package/src/stock-chart/series.directive.d.ts +259 -247
  80. package/src/stock-chart/stockchart-all.module.d.ts +7 -13
  81. package/src/stock-chart/stockchart.component.d.ts +67 -68
  82. package/src/stock-chart/stockchart.module.d.ts +5 -20
  83. package/src/stock-chart/stockevents.directive.d.ts +83 -88
  84. package/src/stock-chart/trendlines.directive.d.ts +123 -118
  85. package/CHANGELOG.md +0 -3815
  86. package/esm2020/public_api.mjs +0 -2
  87. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +0 -53
  88. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +0 -146
  89. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +0 -43
  90. package/esm2020/src/accumulation-chart/annotations.directive.mjs +0 -62
  91. package/esm2020/src/accumulation-chart/series.directive.mjs +0 -62
  92. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +0 -32
  93. package/esm2020/src/bullet-chart/bulletchart.component.mjs +0 -85
  94. package/esm2020/src/bullet-chart/bulletchart.module.mjs +0 -34
  95. package/esm2020/src/bullet-chart/ranges.directive.mjs +0 -54
  96. package/esm2020/src/chart/annotations.directive.mjs +0 -60
  97. package/esm2020/src/chart/axes.directive.mjs +0 -58
  98. package/esm2020/src/chart/categories.directive.mjs +0 -59
  99. package/esm2020/src/chart/chart-all.module.mjs +0 -206
  100. package/esm2020/src/chart/chart.component.mjs +0 -525
  101. package/esm2020/src/chart/chart.module.mjs +0 -142
  102. package/esm2020/src/chart/columns.directive.mjs +0 -52
  103. package/esm2020/src/chart/indicators.directive.mjs +0 -54
  104. package/esm2020/src/chart/multilevellabels.directive.mjs +0 -60
  105. package/esm2020/src/chart/rangecolorsettings.directive.mjs +0 -52
  106. package/esm2020/src/chart/rows.directive.mjs +0 -52
  107. package/esm2020/src/chart/segments.directive.mjs +0 -58
  108. package/esm2020/src/chart/selecteddataindexes.directive.mjs +0 -52
  109. package/esm2020/src/chart/series.directive.mjs +0 -68
  110. package/esm2020/src/chart/striplines.directive.mjs +0 -56
  111. package/esm2020/src/chart/trendlines.directive.mjs +0 -58
  112. package/esm2020/src/chart3d/axes.directive.mjs +0 -52
  113. package/esm2020/src/chart3d/chart3d-all.module.mjs +0 -68
  114. package/esm2020/src/chart3d/chart3d.component.mjs +0 -189
  115. package/esm2020/src/chart3d/chart3d.module.mjs +0 -70
  116. package/esm2020/src/chart3d/columns.directive.mjs +0 -52
  117. package/esm2020/src/chart3d/rows.directive.mjs +0 -52
  118. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +0 -52
  119. package/esm2020/src/chart3d/series.directive.mjs +0 -62
  120. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +0 -47
  121. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +0 -125
  122. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +0 -43
  123. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +0 -52
  124. package/esm2020/src/circularchart3d/series.directive.mjs +0 -62
  125. package/esm2020/src/index.mjs +0 -64
  126. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +0 -32
  127. package/esm2020/src/range-navigator/rangenavigator.component.mjs +0 -127
  128. package/esm2020/src/range-navigator/rangenavigator.module.mjs +0 -34
  129. package/esm2020/src/range-navigator/series.directive.mjs +0 -54
  130. package/esm2020/src/smithchart/series.directive.mjs +0 -46
  131. package/esm2020/src/smithchart/smithchart-all.module.mjs +0 -32
  132. package/esm2020/src/smithchart/smithchart.component.mjs +0 -78
  133. package/esm2020/src/smithchart/smithchart.module.mjs +0 -34
  134. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +0 -46
  135. package/esm2020/src/sparkline/sparkline-all.module.mjs +0 -29
  136. package/esm2020/src/sparkline/sparkline.component.mjs +0 -71
  137. package/esm2020/src/sparkline/sparkline.module.mjs +0 -34
  138. package/esm2020/src/stock-chart/annotations.directive.mjs +0 -60
  139. package/esm2020/src/stock-chart/axes.directive.mjs +0 -52
  140. package/esm2020/src/stock-chart/indicators.directive.mjs +0 -54
  141. package/esm2020/src/stock-chart/periods.directive.mjs +0 -54
  142. package/esm2020/src/stock-chart/rows.directive.mjs +0 -52
  143. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +0 -52
  144. package/esm2020/src/stock-chart/series.directive.mjs +0 -58
  145. package/esm2020/src/stock-chart/stockchart-all.module.mjs +0 -29
  146. package/esm2020/src/stock-chart/stockchart.component.mjs +0 -337
  147. package/esm2020/src/stock-chart/stockchart.module.mjs +0 -106
  148. package/esm2020/src/stock-chart/stockevents.directive.mjs +0 -54
  149. package/esm2020/src/stock-chart/trendlines.directive.mjs +0 -59
  150. package/esm2020/syncfusion-ej2-angular-charts.mjs +0 -5
  151. package/fesm2015/syncfusion-ej2-angular-charts.mjs +0 -4376
  152. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
  153. package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4376
  154. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
  155. package/syncfusion-ej2-angular-charts.d.ts +0 -5
@@ -1,249 +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
- * The `name` property allows for setting a name for the series.
157
- * @default ''
158
- */
159
- name: any;
160
- /**
161
- * Defines the height of the funnel neck relative to the chart area.
162
- * @default '20%'
163
- */
164
- neckHeight: any;
165
- /**
166
- * Defines the width of the funnel neck relative to the chart area.
167
- * @default '20%'
168
- */
169
- neckWidth: any;
170
- /**
171
- * Sets the opacity of the series, with a value between 0 and 1 where 0 is fully transparent and 1 is fully opaque.
172
- * @default 1.
173
- */
174
- opacity: any;
175
- /**
176
- * 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.
177
- * @default []
178
- */
179
- palettes: any;
180
- /**
181
- * The data source field that contains the color value of a point.
182
- * It is applicable for series.
183
- * @default ''
184
- */
185
- pointColorMapping: any;
186
- /**
187
- * Defines how the values are represented, either through the height or surface area of the segments.
188
- * @default 'Linear'
189
- */
190
- pyramidMode: any;
191
- /**
192
- * Specifies a query to select data from the data source. This property is applicable only when the data source is an `ej.DataManager`.
193
- * @default null
194
- */
195
- query: any;
196
- /**
197
- * Specifies the radius of the pie series as a percentage of the chart's size.
198
- * @default null
199
- */
200
- radius: any;
201
- /**
202
- * The `selectionStyle` property is used to specify custom CSS styles for the selected series or points.
203
- * @default null
204
- */
205
- selectionStyle: any;
206
- /**
207
- * Specifies the starting angle for the series, in degrees.
208
- * @default 0
209
- */
210
- startAngle: any;
211
- /**
212
- * The data source field that contains the value to be displayed in the tooltip.
213
- * @default ''
214
- */
215
- tooltipMappingName: any;
216
- /**
217
- * If set to true, the series will be visible. If set to false, the series will be hidden.
218
- * @default true
219
- */
220
- visible: any;
221
- /**
222
- * Defines the width of the funnel or pyramid series relative to the chart area.
223
- * @default '80%'
224
- */
225
- width: any;
226
- /**
227
- * The data source field that contains the x value.
228
- * @default ''
229
- */
230
- xName: any;
231
- /**
232
- * The data source field that contains the y value.
233
- * @default ''
234
- */
235
- yName: any;
236
- dataLabel_template: any;
237
- constructor(viewContainerRef: ViewContainerRef);
238
- static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationSeriesDirective, never>;
239
- 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"; "name": "name"; "neckHeight": "neckHeight"; "neckWidth": "neckWidth"; "opacity": "opacity"; "palettes": "palettes"; "pointColorMapping": "pointColorMapping"; "pyramidMode": "pyramidMode"; "query": "query"; "radius": "radius"; "selectionStyle": "selectionStyle"; "startAngle": "startAngle"; "tooltipMappingName": "tooltipMappingName"; "type": "type"; "visible": "visible"; "width": "width"; "xName": "xName"; "yName": "yName"; }, {}, ["dataLabel_template"]>;
240
- }
241
- /**
242
- * AccumulationSeries Array Directive
243
- * @private
244
- */
245
- export declare class AccumulationSeriesCollectionDirective extends ArrayBase<AccumulationSeriesCollectionDirective> {
246
- constructor();
247
- static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationSeriesCollectionDirective, never>;
248
- static ɵdir: i0.ɵɵDirectiveDeclaration<AccumulationSeriesCollectionDirective, "ej-accumulationchart>e-accumulation-series-collection", never, {}, {}, ["children"]>;
249
- }
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
+ }
@@ -1,12 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./bulletchart.component";
3
- import * as i2 from "./ranges.directive";
4
- import * as i3 from "@angular/common";
5
- /**
6
- * NgModule definition for the BulletChart component.
7
- */
8
- export declare class BulletChartModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<BulletChartModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<BulletChartModule, [typeof i1.BulletChartComponent, typeof i2.BulletRangeDirective, typeof i2.BulletRangeCollectionDirective], [typeof i3.CommonModule], [typeof i1.BulletChartComponent, typeof i2.BulletRangeDirective, typeof i2.BulletRangeCollectionDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<BulletChartModule>;
12
- }
1
+ /**
2
+ * NgModule definition for the BulletChart component.
3
+ */
4
+ export declare class BulletChartModule {
5
+ }