mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
parent
c28306eb94
commit
5cc3a2276b
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ export function renderReviews(
|
||||||
|
|
||||||
const yTickFormat = (n: number): string => {
|
const yTickFormat = (n: number): string => {
|
||||||
if (showTime) {
|
if (showTime) {
|
||||||
return timeSpan(n / 1000, true, false, TimespanUnit.Hours);
|
return timeSpan(n / 1000, true, true, TimespanUnit.Hours);
|
||||||
} else {
|
} else {
|
||||||
if (Math.round(n) != n) {
|
if (Math.round(n) != n) {
|
||||||
return "";
|
return "";
|
||||||
|
|
Loading…
Reference in a new issue