0
I’m trying to make a file. Md that houses three views. When it arrives at the second view (graphic) it gives the error below in the browser console.
I am trying to load a csv file that is in the same script folder in js that calls him.
d3.csv("data3.csv", function(data){
...
});
'data' is given as null variable. How to resolve console error.
What is the version of
D3
that it is to use ?– NoobSaibot
I’m using version 4.
– Lívia Cavalcanti
You could create a [mcve], because only with this part of the code it is impossible to locate the problem. Put the file code freqMulheres.js
– NoobSaibot