Is it possible to include margin or offset to the start day of the Gantt chart? My problem is that tasks in the first day start exactly at the line that splits the grid and Gantt control. (Please see screenshot attached)
I would like to add a margin to the first column(if there are any tasks in it), or to the Gantt bars in the first column.
That was my first attempt to solve the problem. Unfortunately because I use a scale of month and day, the month name is then also included. (And not just the day number). So in my example it won’t just show 30. (It will include the text September which will make the column width bigger ). This is not the behavior I’m looking for.
I only want a thin left-margin before the start of the first task to indicate that it actually starts on the first day in view.
Yes, that can probably work, but then I get a border that I need to deal with.(see attached screenshot)I’ve tried setting the gantt.templates.task_class property, but I’m not getting the expected result.
Any ideas?
Note: I override the text property to allow setting the color of the content inside the bar.