You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if I tried to follow entirely the guide I receive these errors:
'apx-chart' is not a known element:
1. If 'apx-chart' is an Angular component, then verify that it is part of this module.
2. If 'apx-chart' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
Can't bind to 'series' since it isn't a known property of 'apx-chart'.
1. If 'apx-chart' is an Angular component and it has 'series' input, then verify that it is part of this module.
2. If 'apx-chart' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
Can't bind to 'chart' since it isn't a known property of 'apx-chart'.
1. If 'apx-chart' is an Angular component and it has 'chart' input, then verify that it is part of this module.
2. If 'apx-chart' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
How do you think can I solve these issues?
Thank you
The text was updated successfully, but these errors were encountered:
We have recently tried to upgrade our application to Angular 17 and are now experiencing this issue. Previously all worked fine using v 1.7.4 of ng-apexcharts and Angular 14.
Tried using the above version of ng-apexcharts and the latest (1.10.0) but neither work.
Hello to everybody,
I'm here asking for help trying to get Apexcharts working on latest version of Angular (17.3.3)
I created a very simple app:
app.module.ts
app.component.ts
app.component.html
Even if I tried to follow entirely the guide I receive these errors:
How do you think can I solve these issues?
Thank you
The text was updated successfully, but these errors were encountered: