From d0cffd915de9a6dc243353a01d0c821cc81c73c9 Mon Sep 17 00:00:00 2001 From: junlu592 Date: Thu, 20 Nov 2025 13:20:40 +0100 Subject: [PATCH] fix statistics calendar and review graph range labeling and removed earlier changes --- ts/routes/graphs/reviews.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ts/routes/graphs/reviews.ts b/ts/routes/graphs/reviews.ts index 35db5868a..8302cb4c9 100644 --- a/ts/routes/graphs/reviews.ts +++ b/ts/routes/graphs/reviews.ts @@ -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) => {