bar_height

타임라인 영역 내 작업 바의 높이를 정의합니다.

number|string bar_height;

Example

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


Default value:

"full"
See also
Change log

v7.1 버전에 추가됨

Back to top