mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-02-11 08:18:52 -06:00
Remove another unused variable
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user