跳到主要内容

show_tasks_outside_timescale

Description

启用在甘特图中显示超出指定日期范围的任务

show_tasks_outside_timescale: boolean

Example

gantt.config.start_date = new Date(2019, 02, 31);
gantt.config.end_date = new Date(2019, 03, 09);
gantt.config.show_tasks_outside_timescale = true;

gantt.init("gantt_here");

Default value: false

Change log

  • 在 v6.3 中新增
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.