No csv file reading on d3

0

I'm trying to make a .md file that houses three views. When the second visualization (graphic) arrives, it gives the error below in the browser console.

Iamtryingtoloadacsvfilethatisinthesamescriptfolderinjsthatcallsit.

d3.csv("data3.csv", function(data){
...
});

'date' is given as a null variable. How do I resolve the console error.

    
asked by anonymous 16.12.2017 / 03:14

0 answers