Browse Source

Drop D3 import

Carsten Porth 5 years ago
parent
commit
b824375e7b
1 changed files with 1 additions and 7 deletions
  1. 1 7
      dashboard/index.html

+ 1 - 7
dashboard/index.html

@@ -53,12 +53,7 @@
       Trending Topics on <input type="date" v-model="date" v-on:change="loadHashtags">
     </h1>
     <div class="row">
-      <div class="col-md-8">
-        <!--
-            D3.js: Bubble for each hashtag, size is relative to popularity
-          -->
-      </div>
-      <div class="col-md-4">
+      <div class="col-md-6 offset-md-3">
         <!-- hashtag ranking -->
         <table class="table table-striped table-hover" v-if="hashtagRanking.length">
           <thead>
@@ -95,7 +90,6 @@
   <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
   <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"></script>
   <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.2.1/js/bootstrap.min.js"></script>
-  <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/5.7.0/d3.min.js"></script>
   <script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.9.1/underscore-min.js"></script>
   <script src="https://cdn.jsdelivr.net/npm/gun/gun.js"></script>
   <script src="https://cdn.jsdelivr.net/npm/gun/lib/then.js"></script>