Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ile authored Mar 21, 2024
1 parent 37c7341 commit 4fe024b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
vars = {
human_age: 80,
title: '',
birth_rate: 4,
birth_rate: 2.5,
birth_age: 21,
immigration: 1000,
start_pop: 60000,
Expand Down Expand Up @@ -178,7 +178,7 @@
var element_chart = document.querySelector("#chart"),
element_y_axis = document.querySelector("#y_axis"),
width = element_chart.offsetWidth,
height = 400,
height = 300,
hoverDetail,
time,
years,
Expand Down

0 comments on commit 4fe024b

Please sign in to comment.