Django & HTMX App - Charts with Plotly!

preview_player
Показать описание
☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the channel and encourage new videos, please consider buying me a coffee here:

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

📌 𝗖𝗵𝗮𝗽𝘁𝗲𝗿𝘀:
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

𝗦𝗼𝗰𝗶𝗮𝗹 𝗠𝗲𝗱𝗶𝗮:

📚 𝗙𝘂𝗿𝘁𝗵𝗲𝗿 𝗿𝗲𝗮𝗱𝗶𝗻𝗴 𝗮𝗻𝗱 𝗶𝗻𝗳𝗼𝗿𝗺𝗮𝘁𝗶𝗼𝗻:

#python #django #webdevelopment #htmx #plotly
Рекомендации по теме
Комментарии
Автор

Thank you so much master with your tuttorials possibilities are limitless !

seydinaoumarsamabaly
Автор

Would definitely love to see a video on customizing and styling plotly

BrantScalan
Автор

Nice django content creator, thank you bro

thiagohencke
Автор

Great job, looking forward to the next films in this series. Thanks.

greg
Автор

This is awesome content, I didn't even know I needed this info, but it solves several use cases that I had. Thank you!!

jonl
Автор

Thanks a lot for another good video. What else can we hope for in this series? Looking forward!

SmartC
Автор

At the 14:30 mark, where the totals for income and expenses are calculated, wouldn't we get the same result using the methods we created in the manager, get_total_income and get_total_expenses?

herrwolf