Apply Color change in gantt

Is it possible to have different color for each task which we add?

In case of dhtmlxGantt 2.x you can use css template to define custom css classes to different tasks. In such case each event can have a custom color based on its properties.

It possible to add “color” select to the lightbox as well, so you will be able to select a color for the new task

docs.dhtmlx.com/gantt/desktop__c … tasks.html

Thanks