Skip to content

Commit

Permalink
Merge pull request #187 from fusioncharts/4.0-dev-integration
Browse files Browse the repository at this point in the history
[feature] [SUPPORT-2357] upgrade angular version from v14 to v17. (#186)
  • Loading branch information
meherhowji-5740 authored Jun 4, 2024
2 parents 677545a + b0e72ec commit 64d613a
Show file tree
Hide file tree
Showing 46 changed files with 38,225 additions and 15,135 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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.

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 [email protected].0 The angular-fusioncharts 4.0.3 can be used with all the versions of FusionCharts till the v3.20.0.
With the latest version of angular-fusioncharts@4.1.0, we are now supporting Angular 17 applications as well which were not supported till [email protected].3 The angular-fusioncharts 4.1.0 can be used with all the versions of FusionCharts till the v3.23.0.

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

Expand Down
9 changes: 6 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "angular-fusioncharts:build"
"buildTarget": "angular-fusioncharts:build"
},
"configurations": {
"production": {
"browserTarget": "angular-fusioncharts:build:production"
"buildTarget": "angular-fusioncharts:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "angular-fusioncharts:build"
"buildTarget": "angular-fusioncharts:build"
}
},
"test": {
Expand Down Expand Up @@ -120,5 +120,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
2 changes: 1 addition & 1 deletion dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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.

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 [email protected].0 The angular-fusioncharts 4.0.3 can be used with all the versions of FusionCharts till the v3.20.0.
With the latest version of angular-fusioncharts@4.1.0, we are now supporting Angular 17 applications as well which were not supported till [email protected].3 The angular-fusioncharts 4.1.0 can be used with all the versions of FusionCharts till the v3.23.0.

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

Expand Down
Loading

0 comments on commit 64d613a

Please sign in to comment.