On Mon, Mar 6, 2017 at 1:10 AM, Luvpreet Singh <[email protected]> wrote: > > Hi everyone, > > I am looking for some solution to display django database queryset to django > admin over graphs. > I had used highcharts to do that earlier, but to use highcharts, I have to > write too much scripts and functions. > > Is there any kind of inbuilt library that comes with django similar to > highcharts by which I can display django database queryset in my django admin > template ?
The 2 charting packages I use in my django apps are jqplot and plotly. But they are both client side, and have nothing to do with django. -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACwCsY5-6aZLfJJQRP_WM2ToMvhzO6xDn3Wz4rtEHxOGS_JL3g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

