-
-
Save jacomyal/1241931 to your computer and use it in GitHub Desktop.
SiGMa random example (HTML)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Button to generate random graphs --> | |
<button id="random" type="button" onclick="feedSiGMa();">Click to generate a random graph</button> | |
<!-- SiGMa --> | |
<div id="SiGMa-container" style="height:400px;width:100%;"> | |
<object id="SiGMa-client" style="width:100%;height:98%;border:1px #866 solid;"> | |
<param name="movie" value="/static/sigma-random/sigma.swf?configPath=/static/sigma-random/config.json"/> | |
<param name="allowScriptAccess" value="always"/> | |
<embed src="/static/sigma-random/sigma.swf?configPath=/static/sigma-random/config.json" allowScriptAccess="always"> | |
</embed> | |
</object> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment