mirror of
https://github.com/ankitects/anki.git
synced 2025-09-26 01:36:37 -04:00
remove "time"
This commit is contained in:
parent
3ebe45aa65
commit
7e042baa3a
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export function renderWorkloadChart(
|
||||||
};
|
};
|
||||||
|
|
||||||
const formatY: (value: number) => string = ({
|
const formatY: (value: number) => string = ({
|
||||||
[SimulateWorkloadSubgraph.ratio]: (value: number) => `${timeSpan(value)} time per 1 card memorized`,
|
[SimulateWorkloadSubgraph.ratio]: (value: number) => `${timeSpan(value)} per 1 card memorized`,
|
||||||
[SimulateWorkloadSubgraph.time]: timeSpan,
|
[SimulateWorkloadSubgraph.time]: timeSpan,
|
||||||
[SimulateWorkloadSubgraph.memorized]: (value: number) =>
|
[SimulateWorkloadSubgraph.memorized]: (value: number) =>
|
||||||
tr.statisticsMemorized({ memorized: Math.round(value).toFixed(0) }),
|
tr.statisticsMemorized({ memorized: Math.round(value).toFixed(0) }),
|
||||||
|
|
Loading…
Reference in a new issue