fix statistics calendar and review graph range labeling and removed earlier changes

This commit is contained in:
junlu592 2025-11-20 13:20:40 +01:00
parent a71203c6f1
commit d0cffd915d

View file

@ -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) => {