@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 +3 -3
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/accumulation-chart/annotations.directive.d.ts +2 -2
- package/src/chart/annotations.directive.d.ts +3 -3
- package/src/chart/axes.directive.d.ts +1 -1
- package/src/chart/trendlines.directive.d.ts +1 -1
- package/src/chart3d/axes.directive.d.ts +1 -1
- package/src/stock-chart/trendlines.directive.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-charts",
|
|
3
|
-
"version": "30.1.
|
|
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.
|
|
9
|
+
"@syncfusion/ej2-base": "~30.1.38",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~30.1.37",
|
|
11
|
-
"@syncfusion/ej2-charts": "30.1.
|
|
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.
|
|
4
|
+
exports.pkgVer = '^30.1.39';
|
|
5
5
|
exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
|
|
6
|
-
exports.themeVer = '~30.1.
|
|
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.
|
|
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.
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
56
|
+
|
|
57
57
|
*/
|
|
58
58
|
verticalAlignment: any;
|
|
59
59
|
/**
|
|
@@ -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
|
+
|
|
78
78
|
*/
|
|
79
79
|
marker: any;
|
|
80
80
|
/**
|
|
@@ -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
|
+
|
|
79
79
|
*/
|
|
80
80
|
marker: any;
|
|
81
81
|
/**
|