]> nos-oignons.net Git - website.git/blobdiff - Services.mdwn
Services : Ajout d'un graphe avec l'historique du poid dasn le consensus et de la...
[website.git] / Services.mdwn
index f80c4f48b6dff18e22dc66e7d890ff4022e1be69..75ea52a34fd6694d9f4756e86fd204e4bfa48545 100644 (file)
@@ -3,6 +3,8 @@
 [[!meta script="assets/d3/d3.v3.min"]]
 [[!meta script="assets/bw_graphs"]]
 [[!meta stylesheet="assets/bw_graphs" rel="stylesheet"]]
+[[!meta script="assets/weights_graphs"]]
+[[!meta stylesheet="assets/weights_graphs" rel="stylesheet"]]
 [[!meta script="assets/pie_graphs"]]
 [[!meta title="Services"]]
 
@@ -111,4 +113,12 @@ d3.select("#content").append("div")
   .text(L10n.loading);
 
 new BwDrawer("#bandwidth").draw();
+
+d3.select("#content").append("h1")
+  .text(L10n.weights);
+d3.select("#content").append("div")
+  .attr("id", "weights")
+  .text(L10n.loading);
+
+new WeightsDrawer("#weights").draw();
 </script>