integer count in overview

This commit is contained in:
Damien Elmes 2011-04-14 05:16:13 +09:00
parent 02bc090828
commit a1db3e56a7

View file

@ -91,7 +91,8 @@ $(function () {
$.plot($("#placeholder"), [ $.plot($("#placeholder"), [
{ data: d, bars: { show: true, barWidth: 0.8 }, color: "#0c0" } { data: d, bars: { show: true, barWidth: 0.8 }, color: "#0c0" }
], { ], {
xaxis: { ticks: [[0.4, "Today"]] } xaxis: { ticks: [[0.4, "Today"]] },
yaxis: { tickDecimals: 0 }
}); });
} else { } else {
$("#placeholder").text(d); $("#placeholder").text(d);