Hi all,
I’m fairly new to canvasjs so I’d appreciate your patience. I’m running into an issue where I can open the html file and display the data just fine. The html file’s code is copied directly from the tutorials.
Whenever I try an href from another page onto the same html file I open before, I get an empty screen. Checking the console, I get an issue of “CanvasJS is not defined at window.onload”. I’m loading the canvasjs.min.js script before I call the constructor so I don’t think that’s the issue. Again, it runs file when I call “open test.html” , but when I do an href from one html file to test.html, I run into the “CanvasJS not defined” issue above.
I’m not sure if this is an issue since I don’t have the full version.
Any help would be appreciated! Thanks :)