본문으로 건너뛰기

work_time

Description

작업 시간으로 작업의 지속 시간을 계산하도록 활성화

work_time: boolean

Example

// 작업 시간을 기준으로 기간을 시간 단위로 표시하고, 작업하지 않는 시간을 차트에서 제외합니다.
gantt.config.duration_unit = "hour";
gantt.config.work_time = true;

gantt.init("gantt_here");

기본값: false

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.