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.