Hello, I try to export my Gantt and do like a screenshot.
I try to use the option CurrentViewData when I export to pdf, but.. if I use it or not, that makes no difference at all.
I always have all the projects and all the timelines on my pdf. I know my options are working because the filename is now new.pdf
toolbarClick(args) {
if (args.item.text === 'Pdf export') {
this.ganttInstance.pdfExport({
exportType: 'CurrentViewData', fileName: "new.pdf"
});
}
}