Telescopic Gantt view

Hi Team,

I would like to know is there any way to achieve a Gantt bar where i can show multiple bars inside Gantt.
Something like in the attached pic.

Regards,
Sreenidhi

Hello Sreenidhi,
It is possible to display several tasks on the same row:
https://docs.dhtmlx.com/gantt/desktop__split_tasks.html
https://docs.dhtmlx.com/gantt/samples/04_customization/11_split_task.html
And it is possible to shrink the timeline to see all tasks inside the viewport(horizontally):
https://docs.dhtmlx.com/gantt/samples/03_scales/13_zoom_to_fit.html

If you need something different, there is no built-in way to display all tasks like that out of the box, but you can implement it by using Gantt API and Javascript.