The Gantt Chart supports client-side image export to the following formats:

  • SVG
  • PNG
  • JPEG

The client-side export is supported since version 2018.4.3505.

Example

dp.exportAs("svg", {area: "viewport"}).download();

Demos