mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
integer count in overview
This commit is contained in:
parent
02bc090828
commit
a1db3e56a7
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue