implemented network map of users and travels

This commit is contained in:
arnaucode
2017-07-26 15:08:16 +02:00
parent 6dd11e1a4c
commit 19106f77c4
8 changed files with 77 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="panel-heading c_deepPurple300">
<h3 class="panel-title">Network</h3>
</div>
<div class="panel-body">
<div id="mynetwork" style="height:500px;"></div>
</div>
</div>
</div>
</div>