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()
The latest release now supports export customization events in the Gantt Chart component as well (https://javascript.daypilot.org/daypilot-pro-for-javascript-2023-1-5529/).
You can use onBeforeRowHeaderExport to customize the row headers (args.columns[].text): https://api.daypilot.org/daypilot-gantt-onbeforerowheaderexport/
An onBeforeTaskExport to customize the box text (e.g. args.textRight): https://api.daypilot.org/daypilot-gantt-onbeforetaskexport/
There is a new Gantt chart export tutorial in the works that will include and example - I'll keep you updated.
Thank you very much for your help ;)
Thank you