From d52aa9ad767377f21623288239474c544f4aa4e3 Mon Sep 17 00:00:00 2001 From: shivammathur Date: Tue, 23 May 2017 02:18:11 +0530 Subject: [PATCH] Fix radius to improve bubbles --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index e72a028..16af5e5 100644 --- a/js/index.js +++ b/js/index.js @@ -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];