Django React Dashboard App #7: Creating a Donut Chart with Database Data using Material UI Charts

Опубликовано: 29 Октябрь 2024
на канале: CBI Analytics
180
6

In this tutorial series we are creating a full stack dashboard application with Python Django in the Backend, and React JS in the frontend. In this 7th Video we use Material UI Charts to create a Donut Chart with Database data.

I have added the files I use during the video in my GitHub repository!
GitHub repo: https://github.com/NickMol/Django-Rea...

Material Ui Charts: https://mui.com/x/react-charts/pie/

#1: Setting up the backend:    • Django React Dashboard App #1: Settin...  
#2: Setting up the react js frontend:    • Django React Dashboard App #2: Settin...  
#3: Page navigation and navigation menu:    • Django React Dashboard App #3: Fronte...  
#4: Creating database models and data:    • Django React Dashboard App #4: Creati...  
#5: Bring Backend data to the Frontend:    • Django React Dashboard App #5: Get Dj...  
#6: Material UI Pie Chart:    • Django React Dashboard App #6: Create...