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"]] } }); });