Skip to content

Cannot Load External JS File on HTML file

Decided to use echarts.js for a specific page in my site. Tried to download the package file on my server and then I tried to include it using a script tag. However, when I open the page I get a thousand different errors for it and not an exact cause for my error.

How can I include an external javascript file in my HTML and make it available or even run on load?