bbb / layouts /shortcodes /network-graph.html
no-name-here's picture
Upload 165 files
fca4ff8 verified
<div id="network-graph"
data-title="{{ .Get "title" }}"
data-source="{{ .Get "data" }}"
style="height: {{ or (.Get "height") "480px" }};">
{{ partial "head/js/network-graph.html" . }}
</div>