X-Git-Url: https://nos-oignons.net/gitweb/website.git/blobdiff_plain/29308b629a3fe9aee088ba984fe8f595f2f6275f..4c2924543ea0f426c3342fe8430ca606a6dbc85c:/Services.mdwn?ds=sidebyside 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();