can we implement charts like this with django

Question:

 like

There is any possible way we can apply chart like this in python using matplotlib if not can anyone guide me in proper direction.

Asked By: Coolen

||

Answers:

You are trying to do pie chart as well as stacked bar chart. You can find various examples in different sites. Below are some of them.

You might want to look at

  1. http://django-chartit.mrsenko.com/demo/chart/basic-line/

  2. ChartJs: https://github.com/novafloss/django-chartjs

  3. Django charts: http://www.fusioncharts.com/django-charts/

  4. Django nvd3: https://github.com/areski/django-nvd3

  5. Django graphos: http://agiliq.com/demo/graphos/

  6. Django Gcharts: https://github.com/rhblind/django-gcharts

Found it from – Displaying graphs/charts in Django

Answered By: Dcoder14

You can use CanvasJS Django charts. It supports doughnut chart & stacked column 100% chart, as per your requirements. You can even customize the look & feel of the chart by changing the color, fonts, etc. to match it with your webpage.

Answered By: Vishwas R
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.