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

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.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@
4
4
 
5
5
  ### Chart
6
6
 
7
+ #### Feature
8
+
9
+ - `#I653358` - Provided support for DateTime value type on the primary Y-axis.
10
+
11
+ ## 30.1.37 (2025-06-25)
12
+
13
+ ### Chart
14
+
7
15
  #### Bug Fixes
8
16
 
9
17
  - `#I730840` - Now, the column with single point renders properly on date time category axis.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-charts",
3
- "version": "30.1.39-ngcc",
3
+ "version": "30.1.39",
4
4
  "description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -32,7 +32,7 @@ export declare class AccumulationAnnotationDirective extends ComplexBase<Accumul
32
32
  * * Far - Aligns the annotation element to the bottom side.
33
33
  * * Center - Aligns the annotation element to the midpoint.
34
34
  * @default 'Center'
35
-
35
+ * @deprecated
36
36
  */
37
37
  horizontalAlignment: any;
38
38
  /**
@@ -50,7 +50,7 @@ export declare class AccumulationAnnotationDirective extends ComplexBase<Accumul
50
50
  * * Bottom - Aligns the annotation element to the bottom side.
51
51
  * * Middle - Aligns the annotation element to the midpoint.
52
52
  * @default 'Middle'
53
-
53
+ * @deprecated
54
54
  */
55
55
  verticalAlignment: any;
56
56
  /**
@@ -25,7 +25,7 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
25
25
  /**
26
26
  * A description for the annotation that provides additional information about its content for screen readers.
27
27
  * @default null
28
-
28
+ * @deprecated
29
29
  */
30
30
  description: any;
31
31
  /**
@@ -35,7 +35,7 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
35
35
  * * Far - Aligns the annotation element to the right side.
36
36
  * * Center - Aligns the annotation element to the midpoint.
37
37
  * @default 'Center'
38
-
38
+ * @deprecated
39
39
  */
40
40
  horizontalAlignment: any;
41
41
  /**
@@ -53,7 +53,7 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
53
53
  * * Bottom - Aligns the annotation element to the bottom side.
54
54
  * * Middle - Aligns the annotation element to the midpoint.
55
55
  * @default 'Middle'
56
-
56
+ * @deprecated
57
57
  */
58
58
  verticalAlignment: any;
59
59
  /**
@@ -288,7 +288,7 @@ export declare class AxisDirective extends ComplexBase<AxisDirective> {
288
288
  /**
289
289
  * Specifies the format type to be used in date-time formatting.
290
290
  * @default 'DateTime'
291
-
291
+ * @deprecated
292
292
  */
293
293
  skeletonType: any;
294
294
  /**
@@ -74,7 +74,7 @@ export declare class TrendlineDirective extends ComplexBase<TrendlineDirective>
74
74
  legendShape: any;
75
75
  /**
76
76
  * Options for customizing the markers for trendlines, including shape, size, color, and other visual aspects.
77
-
77
+ * @deprecated
78
78
  */
79
79
  marker: any;
80
80
  /**
@@ -208,7 +208,7 @@ export declare class Chart3DAxisDirective extends ComplexBase<Chart3DAxisDirecti
208
208
  /**
209
209
  * It specifies the type of format to be used in dateTime format process.
210
210
  * @default 'DateTime'
211
-
211
+ * @deprecated
212
212
  */
213
213
  skeletonType: any;
214
214
  /**
@@ -75,7 +75,7 @@ export declare class StockChartTrendlineDirective extends ComplexBase<StockChart
75
75
  legendShape: any;
76
76
  /**
77
77
  * Options for customizing the markers for trendlines, including shape, size, color, and other visual aspects.
78
-
78
+ * @deprecated
79
79
  */
80
80
  marker: any;
81
81
  /**