Closed damingerdai closed 5 months ago
please update for angular 18
+1
me too
I forked the project and renamed it to ngx-apexcharts. It provides support for angular 18. Before ng-apexcharts officially supports angular 18, you can use ngx-apexcharts as a transition.
+1
+1 please
+1
+1 please
+1
Simply add this to your package.json for now:
"overrides": {
"ng-apexcharts": {
"@angular/common": ">17.0.2",
"@angular/core": ">17.0.2"
}
}
Will force the dependency on Angular for ng-apexcharts to span over major versions.
thanks, I did it
пн, 17 черв. 2024 р. о 17:15 Michael Krog @.***> пише:
Simply add this to your package.json for now:
"overrides": { "ng-apexcharts": { @./common": ">17.0.2", @./core": ">17.0.2" } }
Will force the dependency of ng-apexcharts to span over major versions.
— Reply to this email directly, view it on GitHub https://github.com/apexcharts/ng-apexcharts/issues/331#issuecomment-2173543340, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQRVN35X5WHPRZW24GPYYKLZH3VQJAVCNFSM6AAAAABIHCCJYSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZTGU2DGMZUGA . You are receiving this because you commented.Message ID: @.***>
Many thanks @michaelkrog that worked for me
Awesome, thanks for the update!
вт, 18 черв. 2024 р. о 17:29 Juned Chhipa @.***> пише:
Closed #331 https://github.com/apexcharts/ng-apexcharts/issues/331 as completed via #332 https://github.com/apexcharts/ng-apexcharts/pull/332.
— Reply to this email directly, view it on GitHub https://github.com/apexcharts/ng-apexcharts/issues/331#event-13202156702, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQRVN32BZG6T2PKTRNRJFGDZIA747AVCNFSM6AAAAABIHCCJYSVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJTGIYDEMJVGY3TAMQ . You are receiving this because you commented.Message ID: @.***>
ERESOLVE unable to resolve dependency tree
While resolving: project@1.0.0 Found: @angular/common@18.0.0 node_modules/@angular/common @angular/common@"^18.0.0" from the root project
Could not resolve dependency: peer @angular/common@"^17.0.2" from ng-apexcharts@1.10.0 node_modules/ng-apexcharts ng-apexcharts@"^1.10.0" from the root project
Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.