Skip to content

Commit b0e72ec

Browse files
committed
[feature] [support-2357] upgraded angular version, added new angular-fusioncharts example, bumped integration version
feature/support-2357 upgraded angular version from v14 to v17. (#186) * used angular official documentation for upgrading the version (ng update) * replaced ng2-codemirror with ngx-codemirror (both of these are base on codemirror) for code-snippets as ng2-codemirror is no longer workin in Angular-v16 and above * updated rollup config file(used in the build script), as the docs and config has changed * changed fusionchart.component input prop from string to any as it also accects an object [feature] [support - 2357] create a new angular fusioncharts example (#188) -> Create a new examples folder which has a new angularv17 project and shows how to use angular-fusioncharts library bumped integration version from 4.0.3 to 4.1.0 * removed unnessary code from app.component.ts
1 parent 677545a commit b0e72ec

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 6 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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)