Skip to content

Commit

Permalink
another touchup
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwlev committed Sep 21, 2019
1 parent 32ae819 commit a29d008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/j.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function put_genz_listeners(){
};

function get_path(x,y,radius){
const slack = 6;
const slack = 7;
var x = 150+x;
var y = 150+y;
var dxs = Math.pow(150-x,2);
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>How Common Are You</h1>
<li>How common various combinations of characteristics are</li>
</ul>
<b>How does it work?</b><br>
Click on the characteristics in the form below and the visualization and statistical result will automatically update. The size of each circle is proportional to the size of one group. The data is as of 2017 (2018 data out soon).<br>
When you click on the characteristics in the form below, the visualization and statistical result will update automatically. The size of each circle is proportional to the size of one group. The data is from the 2017 census (2018 data out soon)<br>
<b>What was this inspired by?</b><br>
This was inspired by an episode of NPR's Planet Money called <a href="https://www.npr.org/2019/08/28/755191639/episode-936-the-modal-american">"The Modal American"</a>. In fact it uses almost the same data and methodology as they describe in their write up<br>
<b>Show me the gory data details!</b><br>
Expand Down

0 comments on commit a29d008

Please sign in to comment.