Our state of the art Gantt chart


Post by Maxim Gorkovsky »

Thank you for feedback. Looking forward to next release!

Post by jim@jimclark.net.au »

Any news on when the PDF/PNG export will be released?

Post by jim@jimclark.net.au »

Any update on the timeline for the full release of Export (PDF/PNG) update?

Post by mats »

Release going out today, waiting on final few tests to go green then it's time! Thanks for your patience

Post by mats »

You can download the 2.0 release from our customer zone now: https://customerzone.bryntum.com/

Export demo: https://dev.bryntum.com/examples/gantt-vanilla/examples/export/index.html

Post by MauriceLapre »

Hi,
I'm trying to implement the export function with Gantt 2.0.0 but running into some errors.
First:
Bryntum Gantt - export 002.png
Bryntum Gantt - export 002.png (22.12 KiB) Viewed 1520 times
This seems to occur when there are no dependencies (which is the case in my test setup):
Bryntum Gantt - export 001.png
Bryntum Gantt - export 001.png (7.6 KiB) Viewed 1520 times
When I quickly drew a dependency, it continued further but then running into this error:
Bryntum Gantt - export 003.png
Bryntum Gantt - export 003.png (9.86 KiB) Viewed 1520 times
I'm running the export server on the same machine on port 9090, used the readme.md to set this up.

Can you have a look at both issues? Thank you.

Kind regards,

Maurice

Post by saki »

The first issue seems to be a bug. We will investigate it tomorrow and let you know the result.

Second issue seems to be a CORS problem. See please README.md in examples/_shared/server section dedicated to CORS.

Post by saki »

It's shown up that the first issue is really a bug that is know and has already been fixed. The fix will be included in the next release that is due very soon. The ticket: https://github.com/bryntum/support/issues/129

The second seems related to Content Security Policy. Check please your server configuration, mainly headers it returns.

Post by MauriceLapre »

Alright, looking forward to the fix as we don't use dependencies (yet).

And for the second, got it working now. At first, I thought it was the export server, but you're right that it was my server running the Gantt which didn't allow a specific port.

Thanks!

Post Reply