ng-apexcharts icon indicating copy to clipboard operation
ng-apexcharts copied to clipboard

Unknown error when using ng-apexcharts in Angular 14 project

Open damon122 opened this issue 2 years ago • 6 comments

I'm trying to use the apexcharts feature in my Angular 14 project. I installed the latest apexcharts and ng-apexcharts in my Angular 14 project. But I got the compile error and cannot move forward.

image

"apexcharts": "^3.40.0", "ng-apexcharts": "^1.7.6",

Please let me know!

damon122 avatar Jul 24 '23 14:07 damon122

I am facing exactly the same error when I upgraded the node version from 14.17 to 16.20.

hanatharesh2712 avatar Jul 26 '23 07:07 hanatharesh2712

temporary workaround is - https://github.com/apexcharts/ng-apexcharts/issues/189#issuecomment-1029706195

hanatharesh2712 avatar Jul 26 '23 07:07 hanatharesh2712

I think this will help https://github.com/apexcharts/ng-apexcharts/issues/280#issuecomment-1666685212

Suryaprasath1996 avatar Aug 06 '23 02:08 Suryaprasath1996

Had the same error here when upgrading angular 13 to 14. Version [email protected] or higher the same error happens: It worked by returning the version to: [email protected] [email protected]

jeferson-menezes avatar Aug 24 '23 20:08 jeferson-menezes

Works okay if using

"ng-apexcharts": "1.6.0",
"apexcharts": "3.33.0",

Workaround would be to upgrade to Angular 15.

dfusic avatar Sep 25 '23 11:09 dfusic

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Aug 02 '24 14:08 github-actions[bot]