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
Browser opens and hangs infinitely (safari, chrome), no gantt is rendered
II was able to isolate the problem: If I remove depencies datasource from app.component.html, everything works fine, gantt chart is drawn but without drawing dependency arrows of cource. I reduced the example to only a single dependency but that did not help.
So remove this from app.component.html and the example works:
<dxo-dependencies [dataSource]="dependencies">
Current behavior:
browser hangs / is not responding any more
Expected behavior:
showing the example gantt chart with dependency arrows
The text was updated successfully, but these errors were encountered:
Bug Report
Package versions:
Steps to reproduce:
II was able to isolate the problem: If I remove depencies datasource from app.component.html, everything works fine, gantt chart is drawn but without drawing dependency arrows of cource. I reduced the example to only a single dependency but that did not help.
So remove this from app.component.html and the example works:
<dxo-dependencies [dataSource]="dependencies">
Current behavior:
browser hangs / is not responding any more
Expected behavior:
showing the example gantt chart with dependency arrows
The text was updated successfully, but these errors were encountered: