-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fusion Charts not rendering in Angular 18 #189
Comments
I also have this same issue but on Angular 17 |
Interesting, with Angular 17, FusionCharts works without a problem for me. EDIT: I don't use ESBuild. |
same here Angular 17, but I am using Agular ESBuild instead |
In Angular 17 i am getting same error |
@paksydavid can you please provide demo or code which is working with angular 17. |
You need to change angular.json builder to But Fusioncharts must be fix in order to work with Angular builder It might have some kind of workaround in Webpack that is not built in Angular Framework/Webpack |
@rnogueira-namoadigital Now it is working, Thank you |
After upgrading to Angular 18.0.3, FusionCharts are not rendering anymore.
Additionally the following error is logged to the browser developer console:
Versions:
How we import / configure FusionCharts
Is this maybe because angular-fusioncharts does not support Angular 18 yet?
Do you maybe know about a workaround to fix this?
Many thanks in advance for you help. 🙏
The text was updated successfully, but these errors were encountered: