Перейти к основному содержимому

work_time

Description

Позволяет рассчитывать продолжительность задач в рамках рабочего времени, а не по календарному времени

work_time: boolean

Example

//calculates duration in working hours and hides non-working time from the chart
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.