exports the structure and data of a Gantt chart into a JSON object
config | object | optional, an object with Gantt configuration |
gantt.exportToJSON({
name:"gantt.json"
});
This method is defined in the export extension, so you need to activate the export_api plugin.
If you use the Gantt version older than 8.0, you need to include the https://export.dhtmlx.com/gantt/api.js on your page to enable the online export service, e.g.:
<script src="codebase/dhtmlxgantt.js"></script>
<script src="https://export.dhtmlx.com/gantt/api.js"></script>
The config object can contain following options: