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
Hey! Thanks for the great work with the book - making my way through it now. Similar to Issue #34 , a change needs to be made when making a json request.
On line 29, instead of d3.json("us-states.json", function(json) {
Should instead now be
d3.json("us-states.json")
.then(function(json){
Cheers!
The text was updated successfully, but these errors were encountered:
Hey! Thanks for the great work with the book - making my way through it now. Similar to Issue #34 , a change needs to be made when making a json request.
On line 29, instead of
d3.json("us-states.json", function(json) {
Should instead now be
Cheers!
The text was updated successfully, but these errors were encountered: