See if Dash or Grafana has some python wrapper or not? On Mon 15 Mar, 2021, 3:23 PM Christian Ledermann, < [email protected]> wrote:
> You may want to checkout pygal https://github.com/Kozea/pygal > > On Mon, 15 Mar 2021 at 08:50, Roger Gammans <[email protected]> > wrote: > >> >> Plotly comes to mind. there are quite a few charting libraries in this >> python/web space. Google is as always your friend. >> >> But at the end of the day the best UX is always going to come from a >> library with a significant JS component. If you don't want to worry to much >> about JS plotly's py component will generate the JS/JSON definitions of the >> graphs, which you can ship , alongside plotly's js to thee browser. >> >> On Mon, 2021-03-15 at 12:38 +0530, GEETHANJALI S P wrote: >> >> Can't we use python libraries instead of chart.js ...is there any method >> ..? >> >> On Mon, 15 Mar, 2021, 10:26 AM Omkar Parab, <[email protected]> >> wrote: >> >> You can integrate chart.js with Django for visualization. >> >> Check out this video 👇 >> https://youtu.be/B4Vmm3yZPgc >> >> >> On Mon, Mar 15, 2021, 10:19 AM GEETHANJALI S P < >> [email protected]> wrote: >> >> Hi..How to build a dashboard using django and python libraries for >> creating visualisations?. Please let me know .Thanks in advance! >> >> -- >> 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 [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/CAMKAcO%2BJqqp0kYMbWaWqjqJDcmMT9xMndv%3DD%2BNHbtYBvqL9CQg%40mail.gmail.com >> <https://groups.google.com/d/msgid/django-users/CAMKAcO%2BJqqp0kYMbWaWqjqJDcmMT9xMndv%3DD%2BNHbtYBvqL9CQg%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> >> -- >> 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 [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/0f5b1639f95ff25d7176244a7fa6d377e0f49902.camel%40gammascience.co.uk >> <https://groups.google.com/d/msgid/django-users/0f5b1639f95ff25d7176244a7fa6d377e0f49902.camel%40gammascience.co.uk?utm_medium=email&utm_source=footer> >> . >> > > > -- > Best Regards, > > Christian Ledermann > > Dublin IE > Mobile : +44 7474997517 > > https://uk.linkedin.com/in/christianledermann > https://github.com/cleder/ > > > <*)))>{ > > If you save the living environment, the biodiversity that we have left, > you will also automatically save the physical environment, too. But If > you only save the physical environment, you will ultimately lose both. > > 1) Don’t drive species to extinction > > 2) Don’t destroy a habitat that species rely on. > > 3) Don’t change the climate in ways that will result in the above. > > }<(((*> > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CABCjzWoknO2-s%3Dvq_Y_TV_rgAGepOCVfztFLwESB8P6NSC17tQ%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CABCjzWoknO2-s%3Dvq_Y_TV_rgAGepOCVfztFLwESB8P6NSC17tQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAL_75QKZeR0voLtQHB50Tqc9G3JW57CtWNZsMHbVLWH46P%2Bc0w%40mail.gmail.com.

