task_height

控制时间线区域中任务条的高度

number|string task_height;

Deprecated

不再推荐使用此属性。

Example

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


Default value:

"full"
Details

task_height 属性已过时。您应使用 bar_height 配置属性代替:

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

task_height 属性在 v7.1 版本中被弃用。

Back to top