From: Lunar <lunar@anargeek.net>
Date: Fri, 22 Nov 2013 17:51:34 +0000 (+0100)
Subject: Correction de l'échelle
X-Git-Url: https://nos-oignons.net/gitweb/website.git/commitdiff_plain/fabb840b15dc9c15ad8cfcc771ab7b60d4cd2b1b?ds=sidebyside

Correction de l'échelle
---

diff --git a/Services/Participation.html b/Services/Participation.html
index 0d34eb0..aa935da 100644
--- a/Services/Participation.html
+++ b/Services/Participation.html
@@ -166,10 +166,10 @@ new ExitPieDrawer().draw();
 
 var margin = {top: 50, right: 90, bottom: 90, left: 100},
     width = 600 - margin.left - margin.right,
-    height = 300 - margin.top - margin.bottom;
+    height = 400 - margin.top - margin.bottom;
 
 var parseTime = d3.time.format("%Y-%m-%d %H:%M:%S").parse,
-    bwFormatter = d3.format(".1r");
+    bwFormatter = d3.format(".f");
 
 var x = d3.time.scale()
     .range([0, width]);