Can I show two tasks side by side?

Hello,

Is it possible to show two related tasks side by side? I did see the documentation for splitting a task, but I’m not looking to split. I just want to show two projects tasks side by side.

Hello Allan,
I think it should be possible to implement by using additional layers:
https://docs.dhtmlx.com/gantt/api__gantt_addtasklayer.html
But there are various ways of how it might be implemented.
For a better visual understanding, please show how it might look like on a picture.

Just in case, here is a sample where you can overlap split tasks:
https://snippet.dhtmlx.com/5/ebc074f50

Seeing this sample and reading suggested documentation has helped me very much. I will try now to implement the idea in my project. Thanks!