Chartjs-Django integration with Charts.js, I'm unable to find the syntax for passing the data to the template

0👍

Try to debug your code in the view.py file, by adding print() functions, to see if everything in the business logic works correctly. Also, a note: I do not see any variables ({{ }}) referenced in your template. That means you do not access them inside of it. Please let me know if I helped you, and if I understood your question correctly.

Leave a comment