X-Git-Url: https://www.nos-oignons.net/gitweb/website.git/blobdiff_plain/b97e9ecbc6a860d3543fa30de4063d922e4c0fac..6ab34326e7550bda4f6cb76797f3bea8908cad59:/assets/services-plot.js diff --git a/assets/services-plot.js b/assets/services-plot.js new file mode 100644 index 0000000..7c76c2d --- /dev/null +++ b/assets/services-plot.js @@ -0,0 +1,15 @@ +d3.select("#content").append("h1") + .text(L10n.bandwidth); +d3.select("#content").append("div") + .attr("id", "bandwidth") + .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();