본문으로 건너뛰기

show_tasks_outside_timescale

Description

지정된 날짜 범위를 벗어난 작업을 Gantt 차트에 표시합니다

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");

기본값: 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.