Skip to content

Commit 79a5d4c

Browse files
authored
Update amnesty.js
Update start year
1 parent 65290ae commit 79a5d4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

javascripts/amnesty.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ var height = width*mapHeightWidthRatio;
1616
var mapScale = (width-20)*mapWidthScaleFactor;
1717
var center = [width / 2, height * 0.567];// For some reason, the height needs to be translated a little more than half to actually center the map. No idea why.
1818

19-
var startYear = '2023';
20-
var maxYear = '2023';
21-
var minYear = '2010';
19+
var startYear = '2024';
20+
var maxYear = '2024';
21+
var minYear = '2011';
2222
var currentYear = startYear;
2323
var tooltip = d3.select("#map").append("div").attr("class", "tooltip hidden");
2424
var tooltipOffset;

0 commit comments

Comments
 (0)