Duration unit of hour to show full day

Hi, I am using duration_unit = “hour” for my gantt so start and end date will be set on the same day. However, if duration is set to 8 hours, it doesn’t fill up the chart as full day. Below is the snippet and screenshot.

http://snippet.dhtmlx.com/5/5b8ad3386

Hello Chris,
If the task duration is only 8 hours, and you have the day scale, it is expected behavior, because the day cell is rendered from 00:00 to 23:59.
If you want to stretch the task, the easiest way for that would be to add the hour scale:

Here is the updated snippet:
http://snippet.dhtmlx.com/5/0d8708925

ok thanks for the response, much appreciated :slight_smile: