On Thu, May 7, 2020 at 6:39 AM ratnadeep ray <ratnade...@gmail.com> wrote:
>
> Hi all,
>
> I just started to work on Django and hence have limited knowledge about it.
>
> Now I need to design an app to display a pie chart based on some sample data. 
> Can anybody please help me to do so? Is there any sample app existing which 
> fulfills this requirement ?

You need to choose a charting package, such as google charts or
plotly, then in your python code get the data you want to chart and
pass it to your template and in the template write some javascript
code to render the chart. Googling django pie chart should give you
examples.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACwCsY4kL4gb8feawyTQcpMskU3HbP7c%2B4%2BFdkoUCtk6bhMZXA%40mail.gmail.com.

Reply via email to