From fabb840b15dc9c15ad8cfcc771ab7b60d4cd2b1b Mon Sep 17 00:00:00 2001 From: Lunar Date: Fri, 22 Nov 2013 18:51:34 +0100 Subject: [PATCH] =?utf8?q?Correction=20de=20l'=C3=A9chelle?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Services/Participation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]); -- 2.39.5