I currently have functionality as - if two milestones occur on same date, then I am overlapping those two and adding bubble of count number on it .
My requirement is I want Milestone Diamonds one below the other in the same cell, if they are on same date.
Can we do this ?
Hello @Neha_Mahajan ,
Sorry for the delay.
There is no built-in way to do that using real tasks, but you can get similar results using the addTaskLayer
method, the logic may be to create the custom layer, for the case if milestones are overlapped.
The following article describes how to create draggable custom elements(Drag-and-drop for custom elements):