Hello,
i urgently need to find a way to have a Highchart Gantt Chart, with a multy layered deep parent/child/child stucture wich is collapsible (quite easy so far).
But the tricky part is to have multiple projects for the "final child" so the smallest child should be able to show many different tasks in one row.
We already had many requirement meeting, but we could not get rid of this reqiurement.
To better clarify my issue:
https://www.highcharts.com/demo/gantt/subtasks
I need this functionality but with more nested parents and with a child (in this example "Layout" with multiple tasks within "Layout")
How can i do this, i tried setting y values to everythign but it gets overwritten by Highcharts when generating the "Tree Structure", i also tryed the group option and can't fugire it out how to get to a solution.