NorthwoodsSoftware / GoJS

JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.
http://gojs.net
Other
7.8k stars 2.86k forks source link

Minimal sample diagram not visible #185

Closed gertjandemulder closed 2 years ago

gertjandemulder commented 2 years ago

The README's minimal sample diagram is not visible, probably because the size of div is not explicitly specified as instructed here:

<!-- The DIV for a Diagram needs an explicit size or else we will not see anything.
     In this case we also add a background color so we can see that area. -->
<div id="myDiagramDiv"
     style="width:400px; height:150px; background-color: #DAE4E4;"></div>
simonsarris commented 2 years ago

Whoops, thank you. We've just fixed this.