So I've got a visualization I created using HTML and Javascript, and for some reason, the HTML page isn't registering my CSV file that I load in. I've tried using both the relative and absolute path, and neither seem to work. I definitely have it in the same location (the templates file right where that html file is located and I call it form (d3.csv("hair.csv")) and it does not like it. Any ideas on what else I can do to solve this?
Thanks