How to export Gantt chart view in png/svg/pdf in 2022.4.5483 version.
3 years ago.
Hello,
I was able to export the svg and png, but the exported image is not proper, getting the appended html with the png.
I used this function to export:
(this.dp as any).exportAs("SVG", { area: "viewport"}).download()
DayPilot