Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Update amnesty.js
Browse files Browse the repository at this point in the history
Change max year to 2023
  • Loading branch information
daveamnesty authored Apr 29, 2024
1 parent 9e56776 commit 24e4f81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascripts/amnesty.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ var height = width*mapHeightWidthRatio;
var mapScale = (width-20)*mapWidthScaleFactor;
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.

var startYear = '2022';
var maxYear = '2022';
var startYear = '2023';
var maxYear = '2023';
var minYear = '2010';
var currentYear = startYear;
var tooltip = d3.select("#map").append("div").attr("class", "tooltip hidden");
Expand Down

0 comments on commit 24e4f81

Please sign in to comment.