Laravel 5.6 gantt not working

Hello all, I installed gannt with this tutorial: dhtmlx.com/blog/using-dhtmlxgantt-with-laravel/

But not working. I get Empty graph.
Version laravel: 5.6

/gantt_data - return a xml corretly with id and other dates.
Errors I don’t have. Only empty graph.

Hi,
I suggest trying this tutorial for laravel integration
docs.dhtmlx.com/gantt/desktop__ … ravel.html
and here is a github repo with a demo github.com/DHTMLX/gantt-howto-php-laravel. It uses Eloquent orm for data access instead of dhtmlx connectors so the code should be more transparent and the issues less mysterious

As for the error

/gantt_data - return a xml corretly with id and other dates.
Errors I don’t have. Only empty graph.

Can you please check that you set scheduler.config.xml_date config and the format matches format of dates in your xml?

gantt.config.xml_date = "%Y-%m-%d %H:%i:%s";

docs.dhtmlx.com/scheduler/api__ … onfig.html