Skip to content

Instantly share code, notes, and snippets.

@tswistak
Created June 18, 2018 09:02
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/c3694efcb976d8d7c5cb6996cf9a907e to your computer and use it in GitHub Desktop.
Save tswistak/c3694efcb976d8d7c5cb6996cf9a907e to your computer and use it in GitHub Desktop.
GoJS tutorial part 3, listing 1
<div id="palette-content" style="height: 800px; width: 200px; display: inline-block; border: 1px solid black"></div>
<div id="diagram-content" style="height: 800px; width: calc(100% - 220px); display: inline-block; border: 1px solid black;"></div>
<script>
window.onload = function() {
diagram.initDiagram();
diagram.initPalette();
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment