I want this square border to cover the complete width of the cell width and I think the cell width depends on the width of the content of project name so How can I style my border and make it cover whole cell dynamically.
For example My project completion duration is only 1 day that is starting and ending on 10th january so the border that is coming only half of 10th january should cover the whole day. How can I achieve this? Any help would be highle appreciated. Thanks!!
Hello Ashutosh,
It is not recommended to directly modify the DOM elements in Gantt, as you will lose the changes next time Gantt repaints the data. Using a marker is also not a good idea as the vertical markers are supposed to be visible for the whole timeline height.