Milestone in same row as Task

Hi!

Is it possible to place a Milestone in the same row as a Task?
Like this:
image

Hello Subri,
There are several ways of how you can do that.
The first one is to use the Split Tasks feature that allows showing tasks on the same row:
https://docs.dhtmlx.com/gantt/desktop__split_tasks.html
Here is an example with the milestones:
https://snippet.dhtmlx.com/5/cfaf07ead

Another way is to use the additional task layer that allows displaying any custom HTML elements in the timeline:
https://docs.dhtmlx.com/gantt/api__gantt_addtasklayer.html
Here is an example of how it might be implemented:
https://snippet.dhtmlx.com/536832002

1 Like

Thanks, it works nicely!