auto_scheduling_compatibility

disables usage of time contraints for tasks

boolean auto_scheduling_compatibility;

Available only in PRO Edition

Example

gantt.config.auto_scheduling_compatibility = true;


Default value:

false
Details

This functionality is available in the PRO edition only.

This config is defined in the auto_scheduling extension, so you need to enable the auto_scheduling plugin. Read the details in the Auto Scheduling article.

The time constraints functionality was introduced in v6.1 to improve the auto scheduling logic of Gantt. The auto_scheduling_compatibility config was added to provide backward compatibility with previous versions.

See also
Change log

added in v6.1 for compatibility with earlier versions

Back to top