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

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -371,7 +371,7 @@
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 ---
 
371
  default: return defaultColor; // Fallback
372
  }
373
  })
374
+ .pointAltitude(0.05)
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 ---