Mon Feb 26 2024 20:27:27 GMT+0000 (Coordinated Universal Time)
Saved by @skatzy
function startBlankBuildings() { return d3.select("#yaleBuildings").classed('hidden', true) } window.onload = startBlankBuildings;
trying to do something with the <g> cause that seems to be the code that has the yale buildings AND the bubble polygon... but not working to select("<g>")
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments
@skatzy - Mon Feb 26 2024 21:05:49 GMT+0000 (Coordinated Universal Time)trying to do something with the <g> cause that seems to be the code that has the yale buildings AND the bubble polygon... but not working to select("<g>")