]> nos-oignons.net Git - website.git/blob - assets/services-plot.js
Fichiers PO mis à jour.
[website.git] / assets / services-plot.js
1 d3.select("#content").append("h1")
2   .text(L10n.bandwidth);
3 d3.select("#content").append("div")
4   .attr("id", "bandwidth")
5   .text(L10n.loading);
6
7 new BwDrawer("#bandwidth").draw();
8
9 d3.select("#content").append("h1")
10   .text(L10n.weights);
11 d3.select("#content").append("div")
12   .attr("id", "weights")
13   .text(L10n.loading);
14
15 new WeightsDrawer("#weights").draw();