treeWidth

defines the width of the Gantt trees

number treeWidth;

Example

webix.ui({
  view: "gantt",
  url: "https://docs.webix.com/gantt-backend/",
  treeWidth:340
});

Details

The property also defines the width for the tree of diagram, if it is enabled.

See also
Back to top