projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a15ef8a
)
Correction de l'échelle
author
Lunar
<lunar@anargeek.net>
Fri, 22 Nov 2013 17:51:34 +0000
(18:51 +0100)
committer
Lunar
<lunar@anargeek.net>
Fri, 22 Nov 2013 17:51:41 +0000
(18:51 +0100)
Services/Participation.html
patch
|
blob
|
history
diff --git
a/Services/Participation.html
b/Services/Participation.html
index 0d34eb042b6c138274fbc3b2f8fbd9dece82d1d9..aa935da4ce979ef2387fc27065d0b14e18d7e2d6 100644
(file)
--- 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 =
3
00 - margin.top - margin.bottom;
+ height =
4
00 - 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]);