Skip to content

Instantly share code, notes, and snippets.

@zhonglism
Created August 23, 2016 19:25
Show Gist options
  • Save zhonglism/a9aa163a4e5df00da12ed80fd305bd6a to your computer and use it in GitHub Desktop.
Save zhonglism/a9aa163a4e5df00da12ed80fd305bd6a to your computer and use it in GitHub Desktop.
sitestats
{
"nodes":[
{"name":"index"},
{"name":"about"},
{"name":"contact"},
{"name":"store"},
{"name":"cheese"},
{"name":"yoghurt"},
{"name":"milk"}
],
"links":[
{"source":0,"target":1,"value":25},
{"source":0,"target":2,"value":10},
{"source":0,"target":3,"value":40},
{"source":1,"target":2,"value":10},
{"source":3,"target":4,"value":25},
{"source":3,"target":5,"value":10},
{"source":3,"target":6,"value":5},
{"source":4,"target":6,"value":5},
{"source":4,"target":5,"value":15}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment