Skip to content

Tag: codesandbox

Use d3 csv inside a Codesandbox

I’m trying to create a basic data visualization using D3. As editor I would like to use Codesandbox. So I create a data folder and inside it I put my dataset.csv file. Then, this is my code: but the result is: Why? Is it probably a problem about a server missing? How can I use d3.csv inside a Codesandbo…