Multiple Gantt Charts or Chart Types

I was wondering how to add another gantt on the same page or another configuration within the same chart.

For example, my chart is a very basic schedule of projects and displays the resources (people) as the text content. I want to display a vacation chart for the resources for reference and possible direct comparison underneath the schedule.

Any ideas?

Hello,
currently it’s not possible to have several gantts on the page. But configuration and the data of gantt can be changed dinamically in any time. For example, there is an example for dinamic configuring scale configuration
docs.dhtmlx.com/gantt/samples/03 … cales.html

Changed configs can be applied by refreshing the chart with
docs.dhtmlx.com/gantt/api__gantt_render.html

And for reloading the data you can use following
remove:
docs.dhtmlx.com/gantt/api__gantt_clearall.html

load from js object:
docs.dhtmlx.com/gantt/api__gantt_parse.html

ajax load:
docs.dhtmlx.com/gantt/api__gantt_load.html