The rowHeaderWidth property (number) sets the initial width of the JavaScript Gantt Chart row header (in pixels).
If row header width auto-fit is enabled (it is by default), the width will be adjusted to fit the content.
If row header scrolling is enabled, this value will determine the width of the row header container.
80
Gantt Chart config:
{
rowHeaderWidth: 120,
// ...
}