Skip to content

Commit

Permalink
Tweak label sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Nov 17, 2024
1 parent 88d01dd commit 988a1ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/globe.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const Globe = new ThreeGlobe()
.ringPropagationSpeed(() => 1)
.ringRepeatPeriod(() => 2000)
.labelsData(points)
.labelSize(() => 0.4)
.labelDotRadius(() => 0.1)
.labelSize(() => 0.25)
.labelDotRadius(() => 0.05)
.labelColor(() => 'white')
.labelText('name');

Expand Down

0 comments on commit 988a1ce

Please sign in to comment.