mirror of
https://github.com/ankitects/anki.git
synced 2026-01-10 12:33:55 -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 x = scaleLinear().domain([xMin!, xMax]);
|
||||||
|
|
||||||
|
|
||||||
const sourceMap = showTime ? sourceData.reviewTime : sourceData.reviewCount;
|
const sourceMap = showTime ? sourceData.reviewTime : sourceData.reviewCount;
|
||||||
const bins = bin()
|
const bins = bin()
|
||||||
.value((m) => {
|
.value((m) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue