You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we load d3.js via CDN-based script tags on the team members page. We should install the library via npm to make the importing of d3 slightly faster, reducing the instances where the map loads a few seconds after the rest of the page has rendered.
We should also upgrade d3 from v5 to v7, which will probably require API updates to existing d3 code.
The text was updated successfully, but these errors were encountered:
Currently we load d3.js via CDN-based script tags on the team members page. We should install the library via npm to make the importing of d3 slightly faster, reducing the instances where the map loads a few seconds after the rest of the page has rendered.
We should also upgrade d3 from v5 to v7, which will probably require API updates to existing d3 code.
The text was updated successfully, but these errors were encountered: