Skip to content

Instantly share code, notes, and snippets.

@tswistak
Created June 18, 2018 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tswistak/f8f201ead212230aa268ac9bae587081 to your computer and use it in GitHub Desktop.
Save tswistak/f8f201ead212230aa268ac9bae587081 to your computer and use it in GitHub Desktop.
GoJS tutorial part 3, listing 4
diagram = $(go.Diagram,
'diagram-content', {
initialContentAlignment: go.Spot.Center,
allowDrop: true,
layout: $(go.LayeredDigraphLayout)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment