#58 Chart – Part 6 (Django Beginner to Intermediate Tutorials)
How to Add Charts to a Django Project
Welcome to another part of the django tutorials. In this part you will learn how to create and render line chart and bargraph from the data of the database using chart.js. The example that we will work on, is the blood pressure of a patient whose data can be recorded in the admin panel and then the charts can be rendered accordingly.