fredmo commited on
Commit
a7677e1
·
verified ·
1 Parent(s): 30c110e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -371,8 +371,8 @@
371
  default: return defaultColor; // Fallback
372
  }
373
  })
374
- .pointAltitude(0.01)
375
- .pointRadius(0.35) // Adjust radius if needed (maybe slightly smaller if points are close)
376
  .pointLabel(d => d.displayName) // Use displayName for labels
377
  .onPointHover(d => { // --- MODIFIED: Use displayName and correct color ---
378
  globeVizElement.style.cursor = d ? 'pointer' : 'default';
 
371
  default: return defaultColor; // Fallback
372
  }
373
  })
374
+ .pointAltitude(0.10)
375
+ .pointRadius(0.45) // Adjust radius if needed (maybe slightly smaller if points are close)
376
  .pointLabel(d => d.displayName) // Use displayName for labels
377
  .onPointHover(d => { // --- MODIFIED: Use displayName and correct color ---
378
  globeVizElement.style.cursor = d ? 'pointer' : 'default';