Hello )
Can I export existing canvas with flowchart to PNG ? :)
Hello )
Can I export existing canvas with flowchart to PNG ? :)
http://gojs.net/latest/intro/makingImages.html
The following section, about printing, might also be of interest to you.
Thank you!
I show you my uber flowchart when I get home :)

By some reason width gets cropped by 2000 px :(
I tried to set size (10000,10000), but it gets cropped to 2000 px anyway.
And its not biggest flowchart, basically this is simpliest )
I found solution )
maxSize: new go.Size(10000, 10000)
Looks nice.
Remember that a 10000x10000 pixel image will take at least 400MBytes of memory, which might not work on a mobile device.
In my case, mobile devices do not have access to the editing environment, so its safe.