Gantt component dependencies on eternal or opensource libraries?

My support and security organizations have asked whether DHTMLX’s framework is reliant on third party or open-source software? The second question they have asked is whether external services are involved in the export features in the Gantt component? I’d appreciate insight into these two questions.

Hello Stephen,

My support and security organizations have asked whether DHTMLX’s framework is reliant on third party or open-source software?

Gantt uses the Bluebird library to make the promises work in the es5 environment:
Promise Gantt Docs.

But this library is included into Gantt, so you don’t need to add it to your project.


The second question they have asked is whether external services are involved in the export features in the Gantt component?

To import and export the data, Gantt uses the export modules. By default, Gantt uses our online export servers. But it is also possible to use the standalone export modules that can work even without an internet connection:

Thank you very much for the information. Very helpful.