Skip to main content

auto_scheduling_compatibility

info

This functionality is available in the PRO edition only.

warning

The property has been deprecated in v9.1, use the apply_constraints property of gantt.config.auto_scheduling instead.

Description

Disables usage of time contraints for tasks

auto_scheduling_compatibility: boolean

Example

gantt.config.auto_scheduling_compatibility = true;

Default value: false

Details

note

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.

Change log

  • added in v6.1 for compatibility with earlier versions