From 8709c9038558b349c75b5f85c72d7033ac476d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Sch=C3=A4fer?= Date: Tue, 23 Jul 2024 17:37:40 -0700 Subject: [PATCH] Update index.js --- docs/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.js b/docs/index.js index 8ec049b..497e8ff 100644 --- a/docs/index.js +++ b/docs/index.js @@ -47,7 +47,7 @@ const scatLayer = new ScatterplotLayer({ if (d.height > 1000) {return 60} else if (d.height > 800) {return 30} else if (d.height > 600) {return 10} - else {return 40} + else {return 5} }, radiusUnits: 'pixels', pickable: true,