Closed Jahid1999 closed 1 month 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?
->A ---->B ---->BA ---->BB ---->C ->D ->E --->F
I cannot see BA and BB node in the gantt display.
BA
BB
try this
<ngx-gantt [maxLevel]="urmaxlevel"></ngx-gantt>
Does version 12.2.3 already have this change?
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:
I cannot see
BA
andBB
node in the gantt display.