@syncfusion/ej2-angular-charts 30.1.37 → 30.1.39-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.
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-charts",
3
- "version": "30.1.37",
3
+ "version": "30.1.39-ngcc",
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",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
- "@syncfusion/ej2-base": "~30.1.37",
9
+ "@syncfusion/ej2-base": "~30.1.38",
10
10
  "@syncfusion/ej2-angular-base": "~30.1.37",
11
- "@syncfusion/ej2-charts": "30.1.37"
11
+ "@syncfusion/ej2-charts": "30.1.39"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-charts';
4
- exports.pkgVer = '^30.1.37';
4
+ exports.pkgVer = '^30.1.39';
5
5
  exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
6
- exports.themeVer = '~30.1.37';
6
+ exports.themeVer = '~30.1.39';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-charts';
2
- export const pkgVer = '^30.1.37';
2
+ export const pkgVer = '^30.1.39';
3
3
  export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
4
- export const themeVer = '~30.1.37';
4
+ export const themeVer = '~30.1.39';
@@ -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
- * @deprecated
35
+
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
- * @deprecated
53
+
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
- * @deprecated
28
+
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
- * @deprecated
38
+
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
- * @deprecated
56
+
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
- * @deprecated
291
+
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
- * @deprecated
77
+
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
- * @deprecated
211
+
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
- * @deprecated
78
+
79
79
  */
80
80
  marker: any;
81
81
  /**