update dashboard with graph
diff --git a/src/emuvim/dashboard/index.html b/src/emuvim/dashboard/index.html
index 6f77d08..8f1258e 100755
--- a/src/emuvim/dashboard/index.html
+++ b/src/emuvim/dashboard/index.html
@@ -26,10 +26,22 @@
<![endif]-->
<script src="js/main.js" type="text/javascript"></script>
+
+
</head>
+<style>
+.link {
+ stroke: #ccc;
+}
+
+.node text {
+ pointer-events: none;
+ font: 15px sans-serif;
+}
+
+</style>
<body>
-
<div id="page-top">
<div class="row">
<div class="col-sm-8"><h1>MeDICINE Dashboard</h1></div>
@@ -87,6 +99,13 @@
<table class="table table-striped table-hover" id="table_container">
</table>
</div>
+
+<div>
+<script src="//d3js.org/d3.v3.min.js"></script>
+<script src="js/graph.js" type="text/javascript"></script>
+</div>
+
+
</div>
<footer class="footer text-center small">(c) 2017 by SONATA Consortium and Paderborn University</footer>