aboutsummaryrefslogtreecommitdiffstats
path: root/network-graph.js
diff options
context:
space:
mode:
Diffstat (limited to 'network-graph.js')
-rw-r--r--network-graph.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/network-graph.js b/network-graph.js
new file mode 100644
index 0000000..7ccd534
--- /dev/null
+++ b/network-graph.js
@@ -0,0 +1,4 @@
+(function() {
+ var canvas = document.getElementById('ng').children[0];
+ canvas.setAttribute('height', 900);
+})(); \ No newline at end of file