holtzy / D3-graph-gallery

A collection of simple graphics made with D3.js
https://www.d3-graph-gallery.com
MIT License
790 stars 237 forks source link

Hi, offline csv file dosn't work (same directory of full path) #40

Closed rafi533 closed 3 years ago

dgknca commented 3 years ago

you should use a live-server. otherwise fetching data from a file won't work. you can use this extension: https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer

holtzy commented 3 years ago

Hi, thx for the feedback but I'm not sure what the problem is.

I've just tried to reproduce the piece of code of this blog post that uses d3.csv and it worked well. https://www.d3-graph-gallery.com/graph/scatter_basic.html

Can you describe a bit more what the issue is? Thanks!