Skip to content

Instantly share code, notes, and snippets.

@afomi
Created January 6, 2015 05:47
Show Gist options
  • Save afomi/298acf782a5efd95ada3 to your computer and use it in GitHub Desktop.
Save afomi/298acf782a5efd95ada3 to your computer and use it in GitHub Desktop.
Graphviz: Initial tests with Graphviz using viz.js
<h2>
Hello Graphviz World"
</h2>
<p>
Initial tests with Graphviz using viz.js
</p>
<script type="text/vnd.graphviz" id="graphviz">
digraph G {
a -> b -> c;
b -> d;
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment