X-Git-Url: https://www.nos-oignons.net/gitweb/website.git/blobdiff_plain/706a91b9ee3c46bd31cdd82006f8f4c08d334495..ea3fd905b3def7e1bb80c122ee913c2f196edd6d:/Services.mdwn diff --git a/Services.mdwn b/Services.mdwn index f80c4f4..75ea52a 100644 --- a/Services.mdwn +++ b/Services.mdwn @@ -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();