mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -05:00
fix statistics calendar and review graph range labeling and removed earlier changes
This commit is contained in:
parent
a71203c6f1
commit
d0cffd915d
1 changed files with 0 additions and 1 deletions
|
|
@ -112,7 +112,6 @@ export function renderReviews(
|
|||
|
||||
const x = scaleLinear().domain([xMin!, xMax]);
|
||||
|
||||
|
||||
const sourceMap = showTime ? sourceData.reviewTime : sourceData.reviewCount;
|
||||
const bins = bin()
|
||||
.value((m) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue