From a1db3e56a78b320be3dba0d6ec3dcd9b2f5de179 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 14 Apr 2011 05:16:13 +0900 Subject: [PATCH] integer count in overview --- aqt/overview.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aqt/overview.py b/aqt/overview.py index 8020a423c..76a1bdff0 100644 --- a/aqt/overview.py +++ b/aqt/overview.py @@ -91,7 +91,8 @@ $(function () { $.plot($("#placeholder"), [ { data: d, bars: { show: true, barWidth: 0.8 }, color: "#0c0" } ], { - xaxis: { ticks: [[0.4, "Today"]] } + xaxis: { ticks: [[0.4, "Today"]] }, + yaxis: { tickDecimals: 0 } }); } else { $("#placeholder").text(d);