Chartjs-Chart.js not working in browser with django. no error for template and static folder setting

0👍

Django-ChartJS is what you want to use to intgrate into Django and it has an excellent sample.
https://pypi.org/project/django-chartjs/#description

NOTE; You still need to need to download chartjs and put it in your static files.

Leave a comment