Django & HTMX App - Charts with Plotly!

Published: 15 August 2024
on channel: BugBytes
5,023
223

☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the channel and encourage new videos, please consider buying me a coffee here:
https://ko-fi.com/bugbytes

⭐Top resource to learn Python - https://datacamp.pxf.io/kOjKkV ⭐

In this video, we'll add charts to the app using Plotly.

Github: https://github.com/bugbytes-io/Django...

📌 𝗖𝗵𝗮𝗽𝘁𝗲𝗿𝘀:
00:00 Intro
01:20 Adding link to charts page
02:59 Adding charts URL and View
09:31 Installing Plotly
11:08 Adding Bar Chart for Income vs Expenditure
18:37 Returning template partial after HTMX request
21:43 Adding Pie Charts for Transaction Categories

𝗦𝗼𝗰𝗶𝗮𝗹 𝗠𝗲𝗱𝗶𝗮:
📖 Blog: https://bugbytes.io/posts/
👾 Github: https://github.com/bugbytes-io/Django...
🐦 Twitter:   / bugbytesio  

📚 𝗙𝘂𝗿𝘁𝗵𝗲𝗿 𝗿𝗲𝗮𝗱𝗶𝗻𝗴 𝗮𝗻𝗱 𝗶𝗻𝗳𝗼𝗿𝗺𝗮𝘁𝗶𝗼𝗻:
Plotly Express: https://plotly.com/python/plotly-expr...
Plotly Bar Charts: https://plotly.com/python/bar-charts/
Plotly Pie Charts: https://plotly.com/python/pie-charts/

#python #django #webdevelopment #htmx #plotly