I am developing a ionic-angular application in which I need some gantt charts, I tried to use the Dhtmlx library but when I insert the gantt chart inside an ion-content the gantt disappear (but with inspect I can see the empty space where would be the gantt).
The code is simply the html home.component with <ion-content> <gantt></gantt> </ion-content>
where the gantt is exactly the code in this tutorial [dhtmlx.com/blog/dhtmlx-gantt-chart-usage-angularjs-2-framework]
Anyone has an idea on how I can resolve this issue? Thanks in advance.
1 post - 1 participant