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

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,382 +1,410 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * Axis Directive
5
- * ```html
6
- * <e-axes><e-axis></e-axis></e-axes>
7
- * ```
8
- */
9
- export declare class AxisDirective extends ComplexBase<AxisDirective> {
10
- private viewContainerRef;
11
- directivePropList: any;
12
- childStripLines: any;
13
- childMultiLevelLabels: any;
14
- tags: string[];
15
- /**
16
- * Configures the appearance of the border around multi-level labels, including the color, width, and type of the border.
17
- */
18
- border: any;
19
- /**
20
- * The `coefficient` value adjusts the size of the polar radar chart's radius. A higher value increases the radius size, while a smaller value decreases it.
21
- * @default 100
22
- */
23
- coefficient: any;
24
- /**
25
- * Specifies the index of the column where the axis is associated when the chart area is divided into multiple plot areas using `columns`.
26
- *
27
- * @default 0
28
- */
29
- columnIndex: any;
30
- /**
31
- * Specifies the value at which the axis line intersects with the vertical axis or vice versa.
32
- * @default null
33
- */
34
- crossesAt: any;
35
- /**
36
- * Specifies the name of the axis with which the axis line should intersect.
37
- * @default null
38
- */
39
- crossesInAxis: any;
40
- /**
41
- * Options to customize the appearance and behavior of the crosshair tooltip that appears when hovering over the chart.
42
- */
43
- crosshairTooltip: any;
44
- /**
45
- * A description for the axis that provides additional information about its content for screen readers.
46
- * @default null
47
- */
48
- description: any;
49
- /**
50
- * The `desiredIntervals` property allows the axis to calculate intervals that are roughly equal to the specified number, promoting a more readable and evenly spaced axis.
51
- * @default null
52
- * @aspdefaultvalueignore
53
- */
54
- desiredIntervals: any;
55
- /**
56
- * The `edgeLabelPlacement` property ensures that labels positioned at the edges of the axis do not overlap with the axis boundaries or other chart elements, offering several options to improve chart readability by managing edge labels effectively.
57
- * Available options are:
58
- * * None: No action will be performed on edge labels.
59
- * * Hide: Edge labels will be hidden to prevent overlap.
60
- * * Shift: Edge labels will be shifted to fit within the axis bounds without overlapping.
61
- * @default 'Shift'
62
- */
63
- edgeLabelPlacement: any;
64
- /**
65
- * If set to true, the axis interval will be calculated automatically based on the zoomed range.
66
- * @default true
67
- */
68
- enableAutoIntervalOnZooming: any;
69
- /**
70
- * If set to true, a scrollbar will appear while zooming to help navigate through the zoomed content.
71
- * @default true
72
- */
73
- enableScrollbarOnZooming: any;
74
- /**
75
- * If set to true, axis labels will be trimmed based on the `maximumLabelWidth`.
76
- * @default false
77
- */
78
- enableTrim: any;
79
- /**
80
- * Specifies whether the axis labels should be wrapped based on the specified `maximumLabelWidth`.
81
- * When set to `true`, the axis labels will automatically wrap to fit within the available width defined by `maximumLabelWidth`.
82
- * @default false
83
- */
84
- enableWrap: any;
85
- /**
86
- * Specifies the interval for the axis.
87
- * @default null
88
- * @aspdefaultvalueignore
89
- */
90
- interval: any;
91
- /**
92
- * The `intervalType` property defines how the intervals on a date-time axis are calculated and displayed.
93
- * Available options are:
94
- * * Auto: Automatically determines the interval type based on the data and chart settings.
95
- * * Years: Sets the interval of the axis in years.
96
- * * Months: Sets the interval of the axis in months.
97
- * * Days: Sets the interval of the axis in days.
98
- * * Hours: Sets the interval of the axis in hours.
99
- * * Minutes: Sets the interval of the axis in minutes.
100
- * @default 'Auto'
101
- */
102
- intervalType: any;
103
- /**
104
- * If set to true, data points are rendered based on their index.
105
- * @default false
106
- */
107
- isIndexed: any;
108
- /**
109
- * If set to true, the axis will be rendered in an inversed manner.
110
- * @default false
111
- */
112
- isInversed: any;
113
- /**
114
- * Used to format the axis label. This property accepts global string formats such as `C`, `n1`, `P`, etc.
115
- * It also accepts placeholders like `{value}°C`, where `{value}` represents the axis label (e.g., 20°C).
116
- * @default ''
117
- */
118
- labelFormat: any;
119
- /**
120
- * Specifies the action to take when axis labels intersect with each other.
121
- * The available options are:
122
- * * None: Shows all labels without any modification.
123
- * * Hide: Hides the label if it intersects with another label.
124
- * * Trim: Trims the label text to fit within the available space.
125
- * * Wrap: Wraps the label text to fit within the available space.
126
- * * MultipleRows: Displays the label text in multiple rows to avoid intersection.
127
- * * Rotate45: Rotates the label text by 45 degrees to avoid intersection.
128
- * * Rotate90: Rotates the label text by 90 degrees to avoid intersection.
129
- * @default Trim
130
- */
131
- labelIntersectAction: any;
132
- /**
133
- * The `labelPadding` property adjusts the distance to ensure a clear space between the axis labels and the axis line.
134
- * @default 5
135
- */
136
- labelPadding: any;
137
- /**
138
- * The `labelPlacement` property controls where the category axis labels are rendered in relation to the axis ticks.
139
- * Available options are:
140
- * * BetweenTicks: Renders the label between the axis ticks.
141
- * * OnTicks: Renders the label directly on the axis ticks.
142
- * @default 'BetweenTicks'
143
- */
144
- labelPlacement: any;
145
- /**
146
- * The `labelPosition` property determines where the axis labels are rendered in relation to the axis line.
147
- * Available options are:
148
- * * Inside: Renders the labels inside the axis line.
149
- * * Outside: Renders the labels outside the axis line.
150
- * @default 'Outside'
151
- */
152
- labelPosition: any;
153
- /**
154
- * The angle to which the axis label gets rotated.
155
- * @default 0
156
- */
157
- labelRotation: any;
158
- /**
159
- * This property allows defining various font settings to control how the labels are displayed on the axis.
160
- */
161
- labelStyle: any;
162
- /**
163
- * Determines the alignment of labels when a line break occurs in the axis labels.
164
- * @default 'Center'
165
- */
166
- lineBreakAlignment: any;
167
- /**
168
- * Options for customizing the axis lines.
169
- */
170
- lineStyle: any;
171
- /**
172
- * Specifies the base value for a logarithmic axis.
173
- * > Note that `valueType` must be set to `Logarithmic` for this feature to work.
174
- * @default 10
175
- */
176
- logBase: any;
177
- /**
178
- * Options for customizing major grid lines on the axis.
179
- */
180
- majorGridLines: any;
181
- /**
182
- * Options for customizing major tick lines on the axis.
183
- */
184
- majorTickLines: any;
185
- /**
186
- * Specifies the maximum value of the axis range, which sets the upper bound of the axis and defines the largest value displayed on the chart, helping to control the visible range of data.
187
- * @default null
188
- */
189
- maximum: any;
190
- /**
191
- * Specifies the maximum width of an axis label.
192
- * @default 34.
193
- */
194
- maximumLabelWidth: any;
195
- /**
196
- * Specifies the maximum number of labels per 100 pixels relative to the axis length.
197
- * @default 3
198
- */
199
- maximumLabels: any;
200
- /**
201
- * Specifies the minimum value of the axis range, which sets the lower bound of the axis and defines the smallest value that will be displayed on the chart to control the visible range of data.
202
- * @default null
203
- */
204
- minimum: any;
205
- /**
206
- * Options for customizing minor grid lines on the axis.
207
- */
208
- minorGridLines: any;
209
- /**
210
- * Options for customizing minor tick lines on the axis.
211
- */
212
- minorTickLines: any;
213
- /**
214
- * Specifies the number of minor ticks per interval.
215
- * @default 0
216
- */
217
- minorTicksPerInterval: any;
218
- /**
219
- * Multi-level labels are used to display hierarchical or grouped labels on the axis, allowing for a more detailed and structured data representation.
220
- */
221
- multiLevelLabels: any;
222
- /**
223
- * A unique identifier for an axis. To associate an axis with a series, set this name to the `xAxisName` or `yAxisName` properties of the series.
224
- * @default ''
225
- */
226
- name: any;
227
- /**
228
- * If set to true, the axis will render on the opposite side of its default position.
229
- * @default false
230
- */
231
- opposedPosition: any;
232
- /**
233
- * Specifies whether axis elements, such as axis labels and the axis title, should be crossed by the axis line.
234
- * @default true
235
- */
236
- placeNextToAxisLine: any;
237
- /**
238
- * Specifies the padding on the top, bottom, left and right sides of the chart area, in pixels.
239
- * @default 0
240
- */
241
- plotOffset: any;
242
- /**
243
- * Specifies the bottom padding for the chart area, in pixels.
244
- * @default null
245
- */
246
- plotOffsetBottom: any;
247
- /**
248
- * Specifies the left padding for the chart area, in pixels.
249
- * @default null
250
- */
251
- plotOffsetLeft: any;
252
- /**
253
- * Specifies the right padding for the chart area, in pixels.
254
- * @default null
255
- */
256
- plotOffsetRight: any;
257
- /**
258
- * Specifies the top padding for the chart area, in pixels.
259
- * @default null
260
- */
261
- plotOffsetTop: any;
262
- /**
263
- * The `rangePadding` property determines how padding is applied to the axis range, affecting the appearance of the chart by adjusting the minimum and maximum values of the axis.
264
- * Available options are:
265
- * * None: No padding is applied to the axis.
266
- * * Normal: Padding is applied based on the range calculation.
267
- * * Additional: The interval of the axis is added as padding to both the minimum and maximum values of the range.
268
- * * Round: The axis range is rounded to the nearest possible value that is divisible by the interval.
269
- * @default 'Auto'
270
- */
271
- rangePadding: any;
272
- /**
273
- * Specifies the index of the row where the axis is associated when the chart area is divided into multiple plot areas using `rows`.
274
- *
275
- * @default 0
276
- */
277
- rowIndex: any;
278
- /**
279
- * Configures the scrollbar with options for customization, including appearance, behavior, and lazy loading settings.
280
- */
281
- scrollbarSettings: any;
282
- /**
283
- * Specifies the skeleton format used for processing date-time values.
284
- * @default ''
285
- */
286
- skeleton: any;
287
- /**
288
- * Specifies the format type to be used in date-time formatting.
289
- * @default 'DateTime'
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Axis Directive
6
+ * ```html
7
+ * <e-axes><e-axis></e-axis></e-axes>
8
+ * ```
9
+ */
10
+ export declare class AxisDirective extends ComplexBase<AxisDirective> {
11
+ private viewContainerRef;
12
+ directivePropList: any;
13
+ childStripLines: any;
14
+ childMultiLevelLabels: any;
15
+ tags: string[];
16
+ /**
17
+ * Configures the appearance of the border around multi-level labels, including the color, width, and type of the border.
18
+ */
19
+ border: any;
20
+ /**
21
+ * The `coefficient` value adjusts the size of the polar radar chart's radius. A higher value increases the radius size, while a smaller value decreases it.
22
+ * @default 100
23
+ */
24
+ coefficient: any;
25
+ /**
26
+ * Specifies the index of the column where the axis is associated when the chart area is divided into multiple plot areas using `columns`.
27
+ *
28
+ * @default 0
29
+ */
30
+ columnIndex: any;
31
+ /**
32
+ * Specifies the value at which the axis line intersects with the vertical axis or vice versa.
33
+ * @default null
34
+ */
35
+ crossesAt: any;
36
+ /**
37
+ * Specifies the name of the axis with which the axis line should intersect.
38
+ * @default null
39
+ */
40
+ crossesInAxis: any;
41
+ /**
42
+ * Options to customize the appearance and behavior of the crosshair tooltip that appears when hovering over the chart.
43
+ */
44
+ crosshairTooltip: any;
45
+ /**
46
+ * A description for the axis that provides additional information about its content for screen readers.
47
+ * @default null
48
+ */
49
+ description: any;
50
+ /**
51
+ * The `desiredIntervals` property allows the axis to calculate intervals that are roughly equal to the specified number, promoting a more readable and evenly spaced axis.
52
+ * @default null
53
+ * @aspdefaultvalueignore
54
+ */
55
+ desiredIntervals: any;
56
+ /**
57
+ * The `edgeLabelPlacement` property ensures that labels positioned at the edges of the axis do not overlap with the axis boundaries or other chart elements, offering several options to improve chart readability by managing edge labels effectively.
58
+ * Available options are:
59
+ * * None: No action will be performed on edge labels.
60
+ * * Hide: Edge labels will be hidden to prevent overlap.
61
+ * * Shift: Edge labels will be shifted to fit within the axis bounds without overlapping.
62
+ * @default 'Shift'
63
+ */
64
+ edgeLabelPlacement: any;
65
+ /**
66
+ * If set to true, the axis interval will be calculated automatically based on the zoomed range.
67
+ * @default true
68
+ */
69
+ enableAutoIntervalOnZooming: any;
70
+ /**
71
+ * If set to true, a scrollbar will appear while zooming to help navigate through the zoomed content.
72
+ * @default true
73
+ */
74
+ enableScrollbarOnZooming: any;
75
+ /**
76
+ * If set to true, axis labels will be trimmed based on the `maximumLabelWidth`.
77
+ * @default false
78
+ */
79
+ enableTrim: any;
80
+ /**
81
+ * Specifies whether the axis labels should be wrapped based on the specified `maximumLabelWidth`.
82
+ * When set to `true`, the axis labels will automatically wrap to fit within the available width defined by `maximumLabelWidth`.
83
+ * @default false
84
+ */
85
+ enableWrap: any;
86
+ /**
87
+ * Specifies the interval for the axis.
88
+ * @default null
89
+ * @aspdefaultvalueignore
90
+ */
91
+ interval: any;
92
+ /**
93
+ * The `intervalType` property defines how the intervals on a date-time axis are calculated and displayed.
94
+ * Available options are:
95
+ * * Auto: Automatically determines the interval type based on the data and chart settings.
96
+ * * Years: Sets the interval of the axis in years.
97
+ * * Months: Sets the interval of the axis in months.
98
+ * * Days: Sets the interval of the axis in days.
99
+ * * Hours: Sets the interval of the axis in hours.
100
+ * * Minutes: Sets the interval of the axis in minutes.
101
+ * @default 'Auto'
102
+ */
103
+ intervalType: any;
104
+ /**
105
+ * If set to true, data points are rendered based on their index.
106
+ * @default false
107
+ */
108
+ isIndexed: any;
109
+ /**
110
+ * If set to true, the axis will be rendered in an inversed manner.
111
+ * @default false
112
+ */
113
+ isInversed: any;
114
+ /**
115
+ * Used to format the axis label. This property accepts global string formats such as `C`, `n1`, `P`, etc.
116
+ * It also accepts placeholders like `{value}°C`, where `{value}` represents the axis label (e.g., 20°C).
117
+ * @default ''
118
+ */
119
+ labelFormat: any;
120
+ /**
121
+ * Specifies the action to take when axis labels intersect with each other.
122
+ * The available options are:
123
+ * * None: Shows all labels without any modification.
124
+ * * Hide: Hides the label if it intersects with another label.
125
+ * * Trim: Trims the label text to fit within the available space.
126
+ * * Wrap: Wraps the label text to fit within the available space.
127
+ * * MultipleRows: Displays the label text in multiple rows to avoid intersection.
128
+ * * Rotate45: Rotates the label text by 45 degrees to avoid intersection.
129
+ * * Rotate90: Rotates the label text by 90 degrees to avoid intersection.
130
+ * @default Trim
131
+ */
132
+ labelIntersectAction: any;
133
+ /**
134
+ * The `labelPadding` property adjusts the distance to ensure a clear space between the axis labels and the axis line.
135
+ * @default 5
136
+ */
137
+ labelPadding: any;
138
+ /**
139
+ * The `labelPlacement` property controls where the category axis labels are rendered in relation to the axis ticks.
140
+ * Available options are:
141
+ * * BetweenTicks: Renders the label between the axis ticks.
142
+ * * OnTicks: Renders the label directly on the axis ticks.
143
+ * @default 'BetweenTicks'
144
+ */
145
+ labelPlacement: any;
146
+ /**
147
+ * The `labelPosition` property determines where the axis labels are rendered in relation to the axis line.
148
+ * Available options are:
149
+ * * Inside: Renders the labels inside the axis line.
150
+ * * Outside: Renders the labels outside the axis line.
151
+ * @default 'Outside'
152
+ */
153
+ labelPosition: any;
154
+ /**
155
+ * The angle to which the axis label gets rotated.
156
+ * @default 0
157
+ */
158
+ labelRotation: any;
159
+ /**
160
+ * This property allows defining various font settings to control how the labels are displayed on the axis.
161
+ */
162
+ labelStyle: any;
163
+ /**
164
+ * Specifies the template used to render axis labels, allowing for customized labels with text, images, or other UI elements.
165
+ * The template is provided as a string with placeholders for interpolation. Use `${label}` to insert the axis label and `${value}` for the axis label value.
166
+ * For security, string templates use dangerouslySetInnerHTML in React—ensure input is trusted to avoid XSS vulnerabilities.
167
+ * If null or undefined, the axis will render default labels.
168
+ * Compatible with both categorical and numerical axes.
169
+ * @example ```html
170
+ <div id='Chart'></div>
171
+ ```
172
+ ```typescript
173
+ let chart: Chart = new Chart({
174
+ ...
175
+ primaryXAxis: {
176
+ labelTemplate: '<div>Country: ${label}</div>'
177
+ }
178
+ ...
179
+ });
180
+ chart.appendTo('#Chart');
181
+ ```
290
182
 
291
- */
292
- skeletonType: any;
293
- /**
294
- * Specifies the number of `columns` or `rows` that an axis spans horizontally or vertically.
295
- * @default 1
296
- */
297
- span: any;
298
- /**
299
- * Specifies the start angle for the series in a polar or radar chart, measured in degrees from the horizontal axis, determining the initial angle from which the series begins.
300
- * @default 0
301
- */
302
- startAngle: any;
303
- /**
304
- * If set to true, the axis starts from zero.
305
- * If set to false, the axis starts from the minimum value of the data.
306
- * @default true
307
- */
308
- startFromZero: any;
309
- /**
310
- * Specifies the collection of strip lines for the axis, which are visual elements used to mark or highlight specific ranges.
311
- */
312
- stripLines: any;
313
- /**
314
- * The `tabIndex` value for the axis, determining its position in the tab order.
315
- * @default 2
316
- */
317
- tabIndex: any;
318
- /**
319
- * The `tickPosition` property determines where the axis ticks are rendered in relation to the axis line.
320
- * Available options are:
321
- * * Inside: Renders the ticks inside the axis line.
322
- * * Outside: Renders the ticks outside the axis line.
323
- * @default 'Outside'
324
- */
325
- tickPosition: any;
326
- /**
327
- * Specifies the title of an axis, displayed along the axis to provide context about the represented data.
328
- * @default ''
329
- */
330
- title: any;
331
- /**
332
- * Specifies the padding between the axis title and the axis labels.
333
- * @default 5
334
- */
335
- titlePadding: any;
336
- /**
337
- * Defines an angle for rotating the axis title. By default, the angle is calculated based on the position and orientation of the axis.
338
- * @default null
339
- */
340
- titleRotation: any;
341
- /**
342
- * Options for customizing the appearance of the axis title, including font family, size, style, weight, and color.
343
- */
344
- titleStyle: any;
345
- /**
346
- * The `valueType` property defines the type of data that the axis can manage, ensuring correct rendering based on the data type. This property supports multiple data types, each suited for different kinds of data visualization.
347
- * Available options include:
348
- * * Double: Used for rendering a numeric axis to accommodate numeric data.
349
- * * DateTime: Utilized for rendering a date-time axis to manage date-time data.
350
- * * Category: Employed for rendering a category axis to manage categorical data.
351
- * * Logarithmic: Applied for rendering a logarithmic axis to handle a wide range of values.
352
- * * DateTimeCategory: Used to render a date-time category axis for managing business days.
353
- * @default 'Double'
354
- * @blazortype Syncfusion.EJ2.Blazor.Charts.ValueType
355
- * @isenumeration true
356
- */
357
- valueType: any;
358
- /**
359
- * If set to true, axis labels will be visible in the chart. By default, axis labels are enabled.
360
- * @default true
361
- */
362
- visible: any;
363
- /**
364
- * The axis is scaled by this factor. When `zoomFactor` is 0.5, the chart is scaled by 200% along this axis.
365
- * > Note the value ranges from 0 to 1.
366
- * @default 1
367
- */
368
- zoomFactor: any;
369
- /**
370
- * Sets the position of the zoomed axis on the chart, with the `zoomPosition` property specifying the position within the zoomed range, from 0 (start) to 1 (end).
371
- * @default 0
372
- */
373
- zoomPosition: any;
374
- constructor(viewContainerRef: ViewContainerRef);
375
- }
376
- /**
377
- * Axis Array Directive
378
- * @private
379
- */
380
- export declare class AxesDirective extends ArrayBase<AxesDirective> {
381
- constructor();
382
- }
183
+ * @default null
184
+ */
185
+ labelTemplate: any;
186
+ /**
187
+ * Determines the alignment of labels when a line break occurs in the axis labels.
188
+ * @default 'Center'
189
+ */
190
+ lineBreakAlignment: any;
191
+ /**
192
+ * Options for customizing the axis lines.
193
+ */
194
+ lineStyle: any;
195
+ /**
196
+ * Specifies the base value for a logarithmic axis.
197
+ * > Note that `valueType` must be set to `Logarithmic` for this feature to work.
198
+ * @default 10
199
+ */
200
+ logBase: any;
201
+ /**
202
+ * Options for customizing major grid lines on the axis.
203
+ */
204
+ majorGridLines: any;
205
+ /**
206
+ * Options for customizing major tick lines on the axis.
207
+ */
208
+ majorTickLines: any;
209
+ /**
210
+ * Specifies the maximum value of the axis range, which sets the upper bound of the axis and defines the largest value displayed on the chart, helping to control the visible range of data.
211
+ * @default null
212
+ */
213
+ maximum: any;
214
+ /**
215
+ * Specifies the maximum width of an axis label.
216
+ * @default 34.
217
+ */
218
+ maximumLabelWidth: any;
219
+ /**
220
+ * Specifies the maximum number of labels per 100 pixels relative to the axis length.
221
+ * @default 3
222
+ */
223
+ maximumLabels: any;
224
+ /**
225
+ * Specifies the minimum value of the axis range, which sets the lower bound of the axis and defines the smallest value that will be displayed on the chart to control the visible range of data.
226
+ * @default null
227
+ */
228
+ minimum: any;
229
+ /**
230
+ * Options for customizing minor grid lines on the axis.
231
+ */
232
+ minorGridLines: any;
233
+ /**
234
+ * Options for customizing minor tick lines on the axis.
235
+ */
236
+ minorTickLines: any;
237
+ /**
238
+ * Specifies the number of minor ticks per interval.
239
+ * @default 0
240
+ */
241
+ minorTicksPerInterval: any;
242
+ /**
243
+ * Multi-level labels are used to display hierarchical or grouped labels on the axis, allowing for a more detailed and structured data representation.
244
+ */
245
+ multiLevelLabels: any;
246
+ /**
247
+ * A unique identifier for an axis. To associate an axis with a series, set this name to the `xAxisName` or `yAxisName` properties of the series.
248
+ * @default ''
249
+ */
250
+ name: any;
251
+ /**
252
+ * If set to true, the axis will render on the opposite side of its default position.
253
+ * @default false
254
+ */
255
+ opposedPosition: any;
256
+ /**
257
+ * Specifies whether axis elements, such as axis labels and the axis title, should be crossed by the axis line.
258
+ * @default true
259
+ */
260
+ placeNextToAxisLine: any;
261
+ /**
262
+ * Specifies the padding on the top, bottom, left and right sides of the chart area, in pixels.
263
+ * @default 0
264
+ */
265
+ plotOffset: any;
266
+ /**
267
+ * Specifies the bottom padding for the chart area, in pixels.
268
+ * @default null
269
+ */
270
+ plotOffsetBottom: any;
271
+ /**
272
+ * Specifies the left padding for the chart area, in pixels.
273
+ * @default null
274
+ */
275
+ plotOffsetLeft: any;
276
+ /**
277
+ * Specifies the right padding for the chart area, in pixels.
278
+ * @default null
279
+ */
280
+ plotOffsetRight: any;
281
+ /**
282
+ * Specifies the top padding for the chart area, in pixels.
283
+ * @default null
284
+ */
285
+ plotOffsetTop: any;
286
+ /**
287
+ * The `rangePadding` property determines how padding is applied to the axis range, affecting the appearance of the chart by adjusting the minimum and maximum values of the axis.
288
+ * Available options are:
289
+ * * None: No padding is applied to the axis.
290
+ * * Normal: Padding is applied based on the range calculation.
291
+ * * Additional: The interval of the axis is added as padding to both the minimum and maximum values of the range.
292
+ * * Round: The axis range is rounded to the nearest possible value that is divisible by the interval.
293
+ * @default 'Auto'
294
+ */
295
+ rangePadding: any;
296
+ /**
297
+ * Specifies the index of the row where the axis is associated when the chart area is divided into multiple plot areas using `rows`.
298
+ *
299
+ * @default 0
300
+ */
301
+ rowIndex: any;
302
+ /**
303
+ * Configures the scrollbar with options for customization, including appearance, behavior, and lazy loading settings.
304
+ */
305
+ scrollbarSettings: any;
306
+ /**
307
+ * Specifies the skeleton format used for processing date-time values.
308
+ * @default ''
309
+ */
310
+ skeleton: any;
311
+ /**
312
+ * Specifies the format type to be used in date-time formatting.
313
+ * @default 'DateTime'
314
+ * @deprecated
315
+ */
316
+ skeletonType: any;
317
+ /**
318
+ * Specifies the number of `columns` or `rows` that an axis spans horizontally or vertically.
319
+ * @default 1
320
+ */
321
+ span: any;
322
+ /**
323
+ * Specifies the start angle for the series in a polar or radar chart, measured in degrees from the horizontal axis, determining the initial angle from which the series begins.
324
+ * @default 0
325
+ */
326
+ startAngle: any;
327
+ /**
328
+ * If set to true, the axis starts from zero.
329
+ * If set to false, the axis starts from the minimum value of the data.
330
+ * @default true
331
+ */
332
+ startFromZero: any;
333
+ /**
334
+ * Specifies the collection of strip lines for the axis, which are visual elements used to mark or highlight specific ranges.
335
+ */
336
+ stripLines: any;
337
+ /**
338
+ * The `tabIndex` value for the axis, determining its position in the tab order.
339
+ * @default 2
340
+ */
341
+ tabIndex: any;
342
+ /**
343
+ * The `tickPosition` property determines where the axis ticks are rendered in relation to the axis line.
344
+ * Available options are:
345
+ * * Inside: Renders the ticks inside the axis line.
346
+ * * Outside: Renders the ticks outside the axis line.
347
+ * @default 'Outside'
348
+ */
349
+ tickPosition: any;
350
+ /**
351
+ * Specifies the title of an axis, displayed along the axis to provide context about the represented data.
352
+ * @default ''
353
+ */
354
+ title: any;
355
+ /**
356
+ * Specifies the padding between the axis title and the axis labels.
357
+ * @default 5
358
+ */
359
+ titlePadding: any;
360
+ /**
361
+ * Defines an angle for rotating the axis title. By default, the angle is calculated based on the position and orientation of the axis.
362
+ * @default null
363
+ */
364
+ titleRotation: any;
365
+ /**
366
+ * Options for customizing the appearance of the axis title, including font family, size, style, weight, and color.
367
+ */
368
+ titleStyle: any;
369
+ /**
370
+ * The `valueType` property defines the type of data that the axis can manage, ensuring correct rendering based on the data type. This property supports multiple data types, each suited for different kinds of data visualization.
371
+ * Available options include:
372
+ * * Double: Used for rendering a numeric axis to accommodate numeric data.
373
+ * * DateTime: Utilized for rendering a date-time axis to manage date-time data.
374
+ * * Category: Employed for rendering a category axis to manage categorical data.
375
+ * * Logarithmic: Applied for rendering a logarithmic axis to handle a wide range of values.
376
+ * * DateTimeCategory: Used to render a date-time category axis for managing business days.
377
+ * @default 'Double'
378
+ * @blazortype Syncfusion.EJ2.Blazor.Charts.ValueType
379
+ * @isenumeration true
380
+ */
381
+ valueType: any;
382
+ /**
383
+ * If set to true, axis labels will be visible in the chart. By default, axis labels are enabled.
384
+ * @default true
385
+ */
386
+ visible: any;
387
+ /**
388
+ * The axis is scaled by this factor. When `zoomFactor` is 0.5, the chart is scaled by 200% along this axis.
389
+ * > Note the value ranges from 0 to 1.
390
+ * @default 1
391
+ */
392
+ zoomFactor: any;
393
+ /**
394
+ * Sets the position of the zoomed axis on the chart, with the `zoomPosition` property specifying the position within the zoomed range, from 0 (start) to 1 (end).
395
+ * @default 0
396
+ */
397
+ zoomPosition: any;
398
+ constructor(viewContainerRef: ViewContainerRef);
399
+ static ɵfac: i0.ɵɵFactoryDeclaration<AxisDirective, never>;
400
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AxisDirective, "e-axes>e-axis", never, { "border": "border"; "coefficient": "coefficient"; "columnIndex": "columnIndex"; "crossesAt": "crossesAt"; "crossesInAxis": "crossesInAxis"; "crosshairTooltip": "crosshairTooltip"; "description": "description"; "desiredIntervals": "desiredIntervals"; "edgeLabelPlacement": "edgeLabelPlacement"; "enableAutoIntervalOnZooming": "enableAutoIntervalOnZooming"; "enableScrollbarOnZooming": "enableScrollbarOnZooming"; "enableTrim": "enableTrim"; "enableWrap": "enableWrap"; "interval": "interval"; "intervalType": "intervalType"; "isIndexed": "isIndexed"; "isInversed": "isInversed"; "labelFormat": "labelFormat"; "labelIntersectAction": "labelIntersectAction"; "labelPadding": "labelPadding"; "labelPlacement": "labelPlacement"; "labelPosition": "labelPosition"; "labelRotation": "labelRotation"; "labelStyle": "labelStyle"; "labelTemplate": "labelTemplate"; "lineBreakAlignment": "lineBreakAlignment"; "lineStyle": "lineStyle"; "logBase": "logBase"; "majorGridLines": "majorGridLines"; "majorTickLines": "majorTickLines"; "maximum": "maximum"; "maximumLabelWidth": "maximumLabelWidth"; "maximumLabels": "maximumLabels"; "minimum": "minimum"; "minorGridLines": "minorGridLines"; "minorTickLines": "minorTickLines"; "minorTicksPerInterval": "minorTicksPerInterval"; "multiLevelLabels": "multiLevelLabels"; "name": "name"; "opposedPosition": "opposedPosition"; "placeNextToAxisLine": "placeNextToAxisLine"; "plotOffset": "plotOffset"; "plotOffsetBottom": "plotOffsetBottom"; "plotOffsetLeft": "plotOffsetLeft"; "plotOffsetRight": "plotOffsetRight"; "plotOffsetTop": "plotOffsetTop"; "rangePadding": "rangePadding"; "rowIndex": "rowIndex"; "scrollbarSettings": "scrollbarSettings"; "skeleton": "skeleton"; "skeletonType": "skeletonType"; "span": "span"; "startAngle": "startAngle"; "startFromZero": "startFromZero"; "stripLines": "stripLines"; "tabIndex": "tabIndex"; "tickPosition": "tickPosition"; "title": "title"; "titlePadding": "titlePadding"; "titleRotation": "titleRotation"; "titleStyle": "titleStyle"; "valueType": "valueType"; "visible": "visible"; "zoomFactor": "zoomFactor"; "zoomPosition": "zoomPosition"; }, {}, ["childStripLines", "childMultiLevelLabels"]>;
401
+ }
402
+ /**
403
+ * Axis Array Directive
404
+ * @private
405
+ */
406
+ export declare class AxesDirective extends ArrayBase<AxesDirective> {
407
+ constructor();
408
+ static ɵfac: i0.ɵɵFactoryDeclaration<AxesDirective, never>;
409
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AxesDirective, "ejs-chart>e-axes", never, {}, {}, ["children"]>;
410
+ }