From 2dc9878435f73e53adef7c583d9f273382779a4e Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 21 Mar 2011 17:11:58 +0900 Subject: [PATCH] put 'today' in the middle of the bar --- aqt/reviewer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/reviewer.py b/aqt/reviewer.py index a404181b1..caf1f1a5e 100644 --- a/aqt/reviewer.py +++ b/aqt/reviewer.py @@ -51,7 +51,7 @@ $(function () { $.plot($("#placeholder"), [ { data: d, bars: { show: true, barWidth: 0.8 } } ], { - xaxis: { ticks: [[0.5, "Today"]] } + xaxis: { ticks: [[0.4, "Today"]] } }); });