Skip to content

Commit 64d613a

Browse files
Merge pull request #187 from fusioncharts/4.0-dev-integration
[feature] [SUPPORT-2357] upgrade angular version from v14 to v17. (#186)
2 parents 677545a + b0e72ec commit 64d613a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+38225
-15135
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A simple and lightweight official Angular component for FusionCharts JavaScript charting library. angular-fusioncharts enables you to add JavaScript charts in your Angular application without any hassle.
44

5-
With the latest version of angular-fusioncharts@4.0.3, we are now supporting Angular 14 & Angular 15 applications as well which were not supported till angular-fusioncharts@4.0.0 The angular-fusioncharts 4.0.3 can be used with all the versions of FusionCharts till the v3.20.0.
5+
With the latest version of angular-fusioncharts@4.1.0, we are now supporting Angular 17 applications as well which were not supported till angular-fusioncharts@4.0.3 The angular-fusioncharts 4.1.0 can be used with all the versions of FusionCharts till the v3.23.0.
66

77
## [Demo](https://fusioncharts.github.io/angular-fusioncharts/)
88

angular.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,18 @@
6868
"serve": {
6969
"builder": "@angular-devkit/build-angular:dev-server",
7070
"options": {
71-
"browserTarget": "angular-fusioncharts:build"
71+
"buildTarget": "angular-fusioncharts:build"
7272
},
7373
"configurations": {
7474
"production": {
75-
"browserTarget": "angular-fusioncharts:build:production"
75+
"buildTarget": "angular-fusioncharts:build:production"
7676
}
7777
}
7878
},
7979
"extract-i18n": {
8080
"builder": "@angular-devkit/build-angular:extract-i18n",
8181
"options": {
82-
"browserTarget": "angular-fusioncharts:build"
82+
"buildTarget": "angular-fusioncharts:build"
8383
}
8484
},
8585
"test": {
@@ -120,5 +120,8 @@
120120
}
121121
}
122122
}
123+
},
124+
"cli": {
125+
"analytics": false
123126
}
124127
}

dist/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A simple and lightweight official Angular component for FusionCharts JavaScript charting library. angular-fusioncharts enables you to add JavaScript charts in your Angular application without any hassle.
44

5-
With the latest version of angular-fusioncharts@4.0.3, we are now supporting Angular 14 & Angular 15 applications as well which were not supported till angular-fusioncharts@4.0.0 The angular-fusioncharts 4.0.3 can be used with all the versions of FusionCharts till the v3.20.0.
5+
With the latest version of angular-fusioncharts@4.1.0, we are now supporting Angular 17 applications as well which were not supported till angular-fusioncharts@4.0.3 The angular-fusioncharts 4.1.0 can be used with all the versions of FusionCharts till the v3.23.0.
66

77
## [Demo](https://fusioncharts.github.io/angular-fusioncharts/)
88

0 commit comments

Comments
 (0)