bar_height

sets the height of task bars in the timeline area

number|string bar_height;

Example

gantt.config.bar_height = 30;
gantt.init("gantt_here");


Default value:

"full"
See also
Change log

added in v7.1

Back to top