diff --git a/ts/routes/graphs/reviews.ts b/ts/routes/graphs/reviews.ts index 839735767..c6a2abc5f 100644 --- a/ts/routes/graphs/reviews.ts +++ b/ts/routes/graphs/reviews.ts @@ -90,7 +90,6 @@ export function renderReviews( ): TableDatum[] { const svg = select(svgElem); const trans = svg.transition().duration(600) as any; - let xMax = 1; let xMin = 0; // cap max to selected range