-
Notifications
You must be signed in to change notification settings - Fork 198
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
[SOLVED] I've got custom theme.js and dunno how to import it into angular app #403
Comments
just import your theme.js after echarts imported. ngx-echarts/src/app/app.module.ts Line 19 in 6e3f06d
|
in app.module.ts
I've added to angular.json
and theme is loaded cause I've added console.log in theme JS file using in directive attribute name theme="depo" charts are not themed .. dunno what I'm doing wrong |
ok I've managed to fix it by putting and changed in imports to: I was hoping that lazy loading with themes was also a posibility. |
I've got angular 15 app.
Can anyone please tell me how or where to load theme.js file that registeres theme into echarts.
any help appreciated.
Regards
Armando
The text was updated successfully, but these errors were encountered: