Dashboard with plotting graph

46 views
Skip to first unread message

DieHardMan 300

unread,
Jun 20, 2023, 8:53:09 PM6/20/23
to Django users
Hello, I hope everyone have a good day. I want to start building dashboard with the plotting graph in my Django 4.2 web application. So I want some recommendations of what libraries should I use or what libraries work best for you guys.

Muhammad Juwaini Abdul Rahman

unread,
Jun 20, 2023, 8:56:28 PM6/20/23
to django...@googlegroups.com
For simple cases, matplotlib should be enough.

For more advanced cases, probably you can explore thousands of js tools out there.

On Wed, 21 Jun 2023 at 08:53, DieHardMan 300 <keenusu...@gmail.com> wrote:
Hello, I hope everyone have a good day. I want to start building dashboard with the plotting graph in my Django 4.2 web application. So I want some recommendations of what libraries should I use or what libraries work best for you guys.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/996f9141-d514-41f4-8658-7deb9c7c041an%40googlegroups.com.

Vitaly Bogomolov

unread,
Jun 21, 2023, 9:41:58 AM6/21/23
to Django users
I like https://dygraphs.com/

It's lightweight and have all option for common plots.

среда, 21 июня 2023 г. в 04:53:09 UTC+4, DieHardMan 300:

Ruby Shell

unread,
Jun 22, 2023, 4:42:52 AM6/22/23
to Django users
Most time, it is wise to fetch your data from Django backend and then visualize it with javascript libs such as Apex chart, chartJS, chartist (you name them). And if you still wish to do it in the python way, you may have to take a look at Ploty for python (https://plotly.com/python/)
Reply all
Reply to author
Forward
0 new messages