Hi, I am newbie, so please go easy on me :)
Currently I am using Laravel to build a web app. I have downloaded the zip file containing canvasjs.min.js. I set the route, controller, and view, and copy paste the code in the Installation in the Canvas JS doc. Nothing happen. However, if replace the code:
<script type='text/javascript" src="canvasjs.min.js'></script>
with this one :
<script type="text/javascript" src="https://cdn.canvasjs.com/canvasjs.min.js"></script>
then the beautiful chart will show up.
Please advice me, am I missing something?
Also, since this is a web app anyway (requires Internet), if I purchase the license, will the Trial version in the bottom left corner of the chart gone?
Many thanks for your answer
Rgds,
Herry