JonahRileyHuggins / DataVizDashboard

Building the Dashboard for CPSC 6030 Group Project
0 stars 0 forks source link

D3.js seems to be having issues being found #1

Closed JonahRileyHuggins closed 11 months ago

JonahRileyHuggins commented 11 months ago

I've included the D3 url link in my HTML file (https://d3js.org/d3.v7.min.js), but I keep getting the following error:

Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource. mc https://d3js.org/d3.v7.min.js:2 xc https://d3js.org/d3.v7.min.js:2

Any advice?

JonahRileyHuggins commented 11 months ago

I had to run an server using python -m http.server

then migrate to the localhost:8000 to visualize it properly. For some reason live server doesn't work very well.