Skip to content

Commit

Permalink
Fix radius to improve bubbles
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed May 22, 2017
1 parent 7161aec commit d52aa9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ DATA.users.forEach(c => {
}
});

var maxRadius = 300;
var maxRadius = 100;

var sessionsData = Object.keys(countries).map(c => {
var country = countries[c];
Expand Down

0 comments on commit d52aa9a

Please sign in to comment.