skip_off_time

hides non-working time from the time scale

boolean skip_off_time;

Available only in PRO Edition

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.config.skip_off_time = true;  
gantt.init("gantt_here");


Default value:

false
Details

This functionality is available in the PRO edition only.

See also
Back to top