mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 17:26:36 -04:00
Update ts/routes/graphs/simulator.ts
Co-authored-by: user1823 <92206575+user1823@users.noreply.github.com>
This commit is contained in:
parent
7e042baa3a
commit
fe69706255
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export function renderWorkloadChart(
|
|||
};
|
||||
|
||||
const formatY: (value: number) => string = ({
|
||||
[SimulateWorkloadSubgraph.ratio]: (value: number) => `${timeSpan(value)} per 1 card memorized`,
|
||||
[SimulateWorkloadSubgraph.ratio]: (value: number) => `${timeSpan(value)} per memorized card`,
|
||||
[SimulateWorkloadSubgraph.time]: timeSpan,
|
||||
[SimulateWorkloadSubgraph.memorized]: (value: number) =>
|
||||
tr.statisticsMemorized({ memorized: Math.round(value).toFixed(0) }),
|
||||
|
|
Loading…
Reference in a new issue