Our state of the art Gantt chart


Post by saki »

Tasks are moved to the start because that is the default behavior of gantt that tries to start all tasks as soon as possible unless there are some constraints:
  • dependencies - dependent task cannot start before its ancestor is finished
  • constraints (for example 'muststarton')
  • manuallyScheduled:true
So you can select from the above whatever is best for you.

Post Reply