I moved chart.js into a folder named "static", then I added it to my html file but now the chart won't show in the web UI
My code:
What I get in the terminal:
"GET /chart.js HTTP/1.1" 404 -
What I get in the JavaScript console:
Failed to load resource: the server responded with a status of 404 (NOT FOUND)
Whats going on here? I made sure and confirm that chart.js exists in the static folder.
Thanks for the help.