-
Notifications
You must be signed in to change notification settings - Fork 35
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
Not rendering on Angular Material Tabs #99
Comments
Have you wrapped the chart component into |
For Amcharts 4 Instead of having the amcharts inside the ng-template, I have placed them directly inside mat tab area and it worked for me. am-charts rendering seems to be having issues when rendering inside elements which are not visible like inside non active ng-template/ *ngif , etc |
This solution worked for ng-gantt ( which is a wrapper for jsgantt-improved). I was facing the issue to render it inside mat-tab, 2nd tab in fact. Thanks a lot. |
Tanks this also worked for me! See https://github.com/NicoHambauer/mps-angular |
Hi, I used amcharts in my angular project and also used the angular material design. When I tried to add the amcharts in the material tab, the chart is not rendering.
The text was updated successfully, but these errors were encountered: