task_height
警告
该属性已被废弃。
Description
设置时间线区域中任务条的高度
Example
gantt.config.task_height = 30;
gantt.init("gantt_here");
默认值: "full"
Details
注释
task_height 属性已被弃用。您可以改用 bar_height 配置属性:
gantt.config.bar_height = 30;
gantt.init("gantt_here");
Change log
- the task_height 属性在 v7.1 中已被弃用
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.