I want to use echarts.js since Wappler charts does not suite my needs with the project.
I created a js folder in the public folder and added the echarts.js file there like this:
On my content page I added the script link and the test graph displays in Wappler but does not when opening the web page in the browser. Please help me fix this so graph will display on live page. Thanks
Do you see any errors in the browser console?
What if you add console.log('script loaded'); at the very first line of your js file and load the page in the browser? Do you see the output in the console?
These errors are not related and not really anything to be worried about.
Can you please send me a screenshot of what you see when you right click your page and select View Page Source?