[Chartjs]-Chart.js offine mode

1👍

Write the src tag for calling the js file as

<script src="../static/Chart.min.js"> </script>

0👍

I had the same problem before,
So do this on your script tag change "Chart.min.js" to "chart.min.js". The issue there was capital letter on Chart.js although the file i have was named Chart.js but when i change it to small letter it work. Sorry for the poor english

Leave a comment