Trying to load simple CSV file into D3 with queue.js
问题 I'm a newbie to web dev, and am trying to figure out how to load CSV data into D3.js, using queue.js to ensure that data is fully loaded before I execute the next step of the code (which will be drawing a chart with the data). I have googled this endlessly, but can't seem to wrap my head around how queue.js works. I have the following code, and can't understand why it isn't working. //Create a queue. First load CSV data, then run a function on the data once fully loaded. queue() .defer(d3.csv