ng-apexcharts
                                
                                 ng-apexcharts copied to clipboard
                                
                                    ng-apexcharts copied to clipboard
                            
                            
                            
                        Unknown error when using ng-apexcharts in Angular 14 project
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.
"apexcharts": "^3.40.0", "ng-apexcharts": "^1.7.6",
Please let me know!
I am facing exactly the same error when I upgraded the node version from 14.17 to 16.20.
temporary workaround is - https://github.com/apexcharts/ng-apexcharts/issues/189#issuecomment-1029706195
I think this will help https://github.com/apexcharts/ng-apexcharts/issues/280#issuecomment-1666685212
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]
Works okay if using
"ng-apexcharts": "1.6.0",
"apexcharts": "3.33.0",
Workaround would be to upgrade to Angular 15.
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.