worktile / ngx-gantt

A modern and powerful gantt chart component for Angular
http://gantt.ngnice.com
MIT License
252 stars 70 forks source link

Cannot show child tasks in multi level tree structure #468

Closed Jahid1999 closed 1 month ago

Jahid1999 commented 5 months ago

I am trying to display a tree structure, but the Gantt chart only shows first-level children. My tree data has three to four levels. Is it possible to display a multi-level tree structure?


Data Structure:
->A
    ---->B
          ---->BA
          ---->BB
    ---->C
->D
->E
    --->F

I cannot see BA and BB node in the gantt display.

lsymy commented 4 months ago

try this

<ngx-gantt [maxLevel]="urmaxlevel"></ngx-gantt>
Oieusouopi commented 3 months ago

Does version 12.2.3 already have this change?