min_duration
Description
Sets the minimum duration (in milliseconds) that can be set for a task during resizing.
min_duration: number
Example
gantt.config.min_duration = 24*60*60*1000; // (1 day)
Details
- Config value specifies time span between start and end dates of task (task.start_date - task.end_date), the value is not affected by working time settings or duration calculations.
Related Guides
Default value: 60601000, or 3600000 ms, 1 hour