min_duration

sets the minimum duration (in milliseconds) that can be set for a task during resizing.

number min_duration;

Example

gantt.config.min_duration = 24*60*60*1000; // (1 day)


Default value:

60*60*1000, or 3600000 ms, 1 hour
Details
See also
Back to top