@syncfusion/ej2-angular-charts 29.2.4-ngcc → 29.2.5-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/@syncfusion/ej2-angular-charts.es5.js +1 -1
- package/@syncfusion/ej2-angular-charts.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-charts.js +1 -1
- package/@syncfusion/ej2-angular-charts.js.map +1 -1
- package/dist/ej2-angular-charts.umd.js +2 -2
- package/dist/ej2-angular-charts.umd.js.map +1 -1
- package/dist/ej2-angular-charts.umd.min.js +2 -2
- package/dist/ej2-angular-charts.umd.min.js.map +1 -1
- package/ej2-angular-charts.metadata.json +1 -1
- package/package.json +6 -6
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/chart/axes.directive.d.ts +6 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-charts@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-charts@29.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-charts@29.2.4",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-v9kQz1JcDG4AdKyUvYkNWn2j1VrpzsjqZQE8lC2TrVxI8BybxK1SYw9JZR13sj+L91O2oYGQOzZMy6P/QtUaBw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-charts",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-charts/-/ej2-angular-charts-29.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-charts/-/ej2-angular-charts-29.2.4.tgz",
|
|
23
|
+
"_shasum": "fc6d4def019a80bf73330b1157a42f58535ab069",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-charts@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~29.2.4",
|
|
35
35
|
"@syncfusion/ej2-base": "~29.2.4",
|
|
36
|
-
"@syncfusion/ej2-charts": "29.2.
|
|
36
|
+
"@syncfusion/ej2-charts": "29.2.5"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"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",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"schematics": "./schematics/collection.json",
|
|
69
69
|
"sideEffects": false,
|
|
70
70
|
"typings": "ej2-angular-charts.d.ts",
|
|
71
|
-
"version": "29.2.
|
|
71
|
+
"version": "29.2.5-ngcc"
|
|
72
72
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-charts";
|
|
2
|
-
export declare const pkgVer = "^29.
|
|
2
|
+
export declare const pkgVer = "^29.2.4";
|
|
3
3
|
export declare const moduleName = "ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule";
|
|
4
|
-
export declare const themeVer = "~29.
|
|
4
|
+
export declare const themeVer = "~29.2.4";
|
|
@@ -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 = '^29.2.
|
|
4
|
+
exports.pkgVer = '^29.2.5';
|
|
5
5
|
exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
|
|
6
|
-
exports.themeVer = '~29.2.
|
|
6
|
+
exports.themeVer = '~29.2.5';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-charts';
|
|
2
|
-
export const pkgVer = '^29.2.
|
|
2
|
+
export const pkgVer = '^29.2.5';
|
|
3
3
|
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
|
|
4
|
-
export const themeVer = '~29.2.
|
|
4
|
+
export const themeVer = '~29.2.5';
|
|
@@ -88,6 +88,12 @@ export declare class AxisDirective extends ComplexBase<AxisDirective> {
|
|
|
88
88
|
* @aspdefaultvalueignore
|
|
89
89
|
*/
|
|
90
90
|
interval: any;
|
|
91
|
+
/**
|
|
92
|
+
* Specifies an offset value that determines where the first label appears on the category axis.
|
|
93
|
+
* This helps control the alignment of axis labels by shifting the starting position.
|
|
94
|
+
* @default null
|
|
95
|
+
*/
|
|
96
|
+
intervalOffset: any;
|
|
91
97
|
/**
|
|
92
98
|
* The `intervalType` property defines how the intervals on a date-time axis are calculated and displayed.
|
|
93
99
|
* Available options are:
|