Can I create Gantt with multiple resources and specified share of duty?

Hello

Can I create #Gantt with multiple resources and specified share of duty?

For example:
task #1: John 25%, Mike 75%

Hello,
Yes, you can create Gantt and assign one task to several people. You can check the following example:
https://docs.dhtmlx.com/gantt/samples/11_resources/07_assign_multiple_resources.html
Although, if you open the lightbox you will see that it is “hours/day” but it is the unit, you can change it in the resourceStore.parse() function. To define what is displayed in the resource chart, you can use resource_cell_value and resource_cell_class:
https://docs.dhtmlx.com/gantt/api__gantt_resource_cell_value_template.html
https://docs.dhtmlx.com/gantt/api__gantt_resource_cell_class_template.html