@syncfusion/ej2-angular-charts 31.1.17 → 31.1.18
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 +33 -18
- package/package.json +28 -59
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,29 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
|
|
7
|
-
#### Feature
|
|
8
|
-
|
|
9
|
-
- Users can now use the `noDataTemplate` property in Charts to define a custom template that clearly indicates when chart data is unavailable.
|
|
10
|
-
Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/tailwind3/chart/no-data-template)
|
|
5
|
+
### Chart
|
|
11
6
|
|
|
12
7
|
#### Bug Fixes
|
|
13
8
|
|
|
14
|
-
- `#
|
|
15
|
-
- `#
|
|
16
|
-
|
|
17
|
-
### Accumulation Chart
|
|
18
|
-
|
|
19
|
-
#### Feature
|
|
20
|
-
|
|
21
|
-
- Users can now use the `noDataTemplate` property in Accumulation Chart to define a custom template that clearly indicates when chart data is unavailable.
|
|
9
|
+
- `#T742786` - Trendlines now render correctly when dynamically enabled.
|
|
10
|
+
- `#F69182` - Columns with a single X-axis value now render with the correct width.
|
|
11
|
+
- `#T757693` - Now the secondary axis label renders properly when the position is set to 'inside'.
|
|
22
12
|
|
|
23
|
-
###
|
|
13
|
+
### 3D Chart
|
|
24
14
|
|
|
25
|
-
####
|
|
15
|
+
#### Bug Fixes
|
|
26
16
|
|
|
27
|
-
-
|
|
17
|
+
- `#T756018` - The axis label tooltip text now renders correctly without being trimmed.
|
|
28
18
|
|
|
29
19
|
## 30.2.6 (2025-08-19)
|
|
30
20
|
|
|
@@ -3613,4 +3603,29 @@ Graphics (SVG).
|
|
|
3613
3603
|
- **Animation** - Chart series will be animated when rendering and refreshing the chart widget.
|
|
3614
3604
|
- **User Interaction** - Supports interactive features that are zooming, panning, crosshair, trackball, tooltip, and data point selection.
|
|
3615
3605
|
- **Annotation** - Supports annotation to mark a specific area in chart.
|
|
3616
|
-
- **Export** - Supports to print the chart directly from the browser and exports the chart in both JPEG and PNG format.
|
|
3606
|
+
- **Export** - Supports to print the chart directly from the browser and exports the chart in both JPEG and PNG format.## 31.1.17 (2025-09-05)
|
|
3607
|
+
|
|
3608
|
+
### Charts
|
|
3609
|
+
|
|
3610
|
+
#### Feature
|
|
3611
|
+
|
|
3612
|
+
- Users can now use the `noDataTemplate` property in Charts to define a custom template that clearly indicates when chart data is unavailable.
|
|
3613
|
+
Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/tailwind3/chart/no-data-template)
|
|
3614
|
+
|
|
3615
|
+
#### Bug Fixes
|
|
3616
|
+
|
|
3617
|
+
- `#T745980` - The legend text trim tooltip will no longer be cropped at the bottom of the legend bounds.
|
|
3618
|
+
- `#T754125` - The marker will no longer render when it exceeds the axis range.
|
|
3619
|
+
|
|
3620
|
+
### Accumulation Chart
|
|
3621
|
+
|
|
3622
|
+
#### Feature
|
|
3623
|
+
|
|
3624
|
+
- Users can now use the `noDataTemplate` property in Accumulation Chart to define a custom template that clearly indicates when chart data is unavailable.
|
|
3625
|
+
|
|
3626
|
+
### Stock Chart
|
|
3627
|
+
|
|
3628
|
+
#### Feature
|
|
3629
|
+
|
|
3630
|
+
- Users can now use the `noDataTemplate` property in Stock Chart to define a custom template that clearly indicates when chart data is unavailable.
|
|
3631
|
+
|
package/package.json
CHANGED
|
@@ -1,60 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-angular-charts@*",
|
|
12
|
-
"name": "@syncfusion/ej2-angular-charts",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-angular-charts",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/"
|
|
21
|
-
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-development/@syncfusion/ej2-angular-charts/-/ej2-angular-charts-28.2.0.tgz",
|
|
23
|
-
"_shasum": "672a1f1cbc11de4565912c985c3f7b2e02436521",
|
|
24
|
-
"_spec": "@syncfusion/ej2-angular-charts@*",
|
|
25
|
-
"_where": "D:\\SF3992\\WFH\\Nexus\\release",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Syncfusion Inc."
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
2
|
+
"name": "@syncfusion/ej2-angular-charts",
|
|
3
|
+
"version": "31.1.18",
|
|
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
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
7
|
+
"schematics": "./schematics/collection.json",
|
|
33
8
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~31.1.17",
|
|
35
9
|
"@syncfusion/ej2-base": "~31.1.17",
|
|
36
|
-
"@syncfusion/ej2-
|
|
37
|
-
|
|
38
|
-
"deprecated": false,
|
|
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",
|
|
40
|
-
"es2020": "fesm2020/syncfusion-ej2-angular-charts.mjs",
|
|
41
|
-
"esm2020": "esm2020/syncfusion-ej2-angular-charts.mjs",
|
|
42
|
-
"exports": {
|
|
43
|
-
"./package.json": {
|
|
44
|
-
"default": "./package.json"
|
|
45
|
-
},
|
|
46
|
-
".": {
|
|
47
|
-
"types": "./syncfusion-ej2-angular-charts.d.ts",
|
|
48
|
-
"esm2020": "./esm2020/syncfusion-ej2-angular-charts.mjs",
|
|
49
|
-
"es2020": "./fesm2020/syncfusion-ej2-angular-charts.mjs",
|
|
50
|
-
"es2015": "./fesm2015/syncfusion-ej2-angular-charts.mjs",
|
|
51
|
-
"node": "./fesm2015/syncfusion-ej2-angular-charts.mjs",
|
|
52
|
-
"default": "./fesm2020/syncfusion-ej2-angular-charts.mjs"
|
|
53
|
-
}
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~31.1.17",
|
|
11
|
+
"@syncfusion/ej2-charts": "31.1.18"
|
|
54
12
|
},
|
|
55
|
-
"fesm2015": "fesm2015/syncfusion-ej2-angular-charts.mjs",
|
|
56
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-charts.mjs",
|
|
57
|
-
"homepage": "https://www.syncfusion.com/angular-components",
|
|
58
13
|
"keywords": [
|
|
59
14
|
"angular",
|
|
60
15
|
"angular-charts",
|
|
@@ -71,15 +26,29 @@
|
|
|
71
26
|
"angular-chart3d",
|
|
72
27
|
"angular-circularchart3d"
|
|
73
28
|
],
|
|
74
|
-
"license": "SEE LICENSE IN license",
|
|
75
|
-
"module": "fesm2015/syncfusion-ej2-angular-charts.mjs",
|
|
76
|
-
"name": "@syncfusion/ej2-angular-charts",
|
|
77
29
|
"repository": {
|
|
78
30
|
"type": "git",
|
|
79
|
-
"url": "
|
|
31
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
80
32
|
},
|
|
81
|
-
"schematics": "./schematics/collection.json",
|
|
82
33
|
"sideEffects": false,
|
|
34
|
+
"module": "fesm2015/syncfusion-ej2-angular-charts.mjs",
|
|
35
|
+
"es2020": "fesm2020/syncfusion-ej2-angular-charts.mjs",
|
|
36
|
+
"esm2020": "esm2020/syncfusion-ej2-angular-charts.mjs",
|
|
37
|
+
"fesm2020": "fesm2020/syncfusion-ej2-angular-charts.mjs",
|
|
38
|
+
"fesm2015": "fesm2015/syncfusion-ej2-angular-charts.mjs",
|
|
83
39
|
"typings": "syncfusion-ej2-angular-charts.d.ts",
|
|
84
|
-
"
|
|
40
|
+
"exports": {
|
|
41
|
+
"./package.json": {
|
|
42
|
+
"default": "./package.json"
|
|
43
|
+
},
|
|
44
|
+
".": {
|
|
45
|
+
"types": "./syncfusion-ej2-angular-charts.d.ts",
|
|
46
|
+
"esm2020": "./esm2020/syncfusion-ej2-angular-charts.mjs",
|
|
47
|
+
"es2020": "./fesm2020/syncfusion-ej2-angular-charts.mjs",
|
|
48
|
+
"es2015": "./fesm2015/syncfusion-ej2-angular-charts.mjs",
|
|
49
|
+
"node": "./fesm2015/syncfusion-ej2-angular-charts.mjs",
|
|
50
|
+
"default": "./fesm2020/syncfusion-ej2-angular-charts.mjs"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"homepage": "https://www.syncfusion.com/angular-components"
|
|
85
54
|
}
|
|
@@ -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 = '^31.1.
|
|
4
|
+
exports.pkgVer = '^31.1.18';
|
|
5
5
|
exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
|
|
6
|
-
exports.themeVer = '~31.1.
|
|
6
|
+
exports.themeVer = '~31.1.18';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-charts';
|
|
2
|
-
export const pkgVer = '^31.1.
|
|
2
|
+
export const pkgVer = '^31.1.18';
|
|
3
3
|
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
|
|
4
|
-
export const themeVer = '~31.1.
|
|
4
|
+
export const themeVer = '~31.1.18';
|