width of a cell in a day scale
webix.ui({
view: "gantt",
scales: [
{ unit: "month", format: "%F, %Y" },
{ unit: "day", format: "%d" },
],
scaleCellWidth: 70, // sets width for the cells
url: "https://docs.webix.com/gantt-backend",
});