You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.
My own workflow has typically been to create a workspace, upload it, and then use the workspace editor interface to layout diagrams with a mix of auto and manual layouts. Are you saying that you would like automatic layouts to be applied via the API? Is this possible?
Are you saying that you would like automatic layouts to be applied via the API? Is this possible?
There's an enableAutomaticLayout() method on the Java version of the View class that sets a property called automaticLayout ... it's just an object with a few properties. This is used by the web-based rendering engine, which subsequently uses this information to initiate the auto-layout algorithm, so the Python client library doesn't need to implement any auto-layout algorithms itself. Hope that helps!
Checklist
Question
Hi, is it currently already somehow possible to use the auto-layout functionality for the diagrams, and if yes, how can I do that?
Thanks,
Falko
The text was updated successfully, but these errors were encountered: