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