Re: Dashboard with plotting graph

2023-06-22 Thread Ruby Shell
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/) On Wednes

Re: Dashboard with plotting graph

2023-06-21 Thread Vitaly Bogomolov
I like https://dygraphs.com/ It's lightweight and have all option for common plots. среда, 21 июня 2023 г. в 04:53:09 UTC+4, DieHardMan 300: > 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

Re: Dashboard with plotting graph

2023-06-20 Thread Muhammad Juwaini Abdul Rahman
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 wrote: > Hello, I hope everyone have a good day. I want to start building dashboard > with the plotting graph in my Djan