Remove another unused variable

This commit is contained in:
Taras Kushnir
2025-12-15 19:11:09 +01:00
parent c42eef5e7e
commit 3bcd76e8fd

View File

@@ -113,8 +113,6 @@
x.domain([d3.timeDay.offset(new Date(), -periodLengthDays), new Date()]);
let xTickValues = x.domain().filter(function(d, i) { return !(i % 2); });
// Create y scale
let y = d3.scaleLinear().range([height, 0]);