Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
haraschax authored Jul 24, 2024
1 parent 6b4dadf commit 8709c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8709c90

Please sign in to comment.