Hello,
I was able to export svg & png, but are not properly exported. Getting the html also with the elements (shown in attachment) ex. htmlRight for tasks, html for row etc..
I exported using:
(this.dp as any).exportAs("svg", { area: "full"}).download()
(this.dp as any).exportAs("png", { area: "full"}).download()
Want to know how I can export it to pdf?