D'n'D between multiply gantt charts

I wanna know some things:

  1. Could i d’n’d items from one chart to another?
  2. is it possible to make two charts with same data?
  3. Could i make links between activities from different charts with same data?

Hello Kirill,

Could i d’n’d items from one chart to another?

That feature is not supported.

is it possible to make two charts with same data?

Yes, it is possible to do that. You just need to parse the same variable with the JSON data or load the data from the same server. Here is an example:
http://snippet.dhtmlx.com/de4f0b17e

Could i make links between activities from different charts with same data?

Yes, it is possible to do that, you can try checking it in the snippet above.

But if you have different data and try to create links, you may encounter unexpected behaviour. For example, you create a link:
Gantt 1 Task 1 --> Gantt 2 Task 2
and expect:
Gantt 1 Task 1 --> Gantt 1 Task 2
but you might get:
Gantt 1 Task 1 --> Gantt 1 Task 3
or the error message because there is no sucha task.

Ramil, thanks a lot!

Didn’t know that there snippet playground)