Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -371,8 +371,8 @@
|
|
371 |
default: return defaultColor; // Fallback
|
372 |
}
|
373 |
})
|
374 |
-
.pointAltitude(0.
|
375 |
-
.pointRadius(0.
|
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';
|