Our state of the art Gantt chart


Post by Jean2 »

Hello Bryntum team,

Consultation on dependency relationships, I understand this type of relationship
Start to Start
Start to End
End to Start
End to End

but I mean:
To establish a relationship you must select from the end of a task to the beginning of another task,
for example, in Project MS, it is not necessary to select from the end of a task to the start of another task, it can be kept selected from any part of the task and it can be related to another task.

Is there a similar functionality of Project MS, in react gantt?

Attachments
relationprojectms.PNG
relationprojectms.PNG (18.05 KiB) Viewed 347 times
selectdependency.PNG
selectdependency.PNG (124.75 KiB) Viewed 347 times

Post by pmiklashevich »

Nope, it's not supported out of the box. We call this small circle to connect tasks a "Terminal". You can search the docs to see the API. You can set css classes, sides to show, show or hide terminal for specific tasks.

Though it's not supported, you can try to implement it yourself. Just need to disable event drag feature and override dependencies feature and the mixins it uses.

If you need help with custom functionality, you can request our professional services: https://www.bryntum.com/services/

Pavlo Miklashevych
Sr. Frontend Developer


Post Reply