mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
fix formatx
This commit is contained in:
parent
47a6a8da96
commit
7567e67c3b
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ export function renderWorkloadChart(
|
|||
})[subgraph];
|
||||
|
||||
function formatX(dr: number) {
|
||||
return `Desired Retention: ${dr}%<br>`; // <---- Ooops
|
||||
return `${tr.deckConfigDesiredRetention()}: ${xTickFormat(dr)}<br>`;
|
||||
}
|
||||
|
||||
return _renderSimulationChart(
|
||||
|
|
Loading…
Reference in a new issue