summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/recent_activities.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/recent_activities.html b/templates/recent_activities.html
index 8a936d6..6c89719 100644
--- a/templates/recent_activities.html
+++ b/templates/recent_activities.html
@@ -23,7 +23,7 @@ var dates = ["{{dates_string|join:'","'}}"];
var data = {{evolution}},
w = 500,
h = 300,
- x = pv.Scale.ordinal(pv.range(30)).splitBanded(0, w, 4/5),
+ x = pv.Scale.ordinal(pv.range(32)).splitBanded(0, w, 4/5),
y = pv.Scale.linear(0, {{evolution|length}}).range(0, h);
var vis = new pv.Panel()