Auto scheduling is not working,

Hey,
I am trying to implement the auto-scheduling function and it seems like it is not working, I made a snippet of my code in codesendbox, here it is:

Snippet

What am I doing wrong?

Thank you.

Hello Adir,
That feature is only available in the Pro version:
https://docs.dhtmlx.com/gantt/desktop__auto_scheduling.html

We don’t have an NPM package with the Pro version. But you can install Gantt as an NPM package the following way:

  1. Unpack Gantt to a specific folder, for example, to /opt/gantt_pro
  2. Use the following command to install Gantt:
npm install /opt/gantt_pro

You can read more about installation methods in the following article:
https://docs.dhtmlx.com/gantt/desktop__install_with_bower.html#addingproeditionintoproject

Hey Ramil,
Thank you for your answer.