0

I'm new to d3.js. I tried requesting the data via d3.json as below and got the data successfully, but my console outputs nothing.

Could anybody tell me how can I do to solve it?

Thank you very much!

d3.json("https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/GDP-data.json", function(json){
  console.log(JSON.stringify(json))  
})

enter image description here enter image description here

i alarmed alien
  • 9,412
  • 3
  • 27
  • 40
Sylvia
  • 257
  • 2
  • 6
  • 16

0 Answers0