Closed dsubelman closed 1 year ago
Same here. It stops us upgrading to Angular 16
Any update, please?
Hey there! Will bump this internally and take a peek.
@zackarychapple Please let us know once you'll do that. Thanks!
Is this is what is causing the error "Module '"ng2-charts"' has no exported member 'SingleDataSet'"? I can't seem to get this to work with Angular 16
same here
working on it
finally, had to refactor it completely I will test everything once again later today and will release version 5 I will not close this issue - please try v5 when released and give here updates so I could fix fast, ok?
5.0.1 is on npm, please check
I migrated to Angular 16.1.6 and tried to upgrade from ng2-charts 4.1.1 to 5.0.1. I got this error due to ng2-charts-schematics
when running npm install
.
npm WARN Could not resolve dependency:
npm WARN peer ng2-charts-schematics@"0.0.1" from ng2-charts@5.0.1
npm WARN node_modules/ng2-charts
npm WARN ng2-charts@"^5.0.1" from the root project
package.json
"dependencies": {
"@angular/animations": "^16.1.6",
"@angular/cdk": "^16.1.5",
"@angular/common": "^16.1.6",
"@angular/compiler": "^16.1.6",
"@angular/core": "^16.1.6",
"@angular/forms": "^16.1.6",
"@angular/material": "^16.1.5",
"@angular/platform-browser": "^16.1.6",
"@angular/platform-browser-dynamic": "^16.1.6",
"@angular/router": "^16.1.6",
"angular-oauth2-oidc": "^15.0.1",
"chart.js": "^4.3.0",
"chartjs-adapter-date-fns": "^3.0.0",
"cross-env": "^7.0.3",
"date-fns": "^2.30.0",
"flag-icons": "^6.7.0",
"ng2-charts": "^5.0.1",
"ngx-auto-unsubscribe": "^3.0.1",
"ngx-date-fns": "^10.0.1",
"ngx-google-analytics": "^14.0.1",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.1"
},
@sydneyhenrard Please create a new issue for your bug hence this is a closed ticket.
Now that Angular 16 has been released, are there any plans to release a new version that supports Angular 16?