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
With the adoption of promises, D3 now uses the Fetch API instead of XMLHttpRequest: the d3-request module has been replaced by d3-fetch. Fetch supports many powerful new features, such as streaming responses.
Line 36 - in d3 v5 it has changed to:
d3.csv("mauna_loa_co2_monthly_averages.csv", rowConverter).then(function(data) {...} ;
The text was updated successfully, but these errors were encountered: