Skip to content

Instantly share code, notes, and snippets.

@maryokhin
Created March 27, 2016 16:46
Show Gist options
  • Save maryokhin/5bbf5040308ed971f77e to your computer and use it in GitHub Desktop.
Save maryokhin/5bbf5040308ed971f77e to your computer and use it in GitHub Desktop.
graph [
{{#each nodes ~}}
node [
id {{id}}
isGroup {{isGroup}}
label "
<html><h2 align=&quot;center&quot;>{{label}}</h2></html>"
]
{{/each ~}}
{{#each edges ~}}
edge [
source {{source}}
target {{target}}
]
{{/each ~}}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment